IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
64 stars 22 forks source link

Edge case: "The SqlParameter is already contained by another SqlParameterCollection." #106

Closed adamskt closed 4 years ago

adamskt commented 5 years ago

This is a total edge-case, but I think it at least deserves some consideration or documentation. Here is an example project that illustrates the issue: https://github.com/IntelliTect/MarsError

Repro steps:

Intersection of characteristics to produce broken-ness:

adamskt commented 5 years ago

This might be related to https://github.com/aspnet/EntityFrameworkCore/issues/11370

ascott18 commented 4 years ago

This has been fixed upstream in EF Core, per the issue you linked.

adamskt commented 4 years ago

Shall I delete the referenced repro repo?

ascott18 commented 4 years ago

That probably sounds OK. Note that I didn't actually test the repro repo using newer versions of EF core.