Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899e52a commit fd09883Copy full SHA for fd09883
1 file changed
csharp/change-notes/2021-02-01-Preprocessor-directives.md
@@ -0,0 +1,8 @@
1
+lgtm,codescanning
2
+* The `PreprocessorDirective` class and its base classes have been added to support
3
+preprocessor directives, such as `#if`, `#define`, `#undef`, `#line`, `#region`,
4
+`#warning`, `#error`, `#pragma warning`, `#pragma checksum` and `#nullable`. Furthermore,
5
+`#line` directives are now taken into account when querying the location of any
6
+code construct. Files referenced in preprocessor directives are also included in the
7
+extraction sources. This change is expected to lead to better error reporting locations
8
+in generated code, such as generated code from `.cshtml` files in ASP.NET Core.
0 commit comments