Skip to content

Fix calculation of array rank in TypeExtensionMethods #48

Fix calculation of array rank in TypeExtensionMethods

Fix calculation of array rank in TypeExtensionMethods #48

Triggered via push May 12, 2024 00:08
Status Success
Total duration 1m 7s
Artifacts

main.yml

on: push
upload-to-npgk
59s
upload-to-npgk
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
upload-to-npgk
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, NuGet/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
upload-to-npgk
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L12
XML comment has syntactically incorrect cref attribute 'string.string(char[])'
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L12
Identifier expected; 'string' is a keyword. See also error CS1041.
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L22
XML comment has syntactically incorrect cref attribute 'string.string(char[])'
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L22
Identifier expected; 'string' is a keyword. See also error CS1041.
upload-to-npgk: X39.Util/Collections/Concurrent/RWLConcurrentDictionary.cs#L146
Nullability of reference types in type of parameter 'value' of 'bool RWLConcurrentDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
upload-to-npgk: X39.Util/AsyncEventHandler.cs#L2
Missing XML comment for publicly visible type or member 'AsyncEventHandler'
upload-to-npgk: X39.Util/AsyncEventHandler.cs#L3
Missing XML comment for publicly visible type or member 'AsyncEventHandler<TEventArgs>'
upload-to-npgk: X39.Util/Collections/Concurrent/RWLConcurrentDictionary.cs#L26
Missing XML comment for publicly visible type or member 'RWLConcurrentDictionary<TKey, TValue>.Dispose()'
upload-to-npgk: X39.Util/Console/AskConsole.cs#L7
Missing XML comment for publicly visible type or member 'AskConsole'
upload-to-npgk: X39.Util/Console/AskConsole.cs#L64
XML comment has cref attribute 'source' that could not be resolved
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L12
XML comment has syntactically incorrect cref attribute 'string.string(char[])'
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L12
Identifier expected; 'string' is a keyword. See also error CS1041.
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L22
XML comment has syntactically incorrect cref attribute 'string.string(char[])'
upload-to-npgk: X39.Util/CharExtensionMethods.cs#L22
Identifier expected; 'string' is a keyword. See also error CS1041.
upload-to-npgk: X39.Util/Collections/Concurrent/RWLConcurrentDictionary.cs#L146
Nullability of reference types in type of parameter 'value' of 'bool RWLConcurrentDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' doesn't match implicitly implemented member 'bool IDictionary<TKey, TValue>.TryGetValue(TKey key, out TValue value)' (possibly because of nullability attributes).
upload-to-npgk: X39.Util/AsyncEventHandler.cs#L2
Missing XML comment for publicly visible type or member 'AsyncEventHandler'
upload-to-npgk: X39.Util/AsyncEventHandler.cs#L3
Missing XML comment for publicly visible type or member 'AsyncEventHandler<TEventArgs>'
upload-to-npgk: X39.Util/Collections/Concurrent/RWLConcurrentDictionary.cs#L26
Missing XML comment for publicly visible type or member 'RWLConcurrentDictionary<TKey, TValue>.Dispose()'
upload-to-npgk: X39.Util/Console/AskConsole.cs#L7
Missing XML comment for publicly visible type or member 'AskConsole'
upload-to-npgk: X39.Util/Console/AskConsole.cs#L64
XML comment has cref attribute 'source' that could not be resolved
upload-to-npgk
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/