-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
If you try to run any code fixer on src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj in the runtime repo, it fails. Exact symptoms vary. Last time I tried it simply exited with no output.
Command line:
dotnet format analyzers src\coreclr\System.Private.CoreLib\System.Private.CoreLib.csproj --diagnostics IL5004 --severity info
Note: even if we fix this, I think we should have a binlog escape hatch. That way we should always be able to run format, assuming our project builds at all.
Reactions are currently unavailable