📈Analyzer Diagnostics

Here's a list of analyzer diagnostics.

Nitrocid KS provides you with its own code analyzer to check your mod code for anything odd, such as the usage of a function that already exists in Nitrocid's code or possible code refactorings to suit the selected mod API version.

This code analyzer runs under both the CLI and the Visual Studio GUI (as a .VSIX extension). It provides suggestions as to how to improve your mod code.

The following code analyzers are shipped, with links to each page:

Currently, there are no analyzers which generate errors yet. However, we'll plan to add more analyzers.

It's vital to follow the analyzer recommendations to get the best mod code according to the standards.

Last updated