Path	Lines of Code
kotlin-dsl/CSharpScriptCustom.xml	59
kotlin-dsl/CSharpScriptFile.xml	59
kotlin-dsl/CoverageAddOn.xml	37
kotlin-dsl/DotCover.xml	103
kotlin-dsl/DotnetBuild.xml	82
kotlin-dsl/DotnetClean.xml	80
kotlin-dsl/DotnetCustom.xml	49
kotlin-dsl/DotnetDevenv.xml	112
kotlin-dsl/DotnetMsBuild.xml	113
kotlin-dsl/DotnetNugetDelete.xml	66
kotlin-dsl/DotnetNugetPush.xml	74
kotlin-dsl/DotnetPack.xml	84
kotlin-dsl/DotnetPublish.xml	86
kotlin-dsl/DotnetRestore.xml	78
kotlin-dsl/DotnetRun.xml	81
kotlin-dsl/DotnetTest.xml	125
kotlin-dsl/DotnetVsTest.xml	159
kotlin-dsl/NUnit.xml	86
kotlin-dsl/ReSharperDuplicatesFinder.xml	135
kotlin-dsl/ReSharperInspections.xml	122
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/App/MainCommand.cs	13
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/App/Restore/RestoreCommand.cs	11
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/App/Restore/RestoreCommandHandler.cs	28
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/App/Suppress/SuppressCommand.cs	25
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/App/Suppress/SuppressCommandHandler.cs	64
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Assembly.cs	4
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Backup/BackupFileMetadata.cs	17
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Backup/BackupMetadataSaver.cs	20
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Backup/BackupRestore.cs	81
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Backup/IBackupMetadataSaver.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Backup/IBackupRestore.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/AssemblyMutationResult.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/AssemblyPatcher.cs	124
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/AssemblyPatchingResult.cs	16
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/IAssemblyMutator.cs	12
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/IAssemblyPatcher.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/IAssemblyPatchingCriteria.cs	2
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/Mutators/TestSuppressionMutator.cs	47
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Patching/TestSuppressionPatchingCriteria.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/ITestSuppressionDecider.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/ITestSuppressionStrategy.cs	7
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/ITestsSuppressor.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/SuppressionStrategies/BaseSuppressionStrategy.cs	56
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/SuppressionStrategies/MsTestTestClassSuppressionStrategy.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/SuppressionStrategies/NUnitTestClassSuppressionStrategy.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/SuppressionStrategies/XUnitTestClassSuppressionStrategy.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/TestSuppressionDecider.cs	25
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/TestSuppressionParameters.cs	4
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/TestSuppressionResult.cs	2
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Suppression/TestsSuppressor.cs	47
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/ITargetResolver.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/ITargetResolvingStrategy.cs	7
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/Strategies/AssemblyTargetResolvingStrategy.cs	68
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/Strategies/BaseTargetResolvingStrategy.cs	49
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/Strategies/DirectoryTargetResolvingStrategy.cs	65
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/Strategies/MsBuildBinlogTargetResolvingStrategy.cs	103
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/Strategies/ProjectTargetResolvingStrategy.cs	89
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/Strategies/SolutionTargetResolvingStrategy.cs	59
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/TargetResolver.cs	117
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/Targeting/TargetType.cs	41
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/Engines/MSTest.cs	18
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/Engines/NUnit.cs	20
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/Engines/XUnit.cs	15
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/ITestClassDetector.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/ITestEngine.cs	8
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/ITestEngineRecognizer.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/TestClass.cs	3
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/TestClassDetector.cs	13
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestEngines/TestEngineRecognizer.cs	16
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestSelectors/ITestSelectorParser.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestSelectors/ITestSelectorsLoader.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestSelectors/TestSelector.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestSelectors/TestSelectorParser.cs	27
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Domain/TestSelectors/TestSelectorsLoader.cs	78
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/CommandRouter.cs	81
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Commands/Command.cs	13
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Commands/CommandAttribute.cs	10
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Commands/CommandDescriptionAttribute.cs	10
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Commands/CommandOptionAttribute.cs	12
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Commands/CommandOptionDescriptionAttribute.cs	10
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Help/HelpPrinter.cs	35
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Help/IHelpPrinter.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/ICommandHandler.cs	8
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Parsing/CommandLineParser.cs	131
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Parsing/CommandLineParsingResult.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Parsing/ICommandLineParser.cs	7
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Parsing/IConfigurationParsingResult.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Validation/CommandValidator.cs	48
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Validation/ICommandValidator.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Validation/RequiredAttribute.cs	22
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Validation/ValidateEnumAttribute.cs	18
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Validation/ValidatePathAttribute.cs	83
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Validation/ValidationAttribute.cs	11
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/CommandLine/Validation/ValidationResult.cs	13
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Configuration/CommandLineConfigurationProvider.cs	14
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Configuration/CommandLineConfigurationSource.cs	16
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Console/ColumnAligner.cs	48
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Console/DetailedConsoleFormatter.cs	28
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Console/NormalConsoleFormatter.cs	15
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DependencyInjection/ServiceCollectionExtensions.cs	42
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/DotnetAssembly.cs	24
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/DotnetAssemblyLoader.cs	27
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/DotnetAssemblyReference.cs	12
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/DotnetCustomAttribute.cs	11
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/DotnetMethod.cs	17
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/DotnetType.cs	20
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/IDotnetAssembly.cs	9
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/IDotnetAssemblyLoader.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/IDotnetAssemblyReference.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/IDotnetCustomAttribute.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/IDotnetMethod.cs	6
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/DotnetAssembly/IDotnetType.cs	8
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/FileSystemExtensions/FileCopier.cs	16
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/FileSystemExtensions/FileExtension.cs	17
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/FileSystemExtensions/FileReader.cs	21
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/FileSystemExtensions/FileSystemExtensions.cs	58
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/FileSystemExtensions/IFileCopier.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/FileSystemExtensions/IFileReader.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Logging/Configurators/DetailedLoggerConfigurator.cs	18
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Logging/Configurators/DiagnosticLoggerConfigurator.cs	10
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Logging/Configurators/MinimalLoggerConfigurator.cs	20
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Logging/Configurators/NormalLoggerConfigurator.cs	19
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Logging/Configurators/QuietLoggerConfigurator.cs	10
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Logging/CustomLoggerProvider.cs	28
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Logging/ILoggerConfigurator.cs	7
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/MsBuild/IMsBuildLocator.cs	5
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/MsBuild/MSBuildExtensions.cs	13
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/MsBuild/MsBuildLocatorWrapper.cs	21
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/MsBuild/MsBuildProject.cs	38
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/ObjectExtensions.cs	12
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Result.cs	33
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Infrastructure/Verbosity.cs	55
plugin-dotnet-agent/src/main/csharp/TeamCity.Dotnet.TestSuppressor/TeamCity.Dotnet.TestSuppressor/Program.cs	86
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/ExecutableWorkflowComposer.kt	66
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/ProfilerHostWorkflowComposer.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/AgentPropertiesProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/AgentProperty.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/AntPathMatcher.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ArgumentsService.kt	9
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ArgumentsServiceImpl.kt	16
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/BeanConfig.kt	16
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLine.kt	55
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLineArgument.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLineArgumentType.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLineEnvironmentVariable.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLineExecutor.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLineExecutorImpl.kt	50
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLineOutputAccumulationObserver.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLinePresentationService.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLinePresentationServiceImpl.kt	39
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandLineResult.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandResultAttribute.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandResultError.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandResultEvent.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandResultExitCode.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/CommandResultOutput.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/Environment.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/EnvironmentImpl.kt	27
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/EventObserver.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/EventObservers.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/EventSources.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/EventSourcesImpl.kt	65
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/FileReadOperation.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/FileReadOperationResult.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/FileSystemService.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/FileSystemServiceImpl.kt	48
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/Logger.kt	43
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/PEReader.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/PEReaderImpl.kt	9
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/Path.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/PathMatcher.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/PathResolver.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/PropertiesExtension.kt	56
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/TargetType.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ToolEnvironment.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ToolInstanceType.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ToolPath.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ToolSearchService.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ToolSearchServiceImpl.kt	18
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/ToolVersionOutputParser.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/Version.kt	144
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WildcardPathResolver.kt	29
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistry.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryBitness.kt	10
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryHive.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryImpl.kt	85
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryKey.kt	28
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryParser.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryParserImpl.kt	36
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryValue.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryValueType.kt	13
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/WindowsRegistryVisitor.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/BasePathResolverWorkflowComposer.kt	33
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/BuildInfo.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/BuildInfoImpl.kt	9
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/BuildOptions.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/BuildOptionsImpl.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/BuildStepContext.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/BuildStepPostProcessingWorkflowComposer.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/CacheCleaner.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/CacheCleanerSessionImpl.kt	48
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/CannotExecute.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/CannotExecuteImpl.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/CleanType.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/Color.kt	10
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ColorTheme.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/CommandExecutionAdapter.kt	134
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/CommandExecutionFactory.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/Converter.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/DefaultColorTheme.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/Index.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/LayeredWorkflowComposer.kt	32
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/LoggerService.kt	18
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/LoggerServiceImpl.kt	66
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/MessageIndicesSource.kt	37
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/MessagePositionsSource.kt	46
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/MessagesGuard.kt	84
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/OutputReplacer.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ParameterType.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ParametersService.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ParametersServiceImpl.kt	22
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/PathResolverState.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/PathResolverWorkflowComposer.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/PathType.kt	20
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/PathsService.kt	11
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/PathsServiceImpl.kt	55
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ProgramCommandLineAdapter.kt	43
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ProgramCommandLineFactory.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ServiceMessageSource.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ServiceMessageSourceImpl.kt	27
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ServiceMessagesSource.kt	33
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/SimpleWorkflowComposer.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/Source.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/StdOutText.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ToolInstance.kt	13
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ToolInstanceFactory.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/ToolInstanceProvider.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/UnixPathResolverWorkflowComposer.kt	25
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/VirtualContextImpl.kt	26
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WindowsPathResolverWorkflowComposer.kt	33
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/Workflow.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowBuildServiceFactory.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowComposer.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowContext.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowFactory.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowSessionEventDispatcher.kt	19
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowSessionEventListener.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowSessionImpl.kt	43
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/WorkflowStatus.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/serviceMessages/ImportDataServiceMessage.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/serviceMessages/PublishArtifactsServiceMessage.kt	11
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/agent/runner/serviceMessages/TestRetrySupportServiceMessage.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/cmd/CmdWorkflowComposer.kt	41
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/common/MSBuildEnvironmentVariables.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/custom/CustomCommandWorkflowComposer.kt	59
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/CoverageFilter.kt	28
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/CoverageFilterProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverEntryPointSelector.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverEntryPointSelectorImpl.kt	83
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverEnvironmentVariables.kt	66
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverFilterConverter.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverFilterConverterImpl.kt	91
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverFilterProvider.kt	93
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverMode.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverModeDetector.kt	25
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverProfiledProcessWorkflowComposer.kt	61
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverProject.kt	24
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverProjectSerializer.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverProjectSerializerImpl.kt	132
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverReportingWorkflowComposer.kt	193
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverServiceMessage.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverSettings.kt	102
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/DotCoverWorkflowComposer.kt	139
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/EnvironmentVariables.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/command/DotCoverCommandLineBuilder.kt	13
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/command/DotCoverCommandLineBuilderBase.kt	26
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/command/DotCoverCommandType.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/command/DotCoverCoverCommandLineBuilder.kt	65
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/command/DotCoverMergeCommandLineBuilder.kt	40
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/command/DotCoverReportCommandLineBuilder.kt	50
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/BundledDotCover.kt	13
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/DotCoverPropertiesExtension.kt	50
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/DotCoverTeamCityReportGenerator.kt	213
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/DotnetCoverageGenerationResult.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/artifacts/ArtifactsUploader.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/artifacts/ArtifactsUploaderImpl.kt	75
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/artifacts/DotnetCoverageArtifactsPublisher.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/artifacts/DotnetCoverageArtifactsPublisherImpl.kt	52
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/AdditiveValue.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/AssemblyInfo.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/ClassHolder.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/CoveredFile.kt	24
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/CoveredFiles.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/DotCoverClass.kt	56
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/DotCoverData.kt	39
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/DotNetSourceCodeProvider.kt	183
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/report/model/NamespaceInfo.kt	16
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/statistics/DotnetCoverageStatisticsPublisher.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/statistics/DotnetCoverageStatisticsPublisherImpl.kt	39
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/tool/DotCoverAgentTool.kt	102
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/tool/DotCoverToolType.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/utils/Distances.kt	25
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotcover/utils/XmlXppAbstractParser.kt	278
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ArgumentsProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/BuildServerShutdownMonitor.kt	66
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/CommandRegistry.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/CommandResult.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/CommandTarget.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/CommandTargetType.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ComposedTestsFilterProvider.kt	25
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/CustomArgumentsProvider.kt	17
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetCommand.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetCommandContext.kt	9
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetCommandResolver.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetCommandResolverImpl.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetCommonArgumentsProvider.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetCommonArgumentsProviderImpl.kt	19
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetEnvironmentVariables.kt	61
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetFilter.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetFilterFactory.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetFilterFactoryImpl.kt	24
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetNugetCacheCleaner.kt	92
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetStateWorkflowComposer.kt	58
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetToolEnvironment.kt	36
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetToolProvider.kt	49
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetVersionParser.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetVersionProvider.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetVersionProviderImpl.kt	40
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetWorkflowAnalyzer.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetWorkflowAnalyzerContext.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetWorkflowAnalyzerImpl.kt	26
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetWorkflowComposer.kt	143
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetWorkload.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetWorkloadProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetWorkloadProviderBase.kt	69
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/EnvironmentBuilder.kt	11
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/EnvironmentCleaner.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/EnvironmentVariables.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/FailedTestSource.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/FailedTestSourceImpl.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/FileBasedDotnetWorkloadProvider.kt	47
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ParameterTestsFilterProvider.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/RegistryBasedDotnetWorkloadProvider.kt	73
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ResultsAnalyzer.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ResultsAnalyzerImpl.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/SharedCompilationArgumentsProvider.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/SimpleStateWorkflowComposer.kt	32
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/SystemParametersProvider.kt	28
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ToolResolver.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ToolState.kt	10
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/ToolStateWorkflowComposer.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/VersionEnumerator.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/VersionEnumeratorImpl.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/Versioned.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/BuildCommand.kt	54
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/CleanCommand.kt	47
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/CustomCommand.kt	20
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/DotnetCommandBase.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/ListTestsCommand.kt	30
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/MSBuildCommand.kt	70
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/NugetDeleteCommand.kt	44
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/NugetPushCommand.kt	46
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/PackCommand.kt	51
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/PublishCommand.kt	57
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/RestoreCommand.kt	49
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/RunCommand.kt	46
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/TestCommand.kt	75
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/VSTestCommand.kt	79
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/custom/RollForwardOption.kt	9
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/custom/TeamCityDotnetTestSuppressorCommand.kt	43
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildArgumentsProvider.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildLoggerArgumentsProvider.kt	32
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildParameter.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildParameterConverter.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildParameterConverterImpl.kt	44
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildParameterNormalizer.kt	94
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildParameterType.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildParametersProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/msbuild/MSBuildVSTestLoggerParametersProvider.kt	76
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/nuget/NugetCredentialProviderSelector.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/nuget/NugetCredentialProviderSelectorImpl.kt	83
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/nuget/NugetEnvironment.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/nuget/NugetEnvironmentImpl.kt	35
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/nuget/NugetEnvironmentPredefined.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/nuget/NugetEnvironmentVariables.kt	61
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/nuget/NugetResultsObserver.kt	40
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/responseFile/ResponseFileArgumentsProvider.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/responseFile/ResponseFileFactory.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/responseFile/ResponseFileFactoryImpl.kt	59
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetArguments.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetArgumentsProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetArgumentsProviderByType.kt	32
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetService.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetServiceImpl.kt	69
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetTypeProvider.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetTypeProviderImpl.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetsParser.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/targeting/TargetsParserImpl.kt	44
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/transformation/ComposedDotnetCommandTransformer.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/transformation/DotnetCommandsTransformationStage.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/transformation/DotnetCommandsTransformer.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/transformation/MultiTargetDotnetCommandTransformer.kt	22
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/transformation/RootDotnetCommandTransformer.kt	13
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/vstest/VSTestLoggerArgumentsProvider.kt	20
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/vstest/VSTestLoggerEnvironmentAnalyzer.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/vstest/VSTestLoggerEnvironmentAnalyzerImpl.kt	45
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/vstest/VSTestLoggerEnvironmentBuilder.kt	68
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/commands/vstest/VSTestLoggerEnvironmentCleaner.kt	31
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageDataProcessor.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageEventListener.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageGeneratorInput.kt	26
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageProcessor.kt	123
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageProcessorEventsSubscription.kt	22
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageProcessorReportPublisher.kt	10
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageProcessorReportPublisherImpl.kt	30
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageReportGenerator.kt	18
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageReportGeneratorRunner.kt	56
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageReportGeneratorsHolder.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageReportGeneratorsHolderImpl.kt	11
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageReportRequest.kt	11
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/DotnetCoverageReportsMerger.kt	67
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/GenerateIndexPagePostProcessor.kt	158
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/ReportFilesProcessor.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/Sequencer.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/SequencerImpl.kt	16
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCover1_0_ReporterImpl.kt	98
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCover1_1_ReporterImpl.kt	84
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCover2016CommandsConfigFactory.kt	26
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCover26CommandsConfigFactory.kt	86
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCover27CommandsConfigFactory.kt	32
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverCommandsConfigFactory.kt	10
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverCoverageGenerationResult.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverParameters.kt	19
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverParametersFactory.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverReportGenerator.kt	190
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverReportRunnerFactory.kt	39
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverReporterTool.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverReporterZipTool.kt	8
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverToolRunner.kt	11
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverToolRunnerImpl.kt	52
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverVersion.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverVersionChecker.kt	50
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/dotcover/DotCoverVersionFetcher.kt	74
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/serviceMessage/DotnetCoverageParameters.kt	17
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/serviceMessage/DotnetCoverageParametersBase.kt	46
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/serviceMessage/DotnetCoverageParametersHolder.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/serviceMessage/DotnetCoverageParametersHolderImpl.kt	69
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/serviceMessage/DotnetCoverageParametersImpl.kt	35
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/utils/FileService.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/utils/FileServiceImpl.kt	27
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/utils/PathUtil.kt	32
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/utils/TempFactory.kt	13
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/coverage/utils/TempFactoryImpl.kt	50
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DotnetFrameworkRegistryAgentPropertiesProvider.kt	40
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DotnetFrameworkSdkAgentPropertiesProvider.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DotnetRuntimeAgentPropertiesProvider.kt	24
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DotnetSdkAgentPropertiesProvider.kt	34
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DotnetWorkloadAgentPropertiesProvider.kt	33
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/MSBuildAgentPropertiesProvider.kt	30
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/MSBuildFileSystemAgentPropertiesProvider.kt	79
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/MSBuildRegistryAgentPropertiesProvider.kt	59
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/MSTestAgentPropertiesProvider.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SdkRegistryProvider.kt	122
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/TargetingPackAgentPropertiesProvider.kt	27
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/TargetingPackFileSystemAgentPropertiesProvider.kt	51
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/VisualStudioTestAgentPropertiesProvider.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/WindowsSdkAgentPropertiesProvider.kt	24
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFramework.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworkSdkInstanceFactory.kt	41
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworkSdkRegistryProvider.kt	56
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworkValidator.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworkValidatorImpl.kt	45
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworksEnvironment.kt	9
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworksEnvironmentImpl.kt	45
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworksProvider.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworksProviderImpl.kt	39
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetFrameworksWindowsRegistryVisitor.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetPolicyRegistryVisitor.kt	54
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetFramework/DotnetSetupRegistryVisitor.kt	161
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetRuntime/DotnetRuntime.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetRuntime/DotnetRuntimesProvider.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetRuntime/DotnetRuntimesProviderImpl.kt	39
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetSdk/DotnetSdk.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetSdk/DotnetSdksProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/dotnetSdk/DotnetSdksProviderImpl.kt	23
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/msbuild/MSBuildValidator.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/msbuild/MSBuildValidatorImpl.kt	9
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/mstest/MSTestConsoleInstanceFactory.kt	39
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/vstest/VisualStudioTestConsoleInstanceFactory.kt	41
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/vstest/VisualStudioTestProvider.kt	51
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/logging/Logger.kt	32
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/logging/LoggerParameters.kt	10
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/logging/LoggerParametersImpl.kt	45
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/logging/LoggerResolver.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/logging/LoggerResolverImpl.kt	79
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/toolResolvers/DotnetToolResolver.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/toolResolvers/DotnetToolResolverImpl.kt	71
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/toolResolvers/MSBuildToolResolver.kt	103
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/dotnet/toolResolvers/VSTestToolResolver.kt	63
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ArgumentsProvider.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ArgumentsProviderImpl.kt	101
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ArtifactService.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ArtifactServiceImpl.kt	18
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ConfigurationFile.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/DownloadPluginXmlElementGenerator.kt	20
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderCodeDataProcessor.kt	130
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderConfigurationFile.kt	74
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderEnvironmentProvider.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderOutputObserver.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/EnvironmentProvider.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/FilePluginXmlElementGenerator.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/FolderPluginXmlElementGenerator.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/IdPluginsSpecificationProvider.kt	28
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectCacheCleaner.kt	18
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectCodeDataProcessor.kt	51
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectCodeEnvironmentProvider.kt	24
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionArguments.kt	12
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionConfigurationFile.kt	40
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionOutputObserver.kt	17
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionToolState.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionToolStateWorkflowComposer.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionToolStateWorkflowComposerImpl.kt	34
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionVersionParser.kt	29
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/InspectionWorkflowComposer.kt	115
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/OutputObserver.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/PluginDescriptor.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/PluginDescriptorType.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/PluginDescriptorsProvider.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/PluginDescriptorsProviderImpl.kt	34
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/PluginXmlElementGenerator.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/PluginsSpecificationProvider.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ToolStartInfo.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ToolStartInfoResolver.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/ToolStartInfoResolverImpl.kt	42
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/XmlPluginsSpecificationProvider.kt	44
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/XmlReader.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/XmlReaderImpl.kt	60
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/XmlWriter.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/inspect/XmlWriterImpl.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/mono/MonoPropertiesExtension.kt	44
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/mono/MonoToolEnvironment.kt	27
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/mono/MonoToolProvider.kt	29
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/mono/MonoVersionParser.kt	15
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/MonoExecutableWorkflowComposer.kt	66
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitOutputDeduplicationObserver.kt	43
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitReorderingWorkflowComposer.kt	121
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitSettings.kt	14
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitSettingsImpl.kt	50
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitTeamCityEventListenerExtensionPreparer.kt	52
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitToolStateWorkflowComposer.kt	53
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitViaCommandLineWorkflowComposer.kt	47
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitViaProjectFileWorkflowComposer.kt	67
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/NUnitWorkflowComposer.kt	78
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/arguments/NUnitArgumentsProvider.kt	28
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/arguments/NUnitConsoleRunnerPathProvider.kt	52
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/arguments/NUnitTestFilterProviderImpl.kt	53
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/arguments/NUnitTestingAssembliesProviderImpl.kt	46
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/nUnitProject/NUnitProject.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/nUnitProject/NUnitProjectGenerator.kt	16
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/nUnitProject/NUnitProjectSerializer.kt	50
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/testReordering/NUnitReorderingTestsSplitService.kt	29
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/testReordering/NUnitXmlTestInfoParser.kt	59
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/testReordering/RunnerConfigVarTestInfoParser.kt	28
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/testReordering/TestInfo.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/toolState/NUnitToolState.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/toolState/NUnitToolStateParser.kt	34
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/nunit/toolState/NUnitToolStateVerifier.kt	43
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Disposable.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Disposables.kt	35
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Notification.kt	3
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/NotificationCompleted.kt	10
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/NotificationError.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/NotificationKind.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/NotificationNext.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Observable.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Observables.kt	237
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Observer.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Observers.kt	21
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Subject.kt	2
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/rx/Subjects.kt	49
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/CSharpScriptWorkflowComposer.kt	33
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/CommandLineFactory.kt	6
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/CommandLineFactoryImpl.kt	38
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/CsiTool.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/RspContentFactory.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/RspContentFactoryImpl.kt	34
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/ScriptResolver.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/ScriptResolverImpl.kt	46
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/ToolResolver.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/ToolResolverImpl.kt	36
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/ToolVersionResolver.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/script/ToolVersionResolverImpl.kt	57
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/sh/ShWorkflowComposer.kt	40
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/utils/FileExtensions.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/JsonVisualStudioInstanceParser.kt	98
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/ToolResolver.kt	5
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioAgentPropertiesProvider.kt	35
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioFileSystemProvider.kt	52
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioInstanceFactory.kt	58
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioInstanceParser.kt	7
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioPackagesEnvironmentLocator.kt	22
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioPackagesLocator.kt	4
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioPackagesRegistryLocator.kt	43
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioRegistryProvider.kt	76
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioToolResolver.kt	41
plugin-dotnet-agent/src/main/kotlin/jetbrains/buildServer/visualStudio/VisualStudioWorkflowComposer.kt	83
plugin-dotnet-agent/src/main/resources/META-INF/build-agent-plugin-dotnet.xml	711
plugin-dotnet-agent/teamcity-plugin.xml	4
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/Bound.kt	4
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/Deserializer.kt	5
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/DocumentExtensions.kt	63
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/DotnetCoroutineDispatcher.kt	23
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/JsonParser.kt	5
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/JsonParserImpl.kt	9
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/Range.kt	4
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/Ranges.kt	23
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/Serializer.kt	5
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/XmlDocumentService.kt	5
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/XmlDocumentServiceImpl.kt	50
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/coverage/agent/serviceMessage/CoverageServiceMessageSetup.kt	4
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/CoverageConstants.kt	55
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetCommandType.kt	18
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetConstants.kt	100
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/MonoConstants.kt	7
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/Platform.kt	13
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/SemanticVersion.kt	14
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/SemanticVersionParser.kt	4
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/SemanticVersionParserImpl.kt	14
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/TargetDotNetFramework.kt	26
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/TestReportingMode.kt	19
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/Tool.kt	48
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/ToolBitness.kt	11
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/ToolPlatform.kt	6
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/ToolType.kt	6
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/Verbosity.kt	13
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/VisualStudioAction.kt	7
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/VsTestPlatform.kt	12
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/inspect/CltConstants.kt	8
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/inspect/DotNetConstants.kt	43
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderConstants.kt	21
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/inspect/InspectCodeConstants.kt	15
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/inspect/InspectionTool.kt	29
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/inspect/InspectionToolPlatform.kt	11
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/nunit/NUnitRunnerConstants.kt	18
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/script/ScriptConstants.kt	16
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/script/ScriptType.kt	13
plugin-dotnet-common/src/main/resources/META-INF/build-common-plugin-dotnet.xml	10
plugin-dotnet-server/dotcover-teamcity-plugin.xml	39
plugin-dotnet-server/resharper-teamcity-plugin.xml	12
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/BeanConfig.kt	14
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/CustomCache.kt	3
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/CustomCacheManager.kt	27
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/DotnetUsageStatisticsProvider.kt	185
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/EvictStrategy.kt	4
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/FileSystemService.kt	12
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/FileSystemServiceImpl.kt	14
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/HttpDownloader.kt	8
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/HttpDownloaderImpl.kt	24
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/NuGetPackage.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/NuGetService.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/NuGetServiceImpl.kt	64
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/NuGetTool.kt	14
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/RequirementsProvider.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/TimeEvictStrategy.kt	8
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/ToolService.kt	15
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/ToolServiceImpl.kt	111
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/ToolVersionProvider.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/ToolVersionProviderImpl.kt	17
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverDownloadableToolVersion.kt	16
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverPackageFilter.kt	18
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverPackageIdResolver.kt	14
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverParametersPreprocessor.kt	20
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverReportTab.kt	26
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverRequirementsProvider.kt	56
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverRunnerParametersProvider.kt	14
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverRunnerProperties.kt	8
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverRunnerRunType.kt	81
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverToolComparator.kt	14
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverToolProviderAdapter.kt	144
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverToolTypeAdapter.kt	18
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverToolUsageProvider.kt	60
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverToolVersion.kt	55
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotCover/DotCoverToolVersionType.kt	43
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetParametersProvider.kt	133
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/DotnetRunnerRunType.kt	80
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/SdkType.kt	7
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/SdkTypeResolver.kt	4
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/SdkTypeResolverImpl.kt	22
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/SdkWizard.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/SdkWizardImpl.kt	41
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/Version.kt	54
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/BuildCommandType.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/CleanCommandType.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/CommandType.kt	33
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/CustomCommandType.kt	22
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/DotCoverCoverageType.kt	20
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/DotnetCLICommandType.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/MSBuildCommandType.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/NugetDeleteCommandType.kt	31
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/NugetPushCommandType.kt	31
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/PackCommandType.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/PublishCommandType.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/RestoreCommandType.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/RunCommandType.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/TestCommandType.kt	14
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/TestRetryCountValidator.kt	17
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/VSTestCommandType.kt	36
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/commands/VisualStudioCommandType.kt	20
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Configuration.kt	2
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DefaultDiscoveredTargetNameFactory.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DiscoveredTarget.kt	8
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DiscoveredTargetNameFactory.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/DotnetRunnerDiscoveryExtension.kt	183
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Framework.kt	2
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/JsonProjectDeserializer.kt	28
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/JsonProjectDto.kt	8
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/MSBuildProjectDeserializer.kt	70
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/MSBuildSolutionDeserializer.kt	46
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Project.kt	10
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/ProjectType.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/ProjectTypeSelector.kt	4
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/ProjectTypeSelectorImpl.kt	30
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Property.kt	2
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/ReaderFactory.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/ReaderFactoryImpl.kt	26
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Reference.kt	2
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Runtime.kt	2
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SdkResolver.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SdkResolverImpl.kt	142
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SdkVersion.kt	8
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SdkVersionType.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SlnxSolutionDeserializer.kt	33
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Solution.kt	4
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SolutionDeserializer.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SolutionDiscoverImpl.kt	39
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/SolutionDiscoverer.kt	4
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/StreamFactory.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/StreamFactoryImpl.kt	17
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/discovery/Target.kt	2
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/fetchers/DotnetConfigurationsFetcher.kt	29
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/fetchers/DotnetFrameworksFetcher.kt	25
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/fetchers/DotnetRuntimesFetcher.kt	25
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/fetchers/DotnetSdkFetcher.kt	30
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/fetchers/DotnetTargetsFetcher.kt	58
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/DotnetRunnerRequirementsProvider.kt	27
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/RequiredDotnetSDKRequirementsProvider.kt	17
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/SDKBasedRequirementFactory.kt	5
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/SDKBasedRequirementFactoryImpl.kt	53
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/commands/DotnetCLIRequirementsProviders.kt	53
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/commands/DotnetCommandRequirementsProvider.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/commands/MSBuildRequirementsProvider.kt	49
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/commands/VSTestRequirementsProvider.kt	32
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/dotnet/requirements/commands/VisualStudioRequirementsProvider.kt	24
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/healthStatus/reports/DupFinderWithIncompatibleCltVersionPageExtension.kt	23
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/healthStatus/reports/DupFinderWithIncompatibleCltVersionReport.kt	46
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderConstantsBean.kt	20
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderRunType.kt	54
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/DupFinderRunTypePropertiesProcessor.kt	40
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/InspectCodeConstantsBean.kt	16
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/InspectCodeRunType.kt	58
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/InspectCodeRunTypePropertiesProcessor.kt	26
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/ReSharperCmdToolProvider.kt	119
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/ReSharperCmdTypeAdapter.kt	19
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/ReSharperRequirementsProvider.kt	20
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/ReSharperToolVersion.kt	24
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/RequirementsResolver.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/inspect/RequirementsResolverImpl.kt	36
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/NUnitAvailableToolsFetcher.kt	33
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/NUnitBean.kt	19
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/NUnitRequirementsProvider.kt	34
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/NUnitRunType.kt	63
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/NUnitToolProvider.kt	82
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/NUnitToolProviderInitializer.kt	22
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/NUnitToolVersion.kt	47
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/ToolsParser.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/nunit/ToolsParserImpl.kt	35
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/CSharpScriptConstantsBean.kt	15
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/CSharpScriptRunType.kt	78
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/CSharpScriptRunTypePropertiesProcessor.kt	30
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/CSharpScriptToolProvider.kt	23
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/CSharpScriptTypeAdapter.kt	17
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/discovery/CSharpScriptDiscoveryExtension.kt	33
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/discovery/Script.kt	2
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/discovery/ScriptDiscover.kt	6
plugin-dotnet-server/src/main/kotlin/jetbrains/buildServer/script/discovery/ScriptDiscoverImpl.kt	23
plugin-dotnet-server/src/main/resources/META-INF/build-server-plugin-dotnet.xml	118
plugin-dotnet-server/src/main/resources/buildServerResources/coverage/editDotCoverParameters.jsp	42
plugin-dotnet-server/src/main/resources/buildServerResources/coverage/viewDotCoverParameters.jsp	19
plugin-dotnet-server/src/main/resources/buildServerResources/dotCover/editCoverCommandParameters.jsp	5
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet-settings.css	7
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editBuildParameters.jsp	5
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editCleanParameters.jsp	5
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editCustomParameters.jsp	7
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editMSBuildParameters.jsp	16
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editNugetDeleteParameters.jsp	4
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editNugetPushParameters.jsp	8
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editPackParameters.jsp	5
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editPublishParameters.jsp	5
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editRestoreParameters.jsp	5
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editRunParameters.jsp	5
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editTestParameters.jsp	13
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editVSTestParameters.jsp	46
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/editVisualStudioParameters.jsp	17
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewBuildParameters.jsp	29
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewCleanParameters.jsp	24
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewCustomParameters.jsp	1
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewMSBuildParameters.jsp	24
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewNugetDeleteParameters.jsp	11
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewNugetPushParameters.jsp	16
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewPackParameters.jsp	24
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewPublishParameters.jsp	29
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewRestoreParameters.jsp	24
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewRunParameters.jsp	19
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewTestParameters.jsp	34
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewVSTestParameters.jsp	29
plugin-dotnet-server/src/main/resources/buildServerResources/dotnet/viewVisualStudioParameters.jsp	19
plugin-dotnet-server/src/main/resources/buildServerResources/dupFinderWithIncompatibleCltVersionReport.jsp	35
plugin-dotnet-server/src/main/resources/buildServerResources/editCSharpScriptRunParams.jsp	64
plugin-dotnet-server/src/main/resources/buildServerResources/editDotCoverRunnerParameters.jsp	98
plugin-dotnet-server/src/main/resources/buildServerResources/editDotnetParameters.jsp	604
plugin-dotnet-server/src/main/resources/buildServerResources/editDupFinderRunParams.jsp	131
plugin-dotnet-server/src/main/resources/buildServerResources/editInspectCodeRunParams.jsp	125
plugin-dotnet-server/src/main/resources/buildServerResources/nunit/editNUnitRunnerParameters.jsp	134
plugin-dotnet-server/src/main/resources/buildServerResources/nunit/viewNUnitParameters.jsp	35
plugin-dotnet-server/src/main/resources/buildServerResources/viewCSharpScriptRunParams.jsp	8
plugin-dotnet-server/src/main/resources/buildServerResources/viewDotCoverRunnerParameters.jsp	40
plugin-dotnet-server/src/main/resources/buildServerResources/viewDotnetParameters.jsp	34
plugin-dotnet-server/src/main/resources/buildServerResources/viewDupFinderRunParams.jsp	38
plugin-dotnet-server/src/main/resources/buildServerResources/viewInspectCodeRunParams.jsp	33
plugin-dotnet-server/teamcity-plugin.xml	15
