commit stringlengths 40 40 | subject stringlengths 4 1.73k | repos stringlengths 5 127k | old_file stringlengths 2 751 | new_file stringlengths 2 751 | new_contents stringlengths 1 8.98k | old_contents stringlengths 0 6.59k | license stringclasses 13
values | lang stringclasses 23
values |
|---|---|---|---|---|---|---|---|---|
765cc24c6e92840562d093f6d4a358f7ee1cabb0 | Fix keymap check | eivindveg/PG3300-Innlevering1 | SnakeMess/Player.cs | SnakeMess/Player.cs | namespace SnakeMess
{
using System;
using System.Diagnostics;
public class Player
{
public Player(int id)
{
Id = id;
switch (id)
{
case 1:
Color = ConsoleColor.Green;
KeyMap = new KeyMapping(Co... | namespace SnakeMess
{
using System;
using System.Diagnostics;
public class Player
{
private readonly KeyMapping keyMap;
public Player(int id)
{
Id = id;
switch (id)
{
case 1:
Color = ConsoleColor.Green;
... | mit | C# |
dcdc6f87682bd577d26ce174796dafd46c717778 | Add HostRunner embryo | fredrikholm/wafer | Wafer/HostRunner.cs | Wafer/HostRunner.cs | using System;
using System.Net.Http;
using System.Web.Http;
namespace Wafer
{
public class HostRunner
{
private readonly HttpServer _server;
private readonly HttpClient _client;
private readonly Uri _baseUri;
public HostRunner(Uri baseUri, Action<HttpConfiguration> webApiConfi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Wafer
{
public class HostRunner
{
}
}
| mit | C# |
605f9d62a16a536f3ddfcdfac0a654983d2b6e7b | Disable TGDB Tests for now | RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake | src/Snowflake.Framework.Tests/Scraping/ScraperIntegrationTests.cs | src/Snowflake.Framework.Tests/Scraping/ScraperIntegrationTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Snowflake.Plugin.Scraping.TheGamesDb;
using Snowflake.Scraping;
using Snowflake.Scraping.Extensibility;
using Xunit;
namespace Snowflake.Scraping.Tests
{
public class ScraperIntegrationTests
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Snowflake.Plugin.Scraping.TheGamesDb;
using Snowflake.Scraping;
using Snowflake.Scraping.Extensibility;
using Xunit;
namespace Snowflake.Scraping.Tests
{
public class ScraperIntegrationTests
... | mpl-2.0 | C# |
d7b1910885a124dc8c3780d8d89a54abfcb0ac35 | fix coordinate centromappa | vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/Marker/GetCentroMappa.cs | src/backend/SO115App.Persistence.MongoDB/Marker/GetCentroMappa.cs | using SO115App.API.Models.Classi.Condivise;
using SO115App.API.Models.Classi.Geo;
using SO115App.Models.Servizi.Infrastruttura.Marker;
using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Distaccamenti;
namespace SO115App.Persistence.MongoDB.Marker
{
public class GetCentroMappa : IGetCentroMappaMarker
... | using SO115App.API.Models.Classi.Condivise;
using SO115App.API.Models.Classi.Geo;
using SO115App.Models.Servizi.Infrastruttura.Marker;
namespace SO115App.Persistence.MongoDB.Marker
{
public class GetCentroMappa : IGetCentroMappaMarker
{
public CentroMappa GetCentroMappaMarker(string codiceSede)
... | agpl-3.0 | C# |
76af40f35c45dd93d535511fe9a96cc9c5866e4e | update assembly | ceee/UptimeSharp | UptimeSharp/Properties/AssemblyInfo.cs | UptimeSharp/Properties/AssemblyInfo.cs | using System.Reflection;
// 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("UptimeSharp")]
[assembly: AssemblyDescription("UptimeSharp is a .NET portable cl... | 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.
[asse... | mit | C# |
e43112fd5bb42e13af4f19d08a4c045f4d7e2f50 | add menu item for setting | marihachi/CrystalResonanceForDesktop | src/Scenes/Title.cs | src/Scenes/Title.cs | using DxSharp;
using DxSharp.Data;
using System.Drawing;
using DxSharp.Storage;
using CrystalResonanceDesktop.Utility;
using CrystalResonanceDesktop.Data;
using System;
namespace CrystalResonanceDesktop.Scenes
{
class Title : IScene
{
private bool _IsInitial { get; set; } = true;
private Menu _TitleMenu { get; ... | using DxSharp;
using DxSharp.Data;
using System.Drawing;
using DxSharp.Storage;
using CrystalResonanceDesktop.Utility;
using CrystalResonanceDesktop.Data;
using System;
namespace CrystalResonanceDesktop.Scenes
{
class Title : IScene
{
private bool _IsInitial { get; set; } = true;
private Menu _TitleMenu { get; ... | mit | C# |
f1bc6aef7d670533e34336a7b7602b8b38f9d278 | Fix typo in xml comment Client: C# Patch: Vladimir Arkhipov | strava/thrift,creker/thrift,eamosov/thrift,yongju-hong/thrift,dcelasun/thrift,dcelasun/thrift,apache/thrift,yongju-hong/thrift,Jens-G/thrift,jeking3/thrift,eamosov/thrift,Jens-G/thrift,apache/thrift,eamosov/thrift,RobberPhex/thrift,nsuke/thrift,bgould/thrift,bgould/thrift,jeking3/thrift,bforbis/thrift,apache/thrift,Rob... | lib/csharp/src/Transport/TSocketVersionizer.cs | lib/csharp/src/Transport/TSocketVersionizer.cs | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | apache-2.0 | C# |
e50787d8b7a0fbcf65402fbb26ad0d131710b7d3 | Update credential store test | claudiospizzi/SecurityFever | Sources/SecurityFever.Tests/CredentialManager/CredentialStoreTest.cs | Sources/SecurityFever.Tests/CredentialManager/CredentialStoreTest.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using SecurityFever.CredentialManager;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;
using System.Security;
namespace SecurityFever.Tests.CredentialManager
{
[TestClass]
public class CredentialStoreTest
{
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using SecurityFever.CredentialManager;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;
using System.Security;
namespace SecurityFever.Tests.CredentialManager
{
[TestClass]
public class CredentialStoreTest
{
... | mit | C# |
8627d1c22c78fdb450489855eee9e8c078634e3c | Return default 'true' and 'false' for comparing converters. | Whathecode/Framework-Class-Library-Extension,Whathecode/Framework-Class-Library-Extension | Whathecode.PresentationFramework/Windows/Data/AbstractComparisonMarkupExtension.cs | Whathecode.PresentationFramework/Windows/Data/AbstractComparisonMarkupExtension.cs | using System;
using System.ComponentModel;
using Whathecode.System.Reflection.Extensions;
using Whathecode.System.Windows.Markup;
namespace Whathecode.System.Windows.Data
{
/// <summary>
/// Markup extension which returns a converter which does a comparison resulting in a boolean and associates a value to each o... | using System;
using System.ComponentModel;
using Whathecode.System.Reflection.Extensions;
using Whathecode.System.Windows.Markup;
namespace Whathecode.System.Windows.Data
{
/// <summary>
/// Markup extension which returns a converter which does a comparison resulting in a boolean and associates a value to each o... | mit | C# |
9e4456a5d0c647e18552b0757b9a56b0741972ac | remove authentication | NHSChoices/location-service,NHSChoices/location-service | src/GoatTrip.RestApi/Controllers/LocationController.cs | src/GoatTrip.RestApi/Controllers/LocationController.cs | using System.Web.Http;
using GoatTrip.RestApi.Services;
namespace GoatTrip.RestApi.Controllers {
[RoutePrefix("location")]
public class LocationController
: ApiController {
public LocationController(ILocationQueryValidator queryValidator, ILocationService service) {
_queryVal... | using System.Web.Http;
using GoatTrip.RestApi.Services;
namespace GoatTrip.RestApi.Controllers {
[RoutePrefix("location")]
public class LocationController
: ApiController {
public LocationController(ILocationQueryValidator queryValidator, ILocationService service) {
_queryVal... | apache-2.0 | C# |
330d8e35384ef87665f9c822243ddc7571de53d6 | Add new 4.0 PSM modes. | charlesw/tesseract,nguyenq/tesseract | src/Tesseract/PageSegMode.cs | src/Tesseract/PageSegMode.cs | using System;
using System.Collections.Generic;
using System.Text;
namespace Tesseract
{
/// <summary>
/// Represents the possible page layou analysis modes.
/// </summary>
public enum PageSegMode : int
{
/// <summary>
/// Orientation and script detection (OSD) only.
/// </summary>
O... | using System;
using System.Collections.Generic;
using System.Text;
namespace Tesseract
{
/// <summary>
/// Represents the possible page layou analysis modes.
/// </summary>
public enum PageSegMode : int
{
/// <summary>
/// Orientation and script detection (OSD) only.
/// </summary>
O... | apache-2.0 | C# |
f47718cad95c0abdc6b3869367fd3cdfe1c19e69 | Add support for person_token on Person creation | richardlawley/stripe.net,stripe/stripe-dotnet | src/Stripe.net/Services/Persons/PersonSharedOptions.cs | src/Stripe.net/Services/Persons/PersonSharedOptions.cs | namespace Stripe
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public abstract class PersonSharedOptions : BaseOptions
{
[JsonProperty("address")]
public AddressOptions Address { get; set; }
[JsonProperty("address_... | namespace Stripe
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public abstract class PersonSharedOptions : BaseOptions
{
[JsonProperty("address")]
public AddressOptions Address { get; set; }
[JsonProperty("address_... | apache-2.0 | C# |
d0e8e77fc54748dc0819114aa833a8ec8b01af68 | Fix FileSystemProviderManagerTests | KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,mattbrailsford/Umbraco-CMS,rasmuseeg/Umbraco-CMS,PeteDuncanson/Umbraco-CMS,mattbrailsford/Umbraco-CMS,madsoulswe/Umbraco-CMS,tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,bjarnef/Umbraco-CMS,abjerner/Umbraco-CMS,mattbrailsford/Umbraco-CMS,Kev... | src/Umbraco.Tests/IO/FileSystemProviderManagerTests.cs | src/Umbraco.Tests/IO/FileSystemProviderManagerTests.cs | using System;
using Moq;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.Profiling;
using Umbraco.Tests.TestHelpers;
namespace Umbraco.Tests.IO
{
[TestFixture]
public class FileSystemProviderManagerTests
{
[SetUp]
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Umbraco.Core.IO;
using Umbraco.Tests.TestHelpers;
namespace Umbraco.Tests.IO
{
[TestFixture]
public class FileSystemProviderManagerTests
{
[SetUp]
... | mit | C# |
d5fe4f0f72e404f9527e2ccfe444dcd6645de0fc | Remove unused skin resolution in `LegacyScoreCounter` | smoogipooo/osu,ppy/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu | osu.Game/Skinning/LegacyScoreCounter.cs | osu.Game/Skinning/LegacyScoreCounter.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Game.Graphics.Sprites;
using osu.Game.Screens.Play.HUD;
using osuTK;
namespace osu.Game.Skinning
{
public class LegacyScoreCo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Graphics.Sprites;
using osu.Game.Screens.Play.HUD;
using osuTK;
namespace osu.Game.Skinning
... | mit | C# |
4c2e8943a9ee580f6d437a1b812c877500e90190 | Add multiple check | masahikomori/timeSignal | timeSignal/Program.cs | timeSignal/Program.cs |
using System;
using System.Threading;
using System.Windows.Forms;
namespace timeSignal
{
static class Program
{
/// <summary>
/// アプリケーションのメイン エントリ ポイントです。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace timeSignal
{
static class Program
{
/// <summary>
/// アプリケーションのメイン エントリ ポイントです。
/// </summary>
[STAThread]
static void Main()
... | mit | C# |
b70740615f5a88631de53a345e761c8612bc302b | Fix KVO properties | kangaroo/monomac,PlayScriptRedux/monomac,dlech/monomac | samples/QTRecorder/QTRDocument.cs | samples/QTRecorder/QTRDocument.cs |
using System;
using System.Collections.Generic;
using System.Linq;
using MonoMac.Foundation;
using MonoMac.AppKit;
using MonoMac.QTKit;
namespace QTRecorder
{
public partial class QTRDocument : MonoMac.AppKit.NSDocument
{
// Called when created from unmanaged code
public QTRDocument (IntPtr handle) : base(handl... |
using System;
using System.Collections.Generic;
using System.Linq;
using MonoMac.Foundation;
using MonoMac.AppKit;
using MonoMac.QTKit;
namespace QTRecorder
{
public partial class QTRDocument : MonoMac.AppKit.NSDocument
{
// Called when created from unmanaged code
public QTRDocument (IntPtr handle) : base(handl... | apache-2.0 | C# |
848c32ca77fa46aa0efb8d49c413a191777dcdc9 | Allow dataloss... shouldn't be necesssary? | mattgwagner/alert-roster | alert-roster.web/Migrations/Configuration.cs | alert-roster.web/Migrations/Configuration.cs | namespace alert_roster.web.Migrations
{
using alert_roster.web.Models;
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
internal sealed class Configuration : DbMigrationsConfiguration<alert_roster.web.Models.AlertRosterDbContext>
{
publ... | namespace alert_roster.web.Migrations
{
using alert_roster.web.Models;
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations;
using System.Linq;
internal sealed class Configuration : DbMigrationsConfiguration<alert_roster.web.Models.AlertRosterDbContext>
{
publ... | mit | C# |
3ca8ba594ecc06b763a00fe3837d4d258b107827 | revert isMainThread | kchen0723/ExcelAsync | ExcelAsync/ExcelOperator/ExcelUIThreadProtecter.cs | ExcelAsync/ExcelOperator/ExcelUIThreadProtecter.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
namespace ExcelAsync.ExcelOperator
{
public class ExcelUIThreadProtecter
{
public static void CheckIsExcelUIMainThread()
{
//In practice the managed Main thread id is 1.
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ExcelAsync.ExcelOperator
{
public class ExcelUIThreadProtecter
{
public static void CheckIsExcelUIMainThread()
{
if (ExcelDna.Integration.ExcelDnaUtil.IsMainThread == false)
... | agpl-3.0 | C# |
be6a66117f012819c8842e5fc9d742813f8f92e7 | Fix for #88 - Add support for HTML5 fancy date selection in Edge | csf-dev/CSF.Screenplay,csf-dev/CSF.Screenplay,csf-dev/CSF.Screenplay | Tests/CSF.Screenplay.Web.Tests/ScreenplayConfig.cs | Tests/CSF.Screenplay.Web.Tests/ScreenplayConfig.cs | using System;
using System.Collections.Generic;
using System.Linq;
using CSF.Screenplay.Integration;
using CSF.Screenplay.NUnit;
using CSF.Screenplay.Reporting;
using CSF.Screenplay.Reporting.Models;
using CSF.Screenplay.Scenarios;
using CSF.Screenplay.Web.Abilities;
using CSF.Screenplay.Web.Reporting;
using CSF.Scree... | using System;
using System.Collections.Generic;
using System.Linq;
using CSF.Screenplay.Integration;
using CSF.Screenplay.NUnit;
using CSF.Screenplay.Reporting;
using CSF.Screenplay.Reporting.Models;
using CSF.Screenplay.Scenarios;
using CSF.Screenplay.Web.Abilities;
using CSF.Screenplay.Web.Reporting;
using CSF.Scree... | mit | C# |
0140a714de533083de1972e65bbb7f615d30e57e | Remove no longer needed usings | versionone/VersionOne.Integration.Bugzilla,versionone/VersionOne.Integration.Bugzilla,versionone/VersionOne.Integration.Bugzilla | VersionOne.Bugzilla.BugzillaAPI.Testss/BugTests.cs | VersionOne.Bugzilla.BugzillaAPI.Testss/BugTests.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace VersionOne.Bugzilla.BugzillaAPI.Testss
{
[TestClass()]
public class given_a_Bug
{
private IBug _bug;
private string _expectedReassignToPayload;
[TestInitialize()]
public void SetContext()
{
_... | using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace VersionOne.Bugzilla.BugzillaAPI.Testss
{
[TestClass()]
public class given_a_Bug
{
private IBug _bug;
private string _expectedReassignToPayload;
[TestInitialize()]
public void Set... | bsd-3-clause | C# |
853f1b73abf6e4d29e5e97c6a7e0b582385076a1 | Update solution properties | sms1991/i18n,VladMukhitdinovLic/i18n | src/i18n/Properties/AssemblyInfo.cs | src/i18n/Properties/AssemblyInfo.cs | 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("i1... | 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("i1... | mit | C# |
c5840237e1d1778a02aeca1c3d7bbb4c01af733b | add SetValues to RemoteDeploymentSettingsManager | kali786516/kudu,WeAreMammoth/kudu-obsolete,EricSten-MSFT/kudu,chrisrpatterson/kudu,kenegozi/kudu,bbauya/kudu,EricSten-MSFT/kudu,kali786516/kudu,barnyp/kudu,oliver-feng/kudu,uQr/kudu,badescuga/kudu,dev-enthusiast/kudu,duncansmart/kudu,WeAreMammoth/kudu-obsolete,YOTOV-LIMITED/kudu,shanselman/kudu,juoni/kudu,barnyp/kudu,j... | Kudu.Client/Settings/RemoteDeploymentSettingsManager.cs | Kudu.Client/Settings/RemoteDeploymentSettingsManager.cs | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Net.Http;
using System.Threading.Tasks;
using Kudu.Client.Infrastructure;
using Kudu.Contracts.Infrastructure;
using Newtonsoft.Json.Linq;
namespace Kudu.Client.Deployment
{
public class RemoteDeploymentSettingsMana... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Net.Http;
using System.Threading.Tasks;
using Kudu.Client.Infrastructure;
using Kudu.Contracts.Infrastructure;
using Newtonsoft.Json.Linq;
namespace Kudu.Client.Deployment
{
public class RemoteDeploymentSettingsMana... | apache-2.0 | C# |
957c02a985a39537386778059ccb076a427692ef | Remove typo | erooijak/oogstplanner,erooijak/oogstplanner,erooijak/oogstplanner,erooijak/oogstplanner | Oogstplanner.Web/Views/Calendar/NoCropsOtherUser.cshtml | Oogstplanner.Web/Views/Calendar/NoCropsOtherUser.cshtml | @model YearCalendarViewModel
@{
ViewBag.Title = "Zaaikalender";
}
@Scripts.Render("~/Scripts/oogstplanner.likes")
<div id="top"></div>
<div id="yearCalendar">
<h1>Zaaikalender</h1>
<div class="row">
<div class="col-lg-4 col-md-3 col-sm-2 col-xs-2"></div>
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-... | @model YearCalendarViewModel
@{
ViewBag.Title = "Zaaikalender";
}
@Scripts.Render("~/Scripts/oogstplanner.likes")
<div id="top"></div>
<div id="yearCalendar">
<h1>Zaaikalender</h1>
<div class="row">
<div class="col-lg-4 col-md-3 col-sm-2 col-xs-2"></div>
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-... | mit | C# |
0bc6f4f86d80664c86c856ac13441491cef37bd7 | Update HandleControl Designer properties | HavenDV/ImprovedControls,HavenDV/ImprovedControls,HavenDV/ImprovedControls,HavenDV/ImprovedControls | SliderControlLibrary/Controls/HandleControl.Designer.cs | SliderControlLibrary/Controls/HandleControl.Designer.cs | using System.Windows.Forms;
namespace T3000Controls
{
partial class HandleControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | using System.Windows.Forms;
namespace T3000Controls
{
partial class HandleControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | lgpl-2.1 | C# |
4894d068148b2b65dd32efcf3caf0af0a797198c | Edit it | 2Toad/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp,2Toad/websocket-sharp,jogibear9988/websocket-sharp,2Toad/websocket-sharp,jogibear9988/websocket-sharp,jogibear9988/websocket-sharp,sta/websocket-sharp,2Toad/websocket-sharp,jogibear9988/websocket-sharp,sta/websocket-sharp | websocket-sharp/WebSocketException.cs | websocket-sharp/WebSocketException.cs | #region License
/*
* WebSocketException.cs
*
* The MIT License
*
* Copyright (c) 2012-2014 sta.blockhead
*
* 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, includ... | #region License
/*
* WebSocketException.cs
*
* The MIT License
*
* Copyright (c) 2012-2014 sta.blockhead
*
* 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, includ... | mit | C# |
ab338f05443060207779c756ae9f92123dfe4870 | Add missing MessagesBatchSize parameter in AppSettingsBusConfiguration | Abc-Arbitrage/Zebus.Directory,Abc-Arbitrage/Zebus | src/Abc.Zebus.Directory/Configuration/AppSettingsBusConfiguration.cs | src/Abc.Zebus.Directory/Configuration/AppSettingsBusConfiguration.cs | using System;
using Abc.Zebus.Util;
namespace Abc.Zebus.Directory.Configuration
{
public class AppSettingsBusConfiguration : IBusConfiguration
{
public AppSettingsBusConfiguration()
{
RegistrationTimeout = AppSettings.Get("Bus.Directory.RegistrationTimeout", 30.Seconds());
... | using System;
using Abc.Zebus.Util;
namespace Abc.Zebus.Directory.Configuration
{
public class AppSettingsBusConfiguration : IBusConfiguration
{
public AppSettingsBusConfiguration()
{
RegistrationTimeout = AppSettings.Get("Bus.Directory.RegistrationTimeout", 30.Seconds());
... | mit | C# |
cfc31fdcec61207af14c3b46130dcf6a7dfc22d0 | Drop "-message" from all message names | mike-kaufman/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,zanetdev/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetd... | src/Glimpse.Common/Internal/Messaging/DefaultMessageTypeProcessor.cs | src/Glimpse.Common/Internal/Messaging/DefaultMessageTypeProcessor.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Glimpse.Extensions;
namespace Glimpse.Internal
{
public class DefaultMessageTypeProcessor : IMessageTypeProcessor
{
private readonly static Type[] _exclusions = { typeof(object) };
public virtual ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Glimpse.Extensions;
namespace Glimpse.Internal
{
public class DefaultMessageTypeProcessor : IMessageTypeProcessor
{
private readonly static Type[] _exclusions = { typeof(object) };
public virtual ... | mit | C# |
3ce2baaddc645b39ced243c257658dfb64c02961 | add missing $ | SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Infrastructure/Data/JobProgressRepository.cs | src/SFA.DAS.Commitments.Infrastructure/Data/JobProgressRepository.cs | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dapper;
using SFA.DAS.Commitments.Domain.Data;
using SFA.DAS.Commitments.Domain.Interfaces;
using SFA.DAS.Sql.Client;
namespace SFA.DAS.Commitments.Infrastructure.Data
{
pub... | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dapper;
using SFA.DAS.Commitments.Domain.Data;
using SFA.DAS.Commitments.Domain.Interfaces;
using SFA.DAS.Sql.Client;
namespace SFA.DAS.Commitments.Infrastructure.Data
{
pub... | mit | C# |
05c12c1846b86aaf2409f84b80208d74fe27bd23 | remove active issue so test is run | linq2db/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,ronnyek/linq2db,linq2db/linq2db | Tests/Linq/UserTests/Issue1057Tests.cs | Tests/Linq/UserTests/Issue1057Tests.cs | using System;
using System.Linq;
using System.Linq.Expressions;
using NUnit.Framework;
namespace Tests.UserTests
{
using LinqToDB;
using LinqToDB.Mapping;
public class Issue1057Tests : TestBase
{
[Table, InheritanceMapping(Code = "bda.Requests", Type = typeof(BdaTask))]
class Task
{
[Colu... | using System;
using System.Linq;
using System.Linq.Expressions;
using NUnit.Framework;
namespace Tests.UserTests
{
using LinqToDB;
using LinqToDB.Mapping;
[ActiveIssue(1057)]
public class Issue1057Tests : TestBase
{
[Table, InheritanceMapping(Code = "bda.Requests", Type = typeof(BdaTask))]
cla... | mit | C# |
dc4e73b92a0fc916a7a92f8e3e7a0b1e356385cf | bump version to 1.1 for pushing new nuget package | jamesmanning/EntityFramework.LazyLoadLoggingInterceptor | EntityFramework.LazyLoadLoggingInterceptor/Properties/AssemblyInfo.cs | EntityFramework.LazyLoadLoggingInterceptor/Properties/AssemblyInfo.cs | 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("Ent... | 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("Ent... | mit | C# |
8f7d161461c8072fd5a2e0ce9b1a48f1eb15bccd | add signup query - check user | ravjotsingh9/DBLike | DBLike/Server/DatabaseAccess/Query.SignUp.cs | DBLike/Server/DatabaseAccess/Query.SignUp.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Server.DatabaseAccess
{
public partial class Query
{
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Server.DatabaseAccess
{
public partial class Query
{
... | apache-2.0 | C# |
e2f1de00b1796c0d7dd145203d5c338f96862781 | Remove maintenance burden | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/BitcoinCore/BitcoindBinaryHashesTests.cs | WalletWasabi.Tests/UnitTests/BitcoinCore/BitcoindBinaryHashesTests.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Threading;
using WalletWasabi.Microservices;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.BitcoinCore
{
public class BitcoindBinaryHashesTests
{
/// <summar... | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Threading;
using WalletWasabi.Microservices;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.BitcoinCore
{
public class BitcoindBinaryHashesTests
{
/// <summar... | mit | C# |
4a0af86524086afc5b1ed2765bb4ef8bcf9613a7 | Make line endings consistant | It423/enigma-simulator,wrightg42/enigma-simulator | Enigma/EnigmaUtilities/Data/ComponentData.cs | Enigma/EnigmaUtilities/Data/ComponentData.cs | // ComponentData.cs
// <copyright file="ComponentData.cs"> This code is protected under the MIT License. </copyright>
namespace EnigmaUtilities.Data
{
/// <summary>
/// A class that holds data about components to be used.
/// </summary>
public abstract class ComponentData
{
... | // ComponentData.cs
// <copyright file="ComponentData.cs"> This code is protected under the MIT License. </copyright>
namespace EnigmaUtilities.Data
{
/// <summary>
/// A class that holds data about components to be used.
/// </summary>
public abstract class ComponentData
{
/// <su... | mit | C# |
cd532ff4f674bb992145dcd861da6ddc52ed4fed | Handle 0^0. | Peter-Juhasz/Science.Mathematics.Algebra | Science.Mathematics.Algebra/Simplification/ExponentiationWithExponentZeroSimplifier.cs | Science.Mathematics.Algebra/Simplification/ExponentiationWithExponentZeroSimplifier.cs | using System.Threading;
namespace Science.Mathematics.Algebra.Simplification
{
/// <summary>
/// Simplifies expressions like x ^ 0 to x.
/// </summary>
public sealed class ExponentiationWithExponentZeroSimplifier : ISimplifier<PowerExpression>
{
public AlgebraExpression Simplify(PowerExpre... | using System.Threading;
namespace Science.Mathematics.Algebra.Simplification
{
/// <summary>
/// Simplifies expressions like x ^ 0 to x.
/// </summary>
public sealed class ExponentiationWithExponentZeroSimplifier : ISimplifier<PowerExpression>
{
public AlgebraExpression Simplify(PowerExpre... | mit | C# |
876c9cedb3f17f6818090f34e13176b4cc8d9cc9 | Add comments to IResultSetTracker | mavasani/roslyn,CyrusNajmabadi/roslyn,shyamnamboodiripad/roslyn,CyrusNajmabadi/roslyn,mavasani/roslyn,dotnet/roslyn,shyamnamboodiripad/roslyn,shyamnamboodiripad/roslyn,CyrusNajmabadi/roslyn,mavasani/roslyn,dotnet/roslyn,dotnet/roslyn | src/Features/Lsif/Generator/ResultSetTracking/IResultSetTracker.cs | src/Features/Lsif/Generator/ResultSetTracking/IResultSetTracker.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph;
namespace Microsoft.CodeAnal... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.Graph;
namespace Microsoft.CodeAnal... | mit | C# |
aff981020ece51a678a8589891cfa2916543d538 | Use the viewBag Title rather than the hard coded one. | SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers | src/SFA.DAS.EmployerUsers.Web/Views/Login/AuthorizeResponse.cshtml | src/SFA.DAS.EmployerUsers.Web/Views/Login/AuthorizeResponse.cshtml | @model IdentityServer3.Core.ViewModels.AuthorizeResponseViewModel
@{
ViewBag.PageID = "authorize-response";
ViewBag.Title = "Please wait";
ViewBag.HideSigninLink = "true";
Layout = "~/Views/Shared/_Layout-NoBanner.cshtml";
}
<h1 class="heading-xlarge">@ViewBag.Title</h1>
<form id="mainForm"... | @model IdentityServer3.Core.ViewModels.AuthorizeResponseViewModel
@{
ViewBag.PageID = "authorize-response";
ViewBag.Title = "Please wait";
ViewBag.HideSigninLink = "true";
Layout = "~/Views/Shared/_Layout-NoBanner.cshtml";
}
<h1 class="heading-xlarge">You've logged in</h1>
<form id="mainFor... | mit | C# |
3835633fd00da75fc8434a23ab4b7c8cf9662705 | fix unity plugin compilation | JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | debugger/debugger-worker/src/UnityDebuggerWorkerHost.cs | debugger/debugger-worker/src/UnityDebuggerWorkerHost.cs | using Autofac;
using JetBrains.Debugger.Model.Plugins.Unity;
using Mono.Debugging.Autofac;
namespace JetBrains.Debugger.Worker.Plugins.Unity
{
[DebuggerGlobalComponent]
public class UnityDebuggerWorkerHost : IStartable
{
public UnityDebuggerWorkerHost(RiderDebuggerWorker debuggerWorker)
{
... | using Autofac;
using JetBrains.Debugger.Model.Plugins.Unity;
using Mono.Debugging.Autofac;
namespace JetBrains.Debugger.Worker.Plugins.Unity
{
[DebuggerGlobalComponent]
public class UnityDebuggerWorkerHost : IStartable
{
public UnityDebuggerWorkerHost(DebuggerWorker debuggerWorker)
{
... | apache-2.0 | C# |
a2f325c4e60212afb4714c6eed45257b59a8f08a | Fix build | Elders/Cronus,Elders/Cronus | src/Elders.Cronus/Projections/Rebuilding/RebuildProjection_JobData.cs | src/Elders.Cronus/Projections/Rebuilding/RebuildProjection_JobData.cs | using System;
using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.EventStore.Index;
namespace Elders.Cronus.Projections.Rebuilding
{
public class RebuildProjection_JobData : IJobData
{
public RebuildProjection_JobData()
{
IsCompleted = false;
EventT... | using Elders.Cronus.EventStore.Index;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Elders.Cronus.Projections.Rebuilding
{
public class RebuildProjection_JobData : IJobData
{
public RebuildProjection_JobData()
{
IsCompleted = false;
EventT... | apache-2.0 | C# |
363259c7872dd8b009553f46da912bd50050bfcc | fix for IE | smbc-digital/iag-webapp,smbc-digital/iag-webapp,smbc-digital/iag-webapp | src/StockportWebapp/Views/healthystockport/Shared/SubItem-List.cshtml | src/StockportWebapp/Views/healthystockport/Shared/SubItem-List.cshtml | @model StockportWebapp.Models.SubItem
@{
var item = Model;
var imageUrl = item.Image;
}
<li class="article-list-item article-list-item-mobile grid-33 tablet-grid-50 mobile-grid-50 matchbox-item">
<a href="@item.NavigationLink" class="article-list-item-block grid-45 tablet-grid-45">
@if (!string.Is... | @model StockportWebapp.Models.SubItem
@{
var item = Model;
var imageUrl = item.Image;
}
<li class="article-list-item article-list-item-mobile grid-33 tablet-grid-50 mobile-grid-50 matchbox-item">
<a href="@item.NavigationLink" class="article-list-item-block grid-45 tablet-grid-45">
@if (!string.Is... | mit | C# |
ab0f3a6b86e4e6215f345515869c70c0ef0fcbf0 | fix jump | dead-line-games/one-of-us | one-of-us/Assets/Scripts/playerJump.cs | one-of-us/Assets/Scripts/playerJump.cs | using UnityEngine;
using System.Collections;
public class playerJump : MonoBehaviour {
public int jumpHeight;
public int maxJump;
private int jumpNum;
// Use this for initialization
void Start () {
jumpNum = 0;
}
// Update is called once per frame
void Update () {
if (Input.GetKeyDown (KeyCode.Space) ... | using UnityEngine;
using System.Collections;
public class playerJump : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
| mit | C# |
98ece26201e4197269e2ecb51e18596d09632cd2 | Update remaining references | ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework | osu.Framework.Tests/Visual/Testing/TestCaseTest.cs | osu.Framework.Tests/Visual/Testing/TestCaseTest.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Development;
using osu.Framework.Testing;
namespace osu.Framework.Tests.Visual.Testing
{
public class TestCaseTest : TestC... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Testing;
namespace osu.Framework.Tests.Visual.Testing
{
public class TestCaseTest : TestCase
{
private int set... | mit | C# |
bb4193d985cb47e450adafe03059b03fcff38705 | Fix taiko infinity health drain on some beatmaps | smoogipooo/osu,2yangk23/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,2yangk23/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,EVAST9919/osu,NeoAdonis/osu,peppy/osu,EVAST9919/osu | osu.Game.Rulesets.Taiko/Scoring/TaikoHealthProcessor.cs | osu.Game.Rulesets.Taiko/Scoring/TaikoHealthProcessor.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.Taiko.Objects;
nam... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.Taiko.Objects;
namespace osu.Gam... | mit | C# |
9154e2a1a454345e6d9418d8ae901350c60a8273 | Add controller to validate and register entrance/exit. | marcuson/A2BBServer,marcuson/A2BBServer,marcuson/A2BBServer | A2BBAPI/Controllers/InOutController.cs | A2BBAPI/Controllers/InOutController.cs | using Microsoft.AspNetCore.Mvc;
using A2BBCommon.Models;
using A2BBCommon;
using A2BBAPI.Data;
using Microsoft.Extensions.Logging;
using Microsoft.AspNetCore.Authorization;
using A2BBAPI.Utils;
using System.Linq;
using A2BBAPI.Models;
using static A2BBAPI.Models.InOut;
using System;
namespace A2BBAPI.Controllers
{
... | using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authorization;
using A2BBCommon.Models;
using A2BBCommon;
using A2BBAPI.Data;
using IdentityModel.Client;
using A2BBAPI.DTO;
using Microsoft.Extensions.Logging;
namespace A2BBAPI.Controllers
{
... | apache-2.0 | C# |
25fa7f7ec399c15c9a13ae717224608a20742354 | Update BoundsPoint.cs | wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D | src/Core2D/Editor/Bounds/Shapes/BoundsPoint.cs | src/Core2D/Editor/Bounds/Shapes/BoundsPoint.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using Core2D.Shapes;
using Spatial;
namespace Core2D.Editor.Bounds.Shapes
{
public class BoundsPoint : IBounds... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using Core2D.Shapes;
using Spatial;
namespace Core2D.Editor.Bounds.Shapes
{
public class BoundsPoint : IBounds... | mit | C# |
b28b7db51dbd5b9878a625623f5517109f74e0d9 | fix dashboard not config discovery throw exceptions bug. | dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap,dotnetcore/CAP | src/DotNetCore.CAP/Dashboard/Pages/NodePage.cs | src/DotNetCore.CAP/Dashboard/Pages/NodePage.cs | using System.Collections.Generic;
using DotNetCore.CAP.NodeDiscovery;
using Microsoft.Extensions.DependencyInjection;
namespace DotNetCore.CAP.Dashboard.Pages
{
internal partial class NodePage
{
private INodeDiscoveryProvider _discoveryProvider;
private IList<Node> _nodes;
public Node... | using System.Collections.Generic;
using DotNetCore.CAP.NodeDiscovery;
using Microsoft.Extensions.DependencyInjection;
namespace DotNetCore.CAP.Dashboard.Pages
{
internal partial class NodePage
{
private INodeDiscoveryProvider _discoveryProvider;
private IList<Node> _nodes;
public Node... | mit | C# |
644ce97b76e60d58d453ef8304913a4138235ae5 | Improve menu item coloring | sillsdev/hearthis,sillsdev/hearthis,sillsdev/hearthis | src/HearThis/UI/ToolStripColorArrowRenderer.cs | src/HearThis/UI/ToolStripColorArrowRenderer.cs | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HearThis.UI
{
/// <summary>
/// This is apparently the only way we can make ToolStripDropDownButtons have non-black arrows.
/// It makes su... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HearThis.UI
{
/// <summary>
/// This is apparently the only way we can make ToolStripDropDownButtons have non-black arrows.
/// It makes su... | mit | C# |
6dc41da72ea477fa4d1cbea965d80277a61b69af | Update BehaviorOfT.cs | wieslawsoltes/AvaloniaBehaviors,wieslawsoltes/AvaloniaBehaviors | src/Avalonia.Xaml.Interactivity/BehaviorOfT.cs | src/Avalonia.Xaml.Interactivity/BehaviorOfT.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.ComponentModel;
namespace Avalonia.Xaml.Interactivity
{
/// <summary>
/// A base class for behaviors making them code compatib... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.ComponentModel;
namespace Avalonia.Xaml.Interactivity
{
/// <summary>
/// A base class for behaviors making them code compatib... | mit | C# |
e234f5ff8521e3cbf2658784dfff0600405492c1 | 修复MPQ Session错误的问题 | Newbe36524/Newbe.Mahua.Framework | src/Newbe.Mahua.MPQ/QqProvider.cs | src/Newbe.Mahua.MPQ/QqProvider.cs | using Newbe.Mahua.MPQ.NativeApi;
using System;
namespace Newbe.Mahua.MPQ
{
public class QqProvider : IQqProvider
{
private readonly IMpqApi _mpqApi;
public QqProvider(
IMpqApi mpqApi)
{
_mpqApi = mpqApi;
}
public Func<string> DefaultQqProvider ... | using Newbe.Mahua.Logging;
using Newbe.Mahua.MPQ.NativeApi;
using System;
namespace Newbe.Mahua.MPQ
{
public class QqProvider : IQqProvider
{
private readonly IMpqApi _mpqApi;
public QqProvider(
IMpqApi mpqApi)
{
_mpqApi = mpqApi;
}
// TODO 需要测... | mit | C# |
a8c4dc83fe6d4195ca47b4d3370e9cd1a06120b5 | Add license header | bonimy/MushROMs | Helper/ISelection.cs | Helper/ISelection.cs | // <copyright file="ISelection.cs" company="Public Domain">
// Copyright (c) 2017 Nelson Garcia.
// </copyright>
using System.Collections.Generic;
namespace Helper
{
public interface ISelection<T> : IReadOnlyList<T>
{
bool Contains(T value);
ISelection<T> Copy();
}
}
| using System;
using System.Collections.Generic;
using System.Text;
namespace Helper
{
public interface ISelection<T> : IReadOnlyList<T>
{
bool Contains(T value);
ISelection<T> Copy();
}
}
| agpl-3.0 | C# |
600d100cd9c144e3dc00617e0bf6a29d5661e30c | Fix for deserializing string-like values. This removes the surrounding double-quotes around strings that aren't part of the original value. | mcintyre321/RestSharp-.NET-2.0-Fork,paulcbetts/RestSharp,jmartin84/RestSharp,PKRoma/RestSharp,Haacked/RestSharp,felipegtx/RestSharp,fmmendo/RestSharp,kouweizhong/RestSharp,paulcbetts/RestSharp,eamonwoortman/RestSharp.Unity,restsharp/RestSharp,mattleibow/RestSharp,jmartin84/RestSharp,mattwalden/RestSharp,chengxiaole/Res... | RestSharp/Extensions/MiscExtensions.cs | RestSharp/Extensions/MiscExtensions.cs | #region License
// Copyright 2010 John Sheehan
//
// 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 app... | #region License
// Copyright 2010 John Sheehan
//
// 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 app... | apache-2.0 | C# |
17bab1e8772968abac4be5f461076e92b62f1137 | remove remaining reference to BCad.UI | IxMilia/BCad,IxMilia/BCad | BCad/App.xaml.cs | BCad/App.xaml.cs | using System.Windows;
using System.Reflection;
using System.Composition.Hosting;
using System;
using System.IO;
namespace BCad
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application, IDisposable
{
public static CompositionHost Container { g... | using System.Windows;
using System.Reflection;
using System.Composition.Hosting;
using System;
using System.IO;
namespace BCad
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application, IDisposable
{
public static CompositionHost Container { g... | apache-2.0 | C# |
a8704d78f49810d7c2addf886cb2d49ae07cca6c | Fix the sample app following previous changes. | SolalPirelli/ThinMvvm | ThinMvvm.WindowsPhone.SampleApp/App.cs | ThinMvvm.WindowsPhone.SampleApp/App.cs | // Copyright (c) Solal Pirelli 2014
// See License.txt file for more details
using ThinMvvm.WindowsPhone.SampleApp.Resources;
using ThinMvvm.WindowsPhone.SampleApp.ViewModels;
namespace ThinMvvm.WindowsPhone.SampleApp
{
public sealed class App : AppBase
{
private readonly IWindowsPhoneNavigationServi... | // Copyright (c) Solal Pirelli 2014
// See License.txt file for more details
using ThinMvvm.WindowsPhone.SampleApp.Resources;
using ThinMvvm.WindowsPhone.SampleApp.ViewModels;
namespace ThinMvvm.WindowsPhone.SampleApp
{
public sealed class App : AppBase
{
protected override string Language
{
... | mit | C# |
787c2e09298c7b47d17219aedc376e23d9972a26 | Update version to 8.0.0-beta-007 | Weingartner/XUnitRemote | XUnitRemote/Properties/AssemblyInfo.cs | XUnitRemote/Properties/AssemblyInfo.cs | 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("XU... | 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("XU... | mit | C# |
59bfb4148adf810ccb61acdceac42d10e104d2fb | Add extension method for IRandom to get an unsigned 64-bit integer. | brendanjbaker/Bakery | src/Bakery/Security/RandomExtensions.cs | src/Bakery/Security/RandomExtensions.cs | namespace Bakery.Security
{
using System;
public static class RandomExtensions
{
public static Byte[] GetBytes(this IRandom random, Int32 count)
{
if (count <= 0)
throw new ArgumentOutOfRangeException(nameof(count));
var buffer = new Byte[count];
for (var i = 0; i < count; i++)
... | namespace Bakery.Security
{
using System;
public static class RandomExtensions
{
public static Byte[] GetBytes(this IRandom random, Int32 count)
{
if (count <= 0)
throw new ArgumentOutOfRangeException(nameof(count));
var buffer = new Byte[count];
for (var i = 0; i < count; i++)
... | mit | C# |
f22f45acd718ca607a5ba2058cc5782269b1ce4d | Add sector for PublicSectorOrganisation | SkillsFundingAgency/das-referencedata,SkillsFundingAgency/das-referencedata | src/SFA.DAS.ReferenceData.Domain/Models/PublicSectorOrganisation.cs | src/SFA.DAS.ReferenceData.Domain/Models/PublicSectorOrganisation.cs | namespace SFA.DAS.ReferenceData.Domain.Models
{
public class PublicSectorOrganisation
{
public string Name { get; set; }
public DataSource Source { get; set; }
public string Sector { get; set; }
}
public enum DataSource
{
Ons = 1,
Nhs = 2,
Police = 3... | namespace SFA.DAS.ReferenceData.Domain.Models
{
public class PublicSectorOrganisation
{
public string Name { get; set; }
public DataSource Source { get; set; }
}
public enum DataSource
{
Ons = 1,
Nhs = 2,
Police = 3
}
}
| mit | C# |
47c61e58279caf34536addb62b90b7d73ef883b2 | Update MiNetService.cs | yungtechboy1/MiNET,MiPE-JP/RaNET,InPvP/MiNET | src/MiNET/MiNET.Service/MiNetService.cs | src/MiNET/MiNET.Service/MiNetService.cs | using System;
using log4net;
using log4net.Config;
using Topshelf;
// Configure log4net using the .config file
[assembly: XmlConfigurator(Watch = true)]
// This will cause log4net to look for a configuration file
// called TestApp.exe.config in the application base
// directory (i.e. the directory containing TestApp... | using System;
using log4net;
using log4net.Config;
using Topshelf;
// Configure log4net using the .config file
[assembly: XmlConfigurator(Watch = true)]
// This will cause log4net to look for a configuration file
// called TestApp.exe.config in the application base
// directory (i.e. the directory containing TestApp... | mpl-2.0 | C# |
79323d50470c03fd94ff53def74f6fcf0d01d1ad | Fix Android AdvancedFrame border layout issue | XAM-Consulting/FreshEssentials,XAM-Consulting/FreshEssentials | src/FreshEssentials/Controls/AdvancedFrame.cs | src/FreshEssentials/Controls/AdvancedFrame.cs | using System;
using Xamarin.Forms;
namespace FreshEssentials
{
public enum RoundedCorners
{
left,
right,
all,
none
}
public class AdvancedFrame: Frame
{
public static readonly BindableProperty InnerBackgroundProperty = BindableProperty.Create("InnerBackgrou... | using System;
using Xamarin.Forms;
namespace FreshEssentials
{
public enum RoundedCorners
{
left,
right,
all,
none
}
public class AdvancedFrame: Frame
{
public static readonly BindableProperty InnerBackgroundProperty = BindableProperty.Create("InnerBackgrou... | apache-2.0 | C# |
9b97d0c91ad1918644d8981237b188630a4759e0 | update the blogs controller to use the updated blogs manager | smeehan82/Hermes,smeehan82/Hermes,smeehan82/Hermes | src/Hermes.Web/Controllers/BlogsController.cs | src/Hermes.Web/Controllers/BlogsController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.Extensions.Logging;
using Hermes.Content.Blogs;
// For more information on enabling Web API for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
namespace H... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.Extensions.Logging;
using Hermes.Content.Blogs;
// For more information on enabling Web API for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
namespace H... | mit | C# |
d7b015d8c9fd3dfd7b92c0fd62f12e5d0bab47fe | Fix possible null error | abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umb... | src/Umbraco.Core/Models/RelationItem.cs | src/Umbraco.Core/Models/RelationItem.cs | using System;
using System.Runtime.Serialization;
using Umbraco.Cms.Core.Models.Entities;
namespace Umbraco.Cms.Core.Models
{
[DataContract(Name = "relationItem", Namespace = "")]
public class RelationItem
{
[DataMember(Name = "id")]
public int NodeId { get; set; }
[DataMember(Nam... | using System;
using System.Runtime.Serialization;
using Umbraco.Cms.Core.Models.Entities;
namespace Umbraco.Cms.Core.Models
{
[DataContract(Name = "relationItem", Namespace = "")]
public class RelationItem
{
[DataMember(Name = "id")]
public int NodeId { get; set; }
[DataMember(Nam... | mit | C# |
911256603bf0ba6d83c05694c6d20ecdbafa041b | Rewrite comment to hopefully be more informative | UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,peppy/osu,NeoAdonis/osu | osu.Game/Tests/Visual/TestPlayer.cs | osu.Game/Tests/Visual/TestPlayer.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rul... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rul... | mit | C# |
f6221cf4780cb69e0c5ee2f6839b0bd070602383 | Add UnionWith to Maps. | garbervetsky/analysis-net | Backend/Utils/Map.cs | Backend/Utils/Map.cs | // Copyright (c) Edgardo Zoppi. 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.Linq;
using System.Text;
using Backend.Model;
using Model;
namespace Backend.Utils
{
public cla... | // Copyright (c) Edgardo Zoppi. 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.Linq;
using System.Text;
using Backend.Model;
using Model;
namespace Backend.Utils
{
public cla... | mit | C# |
c4e3edee858c058eb7145875960a327d84e22cb8 | Fix RSS Feed for Allan Ritchie (#578) | planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin | src/Firehose.Web/Authors/AllanRitchie.cs | src/Firehose.Web/Authors/AllanRitchie.cs | using System;
using System.Collections.Generic;
using System.ServiceModel.Syndication;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class AllanRitchie : IAmAXamarinMVP, IAmAMicrosoftMVP, IFilterMyBlogPosts
{
public string FirstName => "Allan";
public string LastNam... | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class AllanRitchie : IAmAXamarinMVP, IAmAMicrosoftMVP
{
public string FirstName => "Allan";
public string LastName => "Ritchie";
public string StateOrRegion => ... | mit | C# |
7c0ebf31ce8b8e9101bd46e6c14b5e7e19859471 | Use nameof() | TheEadie/LazyLibrary,TheEadie/LazyStorage,TheEadie/LazyStorage | src/LazyStorage.Tests/RepositoryTests.cs | src/LazyStorage.Tests/RepositoryTests.cs | using System.Collections.Generic;
using System.Linq;
using LazyStorage.InMemory;
using LazyStorage.Interfaces;
using LazyStorage.Json;
using LazyStorage.Xml;
using Xunit;
namespace LazyStorage.Tests
{
public class RepositoryTests
{
public static IEnumerable<object[]> Repos => new[]
{
... | using System.Collections.Generic;
using System.Linq;
using LazyStorage.InMemory;
using LazyStorage.Interfaces;
using LazyStorage.Json;
using LazyStorage.Xml;
using Xunit;
namespace LazyStorage.Tests
{
public class RepositoryTests
{
public static IEnumerable<object[]> Repos => new[]
{
... | mit | C# |
d33ee612e59400706d3cd623ae35a508bf13c810 | Revert changes to the test. | dlemstra/Magick.NET,dlemstra/Magick.NET | tests/Magick.NET.Tests/Shared/MagickImageTests/TheAddNoiseMethod.cs | tests/Magick.NET.Tests/Shared/MagickImageTests/TheAddNoiseMethod.cs | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | apache-2.0 | C# |
ba90f52ed1d5fcc6aeb496909ba82bc0bc95711a | Clean up SslInformation, use modern features | arthot/xsp,arthot/xsp,arthot/xsp,murador/xsp,stormleoxia/xsp,arthot/xsp,stormleoxia/xsp,murador/xsp,stormleoxia/xsp,murador/xsp,stormleoxia/xsp,murador/xsp | src/Mono.WebServer.XSP/SslInformation.cs | src/Mono.WebServer.XSP/SslInformation.cs | //
// Mono.WebServer.SslInfomation
//
// Authors:
// Gonzalo Paniagua Javier (gonzalo@ximian.com)
// Lluis Sanchez Gual (lluis@ximian.com)
//
// (C) Copyright 2004-2010 Novell, Inc. (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associa... | //
// Mono.WebServer.SslInfomation
//
// Authors:
// Gonzalo Paniagua Javier (gonzalo@ximian.com)
// Lluis Sanchez Gual (lluis@ximian.com)
//
// (C) Copyright 2004-2010 Novell, Inc. (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associa... | mit | C# |
9faa4b095d1784dbe1901b4b3d98b2d1024e792c | Update Program.cs | Sadikk/BlueSheep | BlueSheep/Program.cs | BlueSheep/Program.cs | using System;
using System.Windows.Forms;
using BlueSheep.Interface;
using Microsoft.Win32;
using System.IO;
namespace BlueSheep
{
static class Program
{
/// <summary>
/// Point d'entrée principal de l'application.
/// </summary>
[STAThread]
static void Main(string[] ar... | using System;
using System.Windows.Forms;
using BlueSheep.Interface;
using Microsoft.Win32;
using System.IO;
namespace BlueSheep
{
static class Program
{
/// <summary>
/// Point d'entrée principal de l'application.
/// </summary>
[STAThread]
static void Main(string[] ar... | mit | C# |
35fc0a2e8a16e1efe51b80fc509da8d7eeb2b797 | Fix SolutionAreaEffectSystem exception when the collection is modified. | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/EntitySystems/SolutionAreaEffectSystem.cs | Content.Server/GameObjects/EntitySystems/SolutionAreaEffectSystem.cs | #nullable enable
using System.Linq;
using Content.Server.GameObjects.Components.Chemistry;
using JetBrains.Annotations;
using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.EntitySystems
{
[UsedImplicitly]
public class SolutionAreaEffectSystem : EntitySystem
{
public override void ... | #nullable enable
using Content.Server.GameObjects.Components.Chemistry;
using JetBrains.Annotations;
using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.EntitySystems
{
[UsedImplicitly]
public class SolutionAreaEffectSystem : EntitySystem
{
public override void Update(float frameT... | mit | C# |
584b31d5c8874d96bf8c538b859b254a6d37e21b | Add valid cron expression to test | InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET | IntegrationEngine.Tests/Api/Controllers/CronTriggerControllerTest.cs | IntegrationEngine.Tests/Api/Controllers/CronTriggerControllerTest.cs | using IntegrationEngine.Api.Controllers;
using IntegrationEngine.Core.Storage;
using IntegrationEngine.Model;
using IntegrationEngine.Scheduler;
using Moq;
using NUnit.Framework;
namespace IntegrationEngine.Tests.Api.Controllers
{
public class CronTriggerControllerTest
{
[Test]
public void Sho... | using IntegrationEngine.Api.Controllers;
using IntegrationEngine.Core.Storage;
using IntegrationEngine.Model;
using IntegrationEngine.Scheduler;
using Moq;
using NUnit.Framework;
namespace IntegrationEngine.Tests.Api.Controllers
{
public class CronTriggerControllerTest
{
[Test]
public void Sho... | mit | C# |
a7a8f79a255bc18f8906d510e7476fb5324375a3 | fix for when paths contains globs witch then can sometimes | aL3891/ServiceFabricSdkContrib,aL3891/ServiceFabricSdkContrib | ServiceFabricSdkContrib.MsBuild/CleanServiceFabricApplicationTask.cs | ServiceFabricSdkContrib.MsBuild/CleanServiceFabricApplicationTask.cs | using System;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Framework;
using ServiceFabricSdkContrib.Common;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
namespace ServiceFabricSdkContrib.MsBuild
{
public class CleanSer... | using System;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Framework;
using ServiceFabricSdkContrib.Common;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
namespace ServiceFabricSdkContrib.MsBuild
{
public class CleanSer... | mit | C# |
476542032fe13e31db36a0a15a75972069b45992 | Add error logging for ErrorDescriptorToBorderColorConverter. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Converters/ErrorDescriptorToBorderColorConverter.cs | WalletWasabi.Gui/Converters/ErrorDescriptorToBorderColorConverter.cs | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
... | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
public object Convert(object... | mit | C# |
928c070bda38e4a8b9c02d60fc2383a454bce4e4 | Mark itemID for traitor uplink as an entityprototype (#5898) | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Shared/PDA/UplinkStoreListingPrototype.cs | Content.Shared/PDA/UplinkStoreListingPrototype.cs | using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
using Robust.Shared.Utility;
using Robust.Shared.ViewVariables;
namespace Content.Shared.PDA
{
[Prototype("uplinkListing")]
public class Upli... | using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.Utility;
using Robust.Shared.ViewVariables;
namespace Content.Shared.PDA
{
[Prototype("uplinkListing")]
public class UplinkStoreListingPrototype : IPrototype
{
[ViewVariables]
[DataFiel... | mit | C# |
fa2bf9f9d9baa4d77e32d109226dec75e8f7ec63 | Implement ValuesGremlinStep.Resolve for mixed propertyKey and id-steps. | ExRam/ExRam.Gremlinq | ExRam.Gremlinq/Gremlin/Steps/ValuesGremlinStep.cs | ExRam.Gremlinq/Gremlin/Steps/ValuesGremlinStep.cs | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
namespace ExRam.Gremlinq
{
public sealed class ValuesGremlinStep<TSource, TTarget> : NonTerminalGremlinStep
{
private readonly Expression<Func<TSource, TTarget>>[] _proj... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
namespace ExRam.Gremlinq
{
public sealed class ValuesGremlinStep<TSource, TTarget> : NonTerminalGremlinStep
{
private readonly Expression<Func<TSource, TTarget>>[] _proj... | mit | C# |
a6d664d629f516737ddc1024a61ff9cdfaed035b | Add some comments for the host process | phaetto/serviceable-objects | Examples/TestHttpCompositionConsoleApp/Program.cs | Examples/TestHttpCompositionConsoleApp/Program.cs |
namespace TestHttpCompositionConsoleApp
{
using Serviceable.Objects.Remote.Composition.Host;
using Serviceable.Objects.Remote.Composition.Host.Commands;
class Program
{
static void Main(string[] args)
{
/*
* Principles:
*
* Testable
... |
namespace TestHttpCompositionConsoleApp
{
using Serviceable.Objects.Remote.Composition.Host;
using Serviceable.Objects.Remote.Composition.Host.Commands;
class Program
{
static void Main(string[] args)
{
/*
* Principles:
*
* Testable
... | mit | C# |
4568d8da4f0aa91044dc4eafc3a67f863afea2d5 | Add group by test | SimpleStack/simplestack.orm,SimpleStack/simplestack.orm | test/SimpleStack.Orm.Tests/SelectCountTests.cs | test/SimpleStack.Orm.Tests/SelectCountTests.cs | using System;
using System.Data;
using System.Linq;
using Dapper;
using SimpleStack.Orm.Attributes;
using NUnit.Framework;
using SimpleStack.Orm.Expressions;
using SimpleStack.Orm.Expressions.Statements.Typed;
namespace SimpleStack.Orm.Tests
{
[TestFixture]
public partial class ExpressionTests
{
[Test]
public ... | using System;
using System.Data;
using System.Linq;
using Dapper;
using SimpleStack.Orm.Attributes;
using NUnit.Framework;
using SimpleStack.Orm.Expressions;
using SimpleStack.Orm.Expressions.Statements.Typed;
namespace SimpleStack.Orm.Tests
{
[TestFixture]
public partial class ExpressionTests
{
[Test]
public ... | bsd-3-clause | C# |
ca3584a7ddf4a20b08240123492bad4049ec327e | revert to join() again for now | collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists | src/FilterLists.Services/Snapshot/SnapshotBatch.cs | src/FilterLists.Services/Snapshot/SnapshotBatch.cs | using System.Collections.Generic;
using System.Linq;
using FilterLists.Data;
using FilterLists.Data.Entities;
using FilterLists.Data.Entities.Junctions;
using FilterLists.Services.Extensions;
namespace FilterLists.Services.Snapshot
{
public class SnapshotBatch
{
private readonly FilterListsDbContext d... | using System.Collections.Generic;
using System.Linq;
using FilterLists.Data;
using FilterLists.Data.Entities;
using FilterLists.Data.Entities.Junctions;
using FilterLists.Services.Extensions;
namespace FilterLists.Services.Snapshot
{
public class SnapshotBatch
{
private readonly FilterListsDbContext d... | mit | C# |
cd57985ba43f7d2185c2150ce49393747aefb148 | Fix caching based on ISignals | jagraz/Orchard,fassetar/Orchard,xiaobudian/Orchard,rtpHarry/Orchard,austinsc/Orchard,huoxudong125/Orchard,jersiovic/Orchard,johnnyqian/Orchard,dburriss/Orchard,Inner89/Orchard,andyshao/Orchard,enspiral-dev-academy/Orchard,gcsuk/Orchard,vairam-svs/Orchard,sfmskywalker/Orchard-Off-The-Grid-Sample-Code,angelapper/Orchard,... | src/Orchard/Caching/Signals.cs | src/Orchard/Caching/Signals.cs | using System.Collections.Generic;
namespace Orchard.Caching {
public interface ISignals : IVolatileProvider {
void Trigger<T>(T signal);
IVolatileToken When<T>(T signal);
}
public class Signals : ISignals {
readonly IDictionary<object, Token> _tokens = new Dictionary<obje... | using System.Collections.Generic;
namespace Orchard.Caching {
public interface ISignals : IVolatileProvider {
void Trigger<T>(T signal);
IVolatileToken When<T>(T signal);
}
public class Signals : ISignals {
readonly IDictionary<object, Token> _tokens = new Dictionary<obje... | bsd-3-clause | C# |
7e67969903e7b9492b9dab5d4ecbf4e5eba5cc76 | Fix DotNetCliServiceFacts tests | OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | tests/OmniSharp.Tests/DotNetCliServiceFacts.cs | tests/OmniSharp.Tests/DotNetCliServiceFacts.cs | using OmniSharp.Services;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Tests
{
public class DotNetCliServiceFacts : AbstractTestFixture
{
private const string DotNetVersion = "7.0.100-preview.2.22153.17";
private int Major { get; }
private int Minor { g... | using OmniSharp.Services;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Tests
{
public class DotNetCliServiceFacts : AbstractTestFixture
{
private const string DotNetVersion = "6.0.201";
private int Major { get; }
private int Minor { get; }
priva... | mit | C# |
e2a9e396279d233a3ecbc6aee857da6aad55817a | remove old header | csyntax/BlogSystem | Source/BlogSystem.Web/Views/Shared/_Header.cshtml | Source/BlogSystem.Web/Views/Shared/_Header.cshtml | <header id="site-header">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false">
... | <header id="site-header">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false">
... | mit | C# |
4d0b3ecdee0c9a74a9ca085b23953baaed62cf55 | Disable 19545 (#19547) | the-dwyer/corefx,rjxby/corefx,krytarowski/corefx,shimingsg/corefx,YoupHulsebos/corefx,ViktorHofer/corefx,Jiayili1/corefx,mmitche/corefx,rubo/corefx,elijah6/corefx,nbarbettini/corefx,shimingsg/corefx,fgreinacher/corefx,seanshpark/corefx,krytarowski/corefx,parjong/corefx,MaggieTsang/corefx,stone-li/corefx,tijoytom/corefx... | src/System.Diagnostics.DiagnosticSource/tests/ActivityDateTimeTests.cs | src/System.Diagnostics.DiagnosticSource/tests/ActivityDateTimeTests.cs | using System.Threading;
using Xunit;
namespace System.Diagnostics.Tests
{
public class ActivityDateTimeTests
{
[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "dotnet/corefx #19545")]
public void StartStopReturnsPreciseDuration()
{
var activity = ... | using System.Threading;
using Xunit;
namespace System.Diagnostics.Tests
{
public class ActivityDateTimeTests
{
[Fact]
public void StartStopReturnsPreciseDuration()
{
var activity = new Activity("test");
var sw = Stopwatch.StartNew();
activity.Start(... | mit | C# |
6ba1fc068f29a4c4024ea1295c4bacfbb4469332 | Fix CS0067. | KN4CK3R/ReClass.NET,jesterret/ReClass.NET,KN4CK3R/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET,KN4CK3R/ReClass.NET | Logger/NullLogger.cs | Logger/NullLogger.cs | using System;
namespace ReClassNET.Logger
{
class NullLogger : ILogger
{
public event NewLogEntryEventHandler NewLogEntry { add { throw new NotSupportedException(); } remove { } }
public void Log(Exception ex)
{
}
public void Log(LogLevel level, string message)
{
}
}
}
| using System;
namespace ReClassNET.Logger
{
class NullLogger : ILogger
{
public event NewLogEntryEventHandler NewLogEntry;
public void Log(Exception ex)
{
}
public void Log(LogLevel level, string message)
{
}
}
}
| mit | C# |
7033b6bac27536b3ba5f9bc34e887326ffaf2d4a | Revert "son example upd" | pmpu/serverhouse,pmpu/serverhouse,pmpu/serverhouse,pmpu/serverhouse | test_tasks/code/JSONExample/JSONExample/Program.cs | test_tasks/code/JSONExample/JSONExample/Program.cs | using System;
using SimpleJson;
using System.Collections.Generic;
using System.Net;
namespace JSONExample
{
class MainClass
{
public static void Main (string[] args)
{
JsonObject jsonObject = new JsonObject();
JsonArray pointsArray = new JsonArray ();
for (int i = 0; i < 5; i++) {
for (int j =... | using System;
using SimpleJson;
using System.Collections.Generic;
using System.Net;
struct XY
{
public int x;
public int y;
}
namespace JSONExample
{
class MainClass
{
public static void Main (string[] args)
{
JsonObject jsonObject = new JsonObject();
JsonArray pointsArray = new JsonArray ();
... | mit | C# |
3800b54ef52c5af9f68de341007a44e22048e180 | Change namespace to TestCases | antony-liu/npoi,tonyqus/npoi | testcases/main/SS/UserModel/TestHSSFBorderStyle.cs | testcases/main/SS/UserModel/TestHSSFBorderStyle.cs | /* ====================================================================
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 Y... | /* ====================================================================
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 Y... | apache-2.0 | C# |
37be1708d3e09b91786f7d6de6ed0018e80a0c75 | remove obsolete OldConfiguration and NewConfiguration | 304NotModified/NLog,NLog/NLog,snakefoot/NLog | src/NLog/Config/LoggingConfigurationChangedEventArgs.cs | src/NLog/Config/LoggingConfigurationChangedEventArgs.cs | //
// Copyright (c) 2004-2019 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | //
// Copyright (c) 2004-2019 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | bsd-3-clause | C# |
c5728c0906412a02b02c70ce194ecbebd8b2d797 | Remove interface lookup per instance | TurnerSoftware/MongoFramework | src/MongoFramework/Infrastructure/ShallowPropertyEqualityComparer.cs | src/MongoFramework/Infrastructure/ShallowPropertyEqualityComparer.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace MongoFramework.Infrastructure
{
public class ShallowPropertyEqualityComparer<TObject> : IEqualityComparer<TObject>
{
private PropertyInfo[] Properties { get; }
private static bool ImplementsIEquatable { get; } ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace MongoFramework.Infrastructure
{
public class ShallowPropertyEqualityComparer<TObject> : IEqualityComparer<TObject>
{
private PropertyInfo[] Properties { get; }
private bool ImplementsIEquatable { get; }
publ... | mit | C# |
357f1aa1661ee6e8acbe0232687b4ee20107e063 | Fix incorrect title on edit page | Serlead/Orchard,Lombiq/Orchard,Serlead/Orchard,li0803/Orchard,rtpHarry/Orchard,aaronamm/Orchard,jersiovic/Orchard,aaronamm/Orchard,abhishekluv/Orchard,OrchardCMS/Orchard,Dolphinsimon/Orchard,tobydodds/folklife,Codinlab/Orchard,bedegaming-aleksej/Orchard,aaronamm/Orchard,jimasp/Orchard,jimasp/Orchard,abhishekluv/Orchard... | src/Orchard.Web/Modules/Orchard.Blogs/Views/Content-Blog.Edit.cshtml | src/Orchard.Web/Modules/Orchard.Blogs/Views/Content-Blog.Edit.cshtml | @using Orchard.Mvc.Html;
<div class="edit-item">
<div class="edit-item-primary">
@if (Model.Content != null) {
<div class="edit-item-content">
@Display(Model.Content)
</div>
}
</div>
<div class="edit-item-secondary group">
@if (Model.Actions !=... | @using Orchard.Mvc.Html;
@{
Layout.Title = T("New Blog");
}
<div class="edit-item">
<div class="edit-item-primary">
@if (Model.Content != null) {
<div class="edit-item-content">
@Display(Model.Content)
</div>
}
</div>
<div class="edit-item-secondar... | bsd-3-clause | C# |
1e6d29eac62406acbea55e4a222222a09c3d9f9c | Format dates properly for the api | bcemmett/SurveyMonkeyApi-v3,davek17/SurveyMonkeyApi-v3 | SurveyMonkey/Helpers/RequestSettingsHelper.cs | SurveyMonkey/Helpers/RequestSettingsHelper.cs | using System;
using System.Reflection;
using SurveyMonkey.RequestSettings;
namespace SurveyMonkey.Helpers
{
internal class RequestSettingsHelper
{
internal static RequestData GetPopulatedProperties(object obj)
{
var output = new RequestData();
foreach (PropertyInfo prop... | using System;
using System.Reflection;
using SurveyMonkey.RequestSettings;
namespace SurveyMonkey.Helpers
{
internal class RequestSettingsHelper
{
internal static RequestData GetPopulatedProperties(object obj)
{
var output = new RequestData();
foreach (PropertyInfo prop... | mit | C# |
3c5f0c77da7a341f89ef96780f3babfd85f45c40 | Correct some file paths in build script. | Flamtap/Flamtap | build.cake | build.cake | #tool nuget:?package=NUnit.ConsoleRunner&version=3.7.0
//////////////////////////////////////////////////////////////////////
// ARGUMENTS
//////////////////////////////////////////////////////////////////////
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
//////... | #tool nuget:?package=NUnit.ConsoleRunner&version=3.7.0
//////////////////////////////////////////////////////////////////////
// ARGUMENTS
//////////////////////////////////////////////////////////////////////
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
//////... | mit | C# |
ab66ed384b8c95475755dff1c558e392e0cc7e8c | Make decimal serialization in Gremlin.Net culture independent CTR | krlohnes/tinkerpop,robertdale/tinkerpop,apache/incubator-tinkerpop,robertdale/tinkerpop,pluradj/incubator-tinkerpop,robertdale/tinkerpop,apache/incubator-tinkerpop,krlohnes/tinkerpop,artem-aliev/tinkerpop,apache/incubator-tinkerpop,robertdale/tinkerpop,artem-aliev/tinkerpop,robertdale/tinkerpop,krlohnes/tinkerpop,apach... | gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/NumberConverter.cs | gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/NumberConverter.cs | #region License
/*
* 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
... | #region License
/*
* 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
... | apache-2.0 | C# |
c4445ce8838604dde091df1db5d3ecae89151259 | Adjust wordings | mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati | Duplicati.Library.Backend.Tardigrade/Strings.cs | Duplicati.Library.Backend.Tardigrade/Strings.cs | using Duplicati.Library.Localization.Short;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Duplicati.Library.Backend.Strings
{
internal static class Tardigrade
{
public static string DisplayName { get { return LC.L(@"Tardig... | using Duplicati.Library.Localization.Short;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Duplicati.Library.Backend.Strings
{
internal static class Tardigrade
{
public static string DisplayName { get { return LC.L(@"Tardig... | lgpl-2.1 | C# |
ffa2c432b098936e9dd7407506c85dc36b86442f | support isMatching for ShippingRate | commercetools/commercetools-dotnet-sdk | commercetools.NET/ShippingMethods/ShippingRate.cs | commercetools.NET/ShippingMethods/ShippingRate.cs | using System;
using System.Collections.Generic;
using commercetools.Common;
using commercetools.ShippingMethods.Tiers;
using Newtonsoft.Json;
namespace commercetools.ShippingMethods
{
/// <summary>
/// ShippingRate
/// </summary>
/// <see href="https://dev.commercetools.com/http-api-projects-shippingM... | using System.Collections.Generic;
using commercetools.Common;
using commercetools.ShippingMethods.Tiers;
using Newtonsoft.Json;
namespace commercetools.ShippingMethods
{
/// <summary>
/// ShippingRate
/// </summary>
/// <see href="https://dev.commercetools.com/http-api-projects-shippingMethods.html#sh... | mit | C# |
91a681a7d0dd7eb731264ba2c009d47a86fd3de1 | Rename a little more. | sburnicki/Pash,ForNeVeR/Pash,sillvan/Pash,sillvan/Pash,sillvan/Pash,ForNeVeR/Pash,JayBazuzi/Pash,mrward/Pash,sillvan/Pash,WimObiwan/Pash,mrward/Pash,WimObiwan/Pash,Jaykul/Pash,Jaykul/Pash,sburnicki/Pash,JayBazuzi/Pash,Jaykul/Pash,JayBazuzi/Pash,ForNeVeR/Pash,JayBazuzi/Pash,mrward/Pash,WimObiwan/Pash,WimObiwan/Pash,sbur... | Source/Pash.System.Management.Tests/AssemblyInfo.cs | Source/Pash.System.Management.Tests/AssemblyInfo.cs | // Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
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("... | // Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
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("... | bsd-3-clause | C# |
9aa07a056442e3dd71817d892c28140ac8f05e25 | upgrade price text add "$" | solfen/Rogue_Cadet | Assets/Scripts/UI/ShipUpgrade/ShopDetailsUI.cs | Assets/Scripts/UI/ShipUpgrade/ShopDetailsUI.cs | using UnityEngine;
using UnityEngine.UI;
using System.Collections;
public class ShopDetailsUI : MonoBehaviour {
[SerializeField] private Animator anim;
[SerializeField] private Text header;
[SerializeField] private Text description;
[SerializeField] private Text activeNb;
[SerializeField] private... | using UnityEngine;
using UnityEngine.UI;
using System.Collections;
public class ShopDetailsUI : MonoBehaviour {
[SerializeField] private Animator anim;
[SerializeField] private Text header;
[SerializeField] private Text description;
[SerializeField] private Text activeNb;
[SerializeField] private... | mit | C# |
b1c7e996c936c1a22ebcfd95ed2cfffb0f359c46 | Rename parameter | mstrother/BmpListener | BmpListener/Bgp/OptionalParameterCapability.cs | BmpListener/Bgp/OptionalParameterCapability.cs | using System;
using System.Collections.Generic;
using System.Linq;
namespace BmpListener.Bgp
{
public class OptionalParameterCapability : OptionalParameter
{
public OptionalParameterCapability(ArraySegment<byte> data) : base(ref data)
{
Decode(data);
}
public Capab... | using System;
using System.Collections.Generic;
namespace BmpListener.Bgp
{
public class OptionalParameterCapability : OptionalParameter
{
public OptionalParameterCapability(ArraySegment<byte> data) : base(data)
{
Decode(data);
}
public Capability[] ParameterValue ... | mit | C# |
11bf039572b4e4eb074c65cf9359917b375825eb | Update App.xaml.cs | blstream/AugmentedSzczecin_WP,blstream/AugmentedSzczecin_WP,blstream/AugmentedSzczecin_WP | AugmentedSzczecin/AugmentedSzczecin/App.xaml.cs | AugmentedSzczecin/AugmentedSzczecin/App.xaml.cs | using AugmentedSzczecin.ViewModels;
using AugmentedSzczecin.Views;
using Caliburn.Micro;
using System;
using System.Collections.Generic;
using Windows.ApplicationModel.Activation;
using Windows.UI.Xaml.Controls;
namespace AugmentedSzczecin
{
public sealed partial class App
{
private WinRTContainer con... | using AugmentedSzczecin.ViewModels;
using AugmentedSzczecin.Views;
using Caliburn.Micro;
using System;
using System.Collections.Generic;
using Windows.ApplicationModel.Activation;
using Windows.UI.Xaml.Controls;
namespace AugmentedSzczecin
{
public sealed partial class App
{
private WinRTContainer con... | apache-2.0 | C# |
adc84f0e5053acd4811f6024556ebd3ba330553b | Solve build related issue | Promact/trappist,Promact/trappist,Promact/trappist,Promact/trappist,Promact/trappist | Trappist/src/Promact.Trappist.Core/Controllers/QuestionsController.cs | Trappist/src/Promact.Trappist.Core/Controllers/QuestionsController.cs | using Microsoft.AspNetCore.Mvc;
using Promact.Trappist.DomainModel.Models.Question;
using Promact.Trappist.Repository.Questions;
using System;
namespace Promact.Trappist.Core.Controllers
{
[Route("api")]
public class QuestionsController : Controller
{
private readonly IQuestionRepository _question... | using Microsoft.AspNetCore.Mvc;
using Promact.Trappist.DomainModel.Models.Question;
using Promact.Trappist.Repository.Questions;
using System;
namespace Promact.Trappist.Core.Controllers
{
[Route("api")]
public class QuestionsController : Controller
{
private readonly IQuestionRepository _question... | mit | C# |
ae1de1dd927cb00db27988b2d34fdbb0c783d88d | Check all object for ispassable | krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,krille90/unitystation,Necromunger/unitystation,Necromunger/unitystation,Necromunger/unitystation,fomalsd/unitystation,fomalsd/unitystation,Nec... | UnityProject/Assets/Scripts/Tilemaps/Behaviours/Layers/ObjectLayer.cs | UnityProject/Assets/Scripts/Tilemaps/Behaviours/Layers/ObjectLayer.cs | using System.Collections.Generic;
using System.Linq;
using UnityEngine;
[ExecuteInEditMode]
public class ObjectLayer : Layer
{
private TileList _objects;
public TileList Objects => _objects ?? (_objects = new TileList());
public override void SetTile(Vector3Int position, GenericTile tile, Matrix4x4 transf... | using System.Collections.Generic;
using System.Linq;
using UnityEngine;
[ExecuteInEditMode]
public class ObjectLayer : Layer
{
private TileList _objects;
public TileList Objects => _objects ?? (_objects = new TileList());
public override void SetTile(Vector3Int position, GenericTile tile, Matrix4x4 transf... | agpl-3.0 | C# |
29e10eb7014612da52d1603e27622084e8a02d1d | Add comment. | mrtska/SRNicoNico,mrtska/SRNicoNico,mrtska/SRNicoNico,mrtska/SRNicoNico | SRNicoNico/Models/NicoNicoViewer/UpdateCheck.cs | SRNicoNico/Models/NicoNicoViewer/UpdateCheck.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Livet;
using Codeplex.Data;
using SRNicoNico.Models.NicoNicoWrapper;
using System.Xml;
namespace SRNicoNico.Models.NicoNicoViewer {
public class UpdateCheck : NotificationObject {
//アップデート確認するURL
#if DEBUG
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Livet;
using Codeplex.Data;
using SRNicoNico.Models.NicoNicoWrapper;
using System.Xml;
namespace SRNicoNico.Models.NicoNicoViewer {
public class UpdateCheck : NotificationObject {
#if DEBUG
private static strin... | mit | C# |
7d709204310548db34330e2ac23690ed25769419 | reduce password req | prozum/solitude | Solitude.Server/Identity/SolitudeUserManager.cs | Solitude.Server/Identity/SolitudeUserManager.cs | using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin;
using Neo4j.AspNet.Identity;
using Dal;
namespace Solitude.Server
{
// Configure the application user manager used in this application. UserManager is defined in ASP.NET Identit... | using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin;
using Neo4j.AspNet.Identity;
using Dal;
namespace Solitude.Server
{
// Configure the application user manager used in this application. UserManager is defined in ASP.NET Identit... | mit | C# |
d46f8165a9eb6c7fe6f9f292ef04cd65be24e6e6 | Set IndexedAttachments to version 2.0.3.0 | ravendb/ravendb.contrib | src/Raven.Bundles.Contrib.IndexedAttachments/Properties/AssemblyInfo.cs | src/Raven.Bundles.Contrib.IndexedAttachments/Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Raven.Bundles.Contrib.IndexedAttachments")]
[assembly: AssemblyDescription("Plugin for RavenDB that extracts text from attachments so they can be indexed.")]
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
| using System.Reflection;
[assembly: AssemblyTitle("Raven.Bundles.Contrib.IndexedAttachments")]
[assembly: AssemblyDescription("Plugin for RavenDB that extracts text from attachments so they can be indexed.")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
| mit | C# |
5a99c21b6b30e2999914129509a310366beaf227 | update version. | Aaron-Liu/ecommon,tangxuehua/ecommon | src/ECommon/Properties/AssemblyInfo.cs | src/ECommon/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("ECommon")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyPr... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过以下
// 特性集控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("ECommon")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyPr... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.