[GTK] Fix gallery using unsafe on release mode
authorRui Marinho <me@ruimarinho.net>
Tue, 5 Dec 2017 14:41:41 +0000 (14:41 +0000)
committerRui Marinho <me@ruimarinho.net>
Tue, 5 Dec 2017 14:41:41 +0000 (14:41 +0000)
Xamarin.Forms.ControlGallery.GTK/Xamarin.Forms.ControlGallery.GTK.csproj

index eee3f9c..ad9d3df 100644 (file)
@@ -33,6 +33,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup>
     <StartupObject />