C# Preprocessor
Error and Warning
#error: Invoke compiler error with message
#warning: Invoke compiler warning with message
#warning This is warning
#error This is error
Output
Because of error directive, dotnet build Program.cs will print below output.
$ dotne...
archdsp.hashnode.dev1 min read