MisterSokol

Results 2 issues of MisterSokol

While trying to run test for full pipeline for controller that should run with dependencies I got an error that the controller should have parameters public constructor. Error message: >...

Hi, There is a problem with serialization and deserialization of dictionaries. I want to serialize with the Serializer created like this `new NetSerializer.Serializer(new [] { typeof(Dictionary) });` but I'm getting...