[Mono-dev] Fix for AppSettings file attribute to use relative path
David Curylo
curylod at asme.org
Fri May 2 21:21:48 UTC 2014
I was really hoping to get this pull request merged as it’s a thorn in my side on every deployment. I haven’t had any more feedback since a few changes earlier this week. Anyone have any issues?
https://github.com/mono/mono/pull/1007
The fix addresses this:
Per the '<appSettings>' documentation at http://msdn.microsoft.com/en-us/library/aa903313(v=vs.71).aspx, the 'file' attribute "specifies a relative path to an external file containi
Previous to this commit, the file attribute attempts to load a file based on the current working directory, which is incorrect. It should be a file path relative to the application's configuration file.
More information about the Mono-devel-list
mailing list