I think i am going to have an extension method (li...
# package-development
k
I think i am going to have an extension method (like
AdduSyncConfig()
or something). that adds a custom config jsons, (and env configs e.g
uSync.json
and
uSync.development.json
) - and then if people want to have their config in a separate file they can add it to
program.cs
, but if they don't then it all lives in
appsettings.json
(or the envs or whatever they want). Not ideal and all it really all does is save them writing about 5 lines of code - but it makes it easier for people if they want to quickly move the config, and i can document it as a couple of 'simple' steps to move the file.