Skip to content

Commit

Permalink
chore: add missing ObsoleteAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
BEagle1984 committed Mar 14, 2021
1 parent b354c9a commit 4a7733d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) 2020 Sergio Aquilini
// This code is licensed under MIT license (see LICENSE file for details)

using System;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Extensions.Logging;
using Silverback.Messaging.Configuration;
Expand Down Expand Up @@ -434,6 +435,7 @@ public static class IntegrationLogEvents
/// Reserved, not used anymore.
/// </summary>
[SuppressMessage("", "SA1623", Justification = "Reserved id")]
[Obsolete("Not used anymore.", true)]
public static LogEvent ErrorInitializingActivity { get; } = new(
LogLevel.Warning,
GetEventId(61, nameof(ErrorInitializingActivity)),
Expand Down

0 comments on commit 4a7733d

Please sign in to comment.