Add support for X# Project files #895
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
ready for development
Issue is sufficiently defined and suitable for contributors to start working
CycloneDX-DotNet currently supports project files with the extensions .csproj, .fsproj and .vbproj. It would be nice to add support for the .xsproj extension. This extension is used by project files for x#, an open source development language for .NET, based on the xBase language.
I already made some tests and after adding the extension to the allowed extensions, CycloneDX-DotNet successfully produced the SBOM file.
I can provide a pull request with the necessary change, documentation and tests.
The text was updated successfully, but these errors were encountered: