adamreeve opened a new issue, #2: URL: https://github.com/apache/arrow-dotnet/issues/2
After the initial code import it would be good to run `dotnet format` on the whole codebase and then set up a CI job to run `dotnet format --verify-no-changes` on PRs. There are already formatting rules configured in `.editorconfig` but they aren't enforced in CI so there are a lot of formatting inconsistencies. This will help simplify code reviews so reviewers don't need to suggest formatting changes, and users should be able to easily ensure their code meets the requirements by running `dotnet format` themselves, or configure their editor to respect `.editorconfig`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org