Fix: Bitset passes a wrong max value in AsSpan #217
Merged
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
|
Build
XML comment has a param tag for 'index', but there is no parameter by that name
|
Build
XML comment has cref attribute 'span' that could not be resolved
|
Build
XML comment has a param tag for '', but there is no parameter by that name
|
Build
Parameter 'span' has no matching param tag in the XML comment for 'SpanBitSet.AsSpan(Span<uint>, bool)' (but other parameters do)
|
Build
Parameter 'zero' has no matching param tag in the XML comment for 'SpanBitSet.AsSpan(Span<uint>, bool)' (but other parameters do)
|
Build
XML comment has cref attribute 'type' that could not be resolved
|
Build
XML comment has cref attribute 'newType' that could not be resolved
|
Build
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
|
Build
XML comment has a param tag for 'index', but there is no parameter by that name
|
Test
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
|
Test
XML comment has a param tag for 'index', but there is no parameter by that name
|
Test
XML comment has cref attribute 'span' that could not be resolved
|
Test
XML comment has a param tag for '', but there is no parameter by that name
|
Test
Parameter 'span' has no matching param tag in the XML comment for 'SpanBitSet.AsSpan(Span<uint>, bool)' (but other parameters do)
|
Test
Parameter 'zero' has no matching param tag in the XML comment for 'SpanBitSet.AsSpan(Span<uint>, bool)' (but other parameters do)
|
Test
XML comment has cref attribute 'type' that could not be resolved
|
Test
XML comment has cref attribute 'newType' that could not be resolved
|
Test
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
|
Test
XML comment has a param tag for 'index', but there is no parameter by that name
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dotnet-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading