We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this section in my project file
<PropertyGroup Condition="'$(Configuration)'=='Release'"> <DefineConstants>$(DefineConstants)</DefineConstants> <NoWarn>$(NoWarn);IL2008;IL2026;IL2041;IL2057;IL2067;IL2070;IL2072;IL2075;IL2078;IL2087;IL2104</NoWarn> <RunAOTCompilation>true</RunAOTCompilation> <WasmPWAManifestFile>manifest.json</WasmPWAManifestFile> <WasmShellWebAppBasePath>/app/wasm/Latest/wwwroot/</WasmShellWebAppBasePath> <UnoXamlResourcesTrimming>true</UnoXamlResourcesTrimming> <WasmShellILLinkerEnabled>true</WasmShellILLinkerEnabled> </PropertyGroup>
... which throws these errors
... and here is the BINLOG msbuild.zip
Originally posted by @DierkDroth in #18778 (reply in thread)
The text was updated successfully, but these errors were encountered:
ebariche
No branches or pull requests
I have this section in my project file
... which throws these errors
... and here is the BINLOG
msbuild.zip
Originally posted by @DierkDroth in #18778 (reply in thread)
The text was updated successfully, but these errors were encountered: