# Warnings

Property in [IndentAwareLexer](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.indentawarelexer)

## Summary

Gets the collection of warnings determined during lexing.

```csharp
public IEnumerable<LexerWarning> Warnings { get; }
```
