Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db426c1 commit 8e6e418Copy full SHA for 8e6e418
1 file changed
csharp/extractor/Semmle.Extraction.CIL/Entities/Attribute.cs
@@ -45,7 +45,8 @@ public override IEnumerable<IExtractionProduct> Contents
45
}
46
catch (Exception exc)
47
{
48
- // Attribute decoding is only partial at this stage.
+ Cx.Cx.Extractor.Logger.Log(Util.Logging.Severity.Info,
49
+ $"Attribute decoding is partial. Decoding attribute {constructor.DeclaringType.GetQualifiedName()} failed on {@object}.");
50
yield break;
51
52
0 commit comments