﻿#nullable enable
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DOTNETTEST_ATTEMPTNUMBER = "TESTINGPLATFORM_DOTNETTEST_ATTEMPTNUMBER" -> string!
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.InputArtifactPaths = 8 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.Kind = 7 -> ushort
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_PIPE_DIRECTORY = "TESTINGPLATFORM_PIPE_DIRECTORY" -> string!
Microsoft.Testing.Platform.Helpers.ArgumentGuard
Microsoft.Testing.Platform.Helpers.PasteArguments
static Microsoft.Testing.Platform.Helpers.ArgumentGuard.Ensure(bool condition, string! paramName, string! errorMessage) -> void
static Microsoft.Testing.Platform.Helpers.PasteArguments.AppendArgument(System.Text.StringBuilder! stringBuilder, string! argument) -> void
const Microsoft.Testing.Platform.IPC.NamedPipeServer.MaxUnixDomainSocketPathLengthInBytes = 103 -> int
static Microsoft.Testing.Platform.IPC.NamedPipeServer.EnsureDirectoryIsWritable(string! directory) -> void
static Microsoft.Testing.Platform.IPC.NamedPipeServer.EnsurePathLengthWithinLimit(string! path) -> void
static Microsoft.Testing.Platform.IPC.NamedPipeServer.ResolvePipeDirectory(string? overrideDirectory, string? tempPath) -> (string! Directory, bool IsExplicitOverride)
static Microsoft.Testing.Platform.Resources.PlatformResources.NamedPipeDirectoryNotWritableErrorMessage.get -> string!
static Microsoft.Testing.Platform.Resources.PlatformResources.NamedPipePathTooLongErrorMessage.get -> string!
Microsoft.Testing.Platform.Helpers.ExitCode.CoverageThresholdFailed = 14 -> Microsoft.Testing.Platform.Helpers.ExitCode
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadFields(System.IO.Stream! stream, System.Func<ushort, int, bool>! tryReadField) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.TryReadExecutionScopedField(System.IO.Stream! stream, ushort fieldId, int fieldSize, ref string? executionId, ref string? instanceId) -> bool
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteExecutionScopedHeader(System.IO.Stream! stream, string? executionId, string? instanceId, ushort payloadFieldCount) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteListPayload<T>(System.IO.Stream! stream, ushort fieldId, T[]? list, System.Action<System.IO.Stream!, T>! writeItem) -> void
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.Expected = 10 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.Actual = 11 -> ushort
Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.ReadNextMessageAsync(System.IO.Stream! stream, System.Threading.CancellationToken cancellationToken, int maximumFrameSize = 2147483647) -> System.Threading.Tasks.Task<object?>!
Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.WriteMessageAsync(System.IO.Stream! stream, Microsoft.Testing.Platform.IPC.INamedPipeSerializer! serializer, object! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
*REMOVED*Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.ReadNextMessageAsync(System.IO.Pipes.PipeStream! stream, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<object?>!
*REMOVED*Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.WriteMessageAsync(System.IO.Pipes.PipeStream! stream, Microsoft.Testing.Platform.IPC.INamedPipeSerializer! serializer, object! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.CommandLine.FlakyTestsReportingOptions
const Microsoft.Testing.Platform.CommandLine.FlakyTestsReportingOptions.ShowFlakyTestsOptionName = "show-flaky-tests" -> string!
static Microsoft.Testing.Platform.CommandLine.FlakyTestsReportingOptions.IsEnabled(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> bool
Microsoft.Testing.Extensions.Policy.RetryFailedTestsPipeServer.FailedTests.get -> System.Collections.Generic.Dictionary<string!, string!>!
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.FailedTestRequest.FailedTestRequest(string! uid, string! displayName) -> void
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.FailedTestRequest.DisplayName.get -> string!
*REMOVED*Microsoft.Testing.Extensions.Policy.RetryFailedTestsPipeServer.FailedUID.get -> System.Collections.Generic.List<string!>?
*REMOVED*Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.FailedTestRequest.FailedTestRequest(string! uid) -> void
Microsoft.Testing.Extensions.Policy.RetryRunSummary.RetriedTests.get -> int
Microsoft.Testing.Extensions.Policy.RetryRunSummary.RetriedTests.init -> void
Microsoft.Testing.Extensions.Policy.RetryRunSummary.FlakyTests.get -> System.Collections.Generic.IReadOnlyList<string!>!
Microsoft.Testing.Extensions.Policy.RetryRunSummary.FlakyTests.init -> void
Microsoft.Testing.Extensions.Policy.RetryRunSummary.ShowFlakyTests.get -> bool
Microsoft.Testing.Extensions.Policy.RetryRunSummary.ShowFlakyTests.init -> void
Microsoft.Testing.Extensions.Policy.RetryRunSummary.StoppedEarly.get -> bool
Microsoft.Testing.Extensions.Policy.RetryRunSummary.StoppedEarly.init -> void
*REMOVED*Microsoft.Testing.Extensions.Policy.RetryRunSummary.FirstAttemptFailedTests.get -> int
*REMOVED*Microsoft.Testing.Extensions.Policy.RetryRunSummary.FirstAttemptFailedTests.init -> void
Microsoft.Testing.Extensions.Policy.RetryFailedTestsPipeServer.SkippedTests.get -> int
Microsoft.Testing.Extensions.Policy.RetryRunSummary.SuiteSkippedTests.get -> int
Microsoft.Testing.Extensions.Policy.RetryRunSummary.SuiteSkippedTests.init -> void
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest.PassedTests.get -> int
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest.FailedTests.get -> int
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest.SkippedTests.get -> int
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest.ExecutedTests.get -> int
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest.TotalTests.get -> int
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequestSerializer
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequestSerializer.TestRunCountsRequestSerializer() -> void
override Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequestSerializer.Id.get -> int
*REMOVED*Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TotalTestsRunRequest
*REMOVED*Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TotalTestsRunRequest.TotalTests.get -> int
*REMOVED*Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TotalTestsRunRequest.TotalTestsRunRequest(int totalTests) -> void
*REMOVED*Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TotalTestsRunRequestSerializer
*REMOVED*Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TotalTestsRunRequestSerializer.TotalTestsRunRequestSerializer() -> void
*REMOVED*override Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TotalTestsRunRequestSerializer.Id.get -> int
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest.RecoveredTestUids.get -> string![]!
Microsoft.Testing.Extensions.Policy.RetryFailedTestsPipeServer.FailedTestResults.get -> int
Microsoft.Testing.Extensions.Policy.RetryFailedTestsPipeServer.RecoveredTests.get -> System.Collections.Generic.IReadOnlyList<string!>!
Microsoft.Testing.Extensions.Policy.RetryFailedTestsPipeServer.CountsReported.get -> bool
Microsoft.Testing.Extensions.Policy.RetryRunSummary.SuiteCountsKnown.get -> bool
Microsoft.Testing.Extensions.Policy.RetryRunSummary.SuiteCountsKnown.init -> void
Microsoft.Testing.Platform.Extensions.RetryFailedTests.Serializers.TestRunCountsRequest.TestRunCountsRequest(int passedTests, int failedTests, int skippedTests, string![]! recoveredTestUids) -> void
Microsoft.Testing.Platform.IPC.NamedPipeServer.NamedPipeServer(Microsoft.Testing.Platform.IPC.PipeNameDescription! pipeNameDescription, System.Func<Microsoft.Testing.Platform.IPC.IRequest!, System.Threading.Tasks.Task<Microsoft.Testing.Platform.IPC.IResponse!>!>! callback, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Logging.ILogger! logger, Microsoft.Testing.Platform.Helpers.ITask! task, int maxNumberOfServerInstances, System.Collections.Generic.IReadOnlyList<string!>? authorizedSecurityIdentities, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.IPC.NamedPipeServer.NamedPipeServer(string! name, System.Func<Microsoft.Testing.Platform.IPC.IRequest!, System.Threading.Tasks.Task<Microsoft.Testing.Platform.IPC.IResponse!>!>! callback, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Logging.ILogger! logger, Microsoft.Testing.Platform.Helpers.ITask! task, System.Collections.Generic.IReadOnlyList<string!>? authorizedSecurityIdentities, System.Threading.CancellationToken cancellationToken) -> void
