text
stringlengths
40
299k
repo_name
stringlengths
7
71
path
stringlengths
4
235
source_url
stringlengths
45
289
commit_or_blob_id
stringlengths
25
25
license
stringclasses
7 values
source_dataset
stringclasses
1 value
content_sha256
stringlengths
64
64
quality_score
float64
0.2
0.95
category_slice
stringclasses
1 value
token_count
int64
11
109k
is_synthetic
bool
1 class
collected_at
stringdate
2026-07-17 00:00:00
2026-07-17 00:00:00
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Net.Sockets; using PubSubSQL; namespace PubSubSQLTest { [TestClass] public class NetHelperTest { int port = 7777; [TestMethod] public void TestWriteRead() { Socket soc...
pubsubsql/dotnet
ClientTest/NetHelperTest.cs
https://github.com/pubsubsql/dotnet/blob/HEAD/ClientTest/NetHelperTest.cs
ghcode:00178:7c48e018b38d
apache-2.0
codeparrot/github-code
7c48e018b38dadcdd60cf1a690f6983621b8d586e3940c33783bc11cf3369a82
0.6
testing_debugging_repair_refactoring
300
false
2026-07-17
using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Caching.Redis; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Options; using Newtonsoft.Json; using NUnit.Framework; using Ratana.Library.Cache; using System; using System.Threadi...
superkarn/RatanaLibrary
tests/Tests.Ratana.Library/Cache/MultilevelDistributedCacheTest_L1MemoryL2Redis.cs
https://github.com/superkarn/RatanaLibrary/blob/HEAD/tests/Tests.Ratana.Library/Cache/MultilevelDistributedCacheTest_L1MemoryL2Redis.cs
ghcode:00178:d42b84c1ca37
apache-2.0
codeparrot/github-code
d42b84c1ca378bd364c20559b78ec53ca5f175f24ffe4694c31783a9f0bb4d0b
0.7
testing_debugging_repair_refactoring
1,895
false
2026-07-17
using System; using System.Collections.Generic; using DevLab.JmesPath.Utils; using Newtonsoft.Json.Linq; namespace DevLab.JmesPath.Functions { public class ToObjectFunction : JmesPathFunction { public ToObjectFunction() : base("to_object", 1) { } publi...
jdevillard/JmesPath.Net
src/jmespath.net/Functions/ToObjectFunction.cs
https://github.com/jdevillard/JmesPath.Net/blob/HEAD/src/jmespath.net/Functions/ToObjectFunction.cs
ghcode:00178:cfd380ee0204
apache-2.0
codeparrot/github-code
cfd380ee0204a55c1ae364e0eb48b9256edc4db9fa1d14da4b1778525e414352
0.6
testing_debugging_repair_refactoring
355
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using MeTLLib.Providers; namespace MeTLLibTests { [TestClass] public class FixingINodes { [TestMethod] public void SimpleStemming(){ ...
StackableRegiments/metl2011
MeTLMeeting/MeTLLibTests/INodeFix.cs
https://github.com/StackableRegiments/metl2011/blob/HEAD/MeTLMeeting/MeTLLibTests/INodeFix.cs
ghcode:00178:38f62fac6836
apache-2.0
codeparrot/github-code
38f62fac683630d5f5c77c8b9a11454b781915b1a2d23297a09581baf1345efa
0.75
testing_debugging_repair_refactoring
965
false
2026-07-17
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
PitneyBowes/LocationIntelligenceSDK-CSharp
src/pb.locationIntelligence.Test/Model/GeoLocationFixedLineTests.cs
https://github.com/PitneyBowes/LocationIntelligenceSDK-CSharp/blob/HEAD/src/pb.locationIntelligence.Test/Model/GeoLocationFixedLineTests.cs
ghcode:00178:5b47de093841
apache-2.0
codeparrot/github-code
5b47de0938417f367e5cc97a7442076408378a65abc853e5b642f6698c2630c3
0.85
testing_debugging_repair_refactoring
674
false
2026-07-17
using NUnit.Framework; namespace NServiceKit.OrmLite.FirebirdTests.Expressions { /// <summary>A conditional expression test.</summary> public class ConditionalExpressionTest : ExpressionsTestBase { /// <summary>Can select conditional and expression.</summary> [Test] public void Can...
NServiceKit/NServiceKit.OrmLite
tests/NServiceKit.OrmLite.FirebirdTests/Expressions/ConditionalExpressionTest.cs
https://github.com/NServiceKit/NServiceKit.OrmLite/blob/HEAD/tests/NServiceKit.OrmLite.FirebirdTests/Expressions/ConditionalExpressionTest.cs
ghcode:00178:52c13b069be5
bsd-3-clause
codeparrot/github-code
52c13b069be5b2d903d021c68d2df352550058ff36eaefaf4f58b375e8d3dbf0
0.85
testing_debugging_repair_refactoring
938
false
2026-07-17
using System; using Castle.MicroKernel.Registration; using Castle.Windsor; using Common.Logging; using Common.Logging.Simple; using NUnit.Framework; using SccmTools.Library.Infrastructure; using SccmTools.Library.Infrastructure.LifeStyles; namespace SccmTools.Tests.UnitTests { [TestFixture(Category = "UnitTests")...
trondr/SccmTools
src/SccmTools.Tests/UnitTests/UnitTestsTemplate.cs
https://github.com/trondr/SccmTools/blob/HEAD/src/SccmTools.Tests/UnitTests/UnitTestsTemplate.cs
ghcode:00178:b423105951c3
bsd-3-clause
codeparrot/github-code
b423105951c3a12cf13ebf7f1639ec407878a8360560857bfe8fae66b09edc3e
0.85
testing_debugging_repair_refactoring
846
false
2026-07-17
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
zekizeki/agentservice
OpenSim/Data/NHibernate/Tests/NHibernateMySQLAssetTest.cs
https://github.com/zekizeki/agentservice/blob/HEAD/OpenSim/Data/NHibernate/Tests/NHibernateMySQLAssetTest.cs
ghcode:00178:71e7ebde32f5
bsd-3-clause
codeparrot/github-code
71e7ebde32f5ebb20823938702077996a296f41a95a2bc6f98245dbcc46a6aa9
0.95
testing_debugging_repair_refactoring
624
false
2026-07-17
using System; using Shouldly; namespace NorwegianShouldly { // // Translates DateTimeShouldBeTestExtensions.cs in the Shouldly codebase // public static class DateTimeShouldBeTestExtensions { public static void SkalVære(this DateTime faktisk, DateTime forventet, TimeSpan toleranse) ...
eaardal/norwegian-shouldly
src/NorwegianShouldly/DateTimeShouldBeTestExtensions.cs
https://github.com/eaardal/norwegian-shouldly/blob/HEAD/src/NorwegianShouldly/DateTimeShouldBeTestExtensions.cs
ghcode:00178:ebe3f87e79f1
bsd-3-clause
codeparrot/github-code
ebe3f87e79f1327c74d9546068769ad1487b7c933e7710d210b9346c188ee447
0.7
testing_debugging_repair_refactoring
1,088
false
2026-07-17
using BusinessObjects.Validators; using NUnit.Framework; namespace BusinessObjects.Tests { [TestFixture] public class BusinessObjectBaseTests : BaseClass { [Test] public void ListOfObjectsPrintsIndexOfInvalidItem() { var o = new ListOfBusinessObject(); Assert.IsFals...
FatturaElettronicaPA/BusinessObjects
BusinessObjects.Tests/BusinessObjectBaseTests.cs
https://github.com/FatturaElettronicaPA/BusinessObjects/blob/HEAD/BusinessObjects.Tests/BusinessObjectBaseTests.cs
ghcode:00178:24b77565c4b7
bsd-3-clause
codeparrot/github-code
24b77565c4b70a72b22887349c3006d61558da56fbd11386a11c3f0b3ae55454
0.75
testing_debugging_repair_refactoring
883
false
2026-07-17
using System.Threading.Tasks; using CompaniesHouse.Response.CompanyFiling; using NUnit.Framework; namespace CompaniesHouse.IntegrationTests.Tests.CompanyFilingHistoryTests { [TestFixture] public class CompanyFilingHistoryTestsInvalid : CompanyFilingHistoryTestBase { private const string InvalidCom...
LiberisLabs/CompaniesHouse.NET
src/CompaniesHouse.IntegrationTests/Tests/CompanyFilingHistoryTests/CompanyFilingHistoryTestsInvalid.cs
https://github.com/LiberisLabs/CompaniesHouse.NET/blob/HEAD/src/CompaniesHouse.IntegrationTests/Tests/CompanyFilingHistoryTests/CompanyFilingHistoryTestsInvalid.cs
ghcode:00178:e9101e768cc4
mit
codeparrot/github-code
e9101e768cc4a5251aabbe3452698ba38de8d861f4a101aa7f7fdfb8c26f0ea4
0.85
testing_debugging_repair_refactoring
192
false
2026-07-17
using System.IO; using System.Runtime.Serialization.Formatters.Binary; using Cuemon.Extensions.IO; using Cuemon.Extensions.Newtonsoft.Json.Formatters; using Cuemon.Extensions.Xunit; using Cuemon.Xml.Serialization.Formatters; using Microsoft.AspNetCore.Http; using Xunit; using Xunit.Abstractions; namespace Cuemon.AspN...
gimlichael/CuemonCore
test/Cuemon.AspNetCore.Tests/Http/ConflictExceptionTest.cs
https://github.com/gimlichael/CuemonCore/blob/HEAD/test/Cuemon.AspNetCore.Tests/Http/ConflictExceptionTest.cs
ghcode:00178:c35ef00874a0
mit
codeparrot/github-code
c35ef00874a0c02b90ca5dc09f93e9f85db110170ff2ce04aeac85edd93215c4
0.7
testing_debugging_repair_refactoring
802
false
2026-07-17
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace applicationGateway.Models { using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; using System.Collections; ...
ljhljh235/AutoRest
Samples/test/end-to-end/network/Client/Models/NetworkInterface.cs
https://github.com/ljhljh235/AutoRest/blob/HEAD/Samples/test/end-to-end/network/Client/Models/NetworkInterface.cs
ghcode:00178:2e838d77570b
mit
codeparrot/github-code
2e838d77570b57c0661756765a190fb6e641ec65f9d2459ce9303c0d008b27d5
0.95
testing_debugging_repair_refactoring
1,377
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Ovicus.Caching.Test { [TestClass] public class SqlCacheTest { private const string connectionString = "Data Source=.;Initial Catalog=CacheDatabase;Integrated Security=True"; [TestMethod] ...
ovicus/sqlcache
Ovicus.Caching.Test/SqlCacheTest.cs
https://github.com/ovicus/sqlcache/blob/HEAD/Ovicus.Caching.Test/SqlCacheTest.cs
ghcode:00178:621286f9a75b
mit
codeparrot/github-code
621286f9a75b925f94bcfefa579c38f72d8ff82a2e89d5171d1ec2f58e0c28fb
0.7
testing_debugging_repair_refactoring
432
false
2026-07-17
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Bot Framework: http://botframework.com // // Bot Builder SDK Github: // https://github.com/Microsoft/BotBuilder // // Copyright (c) Microsoft Corporation // All rights reserved. // // MIT License: /...
digibaraka/BotBuilder
CSharp/Library/FormFlow/Steps.cs
https://github.com/digibaraka/BotBuilder/blob/HEAD/CSharp/Library/FormFlow/Steps.cs
ghcode:00178:6cd285f22423
mit
codeparrot/github-code
6cd285f22423bd0996ebc9949a73f11c10765afa9df6e83d5763525a3ca2b574
0.85
testing_debugging_repair_refactoring
5,320
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Collections.Specialized.Tests { public class NameValueCollectionCopyToTests {...
marksmeltzer/corefx
src/System.Collections.Specialized/tests/NameValueCollection/NameValueCollection.CopyToTests.cs
https://github.com/marksmeltzer/corefx/blob/HEAD/src/System.Collections.Specialized/tests/NameValueCollection/NameValueCollection.CopyToTests.cs
ghcode:00178:6b13084783c8
mit
codeparrot/github-code
6b13084783c825860138511e41c3901c306a4a7b7ed9d65416c66f3bfda33269
0.95
testing_debugging_repair_refactoring
622
false
2026-07-17
using System; using System.Linq; using System.Net; using System.Threading.Tasks; using Elasticsearch.Net; using FluentAssertions; using Tests.Framework; namespace Tests.ClientConcepts.ConnectionPooling.Exceptions { public class UnrecoverableExceptions { /** == Unrecoverable exceptions * Unrecoverable exception...
KodrAus/elasticsearch-net
src/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnrecoverableExceptions.doc.cs
https://github.com/KodrAus/elasticsearch-net/blob/HEAD/src/Tests/ClientConcepts/ConnectionPooling/Exceptions/UnrecoverableExceptions.doc.cs
ghcode:00178:be4dbad14076
apache-2.0
codeparrot/github-code
be4dbad14076e353366c92184c9badd472b5e08a7e18c2794b4df5135664ad0c
0.85
testing_debugging_repair_refactoring
478
false
2026-07-17
using UniqueList; using NUnit.Framework; namespace UniqueListTests { [TestFixture] public class UniqueListTests { private UniqueList.UniqueList list; [SetUp] public void Initialization() { list = new UniqueList.UniqueList(); } [Test] pub...
alexander-bzikadze/University_tasks
Semester_2/4.2/UniqueList.Tests.cs
https://github.com/alexander-bzikadze/University_tasks/blob/HEAD/Semester_2/4.2/UniqueList.Tests.cs
ghcode:00178:0aaa206f8139
apache-2.0
codeparrot/github-code
0aaa206f8139283b819444eb66abeac20426b8d16e43bab7b6ec1f49f849a427
0.75
testing_debugging_repair_refactoring
294
false
2026-07-17
using FluentAssertions; using Mendham.Concurrency.Test.TestObjects; using Mendham.Testing; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace Mendham.Concurrency.Test { public class Int64ConcurrencyTokenTest { [Theory, MendhamData] ...
Mendham/Mendham
test/Mendham.Concurrency.Test/Int64ConcurrencyTokenTest.cs
https://github.com/Mendham/Mendham/blob/HEAD/test/Mendham.Concurrency.Test/Int64ConcurrencyTokenTest.cs
ghcode:00178:28463d43b23b
apache-2.0
codeparrot/github-code
28463d43b23be307d23d2346004a74ac34d14e96b1eafe1570e94eefd07adc62
0.75
testing_debugging_repair_refactoring
2,220
false
2026-07-17
using System; using Common.Logging; using Common.Logging.Simple; using NUnit.Framework; using _S_TestsProjectName_S_.Common; namespace _S_TestsProjectName_S_.IntegrationTests.AdminUser { [TestFixture(Category = TestCategory.AdminUserIntegrationTests)] public class AdminUserImpersonationTests { pri...
trondr/NCmdLiner.SolutionTemplates
Console Application/src/_S_TestsProjectName_S_/IntegrationTests/AdminUser/AdminUserImpersonationTests.cs
https://github.com/trondr/NCmdLiner.SolutionTemplates/blob/HEAD/Console Application/src/_S_TestsProjectName_S_/IntegrationTests/AdminUser/AdminUserImpersonationTests.cs
ghcode:00178:e2881fa306e5
bsd-3-clause
codeparrot/github-code
e2881fa306e5373afa9d6556f02d76efad9d8a8d454a26589b488075689879ca
0.85
testing_debugging_repair_refactoring
395
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.Numerics.Tests { public class ComparisonTest { private const int Numb...
lggomez/corefx
src/System.Runtime.Numerics/tests/BigInteger/Comparison.cs
https://github.com/lggomez/corefx/blob/HEAD/src/System.Runtime.Numerics/tests/BigInteger/Comparison.cs
ghcode:00178:5b648e55b931
mit
codeparrot/github-code
5b648e55b93109822fbc9dccfbdae42c7bf7c8b449c35ef2cd4b957a46545f2c
0.95
testing_debugging_repair_refactoring
6,338
false
2026-07-17
using NUnit.Framework; using Google.GData.Client.UnitTests; using Google.GData.YouTube; namespace Google.GData.Client.UnitTests.YouTube { /// <summary> ///This is a test class for QueryStringTest and is intended ///to contain all QueryStringTest Unit Tests ///</summary> [Test...
michael-jia-sage/libgoogle
src/unittests/youtube/QueryStringTest.cs
https://github.com/michael-jia-sage/libgoogle/blob/HEAD/src/unittests/youtube/QueryStringTest.cs
ghcode:00178:71b91d592035
apache-2.0
codeparrot/github-code
71b91d59203513c2541301aafc18bec0828317e37d4fb6845ba5278e675f9cb9
0.85
testing_debugging_repair_refactoring
479
false
2026-07-17
/* * (c) 2008 MOSA - The Managed Operating System Alliance * * Licensed under the terms of the New BSD License. * * Authors: * Michael Ruck (grover) <sharpos@michaelruck.de> * Scott Balmos <sbalmos@fastmail.fm> * Phil Garcia (tgiphil) <phil@thinkedge.com> */ using System.Diagnostics; using Mosa.Compiler.F...
Kintaro/MOSA-Project
Source/Mosa.Platform.x86/Stages/MemToMemConversionStage.cs
https://github.com/Kintaro/MOSA-Project/blob/HEAD/Source/Mosa.Platform.x86/Stages/MemToMemConversionStage.cs
ghcode:00178:a8624ec545c9
bsd-3-clause
codeparrot/github-code
a8624ec545c9def76ec950d9b5d4512bfa1ae76e094eae3ff944aadf26ef169d
0.85
testing_debugging_repair_refactoring
1,159
false
2026-07-17
namespace AngleSharp.Performance { using System; using System.Collections.Generic; public sealed class StandardTests { readonly List<ITest> _tests; public StandardTests() { _tests = new List<ITest>(); } public List<ITest> Tests { ...
FlorianRappl/AngleSharp
src/AngleSharp.Performance.Utilities/StandardTests.cs
https://github.com/FlorianRappl/AngleSharp/blob/HEAD/src/AngleSharp.Performance.Utilities/StandardTests.cs
ghcode:00178:fe6267db063f
mit
codeparrot/github-code
fe6267db063f5c1d5c2ee5584fb3332c06f7d72e128e677c2ab86f08bfc29146
0.75
testing_debugging_repair_refactoring
118
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/CookiecutterTests/MockRedirector.cs
https://github.com/Microsoft/PTVS/blob/HEAD/Python/Tests/CookiecutterTests/MockRedirector.cs
ghcode:00178:eb4ef7be0430
apache-2.0
codeparrot/github-code
eb4ef7be04308021dd995afa850db0ec9e985231e1e6b528dcfff6b0643562db
0.95
testing_debugging_repair_refactoring
251
false
2026-07-17
using System; using Moq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Composing; using Umbraco.Core.Configuration; using Umbraco.Core.Models; using Umbraco.Tests.LegacyXmlPublishedCache; using Umbraco.Tests.TestHelpers; using Umbraco.Tests.Testing; namespace Umbraco.Tests.Routing { // purpose: te...
abjerner/Umbraco-CMS
src/Umbraco.Tests/Routing/UrlRoutesTests.cs
https://github.com/abjerner/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/Routing/UrlRoutesTests.cs
ghcode:00178:423403be9e2e
mit
codeparrot/github-code
423403be9e2ea41ce4c3cab4582ac46fe5a810e736db7c4e4bb1603371db3c2b
0.85
testing_debugging_repair_refactoring
4,370
false
2026-07-17
using System.IO; using System.Configuration; using Moq; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.IO; namespace Umbraco.Tests.TestHelpers { public class SettingsForTests { public static IGlobalSettings GenerateMockGlobalS...
rasmuseeg/Umbraco-CMS
src/Umbraco.Tests/TestHelpers/SettingsForTests.cs
https://github.com/rasmuseeg/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/TestHelpers/SettingsForTests.cs
ghcode:00178:1b1ef7c077ec
mit
codeparrot/github-code
1b1ef7c077ec9608f49d697bda249e41ca323ad2f486fa0ef1d525f89a508d86
0.85
testing_debugging_repair_refactoring
1,011
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...
ClogenyTechnologies/azure-powershell
src/ResourceManager/AzureBatch/Commands.Batch.Test/Jobs/SetBatchJobCommandTests.cs
https://github.com/ClogenyTechnologies/azure-powershell/blob/HEAD/src/ResourceManager/AzureBatch/Commands.Batch.Test/Jobs/SetBatchJobCommandTests.cs
ghcode:00178:6d0dc8aa64da
apache-2.0
codeparrot/github-code
6d0dc8aa64da37b21c4a8b898fa33e96658c14d506c5340c55c8cce9d1f1f07e
0.85
testing_debugging_repair_refactoring
1,128
false
2026-07-17
using System; using NUnit.Framework; namespace OpenQA.Selenium { [TestFixture] public class MiscTest : DriverTestFixture { [Test] public void ShouldReportTheCurrentUrlCorrectly() { driver.Url = macbethPage; Assert.AreEqual(macbethPage, driver.Url)...
jmt4/Selenium2
dotnet/test/WebDriver.Common.Tests/MiscTest.cs
https://github.com/jmt4/Selenium2/blob/HEAD/dotnet/test/WebDriver.Common.Tests/MiscTest.cs
ghcode:00178:ae42f0f6f169
apache-2.0
codeparrot/github-code
ae42f0f6f1699bc1cdb9c601d8651f527455d8d4296edb2e54485869b270c4ba
0.95
testing_debugging_repair_refactoring
433
false
2026-07-17
#region License // Copyright (c) 2018, FluentMigrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
schambers/fluentmigrator
test/FluentMigrator.Tests/Unit/Generators/Firebird/FirebirdOptionsTests.cs
https://github.com/schambers/fluentmigrator/blob/HEAD/test/FluentMigrator.Tests/Unit/Generators/Firebird/FirebirdOptionsTests.cs
ghcode:00178:660418897bad
apache-2.0
codeparrot/github-code
660418897bad0027ff0b5913183aff710ebb0d053e315fba57d23c582d906062
0.85
testing_debugging_repair_refactoring
300
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 comp...
facebook-csharp-sdk/facebook-csharp-sdk
Source/Facebook.Tests/FacebookUtils/ConvertToString/GivenANumberOutOfHttpMethodRangeThen.cs
https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/blob/HEAD/Source/Facebook.Tests/FacebookUtils/ConvertToString/GivenANumberOutOfHttpMethodRangeThen.cs
ghcode:00178:6d0e75fd0feb
apache-2.0
codeparrot/github-code
6d0e75fd0febc041a2b6566489069ddb93b2c219ab64122a6fd7dd4061c01a19
0.85
testing_debugging_repair_refactoring
336
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="FlowSelectAsyncUnorderedSpec .cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> //...
derwasp/akka.net
src/core/Akka.Streams.Tests/Dsl/FlowSelectAsyncUnorderedSpec .cs
https://github.com/derwasp/akka.net/blob/HEAD/src/core/Akka.Streams.Tests/Dsl/FlowSelectAsyncUnorderedSpec .cs
ghcode:00178:1f584a503e4d
apache-2.0
codeparrot/github-code
1f584a503e4d357ab729ccbf4c1c4ae2f47c15db16efbd1500dca75745dc39b7
0.85
testing_debugging_repair_refactoring
2,619
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threadi...
AmadeusW/roslyn
src/Analyzers/Core/CodeFixes/MatchFolderAndNamespace/AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs
https://github.com/AmadeusW/roslyn/blob/HEAD/src/Analyzers/Core/CodeFixes/MatchFolderAndNamespace/AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs
ghcode:00178:1d80d96d1e59
apache-2.0
codeparrot/github-code
1d80d96d1e59dc9e36c56b2c815ba5f0a7a98faa10869307c94a346646a3c737
0.85
testing_debugging_repair_refactoring
600
false
2026-07-17
using System; using System.Diagnostics; using HANDLE = System.IntPtr; using System.Text; namespace Community.CsharpSqlite { public partial class Sqlite3 { /* ** 2006 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** *...
slozier/ironpython2
Src/IronPython.SQLite/c#sqlite/loadext_c.cs
https://github.com/slozier/ironpython2/blob/HEAD/Src/IronPython.SQLite/c#sqlite/loadext_c.cs
ghcode:00178:ef3884badf48
apache-2.0
codeparrot/github-code
ef3884badf482e4d687d1677f013308a7ce664df79d849fe5ba601937645b593
0.85
testing_debugging_repair_refactoring
6,268
false
2026-07-17
using System; using System.Collections.Generic; using System.Globalization; using System.Runtime.Serialization; using System.Text; using WebStack.QA.Instancing; namespace WebStack.QA.Share.Controllers.TypeLibrary { /// <summary> /// Test type. /// </summary> [DataContract] public enum EnumType_17 ...
lewischeng-ms/WebApi
OData/test/E2ETestV3/WebStack.QA.Share/Controllers/TypeLibrary/ComplexTypes.cs
https://github.com/lewischeng-ms/WebApi/blob/HEAD/OData/test/E2ETestV3/WebStack.QA.Share/Controllers/TypeLibrary/ComplexTypes.cs
ghcode:00178:0311f4ac9e61
mit
codeparrot/github-code
0311f4ac9e616437e12499ba6bb4090d4b79467de8f0761fe242533d03b5b30f
0.82
testing_debugging_repair_refactoring
16,780
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.IO; using System.IO.Compression; using System.Net.Test.Common; using ...
ViktorHofer/corefx
src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Decompression.cs
https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Decompression.cs
ghcode:00178:c78ba1e17bd1
mit
codeparrot/github-code
c78ba1e17bd16ea012ba90901fdb73fbaf4ff641fd5a36a39a4b3de19198c97d
0.95
testing_debugging_repair_refactoring
2,215
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; public static unsafe class ValueTypeTests { [Fact] public static void TestToString() { ...
mafiya69/corefx
src/System.Runtime/tests/System/ValueType.cs
https://github.com/mafiya69/corefx/blob/HEAD/src/System.Runtime/tests/System/ValueType.cs
ghcode:00178:f58360219381
mit
codeparrot/github-code
f583602193819fbd0dcff76243f7682479bf3223949e8e0586507407aeb02d79
0.95
testing_debugging_repair_refactoring
134
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 Y...
antony-liu/npoi
testcases/main/HSSF/Util/TestCellReference.cs
https://github.com/antony-liu/npoi/blob/HEAD/testcases/main/HSSF/Util/TestCellReference.cs
ghcode:00178:0bf5c5611c63
apache-2.0
codeparrot/github-code
0bf5c5611c633e5661bd6df03e96bd8067ccb5e7926be997cafe711f61b4f35e
0.85
testing_debugging_repair_refactoring
2,030
false
2026-07-17
//--------------------------------------------------------------------- // <copyright file="AsyncBatchRoundtripJsonLightTests.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //-------------------...
hotchandanisagar/odata.net
test/FunctionalTests/Tests/DataOData/Tests/OData.TDD.Tests/Roundtripping/JsonLight/AsyncBatchRoundtripJsonLightTests.cs
https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Tests/DataOData/Tests/OData.TDD.Tests/Roundtripping/JsonLight/AsyncBatchRoundtripJsonLightTests.cs
ghcode:00178:8907969f7c66
mit
codeparrot/github-code
8907969f7c66ff6730bdd07c2d46cfd9c3342298373d013d4985fc59adf3243d
0.95
testing_debugging_repair_refactoring
1,762
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Sy...
ptoonen/corefx
src/System.Diagnostics.Process/tests/ProcessWaitingTests.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/System.Diagnostics.Process/tests/ProcessWaitingTests.cs
ghcode:00178:6672e30ad1ed
mit
codeparrot/github-code
6672e30ad1edc06c4cfeb78a8f857775e078335fb32e1affde3005b00351feaf
0.95
testing_debugging_repair_refactoring
1,952
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. /*============================================================ ** ** ** Purpose: A generic sorted set. ** ** ======...
shahid-pk/corefx
src/System.Collections/src/System/Collections/Generic/SortedSet.cs
https://github.com/shahid-pk/corefx/blob/HEAD/src/System.Collections/src/System/Collections/Generic/SortedSet.cs
ghcode:00178:ba2b084359c6
mit
codeparrot/github-code
ba2b084359c65a07730008a7626edb89429f14453d66c1d943381129d2d07f61
0.82
testing_debugging_repair_refactoring
15,398
false
2026-07-17
//--------------------------------------------------------------------- // <copyright file="InMemoryContext.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //-------------------------------------...
hotchandanisagar/odata.net
test/FunctionalTests/Tests/TestUtils/Common/Microsoft.Test.OData.Utils/ODataLibTest/InMemoryContext.cs
https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Tests/TestUtils/Common/Microsoft.Test.OData.Utils/ODataLibTest/InMemoryContext.cs
ghcode:00178:c88f4b67754e
mit
codeparrot/github-code
c88f4b67754eef26a673d24b00017aae04668725ed3f76c87affc1993d29f3e2
0.95
testing_debugging_repair_refactoring
798
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/arrays/CircularQueueTest.cs
https://github.com/neoeinstein/c5/blob/HEAD/nunit/arrays/CircularQueueTest.cs
ghcode:00178:73c79d6b78f0
mit
codeparrot/github-code
73c79d6b78f04e979c9eeab14f90db83ee677cd65579d0523d44c281d52102cb
0.7
testing_debugging_repair_refactoring
1,525
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.Threading; using Xunit; public partial class FileSystemWatcher_4000_Tests { [Fact] [PlatformSpecific(PlatformID.Win...
destinyclown/corefx
src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Error.cs
https://github.com/destinyclown/corefx/blob/HEAD/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Error.cs
ghcode:00178:ced14985b7fa
mit
codeparrot/github-code
ced14985b7fa31fe31bbc15e84931dc8b907e97e7ffabf803b2a2b2df46dc7ec
0.95
testing_debugging_repair_refactoring
817
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Reflection; using System.Reflection.Emit; using System.Threading; using Xunit; namespace...
mafiya69/corefx
src/System.Reflection.Emit/tests/EnumBuilder/EnumBuilderFullName.cs
https://github.com/mafiya69/corefx/blob/HEAD/src/System.Reflection.Emit/tests/EnumBuilder/EnumBuilderFullName.cs
ghcode:00178:e3c672094d11
mit
codeparrot/github-code
e3c672094d1176b66a0aec4e8d84985bea5800ba5128d068b9a85cfa9b7f70fd
0.95
testing_debugging_repair_refactoring
256
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; using Xunit; namespace System.Linq.Parallel.Tests { p...
iamjasonp/corefx
src/System.Linq.Parallel/tests/QueryOperators/ExceptTests.cs
https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Linq.Parallel/tests/QueryOperators/ExceptTests.cs
ghcode:00178:c6f5b80c4e85
mit
codeparrot/github-code
c6f5b80c4e8554cb5137ceeb7ed4c3ef80b4dd85a059af0c279ebc13e72d11b6
0.95
testing_debugging_repair_refactoring
3,605
false
2026-07-17
using NuGetConsole.Host; using Xunit; namespace PowerShellHost.Test { public class CommandExpansionTest { [Fact] public void AdjustExpansionsReturnsNullIfParametersAreNull() { // Arrange string result = null; string leftWord = null; strin...
mrward/NuGet.V2
test/PowerShellHost.Test/CommandExpansionTest.cs
https://github.com/mrward/NuGet.V2/blob/HEAD/test/PowerShellHost.Test/CommandExpansionTest.cs
ghcode:00178:b419e5570a30
apache-2.0
codeparrot/github-code
b419e5570a3088b7f794ca31fe9cbb31cbe5fdd1924ed47abd826276d445130a
0.7
testing_debugging_repair_refactoring
340
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; namespace System.Net.Sockets { internal static clas...
ViktorHofer/corefx
src/Common/src/System/Net/Sockets/SocketErrorPal.Unix.cs
https://github.com/ViktorHofer/corefx/blob/HEAD/src/Common/src/System/Net/Sockets/SocketErrorPal.Unix.cs
ghcode:00178:ded5dbdbcaa5
mit
codeparrot/github-code
ded5dbdbcaa54960cf84181f20e0ebc66f94ebdd91b28fc4331c0ad587b86a70
0.95
testing_debugging_repair_refactoring
1,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 Xunit; namespace System.IO.Pipelines.Tests { public class PipeOptionsTests { [Fact] ...
Jiayili1/corefx
src/System.IO.Pipelines/tests/PipeOptionsTests.cs
https://github.com/Jiayili1/corefx/blob/HEAD/src/System.IO.Pipelines/tests/PipeOptionsTests.cs
ghcode:00178:1ee512c41aa7
mit
codeparrot/github-code
1ee512c41aa7337dc4e97d328c8e6993da408967fb4c8eacda2edc9a823a7ec1
0.95
testing_debugging_repair_refactoring
135
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...
yoavrubin/azure-powershell
src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationRunbookTest.cs
https://github.com/yoavrubin/azure-powershell/blob/HEAD/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationRunbookTest.cs
ghcode:00178:81010c0289c3
apache-2.0
codeparrot/github-code
81010c0289c359f234ba49b3d45a37a1ac46110c86974336a577bd6aa1ef057e
0.85
testing_debugging_repair_refactoring
465
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.Diagnostics.TraceSourceTests { public class TraceEventCacheClassTests { ...
ptoonen/corefx
src/System.Diagnostics.TraceSource/tests/TraceEventCacheClassTests.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/System.Diagnostics.TraceSource/tests/TraceEventCacheClassTests.cs
ghcode:00178:17cca484c019
mit
codeparrot/github-code
17cca484c019c0c03c70f97bd5cda09d1b77fd8d987fba9a15cf355a226aafc2
0.95
testing_debugging_repair_refactoring
525
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; namespace System.Text { // // Latin1Encoding is a simple override to optimize the...
krk/coreclr
src/System.Private.CoreLib/shared/System/Text/Latin1Encoding.cs
https://github.com/krk/coreclr/blob/HEAD/src/System.Private.CoreLib/shared/System/Text/Latin1Encoding.cs
ghcode:00178:fa540bf55276
mit
codeparrot/github-code
fa540bf55276077e10b0d514d27d7504fbddcd7b2ab42734a6c50ae9d23d545b
0.85
testing_debugging_repair_refactoring
16,576
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/Routes/SetRouteTests.cs
https://github.com/naveedaz/azure-sdk-for-net/blob/HEAD/src/ServiceManagement/Network/Network.Tests/Routes/SetRouteTests.cs
ghcode:00178:3049b6b630ac
apache-2.0
codeparrot/github-code
3049b6b630ac56a6dcecdc9adf946e010250105af295c2823510838307a1b998
0.85
testing_debugging_repair_refactoring
2,400
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 Xunit; namespace System.Linq.Parallel.Tests { public static class First...
billwert/corefx
src/System.Linq.Parallel/tests/QueryOperators/FirstFirstOrDefaultTests.cs
https://github.com/billwert/corefx/blob/HEAD/src/System.Linq.Parallel/tests/QueryOperators/FirstFirstOrDefaultTests.cs
ghcode:00178:b144ce682576
mit
codeparrot/github-code
b144ce682576cee4689f4e8a851bc4c569e47f2b8c6977be1ef40e514d48c906
0.95
testing_debugging_repair_refactoring
1,779
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.Linq; using System.Reflection; using System.Reflection.Emit; using Microsoft.Cci; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft...
mmitche/roslyn
src/Compilers/Core/CodeAnalysisTest/PEWriter/InstructionOperandTypesTests.cs
https://github.com/mmitche/roslyn/blob/HEAD/src/Compilers/Core/CodeAnalysisTest/PEWriter/InstructionOperandTypesTests.cs
ghcode:00178:45aa623907be
apache-2.0
codeparrot/github-code
45aa623907be080ebe92c48653d5625283cd5982657f32ab59112842bd116feb
0.75
testing_debugging_repair_refactoring
367
false
2026-07-17
using NRules.Fluent.Dsl; using NRules.IntegrationTests.TestAssets; using Xunit; namespace NRules.IntegrationTests { public class OneFactOneNotRuleTest : BaseRuleTestFixture { [Fact] public void Fire_MatchingNotPatternFact_DoesNotFire() { //Arrange var fact1 = ne...
NRules/NRules
src/NRules/Tests/NRules.IntegrationTests/OneFactOneNotRuleTest.cs
https://github.com/NRules/NRules/blob/HEAD/src/NRules/Tests/NRules.IntegrationTests/OneFactOneNotRuleTest.cs
ghcode:00178:1b42ac707814
mit
codeparrot/github-code
1b42ac70781457d8e69d9e01f5e7f40fd81fc6f2751728c36ab209b95ab24314
0.95
testing_debugging_repair_refactoring
428
false
2026-07-17
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using Google.Apis.Admin.Directory.directory_v1.Data; using Lithnet.MetadirectoryServices; using Microsoft.MetadirectoryServices; using Microsoft.VisualStudio.TestToo...
lithnet/googleapps-managementagent
src/Lithnet.GoogleApps.MA.UnitTests/FeatureTests.cs
https://github.com/lithnet/googleapps-managementagent/blob/HEAD/src/Lithnet.GoogleApps.MA.UnitTests/FeatureTests.cs
ghcode:00178:e4aacffbbfd7
mit
codeparrot/github-code
e4aacffbbfd7d53c7ea17661ba72f3ea4a85e372a6c58132e298eacc03c6cdd7
0.75
testing_debugging_repair_refactoring
529
false
2026-07-17
using System; using System.Linq; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Galapagos.Chromosomes; using Galapagos.API; using Galapagos.API.Factory; namespace Galapagos.UnitTests.CrossoverTests { [TestClass] public class PermutationCrossoverUnitTests { ...
kosieram21/Galapagos
Galapagos.UnitTests/CrossoverTests/PermutationCrossoverUnitTests.cs
https://github.com/kosieram21/Galapagos/blob/HEAD/Galapagos.UnitTests/CrossoverTests/PermutationCrossoverUnitTests.cs
ghcode:00178:c242defe1d52
mit
codeparrot/github-code
c242defe1d52e8111f932efd9c856c6559a2afa2cfb04f9c4ee2b6aea7eaf771
0.75
testing_debugging_repair_refactoring
940
false
2026-07-17
namespace Enchilada.Tests.Integration.FileSystem.FilesystemFileTests { using System.Text; using System.Threading.Tasks; using Filesystem; using Helpers; using Xunit; using FluentAssertions; public class When_reading_to_end_of_stream { [ Fact ] public async Task Should_r...
sparkeh9/Enchilada
tests/Enchilada.Tests.Integration/FileSystem/FilesystemFileTests/When_reading_to_end_of_stream.cs
https://github.com/sparkeh9/Enchilada/blob/HEAD/tests/Enchilada.Tests.Integration/FileSystem/FilesystemFileTests/When_reading_to_end_of_stream.cs
ghcode:00178:1f2d33f2558a
mit
codeparrot/github-code
1f2d33f2558a5401c9fc6199b52e77398f2fb46529f64201d60edeebb5bc6630
0.75
testing_debugging_repair_refactoring
131
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
joshball/Lucene.In.Action.NET
vendor/lucene.net/src/core/Index/ConcurrentMergeScheduler.cs
https://github.com/joshball/Lucene.In.Action.NET/blob/HEAD/vendor/lucene.net/src/core/Index/ConcurrentMergeScheduler.cs
ghcode:00178:8da30b14547b
mit
codeparrot/github-code
8da30b14547bdefff04f3e6b4a9225b95723831c464928cd4d3cd1ec3376c41e
0.95
testing_debugging_repair_refactoring
3,218
false
2026-07-17
// ----------------------------------------------------------------------- // <copyright file="BitValueTest.cs" company="Phoenix Game Studios, LLC"> // Copyright (c) 2017 Phoenix Game Studios, LLC. All rights reserved. // Licensed under the MIT License. // See https://github.com/PhoenixGameStudios/Dan...
PhoenixGameStudios/DangrLib
src/Dangr.Simulation.Test/Simulation/Types/BitValueTest.cs
https://github.com/PhoenixGameStudios/DangrLib/blob/HEAD/src/Dangr.Simulation.Test/Simulation/Types/BitValueTest.cs
ghcode:00178:a67768ef076d
mit
codeparrot/github-code
a67768ef076d12ab2ef8fb935d6a0e761841276d996503587ff42aa8982d925a
0.85
testing_debugging_repair_refactoring
6,624
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/Sorting/GnomeSortTests.cs
https://github.com/pavkam/abacaxi/blob/HEAD/Abacaxi.Tests/Sorting/GnomeSortTests.cs
ghcode:00178:ff057d4cceb3
mit
codeparrot/github-code
ff057d4cceb3d92095561c066cefc1675814a9888031ea752a39cf8fd9cd5fcc
0.75
testing_debugging_repair_refactoring
363
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Loteria.Models; using System.Linq; namespace LoteriaTest { [TestClass] public class ContextTest { //[TestMethod] //public void TipoSorteioTest() //{ // var db = new LoteriaEntity(); // var...
alemosbarbosa/Loteria
LoteriaTest/ContextTest.cs
https://github.com/alemosbarbosa/Loteria/blob/HEAD/LoteriaTest/ContextTest.cs
ghcode:00178:1375dcff9a07
mit
codeparrot/github-code
1375dcff9a07baada42b5531ded920beaf29aabc1215fef3190f5467fee17ec1
0.7
testing_debugging_repair_refactoring
443
false
2026-07-17
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using Toolmagic.Common.Tasks; namespace Toolmagic.Common.Test.Tasks { [TestFixture] public sealed...
toolmagic/Toolmagic.Common
Toolmagic.Common.Test/Tasks/SearchTaskTestSuite.cs
https://github.com/toolmagic/Toolmagic.Common/blob/HEAD/Toolmagic.Common.Test/Tasks/SearchTaskTestSuite.cs
ghcode:00178:c52f52e17637
mit
codeparrot/github-code
c52f52e17637302721e478f6d5bd9356f3e2d60dd2ecd695276f801f8d0e1bf9
0.85
testing_debugging_repair_refactoring
1,693
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 Microsoft.DocAsCode.MarkdigEngine.Tests { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Markdi...
superyyrrzz/docfx
test/Microsoft.DocAsCode.MarkdigEngine.Extensions.Tests/TestUtility.cs
https://github.com/superyyrrzz/docfx/blob/HEAD/test/Microsoft.DocAsCode.MarkdigEngine.Extensions.Tests/TestUtility.cs
ghcode:00178:916ae8c215f4
mit
codeparrot/github-code
916ae8c215f4e48d9fecf44051fd1cfe1a52d8a402265db32dbf003d3d9c85e5
0.75
testing_debugging_repair_refactoring
587
false
2026-07-17
// Copyright © John Gietzen. All Rights Reserved. This source is subject to the MIT license. Please see license.md for more information. namespace Pegasus.Tests.Expressions { using System; using NUnit.Framework; using Pegasus.Expressions; [TestFixture] public class NotExpressionTests { ...
otac0n/Pegasus
Pegasus.Tests/Expressions/NotExpressionTests.cs
https://github.com/otac0n/Pegasus/blob/HEAD/Pegasus.Tests/Expressions/NotExpressionTests.cs
ghcode:00178:bc94902b12e7
mit
codeparrot/github-code
bc94902b12e75c00491c62e546a81d6e6f308d84b04ddbdd86b31dc0108f2182
0.75
testing_debugging_repair_refactoring
105
false
2026-07-17
using System; using NUnit.Framework; using Should; namespace AutoMapper.UnitTests { namespace DynamicMapping { public class When_mapping_two_non_configured_types : AutoMapperSpecBase { private Destination _resultWithGenerics; private Destination _resultWithoutGenerics; public class Source ...
IanYates83/AutoMapper
src/UnitTests/DynamicMapping.cs
https://github.com/IanYates83/AutoMapper/blob/HEAD/src/UnitTests/DynamicMapping.cs
ghcode:00178:4117f68604bb
mit
codeparrot/github-code
4117f68604bb35d26e24818210eaa0418cc6e51b46902b7668557093cdd395ee
0.75
testing_debugging_repair_refactoring
958
false
2026-07-17
/* * SonarScanner for MSBuild * Copyright (C) 2016-2018 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 3 o...
SonarSource-VisualStudio/sonar-msbuild-runner
Tests/SonarScanner.MSBuild.PreProcessor.Tests/PreProcessorTests.cs
https://github.com/SonarSource-VisualStudio/sonar-msbuild-runner/blob/HEAD/Tests/SonarScanner.MSBuild.PreProcessor.Tests/PreProcessorTests.cs
ghcode:00178:3a4976584346
mit
codeparrot/github-code
3a4976584346ac2a138550d7269e008f837b1805fed4ab1d78ba3afcfc7217db
0.85
testing_debugging_repair_refactoring
4,147
false
2026-07-17
using FluentAssertions; using System.IO; using System.Linq; using System.Threading.Tasks; using Xunit; namespace Secs4Net.Sml.UnitTests; public class SmlUnitTest { private readonly SecsMessage message = new(s: 1, f: 2, replyExpected: false) { Name = "Test", SecsItem = L( ...
mkjeff/secs4net
test/Secs4Net.Sml.UnitTests/Sml.UnitTest.cs
https://github.com/mkjeff/secs4net/blob/HEAD/test/Secs4Net.Sml.UnitTests/Sml.UnitTest.cs
ghcode:00178:012d0ac916d8
mit
codeparrot/github-code
012d0ac916d8e2d4245e0442e3e3b1b7dc1406e61644e782826381ae9f590356
0.6
testing_debugging_repair_refactoring
741
false
2026-07-17
// <copyright file="BoundaryChecks.cs" company="Matt Lacey"> // Copyright (c) Matt Lacey. All Rights Reserved. // Licensed under the MIT License. See LICENSE in the solution root for license information. // </copyright> using System.Linq; using ApiAnalysis.UnitTests.Helpers; using Microsoft.VisualStudio.TestTools.Uni...
APIAnalysis/SimpleJsonAnalyzer
ApiAnalysis.SimpleJsonAnalyzer.UnitTests/BoundaryChecks.cs
https://github.com/APIAnalysis/SimpleJsonAnalyzer/blob/HEAD/ApiAnalysis.SimpleJsonAnalyzer.UnitTests/BoundaryChecks.cs
ghcode:00178:4e34de7bbc90
mit
codeparrot/github-code
4e34de7bbc90fbb9c176ded7bd2298d8e2002a605ebeea23e2b4a0bcca8496c0
0.7
testing_debugging_repair_refactoring
1,313
false
2026-07-17
namespace Cartographer.Compiler { using System; using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Globalization; using System.IO; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using Cartographer.Internal.E...
kkozmic/Cartographer
src/Cartographer/Compiler/DescriptionVisitor.cs
https://github.com/kkozmic/Cartographer/blob/HEAD/src/Cartographer/Compiler/DescriptionVisitor.cs
ghcode:00178:fe179500fb88
mit
codeparrot/github-code
fe179500fb88875e2c17c46aca85bf177e912db405680bf4f182dc2522b8ff1c
0.85
testing_debugging_repair_refactoring
5,289
false
2026-07-17
using Microsoft.Extensions.DependencyInjection; using Shouldly; using Xunit; namespace AutoMapper.Extensions.Microsoft.DependencyInjection.Tests { public class ScopeTests { [Fact] public void Can_depend_on_scoped_services_as_transient_default() { var services = new ServiceC...
AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection
test/AutoMapper.Extensions.Microsoft.DependencyInjection.Tests/ScopeTests.cs
https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/blob/HEAD/test/AutoMapper.Extensions.Microsoft.DependencyInjection.Tests/ScopeTests.cs
ghcode:00178:a3ba9bba38c6
mit
codeparrot/github-code
a3ba9bba38c60fd06d2d1f1001d362dc99e0a090377e2930228bb84152944d74
0.75
testing_debugging_repair_refactoring
468
false
2026-07-17
using System; using System.Collections.Generic; using OpenSource.Data.HashFunction.BernsteinHash; using OpenSource.Data.HashFunction.Test._Utilities; using System.Text; using Xunit; namespace OpenSource.Data.HashFunction.Test.BernsteinHash { public class BernsteinHash_Implementation_Tests { [Fact] ...
brandondahler/Data.HashFunction
src/OpenSource.Data.HashFunction.Test/BernsteinHash/BernsteinHash_Implementation_Tests.cs
https://github.com/brandondahler/Data.HashFunction/blob/HEAD/src/OpenSource.Data.HashFunction.Test/BernsteinHash/BernsteinHash_Implementation_Tests.cs
ghcode:00178:b8b9f86611e9
mit
codeparrot/github-code
b8b9f86611e96db310ee491b07b15abdcb6cb3ffd5d921b6b5f4eb71726b87ca
0.75
testing_debugging_repair_refactoring
267
false
2026-07-17
// ------------------------------------------------------------------------------ // Copyright (c) 2015 Microsoft Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software witho...
gitasaurus/onedrive-sdk-csharp
tests/Test.OneDriveSdk/Mocks/MockServiceInfoProvider.cs
https://github.com/gitasaurus/onedrive-sdk-csharp/blob/HEAD/tests/Test.OneDriveSdk/Mocks/MockServiceInfoProvider.cs
ghcode:00178:1449670fbfae
mit
codeparrot/github-code
1449670fbfae4362cad24558f14dc91537926add3f50d4b0c8a30d744a0871bf
0.85
testing_debugging_repair_refactoring
392
false
2026-07-17
using FlitBit.Copy.Tests.Models; using FlitBit.Core; using FlitBit.Wireup; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace FlitBit.Copy.Tests { [TestClass] public class ExtensionsTests { [TestInitialize] public void Init() { FactoryProvider.Factory.RegisterImplementationType<IPerson, Person>...
flitbit-org/fbcopy
FlitBit.Copy/FlitBit.Copy.Tests/ExtensionsTests.cs
https://github.com/flitbit-org/fbcopy/blob/HEAD/FlitBit.Copy/FlitBit.Copy.Tests/ExtensionsTests.cs
ghcode:00178:491adec2711c
mit
codeparrot/github-code
491adec2711c61121079b70da6da83b0b266cf3966adda55f8f422aabdbcef42
0.85
testing_debugging_repair_refactoring
1,218
false
2026-07-17
using System; using Xunit; namespace Chronic.Tests.Parsing { public class KnownPatternsParsingTests : ParsingTestsBase { protected override DateTime Now() { return Time.New(2006, 8, 16, 14, 0, 0); } [Fact] public void rmn_sd() { ...
robertwilczynski/nChronic
src/Chronic.Tests/Parsing/KnownPatternsParsingTests.cs
https://github.com/robertwilczynski/nChronic/blob/HEAD/src/Chronic.Tests/Parsing/KnownPatternsParsingTests.cs
ghcode:00178:b4aa840b3723
mit
codeparrot/github-code
b4aa840b372371c5fd93708909bcd324812feaf1500ff3ada3d4a4db5f58f30e
0.85
testing_debugging_repair_refactoring
4,019
false
2026-07-17
using FluentAssertions; using Infusion.Packets; using Infusion.Packets.Server; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Infusion.Tests.Packets.Server { [TestClass] public class CharLocaleAndBodyPacketTests { [TestMethod] public void Can_deserialize() { ...
uoinfusion/Infusion
Infusion.Tests/Packets/Server/CharLocaleAndBodyPacketTests.cs
https://github.com/uoinfusion/Infusion/blob/HEAD/Infusion.Tests/Packets/Server/CharLocaleAndBodyPacketTests.cs
ghcode:00178:7f03c340a3ec
mit
codeparrot/github-code
7f03c340a3ec1b06198ae562042b05d4b62deda48e9600b5b87eabda61071c46
0.85
testing_debugging_repair_refactoring
878
false
2026-07-17
using System; using System.Collections.Generic; using System.Globalization; using LibGit2Sharp.Core; namespace LibGit2Sharp { /// <summary> /// Provides access to configuration variables for a repository. /// </summary> public class Configuration : IDisposable { private readonly string gl...
carlosmn/libgit2sharp
LibGit2Sharp/Configuration.cs
https://github.com/carlosmn/libgit2sharp/blob/HEAD/LibGit2Sharp/Configuration.cs
ghcode:00178:37a06f9b5458
mit
codeparrot/github-code
37a06f9b5458190d6625a538148afce905a3301103600c0f80de5918da996960
0.7
testing_debugging_repair_refactoring
3,058
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using CodeJam.Strings; using NUnit.Framework; using SuppressMessageAttribute = System.Diagnostics.CodeAnalysis.SuppressMessageAttribute; // ReSharper disable UnusedVariable namespace CodeJam.Collections { [TestFixture] public partial class Enumer...
rsdn/CodeJam
CodeJam.Main.Tests/Collections/Enumerable/EnumerableExtensionTests.cs
https://github.com/rsdn/CodeJam/blob/HEAD/CodeJam.Main.Tests/Collections/Enumerable/EnumerableExtensionTests.cs
ghcode:00178:e4ed1e04e891
mit
codeparrot/github-code
e4ed1e04e891de9b98ca477851b3cf6f0ad4caa2ae279eb3e21975e23625d899
0.85
testing_debugging_repair_refactoring
2,299
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Collections; using Xunit; public class DictionaryBase_UnitTests {...
mafiya69/corefx
src/System.Collections.NonGeneric/tests/DictionaryBase/DictionaryBase_UnitTests.cs
https://github.com/mafiya69/corefx/blob/HEAD/src/System.Collections.NonGeneric/tests/DictionaryBase/DictionaryBase_UnitTests.cs
ghcode:00178:7cb7638730ee
mit
codeparrot/github-code
7cb7638730ee34aa6b15ce5cbf12a3f34b2d4e2233b09bbd1dd222d7147be52b
0.95
testing_debugging_repair_refactoring
4,956
false
2026-07-17
using System; using System.IO; using System.Windows; using System.Reflection; using NSubstitute; using NUnit.Framework; namespace GitHub.UI.Helpers.UnitTests { public class SharedDictionaryManagerTests { public class TheCachingFactoryClass { public class TheGetOrCreateResourceDicti...
github/VisualStudio
test/GitHub.UI.UnitTests/SharedDictionaryManagerTests.cs
https://github.com/github/VisualStudio/blob/HEAD/test/GitHub.UI.UnitTests/SharedDictionaryManagerTests.cs
ghcode:00178:6dfe1dcfeb6b
mit
codeparrot/github-code
6dfe1dcfeb6be4005cbb92dfdf0bb2581c78c25f2d410f4d24cfbf99df51c182
0.75
testing_debugging_repair_refactoring
970
false
2026-07-17
// ------------------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // --------------------------------------------------------...
p-org/PSharp
Tests/TestingServices.Tests/Machines/ExternalConcurrencyTest.cs
https://github.com/p-org/PSharp/blob/HEAD/Tests/TestingServices.Tests/Machines/ExternalConcurrencyTest.cs
ghcode:00178:a7bbb69d5461
mit
codeparrot/github-code
a7bbb69d5461cb8079368f1c131e02ad2d5cdf144f6aaa26a64a09e1bbedf6c7
0.85
testing_debugging_repair_refactoring
385
false
2026-07-17
using System; using Microsoft.Xna.Framework; using VelcroPhysics.Collision.Shapes; using VelcroPhysics.Dynamics; using VelcroPhysics.Dynamics.Joints; using VelcroPhysics.Factories; using VelcroPhysics.MonoGame.Samples.Testbed.Framework; using VelcroPhysics.Shared; using VelcroPhysics.Tools.PathGenerator; using VelcroPh...
VelcroPhysics/VelcroPhysics
src/VelcroPhysics.MonoGame.Samples.Testbed/Tests/SerializationTest.cs
https://github.com/VelcroPhysics/VelcroPhysics/blob/HEAD/src/VelcroPhysics.MonoGame.Samples.Testbed/Tests/SerializationTest.cs
ghcode:00178:9808e93176af
mit
codeparrot/github-code
9808e93176afe8f31ae865138eaa82c6fe95b9b105840239e26ee02f79832cdb
0.95
testing_debugging_repair_refactoring
2,075
false
2026-07-17
using UnityEngine; using UnityEditor; using UnityEngine.TestTools; using NUnit.Framework; using System.Collections; using System.Collections.Generic; using ConfigurationWindow.DataStorage; public class OverviewElementsTest { [Test] public void IsEmptyTest() { OverviewElements.Initialize(); ...
addyi/SoftwareCity
Assets/Editor/KonfigFensterTest/OverviewElementsTest.cs
https://github.com/addyi/SoftwareCity/blob/HEAD/Assets/Editor/KonfigFensterTest/OverviewElementsTest.cs
ghcode:00178:0ed08668e2f3
mit
codeparrot/github-code
0ed08668e2f3531fcd0c270784d6c8174b26541ba413c1c065b1fc61b2d06d9d
0.6
testing_debugging_repair_refactoring
630
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.IO; using FluentAssertions; using Microsoft.DotNet.TestFramework; using Microsoft.DotNet.Tools.Test.Utilities; using Xunit; using L...
Faizan2304/cli
test/dotnet-run.Tests/GivenDotnetRunRunsCsProj.cs
https://github.com/Faizan2304/cli/blob/HEAD/test/dotnet-run.Tests/GivenDotnetRunRunsCsProj.cs
ghcode:00178:99127710e862
mit
codeparrot/github-code
99127710e862ce5d70d9fab0b986659fda1aa9cb1c04c58aca2107a5229a2f79
0.85
testing_debugging_repair_refactoring
3,423
false
2026-07-17
using Genus.Migrator.Model; using Genus.Migrator.Model.Builder; using Moq; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace Genus.Migrator.Tests.Model { public class FunctionBuilderTest { public FunctionBuilderTest() { ...
genusP/Genus.Migrator
test/Genus.Migrator.Tests/Model/FunctionBuilderTest.cs
https://github.com/genusP/Genus.Migrator/blob/HEAD/test/Genus.Migrator.Tests/Model/FunctionBuilderTest.cs
ghcode:00178:ad2209a95c8e
mit
codeparrot/github-code
ad2209a95c8e65ec19cfbb394522a84d5559626b0efb2f15d9188c73b5412cd4
0.6
testing_debugging_repair_refactoring
341
false
2026-07-17
namespace Microsoft.Protocols.TestSuites.MS_ASAIRS { using System; using System.Collections.Generic; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestSuites.Common.Response; using Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; ...
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/MS-ASAIRS/TestSuite/S02_BodyPreference.cs
https://github.com/XinwLi/Interop-TestSuites-1/blob/HEAD/ExchangeActiveSync/Source/MS-ASAIRS/TestSuite/S02_BodyPreference.cs
ghcode:00178:eac843eed89f
mit
codeparrot/github-code
eac843eed89f6a10d8d523daf2f7a560f02f185bba0a03cbd2b478a16eda0969
0.72
testing_debugging_repair_refactoring
15,977
false
2026-07-17
using BenchmarkDotNet.Attributes; using MQTTnet.Packets; using System; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using MQTTnet.Adapter; using MQTTnet.Channel; using MQTTnet.Formatter; using MQTTnet.Formatter.V3; using BenchmarkDotNet.Jobs; using MQTTnet....
chkr1011/MQTTnet
Tests/MQTTnet.Benchmarks/SerializerBenchmark.cs
https://github.com/chkr1011/MQTTnet/blob/HEAD/Tests/MQTTnet.Benchmarks/SerializerBenchmark.cs
ghcode:00178:abfefc445f78
mit
codeparrot/github-code
abfefc445f7850c1467c41a02cd88eb08000910aba57030f46400dd321f68bc7
0.75
testing_debugging_repair_refactoring
619
false
2026-07-17
using Ploeh.AutoFixture; using Ploeh.AutoFixture.AutoNSubstitute; using Ploeh.AutoFixture.Xunit2; namespace Reusables.QualityTools.AutoFixture.Xunit2 { public class AutoConfiguredNSubstituteDataAttribute : AutoDataAttribute { public AutoConfiguredNSubstituteDataAttribute() : base(new Fixtur...
sonbua/Scratchpad
src/Reusables.QualityTools/AutoFixture/Xunit2/AutoConfiguredNSubstituteDataAttribute.cs
https://github.com/sonbua/Scratchpad/blob/HEAD/src/Reusables.QualityTools/AutoFixture/Xunit2/AutoConfiguredNSubstituteDataAttribute.cs
ghcode:00178:c1c2ce638b42
mit
codeparrot/github-code
c1c2ce638b42a93e526a08c4d5002e6be83bb03cca3e1f7ccb866b4b707a4a09
0.6
testing_debugging_repair_refactoring
96
false
2026-07-17
using System.Threading.Tasks; using Xunit; using SAHB.GraphQLClient.FieldBuilder; using SAHB.GraphQL.Client.Subscription.Integration.Tests.ChatSchema; using System; using System.Threading; using SAHB.GraphQLClient.QueryGenerator; using SAHB.GraphQLClient.Deserialization; using SAHB.GraphQLClient.FieldBuilder.Attributes...
sahb1239/SAHB.GraphQLClient
tests/SAHB.GraphQL.Client.Subscription.Integration.Tests/Chat/TestChat.cs
https://github.com/sahb1239/SAHB.GraphQLClient/blob/HEAD/tests/SAHB.GraphQL.Client.Subscription.Integration.Tests/Chat/TestChat.cs
ghcode:00178:5fdfad89f96e
mit
codeparrot/github-code
5fdfad89f96e5ba7d6bfe9bb312f4fa9a5a76b9a114706a7d8b36f83aa4971b6
0.85
testing_debugging_repair_refactoring
2,406
false
2026-07-17
using System; using System.Collections.Generic; using System.Security.Claims; using System.Threading.Tasks; using AllReady.Areas.Admin.Controllers; using AllReady.Models; using AllReady.UnitTest.Extensions; using MediatR; using Microsoft.AspNet.Mvc; using Moq; using Xunit; using System.Linq; using AllReady.Areas.Admin...
kmlewis/allReady
AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Controllers/ItineraryAdminControllerTests.cs
https://github.com/kmlewis/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/Areas/Admin/Controllers/ItineraryAdminControllerTests.cs
ghcode:00178:2060d08e2770
mit
codeparrot/github-code
2060d08e27709e36970b5812b1c306d76f5511f94c9f6145f59f0daa12d7cb54
0.75
testing_debugging_repair_refactoring
8,552
false
2026-07-17
using Moq; using System.Collections.Generic; using System.Linq; using System.Reflection; using Xunit; namespace Elementary.Hierarchy.Reflection.Test { public class ReflectedHierarchyNodeTest { private class ReadWritePropertyParent<T> { public T Property { get; set; } ...
wgross/Elementary.Hierarchy
samples/Reflection/Elementary.Hierarchy.Reflection.Test/ReflectedHierarchyNodeTest.cs
https://github.com/wgross/Elementary.Hierarchy/blob/HEAD/samples/Reflection/Elementary.Hierarchy.Reflection.Test/ReflectedHierarchyNodeTest.cs
ghcode:00178:6c7aa658f3a1
mit
codeparrot/github-code
6c7aa658f3a1a9f979993b99b68ea2ecf931f52b15266dcc1192ce22b5df9407
0.7
testing_debugging_repair_refactoring
2,557
false
2026-07-17
using NUnit.Framework; using System; using NSimulate; using NSimulate.Instruction; using System.Collections.Generic; namespace NSimulate.UnitTest { [TestFixture()] public class SimulatorFixture { [Test()] public void Simulate_VariousProcesses_SimulateAsExpected () { using (var context = new SimulationConte...
PhillP/NSimulate
src/NSimulate.UnitTest/SimulatorFixture.cs
https://github.com/PhillP/NSimulate/blob/HEAD/src/NSimulate.UnitTest/SimulatorFixture.cs
ghcode:00178:73ae6878c37c
mit
codeparrot/github-code
73ae6878c37c541a4ac2373cc86a62b308831b033cef9f2f7dd818c143a21f04
0.75
testing_debugging_repair_refactoring
858
false
2026-07-17
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; using UnityEngine.UI; using UnityOSC; /// <summary> /// The class handling one controller (one hand) /// It start and stop control ...
4rzael/crazyflie-osc-unity
crazyflie-osc-unity/Assets/spheres_curieuses/scripts/controller/Controller.cs
https://github.com/4rzael/crazyflie-osc-unity/blob/HEAD/crazyflie-osc-unity/Assets/spheres_curieuses/scripts/controller/Controller.cs
ghcode:00178:e103ef3246a4
unlicense
codeparrot/github-code
e103ef3246a4c8659e0b45362d2e3dc37cd49b22604934160f51386b81bcd746
0.63
testing_debugging_repair_refactoring
2,776
false
2026-07-17
using DetectPublicApiChanges.Analysis.PublicMemberDetection; using DetectPublicApiChanges.Tests.TestCases; using DetectPublicApiChanges.Tests.TestCases.Helpers; using FluentAssertions; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace DetectPublicApiChanges.Test...
BenjaminBest/DetectPublicApiChanges
DetectPublicApiChanges.Tests/Analysis/PublicMemberDetection/PublicPropertyModifierDetectorTests.cs
https://github.com/BenjaminBest/DetectPublicApiChanges/blob/HEAD/DetectPublicApiChanges.Tests/Analysis/PublicMemberDetection/PublicPropertyModifierDetectorTests.cs
ghcode:00178:f22bb1898bfb
unlicense
codeparrot/github-code
f22bb1898bfb5e201b6f9e7ab75d0377382bcb7e9f2056818a49a895f9b84819
0.68
testing_debugging_repair_refactoring
628
false
2026-07-17
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
rchien/Lean
Tests/Algorithm/AlgorithmTradingTests.cs
https://github.com/rchien/Lean/blob/HEAD/Tests/Algorithm/AlgorithmTradingTests.cs
ghcode:00178:b4bb3ed0106a
apache-2.0
codeparrot/github-code
b4bb3ed0106a2a2eb96bdeab067773a16ba6b38c4ded420a91772905d6432dc5
0.85
testing_debugging_repair_refactoring
5,085
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.Linq; using System.Threading; using Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces; using Microsoft.VisualStudio.LanguageServices.CSharp.Debu...
stjeong/roslyn
src/VisualStudio/CSharp/Test/Debugging/LocationInfoGetterTests.cs
https://github.com/stjeong/roslyn/blob/HEAD/src/VisualStudio/CSharp/Test/Debugging/LocationInfoGetterTests.cs
ghcode:00178:2d5f0e9131c7
apache-2.0
codeparrot/github-code
2d5f0e9131c77a38eafef86214067a69729b104f61f84b380364f7ed230f7638
0.95
testing_debugging_repair_refactoring
2,541
false
2026-07-17
// <copyright file="MetricsOutputFormattingBuilderTests.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.Linq; using System.Text; using App.Metrics.Formatters.Ascii; using App.Metrics.Formatters.Json; using FluentAsserti...
alhardy/AppMetrics
src/Core/test/App.Metrics.Facts/Builders/MetricsOutputFormattingBuilderTests.cs
https://github.com/alhardy/AppMetrics/blob/HEAD/src/Core/test/App.Metrics.Facts/Builders/MetricsOutputFormattingBuilderTests.cs
ghcode:00178:4152a70d8ca7
apache-2.0
codeparrot/github-code
4152a70d8ca7562dbf64abf136b021ca46821195e27edd0e1349c70798054283
0.95
testing_debugging_repair_refactoring
907
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="MixinIsCreatedWithDependencyInjection.cs" company="Copacetic Software"> // Copyright (c) Copacetic Software. // <author>Philip Pittle</author> // <date>Wednesday, February 26, 2014 6:00:29 PM</date> // Licensed under th...
ppittle/pMixins
pMixins.CodeGenerator.Tests/IntegrationTests/CompileTests/AdvancedMixinTypes/MixinIsCreatedWithDependencyInjection.cs
https://github.com/ppittle/pMixins/blob/HEAD/pMixins.CodeGenerator.Tests/IntegrationTests/CompileTests/AdvancedMixinTypes/MixinIsCreatedWithDependencyInjection.cs
ghcode:00178:b8b287f1cd53
apache-2.0
codeparrot/github-code
b8b287f1cd53e833b71bd27e73ecf357c1dbc36863530fd69a8d144aedbe13af
0.85
testing_debugging_repair_refactoring
597
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Text; using Microsoft.CodeAnalysis.Collections; ...
swaroop-sridhar/roslyn
src/Compilers/CSharp/Portable/Symbols/Source/ExplicitInterfaceHelpers.cs
https://github.com/swaroop-sridhar/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Source/ExplicitInterfaceHelpers.cs
ghcode:00178:5b11be019a83
apache-2.0
codeparrot/github-code
5b11be019a83fae7223a0b8cdd43875a6540a6953f11b5b395675002d9a8275e
0.85
testing_debugging_repair_refactoring
3,185
false
2026-07-17