-
Notifications
You must be signed in to change notification settings - Fork 1
Config
Actionbot edited this page Apr 23, 2026
·
5 revisions
You can configure biak behavior via the .biak/config.json file.
{
"severityWhenDisabled": "none",
"severitiesToDisable": [
"error",
"warning",
"suggestion"
],
"onImportFailure": "warning"
}| Name | Available | Default | Description |
|---|---|---|---|
severityWhenDisabled |
none, error, warning, suggestion, silent, default
|
none |
Defines the severity level applied to rules disabled using the dotnet biak disable command. |
severitiesToDisable |
["none", "error", "warning", "suggestion", "silent", "default"] |
["error", "warning", "suggestion"] |
Specifies which analyzer severity levels are replaced when running the dotnet biak disable command. |
onImportFailure |
nothing, warning, error
|
warning |
Controls what happens when an import cannot be resolved, for example because a file is missing or a URL is blocked or unreachable. (docs) |
- You can use biak without a configuration file - default values will be used.
- Some settings can be configured, but biak works without any configuration.
Hey! If you don't have write access to the wiki, you can change that in the docs/wiki folder.