Commit f153b7a
[Java.Interop.Tools.Cecil ] Properly implement DirectoryAssemblyResolver.cs.Dispose() (#90)
- we actually want the disposing to be set to true when called from
IDisposable.Dispose method so that the resources are disposed
(unlike when called from finalizer)
- this fixes part of #445291 parent 1be10fa commit f153b7a
File tree
1 file changed
+1
-1
lines changed- src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments