From WPF to Avalonia
Hey, i have a little question that somebody might know the solution to. Or a different way of dealing with it.
So basically we created a WPF application, and we are not turning it in to an Avalonia application instead because we want it to be multiplatform.
For this we thought we would have both WPF and Avalonia up and running at the same time while we are moving everything over. This works and makes it moving over really easy.
However, Rider's intelligence in the xaml files are wrong.
Basically when coding in a WPF application, it gives WPF intelligence
When coding a Avalonia app, it gives Avalonia intelligence
But now that we have both, it gives WPF intelligence, for both the Avalonia files and the WPF files.
Is there a way to for example switch the intelligence to focus prioritize Avalonia instead of WPF or something?
So basically we created a WPF application, and we are not turning it in to an Avalonia application instead because we want it to be multiplatform.
For this we thought we would have both WPF and Avalonia up and running at the same time while we are moving everything over. This works and makes it moving over really easy.
However, Rider's intelligence in the xaml files are wrong.
Basically when coding in a WPF application, it gives WPF intelligence
When coding a Avalonia app, it gives Avalonia intelligence
But now that we have both, it gives WPF intelligence, for both the Avalonia files and the WPF files.
Is there a way to for example switch the intelligence to focus prioritize Avalonia instead of WPF or something?
