Stamp Microsoft.DotNet.MSBuildSdkResolver.dll with Git SHA
See original GitHub issueI’m looking at Microsoft.DotNet.MSBuildSdkResolver.dll this version:
[assembly: AssemblyCompany ("Microsoft.DotNet.MSBuildSdkResolver")]
[assembly: AssemblyConfiguration ("Release")]
[assembly: AssemblyFileVersion ("2.2.100.0")]
[assembly: AssemblyInformationalVersion ("2.2.100-preview1-008633")]
[assembly: AssemblyProduct ("Sdk")]
[assembly: AssemblyTitle ("Microsoft.DotNet.MSBuildSdkResolver")]
[assembly: AssemblyVersion ("2.2.100.0")]
I’d like to find the source code to debug this .dll. I’m not sure if it’s SourceLinked and/or if the .pdb is embedded.
It would be nice to stamp the Git SHA into the .dll as an assembly-level attribute so it’s easy to pull the source code and check out the matching version.
Bonus: SourceLink the .pdb, make sure the .dll is deterministic and the .pdbs are portable and either published everywhere or embedded into the .dll.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Backlog Milestone
NET Core projects, that is shared between Visual Studio and CLI - Backlog Milestone ... Stamp Microsoft.DotNet.MSBuildSdkResolver.dll with Git SHA.
Read more >c# - Embed git commit hash in a .NET dll
I'm building a C# application, using Git as my version control. Is there a way to automatically embed the last commit hash in...
Read more >Microsoft.DotNet.MSBuildSdkResolver doesn't resolve ...
DotNet.MSBuildSdkResolver.dll in msbuild as part of the upcoming Mono release to resolve .NET Sdks from .NET Core (basically the same that "full ...
Read more >Adding a git commit hash and Azure DevOps Build Number ...
I was working/pairing with Damian today because I wanted to get my git commit hashes and build ids embedded into the actual website...
Read more >Breaking change: .version file includes build version - .NET
Learn about a breaking change in the .NET SDK where the .version file now includes the specific build version.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/dotnet/cli/releases/tag/v2.2.202
https://github.com/dotnet/cli/commit/8a7ff6789d66a487bffc35aebb136621f5a1b3ee
No, I was investigating https://github.com/mono/monodevelop/issues/6335, we’ve found the problem in VSMac (no support for SDK resolver manifest .xml files).