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.
<PackageVersion Include="Epsiloner.Core" Version="9.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Epsiloner.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Epsiloner.Core@9.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Epsiloner.Core&version=9.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Epsiloner.Core&version=9.0.0
                    
Install as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 4,489 11/30/2024
1.0.22 5,154 6/25/2020
1.0.21 6,823 4/17/2020
1.0.20 4,934 4/14/2020
1.0.19 5,073 1/10/2020
1.0.18 5,088 12/12/2019
1.0.17 5,044 11/28/2019
1.0.16 4,983 11/27/2019
1.0.14 5,001 11/26/2019
1.0.13 5,009 11/26/2019
1.0.12 5,055 10/29/2019
1.0.11 9,159 3/25/2019
1.0.10 5,601 2/11/2019
1.0.9 5,336 11/21/2018
1.0.8 5,184 11/20/2018
1.0.7 5,329 11/8/2018
1.0.6 5,194 10/30/2018
1.0.5 5,212 10/30/2018
1.0.4 5,196 10/29/2018
Loading failed

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.