Documents without urls
- Dominant language
- C#
- Stars
- 1.4k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
When I test my package with the sourcelink tool: `dotnet sourcelink test ` I get:
> dotnet sourcelink test dist/Informedica.Utils.Lib.1.0.0.nupkg
> 17 Documents without URLs:
> 896fe14a8198e001d6414c79143ed01313cd0420332dd3def8b4362561c076db sha256 fsharp C:\Development\Informedica\libs\Informedica.Utils.Lib\src\Informedica.Utils.Lib\App.fs
> bee40b116ca2c6d0e8ef3232a53246f3076da740a6449b900a9ddf786937e684 sha256 fsharp C:\Development\Informedica\libs\Informedica.Utils.Lib\src\Informedica.Utils.Lib\File.fs
>
> etc...
To reproduce:
1. `git clone https://github.com/informedica/Informedica.Utils.Lib`
2. `./build.sh sourcelinktest`
The [project](https://github.com/informedica/Informedica.Utils.Lib) uses Directory.Build.props like:
```xml
true
true
false
true
true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.