Apply suggestions from code review

This commit is contained in:
Jeroen Ketema
2023-03-03 15:26:38 +01:00
committed by GitHub
parent 462da63970
commit 549fb0324b
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
* The query `cs/static-field-written-by-instance` is updated to handle properties.
* C# 11: Support for explicit interface member implementation of operators.
* The extraction of member modifiers has been generalised, which could lead to the extraction of more modifiers.
* The extraction of member modifiers has been generalized, which could lead to the extraction of more modifiers.
* C# 11: Added extractor and library support for `file` scoped types.
* C# 11: Added extractor support for `required` fields and properties.
* C# 11: Added library support for `checked` operators.

View File

@@ -4,7 +4,7 @@
* The query `cs/static-field-written-by-instance` is updated to handle properties.
* C# 11: Support for explicit interface member implementation of operators.
* The extraction of member modifiers has been generalised, which could lead to the extraction of more modifiers.
* The extraction of member modifiers has been generalized, which could lead to the extraction of more modifiers.
* C# 11: Added extractor and library support for `file` scoped types.
* C# 11: Added extractor support for `required` fields and properties.
* C# 11: Added library support for `checked` operators.