Merged
Conversation
Owner
PhantomGamers
commented
Feb 4, 2026
- Updated SFP to target Dotnet 10
- Updated all dependencies
- Added workaround for issue where webkit pages (e.g. the store and community tabs) would not load customizations on first load
Upgraded multiple NuGet packages (Avalonia, NLog, BepInEx.AssemblyPublicizer, FileWatcherEx, FluentAvaloniaUI, WmiLight, MinVer, ErrorProne.NET.CoreAnalyzers) and updated .NET target to 10.0. Modernized C# code with collection expressions, simplified conditional logic, and improved EditorConfig for consistency. Removed CodeQL workflow and references, and updated pre-commit hooks and build workflow versions.
Refactored command implementations to use ReactiveUI.SourceGenerators and updated XAML bindings to match new command names. Improved error handling in async event handlers throughout the codebase. Replaced obsolete or redundant code, simplified property change subscriptions, and updated naming conventions for consistency. Enhanced code readability and maintainability by removing unnecessary usings and restructuring classes.
Steam has recently introduced a problem where webkit pages (e.g. the store or community tabs) can't access the steam loopback on first load. To workaround this we force a reload on initial injection.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.