We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37d7bd9 + 44705c3 commit 0927909Copy full SHA for 0927909
tests/ImageSharp.Tests/TestImages.cs
@@ -168,6 +168,7 @@ public static class Issues
168
public const string ExifGetString750Transform = "Jpg/issues/issue750-exif-tranform.jpg";
169
public const string ExifGetString750Load = "Jpg/issues/issue750-exif-load.jpg";
170
public const string InvalidJpegThrowsWrongException797 = "Jpg/issues/Issue797-InvalidImage.jpg";
171
+ public const string AccessViolationException798 = "Jpg/issues/Issue798-AccessViolationException.jpg";
172
}
173
174
public static readonly string[] All = Baseline.All.Concat(Progressive.All).ToArray();
0 commit comments