Nullable annotate System.Private.Uri (dotnet/corefx#38113)
authorStephen Toub <stoub@microsoft.com>
Fri, 7 Jun 2019 01:57:41 +0000 (21:57 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2019 01:57:41 +0000 (21:57 -0400)
commit7d76a546928ed38d6ef95b660c259d1580d3c932
treebc24518e248bc2a147666e46ee7b2d7f2c33b3fd
parentab3ee8ae86a404a8e0fb6161c997c27084681265
Nullable annotate System.Private.Uri (dotnet/corefx#38113)

* Nullable annotate System.Private.Uri

* Address PR feedback

* Fix unit tests project

Commit migrated from https://github.com/dotnet/corefx/commit/df452f1ee61004dd1d61811fdd80ab165c2d8b1b
16 files changed:
src/libraries/Common/src/System/Collections/Generic/ArrayBuilder.cs
src/libraries/Common/src/System/Net/IPv6AddressHelper.Common.cs
src/libraries/System.Private.Uri/src/System.Private.Uri.csproj
src/libraries/System.Private.Uri/src/System/DomainNameHelper.cs
src/libraries/System.Private.Uri/src/System/IPv6AddressHelper.cs
src/libraries/System.Private.Uri/src/System/IriHelper.cs
src/libraries/System.Private.Uri/src/System/Uri.cs
src/libraries/System.Private.Uri/src/System/UriBuilder.cs
src/libraries/System.Private.Uri/src/System/UriExt.cs
src/libraries/System.Private.Uri/src/System/UriFormatException.cs
src/libraries/System.Private.Uri/src/System/UriHelper.cs
src/libraries/System.Private.Uri/src/System/UriScheme.cs
src/libraries/System.Private.Uri/src/System/UriSyntax.cs
src/libraries/System.Private.Uri/tests/UnitTests/Fakes/FakeUri.cs
src/libraries/System.Private.Uri/tests/UnitTests/IriEscapeUnescapeTest.cs
src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj