Skip to content

Commit 1bf3e16

Browse files
Revert "Bring over NullableAttributes.cs"
This reverts commit 5d16c9c.
1 parent d51bbcf commit 1bf3e16

File tree

2 files changed

+1
-137
lines changed

2 files changed

+1
-137
lines changed

src-ThirdParty/System.Diagnostics.CodeAnalysis/NullableAttributes.cs

Lines changed: 0 additions & 133 deletions
This file was deleted.

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<OutputPath>$(MicrosoftAndroidSdkOutDir)</OutputPath>
1616
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
17-
<DefineConstants>$(DefineConstants);TRACE;HAVE_CECIL;MSBUILD;INTERNAL_NULLABLE_ATTRIBUTES;ANDROID_24;ANDROID_26;ANDROID_31</DefineConstants>
17+
<DefineConstants>$(DefineConstants);TRACE;HAVE_CECIL;MSBUILD;ANDROID_24;ANDROID_26;ANDROID_31</DefineConstants>
1818
<AndroidGeneratedClassDirectory Condition=" '$(AndroidGeneratedClassDirectory)' == '' ">..\..\src\Mono.Android\obj\$(Configuration)\$(DotNetTargetFramework)\android-$(AndroidLatestStablePlatformId)\mcw</AndroidGeneratedClassDirectory>
1919
<NoWarn>8632</NoWarn>
2020
<SignAssembly>false</SignAssembly>
@@ -165,9 +165,6 @@
165165
<Compile Include="..\..\src-ThirdParty\StrongNameSigner\SigningHelper.cs">
166166
<Link>Utilities\%(Filename)%(Extension)</Link>
167167
</Compile>
168-
<Compile Include="..\..\src-ThirdParty\System.Diagnostics.CodeAnalysis\NullableAttributes.cs">
169-
<Link>Utilities\%(Filename)%(Extension)</Link>
170-
</Compile>
171168
</ItemGroup>
172169

173170
<ItemGroup>

0 commit comments

Comments
 (0)