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
Description
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
Labels
No labels