-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4 Development: Sensible LangVersion #3316
Comments
@danielmarbach I'm closing this since we're now using C# 11 for .NET 8 and C# 9 for the other TFMs ( I think that should be enough to use newer features, but please let us know if you have any other concerns. |
Comments on closed issues are hard for our team to see. |
@dscpinheiro |
I can bring this up with Norm when he gets back from vacation. Like you said, I believe the concern was getting C# 11 to work with the .NET Framework (I don't think he had a chance to look at / make a decision on whether we're going to use Polyfill / PolySharp). |
Describe the feature
Came up as a discussion point in #3293 (comment)
Use Case
At least make it possible to define static lambdas to avoid closure capturing.
Proposed Solution
Target LangVersion or higher
Azure SDK targets now LangVersion 11 Azure/azure-sdk-for-net#33890 even though they support net standard 2.0
Other Information
No response
Acknowledgements
AWS .NET SDK and/or Package version used
v4
Targeted .NET Platform
All
Operating System and version
All
The text was updated successfully, but these errors were encountered: