If you updated your visual studio to version 16.2.0 and you are using MSBuildSdkExtras your project won’t compile.

so to fix this problem (this is a temporary fix). You need to add the following lines to your csproj

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<PropertyGroup Label="Android DesignTimeBuild error workaround">
<DesignTimeBuild>false</DesignTimeBuild>
</PropertyGroup>
<PropertyGroup Label="Android DesignTimeBuild error workaround"> <DesignTimeBuild>false</DesignTimeBuild> </PropertyGroup>
<PropertyGroup Label="Android DesignTimeBuild error workaround"> 
  <DesignTimeBuild>false</DesignTimeBuild>
</PropertyGroup>