Skip to content

v1.2.0

v1.2.0 #2

Triggered via release April 2, 2024 09:02
@Xpl0itRXpl0itR
published 1.2.0
Status Success
Total duration 32s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release: src/Json/JsonLinesSerializer.Deserialize.cs#L32
Async-iterator 'JsonLinesSerializer.DeserializeAsync<T>(TextReader, JsonTypeInfo<T>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
release: src/Collections/KeyValuePairsExtensions.cs#L12
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions'
release: src/Collections/KeyValuePairsExtensions.cs#L14
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions.Add<TKey, TValue>(ICollection<KeyValuePair<TKey, TValue>>, TKey, TValue)'
release: src/Collections/KeyValuePairsExtensions.cs#L17
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions.ContainsDuplicateKey<TKey, TValue>(IEnumerable<KeyValuePair<TKey, TValue>>, IEqualityComparer<TKey>?)'
release: src/Collections/KeyValuePairsExtensions.cs#L34
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions.Sort<TKey, TValue>(IEnumerable<KeyValuePair<TKey, TValue>>, IComparer<TKey>?)'
release: src/Cryptography/Block/AesExtensions.Cmac.cs#L14
Missing XML comment for publicly visible type or member 'AesExtensions'
release: src/Cryptography/Block/RsaExtensions.Ecb.cs#L14
Missing XML comment for publicly visible type or member 'RsaExtensions'
release: src/Cryptography/Block/RsaExtensions.Ecb.cs#L17
Missing XML comment for publicly visible type or member 'RsaExtensions.BlockLength(RSA)'
release: src/Cryptography/Block/RsaExtensions.Ecb.cs#L21
Missing XML comment for publicly visible type or member 'RsaExtensions.BlockLengthPkcs1(RSA)'
release: src/Cryptography/Block/RsaExtensions.Ecb.cs#L25
Missing XML comment for publicly visible type or member 'RsaExtensions.CiphertextLengthEcbPkcs1(RSA, int)'