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
<PackageReference Include="Epsiloner.Core" Version="9.0.0" />
<PackageVersion Include="Epsiloner.Core" Version="9.0.0" />
<PackageReference Include="Epsiloner.Core" />
paket add Epsiloner.Core --version 9.0.0
#r "nuget: Epsiloner.Core, 9.0.0"
#:package Epsiloner.Core@9.0.0
#addin nuget:?package=Epsiloner.Core&version=9.0.0
#tool nuget:?package=Epsiloner.Core&version=9.0.0
Package Description
| Product | Versions 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. |
-
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 |
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.