We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341c92d commit 6fa6fd4Copy full SHA for 6fa6fd4
2 files changed
src/MongoDB.Driver/MongoDB.Driver.csproj
@@ -17,7 +17,6 @@
17
<Compile Include="..\MongoDB.Shared\DictionaryComparer.cs" Link="Shared\DictionaryComparer.cs" />
18
<Compile Include="..\MongoDB.Shared\SequenceComparer.cs" Link="Shared\SequenceComparer.cs" />
19
<Compile Include="..\MongoDB.Shared\Hasher.cs" Link="Shared\Hasher.cs" />
20
- <Compile Remove="Core\Operations\DelayedEvaluationWriteConcernSerializer.cs" />
21
</ItemGroup>
22
23
<ItemGroup>
src/MongoDB.Driver/OperationContext.cs
@@ -203,9 +203,8 @@ public OperationContext WithTimeout(TimeSpan timeout)
203
OperationName = OperationName,
204
DatabaseName = DatabaseName,
205
CollectionName = CollectionName,
206
- IsTracingEnabled = IsTracingEnabled,
+ IsTracingEnabled = IsTracingEnabled
207
};
208
}
209
-
210
211
0 commit comments