Replies: 1 comment 1 reply
-
Today, the NET 5/6/7 sources generated by CsWinRT are compatible with C# 9.0 and isn't configurable independently. We haven't started using features that are available only in later C# versions, but we may choose to in the future. When we do, we will possibly decide based on the TFM for which version that the sources are generated for. But that will be something that we decide when we get to using those new language features. Is there something particular that you were concerned about? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the cswinrt.exe tool generates
*.cs
files from .winmd files.I don't see any switch to specify the "C# version" in the cswinrt.exe tool !
How does the cswinrt.exe tool know which "C# version" to use to generate the
*.cs
files from .winmd files?end goal : is to understand how "language versions" fit in the WinRT language projections.
--
GitHub Ghost
Beta Was this translation helpful? Give feedback.
All reactions