You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: the last step requires using .NET 5.0 SDK for build, we'd need to make sure we can do that on the CI builds (maybe we already do, I haven't checked)
The text was updated successfully, but these errors were encountered:
Regarding the third point, I think we could use dotnet-format to apply CI checks. The option --verify-no-changes allows "verifying" rather than "applying" the changes. We can run the command in an additional build step.
Example of possible commands: dotnet tool install -g dotnet-format dotnet-format arangodb-net-standard.sln
Proposal:
Note: the last step requires using .NET 5.0 SDK for build, we'd need to make sure we can do that on the CI builds (maybe we already do, I haven't checked)
The text was updated successfully, but these errors were encountered: