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

add source generator #281

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

shuebner
Copy link

@shuebner shuebner commented Aug 22, 2021

Sorry for the delay. I had less time than expected. Here is at least a working POC (nuget package untested) with a global namespace setting.

Next, I will add test cases for multiple schema files and then also add all applicable command line options to the source generator.
We will see how much code duplication will temporarily emerge from this and then may need to discuss refactoring e. g. configuration building or output writing to eliminate it again.

@codecov
Copy link

codecov bot commented Aug 22, 2021

Codecov Report

Merging #281 (c4f8e4d) into master (38303c2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #281   +/-   ##
=======================================
  Coverage   95.83%   95.83%           
=======================================
  Files          19       19           
  Lines        3360     3360           
  Branches      494      494           
=======================================
  Hits         3220     3220           
  Misses         81       81           
  Partials       59       59           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38303c2...c4f8e4d. Read the comment docs.

@shuebner shuebner force-pushed the feature/277_add_source_generator branch from 076c4ed to 3121216 Compare August 22, 2021 13:55
@shuebner shuebner force-pushed the feature/277_add_source_generator branch from 1c0219a to c15b24d Compare April 15, 2022 20:22
@shuebner shuebner force-pushed the feature/277_add_source_generator branch from cfbe9c3 to c4f8e4d Compare May 4, 2022 15:47
@DaveVdE
Copy link

DaveVdE commented Mar 16, 2023

Is this still a viable PR?

@shuebner
Copy link
Author

@DaveVdE it is more a PoC than a viable MVP, so I would say no.
As much as I would like to spend time to make this a viable feature, realistically, it is not going to happen.

Feel free to take over this PR branch as a basis and add the missing MVP features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants