Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Extensible directives should output typenames with global:: #1128

Closed
@NTaylorMullen

Description

@NTaylorMullen

There are several instances where we generate design time code for extensible directives. For example: @stringDirective Foo will generate a design time bit that looks like:

((System.Action)(() => {
 System.Object __typeHelper = "Foo";
}))();

We should add a global:: to System.Object.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions