Dep bump #941
Annotations
1 error and 12 warnings
build_and_test
Process completed with exit code 1.
|
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_and_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_and_test:
src/Hydrogen/Environment/RuntimeTool.cs#L60
#warning: 'IsWebApp needs testing for NET_CORE and NET STANDARD apps'
|
build_and_test:
src/Hydrogen/Collections/Iterators/MemorizingEnumerator.cs#L14
#warning: 'Untested'
|
build_and_test:
src/Hydrogen/Extensions/ByteArrayExtensions.cs#L116
#warning: 'Should auto-wrap the right array'
|
build_and_test:
src/Hydrogen/Extensions/StringExtensions.cs#L374
#warning: 'its drive so dont trim back slash from it Make this code better.'
|
build_and_test:
src/Hydrogen/Collections/Iterators/MemorizingIterator.cs#L15
#warning: 'Untested'
|
build_and_test:
src/Hydrogen/Collections/StreamPaged/StreamPagedList.cs#L168
'StreamPagedList<TItem>.ReadRangeByPage(long, long)' hides inherited member 'PagedListBase<TItem>.ReadRangeByPage(long, long)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build_and_test:
src/Hydrogen/Comparers/CastedEqualityComparer.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
src/Hydrogen/Comparers/CastedEqualityComparer.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
src/Hydrogen/Comparers/ReferenceEqualityComparer.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
src/Hydrogen/Comparers/ReferenceEqualityComparer.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|