Closed cvetomir-todorov closed 9 years ago
I suppose that would be an issue of the compiler optimizations and lack of hard reference. Closing it.
Yeah. That's an unfortunate consequence of assembly scanning. We recently added the IncludeInNancyAssemblyScanning
attribute to help with this.
I followed the
readme.md
instructions after creating my customJsonSerializer
in order to register it. But it wasn't picked up. I had to add the following lines to make it work:Is the documentation incomplete/inaccurate or have I missed something? It clearly states that Nancy should detect
JsonNetSerializer
andJsonNetBodyDeserializer
but it fails to do so.