Renovate Bot
28268ef7ef
Update avalonia monorepo to 11.3.18 ( #13 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Avalonia](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.17` → `11.3.18` |  |  |
| [Avalonia.Desktop](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.17` → `11.3.18` |  |  |
| [Avalonia.Diagnostics](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.17` → `11.3.18` |  |  |
| [Avalonia.Markup.Xaml.Loader](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.17` → `11.3.18` |  |  |
---
### Release Notes
<details>
<summary>AvaloniaUI/Avalonia (Avalonia)</summary>
### [`v11.3.18`](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.3.18 )
[Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/11.3.17...11.3.18 )
##### What's Changed
##### Enhancements
- XAML – Enhance Roslyn-compiler visible metadata by [@​maxkatz6](https://github.com/maxkatz6 ) in [#​21546](https://github.com/AvaloniaUI/Avalonia/pull/21546 )
##### Fixes
- Core – Fix StackOverflow when a `NaN` offset is set on `ScrollViewer` by [@​NicholasLachapelle](https://github.com/NicholasLachapelle ) in [#​21558](https://github.com/AvaloniaUI/Avalonia/pull/21558 )
- macOS – Handle `replacementRange` in `AvnView` by [@​MrJul](https://github.com/MrJul ) in [#​21608](https://github.com/AvaloniaUI/Avalonia/pull/21608 )
**Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/11.3.17...11.3.18 >
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDkuNSIsInVwZGF0ZWRJblZlciI6IjQzLjI0OS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/13
2026-07-10 22:18:09 +00:00
ranidspace
297df259c3
Remove unused windowing library package
...
The `OpenTK.Windowing.GraphicsLibraryFramework` package is included in the Ryujinx csproj, but is never used in the project.
Checking the source code, all source files included in the package are part of the `OpenTK.Windowing.GraphicsLibraryFramework` namespace, which is never included in the Ryujinx source code. Rider also confirms that it's an unused reference.
The library includes the entirety of libglfw into the program, it clears about a half a megabyte. Not much, but it's free.
2026-07-01 09:54:22 -05:00
LotP
3ace5deadf
fix-tests
...
- downgrade unicorn to last working version
- update to new cp reg struct system
- remove nonexistent register (used to silently continue)
- fix partial unmap tests
- InitializeSignalHandler() was moved out of the translator (almost 2.5 years ago), but the test code was never updated to manually call the function as it was changed to do in the real cpu context, so the tests just started failing.
- by manually initializing the handler we no longer cause tests to fail.
2026-07-01 09:54:22 -05:00
Renovate Bot
ea91841e9b
Update dependency Ryujinx.Graphics.Vulkan.MoltenVK to 1.4.2-ryujinx.4 ( #12 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Ryujinx.Graphics.Vulkan.MoltenVK](https://github.com/Kenji-NX/MoltenVK ) | `1.4.2-ryujinx.3` → `1.4.2-ryujinx.4` |  |  |
---
### Release Notes
<details>
<summary>Kenji-NX/MoltenVK (Ryujinx.Graphics.Vulkan.MoltenVK)</summary>
### [`v1.4.2-ryujinx.4`](https://github.com/Kenji-NX/MoltenVK/releases/tag/v1.4.2-ryujinx.4 )
##### Fork changes
- Revert "MVKCommandBuffer: Optimize management of command storage"
##### Upstream changes
- Add gl\_DrawID / DrawIndex support for MacOS
- Draw ID fix-ups for serialization and formatting
- Improve handling of draw ID buffer binding
- Update SPIRV-Cross to latest revision
- Do not enable blending when unsupported by format
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/12
2026-06-19 04:17:44 +00:00
Renovate Bot
1486d2db40
Update dependency Microsoft.NET.Test.Sdk to 18.6.0 ( #11 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) | `18.5.1` → `18.6.0` |  |  |
---
### Release Notes
<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>
### [`v18.6.0`](https://github.com/microsoft/vstest/releases/tag/v18.6.0 )
#### What's Changed
- Revert removal of Video Recorder by [@​nohwnd](https://github.com/nohwnd ) in [#​15336](https://github.com/microsoft/vstest/pull/15336 )
- Speed up blame by filtering non-.NET processes from dump collection by [@​nohwnd](https://github.com/nohwnd ) in [#​15518](https://github.com/microsoft/vstest/pull/15518 )
- Add README.md to NuGet packages by [@​nohwnd](https://github.com/nohwnd ) in [#​15550](https://github.com/microsoft/vstest/pull/15550 )
- Report child process info on connection timeout by [@​nohwnd](https://github.com/nohwnd ) in [#​15603](https://github.com/microsoft/vstest/pull/15603 )
##### Changes to tests and infra
- Brand as 18.6 by [@​nohwnd](https://github.com/nohwnd ) in [#​15423](https://github.com/microsoft/vstest/pull/15423 )
- Upgrading code coverage version to 18.5.1, by [@​fhnaseer](https://github.com/fhnaseer ) in [#​15422](https://github.com/microsoft/vstest/pull/15422 )
- Updating System.Collections.Immutable to 9.0.11 by [@​MSLukeWest](https://github.com/MSLukeWest ) in [#​15425](https://github.com/microsoft/vstest/pull/15425 )
- Fix attachVS when used for debugging integration tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15451](https://github.com/microsoft/vstest/pull/15451 )
- Replace dotnet.config, with global.json by [@​nohwnd](https://github.com/nohwnd ) in [#​15449](https://github.com/microsoft/vstest/pull/15449 )
- Document debugging integration tests with AttachVS by [@​Copilot](https://github.com/Copilot ) in [#​15452](https://github.com/microsoft/vstest/pull/15452 )
- Fix stack overflow tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15461](https://github.com/microsoft/vstest/pull/15461 )
- Make TestAssets.sln buildable locally by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15466](https://github.com/microsoft/vstest/pull/15466 )
- Try filtering out tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15463](https://github.com/microsoft/vstest/pull/15463 )
- Build just once when tfms run in parallel by [@​nohwnd](https://github.com/nohwnd ) in [#​15465](https://github.com/microsoft/vstest/pull/15465 )
- Review simplify compatibility sources, deduplicate tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15472](https://github.com/microsoft/vstest/pull/15472 )
- Cleanup dead TRX code by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15474](https://github.com/microsoft/vstest/pull/15474 )
- Update .NET runtimes to 8.0.25, 9.0.14, and 10.0.4 by [@​nohwnd](https://github.com/nohwnd ) in [#​15481](https://github.com/microsoft/vstest/pull/15481 )
- Compat matrix checker by [@​nohwnd](https://github.com/nohwnd ) in [#​15480](https://github.com/microsoft/vstest/pull/15480 )
- Add trx analysis skill by [@​nohwnd](https://github.com/nohwnd ) in [#​15486](https://github.com/microsoft/vstest/pull/15486 )
- Split integration tests to single tfm and multi tfm project by [@​nohwnd](https://github.com/nohwnd ) in [#​15484](https://github.com/microsoft/vstest/pull/15484 )
- Update matrix by [@​nohwnd](https://github.com/nohwnd ) in [#​15477](https://github.com/microsoft/vstest/pull/15477 )
- Break infinite restore loop in VS by [@​nohwnd](https://github.com/nohwnd ) in [#​15503](https://github.com/microsoft/vstest/pull/15503 )
- Use global package cache for build, and local for running integration tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15500](https://github.com/microsoft/vstest/pull/15500 )
- Update contributing by [@​nohwnd](https://github.com/nohwnd ) in [#​15505](https://github.com/microsoft/vstest/pull/15505 )
- Reduce test wall-clock time by increasing minThreads by [@​drognanar](https://github.com/drognanar ) in [#​15502](https://github.com/microsoft/vstest/pull/15502 )
- Indicator flakiness by [@​nohwnd](https://github.com/nohwnd ) in [#​15513](https://github.com/microsoft/vstest/pull/15513 )
- Fix ci build by [@​nohwnd](https://github.com/nohwnd ) in [#​15515](https://github.com/microsoft/vstest/pull/15515 )
- Fix thread safety issues by [@​Evangelink](https://github.com/Evangelink ) in [#​15512](https://github.com/microsoft/vstest/pull/15512 )
- Optimize DotnetSDKSimulation\_PostProcessing test (163s → 61s) by [@​nohwnd](https://github.com/nohwnd ) in [#​15516](https://github.com/microsoft/vstest/pull/15516 )
- Build isolated test assets for single TFM instead of 7 by [@​nohwnd](https://github.com/nohwnd ) in [#​15517](https://github.com/microsoft/vstest/pull/15517 )
- Remove unused dependencies from Library.IntegrationTests by [@​nohwnd](https://github.com/nohwnd ) in [#​15527](https://github.com/microsoft/vstest/pull/15527 )
- Remove printing \_attachments content to console by [@​nohwnd](https://github.com/nohwnd ) in [#​15520](https://github.com/microsoft/vstest/pull/15520 )
- Add Linux/macOS test filtering guide to CONTRIBUTING.md by [@​nohwnd](https://github.com/nohwnd ) in [#​15521](https://github.com/microsoft/vstest/pull/15521 )
- Change integration test parallelization from ClassLevel to MethodLevel by [@​nohwnd](https://github.com/nohwnd ) in [#​15526](https://github.com/microsoft/vstest/pull/15526 )
- Unify target framework checks with IsNetFrameworkTarget/IsNetTarget by [@​nohwnd](https://github.com/nohwnd ) in [#​15523](https://github.com/microsoft/vstest/pull/15523 )
- Add unattended work instructions to copilot-instructions.md by [@​nohwnd](https://github.com/nohwnd ) in [#​15531](https://github.com/microsoft/vstest/pull/15531 )
- Reduce code style rule severity from warning to suggestion by [@​nohwnd](https://github.com/nohwnd ) in [#​15522](https://github.com/microsoft/vstest/pull/15522 )
- Remove Debug/Release line number branching from tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15519](https://github.com/microsoft/vstest/pull/15519 )
- Revise unattended work instructions in copilot-instructions.md by [@​nohwnd](https://github.com/nohwnd ) in [#​15532](https://github.com/microsoft/vstest/pull/15532 )
- Improve CompatibilityRowsBuilder error message with diagnostic details by [@​nohwnd](https://github.com/nohwnd ) in [#​15529](https://github.com/microsoft/vstest/pull/15529 )
- docs: add git worktree and upstream sync workflow to copilot-instructions.md by [@​nohwnd](https://github.com/nohwnd ) in [#​15538](https://github.com/microsoft/vstest/pull/15538 )
- Add VSIX runner to smoke tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15541](https://github.com/microsoft/vstest/pull/15541 )
- Remove deprecated WebTest and TMI test methods by [@​nohwnd](https://github.com/nohwnd ) in [#​15525](https://github.com/microsoft/vstest/pull/15525 )
- Fix compatibility test failures for legacy vstest.console and MSTest adapter by [@​nohwnd](https://github.com/nohwnd ) in [#​15534](https://github.com/microsoft/vstest/pull/15534 )
- Convert TestPlatform.sln to slnx format by [@​nohwnd](https://github.com/nohwnd ) in [#​15551](https://github.com/microsoft/vstest/pull/15551 )
- Convert test/TestAssets .sln files to .slnx format by [@​nohwnd](https://github.com/nohwnd ) in [#​15557](https://github.com/microsoft/vstest/pull/15557 )
- Enable parallelization for blame data collector tests by [@​nohwnd](https://github.com/nohwnd ) in [#​15552](https://github.com/microsoft/vstest/pull/15552 )
- Fix CI failure when GeneratedTestAssets directory doesn't exist by [@​nohwnd](https://github.com/nohwnd ) in [#​15556](https://github.com/microsoft/vstest/pull/15556 )
- Set DOTNET\_ROOT in test.sh for local Linux usage by [@​nohwnd](https://github.com/nohwnd ) in [#​15559](https://github.com/microsoft/vstest/pull/15559 )
- Use MSTest recommended analyzers by [@​Evangelink](https://github.com/Evangelink ) in [#​15539](https://github.com/microsoft/vstest/pull/15539 )
- Document semicolon handling in RunSettings test parameters by [@​nohwnd](https://github.com/nohwnd ) in [#​15561](https://github.com/microsoft/vstest/pull/15561 )
- Enable CA1067 analyzer and fix violations by [@​nohwnd](https://github.com/nohwnd ) in [#​15560](https://github.com/microsoft/vstest/pull/15560 )
- Fix HTML logger parallel file collision with atomic file creation by [@​nohwnd](https://github.com/nohwnd ) in [#​15562](https://github.com/microsoft/vstest/pull/15562 )
- Deduplicate package extraction between verify-nupkgs and IntegrationTestBuild by [@​nohwnd](https://github.com/nohwnd ) in [#​15554](https://github.com/microsoft/vstest/pull/15554 )
- Fix MSTEST0046: use Assert.MatchesRegex instead of StringAssert.Matches by [@​nohwnd](https://github.com/nohwnd ) in [#​15575](https://github.com/microsoft/vstest/pull/15575 )
- Attach diagnostic logs to acceptance test runs by [@​nohwnd](https://github.com/nohwnd ) in [#​15572](https://github.com/microsoft/vstest/pull/15572 )
- Deprecate EnableShutdownAfterTestRun which is no-op by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15576](https://github.com/microsoft/vstest/pull/15576 )
- Skip VideoRecorder test on CI due to access denied errors by [@​nohwnd](https://github.com/nohwnd ) in [#​15587](https://github.com/microsoft/vstest/pull/15587 )
- Fix integration test build collision with mutex + EventWaitHandle by [@​nohwnd](https://github.com/nohwnd ) in [#​15568](https://github.com/microsoft/vstest/pull/15568 )
- Reduce blame test flakiness: increase hang dump timeout to 10s by [@​nohwnd](https://github.com/nohwnd ) in [#​15590](https://github.com/microsoft/vstest/pull/15590 )
- Fix concurrent modification in MetricsCollection by [@​nohwnd](https://github.com/nohwnd ) in [#​15581](https://github.com/microsoft/vstest/pull/15581 )
- Fix PassingNoArguments test: disable --diag to preserve help output by [@​nohwnd](https://github.com/nohwnd ) in [#​15583](https://github.com/microsoft/vstest/pull/15583 )
- perf: fix dictionary double-lookups, Collection.Contains, and LINQ allocations by [@​Evangelink](https://github.com/Evangelink ) in [#​15533](https://github.com/microsoft/vstest/pull/15533 )
- Replace VSSDK-sourced DLLs with proper package references by [@​nohwnd](https://github.com/nohwnd ) in [#​15567](https://github.com/microsoft/vstest/pull/15567 )
- Add target framework to default TRX file name by [@​nohwnd](https://github.com/nohwnd ) in [#​15565](https://github.com/microsoft/vstest/pull/15565 )
- Update post-build template parameters by [@​nohwnd](https://github.com/nohwnd ) in [#​15591](https://github.com/microsoft/vstest/pull/15591 )
- Fix path for post-build template and adjust validation by [@​nohwnd](https://github.com/nohwnd ) in [#​15592](https://github.com/microsoft/vstest/pull/15592 )
- Add azure-pipelines-official.yml to pipeline files by [@​nohwnd](https://github.com/nohwnd ) in [#​15594](https://github.com/microsoft/vstest/pull/15594 )
- Update comment formatting for signing validation by [@​nohwnd](https://github.com/nohwnd ) in [#​15597](https://github.com/microsoft/vstest/pull/15597 )
- Fix enable-auto-merge for maestro by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15595](https://github.com/microsoft/vstest/pull/15595 )
- Auto-approve maestro PRs by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15598](https://github.com/microsoft/vstest/pull/15598 )
- Update enable-auto-merge to squash by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15602](https://github.com/microsoft/vstest/pull/15602 )
- Update enable-auto-merge.yml for the correct permissions by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15606](https://github.com/microsoft/vstest/pull/15606 )
- Add 365 regression tests for untested bug fixes by [@​nohwnd](https://github.com/nohwnd ) in [#​15615](https://github.com/microsoft/vstest/pull/15615 )
- Fix typos and add comments to empty catch blocks by [@​nohwnd](https://github.com/nohwnd ) in [#​15609](https://github.com/microsoft/vstest/pull/15609 )
- Fix flaky EventLogCollector test: ensure deterministic event log entries by [@​nohwnd](https://github.com/nohwnd ) in [#​15607](https://github.com/microsoft/vstest/pull/15607 )
- Mark PathConverter tests as Windows-only by [@​nohwnd](https://github.com/nohwnd ) in [#​15617](https://github.com/microsoft/vstest/pull/15617 )
- Fix HangDumpOnTimeout flakiness and ignore VideoRecorder test by [@​nohwnd](https://github.com/nohwnd ) in [#​15616](https://github.com/microsoft/vstest/pull/15616 )
- Add copilot-setup-steps.yml by [@​nohwnd](https://github.com/nohwnd ) in [#​15604](https://github.com/microsoft/vstest/pull/15604 )
- Add CreateNoNewWindow RunConfiguration setting by [@​nohwnd](https://github.com/nohwnd ) in [#​15585](https://github.com/microsoft/vstest/pull/15585 )
- Add preview packages documentation by [@​nohwnd](https://github.com/nohwnd ) in [#​15628](https://github.com/microsoft/vstest/pull/15628 )
- Cleanup filter implementation by [@​Youssef1313](https://github.com/Youssef1313 ) in [#​15629](https://github.com/microsoft/vstest/pull/15629 )
- Fix SCI binding failure in DTA hosts (rel/18.6) by [@​nohwnd](https://github.com/nohwnd ) in [#​15722](https://github.com/microsoft/vstest/pull/15722 )
- Remove DiagnosticSource binding redirect (rel/18.6) by [@​nohwnd](https://github.com/nohwnd ) in [#​15776](https://github.com/microsoft/vstest/pull/15776 )
**Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.5.1...v18.6.0 >
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/11
2026-06-13 05:10:20 +00:00
Renovate Bot
c54ca28843
Update dependency Microsoft.IdentityModel.JsonWebTokens to 8.19.1 ( #10 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) | `8.18.0` → `8.19.1` |  |  |
---
### Release Notes
<details>
<summary>AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.JsonWebTokens)</summary>
### [`v8.19.1`](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/HEAD/CHANGELOG.md#8191 )
[Compare Source](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.19.0...8.19.1 )
\====
#### Bug Fixes
- Update `JwtSecurityTokenHandler` for `IssuerSigningKeyResolverUsingConfiguration` to take priority over `IssuerSigningKeyResolver`, matching the documented contract and the correct behavior already present in `JsonWebTokenHandler`. See [PR #​3519](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3519 ).
### [`v8.19.0`](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/HEAD/CHANGELOG.md#8190 )
[Compare Source](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.18.0...8.19.0 )
\====
#### New Features
- Add ML-DSA (FIPS 204) post-quantum signature support. See [PR #​3479](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3479 ).
- Cache custom crypto providers in CryptoProviderFactory. See [PR #​3489](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3489 ).
#### Bug Fixes
- Disable automatic redirects on default HttpClient for JKU retrieval. See [PR #​3494](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3494 ).
- Adjust rented buffer handling in claim set parsing. See [PR #​3493](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3493 ).
- Tidy null handling in SAML conditions validation. See [PR #​3491](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3491 ).
- Improve validation of `jku` claim. See [PR #​3481](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3481 ).
- Limit telemetry algorithm dimension cardinality. See [PR #​3490](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3490 ).
- Add defensive copy of collections in ValidationParameters. See [PR #​3492](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3492 ).
- Update TokenValidationParameter copy constructor to make a deep copy. See [PR #​3488](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3488 ).
- Update to fail-closed when replay protection isn't configured and other DPoP hardening. See [PR #​3505](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3505 ).
- Apply RFC 3986 section 6.2.2 normalization to DPoP `htu` comparison. See [PR #​3509](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3509 ).
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/10
2026-06-13 05:04:50 +00:00
Renovate Bot
a53e691185
Update skiasharp monorepo to 3.119.4 ( #9 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [SkiaSharp](https://go.microsoft.com/fwlink/?linkid=868515 ) | `3.119.2` → `3.119.4` |  |  |
| [SkiaSharp.NativeAssets.Linux](https://go.microsoft.com/fwlink/?linkid=868515 ) | `3.119.2` → `3.119.4` |  |  |
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/9
2026-06-13 05:04:29 +00:00
Renovate Bot
bf8c902d13
Update dependency Ryujinx.Audio.OpenAL to 1.25.2 ( #8 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| Ryujinx.Audio.OpenAL | `1.25.1` → `1.25.2` |  |  |
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/8
2026-06-13 05:03:51 +00:00
Renovate Bot
f4dc400a47
Update avalonia monorepo to 11.3.17 ( #7 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Avalonia](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.16` → `11.3.17` |  |  |
| [Avalonia.Desktop](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.16` → `11.3.17` |  |  |
| [Avalonia.Diagnostics](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.16` → `11.3.17` |  |  |
| [Avalonia.Markup.Xaml.Loader](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.16` → `11.3.17` |  |  |
---
### Release Notes
<details>
<summary>AvaloniaUI/Avalonia (Avalonia)</summary>
### [`v11.3.17`](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.3.17 )
[Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/11.3.16...11.3.17 )
##### What's Changed
##### Performance
- XAML – Improve type caching in the XAML compiler by [@​MrJul](https://github.com/MrJul ) in [#​21408](https://github.com/AvaloniaUI/Avalonia/pull/21408 )
**Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/11.3.16...11.3.17 >
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/7
2026-06-13 05:03:21 +00:00
KeatonTheBot
d440ff41d2
Update NuGet packages
...
- Ryujinx.Graphics.Vulkan.MoltenVK to 1.4.2-ryujinx.3
- System.IO.Hashing to 10.0.8
2026-05-20 14:30:24 -05:00
Renovate Bot
46308c32e7
Update dependency NUnit to 4.6.1 ( #6 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [NUnit](https://nunit.org/ ) ([source](https://github.com/nunit/nunit )) | `4.5.1` → `4.6.1` |  |  |
---
### Release Notes
<details>
<summary>nunit/nunit (NUnit)</summary>
### [`v4.6.1`](https://github.com/nunit/nunit/releases/tag/v4.6.1 ): NUnit version 4.6.1
See [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-461---may-18-2026 ) for details.
### [`v4.6.0`](https://github.com/nunit/nunit/releases/tag/v4.6.0 ): NUnit 4.6.0
[Compare Source](https://github.com/nunit/nunit/compare/4.5.1...4.6.0 )
See [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-460---may-4-2026 ) for details.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/6
2026-05-20 18:43:04 +00:00
Renovate Bot
bf09e153f1
Update dependency Microsoft.IdentityModel.JsonWebTokens to 8.18.0 ( #5 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) | `8.17.0` → `8.18.0` |  |  |
---
### Release Notes
<details>
<summary>AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.JsonWebTokens)</summary>
### [`v8.18.0`](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/HEAD/CHANGELOG.md#8180 )
[Compare Source](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.17.0...8.18.0 )
\====
#### New Features
- Introduced a new interface `IConfigurationEventHandlerContextAware<T>` that provides context to the configuration event handler implementation, allowing it to optionally bypass a cache lookup. See [PR #​3444](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3444 ).
- Added Microsoft.IdentityModel.Dpop — a new package implementing DPoP (Demonstrating Proof-of-Possession) per RFC 9449. Provides both client-side and server-side proof validation with no System.Net.Http dependency. See [PR #​3443](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3443 ).
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/5
2026-05-20 18:42:52 +00:00
Renovate Bot
0d1eebad31
Update dependency Microsoft.NET.Test.Sdk to 18.5.1 ( #4 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) | `18.5.0` → `18.5.1` |  |  |
---
### Release Notes
<details>
<summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary>
### [`v18.5.1`](https://github.com/microsoft/vstest/releases/tag/v18.5.1 )
#### What's Changed
- Fix System.Collections.Immutable binding mismatch in Common.dll (rel/18.5) by [@​nohwnd](https://github.com/nohwnd ) in [#​15720](https://github.com/microsoft/vstest/pull/15720 )
- Port verify-binding-redirects.ps1 to rel/18.5 by [@​nohwnd](https://github.com/nohwnd ) in [#​15719](https://github.com/microsoft/vstest/pull/15719 )
- Bump to 18.5.1 by [@​nohwnd](https://github.com/nohwnd ) in [#​15721](https://github.com/microsoft/vstest/pull/15721 )
**Full Changelog**: <https://github.com/microsoft/vstest/compare/v18.5.0...v18.5.1 >
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/4
2026-05-20 18:28:36 +00:00
Renovate Bot
b1b260ed17
Update avalonia monorepo to 11.3.16 ( #3 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Avalonia](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.14` → `11.3.16` |  |  |
| [Avalonia.Desktop](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.14` → `11.3.16` |  |  |
| [Avalonia.Diagnostics](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.14` → `11.3.16` |  |  |
| [Avalonia.Markup.Xaml.Loader](https://avaloniaui.net/?utm_source=nuget&utm_medium=referral&utm_content=project_homepage_link ) ([source](https://github.com/AvaloniaUI/Avalonia )) | `11.3.14` → `11.3.16` |  |  |
---
### Release Notes
<details>
<summary>AvaloniaUI/Avalonia (Avalonia)</summary>
### [`v11.3.16`](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.3.16 )
[Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/11.3.15...11.3.16 )
##### What's Changed
- Core – Align Touch/Pen capture semantics with Mouse by [@​miloush](https://github.com/miloush ) in [#​21363](https://github.com/AvaloniaUI/Avalonia/pull/21363 )
**Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/11.3.15...11.3.16 >
### [`v11.3.15`](https://github.com/AvaloniaUI/Avalonia/releases/tag/11.3.15 )
[Compare Source](https://github.com/AvaloniaUI/Avalonia/compare/11.3.14...11.3.15 )
##### What's Changed
##### Security
- VNC – Bump SharpCompress from 0.24.0 to 0.48.0 by [@​kekekeks](https://github.com/kekekeks )
**Full Changelog**: <https://github.com/AvaloniaUI/Avalonia/compare/11.3.14...11.3.15 >
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Kenji-NX/pulls/3
2026-05-20 18:27:08 +00:00
LotP
4aa8e249f1
fix nacp language buffer
2026-05-04 17:13:31 -05:00
KeatonTheBot
3c13bdb4af
Revert "added skia native assets for windows, macOS and switched to no-depend for linux"
...
This reverts commit af6dd5b64c .
2026-05-04 02:27:43 -05:00
Max
af6dd5b64c
added skia native assets for windows, macOS and switched to no-depend for linux
...
im not really sure why these were missing, but theyre here now :woopernod:
2026-05-04 01:50:00 -05:00
KeatonTheBot
7f99e32a0a
Update Ryujinx.SDL3-CS to 2026.501.0
...
- Fixes upstream SDL issue: Crash on Windows when a controller is connected
2026-05-01 19:52:38 -05:00
KeatonTheBot
4b8c74be10
Update Ryujinx.SDL3-CS to 2026.430.0
...
- Should work better with Switch 2 Pro Controllers
2026-04-30 00:58:07 -05:00
KeatonTheBot
2af1bc1808
Update NuGet packages
...
- Avalonia to 11.3.14
- FluentAvalonia to 2.5.1
- Gommon to 2.8.1.2
- Microsoft.NET.Test.Sdk to 1.8.5.0
- SDL3-CS to 2026.426.0
- System.IO.Hashing to 10.0.7
2026-04-27 00:49:28 -05:00
KeatonTheBot and Maki
251b65771a
Update SDL2 to SDL3
...
- Fix: Crash when connecting a JoyCon
- Fix: Make controller GUIDs match old SDL2 GUIDs
- Fix: Detect face button layout for gamepads
Co-authored-by: Maki <77-maki@users.noreply.git.ryujinx.app >
2026-04-14 22:13:05 -05:00
KeatonTheBot
39b7242ef7
Update NuGet packages
...
* Avalonia to 11.3.13
* CommunityToolkit.Mvvm to 8.4.2
* Microsoft.IdentityModel.JsonWebTokens to 8.17.0
2026-04-01 16:24:15 -05:00
KeatonTheBot
46a57538c6
Restore Ryujinx.LibHac to 0.21.0-alpha.128
2026-03-24 16:21:38 -05:00
KeatonTheBot
9b93b6fe18
Update NuGet packages
...
* Svg.Controls.Avalonia group to 11.3.9.5
* DynamicData to 9.4.31
* Humanizer to 3.0.10
* NUnit to 4.5.1
* NUnit3TestAdapter to 6.2.0
* Ryujinx.LibHac to 0.21.0-alpha.133
* System.IO.Hashing to 10.0.5
2026-03-24 15:21:36 -05:00
KeatonTheBot
d977208b19
Update NuGet packages
...
* Avalonia to 11.3.12
* Gommon to 2.8.1.1
* Microsoft.IdentityModel.JsonWebTokens to 8.16.0
* Microsoft.NET.Test.Sdk to 18.3.0
* NUnit to 4.5.0
2026-02-26 17:42:27 -06:00
KeatonTheBot
477be704bb
Update SkiaSharp to 3.119.2
...
* Update deprecated SkiaSharp code
2026-02-26 17:42:27 -06:00
KeatonTheBot
d5bd8871a2
Windows ARM (win-arm64) build now launches with full trimming
2026-02-20 15:16:32 -06:00
KeatonTheBot
18bd84c463
Update NuGet packages
...
Silk.NET to official NuGet 2.23.0
System group to 10.0.3
2026-02-10 17:09:56 -06:00
KeatonTheBot
2b15dfc473
Update FluentAvalonia to 2.5.0
2026-01-30 12:16:22 -06:00
KeatonTheBot
56eef239a4
Update OpenAL to 1.25.1
2026-01-20 17:02:52 -06:00
KeatonTheBot
bef07155dc
Update NuGet packages
...
* Avalonia to 11.3.11, Svg.Controls.Avalonia group to 11.3.9.2
* Gommon to 2.8.0.4
* NUnit3TestAdapter to 6.1.0
* Ryujinx.LibHac to 0.21.0-alpha.128
* System group to 10.0.2
2026-01-15 21:07:01 -06:00
KeatonTheBot and GreemDev
7d0947cac6
Add CommunityToolkit.Mvvm
...
Use [ObservableProperty] attribute, which greatly reduces or eliminates boilerplate code needed to generate observable properties
Co-authored-by: GreemDev <greemdev@ryujinx.app >
2026-01-14 16:58:45 -06:00
KeatonTheBot
8ac2b1e497
UI: Update Svg.Controls.Avalonia group to 11.3.9.1
2026-01-06 10:19:34 -06:00
KeatonTheBot
9a1d33dde5
UI: Restore FluentAvaloniaUI package, disable animations on app initialization
...
* Avalonia's built-in color picker is now used when selecting a firmware avatar
2026-01-04 02:40:05 -06:00
KeatonTheBot
546082128f
Update NuGet packages
...
* Avalonia to 11.3.10
* Gommon to 2.8.0.3
* Silk.NET.Shaderc to 2.23.0
* System group to 10.0.1
2025-12-27 20:41:12 -06:00
V380-Ori
a2c53ed6cf
Use Ryujinx.MoltenVK 1.4.1
...
Vulkan: remove InvalidResource workaround, as it is no longer needed since macOS Sonoma.
Vulkan: enable textureGatherOffsets on MoltenVK.
2025-12-26 15:19:19 -06:00
V380-Ori
fba786cd38
Replace shaderc.net with Silk.NET.Shaderc
2025-12-26 15:09:50 -06:00
KeatonTheBot
fecb02647d
Update FFmpeg to 6.1.4 for Windows/Linux
2025-12-23 01:40:39 -06:00
KeatonTheBot
bf12b601b0
Update OpenAL to 1.25.0
2025-12-22 18:02:32 -06:00
KeatonTheBot
da6b58b9fa
Update Silk.NET.Vulkan to 2.23.0
...
* Add GitLab package registry to nuget.config
2025-12-19 17:49:03 -06:00
KeatonTheBot
8c99b90926
nuget: bump packages
...
* Humanizer to 3.0.1
* Microsoft.IdentityModel.JsonWebTokensto 8.15.0
* Microsoft.NET.Test.Sdk to 18.0.1
2025-11-21 11:48:38 -06:00
KeatonTheBot
139e18a8e1
feature: .NET 10
2025-11-17 09:14:04 -06:00
KeatonTheBot
457f62d773
nuget: bump packages
...
* Gommon to 2.8.0.1
* Microsoft.NET.Test.Sdk to 18.0.0
* Newtonsoft.Json to 13.0.4 (reduces trim warnings by 56)
* Ryujinx.LibHac to 0.21.0-alpha.126
* System group to 9.0.10
* UnicornEngine.Unicorn to 2.1.4-a40db6c
2025-11-02 20:42:23 -06:00
KeatonTheBot
280461dc78
Update NUnit to 4.4.0
...
* NUnit3TestAdapter to 5.2.0
* Rename Assert class to ClassicAssert to align with NUnit 4.x changes
2025-10-19 23:01:06 -05:00
GreemDev and Coxxs
1e2fd6f4c2
misc: Update Ryujinx.LibHac
...
Match the behavior with AMS: https://github.com/Atmosphere-NX/Atmosphere/blob/c8e39a54d257bf9875ac852fc1521f046c968339/libraries/libstratosphere/source/fssystem/fssystem_aes_ctr_counter_extended_storage.cpp#L93
This should fix the error ResultFs.InvalidArgument (2002-6001) in some nca.
Co-authored-by: Coxxs <58-coxxs@users.noreply.git.ryujinx.app >
2025-10-16 13:40:52 -05:00
KeatonTheBot
f26bd3d321
UI: Update FluentAvalonia.NoAnim to 2.4.0-build3
2025-10-12 18:31:34 -05:00
KeatonTheBot
d751cfa81a
UI: Update Svg.Controls.Avalonia group to 11.3.6.2
2025-09-19 08:20:24 -05:00
KeatonTheBot
af14fadb2f
UI: Update Avalonia to 11.3.6
2025-09-17 09:15:01 -05:00
KeatonTheBot
867a92a8bc
nuget: bump System group to 9.0.9
2025-09-10 15:41:20 -05:00
KeatonTheBot
17946c78e6
UI: Update Avalonia to 11.3.5
2025-09-04 12:31:51 -05:00