John Murray

Results 3 issues of John Murray

.NET SDK 2.2.401 on Mac DNT 1.2.5 installed via NPM. Using `dnt used-packages` Output: ``` DNT (DotNetTools) NPM CLI Error: An assembly specified in the application dependencies manifest (dnt.deps.json) was...

Example: ``` [Createable(false), Updateable(false)] [JsonProperty("Salesforce_Name__c")] public string DotnetName { get; set; } ``` The `CreateableContractResolver` and `UpdateableContractResolver` will not work in this case, since it's comparing the wrong property names....

bug

`geo2topo` should now be used rather than `topojson`. Executing as is fails. Ref: https://stackoverflow.com/a/40730951/218766