Tom Longhurst
Tom Longhurst
Anything else I need to progress this?
> This PR also requires changes to the read-me, `releases.md`, `about.md`, `index.html` and the core `.csproj` This branch didn't have the latest release notes etc in. I asked further up,...
> This PR also requires changes to the read-me, `releases.md`, `about.md`, `index.html` and the core `.csproj` Sorry for the delay. Have updated these now.
I don't know why Qodana is flagging a nullability issue. I've suppressed it and I'm not getting it locally?
Weird I've not seen that. "An item with the same key has already been added" suggests the assembly is already loaded? But then the array filtering doesn't find anything. Bizarre
Could it be a multi threaded race condition? Maybe wrapping the find+ load method in a lock might help?
That method should probably be thread safe anyway. Would you be able to test it?
Still errors with an explicit reference to that package. This repo can reproduce it: https://github.com/thomhurst/Microsoft.Testing.Platform.Reproductions/tree/d3e879aa41ccfd7973c0e129062a1ccc8b4114d1
Thanks for starting to take a look at this! Is this on pause right now? Finding it very difficult to debug wrapped exceptions currently
> Hi @thomhurst, > > This is paused because we were discussing about the "presentation" of the data as to whether going closer to default runtime (knowing the display is...