What is MyAssembly.XmlSerializers.dll generated for?

后端 未结 5 1424
醉酒成梦
醉酒成梦 2020-11-29 02:24

I am working on a project which generates an assembly. I just noticed that an additional assembly *.XmlSerializers.dll is being generated. Why this file is auto generated an

5条回答
  •  感动是毒
    2020-11-29 02:45

    FYI. The exact steps to stop the XmlSerializers.dll from being auto-generated are:

    1. In VS, right-click your project file and select "Properties"
    2. Click the "Build" tab
    3. Change the "Generate serialization assembly" dropdown from "Auto" to "Off"
    4. Rebuild and it will be gone

提交回复
热议问题