Does not seem to work on 11.0.0-preview6
See original GitHub issueSystem.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:
- Created 6 months ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!
Ahh, I see ok. Maybe I’ll take a deeper loop.