示例#1
0
 public void LogConfigurationNotification(Sarif.Notification notification)
 {
     ConfigurationErrorTargets.Add(notification.PhysicalLocation.FileLocation.Uri.LocalPath);
 }
示例#2
0
 public void LogToolNotification(Sarif.Notification notification)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void LogConfigurationNotification(Sarif.Notification notification)
 {
     this.ConfigurationErrorTargets.Add(notification.Locations[0].PhysicalLocation.ArtifactLocation.Uri.LocalPath);
 }