Thijs Brobbel

Results 4 issues of Thijs 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,...