Skip to content

Commit 1b7e1b8

Browse files
TanayParikhN. Taylor Mullen
andauthored
Razor 16.8 Preview 4 Release (#4095)
* Razor Extension 6.0.0-alpha.1.20475.2 * 6.0.0-alpha.1.20479.2 * Update package.json * Update package.json * Update CHANGELOG.md * Linking Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: N. Taylor Mullen <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
1 parent 7120374 commit 1b7e1b8

File tree

3 files changed

+67
-14
lines changed

3 files changed

+67
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
* Updated Razor support
1616
* Updated OmniSharp version (should improve stability) [dotnet/aspnetcore-tooling#20320](https://github.com/dotnet/aspnetcore/issues/20320)
1717
* Corrected positioning for `@using` for components added by light bulb. [dotnet/aspnetcore-tooling#25019](https://github.com/dotnet/aspnetcore/issues/25019)
18-
* Razor formatting improvements
18+
* Mixed HTML & C# Razor formatting support ([dotnet/aspnetcore-tooling#25470](https://github.com/dotnet/aspnetcore/issues/25470)) / ([dotnet/aspnetcore-tooling#14271](https://github.com/dotnet/aspnetcore/issues/14271))
19+
* Add using for C# Type light bulb ([dotnet/aspnetcore-tooling#18173](https://github.com/dotnet/aspnetcore/issues/18173))
20+
* Fully qualify C# Type light bulb ([dotnet/aspnetcore-tooling#24778](https://github.com/dotnet/aspnetcore/issues/24778))
21+
* Added support for engine logging on .NET process for Blazor WASM apps ([OmniSharp/omnisharp-vscode#4070](https://github.com/OmniSharp/omnisharp-vscode/issues/4070))
22+
* Fixed bug in clean-up of Blazor WASM debugging session ([OmniSharp/omnisharp-vscode#4056](https://github.com/OmniSharp/omnisharp-vscode/issues/4056))
23+
1924

2025
## 1.23.2 (September 3, 2020)
2126
* Ensure that all quickinfo sections have linebreaks between them, and don't add unecessary duplicate linebreaks (PR: [omnisharp-roslyn#1900](https://github.com/OmniSharp/omnisharp-roslyn/pull/1900))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 59 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"defaults": {
3232
"omniSharp": "1.37.1",
33-
"razor": "6.0.0-alpha.1.20464.3"
33+
"razor": "6.0.0-alpha.1.20479.2"
3434
},
3535
"main": "./dist/extension",
3636
"scripts": {
@@ -79,7 +79,7 @@
7979
"http-proxy-agent": "2.1.0",
8080
"https-proxy-agent": "^3.0.1",
8181
"jsonc-parser": "2.0.3",
82-
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/14b6b7c9-255f-4148-96d7-c5006dfc5f68/7636db5b50994508224d991dfd2b6a59/microsoft.aspnetcore.razor.vscode-6.0.0-alpha.1.20464.3.tgz",
82+
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/7c23a575-eeee-47ba-814a-370fcb3bfb51/40d55e9484f6be2a1800f489d750bd21/microsoft.aspnetcore.razor.vscode-6.0.0-alpha.1.20479.2.tgz",
8383
"mkdirp": "^1.0.3",
8484
"node-filter-async": "1.1.1",
8585
"node-machine-id": "1.1.12",
@@ -304,8 +304,8 @@
304304
{
305305
"id": "Razor",
306306
"description": "Razor Language Server (Windows / x64)",
307-
"url": "https://download.visualstudio.microsoft.com/download/pr/14b6b7c9-255f-4148-96d7-c5006dfc5f68/1478bdecabab24c081295cbd1f89feae/razorlanguageserver-win-x64-6.0.0-alpha.1.20464.3.zip",
308-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x64-6.0.0-alpha.1.20464.3.zip",
307+
"url": "https://download.visualstudio.microsoft.com/download/pr/7c23a575-eeee-47ba-814a-370fcb3bfb51/087ef8770e05073204daecdf5701fcf9/razorlanguageserver-win-x64-6.0.0-alpha.1.20479.2.zip",
308+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x64-6.0.0-alpha.1.20479.2.zip",
309309
"installPath": ".razor",
310310
"platforms": [
311311
"win32"
@@ -317,8 +317,8 @@
317317
{
318318
"id": "Razor",
319319
"description": "Razor Language Server (Windows / x86)",
320-
"url": "https://download.visualstudio.microsoft.com/download/pr/14b6b7c9-255f-4148-96d7-c5006dfc5f68/80101c678b94f3b5362fb9c5e6ff3164/razorlanguageserver-win-x86-6.0.0-alpha.1.20464.3.zip",
321-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x86-6.0.0-alpha.1.20464.3.zip",
320+
"url": "https://download.visualstudio.microsoft.com/download/pr/7c23a575-eeee-47ba-814a-370fcb3bfb51/1f4b86673ce34352bb86a59d601ad43a/razorlanguageserver-win-x86-6.0.0-alpha.1.20479.2.zip",
321+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-win-x86-6.0.0-alpha.1.20479.2.zip",
322322
"installPath": ".razor",
323323
"platforms": [
324324
"win32"
@@ -330,8 +330,8 @@
330330
{
331331
"id": "Razor",
332332
"description": "Razor Language Server (Linux / x64)",
333-
"url": "https://download.visualstudio.microsoft.com/download/pr/14b6b7c9-255f-4148-96d7-c5006dfc5f68/80390bfb4a3a50626cfa8f6304ae42fa/razorlanguageserver-linux-x64-6.0.0-alpha.1.20464.3.zip",
334-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-linux-x64-6.0.0-alpha.1.20464.3.zip",
333+
"url": "https://download.visualstudio.microsoft.com/download/pr/7c23a575-eeee-47ba-814a-370fcb3bfb51/112fe9289fb974e5ff14207a3633933d/razorlanguageserver-linux-x64-6.0.0-alpha.1.20479.2.zip",
334+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-linux-x64-6.0.0-alpha.1.20479.2.zip",
335335
"installPath": ".razor",
336336
"platforms": [
337337
"linux"
@@ -346,8 +346,8 @@
346346
{
347347
"id": "Razor",
348348
"description": "Razor Language Server (macOS / x64)",
349-
"url": "https://download.visualstudio.microsoft.com/download/pr/14b6b7c9-255f-4148-96d7-c5006dfc5f68/348c7ac205de27e7c99df758ba82ee76/razorlanguageserver-osx-x64-6.0.0-alpha.1.20464.3.zip",
350-
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-osx-x64-6.0.0-alpha.1.20464.3.zip",
349+
"url": "https://download.visualstudio.microsoft.com/download/pr/7c23a575-eeee-47ba-814a-370fcb3bfb51/4892ef64ea15017b17c4e6c23384aea8/razorlanguageserver-osx-x64-6.0.0-alpha.1.20479.2.zip",
350+
"fallbackUrl": "https://razorvscodetest.blob.core.windows.net/languageserver/RazorLanguageServer-osx-x64-6.0.0-alpha.1.20479.2.zip",
351351
"installPath": ".razor",
352352
"platforms": [
353353
"darwin"
@@ -3155,6 +3155,54 @@
31553155
"env": {
31563156
"type": "object",
31573157
"description": "Environment variables passed to dotnet. Only valid for hosted apps."
3158+
},
3159+
"logging": {
3160+
"description": "Optional flags to determine what types of messages should be logged to the output window. Applicable only for the app server of hosted Blazor WASM apps.",
3161+
"type": "object",
3162+
"required": [],
3163+
"default": {},
3164+
"properties": {
3165+
"exceptions": {
3166+
"type": "boolean",
3167+
"description": "Optional flag to determine whether exception messages should be logged to the output window.",
3168+
"default": true
3169+
},
3170+
"moduleLoad": {
3171+
"type": "boolean",
3172+
"description": "Optional flag to determine whether module load events should be logged to the output window.",
3173+
"default": true
3174+
},
3175+
"programOutput": {
3176+
"type": "boolean",
3177+
"description": "Optional flag to determine whether program output should be logged to the output window when not using an external console.",
3178+
"default": true
3179+
},
3180+
"engineLogging": {
3181+
"type": "boolean",
3182+
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
3183+
"default": false
3184+
},
3185+
"browserStdOut": {
3186+
"type": "boolean",
3187+
"description": "Optional flag to determine if stdout text from the launching the web browser should be logged to the output window.",
3188+
"default": true
3189+
},
3190+
"elapsedTiming": {
3191+
"type": "boolean",
3192+
"description": "If true, engine logging will include `adapterElapsedTime` and `engineElapsedTime` properties to indicate the amount of time, in microseconds, that a request took.",
3193+
"default": false
3194+
},
3195+
"threadExit": {
3196+
"type": "boolean",
3197+
"description": "Controls if a message is logged when a thread in the target process exits. Default: `false`.",
3198+
"default": false
3199+
},
3200+
"processExit": {
3201+
"type": "boolean",
3202+
"description": "Controls if a message is logged when the target process exits, or debugging is stopped. Default: `true`.",
3203+
"default": true
3204+
}
3205+
}
31583206
}
31593207
}
31603208
},
@@ -3485,4 +3533,4 @@
34853533
]
34863534
}
34873535
}
3488-
}
3536+
}

0 commit comments

Comments
 (0)