529 references to Split
aspire (5)
Aspire.Azure.Messaging.EventHubs (1)
Aspire.Azure.Messaging.ServiceBus (1)
Aspire.Azure.Messaging.WebPubSub (1)
Aspire.Azure.Npgsql (1)
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL (1)
Aspire.Azure.Storage.Queues (1)
Aspire.Dashboard (10)
Aspire.EndToEnd.Tests (2)
Aspire.Hosting (5)
Aspire.Hosting.Azure (2)
Aspire.Hosting.Azure.CosmosDB (1)
Aspire.Hosting.Tests (10)
Dashboard\DashboardServiceTests.cs (8)
66l => Assert.Equal(LongLineCharacters, l.Text.Split(' ')[1].Length),
67l => Assert.Equal(LongLineCharacters, l.Text.Split(' ')[1].Length));
71l => Assert.Equal(LongLineCharacters, l.Text.Split(' ')[1].Length),
72l => Assert.Equal("Test1", l.Text.Split(' ')[1]),
73l => Assert.Equal("Test2", l.Text.Split(' ')[1]));
123l => Assert.Equal(LongLineCharacters, l.Text.Split(' ')[1].Length),
124l => Assert.Equal(LongLineCharacters, l.Text.Split(' ')[1].Length));
128l => Assert.Equal(LongLineCharacters, l.Text.Split(' ')[1].Length));
Aspire.Microsoft.Azure.Cosmos (1)
Aspire.Microsoft.EntityFrameworkCore.Cosmos (1)
Aspire.Milvus.Client.Tests (2)
Aspire.Playground.Tests (2)
Aspire.Qdrant.Client.Tests (2)
Aspire.RuntimeIdentifier.Tool (1)
Aspire.Templates.Tests (2)
Aspire.TestUtilities (2)
BasicTestApp (1)
BuildActionTelemetryTable (2)
ConfigurationSchemaGenerator (1)
Contract.Message.IntegrationTests (2)
Crossgen2Tasks (2)
dotnet-dev-certs (3)
dotnet-openapi (2)
dotnet-svcutil.xmlserializer (2)
dotnet-svcutil-lib.Tests (5)
dotnet-user-jwts (2)
GenerateAnalyzerNuspec (1)
GenerateDocumentationAndConfigFiles (7)
Identity.DefaultUI.WebSite (2)
IIS.FunctionalTests (3)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.NewShim.FunctionalTests (1)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (3)
illink (3)
Infrastructure.Common (2)
Microsoft.AspNetCore.App.Analyzers.Test (2)
Microsoft.AspNetCore.App.UnitTests (12)
Microsoft.AspNetCore.Authentication.Abstractions (1)
Microsoft.AspNetCore.Authentication.Negotiate (1)
Microsoft.AspNetCore.Authentication.Test (7)
Microsoft.AspNetCore.Authorization (2)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.Components.WebView (2)
Microsoft.AspNetCore.Cors.Test (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
Microsoft.AspNetCore.Hosting (6)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.HttpLogging.Tests (1)
Microsoft.AspNetCore.HttpOverrides.Tests (2)
Microsoft.AspNetCore.Identity.InMemory.Test (2)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.Core.Test (13)
Microsoft.AspNetCore.Mvc.Cors.Test (2)
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Rewrite (1)
Microsoft.AspNetCore.Routing (1)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Microsoft.AspNetCore.StaticFiles (1)
Microsoft.AspNetCore.WebSockets.ConformanceTests (2)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
Microsoft.Cci.Extensions (1)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.CSharp (5)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (12)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Microsoft.CodeAnalysis.LanguageServer (2)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Microsoft.CodeAnalysis.Rebuild (3)
Microsoft.CodeAnalysis.Rebuild.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (3)
Microsoft.CodeAnalysis.UnitTests (6)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (8)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces (7)
Microsoft.CSharp (2)
Microsoft.DotNet.ArcadeLogging (1)
Microsoft.DotNet.Build.Manifest (1)
Microsoft.DotNet.Build.Manifest.Tests (1)
Microsoft.DotNet.Build.Tasks.Feed (7)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.Build.Tasks.Packaging (13)
Microsoft.DotNet.Internal.DependencyInjection.Testing (1)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.SignTool (5)
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (1)
Microsoft.DotNet.XUnitExtensions (1)
Microsoft.DotNet.XUnitV3Extensions (1)
Microsoft.Extensions.AI.Evaluation.NLP.Tests (40)
BLEUAlgorithmTests.cs (24)
17string[][] references = ["the cat is on the mat".Split(' '), "there is a cat on the mat".Split(' ')];
18string[] hypothesis = "the the the the the the the".Split(' ');
23"It is a guide to action that ensures that the military will forever heed Party commands".Split(' '),
24"It is the guiding principle which guarantees the military forces always being under the command of the Party".Split(' '),
25"It is the practical guide for the army always to heed the directions of the party".Split(' '),
27hypothesis = "of the".Split(' ');
34"It is a guide to action that ensures that the military will forever heed Party commands".Split(' '),
35"It is the guiding principle which guarantees the military forces always being under the command of the Party".Split(' '),
36"It is the practical guide for the army always to heed the directions of the party".Split(' '),
38string[] hypothesis1 = "It is a guide to action which ensures that the military always obeys the commands of the party".Split(' ');
39string[] hypothesis2 = "It is to insure the troops forever hearing the activity guidebook that party direct".Split(' ');
145string[][] references = ["The candidate has no alignment to any of the references".Split(' '),];
146string[] hypothesis = "John loves Mary".Split(' ');
155string[][] references = ["John loves Mary".Split(' '),];
156string[] hypothesis = "John loves Mary".Split(' ');
165string[][] references = ["John loves Mary".Split(' '),];
166string[] hypothesis = "John loves Mary who loves Mike".Split(' ');
176"It is a guide to action that ensures that the military will forever heed Party commands".Split(' '),
177"It is the guiding principle which guarantees the military forces always being under the command of the Party".Split(' '),
178"It is the practical guide for the army always to heed the directions of the party".Split(' ')
180string[] hypothesis = "It is a guide to action which ensures that the military always obeys the commands of the party".Split(' ');
191"he was interested in world history because he read the book".Split(' '),
193string[] hypothesis = "he read the book because he was interested in world history".Split(' ');
Microsoft.Extensions.ApiDescription.Client.Tests (3)
Microsoft.Extensions.Caching.Hybrid.Tests (1)
Microsoft.Extensions.DependencyModel (1)
Microsoft.Extensions.FileProviders.Embedded (1)
Microsoft.Extensions.ServiceDiscovery (1)
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
Microsoft.Extensions.ServiceDiscovery.Dns (2)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (1)
Microsoft.Extensions.ServiceDiscovery.Yarp (1)
Microsoft.Maui (8)
Microsoft.Maui.Controls (21)
Microsoft.Maui.Controls.Xaml (4)
Microsoft.Maui.Graphics (8)
Microsoft.ML.AutoML.Tests (2)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.PerformanceTests (4)
Microsoft.ML.Samples (12)
Microsoft.ML.Samples.GPU (12)
Microsoft.ML.Samples.OneDal (1)
Microsoft.ML.TensorFlow.Tests (3)
Microsoft.ML.Tests (3)
Microsoft.ML.Tokenizers (1)
Microsoft.NETCore.Platforms (1)
PresentationBuildTasks (8)
PresentationCore (3)
PresentationFramework (4)
RunTests (1)
Security.TransportSecurity.IntegrationTests (1)
SemanticSearch.BuildTask (1)
SocialWeather (1)
StaticFilesAuth (1)
Stress.ApiService (1)
Stress.TelemetryService (1)
System.ComponentModel.Annotations (2)
System.ComponentModel.Composition (1)
System.ComponentModel.TypeConverter (2)
System.Configuration.ConfigurationManager (2)
System.Data.Common (4)
System.Drawing.Common (2)
System.IO.Packaging (2)
System.Net.HttpListener (1)
System.Net.Mail (2)
System.Private.CoreLib (3)
System.Private.Xml (6)
System.Windows.Controls.Ribbon (1)
System.Windows.Forms (12)
System.Windows.Forms.Analyzers.Tests (1)
System.Windows.Forms.Design (3)
System.Windows.Forms.Tests (1)
System.Xaml (2)
Templates.Blazor.Tests (3)
Templates.Blazor.WebAssembly.Auth.Tests (3)
Templates.Blazor.WebAssembly.Tests (3)
Templates.Mvc.Tests (3)
Templates.Tests (3)
Test.Utilities (6)
TestProject.AppHost (1)
TestProject.IntegrationServiceA (1)
UIAutomationClient (1)
UIAutomationClientSideProviders (1)
VBCSCompiler.UnitTests (1)
VersioningWebSite (1)
VisualBasicSyntaxGenerator (3)
xunit.console (2)