Dai
Dai
I'm using Chrome 70.0.3538.77 x64 on Windows 10 1809.
Does it matter that the cookies were marked as HTTP-only and already-expired?
@APIWT Annoyingly, it's a limitation of the version of Visual Studio and not the version of the .NET Framwork/.NET Core/.NET Standard. https://docs.microsoft.com/en-us/visualstudio/code-quality/install-fxcop-analyzers?view=vs-2019 * Visual Studio 2019: use latest * Visual...
> The library already supports exhaustive matching when throwing `InvalidEnumArgumentException` which inherits from `ArgumentOutOfRangeException` [It doesn't. `InvalidEnumArgumentException` inherits from only `ArgumentException`](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.invalidenumargumentexception?view=net-5.0). > There are also the attributes used for closed...
I just wrote this runtime patch for the Tui Image Editor that adds HTML5 range inputs, sets-up event handlers, and hides the original touch-unfriendly-sliders: To use this, just call `setUpHtml5Slider()`...
I received a comment reply earlier today (that seems to have been deleted?) asking me to post the `copyInputNumberValue` function referenced in my code above. > I have been struggling...
@RicoSuter Did V12.2.5 specifically support `text/plain` or was it supported by coincidence? I note that there isn't a check like `{% if response.IsPlainText %}` in the `.liquid` templates to handle...
@et1975 ah, thank you - I overlooked that. I’ll work on a patch right away.
Here's my patch: https://github.com/RicoSuter/NSwag/pull/2587 I'd appreciate it if you can test and verify it @et1975 as I don't have any Swagger files to-hand with `text/plain` responses.
@ZukenHammer as far as I know my patch (that's merged) shouldn't cause this... Can you tweak your `.liquid` templates on your local machine (and add C# comments) so we can...