Commit 66172f1
Adds SourceLink dependency to Product module (#1657)
## Why make this change?
- Closes #1655
- The `SourceLink` NuGet health property is not `valid` due to the
absence of SourceLink dependency
## What is this change?
- `SourceLink` dependency is added to the `Product` module
- `SourceLink` embeds the git commit ID to assembly metadata. So, the
application name will be of the form `dab_oss_1.0.0+<commit_id>`. So,
test assertion logic is updated.
- This PR is a subsequent change for [PR #1656
](#1656). It describes why
the changes for fixing the NuGet health are broken down into two
separate PRs.
## How was this tested?
- [x] Manual Tests. Health of the NuGet after applying the changes from
this PR and [PR #1656
](#1656) was validated.

Co-authored-by: Aniruddh Munde <[email protected]>1 parent 31a0e7d commit 66172f1
2 files changed
Lines changed: 10 additions & 1 deletion
File tree
- src
- Product
- Service.Tests/Configuration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
508 | 513 | | |
509 | 514 | | |
510 | 515 | | |
| |||
0 commit comments