Skip to content

Conversation

robsosno
Copy link

The change is necessary when classic .NET Framework is using .NET Core version of Common.Logging.
It would be best to check in runtime if classic .NET Framework application is running. However I haven't found a good method to do so and this change doesn't harm pure .NET Core applications.

It would be better to do that only if System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription contains ".NET Core"
Unfortunately this requires elevated permissions so I haven't done this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant