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 |
|---|---|---|---|---|---|---|---|---|
using Newtonsoft.Json.Linq;
using Skybrud.Essentials.Json.Extensions;
namespace Skybrud.Social.Slack.Models.Channels {
/// <summary>
/// Class representing a the response body of a single Slack channel.
/// </summary>
public class SlackChannelResponseBody : SlackResponseBody {
#region Pr... | 31.617021 | 115 | 0.615747 | [
"MIT"
] | abjerner/Skybrud.Social.Slack | src/Skybrud.Social.Slack/Models/Channels/SlackChannelResponseBody.cs | 1,488 | C# |
#if !NOJSONNET
using NBitcoin.Crypto;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Ne... | 34.343493 | 323 | 0.686482 | [
"MIT"
] | JoaoCampos89/NBitcoin | NBitcoin/RPC/RPCClient.cs | 83,388 | 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: AssemblyTi... | 38.103448 | 85 | 0.725792 | [
"MIT"
] | Alezy80/NModbus | CaptiveAire.NModbus.Serial.UWP/Properties/AssemblyInfo.cs | 1,108 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WinFormAlunos
{
public partial class TelaLista : Form
{
public TelaLista()
... | 18.538462 | 79 | 0.676349 | [
"MIT"
] | asrieltiago/GitCsharp | GITCLASS/Windows Forms/WinFormAlunos/WinFormAlunos/TelaLista.cs | 484 | C# |
// --------------------------------------------------------
// Copyright: Toni Kalajainen
// Date: 29.10.2019
// Url: http://lexical.fi
// --------------------------------------------------------
using System;
using System.IO;
namespace Lexical.FileSystem.Utility
{
/// <summary>
/// ... | 38.566879 | 125 | 0.58365 | [
"Apache-2.0"
] | tagcode/Lexical.FileSystem | Lexical.FileSystem.Abstractions/Utility/IMemoryPool.cs | 6,057 | 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("Bb... | 37.378378 | 84 | 0.742589 | [
"MIT"
] | donghoon/ifctoolkit | BlackBox/Predefined/BbNut/Properties/AssemblyInfo.cs | 1,386 | C# |
using System;
using System.Threading.Tasks;
using Meziantou.Framework;
using Meziantou.Moneiz.Extensions;
using Microsoft.JSInterop;
namespace Meziantou.Moneiz.Services
{
public sealed class SettingsProvider
{
private readonly IJSRuntime _jsRuntime;
public SettingsProvider(IJSRuntime jsRunti... | 30.038462 | 99 | 0.631882 | [
"MIT"
] | meziantou/meziantou.moneiz | src/Meziantou.Moneiz/Services/SettingsProvider.cs | 1,564 | C# |
using System;
using System.Reflection;
using ReflectionLibrary.Interfaces;
namespace ReflectionLibrary.Models
{
/// <summary>
/// Provides access to methods that require the underlying reflected property to be defined.
/// </summary>
public class ReflectedPropertyOperations : IReflectedPropertyOperati... | 31.526316 | 122 | 0.611018 | [
"Apache-2.0"
] | PrecisionWebTechnologies/DynamicMVC | ReflectionLibrary/Models/ReflectedPropertyOperations.cs | 1,200 | C# |
namespace Library.Web.Models
{
using Library.Web.Models.Interfaces;
using System.Collections.Generic;
public class BookIndexViewModel : ILibraryEntry
{
public int Id { get; set; }
public string Title { get; set; }
public string Status { get; set; }
... | 22.647059 | 58 | 0.594805 | [
"MIT"
] | msotiroff/Softuni-learning | C# Web Module/CSharp-Web-Asp.Net.Core-MVC/04.MVC-Architecture-Components/Library/Library.Web/Models/Book/BookIndexViewModel.cs | 387 | 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... | 41.577143 | 141 | 0.609538 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/ContainerRegistry/ExportPipeline.cs | 7,276 | C# |
using DN.WebApi.Application.Identity.Interfaces;
using DN.WebApi.Application.Wrapper;
using DN.WebApi.Domain.Constants;
using DN.WebApi.Infrastructure.Identity.Permissions;
using DN.WebApi.Shared.DTOs.Identity;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace DN.WebApi.Host.Controlle... | 37.637255 | 148 | 0.740818 | [
"MIT"
] | Khair95/FullCleanArchitecture | src/Host/Controllers/Identity/IdentityController.cs | 3,839 | C# |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace wifiAnalysis
{
public class ScanningPage : ContentPage
{
List<RoomObject> rooms;
Picker picker;
Entry entry;
... | 36.9869 | 113 | 0.472609 | [
"MIT"
] | adamabad/wifiAnalysis | wifiAnalysis/wifiAnalysis/View/ScanningPage.cs | 8,472 | C# |
using Prism.Mvvm;
using System.IO;
namespace HomeLink.App.ViewModels {
public sealed class FileViewModel : BindableBase {
private string _name;
private byte[] _data;
public FileViewModel(string name) {
_name = Path.GetFileName(name);
_data = new byte[0];
}
... | 23.928571 | 56 | 0.549254 | [
"MIT"
] | RomanEmreis/HomeLink.App | HomeLink.App/HomeLink.App/HomeLink.App/ViewModels/FileViewModel.cs | 672 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web.Configuration;
using System.Web.Mvc;
using System.Web.Security;
using Epi.Cloud.Common.Constants;
using Epi.Cloud.Common.DTO;
using Epi.Cloud.Common.Extensions;
using Epi.Cloud.Common.Message;
using Epi.Cloud.C... | 50.927848 | 224 | 0.612955 | [
"Apache-2.0"
] | 82ndAirborneDiv/Epi-Info-Cloud-Contact-Tracing | Cloud Enter/Epi.Cloud/Controllers/FormResponseController.cs | 40,235 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("Boleto Fácil SDK")]
[assembly: AssemblyDescription("SDK para integração com o Boleto Fácil")]
[a... | 39.333333 | 82 | 0.750471 | [
"Apache-2.0"
] | boletofacil/boletofacil-sdk-net | BoletoFacilSDK/Properties/AssemblyInfo.cs | 1,069 | C# |
using System;
namespace FizzBuzz
{
class Program
{
static void Main(string[] args)
{
int n = Convert.ToInt32(Console.ReadLine().Trim());
Result.fizzBuzz(n);
}
}
class Result
{
/*
* Complete the 'fizzBuzz' function below.
... | 20.1 | 63 | 0.344279 | [
"MIT"
] | tonchevaAleksandra/HackerRank-Problem-Solving | C Sharp Basic Skills Certification Test/FizzBuzz/Program.cs | 1,007 | C# |
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
namespace DemoService
{
public static class UseExtensions
{
public static IHostBuilder UsePrinter(this IHostBuilder hostBuilder)
{
return hostBuilder.ConfigureServices(services =>
... | 27.928571 | 76 | 0.693095 | [
"MIT"
] | codeyu/netcore-generic-host-demo | src/DemoService/UseExtensions.cs | 391 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
using Azure.ResourceManager;
namespace Azure.ResourceMa... | 42.986842 | 216 | 0.731558 | [
"MIT"
] | damodaravadhani/azure-sdk-for-net | sdk/websites/Azure.ResourceManager.AppService/src/Generated/LongRunningOperation/AppServiceArmOperationOfT.cs | 3,267 | C# |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.IO;
using System.Management.Automation;
using System.Management.Automation.Internal;
using System.Reflection;
using System.Threading;
using Microsoft.PowerShell.Commands.Internal.For... | 37.908795 | 168 | 0.605602 | [
"MIT"
] | 3pe2/PowerShell | src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/OutGridView/OutWindowProxy.cs | 11,638 | 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.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeLens;
using Microsoft.... | 45.66 | 161 | 0.715725 | [
"Apache-2.0"
] | 20chan/roslyn | src/VisualStudio/Core/Def/Implementation/CodeLens/ICodeLensContext.cs | 2,285 | C# |
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Adnc.Maint.Core.Entities;
using Adnc.Core.Shared;
namespace Adnc.Maint.Core.CoreServices
{
public interface IMaintManagerService : ICoreService
{
Task UpdateDicts(SysDict dict, List<SysDict> subDicts, Cancell... | 26.357143 | 110 | 0.775068 | [
"MIT"
] | JavaScript-zt/Adnc | src/ServerApi/Portal/Adnc.Maint/Adnc.Maint.Core/CoreServices/IMaintManagerService.cs | 371 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using Windows.Foundation.Collections;
namespace IntegrationExample.Common
{
/// <summary>
/// Implementation of IObservableMap that supports reentrancy for use as a default view
/// model.
/// </summary>
public class Obs... | 29.946667 | 94 | 0.535396 | [
"MIT"
] | JeremyLikness/WinRTExamples | WinRTByExample81/IntegrationExample/Common/ObservableDictionary.cs | 4,494 | C# |
using System;
namespace FileSystemAbstraction.Adapters.AzureBlobStorage
{
public static class AzureBlobStorageFileSystemExtensions
{
public static FileSystemBuilder AddAzureBlobStorage(this FileSystemBuilder builder, string scheme, Action<AzureBlobStorageFileSystemOptions> configureOptions)
{
... | 61.268293 | 193 | 0.763933 | [
"MIT"
] | srigaux/FileSystemAbstraction | src/FileSystemAbstraction.Adapters.AzureBlobStorage/AzureBlobStorageFileSystemExtensions.cs | 2,514 | C# |
namespace Example.RectangleOverlay
{
partial class Window
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resourc... | 25.316667 | 101 | 0.676103 | [
"BSD-2-Clause"
] | vidview/Example.RectangleOverlay | Example.RectangleOverlay/Window.Designer.cs | 1,521 | C# |
////////////////////////////////////////////////////////////////////////////////
//NUnit tests for "EF Core Provider for LCPI OLE DB"
// IBProvider and Contributors. 02.05.2021.
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.S... | 29.622517 | 158 | 0.563604 | [
"MIT"
] | ibprovider/Lcpi.EFCore.LcpiOleDb | Tests/General/Source/Work/DBMS/Firebird/V03_0_0/D1/Query/Operators/SET_001/LessThan/Complete/Double/Int32/TestSet_001__fields__01__VV.cs | 4,475 | 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... | 35.021053 | 242 | 0.605651 | [
"Apache-2.0"
] | polivbr/pulumi-azure-native | sdk/dotnet/Compute/V20210701/GetGalleryImage.cs | 6,654 | C# |
using System.Collections.Generic;
using System.Threading.Tasks;
using Abp.Application.Services;
using Abp.Application.Services.Dto;
using Abp.Domain.Repositories;
using iProof.Authorization;
using iProof.Authorization.Users;
using iProof.Users.Dto;
using Microsoft.AspNetCore.Identity;
using System.Linq;
using Abp.Colle... | 32.552 | 162 | 0.638978 | [
"MIT"
] | bquadre/iProof | aspnet-core/src/iProof.Application/Users/UserAppService.cs | 4,069 | 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;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.ContractsLig... | 48.482297 | 310 | 0.545977 | [
"MIT"
] | buildxl-team-collab/BuildXL | Public/Src/Engine/Scheduler/Artifacts/FileContentManager.cs | 184,863 | C# |
using BaseLib.Media;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
namespace BaseLib
{
public static class Time
{
public static long FromTicks(long ticks, long timeBase)
{
return ... | 36.092715 | 157 | 0.437982 | [
"MIT"
] | Bert1974/BB74.Media.Xwt | BB74.Media.Base/Time.cs | 10,902 | 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-generate... | 35.16129 | 152 | 0.563303 | [
"MIT"
] | crazyxhz/TrustSelfSignedCertificates | src/Trust/Properties/Settings.Designer.cs | 1,092 | C# |
namespace Allie.Chat.Lib.Requests.Users
{
/// <summary>
/// A Twitch User update request
/// </summary>
public class UserTwitchUpdateRequest : UserUpdateRequest
{
}
}
| 19.2 | 60 | 0.640625 | [
"Apache-2.0"
] | LiveOrDevTrying/Allie.Chat | Allie.Chat.Lib/Requests/Users/UserTwitchUpdateRequest.cs | 194 | C# |
using System;
using Newtonsoft.Json;
namespace LetterApp.Models.DTO.RequestModels
{
public class PasswordChangeRequestModel
{
public PasswordChangeRequestModel(string email, string newPassword, string requestedCode)
{
Email = email;
NewPassword = newPassword;
... | 26.104167 | 97 | 0.605746 | [
"MIT"
] | joaowd/Letter | LetterApp.Core/Models/DTO/RequestModels/PasswordChangeRequestModel.cs | 1,255 | C# |
namespace GreenCap.Data.Migrations
{
using System;
using Microsoft.EntityFrameworkCore.Migrations;
public partial class TestMigration : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "CreatedOn... | 29.9 | 91 | 0.485368 | [
"MIT"
] | G0m0r0/GreenCap-Web-Project | src/Data/GreenCap.Data/Migrations/20201106190336_TestMigration.cs | 2,394 | C# |
namespace SampleProject.Domain.Customers
{
using System;
using SeedWork;
public class CustomerId : TypedIdValueBase
{
public CustomerId(Guid value) : base(value)
{
}
}
} | 17.916667 | 51 | 0.613953 | [
"MIT"
] | gabrielesteveslima/net-public-sample-dotnet-core-cqrs-api | src/SampleProject.Domain/Customers/CustomerId.cs | 217 | C# |
using System;
using GraphQL.SystemTextJson;
using GraphQL.Types;
using Xunit;
namespace GraphQL.Tests.Bugs
{
// https://github.com/graphql-dotnet/graphql-dotnet/pulls/1773
public class Bug1773 : QueryTestBase<Bug1773Schema>
{
private void AssertQueryWithError(string query, string result, string mes... | 49.743802 | 225 | 0.638478 | [
"MIT"
] | srs6814/graphql-dotnet | src/GraphQL.Tests/Bugs/Bug1773.cs | 6,083 | C# |
// This file is part of Silk.NET.
//
// You may modify and distribute Silk.NET under the terms
// of the MIT license. See the LICENSE file for details.
using System;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using Sys... | 42.018066 | 145 | 0.458358 | [
"MIT"
] | mcavanagh/Silk.NET | src/Core/BuildTools/Converters/Readers/OpenCLReader.cs | 39,539 | C# |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18449
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated... | 103.100959 | 969 | 0.70587 | [
"MIT"
] | ChangDu2021/Interop-TestSuites | ExchangeMAPI/Source/MS-OXCTABL/TestSuite/S05_ResetSortTableRops_SortTable_TestSuite.cs | 344,151 | C# |
// Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace Autofac.Diagnostics;
/// <summary>
/// Names of the events raised in diagnostics.
/// </summary>
internal static class DiagnosticEventKeys
{
/// <summary>
... | 34.089286 | 91 | 0.681509 | [
"MIT"
] | rcdailey/Autofac | src/Autofac/Diagnostics/DiagnosticEventKeys.cs | 1,911 | C# |
using System;
using System.Numerics;
using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Atari.Atari2600
{
// Emulates the TIA
public partial class TIA : IVideoProvider, ISoundProvider
{
static TIA()
{
// add alpha to palette entries
for (int i = 0; i < PALPalette.Length; i++)... | 23.447178 | 142 | 0.54376 | [
"MIT"
] | Moliman/BizHawk | BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs | 32,406 | C# |
using System;
using System.Collections.Generic;
using System.Text;
using Game.Logic.AI;
namespace GameServerScript.AI.Game
{
public class TimeVortexHardGame : APVEGameControl
{
public override void OnCreated()
{
//Game.SetupMissions("12201,12202,12203,12204");
Game.Setu... | 21 | 60 | 0.459325 | [
"MIT"
] | HuyTruong19x/DDTank4.1 | Source Server/Game.Server.Scripts/AI/Game/TimeVortexHardGame.cs | 1,010 | C# |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 56.656489 | 170 | 0.664511 | [
"MIT"
] | Aliases/msgraph-sdk-dotnet | src/Microsoft.Graph/Generated/requests/IEducationRootRequest.cs | 7,422 | C# |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
namespace Microsoft.PowerPlatform.Formulas.Tools.Utility
{
[DebuggerDispla... | 34.203593 | 139 | 0.583158 | [
"MIT"
] | DineshReddy0908/PowerApps-Language-Tooling | src/PAModel/Utility/FilePath.cs | 5,712 | C# |
//
// Serializer for byps.test.api.BResult_9001
//
// THIS FILE HAS BEEN GENERATED. DO NOT MODIFY.
//
using System;
using System.Collections.Generic;
using byps;
namespace byps.test.api
{
public class BSerializer_2076900492 : BSerializer {
public readonly static BSerializer instance = new BSerializer_207690... | 24.270833 | 100 | 0.704721 | [
"MIT"
] | teberhardt/byps | csharp/bypstest-ser/src-ser/byps/test/api/BSerializer_2076900492.cs | 1,167 | C# |
using Microsoft.EntityFrameworkCore.Migrations;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
namespace TodoApi.Migrations
{
public partial class postgresdb : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
... | 33.09375 | 114 | 0.554297 | [
"MIT"
] | VijoyV/todo-dotnet-postgres-app | Migrations/20201106132647_postgres-db.cs | 1,061 | C# |
using HRIS.Model.Sys;
using System;
using System.Linq;
namespace HRIS.Service.Sys
{
public interface ILocationService
{
void Create(LocationModel model, out Guid locationId);
void Delete(Guid locationId);
LocationModel GetById(Guid locationId);
IQueryable<LocationModel> GetQ... | 19.894737 | 62 | 0.685185 | [
"MIT"
] | mynrd/HRIS.MVC | HRIS.Service/Sys/ILocationService.cs | 380 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using Difi.SikkerDigitalPost.Klient.Domene.Entiteter;
using Difi.SikkerDigitalPost.Klient.Domene.Entiteter.Post;
using Difi.SikkerDigitalPost.Klient.XmlValidering;
namespace Difi.SikkerDigitalPost.Klient
{
public class Klientkonfigurasjon
{
... | 36.411765 | 131 | 0.639203 | [
"Apache-2.0"
] | difi/dpi-proxy-klient-dotnet | Difi.SikkerDigitalPost.Klient/KlientKonfigurasjon.cs | 1,873 | C# |
/*****************************************************************************
Copyright 2018 The TensorFlow.NET Authors. 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 Licen... | 38.060241 | 156 | 0.552812 | [
"Apache-2.0"
] | BlueCode2019/TensorFlow.NET | src/TensorFlowNET.Core/Framework/importer.cs | 9,479 | C# |
// <auto-generated />
using System;
using CasinoReports.Infrastructure.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion... | 35.674663 | 125 | 0.499769 | [
"MIT"
] | pdrosos/CasinoReports | server/CasinoReports/Infrastructure/Data/CasinoReports.Infrastructure.Data/Migrations/20181230165005_CustomerVisitsRelatedTables.Designer.cs | 23,797 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Samples
{
/// <summary>
/// Device Update for IoT Hub sample constants.
/// </summary>
public static class Constant
{
/// <summary>
/// AAD tenant identifier.
/// </sum... | 26.904762 | 88 | 0.568142 | [
"MIT"
] | AikoBB/azure-sdk-for-net | sdk/deviceupdate/Azure.IoT.DeviceUpdate/samples/Constant.cs | 1,132 | C# |
//
// ExtensionAttributeAttribute.cs
//
// Author:
// Lluis Sanchez Gual <lluis@novell.com>
//
// Copyright (c) 2010 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), ... | 28.565217 | 100 | 0.665652 | [
"MIT"
] | directhex/mono-addins | Mono.Addins/Mono.Addins/ExtensionAttributeAttribute.cs | 3,942 | 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 System.Collections.Generic;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure;
n... | 38.135593 | 112 | 0.639111 | [
"Apache-2.0"
] | vadzimpm/Mvc | src/Microsoft.AspNetCore.Mvc.RazorPages/Filters/PageHandlerSelectedContext.cs | 2,252 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | 22.275862 | 53 | 0.719814 | [
"Apache-2.0"
] | NathanielBeen/UXStudy | UXStudy/UXStudy/InitialControl.xaml.cs | 648 | C# |
#pragma checksum "C:\Users\Antoine\Desktop\Scolaire\Master2Uqar\Programmation objet avancée\TP3\gestionClientWeb\GestionRelationClient\GestionRelationClient\Views\Client\ModificationCompteClient.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c0add9856bbb8a7d775f04c328097a8364f04050"
// <auto-generated/>
#pragma warn... | 53.564516 | 350 | 0.701496 | [
"MIT"
] | Zardas/gestionClientWeb | GestionRelationClient/GestionRelationClient/obj/Debug/netcoreapp3.1/Razor/Views/Client/ModificationCompteClient.cshtml.g.cs | 9,973 | C# |
namespace CRM.WebApp.Models
{
public class ContactFilterModel
{
public string FullName { get; set; }
public string CompanyName { get; set; }
public string Position { get; set; }
public string Country { get; set; }
public string Email { get; set; }
}
} | 25.416667 | 47 | 0.596721 | [
"MIT"
] | BugiMgl/CustomerRelationshipManagement_CRM | CRM.Project_A/Src/CRM.WebApp/Models/ContactsModel/ContactFilterModel.cs | 307 | C# |
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Data.Common;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Xml;
using System.Xml.Serialization;
using SubSonic;
using SubSonic.Utilities;... | 25.99262 | 129 | 0.615985 | [
"MIT"
] | saludnqn/ris_publico | DalRis/generated/SysEstadoCivil.cs | 7,044 | C# |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using Orchard.OutputCache.Models;
using Orchard.Utility.Extensions;
namespace Orchard.OutputCache.Services {
/// <summary>
/// Tenant wide case insensitive reverse index for <see cref="CacheItem"/>... | 31.217391 | 111 | 0.562674 | [
"BSD-3-Clause"
] | BilalHasanKhan/Orchard | src/Orchard.Web/Modules/Orchard.OutputCache/Services/DefaultTagCache.cs | 1,438 | C# |
using UnityEngine;
namespace ET
{
public static class XunLuoPathComponentSystem
{
public static Vector3 GetCurrent(this XunLuoPathComponent self)
{
return self.path[self.Index];
}
public static void MoveNext(this XunLuoPathComponent self)
{
... | 22.705882 | 71 | 0.598446 | [
"MIT"
] | 1090504117/ET | Unity/Assets/Hotfix/Demo/AI/XunLuoPathComponentSystem.cs | 386 | C# |
namespace ZaraEngine.Diseases.Stages.Fluent
{
public interface IStageTreatmentItems
{
IStageTreatmentItemAction AndWithSpecialItems(params string[] items);
IStageFinish AndWithoutSpecialItems();
}
}
| 19.166667 | 77 | 0.734783 | [
"MIT"
] | vagrod/zara | zara-demo-unity/Assets/Zara/Diseases/Stages/Fluent/IStageTreatmentItems.cs | 230 | C# |
/*
* Bungie.Net API
*
* These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.
*
* OpenAPI spec version: 2.0.1
* Contact: support@bungie.com
* Generated by: https://github.com... | 28.910112 | 194 | 0.645161 | [
"MIT"
] | xlxCLUxlx/BungieNetPlatform | src/BungieNetPlatform.Test/BungieNetPlatform.Model/MessagesResponsesSaveMessageResultTests.cs | 2,573 | C# |
using Entries.Models;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace Entries.Views
{
// Learn more about making custom code visible in the Xamarin.Forms previewer
// by visiting https://aka.ms/xamarinforms-previewer
[De... | 30.525 | 81 | 0.597052 | [
"MIT"
] | taublast/droidentrybug | Entries/Views/MenuPage.xaml.cs | 1,223 | C# |
using System;
using System.IO;
using System.Web;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using Subtext.Framework;
using Subtext.Framework.Components;
using Subtext.Framework.Configuration;
using Subtext.Framework.Data;
using Subtext.Framework.Routing;
namespace UnitTests.Subtext.Framework
{
... | 36.171533 | 111 | 0.608011 | [
"MIT"
] | technology-toolbox/Subtext | src/UnitTests.Subtext/Framework/ImageTests.cs | 9,911 | C# |
using DotnetSqlClient;
using Netler;
using System;
using System.Threading.Tasks;
namespace Dotnetadapter
{
class Program
{
static async Task Main(string[] args)
{
var port = Convert.ToInt32(args[0]);
var clientPid = Convert.ToInt32(args[1]);
var adapter = new... | 40.175 | 123 | 0.550093 | [
"MIT"
] | svan-jansson/ex_sql_client | dotnet/dotnet_sql_client/Program.cs | 1,607 | C# |
using System;
using System.Net;
using System.Text;
using com.esendex.sdk.adapters;
using com.esendex.sdk.http;
using NUnit.Framework;
using Moq;
namespace com.esendex.sdk.test.http
{
[TestFixture]
public class HttpClientTests
{
private HttpClient client;
private Mock<IHttpRequestHelper> h... | 36.42069 | 125 | 0.587578 | [
"BSD-3-Clause"
] | James226/esendex-dotnet-sdk | test/http/HttpClientTests.cs | 5,283 | C# |
// Copyright 2009 Max Toro Q.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 29.777778 | 75 | 0.719216 | [
"BSD-3-Clause"
] | mdavid/nuxleus | src/Nuxleus.Web/Nuxleus.Web.Modules/expath.httpclient/XPathHttpMultipartItem.cs | 1,074 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace TrabalhoCG
{
public class Poligono
{
private int id;
private List<Ponto> atuais;
private List<Ponto> originais;
priv... | 33.428571 | 113 | 0.382572 | [
"MIT"
] | VictorGVC/Manipulacao2D | TrabalhoCG1/TrabalhoCG/Entidades/Poligono.cs | 5,384 | C# |
using System;
namespace HandyCollections.BloomFilter
{
/// <summary>
/// A bloom filter. False positives are possible, false negatives are not. Removing items is possible
/// </summary>
/// <typeparam name="T"></typeparam>
public class CountingBloomFilter<T>
{
internal readonly byte[] ... | 35.131868 | 143 | 0.509227 | [
"MIT"
] | martindevans/HandyCollections | HandyCollections/BloomFilter/CountingBloomFilter.cs | 6,396 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Plant : MonoBehaviour
{
public GameObject objectToPull;
public bool pullSelf;
// Start is called before the first frame update
void Start()
{
if(pullSelf)
{
objectToPull = this.... | 17.16 | 52 | 0.608392 | [
"CC0-1.0"
] | carector/CoastalDoodleWar | Assets/Scripts/Plant.cs | 431 | 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... | 31.078947 | 114 | 0.717189 | [
"Apache-2.0"
] | philasmar/aws-sdk-net | sdk/src/Services/MigrationHub/Generated/Model/NotifyMigrationTaskStateResponse.cs | 1,181 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _30_05_2021_Database_Coursework
{
public partial class Login_Filter_Frame : Form
{
... | 38.728972 | 126 | 0.576014 | [
"MIT"
] | StalkerRaftik/Database_Coursework | UsersTable/Login_Filter_Frame.cs | 4,174 | C# |
using GoogleMusicApi.UWP.Requests.Data;
namespace GoogleMusicApi.UWP.Requests
{
public class ListListenNowSituations :
StructuredRequest<ListListenNowSituationsRequest, ListListenNowSituationResponse>
{
public override string RelativeRequestUrl => "listennow/situations";
}
} | 30.5 | 89 | 0.77377 | [
"MIT"
] | GlowNtheDark/Bermuda | GoogleMusicApi.UWP/Requests/ListListenNowSituations.cs | 307 | C# |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 46.592593 | 153 | 0.644277 | [
"MIT"
] | OfficeGlobal/msgraph-beta-sdk-dotnet | src/Microsoft.Graph/Requests/Generated/IManagedAppRegistrationOperationsCollectionRequest.cs | 5,032 | C# |
using System;
using ReactNative.Bridge;
using ReactNative.Modules.Core;
using ReactNative.UIManager;
using System.Collections.Generic;
namespace RNSentry
{
public class RNSentryPackage : IReactPackage
{
public IReadOnlyList<INativeModule> CreateNativeModules(ReactContext reactContext)
{
... | 25.483871 | 90 | 0.637975 | [
"MIT"
] | axsy-dev/react-native-sentry | windows/RNSentry/RNSentry/RNSentryPackage.cs | 790 | C# |
//-----------------------------------------------------------------------------
// FILE: Program.cs
// CONTRIBUTOR: Marcus Bowyer
// COPYRIGHT: Copyright (c) 2005-2022 by neonFORGE LLC. All rights reserved.
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.... | 28.528302 | 79 | 0.581349 | [
"Apache-2.0"
] | codelastnight/neonKUBE | Services/neon-dashboard/Program.cs | 1,512 | C# |
//
// ToolStripItemDisplayStyle.cs
//
// 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, merge, publish,
... | 33.292683 | 73 | 0.744322 | [
"Apache-2.0"
] | Sectoid/debian-mono | mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemDisplayStyle.cs | 1,365 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using System.Text.Json;
using Microsoft.Extensions.Configuration;
using AzureSamples.AzureSQL.Services;
namespace AzureSamples.AzureSQL.Controllers
{
... | 36.254545 | 132 | 0.639418 | [
"MIT"
] | Azure-Samples/azure-sql-db-named-replica-oltp-scaleout | app/Controllers/ShoppingCartController.cs | 1,994 | C# |
using Microsoft.AspNetCore.Identity;
using Abp.Authorization;
using Abp.Authorization.Users;
using Abp.Configuration;
using Abp.Configuration.Startup;
using Abp.Dependency;
using Abp.Domain.Repositories;
using Abp.Domain.Uow;
using Abp.Zero.Configuration;
using SE347.L11_HelloWork.Authorization.Roles;
using SE347.L11_... | 33.826087 | 76 | 0.645887 | [
"MIT"
] | NgocSon288/HelloWork | aspnet-core/src/SE347.L11_HelloWork.Core/Authorization/LoginManager.cs | 1,558 | C# |
using System.Threading;
using System.Threading.Tasks;
namespace Vault.Endpoints.Sys
{
public partial class SysEndpoint
{
public Task StepDown(CancellationToken ct = default(CancellationToken))
{
return _client.PutVoid($"{UriPathBase}/step-down", ct);
}
}
}
| 21.857143 | 79 | 0.660131 | [
"MIT"
] | Chatham/Vault.NET | src/Vault/Endpoints/Sys/StepDown.cs | 306 | C# |
using System;
using System.Reflection;
using UnityObject = UnityEngine.Object;
namespace Chronos.Reflection
{
[Serializable]
public class UnityVariable : UnityMember
{
/// <summary>
/// The underlying reflected field, or null if the variable is a property.
/// </summary>
public FieldInfo fieldInfo { get; pr... | 22.84058 | 147 | 0.669734 | [
"MIT"
] | BlackZIjian/SpiralExplosion | Assets/Chronos/Source/Dependencies/Reflection/UnityVariable.cs | 3,152 | C# |
/*
Copyright 2008 Timo Eckhardt, University of Siegen
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... | 33.035714 | 125 | 0.534955 | [
"Apache-2.0"
] | CrypToolProject/CrypTool-2 | CrypPlugins/Primes/Primes/WpfControls/Start/StartControl.xaml.cs | 5,550 | C# |
// 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 regenerated.
namespace Mi... | 75.920482 | 495 | 0.683658 | [
"MIT"
] | 3quanfeng/azure-powershell | src/AppConfiguration/generated/cmdlets/NewAzAppConfigurationStoreKey_RegenerateExpanded.cs | 31,093 | 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>
//--... | 35.6 | 151 | 0.583333 | [
"BSD-3-Clause"
] | CorporateGreed/FinanceManagerC | FinanceManager/FinanceManager/Properties/Settings.Designer.cs | 1,070 | 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>
//---... | 42.958333 | 85 | 0.658584 | [
"Unlicense"
] | VenkatRaghavRM/Ecommerce-ProductModule-API | Product Module API/Inventory Management.Server/obj/Debug/net5.0/Inventory Management.Server.AssemblyInfo.cs | 1,031 | C# |
#region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy,... | 35.555556 | 109 | 0.660227 | [
"MIT"
] | 0xced/Newtonsoft.Json | Src/Newtonsoft.Json.Tests/TestObjects/SerializationEventTestObject.cs | 3,522 | C# |
/*
* Copyright (c) Contributors, http://aurora-sim.org/, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistr... | 41.495238 | 102 | 0.627266 | [
"BSD-3-Clause"
] | BillyWarrhol/Aurora-Sim | Aurora/Framework/Utils/GenericAccountCache.cs | 4,357 | C# |
using ShineEngine;
/// <summary>
/// 返回拍卖行查询结果(generated by shine)
/// </summary>
public class FuncAuctionReQueryResponse:FuncSResponse
{
/// <summary>
/// 数据类型ID
/// </summary>
public const int dataID=GameResponseType.FuncAuctionReQuery;
/// <summary>
/// 结果页码
/// </summary>
public int page;
... | 21.051546 | 81 | 0.642997 | [
"Apache-2.0"
] | hw233/home3 | core/client/game/src/commonGame/net/response/func/auction/FuncAuctionReQueryResponse.cs | 4,184 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Connector.Tests
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Bot.Co... | 33.470588 | 153 | 0.68717 | [
"MIT"
] | Aliandi/botbuilder-dotnet | tests/Microsoft.Bot.Connector.Tests/ConnectorClientTest.cs | 1,140 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace Template.Contracts.V1
{
public static class ApiRoutes
{
public const string Root = "api";
public const string Version = "v1";
public const string Base = Root + "/" + Version;
public static class Auth... | 24.027027 | 67 | 0.564679 | [
"MIT"
] | kzhou57/CSharp-API-Template | Template.Contracts/V1/ApiRoutes.cs | 891 | C# |
namespace Sparkle.WebStatus.Controllers
{
using Sparkle.NetworksStatus.Domain.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using SrkToolkit.Web;
[Authorize]
public class UsersController : Controller
... | 40.190141 | 166 | 0.523042 | [
"MPL-2.0"
] | SparkleNetworks/SparkleNetworks | src/Sparkle.WebStatus/Controllers/UsersController.cs | 5,709 | C# |
using System.IO;
using IniParser;
using IniParser.Model;
namespace Launcher
{
public class Languages
{
public const string LANGUAGES_LOCATION = "languages/";
private static Languages _Instance = new Languages();
private static readonly object _SyncRoot = new object();
private... | 29.8 | 142 | 0.571216 | [
"MIT"
] | LEM-13/Ika | Programs/Launcher/Launcher/Languages.cs | 1,343 | C# |
/* Copyright 2018-present MongoDB Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | 37.45679 | 142 | 0.691826 | [
"Apache-2.0"
] | 591094733/mongo-csharp-driver | tests/MongoDB.Driver.Core.Tests/Core/WireProtocol/Messages/Encoders/BinaryEncoders/MessageBinaryEncoderBaseTests.cs | 3,036 | C# |
using System.Threading.Tasks;
using Xunit;
using Verifier = Thinktecture.Runtime.Tests.Verifiers.CodeFixVerifier<Thinktecture.CodeAnalysis.Diagnostics.ThinktectureRuntimeExtensionsAnalyzer, Thinktecture.CodeAnalysis.CodeFixes.ThinktectureRuntimeExtensionsCodeFixProvider>;
namespace Thinktecture.Runtime.Tests.Analy... | 29.1 | 230 | 0.701718 | [
"BSD-3-Clause"
] | PawelGerr/Thinktecture.Runtime.Extensions | test/Thinktecture.Runtime.Extensions.SourceGenerator.Tests/AnalyzerAndCodeFixTests/TTRESG010.cs | 1,455 | C# |
/*
* Copyright 2010-2014 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 "l... | 31.319444 | 114 | 0.650554 | [
"Apache-2.0"
] | NGL321/aws-sdk-net | sdk/src/Services/MediaPackageVod/Generated/Model/ListPackagingGroupsRequest.cs | 2,255 | C# |
using System;
using UnityEngine;
using UnityEngine.Animations.Rigging;
using UnityEditorInternal;
namespace UnityEditor.Animations.Rigging
{
/// <summary>
/// Helper class to manage ReorderableList appearance in the editor.
/// </summary>
public static class ReorderableListHelper
{
const in... | 45.453061 | 202 | 0.62958 | [
"CC0-1.0"
] | ewanreis/fmp-v1 | fmp/Library/PackageCache/com.unity.animation.rigging@1.0.3/Editor/Utils/EditorHelpers.cs | 11,136 | C# |
using NUnit.Framework;
using System.Drawing;
using Vanara.InteropServices;
namespace Vanara.PInvoke.Tests
{
[TestFixture()]
public class SIZETests
{
[Test()]
public void SIZETest()
{
using (var h = SafeHGlobalHandle.CreateFromStructure(new SIZE(1, 2)))
{
var sz = h.ToStructure<SIZE>();
Assert.T... | 30.061224 | 80 | 0.625255 | [
"MIT"
] | AndreGleichner/Vanara | UnitTests/PInvoke/Shared/WinDef/SIZETests.cs | 1,475 | C# |
using System.Collections.Generic;
using AllReady.Areas.Admin.ViewModels.Campaign;
using MediatR;
namespace AllReady.Areas.Admin.Features.Campaigns
{
public class CampaignListQuery : IRequest<IEnumerable<CampaignSummaryViewModel>>
{
public int? OrganizationId { get; set; }
}
}
| 25.916667 | 85 | 0.726688 | [
"MIT"
] | digitaldrummerj-ionic/allReady | AllReadyApp/Web-App/AllReady/Areas/Admin/Features/Campaigns/CampaignListQuery.cs | 313 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Agent.Worker.Release;
using Microsoft.TeamFoundation.DistributedTask.WebApi;
using Microsoft.VisualStudio.Services.Agent.Util;
using Microsoft.VisualStudio.Servi... | 46.812371 | 186 | 0.623282 | [
"MIT"
] | Cristie/vsts-agent | src/Agent.Worker/Release/ReleaseJobExtension.cs | 22,704 | C# |
namespace Cafebabe.Attribute;
public record JavaParameterAnnotation(JavaAnnotation[] Annotations); | 33.333333 | 68 | 0.86 | [
"MIT"
] | Parzivail-Modding-Team/ModelPainter | Cafebabe/Attribute/JavaParameterAnnotation.cs | 102 | C# |
using RiotSharp.Misc;
using System;
using System.Collections.Generic;
using System.Text;
namespace RiotSharp.Endpoints.StaticDataEndpoint.ReforgedRune.Cache
{
class ReforgedRunePathListStaticWrapper
{
public Language Language { get; set; }
public string Version { get; set; }
public Li... | 28.678571 | 131 | 0.671233 | [
"MIT"
] | Vertana/RiotSharp | RiotSharp/Endpoints/StaticDataEndpoint/ReforgedRune/Cache/ReforgedRunePathListStaticWrapper.cs | 805 | C# |
using System.Reflection;
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("Crown")]
[assembly: AssemblyDescription(""... | 37.194444 | 84 | 0.741598 | [
"MIT"
] | pirocorp/Programming-Basics | Draw-with-Loops/Crown/Properties/AssemblyInfo.cs | 1,342 | C# |
#nullable disable
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using VocaDb.Model.Helpers;
namespace VocaDb.Tests.Helpers
{
[TestClass]
public class RelatedSitesHelperTests
{
private void TestRelatedSite(bool expected, string url)
{
var result = RelatedSitesHelper... | 21.023256 | 76 | 0.690265 | [
"MIT"
] | AgFlore/vocadb | Tests/Helpers/RelatedSitesHelperTests.cs | 904 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.