We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When upgrading to avalonia 11.2, the FluentAvalonia project does not compile. It shows various missing items in the DateTimePicker style file
The text was updated successfully, but these errors were encountered:
I'm also having a problem with the TimePicker the project doesn't compile and the designer stops working.
TimePicker
the output shows an error but not much information
19:13:02.441 [Debug] 29776 <= UpdateXamlResultMessage { Error: "System.NullReferenceException: …", Handle: null, Exception: ExceptionDetails { ExceptionType: "NullReferenceException", Message: "Object reference not set to an …", LineNumber: null, LinePosition: null } } 19:13:02.441 [Error] 29776 UpdateXamlResult error System.Xaml.XamlException: Object reference not set to an instance of an object. 19:13:02.446 [Verbose] 29776 Finished PreviewerProcess.OnMessageAsync()
Sorry, something went wrong.
Confirm same issue with AbaloniaUI 11.2
AvaloniaUI/Avalonia#17419
A fix for this has just been committed into Avalonia
Fix TimePicker breaking change, when using pre-11.2 styles #17516
No branches or pull requests
When upgrading to avalonia 11.2, the FluentAvalonia project does not compile.
It shows various missing items in the DateTimePicker style file
The text was updated successfully, but these errors were encountered: