Jonathan Channon
Jonathan Channon
Would you be interested in making this work in VSCode? If not any ideas how portable the code base would be to move it to VSCode if someone was willing...
Like the look of this lib but was wondering how I could produce something like this: `/(?[\d]{1,2})` That way I can use it in a Nancy route definition like so:...
When calling `document.SerializeAsJson(context.Response.Body, OpenApiSpecVersion.OpenApi3_0);` you will get an error: ``` There has been an error System.InvalidOperationException: Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true. ``` This is...
Would it be possible to have an overload so we can pass our own serialization settings in? Perhaps the new System.Text.Json.JsonSerializerOptions and/or JSON Net settings?
DNX doesn't require a solution file/xproj. How can I open my dnx project that doesn't currently have solution/xproj files?
Using the code defined in the README https://github.com/reactiveui/refit#reducing-header-boilerplate-with-delegatinghandlers-authorization-headers-worked-example, running the app results in an exception: ``` Unexpected application termination! "The 'InnerHandler' property must be null. 'DelegatingHandler' instances provided to 'HttpMessageHandlerBuilder'...
Our current github action buids and tests for pushes and PRs and on a push it packs and pushes a package to feedz.io. I would like a manual action that...
Does this work with embedded Raven? If so can you show how to connect? Thanks
Any plans to support [Fleet](https://www.jetbrains.com/fleet/)? I've found someone made a Darcula theme here https://github.com/smallshen/fleet_themes/blob/main/darcula_solid.json which might give you some pointers