https://github.com/mevdschee/avalonia-vb-template-app
AvaloniaUI application template for Visual Basic .net
https://github.com/mevdschee/avalonia-vb-template-app
visual-basic
Last synced: 10 months ago
JSON representation
AvaloniaUI application template for Visual Basic .net
- Host: GitHub
- URL: https://github.com/mevdschee/avalonia-vb-template-app
- Owner: mevdschee
- Created: 2022-11-08T18:34:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T19:22:01.000Z (over 3 years ago)
- Last Synced: 2025-04-26T15:02:38.695Z (11 months ago)
- Topics: visual-basic
- Language: Visual Basic .NET
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avalonia-vb-template-app
By default dotnet CLI would create a C# template, if you want to create F# template you will need to add -lang F# to the end of the command.
There is no way to add a VB.net template and therefor this project shows a C# (App) template that is converted to VB.net.
## Creating a new Application
To create a new barebones application called MyApp in its own subdirectory, you would run:
dotnet new -i Avalonia.Templates
dotnet new avalonia.app -o MyApp
I converted the generated code to VB.net.
Enjoy!
Source: https://github.com/AvaloniaUI/avalonia-dotnet-templates