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

CSharp code should have braces on new line #4347

Closed
marcinjahn opened this issue Mar 15, 2024 · 0 comments · Fixed by #4348
Closed

CSharp code should have braces on new line #4347

marcinjahn opened this issue Mar 15, 2024 · 0 comments · Fixed by #4348
Assignees
Labels
CSharp Pull requests that update .net code enhancement New feature or request help wanted Issue caused by core project dependency modules or library
Milestone

Comments

@marcinjahn
Copy link
Contributor

Kiota generates C# code like this:

void SomeMethod() {
 // ...
}

It should generate:

void SomeMethod()
{
   // ...
}
@baywet baywet added enhancement New feature or request help wanted Issue caused by core project dependency modules or library CSharp Pull requests that update .net code labels Mar 18, 2024
@baywet baywet added this to the Kiota v1.13 milestone Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSharp Pull requests that update .net code enhancement New feature or request help wanted Issue caused by core project dependency modules or library
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants