Make BitOperations public (CoreFX) (dotnet/corefx#35606)
authorGrant <grant@jesanna.com>
Sat, 2 Mar 2019 04:01:53 +0000 (20:01 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 2 Mar 2019 04:01:53 +0000 (20:01 -0800)
commit500c68494ed0612f0044df8b641ee0432bf51441
tree596d6c74b69ed9a2a10f19abf943341659b28d05
parent2ed5d027ef3b792fcebdaf4010b880e675da87f9
Make BitOperations public (CoreFX) (dotnet/corefx#35606)

* Add ref assembly class

* Add [CLSCompliantAttribute(false)]

* Change name to System.Numerics.BitOperations

* Move ref to System.Runtime.Extensions

Commit migrated from https://github.com/dotnet/corefx/commit/0ae011a57253959b79c952219c5fa16389255b7b
src/libraries/System.Runtime.Extensions/ref/System.Runtime.Extensions.cs
src/libraries/System.Runtime.Extensions/src/ApiCompatBaseline.netcoreappaot.txt
src/libraries/System.Runtime.Extensions/src/ApiCompatBaseline.uapaot.txt
src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj
src/libraries/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
src/libraries/System.Runtime.Extensions/tests/System/Numerics/BitOperationsTests.cs [moved from src/libraries/Common/tests/Tests/System/BitOpsTests.cs with 87% similarity]