dependency-check / dependency-check/azuredevops

Add dotnet to task inputs

Open
#92 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
53
Forks
35
PR merge metrics
No merged PRs in 30d

Description

Trying to migrate CI pipelines to .NET 6 and having issues with dependency check.

```bash
Could not execute .NET AssemblyAnalyzer
```

It seems that it cannot detect the currently installed version of dotnet sdk.

However, if I use the available `--dotnet` CLI argument and specify location of the current dotnet version, it will work fine.

Having this **argument available in the task inputs** would be a workaround, until the .NET6 SDK discovery issue is resolved.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Azure DevOps task-input definition and the handling of the existing --dotnet CLI argument. Add the input so it can provide the current .NET SDK location, then verify that the task uses it for .NET 6 dependency checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
ci-cd, devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.