-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
kant2002
wants to merge
9
commits into
reactiveui:main
Choose a base branch
from
kant2002:kant/generated-code-reshuffle
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 29, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for af978bc - Browse repository at this point
Copy the full SHA af978bcView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1df267 - Browse repository at this point
Copy the full SHA a1df267View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c86ba6 - Browse repository at this point
Copy the full SHA 8c86ba6View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf5e0e8 - Browse repository at this point
Copy the full SHA cf5e0e8View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 355c92a - Browse repository at this point
Copy the full SHA 355c92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e17a2 - Browse repository at this point
Copy the full SHA a1e17a2View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cb2067 - Browse repository at this point
Copy the full SHA 6cb2067View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a57f03 - Browse repository at this point
Copy the full SHA 8a57f03View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bdb28b - Browse repository at this point
Copy the full SHA 9bdb28bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.