Jonathan Muller

Results 19 comments of Jonathan Muller

Hi @DmitriyLewen, If we remove ``` org.springframework.boot spring-boot-starter-parent 2.7.0 ``` then tryvi finds the rights deps. But as soon as the parent is introduced introducing dependencies updates then trivy does...

Hi @DmitriyLewen just seen your PR. thank you for your work. do you have any idea when those changes can be included?

Hi @DmitriyLewen Thats pretty cool !!! Thank you very much.

Hi, I get this issue also while upgrading to 4.1.38. 3.25 is working fine

Issue is related to this Extension when ExportingManifest. The cast is not possible and returns always null. Will make a small PR for review. Not sure about the fix. ```c#...

@onovotny Just did a dummy PR https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/pull/373 in the call ```c# manifest.Files.AddRange(RootFolder.GetFiles().Select( f => new ManifestFile { Source = string.IsNullOrEmpty(f.OriginalPath()) || f.OriginalPath().StartsWith(tempPath, StringComparison.OrdinalIgnoreCase) ? f.Path : PathUtility.RelativePathTo(rootPath, f.OriginalPath()), Target =...

I definitely do not say f type is ManifestFile From what I have debugged, GetFiles() call returns List whose each element is of type PackageFile and a PackageFile is not...

Hi guyz, been busy for a while. Indeed the PR has some issues, was just a qwuyick work around to highlight the issue and fixed it quickly.