cyclonedx-dotnet icon indicating copy to clipboard operation
cyclonedx-dotnet copied to clipboard

Creates CycloneDX Software Bill of Materials (SBOM) from .NET Projects

Results 99 cyclonedx-dotnet issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.1.0 to 17.3.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....

dependencies
.NET

Bumps [nuget.projectmodel](https://github.com/NuGet/NuGet.Client) from 6.1.0 to 6.3.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nuget.projectmodel&package-manager=nuget&previous-version=6.1.0&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 6.2.1 to 6.3.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NuGet.Protocol&package-manager=nuget&previous-version=6.2.1&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2. Changelog Sourced from Moq's changelog. 4.18.2 (2022-08-02) Changed Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@​stakx, #1275) Removed dependency on...

dependencies
.NET

This is the project structure I have is this. ``` project │ Project.sln │ └───Project.Data │ │ Project.Data.csproj │ │ └───Project.Services │ │ Project.Services.csproj │ │ └───Project.Tests │ Project.Tests.csproj │...

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...

dependencies
.NET

Allow parsing of F# projects in addition to C# and VB. Includes a test (which fails without the fix) of a solution file. Appears to work fine locally on a...

Any idea of whether F# support is feasible, or any alternative suggestions? It appears that any `.fsproj` projects in a solution are silently ignored.

**Problem:** `ProjectFileService` relies on `ProjectReference` msbuild item to allways have `Include` attribute. That however doesn't need to be present in some special cases (`Update` or `Remove` attributes are possible as...

here is the component info generated by CycloneDx for the component: { "type": "library", "bom-ref": "pkg:nuget/[email protected]", "publisher": "Frank Hommers and others (Burhan Irmikci (barhun), Zachary Sims(zsims), kgamecarter, Stafford Williams (staff0rd),...