Jan Trejbal

Results 24 issues of Jan Trejbal

Hi, I am trying to call `tracerProviderBuilder.AddEntityFrameworkCoreInstrumentation()` but it results in compile error `error CS7069: Reference to type 'TracerProviderBuilder' claims it is defined in 'OpenTelemetry', but it could not be...

comp:instrumentation.entityframeworkcore

Hi, I did notice that the project define only one namespace (Fido2NetLib). It is a general practice, that namespaces match to folder structure. Do you mind, if I fix it?

Hi, I am using the following Github Actions: - https://github.com/trejjam/FreshdeskApiDotnet/blob/master/.github/workflows/release.yml - https://github.com/trejjam/FreshdeskApiDotnet/blob/master/.github/workflows/nightly-release.yml They have a simple purpose. When the main branch is tagged, Github creates and pushes packages to the...

- bug fix? no - new feature? yes - BC break? no This refactor Dumper::dumpException in the way that part maintaining storing Assert diff is callable from other test libraries.

Try to create JwtToken with `Claim(type: "json", value: Dictionary{["foo"] = 1})` with at least one scope. The result is JWT with claim without original meaning. The real cause of this...

bug report

This PR adds support for Azure PR autocompletion. Azure doc: https://docs.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/update?view=azure-devops-rest-6.0 edit: fix link

Hi, I am using your library in my own library. I run tests also against PHP8.1. I have an issue with an override of `Schematic\Entry::jsonSerialize()` as you can see here:...

Hi, is there some requirement/purpose for [nette/deprecated](https://github.com/drahak/Restful/blob/master/composer.json#L22)? I did not found any.