You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SamuelJohnsonMedia Are you using the Visual Studio Extension or the NuGet package?
The code only looks for config files in the appdata folder or in the project and with the build action of "Additional Files".
How valuable would it be to add support for files in the project or solution folders? (Noting that this would probably only work with the extension and not the NuGet package.)
Hi; thanks for the reply. I am using the extension.
Personally I would find it very valuable for solution based configuration as I would like all my projects to have the same settings within the solution.
Thanks for the extension, good work but I am having some problems...
Config file placed in solution root:
With the TODO comment indicated below, it is appearing as a warning which seems to indicate that the config file is being ignored:
I even tried copying the config file to all project root folders and it still doesnt work.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: