Brett V. Forsgren

Results 143 comments of Brett V. Forsgren

On 16 June PR #12462 fixed some grouping problems. Does anybody have a PR from 17 June or later that shows the bad grouping logic? As an aside, even with...

@Genmutant do your private repos exist on github.com or is this a hosted instance of GitHub Enterprise? If it's Enterprise, you'll likely need to update to get the latest NuGet...

Another option would be to append the argument `/noAutoResponse` to all invocations.

The error reported isn't necessarily where the update went wrong. Is your repo public so I could investigate it further? If not do you have a full log you could...

@vishnuprakash9845 Thank you for the email with the logs. I've reviewed them and I have a thought. A large section of the log is a big JSON blob that reports...

Branch naming isn't NuGet-specific; the same scheme is applied to other ecosystems as well. Updating tags.

> As an alternative, you could also see how `binlogtool listnuget msbuild.binlog output.txt` does it. It opens all embedded project.assets.json files, reads the contents into a model, and walks all...

For those interested, I ran the package `Microsoft.Extensions.Configuration.Json/6.0.0` through both the `binlogtool` suggested above and this PR. The results are as follows: `binlogtool`: ``` Microsoft.Extensions.Configuration/6.0.0 Microsoft.Extensions.Configuration.Abstractions/6.0.0 Microsoft.Extensions.Configuration.FileExtensions/6.0.0 Microsoft.Extensions.Configuration.Json/6.0.0 Microsoft.Extensions.FileProviders.Abstractions/6.0.0 Microsoft.Extensions.FileProviders.Physical/6.0.0...

This looks very similar to an issue I fixed in #9385. I'll take a look and see what we missed.

This shouldn't be an issue. The PR I linked above fixed the issue and the stack trace is reporting this as coming from the function `NuGetUpdater.Core.MSBuildHelper.LoadBuildFiles` but 2 months ago...