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 FarseerPhysics.Common; using FarseerPhysics.Common.Decomposition; using FarseerPhysics.Dynamics; using FarseerPhysics.Factories; using FarseerPhysics.TestBed.Framework; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using CocosSharp; namespace FarseerPhysics.TestBed.Tests { public cl...
mono/CocosSharp
tests/tests/classes/tests/Box2DTestBet/Tests/TextureVerticesTest.cs
https://github.com/mono/CocosSharp/blob/HEAD/tests/tests/classes/tests/Box2DTestBet/Tests/TextureVerticesTest.cs
ghcode:00011:083912cc394b
mit
codeparrot/github-code
083912cc394b7ce09d86fccbb2a41ac72a1c1cc08a29c5d0187eaba2a4ef0a60
0.95
testing_debugging_repair_refactoring
427
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 ma...
apache/reef
lang/cs/Org.Apache.REEF.Common.Tests/Telemetry/MetricTests.cs
https://github.com/apache/reef/blob/HEAD/lang/cs/Org.Apache.REEF.Common.Tests/Telemetry/MetricTests.cs
ghcode:00011:73c85d1f33b2
apache-2.0
codeparrot/github-code
73c85d1f33b2d0fbd7bf94455d5b75abda7280e93be6a4f1f24c0793cbe2e5d6
0.85
testing_debugging_repair_refactoring
1,116
false
2026-07-17
//--------------------------------------------------------------------- // <copyright file="EdmValueKindTests.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/DataEdmLib/FunctionalTests/EdmValueKindTests.cs
https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Tests/DataEdmLib/FunctionalTests/EdmValueKindTests.cs
ghcode:00011:6c858f064387
mit
codeparrot/github-code
6c858f064387fa675ee2773a64ff88ec6760f9537c604aedc6000808222cc975
0.95
testing_debugging_repair_refactoring
5,791
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.Un...
mmitche/roslyn
src/EditorFeatures/CSharpTest2/Recommendations/ElifKeywordRecommenderTests.cs
https://github.com/mmitche/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest2/Recommendations/ElifKeywordRecommenderTests.cs
ghcode:00011:a270a396eb5a
apache-2.0
codeparrot/github-code
a270a396eb5ad22ef9dfaca905a3297a951eef7bd9b5b6ae4d527572e8353d65
0.75
testing_debugging_repair_refactoring
454
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; u...
physhi/roslyn
src/Compilers/CSharp/Portable/CodeGen/EmitStackAllocInitializer.cs
https://github.com/physhi/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/CodeGen/EmitStackAllocInitializer.cs
ghcode:00011:375151d91631
apache-2.0
codeparrot/github-code
375151d91631f2a4f62d6cbadcdb20dfd34e67cfe98d43742ce7ab555c881c70
0.85
testing_debugging_repair_refactoring
1,166
false
2026-07-17
using System.Threading.Tasks; using AllReady.Areas.Admin.Features.Events; using AllReady.Models; using Xunit; namespace AllReady.UnitTest.Areas.Admin.Features.Events { public class DeleteQueryHandlerShould : InMemoryContextTest { [Fact] public async Task ReturnCorrectData() ...
VishalMadhvani/allReady
AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Features/Events/DeleteQueryHandlerShould.cs
https://github.com/VishalMadhvani/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Features/Events/DeleteQueryHandlerShould.cs
ghcode:00011:f0e1ea64e057
mit
codeparrot/github-code
f0e1ea64e0579b33547e372322993174ebf45dd6745e5373fc0c11e55c4b70f6
0.75
testing_debugging_repair_refactoring
327
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...
atpham256/azure-powershell
src/ResourceManager/DataFactories/Commands.DataFactories.Test/ScenarioTests/DataFactoryTests.cs
https://github.com/atpham256/azure-powershell/blob/HEAD/src/ResourceManager/DataFactories/Commands.DataFactories.Test/ScenarioTests/DataFactoryTests.cs
ghcode:00011:cdabe25ec4e2
apache-2.0
codeparrot/github-code
cdabe25ec4e2d113d40fa7f11a77f15610f32ea2387ab27bf4875ce6499811f5
0.85
testing_debugging_repair_refactoring
353
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Xunit; namespace System.Linq.Tests { public class EmptyPa...
ptoonen/corefx
src/System.Linq/tests/EmptyPartitionTests.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/System.Linq/tests/EmptyPartitionTests.cs
ghcode:00011:010e58001f81
mit
codeparrot/github-code
010e58001f8172594e53306592861060f1e3d392d9a5df7f1ff72bf3d76c6efd
0.95
testing_debugging_repair_refactoring
663
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.Security; using Xunit; namespace Tests.System.Security { p...
krytarowski/corefx
src/Common/tests/Tests/System/Security/IdentityHelperTests.cs
https://github.com/krytarowski/corefx/blob/HEAD/src/Common/tests/Tests/System/Security/IdentityHelperTests.cs
ghcode:00011:a4b1b22aff18
mit
codeparrot/github-code
a4b1b22aff18b25c10bf519d79df1a7152993fca7305b030c1f9856c560df41c
0.95
testing_debugging_repair_refactoring
1,812
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.IO.Tests { // Tests that are valid for File and FileInfo public abstract cla...
ptoonen/corefx
src/System.IO.FileSystem/tests/Base/FileGetSetAttributes.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/System.IO.FileSystem/tests/Base/FileGetSetAttributes.cs
ghcode:00011:89adb009a5b4
mit
codeparrot/github-code
89adb009a5b453fa3e348bd1a87e825d2731863f35c062e0d70775c3c7784707
0.95
testing_debugging_repair_refactoring
650
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.Diagnostics; using System.Threading; namespace System.Text { // // D...
poizan42/coreclr
src/System.Private.CoreLib/shared/System/Text/EncodingTable.cs
https://github.com/poizan42/coreclr/blob/HEAD/src/System.Private.CoreLib/shared/System/Text/EncodingTable.cs
ghcode:00011:c33b5d5e4f2c
mit
codeparrot/github-code
c33b5d5e4f2cfea6f4efcfe93b9cd45b97c28ccd467d8b171e32ca3790a04722
0.7
testing_debugging_repair_refactoring
1,507
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; namespace System.Xml.XmlResolver.Tests { internal class DummyStream : MemoryStream { ...
BrennanConroy/corefx
src/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/DummyStream.cs
https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Private.Xml/tests/XmlResolver/System.Xml.XmlResolver.Tests/DummyStream.cs
ghcode:00011:8861d65d47f1
mit
codeparrot/github-code
8861d65d47f16357d4a326efcc0eb3f65a43116531d69a4a6070654848d1a380
0.95
testing_debugging_repair_refactoring
120
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 ComplexTestSupport; using Xunit; namespace System.Numerics.Tests { public class arithmaticOperation_ConjugateTest { private static void VerifyCon...
erpframework/corefx
src/System.Runtime.Numerics/tests/Complex/arithmaticOperation_Conjugate.cs
https://github.com/erpframework/corefx/blob/HEAD/src/System.Runtime.Numerics/tests/Complex/arithmaticOperation_Conjugate.cs
ghcode:00011:eb2899ceb0cd
mit
codeparrot/github-code
eb2899ceb0cd4d353df2d20d736fa89756f1766966630aa5936e5bf105696038
0.95
testing_debugging_repair_refactoring
1,091
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.Net.Sockets; using Xunit; namespace System.Net.Primitives.Functional...
tijoytom/corefx
src/System.Net.Primitives/tests/FunctionalTests/IPAddressParsing.cs
https://github.com/tijoytom/corefx/blob/HEAD/src/System.Net.Primitives/tests/FunctionalTests/IPAddressParsing.cs
ghcode:00011:2f02626f6e9e
mit
codeparrot/github-code
2f02626f6e9e576f6f4529d7e6ccc287a25e2664e0a32520cfc874e9aef328aa
0.95
testing_debugging_repair_refactoring
9,115
false
2026-07-17
using System.Collections.Generic; using NUnit.Framework; namespace Unipag.Tests { class EventTests { [Test] public void EventList() { var ev = new Event(); Assert.Null(ev.Account); Assert.Null(ev.Created); Assert.Null(ev.RelatedObject); ...
unipag/unipag-net
Unipag.Tests/EventTests.cs
https://github.com/unipag/unipag-net/blob/HEAD/Unipag.Tests/EventTests.cs
ghcode:00011:63ce2a9db001
isc
codeparrot/github-code
63ce2a9db001a810e8035c570578b1e03fe6f596393587452552b26fa6e22c12
0.75
testing_debugging_repair_refactoring
283
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Ev3Controller.Ev3Command; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ev3Controller.Ev3Command.Tests { [TestClass()] public class Command_04_00Tests { ...
CountrySideEngineer/Ev3Controller
dev/src/Ev3ControllerTests/Ev3Command/Command_04_00Tests.cs
https://github.com/CountrySideEngineer/Ev3Controller/blob/HEAD/dev/src/Ev3ControllerTests/Ev3Command/Command_04_00Tests.cs
ghcode:00011:343aef965af3
mit
codeparrot/github-code
343aef965af31c2127621cf1b273a353f15a00e3969b003d95d976a9b8e23d8e
0.85
testing_debugging_repair_refactoring
1,161
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using CocosSharp; namespace tests.Extensions { class CCControlColourPickerTest : CCControlScene { public CCLabelTtf ColorLabel { get { return _colorLabel; } set { _colorLabel = value; ...
netonjm/CocosSharp
tests/tests/classes/tests/ExtensionsTest/ControlExtensionTest/CCControlColourPickerTest.cs
https://github.com/netonjm/CocosSharp/blob/HEAD/tests/tests/classes/tests/ExtensionsTest/ControlExtensionTest/CCControlColourPickerTest.cs
ghcode:00011:fd9fcbeb57c1
mit
codeparrot/github-code
fd9fcbeb57c1d380a8db23ae2a22c63e1fdeb439eb4859c574e278e82d3f967c
0.95
testing_debugging_repair_refactoring
619
false
2026-07-17
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Generic; using TestHelper; using Xunit; namespace LazyMixinAnalyzer.Test { public class DoNotUseLazyForReadonlyFieldUnitTest : ConventionCodeFixVerifier { [Fact] public void NoDiagnositcs() => Veri...
ufcpp/LazyMixin
LazyMixin/LazyMixinAnalyzer/LazyMixinAnalyzer.Test/DoNotUseLazyForReadonlyFieldUnitTests.cs
https://github.com/ufcpp/LazyMixin/blob/HEAD/LazyMixin/LazyMixinAnalyzer/LazyMixinAnalyzer.Test/DoNotUseLazyForReadonlyFieldUnitTests.cs
ghcode:00011:7a98b8ce5505
mit
codeparrot/github-code
7a98b8ce5505fe17974d27195f6d7c6edba9b8a9c80b1e528be398c6ef570025
0.75
testing_debugging_repair_refactoring
171
false
2026-07-17
using System; using NUnit.Framework; using SynoDuplicateFolders.Data; using SynoDuplicateFolders.Data.Core; namespace SynoDuplicateFolders.Test { [TestFixture] public class UnitTest1 { private static SynoCSVReportPair<SynoReportSharesValues, SynoReportVolumeUsageValues> NewReportPair(ISynoCSVRepo...
biocoder-frodo/SynoDuplicateFolders
SynoDuplicateFolders.Test/UnitTest1.cs
https://github.com/biocoder-frodo/SynoDuplicateFolders/blob/HEAD/SynoDuplicateFolders.Test/UnitTest1.cs
ghcode:00011:6ae297556b3e
mit
codeparrot/github-code
6ae297556b3e8ee9431876da1fae892413f296205f48bab55c002237f5fd1a8a
0.6
testing_debugging_repair_refactoring
524
false
2026-07-17
//C:\Users\t-kevimi\\Documents\\LuaTests\Lua Files for Testing\MultipleTypeAssignment.lua using LanguageModel.Tests.TestGeneration; using LanguageService; using Xunit; namespace LanguageModel.Tests.GeneratedTestFiles { class Generated_21 { [Fact] public void Test(Tester t) { ...
xiangyan99/VSLua
src/LanguageModel.Tests/TestGeneration/UnvalidatedGeneratedTests/21_Generated.cs
https://github.com/xiangyan99/VSLua/blob/HEAD/src/LanguageModel.Tests/TestGeneration/UnvalidatedGeneratedTests/21_Generated.cs
ghcode:00011:3b46842911ee
mit
codeparrot/github-code
3b46842911ee45fe45fd16993f8f7a6dad2006d3af87fdec2edb35f8b71584b0
0.6
testing_debugging_repair_refactoring
326
false
2026-07-17
using net.r_eg.MvsSln.Projects; using Xunit; namespace MvsSlnTest.Projects { public class PropertyItemTest { [Fact] public void CtorTest1() { var p = new PropertyItem("name", "value", "true"); Assert.Equal("name", p.name); Assert.Equal("value", p.une...
3F/MvsSln
MvsSlnTest/Projects/PropertyItemTest.cs
https://github.com/3F/MvsSln/blob/HEAD/MvsSlnTest/Projects/PropertyItemTest.cs
ghcode:00011:dec30d211a9c
mit
codeparrot/github-code
dec30d211a9c9bc30282753e6ec2fafbbdc70ca2fdc76ecae4d464649b721e64
0.6
testing_debugging_repair_refactoring
863
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using Affecto.Authentication.Claims; namespace ServiceRegister.Tests.Infrastructure { public class TestUserContext : IAuthenticatedUserContext { public TestUserContext() { Permissions = new List<string>(0); ...
City-of-Helsinki/palvelutietovaranto
Source/ServiceRegister.Tests.Infrastructure/TestUserContext.cs
https://github.com/City-of-Helsinki/palvelutietovaranto/blob/HEAD/Source/ServiceRegister.Tests.Infrastructure/TestUserContext.cs
ghcode:00011:004e0d7ed78b
mit
codeparrot/github-code
004e0d7ed78bc62b644df17df0a2717f986e6474dc707f385e307316c7cf7535
0.75
testing_debugging_repair_refactoring
265
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; namespace Blender { public class BlendTypeRepository { public BlendTypeRepository() { int capacity = 1024; m_tables = new Dictionary<string, IBlendType>(capacity); ...
oggy83/BlendReader
BlendReader/Domain/Type/BlendTypeRepository.cs
https://github.com/oggy83/BlendReader/blob/HEAD/BlendReader/Domain/Type/BlendTypeRepository.cs
ghcode:00011:8ac0aabf2a65
mit
codeparrot/github-code
8ac0aabf2a65792e034968871e1ffdaf944289ac0b3f6fd953ac05fa9b631eb9
0.7
testing_debugging_repair_refactoring
421
false
2026-07-17
using System; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using BackyLogic; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; namespace TestBacky { [TestClass] public class TestHierarchicalDictionaryClass { [TestMethod] public void ...
yaronthurm/Backy
TestBacky/TestHierarchicalDictionary.cs
https://github.com/yaronthurm/Backy/blob/HEAD/TestBacky/TestHierarchicalDictionary.cs
ghcode:00011:6b8ea9d2e402
mit
codeparrot/github-code
6b8ea9d2e402fe2e2711411d0e2c497d1e421b815792eca0dd2ebf208a0a8d5b
0.75
testing_debugging_repair_refactoring
661
false
2026-07-17
using System; using System.Diagnostics.CodeAnalysis; using Xunit; namespace ServiceStack.Text.EnumMemberSerializer.UnitTests { [ExcludeFromCodeCoverage] public class JsConfigWrapperTests { [Fact] public void SetDeserializerMemberByName_InvalidName_Throws() { ...
piotr-g/ServiceStack.Text.EnumMemberSerializer
src/ServiceStack.Text.EnumMemberSerializer.UnitTests/JsConfigWrapperTests.cs
https://github.com/piotr-g/ServiceStack.Text.EnumMemberSerializer/blob/HEAD/src/ServiceStack.Text.EnumMemberSerializer.UnitTests/JsConfigWrapperTests.cs
ghcode:00011:72c497357278
mit
codeparrot/github-code
72c497357278a3e065e5fb48ef599ad5f1bb0a2ee9042f4fe0a77a0f68115596
0.75
testing_debugging_repair_refactoring
88
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using Xunit; namespace Flatbox.RegularExpressions.Tests { public static...
NeilBostian/Flatbox.RegularExpressions
Flatbox.RegularExpressions.Tests/GroupCollectionTests.cs
https://github.com/NeilBostian/Flatbox.RegularExpressions/blob/HEAD/Flatbox.RegularExpressions.Tests/GroupCollectionTests.cs
ghcode:00011:af861792b370
mit
codeparrot/github-code
af861792b370b4567d47abf71296aef64ff041e90791e2ae9b8cc8779fdbbfbd
0.85
testing_debugging_repair_refactoring
1,043
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MassiveDynamicProxyGenerator.SimpleInjector.Tests.Services { public class TypeA : ITypeA { public void FooForA() { throw new NotImplementedException(); ...
harrison314/MassiveDynamicProxyGenerator
src/Test/MassiveDynamicProxyGenerator.SimpleInjector.Tests/Services/TypeA.cs
https://github.com/harrison314/MassiveDynamicProxyGenerator/blob/HEAD/src/Test/MassiveDynamicProxyGenerator.SimpleInjector.Tests/Services/TypeA.cs
ghcode:00011:2762926e977a
mit
codeparrot/github-code
2762926e977afe63c6bf1ee14006e056a6fd8e24181d555e2ec811c09c18bb85
0.85
testing_debugging_repair_refactoring
63
false
2026-07-17
using EnjoyCQRS.EventSource; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; using Microsoft.Extensions.DependencyInjection; using System.Threading.Tasks; using System.Linq; using Xunit; using System; using FluentAssertions; using System.Collections.Concurrent; using EnjoyCQRS.Projections; usi...
ircnelson/enjoy.cqrs
test/EnjoyCQRS.IntegrationTests/UserTests.cs
https://github.com/ircnelson/enjoy.cqrs/blob/HEAD/test/EnjoyCQRS.IntegrationTests/UserTests.cs
ghcode:00011:b8a41856f630
mit
codeparrot/github-code
b8a41856f630d355469072dab835e5d24a09ed61002b76e9ced6007db4d1bba5
0.85
testing_debugging_repair_refactoring
990
false
2026-07-17
using Core.Interfaces; using Core.Model; using Moq; using NUnit.Framework; using Ui.Console.Command; using Ui.Console.Provider; namespace Ui.Console.Test.Provider { [TestFixture] public class KeyCommandProviderTest { private KeyCommandProvider provider; [SetUp] public void SetupKey...
MikaelSvenn/Certifier
Ui.Console.Test/Provider/KeyCommandProviderTest.cs
https://github.com/MikaelSvenn/Certifier/blob/HEAD/Ui.Console.Test/Provider/KeyCommandProviderTest.cs
ghcode:00011:0d5e459534f0
mit
codeparrot/github-code
0d5e459534f034972adea457fb364221823e1d3a1581d30a9f64fe24e3a2f4e0
0.6
testing_debugging_repair_refactoring
430
false
2026-07-17
#if !READ_ONLY using System; using System.IO; using NUnit.Framework; using Mono.Cecil.Cil; using Mono.Cecil.Mdb; using Mono.Cecil.Pdb; namespace Mono.Cecil.Tests { [TestFixture] public class SymbolTests : BaseTestFixture { [Test] public void DefaultPdb () { IgnoreOnMono (); TestModule ("libpdb.dll",...
sailro/cecil
Test/Mono.Cecil.Tests/SymbolTests.cs
https://github.com/sailro/cecil/blob/HEAD/Test/Mono.Cecil.Tests/SymbolTests.cs
ghcode:00011:720a853de533
mit
codeparrot/github-code
720a853de533170e366b9aaebec5c2f6ac1789f631fca8a4d94f0f489d086399
0.75
testing_debugging_repair_refactoring
1,018
false
2026-07-17
using System.Collections.Generic; using System.Linq; using CherrySeed.EntityDataProvider; using CherrySeed.Test.Asserts; using CherrySeed.Test.Base.Repositories; using CherrySeed.Test.Infrastructure; using CherrySeed.Test.Models; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace CherrySeed.Test.Integratio...
altmann/CherrySeed
src/CherrySeed.Test/IntegrationTests/EntityNameMatchingTests.cs
https://github.com/altmann/CherrySeed/blob/HEAD/src/CherrySeed.Test/IntegrationTests/EntityNameMatchingTests.cs
ghcode:00011:9a68a2615850
mit
codeparrot/github-code
9a68a26158506e479e505a95f433861b3155fcf847122776f1fc44050447f5a5
0.85
testing_debugging_repair_refactoring
807
false
2026-07-17
/* Copyright (c) 2012 <a href="http://www.gutgames.com">James Craig</a> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, ...
khellang/Craig-s-Utility-Library
UnitTests/Validation/Rules/CompareTo.cs
https://github.com/khellang/Craig-s-Utility-Library/blob/HEAD/UnitTests/Validation/Rules/CompareTo.cs
ghcode:00011:eddf2e931f2d
mit
codeparrot/github-code
eddf2e931f2d445267738ca3030e0743d3e5163e9c1c1082d57a4b6e793afe79
0.6
testing_debugging_repair_refactoring
396
false
2026-07-17
/* * HtmlEncoder Tests * StringIndicesConverter Tests * Authors: * Josh Keegan 23/10/2015 * * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Task...
JoshKeegan/HtmlEncoder
UnitTests/StringIndicesConverterTests.cs
https://github.com/JoshKeegan/HtmlEncoder/blob/HEAD/UnitTests/StringIndicesConverterTests.cs
ghcode:00011:24cffb534a39
mit
codeparrot/github-code
24cffb534a39fe5bea8aa17eaefe058fb7913cf20b6a80be49e4ef664ed869c9
0.75
testing_debugging_repair_refactoring
913
false
2026-07-17
using System.Threading.Tasks; using Cumulus.Handlers; using Cumulus.Tests.Common; using Cumulus.UnitTests.DependencyResolverTests.AllComponentTypes.MessageContracts; #pragma warning disable 4014 namespace Cumulus.UnitTests.DependencyResolverTests.AllComponentTypes.Handlers { public class BrokerTestCommandHandler...
AtmosphereMessaging/Cumulus
src/Tests/Cumulus.UnitTests/DependencyResolverTests/AllComponentTypes/Handlers/BrokerTestCommandHandler.cs
https://github.com/AtmosphereMessaging/Cumulus/blob/HEAD/src/Tests/Cumulus.UnitTests/DependencyResolverTests/AllComponentTypes/Handlers/BrokerTestCommandHandler.cs
ghcode:00011:86c94dd757ad
mit
codeparrot/github-code
86c94dd757adaa1bf6ee41cb4c39cbab892e955e0cdc6a80f39db988944671ee
0.85
testing_debugging_repair_refactoring
109
false
2026-07-17
// Description: C# Extension Methods | Enhance the .NET Framework and .NET Core with over 1000 extension methods. // Website & Documentation: https://csharp-extension.com/ // Issues: https://github.com/zzzprojects/Z.ExtensionMethods/issues // License (MIT): https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/...
zzzprojects/Z.ExtensionMethods
test/Z.Core.Test/System.TimeSpan/TimeSpan.FromNow.cs
https://github.com/zzzprojects/Z.ExtensionMethods/blob/HEAD/test/Z.Core.Test/System.TimeSpan/TimeSpan.FromNow.cs
ghcode:00011:bca4f29294db
mit
codeparrot/github-code
bca4f29294dbbbb830d1833c05f00f48eae4ee6e708261baa06a8ffa6ff50c5f
0.7
testing_debugging_repair_refactoring
205
false
2026-07-17
namespace TraktApiSharp.Tests.Objects.Get.Episodes.Json.Writer { using FluentAssertions; using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Traits; using TraktApiSharp.Extensions; using TraktApiSharp.Objects.Get.Episodes; using Trakt...
henrikfroehling/TraktApiSharp
Source/Tests/TraktApiSharp.Tests/Objects/Get/Episodes/Json/Writer/EpisodeCollectionProgressArrayJsonWriter/EpisodeCollectionProgressArrayJsonWriter_StringWriter_Tests.cs
https://github.com/henrikfroehling/TraktApiSharp/blob/HEAD/Source/Tests/TraktApiSharp.Tests/Objects/Get/Episodes/Json/Writer/EpisodeCollectionProgressArrayJsonWriter/EpisodeCollectionProgressArrayJsonWriter_StringWriter_Tests.cs
ghcode:00011:f85396a3f4f7
mit
codeparrot/github-code
f85396a3f4f7e5b35ce9c205065fb75384a81f14b7d854c15a62d778feefaa11
0.85
testing_debugging_repair_refactoring
829
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Text; using NUnit.Framework.Internal; namespace Tests { internal class BaselinesWriter { // used to detect baseline overwrites by another test(case) // case-insensitive to support windoze file system private static readonly ISet<str...
LinqToDB4iSeries/Linq2DB4iSeries
Tests/Base/BaselinesWriter.cs
https://github.com/LinqToDB4iSeries/Linq2DB4iSeries/blob/HEAD/Tests/Base/BaselinesWriter.cs
ghcode:00011:1341db835939
mit
codeparrot/github-code
1341db8359398a4da91250a09193456f2d9831be220f16bc571c6983f1670e75
0.7
testing_debugging_repair_refactoring
546
false
2026-07-17
using System; using NUnit.Framework; using Underscore.Action; namespace Underscore.Test.Action.Split { [TestFixture] public class SplitTest { private SplitComponent component; private string[] output; [SetUp] public void Initialize() { component = new SplitComponent(); output = new string[1]; } ...
konkked/Underscore.cs
Underscore.Test/Action/Split/SplitTest.cs
https://github.com/konkked/Underscore.cs/blob/HEAD/Underscore.Test/Action/Split/SplitTest.cs
ghcode:00011:fac1fee4addb
mit
codeparrot/github-code
fac1fee4addb28229d37bcf6bae60629220997ad64c027a0c33f76fa77a5e0c8
0.6
testing_debugging_repair_refactoring
1,198
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using GoldenEye.Queries; using GoldenEye.Registration; using GoldenEye.Tests.External.Contracts; using GoldenEye.Tests.External.Handlers; using MediatR; using Microsoft.Extens...
oskardudycz/GoldenEye
src/Core/Core.Tests/Registration/QueryHandlerRegistrationTests.cs
https://github.com/oskardudycz/GoldenEye/blob/HEAD/src/Core/Core.Tests/Registration/QueryHandlerRegistrationTests.cs
ghcode:00011:f0ad48534601
mit
codeparrot/github-code
f0ad48534601a7696ef611c26351c30ddee6781b4487ba0353851dca73f89c60
0.75
testing_debugging_repair_refactoring
1,435
false
2026-07-17
using NUnit.Framework; using Suigetsu.Core.Extensions; namespace Suigetsu.Core.Tests.Extensions { [TestFixture] public class ComparableExtensionsTests : AssertionHelper { [Test] public void IsBetweenTest() { Expect(150f.IsBetween(100.0f, 200.5f)); Expect(10...
stewshka/Suigetsu
Core/Tests/Suigetsu.Core.Tests/Extensions/ComparableExtensionsTests.cs
https://github.com/stewshka/Suigetsu/blob/HEAD/Core/Tests/Suigetsu.Core.Tests/Extensions/ComparableExtensionsTests.cs
ghcode:00011:61086df5c6c3
mit
codeparrot/github-code
61086df5c6c3719266838e542b0103ec9808e4f8a6e43af7dd256dfed082c125
0.85
testing_debugging_repair_refactoring
175
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Thriot.TestHelpers; namespace Thriot.Plugins.Sql.Tests { [TestClass] public class AssemblyInitTest { [AssemblyInitialize] public static void AssemblyInitFunction(TestContext context) { EnvironmentFactoryFactory.I...
kpocza/thriot
Service/Reporting/Thriot.Reporting.Tests/AssemblyInitTest.cs
https://github.com/kpocza/thriot/blob/HEAD/Service/Reporting/Thriot.Reporting.Tests/AssemblyInitTest.cs
ghcode:00011:57b2133b5833
mit
codeparrot/github-code
57b2133b5833bc85e2f65fa0da62304a2201416691b7cb87ef91a08df217c2f7
0.6
testing_debugging_repair_refactoring
65
false
2026-07-17
using System; using System.Threading.Tasks; using Disqus.NET.Models; using Disqus.NET.Requests; using NUnit.Framework; namespace Disqus.NET.Tests { [TestFixture] public class DisqusPostsApiTests : DisqusTestsInitializer { [Test] public async Task CreateAsync_Test() { /*...
akaSybe/Disqus.NET
src/Disqus.NET.Tests/DisqusPostsApiTests.cs
https://github.com/akaSybe/Disqus.NET/blob/HEAD/src/Disqus.NET.Tests/DisqusPostsApiTests.cs
ghcode:00011:a42a9dae7689
mit
codeparrot/github-code
a42a9dae7689fdb6207171383c7de44e865a7ab9d4eb5149ff30c63b71b4f40c
0.85
testing_debugging_repair_refactoring
1,116
false
2026-07-17
//Copyright (c) 2017 Jan Pluskal // //Permission is hereby granted, free of charge, to any person //obtaining a copy of this software and associated documentation //files (the "Software"), to deal in the Software without //restriction, including without limitation the rights to use, //copy, modify, merge, publish, dis...
pluskal/AppIdent
src/AppIdent.Tests/Features/Bases/MeanPacketLengthBaseTests.cs
https://github.com/pluskal/AppIdent/blob/HEAD/src/AppIdent.Tests/Features/Bases/MeanPacketLengthBaseTests.cs
ghcode:00011:4a09f695cbc8
mit
codeparrot/github-code
4a09f695cbc813ab7987d43089c2ac7f2ecba0d23c6da9f7d8075b6d39dbea98
0.85
testing_debugging_repair_refactoring
737
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using TAIO.Automata; namespace Tests { /// <summary> /// Class testing States of automaton /// </summary> [TestClass()] public class StateTests { /// <summary> /// Test finding next state during analizing word /// </su...
Waszker/TAIO
Tests/Automata/StateTests.cs
https://github.com/Waszker/TAIO/blob/HEAD/Tests/Automata/StateTests.cs
ghcode:00011:b598a7d82f9a
mit
codeparrot/github-code
b598a7d82f9ad23ddd194b81343d5ebed222c98875e8bfafd423925e2493ee1b
0.85
testing_debugging_repair_refactoring
155
false
2026-07-17
using System; using ProtoSharp.Core; namespace ProtoSharp.Tests.Messages { class Test1Ex64 { [Tag(1)] public Int64 A { get { return _a; } set { _a = value; } } Int64 _a; } }
drunkcod/ProtoSharp
Source/Tests/Messages/Test1Ex64.cs
https://github.com/drunkcod/ProtoSharp/blob/HEAD/Source/Tests/Messages/Test1Ex64.cs
ghcode:00011:c1ceb33f09a4
mit
codeparrot/github-code
c1ceb33f09a41f4ef6fd2b03f56142ecb9f30b60f22ba3b2c95e3d994632991c
0.85
testing_debugging_repair_refactoring
64
false
2026-07-17
using System; using System.Collections.Generic; using Microsoft.PSharp; namespace LeaderElection { public class Test { static void Main(string[] args) { var runtime = PSharpRuntime.Create(); Test.Execute(runtime); Console.ReadLine(); } [Micr...
p-org/PSharpLab
Samples/ActorPorts/LeaderElection/Test.cs
https://github.com/p-org/PSharpLab/blob/HEAD/Samples/ActorPorts/LeaderElection/Test.cs
ghcode:00011:53d1022118bc
mit
codeparrot/github-code
53d1022118bca4b3204d75ea56231bc03535ce68db919a9413f41e66fa809570
0.75
testing_debugging_repair_refactoring
95
false
2026-07-17
using Newtonsoft.Json.Linq; using NUnit.Framework; using Saucy.Providers.GitHub; namespace Saucy.Tests.Providers.GitHub { using FakeItEasy; public class GitHubProviderTests { [TestCase("{\"owner\":\"theOwner\",\"repository\":\"theRepo\",\"commit\":\"theCommit\",\"path\":\"thePath\"}", true)] [Te...
acraven/saucy
src/Saucy.Tests/Providers/GitHub/GitHubProviderTests.cs
https://github.com/acraven/saucy/blob/HEAD/src/Saucy.Tests/Providers/GitHub/GitHubProviderTests.cs
ghcode:00011:016cade628b4
mit
codeparrot/github-code
016cade628b4c11726aaa6a136699520dcd7c4f6af6aa912caf6582867d77dbb
0.75
testing_debugging_repair_refactoring
229
false
2026-07-17
using Xunit; namespace WmcSoft.Text { public class TokenizerTests { [Fact] public void CanTokenizeString() { var expected = new[] { "a", "b", "c" }; var actual = "a b c".Tokenize(); Assert.Equal(expected, actual); } [Fact] pu...
vjacquet/WmcSoft
WmcSoft.Core.Tests/Text/TokenizerTests.cs
https://github.com/vjacquet/WmcSoft/blob/HEAD/WmcSoft.Core.Tests/Text/TokenizerTests.cs
ghcode:00011:236408b2190f
mit
codeparrot/github-code
236408b2190fe9afed058c7da39bd1ad1fe21e5bd49f4cd5cb1e146b4fe60922
0.75
testing_debugging_repair_refactoring
185
false
2026-07-17
using System.Collections; using System.Collections.Generic; using System.IO; using StatTag.Core.Interfaces; using StatTag.Core.Models; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; namespace Core.Tests.Models { [TestClass] public class CodeFileTests { [TestMethod] public v...
StatTag/StatTag
Core.Tests/Models/CodeFileTests.cs
https://github.com/StatTag/StatTag/blob/HEAD/Core.Tests/Models/CodeFileTests.cs
ghcode:00011:1159a4afb5c3
mit
codeparrot/github-code
1159a4afb5c36fdf4bd8dda74d36842bafa021869bf754bb61db0c9ffa5b60b0
0.85
testing_debugging_repair_refactoring
9,022
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using SparklrSharp; using SparklrSharp.Sparklr; using System.Threading.Tasks; namespace SparklrTests { [TestClass] public class TestUsers { private const int testUserId = 591; private const string testHandle = "ChrisK"; ...
ChrisK91/SparklrSharp
Sparklr Library/SparklrTests/TestUsers.cs
https://github.com/ChrisK91/SparklrSharp/blob/HEAD/Sparklr Library/SparklrTests/TestUsers.cs
ghcode:00011:3b57bad9e971
mit
codeparrot/github-code
3b57bad9e971991ba8ab88c7c59c13684ce5f5d7ec7faca4cdf076d90e2ad815
0.75
testing_debugging_repair_refactoring
353
false
2026-07-17
using UnityEngine; using System; [Serializable] public class GraphicAsset { public Texture2D mainTexture; // textureMode will set the mainTexture wrap mode and set the texture scale according to its size public enum TextureMode { Stretch, Repeat } public TextureMode textureMode; } public class Asset...
bitcraftCoLtd/level-editor
SampleProject/Assets/Scripts/AssetMap.cs
https://github.com/bitcraftCoLtd/level-editor/blob/HEAD/SampleProject/Assets/Scripts/AssetMap.cs
ghcode:00011:5b6dd81c97e8
mit
codeparrot/github-code
5b6dd81c97e80230c99e1a7753d8d585d2fbdeda60a99b637046d98b4e3cf587
0.6
testing_debugging_repair_refactoring
122
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using PublicHoliday; namespace PublicHolidayTests { [TestClass] public class TestDenmarkPublicHoliday { [TestMethod] public void TestPublicHolidays() { var easterMonday = new DateTime(2015, 4, 6); ...
martinjw/Holiday
tests/PublicHolidayTests/TestDenmarkPublicHoliday.cs
https://github.com/martinjw/Holiday/blob/HEAD/tests/PublicHolidayTests/TestDenmarkPublicHoliday.cs
ghcode:00011:5ebdee1608b1
mit
codeparrot/github-code
5ebdee1608b1046b57557ceecfcb58bc476bc22d1151b36b811495d54d337a10
0.85
testing_debugging_repair_refactoring
1,301
false
2026-07-17
using NUnit.Framework; using TestAttribute = Xunit.FactAttribute; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace LatticeObjectTree { public class ObjectTreeEdgeTest { [Test] pu...
dotlattice/LatticeObjectTree
LatticeObjectTree.Tests/ObjectTreeEdgeTest.cs
https://github.com/dotlattice/LatticeObjectTree/blob/HEAD/LatticeObjectTree.Tests/ObjectTreeEdgeTest.cs
ghcode:00011:2861f47e0df1
unlicense
codeparrot/github-code
2861f47e0df18a65a36054081f41b890777b7c98d3a373aa2130a9b46294d3f8
0.53
testing_debugging_repair_refactoring
1,737
false
2026-07-17
using System.Threading; using NUnit.Framework; using Quartz.Impl; using Quartz.Impl.Triggers; using Quartz.Spi; namespace Quartz.Tests.Integration.ExceptionPolicy { [TestFixture] public class ExceptionHandlingTest : IntegrationTest { [SetUp] public void SetUp() { ISchedulerFactory sf = new StdSc...
willieni/Quartz
src/Quartz.Tests.Integration/ExceptionPolicy/ExceptionJobTest.cs
https://github.com/willieni/Quartz/blob/HEAD/src/Quartz.Tests.Integration/ExceptionPolicy/ExceptionJobTest.cs
ghcode:00011:4c9e4683fd40
apache-2.0
codeparrot/github-code
4c9e4683fd40e1e85a17fb46ea536735f1a61654dbcb006e328094c5c394dc09
0.75
testing_debugging_repair_refactoring
1,040
false
2026-07-17
using System; #if WINRT using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; #elif NUNIT using TestClassAttribute = NUnit.Framework.TestFixtureAttribute; using TestMethodAttribute = NUnit.Framework.TestCaseAttribute; using AssertFailedException = NUnit.Framework.AssertionException; using TestInitializeAttribu...
onovotny/fluentassertions
Tests/FluentAssertions.Shared.Specs/AggregateExceptionAssertionSpecs.cs
https://github.com/onovotny/fluentassertions/blob/HEAD/Tests/FluentAssertions.Shared.Specs/AggregateExceptionAssertionSpecs.cs
ghcode:00011:3b78e739e80d
apache-2.0
codeparrot/github-code
3b78e739e80d883567fa0a41b866760559a67cedab7237d4b6facc95596cfbc7
0.7
testing_debugging_repair_refactoring
532
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using TRL.Common.Data; using TRL.Common.Models; using TRL.Common.TimeHelpers; using TRL.Common.Handlers; using TRL.Common.Collections; using TRL.Logging; namespace TRL.Common.Handl...
wouldyougo/TRx
TRL.Common.Test/Handlers/RejectOrderHandlerTests.cs
https://github.com/wouldyougo/TRx/blob/HEAD/TRL.Common.Test/Handlers/RejectOrderHandlerTests.cs
ghcode:00011:517f63e493a9
apache-2.0
codeparrot/github-code
517f63e493a9159b266068339f2b8368a328202eb9e8172f875edbe3c6100319
0.75
testing_debugging_repair_refactoring
800
false
2026-07-17
#region License /* * Copyright © 2002-2007 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 * * Un...
MaferYangPointJun/Spring.net
test/Spring/Spring.Messaging.Ems.Tests/Messaging/Ems/Connections/CachingConnectionFactoryTests.cs
https://github.com/MaferYangPointJun/Spring.net/blob/HEAD/test/Spring/Spring.Messaging.Ems.Tests/Messaging/Ems/Connections/CachingConnectionFactoryTests.cs
ghcode:00011:8048f32db89c
apache-2.0
codeparrot/github-code
8048f32db89c72a8fe367ffaa0272aaa94ff84db21cb425b33ce2f47b3ce554a
0.85
testing_debugging_repair_refactoring
1,865
false
2026-07-17
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using Xunit; using Xunit.Extensions; namespace NuGet.Test { public class SemanticVersionTest { [Theory] [PropertyData("ConstructorData")] public void StringConstructorP...
themotleyfool/NuGet
test/Core.Test/SemanticVersionTest.cs
https://github.com/themotleyfool/NuGet/blob/HEAD/test/Core.Test/SemanticVersionTest.cs
ghcode:00011:e8dffff9a631
apache-2.0
codeparrot/github-code
e8dffff9a631717637345a1e3beaa08d8b54a843f5be39233968c289d29590ca
0.7
testing_debugging_repair_refactoring
2,843
false
2026-07-17
// Copyright (c) Alium Fx. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Alium.Infrastructure { using System; using System.Collections.Generic; using Microsoft.Extensions.Configuration; using Xunit; /...
AliumFX/Framework
tests/Alium.Core.Tests/Infrastructure/FlagsTests.cs
https://github.com/AliumFX/Framework/blob/HEAD/tests/Alium.Core.Tests/Infrastructure/FlagsTests.cs
ghcode:00011:73871bd16d48
apache-2.0
codeparrot/github-code
73871bd16d48afd71d34b68be9fb474124959fb821e3af95de0378b8f824df0b
0.85
testing_debugging_repair_refactoring
558
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.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeA...
nguerrera/roslyn
src/Features/Core/Portable/SplitOrMergeIfStatements/AbstractSplitIfStatementCodeRefactoringProvider.cs
https://github.com/nguerrera/roslyn/blob/HEAD/src/Features/Core/Portable/SplitOrMergeIfStatements/AbstractSplitIfStatementCodeRefactoringProvider.cs
ghcode:00011:ec533137e358
apache-2.0
codeparrot/github-code
ec533137e358e86c395772fca356781b261031563c09467023b4fb1685eab45c
0.85
testing_debugging_repair_refactoring
968
false
2026-07-17
using System; using System.Collections; using System.IO; using System.Diagnostics; namespace Sxta.GenericProtocol.Encoding { #if TODO public class BitArrayEncodingLE { public static readonly EndianTypes Endian = (BitConverter.IsLittleEndian ? EndianTypes.LittleEndian : EndianTypes.BigEndian); /// <summary> ...
agustinsantos/DOOP.ec
DDS-RTPS/RTPS/Utils/NetEncoders/BitArrayEncoding.cs
https://github.com/agustinsantos/DOOP.ec/blob/HEAD/DDS-RTPS/RTPS/Utils/NetEncoders/BitArrayEncoding.cs
ghcode:00011:6e8fb47e8fc6
apache-2.0
codeparrot/github-code
6e8fb47e8fc664dce3ba88a307b42f704cec4314d1380f89e110bd22e60481c1
0.7
testing_debugging_repair_refactoring
2,021
false
2026-07-17
using Pchp.Core; using Pchp.Core.Utilities; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pchp.Library { [PhpExtension("standard")] public static partial class PhpPath { #regi...
iolevel/peachpie
src/Peachpie.Library/FileSystem.Glob.cs
https://github.com/iolevel/peachpie/blob/HEAD/src/Peachpie.Library/FileSystem.Glob.cs
ghcode:00011:30e426ecf8e3
apache-2.0
codeparrot/github-code
30e426ecf8e36f2e410a3f9fdd5fd08774290ee97e72ff5f3f2e10c6d6dd321d
0.7
testing_debugging_repair_refactoring
4,882
false
2026-07-17
/* Copyright 2010-2014 MongoDB 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 writi...
antonnik/code-classifier
naive_bayes/resources/c#/CSharp238Tests.cs
https://github.com/antonnik/code-classifier/blob/HEAD/naive_bayes/resources/c#/CSharp238Tests.cs
ghcode:00011:7ba03c220dfb
apache-2.0
codeparrot/github-code
7ba03c220dfb8b0a07653808e3b709e1f0d3f6e4320bfa4351a2b4d4c27588df
0.75
testing_debugging_repair_refactoring
504
false
2026-07-17
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using Microsoft.WindowsAzure.MobileServices.Eventing; using Microsoft.WindowsAzure.MobileServices...
Azure/azure-mobile-apps-net-client
unittests/MobileClient.Tests/Table/StoreChangeTrackerFactory.Test.cs
https://github.com/Azure/azure-mobile-apps-net-client/blob/HEAD/unittests/MobileClient.Tests/Table/StoreChangeTrackerFactory.Test.cs
ghcode:00011:826892a4f528
apache-2.0
codeparrot/github-code
826892a4f5288d8cdd117a81d951161e1c220963ca93e3fa393d01dd367cd1dc
0.85
testing_debugging_repair_refactoring
514
false
2026-07-17
#region WatiN Copyright (C) 2006-2011 Jeroen van Menen //Copyright 2006-2011 Jeroen van Menen // // 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....
adymitruk/altnetdllstack
Watin/src/UnitTests/SettingsTests.cs
https://github.com/adymitruk/altnetdllstack/blob/HEAD/Watin/src/UnitTests/SettingsTests.cs
ghcode:00011:82a40388383f
apache-2.0
codeparrot/github-code
82a40388383ff584eddce60edfc5ece97a51c45d3a67f9b70012da989277bfa0
0.95
testing_debugging_repair_refactoring
852
false
2026-07-17
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tavis.OpenApi.Model; using Xunit; namespace OpenApiTests { public class ParameterTests { [Theory, InlineData("foo","foo")] public voi...
tavis-software/Tavis.OpenApi
src/OpenApiTests/ParameterTests.cs
https://github.com/tavis-software/Tavis.OpenApi/blob/HEAD/src/OpenApiTests/ParameterTests.cs
ghcode:00011:2980f87add17
apache-2.0
codeparrot/github-code
2980f87add171d1b161b93515d52651d6b5bbf397fcbdc4465faf8ae99f81056
0.85
testing_debugging_repair_refactoring
1,673
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 Test.Utilities; using Xunit; namespace Microsoft.NetFramework.Analyzers.UnitTests { public partial class DoNotUseInsecureDtdProcessingAnalyzerTests...
heejaechang/roslyn-analyzers
src/Microsoft.NetFramework.Analyzers/UnitTests/DoNotUseInsecureDtdProcessingXmlDocumentSetInsecureResolverTests.cs
https://github.com/heejaechang/roslyn-analyzers/blob/HEAD/src/Microsoft.NetFramework.Analyzers/UnitTests/DoNotUseInsecureDtdProcessingXmlDocumentSetInsecureResolverTests.cs
ghcode:00011:8d4c43b990ce
apache-2.0
codeparrot/github-code
8d4c43b990ce67f36d8f402cbdedb5d15e923293f2ceb28cb020e1d0582b554b
0.85
testing_debugging_repair_refactoring
2,311
false
2026-07-17
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET. // Licensed under the Apache License, Version 2.0. using ImageMagick; using Xunit; namespace Magick.NET.Tests { public partial class ColorMonoTests { public class TheCompareToMethod { [Fact] public void ...
dlemstra/Magick.NET
tests/Magick.NET.Tests/Colors/ColorMonoTests/TheCompareToMethod.cs
https://github.com/dlemstra/Magick.NET/blob/HEAD/tests/Magick.NET.Tests/Colors/ColorMonoTests/TheCompareToMethod.cs
ghcode:00011:f3f2f9aec826
apache-2.0
codeparrot/github-code
f3f2f9aec826b55f07519eaa0c49d42657309f998abb6adbaac04696892cedd6
0.7
testing_debugging_repair_refactoring
246
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CyclicRatioScaleTestFixture.cs" company="RHEA System S.A."> // // Copyright 2016-2021 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); //...
RHEAGROUP/ecss-10-25-annexc-integration-tests
IntegrationTestSuite/WebservicesIntegrationTests/Tests/SiteDirectory/CyclicRatioScale/CyclicRatioScaleTestFixture.cs
https://github.com/RHEAGROUP/ecss-10-25-annexc-integration-tests/blob/HEAD/IntegrationTestSuite/WebservicesIntegrationTests/Tests/SiteDirectory/CyclicRatioScale/CyclicRatioScaleTestFixture.cs
ghcode:00011:4e7b2a9902b9
apache-2.0
codeparrot/github-code
4e7b2a9902b95018f5b9fdfe217e56ef6765a17e84d5da2105f64480a86248e0
0.95
testing_debugging_repair_refactoring
6,496
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading; using System.IO; using MpdBaileyTechnology.Shared.Threading; using MpdBaileyTechnology.Shared.Utils; namespace MpdBaileyTechnology.Shared.UnitTests.Threading { /// <summary> ///This is a test class for DataStre...
PigDogBay/MpdbSharedLibrary
MpdbSharedLibraryUnitTests/Threading/DataStreamTest.cs
https://github.com/PigDogBay/MpdbSharedLibrary/blob/HEAD/MpdbSharedLibraryUnitTests/Threading/DataStreamTest.cs
ghcode:00011:b0486b6d386a
apache-2.0
codeparrot/github-code
b0486b6d386ad8b81ff2087d9e2e042bea04102309fbf9825d476fc97a8911a3
0.7
testing_debugging_repair_refactoring
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. using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Routing.Constraints; using Microsoft.AspNetCore.Routing...
aspnet/AspNetCore
src/Http/Routing/test/UnitTests/Matching/DfaMatcherBuilderTest.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Http/Routing/test/UnitTests/Matching/DfaMatcherBuilderTest.cs
ghcode:00011:93029e549c3e
apache-2.0
codeparrot/github-code
93029e549c3e53856ff6fce92b555bb2b9c3f0bc2820f55869801d7df68a1507
0.75
testing_debugging_repair_refactoring
52,296
false
2026-07-17
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. using System; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Utilities; namespace VsChromium.Tests.Mocks { class TextBufferM...
chromium/vs-chromium
src/Tests/Mocks/TextBufferMock.cs
https://github.com/chromium/vs-chromium/blob/HEAD/src/Tests/Mocks/TextBufferMock.cs
ghcode:00011:dcfa437c9b43
bsd-3-clause
codeparrot/github-code
dcfa437c9b437f1026280ef1fda5b2b087c9a98c1eaced0d076d2bb207a17ed5
0.95
testing_debugging_repair_refactoring
619
false
2026-07-17
using System; using NUnit.Framework; using SharpVectors.Dom.Svg; namespace SharpVectors.UnitTests.Svg.BasicTypesAndInterfaces { // The resulting test values were generated using MuPad Light // NOTE: The original implementation of SvgMatrix returned doubles when accessing properties. To stay consistent with th...
codebutler/savagesvg
test/SharpVectors/Dom/Svg/Basic types/SvgMatrixTests.cs
https://github.com/codebutler/savagesvg/blob/HEAD/test/SharpVectors/Dom/Svg/Basic types/SvgMatrixTests.cs
ghcode:00011:7193e1f26b3b
bsd-3-clause
codeparrot/github-code
7193e1f26b3b629e3d22eedfa8e732311d1d82e634b1ef85d9b37598bb33eea1
0.85
testing_debugging_repair_refactoring
2,259
false
2026-07-17
// <summary> // Provides XML document loading, validation and caching. // </summary> // TODO: Check namespace mismatch in imported documents. The imported documents are allowed not to have a namespace. namespace IdlCompiler { using System.Collections.Generic; using System.Diagnostics; using System.IO; ...
apkbox/nano-rpc
IdlCompiler/src/CachingDocumentLoader.cs
https://github.com/apkbox/nano-rpc/blob/HEAD/IdlCompiler/src/CachingDocumentLoader.cs
ghcode:00011:1c93fee5e6d1
bsd-3-clause
codeparrot/github-code
1c93fee5e6d1570d6d5441de104beafc8f19208aa6bc0b1d7ec3a172a2fe2b10
0.8
testing_debugging_repair_refactoring
1,248
false
2026-07-17
using GitVersion; using NUnit.Framework; using Shouldly; [TestFixture] public class DocumentationSamples { [Test] public void GitFlowFeatureBranch() { using (var fixture = new EmptyRepositoryFixture(new Config())) { fixture.Participant("master"); fixture.Participant...
FireHost/GitVersion
src/GitVersionCore.Tests/IntegrationTests/DocumentationSamples.cs
https://github.com/FireHost/GitVersion/blob/HEAD/src/GitVersionCore.Tests/IntegrationTests/DocumentationSamples.cs
ghcode:00011:48dfee1a481c
mit
codeparrot/github-code
48dfee1a481c0aced1c4580b817d2c9cff7d4895da51985677853b8a8edb38e7
0.7
testing_debugging_repair_refactoring
3,403
false
2026-07-17
using System; using System.Collections.Generic; using System.Text; namespace NUnit.Framework { /// <summary> /// TestParameters class holds any named parameters supplied to the test run /// </summary> public class TestParameters { private readonly Dictionary<string, string> _parameters = n...
JohanO/nunit
src/NUnitFramework/framework/TestParameters.cs
https://github.com/JohanO/nunit/blob/HEAD/src/NUnitFramework/framework/TestParameters.cs
ghcode:00011:cd8c8739e11b
mit
codeparrot/github-code
cd8c8739e11b3e90bf30d496c47b2dbe862fa0b98b24b620e2d36957f5bb6a1b
0.85
testing_debugging_repair_refactoring
669
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/Log/CustomLoggerTest.cs
https://github.com/pperalta/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Log/CustomLoggerTest.cs
ghcode:00011:d9c2aa3b4696
apache-2.0
codeparrot/github-code
d9c2aa3b46960383b0d5507deb29cb0d5c40af0c4858a13d2c4a9182f02a6334
0.7
testing_debugging_repair_refactoring
3,485
false
2026-07-17
// ---------------------------------------------------------------------------- // XmlDocCommentDirectoryElementCollectionTestFixture.cs // // Contains the definition of the XmlDocCommentDirectoryElementCollectionTestFixture class. // Copyright 2009 Steve Guidi. // // File created: 2/2/2009 7:02:03 PM // --------------...
modulexcite/JoltNet-core
Jolt.Test/XmlDocCommentDirectoryElementCollectionTestFixture.cs
https://github.com/modulexcite/JoltNet-core/blob/HEAD/Jolt.Test/XmlDocCommentDirectoryElementCollectionTestFixture.cs
ghcode:00011:0906c4d42f49
bsd-3-clause
codeparrot/github-code
0906c4d42f49fa84fc64d17f963c4db50259325035f89f0140b938a2c867a7c4
0.7
testing_debugging_repair_refactoring
810
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 TaskFactoryExtensionsUnitTests_NET40 { [Test] public void Run_SchedulesActio...
hivepeople/AsyncEx
Source/Xamarin/IosUnitTests/TaskFactoryExtensionsUnitTests.cs
https://github.com/hivepeople/AsyncEx/blob/HEAD/Source/Xamarin/IosUnitTests/TaskFactoryExtensionsUnitTests.cs
ghcode:00011:8eaff10042f3
mit
codeparrot/github-code
8eaff10042f3ed87f131ce2763871cfe1750d3c77a816728ded495c0d41d428d
0.75
testing_debugging_repair_refactoring
383
false
2026-07-17
using System; using BenchmarkDotNet.Attributes; using CodeJam.PerfTests.Metrics; using JetBrains.Annotations; using static CodeJam.PerfTests.Metrics.MetricRange; namespace CodeJam.PerfTests { /// <summary>Attribute for competition benchmark.</summary> /// <seealso cref="BenchmarkAttribute"/> // DONTTOUCH: DO N...
rsdn/CodeJam
PerfTests[WIP]/src/[L1_CompetitionApi]/[Attributes]/CompetitionBenchmarkAttribute.cs
https://github.com/rsdn/CodeJam/blob/HEAD/PerfTests[WIP]/src/[L1_CompetitionApi]/[Attributes]/CompetitionBenchmarkAttribute.cs
ghcode:00011:73e82dd8505f
mit
codeparrot/github-code
73e82dd8505f94a51c9795e20d29566a6620985ecc007aaec612bc75c1cb52b2
0.95
testing_debugging_repair_refactoring
1,091
false
2026-07-17
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Microsoft.DotNet.Tools.Test.Utilities; using Xunit; [assembly: CollectionBehavior(DisableTestParallelizati...
livarcocc/cli-1
test/EndToEnd.Tests/GivenDotNetUsesMSBuild.cs
https://github.com/livarcocc/cli-1/blob/HEAD/test/EndToEnd.Tests/GivenDotNetUsesMSBuild.cs
ghcode:00011:80f85a8686a6
mit
codeparrot/github-code
80f85a8686a6dca0f0962f90e1d6884f79596eabe0568ecada090c29ca99f103
0.85
testing_debugging_repair_refactoring
608
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="TestKitBase.cs" company="Akka.NET Project"> // Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com> // Copyright (C) 2013-2015 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //---...
matiii/akka.net
src/core/Akka.TestKit/TestKitBase.cs
https://github.com/matiii/akka.net/blob/HEAD/src/core/Akka.TestKit/TestKitBase.cs
ghcode:00011:bab61b6ad4e5
apache-2.0
codeparrot/github-code
bab61b6ad4e54b8f2bf13d1b19e8b05ebeddde16b91838310c0db89e11b292c2
0.85
testing_debugging_repair_refactoring
4,321
false
2026-07-17
/* * Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You * may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
papicella/snappy-store
gemfirexd/client/test/csharp/adonet-auto/AdoNetTest.BIN/Connection/CreateConnectionWithNoConnStr.cs
https://github.com/papicella/snappy-store/blob/HEAD/gemfirexd/client/test/csharp/adonet-auto/AdoNetTest.BIN/Connection/CreateConnectionWithNoConnStr.cs
ghcode:00011:b40596e2d65f
apache-2.0
codeparrot/github-code
b40596e2d65faca6f3ba9dbfe8d28f47ab02da27e53736214059985f94e397fb
0.95
testing_debugging_repair_refactoring
397
false
2026-07-17
using Castle.MicroKernel.Registration; using Castle.Windsor; using Castle.Windsor.Configuration.Interpreters; namespace Rhino.ServiceBus.Tests { using System; using System.Threading; using Impl; using Xunit; public class DelayedMessages : MsmqTestBase { private readonly Wi...
mtscout6/rhino-esb
Rhino.ServiceBus.Tests/DelayedMessages.cs
https://github.com/mtscout6/rhino-esb/blob/HEAD/Rhino.ServiceBus.Tests/DelayedMessages.cs
ghcode:00011:3fe8dfb7572b
bsd-3-clause
codeparrot/github-code
3fe8dfb7572bbfea3c3493baec81871b9fac5aa45001b8475191957bfbdb78d9
0.6
testing_debugging_repair_refactoring
540
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.Text; using Azure.Core; using NUnit.Framework; namespace Azure.Messaging.ServiceBus.Tests.Message { public class MessageTests : ServiceBu...
brjohnstmsft/azure-sdk-for-net
sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageTests.cs
https://github.com/brjohnstmsft/azure-sdk-for-net/blob/HEAD/sdk/servicebus/Azure.Messaging.ServiceBus/tests/Message/MessageTests.cs
ghcode:00011:6c4823916d5d
mit
codeparrot/github-code
6c4823916d5dd3dbe12eec146f18da3eec3e2d7f7b7735a1305f6884ba7b7fe6
0.85
testing_debugging_repair_refactoring
2,014
false
2026-07-17
using System; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using OpenProtocolInterpreter.Job.Advanced; namespace MIDTesters.Job.Advanced { [TestClass] public class TestMid0133 : MidTester { [TestMethod] public void Mid0133Revision1() { string p...
Rickedb/OpenProtocolIntepreter
src/MIDTesters/Job/Advanced/TestMid0133.cs
https://github.com/Rickedb/OpenProtocolIntepreter/blob/HEAD/src/MIDTesters/Job/Advanced/TestMid0133.cs
ghcode:00011:74a3b8a2b430
mit
codeparrot/github-code
74a3b8a2b4301d0c4f87d5568f87c4c32589c81361f9b197b13d850defe0a696
0.75
testing_debugging_repair_refactoring
200
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 Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter; using Microsoft.Protocols.TestTools; using Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb...
JessieF/WindowsProtocolTestSuites
TestSuites/FileServer/src/Common/TestSuite/CommonTestBase.cs
https://github.com/JessieF/WindowsProtocolTestSuites/blob/HEAD/TestSuites/FileServer/src/Common/TestSuite/CommonTestBase.cs
ghcode:00011:82349f7f9167
mit
codeparrot/github-code
82349f7f916752f7649822b9965e0c5abfaffcdf4dac826845f67de75e9baf4f
0.8
testing_debugging_repair_refactoring
2,065
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Diagnostics; using Test.Utilities; using Xunit; namespace Microsoft.ApiDesignGuidelines.Analyzers.UnitTests { public class U...
bkoelman/roslyn-analyzers
src/Microsoft.CodeQuality.Analyzers/UnitTests/ApiDesignGuidelines/UriParametersShouldNotBeStringsTests.cs
https://github.com/bkoelman/roslyn-analyzers/blob/HEAD/src/Microsoft.CodeQuality.Analyzers/UnitTests/ApiDesignGuidelines/UriParametersShouldNotBeStringsTests.cs
ghcode:00011:f7ac361401e6
apache-2.0
codeparrot/github-code
f7ac361401e64e0828b9321b9e078b01fcf704b0982ba57a903f5fe85b023a4b
0.85
testing_debugging_repair_refactoring
983
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.Globalization; using System.Threading; using System.Transactions.Diagnostics;...
shmao/corefx
src/System.Transactions/src/System/Transactions/Enlistment.cs
https://github.com/shmao/corefx/blob/HEAD/src/System.Transactions/src/System/Transactions/Enlistment.cs
ghcode:00011:309e10313770
mit
codeparrot/github-code
309e10313770272707bdcf1e4a140a6064fba9c9ab9c8a6476c3720873999af5
0.95
testing_debugging_repair_refactoring
3,422
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="FlowRecoverWithSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyrig...
derwasp/akka.net
src/core/Akka.Streams.Tests/Dsl/FlowRecoverWithSpec.cs
https://github.com/derwasp/akka.net/blob/HEAD/src/core/Akka.Streams.Tests/Dsl/FlowRecoverWithSpec.cs
ghcode:00011:2005dff202a6
apache-2.0
codeparrot/github-code
2005dff202a6f15450e6a5043167e6c2421938a762e3e5649e555f0dba8f85ff
0.85
testing_debugging_repair_refactoring
1,518
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 ApiManagement.Management.Tests; using Microsoft.Rest.ClientRuntime.Azure.TestFramework; using Microsoft.Azure.Management.ApiManagement; using Microso...
SiddharthChatrolaMs/azure-sdk-for-net
src/SDKs/ApiManagement/ApiManagement.Tests/ManagementApiTests/CertificateTests.cs
https://github.com/SiddharthChatrolaMs/azure-sdk-for-net/blob/HEAD/src/SDKs/ApiManagement/ApiManagement.Tests/ManagementApiTests/CertificateTests.cs
ghcode:00011:8618e5db7af5
apache-2.0
codeparrot/github-code
8618e5db7af5c91a7e762b073f4ea4ec5eeee207a50cbfa2a75a5951f73dc49d
0.85
testing_debugging_repair_refactoring
669
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BrockAllen.MembershipReboot.Test.Validation { [TestClass] public class DelegateValidato...
vinneyk/BrockAllen.MembershipReboot
src/BrockAllen.MembershipReboot.Test/Validation/DelegateValidatorTests.cs
https://github.com/vinneyk/BrockAllen.MembershipReboot/blob/HEAD/src/BrockAllen.MembershipReboot.Test/Validation/DelegateValidatorTests.cs
ghcode:00011:1cde2f5b81c7
bsd-3-clause
codeparrot/github-code
1cde2f5b81c7cde1b4fff1a9e50c2046256f3bc4b3d54abf698cec45557b2fe4
0.75
testing_debugging_repair_refactoring
176
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. // This file defines an internal class used to throw exceptions in BCL code. // The main purpose is to reduce code ...
ptoonen/corefx
src/Common/src/CoreLib/System/ThrowHelper.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/Common/src/CoreLib/System/ThrowHelper.cs
ghcode:00011:28b84d5d94f9
mit
codeparrot/github-code
28b84d5d94f9816f16724799fc1bfbef25a4ed642e1feb2ef4307fcfa600196d
0.95
testing_debugging_repair_refactoring
6,201
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; using System.Runtime.CompilerServices; namespace System.SpanTests { public static partial class Sp...
fgreinacher/corefx
src/System.Memory/tests/Span/AsBytes.cs
https://github.com/fgreinacher/corefx/blob/HEAD/src/System.Memory/tests/Span/AsBytes.cs
ghcode:00011:a4d940c6b9e7
mit
codeparrot/github-code
a4d940c6b9e7055d3a215bba97c82c15406ac1a13cef6a79ecc880231d9fb1c3
0.95
testing_debugging_repair_refactoring
299
false
2026-07-17
// Copyright (c) DNN Software. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Collections; using System.Collections.Generic; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Modules.Settings; using Moq; using NUni...
abukres/Dnn.Platform
DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ModuleSettingsTests.cs
https://github.com/abukres/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ModuleSettingsTests.cs
ghcode:00011:11b9d5f4bc26
mit
codeparrot/github-code
11b9d5f4bc26590dc2e10d17454704ac8adf5f64ad02eee4a8e4c3a9187a627d
0.95
testing_debugging_repair_refactoring
3,112
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; us...
VPashkov/roslyn
src/Compilers/Core/Portable/CommandLine/CommonCompiler.cs
https://github.com/VPashkov/roslyn/blob/HEAD/src/Compilers/Core/Portable/CommandLine/CommonCompiler.cs
ghcode:00011:b30061963cbf
apache-2.0
codeparrot/github-code
b30061963cbf4740aac0a44ef5ff4eac973164aed10534bbcc181cce5fc0dd59
0.85
testing_debugging_repair_refactoring
6,527
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.Text; using System.Threading; namespace Sy...
Jiayili1/corefx
src/Common/src/CoreLib/System/Globalization/CultureData.cs
https://github.com/Jiayili1/corefx/blob/HEAD/src/Common/src/CoreLib/System/Globalization/CultureData.cs
ghcode:00011:57431666a75f
mit
codeparrot/github-code
57431666a75f563c561934c00dd9c4a403f0616127558866c8783eddc57f471e
0.82
testing_debugging_repair_refactoring
21,195
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; namespace System.Text { internal class EncodingCharBuffer { private unsaf...
ViktorHofer/corefx
src/System.Text.Encoding.CodePages/src/System/Text/EncodingCharBuffer.cs
https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Text.Encoding.CodePages/src/System/Text/EncodingCharBuffer.cs
ghcode:00011:f9ca411b9f95
mit
codeparrot/github-code
f9ca411b9f959000c0a8bcb4a9eae629efd7a044cce8f7236b72fa653f5f1c7f
0.95
testing_debugging_repair_refactoring
1,250
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 Microsoft.Azure.Management.ResourceManager; using Microsoft.Azure.Management.ResourceManager.Models; using Microsoft.Azure.Management.Storage; using Microso...
shahabhijeet/azure-sdk-for-net
src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/DataLakeAnalyticsManagementHelper.cs
https://github.com/shahabhijeet/azure-sdk-for-net/blob/HEAD/src/SDKs/DataLake.Analytics/DataLakeAnalytics.Tests/TestHelpers/DataLakeAnalyticsManagementHelper.cs
ghcode:00011:d118c38554cd
mit
codeparrot/github-code
d118c38554cd142c5bf04af6bf58108d6a2f617f642771ee8fdc0b25dd4e0ea7
0.85
testing_debugging_repair_refactoring
3,290
false
2026-07-17
// <copyright file="DiagonalMatrixTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of cha...
grovesNL/mathnet-numerics
src/UnitTests/LinearAlgebraTests/Complex32/DiagonalMatrixTests.cs
https://github.com/grovesNL/mathnet-numerics/blob/HEAD/src/UnitTests/LinearAlgebraTests/Complex32/DiagonalMatrixTests.cs
ghcode:00011:bf0f17dceb88
mit
codeparrot/github-code
bf0f17dceb880f1d29caef28daf4538a32f1cd31a9ff1cd85176cc2158c32163
0.85
testing_debugging_repair_refactoring
6,251
false
2026-07-17