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: Noggog/CSharpExt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Noggog/CSharpExt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 14 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    4166ff3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. slnx

    Noggog committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    34cff5e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Dont push nightly on forks

    Noggog committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    0d4fe0a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. nuget package cleaning

    Noggog committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    fcee580 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Fix ReadDouble to load 8 bytes instead of 4

    BinaryReadStream.ReadDouble() was calling LoadPosition(4) instead of
    LoadPosition(8), reading only 4 bytes (float size) instead of the 8
    bytes required for a double.
    Noggog committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    079bea4 View commit details
    Browse the repository at this point in the history
  2. Reduce build warnings by 32 (126 -> 94)

    - Remove unnecessary System.Threading.Tasks package reference (NU1510)
    - Remove unused catch exception variables (CS0168)
    - Suppress intentional self-comparison warnings in operator tests (CS1718)
    - Suppress interface-required but unused Error event in mock (CS0067)
    - Replace obsolete Subscribe call with SubscribeAsyncConcat (CS0618)
    Noggog committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    37eb304 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from Noggog/vk/fb96-fix-readdouble-l

    Fix ReadDouble Load
    Noggog authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    3fb0907 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Merge pull request #21 from Noggog/vk/e87c-warning-research

    Build cleanup: reduce warnings, add unit tests, modernize project
    Noggog authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    73d338e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    ae97f0a View commit details
    Browse the repository at this point in the history
Loading