Skip to content

Commit 43bffb8

Browse files
authored
Bump Razor to 10.0.0-preview.25411.5 (#8518)
2 parents b0863aa + e832e2f commit 43bffb8

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.89.x
7+
* Bump Razor to 10.0.0-preview.25411.5 (PR: [#8512](https://github.com/dotnet/vscode-csharp/pull/8512))
8+
* Fix VS Code cohosting completion when Razor and C# are valid (PR: [#12096](https://github.com/dotnet/razor/pull/12096))
9+
* Fix null reference exception in formatting (PR: [#12097](https://github.com/dotnet/razor/pull/12097))
10+
* Fix cohost override setting (PR: [#12082](https://github.com/dotnet/razor/pull/12082))
11+
* Cohost span mapping (PR: [#12055](https://github.com/dotnet/razor/pull/12055))
12+
* Explicitly deny certain Roslyn formatting options (PR: [#12064](https://github.com/dotnet/razor/pull/12064))
13+
* Don't use `requestContext` in document closed endpoint (PR: [#12080](https://github.com/dotnet/razor/pull/12080))
714

815
# 2.88.x
916
* Enable Razor Cohosting "on" by default (PR: [#8469](https://github.com/dotnet/vscode-csharp/pull/8469))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"defaults": {
4343
"roslyn": "5.0.0-2.25405.5",
4444
"omniSharp": "1.39.14",
45-
"razor": "10.0.0-preview.25403.1",
45+
"razor": "10.0.0-preview.25411.5",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36106.43"
4848
},

test/razor/razorIntegrationTests/reference.integration.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ describe(`Razor References ${testAssetWorkspace.description}`, function () {
127127
});
128128

129129
test('Find All References - CSharp', async () => {
130-
if (!integrationHelpers.usingDevKit()) {
131-
// If we're not using devkit, then it means we are testing cohosting, and FAR from C# doesn't currently work in cohosting.
132-
return;
133-
}
134-
135130
if (!integrationHelpers.isRazorWorkspace(vscode.workspace)) {
136131
return;
137132
}

0 commit comments

Comments
 (0)