-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIL benchmark fails due to AmbiguousMatchException #4422
Comments
@adamsitnik I have no idea what you are talking about :-) do you expect any action from my side? or is it related to anything I changed in the runtime? |
One of the benchmarks from performance repo started failing without changes in the benchmark themselves:
I was wondering whether we have made any breaking change in dotnet/runtime or it's just a bug in the JIL serializer. I just wanted to get your confirmation that it's not a product ( |
@adamsitnik yes, we have added overloads in |
Hi, @tarekgh could you elaborate a bit more please on how to resolve this issue? I'm encountering the same problem when updating my project to .NET 9 from .NET Core 3. System.TypeInitializationException: The type initializer for 'Jil.Deserialize.InlineDeserializer`1' threw an exception. |
This is a bug in Jil code which needs to be fixed there. I already created the issue kevin-montrose/Jil#364 there. Maybe meanwhile use |
I'll try to submit a PR there too. |
I submitted kevin-montrose/Jil#365. Hopefully someone will help getting this in. |
Repro:
Error msg:
@tarekgh this may be a product issue, not benchmark issue (the NuGet package got updated 3 years ago in #1891)
The text was updated successfully, but these errors were encountered: