Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Using alias directives #10

Closed
Closed
@beolutz

Description

@beolutz

When using "Using alias directives" like
using ResourcesKeys = xy.Common.Properties.ResourcesKeys;
in combination with multiple scripts it results in an Exception "error CS1529: A using clause must precede all other elements defined in the namespace except extern alias declarations."
Reason is that it seems that all scripts are merged into one file. All r# and using Statements are cut out except using alias directives. Leading to a script file where an using alias directive is in the middle of two classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions