Skip to content

10.0.0

Compare
Choose a tag to compare
@rjmurillo rjmurillo released this 13 Feb 20:45
· 53 commits to develop since this release
f390f22

Namespace updates

  • Namespace change from Microsoft.Qwiq to just Qwiq

Internal refactor

  • Updates to use PackageReferences instead of packages.config for some projects
  • Fix for double-check lock in ReadOnlyObjectCollection which may cause duplicate enumerations of an item set or factory
  • Fix for CA1028 for NodeType enum
  • Add SerializableAttribute to ServerRejectedChangesException class
  • Suppress warnings for empty catch block on NoExceptionAttributeMapperStrategy