You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partially approved, may need further discussion/changes based on other items
Roslyn analyzer warning for when an await is used or an async method is called inside a using (_lock.EnterScope()) block
Roslyn analyzer warning for when Lock object is implicitly casted to a type (including a generic type T) that does not match the pattern for the integration with the C# lock keyword
Lock
API - Add first class System.Threading.Lock type #34812Lock
type in preview mode - PR: Expose aLock
type in preview mode #87672lock
keyword - [Proposal]: Lock statement pattern (VS 17.10, .NET 9) csharplang#7104Lock
type non-preview - PR: RemoveRequiresPreviewFeatures
attribute onLock
, add test using thelock
keyword #102222Lock
API surface - PR: Add some documentation forSystem.Threading.Lock
APIs dotnet-api-docs#9912The text was updated successfully, but these errors were encountered: