https://github.com/loic-sharma/sourcelinkdemo
https://github.com/loic-sharma/sourcelinkdemo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loic-sharma/sourcelinkdemo
- Owner: loic-sharma
- Created: 2019-03-15T18:23:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T03:41:28.000Z (about 6 years ago)
- Last Synced: 2025-02-02T12:48:50.657Z (4 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Source Link Demo
## Demo Notes
See https://github.com/loic-sharma/SourceLinkDemo/tree/demo
## Setup Instructions
```ps1
dotnet pack
nuget push .\SourceLinkDemo.BadDependency\bin\Debug\SourceLinkDemo.BadDependency.1.0.1.nupkg -Source https://api.nuget.org/v3/index.json
nuget push .\SourceLinkDemo.GoodDependency\bin\Debug\SourceLinkDemo.GoodDependency.1.0.1.nupkg -Source https://api.nuget.org/v3/index.json
```