Skip to content

Commit 7ef5333

Browse files
Reorganize Limitations page (#24)
1 parent 50b34ae commit 7ef5333

File tree

2 files changed

+44
-36
lines changed

2 files changed

+44
-36
lines changed

snooty.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ string-data-type = "``string``"
3636
int-data-type = "``integer``"
3737
not-available = "N/A"
3838
package = "MongoDB.EntityFrameworkCore"
39+
40+
[[banners]]
41+
targets = ["index.txt"]
42+
variant = "tip"
43+
value = """
44+
The {+provider-long+} is now generally available (GA). \
45+
To learn more, read `our blog post <https://www.mongodb.com/blog/post/mongodb-provider-entity-framework-core-now-generally-available>`__.
46+
"""

source/limitations.txt

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,17 @@ Limitations
2020
Overview
2121
--------
2222

23-
On this page, you can find a list of MongoDB and {+framework+} features that
23+
On this page, you can find a list of {+framework+} and MongoDB features that
2424
the {+provider-long+} does not support. Because the provider is in active
2525
development, some features listed on this page might be considered for future
2626
releases based on customer demand.
2727

28-
Unsupported MongoDB Features
29-
----------------------------
28+
Unsupported {+framework-core+} Features
29+
-------------------------------------------
3030

31-
The following sections describe MongoDB features that the {+provider-short+}
31+
The following sections describe {+framework-core+} features that the {+provider-short+}
3232
does not support.
3333

34-
Type Discriminators
35-
~~~~~~~~~~~~~~~~~~~
36-
37-
A type discriminator is an element in a document that the {+provider-short+}
38-
uses to decide which {+language+} type to create for the document during deserialization.
39-
40-
This version of the {+provider-short+} does not support type discriminators.
41-
4234
Select Projections
4335
~~~~~~~~~~~~~~~~~~
4436

@@ -50,6 +42,14 @@ types not recognized by {+framework+}.
5042
This version of the {+provider-short+} does not support
5143
Select Projections.
5244

45+
Type Discriminators
46+
~~~~~~~~~~~~~~~~~~~
47+
48+
A type discriminator is an element in a document that the {+provider-short+}
49+
uses to decide which {+language+} type to create for the document during deserialization.
50+
51+
This version of the {+provider-short+} does not support type discriminators.
52+
5353
Scalar Aggregations
5454
~~~~~~~~~~~~~~~~~~~
5555

@@ -73,30 +73,6 @@ together so the database is not left in an inconsistent state.
7373
This version of the {+provider-short+} does not support the {+framework-core+}
7474
transaction model.
7575

76-
Time Series
77-
~~~~~~~~~~~
78-
79-
The {+provider-short+} does not support time series data or time series
80-
collections. These are MongoDB-exclusive features that are not available in {+framework-core+}.
81-
82-
Atlas Search
83-
~~~~~~~~~~~~
84-
85-
The {+provider-short+} does not support MongoDB Atlas search. Atlas Search is a
86-
MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
87-
88-
Vector Search
89-
~~~~~~~~~~~~~
90-
91-
The {+provider-short+} does not support MongoDB Atlas Vector search. Atlas Vector Search is a
92-
MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
93-
94-
Unsupported {+framework-core+} Features
95-
-------------------------------------------
96-
97-
The following sections describe {+framework-core+} features that the {+provider-short+}
98-
does not support.
99-
10076
Migrations
10177
~~~~~~~~~~
10278

@@ -137,3 +113,27 @@ Spatial Data
137113
~~~~~~~~~~~~
138114

139115
The {+provider-short+} does not support spatial data.
116+
117+
Unsupported MongoDB Features
118+
----------------------------
119+
120+
The following sections describe MongoDB features that the {+provider-short+}
121+
does not support.
122+
123+
Time Series
124+
~~~~~~~~~~~
125+
126+
The {+provider-short+} does not support time series data or time series
127+
collections. These are MongoDB-exclusive features that are not available in {+framework-core+}.
128+
129+
Atlas Search
130+
~~~~~~~~~~~~
131+
132+
The {+provider-short+} does not support MongoDB Atlas search. Atlas Search is a
133+
MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
134+
135+
Vector Search
136+
~~~~~~~~~~~~~
137+
138+
The {+provider-short+} does not support MongoDB Atlas Vector search. Atlas Vector Search is a
139+
MongoDB-exclusive feature with no similar feature available in {+framework-core+}.

0 commit comments

Comments
 (0)