[WASM] VS2022 17.1 Preview 3 builds fail #7872
emceelovin
started this conversation in
General
Replies: 1 comment 2 replies
-
Thanks for the report. You can try adding the following to your projects: <PropertyGroup>
<UnoUIUseRoslynSourceGenerators>false</UnoUIUseRoslynSourceGenerators>
</PropertyGroup> It'll disable some parts of Roslyn used by uno. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a heads up, the following errors occur when building a WASM project. UWP works fine, but there also seems to be an issue with android deployment. Android builds succeed. Hope this helps! I'm not able to revert back to Preview 2 unfortunately, so I'll just sit back and wait since I still have Windows.Package at least. These are all analyzer errors it seems, so is it possible to build without analyzers like on the Android builds?
Beta Was this translation helpful? Give feedback.
All reactions