dotnet / dotnet/format

Question: List of Exit Codes

Open
#1,326 1 comment 0 reactions 0 assignees View on GitHub
Question
Dominant language
No language data
Stars
1.9k
Forks
173
Avg merge
10d 13h
Merged PRs (30d)
1

Description

In my build pipeline I use the following workflow to work around some [issues](https://github.com/dotnet/sdk/issues/9500) of `dotnet tool install` / `dotnet tool update`:
1. dotnet format ... (config options)
2. when succeeded return with succcess
3. when failed run `dotnet tool update -g dotnet-format --configfile ./.nuget/NuGetBuildServer.Config`

In this scenario I'm not sure wich error codes could be returned from the first step. Is there a list of possible return codes and their meaning

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.