testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

Home Page:https://dotnet.testcontainers.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement]: Use deterministic builds with SourceLink support

tom-englert opened this issue · comments

Problem

I had a hard time tracking down a crash (#1125) because the stack trace only showed "external code"

Solution

Provide a better debugging experience via SourceLink

Benefit

A much better debugging experience

Alternatives

None

Would you like to help contributing this enhancement?

Yes

Tasks

  1. enhancement