-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not get values from appsettings.json #2
Comments
This matter is more NLog related, but that's possible. |
Yes, it works for other targets, but not for this. |
ok, I will reopen the Issue und have a look. Maybe you could create a branch and modify the test App according to your setup so that I can check it more easily? |
I created test app, but I don't have permissions to push. Could you please provide them? |
I looks that you forked the whole repo. Can you push to your fork? |
I also don't work with github often:) |
Thanks, I looking into it |
Right now this is unfortunately not supported - BUT ... |
Created #4 that adds Layout-support of Application + Environment + Url |
Thanks! |
Version 2.0.0 is out on nuget. Thanks |
Hello!
I declared a variable:
<variable name="teamsUrl" value="${configsetting:name=Logging.TeamsUrl}"/>
and then i used it like this:
But it doesn't work.
Is it possible to use values from appsettings.json?
The text was updated successfully, but these errors were encountered: