Skip to content

Support conventions on a predefined set of types #2

@kkozmic

Description

@kkozmic

So currently the convention works by scanning assembly for types.

This doesn't work well in every case.

I just hit a scenario where I have a type with properties, and I want a convention that works off of generic argument of property types of that type.

Basically it looks like this

public class Cache { public CacheData<Foo> Foos { get; set; } public CacheData<Bar> Bars { get; set; } }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions