<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:35 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CSHARP-1074] Reimplement legacy CRUD methods that use commands on top of operations in Core</title>
                <link>https://jira.mongodb.org/browse/CSHARP-1074</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;This involves the following operations:&lt;/p&gt;

&lt;p&gt;Aggregate&lt;br/&gt;
Count&lt;br/&gt;
Distinct&lt;br/&gt;
FindAndModify&lt;br/&gt;
FindAndRemove&lt;br/&gt;
GeoHaystackSearchAs&lt;br/&gt;
GeoNearAs&lt;br/&gt;
Group&lt;br/&gt;
Eval&lt;br/&gt;
GetLastError (perhaps this one should just be removed)&lt;/p&gt;</description>
                <environment></environment>
        <key id="159479">CSHARP-1074</key>
            <summary>Reimplement legacy CRUD methods that use commands on top of operations in Core</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="robert@mongodb.com">Robert Stam</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Sep 2014 15:39:01 +0000</created>
                <updated>Thu, 6 Apr 2023 17:52:12 +0000</updated>
                            <resolved>Thu, 13 Nov 2014 18:43:32 +0000</resolved>
                                                    <fixVersion>2.0</fixVersion>
                                    <component>Operations</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="911230" author="craiggwilson" created="Tue, 12 May 2015 14:14:55 +0000"  >&lt;p&gt;Daniel, &lt;/p&gt;

&lt;p&gt;findAndModify will only modify 1 document. This is by design.&lt;/p&gt;

&lt;p&gt;Perhaps I&apos;m misunderstanding your problem. If so, please rephrase and possibly provide a scenario/example.&lt;/p&gt;

&lt;p&gt;Craig&lt;/p&gt;</comment>
                            <comment id="911226" author="cumings@gmail.com" created="Tue, 12 May 2015 14:12:20 +0000"  >&lt;p&gt;I am still not able to do findAndModify for more than a single row.  Either that or I am unable to find the documentation.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://docs.mongodb.org/manual/reference/method/db.collection.findAndModify/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/reference/method/db.collection.findAndModify/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="763637" author="xgen-internal-githook" created="Thu, 13 Nov 2014 18:36:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Remove RunCommandAs helper method from MongoCollection.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/ee32fc3dd4d8096098c2d496573d77c14a717a04&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/ee32fc3dd4d8096098c2d496573d77c14a717a04&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="760087" author="xgen-internal-githook" created="Mon, 10 Nov 2014 15:10:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement legacy AggregateExplain method on top of Core.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/5f0c13402a6dcdc10c5a9aaadfffe3ad4a4124e9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/5f0c13402a6dcdc10c5a9aaadfffe3ad4a4124e9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="760086" author="xgen-internal-githook" created="Mon, 10 Nov 2014 15:10:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement legacy Aggregate methods using an operation in Core.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/2fc79f0ac767b335b05902a153eae78daa66c33e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/2fc79f0ac767b335b05902a153eae78daa66c33e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="759271" author="xgen-internal-githook" created="Fri, 7 Nov 2014 21:13:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement legacy MapReduce using an operation in Core. Add tests for MapReduceOperations.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/7b03ea28edec264b631d2eb2825d5d99d2383040&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/7b03ea28edec264b631d2eb2825d5d99d2383040&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="751510" author="xgen-internal-githook" created="Wed, 29 Oct 2014 15:46:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Deprecate GetLastError and GetLastErrorResult.&lt;br/&gt;
Branch: v1.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/08b2b6fc0b438a311403535402e92980fb4269c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/08b2b6fc0b438a311403535402e92980fb4269c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="751489" author="xgen-internal-githook" created="Wed, 29 Oct 2014 15:32:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Remove GetLastError from the legacy API.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/eeb8dca1c03fc076c9b26be56f47db04b41e88cc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/eeb8dca1c03fc076c9b26be56f47db04b41e88cc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="730814" author="xgen-internal-githook" created="Tue, 30 Sep 2014 17:56:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Introduce FindAndModifyValueDeserializer helper class.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/3b68c5728a6af88e4de30823389d5a3dbeeebf81&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/3b68c5728a6af88e4de30823389d5a3dbeeebf81&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="730813" author="xgen-internal-githook" created="Tue, 30 Sep 2014 17:56:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement MongoCollection FindAndModify and FindAndRemove using operations from Core.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/2dd0a9554c578a5d06dcb7d622e9cf9f9f0894a7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/2dd0a9554c578a5d06dcb7d622e9cf9f9f0894a7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729990" author="xgen-internal-githook" created="Mon, 29 Sep 2014 21:31:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement MongoDatabase Eval using operation in Core.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/e823d2f004c5fd6a9a454e4b738a89322d6837b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/e823d2f004c5fd6a9a454e4b738a89322d6837b0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729974" author="xgen-internal-githook" created="Mon, 29 Sep 2014 21:10:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Added before and after method names to RequiresServerAttribute.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/d4de2a5a89a1f3946528e76693cbbcdf7ae14a82&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/d4de2a5a89a1f3946528e76693cbbcdf7ae14a82&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729973" author="xgen-internal-githook" created="Mon, 29 Sep 2014 21:10:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Added &lt;span class=&quot;error&quot;&gt;&amp;#91;RequiresServer&amp;#93;&lt;/span&gt; to CountOperation test methods that use the server. Added methods to SuiteConfiguration to generate unique collection names for test fixtures or test methods by scanning the call stack and using the corresponding type and method names.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/c15b105d606b257fc535ba04fcfd12c0a4f6a86d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/c15b105d606b257fc535ba04fcfd12c0a4f6a86d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729972" author="xgen-internal-githook" created="Mon, 29 Sep 2014 21:09:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Added integration tests for CountOperation.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/27c76254ebe847c32db927b2e62ab27840190889&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/27c76254ebe847c32db927b2e62ab27840190889&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729824" author="xgen-internal-githook" created="Mon, 29 Sep 2014 19:29:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement MongoCollection Group using operation in Core.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/5fcf0cdd75a1d8add2693d4fba831789a12484cd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/5fcf0cdd75a1d8add2693d4fba831789a12484cd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729798" author="xgen-internal-githook" created="Mon, 29 Sep 2014 19:06:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Code review changes to MongoCollection Distinct.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/4440a7b9a5454e98dae5b3715b58150b9b33f742&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/4440a7b9a5454e98dae5b3715b58150b9b33f742&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729797" author="xgen-internal-githook" created="Mon, 29 Sep 2014 19:06:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement MongoCollection Distinct using Core operation.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/1f99a266df63108e0265a07f064dbe8d41d77569&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/1f99a266df63108e0265a07f064dbe8d41d77569&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="729723" author="xgen-internal-githook" created="Mon, 29 Sep 2014 18:18:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1074&quot; title=&quot;Reimplement legacy CRUD methods that use commands on top of operations in Core&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1074&quot;&gt;&lt;del&gt;CSHARP-1074&lt;/del&gt;&lt;/a&gt;: Reimplement MongoCollection Count using Core operation.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/e685098ddedbe5afa86bbb6d25563a49872f37d8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/e685098ddedbe5afa86bbb6d25563a49872f37d8&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                    <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000bxGwQIAU]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrf447:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>745</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="263">C# Sprint 9</customfieldvalue>
    <customfieldvalue id="289">C# Sprint 10</customfieldvalue>
    <customfieldvalue id="339">C# Sprint 11</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>