✅ Class library is not loaded with the Main solution
Hello,
I just noticed that one of my class libraries is not in the Solution explorer. There is no error or anything, classes from that library are included in other parts of the application and everything is working. I am able to build and run the project. What should I be looking at?
The
.sln
file is a nightmare, I don't understand anything, all I see is that the library's path is in there. Is there a way regenerate the solution file for the project?
In the images it shows that the Tinily.Shared
class library isn't seen in the IDE's Explorer window6 Replies
Yeah, it looks like I also have an unnecessary library
Messaginga
.... :))@Core Maybe your class lib is targeting different version of dotnet than you project
I did something, and it looks like the project is working. They really should include in
.NET 9
a new solution structureI think there is a new solution file format(more readable)coming in .net 9
Cool, what a coincidence
Thanks for trying to help me
.slnx
file suppoer is still mostly behind the scenes. I haven't seen it mentioned in .NET 9 release notes. The existing issue mentions it's blocked by something in VS still, so it could not make the .NET 9 release.