Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T19:22:01.000Z (about 2 years ago)
- Last Synced: 2024-10-05T21:41:31.489Z (3 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 MyAppI converted the generated code to VB.net.
Enjoy!
Source: https://github.com/AvaloniaUI/avalonia-dotnet-templates