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.Diagnostics.CodeAnalysis;
using System.IO;
using System.Reflection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
namespace AspNetCore.CleanStart.Tests
{
[TestClass]
[ExcludeFromCodeCoverage]
public class StartupTests
{
[TestMet... | bungeemonkee/AspNetCore.CleanStart | AspNetCore.CleanStart.Tests/StartupTests.cs | https://github.com/bungeemonkee/AspNetCore.CleanStart/blob/HEAD/AspNetCore.CleanStart.Tests/StartupTests.cs | ghcode:00168:1d2bb74f4e32 | mit | codeparrot/github-code | 1d2bb74f4e32dbfc53f3b2248367fc05b1f380fbb0fc4d2ac6ff45a4384d8e95 | 0.75 | testing_debugging_repair_refactoring | 256 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Diagnostics;
using System.Reflection;
namespace vm.Aspects.Diagnostics.Implementation
{
class ScriptMemberDumper : IMemberDumper
{
public ScriptMemberDumper(DumpState dumpState)
{
DumpState = dumpState;
Debug.Assert(... | vmelamed/vm | Aspects/Diagnostics/ObjectTextDumper/src/Implementation/ScriptMemberDumper.cs | https://github.com/vmelamed/vm/blob/HEAD/Aspects/Diagnostics/ObjectTextDumper/src/Implementation/ScriptMemberDumper.cs | ghcode:00168:1ba7da4ff0d7 | mit | codeparrot/github-code | 1ba7da4ff0d7ecfdd4ea137a8cc2ce23ebf7ea918e8970bbf4ff8b067d935953 | 0.95 | testing_debugging_repair_refactoring | 660 | 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.OrderingRules
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Code... | DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test/OrderingRules/UsingCodeFixProviderUnitTests.cs | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test/OrderingRules/UsingCodeFixProviderUnitTests.cs | ghcode:00168:505cef1eb25a | mit | codeparrot/github-code | 505cef1eb25ae4a0801acfcc345dbaeb445caa91aa8d187be020503511ec76c1 | 0.85 | testing_debugging_repair_refactoring | 5,613 | false | 2026-07-17 |
namespace given
{
using FluentAssertions;
using Microsoft.Web;
using Microsoft.Web.OData.Basic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Xunit;
using static System.Net.HttpStatusCode;
public class _a_query_string_versioned_ODataController : Basi... | joaopbnogueira/aspnet-api-versioning | test/Microsoft.AspNet.WebApi.Acceptance.Tests/OData/Basic/given/a_query_string_versioned_ODataController.cs | https://github.com/joaopbnogueira/aspnet-api-versioning/blob/HEAD/test/Microsoft.AspNet.WebApi.Acceptance.Tests/OData/Basic/given/a_query_string_versioned_ODataController.cs | ghcode:00168:84183423407d | mit | codeparrot/github-code | 84183423407db4e0488259697339fc7bd66fbc8898307db0c9637e6d2c98d873 | 0.7 | testing_debugging_repair_refactoring | 372 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Azure.AI.TextAnalytics.Tests;
using Azure.Core.TestFramework;
using NUnit.Framework;
namespace Azure.AI.TextAnalytics.Samples
{
public partial class TextAnalyticsSamples : SamplesBase<TextAnalytics... | AsrOneSdk/azure-sdk-for-net | sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample5_RecognizePiiEntities.cs | https://github.com/AsrOneSdk/azure-sdk-for-net/blob/HEAD/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample5_RecognizePiiEntities.cs | ghcode:00168:bb08366b203a | mit | codeparrot/github-code | bb08366b203a7382b0c5fe92c545c2f2e44f597a8148e7d8e779d221b2b14b61 | 0.85 | testing_debugging_repair_refactoring | 410 | false | 2026-07-17 |
// Copyright (c) 2017 Trevor Redfern
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
using System;
using System.Collections.Generic;
using Xunit;
using Xunit.Sdk;
using Xunit.Extensions;
using Xunit.Abstractions;
using System.Reflection;
using System.Linq;
public class R... | shortlegstudio/silverneedle-web | silverneedle-tests/RepeatAttribute.cs | https://github.com/shortlegstudio/silverneedle-web/blob/HEAD/silverneedle-tests/RepeatAttribute.cs | ghcode:00168:906074bbb73a | mit | codeparrot/github-code | 906074bbb73a2d2f5e15dc8346185af1fcd24e09333e1b668e30685895d59a4f | 0.85 | testing_debugging_repair_refactoring | 127 | false | 2026-07-17 |
namespace Microsoft.Protocols.TestSuites.MS_ASCMD
{
using System;
using System.Collections.Generic;
using Microsoft.Protocols.TestSuites.Common;
using Microsoft.Protocols.TestTools;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Response = Microsoft.Protocols.TestSuites.Common.... | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/MS-ASCMD/TestSuite/S06_GetAttachment.cs | https://github.com/OfficeDev/Interop-TestSuites/blob/HEAD/ExchangeActiveSync/Source/MS-ASCMD/TestSuite/S06_GetAttachment.cs | ghcode:00168:31679b4047fb | mit | codeparrot/github-code | 31679b4047fb28c7a8c24979e264c3387553bb066e187fafcbbeb1dbf1bdeb65 | 0.85 | testing_debugging_repair_refactoring | 2,309 | false | 2026-07-17 |
using System;
using DebugDiag.Native.Test.Fixtures;
using DebugDiag.Native.Test.Mock;
using DebugDiag.Native.Type;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using String = DebugDiag.Native.Test.Fixtures.Generators.String;
namespace DebugDiag.Native.Test
{
[TestClass]
public class TestStrin... | alxbl/DebugDiag.Native | DebugDiag.Native.Test/TestString.cs | https://github.com/alxbl/DebugDiag.Native/blob/HEAD/DebugDiag.Native.Test/TestString.cs | ghcode:00168:78e480f07a01 | mit | codeparrot/github-code | 78e480f07a01a318b3d52dc8f61a49aef11164943e0cddc5a5510ef2955d0727 | 0.75 | testing_debugging_repair_refactoring | 1,310 | 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.Globalization;
using System.IO;
using System.Text.Encod... | BrennanConroy/corefx | src/System.Text.Encodings.Web/tests/UnicodeEncoderBaseTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Text.Encodings.Web/tests/UnicodeEncoderBaseTests.cs | ghcode:00168:211ff2b1857a | mit | codeparrot/github-code | 211ff2b1857a042ecbbe416cccd3f4d108815921b1712cdbd86eac1bb155384f | 0.95 | testing_debugging_repair_refactoring | 3,162 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
using GrEmit.Utils;
using NUnit.Framework;
namespace GrEmit.Tests
{
[TestFixture]
public class ReflectionExtensionsTest
{
[OneTimeSetUp]
public void TestFixtureSetUp()
{
... | homuroll/gremit | GrEmit.Tests/ReflectionExtensionsTest.cs | https://github.com/homuroll/gremit/blob/HEAD/GrEmit.Tests/ReflectionExtensionsTest.cs | ghcode:00168:38230755a354 | mit | codeparrot/github-code | 38230755a3541392473bc61e7f48d7f422454ef01567ccd54ca9d9bece18190f | 0.85 | testing_debugging_repair_refactoring | 3,014 | false | 2026-07-17 |
using FluentAssertions;
using NUnit.Framework;
using SFA.DAS.Commitments.Application.Commands.UpdateApprenticeshipStatus;
namespace SFA.DAS.Commitments.Application.UnitTests.Commands.UpdateApprenticeshipStatus
{
[TestFixture]
public sealed class WhenValidatingStopApprenticeshipCommand
{
[SetUp]
... | SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Application.UnitTests/Commands/UpdateApprenticeshipStatus/WhenValidatingStopApprenticeshipCommand.cs | https://github.com/SkillsFundingAgency/das-commitments/blob/HEAD/src/SFA.DAS.Commitments.Application.UnitTests/Commands/UpdateApprenticeshipStatus/WhenValidatingStopApprenticeshipCommand.cs | ghcode:00168:2b81c28501ad | mit | codeparrot/github-code | 2b81c28501ad612dd81c035e5f35d0c47cf0e7897c97273a9b55d600bc10dbc9 | 0.75 | testing_debugging_repair_refactoring | 271 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using FLS.Data.WebApi.Location;
using FLS.Server.Tests.Infrastructure.WebApi;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace FLS.Server.Tests.WebApiControllerTests
{
[TestClass]
public class CountriesControllerTest : BaseAuthenticatedTests
... | flightlog/flsserver | src/FLS.Server.Tests/WebApiControllerTests/CountriesControllerTest.cs | https://github.com/flightlog/flsserver/blob/HEAD/src/FLS.Server.Tests/WebApiControllerTests/CountriesControllerTest.cs | ghcode:00168:f3cef3cc1580 | mit | codeparrot/github-code | f3cef3cc1580693017ec42c0ec75e67e7afd0bc692950cefb1d1cd7d9e0ed532 | 0.6 | testing_debugging_repair_refactoring | 274 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Tweek.Publishing.Service.Validation;
using Xunit;
namespace Tweek.Publishing.Tests.Validation
{
public class ManifestStructureValidatorTests
{
[Fact]
public async Task ValidateErrorOnEmptyKeyPath()
... | Soluto/tweek | services/publishing/Tweek.Publishing.Tests/Validation/ManifestStructureValidatorTests.cs | https://github.com/Soluto/tweek/blob/HEAD/services/publishing/Tweek.Publishing.Tests/Validation/ManifestStructureValidatorTests.cs | ghcode:00168:f70a53267438 | mit | codeparrot/github-code | f70a53267438d261c293d94428eb0c32b2bbf4d255523c50964c101bd32e45e1 | 0.75 | testing_debugging_repair_refactoring | 286 | false | 2026-07-17 |
using UnityEngine;
using System.Collections;
public class TestCurve : MonoBehaviour
{
public SlerpCurve curve;
private float m_startTime;
// Use this for initialization
void Start()
{
m_startTime = Time.time;
}
// Update is called once per frame
void Update()
{
transform.position = curve.GetLinedPoints((... | sunny352/UToolsTest | Assets/TestScripts/TestCurve.cs | https://github.com/sunny352/UToolsTest/blob/HEAD/Assets/TestScripts/TestCurve.cs | ghcode:00168:9dad183b4aea | mit | codeparrot/github-code | 9dad183b4aea214fe7c96f6a3f74c8399303004c17595d24585b00fe6defb75f | 0.75 | testing_debugging_repair_refactoring | 92 | false | 2026-07-17 |
using UnityEngine;
using UnityEditor;
using UnityEngine.TestTools;
using NUnit.Framework;
using System.Collections;
public class PurchasingEditorTest {
[Test]
public void PassingTest()
{
Assert.IsTrue(true);
}
} | zdf0221/Stem | unity_stem/Library/PackageCache/com.unity.purchasing@2.0.6/Tests/Editor/PurchasingEditorTest.cs | https://github.com/zdf0221/Stem/blob/HEAD/unity_stem/Library/PackageCache/com.unity.purchasing@2.0.6/Tests/Editor/PurchasingEditorTest.cs | ghcode:00168:ab60a84058df | mit | codeparrot/github-code | ab60a84058dfe89cfd99419fc109c1c9f6a115f1c92d9d0c016cab4d9e64aba1 | 0.85 | testing_debugging_repair_refactoring | 45 | false | 2026-07-17 |
namespace PoliceUk.Tests.Unit.CustomAssertions.Equality
{
using NUnit.Framework;
using Entities.Neighbourhood;
public class NeighbourhoodSummaryEqualityComparer : AbstractEqualityComparer<NeighbourhoodSummary>
{
public override bool AreEqual(NeighbourhoodSummary neighbourhoodOne, Neighbourhood... | FlyingTopHat/PoliceUK.NET | PoliceUK.Tests.Unit/CustomAssertions/Equality/NeighbourhoodSummaryEqualityComparer.cs | https://github.com/FlyingTopHat/PoliceUK.NET/blob/HEAD/PoliceUK.Tests.Unit/CustomAssertions/Equality/NeighbourhoodSummaryEqualityComparer.cs | ghcode:00168:5d9b1c6523fb | mit | codeparrot/github-code | 5d9b1c6523fbfb5e3c2a6e537ba3c2124d9b512f6b88515d497ca6036f9aa53b | 0.75 | testing_debugging_repair_refactoring | 102 | false | 2026-07-17 |
using System;
using SharperArchitecture.Common.Events;
using SharperArchitecture.Common.Specifications;
namespace SharperArchitecture.Tests.Common.Events
{
public class TestEvent : IEvent
{
public TestEvent(string message)
{
Message = message;
}
public string Messa... | maca88/PowerArhitecture | Source/SharperArchitecture.Tests/SharperArchitecture.Tests.Common/Events/TestEventHandler.cs | https://github.com/maca88/PowerArhitecture/blob/HEAD/Source/SharperArchitecture.Tests/SharperArchitecture.Tests.Common/Events/TestEventHandler.cs | ghcode:00168:18491943b0ee | mit | codeparrot/github-code | 18491943b0ee609108589be85b4e53f3903a07ea728b6c1bcd7fd1fff7c68cd5 | 0.75 | testing_debugging_repair_refactoring | 131 | false | 2026-07-17 |
using System.Net.Http;
using Jumbleblocks.Net.Models;
namespace ConsumingFileUploadWebsite.Models
{
public class TestFormFile : IFileOverHttp
{
public string Title { get; set; }
public string Description { get; set; }
public MultipartFileData[] FileData { get; set; }
}
} | AndyCC/Html5-WebApi-FileUpload | ConsumingFileUploadWebsite/Models/TestFormFile.cs | https://github.com/AndyCC/Html5-WebApi-FileUpload/blob/HEAD/ConsumingFileUploadWebsite/Models/TestFormFile.cs | ghcode:00168:e7ccdbf7475a | mit | codeparrot/github-code | e7ccdbf7475ae41e38473519c547a85c6887c52ca87d6f6a660995de553d7cbd | 0.75 | testing_debugging_repair_refactoring | 72 | false | 2026-07-17 |
using System;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using CodingConventionsCop;
namespace CodingConventionsCop.Tests
{
[TestClass]
public class IndentWithFourSpacesAnalyzerTests : DiagnosticVerifier
{
[TestMethod]
public void IndentWi... | Synvata/CodingConventionsCop | CodingConventionsCop.Tests/IndentWithFourSpacesAnalyzerTests.cs | https://github.com/Synvata/CodingConventionsCop/blob/HEAD/CodingConventionsCop.Tests/IndentWithFourSpacesAnalyzerTests.cs | ghcode:00168:20f0211f3d2a | mit | codeparrot/github-code | 20f0211f3d2aeed3565bc9ca7d38d23d99af6a909a60dc861c96fe9d8722deb1 | 0.75 | testing_debugging_repair_refactoring | 219 | false | 2026-07-17 |
#region License
// Copyright (c) 2012 Nano Taboada, http://openid.nanotaboada.com.ar
//
// 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 ... | nanotaboada/mono | Mono.Samples.Moq/Mono.Samples.Moq/src/ProgramTests.cs | https://github.com/nanotaboada/mono/blob/HEAD/Mono.Samples.Moq/Mono.Samples.Moq/src/ProgramTests.cs | ghcode:00168:caf9d3201872 | mit | codeparrot/github-code | caf9d3201872398933349c9ade72fe0822d68a8d1f11eb82a7d4a88164533131 | 0.95 | testing_debugging_repair_refactoring | 528 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using DSharpPlus;
using DSharpPlus.Entities;
namespace OpBot
{
internal class NicknameList : List<NicknameEntry>
{
public NicknameEntry FindById(ulong UserId)
{
return this.Where(n => n.UserId == UserId).SingleOrDefaul... | Aspallar/OpBot | OpBot/NicknameList.cs | https://github.com/Aspallar/OpBot/blob/HEAD/OpBot/NicknameList.cs | ghcode:00168:a693f5602a20 | mit | codeparrot/github-code | a693f5602a200247406e1b9670b468e2c0e6ba9e049647e62c511d61dd75fbc1 | 0.6 | testing_debugging_repair_refactoring | 382 | false | 2026-07-17 |
using Cdiscount.OpenApi.ProxyClient.Config;
using Cdiscount.OpenApi.ProxyClient.Contract.GetProduct;
using Cdiscount.OpenApi.ProxyClient.Tests.Helper;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Cdiscount.OpenApi.P... | alexandredubois/openapi-csharp-client | Cdiscount.OpenApi.ProxyClient.Tests/GetProductTests.cs | https://github.com/alexandredubois/openapi-csharp-client/blob/HEAD/Cdiscount.OpenApi.ProxyClient.Tests/GetProductTests.cs | ghcode:00168:b2b79214d6c1 | mit | codeparrot/github-code | b2b79214d6c101618817aa0604874fa755e8efc34e9241b0a941fdf6b3c035a1 | 0.75 | testing_debugging_repair_refactoring | 688 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Configuration;
using Vibrant.Tsdb.Tests.Entries;
using Vibrant.Tsdb.Files;
namespace Vibrant.Tsdb.Tests
{
public class TemporaryFileStorageTests : AbstractTemporaryStorageTests<TemporaryFileS... | MikaelGRA/Tsdb | test/Vibrant.Tsdb.Tests/TemporaryFileStorageTests.cs | https://github.com/MikaelGRA/Tsdb/blob/HEAD/test/Vibrant.Tsdb.Tests/TemporaryFileStorageTests.cs | ghcode:00168:b416bc6f9b1f | mit | codeparrot/github-code | b416bc6f9b1f7a8c42745677c7775233824353df7583886fa155939ff5bdedd7 | 0.75 | testing_debugging_repair_refactoring | 160 | false | 2026-07-17 |
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using NUnit.Framework;
using System;
using TinyCsvParser.TypeConverter;
namespace TinyCsvParser.Test.TypeConverter
{
[TestFixture]
public class DecimalConverterTest : BaseConverterTest<Decimal>
{
... | bytefish/TinyCsvParser | TinyCsvParser/TinyCsvParser.Test/TypeConverter/DecimalConverterTest.cs | https://github.com/bytefish/TinyCsvParser/blob/HEAD/TinyCsvParser/TinyCsvParser.Test/TypeConverter/DecimalConverterTest.cs | ghcode:00168:84c563a783d4 | mit | codeparrot/github-code | 84c563a783d4ac892382b5e5e74a8085e1b17b3336158d83f7e84ebc9153c7ad | 0.75 | testing_debugging_repair_refactoring | 209 | false | 2026-07-17 |
using Nancy;
using Nancy.Testing;
using NUnit.Framework;
namespace DavidLievrouw.InvoiceGen.App {
[TestFixture]
public partial class AppModuleTests {
[TestFixture]
public class GetLoginView : AppModuleTests {
string _validPath;
[SetUp]
public override void SetUp() {
base.SetUp()... | DavidLievrouw/InvoiceGen | src/InvoiceGen.Tests/App/AppModuleTests.GetLoginView.cs | https://github.com/DavidLievrouw/InvoiceGen/blob/HEAD/src/InvoiceGen.Tests/App/AppModuleTests.GetLoginView.cs | ghcode:00168:1d2221ebc7b3 | mit | codeparrot/github-code | 1d2221ebc7b3a3b47859c84fb83b01240436f517b016ea9d02a30f6d9272aaca | 0.75 | testing_debugging_repair_refactoring | 166 | false | 2026-07-17 |
using Testura.Android.PageObjectCreator.Views;
using NUnit.Framework;
namespace Testura.Android.PageObjectCreator.Tests.Views
{
[TestFixture]
public class ScreenViewTests
{
private ScreenView _screenView;
[SetUp]
public void SetUp()
{
_screenView = new ScreenVie... | Testura/Testura.Android.PageObjectCreator | src/Testura.Android.PageObjectCreator.Tests/Views/ScreenViewTests.cs | https://github.com/Testura/Testura.Android.PageObjectCreator/blob/HEAD/src/Testura.Android.PageObjectCreator.Tests/Views/ScreenViewTests.cs | ghcode:00168:8b51c3dd97fe | mit | codeparrot/github-code | 8b51c3dd97fea42a4fcd40210628663fe4b63b136de37baedacb6c542468d929 | 0.75 | testing_debugging_repair_refactoring | 70 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2017 Charlie Poole, Rob Prouse
//
// 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 restri... | jadarnel27/nunit | src/NUnitFramework/framework/Internal/ParamAttributeTypeConversions.cs | https://github.com/jadarnel27/nunit/blob/HEAD/src/NUnitFramework/framework/Internal/ParamAttributeTypeConversions.cs | ghcode:00168:9a4ee270ed6e | mit | codeparrot/github-code | 9a4ee270ed6eb3488864eb75152468c05444c476ee40bf409f035ccd525bb600 | 0.85 | testing_debugging_repair_refactoring | 661 | false | 2026-07-17 |
using Machine.Specifications;
using MarRoverChallenge.Implementation.Movers;
using MarRoverChallenge.Implementation.Positions;
namespace MarRoverChallenge.Tests
{
public class given_rover_facing_north_at_location_2_2_when_moving_forward_by_two : RoverTestsBase
{
Establish context = () =>
{
Create100x100Grid_A... | MarkPearl/Kata_MarsRover | MarRoverChallenge/Tests/Rover Move Tests/North Facing Rover Tests/given_rover_facing_north_at_location22_when_moving_forward_by_two.cs | https://github.com/MarkPearl/Kata_MarsRover/blob/HEAD/MarRoverChallenge/Tests/Rover Move Tests/North Facing Rover Tests/given_rover_facing_north_at_location22_when_moving_forward_by_two.cs | ghcode:00168:c77e91924fab | mit | codeparrot/github-code | c77e91924fabc6560865884e593f838b99f19881b62d7bd17b100425b5998acb | 0.85 | testing_debugging_repair_refactoring | 183 | false | 2026-07-17 |
using Highway.Insurance.UI.Web.Controls.HtmlControls;
namespace Example.UI.Web.Tests.ObjectRepository
{
public class GoogleHomePageWithInvalidControlSearchProperties : WebPage
{
public EnhancedHtmlDiv controlWithInvalidSearchProperties = new EnhancedHtmlDiv("blanblah=res");
public new s... | HighwayFramework/Highway.Insurance | Highway/test/Example.UI.Web.Tests/ObjectRepository/GoogleHomePageWithInvalidControlSearchProperties.cs | https://github.com/HighwayFramework/Highway.Insurance/blob/HEAD/Highway/test/Example.UI.Web.Tests/ObjectRepository/GoogleHomePageWithInvalidControlSearchProperties.cs | ghcode:00168:8970e25c0731 | mit | codeparrot/github-code | 8970e25c0731d36b30d423d1f683053aaeb6ee9f7e98e9f8c6af6675e38c5fe8 | 0.85 | testing_debugging_repair_refactoring | 69 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using WordPressPCL.Models;
namespace WordPressPCL.Tests.Selfhosted.Utility
{
public static class ClientHelper
{
public static async Task<WordPressClient> GetAuthenticatedWordPressC... | wp-net/WordPressPCL | WordPressPCL.Tests.Selfhosted/Utility/ClientHelper.cs | https://github.com/wp-net/WordPressPCL/blob/HEAD/WordPressPCL.Tests.Selfhosted/Utility/ClientHelper.cs | ghcode:00168:a447f369457c | mit | codeparrot/github-code | a447f369457c6ef1dca3d4ba3f8a9adabb709a5feb62a537079075bb023b6481 | 0.75 | testing_debugging_repair_refactoring | 196 | false | 2026-07-17 |
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using GlobalExceptionHandler.Tests.Exceptions;
using GlobalExceptionHandler.Tests.Fixtures;
using GlobalExceptionHandler.WebApi;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.TestHost;
using Newto... | JosephWoodward/GlobalExceptionHandlerDotNet | src/GlobalExceptionHandler.Tests/WebApi/StatusCodeTests/StatusCodeAtRunTimeWithEnum.cs | https://github.com/JosephWoodward/GlobalExceptionHandlerDotNet/blob/HEAD/src/GlobalExceptionHandler.Tests/WebApi/StatusCodeTests/StatusCodeAtRunTimeWithEnum.cs | ghcode:00168:54754460a021 | mit | codeparrot/github-code | 54754460a0211e841f5f7dd67dcb56a3c327149dccff681511dd37846e572ccf | 0.6 | testing_debugging_repair_refactoring | 359 | false | 2026-07-17 |
namespace Resharper.Tests.CodeCleanup
{
using NUnit.Framework;
using JetBrains.Application.Settings;
using JetBrains.ProjectModel;
using JetBrains.ProjectModel.DataContext;
using JetBrains.ReSharper.Feature.Services.CodeCleanup;
using JetBrains.ReSharper.FeaturesTestFramework.CodeCleanup;
u... | idg10/order-usings | src/Resharper810.Tests/CodeCleanup/WhenOrderIsWrong.cs | https://github.com/idg10/order-usings/blob/HEAD/src/Resharper810.Tests/CodeCleanup/WhenOrderIsWrong.cs | ghcode:00168:a5e128e9eec4 | mit | codeparrot/github-code | a5e128e9eec4b5e2b5b158a6c51572c6ea5e7f65867270e2017e0cc984046e4d | 0.6 | testing_debugging_repair_refactoring | 416 | false | 2026-07-17 |
using Util.Helpers;
using Xunit;
namespace Util.Tests.Helpers {
/// <summary>
/// Url操作测试
/// </summary>
public class UrlTest {
/// <summary>
/// 合并Url
/// </summary>
[Theory]
[InlineData("http://a.com","b","http://a.com/b")]
[InlineData( "http://a.com/"... | yuleyule66/Util | test/Util.Tests/Helpers/UrlTest.cs | https://github.com/yuleyule66/Util/blob/HEAD/test/Util.Tests/Helpers/UrlTest.cs | ghcode:00168:a407e164620e | mit | codeparrot/github-code | a407e164620ece76fee19b4c2ba5f240118c343e86dd8afa091dd75db83223a8 | 0.85 | testing_debugging_repair_refactoring | 317 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace Zuehlke.AppMonitor.Server.Tests
{
// This project can output the Class library as a NuGet Package.
// To enable this option, right-click on the project and select the Properties menu item. I... | lehmamic/AppMonitor | test/Zuehlke.AppMonitor.Server.Tests/Class1.cs | https://github.com/lehmamic/AppMonitor/blob/HEAD/test/Zuehlke.AppMonitor.Server.Tests/Class1.cs | ghcode:00168:8fdfa6c746e5 | mit | codeparrot/github-code | 8fdfa6c746e52006a4c00164490633a25cac7cd1817de3a13d0c14b3075d1a67 | 0.6 | testing_debugging_repair_refactoring | 108 | false | 2026-07-17 |
// SPDX-License-Identifier: MIT
// Copyright wtfsckgh@gmail.com
// Copyright iced contributors
#if DECODER
using System.Diagnostics;
namespace Iced.Intel.DecoderInternal {
#if !NO_D3NOW
sealed class OpCodeHandler_D3NOW : OpCodeHandlerModRM {
internal static readonly Code[] CodeValues = CreateCodeValues();
stati... | 0xd4d/iced | src/csharp/Intel/Iced/Intel/DecoderInternal/OpCodeHandlers_D3NOW.cs | https://github.com/0xd4d/iced/blob/HEAD/src/csharp/Intel/Iced/Intel/DecoderInternal/OpCodeHandlers_D3NOW.cs | ghcode:00168:3e9afca52529 | mit | codeparrot/github-code | 3e9afca525297e2aea2d369507479a351586e106c61bd3ecc4ece6348857c6d1 | 0.85 | testing_debugging_repair_refactoring | 1,097 | false | 2026-07-17 |
using FluentAssertions;
using MyCouch.HttpRequestFactories;
using MyCouch.Requests;
using Xunit;
namespace UnitTests.HttpRequestFactories
{
public class DeleteDatabaseHttpRequestFactoryTests : UnitTestsOf<DeleteDatabaseHttpRequestFactory>
{
[Fact]
public void When_passing_db_name_It_should_gene... | danielwertheim/mycouch | source/tests/UnitTests/HttpRequestFactories/DeleteDatabaseHttpRequestFactoryTests.cs | https://github.com/danielwertheim/mycouch/blob/HEAD/source/tests/UnitTests/HttpRequestFactories/DeleteDatabaseHttpRequestFactoryTests.cs | ghcode:00168:e6775a8c62f3 | mit | codeparrot/github-code | e6775a8c62f37bd5bab1614012593719bb45eb6efe7e0e89b6c02d5ebf5592dc | 0.85 | testing_debugging_repair_refactoring | 112 | false | 2026-07-17 |
#region Usings
using System;
using Xunit;
#endregion
namespace Extend.Testing
{
public partial class StringExTest
{
[Fact]
public void SplitLinesTest()
{
const String value = "test";
var actual = value.SplitLines( StringSplitOptions.RemoveEmptyEntries );
... | DaveSenn/Extend | .Src/Extend.Testing/System.String/String.SplitLines.Test.cs | https://github.com/DaveSenn/Extend/blob/HEAD/.Src/Extend.Testing/System.String/String.SplitLines.Test.cs | ghcode:00168:db936477d7a0 | mit | codeparrot/github-code | db936477d7a0e0bca92e0a1c04833afef244ab377951a627df036f31f96618bc | 0.85 | testing_debugging_repair_refactoring | 589 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CheckConsolidate;
using NSubstitute;
using NUnit.Framework;
using WrapThat.SystemIO;
namespace CheckConsolidateTests
{
public class ScannerTests
{
[TestCase("Microsoft.VisualStudio... | KDISim/CheckConsolidate | CheckConsolidateTests/ScannerTests.cs | https://github.com/KDISim/CheckConsolidate/blob/HEAD/CheckConsolidateTests/ScannerTests.cs | ghcode:00168:fe83c8e5c5fc | mit | codeparrot/github-code | fe83c8e5c5fc897b2016f0aeffcd1a1ded61df92611f93e14140b62d1946426f | 0.75 | testing_debugging_repair_refactoring | 721 | false | 2026-07-17 |
/*
* Copyright (c) 2018 Algolia
* http://www.algolia.com/
*
* 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... | algolia/algoliasearch-client-csharp | src/Algolia.Search.Test/EndToEnd/Index/IndexingTest.cs | https://github.com/algolia/algoliasearch-client-csharp/blob/HEAD/src/Algolia.Search.Test/EndToEnd/Index/IndexingTest.cs | ghcode:00168:bb52306363d8 | mit | codeparrot/github-code | bb52306363d81bd84f5e4f4f43a691f31795878347bd1843ab163c7e198295fd | 0.7 | testing_debugging_repair_refactoring | 3,264 | 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,
/... | rcsir/RuNetImporter | RuNetImporter/Json.NET/Source/Src/Newtonsoft.Json.Tests/Linq/DynamicTests.cs | https://github.com/rcsir/RuNetImporter/blob/HEAD/RuNetImporter/Json.NET/Source/Src/Newtonsoft.Json.Tests/Linq/DynamicTests.cs | ghcode:00168:1909401d925d | unlicense | codeparrot/github-code | 1909401d925dc025f8aea0cccc4cc9098ea1a9a5dede622d525c359e9b84b852 | 0.88 | testing_debugging_repair_refactoring | 7,174 | false | 2026-07-17 |
using NUnit.Framework;
namespace Lucene.Net.Analysis.Hunspell
{
/*
* 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... | laimis/lucenenet | src/Lucene.Net.Tests.Analysis.Common/Analysis/Hunspell/TestComplexPrefix.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net.Tests.Analysis.Common/Analysis/Hunspell/TestComplexPrefix.cs | ghcode:00168:a286385d5be5 | apache-2.0 | codeparrot/github-code | a286385d5be5bad7e57866a900738318c04d28b2b02bf61b6dfc165ce40905da | 0.75 | testing_debugging_repair_refactoring | 385 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Amazon.DynamoDBv2.Model;
using AwsTools;
using GalleryBackend.Model;
using IndexBackend;
using Newtonsoft.Json.Linq;
using NUnit.Framework;
namespace SlideshowCreator.Scripts
{
class BuildListOfArtistsJsonForAlexa
{
[Test]
... | timg456789/SlideshowCreator | SlideshowCreator/SlideshowCreator/Scripts/BuildListOfArtistsJsonForAlexa.cs | https://github.com/timg456789/SlideshowCreator/blob/HEAD/SlideshowCreator/SlideshowCreator/Scripts/BuildListOfArtistsJsonForAlexa.cs | ghcode:00168:1db564574091 | apache-2.0 | codeparrot/github-code | 1db564574091f06e75c7c84aee6f04c5edea3e173d832a86ce6cd197d885b715 | 0.75 | testing_debugging_repair_refactoring | 276 | false | 2026-07-17 |
#region Copyright and license information
// Copyright 2001-2009 Stephen Colebourne
// Copyright 2009-2011 Jon Skeet
//
// 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... | haf/NodaTime | src/NodaTime.Test/DurationTest.Operators.cs | https://github.com/haf/NodaTime/blob/HEAD/src/NodaTime.Test/DurationTest.Operators.cs | ghcode:00168:7330a77e649a | apache-2.0 | codeparrot/github-code | 7330a77e649a5e33e62ae37847dbc7e3b8b56f70ee289072f3213daabbe3b13f | 0.7 | testing_debugging_repair_refactoring | 1,435 | false | 2026-07-17 |
using System;
using Xunit;
namespace BerlinClock.Tests
{
public class BerlinClockConverterTests
{
[Theory]
[InlineData("00:00:00", "OOOO")]
[InlineData("23:59:59", "YYYY")]
[InlineData("12:32:00", "YYOO")]
[InlineData("12:34:00", "YYYY")]
[InlineData("12:35:00",... | mattlaver/agilekatas | berlinclock/BerlinClock.Tests/BerlinClockConverterTests.cs | https://github.com/mattlaver/agilekatas/blob/HEAD/berlinclock/BerlinClock.Tests/BerlinClockConverterTests.cs | ghcode:00168:b64f62ebf35f | apache-2.0 | codeparrot/github-code | b64f62ebf35f896db1d6dbc5d77d06850071b9cef4414d5720270213f4579371 | 0.75 | testing_debugging_repair_refactoring | 895 | 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://www.a... | citizenmatt/gallio | src/MbUnit/MbUnit.Tests/Framework/AssertTest_Serialization.cs | https://github.com/citizenmatt/gallio/blob/HEAD/src/MbUnit/MbUnit.Tests/Framework/AssertTest_Serialization.cs | ghcode:00168:0c3c03215f9d | apache-2.0 | codeparrot/github-code | 0c3c03215f9df4751a351c9c556688992838572f3af39a89a67df6071d24f919 | 0.85 | testing_debugging_repair_refactoring | 2,906 | false | 2026-07-17 |
using System;
using System.ComponentModel;
using Moq;
namespace Xunit.Faking.Moq.FakeApiSpecs
{
[Concern(typeof(Xunit.FakeApi))]
public class When_setting_up_a_method_result_on_a_generated__Stub__partially_using_Moqs_argument_matchers : StaticContextSpecification
{
private IServiceProvider _depend... | BjRo/xunitbddextensions | Source/xUnit.BDDExtensions.Faking.Moq.Specs/Setting_up_method_return_values_partially_using_Moq_api.cs | https://github.com/BjRo/xunitbddextensions/blob/HEAD/Source/xUnit.BDDExtensions.Faking.Moq.Specs/Setting_up_method_return_values_partially_using_Moq_api.cs | ghcode:00168:cec34703e15f | apache-2.0 | codeparrot/github-code | cec34703e15f5aceb7ee9a0de1dd4e71366df3fd048000a7bebcb5e786e0bc5f | 0.6 | testing_debugging_repair_refactoring | 216 | false | 2026-07-17 |
using NUnit.Framework;
using Reactive4.NET.utils;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Reactive4.NET.Test.Direct
{
[TestFixture]
public class MpscLinkedArrayQueueTest
{
[Test]
[Timeout(5000)]
public void Normal()
{... | akarnokd/Reactive4.NET | Reactive4.NET.Test/MpscLinkedArrayQueueTest.cs | https://github.com/akarnokd/Reactive4.NET/blob/HEAD/Reactive4.NET.Test/MpscLinkedArrayQueueTest.cs | ghcode:00168:a51b83a80d6b | apache-2.0 | codeparrot/github-code | a51b83a80d6bdf3bd3290a7f553f582cd7ae532ccbf3add1045410a4b9b3e5d0 | 0.6 | testing_debugging_repair_refactoring | 1,397 | false | 2026-07-17 |
using System;
using System.Threading;
using System.Threading.Tasks;
using Akka.Actor;
using Akka.Configuration;
using Akka.Remote.Transport;
using Akka.Tests;
using Akka.Tools;
using Google.ProtocolBuffers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Akka.Remote.Tests
{
[TestClass]
public cl... | Horusiath/akka.net | test/Akka.Remote.Tests/RemotingSpec.cs | https://github.com/Horusiath/akka.net/blob/HEAD/test/Akka.Remote.Tests/RemotingSpec.cs | ghcode:00168:058ceebf0d57 | apache-2.0 | codeparrot/github-code | 058ceebf0d576048fbfcfdf4b46ff1921494030c2da4646c0691c4165e294ced | 0.85 | testing_debugging_repair_refactoring | 2,401 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Castle.MicroKernel.Registration;
using Castle.Windsor;
using Xunit;
namespace FeatureSwitcher.Windsor.Tests
{
public class FeatureSwitcherRegistrationExtensionsTest
{
... | queueit/FeatureSwitcher.Windsor | test/FeatureSwitcher.Windsor.Tests/FeatureSwitcherRegistrationExtensionsTest.cs | https://github.com/queueit/FeatureSwitcher.Windsor/blob/HEAD/test/FeatureSwitcher.Windsor.Tests/FeatureSwitcherRegistrationExtensionsTest.cs | ghcode:00168:a99f058f1744 | apache-2.0 | codeparrot/github-code | a99f058f17440f332fcd9a6acc99b10564cb6e64473df80c2d0ee3a75a02d399 | 0.6 | testing_debugging_repair_refactoring | 636 | false | 2026-07-17 |
using System;
using System.Diagnostics;
namespace Lucene.Net.Search
{
/*
* 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 l... | laimis/lucenenet | src/Lucene.Net/Search/SearcherManager.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net/Search/SearcherManager.cs | ghcode:00168:10daf4e25752 | apache-2.0 | codeparrot/github-code | 10daf4e25752a4c4079bbc8355cdaf881ea9d9e22afa3e2b45e30adb51f281d8 | 0.85 | testing_debugging_repair_refactoring | 1,709 | false | 2026-07-17 |
using BEPUphysics.Entities;
using System;
using BEPUphysics.CollisionShapes;
using BEPUphysics.CollisionShapes.ConvexShapes;
using BEPUutilities;
namespace BEPUphysicsDemos.Demos.Extras.Tests
{
/// <summary>
/// Demo showing a wall of blocks stacked up.
/// </summary>
public class GeneralCo... | Anomalous-Software/BEPUPhysics | BEPUphysicsDemos/BEPUphysicsDemos/Demos/Extras/Tests/GeneralConvexPairStressDemo.cs | https://github.com/Anomalous-Software/BEPUPhysics/blob/HEAD/BEPUphysicsDemos/BEPUphysicsDemos/Demos/Extras/Tests/GeneralConvexPairStressDemo.cs | ghcode:00168:8c406e5e2030 | apache-2.0 | codeparrot/github-code | 8c406e5e203001991bb925e1d9ff3e252087826bf5e9b0da7ac3dfcf1fee49d2 | 0.95 | testing_debugging_repair_refactoring | 854 | false | 2026-07-17 |
/*
* Copyright 2007-2015 JetBrains
*
* 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 agreed to ... | JetBrains/resharper-cyclomatic-complexity | src/dotnet/PowerToys.CyclomaticComplexity.Tests/JsComplexityHighlightingTest.cs | https://github.com/JetBrains/resharper-cyclomatic-complexity/blob/HEAD/src/dotnet/PowerToys.CyclomaticComplexity.Tests/JsComplexityHighlightingTest.cs | ghcode:00168:da9e063c8b7e | apache-2.0 | codeparrot/github-code | da9e063c8b7e05628a103e9981a3f7ad432aaa8cee8d3d7bd9fb8185610d1661 | 0.75 | testing_debugging_repair_refactoring | 676 | false | 2026-07-17 |
#region Copyright
// Copyright 2014 Myrcon Pty. Ltd.
//
// 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 appl... | phogue/Potato | src/Potato.Core.Test/Database/TestDatabaseMigrationController.cs | https://github.com/phogue/Potato/blob/HEAD/src/Potato.Core.Test/Database/TestDatabaseMigrationController.cs | ghcode:00168:79c971cb6dce | apache-2.0 | codeparrot/github-code | 79c971cb6dce97b36cc74edfdef501279505a0e4647081456a9ffe0efef9d9ed | 0.85 | testing_debugging_repair_refactoring | 1,087 | false | 2026-07-17 |
using AspectInjector.Analyzer.Analyzers;
using AspectInjector.Rules;
using Microsoft.CodeAnalysis.Diagnostics;
using TestHelper;
using Xunit;
namespace AspectInjector.Analyzer.Test.Analyzers
{
public class MixinAnalyzerTests : CorrectDefinitionsTests
{
[Fact]
public void Can_Mixin_Only_Interfa... | pamidur/aspect-injector | tests/AspectInjector.Analyzer.Tests/Analyzers/MixinAnalyzerTests.cs | https://github.com/pamidur/aspect-injector/blob/HEAD/tests/AspectInjector.Analyzer.Tests/Analyzers/MixinAnalyzerTests.cs | ghcode:00168:9aa8641a0a99 | apache-2.0 | codeparrot/github-code | 9aa8641a0a99a368309776b30e3ebd791b21cbc60fb94521f7283026235390e1 | 0.75 | testing_debugging_repair_refactoring | 543 | false | 2026-07-17 |
using System;
using System.Collections.Specialized;
using System.Net;
using Elasticsearch.Net;
using Elasticsearch.Net.Connection;
using Elasticsearch.Net.ConnectionPool;
using Nest;
using System.Text;
using Elasticsearch.Net.Providers;
using FluentAssertions;
using Tests.Framework;
using System.Linq;
using System.Col... | jonyadamit/elasticsearch-net | src/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/ConnectionPooling.Doc.cs | https://github.com/jonyadamit/elasticsearch-net/blob/HEAD/src/Tests/ClientConcepts/ConnectionPooling/BuildingBlocks/ConnectionPooling.Doc.cs | ghcode:00168:d76a71c0a6b4 | apache-2.0 | codeparrot/github-code | d76a71c0a6b49a72739b308891c5ebc401ec1df54531d397cd3a5547dc58489a | 0.95 | testing_debugging_repair_refactoring | 1,067 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using PrecizeSoft.IO.Converters;
using System.IO;
using System.Threading;
using System.Diagnostics;
namespace PrecizeSoft.IO.Tests.Converters
{
public class LOToPdfConverterTests: IClas... | precizeman/precizesoft-io | tests/PrecizeSoft.IO.LibreOffice.Tests/Converters/LOToPdfConverterTests.cs | https://github.com/precizeman/precizesoft-io/blob/HEAD/tests/PrecizeSoft.IO.LibreOffice.Tests/Converters/LOToPdfConverterTests.cs | ghcode:00168:56a0b39ae824 | apache-2.0 | codeparrot/github-code | 56a0b39ae824b124098a38a6c527e08640727533f47f042d9f96ed082b76c93c | 0.75 | testing_debugging_repair_refactoring | 678 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using App.Metrics.Apdex;
using App.Metrics.BucketHistogram;
using App.Metrics.BucketTimer;
using App.Metrics.Counter;
using App.Metrics.Formatting.StatsD;
using Ap... | alhardy/AppMetrics | src/Reporting/test/App.Metrics.Reporting.StatsD.Facts/StatsDPointTest.cs | https://github.com/alhardy/AppMetrics/blob/HEAD/src/Reporting/test/App.Metrics.Reporting.StatsD.Facts/StatsDPointTest.cs | ghcode:00168:c4f33ac6fcbb | apache-2.0 | codeparrot/github-code | c4f33ac6fcbbce80d599dbc9d0332a2f1f0561166b56cc7157ccf03c1c8c07ef | 0.95 | testing_debugging_repair_refactoring | 1,912 | false | 2026-07-17 |
using Pchp.Core.Utilities;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Pchp.Core
{
partial class Context
{
... | iolevel/peachpie | src/Peachpie.Runtime/Context.ScriptsMap.cs | https://github.com/iolevel/peachpie/blob/HEAD/src/Peachpie.Runtime/Context.ScriptsMap.cs | ghcode:00168:31d019b77c35 | apache-2.0 | codeparrot/github-code | 31d019b77c359ee6c6398108989aad78bdc37d794a1f69eebd5d8dcd36213e7d | 0.7 | testing_debugging_repair_refactoring | 3,084 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TupleGeo.General.Windows.Presentation.Tests.Filtering {
/// <summary>
///
/// </summary>
public sealed class Person {
/// <summary>
///
/// </summary>
public int Id {
get;
set;
... | TupleGeo/base | src/TupleGeo.General.Windows.Presentation/tests/Filtering/Person.cs | https://github.com/TupleGeo/base/blob/HEAD/src/TupleGeo.General.Windows.Presentation/tests/Filtering/Person.cs | ghcode:00168:2e81672c5eb4 | apache-2.0 | codeparrot/github-code | 2e81672c5eb411bda5fe8dcee11bb921c90fdac32bc4250cc1aca429ff2fabf3 | 0.95 | testing_debugging_repair_refactoring | 128 | 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/RegressionAlgorithms/Test_MixedAssets.cs | https://github.com/aricooperman/jLean/blob/HEAD/orig-src/Tests/RegressionAlgorithms/Test_MixedAssets.cs | ghcode:00168:1a2c87e828f6 | apache-2.0 | codeparrot/github-code | 1a2c87e828f698f60e855409840506621d15f71de7ee9ae8f7833c7d1bb6fb2a | 0.95 | testing_debugging_repair_refactoring | 1,134 | false | 2026-07-17 |
// ReSharper disable InconsistentNaming
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions;
using SmartElk.Antler.Core.Domain;
using SmartElk.Antler.Specs.Shared.Entities;
namespace SmartElk.Antler.Specs.Shared.CommonSpecs
{
public static class CommonDomainSpecs
{
... | SmartElk/Antler | src/specs/Antler-Specs-Shared/CommonSpecs/CommonDomainSpecs.cs | https://github.com/SmartElk/Antler/blob/HEAD/src/specs/Antler-Specs-Shared/CommonSpecs/CommonDomainSpecs.cs | ghcode:00168:593738fb01fa | apache-2.0 | codeparrot/github-code | 593738fb01fa0522114afd8485b03155c3cc07cbcd316d9f962bbb2f38daab03 | 0.7 | testing_debugging_repair_refactoring | 4,024 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Reflection;
using Torch.Utils;
using Xunit;
namespace Torch.Tests
{
public class ReflectionSystemTest
{
static ReflectionSystemTest()
{
TestUtils.Init();
}
private static ReflectionTestManager _manager = ... | TorchAPI/Torch | Torch.Tests/ReflectionSystemTest.cs | https://github.com/TorchAPI/Torch/blob/HEAD/Torch.Tests/ReflectionSystemTest.cs | ghcode:00168:7f9c7c7c991f | apache-2.0 | codeparrot/github-code | 7f9c7c7c991fbd2cad05b24b9a9a53496c3039e8850ccb5d9f39e6a75dcdb0d1 | 0.7 | testing_debugging_repair_refactoring | 2,295 | false | 2026-07-17 |
/*
* ******************************************************************************
* Copyright 2014 Spectra Logic 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. A copy of the License is lo... | asomers/ds3_net_sdk | TestDs3/Helpers/RangeTranslators/TestObjectToPartRangeTranslator.cs | https://github.com/asomers/ds3_net_sdk/blob/HEAD/TestDs3/Helpers/RangeTranslators/TestObjectToPartRangeTranslator.cs | ghcode:00168:34ee788a2556 | apache-2.0 | codeparrot/github-code | 34ee788a25563f961b4a958fe12187563e67c7895b5d7a611953e20a03b30cc1 | 0.75 | testing_debugging_repair_refactoring | 419 | false | 2026-07-17 |
using System.Threading.Tasks;
using Flood.Remoting;
using Flood.Remoting.Metadata;
using NUnit.Framework;
namespace RemotingGen.Tests.Services
{
[TestFixture]
public class DataObjectBaseClass
{
#region Service
[DataObject(14)]
public class DataObjectBase
{
[Id(0... | FloodProject/flood | src/Tools/RemotingGen.Tests/Services/DataObjectBaseClass.cs | https://github.com/FloodProject/flood/blob/HEAD/src/Tools/RemotingGen.Tests/Services/DataObjectBaseClass.cs | ghcode:00168:301d1630eb5d | bsd-2-clause | codeparrot/github-code | 301d1630eb5d1bb1d52e79786025d0477838a62e569b8b0108460d7a17596ab7 | 0.68 | testing_debugging_repair_refactoring | 447 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.Selenium;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium.IE;
using OpenQA.Selenium.Support.UI;
using OpenQA.Selenium.Remote;
using CSharp_Blusource_Selenium.Pages;
using CSharp_Blusource_Selenium.Toolkit;... | Orasi/c_sharp_bluesource | Tests/Old tests/UnitTests_Bluesource(#0001).cs | https://github.com/Orasi/c_sharp_bluesource/blob/HEAD/Tests/Old tests/UnitTests_Bluesource(#0001).cs | ghcode:00168:746bed64d0d4 | bsd-3-clause | codeparrot/github-code | 746bed64d0d48d22f75996f9d31ea261de53e0185effe32f6dd8e245418f7a30 | 0.7 | testing_debugging_repair_refactoring | 927 | false | 2026-07-17 |
using Xunit;
using System.Linq;
using Metsys.Validate.Validators;
namespace Mogade.Tests.ValidatorTests
{
public class StringLengthValidatorTests
{
[Fact]
public void ANonStringIsAlwaysinvalid()
{
Assert.False(new StringLengthValidator(0, 100).IsValid(new object()... | karlseguin/Metsys.Validate | Metsys.Validate.Tests/StringLengthValidatorTests.cs | https://github.com/karlseguin/Metsys.Validate/blob/HEAD/Metsys.Validate.Tests/StringLengthValidatorTests.cs | ghcode:00168:484d79c6d4f0 | bsd-3-clause | codeparrot/github-code | 484d79c6d4f03146ffe1296ae68505ad9b2275d32638eed4673cd5d6dbba8c57 | 0.75 | testing_debugging_repair_refactoring | 612 | false | 2026-07-17 |
using GenFx.Components.Populations;
using GenFx.Components.Scaling;
using GenFx.Validation;
using System;
using TestCommon;
using TestCommon.Helpers;
using TestCommon.Mocks;
using Xunit;
namespace GenFx.Components.Tests
{
/// <summary>
///This is a test class for GenFx.Components.Scaling.SigmaScalingStrategy ... | mthalman/GenFx | src/GenFx.Components.Tests/SigmaScalingStrategyTest.cs | https://github.com/mthalman/GenFx/blob/HEAD/src/GenFx.Components.Tests/SigmaScalingStrategyTest.cs | ghcode:00168:ddb188a06709 | mit | codeparrot/github-code | ddb188a0670915879250e4550043f2783883a39bea86991dc3019dd241205d75 | 0.7 | testing_debugging_repair_refactoring | 1,413 | false | 2026-07-17 |
namespace Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Helpers
{
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.ApplicationInsights.Channel;
using Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.... | pharring/ApplicationInsights-dotnet | BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Tests/Helpers/StubTelemetrySerializer.cs | https://github.com/pharring/ApplicationInsights-dotnet/blob/HEAD/BASE/Test/ServerTelemetryChannel.Test/TelemetryChannel.Tests/Helpers/StubTelemetrySerializer.cs | ghcode:00168:d34fa10f4976 | mit | codeparrot/github-code | d34fa10f4976fe7051d2af07072e96b84aa5ddcd6821416904281d0fd8800133 | 0.85 | testing_debugging_repair_refactoring | 167 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2007 Charlie Poole, Rob Prouse
//
// 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 restr... | ggeurts/nunit | src/NUnitFramework/tests/Constraints/XmlSerializableTest.cs | https://github.com/ggeurts/nunit/blob/HEAD/src/NUnitFramework/tests/Constraints/XmlSerializableTest.cs | ghcode:00168:62b3fd2e7bf0 | mit | codeparrot/github-code | 62b3fd2e7bf0bcbac12c9ee02d7ca1f59ac3b69b077fb1f42ceb4aa18a53130b | 0.95 | testing_debugging_repair_refactoring | 517 | 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.Buffers;
using Xunit;
namespace System.MemoryTests
{
public static partial class MemoryTests
{... | axelheer/corefx | src/System.Memory/tests/Memory/Retain.cs | https://github.com/axelheer/corefx/blob/HEAD/src/System.Memory/tests/Memory/Retain.cs | ghcode:00168:c49e57eedbd2 | mit | codeparrot/github-code | c49e57eedbd2073489758ba8be9637330a04df64fe2b22c8f4ba47839da9947c | 0.95 | testing_debugging_repair_refactoring | 958 | false | 2026-07-17 |
// Copyright (c) 2015 ZZZ Projects. All rights reserved
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
// Website: http://www.zzzprojects.com/
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
// All ZZZ Projects products: Entity Framework ... | mario-loza/Z.ExtensionMethods | test/Z.Core.Test/System.DateTime/DateTime.IsMorning.cs | https://github.com/mario-loza/Z.ExtensionMethods/blob/HEAD/test/Z.Core.Test/System.DateTime/DateTime.IsMorning.cs | ghcode:00168:24a8116937ba | mit | codeparrot/github-code | 24a8116937baa8fb3ad5f13c90a4b3665781c3655086aedfb64234bfe37a993a | 0.7 | testing_debugging_repair_refactoring | 266 | false | 2026-07-17 |
namespace NEventStore.Persistence.AcceptanceTests
{
using System;
using NEventStore.Persistence.AcceptanceTests.BDD;
using NEventStore.Persistence.Sql;
using NEventStore.Persistence.Sql.SqlDialects;
using Xunit;
using Xunit.Should;
public class when_specifying_a_hasher : SpecificationBase
... | jamiegaines/NEventStore | src/NEventStore.Persistence.MsSql.Tests/WireupTests.cs | https://github.com/jamiegaines/NEventStore/blob/HEAD/src/NEventStore.Persistence.MsSql.Tests/WireupTests.cs | ghcode:00168:dde18951f620 | mit | codeparrot/github-code | dde18951f620e31b3552c2d8daa29abc2dfbaefb7da7b7b78bbed04506930db7 | 0.75 | testing_debugging_repair_refactoring | 316 | 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;
using Microsoft.DotNet.Interactive.Formatting;
namespace Microsoft.Data.Analysis.In... | dotnet/corefxlab | tests/Microsoft.Data.Analysis.Interactive.Tests/DataFrameInteractiveTests.cs | https://github.com/dotnet/corefxlab/blob/HEAD/tests/Microsoft.Data.Analysis.Interactive.Tests/DataFrameInteractiveTests.cs | ghcode:00168:278bf2c1b47a | mit | codeparrot/github-code | 278bf2c1b47a20920cb98b87d818805d742a6d654d040f9731627adcebee822c | 0.85 | testing_debugging_repair_refactoring | 480 | 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.Linq;
using System.Security;
usi... | abock/roslyn | src/EditorFeatures/TestUtilities/SignatureHelp/AbstractSignatureHelpProviderTests.cs | https://github.com/abock/roslyn/blob/HEAD/src/EditorFeatures/TestUtilities/SignatureHelp/AbstractSignatureHelpProviderTests.cs | ghcode:00168:3a702a6e39bf | mit | codeparrot/github-code | 3a702a6e39bf7c78f953b3b030ce4bd12b406ef195776fe89677478cac89641f | 0.85 | testing_debugging_repair_refactoring | 4,045 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Ivony.Data;
using Ivony.Data.Queries;
namespace Ivony.Data.Test
{
[TestClass]
public class ParameterizedQueryTest
{
[TestMethod]
public void TemplateParserTest()
{
var query = Db.T( "SELECT * FROM Users" );
Assert.A... | Ivony/DbUtility | Sources/Ivony.Data.Test/ParameterizedQueryTest.cs | https://github.com/Ivony/DbUtility/blob/HEAD/Sources/Ivony.Data.Test/ParameterizedQueryTest.cs | ghcode:00168:473c17f99c94 | apache-2.0 | codeparrot/github-code | 473c17f99c949ef4bbc070b15628f9a234f347ec03111f80f6286bece98e2b9a | 0.6 | testing_debugging_repair_refactoring | 3,070 | false | 2026-07-17 |
using System;
using Lychee.Core;
using NUnit.Framework;
namespace Lychee.Tests
{
public class PreconditionTests
{
[Test]
[ExpectedException(typeof(ArgumentException), ExpectedMessage = "Precondition check for 'argument' failed.\r\nParameter name: argument")]
public void False_Condition... | adamschmidt/lychee | Lychee.Tests/PreconditionTests.cs | https://github.com/adamschmidt/lychee/blob/HEAD/Lychee.Tests/PreconditionTests.cs | ghcode:00168:7185e1bfe9e2 | apache-2.0 | codeparrot/github-code | 7185e1bfe9e2a520a7871bdc4c749727d8e05c40555699449064294e7b111d38 | 0.75 | testing_debugging_repair_refactoring | 375 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Fatec.Treinamento.Data.Repositories;
using Fatec.Treinamento.Model;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Fatec.Treinamento.Testes.Data.Tests
{
[TestClass]
public class PerfilRepositoryTe... | viceri/formacao-talentos | Fatec.Treinamento.Testes/Data.Tests/PerfilRepositoryTests.cs | https://github.com/viceri/formacao-talentos/blob/HEAD/Fatec.Treinamento.Testes/Data.Tests/PerfilRepositoryTests.cs | ghcode:00168:1b3eb1b5715e | apache-2.0 | codeparrot/github-code | 1b3eb1b5715ee5e4fc4248ff4f3ba1e76f360b6a29caae3ee867806abbcbd29f | 0.75 | testing_debugging_repair_refactoring | 546 | false | 2026-07-17 |
using Bridge.Test.NUnit;
namespace Bridge.ClientTest.Batch3.BridgeIssues
{
[Category(Constants.MODULE_ISSUES)]
[TestFixture(TestNameFormat = "#1812 - {0}")]
public class Bridge1812
{
public class _Object
{
private int value;
public _Object(int value)
... | AndreyZM/Bridge | Tests/Batch3/BridgeIssues/1800/N1812.cs | https://github.com/AndreyZM/Bridge/blob/HEAD/Tests/Batch3/BridgeIssues/1800/N1812.cs | ghcode:00168:f66b20199f21 | apache-2.0 | codeparrot/github-code | f66b20199f2192b4680dbdc6c08f2713a3f478ce5a53db94f25c9e5d41355df2 | 0.75 | testing_debugging_repair_refactoring | 240 | 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.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.Diagnostics;
using System.Linq;
us... | wschae/roslyn | src/Features/CSharp/EditAndContinue/CSharpEditAndContinueAnalyzer.cs | https://github.com/wschae/roslyn/blob/HEAD/src/Features/CSharp/EditAndContinue/CSharpEditAndContinueAnalyzer.cs | ghcode:00168:3d7b4a0aef9c | apache-2.0 | codeparrot/github-code | 3d7b4a0aef9c823924a3e0adf631a20bc3a5d6dd7f9643f05db6e2198e10eea8 | 0.72 | testing_debugging_repair_refactoring | 21,330 | false | 2026-07-17 |
// <copyright file="MapDefinitionTest.cs" company="Palador Open Source">
// Copyright (c) Palador Open Source. All rights reserved. See License.txt in the project root for license information.
// </copyright>
namespace Mata.Test
{
using System;
using System.Collections.Generic;
using System.Data;
... | cleverguy25/Mata | Mata.Test/MapDefinitionTest.cs | https://github.com/cleverguy25/Mata/blob/HEAD/Mata.Test/MapDefinitionTest.cs | ghcode:00168:377ff0137961 | apache-2.0 | codeparrot/github-code | 377ff0137961241bbf2adc2be65cdc98b035c128be43ebccdf74f706e0691f57 | 0.7 | testing_debugging_repair_refactoring | 1,656 | 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.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Analyzer.Utilities.Ext... | qinxgit/roslyn-analyzers | src/Roslyn.Diagnostics.Analyzers/Core/DeclarePublicAPIAnalyzer.Impl.cs | https://github.com/qinxgit/roslyn-analyzers/blob/HEAD/src/Roslyn.Diagnostics.Analyzers/Core/DeclarePublicAPIAnalyzer.Impl.cs | ghcode:00168:2445f94ed08a | apache-2.0 | codeparrot/github-code | 2445f94ed08adae2dafc343811452b02014cfb2be8ece9d5e8dd89cd704ca4c2 | 0.85 | testing_debugging_repair_refactoring | 3,653 | false | 2026-07-17 |
using J2N.Threading;
using J2N.Threading.Atomic;
using Lucene.Net.Analysis.Standard;
using Lucene.Net.Documents;
using Lucene.Net.Index.Extensions;
using Lucene.Net.Store;
using Lucene.Net.Support.Threading;
using Lucene.Net.Util;
using NUnit.Framework;
using RandomizedTesting.Generators;
using System;
using System.Co... | apache/lucenenet | src/Lucene.Net.Tests/Search/TestControlledRealTimeReopenThread.cs | https://github.com/apache/lucenenet/blob/HEAD/src/Lucene.Net.Tests/Search/TestControlledRealTimeReopenThread.cs | ghcode:00168:b4e2b5e273f0 | apache-2.0 | codeparrot/github-code | b4e2b5e273f0911cafd706c9059bebbf05fbc62a8caa46c5f6c56f5d6716602d | 0.85 | testing_debugging_repair_refactoring | 7,856 | 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.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.L... | reaction1989/roslyn | src/Compilers/CSharp/Portable/Lowering/AsyncRewriter/AsyncRewriter.AsyncIteratorRewriter.cs | https://github.com/reaction1989/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/AsyncRewriter/AsyncRewriter.AsyncIteratorRewriter.cs | ghcode:00168:b4622d7890b2 | apache-2.0 | codeparrot/github-code | b4622d7890b2bf95d0f766eeeb69ded49de48826ad8ac34bf2232a5797df0293 | 0.85 | testing_debugging_repair_refactoring | 7,248 | false | 2026-07-17 |
//
// Copyright 2015 Blu Age Corporation - Plano, Texas
//
// 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
//
// Un... | pkubryk/SummerBatch | Summer.Batch.CoreTests/Core/Listener/OrderedCompositeTests.cs | https://github.com/pkubryk/SummerBatch/blob/HEAD/Summer.Batch.CoreTests/Core/Listener/OrderedCompositeTests.cs | ghcode:00168:d7b00889d53b | apache-2.0 | codeparrot/github-code | d7b00889d53b7dc47b84a666dac4f787162bc37e0811f50a51a18b2e900620a8 | 0.85 | testing_debugging_repair_refactoring | 994 | false | 2026-07-17 |
#region Licence
/*
* Copyright (C) 2008 The Android Open Source Project
*
* 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
*
* Unle... | Keripo/Beats2 | beats2td/Assets/Scripts/Tools/TimSort/TimSortExtender.cs | https://github.com/Keripo/Beats2/blob/HEAD/beats2td/Assets/Scripts/Tools/TimSort/TimSortExtender.cs | ghcode:00168:2cc81a892448 | bsd-3-clause | codeparrot/github-code | 2cc81a892448a90edb22b244925c608c26f85c421b69183553f0f542dadb15e9 | 0.85 | testing_debugging_repair_refactoring | 3,410 | false | 2026-07-17 |
// Copyright © 2020 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Reflection;
namespace CefSharp.Test.Framework
{
public class TestMemberInfo : MemberInfo
{
private readonly... | Livit/CefSharp | CefSharp.Test/Framework/TestMemberInfo.cs | https://github.com/Livit/CefSharp/blob/HEAD/CefSharp.Test/Framework/TestMemberInfo.cs | ghcode:00168:e027d29443bc | bsd-3-clause | codeparrot/github-code | e027d29443bce561bb3f579d00e1276d07dabf7274324328a5fed2d2de9985fe | 0.85 | testing_debugging_repair_refactoring | 227 | 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.
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// CESchedulerPairTests... | BrennanConroy/corefx | src/System.Threading.Tasks/tests/CESchedulerPairTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Threading.Tasks/tests/CESchedulerPairTests.cs | ghcode:00168:c07a20765f91 | mit | codeparrot/github-code | c07a20765f9111906b56c8b1572322c01ddea0c4beacf734cba142b918972c47 | 0.95 | testing_debugging_repair_refactoring | 6,018 | false | 2026-07-17 |
// <copyright company="XATA">
// Copyright (c) 2017, All Right Reserved
// </copyright>
// <author>Ivan Ivchenko</author>
// <email>iivchenko@live.com</email>
using System.Collections.Generic;
using NUnit.Framework;
using ShogunLib.CommandLine.Commands.Parameters.ArgumentValidation.LimitValidation;
namespace Sh... | iivchenko/ShogunLib.CommandLine | Src/ShogunLib.CommandLine.Tests/Commands/Parameters/ArgumentValidation/LimitValidation/OptionalParameterTests.cs | https://github.com/iivchenko/ShogunLib.CommandLine/blob/HEAD/Src/ShogunLib.CommandLine.Tests/Commands/Parameters/ArgumentValidation/LimitValidation/OptionalParameterTests.cs | ghcode:00168:e5dc533973a1 | mit | codeparrot/github-code | e5dc533973a1efaeee8476180f163494a185ff9f4b44a85b9f00320eb10a7de1 | 0.85 | testing_debugging_repair_refactoring | 271 | 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.IO;
using System.Text;
using Xunit;
public class PathInternal_Unix_Tests
{
[Theory,
... | Ermiar/corefx | src/Common/tests/Tests/System/IO/PathInternal_Unix_Tests.cs | https://github.com/Ermiar/corefx/blob/HEAD/src/Common/tests/Tests/System/IO/PathInternal_Unix_Tests.cs | ghcode:00168:969150415ea2 | mit | codeparrot/github-code | 969150415ea27decca7d318a1053d5cbb993b18643b01bc3a3e65045ece92c53 | 0.95 | testing_debugging_repair_refactoring | 323 | false | 2026-07-17 |
//------------------------------------------------------------------------------
// <copyright file="StreamedReader.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation
// </copyright>
//------------------------------------------------------------------------------
namespace Microsoft.WindowsAzure.Storag... | littlerufe/MyFirstRepository | lib/TransferControllers/TransferReaders/StreamedReader.cs | https://github.com/littlerufe/MyFirstRepository/blob/HEAD/lib/TransferControllers/TransferReaders/StreamedReader.cs | ghcode:00168:450734aaac99 | mit | codeparrot/github-code | 450734aaac997392a4356ef67f66eebc71f9f6178a6385ba6bf2fa5d492e1402 | 0.85 | testing_debugging_repair_refactoring | 2,369 | false | 2026-07-17 |
using System.Threading.Tasks;
using HandlerOrdering;
using NServiceBus;
#region express-order1
public class MessageHandler1 :
IHandleMessages<MyMessage>,
IWantToRunAfter<MessageHandler3>
{
#endregion
public Task Handle(MyMessage message, IMessageHandlerContext context)
{
return Task.Compl... | SimonCropp/HandlerOrdering | src/Tests/Snippets/MessageHandler1.cs | https://github.com/SimonCropp/HandlerOrdering/blob/HEAD/src/Tests/Snippets/MessageHandler1.cs | ghcode:00168:365fe2c7c2be | mit | codeparrot/github-code | 365fe2c7c2be3b27f736c9830713602eafbe30f303491ff2c0d6b1314b268246 | 0.85 | testing_debugging_repair_refactoring | 71 | 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,... | AustinHull/nodejstools | Nodejs/Tests/AnalysisTests/FormatterTests.cs | https://github.com/AustinHull/nodejstools/blob/HEAD/Nodejs/Tests/AnalysisTests/FormatterTests.cs | ghcode:00168:826a2dd50a3b | apache-2.0 | codeparrot/github-code | 826a2dd50a3bed54c96307b6dbc19bfdfcd6efc9c3d38ef8b31f1bfcd299847b | 0.95 | testing_debugging_repair_refactoring | 13,373 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cassandra.Serialization;
using NUnit.Framework;
namespace Cassandra.Tests
{
[TestFixture]
public class DataTypeParserTests
{
[Test]
public void ParseDataTypeNameSingleTest()
{
va... | jorgebay/csharp-driver | src/Cassandra.Tests/DataTypeParserTests.cs | https://github.com/jorgebay/csharp-driver/blob/HEAD/src/Cassandra.Tests/DataTypeParserTests.cs | ghcode:00168:e094223f6bbf | apache-2.0 | codeparrot/github-code | e094223f6bbfc18308b09fcb4f04972c851b0f8168e76358a4b15272ca537ace | 0.75 | testing_debugging_repair_refactoring | 2,827 | false | 2026-07-17 |
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Components;
using FBPLib;
namespace TestNetworks
{
/** This network is intended to test LoadBalance component */
public class TestLoadBalancer : Network
{
/* *
* Copyr... | krattai/monoflow | reference_code/csharpfbp/TestNetworks/TestLoadBalancer/TestLoadBalancer.cs | https://github.com/krattai/monoflow/blob/HEAD/reference_code/csharpfbp/TestNetworks/TestLoadBalancer/TestLoadBalancer.cs | ghcode:00168:362d38a362da | bsd-2-clause | codeparrot/github-code | 362d38a362da2befc9f3967df438d5fadc4f4f013022c0c6a29ea786e695eafb | 0.78 | testing_debugging_repair_refactoring | 398 | 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.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using... | lorcanmooney/roslyn | src/Workspaces/Core/Portable/FindSymbols/SymbolTree/SymbolTreeInfo_Metadata.cs | https://github.com/lorcanmooney/roslyn/blob/HEAD/src/Workspaces/Core/Portable/FindSymbols/SymbolTree/SymbolTreeInfo_Metadata.cs | ghcode:00168:3ee1d0c6b675 | apache-2.0 | codeparrot/github-code | 3ee1d0c6b675ab4aef58073af318bc3073191d62b5d38a0bc32fdeeb4b37e47d | 0.85 | testing_debugging_repair_refactoring | 5,006 | false | 2026-07-17 |
using Microsoft.AspNetCore.TestHost;
using System.Net.Http;
namespace Atomiv.Template.Web.RestApi.IntegrationTest
{
public class TestServerHttpClientFactory : IHttpClientFactory
{
private readonly TestServer _testServer;
public TestServerHttpClientFactory(TestServer testServer)
{
... | optivem/optivem-commons-cs | template/microservice/test/Web/Atomiv.Template.Web.RestApi.IntegrationTest/TestServerHttpClientFactory.cs | https://github.com/optivem/optivem-commons-cs/blob/HEAD/template/microservice/test/Web/Atomiv.Template.Web.RestApi.IntegrationTest/TestServerHttpClientFactory.cs | ghcode:00168:6af4fe3d5a27 | apache-2.0 | codeparrot/github-code | 6af4fe3d5a274a79d11c3bc44cb939c326dec7ffa5bf8443d4cab03843daccf1 | 0.85 | testing_debugging_repair_refactoring | 92 | 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... | hovsepm/azure-powershell | src/ResourceManager/Profile/Commands.Profile.Test/LoginCmdletTests.cs | https://github.com/hovsepm/azure-powershell/blob/HEAD/src/ResourceManager/Profile/Commands.Profile.Test/LoginCmdletTests.cs | ghcode:00168:000d772091d2 | apache-2.0 | codeparrot/github-code | 000d772091d28651cd820260818f84fd2113388799b52e920f0f694d5ea40f70 | 0.85 | testing_debugging_repair_refactoring | 2,458 | 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;
using System.Diagnostics;
using Microsoft.Build.Framework;
using Microsoft.Build.BuildEngine.Shared;
namespace Microsoft.Build... | sean-gilliam/msbuild | src/Deprecated/Engine/Logging/SerialConsoleLogger.cs | https://github.com/sean-gilliam/msbuild/blob/HEAD/src/Deprecated/Engine/Logging/SerialConsoleLogger.cs | ghcode:00168:18aefe8da726 | mit | codeparrot/github-code | 18aefe8da726ec13c3a0b250c22cbcfb43ba1ea46158b902cfbf849f90f708f3 | 0.85 | testing_debugging_repair_refactoring | 6,510 | 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.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.... | DavidKarlas/roslyn | src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenShortCircuitOperatorTests.cs | https://github.com/DavidKarlas/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenShortCircuitOperatorTests.cs | ghcode:00168:75fd95fccbc2 | apache-2.0 | codeparrot/github-code | 75fd95fccbc2b83d8615643515980b58c6adaa4023a721512a0bcb4c3b73ef23 | 0.82 | testing_debugging_repair_refactoring | 50,163 | 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.Linq;
namespace Test
{
public class FirstLastSingleDefaultIfEmptyTests
{
#region DefaultIfEmpty / First / Last ... | shiftkey-tester/corefx | src/System.Linq.Parallel/tests/FirstLastSingleDefaultIfEmptyTests.cs | https://github.com/shiftkey-tester/corefx/blob/HEAD/src/System.Linq.Parallel/tests/FirstLastSingleDefaultIfEmptyTests.cs | ghcode:00168:ac55ef79c62b | mit | codeparrot/github-code | ac55ef79c62bd5cb321a377926c1d43ddec8e96d9a5311f927bbb824ee37ba0f | 0.95 | testing_debugging_repair_refactoring | 3,640 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.