v1.2.1 #3
Annotations
11 warnings
release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L13
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions'
|
release:
src/Collections/KeyValuePairsExtensions.cs#L15
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions.Add<TKey, TValue>(ICollection<KeyValuePair<TKey, TValue>>, TKey, TValue)'
|
release:
src/Collections/KeyValuePairsExtensions.cs#L18
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions.ContainsDuplicateKey<TKey, TValue>(IEnumerable<KeyValuePair<TKey, TValue>>, IEqualityComparer<TKey>?)'
|
release:
src/Collections/KeyValuePairsExtensions.cs#L35
Missing XML comment for publicly visible type or member 'KeyValuePairsExtensions.ContainsDuplicateBy<T, TKey>(IEnumerable<T>, Func<T, TKey>)'
|
release:
src/Collections/KeyValuePairsExtensions.cs#L52
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)'
|