Skip to content

System.Waf

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbe2277 jbe2277 released this 08 Mar 21:09
  • WAF: Change ValidatableModel to match the INotifyDataErrorInfo.GetErrors description. [Breaking change]
  • WAF: ThrottledAction: Improve performance of InvokeAccumulated.
  • WAF: Remove the FileType.FileExtension limitation that it has to start with a '.' point character.
  • WAF: Change FileType to expose FileExtensions collection instead of FileExtension with the concatenated string. [Breaking change]
  • WAF: Add NullToVisibilityConverter class.
  • WAF: Add ResourceHelper class.
  • Samples: Improve WPF design time support.
  • InfoMan: Improve validation logic (Replace custom ValidationModel class with ValidatableModel).
  • BookLibrary: Improve validation error style.