Skip to content

Refactoring Skills NuGet Packages - #5

Merged
Devis Lucato (dluc) merged 17 commits into
microsoft:mainfrom
shawncal:skills-nugets
Mar 1, 2023
Merged

Refactoring Skills NuGet Packages#5
Devis Lucato (dluc) merged 17 commits into
microsoft:mainfrom
shawncal:skills-nugets

Conversation

@shawncal

@shawncal Shawn Callegari (shawncal) commented Mar 1, 2023

Copy link
Copy Markdown
Contributor

Motivation and Context

Currently, a user must acquire both the Microsoft.SemanticKernel.Skills package and, for most skills, a separate Microsoft.SemanticKernel.Connectors.* package. It's not clear that this is needed, nor is it clear what Connector you'd need.

Description

Changes:

  • Microsoft.SemanticKernel.Connectors.* packages are all changed to the Microsoft.SemanticKernel.Skills.* namespace for increased discoverability
  • Each connector is packaged under its skill namespace, i.e.
    • Microsoft.SemanticKernel.Connectors.Bing becomes Microsoft.SemanticKernel.Skills.Web

Contribution Checklist

Comment thread dotnet/src/IntegrationTest/IntegrationTests.csproj Outdated
Comment thread samples/dotnet/api-azure-function/SemanticKernelFunction.csproj Outdated
@dluc Devis Lucato (dluc) added PR: feedback to address Waiting for PR owner to address comments/questions and removed PR: ready for review All feedback addressed, ready for reviews labels Mar 1, 2023
@shawncal Shawn Callegari (shawncal) added PR: ready for review All feedback addressed, ready for reviews and removed PR: feedback to address Waiting for PR owner to address comments/questions labels Mar 1, 2023

@dluc Devis Lucato (dluc) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

packages tested, looking also at the nested dependencies. LGTM

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@dluc
Devis Lucato (dluc) merged commit 36fbded into microsoft:main Mar 1, 2023
@dluc
Devis Lucato (dluc) deleted the skills-nugets branch March 1, 2023 04:43
Adrian Bonar (adrianwyatt) added a commit that referenced this pull request Apr 3, 2023
Mauro Minella (maurominella) pushed a commit to maurominella/semantic-kernel that referenced this pull request Apr 1, 2025
Chetan Desh (glorious-beard) pushed a commit to advocat-ai/semantic-kernel that referenced this pull request May 6, 2025
Alexander Zarei (alzarei) added a commit to alzarei/semantic-kernel that referenced this pull request Feb 13, 2026
- Update SearchQueryFilterClause.cs to reference docs/decisions/0065-linq-based-text-search-filtering.md
- ADR exists on feature-text-search-linq branch (verified)
- Fixes Issue microsoft#5 from Copilot review on PR microsoft#13384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: ready for review All feedback addressed, ready for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants