Tapis.Core.Infrastructure
1.0.3
dotnet add package Tapis.Core.Infrastructure --version 1.0.3
NuGet\Install-Package Tapis.Core.Infrastructure -Version 1.0.3
<PackageReference Include="Tapis.Core.Infrastructure" Version="1.0.3" />
<PackageVersion Include="Tapis.Core.Infrastructure" Version="1.0.3" />
<PackageReference Include="Tapis.Core.Infrastructure" />
paket add Tapis.Core.Infrastructure --version 1.0.3
#r "nuget: Tapis.Core.Infrastructure, 1.0.3"
#:package Tapis.Core.Infrastructure@1.0.3
#addin nuget:?package=Tapis.Core.Infrastructure&version=1.0.3
#tool nuget:?package=Tapis.Core.Infrastructure&version=1.0.3
Tapis.Core.Infrastructure
ASP.NET Core middleware, EF Core audit/concurrency interceptorları, Refit ürün API client'ları, permission attribute'ları, TapisExceptionHandler, IServiceExceptionHandler uygulaması ve isteğe bağlı Elasticsearch ILogger sağlayıcısı (AddTapisElasticsearch).
Tapis.Core.Shared üzerine ProjectReference.
Guid concurrency kurulumu için ürün DbContext model oluşturma sonunda
modelBuilder.ConfigureVersiyonluEntities() çağırır ve DbContext options'a
VersiyonSaveChangesInterceptor ekler. Interceptor entity ID üretmez; yalnız insert/update
Versiyon değerini yeniler.
Target Framework
- .NET 10
Installation
dotnet add package Tapis.Core.Infrastructure
| Product | Versions 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. |
-
net10.0
- Elastic.Extensions.Logging (>= 9.0.0)
- Microsoft.EntityFrameworkCore (>= 10.0.10)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.10)
- Refit (>= 8.0.0)
- Tapis.Core.Shared (>= 2.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Guid Versiyon SaveChanges interceptor, model builder concurrency extension ve service exception handler eklendi.