Enable nullable context to System.Buffers (dotnet/corefx#38530)
authorSantiago Fernandez Madero <safern@microsoft.com>
Fri, 14 Jun 2019 00:08:20 +0000 (17:08 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 14 Jun 2019 00:08:20 +0000 (20:08 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/66d5a9410a2e163452e9e8b15328d3caf8c336d5

src/libraries/System.Buffers/ref/System.Buffers.csproj

index f4882d8..712772b 100644 (file)
@@ -5,6 +5,7 @@
     <AssemblyVersion>4.0.2.0</AssemblyVersion>
     <ProjectGuid>{11AE73F7-3532-47B9-8FF6-B4F22D76456C}</ProjectGuid>
     <Configurations>netcoreapp-Debug;netcoreapp-Release;netstandard-Debug;netstandard-Release;uap-Debug;uap-Release</Configurations>
+    <Nullable>enable</Nullable>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="System.Buffers.cs" />