DnsCore 0.2.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package DnsCore --version 0.2.7
                    
NuGet\Install-Package DnsCore -Version 0.2.7
                    
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="DnsCore" Version="0.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DnsCore" Version="0.2.7" />
                    
Directory.Packages.props
<PackageReference Include="DnsCore" />
                    
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 DnsCore --version 0.2.7
                    
#r "nuget: DnsCore, 0.2.7"
                    
#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 DnsCore@0.2.7
                    
#: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=DnsCore&version=0.2.7
                    
Install as a Cake Addin
#tool nuget:?package=DnsCore&version=0.2.7
                    
Install as a Cake Tool

DNS Core

.NET lightweight DNS client and server

DnsCore release DnsCore download count

Features

  • DNS Client — resolve DNS queries with automatic UDP→TCP fallback, retry with exponential backoff, and configurable timeouts
  • DNS Server — handle incoming DNS requests via IDnsServerHandler interface or a simple delegate
  • UDP & TCP — full support for both transport protocols
  • Hosting integrationAddDns() extensions for Microsoft.Extensions.Hosting
  • Targets — net8.0, net9.0, net10.0
  • Platforms — Linux x64, Linux arm64, Windows x64, Windows arm64, macOS arm64
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 is compatible.  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 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
0.2.8 94 2/24/2026
0.2.7 78 2/24/2026
0.2.6 84 2/24/2026
0.2.5 81 2/24/2026
0.2.4 87 2/24/2026
0.2.3 89 2/24/2026
0.2.2 114 2/3/2026
0.2.1 124 1/30/2026
0.2.0 124 1/30/2026
0.1.38 121 1/29/2026
0.1.37 132 1/29/2026
0.1.36 133 1/22/2026
0.1.35 130 1/22/2026
0.1.34 126 1/22/2026
0.1.33 132 1/22/2026
0.1.32 141 1/22/2026
0.1.31 418 6/4/2025
0.1.30 388 6/4/2025
0.1.30-beta-155 273 4/16/2025
0.1.29 408 3/27/2025
Loading failed