Rodrigo

Results 4 comments of Rodrigo

@skomis-mm I was trying to dockerize a net6 web API that contained the package `coverlet.collector` 3.1, which seems to be requesting the dependency `Microsoft.Extensions.DependencyModel/2.1.0` that somehow collide with serilog's `Microsoft.Extensions.DependencyModel/5.0.0`...

Hey Baio, try to not publish the tes dll, search for the tag isPublishable false for the csproj

I'm having this issue too. With two different test assemblies that fight for the database and one end up with a deadlock.