CodeQL #54
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Analyze:
BuildingBlocks/src/UnitTestTools/FluentAssertions/Extensions/StringAssertionsExtensions.cs#L21
The variable '_' is declared but never used
|
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/Identities/Quota.cs#L7
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/Identities/Quota.cs#L7
Non-nullable property 'ApplyTo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|