Famoser.FrameworkEssentials 2.7.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Famoser.FrameworkEssentials --version 2.7.5
NuGet\Install-Package Famoser.FrameworkEssentials -Version 2.7.5
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="Famoser.FrameworkEssentials" Version="2.7.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Famoser.FrameworkEssentials --version 2.7.5
#r "nuget: Famoser.FrameworkEssentials, 2.7.5"
#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 Famoser.FrameworkEssentials as a Cake Addin
#addin nuget:?package=Famoser.FrameworkEssentials&version=2.7.5

// Install Famoser.FrameworkEssentials as a Cake Tool
#tool nuget:?package=Famoser.FrameworkEssentials&version=2.7.5

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.

Attributes:
- DescriptionAttribute

DebugTools:
- StoppWatch

Logging:
- Logging implementation

Services:
- HttpService for basic http request
- ProgressService for progress reporting and for binding in the view as it implements IPropertyChanged
- RestService for REST http request
- Interfaces for all services for IoC

Helpers
- ReflectionHelper
- BaseHelper

Singleton
- a pattern to guarantee only one instance of class exists application wide.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,846 10/24/2016
2.7.5 1,205 10/2/2016
2.7.4 1,218 8/4/2016
2.7.3 1,590 7/16/2016
2.7.2 987 7/15/2016
2.7.1 969 7/15/2016
2.6.4 1,238 7/9/2016
2.6.3 4,705 6/23/2016
2.6.2 982 6/22/2016
2.6.1 2,131 6/19/2016
2.6.0 968 6/19/2016
2.5.0 1,558 6/8/2016
2.4.3 2,890 5/30/2016
2.4.2 1,009 5/30/2016
2.4.1 973 5/25/2016
2.4.0 1,629 5/24/2016
2.3.0 1,002 5/24/2016
2.2.0 994 5/24/2016
2.1.1 975 5/22/2016
2.1.0 975 5/22/2016
2.0.1 1,380 4/25/2016

2.7.5:
splitted IStorageService

2.7.4:
ProgressService bugfix

2.7.3:
fixed IFolderStorageService interface

2.7.2:
BaseHelper: added

2.7.1:
IStorageService: renamed methods
IFolderStorageService: added