J4JSoftware.MiscellaneousUtilities
1.0.1
See the version list below for details.
dotnet add package J4JSoftware.MiscellaneousUtilities --version 1.0.1
NuGet\Install-Package J4JSoftware.MiscellaneousUtilities -Version 1.0.1
<PackageReference Include="J4JSoftware.MiscellaneousUtilities" Version="1.0.1" />
paket add J4JSoftware.MiscellaneousUtilities --version 1.0.1
#r "nuget: J4JSoftware.MiscellaneousUtilities, 1.0.1"
// Install J4JSoftware.MiscellaneousUtilities as a Cake Addin #addin nuget:?package=J4JSoftware.MiscellaneousUtilities&version=1.0.1 // Install J4JSoftware.MiscellaneousUtilities as a Cake Tool #tool nuget:?package=J4JSoftware.MiscellaneousUtilities&version=1.0.1
Miscellaneous Utilities
This assembly provides two APIs which I've found helpful in building WPF apps, particularly ones that utilize SyncFusion's WPF controls:
API | Description |
---|---|
SelectableNode | provides a wrapper for selecting nodes that are used in a tree control |
RangeCalculator | provides a means for selecting a reasonable pair of major/minor tick intervals for a range control |
This assembly targets Net5 and has nullability enabled.
For further information consult the github documentation.
Examples of using both APIs are forthcoming, assuming I ever finish writing a living expense Monte Carlo simulator I've been working on 😃.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- Autofac (>= 6.2.0)
- J4JSoftware.Logging (>= 4.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on J4JSoftware.MiscellaneousUtilities:
Package | Downloads |
---|---|
J4JSoftware.DependencyInjection
provides customized IHostBuilder and IHost classes for simplified configuration |
|
J4JSoftware.EFCore.Utilities
a utility framework to simplify working with EF Core databases |
GitHub repositories
This package is not used by any popular GitHub repositories.
added nuget readme