Skip to content

Copilot Chat - Analyzers, detach from dotnet props#1091

Merged
adrianwyatt merged 6 commits intomicrosoft:mainfrom
shawncal:copilotchat-analyzers
May 19, 2023
Merged

Copilot Chat - Analyzers, detach from dotnet props#1091
adrianwyatt merged 6 commits intomicrosoft:mainfrom
shawncal:copilotchat-analyzers

Conversation

@shawncal
Copy link
Contributor

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
@shawncal shawncal force-pushed the copilotchat-analyzers branch from ab8f1dc to 1eacc55 Compare May 19, 2023 04:07
@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
Contributor 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
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.

4 participants