a1e183be293b10f2bfcf7ad6d2f6fd8a4e203c94
Speckle 3.0 Connectors!
Formatting
Use CSharpier to format. There are a few options:
- Install CSharpier as a local tool:
dotnet tool install csharpier- This allows CLI use of CSharpier:
dotnet csharpier .afterdotnet tool restore
- This allows CLI use of CSharpier:
- Install the CSharpier Visual Studio 2022 extension: https://marketplace.visualstudio.com/items?itemName=csharpier.CSharpier
- Install CSharpier as a global tool:
dotnet tool install csharpier -g- This allows CLI use of CSharpier:
dotnet csharpier .afterdotnet tool restore
- This allows CLI use of CSharpier:
Description
Languages
C#
100%