# Sandbox.Compiler.Configuration.Unsafe

```csharp
bool Unsafe { get; set; }
```

If true, we'll compile with /unsafe. This means that the package won't be able to
be published on the platform.

Declared in [Sandbox.Compiler.Configuration](/api/Sandbox.Compiler.Configuration).
Assembly: `Sandbox.Compiling`.
