MATYSIAK Hervé

Results 11 comments of MATYSIAK Hervé

I use your version of UserIdentity, just changed the findBy. Only problem is hoauth tries to authenticate user with null for email and password. The User get loaded but attributes...

What about classifier? "Project Team" or "Project Group" aren't application neither framework or container etc..

Btw the documentation at `https://distribution.github.io/distribution/` seems to be for V3 but it isn't written anywhere..

Having the exact same problem with diff. extensions. How to reproduce: - Launch VS - Extensions > Import & Export > Import & select an manifest files - VSIX crash...

I don't know yet why but the problem is located at https://github.com/madskristensen/ExtensionPackTools/blob/fcdb9ef980612d9e41071b6a59ebb50ac25debfb/src/ExtensionManager.Shared/Commands/ImportCommand.cs#L76, it don't always return expected result or the behind logic don't work for all "vsixId".

After more research it looks like that `repository.GetVSGalleryExtensions` filter out extension who aren't compatible with the current version of VS. Example: * GitHub Extension for Visual Studio -> not returned...

Have the same issue with different flow: - Project are created before hand - SBOM are pushed to them (using POST), with either `projectVersion` set or not and `isLatest` set...

> Possibly those endpoints lack support of this parameter? What works for us is using PATCH /project/{project["uuid"]} with payload: > > ``` > { > 'isLatest': True > } >...

> From UX perspective it either should contain warning in UI that all fields should be entered or that there is actually match for empty string. It took me some...

> AFAIK, DT does not use this utility for its validation... is there something you believe we should change in this utility's code as it looks like you need to...