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...
AzureAutomationTeam/azure-powershell
src/ResourceManager/DataFactories/Commands.DataFactories.Test/ScenarioTests/DataFactoryGatewayTests.cs
https://github.com/AzureAutomationTeam/azure-powershell/blob/HEAD/src/ResourceManager/DataFactories/Commands.DataFactories.Test/ScenarioTests/DataFactoryGatewayTests.cs
ghcode:00006:d859f267ff61
apache-2.0
codeparrot/github-code
d859f267ff61cdf6e56d444d23e09666c65236048a3911a0ef52958f631b2342
0.85
testing_debugging_repair_refactoring
521
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using GitVersion.Helpers; public class TestFileSystem : IFileSystem { Dictionary<string, string> fileSystem = new Dictionary<string, string>(); public void Copy(string @from, string to, bool overwrite) { throw new NotImplementedExcep...
MarkZuber/GitVersion
src/GitVersionCore.Tests/TestFileSystem.cs
https://github.com/MarkZuber/GitVersion/blob/HEAD/src/GitVersionCore.Tests/TestFileSystem.cs
ghcode:00006:00326acb7666
mit
codeparrot/github-code
00326acb7666107cd0ee9e5cfff76ce2c710ef11bfd363c115d417c086f6d277
0.75
testing_debugging_repair_refactoring
234
false
2026-07-17
using Autofac; using Nuwa.Perceiver; using Nuwa.Sdk; using Nuwa.WebStack.Browser; using Nuwa.WebStack.Factory; using Nuwa.WebStack.Host; using Nuwa.WebStack.Route; using WebStack.QA.Common.WebHost; namespace Nuwa.DI { public class DependencyResolver { private static DependencyResolver s_instance; ...
lungisam/WebApi
OData/test/E2ETestV3/Nuwa.WebStack/DI/DependencyResolver.cs
https://github.com/lungisam/WebApi/blob/HEAD/OData/test/E2ETestV3/Nuwa.WebStack/DI/DependencyResolver.cs
ghcode:00006:e5797743f625
mit
codeparrot/github-code
e5797743f625fc4572f61b96a96bd2b3cb6d8a99959dd59641d520f2c808ae35
0.85
testing_debugging_repair_refactoring
326
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using Microsoft.Rest.Modeler.Swagger.Mod...
vulcansteel/autorest
AutoRest/Modelers/Swagger/SchemaResolver.cs
https://github.com/vulcansteel/autorest/blob/HEAD/AutoRest/Modelers/Swagger/SchemaResolver.cs
ghcode:00006:ad7e158fd05c
mit
codeparrot/github-code
ad7e158fd05c6945cc187bb30cec27fbc3f1f8623428db3a04913c5748174f59
0.7
testing_debugging_repair_refactoring
1,906
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using NPoco; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Mappers; using Umbraco.Core....
lars-erik/Umbraco-CMS
src/Umbraco.Tests.Benchmarks/SqlTemplatesBenchmark.cs
https://github.com/lars-erik/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests.Benchmarks/SqlTemplatesBenchmark.cs
ghcode:00006:a495dcbb2062
mit
codeparrot/github-code
a495dcbb2062c8a48fe44bfd1c6cf5de111587ed64de8dc647334b3e0c6a6cc9
0.85
testing_debugging_repair_refactoring
693
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...
dulems/azure-powershell
src/ResourceManager/AzureBatch/Commands.Batch.Test/ComputeNodeUsers/RemoveBatchComputeNodeUserCommandTests.cs
https://github.com/dulems/azure-powershell/blob/HEAD/src/ResourceManager/AzureBatch/Commands.Batch.Test/ComputeNodeUsers/RemoveBatchComputeNodeUserCommandTests.cs
ghcode:00006:a782d0be0a6b
apache-2.0
codeparrot/github-code
a782d0be0a6b28ec944f877fbb5d283679f7cc31707bdf08b343f52e32697f24
0.85
testing_debugging_repair_refactoring
553
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; nam...
mattwar/roslyn-analyzers
src/Unfactored/Roslyn/Core/Performance/EquatableAnalyzer.cs
https://github.com/mattwar/roslyn-analyzers/blob/HEAD/src/Unfactored/Roslyn/Core/Performance/EquatableAnalyzer.cs
ghcode:00006:c0e4e56e9878
apache-2.0
codeparrot/github-code
c0e4e56e9878814eb8df198b229fb7c77b55a135ee41567db0462f590b101e1a
0.75
testing_debugging_repair_refactoring
1,039
false
2026-07-17
/* Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft 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, me...
neoeinstein/c5
nunit/linkedlists/HashedLinkedListTest.cs
https://github.com/neoeinstein/c5/blob/HEAD/nunit/linkedlists/HashedLinkedListTest.cs
ghcode:00006:22efe2e78dad
mit
codeparrot/github-code
22efe2e78dad3edfd09f7353c0ed731736711aefad903e216404b43a631ea681
0.57
testing_debugging_repair_refactoring
23,233
false
2026-07-17
// <copyright file="GramSchmidtTests.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-2010 Math.NET // Permission is hereby granted, free of charge, to ...
huoxudong125/mathnet-numerics
src/UnitTests/LinearAlgebraTests/Complex32/Factorization/GramSchmidtTests.cs
https://github.com/huoxudong125/mathnet-numerics/blob/HEAD/src/UnitTests/LinearAlgebraTests/Complex32/Factorization/GramSchmidtTests.cs
ghcode:00006:bbc1a24ec842
mit
codeparrot/github-code
bbc1a24ec84245bae00bd01e9d716f6789a27eb8b2c135f581cb62e04b680719
0.85
testing_debugging_repair_refactoring
3,818
false
2026-07-17
//------------------------------------------------------------------------------ // <copyright file="DataStorage.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[......
sekcheong/referencesource
System.Data/System/Data/Common/DataStorage.cs
https://github.com/sekcheong/referencesource/blob/HEAD/System.Data/System/Data/Common/DataStorage.cs
ghcode:00006:68323a5eeb01
mit
codeparrot/github-code
68323a5eeb01a89825987177d94475421bc828e7d10d9315ec4b8cdef5165920
0.7
testing_debugging_repair_refactoring
4,349
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="ActorSystemShutdownSpec.cs" company="Akka.NET Project"> // Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </co...
alexpantyukhin/akka.net
src/core/Akka.Tests.Performance/Actor/ActorSystemShutdownSpec.cs
https://github.com/alexpantyukhin/akka.net/blob/HEAD/src/core/Akka.Tests.Performance/Actor/ActorSystemShutdownSpec.cs
ghcode:00006:1817b1e3cc74
apache-2.0
codeparrot/github-code
1817b1e3cc7409fdaf8dd88a770c3225c97a687c32a48bace23451a65c578da5
0.85
testing_debugging_repair_refactoring
505
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.CodeFixes; using Microsoft.CodeAnalysis.CSharp.CodeFixes.HideBase; using Microsoft.CodeAnalysis.Di...
OmarTawfik/roslyn
src/EditorFeatures/CSharpTest/Diagnostics/HideBase/HideBaseTests.cs
https://github.com/OmarTawfik/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/Diagnostics/HideBase/HideBaseTests.cs
ghcode:00006:39fdfc47fde2
apache-2.0
codeparrot/github-code
39fdfc47fde2eae9b7bd96c8c24f7398b9f50e8859f4d8bdb2fc7ac7ee26d228
0.85
testing_debugging_repair_refactoring
725
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.Completion.Providers; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit;...
MattWindsor91/roslyn
src/EditorFeatures/CSharpTest2/Recommendations/SByteKeywordRecommenderTests.cs
https://github.com/MattWindsor91/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest2/Recommendations/SByteKeywordRecommenderTests.cs
ghcode:00006:5feb5d3b7366
apache-2.0
codeparrot/github-code
5feb5d3b7366f2ecd49250c6939803d39a52a0c473e0cc0e55815412ba00b984
0.85
testing_debugging_repair_refactoring
4,159
false
2026-07-17
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace Elasticsearch.Net.Integration.Yaml.Mget11 { public partial class Mget11YamlTests { public class Mget1170SourceFilteringYamlB...
geofeedia/elasticsearch-net
src/Tests/Elasticsearch.Net.Integration.Yaml/mget/70_source_filtering.yaml.cs
https://github.com/geofeedia/elasticsearch-net/blob/HEAD/src/Tests/Elasticsearch.Net.Integration.Yaml/mget/70_source_filtering.yaml.cs
ghcode:00006:7a7c9f945b12
apache-2.0
codeparrot/github-code
7a7c9f945b1290cce95b21b2e6bd339facf9c4791d146cb202e5f9ea00a0eee4
0.95
testing_debugging_repair_refactoring
2,386
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.Reflection; using Xunit; namespace Microsoft.CodeAnalysis.UnitTests { public class AssemblyIdentityDisplayNameTests : Assembl...
mmitche/roslyn
src/Compilers/Core/CodeAnalysisTest/MetadataReferences/AssemblyIdentityDisplayNameTests.cs
https://github.com/mmitche/roslyn/blob/HEAD/src/Compilers/Core/CodeAnalysisTest/MetadataReferences/AssemblyIdentityDisplayNameTests.cs
ghcode:00006:3380fdd166e5
apache-2.0
codeparrot/github-code
3380fdd166e5214d5beb7d45b423f38a1e9701e7619f2f206a5d52054159bdb2
0.85
testing_debugging_repair_refactoring
8,880
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using OLEDB.Test.ModuleCore; using System.IO; using System.Text; using XmlCoreTest.Common; namespace System.Xml.Tes...
iamjasonp/corefx
src/System.Xml.ReaderWriter/tests/Writers/XmlWriterApi/EndOfLineHandlingTests.cs
https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Xml.ReaderWriter/tests/Writers/XmlWriterApi/EndOfLineHandlingTests.cs
ghcode:00006:ec5ef4590f25
mit
codeparrot/github-code
ec5ef4590f257738baea71002db8b027fb94f0dae4040f1c5c45940b5e43dab9
0.95
testing_debugging_repair_refactoring
10,316
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 app...
yadavbdev/azure-sdk-for-net
src/ResourceManagement/ApiManagement/ApiManagement.Tests/ScenarioTests/SmapiTests/SmapiFunctionalTests.GroupUsers.cs
https://github.com/yadavbdev/azure-sdk-for-net/blob/HEAD/src/ResourceManagement/ApiManagement/ApiManagement.Tests/ScenarioTests/SmapiTests/SmapiFunctionalTests.GroupUsers.cs
ghcode:00006:193d2301a6bf
apache-2.0
codeparrot/github-code
193d2301a6bff577eaa4850ad86cc2804e7f45ed276656d0eb73c636c4d0c5de
0.85
testing_debugging_repair_refactoring
1,056
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.Collections.Generic; using System.IO; using Xunit; namespace System.Runtime....
billwert/corefx
src/System.Runtime.Serialization.Formatters/tests/FormatterTests.cs
https://github.com/billwert/corefx/blob/HEAD/src/System.Runtime.Serialization.Formatters/tests/FormatterTests.cs
ghcode:00006:132f562041ec
mit
codeparrot/github-code
132f562041ec87a0fc813f2f3ddb03b2954c8c07fb89ea4cc0c83c0690fb2c1b
0.95
testing_debugging_repair_refactoring
1,537
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System; using System.IO; using System.Text; namespace System.IO.Tests { public class BinaryW...
shahid-pk/corefx
src/System.IO/tests/BinaryWriter/BinaryWriter.WriteTests.cs
https://github.com/shahid-pk/corefx/blob/HEAD/src/System.IO/tests/BinaryWriter/BinaryWriter.WriteTests.cs
ghcode:00006:8f50271f0fe2
mit
codeparrot/github-code
8f50271f0fe2ad2dbfc8c760a4f6a984a93f079111cfd76796ccb256c8f42058
0.95
testing_debugging_repair_refactoring
1,749
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading.Tasks; namespace SerialLabs.Monitoring.Tests { [TestClass] public class MonitoringTaskTest { private const string TestMonitoringTaskName = "FakeMonitoringTask"; [TestMethod] public void Create...
serial-labs/SharedLibraries
Source/UnitTests/SerialLabs.Monitoring.Tests/MonitoringTaskTest.cs
https://github.com/serial-labs/SharedLibraries/blob/HEAD/Source/UnitTests/SerialLabs.Monitoring.Tests/MonitoringTaskTest.cs
ghcode:00006:5cf5fb50b92c
mit
codeparrot/github-code
5cf5fb50b92c9dcb17cf3ec9c098f3865e3b92437dd49857a78c23ff9776372e
0.6
testing_debugging_repair_refactoring
362
false
2026-07-17
// // AccountTests.cs // // Author: // Jarl Erik Schmidt <github@jarlerik.com> // // Copyright (c) 2014 Jarl Erik Schmidt // // 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 r...
cryovat/gengo-dotnet
Winterday.External.Gengo.Tests/MethodGroups/AccountTests.cs
https://github.com/cryovat/gengo-dotnet/blob/HEAD/Winterday.External.Gengo.Tests/MethodGroups/AccountTests.cs
ghcode:00006:405b586f3ad2
mit
codeparrot/github-code
405b586f3ad2b3259e7025cfb6962db0b09a0a5830cac28465dcb4af2cf68742
0.85
testing_debugging_repair_refactoring
937
false
2026-07-17
// FastLZSpeedTests.cs // // The MIT License (MIT) // // Copyright (c) 2017 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, in...
DarkCaster/DotNetBlocks
PerfTests/FastLZSpeedTests.cs
https://github.com/DarkCaster/DotNetBlocks/blob/HEAD/PerfTests/FastLZSpeedTests.cs
ghcode:00006:f4d91ffb7279
mit
codeparrot/github-code
f4d91ffb7279f328864112017187ced9ca14e1085d4dc7fb6c3a7ab067e21063
0.85
testing_debugging_repair_refactoring
3,865
false
2026-07-17
using System.IO; using System.Linq; using CroquetAustralia.Library.Extensions; using CroquetAustralia.QueueProcessor.Email; using CroquetAustralia.QueueProcessor.Email.EmailGenerators; using CroquetAustralia.QueueProcessor.EndToEndTests.TestHelpers; using FluentAssertions; using TechTalk.SpecFlow; namespace CroquetAu...
croquet-australia/api.croquet-australia.com.au
tests/CroquetAustralia.QueueProcessor.EndToEndTests/Features/SendEmailViaSendInBlue.steps.cs
https://github.com/croquet-australia/api.croquet-australia.com.au/blob/HEAD/tests/CroquetAustralia.QueueProcessor.EndToEndTests/Features/SendEmailViaSendInBlue.steps.cs
ghcode:00006:a3ae2303a08e
mit
codeparrot/github-code
a3ae2303a08e95473c69869947746a25d1d7dd8174bf42d70f1cb33599658021
0.6
testing_debugging_repair_refactoring
557
false
2026-07-17
#region License // Copyright (c) K2 Workflow (SourceCode Technology Holdings Inc.). All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. #endregion using System; using Xunit; namespace SourceCode.Chasm.Tests { public static class CommitIdTest...
jcdickinson/Chasm
src/SourceCode.Chasm.Tests/CommitIdTests.cs
https://github.com/jcdickinson/Chasm/blob/HEAD/src/SourceCode.Chasm.Tests/CommitIdTests.cs
ghcode:00006:53c60c898854
mit
codeparrot/github-code
53c60c8988549be349bdfd6fb7b7b587b5705b69a453ea97e8bd075a737fbd3f
0.75
testing_debugging_repair_refactoring
497
false
2026-07-17
 using NUnit.Framework; namespace Manatee.Json.Tests { [TestFixture] public class JsonValueOperatorTest { [Test] public void CastOperator_Bool_AssignsCorrectValue() { JsonValue json = false; var expected = false; Assert.AreEqual(JsonValueType.Boolean, json.Type); Assert.AreEqual(exp...
gregsdennis/Manatee.Json
Manatee.Json.Tests/JsonValueOperatorTest.cs
https://github.com/gregsdennis/Manatee.Json/blob/HEAD/Manatee.Json.Tests/JsonValueOperatorTest.cs
ghcode:00006:9ca26eb23986
mit
codeparrot/github-code
9ca26eb23986d6af634f6aa2390bceac38383718b77db23c14be63be647d8ee6
0.6
testing_debugging_repair_refactoring
386
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpSecurityCodeFixVerifier< Microsoft.NetFramework.Ana...
dotnet/roslyn-analyzers
src/NetAnalyzers/UnitTests/Microsoft.NetFramework.Analyzers/DoNotUseInsecureDtdProcessingXmlDocumentConstructedWithNoSecureResolverTests.cs
https://github.com/dotnet/roslyn-analyzers/blob/HEAD/src/NetAnalyzers/UnitTests/Microsoft.NetFramework.Analyzers/DoNotUseInsecureDtdProcessingXmlDocumentConstructedWithNoSecureResolverTests.cs
ghcode:00006:bb76d8b53c75
mit
codeparrot/github-code
bb76d8b53c755696513b865bab3986a692678a713eb3b98426a7178f8b16bcef
0.85
testing_debugging_repair_refactoring
6,496
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.Diagnostics; namespace System.IO { internal static class PersistedFiles { // If we ever need system persisted data, /etc/dotnet/corefx/ ...
viniciustaveira/corefx
src/Common/src/System/IO/PersistedFiles.Unix.cs
https://github.com/viniciustaveira/corefx/blob/HEAD/src/Common/src/System/IO/PersistedFiles.Unix.cs
ghcode:00006:55bebd98887d
mit
codeparrot/github-code
55bebd98887d2191095416881ce1deae68998e9de7314d123ca8fca98c404f90
0.8
testing_debugging_repair_refactoring
690
false
2026-07-17
using System; using System.IO; using Gibraltar.Serialization; using Loupe.Core.Test; using NUnit.Framework; #pragma warning disable 1591 namespace Loupe.Core.Serialization.UnitTests { [TestFixture] public class FieldSerializationTests { private static void CheckInt32(int expectedValue, int expect...
GibraltarSoftware/Loupe.Agent.Core
src/Core.Test/Serialization/FieldSerializationTests.cs
https://github.com/GibraltarSoftware/Loupe.Agent.Core/blob/HEAD/src/Core.Test/Serialization/FieldSerializationTests.cs
ghcode:00006:c0093994d7c5
mit
codeparrot/github-code
c0093994d7c52378e65951a747d74cf7203846a5a71c4c215226959fe3b6b30c
0.85
testing_debugging_repair_refactoring
6,240
false
2026-07-17
using System; using System.ComponentModel; using System.Threading; using System.Threading.Tasks; using Xunit.Abstractions; using Xunit.Sdk; namespace Xunit { /// <summary> /// Represents a test case which runs multiple tests for theory data, either because the /// data was not enumerable or because the da...
kzu/xunit.vsix
src/Xunit.Vsix/VsixTheoryTestCase.cs
https://github.com/kzu/xunit.vsix/blob/HEAD/src/Xunit.Vsix/VsixTheoryTestCase.cs
ghcode:00006:7b73fa9fb5ff
mit
codeparrot/github-code
7b73fa9fb5ffef70f0cf8445d9cc1d718f7ded3858d7f05e250c693b25d0e61a
0.7
testing_debugging_repair_refactoring
305
false
2026-07-17
using ADatabase; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; namespace ADatabaseTest { [TestClass] public class TestTypeDescription { [TestMethod] public void TestSettingTypeName_When_NoParameters() { var typeConstraintsFactory...
ArveH/ACopy
src/Testing/ADatabaseTest/TestTypeDescription.cs
https://github.com/ArveH/ACopy/blob/HEAD/src/Testing/ADatabaseTest/TestTypeDescription.cs
ghcode:00006:f943e3dbc305
mit
codeparrot/github-code
f943e3dbc305a2f7ba7882f7c14d1612a96863e0914d6cde019075b3e42e3e79
0.75
testing_debugging_repair_refactoring
399
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; using NUnit.Framework; using Spreadsheet.Core; using Spreadsheet.Core.Cells; using Spreadsheet.Core.Parsers.Operators; using Spreadsheet.Core.Parsers.Tokenizers; using ...
AndreyTretyak/SpreadsheetSimulator
Spreadsheet.Tests/FullProcessTests/ComplexTestGenerator.cs
https://github.com/AndreyTretyak/SpreadsheetSimulator/blob/HEAD/Spreadsheet.Tests/FullProcessTests/ComplexTestGenerator.cs
ghcode:00006:91d6a284461c
mit
codeparrot/github-code
91d6a284461ca3a7945c0eab8591ef2db1f22880a0eb171bd210576bc1a50172
0.85
testing_debugging_repair_refactoring
1,150
false
2026-07-17
//___________________________________________________________________________________ // // Copyright (C) 2018, Mariusz Postol LODZ POLAND. // // To be in touch join the community at GITTER: https://gitter.im/mpostol/OPC-UA-OOI //___________________________________________________________________________________ us...
mpostol/OPC-UA-OOI
Networking/Tests/Networking.Simulator.Boiler.Unit/Model/BoilersSetUnitTest.cs
https://github.com/mpostol/OPC-UA-OOI/blob/HEAD/Networking/Tests/Networking.Simulator.Boiler.Unit/Model/BoilersSetUnitTest.cs
ghcode:00006:d70649b3556b
mit
codeparrot/github-code
d70649b3556be5d678eab152d61424fb627cfeb8c877896d48c4a7858c52e670
0.95
testing_debugging_repair_refactoring
485
false
2026-07-17
using System.Threading.Tasks; using GitReleaseManager.Core.Commands; using GitReleaseManager.Core.Options; using NSubstitute; using NUnit.Framework; using Serilog; using Shouldly; namespace GitReleaseManager.Core.Tests.Commands { [TestFixture] public class OpenCommandTests { private IVcsService _vc...
GitTools/GitReleaseManager
src/GitReleaseManager.Core.Tests/Commands/OpenCommandTests.cs
https://github.com/GitTools/GitReleaseManager/blob/HEAD/src/GitReleaseManager.Core.Tests/Commands/OpenCommandTests.cs
ghcode:00006:155591fdb0ef
mit
codeparrot/github-code
155591fdb0ef239c98c0d122c7a01f5172e7d6f4623cb4f2d61aaa381978b7b7
0.75
testing_debugging_repair_refactoring
282
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using Krystals4ObjectLibrary; using Moritz.Globals; using Moritz.Midi; using Moritz.Symbols; using Moritz.Spec; namespace Moritz.Palettes { public class Palette : Palette<IUniqueDef> { public Palette(PaletteForm paletteForm) ...
notator/Moritz
Moritz.Palettes/Palette.cs
https://github.com/notator/Moritz/blob/HEAD/Moritz.Palettes/Palette.cs
ghcode:00006:29d1fc4b894a
mit
codeparrot/github-code
29d1fc4b894ab805adfbac94a637a59cade4068d133abe4a2ec1123160fc1b11
0.7
testing_debugging_repair_refactoring
5,699
false
2026-07-17
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.WebJobs.Extensions.Tests.Common; using Microsoft.Azure.WebJobs.Extensions.Tim...
brendankowitz/azure-webjobs-sdk-extensions
test/WebJobs.Extensions.Tests/Timers/Listener/TimerListenerTests.cs
https://github.com/brendankowitz/azure-webjobs-sdk-extensions/blob/HEAD/test/WebJobs.Extensions.Tests/Timers/Listener/TimerListenerTests.cs
ghcode:00006:3d480e9054fc
mit
codeparrot/github-code
3d480e9054fc9b2dcb4f6b4be8658d64c2abd77b87e440c2638ffced12fe10d8
0.85
testing_debugging_repair_refactoring
1,572
false
2026-07-17
using System; using LibGD; using NUnit.Framework; [TestFixture] public class GlobalMembersGd2_im2im { [Test] public unsafe void TestGd2_im2im() { gdImageStruct src; gdImageStruct dst; int r; int g; int b; void* p; int size = 0; int status = 0; GlobalMembersGdtest.CuTestImageRe...
imazen/deprecated-gd-bindings-generator-old
LibGD.Tests/gd2/gd2_im2im.cs
https://github.com/imazen/deprecated-gd-bindings-generator-old/blob/HEAD/LibGD.Tests/gd2/gd2_im2im.cs
ghcode:00006:396cdf6ebbac
mit
codeparrot/github-code
396cdf6ebbac5e28dfdb2970faab155772dc9f71e9b29c3608682218b8dbd99a
0.6
testing_debugging_repair_refactoring
758
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.IO; using Duality; using Duality.Drawing; using Duality.Resources; using Duality.Components; using Duality.Components.Renderers; using NUnit.Framework; namespac...
AdamsLair/duality
Test/Core/Resources/PrefabTest.cs
https://github.com/AdamsLair/duality/blob/HEAD/Test/Core/Resources/PrefabTest.cs
ghcode:00006:a2e90b2ecc79
mit
codeparrot/github-code
a2e90b2ecc794459af51193880d1b487d3885d27ea8511d483896212b9d2f74b
0.7
testing_debugging_repair_refactoring
2,488
false
2026-07-17
// // The MIT License(MIT) // // Copyright(c) 2014 Demonsaw LLC // // 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, ...
demonsaw/Code
ds1/WpfClient/Command/Request/SearchRequestCommand.cs
https://github.com/demonsaw/Code/blob/HEAD/ds1/WpfClient/Command/Request/SearchRequestCommand.cs
ghcode:00006:435ffae2f304
mit
codeparrot/github-code
435ffae2f304eebbc3f255292f7c01dd12c2a689fab508229c1a7bfcfddd16b1
0.7
testing_debugging_repair_refactoring
1,163
false
2026-07-17
using GroundJobs.Services.FoodServices; using Xunit; namespace GroundJobs.Services.Tests { public class McDonaldsServiceSpecification { [Fact] public void ShouldFindMcDonaldsLeeds2ForLS73NU() { var service = new McDonaldsService(); var response = service.Execute...
MacsDickinson/LeedsHack2015
src/GroundJobs/GroundJobs.Services.Tests/McDonaldsServiceSpecification.cs
https://github.com/MacsDickinson/LeedsHack2015/blob/HEAD/src/GroundJobs/GroundJobs.Services.Tests/McDonaldsServiceSpecification.cs
ghcode:00006:aecc0c7602d5
mit
codeparrot/github-code
aecc0c7602d544198518e596298174883111038a127362f01db829b082be9647
0.6
testing_debugging_repair_refactoring
132
false
2026-07-17
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using Xunit; // Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n. // // For example: // Given n = 13, // Return 6, because digit 1 occurred...
txchen/localleet
csharp/Q233_NumberOfDigitOne.cs
https://github.com/txchen/localleet/blob/HEAD/csharp/Q233_NumberOfDigitOne.cs
ghcode:00006:20b2696575d8
mit
codeparrot/github-code
20b2696575d84cd7b12f757ba05d192ae94beefe9eee20bc39ff48fddef7f898
0.7
testing_debugging_repair_refactoring
331
false
2026-07-17
using System; using Prometheus.Nodes; namespace Prometheus.Exceptions.Executor { /// <summary> /// A symbol has no code associated with it. /// </summary> public class TestException : RunTimeException { /// <summary> /// Constructor /// </summary> /// <param name="p...
thinkingmedia/Prometheus
Prometheus/Exceptions/Executor/TestException.cs
https://github.com/thinkingmedia/Prometheus/blob/HEAD/Prometheus/Exceptions/Executor/TestException.cs
ghcode:00006:a30a1297c565
mit
codeparrot/github-code
a30a1297c565ec09837a7328233e9f7b3b52c31b16d823b87f916ff11a3138e1
0.85
testing_debugging_repair_refactoring
183
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace MsTestToXunitConverter.xUnit { class TestClass { [TestMethod, Description("Description")] public void DescriptionA() ...
jschneidereit/MsTestToXunitConverter
MsTestToXunitConverter.xUnit/Resources/GeneralAttributes/DescriptionA.cs
https://github.com/jschneidereit/MsTestToXunitConverter/blob/HEAD/MsTestToXunitConverter.xUnit/Resources/GeneralAttributes/DescriptionA.cs
ghcode:00006:b21cf00769dc
mit
codeparrot/github-code
b21cf00769dcba4c84526727194043ec0755e6579119937fcf0d9164777e782c
0.6
testing_debugging_repair_refactoring
66
false
2026-07-17
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors #if NASM using Xunit; namespace Iced.UnitTests.Intel.FormatterTests.Nasm { public sealed class OpIndexTests : FormatterTests.OpIndexTests { [Fact] void Test() => TestBase(FormatterFactory.Create()); } } #endif
0xd4d/iced
src/csharp/Intel/Iced.UnitTests/Intel/FormatterTests/Nasm/OpIndexTests.cs
https://github.com/0xd4d/iced/blob/HEAD/src/csharp/Intel/Iced.UnitTests/Intel/FormatterTests/Nasm/OpIndexTests.cs
ghcode:00006:39a7f1afb8fa
mit
codeparrot/github-code
39a7f1afb8fa4a423bcdfc876626d1fd4e46633d4e0322bf474345b1daefe7c2
0.85
testing_debugging_repair_refactoring
76
false
2026-07-17
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. #nullable disable namespace StyleCop.Analyzers.Test.CSharp8.OrderingRules { using StyleCop.Analyzers.Test.CSharp7.OrderingRules; public class SA1...
DotNetAnalyzers/StyleCopAnalyzers
StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/OrderingRules/SA1210CSharp8UnitTests.cs
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/OrderingRules/SA1210CSharp8UnitTests.cs
ghcode:00006:671886886329
mit
codeparrot/github-code
6718868863295fdb13e43a42dbc3d698f0025c7dbad584b02f3a8ddc782e0bf2
0.75
testing_debugging_repair_refactoring
96
false
2026-07-17
using HtmlAgilityPack; using Microsoft.VisualStudio.TestTools.UnitTesting; using RankOne.Analyzers.Keywords; using RankOne.Helpers; using RankOne.Interfaces; using RankOne.Models; using System; using System.Linq; namespace RankOne.Tests.Analyzers { [TestClass] public class KeywordContentAnalyzerTest { ...
markwemekamp/RankOne-Umbraco-SEO-Tool
src/RankOne.Tests/Analyzers/KeywordContentAnalyzerTest.cs
https://github.com/markwemekamp/RankOne-Umbraco-SEO-Tool/blob/HEAD/src/RankOne.Tests/Analyzers/KeywordContentAnalyzerTest.cs
ghcode:00006:321e7b889d75
mit
codeparrot/github-code
321e7b889d757dc2a6febae9eabec87f46f8b06f2a24b52d95665fb7177b8116
0.7
testing_debugging_repair_refactoring
1,017
false
2026-07-17
/* * SonarLint for Visual Studio * Copyright (C) 2016-2021 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
SonarSource-VisualStudio/sonarlint-visualstudio
src/Integration.Vsix/CFamily/PortedFromJava/MsvcDriver.cs
https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio/blob/HEAD/src/Integration.Vsix/CFamily/PortedFromJava/MsvcDriver.cs
ghcode:00006:3f6865fe5358
mit
codeparrot/github-code
3f6865fe535861df6a1da20809cd4fceefc22072736d577cc1b9d3ec2664f49c
0.85
testing_debugging_repair_refactoring
4,038
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using NUnit.Framework; using SimpleDataGenerator.Core.Mapping.Implementations; namespace SimpleDataGenerator.Json.Tests { public class Vehicle { public string Name...
FilipPaluch/SimpleDataGenerator.Json
Source/SimpleDataGenerator.Json.Tests/SimpleJsonDataGeneratorTests.cs
https://github.com/FilipPaluch/SimpleDataGenerator.Json/blob/HEAD/Source/SimpleDataGenerator.Json.Tests/SimpleJsonDataGeneratorTests.cs
ghcode:00006:e48a7ea4d604
mit
codeparrot/github-code
e48a7ea4d6047328dc21fc70bd00a431bbbaba8776b4bc7945cdc324e77e3f25
0.85
testing_debugging_repair_refactoring
559
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Threading; namespace TwixelChat.Tests { public class TestChatClient : ChatClientBase { Task readTask; CancellationTokenSource readTaskCancellationSo...
golf1052/TwixelChat
TwixelChat/TwixelChat.Tests/TestChatClient.cs
https://github.com/golf1052/TwixelChat/blob/HEAD/TwixelChat/TwixelChat.Tests/TestChatClient.cs
ghcode:00006:f7ff87f6e3e1
mit
codeparrot/github-code
f7ff87f6e3e100e1e9bd21a5b8c5d835815a5bd87e391a81977a43f1d3396dad
0.75
testing_debugging_repair_refactoring
321
false
2026-07-17
using System; using System.Linq; using BenchmarkDotNet.Horology; using BenchmarkDotNet.Reports; using Xunit; using Xunit.Abstractions; namespace BenchmarkDotNet.Tests { public class TimeUnitTests { private readonly ITestOutputHelper output; public TimeUnitTests(ITestOutputHelper output) ...
adamsitnik/BenchmarkDotNet
BenchmarkDotNet.Tests/TimeUnitTests.cs
https://github.com/adamsitnik/BenchmarkDotNet/blob/HEAD/BenchmarkDotNet.Tests/TimeUnitTests.cs
ghcode:00006:41794e338f94
mit
codeparrot/github-code
41794e338f949f19e3b254e89391a6e3c2800860fbb6aa4d3eb520cb98000df1
0.75
testing_debugging_repair_refactoring
666
false
2026-07-17
using System; using System.Diagnostics; using Quick; // ReSharper disable CognitiveComplexity namespace _2._3._30 { /// <summary> /// 快速排序类。 /// </summary> public class QuickSortInsertion : BaseSort { /// <summary> /// 切换到插入排序的阈值。 /// </summary> public int M { get; ...
ikesnowy/Algorithms-4th-Edition-in-Csharp
2 Sorting/2.3/2.3.30/QuickSortInsertion.cs
https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/blob/HEAD/2 Sorting/2.3/2.3.30/QuickSortInsertion.cs
ghcode:00006:8e162efc0f6f
mit
codeparrot/github-code
8e162efc0f6f998ee8b8d2bbd80002ca8e4e8d688b1eb4d0698a7b1563451231
0.7
testing_debugging_repair_refactoring
826
false
2026-07-17
using System; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; using Pathfinding.Serialization.JsonFx.Test.UnitTests; using System.Diagnostics; using System.Collections.Generic; namespace JsonFx.Tests { [TestClass] public class TestMain { public string TestFolder { get; set; } ...
MarkerMetro/MarkerMetro.Unity.JsonFx
JsonFx.Tests/TestMain.cs
https://github.com/MarkerMetro/MarkerMetro.Unity.JsonFx/blob/HEAD/JsonFx.Tests/TestMain.cs
ghcode:00006:f0436c4ae186
mit
codeparrot/github-code
f0436c4ae186d1964fa5fecc9b35d083a5d61cfefd1b67f3452feca7a4dac71e
0.75
testing_debugging_repair_refactoring
289
false
2026-07-17
#region licence // The MIT License (MIT) // // Filename: Test02SqlDict.cs // Date Created: 2014/09/25 // // Copyright (c) 2014 Jon Smith (www.selectiveanalytics.com & www.thereformedprogrammer.net) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated ...
JonPSmith/GenericServices
Tests/UnitTests/Group01Configuration/Test05HandleSqlException.cs
https://github.com/JonPSmith/GenericServices/blob/HEAD/Tests/UnitTests/Group01Configuration/Test05HandleSqlException.cs
ghcode:00006:c9397b82b1c5
mit
codeparrot/github-code
c9397b82b1c5412f46f6fedf06065b2068525678f504de9ee91876ba64477077
0.85
testing_debugging_repair_refactoring
1,364
false
2026-07-17
#region Usings using System; using System.Globalization; using Xunit; #endregion namespace Extend.Testing { public partial class DateTimeExTest { [Fact] public void ToMonthStringTest() { var dateTime = DateTime.Now; var expected = dateTime.ToString( "MMMM" ); ...
DaveSenn/Extend
.Src/Extend.Testing/System.DateTime/ToDateTimeFormat/DateTime.ToMonthString.Test.cs
https://github.com/DaveSenn/Extend/blob/HEAD/.Src/Extend.Testing/System.DateTime/ToDateTimeFormat/DateTime.ToMonthString.Test.cs
ghcode:00006:b548c7c4ae48
mit
codeparrot/github-code
b548c7c4ae48df48a0e40d5a5e9db5e35fcc32b7ce282e4465da8373f38d086f
0.75
testing_debugging_repair_refactoring
232
false
2026-07-17
using ArmiesDomain.Repositories.Users; using ArmiesService.Commands; using ArmiesService.Logs; using Microsoft.Extensions.DependencyInjection; using Moq; using System; using System.Threading.Tasks; using Xunit; using FluentAssertions; using ArmiesService.Consumers.Data; using ArmiesService.Initialization; using Armies...
gendalf90/LetTheLordsFight
ArmiesService/Tests/Unit/UserCreatingTests.cs
https://github.com/gendalf90/LetTheLordsFight/blob/HEAD/ArmiesService/Tests/Unit/UserCreatingTests.cs
ghcode:00006:53145056a75d
mit
codeparrot/github-code
53145056a75dafc41ef48b7495b94c905066f7e4ea47707400b12eef6d72e526
0.85
testing_debugging_repair_refactoring
493
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 { public class File_Move : FileSystemTest { #region Utilitie...
zhenlan/corefx
src/System.IO.FileSystem/tests/File/Move.cs
https://github.com/zhenlan/corefx/blob/HEAD/src/System.IO.FileSystem/tests/File/Move.cs
ghcode:00006:957e8e09a939
mit
codeparrot/github-code
957e8e09a939f67f0c29edb26c5569ff250051ab116467a72d8b3278445467d7
0.95
testing_debugging_repair_refactoring
2,636
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.EDTF; namespace EDTF.Tests { [TestClass] public class ExtendedDateTimeCalculatorTests { [TestMethod] public void CalculatesCorrectDifference() { Assert.AreEqual(TimeSpan.Zero, (ExtendedDateTi...
nharren/ExtendedDateTimeFormat
src/EDTF.Tests/ExtendedDateTimeCalculatorTests.cs
https://github.com/nharren/ExtendedDateTimeFormat/blob/HEAD/src/EDTF.Tests/ExtendedDateTimeCalculatorTests.cs
ghcode:00006:3a09bbb56822
mit
codeparrot/github-code
3a09bbb56822935a81150b704a24958981d9bbcafe899085ddce4e75a708c104
0.85
testing_debugging_repair_refactoring
2,000
false
2026-07-17
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Physics; using Microsoft.MixedReality.Toolkit.Utilities; using System; using Unity.Profiling; using UnityEngine; using UnityPhysics = UnityEngine.Physics; namespace Microsoft.MixedReality.Toolkit.Input { ...
DDReaper/MixedRealityToolkit-Unity
Assets/MRTK/Services/InputSystem/GazeProvider.cs
https://github.com/DDReaper/MixedRealityToolkit-Unity/blob/HEAD/Assets/MRTK/Services/InputSystem/GazeProvider.cs
ghcode:00006:2aaf3d2a97ac
mit
codeparrot/github-code
2aaf3d2a97acbdc62349be85d1b7a1002f0386857ea8dd8691027ad66d75f32e
0.7
testing_debugging_repair_refactoring
4,715
false
2026-07-17
#region Usings using System; using System.Collections.Generic; using System.Linq; using Xunit; #endregion namespace Extend.Testing { // ReSharper disable once InconsistentNaming public partial class IEnumerableTExTest { [Fact] public void EnsureNotNullTest() { List<St...
DaveSenn/Extend
.Src/Extend.Testing/System.Collections.Generic.IEnumerable[T]/IEnumerable[T].EnsureNotNull.Test.cs
https://github.com/DaveSenn/Extend/blob/HEAD/.Src/Extend.Testing/System.Collections.Generic.IEnumerable[T]/IEnumerable[T].EnsureNotNull.Test.cs
ghcode:00006:575b0f9159ab
mit
codeparrot/github-code
575b0f9159abc7509f01e180c33646f143c0e01a792e39ed57d8a4cdec7d322e
0.75
testing_debugging_repair_refactoring
233
false
2026-07-17
namespace Cofoundry.Domain.Tests.Integration { public class TestCustomEntityDefinition : ICustomEntityDefinition<TestCustomEntityDataModel> { public const string Code = "TSTENT"; public const string EntityName = "Test Entity"; public string CustomEntityDefinitionCode => Code; ...
cofoundry-cms/cofoundry
test/Cofoundry.Domain.Tests.Integration/Shared/SeedData/CustomEntities/TestCustomEntityDefinition.cs
https://github.com/cofoundry-cms/cofoundry/blob/HEAD/test/Cofoundry.Domain.Tests.Integration/Shared/SeedData/CustomEntities/TestCustomEntityDefinition.cs
ghcode:00006:e71ddf6beac4
mit
codeparrot/github-code
e71ddf6beac48199679cd6998c65179e193bc9fd688a7d8bdddef64bfedccf9d
0.75
testing_debugging_repair_refactoring
132
false
2026-07-17
namespace Easy.Storage.Tests.Unit.Filter { using Easy.Storage.Common; using Easy.Storage.Common.Filter; using Easy.Storage.Tests.Unit.Models; using NUnit.Framework; using Shouldly; [TestFixture] internal sealed class FilterTests { private static readonly Table _table = ...
NimaAra/Easy.Storage
Easy.Storage.Tests.Unit/Filter/FilterTests.cs
https://github.com/NimaAra/Easy.Storage/blob/HEAD/Easy.Storage.Tests.Unit/Filter/FilterTests.cs
ghcode:00006:f78ce09d59fb
mit
codeparrot/github-code
f78ce09d59fb2ab22b854109b2808fa30fa5bc1b7fc0de1c137928a89604fbe8
0.75
testing_debugging_repair_refactoring
1,363
false
2026-07-17
using System; using System.Linq; using LinqToDB; using NUnit.Framework; using Tests.Tools; namespace Tests.UserTests { [TestFixture] public class Issue1412Tests : TestBase { public class BasicDTO : BasicDTOwithoutID { public Guid Id { get; set; } } public class BasicDTOwithExtensionData : BasicDTO { ...
MaceWindu/linq2db
Tests/Linq/UserTests/Issue1412Tests.cs
https://github.com/MaceWindu/linq2db/blob/HEAD/Tests/Linq/UserTests/Issue1412Tests.cs
ghcode:00006:9c7065731aab
mit
codeparrot/github-code
9c7065731aab5c27baffafe2a72262a86ecd8ec68342fba858547a081e63f89f
0.75
testing_debugging_repair_refactoring
1,386
false
2026-07-17
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
GoogleCloudPlatform/google-cloud-dotnet-debugger
src/Google.Cloud.Diagnostics.Debug/Google.Cloud.Diagnostics.Debug.Tests/StackFrameExtensionsTests.cs
https://github.com/GoogleCloudPlatform/google-cloud-dotnet-debugger/blob/HEAD/src/Google.Cloud.Diagnostics.Debug/Google.Cloud.Diagnostics.Debug.Tests/StackFrameExtensionsTests.cs
ghcode:00006:88b1ea610c6e
apache-2.0
codeparrot/github-code
88b1ea610c6ebd15360c9a72329e79e062c1a2b9a3811bcb4ee8bebb7048c0bb
0.85
testing_debugging_repair_refactoring
351
false
2026-07-17
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010-2017 FUJIWARA, Yusuke // // 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.apac...
msgpack/msgpack-cli
test/MsgPack.UnitTest/UnpackerTest.Subtree.cs
https://github.com/msgpack/msgpack-cli/blob/HEAD/test/MsgPack.UnitTest/UnpackerTest.Subtree.cs
ghcode:00006:7ba7669a8162
apache-2.0
codeparrot/github-code
7ba7669a816263dfb6eb60e6f387aaec505d1e17c642e235d39ccfe2c8a2650d
0.7
testing_debugging_repair_refactoring
2,740
false
2026-07-17
using Lucene.Net.Index; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Codecs.BlockTerms { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license...
laimis/lucenenet
src/Lucene.Net.Codecs/BlockTerms/BlockTermsWriter.cs
https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net.Codecs/BlockTerms/BlockTermsWriter.cs
ghcode:00006:01d59e17c396
apache-2.0
codeparrot/github-code
01d59e17c3963337d86ddad7496cea523995f8a47a9be357952b840630086fc3
0.85
testing_debugging_repair_refactoring
3,078
false
2026-07-17
#region License /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0...
spring-projects/spring-net
test/Spring/Spring.Core.Tests/Threading/SemaphoreTest.cs
https://github.com/spring-projects/spring-net/blob/HEAD/test/Spring/Spring.Core.Tests/Threading/SemaphoreTest.cs
ghcode:00006:4f4835f01aef
apache-2.0
codeparrot/github-code
4f4835f01aefa9dcb7df30b582eee8065f9edb713f980b7f3b757b20124a90df
0.85
testing_debugging_repair_refactoring
1,266
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...
CurtHagenlocher/ParquetSharp
ParquetColumn/test/Filter2/RecordLevel/TestIncrementallyUpdatedFilterPredicateResetter.cs
https://github.com/CurtHagenlocher/ParquetSharp/blob/HEAD/ParquetColumn/test/Filter2/RecordLevel/TestIncrementallyUpdatedFilterPredicateResetter.cs
ghcode:00006:d04e13e5065b
apache-2.0
codeparrot/github-code
d04e13e5065b40e1089809ef326b4a0be4f45e8f5b5debf6acbceb627451fad7
0.85
testing_debugging_repair_refactoring
500
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace WebAddressbookTests { [TestFixture] public class SearchTests : AuthTestBase { [Test] public void TestSearch() { System.C...
requiemphs/csharp_training
Addressbook-web-tests/Addressbook-web-tests/Tests/SearchTests.cs
https://github.com/requiemphs/csharp_training/blob/HEAD/Addressbook-web-tests/Addressbook-web-tests/Tests/SearchTests.cs
ghcode:00006:e9a9bed275ab
apache-2.0
codeparrot/github-code
e9a9bed275ab6654d9c90f92d90f5f702082569df521d2806dbea82acf81b7d4
0.85
testing_debugging_repair_refactoring
78
false
2026-07-17
// ReSharper disable ConvertToConstant.Local namespace dotless.Test.Specs.Compression { using NUnit.Framework; [TestFixture] public class WhitespaceFixture : CompressedSpecFixtureBase { [Test] public void Whitespace() { var input = @" .whitespace { c...
rytmis/dotless
src/dotless.Test/Specs/Compression/WhitespaceFixture.cs
https://github.com/rytmis/dotless/blob/HEAD/src/dotless.Test/Specs/Compression/WhitespaceFixture.cs
ghcode:00006:efab10ab649c
apache-2.0
codeparrot/github-code
efab10ab649cb2e6232bf14453131de1c58654e1d31ef4d4976735671ef46041
0.7
testing_debugging_repair_refactoring
945
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using FakeItEasy; using NUnit.Framework; namespace Perrich.FileTransferQueue.Test { public class FileTransferQueueManagerTest { private const string QueueName = "MySampleQueue"; private const string DestFile1 = "./destfile.txt"; ...
perrich/FileTransferQueue
Perrich.FileTransferQueue.Test/FileTransferQueueManagerTest.cs
https://github.com/perrich/FileTransferQueue/blob/HEAD/Perrich.FileTransferQueue.Test/FileTransferQueueManagerTest.cs
ghcode:00006:784171ad801b
apache-2.0
codeparrot/github-code
784171ad801b88b483317505ee0d494a4406ffc7a7138a0b6677e67cf5f7e6f2
0.6
testing_debugging_repair_refactoring
2,432
false
2026-07-17
using System; using Elasticsearch.Net; using Nest; using Tests.Framework.Configuration; using Tests.Framework.Integration; using Tests.Framework.ManagedElasticsearch.Nodes; using Tests.Framework.Versions; namespace Tests.Framework.ManagedElasticsearch.Tasks.ValidationTasks { public class ValidateRunningVersion : Node...
CSGOpenSource/elasticsearch-net
src/Tests/Framework/ManagedElasticsearch/Tasks/ValidationTasks/ValidateRunningVersion.cs
https://github.com/CSGOpenSource/elasticsearch-net/blob/HEAD/src/Tests/Framework/ManagedElasticsearch/Tasks/ValidationTasks/ValidateRunningVersion.cs
ghcode:00006:e01a526fcc47
apache-2.0
codeparrot/github-code
e01a526fcc47243fd17d2e5dacbbea32255d7a47cea31a6d4e0822021de03ac8
0.85
testing_debugging_repair_refactoring
208
false
2026-07-17
using System; using System.Diagnostics; using JetBrains.Annotations; using JetBrains.ReSharper.Feature.Services.Daemon; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.Psi.CodeAnnotations; using JetBrains.ReSharper.Psi.CSharp.Tree; namespace ReCommendedExtension.Analyzers.NotifyPropertyChangedInvocatorFromCon...
prodot/ReCommended-Extension
Sources/ReCommendedExtension/Analyzers/NotifyPropertyChangedInvocatorFromConstructor/NotifyPropertyChangedInvocatorFromConstructorAnalyzer.cs
https://github.com/prodot/ReCommended-Extension/blob/HEAD/Sources/ReCommendedExtension/Analyzers/NotifyPropertyChangedInvocatorFromConstructor/NotifyPropertyChangedInvocatorFromConstructorAnalyzer.cs
ghcode:00006:e61e1790b6a4
apache-2.0
codeparrot/github-code
e61e1790b6a41a799516d54aa6cc746d9be4e96efd58541c7491274aaf1b1ec4
0.85
testing_debugging_repair_refactoring
440
false
2026-07-17
/* Copyright 2011 Google Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
MarcWeb/google-api-dotnet-client
Src/GoogleApis.Tests/Apis/Logging/NullLoggerTests.cs
https://github.com/MarcWeb/google-api-dotnet-client/blob/HEAD/Src/GoogleApis.Tests/Apis/Logging/NullLoggerTests.cs
ghcode:00006:0c307648d96d
apache-2.0
codeparrot/github-code
0c307648d96d867889b6f95318b16163e47b98ef37ea819807d45b1d00659352
0.85
testing_debugging_repair_refactoring
413
false
2026-07-17
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Runtime.Serialization; using System....
xamarin/azure-mobile-services
sdk/windows/test/Microsoft.Azure.Zumo.Windows.CSharp.Test/Tests/Functional/QueryingTest.cs
https://github.com/xamarin/azure-mobile-services/blob/HEAD/sdk/windows/test/Microsoft.Azure.Zumo.Windows.CSharp.Test/Tests/Functional/QueryingTest.cs
ghcode:00006:8a81668d3952
apache-2.0
codeparrot/github-code
8a81668d39525b6583a2fef51b16361150265ec6585ff9cfbeea381141159bf1
0.95
testing_debugging_repair_refactoring
2,273
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace WebAssembly.Instructions; /// <summary> /// Tests the <see cref="Int32DivideUnsigned"/> instruction. /// </summary> [TestClass] public class Int32DivideUnsignedTests { /// <summary> /// Tests compilation and execution of the <see cref="Int32Add"/>...
RyanLamansky/dotnet-webassembly
WebAssembly.Tests/Instructions/Int32DivideUnsignedTests.cs
https://github.com/RyanLamansky/dotnet-webassembly/blob/HEAD/WebAssembly.Tests/Instructions/Int32DivideUnsignedTests.cs
ghcode:00006:72419eb778a5
apache-2.0
codeparrot/github-code
72419eb778a5e09b85a5cfb21a926f642df14fdba41e9be04893393ce7d7b932
0.85
testing_debugging_repair_refactoring
195
false
2026-07-17
using System; using System.IO; using System.Security.Cryptography; using NUnit.Framework; namespace Nmpq.Tests { public static class ObjectMother { private static IMpqArchive OpenTestArchive(string path, string expectedHash) { Assume.That(File.Exists(path)); var fileByt...
cyotek/nmpq
Nmpq.Tests/ObjectMother.cs
https://github.com/cyotek/nmpq/blob/HEAD/Nmpq.Tests/ObjectMother.cs
ghcode:00006:bf49a2e31ae6
apache-2.0
codeparrot/github-code
bf49a2e31ae699a370d95823280b513d7e3ff1bb7f12cb2a1c7010f6d00bb001
0.6
testing_debugging_repair_refactoring
486
false
2026-07-17
using BepuPhysics.CollisionDetection; using BepuUtilities; using BepuUtilities.Memory; using System; using System.Diagnostics; using System.Numerics; using System.Runtime.CompilerServices; using static BepuUtilities.GatherScatter; namespace BepuPhysics.Constraints { /// <summary> /// Constrains points on two ...
bepu/bepuphysics2
BepuPhysics/Constraints/DistanceServo.cs
https://github.com/bepu/bepuphysics2/blob/HEAD/BepuPhysics/Constraints/DistanceServo.cs
ghcode:00006:1e322ef2e527
apache-2.0
codeparrot/github-code
1e322ef2e527ee191f538cb7dfa6417eee18af6b4725c2681a33a749b35479e9
0.7
testing_debugging_repair_refactoring
3,459
false
2026-07-17
#region FreeBSD // Copyright (c) 2013, John Batte // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are permitted provided that // the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, this list ...
patterns-group/code-patterns
src/_specs/Steps/Logging/LoggingContextSteps.cs
https://github.com/patterns-group/code-patterns/blob/HEAD/src/_specs/Steps/Logging/LoggingContextSteps.cs
ghcode:00006:a0c95d25a373
bsd-2-clause
codeparrot/github-code
a0c95d25a373d449d411330c5f21fc03f45a2fc863bd0aa1b9d24767800c2dec
0.63
testing_debugging_repair_refactoring
750
false
2026-07-17
#region (c) 2010-2012 Lokad - CQRS Sample for Windows Azure - New BSD License // Copyright (c) Lokad 2010-2012, http://www.lokad.com // This code is released as Open Source under the terms of the New BSD Licence #endregion using System; using NUnit.Framework; using Sample; // ReSharper disable InconsistentNaming ...
modulexcite/lokad-cqrs
SaaS.Domain.Tests/Aggregates/User/lock_user.cs
https://github.com/modulexcite/lokad-cqrs/blob/HEAD/SaaS.Domain.Tests/Aggregates/User/lock_user.cs
ghcode:00006:a37772d12036
bsd-3-clause
codeparrot/github-code
a37772d120364e0b0a2c56f86c6fdd009e470139225d5afc60dc5fc559daeb69
0.7
testing_debugging_repair_refactoring
424
false
2026-07-17
using System; using System.Collections.Generic; using NUnit.Framework; using ServiceStack.Common.Tests.Models; namespace ServiceStack.OrmLite.FirebirdTests { [TestFixture] public class OrmLiteQueryTests : OrmLiteTestBase { [Test] public void Can_GetById_int_from_ModelWithFieldsOfDifferentTypes_table() { ...
telerik/ServiceStack.OrmLite
tests/ServiceStack.OrmLite.FirebirdTests/OrmLiteQueryTests.cs
https://github.com/telerik/ServiceStack.OrmLite/blob/HEAD/tests/ServiceStack.OrmLite.FirebirdTests/OrmLiteQueryTests.cs
ghcode:00006:f763039df360
bsd-3-clause
codeparrot/github-code
f763039df3605c955edb85f0d60fdff0dd875ff81ef4ce20536d25483da7ce42
0.75
testing_debugging_repair_refactoring
987
false
2026-07-17
//Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD //http://code.google.com/p/moq/ //All rights reserved. //Redistribution and use in source and binary forms, //with or without modification, are permitted provided //that the following conditions are met: // * Redistributions of source...
mbrit/MoqForWinRT
Source/It.cs
https://github.com/mbrit/MoqForWinRT/blob/HEAD/Source/It.cs
ghcode:00006:fbf6e1531f6b
bsd-3-clause
codeparrot/github-code
fbf6e1531f6bfd72182fc8b8923e16ec50530c51f813ed94f3ad39183e0ccb3c
0.7
testing_debugging_repair_refactoring
967
false
2026-07-17
// Copyright © 2010 onwards, Andrew Whewell // All rights reserved. // // Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright notice, this l...
VincentFortuneDeng/VirtualRadarSource2.0.2
Test/Test.VirtualRadar.Interface/Data/AirlineTests.cs
https://github.com/VincentFortuneDeng/VirtualRadarSource2.0.2/blob/HEAD/Test/Test.VirtualRadar.Interface/Data/AirlineTests.cs
ghcode:00006:ce3ed218d4e5
bsd-3-clause
codeparrot/github-code
ce3ed218d4e50c2bc47b01859188a60b701697e20268a9b6e3c3522198e44e70
0.85
testing_debugging_repair_refactoring
548
false
2026-07-17
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System.Collections.Generic; using System.Linq; using osu.Framework.Lists; using NUnit.Framework; namespace osu.Framework.Tests.Lists { [T...
paparony03/osu-framework
osu.Framework.Tests/Lists/TestSortedList.cs
https://github.com/paparony03/osu-framework/blob/HEAD/osu.Framework.Tests/Lists/TestSortedList.cs
ghcode:00006:041e0f531639
mit
codeparrot/github-code
041e0f53163922a84ce19cdef130288dd3c8efcb6a2422d1a8ac45fa7ac9683b
0.85
testing_debugging_repair_refactoring
451
false
2026-07-17
namespace AutoMapper.UnitTests.Projection { using System; using System.Linq; using Should; using Should.Core.Assertions; using Xunit; using QueryableExtensions; namespace NullableItemsTests { public class NullChildItemTest { public NullChildItem...
mwpowellhtx/AutoMapperContributed
src/UnitTests/Projection/NullableItemsTests.cs
https://github.com/mwpowellhtx/AutoMapperContributed/blob/HEAD/src/UnitTests/Projection/NullableItemsTests.cs
ghcode:00006:712ece2ebd3e
mit
codeparrot/github-code
712ece2ebd3e0fcef965dccb222e0e7e28b2ecf5fbd118d6c30d85b0eb553447
0.75
testing_debugging_repair_refactoring
490
false
2026-07-17
using System; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Xunit; namespace Albedo.UnitTests { public abstract class MethodsTests<T> { [Fact] public void SelectParameterLessReturnsCorrectMethod() { var sut = new Methods<ClassWithMethods>(...
ploeh/Albedo
Src/Albedo.UnitTests/MethodsTests.cs
https://github.com/ploeh/Albedo/blob/HEAD/Src/Albedo.UnitTests/MethodsTests.cs
ghcode:00006:8461b76e48ca
mit
codeparrot/github-code
8461b76e48ca6f3cb6e4365aac10c32948de9216f9ace5abb592ed32c49793bc
0.75
testing_debugging_repair_refactoring
3,070
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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; usin...
abock/roslyn
src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForAccessorsRefactoringTests.cs
https://github.com/abock/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForAccessorsRefactoringTests.cs
ghcode:00006:afe55f1261d3
mit
codeparrot/github-code
afe55f1261d30d93bbf07f379ee0d5cc6d20d678398540c52e27b914e08be623
0.85
testing_debugging_repair_refactoring
2,190
false
2026-07-17
using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; #if !ONPREMISES using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; #endif using OfficeDevPnP.Core.Framework.Provisioning.Connectors; using System; using System.Collections.Generic; using System.Linq; us...
OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core.Tests/Framework/Connectors/ConnectorSharePointTests.cs
https://github.com/OfficeDev/PnP-Sites-Core/blob/HEAD/Core/OfficeDevPnP.Core.Tests/Framework/Connectors/ConnectorSharePointTests.cs
ghcode:00006:ac84ee9ca92f
mit
codeparrot/github-code
ac84ee9ca92f400eb8b8a0acaa8149a03e3e1f6db5b0c99cae3440e012d2dd01
0.85
testing_debugging_repair_refactoring
2,905
false
2026-07-17
using System; using FluentValidation.TestHelper; using Moq; using NUnit.Framework; using Weapsy.Domain.Modules.Commands; using Weapsy.Domain.Modules.Validators; using Weapsy.Domain.Modules.Rules; using Weapsy.Domain.Sites.Rules; using Weapsy.Domain.ModuleTypes.Rules; namespace Weapsy.Domain.Tests.Modules.Validators {...
lucabriguglia/weapsy
test/Weapsy.Domain.Tests/Modules/Validators/CreateModuleValidatorTests.cs
https://github.com/lucabriguglia/weapsy/blob/HEAD/test/Weapsy.Domain.Tests/Modules/Validators/CreateModuleValidatorTests.cs
ghcode:00006:f01dcc9d5a88
mit
codeparrot/github-code
f01dcc9d5a887ef11b91ac228d5fd55daa9d07ba19414d51e3105ef83dffd971
0.75
testing_debugging_repair_refactoring
808
false
2026-07-17
using System; using System.Linq; using System.Threading.Tasks; using Marten.Services; using Marten.Testing.Documents; using Marten.Testing.Examples; using Marten.Testing.Harness; using Marten.Util; using Xunit; namespace Marten.Testing.Linq { public class query_running_through_the_IdentityMap_Tests : IntegrationC...
ericgreenmix/marten
src/Marten.Testing/Linq/query_running_through_the_IdentityMap_Tests.cs
https://github.com/ericgreenmix/marten/blob/HEAD/src/Marten.Testing/Linq/query_running_through_the_IdentityMap_Tests.cs
ghcode:00006:e2fc5c22fe4a
mit
codeparrot/github-code
e2fc5c22fe4aad9b0cb6f6ce1e42236c8a18967a1675807dce8ff83076c5671c
0.75
testing_debugging_repair_refactoring
756
false
2026-07-17
namespace AngleSharp.Core.Tests.Library { using AngleSharp.Core.Tests.Mocks; using AngleSharp.Dom.Events; using AngleSharp.Dom.Html; using AngleSharp.Extensions; using AngleSharp.Parser.Css; using AngleSharp.Parser.Html; using NUnit.Framework; using System.Collections.Generic; using...
FlorianRappl/AngleSharp
src/AngleSharp.Core.Tests/Library/Error.cs
https://github.com/FlorianRappl/AngleSharp/blob/HEAD/src/AngleSharp.Core.Tests/Library/Error.cs
ghcode:00006:a58e22a85c3c
mit
codeparrot/github-code
a58e22a85c3ce12d0754d4f0b2d9e4e8f60e87e18483d28302048a67517dcb71
0.6
testing_debugging_repair_refactoring
1,562
false
2026-07-17
// ----------------------------------------------------------------------- // <copyright file="EnumerableExtensionsTestsForIDisposable.cs" company="Leet"> // Copyright (c) Leet. All rights reserved. // Licensed under the MIT License. // See License.txt in the project root for full license information. // <...
Leet/Corelib
test/Leet.Tests.Corelib/Tests/EnumerableExtensionsTestsForIDisposable.cs
https://github.com/Leet/Corelib/blob/HEAD/test/Leet.Tests.Corelib/Tests/EnumerableExtensionsTestsForIDisposable.cs
ghcode:00006:fa221d1b94f5
mit
codeparrot/github-code
fa221d1b94f520909306cb8701e5f2084365c9e436ed34886e198c3e7c82e43f
0.95
testing_debugging_repair_refactoring
146
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.Collections.Generic; using System.IO; using System.Linq; using FluentAssertions; using Microsoft.DotNet.Cli; using Microsoft.DotNet....
johnbeisner/cli
test/dotnet.Tests/ParserTests/AddReferenceParserTests.cs
https://github.com/johnbeisner/cli/blob/HEAD/test/dotnet.Tests/ParserTests/AddReferenceParserTests.cs
ghcode:00006:4a6b2c3a6bbe
mit
codeparrot/github-code
4a6b2c3a6bbe0944eee4f5199ef4131559f08843cd187d4daa1267e4d9de9319
0.85
testing_debugging_repair_refactoring
698
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.Fx.Portability.ObjectModel; using System; using static Microsoft.Fx.Portability.Tests.TestData.TestFrameworks; namespace Microsoft.Fx.Portability.Test...
JJVertical/dotnet-apiport
tests/Microsoft.Fx.Portability.Tests/TestData/TestDotNetCatalog.cs
https://github.com/JJVertical/dotnet-apiport/blob/HEAD/tests/Microsoft.Fx.Portability.Tests/TestData/TestDotNetCatalog.cs
ghcode:00006:df0920ed2c54
mit
codeparrot/github-code
df0920ed2c54e80b17a14eb19e6bb6e28b45e535630722238c8cd0ed79faeed4
0.75
testing_debugging_repair_refactoring
856
false
2026-07-17
using NUnit.Framework; using System; using OpenQA.Selenium.Remote; using System.Collections.Generic; using OpenQA.Selenium.Appium.Test.Helpers; using OpenQA.Selenium.Appium.iOS; using OpenQA.Selenium.Appium.Android; namespace OpenQA.Selenium.Appium.Test.Specs { [TestFixture()] public class ByIosUIAutomationTe...
suryarend/appium-dotnet-driver
test/specs/SelectorTest.cs
https://github.com/suryarend/appium-dotnet-driver/blob/HEAD/test/specs/SelectorTest.cs
ghcode:00006:3ad28989c5d9
apache-2.0
codeparrot/github-code
3ad28989c5d9dd8a9e7c89d1c3901a6b5661ae2cae4fd1923434ee5ab5288009
0.7
testing_debugging_repair_refactoring
2,394
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.Versioning; using System.Text; namespace NuGet { internal class ZipPackageAssemblyReference : ZipPackageFile, IPackageAssemblyReference { private readonly FrameworkName _targetFramework; ...
mdavid/nuget
src/Core/Packages/ZipPackageAssemblyReference.cs
https://github.com/mdavid/nuget/blob/HEAD/src/Core/Packages/ZipPackageAssemblyReference.cs
ghcode:00006:c0cd55c23e27
apache-2.0
codeparrot/github-code
c0cd55c23e27c45796c5cf1d43e27e8f87626ebbbd9af12bd18b2ba44936bc5b
0.6
testing_debugging_repair_refactoring
287
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.Diagnostics; namespace Microsoft.CodeAnalysis { internal partial struct SymbolKey { private static class ReducedExtensionMethod...
aelij/roslyn
src/Workspaces/Core/Portable/SymbolKey/SymbolKey.MethodSymbolKey.cs
https://github.com/aelij/roslyn/blob/HEAD/src/Workspaces/Core/Portable/SymbolKey/SymbolKey.MethodSymbolKey.cs
ghcode:00006:41f5198c58b7
apache-2.0
codeparrot/github-code
41f5198c58b787d48693ec04583d3a5b3cdb1ca6778cc3b4263f412ec1b6bb35
0.85
testing_debugging_repair_refactoring
1,663
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.Linq; using Microsoft.CodeAnalysis...
VSadov/roslyn
src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_Conversion.cs
https://github.com/VSadov/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_Conversion.cs
ghcode:00006:21c36a4871ec
apache-2.0
codeparrot/github-code
21c36a4871ec44603251416ae7ca0fae70f777205eaae81eb2de39056b845132
0.72
testing_debugging_repair_refactoring
12,930
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="UdpIntegrationSpec.cs" company="Akka.NET Project"> // Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyrig...
ali-ince/akka.net
src/core/Akka.Tests/IO/UdpIntegrationSpec.cs
https://github.com/ali-ince/akka.net/blob/HEAD/src/core/Akka.Tests/IO/UdpIntegrationSpec.cs
ghcode:00006:a232c7858dda
apache-2.0
codeparrot/github-code
a232c7858ddaa2a351e4ef60f8445e87b59c66585e2647d49aa801eb7106810a
0.85
testing_debugging_repair_refactoring
1,491
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using LightBDD.Core.Execution; using LightBDD.Core.Extensibility; using LightBDD.Core.Formatting.Values; using LightBDD.Core.Metadata; using LightBDD.Core.Results; using LightBDD.Core.Results.Parameters; using LightBDD.Core.UnitTests.Helpers; using Lig...
Suremaker/LightBDD
test/LightBDD.Core.UnitTests/CoreBddRunner_complex_parameter_step_execution_tests.cs
https://github.com/Suremaker/LightBDD/blob/HEAD/test/LightBDD.Core.UnitTests/CoreBddRunner_complex_parameter_step_execution_tests.cs
ghcode:00006:e3c63e5f6d64
bsd-2-clause
codeparrot/github-code
e3c63e5f6d64db4846ebec089ce6c11a4fefcabc766ff700c2a35d79a7feae50
0.68
testing_debugging_repair_refactoring
1,349
false
2026-07-17
using System; using System.Collections.Generic; using System.Text; using AspectCore.Configuration; using AspectCore.DynamicProxy; using Xunit; namespace AspectCore.Tests.DynamicProxy { public class NonAspectTest:DynamicProxyTestBase { [Fact] public void Aspect_Test() { var ...
AspectCore/Abstractions
tests/AspectCore.Tests/DynamicProxy/NonAspectTest.cs
https://github.com/AspectCore/Abstractions/blob/HEAD/tests/AspectCore.Tests/DynamicProxy/NonAspectTest.cs
ghcode:00006:ed33b489ff7a
mit
codeparrot/github-code
ed33b489ff7a5e5321a49041733ab2108d85f6fcf785008973c498b39ab86a0e
0.75
testing_debugging_repair_refactoring
350
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection.Metadata; using Micro...
DanielRosenwasser/roslyn
src/Compilers/Core/Portable/Emit/EditAndContinueMethodDebugInformation.cs
https://github.com/DanielRosenwasser/roslyn/blob/HEAD/src/Compilers/Core/Portable/Emit/EditAndContinueMethodDebugInformation.cs
ghcode:00006:f7722031cad2
apache-2.0
codeparrot/github-code
f7722031cad24987a51623ccf1736503e682916906f084d49dc5b1f2347f74ed
0.85
testing_debugging_repair_refactoring
2,100
false
2026-07-17