Implementing Cryptography building block in .NET #2286
Annotations
10 errors and 1 warning
examples/Client/Cryptography/Examples/EncryptDecryptStringExample.cs#L41
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptStringExample.cs#L47
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptFileStreamExample.cs#L44
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptFileStreamExample.cs#L48
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptFileStreamExample.cs#L54
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptStringExample.cs#L41
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptStringExample.cs#L47
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptFileStreamExample.cs#L44
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptFileStreamExample.cs#L48
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
examples/Client/Cryptography/Examples/EncryptDecryptFileStreamExample.cs#L54
Argument 1: cannot convert from 'System.ReadOnlyMemory<byte>' to 'byte[]'
|
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/
|
The logs for this run have expired and are no longer available.
Loading