Skip to content

PolyType.Roslyn should not require so much re-invention to use like polytype's source gen #363

@AArnott

Description

@AArnott

Some TypeDataModelGenerator class overrides in the Parser class like ResolveConstructors is anything but trivial, and likely has policy that changes over time. This really isn't something I want to source-copy into my own analyzer.

I respect that you want PolyType.Roslyn to allow others to use this with their own attributes, etc. But could you either:

  1. provide default behavior that matches polytype while leaving the methods virtual, OR
  2. provide a derived type that your source generator uses such that I can consume it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions