Skip to content

Commit 1a0e31f

Browse files
authored
Fix - Dispose of resized mask image when calculating diffs
2 parents f4c1f62 + 693f123 commit 1a0e31f

File tree

5 files changed

+198
-133
lines changed

5 files changed

+198
-133
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# CA1303: Do not pass literals as localized parameters
44
dotnet_diagnostic.CA1303.severity = none
55

6+
# CA2000: Dispose objects before losing scope
7+
dotnet_diagnostic.CA2000.severity = suggestion
8+
69
# var preferences
710
csharp_style_var_elsewhere = true:warning
811
csharp_style_var_for_built_in_types = true:warning

0 commit comments

Comments
 (0)