text stringlengths 40 299k | repo_name stringlengths 7 71 | path stringlengths 4 235 | source_url stringlengths 45 289 | commit_or_blob_id stringlengths 25 25 | license stringclasses 7
values | source_dataset stringclasses 1
value | content_sha256 stringlengths 64 64 | quality_score float64 0.2 0.95 | category_slice stringclasses 1
value | token_count int64 11 109k | is_synthetic bool 1
class | collected_at stringdate 2026-07-17 00:00:00 2026-07-17 00:00:00 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.Threading.Tasks;
using Azure.Iot.Hub.Service.Models;
using NUnit.Framework;
namespace Azure.Iot.Hub.Service.Tests
{
/// <summary>
/// Test all APIs of the StatisticsClient.
/// </summary>
publ... | yugangw-msft/azure-sdk-for-net | sdk/iot/Azure.Iot.Hub.Service/tests/StatisticsClientTests.cs | https://github.com/yugangw-msft/azure-sdk-for-net/blob/HEAD/sdk/iot/Azure.Iot.Hub.Service/tests/StatisticsClientTests.cs | ghcode:00177:64e057966886 | apache-2.0 | codeparrot/github-code | 64e0579668868cf11fcdaffbfd63826aca9cd3594e0732ddad3a9b70ef12afbf | 0.95 | testing_debugging_repair_refactoring | 358 | 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/Product/Analysis/AnalysisDictionary.cs | https://github.com/DEVSENSE/PTVS/blob/HEAD/Python/Product/Analysis/AnalysisDictionary.cs | ghcode:00177:fe7175e18c5a | apache-2.0 | codeparrot/github-code | fe7175e18c5af9a752db5b44c9643ae940659cfb7ae2e04716552827405d69b3 | 0.85 | testing_debugging_repair_refactoring | 4,487 | false | 2026-07-17 |
using Lucene.Net.Documents;
using Lucene.Net.Store;
using Lucene.Net.Util;
using NUnit.Framework;
using Assert = Lucene.Net.TestFramework.Assert;
namespace Lucene.Net.Index
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file dis... | jeme/lucenenet | src/Lucene.Net.Tests/Index/TestIsCurrent.cs | https://github.com/jeme/lucenenet/blob/HEAD/src/Lucene.Net.Tests/Index/TestIsCurrent.cs | ghcode:00177:7d34fa94b2af | apache-2.0 | codeparrot/github-code | 7d34fa94b2af0fc68a7f8ca73b679bf42b5fdc75ac1ea0fd0b5fe0b23e3a385c | 0.85 | testing_debugging_repair_refactoring | 743 | 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.Runtime.ConstrainedExecution;
using System.Runtime.Serialization;
namespace ... | BrennanConroy/corefx | src/System.Threading/src/System/Threading/ReaderWriterLock.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Threading/src/System/Threading/ReaderWriterLock.cs | ghcode:00177:6d9c04c37feb | mit | codeparrot/github-code | 6d9c04c37febecab2025201e3af9ec93150f4922cb4d2d4dac7bb89a24dd3e82 | 0.82 | testing_debugging_repair_refactoring | 10,940 | false | 2026-07-17 |
/********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Di... | bingbing8/PowerShell | src/Microsoft.PowerShell.PSReadLine/Completion.cs | https://github.com/bingbing8/PowerShell/blob/HEAD/src/Microsoft.PowerShell.PSReadLine/Completion.cs | ghcode:00177:344ff50f3e4d | mit | codeparrot/github-code | 344ff50f3e4d3efbb686157e2f9d658bb704f45731b0ce5d04a09e8e5ca999b3 | 0.85 | testing_debugging_repair_refactoring | 4,191 | 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... | hovsepm/azure-powershell | src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.cs | https://github.com/hovsepm/azure-powershell/blob/HEAD/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.cs | ghcode:00177:44824889b18d | apache-2.0 | codeparrot/github-code | 44824889b18d45068416162e8c443492b7204180de5db2795fccd6eee6350dda | 0.85 | testing_debugging_repair_refactoring | 529 | false | 2026-07-17 |
#if !NETCOREAPP1_0
namespace Nancy.Tests.Functional.Tests
{
using System;
using System.Threading.Tasks;
using Nancy.Bootstrapper;
using Nancy.Testing;
using Nancy.Tests.Functional.Modules;
using Nancy.Tests.xUnitExtensions;
using Nancy.ViewEngines;
using Xunit;
public c... | charleypeng/Nancy | test/Nancy.Tests.Functional/Tests/PartialViewTests.cs | https://github.com/charleypeng/Nancy/blob/HEAD/test/Nancy.Tests.Functional/Tests/PartialViewTests.cs | ghcode:00177:d3c7ab283133 | mit | codeparrot/github-code | d3c7ab283133fc9e492c5e07b6c0102a28d3ec6971acc863b1e6205740242069 | 0.95 | testing_debugging_repair_refactoring | 376 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.LanguageServer.Hand... | physhi/roslyn | src/Features/LanguageServer/ProtocolUnitTests/SemanticTokens/SemanticTokensEditsTests.cs | https://github.com/physhi/roslyn/blob/HEAD/src/Features/LanguageServer/ProtocolUnitTests/SemanticTokens/SemanticTokensEditsTests.cs | ghcode:00177:7ddffd4a7023 | apache-2.0 | codeparrot/github-code | 7ddffd4a70236153ec32a25e3c4c525a9ce4c61916dab22da6d5b9943a8193ae | 0.85 | testing_debugging_repair_refactoring | 2,139 | false | 2026-07-17 |
using NUnit.Framework;
namespace Nop.Web.MVC.Tests.Admin.Controllers
{
[TestFixture]
public class CategoryControllerTests : Nop.Tests.TestsBase
{
//TODO also test MVC views.
//Find more info here: http://blog.davidebbo.com/2011/06/unit-test-your-mvc-views-using-razor.html
//TODO ... | jornfilho/nopCommerce | source/Tests/Nop.Web.MVC.Tests/Admin/Controllers/CategoryControllerTests.cs | https://github.com/jornfilho/nopCommerce/blob/HEAD/source/Tests/Nop.Web.MVC.Tests/Admin/Controllers/CategoryControllerTests.cs | ghcode:00177:305cdedd35a6 | apache-2.0 | codeparrot/github-code | 305cdedd35a61105716c21dcb05125170e7c04b3ee40829bb84b0b4860d2345c | 0.95 | testing_debugging_repair_refactoring | 205 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection.PortableExecutable;
usin... | JakeGinnivan/roslyn | src/Compilers/Core/Portable/PEWriter/PeWriter.cs | https://github.com/JakeGinnivan/roslyn/blob/HEAD/src/Compilers/Core/Portable/PEWriter/PeWriter.cs | ghcode:00177:ff0b3bc266d7 | apache-2.0 | codeparrot/github-code | ff0b3bc266d799698b758990598e8c074bc918a3d1d4c14a54150ac98269bfee | 0.72 | testing_debugging_repair_refactoring | 14,556 | false | 2026-07-17 |
using System;
using System.Linq;
using Ploeh.AutoFixture.Kernel;
using Xunit;
namespace Ploeh.AutoFixtureUnitTest.Kernel
{
#pragma warning disable 618
public class NullRecursionGuardTest
{
[Fact]
public void SutIsRecursionGuard()
{
// Fixture setup
... | yuva2achieve/AutoFixture | Src/AutoFixtureUnitTest/Kernel/NullRecursionGuardTest.cs | https://github.com/yuva2achieve/AutoFixture/blob/HEAD/Src/AutoFixtureUnitTest/Kernel/NullRecursionGuardTest.cs | ghcode:00177:02c4088aa57f | mit | codeparrot/github-code | 02c4088aa57fb94d47ba9007933a1d0832e1a8d868c16f7ea46b7800feeb53bc | 0.85 | testing_debugging_repair_refactoring | 610 | false | 2026-07-17 |
//
// Copyright (c) Microsoft. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable l... | naveedaz/azure-sdk-for-net | src/ResourceManagement/WebSite/WebSites.Tests/ScenarioTests/WebSite.Backup.ScenarioTests.cs | https://github.com/naveedaz/azure-sdk-for-net/blob/HEAD/src/ResourceManagement/WebSite/WebSites.Tests/ScenarioTests/WebSite.Backup.ScenarioTests.cs | ghcode:00177:e62990ac12d1 | apache-2.0 | codeparrot/github-code | e62990ac12d1d588f2d78b3d471837ad2e7317d4c13e30051d80b19d775311a0 | 0.85 | testing_debugging_repair_refactoring | 1,212 | false | 2026-07-17 |
namespace FluentAssertions.Equivalency.Matching
{
internal class CollectionMemberMatchingRuleDecorator : IMemberMatchingRule
{
private readonly IMemberMatchingRule matchingRule;
public CollectionMemberMatchingRuleDecorator(IMemberMatchingRule matchingRule)
{
this.matchingRul... | rstam/fluentassertions | Src/Core/Equivalency/Matching/CollectionMemberMatchingRuleDecorator.cs | https://github.com/rstam/fluentassertions/blob/HEAD/Src/Core/Equivalency/Matching/CollectionMemberMatchingRuleDecorator.cs | ghcode:00177:ab26bcb167d6 | apache-2.0 | codeparrot/github-code | ab26bcb167d60334ad6d2a1852294af927df4a63f7eae1202274f5dd8aaca443 | 0.75 | testing_debugging_repair_refactoring | 131 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Elasticsearch.Net;
using Elasticsearch.Net.Connection;
using FluentAssertions;
using Nest.Tests.MockData.Domain;
using Newtonsoft.Json.Linq;
using NUnit.Framework;
namespace Nest.Tests.Unit.Reproduce
{
/// <summary>
//... | geofeedia/elasticsearch-net | src/Tests/Nest.Tests.Unit/Reproduce/Reproduce1146Tests.cs | https://github.com/geofeedia/elasticsearch-net/blob/HEAD/src/Tests/Nest.Tests.Unit/Reproduce/Reproduce1146Tests.cs | ghcode:00177:1d1e0f583421 | apache-2.0 | codeparrot/github-code | 1d1e0f5834214186deab141295e5ac93872302899009ad3aeec5ae90bc610232 | 0.95 | testing_debugging_repair_refactoring | 390 | 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 Microsoft.Win32.SafeHandles;
using System;
using System.Threading;
using Xunit;
public partial class SafeWait... | ViktorHofer/corefx | src/System.Runtime.Handles/tests/SafeWaitHandleExtensions.cs | https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Runtime.Handles/tests/SafeWaitHandleExtensions.cs | ghcode:00177:bb3cde97cce9 | mit | codeparrot/github-code | bb3cde97cce9382cc6da5f9ab59afddd35a50e62b51f6af907b5f902f57ab964 | 0.95 | testing_debugging_repair_refactoring | 348 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using System.Collections.Generic;
using System.Configuration;
using Microsoft.Win32;
using System.Text;
using Microsoft.VisualStudio.Tes... | luiseduardohdbackup/msbuild | src/XMakeBuildEngine/UnitTests/Definition/ToolsetReader_Tests.cs | https://github.com/luiseduardohdbackup/msbuild/blob/HEAD/src/XMakeBuildEngine/UnitTests/Definition/ToolsetReader_Tests.cs | ghcode:00177:667531623146 | mit | codeparrot/github-code | 66753162314636511f372b88dceebf024229c49dd61d0cac165edcc69a92b1ed | 0.72 | testing_debugging_repair_refactoring | 23,899 | 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.Diagnostics.Contracts;
using System.Text;
namespace System.IO
{
// Class... | krk/corefx | src/System.IO.FileSystem/src/System/IO/FileInfo.cs | https://github.com/krk/corefx/blob/HEAD/src/System.IO.FileSystem/src/System/IO/FileInfo.cs | ghcode:00177:6cd707c29b7d | mit | codeparrot/github-code | 6cd707c29b7dd53412fef0f6f7dc64fdb5feae599114b1d73a08ae580c1045da | 0.95 | testing_debugging_repair_refactoring | 1,943 | 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.
#if ES_BUILD_STANDALONE
using System;
using System.Diagnostics;
#endif
using System.Text;
#if ES_BUILD_STANDALONE
u... | krk/coreclr | src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/FieldMetadata.cs | https://github.com/krk/coreclr/blob/HEAD/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/FieldMetadata.cs | ghcode:00177:52e21c923c2e | mit | codeparrot/github-code | 52e21c923c2edcf6e5650791c83cc9721e030bccd89603e029ebdc1c3cc99a9d | 0.85 | testing_debugging_repair_refactoring | 1,537 | 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 OLEDB.Test.ModuleCore;
namespace System.Xml.Tests
{
public partial class TCReaderSettings : TCXMLReaderBa... | benpye/corefx | src/System.Xml.ReaderWriter/tests/Readers/ReaderSettings/TCReaderSettings.cs | https://github.com/benpye/corefx/blob/HEAD/src/System.Xml.ReaderWriter/tests/Readers/ReaderSettings/TCReaderSettings.cs | ghcode:00177:cdb5035c1bab | mit | codeparrot/github-code | cdb5035c1babae45456b13b940b27c57c0fcc31f79aa5b64839742ad6ec75ffd | 0.95 | testing_debugging_repair_refactoring | 119 | false | 2026-07-17 |
using CWServiceBus.Dispatch.TestData;
using NUnit.Framework;
namespace CWServiceBus.Dispatch {
[TestFixture]
public class DispatchExtensionsTests {
[Test]
public void IsMessageHandlerClassType_DetectsInterface() {
Assert.True(typeof(MessageHandler1).IsMessageHandlerClassTyp... | clearwavebuild/CWServiceBus | CWServiceBus.UnitTests/Dispatch/DispatchExtensionsTests.cs | https://github.com/clearwavebuild/CWServiceBus/blob/HEAD/CWServiceBus.UnitTests/Dispatch/DispatchExtensionsTests.cs | ghcode:00177:c5328bf53a85 | mit | codeparrot/github-code | c5328bf53a85961d9f234ae6a6546c580d41fb1e9fdf4c6e2d944798a3a566db | 0.75 | testing_debugging_repair_refactoring | 197 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using RPi.Gpio.Util;
namespace RPi.Gpio.Test.Util
{
[TestClass]
public class BitsTest
{
[TestMethod]
public void SetClearBit()
{
Ass... | ewaldinho/rpi-gpio-dotnet | RPiGpioLibTest/src/Util/BitsTest.cs | https://github.com/ewaldinho/rpi-gpio-dotnet/blob/HEAD/RPiGpioLibTest/src/Util/BitsTest.cs | ghcode:00177:4bb3d324a87e | mit | codeparrot/github-code | 4bb3d324a87e1cc749e11af8eabefa4820e6fba2f2552ac85d55af05e7d8cab7 | 0.7 | testing_debugging_repair_refactoring | 1,775 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Diagnostics;
namespace System.Text.Json.Serialization
{
public ... | joshfree/corefxlab | src/System.Text.JsonLab.Serialization/System/Text/Json/Serialization/JsonSerializer.Helpers.cs | https://github.com/joshfree/corefxlab/blob/HEAD/src/System.Text.JsonLab.Serialization/System/Text/Json/Serialization/JsonSerializer.Helpers.cs | ghcode:00177:88a4d35ff050 | mit | codeparrot/github-code | 88a4d35ff0501aa5354c6cc9859bbd71095f08b0a16907cfb8edb326d3091dfe | 0.85 | testing_debugging_repair_refactoring | 245 | false | 2026-07-17 |
/* Copyright 2017-2019 by Alexandru Ciobanu (alex+git@ciobanu.org)
*
* 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, c... | pavkam/abacaxi | Abacaxi.Tests/ZArray/ConstructTests.cs | https://github.com/pavkam/abacaxi/blob/HEAD/Abacaxi.Tests/ZArray/ConstructTests.cs | ghcode:00177:242276eb8d6d | mit | codeparrot/github-code | 242276eb8d6d71582c7f14042e88483563f852201418dd69c32b23629da13af1 | 0.85 | testing_debugging_repair_refactoring | 1,378 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Akeneo.Common;
using Akeneo.Consts;
using Akeneo.Model;
using Akeneo.Model.Attributes;
using Akeneo.Serialization;
using Newtonsoft.Json;
using Xunit;
na... | pardahlman/akeneo-csharp | tests/Akeneo.IntegrationTests/AttributeTests.cs | https://github.com/pardahlman/akeneo-csharp/blob/HEAD/tests/Akeneo.IntegrationTests/AttributeTests.cs | ghcode:00177:c338c01026dc | mit | codeparrot/github-code | c338c01026dcf2eef1a94f823a1708a9521ec5511c9a7688ad42fbc7e79d3e34 | 0.85 | testing_debugging_repair_refactoring | 511 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using Grace.DependencyInjection;
using Grace.Tests.Classes.Simple;
using Xunit;
namespace Grace.Tests.DependencyInjection.Wrappers
{
public class CompiledWrapperStrategyTests
{
[Fact]
public void ExportWrapper_Non_Generic()
{
... | ipjohnson/Grace | tests/Grace.Tests/DependencyInjection/Wrappers/CompiledWrapperStrategyTests.cs | https://github.com/ipjohnson/Grace/blob/HEAD/tests/Grace.Tests/DependencyInjection/Wrappers/CompiledWrapperStrategyTests.cs | ghcode:00177:d5770dad808f | mit | codeparrot/github-code | d5770dad808fc5825fa9720b40d2ed2fd6da016c54ae6ebd8fd542055b77f1fe | 0.75 | testing_debugging_repair_refactoring | 1,086 | false | 2026-07-17 |
using System;
using FluentAssertions;
using Xunit;
namespace Ab.Tests
{
public class UtcDateTimeProviderTest
{
[Fact]
public void Format_Should_Return_DateTime_In_Universal_Format()
{
// Arrange
IDateTimeProvider dateTimeProvider = new UtcDateTimeProvider();
// Act
string output = dateTimeProvide... | abatishchev/ab | Ab.Tests/UtcDateTimeProviderTest.cs | https://github.com/abatishchev/ab/blob/HEAD/Ab.Tests/UtcDateTimeProviderTest.cs | ghcode:00177:38feaaaadf60 | mit | codeparrot/github-code | 38feaaaadf608fb70c0751c9e2884cbbb17bf62590cd3f3fe2bd2ce38274bcec | 0.7 | testing_debugging_repair_refactoring | 132 | false | 2026-07-17 |
using System.Threading.Tasks;
using DalSoft.RestClient.Test.Integration.TestModels;
namespace DalSoft.RestClient.Test.Integration
{
public static class RestClientExtensions
{
// Strongly typed RestClient extension method on resource, verb left up to user
public static IHttpMethods Users(this ... | DalSoft/DalSoft.RestClient | DalSoft.RestClient.Test.Integration/RestClientExtensions.cs | https://github.com/DalSoft/DalSoft.RestClient/blob/HEAD/DalSoft.RestClient.Test.Integration/RestClientExtensions.cs | ghcode:00177:bc0b94c45b89 | mit | codeparrot/github-code | bc0b94c45b89014cfe576f963f907493ad057630c5951e861ab9df829f273d1f | 0.85 | testing_debugging_repair_refactoring | 163 | false | 2026-07-17 |
using NUnit.Framework;
using System.Linq;
using WhenItsDone.Models.Constants;
namespace WhenItsDone.Models.Tests.MedicalInformationTests
{
[TestFixture]
public class MedicalInformationHeightInCmTests
{
[TestCase(5)]
[TestCase(5242199)]
public void HeightInCm_GetAndSetShould_WorkPro... | army-of-two/when-its-done | WhenItsDone/Tests/LibTests/WhenItsDone.Models.Tests/MedicalInformationTests/MedicalInformationHeightInCmTests.cs | https://github.com/army-of-two/when-its-done/blob/HEAD/WhenItsDone/Tests/LibTests/WhenItsDone.Models.Tests/MedicalInformationTests/MedicalInformationHeightInCmTests.cs | ghcode:00177:aea6b66ded70 | mit | codeparrot/github-code | aea6b66ded70f46aa6b5e52cc7e72670e53212e8f8d15c8d65326a62f24fdf15 | 0.85 | testing_debugging_repair_refactoring | 408 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
namespace Ash.Core
{
public class TestAddedEntityRemoved
{
[Test]
public void Test()
{
... | mikecann/Unity-Ash | Assets/Unity-Ash/Tests/Integration/TestAddedEntityRemoved.cs | https://github.com/mikecann/Unity-Ash/blob/HEAD/Assets/Unity-Ash/Tests/Integration/TestAddedEntityRemoved.cs | ghcode:00177:95fc8c7ca1d8 | mit | codeparrot/github-code | 95fc8c7ca1d8f77f28e35beced27e5bdf5dc7dbbbe6252fcd5e11f73943593fb | 0.85 | testing_debugging_repair_refactoring | 115 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using Arango.Client;
using Arango.fastJSON;
namespace Arango.Tests
{
[TestFixture()]
public cla... | yojimbo87/ArangoDB-NET | src/Arango/Arango.Tests/Performance/PerformanceTests.cs | https://github.com/yojimbo87/ArangoDB-NET/blob/HEAD/src/Arango/Arango.Tests/Performance/PerformanceTests.cs | ghcode:00177:191096350a96 | mit | codeparrot/github-code | 191096350a964d996d93280674454abd73129d7141851c5d1e7a1fd9cb38d6b7 | 0.85 | testing_debugging_repair_refactoring | 1,467 | false | 2026-07-17 |
using System.Linq;
using System.Threading.Tasks;
using Disqus.NET.Models;
using Disqus.NET.Requests;
using NUnit.Framework;
namespace Disqus.NET.Tests
{
[TestFixture]
public class DisqusTrendsApiTests : DisqusTestsInitializer
{
[Test]
public async Task ListThreadsAsync_Test()
{
... | akaSybe/Disqus.NET | src/Disqus.NET.Tests/DisqusTrendsApiTests.cs | https://github.com/akaSybe/Disqus.NET/blob/HEAD/src/Disqus.NET.Tests/DisqusTrendsApiTests.cs | ghcode:00177:b7cd871ad12d | mit | codeparrot/github-code | b7cd871ad12ddccc79423909f55b21bb8a114edbaf968351d791c1dc7177feba | 0.85 | testing_debugging_repair_refactoring | 177 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// Copyright (c) Lead Pipe Software. All rights reserved.
// Licensed under the MIT License. Please see the LICENSE file in the project root for full license information.
// -------------------------... | LeadPipeSoftware/LeadPipe.Net | src/LeadPipe.Net.Lucene.Tests/SearchService/SearchShould.cs | https://github.com/LeadPipeSoftware/LeadPipe.Net/blob/HEAD/src/LeadPipe.Net.Lucene.Tests/SearchService/SearchShould.cs | ghcode:00177:6dd5c5199514 | mit | codeparrot/github-code | 6dd5c51995149965b6019721f963e5ba7693663e819c3cc8c80cc80462b7404e | 0.85 | testing_debugging_repair_refactoring | 503 | false | 2026-07-17 |
/*
Copyright (c) 2018 Nikolay Zahariev <zahasoft.com>. Licensed under the MIT License
*/
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Reflection;
namespace Zahasoft.Scraps.Entities
{
public class UserEntityTest
{
private readonly TypeInfo _typeInfo;
public UserEntityTest()
{
_typ... | zahasoft/scraps | source/csharp/Entities/UserEntityTest.cs | https://github.com/zahasoft/scraps/blob/HEAD/source/csharp/Entities/UserEntityTest.cs | ghcode:00177:9a280e4dacd1 | mit | codeparrot/github-code | 9a280e4dacd17abc118e7b9d236cb9ef913a0befbada2214296a351488b2cb0c | 0.6 | testing_debugging_repair_refactoring | 384 | false | 2026-07-17 |
using BenchmarkDotNet.Attributes;
using static Pidgin.Parser;
using static Pidgin.Parser<char>;
namespace Pidgin.Bench
{
[MemoryDiagnoser]
public class StringBench
{
private static readonly string _input = new string('a', 65536);
private static readonly Parser<char, string> _string = Parser... | benjamin-hodgson/Pidgin | Pidgin.Bench/StringBench.cs | https://github.com/benjamin-hodgson/Pidgin/blob/HEAD/Pidgin.Bench/StringBench.cs | ghcode:00177:737d65b35ea4 | mit | codeparrot/github-code | 737d65b35ea466b8c1067385103d5094cb6e61916c47c84173a03eb0256ffb0f | 0.75 | testing_debugging_repair_refactoring | 200 | false | 2026-07-17 |
using System;
using FubuCore.Reflection;
using FubuMVC.Core.Registration;
using FubuMVC.Swank;
using FubuMVC.Swank.Description;
using FubuMVC.Swank.Specification;
using NUnit.Framework;
using Should;
namespace Tests.Specification.SpecificationService.Tests
{
[TestFixture]
public abstract class Int... | mikeobrien/FubuMVC.Swank | src/Tests/Specification/SpecificationService/Tests/Tests.cs | https://github.com/mikeobrien/FubuMVC.Swank/blob/HEAD/src/Tests/Specification/SpecificationService/Tests/Tests.cs | ghcode:00177:dde1c1b256b3 | mit | codeparrot/github-code | dde1c1b256b39ce69f94dc59169c1a908e632710f351f4963d0d0dc22129f50b | 0.85 | testing_debugging_repair_refactoring | 581 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
using FrameworkExtensions;
namespace FrameworkExtensionsTests.StringExtensions
{
[TestClass]
public class ToStringOrDefault
{
[TestMethod]
public void ShouldReturnDefaultValueWhenInputIsNul... | hdorgeval/aaaProgramming | aaaProgramming/Framework 3.5 Extensions Tests/StringExtensions/ToStringOrDefault.cs | https://github.com/hdorgeval/aaaProgramming/blob/HEAD/aaaProgramming/Framework 3.5 Extensions Tests/StringExtensions/ToStringOrDefault.cs | ghcode:00177:1dea5e7cad93 | mit | codeparrot/github-code | 1dea5e7cad93fd4b96af4bfff25692aa9d9f3f8c4f33d5291f9482b5ce7a3284 | 0.7 | testing_debugging_repair_refactoring | 191 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using FluentAssertions;
using Xunit;
namespace Rocks.Helpers.Tests
{
public class UrlExtensionsTests
{
[Fact]
public void PropertiesToRouteValueDictionary_Null_ReturnsEmpty()
{
var ... | kukuRUSik/Rocks.Helpers | src/Rocks.Helpers.Tests/UrlExtensionsTests.cs | https://github.com/kukuRUSik/Rocks.Helpers/blob/HEAD/src/Rocks.Helpers.Tests/UrlExtensionsTests.cs | ghcode:00177:12603363662d | mit | codeparrot/github-code | 12603363662d7666282b4a6ca9558b4f0e5b4c36fc34b29a69e8e4ca1994ab26 | 0.85 | testing_debugging_repair_refactoring | 1,358 | false | 2026-07-17 |
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TestHelper;
namespace ExceptionA... | SergeyTeplyakov/ExceptionAnalyzer | src/ExceptionAnalyzer/ExceptionAnalyzer.Test/GenericCatchBlockAnalyzerTests.cs | https://github.com/SergeyTeplyakov/ExceptionAnalyzer/blob/HEAD/src/ExceptionAnalyzer/ExceptionAnalyzer.Test/GenericCatchBlockAnalyzerTests.cs | ghcode:00177:24c4a0f1e393 | mit | codeparrot/github-code | 24c4a0f1e393c63674bfc01b1d64a306443b6cfb35f1ca63d3a63a0a845bb727 | 0.85 | testing_debugging_repair_refactoring | 855 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Expressive.Exceptions;
using Expressive.Functions;
using Expressive.Functions.Conversion;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Expressive.Tests.Functions.Conversion
{
... | bijington/expressive | Source/Expressive.Tests/Functions/Conversion/LongFunctionTests.cs | https://github.com/bijington/expressive/blob/HEAD/Source/Expressive.Tests/Functions/Conversion/LongFunctionTests.cs | ghcode:00177:9ce87fbf1b10 | mit | codeparrot/github-code | 9ce87fbf1b1031046db387d4e8bd8356bb2ae4153723397a6eca20358ac1c74b | 0.75 | testing_debugging_repair_refactoring | 438 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
#pragma warning disable VSTHRD200 // Use "Async" suffix for async methods
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.L... | dotnet/roslyn-analyzers | src/PerformanceTests/Tests/Enabled/CSharp_CA1831.cs | https://github.com/dotnet/roslyn-analyzers/blob/HEAD/src/PerformanceTests/Tests/Enabled/CSharp_CA1831.cs | ghcode:00177:93549264ad0e | mit | codeparrot/github-code | 93549264ad0ea6b81bf3ea8ddd0d4ecaa457fe091e795d979de314da0c9ff579 | 0.85 | testing_debugging_repair_refactoring | 719 | false | 2026-07-17 |
using System;
using System.Linq;
using FluentAssertions;
using Moq;
using Xunit;
namespace Thor.Generator.ProjectSystem.Tests
{
public class ProjectTests
{
[Fact]
public void ProjectCreate()
{
// arrange
Mock<IProjectId> projectId = new Mock<IProjectId>(MockBeha... | ChilliCream/EventSourceGenerator | src/Generator.ProjectSystem.Tests/ProjectTests.cs | https://github.com/ChilliCream/EventSourceGenerator/blob/HEAD/src/Generator.ProjectSystem.Tests/ProjectTests.cs | ghcode:00177:4dce71fe1917 | mit | codeparrot/github-code | 4dce71fe1917bf7ade0f3c94c8a25e38e2a8a7e726847411014cb9c2032651f7 | 0.85 | testing_debugging_repair_refactoring | 1,030 | false | 2026-07-17 |
namespace SabbathText.Tests
{
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
/// <summary>
/// The main purpose of this class is to make sure secret settings work as expected (with encryption/decryption).
/// </summary>
[TestClass]
public class SecretSettingTests
{
... | sluu99/sabbathtext | SabbathText.Tests/SecretSettingTests.cs | https://github.com/sluu99/sabbathtext/blob/HEAD/SabbathText.Tests/SecretSettingTests.cs | ghcode:00177:80b613e20544 | mit | codeparrot/github-code | 80b613e205445fd04d8122ed45209dcabd7708b2dc55f12615cfbd9b48927506 | 0.85 | testing_debugging_repair_refactoring | 184 | false | 2026-07-17 |
// Description: C# Extension Methods | Enhance the .NET Framework and .NET Core with over 1000 extension methods.
// Website & Documentation: https://csharp-extension.com/
// Issues: https://github.com/zzzprojects/Z.ExtensionMethods/issues
// License (MIT): https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/... | zzzprojects/Z.ExtensionMethods | test/Z.Reflection.Test/GetDeclaration/Property/GenericProperty.cs | https://github.com/zzzprojects/Z.ExtensionMethods/blob/HEAD/test/Z.Reflection.Test/GetDeclaration/Property/GenericProperty.cs | ghcode:00177:d17d0e8b9831 | mit | codeparrot/github-code | d17d0e8b98315e133156a43785f266192baa41e9bb5ff4d4d851977c5dc9fe27 | 0.7 | testing_debugging_repair_refactoring | 220 | false | 2026-07-17 |
using System.Windows;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ManagedIrbis;
using AM.Windows.Irbis;
using ManagedIrbis.Search;
namespace UnitTests.Experiments
{
//[TestClass]
public class DictionaryFormExperiments
{
//[TestMethod]
public void TestMethod1()
{
... | amironov73/ManagedIrbis | Source/UnitTests/Experiments/DictionaryFormExperiments.cs | https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/Experiments/DictionaryFormExperiments.cs | ghcode:00177:836d41df5d40 | mit | codeparrot/github-code | 836d41df5d40ba9b491b7d74da58a8746e3c5cc8f8205508108a1520c5e48c17 | 0.75 | testing_debugging_repair_refactoring | 441 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Excess.Compiler.Core
{
public abstract class CompilerBase<TToken, TNode, TModel>
: ICompiler<TToken, TNode, TModel>,
IDocumentInjector<TToken, ... | xs-admin/Excess | Excess.Compiler/Core/CompilerBase.cs | https://github.com/xs-admin/Excess/blob/HEAD/Excess.Compiler/Core/CompilerBase.cs | ghcode:00177:64b0a7d0d70d | mit | codeparrot/github-code | 64b0a7d0d70d70f3ee042f8457107fa7a23cb89f6cbe7f8348e7b3026aae8872 | 0.75 | testing_debugging_repair_refactoring | 994 | false | 2026-07-17 |
using Moq;
using NUnit.Framework;
using SJP.Schematic.Core;
using SJP.Schematic.Reporting.Snapshot;
namespace SJP.Schematic.Reporting.Tests.Snapshot
{
internal static class SnapshotSchemaTests
{
[Test]
public static void Ctor_WhenGivenNullConnectionFactory_ThrowsArgNullException()
{
... | sjp/Schematic | src/SJP.Schematic.Reporting.Tests/Snapshot/SnapshotSchemaTests.cs | https://github.com/sjp/Schematic/blob/HEAD/src/SJP.Schematic.Reporting.Tests/Snapshot/SnapshotSchemaTests.cs | ghcode:00177:de7f3fa1b7ed | mit | codeparrot/github-code | de7f3fa1b7ed51fff2a53465356bc27be76dc173270f629b11675d5832fa2dff | 0.75 | testing_debugging_repair_refactoring | 129 | false | 2026-07-17 |
namespace EnergyTrading.MDM.Test
{
using System;
using System.Configuration;
using System.Net;
using System.Runtime.Serialization;
using Microsoft.Http;
using NUnit.Framework;
using EnergyTrading.Mdm.Contracts;
[TestFixture]
public class when_a_request_is_made_to_retrive_a_sources... | RWE-Nexus/EnergyTrading-MDM-Sample | Code/Service/MDM.IntegrationTest.Sample/SourceSystem/map/source_system_unkown.cs | https://github.com/RWE-Nexus/EnergyTrading-MDM-Sample/blob/HEAD/Code/Service/MDM.IntegrationTest.Sample/SourceSystem/map/source_system_unkown.cs | ghcode:00177:0cdbece933fc | mit | codeparrot/github-code | 0cdbece933fc5e0278a4d4047ce1f76c9cce1a18dbf0e44fa7bc66c526154fa8 | 0.75 | testing_debugging_repair_refactoring | 326 | false | 2026-07-17 |
using CapuchinSync.Core.GenerateSynchronizationDictionary;
using CapuchinSync.Core.Interfaces;
using NSubstitute;
using NUnit.Framework;
using System.Linq;
namespace CapuchinSync.Core.Tests
{
[TestFixture]
public class GenerateSyncHashesCommandLineArgumentParserTests
{
[Test]
public void ... | schallot/CapuchinSync | Code/CapuchinSync.Core.Tests/GenerateSyncHashesCommandLineArgumentParserTests.cs | https://github.com/schallot/CapuchinSync/blob/HEAD/Code/CapuchinSync.Core.Tests/GenerateSyncHashesCommandLineArgumentParserTests.cs | ghcode:00177:349176a17923 | mit | codeparrot/github-code | 349176a17923f32f686a2e953c289a487ffa8ab272e4665aa0d2582baa15f641 | 0.75 | testing_debugging_repair_refactoring | 713 | false | 2026-07-17 |
using NUnit.Framework;
using Osiris.Stats;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Osiris.Abilities.Test
{
[TestFixture]
public class AbilitiesTest
{
[Test]
public void CreateAbilityCostLess()
{... | densjizz/Osiris | Osiris.Ability.Test/AbilitiesTest.cs | https://github.com/densjizz/Osiris/blob/HEAD/Osiris.Ability.Test/AbilitiesTest.cs | ghcode:00177:6fb96916be4f | mit | codeparrot/github-code | 6fb96916be4f9e6e9f9cf45ffc84c7f09e1eb155d878b34ca3385d963e715709 | 0.7 | testing_debugging_repair_refactoring | 837 | false | 2026-07-17 |
using ColorManager;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace ColorManagerTests.Conversions
{
[TestClass]
public unsafe class Luv_LCHuv : Conversion<ColorLuv, ColorLCHuv>
{
protected override double[] Rand_In_T
{
get { return new double[] { 42.929035354373, -... | JBildstein/NCM | ColorManagerTests/Color/Conversions/Luv_LCHuv.cs | https://github.com/JBildstein/NCM/blob/HEAD/ColorManagerTests/Color/Conversions/Luv_LCHuv.cs | ghcode:00177:3b0e494b24c3 | mit | codeparrot/github-code | 3b0e494b24c3497e18faf4264310ea475645518c096a764b2559c3301d74386f | 0.75 | testing_debugging_repair_refactoring | 715 | false | 2026-07-17 |
using NUnit.Framework;
namespace Validations.Test
{
[TestFixture]
public class MaxLengthAttributeTest
{
public string NullString
{
get { return null; }
}
[Test]
public void NullIsValid()
{
var attribute = new MaxLengthA... | bbyars/validations | Validations.Test/MaxLengthAttributeTest.cs | https://github.com/bbyars/validations/blob/HEAD/Validations.Test/MaxLengthAttributeTest.cs | ghcode:00177:d823249b3991 | mit | codeparrot/github-code | d823249b39912e80e4b96995f97e85e3629918b7cecba8b2ff5c70ebf76dda06 | 0.6 | testing_debugging_repair_refactoring | 179 | false | 2026-07-17 |
using System.Numerics;
using System.Threading;
using System.Threading.Tasks;
using Nethereum.Contracts.ContractHandlers;
using Nethereum.ENS.TestRegistrar.ContractDefinition;
using Nethereum.RPC.Eth.DTOs;
namespace Nethereum.ENS
{
public partial class TestRegistrarService
{
public static Task<Tra... | Nethereum/Nethereum | src/Nethereum.ENS/TestRegistrarService.cs | https://github.com/Nethereum/Nethereum/blob/HEAD/src/Nethereum.ENS/TestRegistrarService.cs | ghcode:00177:0926cf1d3a76 | mit | codeparrot/github-code | 0926cf1d3a76bcb174a8f1b18d69fe8caee071b35e5053a5fc30918e03ccacca | 0.75 | testing_debugging_repair_refactoring | 816 | false | 2026-07-17 |
namespace DSInternals.SAM.Test
{
using DSInternals.SAM;
using DSInternals.SAM.Interop;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
[TestClass]
public class LSAPolicyTester
{
[TestMethod]
public void LsaPolicy_QueryDnsDomainInformat... | MichaelGrafnetter/DSInternals | Src/DSInternals.SAM.Test/LSAPolicyTester.cs | https://github.com/MichaelGrafnetter/DSInternals/blob/HEAD/Src/DSInternals.SAM.Test/LSAPolicyTester.cs | ghcode:00177:c02b36101fdc | mit | codeparrot/github-code | c02b36101fdc18b53de349136f79580d93a26cfb06cc84a0c2a3ad09f1cb0afd | 0.85 | testing_debugging_repair_refactoring | 795 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using Coderoom.LoadBalancer.Request;
using Coderoom.LoadBalancer.Specifications.Utilities;
using Machine.Specifications;
using Moq;
using It = Machine.Specifications.It;
namespace Coderoom.LoadBalancer.Specifications.Request
{
... | ArnoldZokas/coderoom-load-balancer | Coderoom.LoadBalancer.Specifications/Request/RequestMessageBuilderSpecs.cs | https://github.com/ArnoldZokas/coderoom-load-balancer/blob/HEAD/Coderoom.LoadBalancer.Specifications/Request/RequestMessageBuilderSpecs.cs | ghcode:00177:7d8aee3b066e | mit | codeparrot/github-code | 7d8aee3b066e2ce7ed01b42ee782254bbcd376a6fb7829ef828be980d4864ac6 | 0.75 | testing_debugging_repair_refactoring | 441 | false | 2026-07-17 |
using Aggregates.Contracts;
using FakeItEasy;
using FluentAssertions;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace Aggregates.Common
{
public class OobWriter : TestSubject<Internal.OobWriter>
{
[Fact]
public async Task ... | volak/Aggregates.NET | src/Aggregates.NET.UnitTests/Common/OobWriter.cs | https://github.com/volak/Aggregates.NET/blob/HEAD/src/Aggregates.NET.UnitTests/Common/OobWriter.cs | ghcode:00177:5373a3cf2980 | mit | codeparrot/github-code | 5373a3cf2980df52be4c82b4790d122018c85d9eb0ae7370cd226f968276c660 | 0.75 | testing_debugging_repair_refactoring | 1,669 | false | 2026-07-17 |
using System;
using Shouldly;
using Valit.Tests.HelperExtensions;
using Xunit;
namespace Valit.Tests.Decimal
{
public class Decimal_IsGreaterThan_Tests
{
[Fact]
public void Decimal_IsGreaterThan_For_Not_Nullable_Values_Throws_When_Null_Rule_Is_Given()
{
var exception = Recor... | valit-stack/Valit | tests/Valit.Tests/Decimal/Decimal_IsGreaterThan_Tests.cs | https://github.com/valit-stack/Valit/blob/HEAD/tests/Valit.Tests/Decimal/Decimal_IsGreaterThan_Tests.cs | ghcode:00177:15bc57e98ba1 | mit | codeparrot/github-code | 15bc57e98ba10efe0cb394f45953cd8e2ec2b1d63ab363bb64c3d06159482313 | 0.75 | testing_debugging_repair_refactoring | 948 | false | 2026-07-17 |
namespace H3Control.Tests
{
using System;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NUnit.Framework;
using Universe;
[TestFixture]
public class F2_Http... | devizer/h3control | H3Control.Tests/F2_HttpServer_Tests.cs | https://github.com/devizer/h3control/blob/HEAD/H3Control.Tests/F2_HttpServer_Tests.cs | ghcode:00177:d025042e6c6f | mit | codeparrot/github-code | d025042e6c6ffe34a4bd55e58423f42d51c052f068a78027cafe95ad4cba2537 | 0.85 | testing_debugging_repair_refactoring | 1,258 | false | 2026-07-17 |
using Common;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
namespace Tests.Common
{
[TestClass]
public class ResultTests
{
[TestMethod]
public void ResultTest()
{
Result result = Result.Success();
Check(result, 0, Asse... | rostrastegaev/Directory | Directory/Tests/Common/ResultTests.cs | https://github.com/rostrastegaev/Directory/blob/HEAD/Directory/Tests/Common/ResultTests.cs | ghcode:00177:6986f50b6eff | mit | codeparrot/github-code | 6986f50b6eff46eded785d5d620ffb3203d957a9cf67beb20d3fa4fdc448b90f | 0.85 | testing_debugging_repair_refactoring | 769 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using pointmatcher.net;
namespace pointmatcherTests
{
[TestClass]
public class SamplingSurfaceNormalTest
{
[TestMethod]
public void SingleBinTest()
... | braddodson/pointmatcher.net | pointmatcherTests/SamplingSurfaceNormalTest.cs | https://github.com/braddodson/pointmatcher.net/blob/HEAD/pointmatcherTests/SamplingSurfaceNormalTest.cs | ghcode:00177:1ebacdef8703 | apache-2.0 | codeparrot/github-code | 1ebacdef8703188e894ce8ede970f5c872231d298572c9266476815123763a1e | 0.6 | testing_debugging_repair_refactoring | 232 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="InheritingFromHostPreservesMemberAccessSpecTest.cs" company="Copacetic Software">
// Copyright (c) Copacetic Software.
// <author>Philip Pittle</author>
// <date>Friday, October 11, 2013 4:09:17 PM</date>
// Licensed un... | ppittle/pMixins | pMixins.TheorySandbox/COVERED/InheritingFromHostPreservesMemberAccess/InheritingFromHostPreservesMemberAccessSpecTest.cs | https://github.com/ppittle/pMixins/blob/HEAD/pMixins.TheorySandbox/COVERED/InheritingFromHostPreservesMemberAccess/InheritingFromHostPreservesMemberAccessSpecTest.cs | ghcode:00177:860aebd5eddd | apache-2.0 | codeparrot/github-code | 860aebd5eddd2a1b908e2382b7fe3c8f8cff745d93da12a471f461189f20d607 | 0.85 | testing_debugging_repair_refactoring | 460 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using OpenQA.Selenium;
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium.IE;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.Support.UI;
namespace sel_1_task1
{
[TestFixture]
public class Task13
{
private IWebDriver driver;
private WebDriverWait... | babkinatania/test-repository | sel-1_task1/sel-1_task1/Task13.cs | https://github.com/babkinatania/test-repository/blob/HEAD/sel-1_task1/sel-1_task1/Task13.cs | ghcode:00177:e87f59ee20cb | apache-2.0 | codeparrot/github-code | e87f59ee20cb5e2fa16a69c666167f6424bfb84bcae8d2495ca3e54f0a630a44 | 0.7 | testing_debugging_repair_refactoring | 612 | false | 2026-07-17 |
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
// Licensed under the Apache License, Version 2.0.
using ImageMagick;
using Xunit;
namespace Magick.NET.Tests
{
public partial class MagickSettingsTests
{
public class TheDepthProperty
{
[Fact]
public vo... | dlemstra/Magick.NET | tests/Magick.NET.Tests/Settings/MagickSettingsTests/TheDepthProperty.cs | https://github.com/dlemstra/Magick.NET/blob/HEAD/tests/Magick.NET.Tests/Settings/MagickSettingsTests/TheDepthProperty.cs | ghcode:00177:f3abb19af7ef | apache-2.0 | codeparrot/github-code | f3abb19af7efe5dc4f3f9e6ffdcad6d9cfd5c2eb85e0992f49bb5f533189464a | 0.85 | testing_debugging_repair_refactoring | 159 | 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... | Jay-Jay-D/LeanSTP | Tests/Common/Securities/AccountCurrencyImmediateSettlementModelTests.cs | https://github.com/Jay-Jay-D/LeanSTP/blob/HEAD/Tests/Common/Securities/AccountCurrencyImmediateSettlementModelTests.cs | ghcode:00177:4e02b6dd31e6 | apache-2.0 | codeparrot/github-code | 4e02b6dd31e6e5dfe9b75dda5588047247311b67c2cecafaab81a413ffc7a766 | 0.85 | testing_debugging_repair_refactoring | 1,063 | 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.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Completion.Providers;
using Microso... | reaction1989/roslyn | src/EditorFeatures/CSharpTest/Completion/CompletionProviders/ExplicitInterfaceTypeCompletionProviderTests.cs | https://github.com/reaction1989/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/Completion/CompletionProviders/ExplicitInterfaceTypeCompletionProviderTests.cs | ghcode:00177:e5fb52124e3e | apache-2.0 | codeparrot/github-code | e5fb52124e3ecf5fbf92b4a4306e9de5254738e672bc4dd71171ce442ec35c87 | 0.85 | testing_debugging_repair_refactoring | 1,693 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Immutable;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using Microsoft.Code... | DinoV/roslyn | src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTests.cs | https://github.com/DinoV/roslyn/blob/HEAD/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTests.cs | ghcode:00177:36f80a6ac71f | apache-2.0 | codeparrot/github-code | 36f80a6ac71f18bcbab91a2494040ac777b0ce582c6028aca3e970f8cb3bf01e | 0.75 | testing_debugging_repair_refactoring | 52,348 | false | 2026-07-17 |
// Copyright (c) Martin Costello, 2012-2018. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
using Xunit.Sdk;
namespace MartinCostello.SqlLocalDb;
/// <summary>
/// Attribute that is applied to a method to indicate that it is a fa... | martincostello/sqllocaldb | tests/SqlLocalDb.Tests/WindowsOnlyFactAttribute.cs | https://github.com/martincostello/sqllocaldb/blob/HEAD/tests/SqlLocalDb.Tests/WindowsOnlyFactAttribute.cs | ghcode:00177:6b5b0f4e8e4b | apache-2.0 | codeparrot/github-code | 6b5b0f4e8e4b6956fab45b8e271eee8ad7bfd6460ab006b6a560a23db785f647 | 0.85 | testing_debugging_repair_refactoring | 252 | false | 2026-07-17 |
// Copyright ? 2013 - 2014, Alain Metge. All rights reserved.
//
// This file is part of Hyperstore (http://www.hyperstore.org)
//
// 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
//
// ... | Hyperstore/Hyperstore.Core | Hyperstore.Tests/DomainModel/RelationshipTest.cs | https://github.com/Hyperstore/Hyperstore.Core/blob/HEAD/Hyperstore.Tests/DomainModel/RelationshipTest.cs | ghcode:00177:89a17efdb673 | apache-2.0 | codeparrot/github-code | 89a17efdb673ec9ba76fa0b2f991b8c3a3c32fe2ac9f1f7a7b10fb89c9cdb805 | 0.85 | testing_debugging_repair_refactoring | 1,935 | false | 2026-07-17 |
/*
* Copyright 2013-2018 Guardtime, Inc.
*
* This file is part of the Guardtime client SDK.
*
* 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/licens... | GuardTime/ksi-net-sdk | ksi-net-api-test/Signature/Verification/Rule/PublicationsFileExtendedSignatureInputHashRuleTests.cs | https://github.com/GuardTime/ksi-net-sdk/blob/HEAD/ksi-net-api-test/Signature/Verification/Rule/PublicationsFileExtendedSignatureInputHashRuleTests.cs | ghcode:00177:848ebbd9ba39 | apache-2.0 | codeparrot/github-code | 848ebbd9ba39b3cf1aaed5fc2f5353e71e0ac513fde704e8c6a19fa0f0a51973 | 0.85 | testing_debugging_repair_refactoring | 1,355 | false | 2026-07-17 |
using System.Collections;
using System.Linq;
using NUnit.Framework;
using SubCSS.Ast;
using SubCSS.Parser;
namespace SubCSS.Tests.Parser
{
[TestFixture]
public class SubCssParserTest
{
[Test]
public void ParseSimple()
{
var x = SubCssParser.Parse("foo {bar: a}");
... | chaquotay/SubCSS | src/SubCSS.Tests/Parser/SubCssParserTest.cs | https://github.com/chaquotay/SubCSS/blob/HEAD/src/SubCSS.Tests/Parser/SubCssParserTest.cs | ghcode:00177:4343fc32952c | apache-2.0 | codeparrot/github-code | 4343fc32952c782cfbbe4368a891bd621f5408cba2915e3ec5e121da112b11e0 | 0.6 | testing_debugging_repair_refactoring | 1,289 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using Microsoft.Azure.Management.Resources;
using Microsoft.Azure.Management... | stankovski/azure-sdk-for-net | sdk/storage/Microsoft.Azure.Management.Storage/tests/Tests/BlobServiceTests.cs | https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/storage/Microsoft.Azure.Management.Storage/tests/Tests/BlobServiceTests.cs | ghcode:00177:fe07baea7b26 | apache-2.0 | codeparrot/github-code | fe07baea7b26b8a37ed72a11ffd210c4fc9305a6485deebc80d44fe3df210398 | 0.82 | testing_debugging_repair_refactoring | 12,301 | false | 2026-07-17 |
using System.IO;
using CsvHelper.Configuration;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace CsvHelper.Tests.Reading
{
[TestClass]
public class MultipleHeadersTests
{
[TestMethod]
public void ReadWithoutMapTest()
{
using( var stream = new MemoryStream() )
using( var reader... | ravensorb/CsvHelper | src/CsvHelper.Tests/Reading/MultipleHeadersTests.cs | https://github.com/ravensorb/CsvHelper/blob/HEAD/src/CsvHelper.Tests/Reading/MultipleHeadersTests.cs | ghcode:00177:8bdd488472ff | apache-2.0 | codeparrot/github-code | 8bdd488472ff9f275931e55edd0f9a5a8d6d6567c97cef063e8c2986b7219746 | 0.75 | testing_debugging_repair_refactoring | 652 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.Abstractions;
using Mic... | aspnet/AspNetCore | src/Mvc/Mvc.Core/test/ConsumesAttributeTests.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/Mvc.Core/test/ConsumesAttributeTests.cs | ghcode:00177:d63e8f7d0f6c | apache-2.0 | codeparrot/github-code | d63e8f7d0f6cdb384909e98af2c61da76b1c95b11b9320cfb53c2599cc36b259 | 0.95 | testing_debugging_repair_refactoring | 3,049 | false | 2026-07-17 |
#region License
// Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk)
//
// 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... | pacificIT/FluentValidation | src/FluentValidation.Tests/CollectionValidatorTests.cs | https://github.com/pacificIT/FluentValidation/blob/HEAD/src/FluentValidation.Tests/CollectionValidatorTests.cs | ghcode:00177:c3464665df63 | apache-2.0 | codeparrot/github-code | c3464665df63a76cdcf8b945f302745109a983df502c4c82990deb5e0bf65e09 | 0.85 | testing_debugging_repair_refactoring | 1,645 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Enigma.Store.Keys;
using Enigma.Store;
using Enigma.Store.Binary;
namespace Enigma.Test.Store
{
[TestClass]
public class EntryWriterTests
{
private static readonly Entry TestEntry = new Entry { Key = new Int32Key(1), ValueOff... | jaygumji/EnigmaDb | Enigma.Test/Store/EntryWriterTests.cs | https://github.com/jaygumji/EnigmaDb/blob/HEAD/Enigma.Test/Store/EntryWriterTests.cs | ghcode:00177:041dbae3c69c | apache-2.0 | codeparrot/github-code | 041dbae3c69ce08150a036000cc28d5dffebd850c02e1d101b76581c8a7d9572 | 0.75 | testing_debugging_repair_refactoring | 247 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Analyzer.Utilitie... | mavasani/roslyn-analyzers | src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/InteropServices/PlatformCompatibilityAnalyzer.Value.cs | https://github.com/mavasani/roslyn-analyzers/blob/HEAD/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/InteropServices/PlatformCompatibilityAnalyzer.Value.cs | ghcode:00177:9413b026c830 | apache-2.0 | codeparrot/github-code | 9413b026c830d38533769ca5ec34cc9296ce9d1b83ee11a57dfee85ae19ed671 | 0.85 | testing_debugging_repair_refactoring | 1,971 | false | 2026-07-17 |
using NUnit.Framework;
using Talifun.Crusher.IcedCoffee;
using Talifun.Web;
namespace Talifun.Crusher.Tests.IcedCoffee
{
[TestFixture]
public class IcedCoffeeCompilerTests
{
[Test]
public void CompileIcedCoffeeTemplate()
{
const string script = @"# Assignment:
number ... | taliesins/talifun-web | src/Talifun.Crusher.Tests/IcedCoffee/IcedCoffeeCompilerTests.cs | https://github.com/taliesins/talifun-web/blob/HEAD/src/Talifun.Crusher.Tests/IcedCoffee/IcedCoffeeCompilerTests.cs | ghcode:00177:87f6f2bc6bd5 | apache-2.0 | codeparrot/github-code | 87f6f2bc6bd51a5c120eeae0cd5ae1697e94331f5191eba9f6af93a337229e44 | 0.75 | testing_debugging_repair_refactoring | 552 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WuWen.Infrastructure.Data;
namespace ConsoleApplication1
{
public class TestRepository : RepositoryBase
{
public TestRepository(IAdoProvider adoProvider) : base(adoProvider)
... | 18098924759/WuWen | ConsoleApplication1/TestRepository.cs | https://github.com/18098924759/WuWen/blob/HEAD/ConsoleApplication1/TestRepository.cs | ghcode:00177:e1aec930723f | apache-2.0 | codeparrot/github-code | e1aec930723fdb3a864f9551a671dd07925dc09981c400386f4292e58cda0799 | 0.75 | testing_debugging_repair_refactoring | 110 | false | 2026-07-17 |
using System.Linq;
using Microsoft.Practices.ServiceLocation;
using NUnit.Framework;
using SunLine.Community.Entities.Core;
using SunLine.Community.Repositories.Core;
using SunLine.Community.Repositories.Dict;
using SunLine.Community.Repositories.Infrastructure;
using SunLine.Community.Services.Core;
namespace SunLin... | mczachurski/community-web | SunLine.Community.NUnitTests/Services/Core/UserCategoryServiceTest.cs | https://github.com/mczachurski/community-web/blob/HEAD/SunLine.Community.NUnitTests/Services/Core/UserCategoryServiceTest.cs | ghcode:00177:567cad0e2658 | apache-2.0 | codeparrot/github-code | 567cad0e26588f42a9a9ba4058cc1ad29e6adf6669d3001ffb00b07447d9a765 | 0.6 | testing_debugging_repair_refactoring | 556 | false | 2026-07-17 |
#region Copyright (c) 2015 KEngine / Kelly <http://github.com/mr-kelly>, All rights reserved.
// KEngine - Toolset and framework for Unity3D
// ===================================
//
// Filename: Debugger.cs
// Date: 2016/03/08
// Author: Kelly
// Email: 23110388@qq.com
// Github: https://github.com/mr-kelly/KE... | mr-kelly/KSFramework | KSFramework/Assets/KSFramework/KEngine/KEngine.Lib/Debuger.cs | https://github.com/mr-kelly/KSFramework/blob/HEAD/KSFramework/Assets/KSFramework/KEngine/KEngine.Lib/Debuger.cs | ghcode:00177:a253f9d548b8 | apache-2.0 | codeparrot/github-code | a253f9d548b802d04a271679e598c84c2c859c002587deccdd4e221a7ac6a341 | 0.7 | testing_debugging_repair_refactoring | 792 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace ModelTests
{
[TestClass]
public class PropertyTest
{
[TestMethod]
public void TestMethod1()
{
}
}
}
| ricreade/gmgamemgr | ModelTests/PropertyTest.cs | https://github.com/ricreade/gmgamemgr/blob/HEAD/ModelTests/PropertyTest.cs | ghcode:00177:bad900455996 | apache-2.0 | codeparrot/github-code | bad9004559960bd6004d51947e29ae4bb64a8e1473366642d23830f1239f2e4d | 0.6 | testing_debugging_repair_refactoring | 44 | false | 2026-07-17 |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TRL.Common.TimeHelpers;
using TRL.Common.Models;
using System.Globalization;
//using TRL.Logging;
namespace TRL.Common.Test.Models
{
[TestClass]
public class SignalTe... | wouldyougo/TRx | TRL.Common.Test/Models/SignalTests.cs | https://github.com/wouldyougo/TRx/blob/HEAD/TRL.Common.Test/Models/SignalTests.cs | ghcode:00177:78113294d6ec | apache-2.0 | codeparrot/github-code | 78113294d6ec550e0f17cd72e97a1ec04450234c000b042f87a9d32fb05cdfae | 0.85 | testing_debugging_repair_refactoring | 1,224 | false | 2026-07-17 |
#region Copyright (c) 2013 James Snape
// <copyright file="CsvBulkRepositoryFacts.cs" company="James Snape">
// Copyright 2014 James Snape
//
// 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 Licen... | jsnape/deeply | src/Deeply.Extras.Tests/CsvBulkRepositoryFacts.cs | https://github.com/jsnape/deeply/blob/HEAD/src/Deeply.Extras.Tests/CsvBulkRepositoryFacts.cs | ghcode:00177:87b91ab1eb02 | apache-2.0 | codeparrot/github-code | 87b91ab1eb020a3d22b93f86b273aae69e50cb5b07987257b5d151ff1032593e | 0.7 | testing_debugging_repair_refactoring | 1,412 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.VisualStudio.IntegrationTest.Utilities;
using Microsoft.VisualSt... | weltkante/roslyn | src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicGenerateConstructorDialog.cs | https://github.com/weltkante/roslyn/blob/HEAD/src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicGenerateConstructorDialog.cs | ghcode:00177:3dda33d3d034 | apache-2.0 | codeparrot/github-code | 3dda33d3d034ca47c5f089b22867fe7183cf3e2d6c269b18d5c30db48b6ba4ac | 0.75 | testing_debugging_repair_refactoring | 923 | false | 2026-07-17 |
using System.Diagnostics;
using Redmine.Net.Api;
namespace xUnitTestredminenet45api
{
public class RedmineFixture
{
public RedmineManager RedmineManager { get; set; }
public RedmineFixture ()
{
SetMimeTypeXML();
SetMimeTypeJSON();
}
[Conditional("JSON")]
private void SetMimeTypeJSON()
{
... | Enhakiel/redmine-net-api | xUnitTest-redmine-net45-api/RedmineFixture.cs | https://github.com/Enhakiel/redmine-net-api/blob/HEAD/xUnitTest-redmine-net45-api/RedmineFixture.cs | ghcode:00177:6f331b6f7f9f | apache-2.0 | codeparrot/github-code | 6f331b6f7f9f6b804dcd0fccde926798a1149a27245e9be28681d8cc188b4ac0 | 0.75 | testing_debugging_repair_refactoring | 148 | false | 2026-07-17 |
using System;
using System.Net;
using System.Threading;
using NUnit.Framework;
using ServiceStack.Logging;
using ServiceStack.Logging.Support.Logging;
using ServiceStack.WebHost.Endpoints.Tests.Support.Host;
using System.Linq;
namespace ServiceStack.WebHost.Endpoints.Tests
{
[TestFixture]
public class Re... | mangra/ServiceStack | tests/ServiceStack.WebHost.Endpoints.Tests/RemoteEndDropsConnectionTests.cs | https://github.com/mangra/ServiceStack/blob/HEAD/tests/ServiceStack.WebHost.Endpoints.Tests/RemoteEndDropsConnectionTests.cs | ghcode:00177:fcfc982c3d9f | bsd-3-clause | codeparrot/github-code | fcfc982c3d9feb46ccdce30c7eb2796af3bf75aa67b61460689076c58340c0ac | 0.85 | testing_debugging_repair_refactoring | 953 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DataExplorer.Application.Core.Commands;
using DataExplorer.Application.Filters.Commands;
using DataExplorer.Domain.Columns;
using DataExplorer.Domain.Filters;
using DataExplorer.Domain.Tests.Column... | dataexplorer/dataexplorer | Presentation.Tests/Panes/Filter/IntegerFilters/IntegerRangeFilterViewModelTests.cs | https://github.com/dataexplorer/dataexplorer/blob/HEAD/Presentation.Tests/Panes/Filter/IntegerFilters/IntegerRangeFilterViewModelTests.cs | ghcode:00177:70c07bb1d20e | bsd-3-clause | codeparrot/github-code | 70c07bb1d20ebfc3c653f013442b07a81a02a09c65efd2c3ef10dc94a1ff5336 | 0.75 | testing_debugging_repair_refactoring | 959 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NSubstitute;
using NUnit.Framework;
using OpenQA.Selenium;
using WbTstr.Commands;
using WbTstr.Proxies;
using WbTstr.UnitTests._Auxiliaries;
namespace WbTstr.UnitTests.Commands
{
[TestFixture]... | wbtstr/wbtstr | Source/WbTstr.UnitTests/Commands/MaximizeCommandTests.cs | https://github.com/wbtstr/wbtstr/blob/HEAD/Source/WbTstr.UnitTests/Commands/MaximizeCommandTests.cs | ghcode:00177:1e1e69b7ed80 | bsd-3-clause | codeparrot/github-code | 1e1e69b7ed809e72cd80bbf91e6639bed943e261f135cebaf04d78707319cbf8 | 0.85 | testing_debugging_repair_refactoring | 266 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Azure.AI.TextAnalytics.Tests;
using Azure.Core.TestFramework;
using NUnit.Framework;
namespace Azure.AI.TextAnalytics.Samples
{
[Live... | brjohnstmsft/azure-sdk-for-net | sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_HealthcareBatchConvenience.cs | https://github.com/brjohnstmsft/azure-sdk-for-net/blob/HEAD/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample_HealthcareBatchConvenience.cs | ghcode:00177:8d163303a076 | mit | codeparrot/github-code | 8d163303a07622feae2c055b8c0dd44b45f2b945469e655f89b1c331159df308 | 0.85 | testing_debugging_repair_refactoring | 776 | false | 2026-07-17 |
using System;
using System.Linq;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.Acceptance
{
public class disabling_plv8: IntegrationContext
{
[Fact]
public void active_features_includes_transforms_with_plv8_enabled()
... | mdissel/Marten | src/Marten.Testing/Acceptance/disabling_plv8.cs | https://github.com/mdissel/Marten/blob/HEAD/src/Marten.Testing/Acceptance/disabling_plv8.cs | ghcode:00177:ba2c82352fcc | mit | codeparrot/github-code | ba2c82352fcce9e880a7b3ffc27c4193c126726aad885d846fa2f656d380f8a6 | 0.75 | testing_debugging_repair_refactoring | 389 | false | 2026-07-17 |
using AutoMapper;
using System;
using System.Linq;
using Xunit;
using Shouldly;
namespace AutoMapper.UnitTests
{
public class MaxExecutionPlanDepth
{
class Source
{
public Source1 Inner { get; set; }
}
class Source1
{
public Source2 Inner { get;... | lbargaoanu/AutoMapper | src/UnitTests/MaxExecutionPlanDepth.cs | https://github.com/lbargaoanu/AutoMapper/blob/HEAD/src/UnitTests/MaxExecutionPlanDepth.cs | ghcode:00177:238809ca8fa6 | mit | codeparrot/github-code | 238809ca8fa621397162284672bc2a735278d138d373cdd28a0fab62cb0ccf87 | 0.75 | testing_debugging_repair_refactoring | 583 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace StackReverse.Test
{
[TestClass]
public class UnitTest1
{
[TestMethod]
[ExpectedException(typeof(ArgumentNullException))]
public void ReverseNumberNullInput()
{
}
}
... | didimitrov/Algo | SortingAlgorithmsDemo/DataStructuresAndAlgorithms/LinearDataStructures/StackReverse.Test/UnitTest1.cs | https://github.com/didimitrov/Algo/blob/HEAD/SortingAlgorithmsDemo/DataStructuresAndAlgorithms/LinearDataStructures/StackReverse.Test/UnitTest1.cs | ghcode:00177:d641b36fc5fa | mit | codeparrot/github-code | d641b36fc5faaea1dd045f04a3078437cf35952633331e11f4b4833aa35b0c36 | 0.6 | testing_debugging_repair_refactoring | 57 | false | 2026-07-17 |
// <copyright file="SqlServerEventStoreTests.cs" company="dddlib contributors">
// Copyright (c) dddlib contributors. All rights reserved.
// </copyright>
namespace dddlib.Persistence.EventDispatcher.Tests.Integration
{
using System;
using dddlib.Persistence.SqlServer;
using dddlib.Tests.Sdk;
... | cameronfletcher/dddlib | src/tests/dddlib.Persistence.EventDispatcher.Tests/Integration/SqlServerEventStoreTests.cs | https://github.com/cameronfletcher/dddlib/blob/HEAD/src/tests/dddlib.Persistence.EventDispatcher.Tests/Integration/SqlServerEventStoreTests.cs | ghcode:00177:06ead8039c59 | mit | codeparrot/github-code | 06ead8039c591003b61738577fa7d74f5da96ef0b64a930fa39ddcc89139f596 | 0.95 | testing_debugging_repair_refactoring | 1,272 | false | 2026-07-17 |
using NUnit.Framework;
namespace SJP.Schematic.Core.Tests
{
[TestFixture]
internal static class AutoIncrementTests
{
[Test]
public static void Ctor_GivenZeroIncrement_ThrowsArgumentException()
{
const int initialValue = 12345;
const int increment = 0;
... | sjp/Schematic | src/SJP.Schematic.Core.Tests/AutoIncrementTests.cs | https://github.com/sjp/Schematic/blob/HEAD/src/SJP.Schematic.Core.Tests/AutoIncrementTests.cs | ghcode:00177:a20ebd38d764 | mit | codeparrot/github-code | a20ebd38d76423b3fad11e3b59e552a8a87cb6eebfbd5e2ca262266710ebae6c | 0.75 | testing_debugging_repair_refactoring | 3,079 | false | 2026-07-17 |
using Xunit;
using Should;
namespace AutoMapper.UnitTests
{
namespace MappingOrder
{
public class When_specifying_a_mapping_order_for_source_members : AutoMapperSpecBase
{
private Destination _result;
public class Source
{
private int _startValue;
public Source(int startValue... | jasonholloway/AutoMapper | src/UnitTests/MappingOrder.cs | https://github.com/jasonholloway/AutoMapper/blob/HEAD/src/UnitTests/MappingOrder.cs | ghcode:00177:4ee6d8ef9802 | mit | codeparrot/github-code | 4ee6d8ef980201248630fd717330a7bd8c2231894ee8bb01eaca27a0bd714a8d | 0.75 | testing_debugging_repair_refactoring | 318 | false | 2026-07-17 |
/* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to Y... | akrisiun/npoi | testcases/main/HSSF/Record/TestExternalNameRecord.cs | https://github.com/akrisiun/npoi/blob/HEAD/testcases/main/HSSF/Record/TestExternalNameRecord.cs | ghcode:00177:2d7210959f04 | apache-2.0 | codeparrot/github-code | 2d7210959f04a278692527c0474c013189058b73103c34ba4b6ce8884cb27339 | 0.85 | testing_debugging_repair_refactoring | 2,113 | false | 2026-07-17 |
using System;
using System.Reflection;
using System.Collections.Generic;
using System.Threading.Tasks;
using Bridge.Test.NUnit;
namespace Bridge.ClientTest.Batch3.BridgeIssues
{
[Category(Constants.MODULE_ISSUES)]
[TestFixture(TestNameFormat = "#2486 - {0}")]
public class Bridge2486
{
public cl... | bridgedotnet/Bridge | Tests/Batch3/BridgeIssues/2400/N2486.cs | https://github.com/bridgedotnet/Bridge/blob/HEAD/Tests/Batch3/BridgeIssues/2400/N2486.cs | ghcode:00177:25a29e9b87ca | apache-2.0 | codeparrot/github-code | 25a29e9b87ca0f2dbdbff53b8f04ab200a37f9c3fadac1c2c1cdaf43bd359d95 | 0.75 | testing_debugging_repair_refactoring | 412 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Data;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using FluentAssertions.Data;
using FluentAssertions.Execution;
namespace FluentAssertions.Equivalency.Steps
{
public class DataTableEquivalencyStep : EquivalencyStep<DataTable>
{
[SuppressMes... | jnyrup/fluentassertions | Src/FluentAssertions/Equivalency/Steps/DataTableEquivalencyStep.cs | https://github.com/jnyrup/fluentassertions/blob/HEAD/Src/FluentAssertions/Equivalency/Steps/DataTableEquivalencyStep.cs | ghcode:00177:1373a3b42dcc | apache-2.0 | codeparrot/github-code | 1373a3b42dccf77c67e93cb8c3c325b1f6f81293046884938817636af9ffb78e | 0.7 | testing_debugging_repair_refactoring | 1,568 | false | 2026-07-17 |
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... | GoogleCloudPlatform/google-cloud-visualstudio | GoogleCloudExtension/GoogleCloudExtensionUnitTests/FirewallManagement/PortInfoTests.cs | https://github.com/GoogleCloudPlatform/google-cloud-visualstudio/blob/HEAD/GoogleCloudExtension/GoogleCloudExtensionUnitTests/FirewallManagement/PortInfoTests.cs | ghcode:00177:d4c593b55aa8 | apache-2.0 | codeparrot/github-code | d4c593b55aa8326d21779d7c68538e2266598e3a10b87e0f8ded284929f77381 | 0.85 | testing_debugging_repair_refactoring | 464 | false | 2026-07-17 |
using NUnit.Framework;
using WellFormedNames;
using WellFormedNames.Exceptions;
namespace Tests.WellFormedNames
{
[TestFixture]
public class SubstitutionTests
{
[TestCase("[x]", "John")]
[TestCase("[x]", "IsPerson(John)")]
[TestCase("[x]", "IsPerson(John, [y])")]
public void Substitution_ValidVariableAndVa... | GAIPS-INESC-ID/FAtiMA-Toolkit | Tests/Tests.WellFormedNames/SubstitutionTests.cs | https://github.com/GAIPS-INESC-ID/FAtiMA-Toolkit/blob/HEAD/Tests/Tests.WellFormedNames/SubstitutionTests.cs | ghcode:00177:9f0424b6236e | apache-2.0 | codeparrot/github-code | 9f0424b6236e567e16dac08934f44262885c815f7cd9fd17762792096b28af18 | 0.75 | testing_debugging_repair_refactoring | 467 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis;
using Microsoft.C... | akrisiun/roslyn | src/Workspaces/Core/Portable/AWork/ProjectFile/ProjectFileReference.cs | https://github.com/akrisiun/roslyn/blob/HEAD/src/Workspaces/Core/Portable/AWork/ProjectFile/ProjectFileReference.cs | ghcode:00177:0016552fa797 | apache-2.0 | codeparrot/github-code | 0016552fa797212d184d1f1e09ea1908088c4abf25fef9b4d70ce0de2e0b8334 | 0.85 | testing_debugging_repair_refactoring | 251 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.