mob-sakai / CSharpCompilerSettingsForUnity

Change the C# compiler (csc) used on your Unity project, as you like!
MIT License
288 stars 22 forks source link

Not working on Windows #1

Closed JesOb closed 4 years ago

JesOb commented 4 years ago

Plugin do something and adds Compilation directives CSHARP_8_OR_LATER... but actually can not compile any C# 8 code even csc.rsp -langversion:8.0 stop compiler function with error of uncompatible lang version

Screenshots изображение

Environment (please complete the following information):

JesOb commented 4 years ago

Test with new empty project shows the same изображение

csc.rsp -langversion:8.0

mob-sakai commented 4 years ago

@Jes28 I want to ask you a few questions.

mob-sakai commented 4 years ago

OK, the issue reproduced on my environment (Windows). On macOS, it works.

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 1.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

mob-sakai commented 4 years ago

@Jes28 Please try to use v1.0.1

JesOb commented 4 years ago

Work like a charm :)