Skip to content

Commit af07874

Browse files
committed
Add compiler link
1 parent 5e301fe commit af07874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/how-tos/scripting-check-object-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ string typeName = obj.GetType().Name; // "DataColumn", "Measure", etc.
3030
```
3131

3232
> [!NOTE]
33-
> Pattern matching with variable declaration (`col is CalculatedColumn cc`) requires the Roslyn compiler in Tabular Editor 2. Enable it under **File > Preferences > General > Use Roslyn compiler**. Tabular Editor 3 supports this by default.
33+
> Pattern matching with variable declaration (`col is CalculatedColumn cc`) requires the Roslyn compiler in Tabular Editor 2. Configure it under **File > Preferences > General > Compiler path**. See [Compiling with Roslyn](xref:advanced-scripting#compiling-with-roslyn) for details. Tabular Editor 3 supports this by default.
3434
3535
## Type hierarchy
3636

0 commit comments

Comments
 (0)