MattEqualsCoder.MSURandomizer.UI 1.2.2

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MattEqualsCoder.MSURandomizer.UI --version 1.2.2
NuGet\Install-Package MattEqualsCoder.MSURandomizer.UI -Version 1.2.2
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="MattEqualsCoder.MSURandomizer.UI" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MattEqualsCoder.MSURandomizer.UI --version 1.2.2
#r "nuget: MattEqualsCoder.MSURandomizer.UI, 1.2.2"
#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 MattEqualsCoder.MSURandomizer.UI as a Cake Addin
#addin nuget:?package=MattEqualsCoder.MSURandomizer.UI&version=1.2.2

// Install MattEqualsCoder.MSURandomizer.UI as a Cake Tool
#tool nuget:?package=MattEqualsCoder.MSURandomizer.UI&version=1.2.2

MSU Randomizer UI Library

This is a library that is built off of the MSU Randomizer Library which can be included in other .NET projects with the UI elements for the MSU Randomizer.

Instructions

Step 1. Follow the MSU Randomizer Library instructions

You'll need to follow the setup instructions for the MSU Randomizer Library first as this the MSU Randomizer Library is dependent on it.

Step 2. Add Services to the Service Collection

Add the UI services to your service collection as well.

_host = Host.CreateDefaultBuilder(e.Args)
.ConfigureLogging(...})
.ConfigureServices(services =>
{
    services.AddMsuRandomizerServices();
    services.AddMsuRandomizerUIServices();
})
.Start();

Step 3. Use the IMsuUiFactory

Create the IMsuUiFactory and use it to create the MSU list to add to a window, launch the MSU Randomizer window, or more.

_host.Services.GetRequiredService<IMsuUiFactory>().OpenMsuWindow(SelectionMode.Multiple, false, out _);
Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.1-rc.1 22 5/1/2024
2.0.0-rc.13 49 4/30/2024
2.0.0-rc.12 40 4/24/2024
2.0.0-rc.11 72 4/22/2024
2.0.0-rc.10 68 4/4/2024
2.0.0-rc.9 43 4/4/2024
2.0.0-rc.8 54 4/3/2024
2.0.0-rc.3 51 4/2/2024
1.2.2 364 10/31/2023
1.2.1 257 9/24/2023
1.2.0 205 8/29/2023
1.1.6 104 8/29/2023
1.1.5 112 8/29/2023
1.1.4 126 8/27/2023
1.1.3 127 8/27/2023
1.1.2 128 8/27/2023
1.1.0 120 8/25/2023
1.0.1 148 8/21/2023
1.0.1-rc.1 64 8/21/2023
1.0.0 115 8/21/2023
0.9.8 153 8/1/2023