Remove unnecessary code related to authentication #2402
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Build & Test:
src/FunderMaps.Core/Types/Products/StatisticsProduct.cs#L13
Non-nullable property 'FoundationTypeDistribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Products/StatisticsProduct.cs#L19
Non-nullable property 'ConstructionYearDistribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Products/StatisticsProduct.cs#L24
Non-nullable property 'FoundationRiskDistribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Products/StatisticsProduct.cs#L39
Non-nullable property 'TotalIncidentCount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Products/StatisticsProduct.cs#L44
Non-nullable property 'MunicipalityIncidentCount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Products/StatisticsProduct.cs#L49
Non-nullable property 'TotalReportCount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Products/StatisticsProduct.cs#L54
Non-nullable property 'MunicipalityReportCount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Distributions/FoundationTypeDistribution.cs#L11
Non-nullable property 'FoundationTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Distributions/ConstructionYearPair.cs#L13
Non-nullable property 'Decade' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
src/FunderMaps.Core/Types/Distributions/ConstructionYearDistribution.cs#L13
Non-nullable property 'Decades' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|