alex098304
alex098304
CC#
Created by alex098304 on 8/25/2024 in #help
Can't Figure Out How to Generate MSIX on Publishing MAUI App
I ended up using msbuild command after some toying around and got it to build. App is successfully in the store for my beta testers. If you're reading this in the future, no, I'm probably not smart enough to help you debug it. I just kept tinkering until it worked, and I don't know why it works compared to all the other times I tried.
3 replies
CC#
Created by alex098304 on 8/25/2024 in #help
Can't Figure Out How to Generate MSIX on Publishing MAUI App
Also, here is the output from when I try to create the package:
Build started at 3:49 PM...
1>------ Build started: Project: Armory.UI, Configuration: Release Any CPU ------
1>Armory.UI -> C:\Users\Alex\source\repos\Armory\Armory.UI\bin\Release\net8.0\Armory.UI.dll
1>Armory.UI -> C:\Users\Alex\source\repos\Armory\Armory.UI\bin\Release\net8.0-windows10.0.19041.0\win10-x64\Armory.UI.dll
1>WINAPPSDKGENERATEPROJECTPRIFILE : warning : PRI249: 0xdef00520 - Invalid qualifier: SORTABLE-LIST
1>Done building project "Armory.UI.csproj".
1>C:\Program Files\dotnet\sdk\8.0.400\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.AspNetCore.Components.DataAnnotations.Validation [3.2.0-rc1.20223.4, )" or update the version field in the nuspec.
1>C:\Program Files\dotnet\sdk\8.0.400\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.AspNetCore.Components.DataAnnotations.Validation [3.2.0-rc1.20223.4, )" or update the version field in the nuspec.
1>The package Armory.UI.1.0.0 is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
1>Successfully created package 'C:\Users\Alex\source\repos\Armory\Armory.UI\bin\Release\Armory.UI.1.0.0.nupkg'.
1>Done building project "Armory.UI.csproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 3:50 PM and took 01:00.962 minutes ==========
A package has been successfully built for Release (Any CPU).
========== Package: 1 succeeded, 0 failed ===========
Build started at 3:49 PM...
1>------ Build started: Project: Armory.UI, Configuration: Release Any CPU ------
1>Armory.UI -> C:\Users\Alex\source\repos\Armory\Armory.UI\bin\Release\net8.0\Armory.UI.dll
1>Armory.UI -> C:\Users\Alex\source\repos\Armory\Armory.UI\bin\Release\net8.0-windows10.0.19041.0\win10-x64\Armory.UI.dll
1>WINAPPSDKGENERATEPROJECTPRIFILE : warning : PRI249: 0xdef00520 - Invalid qualifier: SORTABLE-LIST
1>Done building project "Armory.UI.csproj".
1>C:\Program Files\dotnet\sdk\8.0.400\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.AspNetCore.Components.DataAnnotations.Validation [3.2.0-rc1.20223.4, )" or update the version field in the nuspec.
1>C:\Program Files\dotnet\sdk\8.0.400\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.AspNetCore.Components.DataAnnotations.Validation [3.2.0-rc1.20223.4, )" or update the version field in the nuspec.
1>The package Armory.UI.1.0.0 is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
1>Successfully created package 'C:\Users\Alex\source\repos\Armory\Armory.UI\bin\Release\Armory.UI.1.0.0.nupkg'.
1>Done building project "Armory.UI.csproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 3:50 PM and took 01:00.962 minutes ==========
A package has been successfully built for Release (Any CPU).
========== Package: 1 succeeded, 0 failed ===========
3 replies
CC#
Created by alex098304 on 8/18/2024 in #help
✅ Updated Visual Studio - Microsoft.Net.Sdk.Razor cannot be found
I did try repairing. Stated above. Never did figure it out. I also am confused why repairing didn’t work.
6 replies
CC#
Created by alex098304 on 8/18/2024 in #help
✅ Updated Visual Studio - Microsoft.Net.Sdk.Razor cannot be found
Update. I just removed and re-installed visual studio. Still have no idea what was going wrong, but this fixed it.
6 replies
CC#
Created by alex098304 on 10/25/2023 in #help
❔ Using Microsoft Graph to verify users exist based on IEnumerable<Guid>
Thanks for your direction by the way. I saw that page you posted earlier today, but I dismissed it until you pointed it out again. Thanks.
15 replies
CC#
Created by alex098304 on 10/25/2023 in #help
❔ Using Microsoft Graph to verify users exist based on IEnumerable<Guid>
15 replies
CC#
Created by alex098304 on 10/25/2023 in #help
❔ Using Microsoft Graph to verify users exist based on IEnumerable<Guid>
I’ll work on this later and let you know how it goes.
15 replies
CC#
Created by alex098304 on 10/25/2023 in #help
❔ Using Microsoft Graph to verify users exist based on IEnumerable<Guid>
Yeah. I wish the documentation was better for this API. I’m so confused. Like. I still dont understand exactly what the datatype of graphClient.Users even is or how the [] operator works on it. Like, I initially thought it was like a dictionary, but I guess it isn’t.
15 replies
CC#
Created by alex098304 on 10/25/2023 in #help
❔ Using Microsoft Graph to verify users exist based on IEnumerable<Guid>
I’m reading through it and it seems like there might be a good answer here. I’m trying to figure out how to apply the filter in C# now.
15 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
have a good day
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
okay, that makes a whole lot of sense, thank you so much.
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
that's starting to make sense, yeah
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
so the x86 stuff was above the x64 stuff
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
ah
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
yeah, I did notice that, but I was going along with your instructions lol.
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
software development kit
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
yes
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
will brb, please keep explaining if you have time.
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
can you give me a reference as to what was wrong because I like to understand why things don't work.
81 replies
CC#
Created by alex098304 on 7/14/2023 in #help
❔ Creating new projects - Attach instead of Run
yeah, that seemed to do the trick
81 replies