Dave Tryon

Results 184 comments of Dave Tryon

This was released in version 3.1.0, released on 4 February 2025. I forgot to close this out after the release.

PowerArgs 4.X is a breaking change at runtime. Running it produces the following exception: ``` PowerArgs.InvalidArgDefinitionException HResult=0x80131500 Message=There is no reviver for type 'AlgorithmName" Source=PowerArgs StackTrace: at PowerArgs.CommandLineArgumentsDefinition.ValidateArguments(IEnumerable`1 arguments) at...

@dependabot ignore this major version

We want to wait and see what happens with the broader community on this

This is still broken in 2.28. We're hitting it in https://github.com/microsoft/accessibility-insights-web/pull/6846. `git bisect` confirms that it broke in #2396 Here's a quick unit test to use as a reference: ```...

@kennylam91, the main branch now includes code to report _all_ transitive dependencies. Please check it out and see if it works for your scenario. We are hoping to release version...

@kennylam91, I've been able to repro this locally. The code in [ExtendedScannedComponent](https://github.com/microsoft/sbom-tool/blob/main/src/Microsoft.Sbom.Adapters/Adapters/ComponentDetection/ExtendedScannedComponent.cs) is where we first get the data that is returned from https://github.com/microsoft/component-detection. Items with no `AncestralReferrers` are processed...