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

Fix dotnet graph-api-skills sample #920

Merged
merged 4 commits into from
May 19, 2023

Conversation

MGudgin
Copy link
Member

@MGudgin MGudgin commented May 10, 2023

The skillParentDirectory local used to find the SummarizeSkill in the
graph-api-skills sample had one too few levels of directory navigation,
resulting in a DirectoryNotFoundException.

Initialize variable using RepoFiles.SampleSkillsPath from
kernel-syntax-examples project.

Reference kernel-syntax-examples project.

Make RepoFiles class and SampleSkillsPath method public in
kernel-syntax-examples.

Add namespace to graph-api-skills/Program.cs to avoid type collision
with Program class in kernel-syntax-examples project.

@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code samples labels May 10, 2023
@MGudgin MGudgin force-pushed the gudge/fix_msgraph_sample branch 2 times, most recently from 308b27c to faff5cc Compare May 10, 2023 20:36
@MGudgin MGudgin force-pushed the gudge/fix_msgraph_sample branch 2 times, most recently from 9452020 to 247223a Compare May 10, 2023 21:01
The skillParentDirectory local used to find the SummarizeSkill in the
graph-api-skills sample had one too few levels of directory navigation,
resulting in a DirectoryNotFoundException.

Initialize variable using RepoFiles.SampleSkillsPath from
kernel-syntax-examples project.

Reference kernel-syntax-examples project.

Make RepoFiles class and SampleSkillsPath method public in
kernal-syntax-examples.

Add namespace to graph-api-skills/Program.cs to avoid type collision
with Program class in kernel-syntax-examples project.
@adrianwyatt adrianwyatt added the PR: ready for review All feedback addressed, ready for reviews label May 12, 2023
@adrianwyatt adrianwyatt 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 May 15, 2023
@adrianwyatt adrianwyatt enabled auto-merge (squash) May 19, 2023 00:49
@adrianwyatt adrianwyatt added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. and removed PR: feedback to address Waiting for PR owner to address comments/questions labels May 19, 2023
@adrianwyatt adrianwyatt merged commit 8588081 into microsoft:main May 19, 2023
shawncal pushed a commit to johnoliver/semantic-kernel that referenced this pull request May 19, 2023
The skillParentDirectory local used to find the SummarizeSkill in the
graph-api-skills sample had one too few levels of directory navigation,
resulting in a DirectoryNotFoundException.

Initialize variable using RepoFiles.SampleSkillsPath from
kernel-syntax-examples project.

Reference kernel-syntax-examples project.

Make RepoFiles class and SampleSkillsPath method public in
kernel-syntax-examples.

Add namespace to graph-api-skills/Program.cs to avoid type collision
with Program class in kernel-syntax-examples project.

Co-authored-by: Adrian Bonar <[email protected]>
@MGudgin MGudgin deleted the gudge/fix_msgraph_sample branch July 10, 2023 12:38
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.

3 participants