Rsft.Net.DomainParser 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rsft.Net.DomainParser --version 1.0.1
NuGet\Install-Package Rsft.Net.DomainParser -Version 1.0.1
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="Rsft.Net.DomainParser" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rsft.Net.DomainParser --version 1.0.1
#r "nuget: Rsft.Net.DomainParser, 1.0.1"
#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 Rsft.Net.DomainParser as a Cake Addin
#addin nuget:?package=Rsft.Net.DomainParser&version=1.0.1

// Install Rsft.Net.DomainParser as a Cake Tool
#tool nuget:?package=Rsft.Net.DomainParser&version=1.0.1

Parsing domain names is not easy. For example, how does one extract Top Level Domain (TLD) data from the address 'me.com.br'?  Is the TLD br, or is it com.br? The correct answer is com.br, but how can we know? The answer is that it is not possible to write simple rules in code to determine TLDs with any accuracy.  Therefore, a list of all TLDs is maintained at https://publicsuffix.org/.

This software parses domain names into TLD, Second Level Domain (SLD) and host using rules found at https://publicsuffix.org/.

Features of this package include: High performance by using aggressive caching, data redundancy, async logging and async/await compatible methods.

This component is for anyone that needs reliable, accurate and fast domain name parsing.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Rsft.Net.DomainParser:

Package Downloads
Utils.Web_Contextual

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.169 157 4/12/2024
1.3.167 853 2/16/2024
1.3.165 377 2/7/2024
1.3.163 440 1/19/2024
1.3.161 368 1/5/2024
1.3.157 617 12/9/2023
1.3.155 3,679 12/5/2023
1.3.152 1,055 11/19/2023
1.3.150 474 11/15/2023
1.3.148 634 11/9/2023
1.3.146 626 11/3/2023
1.3.144 461 11/1/2023
1.3.142 599 10/17/2023
1.3.140 498 10/13/2023
1.3.138 874 9/18/2023
1.3.136 848 9/4/2023
1.3.116 1,172 7/7/2023
1.3.114 645 7/5/2023
1.3.112 625 6/28/2023
1.3.110 650 6/11/2023
1.3.108 680 5/17/2023
1.3.106 647 5/11/2023
1.3.104 1,610 2/22/2023
1.3.102 5,813 12/31/2022
1.3.100 769 12/17/2022
1.3.98 695 12/15/2022
1.3.96 832 11/11/2022
1.3.94 1,599 9/27/2022
1.3.92 1,360 8/30/2022
1.3.90 1,706 8/11/2022
1.3.88 990 8/3/2022
1.3.86 885 8/2/2022
1.3.84 1,693 5/18/2022
1.3.82 975 5/12/2022
1.3.80 45,678 5/6/2022
1.3.78 848 5/5/2022
1.3.76 1,140 4/19/2022
1.3.74 1,387 3/7/2022
1.3.72 970 3/3/2022
1.3.70 934 2/27/2022
1.3.68 998 2/17/2022
1.3.66 2,160 11/12/2021
1.3.56 1,868 8/14/2021
1.3.54 1,032 7/22/2021
1.3.52 1,263 6/26/2021
1.3.50 1,133 5/26/2021
1.3.48 1,282 4/7/2021
1.3.46 807 4/2/2021
1.3.44 1,397 2/24/2021
1.3.42 1,282 1/18/2021
1.3.40 1,264 12/3/2020
1.3.38 1,005 11/30/2020
1.3.36 951 11/27/2020
1.3.34 1,383 11/10/2020
1.3.32 988 11/10/2020
1.3.30 1,442 11/9/2020
1.3.28 1,229 10/14/2020
1.3.24 1,219 10/1/2020
1.3.22 1,398 9/9/2020
1.3.20 1,099 8/25/2020
1.3.16 1,000 8/14/2020
1.3.15 913 8/12/2020
1.2.3 894 8/10/2020
1.2.0 1,620 11/25/2019
1.1.4 1,386 4/30/2019
1.1.2 16,126 8/25/2017
1.1.1 1,393 6/23/2017
1.0.1 1,630 3/12/2016
1.0.0 1,389 3/8/2016

Fixed Service TryParse method. No longer re-throws (behaves as expected).