Arturas Kuznecovas

Results 7 comments of Arturas Kuznecovas

@coderpatros I believe it is here: [/CycloneDX.Core/Services/ProjectFileService.cs](https://github.com/CycloneDX/cyclonedx-dotnet/blob/master/CycloneDX.Core/Services/ProjectFileService.cs#L63) ```csharp public static bool IsTestProject(string projectFilePath) { XmlDocument xmldoc = new XmlDocument(); xmldoc.Load(projectFilePath); XmlElement elt = xmldoc.SelectSingleNode("/Project/PropertyGroup[IsTestProject='true']") as XmlElement; return elt != null;...

@DruSchmitt Hi, we have encountered same problem. If compressions is done using stream approach and you try decompressing using Unwrap method you get exception: ZstdNet.ZstdException: Decompressed content size cannot be...

Hi, You can use AditionalArgs array to workaround this. I have added some samples in #23;

@magnustomte good spot thanks. Adding this fix to #23

Hi, Code review feedback would be appreciated.

I'm working on unit test coverage for this resource, i'll merge it into this branch when they are finished --- Review status: 0 of 6 files reviewed at latest revision,...

as of last commit closes #24