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 #1746

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jun 29, 2024

  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 Jun 29, 2024
    Configuration menu
    Copy the full SHA
    af978bc View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 24, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    355c92a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e17a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 27, 2024

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

Commits on Sep 1, 2024

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