ci: scopedown GitHub token #79
Open
Annotations
20 warnings
|
Test:
Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L38
Converting null literal or possible null value to non-nullable type.
|
|
Test:
Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L31
Possible null reference return.
|
|
Test:
Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L21
Converting null literal or possible null value to non-nullable type.
|
|
Test:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L117
Non-nullable property 'seller_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L116
Non-nullable property 'address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L115
Non-nullable property 'property_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L120
The type name 'address' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
Test:
Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L149
Dereference of a possibly null reference.
|
|
Test:
Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L118
Dereference of a possibly null reference.
|
|
Test:
Unicorn.Approvals/ApprovalsService/PropertiesApprovalSyncFunction.cs#L78
Dereference of a possibly null reference.
|
|
Build:
Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L31
Possible null reference return.
|
|
Build:
Unicorn.Contracts/ContractsService.Test/TestHelpers.cs#L21
Converting null literal or possible null value to non-nullable type.
|
|
Build:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L117
Non-nullable property 'seller_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L116
Non-nullable property 'address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L115
Non-nullable property 'property_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Unicorn.Contracts/ContractsService.Test/ContractEventHandlerTest.cs#L120
The type name 'address' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
Build:
Unicorn.Web/PublicationManagerService/RequestApprovalFunction.cs#L110
Dereference of a possibly null reference.
|
|
Build:
Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L149
Dereference of a possibly null reference.
|
|
Build:
Unicorn.Contracts/ContractsService/ContractEventHandler.cs#L118
Dereference of a possibly null reference.
|
|
Build:
Unicorn.Approvals/ApprovalsService/PropertiesApprovalSyncFunction.cs#L78
Dereference of a possibly null reference.
|
Loading