Skip to content

ci: Bump Lumoin.Base from 0.0.9 to 0.0.12 - #663

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Lumoin.Base-0.0.12
Open

ci: Bump Lumoin.Base from 0.0.9 to 0.0.12#663
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Lumoin.Base-0.0.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Updated Lumoin.Base from 0.0.9 to 0.0.12.

Release notes

Sourced from Lumoin.Base's releases.

0.0.12

A disposal-hygiene release: a disposed pool now reads as disposed.

  • Utf8StringPool.Count throws ObjectDisposedException after disposal, like Intern, TryGet and
    Reset, instead of reporting a cleared table as zero.
  • The pool's observable instruments publish no measurement once disposed, rather than a
    healthy-looking zero. They are registered on a caller-supplied meter that outlives the pool, so
    a disposed pool kept reporting UniqueCount=0 and TotalBytesInterned=0 indefinitely.

See CHANGELOG.md for the full list.

0.0.11

A rebuild release: no library or package changes since 0.0.10.

  • The only change since 0.0.10 is spacing inside Lumoin.Base's own test files, so the shipped
    assemblies and package contents are unchanged.

See CHANGELOG.md for the full list.

0.0.10

An interner release: a shared instance and a strict path for ill-formed text.

  • Utf8StringInterner.Shared is a self-creating, bounded, thread-safe interner on the type's
    constructor defaults, so a consumer needing one process-wide instance installs nothing. Its
    bound is on entries rather than bytes: each interned value is retained until evicted.
  • TryIntern(string, out Utf8String) reports ill-formed UTF-16 as false instead of replacing an
    unpaired surrogate with U+FFFD, and interns nothing on that path. Intern(string) keeps the
    replacement behaviour and now documents it.
  • Build-time tooling: harden-runner 2.21.1 and code coverage 18.10.0. SIL.ReleaseTasks is
    removed along with the System.Security.Cryptography.Xml pin it required; package release
    notes are authored by hand.

See CHANGELOG.md for the full list.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Lumoin.Base
  dependency-version: 0.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants