Michael Conrad
Michael Conrad
### Discussed in https://github.com/MichaCo/DnsClient.NET/discussions/139 Originally posted by **jhoffmeister** December 3, 2021 Hi, I'm missing a response time in the DNSQueryResponse, I can see that the Audittrail has a response time....
*All this is subject to change/work in progress* - [x] Options/Settings API rework - [x] First version of the changes (https://github.com/MichaCo/DnsClient.NET/commit/6f2d9482c242f5c1f598d1ae2d1d3be44531713c) - [x] Finalize - [x] Rework "by server" query...
* [x] net50 targets * [x] updated dependencies to reasonable versions * [x] latest Redis client * [x] Fixing #300 * [x] Removed all configuration options for perf counters. This...
- [ ] Extend Configuration Docs: Examples for each cache handle how to configure via json, xml or code - [ ] Microsoft Bond Serialization (added in 1.0.0 #127) -...
:update: Version 1.2.0 of CacheManager was released with the 1.x branch targeting .NetStandard 2.0, including the change to the new redis client version. ## Breaking Change I will drop any...
Issue to track progress / discussion around creating an example website using ASP.NET Core. - DI example code - Configuration example code - Usage (with ValuesController only?) - What would...
In version 2.x, Microsoft added a `SizeLimit` option to the `MemoryCacheOptions` and implemented a new eviction logic based off of that. If `SizeLimit` is set, each `CacheEntry` added to the...
The only way to configure the memory pressure or limits of the System.Runtime.Caching.MemoryCache based handle is via app/web.config. The implementation already supports named caches, there could be at least overloads...
There is currently an issue with the `GetOrAdd` API. In some scenarios, the generic overloads are ambiguous and lead to very odd error behavior which is not easy to spot....
Hi, I'm getting the following error in existing tests after upgrading to Xunit 2.4.2: ``` System.ArgumentException : Object of type 'System.Int32' cannot be converted to type 'System.Nullable`1[System.Double]'. Stack Trace: RuntimeType.TryChangeType(Object...