File tree Expand file tree Collapse file tree 4 files changed +46
-2
lines changed Expand file tree Collapse file tree 4 files changed +46
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
18
18
provider-long = " MongoDB Entity Framework Provider"
19
19
provider-short = " Entity Framework Provider"
20
20
framework = " Entity Framework"
21
+ framework-core = " {+framework+} Core"
21
22
framework-version = " 7.0"
22
23
language = " C#"
23
24
mongo-community = " MongoDB Community Edition"
Original file line number Diff line number Diff line change
1
+ .. list-table ::
2
+ :header-rows: 1
3
+ :widths: 50 25 25
4
+
5
+ * - {+provider-long+}
6
+ - {+framework-core+}
7
+ - .NET
8
+
9
+ * - **{+version-number+} **
10
+ - **7.0 **
11
+ - **6.0 or later **
Original file line number Diff line number Diff line change 1
1
=================================
2
- MongoDB Entity Framework Provider
2
+ {+provider-long+}
3
3
=================================
4
4
5
5
.. toctree::
6
6
7
7
/quick-start
8
8
/quick-reference
9
+ /issues-and-help
9
10
10
11
Introduction
11
12
------------
@@ -26,4 +27,12 @@ Quick Reference
26
27
---------------
27
28
28
29
See driver syntax examples for common MongoDB commands in the
29
- :ref:`Quick Reference <entity-framework-quick-reference>` section.
30
+ :ref:`Quick Reference <entity-framework-quick-reference>` section.
31
+
32
+ Compatibility
33
+ -------------
34
+
35
+ The {+provider-long+} is compatible with the following the following versions of
36
+ {+framework-core+} and .NET.
37
+
38
+ .. include:: /includes/compatibility-table.rst
Original file line number Diff line number Diff line change
1
+ .. _entity-framework-issues-help:
2
+
3
+ =============
4
+ Issues & Help
5
+ =============
6
+
7
+ Bugs / Feature Requests
8
+ -----------------------
9
+
10
+ To report a bug or to request a new feature in the {+provider-short+},
11
+ please open an issue in JIRA, our issue management tool, using the
12
+ following steps:
13
+
14
+ 1. `Create a JIRA account <https://jira.mongodb.org>`__.
15
+ #. Navigate to `the Entity Framework project <https://jira.mongodb.org/projects/EF/>`__.
16
+ #. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
17
+ issue and the steps to reproduce it.
18
+
19
+ Bug reports in JIRA for the {+provider-short+} project can be viewed by everyone.
20
+
21
+ If you identify a security vulnerability in the driver or in any other
22
+ MongoDB project, please report it according to the instructions found in
23
+ :manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>`.
You can’t perform that action at this time.
0 commit comments