konveyor/analyzer-lsp

[BUG] dotnet-external-provider is source only

Closed this issue · 1 comments

var mode provider.AnalysisMode = provider.AnalysisMode(config.AnalysisMode)
if mode != provider.FullAnalysisMode {
return nil, fmt.Errorf("only full analysis is supported")

needs to be updated to reflect that fact.

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.