Compare commits

..

2 commits

Author SHA1 Message Date
7e9ba39259
chore: disable code format rules in test projects
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m18s
2026-05-10 10:44:46 +02:00
22e3997793
chore: fix warning as error working 2026-05-10 10:44:46 +02:00

View file

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