Kodevy.Platform.API
1.0.0
See the version list below for details.
dotnet add package Kodevy.Platform.API --version 1.0.0
NuGet\Install-Package Kodevy.Platform.API -Version 1.0.0
<PackageReference Include="Kodevy.Platform.API" Version="1.0.0" />
<PackageVersion Include="Kodevy.Platform.API" Version="1.0.0" />
<PackageReference Include="Kodevy.Platform.API" />
paket add Kodevy.Platform.API --version 1.0.0
#r "nuget: Kodevy.Platform.API, 1.0.0"
#:package Kodevy.Platform.API@1.0.0
#addin nuget:?package=Kodevy.Platform.API&version=1.0.0
#tool nuget:?package=Kodevy.Platform.API&version=1.0.0
Kodevy Platform Packages
Platform-owned shared components packaged as NuGet for consumer microservices. Templates consume these packages; they never copy this source.
Projects
Kodevy.Platform.Domain– domain abstractions.Kodevy.Platform.Application– application-layer primitives and clients.Kodevy.Platform.Infra– infrastructure components (data, Serilog sinks).Kodevy.Platform.API– API plumbing (middleware, auth, swagger, health).
Build & Pack (local)
dotnet restore
dotnet build -c Release
dotnet pack -c Release
Packages (nupkg + snupkg) emit to bin/Release under each project.
CI Publish (Azure Pipelines example)
Publish happens in CI, not manually. Example pipeline stage:
steps:
- task: UseDotNet@2
inputs:
packageType: sdk
version: 8.0.x
- script: dotnet restore
displayName: Restore
- script: dotnet pack Kodevy.Platform.sln -c Release -p:Version=$(PackageVersion)
displayName: Pack
- task: NuGetCommand@2
displayName: Push to Azure Artifacts
inputs:
command: push
packagesToPush: "$(Build.SourcesDirectory)/src/**/*.nupkg"
publishVstsFeed: "$(FEED_NAME)"
allowPackageConflicts: true
Set PackageVersion (semantic versioning: MAJOR for breaking wiring, MINOR for additive, PATCH for fixes) and FEED_NAME via pipeline variables. Include a service connection/credential with push rights to Azure Artifacts.
dotnet pack Kodevy.Platform.sln -c Release -p:Version=1.0.0
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- Kodevy.Platform.Application (>= 1.0.0)
- Kodevy.Platform.Infra (>= 1.0.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.8)
- Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (>= 8.0.0)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.1.1)
- Microsoft.IdentityModel.Protocols (>= 8.1.1)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.1.1)
- Microsoft.OpenApi (>= 1.6.14)
- Serilog (>= 4.3.0)
- Serilog.AspNetCore (>= 8.0.0)
- Swashbuckle.AspNetCore (>= 6.5.0)
- System.IdentityModel.Tokens.Jwt (>= 8.1.1)
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 |
|---|---|---|
| 4.4.1 | 103 | 8/18/2026 |
| 4.4.0 | 96 | 8/18/2026 |
| 4.3.1 | 151 | 4/6/2026 |
| 4.3.0 | 117 | 3/22/2026 |
| 4.2.2 | 131 | 3/16/2026 |
| 4.2.1 | 121 | 3/12/2026 |
| 4.2.0 | 110 | 3/12/2026 |
| 4.1.1 | 124 | 3/2/2026 |
| 4.1.0 | 114 | 3/2/2026 |
| 4.0.0 | 116 | 3/1/2026 |
| 3.0.1 | 127 | 2/8/2026 |
| 3.0.0 | 126 | 1/2/2026 |
| 2.1.0 | 180 | 12/26/2025 |
| 2.0.0 | 178 | 12/26/2025 |
| 1.0.0 | 206 | 12/24/2025 |