text
stringlengths
40
299k
repo_name
stringlengths
7
71
path
stringlengths
4
235
source_url
stringlengths
45
289
commit_or_blob_id
stringlengths
25
25
license
stringclasses
7 values
source_dataset
stringclasses
1 value
content_sha256
stringlengths
64
64
quality_score
float64
0.2
0.95
category_slice
stringclasses
1 value
token_count
int64
11
109k
is_synthetic
bool
1 class
collected_at
stringdate
2026-07-17 00:00:00
2026-07-17 00:00:00
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using NUnit.Framework; namespace PortKit.MVVM.UnitTests { [TestFixture] internal sealed class BindableCollectionTests { [Test] publi...
bagabont/portkit
Source/PortKit.MVVM.UnitTests/BindableCollectionTests.cs
https://github.com/bagabont/portkit/blob/HEAD/Source/PortKit.MVVM.UnitTests/BindableCollectionTests.cs
ghcode:00162:3a1d31c59db0
mit
codeparrot/github-code
3a1d31c59db022492f38e564d34cc8bdb7386ca6054fba34ccb067e12ff9de02
0.75
testing_debugging_repair_refactoring
1,072
false
2026-07-17
using System.Collections.Generic; using Xunit; using ServiceStack.Text; namespace Harbour.RedisSessionStateStore.Tests { public class RedisClientExtensionsTests : RedisTest { [Fact] public void SetRangeInHashRaw() { redis.SetRangeInHashRaw("abc:123", new Dictionary<string, ...
kharabasz/Harbour.RedisSessionStateStore
tests/Harbour.RedisSessionStateStore.Tests/RedisClientExtensionsTests.cs
https://github.com/kharabasz/Harbour.RedisSessionStateStore/blob/HEAD/tests/Harbour.RedisSessionStateStore.Tests/RedisClientExtensionsTests.cs
ghcode:00162:0cc1e3d85993
mit
codeparrot/github-code
0cc1e3d859931ebff39496597a763c8e14ef4431197c7a328ad6b5880218def8
0.75
testing_debugging_repair_refactoring
604
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.ObjectModel; using Kirinji.LinqToObservableCollection.Impl; using System.Linq; using System.Collections.Generic; namespace Kirinji.LinqToObservableCollection.Test.Impl { [TestClass] public class SelectCollectionStatuses...
syo00/ReactiveLinqToObservableCollection
ReactiveObservableCollectionMapper.Test/Impl/SelectCollectionStatusesTest.cs
https://github.com/syo00/ReactiveLinqToObservableCollection/blob/HEAD/ReactiveObservableCollectionMapper.Test/Impl/SelectCollectionStatusesTest.cs
ghcode:00162:825ed2c6161d
mit
codeparrot/github-code
825ed2c6161d94eac6cbdebaaabfec350abdbf9a5ebf927896c81d190738fad6
0.6
testing_debugging_repair_refactoring
310
false
2026-07-17
using Augustus.CRM.Queries; using Augustus.Domain.Objects; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Linq; namespace Augustus.CRM.Test { [TestClass] public class ReportQueryTest : BaseQueryTest { private static ReportQuery query; [ClassInitialize] ...
gothandy/Augustus
Augustus.CRM.Test/ReportQueryTest.cs
https://github.com/gothandy/Augustus/blob/HEAD/Augustus.CRM.Test/ReportQueryTest.cs
ghcode:00162:f296c7bbb6aa
mit
codeparrot/github-code
f296c7bbb6aa2cdaa87ca2ccebe4bd39655b71ad8be3bf28f698f842a08770b9
0.75
testing_debugging_repair_refactoring
663
false
2026-07-17
using System; using NRules.Rete; using Xunit; namespace NRules.Tests.Rete { public class FactTest { [Fact] public void FactType_WhenObjectPassed_ReturnsItsType() { //Arrange var obj = new DateTime(); var target = new Fact(obj); //Act ...
NRules/NRules
src/NRules/Tests/NRules.Tests/Rete/FactTest.cs
https://github.com/NRules/NRules/blob/HEAD/src/NRules/Tests/NRules.Tests/Rete/FactTest.cs
ghcode:00162:9cb35aec03a0
mit
codeparrot/github-code
9cb35aec03a08351d778383590e322fe8b4d602bbb0a656804b8b9c4cfb2eff8
0.95
testing_debugging_repair_refactoring
104
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Text; using JetBrains.Annotations; using ManagedIrbis; using ManagedIrbis.ImportExport; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace UnitTests.ManagedIrbis.ImportExport { [TestClass] public class Iso2709Test ...
amironov73/ManagedIrbis
Source/UnitTests/ManagedIrbis/ImportExport/Iso2709Test.cs
https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/ManagedIrbis/ImportExport/Iso2709Test.cs
ghcode:00162:80a7d2cf1365
mit
codeparrot/github-code
80a7d2cf1365ecfbfe54b7850a057bfb49c27c116c17a004c94a764f6685f897
0.75
testing_debugging_repair_refactoring
5,915
false
2026-07-17
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
Squidex/squidex
backend/tests/Squidex.Domain.Apps.Entities.Tests/Apps/DefaultAppImageStoreTests.cs
https://github.com/Squidex/squidex/blob/HEAD/backend/tests/Squidex.Domain.Apps.Entities.Tests/Apps/DefaultAppImageStoreTests.cs
ghcode:00162:80101210a501
mit
codeparrot/github-code
80101210a5013fdc72c32bb45778eee2a6ee9731992e26f27b420900bcbdbc84
0.95
testing_debugging_repair_refactoring
438
false
2026-07-17
namespace CliApi.Tests { using System.Net; using System.Net.Http; using System.Threading.Tasks; using Xunit; public class ApiTests : ApiTestBase<Startup> { private readonly HttpClient _client; public ApiTests() { _client = CreateClient(); } ...
osoykan/Samples
blog/2020/CliApiProject/CliApi.Tests/ApiTests.cs
https://github.com/osoykan/Samples/blob/HEAD/blog/2020/CliApiProject/CliApi.Tests/ApiTests.cs
ghcode:00162:7ef06575c66a
mit
codeparrot/github-code
7ef06575c66a7b4731f33e1afddd3822cb2ca2f8d3abd2372fc9bb76377f70b0
0.75
testing_debugging_repair_refactoring
107
false
2026-07-17
using Shouldly; using Xunit; namespace Confifu.Tests { public class AppEnvTests { private AppEnv E(string s) { return (AppEnv)s; } private AppEnv NotE(string s) { return AppEnv.NotIn(s); } [Fact] public void it_checks_...
Steinpilz/confifu
src/test/Confifu.Tests/AppEnvTests.cs
https://github.com/Steinpilz/confifu/blob/HEAD/src/test/Confifu.Tests/AppEnvTests.cs
ghcode:00162:17172ac3d6c2
mit
codeparrot/github-code
17172ac3d6c2043cc7fbdb772692e8189f33ff5db6877842b0f581827595e94a
0.85
testing_debugging_repair_refactoring
1,127
false
2026-07-17
namespace Owin.ApiGateway.Tests { using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Threading.Tasks; using Microsoft.Owin.Testing; using System.Net.Http; using Owin.ApiGateway; using global::Common.Logging; using Moq; using System.Net; using System.Text; ...
klawikm/Owin.ApiGateway
Owin.ApiGateway.Tests/CacheTests.cs
https://github.com/klawikm/Owin.ApiGateway/blob/HEAD/Owin.ApiGateway.Tests/CacheTests.cs
ghcode:00162:66947cf9716e
mit
codeparrot/github-code
66947cf9716ef31cf92d6d43c856464a7ca8ab213e05f6f34434e0ba41105a8a
0.85
testing_debugging_repair_refactoring
1,328
false
2026-07-17
using ApiTemplate.Api.Common; using ApiTemplate.Api.Contracts.Responses; using ApiTemplate.Api.Domain.Common.FluentResult; using FluentAssertions; using FluentResults; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Specs.Unit.ApiTemplate.Api.Common.AspNetResultExtensions { public class...
mwhelan/Specify
src/Samples/AspNetCoreApi/specs/Specs.Unit/Api/Common/AspNetResultExtensions/ToCreatedResultSpecs.cs
https://github.com/mwhelan/Specify/blob/HEAD/src/Samples/AspNetCoreApi/specs/Specs.Unit/Api/Common/AspNetResultExtensions/ToCreatedResultSpecs.cs
ghcode:00162:5b41ab494439
mit
codeparrot/github-code
5b41ab494439c17082a1c05c7e3e17a45364531951acb4622a47601443924947
0.75
testing_debugging_repair_refactoring
403
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Collections.Tests { public class ArrayList_ReadOnlyTests { [Fact] ...
mafiya69/corefx
src/System.Collections.NonGeneric/tests/ArrayList/ReadOnlyTests.cs
https://github.com/mafiya69/corefx/blob/HEAD/src/System.Collections.NonGeneric/tests/ArrayList/ReadOnlyTests.cs
ghcode:00162:a8b6f1524415
mit
codeparrot/github-code
a8b6f15244150990cb51b415c42f7d087b334667c041b37abbd83a7b5482d33b
0.95
testing_debugging_repair_refactoring
1,310
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. namespace TunnelVisionLabs.Collections.Trees.Immutable { using System; using System.Collections.Generic; using System.Diagnostics; public ...
tunnelvisionlabs/dotnet-trees
TunnelVisionLabs.Collections.Trees/Immutable/ImmutableTreeList`1+LeafNode.cs
https://github.com/tunnelvisionlabs/dotnet-trees/blob/HEAD/TunnelVisionLabs.Collections.Trees/Immutable/ImmutableTreeList`1+LeafNode.cs
ghcode:00162:685f5945c63b
mit
codeparrot/github-code
685f5945c63be0236f55eda2b1d118469a8e6a36c8a9c3254013fcf9ab6a493f
0.7
testing_debugging_repair_refactoring
3,042
false
2026-07-17
using System.IO; using OpenSage.FileFormats.Big; using OpenSage.FileFormats.W3d; using Xunit; using Xunit.Abstractions; namespace OpenSage.Tests.Data.W3d { public class W3dFileTests { private readonly ITestOutputHelper _output; public W3dFileTests(ITestOutputHelper output) { ...
feliwir/openSage
src/OpenSage.Game.Tests/Data/W3d/W3dFileTests.cs
https://github.com/feliwir/openSage/blob/HEAD/src/OpenSage.Game.Tests/Data/W3d/W3dFileTests.cs
ghcode:00162:f6f47b7684b5
mit
codeparrot/github-code
f6f47b7684b5529f24033b3d36fd257ad2f27a39cd93b9319d33501620524ea9
0.75
testing_debugging_repair_refactoring
1,383
false
2026-07-17
using System; using System.IO; using SystemInfoLibrary.Hardware.CPU; using SystemInfoLibrary.Hardware.RAM; using SystemInfoLibrary.OperatingSystem; namespace EfficacySampler { public class SysInfo { public static void DumpSystemInfo() { OperatingSystemInfo osInfo = OperatingSystemI...
colgreen/sharpneat
src/EfficacySampler/SysInfo.cs
https://github.com/colgreen/sharpneat/blob/HEAD/src/EfficacySampler/SysInfo.cs
ghcode:00162:aaccb4efd5f2
mit
codeparrot/github-code
aaccb4efd5f271b0d42ab0e6a9a5e55b332536e4cf0e7dd26147fecd9ff99a9f
0.7
testing_debugging_repair_refactoring
837
false
2026-07-17
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Text; using Microsoft.Data.Tools.Schema.Sql.UnitTesting; using Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace PxtlCa.BigVariant.Test { [T...
Pxtl/BigVariant
PxtlCa.BigVariant.Test/SqlBinaryBigVariant.cs
https://github.com/Pxtl/BigVariant/blob/HEAD/PxtlCa.BigVariant.Test/SqlBinaryBigVariant.cs
ghcode:00162:f7d2631a087b
mit
codeparrot/github-code
f7d2631a087bf529c41acbcead7e2c3c53beb7633921f35bbba4ec064e0d366a
0.7
testing_debugging_repair_refactoring
811
false
2026-07-17
namespace Aldsoft.Acord.LA.Tests.V2_36_00 { extern alias V2_36_00; using V2_36_00::Aldsoft.Acord.LA; using Xunit; using System; public class LifeBuilderTests { [Fact] public void V2_36_00_LifeBuilder_NoBaseCoverage() { // Arrange var builder = Lif...
maldworth/aldsoft.acord
src/Aldsoft.Acord.LA.Tests/2.36.00/LifeBuilderTests.cs
https://github.com/maldworth/aldsoft.acord/blob/HEAD/src/Aldsoft.Acord.LA.Tests/2.36.00/LifeBuilderTests.cs
ghcode:00162:b44fcdb1d8e0
mit
codeparrot/github-code
b44fcdb1d8e07deb5ffe9769ded42a563b98482cc69138686797eb9becea2196
0.85
testing_debugging_repair_refactoring
635
false
2026-07-17
using EPI.Searching; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace EPI.UnitTests.Searching { [TestClass] public class SearchEntryEqualToIndexUnitTest { private readonly int[] _sortedDistinctArray = new[] { -2, 0, 2, 3, 6, 7, 9}; private readonly int[] _sortedArray = new[...
dipakboyed/epibook.github.io.Puzzles
EPIUnitTests/Searching/SearchEntryEqualToIndexUnitTest.cs
https://github.com/dipakboyed/epibook.github.io.Puzzles/blob/HEAD/EPIUnitTests/Searching/SearchEntryEqualToIndexUnitTest.cs
ghcode:00162:3846064b1dc3
mit
codeparrot/github-code
3846064b1dc339ac4e40e3dddfe2206d2a924e5e055007294df1d00c6b83bd45
0.6
testing_debugging_repair_refactoring
254
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Turbo.UnitTests.PageObjects.Test; using Turbo.UnitTests.PageObjects.Test.Pages.NormalList; using Turbo.UnitTests.Stubs.WebDriver.Null; namespace Turbo.UnitTests.Construction.Test.Pages.NormalList { [TestClass] public class NormalListPageTests :...
mikalai-kardash/Turbo
src/Turbo.UnitTests/Construction/Test/Pages/NormalList/NormalListPageTests.cs
https://github.com/mikalai-kardash/Turbo/blob/HEAD/src/Turbo.UnitTests/Construction/Test/Pages/NormalList/NormalListPageTests.cs
ghcode:00162:4ef6e560d359
unlicense
codeparrot/github-code
4ef6e560d3597fe5bfa321b09695403efc8c0fe61ea8071314d47d27d1995d26
0.78
testing_debugging_repair_refactoring
270
false
2026-07-17
using System.Linq; #if !TOPDOWN #pragma warning disable 1587 #endif #if TOPDOWN using NetGore; using NetGore.AI; namespace DemoGame.Server { /// <summary> /// A very simple implementation of NPC AI. /// For TopDown builds. /// </summary> [AI(_id)] public class TestAI : AIBase { c...
LAGIdiot/NetGore
DemoGame.Server/World/Map/Entities/Characters/AI/TestAI.TopDown.cs
https://github.com/LAGIdiot/NetGore/blob/HEAD/DemoGame.Server/World/Map/Entities/Characters/AI/TestAI.TopDown.cs
ghcode:00162:3190941026a2
unlicense
codeparrot/github-code
3190941026a26c0170311edd3cdd1a9bb03945956f63ca4e3ec69ac34ef7ee3c
0.78
testing_debugging_repair_refactoring
705
false
2026-07-17
using System; using System.Collections.Generic; using NDatabase.Api; using NUnit.Framework; using Test.NDatabase.Odb.Test.VO.Attribute; using Test.NDatabase.Odb.Test.VO.Login; namespace Test.NDatabase.Odb.Test.Insert { [TestFixture] public class TestInsert : ODBTest { [Test] p...
WaltChen/NDatabase
tests/NDatabase.Old.UnitTests/NDatabase/Odb/Test/Insert/TestInsert.cs
https://github.com/WaltChen/NDatabase/blob/HEAD/tests/NDatabase.Old.UnitTests/NDatabase/Odb/Test/Insert/TestInsert.cs
ghcode:00162:96ba4dd1578b
apache-2.0
codeparrot/github-code
96ba4dd1578b2ae12e65d9a9e306ea13380150429692a9503e8183f44f806c15
0.95
testing_debugging_repair_refactoring
3,494
false
2026-07-17
using System.ComponentModel.DataAnnotations; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using NuPattern.Library.Conditions; using NuPattern.Runtime; namespace NuPattern.Library.UnitTests.Conditions { [TestClass] public class ElementReferenceExistsConditionSpec { inte...
NuPattern/NuPattern
Src/Library/UnitTests/Conditions/ElementReferenceExistsConditionSpec.cs
https://github.com/NuPattern/NuPattern/blob/HEAD/Src/Library/UnitTests/Conditions/ElementReferenceExistsConditionSpec.cs
ghcode:00162:6fc073d29cdd
apache-2.0
codeparrot/github-code
6fc073d29cdd84a8b2db5a88a5496e6ce4f7e4c635753ae6e74fd0c6e55d3c7f
0.75
testing_debugging_repair_refactoring
392
false
2026-07-17
// Copyright 2009 Björn Rochel - http://www.bjro.de/ // // 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 ...
BjRo/xunitbddextensions
Source/xUnit.BDDExtensions.Reporting.Specs/Internal/Configuration/ArgumentsSpecs.cs
https://github.com/BjRo/xunitbddextensions/blob/HEAD/Source/xUnit.BDDExtensions.Reporting.Specs/Internal/Configuration/ArgumentsSpecs.cs
ghcode:00162:8cc6214bd7d5
apache-2.0
codeparrot/github-code
8cc6214bd7d5086932dec240ef63f096bbf5ac3dfb1260104166e65721d4454f
0.7
testing_debugging_repair_refactoring
334
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using NUnit.Framework; namespace NCoalescingRingBuffer.Tests.automated { public class ThreadSafetyTest { private const int NumberOfInstruments = 5000000; private const lo...
ncornwell/NCoalescingRingBuffer
NCoalescingRingBuffer/NCoalescingRingBuffer.Tests/automated/ThreadSafetyTest.cs
https://github.com/ncornwell/NCoalescingRingBuffer/blob/HEAD/NCoalescingRingBuffer/NCoalescingRingBuffer.Tests/automated/ThreadSafetyTest.cs
ghcode:00162:1288e676128a
apache-2.0
codeparrot/github-code
1288e676128a38298b4062e51a2009a15e7a441dfe91396d33046d246b2dc668
0.6
testing_debugging_repair_refactoring
731
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 NUnit.Framework; namespace Azure.AI.TextAnalytics.Tests { public class ExtractKeyPhrasesTests : TextAnalyticsClien...
markcowl/azure-sdk-for-net
sdk/textanalytics/Azure.AI.TextAnalytics/tests/ExtractKeyPhrasesTests.cs
https://github.com/markcowl/azure-sdk-for-net/blob/HEAD/sdk/textanalytics/Azure.AI.TextAnalytics/tests/ExtractKeyPhrasesTests.cs
ghcode:00162:5492a533af55
apache-2.0
codeparrot/github-code
5492a533af559f66e851263cfcf8ec7902c71da160622fe8a57603d636255b4d
0.85
testing_debugging_repair_refactoring
1,409
false
2026-07-17
using System; using FluentAssertions; using NUnit.Framework; using Telerik.JustMock; using Zirpl.AppEngine.DataService; using Zirpl.AppEngine.Model; using Zirpl.AppEngine.Service; using Zirpl.AppEngine.Validation; namespace Zirpl.AppEngine.Tests.Service { [TestFixture] public class AbstractedSupportsImplServ...
zirplsoftware/ZAppEngine
Zirpl.AppEngine.Tests/Service/AbstractedSupportsImplServiceTests.cs
https://github.com/zirplsoftware/ZAppEngine/blob/HEAD/Zirpl.AppEngine.Tests/Service/AbstractedSupportsImplServiceTests.cs
ghcode:00162:c93490619efe
apache-2.0
codeparrot/github-code
c93490619efe764ddd0b5724c16f1eb60d46c525337f07471c0f06f81137914b
0.75
testing_debugging_repair_refactoring
666
false
2026-07-17
// Copyright (C) 2017 Alaa Masoud // See the LICENSE file in the project root for more information. using System; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Moq; using Sejil.Configuration.Internal; using Sejil.Routing.Internal; using Se...
alaatm/Sejil
test/Sejil.Server.Test/WebHostBuilderExtensionsTests.cs
https://github.com/alaatm/Sejil/blob/HEAD/test/Sejil.Server.Test/WebHostBuilderExtensionsTests.cs
ghcode:00162:423e5dc134f0
apache-2.0
codeparrot/github-code
423e5dc134f0f2dc5fba6990b0bc598ef902f3d5b72f7c6a07da862d71fdda1d
0.85
testing_debugging_repair_refactoring
641
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Routing; namespace RoutingWebSite.Controllers { public class EndpointNameController : ControllerBase { pr...
aspnet/AspNetCore
src/Mvc/test/WebSites/RoutingWebSite/Controllers/EndpointNameController.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/WebSites/RoutingWebSite/Controllers/EndpointNameController.cs
ghcode:00162:10e3d8eeff04
apache-2.0
codeparrot/github-code
10e3d8eeff04b0690c11150ab9186d6596ee1e781577dfbf4d9f15b2536d830b
0.95
testing_debugging_repair_refactoring
232
false
2026-07-17
using System; using System.Collections.Generic; using System.Threading; using Proto.Mailbox; namespace Proto.TestFixtures { public class TestMailboxStatistics : IMailboxStatistics { private readonly Func<object, bool> _waitForReceived; public TestMailboxStatistics() { } ...
AsynkronIT/protoactor-dotnet
tests/Proto.TestFixtures/TestMailboxStatistics.cs
https://github.com/AsynkronIT/protoactor-dotnet/blob/HEAD/tests/Proto.TestFixtures/TestMailboxStatistics.cs
ghcode:00162:06cebd0ff78c
apache-2.0
codeparrot/github-code
06cebd0ff78c2d000d5feaf894904e6fb1ee203e5f55f0c6ce8a189a268812d0
0.75
testing_debugging_repair_refactoring
228
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.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using Syst...
xasx/roslyn
src/Compilers/CSharp/Portable/BoundTree/UnboundLambda.cs
https://github.com/xasx/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/BoundTree/UnboundLambda.cs
ghcode:00162:562d3fd03f9a
apache-2.0
codeparrot/github-code
562d3fd03f9a609d713bfc57e49cb0ae7c5bc32254f409c6bcb4f5955c9b2442
0.85
testing_debugging_repair_refactoring
8,911
false
2026-07-17
using System; using BenchmarkDotNet.Running; namespace Perf.DiffPlex { internal static class Program { public static void Main(string[] args) => BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args); } }
mmanela/diffplex
Perf.DiffPlex/Program.cs
https://github.com/mmanela/diffplex/blob/HEAD/Perf.DiffPlex/Program.cs
ghcode:00162:9f4f06bef864
apache-2.0
codeparrot/github-code
9f4f06bef864781748ad56300d3cbf1a133701302f839be9b2389466ebfa1829
0.75
testing_debugging_repair_refactoring
51
false
2026-07-17
using System; using System.Threading; using Bjd; using Bjd.Net; using Bjd.Configurations; using Bjd.Net.Sockets; using Bjd.Utils; using Bjd.Test; using Bjd.FtpServer; using Xunit; using Bjd.Initialization; using Bjd.Threading; namespace ServerTestRetr { //[TestFixture] public class FtpServerTestRetr : ILife,...
darkcrash/bjd5
Bjd.FtpServer.Test/FtpServerTestRetr.cs
https://github.com/darkcrash/bjd5/blob/HEAD/Bjd.FtpServer.Test/FtpServerTestRetr.cs
ghcode:00162:9f22774b4c7e
apache-2.0
codeparrot/github-code
9f22774b4c7ed2196cd496f6a925912148515ecd9c96cf96df313241aee74f13
0.7
testing_debugging_repair_refactoring
1,496
false
2026-07-17
// Copyright 2020 The Tilt Brush 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 // // Unless required by applicable law or ...
googlevr/tilt-brush
Assets/Scripts/Widgets/SelectionWidget.cs
https://github.com/googlevr/tilt-brush/blob/HEAD/Assets/Scripts/Widgets/SelectionWidget.cs
ghcode:00162:bea39e955b73
apache-2.0
codeparrot/github-code
bea39e955b73e383a8fd3818230731536cf7185ad0eff9af92ebcf08b2b80deb
0.85
testing_debugging_repair_refactoring
2,240
false
2026-07-17
// Copyright 2020 Google Inc. // // 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 law or agreed to in ...
GoogleCloudPlatform/dotnet-docs-samples
dlp/api/Snippets.Tests/TriggersCreateTests.cs
https://github.com/GoogleCloudPlatform/dotnet-docs-samples/blob/HEAD/dlp/api/Snippets.Tests/TriggersCreateTests.cs
ghcode:00162:2b1d87f1654d
apache-2.0
codeparrot/github-code
2b1d87f1654d9d7f6374f16a3f13684032189185d01f1c2dfb6f928157ce2283
0.85
testing_debugging_repair_refactoring
453
false
2026-07-17
namespace Test { internal class ExecuteNotAnnotatedMethod { void Meth{caret}od(out int one) { } } }
prodot/ReCommended-Extension
Sources/ReCommendedExtension.Tests/test/data/ContextActions/AnnotateWithPure/ExecuteNotAnnotatedMethod.cs
https://github.com/prodot/ReCommended-Extension/blob/HEAD/Sources/ReCommendedExtension.Tests/test/data/ContextActions/AnnotateWithPure/ExecuteNotAnnotatedMethod.cs
ghcode:00162:094b274e3532
apache-2.0
codeparrot/github-code
094b274e353238279602b42c71a203ce9eb38b8c8c09c2c7ef2dbd47bcdebf27
0.6
testing_debugging_repair_refactoring
31
false
2026-07-17
using System.Collections.Generic; using System.IO; using MaxMind.Db; using MaxMind.GeoIP2.Exceptions; using NUnit.Framework; using System; namespace MaxMind.GeoIP2.UnitTests { [TestFixture] public class DatabaseReaderTests { private readonly string _databaseDir; private readonly string _da...
OpenRA/GeoIP2-dotnet
GeoIP2.UnitTests/DatabaseReaderTests.cs
https://github.com/OpenRA/GeoIP2-dotnet/blob/HEAD/GeoIP2.UnitTests/DatabaseReaderTests.cs
ghcode:00162:0d7782e66f70
apache-2.0
codeparrot/github-code
0d7782e66f70a4dc663e3ab6121c8742fc0c1c9c1cd399f76884f339d6fcf10e
0.75
testing_debugging_repair_refactoring
1,270
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.ComponentModel.DataAnnotations; using System.Globalization; using System.IO; using System.Linq; using System.Text.Encodin...
aspnet/AspNetCore
src/Mvc/Mvc.ViewFeatures/test/Rendering/DefaultTemplatesUtilities.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/Mvc.ViewFeatures/test/Rendering/DefaultTemplatesUtilities.cs
ghcode:00162:e16e6f66c58a
apache-2.0
codeparrot/github-code
e16e6f66c58a792d5ef3afe637eeb49d4920999e06e4bfaaf6cc358b115952cb
0.95
testing_debugging_repair_refactoring
2,356
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.Collections.Generic; using System.Threading; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; namespace Microsoft.AspNetCore.Routing.TestObjects...
aspnet/AspNetCore
src/Http/Routing/test/UnitTests/TestObjects/DynamicEndpointDataSource.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Http/Routing/test/UnitTests/TestObjects/DynamicEndpointDataSource.cs
ghcode:00162:b5be3a7b81d5
apache-2.0
codeparrot/github-code
b5be3a7b81d54249b9f4ce5a557864c5522d1bd3abb2b782461bbb38621a3cdd
0.95
testing_debugging_repair_refactoring
331
false
2026-07-17
namespace Trigger.NET.Tests { using System; using System.Threading; using FluentAPI; using Helpers; using NUnit.Framework; [TestFixture] public class CoreTests { private Scheduler scheduler; [SetUp] public void SetUp() { this.scheduler = new...
Novakov/trigger.net
src/Trigger.NET.Tests/CoreTests.cs
https://github.com/Novakov/trigger.net/blob/HEAD/src/Trigger.NET.Tests/CoreTests.cs
ghcode:00162:dae91adaa256
apache-2.0
codeparrot/github-code
dae91adaa25662733f82a8beff3daab7220405714098f1dfd7a2ea6c79225b2a
0.85
testing_debugging_repair_refactoring
559
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Rewrite.PatternSegments; using Xunit; namespace Microsoft.AspNetCore.Rewrite.Tests.PatternSegments { public class Re...
aspnet/AspNetCore
src/Middleware/Rewrite/test/PatternSegments/RemotePortSegmentTests.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Middleware/Rewrite/test/PatternSegments/RemotePortSegmentTests.cs
ghcode:00162:3c9ae0b329fb
apache-2.0
codeparrot/github-code
3c9ae0b329fb994885d93ab015fcd7913107f27245d451e58618352ba316bbee
0.95
testing_debugging_repair_refactoring
160
false
2026-07-17
#region copyright // ----------------------------------------------------------------------- // <copyright file="SerializeClassesBenchmark.cs" company="Akka.NET Team"> // Copyright (C) 2015-2016 AsynkronIT <https://github.com/AsynkronIT> // Copyright (C) 2016-2016 Akka.NET Team <https://github.com/akkadotne...
akkadotnet/Hyperion
src/Hyperion.Benchmarks/SerializeClassesBenchmark.cs
https://github.com/akkadotnet/Hyperion/blob/HEAD/src/Hyperion.Benchmarks/SerializeClassesBenchmark.cs
ghcode:00162:ffa4320365e9
apache-2.0
codeparrot/github-code
ffa4320365e9f768a3e3a51b39b0581da5da9bd635129ef23f9276f06e2bc5ae
0.85
testing_debugging_repair_refactoring
2,090
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Routing; ...
aspnet/AspNetCore
src/Mvc/test/WebSites/RoutingWebSite/StartupWithoutEndpointRouting.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/WebSites/RoutingWebSite/StartupWithoutEndpointRouting.cs
ghcode:00162:ee44bd22852b
apache-2.0
codeparrot/github-code
ee44bd22852b46329a538c73a28e3ec490dea0d386cd25ea95b4b66c999e0638
0.95
testing_debugging_repair_refactoring
642
false
2026-07-17
using System; using System.Globalization; using EDDiscovery; using NFluent; namespace EDDiscoveryTests { #if false // Visual Studio Test Framework using Microsoft.VisualStudio.TestTools.UnitTesting; partial class TestFixtureAttribute : Attribute { } partial class TestAttribute : Attribute { } #else ...
vendolis/EDDiscovery
EDDiscoveryTests/DistanceParserTests.cs
https://github.com/vendolis/EDDiscovery/blob/HEAD/EDDiscoveryTests/DistanceParserTests.cs
ghcode:00162:da6d2d562d1d
apache-2.0
codeparrot/github-code
da6d2d562d1d8963d47976c40db34aada1925b2c91b34507104716ecea534c07
0.75
testing_debugging_repair_refactoring
1,338
false
2026-07-17
/* * Copyright 2014, 2015 James Geall * * 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 law or agree...
jageall/IdentityServer.v3.AdminModule
Source/MongoDb.AdminModule.Tests/DeleteClient.cs
https://github.com/jageall/IdentityServer.v3.AdminModule/blob/HEAD/Source/MongoDb.AdminModule.Tests/DeleteClient.cs
ghcode:00162:ab22130cdff3
apache-2.0
codeparrot/github-code
ab22130cdff34d6205d4cefd7ce484111f553032427616600a9b1b80127659ec
0.6
testing_debugging_repair_refactoring
436
false
2026-07-17
using Stiletto; namespace CompleteModuleWithInjectTypeProviderParam { public interface IClass { } public class SomeOtherClass : IClass { [Inject] public SomeOtherClass(string str) { } } [Module(IsLibrary = true)] public class NonProvidedImplementatio...
benjamin-bader/stiletto
IntegrationTests/CompleteModuleWithInjectTypeProviderParam/TestFile.cs
https://github.com/benjamin-bader/stiletto/blob/HEAD/IntegrationTests/CompleteModuleWithInjectTypeProviderParam/TestFile.cs
ghcode:00162:fcafb3185aca
apache-2.0
codeparrot/github-code
fcafb3185aca353aa8384b88a4d50914bdc7bb215436fa7d0b044ac50fcc73c0
0.75
testing_debugging_repair_refactoring
119
false
2026-07-17
using System; using Take.Elephant.Memory; using Take.Elephant.Specialized.Scoping; using Take.Elephant.Tests.Specialized; using Xunit; namespace Take.Elephant.Tests.Memory { [Trait("Category", nameof(Memory))] public class MemoryGuidItemScopedMapFacts : GuidItemScopedMapFacts { public override IMap...
takenet/elephant
src/Take.Elephant.Tests/Memory/MemoryGuidItemScopedMapFacts.cs
https://github.com/takenet/elephant/blob/HEAD/src/Take.Elephant.Tests/Memory/MemoryGuidItemScopedMapFacts.cs
ghcode:00162:d92398f54426
apache-2.0
codeparrot/github-code
d92398f5442601d23105cd142855b7162978715a1d4be4eb8fe8b11b5f8ea3f8
0.6
testing_debugging_repair_refactoring
148
false
2026-07-17
using System; using System.IO; using System.Linq; using Xunit; using Xunit.Extensions; namespace NuGet.Test.Integration.Core { public class LocalPackageRepositoryTest : IDisposable { private static readonly string _testRunDirectory = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName()); ...
xero-github/Nuget
test/Test.Integration/Core/LocalPackageRepositoryTest.cs
https://github.com/xero-github/Nuget/blob/HEAD/test/Test.Integration/Core/LocalPackageRepositoryTest.cs
ghcode:00162:594883d0826b
apache-2.0
codeparrot/github-code
594883d0826bc2a4578f87231c9165c5338714d88ef947925bf4c7c2a838de3c
0.85
testing_debugging_repair_refactoring
1,950
false
2026-07-17
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Kudu.Client; using Kudu.Client.SiteExtensions; using Kudu.Contracts.Jobs; using Kudu.Contracts.Settings; using Kudu.Contracts.Site...
projectkudu/kudu
Kudu.FunctionalTests/SiteExtensions/SiteExtensionApiFacts.cs
https://github.com/projectkudu/kudu/blob/HEAD/Kudu.FunctionalTests/SiteExtensions/SiteExtensionApiFacts.cs
ghcode:00162:c3bbf04b2851
apache-2.0
codeparrot/github-code
c3bbf04b2851e02043547b124fb6ef6566a2645621a153fdb746549f0269bfdb
0.85
testing_debugging_repair_refactoring
10,723
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.CodeFixes; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.CodeAnalysis.Un...
mattwar/roslyn-analyzers
src/Microsoft.ApiDesignGuidelines.Analyzers/UnitTests/OverrideGetHashCodeOnOverridingEqualsTests.Fixer.cs
https://github.com/mattwar/roslyn-analyzers/blob/HEAD/src/Microsoft.ApiDesignGuidelines.Analyzers/UnitTests/OverrideGetHashCodeOnOverridingEqualsTests.Fixer.cs
ghcode:00162:5d11186f571d
apache-2.0
codeparrot/github-code
5d11186f571d91eb31be9e8730b7adc20aafc8a5e5042db87ba9b896fe91ac23
0.75
testing_debugging_repair_refactoring
219
false
2026-07-17
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Linq.Expressions; using Xunit; namespace Moq.Tests { public class MockRepositoryFixture { [Fact] public ...
Moq/moq4
tests/Moq.Tests/MockRepositoryFixture.cs
https://github.com/Moq/moq4/blob/HEAD/tests/Moq.Tests/MockRepositoryFixture.cs
ghcode:00162:96c2d5bed278
bsd-3-clause
codeparrot/github-code
96c2d5bed278274a153384398f1218609ce5a5a8ec9e8c452b12c9b0e7654a76
0.6
testing_debugging_repair_refactoring
1,909
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using FluentSecurity.Configuration; using FluentSecurity.Policy; using FluentSecurity.Specification.Helpers; using FluentSecurity.Specification.TestData; using NUnit.Framework; namespace FluentSecurity.Specification.Configuration { [TestFi...
pvivera/FluentSecurity.Nancy
FluentSecurity/FluentSecurity.Specification/Configuration/ViolationConfigurationSpec.cs
https://github.com/pvivera/FluentSecurity.Nancy/blob/HEAD/FluentSecurity/FluentSecurity.Specification/Configuration/ViolationConfigurationSpec.cs
ghcode:00162:71556fcd1e53
mit
codeparrot/github-code
71556fcd1e539173066c666fbf1640625498ff3e44bca1ad5e4601cd88a11b9f
0.85
testing_debugging_repair_refactoring
965
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Engines; using BenchmarkDotNet.Extensions; using BenchmarkDotNet.Reports; using Microsoft.Diagnostics.Tracing.Etlx; using Microsoft.Diagnostics.Tracing.Parsers; using Microsoft.Diagnostics.Tracing...
PerfDotNet/BenchmarkDotNet
src/BenchmarkDotNet.Diagnostics.Windows/Tracing/TraceLogParser.cs
https://github.com/PerfDotNet/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet.Diagnostics.Windows/Tracing/TraceLogParser.cs
ghcode:00162:a74d608132bd
mit
codeparrot/github-code
a74d608132bda8ebc7648c4c4900850a94ca68817bb5c7b1076b456f343bb9aa
0.85
testing_debugging_repair_refactoring
2,032
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using AM.Json; using AM.Runtime; using AM.Xml; using JetBrains.Annotations; using ManagedIrbis; using ManagedIrbis.Infrastructure; namespace UnitTests.ManagedIrbis { [TestClass] public class IrbisProcessInfoTest { [NotNull] private Irb...
amironov73/ManagedIrbis
Source/UnitTests/ManagedIrbis/IrbisProcessInfoTest.cs
https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/ManagedIrbis/IrbisProcessInfoTest.cs
ghcode:00162:184d3526bbfc
mit
codeparrot/github-code
184d3526bbfcd781a33ec6121cef00bf1de298d27da264b23563d6b242780820
0.75
testing_debugging_repair_refactoring
1,385
false
2026-07-17
using System; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using AllReady.Areas.Admin.Controllers; using AllReady.Areas.Admin.Features.Campaigns; using AllReady.Areas.Admin.Models; using AllReady.Models; using AllReady.Services; using MediatR; using Microsoft.AspNet.Http; using Moq; us...
mikesigs/allReady
AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Controllers/CampaignControllerTests.cs
https://github.com/mikesigs/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Controllers/CampaignControllerTests.cs
ghcode:00162:ef4f6e03bdec
mit
codeparrot/github-code
ef4f6e03bdece45481a939b8a2698d010c26ca554165a9b9051372d2c11f74ce
0.75
testing_debugging_repair_refactoring
2,674
false
2026-07-17
namespace Nancy.Tests.Unit.ModelBinding.DefaultConverters { using System.Collections.Generic; using System.Linq; using FakeItEasy; using Nancy.ModelBinding; using Nancy.ModelBinding.DefaultConverters; using Xunit; public class CollectionConverterFixture { privat...
NancyFx/Nancy
test/Nancy.Tests/Unit/ModelBinding/DefaultConverters/CollectionConverterFixture.cs
https://github.com/NancyFx/Nancy/blob/HEAD/test/Nancy.Tests/Unit/ModelBinding/DefaultConverters/CollectionConverterFixture.cs
ghcode:00162:13c58a293602
mit
codeparrot/github-code
13c58a29360203cfe0b44ab03e92714a6876ca4dacf52b52868b6179db6419fc
0.7
testing_debugging_repair_refactoring
711
false
2026-07-17
using System.Text; using NUnit.Framework; using Sodium; using Sodium.Exceptions; namespace Tests { /// <summary>Exception tests for the SecretKeyAuth class</summary> [TestFixture] public class SecretKeyAuthExceptionTest { [Test] public void SecretKeyAuthSignWithBadKey() { Assert.Throws<KeyOut...
BurningEnlightenment/libsodium-net
Tests/SecretKeyAuthExceptionTest.cs
https://github.com/BurningEnlightenment/libsodium-net/blob/HEAD/Tests/SecretKeyAuthExceptionTest.cs
ghcode:00162:26c825ccfa5b
mit
codeparrot/github-code
26c825ccfa5b1c00e7f9308d55f534f75eb3602c2ad9a89f65a3700465c3ac6d
0.6
testing_debugging_repair_refactoring
1,347
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. // Enables instruction counting and displaying stats at process exit. // #define STATS using System; using System.C...
lggomez/corefx
src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/InstructionList.cs
https://github.com/lggomez/corefx/blob/HEAD/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/InstructionList.cs
ghcode:00162:122819a141c7
mit
codeparrot/github-code
122819a141c74cce577417a91c01d6c8167005d28735d109fb36a39985e10646
0.95
testing_debugging_repair_refactoring
6,796
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CompaniesHouse.Response; using Moq; using NUnit.Framework; namespace CompaniesHouse.Tests.JsonConverters.FilingSubcategoryConverterTests { [TestFixture] public class StringArrayOrFieldEnum...
kevbite/CompaniesHouse.NET
src/CompaniesHouse.Tests/JsonConverters/FilingSubcategoryConverterTests/StringArrayOrFieldEnumConverterTestsForSingleValue.cs
https://github.com/kevbite/CompaniesHouse.NET/blob/HEAD/src/CompaniesHouse.Tests/JsonConverters/FilingSubcategoryConverterTests/StringArrayOrFieldEnumConverterTestsForSingleValue.cs
ghcode:00162:29cc454860a4
mit
codeparrot/github-code
29cc454860a4dfc51597656b99becdaa506f64228564023c496c222ef6522c3a
0.75
testing_debugging_repair_refactoring
136
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.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Shapes; using osu.Framework.Scr...
2yangk23/osu
osu.Game.Tests/Visual/Menus/TestSceneLoaderAnimation.cs
https://github.com/2yangk23/osu/blob/HEAD/osu.Game.Tests/Visual/Menus/TestSceneLoaderAnimation.cs
ghcode:00162:a0c87607c71c
mit
codeparrot/github-code
a0c87607c71c9169bb3d5844b29bbaa3714e436d21b7a839f3b1cd1e75d7b74c
0.85
testing_debugging_repair_refactoring
637
false
2026-07-17
using System; using NUnit.Framework; using StructureMap.Pipeline; using StructureMap.Testing.Widget; namespace StructureMap.Testing.Pipeline { [TestFixture] public class MissingInstanceTester { [Test] public void configure_and_use_missing_instance() { // If ...
chester89/structuremap-35-client
Source/StructureMap.Testing/Pipeline/MissingInstanceTester.cs
https://github.com/chester89/structuremap-35-client/blob/HEAD/Source/StructureMap.Testing/Pipeline/MissingInstanceTester.cs
ghcode:00162:a5c2d5b16007
apache-2.0
codeparrot/github-code
a5c2d5b160070fafeef7430e88b047a5cac6b4bb1b9414c267d932bfe37139e4
0.7
testing_debugging_repair_refactoring
301
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for Additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); yo...
Anomalous-Software/Lucene.NET
test/core/Search/TestFieldCacheRangeFilter.cs
https://github.com/Anomalous-Software/Lucene.NET/blob/HEAD/test/core/Search/TestFieldCacheRangeFilter.cs
ghcode:00162:19ac30ec4af7
apache-2.0
codeparrot/github-code
19ac30ec4af78c8ca3b8d246a74cc732b09cc7d90181bab35368560f00b606cc
0.85
testing_debugging_repair_refactoring
8,539
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. extern alias PDB; using System; using System.Collections.Immutable; using System.IO; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.Emit...
jgglg/roslyn
src/Compilers/Core/CodeAnalysisTest/Emit/CustomDebugInfoReaderTests.cs
https://github.com/jgglg/roslyn/blob/HEAD/src/Compilers/Core/CodeAnalysisTest/Emit/CustomDebugInfoReaderTests.cs
ghcode:00162:f88b389ab2d3
apache-2.0
codeparrot/github-code
f88b389ab2d3bff53ad36ddc736365b9dcead82041afc9d4738e14051fec07f6
0.85
testing_debugging_repair_refactoring
6,127
false
2026-07-17
using System; using System.Reflection; using HibernatingForums.Model; using MbUnit.Framework; using Rhino.Commons; using Rhino.Commons.ForTesting; namespace HibernatingForums.Tests { [TestFixture] public class ModelPersistanceFixture : ActiveRecordInMemoryTestFixtureBase { [TestFixtureS...
codechip/rhino-tools
SampleApplications/Hibernating.Forums/HibernatingForums.Tests/ModelPersistanceFixture.cs
https://github.com/codechip/rhino-tools/blob/HEAD/SampleApplications/Hibernating.Forums/HibernatingForums.Tests/ModelPersistanceFixture.cs
ghcode:00162:e1c44991f2b3
bsd-3-clause
codeparrot/github-code
e1c44991f2b30fd3137d1faf5945a177e3657ac3c17e01820a1e2a71312f1c3f
0.75
testing_debugging_repair_refactoring
1,042
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.IO; using AutoRest.Core; using Xunit; using static AutoRest.Core.Utilities.DependencyInjection; namespace AutoRest.Swagger.Tests { [Collection(...
yugangw-msft/autorest
src/modeler/AutoRest.Swagger.Tests/VendorExtensionInPath.cs
https://github.com/yugangw-msft/autorest/blob/HEAD/src/modeler/AutoRest.Swagger.Tests/VendorExtensionInPath.cs
ghcode:00162:bdf98cba947e
mit
codeparrot/github-code
bdf98cba947ec0ed5d0fa2f957268f64ca2291aed278b48fbe30f372a095ddc9
0.85
testing_debugging_repair_refactoring
197
false
2026-07-17
/* * Copyright 2014 Splunk, Inc. * * 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 law or agreed t...
splunk/splunk-sdk-csharp-pcl
test/unit-tests/TestEntity.cs
https://github.com/splunk/splunk-sdk-csharp-pcl/blob/HEAD/test/unit-tests/TestEntity.cs
ghcode:00162:1fe6af21aa5d
apache-2.0
codeparrot/github-code
1fe6af21aa5d08ae0afe23880cf911297003b902229c43c25feca6636ccdf34f
0.85
testing_debugging_repair_refactoring
1,076
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
pperalta/ignite
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/AbstractTaskTest.cs
https://github.com/pperalta/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/AbstractTaskTest.cs
ghcode:00162:db7cd668dd1c
apache-2.0
codeparrot/github-code
db7cd668dd1c5616c5644fb09381462a017f0dd72a2d6965dd2ca933e367d3e3
0.7
testing_debugging_repair_refactoring
1,228
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Tes...
akrisiun/roslyn
src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_InvalidExpression.cs
https://github.com/akrisiun/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Semantic/IOperation/IOperationTests_InvalidExpression.cs
ghcode:00162:325fe48dc90f
apache-2.0
codeparrot/github-code
325fe48dc90fcb118a5044922bbe587a2f9a196bcfd937046bb37b61f2800921
0.95
testing_debugging_repair_refactoring
5,984
false
2026-07-17
using System; using System.Diagnostics; using System.Collections.Generic; using System.Globalization; using System.Text; using System.Xml; using System.IO; using PdfSharp.Xps.XpsModel; namespace PdfSharp.Xps.Parsing { partial class XpsParser { /// <summary> /// Parses a SpotLocation element. /// </sum...
tifa/exammaker
PdfSharp.Xps/PdfSharp.Xps.Parsing/XpsParser.SpotLocation.cs
https://github.com/tifa/exammaker/blob/HEAD/PdfSharp.Xps/PdfSharp.Xps.Parsing/XpsParser.SpotLocation.cs
ghcode:00162:57bd118eb668
mit
codeparrot/github-code
57bd118eb668ac7302b9c9f86ed7828d72049f8f284240a57da9bf16b105cb73
0.7
testing_debugging_repair_refactoring
223
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols...
mattwar/roslyn
src/Compilers/CSharp/Portable/Symbols/Source/SourceEventSymbol.cs
https://github.com/mattwar/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Source/SourceEventSymbol.cs
ghcode:00162:eb1d9dae9265
apache-2.0
codeparrot/github-code
eb1d9dae92654fc942da4baa1f87b025f767cca2724a76a8bb312bb225f0f87a
0.85
testing_debugging_repair_refactoring
4,878
false
2026-07-17
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of ...
NLog/NLog
tests/NLog.UnitTests/MessageTemplates/MessageTemplateParameterTests.cs
https://github.com/NLog/NLog/blob/HEAD/tests/NLog.UnitTests/MessageTemplates/MessageTemplateParameterTests.cs
ghcode:00162:fd91d12bd756
bsd-3-clause
codeparrot/github-code
fd91d12bd7569c83d72191ff36d553c34045bddb068e5f0d3429d0280436fdfa
0.85
testing_debugging_repair_refactoring
705
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbol...
ManishJayaswal/roslyn
src/Compilers/CSharp/Portable/Binder/Binder_Query.cs
https://github.com/ManishJayaswal/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/Binder_Query.cs
ghcode:00162:94cd16485cb1
apache-2.0
codeparrot/github-code
94cd16485cb1667c9e8a17b198ae66999a813cb5b2a1fe19c949d31fb25eb9eb
0.85
testing_debugging_repair_refactoring
7,761
false
2026-07-17
//--------------------------------------------------------------------- // <copyright file="MetadataReaderTestDescriptor.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------------------...
hotchandanisagar/odata.net
test/FunctionalTests/Tests/DataOData/Tests/OData.Reader.Tests/MetadataReaderTestDescriptor.cs
https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Tests/DataOData/Tests/OData.Reader.Tests/MetadataReaderTestDescriptor.cs
ghcode:00162:c8eb892d971e
mit
codeparrot/github-code
c8eb892d971ed863baa70e2d1712445fdcee1672f814e0e0ee50f178b3f5cf5c
0.95
testing_debugging_repair_refactoring
1,979
false
2026-07-17
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
ndykman/CodeContracts
Foxtrot/Tests/PublicSurfaceOnly/IteratorWithComplexPrecondition.cs
https://github.com/ndykman/CodeContracts/blob/HEAD/Foxtrot/Tests/PublicSurfaceOnly/IteratorWithComplexPrecondition.cs
ghcode:00162:94be5427ae59
mit
codeparrot/github-code
94be5427ae59c2164b691a0289b47d981e49ccf0b90b7fcd6708cf59aa80bc31
0.95
testing_debugging_repair_refactoring
463
false
2026-07-17
using System; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Models.Rdbms; using Umbraco.Core.Persistence; using Umbraco.Tests.TestHelpers; namespace Umbraco.Tests.Persistence.Querying { [TestFixture] public class ContentRepositorySqlClausesTest : BaseUsingSqlCeSyntax { ...
bowserm/Umbraco-CMS
src/Umbraco.Tests/Persistence/Querying/ContentRepositorySqlClausesTest.cs
https://github.com/bowserm/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Persistence/Querying/ContentRepositorySqlClausesTest.cs
ghcode:00162:dfbf1de12bd8
mit
codeparrot/github-code
dfbf1de12bd8fff1df2933f401165299b901763a500d2d72d121a6f2a632cee9
0.75
testing_debugging_repair_refactoring
1,525
false
2026-07-17
namespace Nancy.Tests.Unit.Routing { using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using FakeItEasy; using Nancy.Helpers; using Nancy.Responses.Negotiation; using Nancy.Routing; using Nancy.Test...
JoeStead/Nancy
test/Nancy.Tests/Unit/Routing/DefaultRequestDispatcherFixture.cs
https://github.com/JoeStead/Nancy/blob/HEAD/test/Nancy.Tests/Unit/Routing/DefaultRequestDispatcherFixture.cs
ghcode:00162:6396132df4fb
mit
codeparrot/github-code
6396132df4fb886b554465ce80a6c786202e55bf8789287acce1462d8a98d5aa
0.85
testing_debugging_repair_refactoring
5,885
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; using System.Globalization; using System.Reflection; usi...
ViktorHofer/corefx
src/System.Runtime/tests/System/ComponentModel/DefaultValueAttributeTests.cs
https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Runtime/tests/System/ComponentModel/DefaultValueAttributeTests.cs
ghcode:00162:d26da04ec438
mit
codeparrot/github-code
d26da04ec438d3e65fd217379f90534cc3bc36d180bd5c21e6a7a8648101f012
0.95
testing_debugging_repair_refactoring
1,268
false
2026-07-17
using FluentMigrator.Runner.Processors.Oracle; using NUnit.Framework; namespace FluentMigrator.Tests.Integration.Processors.Oracle { [TestFixture] [Category( "Integration" )] public class OracleProcessorTests : OracleProcessorTestsBase { [SetUp] public void SetUp() { base.SetUp( new Oracle...
barser/fluentmigrator
src/FluentMigrator.Tests/Integration/Processors/Oracle/OracleProcessorTests.cs
https://github.com/barser/fluentmigrator/blob/HEAD/src/FluentMigrator.Tests/Integration/Processors/Oracle/OracleProcessorTests.cs
ghcode:00162:4060823cc34c
apache-2.0
codeparrot/github-code
4060823cc34cad58c1f62be5c7091c5a45ddb2cc137fcad4fedbb09866a83983
0.75
testing_debugging_repair_refactoring
79
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.DirectoryServices.Protocols.Tests { public class PermissiveModifyControlTests ...
shimingsg/corefx
src/System.DirectoryServices.Protocols/tests/PermissiveModifyControlTests.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.DirectoryServices.Protocols/tests/PermissiveModifyControlTests.cs
ghcode:00162:c631ff8785cc
mit
codeparrot/github-code
c631ff8785cc26ae89d30646a6d05d49963c44f0e361ca73fdbafbaf788c4016
0.95
testing_debugging_repair_refactoring
143
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.IO.FileSystem.Tests { public class Directory_GetParent : FileSystemTest { protected virtual DirectoryInfo GetParent(stri...
dkorolev/corefx
src/System.IO.FileSystem/tests/Directory/GetParent.cs
https://github.com/dkorolev/corefx/blob/HEAD/src/System.IO.FileSystem/tests/Directory/GetParent.cs
ghcode:00162:1eafe3acf576
mit
codeparrot/github-code
1eafe3acf5760e6d5b39a9a16f889424074c03c1a0a0820ff898c16eada3a217
0.85
testing_debugging_repair_refactoring
280
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.IO; using System.Security.Authentication; using System.Security.Authentication.ExtendedProtection; usin...
krk/corefx
src/System.Net.Security/tests/UnitTests/Fakes/FakeSslState.cs
https://github.com/krk/corefx/blob/HEAD/src/System.Net.Security/tests/UnitTests/Fakes/FakeSslState.cs
ghcode:00162:38e3c9b6491a
mit
codeparrot/github-code
38e3c9b6491a4b9e719712ad17bb7ccf63f248afd49bab0c7cd3c2edfce9ec46
0.95
testing_debugging_repair_refactoring
1,192
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.Shared.Utilities; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis...
bbarry/roslyn
src/Workspaces/CoreTest/UtilityTest/DocumentationCommentTests.cs
https://github.com/bbarry/roslyn/blob/HEAD/src/Workspaces/CoreTest/UtilityTest/DocumentationCommentTests.cs
ghcode:00162:75a24c6ae468
apache-2.0
codeparrot/github-code
75a24c6ae46826031d4514cafcfe6f6cc8df93e96b3047ff15f516559b03bbf6
0.85
testing_debugging_repair_refactoring
2,139
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Reflection.Emit.Tests { public class LabelEquals { [Fact] pub...
shimingsg/corefx
src/System.Reflection.Emit.ILGeneration/tests/Label/LabelEquals.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Reflection.Emit.ILGeneration/tests/Label/LabelEquals.cs
ghcode:00162:d30335b89405
mit
codeparrot/github-code
d30335b89405bdbec2dd0f6a958c3a56a525d8e7ba9ecb2a1fbbb9d8fdbf581f
0.95
testing_debugging_repair_refactoring
348
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.ComponentModel; using System.Diagnostics; namespace System.Internal { //...
tijoytom/corefx
src/System.Drawing.Common/src/misc/DebugHandleTracker.cs
https://github.com/tijoytom/corefx/blob/HEAD/src/System.Drawing.Common/src/misc/DebugHandleTracker.cs
ghcode:00162:fc4d298691e0
mit
codeparrot/github-code
fc4d298691e0875764616f73efbcf3ad135690b586a623243fb2481ff6e18de6
0.95
testing_debugging_repair_refactoring
2,958
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.CodeAnalysis; namespace System.Net.Http.Headers { [SuppressM...
BrennanConroy/corefx
src/System.Net.Http/src/System/Net/Http/Headers/HttpRequestHeaders.cs
https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Net.Http/src/System/Net/Http/Headers/HttpRequestHeaders.cs
ghcode:00162:00541a0651db
mit
codeparrot/github-code
00541a0651db35b4279d7d9b861988505616f809e53fefad2b8b324b1dba9fb4
0.95
testing_debugging_repair_refactoring
2,225
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.Globalization; using Xunit; namespace System.Tests { public class ConvertToDateTimeTests : Convert...
nbarbettini/corefx
src/System.Runtime.Extensions/tests/System/Convert.ToDateTime.cs
https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Runtime.Extensions/tests/System/Convert.ToDateTime.cs
ghcode:00162:976a4806137f
mit
codeparrot/github-code
976a4806137f128cc62f58b75ecc355feb3aad4c1c333ad65d8ecf1304d5562a
0.95
testing_debugging_repair_refactoring
1,333
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Net.Mime; namespace System.Net.Mail { // FWS, CFWS, and Comments are def...
nbarbettini/corefx
src/Common/src/System/Net/Mail/WhitespaceReader.cs
https://github.com/nbarbettini/corefx/blob/HEAD/src/Common/src/System/Net/Mail/WhitespaceReader.cs
ghcode:00162:d89b63e812ed
mit
codeparrot/github-code
d89b63e812ed76992eed0f6ceb790e61d1138fd57d4aba4b190873e1959136ea
0.95
testing_debugging_repair_refactoring
1,324
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.Reflection; using System.Runtime.CompilerServices; public class A<T> { public class ...
ragmani/coreclr
tests/src/Loader/classloader/generics/regressions/DD117522/Test.cs
https://github.com/ragmani/coreclr/blob/HEAD/tests/src/Loader/classloader/generics/regressions/DD117522/Test.cs
ghcode:00162:3212697f7348
mit
codeparrot/github-code
3212697f7348d17b66ddc80bdf810f477fb037443ee5528b22d19d1dec28a3f6
0.95
testing_debugging_repair_refactoring
228
false
2026-07-17
using System; using System.Linq; using NUnit.Framework; using OrigoDB.Core.Storage; namespace OrigoDB.Core.Test { [TestFixture] public class SnapshotTests { [Test] public void Snapshots_are_numbered_correctly() { var config = new EngineConfiguration().ForImmutability()....
mm999/OrigoDB
src/OrigoDB.Core.UnitTests/SnapshotTests.cs
https://github.com/mm999/OrigoDB/blob/HEAD/src/OrigoDB.Core.UnitTests/SnapshotTests.cs
ghcode:00162:88ab49ef49fd
mit
codeparrot/github-code
88ab49ef49fd60bf330b8b58c651433722f83300d66766a2fe9e1faa2ca96173
0.75
testing_debugging_repair_refactoring
246
false
2026-07-17
using System; using System.Collections.Generic; using Machine.Core; using Machine.Migrations.DatabaseProviders; using Machine.Migrations.SchemaProviders; using NUnit.Framework; using Rhino.Mocks; namespace Machine.Migrations.Services.Impl { [TestFixture] public class CommonTransformationsTests : S...
machine/machine.migrations
Source/Machine.Migrations.Tests/Services/Impl/CommonTransformationsTests.cs
https://github.com/machine/machine.migrations/blob/HEAD/Source/Machine.Migrations.Tests/Services/Impl/CommonTransformationsTests.cs
ghcode:00162:6aa83072afef
mit
codeparrot/github-code
6aa83072afef935f694ba433fa7aee4e717038f84e5486a68073d35f7e23df6a
0.75
testing_debugging_repair_refactoring
289
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.Concurrent; using System.Collections.Generic; using System...
genlu/roslyn
src/Workspaces/Core/Portable/Workspace/Solution/ProjectState.cs
https://github.com/genlu/roslyn/blob/HEAD/src/Workspaces/Core/Portable/Workspace/Solution/ProjectState.cs
ghcode:00162:eb0543bf9b12
mit
codeparrot/github-code
eb0543bf9b1296b1d01dc7929b6768ce7fad49a31d236230b5cdaae7d7ce5311
0.85
testing_debugging_repair_refactoring
7,678
false
2026-07-17
namespace TraktApiSharp.Tests.Objects.Get.Movies.Json.Reader { public partial class MostAnticipatedMovieObjectJsonReader_Tests { private const string JSON_COMPLETE = @"{ ""list_count"": 12805, ""movie"": { ""title"": ""Star Wars: The Force A...
henrikfroehling/TraktApiSharp
Source/Tests/TraktApiSharp.Tests/Objects/Get/Movies/Json/Reader/MostAnticipatedMovieObjectJsonReader/MostAnticipatedMovieObjectJsonReader_Tests_Json_Data.cs
https://github.com/henrikfroehling/TraktApiSharp/blob/HEAD/Source/Tests/TraktApiSharp.Tests/Objects/Get/Movies/Json/Reader/MostAnticipatedMovieObjectJsonReader/MostAnticipatedMovieObjectJsonReader_Tests_Json_Data.cs
ghcode:00162:ab2d61102161
mit
codeparrot/github-code
ab2d61102161228995d1d563f1042a545f5bae90ee3ef0c44be255e95c2984c5
0.85
testing_debugging_repair_refactoring
665
false
2026-07-17
using System; using System.Collections.Generic; using AcklenAvenue.Commands; using Machine.Specifications; using Moq; using SurgicorSpike.Domain.Application.Commands; using SurgicorSpike.Domain.Exceptions; using SurgicorSpike.Domain.Services; using SurgicorSpike.Domain.Validators; using It = Machine.Specifications.It...
AcklenAvenue/surgicor_spike
src/SurgicorSpike.Domain.Specs/Validation/when_validating_an_invalid_password_reset_command.cs
https://github.com/AcklenAvenue/surgicor_spike/blob/HEAD/src/SurgicorSpike.Domain.Specs/Validation/when_validating_an_invalid_password_reset_command.cs
ghcode:00162:c728b5a46858
mit
codeparrot/github-code
c728b5a468587f7a04a899e9b7902e68a705a55dcbb10b0547fcb010be14f8e3
0.6
testing_debugging_repair_refactoring
274
false
2026-07-17
//------------- // <copyright file="PodCastServiceTests.cs" company="Uncas"> // Copyright (c) Ole Lynge Sørensen. All rights reserved. // </copyright> //------------- namespace Uncas.PodCastPlayer.Tests.AppServiceTests { using System; using NUnit.Framework; using Uncas.PodCastPlayer.AppServi...
uncas/PodCastPlayer
src/Uncas.PodCastPlayer.Tests/AppServiceTests/PodCastServiceTests.cs
https://github.com/uncas/PodCastPlayer/blob/HEAD/src/Uncas.PodCastPlayer.Tests/AppServiceTests/PodCastServiceTests.cs
ghcode:00162:a9bf0464d824
mit
codeparrot/github-code
a9bf0464d8241c5b0caaf9fd161eb0d78e11826d284b70c6dae0b703e22ec58b
0.85
testing_debugging_repair_refactoring
627
false
2026-07-17
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using BreweryDB.Helpers; using BreweryDB.Models; using BreweryDB.Models.RequestParameters; using NUnit.Framework; namespace BreweryDB.Tests { [TestFixture()] public cla...
MikeCodesDotNet/BreweryDB
BreweryDB/BreweryDB.Tests/Features.cs
https://github.com/MikeCodesDotNet/BreweryDB/blob/HEAD/BreweryDB/BreweryDB.Tests/Features.cs
ghcode:00162:6edd24b0e004
mit
codeparrot/github-code
6edd24b0e004868cfb7407a0dda180a8e44e8c5602611b0504c156f3cf877f98
0.6
testing_debugging_repair_refactoring
354
false
2026-07-17
using DnDGen.TreasureGen.Items; using DnDGen.TreasureGen.Items.Mundane; using NUnit.Framework; using System.Collections.Generic; using System.Linq; namespace DnDGen.TreasureGen.Tests.Integration.Stress.Items.Mundane { [TestFixture] public class MundaneArmorGeneratorTests : MundaneItemGeneratorStressTests ...
DnDGen/TreasureGen
DnDGen.TreasureGen.Tests.Integration.Stress/Items/Mundane/MundaneArmorGeneratorTests.cs
https://github.com/DnDGen/TreasureGen/blob/HEAD/DnDGen.TreasureGen.Tests.Integration.Stress/Items/Mundane/MundaneArmorGeneratorTests.cs
ghcode:00162:63c26aadec9c
mit
codeparrot/github-code
63c26aadec9c4ab5139dab29b759da55034f581291e87994112d1335861ea3f8
0.75
testing_debugging_repair_refactoring
416
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace AdysTech.InfluxDB.Client.Net.Tests { //https://github.com/dotnet/coreclr/issues/2317#issuecomment-229965996 public static class DateTimeExtensions { public static string ToShortDateString (th...
AdysTech/InfluxDB.Client.Net
tests/TestExtensions.cs
https://github.com/AdysTech/InfluxDB.Client.Net/blob/HEAD/tests/TestExtensions.cs
ghcode:00162:536050804641
mit
codeparrot/github-code
536050804641e272ab557cb0924d4031fdc295ff0a1116ae21952753cc5a00e4
0.75
testing_debugging_repair_refactoring
380
false
2026-07-17
using Abc.Zebus.Testing.Extensions; using Abc.Zebus.Util; using NUnit.Framework; using NUnit.Framework.Constraints; namespace Abc.Zebus.Tests.Util { [TestFixture] public class TypeUtilTests { [Test] public void should_resolve_type_from_current_assembly() { Assert.That(T...
rbouallou/Zebus
src/Abc.Zebus.Tests/Util/TypeUtilTests.cs
https://github.com/rbouallou/Zebus/blob/HEAD/src/Abc.Zebus.Tests/Util/TypeUtilTests.cs
ghcode:00162:1fa5f3eb558a
mit
codeparrot/github-code
1fa5f3eb558a8ba8902a5e451bbf9a536927c46034f4454b79147839c73ef085
0.75
testing_debugging_repair_refactoring
436
false
2026-07-17
using Shared; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace StoryCLM.SDK.Tables.Test { public class Count { [Theory] [InlineData(0)] public async void CountTest(int uc) { SC...
storyclm/.NET-SDK
SDK/test/StoryCLM.SDK.Tables.Test/Count.cs
https://github.com/storyclm/.NET-SDK/blob/HEAD/SDK/test/StoryCLM.SDK.Tables.Test/Count.cs
ghcode:00162:eabab4d1ce7a
mit
codeparrot/github-code
eabab4d1ce7a68cc7cec2f0e8c8c311fb3cfc548412192eede3c01942d184b6e
0.85
testing_debugging_repair_refactoring
342
false
2026-07-17
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
pushrbx/squidex
tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppGrainTests.cs
https://github.com/pushrbx/squidex/blob/HEAD/tests/Squidex.Domain.Apps.Entities.Tests/Apps/AppGrainTests.cs
ghcode:00162:26ad5208ac20
mit
codeparrot/github-code
26ad5208ac205d6e48d977747e524f8776347bc9a62c84bc71b923e45e46083e
0.85
testing_debugging_repair_refactoring
3,191
false
2026-07-17
using FakeItEasy; using Newtonsoft.Json.Linq; using Robot.Connection; using Robot.Middleware; using Robot.Slack; using System; using System.IO; using System.Linq; using System.Threading.Tasks; using Xunit; namespace RobotTests { public class WebhookConnectionTests { IConnection CreateConnection(IMiddl...
DenisPav/Robot
Tests/RobotTests/WebhookConnectionTests.cs
https://github.com/DenisPav/Robot/blob/HEAD/Tests/RobotTests/WebhookConnectionTests.cs
ghcode:00162:70101c53efd6
mit
codeparrot/github-code
70101c53efd6a0f2944f98e7db983895eee9de5c7d88bbb8b8d9fede891db10b
0.75
testing_debugging_repair_refactoring
395
false
2026-07-17