Skip to content

Commit

Permalink
Go for a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Dec 6, 2022
1 parent 8d6a97a commit 113f452
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes - Previously.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2022.12.5.10565

* Adjust `DoNotAssumeIntPtrSizeRule` to allow for compiler changes at dotnet 7.0. There will still be false negatives as casts involving `IntPtr` are now inlined, rather than going to `op_Explicit`

# 2022.5.17.8250

* Fix false positives for `DoNotThrowInNonCatchClausesRule` for `try/when/catch` cases that `throw` from the `catch`
Expand Down
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 2022.12.5.10565
# 2022.12.6.73xx

* Adjust `DoNotAssumeIntPtrSizeRule` to allow for compiler changes at dotnet 7.0. There will still be false negatives as casts involving `IntPtr` are now inlined, rather than going to `op_Explicit`
* [BUGFIX] Address some context dependent instances of assembly resolution failure

⁋For previous releases, go here -- https://github.com/SteveGilham/Gendarme/blob/trunk/ReleaseNotes%20-%20Previously.md

0 comments on commit 113f452

Please sign in to comment.