.net 8 update #29
skynet_publish.yml
on: push
build and publish to skynet
1m 22s
Annotations
1 error and 11 warnings
build and publish to skynet
Failed to deploy: Request failed with status code 405
|
build and publish to skynet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, SkynetLabs/deploy-to-skynet-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build and publish to skynet:
SiaSkynet/Requests/SetRegistryRequest.cs#L21
Non-nullable property 'key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/Requests/SetRegistryRequest.cs#L12
Non-nullable property 'datakey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/Requests/SetRegistryRequest.cs#L14
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/Requests/SetRegistryRequest.cs#L15
Non-nullable property 'signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/Responses/SkyfileResponse.cs#L12
Non-nullable property 'Skylink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/Responses/SkyfileResponse.cs#L17
Non-nullable property 'Merkleroot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/Responses/GetRegistryResponse.cs#L12
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/Responses/GetRegistryResponse.cs#L22
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and publish to skynet:
SiaSkynet/SiaSkynetClient.cs#L128
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
build and publish to skynet:
SiaSkynet/SiaSkynetClient.cs#L128
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|