-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: 3.5.0
-
Component/s: None
-
None
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
Summary
Since I upgrade MongoDB.Driver dependencies to 3.5.0, my unit tests running on AppVeyor fails with the exception :
MongoDB.Driver.MongoIncompatibleDriverException : Server at localhost:27017 reports wire version 7, but this version of the driver requires at least 8 (MongoDB 4.2.0).
Please provide the version of the driver. If applicable, please provide the MongoDB server version and topology (standalone, replica set, or sharded cluster).
MongoDB.Driver 3.5.0
Server version 8.0.13 installed as standalone windows service
Node js installed is 23.11.1
Windows Server 2019
How to Reproduce
I cannot reproduce on my machine and I don't why I get this error on AppVeyor, Except the OS it's the same config.
Additional Background
AppVeyor build log : TheIdServer 9.2.0-fix-dependencies.1+9.build.4229 - AppVeyor
Github Repo : Aguafrommars/TheIdServer at fix/dependencies