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 Microsoft.AspNetCore.Http;
using Moq;
using Ocelot.Configuration;
using Ocelot.Configuration.Builder;
using Ocelot.Middleware;
using Ocelot.Middleware.Multiplexer;
using Ocelot.Responses;
using Ocelot.UnitTests.Responder;
using Shouldly;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using... | geffzhang/Ocelot | test/Ocelot.UnitTests/Middleware/UserDefinedResponseAggregatorTests.cs | https://github.com/geffzhang/Ocelot/blob/HEAD/test/Ocelot.UnitTests/Middleware/UserDefinedResponseAggregatorTests.cs | ghcode:00013:fdd745cf8643 | mit | codeparrot/github-code | fdd745cf864315e6d1959c06e58fd3f761c5503970b5eb1fd9dd2ec699ecff5d | 0.75 | testing_debugging_repair_refactoring | 1,060 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Starry.Tests.Extend
{
[TestClass]
public class DataTableExtendTest
{
private DataTable CreateNewTable()
{
var dataTable = new Data... | LuckyStarry/Starry | Starry.Tests/Extend/DataTableExtendTest.cs | https://github.com/LuckyStarry/Starry/blob/HEAD/Starry.Tests/Extend/DataTableExtendTest.cs | ghcode:00013:066705fc9bdf | mit | codeparrot/github-code | 066705fc9bdf251f77b9c071962efd10d49c643d725e439c3ba469bfeee046d0 | 0.6 | testing_debugging_repair_refactoring | 465 | false | 2026-07-17 |
using UnityEngine;
using System.Collections;
public class TestPlayerScript : MonoBehaviour
{
public Grapple grapple;
public Rigidbody playersRigidbody;
public float retractSpeed = 100;
public float extendSpeed = 100;
void OnEnable()
{
if (playersRigidbody == null || grapple == null)... | reveriejake/Grapple | Unity5/TestPlayerScript.cs | https://github.com/reveriejake/Grapple/blob/HEAD/Unity5/TestPlayerScript.cs | ghcode:00013:511ccd3c45ea | mit | codeparrot/github-code | 511ccd3c45ea5e7a03f652bb680e071917a28d933ae4af05bb94723cbefcda22 | 0.85 | testing_debugging_repair_refactoring | 426 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yort.Http.ClientPipeline.Portable.Tests
{
[TestClass]
public class ThrottledConcurrentRequestHandlerTests
{
#region Constructor Tests
... | Yortw/Yort.Http.ClientPipeline | src/Yort.Http.ClientPipeline.Portable.Tests/Handlers/ThrottledConcurrentRequestHandlerTests.cs | https://github.com/Yortw/Yort.Http.ClientPipeline/blob/HEAD/src/Yort.Http.ClientPipeline.Portable.Tests/Handlers/ThrottledConcurrentRequestHandlerTests.cs | ghcode:00013:f53a188e5501 | mit | codeparrot/github-code | f53a188e55015a572ff5d7c58e63b79013e1f0a04354182c0a0a48f4cb6a7a53 | 0.75 | testing_debugging_repair_refactoring | 815 | false | 2026-07-17 |
using Moq;
using NUnit.Framework;
using SFA.DAS.Commitments.Application.Commands.UpdateApprenticeshipStatus;
using SFA.DAS.Commitments.Application.Interfaces;
using SFA.DAS.Commitments.Domain.Data;
using SFA.DAS.Commitments.Domain.Entities;
using SFA.DAS.Commitments.Domain.Interfaces;
namespace SFA.DAS.Commitments.Ap... | SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Application.UnitTests/Commands/UpdateApprenticeshipStatus/WhenPausingAnApprenticeshipBase.cs | https://github.com/SkillsFundingAgency/das-commitments/blob/HEAD/src/SFA.DAS.Commitments.Application.UnitTests/Commands/UpdateApprenticeshipStatus/WhenPausingAnApprenticeshipBase.cs | ghcode:00013:d88ef66813ed | mit | codeparrot/github-code | d88ef66813ed882e881962d5dd91511eb29f8a16c20cc7c97c80bfbf400070e2 | 0.75 | testing_debugging_repair_refactoring | 416 | false | 2026-07-17 |
using System.Diagnostics;
using SunLib.Utils;
namespace SunTests
{
using System;
using System.IO;
using System.Xml.Serialization;
using NUnit.Framework;
using SunLib.Models;
[TestFixture]
public class ComponentTests
{
[Test]
public void DezerializeDefaultResponse()
... | anderslundsgard/sun-api | SunTests/ComponentTests.cs | https://github.com/anderslundsgard/sun-api/blob/HEAD/SunTests/ComponentTests.cs | ghcode:00013:424615948754 | mit | codeparrot/github-code | 4246159487546f8dbdfb80233925a028136cc2fd0aa26a1b81d66ec502bfb33a | 0.85 | testing_debugging_repair_refactoring | 846 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Security.Cryptography;
using Cipha.Security.Cryptography;
using Cipha.Security.Cryptography.Symmetric;
using Cipha.Security.Cryptography.Asymmetric;
namespace Cipha.Tests.Security.Cryptography.Asymmetric
{
[TestClass]
public class ... | Gurkenschreck/Cipha | Cipha.Tests/Security/Cryptography/Asymmetric/ECDiffieHellmanCipherTests.cs | https://github.com/Gurkenschreck/Cipha/blob/HEAD/Cipha.Tests/Security/Cryptography/Asymmetric/ECDiffieHellmanCipherTests.cs | ghcode:00013:f0cf18d18b54 | mit | codeparrot/github-code | f0cf18d18b5470ea4616f82b9730e17af2bff8b05f5e64e7262b75cc2a450ee1 | 0.75 | testing_debugging_repair_refactoring | 433 | false | 2026-07-17 |
namespace Lua4Net
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using Lua4Net.Types;
public class LuaManagedObjectTable : LuaManagedObjectTable<LuaManagedObjectTable>
{
}
public abstract class LuaManagedObjectTable<TSubTab... | OliverF/Lua4Net | Lua4Net/LuaManagedObjectTable.cs | https://github.com/OliverF/Lua4Net/blob/HEAD/Lua4Net/LuaManagedObjectTable.cs | ghcode:00013:e299b33bb360 | mit | codeparrot/github-code | e299b33bb360456909998644cd78a98916a93772e8864d6276195dac38bde4d6 | 0.6 | testing_debugging_repair_refactoring | 1,454 | false | 2026-07-17 |
using System;
using CallfireApiClient.Api.CallsTexts.Model;
using CallfireApiClient.Api.CallsTexts.Model.Request;
using CallfireApiClient.Api.Common.Model;
using System.Collections.Generic;
using NUnit.Framework;
namespace CallfireApiClient.IntegrationTests.Api.CallsTexts
{
[TestFixture]
public class TextsAp... | CallFire/callfire-api-client-csharp | src/CallfireApiClient.IntegrationTests/Api/CallsTexts/TextsApiIntegrationTest.cs | https://github.com/CallFire/callfire-api-client-csharp/blob/HEAD/src/CallfireApiClient.IntegrationTests/Api/CallsTexts/TextsApiIntegrationTest.cs | ghcode:00013:5600c1796083 | mit | codeparrot/github-code | 5600c17960832e56550ef3e210725f578c8899a9acbb60593c97b60c3d205cec | 0.6 | testing_debugging_repair_refactoring | 581 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Microsoft.SqlServer.TransactSql.ScriptDom;
using NSubstitute;
using NUnit.Framework;
using TSQLLint.Common;
using TSQLLint.Infrastructure.Interfaces;
using TSQLLint.Infrastructure.Parser;
using TSQLLint.Infrastructure.Rules;
using... | tsqllint/tsqllint | source/TSQLLint.Tests/UnitTests/LintingRules/RulesTestHelper.cs | https://github.com/tsqllint/tsqllint/blob/HEAD/source/TSQLLint.Tests/UnitTests/LintingRules/RulesTestHelper.cs | ghcode:00013:3a4f49e6705a | mit | codeparrot/github-code | 3a4f49e6705a93fbf4e3b52ca2eede4b14de6c0fe004894c251755d84ecb67db | 0.85 | testing_debugging_repair_refactoring | 753 | false | 2026-07-17 |
using Moq;
using NUnit.Framework;
using Our.Umbraco.LocalizedEditorModels.Models;
using Our.Umbraco.LocalizedEditorModels.Services;
using System.Collections.Generic;
using System.Globalization;
using Umbraco.Core.Logging;
using Umbraco.Core.Services;
namespace Our.Umbraco.LocalizedEditorModels.Tests.Services
{
[T... | jamiepollock/umbraco-localized-editor-models | src/Our.Umbraco.LocalizedEditorModels.Tests/Services/LocalizationKeyTextServiceTests.cs | https://github.com/jamiepollock/umbraco-localized-editor-models/blob/HEAD/src/Our.Umbraco.LocalizedEditorModels.Tests/Services/LocalizationKeyTextServiceTests.cs | ghcode:00013:86c4803992c1 | mit | codeparrot/github-code | 86c4803992c17e0f1e3e92f7fb2d761f462d239c9aabb2ada22f431a9dd11d43 | 0.75 | testing_debugging_repair_refactoring | 1,117 | false | 2026-07-17 |
#region MIT License
/*
MIT License
Copyright (c) 2018 Darin Higgins
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 right... | drventure/Generate-Line-Map-Utility | GenerateLineMapUnitTests/GenerateLineMapTests.cs | https://github.com/drventure/Generate-Line-Map-Utility/blob/HEAD/GenerateLineMapUnitTests/GenerateLineMapTests.cs | ghcode:00013:bc8f1c040688 | mit | codeparrot/github-code | bc8f1c04068882a5602ad41d24bbfa466b8a767ea8ff319329fde3338ae8b17f | 0.85 | testing_debugging_repair_refactoring | 1,493 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Utilities;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Editor
{
[CustomEditor(typeof(Pr... | SystemFriend/HoloLensUnityChan | Assets/MRTK/Core/Inspectors/ProximityLightInspector.cs | https://github.com/SystemFriend/HoloLensUnityChan/blob/HEAD/Assets/MRTK/Core/Inspectors/ProximityLightInspector.cs | ghcode:00013:c678fbfcb7eb | mit | codeparrot/github-code | c678fbfcb7eb3dd981f2db201f90f739895e4e852a0f7442e2cc226e85e85ecb | 0.7 | testing_debugging_repair_refactoring | 247 | false | 2026-07-17 |
using System.Collections.Generic;
using MarsRovers.PositionsAndHeadings;
using MarsRovers.Terrain;
using NUnit.Framework;
namespace MarsRovers.Test.RobotCollectionTest
{
[TestFixture]
public class ReportedPositionTest
{
[Test]
[ExpectedException(typeof(SuccessException))]
... | iworm/marsexplorer | src/MarsRovers.Test/RobotCollectionTest/ReportedPositionTest.cs | https://github.com/iworm/marsexplorer/blob/HEAD/src/MarsRovers.Test/RobotCollectionTest/ReportedPositionTest.cs | ghcode:00013:fe0eaf5bb8b7 | mit | codeparrot/github-code | fe0eaf5bb8b752e6f6316e1c748a2f1b122dd76118cc06b0f7c7c5489d7af40c | 0.6 | testing_debugging_repair_refactoring | 218 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using PholioVisualisation.DataConstruction;
using PholioVisualisation.PholioObjects;
namespace PholioVisualisation.DataConstructionTest
{
[TestClass]
public class GroupDataBuilderByGroupings... | PublicHealthEngland/fingertips-open | PholioVisualisationWS/DataConstructionTest/GroupDataBuilderByGroupingsTest.cs | https://github.com/PublicHealthEngland/fingertips-open/blob/HEAD/PholioVisualisationWS/DataConstructionTest/GroupDataBuilderByGroupingsTest.cs | ghcode:00013:0717370a1fab | mit | codeparrot/github-code | 0717370a1fab10c66e6f93add1832331e7226bb8c7b6c583fb9741889bae8214 | 0.6 | testing_debugging_repair_refactoring | 724 | 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.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
... | sharwell/roslyn | src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer_GetDiagnostics.cs | https://github.com/sharwell/roslyn/blob/HEAD/src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer_GetDiagnostics.cs | ghcode:00013:9d36e194a4fc | mit | codeparrot/github-code | 9d36e194a4fced0747b9b206cd46f1af4dc25dd8707fdeef9764de8a781621c7 | 0.85 | testing_debugging_repair_refactoring | 2,668 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Shouldly;
using Spect.Net.SpectrumEmu.Abstraction.Cpu;
using Spect.Net.SpectrumEmu.Cpu;
using Spect.Net.SpectrumEmu.Test.Helpers;
// ReSharper disable ArgumentsStyleStringLiteral
namespace Spect.Net.SpectrumEmu.Test.Cpu.BitOps
{
[TestClass]
public cla... | Dotneteer/spectnetide | v2/Tests/Spect.Net.SpectrumEmu.Test/Cpu/BitOps/BitOpTests0X30.cs | https://github.com/Dotneteer/spectnetide/blob/HEAD/v2/Tests/Spect.Net.SpectrumEmu.Test/Cpu/BitOps/BitOpTests0X30.cs | ghcode:00013:a2a8f6ece42e | mit | codeparrot/github-code | a2a8f6ece42e052ccc4989e9dfe6d19cd4d578e53384d7ed278ded54027bd6d7 | 0.95 | testing_debugging_repair_refactoring | 4,720 | false | 2026-07-17 |
namespace TelerikAcademyLearningSystem.Tests.AdminPanel.Licenses
{
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TALearningSystemTestingFramework.Core.AttributeConstants;
using TALearningSystemTestingFramework.Core.Base;
using TelerikAcademyLearningSystem.Core.Facades;
using TelerikAcad... | plamenti/Telerik2015 | Automation/TALearningSystemTestingFramework/TelerikAcademyLearningSystem.Tests/AdminPanel/Licenses/ExportDataTest.cs | https://github.com/plamenti/Telerik2015/blob/HEAD/Automation/TALearningSystemTestingFramework/TelerikAcademyLearningSystem.Tests/AdminPanel/Licenses/ExportDataTest.cs | ghcode:00013:60a22bb569af | mit | codeparrot/github-code | 60a22bb569aff39582c7b0bd797b34af77398d993a65c9f7d2987b15c2047598 | 0.6 | testing_debugging_repair_refactoring | 259 | false | 2026-07-17 |
// Patterns: 1
// Matches: InSomeNamespace.cs
// NotMatches: Foo.cs,InSomeOtherNamespace.cs
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using SomeNamespace;
namespace TestApplication.Windsor.TestCases
{
public class FromThisAssemblyWhereComponent... | hmemcpy/AgentMulder | src/Test/Data/Windsor/TestCases/FromThisAssemblyWhereComponentIsInSameInamespaceAsNonGeneric.cs | https://github.com/hmemcpy/AgentMulder/blob/HEAD/src/Test/Data/Windsor/TestCases/FromThisAssemblyWhereComponentIsInSameInamespaceAsNonGeneric.cs | ghcode:00013:ad62f5b4c7d6 | mit | codeparrot/github-code | ad62f5b4c7d630990d7eef48126d4e771579d3743e58f3c3bf4ea1d9e480be22 | 0.95 | testing_debugging_repair_refactoring | 180 | false | 2026-07-17 |
using CSharpExtensions.Net.Sockets;
using QuickUnity.Net.Sockets;
using System;
using System.IO;
using System.Net;
using UnityEngine;
namespace QuickUnity.Tests.IntegrationTests
{
[IntegrationTest.DynamicTest("MonoTcpServerTests")]
[IntegrationTest.SucceedWithAssertions]
[IntegrationTest.Timeou... | cosmos53076/QuickUnity | Assets/Tests/IntegrationTests/Net/Sockets/MonoTcpServerTest.cs | https://github.com/cosmos53076/QuickUnity/blob/HEAD/Assets/Tests/IntegrationTests/Net/Sockets/MonoTcpServerTest.cs | ghcode:00013:33f1b2d2360a | mit | codeparrot/github-code | 33f1b2d2360a684a948197675de8998a01bd81f79213be016dd0fa260c9806b6 | 0.85 | testing_debugging_repair_refactoring | 671 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace BenchmarkDotNet.Extensions
{
// Renamed to "StringAndTextExtensions", so it doesn't clash with "StringExtensions" in BenchmarkDotNet.Portability
public static class StringAndTextExtensions
{
... | PerfDotNet/BenchmarkDotNet | src/BenchmarkDotNet/Extensions/StringAndTextExtensions.cs | https://github.com/PerfDotNet/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet/Extensions/StringAndTextExtensions.cs | ghcode:00013:69c49ae219a8 | mit | codeparrot/github-code | 69c49ae219a870221ac0b95ab48abd812a3af841f80f7a3d3155c897d5181ebf | 0.7 | testing_debugging_repair_refactoring | 552 | false | 2026-07-17 |
using System;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moonlit.Reflection;
namespace Moonlit.TestFixtures.Reflection
{
[TestClass]
public class ProxyTests
{
public interface IA
{
void Echo();
string EchoString();
... | moonwa/moonlit | TestFixtures/Moonlit.TestFixtures/Reflection/ProxyTests.cs | https://github.com/moonwa/moonlit/blob/HEAD/TestFixtures/Moonlit.TestFixtures/Reflection/ProxyTests.cs | ghcode:00013:f261990b4cd9 | mit | codeparrot/github-code | f261990b4cd90cd7c6b28de51eebafc3e535d4d3be6482324e5be8a0243e85fb | 0.75 | testing_debugging_repair_refactoring | 216 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using System.Ru... | krytarowski/corert | src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeBuilder.cs | https://github.com/krytarowski/corert/blob/HEAD/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeBuilder.cs | ghcode:00013:2c5b59f68387 | mit | codeparrot/github-code | 2c5b59f68387f85b0de0cbd2cfc3178de885aad21238d28bcb1e47068df8e2de | 0.67 | testing_debugging_repair_refactoring | 18,546 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Zenject;
using NUnit.Framework;
using ModestTree;
using Assert=ModestTree.Assert;
namespace Zenject.Tests
{
[TestFixture]
public class TestMultiBindAgain : TestWithContainer
{
private class Test0
{
}
private class Test3 ... | Eventropy/Zentest | Extras/ZenjectUnitTests/Editor/TestMultiBindAgain.cs | https://github.com/Eventropy/Zentest/blob/HEAD/Extras/ZenjectUnitTests/Editor/TestMultiBindAgain.cs | ghcode:00013:e3404ba03697 | mit | codeparrot/github-code | e3404ba03697eaef813c37150c410e45ea4f516adbaec000f8b05f74c38b35ca | 0.75 | testing_debugging_repair_refactoring | 246 | false | 2026-07-17 |
using Guitar32.Utilities;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Diagnostics;
namespace TestProject1
{
/// <summary>
///This is a test class for DiagnosticsTest and is intended
///to contain all DiagnosticsTest Unit Tests
///</summary>
[TestClass()... | allenlinatoc/techbyte | TestProject1/DiagnosticsTest.cs | https://github.com/allenlinatoc/techbyte/blob/HEAD/TestProject1/DiagnosticsTest.cs | ghcode:00013:e0ac39b542a9 | mit | codeparrot/github-code | e0ac39b542a975aa016e2f0847664c1c94db300d8cf1a5d1e75734011e47cc1b | 0.7 | testing_debugging_repair_refactoring | 546 | false | 2026-07-17 |
// Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Data;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Runtime;
using Umbraco.Cms.Core.Scoping;
using Um... | umbraco/Umbraco-CMS | tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/HostedServices/ScheduledPublishingTests.cs | https://github.com/umbraco/Umbraco-CMS/blob/HEAD/tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/HostedServices/ScheduledPublishingTests.cs | ghcode:00013:f571ee8a8d0e | mit | codeparrot/github-code | f571ee8a8d0e890195d93cafa10c5ed09a0084922aab083921c165223ead0bf4 | 0.75 | testing_debugging_repair_refactoring | 1,009 | false | 2026-07-17 |
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
/**
* ChainVoxelを実装したクラス.<br>
* <br>
* negativeVoxelのvoxelチェインへの追加処理を簡略化するために,<br>
* negativeVoxelをposIDに対応するvoxelチェインとは独立して管理する実装になっています.<br>
* voxelチェインはこのクラスではvoxelのリストとして実装されています.<br>
* <br>
* K. Imae an... | supertask/ChainX | tmp/ChainVoxel.cs | https://github.com/supertask/ChainX/blob/HEAD/tmp/ChainVoxel.cs | ghcode:00013:e57667c9becf | mit | codeparrot/github-code | e57667c9becfc59dcd58190a2db51431a53c7f4559d44ebe0d3161897ffdae9a | 0.7 | testing_debugging_repair_refactoring | 2,211 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SmartRoutes.Reader.Parsers;
namespace SmartRoutes.Reader.UnitTests.Parsers.TestSupport
{
public abstract class AbstractCsvStreamParserTest<T>
{
... | SmartRoutes/SmartRoutes | Reader.UnitTests/Parsers/TestSupport/AbstractCsvStreamParserTest.cs | https://github.com/SmartRoutes/SmartRoutes/blob/HEAD/Reader.UnitTests/Parsers/TestSupport/AbstractCsvStreamParserTest.cs | ghcode:00013:243ee71a69b4 | mit | codeparrot/github-code | 243ee71a69b40d93efe0769c9872d61fcdcafeb9ac3a88237d6276a75cad47bb | 0.6 | testing_debugging_repair_refactoring | 230 | false | 2026-07-17 |
using FBCore.Common.References;
using ImagePipeline.Bitmaps;
using ImagePipeline.Image;
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
using System;
using Windows.Graphics.Imaging;
namespace ImagePipelineBase.Tests.ImagePipeline.Image
{
/// <summary>
/// Basic tests for closeable static bitmap
... | phongcao/image-pipeline-windows | ImagePipeline/ImagePipelineBase.Tests/ImagePipeline/Image/CloseableStaticBitmapTests.cs | https://github.com/phongcao/image-pipeline-windows/blob/HEAD/ImagePipeline/ImagePipelineBase.Tests/ImagePipeline/Image/CloseableStaticBitmapTests.cs | ghcode:00013:1e8b2787c216 | mit | codeparrot/github-code | 1e8b2787c216d374f44a8f3f897cb59593d5a727c4bbc3045f8882bedad6369b | 0.85 | testing_debugging_repair_refactoring | 514 | false | 2026-07-17 |
using System;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Presentation.Media;
namespace DemoLM15SGFNZ07Driver
{
internal class DrawText : Test
{
public DrawText(string comment) : base(comment)
{
}
public override void Run()
{
try
... | kodfilemon/kodfilemon.blogspot.com | STM32F4Discovery/Demo/DemoLM15SGFNZ07Driver/Tests/DrawText.cs | https://github.com/kodfilemon/kodfilemon.blogspot.com/blob/HEAD/STM32F4Discovery/Demo/DemoLM15SGFNZ07Driver/Tests/DrawText.cs | ghcode:00013:846f2f67a8c6 | unlicense | codeparrot/github-code | 846f2f67a8c68a7ff8131c49f2a3e2a8dc54325b559e922c665dbcb1afb06a0e | 0.78 | testing_debugging_repair_refactoring | 421 | false | 2026-07-17 |
//
// Copyright 2014 SandRock
//
// 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 ag... | sandrock/SrkToolkit | Sources/NET4.SrkToolkit.Mvvm.Tests/InteractionViewModelBaseTests.cs | https://github.com/sandrock/SrkToolkit/blob/HEAD/Sources/NET4.SrkToolkit.Mvvm.Tests/InteractionViewModelBaseTests.cs | ghcode:00013:391b45abf944 | apache-2.0 | codeparrot/github-code | 391b45abf9442ebf759c70a7c124404fe8f6da71a928115553a8a02b1db1a3b7 | 0.85 | testing_debugging_repair_refactoring | 195 | false | 2026-07-17 |
/*
* REST API Documentation for the MOTI School Bus Application
*
* The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac... | GeorgeWalker/schoolbus | Server/src/SchoolBusAPI/Controllers/TestApi.cs | https://github.com/GeorgeWalker/schoolbus/blob/HEAD/Server/src/SchoolBusAPI/Controllers/TestApi.cs | ghcode:00013:597b149807d5 | apache-2.0 | codeparrot/github-code | 597b149807d558a3a20b65bf1b2c92376ee5eec3c356c42f9de553dad0802d64 | 0.95 | testing_debugging_repair_refactoring | 200 | false | 2026-07-17 |
using System;
using System.Linq;
using System.Linq.Expressions;
using Baseline.Expressions;
using Shouldly;
using Xunit;
namespace Baseline.Testing.Expressions
{
public class FindMembersTester
{
[Fact]
public void find_a_single_property()
{
Expression<Func<Target, object>> ... | JasperFx/Baseline | src/Baseline.Testing/Expressions/FindMembersTester.cs | https://github.com/JasperFx/Baseline/blob/HEAD/src/Baseline.Testing/Expressions/FindMembersTester.cs | ghcode:00013:620243c33198 | apache-2.0 | codeparrot/github-code | 620243c33198dce2a89c416e857bb4793d81bbea4c1394dde445f65b7b7b466a | 0.6 | testing_debugging_repair_refactoring | 200 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis.Diagnostics;
using Test.Utilities;
using Xunit;
namespace Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.UnitTests
{
pu... | heejaechang/roslyn-analyzers | src/Microsoft.CodeQuality.Analyzers/UnitTests/ApiDesignGuidelines/DoNotDecreaseInheritedMemberVisibilityTests.cs | https://github.com/heejaechang/roslyn-analyzers/blob/HEAD/src/Microsoft.CodeQuality.Analyzers/UnitTests/ApiDesignGuidelines/DoNotDecreaseInheritedMemberVisibilityTests.cs | ghcode:00013:43e6825b2100 | apache-2.0 | codeparrot/github-code | 43e6825b21006173c561964e97f4eaddef673dab4e17705467479a4c2c85bc57 | 0.85 | testing_debugging_repair_refactoring | 2,242 | false | 2026-07-17 |
// <copyright file="PropertiesAsserter.cs" company="Automate The Planet Ltd.">
// Copyright 2021 Automate The Planet Ltd.
// 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.o... | angelovstanton/AutomateThePlanet | dotnet/Development-Series/GenericPropertiesValidator/PropertiesAsserter.cs | https://github.com/angelovstanton/AutomateThePlanet/blob/HEAD/dotnet/Development-Series/GenericPropertiesValidator/PropertiesAsserter.cs | ghcode:00013:a48cba7c42a0 | apache-2.0 | codeparrot/github-code | a48cba7c42a07f1ee126673adb536bb48b8aa397e21f994de1646ca99ff1311d | 0.7 | testing_debugging_repair_refactoring | 1,076 | 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.ComponentModel.Composition;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Windows;
using Microsoft.VisualStudio.... | Hosch250/roslyn | src/EditorFeatures/Core.Wpf/Interactive/InteractivePasteCommandHandler.cs | https://github.com/Hosch250/roslyn/blob/HEAD/src/EditorFeatures/Core.Wpf/Interactive/InteractivePasteCommandHandler.cs | ghcode:00013:3060cefdd02c | apache-2.0 | codeparrot/github-code | 3060cefdd02c1e87f6a69152faa51684c6f215dae8a8ee4f6320fddff859aced | 0.85 | testing_debugging_repair_refactoring | 1,365 | false | 2026-07-17 |
using Xunit;
using System;
using BackendlessAPI;
namespace TestProject.Tests.UserService
{
[Collection("Tests")]
public class TestStayLoggedInUser : IDisposable
{
BackendlessUser user = new BackendlessUser();
public TestStayLoggedInUser()
{
user.Email = "hdhdhd@gmail.com";
user.Password ... | Backendless/.NET-SDK | Projects/TestProject/Tests/UserService/TestStayLoggedInUser.cs | https://github.com/Backendless/.NET-SDK/blob/HEAD/Projects/TestProject/Tests/UserService/TestStayLoggedInUser.cs | ghcode:00013:27bdf721475b | apache-2.0 | codeparrot/github-code | 27bdf721475b4d6e3fc45c5c8328ae5afe8834525eea029594219d55d54214e1 | 0.85 | testing_debugging_repair_refactoring | 221 | false | 2026-07-17 |
namespace NServiceBus.AcceptanceTests.Tx
{
using System.Threading.Tasks;
using System.Transactions;
using AcceptanceTesting;
using EndpointTemplates;
using NUnit.Framework;
using ScenarioDescriptors;
public class When_sending_within_an_ambient_transaction : NServiceBusAcceptanceTest
{
... | pablocastilla/NServiceBus.Kafka | src/NServiceBus.Kafka.AcceptanceTests/App_Packages/NSB.AcceptanceTests.6.1.3/Tx/When_sending_within_an_ambient_transaction.cs | https://github.com/pablocastilla/NServiceBus.Kafka/blob/HEAD/src/NServiceBus.Kafka.AcceptanceTests/App_Packages/NSB.AcceptanceTests.6.1.3/Tx/When_sending_within_an_ambient_transaction.cs | ghcode:00013:105817950c75 | apache-2.0 | codeparrot/github-code | 105817950c75e07131878c6df2924da6d41f1a02b60d98eb0379b00c31d1f131 | 0.6 | testing_debugging_repair_refactoring | 891 | false | 2026-07-17 |
using NUnit.Common;
using NUnit.Framework;
using NUnit.Framework.Constraints;
using NUnitLite;
using System;
using System.Reflection;
namespace Example3b
{
public class Program
{
public static int Main(string[] args)
{
var writer = new ExtendedTextWrapper(Console.Out);
... | jskeet/DemoCode | Diagnostics/Example3b/Program.cs | https://github.com/jskeet/DemoCode/blob/HEAD/Diagnostics/Example3b/Program.cs | ghcode:00013:76f4d8b62499 | apache-2.0 | codeparrot/github-code | 76f4d8b62499c024fb8c0b4c0892a9ad3cec3cb83d6a893a65d6639df0abb0aa | 0.6 | testing_debugging_repair_refactoring | 402 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Backendless.Test;
using BackendlessAPI.Data;
using BackendlessAPI.Geo;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace BackendlessAPI.Test.GeoService.SyncTests
{
[TestClass]
public class TestsFrame : ITest
{
public const string ... | cmsni/.NET-SDK | Backendless.Test/GeoService/SyncTests/TestsFrame.cs | https://github.com/cmsni/.NET-SDK/blob/HEAD/Backendless.Test/GeoService/SyncTests/TestsFrame.cs | ghcode:00013:4721edf00a46 | apache-2.0 | codeparrot/github-code | 4721edf00a4639dfb353785d1a62a1c222fa776ed649d83ced46351b14649783 | 0.75 | testing_debugging_repair_refactoring | 848 | false | 2026-07-17 |
/*
* Copyright 2014, 2015 James Geall
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | nielsmeijssen/IdentityServer.v3.MongoDb | Source/Core.MongoDb.Tests/TestData.cs | https://github.com/nielsmeijssen/IdentityServer.v3.MongoDb/blob/HEAD/Source/Core.MongoDb.Tests/TestData.cs | ghcode:00013:1532ad7c8ff9 | apache-2.0 | codeparrot/github-code | 1532ad7c8ff95f2983ccdf577eb0862e0feaea4cee3045a69db07920eb68241c | 0.75 | testing_debugging_repair_refactoring | 1,618 | false | 2026-07-17 |
#region License and Terms
// MoreLINQ - Extensions to LINQ to Objects
// Copyright (c) 2017 Atif Aziz. 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:... | morelinq/MoreLINQ | MoreLinq.Test/RightJoinTest.cs | https://github.com/morelinq/MoreLINQ/blob/HEAD/MoreLinq.Test/RightJoinTest.cs | ghcode:00013:6c9391803bef | apache-2.0 | codeparrot/github-code | 6c9391803bef3752090dd4fe90d754cb7cedc66871f523dc848a8cebe413e4a0 | 0.7 | testing_debugging_repair_refactoring | 1,272 | false | 2026-07-17 |
#region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 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.apache.or... | msgpack/msgpack-cli | test/MsgPack.UnitTest/ByteArrayUnpackerTest.Scalar.cs | https://github.com/msgpack/msgpack-cli/blob/HEAD/test/MsgPack.UnitTest/ByteArrayUnpackerTest.Scalar.cs | ghcode:00013:5f5bb2bd00a8 | apache-2.0 | codeparrot/github-code | 5f5bb2bd00a816196ffbe7fcf3e129a20432731916516c66ddf2de9b3dad7106 | 0.57 | testing_debugging_repair_refactoring | 23,133 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using DotNetCqs.CommonServiceLocator;
using DotNetCqs.TestMessaging;
using Microsoft.Practices.ServiceLocation;
using Moq;
using NUnit.Framework;
namespace DotNetCqs.Tests.CommonServiceLocator
{
[TestFixture]
public class IocCommandBusTes... | saan800/dotnetcqs.extensions | src/DotNetCqs.Tests/CommonServiceLocator/IocCommandBusTests.cs | https://github.com/saan800/dotnetcqs.extensions/blob/HEAD/src/DotNetCqs.Tests/CommonServiceLocator/IocCommandBusTests.cs | ghcode:00013:fc7840688b23 | apache-2.0 | codeparrot/github-code | fc7840688b23d2ca70fe2d4c6c7066d057fcb6e72b25a3c9cf1fc2e2bde89392 | 0.85 | testing_debugging_repair_refactoring | 520 | false | 2026-07-17 |
// Copyright (c) .NET Foundation. 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.IO;
using Microsoft.Extensions.Configuration.Test.Common;
using NotMicrosoft.Configuration.Json;
using Xunit;
names... | dsbenghe/NotMicrosoft.Configuration | test/Microsoft.Extensions.Configuration.Json.Test/JsonConfigurationTest.cs | https://github.com/dsbenghe/NotMicrosoft.Configuration/blob/HEAD/test/Microsoft.Extensions.Configuration.Json.Test/JsonConfigurationTest.cs | ghcode:00013:80b7ae713044 | apache-2.0 | codeparrot/github-code | 80b7ae7130445895579cbbf42833f8548e9564ade5acc29a56efdd1dc76b578a | 0.7 | testing_debugging_repair_refactoring | 985 | false | 2026-07-17 |
using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
namespace NuGet.Test {
[TestClass]
public class PackageRepositoryFactoryTest {
[TestMethod]
public void CreateRepositoryThrowsIfNullSource() {
// Act & Assert
Excep... | grendello/nuget | test/Core.Test/PackageRepositoryFactoryTest.cs | https://github.com/grendello/nuget/blob/HEAD/test/Core.Test/PackageRepositoryFactoryTest.cs | ghcode:00013:446e6ef67871 | apache-2.0 | codeparrot/github-code | 446e6ef67871d570b12d216b6c6829f5f4f071868c176cb6bf968a3c4c9d5a0a | 0.7 | testing_debugging_repair_refactoring | 355 | false | 2026-07-17 |
using System;
using System.Diagnostics;
namespace Lucene.Net.Search
{
/*
* 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 l... | laimis/lucenenet | src/Lucene.Net/Search/ConstantScoreAutoRewrite.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net/Search/ConstantScoreAutoRewrite.cs | ghcode:00013:a59198d62434 | apache-2.0 | codeparrot/github-code | a59198d62434d90c23ecee0bc558f88daf222c66bbc83d938231d787e29a052f | 0.85 | testing_debugging_repair_refactoring | 2,139 | false | 2026-07-17 |
#if !__ANDROID__
using MatterHackers.MatterControl.Tests.Automation;
#endif
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Xml.Linq;
using System.Threading.Tasks;
using System.Threading;
using Ma... | larsbrubaker/MatterControl | Tests/MatterControl.Tests/MatterControl/ReleaseBuildTests.cs | https://github.com/larsbrubaker/MatterControl/blob/HEAD/Tests/MatterControl.Tests/MatterControl/ReleaseBuildTests.cs | ghcode:00013:67657609a4a2 | bsd-2-clause | codeparrot/github-code | 67657609a4a20ceb493da06b6c659a177c4afc65b8cdec9830756151cb99628c | 0.78 | testing_debugging_repair_refactoring | 1,125 | false | 2026-07-17 |
//
// Author:
// Alexandru Ciobanu alex+git@ciobanu.org
//
// Copyright (c) 2015-2018, Alexandru Ciobanu (alex+git@ciobanu.org)
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
//
// ... | pavkam/XtraLiteTemplates | XtraLiteTemplates.Tests/Inside/RtlAssocTestOperator.cs | https://github.com/pavkam/XtraLiteTemplates/blob/HEAD/XtraLiteTemplates.Tests/Inside/RtlAssocTestOperator.cs | ghcode:00013:e2c7710f99c7 | bsd-3-clause | codeparrot/github-code | e2c7710f99c7db6b13dc1efdd32532c590149024aaf40145ae595604422c5f8b | 0.85 | testing_debugging_repair_refactoring | 473 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Threading;
using Jarvis.Framework.Kernel.Events;
using Jarvis.Framework.Kernel.ProjectionEngine;
using Jarvis.Framework.Shared.IdentitySupport;
using Jarvis.Framework.Shared.Messages;
using Jarvis.Frame... | ProximoSrl/Jarvis.Framework | Jarvis.Framework.Tests/ProjectionEngineTests/V2/PollerCanStopAndRestart.cs | https://github.com/ProximoSrl/Jarvis.Framework/blob/HEAD/Jarvis.Framework.Tests/ProjectionEngineTests/V2/PollerCanStopAndRestart.cs | ghcode:00013:89785d2d6e87 | mit | codeparrot/github-code | 89785d2d6e873b97a5045e4be4b588322c99451f1976a732cc9f5db37e2841fc | 0.75 | testing_debugging_repair_refactoring | 547 | 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 tiny
{
using Models;
using Newtonsoft.Json;
/// <summary>
/// This is a sample.
/// </summary>
public partial interface ICowbellF... | ljhljh235/AutoRest | Samples/test/error-behavior/openapi-yaml-bad-type/Client/ICowbellFactory.cs | https://github.com/ljhljh235/AutoRest/blob/HEAD/Samples/test/error-behavior/openapi-yaml-bad-type/Client/ICowbellFactory.cs | ghcode:00013:7fe1d97cff5a | mit | codeparrot/github-code | 7fe1d97cff5ab051506dc164e0d6cdbbb04d8b03c9e9a557259703de22b3c2ec | 0.95 | testing_debugging_repair_refactoring | 175 | false | 2026-07-17 |
using System;
using Xunit;
using PwSafe = Medo.Security.Cryptography.PasswordSafe;
namespace PasswordSafe.Test {
public class HeaderCollectionTests {
[Fact(DisplayName = "PasswordSafe: HeaderCollection: Add")]
public void HeaderCollection_New() {
var doc = new PwSafe.Document("Password... | medo64/PasswordSafe | Source/PasswordSafe.Test/HeaderCollectionTests.cs | https://github.com/medo64/PasswordSafe/blob/HEAD/Source/PasswordSafe.Test/HeaderCollectionTests.cs | ghcode:00013:6180d9a26477 | mit | codeparrot/github-code | 6180d9a26477c5c7b4fc170980a7394ac91f03e7d6403c023db0b3fabaa08113 | 0.75 | testing_debugging_repair_refactoring | 337 | false | 2026-07-17 |
using GitVersion;
using GitVersion.VersionCalculation;
using LibGit2Sharp;
namespace GitVersionCore.Tests.VersionCalculation
{
public class TestMainlineVersionCalculator : IMainlineVersionCalculator
{
private readonly SemanticVersionBuildMetaData metaData;
public TestMainlineVersionCalculator(... | ParticularLabs/GitVersion | src/GitVersionCore.Tests/VersionCalculation/TestMainlineVersionCalculator.cs | https://github.com/ParticularLabs/GitVersion/blob/HEAD/src/GitVersionCore.Tests/VersionCalculation/TestMainlineVersionCalculator.cs | ghcode:00013:d9d5f9bb11f2 | mit | codeparrot/github-code | d9d5f9bb11f2a60b7744a66db9d83bd43d6867abc07b8d860ba244cd45fd4fb7 | 0.75 | testing_debugging_repair_refactoring | 132 | false | 2026-07-17 |
// ****************************************************************
// Copyright 2011, Charlie Poole
// This is free software licensed under the NUnit license. You may
// obtain a copy of the license at http://nunit.org
// ****************************************************************
using System;
using Syst... | continuoustests/AutoTest.Net | lib/NUnit/src/NUnit-2.6.0.12051/src/NUnitFramework/framework/Constraints/ComparisonConstraints.cs | https://github.com/continuoustests/AutoTest.Net/blob/HEAD/lib/NUnit/src/NUnit-2.6.0.12051/src/NUnitFramework/framework/Constraints/ComparisonConstraints.cs | ghcode:00013:151b961c8133 | mit | codeparrot/github-code | 151b961c813322d0362b06ac9abc2ccd5b5840e0d47aa03db1d1b5e3cda5372a | 0.95 | testing_debugging_repair_refactoring | 458 | false | 2026-07-17 |
using System;
using Marten.Schema.Identity;
using Shouldly;
using Xunit;
namespace Marten.Testing.Schema.Identity
{
public class NoOpIdGenerationTests
{
[Fact]
public void can_be_used_on_any_valid_id_type()
{
var generator = new NoOpIdGeneration();
generator.Ke... | tim-cools/Marten | src/Marten.Testing/Schema/Identity/NoOpIdGenerationTests.cs | https://github.com/tim-cools/Marten/blob/HEAD/src/Marten.Testing/Schema/Identity/NoOpIdGenerationTests.cs | ghcode:00013:02c429f97203 | mit | codeparrot/github-code | 02c429f97203ae39fe87bffccf5911f1d99e7f8b6d7f49338f14e4c1ba019600 | 0.75 | testing_debugging_repair_refactoring | 152 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Sharpduino.Base;
using Sharpduino.Constants;
using Sharpduino.Creators;
using Sharpduino.Exceptions;
using Sharpduino.Messages;
using Sharpduino.Messages.TwoWay;
namespace Sharpduino.Library.Tests.Creato... | thutch/sharpduino | Sharpduino.Tests/Creators/DigitalMessageCreatorTest.cs | https://github.com/thutch/sharpduino/blob/HEAD/Sharpduino.Tests/Creators/DigitalMessageCreatorTest.cs | ghcode:00013:8f6557ca9c22 | mit | codeparrot/github-code | 8f6557ca9c223ab670d402348b71261b929db6eb83606b5b4c08c61548132b65 | 0.6 | testing_debugging_repair_refactoring | 279 | false | 2026-07-17 |
//-----------------------------------------------------------------------
// <copyright file="FlowIteratorSpec.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>... | simonlaroche/akka.net | src/core/Akka.Streams.Tests/Dsl/FlowIteratorSpec.cs | https://github.com/simonlaroche/akka.net/blob/HEAD/src/core/Akka.Streams.Tests/Dsl/FlowIteratorSpec.cs | ghcode:00013:5e344510384b | apache-2.0 | codeparrot/github-code | 5e344510384bbde2e8d6279462debb5adb017cea9129a97e645f17eee59497a1 | 0.85 | testing_debugging_repair_refactoring | 2,077 | false | 2026-07-17 |
using System.Linq;
using System.Text;
using Nest.Tests.MockData;
using Nest.Tests.MockData.Domain;
using NUnit.Framework;
namespace Nest.Tests.Integration.Search.NamedFilter
{
[TestFixture]
public class NamedFilterTest : IntegrationTests
{
private string _LookFor = NestTestData.Data.First().Name;
[Test]
pub... | NickCraver/NEST | src/Tests/Nest.Tests.Integration/Search/NamedFilter/NamedFilterTests.cs | https://github.com/NickCraver/NEST/blob/HEAD/src/Tests/Nest.Tests.Integration/Search/NamedFilter/NamedFilterTests.cs | ghcode:00013:51712d3c7283 | apache-2.0 | codeparrot/github-code | 51712d3c7283c978551d0cdbc5ba66c65fcde07d69f3f06fffeaaaee95806da8 | 0.95 | testing_debugging_repair_refactoring | 239 | false | 2026-07-17 |
using NBench;
namespace Akka.Tests.Performance
{
class Program
{
static int Main(string[] args)
{
return NBenchRunner.Run<Program>();
}
}
}
| simonlaroche/akka.net | src/core/Akka.Tests.Performance/Program.cs | https://github.com/simonlaroche/akka.net/blob/HEAD/src/core/Akka.Tests.Performance/Program.cs | ghcode:00013:7dab4cf43e41 | apache-2.0 | codeparrot/github-code | 7dab4cf43e411e01decddb76b4c854c5c86721876f3d675ef31f8f9b0d844a85 | 0.5 | testing_debugging_repair_refactoring | 42 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Utilities;
using Xunit;
using Xunit.Abstra... | nguerrera/roslyn | src/Compilers/CSharp/Test/Syntax/Parsing/AsyncStreamsParsingTests.cs | https://github.com/nguerrera/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Syntax/Parsing/AsyncStreamsParsingTests.cs | ghcode:00013:7e252fc199f2 | apache-2.0 | codeparrot/github-code | 7e252fc199f2375cccad1aa252715fe363cd09c65f3b39b4a102d483884e1bdc | 0.95 | testing_debugging_repair_refactoring | 4,186 | 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... | SomeFire/ignite | modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/DataRegionMetricsParityTest.cs | https://github.com/SomeFire/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/DataRegionMetricsParityTest.cs | ghcode:00013:38ebb7fc90af | apache-2.0 | codeparrot/github-code | 38ebb7fc90aff0f73375a5957e2a4e64613c5216ffd51fbf3b3d71d451a7cd1f | 0.7 | testing_debugging_repair_refactoring | 415 | 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.Diagnostics;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
na... | shrah/corert | src/Common/src/TypeSystem/Common/TypeDesc.cs | https://github.com/shrah/corert/blob/HEAD/src/Common/src/TypeSystem/Common/TypeDesc.cs | ghcode:00013:562429d4c3f5 | mit | codeparrot/github-code | 562429d4c3f53b35583f739dcf724d1d1cf04934ab91f6cd22d0a26ee668b05d | 0.8 | testing_debugging_repair_refactoring | 3,960 | false | 2026-07-17 |
// Lucene version compatibility level 4.8.1
#if FEATURE_COLLATION
using System;
using System.Globalization;
using System.IO;
using System.Linq;
using Icu;
using Icu.Collation;
using Lucene.Net.Analysis;
using Lucene.Net.Analysis.Core;
using Lucene.Net.Util;
using NUnit.Framework;
namespace Lucene.Net.Collation
{
/... | apache/lucenenet | src/Lucene.Net.Tests.Analysis.Common/Collation/TestCollationKeyFilter.cs | https://github.com/apache/lucenenet/blob/HEAD/src/Lucene.Net.Tests.Analysis.Common/Collation/TestCollationKeyFilter.cs | ghcode:00013:0e8aaac8c716 | apache-2.0 | codeparrot/github-code | 0e8aaac8c716714e27efb1e671f076f9b9e9f2699200b9b24c38f0aac74dfd77 | 0.85 | testing_debugging_repair_refactoring | 1,479 | 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.CodeStyle;
using Microsoft.CodeAnalysis.CSharp;
using Micr... | MichalStrehovsky/roslyn | src/EditorFeatures/CSharpTest/MakeLocalFunctionStatic/MakeLocalFunctionStaticTests.cs | https://github.com/MichalStrehovsky/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/MakeLocalFunctionStatic/MakeLocalFunctionStaticTests.cs | ghcode:00013:e9c0e5abd591 | apache-2.0 | codeparrot/github-code | e9c0e5abd591296a10178eb42ec628a79a2a8defe80510847a6120ab7d857609 | 0.75 | testing_debugging_repair_refactoring | 1,124 | 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... | saratrallapalli/azure-sdk-tools | WindowsAzurePowershell/src/Management.CloudService.Test/Tests/Cmdlet/AddAzureWorkerRoleTests.cs | https://github.com/saratrallapalli/azure-sdk-tools/blob/HEAD/WindowsAzurePowershell/src/Management.CloudService.Test/Tests/Cmdlet/AddAzureWorkerRoleTests.cs | ghcode:00013:a45248fbdaf0 | apache-2.0 | codeparrot/github-code | a45248fbdaf045e6138d58bff17968eb1eb29f039348c460bd631e088d831302 | 0.95 | testing_debugging_repair_refactoring | 1,201 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using QUnit;
namespace CoreLib.TestScript.Collections.Generic {
[TestFixture]
public class GenericDictionaryTests {
class TestEqualityComparer : EqualityComparer<string> {
public override bool Equals(string x, string y) {
return x[0] == y[0];
}
public ... | vimko/SaltarelleCompiler | Runtime/CoreLib.TestScript/Collections/Generic/GenericDictionaryTests.cs | https://github.com/vimko/SaltarelleCompiler/blob/HEAD/Runtime/CoreLib.TestScript/Collections/Generic/GenericDictionaryTests.cs | ghcode:00013:73ed846f1dad | apache-2.0 | codeparrot/github-code | 73ed846f1dadc4cc6f50ff4508e8f46f32b4c5c7ab0e26325951e6c631821939 | 0.75 | testing_debugging_repair_refactoring | 2,311 | false | 2026-07-17 |
using Xunit;
namespace Shouldly.Tests.Strings.ShouldBe
{
public class SensitiveToLineEndingsScenario
{
[Fact]
public void SensitiveToLineEndingsScenarioShouldFail()
{
var str = "line1\nline2";
Verify.ShouldFail(() =>
str.ShouldBe("line1\r\nline2", () => "Some ad... | ankurMalhotra/shouldly | src/Shouldly.Tests/Strings/ShouldBe/SensitiveToLineEndingsScenario.cs | https://github.com/ankurMalhotra/shouldly/blob/HEAD/src/Shouldly.Tests/Strings/ShouldBe/SensitiveToLineEndingsScenario.cs | ghcode:00013:59ea3fe2328d | bsd-3-clause | codeparrot/github-code | 59ea3fe2328db61a52f38f94b2c232c8867cd7c8666180ae2918618b3ebdc57f | 0.6 | testing_debugging_repair_refactoring | 736 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using AllReady.Models;
using AllReady.UnitTest.Extensions;
using AllReady.ViewModels.Event;
using AllReady.ViewModels.Task;
using Xunit;
namespace AllReady.UnitTest.ViewModels.Event
{
public class EventViewModelShould
{
//happy path test. set up data to ... | mheggeseth/allReady | AllReadyApp/Web-App/AllReady.UnitTest/ViewModels/Event/EventViewModelShould.cs | https://github.com/mheggeseth/allReady/blob/HEAD/AllReadyApp/Web-App/AllReady.UnitTest/ViewModels/Event/EventViewModelShould.cs | ghcode:00013:3474bb032530 | mit | codeparrot/github-code | 3474bb0325305114abbf88a0cac7dd1ca3f6d5081ba44a60fb19c510f43c9bae | 0.6 | testing_debugging_repair_refactoring | 1,167 | 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.Reflection;
using Xunit;
namespace System.Linq.Expressions.Tests
{
... | Petermarcu/corefx | src/System.Linq.Expressions/tests/Call/CallFactoryTests.cs | https://github.com/Petermarcu/corefx/blob/HEAD/src/System.Linq.Expressions/tests/Call/CallFactoryTests.cs | ghcode:00013:06d08d5fcbcc | mit | codeparrot/github-code | 06d08d5fcbcc1cad18931a5699c60551072bb6d025459113fe56ce7250d1c25b | 0.95 | testing_debugging_repair_refactoring | 3,725 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using TrackableEntities.Client;
namespace TrackableEntities.Tests.Acceptance.ClientEntities
{
[JsonObject(IsReference = true)]
public class Territory : EntityBase
{
private string _territoryId;
public string TerritoryId... | MarcDrexler/trackable-entities | Source/Tests.Acceptance/TrackableEntities.Tests.Acceptance/ClientEntities/Territory.cs | https://github.com/MarcDrexler/trackable-entities/blob/HEAD/Source/Tests.Acceptance/TrackableEntities.Tests.Acceptance/ClientEntities/Territory.cs | ghcode:00013:c78f8f398c0b | mit | codeparrot/github-code | c78f8f398c0b5041cedd2523b84158a5e9ab90e6a6a733241f6346601773fa5c | 0.75 | testing_debugging_repair_refactoring | 495 | 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.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis... | amcasey/roslyn | src/Compilers/CSharp/Portable/Binder/Binder_Deconstruct.cs | https://github.com/amcasey/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/Binder_Deconstruct.cs | ghcode:00013:5edfa7864840 | apache-2.0 | codeparrot/github-code | 5edfa7864840a403f34fc657b2855b143d7446476726f6d041ef41a07ec6458c | 0.85 | testing_debugging_repair_refactoring | 6,529 | 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;
namespace TestUtilities
{
public interface IAddExistingItem : IDisposable
{
void OK();
void Add();
void AddLink... | lukedgr/nodejstools | Common/Tests/Utilities/IAddExistingItem.cs | https://github.com/lukedgr/nodejstools/blob/HEAD/Common/Tests/Utilities/IAddExistingItem.cs | ghcode:00013:0a9924ffee21 | apache-2.0 | codeparrot/github-code | 0a9924ffee215b9df81a912079d334a99ad4abb69702777cb47b48c9f9b30c01 | 0.85 | testing_debugging_repair_refactoring | 87 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis.Diagnostics;
using Test.Utilities;
using Xunit;
namespace System.Runtime.Analyzers.UnitTests
{
public class InstantiateArgum... | qinxgit/roslyn-analyzers | src/System.Runtime.Analyzers/UnitTests/InstantiateArgumentExceptionsCorrectlyTests.cs | https://github.com/qinxgit/roslyn-analyzers/blob/HEAD/src/System.Runtime.Analyzers/UnitTests/InstantiateArgumentExceptionsCorrectlyTests.cs | ghcode:00013:87edd3c7e7af | apache-2.0 | codeparrot/github-code | 87edd3c7e7af0f46d861117059f5f455d24817e98854c481766609024c93df6c | 0.75 | testing_debugging_repair_refactoring | 3,812 | false | 2026-07-17 |
using System;
using NUnit.Framework;
namespace FullSerializer.Tests {
[fsObject(Converter = typeof(MyConverter))]
public class MyModel {
}
public class MyConverter : fsConverter {
public static bool DidSerialize = false;
public static bool DidDeserialize = false;
public overr... | nuverian/fullserializer | Testing/Editor/SpecifiedConverterTests.cs | https://github.com/nuverian/fullserializer/blob/HEAD/Testing/Editor/SpecifiedConverterTests.cs | ghcode:00013:759dd95ad35b | mit | codeparrot/github-code | 759dd95ad35b14897b20007bd154b635fdff5fd6bb7fa1d1fe7b1aa79cd69210 | 0.75 | testing_debugging_repair_refactoring | 309 | 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
namespace DotNetNuke.Tests.Core.Entities.Modules.Settings
{
public struct ComplexType
{
publ... | nvisionative/Dnn.Platform | DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexType.cs | https://github.com/nvisionative/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexType.cs | ghcode:00013:cd0e5342f10e | mit | codeparrot/github-code | cd0e5342f10e59f788b74b19b437721269d09c774a47f74a3634364e2bed2a06 | 0.95 | testing_debugging_repair_refactoring | 112 | 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... | RavenB/opensim | OpenSim/Tests/Robust/Clients/Grid/GridClient.cs | https://github.com/RavenB/opensim/blob/HEAD/OpenSim/Tests/Robust/Clients/Grid/GridClient.cs | ghcode:00013:2353e5907ee4 | bsd-3-clause | codeparrot/github-code | 2353e5907ee4db74d45494e787252158ef609f532fba1c755f0a3eaf6d5f3983 | 0.95 | testing_debugging_repair_refactoring | 1,460 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace EventHub.Tests.ScenarioTests
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.T... | ayeletshpigelman/azure-sdk-for-net | sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.ConsumergroupsTests.CRUD_Length.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.ConsumergroupsTests.CRUD_Length.cs | ghcode:00013:86d6e7ac4b17 | mit | codeparrot/github-code | 86d6e7ac4b1782001647698abb0d7f8cc8a0b4efc9d1d5e6e59c50bae7ce01b2 | 0.95 | testing_debugging_repair_refactoring | 1,054 | 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.Linq;
using Microsoft.Azure.Management.ApiManagement;
using Microsoft.Azure.Management.ApiMan... | ayeletshpigelman/azure-sdk-for-net | sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/SetupMsiTests.cs | https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/SetupMsiTests.cs | ghcode:00013:331bae78df33 | mit | codeparrot/github-code | 331bae78df33bf77fb3f2b174ef33170dfd13216e06007c39922397415f4c877 | 0.95 | testing_debugging_repair_refactoring | 1,033 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using LibGit2Sharp.Core;
namespace LibGit2Sharp
{
/// <summary>
/// Global settings for libgit2 and LibGit2Sharp.
/// </summary>
public static class GlobalSettings
{
private static readonly Lazy<Versi... | vorou/libgit2sharp | LibGit2Sharp/GlobalSettings.cs | https://github.com/vorou/libgit2sharp/blob/HEAD/LibGit2Sharp/GlobalSettings.cs | ghcode:00013:eb0636a73634 | mit | codeparrot/github-code | eb0636a736344683710a5d697a6bfbf6231127095a39943ca5f562b739220b9b | 0.7 | testing_debugging_repair_refactoring | 1,904 | false | 2026-07-17 |
//
// BansheeTests.cs
//
// Author:
// Gabriel Burt <gburt@novell.com>
//
// Copyright (C) 2008 Novell, Inc.
//
// 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, inclu... | rubenv/tripod | src/Libraries/Hyena/Hyena/Tests/TestBase.cs | https://github.com/rubenv/tripod/blob/HEAD/src/Libraries/Hyena/Hyena/Tests/TestBase.cs | ghcode:00013:2801e090f392 | mit | codeparrot/github-code | 2801e090f392d2a7b1f16f22db7e17906d2887a22ff3fc1cc39fa40d98fe396c | 0.95 | testing_debugging_repair_refactoring | 782 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Uti... | physhi/roslyn | src/EditorFeatures/CSharpTest2/Recommendations/OperatorKeywordRecommenderTests.cs | https://github.com/physhi/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest2/Recommendations/OperatorKeywordRecommenderTests.cs | ghcode:00013:852a3c69ef80 | apache-2.0 | codeparrot/github-code | 852a3c69ef802e645cafc209eccdb5d7a22cdcca2af2504ed062b53bd2cbeea7 | 0.85 | testing_debugging_repair_refactoring | 890 | false | 2026-07-17 |
using NUnit.Framework;
using Saltarelle.Compiler.ScriptSemantics;
namespace Saltarelle.Compiler.Tests.CompilerTests.MethodCompilation.Statements {
[TestFixture]
public class ForeachStatementTests : MethodCompilerTestBase {
[Test]
public void ForeachStatementThatDoesNotRequireExtraStatementsForInitializerWorks()... | midnite8177/SaltarelleCompiler | Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Statements/ForeachStatementTests.cs | https://github.com/midnite8177/SaltarelleCompiler/blob/HEAD/Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Statements/ForeachStatementTests.cs | ghcode:00013:5d36cdd25ce5 | apache-2.0 | codeparrot/github-code | 5d36cdd25ce53f8b34e5453df0922737b0f210f70826b6dd47f1d8bfd701fb5c | 0.85 | testing_debugging_repair_refactoring | 2,278 | false | 2026-07-17 |
using System;
using Glimpse.Core.Extensibility;
using Glimpse.Core.Framework;
using Glimpse.Core;
using Moq;
using Xunit;
namespace Glimpse.Test.Core.Framework
{
public class InspectorContextShould
{
[Fact]
public void SetPropertiesOnConstruct()
{
var loggerMock = new Mock<... | sorenhl/Glimpse | source/Glimpse.Test.Core/Framework/InspectorContextShould.cs | https://github.com/sorenhl/Glimpse/blob/HEAD/source/Glimpse.Test.Core/Framework/InspectorContextShould.cs | ghcode:00013:16838fef6bb4 | apache-2.0 | codeparrot/github-code | 16838fef6bb42f1b59bfea0c599c60c2f876f05ab4fd77a2d1a9d76e98fd7c10 | 0.75 | testing_debugging_repair_refactoring | 666 | false | 2026-07-17 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Roslyn.Utilities;
namespace Mic... | MatthieuMEZIL/roslyn | src/Workspaces/Core/Portable/Shared/Collections/IntervalTree`1.cs | https://github.com/MatthieuMEZIL/roslyn/blob/HEAD/src/Workspaces/Core/Portable/Shared/Collections/IntervalTree`1.cs | ghcode:00013:b8c0b33bf435 | apache-2.0 | codeparrot/github-code | b8c0b33bf435e17010f1829cbf4686e0ff03c20d5c8ddbcd163dc1113706baac | 0.85 | testing_debugging_repair_refactoring | 2,062 | 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 Microsoft.CodeAnalysis.CSharp.Emit;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Mi... | paladique/roslyn | src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedBackingFieldSymbol.cs | https://github.com/paladique/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedBackingFieldSymbol.cs | ghcode:00013:dd39546ff09a | apache-2.0 | codeparrot/github-code | dd39546ff09a083bc2480f953a46ce0cc7ae8181d8f1c5b5cbd7176dfa0b92fb | 0.85 | testing_debugging_repair_refactoring | 460 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
namespace FluentAssertions.Common
{
internal class DefaultReflector : IReflector
{
public IEnumerable<Type> GetAllTypesFromAppDomain(Func<Assembly, bool> predicate... | dennisdoomen/fluentassertions | Src/FluentAssertions.Net45/Common/DefaultReflectionProvider.cs | https://github.com/dennisdoomen/fluentassertions/blob/HEAD/Src/FluentAssertions.Net45/Common/DefaultReflectionProvider.cs | ghcode:00013:6ee87e81eef3 | apache-2.0 | codeparrot/github-code | 6ee87e81eef3067daa21bb540df55782bd77b967a22a2886b69d3627cf074b51 | 0.6 | testing_debugging_repair_refactoring | 230 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Xunit;
namespace System.Reflection.Emit.Tests
{
public class TypeBuilderGetField
{
[Fact]
... | alphonsekurian/corefx | src/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderGetField.cs | https://github.com/alphonsekurian/corefx/blob/HEAD/src/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderGetField.cs | ghcode:00013:d45332a877e1 | mit | codeparrot/github-code | d45332a877e1e41aeb97008a1932d2497c4678c2d367a0cd11666d7e0c29233a | 0.95 | testing_debugging_repair_refactoring | 600 | 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 Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace Internal.Runtime
{
/// <summary>
... | zenos-os/zenos | vendor/corert/src/Common/src/Internal/Runtime/GCDescEncoder.cs | https://github.com/zenos-os/zenos/blob/HEAD/vendor/corert/src/Common/src/Internal/Runtime/GCDescEncoder.cs | ghcode:00013:5f3605385bfd | mit | codeparrot/github-code | 5f3605385bfd3b9a7c7d2513aec074c21f874a3c4e62fb1c687698eaa83b20f1 | 0.8 | testing_debugging_repair_refactoring | 1,581 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
namespace Microsoft.Azure.Search.Tests
{
using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
using Xunit;
public class GetSearchTests : Searc... | smithab/azure-sdk-for-net | src/Search/Search.Tests/Tests/GetSearchTests.cs | https://github.com/smithab/azure-sdk-for-net/blob/HEAD/src/Search/Search.Tests/Tests/GetSearchTests.cs | ghcode:00013:b759907bc0c4 | apache-2.0 | codeparrot/github-code | b759907bc0c48a0c93d015b0a71c53635d7b292fb0ad14155a60d1632b25f571 | 0.95 | testing_debugging_repair_refactoring | 1,053 | 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.Configuration.Tests
{
public class SettingElementTests
{
[Fact]
... | shimingsg/corefx | src/System.Configuration.ConfigurationManager/tests/System/Configuration/SettingElementTests.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Configuration.ConfigurationManager/tests/System/Configuration/SettingElementTests.cs | ghcode:00013:9504c77a2ff6 | mit | codeparrot/github-code | 9504c77a2ff69ba1025e641ab9fb55135f3e11b2e2ed9af472c76b37d81c8931 | 0.95 | testing_debugging_repair_refactoring | 463 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.IO;
namespace Microsoft.SqlServer.TDS.SessionState
{
/// <summary>
/// A single option of the... | krytarowski/corefx | src/System.Data.SqlClient/tests/Tools/TDS/TDS/SessionState/TDSSessionStateOption.cs | https://github.com/krytarowski/corefx/blob/HEAD/src/System.Data.SqlClient/tests/Tools/TDS/TDS/SessionState/TDSSessionStateOption.cs | ghcode:00013:c15649be4980 | mit | codeparrot/github-code | c15649be498006f1ba869be3b95c261548c2c13ed15b947539b101c81f015411 | 0.95 | testing_debugging_repair_refactoring | 575 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Xunit;
namespace ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.generics.nested.nested001.nested0... | iamjasonp/corefx | src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/Conformance.dynamic.dynamicType.generics.nested.cs | https://github.com/iamjasonp/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/Conformance.dynamic.dynamicType.generics.nested.cs | ghcode:00013:7f16ae13abca | mit | codeparrot/github-code | 7f16ae13abca3f6342b4517ae9b389c385cc94e49879c59d31161dd7e85a07d6 | 0.95 | testing_debugging_repair_refactoring | 8,069 | 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.Linq;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.C... | bbarry/roslyn | src/Compilers/Core/CodeAnalysisTest/Diagnostics/AnalysisContextInfoTests.cs | https://github.com/bbarry/roslyn/blob/HEAD/src/Compilers/Core/CodeAnalysisTest/Diagnostics/AnalysisContextInfoTests.cs | ghcode:00013:f0c8cd129e64 | apache-2.0 | codeparrot/github-code | f0c8cd129e6465330945be8d9c239cdaf557a03d95550ba5dd1dcc3c5d698982 | 0.75 | testing_debugging_repair_refactoring | 1,038 | 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.Linq;
using Test.Cryptography;
using Xunit;
namespace System.Security.Cryptography.Pkcs.Tests.Pkcs12
{... | BrennanConroy/corefx | src/System.Security.Cryptography.Pkcs/tests/Pkcs12/Pkcs12SafeBagTests.cs | https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Security.Cryptography.Pkcs/tests/Pkcs12/Pkcs12SafeBagTests.cs | ghcode:00013:a12978953155 | mit | codeparrot/github-code | a12978953155cdf2e5d2214d6d181fb1c8c5aa95cbfeafa2884e3897070abb9b | 0.95 | testing_debugging_repair_refactoring | 1,324 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Xunit;
using System.Xml;
namespace XmlDocumentTests.XmlDocumentTests
{
public class NodeRemovingTests
{
[Fact]
public static void RemoveN... | dkorolev/corefx | src/System.Xml.XmlDocument/tests/XmlDocumentTests/NodeRemovingTests.cs | https://github.com/dkorolev/corefx/blob/HEAD/src/System.Xml.XmlDocument/tests/XmlDocumentTests/NodeRemovingTests.cs | ghcode:00013:49483fc4b8bd | mit | codeparrot/github-code | 49483fc4b8bdd99c7d57936057cf2cbe6a7731549601e742830e80251d90ddd9 | 0.85 | testing_debugging_repair_refactoring | 294 | false | 2026-07-17 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Xunit;
using System;
using System.Xml;
namespace XMLTests.ReaderWriter.ReadContentTests
{
public class DateTimeElementContentTests
{
[Fact]
... | Frank125/corefx | src/System.Xml.ReaderWriter/tests/XmlReader/ReadContentAs/ReadAsDateTimeElementContentTests.cs | https://github.com/Frank125/corefx/blob/HEAD/src/System.Xml.ReaderWriter/tests/XmlReader/ReadContentAs/ReadAsDateTimeElementContentTests.cs | ghcode:00013:66e487a05e0e | mit | codeparrot/github-code | 66e487a05e0e0430c0daedf54fc7fa33bc2cd20537d0f507e5a72f89009d241b | 0.85 | testing_debugging_repair_refactoring | 5,672 | 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 Microsoft.CodeAnalysis.Collections;
namespace Microsoft.CodeAnalysis.CSharp.Symbols
{
... | droyad/roslyn | src/Compilers/CSharp/Portable/Compiler/AnonymousTypeMethodBodySynthesizer.cs | https://github.com/droyad/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Compiler/AnonymousTypeMethodBodySynthesizer.cs | ghcode:00013:2eef02003c45 | apache-2.0 | codeparrot/github-code | 2eef02003c4531403526df2e313f4c5fea9001c149fe91a21f3649d86ae8d442 | 0.85 | testing_debugging_repair_refactoring | 2,493 | 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;
namespace Metadata
{
public class ICSPropImpl : ICSProp
{
protected EFoo efoo;
public virtual EFoo ReadOnlyProp
... | ManishJayaswal/roslyn | src/Compilers/Test/Resources/Core/MetadataTests/InterfaceAndClass/CSClasses01.cs | https://github.com/ManishJayaswal/roslyn/blob/HEAD/src/Compilers/Test/Resources/Core/MetadataTests/InterfaceAndClass/CSClasses01.cs | ghcode:00013:af793d82455f | apache-2.0 | codeparrot/github-code | af793d82455f59e2608a3ebef21bacc9e12cda0e40f92be3de9f442bedc825e2 | 0.85 | testing_debugging_repair_refactoring | 370 | false | 2026-07-17 |
//
// The MIT License (MIT)
// Copyright (c) 2016 Adriano Repetti
// 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, ... | arepetti/NetMicroBenchmark | Sources/MicroBench.Engine/Benchmark.cs | https://github.com/arepetti/NetMicroBenchmark/blob/HEAD/Sources/MicroBench.Engine/Benchmark.cs | ghcode:00013:255c6e7fce16 | mit | codeparrot/github-code | 255c6e7fce1602c1e2ede8e777704692c8d653e60c1502a075cd240fefd7ffbf | 0.7 | testing_debugging_repair_refactoring | 1,309 | false | 2026-07-17 |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace SharpToolkit.Extensions.Collections.Test
{
[TestClass]
public class LambdaComparerTests
{
class CompareTarget
{
publi... | SharpToolkit/Extensions | SharpToolkit.Extensions.Collections.Test/LambdaComparerTests.cs | https://github.com/SharpToolkit/Extensions/blob/HEAD/SharpToolkit.Extensions.Collections.Test/LambdaComparerTests.cs | ghcode:00013:ea23ad009ec3 | mit | codeparrot/github-code | ea23ad009ec36e5bbbfdf1273540c6d54f3d6cee2c333b8e08671858160f253b | 0.75 | testing_debugging_repair_refactoring | 347 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.