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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copilot Chat - Analyzers, detach from dotnet props #1091

Merged
merged 6 commits into from
May 19, 2023

Conversation

shawncal
Copy link
Member

Description

Removing Copilot Chat's import of the /dotnet/ folder's common props:

  <Import Project="$(RepoRoot)/dotnet/Directory.Build.targets" />
  <Import Project="$(RepoRoot)/dotnet/Directory.Build.props" />

This allows the project folder to be copied out of the repo and run independently.

Adding the useful props to Copilot Chat's csproj file. Adding the analyzers in use by dotnet, and fixing style violations they pick up. (Note: these analyzers are optional and can be added/removed in Copilot Chat without affecting the rest of the repo).

Contribution Checklist

@shawncal shawncal force-pushed the copilotchat-analyzers branch 3 times, most recently from 87d292c to ab8f1dc Compare May 19, 2023 04:00
@lemillermicrosoft lemillermicrosoft added PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge. labels May 19, 2023
@shawncal
Copy link
Member Author

Let's wait for @adrianwyatt @TaoChenOSU or @hathind-ms to approve. This one's for you folks, so if you're happy with it, go ahead and merge.

@adrianwyatt adrianwyatt enabled auto-merge (squash) May 19, 2023 23:54
@adrianwyatt adrianwyatt merged commit c25c37f into microsoft:main May 19, 2023
19 checks passed
shawncal added a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
### Description
Removing Copilot Chat's import of the /dotnet/ folder's common props:
```
  <Import Project="$(RepoRoot)/dotnet/Directory.Build.targets" />
  <Import Project="$(RepoRoot)/dotnet/Directory.Build.props" />
```
This allows the project folder to be copied out of the repo and run
independently.

Adding the useful props to Copilot Chat's csproj file. Adding the
analyzers in use by dotnet, and fixing style violations they pick up.
(Note: these analyzers are optional and can be added/removed in Copilot
Chat without affecting the rest of the repo).
@shawncal shawncal deleted the copilotchat-analyzers branch July 18, 2023 20:17
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
### Description
Removing Copilot Chat's import of the /dotnet/ folder's common props:
```
  <Import Project="$(RepoRoot)/dotnet/Directory.Build.targets" />
  <Import Project="$(RepoRoot)/dotnet/Directory.Build.props" />
```
This allows the project folder to be copied out of the repo and run
independently.

Adding the useful props to Copilot Chat's csproj file. Adding the
analyzers in use by dotnet, and fixing style violations they pick up.
(Note: these analyzers are optional and can be added/removed in Copilot
Chat without affecting the rest of the repo).
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 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