Error after adding CommunityToolkit.Maui nuget to the project #380
-
Hi, i've created a new MAUI (RC-1) project from Visual Studio template and after adding CommunityToolkit.Maui to my project i get this error: 1>------ Build started: Project: TestNewMauiTemplateWithShell, Configuration: Debug Any CPU ------
1>You are using a preview version of .NET. See: https://aka.ms/dotnet-core-preview
1>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>TestNewMauiTemplateWithShell -> \bin\Debug\net6.0-windows10.0.19041\win10-x64\TestNewMauiTemplateWithShell.dll
1>WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI175: 0x80073b0f - Processing Resources failed with error: Voce duplicata.
1>WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI222: 0x80073b0f - Unspecified error occurred.
1>Done building project "TestNewMauiTemplateWithShell.csproj" -- FAILED. I have no other NuGet package in this project except for those needed by MAUI, what could be the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
pictos
Apr 23, 2022
Replies: 2 comments 9 replies
-
@GabrieleMessina thanks for reporting this issue. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
GabrieleMessina
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@GabrieleMessina thanks for reporting this issue.
Could you attach a small repro?