Skip to content

Commit

Permalink
NET-700 Modify S7133: Remove Monitor and events (#4515)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource authored Nov 18, 2024
1 parent 99589d0 commit 1411571
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions rules/S7133/description-dotnet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ This rule raises if you acquire a lock with one of the following methods, and do
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.readerwriterlockslim.tryenterwritelock[ReaderWriterLockSlim.TryEnterWriteLock]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.spinlock.enter[SpinLock.Enter]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.spinlock.tryenter[SpinLock.TryEnter]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.monitor.enter[Monitor.Enter]
* https://learn.microsoft.com/en-us/dotnet/api/system.threading.monitor.tryenter[Monitor.TryEnter]
== Why is this an issue?

Expand Down
1 change: 0 additions & 1 deletion rules/S7133/resources-dotnet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.threading.readerwriterlock[ReaderWriterLock Class]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.threading.readerwriterlockslim[ReaderWriterLockSlim Classs]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.threading.spinlock[SpinLock Struct]
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.threading.monitor[Monitor Classs]

0 comments on commit 1411571

Please sign in to comment.