We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
StyleCop version is 1.1.118
internal record struct CharMap(char From, char To);
The names "From" and "To" get reported to be violating parameter name standard, but it's the right way to do it with records: https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/records#build-temperature-data
The text was updated successfully, but these errors were encountered:
1.1.118 is from 2019. Fixed in 1.2.0-beta.261.
Sorry, something went wrong.
Again, why's there no stable release since 2019? Certain environments can disallow beta software.
#3571 links to two other issues where @sharwell has explained his view of the situation.
This doesn't repro with 1.2.0-beta.435 either. Closing.
No branches or pull requests
StyleCop version is 1.1.118
The names "From" and "To" get reported to be violating parameter name standard, but it's the right way to do it with records: https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/records#build-temperature-data
The text was updated successfully, but these errors were encountered: