Andreas Niedermair
Andreas Niedermair
Thanks for your reply, I'll analyze the possibilities. Do you mind, if I ping you again for a final sum up? Best Andreas
😓 ... a long way down Due to the extra layer of abstraction over [System.Net.HttpClient](https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient) and json (de)serialization, I did not try to mess with your design. Instead, I based...
I am just calling `Advertise` and `QueryUnicastServiceInstances`. At some point, mentioned exception is thrown in the event handler.
> Perhaps you should elaborate on why you think it "should" do that. WinSparkle (not "Sparkle") of course uses system defaults; I really don't see why it should behave any...
Hi, and thanks for the prompt follow-up! Mea culpa, I have a custom `string`-converter, which returns `null` rather than `string.Empty` which makes the [following comparison](https://github.com/cemdervis/SharpConfig/blob/master/Src/Setting.cs#L506) fail. I've updated the title...
I am not sure, whether I should expect this OOTB - but this is, where custom converters kick in :) Naming a method `TryXXX` (as with the breaking change from...
Fair enough. I then have to wait for the next major release. Thanks for your input! PS: I am unable to change neither my custom converter nor my DTO, which...
Yep, sticking to 3.2.8 ;)
to validate my point, please see https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/guidelines-for-collections#collection-properties-and-return-values > X DO NOT return null values from collection properties or from methods returning collections. Return an empty collection or an empty array...
Well ... shot too fast 😬 I'll stick to the vanilla approach, as this request seems out of scope. Use the right tool for the right job. Best Andreas