Replies: 5 comments 8 replies
-
Hi @MeestorX I believe that the templates are not yet supported in this preview for VS2022 but they will in the future! For now, maui-check should help you install those so you can use it directly from the dotnet CLI. If for some reasons, they don't get installed, you can use the following:
And once they're installed, you can run something like this:
|
Beta Was this translation helpful? Give feedback.
-
Still not seeing any Maui Templates, but dotnet new creates an app. |
Beta Was this translation helpful? Give feedback.
-
Actually templates show up after proper install did you use dotnet worklad install maui or something like that? (Exact command should be in guide) i did it from empty vs 2022 (no code option) and power shell command with admin privileges (run as admin on vs 2022) However you have to install single project msix extension too but i encounter 500 error when downloading it ;/ |
Beta Was this translation helpful? Give feedback.
-
What a mess. |
Beta Was this translation helpful? Give feedback.
-
Maui workload is not installed. Maui templates are not installed.
…On Sun, Jul 25, 2021 at 1:31 PM BreyerW ***@***.***> wrote:
this is suprising but you probably can ignore it since everything seems
green. as for workload install do you get any error msg?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1791 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG6HXORIHPMOGZLA3ZT23PLTZRRB7ANCNFSM5A4NWGYA>
.
|
Beta Was this translation helpful? Give feedback.
-
At first, maui-check didn't work at all, as it just closes if it doesn't find the .NET 5.0 runtime. Shouldn't it use .NET 6.0 so I don't have to have that installed?
Anyway, once I installed .NET 5.0 runtime, it checked everything, and I get green for all, but it still errors out at the end with "There were one or more problems detected..." Except it doesn't say what the problem(s) are!
https://user-images.githubusercontent.com/29129658/126707579-04efd438-e1dc-4c72-b85e-7d7fdc77ebc5.png
I see no Maui templates in VS2022 so something's still missing...
Beta Was this translation helpful? Give feedback.
All reactions