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
Copy file name to clipboardexpand all lines: guidelines/coding-guidelines.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
## 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.
0 commit comments