Open okipol88 opened 3 years ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
@dotnet/wpf-developers I've moved this to the WPF repo, please triage.
Hello,
Currently we are developing a .NET app using WPF. The requirement is to have a specified folder structure. To achieve this we use
runtimeconfig.template.json
to specify theadditionalProbingPaths
.The problem is that as it works for our release, the designer is complaining:
The event log gives us:
If we remove the additional probing paths everything is ok. I can add an msbuild task to remove/include the file per build. This however is then not reloading when put back to
Debug
then removal of obj/bin folders needs to be done.Is there a better way to do this? Are
runtimeconfig.template.json
files per configuration not supported? Thank you in advance.