Skip to content

Avoid all service-related codegen when AddServicesExtension=false - #295

Merged
kzu merged 1 commit into
mainfrom
dev/noservices
Dec 17, 2025
Merged

Avoid all service-related codegen when AddServicesExtension=false#295
kzu merged 1 commit into
mainfrom
dev/noservices

Conversation

@kzu

@kzukzu commented Dec 17, 2025

Copy link
Copy Markdown
Member

We were still emitting partial method implementations which caused build failures.

Adding that property effectively causes only the ServiceAttribute to be emitted.

@kzukzu added the bug Something isn't working label Dec 17, 2025
@kzu

kzu commented Dec 17, 2025

Copy link
Copy Markdown
MemberAuthor

38 passed38 passed

🧪 Details on Ubuntu 24.04.3 LTS

from dotnet-retest v1.0.0 on .NET 10.0.1 with 💜 by @devlooped

@kzu
kzuforce-pushed the dev/noservices branch 2 times, most recently from 9f0c59c to 108e16dCompareDecember 17, 2025 20:26
We were still emitting partial method implementations which caused build failures.
Adding that property effectively causes only the ServiceAttribute to be emitted.
@kzu
kzu enabled auto-merge (rebase) December 17, 2025 20:28
@kzu
kzu merged commit 4a72f42 into mainDec 17, 2025
7 checks passed
@kzu
kzu deleted the dev/noservices branch December 17, 2025 20:30
@devloopeddevlooped locked and limited conversation to collaborators Jan 17, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kzu