# Info

Enumeration Member in [DiagnosticSeverity](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.diagnostic/yarn.compiler.diagnostic.diagnosticseverity)

## Summary

An informational diagnostic.

```csharp
Info = 1
```

## Remarks

Infos represent possible issues or steps that the user may wish to fix, but are unlikely to cause problems.
