Changelog v1.3.0 and docs update for AOT/trim compatibility release#33
Merged
Changelog v1.3.0 and docs update for AOT/trim compatibility release#33
Conversation
Co-authored-by: leeoades <2321091+leeoades@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update change log for next version release
Changelog v1.3.0 and docs update for AOT/trim compatibility release
Feb 23, 2026
leeoades
approved these changes
Feb 23, 2026
|
|
||
| ### Added | ||
| - **⚡ AOT and trim compatibility** — `FunctionalStateMachine.Core` and `FunctionalStateMachine.CommandRunner` are now fully compatible with NativeAOT (`PublishAot=true`), trimming (`PublishTrimmed=true`), and single-file publishing (`PublishSingleFile=true`) when targeting `net8.0+` | ||
| - **🔧 Source-generated trigger registry** — New `FunctionalStateMachine.Core.Generator` Roslyn source generator bundled automatically inside the `FunctionalStateMachine.Core` NuGet package |
Owner
There was a problem hiding this comment.
This is too much detail for the changelog. The headline feature - that is is now AoT and Trimming compatible is sufficient. A sub note simply stating that reflection code has been replaced by source generated code is helpful without needing to go into any more detail.
leeoades
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the AOT/trim compatibility work from PR #28 as a releasable v1.3.0 and ensures the docs accurately reflect the new source generator and multi-targeting.
CHANGELOG.md
[1.3.0] - 2026-02-23entry covering:net8.0+FunctionalStateMachine.Core.Generatorbundled source generator — replacesAssembly.GetTypes()reflection with compile-time[ModuleInitializer]trigger registrationnetstandard2.0+net8.0multi-targeting in existing NuGet packagesTTriggertype with independent unused-trigger trackingAOT-and-Trim-Compatibility.md,Target-Framework-Compatibility.mddocs/Packages.md
FunctionalStateMachine.Coresection that the source generator is bundled — no separate package reference requireddisptacher→dispatcherDocs verified as already current
docs/index.md,README.md, andARCHITECTURE.mdalready reference the AOT/trim content and new documentation pages.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.