Consumer API: Make File's Owner and OwnerSignature required (#503) #636
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/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/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/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/Identities/Identity.cs#L24
Non-nullable field '_tierQuotas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/Identity.cs#L24
Non-nullable field '_individualQuotas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/Identity.cs#L24
Non-nullable field '_metricStatuses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze:
Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/Identity.cs#L24
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|