Kodevy.Platform.API 1.0.0

There is a newer version of this package available.
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
                    
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="Kodevy.Platform.API" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kodevy.Platform.API" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Kodevy.Platform.API" />
                    
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 Kodevy.Platform.API --version 1.0.0
                    
#r "nuget: Kodevy.Platform.API, 1.0.0"
                    
#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 Kodevy.Platform.API@1.0.0
                    
#: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=Kodevy.Platform.API&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Kodevy.Platform.API&version=1.0.0
                    
Install as a Cake Tool

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 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. 
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
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