-
I've noticed that I can split my I haven't been able to go one level further and split the routes between the appsettings to have them merge back together correctly. Is this possible or am I fouling up the syntax? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the limitation here is that routes are listed in the config as an array and when you nest config files it doesn't merge them quite like you'd expect. See dotnet/extensions#3083. |
Beta Was this translation helpful? Give feedback.
I think the limitation here is that routes are listed in the config as an array and when you nest config files it doesn't merge them quite like you'd expect. See dotnet/extensions#3083.