Graham Watts

Results 4 issues of Graham Watts

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported ### Cake runner Cake .NET...

### What problem does the feature solve? Consider adding a caching provider that uses `Microsoft.Extensions.Caching.Memory.IMemoryCache` as its store. This could be used as an alternative to the built-in `MemoryCacheLayer`. The...

enhancement

### What problem does the feature solve? Consider adding the option of a sliding expiry to cache items, as supported by both `IMemoryCache` and `IDistributedCache` in `Microsoft.Extensions.*`. This would allow...

enhancement

### Describe your question I note that support for all frameworks except for `net8.0` is being dropped from MQTTnet 5.0. In the [upgrade guide](https://github.com/dotnet/MQTTnet/wiki/Upgrading-guide#limited-framework-support) it mentions that one of the...

question