Skip to content

v1.2.1

Compare
Choose a tag to compare
@JeremyCaney JeremyCaney released this 09 Dec 22:23
· 121 commits to master since this release

Minor maintenance release with an emphasis on updating the code to utilize new C# 9.0 capabilities and apply the latest version of code contracts. While some of these updates may improve reliability, they do not resolve any known bugs or introduce any new functionality.

Code Improvements

  • Updated development dependencies, including GitVersion and the .NET Test Framework (89fd11e)
  • Updated to C# 9.0 and implemented new capabilities such as target-typed object creation and improved pattern matching (5e34b68)
  • Updated to new Microsoft.CodeAnalysis.NetAnalyzers and implemented new recommendations (d81de85)
  • Marked assemblies as CLS Compliant (6f05bd9, 7b8227a)