avalonia-dotnet-templates icon indicating copy to clipboard operation
avalonia-dotnet-templates copied to clipboard

Avalonia Templates for `dotnet new`

Results 27 avalonia-dotnet-templates issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using a brand new project created from the Avalonia `xplat` template, on MacOS Monterey, it is not possible to build the iOS project. **To Reproduce** Steps to...

bug-in-dependency

Why does the avalonia.xplat not support F#? Both C# and F# is compiling to MSIL anyways

Oh, wow. I already read about RaiseAndSetIfChanged but it was not visible in my scope. So I thought it was some old technique because the example here looks way more...

enhancement

I have tried to use the xplat template and was kind of surprised that the main project https://github.com/AvaloniaUI/avalonia-dotnet-templates/blob/master/templates/csharp/xplat/AvaloniaTest/AvaloniaTest.csproj has `netstandard2.0` while all the platform specific projects like https://github.com/AvaloniaUI/avalonia-dotnet-templates/blob/master/templates/csharp/xplat/AvaloniaTest.Android/AvaloniaTest.Android.csproj use .NET...

I was studying the templates and found that `xplat` is missing the `.UseReactiveUI()` call. Related: - #19 - #20

Update the android xplat template. This requires updated packages, so it shouldn't be merge until the next preview is available.

Apparently, it is possible to fully remove templates from vsix and just customize CLI templates in the way they can be used from VS. It would save us a lot...

The previous version sent by @StarlkYT didn't compile so i fixed it.

Without that developers would continue to be confused with how to access native APIs. Alternatively, we can write small docs about it.