testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.65k stars 250 forks source link

[Enhancement]: Use deterministic builds with SourceLink support #1128

Closed tom-englert closed 4 months ago

tom-englert commented 4 months ago

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
- [ ] https://github.com/testcontainers/testcontainers-dotnet/pull/1129