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

PascalCase for property name generation dotnet #1632

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

andrueastman
Copy link
Member

Properties generated by Kiota are pascalCased in the refiner.
https://github.com/microsoft/kiota/blob/c07239a197d31d0bf40c6140d3afd1577464a8d6/src/Kiota.Builder/Refiners/CSharpRefiner.cs#L81
This PR aligns the behaviour to fix compilation errors due to this.

@andrueastman andrueastman requested a review from a team as a code owner June 26, 2023 14:41
@andrueastman andrueastman enabled auto-merge (squash) June 26, 2023 14:41
@andrueastman andrueastman changed the title Aligns to property name generation dotnet PascalCase for property name generation dotnet Jun 26, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

90.0% 90.0% Coverage
0.0% 0.0% Duplication

@andrueastman andrueastman merged commit b1ed167 into dev Jun 26, 2023
9 checks passed
@andrueastman andrueastman deleted the andrueastman/parameterParsing branch June 26, 2023 14:50
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.

None yet

2 participants