Visual Studio Extension for Avalonia
Перейти к файлу
Giuseppe Lippolis 92ba5e2244 fix: C.I. Test Tun 2024-04-04 17:34:33 +02:00
.github/ISSUE_TEMPLATE Update feature_request.yml 2023-06-08 19:11:33 -07:00
AvaloniaVS.Shared Merge pull request #444 from workgroupengineering/fixes/Previewer/Zoom_Fit 2024-03-28 15:15:35 -07:00
AvaloniaVS.VS2022 fix: CI Buid 2024-03-27 23:19:09 +01:00
CompletionEngine fix: Nested Selector does not detect TargetType 2024-04-04 15:18:21 +02:00
Props Enable nullable and format projects 2023-02-07 23:14:42 -05:00
templates/ProjectTemplatesDownloader fix: CI Buid 2024-03-27 23:19:09 +01:00
tests fix: C.I. Test Tun 2024-04-04 17:34:33 +02: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 fix: CI Buid 2024-03-27 23:19:09 +01:00
Directory.Build.props test: Add tests to check ControlTheme Nested Selector/Setter Completation 2024-04-04 14:48:02 +02:00
Key.snk move key to solution dir 2019-12-10 15:28:16 +02:00
azure-pipelines.yml fix: C.I. Build 2024-04-04 17:18:19 +02:00
global.json fix: C.I. Build 2024-04-04 17:18:19 +02:00
license.md Implemented a custom paml editor with designer and wpf text editor. 2016-02-10 15:10:16 +01:00
readme.md Remove templates from the project and install CLI templates for users who don't have them 2024-03-13 02:16:24 +02:00

readme.md

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
VS2022

Note: Latest Release supporting VS2019 is 11.5

Note: Latest Release supporting VS2017 is 11.2

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