Skip to content

1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 09:29
· 17 commits to main since this release

1.4.0 (2021-01-06)

Bug Fixes

  • in 2020.2 or later, no need to recompile (f815cf2)
  • in Unity 2020.2 or later, some fields in CscSettingsAsset will be not deserialized on first compilation (1858247)
  • nullable is supported in C#8.0 or later (f16985b)
  • when enabling C# Settings in asmdef inspector, edits are lost (0a988fa)

Features

  • add assembly filter to compile with custom compiler (acfa0e6)
  • in Unity 2020.2 or later, initialize CSharpCompilerSettings for first compilation (3924f1a)
  • reload all CSharpCompilerSettings_* assembly from project settings window (9a4b7c5)
  • support .editorconfig for analyzer (0e1d4c3)
  • support nuget package drawer (34d1a28)
  • support roslyn analyzer (0b06968), closes #9