J4JSoftware.MiscellaneousUtilities
2.0.0
See the version list below for details.
dotnet add package J4JSoftware.MiscellaneousUtilities --version 2.0.0
NuGet\Install-Package J4JSoftware.MiscellaneousUtilities -Version 2.0.0
<PackageReference Include="J4JSoftware.MiscellaneousUtilities" Version="2.0.0" />
paket add J4JSoftware.MiscellaneousUtilities --version 2.0.0
#r "nuget: J4JSoftware.MiscellaneousUtilities, 2.0.0"
// Install J4JSoftware.MiscellaneousUtilities as a Cake Addin #addin nuget:?package=J4JSoftware.MiscellaneousUtilities&version=2.0.0 // Install J4JSoftware.MiscellaneousUtilities as a Cake Tool #tool nuget:?package=J4JSoftware.MiscellaneousUtilities&version=2.0.0
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 Net 6 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 | net6.0 is compatible. 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. |
-
net6.0
- J4JSoftware.Logging (>= 4.1.0)
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.
breaking changes to node selection and range tick calculation APIs