Skip to content

Remove unnecessary code related to authentication #2402

Remove unnecessary code related to authentication

Remove unnecessary code related to authentication #2402

Triggered via push December 18, 2023 12:16
Status Success
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-core.yml

on: push
Build & Test
48s
Build & Test
Fit to window
Zoom out
Zoom in

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.