Conversation
- Bump versions of csharpier, husky, and dotnet-outdated-tool in dotnet-tools.json - Require WORKFLOW_PAT secret in run-codegen-pull-request-task.yml for pull request creation - Add .Net Outdated Upgrade task in tasks.json for upgrading outdated packages - Update Microsoft.Extensions.Http.Resilience, Serilog, and System.CommandLine versions in CodeGen.csproj, Console.csproj, and Library.csproj - Update README.md with instructions for creating and using WORKFLOW_PAT - Upgrade AwesomeAssertions and Microsoft.NET.Test.Sdk in Tests.csproj Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates project/tooling dependencies and improves the codegen PR workflow by requiring an explicit PAT secret, plus adds a VS Code task to upgrade outdated NuGet packages.
Changes:
- Bump .NET tool and NuGet package versions across projects (CSharpier, Husky, dotnet-outdated-tool, Serilog, System.CommandLine, resilience, test tooling).
- Require a
WORKFLOW_PATsecret for the reusable codegen workflow and use it for PR creation. - Add a VS Code task for
dotnet outdated --upgrade:promptand documentWORKFLOW_PATsetup in the README.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
Tests/Tests.csproj | Updates test dependencies (AwesomeAssertions, Microsoft.NET.Test.Sdk). |
README.md | Documents creating/storing WORKFLOW_PAT and required permissions. |
Library/Library.csproj | Updates logging abstractions and SourceLink package versions. |
Console/Console.csproj | Updates runtime package versions (logging abstractions, Serilog, System.CommandLine). |
CodeGen/CodeGen.csproj | Updates codegen dependencies (resilience, Serilog, System.CommandLine). |
.vscode/tasks.json | Adds a VS Code task for upgrading outdated NuGet packages. |
.github/workflows/run-codegen-pull-request-task.yml | Requires WORKFLOW_PAT and uses it for create-pull-request. |
.config/dotnet-tools.json | Bumps tool versions for CSharpier, Husky, and dotnet-outdated-tool. |
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Pieter Viljoen ptr727@users.noreply.github.com