domainname-parser icon indicating copy to clipboard operation
domainname-parser copied to clipboard

:department_store: .NET domain name parsing library (uses publicsuffix.org)

Results 4 domainname-parser issues
Sort by recently updated
recently updated
newest added

Changed DomainParser.Library TargetFramework to netstandard1.6 Changed projects templates to the lean CSPROJ format Moved default settings from file to TLDRulesCache, and made them constants

Please can you add .net standard support?

hi, I just tried to use the library in a WebApi project, but cannot get it running for more than 4 hours. The problem is simply, that the result is...

``` using DomainParser.Library; DomainName.TryParse("carrd.co", out var result); ``` The result being null while carrd.co is a valid domain