CodeQL #55
Annotations
10 warnings
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/ExhaustionDate.cs#L36
Nullability of reference types in type of parameter 'other' of 'int ExhaustionDate.CompareTo(ExhaustionDate other)' doesn't match implicitly implemented member 'int IComparable<ExhaustionDate>.CompareTo(ExhaustionDate? other)' (possibly because of nullability attributes).
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/FileMetadata/FileMetadata.cs#L4
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/FileMetadata/FileMetadata.cs#L6
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Tokens/Token.cs#L4
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/TierQuota.cs#L10
Non-nullable field '_definition' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Tiers/TierQuotaDefinition.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Tiers/TierQuotaDefinition.cs#L8
Non-nullable property 'MetricKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Messages/Message.cs#L4
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Messages/Message.cs#L5
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/Quota.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|