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 ArangoDB.Client.Examples.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace ArangoDB.Client.Examples.Documents
{
public class DocumentCommand : TestDatabaseSetup
{
Person InsertAPerson()
{
... | ra0o0f/arangoclient.net | src/ArangoDB.Client.Examples/Documents/DocumentCommand.cs | https://github.com/ra0o0f/arangoclient.net/blob/HEAD/src/ArangoDB.Client.Examples/Documents/DocumentCommand.cs | ghcode:00005:63657f7820c1 | apache-2.0 | codeparrot/github-code | 63657f7820c16369a7572ba1563036005fd272e01df3e797c086ee3a1a9ddeab | 0.6 | testing_debugging_repair_refactoring | 1,982 | false | 2026-07-17 |
using FluentAssertions;
using MailMessaging.Plain.Core.Text;
using Xunit;
namespace MailMessaging.Plain.Net.UnitTest._Text._ModifiedUTF7
{
public class Decode
{
[Fact]
public void Usage()
{
ModifiedUTF7.Decode("Entw&APw-rfe").Should().Be("Entwürfe");
ModifiedUTF... | jan-schubert/MailMessaging | Source/Net/MailMessaging.Plain.Net.UnitTest/_Text/_ModifiedUTF7/Decode.cs | https://github.com/jan-schubert/MailMessaging/blob/HEAD/Source/Net/MailMessaging.Plain.Net.UnitTest/_Text/_ModifiedUTF7/Decode.cs | ghcode:00005:4f4f39b8ef02 | apache-2.0 | codeparrot/github-code | 4f4f39b8ef02a0a525a092de71d369474e5a499bff7629e3a620584baf671f77 | 0.6 | testing_debugging_repair_refactoring | 122 | 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.Buffers;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Xunit;
namespace Microsoft.AspNetCore.Mvc.ViewFeatures.Bu... | aspnet/AspNetCore | src/Mvc/Mvc.ViewFeatures/test/Buffers/PagedBufferedTextWriterTest.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/Mvc.ViewFeatures/test/Buffers/PagedBufferedTextWriterTest.cs | ghcode:00005:fe3fee2ab9f5 | apache-2.0 | codeparrot/github-code | fe3fee2ab9f5f95bb5b9eee80ff81c764db00f1772cdfa6fd3c5ae2abb77c1aa | 0.95 | testing_debugging_repair_refactoring | 2,083 | 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 ... | a-hart/Lean | Tests/Brokerages/InteractiveBrokers/InteractiveBrokersBrokerageTests.cs | https://github.com/a-hart/Lean/blob/HEAD/Tests/Brokerages/InteractiveBrokers/InteractiveBrokersBrokerageTests.cs | ghcode:00005:159a4960938c | apache-2.0 | codeparrot/github-code | 159a4960938cdceae8571ef29d2338cd2e7fcbe2cdc6af5cd7e187580c0f35b2 | 0.85 | testing_debugging_repair_refactoring | 4,674 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using MapperExpression.Extensions;
using System.Linq.Expressions;
using MapperExpression.Tests.Units.ClassTests;
namespace MapperExpression.Tests.Units.Extentions
{
[TestClass]
public class MapperExtentionsTest
{
[ClassInitialize]
... | laulaua3/MapperExpression | CS/MapperExpressionTests/Extentions/MapperExtentionsTest.cs | https://github.com/laulaua3/MapperExpression/blob/HEAD/CS/MapperExpressionTests/Extentions/MapperExtentionsTest.cs | ghcode:00005:70de0cc0215a | apache-2.0 | codeparrot/github-code | 70de0cc0215a432c9a12bc889e83db4167577a8526cbdc265f778014824f0611 | 0.7 | testing_debugging_repair_refactoring | 472 | false | 2026-07-17 |
/*
###
# # ######### _______ _ _ ______ _ _
## ######## @ ## |______ | | | ____ | |
################## | |_____| |_____| |_____|
## ############# f r a m e w o r k
# # #########
###
(c) 2015 - 2017 FUGU framework project
Licensed under the Apache Li... | FUGU-framework/Fugu | tst/Fugu.Text.Tests/Text_PerformanceTests.cs | https://github.com/FUGU-framework/Fugu/blob/HEAD/tst/Fugu.Text.Tests/Text_PerformanceTests.cs | ghcode:00005:5fea37ac11d3 | apache-2.0 | codeparrot/github-code | 5fea37ac11d34d8ed62ad0d2f6e76d39939f82ac021924a01a9728969af26278 | 0.75 | testing_debugging_repair_refactoring | 1,193 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Roslyn.Utilities;
using System.Collections.Generic;
using Syst... | jcouv/roslyn | src/Compilers/CSharp/Portable/Binder/Binder_Patterns.cs | https://github.com/jcouv/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/Binder_Patterns.cs | ghcode:00005:8ad931bebeed | apache-2.0 | codeparrot/github-code | 8ad931bebeed70c7fbd2394aad26b6b1ce2958df515aff112fc4de818ca19a44 | 0.7 | testing_debugging_repair_refactoring | 9,364 | 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 Microsoft.Extensions.Configuration;
using System;
namespace Microsoft.AspNetCore.DataProtection
{
internal class TestRedisServer
{
public const string Connect... | aspnet/AspNetCore | src/DataProtection/StackExchangeRedis/test/TestRedisServer.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/DataProtection/StackExchangeRedis/test/TestRedisServer.cs | ghcode:00005:ec7fd83fd32a | apache-2.0 | codeparrot/github-code | ec7fd83fd32aa10f22f3fcc3b255ae22d0fb9791318f22c74b6fb63144dec793 | 0.85 | testing_debugging_repair_refactoring | 146 | false | 2026-07-17 |
using Console2.G_Code;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace CareerCupTest
{
/// <summary>
///This is a test class for G_011_SimplifyPathTest and is intended
///to contain all G_011_SimplifyPathTest Unit Tests
///</summary>
[TestClass()]
public c... | zduan001/BusAroundMe | Console/CareerCupTest/G_011_SimplifyPathTest.cs | https://github.com/zduan001/BusAroundMe/blob/HEAD/Console/CareerCupTest/G_011_SimplifyPathTest.cs | ghcode:00005:2e591fb002a0 | apache-2.0 | codeparrot/github-code | 2e591fb002a076c46e239975257da8e9a45832e0996406dfebc63cec68419e42 | 0.7 | testing_debugging_repair_refactoring | 478 | 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
/... | DEVSENSE/PTVS | Python/Tests/CookiecutterTests/GitHubDiscoveryTests.cs | https://github.com/DEVSENSE/PTVS/blob/HEAD/Python/Tests/CookiecutterTests/GitHubDiscoveryTests.cs | ghcode:00005:5ecc7b611d4d | apache-2.0 | codeparrot/github-code | 5ecc7b611d4d723c7f8e9564069dd11ac244555c979436840a882079618acd64 | 0.95 | testing_debugging_repair_refactoring | 566 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Task_1.Tests
{
[TestClass]
public class BinarySearchTreeTests
{
private BinarySearchTree<int> tree;
[TestInitialize]
public void Initialize()
{
tree = new BinarySearchTree<int>();
}
... | Sushentsev/Homework | semester_3/hw1/Task_1.Tests/BinarySearchTreeTests.cs | https://github.com/Sushentsev/Homework/blob/HEAD/semester_3/hw1/Task_1.Tests/BinarySearchTreeTests.cs | ghcode:00005:a0aa4e4e8545 | apache-2.0 | codeparrot/github-code | a0aa4e4e85452b4f69add4541373523db07b0672fe994bfd69c2899daeaa284e | 0.85 | testing_debugging_repair_refactoring | 512 | false | 2026-07-17 |
using System;
using Xunit;
using Xunit.Sdk;
namespace FluentAssertions.Specs
{
public class BooleanAssertionSpecs
{
[Fact]
public void Should_succeed_when_asserting_boolean_value_true_is_true()
{
true.Should().BeTrue();
}
[Fact]
public void Sho... | dennisdoomen/fluentassertions | Tests/FluentAssertions.Shared.Specs/BooleanAssertionSpecs.cs | https://github.com/dennisdoomen/fluentassertions/blob/HEAD/Tests/FluentAssertions.Shared.Specs/BooleanAssertionSpecs.cs | ghcode:00005:bbd87068b7b0 | apache-2.0 | codeparrot/github-code | bbd87068b7b0acbe9b1e061cf376b7d7bbb243bd00f6511351e05539fb36dc61 | 0.7 | testing_debugging_repair_refactoring | 726 | false | 2026-07-17 |
using System.Linq;
using FlubuCore.Tasks.Solution.VSSolutionBrowsing;
using Xunit;
namespace FlubuCore.Tests
{
public class SolutionLoadingTests
{
[Fact]
public void LoadSolution_OldCsprojAndNewCsproj_Succesfull()
{
var solution = VSSolution.Load(@"TestData/Test.sln");
... | flubu-core/flubu.core | src/FlubuCore.Tests/SolutionLoadingTests.cs | https://github.com/flubu-core/flubu.core/blob/HEAD/src/FlubuCore.Tests/SolutionLoadingTests.cs | ghcode:00005:ee0dfa80ac21 | bsd-2-clause | codeparrot/github-code | ee0dfa80ac211d3e3562d6cd5fc3468f6ea3020eda889fa0aae871b3e6adb3c4 | 0.68 | testing_debugging_repair_refactoring | 368 | false | 2026-07-17 |
using System;
using System.Linq;
using System.IO;
using NUnit.Framework;
using FastCgiNet;
using FastCgiNet.Streams;
namespace FastCgiNet.Tests
{
[TestFixture]
public class ParamsRecordTests
{
[Test]
public void CreateAndReadParamsWithOneParameter()
{
using (var paramsRec = new ParamsRecord(1))
... | mzabani/FastCgiNet | FastCgiNet.Tests/Records/ParamsRecordTests.cs | https://github.com/mzabani/FastCgiNet/blob/HEAD/FastCgiNet.Tests/Records/ParamsRecordTests.cs | ghcode:00005:eb7ff0c659c3 | bsd-2-clause | codeparrot/github-code | eb7ff0c659c370690bb789b0bfda609cef02a04bf2a475380eda2d7ac298694a | 0.68 | testing_debugging_repair_refactoring | 983 | false | 2026-07-17 |
// ----------------------------------------------------------------------------
// XmlDocCommentDirectoryElementCollectionTestFixture.cs
//
// Contains the definition of the XmlDocCommentDirectoryElementCollectionTestFixture class.
// Copyright 2009 Steve Guidi.
//
// File created: 2/2/2009 7:02:03 PM
// --------------... | JoltNet/Jolt | Jolt/Jolt.Test/XmlDocCommentDirectoryElementCollectionTestFixture.cs | https://github.com/JoltNet/Jolt/blob/HEAD/Jolt/Jolt.Test/XmlDocCommentDirectoryElementCollectionTestFixture.cs | ghcode:00005:e1b0f889c435 | bsd-3-clause | codeparrot/github-code | e1b0f889c4350789117eb9ddcf95be020b5f6dfc8cb2bf0746692ba90bc549cb | 0.7 | testing_debugging_repair_refactoring | 815 | false | 2026-07-17 |
using System;
using System.Globalization;
using System.Text;
using System.Threading;
using System.Xml;
using MbUnit.Framework;
using Moq;
using Subtext.Extensibility;
using Subtext.Framework;
using Subtext.Framework.Components;
using Subtext.Framework.Configuration;
using Subtext.Framework.Providers;
using Subtext.Fram... | Dashboard-X/SubText-2.5.2.0.src | UnitTests.Subtext/Framework/Syndication/RssHandlerTests.cs | https://github.com/Dashboard-X/SubText-2.5.2.0.src/blob/HEAD/UnitTests.Subtext/Framework/Syndication/RssHandlerTests.cs | ghcode:00005:e04c917f0560 | bsd-3-clause | codeparrot/github-code | e04c917f0560a2e36b950ff704df939d6ac6b1e560164fc15d619afb9cff431a | 0.85 | testing_debugging_repair_refactoring | 4,958 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using NLog.Config;
using NLog.MailKit.Tests.IntegrationTests.Util;
using SmtpServer;
using SmtpServer.Authentication;
using SmtpServer.Mail;
using Xunit;
using UserAuthenticator = NLog.MailKit.Tests.In... | NLog/NLog.MailKit | test/NLog.MailKit.Tests/IntegrationTests/MailTargetIntegrationTests.cs | https://github.com/NLog/NLog.MailKit/blob/HEAD/test/NLog.MailKit.Tests/IntegrationTests/MailTargetIntegrationTests.cs | ghcode:00005:c85e5c0fe682 | bsd-3-clause | codeparrot/github-code | c85e5c0fe682089828048f1bb6ca143d3021f5c8cf9c674d902c9848c4797396 | 0.75 | testing_debugging_repair_refactoring | 831 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using Earlz.LucidMVC;
namespace Earlz.LucidMVC.Tests
{
[TestFixture]
public class SimplePatternTest
{
[Test]
public void RootUrl()
{
var x=new SimplePattern("/");
Assert.IsTrue(x.Match("/").IsMatch);
Assert.IsF... | Earlz/lucidmvc | LucidMVC.Tests/SimplePatternTest.cs | https://github.com/Earlz/lucidmvc/blob/HEAD/LucidMVC.Tests/SimplePatternTest.cs | ghcode:00005:3a475639dc66 | bsd-3-clause | codeparrot/github-code | 3a475639dc66ddbcc5d09f52634e07df2f293c1749fb2aa6f78f52de9b935b25 | 0.6 | testing_debugging_repair_refactoring | 771 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using SharpVectors.Dom.Svg;
using SharpVectors.Dom.Css;
using System.Xml;
namespace SharpVectors.UnitTests.Svg
{
[TestFixture]
public class CssSelectorsTests
{
private SvgDocument doc;
private string correctValue = "rgb(0,128,0)";
private SvgRectElement getRect(int nr)
... | codebutler/savagesvg | test/SharpVectors/Dom/Svg/CssSelectorsTests.cs | https://github.com/codebutler/savagesvg/blob/HEAD/test/SharpVectors/Dom/Svg/CssSelectorsTests.cs | ghcode:00005:b9271f1157f0 | bsd-3-clause | codeparrot/github-code | b9271f1157f0ad8b588876467c02664ca164c9060b5596a7294c5c39ad4f15dd | 0.85 | testing_debugging_repair_refactoring | 661 | false | 2026-07-17 |
using System;
using System.Linq;
using LinqToDB;
using NUnit.Framework;
using Tests.Model;
namespace Tests.UserTests
{
[TestFixture]
public class Issue822Tests : TestBase
{
int? ID1;
int? ID2;
[Test]
public void TestWrongValue([DataSources] string context)
{
using (var db = GetDataContext(context... | linq2db/linq2db | Tests/Linq/UserTests/Issue822Tests.cs | https://github.com/linq2db/linq2db/blob/HEAD/Tests/Linq/UserTests/Issue822Tests.cs | ghcode:00005:44ea9298922c | mit | codeparrot/github-code | 44ea9298922c1cbcd547217beb06f01bf8c3e7d0936df8d4e59d96755ca89797 | 0.75 | testing_debugging_repair_refactoring | 478 | false | 2026-07-17 |
namespace Paramore.Brighter.Redis.Tests.TestDoubles
{
public class ConnectingToPoolFailedRedisMessageConsumer
{
//TODO: What kind of exceptions are thrown, and from where?
}
} | BrighterCommand/Brighter | tests/Paramore.Brighter.Redis.Tests/TestDoubles/TestDoublesRedisMessageConsumer.cs | https://github.com/BrighterCommand/Brighter/blob/HEAD/tests/Paramore.Brighter.Redis.Tests/TestDoubles/TestDoublesRedisMessageConsumer.cs | ghcode:00005:c210dffd1125 | mit | codeparrot/github-code | c210dffd112578b728745d86d24b9398229c3299f7f4dd6588f2221ed0fb25a3 | 0.5 | testing_debugging_repair_refactoring | 44 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
using Ploeh.AutoFixture.Xunit2;
using Xunit;
namespace ReactiveMvvm.Tests
{
us... | envicase/ReactiveMvvm | test/ReactiveMvvm.Tests/StreamTest.cs | https://github.com/envicase/ReactiveMvvm/blob/HEAD/test/ReactiveMvvm.Tests/StreamTest.cs | ghcode:00005:c5be9b785015 | mit | codeparrot/github-code | c5be9b785015dc2b7933978dea819bda54c5669b8568ab7cd4a6105cf8eff438 | 0.6 | testing_debugging_repair_refactoring | 1,212 | false | 2026-07-17 |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using FluentAssertions;
using Microsoft.DotNet.Cli.Utils;
usi... | johnbeisner/cli | test/Microsoft.DotNet.Configurer.UnitTests/GivenAFirstTimeUseNoticeSentinel.cs | https://github.com/johnbeisner/cli/blob/HEAD/test/Microsoft.DotNet.Configurer.UnitTests/GivenAFirstTimeUseNoticeSentinel.cs | ghcode:00005:fbc0135b9aaf | mit | codeparrot/github-code | fbc0135b9aafb9ad87fe9d7f5ce3d66e36db9dd97299ab168bad379cc30e8a2e | 0.75 | testing_debugging_repair_refactoring | 1,313 | 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.Reflection.Metadata;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Rosl... | genlu/roslyn | src/Compilers/CSharp/Portable/CodeGen/EmitConversion.cs | https://github.com/genlu/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/CodeGen/EmitConversion.cs | ghcode:00005:b3833d04eec5 | mit | codeparrot/github-code | b3833d04eec5929d3b3b6de2f6a3851f5b131fd63b5c1f3cfd0fc0edfd653647 | 0.85 | testing_debugging_repair_refactoring | 3,155 | false | 2026-07-17 |
namespace AngleSharp.Core.Tests.Xml
{
using AngleSharp.Parser.Xml;
using NUnit.Framework;
[TestFixture]
public class XmlTree
{
[Test]
public void XmlValidDocumentWithoutDocType()
{
var xml = (@"<?xml version=""1.0"" encoding=""ISO-8859-1""?>
<!-- Edited by XMLSp... | Livven/AngleSharp | AngleSharp.Core.Tests/Xml/XmlTree.cs | https://github.com/Livven/AngleSharp/blob/HEAD/AngleSharp.Core.Tests/Xml/XmlTree.cs | ghcode:00005:3ee5f000853b | mit | codeparrot/github-code | 3ee5f000853b89f3a839c45708085ccf00666f65c08d7ac9ea80043efdc5d96e | 0.6 | testing_debugging_repair_refactoring | 605 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Fody;
using Mono.Cecil;
using VerifyTests;
using VerifyXunit;
using Xunit;
[UsesVerify]
public class WeaverInitialiserTests
{
[Fact]
public Task ValidPropsFromBase()
{
var moduleDefinition = ModuleDefinition.Cr... | Fody/Fody | Tests/FodyIsolated/WeaverInitialiserTests.cs | https://github.com/Fody/Fody/blob/HEAD/Tests/FodyIsolated/WeaverInitialiserTests.cs | ghcode:00005:358bfbbc2720 | mit | codeparrot/github-code | 358bfbbc27209410e14d56350cca088bc94eb07799783f6769c4bd6ac417b2f6 | 0.75 | testing_debugging_repair_refactoring | 463 | false | 2026-07-17 |
// ****************************************************************
// This is free software licensed under the NUnit license. You
// may obtain a copy of the license as well as information regarding
// copyright ownership at http://nunit.org.
// ****************************************************************
n... | acken/AutoTest.Net | lib/NUnit/src/NUnit-2.6.0.12051/src/ClientUtilities/util/StackTraceFilter.cs | https://github.com/acken/AutoTest.Net/blob/HEAD/lib/NUnit/src/NUnit-2.6.0.12051/src/ClientUtilities/util/StackTraceFilter.cs | ghcode:00005:40bbb48d0fe0 | mit | codeparrot/github-code | 40bbb48d0fe0f718dccc987b05f9f031ff791c632c663f62e9cd3a1af8e397b0 | 0.95 | testing_debugging_repair_refactoring | 331 | false | 2026-07-17 |
using Bridge.Test.NUnit;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace Bridge.ClientTest.Collections.Generic
{
[Category(Constants.MODULE_GENERICDICTIONARY)]
[TestFixture(TestNameFormat = "GenericDictionary - {0}")]
public ... | AndreyZM/Bridge | Tests/Batch1/Collections/Generic/GenericDictionaryTests.cs | https://github.com/AndreyZM/Bridge/blob/HEAD/Tests/Batch1/Collections/Generic/GenericDictionaryTests.cs | ghcode:00005:73ab915c8ee0 | apache-2.0 | codeparrot/github-code | 73ab915c8ee03ab75b5cfa459c373d25b69edb3b4e0fb4d55498463662fc5512 | 0.85 | testing_debugging_repair_refactoring | 6,291 | false | 2026-07-17 |
/*
MIT License
Copyright(c) 2014-2018 Infragistics, Inc.
Copyright 2018 Google LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without ... | evildour/google-cloud-dotnet | third_party/BreakingChangesDetector/BreakingChangesDetector.UnitTests/MetadataTypesTests/FieldDataTests.cs | https://github.com/evildour/google-cloud-dotnet/blob/HEAD/third_party/BreakingChangesDetector/BreakingChangesDetector.UnitTests/MetadataTypesTests/FieldDataTests.cs | ghcode:00005:96abc1b04df0 | apache-2.0 | codeparrot/github-code | 96abc1b04df096fefaa159f2e10bbd8a3de1ee4d0ccb0802b0c55d16288b67e4 | 0.75 | testing_debugging_repair_refactoring | 912 | false | 2026-07-17 |
using System;
using System.Text.RegularExpressions;
using NUnit.Framework;
using WatiN.Core;
using WatiN.Core.Native.InternetExplorer;
using BlogEngine.Tests.PageTemplates.Account;
using BlogEngine.Tests.PageTemplates.Admin;
namespace BlogEngine.Tests
{
public abstract class BeTest
{
protected IE ie =... | sagasu/tddLegacy | blogengine_26c826f27adf/BlogEngine/BlogEngine.Tests/BeTest.cs | https://github.com/sagasu/tddLegacy/blob/HEAD/blogengine_26c826f27adf/BlogEngine/BlogEngine.Tests/BeTest.cs | ghcode:00005:ba7daed57a6d | apache-2.0 | codeparrot/github-code | ba7daed57a6dd44f1c6504cf23baa37922a169ea84d69e8bad7b58e0e8a64973 | 0.6 | testing_debugging_repair_refactoring | 611 | false | 2026-07-17 |
// Copyright 2009 The Noda Time Authors. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using NodaTime.TimeZones;
using NodaTime.TzdbCompiler.Tzdb;
using NUnit.Framework;
namespace NodaTime.TzdbCompiler.Test.Tzdb
{
[TestFixture]
publ... | zaccharles/nodatime | src/NodaTime.TzdbCompiler.Test/Tzdb/ZoneRuleTest.cs | https://github.com/zaccharles/nodatime/blob/HEAD/src/NodaTime.TzdbCompiler.Test/Tzdb/ZoneRuleTest.cs | ghcode:00005:d633c4ca42ff | apache-2.0 | codeparrot/github-code | d633c4ca42ff2765b507cb1ac1adb9dc5be8a5753d211948c470b47352467cd4 | 0.7 | testing_debugging_repair_refactoring | 213 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.PooledObj... | nguerrera/roslyn | src/Compilers/CSharp/Portable/SymbolDisplay/SymbolDisplayVisitor.cs | https://github.com/nguerrera/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/SymbolDisplay/SymbolDisplayVisitor.cs | ghcode:00005:916733a8f47f | apache-2.0 | codeparrot/github-code | 916733a8f47f651900cb75bf48542daaa5ac1b22bedbbab3fc8ef792582f9c85 | 0.85 | testing_debugging_repair_refactoring | 2,555 | false | 2026-07-17 |
using System.Diagnostics;
using System.Threading.Tasks;
using GridDomain.Common;
using GridDomain.CQRS;
using GridDomain.Tests.Unit.BalloonDomain.Events;
namespace GridDomain.Tests.Unit.BalloonDomain.ProjectionBuilders
{
public class AggregateCreatedProjectionBuilder_Alternative : IHandler<BalloonCreated>
{
... | linkelf/GridDomain | GridDomain.Tests.Unit/BalloonDomain/ProjectionBuilders/AggregateCreatedProjectionBuilder_Alternative.cs | https://github.com/linkelf/GridDomain/blob/HEAD/GridDomain.Tests.Unit/BalloonDomain/ProjectionBuilders/AggregateCreatedProjectionBuilder_Alternative.cs | ghcode:00005:732e6c6559a9 | apache-2.0 | codeparrot/github-code | 732e6c6559a92c2da8eb9f79880441589bb6fae83ec67a06831041c86bec3515 | 0.75 | testing_debugging_repair_refactoring | 146 | false | 2026-07-17 |
// Copyright (c) MOSA Project. Licensed under the New BSD License.
using System.Collections.Generic;
namespace Mosa.Test.Numbers
{
public static class R8
{
private static IList<double> series = null;
public static IEnumerable<double> Series
{
get
{
if (series == null) series = GetSeries();
fo... | Kintaro/MOSA-Project | Source/Mosa.Test.Numbers/R8.cs | https://github.com/Kintaro/MOSA-Project/blob/HEAD/Source/Mosa.Test.Numbers/R8.cs | ghcode:00005:c177ce01c458 | bsd-3-clause | codeparrot/github-code | c177ce01c458e5ba9a50c3b938951cd49b11a511c1443bf38afc3f85d69e82be | 0.85 | testing_debugging_repair_refactoring | 263 | false | 2026-07-17 |
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using VerifyXunit;
namespace NetEscapades.EnumGenerators.Tests;
public static class TestHelper
{
public static Task Verify(string source)
{
SyntaxTree syntaxTree = CSharpSyntaxTree.ParseText(source);
IEnumerable<PortableExecuta... | andrewlock/blog-examples | NetEscapades.EnumGenerators4/tests/NetEscapades.EnumGenerators.Tests/TestHelper.cs | https://github.com/andrewlock/blog-examples/blob/HEAD/NetEscapades.EnumGenerators4/tests/NetEscapades.EnumGenerators.Tests/TestHelper.cs | ghcode:00005:b6317bff7aef | mit | codeparrot/github-code | b6317bff7aefa53c3f4d414f4f9cbf80480e4ac424825249a29a90836e4f1b52 | 0.85 | testing_debugging_repair_refactoring | 167 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Threading.Tasks;
using Azure.AI.MetricsAdvisor.Administration;
using Azure.AI.MetricsAdvisor.Models;
using NUnit.Framework;
namespace Azure.AI.MetricsAdvisor.Tests
{
/// <summary>
/// Re... | ayeletshpigelman/azure-sdk-for-net | sdk/metricsadvisor/Azure.AI.MetricsAdvisor/tests/DisposableDataFeed.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/tests/DisposableDataFeed.cs | ghcode:00005:633803701340 | mit | codeparrot/github-code | 6338037013402e842f1dfbceb83f1b893a49d5c9d4e5f9d5290d61a8490c95ee | 0.95 | testing_debugging_repair_refactoring | 595 | false | 2026-07-17 |
using System.Collections.Generic;
using Entitas;
public class TestReactiveSystem : IReactiveSystem {
public IMatcher trigger { get { return null; } }
public GroupEventType eventType { get { return GroupEventType.OnEntityAdded; } }
public void Execute(List<Entity> entities) {
}
}
| michax/Entitas-CSharp | Tests/Tests/Entitas.CodeGenerator/Fixtures/TestReactiveSystem.cs | https://github.com/michax/Entitas-CSharp/blob/HEAD/Tests/Tests/Entitas.CodeGenerator/Fixtures/TestReactiveSystem.cs | ghcode:00005:f64109ce7fd9 | mit | codeparrot/github-code | f64109ce7fd9076696f88965ff1f96f986001a9a776dcb656d1be7916cace66e | 0.85 | testing_debugging_repair_refactoring | 64 | false | 2026-07-17 |
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "... | mwilliamson-firefly/aws-sdk-net | sdk/src/Core/Amazon.Runtime/Pipeline/ErrorHandler/HttpErrorResponseExceptionHandler.cs | https://github.com/mwilliamson-firefly/aws-sdk-net/blob/HEAD/sdk/src/Core/Amazon.Runtime/Pipeline/ErrorHandler/HttpErrorResponseExceptionHandler.cs | ghcode:00005:fc8b9444d168 | apache-2.0 | codeparrot/github-code | fc8b9444d168ae991a93c43a6566735bbbe492a495389259691607303a2f90eb | 0.95 | testing_debugging_repair_refactoring | 1,278 | false | 2026-07-17 |
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Reflectio... | chkn/fsharp | vsintegration/src/unittests/Resources.MockTypeProviders/XmlDocAttributeWithAdequateComment/ArtificialMethodInfo.cs | https://github.com/chkn/fsharp/blob/HEAD/vsintegration/src/unittests/Resources.MockTypeProviders/XmlDocAttributeWithAdequateComment/ArtificialMethodInfo.cs | ghcode:00005:f5463962d04c | apache-2.0 | codeparrot/github-code | f5463962d04c821c64b988b22fa3b11e5741d6ddef4dc639abdaf652483eaeb4 | 0.8 | testing_debugging_repair_refactoring | 810 | false | 2026-07-17 |
/*
Copyright (c) 2005-2006 Tomas Matousek.
The use and distribution terms for this software are contained in the file named License.txt,
which can be found in the root of the Phalanger distribution. By using this software
in any fashion, you are agreeing to be bound by the terms of this license.
Yo... | DEVSENSE/Phalanger | Source/ClassLibrary/Process.CLR.cs | https://github.com/DEVSENSE/Phalanger/blob/HEAD/Source/ClassLibrary/Process.CLR.cs | ghcode:00005:59819593be97 | apache-2.0 | codeparrot/github-code | 59819593be975d06dec6c4144ea5950cc540e3ed120f6bebde4bb6799e74f740 | 0.7 | testing_debugging_repair_refactoring | 4,698 | false | 2026-07-17 |
using System;
using System.IO;
using System.Text;
using Microsoft.TemplateEngine.Abstractions;
using Microsoft.TemplateEngine.Core.Contracts;
using Microsoft.TemplateEngine.TestHelper;
using Microsoft.TemplateEngine.Utils;
using Xunit;
namespace Microsoft.TemplateEngine.Core.UnitTests
{
public abstract class Test... | seancpeters/templating | test/Microsoft.TemplateEngine.Core.UnitTests/TestBase.cs | https://github.com/seancpeters/templating/blob/HEAD/test/Microsoft.TemplateEngine.Core.UnitTests/TestBase.cs | ghcode:00005:679bada18eb7 | mit | codeparrot/github-code | 679bada18eb7ab8e8f53a8ecccf3b7f58e324475f08385a642ed6887a08f2fec | 0.75 | testing_debugging_repair_refactoring | 412 | 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.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using S... | mavasani/roslyn | src/Compilers/CSharp/Portable/FlowAnalysis/FlowAnalysisPass.cs | https://github.com/mavasani/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/FlowAnalysis/FlowAnalysisPass.cs | ghcode:00005:fb9dd578c925 | mit | codeparrot/github-code | fb9dd578c9253d43df699125a98b71c206c56e63eca5568732ce86f69e8bc2b7 | 0.85 | testing_debugging_repair_refactoring | 1,308 | false | 2026-07-17 |
//*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the Apache License, Version 2.0.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES ... | abb-iss/Randoop.NET | randoop-NET-src/RandoopTests/SimpleMatcherTests.cs | https://github.com/abb-iss/Randoop.NET/blob/HEAD/randoop-NET-src/RandoopTests/SimpleMatcherTests.cs | ghcode:00005:53b955fb8d11 | apache-2.0 | codeparrot/github-code | 53b955fb8d11ab7ca381f37351fffc53ed9a2d11a3ae918c41a9218a39e7e867 | 0.85 | testing_debugging_repair_refactoring | 824 | 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.Composition;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Th... | jbhensley/roslyn | src/Features/CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs | https://github.com/jbhensley/roslyn/blob/HEAD/src/Features/CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs | ghcode:00005:a5553a6eb3e3 | apache-2.0 | codeparrot/github-code | a5553a6eb3e3f6fc1c16b8eacd7d6017ae12df9a9f162fe10fa2f1ebd61e30a5 | 0.7 | testing_debugging_repair_refactoring | 6,854 | 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 Microsoft.CodeAnalysis.BuildTasks;
using Xunit;
namespace Microsoft.CodeAnalysis.BuildTasks.UnitTests
{
public sealed class VbcTests... | kelltrick/roslyn | src/Compilers/Core/MSBuildTaskTests/VbcTests.cs | https://github.com/kelltrick/roslyn/blob/HEAD/src/Compilers/Core/MSBuildTaskTests/VbcTests.cs | ghcode:00005:a27ec52de84e | apache-2.0 | codeparrot/github-code | a27ec52de84ec9ae864ae156c737b123d951a17f236b3662b114a5ee76764277 | 0.75 | testing_debugging_repair_refactoring | 3,072 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
using DataFactory.Tests.Utils;
using Microsoft.Azure.Management.DataFactory;
using Microsoft.Azure.Management.DataFactory.Models;
using Microsoft.Azure.Manage... | SiddharthChatrolaMs/azure-sdk-for-net | src/SDKs/DataFactory/DataFactory.Tests/ScenarioTests/IntegrationRuntimeScenarioTests.cs | https://github.com/SiddharthChatrolaMs/azure-sdk-for-net/blob/HEAD/src/SDKs/DataFactory/DataFactory.Tests/ScenarioTests/IntegrationRuntimeScenarioTests.cs | ghcode:00005:90cd819aea66 | apache-2.0 | codeparrot/github-code | 90cd819aea666266d2ef9d27a227634062099cdee44ac86640c17b4190c0b052 | 0.85 | testing_debugging_repair_refactoring | 1,635 | 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/MomentumTests.cs | https://github.com/jameschch/Lean/blob/HEAD/Tests/Indicators/MomentumTests.cs | ghcode:00005:f25467b0cddc | apache-2.0 | codeparrot/github-code | f25467b0cddc6f2fccdc1acc33ec383b56ae6252d16bf580dc2b33f48675fb11 | 0.75 | testing_debugging_repair_refactoring | 418 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Azure.Storage.Blobs;
using Azure.Storage.Blobs.Models;
using Azure.Storage.Blobs.Specialized;... | ayeletshpigelman/azure-sdk-for-net | sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/tests/Listeners/BlobQueueTriggerExecutorTests.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/tests/Listeners/BlobQueueTriggerExecutorTests.cs | ghcode:00005:36638244b03c | mit | codeparrot/github-code | 36638244b03c55e09be887ff1e47ca4151d67d2ab3f901ea912ebd7a623ddd01 | 0.95 | testing_debugging_repair_refactoring | 2,806 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2015 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... | OmicronPersei/nunit | src/NUnitFramework/testdata/AsyncDummyFixture.cs | https://github.com/OmicronPersei/nunit/blob/HEAD/src/NUnitFramework/testdata/AsyncDummyFixture.cs | ghcode:00005:6d16682dcb8d | mit | codeparrot/github-code | 6d16682dcb8dd4aad9ddd4dc26e19e508be0cd4f1976177f05ef7e50d346fea4 | 0.85 | testing_debugging_repair_refactoring | 782 | 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 System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Roslyn.Utilities;
namesp... | amcasey/roslyn | src/Compilers/CSharp/Portable/SymbolDisplay/SymbolDisplayVisitor.Types.cs | https://github.com/amcasey/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/SymbolDisplay/SymbolDisplayVisitor.Types.cs | ghcode:00005:f3a78ca33d37 | apache-2.0 | codeparrot/github-code | f3a78ca33d37e9bdc35b424f8e9480a730edf7e10c3dd311edca743a4b0b81d4 | 0.85 | testing_debugging_repair_refactoring | 4,571 | 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/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.cs | https://github.com/AzureAutomationTeam/azure-powershell/blob/HEAD/src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/DiagnosticsExtensionTests.cs | ghcode:00005:9f6835a71bfe | apache-2.0 | codeparrot/github-code | 9f6835a71bfed9b3b35d5db68caa164bc35407d10baeae037ab58f975a425e09 | 0.85 | testing_debugging_repair_refactoring | 1,452 | 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.Game.Rulesets.Osu.Mods;
namespace osu.Game.Rulesets.Osu.Tests
{
[TestFixture]
public class TestSceneSpinnerHidden : TestSceneSp... | ppy/osu | osu.Game.Rulesets.Osu.Tests/TestSceneSpinnerHidden.cs | https://github.com/ppy/osu/blob/HEAD/osu.Game.Rulesets.Osu.Tests/TestSceneSpinnerHidden.cs | ghcode:00005:da49f9767faa | mit | codeparrot/github-code | da49f9767faa20b2497ad26ad5ce6e5b0807ebbda7581a4356d13026406f8229 | 0.75 | testing_debugging_repair_refactoring | 117 | 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.CodeGen;
using Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.Co... | DavidKarlas/roslyn | src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/HoistedThisTests.cs | https://github.com/DavidKarlas/roslyn/blob/HEAD/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/HoistedThisTests.cs | ghcode:00005:118260f9026f | apache-2.0 | codeparrot/github-code | 118260f9026f8630cfad75ab19c5b19d537316731d3b1e8c921bd10e94b0aded | 0.95 | testing_debugging_repair_refactoring | 9,813 | false | 2026-07-17 |
using NPOI.OpenXmlFormats.Spreadsheet;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace ooxml.Testcases
{
/// <summary>
///This is a test class for CT_FontTest and is intended
///to contain all CT_FontTest Unit Tests
///</summary>
[TestClass()]
public class... | stuartwmurray/npoi | testcases/ooxml/OpenXmlFormats/Spreadsheet/CT_FontTest.cs | https://github.com/stuartwmurray/npoi/blob/HEAD/testcases/ooxml/OpenXmlFormats/Spreadsheet/CT_FontTest.cs | ghcode:00005:67e63af69d22 | apache-2.0 | codeparrot/github-code | 67e63af69d2206c12aa0d0bc77cfb7685d15be573d0403cf5a2c1deee8ce1eca | 0.7 | testing_debugging_repair_refactoring | 539 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NUnit.Framework;
using Assert = NUnit.Framework.Assert;
using Description = NUnit.Framework.DescriptionAttribute;
using TestContext = Microsoft.VisualStudio.TestTools.UnitTest... | prepare/DomQuery | source/a_mini/CsQuery.Tests/Core/Dom/DomContainer.cs | https://github.com/prepare/DomQuery/blob/HEAD/source/a_mini/CsQuery.Tests/Core/Dom/DomContainer.cs | ghcode:00005:7f449eae220a | mit | codeparrot/github-code | 7f449eae220a1e1ce1a27e74d7332a64c7ba66e4a10eba17afaba3810f838d34 | 0.6 | testing_debugging_repair_refactoring | 169 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace ServiceBus.Tests.ScenarioTests
{
using System;
using System.Linq;
using Microsoft.Azure.Management.ServiceBus;
using Microsoft.Azure.M... | SiddharthChatrolaMs/azure-sdk-for-net | src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.TopicsTests.CRUD.cs | https://github.com/SiddharthChatrolaMs/azure-sdk-for-net/blob/HEAD/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.TopicsTests.CRUD.cs | ghcode:00005:22e8a9a5b15c | apache-2.0 | codeparrot/github-code | 22e8a9a5b15c0854e67038775d269a86540e121d034dc373f3beb54443d4ce60 | 0.95 | testing_debugging_repair_refactoring | 735 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace ServiceFabric.Tests.Tests
{
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
using Xunit;
using Microsoft.Azure.Management.ServiceFa... | nathannfan/azure-sdk-for-net | src/SDKs/ServiceFabric/ServiceFabric.Test/Tests/TestUpdateClusterResource.cs | https://github.com/nathannfan/azure-sdk-for-net/blob/HEAD/src/SDKs/ServiceFabric/ServiceFabric.Test/Tests/TestUpdateClusterResource.cs | ghcode:00005:4460fad50316 | mit | codeparrot/github-code | 4460fad50316b144c2d3b26b74c09bc0b074fd11eb63d98e4057c89f868e8a83 | 0.85 | testing_debugging_repair_refactoring | 455 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Net;
using System.Runtime.Serialization;
namespace Octokit
{
/// <summary>
/// Represents a HTTP 403 - Forbidden response returned from the API.
/// </summary>
#if !NETFX_CORE
[Serializable]
#endif
[Suppres... | SamTheDev/octokit.net | Octokit/Exceptions/ForbiddenException.cs | https://github.com/SamTheDev/octokit.net/blob/HEAD/Octokit/Exceptions/ForbiddenException.cs | ghcode:00005:53d619f435a0 | mit | codeparrot/github-code | 53d619f435a009f2125a723dbeaa18c96a7154875e92d5a9b5ceb07f21a44e24 | 0.7 | testing_debugging_repair_refactoring | 419 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Cake.Core.Tests.Fixtures;
using Cake.Testing;
using Cake.Testing.Xunit;
using Xunit;
namespace Cake.Core.Tes... | phenixdotnet/cake | src/Cake.Core.Tests/Unit/IO/NuGet/NuGetToolResolverTests.cs | https://github.com/phenixdotnet/cake/blob/HEAD/src/Cake.Core.Tests/Unit/IO/NuGet/NuGetToolResolverTests.cs | ghcode:00005:e35ab855f0ea | mit | codeparrot/github-code | e35ab855f0eab33187d07c9eb5ceedcce98a3c1cc14b2884282b4278749f3814 | 0.85 | testing_debugging_repair_refactoring | 869 | false | 2026-07-17 |
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeActions;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Formatting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
using System.Linq;
using System.Thread... | modulexcite/FileHelpers | FileHelpers.Analyzer/FileHelpers.Analyzer/FileHelpers.Analyzer.Test/Verifiers/CodeFixVerifier.cs | https://github.com/modulexcite/FileHelpers/blob/HEAD/FileHelpers.Analyzer/FileHelpers.Analyzer/FileHelpers.Analyzer.Test/Verifiers/CodeFixVerifier.cs | ghcode:00005:274eeec397ea | mit | codeparrot/github-code | 274eeec397ea0d609c95c18797ec45e063d07946b5fbc4636b95b453387b9fa4 | 0.7 | testing_debugging_repair_refactoring | 1,459 | false | 2026-07-17 |
namespace Elasticsearch.Net.Tests.Unit.Responses.Helpers
{
public class StandardResponse
{
public object value { get; set; }
}
} | joehmchan/elasticsearch-net | src/Tests/Elasticsearch.Net.Tests.Unit/Responses/Helpers/StandardResponse.cs | https://github.com/joehmchan/elasticsearch-net/blob/HEAD/src/Tests/Elasticsearch.Net.Tests.Unit/Responses/Helpers/StandardResponse.cs | ghcode:00005:bf9aaa015b4d | apache-2.0 | codeparrot/github-code | bf9aaa015b4d83aab49a843caa226bceed0e900312409eff018c6f242c5be092 | 0.6 | testing_debugging_repair_refactoring | 30 | false | 2026-07-17 |
/*
* Copyright 2014, 2015 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 applica... | faithword/IdentityServer3 | source/Tests/UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Valid.cs | https://github.com/faithword/IdentityServer3/blob/HEAD/source/Tests/UnitTests/Validation/AuthorizeRequest Validation/Authorize_ProtocolValidation_Valid.cs | ghcode:00005:ebe6b27fb6c0 | apache-2.0 | codeparrot/github-code | ebe6b27fb6c0ade108e71af4a1f00d2203b68244d4499540828f3eb507296ab0 | 0.95 | testing_debugging_repair_refactoring | 1,331 | false | 2026-07-17 |
using System;
using System.Runtime.CompilerServices;
using System.Serialization;
using QUnit;
namespace CoreLib.TestScript.Serialization {
[TestFixture]
public class JsonTests {
[Serializable]
class TestClass1 {
[PreserveName]
public int i;
}
[Serializable]
class TestClass2 {
[PreserveName]
p... | cezary12/SaltarelleCompiler | Runtime/CoreLib.TestScript/Serialization/JsonTests.cs | https://github.com/cezary12/SaltarelleCompiler/blob/HEAD/Runtime/CoreLib.TestScript/Serialization/JsonTests.cs | ghcode:00005:7f365412d6a0 | apache-2.0 | codeparrot/github-code | 7f365412d6a0a8a4af5b273c9286ccaf067b86b967d5366f0b8c1c3202321d64 | 0.75 | testing_debugging_repair_refactoring | 819 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Linq;
using Xunit;
namespace Test
{
public class ReverseTests
{
[Theory]
[MemberData("Ranges", (object)(new int[] { ... | dkorolev/corefx | src/System.Linq.Parallel/tests/QueryOperators/ReverseTests.cs | https://github.com/dkorolev/corefx/blob/HEAD/src/System.Linq.Parallel/tests/QueryOperators/ReverseTests.cs | ghcode:00005:68a42938edd8 | mit | codeparrot/github-code | 68a42938edd8a7330e9cc1b1f552c6f04e8a6bfecd4e6ddc3329c2c0efba89ad | 0.85 | testing_debugging_repair_refactoring | 862 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using Xunit;
namespace System.Globalization.Tests
{
public class NumberFormat... | dhoehna/corefx | src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoValidateParseStyle.cs | https://github.com/dhoehna/corefx/blob/HEAD/src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoValidateParseStyle.cs | ghcode:00005:adf3014310f9 | mit | codeparrot/github-code | adf3014310f9486b0802376bc55a388abe5fc11cd0f35e5b4d7df86d8836b26e | 0.95 | testing_debugging_repair_refactoring | 302 | 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.Net.Sockets;
using System.Threading;
namespace System.Net
{
internal st... | BrennanConroy/corefx | src/System.Net.NameResolution/tests/UnitTests/Fakes/FakeNameResolutionPal.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Net.NameResolution/tests/UnitTests/Fakes/FakeNameResolutionPal.cs | ghcode:00005:03f4911000d1 | mit | codeparrot/github-code | 03f4911000d1947b5dc0bc4a2ba6e40c22ebb542583d95b324ac9aa6e64e6ef1 | 0.95 | testing_debugging_repair_refactoring | 353 | 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 Xunit;
namespace System.ComponentModel.Tests
{
public class MultilineStringConverterTests : ConverterTestBase
{
[Fact]
public static voi... | spoiledsport/corefx | src/System.ComponentModel.TypeConverter/tests/MultilineStringConverterTests.cs | https://github.com/spoiledsport/corefx/blob/HEAD/src/System.ComponentModel.TypeConverter/tests/MultilineStringConverterTests.cs | ghcode:00005:bdf681db85b7 | mit | codeparrot/github-code | bdf681db85b7621f6863bfd85098a70dd596472d2970897faad395b646094e20 | 0.85 | testing_debugging_repair_refactoring | 109 | 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 Microsoft.Xunit.Performance;
namespace Functions
{
public static partial class MathTests
... | parjong/coreclr | tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CeilingDouble.cs | https://github.com/parjong/coreclr/blob/HEAD/tests/src/JIT/Performance/CodeQuality/Math/Functions/Double/CeilingDouble.cs | ghcode:00005:62c42a9b7910 | mit | codeparrot/github-code | 62c42a9b79101a2667e9af715a2367bac914e93b4f4b3425683f74795875f2cb | 0.8 | testing_debugging_repair_refactoring | 323 | 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.operate.compound.evnt.negative.neg001... | nbarbettini/corefx | src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.operator.compound.event.negative.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.operator.compound.event.negative.cs | ghcode:00005:1b2208cb4204 | mit | codeparrot/github-code | 1b2208cb420441f45a05c18f9cf76e3b29e85378fffaac46a88480d4e0900ab5 | 0.95 | testing_debugging_repair_refactoring | 2,612 | false | 2026-07-17 |
using Bhtp.Url.Utility;
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Bhtp.Url.Tests
{
public class TripTestsBase
{
protected static class Values
{
public static string DestinationCountryIsoCode2 = "GB";
public static string R... | bhtravel/bhtp-url-dotnet | src/Bhtp.Url.Sdk/Bhtp.Url.Tests/TripTests.cs | https://github.com/bhtravel/bhtp-url-dotnet/blob/HEAD/src/Bhtp.Url.Sdk/Bhtp.Url.Tests/TripTests.cs | ghcode:00005:d01b364daebd | isc | codeparrot/github-code | d01b364daebdd67b4c4e8256a8683f47d00329b633114e9df971b6d413740f65 | 0.85 | testing_debugging_repair_refactoring | 974 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.Globalization;
using System.Reflection;
using System.Xml;
using System.Xml.XPath;
using Sandcastle.Core.BuildAssembler;
using Sandcastle.Core.BuildAssembler.BuildComponent;
using XsdDocumentation.BuildComponents.Properties;
using XsdDocumentation.Model;
... | terrajobst/xsddoc | src/XsdDocumentation.BuildComponents/XsdResolveLinksComponent.cs | https://github.com/terrajobst/xsddoc/blob/HEAD/src/XsdDocumentation.BuildComponents/XsdResolveLinksComponent.cs | ghcode:00005:80d5733d4e49 | mit | codeparrot/github-code | 80d5733d4e493ca59272d5f92a835f36f8de70afe8dec323b18d3c366a9b68b0 | 0.6 | testing_debugging_repair_refactoring | 641 | false | 2026-07-17 |
using CharacterGen.Abilities;
using CharacterGen.Domain.Tables;
using CharacterGen.Races;
using NUnit.Framework;
namespace CharacterGen.Tests.Integration.Tables.Abilities.Races
{
[TestFixture]
public class HillDwarfAbilityAdjustmentsTests : AdjustmentsTests
{
protected override string tableName
... | DnDGen/CharacterGen | CharacterGen.Tests.Integration.Tables/Abilities/Races/HillDwarfAbilityAdjustmentsTests.cs | https://github.com/DnDGen/CharacterGen/blob/HEAD/CharacterGen.Tests.Integration.Tables/Abilities/Races/HillDwarfAbilityAdjustmentsTests.cs | ghcode:00005:2ed73ef79e23 | mit | codeparrot/github-code | 2ed73ef79e23807e1e476c511cec389fe13a7866476e5022c5976f83629817a5 | 0.75 | testing_debugging_repair_refactoring | 251 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ConnectFour;
using System.Collections.Generic;
using System.Linq;
namespace ConnectFourTests.LineCheckTests
{
[TestClass]
public class CheckDraw
{
/* out of scope : win condition on board is out of scope */
[TestMethod]
publ... | PurplePenguin4102/ConnectFour | ConnectFour/ConnectFourTests/LineCheckTests/CheckDraw.cs | https://github.com/PurplePenguin4102/ConnectFour/blob/HEAD/ConnectFour/ConnectFourTests/LineCheckTests/CheckDraw.cs | ghcode:00005:cc99e095c297 | mit | codeparrot/github-code | cc99e095c297e65aa0c7f4a26076465e60d6c0bf656ef6a592b628cd54f54394 | 0.6 | testing_debugging_repair_refactoring | 966 | false | 2026-07-17 |
using System;
using System.Diagnostics.CodeAnalysis;
using NUnit.Framework;
namespace NetOffice.Tests.NetOffice
{
[TestFixture]
public class StringExTests
{
[Test]
[TestCase("AssemblyName.resources")]
[TestCase("AssemblyName.RESOURCES")]
[TestCase("AssemblyName.resources, V... | NetOfficeFw/NetOffice | Source/NetOffice.Tests/NetOffice/StringExTests.cs | https://github.com/NetOfficeFw/NetOffice/blob/HEAD/Source/NetOffice.Tests/NetOffice/StringExTests.cs | ghcode:00005:c6709f2e65b4 | mit | codeparrot/github-code | c6709f2e65b49df7655c86ca2d436f97168d332a97407a3e06fbeac7a1a0620a | 0.85 | testing_debugging_repair_refactoring | 334 | false | 2026-07-17 |
using NUnit.Framework;
namespace Casper.IO {
[TestFixture]
public class StubDirectoryTests : DirectoryTests {
protected override IFileSystem GetFileSystemInstance() {
return new StubFileSystem();
}
}
}
| eatdrinksleepcode/casper | Test/IO/StubDirectoryTests.cs | https://github.com/eatdrinksleepcode/casper/blob/HEAD/Test/IO/StubDirectoryTests.cs | ghcode:00005:45d85fe60f98 | mit | codeparrot/github-code | 45d85fe60f9873defa0da5af9e959e303fe593fdf52f7f87c65f9c28c95da250 | 0.75 | testing_debugging_repair_refactoring | 44 | false | 2026-07-17 |
namespace Microsoft.Protocols.TestSuites.MS_ASCON
{
using Microsoft.Protocols.TestSuites.Common;
using Microsoft.Protocols.TestTools;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using DataStructures = Microsoft.Protocols.TestSuites.Common.DataStructures;
/// <summary>
/// This s... | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/MS-ASCON/TestSuite/S04_MoveItems.cs | https://github.com/XinwLi/Interop-TestSuites-1/blob/HEAD/ExchangeActiveSync/Source/MS-ASCON/TestSuite/S04_MoveItems.cs | ghcode:00005:a3133db6ac38 | mit | codeparrot/github-code | a3133db6ac38cd082d184776254154158f549e7074c30f008af7842a515671dd | 0.7 | testing_debugging_repair_refactoring | 1,078 | false | 2026-07-17 |
using NUnit.Framework;
using VkNet.Enums.Filters;
namespace VkNet.Tests.Enum.SafetyEnums
{
[TestFixture]
public class MultivaluedFilterTest
{
[Test]
public void AccountFieldsTest()
{
// get test
Assert.That(actual: AccountFields.Country.ToString(), expression: Is.EqualTo(expected: "country"));
Assert... | Soniclev/vk | VkNet.Tests/Enum/Filters/MultivaluedFilterTest.cs | https://github.com/Soniclev/vk/blob/HEAD/VkNet.Tests/Enum/Filters/MultivaluedFilterTest.cs | ghcode:00005:df62f608b4f2 | mit | codeparrot/github-code | df62f608b4f2dbb822bccb1b3e196209ae09f71e9b9367d1158fc2a3de6d3b32 | 0.7 | testing_debugging_repair_refactoring | 5,391 | false | 2026-07-17 |
#region The MIT License - Copyright (C) 2012-2016 Pieter Geerkens
/////////////////////////////////////////////////////////////////////////////////////////
// PG Software Solutions - Monad Utilities
/////////////////////////////////////////////////////////////////////////////////////////
// The MIT Lice... | pgeerkens/Monads | MonadTests/TestExtensions.cs | https://github.com/pgeerkens/Monads/blob/HEAD/MonadTests/TestExtensions.cs | ghcode:00005:bbef559126d3 | mit | codeparrot/github-code | bbef559126d3646d32f6fe4d0120b2193ec31f2c9f2a312ef0a78a251773a300 | 0.85 | testing_debugging_repair_refactoring | 363 | false | 2026-07-17 |
using System;
using Xunit;
namespace Brucraft.Extensions.Tests
{
public class DateTimeOffsetExtensionsTests
{
[Fact]
public void ToIsoString_converts_the_DateTimeOffset_to_an_ISO_8601_formatted_string()
{
DateTimeOffset timestamp = new DateTimeOffset(1981, 7, 2, 19, 39, 0, T... | brucraft/Extensions | test/Brucraft.Extensions.Tests/System/DateTimeOffsetExtensionsTests.cs | https://github.com/brucraft/Extensions/blob/HEAD/test/Brucraft.Extensions.Tests/System/DateTimeOffsetExtensionsTests.cs | ghcode:00005:1c70c12bbf31 | mit | codeparrot/github-code | 1c70c12bbf31c323fc8db282fb8e9e2939bdeeb7bc691cfeea5c70120b0aba7b | 0.75 | testing_debugging_repair_refactoring | 132 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Practices.EnterpriseLibrary.Validation;
using vm.Aspects.Diagnostics;
using vm.Aspects.Validation;
namespace vm.Aspects.Validation.Tests
{
/// <summary>
/// Summary descriptio... | vmelamed/vm | Aspects/Test/Validation/ValidatorNonemptyStringTest.cs | https://github.com/vmelamed/vm/blob/HEAD/Aspects/Test/Validation/ValidatorNonemptyStringTest.cs | ghcode:00005:be7066aa64b5 | mit | codeparrot/github-code | be7066aa64b5d0dd5b9c812c86178df7dce8ed0caed6f6cc41956f0109e3ccac | 0.95 | testing_debugging_repair_refactoring | 514 | false | 2026-07-17 |
using System;
using System.Linq.Expressions;
using NUnit.Framework;
namespace DelegateDecompiler.Tests
{
[TestFixture]
public class ConditionalTests : DecompilerTestsBase
{
[Test]
public void SimpleAndAlso()
{
Expression<Func<Employee, bool>> expected = e => e.FirstName... | hazzik/DelegateDecompiler | src/DelegateDecompiler.Tests/ConditionalTests.cs | https://github.com/hazzik/DelegateDecompiler/blob/HEAD/src/DelegateDecompiler.Tests/ConditionalTests.cs | ghcode:00005:1c54b5ca5110 | mit | codeparrot/github-code | 1c54b5ca5110897b6bb88664951a4c52f4b6b2c1e282df2d20ee35d599133978 | 0.75 | testing_debugging_repair_refactoring | 1,963 | false | 2026-07-17 |
using System;
using System.Net;
using MvcMonitor.Data.Repositories;
using MvcMonitor.Data.Repositories.NHibernate;
using MvcMonitor.Models;
using NHibernate;
using NHibernate.Cfg;
using NUnit.Framework;
namespace MvcMonitor.Tests.Repositories.NHibernateRepositoryTests
{
[TestFixture]
[Category("NHibernateRepo... | barker1889/MVC-Monitor | MvcMonitor.Tests/Repositories/NHibernateRepositoryTests/AddTests.cs | https://github.com/barker1889/MVC-Monitor/blob/HEAD/MvcMonitor.Tests/Repositories/NHibernateRepositoryTests/AddTests.cs | ghcode:00005:eca105f290b6 | mit | codeparrot/github-code | eca105f290b6c18bcdfd6eb255884d4d407daea7217a6b48cd34e5bdf1649ac1 | 0.75 | testing_debugging_repair_refactoring | 2,039 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Physics
{
[Serializable]
public struct RayStep
{
// Re-use static spac... | SystemFriend/HoloLensUnityChan | Assets/MRTK/Core/Definitions/Physics/RayStep.cs | https://github.com/SystemFriend/HoloLensUnityChan/blob/HEAD/Assets/MRTK/Core/Definitions/Physics/RayStep.cs | ghcode:00005:1db2411a53de | mit | codeparrot/github-code | 1db2411a53de5ecaa109af54043acf9e19112c05ff1abdc10302b63149bb6449 | 0.7 | testing_debugging_repair_refactoring | 1,184 | false | 2026-07-17 |
using System;
using Moq;
using NUnit.Framework;
using SFA.DAS.ProviderApprenticeshipsService.Domain.Interfaces;
using SFA.DAS.ProviderApprenticeshipsService.Infrastructure.Services;
namespace SFA.DAS.ProviderApprenticeshipsService.Web.UnitTests.AcademicYear
{
[TestFixture]
public class WhenDeterminingTheAcade... | SkillsFundingAgency/das-providerapprenticeshipsservice | src/SFA.DAS.ProviderApprenticeshipsService.Web.UnitTests/AcademicYear/WhenDeterminingTheAcademicYear.cs | https://github.com/SkillsFundingAgency/das-providerapprenticeshipsservice/blob/HEAD/src/SFA.DAS.ProviderApprenticeshipsService.Web.UnitTests/AcademicYear/WhenDeterminingTheAcademicYear.cs | ghcode:00005:3b6f960a1561 | mit | codeparrot/github-code | 3b6f960a1561a30c1885a11a7140e6c4f22eb433e848db26cf315c44e54bc889 | 0.7 | testing_debugging_repair_refactoring | 587 | false | 2026-07-17 |
using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace FakeAddressUK.Tests {
[TestClass]
public class FakeAddressTests {
[TestMethod]
public void GenerateZeroAddresses() {
var addresses = FakeAddressGenerator.Generate(0);
Assert... | pjcunningham/fake-address-uk | FakeAddressUK.Tests/FakeAddressTests.cs | https://github.com/pjcunningham/fake-address-uk/blob/HEAD/FakeAddressUK.Tests/FakeAddressTests.cs | ghcode:00005:39d930effe8b | mit | codeparrot/github-code | 39d930effe8b190b5f5d179c60f1f73b2999b0d67a95e08ae11caffb1fa8c2cf | 0.75 | testing_debugging_repair_refactoring | 443 | false | 2026-07-17 |
namespace CrystalQuartz.Core.Tests.Services.ExceptionTraversing
{
using System;
using CrystalQuartz.Core.Domain.Base;
using CrystalQuartz.Core.Services.ExceptionTraversing;
using NUnit.Framework;
[TestFixture]
public class MinimalExceptionTransformerTests
{
[Test]
public vo... | guryanovev/CrystalQuartz | src/CrystalQuartz.Core.Tests/Services/ExceptionTraversing/MinimalExceptionTransformerTests.cs | https://github.com/guryanovev/CrystalQuartz/blob/HEAD/src/CrystalQuartz.Core.Tests/Services/ExceptionTraversing/MinimalExceptionTransformerTests.cs | ghcode:00005:138132946113 | mit | codeparrot/github-code | 13813294611369c5f4a5f2669803a1c327e3976c8c6b2791e720257e9252740b | 0.75 | testing_debugging_repair_refactoring | 409 | false | 2026-07-17 |
using System;
using System.Diagnostics;
using System.IO;
namespace Lucene.Net.Store
{
/*
* 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.
... | Ref12/Codex | lucenenet/src/Lucene.Net/Store/SimpleFSDirectory.cs | https://github.com/Ref12/Codex/blob/HEAD/lucenenet/src/Lucene.Net/Store/SimpleFSDirectory.cs | ghcode:00005:c66d43327a61 | mit | codeparrot/github-code | c66d43327a61553d7750754be4318943fad35f8d0eff30ec842628821c749c10 | 0.8 | testing_debugging_repair_refactoring | 2,127 | false | 2026-07-17 |
using System;
using Microsoft.TeamFoundation.Client;
using Moq;
using Xunit;
namespace QBuild.Core.Tests.BuildServiceTest
{
public class When_calling_build
{
[Fact]
public void Should_throw_if_tfs_project_collection_is_not_provided()
{
var connectionMock = new Mock<TfsTeamP... | rogah/qbuild | tests/core.tests/BuildServiceTest/When_calling_build.cs | https://github.com/rogah/qbuild/blob/HEAD/tests/core.tests/BuildServiceTest/When_calling_build.cs | ghcode:00005:1d70aba87d52 | mit | codeparrot/github-code | 1d70aba87d52a2b63787cdd78276addbc538a21f6921f369e01e1ba7f0a46990 | 0.7 | testing_debugging_repair_refactoring | 454 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using AsyncGenerator.TestCases;
namespace AsyncGenerator.Tests.SimpleAnonymousFunctions.Input
{
public class TestCase
{
public delegate void GetMessage(out string message);
public GetMessage DeclareNamedDelegate()
{
var namedDelegateFunction = new GetMessage((ou... | maca88/AsyncGenerator | Source/AsyncGenerator.Tests/SimpleAnonymousFunctions/Input/TestCase.cs | https://github.com/maca88/AsyncGenerator/blob/HEAD/Source/AsyncGenerator.Tests/SimpleAnonymousFunctions/Input/TestCase.cs | ghcode:00005:b7cbf348aeca | mit | codeparrot/github-code | b7cbf348aeca483b6a7620732468f11b2f13c54310af1a71d5aa4a214182fe67 | 0.75 | testing_debugging_repair_refactoring | 242 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CLMathLibraries.CLFFT;
using NUnit.Framework;
namespace Tests
{
public class CLFFTTests
{
[Test]
public void Should_Setup_And_Teardown()
{
var setupData... | clSharp/clMathLibraries-dotnet | Tests/CLFFTTests.cs | https://github.com/clSharp/clMathLibraries-dotnet/blob/HEAD/Tests/CLFFTTests.cs | ghcode:00005:e54940f3f0e0 | mit | codeparrot/github-code | e54940f3f0e07fe07f67dfa843a718f56f6d031e2d638a3c87d592595309c858 | 0.75 | testing_debugging_repair_refactoring | 113 | false | 2026-07-17 |
namespace XmlUnit.Tests {
using XmlUnit;
using NUnit.Framework;
using System.IO;
[TestFixture]
public class XmlDiffTests {
private XmlDiff _xmlDiff;
[Test] public void EqualResultForSameReader() {
TextReader reader = new StringReader("<empty/>");
... | mmooney/Sriracha.Deploy | ThirdParty/xmlunit-0.4/tests/csharp/XmlDiffTests.cs | https://github.com/mmooney/Sriracha.Deploy/blob/HEAD/ThirdParty/xmlunit-0.4/tests/csharp/XmlDiffTests.cs | ghcode:00005:63d83a8e146c | mit | codeparrot/github-code | 63d83a8e146c1913d6a6ed5baffd8a24bafc1ed9fb36beb448722027a2d860fa | 0.85 | testing_debugging_repair_refactoring | 1,556 | false | 2026-07-17 |
using MauticApi.Client.Models;
using NUnit.Framework;
namespace MauticApi.Client.Test
{
[TestFixture]
public class MauticClientConfigurationTest
{
[TestCase("http://test.com")]
public void WhenCreateAnInstanceWithAPaththatDoesntEndsWithindex_phpAppendItToPath(string path)
{
... | fortesinformatica/MauticApi | src/MauticApi.Client.Test/MauticClientConfigurationTest.cs | https://github.com/fortesinformatica/MauticApi/blob/HEAD/src/MauticApi.Client.Test/MauticClientConfigurationTest.cs | ghcode:00005:8deb0cd3ad1e | mit | codeparrot/github-code | 8deb0cd3ad1ec7bebf1bbe5c205717519f5dbad6de77ea6f31451e49690753b8 | 0.6 | testing_debugging_repair_refactoring | 174 | false | 2026-07-17 |
using System.Diagnostics.CodeAnalysis;
using XRoadLib.Attributes;
using XRoadLib.Serialization;
namespace XRoadLib.Tests.Contract
{
[SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global")]
public class WsdlChangesTestDto : XRoadSerializable, IWsdlChangesTestDto
{
public long? StaticProp... | e-rik/XRoadLib | test/XRoadLib.Tests.Contract/WsdlChangesTestDto.cs | https://github.com/e-rik/XRoadLib/blob/HEAD/test/XRoadLib.Tests.Contract/WsdlChangesTestDto.cs | ghcode:00005:3ff15a5f763e | mit | codeparrot/github-code | 3ff15a5f763ecc05cf6d6cd00d212a6b675ac1c2a41b27863d05e86705ba4164 | 0.75 | testing_debugging_repair_refactoring | 688 | false | 2026-07-17 |
/*
using System;
using System.Collections.Generic;
using UnityEngine;
using GTI.GenericFunctions;
namespace GTI
{
class TEST_MODULE : PartModule
{
public override void OnStart(PartModule.StartState state)
{
Debug.Log("Tech start (string): " + ResearchAndDevelopment.GetTechnologyS... | WarezCrawler/Guybrush101 | Guybrush101/UI_Examples/TEST_MODULE.cs | https://github.com/WarezCrawler/Guybrush101/blob/HEAD/Guybrush101/UI_Examples/TEST_MODULE.cs | ghcode:00005:2b16b8f4ea3a | mit | codeparrot/github-code | 2b16b8f4ea3aa6885443cdd710f072415d48d4153040aad18e2010840107c6dc | 0.85 | testing_debugging_repair_refactoring | 156 | false | 2026-07-17 |
namespace Amazon.S3.Actions.Tests;
public class DeleteObjectRequestTests
{
[Fact]
public void Construct()
{
var request = new DeleteObjectRequest("s3.amazon.com", "bucket", "key", "1");
Assert.Equal("https://s3.amazon.com/bucket/key?versionId=1", request.RequestUri.ToString());
... | carbon/Amazon | src/Amazon.S3.Tests/Actions/DeleteObjectRequestTests.cs | https://github.com/carbon/Amazon/blob/HEAD/src/Amazon.S3.Tests/Actions/DeleteObjectRequestTests.cs | ghcode:00005:0e09885d852e | mit | codeparrot/github-code | 0e09885d852eb247dfc72ce6f42521362df0c873be22b51b206f34cf207d49b7 | 0.75 | testing_debugging_repair_refactoring | 86 | false | 2026-07-17 |
using DnDGen.TreasureGen.Items;
using DnDGen.TreasureGen.Tables;
using NUnit.Framework;
namespace DnDGen.TreasureGen.Tests.Integration.Tables.Items.Levels
{
[TestFixture]
public class Level14ItemsTests : TypeAndAmountPercentileTests
{
protected override string tableName
{
get {... | DnDGen/TreasureGen | DnDGen.TreasureGen.Tests.Integration.Tables/Items/Levels/Level14ItemsTests.cs | https://github.com/DnDGen/TreasureGen/blob/HEAD/DnDGen.TreasureGen.Tests.Integration.Tables/Items/Levels/Level14ItemsTests.cs | ghcode:00005:9c7804070a5e | mit | codeparrot/github-code | 9c7804070a5e2d1c839e9bd049d979a4a80b3b36b403d8ec60ba1fbb25b427cd | 0.75 | testing_debugging_repair_refactoring | 281 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Ipfs.CoreApi
{
[TestClass]
public class AddFileOptionsTests
{
[TestMethod]
public void Defaults()
{
var options = new AddFileOptions();
As... | richardschneider/net-ipfs-core | test/CoreApi/AddFileOptionsTest.cs | https://github.com/richardschneider/net-ipfs-core/blob/HEAD/test/CoreApi/AddFileOptionsTest.cs | ghcode:00005:3995501f4507 | mit | codeparrot/github-code | 3995501f450702321908bc7f9502d304f18426f09d3bdc2296900fdb2631c3da | 0.6 | testing_debugging_repair_refactoring | 345 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using NUnit.Framework;
using Umbraco.Core.IO;
using Umbraco.Core.Packaging;
namespace Umbraco.Tests.Packaging
{
[TestFixture]
class PackageExtractionTests
{
private const string PackageFileName = "Document_Type_Picker_1.1.umb";
private sta... | lars-erik/Umbraco-CMS | src/Umbraco.Tests/Packaging/PackageExtractionTests.cs | https://github.com/lars-erik/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Packaging/PackageExtractionTests.cs | ghcode:00005:697d057bd27a | mit | codeparrot/github-code | 697d057bd27a4d379bbc9e1af6489107c985f2e773e97c012ad2d0dbb23af717 | 0.85 | testing_debugging_repair_refactoring | 285 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VSSDK.Tools.VsIdeTesting;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.Shell;
using EnvDTE;
namespace SmartPaster2013_IntegrationTests
{... | martinjw/SmartPaster2013 | SmartPaster2013/SmartPaster2013_IntegrationTests/PackageTest.cs | https://github.com/martinjw/SmartPaster2013/blob/HEAD/SmartPaster2013/SmartPaster2013_IntegrationTests/PackageTest.cs | ghcode:00005:893b0c3cddc2 | mit | codeparrot/github-code | 893b0c3cddc2dd72f51f1d268f8f7384098fcd9e3c8d1a38c7af1b0cac6d8ac0 | 0.7 | testing_debugging_repair_refactoring | 327 | false | 2026-07-17 |
/*
Box2DX Copyright (c) 2009 Ihar Kalasouski http://code.google.com/p/box2dx
Box2D original C++ version Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising ... | PowerOfCode/box2dx | src/Dynamics/Island.cs | https://github.com/PowerOfCode/box2dx/blob/HEAD/src/Dynamics/Island.cs | ghcode:00005:9f0a5cbdc714 | mit | codeparrot/github-code | 9f0a5cbdc714cbeb1134847df2d28c7a7737b245135201b1f886b0434e7a3262 | 0.7 | testing_debugging_repair_refactoring | 4,299 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.