Markus Szumovski

Results 18 comments of Markus Szumovski

We too have this issue since today. Registring with ossindex.sonatype.org and using that username/password with command line options --ossIndexUsername and --ossIndexPassword solved the issue.

We had the same problem now. Our "workaround" for now was to only build with a single process instead of multiple. Not ideal though as the build will take longer...

I can confirm that Google Test Adapter 0.18.0 still works with Visual Studio 2022. You can't install it for that Visual Studio of course, but if you just unpack the...

The main problem seems to be, that the Microsoft.VisualStudio.Shell.12.0.dll cannot be found in Visual Studio 2022 (according to the ActivityLog), as it's no longer shipped in the public (\Common7\IDE\PublicAssemblies) or...

For everyone with the same problem: I have written a PowerShell script that will fix this bug after you installed PowerShell 7 Core (since PowerShell 7 Core is still shipped...

Since the new PowerShellGet module is still not ready and doesn't look like it will be anytime soon (it's more than a year now) I really think this bugfix should...

Hi, is there any update or so? It's been over two years that this one-liner bug is in your product.

I can confirm that this is due to a missing version Element or Attribute for a package reference. We still need this fixed (even if the original poster has his...

I've created a pull request https://github.com/jeremylong/DependencyCheck/pull/4796 that will fix the bug introduced with PR https://github.com/jeremylong/DependencyCheck/pull/4678 (thanks @mprins for pointing to this PR, helped a lot). Note: Lower case version elements/attributes...

> This is a duplicate - see my comment here > > [#18568 (comment)](https://github.com/PowerShell/PowerShell/issues/18568#issuecomment-1316715558) > Oh thank you! It's really not well documented, I wasn't able to find anything on...