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

Prune unused files #4288

Closed
wants to merge 8 commits into from
Closed

Conversation

JoshLove-msft
Copy link
Contributor

Fixes #4218

@microsoft-github-policy-service microsoft-github-policy-service bot added the emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp label Aug 28, 2024
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@JoshLove-msft
Copy link
Contributor Author

Filed #4289

@@ -20,6 +22,7 @@ namespace Microsoft.Generator.CSharp
internal class GeneratedCodeWorkspace
{
private const string GeneratedFolder = "Generated";
private const string InternalFolder = "Internal";
Copy link
Member

Choose a reason for hiding this comment

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

so this implementation looks very specific to our implementations, should we put it in a place so that others could customize or extend on?

github-merge-queue bot pushed a commit that referenced this pull request Sep 4, 2024
sarangan12 pushed a commit to sarangan12/typespec that referenced this pull request Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emitter:client:csharp Issue for the C# client emitter: @typespec/http-client-csharp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Omit Generated/Internal types that aren't used by a client
4 participants