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.
#nullable disable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Metad... | AlekseyTs/roslyn | src/Compilers/Core/CodeAnalysisTest/MetadataReferences/MetadataHelpersTests.cs | https://github.com/AlekseyTs/roslyn/blob/HEAD/src/Compilers/Core/CodeAnalysisTest/MetadataReferences/MetadataHelpersTests.cs | ghcode:00004:9a7cf2bd2125 | mit | codeparrot/github-code | 9a7cf2bd212562e1556ef9eda7296eba4b6de63a9131a9abb4dbd2bfd187c006 | 0.85 | testing_debugging_repair_refactoring | 4,449 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
namespace Octokit.Tests.Integration.fixtures
{
public class RepositoriesHooksFixture : IDisposable
{
readonly IGitHubClient _github;
readonly Repository _repository;
readonly RepositoryHook _hook;
public RepositoriesHooksFixture(... | bslliw/octokit.net | Octokit.Tests.Integration/fixtures/RepositoriesHooksFixture.cs | https://github.com/bslliw/octokit.net/blob/HEAD/Octokit.Tests.Integration/fixtures/RepositoriesHooksFixture.cs | ghcode:00004:3504db0c7669 | mit | codeparrot/github-code | 3504db0c766903871c807566c4a8a9d545cfc2a26bc3828218f3eaf1ba18bf69 | 0.75 | testing_debugging_repair_refactoring | 335 | 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.Data.Common;
using System.Diagnostics;
using System.Globalization;
using System.IO;
namespace System.D... | shimingsg/corefx | src/Common/src/System/Data/ProviderBase/DbMetaDataFactory.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/Common/src/System/Data/ProviderBase/DbMetaDataFactory.cs | ghcode:00004:566f310c72c4 | mit | codeparrot/github-code | 566f310c72c4d352755969c30eb97d8adfeb34a60dccfa47f97730066aea74b4 | 0.95 | testing_debugging_repair_refactoring | 3,524 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System.ComponentModel
{
using System;
using System.Collections.Generic;
using System.Collectio... | nbarbettini/corefx | src/System.ComponentModel.TypeConverter/src/System/ComponentModel/MaskedTextProvider.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/MaskedTextProvider.cs | ghcode:00004:6d7e2a30c3a8 | mit | codeparrot/github-code | 6d7e2a30c3a85fa43cab9f4f5fcf3b017681fcb2493fff232354eba9d6887c1a | 0.82 | testing_debugging_repair_refactoring | 21,304 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Diagnostics;
using System.Reflection;
namespace System.Dynamic.Utils
{
internal static partial class TypeUtils
{
public static Type GetNon... | misterzik/corefx | src/System.Linq.Expressions/src/System/Dynamic/Utils/TypeUtils.cs | https://github.com/misterzik/corefx/blob/HEAD/src/System.Linq.Expressions/src/System/Dynamic/Utils/TypeUtils.cs | ghcode:00004:2dd7ab874f92 | mit | codeparrot/github-code | 2dd7ab874f92705290ebb902d52c092f65648e377403f01f07754940fc198235 | 0.8 | testing_debugging_repair_refactoring | 4,592 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at http://www.apache.org/licenses/LICENSE-2.0
//
// THIS CODE IS PROVIDED *A... | naveedaz/azure-sdk-for-net | src/ServiceManagement/HDInsight/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/IntegrationTestBase.cs | https://github.com/naveedaz/azure-sdk-for-net/blob/HEAD/src/ServiceManagement/HDInsight/Microsoft.WindowsAzure.Management.HDInsight.TestUtilities/IntegrationTestBase.cs | ghcode:00004:0f05b08bc7d5 | apache-2.0 | codeparrot/github-code | 0f05b08bc7d5f90ded052b18e0ce67d8bc71775a771d38e3730d9c71bf21a45a | 0.7 | testing_debugging_repair_refactoring | 3,480 | 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.Buffers;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespa... | BrennanConroy/corefx | src/System.IO.FileSystem/tests/FileStream/ReadWriteSpan.netcoreapp.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.IO.FileSystem/tests/FileStream/ReadWriteSpan.netcoreapp.cs | ghcode:00004:a40b11ec43e4 | mit | codeparrot/github-code | a40b11ec43e4f23036f12f2d116044e3b82b64f432105178360f03cf842ef03c | 0.95 | testing_debugging_repair_refactoring | 3,095 | 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.Reflection.Metadata
{
public readonly partial struct AssemblyDefinit... | shimingsg/corefx | src/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeSystem/AssemblyDefinition.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeSystem/AssemblyDefinition.cs | ghcode:00004:fde83525fbf6 | mit | codeparrot/github-code | fde83525fbf63a7dfb5120d0763c6700cf7bc88c06a4eea94f43939eebfcc12c | 0.95 | testing_debugging_repair_refactoring | 321 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
//using System.Linq;
using System.Text;
using Inference.Domain;
using Inference.Parser;
using NUnit.Framework;
namespace Inference.Tests.Resolution
{
[TestFixture]
public class Unification_Fixture
{
private readonly ITokenizer tokenizer;... | tom-weatherhead/inference | InferenceLibs/Inference.Tests/Resolution/Unification_Fixture.cs | https://github.com/tom-weatherhead/inference/blob/HEAD/InferenceLibs/Inference.Tests/Resolution/Unification_Fixture.cs | ghcode:00004:2503ffe570c4 | mit | codeparrot/github-code | 2503ffe570c4220c3b0e3a97509e6b85d589128963274bac7ef46fe1dbeb9803 | 0.7 | testing_debugging_repair_refactoring | 1,397 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using FluentAssertions;
using GitHub.Unity;
using NUnit.Framework;
namespace IntegrationTests
{
[TestFixture]
class A_GitClientTests : BaseGitTestWithHttpServer
{
protected override int Timeout { get; set; } = 5 * 60 * 1000;
[Test]
public... | github-for-unity/Unity | src/tests/IntegrationTests/Git/GitClientTests.cs | https://github.com/github-for-unity/Unity/blob/HEAD/src/tests/IntegrationTests/Git/GitClientTests.cs | ghcode:00004:52737d00c6fc | mit | codeparrot/github-code | 52737d00c6fcf1fec3f2410fbfd1349ee5e721285f1ed7c9e888b55bf84e81b5 | 0.85 | testing_debugging_repair_refactoring | 278 | false | 2026-07-17 |
#nullable enable
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using Robust.Client.GameObjects;
using Robust.Client.ResourceManagement;
using Robust.Shared.GameObjects;
using Robust.Shared.Prototypes;
namespace Content.IntegrationTests.Tests
{
[TestFixture]
public sealed class DummyIc... | space-wizards/space-station-14 | Content.IntegrationTests/Tests/DummyIconTest.cs | https://github.com/space-wizards/space-station-14/blob/HEAD/Content.IntegrationTests/Tests/DummyIconTest.cs | ghcode:00004:e9b1158498a7 | mit | codeparrot/github-code | e9b1158498a75da997c7e2991a28541a82a82b9de34f338d3f1ace36ae349c74 | 0.85 | testing_debugging_repair_refactoring | 236 | 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.IO;
using FluentAssertions;
using Microsoft.DotNet.Tools.Test.Utilities;
using Xunit;
namespace Microsoft.DotNet.Tests
{
pub... | naamunds/cli | test/dotnet.Tests/GivenThatDotNetRunsCommands.cs | https://github.com/naamunds/cli/blob/HEAD/test/dotnet.Tests/GivenThatDotNetRunsCommands.cs | ghcode:00004:d44e44310016 | mit | codeparrot/github-code | d44e4431001651da235dacb110e29229b87a198ecda3af4777e704f3e4a7e864 | 0.6 | testing_debugging_repair_refactoring | 271 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Net;
using Microsoft.Silverlight.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Entile.Test.Tests
{
class MockSettingsProvider : ISettingsProvider
{
public bool GetUniqueIdCalled = false;
public string UniqueId... | andlju/entile | Source/Entile.Test/Tests/RegistrationManagerTest.cs | https://github.com/andlju/entile/blob/HEAD/Source/Entile.Test/Tests/RegistrationManagerTest.cs | ghcode:00004:eae1e057754a | mit | codeparrot/github-code | eae1e057754ac1077ffc1f5155fd5ed34c8393d5cfc1597230735991d2a352f9 | 0.95 | testing_debugging_repair_refactoring | 1,057 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using hsb;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.ComponentModel.DataAnnotations;
using hsb.Classes;
namespace hsb.Utilities.Tests
{
#region 【Test Class ; AttributeUtilTest... | osamu-nomura/hsb | hsbTests/Utilities/AttributeUtilTests.cs | https://github.com/osamu-nomura/hsb/blob/HEAD/hsbTests/Utilities/AttributeUtilTests.cs | ghcode:00004:f8a8d3ae0768 | mit | codeparrot/github-code | f8a8d3ae0768fb65bfac8f15a2096a0931cb96ada647c6129c0b88636ddbf6ac | 0.85 | testing_debugging_repair_refactoring | 422 | false | 2026-07-17 |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using UIKit;
namespace osu.Game.Rulesets.Osu.Tests.iOS
{
public class Application
{
public static void Main(string[] args)
{
UIAppli... | ZLima12/osu | osu.Game.Rulesets.Osu.Tests.iOS/Application.cs | https://github.com/ZLima12/osu/blob/HEAD/osu.Game.Rulesets.Osu.Tests.iOS/Application.cs | ghcode:00004:484cef90c101 | mit | codeparrot/github-code | 484cef90c101fb14c3273eb18d22bf7121e492089833f3183eded6bf9bf18133 | 0.75 | testing_debugging_repair_refactoring | 87 | false | 2026-07-17 |
using Imgix_Dotnet.Operations.PixelDensity;
using Imgix_Dotnet.Tests.TestHelpers;
using NUnit.Framework;
namespace Imgix_Dotnet.Tests.Operations
{
[TestFixture]
public class PixelDensityExtensionsTests : OperationsTests
{
public class DPR : PixelDensityExtensionsTests
{
[Test]
... | estei/Imgix-Dotnet | src/Imgix-Dotnet.Tests/Operations/PixelDensityExtensionsTests.cs | https://github.com/estei/Imgix-Dotnet/blob/HEAD/src/Imgix-Dotnet.Tests/Operations/PixelDensityExtensionsTests.cs | ghcode:00004:67401f200968 | mit | codeparrot/github-code | 67401f2009687074b144f324651013c411c4f5bea43b5b2ec3f0a18a45d57ed6 | 0.75 | testing_debugging_repair_refactoring | 127 | false | 2026-07-17 |
using System.Linq;
using NUnit.Framework;
using EF_Split_Projector.Helpers.Extensions;
namespace Tests
{
[TestFixture]
public class MemberInfoExtensionsTests
{
public interface ITest
{
string StringProperty { get; }
int IntProperty { get; }
}
public... | SolutionheadOpenTech/EF-Split-Projector | Tests/MemberInfoExtensionsTests.cs | https://github.com/SolutionheadOpenTech/EF-Split-Projector/blob/HEAD/Tests/MemberInfoExtensionsTests.cs | ghcode:00004:8ae1951c0c5a | mit | codeparrot/github-code | 8ae1951c0c5a951a49394e3667873f385db93ebf5cf2f7e09773df42e0c555e8 | 0.75 | testing_debugging_repair_refactoring | 431 | false | 2026-07-17 |
using NUnit.Framework;
using System.Collections.Generic;
using System.Linq;
[TestFixture]
public class Test26
{
[TestCase]
public void Enumerator_ThreadExecutor_ShouldWorkCorrectly_AfterCycle()
{
//Arange
IScheduler executor = new ThreadExecutor();
Task task1 = new Task(52, 5, P... | MrPIvanov/SoftUni | 07-Data Structure/20-EXAM PREPARATION/01/01_ThreadExecutor/ThreadExecutorTest/Correctness/Test26.cs | https://github.com/MrPIvanov/SoftUni/blob/HEAD/07-Data Structure/20-EXAM PREPARATION/01/01_ThreadExecutor/ThreadExecutorTest/Correctness/Test26.cs | ghcode:00004:1f48880ed8bf | mit | codeparrot/github-code | 1f48880ed8bf338cea77010323cf1abe7147a843a86b7655928c3c459d74af99 | 0.85 | testing_debugging_repair_refactoring | 358 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace aspcoreclass.Pages.League
{
public class TestComponentModel : PageModel
{
public void OnGet()
{
}
}
} | OdeToCode/aspcoreclass | Pages/League/TestComponent.cshtml.cs | https://github.com/OdeToCode/aspcoreclass/blob/HEAD/Pages/League/TestComponent.cshtml.cs | ghcode:00004:00d5cd400223 | mit | codeparrot/github-code | 00d5cd40022325ce7f92a293100e8cc6612f4eb00c37eca16ef19fe00def130b | 0.75 | testing_debugging_repair_refactoring | 65 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using NSubstitute;
using NUnit.Framework;
using Tauco.Dicom.Models;
using Tauco.Dicom.Network;
using Tauco.Dicom.Shared;
using Tauco.Tests;
using Tauco.Tests.Fakes;
namespace Tauco.Dicom.Conso... | tomastauer/Tauco.Dicom | Tests/Tauco.Dicom.Console.Tests/PatientTypeHandlerTests.cs | https://github.com/tomastauer/Tauco.Dicom/blob/HEAD/Tests/Tauco.Dicom.Console.Tests/PatientTypeHandlerTests.cs | ghcode:00004:5b19608d3ff5 | mit | codeparrot/github-code | 5b19608d3ff5ffa46ed8a2cea099ffe0aed8b973e74885ab8fd46da97df919c6 | 0.85 | testing_debugging_repair_refactoring | 877 | false | 2026-07-17 |
using NUnit.Framework;
using static PEG.Peg;
namespace PEG.Tests
{
[TestFixture]
public class EncloseTest
{
[Test]
public void SimpleQuotes()
{
Assert.IsTrue('"'.Enclose(-Any).Match("\"Hello\""));
}
}
} | kswoll/npeg | PEG.Tests/EncloseTest.cs | https://github.com/kswoll/npeg/blob/HEAD/PEG.Tests/EncloseTest.cs | ghcode:00004:34f78fc15c8e | mit | codeparrot/github-code | 34f78fc15c8e8f1d68ab17a374aae51c3434bfdddd1e291b824b7ed055d57177 | 0.6 | testing_debugging_repair_refactoring | 62 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ExactTargetMinions;
namespace UnitTests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void SubmitTestSubscriber()
{
ExactTargetMinion ETMinion = new ExactTargetMinion();
#region Subscriber data
ETM... | argentini/ExactTargetMinion | UnitTests/UnitTest1.cs | https://github.com/argentini/ExactTargetMinion/blob/HEAD/UnitTests/UnitTest1.cs | ghcode:00004:661958849907 | mit | codeparrot/github-code | 66195884990736ccee3b012b29ff2ac9a2dd3b3e427eb93383c7b5b3c99a16d8 | 0.7 | testing_debugging_repair_refactoring | 542 | false | 2026-07-17 |
// <copyright file="MemberTypeSynchronizerTest.cs" company="Logikfabrik">
// Copyright (c) 2016 anton(at)logikfabrik.se. Licensed under the MIT license.
// </copyright>
namespace Logikfabrik.Umbraco.Jet.Test
{
using System;
using System.Collections.Generic;
using global::Umbraco.Core.Models;
using g... | aarym/uJet | src/Logikfabrik.Umbraco.Jet.Test/MemberTypeSynchronizerTest.cs | https://github.com/aarym/uJet/blob/HEAD/src/Logikfabrik.Umbraco.Jet.Test/MemberTypeSynchronizerTest.cs | ghcode:00004:e4e17e0ecaff | mit | codeparrot/github-code | e4e17e0ecaff06745b542f2b45d4eccac72886edb17e6a194f6525bb2535543b | 0.7 | testing_debugging_repair_refactoring | 1,631 | false | 2026-07-17 |
namespace ClojSharp.Core.Tests
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
[DeploymentItem("Files", "Files")]
public class FileTests
{
[TestMethod]
... | ajlopez/ClojSharp | Src/ClojSharp.Core.Tests/FileTests.cs | https://github.com/ajlopez/ClojSharp/blob/HEAD/Src/ClojSharp.Core.Tests/FileTests.cs | ghcode:00004:66bdfb94f3b0 | mit | codeparrot/github-code | 66bdfb94f3b067e7c930fe606f3a9404995dae9eaa90a18c8f106dc60e29d9d8 | 0.75 | testing_debugging_repair_refactoring | 250 | false | 2026-07-17 |
using NUnit.Framework;
using SudokuSolver.Models;
namespace SudokuSolver.Tests
{
[TestFixture]
public class CellTest
{
[Test]
public void TestAllowedValuesOfCell()
{
int[] valuesToTest = new int[10] {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
Assert.That(Cell.AllowedVal... | brittanywelsh/wpf-sudoku-solver | SudokuSolver/Tests/CellTest.cs | https://github.com/brittanywelsh/wpf-sudoku-solver/blob/HEAD/SudokuSolver/Tests/CellTest.cs | ghcode:00004:a04b3d4c9ec9 | mit | codeparrot/github-code | a04b3d4c9ec98df9103dcdc9973aca4977bf7a8cafa99b57ab1ad4d29ec70c1b | 0.85 | testing_debugging_repair_refactoring | 107 | false | 2026-07-17 |
//
// CSVWriterTest.cs
//
// Author:
// tsntsumi <tsntsumi@tsntsumi.com>
//
// Copyright (c) 2016 tsntsumi
//
// 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, in... | tsntsumi/SimpleCSV | src/SimpleCSVTest/CSVWriterTest.cs | https://github.com/tsntsumi/SimpleCSV/blob/HEAD/src/SimpleCSVTest/CSVWriterTest.cs | ghcode:00004:e29d49df40bb | mit | codeparrot/github-code | e29d49df40bb3cae9c20f158fc5a193aaa44246d233885c68f85280bf111c8a4 | 0.7 | testing_debugging_repair_refactoring | 2,894 | false | 2026-07-17 |
using AgateLib.Mathematics.Geometry;
using FluentAssertions;
using Microsoft.Xna.Framework;
using Xunit;
namespace AgateLib.UserInterface.Layout
{
public class GridLayoutTests
{
private Grid grid;
[Fact]
public void GridWithRightAlignText()
{
void AlignRight(LabelP... | eylvisaker/AgateLib | tests/AgateLib.UnitTests/UserInterface/Layout/GridLayoutTests.cs | https://github.com/eylvisaker/AgateLib/blob/HEAD/tests/AgateLib.UnitTests/UserInterface/Layout/GridLayoutTests.cs | ghcode:00004:93429ffc5376 | mit | codeparrot/github-code | 93429ffc537687c3be26187e21de02b1492c593fbf54f1341e5ef4c77306d174 | 0.75 | testing_debugging_repair_refactoring | 346 | false | 2026-07-17 |
using ArkeCLR.Utilities;
using System;
#pragma warning disable S1104
namespace ArkeCLR.Runtime.Signatures {
public class MethodSpec : ICustomByteReader {
public uint GenArgCount;
public Type[] Types;
public void Read(ByteReader reader) {
if (!reader.TryReadEnum(SignatureFlags... | Arke64/ArkeCLR | ArkeCLR.Runtime/Signatures/MethodSpec.cs | https://github.com/Arke64/ArkeCLR/blob/HEAD/ArkeCLR.Runtime/Signatures/MethodSpec.cs | ghcode:00004:61ce99784e32 | mit | codeparrot/github-code | 61ce99784e323b23c80d928acee921ae72d3cbb56c78e2c864afdfedd16b531c | 0.75 | testing_debugging_repair_refactoring | 108 | false | 2026-07-17 |
#region Header
//
// CmdMirror.cs - mirror some elements.
//
// Copyright (C) 2009-2021 by Jeremy Tammik,
// Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
#endregion // Header
#region Namespaces
using System.Collections.Generic;
using System.Diagnostics;
using Sy... | jeremytammik/the_building_coder_samples | BuildingCoder/CmdMirror.cs | https://github.com/jeremytammik/the_building_coder_samples/blob/HEAD/BuildingCoder/CmdMirror.cs | ghcode:00004:f1f857e0e17e | mit | codeparrot/github-code | f1f857e0e17e0e709be7637da62f9b938aaa1ddfa9a427b0fe66886ab012b68c | 0.7 | testing_debugging_repair_refactoring | 2,528 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Composition.Hosting;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.FindSymbols;
using Microsoft.CodeAnalysis.Formatting;
using Microsof... | sreal/omnisharp-roslyn | tests/OmniSharp.Tests/TestHelpers.cs | https://github.com/sreal/omnisharp-roslyn/blob/HEAD/tests/OmniSharp.Tests/TestHelpers.cs | ghcode:00004:8bdf43d3de85 | mit | codeparrot/github-code | 8bdf43d3de858ca90667ed47b14c4c211bac8238aa1f3dd90a393ed36523c961 | 0.75 | testing_debugging_repair_refactoring | 1,709 | false | 2026-07-17 |
using Moq;
using NUnit.Framework;
using SJP.Schematic.Core;
namespace SJP.Schematic.Oracle.Tests
{
[TestFixture]
internal static class OracleDatabasePackageProviderTests
{
[Test]
public static void Ctor_GivenNullConnection_ThrowsArgNullException()
{
var identifierDefaul... | sjp/Schematic | src/SJP.Schematic.Oracle.Tests/OracleDatabasePackageProviderTests.cs | https://github.com/sjp/Schematic/blob/HEAD/src/SJP.Schematic.Oracle.Tests/OracleDatabasePackageProviderTests.cs | ghcode:00004:a9f265745a88 | mit | codeparrot/github-code | a9f265745a88a7aeb63b98bf7144224f82da3d476cc54bd61368409372eed377 | 0.75 | testing_debugging_repair_refactoring | 334 | false | 2026-07-17 |
#region licence
// The MIT License (MIT)
//
// Filename: Perf10PostPerformance.cs
// Date Created: 2014/06/11
//
// Copyright (c) 2014 Jon Smith (www.selectiveanalytics.com & www.thereformedprogrammer.net)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and ass... | JonPSmith/GenericServices | Tests/UnitTests/Group80Performance/Perf10PostPerformance.cs | https://github.com/JonPSmith/GenericServices/blob/HEAD/Tests/UnitTests/Group80Performance/Perf10PostPerformance.cs | ghcode:00004:56dcf5d68891 | mit | codeparrot/github-code | 56dcf5d68891e72c2f8b2f5e1a9c85be9a832e8defd475ff15f1924e6935b403 | 0.7 | testing_debugging_repair_refactoring | 2,862 | 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.
// ------------------------------------------------------------------------------
... | ginach/msgraph-sdk-dotnet | tests/Microsoft.Graph.DotnetCore.Core.Test/Mocks/MockProgress.cs | https://github.com/ginach/msgraph-sdk-dotnet/blob/HEAD/tests/Microsoft.Graph.DotnetCore.Core.Test/Mocks/MockProgress.cs | ghcode:00004:0860dc243c67 | mit | codeparrot/github-code | 0860dc243c6782e15dde659b35ad3d445c636fa5721a25b18d349a87652c5838 | 0.7 | testing_debugging_repair_refactoring | 123 | false | 2026-07-17 |
using System.Net;
using NUnit.Framework;
using Should;
using SpecsFor;
namespace WebApi.IntegrationTests
{
//[Explicit("Requires WebApi project to run in the background.")]
public class AccessingUnprotectedResourceSpecs : SpecsFor<TestWebClient>
{
private string _result;
protected overrid... | mariuszwojcik/OwinRefreshToken | OwinRefreshTokenExample/WebApi.IntegrationTests/AccessingUnprotectedResourceSpecs.cs | https://github.com/mariuszwojcik/OwinRefreshToken/blob/HEAD/OwinRefreshTokenExample/WebApi.IntegrationTests/AccessingUnprotectedResourceSpecs.cs | ghcode:00004:4997115f4331 | mit | codeparrot/github-code | 4997115f4331fa3330c4c01eb0bb2f81717d9acb3f863b169c443b17ef281b0a | 0.6 | testing_debugging_repair_refactoring | 116 | false | 2026-07-17 |
using System.IO.Abstractions.TestingHelpers;
using System.Threading.Tasks;
using FluentAssertions;
using MiniCover.CommandLine.Commands;
using MiniCover.CommandLine.Options;
using MiniCover.Core.Model;
using MiniCover.Reports.Coveralls;
using MiniCover.TestHelpers;
using Moq;
using Xunit;
namespace MiniCover.UnitT... | lucaslorentz/minicover | tests/MiniCover.UnitTests/CommandLine/Commands/CoverallsReportCommandTests.cs | https://github.com/lucaslorentz/minicover/blob/HEAD/tests/MiniCover.UnitTests/CommandLine/Commands/CoverallsReportCommandTests.cs | ghcode:00004:03998b08834a | mit | codeparrot/github-code | 03998b08834a0ae994f6d4c5484ca3b686a6770e067dfb05556e10c4b4d1c2e2 | 0.75 | testing_debugging_repair_refactoring | 659 | false | 2026-07-17 |
using System.Linq;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using PrtgAPI.Tests.UnitTests.Support;
using PrtgAPI.Tests.UnitTests.Support.TestResponses;
namespace PrtgAPI.Tests.UnitTests.ObjectData
{
[TestClass]
public class SensorTypeTests : BaseTest
{
[Uni... | lordmilko/PrtgAPI | src/PrtgAPI.Tests.UnitTests/CSharp/ObjectData/SensorTypeTests.cs | https://github.com/lordmilko/PrtgAPI/blob/HEAD/src/PrtgAPI.Tests.UnitTests/CSharp/ObjectData/SensorTypeTests.cs | ghcode:00004:8ba3859405cb | mit | codeparrot/github-code | 8ba3859405cb4075efaaa0bffc38690d48b9d6a39642ef87dda0600885ff880b | 0.75 | testing_debugging_repair_refactoring | 487 | false | 2026-07-17 |
using System.Diagnostics.CodeAnalysis;
using Xunit;
// ReSharper disable UnusedVariable
// ReSharper disable RedundantNameQualifier
namespace Colourful.Tests.Docs;
[SuppressMessage("ReSharper", "InconsistentNaming")]
public class SpacesXyz
{
[Fact]
public void Samples()
{
// red
var c1 =... | tompazourek/Colourful | tests/Colourful.Tests/Docs/SpacesXyz.cs | https://github.com/tompazourek/Colourful/blob/HEAD/tests/Colourful.Tests/Docs/SpacesXyz.cs | ghcode:00004:173a8750a8b9 | mit | codeparrot/github-code | 173a8750a8b9067506bc356767d22475f4c6e031bad1ba192d21be73df491cb5 | 0.7 | testing_debugging_repair_refactoring | 619 | false | 2026-07-17 |
// ReSharper disable RedundantNameQualifier
// ReSharper disable InconsistentNaming
namespace Gu.Analyzers.Benchmarks.Benchmarks
{
public class GU0011DontIgnoreReturnValueBenchmarks
{
private static readonly Gu.Roslyn.Asserts.Benchmark Benchmark = Gu.Roslyn.Asserts.Benchmark.Create(Code.AnalyzersProject... | JohanLarsson/Gu.Analyzers | Gu.Analyzers.Benchmarks/Benchmarks/GU0011DontIgnoreReturnValueBenchmarks.cs | https://github.com/JohanLarsson/Gu.Analyzers/blob/HEAD/Gu.Analyzers.Benchmarks/Benchmarks/GU0011DontIgnoreReturnValueBenchmarks.cs | ghcode:00004:24bf84864338 | mit | codeparrot/github-code | 24bf8486433851fec164072901a1088348865116cafb3639b48dd094d271e57d | 0.6 | testing_debugging_repair_refactoring | 122 | false | 2026-07-17 |
using System;
using StopGuessing.DataStructures;
using Xunit;
namespace StopGuessingTests
{
public class DecayingDoubleTests
{
readonly static TimeSpan OneDay = new TimeSpan(1,0,0,0);
readonly static DateTime FirstDayOfCentury = new DateTime(2000, 1, 1, 0,0,0, DateTimeKind.Utc);
readon... | Microsoft/StopGuessing | StopGuessingTests/DecayingDoubleTests.cs | https://github.com/Microsoft/StopGuessing/blob/HEAD/StopGuessingTests/DecayingDoubleTests.cs | ghcode:00004:462a12ad0454 | mit | codeparrot/github-code | 462a12ad045418528075ce28d2e5a41ddd877d04fc7bdabe587689d462fc5519 | 0.75 | testing_debugging_repair_refactoring | 470 | false | 2026-07-17 |
// ReSharper disable AssignNullToNotNullAttribute
namespace Gu.Persist.Core.Tests.IO
{
using System;
using System.Globalization;
using Gu.Persist.Core;
using NUnit.Framework;
public class FileInfoExtTests
{
[TestCase("New", true)]
public void IsValidFileName(string name, bool... | JohanLarsson/Gu.Persist | Gu.Persist.Core.Tests/IO/FileInfoExtTests.cs | https://github.com/JohanLarsson/Gu.Persist/blob/HEAD/Gu.Persist.Core.Tests/IO/FileInfoExtTests.cs | ghcode:00004:28231faaa52d | mit | codeparrot/github-code | 28231faaa52d678472c06f6fde820cb90b712ed5c019e13ac24e92b1b62c462a | 0.85 | testing_debugging_repair_refactoring | 2,235 | false | 2026-07-17 |
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.AutoMoq;
using Ploeh.AutoFixture.Xunit2;
namespace Toppler.Tests.Integration.Fixtures
{
public class AutoMoqDataAttribute : AutoDataAttribute
{
public AutoMoqDataAttribute()
: base(new Fixture()
.Customize(new AutoMoqCustomiz... | Cybermaxs/Toppler | tests/Toppler.Tests.Integration/Fixtures/AutoMoqDataAttribute.cs | https://github.com/Cybermaxs/Toppler/blob/HEAD/tests/Toppler.Tests.Integration/Fixtures/AutoMoqDataAttribute.cs | ghcode:00004:44720a20548b | mit | codeparrot/github-code | 44720a20548b194a33342ee251c2b529e931eafc2b40e8e9421aa34272aaff3e | 0.75 | testing_debugging_repair_refactoring | 85 | false | 2026-07-17 |
using System.Collections.Generic;
namespace NetSpec
{
internal interface TestSuiteBuilder
{
TestSuite buildTestSuite();
}
public sealed class TestSuite
{
private static HashSet<string> builtTestSuites = new HashSet<string>();
public static TestSuite selectedTestSuite(str... | petester42/NetSpec | src/netspec/TestSuite.cs | https://github.com/petester42/NetSpec/blob/HEAD/src/netspec/TestSuite.cs | ghcode:00004:605f6303336c | mit | codeparrot/github-code | 605f6303336c883e0398dd1095a61e55331612a4e818d1073b1db5d9a643fa25 | 0.75 | testing_debugging_repair_refactoring | 144 | false | 2026-07-17 |
using System;
namespace ObjectMapper.Test
{
public class TestObjectOne
{
public string StringOne { get; set; }
public int IntOne { get; set; }
public DateTime DateTimeOne { get; set; }
public Int16 IntSixteen { get; set; }
}
}
| chrishalebarnes/ObjectMapper | ObjectMapper.Test/TestObjectOne.cs | https://github.com/chrishalebarnes/ObjectMapper/blob/HEAD/ObjectMapper.Test/TestObjectOne.cs | ghcode:00004:2cf7bcdf4660 | mit | codeparrot/github-code | 2cf7bcdf46601a279fa36cc6f9dddeabbbaa48fc67e1c64e48577c8a8045491d | 0.75 | testing_debugging_repair_refactoring | 67 | false | 2026-07-17 |
using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NewWave.Core;
using NewWave.Generator;
using NewWave.Generator.ChordProgressions;
using NewWave.Generator.Sections;
namespace NewWave.Test.GeneratorTests
{
[TestClass]
public class SectionTests
{
[TestMethod]
public void... | andrewsarnold/NewWave | NewWave.Test/GeneratorTests/SectionTests.cs | https://github.com/andrewsarnold/NewWave/blob/HEAD/NewWave.Test/GeneratorTests/SectionTests.cs | ghcode:00004:0ab85030ee20 | mit | codeparrot/github-code | 0ab85030ee20d5c3ab04ae4ff341934fd69d2c61267181e2ecaee49b702dbe40 | 0.75 | testing_debugging_repair_refactoring | 305 | false | 2026-07-17 |
// cassandra-sharp - high performance .NET driver for Apache Cassandra
// Copyright (c) 2011-2013 Pierre Chalamet
//
// 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://ww... | pchalamet/cassandra-sharp | CassandraSharpUnitTests/CQLOrdinal/AllTypesTest.cs | https://github.com/pchalamet/cassandra-sharp/blob/HEAD/CassandraSharpUnitTests/CQLOrdinal/AllTypesTest.cs | ghcode:00004:a2e6eb852e1a | apache-2.0 | codeparrot/github-code | a2e6eb852e1a7b844b57433cc6e4fd05232118156496439634d45c829e482a22 | 0.7 | testing_debugging_repair_refactoring | 1,693 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Testing;
using Xunit;
namespace Microsoft.AspNetCore.Mvc.Formatters.Xml
{
public cl... | aspnet/AspNetCore | src/Mvc/Mvc.Formatters.Xml/test/EnumerableWrapperProviderTest.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/Mvc.Formatters.Xml/test/EnumerableWrapperProviderTest.cs | ghcode:00004:0a7e773b6787 | apache-2.0 | codeparrot/github-code | 0a7e773b678712fe9dd315b67fd7571e9f0bca7e568290a0a5ee608451fc5a01 | 0.95 | testing_debugging_repair_refactoring | 633 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.TestHost;
using Microsoft.Ext... | aspnet/AspNetCore | src/Mvc/test/Mvc.FunctionalTests/JsonResultWithSystemTextJsonTest.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/Mvc.FunctionalTests/JsonResultWithSystemTextJsonTest.cs | ghcode:00004:328fb1c367b9 | apache-2.0 | codeparrot/github-code | 328fb1c367b97fee2dd0637590670d6b1a4fa850c672fdab304d5e753ece3b62 | 0.95 | testing_debugging_repair_refactoring | 982 | 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.CodeRefactorings;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.CodeRefa... | Pvlerick/roslyn | src/EditorFeatures/CSharpTest/CodeActions/InlineTemporary/InlineTemporaryTests.cs | https://github.com/Pvlerick/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/CodeActions/InlineTemporary/InlineTemporaryTests.cs | ghcode:00004:7a017bffdc73 | apache-2.0 | codeparrot/github-code | 7a017bffdc732a1979d3aa1ba5a66773c4ad1541a5f93fa389f13d0feec200ce | 0.72 | testing_debugging_repair_refactoring | 22,306 | false | 2026-07-17 |
/* ****************************************************************************
* Copyright 2015 Peter Csikós
*
* 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... | pcsikos/UnitTestGenerator | src/UnitTestGenerator/TestClassBuilder.cs | https://github.com/pcsikos/UnitTestGenerator/blob/HEAD/src/UnitTestGenerator/TestClassBuilder.cs | ghcode:00004:c63d6273139c | apache-2.0 | codeparrot/github-code | c63d6273139c935b9c29a912e84205fc439a3ca081b45224eb155d08e00c3358 | 0.85 | testing_debugging_repair_refactoring | 593 | false | 2026-07-17 |
// Copyright (c) 2017 James Skimming. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace Abioc
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Abioc.AbstractD... | JSkimming/abioc | test/Abioc.Tests/AbstractDependencies.cs | https://github.com/JSkimming/abioc/blob/HEAD/test/Abioc.Tests/AbstractDependencies.cs | ghcode:00004:74eef815320a | apache-2.0 | codeparrot/github-code | 74eef815320a4a6cf41f017d569c928ae6ca5a16d973689a53b6a93f8bb6413b | 0.7 | testing_debugging_repair_refactoring | 1,811 | false | 2026-07-17 |
#region Copyright
/*******************************************************************************
* NerdyDuck.Tests.Collections - Unit tests for the
* NerdyDuck.ParameterValidation assembly
*
* The MIT License (MIT)
*
* Copyright (c) Daniel Kopp, dak@nerdyduck.de
*
* All rights reserved.
*
* Permission is ... | NerdyDuck/NerdyDuck.ParameterValidation | test/Tests.Shared/ConstraintAttributeTest.cs | https://github.com/NerdyDuck/NerdyDuck.ParameterValidation/blob/HEAD/test/Tests.Shared/ConstraintAttributeTest.cs | ghcode:00004:a39f4742a040 | apache-2.0 | codeparrot/github-code | a39f4742a040e8a9b5b3be756324cb5d2e340e5de3e818fed1ad471a328b8d66 | 0.7 | testing_debugging_repair_refactoring | 1,121 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Milaneze.Helpers.Test
{
[TestClass]
public class StringHelper_RemoverAcentosTest
{
[TestMethod]
[TestCategory("StringHelper_RemoverAcentos")]
public void StringHelper_RemoverAcentos_TirarAcentos()
{... | ericmilaneze/Milaneze.Helpers | Solution/Milaneze.Helpers.Test/StringHelper_RemoverAcentosTest.cs | https://github.com/ericmilaneze/Milaneze.Helpers/blob/HEAD/Solution/Milaneze.Helpers.Test/StringHelper_RemoverAcentosTest.cs | ghcode:00004:fb86136d6a71 | apache-2.0 | codeparrot/github-code | fb86136d6a711258abd6ce47874334e2776d005fded32385267f89f572fcee1b | 0.6 | testing_debugging_repair_refactoring | 193 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TRL.Common.Models;
using TRL.Common.TimeHelpers;
namespace TRL.Common.Test.Models
{
[TestClass]
public class TradeTests
{
[TestMethod]
public void... | wouldyougo/TRx | TRL.Common.Test/Models/TradeTests.cs | https://github.com/wouldyougo/TRx/blob/HEAD/TRL.Common.Test/Models/TradeTests.cs | ghcode:00004:3669f8a268d2 | apache-2.0 | codeparrot/github-code | 3669f8a268d2984b63f30f248efb026e0fa94d70055a356cabd15b296ee5a6e1 | 0.75 | testing_debugging_repair_refactoring | 1,371 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TestStack.BDDfy;
using Xunit;
namespace SSW.DataOnion.UserGroupDemo.VanillaEF.IntegrationTests
{
[Story(AsA = "Developer", IWant = "BDDfy Unit tests", SoThat = "Tests can match Acceptance crit... | brendan-ssw/SSW.DataOnion.UserGroupDemo | SSW.DataOnion.UserGroupDemo/SSW.DataOnion.UserGroupDemo.VanillaEF.IntegrationTests/HelloBddfy.cs | https://github.com/brendan-ssw/SSW.DataOnion.UserGroupDemo/blob/HEAD/SSW.DataOnion.UserGroupDemo/SSW.DataOnion.UserGroupDemo.VanillaEF.IntegrationTests/HelloBddfy.cs | ghcode:00004:9f98fa468b1d | apache-2.0 | codeparrot/github-code | 9f98fa468b1d79058c32c649f82ee57b75794b54fc102d2c01c5ae3d4546c317 | 0.6 | testing_debugging_repair_refactoring | 159 | false | 2026-07-17 |
namespace NServiceBus.AcceptanceTests.Basic
{
using System.Threading.Tasks;
using AcceptanceTesting;
using EndpointTemplates;
using Features;
using NUnit.Framework;
public class When_depending_on_untyped_feature : NServiceBusAcceptanceTest
{
[Test]
public async Task Should_e... | pablocastilla/NServiceBus.Kafka | src/NServiceBus.Kafka.AcceptanceTests/App_Packages/NSB.AcceptanceTests.6.1.3/Basic/When_depending_on_untyped_feature.cs | https://github.com/pablocastilla/NServiceBus.Kafka/blob/HEAD/src/NServiceBus.Kafka.AcceptanceTests/App_Packages/NSB.AcceptanceTests.6.1.3/Basic/When_depending_on_untyped_feature.cs | ghcode:00004:750a5619dc05 | apache-2.0 | codeparrot/github-code | 750a5619dc0541876bf0b6c6086c94abea682c50e7f83c04c1877659f3925ca4 | 0.6 | testing_debugging_repair_refactoring | 429 | 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... | yuleyule66/Npoi.Core | test/NPOI.TestCases/POIFS/Storage/TestRawDataBlockList.cs | https://github.com/yuleyule66/Npoi.Core/blob/HEAD/test/NPOI.TestCases/POIFS/Storage/TestRawDataBlockList.cs | ghcode:00004:7a8535e8f537 | apache-2.0 | codeparrot/github-code | 7a8535e8f537dad7481b7bae4386e4b055e43d4a7aafae4c6fb812aa16e6e95f | 0.85 | testing_debugging_repair_refactoring | 537 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using DateTimeExtensions.WorkingDays;
using DateTimeExtensions.WorkingDays.CultureStrategies;
namespace DateTimeExtensions.Tests
{
[TestFixture]
public class KRHolidaysTests
{
[Test]
... | cuongtranba/DateTimeExtensions | DateTimeExtensions.Tests/KRHolidaysTests.cs | https://github.com/cuongtranba/DateTimeExtensions/blob/HEAD/DateTimeExtensions.Tests/KRHolidaysTests.cs | ghcode:00004:2434a97afacb | apache-2.0 | codeparrot/github-code | 2434a97afacbb79245630e5f6dba679a20aba143df51123a246d45329917ccb1 | 0.85 | testing_debugging_repair_refactoring | 738 | false | 2026-07-17 |
using System;
using System.Threading;
using Akka.Actor;
using Akka.Quartz.Actor.Commands;
using Akka.Quartz.Actor.Events;
using Akka.Quartz.Actor.Exceptions;
using Quartz;
using Xunit;
namespace Akka.Quartz.Actor.Tests
{
public class QuartzActorSpec : TestKit.Xunit2.TestKit
{
public Quart... | akkadotnet/Akka.Quartz.Actor | src/Akka.Quartz.Actor.Tests/QuartzActorSpec.cs | https://github.com/akkadotnet/Akka.Quartz.Actor/blob/HEAD/src/Akka.Quartz.Actor.Tests/QuartzActorSpec.cs | ghcode:00004:a292214aee58 | apache-2.0 | codeparrot/github-code | a292214aee5855a069ed78a7ad8105c383ee12eb5baed38002e21c4188ffefb1 | 0.75 | testing_debugging_repair_refactoring | 685 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace Lucene.Net.Index
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this w... | laimis/lucenenet | src/Lucene.Net/Index/FieldInfos.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net/Index/FieldInfos.cs | ghcode:00004:6cae3b6c5db5 | apache-2.0 | codeparrot/github-code | 6cae3b6c5db52c1c5aa04b57d2d9560c9bacffc20b2336f1a4101a6d809081ff | 0.85 | testing_debugging_repair_refactoring | 3,410 | false | 2026-07-17 |
// ===========================================================
// Copyright (c) 2014-2015, Enrico Da Ros/kendar.org
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistribut... | kendarorg/ConcurrencyHelpers | ConcurrencyHelpers/test/Obsolete.ConcurrencyHelpers.Test/Coroutines/CoroutineTest.cs | https://github.com/kendarorg/ConcurrencyHelpers/blob/HEAD/ConcurrencyHelpers/test/Obsolete.ConcurrencyHelpers.Test/Coroutines/CoroutineTest.cs | ghcode:00004:f68b76efba94 | bsd-2-clause | codeparrot/github-code | f68b76efba94f0152bb798f6622918d448cd8e96db0ff822bd02e6684e4f77e0 | 0.88 | testing_debugging_repair_refactoring | 1,481 | false | 2026-07-17 |
#region Copyright (c) 2003-2005, Luke T. Maxon
/********************************************************************************************************************
'
' Copyright (c) 2003-2005, Luke T. Maxon
' All rights reserved.
'
' Redistribution and use in source and binary forms, with or without modificat... | ChrisPelatari/XunitForms | source/XunitForms.Test/CheckBoxTest.cs | https://github.com/ChrisPelatari/XunitForms/blob/HEAD/source/XunitForms.Test/CheckBoxTest.cs | ghcode:00004:a71cfdc723ff | bsd-3-clause | codeparrot/github-code | a71cfdc723ffe84bc144442fc3e3f4e9797b173500a96dbfd54df9fd560a0e84 | 0.6 | testing_debugging_repair_refactoring | 616 | false | 2026-07-17 |
using NExpect.Exceptions;
using NUnit.Framework;
using PeanutButter.RandomGenerators;
using static PeanutButter.RandomGenerators.RandomValueGen;
using static NExpect.Expectations;
namespace NExpect.Tests.Collections
{
public class AtMost
{
[Test]
public void Contain_GivenAtMost1_WhenCollection... | fluffynuts/NExpect | src/NExpect.Tests/Collections/AtMost.cs | https://github.com/fluffynuts/NExpect/blob/HEAD/src/NExpect.Tests/Collections/AtMost.cs | ghcode:00004:d3fbab69a990 | bsd-3-clause | codeparrot/github-code | d3fbab69a9906f6d2eb2d0adce0c3ab2b308704f8f8455c0fb0eb9af629a1293 | 0.7 | testing_debugging_repair_refactoring | 460 | false | 2026-07-17 |
namespace Toggl.Networking.Tests.Integration.BaseTests
{
public abstract class AuthenticatedPostEndpointBaseTests<T> : AuthenticatedEndpointBaseTests<T>
{
}
}
| toggl/mobileapp | Toggl.Networking.Tests.Integration/BaseTests/AuthenticatedPostEndpointBaseTests.cs | https://github.com/toggl/mobileapp/blob/HEAD/Toggl.Networking.Tests.Integration/BaseTests/AuthenticatedPostEndpointBaseTests.cs | ghcode:00004:9fa85bc0a937 | bsd-3-clause | codeparrot/github-code | 9fa85bc0a937ae0c55f14d4debfb60a74a955a21987af7e5540131028b77594d | 0.5 | testing_debugging_repair_refactoring | 37 | false | 2026-07-17 |
using QC.Observatory.Domain.Reviews;
using QC.Observatory.Tests.Utils;
using QC.Observatory.Tests.Utils.Specs;
using NUnit.Framework;
using QC.Observatory.Web.Controllers.Reviews;
namespace QC.Observatory.Tests.Specs.Reviews.UI
{
public class When_user_raises_a_review : Spec
{
ReviewsControll... | legigor/quatrocode | Observatory/QC.Observatory.Tests/Specs/Reviews/UI/When_user_raises_a_review.cs | https://github.com/legigor/quatrocode/blob/HEAD/Observatory/QC.Observatory.Tests/Specs/Reviews/UI/When_user_raises_a_review.cs | ghcode:00004:07ebb26bced8 | bsd-3-clause | codeparrot/github-code | 07ebb26bced8f7afe126ad950aec7a1bca9aad6ea0afb652887be73464375a40 | 0.6 | testing_debugging_repair_refactoring | 174 | false | 2026-07-17 |
using System;
using System.IO;
using System.Xml.Serialization;
using Ionic.Zip;
using NUnit.Framework;
using SIL.DblBundle.Text;
using SIL.IO;
using SIL.WritingSystems;
namespace SIL.DblBundle.Tests
{
/// <summary>
/// Tests for a Digital Bible Library text bundle.
/// </summary>
[TestFixture]
public class Bundle... | sillsdev/libpalaso | SIL.DblBundle.Tests/BundleTests.cs | https://github.com/sillsdev/libpalaso/blob/HEAD/SIL.DblBundle.Tests/BundleTests.cs | ghcode:00004:ab153ed14701 | mit | codeparrot/github-code | ab153ed14701cd2a53582a3eb827ec0a0d122d141e257721b6bc44cb2407386b | 0.85 | testing_debugging_repair_refactoring | 717 | false | 2026-07-17 |
using AllReady.Areas.Admin.Features.Tasks;
using AllReady.Features.Notifications;
using AllReady.Models;
using MediatR;
using Microsoft.Extensions.DependencyInjection;
using Moq;
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace AllReady.UnitTest.Tasks
{
public class Signu... | mikesigs/allReady | AllReadyApp/Web-App/AllReady.UnitTest/Tasks/SignupStatusChange.cs | https://github.com/mikesigs/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/Tasks/SignupStatusChange.cs | ghcode:00004:d95923b827fa | mit | codeparrot/github-code | d95923b827fae3b711bfa80dd63ff0763ee6db7e4e3bedfe025a868f7d49f362 | 0.6 | testing_debugging_repair_refactoring | 676 | false | 2026-07-17 |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Testing;
using osu.Game.... | UselessToucan/osu | osu.Game.Tests/Editing/TestSceneHitObjectComposerDistanceSnapping.cs | https://github.com/UselessToucan/osu/blob/HEAD/osu.Game.Tests/Editing/TestSceneHitObjectComposerDistanceSnapping.cs | ghcode:00004:6e9c3e83f20b | mit | codeparrot/github-code | 6e9c3e83f20b2b403e4df937758ef1de0aebd6dc39426a582a7a91df48671463 | 0.75 | testing_debugging_repair_refactoring | 1,995 | 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.IO;
using System.Security.Cryptography.Apple;
using Internal.Cryptography;
n... | marksmeltzer/corefx | src/Common/src/System/Security/Cryptography/DSASecurityTransforms.cs | https://github.com/marksmeltzer/corefx/blob/HEAD/src/Common/src/System/Security/Cryptography/DSASecurityTransforms.cs | ghcode:00004:19cd97f4005a | mit | codeparrot/github-code | 19cd97f4005a550d034557aa224146d0cc00633d67a98cbc87058b712d463185 | 0.95 | testing_debugging_repair_refactoring | 3,206 | false | 2026-07-17 |
namespace Nancy.Tests.Unit.ViewEngines
{
using System;
using System.IO;
using System.Linq;
using FakeItEasy;
using Nancy.Conventions;
using Nancy.ViewEngines;
using Xunit;
public class DefaultViewResolverFixture
{
private readonly IViewLocator viewLocator;
... | 151706061/Nancy | src/Nancy.Tests/Unit/ViewEngines/DefaultViewResolverFixture.cs | https://github.com/151706061/Nancy/blob/HEAD/src/Nancy.Tests/Unit/ViewEngines/DefaultViewResolverFixture.cs | ghcode:00004:ec578be0c901 | mit | codeparrot/github-code | ec578be0c901cd3e9a254aafeb22f8e5fb95dd28bb34e12e80acb23d4c1179a9 | 0.85 | testing_debugging_repair_refactoring | 2,112 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using KitchenPC.Categorization;
using KitchenPC.Recipes;
using NUnit.Framework;
namespace KitchenPC.UnitTests
{
internal class MockIngredientCommonality : IIngredientCommonality
{
public Guid IngredientId { get; set; }
public float Commonali... | KitchenPC/core | src/UnitTests/Categorization.cs | https://github.com/KitchenPC/core/blob/HEAD/src/UnitTests/Categorization.cs | ghcode:00004:c2ed4ced8e91 | mit | codeparrot/github-code | c2ed4ced8e913618c6b60b49d42c0467d5f63124e2e7177a314a81120c1f4917 | 0.7 | testing_debugging_repair_refactoring | 1,861 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Core.Pipeline;
using Azure.Core.TestFramework;
using Azure.Resou... | stankovski/azure-sdk-for-net | sdk/resources/Azure.ResourceManager.Resources/tests/InMemoryTests/ProviderTests.InMemory.cs | https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/resources/Azure.ResourceManager.Resources/tests/InMemoryTests/ProviderTests.InMemory.cs | ghcode:00004:f4e97d129692 | apache-2.0 | codeparrot/github-code | f4e97d129692166e6ad09c58ad484866edd28c1bb8ee51d3b2f7fd41b2feccf7 | 0.95 | testing_debugging_repair_refactoring | 1,658 | false | 2026-07-17 |
using Bridge.Test.NUnit;
using System.Collections.Generic;
using System.Linq;
namespace Bridge.ClientTest.Batch3.BridgeIssues
{
[Category(Constants.MODULE_ISSUES)]
[TestFixture(TestNameFormat = "#1171 - {0}")]
public class Bridge1171
{
[Test]
public static void TestLinqEnumerableInList(... | bridgedotnet/Bridge | Tests/Batch3/BridgeIssues/1100/N1171.cs | https://github.com/bridgedotnet/Bridge/blob/HEAD/Tests/Batch3/BridgeIssues/1100/N1171.cs | ghcode:00004:160a87a980d6 | apache-2.0 | codeparrot/github-code | 160a87a980d6fa7a84fba16c2a68226f25860f44cad1a04942253764b0a5b2fd | 0.75 | testing_debugging_repair_refactoring | 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;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Reflection.Metadata;
using Microsoft.CodeAnalysis.CodeGen;
using Mic... | lorcanmooney/roslyn | src/Compilers/CSharp/Portable/CodeGen/EmitExpression.cs | https://github.com/lorcanmooney/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/CodeGen/EmitExpression.cs | ghcode:00004:2954416314ad | apache-2.0 | codeparrot/github-code | 2954416314ada5a2f6001ee3aaa7ca678f499b51565ae8ec39568d5be0b7500a | 0.57 | testing_debugging_repair_refactoring | 25,352 | false | 2026-07-17 |
#region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2010 FUJIWARA, Yusuke
//
// 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... | yonglehou/msgpack-rpc-cli | test/MsgPack.Rpc.UnitTest/Rpc/Diagnostics/FileMessagePackStreamLoggerTester.cs | https://github.com/yonglehou/msgpack-rpc-cli/blob/HEAD/test/MsgPack.Rpc.UnitTest/Rpc/Diagnostics/FileMessagePackStreamLoggerTester.cs | ghcode:00004:2e2a406aa5f2 | apache-2.0 | codeparrot/github-code | 2e2a406aa5f2ef48a5ab75e73b2d5ac8572a25696e18dd5103251ecbef5151c8 | 0.7 | testing_debugging_repair_refactoring | 344 | false | 2026-07-17 |
using System.Globalization;
namespace FluentAssertions.Formatting
{
public class UInt64ValueFormatter : IValueFormatter
{
/// <summary>
/// Indicates whether the current <see cref="IValueFormatter"/> can handle the specified <paramref name="value"/>.
/// </summary>
/// <param n... | jnyrup/fluentassertions | Src/FluentAssertions/Formatting/UInt64ValueFormatter.cs | https://github.com/jnyrup/fluentassertions/blob/HEAD/Src/FluentAssertions/Formatting/UInt64ValueFormatter.cs | ghcode:00004:91a3bf36ac55 | apache-2.0 | codeparrot/github-code | 91a3bf36ac55d77e3db26ae909b9ae6758e817b142fbcebc36ab5c41728db5b1 | 0.7 | testing_debugging_repair_refactoring | 190 | 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 Microsoft.CodeAnalysis.Host;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.... | davkean/roslyn | src/Workspaces/CoreTest/WorkspaceTests/AdhocWorkspaceTests.cs | https://github.com/davkean/roslyn/blob/HEAD/src/Workspaces/CoreTest/WorkspaceTests/AdhocWorkspaceTests.cs | ghcode:00004:7442dc70d0f6 | apache-2.0 | codeparrot/github-code | 7442dc70d0f6ae570f6f3a92bbf659ac9978602165530ff56914bdab65af3100 | 0.85 | testing_debugging_repair_refactoring | 5,340 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
namespace ReCommendedExtension.Tests.test.data.Analyzers.AwaitQuickFixes
{
public class AwaitForMethods
{
async Task Method()
{
if (Environment.UserInteractive)
{
Console.WriteLine();
}
... | prodot/ReCommended-Extension | Sources/ReCommendedExtension.Tests/test/data/Analyzers/AwaitQuickFixes/NullableAnnotationContext.cs | https://github.com/prodot/ReCommended-Extension/blob/HEAD/Sources/ReCommendedExtension.Tests/test/data/Analyzers/AwaitQuickFixes/NullableAnnotationContext.cs | ghcode:00004:9279a048f45a | apache-2.0 | codeparrot/github-code | 9279a048f45a4c8e473df482b5f39ea8ba66f5caab8ce906d2db2daefeefd42e | 0.85 | testing_debugging_repair_refactoring | 73 | false | 2026-07-17 |
using System.Threading.Tasks;
namespace Mendham.Testing.AspNetCore.Test.SampleApp
{
public class TestService : ITestService
{
private readonly IDependency1 _dependency1;
public const int DefaultGetValue = 100;
public const string StringForTrueAction = "abc";
public TestServic... | Mendham/Mendham | test/Mendham.Testing.AspNetCore.Test/SampleApp/TestService.cs | https://github.com/Mendham/Mendham/blob/HEAD/test/Mendham.Testing.AspNetCore.Test/SampleApp/TestService.cs | ghcode:00004:461105111162 | apache-2.0 | codeparrot/github-code | 46110511116269284fb554431fd01700af565ff8750a26c6a506143261ca36f6 | 0.75 | testing_debugging_repair_refactoring | 162 | false | 2026-07-17 |
using System.IO;
using BitMiracle.LibTiff.Classic;
using NUnit.Framework;
namespace UnitTests
{
[TestFixture]
public class Transparency
{
private static readonly string OutputFolder = Path.Combine(TestCase.Folder, "Output.Tiff");
private static readonly string ExpectedFolder = Pa... | nagyistoce/libtiff.net | UnitTests/Transparency.cs | https://github.com/nagyistoce/libtiff.net/blob/HEAD/UnitTests/Transparency.cs | ghcode:00004:83bc33e1eac0 | bsd-3-clause | codeparrot/github-code | 83bc33e1eac0e1fdf27c797ccf802a9c4366ab403a07228b450763f682f01859 | 0.7 | testing_debugging_repair_refactoring | 963 | false | 2026-07-17 |
// Copyright (c) MOSA Project. Licensed under the New BSD License.
using System;
namespace Mosa.Test.Collection
{
public static class ConvTests
{
public static bool ConvU1I1(byte expect, sbyte a)
{
return expect == (byte)a;
}
public static bool ConvU1I2(byte expect, short a)
{
return expect ==... | modulexcite/MOSA-Project | Source/Mosa.Test.Collection/ConvTests.cs | https://github.com/modulexcite/MOSA-Project/blob/HEAD/Source/Mosa.Test.Collection/ConvTests.cs | ghcode:00004:bf0fba7bb272 | bsd-3-clause | codeparrot/github-code | bf0fba7bb2724f421e6bd0d8a95b02f5be73a9d30ec6923add05ec50b55d03aa | 0.75 | testing_debugging_repair_refactoring | 1,224 | false | 2026-07-17 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
///////////////////////////////////////////////////////... | smaillet-ms/llilum | Zelig/Zelig/Test/RunTime/NETMF/mscorlib/types/ReferenceBoxingTests.cs | https://github.com/smaillet-ms/llilum/blob/HEAD/Zelig/Zelig/Test/RunTime/NETMF/mscorlib/types/ReferenceBoxingTests.cs | ghcode:00004:41ace381bd90 | mit | codeparrot/github-code | 41ace381bd90bce03ab6b28d9cee1b4fcbe62999eef9949091dde145e211fe06 | 0.95 | testing_debugging_repair_refactoring | 3,290 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using wox.serial;
/**
* This class provides an example of an ArrayList of Course objects.
* The main method uses the Easy class to serialize the ArrayList to XML (save method);
* and to de-serialize the XML to an ArrayList ... | ivavivanova/Tokenization | woxCSharpSource/TestListCourses.cs | https://github.com/ivavivanova/Tokenization/blob/HEAD/woxCSharpSource/TestListCourses.cs | ghcode:00004:8873a1aac9cf | mit | codeparrot/github-code | 8873a1aac9cfabb9e844d5d98824fba71e94afed3dc87be843b6b6d654a9478e | 0.85 | testing_debugging_repair_refactoring | 388 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// See the LICENSE file in the project root for more information.
//
// ExtensionsTest.cs - NUnit Test Cases for Extensions.cs class under
// System.Xml.Schema namespace found in System.Xml.Linq assembly
// (System.Xml.Linq.dll)
//
// Author:
// Ste... | BrennanConroy/corefx | src/System.Private.Xml.Linq/tests/Schema/ExtensionTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Private.Xml.Linq/tests/Schema/ExtensionTests.cs | ghcode:00004:02bb3ba14fe7 | mit | codeparrot/github-code | 02bb3ba14fe7e9fed5708e932f3477595f8e4de234b18669172c7ed6fd6d3a69 | 0.95 | testing_debugging_repair_refactoring | 3,247 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.IO;
using Azure.Core.Pipeline;
using Azure.Core.TestFramework;
using Moq;
using NUnit.Framework;
namespace Azure.Core.Tests
{
public class HttpPipelineMessageTest
{
[Test]
... | ayeletshpigelman/azure-sdk-for-net | sdk/core/Azure.Core/tests/HttpPipelineMessageTest.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/core/Azure.Core/tests/HttpPipelineMessageTest.cs | ghcode:00004:b3c60e5abbf8 | mit | codeparrot/github-code | b3c60e5abbf8157afe29a1fbc087d81f1c33923bc537224cd0ba4fe711c57901 | 0.85 | testing_debugging_repair_refactoring | 661 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
usi... | JamesWTruher/PowerShell-1 | test/perf/dotnet-tools/ResultsComparer/Program.cs | https://github.com/JamesWTruher/PowerShell-1/blob/HEAD/test/perf/dotnet-tools/ResultsComparer/Program.cs | ghcode:00004:1cf14a6d4288 | mit | codeparrot/github-code | 1cf14a6d4288cb151f24bc568ae6e33a37cc4445c1add2f16730a4d7e716a2ab | 0.7 | testing_debugging_repair_refactoring | 2,738 | false | 2026-07-17 |
//
// Copyright (c) Microsoft. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | r22016/azure-sdk-for-net | src/ResourceManagement/Cdn/Cdn.Tests/ScenarioTests/ProfileTests.cs | https://github.com/r22016/azure-sdk-for-net/blob/HEAD/src/ResourceManagement/Cdn/Cdn.Tests/ScenarioTests/ProfileTests.cs | ghcode:00004:7ed39723d24a | mit | codeparrot/github-code | 7ed39723d24a5e10253135f1a93980b61cc1510066982117225f83aa0c86e095 | 0.85 | testing_debugging_repair_refactoring | 4,100 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Cassandra.Data.Linq;
using Cassandra.IntegrationTests.CqlFunctions.Structures;
using Cassandra.IntegrationTests.TestBase;
using Cassandra.Mapping;
using NUnit.Framework;
#pragma warning disable 612
namespace Cassandra.IntegrationTests.CqlFunctio... | jorgebay/csharp-driver | src/Cassandra.IntegrationTests/CqlFunctions/Tests/MinTimeUuid.cs | https://github.com/jorgebay/csharp-driver/blob/HEAD/src/Cassandra.IntegrationTests/CqlFunctions/Tests/MinTimeUuid.cs | ghcode:00004:b03af395c6b0 | apache-2.0 | codeparrot/github-code | b03af395c6b0846eb9c46a7930d82532c48a89c5cf9baa64a4bf38a54450008b | 0.95 | testing_debugging_repair_refactoring | 2,545 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="RemoteDeliverySpec.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>
// </copyrig... | ali-ince/akka.net | src/core/Akka.Remote.Tests.MultiNode/RemoteDeliverySpec.cs | https://github.com/ali-ince/akka.net/blob/HEAD/src/core/Akka.Remote.Tests.MultiNode/RemoteDeliverySpec.cs | ghcode:00004:190cfd818184 | apache-2.0 | codeparrot/github-code | 190cfd8181846c8ed1654ba7dfa3475c280e72ff946750c51f17cc542cae8c51 | 0.85 | testing_debugging_repair_refactoring | 806 | 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 ... | jameschch/Lean | Tests/Indicators/TestHelper.cs | https://github.com/jameschch/Lean/blob/HEAD/Tests/Indicators/TestHelper.cs | ghcode:00004:37de6ff42f8a | apache-2.0 | codeparrot/github-code | 37de6ff42f8aee87fd7105ea83ec004fc134d7f4b7129cc97770337f56fbcaf5 | 0.85 | testing_debugging_repair_refactoring | 3,724 | 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 Roslyn.Test.Utilities;
using Roslyn.VisualStudio.Test.Utilities;
using Roslyn.VisualStudio.Test.Utilities.Common;
using R... | vslsnap/roslyn | src/VisualStudio/IntegrationTests/CSharp/CSharpIntelliSense.cs | https://github.com/vslsnap/roslyn/blob/HEAD/src/VisualStudio/IntegrationTests/CSharp/CSharpIntelliSense.cs | ghcode:00004:c7ab066deecf | apache-2.0 | codeparrot/github-code | c7ab066deecf96c5632e7dfe32011483c42ad9cdffd30969950c8f2d34a9a642 | 0.85 | testing_debugging_repair_refactoring | 1,855 | 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.Generic;
using System.Linq;
using System.Text;
using Syst... | brettfo/roslyn | src/Compilers/CSharp/Test/Semantic/Semantics/ConstantTests.cs | https://github.com/brettfo/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Semantic/Semantics/ConstantTests.cs | ghcode:00004:d6a6c32001ee | apache-2.0 | codeparrot/github-code | d6a6c32001ee374734dc3a31db1fd62ca3802b1201408719f2ffa40723315221 | 0.82 | testing_debugging_repair_refactoring | 51,704 | false | 2026-07-17 |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.TestFramework;
using Microsoft.DotNet.Tools.Test.Utiliti... | borgdylan/dotnet-cli | test/dotnet-compile.Tests/CompilerTests.cs | https://github.com/borgdylan/dotnet-cli/blob/HEAD/test/dotnet-compile.Tests/CompilerTests.cs | ghcode:00004:3f4291b8ed58 | mit | codeparrot/github-code | 3f4291b8ed581616b095c6301fc9c6542287e289ee5276851fc4897b7f08a4f9 | 0.85 | testing_debugging_repair_refactoring | 2,020 | false | 2026-07-17 |
// Copyright 2009-2015 Josh Close and Contributors
// This file is a part of CsvHelper and is dual licensed under MS-PL and Apache 2.0.
// See LICENSE.txt for details or visit http://www.opensource.org/licenses/ms-pl.html for MS-PL and http://opensource.org/licenses/Apache-2.0 for Apache 2.0.
// http://csvhelper.co... | erdincay/CsvHelper | src/CsvHelper.Tests/CsvWriterSubClassingTests.cs | https://github.com/erdincay/CsvHelper/blob/HEAD/src/CsvHelper.Tests/CsvWriterSubClassingTests.cs | ghcode:00004:a846cc622e80 | apache-2.0 | codeparrot/github-code | a846cc622e80b296a09e86349532902c6e90998a292547e0287dd356cca5b1ff | 0.85 | testing_debugging_repair_refactoring | 316 | 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.MemoryTests
{
public static class AsReadOnlyMemory
{
[Fact]
... | Ermiar/corefx | src/System.Memory/tests/Memory/AsReadOnlyMemory.cs | https://github.com/Ermiar/corefx/blob/HEAD/src/System.Memory/tests/Memory/AsReadOnlyMemory.cs | ghcode:00004:c4847a57749f | mit | codeparrot/github-code | c4847a57749f0c372c37a1f9e04c847c072472ef01677cecedfa5cc72dbe0b1b | 0.95 | testing_debugging_repair_refactoring | 161 | false | 2026-07-17 |
#region License
/*
MIT License
Copyright © 2006 The Mono.Xna Team
All rights reserved.
Authors: Alan McGovern
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 witho... | mjs513/monoxna | tests/Microsoft.Xna.Framework/BoundingSphereTests.cs | https://github.com/mjs513/monoxna/blob/HEAD/tests/Microsoft.Xna.Framework/BoundingSphereTests.cs | ghcode:00004:adb8d2a73f12 | mit | codeparrot/github-code | adb8d2a73f120ce4f8aec4cbfec6a02a514fa5f4c3cd571e86c661cb482f7080 | 0.85 | testing_debugging_repair_refactoring | 2,733 | 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... | samaitra/ignite | modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/Cluster/ClientClusterGroupTests.cs | https://github.com/samaitra/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/Cluster/ClientClusterGroupTests.cs | ghcode:00004:44754d645dbe | apache-2.0 | codeparrot/github-code | 44754d645dbe61b40f91b2df2d2bfd877ffba0b844f071ec0ecc607d31e6dcf5 | 0.85 | testing_debugging_repair_refactoring | 2,406 | false | 2026-07-17 |
using NUnit.Framework;
namespace Umbraco.Tests.Configurations.UmbracoSettings
{
[TestFixture]
public class WebRoutingElementTests : UmbracoSettingsTests
{
[Test]
public void TrySkipIisCustomErrors()
{
Assert.IsTrue(SettingsSection.WebRouting.TrySkipIisCustomErrors == fa... | rasmuseeg/Umbraco-CMS | src/Umbraco.Tests/Configurations/UmbracoSettings/WebRoutingElementTests.cs | https://github.com/rasmuseeg/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Configurations/UmbracoSettings/WebRoutingElementTests.cs | ghcode:00004:7f568965cdab | mit | codeparrot/github-code | 7f568965cdab0159f8bf18dd7fa4e86786c2f6ed2a22b201f12ac1a1f7dc6425 | 0.75 | testing_debugging_repair_refactoring | 135 | 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 Internal.Metadata.NativeFormat.Writer;
using Cts = Internal.TypeSystem;
using Ecma = System.R... | gregkalapos/corert | src/ILCompiler.MetadataTransform/src/ILCompiler/Metadata/Transform.TypeForwarders.cs | https://github.com/gregkalapos/corert/blob/HEAD/src/ILCompiler.MetadataTransform/src/ILCompiler/Metadata/Transform.TypeForwarders.cs | ghcode:00004:37805174f36d | mit | codeparrot/github-code | 37805174f36d09b3382751b0941c6c177bb70891597081c1e5e045e1c39c471b | 0.8 | testing_debugging_repair_refactoring | 604 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="TypeUsageBuilder.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
// @owner [....]
// @backupOwner [....]
//---------------------------------------------------... | sekcheong/referencesource | System.Data.Entity/System/Data/EntityModel/SchemaObjectModel/TypeUsageBuilder.cs | https://github.com/sekcheong/referencesource/blob/HEAD/System.Data.Entity/System/Data/EntityModel/SchemaObjectModel/TypeUsageBuilder.cs | ghcode:00004:cb8e146d6509 | mit | codeparrot/github-code | cb8e146d6509ee96c83e18d52dd11a89ed7459581f5d352f93773d917c187c36 | 0.7 | testing_debugging_repair_refactoring | 6,155 | 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 Roslyn.Utilities;
namespace Microsoft.Co... | pdelvo/roslyn | src/Compilers/CSharp/Portable/Declarations/SingleTypeDeclaration.cs | https://github.com/pdelvo/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Declarations/SingleTypeDeclaration.cs | ghcode:00004:a92bb0b4a646 | apache-2.0 | codeparrot/github-code | a92bb0b4a6460ee20577aaea2e7af1e7a5aafc9ab387db7b08b500a474dc7ba8 | 0.85 | testing_debugging_repair_refactoring | 1,029 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.