-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Tracking] CoreCLR support for InlineArrayAttribute #81145
Comments
/cc @VSadov |
@VSadov assume this is ok to close? |
I don't think either of the two open check boxes are complete. |
@VSadov, is this on your radar to finish in 8? |
I was just looking at this. I do not think there are any showstoppers here. The marshaling part mentions that for 8.0 it could be just a documentation matter and later we can see if more is needed. I think we can close this or move to 9.0 to follow up as we see more use of the feature and it becomes more clear what can be improved. |
Closing this based on the comment above. We can create new issues as required to track remaining work. |
This issue tracks the work for implementing CoreCLR support for
InlineArrayAttribute
#61135 and the related C# features such asparams ReadOnlySpan
, safe fixed size buffers, stackalloc of reference types, etc.Required work:
InlineArrayAttribute
- CoreCLR support for InlineArrayAttribute. (struct layout part) #82744InlineArrayAttribute
LibraryImport
generator #86572The text was updated successfully, but these errors were encountered: