Compare commits

..

2 commits

Author SHA1 Message Date
20ffee6d43
chore: disable code format rules in test projects
Some checks failed
default / dotnet-default-workflow (push) Failing after 2m11s
2026-05-10 10:33:19 +02:00
5a4b6f2cbb
chore: fix warning as error working 2026-05-10 10:33:19 +02:00

View file

@ -91,4 +91,4 @@ public sealed partial class CommandTask<TResult>
{ {
return commandTask.Task; return commandTask.Task;
} }
} }