Closed codingadventures closed 6 years ago
Currently the XmlSerializer used in LINQBridgeVs uses the old .net framework 4 version which tries to compile serialization assemblies on the fly. Add sgen as a build task:
https://mikhail.io/2014/05/21/sgen-to-precompile-classes-for-xmpserializer/
https://www.codeproject.com/Articles/526956/All-about-XmlSerializer-Performance-and-Sgen
done this, and didn't bring any benefit. I believe the current .net 4 xml serializer still compiles the serialization dll from scratch.
Currently the XmlSerializer used in LINQBridgeVs uses the old .net framework 4 version which tries to compile serialization assemblies on the fly. Add sgen as a build task:
https://mikhail.io/2014/05/21/sgen-to-precompile-classes-for-xmpserializer/
https://www.codeproject.com/Articles/526956/All-about-XmlSerializer-Performance-and-Sgen