avalonia vb template app
1.0.0
默认情况下,dotnet CLI 将创建 C# 模板,如果要创建 F# 模板,则需要将 -lang F# 添加到命令末尾。无法添加 VB.net 模板,因此该项目显示了转换为 VB.net 的 C#(应用程序)模板。
要在其自己的子目录中创建一个名为 MyApp 的新准系统应用程序,您可以运行:
dotnet new -i Avalonia.Templates
dotnet new avalonia.app -o MyApp
我将生成的代码转换为 VB.net。
享受!
来源:https://github.com/AvaloniaUI/avalonia-dotnet-templates