text stringlengths 40 299k | repo_name stringlengths 7 71 | path stringlengths 4 235 | source_url stringlengths 45 289 | commit_or_blob_id stringlengths 25 25 | license stringclasses 7
values | source_dataset stringclasses 1
value | content_sha256 stringlengths 64 64 | quality_score float64 0.2 0.95 | category_slice stringclasses 1
value | token_count int64 11 109k | is_synthetic bool 1
class | collected_at stringdate 2026-07-17 00:00:00 2026-07-17 00:00:00 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
// ***********************************************************************
// Copyright (c) 2011 Charlie Poole, Rob Prouse
//
// 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 restri... | OmicronPersei/nunit | src/NUnitFramework/framework/Assert.That.cs | https://github.com/OmicronPersei/nunit/blob/HEAD/src/NUnitFramework/framework/Assert.That.cs | ghcode:00002:5fba07516f38 | mit | codeparrot/github-code | 5fba07516f38b1fbdea1042b3c130800cb460dc380f778b05987fbb3a504027a | 0.85 | testing_debugging_repair_refactoring | 2,719 | false | 2026-07-17 |
using DbLocalizationProvider.Internal;
using Xunit;
namespace DbLocalizationProvider.Tests
{
public class StringJoinTests
{
[Fact]
public void Join_MoreStrings_SomeEmpty()
{
var s = "Beginning";
var result = s.JoinNonEmpty(".", "Ending");
Assert.Equ... | ShadowLaurus/LocalizationProvider | Tests/DbLocalizationProvider.Tests/StringJoinTests.cs | https://github.com/ShadowLaurus/LocalizationProvider/blob/HEAD/Tests/DbLocalizationProvider.Tests/StringJoinTests.cs | ghcode:00002:99394e8f02bb | mit | codeparrot/github-code | 99394e8f02bbf27fd6386e7b828f89f313b140b71989d35efbc56d849516eda2 | 0.75 | testing_debugging_repair_refactoring | 183 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Core.TestFramework;
using NUnit.Framework;
namespace Azure.Identity.Tests
{
[RunOnl... | Azure/azure-sdk-for-net | sdk/identity/Azure.Identity/tests/VisualStudioCredentialTests.cs | https://github.com/Azure/azure-sdk-for-net/blob/HEAD/sdk/identity/Azure.Identity/tests/VisualStudioCredentialTests.cs | ghcode:00002:f1979b2ec6c2 | mit | codeparrot/github-code | f1979b2ec6c2c05ec0242bd589eefb76f527347924ca9a3b9199177e071dfdcf | 0.95 | testing_debugging_repair_refactoring | 2,158 | false | 2026-07-17 |
using System;
using Xunit.Sdk;
namespace Aliases.TestExecutors.XUnit.TraitAttributes
{
[TraitDiscoverer("Aliases.TestExecutors.XUnit.TraitAttributes.CustomTraitDiscoverer", "Aliases.TestExecutors.XUnit")]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true)]
public class... | Jarga/Alias | Aliases.TestExecutors.XUnit/TraitAttributes/CustomTraitAttribute.cs | https://github.com/Jarga/Alias/blob/HEAD/Aliases.TestExecutors.XUnit/TraitAttributes/CustomTraitAttribute.cs | ghcode:00002:e8e20cf35c77 | mit | codeparrot/github-code | e8e20cf35c77ec7da032fe7bfea3f6af25298b3f0acdf706aec944497d16b1a1 | 0.7 | testing_debugging_repair_refactoring | 165 | false | 2026-07-17 |
namespace Nancy.Tests.Functional.Tests
{
using System;
using Nancy.Testing;
using Nancy.Tests.Functional.Modules;
using Xunit;
public class SerializerTests
{
private ConfigurableBootstrapper bootstrapper;
private Browser browser;
public SerializerTests(... | jonathanfoster/Nancy | src/Nancy.Tests.Functional/Tests/SerializerTests.cs | https://github.com/jonathanfoster/Nancy/blob/HEAD/src/Nancy.Tests.Functional/Tests/SerializerTests.cs | ghcode:00002:fab2fb5add6c | mit | codeparrot/github-code | fab2fb5add6c52b6a96ceb7ff7438c25750671ff0e9354dfdf8e0a17662acea9 | 0.85 | testing_debugging_repair_refactoring | 361 | false | 2026-07-17 |
// Code generated by Microsoft (R) AutoRest Code Generator 1.2.1.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
namespace ApplicationGateway
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collection... | veronicagg/autorest | Samples/test/end-to-end/network/Client/INetworkWatchersOperations.cs | https://github.com/veronicagg/autorest/blob/HEAD/Samples/test/end-to-end/network/Client/INetworkWatchersOperations.cs | ghcode:00002:db6f62972cef | mit | codeparrot/github-code | db6f62972cefee78d0010b3dd5ec54783ec414e3694a24af8e6eaa9ff5d6a4c4 | 0.95 | testing_debugging_repair_refactoring | 5,579 | 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;
namespace System.Globalization.Tests
{
public class TextInfoToLower
{
[Theory]
... | kkurni/corefx | src/System.Globalization/tests/TextInfo/TextInfoToLower.cs | https://github.com/kkurni/corefx/blob/HEAD/src/System.Globalization/tests/TextInfo/TextInfoToLower.cs | ghcode:00002:9cc0d1cb4a99 | mit | codeparrot/github-code | 9cc0d1cb4a99d32cc65919f86ab1c4a95beff852bea26faafb2538e445e401fe | 0.95 | testing_debugging_repair_refactoring | 482 | false | 2026-07-17 |
using FakeItEasy;
using Newtonsoft.Json.Linq;
using Serenity.Abstractions;
using Serenity.Localization;
using Serenity.Testing;
using System;
using System.Collections.Generic;
using System.IO;
using Xunit;
namespace Serenity.Test
{
[Collection("AvoidParallel")]
public class JsonLocalTextRegistrat... | linpiero/Serenity | Serenity.Test/Core/Localization/JsonLocalTextRegistrationTests.cs | https://github.com/linpiero/Serenity/blob/HEAD/Serenity.Test/Core/Localization/JsonLocalTextRegistrationTests.cs | ghcode:00002:1bf1676fc867 | mit | codeparrot/github-code | 1bf1676fc8679acda78f65e9145a611d9b636545959afc782273eef82a863aea | 0.75 | testing_debugging_repair_refactoring | 3,530 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using AutoPoco.Configuration;
using AutoPoco.Testing;
namespace AutoPoco.Tests.Unit.Configuration
{
[TestFixture]
public class EngineConfigurationTests
{
[Test]
public void Register... | KCL5South/KCLAutoPoco | AutoPoco.Tests.Unit/Configuration/EngineConfigurationTests.cs | https://github.com/KCL5South/KCLAutoPoco/blob/HEAD/AutoPoco.Tests.Unit/Configuration/EngineConfigurationTests.cs | ghcode:00002:09916b522b43 | mit | codeparrot/github-code | 09916b522b4333f6359093a03da3c5ad59fa3308c549ba0cebc6d397f999af1f | 0.75 | testing_debugging_repair_refactoring | 114 | 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;
namespace System.IO.Pipes.Tests
{
/// <summary>
/// The Specific AnonymousPipe tests cover edg... | rjxby/corefx | src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.Specific.cs | https://github.com/rjxby/corefx/blob/HEAD/src/System.IO.Pipes/tests/AnonymousPipeTests/AnonymousPipeTest.Specific.cs | ghcode:00002:5d08315082ca | mit | codeparrot/github-code | 5d08315082ca7079e98cdc5e97d0594aeb7c7d6bfa3738f41a1cbfb074e22d13 | 0.95 | testing_debugging_repair_refactoring | 1,784 | false | 2026-07-17 |
/*
Copyright 2012 Michael Edwards
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | RvanDalen/Glass.Mapper | Tests/Unit Tests/Glass.Mapper.Sc.FakeDb/DataMappers/SitecoreIdMapperFixture.cs | https://github.com/RvanDalen/Glass.Mapper/blob/HEAD/Tests/Unit Tests/Glass.Mapper.Sc.FakeDb/DataMappers/SitecoreIdMapperFixture.cs | ghcode:00002:8557dfbc2a1f | apache-2.0 | codeparrot/github-code | 8557dfbc2a1ff385b254aee689729fc5c98f0eae27b1d6473aa0f32ab390e673 | 0.7 | testing_debugging_repair_refactoring | 928 | false | 2026-07-17 |
/*
MIT License
Copyright(c) 2014-2018 Infragistics, Inc.
Copyright 2018 Google LLC
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 ... | evildour/google-cloud-dotnet | third_party/BreakingChangesDetector/BreakingChangesDetector.UnitTests/BreakingChangesTests/ChangedClassToAbstractTests.cs | https://github.com/evildour/google-cloud-dotnet/blob/HEAD/third_party/BreakingChangesDetector/BreakingChangesDetector.UnitTests/BreakingChangesTests/ChangedClassToAbstractTests.cs | ghcode:00002:f96148b86237 | apache-2.0 | codeparrot/github-code | f96148b8623797512d5d9a2147eed4b21474a98e21cde016264e15f3c5d24676 | 0.75 | testing_debugging_repair_refactoring | 949 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using LightBDD.Framework.Messaging;
using LightBDD.Framework.UnitTests.Messaging.Helpers;
using NUnit.Framework;
namespace LightBDD.Framework.UnitTests.Messaging
{
[TestFixture]
[FixtureLifeCycle(LifeCycle.InstancePerTestCa... | Suremaker/LightBDD | test/LightBDD.Framework.UnitTests/Messaging/MessageListener_EnsureReceivedMany_tests.cs | https://github.com/Suremaker/LightBDD/blob/HEAD/test/LightBDD.Framework.UnitTests/Messaging/MessageListener_EnsureReceivedMany_tests.cs | ghcode:00002:daa2460667db | bsd-2-clause | codeparrot/github-code | daa2460667db889cbad4eb209476b3ca4ef10cbe298700aa252447376e07373d | 0.68 | testing_debugging_repair_refactoring | 1,067 | false | 2026-07-17 |
using System;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using CodeJam.PerfTests.Metrics;
using NUnit.Framework;
using static NUnit.Framework.Assert;
using static CodeJam.PerfTests.Metrics.MetricRange;
namespace CodeJam.PerfTests
{
[SuppressMessage("ReSharper", "HeapView.BoxingAllocation")... | rsdn/CodeJam | PerfTests[WIP]/tests/[L1_CompetitionApi]/MetricRangeTests.cs | https://github.com/rsdn/CodeJam/blob/HEAD/PerfTests[WIP]/tests/[L1_CompetitionApi]/MetricRangeTests.cs | ghcode:00002:c75a459ab3bd | mit | codeparrot/github-code | c75a459ab3bd8511ae3f30d3bb67c5154d94818cb8b12bc041bc569f77099195 | 0.85 | testing_debugging_repair_refactoring | 840 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Octokit;
using Octokit.Tests.Integration;
using Xunit;
public class SearchClientTests
{
readonly IGitHubClient _gitHubClient;
public SearchClientTests()
{
_gitHubClient = Helper.GetAuthenticatedClient();
... | shiftkey-tester/octokit.net | Octokit.Tests.Integration/Clients/SearchClientTests.cs | https://github.com/shiftkey-tester/octokit.net/blob/HEAD/Octokit.Tests.Integration/Clients/SearchClientTests.cs | ghcode:00002:23ad4b6d5a73 | mit | codeparrot/github-code | 23ad4b6d5a739cd6704559d7b42abeb26ebb252200955a2f0cf854a8492d1498 | 0.85 | testing_debugging_repair_refactoring | 4,231 | 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 FluentAssertions;
using Microsoft.Common.Core.Disposables;
using Microsoft.UnitTests.Core.XUnit;
namespac... | AlexanderSher/RTVS | src/Common/Core/Test/Disposables/CountdownDisposableTest.cs | https://github.com/AlexanderSher/RTVS/blob/HEAD/src/Common/Core/Test/Disposables/CountdownDisposableTest.cs | ghcode:00002:20494e30f91c | mit | codeparrot/github-code | 20494e30f91c72af5872e0c87361d860c2e9ba6ca39ca0bb5d143ddac578fc1c | 0.85 | testing_debugging_repair_refactoring | 343 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using Microsoft.Azure.Management.Compute;
using Microsoft.Azure.Management.Compute.Models;
using Microsoft.Azure.Management.ResourceManager;
using Microsoft.Azur... | SiddharthChatrolaMs/azure-sdk-for-net | src/SDKs/Compute/Compute.Tests/ScenarioTests/ImageTests.cs | https://github.com/SiddharthChatrolaMs/azure-sdk-for-net/blob/HEAD/src/SDKs/Compute/Compute.Tests/ScenarioTests/ImageTests.cs | ghcode:00002:ecb645c4d392 | apache-2.0 | codeparrot/github-code | ecb645c4d392c2f9411ae6f437a16d94adb8f0be13bc2dbcc7ae407e7eadcb16 | 0.85 | testing_debugging_repair_refactoring | 1,340 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
namespace BenchmarkDotNet.Helpers.Reflection.Emit
{
internal static class IlGeneratorCallExtensions
{
public static LocalBuilder DeclareOptionalLocalForInstanceCall(
this ILGenerator ilBu... | ig-sinicyn/BenchmarkDotNet | src/BenchmarkDotNet/Helpers/Reflection.Emit/IlGeneratorCallExtensions.cs | https://github.com/ig-sinicyn/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet/Helpers/Reflection.Emit/IlGeneratorCallExtensions.cs | ghcode:00002:cd20fdd16604 | mit | codeparrot/github-code | cd20fdd16604e2fdf251483b75184e1dadb95ec45ca8a2bbb20cd0c1c3c063e4 | 0.75 | testing_debugging_repair_refactoring | 1,103 | false | 2026-07-17 |
using System.Linq;
using FluentAssertions;
using Microsoft.Extensions.Logging;
using NBitcoin;
using NSubstitute;
using Stratis.Bitcoin.Networks;
using Stratis.Features.FederatedPeg.Interfaces;
using Stratis.Features.FederatedPeg.TargetChain;
using Stratis.Features.FederatedPeg.Tests.Utils;
using Stratis.Sidechains.Ne... | fassadlr/StratisBitcoinFullNode | src/Stratis.Features.FederatedPeg.Tests/WithdrawalExtractorTests.cs | https://github.com/fassadlr/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Features.FederatedPeg.Tests/WithdrawalExtractorTests.cs | ghcode:00002:4bfcc8f521b3 | mit | codeparrot/github-code | 4bfcc8f521b399a59c0be7f527e289b01d3169bcb14ed5b68cf3cfaf95ef07f3 | 0.85 | testing_debugging_repair_refactoring | 1,778 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Abp.Collections.Extensions;
using Abp.Timing.Timezone;
using NSubstitute.ExceptionExtensions;
using Shouldly;
using Xunit;
namespace Abp.Tests.Timing
{
public class TimezoneHelper_Tests
{
[Theory]
[InlineData("Pacific Sta... | abdllhbyrktr/aspnetboilerplate | test/Abp.Tests/Timing/TimezoneHelper_Tests.cs | https://github.com/abdllhbyrktr/aspnetboilerplate/blob/HEAD/test/Abp.Tests/Timing/TimezoneHelper_Tests.cs | ghcode:00002:3096de5002ef | mit | codeparrot/github-code | 3096de5002ef3fd1ba55f8b971c5d8db80b06da9c176e86feb39c70e8d1fd1f9 | 0.75 | testing_debugging_repair_refactoring | 789 | 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.Immutable;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.Cod... | aelij/roslyn | src/Compilers/CSharp/Test/Symbol/Symbols/Source/CustomModifierCopyTests.cs | https://github.com/aelij/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Symbol/Symbols/Source/CustomModifierCopyTests.cs | ghcode:00002:cf896a739302 | apache-2.0 | codeparrot/github-code | cf896a73930236b10e21bc05e1ed04c978e28a2cefd689991b934b7b721effaf | 0.82 | testing_debugging_repair_refactoring | 20,895 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2007 Charlie Poole, Rob Prouse
//
// 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 restri... | NikolayPianikov/nunit | src/NUnitFramework/tests/Assertions/ArrayEqualsFixture.cs | https://github.com/NikolayPianikov/nunit/blob/HEAD/src/NUnitFramework/tests/Assertions/ArrayEqualsFixture.cs | ghcode:00002:43c3be7a9389 | mit | codeparrot/github-code | 43c3be7a93895f966f6f0586c7ce080f006c2f93001a2c88d93d6d4e47ddf4b9 | 0.95 | testing_debugging_repair_refactoring | 2,495 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeActions;
using M... | jmarolf/roslyn | src/EditorFeatures/CSharpTest/Diagnostics/GenerateType/GenerateTypeWithUnboundAnalyzerTests.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/Diagnostics/GenerateType/GenerateTypeWithUnboundAnalyzerTests.cs | ghcode:00002:72bc6653e425 | mit | codeparrot/github-code | 72bc6653e425885d1d818b95ec24051750a38915b317428fabedba907cd17cc9 | 0.85 | testing_debugging_repair_refactoring | 317 | false | 2026-07-17 |
using J2N.IO;
using Lucene.Net.Documents;
using Lucene.Net.Index;
using Lucene.Net.Util;
using NUnit.Framework;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Directory = Lucene.Net.Store.Directory;
namespace Lucene.Net.Replicator
{
/*
* Licensed to the Apache Software Foundation ... | apache/lucenenet | src/Lucene.Net.Tests.Replicator/SessionTokenTest.cs | https://github.com/apache/lucenenet/blob/HEAD/src/Lucene.Net.Tests.Replicator/SessionTokenTest.cs | ghcode:00002:f4a3aad6c879 | apache-2.0 | codeparrot/github-code | f4a3aad6c8796d276bc1aff7ed3610a06c76d15872c0fa6ab17a6076f37de5f6 | 0.85 | testing_debugging_repair_refactoring | 583 | 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.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.... | JohnHamby/roslyn | src/Compilers/CSharp/Portable/Binder/Binder.WithQueryLambdaParametersBinder.cs | https://github.com/JohnHamby/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/Binder.WithQueryLambdaParametersBinder.cs | ghcode:00002:ed78b14d5231 | apache-2.0 | codeparrot/github-code | ed78b14d5231346f2d08ee426eab6863775238760fc934af16b8bbe7968a211d | 0.85 | testing_debugging_repair_refactoring | 1,115 | false | 2026-07-17 |
using Shouldly.Tests.TestHelpers;
namespace Shouldly.Tests.ShouldNotContain
{
public class StringContainsStringScenario : ShouldlyShouldTestScenario
{
protected string target = "Shouldly is legendary";
protected override void ShouldThrowAWobbly()
{
target.ShouldNotContain(... | JakeGinnivan/shouldly | src/Shouldly.Tests/ShouldNotContain/StringContainsStringScenario.cs | https://github.com/JakeGinnivan/shouldly/blob/HEAD/src/Shouldly.Tests/ShouldNotContain/StringContainsStringScenario.cs | ghcode:00002:b587547d0517 | bsd-3-clause | codeparrot/github-code | b587547d05177a6f6a582d43ec90fbd54f7850777fedfa95f8b8e6eab7c7818e | 0.6 | testing_debugging_repair_refactoring | 139 | false | 2026-07-17 |
using NSubstitute;
using NUnit.Framework;
using System;
namespace PusherServer.Tests.UnitTests
{
[TestFixture]
public class When_creating_a_new_Pusher_instance
{
[Test]
[ExpectedException(typeof(ArgumentException))]
public void appId_cannot_be_null()
{
var pushe... | eltone/pusher-dotnet-server | PusherServer.Tests/UnitTests/Pusher.cs | https://github.com/eltone/pusher-dotnet-server/blob/HEAD/PusherServer.Tests/UnitTests/Pusher.cs | ghcode:00002:01988ce89b38 | mit | codeparrot/github-code | 01988ce89b380280ef5c3ed2da874455e5eb3b7eebb181e6760e5b29d982ce5c | 0.6 | testing_debugging_repair_refactoring | 309 | 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.IO;
using System.Text;
using System.Xml.Schema;
using System.Xml.XPath;
using System.Diagnostics;
using... | shmao/corefx | src/System.Private.Xml/src/System/Xml/Core/XsdCachingReader.cs | https://github.com/shmao/corefx/blob/HEAD/src/System.Private.Xml/src/System/Xml/Core/XsdCachingReader.cs | ghcode:00002:bfca68d6cc65 | mit | codeparrot/github-code | bfca68d6cc6555476e6354033f94c886eb2ba19d275debb3411e1b1c7c3bd53b | 0.95 | testing_debugging_repair_refactoring | 4,834 | 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.Collections.Generic;
using System.Linq;
using System.Net;
using Microsoft.Azure.Management.Resources;
using Microsoft.Azure.Management.Cdn;
using Mi... | brjohnstmsft/azure-sdk-for-net | sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/OriginTests.cs | https://github.com/brjohnstmsft/azure-sdk-for-net/blob/HEAD/sdk/cdn/Microsoft.Azure.Management.Cdn/tests/ScenarioTests/OriginTests.cs | ghcode:00002:6e18947d31ed | mit | codeparrot/github-code | 6e18947d31ed5d860e5ff1c4bac22824c78360dee37751fd3caf276c0f32fb9d | 0.95 | testing_debugging_repair_refactoring | 1,748 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Mi... | jmarolf/roslyn | src/Compilers/CSharp/Portable/Binder/CatchClauseBinder.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/CatchClauseBinder.cs | ghcode:00002:a46653e200d3 | mit | codeparrot/github-code | a46653e200d39595fb6ed360f0127cca711373ae17327285e992ce34f031a425 | 0.85 | testing_debugging_repair_refactoring | 414 | 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;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
... | DavidKarlas/roslyn | src/Compilers/Core/Portable/InternalUtilities/EnumerableExtensions.cs | https://github.com/DavidKarlas/roslyn/blob/HEAD/src/Compilers/Core/Portable/InternalUtilities/EnumerableExtensions.cs | ghcode:00002:8fabd7fe8a30 | apache-2.0 | codeparrot/github-code | 8fabd7fe8a30855b160ac3fbe6105b4f362b274ecaadf9911328add9e7920f68 | 0.85 | testing_debugging_repair_refactoring | 1,819 | false | 2026-07-17 |
/*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must r... | TomDataworks/opensim | OpenSim/Tests/Common/LongRunningAttribute.cs | https://github.com/TomDataworks/opensim/blob/HEAD/OpenSim/Tests/Common/LongRunningAttribute.cs | ghcode:00002:76d488706759 | bsd-3-clause | codeparrot/github-code | 76d48870675924a0f45372de508f893efe90a6b3b33796386f5a662de37f2d78 | 0.85 | testing_debugging_repair_refactoring | 412 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2015 Charlie Poole, Rob Prouse
//
// 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 restr... | OmicronPersei/nunit | src/NUnitFramework/tests/TestUtilities/UniqueValues.cs | https://github.com/OmicronPersei/nunit/blob/HEAD/src/NUnitFramework/tests/TestUtilities/UniqueValues.cs | ghcode:00002:f9b52392ce5f | mit | codeparrot/github-code | f9b52392ce5f0c68e30cdafadfcc2970d302351d733fe2f982974b159c56744f | 0.95 | testing_debugging_repair_refactoring | 809 | 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.CSharp.Test.Utilities;
using Xunit;
using Xunit.Abstractions;
namespace Microsoft.CodeAnalysis.CSharp.UnitTests.Parsing
{
p... | aelij/roslyn | src/Compilers/CSharp/Test/Syntax/Parsing/SuppressNullableWarningExpressionParsingTests.cs | https://github.com/aelij/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Syntax/Parsing/SuppressNullableWarningExpressionParsingTests.cs | ghcode:00002:f5c9e82bba20 | apache-2.0 | codeparrot/github-code | f5c9e82bba20349e2ac1cbe24f0b0d8956d2d53c4c3e9910c04f9458ee4e005b | 0.95 | testing_debugging_repair_refactoring | 1,318 | 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;
using System.Collections.Generic;
using System.Collections.ObjectModel;
usin... | BrennanConroy/corefx | src/System.Linq/tests/ToArrayTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Linq/tests/ToArrayTests.cs | ghcode:00002:3fec077e790b | mit | codeparrot/github-code | 3fec077e790be632d3f820d89ce6a4b0f8e0be4a2249d08ed65f108e2c4c530c | 0.95 | testing_debugging_repair_refactoring | 3,618 | false | 2026-07-17 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy ... | young-zhang/Lean | Tests/Indicators/LeastSquaresMovingAverageTest.cs | https://github.com/young-zhang/Lean/blob/HEAD/Tests/Indicators/LeastSquaresMovingAverageTest.cs | ghcode:00002:c1dd02d6a615 | apache-2.0 | codeparrot/github-code | c1dd02d6a615efef66322859da5cc164ac0e3064dd94656de284b2b5977b8a8b | 0.7 | testing_debugging_repair_refactoring | 1,360 | 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.Diagnostics;
using System.Linq;
using System.Linq.Expressions;
using... | BrennanConroy/corefx | src/System.Linq.Expressions/tests/Dynamic/BindingRestrictionsProxyTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Linq.Expressions/tests/Dynamic/BindingRestrictionsProxyTests.cs | ghcode:00002:5f5b86c7d4c3 | mit | codeparrot/github-code | 5f5b86c7d4c3764962654347d47b1057bed00ddfc8e013e0a609cb708ab77135 | 0.95 | testing_debugging_repair_refactoring | 1,477 | 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;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.CSharp.Test.Utili... | ErikSchierboom/roslyn | src/Compilers/CSharp/Test/Emit/Emit/DynamicAnalysis/DynamicInstrumentationTests.cs | https://github.com/ErikSchierboom/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Emit/Emit/DynamicAnalysis/DynamicInstrumentationTests.cs | ghcode:00002:25b1fa01837f | apache-2.0 | codeparrot/github-code | 25b1fa01837ff514917f5b145170bb2d4d874e1bf692fb0e7f7b06be385f314b | 0.82 | testing_debugging_repair_refactoring | 20,808 | 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;
using ... | DavidKarlas/roslyn | src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_PropertyAccess.cs | https://github.com/DavidKarlas/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_PropertyAccess.cs | ghcode:00002:41fd1736694a | apache-2.0 | codeparrot/github-code | 41fd1736694accde469c350799da915e009af80b83c9d75d7b3e4e9b00f26a19 | 0.85 | testing_debugging_repair_refactoring | 837 | 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.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.InvokeDelegate... | pdelvo/roslyn | src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests.cs | https://github.com/pdelvo/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/Diagnostics/InvokeDelegateWithConditionalAccess/InvokeDelegateWithConditionalAccessTests.cs | ghcode:00002:f81439252f71 | apache-2.0 | codeparrot/github-code | f81439252f71d4c7ae7ea9c90205ca64d68ae4493e3c2347453c5be02abbbfb6 | 0.85 | testing_debugging_repair_refactoring | 3,456 | 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.CodeFixes;
using Microsoft.CodeAnalysis.Diagnostics;
using TestTemplate;
using Xunit;
namespace A... | heejaechang/roslyn-analyzers | src/Unfactored/AsyncPackage/AsyncPackage.Test/Async_Tests/CancellationTests.cs | https://github.com/heejaechang/roslyn-analyzers/blob/HEAD/src/Unfactored/AsyncPackage/AsyncPackage.Test/Async_Tests/CancellationTests.cs | ghcode:00002:ddd451caa62a | apache-2.0 | codeparrot/github-code | ddd451caa62adb95dd6ab9b1aacb03d21c4045d8c4affd7262020fb6ca02fd8f | 0.85 | testing_debugging_repair_refactoring | 4,266 | 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.Generic;
using Roslyn.Utilities;
using System.Diagnostics;
namespace Microsoft.CodeAnalysis.Emit
{
internal class TypeExport<Ty... | furesoft/roslyn | src/Compilers/Core/Portable/Emit/TypeExport.cs | https://github.com/furesoft/roslyn/blob/HEAD/src/Compilers/Core/Portable/Emit/TypeExport.cs | ghcode:00002:de2a0474030b | apache-2.0 | codeparrot/github-code | de2a0474030bad9d72075ef47450fbf886d853aede3dbed7fe1e49f8dee26a43 | 0.6 | testing_debugging_repair_refactoring | 248 | 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... | nemanja88/azure-powershell | src/ResourceManager/Profile/Commands.Profile.Test/MockSubscriptionClientFactory.cs | https://github.com/nemanja88/azure-powershell/blob/HEAD/src/ResourceManager/Profile/Commands.Profile.Test/MockSubscriptionClientFactory.cs | ghcode:00002:9e26eeffcfb2 | apache-2.0 | codeparrot/github-code | 9e26eeffcfb2ee2ccc68fa7bc81760e8120d611fb12d643e611ab93dcd9a698a | 0.7 | testing_debugging_repair_refactoring | 1,102 | 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;
namespace System.Linq.Expressions.Tests
{
public static class BinaryMultiplyTests
{
#r... | nbarbettini/corefx | src/System.Linq.Expressions/tests/BinaryOperators/Arithmetic/BinaryMultiplyTests.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Linq.Expressions/tests/BinaryOperators/Arithmetic/BinaryMultiplyTests.cs | ghcode:00002:b9f909e9aa62 | mit | codeparrot/github-code | b9f909e9aa62fed9b02bdbd1771d743383134c854343723a9514623f58e68109 | 0.95 | testing_debugging_repair_refactoring | 3,959 | 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 NumberFormatInfoCurrencyPositivePattern
{
//... | dkorolev/corefx | src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyPositivePattern.cs | https://github.com/dkorolev/corefx/blob/HEAD/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoCurrencyPositivePattern.cs | ghcode:00002:314dc087b870 | mit | codeparrot/github-code | 314dc087b8702fdad231caa61d4f5a4e60a5485916c2b17d84ada576f3079dc1 | 0.95 | testing_debugging_repair_refactoring | 381 | 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.Collections.ObjectModel;
using System.Linq;
using System.Reflection;
using Xunit;
namespace Ros... | AlexisArce/roslyn | src/Test/Utilities/Shared/Assert/EqualityUtil`1.cs | https://github.com/AlexisArce/roslyn/blob/HEAD/src/Test/Utilities/Shared/Assert/EqualityUtil`1.cs | ghcode:00002:8fdc5b804ba1 | apache-2.0 | codeparrot/github-code | 8fdc5b804ba1fc88e510f164f5463be445717b1027169b69393d0422588a6260 | 0.95 | testing_debugging_repair_refactoring | 1,237 | 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.CodeRefactorings;
using Roslyn.UnitTestFramework;
using Xunit;
namespace ImplementNotifyPropertyC... | bbarry/roslyn | src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/CodeRefactoringTests.cs | https://github.com/bbarry/roslyn/blob/HEAD/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/CodeRefactoringTests.cs | ghcode:00002:8af4e5556931 | apache-2.0 | codeparrot/github-code | 8af4e55569317462b1bf97fccda82176f06cbdec396c3e0289e82db380d07165 | 0.85 | testing_debugging_repair_refactoring | 1,208 | 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.Linq;
using Microsoft.CodeAnalysis.Host.Mef;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Host
{
internal static class TestHost... | v-codeel/roslyn | src/Workspaces/CoreTest/Host/TestHost.cs | https://github.com/v-codeel/roslyn/blob/HEAD/src/Workspaces/CoreTest/Host/TestHost.cs | ghcode:00002:d011ed420ccd | apache-2.0 | codeparrot/github-code | d011ed420ccd92e764e4d0bd7ae63586e4d86277bf428ebcd0b603d52742db94 | 0.75 | testing_debugging_repair_refactoring | 159 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
using Infusion.Packets.Server;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Infusion.Tests.Packets.Server
{
[TestClass]
public class OpenDialogBoxPacketT... | uoinfusion/Infusion | Infusion.Tests/Packets/Server/OpenDialogBoxPacketTests.cs | https://github.com/uoinfusion/Infusion/blob/HEAD/Infusion.Tests/Packets/Server/OpenDialogBoxPacketTests.cs | ghcode:00002:2b1367376ecd | mit | codeparrot/github-code | 2b1367376ecd069ac39618d64ccafa6fb017a24d74f53a76154ac3f43acd46d9 | 0.85 | testing_debugging_repair_refactoring | 2,004 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Curae.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}
| joshwhit99/CuraeApp | Web/Curae.Tests/UnitTest1.cs | https://github.com/joshwhit99/CuraeApp/blob/HEAD/Web/Curae.Tests/UnitTest1.cs | ghcode:00002:d33810cd8a60 | mit | codeparrot/github-code | d33810cd8a60c98777e63d524308de922c66a0618453dc5125bde11c03edd320 | 0.6 | testing_debugging_repair_refactoring | 47 | false | 2026-07-17 |
using AlgorithmsLibrary;
using Xunit;
namespace Tests
{
public class QuickUnionPathCompressionTests
{
[Fact]
public void IsConnected_NotConnectedByDefault()
{
var algorithm = new QuickUnionPathCompression(2);
Assert.Equal(0, algorithm.Result[0]);
... | Sufflavus/Algorithms | Source/Tests/QuickUnionPathCompressionTests.cs | https://github.com/Sufflavus/Algorithms/blob/HEAD/Source/Tests/QuickUnionPathCompressionTests.cs | ghcode:00002:b001364006ba | mit | codeparrot/github-code | b001364006bad4ae93c15d6044a918d7841b5c2e58a78a45fd245eeab6b84cd3 | 0.85 | testing_debugging_repair_refactoring | 278 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using NUnit.Framework;
namespace Test.HtmlDiff
{
[TestFixture]
public class PerformanceTests
{
[Test(Description = "This is a benchmark test, it requires much memory and cpu to run so by... | Rohland/htmldiff.net | Test.HtmlDiff/PerformanceTests.cs | https://github.com/Rohland/htmldiff.net/blob/HEAD/Test.HtmlDiff/PerformanceTests.cs | ghcode:00002:ae8050555442 | mit | codeparrot/github-code | ae80505554425f61b58d2a89fc20fc6df639449352a025bb162688e6a166d27c | 0.75 | testing_debugging_repair_refactoring | 771 | false | 2026-07-17 |
// <copyright file="DateTimeHelperTests_WeekNumberCalculator.cs" company="Matt Lacey">
// Copyright © Matt Lacey. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the solution root for license information.
// </copyright>
// <author>Matt Lacey</author>
// <author>D.A.M. Good Media Ltd.</author>
... | mrlacey/LuisEntityHelpers | code/LuisEntityHelpers.Tests/DateTimeHelperTests_WeekNumberCalculator.cs | https://github.com/mrlacey/LuisEntityHelpers/blob/HEAD/code/LuisEntityHelpers.Tests/DateTimeHelperTests_WeekNumberCalculator.cs | ghcode:00002:87ff69f91c77 | mit | codeparrot/github-code | 87ff69f91c77f653470fcddf9c0df2cb16a259351a0bb1d546476841eda02f32 | 0.7 | testing_debugging_repair_refactoring | 968 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Threading.Tasks;
using AsyncGenerator.Analyzation;
using AsyncGenerator.Core;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using NUnit.Framework;
using AsyncGenerator.Tests.ConfigurationOverride.Input;
namespace AsyncGenerator.Tests.Configurat... | maca88/AsyncGenerator | Source/AsyncGenerator.Tests/ConfigurationOverride/Fixture.cs | https://github.com/maca88/AsyncGenerator/blob/HEAD/Source/AsyncGenerator.Tests/ConfigurationOverride/Fixture.cs | ghcode:00002:5e67457aff5f | mit | codeparrot/github-code | 5e67457aff5f9cff9361bcf95ff7775955da42af819928f88ac4202d47bbb627 | 0.6 | testing_debugging_repair_refactoring | 227 | false | 2026-07-17 |
using BurnSystems.Logger.Tests.Logic;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BurnSystems.Logger.Tests
{
[TestFixture]
public class ClassLoggerTests
{
[Test]
public void TestInclude... | mbrenn/BurnSystems.Logger | src/BurnSystems.Logger.Tests/ClassLoggerTests.cs | https://github.com/mbrenn/BurnSystems.Logger/blob/HEAD/src/BurnSystems.Logger.Tests/ClassLoggerTests.cs | ghcode:00002:c2f9742f0ae5 | mit | codeparrot/github-code | c2f9742f0ae57c3521a387f2b7c75847a62df29f109b3fa5f044d720e3a9566a | 0.75 | testing_debugging_repair_refactoring | 232 | false | 2026-07-17 |
using Markdig;
using Markdig.Renderers;
using Markdig.Renderers.Html;
using Markdig.Syntax;
using Markdig.Syntax.Inlines;
namespace Wyam.Markdown.Tests
{
public class TestMarkdownExtension : IMarkdownExtension
{
public bool ReceivedSetup { get; set; }
public string LinkClassToAdd { get; set; ... | Wyamio/Wyam | tests/extensions/Wyam.Markdown.Tests/TestMarkdownExtension.cs | https://github.com/Wyamio/Wyam/blob/HEAD/tests/extensions/Wyam.Markdown.Tests/TestMarkdownExtension.cs | ghcode:00002:e00b6ee3c00c | mit | codeparrot/github-code | e00b6ee3c00c5635b1f6843bee8fbcc1b8bd2d09830583aca63e45915d7ef595 | 0.75 | testing_debugging_repair_refactoring | 277 | false | 2026-07-17 |
using Core.Interfaces;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
namespace Core.UnitTest
{
[TestClass]
public class DALFacadeTests
{
IUser testUser;
IRoom testRoom;
DateTime testDateFrom;
DateTime testDate... | jona8690/Project-Exam | _handin/1/OEADM16EIC-Group1/OEADM16EIC-Group1 RoomReservationSystem/Core.UnitTest/DALFacadeTests.cs | https://github.com/jona8690/Project-Exam/blob/HEAD/_handin/1/OEADM16EIC-Group1/OEADM16EIC-Group1 RoomReservationSystem/Core.UnitTest/DALFacadeTests.cs | ghcode:00002:5704035361d9 | mit | codeparrot/github-code | 5704035361d92f4317151e7e614e1c41a1222285bcd10418484cdc6e5c79b34d | 0.75 | testing_debugging_repair_refactoring | 3,586 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks.Dataflow;
using FlitBit.Core.Parallel;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace FlitBit.Core.Tests.Parallel
{
[TestClass]
public class DemuxProducerTests
{
[TestCleanup]
public void Cle... | flitbit-org/fbcore | FlitBit.Core/FlitBit.Core.Tests/Parallel/DemuxProducerTests.cs | https://github.com/flitbit-org/fbcore/blob/HEAD/FlitBit.Core/FlitBit.Core.Tests/Parallel/DemuxProducerTests.cs | ghcode:00002:7167947bdb05 | mit | codeparrot/github-code | 7167947bdb0547a57b0a67dac4878f4730f4eb84c87274ab9c31360f94e64b83 | 0.75 | testing_debugging_repair_refactoring | 889 | false | 2026-07-17 |
namespace DpiConverter.Tests
{
using System;
using Data;
using NUnit.Framework;
public class ObservationTests
{
Observation observation;
[SetUp]
public void BeforeTest()
{
observation = new Observation("PT", "1", 1.47, 100.0000, 50.000, 100.0000, "PT1")... | Nanich87/DPI-Converter | DPIConverter.Tests/ObservationTests.cs | https://github.com/Nanich87/DPI-Converter/blob/HEAD/DPIConverter.Tests/ObservationTests.cs | ghcode:00002:ef25ee07fb52 | mit | codeparrot/github-code | ef25ee07fb5246f6ed86471caae937d99cd47fd3af2b614eb482dee1332cf7a9 | 0.75 | testing_debugging_repair_refactoring | 332 | false | 2026-07-17 |
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;
using Slp.Evi.Benchmark.Sparql.Vendor;
namespace Slp.Evi.Benchmark
{
class Program
{
static void Main(string[] args)
{
#if DEBUG
BenchmarkRunner.Run<MsSqlSparqlBenchmark>(new DebugBuildConfig());
#else
Bench... | mchaloupka/EVI | src/Slp.Evi.Storage/Slp.Evi.Benchmark/Program.cs | https://github.com/mchaloupka/EVI/blob/HEAD/src/Slp.Evi.Storage/Slp.Evi.Benchmark/Program.cs | ghcode:00002:5cd46f9093b3 | mit | codeparrot/github-code | 5cd46f9093b35c72db7c50a7349be277943d4588500c1df2670e390e5b6281fe | 0.6 | testing_debugging_repair_refactoring | 93 | false | 2026-07-17 |
using DotNet.Basics.Cli;
using DotNet.Basics.Diagnostics;
using DotNet.Basics.IO;
using DotNet.Basics.Sys;
using FluentAssertions;
using Xunit;
namespace DotNet.Basics.Tests.Cli
{
public class CliHostBuilderTests
{
[Fact]
public void Build_Args_ArePassed()
{
var shortKey = ... | rzmoz/DotNet.Basics | DotNet.Basics.Tests/Cli/CliHostBuilderTests.cs | https://github.com/rzmoz/DotNet.Basics/blob/HEAD/DotNet.Basics.Tests/Cli/CliHostBuilderTests.cs | ghcode:00002:bf3a912b6571 | mit | codeparrot/github-code | bf3a912b657132760ba66e06e803b1151a2c3be68d207963db8f4eec5e23f1fb | 0.85 | testing_debugging_repair_refactoring | 974 | false | 2026-07-17 |
using System.Linq;
using CodeMash.Interfaces.Data;
using CodeMash.Data.MongoDB.Tests.Data;
using MongoDB.Bson;
using MongoDB.Driver;
using NUnit.Framework;
using System.Threading.Tasks;
namespace CodeMash.Data.MongoDB.Tests
{
[TestFixture]
public partial class DeleteMany
{
[Test]
[Category(... | codemash-io/CodeMash.Net | tests/CodeMash.Data.MongoDB.Tests/Data/DeleteMany.Async.cs | https://github.com/codemash-io/CodeMash.Net/blob/HEAD/tests/CodeMash.Data.MongoDB.Tests/Data/DeleteMany.Async.cs | ghcode:00002:ab97a8d1affa | mit | codeparrot/github-code | ab97a8d1affab7a8b5edbbda71bf4e70e9e7112dc88aefd2db528d306651c1e5 | 0.85 | testing_debugging_repair_refactoring | 367 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NSubstitute;
namespace Searcher.Core.Tests
{
[TestClass]
public class TreePartConditionTests
{
public const string Category = "TreePartCondition";
[TestMethod]
[TestCategory(Category)]
public void Check_Top_With_Nul... | vasmanas/Searcher | src/Searcher.Core.Tests/TreePartConditionTests.cs | https://github.com/vasmanas/Searcher/blob/HEAD/src/Searcher.Core.Tests/TreePartConditionTests.cs | ghcode:00002:4639580ba5ec | mit | codeparrot/github-code | 4639580ba5ec4f9953f49efe93825550e9ea1ed595166c5dabb179a00586055f | 0.75 | testing_debugging_repair_refactoring | 909 | false | 2026-07-17 |
using System.Diagnostics;
namespace NDepend.Path {
partial class PathHelpers {
private static class PathBrowsingHelpers {
internal static IFilePath GetBrotherFileWithName(IPath path, string fileName) {
Debug.Assert(path != null);
Debug.Assert(fileName != null); // Enforc... | psmacchia/NDepend.Path | NDepend.Path/NDepend.Path/PathHelpers+PathBrowsingHelpers.cs | https://github.com/psmacchia/NDepend.Path/blob/HEAD/NDepend.Path/NDepend.Path/PathHelpers+PathBrowsingHelpers.cs | ghcode:00002:74623abc3ec0 | mit | codeparrot/github-code | 74623abc3ec067fdea7999b5e270de3f6c51daa4a2eea866963cd38968b002f0 | 0.7 | testing_debugging_repair_refactoring | 467 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Baku.Quma.Low;
using Baku.Quma.Low.Api;
namespace TestQumarionDotNet.Low
{
/// <summary>
/// ボタンの状態チェック関数をテストします。
/// </summary>
[TestClass]
public class LowButtonTest
{
[TestMethod]
public void Low_ボタン状態確認1()
{... | malaybaku/QumarionDotNet | QumarionDotNet/TestQumarionDotNetLow/Low/LowApi/LowButton.cs | https://github.com/malaybaku/QumarionDotNet/blob/HEAD/QumarionDotNet/TestQumarionDotNetLow/Low/LowApi/LowButton.cs | ghcode:00002:fcfdc6c63d6b | mit | codeparrot/github-code | fcfdc6c63d6b5a3f3c0e6b2f0715ce2b7ba7b2e3a9302444ec7cef9738ddecc7 | 0.7 | testing_debugging_repair_refactoring | 219 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Moq;
using NBitcoin;
using Stratis.Bitcoin.Configuration;
using Stratis.Bitcoin.Consensus;
using Stratis.Bitcoin.Features.MemoryPool;
using Stratis.Bitcoin.Features.MemoryPool.Interfaces... | mikedennis/StratisBitcoinFullNode | src/Stratis.Bitcoin.Features.Miner.Tests/PowMiningTest.cs | https://github.com/mikedennis/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.Features.Miner.Tests/PowMiningTest.cs | ghcode:00002:614bd9872265 | mit | codeparrot/github-code | 614bd987226505d34fa8525c8ab10d9b0b5c400e25f7ddae404d615f0b266bd5 | 0.7 | testing_debugging_repair_refactoring | 4,397 | false | 2026-07-17 |
using Antlr4.Runtime;
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Plang.Compiler.TypeChecker.AST.Declarations
{
public interface IEventSet
{
IEnumerable<PEvent> Events { get; }
bool AddEvent(PEvent pEvent);
void AddEvents(IEnumerable<PEvent> evt... | p-org/P | Src/PCompiler/CompilerCore/TypeChecker/AST/Declarations/NamedEventSet.cs | https://github.com/p-org/P/blob/HEAD/Src/PCompiler/CompilerCore/TypeChecker/AST/Declarations/NamedEventSet.cs | ghcode:00002:84503ce87729 | mit | codeparrot/github-code | 84503ce8772974c468fdfb80e1b04fb06f0260ff99efe4c09bbf945c42d16756 | 0.6 | testing_debugging_repair_refactoring | 737 | false | 2026-07-17 |
// Copyright (c) 2017. Bartosz Rachwal. The National Institute of Advanced Industrial Science and Technology, Japan. All rights reserved.
using IoT.Common.Encryption.Hash;
using IoT.Device.Register;
using Moq;
using Xunit;
namespace IoT.Device.Tests
{
public class DefaultDeviceRegister_Should
{
[Fact... | rachwal/IoT | IoT/IoT.Device.Tests/DefaultDeviceRegister_Should.cs | https://github.com/rachwal/IoT/blob/HEAD/IoT/IoT.Device.Tests/DefaultDeviceRegister_Should.cs | ghcode:00002:49aa3e7b9c0a | mit | codeparrot/github-code | 49aa3e7b9c0a3562ab81b0a394236f8e3767a9b53204b96e9438ab3d8c0a233c | 0.7 | testing_debugging_repair_refactoring | 430 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MassiveDynamicProxyGenerator.DependencyInjection.Test.Services
{
public interface ITestMessager
{
void Send();
}
}
| harrison314/MassiveDynamicProxyGenerator | src/Test/MassiveDynamicProxyGenerator.DependencyInjection.Test/Services/ITestMessager.cs | https://github.com/harrison314/MassiveDynamicProxyGenerator/blob/HEAD/src/Test/MassiveDynamicProxyGenerator.DependencyInjection.Test/Services/ITestMessager.cs | ghcode:00002:b0f6f9ab921b | mit | codeparrot/github-code | b0f6f9ab921b5124c7c2e741e6b724ae6781b40de36cbb2e1c20e0ba25501c85 | 0.85 | testing_debugging_repair_refactoring | 48 | false | 2026-07-17 |
using FluentAssertions;
using NUnit.Framework;
using VkNet.Model.RequestParams;
using VkNet.Tests.Infrastructure;
namespace VkNet.Tests.Categories.Podcasts
{
[TestFixture]
public class SearchTest : CategoryBaseTest
{
protected override string Folder => "Podcasts";
[Test]
public void Search()
{
Url = "... | vknet/vk | VkNet.Tests/Categories/Podcasts/SearchTest.cs | https://github.com/vknet/vk/blob/HEAD/VkNet.Tests/Categories/Podcasts/SearchTest.cs | ghcode:00002:8017ebf8945d | mit | codeparrot/github-code | 8017ebf8945da341464d8662c4b0d496d8e4f9f3012a51f93542b535ec7571c8 | 0.6 | testing_debugging_repair_refactoring | 219 | false | 2026-07-17 |
// Description: C# Extension Methods | Enhance the .NET Framework and .NET Core with over 1000 extension methods.
// Website & Documentation: https://csharp-extension.com/
// Issues: https://github.com/zzzprojects/Z.ExtensionMethods/issues
// License (MIT): https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/... | zzzprojects/Z.ExtensionMethods | test/Z.Reflection.Test/GetSignature/Property/OverrideProperty.cs | https://github.com/zzzprojects/Z.ExtensionMethods/blob/HEAD/test/Z.Reflection.Test/GetSignature/Property/OverrideProperty.cs | ghcode:00002:988eaece3f0b | mit | codeparrot/github-code | 988eaece3f0b70cd273ad56bfeb19554a7c94791dccc0a20827b2785c76d0439 | 0.7 | testing_debugging_repair_refactoring | 209 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// This source code is made available under the terms of the Microsoft Public License (MS-PL)
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Linq.Expressions;
... | Shazwazza/UmbracoLinqPadDriver | IQToolkit/ExpressionWriter.cs | https://github.com/Shazwazza/UmbracoLinqPadDriver/blob/HEAD/IQToolkit/ExpressionWriter.cs | ghcode:00002:2320be6df078 | mit | codeparrot/github-code | 2320be6df078779e5d4dd0d126a525fa0c2f1296a3a380faa78a06a469066389 | 0.7 | testing_debugging_repair_refactoring | 2,968 | false | 2026-07-17 |
using System;
using System.Diagnostics.CodeAnalysis;
using TSQLLint.Common;
namespace TSQLLint.Tests.UnitTests.PluginHandler
{
[ExcludeFromCodeCoverage]
public class TestPlugin : IPlugin
{
public void PerformAction(IPluginContext context, IReporter reporter)
{
string line;
... | tsqllint/tsqllint | source/TSQLLint.Tests/UnitTests/PluginHandler/TestPlugin.cs | https://github.com/tsqllint/tsqllint/blob/HEAD/source/TSQLLint.Tests/UnitTests/PluginHandler/TestPlugin.cs | ghcode:00002:59d7d807f5a7 | mit | codeparrot/github-code | 59d7d807f5a70fb445d0949dc52aa62648d7542214e8fbac65aadd707a33cc43 | 0.75 | testing_debugging_repair_refactoring | 147 | false | 2026-07-17 |
#if !NOFILEIO
using NBitcoin.DataEncoders;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace NBitcoin.Tests
{
public class checkblock_tests
{
[F... | lontivero/NBitcoin | NBitcoin.Tests/checkblock_tests.cs | https://github.com/lontivero/NBitcoin/blob/HEAD/NBitcoin.Tests/checkblock_tests.cs | ghcode:00002:b8dcf6262d06 | mit | codeparrot/github-code | b8dcf6262d0678e3f7f9a19e05d56b07e0bd73189f9947934d33c6697cd1ef5b | 0.75 | testing_debugging_repair_refactoring | 152 | false | 2026-07-17 |
// -----------------------------------------------------------------------
// Copyright (c) David Kean. All rights reserved.
// -----------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
namespace MetroLog.... | thomasgalliker/MetroLog | MetroLog/Internal/ProbingAdapterResolver.cs | https://github.com/thomasgalliker/MetroLog/blob/HEAD/MetroLog/Internal/ProbingAdapterResolver.cs | ghcode:00002:5cdafc3a117e | mit | codeparrot/github-code | 5cdafc3a117ea00f62509557f91aabc3fc781c249e748e44e7faaa614de293c4 | 0.7 | testing_debugging_repair_refactoring | 730 | false | 2026-07-17 |
namespace AspNetCore.Mvc.HttpActionResults.ServerError.Test
{
using Microsoft.AspNetCore.Mvc;
using System;
using Xunit;
public class ServerErrorControllerBaseExtensionsTest
{
[Fact]
public void InternalServerErrorShouldReturnInternalServerErrorResult()
{
var controller = new HomeController();
var re... | Teodor92/AspNetCore.Mvc.HttpActionResults | test/AspNetCore.Mvc.HttpActionResults.ServerError.Test/ServerErrorControllerBaseExtensionsTest.cs | https://github.com/Teodor92/AspNetCore.Mvc.HttpActionResults/blob/HEAD/test/AspNetCore.Mvc.HttpActionResults.ServerError.Test/ServerErrorControllerBaseExtensionsTest.cs | ghcode:00002:1ca364886bd2 | mit | codeparrot/github-code | 1ca364886bd2a201ee2d428737efb20437c506f488716bd080432007694affd8 | 0.6 | testing_debugging_repair_refactoring | 923 | false | 2026-07-17 |
using System.Linq;
using Eventualize.Domain.MetaModel;
using Eventualize.Interfaces.BaseTypes;
using Eventualize.Test.TestDomain.FirstContext.MyFirstAggregates;
using Eventualize.Test.TestDomain.FirstContext.MySecondAggregates;
using Eventualize.Test.TestDomain.SecondContext.MyThirdAggregate;
using FluentAssertions;
... | Useurmind/Eventualize | Eventualize.Test/Domain/MetaModel/DomainModelIdentityProviderTest.cs | https://github.com/Useurmind/Eventualize/blob/HEAD/Eventualize.Test/Domain/MetaModel/DomainModelIdentityProviderTest.cs | ghcode:00002:fcc744ce0ba9 | mit | codeparrot/github-code | fcc744ce0ba987e88dd94a1ea4991c005690e9268fb1de90f6d6ce57f2333b04 | 0.6 | testing_debugging_repair_refactoring | 1,266 | false | 2026-07-17 |
using Xunit;
namespace DbUp.Tests.TestInfrastructure
{
public class ThenAttribute : FactAttribute
{
}
} | DbUp/DbUp | src/dbup-tests/TestInfrastructure/ThenAttribute.cs | https://github.com/DbUp/DbUp/blob/HEAD/src/dbup-tests/TestInfrastructure/ThenAttribute.cs | ghcode:00002:e6ee40326e82 | mit | codeparrot/github-code | e6ee40326e8235c045c3136801db3eced01857f618dcb3f3e1677f49ec513b6b | 0.2 | testing_debugging_repair_refactoring | 25 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="InjectionFragmentTests.cs" company="Bijectiv">
// The MIT License (MIT)
//
// Copyright (c) 2014 Brian Tyler
//
// Permission is hereby granted, free of charge, to any... | briantyler/bijectiv | Sources/Bijectiv.Tests/Configuration/InjectionFragmentTests.cs | https://github.com/briantyler/bijectiv/blob/HEAD/Sources/Bijectiv.Tests/Configuration/InjectionFragmentTests.cs | ghcode:00002:deaaca4c5b8d | mit | codeparrot/github-code | deaaca4c5b8d2016092ce3c046c9b6774089e484c3a15a2f383be68c4343184d | 0.85 | testing_debugging_repair_refactoring | 720 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Net;
using System.Net.Http;
usin... | chenkennt/corefx | src/System.Net.Requests/tests/HttpWebRequestTest.cs | https://github.com/chenkennt/corefx/blob/HEAD/src/System.Net.Requests/tests/HttpWebRequestTest.cs | ghcode:00002:da7052af826d | mit | codeparrot/github-code | da7052af826de785353f75e5a66c38743f6bdc928d90f7f58b480a834277aa45 | 0.95 | testing_debugging_repair_refactoring | 4,519 | false | 2026-07-17 |
namespace TraktApiSharp.Tests.Objects.Get.Syncs.Playback.Json.Reader
{
using FluentAssertions;
using System.Threading.Tasks;
using Traits;
using TraktApiSharp.Objects.Get.Syncs.Playback.Json.Reader;
using Xunit;
[Category("Objects.Get.Syncs.Playback.JsonReader")]
public partial class SyncP... | henrikfroehling/TraktApiSharp | Source/Tests/TraktApiSharp.Tests/Objects/Get/Syncs/Playback/Json/Reader/SyncPlaybackProgressItemObjectJsonReader/SyncPlaybackProgressItemObjectJsonReader_Json_String_Tests.cs | https://github.com/henrikfroehling/TraktApiSharp/blob/HEAD/Source/Tests/TraktApiSharp.Tests/Objects/Get/Syncs/Playback/Json/Reader/SyncPlaybackProgressItemObjectJsonReader/SyncPlaybackProgressItemObjectJsonReader_Json_String_Tests.cs | ghcode:00002:e53a29bb958f | mit | codeparrot/github-code | e53a29bb958f3092bf5d9f9b6779ccfd5c3bdce16c04f719b0b8d482c478ba30 | 0.85 | testing_debugging_repair_refactoring | 223 | false | 2026-07-17 |
using Juhta.Net.WebApi.Exceptions.ClientErrors;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using System.Net;
namespace Juhta.Net.WebApi.Exceptions.Tests.ClientErrors
{
[TestClass]
public class MethodNotAllowedExceptionTests : WebApiExceptionTests
{
#region Test Met... | jlahteen/Juhta.NET | tests/Juhta.Net.WebApi.Exceptions.Tests/ClientErrors/MethodNotAllowedExceptionTests.cs | https://github.com/jlahteen/Juhta.NET/blob/HEAD/tests/Juhta.Net.WebApi.Exceptions.Tests/ClientErrors/MethodNotAllowedExceptionTests.cs | ghcode:00002:435b7dd9c04c | mit | codeparrot/github-code | 435b7dd9c04c19350f422588a36f22e4eecad87afa19132212ae192274cbad3f | 0.85 | testing_debugging_repair_refactoring | 2,924 | 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.Diagnostics;
namespace System.Threading
{
internal partial class ClrThreadPool
{
/// ... | krytarowski/corert | src/System.Private.CoreLib/src/System/Threading/ClrThreadPool.HillClimbing.cs | https://github.com/krytarowski/corert/blob/HEAD/src/System.Private.CoreLib/src/System/Threading/ClrThreadPool.HillClimbing.cs | ghcode:00002:9f5b7f59b98e | mit | codeparrot/github-code | 9f5b7f59b98eebff9c657a9506120826e531c3642743a5e879ad19ddec0a0819 | 0.8 | testing_debugging_repair_refactoring | 3,991 | false | 2026-07-17 |
using HighriseApi.Requests;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace HighriseApi.Tests
{
/// <summary>
///This is a test class for PersonRequestTest and is intended
///to contain all PersonRequestTest Unit Tests
///</summary>
[TestClass()]
... | evereq/highrise-api | src/HighriseApi.Tests/Tests/PersonRequestTest.cs | https://github.com/evereq/highrise-api/blob/HEAD/src/HighriseApi.Tests/Tests/PersonRequestTest.cs | ghcode:00002:6caf3867c31f | mit | codeparrot/github-code | 6caf3867c31f37fdb39d77a052e9ffcbdb7192c05f0d879e38bb8fd3e0bbd807 | 0.95 | testing_debugging_repair_refactoring | 469 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenPrFunction;
namespace Test
{
[TestClass]
public class ImageStatTests
{
[TestMethod]
public void ShouldConvertToDouble()
{
Assert.AreEqual(1283.3, ImageStat.ToDouble("1,283.30kb"));
Assert.AreEqual(... | dabutvin/ImgBot | Test/ImageStatTests.cs | https://github.com/dabutvin/ImgBot/blob/HEAD/Test/ImageStatTests.cs | ghcode:00002:6aa773cb0eb4 | mit | codeparrot/github-code | 6aa773cb0eb406db2f235a605bfde07aa8c4e7cb47a006232aecd968c1f64d9c | 0.75 | testing_debugging_repair_refactoring | 150 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Mediation.PlanTools;
using Mediation.FileIO;
using Mediation.Planners;
using Mediation.Enums;
using Mediation.StateSpace;
namespace Mediation.Tests
{
[TestClass]
public class StateSpaceMediatorZombieTest... | justusrobertson/GME | MediationTest/StateSpaceMediatorZombieTest.cs | https://github.com/justusrobertson/GME/blob/HEAD/MediationTest/StateSpaceMediatorZombieTest.cs | ghcode:00002:c7e11a758c83 | mit | codeparrot/github-code | c7e11a758c8330f90621df0ba1fba856e37718ae49261322a01d13a80cdc65ec | 0.6 | testing_debugging_repair_refactoring | 317 | false | 2026-07-17 |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.Threading.Tasks;
namespace Microsoft.Azure.WebJobs.Host.Executors
{
internal class TaskMethodInvoker<TReflect... | gibwar/azure-webjobs-sdk | src/Microsoft.Azure.WebJobs.Host/Executors/TaskMethodInvoker.cs | https://github.com/gibwar/azure-webjobs-sdk/blob/HEAD/src/Microsoft.Azure.WebJobs.Host/Executors/TaskMethodInvoker.cs | ghcode:00002:5010d34787a6 | mit | codeparrot/github-code | 5010d34787a6f78bd49033e7bf0243d8eef923570861d556a5d77f688b96c294 | 0.7 | testing_debugging_repair_refactoring | 428 | false | 2026-07-17 |
using System;
using BrightWire.Helper;
using BrightWire.Models;
using MathNet.Numerics.LinearAlgebra.Single;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using BrightData;
namespace BrightWire.LinearAlgebra
{
/// <summary>
... | jdermody/brightwire | BrightWire/LinearAlgebra/Cpu3DTensor.cs | https://github.com/jdermody/brightwire/blob/HEAD/BrightWire/LinearAlgebra/Cpu3DTensor.cs | ghcode:00002:fb507f006051 | mit | codeparrot/github-code | fb507f0060513b2f62f2a7e0c70b89cd615595d4050c9ae6def561a0af0fb3b3 | 0.7 | testing_debugging_repair_refactoring | 3,020 | false | 2026-07-17 |
using Algo.Graphs;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Algo.Tests.Graphs
{
[TestClass]
public class MergeContactsTests
{
[TestMethod]
public void Me... | scripni/algo | Algo/Algo.Tests/Graphs/MergeContactsTests.cs | https://github.com/scripni/algo/blob/HEAD/Algo/Algo.Tests/Graphs/MergeContactsTests.cs | ghcode:00002:cb46ce39015c | mit | codeparrot/github-code | cb46ce39015c3479f2202c127c7762ce8b4506097dc05221641b7c5561e05e40 | 0.85 | testing_debugging_repair_refactoring | 636 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using System.Xml.Linq;
using System.Linq;
using JohnMoore.AmpacheNet.DataAccess;
using JohnMoore.AmpacheNet.Entities;
namespace JohnMoore.AmpacheNet.DataAccess.Tests
{
[TestFixture()]
public class RatableFactoryFixture
{
[Test()]
public void RatableFactoryNormal... | jcwmoore/ampache-net | JohnMoore.AmpacheNet.DataAccess.Tests/RatableFactoryFixture.cs | https://github.com/jcwmoore/ampache-net/blob/HEAD/JohnMoore.AmpacheNet.DataAccess.Tests/RatableFactoryFixture.cs | ghcode:00002:f6f45489ed0b | mit | codeparrot/github-code | f6f45489ed0b3f9b2beac5657b55457e635e426c0b056d3f2f123afebf48bbb9 | 0.7 | testing_debugging_repair_refactoring | 955 | false | 2026-07-17 |
using System;
using System.IO;
using System.Collections;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Management.Automation;
using System.Management.Automation.Remoting;
using System.Text;
using System.Diagnostics;
using System.Management.Automation.Internal;
using System.Globalization;
#if C... | kmosher/PowerShell | src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationFile.cs | https://github.com/kmosher/PowerShell/blob/HEAD/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationFile.cs | ghcode:00002:f85fd2d7d306 | mit | codeparrot/github-code | f85fd2d7d3067e44e6b26af5d21c1be7929645583171bb285c6bdb643bb55173 | 0.57 | testing_debugging_repair_refactoring | 14,452 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using DiExtension;
using JohnLambe.Util;
using JohnLambe.Util.FilterDelegates;
using System.Reflection;
using DiExtension.ConfigInject;
using DiExtension.ConfigInject.Providers;
using DiExtension.SimpleInject;
using DiExtension.Attributes;
namespace ... | JohnLambe/JLCSUtils | JLCSUtils/JLUtilsTest/Di/ConfigInject/ConfigInjectTest.cs | https://github.com/JohnLambe/JLCSUtils/blob/HEAD/JLCSUtils/JLUtilsTest/Di/ConfigInject/ConfigInjectTest.cs | ghcode:00002:687bf05af775 | mit | codeparrot/github-code | 687bf05af77550d9d2acd88ffb55c36c53257380c61c4bc2ec6602dcd68a4540 | 0.7 | testing_debugging_repair_refactoring | 1,405 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using HoloToolkit.Unity;
using UnityEngine;
namespace HoloToolkit.Sharing.Tests
{
/// <summary>
/// Test class for demonstrating how to send custom messages between clients.
/// </summary>
public class SyncMessaging : Singleton<SyncMessaging>
{
... | AllBecomesGood/Share-UpdateHolograms | ShareAndKeepSynced/Assets/HoloToolKit/Sharing/Tests/Scripts/SyncMessaging.cs | https://github.com/AllBecomesGood/Share-UpdateHolograms/blob/HEAD/ShareAndKeepSynced/Assets/HoloToolKit/Sharing/Tests/Scripts/SyncMessaging.cs | ghcode:00002:ccdeeab6e5c5 | mit | codeparrot/github-code | ccdeeab6e5c5e32084a18ca6122f0225bd9fdb4261c6e8d4b297347c8886ab5f | 0.95 | testing_debugging_repair_refactoring | 1,377 | false | 2026-07-17 |
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | pushrbx/squidex | tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaTests.cs | https://github.com/pushrbx/squidex/blob/HEAD/tests/Squidex.Domain.Apps.Entities.Tests/Schemas/Guards/GuardSchemaTests.cs | ghcode:00002:99d055424447 | mit | codeparrot/github-code | 99d055424447e8d293e86b5cefe05bc3539edb550691790ef516a3239dc847e3 | 0.85 | testing_debugging_repair_refactoring | 2,989 | false | 2026-07-17 |
namespace LearningInterpreter.Parsing.Code.Expressions
{
using LearningInterpreter.Basic.Code;
using LearningInterpreter.Basic.Code.Expressions;
using Microsoft.CSharp.RuntimeBinder;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class DivideTests : BaseTests
{
... | markshevchenko/learning-interpreter | LearningInterpreter.Test/Parsing/Code/Expressions/DivideTests.cs | https://github.com/markshevchenko/learning-interpreter/blob/HEAD/LearningInterpreter.Test/Parsing/Code/Expressions/DivideTests.cs | ghcode:00002:098ea55afa27 | unlicense | codeparrot/github-code | 098ea55afa279942095ebe3ddfbd0484af468485a2a598f991ff99a62f9664ec | 0.68 | testing_debugging_repair_refactoring | 642 | false | 2026-07-17 |
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Text;
// ReSharper disable InconsistentNaming
// Helper class when exercising the physical reading of files
namespace SharpGEDParser.Tests
{
[ExcludeFromCodeCoverage]
public class ReadingUtil
{
public FileRead Bui... | fire-eggs/YAGP | SharpGEDParse/SharpGEDParser/Tests/ReadingUtil.cs | https://github.com/fire-eggs/YAGP/blob/HEAD/SharpGEDParse/SharpGEDParser/Tests/ReadingUtil.cs | ghcode:00002:e7d5bad0ce6e | apache-2.0 | codeparrot/github-code | e7d5bad0ce6eb842d85c64a78207027c2037beedfe074b4b89f3b294d7586e79 | 0.85 | testing_debugging_repair_refactoring | 353 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace WebAssembly.Instructions;
/// <summary>
/// Tests the <see cref="If"/> instruction.
/// </summary>
[TestClass]
public class IfTests
{
/// <summary>
/// Tests compilation and execution of the <see cref="If"/> instruction.
/// </summary>
[Te... | RyanLamansky/dotnet-webassembly | WebAssembly.Tests/Instructions/IfTests.cs | https://github.com/RyanLamansky/dotnet-webassembly/blob/HEAD/WebAssembly.Tests/Instructions/IfTests.cs | ghcode:00002:bb00dd3ecd08 | apache-2.0 | codeparrot/github-code | bb00dd3ecd084951d447d3fed60e7a06c63da327bec88aaed7f8658805290b32 | 0.85 | testing_debugging_repair_refactoring | 158 | false | 2026-07-17 |
// Copyright 2020 The Tilt Brush Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ... | googlevr/tilt-brush | Assets/Scripts/FileWatcher.cs | https://github.com/googlevr/tilt-brush/blob/HEAD/Assets/Scripts/FileWatcher.cs | ghcode:00002:4740053fd514 | apache-2.0 | codeparrot/github-code | 4740053fd514699d418d7e36a0a4b947b0935cc00b9e4995787debd3c8728207 | 0.7 | testing_debugging_repair_refactoring | 944 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SkyT.TestMod01
{
public class TestCustomOption
{
public string Test { get; set; }
public int Test2 { get; set; }
}
}
| DlkGames/SkylineToolkit | Source/Stock Mods/SkyT.TestMod01/TestCustomOption.cs | https://github.com/DlkGames/SkylineToolkit/blob/HEAD/Source/Stock Mods/SkyT.TestMod01/TestCustomOption.cs | ghcode:00002:dab448e0d3d0 | apache-2.0 | codeparrot/github-code | dab448e0d3d07465d9720b33ad56018ee9b948b388d3880778555ed74684be1b | 0.75 | testing_debugging_repair_refactoring | 58 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Dynamic;
namespace Formall.Reflection
{
[TestClass]
public class DictionaryTest
{
[TestMethod]
public void TestDictionaryValueGetter()
{
var dic... | InnPad/Formall.NET | Formall.Tests/Reflection/DictionaryTest.cs | https://github.com/InnPad/Formall.NET/blob/HEAD/Formall.Tests/Reflection/DictionaryTest.cs | ghcode:00002:f54ece0d882c | apache-2.0 | codeparrot/github-code | f54ece0d882c361f21baeee17bd7d73c65462c2821c13798b4e333633c99f219 | 0.6 | testing_debugging_repair_refactoring | 199 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.