Skip to content

Commit 178e51a

Browse files
authored
first draft (#48)
1 parent 641a817 commit 178e51a

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/mongodb-analyzer
22
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
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/master -> ${base}/upcoming/

snooty.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name = "visual-studio-extension"
22
title = "MongoDB Analyzer"
3-
toc_landing_pages = [
4-
"/analyze-code",
5-
]
3+
toc_landing_pages = ["/analyze-code"]
64

75
[constants]
86
product = "MongoDB Analyzer"
@@ -13,15 +11,14 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
1311
product-home-page = "{+product-source-repo+}"
1412
product-nuget-link = "https://www.nuget.org/packages/MongoDB.Analyzer"
1513
product-package-name = "MongoDB.Analyzer"
16-
product-version = "1.2"
14+
product-version = "1.3"
1715
product-version-full = "{+product-version+}.0"
1816
product-settings-file-constant = "mongodb.analyzer.json"
1917
product-jira = "https://jira.mongodb.org/browse/VS"
2018

2119
query-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"
2624
driver-docs = "https://www.mongodb.com/docs/drivers/csharp/current"
27-

source/whats-new.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,24 @@ What's New
1212

1313
Learn 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

2135
What's New in 1.2

0 commit comments

Comments
 (0)