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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
#region License
/*
* Copyright 2002-2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | MaferYangPointJun/Spring.net | test/Spring/Spring.Core.Tests/Core/IO/UrlResourceTest.cs | https://github.com/MaferYangPointJun/Spring.net/blob/HEAD/test/Spring/Spring.Core.Tests/Core/IO/UrlResourceTest.cs | ghcode:00178:338780b0ee7b | apache-2.0 | codeparrot/github-code | 338780b0ee7b7d1f7ee71b49d9542952fef715ce5bad4718757dfba5373415c1 | 0.85 | testing_debugging_repair_refactoring | 1,179 | false | 2026-07-17 |
using System.IO;
using System.Net;
using NUnit.Framework;
using RestSharp.IntegrationTests.Helpers;
namespace RestSharp.IntegrationTests
{
[TestFixture]
public class RequestBodyTests
{
private const string BASE_URL = "http://localhost:8888/";
[Test]
public void Can_Not_Be_Added_To... | chengxiaole/RestSharp | RestSharp.IntegrationTests/RequestBodyTests.cs | https://github.com/chengxiaole/RestSharp/blob/HEAD/RestSharp.IntegrationTests/RequestBodyTests.cs | ghcode:00178:3cbcf610e13c | apache-2.0 | codeparrot/github-code | 3cbcf610e13cad157b116de67649b1643a32d670ef0b166b14579605d8c55544 | 0.75 | testing_debugging_repair_refactoring | 1,325 | false | 2026-07-17 |
using DotVVM.Framework.Binding;
using DotVVM.Framework.Controls;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DotVVM.Framework.Binding.Expressions;
using DotVVM.Framework.Compilation;
using ... | riganti/dotvvm | src/Tests/Binding/BindingCompilationTests.cs | https://github.com/riganti/dotvvm/blob/HEAD/src/Tests/Binding/BindingCompilationTests.cs | ghcode:00178:651d7baefc40 | apache-2.0 | codeparrot/github-code | 651d7baefc40149612933725140373b5e9896636e06941849e0a41763a629799 | 0.85 | testing_debugging_repair_refactoring | 10,894 | false | 2026-07-17 |
//using System;
//using System.Collections.Generic;
//using System.Threading;
//using De.Osthus.Ambeth.Ioc;
//using De.Osthus.Ambeth.Ioc.Factory;
//using De.Osthus.Ambeth.Ioc.Hierarchy;
//using Microsoft.VisualStudio.TestTools.UnitTesting;
//using De.Osthus.Ambeth.Util;
//using De.Osthus.Ambeth.Log;
//using De.Osthus.A... | Dennis-Koch/ambeth | ambeth/Ambeth.IoC.Test/ambeth/ioc/extendable/ClassExtendableContainerTest.cs | https://github.com/Dennis-Koch/ambeth/blob/HEAD/ambeth/Ambeth.IoC.Test/ambeth/ioc/extendable/ClassExtendableContainerTest.cs | ghcode:00178:cd1a522f2e5b | apache-2.0 | codeparrot/github-code | cd1a522f2e5b79899a1bed15c895a4b428d9d68eb4cc1fff75b0d6079f5a75b2 | 0.85 | testing_debugging_repair_refactoring | 1,819 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using Azure.ResourceManager.Compute.Models;
using Azure.Management.Resources;
using NUnit.Fra... | stankovski/azure-sdk-for-net | sdk/compute/Azure.ResourceManager.Compute/tests/VMScaleSetTests/VMScaleSetPriorityTests.cs | https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/compute/Azure.ResourceManager.Compute/tests/VMScaleSetTests/VMScaleSetPriorityTests.cs | ghcode:00178:d82cde76dfe0 | apache-2.0 | codeparrot/github-code | d82cde76dfe0d083d204433e9a30f7edc5e014afecb39ebc7b11bde51e3f65e2 | 0.95 | testing_debugging_repair_refactoring | 1,877 | 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/LevenshteinDistance_Tests.cs | https://github.com/FUGU-framework/Fugu/blob/HEAD/tst/Fugu.Text.Tests/LevenshteinDistance_Tests.cs | ghcode:00178:0dbd5cde91a5 | apache-2.0 | codeparrot/github-code | 0dbd5cde91a5a666f0fc7be18d7f8ad3988253d61aa5a62459c7a170c5cf84d9 | 0.75 | testing_debugging_repair_refactoring | 385 | false | 2026-07-17 |
// Copyright (c) "Neo4j"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests/Types/PointTests.cs | https://github.com/neo4j/neo4j-dotnet-driver/blob/HEAD/Neo4j.Driver/Neo4j.Driver.Tests/Types/PointTests.cs | ghcode:00178:f94e62c71c64 | apache-2.0 | codeparrot/github-code | f94e62c71c647e10f222c9e4aec9bf509aba487e85223063cf03be7512d5f1b8 | 0.85 | testing_debugging_repair_refactoring | 2,247 | false | 2026-07-17 |
using BEPUutilities.DataStructures;
using BEPUutilities.ResourceManagement;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
namespace SIMDPrototyping.Trees.Single... | RossNordby/scratchpad | SIMDPrototyping/SIMDPrototyping/Trees/SingleArray/Tree_AgglomerativeRefine.cs | https://github.com/RossNordby/scratchpad/blob/HEAD/SIMDPrototyping/SIMDPrototyping/Trees/SingleArray/Tree_AgglomerativeRefine.cs | ghcode:00178:2145d9b32ca8 | apache-2.0 | codeparrot/github-code | 2145d9b32ca834ad4f81d47c19bca37c6634837fc5a5de52b66b367bebb4bc95 | 0.85 | testing_debugging_repair_refactoring | 4,660 | false | 2026-07-17 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy... | aricooperman/jLean | orig-src/Tests/Common/Securities/Cfd/CfdTests.cs | https://github.com/aricooperman/jLean/blob/HEAD/orig-src/Tests/Common/Securities/Cfd/CfdTests.cs | ghcode:00178:c875b252feeb | apache-2.0 | codeparrot/github-code | c875b252feeb340fd93bd05b371be02a6f5775237aa27f6606bf55dfc50219f4 | 0.85 | testing_debugging_repair_refactoring | 367 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Linq;
namespace Neo4j.Driver.Tests.TestBackend
{
internal class RetryableNegative : IProtocolObject
{
public RetryableNegativeType data { get; set; } = new RetryableN... | neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/Protocol/Session/RetryableNegative.cs | https://github.com/neo4j/neo4j-dotnet-driver/blob/HEAD/Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/Protocol/Session/RetryableNegative.cs | ghcode:00178:37082565580e | apache-2.0 | codeparrot/github-code | 37082565580e9ec65c65883ebebf281d9faa2f9bde38e0776301718162fb0d90 | 0.75 | testing_debugging_repair_refactoring | 182 | 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.ComponentModel.DataAnnotations;
namespace Microsoft.AspNetCore.Mvc.IntegrationTests
{
public class ProductDetails
{
[Required]
public string Det... | aspnet/AspNetCore | src/Mvc/test/Mvc.IntegrationTests/Models/ProductDetails.cs | https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/Mvc.IntegrationTests/Models/ProductDetails.cs | ghcode:00178:45780ecfae5d | apache-2.0 | codeparrot/github-code | 45780ecfae5d2bfcfb978be99a741e62f6bb3222baac176430a555f7b4cdf54d | 0.85 | testing_debugging_repair_refactoring | 98 | false | 2026-07-17 |
/*
* Copyright 2012-2021 The Pkcs11Interop Project
*
* 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 app... | Pkcs11Interop/Pkcs11Interop | src/Pkcs11Interop.Tests/LowLevelAPI80/_24_SignEncryptAndDecryptVerifyTest.cs | https://github.com/Pkcs11Interop/Pkcs11Interop/blob/HEAD/src/Pkcs11Interop.Tests/LowLevelAPI80/_24_SignEncryptAndDecryptVerifyTest.cs | ghcode:00178:ad5ff4eec3c0 | apache-2.0 | codeparrot/github-code | ad5ff4eec3c00e62f12260f68bd0c0fa0b174b827dd5b82eac1df363b001d506 | 0.7 | testing_debugging_repair_refactoring | 2,673 | false | 2026-07-17 |
// ===========================================================
// Copyright (c) 2014-2015, Enrico Da Ros/kendar.org
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistribut... | kendarorg/SharpTemplateEngine | SharpTemplate/SharpTemplate.Test/Parsers/SharpParserTest.cs | https://github.com/kendarorg/SharpTemplateEngine/blob/HEAD/SharpTemplate/SharpTemplate.Test/Parsers/SharpParserTest.cs | ghcode:00178:5aa6192e4e00 | bsd-2-clause | codeparrot/github-code | 5aa6192e4e0063a709d55dd9ec2cbc9ed8e6c643f019d70d3fe812446763dc84 | 0.78 | testing_debugging_repair_refactoring | 576 | false | 2026-07-17 |
using FluentNHibernate.MappingModel;
using FluentNHibernate.MappingModel.Collections;
using FluentNHibernate.MappingModel.Output;
using FluentNHibernate.Testing.Testing;
using NUnit.Framework;
namespace FluentNHibernate.Testing.MappingModel.Output
{
[TestFixture]
public class XmlListWriterTester
... | MiguelMadero/fluent-nhibernate | src/FluentNHibernate.Testing/MappingModel/Output/XmlListWriterTester.cs | https://github.com/MiguelMadero/fluent-nhibernate/blob/HEAD/src/FluentNHibernate.Testing/MappingModel/Output/XmlListWriterTester.cs | ghcode:00178:7430b8bc0a46 | bsd-3-clause | codeparrot/github-code | 7430b8bc0a46c18d2e27f0f61565e2b811018b52c03d2f63203e0053a10de4cd | 0.75 | testing_debugging_repair_refactoring | 1,185 | false | 2026-07-17 |
using System;
using System.Reflection;
using FluentAssertions;
using StoryLine.Rest.Services.Resources;
using Xunit;
namespace StoryLine.Rest.Tests.Services.Resources
{
public class AssemblyProviderTests
{
private readonly AssemblyProvider _underTest;
public AssemblyProviderTests()
{
... | DiamondDragon/StoryLine.Rest | StoryLine.Rest.Tests/Services/Resources/AssemblyProviderTests.cs | https://github.com/DiamondDragon/StoryLine.Rest/blob/HEAD/StoryLine.Rest.Tests/Services/Resources/AssemblyProviderTests.cs | ghcode:00178:22da5e9ae7c0 | bsd-3-clause | codeparrot/github-code | 22da5e9ae7c01fac9134746d09bde08ac0c09482e74402b5583b001aa6eeb93f | 0.75 | testing_debugging_repair_refactoring | 205 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ProApiLibrary.Api.Clients;
using ProApiLibrary.Api.Clients.QueryEncoders;
using ProApiLibrary.Api.Queries;
namespace ProApiLibraryTests.TestCases.ApiTests.ClientTests.QueryEncoderTests
{
/// <summary>
/// Copyright @2015 Whitepages, In... | whitepages/proapi-client-csharp | ProApiLibraryTests/TestCases/ApiTests/ClientTests/QueryEncoderTests/BusinessQueryToProApi20UriEncoderTests.cs | https://github.com/whitepages/proapi-client-csharp/blob/HEAD/ProApiLibraryTests/TestCases/ApiTests/ClientTests/QueryEncoderTests/BusinessQueryToProApi20UriEncoderTests.cs | ghcode:00178:34443cda8096 | mit | codeparrot/github-code | 34443cda80967da9ff1a2af8dfc430f78191fa656cfeac75242928314207afcb | 0.85 | testing_debugging_repair_refactoring | 286 | false | 2026-07-17 |
using System;
using LanguageExt;
using LanguageExt.ClassInstances;
using LanguageExt.Common;
using Xunit;
using static LanguageExt.Prelude;
namespace LanguageExt.Tests.Transformer.Traverse.TryT.Collections
{
public class QueTry
{
[Fact]
public void EmptyQueueIsSuccEmptyQueue()
{
... | louthy/language-ext | LanguageExt.Tests/Transformer/Traverse/Try/Collections/Que.cs | https://github.com/louthy/language-ext/blob/HEAD/LanguageExt.Tests/Transformer/Traverse/Try/Collections/Que.cs | ghcode:00178:36f21c653e94 | mit | codeparrot/github-code | 36f21c653e9486bfbd14d35cd8b4f962ff2a70c9e27ebf06c4738ce3fb1c368a | 0.75 | testing_debugging_repair_refactoring | 306 | 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
extern alias Scripting;
using System;
using System.Collections.Immutable;
using System.Diagnostic... | jmarolf/roslyn | src/Interactive/Host/Interactive/Core/InteractiveHostPlatformInfo.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/Interactive/Host/Interactive/Core/InteractiveHostPlatformInfo.cs | ghcode:00178:afab2eadda08 | mit | codeparrot/github-code | afab2eadda0838a1165451cce12e6b24c5a7ce6e6b3273ed722eeabf2f2d84d6 | 0.85 | testing_debugging_repair_refactoring | 372 | false | 2026-07-17 |
#region Copyright
//
// DotNetNuke® - https://www.dnnsoftware.com
// Copyright (c) 2002-2018
// by DotNetNuke Corporation
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
// documentation files (the "Software"), to deal in the Software without restri... | RichardHowells/Dnn.Platform | DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionTypeDataReaderMockHelper.cs | https://github.com/RichardHowells/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionTypeDataReaderMockHelper.cs | ghcode:00178:55b3da0dd9b3 | mit | codeparrot/github-code | 55b3da0dd9b3e17850094505d13d3e0ff623657688cea9cf7f6c1ab51a0815c5 | 0.95 | testing_debugging_repair_refactoring | 403 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace org.chabu.test.director.gui
{
public class LogContainer : ILogContainer
{
private readonly List<string> _content = new List<string>(100);
publi... | keinfarbton/Chabu | c-sharp/org.chabu.test.director/gui/LogContainer.cs | https://github.com/keinfarbton/Chabu/blob/HEAD/c-sharp/org.chabu.test.director/gui/LogContainer.cs | ghcode:00178:f9472969f821 | mit | codeparrot/github-code | f9472969f82154bcd71442aca32510639c8601030056c887e53495461d628091 | 0.75 | testing_debugging_repair_refactoring | 212 | false | 2026-07-17 |
using System.Linq;
using Moq;
using NUnit.Framework;
using Umbraco.Core.IO;
using Umbraco.Core.Models;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Persistence.Repositories.Implement;
using Umbraco.Tests.TestHelpers;
using Umbraco.Tests.Testing;
namespace Umbraco.Tests.Persistence.Repositories
{
[TestFi... | lars-erik/Umbraco-CMS | src/Umbraco.Tests/Persistence/Repositories/PartialViewRepositoryTests.cs | https://github.com/lars-erik/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Persistence/Repositories/PartialViewRepositoryTests.cs | ghcode:00178:86ae01318f33 | mit | codeparrot/github-code | 86ae01318f33324598e0c2621216ff415e5f94e89301be98ba2c09a4c30a65a2 | 0.85 | testing_debugging_repair_refactoring | 1,105 | false | 2026-07-17 |
using Bender.Nodes;
using Bender.Nodes.Object;
using Bender.Reflection;
using NUnit.Framework;
using Should;
namespace Tests.Deserializer.Xml
{
[TestFixture]
public class DependencyInjectionTests
{
public class Parent
{
public ChildWithDefaultConstructor ChildWithD... | raidenyn/Bender | src/Tests/Deserializer/Xml/DependencyInjectionTests.cs | https://github.com/raidenyn/Bender/blob/HEAD/src/Tests/Deserializer/Xml/DependencyInjectionTests.cs | ghcode:00178:59fc84ad3bc7 | mit | codeparrot/github-code | 59fc84ad3bc76368a6794223312b1074a60e18d4a5d8ed3d3aa9d7fa8be3acb1 | 0.85 | testing_debugging_repair_refactoring | 586 | false | 2026-07-17 |
using BenchmarkDotNet.Analysers;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Columns;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Exporters;
using BenchmarkDotNet.Exporters.Csv;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Loggers;
namespace _BenchmarkProjectName_
{
public class Benchmark... | Ky7m/BenchmarkDotNet | templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/BenchmarkConfig.cs | https://github.com/Ky7m/BenchmarkDotNet/blob/HEAD/templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/BenchmarkConfig.cs | ghcode:00178:ed6d86316ef7 | mit | codeparrot/github-code | ed6d86316ef7520d680c2a30e77818cc1de0d585b8601206c8609968a6c1ba64 | 0.85 | testing_debugging_repair_refactoring | 159 | false | 2026-07-17 |
using System.Net.Http;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using PIT.API.Clients;
using PIT.API.Clients.Contracts;
using PIT.API.HTTP;
using PIT.API.HTTP.Contracts;
namespace PIT.Tests.API.Clients
{
[TestClass]
public class IssueRestClientTests
{
private IIssueClient _cl... | makeing/PIT | PIT.Tests/API/Clients/IssueRestClientTests.cs | https://github.com/makeing/PIT/blob/HEAD/PIT.Tests/API/Clients/IssueRestClientTests.cs | ghcode:00178:21b052225c14 | mit | codeparrot/github-code | 21b052225c1462d797c76ecd6abb221716f65a8c9ae3a53e483e1dc3215374ef | 0.75 | testing_debugging_repair_refactoring | 216 | 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;
using System.Threading.Tasks;
namespace Azure.Messaging.ServiceBus.Tests.Samples
{
#region Snippet:PluginReceiver
public class PluginReceiver... | AsrOneSdk/azure-sdk-for-net | sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Plugins/PluginReceiver.cs | https://github.com/AsrOneSdk/azure-sdk-for-net/blob/HEAD/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Samples/Plugins/PluginReceiver.cs | ghcode:00178:6589b24f0fa1 | mit | codeparrot/github-code | 6589b24f0fa15b7747d1be7de3a9206b09bbfda44bbcb871c663c3bb7530eb8c | 0.85 | testing_debugging_repair_refactoring | 269 | false | 2026-07-17 |
using Bridge.ClientTest.Utilities;
using Bridge.Test.NUnit;
using System.Linq;
namespace Bridge.ClientTest.Linq
{
[Category(Constants.MODULE_LINQ)]
[TestFixture(TestNameFormat = "Restriction- {0}")]
public class TestLinqRestrictionOperators
{
[Test(ExpectedCount = 5)]
public static void... | bridgedotnet/Bridge | Tests/Batch1/Linq/TestLinqRestrictionOperators.cs | https://github.com/bridgedotnet/Bridge/blob/HEAD/Tests/Batch1/Linq/TestLinqRestrictionOperators.cs | ghcode:00178:7e69ed133227 | apache-2.0 | codeparrot/github-code | 7e69ed133227f2dd7b42694935320834b788a89940891055942c6d98376e244d | 0.85 | testing_debugging_repair_refactoring | 515 | false | 2026-07-17 |
// Copyright (c) .NET Foundation. 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.Collections.ObjectModel;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading.Tas... | Azure/azure-webjobs-sdk-script | test/WebJobs.Script.Tests/Description/FunctionGeneratorTests.cs | https://github.com/Azure/azure-webjobs-sdk-script/blob/HEAD/test/WebJobs.Script.Tests/Description/FunctionGeneratorTests.cs | ghcode:00178:dc2e1b75e388 | mit | codeparrot/github-code | dc2e1b75e388cb680f7a8b226393253e44b97b35f011d396f3065789a0d93843 | 0.85 | testing_debugging_repair_refactoring | 1,192 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using System.Threading.Tasks;
using Nito.AsyncEx;
using System.Linq;
using System.Threading;
using System.Diagnostics.CodeAnalysis;
namespace Tests
{
[TestFixture]
public class AsyncSemaphoreUnitTests_NET40
{
[Test]
public void WaitAsync_NoSlotsAvailabl... | czerwonkabartosz/AsyncEx | Source/Xamarin/IosUnitTests/AsyncSemaphoreUnitTests.cs | https://github.com/czerwonkabartosz/AsyncEx/blob/HEAD/Source/Xamarin/IosUnitTests/AsyncSemaphoreUnitTests.cs | ghcode:00178:7a2c3aa562ed | mit | codeparrot/github-code | 7a2c3aa562ed1c28d8efdf766d194078a8c3b7f4215f33dbf33f31a3ed09ffaf | 0.75 | testing_debugging_repair_refactoring | 882 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
public class A : MonoBehaviour
{
public SerialisableClass1<string> value1;
public SerialisableClass2<string, int> value2;
public SerialisableClass2<string, SerializableClass1<string>> value3;
}
... | JetBrains/resharper-unity | resharper/resharper-unity/test/data/Unity/CSharp/Daemon/Stages/GutterMark/GenericSerialisedFields_2020_1.cs | https://github.com/JetBrains/resharper-unity/blob/HEAD/resharper/resharper-unity/test/data/Unity/CSharp/Daemon/Stages/GutterMark/GenericSerialisedFields_2020_1.cs | ghcode:00178:bc0d3a3eea92 | apache-2.0 | codeparrot/github-code | bc0d3a3eea92954136360f9da1c8935eec7f22bd8497f56099b7bdfb9ae11da7 | 0.85 | testing_debugging_repair_refactoring | 113 | false | 2026-07-17 |
namespace FakeItEasy.IntegrationTests
{
using System;
using FakeItEasy.Core;
using FakeItEasy.Tests.TestHelpers;
using FluentAssertions;
using NUnit.Framework;
[TestFixture]
public class FakingClassesTests
{
[Test]
public void Should_be_able_to_get_a_fake_val... | khellang/FakeItEasy | Source/FakeItEasy.IntegrationTests/FakingClassesTests.cs | https://github.com/khellang/FakeItEasy/blob/HEAD/Source/FakeItEasy.IntegrationTests/FakingClassesTests.cs | ghcode:00178:5c30cb0253d7 | mit | codeparrot/github-code | 5c30cb0253d702dcd6a2490b764231876d91f55d78318ef5c6cea8e70c2857ba | 0.85 | testing_debugging_repair_refactoring | 301 | false | 2026-07-17 |
using System;
using System.IO;
using System.Net.Sockets;
using System.Text;
namespace WebStack.QA.Common.Client
{
public class RawHttpClient : TcpClient
{
private Uri uri;
public RawHttpClient(Uri uri)
: base(uri.Host, uri.Port)
{
this.uri = uri;
va... | lewischeng-ms/WebApi | OData/test/E2ETest/Common/Client/RawHttpClient.cs | https://github.com/lewischeng-ms/WebApi/blob/HEAD/OData/test/E2ETest/Common/Client/RawHttpClient.cs | ghcode:00178:d3f4fea1c758 | mit | codeparrot/github-code | d3f4fea1c75883b583b76b7cb74df8ed5a3fb8e850321d721dbf3be642e70cb5 | 0.85 | testing_debugging_repair_refactoring | 449 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Text;
namespace Nuwa.Sdk.Elements
{
/// <summary>
/// Represent a security strategy, which is adopted by a host strategy.
/// </summary>
///
/// Note to myself (trd... | lewischeng-ms/WebApi | OData/test/E2ETestV3/Nuwa.WebStack/Elements/SecurityOptionElement.cs | https://github.com/lewischeng-ms/WebApi/blob/HEAD/OData/test/E2ETestV3/Nuwa.WebStack/Elements/SecurityOptionElement.cs | ghcode:00178:839864b30a4c | mit | codeparrot/github-code | 839864b30a4c4ae9cb59685a29f1314423dc5103f1849451a5e96a066d41d442 | 0.95 | testing_debugging_repair_refactoring | 275 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Data.ProviderBase;
using System.Diagnostics;
namespace System.Data.OleDb
{
sealed internal class O... | BrennanConroy/corefx | src/System.Data.OleDb/src/OleDbReferenceCollection.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Data.OleDb/src/OleDbReferenceCollection.cs | ghcode:00178:549ac156fdc9 | mit | codeparrot/github-code | 549ac156fdc940d72625f01a2f330084a8b75ad01ab914eaf8f03958c6576de9 | 0.95 | testing_debugging_repair_refactoring | 257 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="ODataJsonReaderCoreUtils.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//----------------------------... | hotchandanisagar/odata.net | src/Microsoft.OData.Core/Json/ODataJsonReaderCoreUtils.cs | https://github.com/hotchandanisagar/odata.net/blob/HEAD/src/Microsoft.OData.Core/Json/ODataJsonReaderCoreUtils.cs | ghcode:00178:a3ce491b9c20 | mit | codeparrot/github-code | a3ce491b9c20adae77a99ad7adc0ceca805abce1c888192921b6c6c89740047d | 0.85 | testing_debugging_repair_refactoring | 2,121 | false | 2026-07-17 |
//---------------------------------------------------------------------
// <copyright file="ReadOnlyEnumerableForUriParser.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//----------------------... | abkmr/odata.net | src/Microsoft.OData.Core/UriParser/ReadOnlyEnumerableForUriParser.cs | https://github.com/abkmr/odata.net/blob/HEAD/src/Microsoft.OData.Core/UriParser/ReadOnlyEnumerableForUriParser.cs | ghcode:00178:dd78317b7f1b | mit | codeparrot/github-code | dd78317b7f1bba09bf1320d1751749204f8f823795862cf203dc2096edc17c90 | 0.85 | testing_debugging_repair_refactoring | 411 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using NUnit.Framework;
using System.IO;
using Microsoft.Build.BuildEngine;
using System.Threading;
... | nikson/msbuild | src/OrcasEngine/UnitTests/PropertyGroup_Tests.cs | https://github.com/nikson/msbuild/blob/HEAD/src/OrcasEngine/UnitTests/PropertyGroup_Tests.cs | ghcode:00178:5fdf9073ef5e | mit | codeparrot/github-code | 5fdf9073ef5eef8e5891c1fe6d062fb15a9acee98aa587a40b5d4bde6d93b835 | 0.85 | testing_debugging_repair_refactoring | 5,330 | false | 2026-07-17 |
using AllReady.Controllers;
using Microsoft.AspNetCore.Mvc;
using Xunit;
namespace AllReady.UnitTest.Controllers
{
public class ErrorControllerTests
{
[Fact]
public void ErrorReturnsTheCorrectView_WhenStatusCodeIsNull()
{
var controller = new ErrorController();
... | VishalMadhvani/allReady | AllReadyApp/Web-App/AllReady.UnitTest/Controllers/ErrorControllerTests.cs | https://github.com/VishalMadhvani/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/Controllers/ErrorControllerTests.cs | ghcode:00178:32ae6d9e7006 | mit | codeparrot/github-code | 32ae6d9e7006f9cec04995e4c056343dd0ac94e3688c892986cb9c16e62cad81 | 0.75 | testing_debugging_repair_refactoring | 148 | 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.
/*============================================================
**
** Class: Hashtable
**
** Purpose: Represents a ... | BrennanConroy/corefx | src/Common/src/CoreLib/System/Collections/Hashtable.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/Common/src/CoreLib/System/Collections/Hashtable.cs | ghcode:00178:067d0e656d43 | mit | codeparrot/github-code | 067d0e656d43b4dcaf445b246e98ac6ef89f8159f6cbe9a5dcacdc2631ee0ffd | 0.82 | testing_debugging_repair_refactoring | 12,751 | 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... | AuxMon/azure-sdk-for-net | src/Graph.RBAC/Graph.RBAC.Tests/Tests/ServicePrincipalTests.cs | https://github.com/AuxMon/azure-sdk-for-net/blob/HEAD/src/Graph.RBAC/Graph.RBAC.Tests/Tests/ServicePrincipalTests.cs | ghcode:00178:1134778fdcee | apache-2.0 | codeparrot/github-code | 1134778fdceee487538e2a8fa3df78f93b035b9e58debd5143817dd933383323 | 0.95 | testing_debugging_repair_refactoring | 326 | 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... | nandhanurrevanth/azure-powershell | src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/AuthorizationTests.cs | https://github.com/nandhanurrevanth/azure-powershell/blob/HEAD/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/AuthorizationTests.cs | ghcode:00178:f5961c9ac2cd | apache-2.0 | codeparrot/github-code | f5961c9ac2cd40995dc4b66446d53871c560671131d728946054f84d4ce43711 | 0.85 | testing_debugging_repair_refactoring | 220 | false | 2026-07-17 |
using System.Linq;
using FluentMigrator.Runner.Generators.SqlServer;
using NUnit.Framework;
using NUnit.Should;
namespace FluentMigrator.Tests.Unit.Generators.SqlServer2005
{
[TestFixture]
public class SqlServer2005DescriptionGeneratorTests : BaseDescriptionGeneratorTests
{
[SetUp]
public ... | wolfascu/fluentmigrator | src/FluentMigrator.Tests/Unit/Generators/SqlServer2005/SqlServer2005DescriptionGeneratorTests.cs | https://github.com/wolfascu/fluentmigrator/blob/HEAD/src/FluentMigrator.Tests/Unit/Generators/SqlServer2005/SqlServer2005DescriptionGeneratorTests.cs | ghcode:00178:cc1c1c398782 | apache-2.0 | codeparrot/github-code | cc1c1c398782fe9aae151efb8d8dc8b050ed93687b81945bd172c15cdb0d5a44 | 0.75 | testing_debugging_repair_refactoring | 1,086 | 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.Text;
using Xunit;
namespace System.Collections.Tests
{
public class Hashtable_AddTests
{
[Fact]
public void TestAddBasic()
... | heXelium/corefx | src/System.Collections.NonGeneric/tests/Hashtable/AddTests.cs | https://github.com/heXelium/corefx/blob/HEAD/src/System.Collections.NonGeneric/tests/Hashtable/AddTests.cs | ghcode:00178:bee77d2d3a34 | mit | codeparrot/github-code | bee77d2d3a34d1b03a595db869ee89ef258905a73b9986a4c091b3e3ac7c1b30 | 0.95 | testing_debugging_repair_refactoring | 1,891 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Reflection;
using System.Text;
using Xunit;
namespace System.PrivateUri.Tests
{
public class IriE... | ptoonen/corefx | src/System.Private.Uri/tests/FunctionalTests/IriEncodingDecodingTests.cs | https://github.com/ptoonen/corefx/blob/HEAD/src/System.Private.Uri/tests/FunctionalTests/IriEncodingDecodingTests.cs | ghcode:00178:91bbc5c5ce86 | mit | codeparrot/github-code | 91bbc5c5ce8606fa8a53376966aa74d5940e8ebe35c153c08ac0933d2769c319 | 0.95 | testing_debugging_repair_refactoring | 2,118 | 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.Threading;
using System.Collections;
using System.Globalization;
using Xunit;
public class CaseInsensitiveComparer_DefaultInvariant
{
p... | fffej/corefx | src/System.Collections.NonGeneric/tests/CaseInsensitiveComparer/CaseInsensitiveComparer_DefaultInvariant.cs | https://github.com/fffej/corefx/blob/HEAD/src/System.Collections.NonGeneric/tests/CaseInsensitiveComparer/CaseInsensitiveComparer_DefaultInvariant.cs | ghcode:00178:b090361cdf19 | mit | codeparrot/github-code | b090361cdf196f771fa9e64de69d8743c33efafefb10057f1c108d87e28fb316 | 0.95 | testing_debugging_repair_refactoring | 978 | false | 2026-07-17 |
using System;
using DLaB.Xrm.Entities;
using DLaB.Xrm.Plugin;
using DLaB.Xrm.Test.Builders;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Xrm.Sdk;
namespace DLaB.Xrm.Tests
{
[TestClass]
public class ExtensionsIPluginExecutionContextTests
{
[TestMethod]
public void Ext... | daryllabar/XrmUnitTest | DLaB.Xrm.Tests.Base/ExtensionsIPluginExecutionContextTests.cs | https://github.com/daryllabar/XrmUnitTest/blob/HEAD/DLaB.Xrm.Tests.Base/ExtensionsIPluginExecutionContextTests.cs | ghcode:00178:f9bc9cf63a21 | mit | codeparrot/github-code | f9bc9cf63a219de1b2e08a407ffc8ecfd34328c8ee7c71dbc569eea03c47ed66 | 0.85 | testing_debugging_repair_refactoring | 412 | 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 System;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Cursor;... | naoey/osu | osu.Game.Rulesets.Osu.Tests/TestCaseGameplayCursor.cs | https://github.com/naoey/osu/blob/HEAD/osu.Game.Rulesets.Osu.Tests/TestCaseGameplayCursor.cs | ghcode:00178:7204ede804d0 | mit | codeparrot/github-code | 7204ede804d009d76727acecc1bfd77d0f843191ef94f9e9d5a11ba4aca93449 | 0.75 | testing_debugging_repair_refactoring | 204 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.... | diryboy/roslyn | src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.cs | https://github.com/diryboy/roslyn/blob/HEAD/src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.cs | ghcode:00178:702fbe9369a9 | mit | codeparrot/github-code | 702fbe9369a9a5c4376eb4f44f3e011759e7483e326908d4e51dee22491a7ef8 | 0.85 | testing_debugging_repair_refactoring | 1,932 | false | 2026-07-17 |
using PropertyGridHelpers.Controls;
using System;
using Xunit;
#if NET35
#else
using Xunit.Abstractions;
#endif
#if NET35
namespace PropertyGridHelpersTest.net35.Controls
#elif NET452
namespace PropertyGridHelpersTest.net452.Controls
#elif NET462
namespace PropertyGridHelpersTest.net462.Controls
#elif NET472
namespac... | dparvin/PropertyGridHelpers | Code/PropertyGridHelpersTest/Controls/FlagCheckedListBoxItemTest.cs | https://github.com/dparvin/PropertyGridHelpers/blob/HEAD/Code/PropertyGridHelpersTest/Controls/FlagCheckedListBoxItemTest.cs | ghcode:00178:e197fa8e03f2 | mit | codeparrot/github-code | e197fa8e03f2b3a12d7c80e15273190f3595a4316e4c8ba27c2f674cb82ad163 | 0.7 | testing_debugging_repair_refactoring | 845 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SpirvNet.Spirv.Enums;
// This file is auto-generated and should not be modified manually.
namespace SpirvNet.Spirv.Ops.Arithmetic
{
/// <summary>
/// OpFSub
///
/// Floating-point... | Philip-Trettner/SpirvNet | SpirvNet/SpirvNet/Spirv/Ops/Arithmetic/OpFSub.cs | https://github.com/Philip-Trettner/SpirvNet/blob/HEAD/SpirvNet/SpirvNet/Spirv/Ops/Arithmetic/OpFSub.cs | ghcode:00178:3b498650aa09 | mit | codeparrot/github-code | 3b498650aa090dfbc169b918fffc811e6efbf77719865ad4fa12c7dd8dc16fbd | 0.85 | testing_debugging_repair_refactoring | 487 | false | 2026-07-17 |
/*
* File: PULUnusedGenericTest.cs
*
* Author: Akira Sugiura (urasandesu@gmail.com)
*
*
* Copyright (c) 2014 Akira Sugiura
*
* This software is MIT License.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation ... | urasandesu/Prig | Test.program1/UntestableLibrary/Prig/PULUnusedGenericTest.cs | https://github.com/urasandesu/Prig/blob/HEAD/Test.program1/UntestableLibrary/Prig/PULUnusedGenericTest.cs | ghcode:00178:7bf40f71f1d4 | mit | codeparrot/github-code | 7bf40f71f1d433a6c6a5efad55d1d2622eaab002eb980685543a329ba21286ef | 0.7 | testing_debugging_repair_refactoring | 575 | false | 2026-07-17 |
namespace DbLite.Test
{
using System.Data;
using System.Linq;
using Tables;
using Xunit;
public abstract class UpdateTests<TDatabaseFixture, TConnection>
where TDatabaseFixture : DatabaseFixture<TConnection>
where TConnection : IDbConnection
{
private readonly TDatabase... | NsdWorkBook/DbLite | src/DbLite.Test/UpdateTests.cs | https://github.com/NsdWorkBook/DbLite/blob/HEAD/src/DbLite.Test/UpdateTests.cs | ghcode:00178:a5498d592aff | mit | codeparrot/github-code | a5498d592aff2e11d6610904d8970024f331194f094499e5a3f8674e0996deae | 0.85 | testing_debugging_repair_refactoring | 532 | false | 2026-07-17 |
namespace Labyrinth.Tests.Console
{
using Labyrinth.Console;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class TestLabyrinthStarter
{
[TestMethod]
public void TestGameStarterInstanceToBeUnique()
{
var firstInstance = LabyrinthStarter.I... | TeamLabyrinth5-Telerik/Labyrinth | Source/Labyrinth.Tests/Console/TestLabyrinthStarter.cs | https://github.com/TeamLabyrinth5-Telerik/Labyrinth/blob/HEAD/Source/Labyrinth.Tests/Console/TestLabyrinthStarter.cs | ghcode:00178:1b3eecdf2b6a | mit | codeparrot/github-code | 1b3eecdf2b6a3917590ecfb97b2834a42d488ce4b24169c6690827c7f568fec8 | 0.75 | testing_debugging_repair_refactoring | 103 | false | 2026-07-17 |
namespace Test.Radical
{
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Topics.Radical.Collections;
[TestClass()]
public class ReadOnlySetTest
{
private TestContext testContextInstance;
public TestContext TestContex... | micdenny/radical | src/net40/Test.Radical/ReadOnlySetTest.cs | https://github.com/micdenny/radical/blob/HEAD/src/net40/Test.Radical/ReadOnlySetTest.cs | ghcode:00178:a4873a8dded8 | mit | codeparrot/github-code | a4873a8dded8af0f20e53a5a48fcf210317b5dc482f10b555b3794164957d639 | 0.75 | testing_debugging_repair_refactoring | 613 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Attributes.Columns;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Engines;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Toolchains;
using BenchmarkDotNet.Toolchain... | justkao/Bolt | benchmark/Bolt.Benchmark/Benchmarks/Proxy.cs | https://github.com/justkao/Bolt/blob/HEAD/benchmark/Bolt.Benchmark/Benchmarks/Proxy.cs | ghcode:00178:68b394c999a1 | mit | codeparrot/github-code | 68b394c999a15c2ca25652ddfd49f401992d9067acd088794f4504636cc80725 | 0.75 | testing_debugging_repair_refactoring | 1,090 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using System.Text;
using LayerDataReaderWriter.V9;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace LayerDataReaderWriter.UnitTests
{
[TestClass]
public class UnitTestV9
{
[TestMethod]
public void TestWriter01()
... | bitcraftCoLtd/level-editor | LayerDataReaderWriter.UnitTests/UnitTestV9.cs | https://github.com/bitcraftCoLtd/level-editor/blob/HEAD/LayerDataReaderWriter.UnitTests/UnitTestV9.cs | ghcode:00178:2405100d1e58 | mit | codeparrot/github-code | 2405100d1e58c812ca254bed2ee076e6eaedf5147bc7ac85a4539398717310ee | 0.7 | testing_debugging_repair_refactoring | 12,430 | false | 2026-07-17 |
using BinaryKits.ZplUtility.Elements;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
namespace BinaryKits.ZplUtility.UnitTest
{
[TestClass]
public class DownloadTest
{
[TestMethod]
[DeploymentItem(@"ZplData/Z... | BinaryKits/ZPLUtility | src/BinaryKits.ZplUtility.UnitTest/DownloadTest.cs | https://github.com/BinaryKits/ZPLUtility/blob/HEAD/src/BinaryKits.ZplUtility.UnitTest/DownloadTest.cs | ghcode:00178:78a73e2bb244 | mit | codeparrot/github-code | 78a73e2bb244330a04a26c52aa5f803f46a40bc3c3e05dad573553b7aa2a0f93 | 0.6 | testing_debugging_repair_refactoring | 505 | false | 2026-07-17 |
using NUnit.Framework;
using System;
namespace HermaFx.DataAnnotations
{
#region MinElementsIf
[TestFixture]
public class MinElementsIfAttributeTest
{
private class Model : ModelBase<MinElementsIfAttribute>
{
public string Value1 { get; set; }
[MinElementsIf(3, "Value1", "hello")]
public string[] V... | evicertia/HermaFx | HermaFx.DataAnnotations.Tests/MinElementsIfAttributeTest.cs | https://github.com/evicertia/HermaFx/blob/HEAD/HermaFx.DataAnnotations.Tests/MinElementsIfAttributeTest.cs | ghcode:00178:f2b4e6ebd87e | mit | codeparrot/github-code | f2b4e6ebd87ee978b141ef392d56a17bd64b6ddbaf5e799c4f4e3b4a05f217cb | 0.75 | testing_debugging_repair_refactoring | 1,636 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
na... | schellap/corert | src/Common/src/TypeSystem/Common/TypeDesc.cs | https://github.com/schellap/corert/blob/HEAD/src/Common/src/TypeSystem/Common/TypeDesc.cs | ghcode:00178:6ed04ebf995d | mit | codeparrot/github-code | 6ed04ebf995d6a4d6bc7624ae3667c463f8cba602faf90a089bcffd45e7986fe | 0.95 | testing_debugging_repair_refactoring | 2,028 | false | 2026-07-17 |
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using FluentAssertions;
using NUnit.Framework;
namespace System.Extensions.Test.IO
{
[TestFixture]
public abstract class AbstractFilesystemTest
: AbstractFileTest
{
private IFilesystem _filesystem;
protected abstract IF... | Kittyfisto/System.Extensions | src/System.Extensions.Test/IO/AbstractFilesystemTest.cs | https://github.com/Kittyfisto/System.Extensions/blob/HEAD/src/System.Extensions.Test/IO/AbstractFilesystemTest.cs | ghcode:00178:e13d31603347 | mit | codeparrot/github-code | e13d3160334793dccea431f4fa03c71bb01ecd68de194364e376b2ddf9862a0a | 0.6 | testing_debugging_repair_refactoring | 10,822 | false | 2026-07-17 |
using System.Collections.Generic;
using Microsoft.Extensions.Logging;
using Moq;
using NBitcoin;
using Stratis.Bitcoin.Configuration;
using Stratis.Bitcoin.Features.PoA.Tests.Rules;
using Stratis.Bitcoin.Tests.Common;
using Xunit;
namespace Stratis.Bitcoin.Features.PoA.Tests
{
public class SlotsManagerTests
{... | Aprogiena/StratisBitcoinFullNode | src/Stratis.Bitcoin.Features.PoA.Tests/SlotsManagerTests.cs | https://github.com/Aprogiena/StratisBitcoinFullNode/blob/HEAD/src/Stratis.Bitcoin.Features.PoA.Tests/SlotsManagerTests.cs | ghcode:00178:cc18a8b9205e | mit | codeparrot/github-code | cc18a8b9205ee5bfbbc26540ff8fe616fb1989d5aba23f19333e72b5bf82f656 | 0.75 | testing_debugging_repair_refactoring | 897 | false | 2026-07-17 |
using DbTest.Example.Services;
using DbTest.Example.Tests.Base;
using DbTest.Example.Tests.Fixtures;
using NUnit.Framework;
using System;
using System.Linq;
namespace DbTest.Example.Tests
{
public class RemainsTest
{
[SetUp]
public void SetUp()
{
World.InitDatabase(); ... | justserega/DbTest | Examples/EF/StockApp.Tests/Tests/RemainsTest.cs | https://github.com/justserega/DbTest/blob/HEAD/Examples/EF/StockApp.Tests/Tests/RemainsTest.cs | ghcode:00178:b3631415617e | mit | codeparrot/github-code | b3631415617e3a54a37fe6304803e1a544cf4f7660e244e1a37d1976e44a712f | 0.95 | testing_debugging_repair_refactoring | 357 | false | 2026-07-17 |
using MerQure.Messages;
using MerQure.Tools.Buses;
using MerQure.Tools.Configurations;
using MerQure.Tools.Messages;
using Moq;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace MerQure.Tools.Tests.Buses
{
... | LuccaSA/MerQure | tests/MerQure.Tools.Tests/Buses/ConsumerTests.cs | https://github.com/LuccaSA/MerQure/blob/HEAD/tests/MerQure.Tools.Tests/Buses/ConsumerTests.cs | ghcode:00178:24dd2f5a371f | mit | codeparrot/github-code | 24dd2f5a371f778ff5050975f03371c8c632da0dc14e39b93a728b41fc6e7b32 | 0.85 | testing_debugging_repair_refactoring | 938 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Medallion.Threading.Internal;
namespace Medallion.Threading.Tests
{
public abstract class TestingSemaphoreAsMutexProvider<TSemaphoreProvider, TStrategy> : TestingLockPr... | madelson/DistributedLock | DistributedLock.Tests/Infrastructure/TestingSemaphoreAsMutexProvider.cs | https://github.com/madelson/DistributedLock/blob/HEAD/DistributedLock.Tests/Infrastructure/TestingSemaphoreAsMutexProvider.cs | ghcode:00178:59711d75653e | mit | codeparrot/github-code | 59711d75653ece80c94423380a50e67dd3a3a9195c87a7e2de1e0820dadc67db | 0.75 | testing_debugging_repair_refactoring | 878 | false | 2026-07-17 |
namespace FetchOBotApiTests
{
using System;
using FetchOBotApi;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class HistoryAccumulatorTests
{
[TestMethod]
public void TestLoadUntilLastPage()
{
var trackOBot = this.Initial... | HearthCoder/FetchOBot | FetchOBotTests/HistoryAccumulatorTests.cs | https://github.com/HearthCoder/FetchOBot/blob/HEAD/FetchOBotTests/HistoryAccumulatorTests.cs | ghcode:00178:48468cd85570 | mit | codeparrot/github-code | 48468cd85570d7de12219d3fde3ad433959047ec44845edc66a7e01c446f17c4 | 0.85 | testing_debugging_repair_refactoring | 1,013 | false | 2026-07-17 |
using System;
using DailyEnterprise.Core.Models;
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DailyEnterprise.Core.Tests
{
[TestClass]
public class StopTimerTests
{
[TestMethod]
public void StartSetsRunning()
{
var x = new StopTi... | ZEJustin/DailyEnterpriseProgrammer | Solutions/Challenges 1 to 100/Challenge 2/Hard/DailyEnterprise.Core.Tests/StopTimerTests.cs | https://github.com/ZEJustin/DailyEnterpriseProgrammer/blob/HEAD/Solutions/Challenges 1 to 100/Challenge 2/Hard/DailyEnterprise.Core.Tests/StopTimerTests.cs | ghcode:00178:1f80a42d0bed | mit | codeparrot/github-code | 1f80a42d0bed1be31607b44d752fa6767f703507cc6533beb56620c20992ec74 | 0.75 | testing_debugging_repair_refactoring | 376 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SpirvNet.Spirv.Enums;
// This file is auto-generated and should not be modified manually.
namespace SpirvNet.Spirv.Ops.Texture
{
/// <summary>
/// OpTextureSampleGrad
///
/// Samp... | Philip-Trettner/SpirvNet | SpirvNet/SpirvNet/Spirv/Ops/Texture/OpTextureSampleGrad.cs | https://github.com/Philip-Trettner/SpirvNet/blob/HEAD/SpirvNet/SpirvNet/Spirv/Ops/Texture/OpTextureSampleGrad.cs | ghcode:00178:08c16d7e9bc8 | mit | codeparrot/github-code | 08c16d7e9bc8f11f31efdcbd520869ec6d26cfe46157596e446dcc93f17fe6f3 | 0.85 | testing_debugging_repair_refactoring | 775 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using VueCoreFramework.Core.Extensions;
namespace VueCoreFramework.Test.Extensions
{
[TestClass]
public class StringExtensionsTest
{
private const string capitalizedTest = "Capitalized string";
private const string capitalizedTestLowercas... | WilStead/VueCoreFramework | VueCoreFramework.Test/Extensions/StringExtensionsTest.cs | https://github.com/WilStead/VueCoreFramework/blob/HEAD/VueCoreFramework.Test/Extensions/StringExtensionsTest.cs | ghcode:00178:bcdf64d5829e | mit | codeparrot/github-code | bcdf64d5829ef68ce9626166b74a5912ecd059d19b7b104c6f8eaaa953636c08 | 0.6 | testing_debugging_repair_refactoring | 220 | false | 2026-07-17 |
namespace Headless.UnitTests
{
using System;
using System.IO;
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
/// <summary>
/// The <see cref="PostFileEntryTests" />
/// class tests the <see cref="PostFileEntry" /> class.
/// </summary>
[TestClas... | roryprimrose/Headless | Headless.UnitTests/PostFileEntryTests.cs | https://github.com/roryprimrose/Headless/blob/HEAD/Headless.UnitTests/PostFileEntryTests.cs | ghcode:00178:988c7d8ca35b | mit | codeparrot/github-code | 988c7d8ca35b8c8b5709e12cee80b08b9e3bc05681fc826f8ff191c7f0c35a23 | 0.85 | testing_debugging_repair_refactoring | 1,030 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Microsoft.TeamFoundation.DistributedTask.WebApi;
using Microsoft.VisualStudio.Services.Agent.Worker;
using Moq;
using Xunit;
namespace Microsoft.Visua... | Microsoft/vsts-agent | src/Test/L0/Worker/TaskCommandExtensionL0.cs | https://github.com/Microsoft/vsts-agent/blob/HEAD/src/Test/L0/Worker/TaskCommandExtensionL0.cs | ghcode:00178:11b13e8dfeee | mit | codeparrot/github-code | 11b13e8dfeee0791ba5c3c14d998aeebdd097a113dd633db950a279c43e9f1e9 | 0.95 | testing_debugging_repair_refactoring | 1,381 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EvoNet.AI
{
class NeuronalNetworkTest
{
public static void Test()
{
Console.WriteLine("Begin NN Test!");
NeuronalNetw... | pampersrocker/EvoNet | EvoSim/AI/NeuronalNetworkTest.cs | https://github.com/pampersrocker/EvoNet/blob/HEAD/EvoSim/AI/NeuronalNetworkTest.cs | ghcode:00178:0773d7abdc83 | mit | codeparrot/github-code | 0773d7abdc833e7c3041f01cf84fd57414ca6388c5549edaba36bf72c824c5ea | 0.6 | testing_debugging_repair_refactoring | 305 | false | 2026-07-17 |
using ElasticUp.Tests.Sample;
using FluentAssertions;
using NUnit.Framework;
namespace ElasticUp.Tests.Migration
{
[TestFixture]
public class AbstractElasticUpMigrationTest
{
[Test]
public void Operation_AddsOperationToOperations()
{
var migration = new SampleEmptyVersi... | XPCegeka/ElasticUp | ElasticUp/ElasticUp.Tests/Migration/AbstractElasticUpMigrationTest.cs | https://github.com/XPCegeka/ElasticUp/blob/HEAD/ElasticUp/ElasticUp.Tests/Migration/AbstractElasticUpMigrationTest.cs | ghcode:00178:1ba735528c44 | mit | codeparrot/github-code | 1ba735528c449c5256bec1b165926878564a8626a75ea864959e3618ae1be47a | 0.75 | testing_debugging_repair_refactoring | 139 | false | 2026-07-17 |
using System;
using CQRS.Core.Internal;
using Xunit;
namespace CQRS.Core.Tests
{
public class EnsureTests
{
[Theory]
[InlineData((object)null)]
[InlineData((string)null)]
public void ThrowsOnNullValues(object obj)
{
Assert.Throws<ArgumentNullExc... | BishoyDemian/CQRS-Core | src/Tests/CQRS.Core.Tests/EnsureTests.cs | https://github.com/BishoyDemian/CQRS-Core/blob/HEAD/src/Tests/CQRS.Core.Tests/EnsureTests.cs | ghcode:00178:d63143c222cf | mit | codeparrot/github-code | d63143c222cfaaebb533c29cbfd3297c710e7bead8becae230e6142748759b74 | 0.85 | testing_debugging_repair_refactoring | 261 | false | 2026-07-17 |
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.AspNetCore.Mvc.Versioning;
namespace NSwag.SwaggerGeneration.AspNetCore.Tests.Web
{
public class Startup... | NSwag/NSwag | src/NSwag.SwaggerGeneration.AspNetCore.Tests.Web/Startup.cs | https://github.com/NSwag/NSwag/blob/HEAD/src/NSwag.SwaggerGeneration.AspNetCore.Tests.Web/Startup.cs | ghcode:00178:8e218df2e51b | mit | codeparrot/github-code | 8e218df2e51ba91adfa4fbe578f10b3988d11d1d6a7d89a794a5df0d57e35fbe | 0.75 | testing_debugging_repair_refactoring | 357 | false | 2026-07-17 |
using NUnit.Framework;
using Revolver.Core;
using Cmd = Revolver.Core.Commands;
namespace Revolver.Test {
[TestFixture]
[Category("MathDivide")]
public class MathDivide : BaseCommandTest {
Cmd.MathDivide cmd = null;
[TestFixtureSetUp]
public void TestFixtureSetUp() {
cmd = new Cmd.MathDivide();
base.I... | codeflood/revolver | Revolver.Test/MathDivide.cs | https://github.com/codeflood/revolver/blob/HEAD/Revolver.Test/MathDivide.cs | ghcode:00178:d85977b6127d | mit | codeparrot/github-code | d85977b6127d0dbc46861d5d1f8599c8fca95abdcfbeb76d1f7d35865ca7bbdb | 0.75 | testing_debugging_repair_refactoring | 589 | false | 2026-07-17 |
// Patterns: 1
// Matches: HaveAttribute.cs
// NotMatches: Foo.cs
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using TestApplication.Types;
namespace TestApplication.Windsor.TestCases
{
public class FromThisAssemblyWhereComponentHasAttributeMethod... | hmemcpy/AgentMulder | src/Test/Data/Windsor/TestCases/FromThisAssemblyWhereComponentHasAttributeMethodGroup.cs | https://github.com/hmemcpy/AgentMulder/blob/HEAD/src/Test/Data/Windsor/TestCases/FromThisAssemblyWhereComponentHasAttributeMethodGroup.cs | ghcode:00178:bcd249932413 | mit | codeparrot/github-code | bcd24993241389020c4cc08cfe1fa53b3cd7d7212198d1165f493b0d1ebc4dc9 | 0.95 | testing_debugging_repair_refactoring | 154 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using RingtoneComposer.Core;
using RingtoneComposer.Core.Helpers;
namespace RingtoneComposer.Test.Helpers
{
[TestClass]
public class DurationHelperTest
{
[TestMethod]
public void IncreaseDuration_Success()
{
... | skacofonix/RingtoneComposer | RingtoneComposer.Test/Helpers/DurationHelperTest.cs | https://github.com/skacofonix/RingtoneComposer/blob/HEAD/RingtoneComposer.Test/Helpers/DurationHelperTest.cs | ghcode:00178:db84ba0f78cb | mit | codeparrot/github-code | db84ba0f78cb900efe034c79eccb6da3a79bd8e2555986cbe090895163423495 | 0.6 | testing_debugging_repair_refactoring | 310 | false | 2026-07-17 |
using Moq;
using StockportWebapp.Controllers;
using StockportWebapp.Utils;
namespace StockportWebappTests_Unit.Unit.Controllers
{
public class CookiesControllerTests
{
private readonly Mock<ICookiesHelper> _mockFavouritesHelper;
private readonly CookiesController _cookiesController;
p... | smbc-digital/iag-webapp | test/StockportWebappTests/Unit/Controllers/CookiesControllerTests.cs | https://github.com/smbc-digital/iag-webapp/blob/HEAD/test/StockportWebappTests/Unit/Controllers/CookiesControllerTests.cs | ghcode:00178:7b249bd38d67 | mit | codeparrot/github-code | 7b249bd38d67246769ed2a20ea999530acfa5861dbb770d18453007c1ef832cd | 0.85 | testing_debugging_repair_refactoring | 324 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Gum.DataTypes;
using Gum.DataTypes.Variables;
using RenderingLibrary.Graphics;
using Microsoft.Xna.Framework;
using Gum.Wireframe;
using Gum.RenderingLibrary;
#if GUM
using Gum.Plugins;
using Gum.PropertyGridHelpers.Converter... | Cabrill/FishKing | FishKing/FishKing/FishKing/GumCore/StandardElementsManager.cs | https://github.com/Cabrill/FishKing/blob/HEAD/FishKing/FishKing/FishKing/GumCore/StandardElementsManager.cs | ghcode:00178:40412bbe1641 | mit | codeparrot/github-code | 40412bbe1641432cd65aa7fe9eef55c38b95835371987cca51b2fe9a2473440c | 0.7 | testing_debugging_repair_refactoring | 5,199 | false | 2026-07-17 |
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NGA.Application.External;
using NGA.Application.Stories;
using NGA.Application.Stories.Interactors;
using NGA.Tests.Infrastructure;
using NSubstitute;
namespace NGA.Tests.Application.Stories.RetrieveStoryInteractorTests
{
[TestClass... | joeyshipley/AngularRefresher | src/Tests/Application/Stories/RetrieveStoryInteractorTests.cs | https://github.com/joeyshipley/AngularRefresher/blob/HEAD/src/Tests/Application/Stories/RetrieveStoryInteractorTests.cs | ghcode:00178:5362ba7ce16a | mit | codeparrot/github-code | 5362ba7ce16a000a27000f2757c27ff610f5d94026cb16c8655876d396a7a6f7 | 0.85 | testing_debugging_repair_refactoring | 274 | false | 2026-07-17 |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#nullable disable
namespace StyleCop.Analyzers.Test.CSharp9.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp8.DocumentationRules;
public... | DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/DocumentationRules/SA1611CSharp9UnitTests.cs | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/DocumentationRules/SA1611CSharp9UnitTests.cs | ghcode:00178:1a1bc128fadc | mit | codeparrot/github-code | 1a1bc128fadc13b285e6d4d1723bec7e71ee8d1fba67e214aaff4034690ec576 | 0.75 | testing_debugging_repair_refactoring | 96 | false | 2026-07-17 |
namespace DevOpsFlex.Azure.Management.Tests
{
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.WindowsAzure.Management.WebSites;
using Microsoft.WindowsAzure.Management.WebSites.Models;... | sfa-gov-uk/devopsflex | src/DevOpsFlex.Common/Tests/DevOpsFlex.Azure.Management.Tests/WebSiteManagementClientExtensionsTest.cs | https://github.com/sfa-gov-uk/devopsflex/blob/HEAD/src/DevOpsFlex.Common/Tests/DevOpsFlex.Azure.Management.Tests/WebSiteManagementClientExtensionsTest.cs | ghcode:00178:55af29b7a3d6 | mit | codeparrot/github-code | 55af29b7a3d679199bf1fcaf9d2a1d8c9adcdb9d43f3dd9688cf6b1948842336 | 0.95 | testing_debugging_repair_refactoring | 611 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="EventManagerTests.cs" company="Slash Games">
// Copyright (c) Slash Games. All rights reserved.
// </copyright>
// --------------------------------------------------------------... | npruehs/slash-framework | Source/Slash.ECS.Tests/Source/EventManagerTests.cs | https://github.com/npruehs/slash-framework/blob/HEAD/Source/Slash.ECS.Tests/Source/EventManagerTests.cs | ghcode:00178:2d4411af6bf3 | mit | codeparrot/github-code | 2d4411af6bf3d287a5906568737e7be801ca3700534591a7937c69498a86a583 | 0.85 | testing_debugging_repair_refactoring | 2,434 | false | 2026-07-17 |
using FluentAssertions;
using Picturepark.SDK.V1.Contract;
using Picturepark.SDK.V1.Tests.Fixtures;
using Picturepark.SDK.V1.Tests.FluentAssertions;
using System;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Xunit;
namespace Picturepark.SDK.V1.Tests.Clients
{
publi... | Picturepark/Picturepark.SDK.DotNet | src/Picturepark.SDK.V1.Tests/Clients/ContentPermissionSetTests.cs | https://github.com/Picturepark/Picturepark.SDK.DotNet/blob/HEAD/src/Picturepark.SDK.V1.Tests/Clients/ContentPermissionSetTests.cs | ghcode:00178:2f68cb883445 | mit | codeparrot/github-code | 2f68cb88344517ab0c078a8ed9c1b14fce4261e943ff433b2d02cf6ccc5bfec0 | 0.85 | testing_debugging_repair_refactoring | 1,404 | false | 2026-07-17 |
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework.Constraints;
using UnityEngine;
public class UIControls : MonoBehaviour
{
public RectTransform panelMain;
private IEnumerator panelCoRoutineControl;
private float height;
private float xPos;
private float yPos;
... | michaelperel/3dtoolkit | Samples/Client/Unity/Assets/Scripts/UIControls.cs | https://github.com/michaelperel/3dtoolkit/blob/HEAD/Samples/Client/Unity/Assets/Scripts/UIControls.cs | ghcode:00178:a8a72c7339a0 | mit | codeparrot/github-code | a8a72c7339a01bc9252c74ff8927d16c7d2cbac4a55d8f41076306363aeeee8a | 0.6 | testing_debugging_repair_refactoring | 389 | false | 2026-07-17 |
using System;
using Xunit;
namespace Popsql.Tests
{
public class SqlSortTests
{
[Fact]
public void Ctor_WithNullColumn_ThrowsArgumentNull()
{
Assert.Throws<ArgumentNullException>(() => new SqlSort(null, SqlSortOrder.Ascending));
}
[Fact]
public void Ctor_WithColumn_SetsPropertyValues()
{
SqlCol... | WouterDemuynck/popsql | src/Popsql.Tests/SqlSortTests.cs | https://github.com/WouterDemuynck/popsql/blob/HEAD/src/Popsql.Tests/SqlSortTests.cs | ghcode:00178:7b346baa6635 | mit | codeparrot/github-code | 7b346baa6635209486e326c7da4f2ce9847fb2a283b0f2fca285d4c56df79548 | 0.75 | testing_debugging_repair_refactoring | 199 | false | 2026-07-17 |
#region License
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Sandbox.cs" company="MorseCode Software">
// Copyright (c) 2015 MorseCode Software
// </copyright>
// <summary>
// The MIT License (MIT)
//
// Copyright (c) 2015... | jam40jeff/BetterReflection | Source/MorseCode.BetterReflection/Tests/Sandbox.cs | https://github.com/jam40jeff/BetterReflection/blob/HEAD/Source/MorseCode.BetterReflection/Tests/Sandbox.cs | ghcode:00178:c076ba898fc9 | mit | codeparrot/github-code | c076ba898fc9a5c4678661f7facb27d6851d6609b68acf2740a6ee6476f191e1 | 0.95 | testing_debugging_repair_refactoring | 4,707 | false | 2026-07-17 |
using Nancy;
using System;
namespace DataAccessExamples.Web.Tests
{
public class TestRootDirectoryResolver : IRootPathProvider
{
public string GetRootPath()
{
return Environment.CurrentDirectory;
}
}
}
| hgcummings/DataAccessExamples | DataAccessExamples.Web.Tests/TestRootDirectoryResolver.cs | https://github.com/hgcummings/DataAccessExamples/blob/HEAD/DataAccessExamples.Web.Tests/TestRootDirectoryResolver.cs | ghcode:00178:248b2c3a42e1 | cc0-1.0 | codeparrot/github-code | 248b2c3a42e125ac40f0620d6c40d5fc0b09f4019a217cbe7346c0189a18f754 | 0.68 | testing_debugging_repair_refactoring | 48 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.