Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First step to target fully source gen implementation #1414

Closed

Commits on Sep 10, 2022

  1. First step to target fully source gen implementation

    I extract simple model for Refit client representation withing source gen
    That to allow facilitate process
    - Parse Syntax (done by Roslyn itslef)
    - Build internal model
    - Write based on model only, so logic would be as simple as possible
    
    Also that allows write more robust test if we test just internal model extraction from symbols. Otherwise if we will capture generated output, if we decide improve generation it will produce a lot of churn. I do not agains churn like that, but not sure that's would be appropriate.
    kant2002 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    bf71ec2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    9e64bda View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    5ebf766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8d099 View commit details
    Browse the repository at this point in the history