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: SimpleStateMachine/SimpleStateMachineNodeEditor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gitcg1997/SimpleStateMachineNodeEditor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 3, 2025

  1. build(upgrade): migrate project to .NET 9, update dependencies

    Upgrade project from .NET Core 3.1 to .NET 9 to keep the codebase
    up to date, benefit from new language/runtime features, and maintain
    supportability.
    
    - Changed target framework to net9.0-windows and SDK to Microsoft.NET.Sdk
    - Updated NuGet dependencies to latest versions compatible with .NET 9
    - Replaced obsolete ReactiveValidationObject<T> usages per latest API
    - Replaced deprecated ObserveOnDispatcher (RxUI) with ObserveOn(RxApp.MainThreadScheduler)
    - Set EnableWindowsTargeting for Linux-based build agents
    
    Minor warnings remain for ReactiveUI.WPF packaging; builds succeed.
    
    BREAKING CHANGE: Project now requires .NET 9 SDK and updated packages
    cto-new[bot] committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    8c955ee View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Merge pull request #1 from gitcg1997/upgrade-to-dotnet-9

    Upgrade project to .NET 9 and update dependencies
    cto-new[bot] authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    b02a5f6 View commit details
    Browse the repository at this point in the history
Loading