Skip to content

MFIdentifier cannot be resolved in separate project #6

Description

@SoftAdviceJR

Seemingly, when using a configuration member class defined in a separate project, an MFIdentifier member cannot be resolved.

For example

Main Project

public class Configuration
{
    public ChildConfiguration ChildConfig { get; set; }
}

Separate project

public class ChildConfiguration
{
    [MFClass]
    public MFIdentifier DocumentClass { get; set; }
}

When validating this MFIdentifier it is not resolved, even when set to something like the built in document class.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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