Make BitOperations public (CoreFX)#35606
Conversation
danmoseley
left a comment
There was a problem hiding this comment.
@ahsonkhan shouldCLSCompliantAttribute appear in ref assys (for new API in this case)
Yes. |
|
Could you please also move and fixup the tests ? I am disabling them in #35615 |
Sure, will do |
|
Build is failing due to: Am I missing a file or assembly reference? |
|
Ah, thanks Tanner. |
|
/azp run |
|
Azure Pipelines successfully started running 4 pipeline(s). |
|
Also, could you please add |
|
Could you please also change GenFacadesIgnoreMissingTypes line in This should fix the "Packaging All Configuration". The Linux failure looks like an intermittent bug. Filled https://github.com/dotnet/corefx/issues/35708 |
|
Thanks again for your help Jan |
* Add ref assembly class * Add [CLSCompliantAttribute(false)] * Change name to System.Numerics.BitOperations * Move ref to System.Runtime.Extensions Commit migrated from dotnet/corefx@0ae011a
See related: dotnet/coreclr#22864 (comment)
This is the first time I'm working the CoreFX ref assemblies.
Please let me know if/what I have missed.
cc @jkotas