lidavidm commented on PR #4351:
URL: https://github.com/apache/arrow-adbc/pull/4351#issuecomment-4618206656
This always fails for me:
```
C#
Format.....................................................................................Failed
- hook id: dotnet-format
- exit code: 1
Unhandled exception: System.Exception: Restore operation failed.
at
Microsoft.CodeAnalysis.Tools.CodeFormatter.OpenMSBuildWorkspaceAsync(String
solutionOrProjectPath, WorkspaceType workspaceType, Boolean noRestore, Boolean
requiresSemantics, String binaryLogPath, Boolean logWorkspaceWarnings, ILogger
logger, CancellationToken cancellationToken)
at
Microsoft.CodeAnalysis.Tools.CodeFormatter.FormatWorkspaceAsync(FormatOptions
formatOptions, ILogger logger, CancellationToken cancellationToken, String
binaryLogPath)
at
Microsoft.CodeAnalysis.Tools.FormatCommandCommon.FormatAsync(FormatOptions
formatOptions, ILogger`1 logger, CancellationToken cancellationToken)
at
Microsoft.CodeAnalysis.Tools.Commands.RootFormatCommand.FormatCommandDefaultHandler.InvokeAsync(ParseResult
parseResult, CancellationToken cancellationToken)
at
System.CommandLine.Invocation.InvocationPipeline.InvokeAsync(ParseResult
parseResult, CancellationToken cancellationToken)
```
Does it need to be `always_run` or can we have it only trigger on `*.cs`
files?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]