diff --git a/analyzers/its/expected/akka.net/S3247-Akka-netstandard2.0.json b/analyzers/its/expected/akka.net/S3247-Akka-netstandard2.0.json index 5f251c5cf85..d1f12bf14e3 100644 --- a/analyzers/its/expected/akka.net/S3247-Akka-netstandard2.0.json +++ b/analyzers/its/expected/akka.net/S3247-Akka-netstandard2.0.json @@ -1,5 +1,11 @@ { "Issues": [ + { + "Id": "S3247", + "Message": "Replace this type-check-and-cast sequence with an \u0027as\u0027 and a null check.", + "Uri": "https://github.com/SonarSource/sonar-dotnet/blob/master/analyzers/its/Projects/akka.net/src/core/Akka/Actor/ActorRefProvider.cs#L516", + "Location": "Line 516 Position 17-54" + }, { "Id": "S3247", "Message": "Replace this type-check-and-cast sequence with an \u0027as\u0027 and a null check.",