We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3974e commit fb3b340Copy full SHA for fb3b340
src/Exceptionless/ExceptionlessClient.cs
@@ -285,11 +285,6 @@ void IDisposable.Dispose() {
285
286
private static readonly Lazy<ExceptionlessClient> _defaultClient = new Lazy<ExceptionlessClient>(() => new ExceptionlessClient());
287
288
- [Obsolete("Please use ExceptionlessClient.Default instead.")]
289
- public static ExceptionlessClient Current {
290
- get { return _defaultClient.Value; }
291
- }
292
-
293
public static ExceptionlessClient Default {
294
get { return _defaultClient.Value; }
295
}
0 commit comments