Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seakingii/DnsClient.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: MichaCo/DnsClient.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 147 files changed
  • 6 contributors

Commits on Jun 8, 2022

  1. Ignoring any Microsoft.Win32.Registry related errors

    Michael Conrad authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    53b94f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Adding .NET 6 target and minor improvements (MichaCo#169)

    Michael Conrad authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    4a8266b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Dropping netstandard1.3, net45 and net5.0 target and bug fixes (Micha…

    …Co#206)
    
    * Dropping netstandard1.3, net45 and net5.0 target.
    * Removing unnecessary dependencies.
    * Adding a synchronous impl for TCP.
    * Removing UDP read buffer implementation because of memory issues in Full NET framework (must be a bug, didn't find a workaround) - fixes MichaCo#192 
    * Slight adjustment to string value parsing fixes MichaCo#195 
    * Allowing empty bitmap on NSec records fixes MichaCo#193
    Michael Conrad authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f4dab14 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Add CERT resource record support (MichaCo#203)

    CERT resource record support (rfc4398)
    JoeShook authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b9e9050 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Reduce allocations (MichaCo#216)

    * reduce allocations
    * remove unused method
    * remove unnecessary sync polyfill
    * remove unused package reference
    antonfirsov authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    46e378a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132d6d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    ead8231 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. NuGet updates and CA warning cleanup (MichaCo#219)

    Michael Conrad authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5aa5ed7 View commit details
    Browse the repository at this point in the history
  2. Removed obsolete LookupClient configuration properties (MichaCo#221) …

    …see MichaCo#33
    
    * Removed all obsolete configuration options, see MichaCo#33
    * Adding net8 target, one reason is to enable SourceLink see https://github.com/dotnet/sourcelink/blob/main/README.md
    Michael Conrad authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    adf94ca View commit details
    Browse the repository at this point in the history
  3. Adding license headers (MichaCo#222)

    Michael Conrad authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b6b65b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff9ece1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca36de4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Readme update & cleanup

    * removing old net45 ifdefs and workarounds. (MichaCo#223)
    * update to readme
    * fix linux build
    Michael Conrad authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2395999 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Fixing string format, fixes MichaCo#227

    Michael Conrad authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    834b958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443d1bd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. NuGet updates and cleanup (MichaCo#229)

    Michael Conrad authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f1e7ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Added support for CDS/CDNS records as specified in RFC 7344 (MichaCo#232

    )
    
    Added support for CDS/CDNS records as specified in RFC 7344
    JesperKrogPoulsen authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    20b0ac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. New NewId algorithm and some minor changes (MichaCo#247)

    + More reading and using DnsSuffix
    + Change default NetworkInterface discovery to remove unknown interfaces and order by type
    Michael Conrad authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    c0e97bd View commit details
    Browse the repository at this point in the history
Loading