Info
Version: | 1.0.9 |
Author(s): | HongLiang |
Last Update: | Wednesday, September 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/iCom |
Install
Install-Package iCom
dotnet add package iCom
paket add iCom
iCom Download (Unzip the "nupkg" after downloading)
Dependencies
- AnimatedGif(>= 1.0.5)
- AspNetCoreRateLimit(>= 2.1.0)
- Aspose.Words(>= 19.7.0)
- BarcodeLib(>= 2.2.2)
- EPPlus.Core(>= 1.5.4)
- EvoPdf.PdfToImage(>= 7.1.0)
- ICSharpCode.SharpZipLib.Patched(>= 0.86.5.1)
- ImageProcessor.Core(>= 1.1.0)
- LitJson(>= 0.14.1)
- Microsoft.AspNetCore.Cors(>= 2.1.1)
- Microsoft.AspNetCore.Mvc(>= 2.1.1)
- Microsoft.EntityFrameworkCore(>= 2.1.1)
- Microsoft.EntityFrameworkCore.AutoHistory(>= 2.1.0)
- Microsoft.EntityFrameworkCore.Design(>= 2.1.1)
- Microsoft.EntityFrameworkCore.Relational(>= 2.1.1)
- Microsoft.EntityFrameworkCore.SqlServer(>= 2.1.1)
- Microsoft.Extensions.Configuration.Json(>= 2.1.1)
- Microsoft.Extensions.Configuration.Xml(>= 2.1.1)
- Microsoft.Extensions.Logging.Console(>= 2.1.1)
- MySql.Data(>= 8.0.16)
- PinYinConverterCore(>= 1.0.2)
- QRCoder(>= 1.3.6)
- Spire.Presentation(>= 4.9.5)
- System.CodeDom(>= 4.6.0)
- System.Data.OracleClient(>= 1.0.8)
- System.Data.SQLite.Core(>= 1.0.111)
- System.Data.SqlClient(>= 4.6.1)
- System.IO.Compression.ZipFile(>= 4.3.0)
- System.IO.FileSystem.AccessControl(>= 4.6.0)
- ThoughtWorks.QRCode.Core(>= 1.0.1.2)
- ToolGood.Words.Core(>= 1.7.8)
- Z.EntityFramework.Plus.EFCore(>= 2.0.8)
- iTextSharp.LGPLv2.Core(>= 1.5.1)
// HttpContext Called in the ConfigureServices method
services.AddContextAccessor();
// Called in the Configure method
app.UseHttpContext();
// EfCore Called in the ConfigureServices method
// Application Assembly
var assembly = Assembly.GetExecutingAssembly();
// Register Database Models
services.AddDbContext(assembly);
// Auto Update Database
services.AddMigrate();
// Register All Services
services.AddService(assembly);.