aspnet / LibraryManager

Other
446 stars 78 forks source link

Don't write default config file during init #720

Closed jimmylewis closed 8 months ago

jimmylewis commented 8 months ago

Per #719, this can cause file lock issues with multiple concurrent processes executing (for example, parallel MSBuild nodes in a solution). Retrospectively, it doesn't provide anything useful either. It's faster to just create the defaults in memory than to get file IO involved.

Resolves #719