Skip to content

Commit 0e141db

Browse files
Allow unsafe blocks because of ApkBuilder (#118721)
1 parent 0582ce4 commit 0e141db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tasks/TestExclusionListTasks/TestExclusionListTasks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
77
<Nullable>enable</Nullable>
88
<NoWarn>$(NoWarn),CA1050,CA1850</NoWarn>
9+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)