.net 8 update #26
Annotations
1 error and 11 warnings
publish
Process completed with exit code 1.
|
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish:
SiaSkynet/Requests/SetRegistryRequest.cs#L21
Non-nullable property 'key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/Requests/SetRegistryRequest.cs#L12
Non-nullable property 'datakey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/Requests/SetRegistryRequest.cs#L14
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/Requests/SetRegistryRequest.cs#L15
Non-nullable property 'signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/Responses/GetRegistryResponse.cs#L12
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/Responses/GetRegistryResponse.cs#L22
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/Responses/SkyfileResponse.cs#L12
Non-nullable property 'Skylink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/Responses/SkyfileResponse.cs#L17
Non-nullable property 'Merkleroot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SiaSkynet/SiaSkynetClient.cs#L265
The variable 'ex' is declared but never used
|
publish:
SiaSkynet/Requests/SetRegistryRequest.cs#L21
Non-nullable property 'key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|