-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.7
-
Component/s: None
-
None
-
Environment:Win 7, .NET 4, VS 2010
Accessing the Duration property on the results of a Map Reduce operation causes an Exception because it isn't getting a double value back from MongoDB, it seems to be getting an integer value back for the "timeMillis".
Here are the relevant lines of code from MongoMapReduceResult.cs
public TimeSpan Duration {
get
}