59 references to WriteLine
ClientSample (4)
HubSample.cs (4)
32Console.WriteLine("Connecting to {0}", uri); 80Console.WriteLine("Failed to establish a connection to '{0}' because the CancelKeyPress event fired first. Exiting...", uri); 84Console.WriteLine("Connected to {0}", uri); 107Console.WriteLine("Failed to send '{0}' because the CancelKeyPress event fired first. Exiting...", line);
CSharpSyntaxGenerator (1)
Program.cs (1)
176Console.WriteLine("Unable to access {0}. Is it checked out?", outputFile);
dotnet-openapi (1)
DebugMode.cs (1)
19Console.WriteLine("Waiting for debugger in pid: {0}", Environment.ProcessId);
dotnet-razorpagegenerator (3)
Program.cs (3)
98Console.WriteLine(" Generating code files for views in {0}", viewDir); 110Console.WriteLine(" Generating code file for view {0}...", item.FileName); 213Console.WriteLine(" Inlining file {0}", includeFileName);
illink (3)
Kestrel.SampleApp (1)
Startup.cs (1)
71Console.WriteLine("Unobserved exception: {0}", e.Exception);
Microsoft.Build (3)
Evaluation\Expander.cs (1)
1370Console.WriteLine("Expanding: {0}", propertyBody);
Modifiers.cs (2)
240Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name); 301Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name);
Microsoft.Build.Engine.OM.UnitTests (7)
Construction\ProjectRootElement_Tests.cs (7)
541Console.WriteLine(@"Loaded target: {0}", target); 542Console.WriteLine(@"Children: {0}", Helpers.Count(project.Children)); 543Console.WriteLine(@"Targets: {0}", Helpers.MakeList(project.Targets).Count); 544Console.WriteLine(@"Root ItemGroups: {0}", Helpers.MakeList(project.ItemGroups).Count); 545Console.WriteLine(@"Root PropertyGroups: {0}", Helpers.MakeList(project.PropertyGroups).Count); 546Console.WriteLine(@"UsingTasks: {0}", Helpers.MakeList(project.UsingTasks).Count); 547Console.WriteLine(@"ItemDefinitionGroups: {0}", Helpers.MakeList(project.ItemDefinitionGroups).Count);
Microsoft.Build.Tasks.Core (2)
Modifiers.cs (2)
240Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name); 301Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name);
Microsoft.Build.Utilities.Core (2)
Modifiers.cs (2)
240Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name); 301Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name);
Microsoft.Build.Utilities.UnitTests (1)
ProcessorArchitecture_Tests.cs (1)
61Console.WriteLine("BuildUtilities.ProcessorArchitecture.CurrentProcessArchitecture is: {0}", ProcessorArchitecture.CurrentProcessArchitecture);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
ResultProviderTestBase.cs (1)
364Console.WriteLine("{0}, ", ToString(result));
Microsoft.ML.Samples (8)
Dynamic\TensorFlow\TextClassification.cs (3)
125Console.WriteLine("Number of classes: {0}", prediction.Prediction 127Console.WriteLine("Is sentiment/review positive? {0}", prediction 129Console.WriteLine("Prediction Confidence: {0}", prediction.Prediction[1]
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformation.cs (1)
50Console.WriteLine("{0,-25}", string.Join(",", item.NumericVector));
Dynamic\Transforms\TimeSeries\Forecasting.cs (3)
62Console.WriteLine("[{0}]", string.Join(", ", forecast.Forecast)); 87Console.WriteLine("[{0}]", string.Join(", ", forecast.Forecast)); 92Console.WriteLine("[{0}]", string.Join(", ", forecast.Forecast));
Dynamic\Transforms\TimeSeries\ForecastingWithConfidenceInterval.cs (1)
113Console.WriteLine("[{0}]", string.Join(", ", forecast));
Microsoft.ML.Samples.GPU (3)
docs\samples\Microsoft.ML.Samples\Dynamic\TensorFlow\TextClassification.cs (3)
125Console.WriteLine("Number of classes: {0}", prediction.Prediction 127Console.WriteLine("Is sentiment/review positive? {0}", prediction 129Console.WriteLine("Prediction Confidence: {0}", prediction.Prediction[1]
Microsoft.ML.TestFramework (1)
GlobalBase.cs (1)
75Console.WriteLine("Assert handler invoked but ignored: {0}", msg);
MilvusPlayground.ApiService (1)
Program.cs (1)
31Console.WriteLine("Drop collection {0}", collectionName);
MSBuild (8)
Modifiers.cs (2)
240Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name); 301Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name);
ProjectSchemaValidationHandler.cs (1)
53Console.WriteLine(AssemblyResources.GetString("SchemaFileLocation"), schemaFile);
XMake.cs (5)
446Console.WriteLine("{0}{0}", new string('=', 41)); 516Console.WriteLine("{0}{0}", new string('=', 41)); 1048Console.WriteLine("This is an unhandled exception in MSBuild Engine -- PLEASE OPEN A BUG AGAINST THE MSBUILD TEAM.\r\n{0}", e.ToString()); 1430Console.WriteLine(ResourceUtilities.GetResourceString("UnsupportedSwitchForSolutionFiles"), CommandLineSwitches.ParameterizedSwitch.Preprocess); 1451Console.WriteLine(ResourceUtilities.GetResourceString("UnsupportedSwitchForSolutionFiles"), CommandLineSwitches.ParameterizedSwitch.Targets);
MSBuildTaskHost (2)
Modifiers.cs (2)
240Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name); 301Console.WriteLine("'{0}' is a non-standard casing. Replace the use with the standard casing like 'RecursiveDir' or 'FullPath' for a small performance improvement.", name);
ReachFramework (6)
AlphaFlattener\Flattener.cs (5)
355Console.WriteLine("Primitives in display list: {0}", count); 431Console.WriteLine("Delete command {0}", i); 737Console.WriteLine("Make {0} opaque", i); 998Console.WriteLine("Interesting primitives: {0}", vip); 999Console.WriteLine("Area with transparency: {0}", DisplayList.LeftPad(target, 0));
AlphaFlattener\Utility.cs (1)
997Console.WriteLine("Combine({0})", mode);
SystemdTestApp (1)
Startup.cs (1)
43Console.WriteLine("Unobserved exception: {0}", e.Exception);