Skip to content

Build Variables Source Generator #4101

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

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

Conversation

aritchie
Copy link
Collaborator

@aritchie aritchie commented Apr 10, 2025

Resolves #2927

This is the initial implementation of proposed AOT build checks

Features

  • Generates a precompiled list of msbuild properties we were interested in based on various issues within our repo
  • Currently, we only look at PublishTrimmed and PublishAot in our AotHelper
  • Generates module initializer only on runnable targets
  • Ability to disable source generator if user encounters issue

TODO

  • Unit Tests
  • Document ability to disable source generator

@aritchie aritchie marked this pull request as ready for review April 25, 2025 15:08
@aritchie
Copy link
Collaborator Author

Before we release this, I would like to do a beta test to ensure all of the nuget stuff has zero issues. CC: @jamescrosswell

Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lots of stuff new to me so I don't have much to add, just a few suggestions

aritchie and others added 2 commits April 30, 2025 09:28
@jamescrosswell
Copy link
Collaborator

@aritchie you'll need to update from main to get the fix for the dependency errors... should help with CI.

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.

Generate AotHelper properties at compile time
5 participants