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

Is there a way to set the api key for a nuget repo or better yet; use the nuget.config defined in the user profile? dotnet cyclonedx seems to default to...

stale

As lots of repos have now moved away from calling the default branch "master", this library fails Github license resolution for those libraries now. Perhaps the support ticket referenced in...

stale

As of version 2.3.0, if a project has no project references of its own, this is reported as error. As our build environment (NUKE build) is collecting messages to stderr...

…rojects build in NUKE Signed-off-by: Topper154 This modification allow to create 'bom.xml' file straight from the provided 'project.assets.json'. It can be useful for solution compiled in NUKE (https://github.com/nuke-build/nuke) where all...

I am having troubles with incorrectly resolved nuget package versions for transitive dependencies. Only the min-version of the dependency is used, not the "real" runtime version used. **Issue**: min-version specified...

stale

We have dotnet core 5.0 projects where the property < IsTestProject>true is not present, but vs still identfy it as test project. To avoid manual effort to add this property...

bug

So I am working on azure pipeline and was planning to use the cyclonedx for dependency track for our dotnet project I am using the latest version of cyclone dx:...

Version used: 1.3.0 Exception: Unhandled exception. System.Xml.XmlException: There is no Unicode byte order mar k. Cannot switch to Unicode. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.CheckEncoding(String newEncodingName) at System.Xml.XmlTextReaderImpl.ParseXmlDeclaration(Boolean isTextDecl) at System.Xml.XmlTextReaderImpl.Read()...

bug

By default, the serializer escapes all non-ASCII characters in the resulting SBOM JSON document. e.g. '>' gets converted to '\u003E'. So, can we have a boolean flag, which will be...

stale

I get error System.NullReferenceException: Object reference not set to an instance of an object, in vcsxproj files where this projectReference is present. ` true ` Error ` Getting project references...