Skip to content

Visual Studio Extension for Avalonia

License

Notifications You must be signed in to change notification settings

amwx/AvaloniaVS

 
 

Repository files navigation

Avalonia for Visual Studio

XAML previewer and templates for the Avalonia UI framework.

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

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C# 97.7%
  • F# 2.3%