mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
C#: Fix CIL trap file writing in debug mode
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Semmle.Extraction
|
||||
{
|
||||
if (idLabelCache.ContainsKey(id))
|
||||
{
|
||||
ExtractionError("Label collision for " + id, entity.Label.ToString(), Entities.Location.Create(this, entity.ReportingLocation), "", Severity.Warning);
|
||||
this.Extractor.Message(new Message("Label collision for " + id, entity.Label.ToString(), Entities.Location.Create(this, entity.ReportingLocation), "", Severity.Warning));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user