freedom8888

Results 2 comments of freedom8888

I've made UWP project and .NET Standard 2.0 project on Visual Studio 2017 version 15.5.5.6 (Community edition). .NET Standard 2.0 project simply serialize class object to json like below. `JsonSerializer.ToJsonString(obj)`...

After I changed property below, release build stopped throwing exception. UWP project property -> Build -> uncheck "Compile with .NET Native tool chain" I'm not sure about the reason.