You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
janaka44
changed the title
Unable to load a project in solution, when path contains a variable
Unable to load projects in solution, when path contains a variable
May 2, 2025
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:
These variables are defined in a separate file: Directory.Build.targets
Is there a way to either:
OR
The text was updated successfully, but these errors were encountered: