text stringlengths 40 299k | repo_name stringlengths 7 71 | path stringlengths 4 235 | source_url stringlengths 45 289 | commit_or_blob_id stringlengths 25 25 | license stringclasses 7
values | source_dataset stringclasses 1
value | content_sha256 stringlengths 64 64 | quality_score float64 0.2 0.95 | category_slice stringclasses 1
value | token_count int64 11 109k | is_synthetic bool 1
class | collected_at stringdate 2026-07-17 00:00:00 2026-07-17 00:00:00 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
/*using System.Reflection;
using MetX.Standard.Generators;
using MetX.Standard.Library;
using MetX.Standard.Library.Extensions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace MetX.Tests.Standard.Generation
{
[TestClass]
public class ShadowRunContextTests
{
[TestMethod][Ignore("Never... | willrawls/xlg | MetX/MetX.Tests/Standard/Generation/ShadowRunContextTests.cs | https://github.com/willrawls/xlg/blob/HEAD/MetX/MetX.Tests/Standard/Generation/ShadowRunContextTests.cs | ghcode:00010:27361a2f88b5 | mit | codeparrot/github-code | 27361a2f88b515e7cdcbbc01fb0d1c45dd1e7da527bb8e6ffe431951e501fb5e | 0.75 | testing_debugging_repair_refactoring | 164 | false | 2026-07-17 |
using NUnit.Framework;
[TestFixture]
public class TwelveDaysTest
{
private TwelveDaysSong twelveDaysSong;
[SetUp]
public void Setup()
{
twelveDaysSong = new TwelveDaysSong();
}
[Test]
public void Return_verse_1()
{
var expected = "On the first day of Christmas my true... | Zero-man/exercism | csharp/twelve-days/TwelveDaysTest.cs | https://github.com/Zero-man/exercism/blob/HEAD/csharp/twelve-days/TwelveDaysTest.cs | ghcode:00010:be4299ed6183 | mit | codeparrot/github-code | be4299ed6183950bf32a9020d23316391bf4e09bf56ccf04bb49edd7128131f4 | 0.6 | testing_debugging_repair_refactoring | 1,354 | false | 2026-07-17 |
using Stack.Array;
using NUnit.Framework;
using System;
namespace Stack.Tests
{
[TestFixture]
public class StackTests_Array
{
[Test]
[TestCaseSource("Push_TestData")]
public void Stack_Success_Cases(int[] testData)
{
Stack<int> stack = new Stack<int>();
... | slantdotnet/data-structures | test/Stack.Tests/StackTests_Array.cs | https://github.com/slantdotnet/data-structures/blob/HEAD/test/Stack.Tests/StackTests_Array.cs | ghcode:00010:3dc5d05a8352 | mit | codeparrot/github-code | 3dc5d05a835225365527f33a3064199e8c24bf94b2e6c623821f424947803794 | 0.6 | testing_debugging_repair_refactoring | 737 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace EPONS.Teddy.Application.Test
{
[TestClass]
public class UserServiceTest
{
[TestMethod]
public void TestMethod1()
{
}
}
}
| developersworkspace/EPONS | SourceCode/EPONS/EPONS.Teddy.Application.Test/UserServiceTest.cs | https://github.com/developersworkspace/EPONS/blob/HEAD/SourceCode/EPONS/EPONS.Teddy.Application.Test/UserServiceTest.cs | ghcode:00010:2ff09da34ffa | mit | codeparrot/github-code | 2ff09da34ffa22bd570a48c04a31fd925754d2cfe002ad0d0be1a490e8994707 | 0.6 | testing_debugging_repair_refactoring | 49 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using GenderPayGap.Core;
using GenderPayGap.Database;
using Moq;
namespace GenderPayGap.Tests.Common.TestHelpers
{
public static class OrganisationHelper
{
public static Organisation GetConcreteOrganisation(string employerRef, string organisationName = "... | DFEAGILEDEVOPS/gender-pay-gap | Beta/GenderPayGap.Tests.Common/TestHelpers/OrganisationHelper.cs | https://github.com/DFEAGILEDEVOPS/gender-pay-gap/blob/HEAD/Beta/GenderPayGap.Tests.Common/TestHelpers/OrganisationHelper.cs | ghcode:00010:2e029f76b0ef | mit | codeparrot/github-code | 2e029f76b0eff719a1d85b6742d1979f63be84df7336eae691d84043bf0d5c3c | 0.75 | testing_debugging_repair_refactoring | 716 | false | 2026-07-17 |
using Sloader.Result.Types;
using Xunit;
namespace Sloader.Result.Tests
{
public class FeedCrawlerResultTests
{
[Fact]
public void Result_Has_Correct_Type()
{
var sut = new FeedResult();
Assert.True(sut.ResultType == KnownResultType.Feed);
}
}
}
| Code-Inside/Sloader | tests/Sloader.Result.Tests/FeedCrawlerResultTests.cs | https://github.com/Code-Inside/Sloader/blob/HEAD/tests/Sloader.Result.Tests/FeedCrawlerResultTests.cs | ghcode:00010:0181ca168737 | mit | codeparrot/github-code | 0181ca168737e98e67d1a70b1ab8f97936adde1aa20171a264a2945ef2d78a37 | 0.75 | testing_debugging_repair_refactoring | 69 | false | 2026-07-17 |
using DotNetRevolution.Core.Querying;
using DotNetRevolution.Core.Tests.Mock;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace DotNetRevolution.Core.Tests.Querying
{
[TestClass]
public class QueryCatalogTests
{
private IQueryCatalog _catalog;
[TestInitialize]
... | DotNetRevolution/DotNetRevolution-Framework | tests/DotNetRevolution.Core.Tests/Querying/QueryCatalogTests.cs | https://github.com/DotNetRevolution/DotNetRevolution-Framework/blob/HEAD/tests/DotNetRevolution.Core.Tests/Querying/QueryCatalogTests.cs | ghcode:00010:1fb9f46accc3 | mit | codeparrot/github-code | 1fb9f46accc325189c59da80b66169bbc56eb1c6c3ce8933ecb9fac57965d488 | 0.75 | testing_debugging_repair_refactoring | 461 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Nexmo.Api.Test.Unit
{
[TestClass]
public class MockedWebTestSetup
{
[Assem... | Nexmo/csharp-client | Nexmo.Api.Test.Unit/MockedWebTest.cs | https://github.com/Nexmo/csharp-client/blob/HEAD/Nexmo.Api.Test.Unit/MockedWebTest.cs | ghcode:00010:3abfbace8dce | mit | codeparrot/github-code | 3abfbace8dcea2c8c6cec7e0af318dfbbba87bbcf89978d2c8819c296a69174a | 0.75 | testing_debugging_repair_refactoring | 596 | false | 2026-07-17 |
/* 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/Sorting/MergeSortTests.cs | https://github.com/pavkam/abacaxi/blob/HEAD/Abacaxi.Tests/Sorting/MergeSortTests.cs | ghcode:00010:29a89307df9f | mit | codeparrot/github-code | 29a89307df9f7fe4350b42ab4011a3fe017e58e13db4166412a66fece7a8ecd0 | 0.75 | testing_debugging_repair_refactoring | 361 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestPlatform.ObjectModel;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Client;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging;
namespace AwesomeTestLogger
{
[ExtensionUri("logger://Microsoft/TestPlatform/AwesomeLogger/v1")]
[FriendlyName("Awes... | ppiotrowicz/AwesomeLogger | src/TestLogger.cs | https://github.com/ppiotrowicz/AwesomeLogger/blob/HEAD/src/TestLogger.cs | ghcode:00010:27c26c280144 | mit | codeparrot/github-code | 27c26c280144a24a7fcb69fdc67f2cf2b48cff4ae7308899e907ce6432a1a2b3 | 0.75 | testing_debugging_repair_refactoring | 458 | false | 2026-07-17 |
using System.Linq;
using NUnit.Framework;
using NUnit.Framework.Constraints;
using ObjectParserLib.Entities;
using ObjectParserLib.Exceptions;
namespace ObjectParserTests
{
[TestFixture]
public class SupporterTests
{
[Test]
public void testPersonIsPersonType()
{
Supporter supporter = new Suppo... | JasonLautzenheiser/Trizbort-Object-Parser | ObjectParserTests/SupporterTests.cs | https://github.com/JasonLautzenheiser/Trizbort-Object-Parser/blob/HEAD/ObjectParserTests/SupporterTests.cs | ghcode:00010:dde7297b3276 | mit | codeparrot/github-code | dde7297b327668fb6896005ed1026e6a22ed2ed1301d025c336e3e5238bf0abc | 0.75 | testing_debugging_repair_refactoring | 554 | false | 2026-07-17 |
using System;
namespace ByrneLabs.Commons.MetadataDom.Tests.Checker
{
[Flags]
public enum CheckTypes
{
MetadataTypes = 1,
MetadataSymbols = 2,
Metadata = 3,
ReflectionComparison = 4,
Everything = 7
}
}
| Byrne-Labs/Metadata-DOM | test/ByrneLabs.Commons.MetadataDom.Tests.Checker/CheckTypes.cs | https://github.com/Byrne-Labs/Metadata-DOM/blob/HEAD/test/ByrneLabs.Commons.MetadataDom.Tests.Checker/CheckTypes.cs | ghcode:00010:f3f2d13c4abc | mit | codeparrot/github-code | f3f2d13c4abc4048759ba8e80b0dbfca170da2432f18c098c6d1dc0f16281b47 | 0.75 | testing_debugging_repair_refactoring | 64 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="ClientType.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <summary>
// type resolver
// </summary>
//---------------------------------------------------------------... | mind0n/hive | Cache/Libs/net46/ndp/fx/src/DataWeb/Client/System/Data/Services/Client/ClientType.cs | https://github.com/mind0n/hive/blob/HEAD/Cache/Libs/net46/ndp/fx/src/DataWeb/Client/System/Data/Services/Client/ClientType.cs | ghcode:00010:b572b640efbd | mit | codeparrot/github-code | b572b640efbd9d88113005f4d63ed2ad9cf288810cf1bc2a5d5f1dd978f3c9b9 | 0.95 | testing_debugging_repair_refactoring | 8,512 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.VisualStudio.TestTools.UnitTesting
{
/// <summary>
/// Contains assertion types that are not provided with the standard MSTest assertions.
/// </summary>
public stati... | rcatley/MSTestHacks | MSTestHacks/Asserts/ExceptionAssert.cs | https://github.com/rcatley/MSTestHacks/blob/HEAD/MSTestHacks/Asserts/ExceptionAssert.cs | ghcode:00010:7aa3afbc85f1 | mit | codeparrot/github-code | 7aa3afbc85f1e7e82ccc7a9b981b06234cec7c0fe4e92ff6b5b88767a4021504 | 0.7 | testing_debugging_repair_refactoring | 928 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using NUnit.Framework;
using Sonneville.Investing.Accounting.Cash;
using Sonneville.Investing.Accounting.Cash.Transactions;
namespace Sonneville.Investing.Test.Accounting.Cash
{
public class CashAccountBalanceCalculatorTests
{
private CashAccountBalanceC... | SonnevilleJ/Investing | Sonneville.Investing.Test/Accounting/Cash/CashAccountBalanceCalculatorTests.cs | https://github.com/SonnevilleJ/Investing/blob/HEAD/Sonneville.Investing.Test/Accounting/Cash/CashAccountBalanceCalculatorTests.cs | ghcode:00010:ed1cebb9c0ef | mit | codeparrot/github-code | ed1cebb9c0eff47a7c735101515bbff787d55c3e5163a7feb3b8a1853f1b0659 | 0.75 | testing_debugging_repair_refactoring | 514 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using Clif.Abstract;
using Clif.MatchResults;
using Xunit;
namespace Clif.Tests
{
public class DefaultCommandInvokerTests
{
[Fact]
public void Should_invoke_a_command_with_no_parameters_or_flags()
{
... | rlgnak/Clif | test/Clif.Tests/DefaultCommandInvokerTests.cs | https://github.com/rlgnak/Clif/blob/HEAD/test/Clif.Tests/DefaultCommandInvokerTests.cs | ghcode:00010:302dd3612c6c | mit | codeparrot/github-code | 302dd3612c6c9d2a0d72f614f2f6e123588553417eca5cf705f3f53c4fb72f29 | 0.75 | testing_debugging_repair_refactoring | 1,139 | false | 2026-07-17 |
/* 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/StringExtensions/AsListTests.cs | https://github.com/pavkam/abacaxi/blob/HEAD/Abacaxi.Tests/StringExtensions/AsListTests.cs | ghcode:00010:6b8603bbd597 | mit | codeparrot/github-code | 6b8603bbd597c5bca87b8bfe259e4973b3f0118834736e1ed2af4d8942dfcf59 | 0.75 | testing_debugging_repair_refactoring | 1,062 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Xml;
using Chauffeur.Deliverables;
using Chauffeur.Host;
using Chauffeur.Services;
using NSubstitute;
using Semver;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Xunit;
using Task = System.Threading.Task... | aaronpowell/Chauffeur | Chauffeur.Tests/Deliverables/UpgradeDeliverableTests.cs | https://github.com/aaronpowell/Chauffeur/blob/HEAD/Chauffeur.Tests/Deliverables/UpgradeDeliverableTests.cs | ghcode:00010:0c4c604ba657 | mit | codeparrot/github-code | 0c4c604ba6574b5ebd717ecf76669b0a65655da46dd878972674cad4bb6293d3 | 0.75 | testing_debugging_repair_refactoring | 887 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
namespace OKHOSTING.ConsoleApp
{
public class Task
{
public Guid Id { get; set; }
public DateTime DeadLine { get; set; }
public Teacher Teacher { get; set; }
public Subject... | okhosting/OKHOSTING.ORM | test/OKHOSTING.ORM.Test.ConsoleApp/Task.cs | https://github.com/okhosting/OKHOSTING.ORM/blob/HEAD/test/OKHOSTING.ORM.Test.ConsoleApp/Task.cs | ghcode:00010:ab0a227cea11 | mit | codeparrot/github-code | ab0a227cea11551d636aa8b3f65c8801771683e8770ae20083444069df8f5d4a | 0.75 | testing_debugging_repair_refactoring | 126 | false | 2026-07-17 |
using NUnit.Framework;
namespace Braintree.Tests
{
[TestFixture]
public class CreditCardRequestTest
{
[Test]
[System.Obsolete]
public void ToXml_Includes_DeviceSessionId()
{
CreditCardRequest request = new CreditCardRequest();
request.DeviceSessionId ... | braintree/braintree_dotnet | test/Braintree.Tests/CreditCardRequestTest.cs | https://github.com/braintree/braintree_dotnet/blob/HEAD/test/Braintree.Tests/CreditCardRequestTest.cs | ghcode:00010:d04b53a77234 | mit | codeparrot/github-code | d04b53a772345c2178eba86ac598365bf19391aa536e29a34713a0d035b83b59 | 0.6 | testing_debugging_repair_refactoring | 378 | false | 2026-07-17 |
using System.IO;
using System.Linq;
namespace DL.GuildWars2Api.Tests
{
internal static class TestHelper
{
internal static string GetApiKey()
{
const string path = @"C:\src\secrets\gw2-key.txt";
if (!File.Exists(path))
{
return string.Empty;
... | digital-lagniappe/guildwars2api | DL.GuildWars2Api.Tests/TestHelper.cs | https://github.com/digital-lagniappe/guildwars2api/blob/HEAD/DL.GuildWars2Api.Tests/TestHelper.cs | ghcode:00010:32dd4cc32e84 | mit | codeparrot/github-code | 32dd4cc32e84948c81c9ae792bbcd200ef6bf2b3c5ba78a95f682b6a404cb2c6 | 0.75 | testing_debugging_repair_refactoring | 91 | false | 2026-07-17 |
#region LGPL License
/*
Axiom Game Engine Library
Copyright (C) 2003 Axiom Project Team
The overall design, and a majority of the core engine and rendering code
contained within this library is a derivative of the open source Object Oriented
Graphics Engine OGRE, which can be found at http://ogre.sourceforge.net. ... | longde123/MultiversePlatform | axiom/Engine/Controllers/Canned/TextureFrameControllerValue.cs | https://github.com/longde123/MultiversePlatform/blob/HEAD/axiom/Engine/Controllers/Canned/TextureFrameControllerValue.cs | ghcode:00010:d6e7defdf561 | mit | codeparrot/github-code | d6e7defdf561a1abe2e156695f00d3b2233237f8de2f8d28a6ee85c8ab6daeb7 | 0.85 | testing_debugging_repair_refactoring | 552 | false | 2026-07-17 |
// This file was auto-generated based on version 1.2.0 of the canonical data.
using Xunit;
public class TwoFerTest
{
[Fact]
public void No_name_given()
{
Assert.Equal("One for you, one for me.", TwoFer.Name());
}
[Fact(Skip = "Remove to run test")]
public void A_name_given()
{
... | ErikSchierboom/xcsharp | exercises/two-fer/TwoFerTest.cs | https://github.com/ErikSchierboom/xcsharp/blob/HEAD/exercises/two-fer/TwoFerTest.cs | ghcode:00010:e660e119e571 | mit | codeparrot/github-code | e660e119e571751333edcebecb80f6f9d371aa5845977db20912b43d921bc5b0 | 0.6 | testing_debugging_repair_refactoring | 148 | false | 2026-07-17 |
/* Poly2Tri
* Copyright (c) 2009-2010, Poly2Tri Contributors
* http://code.google.com/p/poly2tri/
*
* 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 m... | VelcroPhysics/VelcroPhysics | src/VelcroPhysics/Tools/Triangulation/Delaunay/Delaunay/DelaunayTriangle.cs | https://github.com/VelcroPhysics/VelcroPhysics/blob/HEAD/src/VelcroPhysics/Tools/Triangulation/Delaunay/Delaunay/DelaunayTriangle.cs | ghcode:00010:c4732fd98904 | mit | codeparrot/github-code | c4732fd989049b82b39129be1909cf8b62b9c3c0d0036022b5ce1e54fc47cf0e | 0.7 | testing_debugging_repair_refactoring | 3,156 | false | 2026-07-17 |
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using DirectoriesComparator;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace TestProject1
{
/// <summary>
///This is a test class for SortedArray class an... | scumware/DirectoriesComparator | Solution/TestProject1/SortedArrayTest.cs | https://github.com/scumware/DirectoriesComparator/blob/HEAD/Solution/TestProject1/SortedArrayTest.cs | ghcode:00010:6df2fce24d67 | mit | codeparrot/github-code | 6df2fce24d678248a98110938692cb5299ad145aa1dc5daf71c6350a09abbc31 | 0.7 | testing_debugging_repair_refactoring | 3,590 | false | 2026-07-17 |
using BulletMLSample;
using FilenameBuddy;
using NUnit.Framework;
using System;
using BulletMLLib;
namespace BulletMLTests
{
[TestFixture()]
public class TaskTest
{
MoverManager manager;
Myship dude;
[SetUp()]
public void setupHarness()
{
Filename.SetCurrentDirectory(@"C:\Projects\BulletMLLib\BulletML... | dmanning23/BulletMLLib | BulletMLLib/BulletMLLib.Tests/TaskTest.cs | https://github.com/dmanning23/BulletMLLib/blob/HEAD/BulletMLLib/BulletMLLib.Tests/TaskTest.cs | ghcode:00010:eaf3ebdcb415 | mit | codeparrot/github-code | eaf3ebdcb415f9ea43760f3f2524aaaf4e1ac8f1998fac47058977db4b3acc3c | 0.6 | testing_debugging_repair_refactoring | 880 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using SpirvNet.Spirv;
using SpirvNet.Spirv.Ops.FlowControl;
using SpirvNet.Spirv.Ops.Function;
using SpirvNet.Spirv.Ops.ModeSetting;
using SpirvNet.Spirv.Ops.TypeDeclaration;
using... | Philip-Trettner/SpirvNet | SpirvNet/SpirvNet/Tests/ValidationTests.cs | https://github.com/Philip-Trettner/SpirvNet/blob/HEAD/SpirvNet/SpirvNet/Tests/ValidationTests.cs | ghcode:00010:cb86f1e14fc0 | mit | codeparrot/github-code | cb86f1e14fc04ebddd13006f86cf8fde167cdbaa70fd860b533eefa66cea16b1 | 0.85 | testing_debugging_repair_refactoring | 402 | 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;
using Xunit.Abstractions;
namespace System.Linq.Tests
{
public c... | mafiya69/corefx | src/System.Linq/tests/SkipTests.cs | https://github.com/mafiya69/corefx/blob/HEAD/src/System.Linq/tests/SkipTests.cs | ghcode:00010:e461bbc3e4f8 | mit | codeparrot/github-code | e461bbc3e4f8e0aa4f2cd52f153d5b6c00f0611d81aee8421ca77a309899b07a | 0.95 | testing_debugging_repair_refactoring | 1,743 | false | 2026-07-17 |
using JoyOI.OnlineJudge.Models;
namespace JoyOI.OnlineJudge.WebApi.Models
{
public class TestCaseWithContent : TestCase
{
public string Input { get; set; }
public string Output { get; set; }
}
}
| JoyOI/OnlineJudge | src/JoyOI.OnlineJudge.WebApi/Models/TestCaseWithContent.cs | https://github.com/JoyOI/OnlineJudge/blob/HEAD/src/JoyOI.OnlineJudge.WebApi/Models/TestCaseWithContent.cs | ghcode:00010:54c6b200d9c7 | mit | codeparrot/github-code | 54c6b200d9c77868866c47148a56174a29333efecd4459525e13566b3f31385b | 0.75 | testing_debugging_repair_refactoring | 53 | false | 2026-07-17 |
using NUnit.Framework;
using VanillaTransformer.Core.PostTransformations;
using VanillaTransformer.Core.PostTransformations.XML;
namespace VanillaTransformer.Tests.PostTransformations
{
[TestFixture]
public class ReFormatXMLTest
{
[Test]
public void should_be_able_to_reformat_xml()
... | cezarypiatek/VanillaTransformer | Src/VanillaTransformer.Tests/PostTransformations/ReFormatXMLTest.cs | https://github.com/cezarypiatek/VanillaTransformer/blob/HEAD/Src/VanillaTransformer.Tests/PostTransformations/ReFormatXMLTest.cs | ghcode:00010:a17e18f74705 | mit | codeparrot/github-code | a17e18f74705b12bf6b94e50224855a7fcad4e0ee484a4acda1a708e9c5f3e67 | 0.7 | testing_debugging_repair_refactoring | 179 | false | 2026-07-17 |
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov
*
* 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 t... | alphaleonis/AlphaFS | tests/AlphaFS.UnitTest/File Class/File.Copy/File.Copy_DestinationFileIsReadOnly_ThrowsUnauthorizedAccessException.cs | https://github.com/alphaleonis/AlphaFS/blob/HEAD/tests/AlphaFS.UnitTest/File Class/File.Copy/File.Copy_DestinationFileIsReadOnly_ThrowsUnauthorizedAccessException.cs | ghcode:00010:baf1096c09e9 | mit | codeparrot/github-code | baf1096c09e9566aae608d4f24fc6dafaec29d6ce9d3ddb4dae7b37125aa9fa9 | 0.6 | testing_debugging_repair_refactoring | 583 | false | 2026-07-17 |
/*
* Kata - Dependency Injection / Data injection crossroads
*
* Task to be done
* - Make all tests pass by
* -- dependency injection by mocking Rng
* -- data injection by creating a public static version of Advice to verify
* -- extracting and verifying the algorithm contained in Advice
*
*/
using Microso... | ulven77/katas | KataSeams/TestSeams/YouShould.cs | https://github.com/ulven77/katas/blob/HEAD/KataSeams/TestSeams/YouShould.cs | ghcode:00010:407abeedf1d6 | unlicense | codeparrot/github-code | 407abeedf1d683967034e00ebbdb789a58d31f266c6ad90722840ac9ca320981 | 0.63 | testing_debugging_repair_refactoring | 324 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using InfoSupport.Tessler.Core;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace InfoSupport.Tessler.UnitTest.Core.Extensions
{
[TestClass]
public class SystemExtensionsTests
{
[TestMethod]
public void ToDateStringTest()
... | infosupport/Tessler | 01 - Tessler/Tessler.UnitTest/Core/Extensions/SystemExtensionsTests.cs | https://github.com/infosupport/Tessler/blob/HEAD/01 - Tessler/Tessler.UnitTest/Core/Extensions/SystemExtensionsTests.cs | ghcode:00010:0ba4334997ea | apache-2.0 | codeparrot/github-code | 0ba4334997ea850b1c14f11f633bb431dd73d844bfb346696d3501def0999188 | 0.75 | testing_debugging_repair_refactoring | 367 | false | 2026-07-17 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... | citizenmatt/gallio | src/Gallio/Gallio.Tests/Common/Text/RegularExpression/RegexLiteTest.cs | https://github.com/citizenmatt/gallio/blob/HEAD/src/Gallio/Gallio.Tests/Common/Text/RegularExpression/RegexLiteTest.cs | ghcode:00010:d1cb982bfcc6 | apache-2.0 | codeparrot/github-code | d1cb982bfcc66bb99f608099494e75c164250ba71d25fdd4f0f5764b9322eb32 | 0.85 | testing_debugging_repair_refactoring | 903 | false | 2026-07-17 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... | citizenmatt/gallio | src/Gallio/Gallio.Tests/Framework/CustomEqualityComparersTest.cs | https://github.com/citizenmatt/gallio/blob/HEAD/src/Gallio/Gallio.Tests/Framework/CustomEqualityComparersTest.cs | ghcode:00010:8d207a3b05ab | apache-2.0 | codeparrot/github-code | 8d207a3b05abfcc1a3456fa0818689f9260f3f7777bb02548c3fdd53aa784653 | 0.85 | testing_debugging_repair_refactoring | 908 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Elasticsearch.Net;
using Nest;
using Tests.Framework;
using Tests.Framework.Integration;
using Xunit;
namespace Tests.Modules.Scripting.PutScript
{
[Collection(IntegrationContext.ReadOnly)]
public class PutScriptApiTests : ApiTestBase<IAcknowl... | jonyadamit/elasticsearch-net | src/Tests/Modules/Scripting/PutScript/PutScriptApiTests.cs | https://github.com/jonyadamit/elasticsearch-net/blob/HEAD/src/Tests/Modules/Scripting/PutScript/PutScriptApiTests.cs | ghcode:00010:ca8d15c8028e | apache-2.0 | codeparrot/github-code | ca8d15c8028ed1187f0a0bac307ba0a5fe5147e38b016e616ccdf69f61c42447 | 0.85 | testing_debugging_repair_refactoring | 366 | false | 2026-07-17 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.a... | citizenmatt/gallio | src/MbUnit/MbUnit/Framework/MixinAttribute.cs | https://github.com/citizenmatt/gallio/blob/HEAD/src/MbUnit/MbUnit/Framework/MixinAttribute.cs | ghcode:00010:1d1059f14e04 | apache-2.0 | codeparrot/github-code | 1d1059f14e048bb99beb3d41c6c843f7b19cc2041d8c64a6eefa34df97ff2e3c | 0.85 | testing_debugging_repair_refactoring | 1,280 | false | 2026-07-17 |
/* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, Inc.
//
// 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.... | cube-soft/Cube.Core | Tests/Core/Sources/Internal/GlobalSetup.cs | https://github.com/cube-soft/Cube.Core/blob/HEAD/Tests/Core/Sources/Internal/GlobalSetup.cs | ghcode:00010:b62da99e5d3e | apache-2.0 | codeparrot/github-code | b62da99e5d3e7ddeb1c08852f8b162d95f586edd956b724e0e5a226475167744 | 0.7 | testing_debugging_repair_refactoring | 294 | false | 2026-07-17 |
using System;
using System.Linq;
using System.IO;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Mochify.Simile.Core;
using Mochify.Simile.Core.Models.Csv;
using Mochify.Simile.Core.Tests.Mocks;
namespace Mochify.Simile.Core.Tests
{
[TestClass()]
public class CsvModelTest
{
private str... | mochify/simile | Simile.Core.Tests/CsvModelTest.cs | https://github.com/mochify/simile/blob/HEAD/Simile.Core.Tests/CsvModelTest.cs | ghcode:00010:2a0dc26e2dff | apache-2.0 | codeparrot/github-code | 2a0dc26e2dffea65a3db8bdad71f2f45149efd45df12f31f2a0b9f16802d526c | 0.85 | testing_debugging_repair_refactoring | 2,042 | false | 2026-07-17 |
/*
Copyright 2014 David Bordoley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | matrostik/SQLitePCL.pretty | SQLitePCL.pretty.tests/AsyncTests/AsyncStatementTests.cs | https://github.com/matrostik/SQLitePCL.pretty/blob/HEAD/SQLitePCL.pretty.tests/AsyncTests/AsyncStatementTests.cs | ghcode:00010:e6db3cae983f | apache-2.0 | codeparrot/github-code | e6db3cae983f918b2dc07630efe74b98265fdcd61fc05c03833bd551b886747a | 0.85 | testing_debugging_repair_refactoring | 1,717 | false | 2026-07-17 |
using Microsoft.Extensions.ObjectPool;
using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System_DateTime = System.DateTime;
namespace Pchp.Library
{
internal static class PathUtils
... | peachpiecompiler/peachpie | src/Peachpie.Library/Utils.cs | https://github.com/peachpiecompiler/peachpie/blob/HEAD/src/Peachpie.Library/Utils.cs | ghcode:00010:7a57e8db6eb6 | apache-2.0 | codeparrot/github-code | 7a57e8db6eb63a211f15ff16efefc3b35ed8cf98b1d3aa2fc94c80093c1ae96e | 0.7 | testing_debugging_repair_refactoring | 6,041 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SuperSocket.SocketServiceCore.Command;
namespace SuperSocket.Test.Command
{
public class PARA : CommandBase<TestSession>
{
protected override void Execute(TestSession session, CommandInfo commandData)... | mdavid/SuperSocket | v1.0/Test/Command/PARA.cs | https://github.com/mdavid/SuperSocket/blob/HEAD/v1.0/Test/Command/PARA.cs | ghcode:00010:111e8a585f55 | apache-2.0 | codeparrot/github-code | 111e8a585f5509800a7595c911ece24d9385cd31f1ee3e995eed047ab2408ba5 | 0.85 | testing_debugging_repair_refactoring | 94 | false | 2026-07-17 |
using FluentAssertions;
using NFugue.Parsing;
using NFugue.Staccato.Subparsers;
using Xunit;
namespace Staccato.Tests.Subparsers
{
public class BarLineSubparserTests : SubparserTestBase<BarLineSubparser>
{
[Fact]
public void Should_match_barline()
{
subparser.Matches("|").S... | mdileep/NFugue | tests/NFugue.Tests/Staccato/Subparsers/BarLineSubparserTests.cs | https://github.com/mdileep/NFugue/blob/HEAD/tests/NFugue.Tests/Staccato/Subparsers/BarLineSubparserTests.cs | ghcode:00010:deb495aac7b9 | apache-2.0 | codeparrot/github-code | deb495aac7b90b864db518327ae75461045864c25788850c9d41c2bc0e8d7528 | 0.75 | testing_debugging_repair_refactoring | 198 | false | 2026-07-17 |
using Google.GData.Photos;
using NUnit.Framework;
namespace Google.GData.Client.UnitTests.Picasa
{
/// <summary>
///This is a test class for GPhotoAlbumIdTest and is intended
///to contain all GPhotoAlbumIdTest Unit Tests
///</summary>
[TestFixture]
[Category("Picasa")]
public class GPhot... | jonny-novikov/google-gdata | src/unittests/picasa/GPhotoAlbumIdTest.cs | https://github.com/jonny-novikov/google-gdata/blob/HEAD/src/unittests/picasa/GPhotoAlbumIdTest.cs | ghcode:00010:38bb6c5becca | apache-2.0 | codeparrot/github-code | 38bb6c5beccaf7229d2d1f1b3742353383730a260afd30ca2d3440225ebb5c33 | 0.7 | testing_debugging_repair_refactoring | 421 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
names... | nguerrera/roslyn | src/Compilers/CSharp/Portable/Lowering/DiagnosticsPass_ExpressionTrees.cs | https://github.com/nguerrera/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/DiagnosticsPass_ExpressionTrees.cs | ghcode:00010:0bda7273923f | apache-2.0 | codeparrot/github-code | 0bda7273923fb50bb040266a11888697534971d546ef907052f0932c46e24362 | 0.85 | testing_debugging_repair_refactoring | 5,392 | false | 2026-07-17 |
using System.Linq;
using Tests.Framework.Configuration;
using Tests.Framework.Versions;
namespace Tests.Framework.Integration
{
public class NodeConfiguration : ITestConfiguration
{
public TestMode Mode { get; }
public ElasticsearchVersion ElasticsearchVersion { get; }
public bool ForceReseed { get; }
public... | TheFireCookie/elasticsearch-net | src/Tests/Framework/Configuration/NodeConfiguration.cs | https://github.com/TheFireCookie/elasticsearch-net/blob/HEAD/src/Tests/Framework/Configuration/NodeConfiguration.cs | ghcode:00010:be6de0255e8c | apache-2.0 | codeparrot/github-code | be6de0255e8cd0aaad7f11f33cb3124073fb166c47e0ee34a0cb8646e87ef233 | 0.85 | testing_debugging_repair_refactoring | 233 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at http://www.apache.org/licenses/LICENSE-2.0
//
// THIS CODE IS PROVIDED *... | welly87/Microsoft-Avro-Core | test/Microsoft.Hadoop.Avro.Tests/ResolverTests.cs | https://github.com/welly87/Microsoft-Avro-Core/blob/HEAD/test/Microsoft.Hadoop.Avro.Tests/ResolverTests.cs | ghcode:00010:26b9db8e479b | apache-2.0 | codeparrot/github-code | 26b9db8e479b031398b72e1c5f7eb88b7cdd894657468a364310f77b6b6a611b | 0.85 | testing_debugging_repair_refactoring | 995 | false | 2026-07-17 |
using UnityEngine;
using UnityEngine.Networking;
using System.Collections.Generic;
using Common;
using SinglePlayer;
using SinglePlayer.UI;
namespace MultiPlayer {
public class OldSpawner : NetworkBehaviour {
public GameObject spawnPrefab;
public GameObject selectionManagerPrefab;
public GameObject splitManage... | tommai78101/Unity-UNET-RTS | Assets/multiplayer/Scripts/OldSpawner.cs | https://github.com/tommai78101/Unity-UNET-RTS/blob/HEAD/Assets/multiplayer/Scripts/OldSpawner.cs | ghcode:00010:0f0462f8ca3d | apache-2.0 | codeparrot/github-code | 0f0462f8ca3d7a17c55de58d2800fda7c677d0c362a6d5ba98cc09d5d64d58c5 | 0.7 | testing_debugging_repair_refactoring | 2,537 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Configuration;
using Xunit;
namespace HanLP.Net.Tests
{
public class CanReadData : TestBase
... | ouraspnet/HanLP.NET | test/HanLP.Net.Tests/CanReadData.cs | https://github.com/ouraspnet/HanLP.NET/blob/HEAD/test/HanLP.Net.Tests/CanReadData.cs | ghcode:00010:7adcd5a51e9e | apache-2.0 | codeparrot/github-code | 7adcd5a51e9e3d23bae23cdb24a05fcf11ecc4e28ac7691f371363733ef083e4 | 0.6 | testing_debugging_repair_refactoring | 111 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Testing;
using Xunit;
namespace Microsoft.AspNetCore... | aspnet/AspNetCore | src/Mvc/test/Mvc.FunctionalTests/FileResultTests.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/Mvc.FunctionalTests/FileResultTests.cs | ghcode:00010:ae13cee8f936 | apache-2.0 | codeparrot/github-code | ae13cee8f93699a308b0f1b45c383895296d0550ef20745054d11f093db9327a | 0.95 | testing_debugging_repair_refactoring | 8,206 | false | 2026-07-17 |
// Author: Dario Oliveri
// License Copyright 2016 (c) Dario Oliveri
using UnityEngine;
using System.Collections;
namespace Kore.Coroutines.Tests
{
public class TestCoroutine : MonoBehaviour
{
void Start()
{
Koroutine.Run(Test("eeee"));
Koroutine.Run(Test("ffff"));
... | Darelbi/Kore.Utils | Tests/Coroutines/TestCoroutine.cs | https://github.com/Darelbi/Kore.Utils/blob/HEAD/Tests/Coroutines/TestCoroutine.cs | ghcode:00010:68454ae3d7af | apache-2.0 | codeparrot/github-code | 68454ae3d7af496e56e6711bd079bb1615197c02169bb68c9dbdf6ee4e4a41d0 | 0.75 | testing_debugging_repair_refactoring | 123 | false | 2026-07-17 |
using BepuUtilities;
using BepuUtilities.Collections;
using BepuUtilities.Memory;
using BepuPhysics;
using BepuPhysics.Collidables;
using System.Numerics;
using System.Runtime.CompilerServices;
using SharpDX.Direct3D11;
using System;
using System.Diagnostics;
namespace DemoRenderer.ShapeDrawing
{
public struct Sh... | bepu/bepuphysics2 | DemoRenderer/ShapeDrawing/ShapesExtractor.cs | https://github.com/bepu/bepuphysics2/blob/HEAD/DemoRenderer/ShapeDrawing/ShapesExtractor.cs | ghcode:00010:ddd88856dc44 | apache-2.0 | codeparrot/github-code | ddd88856dc44240f058bf800e4508e67618e71e38d38c2ecc4138025ba17fcaf | 0.7 | testing_debugging_repair_refactoring | 4,868 | false | 2026-07-17 |
namespace Societatis.HAL.Tests
{
public class TestResource : Resource
{
public TestResource()
:base()
{
}
public TestResource(IRelationCollection<ILink> links, IRelationCollection<IResource> embedded)
:base(links, embedded)
{
... | JssDWt/societatis | tests/Societatis.HAL.Tests/TestHelpers/TestResource.cs | https://github.com/JssDWt/societatis/blob/HEAD/tests/Societatis.HAL.Tests/TestHelpers/TestResource.cs | ghcode:00010:c2261e6aeac9 | apache-2.0 | codeparrot/github-code | c2261e6aeac9fddf6eae5e565c39380969f45ed87e9b5e9762e4015d8f35e237 | 0.75 | testing_debugging_repair_refactoring | 82 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using RestSharp.Portable;
using Moq;
using HealthGraphNet.RestSharp;
namespace HealthGraphNet.Tests.Unit.RestSharp
{
[TestFixture()]
public class ValidateHelperTest
{
#region ... | Tron5000/HealthGraphNet | HealthGraphNet.Tests/Unit/RestSharp/ValidateHelperTest.cs | https://github.com/Tron5000/HealthGraphNet/blob/HEAD/HealthGraphNet.Tests/Unit/RestSharp/ValidateHelperTest.cs | ghcode:00010:369be26b96fa | apache-2.0 | codeparrot/github-code | 369be26b96fad884eb8dee06053ecd1e716abddd905d19a6bda553c217c40052 | 0.7 | testing_debugging_repair_refactoring | 257 | false | 2026-07-17 |
namespace Quartz.DynamoDB.Tests.Integration
{
using System;
using System.Collections.Specialized;
using System.Threading;
using Quartz.Impl;
using Quartz.Job;
using Xunit;
/// <summary>
/// These are end to end acceptance tests that use quartz to exercise the
/// JobStore.
//... | lukeryannetnz/quartznet-dynamodb | src/QuartzNET-DynamoDB.Tests/Integration/EndToEndTests.cs | https://github.com/lukeryannetnz/quartznet-dynamodb/blob/HEAD/src/QuartzNET-DynamoDB.Tests/Integration/EndToEndTests.cs | ghcode:00010:50f2c25730d5 | apache-2.0 | codeparrot/github-code | 50f2c25730d5015d04feefb9d7c08531b22e245eed6303f0cbd8ed2376ec61bc | 0.85 | testing_debugging_repair_refactoring | 521 | 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.
namespace MockHostTypes
{
public interface IWebHostBuilder
{
IWebHost Build();
}
}
| aspnet/AspNetCore | src/Shared/test/testassets/MockHostTypes/IWebHostBuilder.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Shared/test/testassets/MockHostTypes/IWebHostBuilder.cs | ghcode:00010:b5979fc0c5ff | apache-2.0 | codeparrot/github-code | b5979fc0c5ffe1c63d4af96d1703855e4c479ac213852fd7f8dda74f43575949 | 0.85 | testing_debugging_repair_refactoring | 51 | false | 2026-07-17 |
using System;
using Elasticsearch.Net;
using FluentAssertions;
using Nest;
using Tests.Framework;
using Tests.Framework.Integration;
using Tests.Framework.ManagedElasticsearch.Clusters;
using Xunit;
using static Elasticsearch.Net.HttpMethod;
namespace Tests.XPack.License.GetLicense
{
[SkipVersion("<2.3.0", "")]
pub... | adam-mccoy/elasticsearch-net | src/Tests/XPack/License/GetLicense/GetLicenseApiTests.cs | https://github.com/adam-mccoy/elasticsearch-net/blob/HEAD/src/Tests/XPack/License/GetLicense/GetLicenseApiTests.cs | ghcode:00010:4710635bf76d | apache-2.0 | codeparrot/github-code | 4710635bf76d70d702f06d1a3f230d75bf5507fe0e34f2e645117a99202f3ef2 | 0.85 | testing_debugging_repair_refactoring | 425 | false | 2026-07-17 |
using NUnit.Framework;
using ServiceStack.FluentValidation;
using ServiceStack.Webhooks.Properties;
using ServiceStack.Webhooks.ServiceModel;
namespace ServiceStack.Webhooks.UnitTests.ServiceModel
{
public class SearchSubscriptionsValidatorSpec
{
[TestFixture]
public class GivenADto
{
... | jezzsantos/ServiceStack.Webhooks | src/Webhooks.UnitTests/ServiceModel/SearchSubscriptionsValidatorSpec.cs | https://github.com/jezzsantos/ServiceStack.Webhooks/blob/HEAD/src/Webhooks.UnitTests/ServiceModel/SearchSubscriptionsValidatorSpec.cs | ghcode:00010:ae5b17d4e06e | apache-2.0 | codeparrot/github-code | ae5b17d4e06e42fb25551b501553e81b5aee90a1165957be8cd31f3c4235027d | 0.75 | testing_debugging_repair_refactoring | 287 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using Appium.Samples.Helpers;
using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Remote;
using OpenQA.Selenium;
using OpenQA.Selenium.Appium.Android;
namespace Appium.Samples
{
[TestFixture ()]
public class AndroidLocalServerTest
{
private AppiumDriver<IWebElement> driver;
... | mzcity123/appium | sample-code/examples/dotnet/AppiumDotNetSample/AndroidLocalServerTest.cs | https://github.com/mzcity123/appium/blob/HEAD/sample-code/examples/dotnet/AppiumDotNetSample/AndroidLocalServerTest.cs | ghcode:00010:8b43a6b78bd1 | apache-2.0 | codeparrot/github-code | 8b43a6b78bd156bcc45bbdf374a8aed7294323cc6c0c551672cd4d3bf57b08bb | 0.6 | testing_debugging_repair_refactoring | 455 | false | 2026-07-17 |
using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using bv.model.BLToolkit;
using bv.common.Configuration;
using bv.model.Model.Core;
using eidss.model.Core;
using eidss.model.Schema;
using eidss.model.Enums;
using eidss.model.Core.Security;
namespace bv.tests.db.tests
{... | EIDSS/EIDSS-Legacy | EIDSS v6.1/bv.tests/db.tests/FarmRoot.cs | https://github.com/EIDSS/EIDSS-Legacy/blob/HEAD/EIDSS v6.1/bv.tests/db.tests/FarmRoot.cs | ghcode:00010:c596aa6fe072 | bsd-2-clause | codeparrot/github-code | c596aa6fe0727de762c03762cbdf3686f53f0858d7f921ebeaba1a6d094dc52b | 0.63 | testing_debugging_repair_refactoring | 1,562 | false | 2026-07-17 |
using System;
using System.Threading;
using NUnit.Framework;
using Shuttle.Core.Container;
using Shuttle.Core.Pipelines;
using Shuttle.Core.Serialization;
namespace Shuttle.Esb.Tests
{
public class PipelineExceptionFixture : IntegrationFixture
{
protected void TestExceptionHandling(Component... | Shuttle/shuttle-esb-tests | Shuttle.Esb.Tests/PipelineException/PipelineExceptionFixture.cs | https://github.com/Shuttle/shuttle-esb-tests/blob/HEAD/Shuttle.Esb.Tests/PipelineException/PipelineExceptionFixture.cs | ghcode:00010:014c4eb87d4f | bsd-3-clause | codeparrot/github-code | 014c4eb87d4f2a449ff174e80be8caf01a3122745232398f5a6b186e671efe7c | 0.6 | testing_debugging_repair_refactoring | 393 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using NServiceKit.Common.Tests.Models;
using NServiceKit.OrmLite.Firebird;
namespace NServiceKit.OrmLite.FirebirdTests
{
/// <summary>An ORM lite create table tests.</summary>
[TestFixture]
public class OrmLiteCreateTableTests
: OrmLiteTestBase
{
/// <summary>Quer... | NServiceKit/NServiceKit.OrmLite | tests/NServiceKit.OrmLite.FirebirdTests/OrmLiteCreateTableTests.cs | https://github.com/NServiceKit/NServiceKit.OrmLite/blob/HEAD/tests/NServiceKit.OrmLite.FirebirdTests/OrmLiteCreateTableTests.cs | ghcode:00010:c5e04b9fb08c | bsd-3-clause | codeparrot/github-code | c5e04b9fb08ca2eee90036e69d7bbe2aa0305fcca6832ecc7f5b4332dcd03cd7 | 0.85 | testing_debugging_repair_refactoring | 1,231 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
namespace Thinktecture.Tools.Wscf.Services.CodeGeneration.Tests
{
/*
* (1) Generate a data contract given a set of schemas
* (with options to use DCS or XS) and an Options class
... | gimmemoore/wscf.green | WSCF.Blue/source/Services/CodeGeneration.Tests/DataContractGeneratorTests.cs | https://github.com/gimmemoore/wscf.green/blob/HEAD/WSCF.Blue/source/Services/CodeGeneration.Tests/DataContractGeneratorTests.cs | ghcode:00010:a0a2089b6dfb | bsd-3-clause | codeparrot/github-code | a0a2089b6dfb04c9d64ab9987f9d22c33fbf7028c75a47213bdde0812ec26123 | 0.85 | testing_debugging_repair_refactoring | 190 | false | 2026-07-17 |
/*
* Copyright (c) 2014, Furore (info@furore.com) and contributors
* See the file CONTRIBUTORS for details.
*
* This file is licensed under the BSD 3-Clause license
* available at https://raw.github.com/furore-fhir/sprinkler/master/LICENSE
*/
using System;
using System.Collections.Generic;
using System.Linq;
u... | furore-fhir/sprinkler | Sprinkler/Tests/BinaryTest.cs | https://github.com/furore-fhir/sprinkler/blob/HEAD/Sprinkler/Tests/BinaryTest.cs | ghcode:00010:a6944c6c89d0 | bsd-3-clause | codeparrot/github-code | a6944c6c89d01437c11bcbb8103b8ab773fb002ca7e6bf6deb75402088623c4d | 0.85 | testing_debugging_repair_refactoring | 589 | false | 2026-07-17 |
using System;
using System.IO;
using System.Net;
using System.Runtime.Serialization;
using System.Text;
using System.Threading;
using Funq;
using NUnit.Framework;
using ServiceStack.Common.Web;
using ServiceStack.Service;
using ServiceStack.ServiceClient.Web;
using ServiceStack.ServiceHost;
using ServiceSta... | xamarin/ServiceStack | tests/ServiceStack.WebHost.Endpoints.Tests/RequestFiltersTests.cs | https://github.com/xamarin/ServiceStack/blob/HEAD/tests/ServiceStack.WebHost.Endpoints.Tests/RequestFiltersTests.cs | ghcode:00010:f6055bd8e6a0 | bsd-3-clause | codeparrot/github-code | f6055bd8e6a0ab6e44741caa5fa1e50112d8c9abacd01cc04304a6ba237c7d1c | 0.85 | testing_debugging_repair_refactoring | 2,559 | false | 2026-07-17 |
using System;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using NExpect;
using PeanutButter.Utils;
using static NExpect.Expectations;
namespace PeanutButter.TinyEventAggregator.Tests
{
[TestFixture]
public class TestEventBase
{
[TestFixture]
public class Co... | fluffynuts/PeanutButter | source/TinyEventAggregator/PeanutButter.TinyEventAggregator.Tests/TestEventBase.cs | https://github.com/fluffynuts/PeanutButter/blob/HEAD/source/TinyEventAggregator/PeanutButter.TinyEventAggregator.Tests/TestEventBase.cs | ghcode:00010:cf9d01628270 | bsd-3-clause | codeparrot/github-code | cf9d016282706e9d0b0014a3f02bd708cdbd876e38dc6503169de0d0b08ad0a3 | 0.85 | testing_debugging_repair_refactoring | 1,818 | false | 2026-07-17 |
using NUnit.Framework;
namespace NewRelic.Microsoft.SqlServer.Plugin.QueryTypes
{
[TestFixture]
public class MemoryViewTests
{
[Test]
public void Assert_buffer_cache_miss_ratio_stays_between_0_and_100()
{
var memoryView = new MemoryView {BufferCacheHitRatio = 120m};
Assert.That(memoryView.BufferCacheMis... | newrelic-platform/newrelic_microsoft_sqlserver_plugin | src/NewRelic.Microsoft.SqlServer.Plugin.Tests/QueryTypes/MemoryViewTests.cs | https://github.com/newrelic-platform/newrelic_microsoft_sqlserver_plugin/blob/HEAD/src/NewRelic.Microsoft.SqlServer.Plugin.Tests/QueryTypes/MemoryViewTests.cs | ghcode:00010:c6c2cddbaf8e | mit | codeparrot/github-code | c6c2cddbaf8e4f2e07e8770d11f19960b5a44ba4300b221c2fc3f977ba89e3c1 | 0.85 | testing_debugging_repair_refactoring | 619 | false | 2026-07-17 |
// ****************************************************************
// Copyright 2007, Charlie Poole
// This is free software licensed under the NUnit license. You may
// obtain a copy of the license at http://nunit.org
// ****************************************************************
using System;
namespac... | acken/AutoTest.Net | lib/NUnit/src/NUnit-2.6.0.12051/src/ClientUtilities/util/TestObserver.cs | https://github.com/acken/AutoTest.Net/blob/HEAD/lib/NUnit/src/NUnit-2.6.0.12051/src/ClientUtilities/util/TestObserver.cs | ghcode:00010:346987e8de65 | mit | codeparrot/github-code | 346987e8de6576deaaa437181e9772bdd0a90dddedf8be31f9bd9b567180137f | 0.95 | testing_debugging_repair_refactoring | 120 | false | 2026-07-17 |
/*
* SonarQube Roslyn SDK
* Copyright (C) 2015-2017 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 of the... | SonarSource-DotNet/sonarqube-roslyn-sdk | RoslynPluginGenerator/CommandLine/ArgumentProcessor.cs | https://github.com/SonarSource-DotNet/sonarqube-roslyn-sdk/blob/HEAD/RoslynPluginGenerator/CommandLine/ArgumentProcessor.cs | ghcode:00010:e349be6e57de | mit | codeparrot/github-code | e349be6e57dec6097d8b91d5f7403434d6ca1e40178dbec79bb6db456f94dc57 | 0.7 | testing_debugging_repair_refactoring | 2,066 | false | 2026-07-17 |
using GraphQL.Validation.Errors;
using GraphQL.Validation.Rules;
using Xunit;
namespace GraphQL.Tests.Validation
{
public class UniqueArgumentNamesTests : ValidationTestBase<UniqueArgumentNames, ValidationSchema>
{
[Fact]
public void no_arguments_on_field()
{
ShouldPassRule(... | graphql-dotnet/graphql-dotnet | src/GraphQL.Tests/Validation/UniqueArgumentNamesTests.cs | https://github.com/graphql-dotnet/graphql-dotnet/blob/HEAD/src/GraphQL.Tests/Validation/UniqueArgumentNamesTests.cs | ghcode:00010:45b5f16a69a3 | mit | codeparrot/github-code | 45b5f16a69a3083fb1bf66d90d21cb15e51da366a9b6793b33545a4980914947 | 0.75 | testing_debugging_repair_refactoring | 868 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Threading.Tasks;
using Ploeh.AutoFixture.Xunit2;
using RedArrow.Argo.TestUtils;
using WovenByFody;
using Xunit;
using Xunit.Abstractions;
namespace RedArrow.Argo.Client.Integration.Linq.Queryables
{
public class QueryTakeTests : IntegrationTest
{
public Qu... | redarrowlabs/Argo | src/RedArrow.Argo.Client.Integration/Linq/Queryables/QueryTakeTests.cs | https://github.com/redarrowlabs/Argo/blob/HEAD/src/RedArrow.Argo.Client.Integration/Linq/Queryables/QueryTakeTests.cs | ghcode:00010:e15584c5b28f | mit | codeparrot/github-code | e15584c5b28fa3c6e8647213b50ffb097252065ba91d3410d49695402fb196f3 | 0.75 | testing_debugging_repair_refactoring | 350 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Marten.Schema;
using Marten.Testing.Harness;
using Weasel.Postgresql;
using Xunit;
namespace Marten.Testing.Bugs
{
public class Doc_1018
{
public Guid Id { get; set; }
public string Field1 { get; set; }
public string Field2 { get; set; }... | mysticmind/marten | src/Marten.Testing/Bugs/Bug_1018_multi_key_unique_index_schema_update_assert_failure.cs | https://github.com/mysticmind/marten/blob/HEAD/src/Marten.Testing/Bugs/Bug_1018_multi_key_unique_index_schema_update_assert_failure.cs | ghcode:00010:ac8dbdeb7658 | mit | codeparrot/github-code | ac8dbdeb7658ee5ae06421fa2130db758290705941654098656cda94e9f7195d | 0.6 | testing_debugging_repair_refactoring | 234 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Linq;
namespace LiteDB.Tests.Concurrency
{
[TestClass]
public class Locker_Tests
{
[TestMethod]
public void Loop_With_Update()
{
using (var tmp = new TempFile())
{
// initialize... | 89sos98/LiteDB | LiteDB.Tests/Concurrency/Locker_Tests.cs | https://github.com/89sos98/LiteDB/blob/HEAD/LiteDB.Tests/Concurrency/Locker_Tests.cs | ghcode:00010:b8fb89849702 | mit | codeparrot/github-code | b8fb898497023e74e3421b0cd3d126a8dc0e23736ed4a19c7b827a93c4ae12c2 | 0.75 | testing_debugging_repair_refactoring | 338 | false | 2026-07-17 |
namespace BullOak.Test.Benchmark.Behavioural
{
using System;
public interface IInterface
{
int Count { get; set; }
string Name { get; set; }
}
internal class TestClass : IInterface
{
public bool canEdit = false;
private int _count;
public int Count
... | BullOak/BullOak | src/BullOak.Test.Benchmark/Behavioural/TestClass.cs | https://github.com/BullOak/BullOak/blob/HEAD/src/BullOak.Test.Benchmark/Behavioural/TestClass.cs | ghcode:00010:8ebf0e868928 | mit | codeparrot/github-code | 8ebf0e86892810d0694a328902afa386f8da4c3dde922643e83d73a94730a1a7 | 0.75 | testing_debugging_repair_refactoring | 135 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.CodeStyl... | mattscheffer/roslyn | src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseImplicitTypeDiagnosticAnalyzer.cs | https://github.com/mattscheffer/roslyn/blob/HEAD/src/Features/CSharp/Portable/Diagnostics/Analyzers/CSharpUseImplicitTypeDiagnosticAnalyzer.cs | ghcode:00010:8f6fdcc984d5 | apache-2.0 | codeparrot/github-code | 8f6fdcc984d5a420dd0d6fa8ea46b3fc1011eb1f17ca80cdbf2ab97079ab936f | 0.85 | testing_debugging_repair_refactoring | 2,275 | 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.IO;
using System.L... | abock/roslyn | src/Compilers/Server/VBCSCompilerTests/AnalyzerConsistencyCheckerTests.cs | https://github.com/abock/roslyn/blob/HEAD/src/Compilers/Server/VBCSCompilerTests/AnalyzerConsistencyCheckerTests.cs | ghcode:00010:8ef65d86c65c | mit | codeparrot/github-code | 8ef65d86c65c22c7e878b6abe45305635d741f871688f96cb1789fd5f6ef1a06 | 0.85 | testing_debugging_repair_refactoring | 1,004 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Renci.SshNet.Messages.Connection;
using Renci.SshNet.Tests.Common;
namespace Renci.SshNet.Tests.Classes.Messages.Connection
{
/// <summary>
/// Represents SSH_MSG_CHANNEL_REQUEST message.
/// </summary>
[TestClass]
[Ignore] // placeholders ... | sshnet/SSH.NET | src/Renci.SshNet.Tests/Classes/Messages/Connection/ChannelRequest/ChannelRequestMessageTest.cs | https://github.com/sshnet/SSH.NET/blob/HEAD/src/Renci.SshNet.Tests/Classes/Messages/Connection/ChannelRequest/ChannelRequestMessageTest.cs | ghcode:00010:1a0ead55d38e | mit | codeparrot/github-code | 1a0ead55d38e0b638f11bc8e898cb087d750f36b11484c9bb081400b8de64371 | 0.7 | testing_debugging_repair_refactoring | 245 | 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 FluentAssertions;
using Microsoft.Its.Recipes;
using System;
using System.Linq;
using Vipr.Core.CodeModel;
using Xunit;
namespace CSharpWriterUnitTests
{
pu... | MSOpenTech/Vipr | test/CSharpWriterUnitTests/Given_an_OdcmClass_Entity_Complex_Structural_Property.cs | https://github.com/MSOpenTech/Vipr/blob/HEAD/test/CSharpWriterUnitTests/Given_an_OdcmClass_Entity_Complex_Structural_Property.cs | ghcode:00010:6be93fc8b59a | mit | codeparrot/github-code | 6be93fc8b59a9680f712704e76e1e7778268ad8f3b92f7f33bfc2b4bd1220522 | 0.6 | testing_debugging_repair_refactoring | 539 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using Monitor.Tests.Helpers;
using Microsoft.Azure.Ma... | ScottHolden/azure-sdk-for-net | src/SDKs/Monitor/Monitor.Tests/BasicTests/AlertsTests.cs | https://github.com/ScottHolden/azure-sdk-for-net/blob/HEAD/src/SDKs/Monitor/Monitor.Tests/BasicTests/AlertsTests.cs | ghcode:00010:3f6db4eac86d | mit | codeparrot/github-code | 3f6db4eac86d8260075c64fc9bef6dd08a1f771beb1342d6598747b932031d84 | 0.85 | testing_debugging_repair_refactoring | 2,168 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Cake.Core.Tests.Unit
{
using System;
using System.Linq;
using Xunit;
public sealed class... | devlead/cake | src/Cake.Core.Tests/Unit/CakeReportTests.cs | https://github.com/devlead/cake/blob/HEAD/src/Cake.Core.Tests/Unit/CakeReportTests.cs | ghcode:00010:0e39ac07d533 | mit | codeparrot/github-code | 0e39ac07d53393cbcde20681ff3fa7f6d5d3a566a4b53ecdef3f9b6e5c09d563 | 0.85 | testing_debugging_repair_refactoring | 1,050 | 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.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Roslyn.Utilities;
using System.Colle... | ericfe-ms/roslyn | src/Compilers/CSharp/Portable/Binder/LocalBinderFactory.cs | https://github.com/ericfe-ms/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/LocalBinderFactory.cs | ghcode:00010:8188a62a98b1 | apache-2.0 | codeparrot/github-code | 8188a62a98b1c38b1c3f0663989250380f304feb46fac3fb39e4851f62d7c6f2 | 0.85 | testing_debugging_repair_refactoring | 5,233 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using Azure.Messaging.EventHubs.Consumer;
using Azure.Messaging.EventHubs.Produce... | brjohnstmsft/azure-sdk-for-net | sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample01_HelloWorldLiveTests.cs | https://github.com/brjohnstmsft/azure-sdk-for-net/blob/HEAD/sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample01_HelloWorldLiveTests.cs | ghcode:00010:e30940ed66a4 | mit | codeparrot/github-code | e30940ed66a40f4c3b6b3154a63b72259fd9daa5790089126a417b59468e9d77 | 0.95 | testing_debugging_repair_refactoring | 1,204 | false | 2026-07-17 |
// Visual Studio Shared Project
// Copyright(c) Microsoft Corporation
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the License); you may not use
// this file except in compliance with the License. You may obtain a copy of the
// License at http://www.apache.org/licenses/LICENSE-2.0
//
... | int19h/PTVS | Common/Tests/MockVsTests/MockDTE.cs | https://github.com/int19h/PTVS/blob/HEAD/Common/Tests/MockVsTests/MockDTE.cs | ghcode:00010:e1cfb31812c5 | apache-2.0 | codeparrot/github-code | e1cfb31812c5eda98bc5a5d4316c30a4c50eb0a810ec4d88757a560d7e5dd476 | 0.95 | testing_debugging_repair_refactoring | 1,207 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Text;
using Microsoft.VisualStudio.Text;
namespace Microsof... | furesoft/roslyn | src/InteractiveWindow/Editor/Output/OutputWriter.cs | https://github.com/furesoft/roslyn/blob/HEAD/src/InteractiveWindow/Editor/Output/OutputWriter.cs | ghcode:00010:c7be0a44315e | apache-2.0 | codeparrot/github-code | c7be0a44315eac9e577bfa6fffda36effad3bdc8521535108899b93f802b7b09 | 0.75 | testing_debugging_repair_refactoring | 413 | false | 2026-07-17 |
namespace Rhino.Mocks.Tests.FieldsProblem
{
using System;
using Xunit;
public class FieldProblem_Lopez
{
public interface GenericContainer<T>
{
T Item { get; set; }
}
[Fact]
public void PropertyBehaviorForSinglePropertyTypeOfString()
{
MockRepository mocks = new MockRepositor... | hibernating-rhinos/rhino-mocks | Rhino.Mocks.Tests/FieldsProblem/FieldProblem_Lopez.cs | https://github.com/hibernating-rhinos/rhino-mocks/blob/HEAD/Rhino.Mocks.Tests/FieldsProblem/FieldProblem_Lopez.cs | ghcode:00010:95ac0403bffb | bsd-3-clause | codeparrot/github-code | 95ac0403bffb1033d2bc7c773bdae9b645f08318a829ed6e509b96908121890f | 0.75 | testing_debugging_repair_refactoring | 422 | 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.IO;
using System.Threading;
using osu.Framework.Screens;
using osu.Game.Overlays.Settings.Sections.Maintenance;
namespace osu.Game.Tests.Visual.Settings
{
... | UselessToucan/osu | osu.Game.Tests/Visual/Settings/TestSceneMigrationScreens.cs | https://github.com/UselessToucan/osu/blob/HEAD/osu.Game.Tests/Visual/Settings/TestSceneMigrationScreens.cs | ghcode:00010:5be6b98bdb32 | mit | codeparrot/github-code | 5be6b98bdb32543781b88ec654ae940b322f0162490a066ed41331f1f653b2d1 | 0.75 | testing_debugging_repair_refactoring | 206 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
namespace Microsoft.CodeAnalysis.LanguageServer.UnitTests.RequestOrdering
{
int... | CyrusNajmabadi/roslyn | src/Features/LanguageServer/ProtocolUnitTests/Ordering/TestResponse.cs | https://github.com/CyrusNajmabadi/roslyn/blob/HEAD/src/Features/LanguageServer/ProtocolUnitTests/Ordering/TestResponse.cs | ghcode:00010:b568efed1da4 | mit | codeparrot/github-code | b568efed1da4f250f546d66e7049f6d3861c8192b20634b36b465bf687ac5038 | 0.85 | testing_debugging_repair_refactoring | 104 | false | 2026-07-17 |
// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus).
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using System.Collections;
using Ideafixxxer.CsvParser;
... | XY1996/MindStroy | Fungus/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs | https://github.com/XY1996/MindStroy/blob/HEAD/Fungus/Assets/Tests/Localisation/Scripts/TestLoadingCSV.cs | ghcode:00010:540178dc443e | mit | codeparrot/github-code | 540178dc443e6059a8b33722d119b445f1c281c285d7a3fd4b3cd0d5a4cbae9d | 0.95 | testing_debugging_repair_refactoring | 336 | false | 2026-07-17 |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | dmagda/incubator-ignite | modules/platforms/dotnet/Apache.Ignite.Core/Impl/Services/Services.cs | https://github.com/dmagda/incubator-ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Services/Services.cs | ghcode:00010:c0cf0166fc22 | apache-2.0 | codeparrot/github-code | c0cf0166fc2259a2259a1b2507c6ef49fef6812e10c64d508f1b08b3e550e0a4 | 0.7 | testing_debugging_repair_refactoring | 2,366 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AutoTest.Core.FileSystem;
using NUnit.Framework;
using System.IO;
using AutoTest.Core.Caching;
using AutoTest.Core.Caching.Projects;
using AutoTest.Core.Caching.Crawlers;
using AutoTest.Test.Core.Caching.Projects.Fakes;
using A... | acken/AutoTest.Net | src/AutoTest.Test/Core/Caching/Projects/ProjectCrawlerTest.cs | https://github.com/acken/AutoTest.Net/blob/HEAD/src/AutoTest.Test/Core/Caching/Projects/ProjectCrawlerTest.cs | ghcode:00010:59a6e05c0613 | mit | codeparrot/github-code | 59a6e05c061336ca3cc9a8e9d71c998381f96bbac32fd471736086099045e7dc | 0.75 | testing_debugging_repair_refactoring | 521 | 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 Internal.Cryptography;
using System.Diagnostics;
using static Interop.BCrypt;
using static Interop.NCrypt;
us... | BrennanConroy/corefx | src/Common/src/System/Security/Cryptography/DSACng.ImportExport.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/Common/src/System/Security/Cryptography/DSACng.ImportExport.cs | ghcode:00010:040fe2775eca | mit | codeparrot/github-code | 040fe2775ecaa713738ffe087b1bbff3e18b90a05102fffe00cd5bdf49f78d77 | 0.95 | testing_debugging_repair_refactoring | 4,481 | 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.
namespace CustomerInsights.Tests.Tests
{
using System.Collections.Generic;
using System.Linq;
using System.Net;
using Microsoft.Azure.Management.C... | ayeletshpigelman/azure-sdk-for-net | sdk/customer-insights/Microsoft.Azure.Management.CustomerInsights/tests/Tests/ViewScenarioTests.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/customer-insights/Microsoft.Azure.Management.CustomerInsights/tests/Tests/ViewScenarioTests.cs | ghcode:00010:fb6ddc9e7c7d | mit | codeparrot/github-code | fb6ddc9e7c7d71bb9cd2cf97c808d047b4a1ca0992d913d64d71f8f2408549e5 | 0.95 | testing_debugging_repair_refactoring | 755 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="TestProperties.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//--------------------------------------... | hotchandanisagar/odata.net | tools/ModuleCore/src/TestProperties.cs | https://github.com/hotchandanisagar/odata.net/blob/HEAD/tools/ModuleCore/src/TestProperties.cs | ghcode:00010:9cf9c0917a57 | mit | codeparrot/github-code | 9cf9c0917a57bfed4cfecd55268d9515d0fbd71797dfed7d7eca68de5ab5094d | 0.95 | testing_debugging_repair_refactoring | 2,463 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Diagnostics;
using System.Linq;
using System.Threading.... | mmitche/roslyn | src/EditorFeatures/Core/Implementation/Classification/SemanticClassificationViewTaggerProvider.cs | https://github.com/mmitche/roslyn/blob/HEAD/src/EditorFeatures/Core/Implementation/Classification/SemanticClassificationViewTaggerProvider.cs | ghcode:00010:d42b7a47b623 | apache-2.0 | codeparrot/github-code | d42b7a47b623943ffabb8becceb494cd76dc29aa565464b3e34cb1f083012403 | 0.85 | testing_debugging_repair_refactoring | 1,113 | false | 2026-07-17 |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apa... | dulems/azure-powershell | src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationCertificateTest.cs | https://github.com/dulems/azure-powershell/blob/HEAD/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationCertificateTest.cs | ghcode:00010:af5d8a257db0 | apache-2.0 | codeparrot/github-code | af5d8a257db0fa1cfd3f4524836c08528bfe423f6124f389e3e7f1e04ff1af1f | 0.85 | testing_debugging_repair_refactoring | 464 | 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 Xunit;
using System;
using System.Reflection;
using System.Collections.Generic;
namespace System.Reflection.T... | mafiya69/corefx | src/System.Reflection/tests/MethodInfo/MethodInfo_EqualsTests.cs | https://github.com/mafiya69/corefx/blob/HEAD/src/System.Reflection/tests/MethodInfo/MethodInfo_EqualsTests.cs | ghcode:00010:1606881c7e5f | mit | codeparrot/github-code | 1606881c7e5fa4b1c0d6acfb747a5a29f1cf631d438fb35b176542096cfe75e4 | 0.95 | testing_debugging_repair_refactoring | 662 | 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.
/*
* Copyright (c) 2003-2005 Tom Wu
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to ... | roncain/coreclr | tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs | https://github.com/roncain/coreclr/blob/HEAD/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.cs | ghcode:00010:9a51a0586b99 | mit | codeparrot/github-code | 9a51a0586b99da10193d4b50888d9047ed1c208d624c152532b3c03b696cccb5 | 0.67 | testing_debugging_repair_refactoring | 21,109 | false | 2026-07-17 |
using System;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Jint.Runtime;
using Xunit;
using Xunit.Extensions;
namespace Jint.Tests.CommonScripts
{
public class SunSpiderTests
{
private Engine RunTest(string source)
{
var engine = new Engine()
... | fvaneijk/jint | Jint.Tests.CommonScripts/SunSpiderTests.cs | https://github.com/fvaneijk/jint/blob/HEAD/Jint.Tests.CommonScripts/SunSpiderTests.cs | ghcode:00010:cd288a3102be | bsd-2-clause | codeparrot/github-code | cd288a3102bed3c917d9830333c4e0bf8c8984c7179bbeee496dd39190ac0c90 | 0.78 | testing_debugging_repair_refactoring | 2,242 | 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.ComponentModel;
using System.Data.ProviderBase;
using System.Diagnostics;
namespace System.Data.Common... | Petermarcu/corefx | src/System.Data.Common/src/System/Data/Common/DataRecordInternal.cs | https://github.com/Petermarcu/corefx/blob/HEAD/src/System.Data.Common/src/System/Data/Common/DataRecordInternal.cs | ghcode:00010:600dcba041f9 | mit | codeparrot/github-code | 600dcba041f95db123e3ce6af4a9f76c3ef33b210a00eecddd6eb15833d8796c | 0.95 | testing_debugging_repair_refactoring | 2,159 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.IO;
using System.Linq;
using System.Threading;
using BenchmarkDotNet.Attributes;
us... | AlekseyTs/roslyn | src/Tools/IdeBenchmarks/FormatterBenchmarks.cs | https://github.com/AlekseyTs/roslyn/blob/HEAD/src/Tools/IdeBenchmarks/FormatterBenchmarks.cs | ghcode:00010:11fbdb02553c | mit | codeparrot/github-code | 11fbdb02553cff8f89b80db338bbdf6f68e5b9792018c3c74884d80f3ed3f74d | 0.85 | testing_debugging_repair_refactoring | 421 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.