VisualStudio Maui templates not working in release #12515
Labels
area-templates
Project templates, Item Templates for Blazor and MAUI
platform/android 🤖
platform/windows 🪟
t/bug
Something isn't working
Description
When trying to deploy Maui app in release mode:
Debug - Android 12.1 - OK
Release - Android 12.1 - error
Debug - Windows - OK
Release - Windows - error
Would expect templates to build in release without debugging.
Steps to Reproduce
Using Microsoft Visual Studio Enterprise 2022 (64-bit) – Preview - Version 17.5.0 Preview 2.0:
All settings to default values, no changes to the templates.
Link to public reproduction project repository
https://github.com/ZeProgFactory/NETSDK1094
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, Windows, I was not able test on other platforms
Affected platform versions
Android 12.1
Did you find any workaround?
Cleanning and adding
in first
PropertyGroup
of app and lib project file solves the issue.Relevant log output
No response
The text was updated successfully, but these errors were encountered: