[PR #670] [MERGED] Enable LibIRD for all .NET frameworks #1096

Closed
opened 2026-01-29 16:25:22 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/670
Author: @Deterous
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @mnadareski

Base: masterHead: update-libird


📝 Commits (1)

  • 6d9bfa6 Enable LibIRD for all .NET frameworks

📊 Changes

10 files changed (+9 additions, -59 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/Data/Options.cs (+0 -5)
📝 MPF.Core/DumpEnvironment.cs (+0 -2)
📝 MPF.Core/InfoTool.cs (+6 -3)
📝 MPF.Core/MPF.Core.csproj (+1 -3)
📝 MPF.Core/UI/ViewModels/CreateIRDViewModel.cs (+0 -4)
📝 MPF.Core/UI/ViewModels/MainViewModel.cs (+0 -24)
📝 MPF.Core/UI/ViewModels/OptionsViewModel.cs (+0 -13)
📝 MPF.UI.Core/Windows/MainWindow.xaml (+0 -4)
📝 MPF.UI.Core/Windows/OptionsWindow.xaml (+1 -1)

📄 Description

No longer limited to .NET 6
However, IRDs created with frameworks prior to .NET 6 will not be byte-identical due to the different GZipStream compression level used. The contents should be the same though.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/670 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `update-libird` --- ### 📝 Commits (1) - [`6d9bfa6`](https://github.com/SabreTools/MPF/commit/6d9bfa64b0ecb10040da2546bacdebd16da4687a) Enable LibIRD for all .NET frameworks ### 📊 Changes **10 files changed** (+9 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/Data/Options.cs` (+0 -5) 📝 `MPF.Core/DumpEnvironment.cs` (+0 -2) 📝 `MPF.Core/InfoTool.cs` (+6 -3) 📝 `MPF.Core/MPF.Core.csproj` (+1 -3) 📝 `MPF.Core/UI/ViewModels/CreateIRDViewModel.cs` (+0 -4) 📝 `MPF.Core/UI/ViewModels/MainViewModel.cs` (+0 -24) 📝 `MPF.Core/UI/ViewModels/OptionsViewModel.cs` (+0 -13) 📝 `MPF.UI.Core/Windows/MainWindow.xaml` (+0 -4) 📝 `MPF.UI.Core/Windows/OptionsWindow.xaml` (+1 -1) </details> ### 📄 Description No longer limited to .NET 6 However, IRDs created with frameworks prior to .NET 6 will not be byte-identical due to the different GZipStream compression level used. The contents should be the same though. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1096