Reloaded.SolverFoundation 1.0.6

dotnet add package Reloaded.SolverFoundation --version 1.0.6                
NuGet\Install-Package Reloaded.SolverFoundation -Version 1.0.6                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reloaded.SolverFoundation" Version="1.0.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Reloaded.SolverFoundation --version 1.0.6                
#r "nuget: Reloaded.SolverFoundation, 1.0.6"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Reloaded.SolverFoundation as a Cake Addin
#addin nuget:?package=Reloaded.SolverFoundation&version=1.0.6

// Install Reloaded.SolverFoundation as a Cake Tool
#tool nuget:?package=Reloaded.SolverFoundation&version=1.0.6                

NuGet

Microsoft Solver Foundation Express Edition for NET. Standard 2.0 / NET. Core

Last official version of "Microsoft.SolverFoundation" ported to .NET Standard 2.0 / NET. Core.

Overview

  • Latest legacy version was taken from Nuget package "Microsoft.Solver.Foundation" and decompiled via ILSpy
  • The code were just changed to be compilable as .NET Standard 2.0 class library.
  • There is no unit test coverage as these tests were not included in the original library.
  • There is just a functionality test with my custom scenario to verify that the original .NET Framework version produce the same output as the ported .NET 2.0 Standard library one.

What was changed during porting?

  • The class CSharpWriter was commented out as it required "System.CodeDOM" from .NET Framework and was only used for "ExportModelToCSharp()" which was never called. So this method now throws a NotSupportedException.
  • Configuration classes "ConfigurationElement", "ConfigurationSection" and "ConfigurationPropertyAttribute" were replaced by stubs. It belongs to the configuration and it seems it doesn't have an effect in the main logic.
  • That't it. The rest of the code was just compiled and worked for my use case.

What to check if you use this port

  • The last known official version from "Microsoft.SolverFoundation" is "3.1.0" from "19.01.2017" licensed unter the MS-PL.
  • Here is the ChatGPT answer of my question "Is decompilation and recompilation of MS-PL licensed binaries allowed?". So I assume there is no copyright violation:

Yes, the Microsoft Public License (Ms-PL) allows decompilation, modification, and recompilation of binaries, but with certain conditions.

Key Points of Ms-PL Regarding Decompilation & Recompilation

You Can:

  • Decompile the software to inspect, modify, or enhance it.
  • Modify the source code and create derivative works.
  • Recompile and distribute modified versions.

🚫 But You Must Follow These Rules:

  1. No Warranty or Liability
    • The license disclaims all warranties and does not provide liability protection.
  2. Preserve the License for Distribution
    • If you redistribute the modified software in source or binary form, it must still be licensed under Ms-PL.
    • You cannot change the license to a more restrictive one (e.g., GPL) but can combine Ms-PL code with other permissively licensed code.
  3. No Trademark or Branding Rights
    • You cannot use Microsoft's trademarks, logos, or branding without permission when redistributing modified versions.
Practical Example
  • If you decompile a Microsoft Solver Foundation Express binary, modify it, and recompile it, you must distribute it under Ms-PL and cannot claim it is an official Microsoft product.
Conclusion

Yes, decompilation and recompilation are allowed, provided you adhere to Ms-PL terms—especially regarding licensing and disclaimers. 🚀

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 87 1/31/2025
1.0.5 73 1/31/2025
1.0.4 77 1/31/2025
1.0.3 71 1/31/2025
1.0.2 75 1/31/2025
1.0.0 72 1/31/2025
0.0.5 66 1/31/2025
0.0.4 74 1/31/2025
0.0.3 80 1/31/2025
0.0.1 80 1/31/2025