ros2-dotnet / ros2_dotnet

.NET bindings for ROS2
Apache License 2.0
139 stars 57 forks source link

Use consistent dotnet/C# code-style #100

Closed hoffmann-stefan closed 1 year ago

hoffmann-stefan commented 1 year ago

extracted from https://github.com/ros2-dotnet/ros2_dotnet/pull/94

This PR is only about the C# code-style, this doesn't touch the other file-types.

The Coding Style Conventions from the book "Framework Design Guidelines" are the starting point. They are derived from this file, which is the coding style for the .NET runtime.