Gregory T Dodd

Results 3 issues of Gregory T Dodd

I've got the following QueryParams object: `public class GetLocationsQueryParams { public GetLocationsQueryParams() { LocationDeviceData = new List(); } public BasicAddress Address { get; set; } public int Distance { get;...

bug

As the title suggests, I updated my version and then had to update my custom url parameter formatter for the new override format. Old version: ```csharp public class LocationDeviceDataUrlParameterFormatter :...

bug
up-for-grabs

I'm getting the following error: System.Runtime.Remoting.RemotingException: Object ‘/76e7cd41_2cd2_4e89_9c03_fae752ec4d59 /zb_uualy_cm6kwizjlentfdl_3.rem’ has been disconnected or does not exist at the server. It appears to be due to GC issues when using an...