* Add --all-features per issue #894

* Fix formatting.

---------

Co-authored-by: Rob Jellinghaus <rjelling@microsoft.com>
This commit is contained in:
Rob Jellinghaus 2023-11-13 12:15:56 -08:00 коммит произвёл GitHub
Родитель 2701804770
Коммит 03a561ac9c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -64,10 +64,12 @@ public class RustCliDetector : FileComponentDetector, IDefaultOffComponentDetect
return;
}
// Use --all-features to ensure that even optional feature dependencies are detected.
var cliResult = await this.cliService.ExecuteCommandAsync(
"cargo",
null,
"metadata",
"--all-features",
"--manifest-path",
componentStream.Location,
"--format-version=1",