Famoser.FrameworkEssentials
2.2.0
See the version list below for details.
dotnet add package Famoser.FrameworkEssentials --version 2.2.0
NuGet\Install-Package Famoser.FrameworkEssentials -Version 2.2.0
<PackageReference Include="Famoser.FrameworkEssentials" Version="2.2.0" />
paket add Famoser.FrameworkEssentials --version 2.2.0
#r "nuget: Famoser.FrameworkEssentials, 2.2.0"
// Install Famoser.FrameworkEssentials as a Cake Addin #addin nuget:?package=Famoser.FrameworkEssentials&version=2.2.0 // Install Famoser.FrameworkEssentials as a Cake Tool #tool nuget:?package=Famoser.FrameworkEssentials&version=2.2.0
This packages contains utilities which I use in my projects.
The package may be changed radically at any time. Even some API's may be altered (although unlikely), be careful with updating.
Currently, it contains:
- Singleton implementation
- Logging
- Progress Service
- http request service
- REST service
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
.NETPlatform | dotnet is compatible. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Famoser.FrameworkEssentials:
Package | Downloads |
---|---|
Famoser.FrameworkEssentials.UniversalWindows
This packages contains classes which I use in my UWP projects. The package may be changed radically over the next few months. Even some API's may be altered, be careful with updating. Currently, it contains: - Visibility Convertes - IStorageService implementation - IFolderStorageService implementation - IHistoryNavigationService implementation - ResolutionHelper |
|
Famoser.FrameworkEssentials.View
This packages contains utilities which I use in my view projects. Currently, it contains: - LoadingRelayCommand |
|
Famoser.SqliteWrapper
This packages serves as a wrapper for an sqlite database. Go to github for instructions on how to use this library |
|
Famoser.SyncApi
This packages allows a easy to use syncing of any of your entities. This is a pre-release of the package, which is not fully tested. For information about this project and how to use the library, please go to github.com/famoser/SyncApi. |
|
Famoser.Telemetry.UniversalWindows
This packages enables colelction of telemetry data with the LogHelper from the Famoser.FrameworkEssentials package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.7.6 | 1,917 | 10/24/2016 |
2.7.5 | 1,238 | 10/2/2016 |
2.7.4 | 1,264 | 8/4/2016 |
2.7.3 | 1,679 | 7/16/2016 |
2.7.2 | 1,013 | 7/15/2016 |
2.7.1 | 997 | 7/15/2016 |
2.6.4 | 1,285 | 7/9/2016 |
2.6.3 | 4,961 | 6/23/2016 |
2.6.2 | 1,012 | 6/22/2016 |
2.6.1 | 2,232 | 6/19/2016 |
2.6.0 | 998 | 6/19/2016 |
2.5.0 | 1,641 | 6/8/2016 |
2.4.3 | 3,077 | 5/30/2016 |
2.4.2 | 1,037 | 5/30/2016 |
2.4.1 | 1,003 | 5/25/2016 |
2.4.0 | 1,708 | 5/24/2016 |
2.3.0 | 1,027 | 5/24/2016 |
2.2.0 | 1,026 | 5/24/2016 |
2.1.1 | 1,004 | 5/22/2016 |
2.1.0 | 1,002 | 5/22/2016 |
2.0.1 | 1,413 | 4/25/2016 |
added http request service