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 repo currently uses version 3.3.0 of the Microsoft.CodeAnalysis.PublicApiAnalyzers package, which is causing a stack overflow exception in the compiler if an generic interface is added with a generic static abstract method, e.g.:
Updating to version 3.3.3 of the analyzer fixes the crash but introduces a lot of new errors from the analyzer for the existing PublicAPI.Shipped.txt and PublicAPI.Unshipped.txt files in the repo, assumingly due to rule improvements since 3.3.0.
Adding of the above interface (#40927) is currently blocked based on this issue.