You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting build errors after upgrading to .net9. Our solution is built in Azure DevOps (dotnet publish -f net9.0-windows10.0.19041.0 -c Release) and getting following errors :
Description
Description
We are getting build errors after upgrading to .net9. Our solution is built in Azure DevOps (dotnet publish -f net9.0-windows10.0.19041.0 -c Release) and getting following errors :
WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry.
WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI277: 0x80073b0f - Conflicting values for resource 'Files/Microsoft.Maui.Controls/Compatibility/Handlers/TableView/Windows/TableViewStyles.xbf'
Fails only for Windows platform, Android and iOS are fine. Everything is fine when i run a build (also for Windows platform) in Visual Studio.
Was also fine before upgrade to .net9 when we upgraded also Microsoft.Maui.Controls.
Steps to Reproduce
Upgrade to .net9 and upgrade also Microsoft.Maui.Controls (we have 9.0.30 now) and build in Azure DevOps
This was originally posted here #26952 but that author found a workaround then closed the ticket.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.100 SR10
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: