Jo Ham
Jo Ham
# Problem Let's say you have an `Array` of `Animal`s : ```javascript class Animal {} class Cat extends Animal {} class Dog extends Animal {} const animals = [new Cat(),...
### Description When running tests from `dotnet publish`'s output, it fails. When running the same test from the source, it succeeds. ### Complete minimal example reproducing the issue ```csharp using...
[The provided DTD](https://github.com/istanbuljs/istanbuljs/blob/c1559005b3bb318da01f505740adb0e782aaf14e/packages/istanbul-reports/lib/cobertura/index.js#L35) for cobertura is not respected: - The `package` XML element is missing the `complexity` attribute - The `class` XML element is missing the `complexity` attribute - The...
It would be great to have a schema values file available for the Helm chart. [Artifact Hub seems to be supporting it](https://blog.artifacthub.io/blog/helm-values-schema-reference/), making values configuration more searchable. This would enable...
I'd like to be able to prove `Serilog.Expressions.dll` hasn't been tampered, but I can't since this file doesn't have a digital signature. Signing `Serilog.Expressions.dll` in the the shipped NuGet package...