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 file="DashboardTests.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>no summary</summary> //-----------------------------------------...
jonnybee/csla
Source/csla.netcore.test/DataPortal/DashboardTests.cs
https://github.com/jonnybee/csla/blob/HEAD/Source/csla.netcore.test/DataPortal/DashboardTests.cs
ghcode:00161:2ddf41feb0e4
mit
codeparrot/github-code
2ddf41feb0e4c8cf1c0f644e253f03151a6adfbe04685caeae07afcd87836eb6
0.85
testing_debugging_repair_refactoring
1,009
false
2026-07-17
using System; using System.Collections.Generic; using System.Text; namespace Anlab.Core.Models { public class TestItemModel { public string Id { get; set; } public string Code { get; set; } public decimal InternalCost { get; set; } public decimal ExternalCost { get; s...
ucdavis/Anlab
Anlab.Core/Models/TestItemModel.cs
https://github.com/ucdavis/Anlab/blob/HEAD/Anlab.Core/Models/TestItemModel.cs
ghcode:00161:b3cd4c7fe6c6
mit
codeparrot/github-code
b3cd4c7fe6c6e38e7a43ce11289200932d97d0a20ae5c3616d3f19379a80e3f5
0.75
testing_debugging_repair_refactoring
238
false
2026-07-17
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. #nullable disable namespace LightJson.Serialization { using System; using System.Collections.Generic; using System.Diagnostics; using Syst...
DotNetAnalyzers/StyleCopAnalyzers
StyleCop.Analyzers/StyleCop.Analyzers/LightJson/Serialization/JsonWriter.cs
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers/LightJson/Serialization/JsonWriter.cs
ghcode:00161:5e6dd0850f54
mit
codeparrot/github-code
5e6dd0850f54dcabc8c0ac71a86b9220cdd6f051bec3b1ad8904da2c84e3401a
0.85
testing_debugging_repair_refactoring
1,814
false
2026-07-17
#if LESSTHAN_NET35 extern alias nunitlinq; #endif // // ExpressionTest_ElementInit.cs // // Author: // olivier Dufour (olivier.duff@gmail.com) // // (C) 2008 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated doc...
theraot/Theraot
Tests/System/Linq/Expressions/ExpressionTest_ElementInit.cs
https://github.com/theraot/Theraot/blob/HEAD/Tests/System/Linq/Expressions/ExpressionTest_ElementInit.cs
ghcode:00161:008ceececab0
mit
codeparrot/github-code
008ceececab0e3a45c0670d05f87e5a37179424d9e09b6d6aa8d73212d99f499
0.85
testing_debugging_repair_refactoring
733
false
2026-07-17
using System; using System.Collections; using FluentAssertions; using Xunit; // ReSharper disable InconsistentNaming namespace EnigmaWeb.Tests.UnitTests { public class BitArrayExtensions_When_reversing { [Fact] public void If_bitarray_is_null_Then_throw() { // Arrange ...
hanswolff/EnigmaWeb
src/tests/EnigmaWeb.Tests/UnitTests/BitArrayExtensions_When_reversing.cs
https://github.com/hanswolff/EnigmaWeb/blob/HEAD/src/tests/EnigmaWeb.Tests/UnitTests/BitArrayExtensions_When_reversing.cs
ghcode:00161:a80242fb190a
mit
codeparrot/github-code
a80242fb190aa57057c81e2205224fb497b46f4163787787a8d9ab5850b96c4b
0.95
testing_debugging_repair_refactoring
273
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Microsoft.NetCore.CSharp.Analyzers...
dotnet/roslyn-analyzers
src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/Runtime/UseOrdinalStringComparisonTests.cs
https://github.com/dotnet/roslyn-analyzers/blob/HEAD/src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/Runtime/UseOrdinalStringComparisonTests.cs
ghcode:00161:fae23e9c68b5
mit
codeparrot/github-code
fae23e9c68b5d979cc9bd7446febe5d73c0fb9403b1f21028fc0c56d0be79dbb
0.85
testing_debugging_repair_refactoring
2,392
false
2026-07-17
using Akka.Actor; using FluentTime; using Moq; using NUnit.Framework; using RestApiWithAkka.Actors.Messages; using Should; namespace RestApiWithAkka.Tests.UploadSupervisor { [TestFixture] public class WhenFileUploadRequested : WithUploadSupervisor { public override void When() { ...
kstaruch/RestApiWithAkka
src/RestApiWithAkka.Tests/UploadSupervisor/WhenFileUploadRequested.cs
https://github.com/kstaruch/RestApiWithAkka/blob/HEAD/src/RestApiWithAkka.Tests/UploadSupervisor/WhenFileUploadRequested.cs
ghcode:00161:6b10af0a6513
mit
codeparrot/github-code
6b10af0a6513bf7515d200df1d4ebd8f63941cbf264120890a0929542cd6e7aa
0.7
testing_debugging_repair_refactoring
290
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Pliant.Builders; using System.Linq; namespace Pliant.Tests.Unit.Builders { [TestClass] public class ProductionModelTests { [TestMethod] public void ProductionModelToProductionsShouldReturnNullableProductionWhenRuleIsEmpty() ...
patrickhuber/Pliant
tests/Pliant.Tests.Unit/Builders/ProductionModelTests.cs
https://github.com/patrickhuber/Pliant/blob/HEAD/tests/Pliant.Tests.Unit/Builders/ProductionModelTests.cs
ghcode:00161:f034ca53ca0a
mit
codeparrot/github-code
f034ca53ca0ae408fce4faf88d5e5319ed5e21fe6ae3e41454583b4cacf05613
0.75
testing_debugging_repair_refactoring
152
false
2026-07-17
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy,...
extesla/OpenGamingLibrary
Source/test/OpenGamingLibrary.Json.Test/Documentation/ConditionalPropertiesTests.cs
https://github.com/extesla/OpenGamingLibrary/blob/HEAD/Source/test/OpenGamingLibrary.Json.Test/Documentation/ConditionalPropertiesTests.cs
ghcode:00161:314857854786
mit
codeparrot/github-code
314857854786abd7eaeae22585b417cd3ffa42e5edd6943af324c8c28aa6e324
0.95
testing_debugging_repair_refactoring
1,011
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using Xunit; using static Bun.Toolkit.DateTimeHelper; namespace Bun.Toolkit.Test.DateTimeExtension { public class EachDateTest { [Fact] public void EachDate_Returns_DateTimeCollection() { // Arrange ...
huhubun/BunToolkit
test/Bun.Toolkit.Test/DateTimeExtension/EachDateTest.cs
https://github.com/huhubun/BunToolkit/blob/HEAD/test/Bun.Toolkit.Test/DateTimeExtension/EachDateTest.cs
ghcode:00161:a20c3bc56bbc
mit
codeparrot/github-code
a20c3bc56bbcee9ae6da3273b4074a6cccc9885172eea6f9a8a12bfe9fba7e75
0.7
testing_debugging_repair_refactoring
739
false
2026-07-17
using System; using System.Collections; using NUnit.Framework; using Stratus.Examples; using UnityEngine; using UnityEngine.TestTools; namespace Stratus.Tests { public static partial class RuntimeTests { [UnityTest] public static IEnumerator TestStratusEvent() { // Create the object, add the component G...
Azurelol/StratusFramework
Core/Source/Tests/Runtime/StratusRuntimeTests.cs
https://github.com/Azurelol/StratusFramework/blob/HEAD/Core/Source/Tests/Runtime/StratusRuntimeTests.cs
ghcode:00161:2406241d3a50
mit
codeparrot/github-code
2406241d3a50211a161e6468b0c892d98ab65e3616f680964fbceabc234bf5c8
0.95
testing_debugging_repair_refactoring
801
false
2026-07-17
using System.IO; using System.Reflection; using DataTanker; using DataTanker.PageManagement; using DataTanker.Recovery; using NUnit.Framework; namespace Tests { [TestFixture] public class RecoveryFileTests : FileSystemStorageTestBase { public RecoveryFileTests() { StoragePath =...
VictorScherbakov/DataTanker
DataTanker/Tests/Unit/RecoveryFileTests.cs
https://github.com/VictorScherbakov/DataTanker/blob/HEAD/DataTanker/Tests/Unit/RecoveryFileTests.cs
ghcode:00161:82f6f8da9300
mit
codeparrot/github-code
82f6f8da930094403b86b1469d2f5be8377dea3909cf15dbd32323de8f5f2a8c
0.85
testing_debugging_repair_refactoring
1,279
false
2026-07-17
using System; using System.Linq; using Xunit; using Modl; using Modl.Exceptions; using Modl.Json; using Modl.Plugins; namespace Tests.Core { public class EmptyClassTest { public class EmptyClass : IModl { public IModlData Modl { get; set; } } public E...
bazer/Modl
Tests/Core/EmptyClassTest.cs
https://github.com/bazer/Modl/blob/HEAD/Tests/Core/EmptyClassTest.cs
ghcode:00161:92431d0d21f1
mit
codeparrot/github-code
92431d0d21f1f1134522a5ff47c0c3e492aae475fb668d9fd4cd920b135d7a7a
0.6
testing_debugging_repair_refactoring
942
false
2026-07-17
using NUnit.Framework; using ZimmerBot.Core.Knowledge; using ZimmerBot.Core.WordRegex; namespace ZimmerBot.Core.Tests { [TestFixture] public class WRegexEvaluationTests : TestHelper { [Test] public void CanEvaluateWordWRegex() { Trigger t = new RegexTrigger("mosquito"); As...
JornWildt/ZimmerBot
ZimmerBot.Core.Tests/WRegexEvaluationTests.cs
https://github.com/JornWildt/ZimmerBot/blob/HEAD/ZimmerBot.Core.Tests/WRegexEvaluationTests.cs
ghcode:00161:6af96ca6321e
mit
codeparrot/github-code
6af96ca6321e2d758e82360e4bd8939f5648b275661377e9edadfb7b7697aaf5
0.85
testing_debugging_repair_refactoring
1,086
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Scheduler { public class Task : ITask { public string Name { get; set; } public IActivity[] Schedule() { return Activities; } ...
weihuajiang/SchedulerEngineDotNet
SchedulerLib/test/Task.cs
https://github.com/weihuajiang/SchedulerEngineDotNet/blob/HEAD/SchedulerLib/test/Task.cs
ghcode:00161:ecf648ee9cf3
mit
codeparrot/github-code
ecf648ee9cf3a0b518129c43e2a57d0526dc917d550f8cb18ce62cb888832e05
0.85
testing_debugging_repair_refactoring
117
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Arebis.Extensions.Tests.Arebis.Runtime.Extensibility.Sample2 { interface SampleInterface { [TestableAdvice("IFace.A1")] void InterfaceMethodA(); [TestableAdvice("IFace.A2")] void InterfaceMethodA(in...
codetuner/Arebis.Common
Test.Arebis.Extensions/Tests/Arebis.Runtime.Aspects/Sample2/SampleInterface.cs
https://github.com/codetuner/Arebis.Common/blob/HEAD/Test.Arebis.Extensions/Tests/Arebis.Runtime.Aspects/Sample2/SampleInterface.cs
ghcode:00161:22df38b5f420
mit
codeparrot/github-code
22df38b5f42063e851bddea9f31e85caca0865809d9618d84d9e30b18f4060ab
0.85
testing_debugging_repair_refactoring
113
false
2026-07-17
using Quobject.EngineIoClientDotNet.ComponentEmitter; using Quobject.EngineIoClientDotNet.Modules; using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace Quobject.EngineIoClientDotNet_Tests.ComponentEmitterTests { public class EmitterTests { public class TestListener...
Quobject/EngineIoClientDotNet
Src/EngineIoClientDotNet.Tests/ComponentEmitterTests/EmitterTests.cs
https://github.com/Quobject/EngineIoClientDotNet/blob/HEAD/Src/EngineIoClientDotNet.Tests/ComponentEmitterTests/EmitterTests.cs
ghcode:00161:d03a06784ceb
mit
codeparrot/github-code
d03a06784ceb669799933ec5e79a3207f32156334497db4abcc125f1bfd408f8
0.75
testing_debugging_repair_refactoring
1,765
false
2026-07-17
using XRoadLib.Serialization; using XRoadLib.Tests.Contract; namespace XRoadLib.Tests.Serialization; public class XRoadSerializableTest { private const string MemberName = "Member"; private const string NoMemberName = "No Member"; [Fact] public void AddsMemberNamesAfterSerialization() { ...
janno-p/XRoadLib
test/XRoadLib.Tests/Serialization/XRoadSerializableTest.cs
https://github.com/janno-p/XRoadLib/blob/HEAD/test/XRoadLib.Tests/Serialization/XRoadSerializableTest.cs
ghcode:00161:2e04e940e45d
mit
codeparrot/github-code
2e04e940e45dd7e626e2f20d9484650008d6fadeb0b842b1508482bf83571ecc
0.75
testing_debugging_repair_refactoring
464
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using NSubstitute; using ServiceRegister.Api.Classification; using ServiceRegister.Application.Classification; namespace ServiceRegister.Api.Tests.Classification { [TestClass] public class Hi...
City-of-Helsinki/palvelutietovaranto
Source/Api.Tests/Classification/HierarchicalClassMapperTests.cs
https://github.com/City-of-Helsinki/palvelutietovaranto/blob/HEAD/Source/Api.Tests/Classification/HierarchicalClassMapperTests.cs
ghcode:00161:1bd66c0049a5
mit
codeparrot/github-code
1bd66c0049a5347d3bae83de0b899154ade4b17cdbb49014a0dfdccb7e4bbd50
0.75
testing_debugging_repair_refactoring
278
false
2026-07-17
using System; using System.Collections.Generic; using StatTag.Core.Models; using StatTag.Core.ValueFormatter; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Core.Tests.Models { [TestClass] public class TableFormatTests { [TestMethod] public void Format_Empty() { ...
StatTag/StatTag
Core.Tests/Models/TableFormatTests.cs
https://github.com/StatTag/StatTag/blob/HEAD/Core.Tests/Models/TableFormatTests.cs
ghcode:00161:f41fc7d0c283
mit
codeparrot/github-code
f41fc7d0c283b5c67aa04ecbe8cc829ec190b2fba52818bc4f029b54dfd5325f
0.75
testing_debugging_repair_refactoring
755
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using UnsafeAM.Text; namespace UnitTests.UnsafeAM.Text { [TestClass] public class NewLineTest { private void _Test ( string expected, Func<string,string> func, string arg...
amironov73/ManagedIrbis
Source/UnitTests/UnsafeIrbis/AM/Text/NewLineTest.cs
https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/UnsafeIrbis/AM/Text/NewLineTest.cs
ghcode:00161:5ece1b31b04a
mit
codeparrot/github-code
5ece1b31b04aaaadaf93f7cb114467e58b1058f0c213b7a1af3fa951897f741f
0.75
testing_debugging_repair_refactoring
304
false
2026-07-17
using Cofoundry.Core; using Cofoundry.Core.Validation; using FluentAssertions; using FluentAssertions.Execution; using FluentAssertions.Specialized; using System; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace Cofoundry.Domain.Tests.Shared.Assertions { /// ...
cofoundry-cms/cofoundry
test/Cofoundry.Domain.Tests.Shared/Assertions/ThrowsExtensions.cs
https://github.com/cofoundry-cms/cofoundry/blob/HEAD/test/Cofoundry.Domain.Tests.Shared/Assertions/ThrowsExtensions.cs
ghcode:00161:e39bff1fc70a
mit
codeparrot/github-code
e39bff1fc70a8132513415e77008efe6d791f16b041a775d086ef6cb7e5262e2
0.85
testing_debugging_repair_refactoring
1,321
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using SciChart.UI.Reactive.Tests.Stubs; using NUnit.Framework; using SciChart.UI.Bootstrap; namespace SciChart.UI.Reactive.Tests { #region Support classes public class M...
ABTSoftware/SciChart.Wpf.UI
SciChart.UI.Reactive.Tests/Bootstrap/AttributedTypeDiscoveryTests.cs
https://github.com/ABTSoftware/SciChart.Wpf.UI/blob/HEAD/SciChart.UI.Reactive.Tests/Bootstrap/AttributedTypeDiscoveryTests.cs
ghcode:00161:a59f42d05940
apache-2.0
codeparrot/github-code
a59f42d05940eee4d069f323a2cb7f76ef56246776ca375ce8ea19c3b9b61b67
0.75
testing_debugging_repair_refactoring
326
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. using Microsoft.AspNetCore.Mvc; namespace Microsoft.AspNetCore.Mvc.Api.Analyzers { [ApiController] public class DiagnosticsAreReturned_IfMethodWithProducesResponseTypeAttri...
aspnet/AspNetCore
src/Mvc/Mvc.Api.Analyzers/test/TestFiles/ApiConventionAnalyzerIntegrationTest/DiagnosticsAreReturned_IfMethodWithProducesResponseTypeAttribute_DoesNotReturnDocumentedStatusCode.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/Mvc.Api.Analyzers/test/TestFiles/ApiConventionAnalyzerIntegrationTest/DiagnosticsAreReturned_IfMethodWithProducesResponseTypeAttribute_DoesNotReturnDocumentedStatusCode.cs
ghcode:00161:5bed7bb2d4d6
apache-2.0
codeparrot/github-code
5bed7bb2d4d6069fc7087ec624c666bfb077d20b25a39b8982726cb1bce5ab00
0.95
testing_debugging_repair_refactoring
133
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DeleteLogsEngineFixture.cs" company="Rare Crowds Inc"> // Copyright 2012-2013 Rare Crowds, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you ma...
chinnurtb/OpenAdStack
Utilities/DeleteLogsIntegrationTests/DeleteLogsEngineFixture.cs
https://github.com/chinnurtb/OpenAdStack/blob/HEAD/Utilities/DeleteLogsIntegrationTests/DeleteLogsEngineFixture.cs
ghcode:00161:3707a64ade1a
apache-2.0
codeparrot/github-code
3707a64ade1a75a2450d26144a59c79c0e33433c1364900ddf746acbff5dfe7f
0.85
testing_debugging_repair_refactoring
1,055
false
2026-07-17
using NUnit.Framework; using Swinesweeper.GameModeFactory; using Swinesweeper.GameModeFactory.GameModes; using Swinesweeper.GameModeFactory.Interfaces; using Swinesweeper.Utilities; using Swinesweeper.Utilities.Interfaces; namespace Swinesweeper.IntegrationTests.GameModeFactory { [TestFixture] public class Ga...
danieldutton/SwineSweeper
Swinesweeper.IntegrationTests/GameModeFactory/GameModeFactory_Should.cs
https://github.com/danieldutton/SwineSweeper/blob/HEAD/Swinesweeper.IntegrationTests/GameModeFactory/GameModeFactory_Should.cs
ghcode:00161:80fb5ef719d5
apache-2.0
codeparrot/github-code
80fb5ef719d5a19be97ba33fe782db34ac8910dcf05dc3165c89aa616985a2e1
0.6
testing_debugging_repair_refactoring
1,050
false
2026-07-17
// Copyright 2013 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using NodaTime.Testing.TimeZones; using NodaTime.Text; using NodaTime.TimeZones; using NUnit.Framework; using System.Collections.Generic; using System.Glo...
jskeet/nodatime
src/NodaTime.Test/Text/ZonedDateTimePatternTest.cs
https://github.com/jskeet/nodatime/blob/HEAD/src/NodaTime.Test/Text/ZonedDateTimePatternTest.cs
ghcode:00161:8853f13f1d99
apache-2.0
codeparrot/github-code
8853f13f1d997dac4bd4c5f79146d4617845cf0212fc3a57c3b1d9768bbce88a
0.7
testing_debugging_repair_refactoring
8,837
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using Netfox.Framework.Models; using Netfox.Framework.Models.PmLib.SupportedTypes; using PacketParser; using PacketParser.Packets; using ProtocolIdentification; namespace S...
nesfit/NetfoxDetective
Framework/ApplicationRecognizers/Spid/SessionAndProtocolModelExtractorFlow.cs
https://github.com/nesfit/NetfoxDetective/blob/HEAD/Framework/ApplicationRecognizers/Spid/SessionAndProtocolModelExtractorFlow.cs
ghcode:00161:a013946c9f6e
apache-2.0
codeparrot/github-code
a013946c9f6e22313a27ca56a29b2f033a74e1c29c764736fe3107cc30881cc6
0.85
testing_debugging_repair_refactoring
1,688
false
2026-07-17
using CorDebugInterop; using Microsoft.VisualStudio.Debugger.Interop; using nanoFramework.Tools.Debugger; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using WireProtocol = nanoFramework.Tools.Debugger.WireProtocol; namespace nanoFramework.T...
Eclo/nf-Visual-Studio-extension
source/VisualStudio.Debugger/CorDebug/CorDebugAppDomain.cs
https://github.com/Eclo/nf-Visual-Studio-extension/blob/HEAD/source/VisualStudio.Debugger/CorDebug/CorDebugAppDomain.cs
ghcode:00161:04bf6c55fc34
apache-2.0
codeparrot/github-code
04bf6c55fc3427b78448a44088bd45494f7287d5a0d83c90fa40762044111ff5
0.7
testing_debugging_repair_refactoring
4,034
false
2026-07-17
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
Virus-X/CoinSharp
src/Core/BlockChain.cs
https://github.com/Virus-X/CoinSharp/blob/HEAD/src/Core/BlockChain.cs
ghcode:00161:737152b0fcb9
apache-2.0
codeparrot/github-code
737152b0fcb9194268e45ea9a37277bc3041dedde7eb69c68a18058b39e0d9f4
0.85
testing_debugging_repair_refactoring
5,110
false
2026-07-17
namespace BB.Caching.Tests.Caching { using System; using System.Threading; using BB.Caching.Caching; using Xunit; public sealed class CoreTests : IUseFixture<DefaultTestFixture>, IDisposable { private const string KEY = "CoreTests.Key"; private const string VALUE = "CoreTest...
JesseBuesking/BB.Caching
BB.Caching.Tests/Caching/CoreTests.cs
https://github.com/JesseBuesking/BB.Caching/blob/HEAD/BB.Caching.Tests/Caching/CoreTests.cs
ghcode:00161:b5cc761153df
apache-2.0
codeparrot/github-code
b5cc761153df9a41bc9b3ae2c0c1176961884f9c9eee7d639faf874047613ea5
0.75
testing_debugging_repair_refactoring
11,487
false
2026-07-17
// Copyright 2009 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using NodaTime.Text; using NUnit.Framework; namespace NodaTime.Test { [TestFixture] public partial class LocalInstantTest { [Test] ...
BenJenkinson/nodatime
src/NodaTime.Test/LocalInstantTest.cs
https://github.com/BenJenkinson/nodatime/blob/HEAD/src/NodaTime.Test/LocalInstantTest.cs
ghcode:00161:aa88a034d968
apache-2.0
codeparrot/github-code
aa88a034d96880ca453b9c211f7f1a1c347a91cb2753639c2ff9d185d010b8f0
0.7
testing_debugging_repair_refactoring
582
false
2026-07-17
using FluentAssertions; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tests.Framework; using Tests.Framework.Integration; using Tests.Framework.MockData; using Xunit; namespace Tests.Reproduce { [Collection(TypeOfCluster.Indexing)] public c...
TheFireCookie/elasticsearch-net
src/Tests/Reproduce/GithubIssue2173.cs
https://github.com/TheFireCookie/elasticsearch-net/blob/HEAD/src/Tests/Reproduce/GithubIssue2173.cs
ghcode:00161:e747fade7b33
apache-2.0
codeparrot/github-code
e747fade7b330beb8899d3e629bb027397b41ca686ba36e255567a31bfdbfeac
0.85
testing_debugging_repair_refactoring
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. using System; using System.Collections.Generic; using Microsoft.AspNetCore.Mvc.ModelBinding; using Xunit; namespace Microsoft.AspNetCore.Mvc { public class ValidationProblemDet...
aspnet/AspNetCore
src/Mvc/Mvc.Core/test/ValidationProblemDetailsTest.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/Mvc.Core/test/ValidationProblemDetailsTest.cs
ghcode:00161:e525926c4261
apache-2.0
codeparrot/github-code
e525926c4261c9166aa4209991facb186fecf58e2c74bb9d5e968b8ee46f4fb9
0.95
testing_debugging_repair_refactoring
669
false
2026-07-17
using System; using System.Linq; using CacheAspect; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TestCache { /// <summary> /// Summary description for ConfigBased /// </summary> [TestClass] public class ConfigBased { public ConfigBased() { //TODO ch...
vyasabhishek/Aspect-Oriented-Cache
TestCache/ConfigBased.cs
https://github.com/vyasabhishek/Aspect-Oriented-Cache/blob/HEAD/TestCache/ConfigBased.cs
ghcode:00161:2f5051fe3a43
apache-2.0
codeparrot/github-code
2f5051fe3a43c9c377294dea7393d5141634800812d574a47e6e26079a5ee7e6
0.85
testing_debugging_repair_refactoring
570
false
2026-07-17
// <copyright file="TestHttpClient.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache....
open-telemetry/opentelemetry-dotnet
examples/Console/TestHttpClient.cs
https://github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/examples/Console/TestHttpClient.cs
ghcode:00161:49d880841d8a
apache-2.0
codeparrot/github-code
49d880841d8a6582e755c81c2dad542264bb39250b3e536b12ae766718a32f34
0.85
testing_debugging_repair_refactoring
396
false
2026-07-17
namespace GalaSoft.MvvmLight.Test.Stubs { public class TestChildClass : TestBaseClass { //public new void Remove() //{ // SimpleIoc.Default.Unregister(this); //} } }
wiyonoaten/MvvmLight2Mvx
GalaSoft.MvvmLight/GalaSoft.MvvmLight.Test (NET35)/Stubs/TestChildClass.cs
https://github.com/wiyonoaten/MvvmLight2Mvx/blob/HEAD/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Test (NET35)/Stubs/TestChildClass.cs
ghcode:00161:80b9582fe6e8
apache-2.0
codeparrot/github-code
80b9582fe6e8a5e9a629e6d2f964987d804f74f91897c16e670c0d1a9397e4f0
0.85
testing_debugging_repair_refactoring
50
false
2026-07-17
using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Shouldly; namespace Lime.Protocol.UnitTests { [TestFixture] public class NodeTests { #region Equals [Test] [Category("Equals")] ...
takenet/lime-csharp
src/Lime.Protocol.UnitTests/NodeTests.cs
https://github.com/takenet/lime-csharp/blob/HEAD/src/Lime.Protocol.UnitTests/NodeTests.cs
ghcode:00161:3f0e4eeb6755
apache-2.0
codeparrot/github-code
3f0e4eeb67555998c8636aab0ef88f0a53e12cb874885a5e1b22e3a31bc45595
0.85
testing_debugging_repair_refactoring
883
false
2026-07-17
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2017 Jeffrey Su & Suzhou Senparc Network Technology Co.,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 ...
down4u/WeiXinMPSDK
src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Custom/CustomTest.cs
https://github.com/down4u/WeiXinMPSDK/blob/HEAD/src/Senparc.Weixin.MP/Senparc.Weixin.MP.Test/AdvancedAPIs/Custom/CustomTest.cs
ghcode:00161:bfd3fbea4db8
apache-2.0
codeparrot/github-code
bfd3fbea4db8a8e660bed9e03c9504ea4c77a93628ff843b9473480f853abfe3
0.85
testing_debugging_repair_refactoring
908
false
2026-07-17
//------------------------------------------------------------------------------ // Symbooglix // // // Copyright 2014-2017 Daniel Liew // // This file is licensed under the MIT license. // See LICENSE.txt for details. //------------------------------------------------------------------...
symbooglix/symbooglix
src/ExprBuilderTests/ConstantFoldingBuilderTests/FoldBVSMOD.cs
https://github.com/symbooglix/symbooglix/blob/HEAD/src/ExprBuilderTests/ConstantFoldingBuilderTests/FoldBVSMOD.cs
ghcode:00161:21e32f9f5d4c
bsd-2-clause
codeparrot/github-code
21e32f9f5d4c1525e96eb8c09138c24da1bc2f8cceb3216691f778432092511e
0.78
testing_debugging_repair_refactoring
1,284
false
2026-07-17
using System.Linq; using FluentNHibernate.Automapping; using FluentNHibernate.Testing.Automapping; using NUnit.Framework; namespace FluentNHibernate.Testing.AutoMapping.Apm { [TestFixture] public class IgnoreBaseAutoPersistenceModelTests { [Test] public void ShouldntMapTypesIgnor...
MiguelMadero/fluent-nhibernate
src/FluentNHibernate.Testing/AutoMapping/Apm/IgnoreBaseAutoPersistenceModelTests.cs
https://github.com/MiguelMadero/fluent-nhibernate/blob/HEAD/src/FluentNHibernate.Testing/AutoMapping/Apm/IgnoreBaseAutoPersistenceModelTests.cs
ghcode:00161:f320731b4de6
bsd-3-clause
codeparrot/github-code
f320731b4de6478d9d0291c1c76ccbf3154e621a851f1c588cb796647112529d
0.75
testing_debugging_repair_refactoring
314
false
2026-07-17
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
NLog/NLog
tests/NLog.UnitTests/Targets/Wrappers/WrapperTargetBaseTests.cs
https://github.com/NLog/NLog/blob/HEAD/tests/NLog.UnitTests/Targets/Wrappers/WrapperTargetBaseTests.cs
ghcode:00161:93f4b3327c37
bsd-3-clause
codeparrot/github-code
93f4b3327c37cf2e0ac14d246b2e2af749f48d4bb312824d4fe3244039c233a3
0.85
testing_debugging_repair_refactoring
894
false
2026-07-17
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
hubo0831/NLog
tests/NLog.UnitTests/Targets/Wrappers/RoundRobinGroupTargetTests.cs
https://github.com/hubo0831/NLog/blob/HEAD/tests/NLog.UnitTests/Targets/Wrappers/RoundRobinGroupTargetTests.cs
ghcode:00161:5c40729509fe
bsd-3-clause
codeparrot/github-code
5c40729509fe3cead14cb9fbd234b3dee1efe1d3ec7c9ee0f378a6e36d2d39e7
0.85
testing_debugging_repair_refactoring
1,360
false
2026-07-17
 #region Using directives using System; using System.IO; using System.Xml; using System.Xml.Serialization; using NUnit.Framework; using Nettiers.AdventureWorks.Entities; using Nettiers.AdventureWorks.Data; #endregion namespace Nettiers.AdventureWorks.UnitTests { /// <summary> /// Provide...
netTiers/netTiers
Samples/AdventureWorks/Generated/Nettiers.AdventureWorks.UnitTests/Views/VIndividualDemographicsTest.cs
https://github.com/netTiers/netTiers/blob/HEAD/Samples/AdventureWorks/Generated/Nettiers.AdventureWorks.UnitTests/Views/VIndividualDemographicsTest.cs
ghcode:00161:f7d165038159
mit
codeparrot/github-code
f7d165038159ad5064ef2bdafe1f3082b681bb494da843c5fc94b4195cc6ae54
0.85
testing_debugging_repair_refactoring
670
false
2026-07-17
namespace Sitecore.FakeDb.Tests.Data.Engines.DataCommands.Prototypes { using FluentAssertions; using Sitecore.FakeDb.Data.Engines; using Sitecore.FakeDb.Data.Engines.DataCommands; using Sitecore.FakeDb.Data.Engines.DataCommands.Prototypes; using Sitecore.Reflection; using Xunit; public class GetBlobStre...
pveller/Sitecore.FakeDb
test/Sitecore.FakeDb.Tests/Data/Engines/DataCommands/Prototypes/GetBlobStreamCommandPrototypeTest.cs
https://github.com/pveller/Sitecore.FakeDb/blob/HEAD/test/Sitecore.FakeDb.Tests/Data/Engines/DataCommands/Prototypes/GetBlobStreamCommandPrototypeTest.cs
ghcode:00161:8343680ed0c6
mit
codeparrot/github-code
8343680ed0c6f0f6942ed904dccdcb439d2dff1bca8bffb54416220729f1d105
0.6
testing_debugging_repair_refactoring
143
false
2026-07-17
using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using NUnit.Framework; using Moq; using Moq.Protected; using Sharpduino.Base; using Sharpduino.Constants; using Sharpduino.Creators; using Sharpduino.Event...
thutch/sharpduino
Sharpduino.Tests/FirmataEmptyBaseTest.cs
https://github.com/thutch/sharpduino/blob/HEAD/Sharpduino.Tests/FirmataEmptyBaseTest.cs
ghcode:00161:4f8b77f2a720
mit
codeparrot/github-code
4f8b77f2a720e5ee9f796f0dab196454afcbe97f658095054fd4d29f526db60a
0.7
testing_debugging_repair_refactoring
1,674
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 Microsoft.Win32.SafeHandles; using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; us...
lggomez/corefx
src/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKey.cs
https://github.com/lggomez/corefx/blob/HEAD/src/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKey.cs
ghcode:00161:722999e90ef9
mit
codeparrot/github-code
722999e90ef9fe649cda1940b70858bbba30e0baf55105b700f97a0e267718a3
0.95
testing_debugging_repair_refactoring
9,300
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 Internal.TypeSystem; namespace Internal.JitInterface { internal ...
shrah/corert
src/JitInterface/src/CorInfoImpl.Intrinsics.cs
https://github.com/shrah/corert/blob/HEAD/src/JitInterface/src/CorInfoImpl.Intrinsics.cs
ghcode:00161:d096b808575a
mit
codeparrot/github-code
d096b808575abf21242e75abed6fd9ebf86faf6c86c96346b04b18775bd27de2
0.95
testing_debugging_repair_refactoring
2,982
false
2026-07-17
namespace MoreDotNet.Test.Extensions.Common.RandomExtensions { using System; using MoreDotNet.Extensions.Common; using Xunit; public class NextBoolTests { private const int NumberOfTests = 10; [Fact] public void NextBool_RandomIsNull_ShouldThrowArgumentNullException() ...
Teodor92/MoreDotNet
test/MoreDotNet.Test/Extensions/Common/RandomExtensions/NextBoolTests.cs
https://github.com/Teodor92/MoreDotNet/blob/HEAD/test/MoreDotNet.Test/Extensions/Common/RandomExtensions/NextBoolTests.cs
ghcode:00161:ba713146f15d
mit
codeparrot/github-code
ba713146f15d4ec95468ea1db1b8b2bbfb11486bb25ac76e01f96176f3d61976
0.75
testing_debugging_repair_refactoring
355
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Baseline; using Marten.Testing.CodeTracker; using Shouldly; namespace Marten.Testing.AsyncDaemon { public class AsyncDaemonTestHelper : IDisposable { private readonly IDocumentStore _store; p...
jokokko/marten
src/Marten.Testing/AsyncDaemon/AsyncDaemonTestHelper.cs
https://github.com/jokokko/marten/blob/HEAD/src/Marten.Testing/AsyncDaemon/AsyncDaemonTestHelper.cs
ghcode:00161:e14f23682fd9
mit
codeparrot/github-code
e14f23682fd90fe600afa436efa060289a20b2fc11d28622ab9819cac7632916
0.75
testing_debugging_repair_refactoring
945
false
2026-07-17
using System; using Bonobo.Git.Server.Data; using Bonobo.Git.Server.Models; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Bonobo.Git.Server.Test.MembershipTests.ADTests { [TestClass] public class ADRepositoryRepositoryServiceTest : RepositoryRepositoryTestBase { private ADTestSuppor...
padremortius/Bonobo-Git-Server
Bonobo.Git.Server.Test/MembershipTests/ADTests/ADRepositoryRepositoryServiceTest.cs
https://github.com/padremortius/Bonobo-Git-Server/blob/HEAD/Bonobo.Git.Server.Test/MembershipTests/ADTests/ADRepositoryRepositoryServiceTest.cs
ghcode:00161:ff0961b5e03f
mit
codeparrot/github-code
ff0961b5e03ffdc2ff67d65c99cd1acfd57e6e3454c8a2b14d253a04cda668ef
0.75
testing_debugging_repair_refactoring
210
false
2026-07-17
using JK.Common.Specifications; using Xunit; namespace JK.Common.Tests.Specifications { public class NumericSpecificationTests { [Theory] [InlineData(null, false)] [InlineData("", false)] [InlineData(" ", false)] [InlineData("abc", false)] [InlineData("123", tru...
digital-lagniappe/codelibrary
src/JK.Common.Tests/Specifications/NumericSpecificationTests.cs
https://github.com/digital-lagniappe/codelibrary/blob/HEAD/src/JK.Common.Tests/Specifications/NumericSpecificationTests.cs
ghcode:00161:3da4d93e850a
mit
codeparrot/github-code
3da4d93e850afa74394b5ec39b4ede55a25b31839a42a1cb2e536a54ba922a0c
0.75
testing_debugging_repair_refactoring
128
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace LeagueOfMonads.Tests { [TestClass] public class OptionsExTests { [TestMethod] public void ToNullableWorksWithValue() { var option = Option.Some(1); var actual = option.ToNullable(); Assert.AreEqual(1, ...
adleatherwood/LeagueOfMonads
src/LeagueOfMonads.Tests/OptionsExTests.cs
https://github.com/adleatherwood/LeagueOfMonads/blob/HEAD/src/LeagueOfMonads.Tests/OptionsExTests.cs
ghcode:00161:c4c33e3113ba
mit
codeparrot/github-code
c4c33e3113bac42d9db0eb39f3c4c2ae02cc41232d5f3fb17f8b7d4b93e86236
0.75
testing_debugging_repair_refactoring
111
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. // // Don't override IsAlwaysNormalized because it is just a Unicode Transformation and could be confused. // using...
sjsinju/coreclr
src/mscorlib/src/System/Text/UTF7Encoding.cs
https://github.com/sjsinju/coreclr/blob/HEAD/src/mscorlib/src/System/Text/UTF7Encoding.cs
ghcode:00161:a20d6cea29ad
mit
codeparrot/github-code
a20d6cea29ad71175f77e861031d50e8fdc623f8bd0209ce9749e75b585a88dc
0.8
testing_debugging_repair_refactoring
6,909
false
2026-07-17
using System; using GridDomain.EventSourcing; namespace GridDomain.Tests.Unit.ProcessManagers.SoftwareProgrammingDomain { public class CoffeMachineCreated : DomainEvent { public int MaxCups { get; } public CoffeMachineCreated(string id, int maxCups):base(id) { MaxCups = max...
linkelf/GridDomain
GridDomain.Tests.Unit/ProcessManagers/SoftwareProgrammingDomain/CoffeMachineCreated.cs
https://github.com/linkelf/GridDomain/blob/HEAD/GridDomain.Tests.Unit/ProcessManagers/SoftwareProgrammingDomain/CoffeMachineCreated.cs
ghcode:00161:0ff99a69c796
apache-2.0
codeparrot/github-code
0ff99a69c796e7ac9e1e6eb457612c0d09a12df86a0da352e88b7f7fa0623323
0.75
testing_debugging_repair_refactoring
79
false
2026-07-17
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
antony-liu/npoi
testcases/main/SS/UserModel/TestDataFormatter.cs
https://github.com/antony-liu/npoi/blob/HEAD/testcases/main/SS/UserModel/TestDataFormatter.cs
ghcode:00161:214fdb3516ba
apache-2.0
codeparrot/github-code
214fdb3516baaa0eadbc2333d47b707a57f0aade5f50730c4c4ed86be1492877
0.85
testing_debugging_repair_refactoring
14,054
false
2026-07-17
/* * REST API Documentation for the MOTI Hired Equipment Tracking System (HETS) Application * * The Hired Equipment Program is for owners/operators who have a dump truck, bulldozer, backhoe or other piece of equipment they want to hire out to the transportation ministry for day labour and emergency projects. The ...
plavoieBC/hets
APISpec/gen/test/Models/UserDetailsViewModelTests.cs
https://github.com/plavoieBC/hets/blob/HEAD/APISpec/gen/test/Models/UserDetailsViewModelTests.cs
ghcode:00161:d310e25eb6f3
apache-2.0
codeparrot/github-code
d310e25eb6f33323f4b16144f0f3ad1cad7d68e793225d794fb891113d410210
0.95
testing_debugging_repair_refactoring
659
false
2026-07-17
#region LGPL License /* Axiom Graphics Engine Library Copyright © 2003-2011 Axiom Project Team The overall design, and a majority of the core engine and rendering code contained within this library is a derivative of the open source Object Oriented Graphics Engine OGRE, which can be found at http://ogre.sourceforge...
objuan/picodex
src/Picodex.Unity/Axiom/Overlays/OverlayElementContainer.cs
https://github.com/objuan/picodex/blob/HEAD/src/Picodex.Unity/Axiom/Overlays/OverlayElementContainer.cs
ghcode:00161:818048a424f6
apache-2.0
codeparrot/github-code
818048a424f65042cb7fac03a54b06c5e7b792b5457c3b1168d128deabf32628
0.85
testing_debugging_repair_refactoring
2,580
false
2026-07-17
using System.Collections.Generic; using System.Linq; namespace Shouldly.DifferenceHighlighting { internal static class DifferenceHighlighter { static readonly List<IDifferenceHighlighter> _differenceHighlighters = new List<IDifferenceHighlighter> { new EnumerableDifferenceHighlighter() ...
JoeMighty/shouldly
src/Shouldly/DifferenceHighlighting/DifferenceHighlighter.cs
https://github.com/JoeMighty/shouldly/blob/HEAD/src/Shouldly/DifferenceHighlighting/DifferenceHighlighter.cs
ghcode:00161:366760382da7
bsd-3-clause
codeparrot/github-code
366760382da7bf8213c825b5b911bd69a3375050db4a5b42148485074a201d12
0.85
testing_debugging_repair_refactoring
235
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.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using static System.Text.Jso...
KrzysztofCwalina/corefxlab
src/System.Text.JsonLab/System/Text/Json/JsonUtf8Reader.MultiSegment.cs
https://github.com/KrzysztofCwalina/corefxlab/blob/HEAD/src/System.Text.JsonLab/System/Text/Json/JsonUtf8Reader.MultiSegment.cs
ghcode:00161:05c51bf8c323
mit
codeparrot/github-code
05c51bf8c323724d88e880b4c837faf5600c21868f6e14bfee235af0d268f51d
0.72
testing_debugging_repair_refactoring
10,549
false
2026-07-17
namespace Unosquare.Labs.EmbedIO.Tests { using NUnit.Framework; using System.Net; using Unosquare.Labs.EmbedIO.Modules; using Unosquare.Labs.EmbedIO.Tests.Properties; using Unosquare.Labs.EmbedIO.Tests.TestObjects; [TestFixture] public class FluentTest { protected string RootPa...
IRlyDontKnow/embedio
Unosquare.Labs.EmbedIO.Tests/FluentTest.cs
https://github.com/IRlyDontKnow/embedio/blob/HEAD/Unosquare.Labs.EmbedIO.Tests/FluentTest.cs
ghcode:00161:52010ea51590
mit
codeparrot/github-code
52010ea515903416df0378aecce794bfe3e0bcae592f87771d5cdaefe997c9b5
0.75
testing_debugging_repair_refactoring
576
false
2026-07-17
// Copyright (c) 2009-2013 AlphaSierraPapa for the SharpDevelop Team // // 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 us...
Rpinski/RefactoringEssentials
RefactoringEssentials/Xml/TagReader.cs
https://github.com/Rpinski/RefactoringEssentials/blob/HEAD/RefactoringEssentials/Xml/TagReader.cs
ghcode:00161:73830a174013
mit
codeparrot/github-code
73830a1740138a84f3b946ddd4b8d4fc2976bac150d0b139fa1b94ade43e121a
0.85
testing_debugging_repair_refactoring
7,129
false
2026-07-17
using System; namespace SpecEasy.Specs.ExceptionReporting.SupportingExamples { [SupportingExample] internal class ExpectedExceptionDifferentTypeSpec : Spec<BrokenClass> { public void ExpectedException() { When("calling a method that throws an exception", () => SUT.InvertThatThr...
speceasy/speceasy
SpecEasy.Specs/ExceptionReporting/SupportingExamples/ExpectedExceptionDifferentTypeSpec.cs
https://github.com/speceasy/speceasy/blob/HEAD/SpecEasy.Specs/ExceptionReporting/SupportingExamples/ExpectedExceptionDifferentTypeSpec.cs
ghcode:00161:17877b74d922
mit
codeparrot/github-code
17877b74d922685209f92056b35402bdf096aef62362eb45cfbc3338bba44696
0.75
testing_debugging_repair_refactoring
100
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 Cake.Common.Tests.Fixtures.Tools; using Cake.Common.Tools.Fixie; using Cake.Core; using Cake.Testing; using C...
phenixdotnet/cake
src/Cake.Common.Tests/Unit/Tools/Fixie/FixieRunnerTests.cs
https://github.com/phenixdotnet/cake/blob/HEAD/src/Cake.Common.Tests/Unit/Tools/Fixie/FixieRunnerTests.cs
ghcode:00161:e00f423e409d
mit
codeparrot/github-code
e00f423e409d34c8c2291bf63f06a545e3affdc9d9336ba345c99fcc2ceba787
0.85
testing_debugging_repair_refactoring
1,559
false
2026-07-17
 // This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc. using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("U...
rsdn/CodeJam
PerfTests[WIP]/tests-xUnit/Properties/GlobalSuppressions.cs
https://github.com/rsdn/CodeJam/blob/HEAD/PerfTests[WIP]/tests-xUnit/Properties/GlobalSuppressions.cs
ghcode:00161:5e4d2f29b1aa
mit
codeparrot/github-code
5e4d2f29b1aad9b5e58768701654666180ee0148a54ecb9e7cb6d514824d70e0
0.85
testing_debugging_repair_refactoring
92
false
2026-07-17
using NUnit.Framework; using Saltarelle.Compiler.ScriptSemantics; namespace Saltarelle.Compiler.Tests.CompilerTests.MethodCompilation.Expressions { [TestFixture] public class TypeOfTests : MethodCompilerTestBase { [Test] public void TypeOfUseDefinedTypesWorks() { AssertCorrect( @"public void M() { // BEGIN ...
marwijn/SaltarelleCompiler
Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Expressions/TypeOfTests.cs
https://github.com/marwijn/SaltarelleCompiler/blob/HEAD/Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Expressions/TypeOfTests.cs
ghcode:00161:8930acbc5a03
apache-2.0
codeparrot/github-code
8930acbc5a03b638012c10cd9e76b2e1b9e95e4eb9ff464fe1c5990dd049b8d0
0.85
testing_debugging_repair_refactoring
956
false
2026-07-17
#region license // Copyright (c) 2007-2010 Mauricio Scheffer // // 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 requir...
mausch/SolrNet
SolrNet.Tests/DateTimeOffsetFieldParserTests.cs
https://github.com/mausch/SolrNet/blob/HEAD/SolrNet.Tests/DateTimeOffsetFieldParserTests.cs
ghcode:00161:edf0a6002c28
apache-2.0
codeparrot/github-code
edf0a6002c2851904c4daddd11cd5d441318abaacaf8bbe9552bee8f6b4050c7
0.85
testing_debugging_repair_refactoring
934
false
2026-07-17
/* * Copyright 2014 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
bsoja/ZXing.Net
Source/test/src/PlanarYUVLuminanceSourceTestCase.cs
https://github.com/bsoja/ZXing.Net/blob/HEAD/Source/test/src/PlanarYUVLuminanceSourceTestCase.cs
ghcode:00161:4309456f2535
apache-2.0
codeparrot/github-code
4309456f25359381e40ca120828113a68dd8da96dffc1227aeefb8684ec01fe0
0.85
testing_debugging_repair_refactoring
1,028
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/PythonToolsMockTests/CompletionTests.cs
https://github.com/int19h/PTVS/blob/HEAD/Python/Tests/PythonToolsMockTests/CompletionTests.cs
ghcode:00161:cfa9318999c2
apache-2.0
codeparrot/github-code
cfa9318999c2dd6af8b8ec2e193732c25beb9e009acf5896e40f070c367c7145
0.95
testing_debugging_repair_refactoring
10,778
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...
samaitra/ignite
modules/platforms/dotnet/Apache.Ignite.Core/Impl/Client/ClientFailoverSocket.cs
https://github.com/samaitra/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Client/ClientFailoverSocket.cs
ghcode:00161:7a630e706569
apache-2.0
codeparrot/github-code
7a630e706569ea3eafdcbda1260f3ab897f1b3a441764d7040de9056e1e0ab34
0.85
testing_debugging_repair_refactoring
5,137
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Azure.AI.AnomalyDetector.Models; using Azure.Core.TestFram...
ayeletshpigelman/azure-sdk-for-net
sdk/anomalydetector/Azure.AI.AnomalyDetector/tests/samples/Sample1_DetectEntireSeriesAnomaly.cs
https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/anomalydetector/Azure.AI.AnomalyDetector/tests/samples/Sample1_DetectEntireSeriesAnomaly.cs
ghcode:00161:13e56cf0f970
mit
codeparrot/github-code
13e56cf0f9706caa6570c35efc5177b320c5bf1e57c074e75c0d9b03f32fa9a3
0.95
testing_debugging_repair_refactoring
491
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace Lucene.Net.Util.Automaton { using PrefixTermsEnum = Lucene.Net.Search.PrefixTermsEnum; using SingleTermsEnum = Lucene.Net.Index.SingleTermsEnum; /* * Licensed to the Apache Software Foundation (...
jpsullivan/lucenenet
src/Lucene.Net.Core/Util/Automaton/CompiledAutomaton.cs
https://github.com/jpsullivan/lucenenet/blob/HEAD/src/Lucene.Net.Core/Util/Automaton/CompiledAutomaton.cs
ghcode:00161:4fc357d048c0
apache-2.0
codeparrot/github-code
4fc357d048c0eebe1d4fd0602fa51e888e02a9f1b87f6609340de5b62e86e953
0.85
testing_debugging_repair_refactoring
3,552
false
2026-07-17
namespace BooCompiler.Tests { using NUnit.Framework; [TestFixture] public class CompilerErrorsTestFixture : AbstractCompilerErrorsTestFixture { [Test] public void BCE0000_1() { RunCompilerTestCase(@"BCE0000-1.boo"); } [Test] public void BCE0004_1() { RunCompilerTestCase...
rmboggs/boo
tests/BooCompiler.Tests/CompilerErrorsTestFixture.cs
https://github.com/rmboggs/boo/blob/HEAD/tests/BooCompiler.Tests/CompilerErrorsTestFixture.cs
ghcode:00161:2162a3c6c293
bsd-3-clause
codeparrot/github-code
2162a3c6c2937b7ce162bca9f1bb0272aaad83a6a9a30cd7e4df642ff2cb9a3f
0.6
testing_debugging_repair_refactoring
8,829
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.Net.Test.Common; using System.Threading; using Xunit; using Xunit.Abstractions; namespace System.Net.Sockets.Tests { public class UdpClientTest ...
pgavlin/corefx
src/System.Net.Sockets/tests/FunctionalTests/UdpClientTest.cs
https://github.com/pgavlin/corefx/blob/HEAD/src/System.Net.Sockets/tests/FunctionalTests/UdpClientTest.cs
ghcode:00161:800c91b36f9a
mit
codeparrot/github-code
800c91b36f9a068172a6b2482cad157cc4345343caafe5bf5d7aba3d46756d4c
0.95
testing_debugging_repair_refactoring
488
false
2026-07-17
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.Azure.WebJobs.Extensions.Timers; using Xunit; namespace Microsoft.Azure.WebJobs.Extensions.Tests.Timers.Scheduling { public class Co...
brendankowitz/azure-webjobs-sdk-extensions
test/WebJobs.Extensions.Tests/Timers/Scheduling/ConstantScheduleTests.cs
https://github.com/brendankowitz/azure-webjobs-sdk-extensions/blob/HEAD/test/WebJobs.Extensions.Tests/Timers/Scheduling/ConstantScheduleTests.cs
ghcode:00161:6d059ef32fd6
mit
codeparrot/github-code
6d059ef32fd653855ac612f9e383649d1294b6d5d1570060a67548fbd15d7d75
0.85
testing_debugging_repair_refactoring
414
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.Collections.ObjectModel; using System.Diagnostics; using Microsoft.VisualStudio.Deb...
bartdesmet/roslyn
src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ArrayExpansion.cs
https://github.com/bartdesmet/roslyn/blob/HEAD/src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/ArrayExpansion.cs
ghcode:00161:4ca04ff70c0a
mit
codeparrot/github-code
4ca04ff70c0a7239a3a2b2651f4a632e7daf2f2c6d0f7299762ab5339b50b04e
0.85
testing_debugging_repair_refactoring
1,311
false
2026-07-17
using System; using NUnit.Framework; using Umbraco.Core.PropertyEditors; using Umbraco.Core.PropertyEditors.ValueConverters; using Umbraco.Tests.TestHelpers; namespace Umbraco.Tests.PropertyEditors { [TestFixture] public class PropertyEditorValueConverterTests { // see notes in the converter ...
Shazwazza/Umbraco-CMS
src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs
https://github.com/Shazwazza/Umbraco-CMS/blob/HEAD/src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs
ghcode:00161:0dd07209057b
mit
codeparrot/github-code
0dd07209057bfe2ac50dafabebbbd4fb439b69c5bbc62555b8551c5bdcff2e79
0.85
testing_debugging_repair_refactoring
597
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Microsoft.Msagl.UnitTests.Layout.LargeGraphs { /// <summary> /// Summary description for UnitTest1 /// </summary> [TestClass] public class LargeGraphLayoutTest { public LargeGraphLayoutTest() { // // TODO...
FilipRychnavsky/automatic-graph-layout
GraphLayout/Test/MSAGLTests/Layout/LargeGraphs/LargeGraphLayoutTest.cs
https://github.com/FilipRychnavsky/automatic-graph-layout/blob/HEAD/GraphLayout/Test/MSAGLTests/Layout/LargeGraphs/LargeGraphLayoutTest.cs
ghcode:00161:966ca82dbefe
mit
codeparrot/github-code
966ca82dbefe717ae15811f0a385b0556fda71319b432696f0ac0af164f6de54
0.95
testing_debugging_repair_refactoring
315
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using StackExchange.DataExplorer.Tests; using StackExchange.DataExplorer.Helpers; using StackExchange.DataExplorer; namespace CloudOverflowWeb.Tests.Models { [TestCl...
SamSaffron/DataExplorerPG
App/StackExchange.DataExplorer.Tests/Models/TestPivots.cs
https://github.com/SamSaffron/DataExplorerPG/blob/HEAD/App/StackExchange.DataExplorer.Tests/Models/TestPivots.cs
ghcode:00161:8d09125b852f
mit
codeparrot/github-code
8d09125b852f7a7a038ead4545de4fc1239bb5d4d1e8ea2cb5628770235cc549
0.75
testing_debugging_repair_refactoring
856
false
2026-07-17
using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; namespace UnityTest { class IntegrationTestGroupLine : IntegrationTestRendererBase { public static List<GameObject> FoldMarkers; private IntegrationTestRendererBase[] children; public IntegrationTestGroupLine (GameObjec...
jenkinsci/unity3d-plugin
src/test/resources/org/jenkinsci/plugins/unity3d/IntegrationTests/testExpectADifferentExitCode/jobs/test_unity3d/workspace/Assets/UnityTestTools/IntegrationTestsFramework/TestRunner/Editor/Renderer/IntegrationTestGroupLine.cs
https://github.com/jenkinsci/unity3d-plugin/blob/HEAD/src/test/resources/org/jenkinsci/plugins/unity3d/IntegrationTests/testExpectADifferentExitCode/jobs/test_unity3d/workspace/Assets/UnityTestTools/IntegrationTestsFramework/TestRunner/Editor/Renderer/IntegrationTestGroupLine.cs
ghcode:00161:dc79bae57726
mit
codeparrot/github-code
dc79bae57726d8385385ca87f265de7a6cca0e6e74c1553cb8abff85c14081ca
0.85
testing_debugging_repair_refactoring
561
false
2026-07-17
//--------------------------------------------------------------------- // <copyright file="ObservedBatchPayloadFixup.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //---------------------------...
hotchandanisagar/odata.net
test/FunctionalTests/Tests/DataOData/Tests/OData.Writer.Tests/Fixups/ObservedBatchPayloadFixup.cs
https://github.com/hotchandanisagar/odata.net/blob/HEAD/test/FunctionalTests/Tests/DataOData/Tests/OData.Writer.Tests/Fixups/ObservedBatchPayloadFixup.cs
ghcode:00161:99a312f6f933
mit
codeparrot/github-code
99a312f6f933033f3ce84eb816e8f747ef75cb9ee72ca658bd19c60a76955e77
0.95
testing_debugging_repair_refactoring
847
false
2026-07-17
using System; using NUnit.Framework; using OpenQA.Selenium.Environment; namespace OpenQA.Selenium { [TestFixture] public class DriverDisposalTest : DriverTestFixture { [Test] public void ShouldOpenAndCloseBrowserRepeatedly() { for (int i = 0; i < 5; i++) { ...
jabbrwcky/selenium
dotnet/test/common/DriverDisposalTest.cs
https://github.com/jabbrwcky/selenium/blob/HEAD/dotnet/test/common/DriverDisposalTest.cs
ghcode:00161:61c7b2f7c0a7
apache-2.0
codeparrot/github-code
61c7b2f7c0a78b0a3a746fe21bad2cafdc01f81078ab038acabf35d3790dea1f
0.85
testing_debugging_repair_refactoring
990
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace UniRx.Tests.Operators { [TestClass] public class ToTest { [TestMethod] public void ToArray() { Observable.Empty<int>().To...
m-ishikawa/UniRx
Tests/UniRx.Tests/ToTest.cs
https://github.com/m-ishikawa/UniRx/blob/HEAD/Tests/UniRx.Tests/ToTest.cs
ghcode:00161:19b98e95508a
mit
codeparrot/github-code
19b98e95508a01b4814093158a7d26b7e6e9bd738a0b19f4abe90cf76af8d7b8
0.6
testing_debugging_repair_refactoring
225
false
2026-07-17
//--------------------------------------------------------------------- // <copyright file="TestModels.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------------------------------------...
abkmr/odata.net
test/FunctionalTests/Tests/DataOData/Tests/OData.Reader.Tests/TestModels.cs
https://github.com/abkmr/odata.net/blob/HEAD/test/FunctionalTests/Tests/DataOData/Tests/OData.Reader.Tests/TestModels.cs
ghcode:00161:bb1f2ec09404
mit
codeparrot/github-code
bb1f2ec094049091e61918aef7b98d32ec16b49497cfcce359b592af85047710
0.95
testing_debugging_repair_refactoring
676
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. // // The secant algorithm adapted from Conte and DeBoor using Microsoft.Xunit.Performance; using System; using Syst...
neurospeech/coreclr
tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.cs
https://github.com/neurospeech/coreclr/blob/HEAD/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.cs
ghcode:00161:e2e79180e195
mit
codeparrot/github-code
e2e79180e195a4802abc1036bbb8fb8ae59ae08803b14dc9b2eb15e6568dd203
0.8
testing_debugging_repair_refactoring
819
false
2026-07-17
using System.Diagnostics; using ICSharpCode.NRefactory.TypeSystem; namespace Saltarelle.Compiler.Compiler { public class SimpleVariable : IVariable { readonly DomRegion region; readonly IType type; readonly string name; public SimpleVariable(IType type, string name, DomRegion region) { Debug.Assert(typ...
x335/SaltarelleCompiler
Compiler/Saltarelle.Compiler/Compiler/SimpleVariable.cs
https://github.com/x335/SaltarelleCompiler/blob/HEAD/Compiler/Saltarelle.Compiler/Compiler/SimpleVariable.cs
ghcode:00161:2365c69df6df
apache-2.0
codeparrot/github-code
2365c69df6df8011c77287060b2bc696e0eb65f5156a7c66361d0e7b815cc6f8
0.75
testing_debugging_repair_refactoring
252
false
2026-07-17
using System.Text; using Elasticsearch.Net.Connection; using Elasticsearch.Net.ConnectionPool; using FluentAssertions; using Nest.Tests.Integration; using Nest.Tests.MockData; using Nest.Tests.MockData.Domain; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; namespace Nest.Tes...
joehmchan/elasticsearch-net
src/Tests/Nest.Tests.Integration/Reproduce/Reproduce953Tests.cs
https://github.com/joehmchan/elasticsearch-net/blob/HEAD/src/Tests/Nest.Tests.Integration/Reproduce/Reproduce953Tests.cs
ghcode:00161:5f40f670aa5f
apache-2.0
codeparrot/github-code
5f40f670aa5ffc11a42a12fede776b9d0a32fa48af0207ca2ceffa26a0e70cab
0.85
testing_debugging_repair_refactoring
186
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.AnalyzerPowerPack.CSharp.Design; using Microsoft.AnalyzerPowerPack.VisualBasic.Design; using Microsoft.CodeAnalysis.Diagnostics; using Micros...
droyad/roslyn
src/Diagnostics/FxCop/Test/Design/CA1033Tests.cs
https://github.com/droyad/roslyn/blob/HEAD/src/Diagnostics/FxCop/Test/Design/CA1033Tests.cs
ghcode:00161:e9a9d45e69da
apache-2.0
codeparrot/github-code
e9a9d45e69da2c8c374ad689d54949291b5fb73e5f39ba22a87f1d9ed34d3c04
0.95
testing_debugging_repair_refactoring
4,127
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. #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // References\Debugger\v2.0\Microso...
bbarry/roslyn
src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmLanguage.cs
https://github.com/bbarry/roslyn/blob/HEAD/src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmLanguage.cs
ghcode:00161:42d40e983f1c
apache-2.0
codeparrot/github-code
42d40e983f1c885950d84a0dfe27982c46ba99057695a884569aecc8cdceb5f4
0.85
testing_debugging_repair_refactoring
145
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.context.operate.compound.type.SubEqual.bol.bol { using ManagedTests.DynamicCSharp.Conformance...
misterzik/corefx
src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.operator.compound.type.SubEqual.cs
https://github.com/misterzik/corefx/blob/HEAD/src/System.Dynamic.Runtime/tests/Dynamic.Context/Conformance.dynamic.context.operator.compound.type.SubEqual.cs
ghcode:00161:f1e3b9060481
mit
codeparrot/github-code
f1e3b9060481cad0fef799c41ae9d567e8c6a59ff3ac69b6cae05fc9a85647d0
0.82
testing_debugging_repair_refactoring
17,753
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 System.Globalization.Tests { public sealed class ConformanceIdnaUnicodeTestResult : ConformanceIdnaTes...
BrennanConroy/corefx
src/System.Globalization.Extensions/tests/IdnMapping/Data/ConformanceIdnaUnicodeTestResult.cs
https://github.com/BrennanConroy/corefx/blob/HEAD/src/System.Globalization.Extensions/tests/IdnMapping/Data/ConformanceIdnaUnicodeTestResult.cs
ghcode:00161:0b558aeffe80
mit
codeparrot/github-code
0b558aeffe8091501fe04a4f1bb3ca3c3f1cac574f4d8fd18e84dd30401b7a5e
0.95
testing_debugging_repair_refactoring
128
false
2026-07-17
// <copyright file="CoinMarketCapClientUnitTests.cs" company="Inixe"> // Copyright (c) Inixe 2017. All rights reserved. // </copyright> namespace Inixe.CoinManagement.CoinMarketCap.Api.Tests { using System; using System.Collections.Generic; using Inixe.CoinManagement.CoinMarketCap.Api; using Microsoft...
Arsenico95/Inixe.Coinmanager
Source/Tests/Inixe.CoinManagement.CoinMarketCap.Api.Tests/CoinMarketCapClientUnitTests.cs
https://github.com/Arsenico95/Inixe.Coinmanager/blob/HEAD/Source/Tests/Inixe.CoinManagement.CoinMarketCap.Api.Tests/CoinMarketCapClientUnitTests.cs
ghcode:00161:cb7ab6a9aec7
mit
codeparrot/github-code
cb7ab6a9aec71a367cbd19817ae141baf104e03c562a341b0f0621decbbfcad9
0.95
testing_debugging_repair_refactoring
465
false
2026-07-17
using System.Collections; using NUnit.Framework; using NUnit.Framework.Constraints; using System; namespace Gotanda.NUnit { public class IsX { public static BinarySerializableConstraint BinarySerializable { get { return Is.BinarySerializable; } } public static EmptyConstraint Empty { ...
shinji-yoshida/Gotanda.NUnit
Scripts/Editor/Gotanda/NUnit/IsX.cs
https://github.com/shinji-yoshida/Gotanda.NUnit/blob/HEAD/Scripts/Editor/Gotanda/NUnit/IsX.cs
ghcode:00161:83fbe28af210
mit
codeparrot/github-code
83fbe28af21056580fa54ca52546ced4b273d5275acdfde5a78800ba9bfb9d90
0.7
testing_debugging_repair_refactoring
1,254
false
2026-07-17
using Minfin.Validators; using NUnit.Framework; using System; namespace Minfin.Validators.Tests { [TestFixture] public class CuiValidatorTests { [Test] public void IsValid_WithNullCui_ThrowsArgumentNullException() { //Arrange var validator = new CuiValidat...
minfingt/validators
src/Minfin.Validators.Tests/CuiValidatorTests.cs
https://github.com/minfingt/validators/blob/HEAD/src/Minfin.Validators.Tests/CuiValidatorTests.cs
ghcode:00161:c9bf3c0f2b11
mit
codeparrot/github-code
c9bf3c0f2b1120afa3ab6160425d24435e232998b89e41c6dc2ded0b9338985f
0.85
testing_debugging_repair_refactoring
354
false
2026-07-17
using Microsoft.Bot.Builder.Dialogs; using Microsoft.Bot.Builder.Internals.Fibers; using Microsoft.Bot.Builder.Luis; using Microsoft.Bot.Builder.Luis.Models; using Microsoft.Bot.Connector; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using Syste...
xiangyan99/BotBuilder
CSharp/Tests/Microsoft.Bot.Builder.Tests/DispatchTestsBase.cs
https://github.com/xiangyan99/BotBuilder/blob/HEAD/CSharp/Tests/Microsoft.Bot.Builder.Tests/DispatchTestsBase.cs
ghcode:00161:1884f577be3f
mit
codeparrot/github-code
1884f577be3fe3f01c8d207e5f517af289c01e36c97668d9c2ce9070cdfc1cec
0.95
testing_debugging_repair_refactoring
3,777
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Reverb.Data.Contracts; using Reverb.Data.Models; using System; namespace Reverb.Services.UnitTests.AlbumServiceTests { [TestClass] public class Constructor_Should { [TestMethod] public void ThrowWhenContextWrapperIsNotPas...
Xenoleth/Reverb-MVC
Reverb/Reverb.Services.UnitTests/AlbumServiceTests/Constructor_Should.cs
https://github.com/Xenoleth/Reverb-MVC/blob/HEAD/Reverb/Reverb.Services.UnitTests/AlbumServiceTests/Constructor_Should.cs
ghcode:00161:d3ebcb0fa96c
mit
codeparrot/github-code
d3ebcb0fa96c66b5ae2afd0a8fc67221d4e353230b1c5af528802d4ef05726c3
0.7
testing_debugging_repair_refactoring
172
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using PowerArgs; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace ArgsTests.CLI { [TestClass] public class ContextAssistTests { [TestMethod] public void Tes...
dpen2000/PowerArgs
ArgsTests/CLI/ContextAssistTests.cs
https://github.com/dpen2000/PowerArgs/blob/HEAD/ArgsTests/CLI/ContextAssistTests.cs
ghcode:00161:ff9bb31e37e8
mit
codeparrot/github-code
ff9bb31e37e84e3d8fff05c40e9498b90a7d0222af612a54d859ab1e02130fd4
0.75
testing_debugging_repair_refactoring
2,793
false
2026-07-17
#region Usings using System; using RabbitLink.Messaging; using Xunit; #endregion namespace RabbitLink.UnitTests.Messaging { public class LinkGuidMessageIdGeneratorTests { [Fact] public void SetMessageId() { var gen = new LinkGuidMessageIdGenerator(); var body...
rabbit-link/rabbit-link
src/RabbitLink.UnitTests/Messaging/LinkGuidMessageIdGeneratorTests.cs
https://github.com/rabbit-link/rabbit-link/blob/HEAD/src/RabbitLink.UnitTests/Messaging/LinkGuidMessageIdGeneratorTests.cs
ghcode:00161:27f184b64771
mit
codeparrot/github-code
27f184b647715e2e845d9dbd5ed9476412134d6caa512813e3148f0b35438283
0.75
testing_debugging_repair_refactoring
127
false
2026-07-17
using System; using System.Globalization; using System.Reflection; using System.Threading; using Baseline; using Xunit; using Xunit.Abstractions; namespace Marten.Testing { public abstract class IntegratedFixture : IDisposable { protected ITestOutputHelper _output; private Lazy<IDocumentStore>...
jokokko/marten
src/Marten.Testing/IntegratedFixture.cs
https://github.com/jokokko/marten/blob/HEAD/src/Marten.Testing/IntegratedFixture.cs
ghcode:00161:c0e3681e7322
mit
codeparrot/github-code
c0e3681e73227d31a582da015b7783afe90bcd373224a7037a0c92129dfb2292
0.75
testing_debugging_repair_refactoring
404
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using Moq; using Nerdle.Hydra.Exceptions; using Nerdle.Hydra.Tests.Unit.TestHelpers; using NUnit.Framework; namespace Nerdle.Hydra.Tests.Unit.DynamicClusterTests { [TestFixture] class When_e...
edpollitt/Hydra
Nerdle.Hydra.Tests.Unit/DynamicClusterTests/When_executing_a_query_asynchronously.cs
https://github.com/edpollitt/Hydra/blob/HEAD/Nerdle.Hydra.Tests.Unit/DynamicClusterTests/When_executing_a_query_asynchronously.cs
ghcode:00161:f578bfabee04
mit
codeparrot/github-code
f578bfabee048194313f37c470c7e320ff4af9a035b6366c53f49f593b1ae2c5
0.75
testing_debugging_repair_refactoring
967
false
2026-07-17