content stringlengths 5 1.04M | avg_line_length float64 1.75 12.9k | max_line_length int64 2 244k | alphanum_fraction float64 0 0.98 | licenses list | repository_name stringlengths 7 92 | path stringlengths 3 249 | size int64 5 1.04M | lang stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
namespace Essensoft.AspNetCore.Payment.Alipay.Response
{
/// <summary>
/// AlipayOpenAppMembersCreateResponse.
/// </summary>
public class AlipayOpenAppMembersCreateResponse : AlipayResponse
{
}
}
| 22.2 | 68 | 0.702703 | [
"MIT"
] | LuohuaRain/payment | src/Essensoft.AspNetCore.Payment.Alipay/Response/AlipayOpenAppMembersCreateResponse.cs | 224 | C# |
namespace EntityFramework.UI
{
public abstract class DbContextUI<TDbContext>
where TDbContext : Microsoft.EntityFrameworkCore.DbContext
{
protected internal abstract void OnModelCreating(ModelBuilder<TDbContext> modelBuilder);
}
}
| 26.555556 | 90 | 0.820084 | [
"MIT"
] | mirsaeedi/EntityFramework.UI | EntityFranework.UI.Metadata/DbContextUI.cs | 241 | C# |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Threading.Tasks;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.... | 34.718519 | 96 | 0.705782 | [
"MIT"
] | LocalJoost/TemperatureReaderDemo | TemperatureReader.ClientApp/App.xaml.cs | 4,689 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HymnalEntities.Hymnal
{
public class Tag : Entity
{
public string TagName { get; set; }
//TODO: Attributes?
}
}
| 17.866667 | 43 | 0.682836 | [
"MIT"
] | ddelamare/MobileHymnal | HymnalEntities/Hymnal/Tag.cs | 270 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace corsairs.core.worldgen
{
public class DiamondSquareAlgorihm
{
public ArrayMap<int> Square
{
get;
set;
}
public ... | 33.902439 | 112 | 0.379496 | [
"Apache-2.0"
] | danrose/corsairs | corsairs.core/worldgen/DiamondSquareAlgorithm.cs | 2,782 | C# |
using System;
using System.Xml.Serialization;
using System.ComponentModel.DataAnnotations;
using BroadWorksConnector.Ocip.Validation;
using System.Collections.Generic;
namespace BroadWorksConnector.Ocip.Models
{
/// <summary>
///
/// </summary>
[Serializable]
[XmlRoot(Namespace = "")]
[Groups... | 30.4 | 131 | 0.590186 | [
"MIT"
] | JTOne123/broadworks-connector-net | BroadworksConnector/Ocip/Models/SystemVoiceMessagingGroupGetVoicePortalMenusResponse20ChangeBusyOrNoAnswerGreetingMenuKeys.cs | 3,648 | C# |
using Microsoft.Extensions.Logging;
using SFA.DAS.RoatpGateway.Domain;
using SFA.DAS.RoatpGateway.Web.Extensions;
using SFA.DAS.RoatpGateway.Web.Infrastructure.ApiClients;
using SFA.DAS.RoatpGateway.Web.ViewModels;
using System.Linq;
using System.Threading.Tasks;
namespace SFA.DAS.RoatpGateway.Web.Services
{
publ... | 43.486957 | 131 | 0.59968 | [
"MIT"
] | SkillsFundingAgency/das-roatp-gateway | src/SFA.DAS.RoatpGateway.Web/Services/GatewayRegisterChecksOrchestrator.cs | 5,003 | C# |
//#define REREAD_STATE_AFTER_WRITE_FAILED
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;
using Orleans.TestingHost;
using TestExtensions;
using Orleans.Hosting;
using Orleans.Configuration;
// ReSharper disable RedundantAssignment
// ReSharper disable UnusedVariable
// ReSharper disable Inconsis... | 35.591837 | 154 | 0.674599 | [
"MIT"
] | Abramalin/orleans | test/Extensions/TesterAzureUtils/Persistence/PersistenceStateTests_AzureBlobStore.cs | 3,488 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Diagnostics.Tracing;
using System.IO;
using System.Linq;
u... | 42.2494 | 180 | 0.537235 | [
"MIT"
] | AUTOMATE-2001/runtime | src/tests/tracing/eventpipe/common/IpcTraceTest.cs | 17,618 | C# |
namespace FakeItEasy.Specs
{
using System;
using FakeItEasy.Tests.TestHelpers;
using FluentAssertions;
using Xbehave;
using Xunit;
public static class AnyCallConfigurationSpecs
{
public interface IFoo
{
T Bar<T>() where T : class;
void... | 39.9 | 189 | 0.548037 | [
"MIT"
] | DynamicsValue/365saturday | FakeItEasy-3.2.0-patch/tests/FakeItEasy.Specs/AnyCallConfigurationSpecs.cs | 4,790 | C# |
//
// Encog(tm) Core v3.1 - .Net Version
// http://www.heatonresearch.com/encog/
//
// Copyright 2008-2012 Heaton Research, 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
//
// htt... | 35.571429 | 75 | 0.646988 | [
"BSD-3-Clause"
] | mpcoombes/MaterialPredictor | encog-core-cs/Plugin/IEncogPluginService1.cs | 2,490 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace HallOfBeorn.Models.LotR.ProductGroups
{
public class AngmarAwakenedProductGroup : ProductGroup
{
public AngmarAwakenedProductGroup()
: base("Angmar Awakened Cycle")
{
... | 33.181818 | 60 | 0.669863 | [
"MIT"
] | danpoage/hall-of-beorn | src/HallOfBeorn/Models/LotR/ProductGroups/AngmarAwakenedProductGroup.cs | 732 | C# |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Buffers;
using System.Buffers.Reader;
using System.Buffers.Text;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.Interop... | 36.167883 | 202 | 0.430071 | [
"MIT"
] | benaadams/corefxlab | src/System.Text.Http/System/Text/Http/Parser/HttpParser.cs | 29,730 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Re... | 38.189189 | 84 | 0.745223 | [
"MIT"
] | jsdelivrbot/Telerik_Academy | CSharp/CSharp Part 1/Training/Telerik - Homework/Homework 1/Reformat CSharp Code/Properties/AssemblyInfo.cs | 1,416 | C# |
using BleReaderNet.Device;
using BleReaderNet.Exception;
using BleReaderNet.Wrapper;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace BleReaderNet.Reader
{
/// <summary>
/// Provides functionality to scan and read manufacturer data of Bluetooth LE devices
/// </summa... | 34.026786 | 161 | 0.55576 | [
"MIT"
] | ilpork/BleReader.Net | src/BleReaderNet/Reader/BleReader.cs | 3,813 | C# |
// Copyright (c) Aksio Insurtech. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#nullable disable
namespace Aksio.Cratis.Events.Store.Observation;
/// <summary>
/// Represents the state used for an observer.
/// </summary>
public class Obse... | 37.073394 | 168 | 0.660604 | [
"MIT"
] | aksio-insurtech/Cratis | Source/Kernel/Store/Shared/Observation/ObserverState.cs | 8,082 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using UnityEngine;
using UnityEditor;
namespace Microsoft.SpatialAudio.Spatializer
{
[DisallowMultipleComponent]
[RequireComponent(typeof(AudioSource))]
public class RoomEffectSendLevel : MonoBehaviour
{
... | 37.469388 | 216 | 0.665577 | [
"MIT"
] | Janniku9/P05-Virtual-Graffiti | Packages/Microsoft.SpatialAudio.Spatializer.Unity.1.0.176/Scripts/RoomEffectSendLevel.cs | 3,674 | C# |
using System;
using System.Drawing;
using System.IO;
using System.Net;
using NUnit.Framework;
using NServiceKit.Common.Utils;
using NServiceKit.Common.Web;
using NServiceKit.Text;
using NServiceKit.WebHost.IntegrationTests.Services;
namespace NServiceKit.WebHost.IntegrationTests.Tests
{
/// <summary>A ... | 35.341463 | 148 | 0.695192 | [
"BSD-3-Clause"
] | NServiceKit/NServiceKit | tests/NServiceKit.WebHost.IntegrationTests/Tests/FileUploadTests.cs | 4,225 | C# |
// -----------------------------------------------------------------------
// <copyright file="IEventHandlerFactory.cs" company="OSharp开源团队">
// Copyright (c) 2014-2017 OSharp. All rights reserved.
// </copyright>
// <site>http://www.osharp.org</site>
// <last-editor>郭明锋</last-editor>
// <last-date>2017-09-1... | 29.461538 | 75 | 0.497389 | [
"Apache-2.0"
] | 1051324354/osharp | src/OSharp/EventBuses/IEventHandlerFactory.cs | 818 | C# |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace EddiEvents
{
public class FighterRebuiltEvent : Event
{
public const string NAME = "Fighter rebuilt";
public const string DESCRIPTION = "Triggered when a ship's fighter is rebuilt in the hangar";
public co... | 32.214286 | 130 | 0.637472 | [
"Apache-2.0"
] | Juggernaut93/EDDI | Events/FighterRebuiltEvent.cs | 904 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Routing;
using System.Web.UI;
using System.Web.UI.WebControls;
using Microsoft.AspNet.FriendlyUrls.Resolvers;
namespace ASP.NET_WebForms_Remote_Authentication
{
public partial class ViewSwitcher : System.Web.UI.Us... | 37.488372 | 120 | 0.648263 | [
"MIT"
] | EmilMitev/Telerik-Academy | ASP.NET Web Forms/09. Identity/Demo/ASP.NET WebForms Remote Authentication/ViewSwitcher.ascx.cs | 1,612 | C# |
using System;
using System.Xml.Serialization;
using System.ComponentModel.DataAnnotations;
using BroadWorksConnector.Ocip.Validation;
using System.Collections.Generic;
namespace BroadWorksConnector.Ocip.Models
{
/// <summary>
///
/// </summary>
[Serializable]
[XmlRoot(Namespace = "")]
[Groups... | 31.061538 | 130 | 0.579123 | [
"MIT"
] | Rogn/broadworks-connector-net | BroadworksConnector/Ocip/Models/SystemVoiceMessagingGroupGetVoicePortalMenusResponse21PersonalAssistantMenuKeys.cs | 8,076 | C# |
using System;
using System.Linq;
using System.Collections.ObjectModel;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering;
namespace UnityEditor.VFX.Operator
{
class SampleMeshProvider : VariantProvider
{
protected override sealed Dictionary<string, object[]> variants
... | 50.574236 | 271 | 0.641886 | [
"MIT"
] | Reality-Hack-2022/TEAM-52 | unity-visualeffectgraph-builtin-main/Editor/Models/Operators/Implementations/SampleMesh.cs | 23,163 | C# |
// 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.Runtime.InteropServices;
namespace System.Security.Cryptography.X509Certificates.Tests
{
//
//... | 41.722222 | 164 | 0.670573 | [
"MIT"
] | AlexGhiondea/corefx | src/System.Security.Cryptography.X509Certificates/tests/Cert.cs | 3,755 | C# |
using System;
using Grpc.Net.Client;
namespace GrpcEventsComponents
{
public class ClientBase
{
protected readonly GrpcChannel _channel;
protected readonly string _serviceBaseUrl;
public ClientBase(string baseUrl)
{
_serviceBaseUrl = baseUrl;
AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.H... | 23.055556 | 92 | 0.783133 | [
"MIT"
] | aurlaw/GrpcEventsDemo | GrpcEventsComponents/ClientBase.cs | 417 | C# |
// 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.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Gd... | 28.8 | 71 | 0.731481 | [
"MIT"
] | Olina-Zhang/winforms | src/System.Windows.Forms.Primitives/src/Interop/Gdi32/Interop.EndPath.cs | 434 | C# |
using System;
namespace Vk.CSharp.Sdk.Global.Exceptions
{
/// <summary>
/// Исключение, выбрасываемое при неверном или отсутствующем ключе доступа.
/// </summary>
public class InvalidAccessTokenException : Exception
{
public InvalidAccessTokenException() { }
public InvalidAccessTo... | 28 | 79 | 0.666667 | [
"MIT"
] | fossabot/vk-csharp-sdk | src/Core/Vk.CSharp.Sdk/Vk.CSharp.Sdk/Global/Exceptions/InvalidAccessTokenException.cs | 568 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using Datos;
namespace Negocios
{
public class RegistroRespaldo:CollectionBase
{
respaldo _oRespaldo = new respaldo();
public bool respaldar(string nombre,string dispositivo,DateTim... | 29.086957 | 181 | 0.527155 | [
"Apache-2.0"
] | RSSFrancisco/sistema-punto-de-venta | Negocios/Backup/RegistroRespaldo.cs | 2,009 | C# |
#nullable enable
using Content.Server.GameObjects.Components.Atmos;
using Content.Server.GameObjects.Components.GUI;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.Components.Mobs;
using Content.Shared.Actions;
using Content.Shared.Alert;
using Content.Shared.GameObjects.Co... | 32.139241 | 108 | 0.589996 | [
"MIT"
] | Sweptstation/space-station-14 | Content.Server/GameObjects/Components/MagbootsComponent.cs | 5,080 | C# |
using Pgshardnet.Exceptions;
using System;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Polly;
using System.Collections.Concurrent;
using System.Dat... | 38.106209 | 212 | 0.446465 | [
"MIT"
] | adekmm/pgshardnet | pgshardnet/ShardingManager.cs | 23,323 | C# |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Collections.ObjectModel;
using System.Linq;
using Microsoft.... | 48.246021 | 341 | 0.642787 | [
"Apache-2.0"
] | gewarren/roslyn | src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/DynamicTests.cs | 72,757 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using Paketti.Contexts;
namespace Paketti.Extensions
{
internal static class TypeContextExtensions
{
/// <summary>
/// Gets a value indicating whether any of the types are an interweave.
/// </summary>
/// <para... | 32.230769 | 99 | 0.618138 | [
"MIT"
] | sirphilliptubell/Paketti | Paketti/Extensions/TypeContextExtensions.cs | 840 | C# |
// Copyright © 2012-2021 VLINGO LABS. All rights reserved.
//
// This Source Code Form is subject to the terms of the
// Mozilla Public License, v. 2.0. If a copy of the MPL
// was not distributed with this file, You can obtain
// one at https://mozilla.org/MPL/2.0/.
namespace Vlingo.Xoom.Lattice.Exchange
{
public... | 51.433962 | 134 | 0.667278 | [
"MPL-2.0",
"MPL-2.0-no-copyleft-exception"
] | Luteceo/vlingo-net-lattice | src/Vlingo.Xoom.Lattice/Exchange/IExchangeAdapter.cs | 2,727 | C# |
/*
The MIT License (MIT)
Copyright (c) 2007 - 2021 Microting A/S
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify... | 44.684211 | 82 | 0.787397 | [
"MIT"
] | Gid733/eform-angular-frontend | eFormAPI/eFormAPI.Web/Services/Mailing/EmailTags/IEmailTagsService.cs | 1,700 | C# |
namespace Yapool
{
public interface IProcessor<T>
{
/// <summary>Create new Instance of Type T using source object.</summary>
/// <param name="key">Unique identifer for Pool.</param>
/// <param name="source">Source object.</param>
/// <returns>New instance.</returns>
public T CreateObject(T source);
//... | 37.423077 | 76 | 0.68962 | [
"MIT"
] | peterdijkstra/Yapool | Assets/Plugins/Yapool/Runtime/Interfaces/IProcessor.cs | 973 | C# |
/**
* Copyright 2017-2021 Plexus Interop Deutsche Bank AG
* SPDX-License-Identifier: Apache-2.0
*
* 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/... | 32.578947 | 75 | 0.676898 | [
"Apache-2.0"
] | deutschebank/Plexus-interop | desktop/src/Plexus.Interop.Metamodel.Json/Internal/ConsumedMethodDto.cs | 1,240 | C# |
using Microsoft.OpenApi.Models;
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddControllers();
builder.Services.AddSwaggerGen(c =>
{
c.SwaggerDoc("v1", new() { Title = "_002_webapi", Version = "v1" });
});
var app = builder.Build();
// Configure the HTTP ... | 20.733333 | 91 | 0.713826 | [
"MIT"
] | fernandezja/net6-experiments | 002-webapi/Program.cs | 622 | C# |
using System.Collections.Generic;
namespace MotorcycleChoiceHelper.Class
{
public class MotorcycleBrand
{
public string Brand { get; set; }
public List<Model> Models { get; set; }
}
}
| 21.3 | 47 | 0.661972 | [
"MIT"
] | kolendomichal/AI-on-Microsoft-Azure | AI Machine Learning/bot/MotorcycleChoiceHelper/Class/MotorcycleBrand.cs | 215 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEditor;
using UnityEditor.Graphing;
using UnityEditor.ShaderGraph;
using UnityEditor.ShaderGraph.Internal;
using Data.Util;
namespace UnityEditor.ShaderGraph
{
... | 46.740798 | 187 | 0.559212 | [
"MIT"
] | DanielConrad/HSTD | Library/PackageCache/com.unity.shadergraph@7.3.1/Editor/CodeGen/GenerationUtils.cs | 30,475 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Xml;
using System.Xml.XPath;
using System.Xml.Schema;
using System.Globalization;
using System.Collections;
using System.Collections.Generic;
using System.... | 42.236568 | 213 | 0.564113 | [
"MIT"
] | C-xC-c/runtime | src/libraries/System.Private.Xml/src/System/Xml/Xsl/IlGen/XmlIlVisitor.cs | 210,676 | C# |
using System.Collections.Generic;
namespace AcreeBlog.ViewModels.Home
{
public class TopicsViewModel
{
public IEnumerable<TopicWithBlogCountViewModel> Topics { get; set; }
}
public class TopicWithBlogCountViewModel
{
public long Id { get; set; }
public string Title { get; set; }
public str... | 23.235294 | 72 | 0.696203 | [
"MIT"
] | Chris-Acree/AcreeBlog | src/AcreeBlog/ViewModels/Home/TopicsViewModel.cs | 397 | C# |
using System;
using System.Runtime.Serialization;
namespace dapi_client_csharp.RPC
{
[Serializable]
public class RpcInternalServerErrorException : Exception
{
public RpcInternalServerErrorException()
{
}
public RpcInternalServerErrorException(string customMessage) : base(cu... | 26.970588 | 122 | 0.633588 | [
"MIT"
] | 10xcryptodev/dapi-client-csharp | dapi-client-csharp/RPC/RpcInternalServerErrorException.cs | 917 | C# |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.... | 39.351064 | 142 | 0.640443 | [
"Apache-2.0"
] | Azure/azure-webjobs-sdk-dashboard-tests | test/Dashboard.EndToEndTests/Tests/ArgumentsDisplay/QueueArgumentsDisplayFunctions.cs | 3,701 | C# |
// ********************************************************
// Copyright (C) 2022 Louis S. Berman (louis@squideyes.com)
//
// This file is part of JonesRovers
//
// The use of this source code is licensed under the terms
// of the MIT License (https://opensource.org/licenses/MIT)
// ************************************... | 30.06383 | 69 | 0.522293 | [
"MIT"
] | squideyes/JonesRovers | BackEnd/Program.cs | 1,413 | C# |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace DataAccess.Models
{
public class HotelFeature
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; set; }
... | 23.285714 | 79 | 0.630368 | [
"MIT"
] | boicualexandru/Food-Fusion-BE | DataAccess/Models/HotelFeature.cs | 654 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Azure.Storage.Queues.Models
{
internal partial class DequeuedMessageItem
{
}
}
| 19.9 | 61 | 0.728643 | [
"MIT"
] | 93mishra/azure-sdk-for-net | sdk/storage/Azure.Storage.Queues/src/Models/Internal/DequeuedMessageItem.cs | 201 | C# |
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
using Newtonsoft.Json;
using RiotSharp.Endpoints.ClientEndpoint.ActivePlayer;
using RiotSharp.Endpoints.ClientEndpoint.GameEvents;
using R... | 45.9 | 159 | 0.659234 | [
"MIT"
] | Johannes-Schneider/RiotSharp | RiotSharp/Endpoints/ClientEndpoint/ClientEndpoint.cs | 7,805 | C# |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 39.524138 | 171 | 0.595708 | [
"MIT"
] | larslynch/msgraph-beta-sdk-dotnet | src/Microsoft.Graph/Generated/requests/UnifiedRoleAssignmentScheduleInstanceFilterByCurrentUserRequest.cs | 5,731 | C# |
using System;
using WebMoney.Services.Contracts.BasicTypes;
using WebMoney.Services.Contracts.BusinessObjects;
namespace WMBusinessTools.Extensions.BusinessObjects
{
internal sealed class AuthenticationSettings : IAuthenticationSettings
{
private readonly byte[] _keeperKey;
public Authenticat... | 36.025641 | 99 | 0.67758 | [
"MIT"
] | MarketKernel/webmoney-business-tools | Src/WMBusinessTools.Extensions/BusinessObjects/AuthenticationSettings.cs | 1,407 | C# |
using System;
using System.Xml;
namespace MvcSitemapBuilder
{
/// <summary>
/// Xml Sitemap builder.
/// Attention: Without support of exceeding 50,000 entries and size of 10 MB.
/// </summary>
public class SitemapBuilder
{
#region fields, constructor
private const string SITEM... | 40.104167 | 174 | 0.621299 | [
"MIT"
] | Verhov/MvcSitemapBuilder | sources/SitemapBuilder.cs | 7,702 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Text.Json;
using Azure.Core;
namespace Azure.Messaging.EventGrid.SystemEvents
{
public partial class MachineLearningServicesModelDeployedEventData
{
int... | 37.4375 | 174 | 0.535893 | [
"MIT"
] | 0rland0Wats0n/azure-sdk-for-net | sdk/eventgrid/Azure.Messaging.EventGrid/src/Generated/Models/MachineLearningServicesModelDeployedEventData.Serialization.cs | 2,396 | C# |
using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
/// <summary>
/// AlipayFundAccountBillQueryResponse.
/// </summary>
public class AlipayFundAccountBillQueryResponse : AopResponse
{
/// <summary>
... | 26.179487 | 85 | 0.557297 | [
"Apache-2.0"
] | 554393109/alipay-sdk-net-all | AlipaySDKNet.Standard/Response/AlipayFundAccountBillQueryResponse.cs | 1,057 | C# |
// 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.
/******************************************************************************
* This file is auto-generated from ... | 42.419962 | 188 | 0.588235 | [
"MIT"
] | 06needhamt/runtime | src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/FusedAddHalving.Vector64.UInt32.cs | 22,525 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 58.176166 | 435 | 0.680264 | [
"MIT"
] | NathanClouseAX/AAXDataEntityPerfTest | Projects/AAXDataEntityPerfTest/ConsoleApp1/Connected Services/D365/RetailCatalogProduct.cs | 22,458 | C# |
/**
* 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... | 29.46519 | 113 | 0.540866 | [
"Apache-2.0"
] | busbey/avro | lang/csharp/src/apache/main/File/DataFileWriter.cs | 9,313 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class Program
{
static void Main()
{
double balance = double.Parse(Console.ReadLine());
string command = Console.ReadLine();
double price = 0;
double totalPrice ... | 26.576923 | 94 | 0.374337 | [
"MIT"
] | radoslavvv/Programming-Fundamentals-Extended-May-2017 | Exercises/03.CSharpBasicSyntaxMoreExercises/02.VaporStore/02.VaporStore.cs | 2,075 | C# |
using GaliciaSeguros.IaaS.Service.Chassis.Storage.EF.Implementation;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GaliciaSeguros.IaaS.Service.Chassis.Storage.EF.Contracts
{
public class BaseReposi... | 26.777778 | 73 | 0.624066 | [
"MIT"
] | lighuenlacamoire/NetCoreSvcChassis | src/GaliciaSeguros.IaaS.Service.Chassis.Storage.EF/Contracts/BaseRepository.cs | 1,207 | C# |
namespace Fortnox.SDK.Search
{
public class SupplierInvoiceAccrualSearch : BaseSearch
{
[SearchParameter("sortby")]
public Sort.By.SupplierInvoiceAccrual? SortBy { get; set; }
[SearchParameter("filter")]
public Filter.SupplierInvoiceAccrual? FilterBy { get; set; }
}
}
| 20.857143 | 62 | 0.719178 | [
"Unlicense",
"MIT"
] | LukasLonnroth/csharp-api-sdk | FortnoxSDK/Search/SupplierInvoiceAccrualSearch.cs | 292 | C# |
using UnityEngine;
using System.Collections;
[ExecuteInEditMode]
public class SkinShadingLookupTexture : MonoBehaviour
{
//public float intensity = 1.0f;
public float topLayerStrength = 0.3333f;
public float epiLayerStrength = 0.3333f;
public float subLayerStrength = 0.3333f;
public float sssssBlurDist... | 39.179941 | 195 | 0.6947 | [
"MIT"
] | communityus-branch/thechase-demo-2013 | Assets/MobileSkin/SkinShadingLookupTexture.cs | 13,282 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 31.792453 | 146 | 0.604748 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/Network/V20190901/Inputs/RouteArgs.cs | 1,685 | C# |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using BTCPayServer.Models;
namespace BTCPayServer.Controllers
{
public class HomeController : Controller
{
public IActionResult Index()
{
... | 22.184211 | 112 | 0.599051 | [
"MIT"
] | ch4ot1c/btcpayserver | BTCPayServer/Controllers/HomeController.cs | 845 | C# |
namespace Recipes.Desktop
{
partial class RecipeDetailsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 42.75 | 107 | 0.617225 | [
"MIT"
] | veronicakolarska/recipes-app | Recipes.Desktop/RecipeDetailsForm.Designer.cs | 3,764 | C# |
namespace Plivo.Resource
{
public class DeleteResponse<T> : BaseResponse
{
}
} | 15 | 49 | 0.666667 | [
"MIT"
] | KoushikShetty/plivo-dotnet | src/Plivo/Resource/DeleteResponse.cs | 90 | C# |
using System;
namespace Twilio
{
/// <summary>
/// An Queue instance resource
/// </summary>
public class Queue : TwilioBase
{
/// <summary>
/// A 34 character string that uniquely identifies this resource.
/// </summary>
public string Sid { get; set; }
///... | 27.326087 | 76 | 0.552904 | [
"Apache-2.0"
] | ArashMotamedi/Twilio.NetCore | src/Twilio.NetCore/Model/Queue.cs | 1,259 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// Bu kod araç tarafından oluşturuldu.
// Çalışma Zamanı Sürümü:4.0.30319.42000
//
// Bu dosyada yapılacak değişiklikler yanlış davranışa neden olabilir ve
// kod yeniden oluşturulursa kaybolur.
// </aut... | 43.708333 | 82 | 0.675882 | [
"MIT"
] | Akbank-Full-Stack-Development-Bootcamp/BusraAltun_Odev2 | Dapper/Dapper_Micro_ORM/Dapper_Micro_ORM_Web_API/Dapper_Micro_ORM_Web_API/obj/Release/net5.0/Dapper_Micro_ORM_Web_API.AssemblyInfo.cs | 1,072 | C# |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Http;
namespace Microsoft.AspNetCore.Authentication.Cookies
{
/... | 49.675497 | 163 | 0.646047 | [
"Apache-2.0"
] | 1n5an1ty/aspnetcore | src/Security/Authentication/Cookies/src/CookieAuthenticationOptions.cs | 7,501 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 34.309859 | 220 | 0.657635 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/Media/V20180330Preview/ListStreamingLocatorPaths.cs | 2,436 | C# |
using System;
using System.IO;
using System.Text;
using System.Xml;
using System.Xml.Serialization;
namespace BuildVision.Common
{
public class GenericXmlSerializer<T> where T : class, new()
{
public virtual T Deserialize(string xml)
{
var serializer = new XmlSerializer(typeof(T));... | 26.677419 | 69 | 0.56711 | [
"MIT"
] | Stelzi79/BuildVision | src/BuildVision.Common/GenericXmlSerializer.cs | 829 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine.SceneManagement;
using UnityEngine;
public class GameManager : MonoBehaviour {
public static GameManager instance;
public Board board;
public GameObject[] gameplayUIElements, gameOverUIElements;
public GameObject additionU... | 29.625 | 118 | 0.597046 | [
"MIT"
] | FabioPBrigagao/match3-test | Assets/Scripts/GameManager.cs | 4,268 | C# |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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
*
... | 30.245283 | 81 | 0.635059 | [
"Apache-2.0"
] | TencentCloud/tencentcloud-sdk-dotnet | TencentCloud/Tsf/V20180326/Models/TsfPageConfigReleaseLog.cs | 1,707 | C# |
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using Vanara.InteropServices;
using static Vanara.PInvoke.Ole32;
using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME;
namespace Vanara.PInvoke
{
public static partial cla... | 49.45436 | 243 | 0.67399 | [
"MIT"
] | AndreGleichner/Vanara | PInvoke/Ole/OleAut32/Wia_xp.cs | 217,803 | C# |
using AutoMapper;
using StockTradingAnalysis.Interfaces.Domain;
using StockTradingAnalysis.Web.Models;
namespace StockTradingAnalysis.Web.AutoMapperProfiles
{
/// <summary>
/// The ImageProfile contains the auto mapper configuration for an image, <see cref="IImage"/>.
/// </summary>
/// <seealso cref="Profile" />... | 35.346154 | 96 | 0.682263 | [
"Unlicense"
] | BenjaminBest/StockTradingAnalysisWebsite | StockTradingAnalysisWebsite/StockTradingAnalysis.Web/App_Start/AutoMapperProfiles/ImageProfile.cs | 921 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.ADF.Deployment.AdfKeyVaultDeployment.Models
{
public class Subscription
{
public string FriendlyName { get; set; }
public string Id { get; set; }
}
}
| 21.066667 | 63 | 0.71519 | [
"MIT"
] | Azure/Azure-DataFactory | SamplesV1/ADFSecurePublish/AdfKeyVaultDeployment/Models/Subscription.cs | 318 | C# |
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org/ & https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using System.Collections.Generic;
using Stride.Core... | 27.952941 | 163 | 0.546296 | [
"MIT"
] | Alan-love/xenko | sources/shaders/Stride.Core.Shaders/Ast/Stride/ForEachStatement.cs | 2,376 | C# |
using System;
using FluentNHibernate.Diagnostics;
using FluentNHibernate.Testing.Utils;
using NUnit.Framework;
using Rhino.Mocks;
namespace FluentNHibernate.Testing.Diagnostics
{
[TestFixture]
public class DiagnosticMessageDespatcherTests
{
IDiagnosticMessageDespatcher despatcher;
... | 32.861111 | 165 | 0.655114 | [
"BSD-3-Clause"
] | ashmind/fluent-nhibernate | src/FluentNHibernate.Testing/Diagnostics/DiagnosticMessageDespatcherTests.cs | 1,185 | C# |
using Noyau;
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Controls;
using System.Windows.Navigation;
using DataObject = System.Windows.DataObject;
using DragDropEffects = System.Windows.DragDropEffects;
using System.C... | 87.579655 | 10,984 | 0.662791 | [
"MIT"
] | OussamaBenakmoum/DigiX | WpfApp2/Graphique/Gate.xaml.cs | 91,281 | C# |
using Grpc.Core;
using MediaContract;
namespace GrpcAgent
{
/// <summary>
/// 实时视频播放事件处理
/// </summary>
/// <param name="msg"></param>
/// <param name="state"></param>
public delegate void LivePlayRequestHandler(StartLiveRequest request, ServerCallContext context);
/// <summary>
/// 视... | 30.138889 | 105 | 0.674654 | [
"BSD-2-Clause"
] | BretGui/GB28181.Platform2016 | GrpcAgent/MediaEventSource.cs | 1,127 | C# |
using System;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using MadsKristensen.EditorExtensions.Settings;
using Microsoft.Ajax.Utilities;
using Microsoft.VisualStudio.Utilities;
using WebMarkupMin.Core.Minifiers;
using WebMarkupMin.Core.Settings;
namespac... | 40.291667 | 148 | 0.633575 | [
"Apache-2.0"
] | GProulx/WebEssentials2015 | EditorExtensions/Misc/Minification/IFileMinifier.cs | 8,705 | C# |
using System;
using XamMvvmAndWebServices.Interfaces;
namespace XamMvvmAndWebServices.Services
{
/// <summary>
/// The login service.
/// </summary>
public class LoginService : ILoginService
{
/// <summary>Initializes a new instance of the <see cref="LoginService"/> class.</summary>
... | 38.220779 | 107 | 0.577642 | [
"MIT"
] | karolzak/Xamarin-MVVMCross-And-Web-Service-Sample | XamMvvmAndWebServices.Client/XamMvvmAndWebServices.Core/Services/LoginService.cs | 2,945 | C# |
/*
* Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
* See https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers
* for more information concerning the license and the contributors participating to this project.
*/
using System.Net.Http;
using System.Net.Http... | 46.125 | 148 | 0.683266 | [
"Apache-2.0"
] | AaqibAhamed/AspNet.Security.OAuth.Providers | src/AspNet.Security.OAuth.WordPress/WordPressAuthenticationHandler.cs | 2,954 | C# |
using Artemis.UI.Shared.Modules;
namespace Artemis.Plugins.Modules.General.ViewModels
{
public class GeneralViewModel : ModuleViewModel
{
public GeneralViewModel(GeneralModule module) : base(module, "General")
{
GeneralModule = module;
}
public GeneralModule Genera... | 26.416667 | 81 | 0.637224 | [
"MIT"
] | skedgyedgy/Artemis.Plugins | src/Modules/Artemis.Plugins.Modules.General/ViewModels/GeneralViewModel.cs | 636 | C# |
/*
* SOCOMAP
*
* This API is for the new Socomap Protocol
*
* OpenAPI spec version: 0.0.1
* Contact: development@infotech.de
* Generated by: https://openapi-generator.tech
*/
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using... | 30.201681 | 105 | 0.560378 | [
"MIT"
] | infotech-gmbh/socomap | src/dotnet/App/Models/TransmissionsCreateRequest.cs | 3,594 | C# |
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Sprites;
using System;
namespace osu.Framework.Graphics.Visualisation
{
cl... | 31.541667 | 110 | 0.669749 | [
"MIT"
] | ColdVolcano/Touhosu | osu-framework/osu.Framework/Graphics/Visualisation/FlashyBox.cs | 759 | C# |
using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using System.Reflection;
using Musoq.Evaluator.Helpers;
using Musoq.Evaluator.Resources;
using Musoq.Evaluator.Utils;
using Musoq.Evaluator.Utils.Symbols;
using Musoq.Parser;
using Musoq.Parser.Nodes;
using Musoq.Plugins.Attribute... | 36.3082 | 167 | 0.55328 | [
"MIT"
] | JTOne123/Musoq | Musoq.Evaluator/Visitors/RewriteQueryVisitor.cs | 38,525 | C# |
using LineageServer.Interfaces;
using LineageServer.Models;
using System.Collections.Generic;
namespace LineageServer.william
{
class ItemPrice
{
private static ILogger _log = Logger.GetLogger(nameof(ItemPrice));
private static ItemPrice _instance;
private readonly Dictionary<int, L1... | 27.031746 | 118 | 0.559601 | [
"Unlicense"
] | TaiwanSpring/L1CSharpTW | LineageServer/william/ItemPrice.cs | 1,705 | C# |
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// re... | 33.720588 | 103 | 0.611426 | [
"MIT"
] | Azkel/azure-sdk-for-net | sdk/alertsmanagement/Microsoft.Azure.Management.AlertsManagement/src/Generated/Models/Scope.cs | 2,293 | C# |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using DurableTask.Core;
using DurableTask.Emulator;
namespace Microsoft.Azure.WebJobs.Extensions.DurableTask
{
internal class EmulatorDurabilityProviderFactory : IDur... | 29.4375 | 93 | 0.68896 | [
"MIT"
] | AtOMiCNebula/azure-functions-durable-extension | test/FunctionsV2/EmulatorDurabilityProviderFactory.cs | 944 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.XR.iOS;
public class ARKitPlaneMeshRender : MonoBehaviour {
[SerializeField]
private MeshFilter meshFilter;
[SerializeField]
private LineRenderer lineRenderer;
private Mesh planeMesh;
public void Init... | 27.2 | 110 | 0.671744 | [
"MIT"
] | oliverellmers/SharedSpheres | Assets/UnityARKitPlugin/Examples/ARKit1.5/UnityARPlaneMesh/ARKitPlaneMeshRender.cs | 1,906 | C# |
// Fill out your copyright notice in the Description page of Project Settings.
using UnrealBuildTool;
public class Blaze : ModuleRules
{
public Blaze(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PublicDependencyModuleNames.AddRange(new string[] { "Cor... | 33.666667 | 129 | 0.731436 | [
"MIT"
] | Mandey4172/Blaze | Source/Blaze/Blaze.Build.cs | 808 | C# |
using System;
using System.Collections.Generic;
namespace MahApps.Metro.IconPacks
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
public static class PackIconMaterialLightDataFactory
{
public st... | 489.324042 | 2,079 | 0.688328 | [
"MIT"
] | GerHobbelt/MahApps.Metro.IconPacks | src/MahApps.Metro.IconPacks/PackIconMaterialLightDataFactory.cs | 140,438 | C# |
// MIT License
//
// Copyright(c) 2021 ICARUS Consulting GmbH
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, cop... | 39.428571 | 81 | 0.664855 | [
"MIT"
] | icarus-consulting/Yaapii.Atoms | src/Yaapii.Atoms/Func/BiFuncOf.cs | 2,208 | C# |
using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[ass... | 34.677419 | 84 | 0.743256 | [
"Apache-2.0"
] | adrianstevens/NETConf2017 | SayHelloXF/SayHelloXF/SayHelloXF/Properties/AssemblyInfo.cs | 1,078 | C# |
/*
* Copyright Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "li... | 35.8 | 140 | 0.651988 | [
"Apache-2.0"
] | philasmar/aws-sdk-net | sdk/src/Services/GameLift/Generated/Model/Internal/MarshallTransformations/GameSessionFullExceptionUnmarshaller.cs | 3,043 | C# |
using Xamarin.Forms.Internals;
namespace Xamarin.Forms.Platform.GTK
{
internal class ResourcesProvider : ISystemResourcesProvider
{
private const string TitleStyleKey = "HeaderLabelStyle";
private const string SubtitleStyleKey = "SubheaderLabelStyle";
private const string BodyStyleKey ... | 40.058824 | 110 | 0.593245 | [
"MIT"
] | 1rfan786/xamarin.android | Xamarin.Forms.Platform.GTK/ResourcesProvider.cs | 2,045 | C# |
using Microsoft.Extensions.Configuration.Json;
namespace AspnetcoreEx.Extensions;
public class CustomJsonConfigurationProvider : JsonConfigurationProvider
{
public CustomJsonConfigurationProvider(CustomJsonConfigurationSource source) : base(source)
{
}
public override void Load(Stream stream)
{
... | 29.833333 | 95 | 0.727374 | [
"Apache-2.0"
] | futugyou/CodeFragments | AspnetcoreEx/Extensions/CustomJsonConfigurationProvider.cs | 897 | C# |
// <auto-generated />
using System;
using BakeryShop.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace Bak... | 45.774059 | 251 | 0.46883 | [
"MIT"
] | danasarghe/BakeryShop | BakeryShop/Migrations/20210122193436_Image.Designer.cs | 10,974 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics.CodeAnalysis;
namespace System.Reflection
{
public static class TypeExtensions
{
public static ConstructorInfo? GetConstructor(
... | 36 | 164 | 0.630159 | [
"MIT"
] | AUTOMATE-2001/runtime | src/libraries/System.Reflection.TypeExtensions/src/System/Reflection/TypeExtensions.cs | 15,120 | C# |
using System;
using System.Data;
using System.Data.Linq;
using System.Diagnostics;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using System.Globalization;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text;
using LinqToDB;
using LinqToDB.Common;
using LinqTo... | 37.026219 | 217 | 0.630005 | [
"MIT"
] | deus348/linq2db | Tests/Linq/DataProvider/OracleTests.cs | 137,439 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerStat : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
| 15.526316 | 52 | 0.623729 | [
"Unlicense"
] | palmmyvillage/CodeLab1-2019-FInalProject | CodeLab1_2019_FinalProject/Assets/Scripts/PlayerStat.cs | 297 | C# |
using System;
using System.Reflection;
namespace FullSerializer.Internal {
/// <summary>
/// A property or field on a MetaType.
/// </summary>
public class fsMetaProperty {
internal fsMetaProperty(FieldInfo field) {
_memberInfo = field;
StorageType = field.FieldType;
... | 30.813953 | 166 | 0.52327 | [
"MIT"
] | Chaser324/soundcloud-unity | Assets/FullSerializer/Reflection/fsMetaProperty.cs | 3,977 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.