Closed thomhurst closed 1 month 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.
Source Link:Contains untracked sources (obj)
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.
<EmbedUntrackedSources>true</EmbedUntrackedSources>
I see the warning about an issue with the .NET 3.1 SDK, but I'm using the .NET 8 SDK.
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.