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

Source Generators #15

Merged
merged 33 commits into from
Dec 5, 2023
Merged

Source Generators #15

merged 33 commits into from
Dec 5, 2023

Conversation

otac0n
Copy link
Owner

@otac0n otac0n commented Dec 4, 2023

Added source generator support with backwards compatibility. Fixes #14.

You can opt-out of source generation using:

  <UseSourceGeneration>false</UseSourceGeneration>

Or, if you were previously specifying an output path, source generation will be off by default.

@otac0n
Copy link
Owner Author

otac0n commented Dec 4, 2023

Blocking issues:

Non-blocking issues:

  • Double-click on error behavior is not improved, still doesn't take you to the file. This is despite fixing source link issues with relative paths.
  • MSBuild Item namespace now includes WeaveTemplateGenerate and WeaveTemplateCompile. I'm considering anything prefixed with WeaveTemplate to be reserved for Weave.

@otac0n
Copy link
Owner Author

otac0n commented Dec 5, 2023

Failing PR builds here are due to: GitTools/GitVersion#3718

@otac0n otac0n merged commit 4ad9423 into master Dec 5, 2023
1 of 2 checks passed
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.

Source Generators
1 participant