OmniXAML.Services.DotNetFx

Provides full .NET Framework services for applications using OmniXAML.


Keywords
Glass, OmniXAML, Xaml, Managed, C#, WPF, Perspex, MVVM, UI, c-sharp, markup, net-standard, netcore
License
MIT
Install
Install-Package OmniXAML.Services.DotNetFx -Version 9999.0.454-nightly

Documentation

IMPORTANT: If you don't know how to use the library, just file an issue asking for help!

It's here. This is OmniXAML V2!

OmniXAML

The Cross-platform XAML Framework.

Join the chat at https://gitter.im/SuperJMN/OmniXAML

I know you need it, I know you want it. I know you XAML!

Sample

OmniXAML is a library that allows you interpret XAML with ease. You can read XAML and get the object it represents

As you may know (most people don't) XAML isn't in any way attached to any technology. It simply inflates an object model, like the deserialization of a XML file does. It's pretty much like XML, but with a few unique features.

Quickstart

You can read this quickstart to see how to load XAML in your application