dotnet / sourcelink

Source Link enables a great source debugging experience for your users, by adding source control metadata to your built assets
MIT License
1.25k stars 122 forks source link

Somes files not being embedded #1246

Closed thomhurst closed 1 month ago

thomhurst commented 4 months ago

Hi there, would you be able to tell me how to embed some files? Currently I've got the Source Link:Contains untracked sources (obj) warning.

https://nuget.info/packages/TUnit.Engine/0.1.409-alpha01

The warning mentions adding <EmbedUntrackedSources>true</EmbedUntrackedSources> - But I've done that and I'm still getting it.

thomhurst commented 3 months ago

I see the warning about an issue with the .NET 3.1 SDK, but I'm using the .NET 8 SDK.