Mike Lorbetske

Results 5 issues of Mike Lorbetske

_From @LeighF51 on June 5, 2018 15:59_ Hi, I have a template with 3 projects (one of them being a docker project) that are setup in a template. When creating...

### Source/destination types and Repro Steps ```csharp [JsonConverter(typeof(DecimalLikeConverter))] public class DecimalLikeThing { public decimal D { get; set; } } public class DecimalLikeConverter : JsonConverter { public override bool CanConvert(Type...

First off, thank you so much for making this. I've been using it for years and it's been great. Recently I've been going down the path of documenting one of...