added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839512
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Moreault/Reflection4Humans", "max_stars_repo_path": "Reflection4Humans.Extensions.Tests/Dummies/DummyWithAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:158732" }
starcoder
<filename>Reflection4Humans.Extensions.Tests/Dummies/DummyWithAttribute.cs namespace Reflection4Humans.Extensions.Tests.Dummies; [Dummy] public class DummyWithAttribute { }
1.547387
1404ab29ad19711f2d6863dda2966b6f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839513
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Nik0layIvan0v/RealEstateWebApp", "max_stars_repo_path": "MyRealEstateApp/RealEstate.Services/Models/FutureModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158733" }
starcoder
using System.ComponentModel.DataAnnotations; namespace RealEstate.Services.Models { public class FutureModel { [Required] public string Id { get; set; } public string FutureDescription { get; set; } public bool IsChecked { get; set; } } }
2.023846
ea239d356c695e684d1a2607cc559335
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839514
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "9-9-9-9/simple-auth", "max_stars_repo_path": "SimpleAuth.Shared/Exceptions/SimpleAuthSecurityException.cs", "provenance": "train-00027-of-00045.jsonl.gz:158734" }
starcoder
<reponame>9-9-9-9/simple-auth namespace SimpleAuth.Shared.Exceptions { public class SimpleAuthSecurityException : SimpleAuthException { public SimpleAuthSecurityException(string message) : base(message) { } } }
1.557588
84bb5798473069a05ec93bd3160eb108
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839515
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "plasticviking/agri-nmp", "max_stars_repo_path": "app/Server/src/SERVERAPI/ViewModels/ReportStorages.cs", "provenance": "train-00027-of-00045.jsonl.gz:158735" }
starcoder
using System.Collections.Generic; using Agri.Models; using Agri.Models.Calculate; using Agri.Models.Farm; using SERVERAPI.Utility; namespace SERVERAPI.ViewModels { public class ReportStorages { public string storageName { get; set; } public string materialsGeneratedImported { get; set; } ...
1.460734
cf8bc03965ae93408c4c39d563bdff13
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839516
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Arragro/Arragro", "max_stars_repo_path": "src/Arragro.EF6/DatabaseMigrator.cs", "provenance": "train-00027-of-00045.jsonl.gz:158736" }
starcoder
<filename>src/Arragro.EF6/DatabaseMigrator.cs using System.Data.Entity.Migrations; namespace Arragro.EF6 { public static class DatabaseMigrator { public static void Migrate(DbMigrationsConfiguration dbMigrationConfiguration) { var migrator = new DbMigrator(dbMigrationConfiguration)...
2.019348
591ae6317f400ba28abc2874362128bc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839517
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KrtyaSoftwares/EasyHRMS_Angular", "max_stars_repo_path": "src/EasyHRMS_Angular/Controllers/EmployeeAttendanceController.cs", "provenance": "train-00027-of-00045.jsonl.gz:158737" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using EasyHRMS_DA.Models; using EasyHRMS_Angular.ModelsVM; namespace EasyHRMS_Angular.Controllers { [Route("api/[controller]")] public class EmployeeAttendanceController : Controller...
2.083264
4be8a54fb5ec2f99c18b7b96f4f8fad4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839518
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "modzelm1/bugfree-octo-robot", "max_stars_repo_path": "StringTools/StringSearchLogic/SearchManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:158738" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace StringSearchLogic { /// <summary> /// Class for client /// </summary> public class SearchManager { Parser parser; SimpleLexicalAnalyzer simpleLe...
2.309016
0fe8c53c2f3ae7a3357d39f3d73bad63
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839519
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amenkes/HL7Parser", "max_stars_repo_path": "Models/Messages/DisplayBasedResponseMessages/DispenseHistoryResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:158739" }
starcoder
<gh_stars>0 using HL7Data.Contracts.Messages.DisplayBasedResponseMessages; using HL7Data.Models.Types; namespace HL7Data.Models.Messages.DisplayBasedResponseMessages { public class DispenseHistoryResponse : BaseDisplayBasedResponseMessage, IDispenseHistoryResponse { public override TriggerEventTypes T...
0.975644
5485361f8af010248dab8918555a7836
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839520
{ "extension": "c-sharp", "max_stars_count": "218.0", "max_stars_repo_name": "ericsp59/PrtgAPI", "max_stars_repo_path": "src/PrtgAPI/Objects/Models/SysInfo/DeviceUserInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:158740" }
starcoder
<gh_stars>100-1000 using System.Runtime.Serialization; using PrtgAPI.Attributes; namespace PrtgAPI { /// <summary> /// Represents a user that is logged into a device. /// </summary> [DataContract] [Category(SystemInfoType.Users)] public class DeviceUserInfo : DeviceInfo { /// <summ...
2.57376
0e52cac8bb25f1cad92e0bd7206c9cde
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839521
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "stanb/Comformation", "max_stars_repo_path": "src/Comformation/Generated/CloudFront/RealtimeLogConfig/KinesisStreamConfig.cs", "provenance": "train-00027-of-00045.jsonl.gz:158741" }
starcoder
<reponame>stanb/Comformation using System; using System.Collections.Generic; using Newtonsoft.Json; using Comformation.IntrinsicFunctions; namespace Comformation.CloudFront.RealtimeLogConfig { /// <summary> /// AWS::CloudFront::RealtimeLogConfig KinesisStreamConfig /// https://docs.aws.amazon.com/AWSCloudF...
1.920525
d21cdbf5911264aaec795cb93d3847ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839522
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "georgeerofei/GildedRose-Refactoring-Kata-C-", "max_stars_repo_path": "csharpcore/Items/IItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:158742" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace csharpcore { public interface IItem { string Name { get; } int SellIn { get; } int Quality { get; } void UpdateItemAfterOneDay(); } }
1.591743
983f92cc09d0fd75abc424b5eb52bf2b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839523
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RichardRanft/T3DKeyMapMod", "max_stars_repo_path": "T3DKeyMapMod/DocForm.cs", "provenance": "train-00027-of-00045.jsonl.gz:158743" }
starcoder
using System; using System.IO; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using HtmlAgilityPack; using BasicLogging; namespace T3DKeyMapMod { public partial class DocForm : For...
2.671394
4c7c920def84f7ec8cae926af59b2f90
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839524
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "L4fter/CrocoDie", "max_stars_repo_path": "Assets/Map.cs", "provenance": "train-00027-of-00045.jsonl.gz:158744" }
starcoder
using System.Collections.Generic; using System.Linq; using UnityEngine; public class Map : MonoBehaviour { public GameObject[] Lines; public float GetUpperLineY(float myY) { int level = 0; return GetUpperLineY(myY, ref level); } public float GetUpperLineY(float myY, ref int level) { var objects = this....
2.716707
573bc7629e236aa3a3b08b92cc944845
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839525
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MustafaUzumcuCom/Hanoi", "max_stars_repo_path": "source/Tests/Hanoi.Tests/FeatureDetectionTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158745" }
starcoder
using Hanoi.Serialization.Core.ResourceBinding; using Hanoi.Serialization.Core.Sasl; using Xunit; namespace Hanoi.Tests { public class FeatureDetectionTests { [Fact] public void Process_ForEmptyStreamCapabilities_ReturnsDefault() { var detection = new FeatureDetection(); ...
2.07097
cae8b80720cc4a64190d18a797a2a9ab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839526
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jasninus/ProjectTimeLord", "max_stars_repo_path": "ProjectTimeLord/Assets/2DPlatformerBaseGame/Scripts/Objects/Obstacles/Switch.cs", "provenance": "train-00027-of-00045.jsonl.gz:158746" }
starcoder
<reponame>jasninus/ProjectTimeLord<filename>ProjectTimeLord/Assets/2DPlatformerBaseGame/Scripts/Objects/Obstacles/Switch.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; public class Switch : MonoBehaviour { public enum SwitchType { once, ...
2.208202
a5a0533845e82230cc3fd57a575e25ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839527
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EducationGameDevelopers/WordParkourGame", "max_stars_repo_path": "Assets/Game/Scripts/Application/Args/StatusAndRankInfoArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:158747" }
starcoder
 public class StatusAndRankInfoArgs { public PlayerStatus PlayerStatus = PlayerStatus.None; public MilitaryRank MilitaryRank = MilitaryRank.None; }
1.449176
84165c3ed7ed22ee68b6260fcda93fcc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839528
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "devxkh/FrankE", "max_stars_repo_path": "Editor/VEX/Modules/Core/VEX.Core.Shared/ViewModel/Editor/AnimationNodes/OutputNodeViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158748" }
starcoder
using DLL.NodeEditor.Nodes; using DLL.NodeEditor.ViewModel; using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using System.Windows; using Syste...
1.936117
7c1becbaaf70a8935ee745962c8ec622
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839529
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "Paulobergine/D-BASTON", "max_stars_repo_path": "D-BASTON UNITY/Assets/scripts/AttackPanel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158749" }
starcoder
using System.Collections; using System.Collections.Generic; using System.Globalization; using TMPro; using UnityEngine; using UnityEngine.UI; public class AttackPanel : MonoBehaviour { public TextMeshProUGUI descriptionText; //Texte de description pour la fenetre de combat adapté en fonction du territoire pu...
2.359437
0a7b6d51d2c48cb2af1b267855b354b1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839530
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "ekuchynski/groupsharekit.net", "max_stars_repo_path": "Sdl.Community.GroupShareKit/Models/Response/TranslationStatus.cs", "provenance": "train-00027-of-00045.jsonl.gz:158750" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sdl.Community.GroupShareKit.Models.Response { public enum TranslationStatus { New, Accepted, Converted, Translated, Successful, Failed ...
1.422174
d80c0e5996d3600bb6e2cecd4cfc3140
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839531
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Rud156/TDDots", "max_stars_repo_path": "Assets/Scripts/TD/Systems/Player/PlayerTDInputSystem.cs", "provenance": "train-00027-of-00045.jsonl.gz:158751" }
starcoder
<reponame>Rud156/TDDots<gh_stars>0 using TD.Data.Player; using Unity.Entities; using Unity.Jobs; using Unity.Mathematics; using UnityEngine; using UnityEngine.InputSystem; namespace TD.Systems.Player { public class PlayerTDInputSystem : JobComponentSystem, PlayerInputActions.IPlayerControlsActions { p...
1.927298
a73ffca21110471bcd48e7bb4535b418
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839532
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EnvyIT/apollo", "max_stars_repo_path": "Apollo/Apollo.Util/Types/RequestResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:158752" }
starcoder
namespace Apollo.Util.Types { public class RequestResult<T> { public bool IsValid { get; set; } public T Content { get; set; } public RequestResult(bool isValid, T content) { IsValid = isValid; Content = content; } } }
2.285262
721a668acb305ae17c5858838b241823
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839533
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "WaleedChayeb/Syriatech.org", "max_stars_repo_path": "Syriatech.WebUI/Controllers/Bases/NormalBaseController.cs", "provenance": "train-00027-of-00045.jsonl.gz:158753" }
starcoder
<reponame>WaleedChayeb/Syriatech.org using Microsoft.Extensions.DependencyInjection; using MediatR; using Microsoft.AspNetCore.Mvc; namespace Syriatech.WebUI.Controllers { public class NormalBaseController : Controller { private IMediator _mediator; protected IMediator Mediator => _mediator ?...
1.517162
ca74a12b5f82820f44ba65dc482a6330
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839534
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IEvangelist/IEvangelist.DocumentDb", "max_stars_repo_path": "IEvangelist.DocumentDb/Repository/IRepositoryInitializer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158754" }
starcoder
<gh_stars>0 using System.Threading.Tasks; namespace IEvangelist.DocumentDb.Repository { public interface IRepositoryInitializer { Task InitializeAsync(); } }
0.964779
6a31af91897536433bd8f3da2d33e581
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839535
{ "extension": "c-sharp", "max_stars_count": "51.0", "max_stars_repo_name": "xgdfalcon/Toolkit", "max_stars_repo_path": "Source/Toolkit/SharpDX.Toolkit.CompilerTask/CompilerDependencyTask.cs", "provenance": "train-00027-of-00045.jsonl.gz:158755" }
starcoder
<gh_stars>10-100 // Copyright (c) 2010-2014 SharpDX - <NAME> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, co...
1.910374
115e452a88448da6fb69b437f3323d2b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839536
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ioklo/citron", "max_stars_repo_path": "Src/Runtime/Runtime/IModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:158756" }
starcoder
using Citron.CompileTime; using System; using System.Collections.Generic; using System.Text; namespace Citron.Runtime { //public interface IModule : IModuleInfo //{ // void OnLoad(DomainService domainService); // TypeInst GetTypeInst(DomainService domainService, NormalTypeValue typeV...
1.285194
3232f5b39f3dc4d02f402a1246749887
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839537
{ "extension": "c-sharp", "max_stars_count": "33.0", "max_stars_repo_name": "andmattia/core-lms", "max_stars_repo_path": "CoreLMS.Persistence/Entity.cs", "provenance": "train-00027-of-00045.jsonl.gz:158757" }
starcoder
<filename>CoreLMS.Persistence/Entity.cs namespace CoreLMS.Persistence { internal class Entity { } }
1.194802
c4743b38e91eb8671314b43e96f41dc7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839538
{ "extension": "c-sharp", "max_stars_count": "109.0", "max_stars_repo_name": "wdqipai/521266750_qq_com", "max_stars_repo_path": "CSharpServer/Qipai4Core/Qipai4Core/java/util/concurrent/ConcurrentHashMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:158758" }
starcoder
/* * SilverFoxServer: massive multiplayer game server for Flash, ... * VERSION:3.0 * PUBLISH DATE:2015-9-2 * GITHUB:github.com/wdmir/521266750_qq_com * UPDATES AND DOCUMENTATION AT: http://www.silverfoxserver.net * COPYRIGHT 2009-2015 SilverFoxServer.NET. All rights reserved. * MAIL:<EMAIL> */ using System; using Sys...
2.573911
1839020eea8709a9e6f2cc66dde1b193
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839539
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "niklaslundberg/milou.deployer", "max_stars_repo_path": "src/Milou.Deployer.Waws/DeploymentSyncOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158759" }
starcoder
namespace Milou.Deployer.Waws { internal class DeploymentSyncOptions { public bool DeleteDestination { get; set; } public DeploymentRuleCollection Rules { get; set; } = new(); public bool DoNotDelete { get; set; } public bool WhatIf { get; set; } public bool UseCheck...
1.724783
e24cd810534343785828214b6e3927dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839540
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kritikos-io/Configuration.Persistence", "max_stars_repo_path": "src/Configuration.Persistence.Interceptors/SaveChanges/AuditTrailSaveChangesInterceptor.cs", "provenance": "train-00027-of-00045.jsonl.gz:158760" }
starcoder
namespace Kritikos.Configuration.Persistence.Interceptors.SaveChanges { using System; using System.Collections.Generic; using System.Linq; using System.Text.Json; using System.Threading; using System.Threading.Tasks; using Kritikos.Configuration.Persistence.Contracts; using Kritikos.Configuration.Persi...
2.358652
3774b22623eea21399f4eb6c03147def
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839541
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "faelmg18/DesafioMoviesXamarin", "max_stars_repo_path": "MoviesApi/Utils/SharedElementHotFix.cs", "provenance": "train-00027-of-00045.jsonl.gz:158761" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Android.Support.V4.App; using Android.Support.V4.Util; namespace MoviesApi.Utils { public class...
1.685364
3126b3b2b90b1a9b75b20c6b5c4aeef6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839542
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "logjointfork/logjoint", "max_stars_repo_path": "trunk/model/tests/StreamSearchTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:158762" }
starcoder
<reponame>logjointfork/logjoint<filename>trunk/model/tests/StreamSearchTest.cs<gh_stars>0 using System.Text; using System.IO; using LogJoint.StreamSearch; using NUnit.Framework; namespace LogJoint.Tests { [TestFixture] public class TrieNodeTest { void DoTest(TrieNode n, string streamStr, long initialPos,...
2.29283
bac17663ac5842283ff893efdb15b734
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839543
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "cppseminar/testscripts", "max_stars_repo_path": "cppseminar/testservice/Models/TestCase.cs", "provenance": "train-00027-of-00045.jsonl.gz:158763" }
starcoder
using System; using System.ComponentModel.DataAnnotations; namespace testservice.Models { public class TestCase { public string Id { get; set; } public DateTime CreatedAt { get; set; } [Required] public string Name { get; set; } [Required] public string TaskId { ...
1.884902
fe5e76fae197f12dba46d3a7d1c90451
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839544
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "highfield/cetdevelop", "max_stars_repo_path": "V2/Cet/HW/Cet.HW.GDI/CompositionTargetBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:158764" }
starcoder
using System; using Microsoft.SPOT; /* * Copyright 2012, 2013 by <NAME>, Cet Electronics * Part of "Cet Open Toolbox" (http://cetdevelop.codeplex.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 ...
2.568765
d5fc918dcc3b061578239239cd96ad04
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839545
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "atiq-shumon/DotNetProjects", "max_stars_repo_path": "Vialinker Source/BaseVialinkerCommerceApps/Presentation/Nop.Web/Administration/Validators/Directory/StateProvinceValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:158765" ...
starcoder
using FluentValidation; using Nop.Admin.Models.Directory; using Nop.Services.Localization; using Nop.Web.Framework.Validators; namespace Nop.Admin.Validators.Directory { public class StateProvinceValidator : BaseNopValidator<StateProvinceModel> { public StateProvinceValidator(ILocalizationService loca...
1.723875
51fa0886aa4f30889dcd796506030417
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839546
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "c-buzz/GladeGtkmmConstructor", "max_stars_repo_path": "BuildSignalXml/BuildSignalsConfiguration/BuildSignalsConfiguration/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:158766" }
starcoder
<gh_stars>1-10 using System; using System.Text.RegularExpressions; using System.IO; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace BuildSignalsConfiguration { class Program { static XmlDocument doc = new XmlDocument(); ...
2.905018
c01243a70a01a36c599a7db55d06b443
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839547
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "pwelter34/GithubSharp", "max_stars_repo_path": "Core/GithubRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:158767" }
starcoder
using System; using GithubSharp.Core.Base; namespace GithubSharp.Core { public interface IGithubRequest { GithubSharpHttpVerbs Method { get; } string Path { get; set; } IGithubResponse GetResponse(); Services.ILogProvider LogProvider { get; set; } Services.IAu...
2.219131
2b8b9fa299fc1ef93e650511eb9b552c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839548
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tiasmt/SignalR.Orleans", "max_stars_repo_path": "src/SignalR.Orleans/Extensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158768" }
starcoder
using Orleans; using Orleans.Hosting; using SignalR.Orleans; using SignalR.Orleans.Clients; using System; // ReSharper disable once CheckNamespace namespace Microsoft.Extensions.DependencyInjection { public static class OrleansClientExtensions { public static IClientBuilder UseSignalR(this IClientBuild...
1.831988
ca2ab9710694d6cb948bdd65d46e89b1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839549
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "EdenVerdugo/WarmPack", "max_stars_repo_path": "src/WarmPack.Core/Extensions/DirectoryInfoExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158769" }
starcoder
using System; using System.Collections.Generic; using System.IO; namespace WarmPack.Extensions { public static class DirectoryInfoExtensions { /// <summary> /// Obtiene la lista de directorios que se desprenden de un directorio dado. /// </summary> /// <param name="path...
3.425781
a92ed6f6fe457b1bb58aebee325e675f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839550
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Vedant2311/Developed-Games", "max_stars_repo_path": "Void/Swipe.cs", "provenance": "train-00027-of-00045.jsonl.gz:158770" }
starcoder
<reponame>Vedant2311/Developed-Games using System.Collections; using System.Collections.Generic; using UnityEngine; public class Swipe : MonoBehaviour { private List<int> scene_value; public int scene_dur; public int curr_scene = 0; public float timer = 0f; public int vdur = 10; pub...
1.874638
0ae461218d82239a7688cf9ae2912c93
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839551
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "EduardCampo/FormGenerator", "max_stars_repo_path": "FormApp/FormApp/MainPage.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:158771" }
starcoder
<reponame>EduardCampo/FormGenerator using System; using FormsGenerator; using Xamarin.Forms; namespace FormApp { public partial class MainPage : ContentPage { public Employee EmployeeModel { get; set; } public ModelTest ModelTest { get; set; } public MainPage() { InitializeComponent(); ...
2.56244
cdd6a0a70095f3a76c9cf0187799c3c3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839552
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Shakartoon/BOUNCE_BACK", "max_stars_repo_path": "Assets/_Codes/ShadowEffect.cs", "provenance": "train-00027-of-00045.jsonl.gz:158772" }
starcoder
<filename>Assets/_Codes/ShadowEffect.cs using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; public class ShadowEffect : MonoBehaviour { public GameObject player; public GameObject prefab; public int numberofBalls; public List<GameObject> balls = new List<GameObject...
2.96656
f7e5fe109e5ce5eb2db0a5cd2e43eb99
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839553
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "COCPORN/succubus", "max_stars_repo_path": "src/Succubus/Succubus.Core/Synchronization/SynchronizationFrames.cs", "provenance": "train-00027-of-00045.jsonl.gz:158773" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Data.Odbc; using System.Runtime.Remoting; using System.Threading; namespace Succubus { [Serializable] abstract class SynchronizationFrame { internal SynchronizationFrame Clone() { SynchronizationFrame f...
2.394696
6a6eefb2d27313383b17f84baad951b1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839554
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "a-patel/Azure-Functions-Samples", "max_stars_repo_path": "src/AzureFunctionsLabs.AzureAppConfiguration/Startup.cs", "provenance": "train-00027-of-00045.jsonl.gz:158774" }
starcoder
#region Imports using AzureFunctionsLabs.AzureAppConfiguration.Services; using Microsoft.Azure.Functions.Extensions.DependencyInjection; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; #endregion [assembly: FunctionsStartup(typeof(AzureFunctionsLabs.AzureAppConf...
1.767527
31a766e6e8bcf1b1ce6ff76e5d24ce8e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839555
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "jennings/Turbocharged.Beanstalk", "max_stars_repo_path": "src/Turbocharged.Beanstalk/Release.cs", "provenance": "train-00027-of-00045.jsonl.gz:158775" }
starcoder
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; namespace Turbocharged.Beanstalk { class ReleaseRequest : Request<bool> { public Task<bool> Task { get { return _tcs.Task; }...
2.457261
70267c84edf95de9dd316f2bca90b2b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839556
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "j-dc/Swashbuckle.OData", "max_stars_repo_path": "Alsic.Swagger.OData.Sample.MSVersioningMulti2/Config/V12/Models/BModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158776" }
starcoder
<gh_stars>0 namespace Alsic.Swagger.OData.Sample.MSVersioningMulti2.Config.V12.Models { /// <summary> /// Type B config item /// </summary> public class BModel { /// <summary>The primary Key</summary> public int ID { get; set; } /// <summary>The value</summary> public...
1.424119
c8726245053f8c6ac116fd214827a0a0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839557
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "gepa21/kraken-wsapi-dotnet", "max_stars_repo_path": "test/Kraken.WebSockets.Tests/Messages/SubscribeOptionsTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158777" }
starcoder
using System; using System.Diagnostics.CodeAnalysis; using Kraken.WebSockets.Messages; using Xunit; namespace Kraken.WebSockets.Tests.Messages { [ExcludeFromCodeCoverage] public class SubscribeOptionsTests { #region Ctor [Fact] public void Ctor_Null_ThrowsArgumentNullException() ...
2.553962
9122650078b8a467d806d0d484598064
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839558
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pawwkm/Topz", "max_stars_repo_path": "Linker/LinkCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:158778" }
starcoder
<gh_stars>0 using Pote.CommandLine; using System; using System.Collections.Generic; using System.IO; using Topz.FileFormats.Atom; namespace Linker { /// <summary> /// Links one or more object files into a binary executable. /// </summary> internal class LinkCommand : Command { ...
2.546275
167b66ed707085f510a82f6c638ee446
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839559
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Jusas/WatneyAstrometry", "max_stars_repo_path": "src/WatneyAstrometry.WebApi/WatneyApiConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:158779" }
starcoder
<gh_stars>1-10 // Copyright (c) <NAME>. // Licensed under the Apache License, Version 2.0. using YamlDotNet.Serialization; namespace WatneyAstrometry.WebApi { public class WatneyApiConfiguration { [YamlMember(Alias = "quadDbPath")] public string QuadDatabasePath { get; set; } [YamlMe...
2.178431
139fa0421cadc4b9f98ad3f3fdfcf684
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839560
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "rajuchapagain/Chamber", "max_stars_repo_path": "Chamber/Chamber.Web/Areas/Admin/ViewModels/Mapping/ViewModelMapping.cs", "provenance": "train-00027-of-00045.jsonl.gz:158780" }
starcoder
using System.Linq; using Chamber.Domain.DomainModel; namespace Chamber.Web.Areas.Admin.ViewModels.Mapping { public static class ViewModelMapping { public static SingleMemberListViewModel UserToSingleMemberListViewModel(MembershipUser user) { var viewModel = new SingleMemberListView...
2.266094
aefeef40e68f7112074b10b01ca7fba1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839561
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "maborg/PlaidWallpaper", "max_stars_repo_path": "PlaidWallpaper/IPaletteDownloader.cs", "provenance": "train-00027-of-00045.jsonl.gz:158781" }
starcoder
using System.Collections.Generic; using System.Drawing; using System.Threading.Tasks; namespace PlaidWallpaper { internal interface IPaletteDownloader { Task<IEnumerable<Color>> DownloadPaletteAsync( uint alpha); IEnumerable<Color> DownloadPalette(uint alpha, uint numOfPalette); } }
2.262704
18d282202b454bcea0e7a763b77d7689
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839562
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ericmilaneze/Helpers.Web", "max_stars_repo_path": "Solution/Milaneze.Helpers.Html/HtmlAgilityPackHelpers/HtmlAgilityPackHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:158782" }
starcoder
<reponame>ericmilaneze/Helpers.Web using HtmlAgilityPack; using System; namespace Milaneze.Helpers.Html.HtmlAgilityPackHelpers { public class HtmlAgilityPackHelper { private static string getTextSemEspacos(string texto) { if (texto == null) return null; ...
3.234593
08eb46d66b192a248ea3d9515a5364c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839563
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "techienickb/hap", "max_stars_repo_path": "HAP/Plugins/HAP.HelpDesk/Stats.cs", "provenance": "train-00027-of-00045.jsonl.gz:158783" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HAP.HelpDesk { public class Stats { public int OpenTickets { get; set; } public int ClosedTickets { get; set; } public int NewTickets { get; set; } public UserStats HighestUser { get...
1.938239
586c944a99b9d9ade9f7c5e3526e8375
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839564
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "elgraiv-take/Shangrid", "max_stars_repo_path": "src/Shangrid/Shangrid/ConnectionCore.cs", "provenance": "train-00027-of-00045.jsonl.gz:158784" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Net.Sockets; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using System.IO; using System.Runtime.Serialization.Json; namespace Shangrid { public class ConnectionCore:IDisposable...
2.464945
317a5128bbf10f767ac53fecdd0ce5d1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839565
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "sujayvsarma/SujaySarma.Sdk.Azure", "max_stars_repo_path": "src/SujaySarma.Sdk.Azure.Core/Clients/ResourceGroupClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:158785" }
starcoder
using Newtonsoft.Json; using SujaySarma.Sdk.Azure.Internal; using SujaySarma.Sdk.Azure.ResourceGroups; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace SujaySarma.Sdk.Azure.Core.Clients { /// <summary> /// Interact with the subscriptions endpoints ...
2.444952
ed2e16a795a68ef1d5b3073885de88b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839566
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "meysamhadeli/CAP", "max_stars_repo_path": "src/DotNetCore.CAP.RabbitMQ/ITransport.RabbitMQ.cs", "provenance": "train-00027-of-00045.jsonl.gz:158786" }
starcoder
<reponame>meysamhadeli/CAP<gh_stars>1-10 // Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Syst...
1.774056
2b9b77b3b16d4382f75988c6be1588e5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839567
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "VeselinovStf/Telerik_Alpha_NET_Prep", "max_stars_repo_path": "AlphaExamPrep/TAA_EntranceExam11Oct/03_CrookedWalls/StartUp.cs", "provenance": "train-00027-of-00045.jsonl.gz:158787" }
starcoder
using System; using System.Linq; namespace _03_CrookedWalls { public class StartUp { public static void Main() { int[] inputNums = Console.ReadLine() .Split(' ') .Select(int.Parse) .ToArray(); int sum = 0; in...
3.718404
146483341fb5c3393b19f6d09123ead6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839568
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "milkcorp/wiener", "max_stars_repo_path": "Assets/LoomSDK/IAuthClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:158788" }
starcoder
using Chaos.NaCl; using System.Threading.Tasks; using UnityEngine; namespace Loom.Unity3d { public class Identity { public string Username { get; internal set; } /// <summary> /// 64-byte private key. /// </summary> public byte[] PrivateKey { get ...
2.210653
efb7f3155d0264b67e72c3f9a84bbd11
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839569
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "runlucky/DragonQuestTool", "max_stars_repo_path": "DqTool.UI/Class/IScanner.cs", "provenance": "train-00027-of-00045.jsonl.gz:158789" }
starcoder
<reponame>runlucky/DragonQuestTool using System; using System.Drawing; namespace DqTool.UI.Class { public interface IScanner { //void Damage(); //int GetDamage(Point scanPos, Bitmap damageBmp); //Bitmap ReScanImage(Point location); } }
1.647935
07cec969fee2133323382d55458cc99c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839570
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Marian25/First_Person_Survival_Game", "max_stars_repo_path": "Assets/Dead Earth/Scripts/AI/State Machine Behaviours/AILayeredAudioSourcePlayer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158790" }
starcoder
<reponame>Marian25/First_Person_Survival_Game using System.Collections; using System.Collections.Generic; using UnityEngine; public class AILayeredAudioSourcePlayer : AIStateMachineLink { [SerializeField] AudioCollection _collection = null; [SerializeField] int _bank = 0; [SerializeField] bool _looping = ...
2.213409
672edff0b4f3c02a4cc5a1f453e047a7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839571
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YonchevSimeon/CSharp-OOP-Advanced", "max_stars_repo_path": "Exam/Core/Engine.cs", "provenance": "train-00027-of-00045.jsonl.gz:158791" }
starcoder
<filename>Exam/Core/Engine.cs namespace FestivalManager.Core { using System; using System.Linq; using Contracts; using Constants; using IO.Contracts; using Commands; using Commands.Contracts; using Commands.Factories.Contracts; using Controllers.Contracts; class Engine : IEng...
2.901195
f2005e7cc8f63563276445f9aff7e663
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839572
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arif-ahmed/Databases-Advanced-EF-Core", "max_stars_repo_path": "Advanced Relations and Aggregation/BillsPaymentSystem/BillsPaymentSystem.Data/EntityConfiguration/BankAccountConfiguration.cs", "provenance": "train-00027-of-00045.jsonl....
starcoder
<gh_stars>0 using BillsPaymentSystem.Models; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace BillsPaymentSystem.Data.EntityConfiguration { public class BankAccountConfiguration : IEntityTypeConfiguration<BankAccount> { public void Configure(EntityT...
1.979168
e867f5d5c015cbbd8eac50652899db4c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839573
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "iniwap/LianQiClient", "max_stars_repo_path": "Assets/MiroChessBord/MiroModelV1/Script/OrganBase/MiroV1ENFarmBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:158793" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace MiroV1 { public class MiroV1ENFarmBase : MonoBehaviour { virtual public FixedJoint2D GetJointA() { return null; } virtual public FixedJoint2D GetJointB() { return null; } [ContextMenu("GrowUp")] virtua...
1.635246
4d02465b67427bfb32c28da99e9da0b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839574
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tachibanayui/MongoDb.JsonPatchConverter", "max_stars_repo_path": "MongoDb.JsonPatchConverter/ConversionResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:158794" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MongoDB.Driver; namespace MongoDb.JsonPatchConverter { /// <summary> /// This object contain various definitions for updating using MongDb Driver, as well as errors occured during the conversion process /...
2.95557
b586be79638585bd10182673461ce435
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839575
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Matthew-Wise/Umbraco-CMS", "max_stars_repo_path": "src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/DataTypeServiceTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158795" }
starcoder
// Copyright (c) Umbraco. // See LICENSE for more details. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using NUnit.Framework; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.PropertyEditors; using Umbraco.Cms.Core.Serialization; using Umbraco.Cms.Core.Services; usin...
1.913643
8be89cb39e771e6ffb557174614e886e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839576
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "waitingtocompile/FIOSharp", "max_stars_repo_path": "AuthMode.cs", "provenance": "train-00027-of-00045.jsonl.gz:158796" }
starcoder
<filename>AuthMode.cs namespace FIOSharp { public enum AuthMode { Require, IfAvailible, Never } }
1.481424
ace0098356bdede70b73b9661ed35f73
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839577
{ "extension": "c-sharp", "max_stars_count": "159.0", "max_stars_repo_name": "SeanKilleen/Docs", "max_stars_repo_path": "aspnet/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/reading-related-data-with-the-entity-framework-in-an-asp-net-mvc-application/samples/sample12.cs", "provenance": "tr...
starcoder
var viewModel = new InstructorIndexData(); viewModel.Instructors = db.Instructors .Include(i => i.OfficeAssignment) .Include(i => i.Courses.Select(c => c.Department)) .OrderBy(i => i.LastName);
2.034297
fed2d7b53d8a1e4f16409702cff36085
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839578
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KishorTiwari/OnAirMoneyTrack", "max_stars_repo_path": "Omack.Services/Services/INotificationService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158798" }
starcoder
<filename>Omack.Services/Services/INotificationService.cs<gh_stars>0 using Omack.Core.Models; using Omack.Services.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Omack.Services.Services { public interface INotificationService { Result<IList<Noti...
1.967
9743bfcfa324a4300163303cb612e2b0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839579
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "jmrnilsson/MinMQ", "max_stars_repo_path": "service/MinMQ.Service/Repository/IQueueRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:158799" }
starcoder
using System; using System.Threading.Tasks; using MinMq.Service.Entities; namespace MinMq.Service.Repository { public interface IQueueRepository : IDisposable { Task<short?> Find(string queueName); Task<short> FindOr(string queueName, Func<Task<short>> valueFactory); Task<short> Add(Queue queue); ...
2.036813
b14ebf806f490a82b9ad46050b5e17d0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839580
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheProxor/TheProxorEngine", "max_stars_repo_path": "EngineCore/Contexts/VK_GUI_Context.cs", "provenance": "train-00027-of-00045.jsonl.gz:158800" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace ProxorEditor.GUI_Contexts { internal class VK_GUI_Context { public void OnPostRender() { throw new NotImplementedException(); } public void OnPreRender() { ...
1.158892
edc5fc5b33da541b297c61b65ac835ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839581
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Future-Gadget-Lab/DiscordAssistant", "max_stars_repo_path": "src/Services/LoggingService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158801" }
starcoder
<reponame>Future-Gadget-Lab/DiscordAssistant using Discord; using Discord.WebSocket; using System; using System.IO; using System.Threading.Tasks; namespace Assistant.Services { public class LoggingService : IInitializable { public static readonly LogSeverity DefaultSeverity = LogSeverity.Info; ...
2.806229
46aa451ce3e671b15b63d607114499ad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839582
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "norelina/digital-twins-docs-code", "max_stars_repo_path": "sdks/csharp/adtIngestFunctionSample.cs", "provenance": "train-00027-of-00045.jsonl.gz:158802" }
starcoder
<reponame>norelina/digital-twins-docs-code // Default URL for triggering event grid function in the local environment. // http://localhost:7071/runtime/webhooks/EventGrid?functionName={functionname} using System; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Host; using Microsoft.Azure.EventGrid.Models; ...
2.014265
92b74366e0758fc997dfcb6a44a64927
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839583
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "notexplosive/duelity", "max_stars_repo_path": "Duel/Data/AutoTile.cs", "provenance": "train-00027-of-00045.jsonl.gz:158803" }
starcoder
using Microsoft.Xna.Framework; using System; using System.Collections.Generic; using System.Text; namespace Duel.Data { public enum TileClass { None, VerticalNub, HorizontalNub, CenterNub, BottomNub, LeftNub, RightNub, TopNub, Alone, ...
3.058175
13d911bef50cabec894de7aabb1c609b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839584
{ "extension": "c-sharp", "max_stars_count": "487.0", "max_stars_repo_name": "panuoksala/csharp-driver", "max_stars_repo_path": "src/Cassandra/Metrics/Registries/NodeMetrics.cs", "provenance": "train-00027-of-00045.jsonl.gz:158804" }
starcoder
// // Copyright (C) DataStax 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 la...
1.561795
32316c56d30fbaf9dd1393dc8cfcc7ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839585
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rleschiera/jada", "max_stars_repo_path": "1.0.0a/src/winagent/AgtFormOpenSupport.cs", "provenance": "train-00027-of-00045.jsonl.gz:158805" }
starcoder
<filename>1.0.0a/src/winagent/AgtFormOpenSupport.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace winagent { public partial class AgtFormOpenSupport : Form { public AgtFormO...
2.100548
a2c5ae663d914030bda815a2218ac907
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839586
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lukadlet/sarif-sdk", "max_stars_repo_path": "src/Sarif/Query/CompareOperator.cs", "provenance": "train-00027-of-00045.jsonl.gz:158806" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace Microsoft.CodeAnalysis.Sarif.Query { public enum CompareOperator { Equals, NotEquals, GreaterThan, GreaterThanOrEquals, LessThan, LessThanOrEquals, ...
1.758427
50e5b7e558ec8a1e1bd4a7c6e514ab83
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839587
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mcbride-clint/AutoInject", "max_stars_repo_path": "tests/AutoInjectTests/AutoInjectTransient.cs", "provenance": "train-00027-of-00045.jsonl.gz:158807" }
starcoder
using Microsoft.Extensions.DependencyInjection; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace AutoInjectTests { [TestClass] public class AutoInjectTransient { [TestMethod] public void TestTransientCollection() { var services = new ServiceCollection(); ...
1.937768
c150a85bc69d470a2ec426ea221ce045
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839588
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "seanalford/Mobile.BuildTools", "max_stars_repo_path": "samples/AppConfigSample/src/AppConfigSample/App.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:158808" }
starcoder
<reponame>seanalford/Mobile.BuildTools using System; using Prism.Ioc; using AppConfigSample.ViewModels; using AppConfigSample.Views; using Xamarin.Forms; using Mobile.BuildTools.Configuration; namespace AppConfigSample { public partial class App { public App() { } protected ...
1.597075
2c88057bc9073f4e9d667c6c510d5cfc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839589
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ricban/blazor-server--recipes", "max_stars_repo_path": "Recipes.Core/Response/CategoryWithRecipesResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:158809" }
starcoder
namespace Recipes.Core.Response { public class CategoryWithRecipesResponse { public int CategoryId { get; set; } public string CategoryName { get; set; } = ""; public int RecipesCount { get; set; } } }
1.728504
0f8e6f83789f6bbe027c745b6b070c29
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839590
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "shortlegstudio/silverneedle-web", "max_stars_repo_path": "silverneedle/lib/Serialization/ObjectStoreOptionalAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:158810" }
starcoder
// Copyright (c) 2017 <NAME> // // This software is released under the MIT License. // https://opensource.org/licenses/MIT namespace SilverNeedle.Serialization { public class ObjectStoreOptionalAttribute : ObjectStoreAttribute { public ObjectStoreOptionalAttribute(string name) : base(name, true) ...
2.114746
02b89b0ba088a23356c1397649d9e8c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839591
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Klipi/IdentityServer4TestServer", "max_stars_repo_path": "Source/IdentityServer4TestServer/Token/SerializableClaim.cs", "provenance": "train-00027-of-00045.jsonl.gz:158811" }
starcoder
<reponame>Klipi/IdentityServer4TestServer<filename>Source/IdentityServer4TestServer/Token/SerializableClaim.cs<gh_stars>0 // <copyright file="SerializableClaim.cs" company="DevDigital"> // Copyright (c) DevDigital. All rights reserved. // </copyright> namespace IdentityServer4TestServer.Token { using System.Secur...
2.492878
61fec2ea444deff6258c6ae55be6710b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839592
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stone1234765/ClassInheldens", "max_stars_repo_path": "ClassInheldens/ClassInheldens/Vertebrates.cs", "provenance": "train-00027-of-00045.jsonl.gz:158812" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace ClassInheldens { abstract class Vertebrates : Animal { public Vertebrates(double weight, string name, int limbCount) :base (weight,name) { this.LimbCount = limbCount; } public i...
2.763394
31b779cd73816ed0d33855af8edf56be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839593
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RamsayBolton92/csharp-web", "max_stars_repo_path": "BeautyAndThePet/Data/BeautyAndThePet.Data.Models/ChatMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:158813" }
starcoder
<reponame>RamsayBolton92/csharp-web<filename>BeautyAndThePet/Data/BeautyAndThePet.Data.Models/ChatMessage.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BeautyAndThePet.Data.Models { public class ChatMessage { public str...
2.047296
bec721142a4473313479bae495c3bdf0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839594
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Vinayaka-Hebbar/FluidScript", "max_stars_repo_path": "src/FluidScript/Compiler/Operators.cs", "provenance": "train-00027-of-00045.jsonl.gz:158814" }
starcoder
namespace FluidScript.Compiler { /// <summary> /// C# operators /// </summary> public static class Operators { /// <summary> /// operator + /// </summary> public const string Addition = "op_Addition"; /// <summary> /// operator - /// </summary...
2.409622
f4cf166d24c36eb5ee1bbc3d081c6746
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839595
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "PhilipDaniels/ConfigZilla", "max_stars_repo_path": "ConfigZilla.Encrypter/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:158815" }
starcoder
using System; using System.Linq; using System.Windows.Forms; namespace ConfigZilla.Encrypter { static class Program { static GUIConsoleWriter theConsole; /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main(str...
2.954703
2554d1a4865c6123d88772f6e15f2627
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839596
{ "extension": "c-sharp", "max_stars_count": "108.0", "max_stars_repo_name": "mwhelan/TestStack.Seleno", "max_stars_repo_path": "src/TestStack.Seleno/PageObjects/Page`1.cs", "provenance": "train-00027-of-00045.jsonl.gz:158816" }
starcoder
<reponame>mwhelan/TestStack.Seleno using TestStack.Seleno.Extensions; namespace TestStack.Seleno.PageObjects { public class Page<TViewModel> : UiComponent<TViewModel> where TViewModel : class, new() { public string Title => Browser.TitleWithWait(); } }
1.503689
52c5f0132c0e36c35b4f4bdd695ce66c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839597
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WMUVRDEV/CHHS-Nursing-Sim-7-26-18", "max_stars_repo_path": "Assets/Scripts/UseSanitizer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158817" }
starcoder
<filename>Assets/Scripts/UseSanitizer.cs<gh_stars>0 namespace VRTK.Examples { using UnityEngine; public class UseSanitizer : VRTK_InteractableObject { public Scenario_Transfusion ScenarioManager; public SanitizerInteractions saniManager; public GameObject rightHand, leftHa...
2.050083
27c8e2cf5f654ec644b3bf858745a755
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839598
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Atvaark/DarkSoulsII.DebugView", "max_stars_repo_path": "DarkSoulsII.DebugView.Model/GameData/Items/ItemDisplayFlags.cs", "provenance": "train-00027-of-00045.jsonl.gz:158818" }
starcoder
namespace DarkSoulsII.DebugView.Model.GameData.Items { public enum ItemDisplayFlags : byte { ShowAmount = 0, HideAmount, AlwaysShowOne //HideNumbers } }
1.443863
e46204cbc19be1877729f250cc95b3fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839599
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "kblwxl/Larva", "max_stars_repo_path": "Infrastructure/UnitOfWork/UnitOfWorkAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:158819" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Transactions; namespace Infrastructure.UnitOfWork { [AttributeUsage(AttributeTargets.Method)] public class UnitOfWorkAttribute : Attribute { pub...
2.588024
929f0011e39434c9b58521eee642864d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839600
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "hakanuzal/dispatch_Api", "max_stars_repo_path": "Models/Drivers.cs", "provenance": "train-00027-of-00045.jsonl.gz:158820" }
starcoder
<filename>Models/Drivers.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace DispatchApi.Models { public class Drivers : MongoBaseModel { public String Name { get; set; } public String SurName { get; set; } public String Email {...
1.902235
f32ea3556b9cb2df732f142f88ef1fc0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839601
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BrandonClapp/Peppermint", "max_stars_repo_path": "Peppermint.Blog/Entities/Category.cs", "provenance": "train-00027-of-00045.jsonl.gz:158821" }
starcoder
using Peppermint.Blog.Services; using Peppermint.Core.Data; using Peppermint.Core.Entities; using System.Collections.Generic; using System.Threading.Tasks; namespace Peppermint.Blog.Entities { [DataLocation("blog.Categories")] public class Category : DataEntity { private CategoryService _categoryS...
2.357671
2389814c9729a87bdbbe076191283228
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839602
{ "extension": "c-sharp", "max_stars_count": "483.0", "max_stars_repo_name": "lwqwag/SoMall", "max_stars_repo_path": "backEnd/modules/TT.Abp.Mall/Application/Coupons/UserCouponAppService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158822" }
starcoder
<filename>backEnd/modules/TT.Abp.Mall/Application/Coupons/UserCouponAppService.cs<gh_stars>100-1000 using System; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using TT.Abp.Mall.Application.Coupons.Dtos; using TT.Abp.Mall.Domain; using Volo.Abp.Application.Dtos; using Volo....
2.020649
a67ce6f67688146a8bcc6e1d1c4ddce0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839603
{ "extension": "c-sharp", "max_stars_count": "59.0", "max_stars_repo_name": "stevieb9/berrybrew", "max_stars_repo_path": "src/berrybrew.cs", "provenance": "train-00027-of-00045.jsonl.gz:158823" }
starcoder
using ICSharpCode.SharpZipLib.Zip; using Microsoft.Win32; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using Syst...
1.610453
5cfe9d4ae8792d5739b2f915e8ae132f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839604
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tosog/mercury", "max_stars_repo_path": "cs/ThingMagic.Reader/Lf125khz.cs", "provenance": "train-00027-of-00045.jsonl.gz:158824" }
starcoder
/* @file Lf125Khz.cs * @brief Mercury API - Lf125Khz tag information and interfaces * @author <NAME> * @date 2/24/2020 * Copyright (c) 2020 Jadak, a business unit of Novanta Corporation. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated docum...
2.255321
83211f1af14258dc714e6f0872fe7569
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839605
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ascott3312/lab06-oopPrinciples", "max_stars_repo_path": "IBuildaAZoo/IBuildaAZoo/Elephant.cs", "provenance": "train-00027-of-00045.jsonl.gz:158825" }
starcoder
<reponame>ascott3312/lab06-oopPrinciples using System; namespace IBuildaAZoo { public class Elephant { public Elephant() { } } }
1.404718
25ed68d4d3ccdaad35007e0fa12b7db8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839606
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "oramoslao/draw-manager-server", "max_stars_repo_path": "src/DrawManager.Api/Features/Users/Details.cs", "provenance": "train-00027-of-00045.jsonl.gz:158826" }
starcoder
<reponame>oramoslao/draw-manager-server<filename>src/DrawManager.Api/Features/Users/Details.cs using AutoMapper; using DrawManager.Api.Entities; using DrawManager.Api.Infrastructure; using FluentValidation; using MediatR; using Microsoft.EntityFrameworkCore; using System; using System.Net; using System.Threading; usin...
2.388174
336f1e5b20b631c4cc6ac54819e409e8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839607
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "greghoover/gluon", "max_stars_repo_path": "hase/hase.Relays.Local/LocalRelayProxy.cs", "provenance": "train-00027-of-00045.jsonl.gz:158827" }
starcoder
using hase.DevLib.Framework.Contract; using hase.DevLib.Framework.Relay.Contract; using hase.DevLib.Framework.Relay.Proxy; using Microsoft.Extensions.Configuration; using System; using System.Threading; using System.Threading.Tasks; namespace hase.Relays.Local { public class LocalRelayProxy : LocalRelayProxy<AppRequ...
2.111463
4fe93dbbf6fe3eb59a199f0be0f9f16b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839608
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "StefH/QboxNext", "max_stars_repo_path": "dependencies/dotnetcore-minimal/src/QboxNext.Qboxes.Parsing/Protocols/R21CounterPayload.cs", "provenance": "train-00027-of-00045.jsonl.gz:158828" }
starcoder
namespace QboxNext.Qboxes.Parsing.Protocols { public class R21CounterPayload : CounterWithSourcePayload { public bool IsValid { get; set; } } }
1.159675
3526b1f1289274c1bdff232dd33aed82
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839609
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MartianDust/MartianDust-Project", "max_stars_repo_path": "Assets/Plugins/Mars Motion Toolkit/Utilities/Auto Behaviours/Singleton/Abstract/Audio/SingletonAudio.cs", "provenance": "train-00027-of-00045.jsonl.gz:158829" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; // Singleton Audio: // • abstract singleton behaviour that specifically provides audio functionality // · other than providing singleton variants of auto behaviour audio functionality, also: // - maintains a calculation of smoothed a...
2.753952
159e7eaf13c5386a6d00cbbd565b4266
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839610
{ "extension": "c-sharp", "max_stars_count": "275.0", "max_stars_repo_name": "danielnachtrub/nsec", "max_stars_repo_path": "src/Cryptography/SharedSecretCreationParameters.cs", "provenance": "train-00027-of-00045.jsonl.gz:158830" }
starcoder
using System.Runtime.InteropServices; namespace NSec.Cryptography { [StructLayout(LayoutKind.Auto)] public ref struct SharedSecretCreationParameters { } }
1.408792
0fd42c33291499a0dc99a7877612fbf6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839611
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "nhs-digital-gp-it-futures/BuyingCatalogueService", "max_stars_repo_path": "tests/NHSD.BuyingCatalogue.Testing.Data/EntityBuilders/MarketingContactEntityBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:158831" }
starcoder
<reponame>nhs-digital-gp-it-futures/BuyingCatalogueService using NHSD.BuyingCatalogue.Testing.Data.Entities; namespace NHSD.BuyingCatalogue.Testing.Data.EntityBuilders { public sealed class MarketingContactEntityBuilder { private readonly MarketingContactEntity entity; public MarketingContact...
2.308807
ab27bb7457d768f5ce24516bd7075c5c