msherms2
msherms2
By any miracle is this being looked into? Using VMs in 2022 makes me sad, docker containers are far superior for their flexibility and ease of tearing down/building up, as...
> Could you please clarify why you use a different name than ˋobjˋ? This is the default name for C#, C++, … and well known to developers. > > BaseIntermediateOutputPath...
> @mtsfoni Please double-check the usage of BaseIntermediateOutputPath and [new artifacts properties](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-3/) introduced with .NET 8.0 "Simplified output path". > > * UseArtifactsIntermediateOutput > * UseArtifactsOutput > * ArtifactsBinOutputName >...
> @msherms2 what about if we just implement this one: [Add support for single project.assets.json file](https://github.com/CycloneDX/cyclonedx-dotnet/pull/509) In that case, instead of entering the path to the project.assets.json you could just...
> The big problem with the call via .sln, or in this case a folder/wildcard, is always that there is not a real root-project. Every single project is just considered...
This might have gotten lost but again my only point is if you provide a lookup, just take the whole path. I wasn't trying to make this integrated with the...
> I have the same error message, and dug some deeper. CycloneDX tries to load the nuspec file from the caches, which succeeds most of the time. If the nuspec...
> > We override the default, which is a .NET provided functionality, and it looks like we'll have to work around this by copying our packages to the default package...
> > > We override the default, which is a .NET provided functionality, and it looks like we'll have to work around this by copying our packages to the default...
> I could reproduce the exception by using a package from a private repository and removing it from the cache folder before running CycloneDX. However, adding(in my case) `-u http://localhost:8081/repository/nuget-group/index.json`...