Merge pull request #3 from kadena-community/wc-disable-gas #12
Annotations
11 warnings
backend-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
backend-build:
backend/API/AppSettings/DabContractConfig.cs#L5
Non-nullable property 'ContractChain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
backend-build:
backend/API/AppSettings/DabContractConfig.cs#L6
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
backend-build:
backend/API/AppSettings/DabContractConfig.cs#L7
Non-nullable property 'ChainwebDataUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
backend-build:
backend/API/Models/BondDashboard.cs#L99
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
backend-build:
backend/API/Models/BondDashboard.cs#L73
Possible null reference assignment.
|
backend-build:
backend/API/Models/BondDashboard.cs#L74
Possible null reference assignment.
|
backend-build:
backend/API/Models/BondDashboard.cs#L75
Possible null reference assignment.
|
backend-build:
backend/API/Models/BondDashboard.cs#L45
Possible null reference assignment.
|
backend-build:
backend/API/Models/BondDashboard.cs#L46
Possible null reference assignment.
|
backend-build:
backend/API/Models/BondDashboard.cs#L15
Possible null reference assignment.
|