text
stringlengths
40
299k
repo_name
stringlengths
7
71
path
stringlengths
4
235
source_url
stringlengths
45
289
commit_or_blob_id
stringlengths
25
25
license
stringclasses
7 values
source_dataset
stringclasses
1 value
content_sha256
stringlengths
64
64
quality_score
float64
0.2
0.95
category_slice
stringclasses
1 value
token_count
int64
11
109k
is_synthetic
bool
1 class
collected_at
stringdate
2026-07-17 00:00:00
2026-07-17 00:00:00
// ---------------------------------------------------------------------------------- // // Copyright 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...
saratrallapalli/azure-sdk-tools
WindowsAzurePowershell/src/Management.Test/Tests/Services/GlobalPathInfoTest.cs
https://github.com/saratrallapalli/azure-sdk-tools/blob/HEAD/WindowsAzurePowershell/src/Management.Test/Tests/Services/GlobalPathInfoTest.cs
ghcode:00008:c5586435fff3
apache-2.0
codeparrot/github-code
c5586435fff3b691fc07fca3aa3c77c8c6b8befd69cc13b09d8e8b1f1a950e47
0.95
testing_debugging_repair_refactoring
255
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Threading.Tasks; namespace Pchp.Core.Reflection { public static class Serialization { /// <summary> /// Returns names and properties of all instance properties or ...
iolevel/peachpie-concept
src/Peachpie.Runtime/Reflection/Serialization.cs
https://github.com/iolevel/peachpie-concept/blob/HEAD/src/Peachpie.Runtime/Reflection/Serialization.cs
ghcode:00008:8d7377044860
apache-2.0
codeparrot/github-code
8d737704486099841cce7c47725ad36b2678f11b13cc74cd12c46359a3438fd4
0.7
testing_debugging_repair_refactoring
1,023
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.Collections.ObjectModel; using System.Linq; using System.Refl...
ljw1004/roslyn
src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTestBase.cs
https://github.com/ljw1004/roslyn/blob/HEAD/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/ExpressionCompilerTestBase.cs
ghcode:00008:4c7a69b122ae
apache-2.0
codeparrot/github-code
4c7a69b122ae1ff00e02187229163d8f570c7ee1bdeaea6e8ec69158aea280ab
0.95
testing_debugging_repair_refactoring
2,821
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/Usability/DeleteCategoryWithFKeyConstraint.cs
https://github.com/papicella/snappy-store/blob/HEAD/gemfirexd/client/test/csharp/adonet-auto/AdoNetTest.BIN/Usability/DeleteCategoryWithFKeyConstraint.cs
ghcode:00008:35516890796b
apache-2.0
codeparrot/github-code
35516890796b000c5ace25774d10db8958cd15e02a19d285ddd6292f4d09d1ed
0.95
testing_debugging_repair_refactoring
389
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using NMF.Tests; using NMF.Collections.Generic; using NMF.Collections.ObjectModel; namespace NMF.Collections.Test { public abstract class SetTest<T> { public ISet<T> ReadSet { get; set; } publi...
NMFCode/NMF
Collections/Collections.Test/SetTest.cs
https://github.com/NMFCode/NMF/blob/HEAD/Collections/Collections.Test/SetTest.cs
ghcode:00008:5d5586bdbbcb
bsd-3-clause
codeparrot/github-code
5d5586bdbbcbe6966c76ed61b12764bde197085490c820e9db8036c170d41714
0.6
testing_debugging_repair_refactoring
2,441
false
2026-07-17
using System; using System.Net; using ServiceStack.ServiceInterface.ServiceModel; using ServiceStack.Common.Web; using ServiceStack.ServiceHost; using NUnit.Framework; using Funq; using ServiceStack.Service; using ServiceStack.ServiceClient.Web; using ServiceStack.Text; namespace ServiceStack.WebHost.Endpoints.Tests ...
ZocDoc/ServiceStack
tests/ServiceStack.WebHost.Endpoints.Tests/ExceptionHandlingTests.cs
https://github.com/ZocDoc/ServiceStack/blob/HEAD/tests/ServiceStack.WebHost.Endpoints.Tests/ExceptionHandlingTests.cs
ghcode:00008:db756bef5450
bsd-3-clause
codeparrot/github-code
db756bef5450c63734bb209e144c92d197e4189ec95bdf704b5dd4e0ab3835f2
0.85
testing_debugging_repair_refactoring
1,694
false
2026-07-17
using Entitas; public class InitializeExecuteSystemSpy : IInitializeSystem, IExecuteSystem { public bool initialized { get { return _initialized; } } public bool executed { get { return _executed; } } bool _initialized; bool _executed; public void Initialize() { _initialized = true; ...
vkuskov/Entitas-CSharp
Tests/Tests/Entitas/Fixtures/Systems/InitializeExecuteSystemSpy.cs
https://github.com/vkuskov/Entitas-CSharp/blob/HEAD/Tests/Tests/Entitas/Fixtures/Systems/InitializeExecuteSystemSpy.cs
ghcode:00008:b78dea71eb8d
mit
codeparrot/github-code
b78dea71eb8dd8fd2f12498d191d811618508c4860147de86dc320b6c8b4b884
0.85
testing_debugging_repair_refactoring
87
false
2026-07-17
using System.Linq; using Shouldly; using Xunit; using Marten.Services; namespace Marten.Testing.Bugs { [Collection("DefaultSchema")] public class Bug_130_enable_case_insensitive_custom_sql_queries_Tests : DocumentSessionFixture<NulloIdentityMap> { [Fact] public void query() { ...
jokokko/marten
src/Marten.Testing/Bugs/Bug_130_enable_case_insensitive_custom_sql_queries_Tests.cs
https://github.com/jokokko/marten/blob/HEAD/src/Marten.Testing/Bugs/Bug_130_enable_case_insensitive_custom_sql_queries_Tests.cs
ghcode:00008:f8e43623f772
mit
codeparrot/github-code
f8e43623f77201b2a2cca867a4aed2909c68c3b2cdca5f37c3192b23427c2081
0.75
testing_debugging_repair_refactoring
115
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 NSubstitute; using Xunit; namespace Cake.Core.Tests.Unit { public sealed class TaskSetupCo...
michael-wolfenden/cake
src/Cake.Core.Tests/Unit/TaskSetupContextTests.cs
https://github.com/michael-wolfenden/cake/blob/HEAD/src/Cake.Core.Tests/Unit/TaskSetupContextTests.cs
ghcode:00008:c39e4783a495
mit
codeparrot/github-code
c39e4783a495cd47ae687bb8defecdf5411e096fb54a7a1df2f5074f18617397
0.85
testing_debugging_repair_refactoring
233
false
2026-07-17
using Hyperledger.Indy.PoolApi; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Threading.Tasks; namespace Hyperledger.Indy.Test.PoolTests { [TestClass] public class DisposePoolTest : IndyIntegrationTestBase { [TestMethod] public async Task CanDisposeClosedPool() {...
Artemkaaas/indy-sdk
wrappers/dotnet/indy-sdk-dotnet-test/PoolTests/DisposePoolTest.cs
https://github.com/Artemkaaas/indy-sdk/blob/HEAD/wrappers/dotnet/indy-sdk-dotnet-test/PoolTests/DisposePoolTest.cs
ghcode:00008:df554ad99abf
apache-2.0
codeparrot/github-code
df554ad99abfa9f73c972edaf97e5e977d3d5f04f683d3402c397afe73d45983
0.6
testing_debugging_repair_refactoring
318
false
2026-07-17
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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:...
mterwoord/mbunit-v3
src/MbUnit/MbUnit.TestResources/ProcessorArchitecture/MSILSample.cs
https://github.com/mterwoord/mbunit-v3/blob/HEAD/src/MbUnit/MbUnit.TestResources/ProcessorArchitecture/MSILSample.cs
ghcode:00008:efc86186ab1a
apache-2.0
codeparrot/github-code
efc86186ab1a5bf95cf4d837df17ebf6cf0d506202a32b1bc67edf58285a34fd
0.7
testing_debugging_repair_refactoring
310
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using System.Text; using System.Diagnostics; using System.Globalization; namespace System.Xml { // XmlTextEncoder // // This...
feilang864/Net
src/System.Xml.XmlDocument/src/System/Xml/XmlTextEncoder.cs
https://github.com/feilang864/Net/blob/HEAD/src/System.Xml.XmlDocument/src/System/Xml/XmlTextEncoder.cs
ghcode:00008:eba84f716b3c
mit
codeparrot/github-code
eba84f716b3c49f91d3942d9a44fdbade57f7f4c56e5d06e76f390a3395e556c
0.8
testing_debugging_repair_refactoring
2,937
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.Generic; using System.Globalization; using System.Linq; u...
mavasani/roslyn
src/Compilers/CSharp/Test/Syntax/LexicalAndXml/LexicalTests.cs
https://github.com/mavasani/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Syntax/LexicalAndXml/LexicalTests.cs
ghcode:00008:074fd78a7fff
mit
codeparrot/github-code
074fd78a7fff105c9fce751fc69ac794174a99234598ec1308360e6b9be4f5e5
0.82
testing_debugging_repair_refactoring
33,224
false
2026-07-17
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.DotNet.ProjectModel.Compilation; using Micros...
krwq/cli
test/Microsoft.DotNet.ProjectModel.Tests/LibraryExporterPackageTests.cs
https://github.com/krwq/cli/blob/HEAD/test/Microsoft.DotNet.ProjectModel.Tests/LibraryExporterPackageTests.cs
ghcode:00008:72841fcb9b65
mit
codeparrot/github-code
72841fcb9b65f3feb58e21aa5b87aa02adb6ebcc5db9c65bd809197f15c08cc0
0.75
testing_debugging_repair_refactoring
2,369
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. namespace Bond.Expressions { using System.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressi...
chwarr/bond
cs/src/core/expressions/TaggedReader.cs
https://github.com/chwarr/bond/blob/HEAD/cs/src/core/expressions/TaggedReader.cs
ghcode:00008:3e621633cce7
mit
codeparrot/github-code
3e621633cce7fb7abd98ce7a5a2b2e81eca6b59a2760fcf581bab8803e95f261
0.95
testing_debugging_repair_refactoring
1,306
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using CocosSharp; namespace tests { public class LayerTestScene : TestScene { public override void runThisTest() { CCLayer pLayer = nextTestAction(); AddChild(pLayer); Dire...
haithemaraissia/CocosSharp
tests/tests/classes/tests/LayerTest/LayerTestScene.cs
https://github.com/haithemaraissia/CocosSharp/blob/HEAD/tests/tests/classes/tests/LayerTest/LayerTestScene.cs
ghcode:00008:44d22c8e3b96
mit
codeparrot/github-code
44d22c8e3b960c2326b5e7d7ec4d2b20f5c67b714b00614ee5f38f94f0311eaa
0.85
testing_debugging_repair_refactoring
383
false
2026-07-17
using System; using System.Linq; using Ploeh.AutoFixture; using Ploeh.AutoFixture.Kernel; using Ploeh.AutoFixtureUnitTest.Kernel; using Xunit; using Xunit.Extensions; namespace Ploeh.AutoFixtureUnitTest { public class NumericSequenceGeneratorTest { [Fact] public void SutIsSpecimen...
adamchester/AutoFixture
Src/AutoFixtureUnitTest/NumericSequenceGeneratorTest.cs
https://github.com/adamchester/AutoFixture/blob/HEAD/Src/AutoFixtureUnitTest/NumericSequenceGeneratorTest.cs
ghcode:00008:25679bfc3027
mit
codeparrot/github-code
25679bfc3027fc6fbd55a660e1f332fa9f204392cd5bd02a9ef41bb48f81fcab
0.7
testing_debugging_repair_refactoring
923
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="<file>.cs" company="The Outercurve Foundation"> // Copyright (c) 2011, The Outercurve Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in com...
simpleverso/facebook-csharp-sdk
Source/Facebook.IntegrationTests/ApiResultSerializationTest.cs
https://github.com/simpleverso/facebook-csharp-sdk/blob/HEAD/Source/Facebook.IntegrationTests/ApiResultSerializationTest.cs
ghcode:00008:fb13972de653
apache-2.0
codeparrot/github-code
fb13972de6535c44aaa2bc639dd51218b9b8c08569dd6dd3ced618aa265c9d01
0.7
testing_debugging_repair_refactoring
697
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...
MatthieuMEZIL/roslyn
src/Compilers/CSharp/Portable/Symbols/Source/SourceAssemblySymbol.cs
https://github.com/MatthieuMEZIL/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Source/SourceAssemblySymbol.cs
ghcode:00008:b74aea6d5d08
apache-2.0
codeparrot/github-code
b74aea6d5d08e0f110f2a47fa2efc31c4ff1521e1474dd58ad633eb06a2067aa
0.72
testing_debugging_repair_refactoring
21,039
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.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.PooledObjects; using Ros...
brettfo/roslyn
src/Compilers/CSharp/Portable/Compiler/MethodBodySynthesizer.Lowered.cs
https://github.com/brettfo/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Compiler/MethodBodySynthesizer.Lowered.cs
ghcode:00008:1806b9d24ddf
apache-2.0
codeparrot/github-code
1806b9d24ddf798d63a6a465511e6c18a57649144a1301e1b7e0a8f7352ef1b3
0.85
testing_debugging_repair_refactoring
3,074
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 Xunit; namespace System.Polyfill.Tests { public class StreamTests { [Fact] ...
ahsonkhan/corefxlab
tests/System.Memory.Polyfill.Tests/StreamTests.cs
https://github.com/ahsonkhan/corefxlab/blob/HEAD/tests/System.Memory.Polyfill.Tests/StreamTests.cs
ghcode:00008:163e5d9fa01a
mit
codeparrot/github-code
163e5d9fa01aa7abf5806fe66fc7f5bd234fe207e8761721c2aaeefb2a4bbeea
0.85
testing_debugging_repair_refactoring
529
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace CustomerInsights.Tests.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft...
yugangw-msft/azure-sdk-for-net
sdk/customer-insights/Microsoft.Azure.Management.CustomerInsights/tests/Tests/AuthorizationPolicyScenarioTests.cs
https://github.com/yugangw-msft/azure-sdk-for-net/blob/HEAD/sdk/customer-insights/Microsoft.Azure.Management.CustomerInsights/tests/Tests/AuthorizationPolicyScenarioTests.cs
ghcode:00008:9b728d0d1109
apache-2.0
codeparrot/github-code
9b728d0d110989b731df4ad6cd12a1f2f5b33c2e3abe51ba8b60716aad1d33ce
0.95
testing_debugging_repair_refactoring
1,107
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Diagn...
DavidKarlas/roslyn
src/Compilers/CSharp/Portable/Binder/LockBinder.cs
https://github.com/DavidKarlas/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/LockBinder.cs
ghcode:00008:4759e84e003b
apache-2.0
codeparrot/github-code
4759e84e003bda661c4c624facc1e5958756930befc3ea1a686620345aa89df4
0.85
testing_debugging_repair_refactoring
383
false
2026-07-17
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities.Tracking { using System; using System.Runtime.Serialization;...
sekcheong/referencesource
System.Activities/System/Activities/Tracking/FaultPropagationRecord.cs
https://github.com/sekcheong/referencesource/blob/HEAD/System.Activities/System/Activities/Tracking/FaultPropagationRecord.cs
ghcode:00008:2b68761458ae
mit
codeparrot/github-code
2b68761458ae76eb4973c536a87763111dad68b9406c448be9c8c48ab305f231
0.7
testing_debugging_repair_refactoring
845
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 Roslyn.Utilities; using System.Collections.Immutable; using System.Diagnostics; namespace Microsoft.CodeAnalysis.CSharp.Symbols { /// <summary> ...
mmitche/roslyn
src/Compilers/CSharp/Portable/Symbols/Tuples/TupleFieldSymbol.cs
https://github.com/mmitche/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Tuples/TupleFieldSymbol.cs
ghcode:00008:c39a68706097
apache-2.0
codeparrot/github-code
c39a68706097744e85dd19422f0d76b740f10a49c7becdf15281e8b6d77b4b02
0.85
testing_debugging_repair_refactoring
1,977
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Elasticsearch.Net; using FluentAssertions; using Nest.Resolvers; using Nest.Tests.MockData.Domain; using NUnit.Framework; namespace Nest.Tests.Unit.ObjectInitializer.Suggest { [TestFixture] public class SuggestRequestT...
Grastveit/NEST
src/Tests/Nest.Tests.Unit/ObjectInitializer/Suggest/SuggestRequestTests.cs
https://github.com/Grastveit/NEST/blob/HEAD/src/Tests/Nest.Tests.Unit/ObjectInitializer/Suggest/SuggestRequestTests.cs
ghcode:00008:fcd0a833ac38
apache-2.0
codeparrot/github-code
fcd0a833ac387cf0b578662d0f557545b8a62f94d810ef68e3c6f810389f4ff2
0.85
testing_debugging_repair_refactoring
368
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; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq;...
bbarry/roslyn
src/Compilers/Core/Portable/Syntax/SyntaxNodeOrTokenList.cs
https://github.com/bbarry/roslyn/blob/HEAD/src/Compilers/Core/Portable/Syntax/SyntaxNodeOrTokenList.cs
ghcode:00008:cfee186e6536
apache-2.0
codeparrot/github-code
cfee186e653629dc30fb109b0763fe9f373883d6f009041fbe8c0caec2c5cd87
0.85
testing_debugging_repair_refactoring
3,940
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.Linq; using System.Reflection; namespace System....
shahid-pk/corefx
src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/EnumDataTypeAttribute.cs
https://github.com/shahid-pk/corefx/blob/HEAD/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/EnumDataTypeAttribute.cs
ghcode:00008:556127ebb491
mit
codeparrot/github-code
556127ebb4911455bb314856f3f2b5bfc61e2cf310370a3d969d9861f31eda22
0.95
testing_debugging_repair_refactoring
756
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; namespace Microsoft.CodeAnalysis.CSharp.Symbol...
droyad/roslyn
src/Compilers/CSharp/Portable/Symbols/ConstructedNamedTypeSymbol.cs
https://github.com/droyad/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/ConstructedNamedTypeSymbol.cs
ghcode:00008:3f699697ee1f
apache-2.0
codeparrot/github-code
3f699697ee1f9110c348febff9849793a60c24a96efd6265b1fe2b9f32c73af3
0.85
testing_debugging_repair_refactoring
713
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 ManagedTests.DynamicCSharp.Conformance.dynamic.context.operate.compound.lift.AndEqual.bol.bol { using ManagedTests.DynamicCSharp.Conformance...
vs-team/corefx
src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.operator.compound.lift.AndEqual.cs
https://github.com/vs-team/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.operator.compound.lift.AndEqual.cs
ghcode:00008:5eeb658d9275
mit
codeparrot/github-code
5eeb658d9275ad5af4dad330f97c354a36aefbca73fd9f0d3a6eced6468ccc6e
0.82
testing_debugging_repair_refactoring
20,294
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.declarations.formalParameter.Methods.extensio...
jlin177/corefx
src/System.Dynamic.Runtime/tests/Dynamic.Declarations/Conformance.dynamic.declarations.formalParameter.Methods.cs
https://github.com/jlin177/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Declarations/Conformance.dynamic.declarations.formalParameter.Methods.cs
ghcode:00008:31453ab52977
mit
codeparrot/github-code
31453ab529776db5addfc54fb64dc01f29e484f24f169d4b4e7075f86700ab05
0.95
testing_debugging_repair_refactoring
6,378
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 ManagedTests.DynamicCSharp.Conformance.dynamic.context.property.regproperty.regclass.regclassregprop.regclassr...
BrennanConroy/corefx
src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.property.regproperty.regclass.cs
https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.property.regproperty.regclass.cs
ghcode:00008:ef9f815526c6
mit
codeparrot/github-code
ef9f815526c6c37d1a9444881c40282a14a419fcd106d3569202349d66868bc9
0.95
testing_debugging_repair_refactoring
10,494
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ATMTests { class TestInterface1Impl3 : TestInterface1 { private TestInterface2 obj; public TestInterface1Impl3(TestInterface2 ti2) { obj = ti2; ...
hoffmannj/ATM
ATMTests/TestInterface1Impl3.cs
https://github.com/hoffmannj/ATM/blob/HEAD/ATMTests/TestInterface1Impl3.cs
ghcode:00008:ab8ee0a2f3a1
mit
codeparrot/github-code
ab8ee0a2f3a1e08d8ac2a5e3550f46e25007f1cbef2ba9c1cbce9bb3f6545b43
0.75
testing_debugging_repair_refactoring
92
false
2026-07-17
using AutoDI.AssemblyGenerator; using AutoDI.Build.Tests.ResolutionOrderingTestsNamespace; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Reflection; using System.Threading.Tasks; namespace AutoDI.Build.Tests { [TestClass] public class ResolutionOrderingTests { private static Ass...
Keboo/AutoDI
AutoDI.Build.Tests/ResolutionOrderingTests.cs
https://github.com/Keboo/AutoDI/blob/HEAD/AutoDI.Build.Tests/ResolutionOrderingTests.cs
ghcode:00008:60389cbb2127
mit
codeparrot/github-code
60389cbb2127b5a16049c749283c8e05991f48996fef2795b8ef9eee4fd44e5f
0.85
testing_debugging_repair_refactoring
377
false
2026-07-17
namespace PinballClientTests.ContractConsumers { class UpdateDeviceMessageConsumerTests { } }
rampantslug/pinball-framework
client/test/PinballClientTests/ContractConsumers/UpdateDeviceMessageConsumerTests.cs
https://github.com/rampantslug/pinball-framework/blob/HEAD/client/test/PinballClientTests/ContractConsumers/UpdateDeviceMessageConsumerTests.cs
ghcode:00008:150c6b911834
mit
codeparrot/github-code
150c6b91183418e0eb40a17ec9636be39e67d949ab365fdf91734d1bf8690104
0.45
testing_debugging_repair_refactoring
23
false
2026-07-17
using System.Linq; using HtmlConsole.Css; using HtmlConsole.Tests.Css.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace HtmlConsole.Tests.Css { [TestClass] public class StyleValueTests { // The parser is immutable private readonly TestingStyleParser _parser = new Testi...
mzabsky/HtmlConsole
HtmlConsole.Tests/Css/StyleValueTests.cs
https://github.com/mzabsky/HtmlConsole/blob/HEAD/HtmlConsole.Tests/Css/StyleValueTests.cs
ghcode:00008:4569d4f99d99
mit
codeparrot/github-code
4569d4f99d99467b7f59eb57a3d49050267a11bba23e915675bcd84e6cef7a9b
0.75
testing_debugging_repair_refactoring
748
false
2026-07-17
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; namespace Slabs.Experimental.ConsoleClient.Testify { /// <summary> /// Builds a set of tests to be executed, which will be added to <see cref="TestSuiteBuilder"/>. /// </summary> public class TestGroupBuilder { ...
stephenlautier/.netcore-labs
experimental/Slabs.Experimental.Console/Testify/TestSuiteBuilder.cs
https://github.com/stephenlautier/.netcore-labs/blob/HEAD/experimental/Slabs.Experimental.Console/Testify/TestSuiteBuilder.cs
ghcode:00008:b6b9b9271edb
mit
codeparrot/github-code
b6b9b9271edb459e78a5bf197cf9e4d6cea54ab8decada9aa061514dbd684b20
0.85
testing_debugging_repair_refactoring
737
false
2026-07-17
using System; using System.Threading.Tasks; using AllReady.Areas.Admin.Features.Tasks; using AllReady.Areas.Admin.ViewModels.Task; using AllReady.Models; using Xunit; namespace AllReady.UnitTest.Areas.Admin.Features.Tasks { public class CreateTaskQueryHandlerShould : InMemoryContextTest { private read...
enderdickerson/allReady
AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Features/Tasks/CreateTaskQueryHandlerShould.cs
https://github.com/enderdickerson/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Features/Tasks/CreateTaskQueryHandlerShould.cs
ghcode:00008:f1965cab6516
mit
codeparrot/github-code
f1965cab6516fb0acd44bec96098bb468c67dee0ca273490ad113a6cb7f671d8
0.6
testing_debugging_repair_refactoring
407
false
2026-07-17
namespace Amazon.Sqs.Tests { public class SqsClientTests { [Fact] public void VersionTest() { Assert.Equal("2012-11-05", SqsClient.Version); } } }
carbon/Amazon
src/Amazon.Sqs.Tests/SqsTests.cs
https://github.com/carbon/Amazon/blob/HEAD/src/Amazon.Sqs.Tests/SqsTests.cs
ghcode:00008:4513950c3033
mit
codeparrot/github-code
4513950c303306c0ea2b64c96fe47b09c46eace1416dd53ba6087373464ed0c6
0.75
testing_debugging_repair_refactoring
54
false
2026-07-17
// UUIDTests.cs // // The MIT License (MIT) // // Copyright (c) 2018 DarkCaster <dark.caster@outlook.com> // // 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...
DarkCaster/DotNetBlocks
Tests/UUIDTests.cs
https://github.com/DarkCaster/DotNetBlocks/blob/HEAD/Tests/UUIDTests.cs
ghcode:00008:b6d0bfd33916
mit
codeparrot/github-code
b6d0bfd3391672330d442ad8be8ef9d9aea4c5609096f572b4b580ec279fe4ae
0.85
testing_debugging_repair_refactoring
1,246
false
2026-07-17
#region Copyright (c) 2004 Ian Davis and James Carlyle /*------------------------------------------------------------------------------ COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2004 Ian Davis and James Carlyle Permission is hereby granted, free of charge, to any person obtaining a copy of this software a...
iand/spiralrdf
src/SemPlan.Spiral.Tests.Core/StatementFactoryCounter.cs
https://github.com/iand/spiralrdf/blob/HEAD/src/SemPlan.Spiral.Tests.Core/StatementFactoryCounter.cs
ghcode:00008:c2943cb5e7c1
mit
codeparrot/github-code
c2943cb5e7c117ea19ee08b68c4b1f36033147c9743618fdaa6624a5c5c850b1
0.85
testing_debugging_repair_refactoring
857
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Online_Store.Commands.CartCommands; using Online_Store.Core.Factories; using Online_Store.Core.ProductServices; using Online_Store.Core.Providers; using Online_Store.Core.Services.User; using Online_Store.Data; using System; using System.Collections....
Indeavr/Online-Store
Online_Store_Tests/Commands/CartCommands/AddToCartCommandTests/Execute_Should.cs
https://github.com/Indeavr/Online-Store/blob/HEAD/Online_Store_Tests/Commands/CartCommands/AddToCartCommandTests/Execute_Should.cs
ghcode:00008:f5a055f43e32
mit
codeparrot/github-code
f5a055f43e329ccb1a69f86c560ddaecc48f5f2c2f3c8bd9e21b406b12a9834b
0.7
testing_debugging_repair_refactoring
463
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.IO; using System.Security.Cryptography; using System.Threading; using Microsoft.Win32.SafeHandles; namespace Int...
fernando-rodriguez/corefx
src/System.Security.Cryptography.RSA/src/Internal/Cryptography/RsaOpenSsl.cs
https://github.com/fernando-rodriguez/corefx/blob/HEAD/src/System.Security.Cryptography.RSA/src/Internal/Cryptography/RsaOpenSsl.cs
ghcode:00008:f873039e1722
mit
codeparrot/github-code
f873039e1722d32c227547dd38ddd186b9f7ff1377f85062de6f08a98d1b3a56
0.8
testing_debugging_repair_refactoring
2,605
false
2026-07-17
using Sdl.Community.GroupShareKit.Clients; using Sdl.Community.GroupShareKit.Models.Response; using Sdl.Community.GroupShareKit.Tests.Integration.Setup; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace Sdl.Community.GroupShareKit.Tests.Integration...
sdl/groupsharekit.net
Sdl.Community.GroupShareKit.Tests.Integration/Clients/RolesClientTests.cs
https://github.com/sdl/groupsharekit.net/blob/HEAD/Sdl.Community.GroupShareKit.Tests.Integration/Clients/RolesClientTests.cs
ghcode:00008:27a1cc2ed76c
mit
codeparrot/github-code
27a1cc2ed76cb7d6435cb2c11d141ba0213c3fbe6681e18662244355d0edb62d
0.85
testing_debugging_repair_refactoring
1,265
false
2026-07-17
using System; using Xunit; using Qwack.Paths.Payoffs; using System.Linq; using static Qwack.MonteCarlo.Test.Payoffs.Helpers; using System.Collections.Generic; using Qwack.Transport.BasicTypes; namespace Qwack.MonteCarlo.Test.Payoffs { public class MultiPeriodBackPricingOptionFacts { [Fact] ...
cetusfinance/qwack
test/Qwack.MonteCarlo.Test/Payoffs/MultiPeriodBackPricingOptionFacts.cs
https://github.com/cetusfinance/qwack/blob/HEAD/test/Qwack.MonteCarlo.Test/Payoffs/MultiPeriodBackPricingOptionFacts.cs
ghcode:00008:bbc32ad8c444
mit
codeparrot/github-code
bbc32ad8c4442db217183aab825c2ff254ed6ac16f124713202391957c32535f
0.6
testing_debugging_repair_refactoring
377
false
2026-07-17
using System.Threading.Tasks; namespace Banzai.Json.Test { public interface ITestNode<T> : INode<T> { } public class TestNode : Node<object>, ITestNode<object> { protected override Task<NodeResultStatus> PerformExecuteAsync(IExecutionContext<object> context) { return T...
eswann/Banzai
test/Banzai.Json.Test/TestClasses.cs
https://github.com/eswann/Banzai/blob/HEAD/test/Banzai.Json.Test/TestClasses.cs
ghcode:00008:3049da4b15b2
mit
codeparrot/github-code
3049da4b15b2d1377e6df9a4f8e54ce7014ea82e3bc7b28a0b816da6ba3b4ddc
0.75
testing_debugging_repair_refactoring
629
false
2026-07-17
namespace Helpful.CircuitBreaker.Test.Unit.Resources { class DummyException2 { } }
RokitSalad/Helpful.CircuitBreaker
Helpful.CircuitBreaker.Test.Unit/Resources/DummyException2.cs
https://github.com/RokitSalad/Helpful.CircuitBreaker/blob/HEAD/Helpful.CircuitBreaker.Test.Unit/Resources/DummyException2.cs
ghcode:00008:0c0c1d1fc322
mit
codeparrot/github-code
0c0c1d1fc3227a29bab9e759f55d875c3d19eebd60cb485a1a720cc3efbfe3cc
0.35
testing_debugging_repair_refactoring
22
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TempleFileFormats.Objects { public enum ObjectField { ObjBegin = 0, Location = 1, OffsetX = 2, OffsetY = 3, ShadowArt2d = 4, BlitFlags = 5, BlitColor = ...
GrognardsFromHell/TempleFileFormats
TempleFileFormats/Objects/ObjectField.cs
https://github.com/GrognardsFromHell/TempleFileFormats/blob/HEAD/TempleFileFormats/Objects/ObjectField.cs
ghcode:00008:fb9aa802376e
mit
codeparrot/github-code
fb9aa802376e067c0a062910b0f5b542903f9be93c22b603a5452bea1a51f489
0.6
testing_debugging_repair_refactoring
4,559
false
2026-07-17
using System.Data.Common; namespace FormattableSql.Core.Tests.TestUtilities { public sealed class TestDbProviderFactory : DbProviderFactory { public static readonly TestDbProviderFactory Instance = new TestDbProviderFactory(); } }
garrettpauls/FormattableSql
Source/FormattableSql.Core.Tests/TestUtilities/TestDbProviderFactory.cs
https://github.com/garrettpauls/FormattableSql/blob/HEAD/Source/FormattableSql.Core.Tests/TestUtilities/TestDbProviderFactory.cs
ghcode:00008:5999956f678a
mit
codeparrot/github-code
5999956f678ae73a5460d54c56ca4520ce0f6a7ea538b99f8d165fb2203aff4b
0.75
testing_debugging_repair_refactoring
50
false
2026-07-17
//------------------------------------------------------------------------------ // <copyright file="RangeBasedServiceSideSyncCopy.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace Microsoft.Azu...
Azure/azure-storage-net-data-movement
lib/TransferControllers/ServiceSideSyncCopyControllers/RangeBasedServiceSideSyncCopy.cs
https://github.com/Azure/azure-storage-net-data-movement/blob/HEAD/lib/TransferControllers/ServiceSideSyncCopyControllers/RangeBasedServiceSideSyncCopy.cs
ghcode:00008:845ca1c17848
mit
codeparrot/github-code
845ca1c178487f12d7c7cf4e58ce523d35d95eb4615c74afbb975df39a8e1f1a
0.7
testing_debugging_repair_refactoring
2,205
false
2026-07-17
namespace Miharu.Core.Tests.Async.AsyncLockerTests { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Miharu.Async; using Xunit; public class AsyncLockerStressTests { [Theory, InlineData(5, 50)...
MiharuCommunications/MCI.net
src/MCI.Core.Tests/Async/AsyncLockerTests/AsyncLockerStressTests.cs
https://github.com/MiharuCommunications/MCI.net/blob/HEAD/src/MCI.Core.Tests/Async/AsyncLockerTests/AsyncLockerStressTests.cs
ghcode:00008:7164b2bd35c1
mit
codeparrot/github-code
7164b2bd35c112ebadb6b05b9a19cd480ff3ad932a957a003469c610b7c9f334
0.75
testing_debugging_repair_refactoring
527
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Mono.Cecil.CodeDom.Rocks; using NUnit.Framework; namespace Mono.Cecil.CodeDom.Tests.Branching.Loops { [TestFixture] public class DoWhileLoop { [Test] public void Simple_Condition() { ...
mumusan/harmony
Mono.Cecil.CodeDom.Tests/Branching/Loops/DoWhileLoop.cs
https://github.com/mumusan/harmony/blob/HEAD/Mono.Cecil.CodeDom.Tests/Branching/Loops/DoWhileLoop.cs
ghcode:00008:1dad225744c9
mit
codeparrot/github-code
1dad225744c9e9f551769390cb0a3832c5e98815bb12765c1ca1cf29929733a4
0.6
testing_debugging_repair_refactoring
311
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hapil.Applied.UnitTests.ApiContracts { internal class TestComponent : ITestComponent { public TestComponent() { Log = new List<string>(); } //-------------------...
felix-b/Hapil
Source/Hapil.Applied.UnitTests/ApiContracts/TestComponent.cs
https://github.com/felix-b/Hapil/blob/HEAD/Source/Hapil.Applied.UnitTests/ApiContracts/TestComponent.cs
ghcode:00008:76bb0218d492
mit
codeparrot/github-code
76bb0218d4924b0b5d343be3a70ed7a4c05366b705ab87b8bd15c176795bee28
0.85
testing_debugging_repair_refactoring
1,063
false
2026-07-17
using System; using System.Linq; using System.Data; using Microsoft.VisualStudio.TestTools.UnitTesting; using Saude.Model.Persistence; using NUnit.Framework; namespace UnitTests { [TestClass()] public class AtendimentoTest { #region Additional test attributes // //You can use the f...
marcobaccaro/general
SissOnlineWithEntityFrameworkOnSqlServer/UnitTests/AtendimentoTest.cs
https://github.com/marcobaccaro/general/blob/HEAD/SissOnlineWithEntityFrameworkOnSqlServer/UnitTests/AtendimentoTest.cs
ghcode:00008:a5a92bea9dd3
mit
codeparrot/github-code
a5a92bea9dd34be60f0b7f39c7daf312cadb2a2504e9279e2351b20da873a335
0.7
testing_debugging_repair_refactoring
694
false
2026-07-17
#if DEBUG using System; using Logy.Maps.Exchange; using NUnit.Framework; namespace Logy.Maps.ReliefMaps.World.Ocean { public class ReliefMap : OceanMap { public ReliefMap() : this(5) { } public ReliefMap(int k) : base(k) { } [Test] ...
it4history/Logy.Exchange
src/Logy.Maps/ReliefMaps/World/Ocean/ReliefMap.cs
https://github.com/it4history/Logy.Exchange/blob/HEAD/src/Logy.Maps/ReliefMaps/World/Ocean/ReliefMap.cs
ghcode:00008:2914843994f9
mit
codeparrot/github-code
2914843994f9e67e1c254609ffcf9d310164a3f0d4ab4644fe3ef68601d23979
0.7
testing_debugging_repair_refactoring
1,285
false
2026-07-17
/* Copyright 2017-2019 by Alexandru Ciobanu (alex+git@ciobanu.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, c...
pavkam/abacaxi
Abacaxi.Tests/Graphs/FindChessHorsePathBetweenTwoPointsTests.cs
https://github.com/pavkam/abacaxi/blob/HEAD/Abacaxi.Tests/Graphs/FindChessHorsePathBetweenTwoPointsTests.cs
ghcode:00008:3599bef42a76
mit
codeparrot/github-code
3599bef42a76a3ce016832258eaa4f8c24f94e1ab3f148fbcb4d9e05a8ccac2b
0.75
testing_debugging_repair_refactoring
566
false
2026-07-17
using System.Collections; using System.Linq; using Archetype.Models; using Archetype.Serializer.Test.Base; using Archetype.Serializer.Test.Helpers; using Newtonsoft.Json; using NUnit.Framework; namespace Archetype.Serializer.Test { [TestFixture] public class SerializationAdvancedModelTests : TestBa...
cankoluman/Archetype-Serializer
Archetype.Serializer.Test/SerializationAdvancedModelTests.cs
https://github.com/cankoluman/Archetype-Serializer/blob/HEAD/Archetype.Serializer.Test/SerializationAdvancedModelTests.cs
ghcode:00008:42c1af387363
mit
codeparrot/github-code
42c1af387363c7f0d9aa805806c865019198d075d82f9126cc1dcbb5f67a9ca8
0.75
testing_debugging_repair_refactoring
1,928
false
2026-07-17
using System; using System.Linq; using System.Threading.Tasks; using Argolis.Models; using Argolis.Nancy; using FakeItEasy; using FluentAssertions; using Xunit; namespace Argolis.Tests { public class ArgolisModuleTests { private const string TestPath = "/some/path{?s,p,q,r}"; private static re...
wikibus/Argolis
src/Argolis.Tests/ArgolisModuleTests.cs
https://github.com/wikibus/Argolis/blob/HEAD/src/Argolis.Tests/ArgolisModuleTests.cs
ghcode:00008:e226bdaa6060
mit
codeparrot/github-code
e226bdaa60607c57a8efcefc8a8b089b807dc280e2bee0eda8a6d2c1ab5633a6
0.85
testing_debugging_repair_refactoring
1,067
false
2026-07-17
namespace Aspose.Tasks.Examples.CSharp { using System; using System.Diagnostics.CodeAnalysis; using NUnit.Framework; [TestFixture] public class ExSplitPartCollection : ApiExampleBase { [Test] [SuppressMessage("ReSharper", "UnusedVariable", Justification = "Reviewed. Suppressio...
aspose-tasks/Aspose.Tasks-for-.NET
Examples/CSharp/ExSplitPartCollection.cs
https://github.com/aspose-tasks/Aspose.Tasks-for-.NET/blob/HEAD/Examples/CSharp/ExSplitPartCollection.cs
ghcode:00008:076509814764
mit
codeparrot/github-code
0765098147646e60505d3dca1dd9205fa1bead18d7c63a3521e6e401332ac382
0.7
testing_debugging_repair_refactoring
310
false
2026-07-17
using CloseEnoughEquality.Tests.Classes.Basic; using FluentAssertions; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace CloseEnoughEquality.Tests.BasicTests { public class LongEqualityTests { [Theory] [In...
ipjohnson/CloseEnoughEquality
tests/CloseEnoughEquality.Tests/BasicTests/LongEqualityTests.cs
https://github.com/ipjohnson/CloseEnoughEquality/blob/HEAD/tests/CloseEnoughEquality.Tests/BasicTests/LongEqualityTests.cs
ghcode:00008:72024ec312b9
mit
codeparrot/github-code
72024ec312b9c5d03277c807f9dd5cc271135795fad492a7a98d48aca05a09f9
0.75
testing_debugging_repair_refactoring
161
false
2026-07-17
using System; namespace GuessProduct { public static class Program { // This is a simple "hello, world"-like C# program. // It should compile fine under both csc and fecs. private static int ReadGuess(string[] Args, ref int Index) { if (Index < Args.Length) ...
jonathanvdc/Flame.Loyc
fecs/tests/cs/Product/Product.cs
https://github.com/jonathanvdc/Flame.Loyc/blob/HEAD/fecs/tests/cs/Product/Product.cs
ghcode:00008:5599fccc4326
mit
codeparrot/github-code
5599fccc43265458ea21f11ba6f955f14bfcee4d13f0b5980a65311255eb4700
0.95
testing_debugging_repair_refactoring
303
false
2026-07-17
using MeetMe.Data.Models; using MeetMe.Services.Contracts; using MeetMe.Web.Controllers; using MeetMe.Web.Models.Messages; using Moq; using NUnit.Framework; using TestStack.FluentMVCTesting; namespace MeetMe.Web.Tests.Controllers.MessageControllerTests { [TestFixture] public class Conversation_Should { ...
Warez-VD/MeetMe
MeetMe/MeetMe.Web.Tests/Controllers/MessageControllerTests/Conversation_Should.cs
https://github.com/Warez-VD/MeetMe/blob/HEAD/MeetMe/MeetMe.Web.Tests/Controllers/MessageControllerTests/Conversation_Should.cs
ghcode:00008:da8789510c1c
mit
codeparrot/github-code
da8789510c1c8c801fdd782e77e059be0afb4f7669a4ba05a5b6e57ed9e51f7e
0.6
testing_debugging_repair_refactoring
259
false
2026-07-17
using BrumWithMe.Data.Models.CompositeModels.Trip; using BrumWithMe.MVC.Areas.Admin.Controllers; using BrumWithMe.Services.Data.Contracts; using BrumWithMe.Services.Providers.Mapping.Contracts; using BrumWithMe.Web.Models.Areas.Admin; using BrumWithMe.Web.Models.Trip; using Moq; using NUnit.Framework; using System.Col...
RuzmanovDev/BrumWithMe
BrumWithMe/Tests/BrumWithMe.Mvc.Tests/Areas/Admin/Controllers/AdminControllerTests/ReportedTrips_Should.cs
https://github.com/RuzmanovDev/BrumWithMe/blob/HEAD/BrumWithMe/Tests/BrumWithMe.Mvc.Tests/Areas/Admin/Controllers/AdminControllerTests/ReportedTrips_Should.cs
ghcode:00008:a7cd4d380a91
mit
codeparrot/github-code
a7cd4d380a91ab66885789c874936e95e70380a60e25831914d21b0cb247a106
0.85
testing_debugging_repair_refactoring
344
false
2026-07-17
using System; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Loggers; namespace BenchmarkDotNet.IntegrationTests.ConfigPerAssembly { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Assembly)] public class AssemblyConfigAttribute : Attribute, IConfigSource { public IConfig Config { g...
Teknikaali/BenchmarkDotNet
tests/BenchmarkDotNet.IntegrationTests.ConfigPerAssembly/AssemblyConfigAttribute.cs
https://github.com/Teknikaali/BenchmarkDotNet/blob/HEAD/tests/BenchmarkDotNet.IntegrationTests.ConfigPerAssembly/AssemblyConfigAttribute.cs
ghcode:00008:98af34f8525a
mit
codeparrot/github-code
98af34f8525a349764cb9f16a145bfa8a9eac573dcf33be31f5203efb6680f7e
0.75
testing_debugging_repair_refactoring
167
false
2026-07-17
using System; using System.Collections; using NUnit.Framework; using Axiom.Runtime; using Axiom.Runtime.Instructions; using Axiom.Runtime.Builtins; using Axiom.Runtime.Builtins.IO; using Axiom.Runtime.Builtins.Equality; using Axiom.Runtime.Builtins.Comparison.Numeric; namespace Axiom.Runtime.UnitTests { [TestFix...
ahodroj/prologdotnet
Prolog.AbstractMachine/Builtins/Unit Tests/EvaluatorTests.cs
https://github.com/ahodroj/prologdotnet/blob/HEAD/Prolog.AbstractMachine/Builtins/Unit Tests/EvaluatorTests.cs
ghcode:00008:3c255cde9088
mit
codeparrot/github-code
3c255cde908853f8518564436ec11c08c1caeaccdfd938c7a9417d6929f43358
0.75
testing_debugging_repair_refactoring
725
false
2026-07-17
using System; using System.Diagnostics; using System.Linq; using RucheHome.Text; namespace RucheHome.AviUtl.ExEdit { /// <summary> /// 拡張編集オブジェクトクラス。 /// </summary> public class ExEditObject { #region 静的定義群 #region アイテム名定数群 /// <summary> /// 表示領域の幅を保持する拡張編集オブジェクトフ...
ruche7/VoiceroidUtil
RucheHome.AviUtl/ExEdit/ExEditObject.cs
https://github.com/ruche7/VoiceroidUtil/blob/HEAD/RucheHome.AviUtl/ExEdit/ExEditObject.cs
ghcode:00008:e7323cbc8f78
mit
codeparrot/github-code
e7323cbc8f7862178805501b921620a9f3562b9636a05751f8ea18c5e97e4509
0.7
testing_debugging_repair_refactoring
2,625
false
2026-07-17
using System.Net; using System.Net.Http; using MinaGlosor.Test.Api.Infrastructure; using MinaGlosor.Web.Models; using MinaGlosor.Web.Models.Commands.Handlers; using NUnit.Framework; namespace MinaGlosor.Test.Api { [TestFixture] public class Word_Get : WebApiIntegrationTest { [Test] ...
dlidstrom/MinaGlosor
MinaGlosor.Test/Api/Word_Get.cs
https://github.com/dlidstrom/MinaGlosor/blob/HEAD/MinaGlosor.Test/Api/Word_Get.cs
ghcode:00008:1aef56881dce
mit
codeparrot/github-code
1aef56881dce70d64db3e91692fffc6bd2e8ec1d1b921124dd7c79c7a68ae21d
0.7
testing_debugging_repair_refactoring
371
false
2026-07-17
using System; using System.Threading.Tasks; using RawRabbit.Enrichers.MessageContext; using RawRabbit.Enrichers.MessageContext.Context; using RawRabbit.Exceptions; using RawRabbit.Instantiation; using RawRabbit.IntegrationTests.TestMessages; using RawRabbit.Operations.Request.Middleware; using RawRabbit.Pipe; using Xu...
pardahlman/RawRabbit
test/RawRabbit.IntegrationTests/Rpc/RpcExceptionPropagationTests.cs
https://github.com/pardahlman/RawRabbit/blob/HEAD/test/RawRabbit.IntegrationTests/Rpc/RpcExceptionPropagationTests.cs
ghcode:00008:60f8de75b9ba
mit
codeparrot/github-code
60f8de75b9ba61842667f889ac37fe4c8dfbf3774b07f8135763c6d28dd1591e
0.85
testing_debugging_repair_refactoring
1,109
false
2026-07-17
using System; using NUnit.Framework; using OpenQA.Selenium; using Protractor; namespace CustomerManager.E2ETests { public class CustomersViewTests { private IWebDriver driver; [SetUp] public void SetUp() { // Using NuGet Package 'PhantomJS' (Headless browser testi...
scovert3197/covana
CustomerManager.E2ETests/Views/CustomersViewTests.cs
https://github.com/scovert3197/covana/blob/HEAD/CustomerManager.E2ETests/Views/CustomersViewTests.cs
ghcode:00008:fe3744871d3d
mit
codeparrot/github-code
fe3744871d3de4b6b146e2ac36705908827f7177959ed3d5927924878714f15d
0.85
testing_debugging_repair_refactoring
1,236
false
2026-07-17
using System; using NUnit.Framework; using Untappd.Net.Responses.Actions; namespace Untappd.Net.UnitTests.Responses.Actions { [TestFixture] public class TestSimpleActions { [Test] public void TestFriends() { var accept = new AcceptFriend("targetid"); Assert.IsNotNullOrEmpty(accept.RequestMethod.ToStrin...
tparnell8/Untappd.Net
src/Untappd.Net.UnitTests/Responses/Actions/TestSimpleActions.cs
https://github.com/tparnell8/Untappd.Net/blob/HEAD/src/Untappd.Net.UnitTests/Responses/Actions/TestSimpleActions.cs
ghcode:00008:5fb1a5d11275
mit
codeparrot/github-code
5fb1a5d1127504c10bb0c8296448c09f3a7ff8e80852cd7d0f4331962d5c87f4
0.75
testing_debugging_repair_refactoring
625
false
2026-07-17
using NUnit.Framework; namespace Synergy.Contracts.Test.Failures { [TestFixture] public class FailBooleanTest { #region Fail.IfFalse [Test] public void IfFalseWith0Arguments() { // ARRANGE bool someFalseValue = false; // ACT ...
synergy-software/synergy.contracts
Synergy.Contracts.Test/Failures/FailBooleanTest.cs
https://github.com/synergy-software/synergy.contracts/blob/HEAD/Synergy.Contracts.Test/Failures/FailBooleanTest.cs
ghcode:00008:8d08ace99638
mit
codeparrot/github-code
8d08ace99638325c88b10c6a6a96761a9ac80f17ca2abb320e78917d302b017f
0.7
testing_debugging_repair_refactoring
1,276
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 Newtonsoft.Json.Linq; using System; using System.IO; using System.Threading; namespace Microsoft.DotNet.CoreSetup.Test { /// <summary>...
steveharter/core-setup
src/test/HostActivationTests/SharedFramework.cs
https://github.com/steveharter/core-setup/blob/HEAD/src/test/HostActivationTests/SharedFramework.cs
ghcode:00008:d3dff172e99c
mit
codeparrot/github-code
d3dff172e99c4432202148489b387d04491b5cfeba918ce050e70445090f1d64
0.95
testing_debugging_repair_refactoring
2,189
false
2026-07-17
/* Copyright © 2010 Richard G. Todd. * Licensed under the terms of the Microsoft Public License (Ms-PL). */ using System; using System.Diagnostics; using Prolog.Code; namespace Prolog { internal static class TypeConversionExpressionMethods { #region Public Methods public static CodeTerm G...
AdugoGame/AdugoGameProject
Adugo/Prolog/LibraryMethods/TypeConversionExpressionMethods.cs
https://github.com/AdugoGame/AdugoGameProject/blob/HEAD/Adugo/Prolog/LibraryMethods/TypeConversionExpressionMethods.cs
ghcode:00008:7e65d36d435a
mit
codeparrot/github-code
7e65d36d435ab0bbf02a0ff5ce0f1336c94c701ffcf6ae1eb5a707d4d3116859
0.7
testing_debugging_repair_refactoring
1,535
false
2026-07-17
using System; using System.Linq; using NUnit.Framework; using Tessin.Tin.Models; using Tessin.Tin.Sweden; namespace Tessin.Tin.Tests { [TestFixture] public class TinEvaluatorSeTests { [SetUp] public void SetUp() { TinGlobal.OverrideDate = new DateTime(2017, 2, 11); ...
tessin/Tessin.Tin
Tessin.Tin.Tests/TinEvaluatorSeTests.cs
https://github.com/tessin/Tessin.Tin/blob/HEAD/Tessin.Tin.Tests/TinEvaluatorSeTests.cs
ghcode:00008:08178161dc22
mit
codeparrot/github-code
08178161dc22daf7d93828ec5b13a9d5a393d97a2cd19e099b9520d454c9e01c
0.75
testing_debugging_repair_refactoring
1,528
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using SecurionPay; using SecurionPay.Internal; using SecurionPay.Request; using SecurionPay.Response; using SecurionPayTests.Units.Tools; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using Sys...
ywr/securionpay-net
SecurionPayTests/Units/UploadTests.cs
https://github.com/ywr/securionpay-net/blob/HEAD/SecurionPayTests/Units/UploadTests.cs
ghcode:00008:edb4ed2a444e
mit
codeparrot/github-code
edb4ed2a444e3c3bd5d808719c4dc459a168f69e89be1a7d859b90c3685fc1f7
0.75
testing_debugging_repair_refactoring
578
false
2026-07-17
using OpenCvSharp.Flann; using Xunit; namespace OpenCvSharp.Tests.Features2D { // ReSharper disable once InconsistentNaming public class FlannBasedMatcherTest : TestBase { [Fact] public void Mathing() { using var img1 = Image("tsukuba_left.png", ImreadModes.Grayscale);...
shimat/opencvsharp
test/OpenCvSharp.Tests/features2d/FlannBasedMatcherTest.cs
https://github.com/shimat/opencvsharp/blob/HEAD/test/OpenCvSharp.Tests/features2d/FlannBasedMatcherTest.cs
ghcode:00008:25d1c0e5f7bf
apache-2.0
codeparrot/github-code
25d1c0e5f7bfd9a617123789edcb8069feae39c26da0319b93a0d2f486975630
0.7
testing_debugging_repair_refactoring
959
false
2026-07-17
using Indy.Sdk.Dotnet.Wrapper; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Text; using System.Threading.Tasks; using System.Linq; namespace Indy.Sdk.Dotnet.Test.Wrapper.SignusTests { [TestClass] public class SignTest : IndyIntegrationTestBase { private Wallet _wallet; ...
korsimoro/indy-sdk
wrappers/dotnet/indy-sdk-dotnet-test/Wrapper/SignusTests/SignTest.cs
https://github.com/korsimoro/indy-sdk/blob/HEAD/wrappers/dotnet/indy-sdk-dotnet-test/Wrapper/SignusTests/SignTest.cs
ghcode:00008:0fb7057873a7
apache-2.0
codeparrot/github-code
0fb7057873a742aacbe0354af4c271e518559a62d8e00cc1f120ad23955e6f1f
0.6
testing_debugging_repair_refactoring
718
false
2026-07-17
namespace NFluentAnalyzers { using JetBrains.Annotations; using Microsoft.CodeAnalysis; static class KnownTypes { [CanBeNull] public static INamedTypeSymbol NFluentCheckType([NotNull] this Compilation compilation) { return compilation.GetTypeByMetadataName("NFluent.Check"); } [CanBeNull] public sta...
vbfox/NFluentConversion
NFluentAnalyzers/NFluentAnalyzers/KnownTypes.cs
https://github.com/vbfox/NFluentConversion/blob/HEAD/NFluentAnalyzers/NFluentAnalyzers/KnownTypes.cs
ghcode:00008:1476aced8b60
apache-2.0
codeparrot/github-code
1476aced8b60fb9b12c8891c51573568ed1b17611c0694b2adccea25f0118d22
0.6
testing_debugging_repair_refactoring
112
false
2026-07-17
// ----------------------------------------------------------------------------------------- // <copyright file="MultiBufferMemoryStreamTests.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exc...
Azure/azure-storage-net
Test/ClassLibraryCommon/Core/MultiBufferMemoryStreamTests.cs
https://github.com/Azure/azure-storage-net/blob/HEAD/Test/ClassLibraryCommon/Core/MultiBufferMemoryStreamTests.cs
ghcode:00008:fe1c2e1434ec
apache-2.0
codeparrot/github-code
fe1c2e1434ecd3123ef3e8ad841cf9253eb99ea6f73843d32ef561f71e0cc549
0.85
testing_debugging_repair_refactoring
2,949
false
2026-07-17
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Threading.Tasks; using static Indy.Sdk.Dotnet.IndyNativeMethods; namespace Indy.Sdk.Dotnet.Wrapper { /// <summary> /// A listener that can receive connections from an agent. /// </su...
korsimoro/indy-sdk
wrappers/dotnet/indy-sdk-dotnet/Wrapper/AgentListener.cs
https://github.com/korsimoro/indy-sdk/blob/HEAD/wrappers/dotnet/indy-sdk-dotnet/Wrapper/AgentListener.cs
ghcode:00008:ffbf80e82651
apache-2.0
codeparrot/github-code
ffbf80e8265117b901858e557fd43de6c5b23e92e0f157293f0cfba940266c5c
0.7
testing_debugging_repair_refactoring
1,704
false
2026-07-17
using System; using FluentAssertions; using MoneySharp.Contract.Model; using MoneySharp.Internal.Mapping; using Moq.AutoMock; using NUnit.Framework; using Contact = MoneySharp.Internal.Model.Contact; namespace MoneySharp.Test.Internal.Mapping { public class ContactMapperTest { private Auto...
SpringIT/moneysharp
test/MoneySharp.Test/Internal/Mapping/ContactMapperTest.cs
https://github.com/SpringIT/moneysharp/blob/HEAD/test/MoneySharp.Test/Internal/Mapping/ContactMapperTest.cs
ghcode:00008:2b1bbda987f6
apache-2.0
codeparrot/github-code
2b1bbda987f6973c759716a24ee9b726dbbb6133001561c810608f050a84b7c6
0.6
testing_debugging_repair_refactoring
1,264
false
2026-07-17
using safnet.iba.Business.Entities; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using safnet.iba.Business.Entities.Observations; using System.Collections.Generic; namespace safnet.iba.UnitTest { /// <summary> ///This is a test class for tSiteVisit and is intended ///to contain all ...
stephenfuqua/IbaMonitoring
safnet.iba.UnitTests/tBusiness/tEntities/tSiteVisit.cs
https://github.com/stephenfuqua/IbaMonitoring/blob/HEAD/safnet.iba.UnitTests/tBusiness/tEntities/tSiteVisit.cs
ghcode:00008:f289288988ee
apache-2.0
codeparrot/github-code
f289288988ee1bd5b2a33fe4b852afaad64656624d28f010e01e30c0bdf242eb
0.7
testing_debugging_repair_refactoring
1,577
false
2026-07-17
// Copyright 2019 DeepMind Technologies Limited // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
deepmind/mujoco
unity/Tests/Editor/importer/MjImporterTests.cs
https://github.com/deepmind/mujoco/blob/HEAD/unity/Tests/Editor/importer/MjImporterTests.cs
ghcode:00008:ed1ae0afa692
apache-2.0
codeparrot/github-code
ed1ae0afa6921930cb07cf5c2456fa30df9822c264994e07391dd5c3028a94ea
0.95
testing_debugging_repair_refactoring
1,707
false
2026-07-17
#region Copyright 2011-2014 by Roger Knapp, Licensed under the Apache License, Version 2.0 /* 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....
Alachisoft/NosDB
Src/3rd Party/CSharpTest.Net.Collections/src/CSharpTest.Net.BPlusTreeTest/BasicTestsVersion2.cs
https://github.com/Alachisoft/NosDB/blob/HEAD/Src/3rd Party/CSharpTest.Net.Collections/src/CSharpTest.Net.BPlusTreeTest/BasicTestsVersion2.cs
ghcode:00008:4bff28f10b58
apache-2.0
codeparrot/github-code
4bff28f10b583258a2a59abb7ef12cd79376ad7490bec3f14ca8e2897a26e9d1
0.8
testing_debugging_repair_refactoring
1,306
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace OOFunctional { [TestClass] public class UnitTest1 { ...
xunilrj/sandbox
sources/csharp/OOFunctional/UnitTest1.cs
https://github.com/xunilrj/sandbox/blob/HEAD/sources/csharp/OOFunctional/UnitTest1.cs
ghcode:00008:b5c307321f2b
apache-2.0
codeparrot/github-code
b5c307321f2ba78e9497dab42d1c629f2795b8e8ba369c5512962c6f9812aea0
0.7
testing_debugging_repair_refactoring
6,575
false
2026-07-17
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; using Microsoft.Extensions.DependencyInjection; using Porthor.Models; using System.Net; using System.Net.Http; using System.Security.Claims; using System.Threading.Tasks; using Xunit; namespace Porthor.Tests {...
NicatorBa/Porthor
test/Porthor.Tests/AuthenticationTests.cs
https://github.com/NicatorBa/Porthor/blob/HEAD/test/Porthor.Tests/AuthenticationTests.cs
ghcode:00008:7f8eb9b015f9
apache-2.0
codeparrot/github-code
7f8eb9b015f9cbc131be9569dcdcc5982b0bbf3d8f608d0df447cc91dbb7ac0e
0.85
testing_debugging_repair_refactoring
750
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TinyFS.Test { [TestClass] public class EmbeddedStorageTest { [TestMethod] public void InitializeEmptyFile_ExpectsNoFiles() { var path = GetTemp...
Aztherion/TinyFS.Net
src/TinyFS.Test/EmbeddedStorageTest.cs
https://github.com/Aztherion/TinyFS.Net/blob/HEAD/src/TinyFS.Test/EmbeddedStorageTest.cs
ghcode:00008:4512158eb363
apache-2.0
codeparrot/github-code
4512158eb36391c15d9f666589937bdd5f0effc2e766d2093ecfad838e03c386
0.6
testing_debugging_repair_refactoring
1,176
false
2026-07-17
#region Apache License 2.0 // Copyright 2008-2009 Christian Rodemeyer // // 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 // // ...
kalyptorisk/svnquery
source/SvnQueryTests/Lucene/ContentTest.cs
https://github.com/kalyptorisk/svnquery/blob/HEAD/source/SvnQueryTests/Lucene/ContentTest.cs
ghcode:00008:a7927e31fe02
apache-2.0
codeparrot/github-code
a7927e31fe02894d7ced0c2c5ff1c2dacd0e3a7e108b4ffd1e6489f895e5169a
0.7
testing_debugging_repair_refactoring
582
false
2026-07-17
// Copyright 2019 DeepMind Technologies Limited // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
deepmind/mujoco
unity/Tests/Editor/components/Shapes/MjSphereShapeTests.cs
https://github.com/deepmind/mujoco/blob/HEAD/unity/Tests/Editor/components/Shapes/MjSphereShapeTests.cs
ghcode:00008:4fab2f5dc1fc
apache-2.0
codeparrot/github-code
4fab2f5dc1fcc738718f872c0a83e28793b73dea6236d7bde779de8a90c10a99
0.95
testing_debugging_repair_refactoring
611
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using TRL.Common.Models; namespace TRL.Common.Test.Models { [TestClass] public class OrderBookEntryTests { [TestMethod] public void OrderBookEntry_const...
wouldyougo/TRx
TRL.Common.Test/Models/OrderBookEntryTests.cs
https://github.com/wouldyougo/TRx/blob/HEAD/TRL.Common.Test/Models/OrderBookEntryTests.cs
ghcode:00008:75ef9546a1bc
apache-2.0
codeparrot/github-code
75ef9546a1bc01209e3d999dd83316cc503ae374d310bb233ae97ccd3f4cb1e2
0.75
testing_debugging_repair_refactoring
117
false
2026-07-17
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
Microsoft/PTVS
Python/Tests/ReplWindowUITestsRunner/ReplWindowAdvancedUITests.cs
https://github.com/Microsoft/PTVS/blob/HEAD/Python/Tests/ReplWindowUITestsRunner/ReplWindowAdvancedUITests.cs
ghcode:00008:238f4ba22462
apache-2.0
codeparrot/github-code
238f4ba22462311e5cc280c914a22723124a4bcfd6fb36514fe0b08c442b6130
0.95
testing_debugging_repair_refactoring
3,851
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
naveedaz/azure-sdk-for-net
src/ServiceManagement/Network/Network.Tests/Utilities.cs
https://github.com/naveedaz/azure-sdk-for-net/blob/HEAD/src/ServiceManagement/Network/Network.Tests/Utilities.cs
ghcode:00008:c915703db5b8
apache-2.0
codeparrot/github-code
c915703db5b80a97d9664fb76e7f3311e61fb050f2e9e96197a2e17ab43bcbbf
0.7
testing_debugging_repair_refactoring
2,016
false
2026-07-17
using System; using System.Collections.Generic; using System.Collections; using System.Linq; using Xunit; namespace Virtlink.Utilib.Collections { partial class EnumerablesTests { /// <summary> /// Tests the <see cref="Enumerables.ToDictionary"/> method. /// </summary> public se...
Virtlink/utilib
test/Virtlink.Utilib.Tests/Collections/EnumerablesTests.ToDictionaryTests.cs
https://github.com/Virtlink/utilib/blob/HEAD/test/Virtlink.Utilib.Tests/Collections/EnumerablesTests.ToDictionaryTests.cs
ghcode:00008:20dd0591feb7
apache-2.0
codeparrot/github-code
20dd0591feb7a53ee8e40126326f73b7cb5e856d69a38e842b65d937a69bfa07
0.85
testing_debugging_repair_refactoring
171
false
2026-07-17
using System.Collections.Specialized; using LtiLibrary.NetCore.Extensions; using LtiLibrary.NetCore.OAuth; using Xunit; namespace LtiLibrary.NetCore.Tests { public class NameValueCollectionShould { private readonly NameValueCollection _collection; private readonly string _expected; /...
andyfmiller/LtiLibrary
test/LtiLibrary.NetCore.Tests/NameValueCollectionShould.cs
https://github.com/andyfmiller/LtiLibrary/blob/HEAD/test/LtiLibrary.NetCore.Tests/NameValueCollectionShould.cs
ghcode:00008:ea8831012652
apache-2.0
codeparrot/github-code
ea883101265223d66c0ae3d3c54402a456362aeef141348ba6756867e900f9bb
0.7
testing_debugging_repair_refactoring
822
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using NServiceKit.Common.Tests.Models; namespace NServiceKit.OrmLite.FirebirdTests { /// <summary>An ORM lite delete tests.</summary> [TestFixture] public class OrmLiteDeleteTests : OrmLiteTestBase { /// <summary...
NServiceKit/NServiceKit.OrmLite
tests/NServiceKit.OrmLite.FirebirdTests/OrmLiteDeleteTests.cs
https://github.com/NServiceKit/NServiceKit.OrmLite/blob/HEAD/tests/NServiceKit.OrmLite.FirebirdTests/OrmLiteDeleteTests.cs
ghcode:00008:1009f5d43497
bsd-3-clause
codeparrot/github-code
1009f5d43497f9cc0ac36171f73a9146d1f0fa9681c1ff65b12a4cf96fd3cdd8
0.85
testing_debugging_repair_refactoring
703
false
2026-07-17
using System; using System.Linq; using NUnit.Framework; using twopointzero.Lml.Importers; namespace twopointzero.LmlTests.Importers.AppleITunesXmlImporterTests { [TestFixture] public class ImportMac_9_1_1_ArtistSuffixLibrary : ImportLibrary { protected override string LibraryPath { ...
twopointzero/lml
LmlTests/Importers/AppleITunesXmlImporterTests/ImportMac_9_1_1_ArtistSuffixLibrary.cs
https://github.com/twopointzero/lml/blob/HEAD/LmlTests/Importers/AppleITunesXmlImporterTests/ImportMac_9_1_1_ArtistSuffixLibrary.cs
ghcode:00008:25d6c43c232f
bsd-3-clause
codeparrot/github-code
25d6c43c232f1ad3fa15865ae285a7ff86bf6b7c848d0f89baf6d5a1dc1fdcc4
0.6
testing_debugging_repair_refactoring
292
false
2026-07-17
using FluentValidation.TestHelper; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using FatturaElettronica.Ordinaria.FatturaElettronicaBody.DatiBeniServizi; using Tests; namespace Ordinaria.Tests { [TestClass] public class DatiBeniServiziValidator : BaseClass<DatiBeniServizi, F...
FatturaElettronicaPA/FatturaElettronicaPA
Test/Ordinaria/DatiBeniServiziValidator.cs
https://github.com/FatturaElettronicaPA/FatturaElettronicaPA/blob/HEAD/Test/Ordinaria/DatiBeniServiziValidator.cs
ghcode:00008:0cbc3117bc46
bsd-3-clause
codeparrot/github-code
0cbc3117bc46a8079c12579ebe74010a0ebb436aa3e4a4046676293c09099604
0.6
testing_debugging_repair_refactoring
348
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.Buffers.Tests { public partial class StringSliceTests { [Fact] public static void StringSliceNullary() { ...
benaadams/corefxlab
tests/System.Buffers.Experimental.Tests/StringSliceTests.cs
https://github.com/benaadams/corefxlab/blob/HEAD/tests/System.Buffers.Experimental.Tests/StringSliceTests.cs
ghcode:00008:8bca16fe938e
mit
codeparrot/github-code
8bca16fe938eab89def3a056a078c0b5a82b46a8e840cfacef63b6e1679911e6
0.75
testing_debugging_repair_refactoring
562
false
2026-07-17
namespace AngleSharp.Core.Tests.Library { using System; using AngleSharp.Css; using NUnit.Framework; [TestFixture] public class PriorityTests { [Test] public void PriorityIdHigherThanClassAndTag() { var a = Priority.OneId; var b = Priority.OneCla...
Livven/AngleSharp
AngleSharp.Core.Tests/Library/Priority.cs
https://github.com/Livven/AngleSharp/blob/HEAD/AngleSharp.Core.Tests/Library/Priority.cs
ghcode:00008:deff0576bd76
mit
codeparrot/github-code
deff0576bd763c01565a01abb65f7620069194c176900ee1b4f4b6fa867bb6aa
0.6
testing_debugging_repair_refactoring
987
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 System.Threading.Tasks; using Xunit; namespace System.Data.SqlClient.ManualTestin...
Chrisboh/corefx
src/System.Data.SqlClient/tests/ManualTests/DataCommon/DataTestUtility.cs
https://github.com/Chrisboh/corefx/blob/HEAD/src/System.Data.SqlClient/tests/ManualTests/DataCommon/DataTestUtility.cs
ghcode:00008:bfd631370324
mit
codeparrot/github-code
bfd631370324cce6ca22a182d4b64856b2f546fac907a93e86e86c1f9de51fe3
0.95
testing_debugging_repair_refactoring
1,815
false
2026-07-17