Skip to content

Conversation

@askpt
Copy link
Member

@askpt askpt commented Oct 29, 2025

Signed-off-by: André Silva [email protected]

This PR

This pull request adds SourceLink configuration to the build/Common.prod.props file to improve debugging and source code traceability for .NET SDK 8 and above. The most important change is the inclusion of properties that enable publishing repository URLs, embedding untracked sources, and generating symbol packages.

SourceLink configuration:

  • Added a new PropertyGroup labeled SourceLink that enables publishing the repository URL, embedding untracked sources in PDBs, and generating separate symbol packages (.snupkg).

Related Issues

Fixes #535

@askpt askpt changed the title feat: Add SourceLink configuration for .NET SDK 8+ to enhance debugging experience feat: Add SourceLink configuration for .NET to enhance debugging experience Oct 29, 2025
@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.84%. Comparing base (c987b58) to head (8b33315).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #614   +/-   ##
=======================================
  Coverage   89.84%   89.84%           
=======================================
  Files          77       77           
  Lines        3162     3162           
  Branches      364      364           
=======================================
  Hits         2841     2841           
  Misses        251      251           
  Partials       70       70           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@askpt askpt marked this pull request as ready for review October 29, 2025 21:46
@askpt askpt requested a review from a team as a code owner October 29, 2025 21:46
@askpt askpt added this pull request to the merge queue Oct 30, 2025
Merged via the queue into main with commit 1b40391 Oct 30, 2025
30 of 31 checks passed
@askpt askpt deleted the askpt/issue535 branch November 10, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Enable Source Link for NuGet packages

4 participants