Skip to content

Private Types ignored when using RegisterRuleRepository #248

@marmy28

Description

@marmy28

I tried using

builder.RegisterRuleRepository(i => i.Assembly(this.ThisAssembly).PrivateTypes());

but the private types were ignored. I believe the issue could be with
RegisterRuleRepository
not taking into account the scanAction that was provided to the function when loading the types. (At least when debugging that was the place the types started being ignored.)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions