Justin Perez
Justin Perez
### To double check: * [ ] The right tests are in and and the right validation has happened. Guidance: https://github.com/dotnet/arcade/tree/main/Documentation/Validation This PR adds documentation on Queue Insights.
- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain Currently, we post a pending check to Roslyn that Queue Insights is determining the...
- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain Our scenario tests in helix-service are broken after merging my PR to predict pipeline...
- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain Currently, the Kusto Query that powers the pipeline predictions takes all available data in...
Currently, we hook two functions from lockdown entirely: - DisableTaskManager - CheckActiveWindow Hooking these entire functions can have some hidden consequences and a means for detection, instead, we should primarily...
Closes #1001 This uses a new environment variable to configure the Rust CLI detector, `CD_RUST_CLI_FEATURES`. Open to any other ideas on how to pass this into the detector.
Switching to .NET 8 is slated to bring performance improvements, and is the latest LTS version of .NET. There are so some much needed changes to `System.Text.Json` to make #231...
Our current implementation for scanning files/directories is done by using observables: https://github.com/microsoft/component-detection/blob/29e89522bb3c243be4aa8e188ce2b8c57e96420b/src/Microsoft.ComponentDetection.Common/FastDirectoryWalkerFactory.cs#L32 Instead, we should architect a channel system that works as: 1. Create a new Task & Channel for...
Tracking issue for version 4.0 of Component Detection. This is a list of changes to make before shipping breaking changes. ```[tasklist] ### Tasks - [ ] #233 - [ ]...
Splits the parsing for `go.mod` files and `go.sum` files into two seperate helper classes. This helps to declutter the go detector, which has 3 jobs to do. Now the go...