How do you create a MAUI project in rider? [Answered]

^ ❤️
4 Replies
Instinct
Instinct2y ago
Install the maui template with dotnet then it'll be available for Rider dotnet new install Microsoft.Maui.Templates The installed template will appear in Other category Ohh cool, you've already got an response and forgot to close the thread :p
Doombox
Doombox2y ago
👌
Accord
Accord2y ago
✅ This post has been marked as answered!
Instinct
Instinct2y ago
Furthermore my answer is incomplete and by installing that template you can run the app only on Mac/iOS ree
Want results from more Discord servers?
Add your server
More Posts
Suppress CS0618 for entire file [Answered]Can I suppress CS0618 for an entire file? I tried with `[System.Diagnostics.CodeAnalysis.SuppressMesHow to write function in .net6? [Answered]I try .net6 for the first time and i got an error ask me to provide return value regardless that i aTimeSpan formatter [Answered]Hi, is there any function or library that would take an time length input, for example `5 min` or `3How do you pass into a method a generic after you've reflected? [Answered]Suppose I suspect that this IEnumerable (non-generic) is also an IReadOnlyList<T> where T : struct. Signalr not sending message(s) to specific user(s)in the hub i have setup this signature for a method ```cs public async Task SendMessage(string sendRider line problemI'd moved to rider but a line make me angry, anybody can help me about how can I remove this?Is it possible to publish a WPF Application into a single file with the font inside of the EXE?Is it possible to publish a WPF Application into a single file with the font inside of the EXE?Binding to Dictionary in WPF with a binding KEYhello i have a very specific problem related to WPF : i have a listbox with itemsSource <ListBox Itset default value of parameter to other parameter [Answered]ok, i am aware that this is probably not possible, but can i set default value of parameter x to vaChecking if an arbitrary (remote) URL is a file attachment, and extracting it if it is? [Answered]If I'm given an arbitrary URL (I don't have control over it), how can I check if it appears to be a