Skip to main content

The coalescing operator is not working

The coalescing operator (?? and ??=) is only supported in C# 8.0 or later. Luna uses the Bridge.NET library that currently only supports up to C# 7.0.

Possible solutions:

  • Use Luna Compiler V2 to compile your build. This will allow you to use C# 8.0 or 9.0 features.