Skip to content

[X# 3] xsi is broken #1826

@fforay

Description

@fforay

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions