Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
2.7.2
-
None
-
DnsClient nuget package version 1.2.0
-
(copied to CRM)
Description
Version 1.2.0 of the DnsClient nuget package changed the LookupClient.QueryAsync() signature which breaks MongoDB.Driver.Core.Configuration.ConnectionString.ResolveAsync.
Also version 1.2.0 results in a MissingMethodException at runtime:
System.MissingMethodException was unhandled
|
HResult=-2146233069
|
Message=Method not found: 'DnsClient.IDnsQueryResponse DnsClient.LookupClient.Query(System.String, DnsClient.QueryType)'.
|
Source=MongoDB.Driver.Core
|
StackTrace:
|
at MongoDB.Driver.Core.Configuration.ConnectionString.Resolve()
|
at MongoDB.Driver.MongoUrl.Resolve()
|
at MongoDB.Driver.MongoClientSettings.FromUrl(MongoUrl url)
|
at MongoDB.Driver.MongoClient..ctor(MongoUrl url)
|
Attachments
Issue Links
- is duplicated by
-
CSHARP-2330 DnsClient.IDnsQueryResponse exception during Mongoclient
-
- Closed
-
- is related to
-
CSHARP-2462 MongoDB.Driver.Core errors in .netStandard 2.0
-
- Closed
-
- related to
-
CSHARP-2330 DnsClient.IDnsQueryResponse exception during Mongoclient
-
- Closed
-