Jamie Magee
Jamie Magee
There's currently an RFC open on improving the npm ecosystem's security by signing packages using sigstore. I'd like to suggest that semantic-release opt into this functionality whenever npm finalizes their...
This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...
This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...
This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...
This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...
I understand that these are Azure Pipelines tasks for publishing Azure DevOps extensions. But, is it possible to package these as tasks as GitHub actions to enable publishing Azure DevOps...
This is an overarching issue to track analyzer warnings that are currently silenced. To fix a single warning: 1. Remove the warning silence from [`.editorconfig`](https://github.com/microsoft/component-detection/blob/main/.editorconfig) 2. Run a build locally...
For a long time `Newtonsoft.Json` was the best JSON library for .NET. However, since `System.Text.Json` was added in .NET Core 3.0, it's clearly the future. It's a core part of...
There are 3 major testing frameworks for .NET: MSTest[^1], xunit[^2], and NUnit[^3]. MSTest was (likely) chosen for Component Detection as it was the default test framework when creating a new...