How to access a type from a different project in the same solution? (Rider) [Answered]
Take a look a the image. The left file is
Class1.cs and the right file is Author.cs. How can I make it such that Class1.cs is able to access the Author class within Author.cs that resides in a different project?