Skip to content

CodeQL

CodeQL #59

Triggered via schedule March 7, 2024 19:52
Status Success
Total duration 9m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Analyze: Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/Identity.cs#L126
Possibly incorrect assignment to local 'latestExhaustionDate' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.
Analyze: Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/Identity.cs#L126
Possibly incorrect assignment to local 'latestExhaustionDate' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.