CodeQL #59
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.
|