consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

#error preprocessor directive is not understood #527

Closed NIA closed 6 years ago

NIA commented 6 years ago

As a follow-up to #518 - there is one more preprocessor directive that Consulo seems not to understand: #error. This directive (only when inside enabled preprocessor block) should produce compilation error with the message that is given in this line. Just like #warning does, but error instead of warning.

Complete list of C# preprocessor directives can be found here: https://docs.microsoft.com/ru-ru/dotnet/csharp/language-reference/preprocessor-directives/

VISTALL commented 6 years ago

Hello. Thanks for issue. I will check after around one week, i don't access to my PC for now.