Skip to content

Update azure-webapps-dotnet-core.yml #4

Update azure-webapps-dotnet-core.yml

Update azure-webapps-dotnet-core.yml #4

Triggered via push December 12, 2023 15:25
Status Failure
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/PropertyPortfolioManager.Server.Shared/Configuration/Settings.cs#L5
Non-nullable property 'SharepointSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Server.Shared/Configuration/SharepointSettings.cs#L5
Non-nullable property 'SiteId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Server.Shared/Configuration/SharepointSettings.cs#L6
Non-nullable property 'DriveId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Models/Model/Property/TenancyEditModel.cs#L35
Non-nullable property 'Contacts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Models/Model/Finance/TransactionEditModel.cs#L13
Non-nullable property 'Details' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Models/Model/Finance/TransactionDetailResponseModel.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Models/Model/Finance/TransactionDetailResponseModel.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Models/InternalObjects/PpmApiResponse.cs#L7
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Models/Dto/Property/UnitDto.cs#L8
Non-nullable property 'MainPicture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/PropertyPortfolioManager.Models/Automapper/MappingProfile.cs#L50
Dereference of a possibly null reference.