System.Text.Json DateTime & DateTimeOffset “\/Date()\/” serialization
Part of the series: Fun with System.Text.Json I was working on porting some code to .NET Core that has to call a whole bunch of external services. The external dependencies are all over the map, .NET Core, Web API, WCF, and some stuff I’m not even sure what it is using. One of those services […]