<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:43:45 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-2874] Improve Snappy dll loading and/or packaging</title>
                <link>https://jira.mongodb.org/browse/CSHARP-2874</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Currently, the way Snappy is packaged results in multiple copies of the snappy64.dll being included in the nuget package (see image).&lt;/p&gt;

&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;240232_thumb&quot; href=&quot;https://jira.mongodb.org/secure/attachment/240232/240232_image-2019-12-12-11-25-48-325.png&quot; title=&quot;image-2019-12-12-11-25-48-325.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;240232&quot; file-preview-title=&quot;image-2019-12-12-11-25-48-325.png&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/thumbnail/240232/_thumb_240232.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;Using more modern packaging strategies (i.e. leveraging content/contentFiles or runtime) should reduce redundant copies by at least one.&lt;/p&gt;

&lt;p&gt;Research will likely be needed because the official documentation is currently somewhat unsatisfactory (see &lt;a href=&quot;https://github.com/NuGet/Home/issues/6645&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/NuGet/Home/issues/6645&lt;/a&gt; and &lt;a href=&quot;https://github.com/NuGet/Home/issues/8623&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/NuGet/Home/issues/8623&lt;/a&gt;). A preliminary scan of the literature suggests that we may even be able to simply use &lt;tt&gt;DllImport&lt;/tt&gt; instead of using our current LibraryLoader approach, which would simplify the codebase.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1050202">CSHARP-2874</key>
            <summary>Improve Snappy dll loading and/or packaging</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="13201">Fixed</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="vincent.kam@mongodb.com">Vincent Kam</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Dec 2019 16:38:14 +0000</created>
                <updated>Sat, 28 Oct 2023 11:48:29 +0000</updated>
                            <resolved>Thu, 11 Aug 2022 23:01:14 +0000</resolved>
                                                    <fixVersion>2.18.0</fixVersion>
                                    <component>Build</component>
                                        <votes>1</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="4745771" author="james.kovacs" created="Thu, 11 Aug 2022 23:00:20 +0000"  >&lt;p&gt;This issue has been resolved by switching to managed compression libraries (&lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-4271&quot; title=&quot;Replace Snappy and Zstd with managed implementations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-4271&quot;&gt;&lt;del&gt;CSHARP-4271&lt;/del&gt;&lt;/a&gt;). The same problem may be present in &lt;tt&gt;MongoDB.Libmongocrypt&lt;/tt&gt;. Follow &lt;a href=&quot;https://jira.mongodb.org/browse/MONGOCRYPT-471&quot; title=&quot;Improve libmongocrypt packaging for .NET/C# bindings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MONGOCRYPT-471&quot;&gt;MONGOCRYPT-471&lt;/a&gt; for updates.&lt;/p&gt;</comment>
                            <comment id="2601955" author="vincent.kam" created="Thu, 12 Dec 2019 16:39:39 +0000"  >&lt;p&gt;We could also apply the improvements to our C# FLE binding, from which much of our current native library loading techniques are derived from&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1687694">CSHARP-3612</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2112088">MONGOCRYPT-471</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2099832">CSHARP-4271</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="240232" name="image-2019-12-12-11-25-48-325.png" size="277908" author="vincent.kam@mongodb.com" created="Thu, 12 Dec 2019 16:25:49 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></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|hvynaf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>