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
* rename nested class ModelBuilderHelper to ModelBuilderExtension to fix AV1708 @ RevisionWithSplitting.cs
* suppress other violations of Roslyn analyzer rules
* replace some `$pragma warning (disable|restore)` with `[SuppressMessage]` attribute and vice versa for better limiting about its scope
@ c#
* always cache regardless of other file changes, this will prevent updating ReSharper tool as long as still using cache @ .github/workflows/c#.yml
[SuppressMessage("Reliability","CA2021:Do not call Enumerable.Cast<T> or Enumerable.OfType<T> with incompatible types",Justification="https://github.com/dotnet/roslyn-analyzers/issues/7031")]
0 commit comments