Skip to content

adding constant

adding constant #17

Triggered via push November 19, 2024 00:49
Status Success
Total duration 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
build: cas-dotnet-helpers/Types/HttpResponses/UserAuthentication/GetTokenResponse.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/Types/HttpResponses/UserAuthentication/DiffieHellmanAesDerivationResponse.cs#L5
Non-nullable property 'ResponsersPublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/Types/HttpResponses/UserAuthentication/DiffieHellmanAesDerivationRequest.cs#L5
Non-nullable property 'MacAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/Types/HttpResponses/UserAuthentication/DiffieHellmanAesDerivationRequest.cs#L6
Non-nullable property 'RequestersPublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/Types/HttpResponses/BenchmarkAPI/GetUserBenchmarksByDaysResponse.cs#L5
Non-nullable property 'Benchmarks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/Types/HttpResponses/BenchmarkAPI/BenchmarkSDKMethod.cs#L8
Non-nullable property 'MethodName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/Types/HttpResponses/BenchmarkAPI/BenchmarkSDKChartMethod.cs#L6
Non-nullable property 'MethodName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/Types/HttpResponses/BenchmarkAPI/BenchmarkSDKChartMethod.cs#L7
Non-nullable property 'MethodDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/ECDSAWrapper.cs#L11
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: cas-dotnet-helpers/ECDSAWrapper.cs#L11
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.