-
Notifications
You must be signed in to change notification settings - Fork 0
Add CI pipeline to keep .NET dependencies up to date #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughIntroduces a GitHub Actions workflow that automatically checks for .NET updates weekly and on manual trigger. Fetches release metadata, identifies newer stable versions of actively-supported .NET releases, updates CodeDependencies.iss and README.md files, and creates a pull request if updates are available. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
Comment |
Co-authored-by: sensslen <[email protected]>
Co-authored-by: sensslen <[email protected]>
|
@copilot make sure you keep track of the currently supported versions of .net by querying the data from microsoft, make sure to clean up the dependencies to not include out of support versions of .net. Make sure to add new .net versions as they become available. Also don't edit the readme just yet as the CI script should do so when it runs |
… README Co-authored-by: sensslen <[email protected]>
Updated in 1ca99aa. The workflow now:
|
.github/workflowsdirectory structurecheck-dotnet-updates.yml) that:support-phase: "active"CodeDependencies.isswith new versions if availableREADME.mdwith exact versions when CI runsOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.