Skip to content
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

Leverage .NET 8/C# 12 inline arrays #1086

Open
AArnott opened this issue Nov 17, 2023 · 0 comments
Open

Leverage .NET 8/C# 12 inline arrays #1086

AArnott opened this issue Nov 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@AArnott
Copy link
Member

AArnott commented Nov 17, 2023

When emitting into a C# 12 compilation that targets .NET 8 (this runtime version is required), we should use the new inline array support instead of emitting our own fixed-based arrays.

@AArnott AArnott added the enhancement New feature or request label Nov 17, 2023
@AArnott AArnott changed the title Leverage C# 12 inline arrays Leverage .NET 8/C# 12 inline arrays Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant