Releases: SaladLab/Unity3D.IncrementalCompiler
Releases · SaladLab/Unity3D.IncrementalCompiler
Unity3D.IncrementalCompiler 1.2.9
Unity3D.IncrementalCompiler 1.2.8
Changes:
- Sign the executable to prevent a false positive detection.
- Fix
NullReferenceException
in constructing a diagnostic message.
Unity3D.IncrementalCompiler 1.2.7
Changes:
- Update Microsoft.CodeAnalysis.CSharp 1.3.0 (Visual-Studio-2015-Update-3)
Unity3D.IncrementalCompiler 1.2.6
Unity3D.IncrementalCompiler 1.2.5
Changes:
- Support compiler specific response file. (e.g. smcs.rsp)
- Remove default -unsafe option. (you can add -unsafe to rsp files)
Unity3D.IncrementalCompiler 1.2.4
Changes:
- Support
.NET 2.0 Subset
profile.
Unity3D.IncrementalCompiler 1.2.3
Changes:
- Update Microsoft.CodeAnalysis.CSharp 1.2.2 (Visual-Studio-2015-Update-2-Micro-Update-3)
- Fix Unity4 compiler error
- Set -unsafe option by default