From 0cecaad68604b0418537257c3cb5871fe7df4ac5 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 19 Aug 2026 19:07:22 +0000 Subject: [PATCH] Generate real source links for the built assemblies The SDK supplies Microsoft.SourceLink.Common and the git tasks, so the build resolved the repository URL and commit but had no host provider to turn them into fetchable URLs. Every project warned that the generated source link was empty - 477 times in the last validate run - and shipped PDBs that could not locate their sources. Referencing the GitHub provider, as AudibleApi already does, fills the map in: {"documents":{"/repo/*":"https://raw.githubusercontent.com/rmcrackan/libation//*"}} Co-authored-by: rmcrackan --- Directory.Build.props | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 309ffac17..6181f6d8d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,4 +2,12 @@ true + + + + +