Dependencies:
- 17273ce build(deps): bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 (#444) @dependabot-preview[bot]
- 4218d6b build(deps): bump MSBuild.Sdk.Extras from 2.1.2 to 3.0.23 in /src (#451) @dependabot[bot]
- d7e2f1a build(deps): bump coverlet.msbuild from 2.9.0 to 3.0.1 in /src (#450) @dependabot[bot]
- f6716ed dependencies: Update To using NetAnalyzers @glennawatson
- 0e0031f build(deps): bump Roslynator.Analyzers from 3.0.0 to 3.1.0 in /src (#455) @dependabot[bot]
- d08495c build(deps): bump coverlet.msbuild from 3.0.1 to 3.0.2 in /src (#454) @dependabot[bot]
- a0ed7c9 build(deps): bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 in /src (#467) @dependabot[bot]
- 6c768e1 build(deps): bump coverlet.msbuild from 3.0.2 to 3.0.3 in /src (#458) @dependabot[bot]
- c6234b0 build(deps): bump Nerdbank.GitVersioning from 3.3.37 to 3.4.194 in /src (#469) @dependabot[bot]
Fixes:
- ec02c3b Fix list page return type lost. (#462) @a44281071
- 811b32e Fix filter in cache connect Fixes #400 (#472) @RolandPheasant
Housekeeping:
- c9b97b3 housekeeping: Update license years. @glennawatson
- 00b3c01 housekeeping: add dependabot @glennawatson
- 22d742d housekeeping: Add a nuget.config file @glennawatson
Other:
- 0c216b1 FirstOrOptional extension fix to return Option.None instead of default on value type enumerable (#460) @Gotcha7770