S
sruzmano
Guest
This file WILL be generated when you build your project.The build process will trigger a task which will scan your bin folder and check which assemblies contain feather controllers (this was previously done on system startup). After the scan is completed the .json file will be populated with the names of "feather" assemblies. If the bootstrap dll is not present in the bin folder at the time you build your project it won't be included in the json file. As I said above this is done to boost the system startup. However you can enable/disable it in advanced settings->feather config-> Use cached controller container assemblies. I highly recommend to leave that setting enabled because of the significant startup improvement. (noticeable when you deploy your project)
Continue reading...
Continue reading...