text
stringlengths
40
299k
repo_name
stringlengths
7
71
path
stringlengths
4
235
source_url
stringlengths
45
289
commit_or_blob_id
stringlengths
25
25
license
stringclasses
7 values
source_dataset
stringclasses
1 value
content_sha256
stringlengths
64
64
quality_score
float64
0.2
0.95
category_slice
stringclasses
1 value
token_count
int64
11
109k
is_synthetic
bool
1 class
collected_at
stringdate
2026-07-17 00:00:00
2026-07-17 00:00:00
using System; using System.Collections.Generic; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fra...
ShadowPhrogg32642342/Infiniminer
code/InfiniminerClient/TestGeometryRenderer.cs
https://github.com/ShadowPhrogg32642342/Infiniminer/blob/HEAD/code/InfiniminerClient/TestGeometryRenderer.cs
ghcode:00169:965c77c8f5f0
mit
codeparrot/github-code
965c77c8f5f09d47f2dcf4e28261a6f9899b61c6cd7016e59dba1cc9046ceb6c
0.75
testing_debugging_repair_refactoring
733
false
2026-07-17
using Abp.Organizations; using Shouldly; using Xunit; namespace Abp.Zero.SampleApp.Tests.Organizations { public class OrganizationUnit_Tests { [Fact] public void Test_CreateCode() { OrganizationUnit.CreateCode().ShouldBe(null); OrganizationUnit.CreateCode(42).Sho...
Nongzhsh/aspnetboilerplate
test/Abp.Zero.SampleApp.Tests/Organizations/OrganizationUnit_Tests.cs
https://github.com/Nongzhsh/aspnetboilerplate/blob/HEAD/test/Abp.Zero.SampleApp.Tests/Organizations/OrganizationUnit_Tests.cs
ghcode:00169:9a495bbbe8fd
mit
codeparrot/github-code
9a495bbbe8fd56ddea624c28c132823e30bbc35ce32dda9c570d564ee519a0a3
0.75
testing_debugging_repair_refactoring
512
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Xml.Tests { public class XmlNodeReaderConstructionTests { [Fact] ...
shimingsg/corefx
src/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/XmlNodeReaderConstructionTests.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Private.Xml/tests/XmlNodeReader/System.Xml.XmlNodeReader.Tests/XmlNodeReaderConstructionTests.cs
ghcode:00169:9d9231cb7c5d
mit
codeparrot/github-code
9d9231cb7c5de11e7f7d579d19c5085c323e2211276796442d3a50eb5c85c4bf
0.95
testing_debugging_repair_refactoring
172
false
2026-07-17
// // Copyright (c) Microsoft. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
nemanja88/azure-sdk-for-net
src/ResourceManagement/DataLake.StoreFileSystem/DataLakeStoreFilesystem.Tests/ScenarioTests/FileSystemOperationTests.cs
https://github.com/nemanja88/azure-sdk-for-net/blob/HEAD/src/ResourceManagement/DataLake.StoreFileSystem/DataLakeStoreFilesystem.Tests/ScenarioTests/FileSystemOperationTests.cs
ghcode:00169:a19b8bd555a5
apache-2.0
codeparrot/github-code
a19b8bd555a51faa417a8aab0365c31e46ac7d5d5d06ee2e02575cff979c3d0d
0.85
testing_debugging_repair_refactoring
8,055
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Text; using System.Diagnostics; using System.Collections.Generic; namespace System.Xml { internal partial class XmlWellFormedWriter : XmlWriter { ...
dkorolev/corefx
src/System.Xml.XPath.XmlDocument/src/System/Xml/XmlWellformedWriterHelpers.cs
https://github.com/dkorolev/corefx/blob/HEAD/src/System.Xml.XPath.XmlDocument/src/System/Xml/XmlWellformedWriterHelpers.cs
ghcode:00169:cdedc64d82fa
mit
codeparrot/github-code
cdedc64d82fadcaefe5c2496a3e58672d660ebd24f0a24f091e3503055748397
0.95
testing_debugging_repair_refactoring
2,853
false
2026-07-17
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apa...
shuagarw/azure-powershell
src/ServiceManagement/Services/Commands.Test/WAPackIaaS/Common/WebClientFactoryTests.cs
https://github.com/shuagarw/azure-powershell/blob/HEAD/src/ServiceManagement/Services/Commands.Test/WAPackIaaS/Common/WebClientFactoryTests.cs
ghcode:00169:2fb615c0aa3f
apache-2.0
codeparrot/github-code
2fb615c0aa3fd041f9b87479a30d9e24c4bbed4f93d5b13a97aab331cf77655c
0.85
testing_debugging_repair_refactoring
376
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Xml.Tests { public class SupportsTests { [Fact] public static...
iamjasonp/corefx
src/System.Xml.XmlDocument/tests/XmlNodeTests/SupportsTests.cs
https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Xml.XmlDocument/tests/XmlNodeTests/SupportsTests.cs
ghcode:00169:de3c041789c6
mit
codeparrot/github-code
de3c041789c6676a15070cb7060142fa191e6c65aa5ba538647d15e610db996f
0.95
testing_debugging_repair_refactoring
230
false
2026-07-17
using System.Reflection; using NUnit.Framework; namespace Reflectinator.Tests { public class PropertyTests { static PropertyTests() { StaticProperty = "foo"; } public PropertyTests() { InstanceProperty = "bar"; } public string I...
bfriesen/Reflectinator
src/Reflectinator.Tests/PropertyTests.cs
https://github.com/bfriesen/Reflectinator/blob/HEAD/src/Reflectinator.Tests/PropertyTests.cs
ghcode:00169:3a8cc11980cf
mit
codeparrot/github-code
3a8cc11980cfa885bb2aaec75033079662752fc9d31f95f09dbccfd9b2a7f0a2
0.75
testing_debugging_repair_refactoring
766
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Azavar.Sitefinity.Modules.PageSpeed.Tests { [TestClass] public class UtilitiesTests { [TestMethod] public void Should_Only_Return_Valid_Uris() { var uris = Utilities.ParseUrisFromString("http://...
Azavar/Azavar.Sitefinity.Modules.PageSpeed
Azavar.Sitefinity.Modules.PageSpeed.Tests/UtilitiesTests.cs
https://github.com/Azavar/Azavar.Sitefinity.Modules.PageSpeed/blob/HEAD/Azavar.Sitefinity.Modules.PageSpeed.Tests/UtilitiesTests.cs
ghcode:00169:cba1ac19a991
mit
codeparrot/github-code
cba1ac19a9918a90725caeb906164616f44dd2ec51f035553d860b11f96520ae
0.85
testing_debugging_repair_refactoring
346
false
2026-07-17
 using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using UAOOI.Networking.SemanticData.MessageHandling; using System.IO; using System.Linq; using UAOOI.Configuration.Networking.Serialization; namespace UAOOI.Networking.SemanticData.UnitTest { [TestClass] public class MessageHeaderUnitTest { ...
mpostol/OPC-UA-OOI
Networking/Tests/SemanticDatalUnitTest/MessageHeaderUnitTest.cs
https://github.com/mpostol/OPC-UA-OOI/blob/HEAD/Networking/Tests/SemanticDatalUnitTest/MessageHeaderUnitTest.cs
ghcode:00169:882357c87240
mit
codeparrot/github-code
882357c87240074fb266845858f49eece4c47f150e0d9e70c55c73df228bd53a
0.95
testing_debugging_repair_refactoring
1,461
false
2026-07-17
using System; using Cosmos.Logging.Events; using Cosmos.Logging.Sinks.NLog; namespace Cosmos.Logging.CollaborativeTesting.NLogAndSampleLog { class Program { // ReSharper disable once UnusedParameter.Local static void Main(string[] args) { try { LOGGER.Initialize().RunsO...
CosmosProgramme/Cosmos.Core
Logging/tests/Cosmos.Logging.CollaborativeTesting.NLogAndSampleLog/Program.cs
https://github.com/CosmosProgramme/Cosmos.Core/blob/HEAD/Logging/tests/Cosmos.Logging.CollaborativeTesting.NLogAndSampleLog/Program.cs
ghcode:00169:4348c97bde14
mit
codeparrot/github-code
4348c97bde1408216457c81485d1da0d3f5d1a758ef63e58447005ed202f19e9
0.85
testing_debugging_repair_refactoring
164
false
2026-07-17
using CharacterGen.CharacterClasses; using CharacterGen.Domain.Tables; using CharacterGen.Feats; using NUnit.Framework; namespace CharacterGen.Tests.Integration.Tables.Feats.Requirements.Classes { [TestFixture] public class SpellFocusClassRequirementsTests : AdjustmentsTests { protected override s...
DnDGen/CharacterGen
CharacterGen.Tests.Integration.Tables/Feats/Requirements/Classes/SpellFocusClassRequirementsTests.cs
https://github.com/DnDGen/CharacterGen/blob/HEAD/CharacterGen.Tests.Integration.Tables/Feats/Requirements/Classes/SpellFocusClassRequirementsTests.cs
ghcode:00169:b362ee276e90
mit
codeparrot/github-code
b362ee276e90a916fc11a12de5e5b03eb81b56f39b0e836e8e36e8f5db1f305e
0.75
testing_debugging_repair_refactoring
299
false
2026-07-17
namespace Miruken.Mvc.Console.Test { using Microsoft.VisualStudio.TestTools.UnitTesting; using Buffer = Buffer; [TestClass] public class ViewTests : TestBase { private View _view; private readonly char[][] _expected = { new [] {'-','-','-','-','-','-','-','-','-','-'}, ...
Miruken-DotNet/Miruken.Mvc
Test/Miruken.Mvc.Console.Tests/ViewTests.cs
https://github.com/Miruken-DotNet/Miruken.Mvc/blob/HEAD/Test/Miruken.Mvc.Console.Tests/ViewTests.cs
ghcode:00169:506afd8376ff
mit
codeparrot/github-code
506afd8376ffee8e20305157940ffd7fd5d63e3fa530a8d02894d8b8f1029eb0
0.75
testing_debugging_repair_refactoring
1,542
false
2026-07-17
using System.Configuration; using NUnit.Framework; namespace SequelocityDotNet.Tests.SqlServer.SequelocityTests { [TestFixture] public class CreateDbConnectionTests { [Test] public void Should_Create_A_DbConnection_When_Passed_A_Connection_StringName() { // Arrange ...
AmbitEnergyLabs/Sequelocity.NET
src/SequelocityDotNet.Tests.SqlServer/SequelocityTests/CreateDbConnectionTests.cs
https://github.com/AmbitEnergyLabs/Sequelocity.NET/blob/HEAD/src/SequelocityDotNet.Tests.SqlServer/SequelocityTests/CreateDbConnectionTests.cs
ghcode:00169:d6ed197565b0
mit
codeparrot/github-code
d6ed197565b026c6fa7f31bee536af2bb7f2abaf38d9acf0457f6ce6641b869f
0.85
testing_debugging_repair_refactoring
574
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Net.Mail; using System.Text; using System.Threading.Tasks; using Moq; using NUnit.Framework; using Ploeh.AutoFixture.Kernel; using SimpleDataGenerator.Core.Customization.Specimens; using SimpleDataGenerator.Core.Model; using SimpleDataGene...
FilipPaluch/SimpleDataGenerator
Source/SimpleDataGenerator.Tests.Core/Specimens/EmailAddressSpecimenBuilderTests.cs
https://github.com/FilipPaluch/SimpleDataGenerator/blob/HEAD/Source/SimpleDataGenerator.Tests.Core/Specimens/EmailAddressSpecimenBuilderTests.cs
ghcode:00169:ec833877669d
mit
codeparrot/github-code
ec833877669d5eb0d3c7524de1d58eaea260abbb386f2336822ef70a75d90e1a
0.85
testing_debugging_repair_refactoring
389
false
2026-07-17
using Microsoft.Diagnostics.Tracing; using Microsoft.Diagnostics.Tracing.Etlx; using Microsoft.Diagnostics.Tracing.Parsers; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Xunit; using Xunit.Abstractions; namespace TraceEventTests ...
vancem/perfview
src/TraceEvent/TraceEvent.Tests/EventPipeParsing.cs
https://github.com/vancem/perfview/blob/HEAD/src/TraceEvent/TraceEvent.Tests/EventPipeParsing.cs
ghcode:00169:873b3eb1c3d3
mit
codeparrot/github-code
873b3eb1c3d356184326a9d699a0162ed4373015cb01b25f927e91613c23b941
0.85
testing_debugging_repair_refactoring
1,710
false
2026-07-17
namespace MicroBenchmarks.Serialization { using System.IO; using System.Text; using BenchmarkDotNet.Attributes; using Crest.Host.Serialization; public class JSW_WriteString { private readonly JsonStreamWriter writer = new JsonStreamWriter(Stream.Null); private string value; ...
samcragg/Crest
benchmarks/MicroBenchmarks/MicroBenchmarks/Serialization/JSW_WriteString.cs
https://github.com/samcragg/Crest/blob/HEAD/benchmarks/MicroBenchmarks/MicroBenchmarks/Serialization/JSW_WriteString.cs
ghcode:00169:a652d01bb1a2
mit
codeparrot/github-code
a652d01bb1a20bedd1b84805c27fe551267b973cd1b8d106df68787c8f3899af
0.85
testing_debugging_repair_refactoring
274
false
2026-07-17
using System; using System.Diagnostics; using System.Linq; using NUnit.Framework; namespace NCalc.Tests { [TestFixture] public class PerformanceTests { public static void AssertTime(Action action, TimeSpan expected, int times = 100) { // warmup action(); ...
pitermarx/NCalc-Edge
Evaluant.Calculator.Tests/PerformanceTests.cs
https://github.com/pitermarx/NCalc-Edge/blob/HEAD/Evaluant.Calculator.Tests/PerformanceTests.cs
ghcode:00169:d4b73d197837
mit
codeparrot/github-code
d4b73d197837c2686feedc0a34229e1a6d4ef333a488865db9e30495bb77466a
0.75
testing_debugging_repair_refactoring
287
false
2026-07-17
namespace EnergyTrading.MDM.Test { using System.Configuration; using System.Linq; using System.Net; using System.Runtime.Serialization; using Microsoft.Http; using NUnit.Framework; using EnergyTrading.MDM.Contracts.Sample; using EnergyTrading.Mdm.Contracts; [TestFixture] public cl...
RWE-Nexus/EnergyTrading-MDM-Sample
Code/Service/MDM.IntegrationTest.Sample/Party/crossmap/destination_system_mapping_unkown.cs
https://github.com/RWE-Nexus/EnergyTrading-MDM-Sample/blob/HEAD/Code/Service/MDM.IntegrationTest.Sample/Party/crossmap/destination_system_mapping_unkown.cs
ghcode:00169:d6db0f8e3819
mit
codeparrot/github-code
d6db0f8e38198f83530ae041d0cda021ccd3786cd365fc71f82798112d5a16ad
0.75
testing_debugging_repair_refactoring
342
false
2026-07-17
using System; using System.Diagnostics; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace MSTest.Target { [TestClass] public class UnitTest1 { [TestMethod] public void TestMethod2() { //...
gregoryyoung/fsprivateeye
src/unmanaged/profiler/main/MSTest.Target/UnitTest1.cs
https://github.com/gregoryyoung/fsprivateeye/blob/HEAD/src/unmanaged/profiler/main/MSTest.Target/UnitTest1.cs
ghcode:00169:2850b844e474
mit
codeparrot/github-code
2850b844e47455a6f2256f073f8ac67f7467783ada26f7b2d5083d0779df860e
0.85
testing_debugging_repair_refactoring
319
false
2026-07-17
namespace LinqToImap.Tests.Imap.Commands { using System; using LinqToImap.Imap.Commands; using NUnit.Framework; using Should; [TestFixture] public class LoginTests { [Test] public void Should_create_a_valid_command() { new Login("username", "...
mmozuras/LinqToImap
src/LinqToImap.Tests/Imap/Commands/LoginTests.cs
https://github.com/mmozuras/LinqToImap/blob/HEAD/src/LinqToImap.Tests/Imap/Commands/LoginTests.cs
ghcode:00169:9a21f09d35fc
mit
codeparrot/github-code
9a21f09d35fcb3eb7aa7a3582e702a856b57d25b10af585103bc21528a75625c
0.75
testing_debugging_repair_refactoring
193
false
2026-07-17
using System.Runtime.Intrinsics.X86; using BenchmarkDotNet.Attributes; namespace Content.Benchmarks { public class StereoToMonoBenchmark { [Params(128, 256, 512)] public int N { get; set; } private short[] _input; private short[] _output; [GlobalSetup] public v...
space-wizards/space-station-14-content
Content.Benchmarks/StereoToMonoBenchmark.cs
https://github.com/space-wizards/space-station-14-content/blob/HEAD/Content.Benchmarks/StereoToMonoBenchmark.cs
ghcode:00169:82484db884ba
mit
codeparrot/github-code
82484db884ba742183e9d4bd3e28bdd018bc6e8048317dc398dc35781e6c1168
0.75
testing_debugging_repair_refactoring
491
false
2026-07-17
using Cumulus.MessageContracts; namespace Cumulus.IntegrationTests.Tests.PoisonMessageTests.MessageContracts { public class GoBangCommand : IBusCommand { public string SomeContent { get; set; } public GoBangCommand() { } public GoBangCommand(string someContent) ...
AtmosphereMessaging/Cumulus
src/Tests/Cumulus.IntegrationTests/Tests/PoisonMessageTests/MessageContracts/GoBangCommand.cs
https://github.com/AtmosphereMessaging/Cumulus/blob/HEAD/src/Tests/Cumulus.IntegrationTests/Tests/PoisonMessageTests/MessageContracts/GoBangCommand.cs
ghcode:00169:bf5481228c13
mit
codeparrot/github-code
bf5481228c1374dd6832e572ca453a9bee5ce8bca9138a599847336c7019d114
0.85
testing_debugging_repair_refactoring
79
false
2026-07-17
using Newtonsoft.Json; namespace DSharpPlus.Test { internal sealed class TestBotConfig { [JsonProperty("token")] public string Token { get; private set; } = string.Empty; [JsonProperty("command_prefixes")] public string[] CommandPrefixes { get; private set; } = new[] { "d#", "...
Emzi0767/DSharpPlus
DSharpPlus.Test/TestBotConfig.cs
https://github.com/Emzi0767/DSharpPlus/blob/HEAD/DSharpPlus.Test/TestBotConfig.cs
ghcode:00169:8d7d1add1954
mit
codeparrot/github-code
8d7d1add1954f6ab0537c85bba9a8d101bd9894265d7f1321bc6553a67d30937
0.75
testing_debugging_repair_refactoring
103
false
2026-07-17
using System.Collections.Generic; using System.IO; using NFluent; using NiceTry; using NUnit.Framework; using Sharpility.IO; namespace Sharpility.Tests.IO { [TestFixture] public class FilesTests { [Test] public void ShouldDeleteExistingFile() { // given var ...
FinderSystems/Sharpility
src/Sharpility.Tests/IO/FilesTests.cs
https://github.com/FinderSystems/Sharpility/blob/HEAD/src/Sharpility.Tests/IO/FilesTests.cs
ghcode:00169:84c2312e8038
mit
codeparrot/github-code
84c2312e8038c7b90f72beb0ef1a48b96f996e105f61dcc8aa1057f398e926a7
0.85
testing_debugging_repair_refactoring
779
false
2026-07-17
 using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using UAOOI.Configuration.Core; namespace UAOOI.Configuration.DataBindings.UnitTest { [TestClass] public class InstanceConfigurationBaseUnitTest { [TestMethod] [ExpectedException(typeof(NotImplementedException))] public void ClearCo...
mpostol/OPC-UA-OOI
Configuration/Tests/DataBindingsUnitTest/InstanceConfigurationBaseUnitTest.cs
https://github.com/mpostol/OPC-UA-OOI/blob/HEAD/Configuration/Tests/DataBindingsUnitTest/InstanceConfigurationBaseUnitTest.cs
ghcode:00169:a9896bd215e9
mit
codeparrot/github-code
a9896bd215e9108c0adee2c0e3281ce4c6eabe6b714525fc4a7a1010320b63ca
0.85
testing_debugging_repair_refactoring
140
false
2026-07-17
using System.Collections.Generic; using Nethereum.Siwe.Core; using Xunit; namespace Nethereum.Siwe.UnitTests { public class ParserBuilderTests { [Fact] public void ShouldParseAndBuildWith2OptionalFields() { var message = "service.org wants you to sign in with your Ethereum ...
Nethereum/Nethereum
tests/Nethereum.Siwe.UnitTests/ParserBuilderTests.cs
https://github.com/Nethereum/Nethereum/blob/HEAD/tests/Nethereum.Siwe.UnitTests/ParserBuilderTests.cs
ghcode:00169:758b482196c0
mit
codeparrot/github-code
758b482196c0802579498b56d5cf4d12674b15c6a8373368ad9ce7eef5b76876
0.85
testing_debugging_repair_refactoring
4,279
false
2026-07-17
namespace Aiv.Fast2D.Utils.Input { internal class ButtonState { public bool Down { get; private set; } public bool Up { get; private set; } public bool Pressed { get; private set; } public void Update( bool pressed ) { if ( pressed ) { this.Down = !this.Pressed; this.Pressed = t...
Alx666/Aiv.Research
Aiv.Research.Tests.Landing/ButtonState.cs
https://github.com/Alx666/Aiv.Research/blob/HEAD/Aiv.Research.Tests.Landing/ButtonState.cs
ghcode:00169:6b39a89a876a
mit
codeparrot/github-code
6b39a89a876aac0292d0797a98d88b5d72be0978aabb3481d14efe3999e56ae7
0.75
testing_debugging_repair_refactoring
126
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; using AutoMapper.QueryableExtensions; namespace AutoMapper.UnitTests.Projection { public class MoreExplanatoryExceptionTests { [Fact] public void ConstructorWithUnkn...
AutoMapper/AutoMapper
src/UnitTests/Projection/MoreExplanatoryExceptionTests.cs
https://github.com/AutoMapper/AutoMapper/blob/HEAD/src/UnitTests/Projection/MoreExplanatoryExceptionTests.cs
ghcode:00169:f961c7e7a693
mit
codeparrot/github-code
f961c7e7a6932935b61293ad4d06a418220fa03810ad600dd93865db1c87da0f
0.85
testing_debugging_repair_refactoring
178
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Threading; using System.Threading.Tasks; using Azure.Core.Pipeline; using Azure.Core.TestFramework; using Moq; using NUnit.Framework; namespace Azure.Core.Tests { public class ClientRequestI...
hyonholee/azure-sdk-for-net
sdk/core/Azure.Core/tests/ClientRequestIdPolicyTests.cs
https://github.com/hyonholee/azure-sdk-for-net/blob/HEAD/sdk/core/Azure.Core/tests/ClientRequestIdPolicyTests.cs
ghcode:00169:34f2df3ba9af
mit
codeparrot/github-code
34f2df3ba9afde2343ce4134ea13c0d209f0e1af5c12606d2336e4d60ab11e3e
0.95
testing_debugging_repair_refactoring
405
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO.Pipes; using System.Linq; using System.Security.AccessControl; using System.Security.Principal; using System.Text; using System.Threading; using System.Threading.Tasks; namespace GaLib.Interop.IPC { public class IpcServer ...
ha11owed/RPC
GaLib.Interop/IPC/IpcServer.cs
https://github.com/ha11owed/RPC/blob/HEAD/GaLib.Interop/IPC/IpcServer.cs
ghcode:00169:5c22fb500be6
mit
codeparrot/github-code
5c22fb500be670f35eb84e79e5de37b18d2a5b66c8b3c9395c4c4226366d7223
0.7
testing_debugging_repair_refactoring
1,031
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; using Pimix.IO; using Pimix.IO.FileFormats; namespace PimixTest.IO.FileFormats { [TestClass] public class PimixFileV1Tests { [TestMethod] public void RandomDataTest() ...
Kimi-Arthur/Pimix
tests/PimixTest.IO.FileFormats/PimixFileV1Tests.cs
https://github.com/Kimi-Arthur/Pimix/blob/HEAD/tests/PimixTest.IO.FileFormats/PimixFileV1Tests.cs
ghcode:00169:fc4122cda068
mit
codeparrot/github-code
fc4122cda068e5cac75d6197d0cde42e2ddfec18f46ea6d3a99b102f49862f1c
0.75
testing_debugging_repair_refactoring
506
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Solutions._6; using System.Collections.Generic; namespace Tests { [TestClass] public class _6_3_Tests { [TestMethod] public void Test() { Assert.IsTrue(_6_3.Run("0", "0") == "0"); Assert...
AronDavis/EPI
Tests/_6/_6_3_Tests.cs
https://github.com/AronDavis/EPI/blob/HEAD/Tests/_6/_6_3_Tests.cs
ghcode:00169:023c79cae3b1
mit
codeparrot/github-code
023c79cae3b19776e2d924a05fb9ed203741c8b9ac2f8cc556b138c62f63dce0
0.75
testing_debugging_repair_refactoring
220
false
2026-07-17
using System; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Queue; using Microsoft.Extensions.Configuration; using System.Diagnostics; using System.Threading.Tasks; namespace QueueGettingStarted { public class Program { public static void Main(string[] args) { ...
peterblazejewicz/azure-aspnet5-examples
src/QueueGettingStarted/Program.cs
https://github.com/peterblazejewicz/azure-aspnet5-examples/blob/HEAD/src/QueueGettingStarted/Program.cs
ghcode:00169:745bd5331610
mit
codeparrot/github-code
745bd5331610c359d56e7417d690708c29f0cb03f7ebd40333062ab06f6d4b4c
0.7
testing_debugging_repair_refactoring
525
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Core; using Core.Common.Collections; using Core.Extensions; namespace Core.Test { [TestClass] public class CoreFileLibParserTest { [T...
toeb/core.common
Core.Common.Tests/CoreFileLibParserTest.cs
https://github.com/toeb/core.common/blob/HEAD/Core.Common.Tests/CoreFileLibParserTest.cs
ghcode:00169:1343e563ec3e
mit
codeparrot/github-code
1343e563ec3e8848cc88204cef32196c52641d9e2483b70e0cfe31a77f7b6995
0.6
testing_debugging_repair_refactoring
487
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Numerics.Tests { public class trigonometricOperations_TanTest { priva...
mafiya69/corefx
src/System.Runtime.Numerics/tests/Complex/trigonometricOperations_Tan.cs
https://github.com/mafiya69/corefx/blob/HEAD/src/System.Runtime.Numerics/tests/Complex/trigonometricOperations_Tan.cs
ghcode:00169:c8bedbd6ac39
mit
codeparrot/github-code
c8bedbd6ac39e68601a4f774d46380df8077cdf217f5c20a80745636ba49d627
0.95
testing_debugging_repair_refactoring
816
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using GildedRose.Product; using GildedRose.Product.Strategies; using Xunit; namespace GildedRose.Tests { public class CalculationTests { #region New Feature [Fact] public void Conjured_Items_Quality_Degrades_Twice_As_F...
crosswins/mlimn_ex
src/GildedRose.Tests/CalculationTests.cs
https://github.com/crosswins/mlimn_ex/blob/HEAD/src/GildedRose.Tests/CalculationTests.cs
ghcode:00169:b9535cc0d604
mit
codeparrot/github-code
b9535cc0d604b5103976f423f82b0c858bc4a4803d8320cf8be0ca8a36eadac1
0.85
testing_debugging_repair_refactoring
1,755
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //------------------------------------------------------------------------------ using System.Collections.Generic...
dpaoliello/SqlClientSlim
src/SqlClientSlim/System/Data/SqlClient/TdsParserSessionPool.cs
https://github.com/dpaoliello/SqlClientSlim/blob/HEAD/src/SqlClientSlim/System/Data/SqlClient/TdsParserSessionPool.cs
ghcode:00169:fd59ab220814
mit
codeparrot/github-code
fd59ab2208145d5a30c9320dbe7e661b967e7b64fdf0b485a7176cf79ae92af2
0.85
testing_debugging_repair_refactoring
1,493
false
2026-07-17
using System; using NUnit.Framework; using Shouldly; using Specify.Tests.Stubs; namespace Specify.IntegrationTests.Containers.AutoMocking { public abstract class MockingContainerSetTestsFor<T> : ContainerSpecsFor<T> where T : IContainer { public T SUT { get; set; } [SetUp] publ...
mwhelan/Specify
src/tests/Specify.IntegrationTests/Containers/AutoMocking/MockingContainerTestsFor.cs
https://github.com/mwhelan/Specify/blob/HEAD/src/tests/Specify.IntegrationTests/Containers/AutoMocking/MockingContainerTestsFor.cs
ghcode:00169:9a325103710b
mit
codeparrot/github-code
9a325103710b9b5c22d16b6ec595238cf3bcff0439b792d8d6dcde06ee236f9c
0.85
testing_debugging_repair_refactoring
888
false
2026-07-17
using System.Threading.Tasks; using BusinessLogic.Logic; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Test { [TestClass] public class Test { [TestMethod] public async Task TestMethod() { await SchedulerLogic.Compute(); } } }
bartosz-wozniak/MiniPlanner
Test/Test.cs
https://github.com/bartosz-wozniak/MiniPlanner/blob/HEAD/Test/Test.cs
ghcode:00169:5d72e77c6442
mit
codeparrot/github-code
5d72e77c64421aefd3144e2305392f54db3e0a1422f729920d351f78c21f80bb
0.75
testing_debugging_repair_refactoring
55
false
2026-07-17
using System.Collections.Generic; using System.Linq; using ArgumentParser.Internal; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ArgumentParser { [TestClass] public class SyntaxBuilderTest { //[TestMethod] public void TestMethod1() { var sb = new Argume...
Good-man/Argument-Parser
ArgumentParser.Tests/SyntaxBuilder/SyntaxBuilderTest.cs
https://github.com/Good-man/Argument-Parser/blob/HEAD/ArgumentParser.Tests/SyntaxBuilder/SyntaxBuilderTest.cs
ghcode:00169:9af6238cab89
mit
codeparrot/github-code
9af6238cab89d09a4e74981272d2f5a5bb43e39e960603a1390031e807988136
0.75
testing_debugging_repair_refactoring
247
false
2026-07-17
using System; using FluentAssertions; using Xunit; namespace Restall.Ichnaea.Fody.Tests.Integration { public class SourceEventFromProtectedNestedClassTest: AggregateRootTest { public SourceEventFromProtectedNestedClassTest(): base(ModuleWeaverFixture.AggregateRootFactory.CreateAggregateRootFromClassNamed("Sour...
pete-restall/Ichnaea
Fody/Ichnaea.Fody.Tests/Integration/SourceEventFromProtectedNestedClassTest.cs
https://github.com/pete-restall/Ichnaea/blob/HEAD/Fody/Ichnaea.Fody.Tests/Integration/SourceEventFromProtectedNestedClassTest.cs
ghcode:00169:45e9a379bfc6
mit
codeparrot/github-code
45e9a379bfc6a3571eee769074e6538ccc48e23148532a7bbe554897e106f4b9
0.6
testing_debugging_repair_refactoring
146
false
2026-07-17
namespace XmlFeedConsumer.Tests.Common.TestObjects { using Web.Models.Search; public static class TestObjectFactoryViewModels { public static MatchesSearchViewModel GetValidMatchesSearchViewModel() { return new MatchesSearchViewModel() { SearchWord =...
itplamen/XmlFeedConsumer
XmlFeedConsumer/Tests/XmlFeedConsumer.Tests.Common/TestObjects/TestObjectFactoryViewModels.cs
https://github.com/itplamen/XmlFeedConsumer/blob/HEAD/XmlFeedConsumer/Tests/XmlFeedConsumer.Tests.Common/TestObjects/TestObjectFactoryViewModels.cs
ghcode:00169:a8917fee4bc1
mit
codeparrot/github-code
a8917fee4bc1f41a39febfde7b3a30e900be48f5589ee985446d01735ec61861
0.85
testing_debugging_repair_refactoring
85
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using KeySndr.Base.Commands; using KeySndr.Base.Dto; using KeySndr.Base.Providers; using Moq; using NUnit.Framework; namespace KeySndr.Base.Tests.CommandTests { [TestFixture] public class SaveSo...
samiy-xx/keysndr
KeySndr.Base.Tests/CommandTests/SaveSource_Tests.cs
https://github.com/samiy-xx/keysndr/blob/HEAD/KeySndr.Base.Tests/CommandTests/SaveSource_Tests.cs
ghcode:00169:4f3a4aa58357
mit
codeparrot/github-code
4f3a4aa58357b884b9c828c9dd577f1734029f67f1e32acc49269fa0efacab3d
0.75
testing_debugging_repair_refactoring
226
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using AjLang.Compiler; namespace AjLang.Tests.Compiler { [TestClass] public class LexerTests { [TestMethod] public void GetName() ...
ajlopez/AjLang
Src/AjLang.Tests/Compiler/LexerTests.cs
https://github.com/ajlopez/AjLang/blob/HEAD/Src/AjLang.Tests/Compiler/LexerTests.cs
ghcode:00169:09227fb95d2b
mit
codeparrot/github-code
09227fb95d2b617a1b2ecb72afe0d9a4563ff76ef3d087ba5d88e8b34dbb1fb4
0.75
testing_debugging_repair_refactoring
965
false
2026-07-17
using System; using System.Linq; using System.Reflection; using MooGet; using Mono.Options; using NUnit.Framework; namespace MooGet.Specs.CLI { [TestFixture] public class CommandsCommandSpec : Spec { [Test][Description("moo help commands")] public void help() { var output = moo("help commands"); output.S...
remi/mooget
spec/cli/commands/CommandsCommandSpec.cs
https://github.com/remi/mooget/blob/HEAD/spec/cli/commands/CommandsCommandSpec.cs
ghcode:00169:bb6e6dfc19b9
mit
codeparrot/github-code
bb6e6dfc19b97ca92ede46676429bdcb0071bbec9a829f9d0056a4a24c7a1681
0.75
testing_debugging_repair_refactoring
127
false
2026-07-17
using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.TestTools.UnitTesting; using Untech.SharePoint.Common.CodeAnnotations; using Untech.SharePoint.Common.Configuration; using Untech.SharePoint.Common.Data; using Untech.SharePoint.Common.Mappings; using Untech.SharePoint.Common.Mappings.Annotation; using...
Happi-cat/Untech.SharePoint
Src/Untech.SharePoint.Common.Test/Mappings/Annotation/AnnotatedContentTypeMappingTest.cs
https://github.com/Happi-cat/Untech.SharePoint/blob/HEAD/Src/Untech.SharePoint.Common.Test/Mappings/Annotation/AnnotatedContentTypeMappingTest.cs
ghcode:00169:783554fb91bf
mit
codeparrot/github-code
783554fb91bf2d63bc8977248f740c1cd875299473d627ed6a52947e86464cd4
0.75
testing_debugging_repair_refactoring
546
false
2026-07-17
// This file has been autogenerated from a class added in the UI designer. using System; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace StoryboardTables { public partial class TestPage : UIViewController { public TestPage (IntPtr handle) : base (handle) { } } }
arlm/StoryboardTables
TestPage.cs
https://github.com/arlm/StoryboardTables/blob/HEAD/TestPage.cs
ghcode:00169:e5e7157ff27b
unlicense
codeparrot/github-code
e5e7157ff27b74820e27f7dbeb990f43bfdc6fc032c168b07ad082a8a6042f47
0.68
testing_debugging_repair_refactoring
67
false
2026-07-17
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. // Unless requi...
NakedObjectsGroup/NakedObjectsFramework
NakedFramework/NakedFramework.Rest.Test.Data/WithAttachments.cs
https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/HEAD/NakedFramework/NakedFramework.Rest.Test.Data/WithAttachments.cs
ghcode:00169:c80e14e65215
apache-2.0
codeparrot/github-code
c80e14e652151e688d1291aa503ef86bf4413cb3721bf00c4c25fb89e719a750
0.85
testing_debugging_repair_refactoring
291
false
2026-07-17
/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); y...
criteo/memcache-driver
Criteo.Memcache.UTest/Tests/VBucketLocatorTests.cs
https://github.com/criteo/memcache-driver/blob/HEAD/Criteo.Memcache.UTest/Tests/VBucketLocatorTests.cs
ghcode:00169:eb1452bb0725
apache-2.0
codeparrot/github-code
eb1452bb0725eb7bc2a6fa12c32e06387fd902b85def66a8a6d38671541adbb9
0.95
testing_debugging_repair_refactoring
4,432
false
2026-07-17
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
jameschch/Lean
Tests/Common/Brokerages/GDAXBrokerageModelTests.cs
https://github.com/jameschch/Lean/blob/HEAD/Tests/Common/Brokerages/GDAXBrokerageModelTests.cs
ghcode:00169:a2c8ee7a9591
apache-2.0
codeparrot/github-code
a2c8ee7a95918683e9b18e39bc4aebf0f90d817b7ef79a8dcccbc1ddae3d5efc
0.85
testing_debugging_repair_refactoring
2,907
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AGXUnity.Utils { /// <summary> /// Given a 3D curve, this object solves for a segment length given /// desired number of segments. /// </summary> public class PointCurve : IEnumerable<Vector3> { /// <summar...
Algoryx/agxUnity
AGXUnity/Utils/PointCurve.cs
https://github.com/Algoryx/agxUnity/blob/HEAD/AGXUnity/Utils/PointCurve.cs
ghcode:00169:035ce112167c
apache-2.0
codeparrot/github-code
035ce112167c47bb300e2f16885d88c07728ea015006e35ebfc883eeac009798
0.7
testing_debugging_repair_refactoring
3,188
false
2026-07-17
using System; using System.IO; using Codestellation.Galaxy.Infrastructure; using Codestellation.Galaxy.Tests.Content; using Codestellation.Quarks.IO; using NUnit.Framework; namespace Codestellation.Galaxy.Tests.InfrastructureTests { [TestFixture] public class PackageBoardTests { private const stri...
Codestellation/Galaxy
src/Galaxy.Tests/InfrastructureTests/PackageBoardTests.cs
https://github.com/Codestellation/Galaxy/blob/HEAD/src/Galaxy.Tests/InfrastructureTests/PackageBoardTests.cs
ghcode:00169:5db9fa518d58
apache-2.0
codeparrot/github-code
5db9fa518d588a72348d375a7113283468181df60a1318c21e7736fb9e5819ec
0.85
testing_debugging_repair_refactoring
309
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.Un...
HellBrick/roslyn
src/EditorFeatures/CSharpTest2/Recommendations/ExplicitKeywordRecommenderTests.cs
https://github.com/HellBrick/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest2/Recommendations/ExplicitKeywordRecommenderTests.cs
ghcode:00169:4deca94b19c3
apache-2.0
codeparrot/github-code
4deca94b19c34f3e57d0ec9b73975d20b86ca9034082ca59a1e5b635fa0e7f1b
0.85
testing_debugging_repair_refactoring
1,953
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel.DataAnnotations; namespace RazorWebSite.Models { public enum ModelEnum { [Display(Name = "FirstOptionDisplay")] FirstOption, ...
aspnet/AspNetCore
src/Mvc/test/WebSites/RazorWebSite/Models/EnumModel.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/WebSites/RazorWebSite/Models/EnumModel.cs
ghcode:00169:be0e4cbdd934
apache-2.0
codeparrot/github-code
be0e4cbdd9346e2e182bb5834508d803c7a0e58630f433b7137622243e886062
0.85
testing_debugging_repair_refactoring
99
false
2026-07-17
using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Support; using System; using System.Diagnostics; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file d...
laimis/lucenenet
src/Lucene.Net/Index/TermVectorsConsumerPerField.cs
https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net/Index/TermVectorsConsumerPerField.cs
ghcode:00169:af8f7e3c702a
apache-2.0
codeparrot/github-code
af8f7e3c702a0a1cd67fc736cec80dd36ad1de65c7cbc55112da5645bf9c1fcb
0.85
testing_debugging_repair_refactoring
2,726
false
2026-07-17
// <copyright file="TestResourceBuilderExtensions.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ht...
open-telemetry/opentelemetry-dotnet-contrib
test/OpenTelemetry.Contrib.Extensions.AWSXRay.Tests/Resources/TestResourceBuilderExtensions.cs
https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/HEAD/test/OpenTelemetry.Contrib.Extensions.AWSXRay.Tests/Resources/TestResourceBuilderExtensions.cs
ghcode:00169:bcf35b353ca9
apache-2.0
codeparrot/github-code
bcf35b353ca91d8e0cbabab12f9d294bc0dac0860337a2d633b2d6943a6197a5
0.85
testing_debugging_repair_refactoring
505
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Elasticsearch.Net; using FluentAssertions; using Nest; using Tests.Framework; using Tests.Framework.Integration; using Xunit; namespace Tests.Cat.CatPlugins { [Collection(IntegrationContext.ReadOnly)] public class...
jonyadamit/elasticsearch-net
src/Tests/Cat/CatPlugins/CatPluginsApiTests.cs
https://github.com/jonyadamit/elasticsearch-net/blob/HEAD/src/Tests/Cat/CatPlugins/CatPluginsApiTests.cs
ghcode:00169:d1c3aa292d61
apache-2.0
codeparrot/github-code
d1c3aa292d61932df8b726b221ebb7f87b75b0c2c056a49f21643f67ac406338
0.85
testing_debugging_repair_refactoring
291
false
2026-07-17
// <copyright file="FirefoxDriver.cs" company="WebDriver Committers"> // Copyright 2007-2011 WebDriver committers // Copyright 2007-2011 Google Inc. // Portions copyright 2007 ThoughtWorks, Inc // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance...
akiellor/selenium
dotnet/src/WebDriver/Firefox/FirefoxDriver.cs
https://github.com/akiellor/selenium/blob/HEAD/dotnet/src/WebDriver/Firefox/FirefoxDriver.cs
ghcode:00169:57f788214993
apache-2.0
codeparrot/github-code
57f788214993129989fab4b68b8d1ff0e0a257a9c651449315b788bbd145d2f0
0.95
testing_debugging_repair_refactoring
1,863
false
2026-07-17
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
DEVSENSE/PTVS
Python/Tests/TestAdapterTests/TestExecutorTests.cs
https://github.com/DEVSENSE/PTVS/blob/HEAD/Python/Tests/TestAdapterTests/TestExecutorTests.cs
ghcode:00169:15f817c02f36
apache-2.0
codeparrot/github-code
15f817c02f36ecc0e10f1e60557512f93bc4df76a8c09b54dacbb7cf23d75b85
0.95
testing_debugging_repair_refactoring
4,209
false
2026-07-17
using System; using FluentAssertions.Formatting; using Xunit; namespace FluentAssertions.Specs { public class DateTimeOffsetValueFormatterSpecs { [Fact] public void When_time_is_not_relevant_it_should_not_be_included_in_the_output() { //-------------------------------...
dennisdoomen/fluentassertions
Tests/FluentAssertions.Shared.Specs/DateTimeOffsetValueFormatterSpecs.cs
https://github.com/dennisdoomen/fluentassertions/blob/HEAD/Tests/FluentAssertions.Shared.Specs/DateTimeOffsetValueFormatterSpecs.cs
ghcode:00169:bee20fd4d56e
apache-2.0
codeparrot/github-code
bee20fd4d56ec55c071d3dd8b4a025d52ec1eb4610a975e4b49f0b72798f5489
0.7
testing_debugging_repair_refactoring
1,278
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using FsCheck.Fluent; using NUnit.Framework; using Nessos.Streams.CSharp; namespace Nessos.Streams.Tests.CSharp { [TestFixture] [Category("Streams.CSharp")] public class StreamsTests { ...
kurtschelfthout/Streams
tests/Streams.Tests.CSharp/StreamsTests.cs
https://github.com/kurtschelfthout/Streams/blob/HEAD/tests/Streams.Tests.CSharp/StreamsTests.cs
ghcode:00169:80020967e81c
apache-2.0
codeparrot/github-code
80020967e81cb62240fedacafeb3790d5f0011b76cd06c78af7b2759ea5d1ead
0.75
testing_debugging_repair_refactoring
1,819
false
2026-07-17
using System; using Take.Elephant.Redis; using Take.Elephant.Redis.Converters; using Xunit; namespace Take.Elephant.Tests.Redis { [Trait("Category", nameof(Redis))] [Collection(nameof(Redis))] public class RedisGuidItemKeysMapFacts : GuidItemKeysMapFacts { private readonly RedisFixture _redisF...
takenet/elephant
src/Take.Elephant.Tests/Redis/RedisGuidItemKeysMapFacts.cs
https://github.com/takenet/elephant/blob/HEAD/src/Take.Elephant.Tests/Redis/RedisGuidItemKeysMapFacts.cs
ghcode:00169:d9a9e1d44323
apache-2.0
codeparrot/github-code
d9a9e1d443235e5dbb561ae96ca5d55b45c492f43919b63ada83e9b5843e7446
0.6
testing_debugging_repair_refactoring
167
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using Maui.Trading.Data; using Maui.Trading.Model; namespace Maui.Trading.UnitTests.Data { [TestFixture] public class InterpolateMissingDatesOperatorTests { [Test] pub...
bg0jr/Maui
src/Trading/Maui.Trading_uTest/Data/InterpolateMissingDatesOperatorTests.cs
https://github.com/bg0jr/Maui/blob/HEAD/src/Trading/Maui.Trading_uTest/Data/InterpolateMissingDatesOperatorTests.cs
ghcode:00169:de6de792028d
bsd-3-clause
codeparrot/github-code
de6de792028d71f3971377088923c69f353b72d80a3f797a295d1c65f6dc774e
0.75
testing_debugging_repair_refactoring
560
false
2026-07-17
// Copyright (c) MOSA Project. Licensed under the New BSD License. using System; namespace Mosa.UnitTest.Collection { enum EnumU1 : byte { Positive49 = 49, Positive50, Positive51 } public static class EnumU1Class { public static bool PositiveConversion() { EnumU1 e = EnumU1.Positive50; return 50 ==...
kiootic/MOSA-Project
Source/Mosa.UnitTest.Collection/EnumTests.cs
https://github.com/kiootic/MOSA-Project/blob/HEAD/Source/Mosa.UnitTest.Collection/EnumTests.cs
ghcode:00169:311ca09cd812
bsd-3-clause
codeparrot/github-code
311ca09cd8129d8f468e805e72e4326dcbdf890ab5e5d44d697dd20a2ecaedb3
0.62
testing_debugging_repair_refactoring
20,783
false
2026-07-17
using NUnit.Framework; using SccmTools.Library.Module.Commands.CreateApplication; using SccmTools.Tests.Common; namespace SccmTools.Tests.UnitTests.ContainerRegistrationTests.Module { [TestFixture(Category = "UnitTests")] public class CreateApplicationFromDefinitionCommandProviderRegistrationTests { ...
trondr/SccmTools
src/SccmTools.Tests/UnitTests/ContainerRegistrationTests/Module/CreateApplicationFromDefinitionCommandProviderRegistrationTests.cs
https://github.com/trondr/SccmTools/blob/HEAD/src/SccmTools.Tests/UnitTests/ContainerRegistrationTests/Module/CreateApplicationFromDefinitionCommandProviderRegistrationTests.cs
ghcode:00169:334c262c7709
bsd-3-clause
codeparrot/github-code
334c262c77092179dc548d4e45df5d47e4e78d36900e9bcf3170e4b8fec99107
0.75
testing_debugging_repair_refactoring
164
false
2026-07-17
#if NETCOREAPP namespace Microsoft.ApplicationInsights.WindowsServer.Channel { using System.Collections.Generic; using System.Diagnostics.Tracing; using System.Linq; using System.Net; using System.Threading; using Microsoft.ApplicationInsights.Channel; using Microsoft.ApplicationIns...
pharring/ApplicationInsights-dotnet
BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Tests/ServerTelemetryChannelE2ETests.cs
https://github.com/pharring/ApplicationInsights-dotnet/blob/HEAD/BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Tests/ServerTelemetryChannelE2ETests.cs
ghcode:00169:f7a9e245e0a9
mit
codeparrot/github-code
f7a9e245e0a9ae9e1d27500dac5aadd77a5676866284a3f19376335213fd23a2
0.95
testing_debugging_repair_refactoring
8,434
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using DereTore.Common; namespace DereTore.Exchange.Audio.HCA { public sealed class HcaAudioStream : HcaAudioStreamBase { public HcaAudioStream(Stream baseStream) : this(baseStream, DecodeParams.Default) ...
OpenCGSS/DereTore
Exchange/DereTore.Exchange.Audio.HCA/HcaAudioStream.cs
https://github.com/OpenCGSS/DereTore/blob/HEAD/Exchange/DereTore.Exchange.Audio.HCA/HcaAudioStream.cs
ghcode:00169:3c5b2af0be96
mit
codeparrot/github-code
3c5b2af0be9633a56f57fea21de5d7c5e1844a998e7644d57c7e2544e13ab0b6
0.6
testing_debugging_repair_refactoring
2,623
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespace InnovatorAdmin.Testing { public class Test : ITestVisitable { private List<ITestCommand> _commands = new List<ITestCommand>(); /// <summary> /// Comme...
broderickhyman/InnovatorAdmin
InnovatorAdmin.Api/Testing/Test.cs
https://github.com/broderickhyman/InnovatorAdmin/blob/HEAD/InnovatorAdmin.Api/Testing/Test.cs
ghcode:00169:2a31ed274419
mit
codeparrot/github-code
2a31ed27441960e47a4a22279730cf2c65cbd9db46f660a15652022e1b1b46f9
0.85
testing_debugging_repair_refactoring
459
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); yo...
Mpdreamz/lucene.net
src/core/Analysis/TokenStream.cs
https://github.com/Mpdreamz/lucene.net/blob/HEAD/src/core/Analysis/TokenStream.cs
ghcode:00169:5716514cb8dd
apache-2.0
codeparrot/github-code
5716514cb8dd8aa95f587978b8afcff7ec6eb50e95bdc594a0e8d4d092a6d697
0.85
testing_debugging_repair_refactoring
5,161
false
2026-07-17
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you ma...
afchung/reef
lang/cs/Org.Apache.REEF.Tests/Functional/IMRU/IMRUCloseTaskTest.cs
https://github.com/afchung/reef/blob/HEAD/lang/cs/Org.Apache.REEF.Tests/Functional/IMRU/IMRUCloseTaskTest.cs
ghcode:00169:8384d0dfc6b4
apache-2.0
codeparrot/github-code
8384d0dfc6b464b24d9e59cb56b60b2006c44360e2f9427d98ae6679147a8993
0.85
testing_debugging_repair_refactoring
2,122
false
2026-07-17
#region License and Terms // MoreLINQ - Extensions to LINQ to Objects // Copyright (c) 2008 Jonathan Skeet. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
Agbar/MoreLINQ
MoreLinq.Test/PadTest.cs
https://github.com/Agbar/MoreLINQ/blob/HEAD/MoreLinq.Test/PadTest.cs
ghcode:00169:56ff9d29b540
apache-2.0
codeparrot/github-code
56ff9d29b540c22d90396810231641a70bcdbd1da3b243062e7ec9f01aa458b9
0.7
testing_debugging_repair_refactoring
659
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.CodeAna...
khyperia/roslyn
src/Compilers/CSharp/Portable/FlowAnalysis/PreciseAbstractFlowPass.cs
https://github.com/khyperia/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/FlowAnalysis/PreciseAbstractFlowPass.cs
ghcode:00169:edede8a0362c
apache-2.0
codeparrot/github-code
edede8a0362ce24cdb8cdf11d0c0f96600c0bc22856f21953ceb966e5e50e867
0.72
testing_debugging_repair_refactoring
17,761
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using ...
jaredpar/roslyn
src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/OverloadResolutionResult.cs
https://github.com/jaredpar/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/OverloadResolutionResult.cs
ghcode:00169:2b5d3ddccbcb
apache-2.0
codeparrot/github-code
2b5d3ddccbcb6d8bd63f47f5d687de9e26c1ba26d5d26c446321d4dab39f1517
0.85
testing_debugging_repair_refactoring
10,228
false
2026-07-17
/* * SubSonic - http://subsonicproject.com * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/MPL/ * * Software distributed un...
w8in/SubSonic-2.0
SubSonic.Tests/MsAccess/SqlQuery/DeleteTests.cs
https://github.com/w8in/SubSonic-2.0/blob/HEAD/SubSonic.Tests/MsAccess/SqlQuery/DeleteTests.cs
ghcode:00169:bdd5d9c69ee5
bsd-3-clause
codeparrot/github-code
bdd5d9c69ee5a9ea87bcdd79bf362ca14e7ad9308cc14ec410ddf33c2f61a54f
0.85
testing_debugging_repair_refactoring
708
false
2026-07-17
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Framework; using System.Diagnostics; namespace Mosa.Platform.x86.Instructions { /// <summary> /// Intermediate representation for the x86 comisd instruction. /// </summary> public class Comisd : X86Instruction { #region Dat...
Kintaro/MOSA-Project
Source/Mosa.Platform.x86/Instructions/Comisd.cs
https://github.com/Kintaro/MOSA-Project/blob/HEAD/Source/Mosa.Platform.x86/Instructions/Comisd.cs
ghcode:00169:9468c6f68212
bsd-3-clause
codeparrot/github-code
9468c6f68212604d41f4589a8d9d117c290083384ce3bf3f87bc5c9b11ca7a0e
0.85
testing_debugging_repair_refactoring
372
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using NUnit.Framework; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ReactNative.Modules.Storage; using System.Collections.Generic; using System.Linq; using System.Threading; namespace ReactNative.Tests.Modules...
bluejeans/react-native-windows
ReactWindows/ReactNative.Net46.Tests/Modules/Storage/AsyncStorageModuleTests.cs
https://github.com/bluejeans/react-native-windows/blob/HEAD/ReactWindows/ReactNative.Net46.Tests/Modules/Storage/AsyncStorageModuleTests.cs
ghcode:00169:dd824c36538a
mit
codeparrot/github-code
dd824c36538a3be85eb6af0b6248da9aeaa9fd573581474ea73a490bf49af870
0.85
testing_debugging_repair_refactoring
3,923
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Neo4jClient.Extension.Cypher; using Neo4jClient.Extension.Test.Cypher; using NUnit.Framework; namespace Neo4jClient.Extension.Test.Integration.Tests { public class MergeTests : IntegrationTest...
neutmute/Neo4jClient.Extension
test/Neo4jClient.Extension.IntegrationTest/Tests/MergeTests.cs
https://github.com/neutmute/Neo4jClient.Extension/blob/HEAD/test/Neo4jClient.Extension.IntegrationTest/Tests/MergeTests.cs
ghcode:00169:769c8b826e42
mit
codeparrot/github-code
769c8b826e422dfda578370b800e6b28311f5b98e164bac192dc08af512f85dc
0.95
testing_debugging_repair_refactoring
252
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
NSAmelchev/ignite
modules/platforms/dotnet/Apache.Ignite.Core/Impl/Services/ServiceProxyTypeGenerator.cs
https://github.com/NSAmelchev/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Services/ServiceProxyTypeGenerator.cs
ghcode:00169:dbabcd3a76f7
apache-2.0
codeparrot/github-code
dbabcd3a76f70e1529066d9f739e67e24f2f98ddd1809055426eebc72c84e36a
0.85
testing_debugging_repair_refactoring
2,639
false
2026-07-17
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Lucene.Net.Randomized; using Lucene.Net.Randomized.Generators; using NUnit.Framework; namespace Lucene.Net.Facet.SortedSet { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contr...
jpsullivan/lucenenet
src/Lucene.Net.Tests.Facet/SortedSet/TestSortedSetDocValuesFacets.cs
https://github.com/jpsullivan/lucenenet/blob/HEAD/src/Lucene.Net.Tests.Facet/SortedSet/TestSortedSetDocValuesFacets.cs
ghcode:00169:0c69102bb9b0
apache-2.0
codeparrot/github-code
0c69102bb9b08cc16a56cdcfdf6cbf90cb205c949242afed2a9fec2402c81766
0.85
testing_debugging_repair_refactoring
3,151
false
2026-07-17
#region Copyright (c) 2012 SmartVault, Inc. // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify...
repl-richard-huska/freshbooks-api
src/Freshbooks.Test/StaffTest.cs
https://github.com/repl-richard-huska/freshbooks-api/blob/HEAD/src/Freshbooks.Test/StaffTest.cs
ghcode:00169:bde6c400f575
mit
codeparrot/github-code
bde6c400f575589c5bc62c1d3b68a1b49f9ff19157da3b2a846a08f604c3942e
0.7
testing_debugging_repair_refactoring
583
false
2026-07-17
namespace Test { using System; using System.Collections.Generic; using System.Configuration; using Microsoft.Azure.Documents; using Microsoft.Azure.Documents.Client; using Microsoft.Azure.Documents.Spatial; using Spatial; internal sealed class Program { //Read the DocumentD...
Azure/azure-documentdb-net
samples/Spatial/NearestNeighbor/Test/Program.cs
https://github.com/Azure/azure-documentdb-net/blob/HEAD/samples/Spatial/NearestNeighbor/Test/Program.cs
ghcode:00169:6ae8dd98cca7
mit
codeparrot/github-code
6ae8dd98cca7c011460b0e9164f5895d65cb29183d908d79336e27afc66f5512
0.95
testing_debugging_repair_refactoring
351
false
2026-07-17
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Reflection; using Microsoft.Azure.WebJobs.Host.Conve...
brendankowitz/azure-webjobs-sdk
src/Microsoft.Azure.WebJobs.Host/Tables/TableEntityToPocoConverter.cs
https://github.com/brendankowitz/azure-webjobs-sdk/blob/HEAD/src/Microsoft.Azure.WebJobs.Host/Tables/TableEntityToPocoConverter.cs
ghcode:00169:c3b643f3c92e
mit
codeparrot/github-code
c3b643f3c92e0d9054220e5c6cf64ff85f9269d0a3302ddd334adbec981faf26
0.75
testing_debugging_repair_refactoring
1,301
false
2026-07-17
using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; using OmniSharp.Models; using Xunit; namespace OmniSharp.Tests { public class LinePositionSpanTextChangeFacts { [Fact] public async Task ExtendsTextChangeAtStart() { var workspace = TestHelpe...
sriramgd/omnisharp-roslyn
tests/OmniSharp.Tests/LinePositionSpanTextChangeFacts.cs
https://github.com/sriramgd/omnisharp-roslyn/blob/HEAD/tests/OmniSharp.Tests/LinePositionSpanTextChangeFacts.cs
ghcode:00169:c3141411be9e
mit
codeparrot/github-code
c3141411be9e3c6408452bd839cb14af9a7d0743bfb3f662a761dc5abfe11607
0.75
testing_debugging_repair_refactoring
370
false
2026-07-17
// **************************************************************** // Copyright 2012, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using NUnit.Fram...
prepare/LiteDB
NUnit-2.6.0.12051/src/NUnitCore/tests/RuntimeFrameworkTests.cs
https://github.com/prepare/LiteDB/blob/HEAD/NUnit-2.6.0.12051/src/NUnitCore/tests/RuntimeFrameworkTests.cs
ghcode:00169:f4db5aaa06c5
mit
codeparrot/github-code
f4db5aaa06c53f41ef0fc90fb0e9e8c03ec974f93dd4735dc4bb0b0ad8625163
0.95
testing_debugging_repair_refactoring
2,684
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; ...
physhi/roslyn
src/Compilers/CSharp/Portable/Binder/UsingStatementBinder.cs
https://github.com/physhi/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/UsingStatementBinder.cs
ghcode:00169:cdb50ea84b80
apache-2.0
codeparrot/github-code
cdb50ea84b807f9bc3fb5c83361c67668e0d8629de2eba6e17e6a079e6775841
0.85
testing_debugging_repair_refactoring
2,560
false
2026-07-17
using System.Linq; using Glimpse.AspNet.AlternateType; using Glimpse.Core.Extensibility; using Glimpse.Test.Common; using Xunit; using Xunit.Extensions; namespace Glimpse.Test.AspNet.AlternateType { public class RouteBaseShould { [Theory, AutoMock] public void ReturnOneMethod(IProxyFactory pro...
sorenhl/Glimpse
source/Glimpse.Test.AspNet/AlternateType/RouteBaseShould.cs
https://github.com/sorenhl/Glimpse/blob/HEAD/source/Glimpse.Test.AspNet/AlternateType/RouteBaseShould.cs
ghcode:00169:a63a1a19c6f6
apache-2.0
codeparrot/github-code
a63a1a19c6f6ac4da03458170f541d2dcc3ce44e9c7a03f3d85eb349b5002406
0.75
testing_debugging_repair_refactoring
135
false
2026-07-17
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
antony-liu/npoi
testcases/main/HSSF/Record/Common/TestUnicodeString.cs
https://github.com/antony-liu/npoi/blob/HEAD/testcases/main/HSSF/Record/Common/TestUnicodeString.cs
ghcode:00169:32a85f154d32
apache-2.0
codeparrot/github-code
32a85f154d329f622d71be9a5f36f36edeeebb6104db9f26eb2d27b11ed99c52
0.85
testing_debugging_repair_refactoring
3,073
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; using System.Diagnostics; using Microsoft.VisualStudio.Debugger.Clr; using Microsoft.VisualStudio.Debugger...
ValentinRueda/roslyn
src/ExpressionEvaluator/Core/Source/ResultProvider/Formatter.cs
https://github.com/ValentinRueda/roslyn/blob/HEAD/src/ExpressionEvaluator/Core/Source/ResultProvider/Formatter.cs
ghcode:00169:3325d051027b
apache-2.0
codeparrot/github-code
3325d051027bfcc812b7bec7eb7ef5db5d5aadc09caa287d149bdec1f9610917
0.85
testing_debugging_repair_refactoring
1,225
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // namespace Fabric.Tests { using Microsoft.AzureStack.Management.Fabric.Admin; using Microsoft.AzureStack.Management.Fabric.Admin.Models; using X...
shahabhijeet/azure-sdk-for-net
src/AzureStack/Admin/FabricAdmin/Fabric.Admin.Tests/src/EdgeGatewayPoolTests.cs
https://github.com/shahabhijeet/azure-sdk-for-net/blob/HEAD/src/AzureStack/Admin/FabricAdmin/Fabric.Admin.Tests/src/EdgeGatewayPoolTests.cs
ghcode:00169:b8078f0324a9
mit
codeparrot/github-code
b8078f0324a9f2cf9ae4d03fb0a2e15804360aa91a74e1f4e6d31a771cfec5fb
0.95
testing_debugging_repair_refactoring
624
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Tests; using Xu...
ptoonen/corefx
src/System.Runtime/tests/System/Text/StringBuilderTests.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/System.Runtime/tests/System/Text/StringBuilderTests.cs
ghcode:00169:03df86a36bf7
mit
codeparrot/github-code
03df86a36bf74cb314d2fab6585d4a0656392fd31cc37dbcf9a46ec827633670
0.82
testing_debugging_repair_refactoring
19,708
false
2026-07-17
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 License // // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing,...
np83/nodejstools
Nodejs/Tests/Utilities.Nodejs/MockClassificationTypeRegistryService.cs
https://github.com/np83/nodejstools/blob/HEAD/Nodejs/Tests/Utilities.Nodejs/MockClassificationTypeRegistryService.cs
ghcode:00169:b156db711c7c
apache-2.0
codeparrot/github-code
b156db711c7c4c9c19819b508fe40a75bbb1c9b4ea588a8f25ac937a2e3e6708
0.95
testing_debugging_repair_refactoring
470
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Xunit; namespace System.Security.Cryptography.Encryption.Tests.Asymmetric { public sta...
shimingsg/corefx
src/System.Security.Cryptography.Primitives/tests/AsymmetricAlgorithm/Trivial.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Security.Cryptography.Primitives/tests/AsymmetricAlgorithm/Trivial.cs
ghcode:00169:e292a6dc65c4
mit
codeparrot/github-code
e292a6dc65c4aabf5ac889a91cb77e16eccfdbcf3e0a51c846017a94247e32e8
0.95
testing_debugging_repair_refactoring
824
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; namespace System.Linq { public static partial clas...
iamjasonp/corefx
src/System.Linq/src/System/Linq/Union.cs
https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Linq/src/System/Linq/Union.cs
ghcode:00169:097d0ba81cdc
mit
codeparrot/github-code
097d0ba81cdccb6880cc29702e287aafce0c6b7550b995a4513d3a5f444229a4
0.95
testing_debugging_repair_refactoring
1,545
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.Cci { /// <summary> /// Represents a...
AlekseyTs/roslyn
src/Compilers/Core/Portable/PEWriter/AssemblyReferenceAlias.cs
https://github.com/AlekseyTs/roslyn/blob/HEAD/src/Compilers/Core/Portable/PEWriter/AssemblyReferenceAlias.cs
ghcode:00169:45226393426c
mit
codeparrot/github-code
45226393426cf3da62e49a19c40191774ace3bc62605e23ab0618f42a4cd9ebe
0.85
testing_debugging_repair_refactoring
200
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
irudyak/ignite
modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReflectiveActions.cs
https://github.com/irudyak/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReflectiveActions.cs
ghcode:00169:4842251ad582
apache-2.0
codeparrot/github-code
4842251ad582b6ea3d7df68cae66f9118b58d9d0f1a667970cb7052ade8a6030
0.85
testing_debugging_repair_refactoring
8,156
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections; using System.Collections.Generic; using System.Linq; using Xunit; using CoreXml.Test.XLinq; namespace System.Xml.Linq.Tests { public stat...
shiftkey-tester/corefx
src/System.Xml.XDocument/tests/axes/AxisOrderValidation.cs
https://github.com/shiftkey-tester/corefx/blob/HEAD/src/System.Xml.XDocument/tests/axes/AxisOrderValidation.cs
ghcode:00169:2235b2f9e45d
mit
codeparrot/github-code
2235b2f9e45db69b97cb330a39d3d1ea33e95c81d77b94eca80ce58dd7d1f745
0.85
testing_debugging_repair_refactoring
2,749
false
2026-07-17
using System; using System.Configuration; using System.Data.SqlServerCe; using System.IO; using System.Text.RegularExpressions; using Moq; using NUnit.Framework; using SQLCE4Umbraco; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using Umbraco.Core.ObjectResolution; using Umbraco.Core.Persist...
Nicholas-Westby/Umbraco-CMS
src/Umbraco.Tests/Migrations/Upgrades/ValidateOlderSchemaTest.cs
https://github.com/Nicholas-Westby/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Migrations/Upgrades/ValidateOlderSchemaTest.cs
ghcode:00169:834957e51433
mit
codeparrot/github-code
834957e51433027b1b4fc0df3243aa9b19dac8801444436718a0a241fafe61de
0.85
testing_debugging_repair_refactoring
736
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; namespace System.Globalization.Tests { public class DateTimeForm...
shimingsg/corefx
src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoShortDatePattern.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoShortDatePattern.cs
ghcode:00169:577a92f87055
mit
codeparrot/github-code
577a92f870554169d91ccd0611f7044a522af11a3ec685a59eed741a8d70ce12
0.95
testing_debugging_repair_refactoring
331
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using ComplexTestSupport; using Xunit; namespace System.Numerics.Tests { public class standardNumericalFunctions_SqrtTest { private static void VerifyS...
misterzik/corefx
src/System.Runtime.Numerics/tests/Complex/standardNumericalFunctions_Sqrt.cs
https://github.com/misterzik/corefx/blob/HEAD/src/System.Runtime.Numerics/tests/Complex/standardNumericalFunctions_Sqrt.cs
ghcode:00169:887d074388ed
mit
codeparrot/github-code
887d074388ed8ad05b4d0c120078075212da4cb435fbd0b5a5fd5c54937b50fc
0.95
testing_debugging_repair_refactoring
845
false
2026-07-17