Skip to main content

format_csharp

Function format_csharp 

Source
pub fn format_csharp(
    root: &Path,
    files: &[String],
    check: bool,
) -> Result<FormatOutcome>
Expand description

Format C# via dotnet format.

§Errors

Never — failures are reported via FormatOutcome::Failed(stderr).