Tibor Tóth
Tibor Tóth
It would be a better approach to utilize the built in `IMemoryCache` infrastructure for caching. Also, it would be much better to add support for `IDistributedCache` opt-in.
It would be a better approach to utilize the built in IMemoryCache infrastructure for caching. Also, it would be much better to add support for IDistributedCache opt-in.
Hi, Is there any plan to support interface (and model) generation from swagger to refit?
Current package is binary incompatible with the transitively referenced current Namotion.Reflection package. SigSpec is trying to invoke `XmlDocsExtensions.GetXmlDocsSummary(this CachedType type)` but is has been changed in this commit https://github.com/RicoSuter/Namotion.Reflection/commit/51eb057f4ace71f7f0a21305558b2a8c352947bf where...
### Describe the need Currently Octokit does not support the `IHttpClientFactory` pattern but uses a custom `IConnection` abstraction. Please consider supporting the canonical way to handle HttpClients in modern .NET...