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.

Does not seem to work on 11.0.0-preview6

See original GitHub issue
System.MissingFieldException: Field not found: 'Avalonia.Controls.Window.WindowStartupLocationProperty'.
   at MessageBox.Avalonia.Views.MsBoxCustomWindow.!XamlIlPopulate(IServiceProvider, MsBoxCustomWindow)
   at MessageBox.Avalonia.Views.MsBoxCustomWindow.!XamlIlPopulateTrampoline(MsBoxCustomWindow)
   at MessageBox.Avalonia.Views.MsBoxCustomWindow.InitializeComponent()
   at MessageBox.Avalonia.Views.MsBoxCustomWindow..ctor()
   at MessageBox.Avalonia.MessageBoxManager.GetMessageBoxCustomWindow(MessageBoxCustomParams params)

Issue Analytics

  • State:closed
  • Created 6 months ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
aldelaro5commented, Mar 23, 2023

Hey, I actually am aware of what is happening on this one, but I only experienced it on nightly build before so I waited for them to release it to investigate.

Basically, the issue is with markdown.avalonia: this error comes from their scrollviewer crashing. I wanted to help that project upgrade to preview 6, but unfortunately, its project has a build dependancy on AvaloniaEdit which also needed the upgrade.

So I tried to upgrade that, but unfortunately, an unexpected perf issue happened. I still made a WIP pr, but you can see the details here: https://github.com/AvaloniaUI/AvaloniaEdit/pull/318 and it seems to be an avalonia font issue that happens on Linux.

Essentially, this is blocked by markdown.avalonia upgrading to preview6…

…which is blocked by avaloniaedit upgrading to preview 6.

It’s a dependency upgrade fun!

0reactions
ProbablePrimecommented, Mar 24, 2023

Ahh, I see ok. Maybe I’ll take a deeper loop.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TrayIcon broken with 11.0.0-preview6 · Issue #10749
On linux, a placeholder icon is displayed for a few seconds then disappears. The NativeMenu attached to the TrayIcon does not work either...
Read more >
Java SDK 11.0 or above is required when using .NET 6 ...
I've installed .NET 6 (version 6.0.100-rc.1.21458.32) and Visual Studio 2020 Preview (although it might be not a prerequisite).
Read more >
Xcode Previews | Apple Developer Forums
XCode Previews do not work when defined in a Swift Package in XCode 15 beta 6. The following error will be returned when...
Read more >
Error when I try to install Render Pipelines.
This error appears when I try to instal render pipelines on package manager: Cannot perform upm operation: Unable to add package...
Read more >
Announcing .NET 6 Preview 1
NET 6 Preview 1 is now available and is the start of the next major .NET release, focused on .NET unification and supporting...
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