dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
2.98k stars 280 forks source link

Creating unit tests no longer include test project in SLN file #3974

Closed timheuer closed 2 weeks ago

timheuer commented 2 weeks ago

As a part of the change from #3777 we missed changing the SLN conditional when CreateTestsProject changed to TestFramework symbol changed in the template. The test project is created now, but the SLN file never includes it.