Roundup #13: dotnet depends, httpbin.org, Own the future – Udi Dahan
Here are the things that caught my eye this week. I’d love to hear what you found most interesting this week. Let me know in the comments or on Twitter. dotnet depends dotnet depends v0.1.0 has now been released. This is a tool for exploring dependencies in .NET projects, with an GUI heavily inspired from bitbake’s depexp. Hopefully this tool will be a valuable addition to your toolbox when e.g. debugging transitive dependencies. Install it by running: dotnet tool install –global dotnet-depends, and report any issues and/or feature requests on Github. Been playing with Buildalyzer and this is what I came up with. A… Read More »Roundup #13: dotnet depends, httpbin.org, Own the future – Udi Dahan