Skip to content

Commit

Permalink
🐛 set dotnet provider when not framework (#284)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Jul 16, 2024
1 parent 0f4d00d commit 8d37a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ func (a *analyzeCommand) setProviders(languages []model.Language, foundProviders
return []string{dotnetFrameworkProvider}, nil
}
}
foundProviders = append(foundProviders, dotnetProvider)
continue
}
if l.Name == "JavaScript" {
for _, item := range l.Tools {
Expand Down

0 comments on commit 8d37a07

Please sign in to comment.