question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Previewer not work after updating axaml in avalonia 11.0.0-rc1.1

See original GitHub issue

image

  <ItemGroup>
    <PackageReference Include="Avalonia" Version="11.0.0-rc1.1" />
    <PackageReference Include="Avalonia.Desktop" Version="11.0.0-rc1.1" />
    <PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0-rc1.1" />
    <PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.0-rc1.1" />
    <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
    <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.0-rc1.1" />
    <PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
  </ItemGroup>

Issue Analytics

  • State:closed
  • Created 3 months ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Eugenenoble2005commented, Jun 13, 2023

I can also confirm the latest PR build has gotten the previewer working in visual studio

1reaction
Eugenenoble2005commented, Jun 12, 2023

Any update on this yet?

Read more comments on GitHub >

github_iconTop Results From Across the Web

IActivatableViewModel(ReactiveUI) get activated while ...
Describe the bug After updating from Avalonia 11.0.0 preview 8 to RC 1.1 the ReactiveUI-WhenActivated-Callback in an IActivatableViewModel ...
Read more >
IDE Support
My preview is empty​​ If your preview is not shown correctly try to (re-)build the project or solution. The previewer needs a valid...
Read more >
Prism.Avalonia 8.1.97.11000-rc1.1
Avalonia is a fully open source version of the Prism guidance originally produced by ... and Upgrading-to-Avalonia-11.md when upgrading your NuGet packages ...
Read more >
Avalonia XAML previewer support : RIDER-39404 - YouTrack
Since build 2022.3 EAP 7, Rider supports Avalonia previewer using an open-source plugin AvaloniaRider. The plugin was created in collaboration with the Avalonia...
Read more >
Avalonia previewer clean install error : r/dotnet
I just installed Avalonia for Vs 2022 and tried creating a blank project but I'm unable to use the previewer The error "The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found