Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ptr727/Utilities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.3
Choose a base ref
...
head repository: ptr727/Utilities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.7.5
Choose a head ref
  • 3 commits
  • 37 files changed
  • 1 contributor

Commits on Jul 10, 2026

  1. Rename namespace and package to ptr727.Utilities (#384)

    Fold the namespace/package rename into the breaking 3.7 release, aligning with the ptr727.* style of the sibling LanguageTags project.
    
    - Rename InsaneGenius.Utilities -> ptr727.Utilities (namespace, PackageId, RootNamespace); bare AssemblyName (Utilities / UtilitiesTests) and InternalsVisibleTo (breaking).
    - Move localized library suppressions (CA1024/CA1034/CA1054/CA5394) to symbol-scoped [SuppressMessage] attributes; drop dead test suppressions (CA1307/CA2007) and the unused IClassFixture fixture (CA1823/IDE0052/CA1063).
    - Make Format.BytesToKibi/BytesToKilo culture-invariant.
    - Derive the HttpClient User-Agent from the consuming application (AOT-safe), always setting a header.
    - Add GlobalUsings.cs per project; document both breaking 3.7 changes (namespace and logging) in README and HISTORY.
    ptr727 authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    55ce08a View commit details
    Browse the repository at this point in the history
  2. Remove stale PackageProjectUrl from the test project (#386)

    The non-packable UtilitiesTests project publishes nothing, so its stale Azure DevOps PackageProjectUrl is dead metadata. The library keeps its GitHub PackageProjectUrl.
    ptr727 authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    5b38db4 View commit details
    Browse the repository at this point in the history
  3. Promote: rename namespace and package to ptr727.Utilities (3.7) (#385)

    Promotes the `ptr727.Utilities` rename from `develop` to `main`, folded
    into the breaking **3.7** release. Full detail and review history in
    #384.
    
    ## Highlights
    
    - **Rename (breaking):** `InsaneGenius.Utilities` -> `ptr727.Utilities`
    across namespaces, `using` directives, `PackageId`, and `RootNamespace`;
    bare `AssemblyName` (`Utilities` / `UtilitiesTests`) and
    `InternalsVisibleTo`, matching the sibling `LanguageTags` project. Both
    3.7 breaking changes (namespace **and** the logging model) are marked
    consistently in README and HISTORY.
    - **Analyzer suppressions:** localized library exceptions
    (CA1024/CA1034/CA1054/CA5394) moved to symbol-scoped
    `[SuppressMessage]`; dead test suppressions (CA1307/CA2007) and the
    vestigial `IClassFixture` fixture removed (CA1823/IDE0052/CA1063).
    - **Bug fix:** `Format.BytesToKibi`/`BytesToKilo` are now
    culture-invariant.
    - **HttpClient User-Agent:** derived from the consuming application
    (AOT-safe), always sets a header.
    - **GlobalUsings.cs** added per project.
    
    ## Verification
    
    - 133/133 tests, 0 warnings, clean `dotnet format` + editorconfig,
    NativeAOT publish verified.
    - All #384 review threads resolved; Copilot's final pass generated no
    new comments.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    ptr727 authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    96ad6b5 View commit details
    Browse the repository at this point in the history
Loading