Pintern.SaaS.Notifications.Application.Contracts 0.1.0-alpha.1

This is a prerelease version of Pintern.SaaS.Notifications.Application.Contracts.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Pintern.SaaS.Notifications.Application.Contracts --version 0.1.0-alpha.1
                    
NuGet\Install-Package Pintern.SaaS.Notifications.Application.Contracts -Version 0.1.0-alpha.1
                    
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="Pintern.SaaS.Notifications.Application.Contracts" Version="0.1.0-alpha.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pintern.SaaS.Notifications.Application.Contracts" Version="0.1.0-alpha.1" />
                    
Directory.Packages.props
<PackageReference Include="Pintern.SaaS.Notifications.Application.Contracts" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pintern.SaaS.Notifications.Application.Contracts --version 0.1.0-alpha.1
                    
#r "nuget: Pintern.SaaS.Notifications.Application.Contracts, 0.1.0-alpha.1"
                    
#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.
#:package Pintern.SaaS.Notifications.Application.Contracts@0.1.0-alpha.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pintern.SaaS.Notifications.Application.Contracts&version=0.1.0-alpha.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Pintern.SaaS.Notifications.Application.Contracts&version=0.1.0-alpha.1&prerelease
                    
Install as a Cake Tool

Pintern.Notifications

Pintern servis ailesi icin yeniden kullanilabilir ABP notification modulu iskeleti. Bu dal bilerek entity, controller, migration ve notification is akisi icermez; is yetenekleri sonraki KBP dilimlerinde dikey olarak eklenecektir.

Template lineage

  • main: resmi ABP module template'i ve ptn-api-contract-checker deposundaki KBP-61 iskelet yaklasimi temel alinarak olusturulan temiz baslangic.
  • KBP-N01: notification modulunun katman, localization, hata kodu, Mapperly, SystemStandards ve test guardrail'lerini ekleyen ilk teslim dali.
  • Sonraki KBP dallari bu dalin uzerine tek bir davranis/dikey dilim eklemelidir.

Katmanlar

Proje Sorumluluk
Domain.Shared Sabitler, hata kodlari ve localization
Domain Entity, manager, repository kontrati ve domain davranisi
Application.Contracts DTO, servis kontrati, validator ve permission
Application Use-case, Mapperly mapper, background job ve event handler
EntityFrameworkCore DbContext, configuration, repository ve migration
HttpApi Controller ve HTTP tasima katmani
HttpApi.Host Paketlenmeyen gelistirme/calismayi kanitlama hostu
Application.Tests Kontrat ve mimari guardrail testleri

Surum tabani

Bilesen Surum
.NET SDK / TFM 10.0.203 / net10.0
ABP 10.3.0
Entity Framework Core 10.0.2
Mapperly 4.3.1
SystemStandards.Core 2.0.0
SystemStandards.Abp 2.0.2
SystemStandards.Abp.Authorization 1.0.0 (NTF-02 karariyla etkinlesir)
xUnit 2.9.3

Tum surumler common.props icinde tek merkezden yonetilir.

Calistirma

dotnet restore Pintern.Notifications.slnx
dotnet build Pintern.Notifications.slnx --no-restore
dotnet test Pintern.Notifications.slnx --no-build
dotnet run --project host/Pintern.Notifications.HttpApi.Host

SystemStandards.Abp.Authorization NuGet.org'da yayimlanana veya kurum ici feed tanımlanana kadar varsayilan restore'a dahil degildir. NTF-02 karari sonrasinda referans su sekilde dogrulanabilir:

dotnet restore Pintern.Notifications.slnx -p:IncludeSystemStandardsAuthorization=true

Gelistirme kurallari

  • AGENTS.md depo icindeki yetki sirasi ve tamamlanma kapilarinin ana kaynagidir.
  • Mapperly varsayilani hedefteki tum alanlarin eslenmesini zorunlu kilar.
  • Response DTO'larinda parola, token, credential veya benzeri hassas alan tutulmaz.
  • Entity eklenmeden migration uretilmez.
  • Bu depoda git worktree kullanilmaz.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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