-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededready for developmentIssue is sufficiently defined and suitable for contributors to start workingIssue is sufficiently defined and suitable for contributors to start working
Description
In my .net solution, there are some paths containing a variable name like this:
<ProjectReference Include="$(ConfigSrcDir)\AB.Config\AB.Config.Model\AB.Config.Model.csproj" />
CycloneDx complains with these errors as it cannot locate these projects:
Project file ".......\AB.Config.Model.csproj" does not exist
These variables are defined in a separate file: Directory.Build.targets
Is there a way to either:
- Let CycloneDx know where these variables are defined ?
OR - manually specify these variable values ?
m-bachner
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededready for developmentIssue is sufficiently defined and suitable for contributors to start workingIssue is sufficiently defined and suitable for contributors to start working