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

Fixed Naming Conventions #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

khalidabuhakmeh
Copy link

Used the common C# naming style of capitalizing method names. And changed nullability in Nullability.cs.

Used the common C# naming style of capitalizing method names. And changed nullability in Nullability.cs.
Copy link
Author

@khalidabuhakmeh khalidabuhakmeh left a comment

Choose a reason for hiding this comment

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

This review was submitted from JetBrains Rider.

@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("ModernizedCode")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d4bc1cf1bd5f8c747bca98aa023d9dda6040c19f")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2f9bd5074baa3f29b41027e096b09229fbdacc51")]
Copy link
Author

Choose a reason for hiding this comment

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

I don't think this file should have been checked into this PR. I believe we're missing a .gitignore

@@ -7,9 +7,9 @@
public string? Name { get; set; }
}

class useit
Copy link
Author

Choose a reason for hiding this comment

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

useit to Useit, what do you think?

@rachelappel rachelappel self-requested a review April 15, 2024 18:35
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.

1 participant