Remove unnecessary code related to authentication #2402
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading