Epsiloner.Core 9.0.0

Prefix Reserved
dotnet add package Epsiloner.Core --version 9.0.0                
NuGet\Install-Package Epsiloner.Core -Version 9.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="Epsiloner.Core" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Epsiloner.Core --version 9.0.0                
#r "nuget: Epsiloner.Core, 9.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 Epsiloner.Core as a Cake Addin
#addin nuget:?package=Epsiloner.Core&version=9.0.0

// Install Epsiloner.Core as a Cake Tool
#tool nuget:?package=Epsiloner.Core&version=9.0.0                

Package Description

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Epsiloner.Core:

Package Downloads
Epsiloner.Wpf.Core

WPF related things

Epsiloner.Wpf.Keyboard

Provides manager for keybinding where key gesture can be configured by user.

Epsiloner.WinUi.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 97 11/30/2024
1.0.22 665 6/25/2020
1.0.21 2,347 4/17/2020
1.0.20 470 4/14/2020
1.0.19 592 1/10/2020
1.0.18 623 12/12/2019
1.0.17 556 11/28/2019
1.0.16 496 11/27/2019
1.0.14 538 11/26/2019
1.0.13 525 11/26/2019
1.0.12 568 10/29/2019
1.0.11 4,685 3/25/2019
1.0.10 1,117 2/11/2019
1.0.9 828 11/21/2018
1.0.8 686 11/20/2018
1.0.7 817 11/8/2018
1.0.6 693 10/30/2018
1.0.5 686 10/30/2018
1.0.4 698 10/29/2018
1.0.3 799 8/20/2018
1.0.2 1,533 8/10/2018
1.0.0 1,613 8/7/2018

v9.0.0:
- Migrate to .NET 9
v1.0.22:
- Added .snupkg
v1.0.21:
- Improved RunQueue.
v1.0.20:
- Added RunQueue type that can run only 1 action at time and stack other calls into queue for re-run.
- EventCooldown types - fixing not working KeepLastStackTrace property and added property to retrieve last stack trace.
v1.0.19:
- ObservableCollection`T - added more monitors to work better with WPF.
v1.0.18:
- ObservableCollection`T - improved method ReplaceRangeSmart.
v1.0.17:
- EventCooldown - Added MaxAccumulationTimeSpan to constructor that guaranties that event will be invoked since first accumulation.
v1.0.14:
- ObservableCollection`T - improved method ReplaceRangeSmart.
v1.0.13:
- ObservableCollection`T - added method ReplaceRangeSmart that raises events for all types of changes.
- ObservableCollection`T - improved AddRange method to raise more detailed event.
v1.0.12:
- Added ObservableCollection`T.ToListSafe method that tries safely get items.