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
Refactor to use primary constructors and update targets
Refactored multiple classes to use C# 9.0 primary constructors, simplifying initialization and improving readability. Updated project files to target .NET 9.0 and included new package references. Suppressed specific style warnings and added XML documentation to various classes. Enhanced thread-safety and nullability handling in several methods. Improved test classes with modern C# features and updated array initializations.
0 commit comments