added dotnet restore #2
sync_dependencies.yaml
on: push
Sync job
/
Setup job
36s
Annotations
3 errors and 11 warnings
|
Sync job / Setup job:
src/ChainSafe.Gaming.Unity/UnityHttpClient.cs#L65
'UnityWebRequestAsyncOperation' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'UnityWebRequestAsyncOperation' could be found (are you missing a using directive or an assembly reference?)
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Unity/UnityHttpClient.cs#L85
'UnityWebRequestAsyncOperation' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'UnityWebRequestAsyncOperation' could be found (are you missing a using directive or an assembly reference?)
|
|
Sync job / Setup job
Process completed with exit code 134.
|
|
Sync job / Setup job
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L16
Nullability of reference types in return type of 'string? MarketplaceConfig.EndpointOverride.get' doesn't match implicitly implemented member 'string IMarketplaceConfig.EndpointOverride.get' (possibly because of nullability attributes).
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceExtensions.cs#L56
Possible null reference return.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceExtensions.cs#L61
Possible null reference return.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L19
Non-nullable property 'MarketplaceContractAbiOverride' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L21
Non-nullable property 'ProjectIdOverride' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L23
Non-nullable property 'MarketplaceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L25
Non-nullable property 'MarketplaceContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L31
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Sync job / Setup job:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L37
Non-nullable property 'MarketplaceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|