VSharp-team / VSharp

Symbolic execution engine for .NET Core
Apache License 2.0
50 stars 32 forks source link

Fix generic types not found due to assembly loaded into wrong context #208

Closed mxprshn closed 1 year ago

mxprshn commented 1 year ago

TODO: run benches and check that all is fine

mxprshn commented 1 year ago

upd: This fix breaks dependency resolving, looking for another solution

mxprshn commented 1 year ago

Closed because another solution for type resolving problem is found: https://github.com/VSharp-team/VSharp/pull/216