jmajoor
jmajoor
The BSON specification at (http://bsonspec.org/spec.html) has a datatype for decimal. The current implementation does not properly support this. The BsonWriter will write a decimal value as a BsonType.Number which is...
When I use the Serilog extensions then my positional format parameters are incorrectly formatted. The following example: ` class Program { public static void Main(string[] args) { var builder =...
The kind sorter is missing many of the list based resources. For example: Deployment, StatefulSet, ReplicaSet, DaemonSet, Ingress, Service, ConfigMap are defined in the kind sorter, but DeploymentList, StatefulSetList, ReplicaSetList,...
The detection of netcore was changed in #155 and this was released on nuget with version 2021.7.22.1. Unfortunately this fix only works for .NET 5 and .NET 6. #166 the...
**Describe the bug** The AKS networking page used to have an option to enabled the AGIC add-on. This option is no longer present on this page, though the documentation still...
Fix for #12896 **What this PR does / why we need it**: The KindSortOrder maintains 2 lists for InstallOrder and UninstallOrder, which are important to make sure that resources that...