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 mere presence of WPF support on .NET Core 3.0 for this package injects artifacts into the package nuspec file that breaks the build for anyone depending on this package and building on mac/linux and targeting .NET Core 3.0. Even though they don't care about WPF, the dependency breaks the build.
.NET Core 3.0's design for WPF/WinForms requires that a NuGet package that supports WPF/WinForms on .NET Core 3.0 can only be installed to a Windows-targeted project and cannot be restored or built on another operating system. Since we both want to support WPF/WinForms on .NET Core 3.0 as well as continue to support Xunit.StaFact being used on non-Windows operating systems, we have to split the package in two.
Fixes#35
The mere presence of WPF support on .NET Core 3.0 for this package injects artifacts into the package nuspec file that breaks the build for anyone depending on this package and building on mac/linux and targeting .NET Core 3.0. Even though they don't care about WPF, the dependency breaks the build.
See dotnet/sdk#3592
We'll need to break up WPF support on .NET Core 3.0 into its own package, evidently. :(
The text was updated successfully, but these errors were encountered: