pub fn format_csharp( root: &Path, files: &[String], check: bool, ) -> Result<FormatOutcome>
Format C# via dotnet format.
dotnet format
Never — failures are reported via FormatOutcome::Failed(stderr).
FormatOutcome::Failed(stderr)