Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for X# Project files #895

Open
VolkmarR opened this issue Jul 13, 2024 · 1 comment
Open

Add support for X# Project files #895

VolkmarR opened this issue Jul 13, 2024 · 1 comment
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

Comments

@VolkmarR
Copy link

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.

@github-actions github-actions bot added the triage Don't know what to do with this yet label Jul 13, 2024
@mtsfoni
Copy link
Contributor

mtsfoni commented Jul 30, 2024

Is .xsproj the exact same format as .csproj and is also built via dotnet build using NuGet?
Then I see no problem and await your PR 😊

@mtsfoni mtsfoni added 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 and removed triage Don't know what to do with this yet labels Jul 30, 2024
VolkmarR pushed a commit to VolkmarR/cyclonedx-dotnet that referenced this issue Jul 30, 2024
VolkmarR pushed a commit to VolkmarR/cyclonedx-dotnet that referenced this issue Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants