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
We need enable running VerifyClosure target independently from other validations. The change would be to update existing target condition to also evaluates to true if ShouldVerifyClosure property is set to true. Currently VerifyClosure only runs if SkipValidatePackage is false:
We need enable running
VerifyClosure
target independently from other validations. The change would be to update existing target condition to also evaluates to true ifShouldVerifyClosure
property is set totrue
. CurrentlyVerifyClosure
only runs ifSkipValidatePackage
is false:arcade/src/Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk/targets/framework.packaging.targets
Line 170 in e11b848
This is needed for fixing this runtime issue: dotnet/runtime#31805
PR for that issue: dotnet/runtime#41698
The text was updated successfully, but these errors were encountered: