MattEqualsCoder.MSURandomizer.UI
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MattEqualsCoder.MSURandomizer.UI --version 1.0.0
NuGet\Install-Package MattEqualsCoder.MSURandomizer.UI -Version 1.0.0
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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MattEqualsCoder.MSURandomizer.UI --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MattEqualsCoder.MSURandomizer.UI, 1.0.0"
#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.0.0 // Install MattEqualsCoder.MSURandomizer.UI as a Cake Tool #tool nuget:?package=MattEqualsCoder.MSURandomizer.UI&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net7.0-windows7.0
- MattEqualsCoder.MSURandomizer.Library (>= 1.0.0)
- Microsoft-WindowsAPICodePack-Shell (>= 1.1.5)
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.1.0-rc.5 | 298 | 5/8/2024 |
2.1.0-rc.2 | 82 | 5/6/2024 |
2.0.1-rc.1 | 52 | 5/1/2024 |
2.0.0-rc.13 | 68 | 4/30/2024 |
2.0.0-rc.12 | 53 | 4/24/2024 |
2.0.0-rc.11 | 90 | 4/22/2024 |
2.0.0-rc.10 | 81 | 4/4/2024 |
2.0.0-rc.9 | 54 | 4/4/2024 |
2.0.0-rc.8 | 66 | 4/3/2024 |
2.0.0-rc.3 | 60 | 4/2/2024 |
1.2.2 | 393 | 10/31/2023 |
1.2.1 | 278 | 9/24/2023 |
1.2.0 | 219 | 8/29/2023 |
1.1.6 | 123 | 8/29/2023 |
1.1.5 | 130 | 8/29/2023 |
1.1.4 | 146 | 8/27/2023 |
1.1.3 | 146 | 8/27/2023 |
1.1.2 | 148 | 8/27/2023 |
1.1.0 | 139 | 8/25/2023 |
1.0.1 | 169 | 8/21/2023 |
1.0.1-rc.1 | 75 | 8/21/2023 |
1.0.0 | 135 | 8/21/2023 |
0.9.8 | 164 | 8/1/2023 |