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
Modernize analyzers and assertions with C# 12 features
Refactored assertion helper structs to use primary constructors,
removing redundant fields and constructors. Updated analyzer and
code fix provider classes to use collection expressions for
ImmutableArray properties. Suppressed RS1038 warning in the
project file. These changes improve code clarity and leverage
modern C# syntax.
0 commit comments