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

Update C# API File Naming Convention #50

Conversation

Ryan-000
Copy link
Contributor

@Ryan-000 Ryan-000 commented Aug 5, 2024

This PR updates the C# binding file naming convention to include a .generated suffix. It also removes files using the older naming convention to avoid errors on the C# side when both exist (e.g. during upgrades).

Adding the .generated suffix hides irrelevant warnings in the IDE and during project builds. This is so custom user csproj settings for warnings and added analyzers don't flag issues with the generated files,

@DmitriySalnikov
Copy link
Owner

I'm not sure if this removes warnings in all cases, but the code looks good.
Thanks!

@DmitriySalnikov DmitriySalnikov merged commit f00d19b into DmitriySalnikov:master Aug 5, 2024
24 checks passed
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.

2 participants