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

Rename Skills and IntegrationTests folders #596

Merged
merged 1 commit into from
Apr 22, 2023

Conversation

dluc
Copy link
Collaborator

@dluc dluc commented Apr 22, 2023

Motivation and Context

Make the files a bit easier to browse in filesystem and VS, having consistency between virtual folders and directories, and consistency with the connectors folder.

Description

  • Rename dotnet/src/Microsoft.Skills to dotnet/src/Skills
  • Rename dotnet/src/Microsoft.IntegrationTests to dotnet/src/IntegrationTests

@dluc dluc requested a review from shawncal April 22, 2023 01:04
@dluc dluc changed the title Rename folders Rename Skills and IntegrationTests folders Apr 22, 2023
@dluc dluc added the PR: ready for review All feedback addressed, ready for reviews label Apr 22, 2023
@shawncal shawncal merged commit bcc19a6 into microsoft:main Apr 22, 2023
10 checks passed
@dluc dluc deleted the dluc123foldernames branch April 22, 2023 04:10
@@ -16,13 +16,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsGraphSkillsExample", "..\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KernelHttpServer", "..\samples\dotnet\KernelHttpServer\KernelHttpServer.csproj", "{34A7F1EF-D243-4160-A413-D713FEABCD94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SemanticKernel.IntegrationTests", "src\SemanticKernel.IntegrationTests\SemanticKernel.IntegrationTests.csproj", "{E4B777A1-28E1-41BE-96AE-7F3EC61FD5D4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "src\IntegrationTests\IntegrationTests.csproj", "{E4B777A1-28E1-41BE-96AE-7F3EC61FD5D4}"
Copy link
Member

Choose a reason for hiding this comment

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

This broke the dotnet-integration-tests.yml which uses *.IntegrationTests.csproj filter.

lemillermicrosoft added a commit that referenced this pull request Apr 28, 2023
### Motivation and Context
Integration tests have stopped running due to #596 

### Description
This updates the yml to properly include any projects of the form
`*IntegrationTests.csproj`

There are failing tests due to changes recently that were not caught.
Will fix those separately.
lemillermicrosoft added a commit that referenced this pull request Apr 28, 2023
The AIException constructor that takes an errorCode, a message, and a
detail was incorrectly passing null as the detail parameter to the base
constructor. This commit fixes this bug by passing the detail parameter
correctly. This ensures that the detail information is preserved and
available for error handling.

### Motivation and Context
Bug Introduced: #701
Bug Hidden by: #596
dluc added a commit that referenced this pull request Apr 29, 2023
### Motivation and Context

Make the files a bit easier to browse in filesystem and VS, having
consistency between virtual folders and directories, and consistency
with the connectors folder.


### Description

* Rename `dotnet/src/Microsoft.Skills` to `dotnet/src/Skills`
* Rename `dotnet/src/Microsoft.IntegrationTests` to
`dotnet/src/IntegrationTests`
dluc pushed a commit that referenced this pull request Apr 29, 2023
### Motivation and Context
Integration tests have stopped running due to #596 

### Description
This updates the yml to properly include any projects of the form
`*IntegrationTests.csproj`

There are failing tests due to changes recently that were not caught.
Will fix those separately.
dluc pushed a commit that referenced this pull request Apr 29, 2023
The AIException constructor that takes an errorCode, a message, and a
detail was incorrectly passing null as the detail parameter to the base
constructor. This commit fixes this bug by passing the detail parameter
correctly. This ensures that the detail information is preserved and
available for error handling.

### Motivation and Context
Bug Introduced: #701
Bug Hidden by: #596
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
### Motivation and Context

Make the files a bit easier to browse in filesystem and VS, having
consistency between virtual folders and directories, and consistency
with the connectors folder.


### Description

* Rename `dotnet/src/Microsoft.Skills` to `dotnet/src/Skills`
* Rename `dotnet/src/Microsoft.IntegrationTests` to
`dotnet/src/IntegrationTests`
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
### Motivation and Context
Integration tests have stopped running due to microsoft#596 

### Description
This updates the yml to properly include any projects of the form
`*IntegrationTests.csproj`

There are failing tests due to changes recently that were not caught.
Will fix those separately.
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
The AIException constructor that takes an errorCode, a message, and a
detail was incorrectly passing null as the detail parameter to the base
constructor. This commit fixes this bug by passing the detail parameter
correctly. This ensures that the detail information is preserved and
available for error handling.

### Motivation and Context
Bug Introduced: microsoft#701
Bug Hidden by: microsoft#596
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.

None yet

3 participants