CodeQL #58
Annotations
6 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:
AdminUi/src/AdminUi/Program.cs#L97
Single-line comment or end-of-line expected
|
Analyze:
ConsumerApi/Program.cs#L158
Single-line comment or end-of-line expected
|
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:
AdminUi/src/AdminUi/Program.cs#L97
Single-line comment or end-of-line expected
|
Analyze:
ConsumerApi/Program.cs#L158
Single-line comment or end-of-line expected
|