Skip to content

Implementing Cryptography building block in .NET #2293

Implementing Cryptography building block in .NET

Implementing Cryptography building block in .NET #2293

Triggered via pull request January 3, 2024 21:12
Status Failure
Total duration 1m 23s
Artifacts

sdk_build.yml

on: pull_request
Matrix: test
Publish Packages
0s
Publish Packages
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 4 warnings
Test .NET 8.0: src/Dapr.Client/CryptographyOptions.cs#L67
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 8.0: src/Dapr.Client/CryptographyOptions.cs#L37
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 8.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L40
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 8.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L51
Argument 2: cannot convert from 'System.IO.Stream' to 'System.ReadOnlyMemory<byte>'
Test .NET 8.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L82
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 8.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L92
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 8.0: src/Dapr.Client/CryptographyOptions.cs#L67
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 8.0: src/Dapr.Client/CryptographyOptions.cs#L37
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 8.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L40
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 8.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L51
Argument 2: cannot convert from 'System.IO.Stream' to 'System.ReadOnlyMemory<byte>'
Build: src/Dapr.Client/CryptographyOptions.cs#L67
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Build: src/Dapr.Client/CryptographyOptions.cs#L37
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Build: test/Dapr.Client.Test/CryptographyApiTest.cs#L40
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Build: test/Dapr.Client.Test/CryptographyApiTest.cs#L51
Argument 2: cannot convert from 'System.IO.Stream' to 'System.ReadOnlyMemory<byte>'
Build: test/Dapr.Client.Test/CryptographyApiTest.cs#L82
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Build: test/Dapr.Client.Test/CryptographyApiTest.cs#L92
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Build: src/Dapr.Client/CryptographyOptions.cs#L67
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Build: src/Dapr.Client/CryptographyOptions.cs#L37
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Build: test/Dapr.Client.Test/CryptographyApiTest.cs#L40
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Build: test/Dapr.Client.Test/CryptographyApiTest.cs#L51
Argument 2: cannot convert from 'System.IO.Stream' to 'System.ReadOnlyMemory<byte>'
Test .NET 7.0: src/Dapr.Client/CryptographyOptions.cs#L67
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 7.0: src/Dapr.Client/CryptographyOptions.cs#L37
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 7.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L40
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 7.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L51
Argument 2: cannot convert from 'System.IO.Stream' to 'System.ReadOnlyMemory<byte>'
Test .NET 7.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L82
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 7.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L92
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 7.0: src/Dapr.Client/CryptographyOptions.cs#L67
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 7.0: src/Dapr.Client/CryptographyOptions.cs#L37
'ArgumentOutOfRangeException' does not contain a definition for 'ThrowIfLessThanOrEqual'
Test .NET 7.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L40
Argument 2: cannot convert from 'System.IO.MemoryStream' to 'System.ReadOnlyMemory<byte>'
Test .NET 7.0: test/Dapr.Client.Test/CryptographyApiTest.cs#L51
Argument 2: cannot convert from 'System.IO.Stream' to 'System.ReadOnlyMemory<byte>'
Test .NET 6.0
The operation was canceled.
Test .NET 8.0
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Test .NET 7.0
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Test .NET 6.0
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/