Skip to content
Actionbot edited this page Apr 23, 2026 · 5 revisions

πŸ”§ Config

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)

πŸ—’οΈ Notes

  • You can use biak without a configuration file - default values will be used.
  • Some settings can be configured, but biak works without any configuration.

πŸ”— Links

βš™οΈ Enable / Disable .editorconfig rules

πŸ—‚οΈ Imports

πŸ“¦ Variables

πŸ”Ž Include / Exclude filter

πŸ§‘β€πŸ’» Find activity

βš”οΈ Find conflicts

🚧 Warnings baseline

Clone this wiki locally