A multi-platform .NET UI framework. -!-!-!-!- VOTE FOR SUPPORT IN RIDER: https://youtrack.jetbrains.com/issue/RIDER-39247 -!-!-!-!-
https://github.com/JohanLarsson/Gu.Wpf.Validation
Very interesting, but it drives us to the debate of view-based validation
PerspexProperty<double>
https://github.com/SuperJMN/OmniXAML/wiki/Using-OmniXAML-for-WPF
regarding
mainWindow = (Window) xamlLoader.Load(stream);
why is there no generic overload? :)
Severity Code Description Project File Line
Error CS0103 The name 'InitializeComponent' does not exist in the current context TestApplication F:\GitHub\OmniXAML\OmniXaml\TestApplication\MainWindow.xaml.cs 12
if I hover the Window class it says that this file is missing the following implementations: /// <summary>
/// Attaches events and names to compiled content.
/// </summary>
/// <param name="connectionId">An identifier token to distinguish calls.</param><param name="target">The target to connect events and names to.</param>
public void Connect(int connectionId, object target)
{
throw new System.NotImplementedException();
}
/// <summary>
/// Loads the compiled page of a component.
/// </summary>
public void InitializeComponent()
{
throw new System.NotImplementedException();
}
Severity Code Description Project File Line
Error The tag 'PropertyGrid' does not exist in XML namespace 'http://schemas.xceed.com/wpf/xaml/toolkit'. Line 110 Position 18. TestApplication F:\GitHub\OmniXAML\OmniXaml\TestApplication\MainWindow.xaml 110
<id>$id$</id>
<version>$version$</version>
<title>$id$</title>
<authors>$author$</authors>
<owners>$author$</owners>