Skip to content

Custom line processors are considered "code" by FilePreProcessor. #630

Description

@ryanrousseau

FilePreProcessor.IsNonDirectiveLine only considers #r and #load directives. Custom directives will be considered code and in the following situation, #load would be ignored.

#gist 10731562
#load "someScript.csx"

Here is my proposed solution with some suggestions from @khellang https://gist.github.com/ryanrousseau/10731562

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions