Skip to content

Visual Studio Extension for Avalonia

License

Notifications You must be signed in to change notification settings

hez2010/AvaloniaVS

This branch is 305 commits behind AvaloniaUI/AvaloniaVS:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9df3c7d · Feb 12, 2023
Jan 10, 2023
Jan 31, 2023
Jan 31, 2023
Feb 12, 2023
Feb 8, 2023
Feb 9, 2023
Feb 12, 2023
Feb 8, 2023
Mar 28, 2019
Mar 28, 2019
Feb 8, 2023
Feb 8, 2023
Dec 10, 2019
Jan 3, 2023
Feb 10, 2016
Mar 9, 2022

Repository files navigation

2022 marketplace 2019 marketplace

Avalonia for Visual Studio

This repository is used to generate Avalonia Visual Studio extensions. Avalonia Visual Studio extension adds such capabilities to your Visual Studio:

  • XAML code completion.
  • XAML previewer.
  • It bundles Avalonia templates in your Visual Studio.
  • Icons for axaml files.

VSIX packages for Visual Studio

VS2019/VS2017
VS2022

Building and debugging

Before building project you will need to restore all submodules. This command will help you to restore submodules.

git submodule update --init --recursive

If you want to debug Avalonia previewer extension the easiest way to do that is VS Experimental instance. To run it you simply need to set AvaloniaVS.csproj as startup project and run it,it will open VS Experimental instance,you can run here your repro and put the breakpoints in the original VS in AvaloniaVS project.

Note:

This way to debug application will only help you if your issue is directly in AvaloniaVS project,if your issue is somewhere in Avalonia code,but it is reproducible only with Avalonia Previewer please consider this article - https://docs.avaloniaui.net/guides/developer-guides/debugging-previewer

About

Visual Studio Extension for Avalonia

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • F# 0.2%