text stringlengths 40 299k | repo_name stringlengths 7 71 | path stringlengths 4 235 | source_url stringlengths 45 289 | commit_or_blob_id stringlengths 25 25 | license stringclasses 7
values | source_dataset stringclasses 1
value | content_sha256 stringlengths 64 64 | quality_score float64 0.2 0.95 | category_slice stringclasses 1
value | token_count int64 11 109k | is_synthetic bool 1
class | collected_at stringdate 2026-07-17 00:00:00 2026-07-17 00:00:00 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Thunder.Extensions;
namespace Thunder
{
[TestFixture]
public class ValidatorExtensionsTest
{
[Test]
public void Test()
{
Assert.IsTrue("46.172.851/0001-12"... | adrianocaldeira/thunder | src/test/Thunder/ValidatorExtensionsTest.cs | https://github.com/adrianocaldeira/thunder/blob/HEAD/src/test/Thunder/ValidatorExtensionsTest.cs | ghcode:00005:abb7a8d99270 | mit | codeparrot/github-code | abb7a8d99270d9cca3d1e4bf2a40a192d816dc927c0fe1e061ee29dba398c2e8 | 0.85 | testing_debugging_repair_refactoring | 506 | false | 2026-07-17 |
using Info.Blockchain.API.Client;
using Info.Blockchain.API.Models;
using Xunit;
namespace Info.Blockchain.API.Tests.IntegrationTests
{
public class StatisticsTests
{
[Fact]
public async void GetStatistics_Valid()
{
using (BlockchainApiHelper apiHelper = new BlockchainApiHelper())
{
StatisticsRes... | blockchain/api-v1-client-csharp | src/Tests/IntegrationTests/StatisticsTests.cs | https://github.com/blockchain/api-v1-client-csharp/blob/HEAD/src/Tests/IntegrationTests/StatisticsTests.cs | ghcode:00005:50445fcc5dd0 | mit | codeparrot/github-code | 50445fcc5dd0a6b66f275cf04afb32412001279c1ad5a17846b09bf4c8f5a382 | 0.85 | testing_debugging_repair_refactoring | 214 | false | 2026-07-17 |
// Copyright (C) 2018 Luca Piccioni
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publi... | luca-piccioni/OpenGL.Net | OpenGL.Net.Test/MemoryBenchmark.cs | https://github.com/luca-piccioni/OpenGL.Net/blob/HEAD/OpenGL.Net.Test/MemoryBenchmark.cs | ghcode:00005:54fb8a4c8aec | mit | codeparrot/github-code | 54fb8a4c8aec6f743cdb97dad1cfd29bfcbad4749a276f314a8ba62df12cce2b | 0.7 | testing_debugging_repair_refactoring | 524 | false | 2026-07-17 |
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | Squidex/squidex | backend/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/GeolocationFieldTests.cs | https://github.com/Squidex/squidex/blob/HEAD/backend/tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/GeolocationFieldTests.cs | ghcode:00005:390247ac5192 | mit | codeparrot/github-code | 390247ac5192b54e083cc073bbad5341ff77b8ff313a49a624026c77396d890c | 0.95 | testing_debugging_repair_refactoring | 677 | false | 2026-07-17 |
using System.Threading.Tasks;
using Telegram.Bot.Tests.Integ.Framework;
using Telegram.Bot.Types;
using Telegram.Bot.Types.Enums;
using Telegram.Bot.Types.InlineQueryResults;
using Xunit;
namespace Telegram.Bot.Tests.Integ.Update_Messages
{
[Collection(Constants.TestCollections.DeleteMessage)]
[Trait(Constants... | TelegramBots/telegram.bot | test/Telegram.Bot.Tests.Integ/Update Messages/DeleteMessageTests.cs | https://github.com/TelegramBots/telegram.bot/blob/HEAD/test/Telegram.Bot.Tests.Integ/Update Messages/DeleteMessageTests.cs | ghcode:00005:b0271d5db012 | mit | codeparrot/github-code | b0271d5db0128643ed0e329b26621cd419f253d995b40ffb5199444b892e5d01 | 0.75 | testing_debugging_repair_refactoring | 416 | false | 2026-07-17 |
using System.Linq;
using NUnit.Framework;
using Saleslogix.SData.Client.Linq;
using Saleslogix.SData.Client.Test.Model;
#if !NET_3_5
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
using Moq;
#endif
namespace Saleslogix.SData.Client... | Saleslogix/DotNetSDataClient | Saleslogix.SData.Client.Test/Linq/SDataQueryableExtensionsTests.cs | https://github.com/Saleslogix/DotNetSDataClient/blob/HEAD/Saleslogix.SData.Client.Test/Linq/SDataQueryableExtensionsTests.cs | ghcode:00005:56025dd61ba4 | mit | codeparrot/github-code | 56025dd61ba42b0e0a5b261953af08d5ec1de336da58d8e09c36a40eb23d4ff7 | 0.75 | testing_debugging_repair_refactoring | 2,604 | false | 2026-07-17 |
using System.Threading;
using BenchmarkDotNet.Analysers;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Columns;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Exporters;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Loggers;
namespace BenchmarkDotNet.Samples.Intro
{
[Config(typeof(Config))]
... | redknightlois/BenchmarkDotNet | BenchmarkDotNet.Samples/Intro/IntroConfigUnion.cs | https://github.com/redknightlois/BenchmarkDotNet/blob/HEAD/BenchmarkDotNet.Samples/Intro/IntroConfigUnion.cs | ghcode:00005:bb2549400c03 | mit | codeparrot/github-code | bb2549400c0399e8bb98b6a01c69c3efdf150130b1386fff15229dddde0fae1c | 0.6 | testing_debugging_repair_refactoring | 174 | false | 2026-07-17 |
using FluentAssertions;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
using Workstation.Collections;
using Xunit;
namespace Workstation.UaClient.UnitTests
{
public class ObservableQueueTests
{
[Fact]
public void Obse... | convertersystems/opc-ua-client | UaClient.UnitTests/UnitTests/ObservableQueueTests.cs | https://github.com/convertersystems/opc-ua-client/blob/HEAD/UaClient.UnitTests/UnitTests/ObservableQueueTests.cs | ghcode:00005:8b5e416ccf09 | mit | codeparrot/github-code | 8b5e416ccf0991ac5b5492ca31e4965bac98c2fb0eebad874807b165b4cb8144 | 0.75 | testing_debugging_repair_refactoring | 1,277 | false | 2026-07-17 |
using System.Linq;
using NSpec;
using NSpecSpecs.WhenRunningSpecs;
using NUnit.Framework;
namespace NSpecSpecs.describe_RunningSpecs
{
[TestFixture]
public class describe_fail_fast : when_running_specs
{
class SpecClass : nspec
{
void given_a_spec_with_multiple_failures()
... | BrainCrumbz/NSpec.NetCore | sln/test/NSpecSpecs/describe_RunningSpecs/describe_fail_fast.cs | https://github.com/BrainCrumbz/NSpec.NetCore/blob/HEAD/sln/test/NSpecSpecs/describe_RunningSpecs/describe_fail_fast.cs | ghcode:00005:b421740ab7f0 | mit | codeparrot/github-code | b421740ab7f0265c98009edc7b8bb4e1ce0b0ac7503c5f31d19d4e56f86293e5 | 0.85 | testing_debugging_repair_refactoring | 462 | false | 2026-07-17 |
namespace BullsAndCowsGame.Tests
{
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using BullsAndCowsGame;
[TestClass]
public class FactoryTests
{
[TestMethod]
public void TestMethod1()
{
}
}
}
| todorm85/TelerikAcademy | Courses/Programming/High Quality Code/Teamwork/BullsAndCowsGame.Tests/FactoryTests.cs | https://github.com/todorm85/TelerikAcademy/blob/HEAD/Courses/Programming/High Quality Code/Teamwork/BullsAndCowsGame.Tests/FactoryTests.cs | ghcode:00005:8c03c569cb2d | mit | codeparrot/github-code | 8c03c569cb2ddaa7aedf701c86953f57de0ecf778c45488a8e43f36f3695aa7c | 0.75 | testing_debugging_repair_refactoring | 59 | false | 2026-07-17 |
using System.Net.Http;
using System.Threading.Tasks;
using Northwind.Application.Customers.Commands.CreateCustomer;
using Northwind.WebUI.IntegrationTests.Common;
using Xunit;
namespace Northwind.WebUI.IntegrationTests.Controllers.Customers
{
public class Create : IClassFixture<CustomWebApplicationFactory<Startup... | JasonGT/NorthwindTraders | Tests/WebUI.IntegrationTests/Controllers/Customers/Create.cs | https://github.com/JasonGT/NorthwindTraders/blob/HEAD/Tests/WebUI.IntegrationTests/Controllers/Customers/Create.cs | ghcode:00005:8964b9e8414c | mit | codeparrot/github-code | 8964b9e8414cfb4cb68abb5eaba4e23906fe7965e7e64d4eebe50695d378c3ec | 0.6 | testing_debugging_repair_refactoring | 285 | 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 Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAna... | reaction1989/roslyn | src/EditorFeatures/CSharpTest/EditAndContinue/Helpers/EditingTestBase.cs | https://github.com/reaction1989/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/EditAndContinue/Helpers/EditingTestBase.cs | ghcode:00005:ae8bfe6299ef | apache-2.0 | codeparrot/github-code | ae8bfe6299ef16827164174456c58614aace98f2e64712dda084a54ce128930b | 0.85 | testing_debugging_repair_refactoring | 1,497 | 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.Testing;
using Test.Utilities;
using Xunit;
using VerifyCS = Test.Utilities.CSharpCodeFixVerifier<
... | pakdev/roslyn-analyzers | src/NetAnalyzers/UnitTests/Microsoft.CodeQuality.Analyzers/ApiDesignGuidelines/IdentifiersShouldNotContainTypeNamesTests.cs | https://github.com/pakdev/roslyn-analyzers/blob/HEAD/src/NetAnalyzers/UnitTests/Microsoft.CodeQuality.Analyzers/ApiDesignGuidelines/IdentifiersShouldNotContainTypeNamesTests.cs | ghcode:00005:9463c89ddc33 | apache-2.0 | codeparrot/github-code | 9463c89ddc330a1c5ad22bd2171a539391cda16f15057fc581b284bd6d87eec4 | 0.85 | testing_debugging_repair_refactoring | 2,859 | false | 2026-07-17 |
/*
* REST API Documentation for Schoolbus
*
* API Sample
*
* OpenAPI spec version: v1
*
*
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Xunit;
using SchoolBusAPI;
using SchoolBusAPI.Models;
using System.Refle... | GeorgeWalker/schoolbus | Server/test/Models/SchoolBusOwnerContactPhoneTests.cs | https://github.com/GeorgeWalker/schoolbus/blob/HEAD/Server/test/Models/SchoolBusOwnerContactPhoneTests.cs | ghcode:00005:f495cd869010 | apache-2.0 | codeparrot/github-code | f495cd869010c115a0fe953cff0bd84196fc8e0cb5a98e0cca0f9d933d146c31 | 0.95 | testing_debugging_repair_refactoring | 350 | 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.UI/RemoveImportTests.cs | https://github.com/int19h/PTVS/blob/HEAD/Python/Tests/Core.UI/RemoveImportTests.cs | ghcode:00005:14082a649de1 | apache-2.0 | codeparrot/github-code | 14082a649de18dca39b4ff88e85e6455c409020b3e51ff68b26894dd45b44f62 | 0.95 | testing_debugging_repair_refactoring | 2,320 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using MobileSecondHand.API.Services.Keywords;
using MobileSecondHand.DB.Models.Keywords;
using MobileSecondHand.DB.Services.Advertisement.Keywords;
using Moq;
using Xunit;
namespace MobileSecondHand.API.Services.Tests
{
public class KeywordsService_Tests
{
[... | MarcinSzyszka/MobileSecondHand | Visual Studio/MobileSecondHand/MobileSecondHand.API.Services.Tests/KeywordsTests/KeywordsService_Tests.cs | https://github.com/MarcinSzyszka/MobileSecondHand/blob/HEAD/Visual Studio/MobileSecondHand/MobileSecondHand.API.Services.Tests/KeywordsTests/KeywordsService_Tests.cs | ghcode:00005:76d2825b1941 | apache-2.0 | codeparrot/github-code | 76d2825b1941812a87641352c975fdb16c5e6bcf782fa365890b3d51d6969f4e | 0.85 | testing_debugging_repair_refactoring | 3,950 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Moq;
using Moq.Protected;
using NUnit.Framework;
using Virtlink.Caching;
using Virtlink.IO;
using Virtlink.TestUtils;
using static Virtlink.TestUtils.Test;
namespace Virtlink.Vfs
... | Virtlink/vfs | test/Virtlink.Vfs.Tests/VirtualFileTests.CopyContentFromTests.cs | https://github.com/Virtlink/vfs/blob/HEAD/test/Virtlink.Vfs.Tests/VirtualFileTests.CopyContentFromTests.cs | ghcode:00005:dc40fe5820b5 | apache-2.0 | codeparrot/github-code | dc40fe5820b53e772668155b42e39a941e6eed18d412ce3bc832c62887f9d043 | 0.85 | testing_debugging_repair_refactoring | 857 | false | 2026-07-17 |
namespace dotless.Core.Test.Plugins
{
using System.Collections.Generic;
using Core.Parser.Infrastructure;
using Core.Parser.Tree;
using Core.Plugins;
using NUnit.Framework;
public class ColorSpinPluginFixture : SpecFixtureBase
{
protected List<Color> Colors;
protected Rulese... | dotless/dotless | tests/dotless.Core.Test/Plugins/ColorSpinPluginFixture.cs | https://github.com/dotless/dotless/blob/HEAD/tests/dotless.Core.Test/Plugins/ColorSpinPluginFixture.cs | ghcode:00005:1523c6d50c4f | apache-2.0 | codeparrot/github-code | 1523c6d50c4fe8c45fa9526bc4626aa2abbb5364f27d2721f9c88ddd67afca62 | 0.6 | testing_debugging_repair_refactoring | 233 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
usi... | brettfo/roslyn | src/Compilers/CSharp/Test/Symbol/Symbols/Source/NullablePublicAPITests.cs | https://github.com/brettfo/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Symbol/Symbols/Source/NullablePublicAPITests.cs | ghcode:00005:c26c46bef111 | apache-2.0 | codeparrot/github-code | c26c46bef111a859965c82aebee34272606666555ac61dbeb9e1cac9cc9842cf | 0.75 | testing_debugging_repair_refactoring | 45,887 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using SolrNet.Commands.Cores;
using SolrNet.Utils;
namespace SolrNet.Tests {
[TestFixture]
public class MergeCommandTests {
[Test]
public void Index() {
var m = new MergeCommand("core0", new M... | vladen/SolrNet | SolrNet.Tests/MergeCommandTests.cs | https://github.com/vladen/SolrNet/blob/HEAD/SolrNet.Tests/MergeCommandTests.cs | ghcode:00005:03b96270ae91 | apache-2.0 | codeparrot/github-code | 03b96270ae910d4052f0d47ce1b4e8c1bcdcd43c3379173c75f679b4daa3ecfd | 0.75 | testing_debugging_repair_refactoring | 286 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;
using Analyzer.Utilities;
using System;
using Syst... | mavasani/roslyn-analyzers | src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/ApiDesignGuidelines/UseEventsWhereAppropriate.cs | https://github.com/mavasani/roslyn-analyzers/blob/HEAD/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/ApiDesignGuidelines/UseEventsWhereAppropriate.cs | ghcode:00005:2b1a75b311af | apache-2.0 | codeparrot/github-code | 2b1a75b311af4e633bfed946ae022113a6694417c849803cd99a8e9cd9ae9501 | 0.85 | testing_debugging_repair_refactoring | 941 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace Orleankka.Utility
{
static class TaskExtensions
{
public static async Task<T> UnwrapExceptions<T>(this Task<T> task)
{
try
{
... | llytvynenko/Orleankka | Source/Orleankka/Utility/TaskExtensions.cs | https://github.com/llytvynenko/Orleankka/blob/HEAD/Source/Orleankka/Utility/TaskExtensions.cs | ghcode:00005:e91c02bbafad | apache-2.0 | codeparrot/github-code | e91c02bbafad323573817501009750697e223246c76a2d6d89c2daf1dcacebb6 | 0.6 | testing_debugging_repair_refactoring | 205 | false | 2026-07-17 |
#if NETFULL || NETCORE // no Moq support in UWP test projects
using System;
using FeatureToggle;
using FeatureToggle.Internal;
using Moq;
using Xunit;
namespace FeatureToggle.Tests
{
public class EnabledBetweenDatesFeatureToggleShould
{
[Fact]
public void HaveDefaultProvider()
{
... | jason-roberts/FeatureToggle | src/Tests/FeatureToggle.Shared.Tests/EnabledBetweenDatesFeatureToggleShould.cs | https://github.com/jason-roberts/FeatureToggle/blob/HEAD/src/Tests/FeatureToggle.Shared.Tests/EnabledBetweenDatesFeatureToggleShould.cs | ghcode:00005:b823d0d4ff99 | apache-2.0 | codeparrot/github-code | b823d0d4ff99d48d63711d07f0e631adf8e8282fcb8e21a16f08c5d3531b9c4b | 0.85 | testing_debugging_repair_refactoring | 810 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="WhenAddingAStepToAWorksheet.cs" company="PicklesDoc">
// Copyright 2011 Jeffrey Cameron
// Copyright 2012-present PicklesDoc team and community contributors
//
//
// Licensed... | blorgbeard/pickles | src/Pickles/Pickles.Test/DocumentationBuilders/Excel/WhenAddingAStepToAWorksheet.cs | https://github.com/blorgbeard/pickles/blob/HEAD/src/Pickles/Pickles.Test/DocumentationBuilders/Excel/WhenAddingAStepToAWorksheet.cs | ghcode:00005:68b328214bbe | apache-2.0 | codeparrot/github-code | 68b328214bbe8b9d57bf9ea33ded205e8d7a5f857a61dd1faefcfaa02c0c96f5 | 0.7 | testing_debugging_repair_refactoring | 404 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using PracticeTime.Web.DataAccess.Models;
using PracticeTime.Web.Models;
namespace PracticeTime.Web.Test.Models
{
[TestClass]
public class MusiciansViewModelTest
{
[TestMethod]
public void C... | wbsimms/PracticeTime | src/Web/PracticeTime.Web.Test/Models/MusiciansViewModelTest.cs | https://github.com/wbsimms/PracticeTime/blob/HEAD/src/Web/PracticeTime.Web.Test/Models/MusiciansViewModelTest.cs | ghcode:00005:66bb7a3c28c5 | apache-2.0 | codeparrot/github-code | 66bb7a3c28c5e14f91f0c534382af5d3f62f96bea3cabb5fdd109f4858f15a42 | 0.6 | testing_debugging_repair_refactoring | 90 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BenchmarkDotNet.Attributes;
using CacheManager.Core.Internal;
namespace CacheManager.Benchmarks
{
public class BackplaneMessageBenchmarkMultiple
{
private static byte[] _ownderBytes = Encoding.UTF8.GetBytes(Gui... | geffzhang/CacheManager | test/CacheManager.Benchmarks/BackplaneMessageBenchmark.cs | https://github.com/geffzhang/CacheManager/blob/HEAD/test/CacheManager.Benchmarks/BackplaneMessageBenchmark.cs | ghcode:00005:d115ba50dcac | apache-2.0 | codeparrot/github-code | d115ba50dcaccccfa6d639f5be8ab18c9f8c0f026140e43eba8073383883e4ce | 0.6 | testing_debugging_repair_refactoring | 966 | false | 2026-07-17 |
// Copyright 2016 Renaud Paquay 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... | rpaquay/mtsuite | src/tests/FileSystemTest.cs | https://github.com/rpaquay/mtsuite/blob/HEAD/src/tests/FileSystemTest.cs | ghcode:00005:7c975ef0f1b3 | apache-2.0 | codeparrot/github-code | 7c975ef0f1b3d489d52785feb66756555ab28a6d4abd64ba0be23a822ecc2b30 | 0.95 | testing_debugging_repair_refactoring | 2,948 | false | 2026-07-17 |
using YAF.Lucene.Net.Index;
using YAF.Lucene.Net.Support;
using System;
using System.Diagnostics;
namespace YAF.Lucene.Net.Codecs.Lucene40
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for... | Pathfinder-Fr/YAFNET | yafsrc/Lucene.Net/Lucene.Net/Codecs/Lucene40/Lucene40PostingsReader.cs | https://github.com/Pathfinder-Fr/YAFNET/blob/HEAD/yafsrc/Lucene.Net/Lucene.Net/Codecs/Lucene40/Lucene40PostingsReader.cs | ghcode:00005:6748d14a3b40 | apache-2.0 | codeparrot/github-code | 6748d14a3b400c94847487aadad2231d2daa85f2a5ea4b858f0e2f5bf666fff4 | 0.85 | testing_debugging_repair_refactoring | 9,165 | false | 2026-07-17 |
// Copyright (C) 2014 dot42
//
// Original filename: Javax.Crypto.Spec.cs
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unle... | Dot42Xna/master | Generated/v4.4/Javax.Crypto.Spec.cs | https://github.com/Dot42Xna/master/blob/HEAD/Generated/v4.4/Javax.Crypto.Spec.cs | ghcode:00005:74f1d0ea547d | apache-2.0 | codeparrot/github-code | 74f1d0ea547df41a41f3ad373259c067c8b355ec349388a9ac5817485b7bb78b | 0.72 | testing_debugging_repair_refactoring | 21,574 | false | 2026-07-17 |
using Lucene.Net.Index;
using Lucene.Net.Store;
using Lucene.Net.Support;
using Lucene.Net.Util;
using Lucene.Net.Util.Automaton;
using Lucene.Net.Util.Fst;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
namespace Lucene.Net.Codecs.Memory
{
/*
* Licensed t... | laimis/lucenenet | src/Lucene.Net.Codecs/Memory/FSTOrdTermsReader.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net.Codecs/Memory/FSTOrdTermsReader.cs | ghcode:00005:c1fe654ebae6 | apache-2.0 | codeparrot/github-code | c1fe654ebae62b96840a0f501c5bf0da314ed23632c907d9dac099bef2bc1df7 | 0.85 | testing_debugging_repair_refactoring | 7,149 | false | 2026-07-17 |
using System;
using System.Reflection;
using FluentAssertions;
using Newtonsoft.Json.Linq;
using Xunit;
namespace Serilog.Sinks.Elasticsearch.Tests.Templating
{
public class SendsTemplateTests : ElasticsearchSinkTestsBase
{
private readonly Tuple<Uri, string> _templatePut;
public SendsTemplat... | serilog/serilog-sinks-elasticsearch | test/Serilog.Sinks.Elasticsearch.Tests/Templating/SendsTemplateTests.cs | https://github.com/serilog/serilog-sinks-elasticsearch/blob/HEAD/test/Serilog.Sinks.Elasticsearch.Tests/Templating/SendsTemplateTests.cs | ghcode:00005:f5e482dd26d5 | apache-2.0 | codeparrot/github-code | f5e482dd26d598249f87646f31268065c19fd5a92273fff2d558e56859d604f6 | 0.75 | testing_debugging_repair_refactoring | 428 | 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.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Testing;
using Test.Utilities;
using Xunit;
using Veri... | pakdev/roslyn-analyzers | src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/Security/DoNotUseInsecureDeserializerJsonNetWithoutBinderTests.cs | https://github.com/pakdev/roslyn-analyzers/blob/HEAD/src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/Security/DoNotUseInsecureDeserializerJsonNetWithoutBinderTests.cs | ghcode:00005:27b6fb1689fe | apache-2.0 | codeparrot/github-code | 27b6fb1689fe3a708cee69fd9bc57c76c17d8efbddad879c00b5a1d2e64af266 | 0.85 | testing_debugging_repair_refactoring | 4,986 | 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.Diagnostics;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.CodeAnalysis.UnitTests;
using Roslyn.Test.Utilities;
us... | mattwar/roslyn-analyzers | src/Microsoft.Maintainability.Analyzers/UnitTests/AvoidUnusedPrivateFieldsTests.cs | https://github.com/mattwar/roslyn-analyzers/blob/HEAD/src/Microsoft.Maintainability.Analyzers/UnitTests/AvoidUnusedPrivateFieldsTests.cs | ghcode:00005:7c99812cd6ad | apache-2.0 | codeparrot/github-code | 7c99812cd6ad6feebf24a2bc2deba83ea9658456e439e09f92b6af6609c6f942 | 0.75 | testing_debugging_repair_refactoring | 145 | false | 2026-07-17 |
using System;
using System.Net;
using System.Net.Http;
using Newtonsoft.Json;
using NUnit.Framework;
namespace Eve.Tests
{
public class MethodsBase
{
internal const string Endpoint = "companies";
internal EveClient EveClient;
internal Company Original;
internal string Service;
[SetUp]
public voi... | nicolaiarocci/Eve.NET | Eve.Tests/MethodsBase.cs | https://github.com/nicolaiarocci/Eve.NET/blob/HEAD/Eve.Tests/MethodsBase.cs | ghcode:00005:cf77c31d8864 | bsd-3-clause | codeparrot/github-code | cf77c31d8864fece8672e269d68629c693a9d86d6918dc87411c384ba57f68a4 | 0.7 | testing_debugging_repair_refactoring | 979 | false | 2026-07-17 |
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using Xunit;
namespace Moq.Tests
{
public class OutRefFixture
{
[Fact]
public void ExpectsOutArgument()
{
var mock = new Mock<IFoo... | ocoanet/moq4 | tests/Moq.Tests/OutRefFixture.cs | https://github.com/ocoanet/moq4/blob/HEAD/tests/Moq.Tests/OutRefFixture.cs | ghcode:00005:0c7c604fbc18 | bsd-3-clause | codeparrot/github-code | 0c7c604fbc181e317dadd44331eda6359111ebcbb1125443a4289369323ef7b2 | 0.7 | testing_debugging_repair_refactoring | 691 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using SpecAid;
using SpecAid.ColumnActions;
using TechTalk.SpecFlow;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace SpecAidTests.BasicTests
{
[Binding]
[Scope(Tag = "SpecAidTests")]
public class SpecAidTestSetup
... | ITAGroup/SpecAid | src/SpecAidTests/BasicTests/SpecAidTestSetup.cs | https://github.com/ITAGroup/SpecAid/blob/HEAD/src/SpecAidTests/BasicTests/SpecAidTestSetup.cs | ghcode:00005:48763a668428 | bsd-3-clause | codeparrot/github-code | 48763a668428d747e2edc1c0019d0cf3c04065b0e1f7dbbb9f742d712ef6e1e4 | 0.7 | testing_debugging_repair_refactoring | 2,499 | false | 2026-07-17 |
namespace XmlUnit.XunitTests
{
using XmlUnit.Xunit;
using global::Xunit;
public class DifferenceTests
{
private Difference minorDifference;
public DifferenceTests()
{
DifferenceType id = DifferenceType.ATTR_SEQUENCE_ID;
Assert.False(Differenc... | horsdal/XmlUnit.Xunit | XmlUnit.xUnitTests/DifferenceTests.cs | https://github.com/horsdal/XmlUnit.Xunit/blob/HEAD/XmlUnit.xUnitTests/DifferenceTests.cs | ghcode:00005:4376ebe3a734 | bsd-3-clause | codeparrot/github-code | 4376ebe3a7348fdf14203c797801ad9338dbc96eee3332c8b254186e83d3f2bc | 0.75 | testing_debugging_repair_refactoring | 146 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Machine.Specifications;
using Moq;
using It=Machine.Specifications.It;
namespace Lix.Commands.Tests
{
public class when_more_than_one_command_handler_exists
{
private static ValidCommand command;
private static CommandPublisher commandPublis... | lukesmith/lix | tests/Lix.Commands.Tests/when_more_than_one_command_handler_exists.cs | https://github.com/lukesmith/lix/blob/HEAD/tests/Lix.Commands.Tests/when_more_than_one_command_handler_exists.cs | ghcode:00005:88209a42e42f | bsd-3-clause | codeparrot/github-code | 88209a42e42f21e1005329811ee3558d1933c4cc668332f90969eb8df630a88a | 0.6 | testing_debugging_repair_refactoring | 294 | false | 2026-07-17 |
using System.Xml.Linq;
using DataExplorer.Application.Core.Events;
using DataExplorer.Application.Projects;
using DataExplorer.Application.Projects.Commands;
using DataExplorer.Application.Projects.Events;
using DataExplorer.Domain.Projects;
using Moq;
using NUnit.Framework;
namespace DataExplorer.Application.Tests.P... | dataexplorer/dataexplorer | Application.Tests/Projects/Commands/SaveProjectCommandHandlerTests.cs | https://github.com/dataexplorer/dataexplorer/blob/HEAD/Application.Tests/Projects/Commands/SaveProjectCommandHandlerTests.cs | ghcode:00005:dd0bda275a05 | bsd-3-clause | codeparrot/github-code | dd0bda275a05f1d4dac34f87ffc97ae06ce2c22497724bdf62eeec9a22ce771c | 0.75 | testing_debugging_repair_refactoring | 543 | false | 2026-07-17 |
using Shouldly.Tests.TestHelpers;
namespace Shouldly.Tests.Strings
{
public class ShouldContainWithoutWhitespace : ShouldlyShouldTestScenario
{
protected override void ShouldThrowAWobbly()
{
"Fun with space and \"quotes\"".ShouldContainWithoutWhitespace("Fun with space and miss... | MitjaBezensek/shouldly | src/Shouldly.Tests/Strings/ShouldContainWithoutWhitespace.cs | https://github.com/MitjaBezensek/shouldly/blob/HEAD/src/Shouldly.Tests/Strings/ShouldContainWithoutWhitespace.cs | ghcode:00005:9484d4cf076c | bsd-3-clause | codeparrot/github-code | 9484d4cf076cac229d04db96d3519cd64f05e03b0f4e27ab907ed9f91f243c97 | 0.6 | testing_debugging_repair_refactoring | 163 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.IO;
namespace NBitcoin.BouncyCastle.Utilities.IO
{
public abstract class BaseOutputStream : Stream
{
private bool closed;
public sealed override bool CanRead { get { return false; } }
public sealed override bool CanSeek { get { return... | you21979/NBitcoin | NBitcoin.BouncyCastle/util/io/BaseOutputStream.cs | https://github.com/you21979/NBitcoin/blob/HEAD/NBitcoin.BouncyCastle/util/io/BaseOutputStream.cs | ghcode:00005:c78007515c79 | mit | codeparrot/github-code | c78007515c79c4e9f03681772ee0980d973114164ea643a2f1a3bd57f8d7ae29 | 0.6 | testing_debugging_repair_refactoring | 336 | false | 2026-07-17 |
namespace Sitecore.FakeDb.Tests.Data.Fields
{
using FluentAssertions;
using Xunit;
public class SecurityFieldTest
{
private const string AllowAllAccessRule = "ar|Everyone|p*|+*|";
[Fact]
public void ShouldSetDefaultRootItemSecurity()
{
// arrange & act
using (var db = new Db())
... | pveller/Sitecore.FakeDb | test/Sitecore.FakeDb.Tests/Data/Fields/SecurityFieldTest.cs | https://github.com/pveller/Sitecore.FakeDb/blob/HEAD/test/Sitecore.FakeDb.Tests/Data/Fields/SecurityFieldTest.cs | ghcode:00005:dffce2546bb5 | mit | codeparrot/github-code | dffce2546bb5e98f217c78b5d76f36d7c9c82db880e0d7c9549bb8caf3f95c46 | 0.7 | testing_debugging_repair_refactoring | 459 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NotificationsExtensions.Tiles;
namespace NotificationsExtensions.Win10.Test.Portable
{
[TestClass]
public class TextXboxModern
{
[TestCategory("EndToEnd/XboxModern")]
[TestMethod]
public void TestXboxModernTile... | WindowsNotifications/NotificationsExtensions | Windows 10/NotificationsExtensions.Test/TextXboxModern.cs | https://github.com/WindowsNotifications/NotificationsExtensions/blob/HEAD/Windows 10/NotificationsExtensions.Test/TextXboxModern.cs | ghcode:00005:9b99c85d37cc | mit | codeparrot/github-code | 9b99c85d37ccb3d5552bbddf3b0f004b737e612ac17280c9819db9126c971cc9 | 0.7 | testing_debugging_repair_refactoring | 986 | false | 2026-07-17 |
using Algorithms.Strings;
using Xunit;
namespace UnitTest.AlgorithmsTests
{
public static class StringPermutationTests
{
[Fact]
public static void DoTest()
{
var alphabets = "abcdefg";
var permutations = Permutations.ComputeDistinct(alphabets);
Ass... | aalhour/C-Sharp-Algorithms | UnitTest/AlgorithmsTests/StringPermutationTests.cs | https://github.com/aalhour/C-Sharp-Algorithms/blob/HEAD/UnitTest/AlgorithmsTests/StringPermutationTests.cs | ghcode:00005:d0bb4861103d | mit | codeparrot/github-code | d0bb4861103dc337512171ddb735434f3988fdd4b3c87ece77d522312c5e8556 | 0.85 | testing_debugging_repair_refactoring | 306 | false | 2026-07-17 |
using Com.Aspose.Imaging.Api;
using Com.Aspose.Imaging.Model;
using Com.Aspose.Storage.Api;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace ImagingTest
{
/// <summary>
///This is a test class for TestImagingApi and is intended
///to contain all TestImagingApi Unit Tes... | aspose-imaging/Aspose.Imaging-for-Cloud | SDKs/Aspose.Imaging-Cloud-SDK-for-.NET/ImagingTest/ImagingApiTest.cs | https://github.com/aspose-imaging/Aspose.Imaging-for-Cloud/blob/HEAD/SDKs/Aspose.Imaging-Cloud-SDK-for-.NET/ImagingTest/ImagingApiTest.cs | ghcode:00005:ce4e19e0e612 | mit | codeparrot/github-code | ce4e19e0e61263e3913473efd4efa93e94e793953bab6620aaa1ef5398508f6d | 0.7 | testing_debugging_repair_refactoring | 5,399 | false | 2026-07-17 |
namespace x.Autofac.UnitTest.Interfaces
{
public interface IInjectMeA
{
string hello();
}
}
| Ju2ender/CSharp-Exercise | x/test/x.Autofac.UnitTest/Interfaces/IInjectMeA.cs | https://github.com/Ju2ender/CSharp-Exercise/blob/HEAD/x/test/x.Autofac.UnitTest/Interfaces/IInjectMeA.cs | ghcode:00005:5ef4d0c13c1f | mit | codeparrot/github-code | 5ef4d0c13c1f36b1b25068bf8842144e8eafbfe1ab3c20ac0f790b7d44130eac | 0.45 | testing_debugging_repair_refactoring | 28 | false | 2026-07-17 |
using System;
using Stratis.Bitcoin.Consensus;
using Stratis.Bitcoin.IntegrationTests.Common;
using Stratis.Bitcoin.IntegrationTests.Common.EnvironmentMockUpHelpers;
using Stratis.Bitcoin.Networks;
using Xunit;
namespace Stratis.Bitcoin.IntegrationTests.Miners
{
public class ProofOfStakeMiningTests
{
... | mikedennis/StratisBitcoinFullNode | src/Stratis.Bitcoin.IntegrationTests/Miners/ProofOfStakeMiningTests.cs | https://github.com/mikedennis/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.IntegrationTests/Miners/ProofOfStakeMiningTests.cs | ghcode:00005:504dbfa92f1e | mit | codeparrot/github-code | 504dbfa92f1edce6cfabb84e37c173aeb0db2342c50d81c58ecf9f3228e198b0 | 0.75 | testing_debugging_repair_refactoring | 466 | false | 2026-07-17 |
using GitTools.Testing;
using GitVersion.Configuration;
using GitVersion.Core.Tests.Helpers;
using GitVersion.Model.Configuration;
using NSubstitute;
using NUnit.Framework;
namespace GitVersion.Core.Tests.IntegrationTests;
[TestFixture]
public class IgnoreBeforeScenarios : TestBase
{
[Test]
public void Should... | asbjornu/GitVersion | src/GitVersion.Core.Tests/IntegrationTests/IgnoreBeforeScenarios.cs | https://github.com/asbjornu/GitVersion/blob/HEAD/src/GitVersion.Core.Tests/IntegrationTests/IgnoreBeforeScenarios.cs | ghcode:00005:3765ed5ad350 | mit | codeparrot/github-code | 3765ed5ad350893bb2e123f1360412b0df437d47df87cafbd134c9e217aeb38b | 0.75 | testing_debugging_repair_refactoring | 188 | false | 2026-07-17 |
using System.Net;
using FluentAssertions;
using Xunit;
namespace seek.automation.stub.tests.UsageTests
{
public class AuthenticationTests : TestBase
{
public AuthenticationTests() : base("http://localhost:9000/")
{
}
[Fact]
public void Validate_When_Reques... | b3hdad/seek.automation.stub | seek.automation.stub.tests/UsageTests/AuthenticationTests.cs | https://github.com/b3hdad/seek.automation.stub/blob/HEAD/seek.automation.stub.tests/UsageTests/AuthenticationTests.cs | ghcode:00005:3f17ff1a02d9 | mit | codeparrot/github-code | 3f17ff1a02d93f9cca01daf14fe51db413b2d55c5c282bf06f2911100c9cfbdc | 0.75 | testing_debugging_repair_refactoring | 544 | false | 2026-07-17 |
#region Copyright
//
// DotNetNuke® - http://www.dotnetnuke.com
// Copyright (c) 2002-2016
// by DotNetNuke Corporation
//
// 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 restrict... | yiji/Dnn.Platform | DNN Platform/Tests/DotNetNuke.Tests.Utilities/ContentTestHelper.cs | https://github.com/yiji/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ContentTestHelper.cs | ghcode:00005:716d9afef359 | mit | codeparrot/github-code | 716d9afef35917486a8e512a2a3006236cc6be90152350da48512db4cac92d28 | 0.95 | testing_debugging_repair_refactoring | 1,020 | false | 2026-07-17 |
using System.IO;
using BlueMonkey.MediaServices;
using BlueMonkey.Usecases;
using Moq;
using Xunit;
namespace BlueMonkey.ViewModels.Tests
{
public class ReceiptPageViewModelTest
{
[Fact]
public void ReceiptProperty()
{
var editExpense = new Mock<IEditExpense>();
... | ProjectBlueMonkey/BlueMonkey | client/BlueMonkey/BlueMonkey.ViewModels.Tests_/ReceiptPageViewModelTest.cs | https://github.com/ProjectBlueMonkey/BlueMonkey/blob/HEAD/client/BlueMonkey/BlueMonkey.ViewModels.Tests_/ReceiptPageViewModelTest.cs | ghcode:00005:cf00f5996afb | mit | codeparrot/github-code | cf00f5996afb65a68137b1b6f0fc8723789ada79a07776b3d7ba265126a63dc6 | 0.7 | testing_debugging_repair_refactoring | 585 | false | 2026-07-17 |
// <copyright file="EqualsComparerFixture.cs">
// Copyright © 2013 Dan Piessens All rights reserved.
// </copyright>
namespace SpecBind.Tests.Validation
{
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SpecBind.Validation;
/// <summary>
/// A test ... | dpiessens/specbind | src/SpecBind.Tests/Validation/EqualsComparerFixture.cs | https://github.com/dpiessens/specbind/blob/HEAD/src/SpecBind.Tests/Validation/EqualsComparerFixture.cs | ghcode:00005:7ba7e0aaa6b5 | mit | codeparrot/github-code | 7ba7e0aaa6b575ec4d5455429fb7ef0ca00f2e3f4ea0976e38b38ad9445fea28 | 0.7 | testing_debugging_repair_refactoring | 521 | 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/Engine/DataFeeds/CustomLiveDataFeedTests.cs | https://github.com/StefanoRaggi/Lean/blob/HEAD/Tests/Engine/DataFeeds/CustomLiveDataFeedTests.cs | ghcode:00005:da237b2ebfe5 | apache-2.0 | codeparrot/github-code | da237b2ebfe521d02f793cf82dbc1848f299a1664f749ba42ebcd0f623d58ba2 | 0.85 | testing_debugging_repair_refactoring | 2,638 | false | 2026-07-17 |
namespace Typewriter.Tests.CodeModel.Support
{
/// <summary>
/// summary
/// </summary>
[AttributeInfo]
public interface IInterfaceInfo : IBaseInterfaceInfo
{
event Delegate PublicEvent;
void PublicMethod();
string PublicProperty { get; set; }
}
public interface... | frhagn/Typewriter | src/Tests/CodeModel/Support/IInterfaceInfo.cs | https://github.com/frhagn/Typewriter/blob/HEAD/src/Tests/CodeModel/Support/IInterfaceInfo.cs | ghcode:00005:a2d3b4410cc1 | apache-2.0 | codeparrot/github-code | a2d3b4410cc159660af0514f0b31d484cd86461068ee224d025dcf3fdeefd3c3 | 0.95 | testing_debugging_repair_refactoring | 145 | false | 2026-07-17 |
using FluentAssertions;
using Mendham.Testing.Builder.Test.TestObjects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace Mendham.Testing.Builder.Test
{
public class WithCountAttributeTest
{
[Theory, MendhamData]
public void... | Mendham/Mendham | test/Mendham.Testing.Builder.Test/WithCountAttributeTest.cs | https://github.com/Mendham/Mendham/blob/HEAD/test/Mendham.Testing.Builder.Test/WithCountAttributeTest.cs | ghcode:00005:1c379734f25a | apache-2.0 | codeparrot/github-code | 1c379734f25aaf05bd956e8413cb1b81dcb2cbf2a604bc61b6b9a9ce58909bed | 0.75 | testing_debugging_repair_refactoring | 419 | false | 2026-07-17 |
using System;
using System.Threading;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Amazon;
using Amazon.ElastiCache;
using Amazon.ElastiCache.Model;
using Amazon.Runtime;
using AWSSDK_DotNet.IntegrationTests.Utils;
using AWSSDK_DotNet.IntegrationTests.Tests;
using System.Collections.Generic;
namespace A... | rafd123/aws-sdk-net | sdk/test/IntegrationTests/Tests/ElastiCache.cs | https://github.com/rafd123/aws-sdk-net/blob/HEAD/sdk/test/IntegrationTests/Tests/ElastiCache.cs | ghcode:00005:1d09be63c3d7 | apache-2.0 | codeparrot/github-code | 1d09be63c3d797c769458238f35cca91b7ba96484ec774881d306009c04933b6 | 0.85 | testing_debugging_repair_refactoring | 468 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using System.CodeDom;
using System.Globalization;
namespace Thinktecture.Tools.Web.Services.CodeGeneration
{
/// <summary>
/// This class contains the helper methods used for Pascal
/// case conversion.... | gimmemoore/wscf.green | WSCF.Blue/source/Services/CodeGeneration/Decorators/PascalCaseConverter/PascalCaseConverterHelper.cs | https://github.com/gimmemoore/wscf.green/blob/HEAD/WSCF.Blue/source/Services/CodeGeneration/Decorators/PascalCaseConverter/PascalCaseConverterHelper.cs | ghcode:00005:9d2c20a8e12c | bsd-3-clause | codeparrot/github-code | 9d2c20a8e12cb14c9d2b6fd6c927613187d24375604cea8a44077449702e2727 | 0.7 | testing_debugging_repair_refactoring | 815 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
namespace Phonix.TestE2E
{
using NUnit.Framework;
[TestFixture]
public class SyllableTest
{
[Test]
public void SyllableCV()
{
var phono =... | NicholasDeLioncourt/phonix | TestE2E/Syllable.cs | https://github.com/NicholasDeLioncourt/phonix/blob/HEAD/TestE2E/Syllable.cs | ghcode:00005:39d215430548 | bsd-3-clause | codeparrot/github-code | 39d2154305488ec57a6a9fcc9d03fba4d6b4a7f01fa4c3c4c4cad2c58f880fee | 0.6 | testing_debugging_repair_refactoring | 1,758 | false | 2026-07-17 |
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
namespace ApplicationGateway
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Ta... | dsgouda/autorest | Samples/test/end-to-end/network/Client/VirtualNetworkPeeringsOperationsExtensions.cs | https://github.com/dsgouda/autorest/blob/HEAD/Samples/test/end-to-end/network/Client/VirtualNetworkPeeringsOperationsExtensions.cs | ghcode:00005:5e77206f2b21 | mit | codeparrot/github-code | 5e77206f2b218f1534e9f7b11dab645753ef3df70b3641d53596cb033d46774a | 0.95 | testing_debugging_repair_refactoring | 2,964 | false | 2026-07-17 |
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
namespace ApplicationGateway.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Linq;
/// <... | dsgouda/autorest | Samples/test/end-to-end/network/Client/Models/IPConfiguration.cs | https://github.com/dsgouda/autorest/blob/HEAD/Samples/test/end-to-end/network/Client/Models/IPConfiguration.cs | ghcode:00005:a32b72857ae1 | mit | codeparrot/github-code | a32b72857ae191478969ba6a8367dd24576240b3da99c13dc57113d6363110cb | 0.95 | testing_debugging_repair_refactoring | 920 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using Microsoft.Xunit.Performance.Sdk;
using Xunit.Abstractions;
using Microsoft.Diagnostics.Tracing;
namespace Micros... | mmitche/xunit-performance | src/xunit.performance.metrics/BenchmarkMetricDiscoverer.cs | https://github.com/mmitche/xunit-performance/blob/HEAD/src/xunit.performance.metrics/BenchmarkMetricDiscoverer.cs | ghcode:00005:278ec7e5a942 | mit | codeparrot/github-code | 278ec7e5a942b9a9a88ba2c44190b41ef8300d42a381ebac439a42afe4e9d6f7 | 0.6 | testing_debugging_repair_refactoring | 283 | false | 2026-07-17 |
using Lucene.Net.Randomized.Generators;
using Lucene.Net.Support;
using NUnit.Framework;
using System;
using System.Collections;
using System.Collections.Generic;
namespace Lucene.Net.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the... | mdissel/lucene.net | src/Lucene.Net.Tests/core/Util/TestBytesRefHash.cs | https://github.com/mdissel/lucene.net/blob/HEAD/src/Lucene.Net.Tests/core/Util/TestBytesRefHash.cs | ghcode:00005:49546b97d5a8 | apache-2.0 | codeparrot/github-code | 49546b97d5a85ca642f7419d9f867ef7b44bf65147e258f2c8c6a39ed4fd90ee | 0.85 | testing_debugging_repair_refactoring | 3,170 | false | 2026-07-17 |
using System;
using LightBlue.Standalone;
using Xunit;
using Xunit.Extensions;
namespace LightBlue.Tests.Standalone.BlobStorage
{
public class StandaloneAzureBlobStorageClientTests
{
[Fact]
public void WillThrowIfConstructorStorageAccountDirectoryIsNull()
{
Assert.Throws<... | Drewan/LightBlue | LightBlue.Tests/Standalone/BlobStorage/StandaloneAzureBlobStorageClientTests.cs | https://github.com/Drewan/LightBlue/blob/HEAD/LightBlue.Tests/Standalone/BlobStorage/StandaloneAzureBlobStorageClientTests.cs | ghcode:00005:703a831e4a03 | apache-2.0 | codeparrot/github-code | 703a831e4a035188151e396848247eccbef10a7028f8a0e431796ccffa33e230 | 0.75 | testing_debugging_repair_refactoring | 131 | 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.Collections.Immutable;
using System... | bartdesmet/roslyn | src/EditorFeatures/CSharpTest2/Recommendations/RecommenderTests.cs | https://github.com/bartdesmet/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest2/Recommendations/RecommenderTests.cs | ghcode:00006:c9bd7c1b1f0f | mit | codeparrot/github-code | c9bd7c1b1f0f01637db2334de71e71ee09678e40f6e51078bdcc6f7d76ac0bc8 | 0.85 | testing_debugging_repair_refactoring | 2,027 | false | 2026-07-17 |
/*
* Copyright 2014 Dominick Baier, Brock Allen
*
* 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 la... | paulofoliveira/IdentityServer3 | source/Tests/UnitTests/Validation/BearerTokenUsageValidation.cs | https://github.com/paulofoliveira/IdentityServer3/blob/HEAD/source/Tests/UnitTests/Validation/BearerTokenUsageValidation.cs | ghcode:00006:f0f94b54ef91 | apache-2.0 | codeparrot/github-code | f0f94b54ef91497f596ea59778274447aaa66fe10abca54e1ad0846c5531e1f0 | 0.85 | testing_debugging_repair_refactoring | 1,140 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using M... | MatthieuMEZIL/roslyn | src/Compilers/CSharp/Test/Semantic/Semantics/BindingTests.cs | https://github.com/MatthieuMEZIL/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Semantic/Semantics/BindingTests.cs | ghcode:00006:c245fe186ced | apache-2.0 | codeparrot/github-code | c245fe186ced0e2a91c5d847efc0fa0aa4c8605e1a9287deb61a02380e6ea10e | 0.82 | testing_debugging_repair_refactoring | 33,617 | false | 2026-07-17 |
using System.Collections.Generic;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using NUnit.Framework;
namespace MSBuild.Community.Tasks.Tests
{
[TestFixture]
public class RegexCompilerTest
{
[SetUp]
public void Setup()
{
//TODO: NUnit setup
... | jricke/msbuildtasks | Source/MSBuild.Community.Tasks.Tests/Regex/RegexCompilerTest.cs | https://github.com/jricke/msbuildtasks/blob/HEAD/Source/MSBuild.Community.Tasks.Tests/Regex/RegexCompilerTest.cs | ghcode:00006:2ba839a20747 | bsd-2-clause | codeparrot/github-code | 2ba839a20747b7319737a81eb066a1b0b95941edbd0c0f731a2495ef84caf117 | 0.53 | testing_debugging_repair_refactoring | 655 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="AkkaIdentityProcessorVerification.cs" company="Akka.NET Project">
// Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.ne... | alexpantyukhin/akka.net | src/core/Akka.Streams.Tests.TCK/AkkaIdentityProcessorVerification.cs | https://github.com/alexpantyukhin/akka.net/blob/HEAD/src/core/Akka.Streams.Tests.TCK/AkkaIdentityProcessorVerification.cs | ghcode:00006:df376d5f9d74 | apache-2.0 | codeparrot/github-code | df376d5f9d74d54351f6edca9902bfcc48a1c6c6fff0d0985efdab71c4485a7f | 0.85 | testing_debugging_repair_refactoring | 697 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.UseInterpolate... | DustinCampbell/roslyn | src/EditorFeatures/CSharpTest/UseInterpolatedVerbatimString/UseInterpolatedVerbatimStringCodeFixTests.cs | https://github.com/DustinCampbell/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/UseInterpolatedVerbatimString/UseInterpolatedVerbatimStringCodeFixTests.cs | ghcode:00006:11ae2da126d4 | apache-2.0 | codeparrot/github-code | 11ae2da126d4eea799998ec02e8d469ec3af814c364217ba2d473d9affe5b9f8 | 0.75 | testing_debugging_repair_refactoring | 739 | false | 2026-07-17 |
using Rhino.Etl.Core.Infrastructure;
namespace Rhino.Etl.Tests.Dsl
{
using System.Collections.Generic;
using System.Data;
using Core;
using Xunit;
using Rhino.Etl.Dsl;
public class JoinFixture : BaseUserToPeopleTest
{
[Fact]
public void CanCompile()
{
... | ggeurts/rhino-etl | Rhino.Etl.Tests/Dsl/JoinFixture.cs | https://github.com/ggeurts/rhino-etl/blob/HEAD/Rhino.Etl.Tests/Dsl/JoinFixture.cs | ghcode:00006:dee84aa3ce74 | bsd-3-clause | codeparrot/github-code | dee84aa3ce74074830ce44ee5b8b8cf2cf73a8665ffcdeb003d4817704e92b20 | 0.6 | testing_debugging_repair_refactoring | 275 | false | 2026-07-17 |
using System.Collections.Generic;
using NUnit.Framework;
using SIL.Lift;
using SIL.TestUtilities;
using SIL.Text;
namespace SIL.DictionaryServices.Tests.Lift
{
[TestFixture]
public class PictureRefCloneableTests : CloneableTests<IPalasoDataObjectProperty>
{
public override IPalasoDataObjectProperty CreateNewClon... | tombogle/libpalaso | SIL.DictionaryServices.Tests/Lift/PictureRefTests.cs | https://github.com/tombogle/libpalaso/blob/HEAD/SIL.DictionaryServices.Tests/Lift/PictureRefTests.cs | ghcode:00006:7a4af4243aa7 | mit | codeparrot/github-code | 7a4af4243aa7505614edd2810154f900323b189a6809f73cac3c82115fe832b5 | 0.75 | testing_debugging_repair_refactoring | 258 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Diagnostics;
using System.Xml;
namespace SIL.WritingSystems.Migration.WritingSystemsLdmlV0To1Migration
{
/// <summary>
/// Class for comparison of order of nodes in an LDML document.
/// Based on http://www.unicode.org/cldr/data/docs/design/ldml_canonical_form.html
/... | mccarthyrb/libpalaso | SIL.WritingSystems/Migration/WritingSystemsLdmlV0To1Migration/LdmlNodeComparerV0.cs | https://github.com/mccarthyrb/libpalaso/blob/HEAD/SIL.WritingSystems/Migration/WritingSystemsLdmlV0To1Migration/LdmlNodeComparerV0.cs | ghcode:00006:cb362668cba2 | mit | codeparrot/github-code | cb362668cba2cf323f747d6925cea0f00ea02e7c3eeac47e28567f395ea4ff09 | 0.85 | testing_debugging_repair_refactoring | 3,467 | false | 2026-07-17 |
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System.Runtime.Remoting {
using System.Globalization;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Contexts;
using System.Runtime.Remoting.Messaging;
using System.Runtime.Remoting.Ac... | ludovic-henry/referencesource | mscorlib/system/runtime/remoting/identity.cs | https://github.com/ludovic-henry/referencesource/blob/HEAD/mscorlib/system/runtime/remoting/identity.cs | ghcode:00006:7659afb160e2 | mit | codeparrot/github-code | 7659afb160e28a3ee80f51f2663dd2f0c63f7848b1037e3ab088b0e7d48a3814 | 0.7 | testing_debugging_repair_refactoring | 3,864 | 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.Collections.Immutable;
using System... | AlekseyTs/roslyn | src/Workspaces/CoreTest/Remote/ServiceDescriptorTests.cs | https://github.com/AlekseyTs/roslyn/blob/HEAD/src/Workspaces/CoreTest/Remote/ServiceDescriptorTests.cs | ghcode:00006:1fd4b0b8f7ed | mit | codeparrot/github-code | 1fd4b0b8f7edea8cf3c5b6ba07f606f484dd0d26741220736a4f8079f521fea2 | 0.85 | testing_debugging_repair_refactoring | 1,320 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Reflection;
using Microsoft.FSharp.Core.CompilerServices;
namespace TypeProviderInCSharp
{
class ArtificialPropertyInfo : PropertyInfo
{
string _Name;
bool _CanRead;
... | mafiya69/fsharp | src/fsharp/unittests/Resources.MockTypeProviders/DefinitionLocationAttribute/ArtificialPropertyInfo.cs | https://github.com/mafiya69/fsharp/blob/HEAD/src/fsharp/unittests/Resources.MockTypeProviders/DefinitionLocationAttribute/ArtificialPropertyInfo.cs | ghcode:00006:71af6b6dbef7 | apache-2.0 | codeparrot/github-code | 71af6b6dbef74f939712f5910a14a52060ab254c287fb37ec31e441df07dab38 | 0.7 | testing_debugging_repair_refactoring | 978 | false | 2026-07-17 |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | ndykman/CodeContracts | Foxtrot/Tests/Sources/TestClosureDeletion.cs | https://github.com/ndykman/CodeContracts/blob/HEAD/Foxtrot/Tests/Sources/TestClosureDeletion.cs | ghcode:00006:f1edd9d882b2 | mit | codeparrot/github-code | f1edd9d882b2543fb0f60a0cf6781254e6c7516f73d21a9eb2d4f65d5d3a651b | 0.95 | testing_debugging_repair_refactoring | 516 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using ... | thomaslevesque/roslyn | src/Compilers/CSharp/Portable/Binder/MethodGroupResolution.cs | https://github.com/thomaslevesque/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/MethodGroupResolution.cs | ghcode:00006:ef297d140444 | apache-2.0 | codeparrot/github-code | ef297d14044478ca1086fba6a28c5f1d99e9f3e73d1a3f3ef5e20341ae6abd84 | 0.85 | testing_debugging_repair_refactoring | 877 | false | 2026-07-17 |
#region Copyright
//
// DotNetNuke® - http://www.dotnetnuke.com
// Copyright (c) 2002-2013
// by DotNetNuke Corporation
//
// 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 restrict... | raphael-m/Dnn.Platform | DNN Platform/Tests/DotNetNuke.Tests.Authentication/LiveUserDataTests.cs | https://github.com/raphael-m/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Authentication/LiveUserDataTests.cs | ghcode:00006:30e953a19f05 | mit | codeparrot/github-code | 30e953a19f05f09bbf71b5aaaf14b8b290eae8c088632e61afc87d8dee6117d2 | 0.95 | testing_debugging_repair_refactoring | 529 | 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... | AzureAutomationTeam/azure-powershell | src/ResourceManager/IotHub/Commands.IotHub/IotHub/Routing/TestAzureRmIotHubRoute.cs | https://github.com/AzureAutomationTeam/azure-powershell/blob/HEAD/src/ResourceManager/IotHub/Commands.IotHub/IotHub/Routing/TestAzureRmIotHubRoute.cs | ghcode:00006:88dea2661c70 | apache-2.0 | codeparrot/github-code | 88dea2661c7029c25de46c07f5254933cc2a97d0fbd68061ba2f61d1c4ecf9c5 | 0.85 | testing_debugging_repair_refactoring | 1,769 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.UseIsNullCheck... | MichalStrehovsky/roslyn | src/EditorFeatures/CSharpTest/UseIsNullCheck/UseIsNullCheckForReferenceEqualsTests.cs | https://github.com/MichalStrehovsky/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/UseIsNullCheck/UseIsNullCheckForReferenceEqualsTests.cs | ghcode:00006:b035e7ae174f | apache-2.0 | codeparrot/github-code | b035e7ae174faa9b72f87c0ab6ed52943dc49ca7dc1a4b5c2fa778259a7563ab | 0.85 | testing_debugging_repair_refactoring | 1,589 | false | 2026-07-17 |
//------------------------------------------------------------------------------
// <copyright file="XmlDocumentValidator.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <owner current="true" primary="true">[....]</owner>
//----------------------------------... | sekcheong/referencesource | System.Xml/System/Xml/Dom/DocumentSchemaValidator.cs | https://github.com/sekcheong/referencesource/blob/HEAD/System.Xml/System/Xml/Dom/DocumentSchemaValidator.cs | ghcode:00006:da18ec3ade51 | mit | codeparrot/github-code | da18ec3ade51595dbda04d2f083905ef668e411d93d3c38414f039f2ab6aa602 | 0.7 | testing_debugging_repair_refactoring | 5,767 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Simple.Data.UnitTest
{
using NUnit.Framework;
[TestFixture]
class SpecialReferenceTests
{
[Test]
public void TestExistsReference()
{
var actual = new Exis... | erdincay/Simple.Data | Simple.Data.UnitTest/SpecialReferenceTests.cs | https://github.com/erdincay/Simple.Data/blob/HEAD/Simple.Data.UnitTest/SpecialReferenceTests.cs | ghcode:00006:7614826304f9 | mit | codeparrot/github-code | 7614826304f9d0e900e63b61c01d8e6173dff1e94dc484fe5dca188244fe572b | 0.75 | testing_debugging_repair_refactoring | 161 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Thre... | shyamnamboodiripad/roslyn | src/EditorFeatures/Core.Cocoa/Snippets/AbstractSnippetExpansionClient.cs | https://github.com/shyamnamboodiripad/roslyn/blob/HEAD/src/EditorFeatures/Core.Cocoa/Snippets/AbstractSnippetExpansionClient.cs | ghcode:00006:fb67d03c4a04 | apache-2.0 | codeparrot/github-code | fb67d03c4a042989280a7ec395221adc9f29bd4ebc56fa2948fdc9a2336dd46d | 0.85 | testing_debugging_repair_refactoring | 3,126 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System.Xml.Schema
{
using System;
using System.Collections;
using System.Globalization;
us... | BrennanConroy/corefx | src/System.Private.Xml/src/System/Xml/Schema/SchemaSetCompiler.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Private.Xml/src/System/Xml/Schema/SchemaSetCompiler.cs | ghcode:00006:cfaf96bdc17f | mit | codeparrot/github-code | cfaf96bdc17fbe305eeaebdbf8817d8da29842d218cae2375cee7dc992259605 | 0.82 | testing_debugging_repair_refactoring | 24,941 | false | 2026-07-17 |
using System;
using System.Linq.Expressions;
using System.Threading.Tasks;
using Abp.Application.Services;
using Abp.Dependency;
using Shouldly;
using Xunit;
namespace Abp.TestBase.Tests.Application.Services
{
public class ServiceWithDifferentInputs_Tests : AbpIntegratedTestBase<AbpKernelModule>
{
pri... | virtualcca/aspnetboilerplate | test/Abp.TestBase.Tests/Application/Services/ServiceWithDifferentInputs_Tests.cs | https://github.com/virtualcca/aspnetboilerplate/blob/HEAD/test/Abp.TestBase.Tests/Application/Services/ServiceWithDifferentInputs_Tests.cs | ghcode:00006:cf726e07a31a | mit | codeparrot/github-code | cf726e07a31ad0603033ecb999be4e893fedb5934d94d412e8bb45640739c544 | 0.75 | testing_debugging_repair_refactoring | 292 | 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 ManagedTests.DynamicCSharp.Conformance.dynamic.context.dlgateEvent.dlgate.dlgatedeclarelib01... | ViktorHofer/corefx | src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.delegateEvent.delegate.cs | https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.delegateEvent.delegate.cs | ghcode:00006:075bfca92eca | mit | codeparrot/github-code | 075bfca92eca97f8e6b4011113c1163559c240e68eae1e5fbd716808bf19cf3b | 0.95 | testing_debugging_repair_refactoring | 12,840 | 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.Runtime.CompilerServices;
using Xunit;
namespace System.IO.Tests
{
public class DirectoryInfo_GetS... | shimingsg/corefx | src/System.IO.FileSystem/tests/DirectoryInfo/GetSetAttributes.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.IO.FileSystem/tests/DirectoryInfo/GetSetAttributes.cs | ghcode:00006:dc4417d93157 | mit | codeparrot/github-code | dc4417d931579e55e59775279d29ec629dea2ea79460e52ee2187b7afcf089fe | 0.95 | testing_debugging_repair_refactoring | 854 | 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;
using System.Collections.Generic;
using System.Diagnostics;
using System.Numerics;
using S... | Ermiar/corefx | src/Common/src/System/Security/Cryptography/DerEncoder.cs | https://github.com/Ermiar/corefx/blob/HEAD/src/Common/src/System/Security/Cryptography/DerEncoder.cs | ghcode:00006:a7f68f36c58e | mit | codeparrot/github-code | a7f68f36c58e490df7c5da1417024f5342e8b60a738436148d64f11527706bc0 | 0.95 | testing_debugging_repair_refactoring | 10,284 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Globalization;
using Xunit;
namespace System.Globalization.CalendarsTests
{
// System.Globalization.ThaiBuddhistCalendar.GetMonth(DateTi... | fffej/corefx | src/System.Globalization.Calendars/tests/ThaiBuddhistCalendar/ThaiBuddhistCalendarGetMonth.cs | https://github.com/fffej/corefx/blob/HEAD/src/System.Globalization.Calendars/tests/ThaiBuddhistCalendar/ThaiBuddhistCalendarGetMonth.cs | ghcode:00006:ae27ddb10aca | mit | codeparrot/github-code | ae27ddb10acafd0c9e78a1e5630a794631b2b32f6d775635ea92ecb4f3542e69 | 0.95 | testing_debugging_repair_refactoring | 644 | 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using Xunit;
namespace System.Threading.Tasks.Dataflow.Tests
{
public cl... | vs-team/corefx | src/System.Threading.Tasks.Dataflow/tests/Dataflow/TransformManyBlockTests.cs | https://github.com/vs-team/corefx/blob/HEAD/src/System.Threading.Tasks.Dataflow/tests/Dataflow/TransformManyBlockTests.cs | ghcode:00006:14245b9a1594 | mit | codeparrot/github-code | 14245b9a1594df286dc2f1c4bc269dfeea349afd830ba4252e10e1a2aa69d3b9 | 0.95 | testing_debugging_repair_refactoring | 5,521 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Reflection;
using Xunit;
namespace System.Linq.Expressions.Tests
{
public class PostDecrementAssig... | BrennanConroy/corefx | src/System.Linq.Expressions/tests/Unary/IncDecAssign/PostDecrementAssignTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Linq.Expressions/tests/Unary/IncDecAssign/PostDecrementAssignTests.cs | ghcode:00006:946a6f6100cb | mit | codeparrot/github-code | 946a6f6100cbf597a23b5dcea5a00112b39ed28976aac80b04495bded66e86df | 0.95 | testing_debugging_repair_refactoring | 2,283 | 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.Text;
using System.Threading.Tasks;
namespace System.T... | DnlHarvey/corefx | src/System.Threading.Tasks/tests/Task/TPLTestException.cs | https://github.com/DnlHarvey/corefx/blob/HEAD/src/System.Threading.Tasks/tests/Task/TPLTestException.cs | ghcode:00006:4ae07af52052 | mit | codeparrot/github-code | 4ae07af5205251ac0e8e4b388b616d08dc9bf1b3cf0948982a3d33e217b21281 | 0.95 | testing_debugging_repair_refactoring | 151 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
using Certify.Management;
using Certify.Management.Servers;
using Certify.Models;
using Certify.Models.Providers;
using M... | ndouthit/Certify | src/Certify.Tests/Certify.Core.Tests.Integration/CertRequestTests.cs | https://github.com/ndouthit/Certify/blob/HEAD/src/Certify.Tests/Certify.Core.Tests.Integration/CertRequestTests.cs | ghcode:00006:3f99d5ba47f1 | mit | codeparrot/github-code | 3f99d5ba47f1170eed01e6c01d18ad7f7c893e19d14ab6a2f8cefecbad2d14e0 | 0.85 | testing_debugging_repair_refactoring | 4,873 | false | 2026-07-17 |
using System.Threading.Tasks;
using AutoFixture;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Domain.Entities.Reservations;
using SFA.DAS.CommitmentsV2.Mapping.Reservations;
namespace SFA.DAS.CommitmentsV2.UnitTests.Mapping.Reservations
{
[TestFixture]
public class ReservationValidationRequestToValidati... | SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Mapping/Reservations/ReservationValidationRequestToValidationReservationMessageMapperTests.cs | https://github.com/SkillsFundingAgency/das-commitments/blob/HEAD/src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Mapping/Reservations/ReservationValidationRequestToValidationReservationMessageMapperTests.cs | ghcode:00006:6dad45503783 | mit | codeparrot/github-code | 6dad45503783a45a423d83b9259da6758f3e0a7a9cb526e8574b25fcc5544d8d | 0.75 | testing_debugging_repair_refactoring | 287 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using ContosoDemoNAV.Process;
using ContosoDemoNAV.Process.Workflow;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ContosoDemoNAVTest.Mock;
using WebGrease.Css.Extensions;
n... | vjekob/NAV-Managed-Service | C# (ASP.NET)/ContosoDemoNAVTest/WorkflowTest.cs | https://github.com/vjekob/NAV-Managed-Service/blob/HEAD/C# (ASP.NET)/ContosoDemoNAVTest/WorkflowTest.cs | ghcode:00006:ac78f8f9416d | mit | codeparrot/github-code | ac78f8f9416d31a240859d0a4b2e7bbdb4f5ef432407f3447919871b1a628e30 | 0.6 | testing_debugging_repair_refactoring | 1,082 | false | 2026-07-17 |
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Team_Papaya.Pages.LoginPage
{
public static class LoginPageAsserter
{
public static void AssertLoginWithValidData(this LoginPage page)
{
... | PeUzunov/QA-Automation-Team-Project | Team Papaya/Team Papaya/Pages/LoginPage/LoginPageAsserter.cs | https://github.com/PeUzunov/QA-Automation-Team-Project/blob/HEAD/Team Papaya/Team Papaya/Pages/LoginPage/LoginPageAsserter.cs | ghcode:00006:7a280bf885aa | mit | codeparrot/github-code | 7a280bf885aa6abdb810b7976e5a80d99fb0ac4fafd961f767cce691bca0dc72 | 0.6 | testing_debugging_repair_refactoring | 335 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Mail;
using Moq;
using NUnit.Framework;
using SendGrid;
namespace Tests.Transport
{
[TestFixture]
internal class TestWebApi
{
private const string TestUsername = "username";
private const string TestPassword =... | smurfpandey/sendgrid-csharp-net40 | SendGrid/Tests/Transport/TestWebApi.cs | https://github.com/smurfpandey/sendgrid-csharp-net40/blob/HEAD/SendGrid/Tests/Transport/TestWebApi.cs | ghcode:00006:738f02703aa5 | mit | codeparrot/github-code | 738f02703aa5d07903404027c9d6b2a69b0c4dde9ca791aac28f5eb6a64f2a4a | 0.85 | testing_debugging_repair_refactoring | 818 | false | 2026-07-17 |
using System.Collections.Generic;
using Xunit;
namespace QuartzCronGenerator.Tests
{
public class Tests
{
[Fact]
public void TestEveryNSeconds()
{
var ce1 = CronExpression.EveryNSeconds(1);
var ce2 = CronExpression.EveryNSeconds(59);
var ce3 = CronEx... | meixger/quartz-cron-generator | QuartzCronGenerator.Tests/Tests.cs | https://github.com/meixger/quartz-cron-generator/blob/HEAD/QuartzCronGenerator.Tests/Tests.cs | ghcode:00006:5200511c425c | mit | codeparrot/github-code | 5200511c425ceed2ce819141840d01d20096de95f318c979d85adc041ac8b37c | 0.75 | testing_debugging_repair_refactoring | 2,119 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Diagnostics;
namespace CodeAnalyzer.Tests.Helpers
{
public st... | jrierapeiro/CodeAnalyzer | Tests/CodeAnalyzer.Tests.Helpers/DiagnosticTestHelpers.cs | https://github.com/jrierapeiro/CodeAnalyzer/blob/HEAD/Tests/CodeAnalyzer.Tests.Helpers/DiagnosticTestHelpers.cs | ghcode:00006:70e1487af1ce | mit | codeparrot/github-code | 70e1487af1ce1ebfb017a7094b396512c01d7cf0b301209268c8819d9fad69aa | 0.75 | testing_debugging_repair_refactoring | 587 | false | 2026-07-17 |
using DragonSpark.Compose;
using DragonSpark.Model.Sequences;
using DragonSpark.Runtime.Execution;
using System;
using System.Collections.Generic;
using System.Linq;
// ReSharper disable All
namespace DragonSpark.Testing.Application.Runtime.Environment;
public sealed class TypesTests
{
sealed class Types : Instanc... | DragonSpark/Framework | DragonSpark.Testing/Runtime/Environment/TypesTests.cs | https://github.com/DragonSpark/Framework/blob/HEAD/DragonSpark.Testing/Runtime/Environment/TypesTests.cs | ghcode:00006:db282718cdd2 | mit | codeparrot/github-code | db282718cdd27982ed28ad948335425296cccc8839c0206ee31628ffe98429bb | 0.75 | testing_debugging_repair_refactoring | 85 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.