Add PactSharp #2
Annotations
12 warnings
backend-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
backend-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
backend-build:
backend/API/Services/DataRetriever.cs#L228
Cannot convert null literal to non-nullable reference type.
|
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/Utils.cs#L53
Possible null reference argument for parameter 'value' in 'string string.Join(char separator, params string?[] value)'.
|
backend-build:
backend/API/Services/PactService.cs#L43
Possible null reference argument for parameter 'error' in 'string Utils.MapTxError(PactError error)'.
|
backend-build:
backend/API/Services/GraphQLRetriever.cs#L27
Converting null literal or possible null value to non-nullable type.
|
backend-build:
backend/API/Services/GraphQLRetriever.cs#L74
Converting null literal or possible null value to non-nullable type.
|
backend-build:
backend/API/Services/GraphQLRetriever.cs#L94
Converting null literal or possible null value to non-nullable type.
|
backend-build:
backend/API/Services/GraphQLRetriever.cs#L141
Converting null literal or possible null value to non-nullable type.
|