Skip to content

feat(dependencies): add Microsoft.Extensions.Hosting.Abstractions package#256

Merged
DecSmith42 merged 1 commit intomainfrom
improvement/deps
Dec 18, 2025
Merged

feat(dependencies): add Microsoft.Extensions.Hosting.Abstractions package#256
DecSmith42 merged 1 commit intomainfrom
improvement/deps

Conversation

@DecSmith42
Copy link
Owner

Added a new dependency Microsoft.Extensions.Hosting.Abstractions to the project. Updated the .props file to include Microsoft.Extensions.Hosting for global usage. These changes support improved hosting abstractions and logging functionality in the application.

…kage

Added a new dependency `Microsoft.Extensions.Hosting.Abstractions` to the project. Updated the `.props` file to include `Microsoft.Extensions.Hosting` for global usage. These changes support improved hosting abstractions and logging functionality in the application.
Copilot AI review requested due to automatic review settings December 18, 2025 11:59
@DecSmith42 DecSmith42 enabled auto-merge December 18, 2025 12:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds the Microsoft.Extensions.Hosting.Abstractions package as an explicit dependency and adds a global using directive for Microsoft.Extensions.Hosting to support downstream consumers of the DecSm.Atom package.

Key changes:

  • Added Microsoft.Extensions.Hosting.Abstractions v10.0.1 as an explicit package reference
  • Added global using for Microsoft.Extensions.Hosting namespace in the .props file

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
DecSm.Atom/DecSm.Atom.csproj Added explicit package reference for Microsoft.Extensions.Hosting.Abstractions v10.0.1
DecSm.Atom/DecSm.Atom.props Added global using directive for Microsoft.Extensions.Hosting namespace for downstream consumers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DecSmith42 DecSmith42 merged commit 9d973b6 into main Dec 18, 2025
37 of 39 checks passed
@DecSmith42 DecSmith42 deleted the improvement/deps branch December 18, 2025 12:11
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.

2 participants