Renovate Bot
737b951ee9
Update avalonia monorepo to 11.3.18 ( #148 )
...
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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/148
2026-06-26 07:14:22 +00:00
ranidspace
c2e0cf2fd5
Remove unused windowing library package ( #126 )
...
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.
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/126
2026-06-25 03:49:14 +00:00
Renovate Bot
6eb6b1fc81
Update dependency Ryujinx.Graphics.Vulkan.MoltenVK to 1.4.2-ryujinx.4 ( #145 )
...
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/Ryubing/pulls/145
2026-06-19 02:03:32 +00:00
LotP
e777e3f93b
fix-tests ( #140 )
...
- 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.
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/140
2026-06-15 02:25:18 +00:00
Renovate Bot
aad1a71f68
Update dependency Sep to 0.15.0 ( #137 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Sep](https://github.com/nietras/Sep ) | `0.14.1` → `0.15.0` |  |  |
---
### Release Notes
<details>
<summary>nietras/Sep (Sep)</summary>
### [`v0.15.0`](https://github.com/nietras/Sep/releases/tag/v0.15.0 ): 0.15.0
#### What's Changed
Minor breaking changes to API parameter names.
- Bump actions/setup-dotnet from 5.2.0 to 5.3.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​545](https://github.com/nietras/Sep/pull/545 )
- Bump github/codeql-action from 4.35.3 to 4.36.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​544](https://github.com/nietras/Sep/pull/544 )
- Bump codecov/codecov-action from 6.0.0 to 6.0.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​547](https://github.com/nietras/Sep/pull/547 )
- Bump coverlet.collector from 10.0.0 to 10.0.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​549](https://github.com/nietras/Sep/pull/549 )
- Bump actions/dependency-review-action from 4.9.0 to 5.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​548](https://github.com/nietras/Sep/pull/548 )
- Bump step-security/harden-runner from 2.19.1 to 2.19.4 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​546](https://github.com/nietras/Sep/pull/546 )
- Bump MSTest from 4.2.2 to 4.2.3 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​550](https://github.com/nietras/Sep/pull/550 )
- Fix typos: `degreeOfParallism` parameter name and missing quote in exception message by [@​Copilot](https://github.com/Copilot ) in [#​551](https://github.com/nietras/Sep/pull/551 )
- Remove unnessary `unsafe` usage by [@​nietras](https://github.com/nietras ) in [#​552](https://github.com/nietras/Sep/pull/552 )
- Address and remove TODOs by [@​nietras](https://github.com/nietras ) in [#​554](https://github.com/nietras/Sep/pull/554 )
- Fix Reader Spec forwarding, SepWriter dispose and README nits, expand tests by [@​nietras](https://github.com/nietras ) in [#​555](https://github.com/nietras/Sep/pull/555 )
- Bump github/codeql-action from 4.36.0 to 4.36.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​558](https://github.com/nietras/Sep/pull/558 )
- Bump actions/checkout from 6.0.2 to 6.0.3 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​556](https://github.com/nietras/Sep/pull/556 )
- Bump codecov/codecov-action from 6.0.1 to 7.0.0 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​557](https://github.com/nietras/Sep/pull/557 )
**Full Changelog**: <https://github.com/nietras/Sep/compare/v0.14.1...v0.15.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/Ryubing/pulls/137
2026-06-14 18:59:33 +00:00
Renovate Bot
25120667f1
Update dependency Microsoft.IdentityModel.JsonWebTokens to 8.19.1 ( #136 )
...
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/Ryubing/pulls/136
2026-06-14 18:53:00 +00:00
Renovate Bot
9061c3a2b3
Update dependency Ryujinx.Audio.OpenAL to 1.25.2 ( #135 )
...
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/Ryubing/pulls/135
2026-06-14 18:52:21 +00:00
Renovate Bot
a9ce288632
Update dependency SharpCompress to 0.49.1 ( #123 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [SharpCompress](https://github.com/adamhathcock/sharpcompress ) | `0.48.1` → `0.49.1` |  |  |
---
### Release Notes
<details>
<summary>adamhathcock/sharpcompress (SharpCompress)</summary>
### [`v0.49.1`](https://github.com/adamhathcock/sharpcompress/releases/tag/0.49.1 ): - More fixes
[Compare Source](https://github.com/adamhathcock/sharpcompress/compare/0.49.0...0.49.1 )
#### What's Changed
- Close writable entry streams during async archive disposal by [@​Copilot](https://github.com/Copilot ) in [#​1338](https://github.com/adamhathcock/sharpcompress/pull/1338 )
- Restore `WriteToDirectoryAsync` progress callbacks for solid 7z archives by [@​Copilot](https://github.com/Copilot ) in [#​1340](https://github.com/adamhathcock/sharpcompress/pull/1340 )
- Try to fix global.json to avoid churn in locks by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1341](https://github.com/adamhathcock/sharpcompress/pull/1341 )
- Fix tar archive enumeration after fully reading entry streams by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1342](https://github.com/adamhathcock/sharpcompress/pull/1342 )
**Full Changelog**: <https://github.com/adamhathcock/sharpcompress/compare/0.49.0...0.49.1 >
### [`v0.49.0`](https://github.com/adamhathcock/sharpcompress/releases/tag/0.49.0 ): - Write Async fixes and more.
[Compare Source](https://github.com/adamhathcock/sharpcompress/compare/0.48.1...0.49.0 )
This should contain a lot of write async fixes and some breaking API changes that fix previous broke `net48` usage
#### What's Changed
- Rename IWriteableArchiveFactory.cs to IWritableArchiveFactory.cs by [@​Copilot](https://github.com/Copilot ) in [#​1244](https://github.com/adamhathcock/sharpcompress/pull/1244 )
- Some API clean up from GPT 5.4 by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1243](https://github.com/adamhathcock/sharpcompress/pull/1243 )
- Release to master by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1267](https://github.com/adamhathcock/sharpcompress/pull/1267 )
- Fix three BLAKE2sp correctness bugs and eliminate allocations in hot path by [@​coderb](https://github.com/coderb ) in [#​1266](https://github.com/adamhathcock/sharpcompress/pull/1266 )
- Corrected async examples. by [@​dlemstra](https://github.com/dlemstra ) in [#​1277](https://github.com/adamhathcock/sharpcompress/pull/1277 )
- Fix setting invalid access time fails extraction by [@​aromaa](https://github.com/aromaa ) in [#​1279](https://github.com/adamhathcock/sharpcompress/pull/1279 )
- Fix incorrect code examples in docs for sync/async usage by [@​Copilot](https://github.com/Copilot ) in [#​1280](https://github.com/adamhathcock/sharpcompress/pull/1280 )
- Replace APPNOTE.TXT contents with reference link note by [@​puk06](https://github.com/puk06 ) in [#​1286](https://github.com/adamhathcock/sharpcompress/pull/1286 )
- Release to Master by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1274](https://github.com/adamhathcock/sharpcompress/pull/1274 )
- update docs for tar gap analysis and XZ usage by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1288](https://github.com/adamhathcock/sharpcompress/pull/1288 )
- Add a PooledMemoryStream to avoid allocating by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1275](https://github.com/adamhathcock/sharpcompress/pull/1275 )
- fix: Change LeaveStreamOpen default from true to false by [@​puk06](https://github.com/puk06 ) in [#​1293](https://github.com/adamhathcock/sharpcompress/pull/1293 )
- Fix usage of ReaderOptions and pre-defined values by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1295](https://github.com/adamhathcock/sharpcompress/pull/1295 )
- Enforce seekable, readable and writable on streams by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1297](https://github.com/adamhathcock/sharpcompress/pull/1297 )
- Add ArchiveInformation record for consolidated archive detection and capability inspection by [@​Copilot](https://github.com/Copilot ) in [#​1299](https://github.com/adamhathcock/sharpcompress/pull/1299 )
- merge release to master by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1314](https://github.com/adamhathcock/sharpcompress/pull/1314 )
- Some clean up and test clean up by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1321](https://github.com/adamhathcock/sharpcompress/pull/1321 )
- Finish Write Async by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1323](https://github.com/adamhathcock/sharpcompress/pull/1323 )
- More complete Tar implementation: USTAR, PAX, etc. by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1289](https://github.com/adamhathcock/sharpcompress/pull/1289 )
- Add Polysharp and adjustments that do not break legacy frameworks by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1330](https://github.com/adamhathcock/sharpcompress/pull/1330 )
- Fix null `IVolume.FileName` for single-volume file-based archives by [@​Copilot](https://github.com/Copilot ) in [#​1333](https://github.com/adamhathcock/sharpcompress/pull/1333 )
- Add skills by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1332](https://github.com/adamhathcock/sharpcompress/pull/1332 )
- add AOT smoke and missing tests by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1334](https://github.com/adamhathcock/sharpcompress/pull/1334 )
#### New Contributors
- [@​dlemstra](https://github.com/dlemstra ) made their first contribution in [#​1277](https://github.com/adamhathcock/sharpcompress/pull/1277 )
- [@​aromaa](https://github.com/aromaa ) made their first contribution in [#​1279](https://github.com/adamhathcock/sharpcompress/pull/1279 )
- [@​puk06](https://github.com/puk06 ) made their first contribution in [#​1286](https://github.com/adamhathcock/sharpcompress/pull/1286 )
**Full Changelog**: <https://github.com/adamhathcock/sharpcompress/compare/0.48.1...0.49.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/Ryubing/pulls/123
2026-05-31 10:51:01 +00:00
Renovate Bot
9b88fee78f
Update avalonia monorepo to 11.3.17 ( #122 )
...
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.15` → `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.15` → `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.15` → `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.15` → `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 >
### [`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 >
</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/Ryubing/pulls/122
2026-05-31 10:17:09 +00:00
KeatonTheBot
04574103cf
Replace shaderc.net with Silk.NET.Shaderc ( #124 )
...
Unpublished branch from gdkchan. Replaces the outdated `shaderc.net` package with `Silk.NET.Shaderc`, which is continually updated with the Silk.NET package suite.
Co-authored-by: gdkchan <gab.dark.100@gmail.com >
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/124
2026-05-31 10:16:47 +00:00
Max
d94b759e89
Vulkan Package Update - Part 1 ( #16 )
...
As described. Should hopefully bring speed-ups for macOS devices (thanks Ori!) and general improvements across the board for the vulkan backend (maybe).
This will be followed up with a PR from @KeatonTheBot.
Co-authored-by: V380-Ori <infiniteloop0finsanity@gmail.com >
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/16
2026-05-19 20:23:06 +00:00
Renovate Bot
d307afc454
Update dependency Sep to 0.14.1 ( #98 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Sep](https://github.com/nietras/Sep ) | `0.13.0` → `0.14.1` |  |  |
---
### Release Notes
<details>
<summary>nietras/Sep (Sep)</summary>
### [`v0.14.1`](https://github.com/nietras/Sep/releases/tag/v0.14.1 ): 0.14.1
#### What's Changed
- Improve SepReaderOptions.Unescape/.Trim comments by [@​nietras](https://github.com/nietras ) in [#​542](https://github.com/nietras/Sep/pull/542 )
- Improve SepReader/WriterExtensions.Strict() comments by [@​nietras](https://github.com/nietras ) in [#​543](https://github.com/nietras/Sep/pull/543 )
**Full Changelog**: <https://github.com/nietras/Sep/compare/v0.14.0...v0.14.1 >
### [`v0.14.0`](https://github.com/nietras/Sep/releases/tag/v0.14.0 ): 0.14.0
#### What's Changed
- Add `leaveOpen` overloads for SepReaderOptions.From\* via SepTextReaderDisposers by [@​Copilot](https://github.com/Copilot ) in [#​530](https://github.com/nietras/Sep/pull/530 )
- Bump MSTest from 4.2.1 to 4.2.2 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​533](https://github.com/nietras/Sep/pull/533 )
- Bump github/codeql-action from 4.35.2 to 4.35.3 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​532](https://github.com/nietras/Sep/pull/532 )
- Bump step-security/harden-runner from 2.19.0 to 2.19.1 by [@​dependabot](https://github.com/dependabot )\[bot] in [#​531](https://github.com/nietras/Sep/pull/531 )
- Confirm statuses:write is the correct minimum permission for super-linter (not checks:write) by [@​Copilot](https://github.com/Copilot ) in [#​540](https://github.com/nietras/Sep/pull/540 )
**Full Changelog**: <https://github.com/nietras/Sep/compare/v0.13.0...v0.14.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/Ryubing/pulls/98
2026-05-15 15:14:23 +00:00
Renovate Bot
134453e62b
Update dependency SharpCompress to 0.48.1 ( #97 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [SharpCompress](https://github.com/adamhathcock/sharpcompress ) | `0.48.0` → `0.48.1` |  |  |
---
### Release Notes
<details>
<summary>adamhathcock/sharpcompress (SharpCompress)</summary>
### [`v0.48.1`](https://github.com/adamhathcock/sharpcompress/releases/tag/0.48.1 ): - GZip writing fix
[Compare Source](https://github.com/adamhathcock/sharpcompress/compare/0.48.0...0.48.1 )
#### What's Changed
- release test cleanup by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1322](https://github.com/adamhathcock/sharpcompress/pull/1322 )
- Fix GZip write async by [@​adamhathcock](https://github.com/adamhathcock ) in [#​1320](https://github.com/adamhathcock/sharpcompress/pull/1320 )
**Full Changelog**: <https://github.com/adamhathcock/sharpcompress/compare/0.48.0...0.48.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/Ryubing/pulls/97
2026-05-15 15:13:49 +00:00
Renovate Bot
49891ba7af
Update avalonia monorepo to 11.3.15 ( #85 )
...
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.15` |  |  |
| [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.15` |  |  |
| [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.15` |  |  |
| [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.15` |  |  |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/85
2026-05-12 02:41:10 +00:00
Max
1f9bfab923
Updated OpenGL calls to no longer be deprecated ( #83 )
...
- updated SharpCompress 0.47.4 -> 0.48.0 (security)
- set ProcessResult to be nullable (since it is)
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/83
2026-05-10 23:18:23 +00:00
Max
87ce5162be
skia-natives (again) ( #78 )
...
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/78
2026-05-04 12:42:52 +00:00
ryuadmin
1e06c86d47
[ci skip] revert 3a3e5e5c5a
...
broke macOS CI for some reason
2026-05-04 05:38:44 +00:00
Max
3a3e5e5c5a
added skia native assets for windows, macOS and switched to no-depend for linux ( #77 )
...
im not really sure why these were missing, but theyre here now :woopernod:
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/77
2026-05-03 19:09:47 +00:00
Renovate Bot
2b929c5537
Update dependency Microsoft.IdentityModel.JsonWebTokens to 8.18.0 ( #75 )
...
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` |  |  |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/75
2026-05-02 19:05:24 +00:00
Renovate Bot
ddfb56c424
Update dependency Newtonsoft.Json to 13.0.4 ( #74 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Newtonsoft.Json](https://www.newtonsoft.com/json ) ([source](https://github.com/JamesNK/Newtonsoft.Json )) | `13.0.3` → `13.0.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 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/74
2026-05-02 19:05:11 +00:00
Max
c9c4ed67b9
updated a whole bunch of dependencies :) ( #48 )
...
hi greem ily :cheart:
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/48
2026-05-02 16:04:58 +00:00
Renovate Bot
44d77f8e59
Update dependency Microsoft.Build.Utilities.Core to 17.12.50 [SECURITY] ( #50 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [Microsoft.Build.Utilities.Core](http://go.microsoft.com/fwlink/?LinkId=624683 ) ([source](https://github.com/dotnet/msbuild )) | `17.12.6` → `17.12.50` |  |  |
---
### Microsoft Security Advisory CVE-2025-55247 | .NET Denial of Service Vulnerability
BIT-dotnet-2025-55247 / BIT-dotnet-sdk-2025-55247 / [CVE-2025-55247](https://nvd.nist.gov/vuln/detail/CVE-2025-55247 ) / [GHSA-w3q9-fxm7-j8fq](https://github.com/advisories/GHSA-w3q9-fxm7-j8fq )
<details>
<summary>More information</summary>
#### Details
##### Microsoft Security Advisory CVE-2025-55247 | .NET Denial of Service Vulnerability
##### <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 8.0.xxx, .NET 9.0.xxx and .NET 10.0.xxx. This advisory also provides guidance on what developers can do to update their environments to remove this vulnerability.
A vulnerability exists in .NET where predictable paths for MSBuild's temporary directories on Linux let another user create the directories ahead of MSBuild, leading to DoS of builds. This only affects .NET on Linux operating systems.
##### Announcement
Announcement for this issue can be found at https://github.com/dotnet/announcements/issues/370
##### <a name="mitigation-factors"></a>Mitigation factors
Projects which do not utilize the [DownloadFile](https://learn.microsoft.com/visualstudio/msbuild/downloadfile-task ) build task are not susceptible to this vulnerability.
##### <a name="affected-software"></a>Affected software
* Any installation of .NET 10.0.100-rc.1.25451.107 SDK or earlier.
* Any installation of .NET 9.0.110 SDK, .NET 9.0.305 SDK or earlier.
* Any installation of .NET 8.0.120 SDK, .NET 8.0.317 SDK, .NET 8.0.414 SDK or earlier.
##### <a name="affected-packages"></a>Affected Packages
The vulnerability affects any Microsoft .NET Core project if it uses any of affected packages versions listed below
Package name |Affected version | Patched version
------------ |---------------- | -------------------------
[Microsoft.Build.Tasks.Core](https://www.nuget.org/packages/Microsoft.Build.Tasks.Core ) | 17.15.0-preview-25277-114 <br />>=17.14.0, <= 17.14.8 <br />>= 17.12.0, <= 17.12.36 <br/> >= 17.11.0, <= 17.11.31<br /> >= 17.10.0, <= 17.10.29 <br /> >= 17.8.0, <= 17.8.29 <br /> | 18.0.0-preview-25476-107 <br />17.14.28 <br />17.12.50 <br/>17.11.48 <br />17.10.46 <br />17.8.43 <br />
Package name|Affected version | Patched version
------------ |---------------|----------------
[Microsoft.Build](https://www.nuget.org/packages/Microsoft.Build ) | 17.15.0-preview-25277-114 <br />>=17.14.0, <= 17.14.8 <br />>= 17.12.0, <= 17.12.36 <br/> >= 17.11.0, <= 17.11.31<br /> >= 17.10.0, <= 17.10.29 <br /> >= 17.8.0, <= 17.8.29 <br /> | 18.0.0-preview-25476-107 <br />17.14.28 <br />17.12.50 <br/>17.11.48 <br />17.10.46 <br />17.8.43 <br />
Package name |Affected version | Patched version
------------ |---------------|----------------
[Microsoft.Build.Utilities.core](https://www.nuget.org/packages/Microsoft.Build.Utilities.Core/17.15.0-preview-25277-114 )| 17.15.0-preview-25277-114 <br />>=17.14.0, <= 17.14.8 <br />>= 17.12.0, <= 17.12.36 <br/> >= 17.11.0, <= 17.11.31<br /> >= 17.10.0, <= 17.10.29 <br /> >= 17.8.0, <= 17.8.29 <br /> | 18.0.0-preview-25476-107 <br />17.14.28 <br />17.12.50 <br/>17.11.48 <br />17.10.46 <br />17.8.43 <br />
##### Advisory FAQ
##### <a name="how-affected"></a>How do I know if I am affected?
If you have a .NET SDK with a version listed, or an affected package listed in [affected software](#affected-packages) or [affected packages](#affected-software), you're exposed to the vulnerability.
##### <a name="how-fix"></a>How do I fix the issue?
1. To fix the issue please install the latest version of .NET 10.0 SDK, .NET 9.0 SDK or .NET 8.0 SDK. If you have installed one or more .NET SDKs through Visual Studio, Visual Studio will prompt you to update Visual Studio, which will also update your .NET SDKs.
2. If your application references the vulnerable package, update the package reference to the patched version.
* You can list the versions you have installed by running the `dotnet --info` command. You will see output like the following;
```
.NET SDK:
Version: 9.0.100
Commit: 59db016f11
Workload version: 9.0.100-manifests.3068a692
MSBuild version: 17.12.7+5b8665660
Runtime Environment:
OS Name: Mac OS X
OS Version: 15.2
OS Platform: Darwin
RID: osx-arm64
Base Path: /usr/local/share/dotnet/sdk/9.0.100/
.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.0
Architecture: arm64
Commit: 9d5a6a9aa4
.NET SDKs installed:
9.0.100 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
x64 [/usr/local/share/dotnet]
registered at [/etc/dotnet/install_location_x64]
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
```
* If you're using .NET 10.0, you should download and install the appropriate SDK: `.NET 10.0.100-rc.2.25502.107` for Visual Studio 2026 v18 Preview 3. Download from https://dotnet.microsoft.com/download/dotnet-core/10.0 .
* If you're using .NET 9.0, you should download and install the appropriate SDK: `.NET 9.0.306` for Visual Studio 2022 v17.14 or `.NET 9.0.111` for v17.12. Download from https://dotnet.microsoft.com/download/dotnet-core/9.0 .
* If you're using .NET 8.0, you should download and install the appropriate SDK: `.NET 8.0.415` for Visual Studio 2022 v17.11, `.NET 8.0.318` for v17.10, or `.NET 8.0.121` for v17.8. Download from https://dotnet.microsoft.com/download/dotnet-core/8.0 .
Once you have installed the updated SDK, restart your apps for the update to take effect.
##### Other Information
##### Reporting Security Issues
If you have found a potential security issue in .NET 8.0, .NET 9.0 or .NET 10.0, please email details to secure@microsoft.com . Reports may qualify for the Microsoft .NET Core & .NET 5 Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at <https://aka.ms/corebounty >.
##### Support
You can ask questions about this issue on GitHub in the .NET GitHub organization. The main repos are located at https://github.com/dotnet/runtime . The Announcements repo (https://github.com/dotnet/Announcements ) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.
##### Disclaimer
The information provided in this advisory is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
##### External Links
[CVE-2025-55247]( https://www.cve.org/CVERecord?id=CVE-2025-55247 )
##### Revisions
V1.0 (October 14, 2025): Advisory published.
#### Severity
- CVSS Score: 7.3 / 10 (High)
- Vector String: `CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H`
#### References
- [https://github.com/dotnet/msbuild/security/advisories/GHSA-w3q9-fxm7-j8fq ](https://github.com/dotnet/msbuild/security/advisories/GHSA-w3q9-fxm7-j8fq )
- [https://nvd.nist.gov/vuln/detail/CVE-2025-55247 ](https://nvd.nist.gov/vuln/detail/CVE-2025-55247 )
- [https://github.com/dotnet/msbuild ](https://github.com/dotnet/msbuild )
- [https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55247 ](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-55247 )
This data is provided by [OSV](https://osv.dev/vulnerability/GHSA-w3q9-fxm7-j8fq ) and the [GitHub Advisory Database](https://github.com/github/advisory-database ) ([CC-BY 4.0](https://github.com/github/advisory-database/blob/main/LICENSE.md )).
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- ""
- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/50
2026-05-02 15:45:20 +00:00
Max
51d0d888fb
Fixed crash on Windows when a controller is connected ( #47 )
...
Updates ``Ryujinx.SDL3-CS`` to ``2026.501.0``.
@KeatonTheBot found that [this commit](d5fca9628a ) was crashing Ryujinx with ``Fatal Error. 0xC0000005 at SDL.SDL3.SDL_Init(SDL.SDL_InitFlags)``. Once SDL [patched the issue](4a52a5ee04 ), he updated the [nuget package](https://www.nuget.org/packages/Ryujinx.SDL3-CS ).
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/47
2026-05-02 01:01:59 +00:00
Max
93c76a5839
(Security) Updated to Avalonia 11.3.14 to bump Tmds.DBus.Protocol to 0.21.3 ( !39 )
...
https://github.com/tmds/Tmds.DBus/releases/tag/rel%2F0.21.3
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/39
2026-04-27 20:04:34 +00:00
KeatonTheBot
0040f884d4
Update SDL3-CS ( !37 )
...
This is a new package with unneeded architectures removed and binaries slimmed down (stripped symbols and some unused drivers). Plus, we can update the native binaries as needed and not wait on ppy.
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/37
2026-04-27 12:33:46 +00:00
VewDev
bd3b147002
fix: broken updater ( !35 )
...
Fix an error where the updater doesn't work by throwing a missing method exception.
This is caused by the UpdateClient package not being bumped along with the Common one, causing a mismatch in methods.
Fixes https://github.com/Ryubing/Issues/issues/358
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/35
2026-04-25 11:48:52 +00:00
LotP
46f5d1d31a
updated decompression support ( #26 )
...
- update decompression functions to use native libs
- add support for 7zip and tar.xz archives with SharpCompress
- add .7z and tar.xz artifacts to releases
- remove linux non-appimage builds from PRs
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/26
2026-04-22 21:13:34 +00:00
Max
69c22a744e
[HID] Updated SDL3 package from 2025.920.0 -> 2026.320.0 ( #9 )
...
Should provide support for Nintendo Switch 2 controllers, new Steam hardware (controller, frame), and potentially [Switch as a gamepad via hekate](https://github.com/CTCaer/hekate/blob/master/bdk/usb/usb_gadget_hid.c ).
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/9
2026-04-17 23:56:15 +00:00
KeatonTheBot
6f90e47a73
UI: Restore FluentAvaloniaUI package, disable animations on app initialization ( ryubing/ryujinx!256 )
...
See merge request ryubing/ryujinx!256
2026-03-14 13:48:59 -05:00
LotP
cc6d2dc162
fix nacp language buffer ( ryubing/ryujinx!281 )
...
See merge request ryubing/ryujinx!281
2026-02-25 13:58:31 -06:00
KeatonTheBot
00dad0a5e2
Windows ARM (win-arm64) build now launches with trimming ( ryubing/ryujinx!277 )
...
See merge request ryubing/ryujinx!277
2026-02-21 20:10:22 -06:00
Maki
a8ace3d23c
chore: SDL3 ( ryubing/ryujinx!207 )
...
See merge request ryubing/ryujinx!207
2025-11-07 14:43:48 -06:00
GreemDev
c8959afa3d
chore: Overall code cleanup
...
Update NuGet packages, fix version string in plist for macOS
2025-10-26 01:22:20 -05:00
KeatonTheBot
c6bc77e4bf
UI: Update Avalonia to 11.3.6, FluentAvalonia to 2.4.0 ( ryubing/ryujinx!118 )
...
See merge request ryubing/ryujinx!118
2025-10-25 00:29:51 -05:00
GreemDev
fdbdb05cb5
misc: Update Ryujinx.LibHac
2025-10-16 12:23:15 -05:00
GreemDev
23eb9a3043
improvement: Make the updater log a special error message in some cases
...
specifically about potentially not being connected to the internet on a connection error or name resolution error
2025-09-05 03:12:15 -05:00
GreemDev
d68efa98ba
[ci skip] Update NuGet packages
2025-09-05 02:25:05 -05:00
GreemDev
45b2e613cf
Update Ryujinx.LibHac
...
This should fix crashes with mods that worked on Ryubing 1.3.1.
Thanks @cyphix!
e39169ab50
2025-07-20 03:29:01 -05:00
GreemDev
331805791e
infra: [ci skip] fix inconsistent namespaces from update library
2025-06-19 04:26:22 -05:00
GreemDev
6773406bb6
infra: Use Ryujinx.UpdateClient NuGet package for checking for updates.
...
Main benefit to this is sharing the C# model definitions from what the server returns and Ryujinx uses in-app without differences.
Additionally removed the GitHub API JSON models.
2025-06-19 04:18:33 -05:00
GreemDev
c95bf748b2
infra: Update to Ryujinx.LibHac 0.20.0
...
This is identical to the previous version, it's just on NuGet.org so we can comment out the LibHacAlpha source in nuget.config.
2025-06-08 22:31:32 -05:00
GreemDev
1e861b99a9
misc: Update LibHac
...
See merge request ryubing/libhac!3
2025-06-05 20:45:35 -05:00
LotP
af2575b40e
Update LibHac
...
See merge request ryubing/ryujinx!45
2025-06-01 01:28:21 -05:00
GreemDev
f6c1e97110
infra: Update to Ryujinx.LibHac 0.20.0.
...
This time it's pulled in via GitLab package registry.
2025-05-18 02:26:39 -05:00
GreemDev
e18e27fbc5
Revert "infra: Update LibHac to v0.20.0."
...
This seems to have broken some mods.
This reverts commit 1d4928e859 .
2025-05-14 21:36:02 -05:00
GreemDev
1d4928e859
infra: Update LibHac to v0.20.0.
...
See merge request [ryubing/ryujinx!33 ](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/33 )
2025-05-14 15:52:14 -05:00
GreemDev
21971a2be7
infra: Switch to [Ryujinx.LibHac]( https://git.ryujinx.app/ryubing/libhac )
...
The original repository disappeared a few days ago, and we had a backup.
2025-05-13 00:33:27 -05:00
Keaton
7664f8cde9
update FFmpeg to 6.1.2 & Windows on ARM support ( #702 )
...
As stated in the title, win-arm64 (Windows 11 ARM) has been added to the
workflows, so these builds should automatically compile for this PR and
all other releases going forward.
Also updated the FFmpeg runtimes from 5.0.3 to 6.1.2. macOS (x64/arm64)
is _currently_ excluded from the update until a proper cross-compiling
environment can be set up for these architectures.
Windows 11 ARM users, please test the win-arm64 build for any issues.
---------
Co-authored-by: Evan Husted <greem@greemdev.net >
2025-03-13 18:36:57 -05:00
Evan Husted
fe1617ffea
Revert the Metal Experiment ( #701 )
...
Metal sounded like a good idea to get in the emulator but frankly I
underestimated just how experimental and not ready it was.
From my write up in the Discord:
```
As is, Metal supports only a few games.
The games it does support freeze on first use of not playing them via Vulkan, because shader translation is broken.
So you need to use a dirty hack to not delete all your shaders.
Not to mention it breaks many games via MoltenVK because of changes to the shared GPU code.
Merging Metal seemed like a great idea, because of the few games it does support.
But I don't think it's worth it. Many of the games it breaks via MoltenVK *don't work via Metal*.
Which effectively makes current Ryubing worse for Mac users than Ryujinx 1.1.1403.
I think what I'm gonna do is revert Metal, and reopen it as a PR. That way, you can still take advantage of the Metal backend as is, but without making other games worse with no solution.
```
For what it's worth, the shader translation part could at least be
"fixed" by always applying a 30ms delay for shader translation to Metal.
That being said, that solution sucks ass.
The MoltenVK regressions are even worse.
I hope this is not a let down to the Mac users. I hope you realize I'm
reverting this because you're actively getting a worse experience with
it in the emulator.
2025-02-22 21:26:46 -06:00
Evan Husted
c2ed0fd5fd
UI: --install-firmware startup flag.
...
Has the normal UI flow, this is just for systems where the file picker doesn't show up.
2025-02-19 23:07:50 -06:00