Skip to content
New issue

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

Xaml Trimming fails with locked file #18972

Open
jeromelaban opened this issue Nov 29, 2024 · 0 comments
Open

Xaml Trimming fails with locked file #18972

jeromelaban opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@jeromelaban
Copy link
Member

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
image

... and here is the BINLOG
msbuild.zip

Originally posted by @DierkDroth in #18778 (reply in thread)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants