Michael Gugler
Michael Gugler
In our Azure DevOps pipeline we install the latest dotnet ef tools using: `install --global dotnet-ef --version 8.*` And after that we create a migration script with the tools. Since...
Documentation says it's unsafe to chain after .clear() but has an example with .clear().type("xyz")
### Subject chaining after .clear() ### Description The documentation (and the linting) says, that it is unsafe to chain commands after .clear(). https://docs.cypress.io/api/commands/clear#__docusaurus_skipToContent_fallback But the same documentation has an example...
**What this PR does / why we need it**: The current implementation of the OpenIdConnect health check requires that the server supports RS256 as a signing algorithm. If the server...
**What happened**: The current implementation expects the OIDC provider to support RS256 as a signature algorithm. **What you expected to happen**: It should also be allowed that the OIDC provider...
Hello! As soon as I integrate the package into my app, a large part of the build output is suddenly created under \android\app\build instead of under \build I don't know...
Remote dependency calls can now be tracked with trackDependency(). Background: With trackRequest I had problems with distributed tracing across multiple application insights instances. AI could not connect the individual entries...
Is there any chance we can get a way to set custom HttpHeader? I would like to send tracking references (e.g. request ID) so that the logs from the OIDC...