You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added .NET Standard 2.0 build to make use of System.Reflection.ICustomAttributeProvider.
Portable.Xaml.ComponentModel.ICustomAttributeProvider and associated api's are now removed from .net standard 1.0 and 1.3. Use .NET Standard 2.0 to get access to these.
XamlXmlReaderSettings.SkipXmlCompatibilityProcessing is now supported
Using XamlDeferLoad now produces the correct XamlNodeList content
The IAmbientProvider now remembers its object state correctly even after the content has been loaded.
You can now supply a parent IAmbientProvider when reading Xaml (Enhanced capability not in System.Xaml)