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
/* * CVS identifier: * * $Id: CBlkSizeSpec.java,v 1.11 2001/02/14 10:38:18 grosbois Exp $ * * Class: CBlkSizeSpec * * Description: Specification of the code-blocks size * * * * COPYRIGHT: * * This software module was originally developed by Raphaël Grosbois and * Diego Santa Cruz (Swiss F...
BogusCurry/halcyon
ThirdParty/libopenmetaverse/CSJ2K/j2k/entropy/CBlkSizeSpec.cs
https://github.com/BogusCurry/halcyon/blob/HEAD/ThirdParty/libopenmetaverse/CSJ2K/j2k/entropy/CBlkSizeSpec.cs
ghcode:00169:0850db0c59a9
bsd-3-clause
codeparrot/github-code
0850db0c59a97768e0a275a656efa329c66ebf5666a09cca64e9e551ff9e740a
0.85
testing_debugging_repair_refactoring
4,750
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.Globalization; using System.Linq; using System.Reflection; using System.Threa...
DnlHarvey/corefx
src/System.Collections.NonGeneric/tests/SortedListTests.cs
https://github.com/DnlHarvey/corefx/blob/HEAD/src/System.Collections.NonGeneric/tests/SortedListTests.cs
ghcode:00169:2b843c8b0d6b
mit
codeparrot/github-code
2b843c8b0d6bfdda29aab429a96a9c1d14fd215d0c536d96c13566bf40e649d9
0.82
testing_debugging_repair_refactoring
12,657
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; namespace System.Security.Cryptography { internal static class ...
BrennanConroy/corefx
src/Common/src/System/Security/Cryptography/CryptoPool.cs
https://github.com/BrennanConroy/corefx/blob/HEAD/src/Common/src/System/Security/Cryptography/CryptoPool.cs
ghcode:00169:5f68738548bc
mit
codeparrot/github-code
5f68738548bcbca16120f737414b04c82003733b8aaebf96830b201354cb9d1f
0.95
testing_debugging_repair_refactoring
225
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.ComponentModel.Composition.Hosting; using System.Linq; using System.R...
ptoonen/corefx
src/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/PartBuilderTests.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/System.ComponentModel.Composition.Registration/tests/System/ComponentModel/Composition/Registration/PartBuilderTests.cs
ghcode:00169:2fa002c7e6f4
mit
codeparrot/github-code
2fa002c7e6f4be3bfdd83e37bb62fe0e0cfbd103807a158b84015e1a4b5a0a8e
0.95
testing_debugging_repair_refactoring
4,092
false
2026-07-17
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; namespace Microsoft.DotNet.To...
svick/cli
test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/DirectoryInfoExtensions.cs
https://github.com/svick/cli/blob/HEAD/test/Microsoft.DotNet.Tools.Tests.Utilities/Assertions/DirectoryInfoExtensions.cs
ghcode:00169:557e0c0b77eb
mit
codeparrot/github-code
557e0c0b77ebeed1baf6b9f756612482c1037d3ac2a7f939daa56a614a70b6b0
0.75
testing_debugging_repair_refactoring
211
false
2026-07-17
//------------------------------------------------------------------------------ // <copyright file="SqlSpatialDataReader.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner willa // @backupOwner [....] //---------------------------------------------...
sekcheong/referencesource
System.Data.Entity/System/Data/SqlClient/SqlSpatialDataReader.cs
https://github.com/sekcheong/referencesource/blob/HEAD/System.Data.Entity/System/Data/SqlClient/SqlSpatialDataReader.cs
ghcode:00169:333d964bad26
mit
codeparrot/github-code
333d964bad2678cb548175969593fc7d3a8e9631d5992fb6da58d58fe924b442
0.7
testing_debugging_repair_refactoring
945
false
2026-07-17
using System.Linq; using NUnit.Framework; using Saltarelle.Compiler.ScriptSemantics; namespace Saltarelle.Compiler.Tests.CompilerTests.MethodCompilation.Expressions { [TestFixture] public class MemberAccessTests : MethodCompilerTestBase { [Test] public void ReadingFieldWorks() { AssertCorrect( @"int x; publi...
x335/SaltarelleCompiler
Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Expressions/MemberAccessTests.cs
https://github.com/x335/SaltarelleCompiler/blob/HEAD/Compiler/Saltarelle.Compiler.Tests/CompilerTests/MethodCompilation/Expressions/MemberAccessTests.cs
ghcode:00169:bcdd13e8b172
apache-2.0
codeparrot/github-code
bcdd13e8b172625212e78eb7b67e80dd33994ac81adb10bc304d1844e3b785b3
0.85
testing_debugging_repair_refactoring
5,392
false
2026-07-17
namespace FluentAssertions.Equivalency { public interface IAssertionRule { /// <summary> /// Defines how a subject's property is compared for equality with the same property of the expectation. /// </summary> /// <returns> /// Returns <c>true</c> if the rule was applied c...
somewhatabstract/fluentassertions
Src/Core/Equivalency/IAssertionRule.cs
https://github.com/somewhatabstract/fluentassertions/blob/HEAD/Src/Core/Equivalency/IAssertionRule.cs
ghcode:00169:c29c405413c2
apache-2.0
codeparrot/github-code
c29c405413c22ebf76eb36264448635c9070d8c775cdabf03bf6924a42d9c285
0.7
testing_debugging_repair_refactoring
134
false
2026-07-17
using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using NSubstitute; using Octokit.Internal; using Xunit; namespace Octokit.Tests.Clients { public class StarredClientTests { public class TheCtor { [Fact] public void EnsuresN...
dampir/octokit.net
Octokit.Tests/Clients/StarredClientTests.cs
https://github.com/dampir/octokit.net/blob/HEAD/Octokit.Tests/Clients/StarredClientTests.cs
ghcode:00169:f46c31263d54
mit
codeparrot/github-code
f46c31263d54f79dca425f46a6299f2ec898631af75efd0426e830aba94e65ea
0.75
testing_debugging_repair_refactoring
4,790
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.Reflection.Tests.AssemblyVersion { public class Program_3_0_0_0 { } }
shimingsg/corefx
src/System.Reflection/tests/AssemblyVersion/Program_3_0_0_0.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Reflection/tests/AssemblyVersion/Program_3_0_0_0.cs
ghcode:00169:99f04cdfd334
mit
codeparrot/github-code
99f04cdfd334c68b16b89eb6639595e1b5e86d41527be1c852be1cc373b74767
0.95
testing_debugging_repair_refactoring
67
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.Globalization; using Xunit; namespace System.Tests { public partial class StringComparerTests ...
ptoonen/corefx
src/System.Runtime/tests/System/StringComparerTests.cs
https://github.com/ptoonen/corefx/blob/HEAD/src/System.Runtime/tests/System/StringComparerTests.cs
ghcode:00169:28351085dc6c
mit
codeparrot/github-code
28351085dc6cf42bc650bb8f131b784f7887ac787f82948e373942f9633ccf1b
0.95
testing_debugging_repair_refactoring
1,018
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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ConcatQueryOperator....
ellismg/corefx
src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/ConcatQueryOperator.cs
https://github.com/ellismg/corefx/blob/HEAD/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/ConcatQueryOperator.cs
ghcode:00169:c30ba21060bd
mit
codeparrot/github-code
c30ba21060bddf7b69b3e6ff5ad9697689a9e64fbb57096085e10ac8350e3353
0.95
testing_debugging_repair_refactoring
3,111
false
2026-07-17
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DotNet.Cli.Build.Framework { public static class AnsiColorExtensions { public static string Black(this strin...
joperezr/core-setup
src/test/build/Microsoft.DotNet.Cli.Build.Framework/AnsiColorExtensions.cs
https://github.com/joperezr/core-setup/blob/HEAD/src/test/build/Microsoft.DotNet.Cli.Build.Framework/AnsiColorExtensions.cs
ghcode:00169:7877e41a288b
mit
codeparrot/github-code
7877e41a288b77d06fd72fb554571ca31a24e5eee18e86df5a955ceca4d45243
0.85
testing_debugging_repair_refactoring
381
false
2026-07-17
using NExtra.Validation; using NExtra.Validation.Ssn; using NSubstitute; using NUnit.Framework; namespace NExtra.Tests.Validation.Ssn { [TestFixture] public class NorwegianSsnValidatorBehavior { private static IValidator GetValidator() { return new NorwegianSsnAttri...
danielsaidi/nextra
NExtra.Tests/Validation/Ssn/NorwegianSsnAttributeBehavior.cs
https://github.com/danielsaidi/nextra/blob/HEAD/NExtra.Tests/Validation/Ssn/NorwegianSsnAttributeBehavior.cs
ghcode:00169:232fc4cb1b41
mit
codeparrot/github-code
232fc4cb1b41c82eb1857eecb6bf82eb55ca1d7fac0aa02497ba9941773848ed
0.6
testing_debugging_repair_refactoring
609
false
2026-07-17
namespace Cosmetics.UnitTests.Common.Validator { using System; using Cosmetics.Common; using NUnit.Framework; [TestFixture] public class CheckIfStringLengthIsValid_Should { // CheckIfStringLengthIsValid should throw IndexOutOfRangeException, when the length of the parameter "text" is l...
owolp/Telerik-Academy
Module-2/Unit-Testing/Exam-Preparation/CosmeticsRefactored/Solution/Cosmetics.UnitTests/Common/Validator/CheckIfStringLengthIsValid_Should.cs
https://github.com/owolp/Telerik-Academy/blob/HEAD/Module-2/Unit-Testing/Exam-Preparation/CosmeticsRefactored/Solution/Cosmetics.UnitTests/Common/Validator/CheckIfStringLengthIsValid_Should.cs
ghcode:00169:1aad2bd78558
mit
codeparrot/github-code
1aad2bd785580a419affa8834300dc355221c7774b7c947bff16fd36c52a1af5
0.85
testing_debugging_repair_refactoring
301
false
2026-07-17
using System; using Xunit; namespace Bloggy.Client.Web.Tests { public class ToSlugExtensionFacts { [Fact] public void Should_Return_Expected_Slug() { // Arrange string input = "Replace the Default Server of OwinHost.exe with Nowin in Visual Studio 201...
tugberkugurlu/Bloggy
tests/Bloggy.Client.Web.Tests/ToSlugExtensionFacts.cs
https://github.com/tugberkugurlu/Bloggy/blob/HEAD/tests/Bloggy.Client.Web.Tests/ToSlugExtensionFacts.cs
ghcode:00169:6a17733d4ec6
mit
codeparrot/github-code
6a17733d4ec6ee7fb51118347dd326fbe2f00f80f0bfe075cbcc327c63b37dec
0.7
testing_debugging_repair_refactoring
207
false
2026-07-17
using FluentAssertions; using Xunit; namespace AgateLib.UserInterface.Styling { public class SizeConstraintsUnitTests { [Fact] public void SettingWidthSetsMinAndMaxWidth() { SizeConstraints sc = new SizeConstraints { Width = 888 }; ...
eylvisaker/AgateLib
tests/AgateLib.UnitTests/UserInterface/Styling/SizeConstraintsUnitTests.cs
https://github.com/eylvisaker/AgateLib/blob/HEAD/tests/AgateLib.UnitTests/UserInterface/Styling/SizeConstraintsUnitTests.cs
ghcode:00169:793fee3a8df2
mit
codeparrot/github-code
793fee3a8df2ba909c9514944a4aa7d82070a21ab063e1693506e9f4334d8ff3
0.75
testing_debugging_repair_refactoring
158
false
2026-07-17
using System.Collections.ObjectModel; using System.Diagnostics; using System.Net; using DependenciesTracking.Tests.Stubs; using Xunit; namespace DependenciesTracking.Tests { public class DependenciesTrackerLightTests { [Fact] public void OneLevelDepencyGenericTest() { var o...
ademchenko/DependenciesTracker
DependenciesTracker/DependenciesTracker.Tests/DependenciesTrackerLightTests.cs
https://github.com/ademchenko/DependenciesTracker/blob/HEAD/DependenciesTracker/DependenciesTracker.Tests/DependenciesTrackerLightTests.cs
ghcode:00169:84a48a9ffb79
mit
codeparrot/github-code
84a48a9ffb79968d11f53b633b8fe45ba08830e4aba26fc777132c29c1ec1ad5
0.85
testing_debugging_repair_refactoring
1,604
false
2026-07-17
using AGO.Core.Model.Security; using NUnit.Framework; namespace AGO.Core.Tests { [TestFixture] public class UserNameCalculationTests { [Test] public void FullNameCalculatesForAnyParts() { var u = new UserModel { LastName = "Ivanov", FirstName = "Petr" }; var fu = new UserModel { FirstName = "Petr" }; ...
olegsmetanin/apinet-server
AGO.Core.Tests/UserNameCalculationTests.cs
https://github.com/olegsmetanin/apinet-server/blob/HEAD/AGO.Core.Tests/UserNameCalculationTests.cs
ghcode:00169:b17a9be794aa
mit
codeparrot/github-code
b17a9be794aa64da6cdec133274c640c7f01559fda326249cb1b8c94c110872e
0.75
testing_debugging_repair_refactoring
178
false
2026-07-17
namespace LibLog.Logging.LogProviders { using System; using NLog; using NLog.Config; using NLog.Targets; using Shouldly; using Xunit; using YourRootNamespace.Logging; using YourRootNamespace.Logging.LogProviders; using LogLevel = YourRootNamespace.Logging.LogLevel; public class...
damianh/LibLog
src/LibLog.Tests/LogProviders/NLogLogProviderLoggingTests.cs
https://github.com/damianh/LibLog/blob/HEAD/src/LibLog.Tests/LogProviders/NLogLogProviderLoggingTests.cs
ghcode:00169:d7e2fa4c045a
mit
codeparrot/github-code
d7e2fa4c045ad74b470f47b1bd10be69f294a8ced5400ff4eec2b95b0600a976
0.75
testing_debugging_repair_refactoring
1,499
false
2026-07-17
using Xunit; using Moq; using Tools.Configuration; using Tools.HttpHandler; using Tools.Random; using Services.Authentication; using Services.Authentication.Gitlab; using System.Collections.Generic; using Services.Tests.Services.Gitlab; using System.Threading.Tasks; using Services.Services.Authentication; namespace Se...
dledanseur/net-resource-mgr
Services.Tests/Services/Gitlab/GitlabAuthenticatonServiceTest.cs
https://github.com/dledanseur/net-resource-mgr/blob/HEAD/Services.Tests/Services/Gitlab/GitlabAuthenticatonServiceTest.cs
ghcode:00169:4619aee0ff56
mit
codeparrot/github-code
4619aee0ff56365ba9e0540549aadc584031feade204073100cf54da3be0c914
0.85
testing_debugging_repair_refactoring
729
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using Gribble; using Gribble.Expressions; using Gribble.Extensions; using Gribble.Mapping; using Gribble.Model; using Gribble.TransactSql; using NUnit.Framework; using Should; namespace Tests.TransactSql { [TestFixture] public c...
mikeobrien/Gribble
src/Tests/TransactSql/SelectWriterTests.cs
https://github.com/mikeobrien/Gribble/blob/HEAD/src/Tests/TransactSql/SelectWriterTests.cs
ghcode:00169:645ea40987c4
mit
codeparrot/github-code
645ea40987c4d366798e19b2565694cd736229cbd9158e564e5fb2293107d8a6
0.85
testing_debugging_repair_refactoring
8,126
false
2026-07-17
using System; using NUnit.Framework; using Turnable.Api; using Tests.Factories; using Turnable.Inspectors; namespace Tests.Inspectors { //[TestFixture] //public class LevelInspectorTests //{ // private ILevel _level; // [SetUp] // public void SetUp() // { // _level ...
angyan/Turnable
Tests/Inspectors/LevelInspectorTests.cs
https://github.com/angyan/Turnable/blob/HEAD/Tests/Inspectors/LevelInspectorTests.cs
ghcode:00169:2a7ed36463a4
mit
codeparrot/github-code
2a7ed36463a40fe828fcd5ad8b3b705fa117069b735d516473826d2addb40ed6
0.85
testing_debugging_repair_refactoring
141
false
2026-07-17
using System; using NUnit.Framework; using System.Reflection; using System.Linq; using FluentAssertions; using System.Collections.Generic; using EasyReflection; namespace EasyReflectionTests { [TestFixture] public class PropertyInfoAttributePairExtensionsTests { [Test] public void GetsAttr...
garrypas/EasyReflection
EasyReflectionTests/PropertyInfoAttributePairExtensionsTests.cs
https://github.com/garrypas/EasyReflection/blob/HEAD/EasyReflectionTests/PropertyInfoAttributePairExtensionsTests.cs
ghcode:00169:1a4a8832f9fe
mit
codeparrot/github-code
1a4a8832f9fe1c01e47be5910bcb2f8f5e8c141d76170e11b82c623aafe1ecf3
0.75
testing_debugging_repair_refactoring
139
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Moq; namespace Automoqer { /// <summary> /// Represents the base class of the container for AutoMoqer that holds all constructor dependencies for a service and allows verifying all expectations. /// </summary...
rbengtsson/Automoqer
Automoqer/AutoMoqerContainerBase.cs
https://github.com/rbengtsson/Automoqer/blob/HEAD/Automoqer/AutoMoqerContainerBase.cs
ghcode:00169:566335168a20
mit
codeparrot/github-code
566335168a2076280fb65f9245eb37643e17ac031e9fb4cb34d3564ac85cba90
0.7
testing_debugging_repair_refactoring
803
false
2026-07-17
using System; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using log4net.Core; using Moq; using NUnit.Framework; using SharpRemote.CodeGeneration; using SharpRemote.Hosting; using SharpRemote.Hosting.OutOfProcess; using SharpRemote.Test; usi...
Kittyfisto/SharpRemote
SharpRemote.SystemTest/OutOfProcessSilo/OutOfProcessSiloTest.cs
https://github.com/Kittyfisto/SharpRemote/blob/HEAD/SharpRemote.SystemTest/OutOfProcessSilo/OutOfProcessSiloTest.cs
ghcode:00169:f22914f73eff
mit
codeparrot/github-code
f22914f73effe66f4c9f3f388f531c5d846025e1f2d1c979babe1c33786cde58
0.85
testing_debugging_repair_refactoring
4,843
false
2026-07-17
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu...
EVAST9919/osu
osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableRoomPlaylist.cs
https://github.com/EVAST9919/osu/blob/HEAD/osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableRoomPlaylist.cs
ghcode:00169:18874dfc0d70
mit
codeparrot/github-code
18874dfc0d70433a5828fdbb55b018388897c9aeab648b8ee26a7dcdebd5dcfc
0.85
testing_debugging_repair_refactoring
1,967
false
2026-07-17
 using System; using System.Xml; using UAOOI.DataDiscovery.DiscoveryServices.Models; namespace UAOOI.DataDiscovery.DiscoveryServices.UnitTest.TestData { public static class ReferenceDomainModel { internal static DomainModel GerReferenceDomainModel() { return new DomainModel() { AliasNa...
mpostol/OPC-UA-OOI
DataDiscovery/Tests/DiscoveryServices.UnitTest/TestData/commsvr.com.UA.Examples.BoilersSet.DomainModel.cs
https://github.com/mpostol/OPC-UA-OOI/blob/HEAD/DataDiscovery/Tests/DiscoveryServices.UnitTest/TestData/commsvr.com.UA.Examples.BoilersSet.DomainModel.cs
ghcode:00169:1ff1eaa2214c
mit
codeparrot/github-code
1ff1eaa2214ccd1440b17adaff0255bd1180c3a803add3cca5d95c8760e84957
0.95
testing_debugging_repair_refactoring
4,687
false
2026-07-17
using System; using System.Threading.Tasks; using ThinMvvm.Infrastructure; using ThinMvvm.Logging; using ThinMvvm.Tests.TestInfrastructure; using Xunit; namespace ThinMvvm.Tests.Logging { public sealed class NavigationLoggerExtensionsTests { private sealed class MyViewModel : ViewModel<NoParameter> { }...
SolalPirelli/ThinMvvm
test/ThinMvvm.Tests/Logging/NavigationLoggerExtensionsTests.cs
https://github.com/SolalPirelli/ThinMvvm/blob/HEAD/test/ThinMvvm.Tests/Logging/NavigationLoggerExtensionsTests.cs
ghcode:00169:e474ec5fe884
mit
codeparrot/github-code
e474ec5fe88455c0a361c191b94f095dad361da0d1aa05fb97a4753b1c8e41fe
0.75
testing_debugging_repair_refactoring
1,748
false
2026-07-17
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.Threading.Tasks; namespace FluentAsserti...
fluentassertions/fluentassertions.analyzers
src/FluentAssertions.Analyzers/Tips/Dictionaries/DictionaryShouldContainPair.cs
https://github.com/fluentassertions/fluentassertions.analyzers/blob/HEAD/src/FluentAssertions.Analyzers/Tips/Dictionaries/DictionaryShouldContainPair.cs
ghcode:00169:871d464440ea
mit
codeparrot/github-code
871d464440ea2fa1f281ba89a98a76cc19509d36ed77adddca44a265ed4e1c5d
0.75
testing_debugging_repair_refactoring
1,322
false
2026-07-17
using System.Collections.Generic; using KenticoInspector.Core.Constants; using KenticoInspector.Reports.PagetypeFieldsDataTypeMisMatch; using KenticoInspector.Reports.PagetypeFieldsDataTypeMisMatch.Models; using NUnit.Framework; namespace KenticoInspector.Reports.Tests { [TestFixture(10)] [TestFixture(11)] ...
ChristopherJennings/KInspector
KenticoInspector.Reports.Tests/PagetypeFieldsDataTypeMismatchTests.cs
https://github.com/ChristopherJennings/KInspector/blob/HEAD/KenticoInspector.Reports.Tests/PagetypeFieldsDataTypeMismatchTests.cs
ghcode:00169:d392e948a0bc
mit
codeparrot/github-code
d392e948a0bcdb96e9a1e7167da8878ff74c0b5223daf5c03752c54989a6d5a2
0.85
testing_debugging_repair_refactoring
512
false
2026-07-17
using System; using System.Collections.Generic; using Helpful.BDD; using Helpful.CircuitBreaker; using Helpful.CircuitBreaker.Config; using Helpful.CircuitBreaker.Exceptions; using NUnit.Framework; namespace when_executing_code_via_the_breaker.when_tolerating_open_events { class when_receiving_exceptions_before...
RokitSalad/Helpful.CircuitBreaker
Helpful.CircuitBreaker.Test.Unit/when_executing_code_via_the_breaker/when_tolerating_open_events/when_receiving_exceptions_before_hitting_timeouts_beyond_tolerance.cs
https://github.com/RokitSalad/Helpful.CircuitBreaker/blob/HEAD/Helpful.CircuitBreaker.Test.Unit/when_executing_code_via_the_breaker/when_tolerating_open_events/when_receiving_exceptions_before_hitting_timeouts_beyond_tolerance.cs
ghcode:00169:9518c17e1c77
mit
codeparrot/github-code
9518c17e1c778fc6a44b6aefd08390dd1c0a537e22d165e325f2bc43fed4d20f
0.75
testing_debugging_repair_refactoring
570
false
2026-07-17
namespace PokerTell.PokerHandParsers.Tests.FullTiltPoker { using PokerTell.PokerHandParsers.Base; public class BlindsParserTests : Base.BlindsParserTests { protected override string TournamentGameWithValidBlinds(double smallBlind, double bigBlind) { // Table 5 - 250/500 ...
thlorenz/pokertell
Src/Tests/UnitTests/PokerTell.PokerHandParsers.Tests/FullTiltPoker/BlindsParserTests.cs
https://github.com/thlorenz/pokertell/blob/HEAD/Src/Tests/UnitTests/PokerTell.PokerHandParsers.Tests/FullTiltPoker/BlindsParserTests.cs
ghcode:00169:dc27bdc3757e
mit
codeparrot/github-code
dc27bdc3757e0987c37092bf963769363cb93fa177477a9d8e20567f9fba60f0
0.85
testing_debugging_repair_refactoring
206
false
2026-07-17
using NUnit.Framework; using Assert = ModestTree.Assert; namespace Zenject.Tests.Injection { [TestFixture] public class TestTestOptional : ZenjectUnitTestFixture { class Test1 { } class Test2 { [Inject] public Test1 val1 = null; } ...
modesttree/Zenject
UnityProject/Assets/Plugins/Zenject/OptionalExtras/UnitTests/Editor/Injection/TestTestOptional.cs
https://github.com/modesttree/Zenject/blob/HEAD/UnityProject/Assets/Plugins/Zenject/OptionalExtras/UnitTests/Editor/Injection/TestTestOptional.cs
ghcode:00169:ba14e29c7b39
mit
codeparrot/github-code
ba14e29c7b3981b0cfb7683dd55d5ace56e6d06a06e8cd1ee1f6aa88958a00e7
0.75
testing_debugging_repair_refactoring
989
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using Xunit; namespace Tests { [Trait("Category", "whitelists")] [Collection("whitelists")] public class Whitelists : IntegrationTest { private HashSet<string> _added = new H...
ericthornton/Mandrill.net
tests/Whitelists.cs
https://github.com/ericthornton/Mandrill.net/blob/HEAD/tests/Whitelists.cs
ghcode:00169:24adf72d0ab4
mit
codeparrot/github-code
24adf72d0ab4f0fa392b3347004d6f4afb857b14da1463cd6c51c9d6e3b61547
0.75
testing_debugging_repair_refactoring
567
false
2026-07-17
using System.IO; using AM.Text; using JetBrains.Annotations; using ManagedIrbis; using ManagedIrbis.Client; using ManagedIrbis.Pft.Infrastructure; using ManagedIrbis.Pft.Infrastructure.Ast; using ManagedIrbis.Pft.Infrastructure.Compiler; using ManagedIrbis.Pft.Infrastructure.Diagnostics; using ManagedIrbis.Pft.Infr...
amironov73/ManagedIrbis
Source/UnitTests/ManagedIrbis/Pft/Infrastructure/Ast/PftRefTest.cs
https://github.com/amironov73/ManagedIrbis/blob/HEAD/Source/UnitTests/ManagedIrbis/Pft/Infrastructure/Ast/PftRefTest.cs
ghcode:00169:00ff09c7c5af
mit
codeparrot/github-code
00ff09c7c5af3a8f296d2e1ec302d1803fdfedc94dfa7100f7fea3f040231b1a
0.75
testing_debugging_repair_refactoring
1,571
false
2026-07-17
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using OpenTK; using osu.Framework.MathUtils; using osu.Game.Beatmaps; using osu.Game.Rulesets.Osu.Objects; using osu.Game.Rulesets.Osu.Objects.Drawables; using ...
Damnae/osu
osu.Game.Rulesets.Osu/Replays/OsuAutoGenerator.cs
https://github.com/Damnae/osu/blob/HEAD/osu.Game.Rulesets.Osu/Replays/OsuAutoGenerator.cs
ghcode:00169:8c3fac9abfd4
mit
codeparrot/github-code
8c3fac9abfd4fb6d7f4d72b752690eea5b83a57da72bff6b92b9ac9c4b12bb81
0.85
testing_debugging_repair_refactoring
3,364
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using NSubstitute; using VSTOContrib.Outlook.Services; using VSTOContrib.Outlook.Services.Conficts; using Xunit; namespace VSTOContrib.Outlook.Tests { public class GenericSyncServiceDownloadTests { private readonly ISynchro...
JakeGinnivan/VSTOContrib
src/TestProjects/VSTOContrib.Outlook.Tests/GenericSyncServiceDownloadTests.cs
https://github.com/JakeGinnivan/VSTOContrib/blob/HEAD/src/TestProjects/VSTOContrib.Outlook.Tests/GenericSyncServiceDownloadTests.cs
ghcode:00169:dc095f197e15
mit
codeparrot/github-code
dc095f197e159a7c0854014d151ae5b0d99418c0d46505584060b4617338a0ae
0.85
testing_debugging_repair_refactoring
888
false
2026-07-17
using System; using System.Net.Sockets; using System.Threading; using Xunit; namespace AESharp.Testing.Logon { public class LogonTests { [Fact] public void AESharpTempMiscProtocolTest() { var client = new TcpClient(); client.Connect("127.0.0.1", 16000); ...
Evairfairy/AESharp
AESharp.Testing.Logon/LogonTests.cs
https://github.com/Evairfairy/AESharp/blob/HEAD/AESharp.Testing.Logon/LogonTests.cs
ghcode:00169:c259f083963d
mit
codeparrot/github-code
c259f083963d6a3126b0b33238772ca4940ee6931e4d75671c14c122834a25b2
0.85
testing_debugging_repair_refactoring
304
false
2026-07-17
namespace TestMatrix { using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Refactoring; /// <summary> /// 98,17 % covered /// </summary> [TestClass] public class TestMatrix { [TestMethod] [ExpectedException(typeof(ArgumentOutOfRangeException))]...
svetlai/TelerikAcademy
Programming-with-C#/High-Quality-Code/12-Refactoring/TestMatrix/TestMatrix.cs
https://github.com/svetlai/TelerikAcademy/blob/HEAD/Programming-with-C#/High-Quality-Code/12-Refactoring/TestMatrix/TestMatrix.cs
ghcode:00169:a63575be0fd4
mit
codeparrot/github-code
a63575be0fd4b555d43cc7446e992b46e72fbc2d714c411fddeaf951c29a7843
0.85
testing_debugging_repair_refactoring
377
false
2026-07-17
using Marvel_Catalog_App.Data.Models; using MarvelCatalog_App.Data.Repositories; using MarvelCatalog_App.Data.UnitOfWork; using MarvelCatalog_App.Services; using Moq; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ma...
PowerfullChild/MarvelCatalog
MarvelCatalog-App/MarvelCatalog-App.Tests/Services/ComicsServiceTests/Constructor_Should.cs
https://github.com/PowerfullChild/MarvelCatalog/blob/HEAD/MarvelCatalog-App/MarvelCatalog-App.Tests/Services/ComicsServiceTests/Constructor_Should.cs
ghcode:00169:9e365f563d24
mit
codeparrot/github-code
9e365f563d24df640c5e2e51e7357756e61d6c6f7397d71fc51acd1f6df473c4
0.7
testing_debugging_repair_refactoring
232
false
2026-07-17
using MbDotNet.Models.Predicates; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; namespace MbDotNet.Tests.Models.Predicates { [TestClass, TestCategory("Unit")] public class OrPredicateTests : PredicateTestBase { [TestMethod] public void OrPredicate_Co...
mattherman/MbDotNet
MbDotNet.Tests/Models/Predicates/OrPredicateTests.cs
https://github.com/mattherman/MbDotNet/blob/HEAD/MbDotNet.Tests/Models/Predicates/OrPredicateTests.cs
ghcode:00169:a3c301ecf310
mit
codeparrot/github-code
a3c301ecf310d807e0a4d241e20017ad095a7f490d8cf1b72a09c058cdae814c
0.75
testing_debugging_repair_refactoring
136
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using EPiServer.Find; using EPiServer.Find.Connection; using Moq; using Vro.FindExportImport.Models; using Vro.FindExportImport.Stores; using Xunit; namespace Vro.FindExportImport.Tests { public class IndexStore...
SergVro/FindExportImport
Vro.FindExportImport.Tests/IndexStoreTests.cs
https://github.com/SergVro/FindExportImport/blob/HEAD/Vro.FindExportImport.Tests/IndexStoreTests.cs
ghcode:00169:d35c425b1457
mit
codeparrot/github-code
d35c425b14573901e389ed9e07900b0c5ff020fc48c401c504260dc9f863851d
0.85
testing_debugging_repair_refactoring
1,798
false
2026-07-17
using SimpleHelpers; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; using Xunit.Extensions; namespace SimpleHelpersTests { public class MemoryCacheTest { static int counter = 0; static int factoryCall = 0; ...
khalidsalomao/SimpleHelpers.Net
SimpleHelpersTests/MemoryCacheTest.cs
https://github.com/khalidsalomao/SimpleHelpers.Net/blob/HEAD/SimpleHelpersTests/MemoryCacheTest.cs
ghcode:00169:cf43cb777004
mit
codeparrot/github-code
cf43cb777004e37cfd405652df642c7652772e146502de6d9efb49e659b6e8ff
0.7
testing_debugging_repair_refactoring
724
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using W; using W.AsExtensions; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.IO.Pipes; using W.IO.Pipes; //Todo: 12.8.2017 - This file is a mess. Clean it up....
mode51/Tungsten
Test/Test Files/W/IO/Pipes/TestSimplePipes.cs
https://github.com/mode51/Tungsten/blob/HEAD/Test/Test Files/W/IO/Pipes/TestSimplePipes.cs
ghcode:00169:a78083f62b1e
mit
codeparrot/github-code
a78083f62b1e3795413074681de2e9bf6c2755399b367aea3b613c1ada4aee8a
0.85
testing_debugging_repair_refactoring
8,425
false
2026-07-17
using System; using System.Threading.Tasks; namespace Affecto.Patterns.Domain.Tests.TestHelpers { public class TestDomainRepositoryBase : DomainRepositoryBase<TestAggregateRoot> { public TestDomainRepositoryBase() : base(new TestDomainEventBroker()) { } public Test...
affecto/dotnet-Patterns.Domain
Source/Domain.Tests/TestHelpers/TestDomainRepositoryBase.cs
https://github.com/affecto/dotnet-Patterns.Domain/blob/HEAD/Source/Domain.Tests/TestHelpers/TestDomainRepositoryBase.cs
ghcode:00169:ce6b3b2d4980
mit
codeparrot/github-code
ce6b3b2d49809220791560252cf94c8680de6bbad9c17f46e8380f18238b0e2f
0.75
testing_debugging_repair_refactoring
101
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
diryboy/roslyn
src/Features/Core/Portable/ExtractInterface/AbstractExtractInterfaceService.cs
https://github.com/diryboy/roslyn/blob/HEAD/src/Features/Core/Portable/ExtractInterface/AbstractExtractInterfaceService.cs
ghcode:00169:875f2a055152
mit
codeparrot/github-code
875f2a055152d81d57ecc130eda9ec8f8160ecb2a6ed397dfc1e7b63aaa7a2f7
0.85
testing_debugging_repair_refactoring
5,256
false
2026-07-17
// <copyright file="RangeTests.cs" company="Fubar Development Junker"> // Copyright (c) Fubar Development Junker. All rights reserved. // </copyright> using FubarDev.WebDavServer.Model.Headers; using Xunit; namespace FubarDev.WebDavServer.Tests.ModelTests { public class RangeTests { [Fact] p...
FubarDevelopment/WebDavServer
test/FubarDev.WebDavServer.Tests/ModelTests/RangeTests.cs
https://github.com/FubarDevelopment/WebDavServer/blob/HEAD/test/FubarDev.WebDavServer.Tests/ModelTests/RangeTests.cs
ghcode:00169:579b55b5d7e2
mit
codeparrot/github-code
579b55b5d7e280b4e7b2761c17150987fa564b092cf911e2f2a148103893ca7f
0.85
testing_debugging_repair_refactoring
931
false
2026-07-17
namespace NeuSim.AI.Tests { using System; using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public class SampleXOR { [TestMethod] public void TestMethod1() { var neuronNetwork = new NeuronNetwork(2, 6, new NeuronNetworkContext ...
pwasiewicz/neusim
NeuSim.AI.Tests/SampleXOR.cs
https://github.com/pwasiewicz/neusim/blob/HEAD/NeuSim.AI.Tests/SampleXOR.cs
ghcode:00169:23818f163a34
mit
codeparrot/github-code
23818f163a34335d810ec67f652608a2aa45d8f853a2f2705466bd0b586578e5
0.6
testing_debugging_repair_refactoring
266
false
2026-07-17
 using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; namespace NDepend.Path { [TestFixture] public class APIPresentation { [Test] public void Method() { // // Support for absolute file and directory path, drive letter and absolute /...
psmacchia/NDepend.Path
APIPresentation.cs
https://github.com/psmacchia/NDepend.Path/blob/HEAD/APIPresentation.cs
ghcode:00169:66b257e9cae5
mit
codeparrot/github-code
66b257e9cae58ac31859e902e7463f7f6d8bf3952792e63d41eb6c3b7af30722
0.7
testing_debugging_repair_refactoring
1,462
false
2026-07-17
namespace DeepEqual.Test.Syntax { using DeepEqual.Syntax; using DeepEqual.Test.Helper; using Shouldly; using Xunit; public class ResultTests { private object a = new object(); private object b = new object(); [Fact] public void PassResult() { var comparison = new EchoComparison(ComparisonResult....
jamesfoster/DeepEqual
src/DeepEqual.Test/Syntax/ResultTests.cs
https://github.com/jamesfoster/DeepEqual/blob/HEAD/src/DeepEqual.Test/Syntax/ResultTests.cs
ghcode:00169:1460cac95da6
mit
codeparrot/github-code
1460cac95da61e5eef48494e54d693ccdf41c30c1c42d795579a61e6816f4f5d
0.75
testing_debugging_repair_refactoring
292
false
2026-07-17
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using mApi = Contained.Api; using System.Collections.Generic; using System.Diagnostics; namespace Test { [TestClass] public class Parse { private TestContext testContextInstance; public TestContext TestContext { ...
jntmp/contained
src/Test/Parse.cs
https://github.com/jntmp/contained/blob/HEAD/src/Test/Parse.cs
ghcode:00169:b7000ef66ed3
mit
codeparrot/github-code
b7000ef66ed36f23d12d8ed6ef50da3797d09d3172fb6f1d2690131a814b1bb8
0.85
testing_debugging_repair_refactoring
854
false
2026-07-17
using NUnit.Framework; using System; using System.Collections.Generic; using NUnit.Framework.Constraints; namespace CloudinaryDotNet.Test { [TestFixture] public partial class ApiTest { [Test] public void WithLiteral() { Transformation transformation = new Transformation...
RTLcoil/CloudinaryDotNet
Shared.Tests/TransformationApiTest.cs
https://github.com/RTLcoil/CloudinaryDotNet/blob/HEAD/Shared.Tests/TransformationApiTest.cs
ghcode:00169:716edb661a9b
mit
codeparrot/github-code
716edb661a9b65764122434e71eb8d4b1e46851a4b970a36423c1851c9b0aac6
0.7
testing_debugging_repair_refactoring
5,347
false
2026-07-17
using System; using System.Threading.Tasks; using Midori.Runtime; namespace Broom { public class Program { public static void Main(string[] args) { } public async int TestAsync() { var test = await ReadAsync(); return test; } public Task<int> ReadAsync() { return Task....
gowthamk/broomc
test/benchmarks/TestAsync.cs
https://github.com/gowthamk/broomc/blob/HEAD/test/benchmarks/TestAsync.cs
ghcode:00169:eff19a025087
mit
codeparrot/github-code
eff19a0250875fec30a07cef265f652fa1e35634071a3b4faaf97e4731422668
0.75
testing_debugging_repair_refactoring
92
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; using System.Runtime.Serialization; namespace HTLib2 { public static partial class HMath { public static double Mean(this IEnumerable<double> values) { return...
htna/HCsbLib
HCsbLibMin/HCsbLibMin/HTLib2/HStatic.HMath/HMath.MeanVariance.cs
https://github.com/htna/HCsbLib/blob/HEAD/HCsbLibMin/HCsbLibMin/HTLib2/HStatic.HMath/HMath.MeanVariance.cs
ghcode:00169:619be19c1c7a
mit
codeparrot/github-code
619be19c1c7af7004f6fb53de206e3b45fd8646356fff90391a453db86dd8e8f
0.6
testing_debugging_repair_refactoring
398
false
2026-07-17
namespace Gu.Reactive.Analyzers.Tests { using Gu.Roslyn.Asserts; using NUnit.Framework; public static class Cs8620SuppressorTests { private static readonly Cs8620Suppressor Analyzer = new(); [TestCase("M(IObservable<Maybe<ObservableCollection<C>>> observable) => observable.ItemPropert...
JohanLarsson/Gu.Reactive
Gu.Reactive.Analyzers.Tests/Cs8620SuppressorTests.cs
https://github.com/JohanLarsson/Gu.Reactive/blob/HEAD/Gu.Reactive.Analyzers.Tests/Cs8620SuppressorTests.cs
ghcode:00169:c045eaa09673
mit
codeparrot/github-code
c045eaa09673f2460745e10cb25ba3d51bc3ed1294cc2234d57bee7bfdd98eef
0.75
testing_debugging_repair_refactoring
375
false
2026-07-17
namespace Cofoundry.Domain.Tests.Integration.SeedData { public class TestCustomEntityPageInfo { private readonly TestDirectoryInfo _directory; public TestCustomEntityPageInfo(TestDirectoryInfo directory) { _directory = directory; } public int PageId { get; ...
cofoundry-cms/cofoundry
test/Cofoundry.Domain.Tests.Integration/Shared/SeedData/SeededEntities/TestGenericPageInfo.cs
https://github.com/cofoundry-cms/cofoundry/blob/HEAD/test/Cofoundry.Domain.Tests.Integration/Shared/SeedData/SeededEntities/TestGenericPageInfo.cs
ghcode:00169:e7de1f9def68
mit
codeparrot/github-code
e7de1f9def68519a929bc6926b88594e6c62a3ef0ba89a4faa68491f8124fc38
0.75
testing_debugging_repair_refactoring
127
false
2026-07-17
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
NakedObjectsGroup/NakedObjectsFramework
NakedFramework/NakedFramework.Rest.Test.Data/WithNestedViewModel.cs
https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/HEAD/NakedFramework/NakedFramework.Rest.Test.Data/WithNestedViewModel.cs
ghcode:00169:73c5862cd408
apache-2.0
codeparrot/github-code
73c5862cd40805e135544dc3d0f1ee07d7ba7ccf4e872b19df4d7370fb7abdf4
0.85
testing_debugging_repair_refactoring
520
false
2026-07-17
using MetaDslx.CodeAnalysis; using MetaDslx.CodeAnalysis.Binding; using MetaDslx.CodeAnalysis.Binding.Binders; using MetaDslx.CodeAnalysis.Binding.BoundNodes; using MetaDslx.Languages.Meta.Model; using MetaDslx.Languages.Meta.Syntax; using MetaDslx.Modeling; using Microsoft.CodeAnalysis; using System; using S...
balazssimon/meta-cs
src/Main/MetaDslx.Languages.Meta/Binding/BoundDocumentation.cs
https://github.com/balazssimon/meta-cs/blob/HEAD/src/Main/MetaDslx.Languages.Meta/Binding/BoundDocumentation.cs
ghcode:00169:1d2f9bb451bd
apache-2.0
codeparrot/github-code
1d2f9bb451bdcfd6603e74632aafc367140571fc9abe06f4a345ae64f498993b
0.85
testing_debugging_repair_refactoring
790
false
2026-07-17
using System; using System.Collections.Generic; using IdmNet.Models; using Microsoft.VisualStudio.TestTools.UnitTesting; // ReSharper disable ObjectCreationAsStatement // ReSharper disable UseObjectOrCollectionInitializer namespace IdmNet.Models.Tests { [TestClass] public class msidmRequestContextTests { ...
dseelinger/ms-idm-net
IdmNet/IdmNet.Tests/Models/msidmRequestContextTests.cs
https://github.com/dseelinger/ms-idm-net/blob/HEAD/IdmNet/IdmNet.Tests/Models/msidmRequestContextTests.cs
ghcode:00169:7f07278df224
apache-2.0
codeparrot/github-code
7f07278df224d6aa6c623049273b8b8a38409ca639e4891caf35f8816ee3330c
0.85
testing_debugging_repair_refactoring
432
false
2026-07-17
using System; using NUnit.Framework; using Wikiled.Sentiment.Text.Helpers; namespace Wikiled.Sentiment.Text.Tests.Helpers { [TestFixture] public class AutoEvictingDictionaryTests { [Test] public void TestDefault() { var dictionary = new AutoEvictingDictionary<string, st...
AndMu/Wikiled.Sentiment
src/Sentiment/Wikiled.Sentiment.Text.Tests/Helpers/AutoEvictingDictionaryTests.cs
https://github.com/AndMu/Wikiled.Sentiment/blob/HEAD/src/Sentiment/Wikiled.Sentiment.Text.Tests/Helpers/AutoEvictingDictionaryTests.cs
ghcode:00169:449122ff9b70
apache-2.0
codeparrot/github-code
449122ff9b705d7bcc37705b3d9f0cfa6c885cc7fdc702b025b4f16797ef1c8a
0.75
testing_debugging_repair_refactoring
373
false
2026-07-17
namespace dotless.Core.Test.Specs.Functions { using NUnit.Framework; public class BlendModesFixture : SpecFixtureBase { [Test] public void TestFunctions() { AssertExpression("#ed0000", "multiply(#f60000, #f60000)"); AssertExpression("#f600f6", "screen(#f6000...
dotless/dotless
tests/dotless.Core.Test/Specs/Functions/BlendModesFixture.cs
https://github.com/dotless/dotless/blob/HEAD/tests/dotless.Core.Test/Specs/Functions/BlendModesFixture.cs
ghcode:00169:b1bd500b5dbe
apache-2.0
codeparrot/github-code
b1bd500b5dbeef4891e8426bc81e7cf48be266bcc3be9f964187d1a5c7e511d2
0.75
testing_debugging_repair_refactoring
332
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; using System.Collections.Generic; using System.Collections.Immutable; using System...
tannergooding/roslyn
src/Compilers/CSharp/Portable/Symbols/Source/SourceMemberMethodSymbol.cs
https://github.com/tannergooding/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Source/SourceMemberMethodSymbol.cs
ghcode:00169:f00460f9ce34
apache-2.0
codeparrot/github-code
f00460f9ce340ff9d1d52752a8de42efc9bfb0423a6b9bb3220ab255a004bcd2
0.85
testing_debugging_repair_refactoring
6,984
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.Buffers; using System.Diagnostics; using System.IO; using System.Threading; using System.Threading.Tasks; namespace Microsoft.AspNetCore.Server.IIS.Core.I...
aspnet/AspNetCore
src/Servers/IIS/IIS/src/Core/IO/AsyncIOEngine.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Servers/IIS/IIS/src/Core/IO/AsyncIOEngine.cs
ghcode:00169:46d33944bcb4
apache-2.0
codeparrot/github-code
46d33944bcb433c9e418bf766ef4b9ea02845a2b2f17d2b0d13afe45f368b9ad
0.95
testing_debugging_repair_refactoring
983
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. namespace Microsoft.Azure.Management.Search.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Net; u...
stankovski/azure-sdk-for-net
sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SearchServiceTests.cs
https://github.com/stankovski/azure-sdk-for-net/blob/HEAD/sdk/search/Microsoft.Azure.Management.Search/tests/Tests/SearchServiceTests.cs
ghcode:00169:895e7400612c
apache-2.0
codeparrot/github-code
895e7400612ce5a51cef40b6b41f190a121997995d80a050af8046ad85eddf17
0.95
testing_debugging_repair_refactoring
3,810
false
2026-07-17
using NDatabase.Exceptions; using NDatabase.Tool.Wrappers; using NUnit.Framework; namespace NDatabase.UnitTests.Utils { public class When_working_with_string_utils { [Test] public void It_should_replace_in_any_string_any_token_given_number_times() { const string ...
WaltChen/NDatabase
tests/NDatabase.UnitTests/Utils/When_working_with_string_utils.cs
https://github.com/WaltChen/NDatabase/blob/HEAD/tests/NDatabase.UnitTests/Utils/When_working_with_string_utils.cs
ghcode:00169:45600167b4a5
apache-2.0
codeparrot/github-code
45600167b4a513ff954379311ed03ea9e4da5e143912264219fdf4132db591bc
0.75
testing_debugging_repair_refactoring
223
false
2026-07-17
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using Markdig.Helpers; using Markdig.Syntax; namespace Markdig...
lunet-io/markdig
src/Markdig/Parsers/BlockProcessor.cs
https://github.com/lunet-io/markdig/blob/HEAD/src/Markdig/Parsers/BlockProcessor.cs
ghcode:00169:68afe41129d7
bsd-2-clause
codeparrot/github-code
68afe41129d77b2431fe2ebe63087b4d6632bcb6b03bc85101f420ed1402f8e8
0.78
testing_debugging_repair_refactoring
5,713
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Globalization; using ExpressionEvaluator; using Tests.Contexts; namespace Tests { public class Player { public void Test(object p) { Debug.WriteLine(p); } } ...
glopesdev/csharpeval
Samples/Tests/Samples.cs
https://github.com/glopesdev/csharpeval/blob/HEAD/Samples/Tests/Samples.cs
ghcode:00169:5e5ee60a985e
bsd-2-clause
codeparrot/github-code
5e5ee60a985e7465c727f8a05cc112bb2f796b0a7ba7427df1af7c6e5d68b515
0.88
testing_debugging_repair_refactoring
2,859
false
2026-07-17
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; namespace Humidifier.Json { public class JsonStackSerializer : IStackSerializer { private ...
jakejscott/Humidifier
src/Humidifier.Json/JsonStackSerializer.cs
https://github.com/jakejscott/Humidifier/blob/HEAD/src/Humidifier.Json/JsonStackSerializer.cs
ghcode:00169:2cdf585fa266
bsd-2-clause
codeparrot/github-code
2cdf585fa266230f077351d574c616fa6b5fa9468dfad36bff931c66cccf2f2c
0.63
testing_debugging_repair_refactoring
1,160
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="VersionCheckServiceFixture.cs" company="None"> // Crispin Parker 2011 // </copyright> // <summary> // Defines the VersionCheckServiceFixture type. // </summary> // -----------...
omnibs/tfsworkbench-fork
solutions/VersionCheck.Tests/VersionCheckServiceFixture.cs
https://github.com/omnibs/tfsworkbench-fork/blob/HEAD/solutions/VersionCheck.Tests/VersionCheckServiceFixture.cs
ghcode:00169:3191c855c9c6
bsd-3-clause
codeparrot/github-code
3191c855c9c6dde82577f9ee5af66c85573cd3829b971861e17d73e971fa26f8
0.85
testing_debugging_repair_refactoring
1,406
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Azure.Core; using Azure.Messaging.EventHubs.Authorization; using Azure.Messaging.EventHub...
ayeletshpigelman/azure-sdk-for-net
sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/PartitionReceiverTests.cs
https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/PartitionReceiverTests.cs
ghcode:00169:233a336211fa
mit
codeparrot/github-code
233a336211faf0329f2d188beec0d966c4c83d163c20c5077e572a3387b6a31a
0.82
testing_debugging_repair_refactoring
15,515
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Roslyn.Test.Utilities; using Roslyn.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.UnitTests.FileSystem { public class PathUtilitiesTests { private void ...
abock/roslyn
src/Compilers/Core/CodeAnalysisTest/FileSystem/PathUtilitiesTests.cs
https://github.com/abock/roslyn/blob/HEAD/src/Compilers/Core/CodeAnalysisTest/FileSystem/PathUtilitiesTests.cs
ghcode:00169:c35f0e6ad238
mit
codeparrot/github-code
c35f0e6ad2389ce5f8d80be5e2c66b8d2e6d0389394f19dc6f6697cc7af175e7
0.85
testing_debugging_repair_refactoring
3,239
false
2026-07-17
// Copyright (c) Petabridge <https://petabridge.com/>. All rights reserved. // Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using NBench.Collection; using NBench.Metrics; using NBench.Metric...
maxim-s/NBench
tests/NBench.Tests/Sdk/BenchmarkRunSpecs.cs
https://github.com/maxim-s/NBench/blob/HEAD/tests/NBench.Tests/Sdk/BenchmarkRunSpecs.cs
ghcode:00169:a8571e203682
apache-2.0
codeparrot/github-code
a8571e203682aac22632b461f16611032c1bb2abaf0c84a0ac0125c9eca277bd
0.85
testing_debugging_repair_refactoring
324
false
2026-07-17
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threading; usin...
lorcanmooney/roslyn
src/Compilers/CSharp/Portable/Symbols/Compilation_WellKnownMembers.cs
https://github.com/lorcanmooney/roslyn/blob/HEAD/src/Compilers/CSharp/Portable/Symbols/Compilation_WellKnownMembers.cs
ghcode:00169:250836a1d00f
apache-2.0
codeparrot/github-code
250836a1d00f8eb3517acaeb78c7c59418bd876bbe390d01cae49bb6219540a1
0.85
testing_debugging_repair_refactoring
7,851
false
2026-07-17
using LightBDD.Framework.Scenarios; using LightBDD.Framework.UnitTests.Scenarios.Basic.Helpers; using LightBDD.Framework.UnitTests.Scenarios.Helpers; using NUnit.Framework; using System; using System.Linq; using System.Reflection; using System.Threading.Tasks; using LightBDD.Core.Extensibility; namespace LightBDD.Fra...
Suremaker/LightBDD
test/LightBDD.Framework.UnitTests/Scenarios/Basic/Basic_scenario_runner_tests.cs
https://github.com/Suremaker/LightBDD/blob/HEAD/test/LightBDD.Framework.UnitTests/Scenarios/Basic/Basic_scenario_runner_tests.cs
ghcode:00169:dba406602bd1
bsd-2-clause
codeparrot/github-code
dba406602bd131ea83afbfd44995252294e939260bf7924b40ca68aba988736f
0.68
testing_debugging_repair_refactoring
960
false
2026-07-17
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using NUnit.Framework; using ServiceStack.ServiceClient.Web; using ServiceStack.ServiceHost; using ServiceStack.ServiceInterface; using ServiceStack.ServiceInterface.ServiceModel; namespace ServiceStack.WebHost.Endpoints.Te...
meebey/ServiceStack
tests/ServiceStack.WebHost.Endpoints.Tests/IntegrationTests/ErrorRestTests.cs
https://github.com/meebey/ServiceStack/blob/HEAD/tests/ServiceStack.WebHost.Endpoints.Tests/IntegrationTests/ErrorRestTests.cs
ghcode:00169:37b00b6968b1
bsd-3-clause
codeparrot/github-code
37b00b6968b17673e345b82e53cf59ba36a77138faee7014020667c0e3073fde
0.75
testing_debugging_repair_refactoring
531
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Xml; using System.Text; using System.Collections; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Thread...
Microsoft/msbuild
src/Build.UnitTests/BackEnd/BuildRequestConfigurationResponse_Tests.cs
https://github.com/Microsoft/msbuild/blob/HEAD/src/Build.UnitTests/BackEnd/BuildRequestConfigurationResponse_Tests.cs
ghcode:00169:0f3a806c1227
mit
codeparrot/github-code
0f3a806c122741534d3a1b23e94ec82cb8d177ba78587ce248de2cb9b3e3cb0c
0.85
testing_debugging_repair_refactoring
965
false
2026-07-17
using System; using System.Linq; using AutoFixture.Kernel; using Xunit; namespace AutoFixtureUnitTest.Kernel { public class FilteringSpecimenBuilderTest { [Fact] public void SutIsSpecimenBuilder() { // Arrange var dummySpecification = new DelegatingRequestSpecif...
AutoFixture/AutoFixture
Src/AutoFixtureUnitTest/Kernel/FilteringSpecimenBuilderTest.cs
https://github.com/AutoFixture/AutoFixture/blob/HEAD/Src/AutoFixtureUnitTest/Kernel/FilteringSpecimenBuilderTest.cs
ghcode:00169:ce3570c7c840
mit
codeparrot/github-code
ce3570c7c8404e2077ac39cce5fc95ccf6344a2579337acf1ac9ebd3c60645a0
0.7
testing_debugging_repair_refactoring
1,519
false
2026-07-17
using System; using System.Collections.Generic; using System.Text; namespace LiteDB.Tests { public class TempFile : IDisposable { public string Filename { get; private set; } public string ConnectionString { get; private set; } public TempFile(string connectionString = null, string ex...
Skysper/LiteDB
LiteDB.Tests/Tests/TempFile.cs
https://github.com/Skysper/LiteDB/blob/HEAD/LiteDB.Tests/Tests/TempFile.cs
ghcode:00169:6b99f338f8b1
mit
codeparrot/github-code
6b99f338f8b1b63d3a6bbc375e7af783fe0920fffcc6071fbab551c8e145676b
0.85
testing_debugging_repair_refactoring
434
false
2026-07-17
// $Id$ // // 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"...
OBIGOGIT/etch
tests/src/test/csharp/etch.tests/TestInheritance.cs
https://github.com/OBIGOGIT/etch/blob/HEAD/tests/src/test/csharp/etch.tests/TestInheritance.cs
ghcode:00169:b73fe8feb578
apache-2.0
codeparrot/github-code
b73fe8feb5781e20afb91fcc48fc8b9a293c42c4ec6653ff02b7b2a54efe73c5
0.95
testing_debugging_repair_refactoring
5,326
false
2026-07-17
//----------------------------------------------------------------------- // <copyright file="AggregatePropertiesProvider.cs" company="SonarSource SA and Microsoft Corporation"> // Copyright (c) SonarSource SA and Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in th...
HSAR/sonar-msbuild-runner
SonarQube.Common/AnalysisProperties/AggregatePropertiesProvider.cs
https://github.com/HSAR/sonar-msbuild-runner/blob/HEAD/SonarQube.Common/AnalysisProperties/AggregatePropertiesProvider.cs
ghcode:00169:f78acb92ed7a
mit
codeparrot/github-code
f78acb92ed7a465911b870dd96b36db871ec7275fc35a355dfb6da268e918a4b
0.85
testing_debugging_repair_refactoring
426
false
2026-07-17
 namespace Magellan.Tests.Framework { class ResultFilterTests { } }
galendai/magellan-framework
src/Magellan.Tests/Framework/ResultFilterTests.cs
https://github.com/galendai/magellan-framework/blob/HEAD/src/Magellan.Tests/Framework/ResultFilterTests.cs
ghcode:00169:867e045f8e06
mit
codeparrot/github-code
867e045f8e06b49b8547bd6420e61f4437f2590f494077bbcc8224850e13862b
0.35
testing_debugging_repair_refactoring
20
false
2026-07-17
using NUnit.Framework; namespace PalasoUIWindowsForms.Tests.UniqueToken { [TestFixture, RequiresSTA] class UniqueTokenTests { [Test] public void AcquireTokenQuietly_SucceedsWhenTokenNotCurrentlyHeld() { const string uniqueIdentifier = "abc"; bool tokenAcquired = Palaso.UI.WindowsForms.UniqueToken.Uniq...
hatton/libpalaso
PalasoUIWindowsForms.Tests/UniqueToken/UniqueTokenTests.cs
https://github.com/hatton/libpalaso/blob/HEAD/PalasoUIWindowsForms.Tests/UniqueToken/UniqueTokenTests.cs
ghcode:00169:417ab15cc81b
mit
codeparrot/github-code
417ab15cc81b06f5e3c3c4a607cf21e28c94de65082e78cc2c96d2b31525da3d
0.75
testing_debugging_repair_refactoring
654
false
2026-07-17
using System.Linq; using System.Threading.Tasks; using LightBlue.Standalone; using Xunit; namespace LightBlue.Tests.Standalone.QueueStorage { public class StandaloneAzureQueueStorageClientListTests : StandaloneAzureTestsBase { private readonly StandaloneAzureQueueStorageClient _client; publi...
Drewan/LightBlue
LightBlue.Tests/Standalone/QueueStorage/StandaloneAzureQueueStorageClientListTests.cs
https://github.com/Drewan/LightBlue/blob/HEAD/LightBlue.Tests/Standalone/QueueStorage/StandaloneAzureQueueStorageClientListTests.cs
ghcode:00169:678fed09578c
apache-2.0
codeparrot/github-code
678fed09578c1e8f8572b56cab3f898365edfea218ac60caf65d10d32420167b
0.75
testing_debugging_repair_refactoring
273
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.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalys...
CyrusNajmabadi/roslyn
src/Workspaces/CSharp/Portable/Indentation/CSharpIndentationService.Indenter.cs
https://github.com/CyrusNajmabadi/roslyn/blob/HEAD/src/Workspaces/CSharp/Portable/Indentation/CSharpIndentationService.Indenter.cs
ghcode:00169:048d77564cb4
mit
codeparrot/github-code
048d77564cb41599ddd3d1d139b068ba47b19e5d1ba8ee7c8b75cfe554205bba
0.85
testing_debugging_repair_refactoring
3,695
false
2026-07-17
/* * Copyright (c) Dominick Baier, Brock Allen. All rights reserved. * see license.txt */ using System; using Thinktecture.IdentityServer.Models.Configuration; using Thinktecture.IdentityServer.Repositories; using Thinktecture.IdentityServer.Tests.Repositories; namespace Thinktecture.IdentityServer.Tests { i...
IdentityServer/IdentityServer2
src/Tests/Factories/ConfigurationRepositoryFactory.cs
https://github.com/IdentityServer/IdentityServer2/blob/HEAD/src/Tests/Factories/ConfigurationRepositoryFactory.cs
ghcode:00169:f633d228b50d
bsd-3-clause
codeparrot/github-code
f633d228b50d9ddd3b4fe49c3fc4af84fe64d0a275d476ca3b4c894f43619d6c
0.85
testing_debugging_repair_refactoring
394
false
2026-07-17
#region Copyright // // DotNetNuke® - http://www.dotnetnuke.com // Copyright (c) 2002-2014 // by DotNetNuke Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to deal in the Software without restric...
raphael-m/Dnn.Platform
DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDataProvider.cs
https://github.com/raphael-m/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDataProvider.cs
ghcode:00169:4814e060ebc9
mit
codeparrot/github-code
4814e060ebc9db264b7c8882485f92505c8af39544725a109d6272c1f9605497
0.95
testing_debugging_repair_refactoring
603
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.Text; using Xunit; using Microsoft.Xunit.Performance; namespace System.Runtime.Tests { public class Perf_Encoding { [Benchmark] [...
Alcaro/corefx
src/System.Text.Encoding/tests/Performance/Perf.Encoding.cs
https://github.com/Alcaro/corefx/blob/HEAD/src/System.Text.Encoding/tests/Performance/Perf.Encoding.cs
ghcode:00169:80cb0a5b45f4
mit
codeparrot/github-code
80cb0a5b45f46b3451e9e890b779f3c008342e1a76118db1d41902093ada6f1d
0.85
testing_debugging_repair_refactoring
193
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Autofac; using Moq; using NUnit.Framework; using Orchard.Caching; using Orchard.DisplayManagement.Descriptors; using Orchard.DisplayManagement.Descriptors.ShapeTemplateStrategy; using Orchard.Environment.Descriptor.Mode...
AEdmunds/beautiful-springtime
src/Orchard.Tests/DisplayManagement/Descriptors/ShapeTemplateBindingStrategyTests.cs
https://github.com/AEdmunds/beautiful-springtime/blob/HEAD/src/Orchard.Tests/DisplayManagement/Descriptors/ShapeTemplateBindingStrategyTests.cs
ghcode:00169:1e15d70b4150
bsd-3-clause
codeparrot/github-code
1e15d70b41501aa22cf846da8b5aa9b7d51a9fdb94f828a32cc3aedf12b442dd
0.75
testing_debugging_repair_refactoring
1,005
false
2026-07-17
using System.IO; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using TrainSet0002Dat; using VW; namespace cs_unittest { [TestClass] public class Test3Class : TestBase { [TestMethod] [DeploymentItem(@"train-sets\0002.dat", "train-sets")] [DeploymentItem(@"tr...
martinbel/vowpal_wabbit
cs_unittest/Test3.cs
https://github.com/martinbel/vowpal_wabbit/blob/HEAD/cs_unittest/Test3.cs
ghcode:00169:60a6dc83c896
bsd-3-clause
codeparrot/github-code
60a6dc83c8961d4d940ef1b98449210eafba0d4eb4d6e76ed90ad4c2492d1d17
0.85
testing_debugging_repair_refactoring
1,155
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.Immutable; using System.Diagnostics; namespace Microsoft.CodeAnalysis ...
CyrusNajmabadi/roslyn
src/Compilers/Core/Portable/Symbols/Attributes/CommonTypeEarlyWellKnownAttributeData.cs
https://github.com/CyrusNajmabadi/roslyn/blob/HEAD/src/Compilers/Core/Portable/Symbols/Attributes/CommonTypeEarlyWellKnownAttributeData.cs
ghcode:00169:43e105b4575f
mit
codeparrot/github-code
43e105b4575f6c1f20d0e3fe17168498c56e20d36c61f17a64bee2501a7a097f
0.85
testing_debugging_repair_refactoring
598
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/Insights/Commands.Insights.Test/ActionGroups/NewAzureRmActionGroupReceiverCommandTests.cs
https://github.com/AzureAutomationTeam/azure-powershell/blob/HEAD/src/ResourceManager/Insights/Commands.Insights.Test/ActionGroups/NewAzureRmActionGroupReceiverCommandTests.cs
ghcode:00169:f8779f6e216b
apache-2.0
codeparrot/github-code
f8779f6e216b9d0b568368643fa4a315d057861d0ca4fd7ed3ca0b7df5766289
0.85
testing_debugging_repair_refactoring
800
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. extern alias PDB; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Refl...
droyad/roslyn
src/Test/Utilities/SharedCompilationUtils.cs
https://github.com/droyad/roslyn/blob/HEAD/src/Test/Utilities/SharedCompilationUtils.cs
ghcode:00169:3dee2e34212f
apache-2.0
codeparrot/github-code
3dee2e34212f5b062625322c517584cdacde86c68a69c91e4303f04cd07f730e
0.95
testing_debugging_repair_refactoring
3,877
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; namespace System.Reflection.Emit.Tests { public struct MBTestStr...
alphonsekurian/corefx
src/System.Reflection.Emit/tests/ModuleBuilder/ModuleBuilderGetArrayMethod.cs
https://github.com/alphonsekurian/corefx/blob/HEAD/src/System.Reflection.Emit/tests/ModuleBuilder/ModuleBuilderGetArrayMethod.cs
ghcode:00169:c53f8580f70c
mit
codeparrot/github-code
c53f8580f70cecfd2dfd287e7e8a3e69f6a4eb44cdb703c83eeb2369bb7f2c43
0.95
testing_debugging_repair_refactoring
1,338
false
2026-07-17
//--------------------------------------------------------------------- // <copyright file="ColumnMap.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //----------------------------------------------------------------...
akoeplinger/referencesource
System.Data.Entity/System/Data/Query/InternalTrees/ColumnMap.cs
https://github.com/akoeplinger/referencesource/blob/HEAD/System.Data.Entity/System/Data/Query/InternalTrees/ColumnMap.cs
ghcode:00169:b6075f20ed6a
mit
codeparrot/github-code
b6075f20ed6a94493efd129e314064a71183f4ae2ab7a4a04525ef6b4fa3df1b
0.7
testing_debugging_repair_refactoring
8,680
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; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.Diagnostics; using TestTemplate; using Xunit; namespace A...
heejaechang/roslyn-analyzers
src/Unfactored/AsyncPackage/AsyncPackage.Test/Async_Tests/AsyncLambdaTests.cs
https://github.com/heejaechang/roslyn-analyzers/blob/HEAD/src/Unfactored/AsyncPackage/AsyncPackage.Test/Async_Tests/AsyncLambdaTests.cs
ghcode:00169:0d8ebecc058e
apache-2.0
codeparrot/github-code
0d8ebecc058e92283c787e4a70b6710fa981ccfa3885c55ab759d60e7eed4289
0.85
testing_debugging_repair_refactoring
1,823
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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.CodeAnalysis.CSharp.CodeStyle;...
pdelvo/roslyn
src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForMethodsRefactoringTests.cs
https://github.com/pdelvo/roslyn/blob/HEAD/src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForMethodsRefactoringTests.cs
ghcode:00169:1dfeff205e79
apache-2.0
codeparrot/github-code
1dfeff205e79a630b7b81a275d2650adaab3ae9134d4b8388414c3a924e9d77b
0.75
testing_debugging_repair_refactoring
663
false
2026-07-17
// Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
JasonYang-MSFT/azure-sdk-for-net
src/SDKs/Batch/dataPlane/FileConventions/Tests/AzureBatchFileConventions.Tests/OutputFileReferenceUnitTests.cs
https://github.com/JasonYang-MSFT/azure-sdk-for-net/blob/HEAD/src/SDKs/Batch/dataPlane/FileConventions/Tests/AzureBatchFileConventions.Tests/OutputFileReferenceUnitTests.cs
ghcode:00169:ad20cc1c26dd
mit
codeparrot/github-code
ad20cc1c26dda189d26ca2a170d4d4bd9470a6cc9619c01419117dc34c206842
0.95
testing_debugging_repair_refactoring
988
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 System.Text.Tests { public class TestEncoder : Encoder { public override int GetByteCount(char[] chars, int index, int count, bo...
heXelium/corefx
src/System.Text.Encoding/tests/Encoder/EncoderCtor.cs
https://github.com/heXelium/corefx/blob/HEAD/src/System.Text.Encoding/tests/Encoder/EncoderCtor.cs
ghcode:00169:c91ffbe6f630
mit
codeparrot/github-code
c91ffbe6f6308399c1de1113dec8ed781a02eb180e2cd675bc72aa62b8ac0d70
0.95
testing_debugging_repair_refactoring
199
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Reflection; using System.Reflection.Emit; using Xunit; namespace System.Reflection.Emit...
benpye/corefx
src/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderDefineNestedType6.cs
https://github.com/benpye/corefx/blob/HEAD/src/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderDefineNestedType6.cs
ghcode:00169:498aa08a8deb
mit
codeparrot/github-code
498aa08a8debe2c853a206a9a9b6882528a7aa2969a277b2b288445507074049
0.95
testing_debugging_repair_refactoring
2,018
false
2026-07-17