-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Add CollectionsMarshal.AsBytes(BitArray) #116308
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
Conversation
Tagging subscribers to this area: @dotnet/area-system-collections |
/azp list |
/azp run runtime-community |
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Private.CoreLib/src/System/Collections/BitArray.cs
Outdated
Show resolved
Hide resolved
ffb81ad
to
41483d1
Compare
/azp run runtime-community |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-community |
Azure Pipelines successfully started running 1 pipeline(s). |
This does not run tests on big endian machines (disabled due to security). Replacement is being worked on, but it is not online yet. I see that https://github.com/dotnet/runtime/blob/main/eng/pipelines/runtime-community.yml#L47 is a misleading comment - it does just a build, it does not run any tests. Could you please fix it while you are on it? |
src/libraries/System.Private.CoreLib/src/System/Collections/BitArray.cs
Outdated
Show resolved
Hide resolved
41483d1
to
c04e674
Compare
This entailed:
Still need to validate perf and likely fix some big endian issues.