Skip to content

Commit e90b1e1

Browse files
authored
Merge pull request #7719 from drasticactions/dev/timill/xaml-bump-11-1
Bump xamlTools to 17.13.35431.11
2 parents 23105d1 + 6f167e0 commit e90b1e1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
* Shorten names shown in 'pull member up' (PR: [#75643](https://github.com/dotnet/roslyn/pull/75643))
1616
* Fix inaccessible constructors shown in sighelp (PR: [#75642](https://github.com/dotnet/roslyn/pull/75642))
1717
* Allow the client to update the server logging level dynamically (PR: [#75615](https://github.com/dotnet/roslyn/pull/75615))
18-
* Bumped xamlTools to 17.13.35429.30 (PR: [#7706](https://github.com/dotnet/vscode-csharp/pull/7706))
18+
* Bumped xamlTools to 17.13.35431.11 (PR: [#7719](https://github.com/dotnet/vscode-csharp/pull/7719))
19+
* XAML validation improvements
20+
* Validating properties of Setters, Triggers, Conditions.
21+
* Validating text values like `<Color> Red </Color>`
22+
* Warnings for obsolete values like LayoutOptions.CenterAndExpand
23+
* XAML IntelliseSense completions for ResourceDictionary.Source
24+
* XAML IntelliseSense completions for name properties like Setter.TargetName
1925

2026
# 2.54.x
2127
* Update debugger packages to v2.54.0 (PR: [#7691](https://github.com/dotnet/vscode-csharp/pull/7691))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"omniSharp": "1.39.11",
4242
"razor": "9.0.0-preview.24528.3",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
44-
"xamlTools": "17.13.35429.30"
44+
"xamlTools": "17.13.35431.11"
4545
},
4646
"main": "./dist/extension",
4747
"l10n": "./l10n",

0 commit comments

Comments
 (0)