Skip to content

Commit d4a862b

Browse files
authored
Update allowed language version (#6436)
* update allowed language version * Update coding-guidelines.md
1 parent 0400e13 commit d4a862b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guidelines/coding-guidelines.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Language Features
2-
It is acceptable to use language features in C# 7.3 and lower versions.
2+
3+
It is acceptable to use language features for the given `LangVersion` defined in the project that compile successfully against all targeted TFMs. Note that all language features later than C# 7.3 are not officially supported for .NET Framework so compatibility varies on a feature by feature level. This can result in some language features to cause compiler errors or slower performance.
34

45
## Performance related
56

0 commit comments

Comments
 (0)