Rename refactoring: ObjectSpaceBase -> ObjectSpace #947
Annotations
1 error and 11 warnings
build_and_test
Process completed with exit code 1.
|
build_and_test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_and_test:
src/Hydrogen/Collections/Iterators/MemorizingEnumerator.cs#L14
#warning: 'Untested'
|
build_and_test:
src/Hydrogen/Collections/Iterators/MemorizingIterator.cs#L15
#warning: 'Untested'
|
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/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/Extensions/TypeExtensions.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build_and_test:
src/Hydrogen/Extensions/TypeExtensions.cs#L186
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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/Serialization/IItemSerializer.cs#L27
The member 'IItemSerializer<TItem>.Serialize(TItem, EndianBinaryWriter, SerializationContext)' does not hide an accessible member. The new keyword is not required.
|
build_and_test:
src/Hydrogen/Serialization/IItemSerializer.cs#L29
The member 'IItemSerializer<TItem>.Deserialize(EndianBinaryReader, SerializationContext)' does not hide an accessible member. The new keyword is not required.
|