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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
// 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;
using System.Reflection.TypeLoading;
namespace System.Reflection
{
internal static cl... | ericstj/corefxlab | src/System.Reflection.TypeLoader/src/FromCoreRt/System/Reflection/SignatureTypeExtensions.cs | https://github.com/ericstj/corefxlab/blob/HEAD/src/System.Reflection.TypeLoader/src/FromCoreRt/System/Reflection/SignatureTypeExtensions.cs | ghcode:00164:1c731a2e821d | mit | codeparrot/github-code | 1c731a2e821d7eb1898978624723b2045c5316dd7803d628b81b2598c3d6f911 | 0.95 | testing_debugging_repair_refactoring | 1,448 | 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.Linq;
using System.Globalization;
using System.Collections.Generic;
namespace System.Buffers.Text.Test... | BrennanConroy/corefx | src/System.Memory/tests/ParsersAndFormatters/Parser/TestData.Parser.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Memory/tests/ParsersAndFormatters/Parser/TestData.Parser.cs | ghcode:00164:8d3fd4af4daa | mit | codeparrot/github-code | 8d3fd4af4daa2ff1dec47a18dc58334dbbe8ac49bf676cfc35ae64fb27d12cf4 | 0.95 | testing_debugging_repair_refactoring | 1,088 | false | 2026-07-17 |
using SharpDX;
using System;
using System.Diagnostics;
using System.Threading;
public static class DebugUtilities {
public static void Burn(long ms) {
Stopwatch stopwatch = Stopwatch.StartNew();
while (stopwatch.ElapsedMilliseconds < ms) {
}
}
public static void Sleep(long ms) {
Stopwatch stopwatch = Stopw... | virtuallynaked/virtually-naked | Viewer/src/common/DebugUtilities.cs | https://github.com/virtuallynaked/virtually-naked/blob/HEAD/Viewer/src/common/DebugUtilities.cs | ghcode:00164:1def1e1542f2 | mit | codeparrot/github-code | 1def1e1542f23491c71f54ef1e360d3b3c5b241caeae7525e4aa0b53ebdebb4a | 0.7 | testing_debugging_repair_refactoring | 1,038 | false | 2026-07-17 |
using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading.Tasks;
using NuGet.Common;
namespace NuGet.Test.Helpers
{
/// <summary>
/// NuGet ILogger that stores messages in memory.
/// </summary>
public class TestLogger : LoggerBase
{
public ConcurrentQueue... | emgarten/NuGet.Test.Helpers | src/NuGet.Test.Helpers/TestLogger.cs | https://github.com/emgarten/NuGet.Test.Helpers/blob/HEAD/src/NuGet.Test.Helpers/TestLogger.cs | ghcode:00164:56de85f21859 | mit | codeparrot/github-code | 56de85f2185924d316946682b9668a6ddaa101d5316eefd6cc9d0b3865e136d7 | 0.85 | testing_debugging_repair_refactoring | 326 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ContextFacts.cs" company="CatenaLogic">
// Copyright (c) 2014 - 2014 CatenaLogic. All rights reserved.
// </copyright>
// -------------------------------------------------------... | CatenaLogic/AzureStorageSync | src/AzureStorageSync.Tests/ContextFacts.cs | https://github.com/CatenaLogic/AzureStorageSync/blob/HEAD/src/AzureStorageSync.Tests/ContextFacts.cs | ghcode:00164:ffb9a49d995f | mit | codeparrot/github-code | ffb9a49d995f55fb04de3a69bdb2d7797dd89de146c360fca450d32c80a17faf | 0.7 | testing_debugging_repair_refactoring | 390 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CocosSharp;
namespace tests
{
public class PageTransitionBackward : CCTransitionPageTurn
{
public PageTransitionBackward (float t, CCScene s) : base (t, s, true)
{
//Scene.Window.IsUseDepthTe... | netonjm/CocosSharp | tests/tests/classes/tests/TransitionsTest/PageTransitionBackward.cs | https://github.com/netonjm/CocosSharp/blob/HEAD/tests/tests/classes/tests/TransitionsTest/PageTransitionBackward.cs | ghcode:00164:eebf90eeae9f | mit | codeparrot/github-code | eebf90eeae9ff2647d07e7150fc2225b16cb79b6fd4c66011646f0376940305f | 0.85 | testing_debugging_repair_refactoring | 81 | false | 2026-07-17 |
//------------------------------------------------------------------------------
// Copyright (c) 2014-2016 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//---... | robotlegs-sharp/robotlegs-sharp-framework | tests/Robotlegs/Bender/Extensions/Matching/InstanceOfMatcherTest.cs | https://github.com/robotlegs-sharp/robotlegs-sharp-framework/blob/HEAD/tests/Robotlegs/Bender/Extensions/Matching/InstanceOfMatcherTest.cs | ghcode:00164:03064fa60028 | mit | codeparrot/github-code | 03064fa600283145c187eb5a5e2e45e62e950693e1aacbb429daa4746274b73b | 0.7 | testing_debugging_repair_refactoring | 219 | false | 2026-07-17 |
using NUnit.Framework;
using Wyam.Common.Execution;
using Wyam.Common.Tracing;
using Wyam.Core.Execution;
using Wyam.Core.Modules.Control;
using Wyam.Testing;
using Wyam.Testing.Modules;
namespace Wyam.Core.Tests.Modules.Control
{
[TestFixture]
[NonParallelizable]
public class BranchFixture : BaseFixture
... | Wyamio/Wyam | tests/core/Wyam.Core.Tests/Modules/Control/BranchFixture.cs | https://github.com/Wyamio/Wyam/blob/HEAD/tests/core/Wyam.Core.Tests/Modules/Control/BranchFixture.cs | ghcode:00164:47e2a5429f7d | mit | codeparrot/github-code | 47e2a5429f7db02c6fe35eff3c15411ccf0894225fdf74d9f114c2bb242d1f9f | 0.85 | testing_debugging_repair_refactoring | 520 | false | 2026-07-17 |
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.AcceptanceTesting;
using NServiceBus.AcceptanceTests.EndpointTemplates;
using NServiceBus.Features;
using NServiceBus.Settings;
using NUnit.Framework;
[TestFixture]
class When_notifications_are_misconfigured
{
[Test]
public async Task Should_n... | Simution/NServiceBus.Recoverability.RetrySuccessNotification | src/AcceptanceTests/When_notifications_are_misconfigured.cs | https://github.com/Simution/NServiceBus.Recoverability.RetrySuccessNotification/blob/HEAD/src/AcceptanceTests/When_notifications_are_misconfigured.cs | ghcode:00164:7a7d99faee06 | mit | codeparrot/github-code | 7a7d99faee063db9c5c064949e2b44545d5b73fd9d449fe9476c525194f900ff | 0.6 | testing_debugging_repair_refactoring | 609 | false | 2026-07-17 |
using Liath.ViewRanger.RequestBuilders;
using Liath.ViewRanger.Tests.RequestBuilderTests.GetLastPositionRequestTests.RequestTests.SampleResponses;
using Moq;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Liath.ViewR... | ardliath/viewranger | Liath.ViewRanger.Tests/RequestBuilderTests/GetLastPositionRequestTests/RequestTests/UrlValidationTests.cs | https://github.com/ardliath/viewranger/blob/HEAD/Liath.ViewRanger.Tests/RequestBuilderTests/GetLastPositionRequestTests/RequestTests/UrlValidationTests.cs | ghcode:00164:f657b50166e6 | mit | codeparrot/github-code | f657b50166e60864146cdbf2a7c863116d8b3db8189c2ebd4863fb3b5cea2134 | 0.75 | testing_debugging_repair_refactoring | 294 | false | 2026-07-17 |
//
// System.Xml.XmlTextWriterTests
//
// Author: Kral Ferch <kral_ferch@hotmail.com>
// Author: Martin Willemoes Hansen <mwh@sysrq.dk>
//
// (C) 2002 Kral Ferch
// (C) 2003 Martin Willemoes Hansen
//
using System;
using System.Xml;
using NUnit.Framework;
namespace MonoTests.System.Xml
{
[TestFixture]
public class... | jjenki11/blaze-chem-rendering | qca_designer/lib/ml-pnet-0.8.1/mcs-sources/class/System.XML/Test/System.Xml/XmlCharacterDataTests.cs | https://github.com/jjenki11/blaze-chem-rendering/blob/HEAD/qca_designer/lib/ml-pnet-0.8.1/mcs-sources/class/System.XML/Test/System.Xml/XmlCharacterDataTests.cs | ghcode:00164:cd8d2220202f | mit | codeparrot/github-code | cd8d2220202fd32ca44af4c2ff2ae983ce87748c1be3cb6d97e1200cdffb000c | 0.95 | testing_debugging_repair_refactoring | 1,160 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using System.Net.Sockets;
using System.Runtime.CompilerServices;
using Xunit.Abstractions;
using Xunit.Sdk;
namespace CaptiveAire.BACnet.Tests
{
public class TestsDemo... | CaptiveAire/CaptiveAire.BACnet | CaptiveAire.BACnet.Tests/TestsDemoClass.cs | https://github.com/CaptiveAire/CaptiveAire.BACnet/blob/HEAD/CaptiveAire.BACnet.Tests/TestsDemoClass.cs | ghcode:00164:9d1c0d98ae90 | mit | codeparrot/github-code | 9d1c0d98ae90d57ce9b69c1aaca66e768e9e593fec5e304cffa0f3532d913892 | 0.75 | testing_debugging_repair_refactoring | 324 | false | 2026-07-17 |
using System;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using JetBrains.Annotations;
using NUnit.Framework;
using static NUnit.Framework.Assert;
namespace CodeJam.ConnectionStrings
{
[SuppressMess... | rsdn/CodeJam | CodeJam.Main.Tests/ConnectionStrings/ConnectionStringTests.cs | https://github.com/rsdn/CodeJam/blob/HEAD/CodeJam.Main.Tests/ConnectionStrings/ConnectionStringTests.cs | ghcode:00164:8a780dcf7aec | mit | codeparrot/github-code | 8a780dcf7aec7bc5cd90ff3f1ae9a059b884090a9566f84b7c87f2fadccd1e2c | 0.75 | testing_debugging_repair_refactoring | 2,052 | false | 2026-07-17 |
using System.Net;
using System.Net.Http;
using FluentAssertions;
using Microsoft.AspNetCore.TestHost;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Test.Integration.TestHelpers;
using Test.Integration.TestModels.LanguageModels;
namespace Test.Integration.ControllerTests.LanguagesControllerTests
{
[Test... | mzrimsek/resume-site-api | Test.Integration/ControllerTests/LanguagesControllerTests/UpdateLanguageShould.cs | https://github.com/mzrimsek/resume-site-api/blob/HEAD/Test.Integration/ControllerTests/LanguagesControllerTests/UpdateLanguageShould.cs | ghcode:00164:b089144e0bb9 | mit | codeparrot/github-code | b089144e0bb99b6b19b90260b84fdcd56d25673affa8c7019baec3b55fe9359c | 0.6 | testing_debugging_repair_refactoring | 845 | 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.Reflection;
using Xunit;
namespace System.Linq.Expressions.Tests
{
public static class NewWithParameterTests
{
#region Test... | mellinoe/corefx | src/System.Linq.Expressions/tests/New/NewWithParameterTests.cs | https://github.com/mellinoe/corefx/blob/HEAD/src/System.Linq.Expressions/tests/New/NewWithParameterTests.cs | ghcode:00164:1812fd93f8f5 | mit | codeparrot/github-code | 1812fd93f8f549333d1340674e868b11e463fa8ec7a9f387143c67252f121431 | 0.85 | testing_debugging_repair_refactoring | 1,543 | false | 2026-07-17 |
using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using AM.Text.Tokenizer;
namespace UnitTests.AM.Text
{
[TestClass]
public class StringTokenizerTest
{
[TestMethod]
public void StringTokenizer_GetAllTokens1()
{
StringTokenizer tokeniz... | amironov73/ManagedIrbis | Source/UnitTests/AM/Text/StringTokenizerTest.cs | https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/AM/Text/StringTokenizerTest.cs | ghcode:00164:eac686b8425c | mit | codeparrot/github-code | eac686b8425c30b71a7edc5a65fae48cb1c587a1acc9016acd71adb83b3ec29f | 0.75 | testing_debugging_repair_refactoring | 992 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.MSBuild;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ReachingTyp... | too4words/Call-Graph-Builder-DotNet | SyncVersion/Tests/Tests.cs | https://github.com/too4words/Call-Graph-Builder-DotNet/blob/HEAD/SyncVersion/Tests/Tests.cs | ghcode:00164:70a141c6b0b8 | mit | codeparrot/github-code | 70a141c6b0b87139fce0d3bd34be9e18eff2f56b0e28d0108432dc271a2c6a74 | 0.95 | testing_debugging_repair_refactoring | 1,016 | 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.CSharp8.Lightup
{
using StyleCop.Analyzers.Test.CSharp7.Lightup;
public class ConstructorDecl... | DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/Lightup/ConstructorDeclarationSyntaxExtensionsTestsCSharp8.cs | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/Lightup/ConstructorDeclarationSyntaxExtensionsTestsCSharp8.cs | ghcode:00164:27a64d86e79b | mit | codeparrot/github-code | 27a64d86e79bfd7a69e67367191b43c87231c0ad07ae0bfe004455afe6f56b93 | 0.75 | testing_debugging_repair_refactoring | 87 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using AutoFixture;
using NSubstitute;
using NUnit.Framework;
using Shouldly;
using Wyam.Common.Execution;
using Wyam.Common.IO;
using Wyam.Configuration.ConfigScript;
using Wyam.Testing;
using Wyam.Testing.IO;
namespace Wyam.Configura... | Wyamio/Wyam | tests/core/Wyam.Configuration.Tests/ConfigScript/CacheManagerFixture.cs | https://github.com/Wyamio/Wyam/blob/HEAD/tests/core/Wyam.Configuration.Tests/ConfigScript/CacheManagerFixture.cs | ghcode:00164:d2c7097e92cb | mit | codeparrot/github-code | d2c7097e92cbadc989a2bad337f20afda786eb39743c4fd494deae98a0160056 | 0.85 | testing_debugging_repair_refactoring | 1,675 | false | 2026-07-17 |
//------------------------------------------------------------------------------
// <copyright file="MD5HashStream.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation
// </copyright>
//------------------------------------------------------------------------------
namespace Microsoft.Azure.Storage.DataMov... | Azure/azure-storage-net-data-movement | lib/MD5HashStream.cs | https://github.com/Azure/azure-storage-net-data-movement/blob/HEAD/lib/MD5HashStream.cs | ghcode:00164:a3eb35e3c907 | mit | codeparrot/github-code | a3eb35e3c9073c7051c1ba17230c0ac4730ab791493e47f762be1ddb5988715f | 0.85 | testing_debugging_repair_refactoring | 4,638 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using Underscore.Action;
namespace Underscore.Test.Action.Split
{
[TestFixture]
public class UncurryTest
{
private SplitComponent component;
private string[] output;
[SetUp]
public void Initialize()
{
component = new SplitComponent();
output = new string[1];
... | konkked/Underscore.cs | Underscore.Test/Action/Split/UncurryTest.cs | https://github.com/konkked/Underscore.cs/blob/HEAD/Underscore.Test/Action/Split/UncurryTest.cs | ghcode:00164:f18f819dbf5e | mit | codeparrot/github-code | f18f819dbf5ec2ab6c37e7a1d3a6cc3d10048760969380fd831d94cba52e2843 | 0.6 | testing_debugging_repair_refactoring | 2,616 | false | 2026-07-17 |
namespace IntergalacticTravel.Tests.Models.BusinessOwner
{
using System.Collections.Generic;
using IntergalacticTravel.Models;
using IntergalacticTravel.Models.Contracts;
using IntergalacticTravel.Models.TeleportStations.Contracts;
using Microsoft.VisualStudio.TestTools.UnitTesting;
usin... | stoyanov7/TelerikAcademy | ProgrammingWithC#/04.UnitTesting/Exams/IntergalacticTravel/IntergalacticTravel.Tests/Models/BusinessOwner/CollectProfits_Should.cs | https://github.com/stoyanov7/TelerikAcademy/blob/HEAD/ProgrammingWithC#/04.UnitTesting/Exams/IntergalacticTravel/IntergalacticTravel.Tests/Models/BusinessOwner/CollectProfits_Should.cs | ghcode:00164:15fa1e99391b | mit | codeparrot/github-code | 15fa1e99391b620fd52646a9277ccc5761d0622f66da55c0b7feccdc5824c122 | 0.75 | testing_debugging_repair_refactoring | 650 | false | 2026-07-17 |
using System;
namespace Shock.Test.Unit.FakesAndStubs
{
public class FakeTaskClass
{
public void DoSomething()
{
Console.WriteLine("Hi");
}
public void DoSomethingWithAParameter(string abc)
{
}
public string DoSomethingWithAReturnValue()
... | davidwhitney/shock | tests/Shock.Test.Unit/FakesAndStubs/FakeTaskClass.cs | https://github.com/davidwhitney/shock/blob/HEAD/tests/Shock.Test.Unit/FakesAndStubs/FakeTaskClass.cs | ghcode:00164:d54e40f0fea0 | mit | codeparrot/github-code | d54e40f0fea059beca6ad00dd4d6cd3fe4f362d3683e70413ca59f454bd4045c | 0.75 | testing_debugging_repair_refactoring | 112 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SpirvNet.Spirv.Enums;
// This file is auto-generated and should not be modified manually.
namespace SpirvNet.Spirv.Ops.DeviceSideEnqueue
{
/// <summary>
/// OpCaptureEventProfilingInfo
... | Philip-Trettner/SpirvNet | SpirvNet/SpirvNet/Spirv/Ops/DeviceSideEnqueue/OpCaptureEventProfilingInfo.cs | https://github.com/Philip-Trettner/SpirvNet/blob/HEAD/SpirvNet/SpirvNet/Spirv/Ops/DeviceSideEnqueue/OpCaptureEventProfilingInfo.cs | ghcode:00164:28867dbe9cc5 | mit | codeparrot/github-code | 28867dbe9cc58f09ed0a2501486a6068a8d6abefd6261fbe0f0b3d5ff9385972 | 0.85 | testing_debugging_repair_refactoring | 608 | false | 2026-07-17 |
using System.IO;
using System.Text;
using Shouldly;
namespace HmLib.Tests.Binary
{
using _Infrastructure;
using HmLib.Binary;
public class HmBinaryMessageWriterTests
{
public void StringResponsesAreWrittenCorrectly()
{
var output = new MemoryStream();
var writ... | flwn/HmLib | src/HmLib.Tests/Binary/HmBinaryMessageWriterTests.cs | https://github.com/flwn/HmLib/blob/HEAD/src/HmLib.Tests/Binary/HmBinaryMessageWriterTests.cs | ghcode:00164:e14c1ba45020 | mit | codeparrot/github-code | e14c1ba45020ba1ce72d4562b9ddfce11ae321d6202473aae199111d5f054ae3 | 0.75 | testing_debugging_repair_refactoring | 587 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Commencement.Controllers;
using Commencement.Core.Domain;
using Commencement.Tests.Core.Extensions;
using Commencement.Tests.Core.Helpers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using MvcContrib.TestHelper;
using Rhino.Mocks... | ucdavis/Commencement | Commencement.Tests/Controllers/AdminControllerTests/AdminControllerTestsPart04.cs | https://github.com/ucdavis/Commencement/blob/HEAD/Commencement.Tests/Controllers/AdminControllerTests/AdminControllerTestsPart04.cs | ghcode:00164:0663d9571cfe | mit | codeparrot/github-code | 0663d9571cfe4d90d5e10fd98bde8d022be941a0d360c0897b513d2404cff5e2 | 0.75 | testing_debugging_repair_refactoring | 93 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using PokerLeagueManager.Commands.Tests.Infrastructure;
using PokerLeagueManager.Common.Commands;
using PokerLeagueManager.Common.Events;
using PokerLeagueManager.Common.Events.Infrastructure;
namespace PokerLeagueMana... | YOTOV-LIMITED/pokerleaguemanager | src/PokerLeagueManager.Commands.Tests/RenamePlayer/DeletedGameTest.cs | https://github.com/YOTOV-LIMITED/pokerleaguemanager/blob/HEAD/src/PokerLeagueManager.Commands.Tests/RenamePlayer/DeletedGameTest.cs | ghcode:00164:0fd6084a3d19 | mit | codeparrot/github-code | 0fd6084a3d198e5fbfd33ad8f559fa8da88765eee2e1a0cb2abcf5072396378a | 0.75 | testing_debugging_repair_refactoring | 757 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Nito.AsyncEx;
using NUnit.Framework;
using SJP.Schematic.Core;
using SJP.Schematic.Core.Extensions;
using SJP.Schematic.Tests.Utilities;
namespace SJP.Schematic.PostgreSql.Tests.Integration
{... | sjp/Schematic | src/SJP.Schematic.PostgreSql.Tests/Integration/PostgreSqlDatabaseViewProviderTests.cs | https://github.com/sjp/Schematic/blob/HEAD/src/SJP.Schematic.PostgreSql.Tests/Integration/PostgreSqlDatabaseViewProviderTests.cs | ghcode:00164:0a5e0e218628 | mit | codeparrot/github-code | 0a5e0e218628d2b6dba8f38be62f282b20f68e79483e8621a56969c458cdb931 | 0.75 | testing_debugging_repair_refactoring | 2,292 | false | 2026-07-17 |
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
namespace UnitTest.Rollbar.DTOs
{
using global::Rollbar;
using global::Rollbar.DTOs;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using System;
using System.Collections.Gener... | rollbar/Rollbar.NET | UnitTest.Rollbar/DTOs/ClientFixture.cs | https://github.com/rollbar/Rollbar.NET/blob/HEAD/UnitTest.Rollbar/DTOs/ClientFixture.cs | ghcode:00164:eb663008a637 | mit | codeparrot/github-code | eb663008a637478070c2fc4a7ee79451a11c5dd5ce02f6d584192e1f3d22c057 | 0.6 | testing_debugging_repair_refactoring | 285 | false | 2026-07-17 |
using System;
using UnityEngine;
namespace NaughtyAttributes.Test
{
public class HideIfTest : MonoBehaviour
{
public bool hide1;
public bool hide2;
public HideIfEnum enum1;
[EnumFlags] public HideIfEnumFlag enum2;
[HideIf(EConditionOperator.And, "hide1", "h... | dbrizov/NaughtyAttributes | Assets/NaughtyAttributes/Scripts/Test/HideIfTest.cs | https://github.com/dbrizov/NaughtyAttributes/blob/HEAD/Assets/NaughtyAttributes/Scripts/Test/HideIfTest.cs | ghcode:00164:c5d3b035b070 | mit | codeparrot/github-code | c5d3b035b070267db67041d4ccaaf59c91f78288e8e59b93942ed579406eb47f | 0.95 | testing_debugging_repair_refactoring | 1,097 | false | 2026-07-17 |
// <copyright file="PropertyParserTest.cs" company="Fubar Development Junker">
// Copyright (c) 2016 Fubar Development Junker. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
using System;
using System.Collections.Generic;
using... | FubarDevelopment/beanio-net | test/FubarDev.BeanIO.Test/Parser/Property/PropertyParserTest.cs | https://github.com/FubarDevelopment/beanio-net/blob/HEAD/test/FubarDev.BeanIO.Test/Parser/Property/PropertyParserTest.cs | ghcode:00164:dabef8bef87f | mit | codeparrot/github-code | dabef8bef87fe96f23ea2a8900b20828c55d34ebff1d028bd28de54bda2a1733 | 0.85 | testing_debugging_repair_refactoring | 399 | false | 2026-07-17 |
using Microsoft.Xna.Framework.Input;
using Xunit;
namespace AgateLib.UserInterface.InputMap
{
public class UserInterfaceInputStateUnitTests
{
[Fact]
public void PressingActionButtonIsRecorded()
{
var input = new UserInterfaceInputState();
input.UpdateGamePadBut... | eylvisaker/AgateLib | tests/AgateLib.UnitTests/UserInterface/InputMap/UserInterfaceInputStateUnitTests.cs | https://github.com/eylvisaker/AgateLib/blob/HEAD/tests/AgateLib.UnitTests/UserInterface/InputMap/UserInterfaceInputStateUnitTests.cs | ghcode:00164:9f7d4752ff57 | mit | codeparrot/github-code | 9f7d4752ff57fd0621f970139bfeed28bf499b7dd8caa13c1b6283b00272cb0f | 0.75 | testing_debugging_repair_refactoring | 91 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Imageboard10.Core;
using Imageboard10.Core.ModelInterface.Links;
using Imageboard10.Core.Models.Links;
using Imageboard10.Core.Models.Links.LinkTypes;
using Imageboard10.Core.Modules;
using Imageboard10.Makaba;
using Microsoft.VisualStudio.TestTools.UnitTesting;
names... | Opiumtm/Imageboard10 | Imageboard10/Imageboard10UnitTests/LinkSerializationTests.cs | https://github.com/Opiumtm/Imageboard10/blob/HEAD/Imageboard10/Imageboard10UnitTests/LinkSerializationTests.cs | ghcode:00164:43b971693c99 | mit | codeparrot/github-code | 43b971693c99d1276405d425c89e43ca725440b6f40e6321e89666d6db0726d6 | 0.75 | testing_debugging_repair_refactoring | 1,352 | false | 2026-07-17 |
using Pote.CommandLine;
using Spot.Ebnf;
using Spot.SrtL;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace Spot
{
/// <summary>
/// Performs tests on a syntax using SrtL.
/// </summary>
internal class TestVerb : Verb
{
[Option(Met... | pawwkm/Spot | Spot/TestVerb.cs | https://github.com/pawwkm/Spot/blob/HEAD/Spot/TestVerb.cs | ghcode:00164:7d84f95ab1ea | mit | codeparrot/github-code | 7d84f95ab1ea58a0c8729a901e63981b59c18118ea27c23ad6c0502311de6d2c | 0.85 | testing_debugging_repair_refactoring | 590 | false | 2026-07-17 |
// Copyright © John Gietzen. All Rights Reserved. This source is subject to the MIT license. Please see license.md for more information.
namespace Pegasus.Tests.Compiler
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using Pegasus.Co... | otac0n/Pegasus | Pegasus.Tests/Compiler/PegCompilerTests.cs | https://github.com/otac0n/Pegasus/blob/HEAD/Pegasus.Tests/Compiler/PegCompilerTests.cs | ghcode:00164:2fa463418859 | mit | codeparrot/github-code | 2fa46341885930a3cf490c5223e6fe8946f97d47ba53d23935293fc320eda2a1 | 0.75 | testing_debugging_repair_refactoring | 6,474 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Configuration;
using System.Data;
using System.Diagnostics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Reusable.Data;
using Reusable.Exceptionizer;
using Reusable.Reflection;
using Reusable.SmartConfig;
using Reusable.Smar... | he-dev/Reusable | Reusable.Tests.MSTest/src/SmartConfig/Integration/FeatureTest.cs | https://github.com/he-dev/Reusable/blob/HEAD/Reusable.Tests.MSTest/src/SmartConfig/Integration/FeatureTest.cs | ghcode:00164:e0954c49a7c1 | mit | codeparrot/github-code | e0954c49a7c1158a0dfc426c19cad474a7156fd48e237c7f05aa322965146296 | 0.95 | testing_debugging_repair_refactoring | 1,646 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using InfluxClient.Fields;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace InfluxClient.Tests
{
[TestClass]
public class Ma... | danesparza/InfluxClient | InfluxClient.Tests/ManagerTests.cs | https://github.com/danesparza/InfluxClient/blob/HEAD/InfluxClient.Tests/ManagerTests.cs | ghcode:00164:3076b444c6b2 | mit | codeparrot/github-code | 3076b444c6b2a58664a33cc783774fae1434e80a92d7fdd93d3edb5aed5eb20c | 0.85 | testing_debugging_repair_refactoring | 2,127 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using CSharpInterceptors.Creation;
using System.Reflection;
using CSharpInterceptors.Injection;
using CSharpInterceptors.Delegation;
using CSharpInterceptors;
namespace InterceptorsTests.Creation
{
[TestClass]
public class MethodCreaterTest
{
... | IfElseSwitch/interceptors-csharp | Sources/CSharpInterceptors/InterceptorsTests/Creation/MethodCreaterTest.cs | https://github.com/IfElseSwitch/interceptors-csharp/blob/HEAD/Sources/CSharpInterceptors/InterceptorsTests/Creation/MethodCreaterTest.cs | ghcode:00164:cb5d1f08c7f2 | mit | codeparrot/github-code | cb5d1f08c7f2103ca825a9e438bc1361d57095d5499515b23785629e2d0f4ef8 | 0.85 | testing_debugging_repair_refactoring | 444 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
#if NETCOREAPP
using System.Runtime.Loader;
#endif
using Fody;
using Xunit;
using Xunit.Abstractions;
public class AssemblyWithInheritanceTests
{
static AssemblyWithInheritanceTests()
{
var weavingTask = new ... | Fody/PropertyChanged | Tests/AssemblyWithInheritanceTests.cs | https://github.com/Fody/PropertyChanged/blob/HEAD/Tests/AssemblyWithInheritanceTests.cs | ghcode:00164:b51520535ac2 | mit | codeparrot/github-code | b51520535ac29e30edd28f586dff13e66ef3d22cae97aa875f235776c8a0ac13 | 0.75 | testing_debugging_repair_refactoring | 1,496 | false | 2026-07-17 |
#region LGPL License
/*
Axiom Game Engine Library
Copyright (C) 2003 Axiom Project Team
The overall design, and a majority of the core engine and rendering code
contained within this library is a derivative of the open source Object Oriented
Graphics Engine OGRE, which can be found at http://ogre.sourceforge.net. ... | longde123/MultiversePlatform | axiom/Engine/ParticleSystems/ParticleSystemRenderer.cs | https://github.com/longde123/MultiversePlatform/blob/HEAD/axiom/Engine/ParticleSystems/ParticleSystemRenderer.cs | ghcode:00164:9050fc4a84f6 | mit | codeparrot/github-code | 9050fc4a84f63e6f90b4d4fb40471216f99a6ebdd754fb0b1583e07a96f84325 | 0.85 | testing_debugging_repair_refactoring | 957 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using CData;
using Example.Business;
using Example.Business.API;
[assembly: ContractNamespace("http://example.com/business", "Example.Business")]
[assembly: ContractNamespace("http://example.com/business/api", "Example.Business... | knat/CData | Examples/Biz/Biz/Program.cs | https://github.com/knat/CData/blob/HEAD/Examples/Biz/Biz/Program.cs | ghcode:00164:2557a3c9aa80 | mit | codeparrot/github-code | 2557a3c9aa808ea490343a6ea0df5d533d4000bcd967027dfe2024e121624bec | 0.7 | testing_debugging_repair_refactoring | 387 | false | 2026-07-17 |
#region Licence
/* The MIT License (MIT)
Copyright © 2014 Francesco Pighi <francesco.pighi@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limita... | BrighterCommand/Brighter | tests/Paramore.Brighter.MySQL.Tests/Outbox/When_the_message_is_already_in_the_outbox.cs | https://github.com/BrighterCommand/Brighter/blob/HEAD/tests/Paramore.Brighter.MySQL.Tests/Outbox/When_the_message_is_already_in_the_outbox.cs | ghcode:00164:2ddf09dd203b | mit | codeparrot/github-code | 2ddf09dd203ba4ce71d3621444e3d8d2e0474146756325d6c6a302aa15226bf4 | 0.75 | testing_debugging_repair_refactoring | 515 | false | 2026-07-17 |
using System.Collections.Generic;
using Moq;
using NUnit.Framework;
using OpenQA.Selenium;
using Sonneville.Investing.Domain;
using Sonneville.Investing.Fidelity.WebDriver.Positions;
namespace Sonneville.Investing.Fidelity.WebDriver.Test.Positions
{
[TestFixture]
public class PositionsPageTests
{
... | SonnevilleJ/Investing | Sonneville.Investing.Fidelity.WebDriver.Test/Positions/PositionsPageTests.cs | https://github.com/SonnevilleJ/Investing/blob/HEAD/Sonneville.Investing.Fidelity.WebDriver.Test/Positions/PositionsPageTests.cs | ghcode:00164:0d809a83a3dc | mit | codeparrot/github-code | 0d809a83a3dc2484f1ef9da026b239205a2da51b7a20672495fa6679516818a1 | 0.75 | testing_debugging_repair_refactoring | 726 | false | 2026-07-17 |
using Mono.Cecil;
using NDifference.TypeSystem;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NDifference.Reflection.Builders
{
public class MemberEventBuilder
{
public void BuildFrom(TypeDefinition discovere... | deejaygraham/ndifference | src/Reflection/Builders/MemberEventBuilder.cs | https://github.com/deejaygraham/ndifference/blob/HEAD/src/Reflection/Builders/MemberEventBuilder.cs | ghcode:00164:787c9d78344b | mit | codeparrot/github-code | 787c9d78344bb15b5b81bd243e107fd245f47656d289dff0cb31197a7717f528 | 0.6 | testing_debugging_repair_refactoring | 242 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using Game;
using Moq;
namespace GameTest
{
[TestFixture()]
public class SceneFactoryShould
{
Mock<IActorFactory> ActorFactory = new Mock<IActorFactory>();
[Test()]
public void GenerateNewScene ()
{
SceneFactory factory = new SceneFactory (ActorFactory.Object);
v... | sheix/GameEngine | GameTest/SceneFactoryShould.cs | https://github.com/sheix/GameEngine/blob/HEAD/GameTest/SceneFactoryShould.cs | ghcode:00164:3baa6556b468 | mit | codeparrot/github-code | 3baa6556b4682d3226ea36158a569f3d68bb00018e515c12f851c7164bbcd560 | 0.6 | testing_debugging_repair_refactoring | 100 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SecretSanta;
using System.Collections.Generic;
namespace SantaTests
{
[TestClass]
public class SantaTests
{
[TestMethod]
public void SantaTestNotNull()
{
Santa santa = new Santa(new List<Person> { n... | paulboocock/secretsanta14 | SecretSanta/SantaTests/SantaTests.cs | https://github.com/paulboocock/secretsanta14/blob/HEAD/SecretSanta/SantaTests/SantaTests.cs | ghcode:00164:0674a410fd18 | unlicense | codeparrot/github-code | 0674a410fd185e6458ba5d42e6de5a6aa2eb15d0ef489e5a12613a1e7402ceef | 0.68 | testing_debugging_repair_refactoring | 187 | false | 2026-07-17 |
using LightBDD.Framework;
using LightBDD.Framework.Scenarios;
using LightBDD.XUnit2;
namespace AlphaDev.Web.Tests.Integration.Features
{
[FeatureDescription(
@"In order to edit about information
As an administrator
I want to have a web page where I can edit it")]
public partial class AboutEdit_feature... | OlegKleyman/AlphaDev | tests/integration/AlphaDev.Web.Tests.Integration/Features/AboutEdit_feature.cs | https://github.com/OlegKleyman/AlphaDev/blob/HEAD/tests/integration/AlphaDev.Web.Tests.Integration/Features/AboutEdit_feature.cs | ghcode:00164:6c2d123799a7 | unlicense | codeparrot/github-code | 6c2d123799a7cfad158f025684b52b50dc109dd37d9a04f80d42eee73ed87cde | 0.68 | testing_debugging_repair_refactoring | 555 | false | 2026-07-17 |
// Working Files List
// Visual Studio extension tool window that shows a selectable list of files
// that are open in the editor
// Copyright © 2016 Anthony Fung
// 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 ... | Ant-f/WorkingFilesList | Solution/WorkingFilesList.ToolWindow.Test/Service/DisplayNameHighlightEvaluatorTests.cs | https://github.com/Ant-f/WorkingFilesList/blob/HEAD/Solution/WorkingFilesList.ToolWindow.Test/Service/DisplayNameHighlightEvaluatorTests.cs | ghcode:00164:481c9d11973b | apache-2.0 | codeparrot/github-code | 481c9d11973bc00d2aed892ebb8b8e021d37f69b03e7ca41f2611ee2a818f9e9 | 0.85 | testing_debugging_repair_refactoring | 725 | false | 2026-07-17 |
using System;
using Amazon.DynamoDBv2;
using Amazon.S3;
using AwsTools;
using GalleryBackend;
using GalleryBackend.Model;
using NSubstitute;
using NUnit.Framework;
namespace SlideshowCreator.Tests.UnitTests
{
public class AuthenticationTests
{
[Test]
public void Authorizing_Web_Api_Paths_From... | timg456789/SlideshowCreator | SlideshowCreator/SlideshowCreator/Tests/UnitTests/AuthenticationTests.cs | https://github.com/timg456789/SlideshowCreator/blob/HEAD/SlideshowCreator/SlideshowCreator/Tests/UnitTests/AuthenticationTests.cs | ghcode:00164:346814ba7b80 | apache-2.0 | codeparrot/github-code | 346814ba7b80d70fac001501681a9f15528fb931fb5b75c6e804e8f338c9e5a5 | 0.85 | testing_debugging_repair_refactoring | 599 | false | 2026-07-17 |
// Python Tools for Visual Studio
// Copyright(c) Microsoft Corporation
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the License); you may not use
// this file except in compliance with the License. You may obtain a copy of the
// License at http://www.apache.org/licenses/LICENSE-2.0
/... | int19h/PTVS | Python/Tests/Core/PythonFormatterTests.cs | https://github.com/int19h/PTVS/blob/HEAD/Python/Tests/Core/PythonFormatterTests.cs | ghcode:00164:d6206fc9c55f | apache-2.0 | codeparrot/github-code | d6206fc9c55fd4a3ab1c4f3c5575010c98be3ea9c984ea3e93824ad9e014dd23 | 0.95 | testing_debugging_repair_refactoring | 1,007 | false | 2026-07-17 |
/*
Copyright (c) 2005-2006 Tomas Matousek and Martin Maly.
The use and distribution terms for this software are contained in the file named License.txt,
which can be found in the root of the Phalanger distribution. By using this software
in any fashion, you are agreeing to be bound by the terms of this ... | kendallb/Phalanger | Source/ClassLibrary/Data.CLR/Result.cs | https://github.com/kendallb/Phalanger/blob/HEAD/Source/ClassLibrary/Data.CLR/Result.cs | ghcode:00164:8507e13394de | apache-2.0 | codeparrot/github-code | 8507e13394de0ff65b26c6523782fb9d0940624eedc7103ea3668addf0f9c0a7 | 0.85 | testing_debugging_repair_refactoring | 4,408 | false | 2026-07-17 |
using AutoMoq;
using FizzWare.NBuilder;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using NerdBudget.Core.Models;
using NerdBudget.Core.Repositories;
using NerdBudget.Core.Services;
namespace NerdBudget.Tests.Core.Services
{
[TestClass]
public class MemberServiceTests
{
#region H... | ellerbus/Dynamo | NerdBudget/NerdBudget.Tests/Core/Services/MemberServiceTests.cs | https://github.com/ellerbus/Dynamo/blob/HEAD/NerdBudget/NerdBudget.Tests/Core/Services/MemberServiceTests.cs | ghcode:00164:32025d391498 | apache-2.0 | codeparrot/github-code | 32025d391498b067648acdcacf5055f2de0607ce50bb235deaf64d6a87e951f3 | 0.85 | testing_debugging_repair_refactoring | 532 | false | 2026-07-17 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | JKarathiya/Lean | Tests/Brokerages/Zerodha/ZerodhaBrokerageTests.cs | https://github.com/JKarathiya/Lean/blob/HEAD/Tests/Brokerages/Zerodha/ZerodhaBrokerageTests.cs | ghcode:00164:24e9b9bf90db | apache-2.0 | codeparrot/github-code | 24e9b9bf90dbce697e00a81a6bbd4b2eba0d5915f365d54693565247eeb69763 | 0.85 | testing_debugging_repair_refactoring | 5,220 | false | 2026-07-17 |
using JetBrains.ReSharper.FeaturesTestFramework.Intentions;
using NUnit.Framework;
using ReCommendedExtension.Analyzers.DelegateInvoke;
namespace ReCommendedExtension.Tests.Analyzers
{
[TestFixture]
public sealed class DelegateInvokeQuickFixTests : QuickFixTestBase<RemoveDelegateInvokeFix>
{
prote... | prodot/ReCommended-Extension | Sources/ReCommendedExtension.Tests/Analyzers/DelegateInvokeQuickFixTests.cs | https://github.com/prodot/ReCommended-Extension/blob/HEAD/Sources/ReCommendedExtension.Tests/Analyzers/DelegateInvokeQuickFixTests.cs | ghcode:00164:58cc37b33854 | apache-2.0 | codeparrot/github-code | 58cc37b33854963e968b25f36fbf705fe888328a7061e48f0a1d0c40086b3503 | 0.75 | testing_debugging_repair_refactoring | 119 | 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 ... | aricooperman/jLean | orig-src/Tests/Indicators/MaximumTests.cs | https://github.com/aricooperman/jLean/blob/HEAD/orig-src/Tests/Indicators/MaximumTests.cs | ghcode:00164:c20e05c58585 | apache-2.0 | codeparrot/github-code | c20e05c58585c19f78be199afc85334e0c789aece4bc6330e1bec8ed93b68155 | 0.95 | testing_debugging_repair_refactoring | 762 | false | 2026-07-17 |
// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Elastic.El... | elastic/elasticsearch-net | tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs | https://github.com/elastic/elasticsearch-net/blob/HEAD/tests/Tests/Framework/EndpointTests/RequestResponseApiTestBase.cs | ghcode:00164:a0a2c76428fc | apache-2.0 | codeparrot/github-code | a0a2c76428fc9be0d295e478f0b3535e33bd658fea234aa00e73f05bc25469af | 0.95 | testing_debugging_repair_refactoring | 1,453 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Orleankka;
using Orleankka.Meta;
using Orleankka.Cluster;
using EventStore.ClientAPI;
using EventStore.ClientAPI.Exceptions... | pkese/Orleankka | Source/Example.EventSourcing.FSM/Infrastructure.cs | https://github.com/pkese/Orleankka/blob/HEAD/Source/Example.EventSourcing.FSM/Infrastructure.cs | ghcode:00164:a7dd9fdc1e1e | apache-2.0 | codeparrot/github-code | a7dd9fdc1e1e4407034953dba674a72e5d5f323785a0778f36d63dc4e33c938a | 0.75 | testing_debugging_repair_refactoring | 1,174 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
us... | reaction1989/roslyn | src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/PropertySymbolReferenceFinder.cs | https://github.com/reaction1989/roslyn/blob/HEAD/src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/PropertySymbolReferenceFinder.cs | ghcode:00164:72fbc8ca0a50 | apache-2.0 | codeparrot/github-code | 72fbc8ca0a508b4f3037ff9e04ff63a884733af6907fc4a3263df9d3bc72a48a | 0.85 | testing_debugging_repair_refactoring | 2,090 | 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.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata.Ecma33... | ericfe-ms/roslyn | src/Compilers/Core/Portable/PEWriter/CustomDebugInfoWriter.cs | https://github.com/ericfe-ms/roslyn/blob/HEAD/src/Compilers/Core/Portable/PEWriter/CustomDebugInfoWriter.cs | ghcode:00164:425f8901824a | apache-2.0 | codeparrot/github-code | 425f8901824a481c6c31837478681ff93262d25ee52b4af3d7a34af9a28864dc | 0.85 | testing_debugging_repair_refactoring | 3,736 | false | 2026-07-17 |
using System.IO;
using System.Linq;
using NUnit.Framework;
using RaynMaker.Modules.Import.Spec;
using RaynMaker.Modules.Import.Spec.v2;
using RaynMaker.Modules.Import.Spec.v2.Extraction;
using RaynMaker.Modules.Import.Spec.v2.Locating;
namespace RaynMaker.Modules.Import.Specs
{
[TestFixture]
class ... | bg0jr/RaynMaker | src/RaynMaker.Modules.Import.Specs/LoadingDataSourcesScenarios.cs | https://github.com/bg0jr/RaynMaker/blob/HEAD/src/RaynMaker.Modules.Import.Specs/LoadingDataSourcesScenarios.cs | ghcode:00164:aa67593f5981 | bsd-3-clause | codeparrot/github-code | aa67593f5981ee7540061e97b45c51a1fb0c7e822332b76304e23c6aec2fa3e1 | 0.85 | testing_debugging_repair_refactoring | 2,320 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using Maui.Data.SQL;
using Maui;
using Maui.Dynamics.Data;
using NUnit.Framework;
using Maui.UnitTests.Entities;
namespace Maui.Dynamics.Data.UnitTests
{
[TestFixture]
public class DefaultFilterBuilderTest : Tes... | bg0jr/Maui | src/Dynamics/Maui.Dynamics_uTest/Data/DefaultFilterBuilderTest.cs | https://github.com/bg0jr/Maui/blob/HEAD/src/Dynamics/Maui.Dynamics_uTest/Data/DefaultFilterBuilderTest.cs | ghcode:00164:a6a6ac83b814 | bsd-3-clause | codeparrot/github-code | a6a6ac83b814d7b7a00791418741708d6dfa33dc6f7a1b2ed80774d298e7ae4b | 0.85 | testing_debugging_repair_refactoring | 2,491 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using FluentNHibernate.Cfg.Db;
using FluentNHibernate.Mapping;
using FluentNHibernate.MappingModel.Collections;
using NHibernate.Cfg;
using NUnit.Framework;
using static FluentNHibernate.Testing.Cfg.SQLiteFrameworkConfigurationFactory;
namespace FluentNHibernat... | HermanSchoenfeld/fluent-nhibernate | src/FluentNHibernate.Testing/DomainModel/Mapping/OneToManyTester.cs | https://github.com/HermanSchoenfeld/fluent-nhibernate/blob/HEAD/src/FluentNHibernate.Testing/DomainModel/Mapping/OneToManyTester.cs | ghcode:00164:15bb74a883e5 | bsd-3-clause | codeparrot/github-code | 15bb74a883e50b3455df5164b8ba05ad2fe8a6f828a986f7456af124097c610f | 0.75 | testing_debugging_repair_refactoring | 7,504 | false | 2026-07-17 |
using ExtendedXmlSerializer.ContentModel.Identification;
using ExtendedXmlSerializer.ContentModel.Reflection;
using FluentAssertions;
using System.Reflection;
using Xunit;
using Identity = ExtendedXmlSerializer.ContentModel.Identification.Identity;
// ReSharper disable All
namespace ExtendedXmlSerializer.Tests.Conte... | Mike-EEE/ExtendedXmlSerializer | test/ExtendedXmlSerializer.Tests/ContentModel/Reflection/TypePartResolverTests.cs | https://github.com/Mike-EEE/ExtendedXmlSerializer/blob/HEAD/test/ExtendedXmlSerializer.Tests/ContentModel/Reflection/TypePartResolverTests.cs | ghcode:00164:e62180b3c042 | mit | codeparrot/github-code | e62180b3c042b672934eac9b573829d10aa4958d0788931fcfbf117fa57eda20 | 0.75 | testing_debugging_repair_refactoring | 449 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions;
using Xunit;
namespace SecurityHeadersMiddleware.Tests {
public class CspConfigurationTests {
[Fact]
public void When_generating_header_value_and_no_configurations_are_set_return_empty_string() {
... | c0dem0nkee/SecurityHeadersMiddleware | src/OwinContrib.SecurityHeaders.Tests/CspConfigurationTests.cs | https://github.com/c0dem0nkee/SecurityHeadersMiddleware/blob/HEAD/src/OwinContrib.SecurityHeaders.Tests/CspConfigurationTests.cs | ghcode:00164:11b68ac4d515 | mit | codeparrot/github-code | 11b68ac4d51528c8871a1c6edafb1e251766e1069476fbe9edca30b23447ed4e | 0.75 | testing_debugging_repair_refactoring | 783 | false | 2026-07-17 |
using System;
namespace BenchmarkDotNet.Attributes
{
[AttributeUsage(AttributeTargets.Method)]
public class BenchmarkAttribute : Attribute
{
public string Description { get; set; }
public bool Baseline { get; set; }
public int OperationsPerInvoke { get; set; } = 1;
}
} | redknightlois/BenchmarkDotNet | BenchmarkDotNet/Attributes/BenchmarkAttribute.cs | https://github.com/redknightlois/BenchmarkDotNet/blob/HEAD/BenchmarkDotNet/Attributes/BenchmarkAttribute.cs | ghcode:00164:ee6a3de1fdb6 | mit | codeparrot/github-code | ee6a3de1fdb64634b4ff76e8c306355cc2fbe7252ea787d8c9eea225c50c1708 | 0.6 | testing_debugging_repair_refactoring | 68 | false | 2026-07-17 |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using Microsoft.DotNet.TestFramework;
using Microsoft.DotNet... | blackdwarf/cli | test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs | https://github.com/blackdwarf/cli/blob/HEAD/test/dotnet-new.Tests/GivenThatIWantANewAppWithSpecifiedType.cs | ghcode:00164:9fcc98b36a1c | mit | codeparrot/github-code | 9fcc98b36a1c2c07f76ae05057961e69d9880ad2865fe6531eeefbbe796ff71a | 0.85 | testing_debugging_repair_refactoring | 592 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
namespace BrightcoveOS.NET_MAPI_Wrapper.Tests.IntegrationTests.VideoWrite
{
[TestFixture]
public class RemoveLogoOverlayTests : VideoWriteTestBase
{
[Test]
public void RemoveLogoOverlay_Test... | revdotcom/.NET-MAPI-Wrapper | tests/BrightcoveOS .NET-MAPI-Wrapper.Tests/IntegrationTests/VideoWrite/RemoveLogoOverlayTests.cs | https://github.com/revdotcom/.NET-MAPI-Wrapper/blob/HEAD/tests/BrightcoveOS .NET-MAPI-Wrapper.Tests/IntegrationTests/VideoWrite/RemoveLogoOverlayTests.cs | ghcode:00164:26095743bbaa | mit | codeparrot/github-code | 26095743bbaa48d4d8dd0cb6f266f628dae59120fb8be075cf17e541c33cb48b | 0.75 | testing_debugging_repair_refactoring | 119 | false | 2026-07-17 |
/* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for Additional information regarding copyright ownership.
The ASF licenses this file to Y... | antony-liu/npoi | testcases/openxml4net/TestPackage.cs | https://github.com/antony-liu/npoi/blob/HEAD/testcases/openxml4net/TestPackage.cs | ghcode:00164:018fb2b5257b | apache-2.0 | codeparrot/github-code | 018fb2b5257bd7833ec89b04ccf896279fafb430d4ab8fe024c3124fd4adb3ed | 0.85 | testing_debugging_repair_refactoring | 8,182 | false | 2026-07-17 |
using Lucene.Net.Analysis;
using Lucene.Net.Analysis.TokenAttributes;
using NUnit.Framework;
using System;
using System.IO;
using TermInfo = Lucene.Net.Search.VectorHighlight.FieldTermStack.TermInfo;
namespace Lucene.Net.Search.VectorHighlight
{
/*
* Licensed to the Apache Software Foundation (ASF) under one... | jeme/lucenenet | src/Lucene.Net.Tests.Highlighter/VectorHighlight/IndexTimeSynonymTest.cs | https://github.com/jeme/lucenenet/blob/HEAD/src/Lucene.Net.Tests.Highlighter/VectorHighlight/IndexTimeSynonymTest.cs | ghcode:00164:6a4a87f5e816 | apache-2.0 | codeparrot/github-code | 6a4a87f5e81657427c8dde40d7a1fc1f76ab3e2b64b110517c9720283a47c8f0 | 0.85 | testing_debugging_repair_refactoring | 3,562 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
using Nest;
using Tests.Framework;
namespace Tests.CodeStandards
{
public class Responses
{
/**
* Every collection proper... | adam-mccoy/elasticsearch-net | src/Tests/CodeStandards/Responses.doc.cs | https://github.com/adam-mccoy/elasticsearch-net/blob/HEAD/src/Tests/CodeStandards/Responses.doc.cs | ghcode:00164:43e3300765c4 | apache-2.0 | codeparrot/github-code | 43e3300765c4b7099bbe6c7a6ee94d216c3f270354f90f169bd13578bb15e838 | 0.85 | testing_debugging_repair_refactoring | 621 | false | 2026-07-17 |
//
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | jtlibing/azure-sdk-for-net | src/ResourceManagement/HDInsight/HDInsight.Tests/ScenarioTests/DataLakeTests.cs | https://github.com/jtlibing/azure-sdk-for-net/blob/HEAD/src/ResourceManagement/HDInsight/HDInsight.Tests/ScenarioTests/DataLakeTests.cs | ghcode:00164:833229ce9bf1 | apache-2.0 | codeparrot/github-code | 833229ce9bf120c8a262442fe8f06415e600d6e7754a3e7bbba8cc2d5ee99ccd | 0.85 | testing_debugging_repair_refactoring | 1,073 | false | 2026-07-17 |
/*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | larsbrubaker/agg-sharp | Tests/Agg.Tests/Agg.RayTracer/TraceAPITests.cs | https://github.com/larsbrubaker/agg-sharp/blob/HEAD/Tests/Agg.Tests/Agg.RayTracer/TraceAPITests.cs | ghcode:00164:14129e32e004 | bsd-2-clause | codeparrot/github-code | 14129e32e00494d6ea4b80160228098ecf9c20e0966a1a686b1bb79d03c7ab4c | 0.78 | testing_debugging_repair_refactoring | 1,593 | false | 2026-07-17 |
using System;
using System.Linq;
using AutoFixture.Kernel;
using Xunit;
namespace AutoFixtureUnitTest.Kernel
{
public class SpecimenFactoryWithDoubleParameterFuncTest
{
[Fact]
public void SutIsSpecimenBuilder()
{
// Arrange
Func<string, int, object> dummyFunc = ... | Pvlerick/AutoFixture | Src/AutoFixtureUnitTest/Kernel/SpecimenFactoryWithDoubleParameterFuncTest.cs | https://github.com/Pvlerick/AutoFixture/blob/HEAD/Src/AutoFixtureUnitTest/Kernel/SpecimenFactoryWithDoubleParameterFuncTest.cs | ghcode:00164:d9e380e1c131 | mit | codeparrot/github-code | d9e380e1c1317379a6a57a2c9a872b6a704d16e462f22fca2552254118c1d19a | 0.85 | testing_debugging_repair_refactoring | 567 | 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 Cake.Core.Tests.Fixtures;
using Cake.Testing;
using Cake.Testing.Xunit;
using Xunit;
namespace Cake.Core.Tes... | michael-wolfenden/cake | src/Cake.Core.Tests/Unit/IO/NuGet/NuGetToolResolverTests.cs | https://github.com/michael-wolfenden/cake/blob/HEAD/src/Cake.Core.Tests/Unit/IO/NuGet/NuGetToolResolverTests.cs | ghcode:00164:11d553921158 | mit | codeparrot/github-code | 11d5539211585dbffd8b4b070402ddc5a47b2816b21753524f7186059fd65f50 | 0.85 | testing_debugging_repair_refactoring | 846 | 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.Linq;
using Microsoft.CodeAnalysis.Editor.UnitTests.Utilities;
using Microsoft.CodeAnaly... | abock/roslyn | src/EditorFeatures/TestUtilities/AbstractTypingCommandHandlerTest.cs | https://github.com/abock/roslyn/blob/HEAD/src/EditorFeatures/TestUtilities/AbstractTypingCommandHandlerTest.cs | ghcode:00164:3f0c1a29905c | mit | codeparrot/github-code | 3f0c1a29905c9b7e7a45bf35ba9406471cc638e8d77f9363d27dbc6d87c5c23a | 0.85 | testing_debugging_repair_refactoring | 584 | 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.Configuration;
using Microsoft.Build.Collections;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Execution;
using Microsoft.Build.Shared;
using T... | sean-gilliam/msbuild | src/Build.UnitTests/Definition/ToolsetConfigurationReader_Tests.cs | https://github.com/sean-gilliam/msbuild/blob/HEAD/src/Build.UnitTests/Definition/ToolsetConfigurationReader_Tests.cs | ghcode:00164:6d0a72bac3c3 | mit | codeparrot/github-code | 6d0a72bac3c35cfc20b5131b8b7c91a0f4d56179152a6e52636deb29f772791b | 0.85 | testing_debugging_repair_refactoring | 6,471 | false | 2026-07-17 |
// Visual Studio Shared Project
// Copyright(c) Microsoft Corporation
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the License); you may not use
// this file except in compliance with the License. You may obtain a copy of the
// License at http://www.apache.org/licenses/LICENSE-2.0
//
... | DinoV/PTVS | Common/Tests/MockVsTests/MockEditorOperationsFactoryService.cs | https://github.com/DinoV/PTVS/blob/HEAD/Common/Tests/MockVsTests/MockEditorOperationsFactoryService.cs | ghcode:00164:63711208da30 | apache-2.0 | codeparrot/github-code | 63711208da30e1ea2ed0c5c1b68265f9f865812e09494fae8a0195f47fcbdc49 | 0.95 | testing_debugging_repair_refactoring | 242 | false | 2026-07-17 |
using System;
using System.Xml;
namespace SPALM.SPSF.Test.SharePointTester
{
class Program
{
static void Main(string[] args)
{
MigrateFile(@"c:\WSPBuilderProject1.csproj");
}
private static void MigrateFile(string path)
{
string removedContent =... | Gergues/SPSF | SPALM.SPSF.Test.SharePointTester/Program.cs | https://github.com/Gergues/SPSF/blob/HEAD/SPALM.SPSF.Test.SharePointTester/Program.cs | ghcode:00164:931250b4b3c5 | apache-2.0 | codeparrot/github-code | 931250b4b3c5826cbe78ba85b461d6e5e4a1431b56fbb579a721b8841f311b84 | 0.85 | testing_debugging_repair_refactoring | 1,604 | false | 2026-07-17 |
using NUnit.Framework;
using ServiceStack.Common;
using ServiceStack.Text;
namespace ServiceStack.WebHost.IntegrationTests.Tests
{
[TestFixture]
public class FilterTests
{
[Test]
public void Can_call_service_returning_string()
{
var response = Config.ServiceStackBaseUri.CombineWith("hello2/world")
.Ge... | fanta-mnix/ServiceStack | tests/ServiceStack.WebHost.IntegrationTests/Tests/FilterTests.cs | https://github.com/fanta-mnix/ServiceStack/blob/HEAD/tests/ServiceStack.WebHost.IntegrationTests/Tests/FilterTests.cs | ghcode:00164:2e6c1af3b563 | bsd-3-clause | codeparrot/github-code | 2e6c1af3b5639d07444eb5cfa0fb1270359f01387a88fe6b9adb4db1e9849b8a | 0.85 | testing_debugging_repair_refactoring | 92 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="MiscMessageSerializerSpec.cs" company="Akka.NET Project">
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
// </... | ali-ince/akka.net | src/core/Akka.Remote.Tests/Serialization/MiscMessageSerializerSpec.cs | https://github.com/ali-ince/akka.net/blob/HEAD/src/core/Akka.Remote.Tests/Serialization/MiscMessageSerializerSpec.cs | ghcode:00164:b1ddcf1efeb6 | apache-2.0 | codeparrot/github-code | b1ddcf1efeb6f71f595d8389d86623607fc1064e689b8d05eb861bdd2126f8f0 | 0.85 | testing_debugging_repair_refactoring | 2,639 | false | 2026-07-17 |
//
// Tests.cs
//
// Author:
// Gabriel Burt <gburt@novell.com>
//
// Copyright (C) 2010 Novell, Inc.
//
// 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
//... | directhex/banshee-hacks | src/Core/Banshee.Core/Banshee.IO/Tests.cs | https://github.com/directhex/banshee-hacks/blob/HEAD/src/Core/Banshee.Core/Banshee.IO/Tests.cs | ghcode:00164:2ea1b6b4ca87 | mit | codeparrot/github-code | 2ea1b6b4ca8735cd1d3fa42e04e4deb293bd144c045ae0b364bc5f32220fbe02 | 0.85 | testing_debugging_repair_refactoring | 2,792 | 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.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System... | DavidKarlas/roslyn | src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildWorkspace.cs | https://github.com/DavidKarlas/roslyn/blob/HEAD/src/Workspaces/Core/Desktop/Workspace/MSBuild/MSBuildWorkspace.cs | ghcode:00164:b7b029683736 | apache-2.0 | codeparrot/github-code | b7b029683736a0f361a4bb767f03249d52e683c818d43c186ebc6492bd8c1557 | 0.85 | testing_debugging_repair_refactoring | 7,899 | false | 2026-07-17 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of ... | StefanoRaggi/Lean | Tests/Common/Orders/OrderTests.cs | https://github.com/StefanoRaggi/Lean/blob/HEAD/Tests/Common/Orders/OrderTests.cs | ghcode:00164:28b954c7d8b1 | apache-2.0 | codeparrot/github-code | 28b954c7d8b14d0b5befb18812f0dfde46081c30b658c002721f0fe1bfd519a3 | 0.85 | testing_debugging_repair_refactoring | 3,972 | 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.
//-----------------------------------------------------------------------
// </copyright>
// <summary>Tests for ProjectInstance internal members</summary>
//-----------... | nikson/msbuild | src/XMakeBuildEngine/UnitTests/Definition/ProjectItem_Tests.cs | https://github.com/nikson/msbuild/blob/HEAD/src/XMakeBuildEngine/UnitTests/Definition/ProjectItem_Tests.cs | ghcode:00164:2d3c03ec1e83 | mit | codeparrot/github-code | 2d3c03ec1e834a8b2e54199879540311ae6c12e6c709a0f735dddcd083ff92a2 | 0.85 | testing_debugging_repair_refactoring | 712 | 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, incl... | undeadlabs/msgpack-cli | test/NUnitLite/src/framework/Internal/Commands/ICommandDecorator.cs | https://github.com/undeadlabs/msgpack-cli/blob/HEAD/test/NUnitLite/src/framework/Internal/Commands/ICommandDecorator.cs | ghcode:00164:4d5931831205 | apache-2.0 | codeparrot/github-code | 4d5931831205cabd3d428717b8e6d4bf068bb6fcfd456c60bf352adbb45ee371 | 0.95 | testing_debugging_repair_refactoring | 452 | 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.Diagnostics;
using System.Lin... | dotnet-bot/corefx | src/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationWriter.cs | https://github.com/dotnet-bot/corefx/blob/HEAD/src/System.Private.Xml/src/System/Xml/Serialization/ReflectionXmlSerializationWriter.cs | ghcode:00164:fcbbe509157e | mit | codeparrot/github-code | fcbbe509157e9d60038d5fa72cdfcb4cde76641517d1e2bcad59d8764c392b17 | 0.95 | testing_debugging_repair_refactoring | 8,656 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="DSPMediaResourceStorage.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//-----------------------------... | hotchandanisagar/odata.net | test/FunctionalTests/Tests/DataServices/UnitTests/ServerUnitTests/Stubs/DataServiceProvider/DSPMediaResourceStorage.cs | https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Tests/DataServices/UnitTests/ServerUnitTests/Stubs/DataServiceProvider/DSPMediaResourceStorage.cs | ghcode:00164:e937254dfd68 | mit | codeparrot/github-code | e937254dfd6892b98cda304dc1c2234b70cb98d3ed1dd697edc7c714713675e9 | 0.95 | testing_debugging_repair_refactoring | 899 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.Kernel;
using Ploeh.AutoFixtureUnitTest.Kernel;
using Xunit;
using Xunit.Extensions;
namespace Ploeh.AutoFixtureUnitTest
{
public class GeneratorTestOfObject : ... | yuva2achieve/AutoFixture | Src/AutoFixtureUnitTest/GeneratorTest.cs | https://github.com/yuva2achieve/AutoFixture/blob/HEAD/Src/AutoFixtureUnitTest/GeneratorTest.cs | ghcode:00164:6f176cba6dd0 | mit | codeparrot/github-code | 6f176cba6dd08276e1521236ccbaa2726733eb63c503eb510d790a4557d6fe0f | 0.85 | testing_debugging_repair_refactoring | 1,043 | 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;
using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery;
using Roslyn.Test.Utilities;
using Xunit;
using Microsoft.CodeAnalysis.S... | weltkante/roslyn | src/EditorFeatures/CSharpTest/Extensions/ContextQuery/PossibleTupleContextTests.cs | https://github.com/weltkante/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/Extensions/ContextQuery/PossibleTupleContextTests.cs | ghcode:00164:c061b18febee | apache-2.0 | codeparrot/github-code | c061b18febeeb8134004b4d8f6aeabab878032b0a0f3831f0d53667ba4a65138 | 0.75 | testing_debugging_repair_refactoring | 794 | false | 2026-07-17 |
using AllReady.Controllers;
using MediatR;
using Microsoft.AspNetCore.Mvc;
using Moq;
using System;
using System.Threading.Tasks;
using Xunit;
namespace AllReady.UnitTest.Controllers
{
public class RequestStatusControllerTests
{
[Fact]
public async Task NonMatchingRequestId_IndexReturnsNotFound... | VishalMadhvani/allReady | AllReadyApp/Web-App/AllReady.UnitTest/Controllers/RequestStatusControllerTests.cs | https://github.com/VishalMadhvani/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/Controllers/RequestStatusControllerTests.cs | ghcode:00164:ea0ed7ff3384 | mit | codeparrot/github-code | ea0ed7ff3384692938ef5a8b9ab78843bdcf476acfba96d65d1a3d8bd79704be | 0.75 | testing_debugging_repair_refactoring | 121 | 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... | Juliako/azure-sdk-tools | WindowsAzurePowershell/src/Management.Storage.Test/Blob/Cmdlet/SetAzureStorageBlobContentTest.cs | https://github.com/Juliako/azure-sdk-tools/blob/HEAD/WindowsAzurePowershell/src/Management.Storage.Test/Blob/Cmdlet/SetAzureStorageBlobContentTest.cs | ghcode:00164:793124c68bbe | apache-2.0 | codeparrot/github-code | 793124c68bbe4f9817201392e4bdee7bee910adc9bb878ea24773788e1655d50 | 0.95 | testing_debugging_repair_refactoring | 2,200 | 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.Linq;
using Internal.Metadata.NativeFormat.Writer;
using ILCompiler.Metadata;
using Cts = Internal.Ty... | botaberg/corert | src/ILCompiler.MetadataTransform/tests/ExplicitScopeTests.cs | https://github.com/botaberg/corert/blob/HEAD/src/ILCompiler.MetadataTransform/tests/ExplicitScopeTests.cs | ghcode:00164:2ea24706236e | mit | codeparrot/github-code | 2ea24706236e58b9064ac25037dec985488a1a64513fba170c68a059ac0722ad | 0.95 | testing_debugging_repair_refactoring | 1,268 | false | 2026-07-17 |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | alexzaitzev/ignite | modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Structure/BinaryStructure.cs | https://github.com/alexzaitzev/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Structure/BinaryStructure.cs | ghcode:00164:1bc6059ede1c | apache-2.0 | codeparrot/github-code | 1bc6059ede1c05e9c0ffe74c1faafa02b1ef8d87d4d71fd79dbf812d45ae11bd | 0.85 | testing_debugging_repair_refactoring | 2,522 | 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 OLEDB.Test.ModuleCore;
using System.IO;
using XmlCoreTest.Common;
[assembly: System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
namespace System.Xml.Tests... | comdiv/corefx | src/System.Xml.ReaderWriter/tests/XmlReaderLib/CommonTest.cs | https://github.com/comdiv/corefx/blob/HEAD/src/System.Xml.ReaderWriter/tests/XmlReaderLib/CommonTest.cs | ghcode:00164:93e5c36aa377 | mit | codeparrot/github-code | 93e5c36aa377681d93028563d2f379e60b66bf2af51dd231f9b6198152c8b3f6 | 0.82 | testing_debugging_repair_refactoring | 16,747 | 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.IO;
using System.Reflection;
#if FEATURE_CO... | ViktorHofer/corefx | src/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlQueryStaticData.cs | https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/XmlQueryStaticData.cs | ghcode:00164:b7c4b3693a7a | mit | codeparrot/github-code | b7c4b3693a7ad42c3d013da77bb5d49c176f8a20014d55a8afe3d023f03298d1 | 0.95 | testing_debugging_repair_refactoring | 2,949 | 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;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Compo... | ViktorHofer/corefx | src/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs | https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs | ghcode:00164:ab0dfd86419b | mit | codeparrot/github-code | ab0dfd86419b070622622731ec4461fa6cc433fc873ff7573159ab2aa9008301 | 0.95 | testing_debugging_repair_refactoring | 1,154 | false | 2026-07-17 |
// ----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// ----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Microsoft.Wi... | brettsam/azure-mobile-services-test | sdk/managed/test/Microsoft.WindowsAzure.MobileServices.TestFramework/Framework/FunctionalTestFilter.cs | https://github.com/brettsam/azure-mobile-services-test/blob/HEAD/sdk/managed/test/Microsoft.WindowsAzure.MobileServices.TestFramework/Framework/FunctionalTestFilter.cs | ghcode:00164:b660d702fe68 | apache-2.0 | codeparrot/github-code | b660d702fe6852914af5d7c3d88c24c173f65f283930bb60ea216843a631fe9f | 0.95 | testing_debugging_repair_refactoring | 428 | 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.IO;
using System.Xml;
using OLEDB.Test.ModuleCore;
using System.Collections.Generic;
using XmlCoreTest.Common;
namespace XmlReaderTest.Comm... | misterzik/corefx | src/System.Xml.ReaderWriter/tests/XmlReaderLib/CXMLGeneralTest.cs | https://github.com/misterzik/corefx/blob/HEAD/src/System.Xml.ReaderWriter/tests/XmlReaderLib/CXMLGeneralTest.cs | ghcode:00164:e20478609f6e | mit | codeparrot/github-code | e20478609f6e2c315d98e095b1028ba064bc7a32647ebcae1c39a4c9ecfacc5f | 0.82 | testing_debugging_repair_refactoring | 19,447 | 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.Linq.Expressions;
namespace ManagedTests.DynamicCSharp.Conformance.dynamic.context.attribute.publickeydecl001.publickeydecl001
{
using M... | dkorolev/corefx | src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.attribute.cs | https://github.com/dkorolev/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.attribute.cs | ghcode:00164:215a2b1ebf03 | mit | codeparrot/github-code | 215a2b1ebf03dd650092688f59e7aa6f89c0f4a4ce958baebde3da28a2b8f033 | 0.95 | testing_debugging_repair_refactoring | 544 | false | 2026-07-17 |
using System;
using System.IO;
using System.Xml.Linq;
using Fusion.Core.Parsers;
using NUnit.Framework;
namespace Fusion.Core.Tests.Parsers
{
[TestFixture]
public class AccountBalanceParserTests
{
[Test]
public void Ensure_Parsed_Correctly()
{
var parser = new AccountBa... | garrym/Fusion | Fusion.Core.Tests/Parsers/AccountBalanceParserTests.cs | https://github.com/garrym/Fusion/blob/HEAD/Fusion.Core.Tests/Parsers/AccountBalanceParserTests.cs | ghcode:00164:4088c2ddebbd | isc | codeparrot/github-code | 4088c2ddebbd995b88523aa1aeb2b2947ab44cce563c17e09c1e5693b57f13c0 | 0.75 | testing_debugging_repair_refactoring | 156 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.