RS.Abp.Common 1.0.9

dotnet add package RS.Abp.Common --version 1.0.9
NuGet\Install-Package RS.Abp.Common -Version 1.0.9
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="RS.Abp.Common" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RS.Abp.Common --version 1.0.9
#r "nuget: RS.Abp.Common, 1.0.9"
#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 RS.Abp.Common as a Cake Addin
#addin nuget:?package=RS.Abp.Common&version=1.0.9

// Install RS.Abp.Common as a Cake Tool
#tool nuget:?package=RS.Abp.Common&version=1.0.9

RS Abp Generic

Inital Setup:

Inital Setup for RS Abp Common

Features

  • Repository
  • Modules
  • Controllers
  • Postgres Sql
  • Methods etc

Manage the Common Repository Manage the Common Controllers Manage the Common Interfaces Etc

Bug

Connection string should be like

"ConnectionStrings": { "CoreService": "User ID=yoruserid;Password=yourpass;Host=localhost;Port=5432;Database=yourdatabase;Pooling=false;" },

"CoreService" text is manditory for fixing the databse bug.

Installation

Install the following NuGet packages.

  1. RS.Abp.Common.

  2. Add DependsOn(typeof(CommonXxxModule)) in each Module.

  3. Add builder.ConfigureCommon(); to the OnModelCreating() method in MyDbContext.cs.

  4. Setup the Smtp for email sending through the api

  5. Setup the Twilio for sms sending through the api

                                         THANK YOU
    
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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.9 218 11/27/2023
1.0.8 121 11/25/2023
1.0.7 116 11/21/2023
1.0.6 105 11/21/2023
1.0.5 101 11/21/2023
1.0.4 105 11/21/2023
1.0.3 98 11/20/2023
1.0.2 104 11/20/2023
1.0.1 92 11/17/2023
1.0.0 84 11/16/2023