-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
Start X#3 XSI with dotnet xsi.dll
Try to print a string/constant with
? "Hello"
Error message is:
error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
Script(1,1): error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
When trying to declare something, the trouble is the same:
LOCAL x as int
error XS0234: The type or namespace name 'Console' does not exist in the namespace 'System' (are you missing an assembly reference?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do