Modern library authoring #84928
Unanswered
vanillajonathan
asked this question in
Ideas
Replies: 2 comments 7 replies
-
Hello! C# versions larger than 7.3 are not officially supported in .NET Standard 2.0. However you can opt in to the latest language version by adding the |
Beta Was this translation helpful? Give feedback.
3 replies
-
You can use libraries like PolySharp to fulfill some attributes for down level frameworks. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you're writing a library you're probably targeting
netstandard2.0
which can be quite frustrating since you cannot use modern features such as implicit usings, file-scoped namespaces or nullable references types.Please improve the library authoring developer experience by supporting modern features and development practices such as implicit usings, file-scoped namespaces and nullable references types.
Beta Was this translation helpful? Give feedback.
All reactions