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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
// ***********************************************************************
// Copyright (c) 2007 Charlie Poole
//
// 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, inclu... | undeadlabs/msgpack-cli | test/NUnitLite/src/framework/Constraints/CollectionSubsetConstraint.cs | https://github.com/undeadlabs/msgpack-cli/blob/HEAD/test/NUnitLite/src/framework/Constraints/CollectionSubsetConstraint.cs | ghcode:00168:4a5ab69e6e64 | apache-2.0 | codeparrot/github-code | 4a5ab69e6e645550c44d181c976020e170e76da94d18668d49ecda123c089d10 | 0.95 | testing_debugging_repair_refactoring | 517 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2007 Charlie Poole
//
// 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, inclu... | elbaloo/nunit | src/NUnitFramework/framework/Constraints/EmptyConstraint.cs | https://github.com/elbaloo/nunit/blob/HEAD/src/NUnitFramework/framework/Constraints/EmptyConstraint.cs | ghcode:00168:5aa1b3931776 | mit | codeparrot/github-code | 5aa1b393177645b2a76edc44a876c87c9e12b7e5c13b9d97dff12c0b5c9bc1f0 | 0.85 | testing_debugging_repair_refactoring | 552 | false | 2026-07-17 |
using FluentNHibernate.MappingModel;
using FluentNHibernate.MappingModel.Collections;
using FluentNHibernate.MappingModel.Output;
using FluentNHibernate.Testing.Testing;
using NUnit.Framework;
namespace FluentNHibernate.Testing.MappingModel.Output
{
[TestFixture]
public class XmlMapWriterTester
{... | HermanSchoenfeld/fluent-nhibernate | src/FluentNHibernate.Testing/MappingModel/Output/XmlMapWriterTester.cs | https://github.com/HermanSchoenfeld/fluent-nhibernate/blob/HEAD/src/FluentNHibernate.Testing/MappingModel/Output/XmlMapWriterTester.cs | ghcode:00168:9904bc52a86a | bsd-3-clause | codeparrot/github-code | 9904bc52a86a85bb60048b49f974ae863f86e361fe3a5e103a0b9d02d0235d82 | 0.75 | testing_debugging_repair_refactoring | 1,331 | 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;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection.Metadata;
using Sy... | zenos-os/zenos | vendor/corert/src/ILCompiler.Compiler/src/Compiler/UserDefinedTypeDescriptor.cs | https://github.com/zenos-os/zenos/blob/HEAD/vendor/corert/src/ILCompiler.Compiler/src/Compiler/UserDefinedTypeDescriptor.cs | ghcode:00168:b4b03e1ed38f | mit | codeparrot/github-code | b4b03e1ed38f9e8e6ba072001b1d55c9c70ef07c73caa4cdf24f98e9810c2e28 | 0.95 | testing_debugging_repair_refactoring | 5,107 | false | 2026-07-17 |
//------------------------------------------------------------------------------
// <copyright file="XPathDocument.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <owner current="true" primary="true">[....]</owner>
//-----------------------------------------... | sekcheong/referencesource | System.Xml/System/Xml/XPath/XPathDocument.cs | https://github.com/sekcheong/referencesource/blob/HEAD/System.Xml/System/Xml/XPath/XPathDocument.cs | ghcode:00168:2a14fdb21410 | mit | codeparrot/github-code | 2a14fdb214104585fee7408c0a35781cf19e8569b263babaf29ed8a5f75d99fd | 0.7 | testing_debugging_repair_refactoring | 3,118 | 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.IO;
using System.Reflection;
using Xunit;
... | ptoonen/corefx | src/System.Runtime/tests/System/Type/TypeTests.cs | https://github.com/ptoonen/corefx/blob/HEAD/src/System.Runtime/tests/System/Type/TypeTests.cs | ghcode:00168:40830963d45a | mit | codeparrot/github-code | 40830963d45a49972647272b587310cfb0197820582342792f6d2e7033c1c51e | 0.95 | testing_debugging_repair_refactoring | 4,097 | 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.Tracing;
using System.Text;
using Xunit.Abstractions;
namespace System.Net.Test.Common
{
... | alphonsekurian/corefx | src/Common/tests/System/Net/TestLogging.cs | https://github.com/alphonsekurian/corefx/blob/HEAD/src/Common/tests/System/Net/TestLogging.cs | ghcode:00168:92ea808a69c9 | mit | codeparrot/github-code | 92ea808a69c9a939b4933561dd87c89fcd7a52a59dcf55ed4e3906bca09726ab | 0.95 | testing_debugging_repair_refactoring | 167 | 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 System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.Intrins... | poizan42/coreclr | src/System.Private.CoreLib/shared/System/Text/ASCIIUtility.cs | https://github.com/poizan42/coreclr/blob/HEAD/src/System.Private.CoreLib/shared/System/Text/ASCIIUtility.cs | ghcode:00168:2257f25e5436 | mit | codeparrot/github-code | 2257f25e5436824e2d852b7bfcf577093f5e8c8b69b3feb5b22cf0891bc9dbc3 | 0.72 | testing_debugging_repair_refactoring | 16,886 | 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.
namespace System.Net.Test.Common
{
public static partial class Configuration
{
#pragma warning disab... | nbarbettini/corefx | src/Common/tests/System/Net/Configuration.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/Common/tests/System/Net/Configuration.cs | ghcode:00168:381a3cfee8ba | mit | codeparrot/github-code | 381a3cfee8ba62f6608d5da3d81152bf7b73f49601ceba70af908687bcfab529 | 0.95 | testing_debugging_repair_refactoring | 205 | 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 Test.Cryptography;
namespace System.Security.Cryptography.Hashing.Algorithms.Tests
{
public abstract clas... | iamjasonp/corefx | src/System.Security.Cryptography.Algorithms/tests/Rfc2202HmacTests.cs | https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Security.Cryptography.Algorithms/tests/Rfc2202HmacTests.cs | ghcode:00168:decdf657fdc8 | mit | codeparrot/github-code | decdf657fdc8ab2d99bbcd130df3d173f621bc91e0f821421df1309130596375 | 0.95 | testing_debugging_repair_refactoring | 311 | 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 Xunit;
using System;
using System.Collections;
using System.Threading;
using System.Threading.Tasks;
/// <summary>
/// the hashtable has a race:
/// A read o... | FiveTimesTheFun/corefx | src/System.Collections.NonGeneric/tests/Hashtable/PropertyItemThreadSafety.cs | https://github.com/FiveTimesTheFun/corefx/blob/HEAD/src/System.Collections.NonGeneric/tests/Hashtable/PropertyItemThreadSafety.cs | ghcode:00168:210af266233c | mit | codeparrot/github-code | 210af266233cce691676804b3036106d80619949d2077d5d4ecb4d53a859978a | 0.95 | testing_debugging_repair_refactoring | 867 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading;
using AGO.Core.Controllers;
using AGO.Core.Model.Dictionary;
using AGO.Core.Model.Dictionary.Projects;
using AGO.Core.Model.Security;
using AGO.Core.Security;
using NUnit.Framework;
namespace AGO.Cor... | olegsmetanin/apinet-server | AGO.Core.Tests/Security/DictionaryControllerSecurityTests.cs | https://github.com/olegsmetanin/apinet-server/blob/HEAD/AGO.Core.Tests/Security/DictionaryControllerSecurityTests.cs | ghcode:00168:eca25873cc43 | mit | codeparrot/github-code | eca25873cc433a5e416e345e8b830eb393328fb00a781bc4099e2f2f08738f78 | 0.85 | testing_debugging_repair_refactoring | 1,947 | false | 2026-07-17 |
//
// SqlClientPermissionAttributeTest.cs -
// NUnit Test Cases for SqlClientPermissionAttribute
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of thi... | jjenki11/blaze-chem-rendering | qca_designer/lib/ml-pnet-0.8.1/mcs-sources/class/System.Data/Test/System.Data.SqlClient/SqlClientPermissionAttributeTest.cs | https://github.com/jjenki11/blaze-chem-rendering/blob/HEAD/qca_designer/lib/ml-pnet-0.8.1/mcs-sources/class/System.Data/Test/System.Data.SqlClient/SqlClientPermissionAttributeTest.cs | ghcode:00168:44c057f0f498 | mit | codeparrot/github-code | 44c057f0f4982ffe7a0e5babf42e3dd3f2c11ba4e66fc1fc8864fda50da529b2 | 0.95 | testing_debugging_repair_refactoring | 1,767 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
namespace KaoriStudio.Tests.Collections.Generic
{
/// <summary>
/// Unit tests for the System.Collections.Generic.IDictionary interface
/// </summary>
/// <typeparam name="TKey... | AkariAkaori/KaoriStudio | KaoriStudio.Tests/Collections/Generic/IDictionaryTest.cs | https://github.com/AkariAkaori/KaoriStudio/blob/HEAD/KaoriStudio.Tests/Collections/Generic/IDictionaryTest.cs | ghcode:00168:01f4197ba8e5 | mit | codeparrot/github-code | 01f4197ba8e505e354b593a83187e1d0966e224282950ac381e7d269226fccd4 | 0.7 | testing_debugging_repair_refactoring | 3,381 | false | 2026-07-17 |
using Cake.Testing;
using Shouldly;
using Xunit;
namespace Cake.Gulp.Tests {
public class GulpLocalRunnerTests {
private readonly GulpLocalRunnerFixture _fixture;
private readonly string _gulpFile;
public GulpLocalRunnerTests()
{
this._fixture = new GulpLocalRunnerFixture();
this._gulpFile = ... | Philo/cake-gulp | src/Cake.Gulp.Tests/GulpLocalRunnerTests.cs | https://github.com/Philo/cake-gulp/blob/HEAD/src/Cake.Gulp.Tests/GulpLocalRunnerTests.cs | ghcode:00168:31911fc46a1c | mit | codeparrot/github-code | 31911fc46a1c618869101b91f8d88ef23b01d2721e268a6e65f4153e41c4bbf2 | 0.75 | testing_debugging_repair_refactoring | 378 | false | 2026-07-17 |
using NUnit.Framework;
using System.IO;
using System.Text;
namespace ManyConsole.Tests
{
public class Can_verify_number_of_arguments_passed_to_command
{
[Test]
public void Expecting5CalledWith0()
{
var output = run_command_with_parameters(new[] { "command" });
... | fschwiet/ManyConsole | ManyConsole.Tests/Can_verify_number_of_arguments_passed_to_command.cs | https://github.com/fschwiet/ManyConsole/blob/HEAD/ManyConsole.Tests/Can_verify_number_of_arguments_passed_to_command.cs | ghcode:00168:80bf75ba0e91 | mit | codeparrot/github-code | 80bf75ba0e91bb51da405797b0c68f2091fd38f7fda5e13a8aac06b0f0823915 | 0.6 | testing_debugging_repair_refactoring | 385 | false | 2026-07-17 |
using Ploeh.Albedo;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using Xunit;
using Xunit.Extensions;
namespace Ploeh.Albedo.Refraction.UnitTests
{
public class PropertyInfoElementRefractionTests
{
[Fact]
public void SutIsReflec... | modulexcite/Albedo | Src/Albedo.UnitTests/Refraction/PropertyInfoElementRefractionTests.cs | https://github.com/modulexcite/Albedo/blob/HEAD/Src/Albedo.UnitTests/Refraction/PropertyInfoElementRefractionTests.cs | ghcode:00168:44ac7e6e0520 | mit | codeparrot/github-code | 44ac7e6e0520d668e4bb04b7275470371c4e4f39454f78337346f1a21079a29b | 0.75 | testing_debugging_repair_refactoring | 396 | 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;
using Xunit;
namespace System.Linq.Expressions.Tests
{
public static class LiftedNullableTests
{
#region Test methods
[Fact]
... | mellinoe/corefx | src/System.Linq.Expressions/tests/Lifted/LiftedNullableTests.cs | https://github.com/mellinoe/corefx/blob/HEAD/src/System.Linq.Expressions/tests/Lifted/LiftedNullableTests.cs | ghcode:00168:d24ef5b41f8c | mit | codeparrot/github-code | d24ef5b41f8cf92d458e53035d23eeffbd8e814b369fef7cc5f0a14d2e50c3b6 | 0.85 | testing_debugging_repair_refactoring | 1,824 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using NSimulate.Instruction;
namespace NSimulate.UnitTest
{
[TestFixture()]
public class DeactivateInstructionFixture
{
[Test()]
public void Complete_ContextPassed_ProcessDeActivated()
{
using (var context = new SimulationContext(isDefaultContextForProcess:true)){
... | PhillP/NSimulate | src/NSimulate.UnitTest/Instruction/DeactivateInstructionFixture.cs | https://github.com/PhillP/NSimulate/blob/HEAD/src/NSimulate.UnitTest/Instruction/DeactivateInstructionFixture.cs | ghcode:00168:96c89b487da6 | mit | codeparrot/github-code | 96c89b487da668f082860ad3c5e150a21ee69193144d1fbe4be7910dd47117c2 | 0.75 | testing_debugging_repair_refactoring | 174 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Wexflow.Tests
{
[TestClass]
public class Twilio
{
[TestInitialize]
public void TestInitialize()
{
}
[TestCleanup]
public void TestCleanup()
{
}
[TestMethod]
publi... | aelassas/Wexflow | src/tests/net/Wexflow.Tests/Twilio.cs | https://github.com/aelassas/Wexflow/blob/HEAD/src/tests/net/Wexflow.Tests/Twilio.cs | ghcode:00168:c7b908b19f8c | mit | codeparrot/github-code | c7b908b19f8cf4cec57f304b7c25a0266a934794c298c02322d2b4107ab03782 | 0.85 | testing_debugging_repair_refactoring | 86 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Radical.ComponentModel.ChangeTracking;
using SharpTestsEx;
namespace Radical.Tests
{
[TestClass()]
public class CommittedEventArgsTests
{
[TestMethod]
public void committedEventArgs_ctor_normal_should_set_values()
{
... | RadicalFx/radical | src/Radical.Tests/CommittedEventArgsTests.cs | https://github.com/RadicalFx/radical/blob/HEAD/src/Radical.Tests/CommittedEventArgsTests.cs | ghcode:00168:a880c57189fa | mit | codeparrot/github-code | a880c57189fa1d370d24e9fb72676c80739f1cd8ca651c0534e2b76435c5f433 | 0.75 | testing_debugging_repair_refactoring | 89 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="ReserveTest.cs" company="ShareKnowledge">
// Copyright (c) ShareKnowledge. All rights reserved.
// </copyright>
// <author>Alejandro Perdomo</author>
//---------------------------------------------------------------------... | Kathooloo/DesignPatternForTesters | csharp/Testing.IoC/Testing.IoC/ReserveTest.cs | https://github.com/Kathooloo/DesignPatternForTesters/blob/HEAD/csharp/Testing.IoC/Testing.IoC/ReserveTest.cs | ghcode:00168:ec7198adc95c | mit | codeparrot/github-code | ec7198adc95cc85ab87a794ed563006816a3ddc4adaf2a0714d4b05ef8f90815 | 0.7 | testing_debugging_repair_refactoring | 406 | false | 2026-07-17 |
using System.Threading.Tasks;
using Xunit;
namespace CheetahTesting.Tests.Lambda
{
public class LambdaTest
{
[Fact]
public async Task Test1()
{
await CTest<TestContext>
.GivenAsync(g => Task.FromResult(g.Context.FirstValue = 1))
.And(g => g.Co... | simonjduff/CheetahTesting | src/CheetahTesting.Tests/Lambda/LambdaTest.cs | https://github.com/simonjduff/CheetahTesting/blob/HEAD/src/CheetahTesting.Tests/Lambda/LambdaTest.cs | ghcode:00168:45afb970f6bf | mit | codeparrot/github-code | 45afb970f6bf6b3e74d56dd9e9cf90f02a4309099fabcec4801d72ceee1c7bb3 | 0.6 | testing_debugging_repair_refactoring | 146 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Prism.Events;
using Prism.Modularity;
using Songhay.Extensions;
using System.Linq;
namespace Songhay.StudioFloor.Desktop.Tests
{
[TestClass]
public class ClientBootstrapperTest
{
[TestInitialize]
public void InitializeTest()
... | BryanWilhite/Songhay.StudioFloor | Songhay.StudioFloor.Desktop.Tests/ClientBootstrapperTest.cs | https://github.com/BryanWilhite/Songhay.StudioFloor/blob/HEAD/Songhay.StudioFloor.Desktop.Tests/ClientBootstrapperTest.cs | ghcode:00168:dc4c14e1d81e | mit | codeparrot/github-code | dc4c14e1d81ef5fe2f6f071fec505a3513a2fed4bdbe85a76c79ad07e5a546e9 | 0.7 | testing_debugging_repair_refactoring | 287 | false | 2026-07-17 |
using Moq;
using NUnit.Framework;
using PackageManager.Core;
using PackageManager.Core.Contracts;
using PackageManager.Models.Contracts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PackageManager.Tests.CorePackageInstaller
{
[TestFi... | iliyaST/TelerikAcademy | High-Quality-Code-Unit-Testing/3-Exams/FinalExam/Skeleton/AcademyPackageManager/PackageManager.Tests/Core/PackageInstallerTests/ConstructorTests.cs | https://github.com/iliyaST/TelerikAcademy/blob/HEAD/High-Quality-Code-Unit-Testing/3-Exams/FinalExam/Skeleton/AcademyPackageManager/PackageManager.Tests/Core/PackageInstallerTests/ConstructorTests.cs | ghcode:00168:93f412f67558 | mit | codeparrot/github-code | 93f412f67558498e1b4542fe1d70a13cb8396a9ac72d862dd84b867061e83bca | 0.75 | testing_debugging_repair_refactoring | 201 | false | 2026-07-17 |
using Sniper.Common;
using Sniper.TargetProcess.Routes;
using Xunit;
namespace Sniper.Tests.CRUD.Create.Common.Companies
{
public class CreateCompanyTests
{
[Fact]
public void CreateCompanyThrowsError()
{
var client = CommonMethods.GetClientByRoute(TargetProcessRoutes.Route.... | bluetread/sniper | Sniper.Tests/CRUD/Create/Common/Companies/CreateCompanyTests.cs | https://github.com/bluetread/sniper/blob/HEAD/Sniper.Tests/CRUD/Create/Common/Companies/CreateCompanyTests.cs | ghcode:00168:8aac51d64cc8 | mit | codeparrot/github-code | 8aac51d64cc86817c7eedb285cef00a18c4c8efe8b7120699505c29062d86b7b | 0.75 | testing_debugging_repair_refactoring | 77 | false | 2026-07-17 |
using System;
using System.IO;
using System.Security.Cryptography;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Winterdom.BizTalk.PipelineTesting;
namespace BizTalkComponents.PipelineComponents.DecryptMessage.Tests.UnitTests
{
[TestClass]
public class DecryptMessageTests
{
[TestMethod... | BizTalkComponents/DecryptMessage | Tests/UnitTests/DecryptMessageTests.cs | https://github.com/BizTalkComponents/DecryptMessage/blob/HEAD/Tests/UnitTests/DecryptMessageTests.cs | ghcode:00168:63275beff609 | mit | codeparrot/github-code | 63275beff60951027974e5631ab00700bff5cca7475c56514644755e9c011247 | 0.75 | testing_debugging_repair_refactoring | 655 | false | 2026-07-17 |
using ulogger;
using UnityEngine;
public class test1 : MonoBehaviour {
void Start () {
ulog.Stream(Tag.All, "one");
ulog.Stream(Tag.All, "Two");
ulog.Stream(Tag.All, "Three");
ulog.Stream(Tag.All, "Four");
ulog.CloseStream(Tag.All);
}
}
| vetruven/ulogger | Assets/test1.cs | https://github.com/vetruven/ulogger/blob/HEAD/Assets/test1.cs | ghcode:00168:f2e783cb7bef | mit | codeparrot/github-code | f2e783cb7befe42cab97ec36e44c4430399092880d98c5e79fbe3a0ad3bd3a4e | 0.75 | testing_debugging_repair_refactoring | 71 | 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.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Azure.Management.EventGrid;
using Microsoft.Azure.Management.EventGrid.Models;
... | Azure/azure-sdk-for-net | sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.TopicTests.CRUD.cs | https://github.com/Azure/azure-sdk-for-net/blob/HEAD/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.TopicTests.CRUD.cs | ghcode:00168:443ae01a5d28 | mit | codeparrot/github-code | 443ae01a5d28a0dd29a512aade3294823ff1c8222289503c9d639dbf45a0dc06 | 0.95 | testing_debugging_repair_refactoring | 1,937 | false | 2026-07-17 |
using NUnit.Framework;
[TestFixture]
public class Net4ClientWeavingTaskTests : BaseTaskTests
{
public Net4ClientWeavingTaskTests()
: base(@"AssemblyToProcess\AssemblyToProcessDotNet4Client.csproj")
{
}
} | 0x53A/PropertyChanged | PropertyChangedTests/Net4ClientWeavingTaskTests.cs | https://github.com/0x53A/PropertyChanged/blob/HEAD/PropertyChangedTests/Net4ClientWeavingTaskTests.cs | ghcode:00168:f72331eb5928 | mit | codeparrot/github-code | f72331eb5928d69c0df707007447413b733949935d2f51a69d7bdaa5b7ec2091 | 0.75 | testing_debugging_repair_refactoring | 55 | false | 2026-07-17 |
using ContosoUniversity.Tests;
using OpenQA.Selenium;
using OpenQA.Selenium.Chrome;
using System;
using System.IO;
using System.Reflection;
using Xunit;
namespace ContosoUniversity.Web.Tests.Views
{
public class ChromeViews : BaseIntegrationTest<Startup>
{
private readonly Uri _baseUrl;
publi... | alimon808/contoso-university | ContosoUniversity.Web.Tests/Views/ChromeViews.cs | https://github.com/alimon808/contoso-university/blob/HEAD/ContosoUniversity.Web.Tests/Views/ChromeViews.cs | ghcode:00168:b14e51bbd3c1 | mit | codeparrot/github-code | b14e51bbd3c1589b2fedc2ef89ca4d21e26dde29561f42414427ec7454849129 | 0.75 | testing_debugging_repair_refactoring | 200 | false | 2026-07-17 |
using MeetMe.Data.Contracts;
using MeetMe.Data.Models;
using MeetMe.Services.Contracts;
using Moq;
using NUnit.Framework;
namespace MeetMe.Services.Tests.ConversationServiceTests
{
[TestFixture]
public class CreateConversation_Should
{
[Test]
public void CallConversationFactory_CreateConve... | Warez-VD/MeetMe | MeetMe/MeetMe.Services.Tests/ConversationServiceTests/CreateConversation_Should.cs | https://github.com/Warez-VD/MeetMe/blob/HEAD/MeetMe/MeetMe.Services.Tests/ConversationServiceTests/CreateConversation_Should.cs | ghcode:00168:6938a853984d | mit | codeparrot/github-code | 6938a853984dcba05d9aff932c87af5ce0b2b4435a0e79252edf9a63279409e8 | 0.7 | testing_debugging_repair_refactoring | 557 | 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;
using System.Collections.Generic;
using Xunit;
namespace Nether.Analytics.DataLake.UnitTests
{
public class UsqlHelperTests
{
// Due to ... | ankodu/nether | tests/Nether.Analytics.DataLake.UnitTests/UsqlHelperTests.cs | https://github.com/ankodu/nether/blob/HEAD/tests/Nether.Analytics.DataLake.UnitTests/UsqlHelperTests.cs | ghcode:00168:ac3209eb0f6e | mit | codeparrot/github-code | ac3209eb0f6e37927bb8f4408dd9daa0745591b7d041cb9e5371d7516cd37426 | 0.85 | testing_debugging_repair_refactoring | 809 | false | 2026-07-17 |
using FlatFile.Delimited.Attributes;
namespace Noobot.Tests.Unit.Core.Storage
{
[DelimitedFile(Delimiter = ";", Quotes = "\"")]
public class StorageObject
{
[DelimitedField(1)]
public int Id { get; set; }
[DelimitedField(2)]
public string Description { get; set; }
... | SidneyAks/CapricaCoctothorpe | src/Noobot.Tests.Unit/Core/Storage/StorageObject.cs | https://github.com/SidneyAks/CapricaCoctothorpe/blob/HEAD/src/Noobot.Tests.Unit/Core/Storage/StorageObject.cs | ghcode:00168:0510cf14009b | mit | codeparrot/github-code | 0510cf14009bfee6a44a884f12531eb95fbb70492202758b80f3811129420518 | 0.75 | testing_debugging_repair_refactoring | 105 | false | 2026-07-17 |
using FluentAssertions;
using Machine.Specifications;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace RichardSzalay.Hosts.Tests
{
public class FileInfoResourceSpec
{
[Subject(typeof(FileInfoResource), "OpenWrite")]
public class W... | richardszalay/pshosts | RichardSzalay.Hosts.Tests/FileInfoResourceSpec.cs | https://github.com/richardszalay/pshosts/blob/HEAD/RichardSzalay.Hosts.Tests/FileInfoResourceSpec.cs | ghcode:00168:f9b28e34e697 | mit | codeparrot/github-code | f9b28e34e6975d05b9dc9c9d575983deba6278eea57acc95b2665ad5af2c0bb0 | 0.75 | testing_debugging_repair_refactoring | 212 | false | 2026-07-17 |
namespace ScalaSharp.Core.Tests.Language
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ScalaSharp.Core.Language;
[TestClass]
public class DynamicObjectTests
{
[Te... | ajlopez/ScalaSharp | Src/ScalaSharp.Core.Tests/Language/DynamicObjectTests.cs | https://github.com/ajlopez/ScalaSharp/blob/HEAD/Src/ScalaSharp.Core.Tests/Language/DynamicObjectTests.cs | ghcode:00168:498951e7bfa0 | mit | codeparrot/github-code | 498951e7bfa022aed24250ebede5953e72754ed99b2548ca9439994e2600ecb2 | 0.75 | testing_debugging_repair_refactoring | 102 | false | 2026-07-17 |
using FakeItEasy;
using NUnit.Framework;
using SevenDigital.Api.Wrapper.EndpointResolution.OAuth;
using SevenDigital.Api.Wrapper.EndpointResolution.RequestHandlers;
using SevenDigital.Api.Wrapper.Http;
namespace SevenDigital.Api.Wrapper.Unit.Tests.EndpointResolution.RequestHandlers
{
[TestFixture]
public class GetR... | mattgray/SevenDigital.Api.Wrapper | src/SevenDigital.Api.Wrapper.Unit.Tests/EndpointResolution/RequestHandlers/GetRequestHandlerTests.cs | https://github.com/mattgray/SevenDigital.Api.Wrapper/blob/HEAD/src/SevenDigital.Api.Wrapper.Unit.Tests/EndpointResolution/RequestHandlers/GetRequestHandlerTests.cs | ghcode:00168:adf1e7436c5a | mit | codeparrot/github-code | adf1e7436c5a1efa7d1083f43e60a3f01fd1ad43f06203d97fdf44fa066de724 | 0.75 | testing_debugging_repair_refactoring | 813 | false | 2026-07-17 |
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt
namespace NUnit.Framework.Internal
{
using System;
using System.Runtime.Serialization;
/// <summary>
/// TestCaseTimeoutException is thrown when a test running directly
/// on a TestWorker thread is cancelle... | nunit/nunit | src/NUnitFramework/framework/Internal/TestCaseTimeoutException.cs | https://github.com/nunit/nunit/blob/HEAD/src/NUnitFramework/framework/Internal/TestCaseTimeoutException.cs | ghcode:00168:33869aac4038 | mit | codeparrot/github-code | 33869aac4038012d45ecf18029cd40f957faaa0845b72d412f9b7ba04e0865e9 | 0.85 | testing_debugging_repair_refactoring | 296 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Net;
using HealthMonitoring.AcceptanceTests.Helpers;
using HealthMonitoring.AcceptanceTests.Helpers.Selenium;
using LightBDD;
using Newtonsoft.Json;
using OpenQA.Selenium;
using RestSharp;
using Xunit;
using Xunit.Abstractions;
namespace HealthMonitoring.AcceptanceTests.S... | andronz/HealthMonitoring | HealthMonitoring.AcceptanceTests/Scenarios/Selenium/Swagger_page.Steps.cs | https://github.com/andronz/HealthMonitoring/blob/HEAD/HealthMonitoring.AcceptanceTests/Scenarios/Selenium/Swagger_page.Steps.cs | ghcode:00168:e6289d1e084b | mit | codeparrot/github-code | e6289d1e084b357ded94b3a8e79f25828689665b95a4df5ba61ceca3fc3217c5 | 0.7 | testing_debugging_repair_refactoring | 1,080 | false | 2026-07-17 |
using System.Text.RegularExpressions;
using NUnit.Framework;
using rm.Validator;
namespace rm.ValidatorTest
{
[TestFixture]
public class RegexsTest
{
[Test]
[TestCase("a", Regexs.LowerCase)]
[TestCase("aAbB", Regexs.LowerCase)]
[TestCase("Aa", Regexs.UpperCase)]
[Te... | rmandvikar/PasswordValidator | rm.ValidatorTest/RegexsTest.cs | https://github.com/rmandvikar/PasswordValidator/blob/HEAD/rm.ValidatorTest/RegexsTest.cs | ghcode:00168:33dfffef7f03 | mit | codeparrot/github-code | 33dfffef7f038f11ceb679283eed5b46875d63c442fe204674e25364e125d978 | 0.6 | testing_debugging_repair_refactoring | 1,139 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Sourcerer.DomainConcepts.Facts;
using Sourcerer.Persistence.Disk;
using Sourcerer.Persistence.Memory;
namespace Sourcerer.UnitTests.SchemaUpgrades
{
internal class TestHarnessMemoryFactStore : MemoryFactStore
{
private readonly Cu... | uglybugger/Sourcerer | src/Sourcerer.UnitTests/SchemaUpgrades/TestHarnessMemoryFactStore.cs | https://github.com/uglybugger/Sourcerer/blob/HEAD/src/Sourcerer.UnitTests/SchemaUpgrades/TestHarnessMemoryFactStore.cs | ghcode:00168:6e39a8411e61 | mit | codeparrot/github-code | 6e39a8411e611f8efcb677216e4480bc22527e1723b2d9d448d81013dea12b7d | 0.75 | testing_debugging_repair_refactoring | 204 | false | 2026-07-17 |
namespace PackageManager.Tests.Models.PackageTest
{
using Enums;
using Moq;
using NUnit.Framework;
using PackageManager.Models;
using PackageManager.Models.Contracts;
using System;
[TestFixture]
public class EqualTest
{
[Test]
public void Equal_ShouldNotThr... | LambrianaYanakieva/TelerikAcademy | C#/04.Unit-Testing/Exams/Academy-Package-Manager/PackageManager.Tests/Models/PackageTest/EqualTest.cs | https://github.com/LambrianaYanakieva/TelerikAcademy/blob/HEAD/C#/04.Unit-Testing/Exams/Academy-Package-Manager/PackageManager.Tests/Models/PackageTest/EqualTest.cs | ghcode:00168:70c6c63ef964 | mit | codeparrot/github-code | 70c6c63ef9648f2bbc2b5b5703e556e3f88b88792f20eae429f9c01f760097bd | 0.6 | testing_debugging_repair_refactoring | 719 | false | 2026-07-17 |
using NSubstitute;
using NUnit.Framework;
using OfficeOpenXml;
using SqlServerReportRunner;
using SqlServerReportRunner.Reporting.Formatters;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Test.SqlServerReportRu... | mrsalmon1976/SqlServerReportRunner | source/Test.SqlServerReportRunner/Reporting/Formatters/ExcelRangeFormatterTest.cs | https://github.com/mrsalmon1976/SqlServerReportRunner/blob/HEAD/source/Test.SqlServerReportRunner/Reporting/Formatters/ExcelRangeFormatterTest.cs | ghcode:00168:5f61c3f40c19 | mit | codeparrot/github-code | 5f61c3f40c1948524b4890cee0c6a885ba0d21184826fef255d24d49aa11ae43 | 0.7 | testing_debugging_repair_refactoring | 696 | 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.
using Billing.Tests.Helpers;
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
using System.Net;
using Xunit;
using Microsoft.Azure.Management.Billing;
usi... | hyonholee/azure-sdk-for-net | sdk/billing/Microsoft.Azure.Management.Billing/tests/ScenarioTests/AvailableBalancesOperationsTest.cs | https://github.com/hyonholee/azure-sdk-for-net/blob/HEAD/sdk/billing/Microsoft.Azure.Management.Billing/tests/ScenarioTests/AvailableBalancesOperationsTest.cs | ghcode:00168:e28a0c91077a | mit | codeparrot/github-code | e28a0c91077a20d8b193654b3e1d5b672d1565bf0026f1845374a57e2733b5fc | 0.95 | testing_debugging_repair_refactoring | 402 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using AM.Runtime;
using AM.Text;
using JetBrains.Annotations;
using ManagedIrbis;
using ManagedIrbis.Client;
using ManagedIrbis.Pft;
using ManagedIrbis.Pft.Infrastructure;
using Microsoft.VisualStudio.TestTools.UnitTesting;
... | amironov73/ManagedIrbis | Source/UnitTests/ManagedIrbis/Pft/Infrastructure/PftTokenListTest.cs | https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/ManagedIrbis/Pft/Infrastructure/PftTokenListTest.cs | ghcode:00168:a832a5166aea | mit | codeparrot/github-code | a832a5166aeaa5773187eadd76e18df6d43935d928e89da58e80bb7264412a9b | 0.75 | testing_debugging_repair_refactoring | 3,038 | false | 2026-07-17 |
using HeptaSoft.Common.Helpers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace HeptaSoft.CommonTests.Helpers
{
public class SingleLevelPrimitives
{
public Guid Id { get; set; }
public bool Boolean = true;
public string StringVal = "One name";
... | HeptaSoft/Common | HeptaSoft.CommonTests/Helpers/CloneHelperTests.cs | https://github.com/HeptaSoft/Common/blob/HEAD/HeptaSoft.CommonTests/Helpers/CloneHelperTests.cs | ghcode:00168:6358398ef0b8 | mit | codeparrot/github-code | 6358398ef0b8ffeb1bb14e4012ef0667a31017ec358a54aa62f32d6d13e16fd5 | 0.75 | testing_debugging_repair_refactoring | 945 | false | 2026-07-17 |
using System;
using Eleven41.Helpers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests
{
[TestClass]
public class DateTimeHelperTests
{
[TestMethod]
public void GetISO8601String_from_utc()
{
// Setup
DateTime source = new DateTime(2015, 06, 11, 2, 0, 0, DateTimeKind.Utc);
... | eleven41/Eleven41.Helpers | UnitTests/DateTimeHelperTests.cs | https://github.com/eleven41/Eleven41.Helpers/blob/HEAD/UnitTests/DateTimeHelperTests.cs | ghcode:00168:599ff92ddc36 | mit | codeparrot/github-code | 599ff92ddc369c0091b504b0779f0c1c45639c857fdba8a04d6ce49ccc586ec3 | 0.85 | testing_debugging_repair_refactoring | 641 | false | 2026-07-17 |
#region Licence
/* The MIT License (MIT)
Copyright © 2015 Ian Cooper <ian_hammond_cooper@yahoo.co.uk>
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 limitat... | dstockhammer/Brighter | tests/Paramore.Brighter.Tests/CommandProcessors/When_Cancelling_An_Async_Command.cs | https://github.com/dstockhammer/Brighter/blob/HEAD/tests/Paramore.Brighter.Tests/CommandProcessors/When_Cancelling_An_Async_Command.cs | ghcode:00168:1ba5cd0bffb1 | mit | codeparrot/github-code | 1ba5cd0bffb16b438b8c47b9cec4daec6cce9c9472e62dd220f32649cc6cefb3 | 0.7 | testing_debugging_repair_refactoring | 575 | false | 2026-07-17 |
using Shouldly;
using Xunit;
namespace Valit.Tests.String
{
public class String_Required_Tests
{
[Fact]
public void String_Required_For_Nullable_Value_Throws_When_Null_Rule_Is_Given()
{
var exception = Record.Exception(() =>
{
((IValitRule<Model,... | valit-stack/Valit | tests/Valit.Tests/String/String_Required_Tests.cs | https://github.com/valit-stack/Valit/blob/HEAD/tests/Valit.Tests/String/String_Required_Tests.cs | ghcode:00168:88b4663b599b | mit | codeparrot/github-code | 88b4663b599be696007e9f05d0849b0c4f60f313553f5ae4ae5c56b74f2ad8ff | 0.75 | testing_debugging_repair_refactoring | 375 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using EasyApi.Binding;
using EasyApi.Metadata;
using EasyApi.Metadata.Attributes.Binding;
using NUnit.Framework;
using static EasyApi.Tests.TestUtils.ExtraPropertyHelpers;
using static EasyApi.Tests.TestUtils.TestCaseHelpers;
namespace EasyApi.Tests.Metadata.Attributes.... | igoree/EasyApi | EasyApi.Tests/Metadata/Attributes/Binding/ParameterBinderAttributeTests.cs | https://github.com/igoree/EasyApi/blob/HEAD/EasyApi.Tests/Metadata/Attributes/Binding/ParameterBinderAttributeTests.cs | ghcode:00168:733b14652f04 | mit | codeparrot/github-code | 733b14652f046011a96e4963c6094067e353ba920e604cd99c2ab8deded0ab50 | 0.75 | testing_debugging_repair_refactoring | 403 | false | 2026-07-17 |
using EcsRx.Groups.Observable;
using Xunit;
namespace EcsRx.Tests.Framework.Observables
{
public class ObservableGroupTokenTests
{
[Fact]
public void should_correctly_differentiate_tokens()
{
var defaultRequired = new[] {1};
var defaultExcluded = new int[0];
... | grofit/ecsrx | src/EcsRx.Tests/Framework/Observables/ObservableGroupTokenTests.cs | https://github.com/grofit/ecsrx/blob/HEAD/src/EcsRx.Tests/Framework/Observables/ObservableGroupTokenTests.cs | ghcode:00168:e2d638ac6540 | mit | codeparrot/github-code | e2d638ac65402064e535cfeb46ddbe754d18ccc55d4c8204caa9c49facfa7da1 | 0.75 | testing_debugging_repair_refactoring | 260 | false | 2026-07-17 |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#nullable disable
namespace StyleCop.Analyzers.Test.CSharp8.LayoutRules
{
using StyleCop.Analyzers.Test.CSharp7.LayoutRules;
public class SA1507C... | DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/LayoutRules/SA1507CSharp8UnitTests.cs | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/LayoutRules/SA1507CSharp8UnitTests.cs | ghcode:00168:7b1671faff3f | mit | codeparrot/github-code | 7b1671faff3fbe857827ad0e32059f5dbc4f613b7474f9214b0812789205e95b | 0.75 | testing_debugging_repair_refactoring | 94 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using DatabaseDownloader;
namespace BulbaTests
{
[TestClass]
public class PokemonReaderTests
{
[TestMethod]
public void LocationTest()
{
//var r = DatabaseDownloader.
}
}
}
| amis92/pokemon-db | BulbaTests/PokemonReaderTests.cs | https://github.com/amis92/pokemon-db/blob/HEAD/BulbaTests/PokemonReaderTests.cs | ghcode:00168:c98805b6d6f5 | mit | codeparrot/github-code | c98805b6d6f55d2161e9599e59871626f60ac35fc5ea8597b604f9cdfe756ff0 | 0.75 | testing_debugging_repair_refactoring | 57 | false | 2026-07-17 |
namespace Simple.Http.StructureMap.Tests.Integration
{
using System;
using System.Collections.Generic;
using global::StructureMap;
using global::StructureMap.Configuration.DSL;
using Simple.Http.CodeGeneration;
using Xunit;
public class HandlerFactoryBuilderTests
{
... | ianbattersby/Simple.Http | src/Simple.Http.StructureMap.Tests.Integration/HandlerFactoryBuilderTests.cs | https://github.com/ianbattersby/Simple.Http/blob/HEAD/src/Simple.Http.StructureMap.Tests.Integration/HandlerFactoryBuilderTests.cs | ghcode:00168:343309ab0fef | mit | codeparrot/github-code | 343309ab0fef73efb53c94eecd9f773df99067f25d2aa97c54b7b8cc5f464eca | 0.75 | testing_debugging_repair_refactoring | 499 | false | 2026-07-17 |
using LLBLGenPro.OrmCookbook.EntityClasses;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Recipes.Views;
namespace Recipes.LLBLGenPro.Views
{
[TestClass]
public class ViewsTests : ViewsTests<EmployeeDetailEntity, EmployeeEntity>
{
protected override IViewsScenario<EmployeeDetailEntity,... | Grauenwolf/DotNet-ORM-Cookbook | ORM Cookbook/Recipes.LLBLGenPro/Recipes/Views/ViewsTests.cs | https://github.com/Grauenwolf/DotNet-ORM-Cookbook/blob/HEAD/ORM Cookbook/Recipes.LLBLGenPro/Recipes/Views/ViewsTests.cs | ghcode:00168:f4e49ecc5957 | unlicense | codeparrot/github-code | f4e49ecc5957851627deebcf19ae0f5148160b75741bb90c96036cd8b314f9f0 | 0.68 | testing_debugging_repair_refactoring | 81 | false | 2026-07-17 |
using ArgumentsParser.Core;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using ArgumentsParser.ArgumentDescription;
using ArgumentsParser.Config;
using ArgumentsParser;
using System.Collections.Generic;
using ArgumentsParser.System;
using System.Linq;
using ArgumentsParser.Test.Helper;
... | blueneosky/Bag | ArgumentsParser/ArgumentsParser.Test/Core/BaseArgumentsParserTest.cs | https://github.com/blueneosky/Bag/blob/HEAD/ArgumentsParser/ArgumentsParser.Test/Core/BaseArgumentsParserTest.cs | ghcode:00168:866b378bbc36 | unlicense | codeparrot/github-code | 866b378bbc36265c0e7ef59414a90071e69f1e1327d2f9273f41eac7041a9537 | 0.63 | testing_debugging_repair_refactoring | 7,541 | false | 2026-07-17 |
namespace Rutt
{
/// <summary>
///
/// </summary>
public enum TestResultType
{
/// <summary>
///
/// </summary>
Cancelled,
/// <summary>
///
/// </summary>
Failed,
/// <summary>
///
/// </summary>
... | Redbolts/rutt | src/rutt.pcl/TestResultType.cs | https://github.com/Redbolts/rutt/blob/HEAD/src/rutt.pcl/TestResultType.cs | ghcode:00168:d85caf7b8a88 | apache-2.0 | codeparrot/github-code | d85caf7b8a88045b603eb5c33aade51bfc4032d0861ae6723d638ee39f0a3a30 | 0.85 | testing_debugging_repair_refactoring | 96 | 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... | JKarathiya/Lean | Tests/Indicators/IndicatorExtensionsTests.cs | https://github.com/JKarathiya/Lean/blob/HEAD/Tests/Indicators/IndicatorExtensionsTests.cs | ghcode:00168:d4a955c27512 | apache-2.0 | codeparrot/github-code | d4a955c275126daf036fd45dc30a6487a563b09a61fd4b76b5dcd0208fd6ac72 | 0.85 | testing_debugging_repair_refactoring | 3,912 | false | 2026-07-17 |
using NBi.Xml;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NBi.Xml.Variables;
using System.Xml.Serialization;
using System.IO;
using System.Diagnostics;
using NBi.Xml.Items;
using System.Reflection;
using NBi.Core.Resu... | Seddryck/NBi | NBi.Testing.Xml/Variables/LocalVariableXmlTest.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.Testing.Xml/Variables/LocalVariableXmlTest.cs | ghcode:00168:75efd85a95ae | apache-2.0 | codeparrot/github-code | 75efd85a95aee64dffda269bb70fd17cbc7f6e22e0062cb2f4b62a48c78307c9 | 0.85 | testing_debugging_repair_refactoring | 1,113 | false | 2026-07-17 |
// Copyright 2016, 2015, 2014 Matthias Koch
//
// 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 law or... | matkoch/TestFx | src/TestFx.SpecK.Tests/Farada/AutoCreationTest.cs | https://github.com/matkoch/TestFx/blob/HEAD/src/TestFx.SpecK.Tests/Farada/AutoCreationTest.cs | ghcode:00168:ad079c3e3da3 | apache-2.0 | codeparrot/github-code | ad079c3e3da3deddc6a258dd1d158cf03d87bc6231af82d1788acbf3f14e0542 | 0.85 | testing_debugging_repair_refactoring | 641 | false | 2026-07-17 |
namespace AdventureWorks.Repository.Test.Repository.Sales
{
using EntityClasses.Sales;
using Main;
using NUnit.Framework;
[TestFixture]
[Category("Sales")]
public class SalesOrderHeaderSalesReasonRepositoryTest : BaseRepositoryTest<SalesOrderHeaderSalesReason, SalesOrderHeaderSalesReasonReposi... | krzysztofkolek/AdventureWorksAPI | Repository.Test/Repository/Sales/SalesOrderHeaderSalesReasonRepositoryTest.cs | https://github.com/krzysztofkolek/AdventureWorksAPI/blob/HEAD/Repository.Test/Repository/Sales/SalesOrderHeaderSalesReasonRepositoryTest.cs | ghcode:00168:2e74b6cc8c25 | apache-2.0 | codeparrot/github-code | 2e74b6cc8c250562045a9bd56752e7dcceca6495898a544f6dcc502fb17dcc05 | 0.75 | testing_debugging_repair_refactoring | 297 | false | 2026-07-17 |
//
// Copyright 2019 Google LLC
//
// 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, Ver... | GoogleCloudPlatform/iap-desktop | sources/Google.Solutions.IapDesktop.Extensions.Activity/Events/Access/SetMetadataEvent.cs | https://github.com/GoogleCloudPlatform/iap-desktop/blob/HEAD/sources/Google.Solutions.IapDesktop.Extensions.Activity/Events/Access/SetMetadataEvent.cs | ghcode:00168:c18ac4589cc4 | apache-2.0 | codeparrot/github-code | c18ac4589cc4aaaaec21b05659ebbffdf84c11e69255d96ab61b7e8ab85777c4 | 0.85 | testing_debugging_repair_refactoring | 692 | false | 2026-07-17 |
using UnityEngine;
using System.Collections;
public class TestFather : Base
{
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
| AlkaidFang/Rosetta | Unity/Assets/TestFather.cs | https://github.com/AlkaidFang/Rosetta/blob/HEAD/Unity/Assets/TestFather.cs | ghcode:00168:c7f55714b642 | apache-2.0 | codeparrot/github-code | c7f55714b6429d5ef1c0c094ec4f678a5fdb7b345269c65011b4b9492f0a388e | 0.75 | testing_debugging_repair_refactoring | 48 | false | 2026-07-17 |
// Copyright (c) kuicker.org. All rights reserved.
// Modified By YYYY-MM-DD
// kevinjong 2016-02-11 - Creation
using System;
using Xunit;
namespace IsTo.Tests
{
public class ToOfTypeToChar
{
[Fact]
public void BySelf()
{
var value = 'X';
Assert.True((Char)value.To(typeof(Cha... | Kuick/IsTo | IsTo.Tests/To/ToOfTypeToChar.cs | https://github.com/Kuick/IsTo/blob/HEAD/IsTo.Tests/To/ToOfTypeToChar.cs | ghcode:00168:3dfbdb1a5c9f | apache-2.0 | codeparrot/github-code | 3dfbdb1a5c9f1f9d584497deb314f8940e8a7859641e160f4381b61bb69ca85c | 0.85 | testing_debugging_repair_refactoring | 262 | 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;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq.Expressions;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microso... | aspnet/AspNetCore | src/Mvc/Mvc.ViewFeatures/test/Rendering/HtmlHelperPasswordTest.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/Mvc.ViewFeatures/test/Rendering/HtmlHelperPasswordTest.cs | ghcode:00168:605bcb9638ce | apache-2.0 | codeparrot/github-code | 605bcb9638ce9dbe54260a8cb2ed6bfa0c85ff191feffc569d7db07fa392d21e | 0.95 | testing_debugging_repair_refactoring | 4,820 | false | 2026-07-17 |
// [[[[INFO>
// Copyright 2015 Epicycle (http://epicycle.org, https://github.com/open-epicycle)
//
// 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... | open-epicycle/Epicycle.Math-cs | projects/Epicycle.Math_cs-Test/Geometry/Polytopes/PolylineTest.cs | https://github.com/open-epicycle/Epicycle.Math-cs/blob/HEAD/projects/Epicycle.Math_cs-Test/Geometry/Polytopes/PolylineTest.cs | ghcode:00168:84001f0ba586 | apache-2.0 | codeparrot/github-code | 84001f0ba58689990e73de26be50326aa53d966aa75124d51126b2820e23a96a | 0.7 | testing_debugging_repair_refactoring | 1,046 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Doopec.Rtps.Utils;
using Rtps.Structure.Types;
namespace Rtps.Tests.Utils
{
[TestClass]
public class GuidGeneratorTests
{
[TestMethod]
public void TestGeneration1()
{
GuidGenerator generator = new G... | agustinsantos/DOOP.ec | DDS-RTPS/RTPSTests/Utils/GuidGeneratorTests.cs | https://github.com/agustinsantos/DOOP.ec/blob/HEAD/DDS-RTPS/RTPSTests/Utils/GuidGeneratorTests.cs | ghcode:00168:ddf49ce2e0ba | apache-2.0 | codeparrot/github-code | ddf49ce2e0baeae3fc14fcd58967e871aa3a8f6b62c505fe0aa3c272206fc10a | 0.75 | testing_debugging_repair_refactoring | 182 | 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 ... | monoman/cnatural-language | tests/sources/compiler/SyntaxErrorTest.stab.cs | https://github.com/monoman/cnatural-language/blob/HEAD/tests/sources/compiler/SyntaxErrorTest.stab.cs | ghcode:00168:7b84671d1775 | apache-2.0 | codeparrot/github-code | 7b84671d1775b61935ae3e2794495cbc80314474e3d438474261223737d785d9 | 0.6 | testing_debugging_repair_refactoring | 803 | false | 2026-07-17 |
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Security.Claims;
using System.Threading.Tasks;
using Flu... | IdentityServer/IdentityServer4 | src/IdentityServer4/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/EndSessionRequestValidatorTests.cs | https://github.com/IdentityServer/IdentityServer4/blob/HEAD/src/IdentityServer4/test/IdentityServer.UnitTests/Validation/EndSessionRequestValidation/EndSessionRequestValidatorTests.cs | ghcode:00168:09fda70d0114 | apache-2.0 | codeparrot/github-code | 09fda70d01140144772641d3fd88eedc45ca530b8e7e986e3c108c45a71d6ccc | 0.95 | testing_debugging_repair_refactoring | 1,519 | false | 2026-07-17 |
using MagVision.Data;
using MagVision.Import.Parser;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MagVision.Import.UnitTests
{
[TestClass]
public class AcuityParserT... | dwonisch/MagVision | src/MagVision.Import.UnitTests/AcuityParserTests.cs | https://github.com/dwonisch/MagVision/blob/HEAD/src/MagVision.Import.UnitTests/AcuityParserTests.cs | ghcode:00168:6367778afe4b | apache-2.0 | codeparrot/github-code | 6367778afe4bb24ab537c79d8335417d95369c8b6be0c4c41fbad53eaa3eec73 | 0.75 | testing_debugging_repair_refactoring | 220 | false | 2026-07-17 |
using System;
using System.Collections.Concurrent;
using System.IO;
using System.Xml.Linq;
using Xunit.Abstractions;
namespace Xunit
{
public class XmlAggregateVisitor : XmlTestExecutionVisitor
{
readonly ConcurrentDictionary<string, ExecutionSummary> completionMessages;
readonly IMessageSink ... | cuteant/xunit-v2-net40-fork | common/XmlAggregateVisitor.cs | https://github.com/cuteant/xunit-v2-net40-fork/blob/HEAD/common/XmlAggregateVisitor.cs | ghcode:00168:7fd0b4e4a163 | apache-2.0 | codeparrot/github-code | 7fd0b4e4a16310871f7f6b9ae984ae716b1e0970b640075569acab101976b528 | 0.75 | testing_debugging_repair_refactoring | 308 | 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 ... | aricooperman/jLean | orig-src/Tests/Indicators/MidPriceTests.cs | https://github.com/aricooperman/jLean/blob/HEAD/orig-src/Tests/Indicators/MidPriceTests.cs | ghcode:00168:1643367ffc07 | apache-2.0 | codeparrot/github-code | 1643367ffc07e863c7ca82217525deaeb6201a96a096feefe777da3468f549f5 | 0.85 | testing_debugging_repair_refactoring | 280 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using ThScoreFileConverter.Models;
using ThScoreFileConverter.Models.Th10;
using Definitions = ThScoreFileConverter.Models.Th10.Definitions;
using IClearData = ThScore... | y-iihoshi/ThScoreFileConverter | ThScoreFileConverterTests/Models/Th10/CollectRateReplacerTests.cs | https://github.com/y-iihoshi/ThScoreFileConverter/blob/HEAD/ThScoreFileConverterTests/Models/Th10/CollectRateReplacerTests.cs | ghcode:00168:80239218cb89 | bsd-2-clause | codeparrot/github-code | 80239218cb8974d30d8ff693ae4159aaf2950e83f62b2c837cd86b93bd6e2dde | 0.68 | testing_debugging_repair_refactoring | 2,062 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Pliant.Grammars;
namespace Pliant.Tests.Unit
{
[TestClass]
public class ProductionTests
{
[TestMethod]
public void ProductionToStringShouldGenerateCorrectlyFormattedString()
{
var production = new Production(new ... | patrickhuber/Pliant | tests/Pliant.Tests.Unit/Grammars/ProductionTests.cs | https://github.com/patrickhuber/Pliant/blob/HEAD/tests/Pliant.Tests.Unit/Grammars/ProductionTests.cs | ghcode:00168:4ecaf1c768f6 | mit | codeparrot/github-code | 4ecaf1c768f6ab4b4e94a09de96734154103eae8d65fd0e6199a3d3c609b367b | 0.75 | testing_debugging_repair_refactoring | 383 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Azure.AI.AnomalyDetector.Models;
using Azure.Core.TestFram... | jackmagic313/azure-sdk-for-net | sdk/anomalydetector/Azure.AI.AnomalyDetector/tests/samples/Sample2_DetectLastPointAnomaly.cs | https://github.com/jackmagic313/azure-sdk-for-net/blob/HEAD/sdk/anomalydetector/Azure.AI.AnomalyDetector/tests/samples/Sample2_DetectLastPointAnomaly.cs | ghcode:00168:834b46f82de3 | mit | codeparrot/github-code | 834b46f82de32a1c9ffd0a0633c649b698a2f34650dffec700567952186cad6e | 0.95 | testing_debugging_repair_refactoring | 427 | 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;
using System.Collections.Immutable;
using System.Composition;
using System.Diagnostics;
using System.... | jmarolf/roslyn | src/EditorFeatures/Core/FindUsages/IDefinitionsAndReferencesFactory.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/EditorFeatures/Core/FindUsages/IDefinitionsAndReferencesFactory.cs | ghcode:00168:4a535bd8ec8b | mit | codeparrot/github-code | 4a535bd8ec8b751e3445961c682ea1a40776284b8c8224e2a317f44bf0315f2d | 0.85 | testing_debugging_repair_refactoring | 1,803 | 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;
using System.Collections.Generic;
using Xunit;
namespace System.Linq.Tests.LegacyTests
{
public class ConcatTests
{
public class Concat00... | jmhardison/corefx | src/System.Linq/tests/LegacyTests/ConcatTests.cs | https://github.com/jmhardison/corefx/blob/HEAD/src/System.Linq/tests/LegacyTests/ConcatTests.cs | ghcode:00168:0e3564dfa358 | mit | codeparrot/github-code | 0e3564dfa358308638f2c48368584cc29a8be3946d8f5ef372d2b6ec97cda78d | 0.95 | testing_debugging_repair_refactoring | 992 | 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.CSharp.Syntax;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Tes... | paulvanbrenk/roslyn | src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_IConditionalOperation.cs | https://github.com/paulvanbrenk/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_IConditionalOperation.cs | ghcode:00168:86e24f8d9065 | apache-2.0 | codeparrot/github-code | 86e24f8d90658269dcdc57c2e9143302c9d06995f1e1093753f30cb9d739f49e | 0.95 | testing_debugging_repair_refactoring | 3,571 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.Build.Framework;
using Moq;
using NuGet.Packaging;
using NUnit.Framework;
using OvermanGroup.NuGet.Packager.Tasks;
namespace OvermanGroup.NuGet.Packager.Test
{
[TestFixture]
public abstract class TestHelper
{
protected con... | DarylWright/OvermanGroup.NuGet.Packager | OvermanGroup.NuGet.Packager.Test/TestHelper.cs | https://github.com/DarylWright/OvermanGroup.NuGet.Packager/blob/HEAD/OvermanGroup.NuGet.Packager.Test/TestHelper.cs | ghcode:00168:dc7b3db4d6ca | apache-2.0 | codeparrot/github-code | dc7b3db4d6ca0375b55a74bfc11ab11d8e47e8fdd4b65af4a57b0d9a54379dc2 | 0.75 | testing_debugging_repair_refactoring | 1,435 | false | 2026-07-17 |
namespace Sitecore.Feature.Accounts.Tests
{
using System;
using FluentAssertions;
using NSubstitute;
using Sitecore;
using Sitecore.Collections;
using Sitecore.Data;
using Sitecore.Data.Items;
using Sitecore.Exceptions;
using Sitecore.FakeDb;
using Sitecore.FakeDb.Sites;
using Sitecore.Feature.Ac... | bhaveshmaniya/Habitat | src/Feature/Accounts/Tests/AccountSettingsServiceTests.cs | https://github.com/bhaveshmaniya/Habitat/blob/HEAD/src/Feature/Accounts/Tests/AccountSettingsServiceTests.cs | ghcode:00168:52874e140a22 | apache-2.0 | codeparrot/github-code | 52874e140a227461303c66c8bceebd8a216b267d5b38ef2906ecb4754e9537d8 | 0.95 | testing_debugging_repair_refactoring | 1,611 | false | 2026-07-17 |
// 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
//
// THIS CODE IS PROVIDED *... | bholdt/hbase-sdk-for-net | Microsoft.HBase.Client.Tests/Utilities/ContextSpecification.cs | https://github.com/bholdt/hbase-sdk-for-net/blob/HEAD/Microsoft.HBase.Client.Tests/Utilities/ContextSpecification.cs | ghcode:00168:e95ef12b33a4 | apache-2.0 | codeparrot/github-code | e95ef12b33a44c4aca2b6d8b5d61cfb40bb574e8631148a75c6bd3cfc861ab14 | 0.85 | testing_debugging_repair_refactoring | 347 | false | 2026-07-17 |
using Shouldly.Internals.AssertionFactories;
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
namespace Shouldly
{
[DebuggerStepThrough]
[ShouldlyMethods]
public static partial class ShouldBeStringTestExtensions
{
/// <summary>
/// Perform a string comparis... | JoeMighty/shouldly | src/Shouldly/ShouldlyExtensionMethods/ShouldBe/StringShouldBeTestExtensions.cs | https://github.com/JoeMighty/shouldly/blob/HEAD/src/Shouldly/ShouldlyExtensionMethods/ShouldBe/StringShouldBeTestExtensions.cs | ghcode:00168:968c0dc3f7ff | bsd-3-clause | codeparrot/github-code | 968c0dc3f7ff910a7d1507aad2c83d5ca314223fc899ecdeb21f28705ed0e8b8 | 0.85 | testing_debugging_repair_refactoring | 442 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Diagnostics;
using FarseerPhysics.Common.Decomposition.Seidel;
using Microsoft.Xna.Framework;
using Point = FarseerPhysics.Common.Decomposition.Seidel.Point;
namespace FarseerPhysics.Common.Decomposition
{
/// <summary>
/// Convex decomposition algorithm created by Ra... | ericmbernier/Nez | Nez.FarseerPhysics/Farseer/Common/Decomposition/SeidelDecomposer.cs | https://github.com/ericmbernier/Nez/blob/HEAD/Nez.FarseerPhysics/Farseer/Common/Decomposition/SeidelDecomposer.cs | ghcode:00168:7fbb4d903c0f | mit | codeparrot/github-code | 7fbb4d903c0f1e55c2db759388db3d3b92991b5c9dfbce895c12c434e3465343 | 0.85 | testing_debugging_repair_refactoring | 902 | false | 2026-07-17 |
#region License
// Copyright (c) 2007 James Newton-King
//
// 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,... | PKRoma/Newtonsoft.Json | Src/Newtonsoft.Json.Tests/Issues/Issue2492.cs | https://github.com/PKRoma/Newtonsoft.Json/blob/HEAD/Src/Newtonsoft.Json.Tests/Issues/Issue2492.cs | ghcode:00168:f40ddbc83546 | mit | codeparrot/github-code | f40ddbc83546a7b2ab37e358133165087a0ddfb96f7e2af1b3f4ff00f9924475 | 0.85 | testing_debugging_repair_refactoring | 529 | 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;
using Xunit;
namespace Microsoft.CodeAnalysis.CSharp.UnitTests
{
using static BinaryOperatorKind... | jmarolf/roslyn | src/Compilers/CSharp/Test/Semantic/Utilities/ValueSetTests.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Semantic/Utilities/ValueSetTests.cs | ghcode:00168:78fe75ee3a20 | mit | codeparrot/github-code | 78fe75ee3a205ceb518f5e1ca3dade9fbcfb4cf654a956c1273ea3aedcd22267 | 0.95 | testing_debugging_repair_refactoring | 9,765 | 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.Immutable;
using System.IO;
using System.Linq;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.CodeAnalys... | dsplaisted/roslyn | src/Compilers/CSharp/Test/Syntax/Diagnostics/LocationsTests.cs | https://github.com/dsplaisted/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Syntax/Diagnostics/LocationsTests.cs | ghcode:00168:75868388389f | apache-2.0 | codeparrot/github-code | 75868388389f44c6d01d6746bfb71f4ebfb4bf2301429a45b4c42d287bfc0fbe | 0.95 | testing_debugging_repair_refactoring | 4,789 | 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,... | avitalb/nodejstools | Nodejs/Tests/TestAdapterTests/TestExecutorTests.cs | https://github.com/avitalb/nodejstools/blob/HEAD/Nodejs/Tests/TestAdapterTests/TestExecutorTests.cs | ghcode:00168:37b6c50f0761 | apache-2.0 | codeparrot/github-code | 37b6c50f0761e6b8143f59e74a3e61de40f1d1136cda0b54c1b428fca884b509 | 0.95 | testing_debugging_repair_refactoring | 933 | false | 2026-07-17 |
// Visual Studio Shared Project
// 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
//
... | DinoV/PTVS | Common/Tests/Utilities/Mocks/IClassificationTypeDefinitionMetadata.cs | https://github.com/DinoV/PTVS/blob/HEAD/Common/Tests/Utilities/Mocks/IClassificationTypeDefinitionMetadata.cs | ghcode:00168:df03619d2b06 | apache-2.0 | codeparrot/github-code | df03619d2b06e58505363d5c0caf3e8c5d0016ad644ebc9fa6b20490880daa76 | 0.95 | testing_debugging_repair_refactoring | 204 | 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.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsof... | jeffanders/roslyn | src/EditorFeatures/CSharpTest/UseExpressionBody/UseExpressionBodyForMethodsTests.cs | https://github.com/jeffanders/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/UseExpressionBody/UseExpressionBodyForMethodsTests.cs | ghcode:00168:f70b79e7f3fa | apache-2.0 | codeparrot/github-code | f70b79e7f3faec4c0bc7898a333481e888ed9ee2b85e7d53698c08e99bb9c842 | 0.85 | testing_debugging_repair_refactoring | 2,410 | 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.Collections.Immutable;
using System.Diagnostics;
using System.Reflec... | jmarolf/roslyn | src/Compilers/CSharp/Portable/CodeGen/CodeGenerator.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/CodeGen/CodeGenerator.cs | ghcode:00168:4cc2dea052af | mit | codeparrot/github-code | 4cc2dea052afd232e8a02d99bc3e4df8c309c76940f7ad8a41042ce4a02ba41b | 0.85 | testing_debugging_repair_refactoring | 4,023 | false | 2026-07-17 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// 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:... | xJom/mbunit-v3 | src/Gallio/Gallio.Tests/Framework/Data/ScalarDataBinderTest.cs | https://github.com/xJom/mbunit-v3/blob/HEAD/src/Gallio/Gallio.Tests/Framework/Data/ScalarDataBinderTest.cs | ghcode:00168:37e7a6d4ab60 | apache-2.0 | codeparrot/github-code | 37e7a6d4ab608b0faf2af280d3884ee3379c181ff053e76c747a457919151e24 | 0.85 | testing_debugging_repair_refactoring | 696 | 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.Immutable;
using System.Threading;
using System.Threading.Tasks;
using ... | KirillOsenkov/roslyn | src/Analyzers/CSharp/Tests/NamingStyles/NamingStylesTests.cs | https://github.com/KirillOsenkov/roslyn/blob/HEAD/src/Analyzers/CSharp/Tests/NamingStyles/NamingStylesTests.cs | ghcode:00168:3b8d1e815428 | mit | codeparrot/github-code | 3b8d1e8154282e325d202ffc46df2e3f6c9281f4c31440d1ad14b4cdc1a23d36 | 0.95 | testing_debugging_repair_refactoring | 9,237 | 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.Linq;
using Xunit;
namespace System.Colle... | mokchhya/corefx | src/System.Collections/tests/Generic/Queue/Queue.Generic.Tests.cs | https://github.com/mokchhya/corefx/blob/HEAD/src/System.Collections/tests/Generic/Queue/Queue.Generic.Tests.cs | ghcode:00168:60d323578441 | mit | codeparrot/github-code | 60d323578441bb42bae83aaf3af582e577377322fee4d9b1f1991df8557a08f8 | 0.95 | testing_debugging_repair_refactoring | 1,851 | 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;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using... | brettfo/roslyn | src/Compilers/Core/Portable/Operations/Operation.cs | https://github.com/brettfo/roslyn/blob/HEAD/src/Compilers/Core/Portable/Operations/Operation.cs | ghcode:00168:099fefcd6e18 | apache-2.0 | codeparrot/github-code | 099fefcd6e189fe2df3446503b62780cb58f3351925aa1dfe401e93ab5a2a453 | 0.85 | testing_debugging_repair_refactoring | 2,730 | 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;
namespace System.Security.Cryptography.Asn1
{
public sealed partial class AsnWriter
... | ahsonkhan/corefxlab | src/System.Security.Cryptography.Asn1.Experimental/System/Security/Cryptography/Asn1/AsnWriter.OctetString.cs | https://github.com/ahsonkhan/corefxlab/blob/HEAD/src/System.Security.Cryptography.Asn1.Experimental/System/Security/Cryptography/Asn1/AsnWriter.OctetString.cs | ghcode:00168:e3da07ed5deb | mit | codeparrot/github-code | e3da07ed5debb9efcdc53e6abf7c62646b77949936d3f5abeebe72ccca1f8e6b | 0.85 | testing_debugging_repair_refactoring | 1,233 | false | 2026-07-17 |
using System;
using FluentNHibernate.Mapping;
using NUnit.Framework;
namespace FluentNHibernate.Testing.DomainModel.Mapping
{
[TestFixture]
public class CascadeExpressionTester
{
#region Test Setup
protected CascadeExpression<object> _cascade;
protected string cascadeValue;
private Fu... | lingxyd/fluent-nhibernate | src/FluentNHibernate.Testing/DomainModel/Mapping/CascadeExpressionTester.cs | https://github.com/lingxyd/fluent-nhibernate/blob/HEAD/src/FluentNHibernate.Testing/DomainModel/Mapping/CascadeExpressionTester.cs | ghcode:00168:c827bfe9e05d | bsd-3-clause | codeparrot/github-code | c827bfe9e05d69e84c720e7b004f79579f3bbdacc86afcf0a29c572df7acf1f3 | 0.75 | testing_debugging_repair_refactoring | 625 | 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 Microsoft.Azure.WebJobs.Host.Protocols;
using Newtonsoft.Json;
using Xunit;
namespace Microsoft.Azure.WebJobs.Host.UnitTests.Protocols
{
publi... | brendankowitz/azure-webjobs-sdk | test/Microsoft.Azure.WebJobs.Host.UnitTests/Protocols/HostMessageTests.cs | https://github.com/brendankowitz/azure-webjobs-sdk/blob/HEAD/test/Microsoft.Azure.WebJobs.Host.UnitTests/Protocols/HostMessageTests.cs | ghcode:00168:e9c483e6d37c | mit | codeparrot/github-code | e9c483e6d37c4a583bbc3c5220550d49abf5502d58ddd8f1db7b212cfe8ef1d8 | 0.85 | testing_debugging_repair_refactoring | 264 | 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 Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using M... | AmadeusW/roslyn | src/Compilers/CSharp/Test/Semantic/Semantics/AwaitExpressionTests.cs | https://github.com/AmadeusW/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Semantic/Semantics/AwaitExpressionTests.cs | ghcode:00168:99825899cb94 | apache-2.0 | codeparrot/github-code | 99825899cb94bc8b96d48f0ac67b4b42aa5610988f871eff867b1d473ac68eb9 | 0.95 | testing_debugging_repair_refactoring | 2,209 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using NSubstitute;
using Octokit;
using Octokit.Tests;
using Xunit;
public class PullRequestReviewsClientTests
{
public class TheCtor
{
[Fact]
public void EnsuresNonNullArguments()
{
Assert.Throws... | shiftkey-tester/octokit.net | Octokit.Tests/Clients/PullRequestReviewsClientTests.cs | https://github.com/shiftkey-tester/octokit.net/blob/HEAD/Octokit.Tests/Clients/PullRequestReviewsClientTests.cs | ghcode:00168:e1b58ee484c9 | mit | codeparrot/github-code | e1b58ee484c96b30afbeaae28145cfa728de1d1ef06e01d7a391c0e89edbaaf8 | 0.75 | testing_debugging_repair_refactoring | 3,654 | 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 ... | mabeale/Lean | Tests/Indicators/MovingAverageTypeExtensionsTests.cs | https://github.com/mabeale/Lean/blob/HEAD/Tests/Indicators/MovingAverageTypeExtensionsTests.cs | ghcode:00168:6b645073cdad | apache-2.0 | codeparrot/github-code | 6b645073cdadf7c0a1b1ea7dc4188a228b66ed916c59b5cc636fb1768ef3ff69 | 0.75 | testing_debugging_repair_refactoring | 728 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.