Add Utf8String package, reference APIs, and unit tests (dotnet/corefx#35989)
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>
Wed, 27 Mar 2019 15:30:47 +0000 (08:30 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 15:30:47 +0000 (08:30 -0700)
commit2476bd1098ab8d70ebe627a8f23db8447b46a71d
tree8938a4fdc854bc434633397856be1ac1fa3d7077
parent7b06e341d8d040b318a2703a76bbe756a359a2e1
Add Utf8String package, reference APIs, and unit tests (dotnet/corefx#35989)

Commit migrated from https://github.com/dotnet/corefx/commit/1453863bc998b63024987e13b1e7a45659b452de
27 files changed:
src/libraries/Directory.Build.props
src/libraries/System.Utf8String.Experimental/Directory.Build.props [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/System.Utf8String.Experimental.sln [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/pkg/System.Utf8String.Experimental.pkgproj [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/ref/Configurations.props [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/src/Configurations.props [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/src/Resources/Strings.resx [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/src/System.Utf8String.Experimental.csproj [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/src/System/IO/Utf8StringStream.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/src/System/Net/Http/Utf8StringContent.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/Configurations.props [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Char8Tests.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/MemoryTests.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Net/Http/Utf8StringContentTests.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/ReflectionTests.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8ExtensionsTests.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.Ctor.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.Searching.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.Substring.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8StringTests.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8TestUtilities.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/Xunit/SpanAssert.cs [new file with mode: 0644]
src/libraries/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
src/libraries/pkg/descriptions.json