Skip to content

Update TextMate grammars#12329

Merged
davidwengier merged 2 commits into
dotnet:mainfrom
davidwengier:UpdateTextMate
Oct 15, 2025
Merged

Update TextMate grammars#12329
davidwengier merged 2 commits into
dotnet:mainfrom
davidwengier:UpdateTextMate

Update files after running script

fb6c695
Select commit
Loading
Failed to load commit list.
Azure Pipelines / razor-tooling-ci succeeded Oct 14, 2025 in 23m 20s

Build #20251013.15 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 103,094 (99.58%)
  • Other: 435 (0.42%)
  • Total: 103,531

Annotations

Check failure on line 1 in Handle_SingleServerWithAutoListParamsDisabled_ReturnNull

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-ci

Handle_SingleServerWithAutoListParamsDisabled_ReturnNull

StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete.
Raw output
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync(JsonRpcRequest request, Type expectedResultType, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](RequestId id, String targetName, IReadOnlyList`1 arguments, IReadOnlyList`1 positionalArgumentDeclaredTypes, IReadOnlyDictionary`2 namedArgumentDeclaredTypes, CancellationToken cancellationToken, Boolean isParameterObject)
   at Microsoft.AspNetCore.Razor.Test.Common.LanguageServer.CSharpTestLspServer.CreateAsync(AdhocWorkspace testWorkspace, ExportProvider exportProvider, ClientCapabilities clientCapabilities, VSInternalServerCapabilities serverCapabilities, CancellationToken cancellationToken) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.Test.Common.Tooling/LanguageServer/CSharpTestLspServer.cs:line 130
   at Microsoft.AspNetCore.Razor.Test.Common.LanguageServer.CSharpTestLspServerHelpers.CreateCSharpLspServerAsync(IEnumerable`1 files, VSInternalServerCapabilities serverCapabilities, IRazorMappingService razorMappingService, Boolean multiTargetProject, Action`1 capabilitiesUpdater, CancellationToken cancellationToken) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.Test.Common.Tooling/LanguageServer/CSharpTestLspServerHelpers.cs:line 108
   at Microsoft.AspNetCore.Razor.LanguageServer.SingleServerDelegatingEndpointTestBase.CreateLanguageServerAsync(RazorCodeDocument codeDocument, String razorFilePath, IEnumerable`1 additionalRazorDocuments, Boolean multiTargetProject, Action`1 capabilitiesUpdater) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/SingleServerDelegatingEndpointTestBase.cs:line 69
   at Microsoft.AspNetCore.Razor.LanguageServer.SignatureHelp.SignatureHelpEndpointTest.VerifySignatureHelpWithContextAndOptionsAsync(String input, RazorLSPOptionsMonitor optionsMonitor, SignatureHelpContext signatureHelpContext, String[] signatures) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/SignatureHelp/SignatureHelpEndpointTest.cs:line 99
   at Microsoft.AspNetCore.Razor.LanguageServer.SignatureHelp.SignatureHelpEndpointTest.Handle_SingleServerWithAutoListParamsDisabled_ReturnNull() in /_/src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/SignatureHelp/SignatureHelpEndpointTest.cs:line 57
--- End of stack trace from previous location ---

Check failure on line 1 in Handle_SingleServer_CSharpSignature

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-ci

Handle_SingleServer_CSharpSignature

StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete.
Raw output
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync(JsonRpcRequest request, Type expectedResultType, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](RequestId id, String targetName, IReadOnlyList`1 arguments, IReadOnlyList`1 positionalArgumentDeclaredTypes, IReadOnlyDictionary`2 namedArgumentDeclaredTypes, CancellationToken cancellationToken, Boolean isParameterObject)
   at Microsoft.AspNetCore.Razor.Test.Common.LanguageServer.CSharpTestLspServer.CreateAsync(AdhocWorkspace testWorkspace, ExportProvider exportProvider, ClientCapabilities clientCapabilities, VSInternalServerCapabilities serverCapabilities, CancellationToken cancellationToken) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.Test.Common.Tooling/LanguageServer/CSharpTestLspServer.cs:line 130
   at Microsoft.AspNetCore.Razor.Test.Common.LanguageServer.CSharpTestLspServerHelpers.CreateCSharpLspServerAsync(IEnumerable`1 files, VSInternalServerCapabilities serverCapabilities, IRazorMappingService razorMappingService, Boolean multiTargetProject, Action`1 capabilitiesUpdater, CancellationToken cancellationToken) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.Test.Common.Tooling/LanguageServer/CSharpTestLspServerHelpers.cs:line 108
   at Microsoft.AspNetCore.Razor.LanguageServer.SingleServerDelegatingEndpointTestBase.CreateLanguageServerAsync(RazorCodeDocument codeDocument, String razorFilePath, IEnumerable`1 additionalRazorDocuments, Boolean multiTargetProject, Action`1 capabilitiesUpdater) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/SingleServerDelegatingEndpointTestBase.cs:line 69
   at Microsoft.AspNetCore.Razor.LanguageServer.SignatureHelp.SignatureHelpEndpointTest.VerifySignatureHelpWithContextAndOptionsAsync(String input, RazorLSPOptionsMonitor optionsMonitor, SignatureHelpContext signatureHelpContext, String[] signatures) in /_/src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/SignatureHelp/SignatureHelpEndpointTest.cs:line 99
   at Microsoft.AspNetCore.Razor.LanguageServer.SignatureHelp.SignatureHelpEndpointTest.Handle_SingleServer_CSharpSignature() in /_/src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/SignatureHelp/SignatureHelpEndpointTest.cs:line 35
--- End of stack trace from previous location ---