Skip to content
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

Reduce Logging Dependencies #1300

Merged
merged 6 commits into from
Jun 8, 2023

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Jun 1, 2023

SemanticKernel only uses ILogger and extension methods off of it. We should just be depending on Microsoft.Extensions.Logging.Abstractions, and not Microsoft.Extensions.Logging. The Logging package brings a lot more dependencies with it.

cc @stephentoub

SemanticKernel only uses ILogger and extension methods off of it. We should just be depending on Microsoft.Extensions.Logging.Abstractions, and not Microsoft.Extensions.Logging. The Logging package brings a lot more dependencies with it.
@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel.core labels Jun 1, 2023
stephentoub
stephentoub previously approved these changes Jun 1, 2023
stephentoub
stephentoub previously approved these changes Jun 1, 2023
@glahaye glahaye added the PR: ready to merge PR has been approved by all reviewers, and is ready to merge. label Jun 3, 2023
@lemillermicrosoft lemillermicrosoft enabled auto-merge (squash) June 8, 2023 20:45
@lemillermicrosoft lemillermicrosoft merged commit 75d5004 into microsoft:main Jun 8, 2023
14 of 15 checks passed
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
SemanticKernel only uses ILogger and extension methods off of it. We
should just be depending on Microsoft.Extensions.Logging.Abstractions,
and not Microsoft.Extensions.Logging. The Logging package brings a lot
more dependencies with it.

cc @stephentoub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants