kou commented on PR #45734: URL: https://github.com/apache/arrow/pull/45734#issuecomment-2715694213
Ah, `sourcelink` command line is deprecated but Source Link itself is still used. The `csharp/dummy.git` is used when we build `.snuget` (`.pdb` in `.snuget`) from source archive (not `git clone`-ed directory). Because https://github.com/dotnet/sourcelink refers `.git/` to collect Git repository information. See also: * https://github.com/apache/arrow/issues/21580 / https://github.com/apache/arrow/pull/4488 * https://github.com/dotnet/sourcelink/pull/266 It seems that https://github.com/dotnet/sourcelink still does it. ( https://github.com/dotnet/sourcelink doesn't provide configuration items for repository name in GitHub such as `apache/arrow`.) So it seems that we can't remove the workaround... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
