Michaël
Michaël
Same problem here :) I have a json column containing an object with question mark field like this: > { > "json_param": "question mark string ?" > } if I...
Hi, just created the PR #628 for the SqlResult class still containing the question mark hardcoded I know that I made a breaking change on the class, but I did't...
> This is the same issue as [open-telemetry/opentelemetry-dotnet-contrib#1617](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/issues/1617). > > You can configure the Prometheus exporter to disable the `_total` suffix with this option: `AddPrometheusExporter(o => o.DisableTotalNameSuffixForCounters = true)`. The...
Hi guys, this has been fixed in hangfire 1.8.10 -> https://github.com/HangfireIO/Hangfire/issues/2356
Hi gents, the PR is pretty old now but I guess there is a good amount of folks here interested in the support of these commands with the new REDIS...
encountered in v14.3.0 and v14.4.0, also backed off to v14.2.0 to make it work.
Hi, gentle reminder about that issue :) it happens when a sub class/enum is created like this: ``` public class MyConstants { public enum Status { Valid, Invalid } }...