AlphaReds.Core.Common 1.0.86

There is a newer version of this package available.
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                
#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                

AlphaReds Net Core Common

To refer to this common feature:

  1. Edit <name>.csproj file.
  2. 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 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.

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