As discussed in #302 it isn't clear how to format code when making contributions, or regenerating code from XDR files. There's an official tool for the dotnet community, and it seems like it could be a good option for ensuring code style can be adhered to by anyone contributing.
This PR is intended as an example for discussion in #302.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[x] I have read the CONTRIBUTING document.
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
What
Reformat all .cs files using the official dotnet-format tool.
https://github.com/dotnet/format
Why
As discussed in #302 it isn't clear how to format code when making contributions, or regenerating code from XDR files. There's an official tool for the dotnet community, and it seems like it could be a good option for ensuring code style can be adhered to by anyone contributing.
This PR is intended as an example for discussion in #302.
Types of changes