File tree Expand file tree Collapse file tree 3 files changed +20
-9
lines changed Expand file tree Collapse file tree 3 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1
1
define: prefix docs/mongodb-analyzer
2
2
define: base https://www.mongodb.com/${prefix}
3
- define: versions v1.0 v1.1 v1.2 master
3
+ define: versions v1.0 v1.1 v1.2 v1.3 master
4
4
5
5
raw: ${prefix}/ -> ${base}/current/
6
6
raw: ${prefix}/master -> ${base}/upcoming/
Original file line number Diff line number Diff line change 1
1
name = " visual-studio-extension"
2
2
title = " MongoDB Analyzer"
3
- toc_landing_pages = [
4
- " /analyze-code" ,
5
- ]
3
+ toc_landing_pages = [" /analyze-code" ]
6
4
7
5
[constants ]
8
6
product = " MongoDB Analyzer"
@@ -13,15 +11,14 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
13
11
product-home-page = " {+product-source-repo+}"
14
12
product-nuget-link = " https://www.nuget.org/packages/MongoDB.Analyzer"
15
13
product-package-name = " MongoDB.Analyzer"
16
- product-version = " 1.2 "
14
+ product-version = " 1.3 "
17
15
product-version-full = " {+product-version+}.0"
18
16
product-settings-file-constant = " mongodb.analyzer.json"
19
17
product-jira = " https://jira.mongodb.org/browse/VS"
20
18
21
19
query-api = " MongoDB Query API"
22
20
23
- driver-long = " MongoDB .NET driver"
24
- driver-short = " .NET driver"
25
- driver-version = " 2.19 "
21
+ driver-long = " MongoDB .NET/C# driver"
22
+ driver-short = " .NET/C# driver"
23
+ driver-version = " 2.21 "
26
24
driver-docs = " https://www.mongodb.com/docs/drivers/csharp/current"
27
-
Original file line number Diff line number Diff line change @@ -12,10 +12,24 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 1.3 <mongodb-analyzer-whats-new-1.3>`
15
16
* :ref:`Version 1.2 <mongodb-analyzer-whats-new-1.2>`
16
17
* :ref:`Version 1.1 <mongodb-analyzer-whats-new-1.1>`
17
18
* :ref:`Version 1.0 <mongodb-analyzer-whats-new-1.0>`
18
19
20
+ .. _mongodb-analyzer-whats-new-1.3:
21
+
22
+ What's New in 1.3
23
+ -----------------
24
+
25
+ New features of the 1.3 {+product+} release include:
26
+
27
+ - POCO to JSON analysis rules that show the serialization result of a POCO at compile
28
+ time.
29
+ - POCO, LINQ, and Builders analysis support BSON serialization attributes.
30
+ - Support for LINQ expressions that use enums in tuples.
31
+ - Improved support for nullable types.
32
+
19
33
.. _mongodb-analyzer-whats-new-1.2:
20
34
21
35
What's New in 1.2
You can’t perform that action at this time.
0 commit comments