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
-> The delta build in Visual Studio is broken. Normally Visual Studio would not build the project on the second build, if no changes have been performed. But WPF libraries are always build again, which also causes dependent projects to be rebuild. WPF apps don't have that issue.
Unfortunately the diagnostic build output does not tell any reason why the project is build again.
The text was updated successfully, but these errors were encountered:
#460 looks related but the scenario differs in the details - could be the same underlying root cause though. Unfortunately #460 has been postponed to 'Future' (i.e. not planned for 3.1 or 5.0) which sounds weird considering its a regression in the build experience? Or maybe in the discussion of #460 it didn't become clear that it was a regression?
grubioe
changed the title
Delta Build in Visual Studio 2019 and WPF with .NET Core 3.0 broken
Incremental Build in Visual Studio 2019 and WPF with .NET Core 3.0 broken
Oct 1, 2019
-> The delta build in Visual Studio is broken. Normally Visual Studio would not build the project on the second build, if no changes have been performed. But WPF libraries are always build again, which also causes dependent projects to be rebuild. WPF apps don't have that issue.
Unfortunately the diagnostic build output does not tell any reason why the project is build again.
The text was updated successfully, but these errors were encountered: