Skip to content

0.22.0

Compare
Choose a tag to compare
@cwensley cwensley released this 23 May 17:34
· 144 commits to develop since this release
  • 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)