IVP.Notification
1.0.11
See the version list below for details.
dotnet add package IVP.Notification --version 1.0.11
NuGet\Install-Package IVP.Notification -Version 1.0.11
<PackageReference Include="IVP.Notification" Version="1.0.11" />
paket add IVP.Notification --version 1.0.11
#r "nuget: IVP.Notification, 1.0.11"
// Install IVP.Notification as a Cake Addin #addin nuget:?package=IVP.Notification&version=1.0.11 // Install IVP.Notification as a Cake Tool #tool nuget:?package=IVP.Notification&version=1.0.11
Ivp notification
Inital Setup:
Inital Setup for Ivp notification
Features
- Repository
- Modules
- Controllers
- Postgres Sql
- Methods
- SignalR etc
Manage the notification Repository Manage the notification Controllers Manage the notification Interfaces Etc
Bug
Connection string should be like
"ConnectionStrings": { "Default": "User ID=postgres;Password=Postgre@Db900;Host=localhost;Port=5432;Database=IVPAdministrationService;" },
"Default" text is manditory for fixing the databse bug.
Installation
Install the following NuGet packages.
IVP.Notification
Add DependsOn(typeof(NotificationServiceXxxModule)) in each Module.
Add builder.ConfigureIvpNotification(); to the OnModelCreating() method in MyDbContext.cs.
Use the IIvpNotificationController for the use of NotificationController.
Use the IIvpNotification for the use of NotificationService and Methods.
Use the IIvpNotification for the NotificationRepostory.
THANK YOU
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. |
-
net8.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Serilog.AspNetCore (>= 8.0.0)
- Serilog.Settings.Configuration (>= 8.0.0)
- Serilog.Sinks.Async (>= 1.5.0)
- Serilog.Sinks.Seq (>= 5.2.2)
- Volo.Abp.AspNetCore.Mvc (>= 8.0.1)
- Volo.Abp.Autofac (>= 8.0.1)
- Volo.Abp.AutoMapper (>= 8.0.1)
- Volo.Abp.EntityFrameworkCore (>= 8.0.1)
- Volo.Abp.EntityFrameworkCore.PostgreSql (>= 8.0.1)
- Volo.Abp.Http.Client (>= 8.0.1)
- Volo.Abp.Swashbuckle (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.