Skip to content

Update docs and version - #295

Merged
ChrisJollyAU merged 3 commits into
CirrusRedOrg:masterfrom
ChrisJollyAU:ef11-docs-versioning
Aug 20, 2026
Merged

Update docs and version#295
ChrisJollyAU merged 3 commits into
CirrusRedOrg:masterfrom
ChrisJollyAU:ef11-docs-versioning

Conversation

@ChrisJollyAU

Copy link
Copy Markdown
Member

No description provided.

ChrisJollyAU and others added 2 commits August 19, 2026 17:58
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>
@ChrisJollyAU ChrisJollyAU self-assigned this Aug 19, 2026
@ChrisJollyAU ChrisJollyAU added this to the 11.0.0 milestone Aug 19, 2026
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>
@ChrisJollyAU
ChrisJollyAU merged commit 40f68cf into CirrusRedOrg:master Aug 20, 2026
17 of 25 checks passed
@ChrisJollyAU
ChrisJollyAU deleted the ef11-docs-versioning branch August 20, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant