Adrian Cockburn

Results 6 issues of Adrian Cockburn

Is there a known issue using the MessagePack Protocol over WebSockets? It seems to work ok when explicitly set to use the LongPolling transport and using the Json protocol with...

bug
blocked

Previously with v1.4.0 I was using AddDependencyContext to help with finding dependencies by using the deps.json file associated with my plugin. This worked well for my use case. However, after...

question

What NuGet source are you using for the latest packages? When I try to build I get a package downgrade error: ```Error NU1605 Detected package downgrade: Microsoft.NETCore.Platforms from 3.0.0-preview.19109.6 to...

Resolves issue: #9 Its a bit ugly in places, like loading expectations from file, but I think I covered everything - its working for my immediate requirement anyway.

I need to be able to support dynamically generating the response based on certain properties of the request and other environment properties. This is possible with the use of the...

Hello, is there any equivalent way to specify property name mappings in an agnostic manner rather than using the JsonProperty/JsonPropertyName attributes?