Add tests for nullable metadata and unconditionally set nullablePublicOnly (dotnet...
authorSantiago Fernandez Madero <safern@microsoft.com>
Mon, 15 Jul 2019 17:37:36 +0000 (10:37 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2019 17:37:36 +0000 (10:37 -0700)
commit24e97892a5aa75876a211ad01c8433734996e1e5
tree23b8738f59d2a4d6ab27c8c2f0c8a936e0d727af
parentc02ad968ed8ea629c8a3b249a175d145637e6b26
Add tests for nullable metadata and unconditionally set nullablePublicOnly (dotnet/corefx#39395)

* Add tests for nullable compiler emitted attributes

* Set nullablePublicOnly compiler feature unconditionally

* PR Feedback

* PR Feedback -- add positive and more exhaustive tests

Commit migrated from https://github.com/dotnet/corefx/commit/08cd402602ab5d3ce26fda968f9e0e1dff2d8b6f
src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
src/libraries/System.Runtime/tests/System/Attributes.cs
src/libraries/System.Runtime/tests/System/NullableMetadataTests.cs [new file with mode: 0644]