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) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//------------------------------------------------------------------------------
// </copyright>
//---------------------------------------------------------------------... | dkorolev/corefx | src/System.Xml.XmlSerializer/src/System/Xml/Serialization/Compilation.cs | https://github.com/dkorolev/corefx/blob/HEAD/src/System.Xml.XmlSerializer/src/System/Xml/Serialization/Compilation.cs | ghcode:00166:7b1fe2880abd | mit | codeparrot/github-code | 7b1fe2880abd288c674ae6d893ca3d0c19f3a9500d5fa935db1aec30d6a2356e | 0.95 | testing_debugging_repair_refactoring | 2,355 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using Xunit;
namespace System.Text.Tests
{
public class Latin1EncodingEncode
... | Ermiar/corefx | src/System.Text.Encoding/tests/Latin1Encoding/Latin1EncodingEncode.cs | https://github.com/Ermiar/corefx/blob/HEAD/src/System.Text.Encoding/tests/Latin1Encoding/Latin1EncodingEncode.cs | ghcode:00166:8b662c762561 | mit | codeparrot/github-code | 8b662c7625612a6435cc45b1239f3f4bd0b339e6b6679044b9d7726589be0132 | 0.95 | testing_debugging_repair_refactoring | 1,287 | false | 2026-07-17 |
using System;
using System.Linq;
using Casper.Data.Git.Specifications.Helpers;
using Casper.Data.Git.Specifications.Helpers.Dummies;
using Casper.Domain.Features.BlogPosts;
using FluentAssertions;
using TechTalk.SpecFlow;
namespace Casper.Data.Git.Specifications.Features.Repositories.BlogPostRepository.Steps
{
[B... | TimMurphy/Casper | tests/Casper.Data.Git.Specifications/Features/Repositories/BlogPostRepository/Steps/FindBlogPostsAsyncSteps.cs | https://github.com/TimMurphy/Casper/blob/HEAD/tests/Casper.Data.Git.Specifications/Features/Repositories/BlogPostRepository/Steps/FindBlogPostsAsyncSteps.cs | ghcode:00166:c372e9147cc6 | mit | codeparrot/github-code | c372e9147cc6eaede817b25fc1b5b6f31e5dccc42081fdcb968a9bae9791ca33 | 0.6 | testing_debugging_repair_refactoring | 655 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Eshopworld.DevOps;
using Eshopworld.Tests.Core;
using EShopWorld.Tools.Common;
using FluentAssertions;
using Microsoft.Azure.KeyVault.Models;
using Xunit;
namespace EshopWorld.Tools.Tests
{
[Collection(nameof(AzScanCLITestsL2Colle... | eShopWorld/cli-tools | src/Tests/EShopWorld.Tools.Tests/AzScanSBCLITests.cs | https://github.com/eShopWorld/cli-tools/blob/HEAD/src/Tests/EShopWorld.Tools.Tests/AzScanSBCLITests.cs | ghcode:00166:62507460fa72 | mit | codeparrot/github-code | 62507460fa72b8e3dad7ef834847def17be2cd1ddeae22673016ad145369c730 | 0.95 | testing_debugging_repair_refactoring | 942 | false | 2026-07-17 |
using System.Threading.Tasks;
using Auth0.AuthenticationApi.Models;
using Auth0.Tests.Shared;
using FluentAssertions;
using Xunit;
namespace Auth0.AuthenticationApi.IntegrationTests
{
public class TokenTests : TestBase
{
[Fact]
public async Task Can_get_token_using_client_credentials()
... | jerriep/auth0.net | tests/Auth0.AuthenticationApi.IntegrationTests/TokenTests.cs | https://github.com/jerriep/auth0.net/blob/HEAD/tests/Auth0.AuthenticationApi.IntegrationTests/TokenTests.cs | ghcode:00166:acf6edba12fb | mit | codeparrot/github-code | acf6edba12fb93b94b6e6df118b8a733e934b5593bfa701d81c35c7dd0911d17 | 0.75 | testing_debugging_repair_refactoring | 175 | false | 2026-07-17 |
using System;
using System.IO;
using Mono.Cecil;
using NUnit.Framework;
namespace NRoles.Engine.Test {
public static class AssemblyAssert {
static string ResolvePEVerifyPath() {
// .NET 4.0
var peVerifyPath =
Path.Combine(
Environment.GetFolderPath(Environm... | xingh/nroles | src/NRoles.Engine.Test.Acceptance/AssemblyAssert.cs | https://github.com/xingh/nroles/blob/HEAD/src/NRoles.Engine.Test.Acceptance/AssemblyAssert.cs | ghcode:00166:316aa57c082b | mit | codeparrot/github-code | 316aa57c082b80481021f587da9fd87d1619cfec5968813760cca45cc25432d8 | 0.85 | testing_debugging_repair_refactoring | 364 | false | 2026-07-17 |
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.Xunit2;
namespace JSend.WebApi.FunctionalTests.FixtureCustomizations
{
public class JSendAutoDataAttribute : AutoDataAttribute
{
public JSendAutoDataAttribute()
: base(
new Fixture().Customize(new TestConventions()))
... | dcastro/JSendWebApi | tests/JSend.WebApi.FunctionalTests/FixtureCustomizations/JSendAutoDataAttribute.cs | https://github.com/dcastro/JSendWebApi/blob/HEAD/tests/JSend.WebApi.FunctionalTests/FixtureCustomizations/JSendAutoDataAttribute.cs | ghcode:00166:ea2648e2f116 | mit | codeparrot/github-code | ea2648e2f116b09018b1d7d410f7dd20ce78ab3efa2d00219f62f379e61beabd | 0.75 | testing_debugging_repair_refactoring | 76 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Threading.Tasks;
using CodeContracts.Fody.ContractInjectors;
using CodeContracts.Fody.ContractInstructionsBuilders;
using CodeContracts.Fody.ContractValidateResolvers;
using Mono.Cecil;
using Moq;
using ... | NickRusinov/CodeContracts.Fody | CodeContracts.Fody.Tests/ContractInstructionsBuilders/ContractBuilderTests.cs | https://github.com/NickRusinov/CodeContracts.Fody/blob/HEAD/CodeContracts.Fody.Tests/ContractInstructionsBuilders/ContractBuilderTests.cs | ghcode:00166:1534433b9f18 | mit | codeparrot/github-code | 1534433b9f189a98a4b347174471a93bee571acbb8f1f0873eaa5d5f54c70ea2 | 0.75 | testing_debugging_repair_refactoring | 231 | false | 2026-07-17 |
using Utilities.ORM.QueryProviders.Interfaces;
namespace UnitTests.ORM.Test1.Config
{
public class Test2Config : IDatabase
{
public string Name
{
get { return "Test 2 Configuration"; }
}
public string ConnectionString
{
get { return... | khellang/Craig-s-Utility-Library | UnitTests/ORM/Test2/Config/Test2Config.cs | https://github.com/khellang/Craig-s-Utility-Library/blob/HEAD/UnitTests/ORM/Test2/Config/Test2Config.cs | ghcode:00166:abc00e61cd62 | mit | codeparrot/github-code | abc00e61cd62b223987d790600cb2af2d00e1d6055d4e94109a37d12c08ccdd6 | 0.75 | testing_debugging_repair_refactoring | 191 | 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,
/... | borewik/SteamBot | lib/JSON Library/Newtonsoft.Json.Tests/Linq/DynamicTests.cs | https://github.com/borewik/SteamBot/blob/HEAD/lib/JSON Library/Newtonsoft.Json.Tests/Linq/DynamicTests.cs | ghcode:00166:cd81676f7b29 | mit | codeparrot/github-code | cd81676f7b290a5f002189e15d67d3a9f7a47040d182bbe04dfe01b8745158d5 | 0.85 | testing_debugging_repair_refactoring | 6,281 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using Braintree;
namespace Braintree.Tests
{
[TestFixture]
public class PartnerConfigurationTest
{
[Test]
public void MerchantId_SetProperly()
{
Configuration config = new PartnerCo... | ronin1/braintree_dotnet | Braintree.Tests/PartnerConfigurationTest.cs | https://github.com/ronin1/braintree_dotnet/blob/HEAD/Braintree.Tests/PartnerConfigurationTest.cs | ghcode:00166:b548deb72e8d | mit | codeparrot/github-code | b548deb72e8da56a4d9095af938e5d3c254693a040e14e8d6db3d756803f692d | 0.6 | testing_debugging_repair_refactoring | 115 | false | 2026-07-17 |
/*
Copyright © Iain McDonald 2010-2021
This file is part of Decider.
*/
using System.Linq;
using Xunit;
using Decider.Example.NQueens;
namespace Decider.Tests.Example
{
public class NQueensTest
{
[Fact]
public void TestCorrectSolution()
{
var nQueens = new NQueens(8);... | lifebeyondfife/Decider | Tests/Acceptance/NQueensTest.cs | https://github.com/lifebeyondfife/Decider/blob/HEAD/Tests/Acceptance/NQueensTest.cs | ghcode:00166:bea90af51c27 | mit | codeparrot/github-code | bea90af51c2762179f546437b0f9de82a746c7d8e6ac1deabe8392da6b7a1cd2 | 0.6 | testing_debugging_repair_refactoring | 352 | false | 2026-07-17 |
namespace TestAssembly.Generic.Generic
{
internal class BarForGeneric : IBarForGeneric {}
} | sunloving/photosphere-di | src/tests/test-assemblies/TestAssembly.Generic/Generic/BarForGeneric.cs | https://github.com/sunloving/photosphere-di/blob/HEAD/src/tests/test-assemblies/TestAssembly.Generic/Generic/BarForGeneric.cs | ghcode:00166:d9ad0b77cc5a | mit | codeparrot/github-code | d9ad0b77cc5a0cfe5b420798084145d0d01f3d1df92a125b4426bcb9fd135448 | 0.45 | testing_debugging_repair_refactoring | 20 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using Dibware.StoredProcedureFramework.Helpers;
using Dibware.StoredProcedureFramework.Tests.Examples.StoredProcedures;
using Dibware.StoredProcedureFramework.Tests.UnitTests.StoredProcedures;
using Microsoft.VisualStudio.TestTools.U... | dibley1973/StoredProcedureFramework | Tests/Dibware.StoredProcedureFramework.UnitTests/UnitTests/Helpers/StoredProcedureSqlParameterBuilderTests.cs | https://github.com/dibley1973/StoredProcedureFramework/blob/HEAD/Tests/Dibware.StoredProcedureFramework.UnitTests/UnitTests/Helpers/StoredProcedureSqlParameterBuilderTests.cs | ghcode:00166:1281f4f057d6 | mit | codeparrot/github-code | 1281f4f057d60915f61b61846beb43b5ebe210d24ce4f36979c2ef1aed5d1824 | 0.85 | testing_debugging_repair_refactoring | 4,649 | false | 2026-07-17 |
using System;
using System.Net;
using System.Threading;
using BTDB.Service;
using Xunit;
namespace BTDBTest
{
public class TcpipClientServerChannelTest
{
const int Port = 14514;
readonly IPEndPoint _ipEndPoint = new IPEndPoint(IPAddress.Loopback, Port);
[Fact]
public void Star... | klesta490/BTDB | BTDBTest/TcpipClientServerChannelTest.cs | https://github.com/klesta490/BTDB/blob/HEAD/BTDBTest/TcpipClientServerChannelTest.cs | ghcode:00166:546e9d50bbd2 | mit | codeparrot/github-code | 546e9d50bbd2af7f16b3b36b142b73969c14bc4579a9331884ed808650daf427 | 0.75 | testing_debugging_repair_refactoring | 1,180 | false | 2026-07-17 |
namespace Easy.Common.Tests.Unit.StringBuilderExtensions
{
using System.Text;
using Easy.Common.Extensions;
using NUnit.Framework;
using Shouldly;
[TestFixture]
internal sealed class StringBuilderExtensionsTests
{
[Test]
public void When_appending_text_multiple_times()
... | NimaAra/Easy.Common | Easy.Common.Tests.Unit/StringBuilderExtensions/StringBuilderExtensionsTests.cs | https://github.com/NimaAra/Easy.Common/blob/HEAD/Easy.Common.Tests.Unit/StringBuilderExtensions/StringBuilderExtensionsTests.cs | ghcode:00166:446504855e2e | mit | codeparrot/github-code | 446504855e2e795ab5bc058c4906b9fe09bdefd2fffce58621d4bca1550b4031 | 0.75 | testing_debugging_repair_refactoring | 222 | false | 2026-07-17 |
using Testura.Android.PageObjectCreator;
using NUnit.Framework;
namespace Testura.Android.PageObjectCreator.Tests
{
[TestFixture]
public class MainWindowTests
{
private MainWindow _mainWindow;
[SetUp]
public void SetUp()
{
_mainWindow = new MainWindow();
... | Testura/Testura.Android.PageObjectCreator | src/Testura.Android.PageObjectCreator.Tests/Testura/Android/PageObjectCreator/MainWindowTests.cs | https://github.com/Testura/Testura.Android.PageObjectCreator/blob/HEAD/src/Testura.Android.PageObjectCreator.Tests/Testura/Android/PageObjectCreator/MainWindowTests.cs | ghcode:00166:33812b4a4ec2 | mit | codeparrot/github-code | 33812b4a4ec25b3fc918580c6f40abb730ada71cb3a83b7716cb59b726b6c7cd | 0.75 | testing_debugging_repair_refactoring | 65 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Xunit;
// ReSharper disable CheckNamespace
namespace Rotation.GameObjects.sTests
// ReSharper restore CheckNamespace
{
[DebuggerNonUserCode]
[DebuggerStepThrough]
public static class AssertExtensions
... | kevholditch/Rotation | Tests/Rotation.Tests/AssertExtensions.cs | https://github.com/kevholditch/Rotation/blob/HEAD/Tests/Rotation.Tests/AssertExtensions.cs | ghcode:00166:e7761dd32db6 | mit | codeparrot/github-code | e7761dd32db682979f8c433814f7f3c3e5ed9c638974c8b99f798b72a78ba11b | 0.6 | testing_debugging_repair_refactoring | 1,578 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.Collections.Generic;
using Google_Interview.Data_Structures;
using System.Runtime.Serialization;
using System.Linq;
namespace Google_Interview.Data_Structures
{
public abstract class Node<T>
{
public string Id { get; protected set; }
public T Value { get; pro... | raelcun/Google-Interview | Google-Interview/Google-Interview/Data Structures/BTree.cs | https://github.com/raelcun/Google-Interview/blob/HEAD/Google-Interview/Google-Interview/Data Structures/BTree.cs | ghcode:00166:980648066323 | mit | codeparrot/github-code | 980648066323cf5743553190880c1b280b01475ca27cf24ef814d5abcb6423a5 | 0.7 | testing_debugging_repair_refactoring | 2,133 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.DirectoryServices.Protocols;
using System.Globalization;
using System.IO;
using System.Linq;
using OptigemLdapSync.Models;
namespace OptigemLdapSync
{
internal class SyncEngine
{
private readonly ISyncConfiguration ... | feg-giessen/OptigemLdapSync | OptigemLdapSync/SyncEngine.cs | https://github.com/feg-giessen/OptigemLdapSync/blob/HEAD/OptigemLdapSync/SyncEngine.cs | ghcode:00166:ac5619739f60 | mit | codeparrot/github-code | ac5619739f6051a20da664668bf6c2cc9aef5d846d709c82065226b0bd121d5f | 0.7 | testing_debugging_repair_refactoring | 2,716 | false | 2026-07-17 |
using System;
using HttpFacade;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace WebTestDsl.Tests
{
[TestClass]
public class HttpTests
{
[TestMethod]
public void Get()
{
var resp = Http.Create().Get("http://www.google.com");
Assert.AreEqual(resp... | jjschlesinger/Scriptable-Web-Test | WebTestDsl/WebTestDsl.Tests/HttpTests.cs | https://github.com/jjschlesinger/Scriptable-Web-Test/blob/HEAD/WebTestDsl/WebTestDsl.Tests/HttpTests.cs | ghcode:00166:01a28982bf70 | mit | codeparrot/github-code | 01a28982bf7029bdb7e75a8046fb55a74c669ee06614e25945b5f124d624d14d | 0.75 | testing_debugging_repair_refactoring | 75 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using Azure.Security.KeyVault.Keys;
using Azure.Security.KeyVault.Tests;
using NUnit.... | Azure/azure-sdk-for-net | sdk/keyvault/Azure.Security.KeyVault.Administration/tests/AdministrationTestBase.cs | https://github.com/Azure/azure-sdk-for-net/blob/HEAD/sdk/keyvault/Azure.Security.KeyVault.Administration/tests/AdministrationTestBase.cs | ghcode:00166:d67bea10436a | mit | codeparrot/github-code | d67bea10436ac224dcf5acfd903179f2bcf91be40e864c3badf0af4fca0f67ea | 0.95 | testing_debugging_repair_refactoring | 1,335 | false | 2026-07-17 |
using LiberisLabs.DueDil.Requests.SearchCompanies;
using LiberisLabs.DueDil.Responses;
using LiberisLabs.DueDil.Responses.SearchCompanies;
using NUnit.Framework;
namespace LiberisLabs.DueDil.IntegrationTests.Tests
{
[TestFixture]
public class SearchCompanyTests : CompanyTests
{
private DueDilClien... | LiberisLabs/DueDil.NET | src/LiberisLabs.DueDil.IntegrationTests/Tests/SearchCompanyTests.cs | https://github.com/LiberisLabs/DueDil.NET/blob/HEAD/src/LiberisLabs.DueDil.IntegrationTests/Tests/SearchCompanyTests.cs | ghcode:00166:66c4d29c77e9 | mit | codeparrot/github-code | 66c4d29c77e9b1ca7433699d61dfa219a0fa4fdbc699679a7983406693241f5d | 0.85 | testing_debugging_repair_refactoring | 183 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using lcc.SyntaxTree;
using lcc.Token;
using lcc.AST;
using lcc.Parser;
using LLexer;
using Parserc;
namespace ... | seanzw/lcc | LC-CompilerTests/Utility.cs | https://github.com/seanzw/lcc/blob/HEAD/LC-CompilerTests/Utility.cs | ghcode:00166:cfca2649e71e | mit | codeparrot/github-code | cfca2649e71e34146ddb6ffa2092fe354f1f076a818d68d99f196b0e8f6b890c | 0.75 | testing_debugging_repair_refactoring | 251 | 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 Microsoft.Xunit.Performance.Sdk;
using System.Collections.Generic;
using Xunit.Abstractions;
namespace Microsoft.Xunit.Performance
{
internal partial class ... | Microsoft/xunit-performance | src/xunit.performance.metrics/GCCountMetricDiscoverer.cs | https://github.com/Microsoft/xunit-performance/blob/HEAD/src/xunit.performance.metrics/GCCountMetricDiscoverer.cs | ghcode:00166:e6f0ee4918a8 | mit | codeparrot/github-code | e6f0ee4918a81141ee114f7cc2eb3cf044bc565738bb48bb3b6b11f3b0c5262a | 0.6 | testing_debugging_repair_refactoring | 104 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Fitbit.Api.Portable;
using Fitbit.Api.Portable.Models;
using Fitbit.Models;
using FluentAssertions;
using Newtonsoft.Json;
using NUnit.Framework;
name... | WestDiscGolf/Fitbit.NET | Fitbit.Portable.Tests/ActivityLogTests.cs | https://github.com/WestDiscGolf/Fitbit.NET/blob/HEAD/Fitbit.Portable.Tests/ActivityLogTests.cs | ghcode:00166:fef6733ab682 | mit | codeparrot/github-code | fef6733ab682cd5c529920bd758bacc1b395c0626cf44a6d1fdebd3081923a3a | 0.85 | testing_debugging_repair_refactoring | 1,508 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CommonCache.Test.Common;
using Microsoft.Identity.Client;
namespace CommonCache.Test.MsalV2
{
public static class ... | AzureAD/microsoft-authentication-library-for-dotnet | tests/CacheCompat/CommonCache.Test.MsalV2/Program.cs | https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/HEAD/tests/CacheCompat/CommonCache.Test.MsalV2/Program.cs | ghcode:00166:65f3c6c2d70a | mit | codeparrot/github-code | 65f3c6c2d70ad13c8475a82b87b07608358cc16afc78eee6ee821cf671fc38fd | 0.85 | 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 System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Diagnostics;
u... | pieandcakes/MIEngine | src/MIDebugEngine/Engine.Impl/Disassembly.cs | https://github.com/pieandcakes/MIEngine/blob/HEAD/src/MIDebugEngine/Engine.Impl/Disassembly.cs | ghcode:00166:8468afe1f885 | mit | codeparrot/github-code | 8468afe1f88565a1aacd72f528ec2fe6392b2ce1b55ec7f07186da2599337f6b | 0.7 | testing_debugging_repair_refactoring | 2,181 | false | 2026-07-17 |
namespace Sieve.NET.Core.Tests
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using FluentAssertions;
using Sieve.NET.Core.Exceptions;
using Sieve.NET.Core.Options;
using... | SeanKilleen/Sieve.NET | src/test/Sieve.NET.Core.Tests/EqualitySieveTests.cs | https://github.com/SeanKilleen/Sieve.NET/blob/HEAD/src/test/Sieve.NET.Core.Tests/EqualitySieveTests.cs | ghcode:00166:ad62616d442c | mit | codeparrot/github-code | ad62616d442c5ea4fc4ebaa99f4971cc2f947f04e6fd3b2154335b7de2e8c685 | 0.95 | testing_debugging_repair_refactoring | 11,039 | false | 2026-07-17 |
using NUnit.Framework;
using RagingRudolf.UCommerce.CodeFirst.Core.Extensions;
namespace RagingRudolf.UCommerce.CodeFirst.Tests.Core.Extensions
{
[TestFixture]
public class StringExtensionsTester
{
[Test]
public void IsEmpty_StringIsNull_DoesNotThrowException()
{
string str = null;
Assert... | RagingRudolf/CodeFirst.UCommerce | source/Tests/Core/Extensions/StringExtensionsTester.cs | https://github.com/RagingRudolf/CodeFirst.UCommerce/blob/HEAD/source/Tests/Core/Extensions/StringExtensionsTester.cs | ghcode:00166:fcf93994878a | mit | codeparrot/github-code | fcf93994878aba3ade68a4fa3e6ddd4da1902ed022a0b0979090f380ed0f7d93 | 0.85 | testing_debugging_repair_refactoring | 439 | false | 2026-07-17 |
using NUnit.Framework;
using NDeproxy;
namespace NDeproxy.Tests
{
[TestFixture]
class BodiesTest
{
Deproxy deproxy;
int port;
string url;
string body;
[SetUp]
public void setUp()
{
deproxy = new Deproxy();
port = PortFinder.Si... | izrik/NDeproxy | NDeproxy.Tests/BodiesTest.cs | https://github.com/izrik/NDeproxy/blob/HEAD/NDeproxy.Tests/BodiesTest.cs | ghcode:00166:8f83614b2baa | mit | codeparrot/github-code | 8f83614b2baa0317baa204fa91c68c7c0798510cd00925386874567a7fcd53cc | 0.6 | testing_debugging_repair_refactoring | 1,064 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using AsyncGenerator.TestCases;
namespace AsyncGenerator.Tests.CustomReturnType.Input
{
public class TestCase
{
public IEnumerable<string> GetData()
{
SimpleFile.Read();
return Enumerable.Empty<string>();
}
public IAsyncEnumerable<string> GetDataAs... | maca88/AsyncGenerator | Source/AsyncGenerator.Tests/CustomReturnType/Input/TestCase.cs | https://github.com/maca88/AsyncGenerator/blob/HEAD/Source/AsyncGenerator.Tests/CustomReturnType/Input/TestCase.cs | ghcode:00166:775e2e5985e4 | mit | codeparrot/github-code | 775e2e5985e4d84597a0d4718dae3bc3464aca39044cec93c943ff8a5ad57bb5 | 0.75 | testing_debugging_repair_refactoring | 86 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using HTLib2;
using HTLib2.Bioinfo;
namespace HTLib2.Bioinfo
{
public partial class Hess
{
public static partial class HessCoarseResiIter
{
public static CGetHessCoarseResiIterImpl Ge... | htna/HCsbLib | HCsbLib/HCsbLib/HTLib2.Bioinfo/Hess.GetHessCoarse/Hess.GetHessCoarseResiIter_IterExperimental.cs | https://github.com/htna/HCsbLib/blob/HEAD/HCsbLib/HCsbLib/HTLib2.Bioinfo/Hess.GetHessCoarse/Hess.GetHessCoarseResiIter_IterExperimental.cs | ghcode:00166:4c3e890f19b0 | mit | codeparrot/github-code | 4c3e890f19b0b44ca440c2e434c6cfe421586e4b746a2806059235c00c88425b | 0.7 | testing_debugging_repair_refactoring | 2,368 | false | 2026-07-17 |
namespace SoftFX.Extended.Tests
{
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using SoftFX.Extended;
[TestClass]
public class ProtocolVersionTests
{
#region Static members
static readonly FixProtocolVersion FirstExt11 = new FixProtocolVersion("ext", 1, 1)... | SoftFx/FDK | FDK/SoftFX.Extended.Net.Tests/ProtocolVersionTests.cs | https://github.com/SoftFx/FDK/blob/HEAD/FDK/SoftFX.Extended.Net.Tests/ProtocolVersionTests.cs | ghcode:00166:443f948db833 | mit | codeparrot/github-code | 443f948db8331598244dbe127f8a2d044dfaea26d7fd1c88d9017681e31f4865 | 0.85 | testing_debugging_repair_refactoring | 2,575 | false | 2026-07-17 |
namespace Nancy.Diagnostics
{
public class TestingDiagnosticProvider : IDiagnosticsProvider
{
private readonly object diagObject;
public TestingDiagnosticProvider()
{
this.diagObject = new DiagObject();
}
/// <summary>
/// Gets the name of the provi... | lache/RacingKingLee | server/core/nancy/Nancy/Diagnostics/TestingDiagnosticProvider.cs | https://github.com/lache/RacingKingLee/blob/HEAD/server/core/nancy/Nancy/Diagnostics/TestingDiagnosticProvider.cs | ghcode:00166:a8dc372cd040 | mit | codeparrot/github-code | a8dc372cd0407dac344deefa03c4ee023c140c6870cb70fd8751fbc4e9235186 | 0.85 | testing_debugging_repair_refactoring | 501 | false | 2026-07-17 |
using System.Threading.Tasks;
using CheetahTesting;
using Xunit;
using LabLog.Domain.Events;
using LabLog.ReadTests.Steps;
using System;
namespace LabLog.ReadTests.EntityTests
{
public class ComputerTests
{
[Fact]
public async Task ComputerCanBeAddedFromEvent()
{
await CTest... | jaduff/LabLog | src/LabLog.Tests/ReadTests/EntityTests/ComputerTests.cs | https://github.com/jaduff/LabLog/blob/HEAD/src/LabLog.Tests/ReadTests/EntityTests/ComputerTests.cs | ghcode:00166:a1ea8cb3ca96 | mit | codeparrot/github-code | a1ea8cb3ca96991f3b17b7a02807fa1d7c07c9e5078ea605221947b021a32237 | 0.75 | testing_debugging_repair_refactoring | 947 | false | 2026-07-17 |
using Moq;
using NUnit.Framework;
using VirtualScene.Entities.SceneEntities;
namespace VirtualScene.BusinessComponents.TestSuite
{
[TestFixture]
public class BusinessManagerTestCases: BusinessManagerTestCasesBase
{
[Test]
public void AddCubeToSceneTest()
{
... | satr/VirtualSceneConstructor | VirtualScene.BusinessComponents.TestSuite/BusinessManagerTestCases.cs | https://github.com/satr/VirtualSceneConstructor/blob/HEAD/VirtualScene.BusinessComponents.TestSuite/BusinessManagerTestCases.cs | ghcode:00166:1ea4721ad283 | mit | codeparrot/github-code | 1ea4721ad283731c7f4fbe3c689e0db0365b5b371267f9de9504140d1778e7c9 | 0.6 | testing_debugging_repair_refactoring | 128 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Mustache.Test
{
[TestClass]
public class UpcastDictionaryTester
{
[TestMethod]
public void ShouldReturnNullForNull()
{
... | jehugaleahsa/mustache-sharp | MustacheSharp.Tests/UpcastDictionaryTester.cs | https://github.com/jehugaleahsa/mustache-sharp/blob/HEAD/MustacheSharp.Tests/UpcastDictionaryTester.cs | ghcode:00166:190b28f403c8 | unlicense | codeparrot/github-code | 190b28f403c8163af077279a0e977e0eb4c87599b29248a60523bd9aacf38dd2 | 0.63 | testing_debugging_repair_refactoring | 1,888 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNetCore.Mvc;
namespace BasicWebSite.Models
{
public class RemoteAttributeUser
{
public int Id { get; ... | aspnet/AspNetCore | src/Mvc/test/WebSites/BasicWebSite/Models/RemoteAttributeUser.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/WebSites/BasicWebSite/Models/RemoteAttributeUser.cs | ghcode:00166:7e17e4d14bd8 | apache-2.0 | codeparrot/github-code | 7e17e4d14bd8a04fb05512bf70abad82f0afd388f4265bb3e7fc1bf60d1add4f | 0.95 | testing_debugging_repair_refactoring | 346 | false | 2026-07-17 |
//-------------------------------------------------------------------------------
// <copyright file="RoutingSpecifications.cs" company="Appccelerate">
// Copyright (c) 2008-2020
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the ... | appccelerate/eventbroker | source/Appccelerate.EventBroker.Specs/Routing/RoutingSpecifications.cs | https://github.com/appccelerate/eventbroker/blob/HEAD/source/Appccelerate.EventBroker.Specs/Routing/RoutingSpecifications.cs | ghcode:00166:0e326eba0f9d | apache-2.0 | codeparrot/github-code | 0e326eba0f9d00955c30e148de08f089f444fbcc8ce479b8aaeb656681217447 | 0.7 | testing_debugging_repair_refactoring | 1,963 | false | 2026-07-17 |
// ----------------------------------------------------------------------------
// <copyright company="EFC" file ="UnitTest1.cs">
// All rights reserved Copyright 2015 Enterprise Foundation Classes
//
// </copyright>
// <summary>
// The <see cref="UnitTest1.cs"/> file.
// </summary>
// --------------------------... | codeno47/efc | trunk/dev/EFC.Framework/test/Experion.Common.Client.Tests/UnitTest1.cs | https://github.com/codeno47/efc/blob/HEAD/trunk/dev/EFC.Framework/test/Experion.Common.Client.Tests/UnitTest1.cs | ghcode:00166:e46199b06ffa | apache-2.0 | codeparrot/github-code | e46199b06ffa94615d91ac0221cbe5337b3ca3a5bcbd401f8ee89491f2c0cf24 | 0.95 | testing_debugging_repair_refactoring | 110 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
namespace Cameronism.Csv.Tests
{
[TestFixture]
public class DataTableTests
{
private static void Ru... | cameronism/Cameronism.Csv | Cameronism.Csv.Tests/DataTableTests.cs | https://github.com/cameronism/Cameronism.Csv/blob/HEAD/Cameronism.Csv.Tests/DataTableTests.cs | ghcode:00166:043975722c5d | apache-2.0 | codeparrot/github-code | 043975722c5dad6369caf92b6f498244f423916f2c76a949b2124d5a5899395a | 0.75 | testing_debugging_repair_refactoring | 404 | false | 2026-07-17 |
// Java Genetic Algorithm Library.
// Copyright (c) 2017 Franz Wilhelmstötter
//
// 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
//
// ... | rmeindl/jenetics.net | src/core/Jenetics.Tests/MultiPointCrossoverTest.cs | https://github.com/rmeindl/jenetics.net/blob/HEAD/src/core/Jenetics.Tests/MultiPointCrossoverTest.cs | ghcode:00166:cee38683e401 | apache-2.0 | codeparrot/github-code | cee38683e4016aea6637e67d899a94b399633aa045c8617a339516bb2910b54a | 0.7 | testing_debugging_repair_refactoring | 3,541 | false | 2026-07-17 |
using NBi.GenbiL.Action.Setting.CsvProfile;
using NBi.GenbiL.Stateful;
using NUnit.Framework;
namespace NBi.Testing.GenbiL.Action.Setting.CsvProfile
{
public class TextQualifierActionTest
{
[Test]
public void Execute_NewCsvProfileTextQualifier_ProfileAdded()
{
var state = n... | Seddryck/NBi | NBi.Testing.GenbiL/Action/Setting/CsvProfile/TextQualifierTest.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.Testing.GenbiL/Action/Setting/CsvProfile/TextQualifierTest.cs | ghcode:00166:91909a231367 | apache-2.0 | codeparrot/github-code | 91909a2313678f418e1f99f84e81f0cb2108d34eff40c4923b108ec7c71d6e78 | 0.75 | testing_debugging_repair_refactoring | 279 | false | 2026-07-17 |
using NDatabase.Api;
using NDatabase.Client.UnitTests.Data;
using NUnit.Framework;
namespace NDatabase.Client.UnitTests.Misc
{
public class TestCase_CascadeDelete
{
private const string DbName = "cascade_delete.ndb";
[Test]
public void It_is_deleting_only_child_objects_marked_by_Casca... | WaltChen/NDatabase | tests/NDatabase.Client.UnitTests/Misc/TestCase_CascadeDelete.cs | https://github.com/WaltChen/NDatabase/blob/HEAD/tests/NDatabase.Client.UnitTests/Misc/TestCase_CascadeDelete.cs | ghcode:00166:b8ecc088dd2d | apache-2.0 | codeparrot/github-code | b8ecc088dd2dc7d5fac051204f2fbadc1c53c2ae98ce5f4d9a30f03c781c8c4b | 0.75 | testing_debugging_repair_refactoring | 439 | false | 2026-07-17 |
using System.Collections.Generic;
using DotNetHelpers.Helpers.Extensions;
using DotNetHelpers.Service.Authentication;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace FrameworkUnitTest
{
[TestClass]
public class DotNetHelpersTest
{
private string EncryptionPass { get { return "someRa... | OmarBizreh/DotNetHelpers | FrameworkUnitTest/DotNetHelpersTest.cs | https://github.com/OmarBizreh/DotNetHelpers/blob/HEAD/FrameworkUnitTest/DotNetHelpersTest.cs | ghcode:00166:d549230d2830 | apache-2.0 | codeparrot/github-code | d549230d2830a7c7acfd6ffa57e072831cbc0ba1cde0d6dd240f8055fbc5e01e | 0.6 | testing_debugging_repair_refactoring | 384 | false | 2026-07-17 |
using Lucene.Net.Attributes;
using Lucene.Net.Randomized.Generators;
using NUnit.Framework;
using System;
using Console = Lucene.Net.Support.SystemConsole;
namespace Lucene.Net.Index
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTIC... | laimis/lucenenet | src/Lucene.Net.Tests/Index/TestByteSlices.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net.Tests/Index/TestByteSlices.cs | ghcode:00166:7b3eb5257626 | apache-2.0 | codeparrot/github-code | 7b3eb5257626061f30b814547356109e46aecaaecfdcec4d3512a6bf2e3a1a17 | 0.85 | testing_debugging_repair_refactoring | 1,200 | false | 2026-07-17 |
using Elasticsearch.Net;
using FluentAssertions;
using Nest;
using Tests.Framework;
using Tests.Framework.MockData;
using static Nest.Indices;
namespace Tests.ClientConcepts.HighLevel.Inference
{
public class IndicesPaths : DocumentationTestBase
{
/**== Indices paths
*
* Some APIs in Elasticsearch take one or... | TheFireCookie/elasticsearch-net | src/Tests/ClientConcepts/HighLevel/Inference/IndicesPaths.doc.cs | https://github.com/TheFireCookie/elasticsearch-net/blob/HEAD/src/Tests/ClientConcepts/HighLevel/Inference/IndicesPaths.doc.cs | ghcode:00166:791b222d13dd | apache-2.0 | codeparrot/github-code | 791b222d13dd5e0bfd25afa8a3f21a5cb6cfc03e99b286dc931c05692e616cd6 | 0.95 | testing_debugging_repair_refactoring | 1,080 | false | 2026-07-17 |
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.TestHost;
using Serilog.Sinks.Http.LogServer;
namespace Serilog.LogServer
{
public abstract class TestServerFixture : IDisposable
{
protected TestServerFixture()
{
Server = new TestServer(
... | rob-somerville/serilog-sinks-http | test/Serilog.Sinks.HttpTests/LogServer/TestServerFixture.cs | https://github.com/rob-somerville/serilog-sinks-http/blob/HEAD/test/Serilog.Sinks.HttpTests/LogServer/TestServerFixture.cs | ghcode:00166:d86794215c2f | apache-2.0 | codeparrot/github-code | d86794215c2f5f68663cad415b4df41f761d23a53fa3eb42be90d1ac7431da5d | 0.75 | testing_debugging_repair_refactoring | 137 | false | 2026-07-17 |
using FluentAssertions;
using NPoint.Transport;
using NSubstitute;
using System;
using System.Collections.Specialized;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using Xunit;
namespace NPoint.Tests
{
public partial class EndpointTest
{
public... | justinzhong/npoint | test/NPoint.Tests/EndpointTest.SetHeader.cs | https://github.com/justinzhong/npoint/blob/HEAD/test/NPoint.Tests/EndpointTest.SetHeader.cs | ghcode:00166:2252dd159c1a | apache-2.0 | codeparrot/github-code | 2252dd159c1a719f57de73992a256a7e886e27f8f570799007e2885d2baaeacb | 0.7 | testing_debugging_repair_refactoring | 454 | false | 2026-07-17 |
using UnityEngine;
using System.Collections;
// 셀 데이터를 받아서 스크롤뷰셀의 데이터를 갱신한다.
public class TestCell : UIReuseScrollViewCell
{
public UILabel label;
public override void UpdateData (IReuseCellData CellData)
{
ItemCellData item = CellData as ItemCellData;
if( item == null )
return;
label.text = string.For... | jackielee2/P_DnS | Assets/_PLUGIN/_UI/NGUI_ReuseGrid/Grid/Custom/TestCell.cs | https://github.com/jackielee2/P_DnS/blob/HEAD/Assets/_PLUGIN/_UI/NGUI_ReuseGrid/Grid/Custom/TestCell.cs | ghcode:00166:a6c272a263bf | apache-2.0 | codeparrot/github-code | a6c272a263bfdd2d24323c20f04dc169e28224a7071553a79b6555b335941580 | 0.75 | testing_debugging_repair_refactoring | 107 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Yargon.Parsing;
namespace Yargon.Parser
{
/// <summary>
/// A stack path node.
/// </summary>
public sealed class StackPath<TState>
{
/// <sum... | cyberlect/yargon-parser | src/Yargon.Parser/StackPath.cs | https://github.com/cyberlect/yargon-parser/blob/HEAD/src/Yargon.Parser/StackPath.cs | ghcode:00166:b73788445239 | apache-2.0 | codeparrot/github-code | b737884452395795b10423ad6170e9cc2a6657792dfb3e380930696ee4839861 | 0.7 | testing_debugging_repair_refactoring | 1,131 | false | 2026-07-17 |
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Formatting;
using Microsoft.CodeAnalysis.Simplification;
using Microsoft.CodeAnalysis.Text;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Colle... | f14n/code-cracker | test/Common/CodeCracker.Test.Common/Helpers/DiagnosticVerifier.Helper.cs | https://github.com/f14n/code-cracker/blob/HEAD/test/Common/CodeCracker.Test.Common/Helpers/DiagnosticVerifier.Helper.cs | ghcode:00166:de15e928b70d | apache-2.0 | codeparrot/github-code | de15e928b70de55fb5759e61119454ee8bba2113cfe552d24cb9624f8bd41f84 | 0.85 | testing_debugging_repair_refactoring | 2,000 | false | 2026-07-17 |
// Copyright 2017 the original author or authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | SteelToeOSS/Discovery | test/Steeltoe.Discovery.EurekaBase.Test/EurekaServerHealthContributorTest.cs | https://github.com/SteelToeOSS/Discovery/blob/HEAD/test/Steeltoe.Discovery.EurekaBase.Test/EurekaServerHealthContributorTest.cs | ghcode:00166:14bf1611ae44 | apache-2.0 | codeparrot/github-code | 14bf1611ae44038f47132383565b97d70b1e3dd72f970820456c3cd778d168b1 | 0.7 | testing_debugging_repair_refactoring | 1,334 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections;
using System.IO;
using System.Xml;
using System.Diagnostics;
using DigitalPlatform.LibraryClient.localhost;
using DigitalPlatform.Core;
using DigitalPlatform.Text;
using DigitalPlatform.IO;
namespace DigitalPlatform.LibraryClient
{
/// <summary>
/// ... | DigitalPlatform/dp2 | DigitalPlatform.LibraryClient/OperLogItemLoader.cs | https://github.com/DigitalPlatform/dp2/blob/HEAD/DigitalPlatform.LibraryClient/OperLogItemLoader.cs | ghcode:00166:c799adb0e6f3 | apache-2.0 | codeparrot/github-code | c799adb0e6f30ff0e887994cd7d9175b020e67bf139db7743d922c2af47146b1 | 0.85 | testing_debugging_repair_refactoring | 6,217 | false | 2026-07-17 |
namespace Rhino.Etl.Tests.Integration
{
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Data;
using Boo.Lang;
using Commons;
using Core;
using MbUnit.Framework;
using Rhino.Etl.Core.Operations;
[TestFixture]
public class DatabaseT... | brumschlag/rhino-tools | rhino-etl/Rhino.Etl.Tests/Integration/DatabaseToDatabaseWithTransformations.cs | https://github.com/brumschlag/rhino-tools/blob/HEAD/rhino-etl/Rhino.Etl.Tests/Integration/DatabaseToDatabaseWithTransformations.cs | ghcode:00166:1487e39ce8b6 | bsd-3-clause | codeparrot/github-code | 1487e39ce8b6488db1894928a8f4d365b7595025f2b98f29f3b882709c65d356 | 0.75 | testing_debugging_repair_refactoring | 229 | false | 2026-07-17 |
namespace Rhino.Mocks.Tests.FieldsProblem
{
using Xunit;
public class FieldProblem_Mithresh
{
[Fact]
public void TestOutMethod()
{
ITest mockProxy = MockRepository.GenerateStrictMock<ITest>();
int intTest = 0;
mockProxy.Expect(x => x.Addnumber(out intTest)).OutRef(4);
mockProx... | alaendle/rhino-mocks | Rhino.Mocks.Tests/FieldsProblem/FieldProblem_Mithresh.cs | https://github.com/alaendle/rhino-mocks/blob/HEAD/Rhino.Mocks.Tests/FieldsProblem/FieldProblem_Mithresh.cs | ghcode:00166:b8dd2ceeb04a | bsd-3-clause | codeparrot/github-code | b8dd2ceeb04a4f7f9e0a939d9edfad8509484cc32acfa9487abcba9b72ac862d | 0.75 | testing_debugging_repair_refactoring | 133 | false | 2026-07-17 |
// <file>
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="Mike Krüger" email="mike@icsharpcode.net"/>
// <version>$Revision: 1609 $</version>
// </file>
using System;
using System.IO;
using NUnit.Framework;
using ICSharpCode.NRefactor... | jbuedel/AgentRalphPlugin | NRefactory/Test/Parser/Expressions/ParenthesizedExpressionTest.cs | https://github.com/jbuedel/AgentRalphPlugin/blob/HEAD/NRefactory/Test/Parser/Expressions/ParenthesizedExpressionTest.cs | ghcode:00166:b10e488beed4 | bsd-3-clause | codeparrot/github-code | b10e488beed4c62cddd8054c9c422af8d840886b1aa1db15226ee23d340f565e | 0.95 | testing_debugging_repair_refactoring | 293 | false | 2026-07-17 |
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
namespace applicationGateway.Models
{
/// <summary>
/// Defines values for NetworkOperationStatus.
/// </summary>
public static class NetworkOperat... | ljhljh235/AutoRest | Samples/test/end-to-end/network/Client/Models/NetworkOperationStatus.cs | https://github.com/ljhljh235/AutoRest/blob/HEAD/Samples/test/end-to-end/network/Client/Models/NetworkOperationStatus.cs | ghcode:00166:c92f1d7536c5 | mit | codeparrot/github-code | c92f1d7536c5f85e3fb89b91b84370f046ca51eb8778dbab01881960120e3c64 | 0.95 | testing_debugging_repair_refactoring | 107 | false | 2026-07-17 |
using System;
using System.IO;
using System.Reflection;
using System.Text.RegularExpressions;
using LibGit2Sharp.Core;
using LibGit2Sharp.Tests.TestHelpers;
using Xunit;
namespace LibGit2Sharp.Tests
{
public class GlobalSettingsFixture : BaseFixture
{
[Fact]
public void CanGetMinimumCompiledIn... | PKRoma/libgit2sharp | LibGit2Sharp.Tests/GlobalSettingsFixture.cs | https://github.com/PKRoma/libgit2sharp/blob/HEAD/LibGit2Sharp.Tests/GlobalSettingsFixture.cs | ghcode:00166:b68fedc7b5b3 | mit | codeparrot/github-code | b68fedc7b5b38b0761d0e99122d276986dc8d84194ae829e86665e8137784c58 | 0.7 | testing_debugging_repair_refactoring | 1,044 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using Moq;
using Weapsy.Domain.Themes;
namespace Weapsy.Domain.Tests.Themes
{
[TestFixture]
public class ThemeSortOrderGeneratorTests
{
[Test]
public void Should_add_one_to_active_themes_count_when_generate_new_sort_order()
{
var sit... | lucabriguglia/weapsy | test/Weapsy.Domain.Tests/Themes/ThemeSortOrderGeneratorTests.cs | https://github.com/lucabriguglia/weapsy/blob/HEAD/test/Weapsy.Domain.Tests/Themes/ThemeSortOrderGeneratorTests.cs | ghcode:00166:f998cbf4af76 | mit | codeparrot/github-code | f998cbf4af7621d5e42cb4149e67695fb2b33e41544044e96461b24a33f25330 | 0.75 | testing_debugging_repair_refactoring | 142 | false | 2026-07-17 |
using System;
using System.IO;
using System.Reflection;
using AutoMapper;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.Mapping;
using Umbraco.Core.ObjectResolution;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.SqlSyntax;
using Umbraco.Cor... | aadfPT/Umbraco-CMS | src/Umbraco.Tests/TestHelpers/BaseUmbracoApplicationTest.cs | https://github.com/aadfPT/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/TestHelpers/BaseUmbracoApplicationTest.cs | ghcode:00166:f79cd5523327 | mit | codeparrot/github-code | f79cd5523327f7e3bf468446bb66dac5a4519544e8f8cbf726f67308a5f90e5d | 0.7 | testing_debugging_repair_refactoring | 1,324 | false | 2026-07-17 |
using UnityEngine;
using System.Collections;
using System;
using System.Threading;
public class TestingAllCS : MonoBehaviour {
public AnimationCurve customAnimationCurve;
public Transform pt1;
public Transform pt2;
public Transform pt3;
public Transform pt4;
public Transform pt5;
public delegate void NextFunc... | leospol/atc | Assets/LeanTween/Examples/Scripts/TestingAllCS.cs | https://github.com/leospol/atc/blob/HEAD/Assets/LeanTween/Examples/Scripts/TestingAllCS.cs | ghcode:00166:a38712e60742 | mit | codeparrot/github-code | a38712e607426702c14737e913e30f6cbb075400f9de281f305baffa6c53a623 | 0.85 | testing_debugging_repair_refactoring | 2,628 | 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 System.Diagnostics;
using System.IO;
using System.Security.Cryptography;
using System.Security.Cryptography.X509C... | heXelium/corefx | src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/StorePal.cs | https://github.com/heXelium/corefx/blob/HEAD/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/StorePal.cs | ghcode:00166:85a4eea40083 | mit | codeparrot/github-code | 85a4eea40083f831a464f7f1eb2b26165a804649d654fe73567ebdb67cb5c152 | 0.95 | testing_debugging_repair_refactoring | 2,191 | false | 2026-07-17 |
using System;
using HashLib;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Text;
using TomanuExtensions;
using TomanuExtensions.Utils;
using System.Collections.Generic;
using System.Diagnostics;
namespace HashLibTest
{
[TestClass]
public class HashesTest : HashesTestBase
... | dangershony/NStratis | Hashing/HashLibTest/HashesTest.cs | https://github.com/dangershony/NStratis/blob/HEAD/Hashing/HashLibTest/HashesTest.cs | ghcode:00166:6d342d9c074c | mit | codeparrot/github-code | 6d342d9c074c872bf30ff48420851cd9ccedfd6c03ee103419c8ecbcd1daebf5 | 0.75 | testing_debugging_repair_refactoring | 8,302 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using BenchmarkDotNet.Helpers;
using BenchmarkDotNet.Loggers;
using BenchmarkDotNet.Reports;
namespace BenchmarkDotNet.Exporters
{
public abstract class ExporterBase : IExporter
{
public string Name => $"{GetType().Nam... | Ky7m/BenchmarkDotNet | src/BenchmarkDotNet/Exporters/ExporterBase.cs | https://github.com/Ky7m/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet/Exporters/ExporterBase.cs | ghcode:00166:31f7248fc6de | mit | codeparrot/github-code | 31f7248fc6de807ee96cede40002f8f2f2d3805cf81f89884c3bf93b7830c2f2 | 0.85 | testing_debugging_repair_refactoring | 479 | false | 2026-07-17 |
//using System;
//using System.Collections.Generic;
//using System.Configuration;
//using System.Linq;
//using System.Threading;
//using Jarvis.Framework.Kernel.Events;
//using Jarvis.Framework.Kernel.ProjectionEngine;
//using Jarvis.Framework.Shared.IdentitySupport;
//using Jarvis.Framework.Shared.Messages;
... | ProximoSrl/Jarvis.Framework | Jarvis.Framework.Tests/ProjectionEngineTests/V2/ProjectionEngineRebuildBaseTests.cs | https://github.com/ProximoSrl/Jarvis.Framework/blob/HEAD/Jarvis.Framework.Tests/ProjectionEngineTests/V2/ProjectionEngineRebuildBaseTests.cs | ghcode:00166:312554f8b5d1 | mit | codeparrot/github-code | 312554f8b5d133903b8f4076328554c4c730feabd22bf394b9a0827f3e5cc0c9 | 0.85 | testing_debugging_repair_refactoring | 2,551 | false | 2026-07-17 |
using System;
using LanguageExt.ClassInstances;
using LanguageExt.Common;
using Xunit;
using static LanguageExt.Prelude;
namespace LanguageExt.Tests.Transformer.Traverse.TryOptionT.Sync
{
public class ValidationSeqTryOption
{
[Fact]
public void FailIsSuccFail()
{
var ma = Fa... | louthy/language-ext | LanguageExt.Tests/Transformer/Traverse/TryOption/Sync/ValidationSeq.cs | https://github.com/louthy/language-ext/blob/HEAD/LanguageExt.Tests/Transformer/Traverse/TryOption/Sync/ValidationSeq.cs | ghcode:00166:fc0d4a69a860 | mit | codeparrot/github-code | fc0d4a69a860e975678e1a451ee527dd7874f6b2824a9d73a6da63a7d3d27d61 | 0.75 | testing_debugging_repair_refactoring | 302 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
using iSynaptic.TestDomain;
using NUnit.Framework;
namespace iSynaptic.Modeling.Domain
{
[TestFixture]
public class ValueObjectTests
{
[Test]
... | bbiwer/iSynaptic.Core | src/iSynaptic.Core.UnitTests/Modeling/Domain/ValueObjectTests.cs | https://github.com/bbiwer/iSynaptic.Core/blob/HEAD/src/iSynaptic.Core.UnitTests/Modeling/Domain/ValueObjectTests.cs | ghcode:00166:4de7290ffd7d | mit | codeparrot/github-code | 4de7290ffd7de9f6dbd374b78172d273cf06b8c44eaa7fb45bdce3a5ebd6ec98 | 0.75 | testing_debugging_repair_refactoring | 155 | false | 2026-07-17 |
using System;
using AutoFixture.Idioms;
using Xunit;
namespace AutoFixture.IdiomsUnitTest
{
public class WhiteSpaceStringBehaviorExpectationTest
{
[Fact]
public void SutIsBehaviorExpectation()
{
// Arrange
var expectation = new WhiteSpaceStringBehaviorExpectation... | zvirja/AutoFixture | Src/IdiomsUnitTest/WhiteSpaceStringBehaviorExpectationTest.cs | https://github.com/zvirja/AutoFixture/blob/HEAD/Src/IdiomsUnitTest/WhiteSpaceStringBehaviorExpectationTest.cs | ghcode:00166:f9ecd6806c62 | mit | codeparrot/github-code | f9ecd6806c629f2c6ba82495e409aacad2c0dbb995792ccd63cec6349c6ef119 | 0.85 | testing_debugging_repair_refactoring | 1,569 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Text.RegularExpressions;
using NJsonSchema;
using NSwag.CodeGeneration.CSharp.Models;
using NSwag.CodeGeneration.OperationNameGenerators;
using Xunit;
namespace NSwag.CodeGeneration.CSharp.Tests
{
public class ControllerGenerationFormatTests
{
[Fact]
... | RSuter/NSwag | src/NSwag.CodeGeneration.CSharp.Tests/ControllerGenerationFormatTests.cs | https://github.com/RSuter/NSwag/blob/HEAD/src/NSwag.CodeGeneration.CSharp.Tests/ControllerGenerationFormatTests.cs | ghcode:00166:b9be1b44a533 | mit | codeparrot/github-code | b9be1b44a533068c8a18c34b313d09f3395784ff11fa046355701b3ff8e8c922 | 0.85 | testing_debugging_repair_refactoring | 3,701 | false | 2026-07-17 |
using Library;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Tests
{
[TestClass]
public class ExampleDtoTests
{
[TestMethod]
public void ExampleDto_Constructor()
{
// Act
var result = new ExampleDto(0);
// Assert
Asse... | iaingalloway/VisualStudioCodeCoverageIssue | VisualStudio2015/Tests/ExampleDtoTests.cs | https://github.com/iaingalloway/VisualStudioCodeCoverageIssue/blob/HEAD/VisualStudio2015/Tests/ExampleDtoTests.cs | ghcode:00166:bcfe6f429b3e | cc0-1.0 | codeparrot/github-code | bcfe6f429b3e28885fd6bb3fb9fa580e6c4d0d1885a62c6c64166b970475507b | 0.78 | testing_debugging_repair_refactoring | 80 | false | 2026-07-17 |
namespace StripeTests
{
using Newtonsoft.Json;
using Stripe;
using Xunit;
public class TransferReversalTest : BaseStripeTest
{
public TransferReversalTest(StripeMockFixture stripeMockFixture)
: base(stripeMockFixture)
{
}
[Fact]
public void Deser... | richardlawley/stripe.net | src/StripeTests/Entities/TransferReversals/TransferReversalTest.cs | https://github.com/richardlawley/stripe.net/blob/HEAD/src/StripeTests/Entities/TransferReversals/TransferReversalTest.cs | ghcode:00166:52ae26720590 | apache-2.0 | codeparrot/github-code | 52ae26720590b44fa740c6376f847fd8f209882cec0c0554685583a34ae54417 | 0.75 | testing_debugging_repair_refactoring | 421 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Abstractions;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Linq;
using Kudu.Core.Tracing;
using Moq;
using Xunit;
using Xunit.Extensions;
using Mock... | WeAreMammoth/kudu-obsolete | Kudu.Core.Test/TracerTests.cs | https://github.com/WeAreMammoth/kudu-obsolete/blob/HEAD/Kudu.Core.Test/TracerTests.cs | ghcode:00166:896aef3bcf74 | apache-2.0 | codeparrot/github-code | 896aef3bcf741de628477867473a18abe6c6c691df618184e89b95947694a008 | 0.85 | testing_debugging_repair_refactoring | 1,463 | 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.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using Syst... | aelij/roslyn | src/Compilers/Core/Portable/DiagnosticAnalyzer/AnalyzerDriver.cs | https://github.com/aelij/roslyn/blob/HEAD/src/Compilers/Core/Portable/DiagnosticAnalyzer/AnalyzerDriver.cs | ghcode:00166:fffdcb6fdb9f | apache-2.0 | codeparrot/github-code | fffdcb6fdb9fec23d6aff9c155477333462e82b9a71470b09a9a7032e6cdfa9b | 0.72 | testing_debugging_repair_refactoring | 20,059 | false | 2026-07-17 |
using Lucene.Net.Analysis;
using Lucene.Net.Documents;
using Lucene.Net.Index.Extensions;
using Lucene.Net.Store;
using Lucene.Net.Util;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using JCG = J2N.Collections.Generic;
using Assert = Lucene.Net.TestFramework.Assert;
using Console = Lucene.Net... | apache/lucenenet | src/Lucene.Net.Tests/Index/TestMultiFields.cs | https://github.com/apache/lucenenet/blob/HEAD/src/Lucene.Net.Tests/Index/TestMultiFields.cs | ghcode:00166:4e28340681a8 | apache-2.0 | codeparrot/github-code | 4e28340681a81f154ba742fe69a337c3b5260cc6f86ffbabbba3353b46686a64 | 0.85 | testing_debugging_repair_refactoring | 1,774 | false | 2026-07-17 |
/*
* Copyright 2011 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | zxingwin/core | ZXing.Net/ZXing.Net.Original/Source-0.14.0.0/Base/Source/test/src/oned/CodaBarWriterTestCase.cs | https://github.com/zxingwin/core/blob/HEAD/ZXing.Net/ZXing.Net.Original/Source-0.14.0.0/Base/Source/test/src/oned/CodaBarWriterTestCase.cs | ghcode:00166:b0db53fe8baf | apache-2.0 | codeparrot/github-code | b0db53fe8baf7fded1f08f7beea6f2b093306aa302945e1b9c6af54d3e6c9dc8 | 0.95 | testing_debugging_repair_refactoring | 641 | false | 2026-07-17 |
#region LGPL License
/*
Axiom Graphics Engine Library
Copyright © 2003-2011 Axiom Project Team
The overall design, and a majority of the core engine and rendering code
contained within this library is a derivative of the open source Object Oriented
Graphics Engine OGRE, which can be found at http://ogre.sourceforge... | objuan/picodex | src/Picodex.Unity/Axiom/Graphics/TempBlendedBufferInfo.cs | https://github.com/objuan/picodex/blob/HEAD/src/Picodex.Unity/Axiom/Graphics/TempBlendedBufferInfo.cs | ghcode:00166:ce3869e9eca5 | apache-2.0 | codeparrot/github-code | ce3869e9eca56535c50a65ef1f0791440788f27a989eabe6af32218a4531f3ae | 0.85 | testing_debugging_repair_refactoring | 2,509 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Shared.Utilities;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
namespace ... | michalhosala/roslyn | src/Workspaces/Core/Portable/SymbolId/SymbolKey.SymbolKeyReader.cs | https://github.com/michalhosala/roslyn/blob/HEAD/src/Workspaces/Core/Portable/SymbolId/SymbolKey.SymbolKeyReader.cs | ghcode:00166:5f9e6e600678 | apache-2.0 | codeparrot/github-code | 5f9e6e6006785ff824c1c8a5e5f70d5216c41d915e72233d3c1dec8c64588214 | 0.85 | testing_debugging_repair_refactoring | 3,174 | false | 2026-07-17 |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); yo... | Mpdreamz/lucene.net | test/core/Index/TestCrash.cs | https://github.com/Mpdreamz/lucene.net/blob/HEAD/test/core/Index/TestCrash.cs | ghcode:00166:d29616b5341b | apache-2.0 | codeparrot/github-code | d29616b5341b3c00c41455c28f63040a01788969971ac7ae125b9ae810baf70d | 0.85 | testing_debugging_repair_refactoring | 1,513 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions.Execution;
namespace Microsoft.UnitTests.Core.FluentAssertions {
publi... | AlexanderSher/RTVS | src/UnitTests/Core/Impl/FluentAssertions/GivenSelectorExtensions.cs | https://github.com/AlexanderSher/RTVS/blob/HEAD/src/UnitTests/Core/Impl/FluentAssertions/GivenSelectorExtensions.cs | ghcode:00166:8224f5c2d4e2 | mit | codeparrot/github-code | 8224f5c2d4e2b6aae231ff3044c48dfb03bed559832842c349952c034acbb6d8 | 0.75 | testing_debugging_repair_refactoring | 1,828 | false | 2026-07-17 |
using HarshPoint.Linq;
using System;
using System.Linq.Expressions;
using Xunit;
namespace HarshPoint.Tests.Linq
{
public class ExpressionComparing
{
[Fact]
public void Equal_exprs_are_equal()
{
AssertEqual<String, Int32>(true, x => x.Length, x => x.Length);
Ass... | the-ress/HarshPoint | test/HarshPoint.Tests/Linq/ExpressionComparing.cs | https://github.com/the-ress/HarshPoint/blob/HEAD/test/HarshPoint.Tests/Linq/ExpressionComparing.cs | ghcode:00166:df5f3ca28b5b | bsd-2-clause | codeparrot/github-code | df5f3ca28b5b7d4c7be2dea3ad623de3998e22e5815cab2bb69574d1840e6f49 | 0.68 | testing_debugging_repair_refactoring | 203 | false | 2026-07-17 |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Game.Replays;
using osu.Game.Rulesets.Replays;
namespace osu.Game.Tes... | ppy/osu | osu.Game.Tests/NonVisual/FramedReplayInputHandlerTest.cs | https://github.com/ppy/osu/blob/HEAD/osu.Game.Tests/NonVisual/FramedReplayInputHandlerTest.cs | ghcode:00166:555e67361bd3 | mit | codeparrot/github-code | 555e67361bd3892ee5efb0f14bce0e29cdeb8c6dff287fa2d10cdc0897f4e5a7 | 0.85 | testing_debugging_repair_refactoring | 2,778 | 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 BenchmarkDotNet.Attributes;
namespace JsonBenchmarks
{
[MemoryDiagnoser]
public class JsonSerializerC... | joshfree/corefxlab | tests/Benchmarks/System.Text.JsonLab/Comparison/JsonSerializer/JsonSerializerComparison_ToString.cs | https://github.com/joshfree/corefxlab/blob/HEAD/tests/Benchmarks/System.Text.JsonLab/Comparison/JsonSerializer/JsonSerializerComparison_ToString.cs | ghcode:00166:b4a9e76e4028 | mit | codeparrot/github-code | b4a9e76e402874a2e08c44989644435a1d00bc37fbd42102fd2a560fd6b3e5dc | 0.85 | testing_debugging_repair_refactoring | 303 | false | 2026-07-17 |
using System;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
namespace Eto.Test.WinRT.Data
{
/// <summary>
/// Visual representation of a test group section.
/// </summary>
/// <copyright>(c) 2014 by Vivek Jhaveri</copyright>
/// <license type="BSD-3">See LICENSE for full terms</lice... | bbqchickenrobot/Eto-1 | Source/Eto.Test/Eto.Test.WinRT/DataModel/TestGroup.cs | https://github.com/bbqchickenrobot/Eto-1/blob/HEAD/Source/Eto.Test/Eto.Test.WinRT/DataModel/TestGroup.cs | ghcode:00166:572023c3b693 | bsd-3-clause | codeparrot/github-code | 572023c3b693e3eb9df93df3a2bf0e3a452256048d101d4b5d5129ec37b49340 | 0.85 | testing_debugging_repair_refactoring | 750 | 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.Threading.Tasks;
using Xunit;
namespace System.Threading.Channels.Tests
{
public class BoundedChannelTests : ChannelTestBase
{
protected o... | Ermiar/corefx | src/System.Threading.Channels/tests/BoundedChannelTests.cs | https://github.com/Ermiar/corefx/blob/HEAD/src/System.Threading.Channels/tests/BoundedChannelTests.cs | ghcode:00166:246a098a2b75 | mit | codeparrot/github-code | 246a098a2b75c06ae5980a635a9a67aec301413670b237cbc35a355b7fc0709b | 0.95 | testing_debugging_repair_refactoring | 2,915 | false | 2026-07-17 |
namespace AutoMapper.UnitTests.Bug
{
using Should;
using Xunit;
public class EmptyNullSubstituteBug : NonValidatingSpecBase
{
private Entity _destination;
public class Model
{
public string Name { get; set; }
public int Age { get; set; }
... | jasonholloway/AutoMapper | src/UnitTests/Bug/EmptyNullSubstituteBug.cs | https://github.com/jasonholloway/AutoMapper/blob/HEAD/src/UnitTests/Bug/EmptyNullSubstituteBug.cs | ghcode:00166:6443b43ce351 | mit | codeparrot/github-code | 6443b43ce351ecce24f34067cc5c10bc82805cece27031dadd45aaefafd62f96 | 0.75 | testing_debugging_repair_refactoring | 320 | false | 2026-07-17 |
/*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must ... | intari/OpenSimMirror | OpenSim/Framework/Tests/AgentCircuitDataTest.cs | https://github.com/intari/OpenSimMirror/blob/HEAD/OpenSim/Framework/Tests/AgentCircuitDataTest.cs | ghcode:00166:e26f12da34e0 | bsd-3-clause | codeparrot/github-code | e26f12da34e045c053da82604aa3c95fee50efbc8d108712f109a7379e27b87a | 0.95 | testing_debugging_repair_refactoring | 5,242 | false | 2026-07-17 |
/* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
* copy of the license can be found in the License.html file at the root of this distribution. If
... | bingbing8/PowerShell | src/System.Management.Automation/engine/interpreter/LocalVariables.cs | https://github.com/bingbing8/PowerShell/blob/HEAD/src/System.Management.Automation/engine/interpreter/LocalVariables.cs | ghcode:00166:b808cf39e737 | mit | codeparrot/github-code | b808cf39e737c865c053d79135a1e0603a5a6c16c19db16fe45d0a514e938165 | 0.85 | testing_debugging_repair_refactoring | 1,838 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Build.Utilities;
using MSBuild.Community.Tasks.JavaScript;
using NUnit.Framework;
namespace MSBuild.Community.Tasks.Tests.JavaScript
{
[TestFixture()]
public class CssCompressTest
{
[SetUp()]
public void Setu... | jricke/msbuildtasks | Source/MSBuild.Community.Tasks.Tests/JavaScript/CssCompressTest.cs | https://github.com/jricke/msbuildtasks/blob/HEAD/Source/MSBuild.Community.Tasks.Tests/JavaScript/CssCompressTest.cs | ghcode:00166:671ebe58d210 | bsd-2-clause | codeparrot/github-code | 671ebe58d2106d02c92dda3b37ad6f4405ee594ae485f93cad9545061787d757 | 0.53 | testing_debugging_repair_refactoring | 211 | false | 2026-07-17 |
namespace LUIS.Authoring.Tests.Luis
{
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring;
using Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models;
using Xunit;
[Collection("TestCollection")]
... | ayeletshpigelman/azure-sdk-for-net | sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelTests.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/cognitiveservices/Language.LUIS.Authoring/tests/Luis/ModelTests.cs | ghcode:00166:d9f8c7ed814f | mit | codeparrot/github-code | d9f8c7ed814fe49adacd95c548948f1cbe9d68210e0d488f17e6a308c667d4e7 | 0.85 | testing_debugging_repair_refactoring | 1,941 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="BaselineLogger.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//--------------------------------------... | hotchandanisagar/odata.net | test/FunctionalTests/Tests/DataOData/Tests/OData.Writer.Tests/WriterCombinatorialEngine/BaselineLogger.cs | https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Tests/DataOData/Tests/OData.Writer.Tests/WriterCombinatorialEngine/BaselineLogger.cs | ghcode:00166:8acf68c76599 | mit | codeparrot/github-code | 8acf68c76599ea9b29c806c0498cbaadd262d1e5bdc501187ad5004f5b9d2161 | 0.95 | testing_debugging_repair_refactoring | 315 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2009-2014 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, ... | nunit/nunit-v2-framework-driver | src/v2-test-assembly/SimpleGenericMethods.cs | https://github.com/nunit/nunit-v2-framework-driver/blob/HEAD/src/v2-test-assembly/SimpleGenericMethods.cs | ghcode:00166:262371160ebf | mit | codeparrot/github-code | 262371160ebf128e256b95324daa2bb4b772f86c3b926da954b139675413e36a | 0.7 | testing_debugging_repair_refactoring | 618 | 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... | zhencui/azure-powershell | src/ResourceManager/Scheduler/Commands.Scheduler.Test/ScenarioTests/JobTests.cs | https://github.com/zhencui/azure-powershell/blob/HEAD/src/ResourceManager/Scheduler/Commands.Scheduler.Test/ScenarioTests/JobTests.cs | ghcode:00166:0873acef4621 | apache-2.0 | codeparrot/github-code | 0873acef4621ea4c04ede87ad9f0303701cf65c00da4af258036636c0f7ebe48 | 0.85 | testing_debugging_repair_refactoring | 312 | 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.Xml;
using System.Xml.Schema;
using System.Xml.XPath;
using System.Diagnostics;
using Sys... | dhoehna/corefx | src/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlILConstructAnalyzer.cs | https://github.com/dhoehna/corefx/blob/HEAD/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlILConstructAnalyzer.cs | ghcode:00166:143b6d2381a3 | mit | codeparrot/github-code | 143b6d2381a336ac459731fa389fd8439188f6d5bb28d6013fa699ea36999edf | 0.95 | testing_debugging_repair_refactoring | 8,355 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using Xunit;
namespace System.Globalization.Tests
{
public class DateTimeForm... | krytarowski/corefx | src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetDayName.cs | https://github.com/krytarowski/corefx/blob/HEAD/src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetDayName.cs | ghcode:00166:3a9db6befbd6 | mit | codeparrot/github-code | 3a9db6befbd68309609d10336826b8b98dbd10fc2c050cb7aaf3fb02557aae39 | 0.95 | testing_debugging_repair_refactoring | 427 | false | 2026-07-17 |
namespace EzApp.Tests.UnitTests.Data.Sql.SqlBuilderTests.EzSqlTableExtractorTests.TestModels
{
public class EntityI
{
public int Id { get; set; }
}
}
| JonnyOrman/EzApp | Tests/EzApp.Tests.UnitTests.Data.Sql/SqlBuilderTests/EzSqlTableExtractorTests/TestModels/EntityI.cs | https://github.com/JonnyOrman/EzApp/blob/HEAD/Tests/EzApp.Tests.UnitTests.Data.Sql/SqlBuilderTests/EzSqlTableExtractorTests/TestModels/EntityI.cs | ghcode:00166:acd11380beae | mit | codeparrot/github-code | acd11380beae0dec121702afebfe03a156a378280745ba26a067e37fbe5bed59 | 0.5 | testing_debugging_repair_refactoring | 42 | false | 2026-07-17 |
using System;
using Xunit;
namespace CompatibleSoftware.QuotingTool.API.Tests
{
public class QuoteJsonTests : IDisposable
{
private readonly HttpApplication _httpApplication;
public QuoteJsonTests()
{
_httpApplication = new HttpApplication(9875);
_httpApplicati... | KevMain/QuotingTool | Source/API/CompatibleSoftware.QuotingTool.Tests.AcceptanceTests/QuoteJsonTests.cs | https://github.com/KevMain/QuotingTool/blob/HEAD/Source/API/CompatibleSoftware.QuotingTool.Tests.AcceptanceTests/QuoteJsonTests.cs | ghcode:00166:6ef8e3c53b27 | mit | codeparrot/github-code | 6ef8e3c53b27d395f930a0fdcae9c23d72699722b2ddbb3390c0430496aadcce | 0.75 | testing_debugging_repair_refactoring | 149 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using AM;
namespace UnitTests.AM
{
[TestClass]
public class UniversalComparerTest
{
[TestMethod]
public void UniversalComparer_Compare()
{
var comparer = new UniversalComparer<int>
(... | amironov73/ManagedIrbis2 | Source/UnitTests/AM/UniversalComparerTest.cs | https://github.com/amironov73/ManagedIrbis2/blob/HEAD/Source/UnitTests/AM/UniversalComparerTest.cs | ghcode:00166:77faa4be25a3 | mit | codeparrot/github-code | 77faa4be25a3f2c9ba4538d17373eb0fe25d523e288652f607f5ee8c4f02a9c4 | 0.6 | testing_debugging_repair_refactoring | 248 | false | 2026-07-17 |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Fr... | EVAST9919/osu | osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapCarousel.cs | https://github.com/EVAST9919/osu/blob/HEAD/osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapCarousel.cs | ghcode:00166:33020fa2149b | mit | codeparrot/github-code | 33020fa2149b65598852cf2d2105309fc7d88ef9a2ff8d8d8511f5967f5f2e48 | 0.85 | testing_debugging_repair_refactoring | 6,782 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.