LimFx.Common
1.2.3
See the version list below for details.
dotnet add package LimFx.Common --version 1.2.3
NuGet\Install-Package LimFx.Common -Version 1.2.3
<PackageReference Include="LimFx.Common" Version="1.2.3" />
paket add LimFx.Common --version 1.2.3
#r "nuget: LimFx.Common, 1.2.3"
// Install LimFx.Common as a Cake Addin #addin nuget:?package=LimFx.Common&version=1.2.3 // Install LimFx.Common as a Cake Tool #tool nuget:?package=LimFx.Common&version=1.2.3
A simple package contains basic crud functions, bad word replacer, rate limiter(throttling) and basic email service using mongodb
Product | Versions 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. |
-
.NETStandard 2.1
- AngleSharp (>= 0.14.0)
- AutoMapper (>= 10.0.0)
- DocumentFormat.OpenXml (>= 2.11.3)
- EzPasswordValidator (>= 2.0.0)
- Hash (>= 4.0.0)
- HtmlSanitizer (>= 5.0.343)
- Lucene.Net (>= 4.8.0-beta00008)
- Lucene.Net.Analysis.SmartCn (>= 4.8.0-beta00008)
- MailKit (>= 2.8.0)
- Markdig (>= 0.20.0)
- Markdown (>= 2.2.1)
- Microsoft.ApplicationInsights.AspNetCore (>= 2.14.0)
- Microsoft.AspNetCore.Authentication (>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Cookies (>= 2.2.0)
- Microsoft.AspNetCore.Authorization (>= 3.1.6)
- Microsoft.AspNetCore.Diagnostics (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Routing (>= 2.2.2)
- Microsoft.AspNetCore.WebUtilities (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 3.1.6)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 3.1.6)
- MongoDB.Driver (>= 2.11.0)
- NEST (>= 7.8.2)
- OpenXmlPowerTools-NetStandard (>= 4.4.21)
- Qiniu (>= 7.3.1.1)
- RazorLight (>= 2.0.0-beta4)
- SlugGenerator (>= 2.0.2)
- System.Drawing.Common (>= 4.7.0)
- System.Drawing.Primitives (>= 4.3.0)
- System.Text.Json (>= 4.7.2)
- ToolGood.Words (>= 3.0.1.2)
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 | 328 | 2/6/2021 | |
1.2.3 | 2,596 | 10/8/2020 | |
1.2.2 | 2,682 | 10/8/2020 | |
1.2.1 | 2,426 | 9/18/2020 | |
1.2.0 | 342 | 8/1/2020 | |
1.1.7 | 316 | 6/11/2020 | |
1.1.6 | 2,146 | 5/14/2020 | |
1.1.5 | 2,510 | 4/30/2020 | |
1.1.4 | 2,098 | 4/3/2020 | |
1.1.3 | 2,107 | 3/24/2020 | |
1.1.2 | 1,962 | 3/24/2020 | |
1.1.1 | 1,144 | 3/16/2020 | |
1.1.0 | 1,240 | 3/5/2020 | |
1.0.5 | 1,164 | 2/15/2020 | |
1.0.4 | 1,067 | 2/12/2020 | |
1.0.3 | 1,317 | 2/10/2020 | |
1.0.2 | 1,223 | 2/8/2020 | |
1.0.1.5 | 1,126 | 2/7/2020 | |
1.0.1 | 1,175 | 2/6/2020 | |
1.0.0 | 1,210 | 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