Results 91 comments of Jonathan Channon

Could try seeing how omnisharp works for c#. Must have very similar issues integrating with VSCode as this extension will

The one thing I did with Carter was move it to System.Text.Json then had to add back a Json.Net serializer for people to use if they wanted to fall back...

https://khalidabuhakmeh.com/generate-links-to-aspnet-core-map-endpoints nerd sniping @khalidabuhakmeh

Nerd sniping failed...

You are correct in your assumption and correct in a lack of samples which will need fixing in the future. For now I can point you to the tests https://github.com/CarterCommunity/Carter/blob/main/test/Carter.Tests/ContentNegotiation/ResponseNegotiatorTests.cs...

No, I think the tests are pretty clear

Well you just create a class and implement the interface that has 2 methods. Here's an example: https://github.com/CarterCommunity/Carter/blob/main/test/Carter.Tests/ContentNegotiation/ResponseNegotiatorTests.cs#L113 It says this negotiator will be used when the accept header is...

Its been 6 years and is still an issue. Can we get this fixed ASAP please?

You can’t. You can add a Before hook to conditionally allow the request to continue On Fri, 24 Mar 2023 at 07:12, bangush ***@***.***> wrote: > how to cleanly load...