Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd09883

Browse files
committed
Add change notes for preprocessor directives
1 parent 899e52a commit fd09883

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)