├── .editorconfig ├── .gitattributes ├── .github ├── CODEOWNERS ├── REVIEW_GUIDELINES.md ├── dependabot.yml ├── pull_request_template.md └── workflows │ ├── CODEOWNERS │ ├── integration-test.yml │ └── packages-validation-comment.yml ├── .gitignore ├── .mention-bot ├── .vscode ├── launch.json ├── settings.json └── tasks.json ├── BUILD.md ├── Directory.Build.props ├── Directory.Build.targets ├── Notice.txt ├── Packages.props ├── README.md ├── RefreshDllsForTestRun.cmd ├── SECURITY.md ├── SQL2003.snk ├── azure-pipelines ├── build-and-release.yml ├── build.yml ├── config │ └── tsaoptions.json ├── createBuildDirectories.sh ├── integrationtests.yml ├── localization.yml ├── osx-arm64-signing.yml └── release.yml ├── bin ├── nuget │ ├── Microsoft.SqlServer.Management.QueryStoreModel.163.55.1.nupkg │ ├── Microsoft.SqlServer.Migration.Assessment.1.0.20241001.3.nupkg │ ├── Microsoft.SqlServer.Migration.Logins.1.0.20240920.1.nupkg │ ├── Microsoft.SqlServer.Migration.SqlTargetProvisioning.1.0.20241022.2.nupkg │ └── microsoft.sqlserver.transactsql.scriptdom.nrt.1.2.10202.1.nupkg └── ref │ ├── Castle.Core.dll │ ├── Moq.dll │ ├── Newtonsoft.Json.dll │ ├── Scriptoria.dll │ ├── ScriptoriaCommonDefs.dll │ ├── SqlCopilotCommon.dll │ ├── SqlScriptoria.dll │ ├── SqlScriptoriaCommon.dll │ └── YamlDotNet.dll ├── codecov.yml ├── docs ├── _site │ ├── api │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.ConnectionInfo.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.ConnectionService.OnConnectionHandler.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.ConnectionService.OnDisconnectHandler.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.ConnectionService.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.CancelConnectParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.CancelConnectRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectParamsExtensions.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionChangedNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionChangedParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionCompleteNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionCompleteParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionDetails.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionDetailsExtensions.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummary.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryComparer.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ConnectionSummaryExtensions.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.DisconnectParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.DisconnectRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ListDatabasesParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ListDatabasesRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ListDatabasesResponse.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.ServerInfo.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.Contracts.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.ISqlConnectionFactory.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.SqlConnectionFactory.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Connection.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Contracts.Credential.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Contracts.DeleteCredentialRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Contracts.ReadCredentialRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Contracts.SaveCredentialRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Contracts.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.CredentialService.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.ICredentialStore.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Linux.CredentialsWrapper.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Linux.FileTokenStorage.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Linux.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialType.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Win32.PersistanceType.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.Win32.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Credentials.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ClientCapabilities.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.CompletionOptions.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ExitNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.HostingErrorEvent.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.HostingErrorParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeError.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ServerCapabilities.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ShutdownRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.SignatureHelpOptions.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.TextDocumentSyncKind.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.VersionRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel.ChannelBase.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel.StdioClientChannel.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel.StdioServerChannel.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.EventType-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.Message.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.MessageType.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType-2.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.EventContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.IMessageSender.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.IProtocolEndpoint.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageDispatcher.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageParseException.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageProtocolType.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageReader.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.MessageWriter.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.ProtocolEndpoint.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Serializers.IMessageSerializer.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Serializers.JsonRpcMessageSerializer.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Serializers.V8MessageSerializer.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Serializers.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.ServiceHost.InitializeCallback.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.ServiceHost.ShutdownCallback.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.ServiceHost.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.ServiceHostBase.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Hosting.html │ │ ├── Microsoft.SqlTools.ServiceLayer.InteractionMetrics-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.AutoCompleteHelper.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.BindingQueue-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.AutoCompletionResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.SqlCompletionItem.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.SqlParserWrapper.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.ConnectedBindingQueue.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItem.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionItemKind.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.CompletionResolveRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DefinitionError.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DefinitionRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.Diagnostic.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DiagnosticSeverity.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DocumentHighlight.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DocumentHighlightKind.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.DocumentHighlightRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.ExpandAliasRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.FindModuleRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.Hover.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.HoverRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.IntelliSenseReadyNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.IntelliSenseReadyParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.MarkedString.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.PSModuleMessage.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.ParameterInformation.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.PublishDiagnosticsNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.ReferencesContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.ReferencesParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.ReferencesRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.ShowOnlineHelpRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.SignatureHelp.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.SignatureHelpRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.SignatureInformation.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.StatusChangeParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.StatusChangedNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.TelemetryEventNames.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.TelemetryNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.TelemetryParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.TelemetryProperties.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.TextEdit.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.DefinitionResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.DiagnosticsHelper.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.IBindingContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.LanguageService.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.QueueItem.html │ │ ├── Microsoft.SqlTools.ServiceLayer.LanguageServices.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Batch.BatchAsyncEventHandler.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Batch.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.BatchSummary.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryCancelParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryCancelRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryCancelResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryDisposeParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryDisposeRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryDisposeResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteBatchCompleteEvent.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteBatchNotificationParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteBatchStartEvent.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteCompleteEvent.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteCompleteParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteResultSetCompleteEvent.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteResultSetCompleteParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteSubsetParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteSubsetRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.QueryExecuteSubsetResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultMessage.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultSetSubset.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ResultSetSummary.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultRequestError.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultRequestResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsAsCsvRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsAsCsvRequestParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsAsJsonRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsAsJsonRequestParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SaveResultsRequestParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.SelectionData.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamFactory.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamWriter.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamFactory.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamWriter.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.StorageDataReader.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Query.QueryAsyncErrorEventHandler.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Query.QueryAsyncEventHandler.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.Query.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.QueryExecutionService.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.ResultSetAsyncEventHandler.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.ResultSet.html │ │ ├── Microsoft.SqlTools.ServiceLayer.QueryExecution.html │ │ ├── Microsoft.SqlTools.ServiceLayer.SqlContext.HostDetails.html │ │ ├── Microsoft.SqlTools.ServiceLayer.SqlContext.IntelliSenseSettings.html │ │ ├── Microsoft.SqlTools.ServiceLayer.SqlContext.QueryExecutionSettings.html │ │ ├── Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettings.html │ │ ├── Microsoft.SqlTools.ServiceLayer.SqlContext.SqlToolsSettingsValues.html │ │ ├── Microsoft.SqlTools.ServiceLayer.SqlContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.AsyncContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.AsyncContextThread.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.AsyncLock.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.AsyncQueue-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.Logger.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.LongList-1.LongListEnumerator-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.LongList-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.TextUtilities.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.ThreadSynchronizationContext.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.Validate.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Utility.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.BufferPosition.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.BufferRange.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeConfigurationNotification-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeConfigurationParams-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidCloseTextDocumentNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidCloseTextDocumentParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidOpenTextDocumentNotification.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DocumentSymbolParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DocumentSymbolRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.FileChange.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.FileChangeType.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.FileEvent.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.FilePosition.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.Location.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.Position.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.Range.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFile.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarker.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptRegion.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolInformation.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.SymbolKind.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentIdentifier.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentItem.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.VersionedTextDocumentIdentifier.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.WorkspaceSymbolParams.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.WorkspaceSymbolRequest.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.Workspace.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.WorkspaceService-1.ConfigChangeCallback.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.WorkspaceService-1.TextDocChangeCallback.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.WorkspaceService-1.TextDocCloseCallback.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.WorkspaceService-1.TextDocOpenCallback.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.WorkspaceService-1.html │ │ ├── Microsoft.SqlTools.ServiceLayer.Workspace.html │ │ ├── Microsoft.SqlTools.ServiceLayer.html │ │ ├── index.html │ │ └── toc.html │ ├── guide │ │ ├── introduction.html │ │ ├── toc.html │ │ └── using_the_dotnet_api.html │ ├── index.html │ ├── manifest.json │ ├── styles │ │ └── main.css │ └── toc.html ├── design │ └── index.md ├── docfx.json ├── eulas │ ├── SQL SERVER 2016 TSQL Language Service EULA.RTF │ └── SQL SERVER V.Next SMO EULA.RTF ├── guide │ ├── building_sqltoolsservice.md │ ├── introduction.md │ ├── jsonrpc_protocol.md │ ├── object_explorer.md │ ├── toc.md │ └── using_the_jsonrpc_api.md ├── images │ ├── connected_bind.png │ ├── connectionservice.png │ ├── hostprocess.png │ ├── msgdispatch.png │ ├── msgdispatchexample.png │ └── serviceregistration.png ├── index.md ├── samples │ ├── jsonrpc │ │ └── netcore │ │ │ └── executequery │ │ │ ├── Driver │ │ │ ├── ClientDriver.cs │ │ │ └── ClientDriverBase.cs │ │ │ ├── Program.cs │ │ │ ├── Utility │ │ │ ├── ClientHelper.cs │ │ │ └── SelfCleaningTempFile.cs │ │ │ ├── jsonrpc.csproj │ │ │ └── project.json.old │ └── smo │ │ ├── PowerShellScript │ │ ├── createxmlshema.ps1 │ │ ├── dbiteration.ps1 │ │ └── managetable.ps1 │ │ ├── net45 │ │ └── Scripting │ │ │ ├── Program.cs │ │ │ └── Scripting.csproj │ │ └── netcore │ │ └── ModifySetting │ │ ├── Program.cs │ │ └── project.json.old └── toc.yml ├── global.json ├── license.txt ├── localization ├── sr.de.xlf.template ├── sr.es.xlf.template ├── sr.fr.xlf.template ├── sr.it.xlf.template ├── sr.ja.xlf.template ├── sr.ko.xlf.template ├── sr.pt-br.xlf.template ├── sr.ru.xlf.template ├── sr.xlf.template ├── sr.zh-hans.xlf.template └── sr.zh-hant.xlf.template ├── nuget.config ├── packages ├── Microsoft.SqlTools.ManagedBatchParser │ └── Microsoft.SqlTools.ManagedBatchParser.nuspec ├── images │ └── sqlserver.png ├── lib │ └── _._ └── license │ ├── Microsoft SQL Tools Service Layer SDK EULA_1 26 2021.docx │ └── NOTICE.txt ├── scripts ├── archiving.cake ├── artifacts.cake ├── cake-bootstrap.ps1 ├── cake-bootstrap.sh ├── packages.config └── runhelpers.cake ├── sqltoolsservice.sln ├── src ├── Directory.Build.props ├── LocProject.json ├── Microsoft.Kusto.ServiceLayer │ ├── Admin │ │ ├── AdminService.cs │ │ └── Contracts │ │ │ ├── DatabaseInfo.cs │ │ │ └── GetDatabaseInfoRequest.cs │ ├── Connection │ │ ├── CancelTokenKey.cs │ │ ├── ConnectionInfo.cs │ │ ├── ConnectionManager.cs │ │ ├── ConnectionProviderOptionsHelper.cs │ │ ├── ConnectionService.cs │ │ ├── ConnectionType.cs │ │ ├── Contracts │ │ │ ├── BuildConnectionInfoRequest.cs │ │ │ ├── CancelConnectParams.cs │ │ │ ├── CancelConnectRequest.cs │ │ │ ├── ChangeDatabaseParams.cs │ │ │ ├── ChangeDatabaseRequest.cs │ │ │ ├── ConnectParams.cs │ │ │ ├── ConnectParamsExtensions.cs │ │ │ ├── ConnectionChangedNotification.cs │ │ │ ├── ConnectionChangedParams.cs │ │ │ ├── ConnectionCompleteNotification.cs │ │ │ ├── ConnectionDetails.cs │ │ │ ├── ConnectionDetailsExtensions.cs │ │ │ ├── ConnectionRequest.cs │ │ │ ├── ConnectionSummary.cs │ │ │ ├── ConnectionSummaryComparer.cs │ │ │ ├── ConnectionSummaryExtensions.cs │ │ │ ├── DisconnectParams.cs │ │ │ ├── DisconnectRequest.cs │ │ │ ├── GetConnectionStringParams.cs │ │ │ ├── GetConnectionStringRequest.cs │ │ │ ├── LanguageFlavorChange.cs │ │ │ ├── ListDatabasesParams.cs │ │ │ ├── ListDatabasesRequest.cs │ │ │ ├── ListDatabasesResponse.cs │ │ │ ├── RequestSecurityTokenParams.cs │ │ │ ├── RequestSecurityTokenResponse.cs │ │ │ ├── SecurityTokenRequest.cs │ │ │ └── ServerInfo.cs │ │ ├── DataSourceConnectionFactory.cs │ │ ├── DatabaseLocksManager.cs │ │ ├── IConnectionManager.cs │ │ ├── IConnectionService.cs │ │ ├── IDataSourceConnectionFactory.cs │ │ └── ReliableConnection │ │ │ └── RetryCallbackEventArgs.cs │ ├── DataSource │ │ ├── Contracts │ │ │ └── DataSourceConnectionDetails.cs │ │ ├── DataReaderWrapper.cs │ │ ├── DataSourceBase.cs │ │ ├── DataSourceFactory.cs │ │ ├── DataSourceType.cs │ │ ├── DiagnosticsInfo.cs │ │ ├── IDataSource.cs │ │ ├── IDataSourceFactory.cs │ │ ├── Intellisense │ │ │ ├── IntellisenseClientBase.cs │ │ │ ├── ScriptParseInfo.cs │ │ │ ├── ShowDatabaseSchemaResult.cs │ │ │ ├── ShowDatabasesResult.cs │ │ │ └── ShowFunctionsResult.cs │ │ ├── Kusto │ │ │ ├── IKustoClient.cs │ │ │ ├── KustoClient.cs │ │ │ ├── KustoDataSource.cs │ │ │ ├── KustoIntellisenseClient.cs │ │ │ ├── KustoIntellisenseHelper.cs │ │ │ └── KustoResultsReader.cs │ │ ├── KustoQueryUtils.cs │ │ ├── Metadata │ │ │ ├── ColumnMetadata.cs │ │ │ ├── DataSourceMetadataType.cs │ │ │ ├── DataSourceObjectMetadata.cs │ │ │ ├── DatabaseMetadata.cs │ │ │ ├── FolderMetadata.cs │ │ │ ├── FunctionMetadata.cs │ │ │ ├── MetadataFactory.cs │ │ │ └── TableMetadata.cs │ │ ├── Models │ │ │ ├── ColumnInfo.cs │ │ │ ├── FunctionInfo.cs │ │ │ └── TableInfo.cs │ │ ├── Monitor │ │ │ ├── MonitorClient.cs │ │ │ ├── MonitorDataSource.cs │ │ │ ├── MonitorExtensions.cs │ │ │ ├── MonitorIntellisenseClient.cs │ │ │ └── Responses │ │ │ │ ├── Models │ │ │ │ ├── ColumnsModel.cs │ │ │ │ ├── TableGroupsModel.cs │ │ │ │ ├── TablesModel.cs │ │ │ │ └── WorkspacesModel.cs │ │ │ │ └── WorkspaceResponse.cs │ │ └── ReliableDataSourceConnection.cs │ ├── Formatter │ │ ├── Contracts │ │ │ └── DocumentFormatting.cs │ │ ├── FormatterService.cs │ │ └── Impl │ │ │ └── FormatOptions.cs │ ├── HostLoader.cs │ ├── LanguageServices │ │ ├── AutoCompleteHelper.cs │ │ ├── BindingQueue.cs │ │ ├── ConnectedBindingContext.cs │ │ ├── ConnectedBindingQueue.cs │ │ ├── Contracts │ │ │ ├── Completion.cs │ │ │ ├── Definition.cs │ │ │ ├── Diagnostics.cs │ │ │ ├── DocumentHighlight.cs │ │ │ ├── ExpandAliasRequest.cs │ │ │ ├── FindModuleRequest.cs │ │ │ ├── Hover.cs │ │ │ ├── InstallModuleRequest.cs │ │ │ ├── IntelliSenseReady.cs │ │ │ ├── RebuildIntelliSenseNotification.cs │ │ │ ├── References.cs │ │ │ ├── ShowOnlineHelpRequest.cs │ │ │ ├── SignatureHelp.cs │ │ │ ├── StatusChangedNotification.cs │ │ │ ├── SyntaxParse.cs │ │ │ ├── TelemetryNotification.cs │ │ │ └── TextEdit.cs │ │ ├── DiagnosticsHelper.cs │ │ ├── DocumentStatusHelper.cs │ │ ├── IBindingContext.cs │ │ ├── IConnectedBindingQueue.cs │ │ ├── InteractionMetrics.cs │ │ ├── LanguageService.cs │ │ ├── PeekDefinitionResult.cs │ │ ├── QueueItem.cs │ │ └── ScriptDocumentInfo.cs │ ├── Localization │ │ ├── LCL │ │ │ ├── de │ │ │ │ └── sr.xlf.lcl │ │ │ ├── es │ │ │ │ └── sr.xlf.lcl │ │ │ ├── fr │ │ │ │ └── sr.xlf.lcl │ │ │ ├── it │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ja │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ko │ │ │ │ └── sr.xlf.lcl │ │ │ ├── pt-BR │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ru │ │ │ │ └── sr.xlf.lcl │ │ │ ├── zh-Hans │ │ │ │ └── sr.xlf.lcl │ │ │ └── zh-Hant │ │ │ │ └── sr.xlf.lcl │ │ ├── sr.cs │ │ ├── sr.de.resx │ │ ├── sr.es.resx │ │ ├── sr.fr.resx │ │ ├── sr.it.resx │ │ ├── sr.ja.resx │ │ ├── sr.ko.resx │ │ ├── sr.pt-br.resx │ │ ├── sr.resx │ │ ├── sr.ru.resx │ │ ├── sr.strings │ │ ├── sr.xlf │ │ ├── sr.zh-hans.resx │ │ ├── sr.zh-hant.resx │ │ └── transXliff │ │ │ ├── sr.de.xlf │ │ │ ├── sr.es.xlf │ │ │ ├── sr.fr.xlf │ │ │ ├── sr.it.xlf │ │ │ ├── sr.ja.xlf │ │ │ ├── sr.ko.xlf │ │ │ ├── sr.pt-br.xlf │ │ │ ├── sr.ru.xlf │ │ │ ├── sr.zh-hans.xlf │ │ │ └── sr.zh-hant.xlf │ ├── Metadata │ │ ├── Contracts │ │ │ ├── MetadataListRequest.cs │ │ │ └── ObjectMetadata.cs │ │ └── MetadataService.cs │ ├── Microsoft.Kusto.ServiceLayer.csproj │ ├── ObjectExplorer │ │ ├── Contracts │ │ │ ├── CloseSessionRequest.cs │ │ │ ├── CreateSessionRequest.cs │ │ │ ├── ExpandRequest.cs │ │ │ ├── FindNodesRequest.cs │ │ │ ├── NodeInfo.cs │ │ │ └── RefreshRequest.cs │ │ ├── DataSourceModel │ │ │ ├── NodePathGenerator.cs │ │ │ ├── ServerNode.cs │ │ │ ├── SmoQueryContext.cs │ │ │ ├── SmoTreeNode.cs │ │ │ └── TreeNodeDefinition.xml │ │ ├── Nodes │ │ │ ├── NodeFilter.cs │ │ │ ├── NodeObservableCollection.cs │ │ │ ├── NodeTypes.cs │ │ │ └── TreeNode.cs │ │ ├── ObjectExplorerService.cs │ │ ├── ObjectExplorerSession.cs │ │ ├── ObjectExplorerUtils.cs │ │ └── ValidForFlag.cs │ ├── Program.cs │ ├── QueryExecution │ │ ├── Batch.cs │ │ ├── Contracts │ │ │ ├── BatchSummary.cs │ │ │ ├── DbCellValue.cs │ │ │ ├── DbColumnWrapper.cs │ │ │ ├── ExecuteRequests │ │ │ │ ├── BatchEvents.cs │ │ │ │ ├── ExecuteDocumentSelectionRequest.cs │ │ │ │ ├── ExecuteDocumentStatementRequest.cs │ │ │ │ ├── ExecuteRequestParamsBase.cs │ │ │ │ ├── ExecuteRequestResult.cs │ │ │ │ ├── ExecuteStringRequest.cs │ │ │ │ ├── MessageEvent.cs │ │ │ │ ├── QueryCompleteEvent.cs │ │ │ │ ├── ResultSetEvents.cs │ │ │ │ └── SimpleExecuteRequest.cs │ │ │ ├── ExecutionPlan.cs │ │ │ ├── ExecutionPlanOptions.cs │ │ │ ├── QueryCancelRequest.cs │ │ │ ├── QueryDisposeRequest.cs │ │ │ ├── QueryExecutionPlanRequest.cs │ │ │ ├── ResultMessage.cs │ │ │ ├── ResultSetSubset.cs │ │ │ ├── ResultSetSummary.cs │ │ │ ├── SaveResultsRequest.cs │ │ │ ├── SelectionData.cs │ │ │ ├── Serialization.cs │ │ │ └── SubsetRequest.cs │ │ ├── DataStorage │ │ │ ├── FileStreamReadResult.cs │ │ │ ├── IFileStreamFactory.cs │ │ │ ├── IFileStreamReader.cs │ │ │ ├── IFileStreamWriter.cs │ │ │ ├── SaveAsCsvFileStreamFactory.cs │ │ │ ├── SaveAsCsvFileStreamWriter.cs │ │ │ ├── SaveAsExcelFileStreamFactory.cs │ │ │ ├── SaveAsExcelFileStreamWriter.cs │ │ │ ├── SaveAsExcelFileStreamWriterHelper.cs │ │ │ ├── SaveAsJsonFileStreamFactory.cs │ │ │ ├── SaveAsJsonFileStreamWriter.cs │ │ │ ├── SaveAsWriterBase.cs │ │ │ ├── SaveAsXmlFileStreamFactory.cs │ │ │ ├── SaveAsXmlFileStreamWriter.cs │ │ │ ├── ServiceBufferFileStreamFactory.cs │ │ │ ├── ServiceBufferFileStreamReader.cs │ │ │ ├── ServiceBufferFileStreamWriter.cs │ │ │ └── StorageDataReader.cs │ │ ├── Query.cs │ │ ├── QueryExecutionOptionsRequest.cs │ │ ├── QueryExecutionService.cs │ │ ├── QuerySettingsHelper.cs │ │ ├── ResultOnlyContext.cs │ │ ├── ResultSet.cs │ │ ├── SerializationService.cs │ │ └── SpecialAction.cs │ ├── Scripting │ │ ├── Contracts │ │ │ ├── ScriptingCancelRequest.cs │ │ │ ├── ScriptingCompleteEvent.cs │ │ │ ├── ScriptingEventParams.cs │ │ │ ├── ScriptingListObjectsEvent.cs │ │ │ ├── ScriptingListObjectsRequest.cs │ │ │ ├── ScriptingObject.cs │ │ │ ├── ScriptingOperationType.cs │ │ │ ├── ScriptingOptions.cs │ │ │ ├── ScriptingPlanNotificationEvent.cs │ │ │ ├── ScriptingProgressNotificationEvent.cs │ │ │ └── ScriptingRequest.cs │ │ ├── IScripter.cs │ │ ├── ScriptAsOptions.cs │ │ ├── ScriptAsScriptingOperation.cs │ │ ├── Scripter.cs │ │ ├── ScriptingExtensionMethods.cs │ │ ├── ScriptingListObjectsOperation.cs │ │ ├── ScriptingObjectMatcher.cs │ │ ├── ScriptingOperation.cs │ │ ├── ScriptingService.cs │ │ └── SmoScriptingOperation.cs │ ├── ServiceHost.cs │ ├── SqlContext │ │ ├── CompoundSqlToolsSettingsValues.cs │ │ ├── FormatterSettings.cs │ │ ├── ISqlToolsSettingsValues.cs │ │ ├── IntelliSenseSettings.cs │ │ ├── ObjectExplorerSettings.cs │ │ ├── QueryExecutionSettings.cs │ │ ├── SqlToolsSettings.cs │ │ └── SqlToolsSettingsValues.cs │ ├── Utility │ │ ├── AccessTokenProvider.cs │ │ ├── CommonConstants.cs │ │ ├── DatabaseUtils.cs │ │ ├── FeaturesMetadataProviderHelper.cs │ │ ├── FileUtils.cs │ │ ├── IRequestParams.cs │ │ ├── LongList.cs │ │ ├── ResolvedFile.cs │ │ ├── ResultStatus.cs │ │ ├── ServiceLayerCommandOptions.cs │ │ ├── SqlScriptFormatters │ │ │ ├── FromSqlScript.cs │ │ │ └── ToSqlScript.cs │ │ ├── SystemExtensions.cs │ │ ├── TaskExtensions.cs │ │ └── ValidationUtils.cs │ └── Workspace │ │ ├── Contracts │ │ ├── BufferPosition.cs │ │ ├── BufferRange.cs │ │ ├── Configuration.cs │ │ ├── FileChange.cs │ │ ├── FilePosition.cs │ │ ├── ScriptFile.cs │ │ ├── ScriptFileMarker.cs │ │ ├── ScriptRegion.cs │ │ ├── TextDocument.cs │ │ └── WorkspaceSymbols.cs │ │ ├── Workspace.cs │ │ └── WorkspaceService.cs ├── Microsoft.SqlTools.Authentication │ ├── AccessToken.cs │ ├── AuthenticationMethod.cs │ ├── AuthenticationParams.cs │ ├── Authenticator.cs │ ├── IAuthenticator.cs │ ├── MSALEncryptedCacheHelper.cs │ ├── Microsoft.SqlTools.Authentication.csproj │ ├── Sql │ │ └── AuthenticationProvider.cs │ └── Utility │ │ ├── AuthenticatorConfiguration.cs │ │ ├── Encryption │ │ └── EncryptionUtils.cs │ │ ├── ProxyHttpClientFactory.cs │ │ └── Utils.cs ├── Microsoft.SqlTools.Connectors.VSCode │ ├── Core │ │ ├── OpenAIFunction.cs │ │ ├── VSCodeChatMessageContent.cs │ │ ├── VSCodeClientCore.ChatCompletion.cs │ │ ├── VSCodeClientCore.cs │ │ ├── VSCodeFunctionToolCall.cs │ │ ├── VSCodeJsonSchemaTransformer.cs │ │ └── VSCodeStreamingChatMessageContent.cs │ ├── Extensions │ │ ├── ChatHistoryExtensions.cs │ │ ├── VSCodeKernelBuilderExtensions.cs │ │ ├── VSCodeKernelFunctionMetadataExtensions.cs │ │ ├── VSCodePluginCollectionExtensions.cs │ │ └── VSCodeServiceCollectionExtensions.cs │ ├── GlobalUsings.cs │ ├── InternalUtilities │ │ ├── openai │ │ │ ├── Extensions │ │ │ │ └── ClientResultExceptionExtensions.cs │ │ │ ├── OpenAIUtilities.props │ │ │ └── Policies │ │ │ │ └── GeneratedActionPipelinePolicy.cs │ │ └── src │ │ │ ├── Diagnostics │ │ │ ├── ActivityExtensions.cs │ │ │ ├── CompilerServicesAttributes.cs │ │ │ ├── ExceptionExtensions.cs │ │ │ ├── ExperimentalAttribute.cs │ │ │ ├── IsExternalInit.cs │ │ │ ├── ModelDiagnostics.cs │ │ │ ├── NullableAttributes.cs │ │ │ └── Verify.cs │ │ │ ├── Functions │ │ │ └── FunctionName.cs │ │ │ ├── Http │ │ │ ├── HttpClientExtensions.cs │ │ │ ├── HttpClientProvider.cs │ │ │ ├── HttpContentExtensions.cs │ │ │ ├── HttpHeaderConstant.cs │ │ │ ├── HttpRequest.cs │ │ │ └── HttpResponseStream.cs │ │ │ ├── InternalUtilities.props │ │ │ ├── Linq │ │ │ └── AsyncEnumerable.cs │ │ │ ├── Schema │ │ │ ├── .editorconfig │ │ │ ├── JsonSchemaGenerationContext.cs │ │ │ ├── JsonSchemaMapper.STJv8.JsonSchema.cs │ │ │ ├── JsonSchemaMapper.STJv8.cs │ │ │ ├── JsonSchemaMapper.STJv9.cs │ │ │ ├── JsonSchemaMapper.cs │ │ │ ├── JsonSchemaMapperConfiguration.cs │ │ │ ├── KernelJsonSchemaBuilder.cs │ │ │ ├── Polyfills │ │ │ │ ├── NullabilityInfo.cs │ │ │ │ ├── NullabilityInfoContext.cs │ │ │ │ └── NullabilityInfoHelpers.cs │ │ │ └── README.md │ │ │ ├── System │ │ │ ├── AppContextSwitchHelper.cs │ │ │ ├── EnvExtensions.cs │ │ │ ├── IListExtensions.cs │ │ │ ├── InternalTypeConverter.cs │ │ │ ├── NonNullCollection.cs │ │ │ └── TypeConverterFactory.cs │ │ │ ├── Text │ │ │ ├── DataUriParser.cs │ │ │ ├── JsonOptionsCache.cs │ │ │ ├── ReadOnlyMemoryConverter.cs │ │ │ ├── SseData.cs │ │ │ ├── SseJsonParser.cs │ │ │ ├── SseLine.cs │ │ │ ├── SseReader.cs │ │ │ └── StreamJsonParser.cs │ │ │ └── Type │ │ │ └── TypeExtensions.cs │ ├── Microsoft.SqlTools.Connectors.VSCode.csproj │ ├── Services │ │ └── VSCodeChatCompletionService.cs │ ├── Settings │ │ └── VSCodePromptExecutionSettings.cs │ └── ToolCallBehavior.cs ├── Microsoft.SqlTools.Credentials │ ├── .editorconfig │ ├── Credentials │ │ ├── Contracts │ │ │ └── Credential.cs │ │ ├── CredentialService.cs │ │ ├── ICredentialStore.cs │ │ ├── InteropUtils.cs │ │ ├── Linux │ │ │ ├── CredentialsWrapper.cs │ │ │ ├── FileTokenStorage.cs │ │ │ ├── Interop.Errors.cs │ │ │ ├── Interop.Sys.cs │ │ │ └── LinuxCredentialStore.cs │ │ ├── OSX │ │ │ ├── Interop.CoreFoundation.cs │ │ │ ├── Interop.Libraries.cs │ │ │ ├── Interop.Security.cs │ │ │ ├── Interop.Security.old.cs │ │ │ ├── OSXCredentialStore.cs │ │ │ └── SafeCreateHandle.OSX.cs │ │ ├── SecureStringHelper.cs │ │ └── Win32 │ │ │ ├── CredentialSet.cs │ │ │ ├── CredentialType.cs │ │ │ ├── GlobalSuppressions.cs │ │ │ ├── NativeMethods.cs │ │ │ ├── PersistanceType.cs │ │ │ ├── Win32Credential.cs │ │ │ └── Win32CredentialStore.cs │ ├── HostLoader.cs │ ├── Localization │ │ ├── LCL │ │ │ ├── de │ │ │ │ └── sr.xlf.lcl │ │ │ ├── es │ │ │ │ └── sr.xlf.lcl │ │ │ ├── fr │ │ │ │ └── sr.xlf.lcl │ │ │ ├── it │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ja │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ko │ │ │ │ └── sr.xlf.lcl │ │ │ ├── pt-BR │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ru │ │ │ │ └── sr.xlf.lcl │ │ │ ├── zh-Hans │ │ │ │ └── sr.xlf.lcl │ │ │ └── zh-Hant │ │ │ │ └── sr.xlf.lcl │ │ ├── sr.cs │ │ ├── sr.de.resx │ │ ├── sr.es.resx │ │ ├── sr.fr.resx │ │ ├── sr.it.resx │ │ ├── sr.ja.resx │ │ ├── sr.ko.resx │ │ ├── sr.pt-br.resx │ │ ├── sr.resx │ │ ├── sr.ru.resx │ │ ├── sr.strings │ │ ├── sr.xlf │ │ ├── sr.zh-hans.resx │ │ ├── sr.zh-hant.resx │ │ └── transXliff │ │ │ ├── sr.de.xlf │ │ │ ├── sr.es.xlf │ │ │ ├── sr.fr.xlf │ │ │ ├── sr.it.xlf │ │ │ ├── sr.ja.xlf │ │ │ ├── sr.ko.xlf │ │ │ ├── sr.pt-br.xlf │ │ │ ├── sr.ru.xlf │ │ │ ├── sr.zh-hans.xlf │ │ │ └── sr.zh-hant.xlf │ ├── Microsoft.SqlTools.Credentials.csproj │ └── Program.cs ├── Microsoft.SqlTools.Hosting │ ├── Extensibility │ │ ├── ExportStandardMetadataAttribute.cs │ │ ├── ExtensionServiceHost.cs │ │ ├── ExtensionServiceProvider.cs │ │ ├── IComposableService.cs │ │ ├── IEnumerableExt.cs │ │ ├── IMultiServiceProvider.cs │ │ ├── IStandardMetadata.cs │ │ └── RegisteredServiceProvider.cs │ ├── Hosting │ │ ├── Contracts │ │ │ ├── AdminServicesProviderOptions.cs │ │ │ ├── CapabilitiesRequest.cs │ │ │ ├── ClientCapabilities.cs │ │ │ ├── ConnectionProviderOptions.cs │ │ │ ├── DmpServerCapabilities.cs │ │ │ ├── Error.cs │ │ │ ├── FeatureMetadataProvider.cs │ │ │ ├── HostingErrorEvent.cs │ │ │ ├── Initialize.cs │ │ │ ├── ServerCapabilities.cs │ │ │ ├── ServiceOption.cs │ │ │ ├── Shutdown.cs │ │ │ └── VersionRequest.cs │ │ ├── IHostedService.cs │ │ ├── Protocol │ │ │ ├── Channel │ │ │ │ ├── ChannelBase.cs │ │ │ │ ├── StdioClientChannel.cs │ │ │ │ └── StdioServerChannel.cs │ │ │ ├── Constants.cs │ │ │ ├── Contracts │ │ │ │ ├── EventType.cs │ │ │ │ ├── Message.cs │ │ │ │ └── RequestType.cs │ │ │ ├── EventContext.cs │ │ │ ├── IEventSender.cs │ │ │ ├── IProtocolEndpoint.cs │ │ │ ├── IRequestSender.cs │ │ │ ├── MessageDispatcher.cs │ │ │ ├── MessageParseException.cs │ │ │ ├── MessageProtocolType.cs │ │ │ ├── MessageReader.cs │ │ │ ├── MessageWriter.cs │ │ │ ├── ProtocolEndpoint.cs │ │ │ ├── RequestContext.cs │ │ │ └── Serializers │ │ │ │ ├── IMessageSerializer.cs │ │ │ │ ├── JsonRpcMessageSerializer.cs │ │ │ │ └── V8MessageSerializer.cs │ │ ├── ServiceHostBase.cs │ │ └── ServiceHostEditorOperations.cs │ ├── Localization │ │ ├── LCL │ │ │ ├── de │ │ │ │ └── sr.xlf.lcl │ │ │ ├── es │ │ │ │ └── sr.xlf.lcl │ │ │ ├── fr │ │ │ │ └── sr.xlf.lcl │ │ │ ├── it │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ja │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ko │ │ │ │ └── sr.xlf.lcl │ │ │ ├── pt-BR │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ru │ │ │ │ └── sr.xlf.lcl │ │ │ ├── zh-Hans │ │ │ │ └── sr.xlf.lcl │ │ │ └── zh-Hant │ │ │ │ └── sr.xlf.lcl │ │ ├── sr.cs │ │ ├── sr.de.resx │ │ ├── sr.es.resx │ │ ├── sr.fr.resx │ │ ├── sr.it.resx │ │ ├── sr.ja.resx │ │ ├── sr.ko.resx │ │ ├── sr.pt-br.resx │ │ ├── sr.resx │ │ ├── sr.ru.resx │ │ ├── sr.strings │ │ ├── sr.xlf │ │ ├── sr.zh-hans.resx │ │ ├── sr.zh-hant.resx │ │ └── transXliff │ │ │ ├── sr.de.xlf │ │ │ ├── sr.es.xlf │ │ │ ├── sr.fr.xlf │ │ │ ├── sr.it.xlf │ │ │ ├── sr.ja.xlf │ │ │ ├── sr.ko.xlf │ │ │ ├── sr.pt-br.xlf │ │ │ ├── sr.ru.xlf │ │ │ ├── sr.zh-hans.xlf │ │ │ └── sr.zh-hant.xlf │ ├── Microsoft.SqlTools.Hosting.csproj │ ├── README.md │ ├── SqlContext │ │ ├── HostDetails.cs │ │ └── SqlToolsContext.cs │ └── Utility │ │ ├── AsyncContext.cs │ │ ├── AsyncContextThread.cs │ │ ├── AsyncLock.cs │ │ ├── AsyncQueue.cs │ │ ├── AutoLock.cs │ │ ├── CommandOptions.cs │ │ ├── CommonUtils.cs │ │ ├── ConcurrentCache.cs │ │ ├── Extensions.cs │ │ ├── GeneralRequestDetails.cs │ │ ├── Logger.cs │ │ ├── ProcessExitTimer.cs │ │ ├── SqlClientEventListener.cs │ │ ├── SqlConstants.cs │ │ ├── TextUtilities.cs │ │ ├── ThreadSynchronizationContext.cs │ │ ├── UtilityServiceHost.cs │ │ └── Validate.cs ├── Microsoft.SqlTools.ManagedBatchParser │ ├── BatchParser │ │ ├── BatchParserAction.cs │ │ ├── BatchParserException.cs │ │ ├── BatchParserWrapper.cs │ │ ├── BatchParserWrapperException.cs │ │ ├── ConnectSqlCmdCommand.cs │ │ ├── ErrorCode.cs │ │ ├── ExecutionEngineCode │ │ │ ├── Batch.cs │ │ │ ├── BatchDefinition.cs │ │ │ ├── BatchErrorEventArgs.cs │ │ │ ├── BatchMessageEventArgs.cs │ │ │ ├── BatchParser.cs │ │ │ ├── BatchParserExecutionErrorEventArgs.cs │ │ │ ├── BatchParserExecutionFinishedEventArgs.cs │ │ │ ├── BatchParserExecutionStartEventArgs.cs │ │ │ ├── BatchParserSqlCmd.cs │ │ │ ├── BatchResultSetEventArgs.cs │ │ │ ├── ExecutionEngine.cs │ │ │ ├── ExecutionEngineConditions.cs │ │ │ ├── ExecutionState.cs │ │ │ ├── IBatchEventsHandler.cs │ │ │ ├── ScriptExecutionArgs.cs │ │ │ ├── ScriptExecutionFinishedEventArgs.cs │ │ │ ├── ScriptExecutionResult.cs │ │ │ ├── ScriptMessageType.cs │ │ │ ├── ShowPlanType.cs │ │ │ └── TextSpan.cs │ │ ├── ICommandHandler.cs │ │ ├── IVariableResolver.cs │ │ ├── Lexer.cs │ │ ├── LexerInput.cs │ │ ├── LexerTokenType.cs │ │ ├── LineInfo.cs │ │ ├── OnErrorAction.cs │ │ ├── OnErrorSqlCmdCommand.cs │ │ ├── Parser.cs │ │ ├── PositionStruct.cs │ │ ├── SqlCmdCommand.cs │ │ ├── SqlCmdException.cs │ │ ├── TextBlock.cs │ │ ├── TextRuleFlags.cs │ │ ├── Token.cs │ │ └── VariableReference.cs │ ├── Localization │ │ ├── LCL │ │ │ ├── de │ │ │ │ └── sr.xlf.lcl │ │ │ ├── es │ │ │ │ └── sr.xlf.lcl │ │ │ ├── fr │ │ │ │ └── sr.xlf.lcl │ │ │ ├── it │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ja │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ko │ │ │ │ └── sr.xlf.lcl │ │ │ ├── pt-BR │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ru │ │ │ │ └── sr.xlf.lcl │ │ │ ├── zh-Hans │ │ │ │ └── sr.xlf.lcl │ │ │ └── zh-Hant │ │ │ │ └── sr.xlf.lcl │ │ ├── sr.cs │ │ ├── sr.de.resx │ │ ├── sr.es.resx │ │ ├── sr.fr.resx │ │ ├── sr.it.resx │ │ ├── sr.ja.resx │ │ ├── sr.ko.resx │ │ ├── sr.pt-br.resx │ │ ├── sr.resx │ │ ├── sr.ru.resx │ │ ├── sr.strings │ │ ├── sr.xlf │ │ ├── sr.zh-hans.resx │ │ ├── sr.zh-hant.resx │ │ └── transXliff │ │ │ ├── sr.de.xlf │ │ │ ├── sr.es.xlf │ │ │ ├── sr.fr.xlf │ │ │ ├── sr.it.xlf │ │ │ ├── sr.ja.xlf │ │ │ ├── sr.ko.xlf │ │ │ ├── sr.pt-br.xlf │ │ │ ├── sr.ru.xlf │ │ │ ├── sr.zh-hans.xlf │ │ │ └── sr.zh-hant.xlf │ ├── Microsoft.SqlTools.ManagedBatchParser.csproj │ ├── ReliableConnection │ │ ├── AmbientSettings.cs │ │ ├── CachedServerInfo.cs │ │ ├── Constants.cs │ │ ├── DataSchemaError.cs │ │ ├── DbCommandWrapper.cs │ │ ├── DbConnectionWrapper.cs │ │ ├── ErrorSeverity.cs │ │ ├── IStackSettingsContext.cs │ │ ├── ReliableConnectionHelper.cs │ │ ├── ReliableSqlCommand.cs │ │ ├── ReliableSqlConnection.cs │ │ ├── Resources.cs │ │ ├── RetryLimitExceededException.cs │ │ ├── RetryPolicy.DataTransferDetectionErrorStrategy.cs │ │ ├── RetryPolicy.IErrorDetectionStrategy.cs │ │ ├── RetryPolicy.NetworkConnectivityErrorStrategy.cs │ │ ├── RetryPolicy.SqlAzureTemporaryAndIgnorableErrorDetectionStrategy.cs │ │ ├── RetryPolicy.SqlAzureTemporaryErrorDetectionStrategy.cs │ │ ├── RetryPolicy.ThrottleReason.cs │ │ ├── RetryPolicy.cs │ │ ├── RetryPolicyFactory.cs │ │ ├── RetryPolicyUtils.cs │ │ ├── RetryState.cs │ │ ├── SqlConnectionHelperScripts.cs │ │ ├── SqlErrorNumbers.cs │ │ ├── SqlRetryProviders.cs │ │ ├── SqlSchemaModelErrorCodes.cs │ │ ├── SqlServerError.cs │ │ └── SqlServerRetryError.cs │ └── Utility │ │ ├── Logger.cs │ │ └── Validate.cs ├── Microsoft.SqlTools.Migration │ ├── Contracts │ │ ├── CertificateMigrationProgressEvent.cs │ │ ├── CertificateMigrationRequest.cs │ │ ├── GetArmTemplateRequest.cs │ │ ├── GetSkuRecommendationsRequest.cs │ │ ├── ImpactedObjectInfo.cs │ │ ├── MigrationAssessmentInfo.cs │ │ ├── MigrationAssessmentsRequest.cs │ │ ├── MigrationObjectProperties.cs │ │ ├── PerfDataCollectionRequest.cs │ │ ├── StartLoginMigration.cs │ │ ├── TdeValidationRequest.cs │ │ ├── TdeValidationTitlesRequest.cs │ │ ├── ValidateNetworkFileShare.cs │ │ └── ValidateWindowsAccount.cs │ ├── Microsoft.SqlTools.Migration.csproj │ ├── MigrationService.cs │ ├── Models │ │ └── StaticTokenCredential.cs │ ├── Program.cs │ ├── SqlDataQueryController.cs │ └── Utils │ │ ├── ExtensionMethods.cs │ │ └── MigrationServiceHelper.cs ├── Microsoft.SqlTools.ResourceProvider.Core │ ├── AccountOptionsHelper.cs │ ├── Authentication │ │ ├── AccountTokenWrapper.cs │ │ ├── IAccountManager.cs │ │ ├── IAzureAuthenticationManager.cs │ │ ├── IAzureSubscriptionContext.cs │ │ ├── IAzureSubscriptionIdentifier.cs │ │ ├── IAzureTenant.cs │ │ ├── IAzureUserAccount.cs │ │ ├── IAzureUserAccountDisplayInfo.cs │ │ ├── IAzureUserAccountSubscriptionContext.cs │ │ └── IUserAccount.cs │ ├── AuthenticationService.cs │ ├── Common │ │ ├── CommonUtil.cs │ │ ├── ConnectionConstants.cs │ │ ├── ExceptionUtil.cs │ │ ├── ExpiredTokenException.cs │ │ ├── ServiceExceptionBase.cs │ │ ├── ServiceFailedException.cs │ │ └── UserNeedsAuthenticationException.cs │ ├── Contracts │ │ ├── Account.cs │ │ ├── AccountSecurityToken.cs │ │ ├── FirewallRule.cs │ │ └── TokenReliantResponse.cs │ ├── Discovery │ │ ├── AzureDatabaseDiscoveryProvider.cs │ │ ├── AzureServerDatabaseDiscoveryProvider.cs │ │ ├── AzureSqlServerDiscoveryProvider.cs │ │ ├── AzureUtil.cs │ │ ├── DatabaseInfoEventArgs.cs │ │ ├── DatabaseInstanceInfo.cs │ │ ├── IAzureResource.cs │ │ ├── IAzureResourceManagementSession.cs │ │ ├── IAzureResourceManager.cs │ │ ├── IAzureSqlServerResource.cs │ │ ├── ICacheable.cs │ │ ├── IDatabaseDiscoveryProvider.cs │ │ ├── ISecureService.cs │ │ ├── IServerDiscoveryProvider.cs │ │ ├── ServerDefinition.cs │ │ ├── ServerInstanceInfo.cs │ │ ├── ServerTypes.cs │ │ └── ServiceResponse.cs │ ├── Extensibility │ │ ├── ExportableAttribute.cs │ │ ├── ExportableBase.cs │ │ ├── ExportableStatus.cs │ │ ├── ExtensionUtils.cs │ │ ├── IExportable.cs │ │ ├── IExportableMetadata.cs │ │ ├── ITrace.cs │ │ ├── TraceId.cs │ │ ├── Traceable.cs │ │ └── TraceableBase.cs │ ├── Firewall │ │ ├── FirewallErrorParser.cs │ │ ├── FirewallParserResponse.cs │ │ ├── FirewallRuleException.cs │ │ ├── FirewallRuleRequest.cs │ │ ├── FirewallRuleResource.cs │ │ ├── FirewallRuleResponse.cs │ │ └── FirewallRuleService.cs │ ├── Localization │ │ ├── LCL │ │ │ ├── de │ │ │ │ └── sr.xlf.lcl │ │ │ ├── es │ │ │ │ └── sr.xlf.lcl │ │ │ ├── fr │ │ │ │ └── sr.xlf.lcl │ │ │ ├── it │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ja │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ko │ │ │ │ └── sr.xlf.lcl │ │ │ ├── pt-BR │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ru │ │ │ │ └── sr.xlf.lcl │ │ │ ├── zh-Hans │ │ │ │ └── sr.xlf.lcl │ │ │ └── zh-Hant │ │ │ │ └── sr.xlf.lcl │ │ ├── sr.cs │ │ ├── sr.de.resx │ │ ├── sr.es.resx │ │ ├── sr.fr.resx │ │ ├── sr.it.resx │ │ ├── sr.ja.resx │ │ ├── sr.ko.resx │ │ ├── sr.pt-br.resx │ │ ├── sr.resx │ │ ├── sr.ru.resx │ │ ├── sr.strings │ │ ├── sr.xlf │ │ ├── sr.zh-hans.resx │ │ ├── sr.zh-hant.resx │ │ └── transXliff │ │ │ ├── sr.de.xlf │ │ │ ├── sr.es.xlf │ │ │ ├── sr.fr.xlf │ │ │ ├── sr.it.xlf │ │ │ ├── sr.ja.xlf │ │ │ ├── sr.ko.xlf │ │ │ ├── sr.pt-br.xlf │ │ │ ├── sr.ru.xlf │ │ │ ├── sr.zh-hans.xlf │ │ │ └── sr.zh-hant.xlf │ ├── Microsoft.SqlTools.ResourceProvider.Core.csproj │ └── ResourceProviderService.cs ├── Microsoft.SqlTools.ResourceProvider.DefaultImpl │ ├── AzureAuthenticationManager.cs │ ├── AzureResourceFailedException.cs │ ├── AzureResourceManagementSession.cs │ ├── AzureResourceManager.cs │ ├── AzureResourceWrapper.cs │ ├── AzureSubscriptionContext.cs │ ├── AzureSubscriptionIdentifier.cs │ ├── AzureTenant.cs │ ├── AzureUserAccount.cs │ ├── AzureUserAccountDisplayInfo.cs │ ├── AzureUserAccountSubscriptionContext.cs │ ├── Localization │ │ ├── LCL │ │ │ ├── de │ │ │ │ └── sr.xlf.lcl │ │ │ ├── es │ │ │ │ └── sr.xlf.lcl │ │ │ ├── fr │ │ │ │ └── sr.xlf.lcl │ │ │ ├── it │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ja │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ko │ │ │ │ └── sr.xlf.lcl │ │ │ ├── pt-BR │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ru │ │ │ │ └── sr.xlf.lcl │ │ │ ├── zh-Hans │ │ │ │ └── sr.xlf.lcl │ │ │ └── zh-Hant │ │ │ │ └── sr.xlf.lcl │ │ ├── sr.cs │ │ ├── sr.de.resx │ │ ├── sr.es.resx │ │ ├── sr.fr.resx │ │ ├── sr.it.resx │ │ ├── sr.ja.resx │ │ ├── sr.ko.resx │ │ ├── sr.pt-br.resx │ │ ├── sr.resx │ │ ├── sr.ru.resx │ │ ├── sr.strings │ │ ├── sr.xlf │ │ ├── sr.zh-hans.resx │ │ ├── sr.zh-hant.resx │ │ └── transXliff │ │ │ ├── sr.de.xlf │ │ │ ├── sr.es.xlf │ │ │ ├── sr.fr.xlf │ │ │ ├── sr.it.xlf │ │ │ ├── sr.ja.xlf │ │ │ ├── sr.ko.xlf │ │ │ ├── sr.pt-br.xlf │ │ │ ├── sr.ru.xlf │ │ │ ├── sr.zh-hans.xlf │ │ │ └── sr.zh-hant.xlf │ ├── Microsoft.SqlTools.ResourceProvider.DefaultImpl.csproj │ └── SqlAzureResource.cs ├── Microsoft.SqlTools.ResourceProvider │ ├── Microsoft.SqlTools.ResourceProvider.csproj │ ├── Program.cs │ └── ResourceProviderHostLoader.cs ├── Microsoft.SqlTools.ServiceLayer │ ├── Admin │ │ ├── AdminService.cs │ │ ├── AdminServicesProviderOptionsHelper.cs │ │ ├── Contracts │ │ │ ├── CreateDatabaseRequest.cs │ │ │ ├── CreateLoginRequest.cs │ │ │ ├── DatabaseInfo.cs │ │ │ ├── DefaultDatabaseInfoRequest.cs │ │ │ ├── GetAssociatedFilesRequest.cs │ │ │ ├── GetBackupFolderRequest.cs │ │ │ ├── GetDataFolderRequest.cs │ │ │ ├── GetDatabaseInfoRequest.cs │ │ │ └── LoginInfo.cs │ │ └── Database │ │ │ ├── AzureSqlDbHelper.cs │ │ │ ├── CreateDatabaseObjects.cs │ │ │ ├── DatabasePrototype.cs │ │ │ ├── DatabasePrototype100.cs │ │ │ ├── DatabasePrototype110.cs │ │ │ ├── DatabasePrototype130.cs │ │ │ ├── DatabasePrototype140.cs │ │ │ ├── DatabasePrototype150.cs │ │ │ ├── DatabasePrototype160.cs │ │ │ ├── DatabasePrototype80.cs │ │ │ ├── DatabasePrototype80SP3.cs │ │ │ ├── DatabasePrototype90.cs │ │ │ ├── DatabasePrototype90EnterpriseSP2.cs │ │ │ ├── DatabasePrototypeAzure.cs │ │ │ └── DatabaseTaskHelper.cs │ ├── Agent │ │ ├── AgentService.cs │ │ ├── Common │ │ │ ├── AgentActions.cs │ │ │ ├── AgentInterfaces.cs │ │ │ ├── AgentUtilities.cs │ │ │ ├── LogAggregator.cs │ │ │ └── LogInterfaces.cs │ │ ├── Contracts │ │ │ ├── AgentAlertInfo.cs │ │ │ ├── AgentAlertRequest.cs │ │ │ ├── AgentJobHistoryInfo.cs │ │ │ ├── AgentJobInfo.cs │ │ │ ├── AgentJobRequest.cs │ │ │ ├── AgentJobStepInfo.cs │ │ │ ├── AgentJobStepsRequest.cs │ │ │ ├── AgentNotebookRequest.cs │ │ │ ├── AgentOperatorInfo.cs │ │ │ ├── AgentOperatorRequest.cs │ │ │ ├── AgentProxyInfo.cs │ │ │ ├── AgentProxyRequest.cs │ │ │ ├── AgentScheduleInfo.cs │ │ │ └── AgentScheduleRequest.cs │ │ ├── Jobs │ │ │ ├── AgentAlertActions.cs │ │ │ ├── AgentNotebookHelper.cs │ │ │ ├── AgentOperatorActions.cs │ │ │ ├── AgentOperatorData.cs │ │ │ ├── AgentProxyAccountActions.cs │ │ │ ├── JobActions.cs │ │ │ ├── JobActivityFilter.cs │ │ │ ├── JobAlertData.cs │ │ │ ├── JobAlertsData.cs │ │ │ ├── JobData.cs │ │ │ ├── JobFetcher.cs │ │ │ ├── JobHelper.cs │ │ │ ├── JobHistoryItem.cs │ │ │ ├── JobNotificationsActions.cs │ │ │ ├── JobProperties.cs │ │ │ ├── JobSchedulesActions.cs │ │ │ ├── JobSchedulesData.cs │ │ │ ├── JobStepData.cs │ │ │ ├── JobStepSubSystems.cs │ │ │ ├── JobStepsActions.cs │ │ │ ├── JobStepsData.cs │ │ │ ├── LocalizableCategory.cs │ │ │ ├── ManageSchedulesControl.cs │ │ │ ├── MsaJobTargetServer.cs │ │ │ ├── Schedule.cs │ │ │ └── ScheduleData.cs │ │ └── NotebookResources │ │ │ └── NotebookJobScript.ps1 │ ├── AutoParameterizaition │ │ ├── Exceptions │ │ │ ├── ParameterizationFormatException.cs │ │ │ ├── ParameterizationParsingException.cs │ │ │ └── ParameterizationScriptTooLargeException.cs │ │ ├── MessageHelper.cs │ │ ├── ScalarExpressionTransformer.cs │ │ ├── SqlParameterizer.cs │ │ └── TsqlMultiVisitor.cs │ ├── AzureBlob │ │ ├── BlobService.cs │ │ ├── Contracts │ │ │ ├── BlobSasResource.cs │ │ │ └── CreateSasRequest.cs │ │ └── SharedAccessSignatureCreator.cs │ ├── AzureFunctions │ │ ├── AddSqlBindingOperation.cs │ │ ├── AzureFunctionsService.cs │ │ ├── AzureFunctionsUtils.cs │ │ ├── Contracts │ │ │ ├── AddSqlBindingRequest.cs │ │ │ └── GetAzureFunctionsRequest.cs │ │ └── GetAzureFunctionsOperation.cs │ ├── Cms │ │ ├── CmsService.cs │ │ └── Contracts │ │ │ ├── RegisterServerParams.cs │ │ │ ├── RegisteredServerRequest.cs │ │ │ └── RegisteredServersResult.cs │ ├── Connection │ │ ├── CancelTokenKey.cs │ │ ├── ConnectionInfo.cs │ │ ├── ConnectionProviderOptionsHelper.cs │ │ ├── ConnectionService.cs │ │ ├── ConnectionType.cs │ │ ├── Contracts │ │ │ ├── BuildConnectionInfoRequest.cs │ │ │ ├── CancelConnectParams.cs │ │ │ ├── CancelConnectRequest.cs │ │ │ ├── ChangeDatabaseParams.cs │ │ │ ├── ChangeDatabaseRequest.cs │ │ │ ├── ChangePasswordParams.cs │ │ │ ├── ChangePasswordRequest.cs │ │ │ ├── ClearPooledConnectionsRequest.cs │ │ │ ├── ConnectParams.cs │ │ │ ├── ConnectParamsExtensions.cs │ │ │ ├── ConnectionChangedNotification.cs │ │ │ ├── ConnectionChangedParams.cs │ │ │ ├── ConnectionCompleteNotification.cs │ │ │ ├── ConnectionDetails.cs │ │ │ ├── ConnectionDetailsExtensions.cs │ │ │ ├── ConnectionRequest.cs │ │ │ ├── ConnectionSummary.cs │ │ │ ├── ConnectionSummaryComparer.cs │ │ │ ├── ConnectionSummaryExtensions.cs │ │ │ ├── DisconnectParams.cs │ │ │ ├── DisconnectRequest.cs │ │ │ ├── EncryptionKeysChange.cs │ │ │ ├── GetConnectionStringParams.cs │ │ │ ├── GetConnectionStringRequest.cs │ │ │ ├── LanguageFlavorChange.cs │ │ │ ├── ListDatabasesParams.cs │ │ │ ├── ListDatabasesRequest.cs │ │ │ ├── ListDatabasesResponse.cs │ │ │ ├── ParseConnectionStringRequest.cs │ │ │ ├── PasswordChangeResponse.cs │ │ │ ├── RefreshTokenNotification.cs │ │ │ ├── SecurityTokenRequest.cs │ │ │ └── ServerInfo.cs │ │ ├── DatabaseFullAccessException.cs │ │ ├── DatabaseLocksManager.cs │ │ ├── FeatureWithFullDbAccess.cs │ │ ├── ISqlConnectionFactory.cs │ │ ├── ListDatabaseRequestHandler.cs │ │ ├── ReliableConnection │ │ │ └── RetryCallbackEventArgs.cs │ │ └── SqlConnectionFactory.cs │ ├── Copilot │ │ ├── ChatMessageQueue.cs │ │ ├── Contracts │ │ │ ├── GetNextMessageRequest.cs │ │ │ └── StartConversationRequests.cs │ │ ├── CopilotConversationManager.cs │ │ ├── CopilotLogger.cs │ │ ├── CopilotService.cs │ │ ├── SqlToolsRpc.cs │ │ ├── VSCodeChatCompletionStream.cs │ │ ├── VSCodeLanguageModelEndpoint.cs │ │ └── VSCodeMinionLLMInvoker.cs │ ├── DacFx │ │ ├── Contracts │ │ │ ├── DacFxRequest.cs │ │ │ ├── DeployRequest.cs │ │ │ ├── DeploymentOptions.cs │ │ │ ├── ExportRequest.cs │ │ │ ├── ExtractRequest.cs │ │ │ ├── GenerateDeployPlanRequest.cs │ │ │ ├── GenerateDeployScriptRequest.cs │ │ │ ├── GenerateTSqlModelRequest.cs │ │ │ ├── GetDefaultPublishOptionsRequest.cs │ │ │ ├── GetObjectsFromTSqlModelRequest.cs │ │ │ ├── GetOptionsFromProfileRequest.cs │ │ │ ├── ImportRequest.cs │ │ │ ├── ParseTSqlScriptRequest.cs │ │ │ ├── SavePublishProfileRequest.cs │ │ │ ├── TSqlObjectInfo.cs │ │ │ └── ValidateStreamingJobRequest.cs │ │ ├── DacFxOperation.cs │ │ ├── DacFxService.cs │ │ ├── DacFxUtils.cs │ │ ├── DeployOperation.cs │ │ ├── ExportOperation.cs │ │ ├── ExtractOperation.cs │ │ ├── GenerateDeployPlanOperation.cs │ │ ├── GenerateDeployScriptOperation.cs │ │ ├── GenerateTSqlModelOperation.cs │ │ ├── GetObjectsFromTSqlModelOperation.cs │ │ ├── ImportOperation.cs │ │ └── ValidateStreamingJobOperation.cs │ ├── DisasterRecovery │ │ ├── BackupOperation │ │ │ ├── BackupOperation.cs │ │ │ └── IBackupOperation.cs │ │ ├── CommonUtilities.cs │ │ ├── Contracts │ │ │ ├── BackupConfigInfo.cs │ │ │ ├── BackupConfigInfoRequest.cs │ │ │ ├── BackupInfo.cs │ │ │ ├── BackupRequest.cs │ │ │ ├── DatabaseFileInfo.cs │ │ │ ├── LocalizedPropertyInfo.cs │ │ │ ├── RestoreConfigInfoRequest.cs │ │ │ ├── RestorePlanDetailInfo.cs │ │ │ ├── RestorePlanRequest.cs │ │ │ ├── RestoreRequest.cs │ │ │ └── RestoreRequestParams.cs │ │ ├── DisasterRecoveryConstants.cs │ │ ├── DisasterRecoveryException.cs │ │ ├── DisasterRecoveryFileValidator.cs │ │ ├── DisasterRecoveryService.cs │ │ ├── RestoreOperation │ │ │ ├── BackupSetInfo.cs │ │ │ ├── BackupSetsFilterInfo.cs │ │ │ ├── RestoreDatabaseHelper.cs │ │ │ ├── RestoreDatabaseTaskDataObject.cs │ │ │ ├── RestoreOptionFactory.cs │ │ │ ├── RestoreUtil.cs │ │ │ └── UnsupportedDeviceTypeException.cs │ │ └── RestoreOptionsHelper.cs │ ├── EditData │ │ ├── Contracts │ │ │ ├── EditCell.cs │ │ │ ├── EditCellResult.cs │ │ │ ├── EditColumnInfo.cs │ │ │ ├── EditCommitRequest.cs │ │ │ ├── EditCreateRowRequest.cs │ │ │ ├── EditDeleteRowRequest.cs │ │ │ ├── EditDisposeRequest.cs │ │ │ ├── EditInitializeFiltering.cs │ │ │ ├── EditInitializeRequest.cs │ │ │ ├── EditRevertCellRequest.cs │ │ │ ├── EditRevertRowRequest.cs │ │ │ ├── EditRow.cs │ │ │ ├── EditScriptRequest.cs │ │ │ ├── EditSessionReadyEvent.cs │ │ │ ├── EditSubsetRequest.cs │ │ │ ├── EditUpdateCellRequest.cs │ │ │ ├── RowOperationParams.cs │ │ │ └── SessionOperationParams.cs │ │ ├── EditColumnMetadata.cs │ │ ├── EditDataService.cs │ │ ├── EditSession.cs │ │ ├── EditTableMetadata.cs │ │ ├── IEditMetadataFactory.cs │ │ ├── SmoEditMetadataFactory.cs │ │ └── UpdateManagement │ │ │ ├── CellUpdate.cs │ │ │ ├── RowCreate.cs │ │ │ ├── RowDelete.cs │ │ │ ├── RowEditBase.cs │ │ │ └── RowUpdate.cs │ ├── ExecutionPlan │ │ ├── Contracts │ │ │ ├── ExecutionGraphComparisonResult.cs │ │ │ ├── ExecutionPlanComparisonRequest.cs │ │ │ ├── ExecutionPlanGraph.cs │ │ │ └── GetExecutionPlanRequest.cs │ │ ├── ExecutionPlanGraphUtils.cs │ │ ├── ExecutionPlanService.cs │ │ └── ShowPlan │ │ │ ├── ActualPlanDataReaderNodeBuilder.cs │ │ │ ├── Attributes.cs │ │ │ ├── Comparison │ │ │ ├── SkeletonManager.cs │ │ │ └── SkeletonNode.cs │ │ │ ├── ConditionParser.cs │ │ │ ├── Constants.cs │ │ │ ├── CursorOperationParser.cs │ │ │ ├── CursorStatementParser.cs │ │ │ ├── DataReaderNodeBuilder.cs │ │ │ ├── Description.cs │ │ │ ├── Edge.cs │ │ │ ├── EstimatedPlanDataReaderNodeBuilder.cs │ │ │ ├── ExpandableArrayWrapper.cs │ │ │ ├── ExpandableObjectWrapper.cs │ │ │ ├── FilterTypeParser.cs │ │ │ ├── FunctionTypeParser.cs │ │ │ ├── Graph.cs │ │ │ ├── INodeBuilder.cs │ │ │ ├── IXmlBatchParser.cs │ │ │ ├── IndexOpTypeParser.cs │ │ │ ├── MergeTypeParser.cs │ │ │ ├── Node.cs │ │ │ ├── NodeBuilderContext.cs │ │ │ ├── NodeBuilderFactory.cs │ │ │ ├── ObjectParser.cs │ │ │ ├── ObjectWrapperTypeConverter.cs │ │ │ ├── Operation.cs │ │ │ ├── OperationTable.cs │ │ │ ├── PropertyFactory.cs │ │ │ ├── PropertyValue.cs │ │ │ ├── RelOpBaseTypeParser.cs │ │ │ ├── RelOpTypeParser.cs │ │ │ ├── RunTimeCounters.cs │ │ │ ├── StatementParser.cs │ │ │ ├── XmlPlanHierarchyParser.cs │ │ │ ├── XmlPlanNodeBuilder.cs │ │ │ ├── XmlPlanParser.cs │ │ │ ├── XmlPlanParserFactory.cs │ │ │ ├── nodebuilderconstants.cs │ │ │ ├── showplangraph.cs │ │ │ ├── showplanxml.cs │ │ │ └── showplanxml.xsd │ ├── FileBrowser │ │ ├── Contracts │ │ │ ├── FileBrowserCloseRequest.cs │ │ │ ├── FileBrowserExpandRequest.cs │ │ │ ├── FileBrowserExpandedNotification.cs │ │ │ ├── FileBrowserOpenRequest.cs │ │ │ ├── FileBrowserOpenedNotification.cs │ │ │ ├── FileBrowserValidateRequest.cs │ │ │ ├── FileBrowserValidatedNotification.cs │ │ │ ├── FileTree.cs │ │ │ └── FileTreeNode.cs │ │ ├── FileBrowserBase.cs │ │ ├── FileBrowserException.cs │ │ ├── FileBrowserOperation.cs │ │ ├── FileBrowserService.cs │ │ ├── FileBrowserValidateEventArgs.cs │ │ └── ServiceConstants.cs │ ├── Formatter │ │ ├── Contracts │ │ │ └── DocumentFormatting.cs │ │ ├── Impl │ │ │ ├── ASTNodeFormatter.cs │ │ │ ├── ASTNodeFormatterT.cs │ │ │ ├── AstNodeFormatterFactory.cs │ │ │ ├── CommaSeparatedListFormatter.cs │ │ │ ├── FormatContext.cs │ │ │ ├── FormatFailedException.cs │ │ │ ├── FormatOptions.cs │ │ │ ├── FormatterTokens.cs │ │ │ ├── FormatterUtilities.cs │ │ │ ├── FormatterVisitor.cs │ │ │ ├── FormatterVisitor_SqlCodeObjectVisitor.cs │ │ │ ├── NoOpFormatter.cs │ │ │ ├── PaddedSpaceSeparatedListFormatter.cs │ │ │ ├── Replacement.cs │ │ │ ├── ReplacementQueue.cs │ │ │ ├── SpaceSeparatedListFormatter.cs │ │ │ ├── SqlBatchFormatter.cs │ │ │ ├── SqlBinaryBooleanExpressionFormatter.cs │ │ │ ├── SqlBinaryQueryExpressionFormatter.cs │ │ │ ├── SqlColumnDefinitionFormatter.cs │ │ │ ├── SqlCommonTableExpressionFormatter.cs │ │ │ ├── SqlCompoundStatementFormatter.cs │ │ │ ├── SqlCreateProcedureStatementFormatter.cs │ │ │ ├── SqlCreateTableStatementFormatter.cs │ │ │ ├── SqlDataTypeFormatter.cs │ │ │ ├── SqlFromClauseFormatter.cs │ │ │ ├── SqlInsertSpecificationFormatter.cs │ │ │ ├── SqlInsertStatementFormatter.cs │ │ │ ├── SqlProcedureDefinitionFormatter.cs │ │ │ ├── SqlQualifiedJoinTableExpressionFormatter.cs │ │ │ ├── SqlQuerySpecificationFormatter.cs │ │ │ ├── SqlQueryWithClauseFormatter.cs │ │ │ ├── SqlRowConstructorExpressionFormatter.cs │ │ │ ├── SqlSelectClauseFormatter.cs │ │ │ ├── SqlSelectSpecificationFormatter.cs │ │ │ ├── SqlSelectStatementFormatter.cs │ │ │ ├── SqlTableConstructorExpressionFormatter.cs │ │ │ ├── SqlTableDefinitionFormatter.cs │ │ │ ├── SqlViewDefinitionFormatter.cs │ │ │ ├── SysCommentsFormatterBase.cs │ │ │ └── WhiteSpaceSeparatedListFormatter.cs │ │ └── TSqlFormatterService.cs │ ├── HostLoader.cs │ ├── LanguageExtensibility │ │ ├── Contracts │ │ │ ├── ExternalLanguageDeleteRequest.cs │ │ │ ├── ExternalLanguageListRequest.cs │ │ │ ├── ExternalLanguageModel.cs │ │ │ ├── ExternalLanguageStatusRequest.cs │ │ │ └── ExternalLanguageUpdateRequest.cs │ │ ├── ExternalLanguageOperations.cs │ │ ├── ExternalLanguageService.cs │ │ └── LanguageExtensibilityException.cs │ ├── LanguageServices │ │ ├── AutoCompleteHelper.cs │ │ ├── BindingQueue.cs │ │ ├── Completion │ │ │ ├── AutoCompletionResult.cs │ │ │ ├── CompletionService.cs │ │ │ ├── Extension │ │ │ │ ├── CompletionExtensionParams.cs │ │ │ │ └── ICompletionExtension.cs │ │ │ ├── SqlCompletionItem.cs │ │ │ └── SqlParserWrapper.cs │ │ ├── ConnectedBindingContext.cs │ │ ├── ConnectedBindingQueue.cs │ │ ├── Contracts │ │ │ ├── Completion.cs │ │ │ ├── Definition.cs │ │ │ ├── Diagnostics.cs │ │ │ ├── DocumentHighlight.cs │ │ │ ├── ExpandAliasRequest.cs │ │ │ ├── FindModuleRequest.cs │ │ │ ├── Hover.cs │ │ │ ├── InstallModuleRequest.cs │ │ │ ├── IntelliSenseReady.cs │ │ │ ├── NonTSqlNotification.cs │ │ │ ├── RebuildIntelliSenseNotification.cs │ │ │ ├── References.cs │ │ │ ├── ShowOnlineHelpRequest.cs │ │ │ ├── SignatureHelp.cs │ │ │ ├── StatusChangedNotification.cs │ │ │ ├── SyntaxParse.cs │ │ │ ├── TelemetryNotification.cs │ │ │ └── TextEdit.cs │ │ ├── DiagnosticsHelper.cs │ │ ├── DocumentStatusHelper.cs │ │ ├── IBindingContext.cs │ │ ├── InteractionMetrics.cs │ │ ├── LanguageService.cs │ │ ├── PeekDefinitionResult.cs │ │ ├── QueueItem.cs │ │ ├── ScriptDocumentInfo.cs │ │ └── ScriptParseInfo.cs │ ├── Localization │ │ ├── LCL │ │ │ ├── de │ │ │ │ └── sr.xlf.lcl │ │ │ ├── es │ │ │ │ └── sr.xlf.lcl │ │ │ ├── fr │ │ │ │ └── sr.xlf.lcl │ │ │ ├── it │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ja │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ko │ │ │ │ └── sr.xlf.lcl │ │ │ ├── pt-br │ │ │ │ └── sr.xlf.lcl │ │ │ ├── ru │ │ │ │ └── sr.xlf.lcl │ │ │ ├── zh-Hans │ │ │ │ └── sr.xlf.lcl │ │ │ └── zh-Hant │ │ │ │ └── sr.xlf.lcl │ │ ├── sr.cs │ │ ├── sr.de.resx │ │ ├── sr.es.resx │ │ ├── sr.fr.resx │ │ ├── sr.it.resx │ │ ├── sr.ja.resx │ │ ├── sr.ko.resx │ │ ├── sr.pt-br.resx │ │ ├── sr.resx │ │ ├── sr.ru.resx │ │ ├── sr.strings │ │ ├── sr.xlf │ │ ├── sr.zh-Hans.resx │ │ ├── sr.zh-Hant.resx │ │ └── transXliff │ │ │ ├── sr.de.xlf │ │ │ ├── sr.es.xlf │ │ │ ├── sr.fr.xlf │ │ │ ├── sr.it.xlf │ │ │ ├── sr.ja.xlf │ │ │ ├── sr.ko.xlf │ │ │ ├── sr.pt-br.xlf │ │ │ ├── sr.ru.xlf │ │ │ ├── sr.zh-hans.xlf │ │ │ └── sr.zh-hant.xlf │ ├── Management │ │ └── Common │ │ │ ├── BrowseFolderHelper.cs │ │ │ ├── ConfigAction.cs │ │ │ ├── DataContainer.cs │ │ │ ├── DataContainerXmlGenerator.cs │ │ │ ├── DbSize.cs │ │ │ ├── ExecutionHandler.cs │ │ │ ├── ExecutionMode.cs │ │ │ ├── IExecutionAwareSqlControlCollection.cs │ │ │ ├── IManagedConnection.cs │ │ │ ├── IProgressItem.cs │ │ │ ├── ISqlControlCollection.cs │ │ │ ├── ManagementActionBase.cs │ │ │ ├── ManagementUtils.cs │ │ │ ├── ProgressItemCollection.cs │ │ │ ├── ProgressReportCommon.cs │ │ │ ├── RunType.cs │ │ │ ├── STParameters.cs │ │ │ ├── ServerSwitchingAttribute.cs │ │ │ ├── SharedConnectionUtil.cs │ │ │ ├── UrnToDataPathConverter.cs │ │ │ ├── UrnUtils.cs │ │ │ └── Utils.cs │ ├── Metadata │ │ ├── Contracts │ │ │ ├── ColumnMetadata.cs │ │ │ ├── GetServerContextualizationRequest.cs │ │ │ ├── MetadataListRequest.cs │ │ │ ├── TableMetadata.cs │ │ │ ├── TableMetadataRequest.cs │ │ │ └── ViewMetadataRequest.cs │ │ ├── MetadataScriptTempFileStream.cs │ │ ├── MetadataService.cs │ │ ├── SmoMetadataFactory.cs │ │ └── SmoScripterHelpers.cs │ ├── Microsoft.SqlTools.ServiceLayer.csproj │ ├── ModelManagement │ │ ├── Contracts │ │ │ ├── ConfigureModelTableRequestParams.cs │ │ │ ├── DeleteModelRequestParams.cs │ │ │ ├── DownloadModelRequestParams.cs │ │ │ ├── GetModelsRequestParams.cs │ │ │ ├── ImportModelRequestParams.cs │ │ │ ├── ModelMetadata.cs │ │ │ ├── ModelRequestBase.cs │ │ │ ├── UpdateModelRequestParams .cs │ │ │ └── VerifyModelTableRequestParams.cs │ │ ├── ModelManagementService.cs │ │ └── ModelOperations.cs │ ├── NotebookConvert │ │ ├── Contracts │ │ │ └── NotebookConvertContracts.cs │ │ ├── Notebook.cs │ │ └── NotebookConvertService.cs │ ├── ObjectExplorer │ │ ├── Contracts │ │ │ ├── CloseSessionRequest.cs │ │ │ ├── CreateSessionRequest.cs │ │ │ ├── ExpandRequest.cs │ │ │ ├── FindNodesRequest.cs │ │ │ ├── GetSessionIdRequest.cs │ │ │ ├── NodeInfo.cs │ │ │ └── RefreshRequest.cs │ │ ├── ObjectExplorerService.cs │ │ └── ObjectExplorerUtils.cs │ ├── ObjectManagement │ │ ├── Contracts │ │ │ ├── AttachDatabaseRequest.cs │ │ │ ├── CreateCredentialRequest.cs │ │ │ ├── DetachDatabaseRequest.cs │ │ │ ├── DisposeViewRequest.cs │ │ │ ├── DropDatabaseRequest.cs │ │ │ ├── DropRequest.cs │ │ │ ├── GetCredentialNamesRequest.cs │ │ │ ├── InitializeViewRequest.cs │ │ │ ├── PurgeQueryStoreDataRequest.cs │ │ │ ├── RenameRequest.cs │ │ │ ├── SaveRequest.cs │ │ │ ├── ScriptRequest.cs │ │ │ └── SearchRequest.cs │ │ ├── ObjectManagementService.cs │ │ ├── ObjectTypeHandler.cs │ │ ├── ObjectTypes │ │ │ ├── AppRole │ │ │ │ ├── AppRoleHandler.cs │ │ │ │ ├── AppRoleInfo.cs │ │ │ │ ├── AppRoleViewContext.cs │ │ │ │ └── AppRoleViewInfo.cs │ │ │ ├── CommonObjectTypeHandler.cs │ │ │ ├── Credential │ │ │ │ ├── CredentialHandler.cs │ │ │ │ ├── CredentialInfo.cs │ │ │ │ ├── CredentialViewContext.cs │ │ │ │ └── CredentialViewInfo.cs │ │ │ ├── Database │ │ │ │ ├── DatabaseActions.cs │ │ │ │ ├── DatabaseHandler.cs │ │ │ │ ├── DatabaseInfo.cs │ │ │ │ ├── DatabaseViewContext.cs │ │ │ │ └── DatabaseViewInfo.cs │ │ │ ├── DatabaseRole │ │ │ │ ├── DatabaseRoleHandler.cs │ │ │ │ ├── DatabaseRoleInfo.cs │ │ │ │ ├── DatabaseRoleViewContext.cs │ │ │ │ └── DatabaseRoleViewInfo.cs │ │ │ ├── Login │ │ │ │ ├── LoginHandler.cs │ │ │ │ ├── LoginInfo.cs │ │ │ │ ├── LoginViewContext.cs │ │ │ │ └── LoginViewInfo.cs │ │ │ ├── Security │ │ │ │ ├── AppRoleActions.cs │ │ │ │ ├── AppRoleData.cs │ │ │ │ ├── CredentialActions.cs │ │ │ │ ├── CredentialData.cs │ │ │ │ ├── DatabaseRoleActions.cs │ │ │ │ ├── DatabaseRoleData.cs │ │ │ │ ├── EffectivePermissionsData.cs │ │ │ │ ├── ExtenedPropertyInfo.cs │ │ │ │ ├── LoginActions.cs │ │ │ │ ├── LoginData.cs │ │ │ │ ├── NetStandardUtils.cs │ │ │ │ ├── PermissionsData.cs │ │ │ │ ├── PermissionsDataExtensions.cs │ │ │ │ ├── SchemaScopedSecurableAttribute.cs │ │ │ │ ├── ServerRoleActions.cs │ │ │ │ ├── ServerRoleData.cs │ │ │ │ ├── SqlCollationSensitiveStringComparer.cs │ │ │ │ ├── SqlObjectSearchData.cs │ │ │ │ ├── SupportedSecurable.cs │ │ │ │ ├── UserActions.cs │ │ │ │ └── UserData.cs │ │ │ ├── Server │ │ │ │ ├── ServerActions.cs │ │ │ │ ├── ServerData.cs │ │ │ │ ├── ServerHandler.cs │ │ │ │ ├── ServerInfo.cs │ │ │ │ ├── ServerProcessor.cs │ │ │ │ ├── ServerPrototype.cs │ │ │ │ ├── ServerPrototype130.cs │ │ │ │ ├── ServerPrototypeMI.cs │ │ │ │ ├── ServerViewContext.cs │ │ │ │ └── ServerViewInfo.cs │ │ │ ├── ServerRole │ │ │ │ ├── ServerRoleHandler.cs │ │ │ │ ├── ServerRoleInfo.cs │ │ │ │ ├── ServerRoleViewContext.cs │ │ │ │ └── ServerRoleViewInfo.cs │ │ │ └── User │ │ │ │ ├── UserHandler.cs │ │ │ │ ├── UserInfo.cs │ │ │ │ ├── UserViewContext.cs │ │ │ │ └── UserViewInfo.cs │ │ ├── PermissionMetadata.cs │ │ ├── SecurablePermissions.cs │ │ ├── SecurableTypeMetadata.cs │ │ ├── SecurableUtils.cs │ │ ├── SecurityPrincipalObject.cs │ │ ├── SecurityPrincipalViewInfo.cs │ │ ├── SqlObject.cs │ │ ├── SqlObjectType.cs │ │ ├── SqlObjectViewContext.cs │ │ └── SqlObjectViewInfo.cs │ ├── Profiler │ │ ├── Contracts │ │ │ ├── CreateXEventSessionRequest.cs │ │ │ ├── DisconnectSessionRequest.cs │ │ │ ├── GetXEventSessionsRequest.cs │ │ │ ├── PauseProfilingRequest.cs │ │ │ ├── ProfilerEvent.cs │ │ │ ├── ProfilerEventsAvailableNotification.cs │ │ │ ├── ProfilerSessionCreatedNotification.cs │ │ │ ├── ProfilerSessionStoppedNotification.cs │ │ │ ├── ProfilerSessionTemplate.cs │ │ │ ├── StartProfilingRequest.cs │ │ │ └── StopProfilingRequest.cs │ │ ├── IProfilerSessionListener.cs │ │ ├── IProfilerSessionMonitor.cs │ │ ├── IXEventSession.cs │ │ ├── IXEventSessionFactory.cs │ │ ├── ObservableXEventSession.cs │ │ ├── ProfilerException.cs │ │ ├── ProfilerService.cs │ │ ├── ProfilerSession.cs │ │ ├── ProfilerSessionMonitor.cs │ │ └── XEventSession.cs │ ├── Program.cs │ ├── QueryExecution │ │ ├── Batch.cs │ │ ├── Contracts │ │ │ ├── BatchSummary.cs │ │ │ ├── ConnectionUriChangedNotification.cs │ │ │ ├── CopyResults2Request.cs │ │ │ ├── CopyResultsRequest.cs │ │ │ ├── DbCellValue.cs │ │ │ ├── DbColumnWrapper.cs │ │ │ ├── ExecuteRequests │ │ │ │ ├── BatchEvents.cs │ │ │ │ ├── ExecuteDocumentSelectionRequest.cs │ │ │ │ ├── ExecuteDocumentStatementRequest.cs │ │ │ │ ├── ExecuteRequestParamsBase.cs │ │ │ │ ├── ExecuteRequestResult.cs │ │ │ │ ├── ExecuteStringRequest.cs │ │ │ │ ├── MessageEvent.cs │ │ │ │ ├── QueryCompleteEvent.cs │ │ │ │ ├── ResultSetEvents.cs │ │ │ │ └── SimpleExecuteRequest.cs │ │ │ ├── ExecutionPlan.cs │ │ │ ├── ExecutionPlanOptions.cs │ │ │ ├── GridSelectionSummary.cs │ │ │ ├── QueryCancelRequest.cs │ │ │ ├── QueryDisposeRequest.cs │ │ │ ├── QueryExecutionPlanRequest.cs │ │ │ ├── ResultMessage.cs │ │ │ ├── ResultSetSubset.cs │ │ │ ├── ResultSetSummary.cs │ │ │ ├── SaveResultsRequest.cs │ │ │ ├── SelectionData.cs │ │ │ ├── Serialization.cs │ │ │ └── SubsetRequest.cs │ │ ├── DataStorage │ │ │ ├── CopyTextBuilder.cs │ │ │ ├── FileStreamReadResult.cs │ │ │ ├── IFileStreamFactory.cs │ │ │ ├── IFileStreamReader.cs │ │ │ ├── IFileStreamWriter.cs │ │ │ ├── SaveAsCsvFileStreamFactory.cs │ │ │ ├── SaveAsCsvFileStreamWriter.cs │ │ │ ├── SaveAsExcelFileStreamFactory.cs │ │ │ ├── SaveAsExcelFileStreamWriter.cs │ │ │ ├── SaveAsExcelFileStreamWriterHelper.cs │ │ │ ├── SaveAsInsertFileStreamFactory.cs │ │ │ ├── SaveAsInsertFileStreamWriter.cs │ │ │ ├── SaveAsJsonFileStreamFactory.cs │ │ │ ├── SaveAsJsonFileStreamWriter.cs │ │ │ ├── SaveAsMarkdownFileStreamFactory.cs │ │ │ ├── SaveAsMarkdownFileStreamWriter.cs │ │ │ ├── SaveAsWriterBase.cs │ │ │ ├── SaveAsXmlFileStreamFactory.cs │ │ │ ├── SaveAsXmlFileStreamWriter.cs │ │ │ ├── ServiceBufferFileStreamFactory.cs │ │ │ ├── ServiceBufferFileStreamReader.cs │ │ │ ├── ServiceBufferFileStreamWriter.cs │ │ │ ├── SqlValueFormatter.cs │ │ │ └── StorageDataReader.cs │ │ ├── Query.cs │ │ ├── QueryExecutionOptionsRequest.cs │ │ ├── QueryExecutionService.cs │ │ ├── QuerySettingsHelper.cs │ │ ├── ResultOnlyContext.cs │ │ ├── ResultSet.cs │ │ ├── SerializationService.cs │ │ └── SpecialAction.cs │ ├── QueryStore │ │ ├── BasicTimeInterval.cs │ │ ├── Contracts │ │ │ ├── GetForcedPlanQueriesReport.cs │ │ │ ├── GetHighVariationQueriesReport.cs │ │ │ ├── GetOverallResourceConsumptionReport.cs │ │ │ ├── GetRegressedQueriesReport.cs │ │ │ ├── GetTopResourceConsumersReport.cs │ │ │ ├── GetTrackedQueryReport.cs │ │ │ ├── PlanSummaryReportParams.cs │ │ │ └── QueryStoreReportParams.cs │ │ └── QueryStoreService.cs │ ├── SchemaCompare │ │ ├── Contracts │ │ │ ├── SchemaCompareCancellationRequest.cs │ │ │ ├── SchemaCompareGenerateScriptRequest.cs │ │ │ ├── SchemaCompareIncludeExcludeAllNodesRequest.cs │ │ │ ├── SchemaCompareIncludeExcludeNodeRequest.cs │ │ │ ├── SchemaCompareOpenScmpRequest.cs │ │ │ ├── SchemaCompareOptionsRequest.cs │ │ │ ├── SchemaComparePublishDatabaseChangesRequest.cs │ │ │ ├── SchemaComparePublishProjectChangesRequest.cs │ │ │ ├── SchemaCompareRequest.cs │ │ │ └── SchemaCompareSaveScmpRequest.cs │ │ ├── SchemaCompareGenerateScriptOperation.cs │ │ ├── SchemaCompareIncludeExcludeAllNodesOperation.cs │ │ ├── SchemaCompareIncludeExcludeNodeOperation.cs │ │ ├── SchemaCompareOpenScmpOperation.cs │ │ ├── SchemaCompareOperation.cs │ │ ├── SchemaComparePublishChangesOperation.cs │ │ ├── SchemaComparePublishDatabaseChangesOperation.cs │ │ ├── SchemaComparePublishProjectChangesOperation.cs │ │ ├── SchemaCompareSaveScmpOperation.cs │ │ ├── SchemaCompareService.cs │ │ └── SchemaCompareUtils.cs │ ├── SchemaDesigner │ │ ├── Contracts │ │ │ ├── RequestCreateSession.cs │ │ │ ├── RequestDisposeSession.cs │ │ │ ├── RequestGenerateScript.cs │ │ │ ├── RequestGetDefintion.cs │ │ │ ├── RequestGetReport.cs │ │ │ ├── RequestPublishSession.cs │ │ │ ├── SchemaDesignerColumn.cs │ │ │ ├── SchemaDesignerForeignKey.cs │ │ │ ├── SchemaDesignerModel.cs │ │ │ ├── SchemaDesignerScriptObject.cs │ │ │ └── SchemaDesignerTable.cs │ │ ├── SchemaDesignerQueryExecution.cs │ │ ├── SchemaDesignerScriptGenerator.cs │ │ ├── SchemaDesignerService.cs │ │ ├── SchemaDesignerSession.cs │ │ ├── SchemaDesignerUpdater.cs │ │ └── SchemaDesignerUtils.cs │ ├── Scripting │ │ ├── Contracts │ │ │ ├── ScriptingCancelRequest.cs │ │ │ ├── ScriptingCompleteEvent.cs │ │ │ ├── ScriptingListObjectsEvent.cs │ │ │ ├── ScriptingListObjectsRequest.cs │ │ │ ├── ScriptingPlanNotificationEvent.cs │ │ │ ├── ScriptingProgressNotificationEvent.cs │ │ │ └── ScriptingRequest.cs │ │ ├── Scripter.cs │ │ ├── ScripterCore.cs │ │ ├── ScriptingListObjectsOperation.cs │ │ ├── ScriptingObjectMatcher.cs │ │ ├── ScriptingScriptOperation.cs │ │ ├── ScriptingService.cs │ │ └── SqlObjectIdentifier.cs │ ├── ServerConfigurations │ │ ├── Contracts │ │ │ ├── ServerConfigListRequest.cs │ │ │ ├── ServerConfigProperty.cs │ │ │ ├── ServerConfigUpdateRequest.cs │ │ │ └── ServerConfigViewRequest.cs │ │ ├── ServerConfigException.cs │ │ └── ServerConfigService.cs │ ├── ServiceHost.cs │ ├── SqlAssessment │ │ ├── Contracts │ │ │ ├── AssessmentRequest.cs │ │ │ ├── GenerateScriptRequest.cs │ │ │ ├── GetAssessmentItemsRequest.cs │ │ │ └── InvokeRequest.cs │ │ ├── GenerateScriptOperation.cs │ │ └── SqlAssessmentService.cs │ ├── SqlContext │ │ ├── CompoundSqlToolsSettingsValues.cs │ │ ├── FormatterSettings.cs │ │ ├── ISqlToolsSettingsValues.cs │ │ ├── IntelliSenseSettings.cs │ │ ├── ObjectExplorerSettings.cs │ │ ├── QueryEditorResultsSettingsValues.cs │ │ ├── QueryEditorSettingsValues.cs │ │ ├── QueryExecutionSettings.cs │ │ ├── SqlToolsSettings.cs │ │ ├── SqlToolsSettingsValues.cs │ │ ├── TableDesignerSettings.cs │ │ ├── TelemetryLevel.cs │ │ └── TelemetrySettingsValues.cs │ ├── SqlProjects │ │ ├── Contracts │ │ │ ├── DatabaseReferences │ │ │ │ ├── AddDacpacReferenceParams.cs │ │ │ │ ├── AddDatabaseReferenceParams.cs │ │ │ │ ├── AddNugetPackageReferenceParams.cs │ │ │ │ ├── AddSqlProjectReferenceParams.cs │ │ │ │ ├── AddSystemDatabaseReference.cs │ │ │ │ ├── AddUserDatabaseReferenceParams.cs │ │ │ │ ├── DeleteDatabaseReference.cs │ │ │ │ └── GetDatabaseReferences.cs │ │ │ ├── Folders │ │ │ │ ├── AddFolder.cs │ │ │ │ ├── DeleteFolder.cs │ │ │ │ ├── ExcludeFolder.cs │ │ │ │ ├── GetFolders.cs │ │ │ │ └── MoveFolder.cs │ │ │ ├── NoneItems │ │ │ │ ├── AddNoneItem.cs │ │ │ │ ├── DeleteNoneItem.cs │ │ │ │ ├── ExcludeNoneItem.cs │ │ │ │ ├── GetNoneItems.cs │ │ │ │ └── MoveNoneItem.cs │ │ │ ├── PrePostDeploymentScripts │ │ │ │ ├── AddPostDeploymentScript.cs │ │ │ │ ├── AddPreDeploymentScript.cs │ │ │ │ ├── DeletePostDeploymentScript.cs │ │ │ │ ├── DeletePreDeploymentScript.cs │ │ │ │ ├── ExcludePostDeploymentScript.cs │ │ │ │ ├── ExcludePreDeploymentScript.cs │ │ │ │ ├── GetPostDeploymentScripts.cs │ │ │ │ ├── GetPreDeploymentScripts.cs │ │ │ │ ├── MovePostDeploymentScript.cs │ │ │ │ └── MovePreDeploymentScript.cs │ │ │ ├── Projects │ │ │ │ ├── CloseSqlProject.cs │ │ │ │ ├── CreateSqlProject.cs │ │ │ │ ├── GetCrossPlatformCompatibility.cs │ │ │ │ ├── GetProjectProperties.cs │ │ │ │ ├── OpenSqlProject.cs │ │ │ │ ├── SetDatabaseSchemaProvider.cs │ │ │ │ ├── SetDatabaseSource.cs │ │ │ │ └── UpdateProjectForCrossPlatform.cs │ │ │ ├── SqlCmdVariables │ │ │ │ ├── AddSqlCmdVariable.cs │ │ │ │ ├── DeleteSqlCmdVariable.cs │ │ │ │ ├── GetSqlCmdVariables.cs │ │ │ │ └── UpdateSqlCmdvariable.cs │ │ │ ├── SqlObjectScripts │ │ │ │ ├── AddSqlObjectScript.cs │ │ │ │ ├── DeleteSqlObjectScript.cs │ │ │ │ ├── ExcludeSqlObjectScript.cs │ │ │ │ ├── GetSqlObjectScripts.cs │ │ │ │ └── MoveSqlObjectScript.cs │ │ │ └── SqlProjectParams.cs │ │ └── SqlProjectsService.cs │ ├── TableDesigner │ │ ├── Constants.cs │ │ └── TableDesignerService.cs │ ├── TaskServices │ │ ├── Contracts │ │ │ ├── ListTasksRequest.cs │ │ │ ├── TaskCancelRequest.cs │ │ │ ├── TaskInfo.cs │ │ │ ├── TaskNotifications.cs │ │ │ └── TaskProgress.cs │ │ ├── ITaskOperation.cs │ │ ├── SmoScriptableOperationWithFullDbAccess.cs │ │ ├── SmoScriptableTaskOperation.cs │ │ ├── SqlTask.cs │ │ ├── SqlTaskManager.cs │ │ ├── TaskEventArgs.cs │ │ ├── TaskExecutionMode.cs │ │ ├── TaskMessage.cs │ │ ├── TaskMetadata.cs │ │ ├── TaskOperationHelper.cs │ │ ├── TaskRequestDetails.cs │ │ ├── TaskResult.cs │ │ ├── TaskScript.cs │ │ ├── TaskService.cs │ │ └── TaskStatus.cs │ ├── Utility │ │ ├── AccessTokenProvider.cs │ │ ├── BaseService.cs │ │ ├── ByteConverter.cs │ │ ├── DatabaseUtils.cs │ │ ├── FeaturesMetadataProviderHelper.cs │ │ ├── FileUtils.cs │ │ ├── IRequestParams.cs │ │ ├── IScriptableRequestParams.cs │ │ ├── LanguageUtils.cs │ │ ├── LongList.cs │ │ ├── NameObjectCollection.cs │ │ ├── ResolvedFile.cs │ │ ├── ResultStatus.cs │ │ ├── ServerUtils.cs │ │ ├── ServiceLayerCommandOptions.cs │ │ ├── SqlScriptFormatters │ │ │ ├── FromSqlScript.cs │ │ │ └── ToSqlScript.cs │ │ └── TaskExtensions.cs │ └── Workspace │ │ ├── Contracts │ │ ├── BufferPosition.cs │ │ ├── BufferRange.cs │ │ ├── Configuration.cs │ │ ├── FileChange.cs │ │ ├── FilePosition.cs │ │ ├── ScriptFile.cs │ │ ├── ScriptFileMarker.cs │ │ ├── ScriptRegion.cs │ │ ├── TextDocument.cs │ │ └── WorkspaceSymbols.cs │ │ ├── Workspace.cs │ │ └── WorkspaceService.cs ├── Microsoft.SqlTools.Shared │ ├── Microsoft.SqlTools.Shared.csproj │ └── Utility │ │ ├── Constants.cs │ │ ├── Logger.cs │ │ └── Utils.cs └── Microsoft.SqlTools.SqlCore │ ├── Connection │ ├── AzureAccessToken.cs │ └── SecurityToken.cs │ ├── Localization │ ├── LCL │ │ ├── de │ │ │ └── sr.xlf.lcl │ │ ├── es │ │ │ └── sr.xlf.lcl │ │ ├── fr │ │ │ └── sr.xlf.lcl │ │ ├── it │ │ │ └── sr.xlf.lcl │ │ ├── ja │ │ │ └── sr.xlf.lcl │ │ ├── ko │ │ │ └── sr.xlf.lcl │ │ ├── pt-BR │ │ │ └── sr.xlf.lcl │ │ ├── ru │ │ │ └── sr.xlf.lcl │ │ ├── zh-Hans │ │ │ └── sr.xlf.lcl │ │ └── zh-Hant │ │ │ └── sr.xlf.lcl │ ├── sr.cs │ ├── sr.de.resx │ ├── sr.es.resx │ ├── sr.fr.resx │ ├── sr.it.resx │ ├── sr.ja.resx │ ├── sr.ko.resx │ ├── sr.pt-BR.resx │ ├── sr.resx │ ├── sr.ru.resx │ ├── sr.strings │ ├── sr.xlf │ ├── sr.zh-Hans.resx │ ├── sr.zh-Hant.resx │ └── transXliff │ │ ├── sr.de.xlf │ │ ├── sr.es.xlf │ │ ├── sr.fr.xlf │ │ ├── sr.it.xlf │ │ ├── sr.ja.xlf │ │ ├── sr.ko.xlf │ │ ├── sr.pt-BR.xlf │ │ ├── sr.ru.xlf │ │ ├── sr.zh-Hans.xlf │ │ └── sr.zh-Hant.xlf │ ├── Metadata │ └── ObjectMetadata.cs │ ├── Microsoft.SqlTools.SqlCore.csproj │ ├── ObjectExplorer │ ├── IObjectExplorerSession.cs │ ├── Nodes │ │ ├── ChildFactory.cs │ │ ├── INodeFilter.cs │ │ ├── NodeFilterProperty.cs │ │ ├── NodeObservableCollection.cs │ │ ├── NodeOrFilter.cs │ │ ├── NodePropertyFilter.cs │ │ ├── NodeSmoProperty.cs │ │ ├── NodeTypes.cs │ │ ├── NodeTypes.tt │ │ ├── TreeNode.cs │ │ └── TreeNodeWithContext.cs │ ├── ObjectExplorerOptions.cs │ ├── ObjectExplorerServerInfo.cs │ ├── ObjectExplorerUtils.cs │ ├── SmoModel │ │ ├── DatabaseTreeNode.cs │ │ ├── FolderNode.cs │ │ ├── NodePathGenerator.cs │ │ ├── ServerNode.cs │ │ ├── SmoChildFactoryBase.cs │ │ ├── SmoCollectionWrapper.cs │ │ ├── SmoColumnCustomNode.cs │ │ ├── SmoDatabaseCustomNode.cs │ │ ├── SmoExtensions.cs │ │ ├── SmoKeyCustomNode.cs │ │ ├── SmoLoginCustomNode.cs │ │ ├── SmoParamterCustomNode.cs │ │ ├── SmoQuerier.cs │ │ ├── SmoQueryContext.cs │ │ ├── SmoQueryModel.cs │ │ ├── SmoQueryModel.tt │ │ ├── SmoQueryModelDefinition.xml │ │ ├── SmoTableCustomNode.cs │ │ ├── SmoTreeNode.cs │ │ ├── SmoTreeNodes.cs │ │ ├── SmoTreeNodes.tt │ │ ├── SmoTreeNodesDefinition.xml │ │ ├── SmoTriggerCustomNode.cs │ │ ├── SmoUserCustomNode.cs │ │ ├── SmoViewCustomNode.cs │ │ ├── SmoWrapper.cs │ │ ├── SqlHistoryTableQuerier.cs │ │ └── SystemDataTypeChildFactories.cs │ ├── SqlServerType.cs │ ├── StatelessObjectExplorer.cs │ └── ValidForFlag.cs │ ├── Performance │ └── QueryStoreQueryGenerator.cs │ ├── Scripting │ ├── AsyncScriptAsScriptingOperation.cs │ ├── Contracts │ │ ├── ScriptingCompleteParams.cs │ │ ├── ScriptingEventParams.cs │ │ ├── ScriptingObject.cs │ │ ├── ScriptingOperationType.cs │ │ ├── ScriptingParams.cs │ │ ├── ScriptingPlanNotificationParams.cs │ │ └── ScriptingProgressNotificationParams.cs │ ├── ScriptAsOptions.cs │ ├── ScriptAsScriptingOperation.cs │ ├── ScriptingExtensionMethods.cs │ ├── ScriptingHelper.cs │ ├── ScriptingOperation.cs │ ├── ScriptingOptions.cs │ └── SmoScriptingOperation.cs │ ├── SimpleObjectExplorer │ ├── ObjectExplorer.cs │ ├── ObjectExplorerModel.cs │ ├── ObjectExplorerModel.tt │ ├── ObjectExplorerModel.xml │ ├── README.md │ └── TreeNode.cs │ ├── TableDesigner │ ├── Constants.cs │ ├── Contracts │ │ ├── Components │ │ │ ├── CheckBoxProperties.cs │ │ │ ├── ComponentPropertiesBase.cs │ │ │ ├── DropdownProperties.cs │ │ │ ├── InputBoxProperties.cs │ │ │ └── TableProperties.cs │ │ ├── DesignerDataPropertyInfo.cs │ │ ├── DesignerDataPropertyWithTabInfo.cs │ │ ├── Requests │ │ │ ├── DisposeTableDesignerRequest.cs │ │ │ ├── GeneratePreviewReportRequest.cs │ │ │ ├── GenerateScriptRequest.cs │ │ │ ├── InitializeTableDesignerRequest.cs │ │ │ ├── ProcessTableDesignerEditRequest.cs │ │ │ └── PublishTableChangesRequest.cs │ │ ├── TableChangeInfo.cs │ │ ├── TableDesignerInfo.cs │ │ ├── TableDesignerIssue.cs │ │ ├── TableDesignerView.cs │ │ ├── TableInfo.cs │ │ └── ViewModel │ │ │ ├── CheckConstraintViewModel.cs │ │ │ ├── ColumnStoreIndexViewModel.cs │ │ │ ├── EdgeConstraintViewModel.cs │ │ │ ├── ForeignKeyViewModel.cs │ │ │ ├── IndexViewModel.cs │ │ │ ├── ObjectViewModelBase.cs │ │ │ ├── TableColumnViewModel.cs │ │ │ └── TableViewModel.cs │ ├── DesignerPathUtils.cs │ ├── EnumUtils.cs │ ├── TableDesignerManager.cs │ ├── TableDesignerMetadata.cs │ └── TableDesignerValidator.cs │ └── Utility │ ├── CommonConstants.cs │ ├── DatabaseUtils.cs │ └── Utils.cs └── test ├── CreateConnectionSettings.cmd ├── CreateTestServerNameSettings.cmd ├── Microsoft.Kusto.ServiceLayer.UnitTests ├── Admin │ └── AdminServiceTests.cs ├── Connection │ ├── ConnectionInfoTests.cs │ ├── ConnectionProviderOptionsHelperTests.cs │ └── DataSourceConnectionFactoryTests.cs ├── DataSource │ ├── DataSourceFactoryTests.cs │ ├── DataSourceIntellisense │ │ ├── KustoIntellisenseClientTests.cs │ │ └── KustoIntellisenseHelperTests.cs │ ├── KustoClientTests.cs │ ├── KustoQueryUtilsTests.cs │ └── Metadata │ │ └── MetadataFactoryTests.cs ├── LanguageServices │ ├── AutoCompleteHelperTests.cs │ ├── BindingQueueTests.cs │ ├── ConnectedBindingQueueTests.cs │ └── DiagnosticsHelperTests.cs ├── Metadata │ └── MetadataServiceTests.cs ├── Microsoft.Kusto.ServiceLayer.UnitTests.csproj ├── ObjectExplorer │ └── DataSourceModel │ │ └── ServerNodeTests.cs ├── Scripting │ └── ScripterTests.cs └── ServiceHost │ └── SrTests.cs ├── Microsoft.SqlTools.Authentication.UnitTests ├── EncryptionUtilsTests.cs ├── GlobalUsings.cs └── Microsoft.SqlTools.Authentication.UnitTests.csproj ├── Microsoft.SqlTools.ManagedBatchParser.IntegrationTests ├── AssemblyInfo.cs ├── BatchParser │ ├── BatchParserMockEventHandler.cs │ ├── BatchParserSqlCmdTests.cs │ ├── BatchParserTests.cs │ ├── BatchParserWrapperTests.cs │ ├── TestCommandHandler.cs │ └── TestVariableResolver.cs ├── Microsoft.SqlTools.ManagedBatchParser.IntegrationTests.csproj ├── Properties │ └── AssemblyInfo.cs ├── TSQLExecutionEngine │ ├── BatchEventHandler.cs │ ├── ExecutionEngineTest.cs │ └── TestExecutor.cs ├── Utility │ ├── FileUtilities.cs │ └── LiveConnectionHelper.cs └── bin │ └── Integration │ └── net8.0 │ └── CoverletSourceRootsMapping_Microsoft.SqlTools.ManagedBatchParser.IntegrationTests ├── Microsoft.SqlTools.Migration.IntegrationTests ├── AssemblyInfo.cs ├── Microsoft.SqlTools.Migration.IntegrationTests.csproj ├── Migration │ ├── Data │ │ ├── TEST,MSSQLSERVER_CommonDbLevel_Counters.csv │ │ ├── TEST,MSSQLSERVER_CommonInstanceLevel_Counters.csv │ │ └── TEST,MSSQLSERVER_PerformanceAggregated_Counters.csv │ └── MigrationServiceTests.cs ├── Utility │ └── LiveConnectionHelper.cs └── bin │ └── Integration │ └── net8.0 │ └── CoverletSourceRootsMapping_Microsoft.SqlTools.Migration.IntegrationTests ├── Microsoft.SqlTools.ServiceLayer.IntegrationTests ├── Admin │ └── DatabaseAdminTests.cs ├── Agent │ ├── AgentAlertTests.cs │ ├── AgentJobStepTests.cs │ ├── AgentJobTests.cs │ ├── AgentNotebookTests.cs │ ├── AgentOperatorTests.cs │ ├── AgentProxyTests.cs │ ├── AgentScheduleTests.cs │ ├── AgentServiceTests.cs │ ├── AgentTestUtils.cs │ └── NotebookResources │ │ └── TestNotebook.ipynb ├── AssemblyInfo.cs ├── AzureFunctions │ ├── AzureFunctionTestFiles │ │ ├── AzureFunctionsInputBinding.cs │ │ ├── AzureFunctionsMultipleSameFunction.cs │ │ ├── AzureFunctionsName.cs │ │ ├── AzureFunctionsNet5.cs │ │ ├── AzureFunctionsNoBindings.cs │ │ ├── AzureFunctionsOperations.cs │ │ ├── AzureFunctionsOutputBinding.cs │ │ ├── AzureFunctionsOutputBindingAsync.cs │ │ └── AzureFunctionsRoute.cs │ └── AzureFunctionsServiceTests.cs ├── Cms │ └── CmsServiceTests.cs ├── Connection │ ├── ConnectionServiceTests.cs │ └── ReliableConnectionTests.cs ├── DacFx │ ├── DacFxServiceTests.cs │ ├── Dacpacs │ │ └── StreamingJobTestDb.dacpac │ └── PublishProfiles │ │ ├── profileNoOptions.publish.xml │ │ ├── profileWithOptions.publish.xml │ │ └── validateSavePublishProfile.publish.xml ├── DisasterRecovery │ ├── BackupRestoreUrlTests.cs │ ├── BackupServiceTests.cs │ ├── DisasterRecoveryFileValidatorTests.cs │ ├── RestoreDatabaseServiceTests.cs │ └── TaskExecutionModeFlag.cs ├── FileBrowser │ └── FileBrowserServiceTests.cs ├── LanguageExtensibility │ └── ExternalLanguageServiceTests.cs ├── LanguageServer │ ├── AdventureWorksDeploymentTestScript.sql │ ├── AdventureWorksTestScript.sql │ ├── LanguageServiceTests.cs │ ├── PeekDefinitionTests.cs │ └── WWITestScript.sql ├── Metadata │ └── MetadataServiceTests.cs ├── Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj ├── ModelManagement │ ├── ModelManagementServiceTests.cs │ └── ModelOperationsTests.cs ├── ObjectExplorer │ ├── ObjectExplorerServiceTests.cs │ ├── SimpleObjectExplorerTests.cs │ └── StatelessObjectExplorerServiceTests.cs ├── ObjectManagement │ ├── CredentialTests.cs │ ├── DatabaseHandlerTests.cs │ ├── LoginTests.cs │ ├── ObjectManagementServiceTests.cs │ ├── ObjectManagementTestUtils.cs │ ├── ServerHandlerTests.cs │ ├── UserTests.cs │ └── UtilsTests.cs ├── Profiler │ └── ProfilerServiceTests.cs ├── Properties │ └── AssemblyInfo.cs ├── QueryExecution │ ├── DataStorage │ │ └── StorageDataReaderTests.cs │ ├── DataTypeTests.cs │ ├── ExecuteTests.cs │ ├── QueryExecutionServiceTests.cs │ └── SqlCmdExecutionTest.cs ├── QueryStore │ ├── QueryStoreBaselines.cs │ └── QueryStoreTests.cs ├── SchemaCompare │ ├── SchemaCompare │ │ └── TestScmpFileTemplate.scmp │ ├── SchemaCompareServiceOptionsTests.cs │ ├── SchemaCompareServiceTests.cs │ ├── SchemaCompareTestUtils.cs │ └── SqlProjects │ │ └── emptyTemplate.sqlproj ├── Scripting │ ├── AsyncScriptAsScriptingOperationTests.cs │ └── ScriptingServiceTests.cs ├── ServerConfigurations │ └── ServerConfigurationsServiceTests.cs ├── SqlAssessment │ └── SqlAssessmentServiceTests.cs ├── SqlProjects │ ├── Inputs │ │ └── SSDTProject.sqlproj │ └── SqlProjectsServiceTests.cs ├── TaskServices │ ├── RequstParamStub.cs │ ├── SmoScriptableTaskOperationStub.cs │ └── TaskServiceTests.cs ├── Utility │ ├── LiveConnectionHelper.cs │ ├── TestBase.cs │ └── TestContextHelpers.cs └── bin │ └── Integration │ └── net8.0 │ └── CoverletSourceRootsMapping_Microsoft.SqlTools.ServiceLayer.IntegrationTests ├── Microsoft.SqlTools.ServiceLayer.PerfTests ├── CreateTestDbAttribute.cs ├── Microsoft.SqlTools.ServiceLayer.PerfTests.csproj ├── Program.cs ├── Properties │ └── AssemblyInfo.cs └── Tests │ ├── Common.cs │ ├── ConnectionTests.cs │ ├── IntellisenseTests.cs │ ├── ObjectExplorerTests.cs │ ├── QueryExecutionTests.cs │ ├── SaveResultsTests.cs │ └── ScriptinTests.cs ├── Microsoft.SqlTools.ServiceLayer.Test.Common ├── AzureBlobConnectionSetting.cs ├── Baselined │ ├── BaselinedTest.cs │ └── BaselinedTestWithMultipleScripts.cs ├── ComparisonFailureException.cs ├── ConnectionSetting.cs ├── Constants.cs ├── Extensions │ ├── ExceptionExtensions.cs │ └── StringExtensions.cs ├── FileUtils.cs ├── MemoryFileSystem.cs ├── Microsoft.SqlTools.ServiceLayer.Test.Common.csproj ├── RequestContextMocking │ ├── EventFlowValidator.cs │ └── RequestContextMocks.cs ├── RunEnvironmentInfo.cs ├── RunIfWrapper.cs ├── Scripts │ ├── AdventureWorks.sql │ ├── CreateNorthwindSchema.sql │ ├── CreateTestDatabase.sql │ ├── CreateTestDatabaseObjects.sql │ ├── Scripts.cs │ └── TestDbTableQueries.sql ├── SelfCleaningTempFile.cs ├── SqlTestDb.cs ├── TestAzureBlobConnectionService.cs ├── TestConfigPersistenceHelper.cs ├── TestConnectionProfileService.cs ├── TestCredentialService.cs ├── TestData │ ├── BatchParser │ │ ├── Baselines │ │ │ ├── BL-err-blockComment.txt │ │ │ ├── BL-err-blockComment2.txt │ │ │ ├── BL-err-cycle1.txt │ │ │ ├── BL-err-varDefinition.txt │ │ │ ├── BL-err-varDefinition2.txt │ │ │ ├── BL-err-varDefinition3.txt │ │ │ ├── BL-err-varDefinition4.txt │ │ │ ├── BL-err-varDefinition5.txt │ │ │ ├── BL-err-varDefinition6.txt │ │ │ ├── BL-err-varDefinition7.txt │ │ │ ├── BL-err-varDefinition8.txt │ │ │ ├── BL-err-varDefinition9.txt │ │ │ ├── BL-err-variableRef.txt │ │ │ ├── BL-err-variableRef2.txt │ │ │ ├── BL-err-variableRef3.txt │ │ │ ├── BL-err-variableRef4.txt │ │ │ ├── BL-input.txt │ │ │ ├── BL-input2.txt │ │ │ ├── BL-pass-blockComment.txt │ │ │ ├── BL-pass-command-and-comment.txt │ │ │ ├── BL-pass-lineComment.txt │ │ │ ├── BL-pass-lineComment2.txt │ │ │ ├── BL-pass-noBlockComments.txt │ │ │ ├── BL-pass-noLineComments.txt │ │ │ ├── BL-pass-varDefinition.txt │ │ │ ├── BL-pass-varDefinition2.txt │ │ │ ├── BL-pass-varDefinition3.txt │ │ │ └── BL-pass-varDefinition4.txt │ │ └── TestScripts │ │ │ ├── TS-err-blockComment.txt │ │ │ ├── TS-err-blockComment2.txt │ │ │ ├── TS-err-cycle1.txt │ │ │ ├── TS-err-varDefinition.txt │ │ │ ├── TS-err-varDefinition2.txt │ │ │ ├── TS-err-varDefinition3.txt │ │ │ ├── TS-err-varDefinition4.txt │ │ │ ├── TS-err-varDefinition5.txt │ │ │ ├── TS-err-varDefinition6.txt │ │ │ ├── TS-err-varDefinition7.txt │ │ │ ├── TS-err-varDefinition8.txt │ │ │ ├── TS-err-varDefinition9.txt │ │ │ ├── TS-err-variableRef.txt │ │ │ ├── TS-err-variableRef2.txt │ │ │ ├── TS-err-variableRef3.txt │ │ │ ├── TS-err-variableRef4.txt │ │ │ ├── TS-input.txt │ │ │ ├── TS-input2.txt │ │ │ ├── TS-pass-blockComment.txt │ │ │ ├── TS-pass-command-and-comment.txt │ │ │ ├── TS-pass-lineComment.txt │ │ │ ├── TS-pass-lineComment2.txt │ │ │ ├── TS-pass-noBlockComments.txt │ │ │ ├── TS-pass-noLineComments.txt │ │ │ ├── TS-pass-varDefinition.txt │ │ │ ├── TS-pass-varDefinition2.txt │ │ │ ├── TS-pass-varDefinition3.txt │ │ │ ├── TS-pass-varDefinition4.txt │ │ │ ├── cycle2.txt │ │ │ └── input-2.txt │ ├── DataStorage │ │ └── SaveAsExcelFileStreamWriterHelperTests │ │ │ ├── [Content_Types].xml │ │ │ ├── _rels │ │ │ └── .rels │ │ │ └── xl │ │ │ ├── _rels │ │ │ └── workbook.xml.rels │ │ │ ├── styles.xml │ │ │ ├── workbook.xml │ │ │ └── worksheets │ │ │ ├── sheet1-autoFilterEnabled.xml │ │ │ ├── sheet1-headerRowBold.xml │ │ │ ├── sheet1-headerRowFrozen.xml │ │ │ ├── sheet1-withColumns.xml │ │ │ └── sheet1.xml │ ├── DisasterRecovery │ │ └── Backups │ │ │ ├── DiffBackup.bak │ │ │ ├── FullBackup.bak │ │ │ └── TransactionLogBackup.bak │ ├── ObjectExplorer │ │ ├── Baselines │ │ │ └── AllSqlObjects.txt │ │ └── TestScripts │ │ │ ├── AllSqlObjects.sql │ │ │ ├── ColumnstoreindexSql16.sql │ │ │ ├── FileTableTest.sql │ │ │ └── NumberedProcedures.sql │ └── TSqlFormatter │ │ ├── BaselineFiles │ │ ├── BQE_IndentOperands.sql │ │ ├── BQE_KeywordCasing_LowerCase.sql │ │ ├── BQE_KeywordCasing_NoFormat.sql │ │ ├── BQE_KeywordCasing_UpperCase.sql │ │ ├── BQE_OperatorsOnNewLine.sql │ │ ├── CTE.sql │ │ ├── CTE_20Spaces.sql │ │ ├── CTE_CommasBeforeDefinition.sql │ │ ├── CTE_EachReferenceOnNewLine.sql │ │ ├── CTE_EachReferenceOnNewLine_CommasBeforeDefinition.sql │ │ ├── CTE_LowerCaseKeywords.sql │ │ ├── CTE_MultipleExpressions.sql │ │ ├── CTE_OneColumn.sql │ │ ├── CTE_UpperCaseKeywords.sql │ │ ├── CTE_UseTabs.sql │ │ ├── CreateProcedure_BackwardsCompatible.sql │ │ ├── CreateProcedure_BeginEnd.sql │ │ ├── CreateProcedure_CommaBeforeNext.sql │ │ ├── CreateProcedure_CommaSpaced.sql │ │ ├── CreateProcedure_CorrectIndents.sql │ │ ├── CreateProcedure_Minimal.sql │ │ ├── CreateProcedure_MultipleBatches.sql │ │ ├── CreateProcedure_MultipleParams.sql │ │ ├── CreateProcedure_OneParam.sql │ │ ├── CreateProcedure_ParamsRecompileReturn.sql │ │ ├── CreateProcedure_Select.sql │ │ ├── CreateProcedure_TwoPartName.sql │ │ ├── CreateProcedure_WithCTE.sql │ │ ├── CreateProcedure_WithEncryptionModule.sql │ │ ├── CreateProcedure_WithExecuteAsModule.sql │ │ ├── CreateProcedure_WithThreeModules.sql │ │ ├── CreateTable.sql │ │ ├── CreateTableAddress_AlignInColumns.sql │ │ ├── CreateTableAddress_AlignInColumnsUseTabs.sql │ │ ├── CreateTableOn.sql │ │ ├── CreateTable_20Spaces.sql │ │ ├── CreateTable_AlignInColumns.sql │ │ ├── CreateTable_AlignInColumnsUseTabs.sql │ │ ├── CreateTable_CommasBeforeDefinition.sql │ │ ├── CreateTable_CommentBeforeComma.sql │ │ ├── CreateTable_Formatted.sql │ │ ├── CreateTable_LowerCaseDataTypes.sql │ │ ├── CreateTable_LowerCaseKeywords.sql │ │ ├── CreateTable_Timestamp.sql │ │ ├── CreateTable_UpperCaseDataTypes.sql │ │ ├── CreateTable_UpperCaseKeywords.sql │ │ ├── CreateTable_UseTabs.sql │ │ ├── CreateView_Full.sql │ │ ├── CreateView_FullWithComments.sql │ │ ├── CreateView_MultipleColumns.sql │ │ ├── CreateView_MultipleOptions.sql │ │ ├── CreateView_OneColumn.sql │ │ ├── CreateView_OneColumnOneOption.sql │ │ ├── CreateView_OneOption.sql │ │ ├── CreateView_Simple.sql │ │ ├── Go_NewlineHandling.sql │ │ ├── Insert_DefaultValues.sql │ │ ├── Insert_Full.sql │ │ ├── Insert_OpenQuery.sql │ │ ├── Insert_OutputInto.sql │ │ ├── Insert_OutputStatement.sql │ │ ├── Insert_Select.sql │ │ ├── Insert_SelectSource.sql │ │ ├── Insert_TopSpecification.sql │ │ ├── Insert_TopWithComments.sql │ │ ├── KeywordCaseConversion_Lowercase.sql │ │ ├── KeywordCaseConversion_Uppercase.sql │ │ ├── SelectWithOrderBy_CorrectIndents.sql │ │ ├── SimpleQuery.sql │ │ ├── SimpleQuery_20Spaces.sql │ │ ├── SimpleQuery_CommasBeforeDefinition.sql │ │ ├── SimpleQuery_EachReferenceOnNewLine.sql │ │ ├── SimpleQuery_EachReferenceOnNewLine_CommasBeforeDefinition.sql │ │ ├── SimpleQuery_ForBrowseClause.sql │ │ ├── SimpleQuery_ForXmlClause.sql │ │ ├── SimpleQuery_LowerCaseKeywords.sql │ │ ├── SimpleQuery_UpperCaseKeywords.sql │ │ └── SimpleQuery_UseTabs.sql │ │ └── TestFiles │ │ ├── Address.sql │ │ ├── AddressSimple.sql │ │ ├── BQE_IndentOperands.sql │ │ ├── BQE_KeywordCasing.sql │ │ ├── BQE_OperatorsOnNewLine.sql │ │ ├── CTE.sql │ │ ├── CTE_MultipleExpressions.sql │ │ ├── CTE_OneColumn.sql │ │ ├── CreateProcedure.sql │ │ ├── CreateProcedure_BackwardsCompatible.sql │ │ ├── CreateProcedure_BeginEnd.sql │ │ ├── CreateProcedure_CommaHandling1.sql │ │ ├── CreateProcedure_CommaHandling2.sql │ │ ├── CreateProcedure_Minimal.sql │ │ ├── CreateProcedure_MultipleBatches.sql │ │ ├── CreateProcedure_MultipleParams.sql │ │ ├── CreateProcedure_OneParam.sql │ │ ├── CreateProcedure_ParamsRecompileReturn.sql │ │ ├── CreateProcedure_Select.sql │ │ ├── CreateProcedure_TwoPartName.sql │ │ ├── CreateProcedure_WithCTE.sql │ │ ├── CreateProcedure_WithEncryptionModule.sql │ │ ├── CreateProcedure_WithExecuteAsModule.sql │ │ ├── CreateProcedure_WithThreeModules.sql │ │ ├── CreateTable.sql │ │ ├── CreateTableFull.sql │ │ ├── CreateTable_CommentBeforeComma.sql │ │ ├── CreateTable_Formatted.sql │ │ ├── CreateTable_Timestamp.sql │ │ ├── CreateView_Full.sql │ │ ├── CreateView_FullWithComments.sql │ │ ├── CreateView_MultipleColumns.sql │ │ ├── CreateView_MultipleOptions.sql │ │ ├── CreateView_OneColumn.sql │ │ ├── CreateView_OneColumnOneOption.sql │ │ ├── CreateView_OneOption.sql │ │ ├── CreateView_Simple.sql │ │ ├── Go.sql │ │ ├── Insert_DefaultValues.sql │ │ ├── Insert_Full.sql │ │ ├── Insert_OpenQuery.sql │ │ ├── Insert_OutputInto.sql │ │ ├── Insert_OutputStatement.sql │ │ ├── Insert_Select.sql │ │ ├── Insert_SelectSource.sql │ │ ├── Insert_TopSpecification.sql │ │ ├── Insert_TopWithComments.sql │ │ ├── KeywordCaseConversion.sql │ │ ├── NestedSelect.sql │ │ ├── SelectWithColumnAlias.sql │ │ ├── SelectWithOrderBy.sql │ │ ├── SimpleQuery.sql │ │ ├── SimpleQuery_ForBrowseClause.sql │ │ └── SimpleQuery_ForXmlClause.sql ├── TestDatabaseService.cs ├── TestEventContext.cs ├── TestLogger.cs ├── TestResult.cs ├── TestServerIdentity.cs ├── TestServiceDriverProvider.cs ├── TestServiceProvider.cs ├── TestTimer.cs └── TestUtilities.cs ├── Microsoft.SqlTools.ServiceLayer.TestDriver.Tests ├── ConnectionTests.cs ├── LanguageServiceTests.cs ├── Microsoft.SqlTools.ServiceLayer.TestDriver.Tests.csproj ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── QueryExecutionTests.cs ├── SqlScriptPublishModelTests.cs ├── StressTests.cs └── WorkspaceTests.cs ├── Microsoft.SqlTools.ServiceLayer.TestDriver ├── Driver │ ├── ServiceTestDriver.cs │ └── TestDriverBase.cs ├── Microsoft.SqlTools.ServiceLayer.TestDriver.csproj └── Utility │ ├── Constants.cs │ └── TestRunner.cs ├── Microsoft.SqlTools.ServiceLayer.TestEnvConfig ├── Microsoft.SqlTools.ServiceLayer.TestEnvConfig.csproj ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── SQLConnectionInstancesTemplate.xml ├── generateSQLConnectionSettings.bat └── generateSQLConnectionSettings.sh ├── Microsoft.SqlTools.ServiceLayer.UnitTests ├── Admin │ └── AdminServiceTests.cs ├── AssemblyInfo.cs ├── Authentication │ └── AuthenticatorTests.cs ├── AutoParameterization │ └── SqlParameterizerTests.cs ├── Completion │ ├── AutoCompletionResultTest.cs │ └── ScriptDocumentInfoTest.cs ├── Connection │ ├── CachedServerInfoTests.cs │ ├── ConnectionDetailsTests.cs │ ├── ConnectionServiceTests.cs │ ├── DatabaseLocksManagerTests.cs │ └── ReliableConnectionTests.cs ├── Credentials │ ├── CredentialServiceTests.cs │ ├── Linux │ │ └── LinuxInteropTests.cs │ ├── SrTests.cs │ └── Win32 │ │ ├── CredentialSetTests.cs │ │ └── Win32CredentialTests.cs ├── DacFx │ └── DacFxTests.cs ├── DisasterRecovery │ ├── BackupOperationStub.cs │ ├── BackupTests.cs │ ├── DatabaseFileInfoTests.cs │ ├── DisasterRecoveryFileValidatorUnitTests.cs │ ├── LocalizedPropertyInfoTests.cs │ ├── RestoreDatabaseTaskDataObjectStub.cs │ ├── RestoreOptionsHelperTests.cs │ └── SharedAccessSignatureCreatorTests.cs ├── EditData │ ├── CellUpdateTests.cs │ ├── Common.cs │ ├── EditCellTests.cs │ ├── FilterMetadataTest.cs │ ├── RowCreateTests.cs │ ├── RowDeleteTests.cs │ ├── RowEditBaseTests.cs │ ├── RowUpdateTests.cs │ ├── ServiceIntegrationTests.cs │ ├── SessionTests.cs │ └── TableTestMatrix.txt ├── Extensibility │ ├── ExtensionTests.cs │ └── ServiceProviderTests.cs ├── FileBrowser │ └── FileBrowserTests.cs ├── Formatter │ ├── BinaryQueryExpressionFormatterTests.cs │ ├── CommonTableExpressionFormatterTests.cs │ ├── CreateProcedureFormatterTests.cs │ ├── CreateTableFormatterTests.cs │ ├── CreateViewFormatterTests.cs │ ├── FormatterSettingsTests.cs │ ├── FormatterUnitTestBase.cs │ ├── GeneralFormatterTests.cs │ ├── InsertFormatterTests.cs │ ├── SqlSelectStatementFormatterTests.cs │ └── TSqlFormatterServiceTests.cs ├── LanguageExtensibility │ └── ExternalLanguageOperationTests.cs ├── LanguageServer │ ├── AutocompleteTests.cs │ ├── BindingQueueTests.cs │ ├── CompletionServiceTest.cs │ ├── InteractionMetricsTest.cs │ ├── LanguageServiceTestBase.cs │ ├── LanguageServiceTests.cs │ ├── PeekDefinitionTests.cs │ └── SqlCompletionItemTests.cs ├── Messaging │ ├── Common.cs │ ├── MessageDispatcherTests.cs │ ├── MessageReaderTests.cs │ ├── MessageWriterTests.cs │ └── TestMessageTypes.cs ├── Microsoft.SqlTools.ServiceLayer.UnitTests.csproj ├── NotebookConvert │ └── NotebookConvertServiceTests.cs ├── ObjectExplorer │ ├── GroupBySchemaTests.cs │ ├── NodeFilterTests.cs │ ├── NodePathGeneratorTests.cs │ ├── NodeTests.cs │ ├── ObjectExplorerServiceTests.cs │ ├── ObjectExplorerTestBase.cs │ ├── ServerVersionHelperTests.cs │ ├── SmoColumnCustomNodeHelperTests.cs │ ├── SmoQueryModelTests.cs │ └── UsersChildFactoryTests.cs ├── Profiler │ ├── ProfilerServiceTests.cs │ ├── ProfilerSessionTests.cs │ ├── ProfilerTestObjects.cs │ ├── TestXel_0.xel │ └── XeStreamObservableTests.cs ├── Properties │ └── AssemblyInfo.cs ├── QueryExecution │ ├── CancelTests.cs │ ├── ChangeConnectionUriTests.cs │ ├── Common.cs │ ├── DataStorage │ │ ├── SaveAsCsvFileStreamWriterTests.cs │ │ ├── SaveAsExcelFileStreamWriterHelperTests.cs │ │ ├── SaveAsJsonFileStreamWriterTests.cs │ │ ├── SaveAsMarkdownFileStreamWriterTests.cs │ │ ├── SaveAsXmlFileStreamWriterTests.cs │ │ └── ServiceBufferFileStreamReaderWriterTests.cs │ ├── DbCellValueTests.cs │ ├── DisposeTests.cs │ ├── Execution │ │ ├── BatchTests.cs │ │ ├── DbColumnWrapperTests.cs │ │ ├── QueryTests.cs │ │ ├── ResultSetTests.cs │ │ └── ServiceIntegrationTests.cs │ ├── ExecutionPlanTests.cs │ ├── SaveResults │ │ ├── BatchTests.cs │ │ ├── QueryTests.cs │ │ ├── ResultSetTests.cs │ │ ├── SerializationServiceTests.cs │ │ └── ServiceIntegrationTests.cs │ ├── SettingsTests.cs │ ├── SpecialActionTests.cs │ └── SubsetTests.cs ├── ResourceProvider │ ├── Azure │ │ ├── AzureAuthenticationManagerTest.cs │ │ ├── AzureDatabaseDiscoveryProviderTest.cs │ │ ├── AzureResourceWrapperTest.cs │ │ ├── AzureSqlServerDiscoveryProviderTest.cs │ │ ├── AzureSubscriptionContextTest.cs │ │ ├── AzureTestContext.cs │ │ └── FakeAzureServerDiscoveryProvider.cs │ ├── DependencyManagerTest.cs │ ├── ExceptionUtilTest.cs │ ├── Fakes │ │ ├── FakeAccountManager.cs │ │ ├── FakeAccountManager2.cs │ │ ├── FakeDataFactory.cs │ │ ├── FakeDatabaseDiscoveryProvider.cs │ │ ├── FakeDatabaseResourceManager.cs │ │ ├── FakeSecureServerDiscoveryProvider.cs │ │ ├── FakeServerDiscoveryProvider.cs │ │ ├── FakeServerDiscoveryProvider2.cs │ │ └── FakeTrace.cs │ ├── FirewallErrorParserTest.cs │ ├── FirewallRuleServiceTest.cs │ ├── ResourceProviderServiceTests.cs │ └── ServiceManagerTest.cs ├── SchemaCompare │ └── SchemaCompareTests.cs ├── Scripting │ ├── ScriptingExtensionMethodsTests.cs │ └── ScriptingObjectMatcherTests.cs ├── ServiceHost │ ├── AsyncLockTests.cs │ ├── AsyncQueueTests.cs │ ├── CapabilitiesTests.cs │ ├── JsonRpcMessageSerializerTests.cs │ ├── LoggerTests.cs │ ├── ScriptFileTests.cs │ ├── ServiceHostTests.cs │ └── SrTests.cs ├── ServiceTestBase.cs ├── ShowPlan │ ├── ShowPlanTests.cs │ ├── TestShowPlan.xml │ └── TestShowPlanRecommendations.xml ├── SqlAssessment │ └── GenerateScriptOperationTests.cs ├── SqlContext │ └── SettingsTests.cs ├── SqlProjects │ └── SqlProjectTests.cs ├── TableDesigner │ └── DesignerPathUtilsTest.cs ├── TaskServices │ ├── DatabaseOperationStub.cs │ ├── SqlTaskTests.cs │ ├── TaskManagerTests.cs │ └── TaskServiceTests.cs ├── Utility │ ├── CommandOptionsTests.cs │ ├── LongListTests.cs │ ├── MoqExtensions.cs │ ├── ProtocolEndpointMocks.cs │ ├── SrTests.cs │ ├── TaskExtensionTests.cs │ ├── TestDbColumn.cs │ ├── TestDbDataReader.cs │ ├── TestDbDataSet.cs │ ├── TestObjects.cs │ ├── TestUtils.cs │ ├── TextUtilitiesTests.cs │ └── ValidateTests.cs ├── UtilityTests │ ├── FromSqlScriptTests.cs │ └── ToSqlScriptTests.cs └── Workspace │ └── WorkspaceTests.cs ├── Microsoft.SqlTools.Test.CompletionExtension ├── CompletionExt.cs └── Microsoft.SqlTools.Test.CompletionExtension.csproj ├── README.md ├── ScriptGenerator ├── AdventureWorks.sql ├── AdventureWorksDbCreate.sql ├── AdventureWorksDbReadWrite.sql ├── AdventureWorksStoredProceduresCreate.sql ├── AdventureWorksTablesCreate.sql ├── AdventureWorksViewsCreate.sql ├── CommandOptions.cs ├── Program.cs ├── Properties │ ├── Resources.Designer.cs │ ├── Resources.resx │ └── launchSettings.json ├── ScriptGenerator.csproj ├── TurnOffClrStrictSecurityMode.sql └── TurnOnClrStrictSecurityMode.sql └── TVFSample ├── Properties └── AssemblyInfo.cs ├── TVFSample.csproj └── TvfSample.cs /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/REVIEW_GUIDELINES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.github/REVIEW_GUIDELINES.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.github/workflows/CODEOWNERS -------------------------------------------------------------------------------- /.github/workflows/integration-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.github/workflows/integration-test.yml -------------------------------------------------------------------------------- /.github/workflows/packages-validation-comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.github/workflows/packages-validation-comment.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.gitignore -------------------------------------------------------------------------------- /.mention-bot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.mention-bot -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /BUILD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/BUILD.md -------------------------------------------------------------------------------- /Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/Directory.Build.props -------------------------------------------------------------------------------- /Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/Directory.Build.targets -------------------------------------------------------------------------------- /Notice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/Notice.txt -------------------------------------------------------------------------------- /Packages.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/Packages.props -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/README.md -------------------------------------------------------------------------------- /RefreshDllsForTestRun.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/RefreshDllsForTestRun.cmd -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SQL2003.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/SQL2003.snk -------------------------------------------------------------------------------- /azure-pipelines/build-and-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/build-and-release.yml -------------------------------------------------------------------------------- /azure-pipelines/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/build.yml -------------------------------------------------------------------------------- /azure-pipelines/config/tsaoptions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/config/tsaoptions.json -------------------------------------------------------------------------------- /azure-pipelines/createBuildDirectories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/createBuildDirectories.sh -------------------------------------------------------------------------------- /azure-pipelines/integrationtests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/integrationtests.yml -------------------------------------------------------------------------------- /azure-pipelines/localization.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/localization.yml -------------------------------------------------------------------------------- /azure-pipelines/osx-arm64-signing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/osx-arm64-signing.yml -------------------------------------------------------------------------------- /azure-pipelines/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/azure-pipelines/release.yml -------------------------------------------------------------------------------- /bin/nuget/Microsoft.SqlServer.Management.QueryStoreModel.163.55.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/nuget/Microsoft.SqlServer.Management.QueryStoreModel.163.55.1.nupkg -------------------------------------------------------------------------------- /bin/nuget/Microsoft.SqlServer.Migration.Assessment.1.0.20241001.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/nuget/Microsoft.SqlServer.Migration.Assessment.1.0.20241001.3.nupkg -------------------------------------------------------------------------------- /bin/nuget/Microsoft.SqlServer.Migration.Logins.1.0.20240920.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/nuget/Microsoft.SqlServer.Migration.Logins.1.0.20240920.1.nupkg -------------------------------------------------------------------------------- /bin/ref/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/Castle.Core.dll -------------------------------------------------------------------------------- /bin/ref/Moq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/Moq.dll -------------------------------------------------------------------------------- /bin/ref/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /bin/ref/Scriptoria.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/Scriptoria.dll -------------------------------------------------------------------------------- /bin/ref/ScriptoriaCommonDefs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/ScriptoriaCommonDefs.dll -------------------------------------------------------------------------------- /bin/ref/SqlCopilotCommon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/SqlCopilotCommon.dll -------------------------------------------------------------------------------- /bin/ref/SqlScriptoria.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/SqlScriptoria.dll -------------------------------------------------------------------------------- /bin/ref/SqlScriptoriaCommon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/SqlScriptoriaCommon.dll -------------------------------------------------------------------------------- /bin/ref/YamlDotNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/bin/ref/YamlDotNet.dll -------------------------------------------------------------------------------- /codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/codecov.yml -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Connection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Connection.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Credentials.Linux.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Credentials.Linux.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Credentials.Win32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Credentials.Win32.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Credentials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Credentials.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.ServiceHost.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.ServiceHost.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Hosting.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.LanguageServices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.LanguageServices.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.QueryExecution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.QueryExecution.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.SqlContext.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.SqlContext.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.AsyncLock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.AsyncLock.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.LogLevel.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.Logger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.Logger.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.LongList-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.LongList-1.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.Validate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.Validate.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Utility.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Workspace.Workspace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Workspace.Workspace.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.Workspace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.Workspace.html -------------------------------------------------------------------------------- /docs/_site/api/Microsoft.SqlTools.ServiceLayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/Microsoft.SqlTools.ServiceLayer.html -------------------------------------------------------------------------------- /docs/_site/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/index.html -------------------------------------------------------------------------------- /docs/_site/api/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/api/toc.html -------------------------------------------------------------------------------- /docs/_site/guide/introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/guide/introduction.html -------------------------------------------------------------------------------- /docs/_site/guide/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/guide/toc.html -------------------------------------------------------------------------------- /docs/_site/guide/using_the_dotnet_api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/guide/using_the_dotnet_api.html -------------------------------------------------------------------------------- /docs/_site/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/index.html -------------------------------------------------------------------------------- /docs/_site/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/manifest.json -------------------------------------------------------------------------------- /docs/_site/styles/main.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_site/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/_site/toc.html -------------------------------------------------------------------------------- /docs/design/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/design/index.md -------------------------------------------------------------------------------- /docs/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/docfx.json -------------------------------------------------------------------------------- /docs/eulas/SQL SERVER 2016 TSQL Language Service EULA.RTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/eulas/SQL SERVER 2016 TSQL Language Service EULA.RTF -------------------------------------------------------------------------------- /docs/eulas/SQL SERVER V.Next SMO EULA.RTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/eulas/SQL SERVER V.Next SMO EULA.RTF -------------------------------------------------------------------------------- /docs/guide/building_sqltoolsservice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/guide/building_sqltoolsservice.md -------------------------------------------------------------------------------- /docs/guide/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/guide/introduction.md -------------------------------------------------------------------------------- /docs/guide/jsonrpc_protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/guide/jsonrpc_protocol.md -------------------------------------------------------------------------------- /docs/guide/object_explorer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/guide/object_explorer.md -------------------------------------------------------------------------------- /docs/guide/toc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/guide/toc.md -------------------------------------------------------------------------------- /docs/guide/using_the_jsonrpc_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/guide/using_the_jsonrpc_api.md -------------------------------------------------------------------------------- /docs/images/connected_bind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/images/connected_bind.png -------------------------------------------------------------------------------- /docs/images/connectionservice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/images/connectionservice.png -------------------------------------------------------------------------------- /docs/images/hostprocess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/images/hostprocess.png -------------------------------------------------------------------------------- /docs/images/msgdispatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/images/msgdispatch.png -------------------------------------------------------------------------------- /docs/images/msgdispatchexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/images/msgdispatchexample.png -------------------------------------------------------------------------------- /docs/images/serviceregistration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/images/serviceregistration.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/samples/jsonrpc/netcore/executequery/Driver/ClientDriver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/jsonrpc/netcore/executequery/Driver/ClientDriver.cs -------------------------------------------------------------------------------- /docs/samples/jsonrpc/netcore/executequery/Driver/ClientDriverBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/jsonrpc/netcore/executequery/Driver/ClientDriverBase.cs -------------------------------------------------------------------------------- /docs/samples/jsonrpc/netcore/executequery/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/jsonrpc/netcore/executequery/Program.cs -------------------------------------------------------------------------------- /docs/samples/jsonrpc/netcore/executequery/Utility/ClientHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/jsonrpc/netcore/executequery/Utility/ClientHelper.cs -------------------------------------------------------------------------------- /docs/samples/jsonrpc/netcore/executequery/jsonrpc.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/jsonrpc/netcore/executequery/jsonrpc.csproj -------------------------------------------------------------------------------- /docs/samples/jsonrpc/netcore/executequery/project.json.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/jsonrpc/netcore/executequery/project.json.old -------------------------------------------------------------------------------- /docs/samples/smo/PowerShellScript/createxmlshema.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/smo/PowerShellScript/createxmlshema.ps1 -------------------------------------------------------------------------------- /docs/samples/smo/PowerShellScript/dbiteration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/smo/PowerShellScript/dbiteration.ps1 -------------------------------------------------------------------------------- /docs/samples/smo/PowerShellScript/managetable.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/smo/PowerShellScript/managetable.ps1 -------------------------------------------------------------------------------- /docs/samples/smo/net45/Scripting/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/smo/net45/Scripting/Program.cs -------------------------------------------------------------------------------- /docs/samples/smo/net45/Scripting/Scripting.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/smo/net45/Scripting/Scripting.csproj -------------------------------------------------------------------------------- /docs/samples/smo/netcore/ModifySetting/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/smo/netcore/ModifySetting/Program.cs -------------------------------------------------------------------------------- /docs/samples/smo/netcore/ModifySetting/project.json.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/samples/smo/netcore/ModifySetting/project.json.old -------------------------------------------------------------------------------- /docs/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/docs/toc.yml -------------------------------------------------------------------------------- /global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/global.json -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/license.txt -------------------------------------------------------------------------------- /localization/sr.de.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.de.xlf.template -------------------------------------------------------------------------------- /localization/sr.es.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.es.xlf.template -------------------------------------------------------------------------------- /localization/sr.fr.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.fr.xlf.template -------------------------------------------------------------------------------- /localization/sr.it.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.it.xlf.template -------------------------------------------------------------------------------- /localization/sr.ja.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.ja.xlf.template -------------------------------------------------------------------------------- /localization/sr.ko.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.ko.xlf.template -------------------------------------------------------------------------------- /localization/sr.pt-br.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.pt-br.xlf.template -------------------------------------------------------------------------------- /localization/sr.ru.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.ru.xlf.template -------------------------------------------------------------------------------- /localization/sr.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.xlf.template -------------------------------------------------------------------------------- /localization/sr.zh-hans.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.zh-hans.xlf.template -------------------------------------------------------------------------------- /localization/sr.zh-hant.xlf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/localization/sr.zh-hant.xlf.template -------------------------------------------------------------------------------- /nuget.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/nuget.config -------------------------------------------------------------------------------- /packages/images/sqlserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/packages/images/sqlserver.png -------------------------------------------------------------------------------- /packages/lib/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/license/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/packages/license/NOTICE.txt -------------------------------------------------------------------------------- /scripts/archiving.cake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/scripts/archiving.cake -------------------------------------------------------------------------------- /scripts/artifacts.cake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/scripts/artifacts.cake -------------------------------------------------------------------------------- /scripts/cake-bootstrap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/scripts/cake-bootstrap.ps1 -------------------------------------------------------------------------------- /scripts/cake-bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/scripts/cake-bootstrap.sh -------------------------------------------------------------------------------- /scripts/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/scripts/packages.config -------------------------------------------------------------------------------- /scripts/runhelpers.cake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/scripts/runhelpers.cake -------------------------------------------------------------------------------- /sqltoolsservice.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/sqltoolsservice.sln -------------------------------------------------------------------------------- /src/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Directory.Build.props -------------------------------------------------------------------------------- /src/LocProject.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/LocProject.json -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Admin/AdminService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Admin/AdminService.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Admin/Contracts/DatabaseInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Admin/Contracts/DatabaseInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/CancelTokenKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/CancelTokenKey.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionManager.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionService.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/ConnectionType.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/Contracts/ConnectParams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/Contracts/ConnectParams.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/Contracts/ServerInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/Contracts/ServerInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/DatabaseLocksManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/DatabaseLocksManager.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/IConnectionManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/IConnectionManager.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Connection/IConnectionService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Connection/IConnectionService.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/DataReaderWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/DataReaderWrapper.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/DataSourceBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/DataSourceBase.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/DataSourceFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/DataSourceFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/DataSourceType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/DataSourceType.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/DiagnosticsInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/DiagnosticsInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/IDataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/IDataSource.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/IDataSourceFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/IDataSourceFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/IKustoClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/IKustoClient.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/KustoClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/KustoClient.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/KustoDataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/KustoDataSource.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/KustoResultsReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Kusto/KustoResultsReader.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/KustoQueryUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/KustoQueryUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/ColumnMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/ColumnMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/FolderMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/FolderMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/MetadataFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/MetadataFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/TableMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Metadata/TableMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Models/ColumnInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Models/ColumnInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Models/FunctionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Models/FunctionInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Models/TableInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Models/TableInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/DataSource/Monitor/MonitorClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/DataSource/Monitor/MonitorClient.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Formatter/FormatterService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Formatter/FormatterService.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Formatter/Impl/FormatOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Formatter/Impl/FormatOptions.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/HostLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/HostLoader.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/AutoCompleteHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/AutoCompleteHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/BindingQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/BindingQueue.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/Contracts/Hover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/Contracts/Hover.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/Contracts/TextEdit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/Contracts/TextEdit.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/DiagnosticsHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/DiagnosticsHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/IBindingContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/IBindingContext.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/InteractionMetrics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/InteractionMetrics.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/LanguageService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/LanguageService.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/QueueItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/QueueItem.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/LanguageServices/ScriptDocumentInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/LanguageServices/ScriptDocumentInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/de/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/de/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/es/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/es/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/fr/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/fr/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/it/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/it/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/ja/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/ja/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/ko/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/ko/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/pt-BR/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/pt-BR/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/ru/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/ru/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/zh-Hans/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/zh-Hans/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/LCL/zh-Hant/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/LCL/zh-Hant/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.de.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.es.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.fr.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.it.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.ja.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.ko.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.pt-br.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.pt-br.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.ru.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.strings -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.zh-hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.zh-hans.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/sr.zh-hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/sr.zh-hant.resx -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.de.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.de.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.es.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.es.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.fr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.fr.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.it.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.it.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.ja.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.ja.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.ko.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.ko.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.pt-br.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.pt-br.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.ru.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.ru.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Metadata/Contracts/ObjectMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Metadata/Contracts/ObjectMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Metadata/MetadataService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Metadata/MetadataService.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/Nodes/NodeFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/Nodes/NodeFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/Nodes/NodeTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/Nodes/NodeTypes.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/Nodes/TreeNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/Nodes/TreeNode.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/ValidForFlag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/ObjectExplorer/ValidForFlag.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/QueryExecution/Batch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/QueryExecution/Batch.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/QueryExecution/Query.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/QueryExecution/Query.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/QueryExecution/ResultOnlyContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/QueryExecution/ResultOnlyContext.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/QueryExecution/ResultSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/QueryExecution/ResultSet.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/QueryExecution/SpecialAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/QueryExecution/SpecialAction.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Scripting/IScripter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Scripting/IScripter.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptAsOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptAsOptions.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Scripting/Scripter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Scripting/Scripter.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptingObjectMatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptingObjectMatcher.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptingOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptingOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptingService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Scripting/ScriptingService.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Scripting/SmoScriptingOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Scripting/SmoScriptingOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/ServiceHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/ServiceHost.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/SqlContext/FormatterSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/SqlContext/FormatterSettings.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/SqlContext/IntelliSenseSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/SqlContext/IntelliSenseSettings.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/SqlContext/SqlToolsSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/SqlContext/SqlToolsSettings.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/AccessTokenProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/AccessTokenProvider.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/CommonConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/CommonConstants.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/DatabaseUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/DatabaseUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/FileUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/FileUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/IRequestParams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/IRequestParams.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/LongList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/LongList.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/ResolvedFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/ResolvedFile.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/ResultStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/ResultStatus.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/SystemExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/SystemExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/TaskExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/TaskExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Utility/ValidationUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Utility/ValidationUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/BufferRange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/BufferRange.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/FileChange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/FileChange.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/FilePosition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/FilePosition.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/ScriptFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/ScriptFile.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/ScriptRegion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/ScriptRegion.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/TextDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/Contracts/TextDocument.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/Workspace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/Workspace.cs -------------------------------------------------------------------------------- /src/Microsoft.Kusto.ServiceLayer/Workspace/WorkspaceService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.Kusto.ServiceLayer/Workspace/WorkspaceService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/AccessToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/AccessToken.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/AuthenticationMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/AuthenticationMethod.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/AuthenticationParams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/AuthenticationParams.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/Authenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/Authenticator.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/IAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/IAuthenticator.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/MSALEncryptedCacheHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/MSALEncryptedCacheHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/Sql/AuthenticationProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/Sql/AuthenticationProvider.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Authentication/Utility/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Authentication/Utility/Utils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Connectors.VSCode/Core/OpenAIFunction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Connectors.VSCode/Core/OpenAIFunction.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Connectors.VSCode/Core/VSCodeClientCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Connectors.VSCode/Core/VSCodeClientCore.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Connectors.VSCode/GlobalUsings.cs: -------------------------------------------------------------------------------- 1 | 2 | global using Microsoft.SemanticKernel; 3 | -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Connectors.VSCode/ToolCallBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Connectors.VSCode/ToolCallBehavior.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/.editorconfig -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Credentials/CredentialService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Credentials/CredentialService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Credentials/ICredentialStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Credentials/ICredentialStore.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Credentials/InteropUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Credentials/InteropUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Credentials/Linux/Interop.Sys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Credentials/Linux/Interop.Sys.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Credentials/SecureStringHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Credentials/SecureStringHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/HostLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/HostLoader.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/de/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/de/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/es/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/es/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/fr/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/fr/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/it/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/it/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/ja/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/ja/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/ko/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/ko/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/pt-BR/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/pt-BR/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/LCL/ru/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/LCL/ru/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.de.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.es.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.fr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.it.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.ja.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.ko.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.pt-br.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.pt-br.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.ru.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.strings -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.zh-hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.zh-hans.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/sr.zh-hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/sr.zh-hant.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.de.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.de.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.es.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.es.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.fr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.fr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.it.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.it.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.ja.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.ja.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.ko.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.ko.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.ru.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Localization/transXliff/sr.ru.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Credentials/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Credentials/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Extensibility/ExtensionServiceHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Extensibility/ExtensionServiceHost.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Extensibility/IComposableService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Extensibility/IComposableService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Extensibility/IEnumerableExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Extensibility/IEnumerableExt.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Extensibility/IStandardMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Extensibility/IStandardMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Contracts/Error.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Contracts/Error.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Contracts/Initialize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Contracts/Initialize.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Contracts/ServiceOption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Contracts/ServiceOption.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Contracts/Shutdown.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Contracts/Shutdown.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Contracts/VersionRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Contracts/VersionRequest.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/IHostedService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/IHostedService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/Constants.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/Contracts/Message.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/Contracts/Message.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/EventContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/EventContext.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/IEventSender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/IEventSender.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/IProtocolEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/IProtocolEndpoint.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/IRequestSender.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/IRequestSender.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/MessageDispatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/MessageDispatcher.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/MessageReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/MessageReader.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/MessageWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/MessageWriter.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/ProtocolEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/ProtocolEndpoint.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/Protocol/RequestContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/Protocol/RequestContext.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Hosting/ServiceHostBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Hosting/ServiceHostBase.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/de/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/de/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/es/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/es/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/fr/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/fr/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/it/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/it/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/ja/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/ja/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/ko/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/ko/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/pt-BR/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/pt-BR/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/ru/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/ru/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/zh-Hans/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/zh-Hans/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/LCL/zh-Hant/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/LCL/zh-Hant/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.de.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.es.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.fr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.it.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.ja.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.ko.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.pt-br.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.pt-br.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.ru.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.strings -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.zh-hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.zh-hans.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/sr.zh-hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/sr.zh-hant.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.de.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.de.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.es.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.es.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.fr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.fr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.it.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.it.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.ja.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.ja.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.ko.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.ko.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.pt-br.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.pt-br.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.ru.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Localization/transXliff/sr.ru.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Microsoft.SqlTools.Hosting.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Microsoft.SqlTools.Hosting.csproj -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/README.md -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/SqlContext/HostDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/SqlContext/HostDetails.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/SqlContext/SqlToolsContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/SqlContext/SqlToolsContext.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/AsyncContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/AsyncContext.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/AsyncContextThread.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/AsyncContextThread.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/AsyncLock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/AsyncLock.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/AsyncQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/AsyncQueue.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/AutoLock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/AutoLock.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/CommandOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/CommandOptions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/CommonUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/CommonUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/ConcurrentCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/ConcurrentCache.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/Extensions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/GeneralRequestDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/GeneralRequestDetails.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/ProcessExitTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/ProcessExitTimer.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/SqlClientEventListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/SqlClientEventListener.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/SqlConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/SqlConstants.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/TextUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/TextUtilities.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/UtilityServiceHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/UtilityServiceHost.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Hosting/Utility/Validate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Hosting/Utility/Validate.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/ErrorCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/ErrorCode.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/Lexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/Lexer.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/LexerInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/LexerInput.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/LineInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/LineInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/Parser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/Parser.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/TextBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/TextBlock.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/Token.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/BatchParser/Token.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.de.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.es.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.fr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.it.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.ja.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.ko.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.pt-br.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.pt-br.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.ru.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.strings -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Localization/sr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Utility/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Utility/Logger.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ManagedBatchParser/Utility/Validate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ManagedBatchParser/Utility/Validate.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Contracts/GetArmTemplateRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Contracts/GetArmTemplateRequest.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Contracts/ImpactedObjectInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Contracts/ImpactedObjectInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Contracts/StartLoginMigration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Contracts/StartLoginMigration.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Contracts/TdeValidationRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Contracts/TdeValidationRequest.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Contracts/ValidateWindowsAccount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Contracts/ValidateWindowsAccount.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Microsoft.SqlTools.Migration.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Microsoft.SqlTools.Migration.csproj -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/MigrationService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/MigrationService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Models/StaticTokenCredential.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Models/StaticTokenCredential.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/SqlDataQueryController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/SqlDataQueryController.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Utils/ExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Utils/ExtensionMethods.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Migration/Utils/MigrationServiceHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Migration/Utils/MigrationServiceHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/AccountOptionsHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/AccountOptionsHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Common/CommonUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Common/CommonUtil.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Common/ExceptionUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Common/ExceptionUtil.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Contracts/Account.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Contracts/Account.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Discovery/AzureUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Discovery/AzureUtil.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Discovery/ICacheable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Discovery/ICacheable.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Extensibility/ITrace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Extensibility/ITrace.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.de.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.es.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.fr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.it.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.ja.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.ko.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.ru.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.strings -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/sr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider.DefaultImpl/AzureTenant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider.DefaultImpl/AzureTenant.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ResourceProvider/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ResourceProvider/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Admin/AdminService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Admin/AdminService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Admin/Contracts/DatabaseInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Admin/Contracts/DatabaseInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Admin/Contracts/LoginInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Admin/Contracts/LoginInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/AgentService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/AgentService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Common/AgentActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Common/AgentActions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Common/AgentInterfaces.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Common/AgentInterfaces.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Common/AgentUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Common/AgentUtilities.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Common/LogAggregator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Common/LogAggregator.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Common/LogInterfaces.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Common/LogInterfaces.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Contracts/AgentJobInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Contracts/AgentJobInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/AgentAlertActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/AgentAlertActions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/AgentOperatorData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/AgentOperatorData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobActions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobActivityFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobActivityFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobAlertData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobAlertData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobAlertsData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobAlertsData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobFetcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobFetcher.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobHistoryItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobHistoryItem.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobProperties.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobSchedulesData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobSchedulesData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepSubSystems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepSubSystems.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepsActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepsActions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepsData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/JobStepsData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/MsaJobTargetServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/MsaJobTargetServer.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/Schedule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/Schedule.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/ScheduleData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Agent/Jobs/ScheduleData.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/AzureBlob/BlobService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/AzureBlob/BlobService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Cms/CmsService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Cms/CmsService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Connection/CancelTokenKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Connection/CancelTokenKey.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionType.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Copilot/ChatMessageQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Copilot/ChatMessageQueue.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Copilot/CopilotLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Copilot/CopilotLogger.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Copilot/CopilotService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Copilot/CopilotService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Copilot/SqlToolsRpc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Copilot/SqlToolsRpc.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/DacFxRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/DacFxRequest.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/DeployRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/DeployRequest.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/ExportRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/ExportRequest.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/ImportRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/Contracts/ImportRequest.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/DacFxOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/DacFxOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/DacFxService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/DacFxService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/DacFxUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/DacFxUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/DeployOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/DeployOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/ExportOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/ExportOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/ExtractOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/ExtractOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/DacFx/ImportOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/DacFx/ImportOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/EditData/Contracts/EditCell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/EditData/Contracts/EditCell.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/EditData/Contracts/EditRow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/EditData/Contracts/EditRow.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/EditData/EditColumnMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/EditData/EditColumnMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/EditData/EditDataService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/EditData/EditDataService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/EditData/EditSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/EditData/EditSession.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/EditData/EditTableMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/EditData/EditTableMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/EditData/IEditMetadataFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/EditData/IEditMetadataFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/ShowPlan/Edge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/ShowPlan/Edge.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/ShowPlan/Graph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/ShowPlan/Graph.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/ShowPlan/Node.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/ExecutionPlan/ShowPlan/Node.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/FileBrowser/FileBrowserBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/FileBrowser/FileBrowserBase.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/FileBrowser/ServiceConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/FileBrowser/ServiceConstants.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/FormatContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/FormatContext.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/FormatOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/FormatOptions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/NoOpFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/NoOpFormatter.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/Replacement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Formatter/Impl/Replacement.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/HostLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/HostLoader.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/LanguageServices/BindingQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/BindingQueue.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/LanguageServices/QueueItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/QueueItem.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/de/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/de/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/es/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/es/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/fr/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/fr/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/it/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/it/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/ja/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/ja/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/ko/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/ko/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/ru/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/ru/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Management/Common/DbSize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Management/Common/DbSize.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Management/Common/RunType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Management/Common/RunType.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Management/Common/UrnUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Management/Common/UrnUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Management/Common/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Management/Common/Utils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Metadata/MetadataService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Metadata/MetadataService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Metadata/SmoMetadataFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Metadata/SmoMetadataFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Metadata/SmoScripterHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Metadata/SmoScripterHelpers.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/NotebookConvert/Notebook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/NotebookConvert/Notebook.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/ObjectManagement/SqlObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/ObjectManagement/SqlObject.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Profiler/IXEventSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Profiler/IXEventSession.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Profiler/ProfilerException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Profiler/ProfilerException.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Profiler/ProfilerService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Profiler/ProfilerService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Profiler/ProfilerSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Profiler/ProfilerSession.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Profiler/XEventSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Profiler/XEventSession.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Program.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Batch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Batch.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Query.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Query.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/ResultSet.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/QueryExecution/SpecialAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/SpecialAction.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/QueryStore/BasicTimeInterval.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/QueryStore/BasicTimeInterval.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/QueryStore/QueryStoreService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/QueryStore/QueryStoreService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Scripting/Scripter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Scripting/Scripter.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Scripting/ScripterCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Scripting/ScripterCore.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Scripting/ScriptingService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Scripting/ScriptingService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Scripting/SqlObjectIdentifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Scripting/SqlObjectIdentifier.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/ServiceHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/ServiceHost.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/SqlContext/FormatterSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/SqlContext/FormatterSettings.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/SqlContext/SqlToolsSettings.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/SqlContext/TelemetryLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/SqlContext/TelemetryLevel.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TableDesigner/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TableDesigner/Constants.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/ITaskOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/ITaskOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/SqlTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/SqlTask.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/SqlTaskManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/SqlTaskManager.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskEventArgs.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskMessage.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskResult.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskScript.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/TaskServices/TaskStatus.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/AccessTokenProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/AccessTokenProvider.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/BaseService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/BaseService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/ByteConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/ByteConverter.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/DatabaseUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/DatabaseUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/FileUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/FileUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/IRequestParams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/IRequestParams.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/LanguageUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/LanguageUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/LongList.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/NameObjectCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/NameObjectCollection.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/ResolvedFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/ResolvedFile.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/ResultStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/ResultStatus.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/ServerUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/ServerUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Utility/TaskExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Utility/TaskExtensions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Workspace/Workspace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Workspace/Workspace.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.ServiceLayer/Workspace/WorkspaceService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.ServiceLayer/Workspace/WorkspaceService.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Shared/Microsoft.SqlTools.Shared.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Shared/Microsoft.SqlTools.Shared.csproj -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Shared/Utility/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Shared/Utility/Constants.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Shared/Utility/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Shared/Utility/Logger.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.Shared/Utility/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.Shared/Utility/Utils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Connection/AzureAccessToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Connection/AzureAccessToken.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Connection/SecurityToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Connection/SecurityToken.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/de/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/de/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/es/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/es/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/fr/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/fr/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/it/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/it/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/ja/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/ja/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/ko/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/ko/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/pt-BR/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/pt-BR/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/ru/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/ru/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/zh-Hans/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/zh-Hans/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/LCL/zh-Hant/sr.xlf.lcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/LCL/zh-Hant/sr.xlf.lcl -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.de.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.de.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.es.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.es.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.fr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.fr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.it.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.it.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.ja.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.ja.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.ko.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.ko.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.pt-BR.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.pt-BR.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.ru.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.ru.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.strings -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.zh-Hans.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.zh-Hans.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/sr.zh-Hant.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/sr.zh-Hant.resx -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.de.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.de.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.es.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.es.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.fr.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.fr.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.it.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.it.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.ja.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.ja.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.ko.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.ko.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.pt-BR.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.pt-BR.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.ru.xlf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Localization/transXliff/sr.ru.xlf -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Metadata/ObjectMetadata.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Metadata/ObjectMetadata.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/ChildFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/ChildFactory.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/INodeFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/INodeFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/NodeOrFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/NodeOrFilter.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/NodeTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/NodeTypes.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/NodeTypes.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/NodeTypes.tt -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/TreeNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/Nodes/TreeNode.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/ObjectExplorerUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/ObjectExplorerUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/FolderNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/FolderNode.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/ServerNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/ServerNode.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/SmoQuerier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/SmoQuerier.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/SmoWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/SmoWrapper.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SqlServerType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SqlServerType.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/ObjectExplorer/ValidForFlag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/ObjectExplorer/ValidForFlag.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Scripting/ScriptAsOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Scripting/ScriptAsOptions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Scripting/ScriptingHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Scripting/ScriptingHelper.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Scripting/ScriptingOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Scripting/ScriptingOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Scripting/ScriptingOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Scripting/ScriptingOptions.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Scripting/SmoScriptingOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Scripting/SmoScriptingOperation.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/SimpleObjectExplorer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/SimpleObjectExplorer/README.md -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/SimpleObjectExplorer/TreeNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/SimpleObjectExplorer/TreeNode.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/TableDesigner/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/TableDesigner/Constants.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/TableDesigner/Contracts/TableInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/TableDesigner/Contracts/TableInfo.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/TableDesigner/DesignerPathUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/TableDesigner/DesignerPathUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/TableDesigner/EnumUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/TableDesigner/EnumUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/TableDesigner/TableDesignerManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/TableDesigner/TableDesignerManager.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Utility/CommonConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Utility/CommonConstants.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Utility/DatabaseUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Utility/DatabaseUtils.cs -------------------------------------------------------------------------------- /src/Microsoft.SqlTools.SqlCore/Utility/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/src/Microsoft.SqlTools.SqlCore/Utility/Utils.cs -------------------------------------------------------------------------------- /test/CreateConnectionSettings.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/CreateConnectionSettings.cmd -------------------------------------------------------------------------------- /test/CreateTestServerNameSettings.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/CreateTestServerNameSettings.cmd -------------------------------------------------------------------------------- /test/Microsoft.Kusto.ServiceLayer.UnitTests/ServiceHost/SrTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.Kusto.ServiceLayer.UnitTests/ServiceHost/SrTests.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.Authentication.UnitTests/GlobalUsings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.Authentication.UnitTests/GlobalUsings.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.Migration.IntegrationTests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.Migration.IntegrationTests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.PerfTests/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.PerfTests/Program.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.PerfTests/Tests/Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.PerfTests/Tests/Common.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/Constants.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/FileUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/FileUtils.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/MemoryFileSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/MemoryFileSystem.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/RunIfWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/RunIfWrapper.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/Scripts/Scripts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/Scripts/Scripts.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/SqlTestDb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/SqlTestDb.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-blockComment.txt: -------------------------------------------------------------------------------- 1 | /* unterminated block comment * -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-blockComment2.txt: -------------------------------------------------------------------------------- 1 | /* unterminated block comment -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-cycle1.txt: -------------------------------------------------------------------------------- 1 | print 'hi' 2 | :r cycle2.txt -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition2.txt: -------------------------------------------------------------------------------- 1 | :setvar a b c 2 | -- invalid syntax (too many params) 3 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition3.txt: -------------------------------------------------------------------------------- 1 | -- no variable defined (at EOF) 2 | :setvar -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition4.txt: -------------------------------------------------------------------------------- 1 | :setvar 2 | -- no variable defined 3 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition5.txt: -------------------------------------------------------------------------------- 1 | :setvar a "unterminated string -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition6.txt: -------------------------------------------------------------------------------- 1 | :setvar a "b"c"d" 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition7.txt: -------------------------------------------------------------------------------- 1 | :setvar a b"c"d 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition8.txt: -------------------------------------------------------------------------------- 1 | :setvar a b"" 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-varDefinition9.txt: -------------------------------------------------------------------------------- 1 | :setvar a ""b 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-variableRef.txt: -------------------------------------------------------------------------------- 1 | Variable reference with no name: $() 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-variableRef2.txt: -------------------------------------------------------------------------------- 1 | Variable reference with invalid name: $(7var) 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-err-variableRef4.txt: -------------------------------------------------------------------------------- 1 | Unterminated variable reference (at EOF): $(var -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-pass-lineComment2.txt: -------------------------------------------------------------------------------- 1 | -- 2 | -- -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-pass-varDefinition.txt: -------------------------------------------------------------------------------- 1 | :setvar a "variable with 2 | new line" -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-pass-varDefinition2.txt: -------------------------------------------------------------------------------- 1 | :setvar a [unterminated_brace 2 | $(b)] 3 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/TS-pass-varDefinition3.txt: -------------------------------------------------------------------------------- 1 | :setvar a "b""c""d" 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/cycle2.txt: -------------------------------------------------------------------------------- 1 | print '2' 2 | :r TS-err-cycle1.txt -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/BatchParser/TestScripts/input-2.txt: -------------------------------------------------------------------------------- 1 | select 1 2 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/BaselineFiles/CreateProcedure_Minimal.sql: -------------------------------------------------------------------------------- 1 | 2 | -- my comment 3 | Create Procedure P1 4 | AS -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/BaselineFiles/CreateProcedure_OneParam.sql: -------------------------------------------------------------------------------- 1 | Create Procedure dbo.P1 2 | @param1 int 3 | AS -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/BaselineFiles/CreateProcedure_TwoPartName.sql: -------------------------------------------------------------------------------- 1 | Create Procedure dbo.P1 2 | AS -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/BaselineFiles/Insert_DefaultValues.sql: -------------------------------------------------------------------------------- 1 | 2 | INSERT INTO NUMBERS 3 | DEFAULT VALUES; 4 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/TestFiles/CreateProcedure_OneParam.sql: -------------------------------------------------------------------------------- 1 | Create Procedure dbo.P1 @param1 int AS -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/TestFiles/CreateProcedure_TwoPartName.sql: -------------------------------------------------------------------------------- 1 | Create Procedure dbo.P1 AS -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/TestFiles/CreateView_OneColumn.sql: -------------------------------------------------------------------------------- 1 | 2 | CREATE VIEW my_view (mycol) 3 | AS 4 | select * from mytable 5 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/TestFiles/CreateView_OneOption.sql: -------------------------------------------------------------------------------- 1 | 2 | CREATE VIEW my_view WITH ENCRYPTION 3 | AS 4 | select * from mytable 5 | 6 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/TestFiles/CreateView_Simple.sql: -------------------------------------------------------------------------------- 1 | CREATE VIEW my_view 2 | AS 3 | select * from mytable 4 | 5 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/TestFiles/Insert_DefaultValues.sql: -------------------------------------------------------------------------------- 1 | 2 | INSERT INTO NUMBERS DEFAULT VALUES; 3 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestData/TSqlFormatter/TestFiles/Insert_TopSpecification.sql: -------------------------------------------------------------------------------- 1 | 2 | insert top (10) into mytable values (10, 11); 3 | 4 | -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestEventContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestEventContext.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestLogger.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestResult.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestTimer.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.Test.Common/TestUtilities.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/Program.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/StressTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.TestDriver.Tests/StressTests.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.TestDriver/Utility/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.TestDriver/Utility/Constants.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.TestEnvConfig/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.TestEnvConfig/Program.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.UnitTests/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.UnitTests/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.UnitTests/DacFx/DacFxTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.UnitTests/DacFx/DacFxTests.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.UnitTests/EditData/Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.UnitTests/EditData/Common.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.UnitTests/Messaging/Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.UnitTests/Messaging/Common.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.UnitTests/ServiceTestBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.UnitTests/ServiceTestBase.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.UnitTests/Utility/SrTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.UnitTests/Utility/SrTests.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.ServiceLayer.UnitTests/Utility/TestUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.ServiceLayer.UnitTests/Utility/TestUtils.cs -------------------------------------------------------------------------------- /test/Microsoft.SqlTools.Test.CompletionExtension/CompletionExt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/Microsoft.SqlTools.Test.CompletionExtension/CompletionExt.cs -------------------------------------------------------------------------------- /test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/README.md -------------------------------------------------------------------------------- /test/ScriptGenerator/AdventureWorks.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/AdventureWorks.sql -------------------------------------------------------------------------------- /test/ScriptGenerator/AdventureWorksDbCreate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/AdventureWorksDbCreate.sql -------------------------------------------------------------------------------- /test/ScriptGenerator/AdventureWorksDbReadWrite.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/AdventureWorksDbReadWrite.sql -------------------------------------------------------------------------------- /test/ScriptGenerator/AdventureWorksStoredProceduresCreate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/AdventureWorksStoredProceduresCreate.sql -------------------------------------------------------------------------------- /test/ScriptGenerator/AdventureWorksTablesCreate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/AdventureWorksTablesCreate.sql -------------------------------------------------------------------------------- /test/ScriptGenerator/AdventureWorksViewsCreate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/AdventureWorksViewsCreate.sql -------------------------------------------------------------------------------- /test/ScriptGenerator/CommandOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/CommandOptions.cs -------------------------------------------------------------------------------- /test/ScriptGenerator/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/Program.cs -------------------------------------------------------------------------------- /test/ScriptGenerator/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /test/ScriptGenerator/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/Properties/Resources.resx -------------------------------------------------------------------------------- /test/ScriptGenerator/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/Properties/launchSettings.json -------------------------------------------------------------------------------- /test/ScriptGenerator/ScriptGenerator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/ScriptGenerator.csproj -------------------------------------------------------------------------------- /test/ScriptGenerator/TurnOffClrStrictSecurityMode.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/TurnOffClrStrictSecurityMode.sql -------------------------------------------------------------------------------- /test/ScriptGenerator/TurnOnClrStrictSecurityMode.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/ScriptGenerator/TurnOnClrStrictSecurityMode.sql -------------------------------------------------------------------------------- /test/TVFSample/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/TVFSample/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/TVFSample/TVFSample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/TVFSample/TVFSample.csproj -------------------------------------------------------------------------------- /test/TVFSample/TvfSample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/sqltoolsservice/HEAD/test/TVFSample/TvfSample.cs --------------------------------------------------------------------------------