Matthew Toghill

Results 3 issues of Matthew Toghill

## Description Implement a query caching pipeline behavior. Adds cached versions of each of the existing query base classes: `CachedQueryBase` `CachedQueryPagedBase` `CachedQueryByIdBase` `CachedQueryByKeyBase` Any query definition inheriting from a cached...

## Detailed Description Upgrade the project to use .NET 9 and update related package dependencies. https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview https://learn.microsoft.com/en-us/dotnet/core/compatibility/9.0 https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-13

enhancement

## Detailed Description After upgrading to at least .NET9 (#89) we should consider migrating the existing .SLN file to the newer simpler .SLNX version of the solution file. https://devblogs.microsoft.com/visualstudio/new-simpler-solution-file-format/ One...

enhancement