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) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt
using System;
using System.Globalization;
using NUnit.Framework;
using NUnit.Framework.Constraints;
namespace NUnit.Framework.Constraints
{
[TestFixture]
public class NullConstraintTest : ConstraintTestBase
{
... | nunit/nunit | src/NUnitFramework/tests/Constraints/BasicConstraintTests.cs | https://github.com/nunit/nunit/blob/HEAD/src/NUnitFramework/tests/Constraints/BasicConstraintTests.cs | ghcode:00171:f2d3eeb367c3 | mit | codeparrot/github-code | f2d3eeb367c31cf80d57c793f1627459746d8693f6a1e073bf38e2848f327ea3 | 0.85 | testing_debugging_repair_refactoring | 601 | false | 2026-07-17 |
using System.Fabric;
using Autofac;
using Cogito.ServiceFabric.AspNetCore.Kestrel.Autofac;
using Cogito.ServiceFabric.Services.Autofac;
namespace Cogito.ServiceFabric.Test.AspNetCore.WebService.NetCore3
{
[RegisterStatefulService]
public class TestStatefulKestrelWebService : StatefulKestrelWebService<Start... | wasabii/Cogito.ServiceFabric | Cogito.ServiceFabric.Test.AspNetCore.WebService.NetCore3/TestStatefulKestrelWebService.cs | https://github.com/wasabii/Cogito.ServiceFabric/blob/HEAD/Cogito.ServiceFabric.Test.AspNetCore.WebService.NetCore3/TestStatefulKestrelWebService.cs | ghcode:00171:fa31c29d1816 | mit | codeparrot/github-code | fa31c29d18168da40ce58328616dd7167dbd7a02068028982a3343a172c28bd9 | 0.85 | testing_debugging_repair_refactoring | 151 | false | 2026-07-17 |
// File name: VolatileKVLiteCacheProviderTests.cs
//
// Author(s): Alessio Parma <alessio.parma@gmail.com>
//
// The MIT License (MIT)
//
// Copyright (c) 2014-2018 Alessio Parma <alessio.parma@gmail.com>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
// associa... | pomma89/KVLite | test/PommaLabs.KVLite.UnitTests/Polly/VolatileKVLiteCacheProviderTests.cs | https://github.com/pomma89/KVLite/blob/HEAD/test/PommaLabs.KVLite.UnitTests/Polly/VolatileKVLiteCacheProviderTests.cs | ghcode:00171:590a347f1670 | mit | codeparrot/github-code | 590a347f167006774f67b24efdc42d3e4bbb8ce960008b12e5953991945f8905 | 0.85 | testing_debugging_repair_refactoring | 335 | false | 2026-07-17 |
/*
* Licensed under The MIT License (MIT)
*
* Copyright (c) 2014 EasyPost
* Copyright (C) 2017 AMain.com, Inc.
* All Rights Reserved
*/
using System.Net;
using EasyPost;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace EasyPostTest
{
[TestClass]
public class AddressTest
{
priva... | kendallb/easypost-async-csharp | EasyPostTest/AddressTest.cs | https://github.com/kendallb/easypost-async-csharp/blob/HEAD/EasyPostTest/AddressTest.cs | ghcode:00171:5ae79b398325 | mit | codeparrot/github-code | 5ae79b398325f6e0a7295c16590c1b69df9111660ae3eed5391dca7a0af66cde | 0.6 | testing_debugging_repair_refactoring | 1,178 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Threading;
using NUnit.Framework;
namespace Azure.AI.TextAnalytics.Samples
{
public partial class TextAnalyticsSamples : TextAnalyticsSampleBase
{
... | Azure/azure-sdk-for-net | sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample9_RecognizeCustomEntitiesConvenience.cs | https://github.com/Azure/azure-sdk-for-net/blob/HEAD/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample9_RecognizeCustomEntitiesConvenience.cs | ghcode:00171:9deb2afa052d | mit | codeparrot/github-code | 9deb2afa052d419a2fc6ff59817cebb3f5e39500c405a06f039fba5afcae82dd | 0.95 | testing_debugging_repair_refactoring | 819 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using SFA.DAS.EAS.Application.Queries.AccountTransactions.GetPreviousTransactionsCount;
using SFA.DAS.Validation;
using SFA.DAS.EAS.Domain.Data.Repositories;
namespace SFA.DAS.EAS.Application.UnitTests.Queries.GetPreviousTransactionsCountTe... | SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerApprenticeshipsService.Application.UnitTests/Queries/GetPreviousTransactionsCountTests/WhenIGetPreviousTransactionsCount.cs | https://github.com/SkillsFundingAgency/das-employerapprenticeshipsservice/blob/HEAD/src/SFA.DAS.EmployerApprenticeshipsService.Application.UnitTests/Queries/GetPreviousTransactionsCountTests/WhenIGetPreviousTransactionsCount.cs | ghcode:00171:3f1c66748cd9 | mit | codeparrot/github-code | 3f1c66748cd926a1610a5e271796ab7345647feedee4e36944e41a08b183deac | 0.85 | testing_debugging_repair_refactoring | 393 | false | 2026-07-17 |
using HsArtExtractor.Unity;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace HsArtExtractorTest
{
[TestClass]
public class AssetHeaderTest
{
private static AssetHeader _header;
[ClassInitialize]
public static void ClassInitialize(TestContext context)
{
var file = @".\Data\bundle_5.1.unity3... | andburn/hs-art-extractor | HsArtExtractorTest/AssetHeaderTest.cs | https://github.com/andburn/hs-art-extractor/blob/HEAD/HsArtExtractorTest/AssetHeaderTest.cs | ghcode:00171:c90bb49199ba | mit | codeparrot/github-code | c90bb49199baf93a59b27254ab77cb848518a23135e85b7c24f3208e727a23bf | 0.6 | testing_debugging_repair_refactoring | 262 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using LinqToExcel;
using NUnit.Framework;
namespace UnitTestProject1
{
[Author("Paul Yoder", "paulyoder@gmail.com")]
[Category("Integration")]
[TestFixture]
public class NoHeader_IntregrationTests
{
private IExcelQueryFactory _factory;
... | hannanmumtaz/LinqToExcel | src/LinqToExcel.UnitTests/NoHeader_IntregrationTests.cs | https://github.com/hannanmumtaz/LinqToExcel/blob/HEAD/src/LinqToExcel.UnitTests/NoHeader_IntregrationTests.cs | ghcode:00171:691680dfea0d | mit | codeparrot/github-code | 691680dfea0dc961df31e25eaba30562617ec1e302a6c36e1873befe6792125f | 0.75 | testing_debugging_repair_refactoring | 1,161 | false | 2026-07-17 |
using System.IO;
using System.Linq;
using FluentAssertions;
using NBitcoin;
using Stratis.Bitcoin.Features.Wallet;
using Stratis.Bitcoin.Features.Wallet.Controllers;
using Stratis.Bitcoin.Features.Wallet.Models;
using Stratis.Bitcoin.IntegrationTests.Common;
using Stratis.Bitcoin.IntegrationTests.Common.EnvironmentMoc... | Aprogiena/StratisBitcoinFullNode | src/Stratis.Bitcoin.IntegrationTests/BlockStore/ReorgToLongestChainSteps.cs | https://github.com/Aprogiena/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.IntegrationTests/BlockStore/ReorgToLongestChainSteps.cs | ghcode:00171:14aaf8e0306f | mit | codeparrot/github-code | 14aaf8e0306f5e35e12a755f6a156130d74420048f48f937f3feac00fcc32810 | 0.75 | testing_debugging_repair_refactoring | 1,662 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using MQTTnet.Formatter;
using MQTTnet.Tests.Mockups;
namespace MQTTnet.Tests
{
public abstract class BaseTestClass
{
public TestContext TestContext { get; set; }
protected TestEnvironment ... | chkr1011/MQTTnet | Tests/MQTTnet.Core.Tests/BaseTestClass.cs | https://github.com/chkr1011/MQTTnet/blob/HEAD/Tests/MQTTnet.Core.Tests/BaseTestClass.cs | ghcode:00171:3baf1506f8e6 | mit | codeparrot/github-code | 3baf1506f8e6e44e7389dbb7317cb324019205c562d122ecd7c96f624bd3e53b | 0.75 | testing_debugging_repair_refactoring | 115 | false | 2026-07-17 |
using Xunit;
using Xunit.Extensions;
namespace FusionPInvoke.Tests
{
public class CreateAssemblyEnumTests
{
[Theory]
[InlineData(CreateAssemblyEnumFlags.Gac)]
[InlineData(CreateAssemblyEnumFlags.Zap)]
[InlineData(CreateAssemblyEnumFlags.Download)]
public void WhenGetEnu... | CDuke/FusionPInvoke | src/FusionPInvoke.Tests/CreateAssemblyEnumTests.cs | https://github.com/CDuke/FusionPInvoke/blob/HEAD/src/FusionPInvoke.Tests/CreateAssemblyEnumTests.cs | ghcode:00171:9ef5052f8f42 | mit | codeparrot/github-code | 9ef5052f8f4204205c198d88e1c1500c909718cb9ddf734923c63e9cb05289b5 | 0.75 | testing_debugging_repair_refactoring | 128 | false | 2026-07-17 |
extern alias NotEnabled;
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NotEnabled::TestFoundations.IntegrationTests.Shared;
using Xunit;
namespace CodeContracts.Fody.IntegrationTests.NotEnabled
{
public... | NickRusinov/CodeContracts.Fody | CodeContracts.Fody.IntegrationTests/NotEnabled/AbstractClassWithConstructorsTests.cs | https://github.com/NickRusinov/CodeContracts.Fody/blob/HEAD/CodeContracts.Fody.IntegrationTests/NotEnabled/AbstractClassWithConstructorsTests.cs | ghcode:00171:9481078b562d | mit | codeparrot/github-code | 9481078b562d0ef86b4d38f6b968e020a4dc0be87cc90cc5d294dc109b1d7ae0 | 0.75 | testing_debugging_repair_refactoring | 160 | false | 2026-07-17 |
using System;
using FluentAssertions;
using Xunit;
namespace DotNetDesign.Common.Tests
{
public class ObjectCopierTests
{
private readonly ObjectToClone _objectToClone;
public ObjectCopierTests()
{
_objectToClone = new ObjectToClone() {Property = "PropertyValue... | dotnetdesign/Common | src/DotNetDesign.Common.Tests/ObjectCopierTests.cs | https://github.com/dotnetdesign/Common/blob/HEAD/src/DotNetDesign.Common.Tests/ObjectCopierTests.cs | ghcode:00171:e7129049c748 | mit | codeparrot/github-code | e7129049c74874c5a67d0f19b0b1673143de1fe5e84222c1258ab89076fc397a | 0.75 | testing_debugging_repair_refactoring | 360 | false | 2026-07-17 |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using System.Linq;
using Microsoft.Build.Construction;
using Microsoft.DotNet.Internal.ProjectModel;
using Micros... | blackdwarf/cli | test/Microsoft.DotNet.ProjectJsonMigration.Tests/Rules/GivenThatIWantToMigratePublishOptions.cs | https://github.com/blackdwarf/cli/blob/HEAD/test/Microsoft.DotNet.ProjectJsonMigration.Tests/Rules/GivenThatIWantToMigratePublishOptions.cs | ghcode:00171:14b11663e2ca | mit | codeparrot/github-code | 14b11663e2cacb71425c98af7e3ffa775ffa4ac1c3e77880cc1b196a1f8691a1 | 0.85 | testing_debugging_repair_refactoring | 3,135 | false | 2026-07-17 |
// Description: C# Extension Methods | Enhance the .NET Framework and .NET Core with over 1000 extension methods.
// Website & Documentation: https://csharp-extension.com/
// Issues: https://github.com/zzzprojects/Z.ExtensionMethods/issues
// License (MIT): https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/... | zzzprojects/Z.ExtensionMethods | test/Z.Reflection.Test/GetSignature/Property/StaticProperty.cs | https://github.com/zzzprojects/Z.ExtensionMethods/blob/HEAD/test/Z.Reflection.Test/GetSignature/Property/StaticProperty.cs | ghcode:00171:8fef15f55505 | mit | codeparrot/github-code | 8fef15f55505f9cc0ab2bc02c1d476362b04eefbb72e6c3f7ad94ce21bdc5f1f | 0.7 | testing_debugging_repair_refactoring | 208 | false | 2026-07-17 |
using System;
using MonadLib;
using NUnit.Framework;
namespace MonadLibTests.ReaderTests
{
using MyReader = Reader<string>;
using MyReaderString = Reader<string, string>;
[TestFixture]
internal class ReaderSpecificTests
{
[Test]
public void Ask()
{
string actua... | taylorjg/Monads | MonadLibTests/ReaderTests/ReaderSpecificTests.cs | https://github.com/taylorjg/Monads/blob/HEAD/MonadLibTests/ReaderTests/ReaderSpecificTests.cs | ghcode:00171:fe54c6342391 | mit | codeparrot/github-code | fe54c634239180a9ef9eda8eba00f21d0cfa751103607f7f8b73848e049b9f24 | 0.75 | testing_debugging_repair_refactoring | 406 | false | 2026-07-17 |
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Auth;
using Microsoft.WindowsAzure.Storage.Blob;
using Microsoft.WindowsAzure.Storage.Queue;
using Microsoft.WindowsAzure.Storage.Table;
using System;
using System.Xml.Linq;
using System.Xml.XPath;
namespace WindowsAzure.Tests.Common
{
pub... | dtretyakov/WindowsAzure | WindowsAzure.Tests/Common/TestBase.cs | https://github.com/dtretyakov/WindowsAzure/blob/HEAD/WindowsAzure.Tests/Common/TestBase.cs | ghcode:00171:9cb153c0484d | mit | codeparrot/github-code | 9cb153c0484db5019345db6430d2b953ca02be24a9d8a32f783619bea8d4d406 | 0.85 | testing_debugging_repair_refactoring | 480 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Diagnostics;
namespace Microsoft.Diagnostics.Tracing.Ctf
{
/// <summary>
/// The abstract metadata parser class.
/// </summary>
internal abstract class CtfMetadataParser
{
public abstract IEnumerable<CtfMetadataDeclaration> Parse();
}
... | vancem/perfview | src/TraceEvent/Ctf/CtfMetadataParser.cs | https://github.com/vancem/perfview/blob/HEAD/src/TraceEvent/Ctf/CtfMetadataParser.cs | ghcode:00171:18e9ae56af21 | mit | codeparrot/github-code | 18e9ae56af2144a31dacc1910f8dd1d456fb8c9a6a033f46184778782a151753 | 0.85 | testing_debugging_repair_refactoring | 923 | false | 2026-07-17 |
using System;
namespace FFImageLoading.Tests
{
public class BaseTests
{
protected static Random _random = new Random();
protected const string RemoteImage = "https://farm9.staticflickr.com/8625/15806486058_7005d77438.jpg";
protected static string[] Images = {
"https:/... | daniel-luberda/FFImageLoading | source/Tests/FFImageLoading.Tests/BaseTests.cs | https://github.com/daniel-luberda/FFImageLoading/blob/HEAD/source/Tests/FFImageLoading.Tests/BaseTests.cs | ghcode:00171:cbbbf3999da1 | mit | codeparrot/github-code | cbbbf3999da1602780c55d3c63879a6a42def015b3de6f1494425801f40fcf8a | 0.95 | testing_debugging_repair_refactoring | 1,221 | false | 2026-07-17 |
/*
* Licensed to SharpSoftware under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* SharpSoftware licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use... | itinero/routing | test/Itinero.Test/IO/Osm/Overpass/OverpassQueryBuilderTests.cs | https://github.com/itinero/routing/blob/HEAD/test/Itinero.Test/IO/Osm/Overpass/OverpassQueryBuilderTests.cs | ghcode:00171:4e5365385d81 | apache-2.0 | codeparrot/github-code | 4e5365385d81e145e0b2bc67dad19d2f925eeec01fd1ada00c0ffd351d47108e | 0.85 | testing_debugging_repair_refactoring | 693 | false | 2026-07-17 |
using J2N.Collections;
using J2N.Collections.Generic.Extensions;
using System.Collections.Generic;
using System.Diagnostics;
namespace YAF.Lucene.Net.Index
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
... | Pathfinder-Fr/YAFNET | yafsrc/Lucene.Net/Lucene.Net/Index/CompositeReaderContext.cs | https://github.com/Pathfinder-Fr/YAFNET/blob/HEAD/yafsrc/Lucene.Net/Lucene.Net/Index/CompositeReaderContext.cs | ghcode:00171:35a9564a29c4 | apache-2.0 | codeparrot/github-code | 35a9564a29c48584c252bd5238ba15657002a9b6b72e500e66cfdfd87e049968 | 0.85 | testing_debugging_repair_refactoring | 1,036 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TRL.Common.Data;
using TRL.Common.Models;
using TRL.Common.TimeHelpers;
using TRL.Common.Test;
namespace TRL.Transaction.Test
{
[TestClass]
public class ImportPositio... | wouldyougo/TRx | TRL.Common.Test/Transaction/ImportPositionsTransactionTests.cs | https://github.com/wouldyougo/TRx/blob/HEAD/TRL.Common.Test/Transaction/ImportPositionsTransactionTests.cs | ghcode:00171:75255f1cfc20 | apache-2.0 | codeparrot/github-code | 75255f1cfc2040de8141f19b8a58b7c706d10e73f797b57c7928d1b3a4541828 | 0.75 | testing_debugging_repair_refactoring | 199 | false | 2026-07-17 |
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
// Unless requ... | NakedObjectsGroup/NakedObjectsFramework | Test/NakedObjects.Selenium.Test/ObjectTests/MultiLineDialogTests.cs | https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/HEAD/Test/NakedObjects.Selenium.Test/ObjectTests/MultiLineDialogTests.cs | ghcode:00171:5a83e4f5cb49 | apache-2.0 | codeparrot/github-code | 5a83e4f5cb49b99b1c80c660f8236a266e77920eed3caf3b9e55ba8550e3e2eb | 0.85 | testing_debugging_repair_refactoring | 2,767 | false | 2026-07-17 |
//${RUN:2}
using UnityEngine;
namespace Test
{
public class TestClass : MonoBehaviour
{
public void Update()
{
for (int i = 0; i < 100; i++)
{
void Test()
{
for (int j = 0; j < 100; j++)
{
... | JetBrains/resharper-unity | resharper/resharper-unity/test/data/Unity/CSharp/Intentions/QuickFixes/MoveCostlyMethod/MoveOutsideTheLoop4.cs | https://github.com/JetBrains/resharper-unity/blob/HEAD/resharper/resharper-unity/test/data/Unity/CSharp/Intentions/QuickFixes/MoveCostlyMethod/MoveOutsideTheLoop4.cs | ghcode:00171:05dbf40f339c | apache-2.0 | codeparrot/github-code | 05dbf40f339c964eed02be46fc869e8a7b518f2b3d75d946018bab40749fa0d6 | 0.85 | testing_debugging_repair_refactoring | 106 | 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 Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE;
using Microsoft.CodeAnalysis.CSharp.Test.... | aelij/roslyn | src/Compilers/CSharp/Test/Emit/Attributes/AttributeTests_NullableContext.cs | https://github.com/aelij/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Emit/Attributes/AttributeTests_NullableContext.cs | ghcode:00171:63d7bc2ddecd | apache-2.0 | codeparrot/github-code | 63d7bc2ddecd9444c09ab2ab057c2950a5df37c720a71be34be497919ea03f82 | 0.95 | testing_debugging_repair_refactoring | 3,533 | false | 2026-07-17 |
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
// Licensed under the Apache License, Version 2.0.
using System.Collections.Generic;
using ImageMagick;
using Xunit;
#if Q8
using QuantumType = System.Byte;
#elif Q16
using QuantumType = System.UInt16;
#elif Q16HDRI
using QuantumType = System.Single;
... | dlemstra/Magick.NET | tests/Magick.NET.Tests/Pixels/UnsafePixelCollectionTests/TheSetPixelMethod.cs | https://github.com/dlemstra/Magick.NET/blob/HEAD/tests/Magick.NET.Tests/Pixels/UnsafePixelCollectionTests/TheSetPixelMethod.cs | ghcode:00171:59d89da3142b | apache-2.0 | codeparrot/github-code | 59d89da3142b300f2bdff093bd08a60e2c69013a436af820dd6b2ec141165021 | 0.85 | testing_debugging_repair_refactoring | 1,693 | false | 2026-07-17 |
// Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... | asimarslan/hazelcast-csharp-client | Hazelcast.Test/Hazelcast.Client.Test.Serialization/TestSerializationConstants.cs | https://github.com/asimarslan/hazelcast-csharp-client/blob/HEAD/Hazelcast.Test/Hazelcast.Client.Test.Serialization/TestSerializationConstants.cs | ghcode:00171:135d5a59405c | apache-2.0 | codeparrot/github-code | 135d5a59405cd60ee80bb36a17eaa17e4d105de7f8a1660a54bd4f68335ebad5 | 0.85 | testing_debugging_repair_refactoring | 355 | false | 2026-07-17 |
/*
* Copyright 2015-2018 Drew Noakes
*
* 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 agre... | drewnoakes/cassette | Cassette.Tests/HashCalculatorTests.cs | https://github.com/drewnoakes/cassette/blob/HEAD/Cassette.Tests/HashCalculatorTests.cs | ghcode:00171:28e2398ea140 | apache-2.0 | codeparrot/github-code | 28e2398ea14073396931620ae5049ddd5f2885e406fa3c3d257709a4fe0dbd32 | 0.75 | testing_debugging_repair_refactoring | 539 | false | 2026-07-17 |
using System;
using System.Linq;
using Bytes2you.Validation.ValidationPredicates.DoublePredicates;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Bytes2you.Validation.UnitTests.ValidationPredicates.DoublePredicates.DoubleNotInfinityValidationPredicateTests
{
[TestClass]
public class Match_Shoul... | veskokolev/Bytes2you.Validation | src/Bytes2you.Validation.UnitTests/ValidationPredicates/DoublePredicates/DoubleNotInfinityValidationPredicateTests/Match_Should.cs | https://github.com/veskokolev/Bytes2you.Validation/blob/HEAD/src/Bytes2you.Validation.UnitTests/ValidationPredicates/DoublePredicates/DoubleNotInfinityValidationPredicateTests/Match_Should.cs | ghcode:00171:51f32e8e4aaa | apache-2.0 | codeparrot/github-code | 51f32e8e4aaa91a1dc14827701e650e08c17444477e6182f52bb8b701665206a | 0.7 | testing_debugging_repair_refactoring | 301 | false | 2026-07-17 |
using CodeCracker.CSharp.Usage;
using Microsoft.CodeAnalysis;
using Xunit;
namespace CodeCracker.Test.CSharp.Usage
{
public class DisposablesShouldCallSuppressFinalizeTests : CodeFixVerifier<DisposablesShouldCallSuppressFinalizeAnalyzer, DisposablesShouldCallSuppressFinalizeCodeFixProvider>
{
[Fact]
... | f14n/code-cracker | test/CSharp/CodeCracker.Test/Usage/DisposablesShouldCallSuppressFinalizeTests.cs | https://github.com/f14n/code-cracker/blob/HEAD/test/CSharp/CodeCracker.Test/Usage/DisposablesShouldCallSuppressFinalizeTests.cs | ghcode:00171:b28378ed30fd | apache-2.0 | codeparrot/github-code | b28378ed30fd9dcf574212268e7c0d457659514526a06febb9c56de86eea19c8 | 0.75 | testing_debugging_repair_refactoring | 1,164 | false | 2026-07-17 |
//------------------------------------------------------------------------------
// Symbooglix
//
//
// Copyright 2014-2017 Daniel Liew
//
// This file is licensed under the MIT license.
// See LICENSE.txt for details.
//------------------------------------------------------------------... | symbooglix/symbooglix | src/Symbooglix/Transform/AxiomAndEntryRequiresCheckTransformPass.cs | https://github.com/symbooglix/symbooglix/blob/HEAD/src/Symbooglix/Transform/AxiomAndEntryRequiresCheckTransformPass.cs | ghcode:00171:313d3d9018b2 | bsd-2-clause | codeparrot/github-code | 313d3d9018b2d66a88755093a41872acb0f74c9f33b88c36d429ad36f80576b5 | 0.78 | testing_debugging_repair_refactoring | 841 | false | 2026-07-17 |
/*******************************************************************************
* The MIT License (MIT)
* Copyright (c) 2015 Frank Benoit, Stuttgart, Germany <fr@nk-benoit.de>
*
* See the LICENSE.md or the online documentation:
* https://docs.google.com/document/d/1Wqa8rDi0QYcqcf0oecD8GW53nMVXj3ZFSmcF81zAa8g/edi... | keinfarbton/Chabu | c-sharp/ChabuCSTest/Org/Chabu/Prot/V1/Internal/ByteBufferUtilsTest.cs | https://github.com/keinfarbton/Chabu/blob/HEAD/c-sharp/ChabuCSTest/Org/Chabu/Prot/V1/Internal/ByteBufferUtilsTest.cs | ghcode:00171:a0b84f71fb04 | mit | codeparrot/github-code | a0b84f71fb0414662bb2ee61016911fb51145de4068568ec0964adb969709dfb | 0.75 | testing_debugging_repair_refactoring | 1,081 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TypeMock.ArrangeActAssert;
using Nucleo.Collections;
namespace Nucleo.Context.Providers
{
[TestClass]
public class FakeApplicationContextServiceRegistryTest
{
#region ... | brianmains/Nucleo.NET | src_wip/Tests.Unit.Core/Context/Providers/FakeApplicationContextServiceRegistryTest.cs | https://github.com/brianmains/Nucleo.NET/blob/HEAD/src_wip/Tests.Unit.Core/Context/Providers/FakeApplicationContextServiceRegistryTest.cs | ghcode:00171:50fab3ceb76c | mit | codeparrot/github-code | 50fab3ceb76c55f7e299de7817aefb2c4f31a3daf1c490796f30607446f1894e | 0.85 | testing_debugging_repair_refactoring | 176 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using sGridServer.Code.Security;
using sGridServer.Code.DataAccessLayer.Models;
using sGridServer.Code.DataAccessLayer;
using sGridServer.Code.CoinExchange;
using sGridServ... | emiswelt/sGrid | sGridServerTests/CoinExchange/CoinExchangeTests.cs | https://github.com/emiswelt/sGrid/blob/HEAD/sGridServerTests/CoinExchange/CoinExchangeTests.cs | ghcode:00171:1661e1b51d48 | mit | codeparrot/github-code | 1661e1b51d4850717f01af9ed6aba6849b2da866456ea4075cceaa012ffb1fc3 | 0.85 | testing_debugging_repair_refactoring | 699 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using NUnit.Framework;
namespace CodeWeaving.Matcher.Matchers
{
[TestFixture]
public class NamespaceTypeMatcherTests
{
}
} | machine/machine | Experiments/CodeWeaving.Matcher/CodeWeaving.Matcher.Tests/Matchers/NamespaceTypeMatcherTests.cs | https://github.com/machine/machine/blob/HEAD/Experiments/CodeWeaving.Matcher/CodeWeaving.Matcher.Tests/Matchers/NamespaceTypeMatcherTests.cs | ghcode:00171:b957afd4e095 | mit | codeparrot/github-code | b957afd4e0955d4bbf7daa25e0d23b92f14c5a89b893362d482f3c9b953313d3 | 0.5 | testing_debugging_repair_refactoring | 37 | false | 2026-07-17 |
using CppSharp;
using CppSharp.Generators;
using System;
using System.IO;
using System.Reflection;
namespace Embeddinator.Tests
{
/// <summary>
/// The main base class for a generator-based tests project.
/// </summary>
public abstract class TestsGenerator
{
readonly string name;
re... | mono/Embeddinator-4000 | binder/Tests/TestsGenerator.cs | https://github.com/mono/Embeddinator-4000/blob/HEAD/binder/Tests/TestsGenerator.cs | ghcode:00171:01e12dc49551 | mit | codeparrot/github-code | 01e12dc495519707b6dfcff836578e9454edc810192075e3c8cdb83b73e6497e | 0.95 | testing_debugging_repair_refactoring | 433 | 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 Azure.Search.Documents.Indexes;
using Azure.Search.Documents.Indexes.Models;
using Microsoft.Spatial;
using NUn... | brjohnstmsft/azure-sdk-for-net | sdk/search/Azure.Search.Documents/tests/FieldBuilderTests.cs | https://github.com/brjohnstmsft/azure-sdk-for-net/blob/HEAD/sdk/search/Azure.Search.Documents/tests/FieldBuilderTests.cs | ghcode:00171:c48160587fe2 | mit | codeparrot/github-code | c48160587fe2b86de18327174c98478c8d244ba27395c500c7059111122bf988 | 0.95 | testing_debugging_repair_refactoring | 6,106 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.Selenium;
using OpenQA.Selenium.Interactions;
using Riganti.Utils.Testing.Selenium.Core;
using System;
using System.Globalization;
using System.Linq;
using System.Threading;
using Dotvvm.Samples.Tests;
namespace DotVVM.Samples.Tests.Control
{
[TestC... | kiraacorsac/dotvvm | src/DotVVM.Samples.Tests/Control/LinkButtonTests.cs | https://github.com/kiraacorsac/dotvvm/blob/HEAD/src/DotVVM.Samples.Tests/Control/LinkButtonTests.cs | ghcode:00171:b2107cee0640 | apache-2.0 | codeparrot/github-code | b2107cee0640e406c1299eb046e52f2ac44613777348ea568506a49a18f93aeb | 0.85 | testing_debugging_repair_refactoring | 272 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using Rhino.Mocks;
using GitTfs.Commands;
using GitTfs.Core;
using GitTfs.Core.TfsInterop;
using Xunit;
using System.Diagnostics;
namespace GitTfs.Test.Core
{
public class TfsWorkspaceTests : BaseTest, IDisposable
{
[Fact]
public ... | andyrooger/git-tfs | src/GitTfsTest/Core/TfsWorkspaceTests.cs | https://github.com/andyrooger/git-tfs/blob/HEAD/src/GitTfsTest/Core/TfsWorkspaceTests.cs | ghcode:00171:ec23874975c3 | apache-2.0 | codeparrot/github-code | ec23874975c372f37b01e638883b521d3b4bc2130d8def427dc8c5c9c1b49142 | 0.75 | testing_debugging_repair_refactoring | 2,333 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace tests.xunit.eyeball.propertydata
{
public class DerivedClassWithPropertyDataReference : PropertyDataBase
{
// TEST: Should reference TheoryDataEnumerator in base class
[Theory]
[MemberData("TheoryDataEnumerator"... | derigel23/resharper-xunit | resharper/tests.manual/tests.xunit/PropertyDataReferences/DerivedClassWithPropertyDataReference.cs | https://github.com/derigel23/resharper-xunit/blob/HEAD/resharper/tests.manual/tests.xunit/PropertyDataReferences/DerivedClassWithPropertyDataReference.cs | ghcode:00171:64c937089da1 | apache-2.0 | codeparrot/github-code | 64c937089da1bb1aa0bf72eef9f425abe49f221a3f8152ca5d1fc1a327604a18 | 0.85 | testing_debugging_repair_refactoring | 188 | false | 2026-07-17 |
// Copyright (c) 2012, Event Store LLP
// 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 list of condit... | msbahrul/EventStore | src/EventStore/EventStore.Projections.Core.Tests/Services/parallel_processing_load_balancer/when_accounting_measured_tasks.cs | https://github.com/msbahrul/EventStore/blob/HEAD/src/EventStore/EventStore.Projections.Core.Tests/Services/parallel_processing_load_balancer/when_accounting_measured_tasks.cs | ghcode:00171:ca2e8b26620a | bsd-3-clause | codeparrot/github-code | ca2e8b26620a539479fda08ad5574f03a8e9e8558516ce98d48886fd62689331 | 0.85 | testing_debugging_repair_refactoring | 704 | false | 2026-07-17 |
using NUnit.Framework;
using EasyGelf.Core;
namespace EasyGelf.Tests.Core
{
[TestFixture]
public class CoreExtentionsTests
{
[Test]
public void TestUdpMessageSize()
{
Assert.AreEqual(512, 511.UdpMessageSize());
Assert.AreEqual(512, 512.UdpMessageSize());
... | WassMM/EasyGelf | Source/EasyGelf.Tests/Core/CoreExtentionsTests.cs | https://github.com/WassMM/EasyGelf/blob/HEAD/Source/EasyGelf.Tests/Core/CoreExtentionsTests.cs | ghcode:00171:501752abb550 | mit | codeparrot/github-code | 501752abb550900e1b3f88ca1e43148fb51faea69ee2744e0dbd0bca04e56b20 | 0.75 | testing_debugging_repair_refactoring | 124 | 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.IO;
using System.Linq;
using System.Xml.Linq;
using Mi... | jmarolf/roslyn | src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingNamespacesAndTypes.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Symbol/Symbols/Metadata/PE/LoadingNamespacesAndTypes.cs | ghcode:00171:a6083b300894 | mit | codeparrot/github-code | a6083b3008943372f915f14899277acf537933b717e4c4fc09554d3193876cb3 | 0.95 | testing_debugging_repair_refactoring | 3,422 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Core.TestFramework;
using Azure.Identity.Tests.Mock;
using NUnit.Framework;
namespace Azu... | brjohnstmsft/azure-sdk-for-net | sdk/identity/Azure.Identity/tests/AzureCliCredentialTests.cs | https://github.com/brjohnstmsft/azure-sdk-for-net/blob/HEAD/sdk/identity/Azure.Identity/tests/AzureCliCredentialTests.cs | ghcode:00171:97b8d53755b2 | mit | codeparrot/github-code | 97b8d53755b24f33c80e4b31ba4fbd33db1f82555c502ba7663219eca736ba93 | 0.85 | testing_debugging_repair_refactoring | 959 | false | 2026-07-17 |
using System;
using System.IO;
using GitVersion;
using GitVersion.Helpers;
using NSubstitute;
using NUnit.Framework;
[TestFixture]
public class AssemblyInfoFileUpdateTests
{
[Test]
public void ShouldStartSearchFromWorkingDirectory()
{
var fileSystem = Substitute.For<IFileSystem>();
const s... | Kantis/GitVersion | GitVersionExe.Tests/AssemblyInfoFileUpdateTests.cs | https://github.com/Kantis/GitVersion/blob/HEAD/GitVersionExe.Tests/AssemblyInfoFileUpdateTests.cs | ghcode:00171:e3d3d556c7d6 | mit | codeparrot/github-code | e3d3d556c7d67dc68498f5ca494a3ef8159ee181815e012dc3ba39e7c4b6c162 | 0.75 | testing_debugging_repair_refactoring | 863 | false | 2026-07-17 |
//
// Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net>
//
// 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 co... | paulcbetts/NLog | tests/NLog.UnitTests/LayoutRenderers/Rot13Tests.cs | https://github.com/paulcbetts/NLog/blob/HEAD/tests/NLog.UnitTests/LayoutRenderers/Rot13Tests.cs | ghcode:00171:875b9baad208 | bsd-3-clause | codeparrot/github-code | 875b9baad208911131ec4c00b1648369c0ba8ff3bf847256bc6b3c3d4534c66e | 0.85 | testing_debugging_repair_refactoring | 1,071 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="WriteProjectInfoFile.cs" company="SonarSource SA and Microsoft Corporation">
// Copyright (c) SonarSource SA and Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the proje... | jango2015/sonar-msbuild-runner | SonarQube.MSBuild.Tasks/WriteProjectInfoFile.cs | https://github.com/jango2015/sonar-msbuild-runner/blob/HEAD/SonarQube.MSBuild.Tasks/WriteProjectInfoFile.cs | ghcode:00171:ff60a58cb04c | mit | codeparrot/github-code | ff60a58cb04c192ddd1831e33547ea8dd8ac412f7ba0efa68b78f727e5284d1f | 0.85 | testing_debugging_repair_refactoring | 1,678 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using LinqToTwitter;
using LinqToTwitterPcl.Tests.Common;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace LinqToTwitterPcl.Tests.SavedSearchTests
{
[TestClass]
public class SavedSearchRequestProcess... | JoeMayo/LinqToTwitter | src/LinqToTwitter5/LinqToTwitter.Tests/SavedSearchTests/SavedSearchRequestProcessorTests.cs | https://github.com/JoeMayo/LinqToTwitter/blob/HEAD/src/LinqToTwitter5/LinqToTwitter.Tests/SavedSearchTests/SavedSearchRequestProcessorTests.cs | ghcode:00171:f098d9967836 | mit | codeparrot/github-code | f098d996783600a9f8a7be6cbc82813311fffc4291cdc3b6e26a183504dc5ea2 | 0.85 | testing_debugging_repair_refactoring | 1,518 | false | 2026-07-17 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:... | xJom/mbunit-v3 | src/Gallio/Gallio/Model/TestStatus.cs | https://github.com/xJom/mbunit-v3/blob/HEAD/src/Gallio/Gallio/Model/TestStatus.cs | ghcode:00171:52916c2403c3 | apache-2.0 | codeparrot/github-code | 52916c2403c3561e1f190e64e6d0bd2485330a881bfd25e4d9d275f4548e2355 | 0.85 | testing_debugging_repair_refactoring | 437 | false | 2026-07-17 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:... | xJom/mbunit-v3 | src/Gallio/Gallio.Tests/Runtime/Formatting/KeyValuePairFormattingRuleTest.cs | https://github.com/xJom/mbunit-v3/blob/HEAD/src/Gallio/Gallio.Tests/Runtime/Formatting/KeyValuePairFormattingRuleTest.cs | ghcode:00171:554108f3222c | apache-2.0 | codeparrot/github-code | 554108f3222c1d0938764c3ded06449fbdc5235feb176dae8bf91bb8c7b4747e | 0.85 | testing_debugging_repair_refactoring | 373 | 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.Globalization;
using Xunit;
namespace System.Globalization.Tests
{
public class Numb... | benpye/corefx | src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoGetInstance.cs | https://github.com/benpye/corefx/blob/HEAD/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoGetInstance.cs | ghcode:00171:74b702cfa0b4 | mit | codeparrot/github-code | 74b702cfa0b473370bb7d181b4532b5aad2a71c7bcdd9acde7c7ad8a2f9e607b | 0.95 | testing_debugging_repair_refactoring | 126 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
// Apache License 2.0
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may o... | tonyeung/azure-activedirectory-identitymodel-extensions-for-dotnet | tests/Microsoft.IdentityModel.Protocol.Extensions.Tests/GenericDocumentRetrieverTests.cs | https://github.com/tonyeung/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/HEAD/tests/Microsoft.IdentityModel.Protocol.Extensions.Tests/GenericDocumentRetrieverTests.cs | ghcode:00171:dec56ce1a677 | apache-2.0 | codeparrot/github-code | dec56ce1a67742ae298c78bf91e9e6799b8f1fe8c2d76337e379e8e63a198f75 | 0.85 | testing_debugging_repair_refactoring | 535 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Rest.Generator;
using Microsoft.Rest.Generator.Logging;
using Xunit;
namespace Microsoft.Rest.Modeler.CompositeSwagger.Tests
{
[Collection("AutoRest Tests")]
pub... | BurtBiel/autorest | AutoRest/Modelers/CompositeSwagger.Tests/CompositeSwaggerModelerTests.cs | https://github.com/BurtBiel/autorest/blob/HEAD/AutoRest/Modelers/CompositeSwagger.Tests/CompositeSwaggerModelerTests.cs | ghcode:00171:b99dc0ac94de | mit | codeparrot/github-code | b99dc0ac94deb686848cd2ca867f050349a5efa20461db5833211ddbdc1d7720 | 0.75 | testing_debugging_repair_refactoring | 824 | false | 2026-07-17 |
using FakeItEasy;
using FluentNHibernate.Diagnostics;
using FluentNHibernate.Testing.Utils;
using NUnit.Framework;
namespace FluentNHibernate.Testing.Diagnostics
{
[TestFixture]
public class DiagnosticConfigurationTests
{
[Test]
public void enabling_should_set_logger_to_default_... | HermanSchoenfeld/fluent-nhibernate | src/FluentNHibernate.Testing/Diagnostics/DiagnosticConfigurationTests.cs | https://github.com/HermanSchoenfeld/fluent-nhibernate/blob/HEAD/src/FluentNHibernate.Testing/Diagnostics/DiagnosticConfigurationTests.cs | ghcode:00171:c6020d62779d | bsd-3-clause | codeparrot/github-code | c6020d62779da679fe64f6efaf5200d67f63876a4c9be7536152b4624b4480c7 | 0.75 | testing_debugging_repair_refactoring | 390 | 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 osu.Framework.Bindables;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Rulesets.Osu.Objects.Drawables;
namespace osu.Game.Rulesets.Osu.Tests
{
public cla... | ppy/osu | osu.Game.Rulesets.Osu.Tests/TestSceneSliderComboChange.cs | https://github.com/ppy/osu/blob/HEAD/osu.Game.Rulesets.Osu.Tests/TestSceneSliderComboChange.cs | ghcode:00171:3670eeac4701 | mit | codeparrot/github-code | 3670eeac4701736839f55e191bff5cd05a55b9b5d534ae7bf6fc2421ffd0a4d8 | 0.75 | testing_debugging_repair_refactoring | 195 | 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.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading;
namespace System.Text.Unicode
{
//... | Yanjing123/corefx | src/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UnicodeHelpers.cs | https://github.com/Yanjing123/corefx/blob/HEAD/src/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UnicodeHelpers.cs | ghcode:00171:f9dde1d6526f | mit | codeparrot/github-code | f9dde1d6526f9047b3aa567a153928859d3d3bcbba574766a50896b559b8bc1a | 0.95 | testing_debugging_repair_refactoring | 2,666 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="ObjectContextMember.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/Service/Microsoft/OData/Service/Providers/ObjectContextMember.cs | https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Service/Microsoft/OData/Service/Providers/ObjectContextMember.cs | ghcode:00171:d97ef8cd6edd | mit | codeparrot/github-code | d97ef8cd6edd521839b23b1fe416a35b067af4b5cdc72c1f63add1930334801e | 0.85 | testing_debugging_repair_refactoring | 880 | 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 ... | AnshulYADAV007/Lean | Tests/Indicators/SwissArmyKnifeTests.cs | https://github.com/AnshulYADAV007/Lean/blob/HEAD/Tests/Indicators/SwissArmyKnifeTests.cs | ghcode:00171:4a24a13d2260 | apache-2.0 | codeparrot/github-code | 4a24a13d2260565e0389e8d4cdb5b59ffd2375011d5464ab375f6be7613882a8 | 0.75 | testing_debugging_repair_refactoring | 736 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Xun... | dotnet-bot/corefx | src/System.IO/tests/BufferedStream/BufferedStreamTests.cs | https://github.com/dotnet-bot/corefx/blob/HEAD/src/System.IO/tests/BufferedStream/BufferedStreamTests.cs | ghcode:00171:340029667aea | mit | codeparrot/github-code | 340029667aea734def690cf3abe7f4e1f3f209dde1aaa9fccf9a77ab5248ede3 | 0.95 | testing_debugging_repair_refactoring | 2,021 | false | 2026-07-17 |
//
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | nemanja88/azure-sdk-for-net | src/ResourceManagement/DataFactory/DataFactory.Tests/UnitTests/PipelineTypeRegistrationTests.cs | https://github.com/nemanja88/azure-sdk-for-net/blob/HEAD/src/ResourceManagement/DataFactory/DataFactory.Tests/UnitTests/PipelineTypeRegistrationTests.cs | ghcode:00171:8bd1ef0ff5ac | apache-2.0 | codeparrot/github-code | 8bd1ef0ff5acf9351260c574d4f44055c7c5af0cead4007eb6c4b3cb785fee27 | 0.85 | testing_debugging_repair_refactoring | 628 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
namespace Silentor.FBRLogger.Tests
{
[TestFixture()]
public class FormatterTests
{
[Test()]
public void SerializeDeserializeStreamTest... | Silentor/FBRLogging | FBRLoggerTests/FormatterTests.cs | https://github.com/Silentor/FBRLogging/blob/HEAD/FBRLoggerTests/FormatterTests.cs | ghcode:00171:ac836d315c5f | mit | codeparrot/github-code | ac836d315c5fcda083e913a5a171d8e7f6f64969372aa0808b56c5fe77090694 | 0.85 | testing_debugging_repair_refactoring | 331 | false | 2026-07-17 |
using Newtonsoft.Json;
using Valetude.Rollbar;
using Xunit;
namespace Rollbar.Test {
public class RollbarClientFixture {
private readonly RollbarClient _rollbarClient;
public RollbarClientFixture() {
this._rollbarClient= new RollbarClient();
}
[Fact]
public vo... | Valetude/Valetude.Rollbar | Valetude.Rollbar.Test/RollbarClientFixture.cs | https://github.com/Valetude/Valetude.Rollbar/blob/HEAD/Valetude.Rollbar.Test/RollbarClientFixture.cs | ghcode:00171:34ef02e4b3a9 | mit | codeparrot/github-code | 34ef02e4b3a908a8d0250ab1e0382a99ca778d4ac83d1c57d3fc44ceedab9c51 | 0.6 | testing_debugging_repair_refactoring | 195 | false | 2026-07-17 |
using Algorithms.DataStructures.Graphs;
using Algorithms.Graphs.TopologicalSort;
using Xunit;
using Xunit.Abstractions;
namespace AlgorithmsUnitTest.Graphs.TopologicalSort
{
public class DepthFirstPostOrderUnitTest
{
private ITestOutputHelper console;
public DepthFirstPostOrderUnitTest(ITestO... | cschen1205/cs-algorithms | cs-algorithms-unit-tests/Graphs/TopologicalSort/DepthFirstPostOrderUnitTest.cs | https://github.com/cschen1205/cs-algorithms/blob/HEAD/cs-algorithms-unit-tests/Graphs/TopologicalSort/DepthFirstPostOrderUnitTest.cs | ghcode:00171:0a882ca43026 | mit | codeparrot/github-code | 0a882ca4302609bedfcb189480bd0f7833b8bd2c295e06495704d3232e0a2ab2 | 0.6 | testing_debugging_repair_refactoring | 123 | 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.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.F... | huoyaoyuan/osu | osu.Game.Rulesets.Catch.Tests/TestSceneCatcherArea.cs | https://github.com/huoyaoyuan/osu/blob/HEAD/osu.Game.Rulesets.Catch.Tests/TestSceneCatcherArea.cs | ghcode:00171:d85d1a5f81e6 | mit | codeparrot/github-code | d85d1a5f81e622491555bbfe9e947aeb18e817efbb80e6aacf0383d859854ebb | 0.75 | testing_debugging_repair_refactoring | 915 | false | 2026-07-17 |
// Copyright (c) 2017 Trevor Redfern
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
namespace Tests.Characters.Appearance
{
using Xunit;
using SilverNeedle.Characters.Appearance;
using SilverNeedle.Serialization;
using SilverNeedle.Utility;
publ... | shortlegstudio/silverneedle-web | silverneedle-tests/Characters/Appearance/PhysicalFeatureTests.cs | https://github.com/shortlegstudio/silverneedle-web/blob/HEAD/silverneedle-tests/Characters/Appearance/PhysicalFeatureTests.cs | ghcode:00171:c28d70b5e846 | mit | codeparrot/github-code | c28d70b5e8462b32322a79a3dbc0873750a5d6576308022a876c6e7df62d331d | 0.85 | testing_debugging_repair_refactoring | 151 | false | 2026-07-17 |
using System;
using NCubeSolvers.Core;
using NUnit.Framework;
namespace NCubeSolver.Core.UnitTests
{
[TestFixture]
public class FaceTests
{
[Test]
public void Constructor_GivenAnInitialConfiguration_SetsTheItemProperty()
{
var array = new[,] { { 1, 2 }, { 3, 4 } };
... | EdwardSalter/NCubeSolver | src/Core.Tests/FaceTests.cs | https://github.com/EdwardSalter/NCubeSolver/blob/HEAD/src/Core.Tests/FaceTests.cs | ghcode:00171:1eff07513c58 | mit | codeparrot/github-code | 1eff07513c583699f2ec3843a1b01c1f7faf9e20aae35fd7b18bc8774c4cbe6b | 0.75 | testing_debugging_repair_refactoring | 6,662 | false | 2026-07-17 |
using MachinaAurum.Artemis.Http;
using System.IO;
using System.Threading.Tasks;
using Xunit;
namespace MachinaAurum.Artemis.Tests
{
public class HttpRequestTests
{
[Fact]
public async Task HttpRequestMustParseRequestFirstLineFromStream()
{
MemoryStream stream = GetRequest()... | MachinaAurum/Artemis | source/MachinaAurum.Artemis.Tests/HttpRequestTests.cs | https://github.com/MachinaAurum/Artemis/blob/HEAD/source/MachinaAurum.Artemis.Tests/HttpRequestTests.cs | ghcode:00171:12296d31ecc0 | mit | codeparrot/github-code | 12296d31ecc0daf34a677f04826f561885b9146f098e96f512e4e3739fff27c3 | 0.75 | testing_debugging_repair_refactoring | 461 | false | 2026-07-17 |
/* part of Pyrolite, by Irmen de Jong (irmen@razorvine.net) */
using System;
using System.IO;
using System.Text;
using System.Linq;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Xunit;
using Razorvine.Pyro;
using Razorvine.Pyro.Serializer;
// ReSharper disable CheckNamespace
namespac... | irmen/Pyrolite | dotnet/Razorvine.Pyrolite/Tests/Pyro/MessageTests.cs | https://github.com/irmen/Pyrolite/blob/HEAD/dotnet/Razorvine.Pyrolite/Tests/Pyro/MessageTests.cs | ghcode:00171:62a5fe814ce5 | mit | codeparrot/github-code | 62a5fe814ce55612c0cca640f7f188e81a22bc397ff0ebc9f41caaf604e45613 | 0.95 | testing_debugging_repair_refactoring | 2,593 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
namespace JobSearch.Test
{
[TestFixture]
public class TestContact
{
[Test]
public void TestCreation()
{
Contact contact;
... | anthonylangsworth/JobSearch | JobSearch.Test/TestContact.cs | https://github.com/anthonylangsworth/JobSearch/blob/HEAD/JobSearch.Test/TestContact.cs | ghcode:00171:1eaeabee608d | mit | codeparrot/github-code | 1eaeabee608df828b86ffe672a046b1461ef93e515b37c783934b8e9375868c2 | 0.75 | testing_debugging_repair_refactoring | 269 | false | 2026-07-17 |
using System;
using System.Threading;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Attributes.Columns;
using BenchmarkDotNet.Attributes.Jobs;
using BenchmarkDotNet.Engines;
namespace BenchmarkDotNet.Samples.Intro
{
[SimpleJob(RunStrategy.ColdStart, targetCount: 5)]
[MinColumn, MaxColumn, MeanColumn... | Teknikaali/BenchmarkDotNet | samples/BenchmarkDotNet.Samples/Intro/IntroColdStart.cs | https://github.com/Teknikaali/BenchmarkDotNet/blob/HEAD/samples/BenchmarkDotNet.Samples/Intro/IntroColdStart.cs | ghcode:00171:e3710edf7967 | mit | codeparrot/github-code | e3710edf7967d2425dc5bfde8a158e120b94d5f7617990d0df8bc99f5a928c9c | 0.75 | testing_debugging_repair_refactoring | 152 | false | 2026-07-17 |
// Copyright © Microsoft Corporation. All Rights Reserved.
// This code released under the terms of the
// Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.)
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Xml.Serialization;
using Microsoft.TeamFounda... | adamdriscoll/TfsIntegrationPlatform | Features/IntegrationPlatform-svn/Test/MigrationTest/MigrationTestLibrary/TestEnvironmentModel/TestMigrationSource.cs | https://github.com/adamdriscoll/TfsIntegrationPlatform/blob/HEAD/Features/IntegrationPlatform-svn/Test/MigrationTest/MigrationTestLibrary/TestEnvironmentModel/TestMigrationSource.cs | ghcode:00171:35999ef40c06 | mit | codeparrot/github-code | 35999ef40c06cf840f84a6eadba681c3d4878f5457afb4fdc25b93831b7a7932 | 0.95 | testing_debugging_repair_refactoring | 729 | false | 2026-07-17 |
namespace AngleSharp.Core.Tests.Html
{
using AngleSharp.Dom;
using NUnit.Framework;
/// <summary>
/// Tests from https://github.com/html5lib/html5lib-tests:
/// tree-construction/adoption01.dat,
/// tree-construction/adoption02.dat
/// </summary>
[TestFixture]
public class AdoptionT... | AngleSharp/AngleSharp | src/AngleSharp.Core.Tests/Html/Adoption.cs | https://github.com/AngleSharp/AngleSharp/blob/HEAD/src/AngleSharp.Core.Tests/Html/Adoption.cs | ghcode:00171:079a8c3430c0 | mit | codeparrot/github-code | 079a8c3430c0f26f417b8ebea0d9b51582b30247b24d3a492e615e6642e8be02 | 0.57 | testing_debugging_repair_refactoring | 21,116 | false | 2026-07-17 |
using System;
using BenchmarkDotNet.Attributes;
using Light.GuardClauses.Exceptions;
namespace Light.GuardClauses.Performance.DateTimeAssertions
{
public class MustBeUtcBenchmark
{
public DateTime UtcDateTime = DateTime.UtcNow;
[Benchmark(Baseline = true)]
public DateTime ImperativeVe... | feO2x/Light.GuardClauses | Code/Light.GuardClauses.Performance/DateTimeAssertions/MustBeUtcBenchmark.cs | https://github.com/feO2x/Light.GuardClauses/blob/HEAD/Code/Light.GuardClauses.Performance/DateTimeAssertions/MustBeUtcBenchmark.cs | ghcode:00171:3245836c690a | mit | codeparrot/github-code | 3245836c690ad232f556a9e988566a689aee8c1304151a72fd442cef6d474ab4 | 0.75 | testing_debugging_repair_refactoring | 306 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Markout.Common.DataModel.Attribute;
using Markout.Common.DataModel.Elements;
using Markout.Common.DataModel.Enumerations;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Markout.Input.Tests.MarkoutParser {
[TestClass]
publ... | phurst/Markout | Input.Tests/MarkoutParser/AnchorMarkoutParserTests.cs | https://github.com/phurst/Markout/blob/HEAD/Input.Tests/MarkoutParser/AnchorMarkoutParserTests.cs | ghcode:00171:b7429983cb7f | mit | codeparrot/github-code | b7429983cb7f54a3e3a1b7fb64f8b4f6f7987b8531f028090ca66d5a73adeec2 | 0.85 | testing_debugging_repair_refactoring | 1,371 | false | 2026-07-17 |
namespace Aspose.Tasks.Examples.CSharp
{
using System;
using System.Collections.Generic;
using NUnit.Framework;
[TestFixture]
public class ExOutlineCodeDefinitionCollection : ApiExampleBase
{
[Test]
public void WorkWithOutlineCodeDefinitionCollection()
{
// ... | aspose-tasks/Aspose.Tasks-for-.NET | Examples/CSharp/ExOutlineCodeDefinitionCollection.cs | https://github.com/aspose-tasks/Aspose.Tasks-for-.NET/blob/HEAD/Examples/CSharp/ExOutlineCodeDefinitionCollection.cs | ghcode:00171:ebd8dd1f647a | mit | codeparrot/github-code | ebd8dd1f647ae79f2aa5547ea2795b0cc8db56d00d8fc77604d6c93004a547a2 | 0.7 | testing_debugging_repair_refactoring | 767 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SoftwareThresher;
namespace SoftwareThresherIntegrationTests {
[TestClass]
public class ProgramTests {
[TestMethod]
public void Program_EnsureUsageTextDoesNotError() {
Program.Main(new string[0]);
}
}
}
| markaschell/SoftwareThresher | code/SoftwareThresher/SoftwareThresherIntegrationTests/ProgramTests.cs | https://github.com/markaschell/SoftwareThresher/blob/HEAD/code/SoftwareThresher/SoftwareThresherIntegrationTests/ProgramTests.cs | ghcode:00171:8cf0d12daf38 | mit | codeparrot/github-code | 8cf0d12daf3813771f58e5be2143fcc74c2d88ef6c6704d023506eb44c004608 | 0.75 | testing_debugging_repair_refactoring | 61 | false | 2026-07-17 |
using Biz.Morsink.DataConvert.Converters;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Biz.Morsink.DataConvert.Test
{
[TestClass]
public class EnumToNumericConverterT... | joost-morsink/DataConvert | Biz.Morsink.DataConvert.Test/EnumToNumericConverterTest.cs | https://github.com/joost-morsink/DataConvert/blob/HEAD/Biz.Morsink.DataConvert.Test/EnumToNumericConverterTest.cs | ghcode:00171:974a333092b5 | mit | codeparrot/github-code | 974a333092b53a15dd73f93f5b6d6ad9ed03e64e7e914032c7b7b88df228b876 | 0.6 | testing_debugging_repair_refactoring | 183 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Stratis.Bitcoin.Controllers.Models;
using Stratis.Bitcoin.Features.RPC;
using Stratis.Bitcoin.Tests.Common;
using Xunit;
namespace Stratis.Bitcoin.Tests.Models
{... | Aprogiena/StratisBitcoinFullNode | src/Stratis.Bitcoin.Tests/Models/TransactionModelsTest.cs | https://github.com/Aprogiena/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.Tests/Models/TransactionModelsTest.cs | ghcode:00171:9b5cdac0580a | mit | codeparrot/github-code | 9b5cdac0580abc695b2ff8176817731a4e1d5e67674b5808ca530eeef3a0d999 | 0.75 | testing_debugging_repair_refactoring | 3,438 | false | 2026-07-17 |
using Advobot.Logging;
using Advobot.Logging.Database;
using Advobot.Logging.ParameterPreconditions;
using Advobot.Tests.Fakes.Services.Logging;
using Advobot.Tests.TestBases;
using AdvorangesUtils;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Advobot... | advorange/Advobot | tests/Advobot.Tests/Commands/Logging/ParameterPreconditions/NotServerLog_Tests.cs | https://github.com/advorange/Advobot/blob/HEAD/tests/Advobot.Tests/Commands/Logging/ParameterPreconditions/NotServerLog_Tests.cs | ghcode:00171:ede2fae1c24f | mit | codeparrot/github-code | ede2fae1c24f501931023b0ee242867363e8bc3181342af50a257802599eb974 | 0.75 | testing_debugging_repair_refactoring | 209 | false | 2026-07-17 |
namespace TraktApiSharp.Tests.Objects.Get.Shows.Implementations
{
using FluentAssertions;
using System;
using System.Threading.Tasks;
using Traits;
using TraktApiSharp.Enums;
using TraktApiSharp.Objects.Get.Shows;
using TraktApiSharp.Objects.Get.Shows.Json.Reader;
using Xunit;
[Cat... | henrikfroehling/TraktApiSharp | Source/Tests/TraktApiSharp.Tests/Objects/Get/Shows/Implementations/TraktTrendingShow_Tests.cs | https://github.com/henrikfroehling/TraktApiSharp/blob/HEAD/Source/Tests/TraktApiSharp.Tests/Objects/Get/Shows/Implementations/TraktTrendingShow_Tests.cs | ghcode:00171:66a2a83155d0 | mit | codeparrot/github-code | 66a2a83155d04bea1851eb449164b63fbeb1549d5ab28afb739062f932b7a790 | 0.95 | testing_debugging_repair_refactoring | 3,070 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using NUnit.Framework;
namespace SharpGeometry.Tests
{
[TestFixture]
public class Vector3DSimpleTests
{
[Test]
public void VectorCtor()
{
var sut = new Vector3D(1, 2, 3);
Console.WriteLine(sut);
Ass... | nzain/SharpGeometry | Source/SharpGeometry.Tests/Vector3DSimpleTests.cs | https://github.com/nzain/SharpGeometry/blob/HEAD/Source/SharpGeometry.Tests/Vector3DSimpleTests.cs | ghcode:00171:878a93679b23 | mit | codeparrot/github-code | 878a93679b236359ca3d0e2994a47a16f280f12700aaccc43cd47bf32bef91c6 | 0.85 | testing_debugging_repair_refactoring | 924 | false | 2026-07-17 |
/*
* Copyright (C) 2004 Bruno Fernandez-Ruiz <brunofr@olympum.com>
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation files
* (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to u... | olympum/caffeine | examples/abstract/TestAbstract.cs | https://github.com/olympum/caffeine/blob/HEAD/examples/abstract/TestAbstract.cs | ghcode:00171:257234e8379b | mit | codeparrot/github-code | 257234e8379b4427af2cd02aefca519a66d65eec37a80ad22f84094ce2a209a2 | 0.75 | testing_debugging_repair_refactoring | 291 | false | 2026-07-17 |
using AM.Text;
using JetBrains.Annotations;
using ManagedIrbis;
using ManagedIrbis.Client;
using ManagedIrbis.Pft;
using ManagedIrbis.Pft.Infrastructure;
using ManagedIrbis.Pft.Infrastructure.Ast;
using ManagedIrbis.Pft.Infrastructure.Compiler;
using ManagedIrbis.Pft.Infrastructure.Text;
using Microsoft.VisualStudi... | amironov73/ManagedIrbis | Source/UnitTests/ManagedIrbis/Pft/Infrastructure/Ast/PftUnconditionalLiteralTest.cs | https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/ManagedIrbis/Pft/Infrastructure/Ast/PftUnconditionalLiteralTest.cs | ghcode:00171:13078ba2512b | mit | codeparrot/github-code | 13078ba2512b47e73c8e4b66c2b4112d8b9f155481b33bc118a7793b46a977fc | 0.75 | testing_debugging_repair_refactoring | 1,021 | false | 2026-07-17 |
using System.Collections.Generic;
using ErrorProne.NET.Common;
using ErrorProne.NET.Rules.ExceptionHandling;
using ErrorProne.NET.Rules.OtherRules;
using NUnit.Framework;
using RoslynNunitTestRunner;
namespace ErrorProne.NET.Test.OtherRules
{
[TestFixture]
public class DebuggerDisplayAttributeAnalyzerTests : ... | SergeyTeplyakov/ErrorProne.NET | src/ErrorProne.NET/ErrorProne.NET.Test/DebuggerDisplayAnalysis/DebuggerDisplayAttributeAnalyzerTests.cs | https://github.com/SergeyTeplyakov/ErrorProne.NET/blob/HEAD/src/ErrorProne.NET/ErrorProne.NET.Test/DebuggerDisplayAnalysis/DebuggerDisplayAttributeAnalyzerTests.cs | ghcode:00171:fedc08d9e5b9 | mit | codeparrot/github-code | fedc08d9e5b940859e0911673292035c56641a4c54135168c037c5bc84e2cb3e | 0.85 | testing_debugging_repair_refactoring | 663 | false | 2026-07-17 |
using Shouldly;
using System;
using System.Collections.Generic;
using Xunit;
namespace Maestro.Tests.Lifetimes
{
public class scoped_lifetime
{
[Fact]
public void container_scoped_instances_should_return_same_instance_per_container()
{
var container = new Container(x => x.Add<object>().Type<object>().Scope... | JonasSamuelsson/Maestro | src/Maestro/test/Lifetimes/scoped_lifetime.cs | https://github.com/JonasSamuelsson/Maestro/blob/HEAD/src/Maestro/test/Lifetimes/scoped_lifetime.cs | ghcode:00171:1fbbe8499c2c | mit | codeparrot/github-code | 1fbbe8499c2c8225fcd99a84a37cdcbb3f85f0eb3b0f20b7aa5e3c19ad869d5b | 0.85 | testing_debugging_repair_refactoring | 463 | false | 2026-07-17 |
// Copyright © Microsoft Corporation. All Rights Reserved.
// This code released under the terms of the
// Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.)
using System;
using System.Collections.Generic;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Globaliza... | adamdriscoll/TfsIntegrationPlatform | IntegrationPlatform/Core/Toolkit/CommentDecoration/CommentDecorationService.cs | https://github.com/adamdriscoll/TfsIntegrationPlatform/blob/HEAD/IntegrationPlatform/Core/Toolkit/CommentDecoration/CommentDecorationService.cs | ghcode:00171:4eafc7dabfc6 | mit | codeparrot/github-code | 4eafc7dabfc6cd994fb0e56a6cd06054ca7382e8790c4cba1c490bd092089ed9 | 0.85 | testing_debugging_repair_refactoring | 1,145 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Valverij.Common.Utilities.Attributes;
using Valverij.Common.Utilities.Extensions;
namespace Valverij.Common.UtilitiesTest.Attributes
{
[TestClass]
public class EnumDescript... | valverij/Valverij.Common | Valverij.Common.UtilitiesTest/Attributes/EnumDescriptionAttributeTest.cs | https://github.com/valverij/Valverij.Common/blob/HEAD/Valverij.Common.UtilitiesTest/Attributes/EnumDescriptionAttributeTest.cs | ghcode:00171:0f937cb250cf | mit | codeparrot/github-code | 0f937cb250cf5518d070a3a411d3d3e515eaccbf2578ec725b9c1244062a6984 | 0.6 | testing_debugging_repair_refactoring | 424 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Threading.Tasks;
using DatenMeister.Core.EMOF.Implementation;
using DatenMeister.Core.EMOF.Interface.Reflection;
using DatenMeister.Core.Helper;
using DatenMeister.Core.Models;
using DatenMeister.Core.Provider.InMemory;
using DatenMeister.Core.Runtime;
using NUnit.Framewo... | mbrenn/datenmeister-new | src/Tests/DatenMeister.Tests/Modules/Actions/CopyElementActionTests.cs | https://github.com/mbrenn/datenmeister-new/blob/HEAD/src/Tests/DatenMeister.Tests/Modules/Actions/CopyElementActionTests.cs | ghcode:00171:d8e3911d7700 | mit | codeparrot/github-code | d8e3911d77007be32e4ee400ebe262985685930759e950ffef16adc59412eac7 | 0.95 | testing_debugging_repair_refactoring | 2,693 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Entry = System.Collections.Generic.Dictionary<string, object>;
namespace Simple.OData.Client.Tests
{
#if ODATA_V3
public class FindNorthwindTestsV2Atom : FindNorthwindTests
{
public Fin... | FundsLibrary/Simple.OData.Client | Simple.OData.Client.IntegrationTests/FindNorthwindTests.cs | https://github.com/FundsLibrary/Simple.OData.Client/blob/HEAD/Simple.OData.Client.IntegrationTests/FindNorthwindTests.cs | ghcode:00171:8027d80916ba | mit | codeparrot/github-code | 8027d80916ba1cf900e78f53f237ff98e2bfd7041b0d458670944e5c03214cb5 | 0.75 | testing_debugging_repair_refactoring | 1,611 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using Renci.SshNet.Common;
namespace Renci.SshNet.Tests.Classes
{
[TestClass]
public class ScpClientTest_Upload_DirectoryInfoAndPath_SendExecRequestReturnsFalse : ScpClientTestBase
... | sshnet/SSH.NET | src/Renci.SshNet.Tests/Classes/ScpClientTest_Upload_DirectoryInfoAndPath_SendExecRequestReturnsFalse.cs | https://github.com/sshnet/SSH.NET/blob/HEAD/src/Renci.SshNet.Tests/Classes/ScpClientTest_Upload_DirectoryInfoAndPath_SendExecRequestReturnsFalse.cs | ghcode:00171:3874d6347e89 | mit | codeparrot/github-code | 3874d6347e89a62673a21959ea7883a29aa91f2616839c5b9cf23472db99f6fb | 0.6 | testing_debugging_repair_refactoring | 912 | false | 2026-07-17 |
#region Copyright (c) 2004 Ian Davis and James Carlyle
/*------------------------------------------------------------------------------
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 2004 Ian Davis and James Carlyle
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software a... | iand/spiralrdf | src/SemPlan.Spiral.Tests.Core/DereferencerStub.cs | https://github.com/iand/spiralrdf/blob/HEAD/src/SemPlan.Spiral.Tests.Core/DereferencerStub.cs | ghcode:00171:670418702828 | mit | codeparrot/github-code | 670418702828a077999d64247e0174263940f72bdcd57685c2b225642112de57 | 0.85 | testing_debugging_repair_refactoring | 575 | false | 2026-07-17 |
namespace R3.Geometry
{
using Math = System.Math;
using R3.Core;
using R3.Math;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
/// <summary>
/// Information we need for a tiling.
/// </summary>
public struct TilingConfig
{
public TilingConfig( int p, int q, int maxTiles ) ... | roice3/MagicTile | R3/R3.Core/Geometry/Tiling.cs | https://github.com/roice3/MagicTile/blob/HEAD/R3/R3.Core/Geometry/Tiling.cs | ghcode:00171:19e2dbc0a6c6 | mit | codeparrot/github-code | 19e2dbc0a6c619a6c375a804ee37b7d8cebdcd3b5b81778c13fdef6737210138 | 0.7 | testing_debugging_repair_refactoring | 3,500 | false | 2026-07-17 |
extern alias AutoDIBuild;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using StringMatcher=AutoDIBuild::AutoDI.Build.Matcher<string>;
namespace AutoDI.Build.Tests
{
[TestClass]
public class MatcherTests
{
[TestMethod]
public void CanMatchWithSimpleWildCard()
{
... | Keboo/AutoDI | AutoDI.Build.Tests/MatcherTests.cs | https://github.com/Keboo/AutoDI/blob/HEAD/AutoDI.Build.Tests/MatcherTests.cs | ghcode:00171:5813ec09a717 | mit | codeparrot/github-code | 5813ec09a71772cfd13a6812ba8b5383ff115060afa9f2de471ef5e60204a0d8 | 0.75 | testing_debugging_repair_refactoring | 194 | false | 2026-07-17 |
using Kekiri.Reporting;
namespace Kekiri.TestSupport.Reporting.Targets
{
internal class StringReportTarget : IReportTarget
{
public StringReportTarget()
{
ReportString = string.Empty;
}
public string ReportString { get; private set; }
public void Report(Sc... | jorbor/Kekiri | src/Tests/TestSupport/Reporting/Targets/StringReportTarget.cs | https://github.com/jorbor/Kekiri/blob/HEAD/src/Tests/TestSupport/Reporting/Targets/StringReportTarget.cs | ghcode:00171:61612c26067b | mit | codeparrot/github-code | 61612c26067b5f55f1424a0d1768ee5fcde0681ea78abd5f7b688345a2dade37 | 0.85 | testing_debugging_repair_refactoring | 84 | false | 2026-07-17 |
using FluentAssertions;
using NUnit.Framework;
using OpenQA.Selenium;
namespace IISExpressBootstrapperSample.Web.Tests
{
[TestFixture]
public class HomeControllerTest
{
private IWebDriver driver;
[SetUp]
public void SetUp()
{
driver = TestContext.WebDriver;
... | abnerdasdores/iisexpress-bootstrapper-sample | src/IISExpressBootstrapperSample.Web.Tests/HomeControllerTest.cs | https://github.com/abnerdasdores/iisexpress-bootstrapper-sample/blob/HEAD/src/IISExpressBootstrapperSample.Web.Tests/HomeControllerTest.cs | ghcode:00171:8182d69db75c | mit | codeparrot/github-code | 8182d69db75c4e30419e2e18bf04fae23c663e2947e0241f55d4d2ae23875201 | 0.6 | testing_debugging_repair_refactoring | 115 | false | 2026-07-17 |
using Moq;
using Newtonsoft.Json;
using SolrExpress.Search.Parameter;
using SolrExpress.Search.Result;
using SolrExpress.Solr4.Search.Result;
using System;
using System.Collections.Generic;
using System.IO;
using Xunit;
namespace SolrExpress.Solr4.UnitTests.Search.Result
{
public class InformationResultTests
... | solr-express/solr-express | test/SolrExpress.Solr4.UnitTests/Search/Result/InformationResultTests.cs | https://github.com/solr-express/solr-express/blob/HEAD/test/SolrExpress.Solr4.UnitTests/Search/Result/InformationResultTests.cs | ghcode:00171:239499c54b80 | mit | codeparrot/github-code | 239499c54b80d861c93f5b52e7ba552c38198eca4524f0671534bc9867efe1d2 | 0.85 | testing_debugging_repair_refactoring | 812 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="FileEventTest.cs" company="CompanyName">
// Copyright info.
// </copyright>
//-----------------------------------------------------------------------
namespace Distribox.Test
{
using System;
using System.Colle... | BYVoid/distribox | src/Distribox.Test/FileSystem/FileEventTest.cs | https://github.com/BYVoid/distribox/blob/HEAD/src/Distribox.Test/FileSystem/FileEventTest.cs | ghcode:00171:181042a9a304 | mit | codeparrot/github-code | 181042a9a30421ac56f822177aa24d87722fd09487c13d60de0ba2ae4b080dc4 | 0.7 | testing_debugging_repair_refactoring | 201 | false | 2026-07-17 |
using System;
using System.ComponentModel;
using System.Data.Common;
using System.Data.Odbc;
using System.Data.OleDb;
using System.Data.SqlClient;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Web;
using Umbraco.Web.Cache;
using Umbraco.Web.Scheduling;
using UmbracoExamine;
using UmbracoExamine.D... | countrywide/Umbraco-CMS | src/Umbraco.Tests/TypeHelperTests.cs | https://github.com/countrywide/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/TypeHelperTests.cs | ghcode:00171:affa5247bbb7 | mit | codeparrot/github-code | affa5247bbb78126ca075c4ffdd01b4e5c1997b2effdae65b3c0401df6772c88 | 0.85 | testing_debugging_repair_refactoring | 478 | false | 2026-07-17 |
namespace AnimalHierarchy
{
using System;
class HierarchyTests
{
static void Main()
{
Animal[] animals =
{
new Cat("Murry", 4, 'f'),
new Cat("Jack", 2, 'm'),
new Dog("Mark", 5, 'm'),
new Do... | Emiliya93/TelerikAcademy | OOP/OOPPrinciplesPart1/AnimalHierarchy/HierarchyTests.cs | https://github.com/Emiliya93/TelerikAcademy/blob/HEAD/OOP/OOPPrinciplesPart1/AnimalHierarchy/HierarchyTests.cs | ghcode:00171:ec6d7b6f7341 | mit | codeparrot/github-code | ec6d7b6f7341d7a2ae29960d8cb458511dbb5fa3433e3179240ce19497427cd8 | 0.75 | testing_debugging_repair_refactoring | 173 | false | 2026-07-17 |
using Xunit;
namespace ArgParser.NET.Tests
{
public class ArgParserTest
{
[Fact]
public void FallToDefaultHookWithEmptyArgs() {
var defaultHookPopulated = false;
var options = new CommandDef(() => defaultHookPopulated = true) {
{'h', "Print help message"... | jameslan/argparser.net | ArgParser.NET.Tests/ArgParserTest.cs | https://github.com/jameslan/argparser.net/blob/HEAD/ArgParser.NET.Tests/ArgParserTest.cs | ghcode:00171:0b5fa5592cdf | mit | codeparrot/github-code | 0b5fa5592cdfddc8da83cafb6a781782f402a7f74cbe550846f0a5c8e4b98ade | 0.6 | testing_debugging_repair_refactoring | 106 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.