Henning Moe
Henning Moe
I forgot about that and was obviously too lazy to look around :) It doesn't look too bad so I'll try and see if I can look at this in...
@BeeWarloc absolutely. I need arbitrary query support, not GraphQL support.
One advantage of specifying deserialization types in HTTP headers would be that the consumer could select a fitting parser before starting to read the document. The document can then be...
`Link: ; rel="type"`?
According to HTTP 1.1 a HEAD response should be identical to a bodyless GET from the same resource, so the Link header should be included in both GET and HEAD...
`restClient.Query(QueryFlags.Lazy)` That way there is no need for additional extension functions and the complexities of manipulating private state of another class and the functionality is immediately clear to the API...
I've never in my life needed to use `extern alias` before but when I do of course it's completely broken. The `Aliases` property has no effect in net48 or net5.0...
In my case we were moving from old project format to new project format. Two assemblies, neither built by my team so I couldn't change them, contained the same namespace...