Ties Brobbel
Ties Brobbel
I used the converter to successfully convert our MSTest projects to xUnit, except that I noticed that `TestInitialize` and `TestCleanup` attributes were not converted, so I've added that in my...
We've started to use the [generated HTTP clients](https://devblogs.microsoft.com/dotnet/generating-http-api-clients-using-visual-studio-connected-services/) that uses [NSwag](https://github.com/RicoSuter/NSwag) to generate a typed client, and EPS01 "Struct 'ObjectResponseResult' can be made readonly" is showing up on the generated...
It's truly amazing to see that there is already support for `inline-hashes` on `style` attributes, and also how that works [under the hood](https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders/blob/54185de6053f7406888c25a4c8f1542f4f1fa724/src/NetEscapades.AspNetCore.SecurityHeaders/SecurityHeadersMiddleware.cs#L67) (as you're dependent on the rendering of...
As discussed in #155, this adds an additonal tag helper which allows you to hash `style` attributes, and inline event handlers. A couple notes: * I noticed a couple typos,...
**Describe the bug** When working on #1617, I had to built the manifests, however, that seems to be broken on the "newer M1 (and higher) MacBooks, as it pulls in...
**Which component**: kubeseal **Is your feature request related to a problem? Please describe.** I work in an environment where the decision was made to install sealed-secrets using non-default namespace, and...
**Is your feature request related to a problem? Please describe.** This feature request is related to discoverability of cluster issues. It can be problematic to discover that network policy issues...