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
I am unable to build a net9.0 MAUI project that targets Windows with the Prism.DryIoc.Maui NuGet package installed. The MacCatalyst platform will build without issue. I haven't tried building for iOS or Android.
I've included a repro here but you can follow the repro steps just as easily to reproduce.
Steps to Reproduce
Create a new MAUI project.
Add Prism.DryIoc.Maui package to the project.
Build the project.
Here are the actual steps to run in terminal.
mkdir PrismBug
cd PrismBug
dotnet new sln
dotnet new maui -o PrismBug
dotnet sln add PrismBug
cd PrismBug
dotnet add package Prism.DryIoc.Maui
dotnet build -f net9.0-windows10.0.19041.0
The output you will see is:
PrismBug net9.0-windows10.0.19041.0 failed with 2 error(s) (7.7s) → bin\Debug\net9.0-windows10.0.19041.0\win10-x64\PrismBug.dll
WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry.
WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI277: 0x80073b0f - Conflicting values for resource 'Files/Microsoft.Maui/Platform/Windows/Styles/WindowRootViewStyle.xbf'
Build failed with 2 error(s) in 7.9s
Platform with bug
.NET MAUI
Affected platforms
Windows
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Description
I am unable to build a net9.0 MAUI project that targets Windows with the Prism.DryIoc.Maui NuGet package installed. The MacCatalyst platform will build without issue. I haven't tried building for iOS or Android.
I've included a repro here but you can follow the repro steps just as easily to reproduce.
Steps to Reproduce
Here are the actual steps to run in terminal.
The output you will see is:
Platform with bug
.NET MAUI
Affected platforms
Windows
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: