-
Notifications
You must be signed in to change notification settings - Fork 241
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
Enable configuration binding generator in TodosApi app #1874
Conversation
We should also remove this workaround: Benchmarks/build/singlefile-scenarios.yml Lines 35 to 36 in 8c03b24
|
Looks like we can't make this change until dotnet/runtime#88112 is fixed. |
17c2241
to
ced0f0f
Compare
@eerhardt I'm planning to fix the merge conflict; would that interrupt any work you're doing here? |
I rebased on main yesterday and resolved the merge conflict. I think just the above comment needs to be resolved, then this change can be merged. |
Generated code (click to view)
The binding extension classes in
Microsoft.Extensions.Options.ConfigurationExtensions
are now trimmed out from the app.When dotnet/runtime#87935 flows through,
ConfigurationBinder
itself will be trimmed out.