Antony Male

Results 352 comments of Antony Male

I'm personally against language features which require reflection under the hood. They hide the cost of the operation from the user, and result in unexpected `TargetInvocationExceptions` if something goes wrong....

`value1 is IComparable obj && value1 is T && value2 is T`? I'm not a fan of this syntax, but there's no point in being needlessly complex!

@popcatalin81 Other languages seem to get by just fine. In e.g. Rust, the `default` case doesn't add any extra checks: if there's a `default` case, then that will catch all...

Is there any progress on this? As far as I can make out, this is stopping me from using Dapper in a netcore app.

> but that requires removing the cloud wifi dongle Not true, FWIW. You can run both at the same time just fine.

You can write your own serializer which uses STJ - the only side is you'll bring in json.net as a dependency, even though it's unused. There's also a third party...

Other people have seen similar things after upgrading Windows. One person saw lots of Syncthing's log files filled with null bytes as well. I'll have another look to see if...

I haven't heard any more of these reports, so I think they must have been related to the windows update that some people were linking it to. Closing, please reopen...