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
40084c5e39cddbd5adb310e839bc52d7e6d69d23
Fix indentation
realm/realm-dotnet,Shaddix/realm-dotnet,Shaddix/realm-dotnet,realm/realm-dotnet,realm/realm-dotnet,Shaddix/realm-dotnet,Shaddix/realm-dotnet
Tests/WeaverTests/Realm.FakeForWeaverTests/RealmObject.cs
Tests/WeaverTests/Realm.FakeForWeaverTests/RealmObject.cs
/* Copyright 2015 Realm Inc - All Rights Reserved * Proprietary and Confidential */ using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Realms { public class RealmObject { public List<string...
/* Copyright 2015 Realm Inc - All Rights Reserved * Proprietary and Confidential */ using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Realms { public class RealmObject { public List<string...
apache-2.0
C#
aa1e71579bf28ef38f8c205ff67ab93adf4b8992
fix for non-3dtouch devices
mopsicus/unity-ios-3dtouch-fix
FixiOS3DTouch.cs
FixiOS3DTouch.cs
using UnityEngine; using UnityEditor; using UnityEditor.Callbacks; using System.Collections; using System.IO; using UnityEditor.iOS.Xcode; using System.Collections.Generic; public class iOSPostBuildProcess { [PostProcessBuild] public static void iOSPostProcess(BuildTarget buildTarget, string pathToBuiltProject) { ...
using UnityEngine; using UnityEditor; using UnityEditor.Callbacks; using System.Collections; using System.IO; using UnityEditor.iOS.Xcode; using System.Collections.Generic; public class iOSPostBuildProcess { [PostProcessBuild] public static void iOSPostProcess(BuildTarget buildTarget, string pathToBuiltProject) { ...
mit
C#
77d04fb6d1bf05cb58aaf1a4f664f475c8d4069c
raise events for coin filtering properties.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/CoinViewModel.cs
WalletWasabi.Gui/Controls/WalletExplorer/CoinViewModel.cs
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Gui.ViewModels; using ReactiveUI; using WalletWasabi.Models; using NBitcoin; using System.Reactive.Linq; namespace WalletWasabi.Gui.Controls.WalletExplorer { public class CoinViewModel : ViewModelBase { private bool _isSelected;...
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Gui.ViewModels; using ReactiveUI; using WalletWasabi.Models; using NBitcoin; using System.Reactive.Linq; namespace WalletWasabi.Gui.Controls.WalletExplorer { public class CoinViewModel : ViewModelBase { private bool _isSelected;...
mit
C#
31cc47c4bbde1910115cc650350d555c474e79fe
Correct variable name.
icedream/gmadsharp
src/addoncreator/Addon/MinifiedLuaAddonFileInfo.cs
src/addoncreator/Addon/MinifiedLuaAddonFileInfo.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace GarrysMod.AddonCreator.Addon { /// <summary> /// Wrapper around another file info for optimizing Lua files. /// </summary> ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace GarrysMod.AddonCreator.Addon { /// <summary> /// Wrapper around another file info for optimizing Lua files. /// </summary> ...
mit
C#
b0bf8e0782fcefecc6c245fd09d8c7660a1a64b2
remove unused parameter
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/Constant.cs
Wox.Infrastructure/Constant.cs
using System; using System.Diagnostics; using System.IO; using System.Reflection; using JetBrains.Annotations; namespace Wox.Infrastructure { public static class Constant { public const string Wox = "Wox"; public const string Plugins = "Plugins"; private static Assembly Assembly; ...
using System; using System.Diagnostics; using System.IO; using System.Reflection; using JetBrains.Annotations; namespace Wox.Infrastructure { public static class Constant { public const string Wox = "Wox"; public const string Plugins = "Plugins"; private static Assembly Assembly; ...
mit
C#
2c1eec8681ebf49fa9d721175a35b9fa70b6d149
support HipChat notify and message_format options
mvbalaw/MvbaCore.ThirdParty,mvbalaw/MvbaCore.ThirdParty,mvbalaw/MvbaCore.ThirdParty
src/MvbaCore.ThirdParty/HipChatNotificationService.cs
src/MvbaCore.ThirdParty/HipChatNotificationService.cs
// * ************************************************************************** // * Copyright (c) McCreary, Veselka, Bragg & Allen, P.C. // * This source code is subject to terms and conditions of the MIT License. // * A copy of the license can be found in the License.txt file // * at the root of this distributi...
// * ************************************************************************** // * Copyright (c) McCreary, Veselka, Bragg & Allen, P.C. // * This source code is subject to terms and conditions of the MIT License. // * A copy of the license can be found in the License.txt file // * at the root of this distributi...
mit
C#
dfc45fc3f5491dffa00b9c0ba3fcfa98dbbe8396
Update messages
PioneerCode/pioneer-blog,PioneerCode/pioneer-blog,PioneerCode/pioneer-blog,PioneerCode/pioneer-blog
src/Pioneer.Blog/Controllers/Web/ContactController.cs
src/Pioneer.Blog/Controllers/Web/ContactController.cs
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Pioneer.Blog.Model; using Pioneer.Blog.Model.Views; using Pioneer.Blog.Service; namespace Pioneer.Blog.Controllers.Web { /// <summary> /// /// </summary> public class ContactController : Controller { private r...
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Pioneer.Blog.Model; using Pioneer.Blog.Model.Views; using Pioneer.Blog.Service; namespace Pioneer.Blog.Controllers.Web { /// <summary> /// /// </summary> public class ContactController : Controller { private r...
mit
C#
19926fc0770b359de9ec6613182c5448a9713cf4
Make sure Open and Close only executes once
ghkim69/win-beacon,huysentruitw/win-beacon
src/WinBeacon.Stack/Transports/LibUsb/LibUsbDevice.cs
src/WinBeacon.Stack/Transports/LibUsb/LibUsbDevice.cs
/* * Copyright 2015 Huysentruit Wouter * * 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 agre...
/* * Copyright 2015 Huysentruit Wouter * * 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 agre...
mit
C#
718e62a9a28af7f5185bc7e363d32e92e735878a
Remove appveyor safety guard
Abc-Arbitrage/zerio
build/scripts/utilities.cake
build/scripts/utilities.cake
#tool "nuget:?package=GitVersion.CommandLine" #addin "Cake.Yaml" public class ContextInfo { public string NugetVersion { get; set; } public string AssemblyVersion { get; set; } public GitVersion Git { get; set; } public string BuildVersion { get { return NugetVersion + "-" + Git.Sha; } ...
#tool "nuget:?package=GitVersion.CommandLine" #addin "Cake.Yaml" public class ContextInfo { public string NugetVersion { get; set; } public string AssemblyVersion { get; set; } public GitVersion Git { get; set; } public string BuildVersion { get { return NugetVersion + "-" + Git.Sha; } ...
mit
C#
d7ff6103dbd90e0d5c720dd853ece24dd23db710
Update api to match new URL
CareerHub/.NET-CareerHub-API-Client,CareerHub/.NET-CareerHub-API-Client
Client/API/Integrations/Workflows/WorkflowProgressApi.cs
Client/API/Integrations/Workflows/WorkflowProgressApi.cs
using CareerHub.Client.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CareerHub.Client.API.Integrations.Workflows { internal class WorkflowProgressApi : IWorkflowProgressApi { private const string ApiBase = "api/int...
using CareerHub.Client.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CareerHub.Client.API.Integrations.Workflows { internal class WorkflowProgressApi : IWorkflowProgressApi { private const string ApiBase = "api/int...
mit
C#
689cad375040993f1211606c9ebec3161bbd023b
Update BarcodeCustomSize.cs
aspose-barcode/Aspose.BarCode-for-.NET,asposebarcode/Aspose_BarCode_NET,aspose-barcode/Aspose.BarCode-for-.NET,aspose-barcode/Aspose.BarCode-for-.NET,asposebarcode/Aspose_BarCode_NET,asposebarcode/Aspose_BarCode_NET
Examples/CSharp/ManageBarcodeImages/BarcodeCustomSize.cs
Examples/CSharp/ManageBarcodeImages/BarcodeCustomSize.cs
using Aspose.BarCode.Generation; /* This project uses Automatic Package Restore feature of NuGet to resolve Aspose.BarCode for .NET API reference when the project is build. Please check https://docs.nuget.org/consume/nuget-faq for more information. If you do not wish to use NuGet, you can manually download Aspose.B...
using Aspose.BarCode.Generation; /* This project uses Automatic Package Restore feature of NuGet to resolve Aspose.BarCode for .NET API reference when the project is build. Please check https://docs.nuget.org/consume/nuget-faq for more information. If you do not wish to use NuGet, you can manually download Aspose.B...
mit
C#
0f04913f179e9f16ff751cc18011eb0a12f62bde
fix broken unit test
reinterpretcat/utymap,reinterpretcat/utymap,reinterpretcat/utymap
unity/library/UtyMap.Unity.Tests/Maps/Data/MapTileAdapterTests.cs
unity/library/UtyMap.Unity.Tests/Maps/Data/MapTileAdapterTests.cs
using Moq; using NUnit.Framework; using UtyMap.Unity.Core; using UtyMap.Unity.Core.Models; using UtyMap.Unity.Core.Tiling; using UtyMap.Unity.Infrastructure.Diagnostic; using UtyMap.Unity.Infrastructure.Primitives; using UtyMap.Unity.Maps.Data; using UtyRx; namespace UtyMap.Unity.Tests.Maps.Data { [TestFixture] ...
using Moq; using NUnit.Framework; using UtyMap.Unity.Core; using UtyMap.Unity.Core.Models; using UtyMap.Unity.Core.Tiling; using UtyMap.Unity.Infrastructure.Diagnostic; using UtyMap.Unity.Infrastructure.Primitives; using UtyMap.Unity.Maps.Data; using UtyRx; namespace UtyMap.Unity.Tests.Maps.Data { [TestFixture] ...
apache-2.0
C#
64e9c5e9ba50924903ec6e280b68552d878e00f5
add return xmldoc in markdown unordered list
UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu
osu.Game/Graphics/Containers/Markdown/OsuMarkdownUnorderedListItem.cs
osu.Game/Graphics/Containers/Markdown/OsuMarkdownUnorderedListItem.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.Framework.Graphics.Sprites; namespace osu.Game.Graphics.Containers.Markdown { public class OsuMarkdownUnorderedListItem : Osu...
// 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.Framework.Graphics.Sprites; namespace osu.Game.Graphics.Containers.Markdown { public class OsuMarkdownUnorderedListItem : Osu...
mit
C#
cfa39c9d0da94eca03884387c592326f251cc7d4
fix wrongly placed fontfamily parameter
wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avaloni...
tests/Avalonia.RenderTests/Controls/TextBlockTests.cs
tests/Avalonia.RenderTests/Controls/TextBlockTests.cs
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Layout; using Avalonia.Media; using Xunit; #if AVALONIA_SKIA namespace Avalonia.Ski...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Layout; using Avalonia.Media; using Xunit; #if AVALONIA_SKIA namespace Avalonia.Ski...
mit
C#
6d99b1419e61b6dd4946494eea2f89cb10d9c6d9
create CreateWebHostBuilder static method to be able to run integration tests
ryancyq/aspnetboilerplate,verdentk/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,carldai0106/aspnetboilerplate,ilyhacker/aspnetboilerplate,carldai0106/aspnetboilerplate,aspnetboilerplate/aspnetb...
test/aspnet-core-demo/AbpAspNetCoreDemo/Program.cs
test/aspnet-core-demo/AbpAspNetCoreDemo/Program.cs
using System.IO; using Microsoft.AspNetCore.Hosting; namespace AbpAspNetCoreDemo { public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args).Build().Run(); } public static IWebHostBuilder CreateWebHostBuilder(string[] args) ...
using System.IO; using Microsoft.AspNetCore.Hosting; namespace AbpAspNetCoreDemo { public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args).Run(); } public static IWebHost CreateWebHostBuilder(string[] args) { ...
mit
C#
bb97eae8b1b46df5162a6502a282b0915527dd6b
Update outdated exception references in xmldoc
NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu
osu.Game/Online/RealtimeMultiplayer/IMultiplayerServer.cs
osu.Game/Online/RealtimeMultiplayer/IMultiplayerServer.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.Threading.Tasks; namespace osu.Game.Online.RealtimeMultiplayer { /// <summary> /// An interface defining the spectator server instance. /// </su...
// 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.Threading.Tasks; namespace osu.Game.Online.RealtimeMultiplayer { /// <summary> /// An interface defining the spectator server instance. /// </su...
mit
C#
094b0c545a089271128d0073c268ced3c7173192
Refactor out constants
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"; const string PAST_TRIP_SEGUE_IDENTIFIER = "pastTripSegue"; ...
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#
f4fb4d5ad150174c46c8bb64dda2511baa933047
Include trailing whitespace in textbox width.
grokys/Avalonia
Avalonia.Direct2D1/Media/Direct2D1FormattedText.cs
Avalonia.Direct2D1/Media/Direct2D1FormattedText.cs
// ----------------------------------------------------------------------- // <copyright file="Direct2D1FormattedText.cs" company="Steven Kirk"> // Copyright 2013 MIT Licence. See licence.md for more information. // </copyright> // ----------------------------------------------------------------------- namespace Aval...
// ----------------------------------------------------------------------- // <copyright file="Direct2D1FormattedText.cs" company="Steven Kirk"> // Copyright 2013 MIT Licence. See licence.md for more information. // </copyright> // ----------------------------------------------------------------------- namespace Aval...
mit
C#
caa3f82fd387b281b009d499b8b29942bb53bd5c
Set main page of bit application of cs client if no main page is provided (Due error/delay in initialization)
bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework
src/CSharpClient/Bit.CSharpClient.All/BitApplication.cs
src/CSharpClient/Bit.CSharpClient.All/BitApplication.cs
using Autofac; using Bit.Model.Events; using Plugin.Connectivity.Abstractions; using Prism; using Prism.Autofac; using Prism.Events; using Prism.Ioc; using Xamarin.Forms; namespace Bit { public abstract class BitApplication : PrismApplication { protected BitApplication(IPlatformInitializer platformIni...
using Autofac; using Bit.Model.Events; using Plugin.Connectivity.Abstractions; using Prism; using Prism.Autofac; using Prism.Events; using Prism.Ioc; using Xamarin.Forms; namespace Bit { public abstract class BitApplication : PrismApplication { protected BitApplication(IPlatformInitializer platformIni...
mit
C#
81f7daa1cc8b145e57e29bd6f8f5e785a677cfe9
Remove eager Dispose on ThreadSafeEnumerator
avifatal/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,avifatal/framework
Signum.Utilities/Synchronization/ThreadSafeEnumerator.cs
Signum.Utilities/Synchronization/ThreadSafeEnumerator.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; using System.Threading; namespace Signum.Utilities.Synchronization { public class TreadSafeEnumerator<T>: IEnumerable<T>, IEnumerator<T> { object key = new object(); IEnu...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; using System.Threading; namespace Signum.Utilities.Synchronization { public class TreadSafeEnumerator<T>: IEnumerable<T>, IEnumerator<T> { object key = new object(); IEnu...
mit
C#
ebb1165b14b0d8f0a6151d8d323f231529e6f67e
Handle nullable enum default values (dotnet/extensions#531)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Shared/ParameterDefaultValue/ParameterDefaultValue.cs
src/Shared/ParameterDefaultValue/ParameterDefaultValue.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Reflection; namespace Microsoft.Extensions.Internal { internal class ParameterDefaultValue { private static ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Reflection; namespace Microsoft.Extensions.Internal { internal class ParameterDefaultValue { public static b...
apache-2.0
C#
1faa6f018b8d4c79faf55dfda4593dba82bd1ac1
Switch to use IServiceCollection
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Microsoft.AspNet.Mvc/ServiceCollectionExtensions.cs
src/Microsoft.AspNet.Mvc/ServiceCollectionExtensions.cs
// Copyright (c) Microsoft Open Technologies, Inc. // All Rights Reserved // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE ...
// Copyright (c) Microsoft Open Technologies, Inc. // All Rights Reserved // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE ...
apache-2.0
C#
48ae539f8fb74b762acc769045ac0f8585be9ac0
Add strong-name signature to Microsoft.Management.Infrastructure
TravisEz13/PowerShell,PaulHigin/PowerShell,KarolKaczmarek/PowerShell,bmanikm/PowerShell,kmosher/PowerShell,bmanikm/PowerShell,TravisEz13/PowerShell,bingbing8/PowerShell,bmanikm/PowerShell,bingbing8/PowerShell,daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,bingbing8/PowerShell,bingbing8/PowerShell,bingbing8/PowerShell,...
src/Microsoft.Management.Infrastructure/AssemblyInfo.cs
src/Microsoft.Management.Infrastructure/AssemblyInfo.cs
using System.Runtime.CompilerServices; using System.Reflection; #if CORECLR [assembly:InternalsVisibleTo("System.Management.Automation")] [assembly:AssemblyFileVersionAttribute("1.0.0.0")] [assembly:AssemblyVersion("1.0.0.0")] #else [assembly:System.Resources.NeutralResourcesLanguage("en")] [assembly:System.Runtime.In...
using System.Runtime.CompilerServices; using System.Reflection; [assembly:InternalsVisibleTo("System.Management.Automation")] [assembly:AssemblyFileVersionAttribute("1.0.0.0")] [assembly:AssemblyVersion("1.0.0.0")]
mit
C#
a902c39b659baa4cb31ca3ced861b5bc1a4400e7
Update ActionModule.cs
DigitalFlow/Xrm-Oss-Interfacing
src/interface/Xrm.Oss.CrmListener/Modules/ActionModule.cs
src/interface/Xrm.Oss.CrmListener/Modules/ActionModule.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MassTransit; using Microsoft.Xrm.Sdk; using Nancy; using NLog; using Xrm.Oss.Interfacing.Domain.Implementations; namespace Xrm.Oss.CrmListener.Modules { public class ActionModule : NancyModule...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MassTransit; using Microsoft.Xrm.Sdk; using Nancy; using NLog; using Xrm.Oss.Interfacing.Domain.Implementations; namespace Xrm.Oss.CrmListener.Modules { public class ActionModule : NancyModule...
mit
C#
b54de4b8fce633b9ab6318f8cff651424c53c35b
Fix insulated gloves (#11079)
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/Electrocution/ElectrocutionEvents.cs
Content.Shared/Electrocution/ElectrocutionEvents.cs
using Content.Shared.Inventory; namespace Content.Shared.Electrocution { public sealed class ElectrocutionAttemptEvent : CancellableEntityEventArgs, IInventoryRelayEvent { public SlotFlags TargetSlots { get; } public readonly EntityUid TargetUid; public readonly EntityUid? SourceUid; ...
using Content.Shared.Inventory; namespace Content.Shared.Electrocution { public sealed class ElectrocutionAttemptEvent : CancellableEntityEventArgs, IInventoryRelayEvent { public SlotFlags TargetSlots { get; } public readonly EntityUid TargetUid; public readonly EntityUid? SourceUid; ...
mit
C#
bea9e8c5fc87f86a2020da6fcc25a13db8a59fb6
fix test
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
test/WeihanLi.Common.Test/HelpersTest/StringHelperTest.cs
test/WeihanLi.Common.Test/HelpersTest/StringHelperTest.cs
using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class StringHelperTest { [Fact] public void HideSensitiveInfo() { var testString = "12345678901"; Assert.Equal("132****5489", StringHelper.HideTelDetails("1321234548...
using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class StringHelperTest { [Fact] public void HideSensitiveInfo() { var testString = "12345678901"; Assert.Equal("132****5489", StringHelper.HideTelDetails("1321234548...
mit
C#
166df22fd58a1c197725945134e5388053c993f3
Fix thumbnails on MT
xamarin/Xamarin.Mobile,orand/Xamarin.Mobile,haithemaraissia/Xamarin.Mobile,xamarin/Xamarin.Mobile,moljac/Xamarin.Mobile,nexussays/Xamarin.Mobile
MonoTouch/MonoMobile.Extensions/Contacts/Contact.cs
MonoTouch/MonoMobile.Extensions/Contacts/Contact.cs
using System.Collections.Generic; using MonoTouch.AddressBook; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace Xamarin.Contacts { public class Contact { internal Contact (ABPerson person) { Id = person.Id.ToString(); this.person = person; } public string Id { get; private set; }...
using System.Collections.Generic; using MonoTouch.AddressBook; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace Xamarin.Contacts { public class Contact { internal Contact (ABPerson person) { Id = person.Id.ToString(); this.person = person; } public string Id { get; private set; }...
apache-2.0
C#
6b1949824efa707f4457b551c35cc9853f6530ab
Add Subscribe test
runceel/ReactiveProperty,runceel/ReactiveProperty,runceel/ReactiveProperty
Test/ReactiveProperty.Tests/ReactiveCommandTest.cs
Test/ReactiveProperty.Tests/ReactiveCommandTest.cs
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using Reactive.Bindings; using System.Reactive.Linq; using Microsoft.Reactive.Testing; using System.Reactive.Subjects; using System.Threading; namespace ReactiveProperty.Tests { ...
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using Reactive.Bindings; using System.Reactive.Linq; using Microsoft.Reactive.Testing; using System.Reactive.Subjects; using System.Threading; namespace ReactiveProperty.Tests { ...
mit
C#
dcbd7ce00d9bde0a025c59862fb7e9e79e3f0e3a
fix plugin name
datumcorp/cordova-plugin-volstatus,sxagan/cordova-plugin-mfsutils,clement360/Cordova-Hello-JNI-Plugin,sxagan/cordova-plugin-mfsutils,clement360/Cordova-Hello-JNI-Plugin,datumcorp/cordova-plugin-volstatus,clement360/Cordova-Hello-JNI-Plugin
src/wp7/Hello.cs
src/wp7/Hello.cs
using WP7CordovaClassLib.Cordova; using WP7CordovaClassLib.Cordova.Commands; using WP7CordovaClassLib.Cordova.JSON; namespace Cordova.Extension.Commands { public class Hello : BaseCommand { public void greet(string args) { string name = JsonHelper.Deserialize<string>(args); ...
using WP7CordovaClassLib.Cordova; using WP7CordovaClassLib.Cordova.Commands; using WP7CordovaClassLib.Cordova.JSON; namespace Cordova.Extension.Commands { public class HelloPlugin : BaseCommand { public void greet(string args) { string name = JsonHelper.Deserialize<string>(args); ...
mit
C#
515d34efe08cd0de8ae99c8a0716f7278cc184b4
Expand the misspelled member name test
jonathanvdc/ecsc
tests/cs-errors/misspelled-name/MisspelledMemberName.cs
tests/cs-errors/misspelled-name/MisspelledMemberName.cs
using static System.Console; public class Counter { public Counter() { } public int Count; public Counter Increment() { Count++; return this; } public Counter Decrement<T>() { Count--; return this; } } public static class Program { public static r...
using static System.Console; public class Counter { public Counter() { } public int Count; public Counter Increment() { Count++; return this; } } public static class Program { public static readonly Counter printCounter = new Counter(); public static void Main() { ...
mit
C#
64ca0f1404a4bba6929718dbd1580a8b92cf262b
drop and recreate database on schema change
jonsequitur/Alluvial
Alluvial.Tests/Infrastructure/AlluvialSqlTestsDbContext.cs
Alluvial.Tests/Infrastructure/AlluvialSqlTestsDbContext.cs
using System.Data.Entity; namespace Alluvial.Tests { public class AlluvialSqlTestsDbContext : DbContext { static AlluvialSqlTestsDbContext() { Database.SetInitializer(new DropCreateDatabaseIfModelChanges<AlluvialSqlTestsDbContext>()); } public AlluvialSqlTestsDbCont...
using System.Data.Entity; namespace Alluvial.Tests { public class AlluvialSqlTestsDbContext : DbContext { static AlluvialSqlTestsDbContext() { Database.SetInitializer(new AlluvialSqlTestsDbInitializer()); } public AlluvialSqlTestsDbContext() : base(@"Data...
mit
C#
433d619490ad7f6fb5d0853a899caec6bba580a8
Fix .NET Core build following test folder renaming
criteo/kafka-sharp,criteo/kafka-sharp
kafka-sharp/kafka-sharp/Properties/AssemblyInfo.cs
kafka-sharp/kafka-sharp/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: AssemblyTit...
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: AssemblyTit...
apache-2.0
C#
5f957db6a7865b07a28ddcc33fd63ecfe4f797a9
remove additional syntax
BaylorRae/discover-objects-with-property
DiscoverObjectsWithPropertyType/ObjectsWithPropertyType.cs
DiscoverObjectsWithPropertyType/ObjectsWithPropertyType.cs
using System; using System.Linq; using System.Collections.Generic; using System.Reflection; namespace DiscoverObjectsWithPropertyType { public static class ObjectsWithPropertyType { public static IList<Type> Discover<T>() { var types = new List<Type>(); foreach (var ass...
using System; using System.Linq; using System.Collections.Generic; using System.Reflection; namespace DiscoverObjectsWithPropertyType { public static class ObjectsWithPropertyType { public static IList<Type> Discover<T>() { var types = new List<Type>(); foreach (var ass...
mit
C#
4d432c1c83d4620ff84e53233aebe8d450e53906
bump version
distantcam/Anotar,Fody/Anotar,modulexcite/Anotar,mstyura/Anotar
CommonAssemblyInfo.cs
CommonAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("Anotar")] [assembly: AssemblyProduct("Anotar")] [assembly: AssemblyVersion("1.5.0.0")] [assembly: AssemblyFileVersion("1.5.0.0")]
using System.Reflection; [assembly: AssemblyTitle("Anotar")] [assembly: AssemblyProduct("Anotar")] [assembly: AssemblyVersion("1.4.4.0")] [assembly: AssemblyFileVersion("1.4.4.0")]
mit
C#
f01ced575ff37f46fc175ba896bb1c3540be61df
Update Dashboard Text
tommcclean/PortalCMS,tommcclean/PortalCMS,tommcclean/PortalCMS
Portal.CMS.Web/Areas/Admin/Views/Dashboard/_Welcome.cshtml
Portal.CMS.Web/Areas/Admin/Views/Dashboard/_Welcome.cshtml
<div class="col-xs-12 col-md-6 col-lg-4"> <div class="box high"> <div class="box-title">Welcome to Portal CMS</div> <h3>What is Portal CMS?</h3> <p>Portal CMS is a fully featured and responsive content management system with a powerful integrated page builder.</p> <h3>Contribute</h3...
<div class="col-xs-12 col-md-6 col-lg-4"> <div class="box high"> <div class="box-title">Welcome to Portal CMS</div> <h3>What is Portal CMS?</h3> <p>Portal is a flexible and easy to use Content Management System.</p><p>Create Blog Posts and Galleries for visitors to see and comment on.</p> ...
mit
C#
91e59d0e5bd9480a6b163369d5d7ed7284f34735
Simplify method invocation
madsbangh/EasyButtons
Assets/EasyButtons/Editor/ButtonEditor.cs
Assets/EasyButtons/Editor/ButtonEditor.cs
using System.Linq; using UnityEngine; using UnityEditor; namespace EasyButtons { /// <summary> /// Custom inspector for MonoBehaviour including derived classes. /// </summary> [CustomEditor(typeof(MonoBehaviour), true)] public class ButtonEditor : Editor { public override void OnInspec...
using System.Linq; using UnityEngine; using UnityEditor; namespace EasyButtons { /// <summary> /// Custom inspector for MonoBehaviour including derived classes. /// </summary> [CustomEditor(typeof(MonoBehaviour), true)] public class ButtonEditor : Editor { public override void OnInspec...
mit
C#
86622693a9f1a5c628c9e87d1955136d226347ff
Fix enumerator resource leak.
rubenv/tripod,rubenv/tripod
src/Core/Tripod.Core/Tripod.Base/RecursiveDirectoryEnumerator.cs
src/Core/Tripod.Core/Tripod.Base/RecursiveDirectoryEnumerator.cs
// // RecursiveDirectoryEnumerator.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // // Copyright (c) 2010 Ruben Vermeersch <ruben@savanne.be> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
// // RecursiveDirectoryEnumerator.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // // Copyright (c) 2010 Ruben Vermeersch <ruben@savanne.be> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
mit
C#
0ce7b4b4173c4cdd4e38ccd1fc57192f31917769
Use direct nuget public feed URLs
JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support
nuget-extensions/nuget-tests/src/NuGetConstants.cs
nuget-extensions/nuget-tests/src/NuGetConstants.cs
namespace JetBrains.TeamCity.NuGet.Tests { public static class NuGetConstants { public const string DefaultFeedUrl_v1 = "https://packages.nuget.org/v1/FeedService.svc/"; public const string DefaultFeedUrl_v2 = "https://www.nuget.org/api/v2/"; public const string NuGetDevFeed = "https://dotnet.myget.org/...
namespace JetBrains.TeamCity.NuGet.Tests { public static class NuGetConstants { public const string DefaultFeedUrl_v1 = "https://go.microsoft.com/fwlink/?LinkID=206669"; public const string DefaultFeedUrl_v2 = "https://go.microsoft.com/fwlink/?LinkID=230477"; public const string NuGetDevFeed = "ht...
apache-2.0
C#
f0cc58910cb4044ba8165f0f57d51cba9aef4b53
fix infinite loop
xamarin/monotouch-samples,xamarin/monotouch-samples,xamarin/monotouch-samples
ios10/SpeedSketch/SpeedSketch/DrawingEngine/CGContextExtensions.cs
ios10/SpeedSketch/SpeedSketch/DrawingEngine/CGContextExtensions.cs
using CoreGraphics; namespace SpeedSketch { public static class CGContextExtensions { public static void Move (this CGContext context, CGPoint point) { context.MoveTo (point.X, point.Y); } public static void AddLine (this CGContext context, CGPoint point) { context.AddLineToPoint (point.X, point.Y)...
using CoreGraphics; namespace SpeedSketch { public static class CGContextExtensions { public static void Move (this CGContext context, CGPoint point) { context.MoveTo (point.X, point.Y); } public static void AddLine (this CGContext context, CGPoint point) { context.AddLine (point); } } }
mit
C#
0cc73f228c38482b821ea304e5ee49dc1a573c8f
Fix Path
benaadams/corefxlab,ericstj/corefxlab,tarekgh/corefxlab,ericstj/corefxlab,ericstj/corefxlab,ericstj/corefxlab,ahsonkhan/corefxlab,stephentoub/corefxlab,stephentoub/corefxlab,KrzysztofCwalina/corefxlab,joshfree/corefxlab,tarekgh/corefxlab,KrzysztofCwalina/corefxlab,dotnet/corefxlab,adamsitnik/corefxlab,dotnet/corefxlab,...
src/System.IO.FileSystem.Watcher.Polling/System/IO/FileChange.cs
src/System.IO.FileSystem.Watcher.Polling/System/IO/FileChange.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.Diagnostics; namespace System.IO.FileSystem { public struct FileChange { string _directory; string _path; ChangeType _cha...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; namespace System.IO.FileSystem { public struct FileChange { string _directory; string _path; ChangeType _cha...
mit
C#
2436ee589d25d77e159b09b63b88fcacddf06f40
Remove incorrect API response
smoogipoo/osu,2yangk23/osu,peppy/osu,peppy/osu,ppy/osu,johnneijzen/osu,DrabWeb/osu,peppy/osu,ZLima12/osu,DrabWeb/osu,ppy/osu,NeoAdonis/osu,ppy/osu,ZLima12/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,naoey/osu,naoey/osu,EVAST9919/osu,peppy/osu-new,UselessToucan/osu,2yangk23/osu,johnneijzen/osu,UselessToucan/osu,DrabW...
osu.Game/Online/API/Requests/JoinChannelRequest.cs
osu.Game/Online/API/Requests/JoinChannelRequest.cs
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Net.Http; using osu.Framework.IO.Network; using osu.Game.Online.Chat; using osu.Game.Users; namespace osu.Game.Online.API.Requests { public class Join...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Net.Http; using osu.Framework.IO.Network; using osu.Game.Online.Chat; using osu.Game.Users; namespace osu.Game.Online.API.Requests { public class Join...
mit
C#
331b380dd5d7c17f47d1a127c9ed674a7ae88724
add namespace.
scienceagora4dim/Stereoscopic4D
Assets/Stereoscopic4D/Scripts/Transform4D.cs
Assets/Stereoscopic4D/Scripts/Transform4D.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Stereoscopic4D { /// <summary> /// This class extends GameObject to 4D transform /// </summary> public class Transform4D : MonoBehaviour { /// <summary> /// w position. /// </summary> public float w; [Header("Rot...
using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// This class extends GameObject to 4D transform /// </summary> public class Transform4D : MonoBehaviour { /// <summary> /// w position. /// </summary> public float w; [Header("Rotation with W")] /// <summary> /// ...
mit
C#
91bbb4b0c4ea6609a2cd57c0b64c9fa7662224e6
use fixed precision for AvrTime and StdDev.
alinasmirnova/BenchmarkDotNet,ig-sinicyn/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,PerfDotNet/BenchmarkDotNet,redknightlois/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,redknightlois/BenchmarkDotNet,ig-sinicyn/BenchmarkDotNet,alinasmirnova/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,PerfDotNet/BenchmarkDotNet,adamsitnik/...
BenchmarkDotNet/Reports/BenchmarkTimeSpan.cs
BenchmarkDotNet/Reports/BenchmarkTimeSpan.cs
namespace BenchmarkDotNet.Reports { public class BenchmarkTimeSpan { public double Nanoseconds { get; } public double Microseconds => Nanoseconds / 1000; public double Milliseconds => Nanoseconds / 1000 / 1000; public double Seconds => Nanoseconds / 1000 / 1000 / 1000; ...
namespace BenchmarkDotNet.Reports { public class BenchmarkTimeSpan { public double Nanoseconds { get; } public double Microseconds => Nanoseconds / 1000; public double Milliseconds => Nanoseconds / 1000 / 1000; public double Seconds => Nanoseconds / 1000 / 1000 / 1000; ...
mit
C#
5fbac9001dedbef39d1402f1ec3a7539944c679c
Update version for 6.2 release
braegelno5/Bonobo-Git-Server,crowar/Bonobo-Git-Server,gencer/Bonobo-Git-Server,crowar/Bonobo-Git-Server,gencer/Bonobo-Git-Server,crowar/Bonobo-Git-Server,kfarnung/Bonobo-Git-Server,gencer/Bonobo-Git-Server,crowar/Bonobo-Git-Server,gencer/Bonobo-Git-Server,igoryok-zp/Bonobo-Git-Server,igoryok-zp/Bonobo-Git-Server,crowar...
Bonobo.Git.Server/Properties/AssemblyInfo.cs
Bonobo.Git.Server/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Web; // 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:...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Web; // 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:...
mit
C#
38eb597d230b4fed8b1842f2b62a9897711e4047
fix dumb stuff.
RevitAirflowDesigner/RevitAirflowDesigner,RevitAirflowDesigner/RevitAirflowDesigner
revit_addin/AirflowDesigner/ExternalApp.cs
revit_addin/AirflowDesigner/ExternalApp.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Autodesk.Revit.UI; namespace AirflowDesigner { public class ExternalApp : IExternalApplication { private Autodesk.Revit.UI.UIControlledApplication _app; public Result OnSh...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Autodesk.Revit.UI; namespace AirflowDesigner { public class ExternalApp : IExternalApplication { private Autodesk.Revit.UI.UIControlledApplication _app; public Result OnSh...
mit
C#
9a76f71cd5bceb550234d62b212bbe104f21dff2
Increase interpolation offset safety value
gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer
Client/Systems/SettingsSys/SettingsSystem.cs
Client/Systems/SettingsSys/SettingsSystem.cs
using LunaClient.Base; using LunaClient.Localization; using LunaClient.Network; using LunaCommon.Enums; using System; using System.Text; namespace LunaClient.Systems.SettingsSys { public class SettingsSystem : MessageSystem<SettingsSystem, SettingsMessageSender, SettingsMessageHandler> { public static...
using LunaClient.Base; using LunaClient.Localization; using LunaClient.Network; using LunaCommon.Enums; using System; using System.Text; namespace LunaClient.Systems.SettingsSys { public class SettingsSystem : MessageSystem<SettingsSystem, SettingsMessageSender, SettingsMessageHandler> { public static...
mit
C#
8a8c26924ecad03d7a7c83e6ef1366360c69f792
Fix RepairMultiplier
gakada/KanColleViewer,KatoriKai/KanColleViewer,heartfelt-fancy/KanColleViewer,gakada/KanColleViewer,BossaGroove/KanColleViewer,kookxiang/KanColleViewer,gakada/KanColleViewer,yuyuvn/KanColleViewer,bllue78/KanColleViewer,Astrologers/KanColleViewer,AnnaKutou/KanColleViewer
Grabacr07.KanColleWrapper/Models/ShipType.cs
Grabacr07.KanColleWrapper/Models/ShipType.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Grabacr07.KanColleWrapper.Models.Raw; using Grabacr07.KanColleWrapper.Internal; namespace Grabacr07.KanColleWrapper.Models { /// <summary> /// 艦種を表します。 //...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Grabacr07.KanColleWrapper.Models.Raw; using Grabacr07.KanColleWrapper.Internal; namespace Grabacr07.KanColleWrapper.Models { /// <summary> /// 艦種を表します。 //...
mit
C#
4b59421343ab2a5af8497b910071289dd9f3c0af
Convert candidates to an array.
brendanjbaker/Bakery
src/Bakery.Cqrs.SimpleInjector/Bakery/Cqrs/SimpleInjectorDispatcher.cs
src/Bakery.Cqrs.SimpleInjector/Bakery/Cqrs/SimpleInjectorDispatcher.cs
namespace Bakery.Cqrs { using SimpleInjector; using System; using System.Linq; using System.Threading.Tasks; public class SimpleInjectorDispatcher : IDispatcher { private readonly Container container; public SimpleInjectorDispatcher(Container container) { if (container == null) th...
namespace Bakery.Cqrs { using SimpleInjector; using System; using System.Linq; using System.Threading.Tasks; public class SimpleInjectorDispatcher : IDispatcher { private readonly Container container; public SimpleInjectorDispatcher(Container container) { if (container == null) th...
mit
C#
d169e64767635f5868b1ff524d44aa97bdfc5f19
add labels
Xarlot/NGitLab
NGitLab/NGitLab/Models/MergeRequestUpdate.cs
NGitLab/NGitLab/Models/MergeRequestUpdate.cs
using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace NGitLab.Models { [DataContract] public class MergeRequestUpdate { [DataMember(Name = "source_branch")] public string SourceBranch { get; set; } [DataMember(Name = "target_branch")] ...
using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace NGitLab.Models { [DataContract] public class MergeRequestUpdate { [DataMember(Name = "source_branch")] public string SourceBranch { get; set; } [DataMember(Name = "target_branch")] ...
mit
C#
103eac17a6627eadaf82b0b9c06112340aaa2d5e
Fix eample packet handler
RainwayApp/sachiel-net
SachielExample/Handlers/FilePacketHandler.cs
SachielExample/Handlers/FilePacketHandler.cs
using System; using System.Collections.Generic; using ProtoBuf; using Sachiel; using Sachiel.Messages; using Sachiel.Messages.Packets; using SachielExample.Models; namespace SachielExample.Handlers { [ProtoContract] [SachielHeader(Endpoint = "TreeResponse")] internal class TreeResponse : Message { ...
using System; using System.Collections.Generic; using ProtoBuf; using Sachiel; using Sachiel.Messages; using Sachiel.Messages.Packets; using SachielExample.Models; namespace SachielExample.Handlers { [ProtoContract] [SachielHeader(Endpoint = "TreeResponse")] internal class TreeResponse : Message { ...
apache-2.0
C#
0e1b50b38d4860f4bb38dfc5649f804faa131f58
Fix Clear-Bitmap being completely broken now, oops.
Prof9/PixelPet
PixelPet/Workbench.cs
PixelPet/Workbench.cs
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Text; namespace PixelPet { /// <summary> /// PixelPet workbench instance. /// </summary> public class Workbench { public IList<Color> Palette { get; } public Bit...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Text; namespace PixelPet { /// <summary> /// PixelPet workbench instance. /// </summary> public class Workbench { public IList<Color> Palette { get; } public Bit...
mit
C#
2fed704da29568f6f16c29c0036748020373e01c
Fix method documentation
nuhaven/Nuhaven.Collections.Generic.Extensions
src/Nuhaven.Collections.Generic.Extensions/EnumerableExtensions.cs
src/Nuhaven.Collections.Generic.Extensions/EnumerableExtensions.cs
using System; using System.Collections.Generic; using System.Linq; namespace Nuhaven.Collections.Generic { public static class EnumerableExtensions { /// <summary> /// Tells if a Enumerable is null or empty /// </summary> /// <param name="value">The IEnumerable instance</param>...
using System; using System.Collections.Generic; using System.Linq; namespace Nuhaven.Collections.Generic { public static class EnumerableExtensions { /// <summary> /// Tells if a Enumerable is null or empty /// </summary> /// </remarks> /// <param name="value">The IEnum...
mit
C#
1ecae82116daddcf9426ac793323cf1ffb50412f
add undefined message dir
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TeraPacketParser/Data/MessageDirection.cs
TeraPacketParser/Data/MessageDirection.cs
namespace TeraPacketParser.Data { public enum MessageDirection { Undefined = 0, ClientToServer = 1, ServerToClient = 2 } }
namespace TeraPacketParser.Data { public enum MessageDirection { ClientToServer = 1, ServerToClient = 2 } }
mit
C#
d841f814e9ac5f499c2e15cfcf3b8d0e66b0869c
bump version
ntent-ad/Metrics.NET,MetaG8/Metrics.NET,mnadel/Metrics.NET,MetaG8/Metrics.NET,Recognos/Metrics.NET,Liwoj/Metrics.NET,etishor/Metrics.NET,DeonHeyns/Metrics.NET,alhardy/Metrics.NET,ntent-ad/Metrics.NET,cvent/Metrics.NET,alhardy/Metrics.NET,cvent/Metrics.NET,MetaG8/Metrics.NET,Liwoj/Metrics.NET,etishor/Metrics.NET,DeonHey...
SharedAssemblyInfo.cs
SharedAssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Iulian Margarintescu @ Erata.NET")] [assembly: AssemblyProduct("Metrics.NET")] [assembly: AssemblyCopyright("Copyright Iulian Margarintescu © 2014")] [assembly: ComVisible(false)] [assembly...
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Iulian Margarintescu @ Erata.NET")] [assembly: AssemblyProduct("Metrics.NET")] [assembly: AssemblyCopyright("Copyright Iulian Margarintescu © 2014")] [assembly: ComVisible(false)] [assembly...
apache-2.0
C#
444208c0fba117a7b212ba3510ee5d343a3532c0
Allow manually specifying your own app descriptor XML file.
roblillack/monoberry,roblillack/monoberry,roblillack/monoberry,roblillack/monoberry
tooling/Debug.cs
tooling/Debug.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace MonoBerry.Tool { public class Debug : Command { public override string Name { get { return "debug"; } } public override string Description { get { return "Runs an assembly on a BlackBerry device in dev...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace MonoBerry.Tool { public class Debug : Command { public override string Name { get { return "debug"; } } public override string Description { get { return "Runs an assembly on a BlackBerry device in dev...
mit
C#
a7df08f41bc1d3897087b4eb6a466d2ad9bdfe3b
Add colons for consistency
mono/dbus-sharp,arfbtwn/dbus-sharp,openmedicus/dbus-sharp,arfbtwn/dbus-sharp,Tragetaschen/dbus-sharp,mono/dbus-sharp,openmedicus/dbus-sharp,Tragetaschen/dbus-sharp
tools/Monitor.cs
tools/Monitor.cs
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using NDesk.DBus; using org.freedesktop.DBus; public class Monitor { public static void Main (string[] args) { Connection bus; if (arg...
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using NDesk.DBus; using org.freedesktop.DBus; public class Monitor { public static void Main (string[] args) { Connection bus; if (arg...
mit
C#
52ba0af37675519fa5be8298ee446324533b073a
Fix stackowerflow
prifio/Assignment2
Assignment2Application/Assignment2Application/FibonacciGenerator.cs
Assignment2Application/Assignment2Application/FibonacciGenerator.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Assignment2Application { public class FibonacciGenerator { /// <summary> /// Return n-th Fibonacci number. /// </summary> /// <param name="n"></param> ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Assignment2Application { public class FibonacciGenerator { /// <summary> /// Return n-th Fibonacci number. /// </summary> /// <param name="n"></param> ...
mit
C#
a74e873b983678993ca7d3c4c6d20468d052e9b7
remove useless using
ppy/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu
osu.Game.Rulesets.Taiko/Edit/TaikoHitObjectComposer.cs
osu.Game.Rulesets.Taiko/Edit/TaikoHitObjectComposer.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.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Taiko.Objects; using osu.Game.Screens.Edit.Com...
// 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.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Taiko.Objects...
mit
C#
cfd70ca40adbf51e715dd57aaf19221114a256a3
Update GraphiteProcedures.cs
PeteGoo/graphite-client,peschuster/graphite-client
source/Graphite.TSql/GraphiteProcedures.cs
source/Graphite.TSql/GraphiteProcedures.cs
using System; using System.Net; using System.Data; using System.IO; using Microsoft.SqlServer.Server; namespace Graphite.TSql { public class GraphiteProcedures { [SqlProcedure] public static void GraphiteSend(string host, int port, string key, int value) { IPAddress address...
using System; using System.Net; using Microsoft.SqlServer.Server; namespace Graphite.TSql { public class GraphiteProcedures { [SqlProcedure] public static void GraphiteSend(string host, int port, string key, int value) { IPAddress address = Helpers.ParseAddress(host); ...
mit
C#
0b4bece3c287d0896c7432a0cf31329100b0de1a
Save method added to BlogPostController
Mart-Bogdan/.Net-Architectural-Patterns,Mart-Bogdan/.Net-Architectural-Patterns
WebApp/Controllers/Api/BlogPostController.cs
WebApp/Controllers/Api/BlogPostController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; using WebApp.Abstract; using WebApp.Abstract.Security; using WebApp.Api.Models.Requests; using WebApp.Api.Models.Responces; using WorkWithDB.DAL.Abstract; using WorkWithDB.Entity; using WorkWithDB.Entity.Views; namespace WebApp....
using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; using WebApp.Abstract; using WebApp.Abstract.Security; using WebApp.Api.Models.Requests; using WebApp.Api.Models.Responces; using WorkWithDB.DAL.Abstract; using WorkWithDB.Entity; using WorkWithDB.Entity.Views; namespace WebApp....
mit
C#
59938e911b89aba9afc07575b328d8fdfad18fcb
Change versioning information. x2
CXuesong/WikiClientLibrary
WikiClientLibrary/Properties/AssemblyInfo.cs
WikiClientLibrary/Properties/AssemblyInfo.cs
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("WikiClientLibrary")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyComp...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("WikiClientLibrary")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyComp...
apache-2.0
C#
094594ce641784c11eb9a63b2558d7c9a64c0e79
Improve Monitor tool slightly
openmedicus/dbus-sharp,openmedicus/dbus-sharp,arfbtwn/dbus-sharp,arfbtwn/dbus-sharp,Tragetaschen/dbus-sharp,mono/dbus-sharp,Tragetaschen/dbus-sharp,mono/dbus-sharp
tools/Monitor.cs
tools/Monitor.cs
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using NDesk.DBus; using org.freedesktop.DBus; class BusMonitor { public static void Main (string[] args) { Connection bus; if (args.Le...
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using NDesk.DBus; using org.freedesktop.DBus; public class Monitor { public static void Main (string[] args) { Connection bus; if (arg...
mit
C#
13e745aac0c2a4c8539247b6a646ce9a8650eef4
update version comment
yasokada/unity-150908-udpTimeGraph
Assets/AppInfo.cs
Assets/AppInfo.cs
using UnityEngine; using System.Collections; /* * v0.10 2015/09/12 * - add monthly, yearly time scale * - fix daily, weekly graph miscalculation * v0.9 2015/09/12 * - add Test related GameObjects and scripts * v0.8 2015/09/12 * - can show x scale in daily and weekly (monthly and yearly not yet) * v0....
using UnityEngine; using System.Collections; /* * v0.9 2015/09/12 * - add Test related GameObjects and scripts * v0.8 2015/09/12 * - can show x scale in daily and weekly (monthly and yearly not yet) * v0.7 2015/09/12 * - graph date is kept as <System.DateTime, float> so that x axis scale can be changed t...
mit
C#
31cd0583c2a4e6ec8a2f747352d1b92faa8b58dc
Use templated version of Resources.Load
greggman/hft-unity3d,greggman/hft-unity3d,greggman/hft-unity3d,greggman/hft-unity3d
Assets/HappyFunTimes/HappyFunTimesCore/Server/HFTWebFileLoader.cs
Assets/HappyFunTimes/HappyFunTimesCore/Server/HFTWebFileLoader.cs
using DeJson; using System.Collections.Generic; using System; using System.IO; using UnityEngine; namespace HappyFunTimes { public class HFTWebFileLoader { // TODO: Put this in one place static private string HFT_WEB_PATH = "HappyFunTimesAutoGeneratedDoNotEdit/"; static private string ...
using DeJson; using System.Collections.Generic; using System; using System.IO; using UnityEngine; namespace HappyFunTimes { public class HFTWebFileLoader { // TODO: Put this in one place static private string HFT_WEB_PATH = "HappyFunTimesAutoGeneratedDoNotEdit/"; static private string ...
bsd-3-clause
C#
16c8df4c5ebb5abd78b9a2d25b36f3ab62add3a4
Correct assembly version
collector-bank/common-restapi-aspnet
Collector.Common.Infrastructure.WebApi/Properties/AssemblyInfo.cs
Collector.Common.Infrastructure.WebApi/Properties/AssemblyInfo.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs" company="Collector AB"> // Copyright © Collector AB. All rights reserved. // </copyright> // -------------------------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs" company="Collector AB"> // Copyright © Collector AB. All rights reserved. // </copyright> // -------------------------------------------------------------------...
apache-2.0
C#
a7a51c9138ae10cd3c6b410338418cfd2f6b35cc
rename ondemandavailability fields
dhawalharsora/connectedcare-sdk,SnapMD/connectedcare-sdk
SnapMD.VirtualCare.ApiModels/Scheduling/OnDemandAvailabilityResponse.cs
SnapMD.VirtualCare.ApiModels/Scheduling/OnDemandAvailabilityResponse.cs
namespace SnapMD.VirtualCare.ApiModels.Scheduling { /// <summary> /// Response Model for OnDemandAvailability /// </summary> /// <seealso cref="SnapMD.VirtualCare.ApiModels.Scheduling.OnDemandAvailabilityRequest" /> public class OnDemandAvailabilityResponse : OnDemandAvailabilityRequest { ...
namespace SnapMD.VirtualCare.ApiModels.Scheduling { /// <summary> /// Response Model for OnDemandAvailability /// </summary> /// <seealso cref="SnapMD.VirtualCare.ApiModels.Scheduling.OnDemandAvailabilityRequest" /> public class OnDemandAvailabilityResponse : OnDemandAvailabilityRequest { ...
apache-2.0
C#
7507fc8b57d69244f5202728c7e2265784ac1fe5
Update ServiceCollectionExtensions.cs
tiksn/TIKSN-Framework
TIKSN.Framework.Core/DependencyInjection/ServiceCollectionExtensions.cs
TIKSN.Framework.Core/DependencyInjection/ServiceCollectionExtensions.cs
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using TIKSN.FileSystem; namespace TIKSN.DependencyInjection { public static class ServiceCollectionExtensions { public static IServiceCollection AddFrameworkPlatform(this IServiceCollection servi...
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using TIKSN.FileSystem; namespace TIKSN.DependencyInjection { public static class ServiceCollectionExtensions { public static IServiceCollection AddFrameworkPlatform(this IServiceCollection servi...
mit
C#
c8a9bfe5c74d186666d028a7991d9b58b639cdfd
add null check
siyo-wang/IdentityServer4,IdentityServer/IdentityServer4,siyo-wang/IdentityServer4,MienDev/IdentityServer4,jbijlsma/IdentityServer4,chrisowhite/IdentityServer4,MienDev/IdentityServer4,siyo-wang/IdentityServer4,jbijlsma/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,chriso...
src/IdentityServer4/IdentityServerTools.cs
src/IdentityServer4/IdentityServerTools.cs
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Models; using Microsoft.AspNetCore.Http; using System.Collections.Generic; using System.Threading.Tasks; using Identity...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Models; using Microsoft.AspNetCore.Http; using System.Collections.Generic; using System.Threading.Tasks; using Identity...
apache-2.0
C#
ca2a440b71f7d78bec51102e84d62a828fcd8902
Fix object reference bug
zumicts/Audiotica
Windows/Audiotica.Windows/AppEngine/Bootstrppers/LibraryBootstrapper.cs
Windows/Audiotica.Windows/AppEngine/Bootstrppers/LibraryBootstrapper.cs
using System; using System.Collections.Generic; using System.Linq; using Windows.Storage; using Audiotica.Core.Extensions; using Audiotica.Core.Windows.Helpers; using Audiotica.Database.Services.Interfaces; using Audiotica.Windows.Services.Interfaces; using Autofac; namespace Audiotica.Windows.AppEngine.Bootstrppers ...
using System; using System.Collections.Generic; using System.Linq; using Windows.Storage; using Audiotica.Core.Extensions; using Audiotica.Core.Windows.Helpers; using Audiotica.Database.Services.Interfaces; using Audiotica.Windows.Services.Interfaces; using Autofac; namespace Audiotica.Windows.AppEngine.Bootstrppers ...
apache-2.0
C#
7a5e7789cfb4a189140268e7b003f9ce454e56bf
bump version
vevix/DigitalOcean.Indicator
DigitalOcean.Indicator/Properties/AssemblyInfo.cs
DigitalOcean.Indicator/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // 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("DigitalOcean.Indic...
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // 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("DigitalOcean.Indic...
mit
C#
733b5ddea96114ee8ad6ad24cbd739341077543b
Load characters in MapStatePacketTranslator
ethanmoffat/EndlessClient
EOLib/Net/Translators/MapStatePacketTranslator.cs
EOLib/Net/Translators/MapStatePacketTranslator.cs
// Original Work Copyright (c) Ethan Moffat 2014-2016 // This file is subject to the GPL v2 License // For additional details, see the LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; using EOLib.Domain.Character; using EOLib.Domain.Map; using EOLib.Domain.NPC; namespace EOLib.Net.T...
// Original Work Copyright (c) Ethan Moffat 2014-2016 // This file is subject to the GPL v2 License // For additional details, see the LICENSE file using System.Collections.Generic; using System.IO; using System.Linq; using EOLib.Domain.Character; using EOLib.Domain.Map; using EOLib.Domain.NPC; namespace EOLib.Net.T...
mit
C#
c976085b1e1d91ffdfc24a138c6e1c1c2348ada6
Fix `StatementBlockAst.ToString()`
ForNeVeR/Pash,JayBazuzi/Pash,sburnicki/Pash,sillvan/Pash,sburnicki/Pash,JayBazuzi/Pash,WimObiwan/Pash,sburnicki/Pash,sillvan/Pash,ForNeVeR/Pash,WimObiwan/Pash,mrward/Pash,Jaykul/Pash,WimObiwan/Pash,JayBazuzi/Pash,mrward/Pash,sillvan/Pash,Jaykul/Pash,mrward/Pash,sburnicki/Pash,Jaykul/Pash,ForNeVeR/Pash,sillvan/Pash,WimO...
Source/System.Management/Automation/Language/StatementBlockAst.cs
Source/System.Management/Automation/Language/StatementBlockAst.cs
// Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/ using System; using System.Linq; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; namespace System.Management.Automation.Language { public class StatementBlock...
// Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/ using System; using System.Linq; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; namespace System.Management.Automation.Language { public class StatementBlock...
bsd-3-clause
C#
f319049ec3b4721cd5e69a6f00032016fb3b2070
Update ExceptionlessExceptionTelemeter.cs
tiksn/TIKSN-Framework
TIKSN.Core/Analytics/Telemetry/ExceptionlessExceptionTelemeter.cs
TIKSN.Core/Analytics/Telemetry/ExceptionlessExceptionTelemeter.cs
using System; using System.Diagnostics; using System.Threading.Tasks; using Exceptionless; namespace TIKSN.Analytics.Telemetry { public class ExceptionlessExceptionTelemeter : ExceptionlessTelemeterBase, IExceptionTelemeter { public async Task TrackException(Exception exception) { ...
using Exceptionless; using System; using System.Diagnostics; using System.Threading.Tasks; namespace TIKSN.Analytics.Telemetry { public class ExceptionlessExceptionTelemeter : ExceptionlessTelemeterBase, IExceptionTelemeter { public ExceptionlessExceptionTelemeter() { } public...
mit
C#
c1261d70c7e81be06e038e24713d2a96c4e3ec12
Add support for finding 64-bit Opera browser
freenet/wintray,freenet/wintray
Browsers/Opera.cs
Browsers/Opera.cs
using System; using System.Diagnostics; using System.IO; using Microsoft.Win32; namespace FreenetTray.Browsers { class Opera : IBrowser { private readonly string _path; private readonly bool _isInstalled; private static string OperaRegistryKey = @"Software\Opera Software\Last Stable I...
using System; using System.Diagnostics; using System.IO; using Microsoft.Win32; namespace FreenetTray.Browsers { class Opera : IBrowser { private readonly string _path; private readonly bool _isInstalled; public Opera() { /* * TODO: Opera 26 adds launc...
mit
C#
c8167b9cd7e865edb4c421df6dacd2025e9c591a
Use the correct string for the warning key. (patch by olivier)
dipeshc/BTDeploy
src/MonoTorrent/MonoTorrent.Tracker/RequestParameters.cs
src/MonoTorrent/MonoTorrent.Tracker/RequestParameters.cs
using System; using System.Collections.Generic; using System.Text; using System.Collections.Specialized; using MonoTorrent.BEncoding; using System.Net; namespace MonoTorrent.Tracker { public abstract class RequestParameters : EventArgs { protected internal static readonly string FailureKey = "failure r...
using System; using System.Collections.Generic; using System.Text; using System.Collections.Specialized; using MonoTorrent.BEncoding; using System.Net; namespace MonoTorrent.Tracker { public abstract class RequestParameters : EventArgs { protected internal static readonly string FailureKey = "failure r...
mit
C#
2eb09ee543e5ce9e34e895b5d2a6fbff79d6ddc6
improve docs for IAsyncStreamReader
kumaralokgithub/grpc,perumaalgoog/grpc,PeterFaiman/ruby-grpc-minimal,arkmaxim/grpc,simonkuang/grpc,mehrdada/grpc,kriswuollett/grpc,daniel-j-born/grpc,rjshade/grpc,jcanizales/grpc,rjshade/grpc,donnadionne/grpc,ejona86/grpc,thinkerou/grpc,kriswuollett/grpc,ejona86/grpc,vsco/grpc,muxi/grpc,msmania/grpc,andrewpollock/grpc,...
src/csharp/Grpc.Core/IAsyncStreamReader.cs
src/csharp/Grpc.Core/IAsyncStreamReader.cs
#region Copyright notice and license // Copyright 2015, Google Inc. // 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 source code must retain the above copyri...
#region Copyright notice and license // Copyright 2015, Google Inc. // 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 source code must retain the above copyri...
apache-2.0
C#
29130bfee61da39f1210786544fb3df7f86af396
Add implicit conversion from CancellationTokenSource to CancellationToken
patchkit-net/patchkit-patcher-unity,patchkit-net/patchkit-patcher-unity,patchkit-net/patchkit-patcher-unity,genail/patchkit-patcher-unity,mohsansaleem/patchkit-patcher-unity,patchkit-net/patchkit-patcher-unity,mohsansaleem/patchkit-patcher-unity
src/Assets/Scripts/Cancellation/CancellationTokenSource.cs
src/Assets/Scripts/Cancellation/CancellationTokenSource.cs
namespace PatchKit.Unity.Patcher.Cancellation { internal class CancellationTokenSource { public bool IsCancelled { get; private set; } public CancellationTokenSource() { IsCancelled = false; } public void Cancel() { IsCancelled = true; ...
namespace PatchKit.Unity.Patcher.Cancellation { internal class CancellationTokenSource { public bool IsCancelled { get; private set; } public CancellationTokenSource() { IsCancelled = false; } public void Cancel() { IsCancelled = true; ...
mit
C#
a325805b7882774dd06c08e9869e130317275d0f
Clean up LowLevelStringConverter now that it's in Common
tijoytom/corert,gregkalapos/corert,krytarowski/corert,botaberg/corert,kyulee1/corert,shrah/corert,yizhang82/corert,kyulee1/corert,sandreenko/corert,krytarowski/corert,yizhang82/corert,sandreenko/corert,botaberg/corert,shrah/corert,shrah/corert,kyulee1/corert,sandreenko/corert,gregkalapos/corert,yizhang82/corert,kyulee1...
src/Common/src/Internal/Runtime/LowLevelStringConverter.cs
src/Common/src/Internal/Runtime/LowLevelStringConverter.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 System.Text; namespace Internal.Runtime { /// <summary> /// Extension methods that prov...
// 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 System.Text; using Internal.Runtime.Augments; namespace Internal.Runtime { /// <summary> ...
mit
C#
ca580e9212c6a5ee0370c5a9b40e5fac2329a286
Remove Comment
Codeer-Software/LambdicSql.SqlServer
Project/LambdicSql.SqlServer.Shared/CdcSymbols.cs
Project/LambdicSql.SqlServer.Shared/CdcSymbols.cs
using LambdicSql.ConverterServices; using LambdicSql.ConverterServices.SymbolConverters; namespace LambdicSql.SqlServer { /// <summary> /// Change data capture records insert, update, and delete activity applied to SQL Server tables, supplying the details of the changes in an easily consumed relational format...
using LambdicSql.ConverterServices; using LambdicSql.ConverterServices.SymbolConverters; namespace LambdicSql.SqlServer { /// <summary> /// Change data capture records insert, update, and delete activity applied to SQL Server tables, supplying the details of the changes in an easily consumed relational format...
mit
C#
b231f181530536f331e6e6f360a5b374963e4e18
fix AssemblyInfo
skybrud/Skybrud.Umbraco.Redirects,skybrud/Skybrud.Umbraco.Redirects,skybrud/Skybrud.Umbraco.Redirects
src/Skybrud.Umbraco.Redirects/Properties/AssemblyInfo.cs
src/Skybrud.Umbraco.Redirects/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("Sk...
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("Sk...
mit
C#
0997c49c437798b0d3d4dfbf5c3c8b52dd61ab5a
Debug camera move
Chaojincoolbean/Fly
Fly/Assets/_Script/DebugScript.cs
Fly/Assets/_Script/DebugScript.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class DebugScript : MonoBehaviour { public bool DebugCamera; public bool DebugLeftController; public bool DebugRightController; public bool DebugCameraMove; public GameObject Camera; public GameObject LeftController; public ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class DebugScript : MonoBehaviour { public bool DebugCamera; public bool DebugLeftController; public bool DebugRightController; public GameObject Camera; public GameObject LeftController; public GameObject RightController; ...
unlicense
C#
9e57b09a5b597066fc2efb14b494c881feebe018
update to HTML 5
ForNeVeR/fornever.me,ForNeVeR/fornever.me,ForNeVeR/fornever.me
ForneverMind/views/_Layout.cshtml
ForneverMind/views/_Layout.cshtml
<!DOCTYPE html> @using RazorEngine.Templating @inherits TemplateBase <html lang="ru"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>F. von Never — @ViewBag.Title</title> <base href="@System.Configuration.ConfigurationManager.AppSettings["BaseUrl"]"/> <link rel="alte...
@using RazorEngine.Templating @inherits TemplateBase <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" conte...
mit
C#
685cc9798a7c66e0fd01860d9e3ec2c1ad3f1e40
rename root, remove namespaces
KirillShlenskiy/Kirkin,KirillShlenskiy/Kirkin,KirillShlenskiy/Kirkin
src/Kirkin.Experimental/Serialization/XmlSerializer.cs
src/Kirkin.Experimental/Serialization/XmlSerializer.cs
using System.IO; using System.Xml.Serialization; using XSerializer = System.Xml.Serialization.XmlSerializer; namespace Kirkin.Serialization { internal sealed class XmlSerializer : Serializer { private static readonly XmlSerializerFactory Factory = new XmlSerializerFactory(); private static re...
using System.IO; using System.Xml.Serialization; using XSerializer = System.Xml.Serialization.XmlSerializer; namespace Kirkin.Serialization { internal sealed class XmlSerializer : Serializer { private static readonly XmlSerializerFactory Factory = new XmlSerializerFactory(); public override ...
mit
C#
1a72f36879dd4242c49aea2a06117a51ff7857c9
Remove whitespace around app version
smbc-digital/iag-contentapi
src/StockportContentApi/Services/HealthcheckService.cs
src/StockportContentApi/Services/HealthcheckService.cs
using System.Collections.Generic; using StockportContentApi.Model; using StockportContentApi.Utils; using System.Linq; using System.Threading.Tasks; namespace StockportContentApi.Services { public interface IHealthcheckService { Task<Healthcheck> Get(); } public class HealthcheckService : IHe...
using System.Collections.Generic; using StockportContentApi.Model; using StockportContentApi.Utils; using System.Linq; using System.Threading.Tasks; namespace StockportContentApi.Services { public interface IHealthcheckService { Task<Healthcheck> Get(); } public class HealthcheckService : IHe...
mit
C#
88aa4019c094c02b3ffd90218188e5d0c16a32e2
fix the typo'd namespace
versionone/VersionOne.Integration.Bugzilla,versionone/VersionOne.Integration.Bugzilla,versionone/VersionOne.Integration.Bugzilla
VersionOne.Bugzilla.BugzillaAPI.Tests/BugTests.cs
VersionOne.Bugzilla.BugzillaAPI.Tests/BugTests.cs
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace VersionOne.Bugzilla.BugzillaAPI.Tests { [TestClass()] public class Given_A_Bug { private IBug _bug; private string _expectedReassignToPayload; [TestInitialize()] public void SetContext() { _b...
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() { _...
bsd-3-clause
C#
45b64f078de8bbbe8013a329795bcd2771892028
Fix EnumHelper ignoreCase
rsdn/CodeJam,NN---/CodeJam
Main/src/Reflection/EnumHelper.cs
Main/src/Reflection/EnumHelper.cs
using System; using JetBrains.Annotations; namespace CodeJam.Reflection { /// <summary> /// Helper methods for enumeration. /// </summary> [PublicAPI] public static class EnumHelper { /// <summary> /// Retrieves an array of the names of the constants in a specified enumeration. /// </summary> /// <type...
using System; using JetBrains.Annotations; namespace CodeJam.Reflection { /// <summary> /// Helper methods for enumeration. /// </summary> [PublicAPI] public static class EnumHelper { /// <summary> /// Retrieves an array of the names of the constants in a specified enumeration. /// </summary> /// <type...
mit
C#
33fdf39e1930bf0d380a73ba8750857a549cff07
Add a method to read a GUID from #GUID
Arthur2e5/dnlib,jorik041/dnlib,modulexcite/dnlib,yck1509/dnlib,picrap/dnlib,ZixiangBoy/dnlib,0xd4d/dnlib,kiootic/dnlib,ilkerhalil/dnlib
dot10/dotNET/GuidStream.cs
dot10/dotNET/GuidStream.cs
using System; using dot10.IO; namespace dot10.dotNET { class GuidStream : DotNetStream { /// <inheritdoc/> public GuidStream(IImageStream imageStream, StreamHeader streamHeader) : base(imageStream, streamHeader) { } /// <inheritdoc/> public override bool IsValidIndex(uint index) { return index == 0 ...
using dot10.IO; namespace dot10.dotNET { class GuidStream : DotNetStream { /// <inheritdoc/> public GuidStream(IImageStream imageStream, StreamHeader streamHeader) : base(imageStream, streamHeader) { } } }
mit
C#
82fb0b0e683e4b5997d50d8394d68ce40f56e678
Fix typo
rosolko/WebDriverManager.Net
WebDriverManager/DriverConfigs/Impl/EdgeConfig.cs
WebDriverManager/DriverConfigs/Impl/EdgeConfig.cs
using System; using System.IO; using System.Net; using System.Runtime.InteropServices; namespace WebDriverManager.DriverConfigs.Impl { public class EdgeConfig : IDriverConfig { private const string BaseVersionPatternUrl = "https://msedgedriver.azureedge.net/<version>/"; public virtual string G...
using System; using System.IO; using System.Net; using System.Runtime.InteropServices; namespace WebDriverManager.DriverConfigs.Impl { public class EdgeConfig : IDriverConfig { private const string BaseVersionPatternUrl = "https://msedgedriver.azureedge.net/<version>/"; public virtual string G...
mit
C#
3c4d8d52caed6272140a125bb0b00075884e7fba
Revert version mtapi (MT5) to 1.0.12
vdemydiuk/mtapi,vdemydiuk/mtapi,vdemydiuk/mtapi
MtApi5/Properties/AssemblyInfo.cs
MtApi5/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: AssemblyTi...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
mit
C#
94bc781df730b2219c1af081e2e4539f833840d5
remove debug file output
blackdwarf/cli,EdwardBlair/cli,harshjain2/cli,ravimeda/cli,blackdwarf/cli,harshjain2/cli,dasMulli/cli,EdwardBlair/cli,dasMulli/cli,livarcocc/cli-1,harshjain2/cli,blackdwarf/cli,svick/cli,dasMulli/cli,ravimeda/cli,ravimeda/cli,Faizan2304/cli,svick/cli,Faizan2304/cli,johnbeisner/cli,blackdwarf/cli,johnbeisner/cli,EdwardB...
src/dotnet/commands/dotnet-complete/CompleteCommand.cs
src/dotnet/commands/dotnet-complete/CompleteCommand.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; using Microsoft.DotNet.Cli.Utils; namespace Microsoft.DotNet.Cli { ...
// 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.IO; using System.Linq; using System.Text; using Microsoft.DotNet.Cli.CommandLine; using Microsoft.DotNet.Cli.Utils; n...
mit
C#
5743c64abaada6aab0c0a59f149ef92b07a45eee
Add comment
danielmundt/csremote
source/Remoting.Server/Command.cs
source/Remoting.Server/Command.cs
#region Header // Copyright (C) 2012 Daniel Schubert // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, // including without limitation the rights to use, copy, modify, ...
#region Header // Copyright (C) 2012 Daniel Schubert // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"), to deal in the Software without restriction, // including without limitation the rights to use, copy, modify, ...
mit
C#
67e7254a7612051cf839fc06d107db1add36c299
Create regions
bartlomiejwolk/OnCollisionActivate
GameObjectSlot.cs
GameObjectSlot.cs
// Copyright (c) 2015 Bartlomiej Wolk (bartlomiejwolk@gmail.com) // // This file is part of the GameObjectActivator extension for Unity. // Licensed under the MIT license. See LICENSE file in the project root folder. using UnityEngine; // todo convert comments to xml namespace GameObjectActivatorEx { /// Obje...
// Copyright (c) 2015 Bartlomiej Wolk (bartlomiejwolk@gmail.com) // // This file is part of the GameObjectActivator extension for Unity. // Licensed under the MIT license. See LICENSE file in the project root folder. using UnityEngine; // todo convert comments to xml namespace GameObjectActivatorEx { /// Obje...
mit
C#
29a4e5b40bed74f730354d92d4e318c7e6b88a27
Add null-checks to the conparers.
Joe4evr/Discord.Addons
src/Discord.Addons.Core/Comparers.cs
src/Discord.Addons.Core/Comparers.cs
using System; using System.Collections.Generic; namespace Discord.Addons.Core { internal static class Comparers { public static IEqualityComparer<IUser> UserComparer => _userComparer ?? Create<IUser , ulong>(ref _userComparer); public static IEqualityComparer<IGuild> GuildComparer...
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Text; using System.Threading; namespace Discord.Addons.Core { internal static class Comparers { public static IEqualityComparer<IUser> UserComparer => _userComparer ?? Create<IUser , ulong>(r...
mit
C#
521a4026d4ed34cd16c9e88f63712cbc6a922171
remove code with secrete
mkliu/ToDoApp,mkliu/ToDoApp,mkliu/ToDoApp,mkliu/ToDoApp
src/MultiChannelToDo/Models/MultiChannelToDoContext.cs
src/MultiChannelToDo/Models/MultiChannelToDoContext.cs
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web; using MultiChannelToDo.Migrations; using Microsoft.Azure.KeyVault; using System.Web.Configuration; namespace MultiChannelToDo.Models { public class MultiChannelToDoContext : DbContext { // Yo...
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web; using MultiChannelToDo.Migrations; using Microsoft.Azure.KeyVault; using System.Web.Configuration; namespace MultiChannelToDo.Models { public class MultiChannelToDoContext : DbContext { // Yo...
mit
C#
a5e4c4bd11c73da6ea2a4fb8df666be73d39fc45
Fix tests
olsh/todoist-net
src/Todoist.Net.Tests/Services/ReminersServiceTests.cs
src/Todoist.Net.Tests/Services/ReminersServiceTests.cs
using System; using System.Linq; using Todoist.Net.Models; using Todoist.Net.Tests.Extensions; using Xunit; namespace Todoist.Net.Tests.Services { [IntegrationPremium] public class ReminersServiceTests { [Fact] public void CreateDelete_Success() { var client = Todoist...
using System; using System.Linq; using Todoist.Net.Models; using Todoist.Net.Tests.Extensions; using Xunit; namespace Todoist.Net.Tests.Services { [IntegrationPremium] public class ReminersServiceTests { [Fact] public void CreateDelete_Success() { var client = Todoist...
mit
C#
290ed0f0f0d150681ff7db14a8e9418b359ee22f
Remove unused field.
mfilippov/vimeo-dot-net
src/VimeoDotNet.Tests/Settings/VimeoApiTestSettings.cs
src/VimeoDotNet.Tests/Settings/VimeoApiTestSettings.cs
namespace VimeoDotNet.Tests.Settings { public class VimeoApiTestSettings { // API Client Settings public string ClientId { get; set; } public string ClientSecret { get; set; } public string AccessToken { get; set; } // Test Content Settings for Me public long Us...
namespace VimeoDotNet.Tests.Settings { public class VimeoApiTestSettings { // API Client Settings public string ClientId { get; set; } public string ClientSecret { get; set; } public string AccessToken { get; set; } // Test Content Settings for Me public long Us...
mit
C#
06a54cd6e2558b39daa046a1fd2e1a917cb7cee5
Use sample store
peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework
osu.Framework.Tests/Visual/Audio/TestSceneLoopingSample.cs
osu.Framework.Tests/Visual/Audio/TestSceneLoopingSample.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.Audio.Sample; using osu.Framework.Audio.Track; namespace osu.Framework.Tests.Visual.Audio { ...
// 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.Collections.Generic; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using ...
mit
C#
1874a4bf7014fded77d9cdba7f931a3be29a625a
Add HelloWorld plain text API.
stephentoub/corefxlab,axxu/corefxlab,VSadov/corefxlab,ericstj/corefxlab,jamesqo/corefxlab,benaadams/corefxlab,VSadov/corefxlab,KrzysztofCwalina/corefxlab,VSadov/corefxlab,tarekgh/corefxlab,stephentoub/corefxlab,KrzysztofCwalina/corefxlab,VSadov/corefxlab,ericstj/corefxlab,ahsonkhan/corefxlab,stephentoub/corefxlab,mafiy...
demos/LowAllocationWebServer/SampleServer.cs
demos/LowAllocationWebServer/SampleServer.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 System.Diagnostics; using System.IO; using System.IO.Buffers; using System.Net; using System.Net.Http.Buffered; using System.Text.Formatting; class...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.IO; using System.IO.Buffers; using System.Net; using System.Net.Http.Buffered; using System.Text.Formatting; class...
mit
C#
e64a3abda68bed7eb7a3e606b670abcbfaa5a6ac
Fix ?
MonsieurTweek/ggj2017-babel-tower
Assets/Damien/WindEffect.cs
Assets/Damien/WindEffect.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class WindEffect : EffectBlock { public Vector2 direction = Vector2.zero; public float force = 0f; public Animator feedbackAnimator; protected override IEnumerator EffectSequence () { GameBlock[] blocks = GameObject....
using System.Collections; using System.Collections.Generic; using UnityEngine; public class WindEffect : EffectBlock { public Vector2 direction = Vector2.zero; public float force = 0f; public Animator feedbackAnimator; protected override IEnumerator EffectSequence () { GameBlock[] blocks = GameObject....
mit
C#
468d188edc67510294164db1554b877e7852623f
resolve #609
rollbar/Rollbar.NET
Samples/RollbarSamplesSettings.cs
Samples/RollbarSamplesSettings.cs
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member namespace Samples { public static class RollbarSamplesSettings { public const string AccessToken = "efdc4b85d66045f293a7f9e99c732f61"; public const string Environment = "Rollbar.Net-Samples"; pub...
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member namespace Samples { public static class RollbarSamplesSettings { public const string AccessToken = "17965fa5041749b6bf7095a190001ded"; public const string Environment = "RollbarNetSamples"; publi...
mit
C#