This package's intention is to expose an abstract base class to allow https://github.com/dotnet/orleans/ to work with long running CPU bound synchronous work, without becoming overloaded.
Adds running of dotnet-format within the CI and CICD workflows. PRs will now be rejected if the dotnet-format --check command returns a non-zero status code, indicating the code (ideally the code being changed in the PR) does not follow the .editorconfig. This PR also includes a run of dotnet-format as a part of its change to get everything up to the .editorconfig's baseline.
Adds running of
dotnet-format
within the CI and CICD workflows. PRs will now be rejected if thedotnet-format --check
command returns a non-zero status code, indicating the code (ideally the code being changed in the PR) does not follow the.editorconfig
. This PR also includes a run ofdotnet-format
as a part of its change to get everything up to the.editorconfig
's baseline.