Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enables sourcelink #184

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

VaclavElias
Copy link
Collaborator

Fixes #180

- Added <PublishRepositoryUrl>true</PublishRepositoryUrl> to enable publishing the repository URL.
- Added <EmbedUntrackedSources>true</EmbedUntrackedSources> to embed untracked source files in the package.
- Added <IncludeSymbols>true</IncludeSymbols> to include symbol files in the package.
- Added <SymbolPackageFormat>snupkg</SymbolPackageFormat> to specify the symbol package format.
- Added a new <ItemGroup> with a <PackageReference> to Microsoft.SourceLink.GitHub version 8.0.0, which includes private assets and specifies the assets to include.
@VaclavElias VaclavElias merged commit 2327d45 into stride3d:main Dec 9, 2024
@VaclavElias VaclavElias deleted the 180-feat-enable-sourcelink branch December 9, 2024 00:22
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.

feat: Enable debugging and diagnostics with Source Link
1 participant