You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we change the config system so that .NET Framework TFMs - if set in the project - are built as well, IF the tooling to build is already restored? I don't see a reason why we would filter them out if the vertical is already restored.
This would make it easier to build and run tests on .NET Framework configurations.
Downside of this is that we currently require refpaths for this to work. To get those you need to build the netfx vertical or allconfigurations. I'm more inclined to just fix #31844, then make VS build behave same as SDK (all configurations).
then make VS build behave same as SDK (all configurations).
What if we change the default not just for VS so that a dotnet build on an individual projects builds all configurations as well? That would be the expected behavior that you get from the sdk by default.
(from #31823)
Can we change the config system so that .NET Framework TFMs - if set in the project - are built as well, IF the tooling to build is already restored? I don't see a reason why we would filter them out if the vertical is already restored.
This would make it easier to build and run tests on .NET Framework configurations.
cc @Anipik @ericstj @safern
The text was updated successfully, but these errors were encountered: