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
dotnet/core-setup#5682 added validation that all DLL files in the platform manifest have a FileVersion that isn't null or 0.0.0.0. These WindowsDesktop files should be looked at so the validation suppression can be removed.
This is only a sanity check: there may be a valid reason, and this doesn't seem like a high priority.
First step is to identify where these files are created.
The text was updated successfully, but these errors were encountered:
https://github.com/dotnet/core-setup/blob/851859e9e07eda7adb2dcf129b0d6fb3cab411e3/src/pkg/projects/windowsdesktop/dir.props#L8-L17
dotnet/core-setup#5682 added validation that all DLL files in the platform manifest have a
FileVersion
that isn't null or 0.0.0.0. These WindowsDesktop files should be looked at so the validation suppression can be removed.This is only a sanity check: there may be a valid reason, and this doesn't seem like a high priority.
First step is to identify where these files are created.
The text was updated successfully, but these errors were encountered: