-
Notifications
You must be signed in to change notification settings - Fork 42
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't set shared property for rollingfile settings #11
Comments
Thanks for the note. Sharing wasn't originally supported for .NET Core, hence the Are you able to check out package version 1.1.0-dev-00014 to make sure this works as expected for your target? Should be a safe/low-impact change to push through to master. |
@nblumhardt Looks to be working fine. |
Thanks @jajunk |
Not working in 3.3.0 version. |
We seem to be able to configure all rollingfile settings except for file sharing. The code for some reason has a preprocessor directive to set it to true or false if SHARED is defined, but it is not and there is no way to set that via code (obviously). We should be able to set this property.
The text was updated successfully, but these errors were encountered: