text stringlengths 40 299k | repo_name stringlengths 7 71 | path stringlengths 4 235 | source_url stringlengths 45 289 | commit_or_blob_id stringlengths 25 25 | license stringclasses 7
values | source_dataset stringclasses 1
value | content_sha256 stringlengths 64 64 | quality_score float64 0.2 0.95 | category_slice stringclasses 1
value | token_count int64 11 109k | is_synthetic bool 1
class | collected_at stringdate 2026-07-17 00:00:00 2026-07-17 00:00:00 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
/*
Copyright 2011 Google Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, sof... | artzub/LoggenCSG | vendors/gapi/Src/GoogleApis.Tools.CodeGen.Tests/Decorator/ResourceDecorator/RequestDecorator/ServiceRequestFieldDecoratorTest.cs | https://github.com/artzub/LoggenCSG/blob/HEAD/vendors/gapi/Src/GoogleApis.Tools.CodeGen.Tests/Decorator/ResourceDecorator/RequestDecorator/ServiceRequestFieldDecoratorTest.cs | ghcode:00173:880a45e160b1 | apache-2.0 | codeparrot/github-code | 880a45e160b18bcc3b1ee039aae723b510e8a5d3be87feab401d3ebfaf0fe695 | 0.95 | testing_debugging_repair_refactoring | 620 | false | 2026-07-17 |
using System;
using System.Collections;
using System.Collections.Generic;
using Unity.Burst;
using Unity.Collections;
using Unity.Jobs;
using Unity.Jobs.LowLevel.Unsafe;
using UnityEngine;
namespace UnityEngine
{
public class Debug
{
public static void Log(object message)
{
}
}
}
na... | JetBrains/resharper-unity | resharper/resharper-unity/test/data/Unity/CSharp/Daemon/Stages/BurstCodeAnalysis/ExceptionsTests.cs | https://github.com/JetBrains/resharper-unity/blob/HEAD/resharper/resharper-unity/test/data/Unity/CSharp/Daemon/Stages/BurstCodeAnalysis/ExceptionsTests.cs | ghcode:00173:c954c1cc0fdc | apache-2.0 | codeparrot/github-code | c954c1cc0fdc27125f635eccc64f232c6134073892d16681988d0d2f09e88cbb | 0.85 | testing_debugging_repair_refactoring | 571 | false | 2026-07-17 |
// ${KIND:Unity.EventFunctions}
class A : UnityEditor.AssetModificationProcessor
{
{caret}
}
| JetBrains/resharper-unity | resharper/resharper-unity/test/data/Unity/CSharp/Generate/ListElements02.cs | https://github.com/JetBrains/resharper-unity/blob/HEAD/resharper/resharper-unity/test/data/Unity/CSharp/Generate/ListElements02.cs | ghcode:00173:e819462e6524 | apache-2.0 | codeparrot/github-code | e819462e65243dfc25f068d6d139a3691cc2c26925bf7efa1775998799aa7d8e | 0.45 | testing_debugging_repair_refactoring | 23 | false | 2026-07-17 |
// Copyright 2010 xUnit.BDDExtensions
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable l... | BjRo/xunitbddextensions | Source/xUnit.BDDExtensions.Reporting/Internal/Generator/IReportGenerator.cs | https://github.com/BjRo/xunitbddextensions/blob/HEAD/Source/xUnit.BDDExtensions.Reporting/Internal/Generator/IReportGenerator.cs | ghcode:00173:4e88d0c24790 | apache-2.0 | codeparrot/github-code | 4e88d0c247907140f6b501c8219829b929979bb31288d6187694a6d99ad72525 | 0.7 | testing_debugging_repair_refactoring | 235 | false | 2026-07-17 |
using Lucene.Net.Analysis.Util;
using NUnit.Framework;
using System.IO;
namespace Lucene.Net.Analysis.Hy
{
/*
* 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 copyrigh... | laimis/lucenenet | src/Lucene.Net.Tests.Analysis.Common/Analysis/Hy/TestArmenianAnalyzer.cs | https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net.Tests.Analysis.Common/Analysis/Hy/TestArmenianAnalyzer.cs | ghcode:00173:5abc78c03303 | apache-2.0 | codeparrot/github-code | 5abc78c033033a8dd311286f9335901ccb7adb3d06efdfc40fbb64113c6792f0 | 0.85 | testing_debugging_repair_refactoring | 567 | false | 2026-07-17 |
/**
* Copyright 2016 d-fens GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | dfensgmbh/biz.dfch.CS.Commons | src/biz.dfch.CS.Commons.Tests/BaseDtoTest.cs | https://github.com/dfensgmbh/biz.dfch.CS.Commons/blob/HEAD/src/biz.dfch.CS.Commons.Tests/BaseDtoTest.cs | ghcode:00173:1da6c3ad55e5 | apache-2.0 | codeparrot/github-code | 1da6c3ad55e5f1cd1ffecab7035b65bad6cf7d1070509b85417911143300ce7e | 0.6 | testing_debugging_repair_refactoring | 1,537 | false | 2026-07-17 |
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TestEasy.Azure.Helpers;
using TestEasy.Core;
namespace TestEasy.Azure.Bvt
{
[TestClass]
public class SqlAzureTests
{
/// <summary>
/// This tesy shows E2E workflow using basic Azure Sql Server and database actions... | Microsoft/TestEasy | test/TestEasy.Azure.Bvt/SqlAzureTests.cs | https://github.com/Microsoft/TestEasy/blob/HEAD/test/TestEasy.Azure.Bvt/SqlAzureTests.cs | ghcode:00173:68ffbc4e6800 | apache-2.0 | codeparrot/github-code | 68ffbc4e6800c5adf3dc6cdb5244713e3635b4c5d1409f3088c1dfa5321a157b | 0.85 | testing_debugging_repair_refactoring | 1,550 | false | 2026-07-17 |
using System;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.IO;
namespace BoletoNet.Testes
{
[TestClass]
public class BancoBradescoTeste
{
#region Carteira 16
private BoletoBancario GerarBoletoCarteira16()
{
var vencimento = new Dat... | jetdev/boletonet | src/Boleto.Net.Testes/BancoBradescoTeste.cs | https://github.com/jetdev/boletonet/blob/HEAD/src/Boleto.Net.Testes/BancoBradescoTeste.cs | ghcode:00173:0803ac00e3e7 | apache-2.0 | codeparrot/github-code | 0803ac00e3e722752d2a93ef15a224197b18460b96b5dde6f3919770738b18b1 | 0.7 | testing_debugging_repair_refactoring | 3,328 | false | 2026-07-17 |
using System;
using System.IO;
using Foundation.Lucene;
using Lucene.Net.Analysis;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Foundation.Tests.Lucene
{
[TestClass]
public class SnowballAnalyzerFixture
{
protected virtual void AssertAnalyzesTo(Analyzer analyzer, String ... | DavidMoore/Foundation | Tests/UnitTests/Foundation.Tests/Lucene/SnowballAnalyzerFixture.cs | https://github.com/DavidMoore/Foundation/blob/HEAD/Tests/UnitTests/Foundation.Tests/Lucene/SnowballAnalyzerFixture.cs | ghcode:00173:37d1765d0cae | apache-2.0 | codeparrot/github-code | 37d1765d0cae40ebf5bbe7c4c05932a1b80ec94b72b04f5736f228def7e38e08 | 0.75 | testing_debugging_repair_refactoring | 199 | false | 2026-07-17 |
using NJsonSchema;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Threax.AspNetCore.Models;
using Threax.AspNetCore.Tests;
using Threax.ModelGen.TestGenerators;
using Xunit;
namespace Threax.ModelGen.Tests.Models
{
public class NoViewModelTests : Model... | threax/Threax.AspNetCore.Convention | test/Threax.ModelGen.Tests/Models/NoViewModelTests.cs | https://github.com/threax/Threax.AspNetCore.Convention/blob/HEAD/test/Threax.ModelGen.Tests/Models/NoViewModelTests.cs | ghcode:00173:42f8efedb75f | apache-2.0 | codeparrot/github-code | 42f8efedb75f58d157d2964e58ad8b8dfd0fa38d6aacae9a976e98a7bde1d934 | 0.75 | testing_debugging_repair_refactoring | 124 | false | 2026-07-17 |
using System;
using Shouldly;
namespace NorwegianShouldly
{
//
// Translates StringShouldBeTestExtensions.cs in the Shouldly codebase
//
public static class StringShouldBeTestExtensions
{
public static void SkalVære(this string faktisk, string forventet)
{
SkalVære(fa... | eaardal/norwegian-shouldly | src/NorwegianShouldly/StringShouldBeTestExtensions.cs | https://github.com/eaardal/norwegian-shouldly/blob/HEAD/src/NorwegianShouldly/StringShouldBeTestExtensions.cs | ghcode:00173:94f573612412 | bsd-3-clause | codeparrot/github-code | 94f573612412998cb4f40861aabd9114a999809f33d642c50d51541ba5075baa | 0.7 | testing_debugging_repair_refactoring | 267 | 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.Collections.Generic;
using System.Linq;
using System.Reflection;
using Xunit;
namespace System.Collections.Tests
{
public class MVD_Tests : MVD_TestB... | Vedin/corefxlab | tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.Tests.cs | https://github.com/Vedin/corefxlab/blob/HEAD/tests/System.Collections.Generic.MultiValueDictionary.Tests/Generic/MultiValueDictionary/MVD.Tests.cs | ghcode:00173:7c31fcc3d478 | mit | codeparrot/github-code | 7c31fcc3d478c074d3b42e131318bbeb27de9f7dfff949b3836b8f00a839e7bf | 0.72 | testing_debugging_repair_refactoring | 15,676 | false | 2026-07-17 |
using ExtendedXmlSerializer.Configuration;
using ExtendedXmlSerializer.ContentModel.Identification;
using ExtendedXmlSerializer.ContentModel.Reflection;
using ExtendedXmlSerializer.ReflectionModel;
using System.Reflection;
using Xunit;
using Identity = ExtendedXmlSerializer.ContentModel.Identification.Identity;
namesp... | Mike-EEE/ExtendedXmlSerializer | test/ExtendedXmlSerializer.Tests/ContentModel/Reflection/PartitionedTypeCandidatesTests.cs | https://github.com/Mike-EEE/ExtendedXmlSerializer/blob/HEAD/test/ExtendedXmlSerializer.Tests/ContentModel/Reflection/PartitionedTypeCandidatesTests.cs | ghcode:00173:464d2f38065c | mit | codeparrot/github-code | 464d2f38065c7516c85f5fcde2d44404a9ccfcff225321987ed2897ca9e54b72 | 0.75 | testing_debugging_repair_refactoring | 206 | 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.Linq;
namespace Test
{
public class SumTests
{
//
// Sum
//
[Fact]
public stati... | shiftkey-tester/corefx | src/System.Linq.Parallel/tests/SumTests.cs | https://github.com/shiftkey-tester/corefx/blob/HEAD/src/System.Linq.Parallel/tests/SumTests.cs | ghcode:00173:63110eab2fa8 | mit | codeparrot/github-code | 63110eab2fa80df807175b260120e6d0c3cfdf226fe0566d8ce28e648867a0a0 | 0.95 | testing_debugging_repair_refactoring | 2,831 | false | 2026-07-17 |
namespace SimpleInjector.Tests.Unit
{
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class GetTypesToRegisterTests
{
public interface IService<T>
{
}
[TestMethod]
... | jamesqo/SimpleInjector | SimpleInjector.NET.Tests.Unit/GetTypesToRegisterTests.cs | https://github.com/jamesqo/SimpleInjector/blob/HEAD/SimpleInjector.NET.Tests.Unit/GetTypesToRegisterTests.cs | ghcode:00173:4a25397e442b | mit | codeparrot/github-code | 4a25397e442b081d0daa04de80f41c26862c9cf13f91eb5a0afa6e76be937713 | 0.85 | testing_debugging_repair_refactoring | 1,605 | false | 2026-07-17 |
// Copyright (c) 2015 ZZZ Projects. All rights reserved
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
// Website: http://www.zzzprojects.com/
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
// All ZZZ Projects products: Entity Framework ... | huoxudong125/Z.ExtensionMethods | test/Z.Reflection.Test/GetDeclaration/Method/StaticMethod.cs | https://github.com/huoxudong125/Z.ExtensionMethods/blob/HEAD/test/Z.Reflection.Test/GetDeclaration/Method/StaticMethod.cs | ghcode:00173:eba71c6acb01 | mit | codeparrot/github-code | eba71c6acb01622849c116a408e2cda916b9d0333d57668db218e622287a024b | 0.7 | testing_debugging_repair_refactoring | 213 | false | 2026-07-17 |
using NUnit.Framework;
namespace Tailviewer.Api.Tests
{
/// <summary>
/// Attribute to mark tests that wont run in the CI environment (missing dependencies, rights, etc..)
/// </summary>
public sealed class LocalTest
: CategoryAttribute
{
public LocalTest(string description)
: base("LocalTest")
{
... | Kittyfisto/Tailviewer | src/Tailviewer.Api.Tests/LocalTest.cs | https://github.com/Kittyfisto/Tailviewer/blob/HEAD/src/Tailviewer.Api.Tests/LocalTest.cs | ghcode:00173:3df15525f2be | mit | codeparrot/github-code | 3df15525f2be25c3a674446b54cc161c3ee746ea0e34244de79c527ee2712bd5 | 0.7 | testing_debugging_repair_refactoring | 82 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using Continuous.WindowsService.Model;
using Continuous.WindowsService.Model.Enums;
using Continuous.WindowsService.Tests.TestHelpers;
using FluentAssertions;
using NUnit.Framework;
using ServiceInstaller = Continuous.WindowsService.Tests.TestHelpers.Installer.ServiceIns... | jarzynam/continuous | src/Continuous.WindowsService/Continuous.WindowsService.Tests/Tests/WindowsServiceInfo/GetByServiceExtensionTests.cs | https://github.com/jarzynam/continuous/blob/HEAD/src/Continuous.WindowsService/Continuous.WindowsService.Tests/Tests/WindowsServiceInfo/GetByServiceExtensionTests.cs | ghcode:00173:fa68302497f7 | mit | codeparrot/github-code | fa68302497f70d7da91b517dcc50bdc0247b76100f7653eea2b263185c2053a3 | 0.95 | testing_debugging_repair_refactoring | 957 | false | 2026-07-17 |
// Copyright (c) 2020 SIL International
// This software is licensed under the MIT License (http://opensource.org/licenses/MIT)
using System.Collections.Generic;
using NUnit.Framework;
using SIL.Windows.Forms.Keyboarding.Linux;
namespace SIL.Windows.Forms.Keyboarding.Tests
{
[TestFixture]
[Platform(Include="Linux",... | sillsdev/libpalaso | SIL.Windows.Forms.Keyboarding.Tests/GnomeKeyboardRetrievingHelperTests.cs | https://github.com/sillsdev/libpalaso/blob/HEAD/SIL.Windows.Forms.Keyboarding.Tests/GnomeKeyboardRetrievingHelperTests.cs | ghcode:00173:0f30008b1373 | mit | codeparrot/github-code | 0f30008b137378e450f48a6ac358e49551059dd3b117adb2b0301a29afb9ad91 | 0.85 | testing_debugging_repair_refactoring | 544 | false | 2026-07-17 |
//The MIT License (MIT)
//https://github.com/DoloSoftware/PicnicCache/blob/master/LICENSE
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using PicnicCache.Tests.Models;
namespace PicnicCache.Tests.Tests
{
/// <summary>
/// Summary description fo... | DoloSoftware/PicnicCache | src/PicnicCache.Tests/Tests/ReadOnlyPicnicCacheMappingTests.cs | https://github.com/DoloSoftware/PicnicCache/blob/HEAD/src/PicnicCache.Tests/Tests/ReadOnlyPicnicCacheMappingTests.cs | ghcode:00173:7951e0081aac | mit | codeparrot/github-code | 7951e0081aac4eccbf625294d3a7370c801ba4cbfa1163856d31414ac7e663b7 | 0.95 | testing_debugging_repair_refactoring | 875 | false | 2026-07-17 |
using System;
using NUnit.Framework;
using Whois.Parsers;
namespace Whois.Parsing.Whois.Za.Net.ZaNet
{
[TestFixture]
public class ZaNetParsingTests : ParsingTests
{
private WhoisParser parser;
[SetUp]
public void SetUp()
{
SerilogConfig.Init();
pars... | flipbit/whois | Whois.Tests/Parsing/whois.za.net/za.net/ZaNetParsingTests.cs | https://github.com/flipbit/whois/blob/HEAD/Whois.Tests/Parsing/whois.za.net/za.net/ZaNetParsingTests.cs | ghcode:00173:bdb25e124cc2 | mit | codeparrot/github-code | bdb25e124cc21108f5447ae3437fc5fda07e602492939d592115184597b45a27 | 0.85 | testing_debugging_repair_refactoring | 973 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2007 Charlie Poole
//
// 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... | marceloinacio/c-sharp | mono-for-android/Andr.Unit-master/Android.NUnitLite/AndrRunner/NUnitLite/Framework/IExpectException.cs | https://github.com/marceloinacio/c-sharp/blob/HEAD/mono-for-android/Andr.Unit-master/Android.NUnitLite/AndrRunner/NUnitLite/Framework/IExpectException.cs | ghcode:00173:3e61855f45cc | mit | codeparrot/github-code | 3e61855f45ccfb43f0a9be965a60244612423c6edfbe00a816a1035888957fe1 | 0.85 | testing_debugging_repair_refactoring | 356 | false | 2026-07-17 |
using System;
using System.IO;
using System.Diagnostics;
using Microsoft.Xna.Framework;
namespace CocosSharp
{
public class CCSprite : CCNode, ICCTexture
{
bool flipX;
bool flipY;
bool isTextureRectRotated;
bool opacityModifyRGB;
bool texQuadDirty;
CCPoint unfli... | haithemaraissia/CocosSharp | src/sprite_nodes/CCSprite.cs | https://github.com/haithemaraissia/CocosSharp/blob/HEAD/src/sprite_nodes/CCSprite.cs | ghcode:00173:12733f42eb9b | mit | codeparrot/github-code | 12733f42eb9b5affe647e07588b8bac765dee45cab135f9b19c6ef6665bb6858 | 0.85 | testing_debugging_repair_refactoring | 4,098 | false | 2026-07-17 |
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Game.Overlays;
using osu.Game.Overlays.MedalSplash;
using osu.Game.Users;
namespace osu... | NeoAdonis/osu | osu.Game.Tests/Visual/TestCaseMedalOverlay.cs | https://github.com/NeoAdonis/osu/blob/HEAD/osu.Game.Tests/Visual/TestCaseMedalOverlay.cs | ghcode:00173:687b2866f1b7 | mit | codeparrot/github-code | 687b2866f1b7d9194e58b033c536028c40e353bc1dc940de08979bdc6917d5a0 | 0.85 | testing_debugging_repair_refactoring | 210 | false | 2026-07-17 |
using System;
using System.Linq.Expressions;
using System.Reflection;
using Duality.Components;
using Duality.Components.Renderers;
using Duality.Resources;
using NUnit.Framework;
namespace Duality.Tests.Resources
{
[TestFixture]
public class PrefabTests
{
[Test]
public void PrefabChangesWithTheSamePropertyNam... | Andrea/duality | Duality.Tests/Resources/PrefabTests.cs | https://github.com/Andrea/duality/blob/HEAD/Duality.Tests/Resources/PrefabTests.cs | ghcode:00173:c8c35736227f | mit | codeparrot/github-code | c8c35736227f5c5e966a5d60ff2f7f8459d944c2352316b0abff353e2736e8d4 | 0.75 | testing_debugging_repair_refactoring | 285 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Loggers;
using BenchmarkDotNet.Portability;
namespace BenchmarkDotNet.Diagnosers
{
internal static class DiagnosersLoader
{
... | Ky7m/BenchmarkDotNet | src/BenchmarkDotNet/Diagnosers/DiagnosersLoader.cs | https://github.com/Ky7m/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet/Diagnosers/DiagnosersLoader.cs | ghcode:00173:ba6240e85b01 | mit | codeparrot/github-code | ba6240e85b0125ca4c45ae242b03f2d222ed6865f3b35a3dd149c0d363a7193b | 0.85 | testing_debugging_repair_refactoring | 800 | false | 2026-07-17 |
using System;
using System.Reflection;
namespace FluentAssertions.Equivalency
{
internal class CollectionMemberSubjectInfo : ISubjectInfo
{
public CollectionMemberSubjectInfo(ISubjectInfo subjectInfo)
{
CompileTimeType = subjectInfo.CompileTimeType;
SelectedMemberDescrip... | Pyroka/FluentAssertions.Unity | FluentAssertions.Unity/Equivalency/CollectionMemberSubjectInfo.cs | https://github.com/Pyroka/FluentAssertions.Unity/blob/HEAD/FluentAssertions.Unity/Equivalency/CollectionMemberSubjectInfo.cs | ghcode:00173:794cdcca5169 | apache-2.0 | codeparrot/github-code | 794cdcca5169e0d052f59036086dab5f0d5336f730037a652ef81665ef4dcbb8 | 0.6 | testing_debugging_repair_refactoring | 314 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Azure.Core.TestFramework;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Azure.AI.TextAnalytics.Samples
{
[LiveOnly]
public ... | stankovski/azure-sdk-for-net | sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample6_RecognizeLinkedEntitiesBatchConvenienceAsync.cs | https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/textanalytics/Azure.AI.TextAnalytics/tests/samples/Sample6_RecognizeLinkedEntitiesBatchConvenienceAsync.cs | ghcode:00173:11ee5ce95ef0 | apache-2.0 | codeparrot/github-code | 11ee5ce95ef0482e77de2192b7deb7a5dc0b57dd684ecca20e7429a0efc7fcf7 | 0.95 | testing_debugging_repair_refactoring | 403 | 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 ... | rfqu/ignite | modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs | https://github.com/rfqu/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs | ghcode:00173:9901a088453f | apache-2.0 | codeparrot/github-code | 9901a088453fc380e5b90db9cf4c55e7bfb6ef97780c29efaf23bff5d0218faf | 0.7 | testing_debugging_repair_refactoring | 2,564 | false | 2026-07-17 |
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Semantics;
using Pchp.CodeAnalysis.Symbols;
using Pchp.CodeAnalysis.Utilities;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflec... | iolevel/peachpie-concept | src/Peachpie.CodeAnalysis/CodeGen/DynamicOperationFactory.cs | https://github.com/iolevel/peachpie-concept/blob/HEAD/src/Peachpie.CodeAnalysis/CodeGen/DynamicOperationFactory.cs | ghcode:00173:d56a43385ec1 | apache-2.0 | codeparrot/github-code | d56a43385ec1714a4529bf9606669907f6a49638111a93c9caed0dc9f89d1420 | 0.85 | testing_debugging_repair_refactoring | 4,744 | 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.Threading;
using System.Threading.Tasks;
using Micro... | jmarolf/roslyn | src/EditorFeatures/Core/Implementation/Interactive/Completion/AbstractDirectivePathCompletionProvider.cs | https://github.com/jmarolf/roslyn/blob/HEAD/src/EditorFeatures/Core/Implementation/Interactive/Completion/AbstractDirectivePathCompletionProvider.cs | ghcode:00173:502af970079f | mit | codeparrot/github-code | 502af970079fade420208ae53ccd3f5792f9f5b47cbc3821e08a9d2595c593f9 | 0.85 | testing_debugging_repair_refactoring | 1,227 | 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 Internal.Text;
using Internal.Type... | krytarowski/corert | src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/GenericVirtualMethodTableNode.cs | https://github.com/krytarowski/corert/blob/HEAD/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/GenericVirtualMethodTableNode.cs | ghcode:00173:0516da57e417 | mit | codeparrot/github-code | 0516da57e41738941a0628cb70ae78403c64f50b96e6e5e7e8aaefacbce30102 | 0.95 | testing_debugging_repair_refactoring | 1,448 | false | 2026-07-17 |
using Chemistry;
using EngineLayer;
using EngineLayer.ClassicSearch;
using MassSpectrometry;
using MzLibUtil;
using NUnit.Framework;
using Proteomics;
using Proteomics.Fragmentation;
using Proteomics.ProteolyticDigestion;
using System;
using System.Collections.Generic;
using System.Linq;
using TaskLayer;
namespace Te... | zrolfs/MetaMorpheus | Test/CoIsolationTests.cs | https://github.com/zrolfs/MetaMorpheus/blob/HEAD/Test/CoIsolationTests.cs | ghcode:00173:1ff330c1b304 | mit | codeparrot/github-code | 1ff330c1b3043ade89d1d125e00f1deb714b9ff7c468212e39b92f4c84cded39 | 0.75 | testing_debugging_repair_refactoring | 1,152 | 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
//... | int19h/PTVS | Python/Tests/Core/ExtractMethodTests.cs | https://github.com/int19h/PTVS/blob/HEAD/Python/Tests/Core/ExtractMethodTests.cs | ghcode:00173:aec26d887797 | apache-2.0 | codeparrot/github-code | aec26d887797187570ed5c1b2eab311a2f3e341e9ef7e3504997e3acde0976f2 | 0.95 | testing_debugging_repair_refactoring | 9,664 | false | 2026-07-17 |
#region Copyright and license information
// Copyright 2010-2011 Jon Skeet
//
// 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
... | pyaria/edulinq | src/Edulinq.Tests/ToLookupTest.cs | https://github.com/pyaria/edulinq/blob/HEAD/src/Edulinq.Tests/ToLookupTest.cs | ghcode:00173:64ce93fa1522 | apache-2.0 | codeparrot/github-code | 64ce93fa152278fae433b2e82d721d15b0bcc79404aedb7dcd6a2e52f3e0d71c | 0.85 | testing_debugging_repair_refactoring | 1,201 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Xunit;
namespace System.IO.Tests
{
public class File_Replace_str_str_str : FileSystemTest
{
#... | shmao/corefx | src/System.IO.FileSystem/tests/File/Replace.cs | https://github.com/shmao/corefx/blob/HEAD/src/System.IO.FileSystem/tests/File/Replace.cs | ghcode:00173:c772f72864b7 | mit | codeparrot/github-code | c772f72864b706fa34dd82338ff564a6ee8fe2b0ac6f93f16477716651c3413f | 0.95 | testing_debugging_repair_refactoring | 768 | 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 Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsoft.CodeAnalysis.Test.Utilities;... | ErikSchierboom/roslyn | src/Compilers/CSharp/Test/Emit/PDB/PDBLambdaTests.cs | https://github.com/ErikSchierboom/roslyn/blob/HEAD/src/Compilers/CSharp/Test/Emit/PDB/PDBLambdaTests.cs | ghcode:00173:21d26639d3a2 | apache-2.0 | codeparrot/github-code | 21d26639d3a2ec7c3687cfc42c561e78992feaf2b5144096007bd242bd009682 | 0.95 | testing_debugging_repair_refactoring | 16,459 | false | 2026-07-17 |
// <copyright file="TaskDependencies.cs" company="Bau contributors">
// Copyright (c) Bau contributors. (baubuildch@gmail.com)
// </copyright>
namespace BauCore.Test.Component
{
using System;
using System.Collections.Generic;
using BauCore.Test.Component.Support;
using FluentAssertions;
... | bau-build/bau | src/test/Bau.Test.Component/TaskDependencies.cs | https://github.com/bau-build/bau/blob/HEAD/src/test/Bau.Test.Component/TaskDependencies.cs | ghcode:00173:5cf49522715b | mit | codeparrot/github-code | 5cf49522715b5739f3a1ef8c919ac6e38a4dac45a356161c521aa2b9f5df824e | 0.95 | testing_debugging_repair_refactoring | 1,808 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CocosSharp;
namespace tests
{
public class LabelTTFUnicodeChinese : AtlasDemoNew
{
CCLabel label;
public LabelTTFUnicodeChinese()
{
label = new CCLabel("美好的一天啊", "fonts/HKYuanMini.ttf", 28... | mono/CocosSharp | tests/tests/classes/tests/LabelTestNew/LabelTTFUnicodeChinese.cs | https://github.com/mono/CocosSharp/blob/HEAD/tests/tests/classes/tests/LabelTestNew/LabelTTFUnicodeChinese.cs | ghcode:00173:bdd0080fda37 | mit | codeparrot/github-code | bdd0080fda3719093e63ab9b439603938816104abf1e0f546d967bc246853654 | 0.85 | testing_debugging_repair_refactoring | 211 | 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... | AzureAutomationTeam/azure-powershell | src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService.Test/ScenarioTests/VhdTests.cs | https://github.com/AzureAutomationTeam/azure-powershell/blob/HEAD/src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService.Test/ScenarioTests/VhdTests.cs | ghcode:00173:470947084136 | apache-2.0 | codeparrot/github-code | 470947084136227155977882b72364ea5ebdf84f8c56b1fee56989a88d536f0e | 0.85 | testing_debugging_repair_refactoring | 306 | 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 not ... | dcelasun/thrift | lib/netstd/Thrift/Transport/Client/TMemoryBufferTransport.cs | https://github.com/dcelasun/thrift/blob/HEAD/lib/netstd/Thrift/Transport/Client/TMemoryBufferTransport.cs | ghcode:00173:efe112b39a2a | apache-2.0 | codeparrot/github-code | efe112b39a2a1be52373d66092701e21f8ae5417f866ce7849bba0dfecb76287 | 0.7 | testing_debugging_repair_refactoring | 1,016 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using JSIL.Compiler.Extensibility;
using JSIL.Internal;
using JSIL.Translator;
using Microsoft.Win32;
using NUnit.Framework;
namespace JSIL.Tests {
public class GenericTestFixture... | hach-que/JSIL | Tests/GenericTestFixture.cs | https://github.com/hach-que/JSIL/blob/HEAD/Tests/GenericTestFixture.cs | ghcode:00173:75fb3058e46c | mit | codeparrot/github-code | 75fb3058e46c2768cb4698f25e93e62345a6a8fb86361286ea5fa0b08fbc23f4 | 0.85 | testing_debugging_repair_refactoring | 4,478 | false | 2026-07-17 |
// Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Pash.Implementation.Native;
namespace System.Management.Tests.ExtensionsTests
{
[TestFixture]
publi... | WimObiwan/Pash | Source/System.Management.Tests/ExtensionsTests.cs | https://github.com/WimObiwan/Pash/blob/HEAD/Source/System.Management.Tests/ExtensionsTests.cs | ghcode:00173:be557a92b7dd | bsd-3-clause | codeparrot/github-code | be557a92b7ddea0d4afbd75ad2505ccf0aeeffe9f069cd08d3c8826e655cadeb | 0.75 | testing_debugging_repair_refactoring | 273 | false | 2026-07-17 |
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt.
using NUnit.Framework;
namespace FunctionalTests
{
[TestFixture]
public class SimpleDomEditorTests : TestBase
{
protected override string GetAppName()
{
return "SimpleDomEditor";
}
[T... | jethac/ATF | Test/FunctionalTests/SimpleDomEditorTests.cs | https://github.com/jethac/ATF/blob/HEAD/Test/FunctionalTests/SimpleDomEditorTests.cs | ghcode:00173:2401ce35ef27 | apache-2.0 | codeparrot/github-code | 2401ce35ef276b54bf4ae8ec15f28f08db0fb457a98dc4a62a73276852057f1a | 0.75 | testing_debugging_repair_refactoring | 98 | false | 2026-07-17 |
using System;
using Ploeh.AutoFixture.Kernel;
using Xunit;
namespace Ploeh.AutoFixtureUnitTest.Kernel
{
public class SpecimenContextTest
{
[Fact]
public void SutIsSpecimenContext()
{
// Fixture setup
var dummyBuilder = new DelegatingSpecimenBuilder()... | yuva2achieve/AutoFixture | Src/AutoFixtureUnitTest/Kernel/SpecimenContextTest.cs | https://github.com/yuva2achieve/AutoFixture/blob/HEAD/Src/AutoFixtureUnitTest/Kernel/SpecimenContextTest.cs | ghcode:00173:a68e5b37021b | mit | codeparrot/github-code | a68e5b37021bcdf2de8cb16814171ed82ad01346291a285ce014decc1a67451d | 0.85 | testing_debugging_repair_refactoring | 600 | 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.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbol... | bbarry/roslyn | src/Compilers/CSharp/Portable/Binder/Binder_Crefs.cs | https://github.com/bbarry/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Binder/Binder_Crefs.cs | ghcode:00173:3bc5049a0f67 | apache-2.0 | codeparrot/github-code | 3bc5049a0f67c1a1088039138d34d5150bcdceb497d654107086e2ad0c3d4a69 | 0.85 | testing_debugging_repair_refactoring | 8,440 | 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.EditAndContinue;
using Roslyn.Test.Utilities;
using Xunit;
namespace Microsoft.CodeAnalysis.CSharp.EditAndContinue.UnitTests
{
... | michalhosala/roslyn | src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTrackingServiceTests.cs | https://github.com/michalhosala/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/EditAndContinue/ActiveStatementTrackingServiceTests.cs | ghcode:00173:e030e4c8ca4d | apache-2.0 | codeparrot/github-code | e030e4c8ca4d5781f592de3f30ef74256fc236658f6f8b9081954b501e83e57e | 0.85 | testing_debugging_repair_refactoring | 774 | false | 2026-07-17 |
using NUnit.Framework;
using FluentMigrator.Expressions;
using FluentMigrator.Tests.Helpers;
using FluentMigrator.Infrastructure;
using Moq;
using NUnit.Should;
using System;
using System.Reflection;
namespace FluentMigrator.Tests.Unit.Expressions
{
[TestFixture]
public class ExecuteEmbeddedSqlScriptExpressi... | MetSystem/fluentmigrator | src/FluentMigrator.Tests/Unit/Expressions/ExecuteEmbeddedSqlExpressionTests.cs | https://github.com/MetSystem/fluentmigrator/blob/HEAD/src/FluentMigrator.Tests/Unit/Expressions/ExecuteEmbeddedSqlExpressionTests.cs | ghcode:00173:927c0ae882c7 | apache-2.0 | codeparrot/github-code | 927c0ae882c7a7d308eab86b5b3ca27a1f308499b7f2a05f3f39662926949516 | 0.75 | testing_debugging_repair_refactoring | 650 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2014 Charlie Poole
//
// 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... | msgpack/msgpack-cli | test/NUnitLite/NUnitFramework/framework/Attributes/OneTimeSetUpAttribute.cs | https://github.com/msgpack/msgpack-cli/blob/HEAD/test/NUnitLite/NUnitFramework/framework/Attributes/OneTimeSetUpAttribute.cs | ghcode:00173:117cb52d65dd | apache-2.0 | codeparrot/github-code | 117cb52d65dd3bb8d46bb7dcf269f275437768689f215568fd9d4164e326548e | 0.85 | testing_debugging_repair_refactoring | 319 | 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.Security.Cryptography.OpenSsl.Tests
{
public static class SafeEvpPKeyHandleTests
... | shimingsg/corefx | src/System.Security.Cryptography.OpenSsl/tests/SafeEvpPKeyHandleTests.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Security.Cryptography.OpenSsl/tests/SafeEvpPKeyHandleTests.cs | ghcode:00173:2686f60bdf9a | mit | codeparrot/github-code | 2686f60bdf9afc616edc7073b6cc77ed72cec6f97d7bff0e6052004ed6b8c73f | 0.95 | testing_debugging_repair_refactoring | 321 | 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.ObjectModel;
#if USE_MDT_EVENTSOURCE
using Microsoft.Diagnostics.Tracing;
#e... | shimingsg/corefx | src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestFilter.cs | https://github.com/shimingsg/corefx/blob/HEAD/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestFilter.cs | ghcode:00173:994cd1aaba02 | mit | codeparrot/github-code | 994cd1aaba020e75380edbba2df07bc687d0a0fa92e1afa4378fe43a3e0b94ed | 0.95 | testing_debugging_repair_refactoring | 419 | 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 Xunit;
public class ReadKey : RemoteExecutorTestBase
{
[Fact]
... | nbarbettini/corefx | src/System.Console/tests/ReadKey.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Console/tests/ReadKey.cs | ghcode:00173:c20fa7b0d78b | mit | codeparrot/github-code | c20fa7b0d78bb3a5433d1cbf86625c27d24d0f30209c7fab6ef754df99fc3eb7 | 0.95 | testing_debugging_repair_refactoring | 336 | false | 2026-07-17 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
using System.IO.PortsTests;
using System.Threading;
using Legacy.Support;
using Xunit;
na... | nbarbettini/corefx | src/System.IO.Ports/tests/SerialPort/BytesToRead.cs | https://github.com/nbarbettini/corefx/blob/HEAD/src/System.IO.Ports/tests/SerialPort/BytesToRead.cs | ghcode:00173:9b50783dce4b | mit | codeparrot/github-code | 9b50783dce4ba631600bc780c886dfb1aa6b58127457a6ddf50f65c4bf12c9fb | 0.95 | testing_debugging_repair_refactoring | 1,296 | false | 2026-07-17 |
using System;
#if FX1_1
using IList_ServiceElement = System.Collections.IList;
using List_ServiceElement = System.Collections.ArrayList;
using IList_ServiceAttribute = System.Collections.IList;
using List_ServiceAttribute = System.Collections.ArrayList;
#else
using IList_ServiceElement = System.Collections.Generic.ILis... | inthehand/32feet | Legacy/ITH.Net.Personal.FX2.Tests/Sdp2/SdpHelperTests.cs | https://github.com/inthehand/32feet/blob/HEAD/Legacy/ITH.Net.Personal.FX2.Tests/Sdp2/SdpHelperTests.cs | ghcode:00173:58b3a21d39c1 | mit | codeparrot/github-code | 58b3a21d39c163923323488a6ae29bd41995d1ec6aecc6ba236153e241086fdf | 0.85 | testing_debugging_repair_refactoring | 6,042 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Xunit;
using TMDbLib.Objects.Authentication;
using TMDbLib.Objects.General;
using TMDbLib.Objects.Lists;
using TMDbLib.Objects.Search;
using TMDbLibTests.Exceptions;
using TMDbLibTests.Helpers;
... | LordMike/TMDbLib | TMDbLibTests/ClientAccountTests.cs | https://github.com/LordMike/TMDbLib/blob/HEAD/TMDbLibTests/ClientAccountTests.cs | ghcode:00173:d3336c6b351c | mit | codeparrot/github-code | d3336c6b351c953bd748bcbe7d3f44692d187bba88840022896a744eee4e5d19 | 0.85 | testing_debugging_repair_refactoring | 2,714 | false | 2026-07-17 |
using NUnit.Framework;
using Moq;
using SJP.Schematic.Core;
using System.Data;
using TableProvider = SJP.Schematic.PostgreSql.Versions.V11.PostgreSqlRelationalDatabaseTableProvider;
namespace SJP.Schematic.PostgreSql.Tests.Versions.V11
{
[TestFixture]
internal static class PostgreSqlRelationalDatabaseTablePro... | sjp/SJP.Schema | src/SJP.Schematic.PostgreSql.Tests/Versions/V11/PostgreSqlRelationalDatabaseTableProviderTests.cs | https://github.com/sjp/SJP.Schema/blob/HEAD/src/SJP.Schematic.PostgreSql.Tests/Versions/V11/PostgreSqlRelationalDatabaseTableProviderTests.cs | ghcode:00173:3310ef194a76 | mit | codeparrot/github-code | 3310ef194a76efe8388b7089075474a8a3cbea0c704dc6a55bdd355f9784b250 | 0.75 | testing_debugging_repair_refactoring | 504 | false | 2026-07-17 |
using System.Linq;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.Bugs
{
public class Bug_337_certain_boolean_searches_are_not_using_searchable_field: BugIntegrationContext
{
[Fact]
public void use_searchable_fields_in_genera... | mdissel/Marten | src/Marten.Testing/Bugs/Bug_337_certain_boolean_searches_are_not_using_searchable_field.cs | https://github.com/mdissel/Marten/blob/HEAD/src/Marten.Testing/Bugs/Bug_337_certain_boolean_searches_are_not_using_searchable_field.cs | ghcode:00173:73b32c49a9ab | mit | codeparrot/github-code | 73b32c49a9ab3f19a25dd481e91fea6efe574a657b02756556b4e03ba5856dcd | 0.75 | testing_debugging_repair_refactoring | 373 | false | 2026-07-17 |
using Harvest.Net.Models;
using System;
using System.Linq;
using Xunit;
namespace Harvest.Net.Tests
{
public class AccountFacts : FactBase
{
[Fact]
public void WhoAmI_ReturnsAccountDetails()
{
var account = Api.WhoAmI();
Assert.NotNull(account.User);
... | ithielnor/harvest.net | Harvest.Net.Tests/ResourceFacts/AccountFacts.cs | https://github.com/ithielnor/harvest.net/blob/HEAD/Harvest.Net.Tests/ResourceFacts/AccountFacts.cs | ghcode:00173:ac4f7ca9064b | mit | codeparrot/github-code | ac4f7ca9064b53fe5115ae52f3c30bd30c52dbe584c7c2e0e739b4dbaf162c57 | 0.6 | testing_debugging_repair_refactoring | 129 | false | 2026-07-17 |
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
using Datasync.Common.Test.Models;
using Datasync.Common.Test.TestData;
using Microsoft.Datasync.Client;
using Microsoft.Datasync.Client.Query;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using ... | Azure/azure-mobile-apps | sdk/dotnet/test/Datasync.Common.Test/TestData/LinqTestCases.cs | https://github.com/Azure/azure-mobile-apps/blob/HEAD/sdk/dotnet/test/Datasync.Common.Test/TestData/LinqTestCases.cs | ghcode:00173:1a34f90719e6 | mit | codeparrot/github-code | 1a34f90719e64114db2086ace3763293165ef6b9372c2fefa0c21b4b2f82575a | 0.95 | testing_debugging_repair_refactoring | 10,166 | false | 2026-07-17 |
using System;
using Samples.Specifications.Tests.Contracts.ScreenObjects;
namespace Samples.Specifications.Tests.EndToEnd.ScreenObjects
{
internal sealed class MainScreenObject : IMainScreenObject
{
public bool IsActive()
{
throw new NotImplementedException();
}
}
} | LogoFX/Samples.Specifications | Samples.Specifications.Tests.EndToEnd.FlaUI/ScreenObjects/MainScreenObject.cs | https://github.com/LogoFX/Samples.Specifications/blob/HEAD/Samples.Specifications.Tests.EndToEnd.FlaUI/ScreenObjects/MainScreenObject.cs | ghcode:00173:22b35d88d574 | mit | codeparrot/github-code | 22b35d88d5741a4ee11deb1cab3e7cdcfb6893f7ef738b7e877fe6dc8649134b | 0.75 | testing_debugging_repair_refactoring | 55 | false | 2026-07-17 |
using System;
using System.Linq;
using Autofac;
using FluentAssertions;
using ScopedUnitOfWork.Interfaces;
using ScopedUnitOfWork.Tests.AcceptanceTests.SampleApplication.Infrastructure;
using ScopedUnitOfWork.Tests.AcceptanceTests.SampleApplication.SimpleDomain;
using Xunit;
using Customer = ScopedUnitOfWork.Te... | DenisBiondic/ScopedUnitOfWork | ScopedUnitOfWork.Tests/AcceptanceTests/UnitOfWorkTransactionsTests.cs | https://github.com/DenisBiondic/ScopedUnitOfWork/blob/HEAD/ScopedUnitOfWork.Tests/AcceptanceTests/UnitOfWorkTransactionsTests.cs | ghcode:00173:f74f4235c0ab | mit | codeparrot/github-code | f74f4235c0ab693d71d0423ad6562a668a02c02c1fa2969e5e773832fed49977 | 0.85 | testing_debugging_repair_refactoring | 865 | false | 2026-07-17 |
using System;
class Program {
public static void Main() {
var foo = new Foo();
Console.WriteLine(foo.GetType().ToString());
}
}
class Foo {
private void Bar() {
return;
}
public Foo() {
Bar();
}
}
| Ghost53574/Battle_Dungeons | battle_dungeons/test.cs | https://github.com/Ghost53574/Battle_Dungeons/blob/HEAD/battle_dungeons/test.cs | ghcode:00173:40d36558a946 | mit | codeparrot/github-code | 40d36558a946ac39c38198e62898a9da5b046ff1da32783c7f40cc063a2642f6 | 0.75 | testing_debugging_repair_refactoring | 54 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using mdryden.cflapi.v1.Client;
using mdryden.cflapi.v1.Client.Players;
using mdryden.cflapi.v1.Models.Players;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace mdryden.cflapi.v1.Tests.Clie... | pudds/cfl-api.net | src/v1/Tests/Client/Players/PlayerFilterEqualsTests.cs | https://github.com/pudds/cfl-api.net/blob/HEAD/src/v1/Tests/Client/Players/PlayerFilterEqualsTests.cs | ghcode:00173:eb3e4b828733 | mit | codeparrot/github-code | eb3e4b828733dc6d902910a16292dc71d9c417da2cdf9e2756e23f96127d425b | 0.95 | testing_debugging_repair_refactoring | 1,925 | false | 2026-07-17 |
namespace Nca.Valdr.Tests
{
using Console;
using NUnit.Framework;
using System.IO;
[TestFixture]
public class CliRunnerTests
{
[Test]
public void CliRunnerBuildJavaScriptTest()
{
// Arrange
var runner = new CliRunner(new CliOptions(new[] { "-i:x"... | netceteragroup/valdr-dotnet | src/Nca.Valdr.Tests/CliRunnerTests.cs | https://github.com/netceteragroup/valdr-dotnet/blob/HEAD/src/Nca.Valdr.Tests/CliRunnerTests.cs | ghcode:00173:54e0c263670e | mit | codeparrot/github-code | 54e0c263670ea917334a182607612616f9c99870f3ab37479004c93b4d8138d1 | 0.85 | testing_debugging_repair_refactoring | 271 | false | 2026-07-17 |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Newtonsoft.Json;
using Xunit;
using Xunit.Abstractions;
using Fixtures.Bodynumber;
using Microsoft.Rest.Generator.... | BretJohnson/autorest | AutoRest/NugetPackageTest/PackageTests.cs | https://github.com/BretJohnson/autorest/blob/HEAD/AutoRest/NugetPackageTest/PackageTests.cs | ghcode:00173:288b713eb184 | mit | codeparrot/github-code | 288b713eb18450caaee444fb1d6b83705f45341b231be24afc9caa1dbf6301d5 | 0.85 | testing_debugging_repair_refactoring | 247 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using ShopifySharp.Filters;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "Order")]
public class Order_Tests : IClassFixture<Order_Tests_Fixture>
{
private Order_Tests... | addsb/ShopifySharp | ShopifySharp.Tests/Order_Tests.cs | https://github.com/addsb/ShopifySharp/blob/HEAD/ShopifySharp.Tests/Order_Tests.cs | ghcode:00173:43b930d13007 | mit | codeparrot/github-code | 43b930d1300777b9fd5f8bc750ff9aab8bb8de522c39f83b29f1009f217abb62 | 0.85 | testing_debugging_repair_refactoring | 1,503 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Basics.Structures.Tests
{
[TestClass]
public class ArrayExtensionsTests
{
[TestMethod]
public void ArrayExtensions_ResizeToBiggerTest()
{
var array = new int[] { 0, 1, 2, 3 };
var ne... | MSayfullin/Basics | Basics.Structures.Tests/ArrayExtensionsTests.cs | https://github.com/MSayfullin/Basics/blob/HEAD/Basics.Structures.Tests/ArrayExtensionsTests.cs | ghcode:00173:b64c9c0f6ee5 | mit | codeparrot/github-code | b64c9c0f6ee5c0faad60da389c32216aff36c17ee30843b094e906ef1fe595be | 0.75 | testing_debugging_repair_refactoring | 922 | false | 2026-07-17 |
using BenchmarkDotNet.Extensions;
namespace BenchmarkDotNet.Loggers
{
/// <summary>
/// Adds prefix for each line
/// </summary>
public class LoggerWithPrefix : ILogger
{
public ILogger Logger { get; }
public string Prefix { get; }
private bool isNewLine = true;
pu... | redknightlois/BenchmarkDotNet | BenchmarkDotNet/Loggers/LoggerWithPrefix.cs | https://github.com/redknightlois/BenchmarkDotNet/blob/HEAD/BenchmarkDotNet/Loggers/LoggerWithPrefix.cs | ghcode:00173:e87db18b3076 | mit | codeparrot/github-code | e87db18b307627e0bc5d61ad2abbad61a29eefb3bad08c00c5b4ab45f717cc63 | 0.7 | testing_debugging_repair_refactoring | 201 | false | 2026-07-17 |
using Xunit;
namespace CronExpressionDescriptor.Test
{
/// <summary>
/// Tests for Chinese Simplified translation
/// </summary>
public class TestFormatsCN : Support.BaseTestFormats
{
protected override string GetLocale()
{
return "zh-hans";
}
[Fact]
... | bradyholt/cron-expression-descriptor | test/TestFormats.zh-Hans.cs | https://github.com/bradyholt/cron-expression-descriptor/blob/HEAD/test/TestFormats.zh-Hans.cs | ghcode:00173:5fcee1d0b0f0 | mit | codeparrot/github-code | 5fcee1d0b0f06f6a95f8d04965865d19fd1690ea4f26b01dda1af689a0d26218 | 0.85 | testing_debugging_repair_refactoring | 3,360 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2008 Charlie Poole
//
// 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... | AgileJoshua/Portable.NUnitLite | Source/src/framework/Constraints/SamePathOrUnderConstraint.cs | https://github.com/AgileJoshua/Portable.NUnitLite/blob/HEAD/Source/src/framework/Constraints/SamePathOrUnderConstraint.cs | ghcode:00173:9cab0c84ca6e | mit | codeparrot/github-code | 9cab0c84ca6eeeb3124428dbdab5c8f2d5645901e3eeb52416d18815ce06987a | 0.95 | testing_debugging_repair_refactoring | 573 | false | 2026-07-17 |
using System;
using HeatSinkr.Library;
using NUnit.Framework;
namespace HeatSinkr.Tests
{
[TestFixture]
public class GeometryTest
{
public const double Epsilon = .000001;
PlateFinGeometry testGeom = new PlateFinGeometry();
[SetUp]
public void InitializeTestGeometry()
{
testGeom.F... | engineerjames/HeatSinkr | UnitTests/GeometryTests/GeometryTest.cs | https://github.com/engineerjames/HeatSinkr/blob/HEAD/UnitTests/GeometryTests/GeometryTest.cs | ghcode:00173:c471b1dd31cd | mit | codeparrot/github-code | c471b1dd31cd37c3996601e90149e03bf1943ab40fa8c64de1394ea21afcb14f | 0.6 | testing_debugging_repair_refactoring | 883 | false | 2026-07-17 |
// ***********************************************************************
// Copyright (c) 2012 Charlie Poole, Rob Prouse
//
// 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 restri... | NikolayPianikov/nunit | src/NUnitFramework/framework/Constraints/MsgUtils.cs | https://github.com/NikolayPianikov/nunit/blob/HEAD/src/NUnitFramework/framework/Constraints/MsgUtils.cs | ghcode:00173:32360c51ed9f | mit | codeparrot/github-code | 32360c51ed9f2882a63b07432bc81b712495a6020b9e04e10e26a9e8acaa55b1 | 0.85 | testing_debugging_repair_refactoring | 4,237 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Collections.Generic;
using MooGet;
using NUnit.Framework;
namespace MooGet.Specs.CLI {
[TestFixture]
public class ShowCommandSpec : Spec {
DirectoryOfNupkg remoteSource = new DirectoryOfNupkg(PathToContent("more_packages"));
... | remi/mooget | spec/cli/commands/ShowCommandSpec.cs | https://github.com/remi/mooget/blob/HEAD/spec/cli/commands/ShowCommandSpec.cs | ghcode:00173:13975b9485e1 | mit | codeparrot/github-code | 13975b9485e11c205a6e4362838248471383cd4069a591d81344a35e14369ab5 | 0.85 | testing_debugging_repair_refactoring | 1,654 | false | 2026-07-17 |
// MIT License
//
// Copyright(c) 2022 ICARUS Consulting GmbH
//
// 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, cop... | icarus-consulting/Yaapii.Atoms | tests/Yaapii.Atoms.Tests/Enumerable/SortedTest.cs | https://github.com/icarus-consulting/Yaapii.Atoms/blob/HEAD/tests/Yaapii.Atoms.Tests/Enumerable/SortedTest.cs | ghcode:00173:290013bbf351 | mit | codeparrot/github-code | 290013bbf351bf23dbca9dc54e85c01441483c776bea1d597b3f8f912ad6db9e | 0.85 | testing_debugging_repair_refactoring | 521 | false | 2026-07-17 |
using BenchmarkDotNet.Running;
namespace LazyCache.Benchmarks
{
public static class Program
{
public static void Main(string[] args) => BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);
}
} | alastairtree/LazyCache | LazyCache.Benchmarks/Program.cs | https://github.com/alastairtree/LazyCache/blob/HEAD/LazyCache.Benchmarks/Program.cs | ghcode:00173:74526dae6a78 | mit | codeparrot/github-code | 74526dae6a7834d13dea931a9481736098b9da5d316c03502aa9aac9f7715186 | 0.75 | testing_debugging_repair_refactoring | 49 | false | 2026-07-17 |
/****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2008-2009 Jason Booth
Copyright (c) 2011-2012 openxlive.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files ... | hig-ag/CocosSharp | tests/tests/classes/tests/MenuTest/MenuLayer3.cs | https://github.com/hig-ag/CocosSharp/blob/HEAD/tests/tests/classes/tests/MenuTest/MenuLayer3.cs | ghcode:00173:1646e2b37751 | mit | codeparrot/github-code | 1646e2b37751c742fc16b465b7885e6b8bd92cb62546dd5fe45cbbcd1c9384ce | 0.95 | testing_debugging_repair_refactoring | 948 | false | 2026-07-17 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ProjectDomainUserControlUnitTest.cs" company="DotnetScaffolder">
// MIT
// </copyright>
// --------------------------------------------------------------------------------------... | laredoza/.NetScaffolder | src/Tests/CodeGenerator/Presentation/Controls/ProjectDomainUserControlUnitTest.cs | https://github.com/laredoza/.NetScaffolder/blob/HEAD/src/Tests/CodeGenerator/Presentation/Controls/ProjectDomainUserControlUnitTest.cs | ghcode:00173:fbc481e4ab83 | mit | codeparrot/github-code | fbc481e4ab831778ef548ed76a584e9ec1fe388c43d6c4c6167ec700c4ff69c4 | 0.95 | testing_debugging_repair_refactoring | 619 | false | 2026-07-17 |
namespace CommonDomain
{
using System;
using FluentAssertions;
using NEventStore.Persistence.AcceptanceTests.BDD;
using Xunit;
public class when_an_aggregate_is_created : SpecificationBase<TestFixture>
{
private TestAggregate TestAggregate
{
get
{ return Fixture.Variable... | chris-evans/NEventStore | src/NEventStore.Tests/CommonDomain/IAggregateTests.cs | https://github.com/chris-evans/NEventStore/blob/HEAD/src/NEventStore.Tests/CommonDomain/IAggregateTests.cs | ghcode:00173:c6ec9f412cf3 | mit | codeparrot/github-code | c6ec9f412cf34c66c8e5e4f7589b90a8a46bfa1f3867817628f2417183653ac5 | 0.75 | testing_debugging_repair_refactoring | 400 | false | 2026-07-17 |
using Moq;
using System;
using System.Collections.Generic;
using System.Linq;
using Treenumerable.Tests.TreeBuilder;
using Xunit;
namespace Treenumerable.Tests.TreeWalkerExtensionsTests
{
public class GetDescendantsByKeyTests
{
[Fact]
public void GetDescendants_ByKey_NullWalker_ArgumentNullExc... | jasonmcboyd/Treenumerable | Source/Treenumerable.Tests/TreeWalkerExtensionsTests/GetDescendantsByKeyTests.cs | https://github.com/jasonmcboyd/Treenumerable/blob/HEAD/Source/Treenumerable.Tests/TreeWalkerExtensionsTests/GetDescendantsByKeyTests.cs | ghcode:00173:04b5172a1f8e | mit | codeparrot/github-code | 04b5172a1f8e5f3318b1959ac88f8ccedf8d278dbed0fddb009717f6699df106 | 0.85 | testing_debugging_repair_refactoring | 1,112 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using RxAs.Rx2.ProofTests.Mock;
namespace RxAs.Rx2.ProofTests.Operators
{
[TestFixture]
public class SumFixture
{
[Test]
public void returns_one_value_after_completion()
{
... | richardszalay/raix | prooftests/source/RxAs.Rx2.ProofTests/Operators/SumFixture.cs | https://github.com/richardszalay/raix/blob/HEAD/prooftests/source/RxAs.Rx2.ProofTests/Operators/SumFixture.cs | ghcode:00173:74ef5529cd48 | mit | codeparrot/github-code | 74ef5529cd48b3b4cfd0c0d14cee4c75b8e5671bed3f0ac49119136a707d5efe | 0.6 | testing_debugging_repair_refactoring | 222 | false | 2026-07-17 |
using BTDB.Buffer;
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace BTDB.ARTLib
{
static class NodeUtils12
{
internal static (int Base, int MaxChildren) BaseSize(NodeType12 nodeType)
{
switch (nodeType & NodeType12.NodeSizeMask)
{... | klesta490/BTDB | BTDB/ARTLib/NodeUtils12.cs | https://github.com/klesta490/BTDB/blob/HEAD/BTDB/ARTLib/NodeUtils12.cs | ghcode:00173:f4668f71e909 | mit | codeparrot/github-code | f4668f71e9092e9c05d74e00aad78eba0eea7a405a954d45fdf75f14e5e0bba4 | 0.75 | testing_debugging_repair_refactoring | 2,923 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DataAccess.Entities;
using DataCache.Base;
namespace DataCache
{
public class TestTableCache : CacheBase
{
public static TestTable1 GetUserModel(Guid userId)
{
var result = Get<... | terrydash/XgxFrameWork | Dos.ORM/Demo在这里/中级玩法demo之repository/DataCache/TestTableCache.cs | https://github.com/terrydash/XgxFrameWork/blob/HEAD/Dos.ORM/Demo在这里/中级玩法demo之repository/DataCache/TestTableCache.cs | ghcode:00173:b4a53758a0a2 | mit | codeparrot/github-code | b4a53758a0a2ba434be29293f3857ae35b7aa7ec83b62a56591cf37b3ca5e21c | 0.75 | testing_debugging_repair_refactoring | 132 | false | 2026-07-17 |
// SPDX-License-Identifier: MIT
// Copyright wtfsckgh@gmail.com
// Copyright iced contributors
#if GAS || INTEL || MASM || NASM || FAST_FMT
using System.Linq;
using Iced.Intel;
namespace Iced.UnitTests.Intel.FormatterTests {
sealed class TestSymbolResolver : ISymbolResolver {
readonly SymbolResolverTestCase info;
... | 0xd4d/iced | src/csharp/Intel/Iced.UnitTests/Intel/FormatterTests/TestSymbolResolver.cs | https://github.com/0xd4d/iced/blob/HEAD/src/csharp/Intel/Iced.UnitTests/Intel/FormatterTests/TestSymbolResolver.cs | ghcode:00173:f1b8f712bdb6 | mit | codeparrot/github-code | f1b8f712bdb60d8f2a1fd31363f53f4cc05eb4695a127f3f4aec4cb1f3e5cd5b | 0.85 | testing_debugging_repair_refactoring | 251 | false | 2026-07-17 |
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Enexure.Fire.Tests.Configuration.InflateTests
{
[TestClass]
public class InflateValueTypeTests
{
class Settings
{
public short Value { get; set; }
}
[TestMethod]
public void Inflate_With_Valid_Value()
{
var set... | enexure/Enexure.Fire.Configuration | src/Enexure.Fire.Tests/Configuration/InflateTests/InflateValueTypeTests.cs | https://github.com/enexure/Enexure.Fire.Configuration/blob/HEAD/src/Enexure.Fire.Tests/Configuration/InflateTests/InflateValueTypeTests.cs | ghcode:00173:d4ea2299dd04 | mit | codeparrot/github-code | d4ea2299dd046cfe1ee9a4141cc1360b027154caa65befc23336fe64a95b5125 | 0.75 | testing_debugging_repair_refactoring | 198 | false | 2026-07-17 |
using Common.Helpers;
using Core.Domain.Model;
using NUnit.Framework;
namespace IntegrationTests
{
/// <summary>
/// This class inserts all initial records to run applicatin so we can have some data while running in test
/// environment.
/// When you run Click To Build; this is the last tes... | sanelib/WebStarterKit | DotNetServer/src/IntegrationTests/ZDataLoader.cs | https://github.com/sanelib/WebStarterKit/blob/HEAD/DotNetServer/src/IntegrationTests/ZDataLoader.cs | ghcode:00173:34bd7527c0a2 | mit | codeparrot/github-code | 34bd7527c0a27d12d0edfa205a7f7502edc08876777356b08b32cfbab8490379 | 0.95 | testing_debugging_repair_refactoring | 203 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SpirvNet.Spirv.Enums;
// This file is auto-generated and should not be modified manually.
namespace SpirvNet.Spirv.Ops.DeviceSideEnqueue
{
/// <summary>
/// OpIsValidEvent
///
///... | Philip-Trettner/SpirvNet | SpirvNet/SpirvNet/Spirv/Ops/DeviceSideEnqueue/OpIsValidEvent.cs | https://github.com/Philip-Trettner/SpirvNet/blob/HEAD/SpirvNet/SpirvNet/Spirv/Ops/DeviceSideEnqueue/OpIsValidEvent.cs | ghcode:00173:8229ad85017a | mit | codeparrot/github-code | 8229ad85017a8f2ee6be98a5c3f4f9861765e0e84579874e974634c6ce6fae9a | 0.85 | testing_debugging_repair_refactoring | 439 | false | 2026-07-17 |
using System.Threading.Tasks;
using Pixiv.Enums;
using Xunit;
namespace Pixiv.Tests.Clients.V1
{
public class NovelClientTest : PixivTestAPiClient
{
public NovelClientTest() : base("**REDACTED**") { }
[Fact]
public async Task Follow_ShouldExtendsIsNullObject()
{
... | mika-f/Sagitta | Source/PixivNet.Tests/Clients/V1/NovelClientTest.cs | https://github.com/mika-f/Sagitta/blob/HEAD/Source/PixivNet.Tests/Clients/V1/NovelClientTest.cs | ghcode:00173:badf5cd93a1b | mit | codeparrot/github-code | badf5cd93a1b1a7f44a5cd59155c8e12b0013bd06d3e214a1380e865e8f5706d | 0.6 | testing_debugging_repair_refactoring | 430 | false | 2026-07-17 |
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using ApprovalTests;
using GitVersion;
using GitVersion.Helpers;
using NUnit.Framework;
using Shouldly;
using YamlDotNet.Serialization;
[TestFixture]
public class ConfigProviderTests
{
string repoPath;... | Philo/GitVersion | src/GitVersionCore.Tests/ConfigProviderTests.cs | https://github.com/Philo/GitVersion/blob/HEAD/src/GitVersionCore.Tests/ConfigProviderTests.cs | ghcode:00173:c195c5cdecf7 | mit | codeparrot/github-code | c195c5cdecf74d114cc7a4cbcba116c9aecef7c0c6e5710bad73b017e0420d81 | 0.75 | testing_debugging_repair_refactoring | 1,369 | false | 2026-07-17 |
using System;
using System.Numerics;
using System.Threading.Tasks;
using System.Diagnostics;
// =====[ Revision History ]==========================================
// 17Jun16 - 1.0 - First release - Steve Hageman
// 20Jun16 - 1.01 - Made some variable terms consistent - Steve Hageman
// 16Jul16 - 1.02 - Calculated s... | ombt/analytics | src/DSPLib.cs | https://github.com/ombt/analytics/blob/HEAD/src/DSPLib.cs | ghcode:00173:6ee7b72bb2da | mit | codeparrot/github-code | 6ee7b72bb2da10ab77ee4354f0e4366b80ec002d0f96b3519503de70ce51fca4 | 0.57 | testing_debugging_repair_refactoring | 16,825 | false | 2026-07-17 |
using System.Collections.Generic;
using System.Linq;
using Retrospector.Search;
using Retrospector.Search.Interfaces;
using Retrospector.Search.Models;
using Retrospector.Tests.Utilities;
using Xunit;
namespace Retrospector.Tests.Tests.Search
{
public class QueryBuilderComponentTests
{
private IQueryBu... | NonlinearFruit/Retrospector | Retrospector.Tests/Tests/Search/QueryBuilderComponentTests.cs | https://github.com/NonlinearFruit/Retrospector/blob/HEAD/Retrospector.Tests/Tests/Search/QueryBuilderComponentTests.cs | ghcode:00173:3af2a3851bb5 | unlicense | codeparrot/github-code | 3af2a3851bb523970dc5fb7a08068a83f0b4d8dc8d342ca068c4121ec83f8c5a | 0.78 | testing_debugging_repair_refactoring | 1,015 | false | 2026-07-17 |
using System;
using System.Linq;
using NBi.Core.Scalar.Comparer;
using NUnit.Framework;
using NBi.Core.Scalar.Casting;
using NBi.Core;
using NBi.Extensibility;
namespace NBi.Testing.Core.Scalar.Caster
{
[TestFixture]
public class DateTimeCasterTest
{
#region SetUp & TearDown
//Called only ... | Seddryck/NBi | NBi.Testing.Core/Scalar/Casting/DateTimeCasterTest.cs | https://github.com/Seddryck/NBi/blob/HEAD/NBi.Testing.Core/Scalar/Casting/DateTimeCasterTest.cs | ghcode:00173:46928ec509e1 | apache-2.0 | codeparrot/github-code | 46928ec509e122969ed7aa78f638a96345d3371e0754ef393a92f7fc859ba05a | 0.85 | testing_debugging_repair_refactoring | 869 | false | 2026-07-17 |
using System.Linq;
using NUnit.Framework;
using Saltarelle.Compiler.ScriptSemantics;
namespace Saltarelle.Compiler.Tests.CompilerTests.MethodCompilation.Expressions {
[TestFixture]
public class BinaryNonAssignmentOperatorTests : MethodCompilerTestBase {
protected void AssertCorrectForBulkOperators(string csharp, ... | AstrorEnales/SaltarelleCompiler | Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Expressions/BinaryNonAssignmentOperatorTests.cs | https://github.com/AstrorEnales/SaltarelleCompiler/blob/HEAD/Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Expressions/BinaryNonAssignmentOperatorTests.cs | ghcode:00173:20ec73236e0a | apache-2.0 | codeparrot/github-code | 20ec73236e0a14d4ab79df0f185def8317973bc520eb6ff0a5cdc5eb00a16fac | 0.85 | testing_debugging_repair_refactoring | 5,535 | false | 2026-07-17 |
/*
Copyright 2012 Google Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, sof... | artzub/LoggenCSG | vendors/gapi/Src/GoogleApis.Tests/Apis/Requests/HttpWebRequestBuilderTest.cs | https://github.com/artzub/LoggenCSG/blob/HEAD/vendors/gapi/Src/GoogleApis.Tests/Apis/Requests/HttpWebRequestBuilderTest.cs | ghcode:00173:5e77197bb784 | apache-2.0 | codeparrot/github-code | 5e77197bb7844064ad89fb03f5450fb0baacca4ae65ff1da8d1fe5c71ade5d20 | 0.95 | testing_debugging_repair_refactoring | 1,775 | false | 2026-07-17 |
using Superpower.Parsers;
using Superpower.Tests.Support;
using Xunit;
namespace Superpower.Tests.Combinators
{
public class NotCombinatorTests
{
[Fact]
public void NotSucceedsIfLookaheadFails()
{
AssertParser.SucceedsWith(Parse.Not(Span.EqualTo("ab")).Then(_ => Character.E... | datalust/superpower | test/Superpower.Tests/Combinators/NotCombinatorTests.cs | https://github.com/datalust/superpower/blob/HEAD/test/Superpower.Tests/Combinators/NotCombinatorTests.cs | ghcode:00173:82395c7f15ed | apache-2.0 | codeparrot/github-code | 82395c7f15edd2495ba77b88756d3e80d03bee85a72e1752d3afda61370d0087 | 0.75 | testing_debugging_repair_refactoring | 286 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Xml;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TransferLibrary;
using TransferModel;
namespace TransferLibTest
{
[TestClass]
public class XmlToModelUnitTest
{
private List<XmlNode> _xmlNodes;
private XmlNode _nod... | jaylikecode/TestLinkConverter | ConvertLibTest/XmlToModelUnitTest.cs | https://github.com/jaylikecode/TestLinkConverter/blob/HEAD/ConvertLibTest/XmlToModelUnitTest.cs | ghcode:00173:b6bfa2fa8d00 | apache-2.0 | codeparrot/github-code | b6bfa2fa8d00d8fdbfcd281816daff30c0b22d2663d950d2f19824951d337a31 | 0.85 | testing_debugging_repair_refactoring | 376 | false | 2026-07-17 |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Microsoft.CodeAnalysis;
using Roslyn.Utilities;
using Pchp.CodeAnalysis.Utilities;
using Devsense.PHP.Syntax.Ast;
using static Pchp.CodeAnalysis.AstUtils;
using Devsense.PHP.Syntax;
using System.Threading;
usin... | iolevel/peachpie | src/Peachpie.CodeAnalysis/Symbols/Source/SourceFileSymbol.cs | https://github.com/iolevel/peachpie/blob/HEAD/src/Peachpie.CodeAnalysis/Symbols/Source/SourceFileSymbol.cs | ghcode:00173:0eff0a6635c9 | apache-2.0 | codeparrot/github-code | 0eff0a6635c927ca4b7d555ae96f194451edf0f37223ca62019422ec8d9658ec | 0.7 | testing_debugging_repair_refactoring | 2,796 | 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 enable
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
u... | reaction1989/roslyn | src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer_BuildSynchronization.cs | https://github.com/reaction1989/roslyn/blob/HEAD/src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer_BuildSynchronization.cs | ghcode:00173:2d579b920477 | apache-2.0 | codeparrot/github-code | 2d579b920477b76f4628d48f05e2ccd4b15b86541a90b8a480fc6709643e0186 | 0.85 | testing_debugging_repair_refactoring | 1,582 | false | 2026-07-17 |
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/
//
// 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
//
/... | haf/Castle.Facilities.NHibernate | src/Castle.Facilities.NHibernate.Tests/SimpleUseCase_ProtectedMethod.cs | https://github.com/haf/Castle.Facilities.NHibernate/blob/HEAD/src/Castle.Facilities.NHibernate.Tests/SimpleUseCase_ProtectedMethod.cs | ghcode:00173:bd53d50c502d | apache-2.0 | codeparrot/github-code | bd53d50c502da026beb600df4bfa143f8a8d244d6bb3f3a095ee074ad71179f4 | 0.7 | testing_debugging_repair_refactoring | 510 | false | 2026-07-17 |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Task_05_part_01;
namespace UnitTests
{
[TestClass]
public class uTest_task05_p1
{
/// <summary>
/// Проверка перегруженного оператора сложения двух векторов
/// </summary>
[TestMethod]
public vo... | nesterione/pies-of-code-and-labs | epam/CSharpSolution/UnitTests/uTest_task05_p1.cs | https://github.com/nesterione/pies-of-code-and-labs/blob/HEAD/epam/CSharpSolution/UnitTests/uTest_task05_p1.cs | ghcode:00173:3855dbfb370a | apache-2.0 | codeparrot/github-code | 3855dbfb370a05e6769796ee20f25b3f15df58cfea41d93630b67ab897e888bf | 0.7 | testing_debugging_repair_refactoring | 1,456 | false | 2026-07-17 |
/*
* Copyright 2013 Outercurve Foundation
*
* 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 ... | jbtule/PclUnit | Contrib/PclUnit.Style.Xunit/Exceptions/ParameterCountMismatchException.cs | https://github.com/jbtule/PclUnit/blob/HEAD/Contrib/PclUnit.Style.Xunit/Exceptions/ParameterCountMismatchException.cs | ghcode:00173:e052b3968930 | apache-2.0 | codeparrot/github-code | e052b396893051e938ed0e8d6c81e381d1af71d68d437ab37da1363c0d241ffc | 0.85 | testing_debugging_repair_refactoring | 246 | false | 2026-07-17 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.