https://github.com/dotnetcore/sourcelink.environment
Provide an inheritable NuGet package for the SourceLink feature.
https://github.com/dotnetcore/sourcelink.environment
Last synced: 7 months ago
JSON representation
Provide an inheritable NuGet package for the SourceLink feature.
- Host: GitHub
- URL: https://github.com/dotnetcore/sourcelink.environment
- Owner: dotnetcore
- License: mit
- Created: 2020-06-29T07:44:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T13:44:12.000Z (over 2 years ago)
- Last Synced: 2025-01-28T20:14:40.945Z (over 1 year ago)
- Homepage:
- Size: 26.4 KB
- Stars: 7
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SourceLink.Environment
[](https://github.com/dotnetcore)
[](https://raw.githubusercontent.com/dotnetcore/CAP/master/LICENSE.txt)
为 SourceLink 功能提供可继承性的 Nuget 包
## 使用方法
1、项目作者引用该包
2、项目作者在发布 NUGET 包时需要指定源码的 GITHUB 地址 `https://github.com/dotnetcore/Natasha`
3、用户引用上述 NUGET 包,并对 VS 做出如下设置:
- 选项 - 调试 - 启用源链接支持。
- 选项 - 调试 - 去掉 启用”仅我的代码“ 前面的钩。
4、用户在调试时,F11 进入封装好的函数内