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 |
|---|---|---|---|---|---|---|---|---|
74099187c91db8f6aed567853dee73518b11d1ea | Add MikeV's Config Patch | mderoy/SlackMe | slackme/Slack/SlackInfo.cs | slackme/Slack/SlackInfo.cs | using System;
using System.Diagnostics.Eventing.Reader;
using System.Linq;
using NiceIO;
namespace slackme.Slack
{
public class SlackInfo
{
private const char ConfigurationDelimiter = '=';
private const string ConfigurationFileName = "slackme.cfg";
public string HookUrl;
public string Channel;
public str... | using System;
using System.Diagnostics.Eventing.Reader;
using System.Linq;
using NiceIO;
namespace slackme.Slack
{
public class SlackInfo
{
private const char ConfigurationDelimiter = '=';
public string HookUrl;
public string Channel;
public string Username;
bool TryParseConfig()
{
string username ... | mit | C# |
473b8d8004d83618d46dcf93ec8934e78ac5cd5b | make RegisteredTypeBsonSerializer public | OBeautifulCode/OBeautifulCode.Serialization | OBeautifulCode.Serialization.Bson/BsonSerializers/RegisteredTypeBsonSerializer{T}.cs | OBeautifulCode.Serialization.Bson/BsonSerializers/RegisteredTypeBsonSerializer{T}.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="RegisteredTypeBsonSerializer{T}.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// -------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="RegisteredTypeBsonSerializer{T}.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// -------------------------------------... | mit | C# |
cfc6e2175d2fc9ae36b60402ed4a210d55ff33df | Add missing header to MostPlayedBeatmapsContainer | peppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu | osu.Game/Overlays/Profile/Sections/Historical/PaginatedMostPlayedBeatmapContainer.cs | osu.Game/Overlays/Profile/Sections/Historical/PaginatedMostPlayedBeatmapContainer.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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
u... | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
u... | mit | C# |
2ca7a99be425acf2d9743041beba6d2604f9f2ce | Update BlockType of switch statement. | cston/roslyn,cston/roslyn,Giftednewt/roslyn,xoofx/roslyn,mattwar/roslyn,davkean/roslyn,tvand7093/roslyn,MattWindsor91/roslyn,kelltrick/roslyn,a-ctor/roslyn,wvdd007/roslyn,tmat/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,mavasani/roslyn,jkotas/roslyn,gafter/roslyn,amcasey/roslyn,mmitche/roslyn,VSadov/roslyn,srivatsn/r... | src/Features/CSharp/Portable/Structure/Providers/SwitchStatementStructureProvider.cs | src/Features/CSharp/Portable/Structure/Providers/SwitchStatementStructureProvider.cs | // 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.Threading;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Structure;
using Microsoft.CodeAnalysis.Text;
namespace Mic... | // 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.Threading;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Structure;
using Microsoft.CodeAnalysis.Text;
namespace Mic... | apache-2.0 | C# |
0243e16175a0da5d22e280941dc3c75f3c06bfbb | increment patch to 0.8.1 | adamralph/liteguard,liteguard/liteguard,liteguard/liteguard,adamralph/liteguard | src/CommonAssemblyInfo.cs | src/CommonAssemblyInfo.cs | // <copyright file="CommonAssemblyInfo.cs" company="LiteGuard contributors">
// Copyright (c) LiteGuard contributors. All rights reserved.
// </copyright>
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("LiteGuard contributors"... | // <copyright file="CommonAssemblyInfo.cs" company="LiteGuard contributors">
// Copyright (c) LiteGuard contributors. All rights reserved.
// </copyright>
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("LiteGuard contributors"... | mit | C# |
845b89ff5b746609298f6c2884b824d57487a5e7 | Bump version number to 1.0.1.0 | da2x/EdgeDeflector | EdgeDeflector/Properties/AssemblyInfo.cs | EdgeDeflector/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("Edg... | 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("Edg... | mit | C# |
e32bdef19607de0720c2b4f2b4a3f2d72d374cae | Update XML comments of ContentSource | atata-framework/atata,YevgeniyShunevych/Atata,atata-framework/atata,YevgeniyShunevych/Atata | src/Atata/ContentSource.cs | src/Atata/ContentSource.cs | using OpenQA.Selenium;
namespace Atata
{
/// <summary>
/// Specifies the content source of a component.
/// </summary>
public enum ContentSource
{
/// <summary>
/// Uses <see cref="IWebElement.Text"/> property of component scope <see cref="IWebElement"/> element.
... | using OpenQA.Selenium;
namespace Atata
{
/// <summary>
/// Specifies the content source of a component.
/// </summary>
public enum ContentSource
{
/// <summary>
/// Uses <see cref="IWebElement.Text"/> property of component scope <see cref="IWebElement"/> element.
... | apache-2.0 | C# |
a4e320bc5294edcc3f73aa8d758bbcf539e957ec | Bump version to 0.6.1 | ar3cka/Journalist | src/SolutionInfo.cs | src/SolutionInfo.cs | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.6.1")]
[assembly: AssemblyInformationalVersionAttribute("0.6.1")]
[assembly: AssemblyFileVersionAttribute("0.6.1")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namespace... | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.6.0")]
[assembly: AssemblyInformationalVersionAttribute("0.6.0")]
[assembly: AssemblyFileVersionAttribute("0.6.0")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namespace... | apache-2.0 | C# |
ee6b6e3cf2e2d0e745518e9ba3bf4b52f20a712d | Bump version to 0.6.4 | ar3cka/Journalist | src/SolutionInfo.cs | src/SolutionInfo.cs | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.6.4")]
[assembly: AssemblyInformationalVersionAttribute("0.6.4")]
[assembly: AssemblyFileVersionAttribute("0.6.4")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namespace... | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.6.3")]
[assembly: AssemblyInformationalVersionAttribute("0.6.3")]
[assembly: AssemblyFileVersionAttribute("0.6.3")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namespace... | apache-2.0 | C# |
bd30bf12afdfaf5d82c65b7ec8db6eaa78f5ca46 | Fix status bar color in Archive status. | LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform | src/CompetitionPlatform/Views/Project/ProjectDetailsStatusBarPartial.cshtml | src/CompetitionPlatform/Views/Project/ProjectDetailsStatusBarPartial.cshtml | @model CompetitionPlatform.Models.ProjectViewModels.ProjectDetailsStatusBarViewModel
@{
var showDeadline = false;
var showParticipantCount = false;
var participantCount = (Model.ParticipantsCount == 1) ? Model.ParticipantsCount + " participant" : Model.ParticipantsCount + " participants";
var deadline... | @model CompetitionPlatform.Models.ProjectViewModels.ProjectDetailsStatusBarViewModel
@{
var showDeadline = false;
var showParticipantCount = false;
var participantCount = (Model.ParticipantsCount == 1) ? Model.ParticipantsCount + " participant" : Model.ParticipantsCount + " participants";
var deadline... | mit | C# |
40141904f8ccb3e6c414dbf7ab2a13d32be818c1 | Upgrade to newer version | brandonseydel/MailChimp.Net | MailChimp.Net/Properties/AssemblyInfo.cs | MailChimp.Net/Properties/AssemblyInfo.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="Brandon Seydel">
// N/A
// </copyright>
// ------------------------------------------------------------------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="Brandon Seydel">
// N/A
// </copyright>
// ------------------------------------------------------------------------------------------------------------... | mit | C# |
ede4235884d852989275ba305411991dc7a3806e | Increase HP gain of bananas | ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu | osu.Game.Rulesets.Catch/Judgements/CatchBananaJudgement.cs | osu.Game.Rulesets.Catch/Judgements/CatchBananaJudgement.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.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Catch.Judgements
{
public class CatchBananaJudgement : CatchJudgeme... | // 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.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Catch.Judgements
{
public class CatchBananaJudgement : CatchJudgeme... | mit | C# |
8dc9323e2e7eb104439a620c974a6617e1645816 | Remove SecurityTransparent from Server | mdavid/nuget,mdavid/nuget | NuPack.Server/Properties/AssemblyInfo.cs | NuPack.Server/Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("NuGet.Server")]
[assembly: AssemblyDescription("Sample Web Application used to host a read-only NuGet feed")]
| using System.Reflection;
using System.Security;
[assembly: AssemblyTitle("NuGet.Server")]
[assembly: AssemblyDescription("Sample Web Application used to host a read-only NuGet feed")]
[assembly: SecurityTransparent] | apache-2.0 | C# |
a184188108b4f9f52f66725ff4026ed0ad710ad1 | Fix typo | nbarbettini/corefx,Winsto/corefx,gabrielPeart/corefx,Petermarcu/corefx,MaggieTsang/corefx,alphonsekurian/corefx,misterzik/corefx,andyhebear/corefx,claudelee/corefx,dkorolev/corefx,parjong/corefx,mokchhya/corefx,SGuyGe/corefx,BrennanConroy/corefx,janhenke/corefx,Winsto/corefx,rahku/corefx,tstringer/corefx,rajansingh10/c... | src/System.Collections.Concurrent/src/System/Collections/Concurrent/PlatformHelper.cs | src/System.Collections.Concurrent/src/System/Collections/Concurrent/PlatformHelper.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace System.Threading
{
/// <summary>
/// A helper class to get the number of processors, it updates the number of processors every sampling interval
/... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace System.Threading
{
/// <summary>
/// A helper class to get the number of preocessors, it updates the numbers of processors every sampling interval
... | mit | C# |
bbed9e597b1a7ac70889daa37e179e7d3addf5e1 | Send Chunks without a packet quee. | SharpMC/SharpMC,Myvar/SharpMC | SharpMC/Networking/Packages/ChunkData.cs | SharpMC/Networking/Packages/ChunkData.cs | // Distrubuted under the MIT license
// ===================================================
// SharpMC uses the permissive MIT license.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the “Software”), to deal
// in the Software... | // Distrubuted under the MIT license
// ===================================================
// SharpMC uses the permissive MIT license.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the “Software”), to deal
// in the Software... | mit | C# |
3416e43e2cd2cbbfdbb9d7309735296d3fa8ee88 | Fix config BasePath | amweiss/WeatherLink | src/WeatherLink/Startup.cs | src/WeatherLink/Startup.cs | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.PlatformAbstractions;
using Swashbuckle.Swagger.Model;
using System.IO;
using WeatherLink.Model... | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.PlatformAbstractions;
using Swashbuckle.Swagger.Model;
using System.IO;
using WeatherLink.Model... | mit | C# |
46c5126e1064dd32dbb532587e32c508eb162131 | Add tests for warrior damage (#1595) | exercism/xcsharp,exercism/xcsharp | exercises/concept/wizards-and-warriors/WizardsAndWarriorsTests.cs | exercises/concept/wizards-and-warriors/WizardsAndWarriorsTests.cs | using Xunit;
using Exercism.Tests;
public class RolePlayingGameTests
{
[Fact]
public void Describe_wizard()
{
var wizard = new Wizard();
Assert.Equal("Character is a Wizard", wizard.ToString());
}
[Fact(Skip = "Remove this Skip property to run this test")]
public void Describe_... | using Xunit;
using Exercism.Tests;
public class RolePlayingGameTests
{
[Fact]
public void Describe_wizard()
{
var wizard = new Wizard();
Assert.Equal("Character is a Wizard", wizard.ToString());
}
[Fact(Skip = "Remove this Skip property to run this test")]
public void Describe_... | mit | C# |
b1d98a0ac5f6cc8d72df4c7bb5292e7a2b4b1745 | Set IdleDetector delay to 100ms | danelkhen/fsync | src/fsync/IdleDetector.cs | src/fsync/IdleDetector.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace fsync
{
class IdleDetector
{
public void Start()
{
if (Timeout == TimeSpan.Zero)
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace fsync
{
class IdleDetector
{
public void Start()
{
if (Timeout == TimeSpan.Zero)
... | apache-2.0 | C# |
e1dfe364b22690d5eada9900119b3efca2879a5e | Fix lifetime performance regression. | Nabile-Rahmani/osu,UselessToucan/osu,smoogipooo/osu,EVAST9919/osu,johnneijzen/osu,smoogipoo/osu,ppy/osu,Drezi126/osu,peppy/osu-new,naoey/osu,EVAST9919/osu,DrabWeb/osu,naoey/osu,peppy/osu,peppy/osu,Damnae/osu,Frontear/osuKyzer,DrabWeb/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ZLima12/osu,... | osu.Game/Rulesets/Objects/Drawables/DrawableScrollingHitObject.cs | osu.Game/Rulesets/Objects/Drawables/DrawableScrollingHitObject.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using osu.Framework.Configuration;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects.Types;
namespace osu.Game.Rulesets.Objects.... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using osu.Framework.Configuration;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects.Types;
namespace osu.Game.Rulesets.Objects.... | mit | C# |
8bcb1c4a62a572e92ccbb14e0e91f1a9545ba96b | fix tailoring recipe ID logic (#403) | Pathoschild/StardewMods | ContentPatcher/Framework/InternalConstants.cs | ContentPatcher/Framework/InternalConstants.cs | using System;
using System.Reflection;
using StardewValley.GameData.Crafting;
using StardewValley.GameData.FishPond;
using StardewValley.GameData.Movies;
namespace ContentPatcher.Framework
{
/// <summary>Internal constant values.</summary>
public static class InternalConstants
{
/*********
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using StardewValley.GameData.Crafting;
using StardewValley.GameData.FishPond;
using StardewValley.GameData.Movies;
namespace ContentPatcher.Framework
{
/// <summary>Internal constant values.</summary>
public static clas... | mit | C# |
858138ac3e171ba759b885d831f820cf4fc2c2e4 | Make internals visible to Fluent.WbTstr assembly | wbtstr/wbtstr | Source/WbTstr/Properties/AssemblyInfo.cs | Source/WbTstr/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: InternalsVisibleTo("WbTstr.UnitTests")]
[assembly: InternalsVisibleTo("WbTstr.IntegrationTests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
[assembly: InternalsVisibleTo("WbTstr.Fluent")]... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: InternalsVisibleTo("WbTstr.UnitTests")]
[assembly: InternalsVisibleTo("WbTstr.IntegrationTests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
// General Information about an assembly is con... | bsd-3-clause | C# |
7b7fe789a84cfb303ae1fe8a42d1fbf2c24e4349 | update file transport to new TransportDefinition | WojcikMike/docs.particular.net | samples/custom-transport/Version_6/Shared/FileTransport.cs | samples/custom-transport/Version_6/Shared/FileTransport.cs |
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.Performance.TimeToBeReceived;
using NServiceBus.Routing;
using NServiceBus.Settings;
using NServiceBus.Transports;
#region TransportDefinition
public class FileTransport : TransportDefi... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.Performance.TimeToBeReceived;
using NServiceBus.Routing;
using NServiceBus.Settings;
using NServiceBus.Transports;
#region TransportDefinition
public class FileTransport : TransportDefi... | apache-2.0 | C# |
8a4e11e684507f8533b0e5d42787d4dec53232bc | Make it possible to choose the naming scheme for AssemblyEventRegistry | tlycken/RdbmsEventStore | src/RdbmsEventStore/EventRegistry/AssemblyEventRegistry.cs | src/RdbmsEventStore/EventRegistry/AssemblyEventRegistry.cs | using System;
using System.Linq;
using System.Reflection;
namespace RdbmsEventStore.EventRegistry
{
public class AssemblyEventRegistry : SimpleEventRegistry
{
public AssemblyEventRegistry(Type markerType)
: this(markerType, type => type.Name, type => true)
{
}
publ... | using System;
using System.Linq;
using System.Reflection;
namespace RdbmsEventStore.EventRegistry
{
public class AssemblyEventRegistry : SimpleEventRegistry
{
public AssemblyEventRegistry(Type markerType) : this(markerType, type => true)
{
}
public AssemblyEventRegistry(Type m... | mit | C# |
4a71d7830a7325ecc960366e2bdb4fce20f30d68 | Mark `SubscriptionProrate` as obsolete on `UpcomingInvoiceOptions` | stripe/stripe-dotnet | src/Stripe.net/Services/Invoices/UpcomingInvoiceOptions.cs | src/Stripe.net/Services/Invoices/UpcomingInvoiceOptions.cs | namespace Stripe
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class UpcomingInvoiceOptions : BaseOptions
{
[JsonProperty("coupon")]
public string Coupon { get; set; }
[JsonProperty("customer")]
publ... | namespace Stripe
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class UpcomingInvoiceOptions : BaseOptions
{
[JsonProperty("coupon")]
public string Coupon { get; set; }
[JsonProperty("customer")]
publ... | apache-2.0 | C# |
c0a27eac6ecab6cb013f48c8a5ae3b1db828285c | Change Namespace | muhammedikinci/FuzzyCore | FuzzyCore/ConcreteCommands/GetFile_Command.cs | FuzzyCore/ConcreteCommands/GetFile_Command.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FuzzyCore.Server.Data;
using FuzzyCore.Server.Commands;
namespace FuzzyCore.Server
{
public class GetFile_Command : Command
{
public GetFile_Command(JsonCommand comm) : base(comm)
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using fuzzyControl.Server.Data;
using fuzzyControl.Server.Commands;
namespace fuzzyControl.Server
{
public class GetFile_Command : Command
{
public GetFile_Command(JsonCommand comm) : ba... | mit | C# |
5a93548729260d40276ce27c403dc2e81d7d4237 | Fix trip cell distance label. | Azure-Samples/MyDriving,Azure-Samples/MyDriving,Azure-Samples/MyDriving | XamarinApp/MyTrips/MyTrips.iOS/Screens/TripsTableViewController.cs | XamarinApp/MyTrips/MyTrips.iOS/Screens/TripsTableViewController.cs | using Foundation;
using System;
using UIKit;
using MyTrips.ViewModel;
using Humanizer;
namespace MyTrips.iOS
{
public partial class TripsTableViewController : UITableViewController
{
const string TRIP_CELL_IDENTIFIER = "TRIP_CELL_IDENTIFIER";
PastTripsViewModel ViewModel { get; set; }
public Tr... | using Foundation;
using System;
using UIKit;
using MyTrips.ViewModel;
using Humanizer;
namespace MyTrips.iOS
{
public partial class TripsTableViewController : UITableViewController
{
const string TRIP_CELL_IDENTIFIER = "TRIP_CELL_IDENTIFIER";
PastTripsViewModel ViewModel { get; set; }
public Tr... | mit | C# |
b25d435f58cceebdaa4c6749de73eba4c605874d | add 4K character read buffer to StreamTokenizer | mvbalaw/EtlGate,mvbalaw/EtlGate,mvbalaw/EtlGate | src/EtlGate.Core/StreamTokenizer.cs | src/EtlGate.Core/StreamTokenizer.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace EtlGate.Core
{
public interface IStreamTokenizer
{
IEnumerable<Token> Tokenize(Stream stream, params char[] specials);
}
public class StreamTokenizer : IStreamTokenizer
{
public const string ErrorSpecialCharactersM... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace EtlGate.Core
{
public interface IStreamTokenizer
{
IEnumerable<Token> Tokenize(Stream stream, params char[] specials);
}
public class StreamTokenizer : IStreamTokenizer
{
public const string ErrorSpecialCharactersM... | mit | C# |
74168057c5e79e0118fbffc43533596c35a3ef12 | add one more possible character to the description variable definition | LiberisLabs/CompaniesHouse.NET,kevbite/CompaniesHouse.NET | src/LiberisLabs.CompaniesHouse/Description/DescriptionProvider.cs | src/LiberisLabs.CompaniesHouse/Description/DescriptionProvider.cs | using System.Text.RegularExpressions;
using Newtonsoft.Json.Linq;
namespace LiberisLabs.CompaniesHouse.Description
{
public class DescriptionProvider
{
private static readonly Regex _pattern = new Regex(@"({[a-zA-Z0-9.-_]*})");
public static string GetDescription(string format, JObject values... | using System.Text.RegularExpressions;
using Newtonsoft.Json.Linq;
namespace LiberisLabs.CompaniesHouse.Description
{
public class DescriptionProvider
{
private static readonly Regex _pattern = new Regex(@"({[a-zA-Z0-9.-]*})");
public static string GetDescription(string format, JObject values)... | mit | C# |
15500a9f9931b22aee4e316a489559c8c123d977 | Fix BaseRecord load | SixLabors/Fonts | src/SixLabors.Fonts/Tables/AdvancedTypographic/GPos/BaseRecord.cs | src/SixLabors.Fonts/Tables/AdvancedTypographic/GPos/BaseRecord.cs | // Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
namespace SixLabors.Fonts.Tables.AdvancedTypographic.GPos
{
internal readonly struct BaseRecord
{
/// <summary>
/// Initializes a new instance of the <see cref="BaseRecord"/> struct.
/// </summary>
/... | // Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
namespace SixLabors.Fonts.Tables.AdvancedTypographic.GPos
{
internal readonly struct BaseRecord
{
/// <summary>
/// Initializes a new instance of the <see cref="BaseRecord"/> struct.
/// </summary>
/... | apache-2.0 | C# |
61905857e0aaebee11657d4e5f11239808a40543 | Update NumberChainValidator.cs | kenshinthebattosai/KenChainer | KenChainer/Validators/NumberChainValidator.cs | KenChainer/Validators/NumberChainValidator.cs | using System.Linq;
using System.Text.RegularExpressions;
using KenChainer.Core;
namespace KenChainer.Validators
{
/// <summary>
/// Default rules for the problem go here.
/// Currently there are 3 rules:
/// Only 7 numbers
/// Only 6 operators
/// All 4 operators must be used
/// 2 operator... | using System.Linq;
using System.Text.RegularExpressions;
using KenChainer.Core;
namespace KenChainer.Validators
{
/// <summary>
/// Defaults rules for the problem go here.
/// Currently there are 3 rules:
/// Only 7 numbers
/// Only 6 operators
/// All 4 operators must be used
/// 2 operato... | mit | C# |
c2c6b5a65e329c10acb3799af33837b59ceffcfc | update connectionstring | Pondidum/Ledger.Stores.Postgres,Pondidum/Ledger.Stores.Postgres | Ledger.Stores.Postgres.Tests/PostgresFixture.cs | Ledger.Stores.Postgres.Tests/PostgresFixture.cs | using System;
using System.Collections.Generic;
using System.Data;
using Dapper;
using Npgsql;
namespace Ledger.Stores.Postgres.Tests
{
public class PostgresFixture : IDisposable
{
public const string ConnectionString = "PORT=5432;TIMEOUT=60;POOLING=True;MINPOOLSIZE=1;MAXPOOLSIZE=20;COMMANDTIMEOUT=20;COMPATIBLE=2... | using System;
using System.Collections.Generic;
using System.Data;
using Dapper;
using Npgsql;
namespace Ledger.Stores.Postgres.Tests
{
public class PostgresFixture : IDisposable
{
public const string ConnectionString = "PORT=5432;TIMEOUT=60;POOLING=True;MINPOOLSIZE=1;MAXPOOLSIZE=20;COMMANDTIMEOUT=20;COMPATIBLE=2... | lgpl-2.1 | C# |
993295a0d9ca682f38aee59979c4130fd3609364 | Update objects in batches during select | PearMed/Pear-Interaction-Engine | Assets/Pear.InteractionEngine/Examples/KeyboardController/Scripts/SelectWithKeyboard.cs | Assets/Pear.InteractionEngine/Examples/KeyboardController/Scripts/SelectWithKeyboard.cs | using System;
using Pear.InteractionEngine.Controllers;
using Pear.InteractionEngine.Controllers.Behaviors;
using Pear.InteractionEngine.Interactables;
using Pear.InteractionEngine.Properties;
using UnityEngine;
using System.Collections.Generic;
using System.Linq;
namespace Pear.InteractionEngine.Examples
{
[Require... | using System;
using Pear.InteractionEngine.Controllers;
using Pear.InteractionEngine.Controllers.Behaviors;
using Pear.InteractionEngine.Interactables;
using Pear.InteractionEngine.Properties;
using UnityEngine;
using System.Collections.Generic;
using System.Linq;
namespace Pear.InteractionEngine.Examples
{
[Require... | mit | C# |
cc8c2683fd6cc90a145d3fd58ba3c1b46acf98eb | Fix issue in a converter | FabienLavocat/kodi-remote | src/KodiRemote.Wp81/Converters/ShorterStringConverter.cs | src/KodiRemote.Wp81/Converters/ShorterStringConverter.cs | using System;
using System.Globalization;
using System.Windows.Data;
namespace KodiRemote.Wp81.Converters
{
public class ShorterStringConverter : IValueConverter
{
public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
if (value == nul... | using System;
using System.Globalization;
using System.Windows.Data;
namespace KodiRemote.Wp81.Converters
{
public class ShorterStringConverter : IValueConverter
{
public virtual object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
string str = val... | mit | C# |
c6846f14520b96924d37f067b64d1cc7f36ebe34 | Reduce lock contention on method239 | HelloKitty/317refactor | src/Rs317.Client.OpenTK/Rendering/OpenTKImageProducer.cs | src/Rs317.Client.OpenTK/Rendering/OpenTKImageProducer.cs | using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.CompilerServices;
namespace Rs317.Sharp
{
public sealed class OpenTKImageProducer : BaseRsImageProducer<OpenTKRsGraphicsContext>, IOpenTKImageRenderable
{
private Bitmap image { get; }
private FasterPixel FasterPixel { get; }... | using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.CompilerServices;
namespace Rs317.Sharp
{
public sealed class OpenTKImageProducer : BaseRsImageProducer<OpenTKRsGraphicsContext>, IOpenTKImageRenderable
{
private Bitmap image { get; }
private FasterPixel FasterPixel { get; }... | mit | C# |
dae91f2b020bace153f24f92582a626ea2937212 | Add Load(); | dataccountzXJ9/Lynx | Lynx/Core/Core.cs | Lynx/Core/Core.cs | using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Microsoft.Extensions.DependencyInjection;
using Discord.WebSocket;
using System;
using Lynx.Handler;
using Lynx.Database;
namespace Lynx
{
public class Core
{
static void Main(string[] args) => new Core().Start().GetAwaiter().Ge... | using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Microsoft.Extensions.DependencyInjection;
using Discord.WebSocket;
using System;
using Lynx.Handler;
using Lynx.Database;
namespace Lynx
{
public class Core
{
static void Main(string[] args) => new Core().Start().GetAwaiter().Ge... | mit | C# |
22fb17422f63d3b8a8220a006768909f2dbc64fa | handle -? and /? arguments as help | EdwardBlair/cli,blackdwarf/cli,Faizan2304/cli,ravimeda/cli,svick/cli,ravimeda/cli,EdwardBlair/cli,harshjain2/cli,livarcocc/cli-1,dasMulli/cli,blackdwarf/cli,Faizan2304/cli,ravimeda/cli,blackdwarf/cli,dasMulli/cli,johnbeisner/cli,svick/cli,EdwardBlair/cli,johnbeisner/cli,livarcocc/cli-1,blackdwarf/cli,dasMulli/cli,harsh... | src/dotnet/ParseResultExtensions.cs | src/dotnet/ParseResultExtensions.cs | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Linq;
using Microsoft.DotNet.Cli.CommandLine;
namespace Microsoft.DotNet.Cli
{
public static class ParseResultExt... | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Linq;
using Microsoft.DotNet.Cli.CommandLine;
namespace Microsoft.DotNet.Cli
{
public static class ParseResultExt... | mit | C# |
9555301483ea98f22230e2e5f45392856cc0b753 | Use case-sensitive path for showModal.js (#1728) | c0g1t8/allReady,stevejgordon/allReady,HTBox/allReady,VishalMadhvani/allReady,bcbeatty/allReady,HamidMosalla/allReady,anobleperson/allReady,MisterJames/allReady,arst/allReady,HamidMosalla/allReady,dpaquette/allReady,GProulx/allReady,anobleperson/allReady,mgmccarthy/allReady,mgmccarthy/allReady,c0g1t8/allReady,stevejgord... | AllReadyApp/Web-App/AllReady/Views/Event/_EventScripts.cshtml | AllReadyApp/Web-App/AllReady/Views/Event/_EventScripts.cshtml | @using AllReady.ViewModels.Event
@model EventViewModel
<script type="text/javascript">
$(document).ready(function() {
getGeoCoordinates('@Model.Location?.Address1',
'@Model.Location?.Address2',
'@Model.Location?.City',
'@Model.Location?.State',
... | @using AllReady.ViewModels.Event
@model EventViewModel
<script type="text/javascript">
$(document).ready(function() {
getGeoCoordinates('@Model.Location?.Address1',
'@Model.Location?.Address2',
'@Model.Location?.City',
'@Model.Location?.State',
... | mit | C# |
a6207d817d3cf6ec4070d99c20d72b6a97f25573 | Update Rage.cs (#47) | BosslandGmbH/BuddyWing.DefaultCombat | trunk/DefaultCombat/Routines/Advanced/Juggernaut/Rage.cs | trunk/DefaultCombat/Routines/Advanced/Juggernaut/Rage.cs | // Copyright (C) 2011-2016 Bossland GmbH
// See the file LICENSE for the source code's detailed license
using Buddy.BehaviorTree;
using DefaultCombat.Core;
using DefaultCombat.Helpers;
namespace DefaultCombat.Routines
{
internal class Rage : RotationBase
{
public override string Name
{
get { re... | // Copyright (C) 2011-2016 Bossland GmbH
// See the file LICENSE for the source code's detailed license
using Buddy.BehaviorTree;
using DefaultCombat.Core;
using DefaultCombat.Helpers;
namespace DefaultCombat.Routines
{
internal class Rage : RotationBase
{
public override string Name
{
get { re... | apache-2.0 | C# |
98cfddf47be301ca3f03f41275164feb72c695d8 | Fix tabs | WojcikMike/docs.particular.net | Snippets/Snippets_6/Persistence/Custom/Usage.cs | Snippets/Snippets_6/Persistence/Custom/Usage.cs | namespace Snippets4.Persistence.Custom
{
using NServiceBus;
class Usage
{
public Usage()
{
#region PersistTimeoutsInterfaces
public interface IPersistTimeouts
{
//TODO: modify once v6 fix is ready
}
#endregion
}
}
}
| namespace Snippets4.Persistence.Custom
{
using NServiceBus;
class Usage
{
public Usage()
{
#region PersistTimeoutsInterfaces
public interface IPersistTimeouts
{
//TODO: modify once v6 fix is ready
}
#endregion
}
}
} | apache-2.0 | C# |
2b56238a6037b227e1d8a755174af535baf91b3a | Clean up engine bindings assembly info. | rokups/Urho3D,rokups/Urho3D,rokups/Urho3D,rokups/Urho3D,rokups/Urho3D,rokups/Urho3D | Source/Urho3D/CSharp/Properties/AssemblyInfo.cs | Source/Urho3D/CSharp/Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Urho3DNet")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Urho3D")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture... | 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("Urho3DNet")]
[assembly: AssemblyDescription... | mit | C# |
996f4774a7059e2ffca65f935350f39e80410501 | Fix !lb! token in ingameOverlay | Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | osu!StreamCompanion/Code/Modules/MapDataGetters/FileMap/FileMapDataGetter.cs | osu!StreamCompanion/Code/Modules/MapDataGetters/FileMap/FileMapDataGetter.cs | using System;
using System.Collections.Generic;
using osu_StreamCompanion.Code.Core.DataTypes;
using osu_StreamCompanion.Code.Interfaces;
using osu_StreamCompanion.Code.Modules.MapDataParsers.Parser1;
namespace osu_StreamCompanion.Code.Modules.MapDataGetters.FileMap
{
public class FileMapDataGetter : IModule, IMa... | using System;
using System.Collections.Generic;
using osu_StreamCompanion.Code.Core.DataTypes;
using osu_StreamCompanion.Code.Interfaces;
using osu_StreamCompanion.Code.Modules.MapDataParsers.Parser1;
namespace osu_StreamCompanion.Code.Modules.MapDataGetters.FileMap
{
public class FileMapDataGetter : IModule, IMa... | mit | C# |
f2fa90c7b22a2dc970fbd00d21c269d151523964 | add IgnorePhone identity configuration extension | tc-dev/tc-dev.Core | src/tc-dev.Core.Infrastructure/EntityFramework/Configurations/IdentityConfigurations.cs | src/tc-dev.Core.Infrastructure/EntityFramework/Configurations/IdentityConfigurations.cs | using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.ModelConfiguration;
using tc_dev.Core.Infrastructure.Identity.Models;
namespace tc_dev.Core.Infrastructure.EntityFramework.Configurations
{
public static class IdentityConfigurations
{
public static void Configure(this Entity... | using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.ModelConfiguration;
using tc_dev.Core.Infrastructure.Identity.Models;
namespace tc_dev.Core.Infrastructure.EntityFramework.Configurations
{
public static class IdentityConfigurations
{
public static void Configure(this Entity... | mit | C# |
bc70754dbeeeabaaf90d59f73b33b70384fb35f5 | Remove unused method on DateTimeOffsetConvertrer and consolidated code | HamidMosalla/allReady,MisterJames/allReady,binaryjanitor/allReady,c0g1t8/allReady,anobleperson/allReady,HTBox/allReady,binaryjanitor/allReady,chinwobble/allReady,arst/allReady,bcbeatty/allReady,arst/allReady,MisterJames/allReady,c0g1t8/allReady,shanecharles/allReady,VishalMadhvani/allReady,bcbeatty/allReady,bcbeatty/al... | AllReadyApp/Web-App/AllReady/Providers/DateTimeOffsetConverter.cs | AllReadyApp/Web-App/AllReady/Providers/DateTimeOffsetConverter.cs | using System;
namespace AllReady.Providers
{
public interface IConvertDateTimeOffset
{
DateTimeOffset ConvertDateTimeOffsetTo(string timeZoneId, DateTimeOffset dateTimeOffset, int hour = 0, int minute = 0, int second = 0);
}
public class DateTimeOffsetConverter : IConvertDateTimeOffset
{
... | using System;
namespace AllReady.Providers
{
public interface IConvertDateTimeOffset
{
DateTimeOffset ConvertDateTimeOffsetTo(string timeZoneId, DateTimeOffset dateTimeOffset, int hour = 0, int minute = 0, int second = 0);
DateTimeOffset ConvertDateTimeOffsetTo(TimeZoneInfo timeZoneInfo, DateT... | mit | C# |
d34e25bae73834a91e592c2036b8e40918d8ac88 | Fix Client breaking NRE when using edit field on Canister GUI #2826 | Necromunger/unitystation,fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,Necromunger/unitystation,fomalsd/unitystation,Necromu... | UnityProject/Assets/Scripts/UI/InputFieldFocus.cs | UnityProject/Assets/Scripts/UI/InputFieldFocus.cs | using System;
using System.Collections;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// Input field that would properly focus
/// and ignore movement and whatnot while it's focused
[Serializable]
public class InputFieldFocus : InputField
{
/// <summary>
/// Button that will cause the fi... | using System;
using System.Collections;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
/// Input field that would properly focus
/// and ignore movement and whatnot while it's focused
[Serializable]
public class InputFieldFocus : InputField
{
/// <summary>
/// Button that will cause the fi... | agpl-3.0 | C# |
e298a39bb699660267c348b10cbdcb94445b002a | Fix the typo after code review | neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,ali-ince/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests/Result/SummaryBuilderTests.cs | Neo4j.Driver/Neo4j.Driver.Tests/Result/SummaryBuilderTests.cs | // Copyright (c) 2002-2016 "Neo Technology,"
// Network Engine for Objects in Lund AB [http://neotechnology.com]
//
// This file is part of Neo4j.
//
// 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 L... | // Copyright (c) 2002-2016 "Neo Technology,"
// Network Engine for Objects in Lund AB [http://neotechnology.com]
//
// This file is part of Neo4j.
//
// 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 L... | apache-2.0 | C# |
a7f4c926f019dff2b2ebbf7c25e99836afdd9af7 | fix bug when file opened, cannot be rewritten. (#2044) | pascalberger/docfx,pascalberger/docfx,superyyrrzz/docfx,pascalberger/docfx,dotnet/docfx,dotnet/docfx,dotnet/docfx,superyyrrzz/docfx,superyyrrzz/docfx | src/Microsoft.DocAsCode.Common/FileAbstractLayer/LinkFileWriter.cs | src/Microsoft.DocAsCode.Common/FileAbstractLayer/LinkFileWriter.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Common
{
using System;
using System.Collections.Generic;
using System.IO;
public class LinkFileWriter : FileWriterBase
... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Common
{
using System;
using System.Collections.Generic;
using System.IO;
public class LinkFileWriter : FileWriterBase
... | mit | C# |
d0e735f1de8c09cb7fb8d4509c109cade07288c0 | make messageTemplate static | SimonCropp/NServiceBus.Serilog | src/NServiceBus.Serilog/MessageAudit/LogIncomingMessageBehavior.cs | src/NServiceBus.Serilog/MessageAudit/LogIncomingMessageBehavior.cs | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.Pipeline;
using Serilog.Events;
using Serilog.Parsing;
class LogIncomingMessageBehavior : Behavior<IIncomingLogicalMessageContext>
{
static MessageTemplate messageTemplate;
static LogIncomingMes... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.Pipeline;
using Serilog.Events;
using Serilog.Parsing;
class LogIncomingMessageBehavior : Behavior<IIncomingLogicalMessageContext>
{
MessageTemplate messageTemplate;
public LogIncomingMessageBeh... | mit | C# |
8e1216a7507cb9dd5f25da411b2db06b90f598e9 | add providecodebase to force loading these dlls from extension dir | MistyKuu/bitbucket-for-visual-studio,MistyKuu/bitbucket-for-visual-studio | Source/GitClientVS.VisualStudio.UI/Properties/AssemblyInfo.cs | Source/GitClientVS.VisualStudio.UI/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.VisualStudio.Shell;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an as... | 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("VS... | mit | C# |
8d6e9442a4e00a57f3cba64f2863623bcc6b8802 | Add NavBarViewModel to MainViewModel. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Fluent/ViewModels/MainViewModel.cs | WalletWasabi.Fluent/ViewModels/MainViewModel.cs | using Avalonia.Threading;
using NBitcoin;
using ReactiveUI;
using System.Reactive;
using System.Threading.Tasks;
using WalletWasabi.Gui.ViewModels;
using Global = WalletWasabi.Gui.Global;
namespace WalletWasabi.Fluent.ViewModels
{
public class MainViewModel : ViewModelBase, IScreen
{
private Global _global;
priv... | using Avalonia.Threading;
using NBitcoin;
using ReactiveUI;
using System.Reactive;
using System.Threading.Tasks;
using WalletWasabi.Gui.ViewModels;
using Global = WalletWasabi.Gui.Global;
namespace WalletWasabi.Fluent.ViewModels
{
public class MainViewModel : ViewModelBase, IScreen
{
private Global _global;
p... | mit | C# |
c5f43d7d6ec4bd7c80b29f7dfa8988b4dad3a69e | Make the interface public. | dermeister0/TimesheetParser,dermeister0/TimesheetParser | Source/Heavysoft.TimesheetParser.PluginInterfaces/ICrm.cs | Source/Heavysoft.TimesheetParser.PluginInterfaces/ICrm.cs | using System.Security;
using System.Threading.Tasks;
namespace Heavysoft.TimesheetParser.PluginInterfaces
{
public interface ICrm
{
Task<bool> Login(string login, SecureString password);
Task<bool> Login(string token);
}
} | using System.Security;
using System.Threading.Tasks;
namespace Heavysoft.TimesheetParser.PluginInterfaces
{
internal interface ICrm
{
Task<bool> Login(string login, SecureString password);
Task<bool> Login(string token);
}
} | mit | C# |
46336573bed434db2b5d3f6ac08a600ccf074cf7 | Update CompositeEventTelemeter.cs | tiksn/TIKSN-Framework | TIKSN.Core/Analytics/Telemetry/CompositeEventTelemeter.cs | TIKSN.Core/Analytics/Telemetry/CompositeEventTelemeter.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading.Tasks;
using TIKSN.Configuration;
namespace TIKSN.Analytics.Telemetry
{
public class CompositeEventTelemeter : IEventTelemeter
{
private readonly IPartialConfiguration<CommonTelemetryOptions> commonConfigur... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading.Tasks;
using TIKSN.Configuration;
namespace TIKSN.Analytics.Telemetry
{
public class CompositeEventTelemeter : IEventTelemeter
{
private readonly IPartialConfiguration<CommonTelemetryOptions> commonConfigur... | mit | C# |
77dbbe6f342e0dcce5b2991773b5cf1b8752afce | Add a placeholder cover URL for users. | tacchinotacchi/osu,naoey/osu,UselessToucan/osu,2yangk23/osu,ppy/osu,Damnae/osu,smoogipoo/osu,ZLima12/osu,peppy/osu,smoogipoo/osu,ZLima12/osu,UselessToucan/osu,peppy/osu,Nabile-Rahmani/osu,RedNesto/osu,osu-RP/osu-RP,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,DrabWeb/osu,smoogipoo/osu,EVAST9919/osu,EVAST9919/osu,johnneijzen... | osu.Game/Users/User.cs | osu.Game/Users/User.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using Newtonsoft.Json;
namespace osu.Game.Users
{
public class User
{
[JsonProperty(@"id")]
public long Id = 1;
[JsonPrope... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using Newtonsoft.Json;
namespace osu.Game.Users
{
public class User
{
[JsonProperty(@"id")]
public long Id = 1;
[JsonPrope... | mit | C# |
672a5122737a7c55789e98cf4ca4d06e6c9ecce3 | remove unnecessary usings | yanggujun/commonsfornet,yanggujun/commonsfornet | src/Commons.Collections/Queue/MinPriorityQueue.cs | src/Commons.Collections/Queue/MinPriorityQueue.cs | // Copyright CommonsForNET.
// 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
// ... | // Copyright CommonsForNET.
// 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
// ... | apache-2.0 | C# |
1136186fd7d6adcb7345301f3ee1fd2f2dd2f357 | Add implementation for sample data client factory | LukeTillman/killrvideo-csharp,LukeTillman/killrvideo-csharp,LukeTillman/killrvideo-csharp | src/KillrVideo.SampleData/ServiceClientFactory.cs | src/KillrVideo.SampleData/ServiceClientFactory.cs | using System;
using System.ComponentModel.Composition;
using System.Threading.Tasks;
using KillrVideo.Comments;
using KillrVideo.Protobuf.Clients;
using KillrVideo.Ratings;
using KillrVideo.Statistics;
using KillrVideo.UserManagement;
using KillrVideo.VideoCatalog;
namespace KillrVideo.SampleData
{
/// <summary>
... | using System;
using System.ComponentModel.Composition;
using System.Threading.Tasks;
using KillrVideo.Comments;
using KillrVideo.Protobuf.Clients;
using KillrVideo.Ratings;
using KillrVideo.Statistics;
using KillrVideo.UserManagement;
using KillrVideo.VideoCatalog;
namespace KillrVideo.SampleData
{
/// <summary>
... | apache-2.0 | C# |
f4746152accf17496e94972e3d25ba9ed983f67d | Implement FuncAny<bool> version of F.Filter using existing overload | farity/farity | Farity/Filter.cs | Farity/Filter.cs | using System;
using System.Collections.Generic;
using System.Linq;
namespace Farity
{
public static partial class F
{
/// <summary>
/// Takes a predicate and an enumerable, and returns an enumerable of the same type containing the members of the given
/// enumerable which satis... | using System;
using System.Collections.Generic;
using System.Linq;
namespace Farity
{
public static partial class F
{
/// <summary>
/// Takes a predicate and an enumerable, and returns an enumerable of the same type containing the members of the given
/// enumerable which satis... | mit | C# |
ff9d1e1385319a0c7a4b5787133e4c51a2719522 | Update PushalotMetricTelemeter.cs | tiksn/TIKSN-Framework | TIKSN.Core/Analytics/Telemetry/Pushalot/PushalotMetricTelemeter.cs | TIKSN.Core/Analytics/Telemetry/Pushalot/PushalotMetricTelemeter.cs | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using TIKSN.Configuration;
namespace TIKSN.Analytics.Telemetry.Pushalot
{
public class PushalotMetricTelemeter : PushalotTelemeterBase, IMetricTelemeter
{
public PushalotMetricTelemeter(IPartialConfiguration<PushalotOpt... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using TIKSN.Configuration;
namespace TIKSN.Analytics.Telemetry.Pushalot
{
public class PushalotMetricTelemeter : PushalotTelemeterBase, IMetricTelemeter
{
public PushalotMetricTelemeter(IPartialConfiguration<PushalotOpt... | mit | C# |
a4851ab53ca5076d2e2b89fcb76a1357e9cf3b32 | fix connection tests | JetBrains/YouTrackSharp,JetBrains/YouTrackSharp | tests/YouTrackSharp.Tests/Integration/ConnectionHttpClientTests.cs | tests/YouTrackSharp.Tests/Integration/ConnectionHttpClientTests.cs | using System.Threading.Tasks;
using JetBrains.Annotations;
using Xunit;
using YouTrackSharp.Tests.Infrastructure;
namespace YouTrackSharp.Tests.Integration
{
[UsedImplicitly]
public partial class ConnectionTests
{
public class GetAuthenticatedHttpClient
{
[Theory]
[M... | using System.Threading.Tasks;
using JetBrains.Annotations;
using Xunit;
using YouTrackSharp.Tests.Infrastructure;
namespace YouTrackSharp.Tests.Integration
{
[UsedImplicitly]
public partial class ConnectionTests
{
public class GetAuthenticatedHttpClient
{
[Theory]
[M... | apache-2.0 | C# |
3dd77aa562c73d5b2ba227f9f7ad7c3ca6456141 | add checked and unchecked events | jpbruyere/Crow,jpbruyere/Crow | src/GraphicObjects/RadioButton.cs | src/GraphicObjects/RadioButton.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
//using OpenTK.Graphics.OpenGL;
using Cairo;
using winColors = System.Drawing.Color;
using System.Diagnostics;
using System.Xml.Serialization;
using OpenTK.Input;
using System.ComponentModel;
namespace Crow
{
[DefaultTemplate("... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
//using OpenTK.Graphics.OpenGL;
using Cairo;
using winColors = System.Drawing.Color;
using System.Diagnostics;
using System.Xml.Serialization;
using OpenTK.Input;
using System.ComponentModel;
namespace Crow
{
[DefaultTemplate("... | mit | C# |
b44853c0301d13b397665533c79d403c00c1718b | Write an additional line after creating application | appharbor/appharbor-cli | src/AppHarbor/Commands/CreateCommand.cs | src/AppHarbor/Commands/CreateCommand.cs | using System;
using System.Linq;
namespace AppHarbor.Commands
{
public class CreateCommand : ICommand
{
private readonly IAppHarborClient _appHarborClient;
private readonly IApplicationConfiguration _applicationConfiguration;
public CreateCommand(IAppHarborClient appHarborClient, IApplicationConfiguration ap... | using System;
using System.Linq;
namespace AppHarbor.Commands
{
public class CreateCommand : ICommand
{
private readonly IAppHarborClient _appHarborClient;
private readonly IApplicationConfiguration _applicationConfiguration;
public CreateCommand(IAppHarborClient appHarborClient, IApplicationConfiguration ap... | mit | C# |
6c13029c8277bfaf02a6a26bb0ee7c48d2a14381 | fix requireTp | os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos | Presentation.Web/Infrastructure/Attributes/RequireTopOnOdataThroughKitosTokenAttribute.cs | Presentation.Web/Infrastructure/Attributes/RequireTopOnOdataThroughKitosTokenAttribute.cs | using System.Net;
using System.Net.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Filters;
using Core.ApplicationServices.Authentication;
using Serilog;
namespace Presentation.Web.Infrastructure.Attributes
{
public class RequireTopOnOdataThroughKitosTokenAttribute : ActionFilterAttribute
{
... | using System.Web.Http.Controllers;
using System.Web.Http.Filters;
using Core.ApplicationServices.Authentication;
using Serilog;
namespace Presentation.Web.Infrastructure.Attributes
{
public class RequireTopOnOdataThroughKitosTokenAttribute : ActionFilterAttribute
{
public override void OnActionExecut... | mpl-2.0 | C# |
41b2e6b34bbe4ad68542271bb901cb037b5fe198 | set taskstate to new when creating | Recensys/ReviewIT-backend,Recensys/ReviewIT-backend | ReviewIT-Backend/RecensysCoreRepository/EFRepository/Repositories/TaskConfigRepository.cs | ReviewIT-Backend/RecensysCoreRepository/EFRepository/Repositories/TaskConfigRepository.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using RecensysCoreRepository.DTOs;
using RecensysCoreRepository.EFRepository.Entities;
using RecensysCoreRepository.Repositories;
namespace RecensysCoreRepository.EFRepository.Repositories
{
public class TaskConfigRep... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using RecensysCoreRepository.DTOs;
using RecensysCoreRepository.EFRepository.Entities;
using RecensysCoreRepository.Repositories;
namespace RecensysCoreRepository.EFRepository.Repositories
{
public class TaskConfigRep... | mit | C# |
42e33dde0c718188afcaa41cbdf4bd8d731fac9a | Make tests actually test | johnneijzen/osu,NeoAdonis/osu,2yangk23/osu,peppy/osu,2yangk23/osu,johnneijzen/osu,peppy/osu,EVAST9919/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,EVAST9919/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu-new | osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.cs | osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Timing;
using osu.Game.Beatmaps;
using osu.Game.Overlays;
names... | // 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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Timing;
using osu.Game.Beatmaps;
using osu.Game.Overlays;
names... | mit | C# |
e58a4e401531baca85d57f07b8d1093997fae01c | Tidy up image credits | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | samples/misc/NodeServicesExamples/Views/Home/ImageResizing.cshtml | samples/misc/NodeServicesExamples/Views/Home/ImageResizing.cshtml | <h1>Image Resizing</h1>
<p>
This sample shows how the NPM module <a href="https://www.npmjs.com/package/sharp"><code>sharp</code></a>
can be used for dynamic image resizing from within an ASP.NET Core application. There is one copy of the
following image on disk, but we can set up an MVC action method that... | <h1>Image Resizing</h1>
<p>
This sample shows how the NPM module <a href="https://www.npmjs.com/package/sharp"><code>sharp</code></a>
can be used for dynamic image resizing from within an ASP.NET Core application. There is one copy of the
following image on disk, but we can set up an MVC action method that... | apache-2.0 | C# |
17d515101addaeb61b5a2a998552032a2554ea16 | Update logon provider enums | mj1856/SimpleImpersonation | src/LogonProvider.cs | src/LogonProvider.cs | using System;
namespace SimpleImpersonation
{
/// <summary>
/// Specifies the type of login provider used.
/// http://msdn.microsoft.com/en-us/library/windows/desktop/aa378184.aspx
/// </summary>
public enum LogonProvider
{
/// <summary>
/// Use the standard logon provider for ... | namespace SimpleImpersonation
{
/// <summary>
/// Specifies the type of login provider used.
/// http://msdn.microsoft.com/en-us/library/windows/desktop/aa378184.aspx
/// </summary>
public enum LogonProvider
{
/// <summary>
/// Use the standard logon provider for the system.
... | mit | C# |
42bc663c6fd08ae6a34ba5edcd516f56972fd9e1 | add interface for HobknobClientFactory | opentable/hobknob-client-net,opentable/hobknob-client-net | HobknobClientNet/HobknobClientFactory.cs | HobknobClientNet/HobknobClientFactory.cs | using System;
namespace HobknobClientNet
{
public interface IHobknobClientFactory
{
IHobknobClient Create(string etcdHost, int etcdPort, string applicationName, TimeSpan cacheUpdateInterval);
}
public class HobknobClientFactory : IHobknobClientFactory
{
public IHobknobClient Crea... | using System;
namespace HobknobClientNet
{
public class HobknobClientFactory
{
public IHobknobClient Create(string etcdHost, int etcdPort, string applicationName, TimeSpan cacheUpdateInterval)
{
var etcdKeysPath = string.Format("http://{0}:{1}/v2/keys/", etcdHost, etcdPort);
... | mit | C# |
1a61e3912b16a9a41cc7c12588c2a10899ad2b4a | Update the what is new | ucdavis/CRP,ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Views/Home/AdminHome.cshtml | CRP.Mvc/Views/Home/AdminHome.cshtml | @{
ViewBag.Title = "AdminHome";
Layout = "~/Views/Shared/_PublicLayout.cshtml";
}
@section NavButtons
{
<div class="pull-right">
@Html.Partial("_LogonPartial")
</div>
}
<div class="boundary">
<h2>Administration Tools</h2>
<p>
@Html.ActionLink("Items", "List", ... | @{
ViewBag.Title = "AdminHome";
Layout = "~/Views/Shared/_PublicLayout.cshtml";
}
@section NavButtons
{
<div class="pull-right">
@Html.Partial("_LogonPartial")
</div>
}
<div class="boundary">
<h2>Administration Tools</h2>
<p>
@Html.ActionLink("Items", "List", ... | mit | C# |
0cb927d32ad582360b4f9d0e58fe71af527175ca | Add missing using statement in word-count | GKotfis/csharp,robkeim/xcsharp,exercism/xcsharp,GKotfis/csharp,exercism/xcsharp,ErikSchierboom/xcsharp,ErikSchierboom/xcsharp,robkeim/xcsharp | word-count/Example.cs | word-count/Example.cs | using System;
using System.Text.RegularExpressions;
using System.Collections.Generic;
public class Phrase
{
private readonly string _phrase;
public Phrase(string phrase)
{
if (phrase == null) throw new ArgumentNullException("phrase");
_phrase = phrase;
}
public IDictionary<str... | using System.Text.RegularExpressions;
using System.Collections.Generic;
public class Phrase
{
private readonly string _phrase;
public Phrase(string phrase)
{
if (phrase == null) throw new ArgumentNullException("phrase");
_phrase = phrase;
}
public IDictionary<string, int> Word... | mit | C# |
32374684d49e4c45332f33a89ef1153cedaa635d | fix infinte loop on update Unitset | LagoVista/DeviceAdmin | src/LagoVista.IoT.DeviceAdmin.CloudRepos/Repos/UnitSetRepo.cs | src/LagoVista.IoT.DeviceAdmin.CloudRepos/Repos/UnitSetRepo.cs | using LagoVista.Core.PlatformSupport;
using LagoVista.IoT.DeviceAdmin.Models;
using LagoVista.CloudStorage.DocumentDB;
using System.Threading.Tasks;
using System.Linq;
using System.Collections.Generic;
using LagoVista.IoT.DeviceAdmin.Interfaces.Repos;
namespace LagoVista.IoT.DeviceAdmin.CloudRepos.Repos
{
public ... | using LagoVista.Core.PlatformSupport;
using LagoVista.IoT.DeviceAdmin.Models;
using LagoVista.CloudStorage.DocumentDB;
using System.Threading.Tasks;
using System.Linq;
using System.Collections.Generic;
using LagoVista.IoT.DeviceAdmin.Interfaces.Repos;
namespace LagoVista.IoT.DeviceAdmin.CloudRepos.Repos
{
public ... | mit | C# |
6a8d0a26885034cb44bbdcc7c64105d9b733e2ea | Bump version | Deadpikle/NetSparkle,Deadpikle/NetSparkle | AssemblyInfo.cs | 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("Net... | 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("Net... | mit | C# |
727d70e9d87e64e30d9a87fc942b8282a595ec63 | Fix assembly version | Seddryck/NBi,Seddryck/NBi | AssemblyInfo.cs | AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
// 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: AssemblyCompany("NBi Team - Cédric L. Charlier")]... | using System.Reflection;
using System.Runtime.CompilerServices;
// 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: AssemblyCompany("NBi Team - Cédric L. Charlier")]... | apache-2.0 | C# |
3494f759cd42630f21877d70fe45cef4d65f941d | add Id back to Details dto | collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists | src/FilterLists.Services/FilterListService/FilterListDetailsDto.cs | src/FilterLists.Services/FilterListService/FilterListDetailsDto.cs | using System;
namespace FilterLists.Services.FilterListService
{
public class FilterListDetailsDto
{
public int Id { get; set; }
public string Description { get; set; }
public string DescriptionSourceUrl { get; set; }
public DateTime? DiscontinuedDate { get; set; }
publ... | using System;
namespace FilterLists.Services.FilterListService
{
public class FilterListDetailsDto
{
public string Description { get; set; }
public string DescriptionSourceUrl { get; set; }
public DateTime? DiscontinuedDate { get; set; }
public string DonateUrl { get; set; }
... | mit | C# |
14223f2db7d167fafdcdd4fd77d8cefcc7d01ebb | Revert back to using ControlCharacterVerseData until CharacterDetailData is added (PG-39) | sillsdev/Glyssen,sillsdev/Glyssen | DevTools/BiblicalTerms/Processor.cs | DevTools/BiblicalTerms/Processor.cs | using System.Collections.Generic;
using System.IO;
using System.Linq;
using Palaso.Xml;
using ProtoScript.Character;
namespace DevTools.BiblicalTerms
{
public class Processor
{
public static void Process()
{
var list = XmlSerializationHelper.DeserializeFromFile<BiblicalTermsList>("..\\..\\Resources\\Biblical... | using System.Collections.Generic;
using System.IO;
using System.Linq;
using Palaso.Xml;
using ProtoScript.Character;
namespace DevTools.BiblicalTerms
{
public class Processor
{
public static void Process()
{
var list = XmlSerializationHelper.DeserializeFromFile<BiblicalTermsList>("..\\..\\Resources\\Biblical... | mit | C# |
1ae2fe66c0ea2cadc29e1e591b18861b7b7162f3 | add logging of GitHub API errors | collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists | src/FilterLists.Agent/Infrastructure/Clients/AgentGitHubClient.cs | src/FilterLists.Agent/Infrastructure/Clients/AgentGitHubClient.cs | using System.Collections.Generic;
using System.Threading.Tasks;
using FilterLists.Agent.AppSettings;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Octokit;
namespace FilterLists.Agent.Infrastructure.Clients
{
public interface IAgentGitHubClient
{
Task<IReadOnlyList<Issu... | using System.Collections.Generic;
using System.Threading.Tasks;
using FilterLists.Agent.AppSettings;
using Microsoft.Extensions.Options;
using Octokit;
namespace FilterLists.Agent.Infrastructure.Clients
{
public interface IAgentGitHubClient
{
Task<IReadOnlyList<Issue>> GetAllIssues(RepositoryIssueRequ... | mit | C# |
0d5cf281e876341b76e8c38fb4bbae8f20e09df9 | test commit | olebg/Movie-Theater-Project | MovieTheater/MovieTheater.Models/Hall.cs | MovieTheater/MovieTheater.Models/Hall.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MovieTheater.Models
{
public class Hall
{
public int MyProperty { get; set; }
}
}
| using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MovieTheater.Models
{
class Hall
{
}
}
| mit | C# |
dbc26c3534e37108497ae64e040ba32101988fa6 | Add failing test assertion | peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu | osu.Game.Tests/Visual/Gameplay/TestSceneDrawableStoryboardSprite.cs | osu.Game.Tests/Visual/Gameplay/TestSceneDrawableStoryboardSprite.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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing;
usi... | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing;
using osu.Game.Rulesets;
using osu.Ga... | mit | C# |
ede5abdba4eb0f88806c38790c7a622546f70af9 | Fix unstable multiplayer room ordering when selection is made | NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu-new | osu.Game/Screens/OnlinePlay/Components/SelectionPollingComponent.cs | osu.Game/Screens/OnlinePlay/Components/SelectionPollingComponent.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 System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Online.Ro... | // 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.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Online.Rooms;
namespace osu... | mit | C# |
75858dbde4c4c9e858ee00dd511e38e62a6c385b | Fix last commit | atompacman/ConfitureCreative | Assets/Script/PlayerController.cs | Assets/Script/PlayerController.cs | using UnityEngine;
using System.Collections;
[System.Serializable]
public class Boundary
{
public float xMin, xMax, yMin, yMax;
}
public class PlayerController : MonoBehaviour {
public Boundary boundary;
public float speed = 10.0f;
public Vector3 tilt;
public Vector3 externalVelocity = Vector3.z... | using UnityEngine;
using System.Collections;
[System.Serializable]
public class Boundary
{
public float xMin, xMax, yMin, yMax;
}
public class PlayerController : MonoBehaviour {
public Boundary boundary;
public float speed = 10.0f;
public Vector3 tilt;
private Rigidbody rb;
// Use this for... | mit | C# |
c74f89d58a38afa9e9c6da0692019b16e5907250 | bump version to 2.6.0 | piwik/piwik-dotnet-tracker,piwik/piwik-dotnet-tracker,piwik/piwik-dotnet-tracker | Piwik.Tracker/Properties/AssemblyInfo.cs | Piwik.Tracker/Properties/AssemblyInfo.cs | 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("PiwikTracker")]
[assembly: Assembl... | 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("PiwikTracker")]
[assembly: Assembl... | bsd-3-clause | C# |
ab6a3d0aaac7366105c3d3377d108053ea1bb790 | Update SMSTodayAMController.cs | dkitchen/bpcc,dkitchen/bpcc | src/BPCCScheduler.Web/Controllers/SMSTodayAMController.cs | src/BPCCScheduler.Web/Controllers/SMSTodayAMController.cs | using BPCCScheduler.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Twilio;
namespace BPCCScheduler.Controllers
{
public class SMSTodayAMController : SMSApiController
{
//public IEnumerable<SMSMessage> Get... | using BPCCScheduler.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Twilio;
namespace BPCCScheduler.Controllers
{
public class SMSTodayAMController : SMSApiController
{
//public IEnumerable<SMSMessage> Get... | mit | C# |
56eef4dc8286fa9433865f4307bdd2f1367ebaa5 | Revert "UWP Sample checks for running state" | bitbonk/Caliburn.Micro | samples/Caliburn.Micro.HelloUWP/Caliburn.Micro.HelloUWP/App.xaml.cs | samples/Caliburn.Micro.HelloUWP/Caliburn.Micro.HelloUWP/App.xaml.cs | using System;
using System.Collections.Generic;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Caliburn.Micro.HelloUWP.Messages;
using Caliburn.Micro.HelloUWP.ViewModels;
namespace Caliburn.Micro.HelloUWP
{
public sealed partial class App
{
private WinRTContainer _con... | using System;
using System.Collections.Generic;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Caliburn.Micro.HelloUWP.Messages;
using Caliburn.Micro.HelloUWP.ViewModels;
namespace Caliburn.Micro.HelloUWP
{
public sealed partial class App
{
private WinRTContainer _con... | mit | C# |
d4daefff68cd3f28534139e5348a580a77e8991d | Build and publish nuget package | RockFramework/Rock.StaticDependencyInjection,bfriesen/Rock.StaticDependencyInjection | src/Properties/AssemblyInfo.cs | src/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("Ro... | 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("Ro... | mit | C# |
ca2ac41a3b1cfaada71e2255e7ed99e546d4a653 | Remove duplicate line | elmahio/elmah.io.log4net | src/Elmah.Io.AspNetCore.Log4Net/ElmahIoLog4NetMiddleware.cs | src/Elmah.Io.AspNetCore.Log4Net/ElmahIoLog4NetMiddleware.cs | using log4net;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Elmah.Io.AspNetCore.Log4Net
{
public class ElmahIoLog4NetMiddleware
{
private readonly RequestDelegate _next;
public ElmahIoLog4NetMiddlew... | using log4net;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Elmah.Io.AspNetCore.Log4Net
{
public class ElmahIoLog4NetMiddleware
{
private readonly RequestDelegate _next;
public ElmahIoLog4NetMiddlew... | apache-2.0 | C# |
b473dbdc7a8efc68e8fec0c06d4ad82449da805b | modify ProtocolBufSerializer.cs implementation. | tangxuehua/ecommon,Aaron-Liu/ecommon | src/Extensions/ECommon.ProtocolBuf/ProtocolBufSerializer.cs | src/Extensions/ECommon.ProtocolBuf/ProtocolBufSerializer.cs | using System;
using System.IO;
using ECommon.Serializing;
using ProtoBuf;
namespace ECommon.ProtocolBuf
{
public class ProtocolBufSerializer : IBinarySerializer
{
public byte[] Serialize(object obj)
{
using (var stream = new MemoryStream())
{
Serializer.... | using System;
using System.IO;
using System.Runtime.Serialization;
using ECommon.Serializing;
using ProtoBuf;
namespace ECommon.ProtocolBuf
{
public class ProtocolBufSerializer : IBinarySerializer
{
public byte[] Serialize(object obj)
{
using (var stream = new MemoryStream())
... | mit | C# |
c75d8748f496a39146327330950a469746233db8 | Enable tests parallelization for all build configurations | atata-framework/atata,YevgeniyShunevych/Atata,YevgeniyShunevych/Atata,atata-framework/atata | src/Atata.Tests/NUnitSettings.cs | src/Atata.Tests/NUnitSettings.cs | using NUnit.Framework;
[assembly: Parallelizable(ParallelScope.Fixtures)]
| #if DEBUG
using NUnit.Framework;
[assembly: LevelOfParallelism(4)]
[assembly: Parallelizable(ParallelScope.Fixtures)]
#endif
| apache-2.0 | C# |
dc5466adda364c36010e0716f4703fa35930861b | Allow OuterLoop on a class | naamunds/buildtools,nguerrera/buildtools,tarekgh/buildtools,ChadNedzlek/buildtools,ericstj/buildtools,alexperovich/buildtools,jthelin/dotnet-buildtools,jhendrixMSFT/buildtools,schaabs/buildtools,maririos/buildtools,mmitche/buildtools,dotnet/buildtools,roncain/buildtools,maririos/buildtools,roncain/buildtools,MattGal/bu... | src/xunit.netcore.extensions/Attributes/OuterLoopAttribute.cs | src/xunit.netcore.extensions/Attributes/OuterLoopAttribute.cs | // 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 Xunit.Sdk;
namespace Xunit
{
/// <summary>
/// Apply this attribute to your test method to specify a outer-loop category.
/// </summary... | // 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 Xunit.Sdk;
namespace Xunit
{
/// <summary>
/// Apply this attribute to your test method to specify a outer-loop category.
/// </summary... | mit | C# |
fbfa98171296a67c7a394b6d3a7c6056d3a61367 | Rename handle parameter | ektrah/nsec | src/Cryptography/SharedSecret.cs | src/Cryptography/SharedSecret.cs | using System;
using System.Diagnostics;
using static Interop.Libsodium;
namespace NSec.Cryptography
{
[DebuggerDisplay("Size = {Size}")]
public sealed class SharedSecret : IDisposable
{
private readonly SecureMemoryHandle _handle;
internal SharedSecret(
SecureMemoryHandle share... | using System;
using System.Diagnostics;
using static Interop.Libsodium;
namespace NSec.Cryptography
{
[DebuggerDisplay("Size = {Size}")]
public sealed class SharedSecret : IDisposable
{
private readonly SecureMemoryHandle _handle;
internal SharedSecret(
SecureMemoryHandle handl... | mit | C# |
8cc0b1db3bfb5f4050309636ab292c7a6f8b34d9 | Update ParameterBuilder.cs | giserh/raml-dotnet-parser,giserh/raml-dotnet-parser | Raml.Parser/Builders/ParameterBuilder.cs | Raml.Parser/Builders/ParameterBuilder.cs | using System;
using System.Collections.Generic;
using System.Linq;
using Raml.Parser.Expressions;
namespace Raml.Parser.Builders
{
public class ParameterBuilder
{
public Parameter Build(IDictionary<string, object> dynamicRaml)
{
var parameter = new Parameter();
parameter.Type = dynamicRaml.ContainsKey("ty... | using System;
using System.Collections.Generic;
using System.Linq;
using Raml.Parser.Expressions;
namespace Raml.Parser.Builders
{
public class ParameterBuilder
{
public Parameter Build(IDictionary<string, object> dynamicRaml)
{
var parameter = new Parameter();
parameter.Type = dynamicRaml.ContainsKey("ty... | apache-2.0 | C# |
333f9c1d1436913b6343b31d0a1aacf31539c5b0 | Update FolderInfo.cs | EricZimmerman/RegistryPlugins | RegistryPlugin.FirstFolder/FolderInfo.cs | RegistryPlugin.FirstFolder/FolderInfo.cs | using System;
using RegistryPluginBase.Interfaces;
namespace RegistryPlugin.FirstFolder
{
public class FolderInfo:IValueOut
{
public FolderInfo(string exeName, string folderName, int mruPos, DateTimeOffset? openedOn)
{
Executable = exeName;
FolderName = folderName;
... | using System;
using RegistryPluginBase.Interfaces;
namespace RegistryPlugin.FirstFolder
{
public class FolderInfo:IValueOut
{
public FolderInfo(string exeName, string folderName, int mruPos, DateTimeOffset? openedOn)
{
Executable = exeName;
FolderName = folderName;
... | mit | C# |
48ecf95e1b3e4cb66cabcceefaf7c031b2e1f716 | add IntPtr ctor to RatingEntry | arfbtwn/banshee,ixfalia/banshee,babycaseny/banshee,stsundermann/banshee,Carbenium/banshee,ixfalia/banshee,babycaseny/banshee,babycaseny/banshee,GNOME/banshee,GNOME/banshee,arfbtwn/banshee,ixfalia/banshee,dufoli/banshee,dufoli/banshee,dufoli/banshee,arfbtwn/banshee,Dynalon/banshee-osx,babycaseny/banshee,ixfalia/banshee,... | src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/RatingEntry.cs | src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/RatingEntry.cs | //
// RatingEditorField.cs
//
// Author:
// Aaron Bockover <abockover@novell.com>
//
// Copyright (C) 2008 Novell, Inc.
//
// 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 restric... | //
// RatingEditorField.cs
//
// Author:
// Aaron Bockover <abockover@novell.com>
//
// Copyright (C) 2008 Novell, Inc.
//
// 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 restric... | mit | C# |
717114e61e8e7748c1e11f741a17d4854c5ae43b | address some code-analysis warnings. | jwChung/Experimentalism,jwChung/Experimentalism | src/Experiment.AutoFixture.NuGetFiles/FirstClassTheoremAttribute.cs | src/Experiment.AutoFixture.NuGetFiles/FirstClassTheoremAttribute.cs | using System;
using System.Reflection;
using Jwc.Experiment;
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.Kernel;
namespace Jwc.Experiment
{
/// <summary>
/// A test attribute used to adorn methods that creates first-class
/// executable test cases. This attribute supports to generate auto data
/... | using System;
using System.Reflection;
using Jwc.Experiment;
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.Kernel;
namespace Jwc.Experiment
{
/// <summary>
/// A test attribute used to adorn methods that creates first-class
/// executable test cases. This attribute supports to generate auto data
/... | mit | C# |
8d5e6dcf4de42d827c198238b6d644417f722679 | fix FullName and IGenericContext.Type | saynomoo/cecil,SiliconStudio/Mono.Cecil,ttRevan/cecil,gluck/cecil,cgourlay/cecil,xen2/cecil,fnajera-rac-de/cecil,jbevain/cecil,sailro/cecil,mono/cecil,kzu/cecil,joj/cecil,furesoft/cecil | Mono.Cecil/GenericInstanceMethod.cs | Mono.Cecil/GenericInstanceMethod.cs | //
// GenericInstanceMethod.cs
//
// Author:
// Jb Evain (jbevain@gmail.com)
//
// Copyright (c) 2008 - 2010 Jb Evain
//
// 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 restricti... | //
// GenericInstanceMethod.cs
//
// Author:
// Jb Evain (jbevain@gmail.com)
//
// Copyright (c) 2008 - 2010 Jb Evain
//
// 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 restricti... | mit | C# |
2ab161fc6cdf2143ac0d688b3bd1e5e4afabf591 | Allow a local version of NuGet.exe (#140) | NuKeeperDotNet/NuKeeper,skolima/NuKeeper,AnthonySteele/NuKeeper,skolima/NuKeeper,skolima/NuKeeper,AnthonySteele/NuKeeper,skolima/NuKeeper,NuKeeperDotNet/NuKeeper,AnthonySteele/NuKeeper,AnthonySteele/NuKeeper,NuKeeperDotNet/NuKeeper,NuKeeperDotNet/NuKeeper | NuKeeper/NuGet/Process/NuGetPath.cs | NuKeeper/NuGet/Process/NuGetPath.cs | using System;
using System.IO;
using System.Linq;
namespace NuKeeper.NuGet.Process
{
public static class NuGetPath
{
public static string FindExecutable()
{
var localNugetPath = FindLocalNuget();
if (!string.IsNullOrEmpty(localNugetPath))
{
... | using System;
using System.IO;
using System.Linq;
namespace NuKeeper.NuGet.Process
{
public static class NuGetPath
{
public static string FindExecutable()
{
var profile = Environment.GetEnvironmentVariable("userprofile");
if (string.IsNullOrWhiteSpace(profile))
... | apache-2.0 | C# |
a5736806b52d0e272300fb2411059d512ae9c730 | Remove debug log | Evorlor/Wok-n-Roll | Assets/Scripts/Core.cs | Assets/Scripts/Core.cs | using UnityEngine;
using System.Collections;
using System;
public class Core : MonoBehaviour {
private static Core instance;
public static Core GetInstance()
{
return instance;
}
private bool EnableShackingStyle = false;
private int ShackingTimes = 2;
private int currentShackingTime = 0;
private bool deb... | using UnityEngine;
using System.Collections;
using System;
public class Core : MonoBehaviour {
private static Core instance;
public static Core GetInstance()
{
return instance;
}
private bool EnableShackingStyle = false;
private int ShackingTimes = 2;
private int currentShackingTime = 0;
private bool deb... | mit | C# |
0f725f64ec9e4058ca3e075200b49e6d1806bce0 | reformat CreateReturnsCorrectSpecimen. | jwChung/Experimentalism,jwChung/Experimentalism | test/Experiment.AutoFixtureUnitTest/AutoFixtureAdapterTest.cs | test/Experiment.AutoFixtureUnitTest/AutoFixtureAdapterTest.cs | using System;
using Xunit;
namespace Jwc.Experiment
{
public class AutoFixtureAdapterTest
{
[Fact]
public void SutIsTestFixture()
{
var sut = new AutoFixtureAdapter(new FakeSpecimenContext());
Assert.IsAssignableFrom<ITestFixture>(sut);
}
[Fact]... | using System;
using Xunit;
namespace Jwc.Experiment
{
public class AutoFixtureAdapterTest
{
[Fact]
public void SutIsTestFixture()
{
var sut = new AutoFixtureAdapter(new FakeSpecimenContext());
Assert.IsAssignableFrom<ITestFixture>(sut);
}
[Fact]... | mit | C# |
80ea9f85f2a4ff61e5513252d018881e2504c7c5 | Test push for appveyor nuget restore | PeterRyder/Check-Up-2 | CheckUp2/MainWindow.cs | CheckUp2/MainWindow.cs | 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 CheckUp2 {
public partial class MainWindow : Form {
public MainWindow() {
... | 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 CheckUp2 {
public partial class MainWindow : Form {
public MainWindow() {
... | mit | C# |
f819e3ba4708308b06f15f60ff81c87df15c3bcc | use test environment in ListAllKeyboards test | mccarthyrb/libpalaso,tombogle/libpalaso,tombogle/libpalaso,ddaspit/libpalaso,marksvc/libpalaso,sillsdev/libpalaso,andrew-polk/libpalaso,JohnThomson/libpalaso,sillsdev/libpalaso,gmartin7/libpalaso,ddaspit/libpalaso,ddaspit/libpalaso,glasseyes/libpalaso,andrew-polk/libpalaso,darcywong00/libpalaso,JohnThomson/libpalaso,gl... | PalasoUIWindowsForms.Tests/Keyboarding/IBusAdaptorTestsWithIBus.cs | PalasoUIWindowsForms.Tests/Keyboarding/IBusAdaptorTestsWithIBus.cs | #if MONO
using System;
using NUnit.Framework;
using Palaso.Reporting;
using Palaso.UI.WindowsForms.Keyboarding;
using System.Collections.Generic;
namespace PalasoUIWindowsForms.Tests.Keyboarding
{
[TestFixture]
[Category("SkipOnTeamCity")]
public class IBusAdaptorTestsWithIBus
{
[Test]
[Category("IBus")]
pu... | #if MONO
using System;
using NUnit.Framework;
using Palaso.Reporting;
using Palaso.UI.WindowsForms.Keyboarding;
using System.Collections.Generic;
namespace PalasoUIWindowsForms.Tests.Keyboarding
{
[TestFixture]
[Category("SkipOnTeamCity")]
public class IBusAdaptorTestsWithIBus
{
[Test]
[Category("IBus")]
pu... | mit | C# |
5276a071bf57f04389c4db4857fb47bdf6afd839 | Update FileGetOptions.cs | A51UK/File-Repository | File-Repository/FileGetOptions.cs | File-Repository/FileGetOptions.cs | /*
* Copyright 2017 Craig Lee Mark Adams
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 agree... | /*
* Copyright 2017 Criag Lee Mark Adams
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 agree... | apache-2.0 | C# |
f147d29788ba10fb7978e0ed54d37b4d2c5b7f4a | Switch TabItem also on nested Controls in Header | icsharpcode/WpfDesigner | WpfDesign.Designer/Project/Extensions/TabItemClickableExtension.cs | WpfDesign.Designer/Project/Extensions/TabItemClickableExtension.cs | // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | mit | C# |
4efdcacaff96b1bf3d014f5692cf549ef2453643 | Fix build | GNOME/banshee,allquixotic/banshee-gst-sharp-work,Carbenium/banshee,stsundermann/banshee,Carbenium/banshee,GNOME/banshee,babycaseny/banshee,directhex/banshee-hacks,lamalex/Banshee,directhex/banshee-hacks,Dynalon/banshee-osx,Carbenium/banshee,dufoli/banshee,mono-soc-2011/banshee,directhex/banshee-hacks,stsundermann/bansh... | src/Extensions/Banshee.RemoteAudio/Banshee.RemoteAudio/RemoteSpeakersWidget.cs | src/Extensions/Banshee.RemoteAudio/Banshee.RemoteAudio/RemoteSpeakersWidget.cs | //
// RemoteSpeakersWidget.cs
//
// Author:
// Brad Taylor <brad@getcoded.net>
//
// Copyright (C) 2008 Novell, Inc.
//
// 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 restrictio... | //
// RemoteSpeakersWidget.cs
//
// Author:
// Brad Taylor <brad@getcoded.net>
//
// Copyright (C) 2008 Novell, Inc.
//
// 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 restrictio... | mit | C# |
695b40e38099c12697ac8e7a9a311e18d354f6fb | Fix NumberFormatInfo.GetInstance test | twsouthwick/corefx,tijoytom/corefx,BrennanConroy/corefx,ericstj/corefx,ravimeda/corefx,wtgodbe/corefx,cydhaselton/corefx,Ermiar/corefx,fgreinacher/corefx,richlander/corefx,billwert/corefx,shimingsg/corefx,weltkante/corefx,alexperovich/corefx,rjxby/corefx,dotnet-bot/corefx,yizhang82/corefx,zhenlan/corefx,cydhaselton/cor... | src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoGetInstance.cs | src/System.Globalization/tests/NumberFormatInfo/NumberFormatInfoGetInstance.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.Collections.Generic;
using Xunit;
namespace System.Globalization.Tests
{
public class NumberFormat... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using Xunit;
namespace System.Globalization.Tests
{
public class NumberFormat... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.