LimFx.Common 1.1.7

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

// Install LimFx.Common as a Cake Tool
#tool nuget:?package=LimFx.Common&version=1.1.7

A simple package contains basic crud functions, bad word replacer, rate limiter(throttling) and basic email service using mongodb

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.4 288 2/6/2021
1.2.3 2,437 10/8/2020
1.2.2 2,440 10/8/2020
1.2.1 2,265 9/18/2020
1.2.0 327 8/1/2020
1.1.7 302 6/11/2020
1.1.6 1,998 5/14/2020
1.1.5 2,322 4/30/2020
1.1.4 1,974 4/3/2020
1.1.3 1,956 3/24/2020
1.1.2 1,827 3/24/2020
1.1.1 1,044 3/16/2020
1.1.0 1,121 3/5/2020
1.0.5 1,054 2/15/2020
1.0.4 977 2/12/2020
1.0.3 1,223 2/10/2020
1.0.2 1,134 2/8/2020
1.0.1.5 1,037 2/7/2020
1.0.1 1,095 2/6/2020
1.0.0 1,109 1/10/2020

-1.1.6 better error handler strategy
-1.1.5 Add Intergrated article service
-1.1.2 Add logservice and userservice
-1.1.1 Fix a bug in email service
-1.1.0 Fix bugs, enhance dbqueryservice, add new throttling service, add documents, fix some bugs in email service and so on...
-1.0.5 Fix a bug in badwordfuckerdeep
-1.0.4 Fix a bug in emailservice, add DBQuerySeviceSlim which doesn't provide text search functions
-1.0.3 Add xml comments
-1.0.2 Make email service more efficient
-1.0.1.5 fix some bugs
-1.0.1 fix bugs in email service & add functions in DBQueryservice<T> & add ratelimiter middleware & add extension methods & many other else...
-1.0.0 initial release