Skip to content

deps: consolidated February 2026 dependency updates#100

Closed
joshsmithxrm wants to merge 1 commit intodevelopfrom
deps/consolidated-february-2026
Closed

deps: consolidated February 2026 dependency updates#100
joshsmithxrm wants to merge 1 commit intodevelopfrom
deps/consolidated-february-2026

Conversation

@joshsmithxrm
Copy link
Copy Markdown
Owner

Summary

Consolidates 3 dependabot PRs into a single update:

Package From To Type
Microsoft.Extensions.Hosting 10.0.1 10.0.3 Patch
Microsoft.Extensions.Configuration.Json 10.0.1 10.0.3 Patch
Microsoft.Extensions.Http 10.0.1 10.0.3 Patch
dawidd6/action-download-artifact v12 v15 Major (GH Action)

Excluded (deferred for separate review)

Source PRs

Closes #95, closes #97, closes #98

Test plan

  • dotnet restore succeeds
  • dotnet build succeeds (no new warnings)
  • CI pipeline passes (Build & Test, CodeQL, Validate Solution)

🤖 Generated with Claude Code

Bump Microsoft.Extensions.Hosting from 10.0.1 to 10.0.3
Bump Microsoft.Extensions.Configuration.Json from 10.0.1 to 10.0.3
Bump Microsoft.Extensions.Http from 10.0.1 to 10.0.3
Bump dawidd6/action-download-artifact from v12 to v15

Consolidates dependabot PRs: #95, #97, #98

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request consolidates several dependency updates for February 2026, primarily focusing on patch versions of Microsoft.Extensions packages and a major version upgrade for a GitHub Action. It aims to streamline the update process by combining multiple Dependabot PRs while explicitly deferring more complex or breaking changes for future, dedicated reviews.

Highlights

  • .NET Package Updates: Updated Microsoft.Extensions.Hosting from 10.0.1 to 10.0.3.
  • .NET Package Updates: Updated Microsoft.Extensions.Configuration.Json from 10.0.1 to 10.0.3.
  • .NET Package Updates: Updated Microsoft.Extensions.Http from 10.0.1 to 10.0.3.
  • GitHub Action Update: Upgraded dawidd6/action-download-artifact from v12 to v15.
  • Deferred Updates: Several major version updates for Microsoft.PowerApps.MSBuild.Plugin, Microsoft.ApplicationInsights.WorkerService, PPDS.Dataverse, and PPDS.Migration were excluded for separate review due to potential breaking changes or CI failures.
Changelog
  • src/Console/PPDS.Dataverse.Demo/PPDS.Dataverse.Demo.csproj
    • Updated Microsoft.Extensions.Hosting to 10.0.3.
    • Updated Microsoft.Extensions.Configuration.Json to 10.0.3.
  • src/Functions/PPDSDemo.Functions/PPDSDemo.Functions.csproj
    • Updated Microsoft.Extensions.Http to 10.0.3.
Ignored Files
  • Ignored by pattern: .github/workflows/** (2)
    • .github/workflows/cd-prod.yml
    • .github/workflows/cd-qa.yml
Activity
  • The author consolidated three Dependabot pull requests into this single update.
  • The author verified that dotnet restore succeeds.
  • The author verified that dotnet build succeeds with no new warnings.
  • The CI pipeline (Build & Test, CodeQL, Validate Solution) is pending verification.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request consolidates several dependency updates across two projects. The patch version bumps for Microsoft.Extensions.Hosting and Microsoft.Extensions.Configuration.Json in the net10.0 project are correct. However, in PPDSDemo.Functions.csproj, the update to Microsoft.Extensions.Http makes an existing code comment inaccurate. I've left a suggestion to remove the misleading comment. Otherwise, the dependency updates seem appropriate.

Comment on lines 24 to +25
<!-- Microsoft.Extensions.Http 8.x is latest for net8.0; 10.x requires net10 -->
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The comment on line 24 states that Microsoft.Extensions.Http version 10.x requires .NET 10. While this package update to 10.0.3 is likely to work for a net8.0 project because the package also targets .NETStandard 2.0, the comment is now incorrect and misleading. Please remove the comment to avoid future confusion.

    <PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant