Add nullable annotations to System.Numerics.Vectors ref assembly (dotnet/corefx#38511)
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 18 Jun 2019 04:22:06 +0000 (21:22 -0700)
committermsftbot[bot] <msftbot[bot]@users.noreply.github.com>
Tue, 18 Jun 2019 04:22:06 +0000 (04:22 +0000)
commit9060e2772434f8c830d38b36e7f6192ccee893de
tree717b89baea3e7041c5755994ccc9493d778be209
parent38a49a79cdf04ec0a579c1846148f7877e6ac39a
Add nullable annotations to System.Numerics.Vectors ref assembly (dotnet/corefx#38511)

* Add nullable annotations to System.Numerics.Vectors ref assembly

* Fix various missing ? on ToString(string format)

Commit migrated from https://github.com/dotnet/corefx/commit/85a2e0c1a3eebf0c937d26de1aafe4e4687b2d4f
src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.cs
src/libraries/System.Numerics.Vectors/ref/System.Numerics.Vectors.csproj
src/libraries/System.Numerics.Vectors/src/System/Numerics/Vector2.cs
src/libraries/System.Numerics.Vectors/src/System/Numerics/Vector3.cs
src/libraries/System.Numerics.Vectors/src/System/Numerics/Vector4.cs