Update docs and version - #295
Merged
ChrisJollyAU merged 3 commits intoAug 20, 2026
Merged
Conversation
Version moves to 11.0.0-alpha.1, following the same step taken at the start of the 9.x and 10.x lines: <major>.0.0 with the alpha label, progressing through beta, rc and rtm from there. It was still on 10.0.1-servicing, so packages were being produced under the previous line's version while depending on EF Core 11. The readme is now packed into all four packages and referenced by PackageReadmeFile, so nuget.org shows the full page - compatibility matrix, requirements, getting started - rather than the one-line description. Its links and badges are already absolute, so they render there. README gains an 11.0.x row and moves 10.0.x to supported. CLAUDE.md records the current version, that the tests are on xunit v3, and the matching AssemblyVersion for a local EF Core build. Also corrects EntityFramworkCore -> EntityFrameworkCore in the Jet.Data package description. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
functions.md lists behavioural detail like "Round (banker's)" and "Weekday (Sunday = 1)"; these belong with them. Type conversion: a Boolean converts as VARIANT_BOOL, so CInt/CLng/CSng/CDbl/CCur yield -1 and CByte overflows. CStr renders a Double at 15 significant digits and a Single at 7, and a Boolean as "-1" - the expression service's answer, where the VBA runtime proper says "True". CBool accepts numeric strings. CDec has no ACE equivalent at all, so it carries no parity contract. Conventions: dates compare by OLE Automation serial rather than chronologically, which below the epoch puts later times first, because IndexKeyEncoder writes that same serial as the index key and a seek and a scan must agree. Both point at the probes that establish them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Describes what it is and what it removes - Windows-only and driver-bitness matching - and says plainly that it is in development and not published as a package, so nobody goes looking for it on nuget.org. Placed after Fluent API rather than beside Packages: it is supplementary, and does not belong between "install this" and "configure it". Links are absolute because this file is also the NuGet readme, where relative paths do not resolve. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
No description provided.