joelverhagen / NuGetTools

A website containing some various tools to help understand NuGet.
http://nugettools.azurewebsites.net/
MIT License
50 stars 18 forks source link

Make webapp debugable directly from solution #24

Closed zivkan closed 1 year ago

zivkan commented 1 year ago

Fixes: https://github.com/joelverhagen/NuGetTools/issues/23

However, I don't know if this is going to break your CI build, or app that gets deployed, so please review this carefully.

If you use SourceLink, I think it will already create an assembly attribute with the commit hash (maybe even a static class with the commit hash as a const string), so you can probably get rid of the Build app.

zivkan commented 1 year ago

https://github.com/joelverhagen/NuGetTools/pull/22 is better than this PR in every way.