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 11define: prefix docs/mongodb-analyzer
22define: 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
44
55raw: ${prefix}/ -> ${base}/current/
66raw: ${prefix}/master -> ${base}/upcoming/
Original file line number Diff line number Diff line change 11name = " visual-studio-extension"
22title = " MongoDB Analyzer"
3- toc_landing_pages = [
4- " /analyze-code" ,
5- ]
3+ toc_landing_pages = [" /analyze-code" ]
64
75[constants ]
86product = " MongoDB Analyzer"
@@ -13,15 +11,14 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
1311product-home-page = " {+product-source-repo+}"
1412product-nuget-link = " https://www.nuget.org/packages/MongoDB.Analyzer"
1513product-package-name = " MongoDB.Analyzer"
16- product-version = " 1.2 "
14+ product-version = " 1.3 "
1715product-version-full = " {+product-version+}.0"
1816product-settings-file-constant = " mongodb.analyzer.json"
1917product-jira = " https://jira.mongodb.org/browse/VS"
2018
2119query-api = " MongoDB Query API"
2220
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 "
2624driver-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
1212
1313Learn what's new in:
1414
15+ * :ref:`Version 1.3 <mongodb-analyzer-whats-new-1.3>`
1516* :ref:`Version 1.2 <mongodb-analyzer-whats-new-1.2>`
1617* :ref:`Version 1.1 <mongodb-analyzer-whats-new-1.1>`
1718* :ref:`Version 1.0 <mongodb-analyzer-whats-new-1.0>`
1819
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+
1933.. _mongodb-analyzer-whats-new-1.2:
2034
2135What's New in 1.2
You can’t perform that action at this time.
0 commit comments