[ci skip] docs: use C# 10 "where feasible"

This commit is contained in:
Oliver Booth 2023-03-31 15:18:32 +01:00
parent dd1a423752
commit 3cb459028f
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ or submit a pull request.
### Pull request guidelines
This project uses C# 10.0 language features, and adheres to StyleCop rules with some minor adjustments.
This project uses C# 10.0 language features where feasible, and adheres to StyleCop rules with some minor adjustments.
There is an `.editorconfig` included in this repository. For quick and painless pull requests, ensure that the analyzer does not
throw warnings.