Generated files by caliburn.micro in Release direc

2019-09-06 03:42发布

问题:

Caliburn.Micro generates a lot of files in my Release directory. Do I need to include them all while distributing package with my application? Is it possible to disable copying those files?

  • Caliburn.Micro.Platform.xml
  • Caliburn.Micro.xml
  • directories like de, en, es etc. with a single file: System.Windows.Interactivity.resources.dll

These *.xml files look like meta-data for Caliburn.

My application will only support English, so maybe I could remove other directories, but I'm not sure if Caliburn will use it according to system settings or application settings.

I checked the documentation, but I wasn't able to find any description about those files.

回答1:

To expand on my comment.

The xml files are generated documentation used by (among other things) intellisense, so won't need deploying. The language resources shouldn't need deploying if you don't intend to support those languages.