Skip to content

feat: namespace refactoring #38

feat: namespace refactoring

feat: namespace refactoring #38

Triggered via pull request January 22, 2024 15:50
Status Success
Total duration 44s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L118
Dereference of a possibly null reference.
build: Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L150
Dereference of a possibly null reference.
build: Unicorn.Properties/PropertiesService/ContentIntegrityValidatorFunction.cs#L62
Dereference of a possibly null reference.
build: Unicorn.Properties/PropertiesService/PropertiesApprovalSyncFunction.cs#L78
Dereference of a possibly null reference.
build: Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L21
Converting null literal or possible null value to non-nullable type.
build: Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L31
Possible null reference return.
build: Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L38
Converting null literal or possible null value to non-nullable type.
build: Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L46
Possible null reference return.
build: Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L114
Non-nullable property 'property_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L115
Non-nullable property 'address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Unicorn.Properties/PropertiesService/ContentIntegrityValidatorFunction.cs#L62
Dereference of a possibly null reference.
build: Unicorn.Properties/PropertiesService/PropertiesApprovalSyncFunction.cs#L78
Dereference of a possibly null reference.
build: Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L118
Dereference of a possibly null reference.
build: Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L150
Dereference of a possibly null reference.
build: Unicorn.Web/ApprovalService/RequestApprovalFunction.cs#L109
Dereference of a possibly null reference.
build: Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L114
Non-nullable property 'property_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L115
Non-nullable property 'address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L116
Non-nullable property 'seller_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L21
Converting null literal or possible null value to non-nullable type.
build: Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L31
Possible null reference return.