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. 
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 32 11/30/2024
1.0.22 657 6/25/2020
1.0.21 2,341 4/17/2020
1.0.20 464 4/14/2020
1.0.19 586 1/10/2020
1.0.18 617 12/12/2019
1.0.17 550 11/28/2019
1.0.16 490 11/27/2019
1.0.14 532 11/26/2019
1.0.13 519 11/26/2019
1.0.12 562 10/29/2019
1.0.11 4,679 3/25/2019
1.0.10 1,111 2/11/2019
1.0.9 819 11/21/2018
1.0.8 678 11/20/2018
1.0.7 807 11/8/2018
1.0.6 683 10/30/2018
1.0.5 676 10/30/2018
1.0.4 686 10/29/2018
1.0.3 789 8/20/2018
1.0.2 1,522 8/10/2018
1.0.0 1,604 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.