# Sandbox.Compiler.BuildResult

```csharp
Microsoft.CodeAnalysis.Emit.EmitResult BuildResult { get; set; }
```

Results for the assembly build. This can contain warnings or errors.

Declared in [Sandbox.Compiler](/api/Sandbox.Compiler).
Assembly: `Sandbox.Compiling`.
