Visual Studio Extension for Avalonia
Перейти к файлу
Max Katz 9d436c761e Update templates once more 2024-11-14 23:51:20 -08:00
.github/ISSUE_TEMPLATE Update feature_request.yml 2023-06-08 19:11:33 -07:00
AvaloniaVS.Shared Add GetSourceProjectSafe 2024-11-01 15:37:34 -04:00
AvaloniaVS.VS2022 Bump version 2024-11-14 21:41:59 -08:00
CompletionEngine Restore DepsJsonFileAssemblyProvider and use as a fallback, rename ReferenceFileAssemblyProvider 2024-07-24 21:27:21 -07:00
Props Enable nullable and format projects 2023-02-07 23:14:42 -05:00
templates/ProjectTemplatesDownloader Remove templates from the project and install CLI templates for users who don't have them 2024-03-13 02:16:24 +02:00
tests Update tests TFM 2024-07-22 14:59:24 -07:00
.editorconfig Enable nullable and format projects 2023-02-07 23:14:42 -05:00
.gitattributes Starting from scratch 2019-03-28 16:20:02 +01:00
.gitignore Starting from scratch 2019-03-28 16:20:02 +01:00
AvaloniaVS.sln Remove templates from the project and install CLI templates for users who don't have them 2024-03-13 02:16:24 +02:00
Directory.Build.props Update templates once more 2024-11-14 23:51:20 -08:00
Key.snk move key to solution dir 2019-12-10 15:28:16 +02:00
azure-pipelines.yml Install latest SDK 2024-07-22 14:48:07 -07:00
license.md Implemented a custom paml editor with designer and wpf text editor. 2016-02-10 15:10:16 +01:00
readme.md Update readme.md 2024-07-25 23:19:45 -07:00

readme.md

2022 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

Avalonia for Visual Studio 2022

For VS2017 and VS2019 you need to download another plugin Avalonia for Visual Studio 2019

  • Latest Release supporting VS2019 is 11.5
  • Latest Release supporting VS2017 is 11.2

If you are interested in VSCode extension, visit https://github.com/AvaloniaUI/AvaloniaVSCode.

Debugging

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/docs/0.10.x/guides/developer-guides/debugging-previewer