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

Cannot access internal fields in List<T> when T is a class #506

Closed
KyouyamaKazusa0805 opened this issue Nov 20, 2023 · 1 comment
Closed
Assignees
Labels
Area-API The issue is bound with APIs. Bug-API API bugs.
Milestone

Comments

@KyouyamaKazusa0805
Copy link
Owner

KyouyamaKazusa0805 commented Nov 20, 2023

Relative link:

dotnet/runtime/issues/92633

@KyouyamaKazusa0805 KyouyamaKazusa0805 added Bug-API API bugs. Area-API The issue is bound with APIs. Resolution-.NET bug The issue relates to a .NET platform bug (or other frameworks near .NET). labels Nov 20, 2023
@KyouyamaKazusa0805 KyouyamaKazusa0805 added this to the Version 3.2.1 milestone Nov 20, 2023
@KyouyamaKazusa0805 KyouyamaKazusa0805 self-assigned this Nov 20, 2023
@KyouyamaKazusa0805 KyouyamaKazusa0805 removed the Resolution-.NET bug The issue relates to a .NET platform bug (or other frameworks near .NET). label Dec 3, 2023
@KyouyamaKazusa0805
Copy link
Owner Author

KyouyamaKazusa0805 commented Dec 3, 2023

Here is a solution to solve the problem: Just use method CollectionsMarshal.AsSpan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-API The issue is bound with APIs. Bug-API API bugs.
Projects
None yet
Development

No branches or pull requests

1 participant