James Turner
James Turner
This will make only .NET 7 pull in v7 of core .NET libraries. Fixes #598 The downside to this is that Renovate and Dependabot will likely struggle updating System.Text.Json now...
Fixes #362 When adding a very large number of entities to the change tracker, it was performing an extreme number of calls to `GetValue` on the `PropertyInfo`. This isn't typically...
An issue came up when upgrading Cache Tower around the `DbCachedEntry` and the property of type object. The problem seems to be that when potentially creating an update model, it...
With the 2.19.0 version of the MongoDB driver (in #337) comes a new internal implementation of the LINQ provider. Due to the low level way part of the queryable system...
Currently the testing occurs on the live DEV site with a number of public API calls to GET endpoints. This isn't sustainable while building a testable solution. While it could...
This issue has two parts with the general theme being extended options/configuration support. --- Currently the path is hard coded to "/dns-query". While this works for Google, Cloudflare and is...
The DNS protocol does actually support updates directly - could be an interesting feature to implement.
See: https://en.wikipedia.org/wiki/Zero-configuration_networking#DNS-based_service_discovery Is this relevant for Dino DNS?
eg. `{Major:00}` would indicate that it will always be a minimum 2 digits. This is especially useful for things like `{CommitHeight}` where this could very easily be double or triple...
With the CLI tool, there is no documentation currently. Users could only determine how it works by either looking at its source code or how the build target calls it....