text
stringlengths
40
299k
repo_name
stringlengths
7
71
path
stringlengths
4
235
source_url
stringlengths
45
289
commit_or_blob_id
stringlengths
25
25
license
stringclasses
7 values
source_dataset
stringclasses
1 value
content_sha256
stringlengths
64
64
quality_score
float64
0.2
0.95
category_slice
stringclasses
1 value
token_count
int64
11
109k
is_synthetic
bool
1 class
collected_at
stringdate
2026-07-17 00:00:00
2026-07-17 00:00:00
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using Microsoft.Azure.Management.Network.Models; using Microsoft.Azure.Management.ResourceManager; using Microsof...
ayeletshpigelman/azure-sdk-for-net
sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetVMDiskEncryptionTests.cs
https://github.com/ayeletshpigelman/azure-sdk-for-net/blob/HEAD/sdk/compute/Microsoft.Azure.Management.Compute/tests/VMScaleSetTests/VMScaleSetVMDiskEncryptionTests.cs
ghcode:00165:e9035eab6dfb
mit
codeparrot/github-code
e9035eab6dfbe8c76d1a5a2d9cbab4ed1ff5675df9bf088e5437c27647d95f43
0.95
testing_debugging_repair_refactoring
1,052
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.Tests/Cache/Query/Continuous/ContinuousQueryAtomicNoBackupTest.cs
https://github.com/samaitra/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/Continuous/ContinuousQueryAtomicNoBackupTest.cs
ghcode:00165:8ba6e66fc9ec
apache-2.0
codeparrot/github-code
8ba6e66fc9ec77127acb165883c40549e145fb4373f3e7aee4c063697877cb24
0.85
testing_debugging_repair_refactoring
278
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 Xunit; namespace System.Threading.Tests { public class EventWaitHandleTests : R...
shahid-pk/corefx
src/System.Threading/tests/EventWaitHandleTests.cs
https://github.com/shahid-pk/corefx/blob/HEAD/src/System.Threading/tests/EventWaitHandleTests.cs
ghcode:00165:9f659798ab8e
mit
codeparrot/github-code
9f659798ab8e1e854e80ab41b2b3e215373f362bcda825baa9a5c5600a7de37f
0.95
testing_debugging_repair_refactoring
1,761
false
2026-07-17
// **************************************************************** // Copyright 2009, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.Diag...
acken/AutoTest.Net
lib/NUnit/src/NUnit-2.5.9.10348/src/ClientUtilities/tests/TestAgencyTests.cs
https://github.com/acken/AutoTest.Net/blob/HEAD/lib/NUnit/src/NUnit-2.5.9.10348/src/ClientUtilities/tests/TestAgencyTests.cs
ghcode:00165:9767f38301f7
mit
codeparrot/github-code
9767f38301f70f0ef4c5e2214b5a97fc37cb7bd8f2cf479d96f165d38dfed173
0.95
testing_debugging_repair_refactoring
366
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.Rsa.Tests { pub...
ViktorHofer/corefx
src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/RSAKeyExchangeFormatter.cs
https://github.com/ViktorHofer/corefx/blob/HEAD/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/RSAKeyExchangeFormatter.cs
ghcode:00165:336736358899
mit
codeparrot/github-code
33673635889982ac3ef7ae052dfe0feaead0a05d595a8b00a04befeb0cdd93f8
0.95
testing_debugging_repair_refactoring
1,349
false
2026-07-17
using System; namespace SampleNamespace { class TestClass { static void Main(string[] args) { int[] radii = { 15, 32, 108, 74, 9 }; const double pi = 3.14159; foreach (int radius in radii) { double circumference = pi * (2 * radius); ...
Microsoft/vscode-textmate
test-cases/onigtests/fixtures/test.cs
https://github.com/Microsoft/vscode-textmate/blob/HEAD/test-cases/onigtests/fixtures/test.cs
ghcode:00165:c705431bd434
mit
codeparrot/github-code
c705431bd43423c19c38e4398a9adf8ee9539d6f7c4711041512662c4b751957
0.75
testing_debugging_repair_refactoring
121
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.Threading; using System.Collections.Generic; // TODO when we upgrade to C# V6 you can remove this. /...
nbarbettini/corefx
src/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs
https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs
ghcode:00165:01e0456226c4
mit
codeparrot/github-code
01e0456226c4161e977b386929d0c214f219bc5a1644c719971da717d363e840
0.95
testing_debugging_repair_refactoring
3,663
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Reflection; using System.Collections.Generic; #pragma warning disable 0414 namespace System.Reflection.Tests { public clas...
Winsto/corefx
src/System.Reflection/tests/PropertyInfo/PropertyInfo_GetValueTests.cs
https://github.com/Winsto/corefx/blob/HEAD/src/System.Reflection/tests/PropertyInfo/PropertyInfo_GetValueTests.cs
ghcode:00165:ffb788669a75
mit
codeparrot/github-code
ffb788669a75a3d1c2e6dc6aedc435aed80fa3f931774b3e818075ed2bcc9fbd
0.95
testing_debugging_repair_refactoring
2,146
false
2026-07-17
// // MonoTests.System.Security.Cryptography.Xml.AssertCrypto.cs // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2005 Novell, Inc (http://www.novell.com) // // Licensed to the .NET Foundation under one or more agreements. /...
nbarbettini/corefx
src/System.Security.Cryptography.Xml/tests/AssertCrypto.cs
https://github.com/nbarbettini/corefx/blob/HEAD/src/System.Security.Cryptography.Xml/tests/AssertCrypto.cs
ghcode:00165:68647b00845f
mit
codeparrot/github-code
68647b00845f0d939b8579ee54207e47281e2b2f90156f9b295294c659407c63
0.95
testing_debugging_repair_refactoring
409
false
2026-07-17
using System; using System.Linq; using DTS.DAL; using NUnit.Framework; namespace DTS.SimulationLogicLayer.Test { [TestFixture] public class TestDroneLogic { [Test] public void TestNormalDistributedSpawns() { //Arrange //Act var droneLogic = new...
murpj238/FinalYearProject
src/Drone Traffic Simulation/DTS.SimulationLogicLayer.Test/TestDroneLogic.cs
https://github.com/murpj238/FinalYearProject/blob/HEAD/src/Drone Traffic Simulation/DTS.SimulationLogicLayer.Test/TestDroneLogic.cs
ghcode:00165:345541819c29
mit
codeparrot/github-code
345541819c291cbb3ed0f0ea76601974cbf21e05604899b1109a98606b7f76f6
0.85
testing_debugging_repair_refactoring
772
false
2026-07-17
using System; using Xunit.Abstractions; namespace MailingServiceDemo.Tests.AsyncTests { public class TimeKeeper : ITestOutputHelper { private readonly ITestOutputHelper _innerHelper; public TimeKeeper(ITestOutputHelper innerHelper) { _innerHelper = innerHelper; } ...
sonbua/Scratchpad
src/MailingServiceDemo.Tests/AsyncTests/TimeKeeper.cs
https://github.com/sonbua/Scratchpad/blob/HEAD/src/MailingServiceDemo.Tests/AsyncTests/TimeKeeper.cs
ghcode:00165:561d33cc8289
mit
codeparrot/github-code
561d33cc828908470503ad1325ba24e139215b60e98f3f8f9f131587c370615f
0.6
testing_debugging_repair_refactoring
134
false
2026-07-17
/* * Copyright (c) 2016 Valery Alex P. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this lis...
hww/VARP
Assets/Varp/Scheme/VM/Environment.cs
https://github.com/hww/VARP/blob/HEAD/Assets/Varp/Scheme/VM/Environment.cs
ghcode:00165:0d7fe70190a8
mit
codeparrot/github-code
0d7fe70190a80bdc1a5350a7fbdcf99acd76f8fb469c0e3d2693d6063629b434
0.7
testing_debugging_repair_refactoring
3,063
false
2026-07-17
namespace LambdaBuilder.Tests { public class TestDto { public int Id { get; set; } public int TotalSum { get; set; } } }
devIceMan/LambdaBuilder
LambdaBuilder.Tests/TestDto.cs
https://github.com/devIceMan/LambdaBuilder/blob/HEAD/LambdaBuilder.Tests/TestDto.cs
ghcode:00165:b0b6204289cf
mit
codeparrot/github-code
b0b6204289cf2725ebf58be4f23b92f5bac6c03f40685bdef63284cd69e3586f
0.5
testing_debugging_repair_refactoring
38
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 NUnit.Framework; using osu.Framework.Graphics; using osu.Game.Online; using osu.Game.Online.API.Requests.Responses; using osu.Game.Rulesets.Osu; using osu.Game.Sco...
ZLima12/osu
osu.Game.Tests/Visual/Gameplay/TestSceneReplayDownloadButton.cs
https://github.com/ZLima12/osu/blob/HEAD/osu.Game.Tests/Visual/Gameplay/TestSceneReplayDownloadButton.cs
ghcode:00165:b933ab3018ef
mit
codeparrot/github-code
b933ab3018ef7e66abf6d4b2d5ba701480aaff4644c3e99b4a4bb70ae6fb1a1e
0.75
testing_debugging_repair_refactoring
515
false
2026-07-17
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
joshball/Lucene.In.Action.NET
vendor/lucene.net/test/core/Search/Spans/TestSpansAdvanced2.cs
https://github.com/joshball/Lucene.In.Action.NET/blob/HEAD/vendor/lucene.net/test/core/Search/Spans/TestSpansAdvanced2.cs
ghcode:00165:743b9856201b
mit
codeparrot/github-code
743b9856201b9879f61daadcae9f0515d43638caa7ffb0ae11d99315916627e4
0.95
testing_debugging_repair_refactoring
1,095
false
2026-07-17
using System; using AutoMapper; using EstimatorX.Shared.Mapping; using EstimatorX.Shared.Models; using EstimatorX.Shared.Services; using FluentAssertions; using Xunit; namespace EstimatorX.Shared.Tests.Mapping; public class ProjectProfileTests { [Fact] public void CloneWithOutId() { var build...
loresoft/Estimatorx
test/EstimatorX.Shared.Tests/Mapping/ProjectProfileTests.cs
https://github.com/loresoft/Estimatorx/blob/HEAD/test/EstimatorX.Shared.Tests/Mapping/ProjectProfileTests.cs
ghcode:00165:ea068932abf1
mit
codeparrot/github-code
ea068932abf18ac7ac6d869a7997ecda5b0389d745fa299a390f08f0c4451afb
0.75
testing_debugging_repair_refactoring
405
false
2026-07-17
namespace Modbus.IO { using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Threading; using Message; using Unme.Common; /// <summary> /// Modbus transport. /// Abstraction - http://en.wikipedia.org/wiki/Bridge_Pattern ...
xlgwr/NModbus4
NModbus4/IO/ModbusTransport.cs
https://github.com/xlgwr/NModbus4/blob/HEAD/NModbus4/IO/ModbusTransport.cs
ghcode:00165:4ad8ef686597
mit
codeparrot/github-code
4ad8ef6865978ea61ca71a5e94344b08c54aba940c5b01f017823f7e22eae57f
0.7
testing_debugging_repair_refactoring
1,871
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 Test.Utilities; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeRefactoringVerifier< Roslyn.Diagnostics.CSharp.Analyzers.CShar...
dotnet/roslyn-analyzers
src/Roslyn.Diagnostics.Analyzers/UnitTests/ApplyTraitToClassTests.cs
https://github.com/dotnet/roslyn-analyzers/blob/HEAD/src/Roslyn.Diagnostics.Analyzers/UnitTests/ApplyTraitToClassTests.cs
ghcode:00165:a371e4cec7c8
mit
codeparrot/github-code
a371e4cec7c8895ccc00be1ca85cbd0af2393c0388ab4c8556f0a5b3fb35384e
0.75
testing_debugging_repair_refactoring
950
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.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Collections.ObjectModel; using Sy...
rainersigwald/msbuild
src/Build/BackEnd/BuildManager/BuildManager.cs
https://github.com/rainersigwald/msbuild/blob/HEAD/src/Build/BackEnd/BuildManager/BuildManager.cs
ghcode:00165:d5710c943412
mit
codeparrot/github-code
d5710c943412f45192778bfd805d81afbb9115d55643815523db9a226ca8e65d
0.72
testing_debugging_repair_refactoring
23,975
false
2026-07-17
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using PGP.Infrastructure.Framework.Commons.DomainSpecifications; using PGP.Infrastructure.Framework.Specifications.Errors; namespace PGP.Infrastructure.Fr...
pmajoras/PGPBaseWebApi
src/PGP.Infrastructure.Framework.Tests/Commons/DomainSpecifications/MustComplyWithMetadataSpecificationBaseTest.cs
https://github.com/pmajoras/PGPBaseWebApi/blob/HEAD/src/PGP.Infrastructure.Framework.Tests/Commons/DomainSpecifications/MustComplyWithMetadataSpecificationBaseTest.cs
ghcode:00165:a8ac73ec9b1c
mit
codeparrot/github-code
a8ac73ec9b1c6dd6aa294e261d9476ded749dae2b0a96d9b61db6fde2ea760e6
0.85
testing_debugging_repair_refactoring
702
false
2026-07-17
namespace Ocelot.AcceptanceTests { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using IdentityServer4.AccessTokenV...
TomPallister/Ocelot
test/Ocelot.AcceptanceTests/Steps.cs
https://github.com/TomPallister/Ocelot/blob/HEAD/test/Ocelot.AcceptanceTests/Steps.cs
ghcode:00165:271b6953810d
mit
codeparrot/github-code
271b6953810d6735430b114adf7d15b7fedcb06cb54c267e923b25e9f855ed84
0.85
testing_debugging_repair_refactoring
8,189
false
2026-07-17
// Copyright (c) 2013 Jonathan Magnan (http://zzzportal.com) All rights reserved. Licensed under MIT License (MIT) License can be found here: https://zextensionmethods.codeplex.com/license using FluentAssertions; using System.Linq; namespace Oragon.Architecture.Extensions { public static partial class OragonExtensi...
luizcarlosfaria/Oragon.Architecture
[source]/Oragon.Architecture/Extensions/System.String/String.StartsWithAny.cs
https://github.com/luizcarlosfaria/Oragon.Architecture/blob/HEAD/[source]/Oragon.Architecture/Extensions/System.String/String.StartsWithAny.cs
ghcode:00165:2cccb50d41c3
mit
codeparrot/github-code
2cccb50d41c3ef30228a340933d74d37e160dc7c1569661ae2155fbdc1d953b9
0.7
testing_debugging_repair_refactoring
224
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Capture.Hook.Common; using SharpDX.Direct3D11; using SharpDX; using System.Diagnostics; namespace Capture.Hook.DX11 { internal class DXOverlayEngine: DisposeBase { public List<IOverlay> Overlays { get; set; } ...
Kriosym/Direct3DHook-master
Capture/Hook/DX11/DXOverlayEngine.cs
https://github.com/Kriosym/Direct3DHook-master/blob/HEAD/Capture/Hook/DX11/DXOverlayEngine.cs
ghcode:00165:ee32fa4defcb
mit
codeparrot/github-code
ee32fa4defcb12fad8f5fb75adbeb4e99fec7b3c5991858163817ccd3cb11368
0.7
testing_debugging_repair_refactoring
1,148
false
2026-07-17
using System.IO; using Xunit; namespace SakeExtensions.Tests { public class BowerTests : SandboxBase { [Fact] public void Can_install_bower_library() { RunShade(@" var VERSION='0.1' var FULL_VERSION='0.1' var AUTHORS='Paul Knopf' use import='Common' #default bower-ins...
theonlylawislove/SakeExtensions
test/SakeExtensions.Tests/BowerTests.cs
https://github.com/theonlylawislove/SakeExtensions/blob/HEAD/test/SakeExtensions.Tests/BowerTests.cs
ghcode:00165:6479092344ac
mit
codeparrot/github-code
6479092344ac908be813c5e15b65b518429b3dc1bf9519ecc12722da45638cdf
0.75
testing_debugging_repair_refactoring
240
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using DocsBr.Validation.IE; namespace DocsBr.Tests { [TestClass] public class IEAmazonasValidatorTests : IEValidatorTests { private static string[] validValues = { "04.345.678-2", "04.193.980-8", "06.200.021-7", "07.000.507-9...
martinusso/docsbr.net
DocsBr.Tests/IEAmazonasValidatorTests.cs
https://github.com/martinusso/docsbr.net/blob/HEAD/DocsBr.Tests/IEAmazonasValidatorTests.cs
ghcode:00165:0f21c983961f
mit
codeparrot/github-code
0f21c983961f84ec9f07612166d41090754ed99cac6a76cb98691a90b740630b
0.75
testing_debugging_repair_refactoring
378
false
2026-07-17
using System.Collections.Generic; using System.Linq; using ElmahMagic.Repository.Helpers; using ElmahMagic.Repository.Tests.Helpers; using FluentAssertions; using TechTalk.SpecFlow; namespace ElmahMagic.Repository.Tests.Steps { [Binding] public class ConvertAnIDictionaryToKeyValueCollectionSteps { ...
OpenMagic/ElmahMagic.Repository
source/ElmahMagic.Repository.Tests/Steps/ConvertAnIDictionaryToKeyValueCollectionSteps.cs
https://github.com/OpenMagic/ElmahMagic.Repository/blob/HEAD/source/ElmahMagic.Repository.Tests/Steps/ConvertAnIDictionaryToKeyValueCollectionSteps.cs
ghcode:00165:f8d5e11035f9
mit
codeparrot/github-code
f8d5e11035f990f04f844dc3388d28223e4e13d61150d14d1824801db5e4ef3c
0.6
testing_debugging_repair_refactoring
415
false
2026-07-17
using System; using Clutter; namespace ClutterTest { public class ScrollActor : Clutter.Rectangle { private int scroll_offset; public ScrollActor (Clutter.Color color) : this (color, 20) { } public ScrollActor (Clutter.Color color, int scroll_offset) : base (color) { this.scroll_offset = scroll...
chergert/clutter-sharp
examples/test-scroll-actor.cs
https://github.com/chergert/clutter-sharp/blob/HEAD/examples/test-scroll-actor.cs
ghcode:00165:0653578efa45
mit
codeparrot/github-code
0653578efa4535b6056f730a3348a8bbc19675b4ed73d6ca60df30c0da073de8
0.75
testing_debugging_repair_refactoring
386
false
2026-07-17
using System; using System.IO; using System.Text; using AM.IO; using AM.Runtime; using AM.Text; using ManagedIrbis; using ManagedIrbis.Infrastructure; using ManagedIrbis.Infrastructure.ClientCommands; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; namespace UnitTests.ManagedIrbis.Infrastructure.Cl...
amironov73/ManagedIrbis2
OldSource/UnitTests/ManagedIrbis/Infrastructure/ClientCommands/DynamicCommandTest.cs
https://github.com/amironov73/ManagedIrbis2/blob/HEAD/OldSource/UnitTests/ManagedIrbis/Infrastructure/ClientCommands/DynamicCommandTest.cs
ghcode:00165:9877bb7f6f8e
mit
codeparrot/github-code
9877bb7f6f8ed0d38aed354b8738cc754f5518d2c94c47a2873a3f008c31defd
0.7
testing_debugging_repair_refactoring
228
false
2026-07-17
using System.Collections.Generic; using System.IO.Abstractions.TestingHelpers; using System.Linq; using System.Threading.Tasks; using ModInstallation.Annotations; using ModInstallation.Implementations; using ModInstallation.Implementations.DataClasses; using ModInstallation.Interfaces.Mods; using ModInstallation.Tests...
asarium/FSOLauncher
Tests/ModInstallation.Tests/Implementations/LocalModEnumeratorTests.cs
https://github.com/asarium/FSOLauncher/blob/HEAD/Tests/ModInstallation.Tests/Implementations/LocalModEnumeratorTests.cs
ghcode:00165:4199d3b6806c
mit
codeparrot/github-code
4199d3b6806cf54dd78d5ee4875f7c2fcc7490ce035d304aef6d06e3bba05184
0.75
testing_debugging_repair_refactoring
351
false
2026-07-17
using System.Collections.Generic; using System.Linq; namespace AI.Search.IntergrationTests.Problem { public abstract class TestProblemBase : IProblem<TestState> { protected Node StartNode { get; } = new Node("Start", int.MaxValue); protected Node GoalNode { get; } = new Node("Goal", 0)...
SlowShip/AI
test/AI.Search.IntergrationTests/Problem/TestProblemBase.cs
https://github.com/SlowShip/AI/blob/HEAD/test/AI.Search.IntergrationTests/Problem/TestProblemBase.cs
ghcode:00165:f76871a44200
mit
codeparrot/github-code
f76871a44200542e5968d38c9cd14287e6f485e2867b88043dac2b0354427a77
0.75
testing_debugging_repair_refactoring
303
false
2026-07-17
using Moq; using Newtonsoft.Json.Linq; using SolrExpress.Core; using SolrExpress.Core.Search.Parameter; using SolrExpress.Core.Utility; using SolrExpress.Solr5.Search.Parameter; using System; using Xunit; namespace SolrExpress.Solr5.UnitTests.Search.Parameter { public class FacetFieldParameterTests { ...
ca0abinary/solr-express
test/SolrExpress.Solr5.UnitTests/Search/Parameter/FacetFieldParameterTests.cs
https://github.com/ca0abinary/solr-express/blob/HEAD/test/SolrExpress.Solr5.UnitTests/Search/Parameter/FacetFieldParameterTests.cs
ghcode:00165:0e9a7f3836ab
mit
codeparrot/github-code
0e9a7f3836abd86e682453cd4360f178bc4de449389e36f3080564fe0278ab8d
0.85
testing_debugging_repair_refactoring
1,497
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Archetype.PropertyConverters; using NUnit.Framework; namespace Archetype.Tests.Models { [TestFixture] public class FieldsetTests { private string _sampleJson...
tomfulton/Archetype
app/Umbraco/Archetype.Tests/Models/FieldsetTests.cs
https://github.com/tomfulton/Archetype/blob/HEAD/app/Umbraco/Archetype.Tests/Models/FieldsetTests.cs
ghcode:00165:e9c0e30523c3
mit
codeparrot/github-code
e9c0e30523c35e92f588677771e5635f2435cff67c6dade26c403246c0bfe23a
0.75
testing_debugging_repair_refactoring
500
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 System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Threading; using ...
default0/osu
osu.Game/Online/API/APIAccess.cs
https://github.com/default0/osu/blob/HEAD/osu.Game/Online/API/APIAccess.cs
ghcode:00165:35ac1b8aa281
mit
codeparrot/github-code
35ac1b8aa2814444f9b7749e8bf0ea53263c9d0d27835773e5ab858a951da3eb
0.85
testing_debugging_repair_refactoring
1,714
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.Security; namespace System.Numerics { internal static partial class BigI...
mafiya69/corefx
src/System.Runtime.Numerics/src/System/Numerics/BigIntegerCalculator.DivRem.cs
https://github.com/mafiya69/corefx/blob/HEAD/src/System.Runtime.Numerics/src/System/Numerics/BigIntegerCalculator.DivRem.cs
ghcode:00165:fad328744d0b
mit
codeparrot/github-code
fad328744d0bd5cbce77ce63d730c370ebfe16fc18090ce06f4ce8411c9a9880
0.95
testing_debugging_repair_refactoring
2,547
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using FluentNHibernate.MappingModel; using Microsoft.VisualStudio.TestTools.UnitTesting; using MvcContrib.TestHelper; using Purchasing.Core.Domain; using Purchasing.Tests.Core; using Purchasing.Mvc.Controllers; using Purchasing.Mvc.Models; using Rhino....
ucdavis/Purchasing
Purchasing.Tests/ControllerTests/WorkgroupControllerTests/WorkgroupControllerTestsWorkgroupVendorsPart03.cs
https://github.com/ucdavis/Purchasing/blob/HEAD/Purchasing.Tests/ControllerTests/WorkgroupControllerTests/WorkgroupControllerTestsWorkgroupVendorsPart03.cs
ghcode:00165:aa23a37c97eb
mit
codeparrot/github-code
aa23a37c97eb87b34a3ba4af2e5c98e11863da1d37d5efa4f188049d25abf080
0.75
testing_debugging_repair_refactoring
2,129
false
2026-07-17
using System; using Xunit; public class NullGuardSample { [Fact(Skip = "Explicit")] public void Run() { var targetClass = new TargetClass(); Assert.Throws<ArgumentNullException>(() => targetClass.Method(null)); } } public class TargetClass { public void Method(string param) { ...
Fody/FodyAddinSamples
NullGuardSample/Sample.cs
https://github.com/Fody/FodyAddinSamples/blob/HEAD/NullGuardSample/Sample.cs
ghcode:00165:df0aba9f0e46
mit
codeparrot/github-code
df0aba9f0e46605675addc8bf3ac330b37e2b5bc7d9600cfa463fb01ae8c8dfb
0.6
testing_debugging_repair_refactoring
71
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="UnitSystemTests.cs" company="Hukano"> // Copyright (c) Hukano. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license inform...
hugener/Sundew.Quantities
Source/Sundew.Quantities.AcceptanceTests/UnitSystemTests.cs
https://github.com/hugener/Sundew.Quantities/blob/HEAD/Source/Sundew.Quantities.AcceptanceTests/UnitSystemTests.cs
ghcode:00165:bf52fd9e2700
mit
codeparrot/github-code
bf52fd9e2700c50be3da10d9e54ccaa9dae5e699294cf374fd7e463a1d473706
0.85
testing_debugging_repair_refactoring
197
false
2026-07-17
namespace MyTested.HttpServer.Samples { using MyTested.HttpServer; using System.Net; using System.Net.Http; using Xunit; public class ServerTests { private const string BaseAddress = "https://mytestedasp.net"; IServerBuilder httpServer; public ServerTests() { ...
ivaylokenov/MyTested.HttpServer
samples/src/MyTested.HttpServer.Samples/ServerTests.cs
https://github.com/ivaylokenov/MyTested.HttpServer/blob/HEAD/samples/src/MyTested.HttpServer.Samples/ServerTests.cs
ghcode:00165:e614c33c0697
mit
codeparrot/github-code
e614c33c0697748cb56c2ce5dcd13a6e5ed758b568360088f3f1ef71e497d50a
0.85
testing_debugging_repair_refactoring
202
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 StyleCop.Analyzers.Test.CSharp10.Lightup { using StyleCop.Analyzers.Test.CSharp9.Lightup; public class TupleExpressio...
DotNetAnalyzers/StyleCopAnalyzers
StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/Lightup/TupleExpressionSyntaxWrapperTestsCSharp10.cs
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/HEAD/StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/Lightup/TupleExpressionSyntaxWrapperTestsCSharp10.cs
ghcode:00165:b9920d58e4cd
mit
codeparrot/github-code
b9920d58e4cdbd1c80cdbb0f08aa2ec8974c29daa607ab346b5eeab4b7c618fc
0.75
testing_debugging_repair_refactoring
92
false
2026-07-17
#region Lib0.Test, Copyright(C) 2015 Lorenzo Delana, License under MIT /* * The MIT License(MIT) * * Copyright(c) 2015 Lorenzo Delana <lorenzo.delana@gmail.com> * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to...
devel0/Lib0
src/Lib0.Test/Program.cs
https://github.com/devel0/Lib0/blob/HEAD/src/Lib0.Test/Program.cs
ghcode:00165:da92fee5898b
mit
codeparrot/github-code
da92fee5898b2f48e34ef47484ef33e4e47c6cda486588e4b8fe0763113ae2fc
0.7
testing_debugging_repair_refactoring
2,406
false
2026-07-17
using System; using Newtonsoft.Json.Linq; using System.Linq; using System.Collections.Generic; using System.IO; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using Newtonsoft.Json.Converters; using Xunit; using Moq; using System.Net; using System.Text; using System.Threading.Tasks; using JsonRpc.Commons;...
gacu82/JsonRpc
test/JsonRpc.Tests/ClientTest.cs
https://github.com/gacu82/JsonRpc/blob/HEAD/test/JsonRpc.Tests/ClientTest.cs
ghcode:00165:8b9ca636b1cb
mit
codeparrot/github-code
8b9ca636b1cb9cbba14a1e6315c87d354a96df5bff632f1e52df2c4d38396462
0.85
testing_debugging_repair_refactoring
446
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ListMemberTest.cs" company="Brandon Seydel"> // N/A // </copyright> // -----------------------------------------------------------------------------------------------------------...
brandonseydel/MailChimp.Net
MailChimp.Net.Tests/ListMemberTest.cs
https://github.com/brandonseydel/MailChimp.Net/blob/HEAD/MailChimp.Net.Tests/ListMemberTest.cs
ghcode:00165:76439215ce49
mit
codeparrot/github-code
76439215ce49680c11b831e6da494a8e2de924b19931fd8040578ed8d8ad4119
0.85
testing_debugging_repair_refactoring
2,814
false
2026-07-17
/* * SonarLint for Visual Studio * Copyright (C) 2016-2021 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
SonarSource-VisualStudio/sonarlint-visualstudio
src/Progress.TestFramework/SequentialProgressControllerHelper.cs
https://github.com/SonarSource-VisualStudio/sonarlint-visualstudio/blob/HEAD/src/Progress.TestFramework/SequentialProgressControllerHelper.cs
ghcode:00165:7d57211d6905
mit
codeparrot/github-code
7d57211d6905f8b3048606752ff8c1f8a30ae575e2226fbfc1e818fb831dc624
0.85
testing_debugging_repair_refactoring
1,025
false
2026-07-17
using System; using System.Collections; using GTA.Extensions; using Microsoft.VisualStudio.TestTools.UnitTesting; using UniRx; namespace TestProject { [TestClass] public class ToObservableTest { public CoroutineManager Coroutine { get; } = new CoroutineManager(); #region RunningTest ...
aridai/ScriptHookExtensions
TestProject/Tests/ToObservableTest.cs
https://github.com/aridai/ScriptHookExtensions/blob/HEAD/TestProject/Tests/ToObservableTest.cs
ghcode:00165:7a32e7b0d4ac
mit
codeparrot/github-code
7a32e7b0d4ac6acc8bc9c9be286c6de9a9f29e57bd0839e5f41d5ea96e45a55c
0.85
testing_debugging_repair_refactoring
1,634
false
2026-07-17
using System; using System.IO; using Xunit; namespace SkiaSharp.Tests { public class SKStreamTest : SKTest { [SkippableFact] public void SupportsNonASCIICharactersInPath() { var path = Path.Combine(PathToImages, "上田雅美.jpg"); using (var stream = new SKFileStream(path)) { Assert.NotNull(stream); ...
mono/SkiaSharp
tests/Tests/SKStreamTest.cs
https://github.com/mono/SkiaSharp/blob/HEAD/tests/Tests/SKStreamTest.cs
ghcode:00165:08e415ab9d7e
mit
codeparrot/github-code
08e415ab9d7ea61fc4836336f4541cc77e7356b161db0806bdf52cb1b143694e
0.85
testing_debugging_repair_refactoring
900
false
2026-07-17
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AutoFixtureBackedDummyFactoryTest.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // -----------------------------------...
OBeautifulCode/OBeautifulCode.AutoFakeItEasy
OBeautifulCode.AutoFakeItEasy.Test/AutoFixtureBackedDummyFactoryTest.cs
https://github.com/OBeautifulCode/OBeautifulCode.AutoFakeItEasy/blob/HEAD/OBeautifulCode.AutoFakeItEasy.Test/AutoFixtureBackedDummyFactoryTest.cs
ghcode:00165:ad4102c341a3
mit
codeparrot/github-code
ad4102c341a34e74ac8578251f3c85e3d2fe1001b13b497542a93157b5cb8db1
0.7
testing_debugging_repair_refactoring
11,748
false
2026-07-17
using NUnit.Framework; using Assert = ModestTree.Assert; namespace Zenject.Tests.Bindings { [TestFixture] public class TestFactoryFromResolve0 : ZenjectUnitTestFixture { [Test] public void TestSelf() { var foo = new Foo(); Container.BindInstance(foo).NonLazy...
modesttree/Zenject
UnityProject/Assets/Plugins/Zenject/OptionalExtras/UnitTests/Editor/Factories/Bindings/TestFactoryFromResolve0.cs
https://github.com/modesttree/Zenject/blob/HEAD/UnityProject/Assets/Plugins/Zenject/OptionalExtras/UnitTests/Editor/Factories/Bindings/TestFactoryFromResolve0.cs
ghcode:00165:711a150de078
mit
codeparrot/github-code
711a150de078ef80ccea99552325311253762f88ce160a22d7decda72cf86fec
0.75
testing_debugging_repair_refactoring
363
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace RelativePlacement.Test { /// <summary> /// This class contains tests according to the example provided in the document /// "Unraveling the Mystery of the RELATIVE PLACEMENT SCORING SYSTEM" by Jim Tigges /// publi...
JessieArr/RelativePlacement
CSharp/RelativePlacement.Test/MasterTest.cs
https://github.com/JessieArr/RelativePlacement/blob/HEAD/CSharp/RelativePlacement.Test/MasterTest.cs
ghcode:00165:6407acc52f1e
mit
codeparrot/github-code
6407acc52f1e0aea27ed6ecdd4f5eb6a8f2c247c2a6f263af206586f281cd96f
0.7
testing_debugging_repair_refactoring
2,826
false
2026-07-17
namespace TestAssembly.CommonInterface.TestObjects { internal interface IService22 : IService2 { IService11 Service11 { get; } Service21 Service21 { get; } } }
sunloving/photosphere-di
src/tests/test-assemblies/TestAssembly.CommonInterface/TestObjects/IService22.cs
https://github.com/sunloving/photosphere-di/blob/HEAD/src/tests/test-assemblies/TestAssembly.CommonInterface/TestObjects/IService22.cs
ghcode:00165:1a20812fff8d
mit
codeparrot/github-code
1a20812fff8db9eb3a7bd1f8397ac8942cbed4b21eb7209ca913febb917f3baa
0.6
testing_debugging_repair_refactoring
46
false
2026-07-17
using System; using NUnit.Framework; namespace JimsBackgroundChanger.Tests { [TestFixture] public class CommandTest { private Command.Result _result; [SetUp] public void StartUp() { _result = new Command.Result(0, "", "out"); } [TearDown] ...
Jimver/jimsbackgroundchanger
JimsBackgroundChanger.Tests/CommandTest.cs
https://github.com/Jimver/jimsbackgroundchanger/blob/HEAD/JimsBackgroundChanger.Tests/CommandTest.cs
ghcode:00165:c8cd07eb2373
mit
codeparrot/github-code
c8cd07eb2373d3b55a98fdd8c11c3ee3e6caffe38de3ab57913ad40e43e03328
0.75
testing_debugging_repair_refactoring
142
false
2026-07-17
using Lucene.Net.Support; using NUnit.Framework; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace Lucene.Net.Analysis.TokenAttributes { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTI...
laimis/lucenenet
src/Lucene.Net.Tests/Analysis/TokenAttributes/TestCharTermAttributeImpl.cs
https://github.com/laimis/lucenenet/blob/HEAD/src/Lucene.Net.Tests/Analysis/TokenAttributes/TestCharTermAttributeImpl.cs
ghcode:00165:94ff33bdac77
apache-2.0
codeparrot/github-code
94ff33bdac77d3cf11fa8ce9df4ec2bdce5b334e0395cf8cab3ea6fa07257278
0.85
testing_debugging_repair_refactoring
5,263
false
2026-07-17
using NUnit.Framework; using Golem.Core; namespace Golem.Tests { internal class TestBaseTests : TestBase { [Test] public void TestDataContainerCreated() { Assert.IsNotNull(testData); Assert.IsNotNull(testData.VerificationErrors); Assert.IsNotNull(tes...
ProtoTest/ProtoTest.Golem
ProtoTest.Golem/Tests/TestBaseTests.cs
https://github.com/ProtoTest/ProtoTest.Golem/blob/HEAD/ProtoTest.Golem/Tests/TestBaseTests.cs
ghcode:00165:491874851b5d
apache-2.0
codeparrot/github-code
491874851b5da709faa6ad9bb4717c7b5e855cbe9d39aa972f1f5d1318417874
0.85
testing_debugging_repair_refactoring
67
false
2026-07-17
using System; using System.Threading; using NDatabase.Api; using NUnit.Framework; namespace Test.NDatabase.Odb.Test.Query.Criteria { [TestFixture] public class TestCriteriaQuery : ODBTest { public void SetUp(string baseName) { base.SetUp(); DeleteBase(ba...
WaltChen/NDatabase
tests/NDatabase.Old.UnitTests/NDatabase/Odb/Test/Query/Criteria/TestCriteriaQuery.cs
https://github.com/WaltChen/NDatabase/blob/HEAD/tests/NDatabase.Old.UnitTests/NDatabase/Odb/Test/Query/Criteria/TestCriteriaQuery.cs
ghcode:00165:ee338e64cb2e
apache-2.0
codeparrot/github-code
ee338e64cb2e1645b9e7134f2cc69467affbb651f839c6618519348dac79f155
0.85
testing_debugging_repair_refactoring
1,559
false
2026-07-17
#region [ license and copyright boilerplate ] /* MiscCorLib.Collections.Generic ConvertStructCollectionTests.cs Copyright (c) 2016 Jim Kropa (https://github.com/jimkropa) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obt...
jimkropa/misc.corlib
tests/misc.corlib.Tests/Collections/Generic/ConvertStructCollectionTests.cs
https://github.com/jimkropa/misc.corlib/blob/HEAD/tests/misc.corlib.Tests/Collections/Generic/ConvertStructCollectionTests.cs
ghcode:00165:f4c120640d25
apache-2.0
codeparrot/github-code
f4c120640d255608295b73ce2c44762ad0cdbded047c8f8b7159a8e0e8a7974f
0.85
testing_debugging_repair_refactoring
1,082
false
2026-07-17
using System.Net; using Microsoft.AspNetCore.Mvc; using Microsoft.VisualStudio.TestTools.UnitTesting; using NakedFramework.Rest.API; using Newtonsoft.Json.Linq; namespace RestTestFramework { public static class GeneralHelpers { public static JObject GetJObject(this JToken jToken) => jToken swi...
NakedObjectsGroup/NakedObjectsFramework
Template/RestTest Template/RestTest.Framework/Helpers/GeneralHelpers.cs
https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/HEAD/Template/RestTest Template/RestTest.Framework/Helpers/GeneralHelpers.cs
ghcode:00165:3e32902fb375
apache-2.0
codeparrot/github-code
3e32902fb3756b7246e28d11ba06531e7b0cf4a54088131c345211981fc0f979
0.75
testing_debugging_repair_refactoring
337
false
2026-07-17
#region License /* * Copyright 2004 the original author or 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 re...
MaferYangPointJun/Spring.net
test/Spring/Spring.Core.Tests/Objects/Factory/Config/DictionaryFactoryObjectTests.cs
https://github.com/MaferYangPointJun/Spring.net/blob/HEAD/test/Spring/Spring.Core.Tests/Objects/Factory/Config/DictionaryFactoryObjectTests.cs
ghcode:00165:92a4502376b7
apache-2.0
codeparrot/github-code
92a4502376b7fb947f7a8d089efd487137f2b7d7f4ddf119b4bafa163c9b06ae
0.85
testing_debugging_repair_refactoring
920
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. namespace ApiExplorerWebSite { public class Customer { } }
aspnet/AspNetCore
src/Mvc/test/WebSites/ApiExplorerWebSite/Models/Customer.cs
https://github.com/aspnet/AspNetCore/blob/HEAD/src/Mvc/test/WebSites/ApiExplorerWebSite/Models/Customer.cs
ghcode:00165:90a9b131dcbe
apache-2.0
codeparrot/github-code
90a9b131dcbeadd2e698b570d62a4d48aae1378d4c2c2948179f7240654fcecb
0.85
testing_debugging_repair_refactoring
45
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...
vadopolski/ignite
modules/platforms/dotnet/Apache.Ignite.Core/Impl/PersistentStore/PersistentStoreMetrics.cs
https://github.com/vadopolski/ignite/blob/HEAD/modules/platforms/dotnet/Apache.Ignite.Core/Impl/PersistentStore/PersistentStoreMetrics.cs
ghcode:00165:d2caeebe7d26
apache-2.0
codeparrot/github-code
d2caeebe7d26b4e3b22af8f461dede099c3a408e9074141b952da4febb9196d2
0.7
testing_debugging_repair_refactoring
691
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using Rhino.Mocks; using Sep.Git.Tfs.Commands; using Sep.Git.Tfs.Test.TestHelpers; using StructureMap.AutoMocking; using NDesk.Options; using Xunit; namespace Sep.Git.Tfs.Test.Commands { public class HelpTest ...
irontoby/git-tfs
GitTfsTest/Commands/HelpTest.cs
https://github.com/irontoby/git-tfs/blob/HEAD/GitTfsTest/Commands/HelpTest.cs
ghcode:00165:3c38e8044ff4
apache-2.0
codeparrot/github-code
3c38e8044ff462a3f71d990feae74ab3b7cdaa15cf1fb740d7070084d01cfe71
0.6
testing_debugging_repair_refactoring
470
false
2026-07-17
// Copyright 2016, 2015, 2014 Matthias Koch // // 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 ...
matkoch/TestFx
src/TestFx.MSpec.Tests/SubjectTextOnlyTest.cs
https://github.com/matkoch/TestFx/blob/HEAD/src/TestFx.MSpec.Tests/SubjectTextOnlyTest.cs
ghcode:00165:64e8f37152f4
apache-2.0
codeparrot/github-code
64e8f37152f43575e8c59006f2bb7ae36652b4e9d92c07e66f3616ab4fa65b8f
0.85
testing_debugging_repair_refactoring
294
false
2026-07-17
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using Newtonsoft.Json4.Linq; using NUnit.Framework; using System.IO; namespace Newtonsoft.Json4.Tests.Linq { public class JPropertyTests : TestFixtureBase { [Test] p...
bitpusher/Newtonsoft.Json4
json-64905/trunk/Src/Newtonsoft.Json.Tests/Linq/JPropertyTests.cs
https://github.com/bitpusher/Newtonsoft.Json4/blob/HEAD/json-64905/trunk/Src/Newtonsoft.Json.Tests/Linq/JPropertyTests.cs
ghcode:00165:b05d69ee9723
apache-2.0
codeparrot/github-code
b05d69ee97237028da3ba06cf25cf3ab8251897010174c458d907e8af6c8ecfa
0.85
testing_debugging_repair_refactoring
855
false
2026-07-17
/* * Copyright 2012 Stanislav Muhametsin. 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 * * U...
CometaSolutions/Qi4CS
Source/Qi4CS.Tests/Core/Architecture/Layered/Model/LayerUsageTest.cs
https://github.com/CometaSolutions/Qi4CS/blob/HEAD/Source/Qi4CS.Tests/Core/Architecture/Layered/Model/LayerUsageTest.cs
ghcode:00165:fa2e5419bceb
apache-2.0
codeparrot/github-code
fa2e5419bcebe2946132ccdf942f461ce094d8a86c79ddb584627737ac9ad244
0.75
testing_debugging_repair_refactoring
549
false
2026-07-17
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org/?p=license&r=2.4 // **************************************************************** using Sy...
vimaier/conqat
org.conqat.engine.dotnet/test-data/org.conqat.engine.dotnet.scope/NUnit_Folder/NUnitFramework/framework/Constraints/ComparisonConstraints.cs
https://github.com/vimaier/conqat/blob/HEAD/org.conqat.engine.dotnet/test-data/org.conqat.engine.dotnet.scope/NUnit_Folder/NUnitFramework/framework/Constraints/ComparisonConstraints.cs
ghcode:00165:bedd4e47c756
apache-2.0
codeparrot/github-code
bedd4e47c75602a007e2b6134cf886c32e1a0f177ea70284b55da936349a2cc2
0.85
testing_debugging_repair_refactoring
1,113
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using TRL.Common.Models; using TRL.Common.TimeHelpers; namespace TRL.Common.Test.Models { [TestClass] public class CloseOrderTests { [TestMethod] public...
wouldyougo/TRx
TRL.Common.Test/Models/CloseOrderTests.cs
https://github.com/wouldyougo/TRx/blob/HEAD/TRL.Common.Test/Models/CloseOrderTests.cs
ghcode:00165:c6524ddbebf0
apache-2.0
codeparrot/github-code
c6524ddbebf0d87858a6a1b58ba386d1c71c899cb02d2c2f51d46ba9e0f8d745
0.75
testing_debugging_repair_refactoring
174
false
2026-07-17
using System; using System.Collections.Generic; using Xunit; namespace Fan.Tests.Helpers { /// <summary> /// Unit tests for <see cref="IEnumerableExtensions"/> class. /// </summary> public class IEnumerableExtensionsTest { public static IEnumerable<object[]> ListOfStr => new List<object[]>...
FanrayMedia/Fanray
test/Fan.Tests/Helpers/IEnumerableExtensionsTest.cs
https://github.com/FanrayMedia/Fanray/blob/HEAD/test/Fan.Tests/Helpers/IEnumerableExtensionsTest.cs
ghcode:00165:e16be3a4c6c1
apache-2.0
codeparrot/github-code
e16be3a4c6c1127a62bad07b9a88679013f15182b96995c49663e83bc25233bd
0.7
testing_debugging_repair_refactoring
368
false
2026-07-17
namespace FluentLinqToSql.Tests.ActiveRecord { using System; using System.Data.Linq; using System.Linq; using FluentLinqToSql.ActiveRecord; using FluentLinqToSql.Tests.ActiveRecord.Model; using NUnit.Framework; public class OneToManyTester : IntegrationTest { [Test] public void MapsOneToManyUsingConventio...
JeremySkinner/FluentLinqToSql
src/FluentLinqToSql.Tests.ActiveRecord/OneToManyTester.cs
https://github.com/JeremySkinner/FluentLinqToSql/blob/HEAD/src/FluentLinqToSql.Tests.ActiveRecord/OneToManyTester.cs
ghcode:00165:e3de6269208b
apache-2.0
codeparrot/github-code
e3de6269208b2e7a5909a6d21cf1d76b0e09871ade220119f81f69f084a64634
0.75
testing_debugging_repair_refactoring
156
false
2026-07-17
using BenchmarkDotNet.Attributes; using BigBook.Benchmarks.Tests.TestClasses; using Microsoft.Extensions.DependencyInjection; using System.Collections.Concurrent; using System.Dynamic; namespace BigBook.Benchmarks.Tests { [RPlotExporter, RankColumn, MemoryDiagnoser] public class DynamoTests { ...
JaCraig/BigBookOfDataTypes
BigBook.Benchmarks/Tests/DynamoTests.cs
https://github.com/JaCraig/BigBookOfDataTypes/blob/HEAD/BigBook.Benchmarks/Tests/DynamoTests.cs
ghcode:00165:f75ad9cb6e02
apache-2.0
codeparrot/github-code
f75ad9cb6e022349285843cf39069a379f8f17dee01d4f8b031eeba7a194776b
0.85
testing_debugging_repair_refactoring
1,081
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.CodeFixes; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.CodeAnalysis.Un...
mattwar/roslyn-analyzers
src/Microsoft.Maintainability.Analyzers/UnitTests/RemoveUnusedLocalsTests.Fixer.cs
https://github.com/mattwar/roslyn-analyzers/blob/HEAD/src/Microsoft.Maintainability.Analyzers/UnitTests/RemoveUnusedLocalsTests.Fixer.cs
ghcode:00165:739d799e94c9
apache-2.0
codeparrot/github-code
739d799e94c9c30955fcc4025c7c2fc540d1199ae2ccab06b6d27a747f272721
0.75
testing_debugging_repair_refactoring
204
false
2026-07-17
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using NMF.Expressions.Test; namespace NMF.Expressions.Linq.Tests { /// <summary> /// Summary description for UnitTest1 /// </summary> [TestClass] public class R...
NMFCode/NMF
Expressions/Tests/Expressions.Test/RecursiveTest.cs
https://github.com/NMFCode/NMF/blob/HEAD/Expressions/Tests/Expressions.Test/RecursiveTest.cs
ghcode:00165:04f0250712fe
bsd-3-clause
codeparrot/github-code
04f0250712feeeceece5ef6c5e236268ab7766c7764a080163374fdf57af494f
0.95
testing_debugging_repair_refactoring
286
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.Diagnostics; using System.Threading; using System.Threading.Tasks; ...
tijoytom/coreclr
src/mscorlib/shared/System/IO/FileStream.Unix.cs
https://github.com/tijoytom/coreclr/blob/HEAD/src/mscorlib/shared/System/IO/FileStream.Unix.cs
ghcode:00165:512effa6aa65
mit
codeparrot/github-code
512effa6aa65f37b61c280e5daa7b9398a427b8f6cc3275695dcaf49b485f4ac
0.85
testing_debugging_repair_refactoring
7,539
false
2026-07-17
using static System.Math; namespace BenchmarkDotNet.Mathematics { public static class MathHelper { public static int Clamp(int value, int min, int max) => Min(Max(value, min), max); } }
Ky7m/BenchmarkDotNet
src/BenchmarkDotNet/Mathematics/MathHelper.cs
https://github.com/Ky7m/BenchmarkDotNet/blob/HEAD/src/BenchmarkDotNet/Mathematics/MathHelper.cs
ghcode:00165:ce8d276f1dc5
mit
codeparrot/github-code
ce8d276f1dc5091bde0b46dedf1d46104a0fc73d582b1f2a18ea190fd7a511b6
0.75
testing_debugging_repair_refactoring
48
false
2026-07-17
using RefactoringEssentials.CSharp.Diagnostics; using Xunit; namespace RefactoringEssentials.Tests.CSharp.Diagnostics { public class RedundantObjectCreationArgumentListTests : CSharpDiagnosticTestBase { [Fact] public void Test() { var input = @" class TestClass { public int...
SSkovboiSS/RefactoringEssentials
Tests/CSharp/Diagnostics/RedundantObjectCreationArgumentListTests.cs
https://github.com/SSkovboiSS/RefactoringEssentials/blob/HEAD/Tests/CSharp/Diagnostics/RedundantObjectCreationArgumentListTests.cs
ghcode:00165:14596e449ca8
mit
codeparrot/github-code
14596e449ca83f79a832e316337a642ef0446bbfe4f6e337b539126898e7d6eb
0.75
testing_debugging_repair_refactoring
368
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.Emit.Tests { public class TestConstructor { static TestConstructor() { }...
alphonsekurian/corefx
src/System.Reflection.Emit.ILGeneration/tests/Utilities.cs
https://github.com/alphonsekurian/corefx/blob/HEAD/src/System.Reflection.Emit.ILGeneration/tests/Utilities.cs
ghcode:00165:dde497064fff
mit
codeparrot/github-code
dde497064fffb972acd3de58ac76a6a79d56cd262a97e97d31e628a19678871c
0.95
testing_debugging_repair_refactoring
676
false
2026-07-17
#region Copyright // // DotNetNuke® - http://www.dotnetnuke.com // Copyright (c) 2002-2016 // 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 restrict...
yiji/Dnn.Platform
DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedDictionaryTests.cs
https://github.com/yiji/Dnn.Platform/blob/HEAD/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedDictionaryTests.cs
ghcode:00165:e12aab08e3fa
mit
codeparrot/github-code
e12aab08e3fa3b592aae16d8c56d9a6074f9dbb4ae8bc2816ee8891da0f0cc50
0.95
testing_debugging_repair_refactoring
339
false
2026-07-17
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Threading; namespace UITests { [TestClass] [TestGroup("Group2", Exclusive = true)] public class Class2 { [TestMethod] public void Class2TestMethod1() { Thread.Sleep(1000); Assert.AreEqual(1...
ivanzavalnii/ParallelTestRunner
UITests/Class2.cs
https://github.com/ivanzavalnii/ParallelTestRunner/blob/HEAD/UITests/Class2.cs
ghcode:00165:6a77130e2768
mit
codeparrot/github-code
6a77130e27688fb92d6b4a40e8b3e6cc3f9f6a55dba72eb0bba8bd343932cd95
0.6
testing_debugging_repair_refactoring
144
false
2026-07-17
namespace NGitLab.Tests.RepositoryClient { public class FilesClientTests { readonly IFilesClient client; public FilesClientTests() { client = _RepositoryClientTests.RepositoryClient.Files; } } }
Xarlot/NGitLab
NGitLab/NGitLab.Tests/RepositoryClient/FilesClientTests.cs
https://github.com/Xarlot/NGitLab/blob/HEAD/NGitLab/NGitLab.Tests/RepositoryClient/FilesClientTests.cs
ghcode:00165:013a02cbaba1
mit
codeparrot/github-code
013a02cbaba1ae22f8d698b59195886bacf591e0ebc6b4fdbb21f6365f1fa605
0.75
testing_debugging_repair_refactoring
45
false
2026-07-17
using console; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; namespace ConsoleTestProj { /// <summary> ///This is a test class for _011_GenerateParentheseTest and is intended ///to contain all _011_GenerateParentheseTest Unit Tests ///</s...
zduan001/BusAroundMe
Console/ConsoleTestProj/_011_GenerateParentheseTest.cs
https://github.com/zduan001/BusAroundMe/blob/HEAD/Console/ConsoleTestProj/_011_GenerateParentheseTest.cs
ghcode:00165:f047e9000398
apache-2.0
codeparrot/github-code
f047e9000398bd9967317f04571d23b325e41c1b7823a7689dffa4a69cf77781
0.85
testing_debugging_repair_refactoring
501
false
2026-07-17
using System; using System.Collections.Generic; using Bridge.Html5; using Bridge.Test.NUnit; namespace Bridge.ClientTest.Batch3.BridgeIssues { [Category(Constants.MODULE_ISSUES)] [TestFixture(TestNameFormat = "#2792 - {0}")] public class Bridge2792 { public class A { public ...
bridgedotnet/Bridge
Tests/Batch3/BridgeIssues/2700/N2792.cs
https://github.com/bridgedotnet/Bridge/blob/HEAD/Tests/Batch3/BridgeIssues/2700/N2792.cs
ghcode:00165:0f79b82c18c0
apache-2.0
codeparrot/github-code
0f79b82c18c09ad220623fb8ea05af71b266b1a7f8d369427ec3a404bc923ac4
0.75
testing_debugging_repair_refactoring
175
false
2026-07-17
using System; using System.Data; using System.Data.SqlClient; using Microsoft.SqlServer.Types; using NUnit.Framework; // ReSharper disable ExpressionIsAlwaysNull namespace Mirabeau.MsSql.Library.UnitTests { /// <summary> /// Tests for the <see cref="SqlParameterExtensions"/> /// </summary> [TestFixtur...
jeroenpot/SqlHelper
Source/Mirabeau.MsSql.Library.UnitTests/SqlParameterExtensionsTests.cs
https://github.com/jeroenpot/SqlHelper/blob/HEAD/Source/Mirabeau.MsSql.Library.UnitTests/SqlParameterExtensionsTests.cs
ghcode:00165:c7527ead7b1d
bsd-3-clause
codeparrot/github-code
c7527ead7b1d2afdf9d040f77c513e45afaedfeae1549f8cbbf5a859a782cd94
0.85
testing_debugging_repair_refactoring
1,882
false
2026-07-17
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; using FluentAssertions; using Microsoft.Common.Core.IO; using Microsoft.Common.Core.Shell; using...
AlexanderSher/RTVS
src/Package/Test/Sql/PublishOptionsDialogTest.cs
https://github.com/AlexanderSher/RTVS/blob/HEAD/src/Package/Test/Sql/PublishOptionsDialogTest.cs
ghcode:00165:0ff25b3a7d5c
mit
codeparrot/github-code
0ff25b3a7d5cd648ea8b77500e4c0e54f96dc4b8ff4fa590ad6c74467c2e29ec
0.85
testing_debugging_repair_refactoring
303
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"); yo...
yingdachen/incubator-reef
lang/cs/Org.Apache.REEF.Network/Group/Operators/Impl/ReduceOperatorSpec.cs
https://github.com/yingdachen/incubator-reef/blob/HEAD/lang/cs/Org.Apache.REEF.Network/Group/Operators/Impl/ReduceOperatorSpec.cs
ghcode:00165:07d81d0a73c3
apache-2.0
codeparrot/github-code
07d81d0a73c318c54b03d9dde48ebbe43ec5d64d98c3881fe0e3a9ee7df72431
0.85
testing_debugging_repair_refactoring
477
false
2026-07-17
using System; using System.Collections.Generic; using System.IO; using System.Security; using System.Security.Policy; using System.Text; using IronPython.Runtime; using Microsoft.Scripting; using Microsoft.Scripting.Hosting; using NUnit.Framework; using System.Reflection; using Microsoft.Scripting.Runtime; namespace ...
tempbottle/dlr
Tests/HostingTest/ScriptRuntimeTest.cs
https://github.com/tempbottle/dlr/blob/HEAD/Tests/HostingTest/ScriptRuntimeTest.cs
ghcode:00165:ed703d1ee038
apache-2.0
codeparrot/github-code
ed703d1ee03841a8584627be9cb08f29f653ef9187ebb3c3cfdd8a55897082ad
0.85
testing_debugging_repair_refactoring
4,450
false
2026-07-17
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NMF.Expressions.Linq.Tests { public class AbsoluteValueComparer : IEqualityComparer<int>, IComparer<int> { public bool Equals(int x, int y) { return Math.Abs(x) == Math.Abs(y); }...
NMFCode/NMF
Expressions/Tests/Expressions.Linq.Tests/AbsoluteValueComparer.cs
https://github.com/NMFCode/NMF/blob/HEAD/Expressions/Tests/Expressions.Linq.Tests/AbsoluteValueComparer.cs
ghcode:00165:36f0e54d6212
bsd-3-clause
codeparrot/github-code
36f0e54d6212826193ab4e6dc8842f0f5f6c8dc0c2cc9e1bd5205945175cb873
0.85
testing_debugging_repair_refactoring
115
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Bond.Expressions { using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; internal static c...
alfpark/bond
cs/src/core/expressions/RequiredFields.cs
https://github.com/alfpark/bond/blob/HEAD/cs/src/core/expressions/RequiredFields.cs
ghcode:00165:c8c059c3ffaf
mit
codeparrot/github-code
c8c059c3ffafa9769acfc2690efc65174af09440aa527bbb59d35491c465c174
0.85
testing_debugging_repair_refactoring
548
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Xunit; namespace System.Colle...
janhenke/corefx
src/System.Collections/tests/Generic/SortedList/SortedList.Generic.Tests.cs
https://github.com/janhenke/corefx/blob/HEAD/src/System.Collections/tests/Generic/SortedList/SortedList.Generic.Tests.cs
ghcode:00165:b80ff17f7bff
mit
codeparrot/github-code
b80ff17f7bff380fd3e831ae1acac5585e0aa34a824057a1889ebdba70ddaf9c
0.95
testing_debugging_repair_refactoring
4,015
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. // Internal.Reflection.Execution // ------------------------------------------------- // Why does this ex...
gregkalapos/corert
src/System.Private.Reflection.Execution/src/Internal/Reflection/Execution/ReflectionExecution.cs
https://github.com/gregkalapos/corert/blob/HEAD/src/System.Private.Reflection.Execution/src/Internal/Reflection/Execution/ReflectionExecution.cs
ghcode:00165:3e2307610acc
mit
codeparrot/github-code
3e2307610accd62c28f94c9c86a89aab89fd0f4a12a21dd9aea679b9137009ca
0.95
testing_debugging_repair_refactoring
1,043
false
2026-07-17
// *********************************************************************** // Copyright (c) 2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
OmicronPersei/nunit
src/NUnitFramework/framework/Internal/Filters/CategoryFilter.cs
https://github.com/OmicronPersei/nunit/blob/HEAD/src/NUnitFramework/framework/Internal/Filters/CategoryFilter.cs
ghcode:00165:eb8a4392f267
mit
codeparrot/github-code
eb8a4392f2675b19f436d64cdb1667670d616dfeb4697ab430616e45e49e1fbb
0.85
testing_debugging_repair_refactoring
517
false
2026-07-17
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Linq; namespace Test { public class TakeSkipTests { // // Take and Skip // [Fact] ...
shiftkey-tester/corefx
src/System.Linq.Parallel/tests/TakeSkipTests.cs
https://github.com/shiftkey-tester/corefx/blob/HEAD/src/System.Linq.Parallel/tests/TakeSkipTests.cs
ghcode:00165:e83b21dc8df1
mit
codeparrot/github-code
e83b21dc8df1a7b9cb38273030fa1f0c565a74d7102b85c36832a427d1b861b3
0.95
testing_debugging_repair_refactoring
1,666
false
2026-07-17
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
AlphaStaxLLC/taiga
OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
https://github.com/AlphaStaxLLC/taiga/blob/HEAD/OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
ghcode:00165:68c42eb178ce
bsd-3-clause
codeparrot/github-code
68c42eb178ce4dbac5c52738c3424ee1ec97cdfb1c8cc5e9000a7283332d57f5
0.85
testing_debugging_repair_refactoring
488
false
2026-07-17
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace Cake.Core.Tests.Unit { public sealed class CakeTaskExtensionsTests { public...
vlesierse/cake
src/Cake.Core.Tests/Unit/CakeTaskExtensionsTests.cs
https://github.com/vlesierse/cake/blob/HEAD/src/Cake.Core.Tests/Unit/CakeTaskExtensionsTests.cs
ghcode:00165:ecded2323236
mit
codeparrot/github-code
ecded2323236d05ec46629d295abc6ac8baa5f63208cc90dd6e18dda1f51cbd8
0.85
testing_debugging_repair_refactoring
198
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 ag...
TraceRouter/bitcoinsharp
src/Examples/PingService.cs
https://github.com/TraceRouter/bitcoinsharp/blob/HEAD/src/Examples/PingService.cs
ghcode:00165:6660d4eb7cef
apache-2.0
codeparrot/github-code
6660d4eb7cefb49e325583eb4ab30d0e5221a30873ab2734ad604724a376b137
0.85
testing_debugging_repair_refactoring
1,137
false
2026-07-17
// // Copyright (c) 2004-2016 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...
tetrodoxin/NLog
tests/NLog.UnitTests/LayoutRenderers/ThreadNameTests.cs
https://github.com/tetrodoxin/NLog/blob/HEAD/tests/NLog.UnitTests/LayoutRenderers/ThreadNameTests.cs
ghcode:00165:aeea646884bc
bsd-3-clause
codeparrot/github-code
aeea646884bc598ed77dff391a6435dcc55c025073d6ea4fb42c35a7786ab8f1
0.85
testing_debugging_repair_refactoring
529
false
2026-07-17
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
undeadlabs/msgpack-cli
test/NUnitLite/src/framework/Constraints/AssignableToConstraint.cs
https://github.com/undeadlabs/msgpack-cli/blob/HEAD/test/NUnitLite/src/framework/Constraints/AssignableToConstraint.cs
ghcode:00165:51207f477e63
apache-2.0
codeparrot/github-code
51207f477e6334839c339d70a459daef42122f46a36f434fae0cc07e3ab1b078
0.95
testing_debugging_repair_refactoring
519
false
2026-07-17
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
ndykman/CodeContracts
Microsoft.Research/Analyzers/Unsafe Code Analysis/StripesIntervalsKarrForUnsafeCode.cs
https://github.com/ndykman/CodeContracts/blob/HEAD/Microsoft.Research/Analyzers/Unsafe Code Analysis/StripesIntervalsKarrForUnsafeCode.cs
ghcode:00165:76730c801a1e
mit
codeparrot/github-code
76730c801a1e27c63ffe8d7e88df0e909a0acf42aa9ed000844ddead3a0a07ae
0.85
testing_debugging_repair_refactoring
1,852
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...
dulems/azure-powershell
src/ResourceManager/HDInsight/Commands.HDInsight.Test/UnitTests/GetPropertiesTests.cs
https://github.com/dulems/azure-powershell/blob/HEAD/src/ResourceManager/HDInsight/Commands.HDInsight.Test/UnitTests/GetPropertiesTests.cs
ghcode:00165:929e781b5bce
apache-2.0
codeparrot/github-code
929e781b5bce4db14253b86cb90a91728f83be40cfc9966544b4ce64ffb7b890
0.85
testing_debugging_repair_refactoring
514
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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Diagnostics { /// <summary> /// Rep...
AlekseyTs/roslyn
src/Compilers/Core/Portable/DiagnosticAnalyzer/SourceOrAdditionalFile.cs
https://github.com/AlekseyTs/roslyn/blob/HEAD/src/Compilers/Core/Portable/DiagnosticAnalyzer/SourceOrAdditionalFile.cs
ghcode:00165:4f0201138dd1
mit
codeparrot/github-code
4f0201138dd138f4965e2e11c1e6a894703086a4b1d654c954b95135d547bd0c
0.85
testing_debugging_repair_refactoring
391
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.Linq; using Xunit; namespace System.Reflection.Context.Tests { p...
ViktorHofer/corefx
src/System.Reflection.Context/tests/CustomPropertyInfoTests.cs
https://github.com/ViktorHofer/corefx/blob/HEAD/src/System.Reflection.Context/tests/CustomPropertyInfoTests.cs
ghcode:00165:d53611ec95b7
mit
codeparrot/github-code
d53611ec95b7461d7fc4983a65a3fe8a52de0b6725f3b87495ab7dc8730e59de
0.95
testing_debugging_repair_refactoring
259
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.Specialized; using System.IO; using System.Net.Mime; namespace System.Net.Ma...
shimingsg/corefx
src/System.Net.Mail/src/System/Net/Mail/MailWriter.cs
https://github.com/shimingsg/corefx/blob/HEAD/src/System.Net.Mail/src/System/Net/Mail/MailWriter.cs
ghcode:00165:d632680f31fa
mit
codeparrot/github-code
d632680f31fa5797838d813a061160b89b0d4f817a8eb839cab6b8759656eb21
0.95
testing_debugging_repair_refactoring
410
false
2026-07-17
#region License // // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // // 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 /...
cpmcgrath/fluentmigrator
src/FluentMigrator.Tests/Unit/Builders/Create/CreateForeignKeyExpressionBuilderTests.cs
https://github.com/cpmcgrath/fluentmigrator/blob/HEAD/src/FluentMigrator.Tests/Unit/Builders/Create/CreateForeignKeyExpressionBuilderTests.cs
ghcode:00165:3006f496b4dc
apache-2.0
codeparrot/github-code
3006f496b4dcc772048e142bd2d91c7d2f3ec8ed7229a192c9c451353e4172c8
0.85
testing_debugging_repair_refactoring
1,366
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.ComponentModel.Primitives.Tests { public class...
ellismg/corefx
src/System.ComponentModel.Primitives/tests/ReadOnlyAttributeTests.cs
https://github.com/ellismg/corefx/blob/HEAD/src/System.ComponentModel.Primitives/tests/ReadOnlyAttributeTests.cs
ghcode:00165:82b4c952a802
mit
codeparrot/github-code
82b4c952a8025a7cb7fb8801c4c7dee514f3bb6c134d134a3f86a95d719a34b7
0.95
testing_debugging_repair_refactoring
269
false
2026-07-17