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 Xunit;
namespace Carbon.Platform.Tests.Firewall
{
class FirewallRuleTests
{
}
}
/*
{
name : "?",
direction : "in",
protocal : "tcp",
source : "192.168.1.1/32",
sourcePorts : 80, // LocalPorts
destinatio... | carbon/Platform | src/Carbon.Platform.Tests/Firewall/FirewallRuleTests.cs | https://github.com/carbon/Platform/blob/HEAD/src/Carbon.Platform.Tests/Firewall/FirewallRuleTests.cs | ghcode:00166:0b452f69d287 | mit | codeparrot/github-code | 0b452f69d2878b94b1f4216a7cf27ed0484bceda81045ad3e67831f8bbaafe6c | 0.75 | testing_debugging_repair_refactoring | 105 | false | 2026-07-17 |
using System.Data;
using LanguageExt;
using Microsoft.Extensions.Configuration;
using NUnit.Framework;
using SJP.Schematic.Core;
using SJP.Schematic.Core.Extensions;
using SJP.Schematic.Tests.Utilities;
namespace SJP.Schematic.PostgreSql.Tests.Integration.Versions.V9_6
{
internal static class Config96
{
... | sjp/SJP.Schema | src/SJP.Schematic.PostgreSql.Tests/Integration/Versions/V9_6/PostgreSql96Test.cs | https://github.com/sjp/SJP.Schema/blob/HEAD/src/SJP.Schematic.PostgreSql.Tests/Integration/Versions/V9_6/PostgreSql96Test.cs | ghcode:00166:ce8b09d9c272 | mit | codeparrot/github-code | ce8b09d9c272484b6e21d014ced5bc6c255dcab85f200a679385565d2bb7b593 | 0.75 | testing_debugging_repair_refactoring | 333 | false | 2026-07-17 |
using JLeight.FeatureFlags.Configuration;
using Xunit;
namespace JLeight.FeatureFlags.Tests
{
public class FeaturesConfigurationFacts
{
[Fact]
public void ConfigSectionEnabledElementIsEnabled()
{
Assert.True(FeaturesSection.Features["ConfigSectionEnabledFeature"].IsEnabled)... | jleight/feature-flags | src/JLeight.FeatureFlags.Tests/FeaturesConfigurationFacts.cs | https://github.com/jleight/feature-flags/blob/HEAD/src/JLeight.FeatureFlags.Tests/FeaturesConfigurationFacts.cs | ghcode:00166:43c3c5801bb6 | mit | codeparrot/github-code | 43c3c5801bb69718f5374848a3e8b05b5a2b69c037d66caf751b8728d8001855 | 0.6 | testing_debugging_repair_refactoring | 101 | false | 2026-07-17 |
// This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
/* TestingSocket.cs --
* Ars Magna project, http://arsmagna.ru
* -------------------------------------------------------
* Status: poor
*/
#region Using ... | amironov73/ManagedIrbis | Source/Classic/Libs/ManagedIrbis/Source/Infrastructure/Sockets/TestingSocket.cs | https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/Classic/Libs/ManagedIrbis/Source/Infrastructure/Sockets/TestingSocket.cs | ghcode:00166:cfa7ded5a682 | mit | codeparrot/github-code | cfa7ded5a682e252c3aa0af79f4394796c5f95c7a2f9f9d9bd267c8e03339672 | 0.85 | testing_debugging_repair_refactoring | 541 | false | 2026-07-17 |
using System;
using Moq;
using NUnit.Framework;
using Parser.Common.Contracts;
using Parser.LogFile.Parser.Contracts;
using Parser.LogFile.Parser.Tests.Mocks;
namespace Parser.LogFile.Parser.Tests.CommandResolutionHandlersTests.BaseTests.CommandResolutionHandlerTests
{
[TestFixture]
public class ResolveComm... | shakuu/Parser | Parser/Tests/Parser.LogFile.Parser.Tests/CommandResolutionHandlersTests/BaseTests/CommandResolutionHandlerTests/ResolveCommand_Should.cs | https://github.com/shakuu/Parser/blob/HEAD/Parser/Tests/Parser.LogFile.Parser.Tests/CommandResolutionHandlersTests/BaseTests/CommandResolutionHandlerTests/ResolveCommand_Should.cs | ghcode:00166:b826d2ee609b | mit | codeparrot/github-code | b826d2ee609b6f87b2a2ec98ddf5e62ae535458d22283cab14dbf57113fc5657 | 0.95 | testing_debugging_repair_refactoring | 1,035 | false | 2026-07-17 |
using ClosedXML.Excel;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClosedXML_Tests.Excel.Styles
{
[TestFixture]
public class StyleChangeTests
{
[Test]
public void ChangeFontColorDoesNot... | b0bi79/ClosedXML | ClosedXML_Tests/Excel/Styles/StyleChangeTests.cs | https://github.com/b0bi79/ClosedXML/blob/HEAD/ClosedXML_Tests/Excel/Styles/StyleChangeTests.cs | ghcode:00166:2f114cde01e6 | mit | codeparrot/github-code | 2f114cde01e6ac43b5e182a6fa852b85cff4be7896dbcd8656a464cd1e237d58 | 0.85 | testing_debugging_repair_refactoring | 896 | false | 2026-07-17 |
using Passenger.CommandHandlers;
using Passenger.Drivers;
using Passenger.Test.Unit.ModelInterception;
using NUnit.Framework;
using Passenger.Test.Unit.Fakes;
namespace Passenger.Test.Unit.CommandHandlers
{
[TestFixture]
public class TypeSubstitutionHandlerTests
{
private TypeSubstitutionHandler _... | davidwhitney/Passenger | tests/Passenger.Test.Unit/CommandHandlers/TypeSubstitutionHandlerTests.cs | https://github.com/davidwhitney/Passenger/blob/HEAD/tests/Passenger.Test.Unit/CommandHandlers/TypeSubstitutionHandlerTests.cs | ghcode:00166:aa7446bf344a | mit | codeparrot/github-code | aa7446bf344a4fe1a5c2ab10faebd2426790394e296e5e52af721c6257f2deb3 | 0.75 | testing_debugging_repair_refactoring | 319 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
using NDoBy;
namespace NDoByTests
{
[TestFixture]
public class NUnitTestFixture
{
[Test]
public void PastTodoShouldThrowExceptionWithNDoByEnabled()
{
Environment.SetEnvironm... | ExistentialEnso/NDoBy | NDoByTests/NUnitTestFixture.cs | https://github.com/ExistentialEnso/NDoBy/blob/HEAD/NDoByTests/NUnitTestFixture.cs | ghcode:00166:e5befc3a422e | mit | codeparrot/github-code | e5befc3a422eda412bb2b0f859718c21a11a5997c27a7a9d63b8ce70f4f0889f | 0.6 | testing_debugging_repair_refactoring | 216 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ExchangeServiceProviderTests.cs" company="">
//
// </copyright>
// ---------------------------------------------------------------------------------------------------------... | codito/supa | tests/Supa.Platform.Tests/ExchangeServiceProviderTests.cs | https://github.com/codito/supa/blob/HEAD/tests/Supa.Platform.Tests/ExchangeServiceProviderTests.cs | ghcode:00166:f38f57639923 | mit | codeparrot/github-code | f38f576399239b5bc3323ca6ddaa9fb70d7c3c0fa221a55d5361fcc300ad97db | 0.85 | testing_debugging_repair_refactoring | 1,067 | false | 2026-07-17 |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#nullable disable
namespace StyleCop.Analyzers.Test.CSharp9.Lightup
{
using StyleCop.Analyzers.Test.CSharp8.Lightup;
public class SyntaxKindExTes... | DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/Lightup/SyntaxKindExTestsCSharp9.cs | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/Lightup/SyntaxKindExTestsCSharp9.cs | ghcode:00166:45caec376549 | mit | codeparrot/github-code | 45caec37654981ece5fb5c7f9b55afcaa81c1bbd3ba9db3a541d28f0dc18d0ce | 0.75 | testing_debugging_repair_refactoring | 88 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Boogie;
using System.Diagnostics;
using cba.Util;
namespace cba
{
public class RestrictToTrace
{
// Current counter, one for each string that is renamed
private Dictionary<string,int> usedName... | boogie-org/corral | source/CoreLib/TraceVerify.cs | https://github.com/boogie-org/corral/blob/HEAD/source/CoreLib/TraceVerify.cs | ghcode:00166:4a4204c2c6cc | mit | codeparrot/github-code | 4a4204c2c6cc00cb3b41910194fe179075127378d82bd1097bdfd3af346a0152 | 0.7 | testing_debugging_repair_refactoring | 3,863 | false | 2026-07-17 |
namespace LogoFX.Client.Bootstrapping.Tests
{
class TestDependencyB : ITestDependency
{}
}
| LogoFX/logofx-client-bootstrapping-adapters-simplecontainer | src/LogoFX.Client.Bootstrapping.Adapters.SimpleContainer.Tests/TestDependencyB.cs | https://github.com/LogoFX/logofx-client-bootstrapping-adapters-simplecontainer/blob/HEAD/src/LogoFX.Client.Bootstrapping.Adapters.SimpleContainer.Tests/TestDependencyB.cs | ghcode:00166:d14ff4773286 | mit | codeparrot/github-code | d14ff477328695837cc8c5ab803f1c4853135429bc0f13f50225c58fcdb819b4 | 0.35 | testing_debugging_repair_refactoring | 24 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using Abc.Zebus.Core;
using Abc.Zebus.Directory;
using Abc.Zebus.Persistence;
using Abc.Zebus.Routing;
using Abc.Zebus.Testing;
using Abc.Zebus.Testing.Extensions;
using Abc.Zebus.Testing.Transport;
using Abc.Ze... | Abc-Arbitrage/Zebus | src/Abc.Zebus.Tests/Persistence/PersistentTransportTests.cs | https://github.com/Abc-Arbitrage/Zebus/blob/HEAD/src/Abc.Zebus.Tests/Persistence/PersistentTransportTests.cs | ghcode:00166:3f2983428800 | mit | codeparrot/github-code | 3f2983428800c11c2d84b89219ede8791485d82bf9b699013c3c0e4d11074fe6 | 0.85 | testing_debugging_repair_refactoring | 3,430 | false | 2026-07-17 |
namespace TraktApiSharp.Tests.Objects.Post.Responses.Implementations
{
using FluentAssertions;
using System.Threading.Tasks;
using Traits;
using TraktApiSharp.Objects.Post.Responses;
using TraktApiSharp.Objects.Post.Responses.Json.Reader;
using Xunit;
[Category("Objects.Post.Responses.Impl... | henrikfroehling/TraktApiSharp | Source/Tests/TraktApiSharp.Tests/Objects/Post/Responses/Implementations/TraktPostResponseNotFoundShow_Tests.cs | https://github.com/henrikfroehling/TraktApiSharp/blob/HEAD/Source/Tests/TraktApiSharp.Tests/Objects/Post/Responses/Implementations/TraktPostResponseNotFoundShow_Tests.cs | ghcode:00166:6821b4e33d6c | mit | codeparrot/github-code | 6821b4e33d6ca350307ed01350ea11acf9f385edfe6dfbd5a2a8c7c4a186a238 | 0.85 | testing_debugging_repair_refactoring | 419 | false | 2026-07-17 |
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Frontenac.Blueprints.Impls;
using NUnit.Framework;
namespace Frontenac.Blueprints
{
public abstract class StorageTestSuite : TestSuite
{
protected StorageTestSuite(GraphTest graphTest)
: base("StorageTestSuite", gr... | Loupi/Frontenac | Frontenac/Blueprints.TestSuite/StorageTestSuite.cs | https://github.com/Loupi/Frontenac/blob/HEAD/Frontenac/Blueprints.TestSuite/StorageTestSuite.cs | ghcode:00166:21e9d1a8eed7 | mit | codeparrot/github-code | 21e9d1a8eed7bb61e5e365b4f9023179a44caae8b4ce6735510c835304411feb | 0.6 | testing_debugging_repair_refactoring | 552 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Autotracker.ImpulseTracker.Tests.Unit
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}
| mattpbooth/Autotracker | Autotracker.ImpulseTracker.Tests.Unit/UnitTest1.cs | https://github.com/mattpbooth/Autotracker/blob/HEAD/Autotracker.ImpulseTracker.Tests.Unit/UnitTest1.cs | ghcode:00166:588f1ea26149 | mit | codeparrot/github-code | 588f1ea26149b0a3bf522fc7bb956c87ca098f6ceb018fc5741690b54e5df51c | 0.75 | testing_debugging_repair_refactoring | 51 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using RaLibrary.Utilities;
namespace RaLibrary.Tests.Utils
{
/// <summary>
/// Summary description for IsbnTest
/// </summary>
[TestClass]
public class IsbnTests
{
public IsbnTests()
{
//
// TODO: Add c... | CVBDL/RALibraryServer | RaLibrary.Tests/Utils/IsbnTests.cs | https://github.com/CVBDL/RALibraryServer/blob/HEAD/RaLibrary.Tests/Utils/IsbnTests.cs | ghcode:00166:1915c731cb93 | mit | codeparrot/github-code | 1915c731cb93bae02de3e3de7a2aef8451d78d09fc4c6643c9ac93a0521a881a | 0.85 | testing_debugging_repair_refactoring | 1,237 | false | 2026-07-17 |
using System;
using Guidelines.Core.Commands;
using NUnit.Framework;
namespace Guidelines.IntegrationTests.Commands.Fixtures
{
public class PostCommitCommandTests : CrudCommandTest
{
protected const string PostCommitName = "Placed_Here_By_Post_Commit_Command";
protected QueryResult<TestEntity> Result { get; set... | basicdays/Guidelines | src/IntegrationTests/Commands/Fixtures/PostCommitCommandTests.cs | https://github.com/basicdays/Guidelines/blob/HEAD/src/IntegrationTests/Commands/Fixtures/PostCommitCommandTests.cs | ghcode:00166:66db7cd34d13 | mit | codeparrot/github-code | 66db7cd34d132053d9b305b36280305c3284a2e5dd40b1f2473cddae657158e5 | 0.75 | testing_debugging_repair_refactoring | 431 | false | 2026-07-17 |
using MonsterData.DataAccess;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace MonsterData.Test
{
public class EFDataTests
{
#region Gender
[Fact]
public void Test_GetGenders()
{
... | polseane9067/1610-oct17-dotnet | MonsterData/MonsterData.Test/EFDataTests.cs | https://github.com/polseane9067/1610-oct17-dotnet/blob/HEAD/MonsterData/MonsterData.Test/EFDataTests.cs | ghcode:00166:7e90bc858fb5 | mit | codeparrot/github-code | 7e90bc858fb59bb2c0d31f5023a518536f07ff17132f3d1e29124a21bfce08c1 | 0.75 | testing_debugging_repair_refactoring | 1,083 | false | 2026-07-17 |
using TypeSql.Parsing;
using Xunit;
namespace TypeSql.UnitTests.Parsing.ANTLR
{
public class OneOutput : AntlrParserTest
{
//arrange
const string Sql =
@"SELECT UserId:int FROM Users";
public OneOutput() : base(Sql)
{
}
... | mjrichardson/TypeSql | TypeSql.UnitTests/Parsing/ANTLR/OneOutput.cs | https://github.com/mjrichardson/TypeSql/blob/HEAD/TypeSql.UnitTests/Parsing/ANTLR/OneOutput.cs | ghcode:00166:8355a7deed0e | mit | codeparrot/github-code | 8355a7deed0ee2ad3bc5d4da26ac1c6cb3fdd25b05f4552f887f308843d36ff4 | 0.6 | testing_debugging_repair_refactoring | 238 | false | 2026-07-17 |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using GST.Library.Middleware.HttpOverrides.Builder;
using Mic... | GestionSystemesTelecom/gst-library | test/GST.Library.Middleware.HttpOverrides.Tests/ForwardedHeadersMiddlewareTest.cs | https://github.com/GestionSystemesTelecom/gst-library/blob/HEAD/test/GST.Library.Middleware.HttpOverrides.Tests/ForwardedHeadersMiddlewareTest.cs | ghcode:00166:99bb805f91bf | mit | codeparrot/github-code | 99bb805f91bfa1c2a597ebed1dbb2d005353451eb19a2b0b5edb01299a206e5a | 0.85 | testing_debugging_repair_refactoring | 7,402 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using W;
using Microsoft.VisualStudio.TestTools.UnitTesting;
#if NET45
using W.Reflection;
#endif
namespace W.Tests
{
[TestClass]
public class ReflectionTests
{
public class Custome... | mode51/Tungsten | Test/Test Files/W/ReflectionTests.cs | https://github.com/mode51/Tungsten/blob/HEAD/Test/Test Files/W/ReflectionTests.cs | ghcode:00166:eda7b35e4bb7 | mit | codeparrot/github-code | eda7b35e4bb759cc32b928dd408bd1b28c7fd9d5b2473fe05bb2d33cde0c5220 | 0.75 | testing_debugging_repair_refactoring | 256 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2011 Charlie Poole
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, inclu... | xplicit/BenchmarkSuite | src/BenchmarkSuite/Internal/TestExecutionContext.cs | https://github.com/xplicit/BenchmarkSuite/blob/HEAD/src/BenchmarkSuite/Internal/TestExecutionContext.cs | ghcode:00166:6cefa5d7fa84 | mit | codeparrot/github-code | 6cefa5d7fa846c3f7cebe551c36a1fc121ce0740b83a480f1c8a2fab3e413db4 | 0.85 | testing_debugging_repair_refactoring | 3,113 | false | 2026-07-17 |
namespace SabbathText.Tests.V1
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SabbathText.Entities;
/// <summary>
/// This class tests the Hello messages... | sluu99/sabbathtext | SabbathText.Tests/V1/HelloMessageTests.cs | https://github.com/sluu99/sabbathtext/blob/HEAD/SabbathText.Tests/V1/HelloMessageTests.cs | ghcode:00166:c4af538d5bd4 | mit | codeparrot/github-code | c4af538d5bd4ded56ae6ceba5bc0447535e65285d7057cb2c1d0a434eb07fe0e | 0.85 | testing_debugging_repair_refactoring | 264 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using FluentAssertions;
using log4net;
using NSubstitute;
using NUnit.Framework;
namespace uShip.Logging.Tests
{
[TestFixture]
public class LoggerTests
{
[Test]
public void Should_log_hello_world()
{
var logger = Logger.Ge... | uShip/uShip.Logging | src/uShip.Logging.Tests/LoggerTests.cs | https://github.com/uShip/uShip.Logging/blob/HEAD/src/uShip.Logging.Tests/LoggerTests.cs | ghcode:00166:b47dadec4258 | mit | codeparrot/github-code | b47dadec425817fe33d2920309dfb67d8031e57dad6e7d66abe94d777e1679d7 | 0.75 | testing_debugging_repair_refactoring | 2,075 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
using Moq;
using MusicBot.App.Commands;
using MusicBot.App.Data;
using MusicBot.App.Test.Context;
using Xunit;
namespace MusicBot.App.Test
{
public class RegistrationTests : IClassFix... | kensykora/musicbot-backend | test/app/RegistrationTests.cs | https://github.com/kensykora/musicbot-backend/blob/HEAD/test/app/RegistrationTests.cs | ghcode:00166:a51e409bab63 | mit | codeparrot/github-code | a51e409bab63e07e31865207b6c1cc3e03ce1eac744fb86bb48be535d2fc59e5 | 0.85 | testing_debugging_repair_refactoring | 1,119 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using ArgData.Entities;
using FluentAssertions;
using Xunit;
namespace ArgData.Tests
{
public class MediaContainerFileFacts
{
[Theory]
[InlineData("HELMETS.DAT")]
[InlineData("HELMET95.DAT")]
[InlineData("HELMETHE.DAT")]
... | codemeyer/ArgData | Source/ArgData.Tests/MediaContainerFileFacts.cs | https://github.com/codemeyer/ArgData/blob/HEAD/Source/ArgData.Tests/MediaContainerFileFacts.cs | ghcode:00166:5149601df9cf | mit | codeparrot/github-code | 5149601df9cf404744609ada0c98bba42c5b8ebe278aa42a6efdafc12f8d738e | 0.6 | testing_debugging_repair_refactoring | 1,621 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Agent.Plugins.Log.TestFilePublisher;
using Agent.Plugins.Log.TestResultParser.Contracts;
using Agent.Sdk;
using Microsoft.TeamFoundation.DistributedTask.Pipeli... | Microsoft/vsts-agent | src/Test/L0/Plugin/TestFilePublisher/TestFilePublisherLogPluginL0.cs | https://github.com/Microsoft/vsts-agent/blob/HEAD/src/Test/L0/Plugin/TestFilePublisher/TestFilePublisherLogPluginL0.cs | ghcode:00166:037bfb3d9ee7 | mit | codeparrot/github-code | 037bfb3d9ee7eadd08bf90401fa57489186a79690d10e7a7fa11921fcbf55bf6 | 0.95 | testing_debugging_repair_refactoring | 4,379 | false | 2026-07-17 |
using System.IO;
using MSG.DomainLogic;
using MSG.DomainLogic.Entities;
using NUnit.Framework;
namespace MSG.UnitTests
{
[TestFixture]
class CommandLineParserTests
{
[Test]
public void WhenQuestionMarkSpecifiedHelpWillBeShown()
{
string[] args = { "/?" };
C... | TimCollins/ManagementSpeakGenerator | src/MSG.UnitTests/CommandLineParserTests.cs | https://github.com/TimCollins/ManagementSpeakGenerator/blob/HEAD/src/MSG.UnitTests/CommandLineParserTests.cs | ghcode:00166:37962193896c | mit | codeparrot/github-code | 37962193896c5f7c5bf10841cc3e8069c1dca11a4c2ce9f2ad7dfe460ae23efd | 0.75 | testing_debugging_repair_refactoring | 2,182 | false | 2026-07-17 |
using NUnit.Framework;
using System.Linq;
namespace StreetPacMan.Server.Tests
{
[TestFixture]
public class GamesStorageTests :BaseCleaner
{
private GamesStorage GetInstance()
{
return new GamesStorage(ConnectionProviderFactory.GetConnectionProvider(), new InitialAppleLocationsProvider());
... | QuickUnit/PacmanTlv | StreetPacMan.Server.Tests/GamesStorageTests.cs | https://github.com/QuickUnit/PacmanTlv/blob/HEAD/StreetPacMan.Server.Tests/GamesStorageTests.cs | ghcode:00166:19f8d2f6e0b9 | mit | codeparrot/github-code | 19f8d2f6e0b944c5b86a15dcf986ab0f67a672b244272b48b668e1bac0ef3a06 | 0.75 | testing_debugging_repair_refactoring | 511 | false | 2026-07-17 |
namespace Bookshelf.Tests.Controllers
{
using System;
using Bookshelf.Controllers;
using Bookshelf.Services;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
[TestClass]
public class BooksControllerTests
{
private readonly Mock<IBookService> bookService = new Mock... | gmhewett/bookshelf | www/Bookshelf/Bookshelf.Tests/Controllers/BooksControllerTests.cs | https://github.com/gmhewett/bookshelf/blob/HEAD/www/Bookshelf/Bookshelf.Tests/Controllers/BooksControllerTests.cs | ghcode:00166:f6dfdc1f248e | mit | codeparrot/github-code | f6dfdc1f248ee296da95676c8b8b232b3329711b43a456cfcdf82c7e430db90e | 0.75 | testing_debugging_repair_refactoring | 178 | false | 2026-07-17 |
using ChoETL;
using NUnit.Framework;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Data;
using System.Data.SqlClient;
using System.Dynamic;
using System.Globalization;
using System.IO;
using System.Linq;
... | Cinchoo/ChoETL | src/Test/ChoCSVWriterTest/Program.cs | https://github.com/Cinchoo/ChoETL/blob/HEAD/src/Test/ChoCSVWriterTest/Program.cs | ghcode:00166:6443f00696a2 | mit | codeparrot/github-code | 6443f00696a2474f640ce4b9afb3b1ab074391d3713885d00eacc5e7c5c8fd42 | 0.82 | testing_debugging_repair_refactoring | 23,973 | false | 2026-07-17 |
using Epic.Numbers.Arithmetic.RaisedTo;
using FluentAssertions;
using Xunit;
namespace Epic.Numbers.Tests.Arithmetic.RaisedTo
{
public class RaisedToExtTests
{
[Fact]
public void NumbersWrapper()
{
var a = Numbers.NumbersWrapper.Create(-10, -20, 30);
a.RaisedTo... | ApocalypticOctopus/Apocalyptic.Utilities.Net | Epic.Numbers.Tests/Arithmetic/RaisedTo/RaisedToExtTests.cs | https://github.com/ApocalypticOctopus/Apocalyptic.Utilities.Net/blob/HEAD/Epic.Numbers.Tests/Arithmetic/RaisedTo/RaisedToExtTests.cs | ghcode:00166:aec144aa7864 | mit | codeparrot/github-code | aec144aa7864d2b79d3c1a7681b4a3e5159aca17d8741a095e7e46bf745326db | 0.75 | testing_debugging_repair_refactoring | 2,918 | false | 2026-07-17 |
using System;
using System.Data;
using System.Linq;
using System.Xml.Linq;
namespace DataSetLoadingExamples
{
internal class TestHelper
{
internal static DataSet CreateTestDataset()
{
DataSet ds = new DataSet();
// Customers Table
ds.Tables.Add(CreateNumber... | ifairy/CSharpExample | CSharpExample/LinqDemo/Other/DataSetLoadingExamples/TestHelper.cs | https://github.com/ifairy/CSharpExample/blob/HEAD/CSharpExample/LinqDemo/Other/DataSetLoadingExamples/TestHelper.cs | ghcode:00166:e1f8742791ca | mit | codeparrot/github-code | e1f8742791ca49741253d78e5932ef4eaebe9970ea12a8a8d8561cf07c2a32d0 | 0.75 | testing_debugging_repair_refactoring | 6,315 | false | 2026-07-17 |
/*
* Velcro Physics:
* Copyright (c) 2017 Ian Qvist
*
* Original source Box2D:
* Copyright (c) 2006-2011 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this soft... | VelcroPhysics/VelcroPhysics | src/VelcroPhysics.MonoGame.Samples.Testbed/Tests/VaryingFrictionTest.cs | https://github.com/VelcroPhysics/VelcroPhysics/blob/HEAD/src/VelcroPhysics.MonoGame.Samples.Testbed/Tests/VaryingFrictionTest.cs | ghcode:00166:d4192907fe02 | mit | codeparrot/github-code | d4192907fe02ceb9b8380d52cddebd7be749db78eeae360a696bb50308668872 | 0.95 | testing_debugging_repair_refactoring | 977 | 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/AlphaFS Shell32 Class/AlphaFS_Shell32Test..cs | https://github.com/alphaleonis/AlphaFS/blob/HEAD/tests/AlphaFS.UnitTest/AlphaFS Shell32 Class/AlphaFS_Shell32Test..cs | ghcode:00166:987073139c6b | mit | codeparrot/github-code | 987073139c6b032cce428c91281deabef3bc45a2e9458c4075bdd3adaffc9034 | 0.6 | testing_debugging_repair_refactoring | 333 | false | 2026-07-17 |
using LightBDD.Framework;
using LightBDD.Framework.Scenarios;
using LightBDD.XUnit2;
namespace AlphaDev.Web.Tests.Integration.Features
{
[FeatureDescription(
@"In order to create contact information
As an administrator
I want to have a web page where I can create it")]
public partial class ContactCrea... | OlegKleyman/AlphaDev | tests/integration/AlphaDev.Web.Tests.Integration/Features/ContactCreate_feature.cs | https://github.com/OlegKleyman/AlphaDev/blob/HEAD/tests/integration/AlphaDev.Web.Tests.Integration/Features/ContactCreate_feature.cs | ghcode:00166:468561d2ed36 | unlicense | codeparrot/github-code | 468561d2ed36473b5e75b2e6f0b06a1cd189a09d0a0b7e9a8f1bb1afeeb63410 | 0.68 | testing_debugging_repair_refactoring | 395 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.IO;
using System.Security;
using System.Security.Cryptography.X509Certificates;
namespace DocaLabs.Test.Utils.DotNet
{
public static class CertificateUtils
{
static public X509Certificate2 Install(string certFile, StoreName storeName, StoreLocation ... | alexey-kadyrov/DocaLabs.Http.Client | tests/DocaLabs.Test.Utils.DotNet/CertificateUtils.cs | https://github.com/alexey-kadyrov/DocaLabs.Http.Client/blob/HEAD/tests/DocaLabs.Test.Utils.DotNet/CertificateUtils.cs | ghcode:00166:08b1463281aa | apache-2.0 | codeparrot/github-code | 08b1463281aaff240a970459ec0c1f527bc1bee6a994b6e6434ed4279ea99ba4 | 0.75 | testing_debugging_repair_refactoring | 581 | false | 2026-07-17 |
using FluentMigrator.Expressions;
using FluentMigrator.Infrastructure;
using FluentMigrator.Tests.Helpers;
using Moq;
using NUnit.Framework;
using NUnit.Should;
namespace FluentMigrator.Tests.Unit.Expressions
{
[TestFixture]
public class DeleteDefaultConstraintExpressionTests
{
[Test]
publ... | lcharlebois/fluentmigrator | src/FluentMigrator.Tests/Unit/Expressions/DeleteDefaultConstraintExpressionTests.cs | https://github.com/lcharlebois/fluentmigrator/blob/HEAD/src/FluentMigrator.Tests/Unit/Expressions/DeleteDefaultConstraintExpressionTests.cs | ghcode:00166:2894f7e6089c | apache-2.0 | codeparrot/github-code | 2894f7e6089c66b4fd57adcaee594ec51544b3bb7a43a720ca31b6cb2b50d667 | 0.75 | testing_debugging_repair_refactoring | 688 | false | 2026-07-17 |
#region license
// Copyright (c) 2007-2010 Mauricio Scheffer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unle... | SolrNet/SolrNet | SolrNet.Tests/AtomicUpdateCommandTests.cs | https://github.com/SolrNet/SolrNet/blob/HEAD/SolrNet.Tests/AtomicUpdateCommandTests.cs | ghcode:00166:0eacb38d2277 | apache-2.0 | codeparrot/github-code | 0eacb38d22777a9c8857f0dbadd38737124b18327224792c48bf7275a2d3b677 | 0.85 | testing_debugging_repair_refactoring | 3,981 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using DP;
namespace AlgTest
{
[TestClass]
public class DPTest
{
[TestMethod]
public void TestEggDropping()
{
EggDropping target = new EggDropping();
int actual = target.FindMinumumNumEggDroppi... | zduan001/BusAroundMe | Alg/AlgTest/DPTest.cs | https://github.com/zduan001/BusAroundMe/blob/HEAD/Alg/AlgTest/DPTest.cs | ghcode:00166:3d64dbc85108 | apache-2.0 | codeparrot/github-code | 3d64dbc85108f4e858747b2253ca5ad1c59513147817d3191a5aeb508aa72c6c | 0.75 | testing_debugging_repair_refactoring | 177 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Epi.Web.BLL;
using Epi.Web.Common.BusinessObject;
using Epi.Web.Interfaces.DataInterfaces;
using Epi.Web.EF;
using System.Xml;
using Epi.Web.MVC.Facade;
using Epi.Web.MVC.Models;
using Epi.Web.MVC.Mock;
n... | Epi-Info/Epi-Info-Cloud-Contact-Tracing | Cloud Enter/Epi.Web.UnitTests/Epi.Web.SurveyManager.Test/Publisher_Tests/When_Survey_Is_Accessed.cs | https://github.com/Epi-Info/Epi-Info-Cloud-Contact-Tracing/blob/HEAD/Cloud Enter/Epi.Web.UnitTests/Epi.Web.SurveyManager.Test/Publisher_Tests/When_Survey_Is_Accessed.cs | ghcode:00166:b29905be610b | apache-2.0 | codeparrot/github-code | b29905be610bcbab4797895ef1d7750bdf3183105f2729e38d8032d83cc2992d | 0.85 | testing_debugging_repair_refactoring | 327 | false | 2026-07-17 |
using J2N.Threading.Atomic;
using Lucene.Net.Attributes;
using Lucene.Net.Diagnostics;
using Lucene.Net.Documents;
using Lucene.Net.Index;
using Lucene.Net.Store;
using Lucene.Net.Util;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Threa... | jeme/lucenenet | src/Lucene.Net.Tests.Replicator/IndexReplicationClientTest.cs | https://github.com/jeme/lucenenet/blob/HEAD/src/Lucene.Net.Tests.Replicator/IndexReplicationClientTest.cs | ghcode:00166:5822784ebe11 | apache-2.0 | codeparrot/github-code | 5822784ebe110bab94020db512198d15322b8ab812630b927ae06e0d502aeee0 | 0.85 | testing_debugging_repair_refactoring | 2,817 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Concise.Core.Steps
{
/// <summary>
/// Represents a BDD Step definition. This class is for internal use by <see cref="TestStepContext"/>
/// </summary>
public class... | toddlindsey/Concise.Core | Concise.Core/Steps/TestStep.cs | https://github.com/toddlindsey/Concise.Core/blob/HEAD/Concise.Core/Steps/TestStep.cs | ghcode:00166:f4979e3e523b | apache-2.0 | codeparrot/github-code | f4979e3e523bd17855f1716c895c93189714b3170c2a95ae3d653d11725f3c75 | 0.85 | testing_debugging_repair_refactoring | 663 | false | 2026-07-17 |
using Irony.Ast;
using Irony.Interpreter.Ast;
using Irony.Parsing;
namespace Spready.Nodes
{
public class TestStatementNode : AstNode
{
public AstNode InnerExpression { get; private set; }
public override void Init(AstContext context, ParseTreeNode treeNode)
{
base.Init(co... | digitalbricklayer/spready | spready/spready/Nodes/TestStatementNode.cs | https://github.com/digitalbricklayer/spready/blob/HEAD/spready/spready/Nodes/TestStatementNode.cs | ghcode:00166:f803b2298738 | apache-2.0 | codeparrot/github-code | f803b22987386e9c3634c883d5aac580ecd246b6eeb82aa2f1c28d5d1860fa95 | 0.75 | testing_debugging_repair_refactoring | 96 | false | 2026-07-17 |
// <copyright file="BenchmarkTestRunner.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System.Linq;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Loggers;
using BenchmarkDotNet.Running;
using Xunit;
using ... | alhardy/AppMetrics | src/Concurrency/benchmarks/App.Metrics.Concurrency.Benchmarks/Support/BenchmarkTestRunner.cs | https://github.com/alhardy/AppMetrics/blob/HEAD/src/Concurrency/benchmarks/App.Metrics.Concurrency.Benchmarks/Support/BenchmarkTestRunner.cs | ghcode:00166:d722799bc874 | apache-2.0 | codeparrot/github-code | d722799bc874526c48a5571f4fc5f52bf856106ee9d8dcfbec8077888e601bea | 0.85 | testing_debugging_repair_refactoring | 241 | false | 2026-07-17 |
using System;
using Xunit;
namespace Scalider.Text
{
public class SlugTextTransformerTests
{
[Fact]
public void OnNullEmptyOrWhiteSpaceShouldBeEmpty()
{
var transformer = SlugTextTransformer.Instance;
Assert.Equal(0, transformer.Transform(null).Length);
... | wilsonrivera/scalider-v2 | tests/Scalider.Infrastructure.Tests/Text/SlugTextTransformerTests.cs | https://github.com/wilsonrivera/scalider-v2/blob/HEAD/tests/Scalider.Infrastructure.Tests/Text/SlugTextTransformerTests.cs | ghcode:00166:10818b27498e | apache-2.0 | codeparrot/github-code | 10818b27498e992d0a0444b74280f8369e2942ada513fed7b4d13bffd7d2be95 | 0.85 | testing_debugging_repair_refactoring | 1,221 | false | 2026-07-17 |
using Harvest.Api;
using System;
using System.Collections.Generic;
using System.Text;
namespace XUnitTests
{
public class HarvestClientFactory
{
public static HarvestClient Create()
{
var client = HarvestClient.FromAccessToken("TestClient", "<access token>");
client.Def... | zVolodymyr/Harvest.Api | XUnitTests/HarvestClientFactory.cs | https://github.com/zVolodymyr/Harvest.Api/blob/HEAD/XUnitTests/HarvestClientFactory.cs | ghcode:00166:004d431a7bcb | apache-2.0 | codeparrot/github-code | 004d431a7bcbb0bc4dacd90a22e48fe872118c438388160d2957ca2667522515 | 0.6 | testing_debugging_repair_refactoring | 73 | false | 2026-07-17 |
using System;
using System.Threading;
using Moq;
using NUnit.Framework;
using RestSharp;
using Twilio.Api.Tests.Integration;
namespace Twilio.TaskRouter.Tests
{
[TestFixture]
public class ActivityTests
{
private const string ACTIVITY_SID = "WA123";
private const string WORKSPACE_SID = "W... | IRlyDontKnow/twilio-csharp | src/Twilio.TaskRouter.Tests/ActivityTests.cs | https://github.com/IRlyDontKnow/twilio-csharp/blob/HEAD/src/Twilio.TaskRouter.Tests/ActivityTests.cs | ghcode:00166:d47e78504c75 | apache-2.0 | codeparrot/github-code | d47e78504c75e1470ca8b6de57c13d7ed796fefd94ca8328bfca8f1fe96588e7 | 0.75 | testing_debugging_repair_refactoring | 3,757 | false | 2026-07-17 |
/**
Copyright 2010 FAV ZCU
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 writing, software
distr... | SpaceTrafficDevelopers/SpaceTraffic | Core/Data/GalaxyMapConnection.cs | https://github.com/SpaceTrafficDevelopers/SpaceTraffic/blob/HEAD/Core/Data/GalaxyMapConnection.cs | ghcode:00166:7daefbbc2613 | apache-2.0 | codeparrot/github-code | 7daefbbc261349154ba04e09455ab54091f66bfa82a1a5921612762297542c49 | 0.85 | testing_debugging_repair_refactoring | 1,433 | false | 2026-07-17 |
// Copyright 2010 xUnit.BDDExtensions
//
// 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 ... | BjRo/xunitbddextensions | Source/xUnit.BDDExtensions/PropertyStubs/DefaultPropertyStubRule.cs | https://github.com/BjRo/xunitbddextensions/blob/HEAD/Source/xUnit.BDDExtensions/PropertyStubs/DefaultPropertyStubRule.cs | ghcode:00166:055eed3b8095 | apache-2.0 | codeparrot/github-code | 055eed3b8095ddb565256de5fc3a41b5c211e4593fa6b680dca947de8a316acb | 0.7 | testing_debugging_repair_refactoring | 237 | false | 2026-07-17 |
using FluentSharp.CoreLib.API;
using NUnit.Framework;
using FluentSharp.CoreLib;
namespace UnitTests.FluentSharp_CoreLib
{
[TestFixture]
public class Test_O2Config
{
[Test]
public void CheckConfigFolder()
{
var o2TempDir = PublicDI.config.O2TempDir;
Assert.NotNull(o2TempDir,"TempDir was fal... | fluentsharp/FluentSharp.CoreLib | test/Test_O2Config.cs | https://github.com/fluentsharp/FluentSharp.CoreLib/blob/HEAD/test/Test_O2Config.cs | ghcode:00166:5a768d22868a | apache-2.0 | codeparrot/github-code | 5a768d22868a1115769ff75db045e2c48fed2fbe2e716ea4aeacac69d02af863 | 0.75 | testing_debugging_repair_refactoring | 293 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CTPPV5.Repository;
using MySql.Data.MySqlClient;
using NUnit.Framework;
using Autofac;
using CTPPV5.Infrastructure;
namespace CTPPV5.Repository.Test
{
[TestFixture]
public... | zesus19/c5.v1 | Test/CTPPV5.Repository.Test/RepositoryConfiguratorTest.cs | https://github.com/zesus19/c5.v1/blob/HEAD/Test/CTPPV5.Repository.Test/RepositoryConfiguratorTest.cs | ghcode:00166:f6ad20286490 | apache-2.0 | codeparrot/github-code | f6ad202864904da1697ea960130d3ff53639352b52a312d6375ff470f2d18898 | 0.6 | testing_debugging_repair_refactoring | 603 | false | 2026-07-17 |
using System;
using Appium.Net.Integration.Tests.helpers;
using NUnit.Framework;
using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Appium.Android;
using static System.String;
namespace Appium.Net.Integration.Tests.Android
{
class EmulatorDeviceTime
{
private AppiumDriver<AndroidElement> _driver;
... | appium/appium-dotnet-driver | test/integration/Android/EmulatorDeviceTime.cs | https://github.com/appium/appium-dotnet-driver/blob/HEAD/test/integration/Android/EmulatorDeviceTime.cs | ghcode:00166:bf050817d3c4 | apache-2.0 | codeparrot/github-code | bf050817d3c4052a33737e3bd1c06529464395871717dded57afd63f77a16578 | 0.75 | testing_debugging_repair_refactoring | 296 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using FluentAssertions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Stormpath.Configuration.Abstractions;
using Stormpath.Owin.Middleware;
using Xunit;
nam... | stormpath/stormpath-dotnet-owin-middleware | test/Stormpath.Owin.IntegrationTest/Oauth2RouteShould.cs | https://github.com/stormpath/stormpath-dotnet-owin-middleware/blob/HEAD/test/Stormpath.Owin.IntegrationTest/Oauth2RouteShould.cs | ghcode:00166:29e063a85b1b | apache-2.0 | codeparrot/github-code | 29e063a85b1b75c784417199bcf4d315f8a1d6aace704becc79b201b4d0ce0fa | 0.7 | testing_debugging_repair_refactoring | 793 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json.Linq;
using SF.Sys;
using System;
using System.Collections.Generic;
using System.Linq;
using SF.Sys.ADT;
using System.Threading.Tasks;
using SF.Sys.UnitTest;
using SF.Sys.TaskServices;
using SF.Sys.Services;
using SF.Sys.Reminders;
using SF.Sys.D... | etechi/ServiceFramework | Projects/Server/Sys/SF.Sys.UnitTest/系统/TimerTest.cs | https://github.com/etechi/ServiceFramework/blob/HEAD/Projects/Server/Sys/SF.Sys.UnitTest/系统/TimerTest.cs | ghcode:00166:9d5a145878cd | apache-2.0 | codeparrot/github-code | 9d5a145878cdf4848e96d371d0189cb725b12637cb6522ec0a29a4aba25d292a | 0.75 | testing_debugging_repair_refactoring | 918 | false | 2026-07-17 |
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Stripe.Client.Sdk.Clients;
using Stripe.Client.Sdk.Models;
using Stripe.Client.Sdk.Models.Arguments;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace Stripe.Client.... | smiggleworth/Stripe.Client | src/Stripe.Client.Sdk.Tests/Models/Arguments/DisputeUpdateArgumentsTests.cs | https://github.com/smiggleworth/Stripe.Client/blob/HEAD/src/Stripe.Client.Sdk.Tests/Models/Arguments/DisputeUpdateArgumentsTests.cs | ghcode:00166:5aba46a31e03 | apache-2.0 | codeparrot/github-code | 5aba46a31e0362454fdf2fb8291bb7bc44148ee92df771c0fe1cb1859ef32810 | 0.85 | testing_debugging_repair_refactoring | 778 | false | 2026-07-17 |
using FluentAssertions;
using RulesEngine.AspNetCore;
using RulesEngine.Specs.ConfigAssemblyForSpecs;
using RulesEngine.Specs.ConfigAssemblyForSpecs.Rules;
using Xunit;
namespace RulesEngine.Specs.FluentConfiguration
{
[Collection("ConfigurationCollection")]
public class FluentConfigurationRuleSpecs : IClassFi... | josdeweger/RulesEngine | src/RulesEngine.Specs/FluentConfiguration/FluentConfigurationRuleSpecs.cs | https://github.com/josdeweger/RulesEngine/blob/HEAD/src/RulesEngine.Specs/FluentConfiguration/FluentConfigurationRuleSpecs.cs | ghcode:00166:27e5b2eb17fc | apache-2.0 | codeparrot/github-code | 27e5b2eb17fc5884bca77c2416fc6d3797180cb937185d53abb2ddd260eab188 | 0.6 | testing_debugging_repair_refactoring | 411 | false | 2026-07-17 |
using System.Linq;
using GenericSearch.Data;
using Xunit;
namespace GenericSearch.Core
{
public class DateSearchTest
{
[Fact]
public void ApplyToQuery_EqualDate_CorrectResultReturned()
{
var criteria = new DateSearch();
criteria.Property = "Date";
cr... | danielpalme/GenericSearch | GenericSearch.Core.Test/DateSearchTest.cs | https://github.com/danielpalme/GenericSearch/blob/HEAD/GenericSearch.Core.Test/DateSearchTest.cs | ghcode:00166:1808aaa36e7e | apache-2.0 | codeparrot/github-code | 1808aaa36e7e6c0b297759d40570dc73aca92f2194426ef5ba43de345e99d795 | 0.6 | testing_debugging_repair_refactoring | 1,347 | false | 2026-07-17 |
namespace DotNetThumborTest.TestThumborFilters
{
using DotNetThumbor;
using FluentAssertions;
using NUnit.Framework;
[TestFixture]
public class TestExtractFocal
{
[Test]
public void ThumborExtractFocal()
{
var thumbor = new Thumbor("http://localhost/");
... | mi9/DotNetThumbor | DotNetThumborTest/TestThumborFilters/TestExtractFocal.cs | https://github.com/mi9/DotNetThumbor/blob/HEAD/DotNetThumborTest/TestThumborFilters/TestExtractFocal.cs | ghcode:00166:209f37108bec | bsd-3-clause | codeparrot/github-code | 209f37108bec7f78aefdaa977917ac69bc3408530f447c71c9a6680cecf47e4c | 0.85 | testing_debugging_repair_refactoring | 131 | false | 2026-07-17 |
using Shouldly.Tests.TestHelpers;
namespace Shouldly.Tests.ShouldBeGreaterOrEqualTo
{
public class StringScenario : ShouldlyShouldTestScenario
{
protected override void ShouldThrowAWobbly()
{
"a".ShouldBeGreaterThanOrEqualTo("b");
}
protected override string Chucke... | MitjaBezensek/shouldly | src/Shouldly.Tests/ShouldBeGreaterOrEqualTo/StringScenario.cs | https://github.com/MitjaBezensek/shouldly/blob/HEAD/src/Shouldly.Tests/ShouldBeGreaterOrEqualTo/StringScenario.cs | ghcode:00166:c9dc64b9d4f9 | bsd-3-clause | codeparrot/github-code | c9dc64b9d4f90fb0737026f883a07b73cb3abf72b2fe44f6614655f2e5c1c441 | 0.75 | testing_debugging_repair_refactoring | 120 | false | 2026-07-17 |
/*
Copyright (c) 2016 Denis Zykov, GameDevWare.com
This a part of "Json & MessagePack Serialization" Unity Asset - https://www.assetstore.unity3d.com/#!/content/59918
THIS SOFTWARE IS DISTRIBUTED "AS-IS" WITHOUT ANY WARRANTIES, CONDITIONS AND
REPRESENTATIONS WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITA... | fabsk7/AgarioFacebook | colyseus-unity-chat/client/Assets/Plugins/GameDevWare.Serialization/Metadata/ReflectionUtils.cs | https://github.com/fabsk7/AgarioFacebook/blob/HEAD/colyseus-unity-chat/client/Assets/Plugins/GameDevWare.Serialization/Metadata/ReflectionUtils.cs | ghcode:00166:4f02ee5ed7e1 | mit | codeparrot/github-code | 4f02ee5ed7e144900b7e9f81fcd6c284ae142af84b9c637467fd6ad33fc7e105 | 0.7 | testing_debugging_repair_refactoring | 1,588 | false | 2026-07-17 |
using Zombus.Interceptors.Inbound;
namespace Zombus.UnitTests.DependencyResolverTests.AllComponentTypes.Interceptors
{
internal class SomeInboundInterceptor : InboundInterceptor
{
}
} | MikeLarned/Zombus | src/Tests/Zombus.UnitTests/DependencyResolverTests/AllComponentTypes/Interceptors/SomeInboundInterceptor.cs | https://github.com/MikeLarned/Zombus/blob/HEAD/src/Tests/Zombus.UnitTests/DependencyResolverTests/AllComponentTypes/Interceptors/SomeInboundInterceptor.cs | ghcode:00166:faed58286840 | mit | codeparrot/github-code | faed58286840c1de5bc3a4fadaba7e84ef116e52c8ead23874cb5d1a5fab9319 | 0.6 | testing_debugging_repair_refactoring | 42 | 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.Diagnostics;
using System.Xml;
using Microsoft.TeamFoundation.Migration.Toolkit;
namespace Microsoft.Tea... | adamdriscoll/TfsIntegrationPlatform | Features/IntegrationPlatform-svn/Adapters/TFS/Tfs2010WITAdapter/TfsWITDSyncer.cs | https://github.com/adamdriscoll/TfsIntegrationPlatform/blob/HEAD/Features/IntegrationPlatform-svn/Adapters/TFS/Tfs2010WITAdapter/TfsWITDSyncer.cs | ghcode:00166:d65efa7f14f6 | mit | codeparrot/github-code | d65efa7f14f615bdc437f76928e088b86e2c87b5caec02e8e1cbf83f14abac46 | 0.85 | testing_debugging_repair_refactoring | 756 | false | 2026-07-17 |
namespace Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Tests
{
using Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models;
using Microsoft.Azure.Test.HttpRecorder;
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
using System;
using System.Collections.Gener... | DheerendraRathor/azure-sdk-for-net | src/SDKs/CognitiveServices/dataPlane/Vision/CustomVision/Training.Tests/TrainingTests.cs | https://github.com/DheerendraRathor/azure-sdk-for-net/blob/HEAD/src/SDKs/CognitiveServices/dataPlane/Vision/CustomVision/Training.Tests/TrainingTests.cs | ghcode:00166:8fc6e1e2d736 | mit | codeparrot/github-code | 8fc6e1e2d73660dd2fe323c47021196bec2442d3052bf2373fd0e8251ab119a4 | 0.85 | testing_debugging_repair_refactoring | 6,862 | false | 2026-07-17 |
using FluentAssertions;
using Machine.Specifications;
using MongoMembership.Mongo;
namespace MongoMembership.Tests.Mongo
{
[Subject(typeof(MongoGateway))]
internal class GetById_when_called : StubsBase
{
Establish context = () =>
{
mongo = CreateMongoGateway();
... | hkato/MongoMembership | MongoMembership.Tests/Mongo/GetById_when_called.cs | https://github.com/hkato/MongoMembership/blob/HEAD/MongoMembership.Tests/Mongo/GetById_when_called.cs | ghcode:00166:e676b3f520b4 | mit | codeparrot/github-code | e676b3f520b4470e20cda50b5308147383ddd3e4c303aa1809912b4bd7a9d230 | 0.6 | testing_debugging_repair_refactoring | 147 | 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.
namespace Microsoft.Azure.EventHubs.UnitTests
{
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
us... | jtaubensee/azure-event-hubs-dotnet | test/Microsoft.Azure.EventHubs.UnitTests/NegativeCases.cs | https://github.com/jtaubensee/azure-event-hubs-dotnet/blob/HEAD/test/Microsoft.Azure.EventHubs.UnitTests/NegativeCases.cs | ghcode:00166:250edeb1a321 | mit | codeparrot/github-code | 250edeb1a321a35abef07b3b3b64b1089c07d3fb7ef20f73a060dd9867392320 | 0.7 | testing_debugging_repair_refactoring | 1,575 | false | 2026-07-17 |
using BenchmarkDotNet.Engines;
using BenchmarkDotNet.Running;
namespace BenchmarkDotNet.Diagnosers
{
public class DiagnoserResults
{
public DiagnoserResults(BenchmarkCase benchmarkCase, long totalOperations, GcStats gcStats)
{
BenchmarkCase = benchmarkCase;
TotalOperati... | alinasmirnova/BenchmarkDotNet | src/BenchmarkDotNet/Diagnosers/DiagnoserResults.cs | https://github.com/alinasmirnova/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet/Diagnosers/DiagnoserResults.cs | ghcode:00166:322c0fe67506 | mit | codeparrot/github-code | 322c0fe675063d65cd8bb7e5e4351461994a9d828913ddd0fc0b3705c8096ba7 | 0.75 | testing_debugging_repair_refactoring | 117 | 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.apac... | atpham256/azure-powershell | src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/AuditingTests.cs | https://github.com/atpham256/azure-powershell/blob/HEAD/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/AuditingTests.cs | ghcode:00166:2fe6d91b024b | apache-2.0 | codeparrot/github-code | 2fe6d91b024b7ada2c7fd5e923a4889565f58cff48bf2d2ef32da3e29c7fde75 | 0.85 | testing_debugging_repair_refactoring | 1,820 | 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.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using ... | aelij/roslyn | src/Workspaces/CoreTest/SymbolKeyTests.cs | https://github.com/aelij/roslyn/blob/HEAD/src/Workspaces/CoreTest/SymbolKeyTests.cs | ghcode:00166:e43fd3fb553c | apache-2.0 | codeparrot/github-code | e43fd3fb553c85942954a70a4bcdadf80cf0f840e2b4861dc6302db79ede2cfb | 0.85 | testing_debugging_repair_refactoring | 6,954 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using Pchp.Core;
using Pchp.Core.Collections;
using Pchp.Core.Reflection;
using Pch... | peachpiecompiler/peachpie | src/Peachpie.Library.XmlDom/SimpleXml.cs | https://github.com/peachpiecompiler/peachpie/blob/HEAD/src/Peachpie.Library.XmlDom/SimpleXml.cs | ghcode:00166:71bbddc0f524 | apache-2.0 | codeparrot/github-code | 71bbddc0f524ae54995551d6374676bf115dd78c336884450b2dc182da5f6b66 | 0.72 | testing_debugging_repair_refactoring | 14,017 | false | 2026-07-17 |
using System;
using ElmahLogAnalyzer.Core.Common;
using NUnit.Framework;
namespace ElmahLogAnalyzer.UnitTests.Common
{
[TestFixture]
public class DateTimeExtensionsTests : UnitTestBase
{
[Test]
public void IsBetween_BeforeStartDate_IsFalse()
{
// arrange
var date = new DateTime(1975, 5, 14);
var st... | sheryever/elmah-log-analyzer-with-custom-data | src/ElmahLogAnalyzer.UnitTests/Common/DateTimeExtensionsTests.cs | https://github.com/sheryever/elmah-log-analyzer-with-custom-data/blob/HEAD/src/ElmahLogAnalyzer.UnitTests/Common/DateTimeExtensionsTests.cs | ghcode:00166:b936aa959957 | apache-2.0 | codeparrot/github-code | b936aa959957ca58aca97289aa0c2f46cbb7d3c318ed6f346b92f156f23f2dc2 | 0.85 | testing_debugging_repair_refactoring | 774 | false | 2026-07-17 |
// Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using NUnit.Framework;
using Scriban.Syntax;
namespace Scriban.Tests
{
public class TestStringSlice
{
private static readonly str... | lunet-io/scriban | src/Scriban.Tests/TestStringSlice.cs | https://github.com/lunet-io/scriban/blob/HEAD/src/Scriban.Tests/TestStringSlice.cs | ghcode:00166:1ed1a8978874 | bsd-2-clause | codeparrot/github-code | 1ed1a8978874f791e69aa6b45742dd6f900700fba9ee665423ee57826cca6307 | 0.78 | testing_debugging_repair_refactoring | 563 | false | 2026-07-17 |
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
namespace MorseKata
{
[TestFixture]
public class MorseParserTests
{
private MorseParser _parser;
[SetUp]
public void SetUp()
{
_parser = new MorseParser();
}
... | rafaelgazze/CodeDojos | MorseCode/Solutions/Dw-C#/Class1.cs | https://github.com/rafaelgazze/CodeDojos/blob/HEAD/MorseCode/Solutions/Dw-C#/Class1.cs | ghcode:00166:ec664a2cd2cd | mit | codeparrot/github-code | ec664a2cd2cd7771c868cea7b814b377a2431ba29da0c48177d9a2e3b39f63bf | 0.6 | testing_debugging_repair_refactoring | 919 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using BrightstarDB.Storage;
using BrightstarDB.Storage.BPlusTreeStore;
using BrightstarDB.Storage.Persistence;
using NUnit.Framework;
namespace BrightstarDB.InternalTests.BPlusTreeTests
{
[TestFixture]
public class BPlusTreeBuilderTests
{
... | BrightstarDB/BrightstarDB | src/core/BrightstarDB.InternalTests/BPlusTreeTests/BPlusTreeBuilderTests.cs | https://github.com/BrightstarDB/BrightstarDB/blob/HEAD/src/core/BrightstarDB.InternalTests/BPlusTreeTests/BPlusTreeBuilderTests.cs | ghcode:00166:666c7d345f70 | mit | codeparrot/github-code | 666c7d345f702a263fe73a86455279b1b26c635b70514b760628a05bda028643 | 0.85 | testing_debugging_repair_refactoring | 992 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using FluentAssertions;
using Microsoft.Common.Core.Test.Utility;
using Microsoft.R.Core.AST;
u... | AlexanderSher/RTVS | src/R/Core/Test/Utility/ParseFiles.cs | https://github.com/AlexanderSher/RTVS/blob/HEAD/src/R/Core/Test/Utility/ParseFiles.cs | ghcode:00166:e1aa8cfbb0df | mit | codeparrot/github-code | e1aa8cfbb0dffbcc902dc4aafe551e0d063e2a5a752a05b64773eb39c237cea5 | 0.95 | testing_debugging_repair_refactoring | 312 | false | 2026-07-17 |
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using P23.MetaTrader4.Manager.Contracts;
using P23.MetaTrader4.Manager.Tests.Helpers;
namespace P23.MetaTrader4.Manager.Tests
{
[TestClass]
public class ReportsTests
{
[TestMethod]
public void ReportsRequ... | li0803/MetaTrader4.Manager.Wrapper | src/P23.MetaTrader4.Manager.Tests/ReportsTests.cs | https://github.com/li0803/MetaTrader4.Manager.Wrapper/blob/HEAD/src/P23.MetaTrader4.Manager.Tests/ReportsTests.cs | ghcode:00166:f826da0e4631 | mit | codeparrot/github-code | f826da0e4631dedd0ee232cbf576081ad20431acb9cc11d6aefdaadde86c066a | 0.75 | testing_debugging_repair_refactoring | 155 | false | 2026-07-17 |
using System;
using System.Linq;
#if !NETFX_CORE
using NUnit.Framework;
using TestClass = NUnit.Framework.TestFixtureAttribute;
using TestMethod = NUnit.Framework.TestAttribute;
#else
using Microsoft.VisualStudio.TestTools.UnitTesting;
#endif
namespace CoAP.Codec
{
[TestClass]
public class DatagramReadWriteTe... | smeshlink/CoAP.NET | CoAP.Test/Codec/DatagramReadWriteTest.cs | https://github.com/smeshlink/CoAP.NET/blob/HEAD/CoAP.Test/Codec/DatagramReadWriteTest.cs | ghcode:00166:c66f186186e7 | bsd-3-clause | codeparrot/github-code | c66f186186e7ddee6d3c090cc69917d774bd3c52095cfe878f58deae1b47c4c5 | 0.6 | testing_debugging_repair_refactoring | 2,044 | 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.Collections.Generic;
using System.Buffers;
using System.Buffers.Text;
namespace System.Te... | ericstj/corefxlab | tests/System.Text.Http.Tests/HttpParserBasicTests.cs | https://github.com/ericstj/corefxlab/blob/HEAD/tests/System.Text.Http.Tests/HttpParserBasicTests.cs | ghcode:00166:6f1cd29f395f | mit | codeparrot/github-code | 6f1cd29f395fd836266f76bd1d368c5423d53a87b8923d43737297bd4a7d3a8c | 0.85 | testing_debugging_repair_refactoring | 1,406 | false | 2026-07-17 |
//
// Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// 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 s... | sean-gilliam/NLog | tests/NLog.UnitTests/Config/XmlConfigNodesOrderTests.cs | https://github.com/sean-gilliam/NLog/blob/HEAD/tests/NLog.UnitTests/Config/XmlConfigNodesOrderTests.cs | ghcode:00166:d4ff3da743aa | bsd-3-clause | codeparrot/github-code | d4ff3da743aa38382a2ce8f1d1be5dbf7df80d6bfd220153498d228b85cf9c6f | 0.85 | testing_debugging_repair_refactoring | 613 | false | 2026-07-17 |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using DBreeze;
using DBreeze.DataTypes;
using NBitcoin;
using Stratis.Bitcoin.Features.Consensus;
using Stratis.Bitcoin.Networks;
using Transaction = D... | mikedennis/StratisBitcoinFullNode | src/Stratis.Benchmark/Persistence/DBreeze/FetchCoin.cs | https://github.com/mikedennis/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Benchmark/Persistence/DBreeze/FetchCoin.cs | ghcode:00166:d97e1b2d322e | mit | codeparrot/github-code | d97e1b2d322e7a7925e05559b021c805a15054f19b7e1f1b28ccf4bcb236d167 | 0.75 | testing_debugging_repair_refactoring | 1,139 | 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.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Structure;
using Microsoft.CodeAnalysis.CSharp.Sy... | jmarolf/roslyn | src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/MethodDeclarationStructureTests.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/MethodDeclarationStructureTests.cs | ghcode:00166:836cea92a759 | mit | codeparrot/github-code | 836cea92a7594cccad78ff34901b75a4db08c783e85652a41539b4639184462e | 0.85 | testing_debugging_repair_refactoring | 610 | 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.Threading;
using Xunit;
namespace System.Linq.Parallel.Tests
{
p... | jcme/corefx | src/System.Linq.Parallel/tests/QueryOperators/ToLookupTests.cs | https://github.com/jcme/corefx/blob/HEAD/src/System.Linq.Parallel/tests/QueryOperators/ToLookupTests.cs | ghcode:00166:5b6d2075573c | mit | codeparrot/github-code | 5b6d2075573ca0404e5f74013b01e4d7bc60a0f9c4f0df60aee1d554565dd29f | 0.95 | testing_debugging_repair_refactoring | 3,179 | 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 System.Xml.Tests
{
public class TestData
{
internal static string _Root = @"TestFiles\Test... | shmao/corefx | src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet.cs | https://github.com/shmao/corefx/blob/HEAD/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet.cs | ghcode:00166:0e42a0fec0c1 | mit | codeparrot/github-code | 0e42a0fec0c160c31ede58a30cc646f2f8db0fa91e17ada26a169c8eefa6b096 | 0.95 | testing_debugging_repair_refactoring | 421 | 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.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.V... | parjong/coreclr | src/mscorlib/shared/System/Span.cs | https://github.com/parjong/coreclr/blob/HEAD/src/mscorlib/shared/System/Span.cs | ghcode:00166:a31b5bb0baf0 | mit | codeparrot/github-code | a31b5bb0baf0bae60224a329ff0049d96e561aff01a16bfce039b47d66b35f75 | 0.7 | testing_debugging_repair_refactoring | 3,848 | 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.Diagnostics;
namespace System.Collections.Specialized
{
/// <summary>
/// This enum describes the action that caused a CollectionChanged ... | LeonAkasaka/MinimumAsyncBridge | src/MvvmBridge/NotifyCollectionChangedEventArgs.cs | https://github.com/LeonAkasaka/MinimumAsyncBridge/blob/HEAD/src/MvvmBridge/NotifyCollectionChangedEventArgs.cs | ghcode:00166:79020df90939 | mit | codeparrot/github-code | 79020df9093941c694ab5db68d781fdf98ca84533b12f82aeea7c70e9e76b50d | 0.7 | testing_debugging_repair_refactoring | 3,768 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="JsonWithoutTypeResolverTests.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/EndToEndTests/Tests/Client/Build.Desktop/ClientWithoutTypeResolverTests/JsonWithoutTypeResolverTests.cs | https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/EndToEndTests/Tests/Client/Build.Desktop/ClientWithoutTypeResolverTests/JsonWithoutTypeResolverTests.cs | ghcode:00166:c0bbd5584117 | mit | codeparrot/github-code | c0bbd5584117467c013063bd9ff75e03310cb92ba7fe5af06d3718ef2f4351e7 | 0.95 | testing_debugging_repair_refactoring | 1,152 | 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.Diagnostics;
using System.IO;
using System.Net.Http;
using System.Text;
using System.Thre... | ptoonen/corefx | src/System.Net.Http/tests/FunctionalTests/PostScenarioUWPTest.cs | https://github.com/ptoonen/corefx/blob/HEAD/src/System.Net.Http/tests/FunctionalTests/PostScenarioUWPTest.cs | ghcode:00166:4ca7b1e8c212 | mit | codeparrot/github-code | 4ca7b1e8c2123f82d84df52dd42ccfb638d5767e9050bf76383952206ab48f9d | 0.95 | testing_debugging_repair_refactoring | 1,219 | 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 Xunit;
namespace ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.returnType.covarian... | shmao/corefx | src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/Conformance.dynamic.dynamicType.returnType.covariant.cs | https://github.com/shmao/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/Conformance.dynamic.dynamicType.returnType.covariant.cs | ghcode:00166:44eba9c7e0bf | mit | codeparrot/github-code | 44eba9c7e0bf6acfbd4e1c158e3f44c9adde17b9097028d03c645a978617e583 | 0.82 | testing_debugging_repair_refactoring | 20,039 | false | 2026-07-17 |
using System;
using NUnit.Framework;
namespace DotNetNuke.Tests.Core.Services.Mail
{
[TestFixture]
public class MailTests
{
[Test]
public void ConvertToText_returns_the_input_for_simple_strings()
{
//arrange
Func<string, string> sut = DotNetNuke.Services.Mai... | SCullman/Dnn.Platform | DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mail/MailTests.cs | https://github.com/SCullman/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mail/MailTests.cs | ghcode:00166:568cf0e1e5f7 | mit | codeparrot/github-code | 568cf0e1e5f74101a0fbb05ff4034093eb91c20b841df601f6f33c6af16fd3b2 | 0.95 | testing_debugging_repair_refactoring | 263 | 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... | mayurid/azure-powershell | src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCertificateTest.cs | https://github.com/mayurid/azure-powershell/blob/HEAD/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCertificateTest.cs | ghcode:00166:d139d57bb462 | apache-2.0 | codeparrot/github-code | d139d57bb4626a72ec321c72448e96c706f8cf2e5ea7f6759cb06fb8189aef12 | 0.85 | testing_debugging_repair_refactoring | 636 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="EntitySet.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
// @owner [....]
// @backupOwner [....]
//-----------------------------------------------------------... | sekcheong/referencesource | System.Data.Entity/System/Data/Metadata/Edm/EntitySet.cs | https://github.com/sekcheong/referencesource/blob/HEAD/System.Data.Entity/System/Data/Metadata/Edm/EntitySet.cs | ghcode:00166:066889e2591a | mit | codeparrot/github-code | 066889e2591a495292b1578435827bd475587ea0f5f2a018fdb4b5dc10888b6b | 0.7 | testing_debugging_repair_refactoring | 1,221 | 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 Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.CodeAnalysis.Test.Utilities;... | AlekseyTs/roslyn | src/Compilers/CSharp/Test/Emit/CodeGen/ObjectAndCollectionInitializerTests.cs | https://github.com/AlekseyTs/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Emit/CodeGen/ObjectAndCollectionInitializerTests.cs | ghcode:00166:58c8c83f2201 | mit | codeparrot/github-code | 58c8c83f22011179b4de53d0983414c4c273d9ba84971f8ab2271e5695a7eddc | 0.82 | testing_debugging_repair_refactoring | 31,158 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
using Xunit;
... | mafiya69/corefx | src/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderNamespace.cs | https://github.com/mafiya69/corefx/blob/HEAD/src/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderNamespace.cs | ghcode:00166:db805819c8a0 | mit | codeparrot/github-code | db805819c8a0e3d3ce0689c933b4b577a4664758efc50afd4966b4ffe14ad50d | 0.95 | testing_debugging_repair_refactoring | 1,978 | 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.
/* The Computer Language Benchmarks Game
http://benchmarksgame.alioth.debian.org/
contributed by Marek Safar ... | andschwa/coreclr | tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csharp.cs | https://github.com/andschwa/coreclr/blob/HEAD/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csharp.cs | ghcode:00166:d9d2c5c156df | mit | codeparrot/github-code | d9d2c5c156dff5fa6396fab3c6cabfe1b6895f5513fdd55a6360a810ba08a20f | 0.95 | testing_debugging_repair_refactoring | 842 | 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.Collections.Generic;
#pragma warning disable xUnit1013 // https://github.com/xunit/xunit/... | shimingsg/corefx | src/System.Runtime.Extensions/tests/System/BitConverterBase.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Runtime.Extensions/tests/System/BitConverterBase.cs | ghcode:00166:f3f21fa70deb | mit | codeparrot/github-code | f3f21fa70debabebeb4eeac5d93d5774e7c27b266e0ce2b121cb6f35ff6bf4e7 | 0.95 | testing_debugging_repair_refactoring | 10,029 | 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.Globalization;
using Xunit;
namespace System.Globalization.Tests
{
public class DateTimeFormatInfoGetAbbreviatedDayName
{
//... | misterzik/corefx | src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetAbbreviatedDayName.cs | https://github.com/misterzik/corefx/blob/HEAD/src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetAbbreviatedDayName.cs | ghcode:00166:60306ff992bc | mit | codeparrot/github-code | 60306ff992bcfb794aa33b0b107803c0dca22d9cb7a45fb447565dc8df9201df | 0.95 | testing_debugging_repair_refactoring | 658 | 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.Diagnostics;
using System.Dynamic.Utils;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.CompilerServices;
namespace System.L... | erpframework/corefx | src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Unary.cs | https://github.com/erpframework/corefx/blob/HEAD/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Unary.cs | ghcode:00166:cf7cf6807af9 | mit | codeparrot/github-code | cf7cf6807af94fce7ff4d52632510aede05b1e15f581b4c5b2fcc2a9307368cd | 0.95 | testing_debugging_repair_refactoring | 2,745 | 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.Security.AccessControl;
using System.Security.Principal;
using Xunit;
namespace System.IO
{
public... | BrennanConroy/corefx | src/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.IO.FileSystem.AccessControl/tests/FileSystemAccessRuleTests.cs | ghcode:00166:da9f58891de0 | mit | codeparrot/github-code | da9f58891de032c3e1eddd32de164e80d1af77a4082de67c943bbdd16834c2dc | 0.95 | testing_debugging_repair_refactoring | 819 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Test.Utilities;
using Roslyn.Test.Utilities.Parallel;
using Xunit;
namespace Mi... | droyad/roslyn | src/EditorFeatures/CSharpTest/Recommendations/VolatileKeywordRecommenderTests.cs | https://github.com/droyad/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/Recommendations/VolatileKeywordRecommenderTests.cs | ghcode:00166:e86493f1f4a6 | apache-2.0 | codeparrot/github-code | e86493f1f4a635532109cb8d27ee62863108e4ab8129b44ff5fb47f2ab819b6e | 0.75 | testing_debugging_repair_refactoring | 2,337 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.