-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add ref struct interfaces & allows ref struct counterparts to existing tests - Test calling mutating members in set accessor & initialiser of property for `VerifyCallMutableMemberOnReadonlyInAllowMutatingMembers` test - Test calling mutating member on static readonly field from instance field in `VerifyMutateReadonlyStaticFieldInStaticConstructor` - Update roslyn version in testing project to 4.12.0 - Test against .NET 9 now, so we can use ref struct generics & interface features in our tests - Use pattern matching instead of `GetFullMetadataName` helper function to check types - Use RegisterCompilationStartAction to cache whether analysers should run or not - New implementation to check CompilerGenerated attribute - Rewrite readonly/init/ctor/cctor analysis - Fix some incorrect whitespace in tests - Upgrade to C# 13
- Loading branch information
Showing
12 changed files
with
407 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.