Skip to content

Fix ambiguous call build break in Fuzzing project - #110761

Merged
MihaZupan merged 1 commit into
dotnet:mainfrom
MihaZupan:fuzzing-assertOverload
Dec 17, 2024
Merged

Fix ambiguous call build break in Fuzzing project#110761
MihaZupan merged 1 commit into
dotnet:mainfrom
MihaZupan:fuzzing-assertOverload

Conversation

@MihaZupan

@MihaZupan MihaZupan commented Dec 17, 2024

Copy link
Copy Markdown
Member

Compiler isn't happy about

The call is ambiguous between the following methods or properties: 'Assert.SequenceEqual(Span, Span)' and 'Assert.SequenceEqual(ReadOnlySpan, ReadOnlySpan)'

here

Assert.SequenceEqual(input, decoded);

where the args are Span<byte> and byte[].

@MihaZupan MihaZupan added this to the 10.0.0 milestone Dec 17, 2024
@MihaZupan MihaZupan self-assigned this Dec 17, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-meta
See info in area-owners.md if you want to be subscribed.

@stephentoub

Copy link
Copy Markdown
Member

cc: @jjonescz, @333fred

@MihaZupan
MihaZupan merged commit 9482c1e into dotnet:main Dec 17, 2024
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants