Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

How to fix deprecated nuget-package NLog.Config

$
0
0

Just noticed that in my list of Nuget packages, that "NLog.Config" is marked as deprecated:

enter image description here

Is it safe to simply delete the package?

This particular application is for Google Calendar API usage.


I should have looked more closely at my code. I removed the package and now my tool won't compile. I have code like:

Imports NLogPrivate m_logger As NLog.Logger = LogManager.GetCurrentClassLogger()

And 10 instances of calls like:

m_logger.Error(ex, "RESULT_FAILED_OAUTH")

How to resolve now that NLog is deprecated?


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>