XDev.IO.Ktor 2.3.2.5

dotnet add package XDev.IO.Ktor --version 2.3.2.5
NuGet\Install-Package XDev.IO.Ktor -Version 2.3.2.5
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="XDev.IO.Ktor" Version="2.3.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XDev.IO.Ktor --version 2.3.2.5
#r "nuget: XDev.IO.Ktor, 2.3.2.5"
#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.
// Install XDev.IO.Ktor as a Cake Addin
#addin nuget:?package=XDev.IO.Ktor&version=2.3.2.5

// Install XDev.IO.Ktor as a Cake Tool
#tool nuget:?package=XDev.IO.Ktor&version=2.3.2.5

Introduction

Nuget packaging for IO.Ktor java libs. This package is named XDev.IO.Ktor.Core.
".Core" because this nuget rolls-up several separate native libs that may need to be split out in the future.

The native libs in maven: https://mvnrepository.com/artifact/io.ktor native repo: https://github.com/ktorio/ktor

Getting Started

To use this nuget package, just install the desired version as you normally install nuget packs.

Build and Test

XamPrototype.Android.MavenBinding.Tasks is being integrated into .Net9 SDK build tools, and the usage rolls forward in .Net9, but no longer needs the nuget package for the build tool. https://learn.microsoft.com/en-us/dotnet/android/features/maven/android-maven-library

Known issues

	  initial release contains external native artifacts embedded into this package for
	  - org.jetbrains.kotlinx:kotlinx-datetime-jvm
	  - org.jetbrains.kotlinx:kotlinx-serialization-core-jvm
	  - org.jetbrains.kotlinx:kotlinx-serialization-json-jvm
	  - org.jetbrains.kotlinx:kotlinx-coroutines-slf4j
	  
	  these may cause collisions if they are also included by other sources.
	  They will migrated to their own NuGet(s) n future release.

Contribute

If you need a different/newer version, PR, or open an issue in the .Net repo! https://xdevapps.visualstudio.com/DefaultCollection/Android%20bindings/_git/XDev.IO.Ktor.Core

https://xdevapps.visualstudio.com/DefaultCollection/Android%20bindings/_backlogs/backlog/Android%20bindings%20Team/Issues

Product Compatible and additional computed target framework versions.
.NET net7.0-android33.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible. 
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
2.3.2.5 95 6/12/2024

initial release contains embedded external native artifacts for
 - org.jetbrains.kotlinx:kotlinx-datetime-jvm
 - org.jetbrains.kotlinx:kotlinx-serialization-core-jvm
 - org.jetbrains.kotlinx:kotlinx-serialization-json-jvm
 - org.jetbrains.kotlinx:kotlinx-coroutines-slf4j
 
 that may cause collisions if they are also included by other sources.
 They will removed in future release.