Ruslan Batkaev
Ruslan Batkaev
In addition to @StasPerekrestov question I can give the example of using resharper's attribute. We have method `[ContractAnnotation("argument:null => halt")] public static void IsNotNull(T? argument){ ...} ` When resharper sees...
@jeffkl , thanks for quick response! After reading your comment, I realized that my repro project is not complete. A month ago, we noticed problems while running tests with `dotCover`....
Today's log ``` ... proxy | 2024/04/16 11:11:12 [369] 200 https://api.nuget.org:443/v3-flatcontainer/system.security.cryptography.xml/index.json proxy | 2024/04/16 11:12:02 Posting metrics to remote API endpoint proxy | 2024/04/16 11:12:02 Successfully posted metrics data via...
@brettfo , 1. https://pastebin.com/9vp33hNk 2. it is private and I can't share it. I don't have a public repro. Can you add some more logs to see what is going...
@brettfo , I created a solution with one project. That project references almost all NuGet packages that we have in our product solution. Almost all, because I removed ~20 packages...
@brettfo , hi! I've seen your pr https://github.com/dependabot/dependabot-core/pull/9566 and run Dependabot update on my public repo: at least, GH does not fail rendering the update log :) Timeouts are still...
@brettfo, thanks for update! When we eventually hit the wall: 1. Can you extend the timeout limits for NuGet updater, as they "are slow by definition"? 2. Do you know...
Just for history: using grouping does not help to avoid timeouts. My public repository does use grouping: https://github.com/batkaevruslan/dependabotTimeoutRepro/blob/main/.github/dependabot.yml#L16 An attempt to use several `- package-ecosystem: "nuget"` sections with different `allowed`...
@brettfo, hi! Any news on the issue? I was wondering if our product solution is the largest in the world and the only one suffering from timeouts after [this release](https://github.blog/changelog/2023-11-28-improvements-to-nuget-support-for-dependabot/)......
> updating the requested package resulted in one or more NU1605/NU1608 Looks like you are about my another issue https://github.com/dependabot/dependabot-core/issues/6710 > Currently the approach is an unsophisticated brute force search...