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
# top-most GlobalConfig file, hierarchy search will stop in this file
root = true
# Issues produced from a source generators needs to be in global config, see https://github.com/dotnet/roslyn/issues/81479
dotnet_diagnostic.CS8784.severity = error # Do not hide root cause for: Generator 'xxx' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'xxx' with message 'xxx'
dotnet_diagnostic.CS8785.severity = error # Do not hide root cause for: Generator 'xxx' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'xxx' with message 'xxx'