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 2017-2019 by Alexandru Ciobanu (alex+git@ciobanu.org)
*
* 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, c... | pavkam/abacaxi | Abacaxi.Tests/RandomExtensions/SampleTests.cs | https://github.com/pavkam/abacaxi/blob/HEAD/Abacaxi.Tests/RandomExtensions/SampleTests.cs | ghcode:00165:307dfd4f03d8 | mit | codeparrot/github-code | 307dfd4f03d81e5b08f265e07f259e3d060161fec01c0db26014e1a610f86029 | 0.75 | testing_debugging_repair_refactoring | 616 | false | 2026-07-17 |
using IbanLib.Countries;
using IbanLib.Domain.Splitters;
using IbanLib.Domain.Validators;
using Moq;
namespace IbanLib.Splitters.Test.BbanSplitterTests
{
public abstract class ABbanSplitterTest : ASplitterTest
{
protected IBbanSplitter BbanSplitterInvalidValidation;
protected IBbanSplitter Bba... | epreviati/IbanLib | IbanLib.Splitters.Test/BbanSplitterTests/ABbanSplitterTest.cs | https://github.com/epreviati/IbanLib/blob/HEAD/IbanLib.Splitters.Test/BbanSplitterTests/ABbanSplitterTest.cs | ghcode:00165:1abe127c6e70 | mit | codeparrot/github-code | 1abe127c6e70fe9a44c79456cc09af12600862478cc354726b140da1cc16cbfd | 0.75 | testing_debugging_repair_refactoring | 248 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Threading.Tasks;
using AsyncGenerator.Analyzation;
using AsyncGenerator.Core;
using AsyncGenerator.Core.Analyzation;
using AsyncGenerator.Tests.OverloadWithDifferentParameters.Input;
using NUnit.Framework;
namespace AsyncGenerator.Tests.OverloadWithDifferentParameters
{
... | maca88/AsyncGenerator | Source/AsyncGenerator.Tests/OverloadWithDifferentParameters/Fixture.cs | https://github.com/maca88/AsyncGenerator/blob/HEAD/Source/AsyncGenerator.Tests/OverloadWithDifferentParameters/Fixture.cs | ghcode:00165:4d803dafd410 | mit | codeparrot/github-code | 4d803dafd41013cae8830c95cb77297851e9a82abc266c7624ffee2d174533cb | 0.75 | testing_debugging_repair_refactoring | 673 | 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 ASCIIEncodingDecode
... | SGuyGe/corefx | src/System.Text.Encoding/tests/ASCIIEncoding/ASCIIEncodingDecode.cs | https://github.com/SGuyGe/corefx/blob/HEAD/src/System.Text.Encoding/tests/ASCIIEncoding/ASCIIEncodingDecode.cs | ghcode:00165:5f613521ec2c | mit | codeparrot/github-code | 5f613521ec2c2409aa38901292173f49816828c979f10d3689e189d59a7ecc0b | 0.95 | testing_debugging_repair_refactoring | 697 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Xunit;
namespace ECommerceHelper.VirtualPOS.Garanti.Test.Utils {
public class PaymentUtilityFacts {
//[Fact]
//public void EncryptVirtualPOSCredentials_should_encrypt_properly_if_the_terminal_i... | tugberkugurlu/ECommerceHelper | tests/VirtualPOS.Garanti.Test/Utils/PaymentUtilityFacts.cs | https://github.com/tugberkugurlu/ECommerceHelper/blob/HEAD/tests/VirtualPOS.Garanti.Test/Utils/PaymentUtilityFacts.cs | ghcode:00165:9619cc22758d | mit | codeparrot/github-code | 9619cc22758d5125e5c915d8dd3ab1275af4d93dde5612aedd2971d9cdbeee4f | 0.7 | testing_debugging_repair_refactoring | 377 | false | 2026-07-17 |
// Copyright (c) Andrew Arnott. 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.Threading;
using Xunit.Abstractions;
public abstract class... | AArnott/PCLCommandBase | test/PCLCommandBase.Tests/TestBase.cs | https://github.com/AArnott/PCLCommandBase/blob/HEAD/test/PCLCommandBase.Tests/TestBase.cs | ghcode:00165:569e0d3db647 | mit | codeparrot/github-code | 569e0d3db6479b3ddf01a6a2a4d67113371c3b58b288cbddfaf96c6cfe86d6bd | 0.85 | testing_debugging_repair_refactoring | 278 | false | 2026-07-17 |
using System;
using System.IO;
using Localization.Xliff.OM.Core;
using Localization.Xliff.OM.Serialization;
using NUnit.Framework;
namespace XliffLib.Test
{
[TestFixture()]
public class InlineCodeMergerTests
{
[Test()]
public void SingleParagraphPlainTextUnitIsLeftUntouched()
{
... | simonech/XliffLib | XliffLib.Test/InlineCodeMergerTests.cs | https://github.com/simonech/XliffLib/blob/HEAD/XliffLib.Test/InlineCodeMergerTests.cs | ghcode:00165:0b64492bb8c6 | mit | codeparrot/github-code | 0b64492bb8c69429b463e13a6c9e8394b84b25d18ba78c1319a128bfc3d24933 | 0.85 | testing_debugging_repair_refactoring | 3,033 | false | 2026-07-17 |
using Contoso.Abstract;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Abstract.AbstractTests.ServiceBus;
namespace System.Abstract.Tests.ServiceBus.Integration
{
[TestClass]
public class AppServiceBusTest : AbstractServiceBusTest
{
static AppServiceBusTest() =>
... | BclEx/System.Abstract | src/System.Abstract.Tests/ServiceBus/Integration/AppServiceBusTest.cs | https://github.com/BclEx/System.Abstract/blob/HEAD/src/System.Abstract.Tests/ServiceBus/Integration/AppServiceBusTest.cs | ghcode:00165:bd5a4ef52519 | mit | codeparrot/github-code | bd5a4ef5251983405c09f94455605b153ee9934aba5c8525ba4acfda1c050b73 | 0.6 | testing_debugging_repair_refactoring | 197 | false | 2026-07-17 |
using ModelFormatting.Tests.Models;
using ModelFormatting.Services;
using NUnit.Framework;
using System;
namespace ModelFormatting.Tests
{
[TestFixture]
public class ModelFormattingTests
{
private IModelFormatter formatter;
[TestFixtureSetUp]
public void Init()
{
... | brpeanut/ModelFormatting | ModelFormatting.Tests/Tests/ModelFormattingTests.cs | https://github.com/brpeanut/ModelFormatting/blob/HEAD/ModelFormatting.Tests/Tests/ModelFormattingTests.cs | ghcode:00165:5d213a8e7403 | mit | codeparrot/github-code | 5d213a8e740368da9c7c90ca182fd01cbdec761230414ea3bc3b8e390d0daed7 | 0.85 | testing_debugging_repair_refactoring | 1,417 | false | 2026-07-17 |
using System.Collections.Generic;
using Xunit;
using YesSql.Data;
namespace YesSql.Tests
{
public class WorkerQueryKeyTests
{
[Fact]
public void KeysWithDifferentPrefixShouldNotBeEqual()
{
var key1 = new WorkerQueryKey("prefix1", new[] { 1 });
var key2 = new Work... | sebastienros/yessql | test/YesSql.Tests/WorkerQueryKeyTests.cs | https://github.com/sebastienros/yessql/blob/HEAD/test/YesSql.Tests/WorkerQueryKeyTests.cs | ghcode:00165:3f5644bcd9c3 | mit | codeparrot/github-code | 3f5644bcd9c352a3c088c111a00c9d1e1acf849dcd5d03d3290f99c2e7438f94 | 0.75 | testing_debugging_repair_refactoring | 658 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CSC.CSClassroom.Model.Classrooms;
using CSC.CSClassroom.Model.Assignments;
using CSC.CSClassroom.Model.Assignments.ServiceResults;
using CSC.CSClassroom.Model.Users;
using CSC.CSClassroom.Service.Assignments.AssignmentScoring;
... | CSClassroom/CSClassroom | Services/test/CSClassroom/CSClassroom.Service.UnitTests/Assignments/AssignmentScoring/SnapshotAssignmentReportGenerator_UnitTests.cs | https://github.com/CSClassroom/CSClassroom/blob/HEAD/Services/test/CSClassroom/CSClassroom.Service.UnitTests/Assignments/AssignmentScoring/SnapshotAssignmentReportGenerator_UnitTests.cs | ghcode:00165:75134f8a6ae7 | mit | codeparrot/github-code | 75134f8a6ae74d42d2c375382bad5c271f3c894de81e9cd6061cb4e5bd683978 | 0.95 | testing_debugging_repair_refactoring | 1,201 | false | 2026-07-17 |
using GenderPayGap.Core.Models;
using NUnit.Framework;
using System;
namespace GenderPayGap.Core.Tests.Models
{
/// <summary>
/// Tests in this class have been extracted from the examples here: http://www.loganfranken.com/blog/687/overriding-equals-in-c-part-1/
/// </summary>
[TestFixture]
public ... | DFEAGILEDEVOPS/gender-pay-gap | Beta/GenderPayGap.Core.Tests/Models/SicCodeSearchModelTests.cs | https://github.com/DFEAGILEDEVOPS/gender-pay-gap/blob/HEAD/Beta/GenderPayGap.Core.Tests/Models/SicCodeSearchModelTests.cs | ghcode:00165:1534fe4611e6 | mit | codeparrot/github-code | 1534fe4611e63c49b641c9a95db82ee2308f2f44da3e6f7bf32fad2ec11a8d4c | 0.85 | testing_debugging_repair_refactoring | 2,372 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using NUnit.Framework;
namespace PowerWalk
{
// TODO: Add Help to CLI.
// TODO: Add internal file store for preferences.
// TODO: Add Preferences to CLI.
// TODO: Add des... | DoctorDendrite/PowerWalk | Program.cs | https://github.com/DoctorDendrite/PowerWalk/blob/HEAD/Program.cs | ghcode:00165:d4be6a68718f | mit | codeparrot/github-code | d4be6a68718f0ac3f3955c6e37768f451734e69aec4cb7a92cbb1a7846703978 | 0.85 | testing_debugging_repair_refactoring | 10,149 | false | 2026-07-17 |
namespace Ocelot.AcceptanceTests
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Text;
using Cache;
using Configuration.File;
using Consul;
using Infrastructure;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.... | TomPallister/Ocelot | test/Ocelot.AcceptanceTests/ConsulConfigurationInConsulTests.cs | https://github.com/TomPallister/Ocelot/blob/HEAD/test/Ocelot.AcceptanceTests/ConsulConfigurationInConsulTests.cs | ghcode:00165:9f8e6360ff3e | mit | codeparrot/github-code | 9f8e6360ff3e7a1bd4f833bec9be90a2cd480863e39e60bee1618e846bfceb5a | 0.85 | testing_debugging_repair_refactoring | 3,238 | false | 2026-07-17 |
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Neo.IO;
using Neo.Ledger;
using Neo.Network.P2P.Payloads;
using Neo.Persistence;
using Neo.SmartContract;
using Neo.SmartContract.Native;
using Neo.UnitTests.Extensions;
using Neo.VM;
using System.Linq;
namespace Neo.UnitTests.SmartContr... | shargon/neo | tests/neo.UnitTests/SmartContract/Native/UT_PolicyContract.cs | https://github.com/shargon/neo/blob/HEAD/tests/neo.UnitTests/SmartContract/Native/UT_PolicyContract.cs | ghcode:00165:61fc77366f30 | mit | codeparrot/github-code | 61fc77366f30cad2f458ca3ecd5fd4aab7ebbf3830ff9c393e3cff697ce50cd7 | 0.85 | testing_debugging_repair_refactoring | 2,330 | false | 2026-07-17 |
using UnityEngine;
using System.Collections.Generic;
using Commons;
using NUnit.Framework;
public class RandomProviderTests {
private const int SEED = 0;
private int seedBefore;
[SetUp]
public void SetUp()
{
seedBefore = Random.seed;
Random.seed = SEED;
}
[TearDown]
... | lumley/EscapeTheMaze | Assets/Editor/UnitTests/RandomProviderTests.cs | https://github.com/lumley/EscapeTheMaze/blob/HEAD/Assets/Editor/UnitTests/RandomProviderTests.cs | ghcode:00165:fa5335a26c2e | mit | codeparrot/github-code | fa5335a26c2e9e0f2ecd4d95adfd8b5bd7ac78055ec5eddedace50107a5e9a61 | 0.85 | testing_debugging_repair_refactoring | 1,081 | false | 2026-07-17 |
using OnlineWallet.Web.TestHelpers;
namespace OnlineWallet.Web.Modules.TransactionModule
{
public class TransactionControllerTests : ServiceTestBase
{
protected TransactionController Controller { get; }
public TransactionControllerTests()
{
Controller = Fixture.GetService<... | faddiv/budget-keeper | Wallet/OnlineWallet.Web.Core.Tests/Modules/TransactionModule/TransactionControllerTests.cs | https://github.com/faddiv/budget-keeper/blob/HEAD/Wallet/OnlineWallet.Web.Core.Tests/Modules/TransactionModule/TransactionControllerTests.cs | ghcode:00165:bb31ef41abae | mit | codeparrot/github-code | bb31ef41abaef7bbcf24c37b3bcb77aff5bac9c31952e5402452c957f7368ada | 0.75 | testing_debugging_repair_refactoring | 59 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Studiotaiha.Toolkit.Core.Tests
{
[TestClass]
public class NotificationObjectWithPropertyBagTest
{
[TestMethod]
public void SetAndGetTest()
{
var dataSet = new dynamic[]{
new DataSet<bool> {
Assign = true,
DefaultValu... | yas-mnkornym/TaihaToolkit | source/TaihaToolkit.Core.Tests/NotificationObjectWithPropertyBagTest.cs | https://github.com/yas-mnkornym/TaihaToolkit/blob/HEAD/source/TaihaToolkit.Core.Tests/NotificationObjectWithPropertyBagTest.cs | ghcode:00165:b60f5e1c26e6 | mit | codeparrot/github-code | b60f5e1c26e64c0e3b054f6cbcba27d06ed8e3ee72a481f7fe1ba843aaa43dd8 | 0.85 | testing_debugging_repair_refactoring | 1,065 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using Autofac;
namespace FluentAssertions.Autofac
{
/// <summary>
/// Contains extension methods for Autofac Containers and Builder assertions.
/// </summary>
[DebuggerNonUserCode]
public static class TestExtensions
{
/// <summary>
///... | awesome-inc/AutoFac.TestingHelpers | FluentAssertions.Autofac/TestExtensions.cs | https://github.com/awesome-inc/AutoFac.TestingHelpers/blob/HEAD/FluentAssertions.Autofac/TestExtensions.cs | ghcode:00165:df75cc537a26 | mit | codeparrot/github-code | df75cc537a2608220223403c9d221c53e5ea901fdd8ca036aaa1baf17c129834 | 0.85 | testing_debugging_repair_refactoring | 605 | false | 2026-07-17 |
namespace Nancy.Tests.Unit.Validation
{
using System;
using FakeItEasy;
using Nancy.Validation;
using Xunit;
using Nancy.Tests.Fakes;
public class ModuleExtensionsFixture
{
private readonly NancyContext context;
private readonly IModelValidatorLocator validatorLo... | kekekeks/Nancy | src/Nancy.Tests/Unit/Validation/ModuleExtensionsFixture.cs | https://github.com/kekekeks/Nancy/blob/HEAD/src/Nancy.Tests/Unit/Validation/ModuleExtensionsFixture.cs | ghcode:00165:a6cfbddbc669 | mit | codeparrot/github-code | a6cfbddbc6693b01acda449b63fee8f7432ea6b1b1057c6317173222553ef0bc | 0.7 | testing_debugging_repair_refactoring | 782 | false | 2026-07-17 |
/*
* SonarScanner for MSBuild
* Copyright (C) 2016-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 o... | SonarSource-VisualStudio/sonar-scanner-msbuild | Tests/SonarScanner.MSBuild.TFS.Tests/Infrastructure/MockReportConverter.cs | https://github.com/SonarSource-VisualStudio/sonar-scanner-msbuild/blob/HEAD/Tests/SonarScanner.MSBuild.TFS.Tests/Infrastructure/MockReportConverter.cs | ghcode:00165:724c3d9f633d | mit | codeparrot/github-code | 724c3d9f633dddd62eef18625376363114947ec70dc4a4380a7dcdc85d9e5370 | 0.75 | testing_debugging_repair_refactoring | 508 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Skybrud.Essentials.Time;
using Skybrud.Essentials.Time.Iso8601;
using Skybrud.Essentials.Time.UnixTime;
using System;
namespace UnitTestProject1.Time.UnixTime {
[TestClass]
public class UnixTimeTests {
[TestMethod]
public void Current... | skybrud/Skybrud.Essentials | src/UnitTestProject1/Time/UnixTime/UnixTimeTests.cs | https://github.com/skybrud/Skybrud.Essentials/blob/HEAD/src/UnitTestProject1/Time/UnixTime/UnixTimeTests.cs | ghcode:00165:b0711a9cce03 | mit | codeparrot/github-code | b0711a9cce031a3dc22a4b9859fd609f62754d9edc23bf887ee5e3dda97ca6a4 | 0.85 | testing_debugging_repair_refactoring | 3,753 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using XenAspects;
namespace XenAspects_UnitTests
{
//This example shows a component in a car: the chassis which contains four wheels. Both chassis and wheels have
//direct state; state that moves with the object to and from the pool. ... | raphaelmun/Xen | XenAspects_UnitTests/WhenUsingComposableObjects.cs | https://github.com/raphaelmun/Xen/blob/HEAD/XenAspects_UnitTests/WhenUsingComposableObjects.cs | ghcode:00165:1897143dc96a | mit | codeparrot/github-code | 1897143dc96ab6d34d9bd1b9cd2aa58092e723827a74fc7526d3b92eff525d76 | 0.7 | testing_debugging_repair_refactoring | 1,122 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Testing;
using Xunit;
using VerifyCS = Test.Utilities.CSharpCodeFixVerifier<
Micr... | dotnet/roslyn-analyzers | src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/Runtime/DoNotUseReferenceEqualsWithValueTypesTests.cs | https://github.com/dotnet/roslyn-analyzers/blob/HEAD/src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/Runtime/DoNotUseReferenceEqualsWithValueTypesTests.cs | ghcode:00165:3acebb9184e6 | mit | codeparrot/github-code | 3acebb9184e6fbb4ea657c316109c29f362fa947b9ed43ee7ba456ccc317b34f | 0.85 | testing_debugging_repair_refactoring | 4,644 | false | 2026-07-17 |
using Microsoft.AspNetCore.Razor.TagHelpers;
using Util.Ui.Angular;
using Util.Ui.Configs;
using Util.Ui.Material;
using Util.Ui.Material.Enums;
using Util.Ui.Material.Lists.TagHelpers;
using Util.Ui.Tests.XUnitHelpers;
using Xunit;
using Xunit.Abstractions;
using String = Util.Helpers.String;
namespace Util.Ui.Tests... | yuleyule66/Util | test/Util.Ui.Tests/Material/Lists/SelectListOptionTagHelperTest.cs | https://github.com/yuleyule66/Util/blob/HEAD/test/Util.Ui.Tests/Material/Lists/SelectListOptionTagHelperTest.cs | ghcode:00165:eb9fa60b9268 | mit | codeparrot/github-code | eb9fa60b92686bb2dbfecec9a32e7d0f90d0c747780788c6ee1c6688c9127416 | 0.85 | testing_debugging_repair_refactoring | 960 | false | 2026-07-17 |
namespace Codestellation.Emisstar.Tests.Impl
{
public class TestMessage
{
}
} | Codestellation/Emisstar | src/Emisstar.Tests/Impl/TestMessage.cs | https://github.com/Codestellation/Emisstar/blob/HEAD/src/Emisstar.Tests/Impl/TestMessage.cs | ghcode:00165:81a74b1e864f | mit | codeparrot/github-code | 81a74b1e864f1bd43c1d7b0d11fa53a522a477099ca2895fafb11cf375480bb5 | 0.35 | testing_debugging_repair_refactoring | 24 | false | 2026-07-17 |
namespace TexasHoldem.Logic.Tests.Extensions
{
using System.Collections.Generic;
using System.Linq;
using TexasHoldem.Logic.Extensions;
using Xunit;
public class RandomProviderTests
{
[Fact]
public void NextWithParametersWithParameters1And2ShouldReturn1()
{
... | NikolayIT/TexasHoldemGameEngine | src/Tests/TexasHoldem.Logic.Tests/Extensions/RandomProviderTests.cs | https://github.com/NikolayIT/TexasHoldemGameEngine/blob/HEAD/src/Tests/TexasHoldem.Logic.Tests/Extensions/RandomProviderTests.cs | ghcode:00165:53f8004f38a9 | mit | codeparrot/github-code | 53f8004f38a999af58c788df617865e1487c40941276f82c8dc8cd698bda6c03 | 0.85 | testing_debugging_repair_refactoring | 308 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using Charlotte.Tools;
namespace Charlotte.Tests.Tools
{
public class SecurityToolsTest
{
public void Test01()
{
using (RandomUnit r1 = new RandomUnit(new SecurityTools.CSPRandomNumberGenerator()))
using... | stackprobe/CSharp | Chocolate/Test01/Tests/Tools/SecurityToolsTest.cs | https://github.com/stackprobe/CSharp/blob/HEAD/Chocolate/Test01/Tests/Tools/SecurityToolsTest.cs | ghcode:00165:c3e219c7efb4 | mit | codeparrot/github-code | c3e219c7efb4d96f5ad536a8d7177211b69c42a33d5e40bf6faf428d2ee4397b | 0.95 | testing_debugging_repair_refactoring | 1,006 | false | 2026-07-17 |
namespace PasswordRegExTest
{
/// <summary>
/// Common class to configure settings like common regular expression. (Not currently used.)
/// </summary>
public class TestSettings
{
}
}
| jlampeatds/PasswordRegEx | PasswordRegExTest/TestSettings.cs | https://github.com/jlampeatds/PasswordRegEx/blob/HEAD/PasswordRegExTest/TestSettings.cs | ghcode:00165:cbf5c7f854a6 | mit | codeparrot/github-code | cbf5c7f854a6247df7066ea05aa522946f9052eaa41dfd85097dcf95d8b0fc1f | 0.85 | testing_debugging_repair_refactoring | 46 | false | 2026-07-17 |
using System;
using NUnit.Framework;
namespace CoditySolutions
{
[TestFixture]
public class MaxDoubleSliceSum
{
// 100/100
public int solution(int[] A)
{
var maxStart = new int[A.Length];
var maxEnd = new int[A.Length];
for (int i = 1; i < A.Len... | VitalyTartynov/CodilitySolutions | CoditySolutions/09 - Maximum slice problem/MaxDoubleSliceSum.cs | https://github.com/VitalyTartynov/CodilitySolutions/blob/HEAD/CoditySolutions/09 - Maximum slice problem/MaxDoubleSliceSum.cs | ghcode:00165:25685ef549f8 | mit | codeparrot/github-code | 25685ef549f86b90d106b72fb2680c409890da62b1ba6df4bc67663b9a673d7f | 0.6 | testing_debugging_repair_refactoring | 359 | false | 2026-07-17 |
using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Nucleo.TestingTools;
namespace Nucleo.Reflection
{
[TestClass]
public class ReflectPropertyListTest
{
#region " Test Class "
protected class TestClass
{... | brianmains/Nucleo.NET | src/Nucleo.UnitTests.40.MS/Reflection/ReflectPropertyListTest.cs | https://github.com/brianmains/Nucleo.NET/blob/HEAD/src/Nucleo.UnitTests.40.MS/Reflection/ReflectPropertyListTest.cs | ghcode:00165:e367282d3e55 | mit | codeparrot/github-code | e367282d3e55e4834d016ece232848ec49084ffea799fa62a52578987750d714 | 0.85 | testing_debugging_repair_refactoring | 499 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Reflection;
using Veil.Parser;
using Veil.Parser.Nodes;
using Xunit;
namespace Veil.Compiler
{
public class ConditionalTests : CompilerTestBase
{
[Theory]
[MemberData("TruthyFalseyCases")]
public void Should_render_correct_block_based... | csainty/Veil | src/Veil.Tests/Compiler/ConditionalTests.cs | https://github.com/csainty/Veil/blob/HEAD/src/Veil.Tests/Compiler/ConditionalTests.cs | ghcode:00165:e299925df473 | mit | codeparrot/github-code | e299925df473c3d4f1f824abdeffe6a633e2d220a71be084a45755a9b6b4b621 | 0.75 | testing_debugging_repair_refactoring | 1,463 | false | 2026-07-17 |
using System.Collections.Generic;
using TechTalk.SpecFlow;
using FluentAssertions;
using EmsApi.Dto.V2;
namespace EmsApi.Tests.Features
{
[Binding, Scope( Feature = "AdminUser" )]
public class AdminUserSteps : FeatureTest
{
[When( @"I run GetUsers" )]
public void WhenIRunGetUsers()
... | ge-flight-analytics/EmsApi.Client | src/Tests/SpecFlow/AdminUserSteps.cs | https://github.com/ge-flight-analytics/EmsApi.Client/blob/HEAD/src/Tests/SpecFlow/AdminUserSteps.cs | ghcode:00165:c28f4e5be147 | mit | codeparrot/github-code | c28f4e5be1475efe81acff444751e9df3ce8f403fbbdf4d77599750b2b43c20e | 0.85 | testing_debugging_repair_refactoring | 267 | false | 2026-07-17 |
namespace TexasHoldem.Tests.GameSimulations.GameSimulators
{
public interface IGameSimulator
{
GameSimulationResult Simulate(int numberOfGames);
}
}
| NikolayIT/TexasHoldemGameEngine | src/Tests/TexasHoldem.Tests.GameSimulations/GameSimulators/IGameSimulator.cs | https://github.com/NikolayIT/TexasHoldemGameEngine/blob/HEAD/src/Tests/TexasHoldem.Tests.GameSimulations/GameSimulators/IGameSimulator.cs | ghcode:00165:5ceb5a3d4e4b | mit | codeparrot/github-code | 5ceb5a3d4e4b63e59e2c27bc5245e91d650a598134be66b6bef94a81cf84dd6a | 0.6 | testing_debugging_repair_refactoring | 36 | false | 2026-07-17 |
using System;
using System.IO;
using System.Net.Mail;
using Moq;
using Xunit;
namespace Postal
{
public class EmailViewResultTests
{
[Fact]
public void ExecuteResult_should_write()
{
var result = Create(SimpleTextOutput);
var output = GetOutput(result);
... | vip32/postal | src/Postal.Tests/EmailViewResultTests.cs | https://github.com/vip32/postal/blob/HEAD/src/Postal.Tests/EmailViewResultTests.cs | ghcode:00165:3d97bd357462 | mit | codeparrot/github-code | 3d97bd35746227a30eeef838805e16392e5f1e786f4d31f15e2bf9f664ad6856 | 0.75 | testing_debugging_repair_refactoring | 1,572 | false | 2026-07-17 |
using MACSkeptic.ExpLorer.Utils.Extensions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace MACSkeptic.ExpLorer.Tests.Utils.Extensions
{
[TestClass]
public class StringExtensionsTest
{
[TestMethod]
public void ShouldProperlyApplyArgumentsToAString()
{
... | MACSkeptic/ExpLorer | MACSkeptic.ExpLorer.Tests/Utils/Extensions/StringExtensionsTest.cs | https://github.com/MACSkeptic/ExpLorer/blob/HEAD/MACSkeptic.ExpLorer.Tests/Utils/Extensions/StringExtensionsTest.cs | ghcode:00165:90dada813464 | mit | codeparrot/github-code | 90dada8134643cdf2ab7babd8543c3fb5eda3a1f9715064477be110eda2e3a48 | 0.6 | testing_debugging_repair_refactoring | 182 | false | 2026-07-17 |
using System.Data;
using Xunit;
using WmcSoft.Data.SqlClient;
namespace WmcSoft.Data.Tests
{
public class SqlDataTypeTests
{
[Theory]
[InlineData(SqlDbType.Bit, "bit")]
[InlineData(SqlDbType.BigInt, "bigint")]
[InlineData(SqlDbType.Int, "int")]
[InlineData(SqlDbType.Dat... | vjacquet/WmcSoft | WmcSoft.Data.Tests/SqlDataTypeTests.cs | https://github.com/vjacquet/WmcSoft/blob/HEAD/WmcSoft.Data.Tests/SqlDataTypeTests.cs | ghcode:00165:1da168bb5d8c | mit | codeparrot/github-code | 1da168bb5d8c4360c26262ff005e7d6af4143f8081269d19cf968dc90cf8b5ce | 0.75 | testing_debugging_repair_refactoring | 335 | false | 2026-07-17 |
using Xunit;
namespace Stashbox.Tests
{
public class InstanceBuilderTests
{
[Fact]
public void InstanceBuilderTests_Resolve()
{
using var container = new StashboxContainer();
var dep = new Test();
container.RegisterInstance<ITest>(dep);
v... | z4kn4fein/stashbox | test/InstanceBuilderTests.cs | https://github.com/z4kn4fein/stashbox/blob/HEAD/test/InstanceBuilderTests.cs | ghcode:00165:36aef8f1260e | mit | codeparrot/github-code | 36aef8f1260edae3f1aaf9b676ec4a00704a64bbf57011f56e7ef045e3ba3143 | 0.75 | testing_debugging_repair_refactoring | 655 | false | 2026-07-17 |
using AM.Text;
using ManagedIrbis;
using ManagedIrbis.Infrastructure;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests.ManagedIrbis
{
[TestClass]
public class ServerStatTest
{
[TestMethod]
public void ServerStat_Construction_1()
{
ServerStat stat... | amironov73/ManagedIrbis | Source/UnitTests/ManagedIrbis/ServerStatTest.cs | https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/ManagedIrbis/ServerStatTest.cs | ghcode:00165:799aa44b023c | mit | codeparrot/github-code | 799aa44b023c526536bce39c26363e6086da13da67467aaad43916816ed3d565 | 0.75 | testing_debugging_repair_refactoring | 1,065 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ArgHelper.CmdLine;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace ArgHelper.CmdLine.Tests
{
[TestClass()]
public class CmdLineArgTests
{
[TestMethod()]
pu... | edenzhong/MyCSLib | ArgHelperTests/CmdLine/CmdLineArgTests.cs | https://github.com/edenzhong/MyCSLib/blob/HEAD/ArgHelperTests/CmdLine/CmdLineArgTests.cs | ghcode:00165:0d51d2e4ef17 | mit | codeparrot/github-code | 0d51d2e4ef178264a48b5e896ea397a9ae2f9ab77d2b5ff0ab785a04fd2169a5 | 0.75 | testing_debugging_repair_refactoring | 210 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Executor.Contracts;
using Executor.DataStructures;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace BashSoftTesting
{
[TestClass]
public class OrderedDataStructureTester
{
private ISimpleOrderedBag<string> names;
... | KaloyanDragiev/OOP-C-Sharp-Advanced | BashSoftFinal/BashSoftTesting/OrderedDataStructureTester.cs | https://github.com/KaloyanDragiev/OOP-C-Sharp-Advanced/blob/HEAD/BashSoftFinal/BashSoftTesting/OrderedDataStructureTester.cs | ghcode:00165:c90b8f4835f3 | mit | codeparrot/github-code | c90b8f4835f31a2fdfa31575dcf78f2403639ce67b4f7165c3e621cd5545a3c1 | 0.75 | testing_debugging_repair_refactoring | 937 | false | 2026-07-17 |
using NUnit.Framework;
namespace Restival.ApiTests {
[TestFixture]
public abstract class ApiTestBase<TApi> where TApi : IApiUnderTest, new() {
protected TApi Api = new TApi();
protected string BaseUri {
get { return ("http://restival.local/" + Api.ApiUriPath); }
}
}
} | dylanbeattie/Restival | src/Restival.ApiTests/ApiTestBase.cs | https://github.com/dylanbeattie/Restival/blob/HEAD/src/Restival.ApiTests/ApiTestBase.cs | ghcode:00165:e92e17ca0ebc | mit | codeparrot/github-code | e92e17ca0ebc450e10c6d204377530a3ace4cd43c6dd5723536dbd8e20af5959 | 0.75 | testing_debugging_repair_refactoring | 74 | false | 2026-07-17 |
using System;
#if NUNIT
using NUnit.Framework;
using TestClassAttribute = NUnit.Framework.TestFixtureAttribute;
using TestMethodAttribute = NUnit.Framework.TestCaseAttribute;
#else
using Microsoft.VisualStudio.TestTools.UnitTesting;
#endif
using Ooui;
using System.Linq;
using System.Threading.Tasks;
using System.Dia... | praeclarum/Ooui | Tests/EventTargetStressTests.cs | https://github.com/praeclarum/Ooui/blob/HEAD/Tests/EventTargetStressTests.cs | ghcode:00165:f5c5ddcc8da0 | mit | codeparrot/github-code | f5c5ddcc8da05d5b1d401add2965e70cbc71f3b731d68669d8a950cf395c9339 | 0.75 | testing_debugging_repair_refactoring | 357 | false | 2026-07-17 |
using NDifference.Inspectors;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace NDifference.UnitTests.Inspectors.Types
{
public class ConstructorInspectorFacts
{
[Fact]
public void InstanceConstructorsChanged_Identifies_Whe... | deejaygraham/ndifference | tests/UnitTests/Inspectors/Types/ConstructorInspectorFacts.cs | https://github.com/deejaygraham/ndifference/blob/HEAD/tests/UnitTests/Inspectors/Types/ConstructorInspectorFacts.cs | ghcode:00165:b9b14a5e2ed5 | mit | codeparrot/github-code | b9b14a5e2ed537732425b3a90ec697dc6ab0ce050ceb703ac9d93c592f4d3d23 | 0.6 | testing_debugging_repair_refactoring | 2,134 | false | 2026-07-17 |
using System;
using Proto.test;
using System.IO;
namespace Test
{
public class TestNonOptimizedCases : TestBase
{
/// <summary>
/// Test serializing a message without any low id fields.
/// </summary>
public static void Run()
{
Random r = new Ran... | manicdigger/CitoProtobuf | Test/Tests/TestNonOptimizedCases.cs | https://github.com/manicdigger/CitoProtobuf/blob/HEAD/Test/Tests/TestNonOptimizedCases.cs | ghcode:00165:5836ea684d99 | apache-2.0 | codeparrot/github-code | 5836ea684d997b60ee84103065dacdb9914511f04f8b03346c1267bafc318528 | 0.95 | testing_debugging_repair_refactoring | 263 | 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/TimeZones/DtzIoHelper.cs | https://github.com/haf/NodaTime/blob/HEAD/src/NodaTime.Test/TimeZones/DtzIoHelper.cs | ghcode:00165:8cfc45917b8c | apache-2.0 | codeparrot/github-code | 8cfc45917b8c64b650388918bfbf544c152c9d4721903f40834cde87d9d7bbf3 | 0.7 | testing_debugging_repair_refactoring | 1,144 | false | 2026-07-17 |
using NUnit.Framework;
using OpenQA.Selenium.Appium.Android.UiAutomator;
namespace Appium.Net.Integration.Tests.Android
{
public class AndroidUiSelectorTests
{
private AndroidUiSelector _sut;
private const string CtorStatement = "new UiSelector()";
[SetUp]
public void Setup()
... | appium/appium-dotnet-driver | test/integration/Android/AndroidUiSelectorTests.cs | https://github.com/appium/appium-dotnet-driver/blob/HEAD/test/integration/Android/AndroidUiSelectorTests.cs | ghcode:00165:4f00f774714a | apache-2.0 | codeparrot/github-code | 4f00f774714aee28588c2bc67c204f333033f0f0863ccedba2cf5fc4694caf00 | 0.75 | testing_debugging_repair_refactoring | 1,544 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Azure.Analytics.Synapse.Samples;
using Azure.Identity;
using NUnit.Framework;
using Azure.Analytics.Synapse.Artifacts.Models;
namespace Azure.Analytics.Synapse.Artifacts.Samples
{
public partial cl... | markcowl/azure-sdk-for-net | sdk/synapse/Azure.Analytics.Synapse.Artifacts/tests/samples/PipelineSampleSnippets.cs | https://github.com/markcowl/azure-sdk-for-net/blob/HEAD/sdk/synapse/Azure.Analytics.Synapse.Artifacts/tests/samples/PipelineSampleSnippets.cs | ghcode:00165:a97d77809ddc | apache-2.0 | codeparrot/github-code | a97d77809ddc5a4ced28ea9998258f723c9bef11c65e87b65c4664ffe6957bf9 | 0.95 | testing_debugging_repair_refactoring | 423 | 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... | DifferentSC/incubator-reef | lang/cs/Org.Apache.REEF.Tang.Tests/ScenarioTest/TestHttpService.cs | https://github.com/DifferentSC/incubator-reef/blob/HEAD/lang/cs/Org.Apache.REEF.Tang.Tests/ScenarioTest/TestHttpService.cs | ghcode:00165:d43ba26c7da0 | apache-2.0 | codeparrot/github-code | d43ba26c7da02b9c0887a1f6ba3e6e456e4a242a057e6049159bd26be3a4c65e | 0.85 | testing_debugging_repair_refactoring | 1,303 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
using CheckTestOutput;
using DotVVM.Framework.Configuration;
using DotVVM.Framework.ViewModel;
using DotVVM.Framework.ViewModel.Serialization;
using DotVVM.Framework.ViewModel.Validation;
using Microsoft.Vis... | riganti/dotvvm | src/Tests/ViewModel/ViewModelTypeMetadataSerializerTests.cs | https://github.com/riganti/dotvvm/blob/HEAD/src/Tests/ViewModel/ViewModelTypeMetadataSerializerTests.cs | ghcode:00165:90518a747866 | apache-2.0 | codeparrot/github-code | 90518a7478663d04613bd5067cf19e2076429413fc66eff2d54d5b369f2b1791 | 0.95 | testing_debugging_repair_refactoring | 1,059 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Moq;
using HealthGraphNet;
using HealthGraphNet.Models;
namespace HealthGraphNet.Tests.Unit
{
[TestFixture()]
public class ProfileEndpointTest
{
#region Tests
... | Tron5000/HealthGraphNet | HealthGraphNet.Tests/Unit/Endpoints/ProfileEndpointTest.cs | https://github.com/Tron5000/HealthGraphNet/blob/HEAD/HealthGraphNet.Tests/Unit/Endpoints/ProfileEndpointTest.cs | ghcode:00165:2734d17e0095 | apache-2.0 | codeparrot/github-code | 2734d17e0095e63cdbfa56bbe39957d2e737810c723ec74c6d3cf1b3a0ca904c | 0.7 | testing_debugging_repair_refactoring | 260 | false | 2026-07-17 |
namespace TeamFoundation.Tests.ExpressionVisitors
{
using System;
using System.Linq.Expressions;
using TeamFoundation.Common.Entities;
using TeamFoundation.Common.ExpressionVisitors;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class BuildFilterExpressi... | abenbachir/TeamFoundationFramework | TeamFoundation.Tests/ExpressionVisitors/BuildFilterExpressionVisitorTests.cs | https://github.com/abenbachir/TeamFoundationFramework/blob/HEAD/TeamFoundation.Tests/ExpressionVisitors/BuildFilterExpressionVisitorTests.cs | ghcode:00165:b5d7c287756b | apache-2.0 | codeparrot/github-code | b5d7c287756b1f11c2589b3fc4ea7f04fcb4a4ec2f7c1ce684f9f08fe9bb74af | 0.75 | testing_debugging_repair_refactoring | 616 | false | 2026-07-17 |
/*
* Copyright 2012-2016 The Asn1Net 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
*
* Unless required by applicab... | Asn1Net/Asn1Net | test/Asn1Net.Test/DerWriter/DerWriterTests.NumericString.cs | https://github.com/Asn1Net/Asn1Net/blob/HEAD/test/Asn1Net.Test/DerWriter/DerWriterTests.NumericString.cs | ghcode:00165:73f5ee6fa3d3 | apache-2.0 | codeparrot/github-code | 73f5ee6fa3d32d98e6a350adc09bc10685e7ed6eacd775d7243e853e7956006e | 0.7 | testing_debugging_repair_refactoring | 378 | false | 2026-07-17 |
using System.Linq;
using NUnit.Framework;
using RickWeb.Models;
namespace RickWeb.Tests
{
[TestFixture]
public class ResistorViewModelTests
{
[TestCase]
public void BandAColors_None_HaveColors()
{
var sut = new ResistorViewModel();
Assert.That... | mrwizard82d1/rick | RickWeb.Tests/ResistorViewModelTests.cs | https://github.com/mrwizard82d1/rick/blob/HEAD/RickWeb.Tests/ResistorViewModelTests.cs | ghcode:00165:006775d00966 | apache-2.0 | codeparrot/github-code | 006775d00966760b03bb5bf8e17bf3bb1bbd315dfd9af5a4be90b674e5a0a8e9 | 0.75 | testing_debugging_repair_refactoring | 589 | false | 2026-07-17 |
using NBi.GenbiL;
using NBi.GenbiL.Action.Case;
using NBi.GenbiL.Parser.Valuable;
using NBi.GenbiL.Stateful;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Testing.GenbiL.Action.Case
{
publ... | Seddryck/NBi | NBi.Testing.GenbiL/Action/Case/ConcatenateCaseActionTest.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.Testing.GenbiL/Action/Case/ConcatenateCaseActionTest.cs | ghcode:00165:a2b2ab8b3954 | apache-2.0 | codeparrot/github-code | a2b2ab8b3954978439632fe073683c3b097c928c8a25936339050cdc9c2777f2 | 0.75 | testing_debugging_repair_refactoring | 824 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using... | reaction1989/roslyn | src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_Patterns.cs | https://github.com/reaction1989/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_Patterns.cs | ghcode:00165:4010ed454780 | apache-2.0 | codeparrot/github-code | 4010ed454780a99b095880c8cfde142022b84fb149055d1e1dd345c9dae2db51 | 0.85 | testing_debugging_repair_refactoring | 5,344 | false | 2026-07-17 |
using System.Text;
using Foundation.Windows;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Foundation.Tests.Windows
{
[TestClass]
public class ArgumentSerializerTests
{
[TestMethod]
public void Filename()
{
var serializer = new ArgumentSeri... | DavidMoore/Foundation | Tests/UnitTests/Foundation.Tests/Windows/ArgumentSerializerTests.cs | https://github.com/DavidMoore/Foundation/blob/HEAD/Tests/UnitTests/Foundation.Tests/Windows/ArgumentSerializerTests.cs | ghcode:00165:506779c84de6 | apache-2.0 | codeparrot/github-code | 506779c84de690ee7c3ef62cabe5180165ef10509978377ac316ee4c866d62e2 | 0.75 | testing_debugging_repair_refactoring | 159 | false | 2026-07-17 |
using LIC;
using LIC.Tokenization;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace LIC_Compiler_test.TokenizationTests
{
[TestClass]
public class StringTest
{
[TestMethod]
public void TestString_0_Basic()
{
TestString("!_test$");
}
[TestMe... | Mikhail158/LIC-Language | LIC_Compiler_test/tokenization/StringTest.cs | https://github.com/Mikhail158/LIC-Language/blob/HEAD/LIC_Compiler_test/tokenization/StringTest.cs | ghcode:00165:525008f1fb42 | apache-2.0 | codeparrot/github-code | 525008f1fb42abeb2c64bcfcb5378d4ce4139295bc8e036a192e3617a5901944 | 0.6 | testing_debugging_repair_refactoring | 328 | false | 2026-07-17 |
using System;
using Evol.Common;
namespace Evol.Test.Models
{
public abstract class BaseEntity : IPrimaryKey
{
public Guid Id { get; set; }
public DateTime CreateTime { get; set; }
public DateTime? UpdateTime { get; set; }
public DateTime? DeleteTime { get; set; }
pu... | supernebula/evol-core | test/Evol.Test.Models/BaseEntity.cs | https://github.com/supernebula/evol-core/blob/HEAD/test/Evol.Test.Models/BaseEntity.cs | ghcode:00165:f1a83eca32b4 | apache-2.0 | codeparrot/github-code | f1a83eca32b43c098139845c0fe1e9e8ae2c8268bfdbd6b208b0811710c60c96 | 0.75 | testing_debugging_repair_refactoring | 86 | false | 2026-07-17 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | kaffeebrauer/Lean | Tests/Brokerages/InteractiveBrokers/InteractiveBrokersBrokerageAdditionalTests.cs | https://github.com/kaffeebrauer/Lean/blob/HEAD/Tests/Brokerages/InteractiveBrokers/InteractiveBrokersBrokerageAdditionalTests.cs | ghcode:00165:c0eaca2df29c | apache-2.0 | codeparrot/github-code | c0eaca2df29c10ba37be0d23bb8c8fd3360c84f396018f23da71c666bf9464ed | 0.85 | testing_debugging_repair_refactoring | 1,210 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace RadixSortTests
{
[TestClass]
public class RadixSortTests
{
[TestMethod]
public void TestRadixSortByLeastSignificantDigit()
{
Assert.IsTrue(TestHelpers.TestHelpers.TestAlgorithm(RadixSort.RadixSo... | KallynGowdy/SortingAlgorithms | RadixSortTests/RadixSortTests.cs | https://github.com/KallynGowdy/SortingAlgorithms/blob/HEAD/RadixSortTests/RadixSortTests.cs | ghcode:00165:60c706eb2e00 | apache-2.0 | codeparrot/github-code | 60c706eb2e00a2be279b6e30dfc1b2e915f24a8d59b6fa054d5c909d1bf68500 | 0.75 | testing_debugging_repair_refactoring | 371 | false | 2026-07-17 |
// LumenWorks.Framework.IO.CSV.CachedCsvReader.CsvRecordComparer
// Copyright (c) 2006 Sébastien Lorion
//
// MIT license (http://en.wikipedia.org/wiki/MIT_License)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Softw... | perpetual-motion/clrplus | Scripting/Languages/CSV/CachedCsvReader.CsvRecordComparer.cs | https://github.com/perpetual-motion/clrplus/blob/HEAD/Scripting/Languages/CSV/CachedCsvReader.CsvRecordComparer.cs | ghcode:00165:1b86d77731a8 | apache-2.0 | codeparrot/github-code | 1b86d77731a889d41ed2fac97476d27a47cad57b7350e9c7edc125d7e114f8cd | 0.7 | testing_debugging_repair_refactoring | 642 | false | 2026-07-17 |
/*
* Copyright (c) 2007-2008, openmetaverse.org
* All rights reserved.
*
* - 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 retain the above copyright notice, this
* li... | jhs/libopenmetaverse | OpenMetaverse.Tests/PrimObjectTests.cs | https://github.com/jhs/libopenmetaverse/blob/HEAD/OpenMetaverse.Tests/PrimObjectTests.cs | ghcode:00165:7231ca2a9a8d | bsd-3-clause | codeparrot/github-code | 7231ca2a9a8d2d1f9e17e8c9798f39f26f94a04a3f91aaccce4d6634cb1528ae | 0.85 | testing_debugging_repair_refactoring | 1,317 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using NUnit.Framework;
using System.Runtime.Serialization;
namespace ServiceStack.Text.Tests.JsonTests
{
public class CustomSerializerTests : TestBase
{
static CustomSerializerTests()
{
JsConfig<Entity... | telerik/ServiceStack.Text | tests/ServiceStack.Text.Tests/JsonTests/CustomSerializerTests.cs | https://github.com/telerik/ServiceStack.Text/blob/HEAD/tests/ServiceStack.Text.Tests/JsonTests/CustomSerializerTests.cs | ghcode:00165:ec25be23ff43 | bsd-3-clause | codeparrot/github-code | ec25be23ff436160771ee9f41537257bb9d907e58786d69696ccdb9ceec6f141 | 0.75 | testing_debugging_repair_refactoring | 1,288 | false | 2026-07-17 |
using System;
namespace Shouldly
{
[Serializable]
internal class ChuckedAWobbly : Exception
{
public ChuckedAWobbly(string message) : base(message)
{
}
public ChuckedAWobbly(string message, Exception innerException) : base(message, innerException)
{
}
}... | MitjaBezensek/shouldly | src/Shouldly/ChuckedAWobbly.cs | https://github.com/MitjaBezensek/shouldly/blob/HEAD/src/Shouldly/ChuckedAWobbly.cs | ghcode:00165:fde3d15c1239 | bsd-3-clause | codeparrot/github-code | fde3d15c123961acde63b204e940c233f3160365619a75699304a3344b69ee33 | 0.75 | testing_debugging_repair_refactoring | 71 | 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 r... | ft-/opensim-optimizations-wip-tests | OpenSim/Region/Framework/Scenes/Tests/SceneStatisticsTests.cs | https://github.com/ft-/opensim-optimizations-wip-tests/blob/HEAD/OpenSim/Region/Framework/Scenes/Tests/SceneStatisticsTests.cs | ghcode:00165:347fb2040862 | bsd-3-clause | codeparrot/github-code | 347fb2040862ac3803d390cff18ab14e014e1ab7aace335e315be27e4800d87d | 0.85 | testing_debugging_repair_refactoring | 575 | false | 2026-07-17 |
namespace Symmetry.Test
{
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
[TestFixture()]
public class TestLst
{
[Test()]
public void TestContent ()
{
var lst1 = Lst.Create(1,2,3,4,5,6);
var odds = lst1.Filter(x => x%2 == 0);
Assert.AreEqual(6, lst1.C... | kullbom/Symmetry | source/Symmetry.Test/TestLst.cs | https://github.com/kullbom/Symmetry/blob/HEAD/source/Symmetry.Test/TestLst.cs | ghcode:00165:f86037726866 | bsd-3-clause | codeparrot/github-code | f86037726866c9592eb3aa31f00d3b52f27982ca12f2db1d55a9c8b2092ef4bc | 0.85 | testing_debugging_repair_refactoring | 654 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using Umbraco.Core.Models;
using Umbraco.Core.Serialization;
namespace Umbraco.Tests.Models
{
[TestFixture]
public class UmbracoEntityTests
{
[Test]
public void UmbracoEntity_Can_Be_Initialized_From_Dynamic()
{
var boolIsTrue = true;... | tomfulton/Umbraco-CMS | src/Umbraco.Tests/Models/UmbracoEntityTests.cs | https://github.com/tomfulton/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Models/UmbracoEntityTests.cs | ghcode:00165:851f4a62b436 | mit | codeparrot/github-code | 851f4a62b436bf3da9ae1b43e884fa69c2b3637668677ad8f5d0795eaf0acdc2 | 0.75 | testing_debugging_repair_refactoring | 1,071 | 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.Text.Utf16;
using Xunit;
namespace System.Text.Utf8.Tests
{
public class Utf8Utf16ConversionTests
... | Vedin/corefxlab | tests/System.Text.Utf8String.Tests/BaseTests.cs | https://github.com/Vedin/corefxlab/blob/HEAD/tests/System.Text.Utf8String.Tests/BaseTests.cs | ghcode:00165:63c4c93d4e6c | mit | codeparrot/github-code | 63c4c93d4e6c82044100583df49c7bb4b37c67391c02141bbe1bff8c8df96f92 | 0.85 | testing_debugging_repair_refactoring | 745 | false | 2026-07-17 |
using System.Reflection;
using Abp.AspNetCore.TestBase;
using Abp.Modules;
using Abp.Reflection.Extensions;
using Acme.SimpleTaskApp.Web.Startup;
namespace Acme.SimpleTaskApp.Web.Tests
{
[DependsOn(
typeof(SimpleTaskAppWebModule),
typeof(AbpAspNetCoreTestBaseModule)
)]
public class Simp... | GutierrezDev/aspnetboilerplate-samples | SimpleTaskSystem-Core/test/Acme.SimpleTaskApp.Web.Tests/SimpleTaskAppWebTestModule.cs | https://github.com/GutierrezDev/aspnetboilerplate-samples/blob/HEAD/SimpleTaskSystem-Core/test/Acme.SimpleTaskApp.Web.Tests/SimpleTaskAppWebTestModule.cs | ghcode:00165:36a8f2c98102 | mit | codeparrot/github-code | 36a8f2c981020ba5ceb1c00cc468b636efe8c75e1f75933ce832db478589b8db | 0.85 | testing_debugging_repair_refactoring | 117 | false | 2026-07-17 |
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using o... | NeoAdonis/osu | osu.Game.Tests/Visual/TestCaseStoryboard.cs | https://github.com/NeoAdonis/osu/blob/HEAD/osu.Game.Tests/Visual/TestCaseStoryboard.cs | ghcode:00165:17633884c0cb | mit | codeparrot/github-code | 17633884c0cbf69109ebe006982cc4d762d644e96f8e8f933e4e0055aac36b7c | 0.85 | testing_debugging_repair_refactoring | 546 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Xunit;
using System.ComponentModel.Composition.Hosting;
using System.ComponentModel.Composition.Primitives;
using Moq;
using Ploeh.Samples.MenuModel;
namespace Ploeh.Samples.Menu.Mef.ExportProvided
{
public class OliveOilE... | owolp/Telerik-Academy | Module-2/Design-Patterns/Materials/DI.NET/DIContainers/MefMenu/ExportProvided/OliveOilExportProviderFacts.cs | https://github.com/owolp/Telerik-Academy/blob/HEAD/Module-2/Design-Patterns/Materials/DI.NET/DIContainers/MefMenu/ExportProvided/OliveOilExportProviderFacts.cs | ghcode:00165:d17b9696a0b3 | mit | codeparrot/github-code | d17b9696a0b360d302f74f47f000da73d2cda556e561e26f1bdb036b905da0d6 | 0.85 | testing_debugging_repair_refactoring | 338 | false | 2026-07-17 |
#region Copyright
//
// DotNetNuke® - http://www.dotnetnuke.com
// Copyright (c) 2002-2018
// by DotNetNuke Corporation
//
// 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 restrict... | wael101/Dnn.Platform | DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Manage/Users/UsersFiltersTests.cs | https://github.com/wael101/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Manage/Users/UsersFiltersTests.cs | ghcode:00165:bd07d2a14baa | mit | codeparrot/github-code | bd07d2a14baa71deab33e31aa888aa9b817be5deec06ba2a2f941b878a0f97dd | 0.95 | testing_debugging_repair_refactoring | 1,587 | false | 2026-07-17 |
// ReSharper disable InconsistentNaming
using System.Collections.Generic;
using EasyNetQ.Management.Client.Model;
using FluentAssertions;
using Xunit;
namespace EasyNetQ.Management.Client.Tests.Model
{
public class NodeSerializationTests
{
private readonly List<Node> nodes;
public NodeSerial... | EasyNetQ/EasyNetQ.Management.Client | Source/EasyNetQ.Management.Client.Tests/Model/NodeSerializationTests.cs | https://github.com/EasyNetQ/EasyNetQ.Management.Client/blob/HEAD/Source/EasyNetQ.Management.Client.Tests/Model/NodeSerializationTests.cs | ghcode:00165:f45212af19c2 | mit | codeparrot/github-code | f45212af19c25e39680abdf71623b5492425d89c385b6d4ad216b7c4abf1c814 | 0.75 | testing_debugging_repair_refactoring | 172 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Reflection;
using Autofac.Extras.Common.Attributes;
using Autofac.Extras.Common.ErrorHandle;
using Autofac.Extras.Common.Reflection;
using Autofac.Extras.Common;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace x.UnitTest.Reflection
{
[Test... | Ju2ender/CSharp-Exercise | x/test/x.UnitTest/Reflection/ReflectionUtilTest.cs | https://github.com/Ju2ender/CSharp-Exercise/blob/HEAD/x/test/x.UnitTest/Reflection/ReflectionUtilTest.cs | ghcode:00165:a954b1405dec | mit | codeparrot/github-code | a954b1405dec3d90a9a3b4054dea2625a34c0553611cd4be9ef05ed008fce98e | 0.95 | testing_debugging_repair_refactoring | 734 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace com.houseelectrics.serializer.test
{
public class TestTreeNode
{
public string name;
public String Name { get { return name; } set { name = value; } }
public L... | houseelectricsopen/dotnetserializer | vsproject/DotNetSerializer/DotNetSerializerTest/com/houseelectrics/serializer/test/TestTreeNode.cs | https://github.com/houseelectricsopen/dotnetserializer/blob/HEAD/vsproject/DotNetSerializer/DotNetSerializerTest/com/houseelectrics/serializer/test/TestTreeNode.cs | ghcode:00165:6f5bcc8032e9 | mit | codeparrot/github-code | 6f5bcc8032e903906824abb942add54432366497d05297cd4d1006e0b30244f9 | 0.85 | testing_debugging_repair_refactoring | 351 | false | 2026-07-17 |
// <copyright file="UILevelUnitTests.cs" company="DevAge, Vestris Inc. & Contributors">
// Copyright (c) DevAge, Vestris Inc. & Contributors.
// </copyright>
namespace dotNetInstallerUnitTests
{
using System;
using System.IO;
using dotNetUnitTestsRunner;
using InstallerLib;
usin... | dblock/dotnetinstaller | UnitTests/dotNetInstallerUnitTests/UILevelUnitTests.cs | https://github.com/dblock/dotnetinstaller/blob/HEAD/UnitTests/dotNetInstallerUnitTests/UILevelUnitTests.cs | ghcode:00165:ed662287cbfe | mit | codeparrot/github-code | ed662287cbfea976720240d279c7f16e333b52e15645ca6b9f821f1a31c74253 | 0.85 | testing_debugging_repair_refactoring | 343 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2016 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, incl... | nunit/nunit-gui | src/TestCentric/tests/Presenters/TestTree/WhenTestRunCompletes.cs | https://github.com/nunit/nunit-gui/blob/HEAD/src/TestCentric/tests/Presenters/TestTree/WhenTestRunCompletes.cs | ghcode:00165:2a9195522f21 | mit | codeparrot/github-code | 2a9195522f2109f49446897bfc4558c8b4a7fb7434779d67fcde0646c86e7ce6 | 0.95 | testing_debugging_repair_refactoring | 541 | 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.Text.Json.Serialization;
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using Azure.Search.Documents.Models;
using NUnit.Framew... | brjohnstmsft/azure-sdk-for-net | sdk/search/Azure.Search.Documents/tests/DocumentOperations/GetDocumentTests.cs | https://github.com/brjohnstmsft/azure-sdk-for-net/blob/HEAD/sdk/search/Azure.Search.Documents/tests/DocumentOperations/GetDocumentTests.cs | ghcode:00165:0f3a44e039c0 | mit | codeparrot/github-code | 0f3a44e039c08071a7788314dc030724f51218977a8955f1db0245df753673ac | 0.95 | testing_debugging_repair_refactoring | 5,793 | false | 2026-07-17 |
using AutoMapper.Features;
using Shouldly;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace AutoMapper.UnitTests
{
public class MappingExpressionFeatureWithoutReverseTest
{
[Fact]
public void Adding_same_feature_should_replace_eachother()
{
var fe... | lbargaoanu/AutoMapper | src/UnitTests/MappingExpressionFeatureWithoutReverseTest.cs | https://github.com/lbargaoanu/AutoMapper/blob/HEAD/src/UnitTests/MappingExpressionFeatureWithoutReverseTest.cs | ghcode:00165:bfae11f07436 | mit | codeparrot/github-code | bfae11f07436b6d264a94dd18cba525a3d7b7ee49f40a0cd1ec0a4734fb0aad8 | 0.75 | testing_debugging_repair_refactoring | 1,991 | false | 2026-07-17 |
// The MIT License (MIT)
//
// Copyright (c) 2014-2017, Institute for Software & Systems Engineering
//
// 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 wi... | maul-esel/ssharp | SafetySharpTests/Analysis/StateConstraints/deadlock.cs | https://github.com/maul-esel/ssharp/blob/HEAD/SafetySharpTests/Analysis/StateConstraints/deadlock.cs | ghcode:00165:66e9b1714f30 | mit | codeparrot/github-code | 66e9b1714f30a27b3a477078d1e6348ed8ba2948f0e69d72fd0a1d238f4fb366 | 0.85 | testing_debugging_repair_refactoring | 407 | false | 2026-07-17 |
using System;
using System.Threading;
using NUnit.Framework;
using CommonTests.Framework;
using Amazon.Runtime;
using Amazon.SecurityToken;
using Amazon.SecurityToken.Model;
using Amazon.IdentityManagement;
using Amazon.IdentityManagement.Model;
namespace AWSSDK_DotNet.IntegrationTests.Tests
{
[TestFixture]
p... | rafd123/aws-sdk-net | sdk/test/CrossPlatformTests/CommonTests/IntegrationTests/SecurityToken/AssumeRole.cs | https://github.com/rafd123/aws-sdk-net/blob/HEAD/sdk/test/CrossPlatformTests/CommonTests/IntegrationTests/SecurityToken/AssumeRole.cs | ghcode:00165:2e929e0e84b2 | apache-2.0 | codeparrot/github-code | 2e929e0e84b259202d4bb836a106c4cba620899b953eb87c67832667b0326562 | 0.85 | testing_debugging_repair_refactoring | 1,178 | false | 2026-07-17 |
using System;
using System.Collections;
using System.IO.Ports;
using System.Threading;
using PervasiveDigital.Hardware.ESP8266;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using PervasiveDigital.Net;
using PervasiveDigital;
using PervasiveDigital.Utilities;
namespace UpdateTest
{
public class Program
... | PervasiveDigital/serialwifi | src/netmf43/Tests/UpdateTest/Program.cs | https://github.com/PervasiveDigital/serialwifi/blob/HEAD/src/netmf43/Tests/UpdateTest/Program.cs | ghcode:00165:ea42596ea8ec | apache-2.0 | codeparrot/github-code | ea42596ea8eca093503abf5db2dcca9a3a018ba54325d318625df731126f4471 | 0.85 | testing_debugging_repair_refactoring | 404 | false | 2026-07-17 |
using FluentAssertions;
using WireMock.Util;
using Xunit;
namespace WireMock.Net.Tests.Util
{
public class StringUtilsTests
{
[Theory]
[InlineData("'s")]
[InlineData("\"s")]
public void StringUtils_TryParseQuotedString_With_UnexpectedUnclosedString_Returns_False(string input)
... | WireMock-Net/WireMock.Net | test/WireMock.Net.Tests/Util/StringUtilsTests.cs | https://github.com/WireMock-Net/WireMock.Net/blob/HEAD/test/WireMock.Net.Tests/Util/StringUtilsTests.cs | ghcode:00165:cbef389890e4 | apache-2.0 | codeparrot/github-code | cbef389890e4f7051b8930ac1f484f8e68973c98a601ca770daf5049284c3a40 | 0.85 | testing_debugging_repair_refactoring | 809 | false | 2026-07-17 |
using NUnit.Framework;
using SimpleBase;
namespace SimpleBaseTest.Base85Test
{
[TestFixture]
class Base85AlphabetTest
{
[Test]
public void GetSafeCharCountForEncoding_Buffer_Works()
{
var input = new byte[] { 0, 1, 2, 3 };
Assert.That(Base85.Ascii85.GetSafeC... | ssg/SimpleBase32 | test/Base85/Base85AlphabetTest.cs | https://github.com/ssg/SimpleBase32/blob/HEAD/test/Base85/Base85AlphabetTest.cs | ghcode:00165:99045a5c1a61 | apache-2.0 | codeparrot/github-code | 99045a5c1a61fb69032ae33fac8cd301d7667717894a6f09f43cd9b5eb1668d5 | 0.6 | testing_debugging_repair_refactoring | 277 | false | 2026-07-17 |
using FluentAssertions;
using IdentityModel.OidcClient;
using System.Threading.Tasks;
namespace ConformanceTests
{
// test description: https://rp.certification.openid.net:8080/list?profile=CNF
public class ConfigTests
{
string _rpId = "identitymodel.oidcclient.config";
public asy... | IdentityModel/IdentityModel.OidcClient | clients/ConformanceTests/ConfigTests.cs | https://github.com/IdentityModel/IdentityModel.OidcClient/blob/HEAD/clients/ConformanceTests/ConfigTests.cs | ghcode:00165:9cdfbf40c8e1 | apache-2.0 | codeparrot/github-code | 9cdfbf40c8e141908ea4904765bf15540f5d649343ba92eda58efb90ef9a75f8 | 0.85 | testing_debugging_repair_refactoring | 838 | false | 2026-07-17 |
using HarshPoint;
using HarshPoint.Provisioning;
using HarshPoint.ShellployGenerator;
using HarshPoint.ShellployGenerator.Builders;
using HarshPoint.Tests;
using System;
using Xunit;
using Xunit.Abstractions;
namespace CommandBuilding
{
public class Conditional_fixed_value_parameter : SeriloggedTest
{
... | the-ress/HarshPoint | test/HarshPoint.Shellploy.Generator.Tests/CommandBuilding/Conditional_fixed_value_parameter.cs | https://github.com/the-ress/HarshPoint/blob/HEAD/test/HarshPoint.Shellploy.Generator.Tests/CommandBuilding/Conditional_fixed_value_parameter.cs | ghcode:00165:92a8c2287bec | bsd-2-clause | codeparrot/github-code | 92a8c2287bec8ec523731fec5ae9185f865204ed49214003d985fbf76017f69f | 0.68 | testing_debugging_repair_refactoring | 345 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Xunit;
using DevAudit.AuditLibrary;
namespace DevAudit.Tests
{
public class MSI : PackageSourceTests
{
... | OSSIndex/winaudit | DevAudit.Tests/PackageSources/MSIPackageSource.cs | https://github.com/OSSIndex/winaudit/blob/HEAD/DevAudit.Tests/PackageSources/MSIPackageSource.cs | ghcode:00165:a0ff96ac0524 | bsd-3-clause | codeparrot/github-code | a0ff96ac05249f7903e8234e29434104d29666faf2a7fd13a44bfc9f47a299b3 | 0.85 | testing_debugging_repair_refactoring | 486 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using Microsoft.Rest.Generator.ClientModel;
using Microsoft.Rest.Modeler.Swagger;
using Microsoft.Rest.Modeler.Swagger.Azure.Tests;
using System.Linq;
using Xuni... | tonytang-microsoft-com/autorest | AutoRest/Generators/Azure.Common/Azure.Common.Tests/AzureServiceClientNormalizerTests.cs | https://github.com/tonytang-microsoft-com/autorest/blob/HEAD/AutoRest/Generators/Azure.Common/Azure.Common.Tests/AzureServiceClientNormalizerTests.cs | ghcode:00165:85c13a649f1b | mit | codeparrot/github-code | 85c13a649f1bfa4346659f9788fbf2b238ced2f12718235857199b7002209010 | 0.85 | testing_debugging_repair_refactoring | 3,557 | false | 2026-07-17 |
/*
* Copyright 2013 ZXing.Net 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 ag... | zxingwin/core | ZXing.Net/ZXing.Net.Porting/Source-0.14.0.0/Base/Source/test/src/datamatrix/DataMatrixBlackBoxZTestCase.cs | https://github.com/zxingwin/core/blob/HEAD/ZXing.Net/ZXing.Net.Porting/Source-0.14.0.0/Base/Source/test/src/datamatrix/DataMatrixBlackBoxZTestCase.cs | ghcode:00165:2b545d7ac3bf | apache-2.0 | codeparrot/github-code | 2b545d7ac3bf1de49dc403dea61f0f1f57b182882eb4c5055e793bdc52ca0ff9 | 0.95 | testing_debugging_repair_refactoring | 321 | 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.Runtime.CompilerServices;
using Xunit;
namespace ManagedTests.DynamicCSharp.Conformance.... | lggomez/corefx | src/System.Dynamic.Runtime/tests/Dynamic.Other/Conformance.dynamic.ClsCompliance.cs | https://github.com/lggomez/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Other/Conformance.dynamic.ClsCompliance.cs | ghcode:00165:7d3af3569de9 | mit | codeparrot/github-code | 7d3af3569de93672e319da83fbd8a7c05feac30fc8c8871d8d77c5ec942882e6 | 0.95 | testing_debugging_repair_refactoring | 5,445 | false | 2026-07-17 |
using UnityEngine;
using System.Collections;
using System;
using LuaInterface;
using System.Collections.Generic;
public class TestInt64 : MonoBehaviour
{
private string tips = "";
string script =
@"
function TestInt64(x)
x = x + 789
... | amostalong/SSFS | Assets/LuaFramework/ToLua/Examples/16_Int64/TestInt64.cs | https://github.com/amostalong/SSFS/blob/HEAD/Assets/LuaFramework/ToLua/Examples/16_Int64/TestInt64.cs | ghcode:00165:c63b9fcfe47b | mit | codeparrot/github-code | c63b9fcfe47b592b6ad28175388b1092918f4835a3fb4d4444502bfb924f6813 | 0.75 | testing_debugging_repair_refactoring | 791 | 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.Threading;
using System.Threading.Tasks;... | physhi/roslyn | src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.ProjectState.cs | https://github.com/physhi/roslyn/blob/HEAD/src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.ProjectState.cs | ghcode:00165:26f88ad0cbf2 | apache-2.0 | codeparrot/github-code | 26f88ad0cbf2c62b2f7b370dc4399d4f6677faec34db16f414f6767f769c103a | 0.85 | testing_debugging_repair_refactoring | 3,950 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using System.Diagnostics;
namespace Microsoft.CodeA... | jmarolf/roslyn | src/Compilers/CSharp/Portable/BoundTree/BoundDiscardExpression.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/BoundTree/BoundDiscardExpression.cs | ghcode:00165:8387d39c635b | mit | codeparrot/github-code | 8387d39c635b3471baf65bb95cb08543ce54cfb363d38ab314d951b86381a878 | 0.85 | testing_debugging_repair_refactoring | 231 | 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.Reflection;
using System.Reflection.Emit;
using Xunit;
... | shmao/corefx | src/System.Linq.Expressions/tests/Member/MemberAccessTests.cs | https://github.com/shmao/corefx/blob/HEAD/src/System.Linq.Expressions/tests/Member/MemberAccessTests.cs | ghcode:00165:e2b09079fa2e | mit | codeparrot/github-code | e2b09079fa2eeec480b407901d05f21cee40434a808e2c1b1070e0e3a83c37b0 | 0.95 | testing_debugging_repair_refactoring | 4,003 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Xml;
using Palaso.Extensions;
using SIL.Archiving.Generic;
using SIL.Archiving.IMDI.Schema;
namespace SIL.Archiving.IMDI.Lists
{
/// <summary>Generic class to handle items in t... | hatton/libpalaso | SIL.Archiving/IMDI/Lists/ItemListBase.cs | https://github.com/hatton/libpalaso/blob/HEAD/SIL.Archiving/IMDI/Lists/ItemListBase.cs | ghcode:00165:c684cc769736 | mit | codeparrot/github-code | c684cc769736cf52c18b759228a9b3525d86e1875f0f1e631db1e9f2410b1914 | 0.85 | testing_debugging_repair_refactoring | 2,906 | false | 2026-07-17 |
#region License
/*
* Copyright 2002-2010 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Un... | djechelon/spring-net | test/Spring/Spring.Aop.Tests/Aop/Support/DefaultIntroductionAdvisorTests.cs | https://github.com/djechelon/spring-net/blob/HEAD/test/Spring/Spring.Aop.Tests/Aop/Support/DefaultIntroductionAdvisorTests.cs | ghcode:00165:7b8fb0326e20 | apache-2.0 | codeparrot/github-code | 7b8fb0326e204b67a69ac7d78db1c188a252acf7d149749a7eb2cc3983ec52ae | 0.85 | testing_debugging_repair_refactoring | 615 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
namespace Selenium.Tests
{
[TestFixture]
public class TestClickJavascriptHrefChrome : SeleniumTestCaseBase
{
[Test]
public void ClickJavascriptHrefChrome()
{
selenium.... | jmt4/Selenium2 | dotnet/test/Selenium.WebDriverBackedSelenium.Tests/TestClickJavascriptHrefChrome.cs | https://github.com/jmt4/Selenium2/blob/HEAD/dotnet/test/Selenium.WebDriverBackedSelenium.Tests/TestClickJavascriptHrefChrome.cs | ghcode:00165:1ef4ef75834a | apache-2.0 | codeparrot/github-code | 1ef4ef75834a9b3b73e8168453c36cdc378964747904ecdbf82fdf1d5a7b2863 | 0.95 | testing_debugging_repair_refactoring | 392 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="StructuralValueMaterializationPolicy.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//----------------... | abkmr/odata.net | src/Microsoft.OData.Client/Materialization/StructuralValueMaterializationPolicy.cs | https://github.com/abkmr/odata.net/blob/HEAD/src/Microsoft.OData.Client/Materialization/StructuralValueMaterializationPolicy.cs | ghcode:00165:f3978df112bd | mit | codeparrot/github-code | f3978df112bd3d510456820397e7de3104741dc31d9e68d3e4c98de2a96fb9ab | 0.85 | testing_debugging_repair_refactoring | 2,655 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2009-2015 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,... | jnm2/nunit | src/NUnitFramework/testdata/TestCaseSourceAttributeFixture.cs | https://github.com/jnm2/nunit/blob/HEAD/src/NUnitFramework/testdata/TestCaseSourceAttributeFixture.cs | ghcode:00165:8398a04ae373 | mit | codeparrot/github-code | 8398a04ae373ec2e64ada09866abe8ec51d537204241c78ec34e627077909b6d | 0.85 | testing_debugging_repair_refactoring | 1,181 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.