AlphaReds.Core.Common
1.0.86
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AlphaReds.Core.Common --version 1.0.86
NuGet\Install-Package AlphaReds.Core.Common -Version 1.0.86
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="AlphaReds.Core.Common" Version="1.0.86" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlphaReds.Core.Common --version 1.0.86
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AlphaReds.Core.Common, 1.0.86"
#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 AlphaReds.Core.Common as a Cake Addin #addin nuget:?package=AlphaReds.Core.Common&version=1.0.86 // Install AlphaReds.Core.Common as a Cake Tool #tool nuget:?package=AlphaReds.Core.Common&version=1.0.86
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AlphaReds Net Core Common
To refer to this common feature:
- Edit <name>.csproj file.
- Add this line under <ItemGroup> group tag
<br />
<PackageReference Include="AlphaReds.Core.Common" Version="1.0.30" />
Changes: <br /><br />27 Aug 2024<br /> Features added:
- Hangfire agent. Minimum minutely job. For secondly job, please use timer instead.
- Enhance Kafka and add debugging logs
appsettings.json :- "HangfireOptions": { "Enable": true, "ConnectionStrings": "", "Username": "", "Password": "", "WorkerCount": 1 }
<br /><br />23 May 2024<br /> Features added:
- Change DinkToPdf to WkHtmlToPdfDotNet to support HtmlToByte Conversion for Windows and Linux. <br /><br />15 May 2024<br /> Features added:
- Change SelectPdf to DinkToPdf to support HtmlToByte Conversion for Windows and Linux. <br /><br />5 May 2024<br /> Features added:
- Upgrade to .Net 7. Implemented New version of OpenXmlPowerTools that support SkiaSharp for both Windows and Linux. <br /><br />30 Apr 2024<br /> Features added:
- Added Dual Support System.Drawing.Imaging for Windows and SkiaSharp for Linux. Updated SkiaSharp Implementation <br /><br />24 Jan 2024<br /> Features added:
- Change System.Drawing.Imaging to SkiaSharp nuget package to support cross-platform ie: linux and windows. <br /><br />18 Sept 2023<br /> Features added:
- PDF Service now supports generating PDFs directly from cloud storage using Stream data, eliminating the need to download and save files locally. <br /><br />11 Sept 2023<br /> Features added:
- Redis Service add support to Remove Cache in Azure Server (Azure using "DEL" / AWS using "GETDEL"). <br /><br />30 Aug 2023<br /> Features added:
- DevOps Service to query workitem based on the provided User Story Title <br /><br />21 Aug 2023<br /> Features added:
- DevOps Service to create workitem under provided User Story instead of creating new User Story everytime. <br /><br />15 Aug 2023<br /> Features added:
- Redis Service to support different password of primary dns and reader dns <br /><br />03 Aug 2023<br /> Features added:
- PDF Service to fix error generate <br /><br />20 Jul 2023<br /> Features added:
- Error Tracing Service to remove unused usings <br /><br />18 Jul 2023<br /> Features added:
- DevOps Service to add assigned to, change date query and create user story for Web and App
- Redis Service to read data from reader dns and write/delete data using primary dns <br /><br />24 Feb 2023 by Jason<br /> Features added:
- Introduced Error Tracing Common Service (only activated when appsetting was supplied) <br /><br />27 Jan 2023 by Jason<br /> Features added:
- Enhanced DevOps attachment service <br /><br />28 Dec 2022 by Jason<br /> Features added:
- DevOps API Service <br /><br />21 Dec 2022 by Jason<br /> Features added:
- Enhanced PDF Service to support multiple row data using 1 Mergefield <br /><br />16 Dec 2022 by Jason<br /> Features added:
- Introduced Alicloud OSS storage service <br /><br />31 Oct 2022 by Jason<br /> Features added:
- Adjust Cors Origin to become string concatenation. <br /><br />28 Oct 2022 by Jason<br /> Features added:
- Adjust PDF Service to have landscape and page size support
- Add StorageStrategy interface <br /><br />20 Oct 2022 by Jason<br /> Features added:
- Adjust PDF Service to have image support
- Adjust Redis Cache option <br /><br />13 Oct 2022 by Jason<br /> Features added:
- Add Cache Strategy interface (to adapt multiple service in single project)
- Adjust PDF Service <br /><br />9 Oct 2022 by Jason<br /> Features added:
- Add Cache Service interface (Redis implemented) <br /><br />3 Oct 2022 by Jason<br /> Features added:
- Add Email Gateway Service (SES Messaging)
- Add OAuth strategies (Google & Apple Login) <br /><br />9 Sep 2022 by Jason<br /> Features added:
- Add AccessType Attribute <br /><br />23 Aug 2022 by Jason<br /> Features added:
- Enhanced MailService to support Bytes attachment instead of file path to be sent out
- Introduced StorageService with AWS S3 and Azure Storage supported <br /><br />16 Aug 2022 by Jason<br /> Features added:
- Enhanced MailService to have customized Option
- updated MySql.Data version as they have release few bug fixes. <br /><br />25 Feb 2022 by Albin & Jason<br /> Features added:
- Added FCM feature to call into our FCM Gateway.
- Added PDF Engine to render PDF file based on HTML / csHTML Content <br /><br />8 Feb 2022 by Albin<br /> Features added:
- Added new argument for Dapper Service to tackle project that have multiple DB. <br /><br />13 Jan 2022 by Shim<br /> Features added:
- Added bearer authentication into swagger screen for authentication purpose during endpoint testing
- Modified standard respond message
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Aliyun.OSS.SDK.NetCore (>= 2.14.1)
- AWSSDK.S3 (>= 3.5.0)
- Azure.Storage.Blobs (>= 12.21.0)
- Confluent.Kafka (>= 2.5.0)
- Consul (>= 1.6.10.3)
- Dapper (>= 2.0.90)
- dbup-core (>= 4.6.3)
- dbup-mysql (>= 4.6.0)
- dbup-SerilogLogger (>= 1.0.9)
- Google.Apis.Auth (>= 1.57.0)
- Hangfire (>= 1.8.14)
- Hangfire.Dashboard.Basic.Authentication (>= 7.0.1)
- Hangfire.MySqlStorage (>= 2.0.3)
- Haukcode.WkHtmlToPdfDotNet (>= 1.5.90)
- Imagekit (>= 3.1.6)
- kafka-sharp (>= 1.4.3)
- Lockbox.Client (>= 2.0.2)
- MailKit (>= 2.15.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 5.0.9)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.DataAnnotations (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 5.0.9)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.0.0)
- Microsoft.EntityFrameworkCore (>= 5.0.10)
- Microsoft.EntityFrameworkCore.SqlServer (>= 5.0.9)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 5.0.0)
- Microsoft.Extensions.Configuration.CommandLine (>= 5.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 5.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Hosting (>= 5.0.0)
- Microsoft.Extensions.Http (>= 5.0.0)
- Microsoft.Extensions.Logging.Debug (>= 5.0.0)
- Microsoft.Extensions.Options (>= 5.0.0)
- Microsoft.TeamFoundationServer.Client (>= 16.170.0)
- MySql.Data (>= 8.0.30)
- NetCore.AutoRegisterDi (>= 2.1.0)
- Newtonsoft.Json (>= 13.0.1)
- OpenXmlPowerTools.NetCore (>= 1.1.0)
- Polly (>= 7.2.2)
- Pomelo.EntityFrameworkCore.MySql (>= 5.0.4)
- RestEase (>= 1.5.5)
- Serilog.AspNetCore (>= 4.1.0)
- Serilog.Sinks.RollingFile (>= 3.3.0)
- Serilog.Sinks.Seq (>= 5.0.1)
- SkiaSharp (>= 2.88.7)
- StackExchange.Redis (>= 2.6.66)
- Swashbuckle.AspNetCore (>= 6.1.5)
- System.Data.SqlClient (>= 4.8.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.0.89 | 88 | 11/12/2024 |
1.0.88 | 99 | 11/12/2024 |
1.0.86 | 187 | 8/27/2024 |
1.0.79 | 122 | 7/21/2024 |
1.0.78 | 121 | 7/21/2024 |
1.0.77 | 113 | 7/19/2024 |
1.0.46 | 1,205 | 12/21/2022 |
1.0.45 | 1,040 | 12/16/2022 |
1.0.44 | 1,019 | 11/23/2022 |
1.0.43 | 1,176 | 11/22/2022 |
1.0.42 | 1,228 | 11/14/2022 |
1.0.41 | 1,200 | 11/2/2022 |
0.0.45 | 1,156 | 12/16/2022 |