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

Add scaffolding option for csharp generator #5648

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

markcowl
Copy link
Contributor

No description provided.

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 17, 2025

All changed packages have been documented.

  • @typespec/http-server-csharp
Show changes

@typespec/http-server-csharp - fix ✏️

Add scaffolding option for csharp generator

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 17, 2025

You can try these changes here

🛝 Playground 🌐 Website 📚 Next docs 🛝 VSCode Extension

Copy link
Member

@allenjzhang allenjzhang left a comment

Choose a reason for hiding this comment

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

  1. nit: Move mock to root project folder
  2. nit: use the TypeSpec project folder name for c# project name (maybe with _server suffix? instead of hardcode to aspnet.csproj.
  3. enable swagger UI integration with the path to generated OpenAPI spec

}

function execProcess(command: string): Promise<void> {
return waitForChildProcess((handlers) => exec(command, handlers));

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants