diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 9a384d714715..497c392c76db 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -207,10 +207,11 @@ latest AllEnabledByDefault + true - + diff --git a/src/Uno.UI.Tests.ViewLibraryProps/Uno.UI.Tests.ViewLibraryProps.csproj b/src/Uno.UI.Tests.ViewLibraryProps/Uno.UI.Tests.ViewLibraryProps.csproj index 3f5208213a41..1606a287771c 100644 --- a/src/Uno.UI.Tests.ViewLibraryProps/Uno.UI.Tests.ViewLibraryProps.csproj +++ b/src/Uno.UI.Tests.ViewLibraryProps/Uno.UI.Tests.ViewLibraryProps.csproj @@ -1,7 +1,7 @@ net461 - 1998;4014;67;CA1014 + 1998;4014;67 bin\$(Platform)\$(Configuration) true false diff --git a/src/Uno.UI/UI/Xaml/Media/AcrylicBrush/Android/AndroidStockBlur.Android.cs b/src/Uno.UI/UI/Xaml/Media/AcrylicBrush/Android/AndroidStockBlur.Android.cs index 5173fe5295f2..d14d06cf11e3 100644 --- a/src/Uno.UI/UI/Xaml/Media/AcrylicBrush/Android/AndroidStockBlur.Android.cs +++ b/src/Uno.UI/UI/Xaml/Media/AcrylicBrush/Android/AndroidStockBlur.Android.cs @@ -60,12 +60,12 @@ public bool Prepare(Context context, Bitmap buffer, float radius) _mRenderScript = RenderScript.Create(context); _mBlurScript = ScriptIntrinsicBlur.Create(_mRenderScript, Element.U8_4(_mRenderScript)); } - catch (Android.Renderscripts.RSRuntimeException e) + catch (Android.Renderscripts.RSRuntimeException) { #pragma warning disable CS0162 if (DEBUG) { - throw e; + throw; } else {