Skip to content

v0.10.0 — first packages on NuGet

Choose a tag to compare

@peopleworks peopleworks released this 10 Aug 14:20
· 136 commits to main since this release

First release published to NuGet. Three packages, one version:

Package What it is
XafLogicExplainer.Cli The xaflogic command — dotnet tool install -g XafLogicExplainer.Cli
XafLogicExplainer.Core The Roslyn extraction engine
XafLogicExplainer.Mcp MCP server — dnx XafLogicExplainer.Mcp

An agent that has read every page of the DevExpress documentation still knows nothing about your application. This reads it: entities, controllers, actions, business rules, navigation and Model Editor customizations, straight from source with Roslyn — no compilation, and no DevExpress licence required.

Highlights

  • xaflogic agents writes AGENTS.md, CLAUDE.md and Copilot instructions, tiered so the always-loaded index stays around 11 KB
  • An MCP server with seven tools, installable on its own or through the Claude Code plugin
  • An optional DevExpress ground-truth catalog, generated locally by licensees, that tells your code apart from the framework's
  • 129 tests over synthetic XPO and EF Core fixtures — no DevExpress installation needed to run them

Still 0.x on purpose. The extraction engine is production-proven, but this release changed its behaviour in six places and has been verified against one real application. 1.0.0 is earned once the extractor has read codebases we did not write.

See the site and the changelog.