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
57e7d4a3cba0e83fd387fafc6c80d25359a7b42c
modify Demo
mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK,wanddy/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,down4u/WeiXinMPSDK,down4u/WeiXinMPSDK,wanddy/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK,lishewen/WeiXinMPSDK,down4u/WeiXinMPSDK,lishewen/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,jiehanlin/WeiXinM...
src/Senparc.Weixin.MP.Sample/Senparc.Weixin.MP.Sample/Controllers/FilterTestController.cs
src/Senparc.Weixin.MP.Sample/Senparc.Weixin.MP.Sample/Controllers/FilterTestController.cs
/*---------------------------------------------------------------- Copyright (C) 2017 Senparc 文件名:FilterTestController.cs 文件功能描述:演示Senparc.Weixin.MP.MvcExtension.WeixinInternalRequestAttribute 创建标识:Senparc - 20150312 ----------------------------------------------------------------*/ usi...
/*---------------------------------------------------------------- Copyright (C) 2017 Senparc 文件名:FilterTestController.cs 文件功能描述:演示Senparc.Weixin.MP.MvcExtension.WeixinInternalRequestAttribute 创建标识:Senparc - 20150312 ----------------------------------------------------------------*/ usi...
apache-2.0
C#
0df4723af20dbfe150cceb6cdd2b0d433a3ff8ae
test commit
iaspinDOL/CITest
NewMicroService/ConsoleApplication1/ConsoleApplication1/Program.cs
NewMicroService/ConsoleApplication1/ConsoleApplication1/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello world"); Console.WriteLine("Hello world again")...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello world"); } } }
mit
C#
306fd9bf993dffa8a941b6720eab0b14ef220e3b
Update PsychologicalPricingStrategy.cs
tiksn/TIKSN-Framework
TIKSN.Core/Finance/PricingStrategy/PsychologicalPricingStrategy.cs
TIKSN.Core/Finance/PricingStrategy/PsychologicalPricingStrategy.cs
using System; namespace TIKSN.Finance.PricingStrategy { internal class PsychologicalPricingStrategy : IPricingStrategy { public Money EstimateMarketPrice(Money basePrice) { var estimatedPrice = this.EstimateMarketPrice(basePrice.Amount); return new Money(basePrice.Curr...
using System; namespace TIKSN.Finance.PricingStrategy { internal class PsychologicalPricingStrategy : IPricingStrategy { public Money EstimateMarketPrice(Money basePrice) { var estimatedPrice = EstimateMarketPrice(basePrice.Amount); return new Money(basePrice.Currency,...
mit
C#
885e3c421afb821e880d54965e3b1f6da70b4da8
Set defaults when reading config file
crushjz/visualstudio-wakatime,wakatime/visualstudio-wakatime,gandarez/visualstudio-wakatime,CodeCavePro/wakatime-sharp,iwhp/visualstudio-wakatime,CodeCavePro/visualstudio-wakatime,lydonchandra/visualstudio-wakatime
WakaTimeConfigFile.cs
WakaTimeConfigFile.cs
using System; using System.Text; namespace WakaTime { class WakaTimeConfigFile { internal string ApiKey { get; set; } internal string Proxy { get; set; } internal bool Debug { get; set; } private readonly string _configFilepath; internal WakaTimeConfigFile() ...
using System; using System.Text; namespace WakaTime { class WakaTimeConfigFile { internal string ApiKey { get; set; } internal string Proxy { get; set; } internal bool Debug { get; set; } private readonly string _configFilepath; internal WakaTimeConfigFile() {...
bsd-3-clause
C#
e6ec883084899f368847d3367f7000f409844b68
Remove slider tail circle judgement requirements
peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu-new
osu.Game.Rulesets.Osu/Objects/SliderTailCircle.cs
osu.Game.Rulesets.Osu/Objects/SliderTailCircle.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.Bindables; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Osu.Judgements; using osu.Game.Rulesets.Scorin...
// 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.Bindables; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Osu.Obje...
mit
C#
5bb8649f3b3502707db16c9a5963d74b7f98039a
Remove unused property from chat message
ZLima12/osu,ppy/osu,2yangk23/osu,UselessToucan/osu,EVAST9919/osu,2yangk23/osu,johnneijzen/osu,smoogipoo/osu,peppy/osu-new,johnneijzen/osu,NeoAdonis/osu,ZLima12/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,EVAST9919/osu,ppy/o...
osu.Game/Online/Chat/Message.cs
osu.Game/Online/Chat/Message.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using Newtonsoft.Json; using osu.Game.Users; namespace osu.Game.Online.Chat { public class Message : IComparable<Mess...
// 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 Newtonsoft.Json; using osu.Game.Users; namespace osu.Game.Online.Chat { public class Message : IComparable<Mess...
mit
C#
b6841dda6c14412d4f017fcbbc0ef7a812de2fb3
Fix tests
steven-r/Oberon0Compiler
UnitTestProject1/SimpleTests.cs
UnitTestProject1/SimpleTests.cs
using System.Collections.Generic; using NUnit.Framework; using Oberon0.Compiler.Definitions; using Oberon0.CompilerSupport; namespace Oberon0.Compiler.Tests { [TestFixture] public class SimpleTests { [Test] public void EmptyApplication() { Module m = Oberon0Compiler.Com...
using System.Collections.Generic; using NUnit.Framework; using Oberon0.Compiler.Definitions; using Oberon0.CompilerSupport; namespace Oberon0.Compiler.Tests { [TestFixture] public class SimpleTests { [Test] public void EmptyApplication() { Module m = Oberon0Compiler.Com...
mit
C#
2b598489bd3170d8338a0744d8b84065a01f0688
Tweak comment.
heejaechang/roslyn,tannergooding/roslyn,mavasani/roslyn,shyamnamboodiripad/roslyn,diryboy/roslyn,reaction1989/roslyn,genlu/roslyn,eriawan/roslyn,gafter/roslyn,lorcanmooney/roslyn,pdelvo/roslyn,jasonmalinowski/roslyn,gafter/roslyn,KirillOsenkov/roslyn,pdelvo/roslyn,xasx/roslyn,kelltrick/roslyn,MattWindsor91/roslyn,bbarr...
src/Workspaces/Core/Desktop/SymbolSearch/ISymbolSearchUpdateEngine.cs
src/Workspaces/Core/Desktop/SymbolSearch/ISymbolSearchUpdateEngine.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; using System.Collections.Immutable; using System.Threading.Tasks; namespace Microsoft.CodeAnalysis.SymbolSearch { /// <summary> /// Se...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Threading.Tasks; namespace Microsoft.CodeAnalysis.SymbolSearch { /// <summary> /// Se...
mit
C#
cebc1f2e3c4cda64e2734e7f9086892be6f69138
Increment version to 1.8
phdesign/NppToolBucket
phdesign.NppToolBucket/Properties/AssemblyInfo.cs
phdesign.NppToolBucket/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("Np...
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("Np...
apache-2.0
C#
f6d4108eb0e68db4fa3281335c44ab88e5dca71d
Fix audio thread not exiting correctly
ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework
osu.Framework/Threading/AudioThread.cs
osu.Framework/Threading/AudioThread.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.Statistics; using System; using System.Collections.Generic; using osu.Framework.Audio; namespace osu.Framework.Threading { public class AudioThr...
// 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.Statistics; using System; using System.Collections.Generic; using osu.Framework.Audio; namespace osu.Framework.Threading { public class AudioThr...
mit
C#
d4b0d8b51deb426fc1f642a838cddb0a00b59b8e
Rearrange private class members.
mthamil/TFSTestCaseAutomator
TestCaseAutomator/ViewModels/Browser/Nodes/SourceDirectoryViewModel.cs
TestCaseAutomator/ViewModels/Browser/Nodes/SourceDirectoryViewModel.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SharpEssentials.Collections; using TestCaseAutomator.TeamFoundation; namespace TestCaseAutomator.ViewModels.Browser.Nodes { public class SourceDirectoryViewModel : VirtualizedNode<IVirtualizedNode> { ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SharpEssentials.Collections; using TestCaseAutomator.TeamFoundation; namespace TestCaseAutomator.ViewModels.Browser.Nodes { public class SourceDirectoryViewModel : VirtualizedNode<IVirtualizedNode> { ...
apache-2.0
C#
51a7b3807a35f1dd2b3aad76fb687958af7d3e42
Update default NuGet package url.
mrward/monodevelop-nuget-addin
src/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/RegisteredPackageSources.cs
src/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/RegisteredPackageSources.cs
// // RegisteredPackgaeSources.cs // // Author: // Matt Ward <ward.matt@gmail.com> // // Copyright (C) 2012 Matthew Ward // // 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...
// // RegisteredPackgaeSources.cs // // Author: // Matt Ward <ward.matt@gmail.com> // // Copyright (C) 2012 Matthew Ward // // 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#
a16c3904882481dc98b672c7522cd0042067c9d5
bump ver
AntonyCorbett/OnlyT,AntonyCorbett/OnlyT
SolutionInfo.cs
SolutionInfo.cs
using System.Reflection; [assembly: AssemblyCompany("SoundBox")] [assembly: AssemblyProduct("OnlyT")] [assembly: AssemblyCopyright("Copyright © 2018 Antony Corbett")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.1.0.47")]
using System.Reflection; [assembly: AssemblyCompany("SoundBox")] [assembly: AssemblyProduct("OnlyT")] [assembly: AssemblyCopyright("Copyright © 2018 Antony Corbett")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.1.0.46")]
mit
C#
4cff0e95989831d21d5f13ef02fc1de7a6ae0bef
Implement diagnostic SA1125 UseShorthandForNullableTypes (fixes #58)
DotNetAnalyzers/StyleCopAnalyzers
StyleCop.Analyzers/StyleCop.Analyzers/ReadabilityRules/SA1125UseShorthandForNullableTypes.cs
StyleCop.Analyzers/StyleCop.Analyzers/ReadabilityRules/SA1125UseShorthandForNullableTypes.cs
namespace StyleCop.Analyzers.ReadabilityRules { using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; /// <summary> /// The <see cref="Nu...
namespace StyleCop.Analyzers.ReadabilityRules { using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; /// <summary> /// The <see cref="Nullable{T}"/> type has been defined not using the C# shorthand. For example, /// <c>Nu...
mit
C#
68251d0ea2e4d81c76d22c948e76680079db12b8
Fix bizarre behavior of SubTreeUnpacker.ReadSubTree before head
modulexcite/msgpack-cli,scopely/msgpack-cli,modulexcite/msgpack-cli,undeadlabs/msgpack-cli,scopely/msgpack-cli,undeadlabs/msgpack-cli,msgpack/msgpack-cli,msgpack/msgpack-cli
cli/src/MsgPack/SubtreeUnpacker.cs
cli/src/MsgPack/SubtreeUnpacker.cs
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010 FUJIWARA, Yusuke // // 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.or...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010 FUJIWARA, Yusuke // // 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.or...
apache-2.0
C#
60c2d113b80eed1630d0ccdc951a3b1fa954b9e3
Fix typo
smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,EVAST9919/osu,peppy/osu,johnneijzen/osu,ZLima12/osu,NeoAdonis/osu,2yangk23/osu,ppy/osu,ZLima12/osu,2yangk23/osu,UselessToucan/osu,UselessToucan/osu,EVAST9919/osu,smoogipoo/osu,johnneijzen/osu,smo...
osu.Game/Rulesets/UI/FallbackSampleStore.cs
osu.Game/Rulesets/UI/FallbackSampleStore.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.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using 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 System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
mit
C#
cf77cd685d7e7ff2bca37b0f8290e4a2aa7012d1
Add singleton CallContext.Default (#1740)
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
src/Microsoft.IdentityModel.Tokens/CallContext.cs
src/Microsoft.IdentityModel.Tokens/CallContext.cs
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
mit
C#
d29bcefb9c0d27b78aab12ba978f51e3c2cff547
Add missing changes for last commit
cognisant/cr-viewmodels
src/Persistence.RavenDB/RavenDBViewModelHelper.cs
src/Persistence.RavenDB/RavenDBViewModelHelper.cs
// <copyright file="RavenDBViewModelHelper.cs" company="Cognisant"> // Copyright (c) Cognisant. All rights reserved. // </copyright> namespace CR.ViewModels.Persistence.RavenDB { /// <summary> /// Helper class used for code shared between <see cref="RavenDBViewModelReader"/> and <see cref="RavenDBViewModelWri...
// <copyright file="RavenDBViewModelHelper.cs" company="Cognisant"> // Copyright (c) Cognisant. All rights reserved. // </copyright> namespace CR.ViewModels.Persistence.RavenDB { /// <summary> /// Helper class used for code shared between <see cref="RavenDBViewModelReader"/> and <see cref="RavenDBViewModelWri...
bsd-3-clause
C#
280593abadac0bd39a8d7b6df4bb7989b6dfae1f
fix possible utc issue for daylight savings time and InsertUpdateLogBehavior (thanks @MykhayloKonopelskyy)
rolembergfilho/Serenity,WasimAhmad/Serenity,volkanceylan/Serenity,rolembergfilho/Serenity,volkanceylan/Serenity,rolembergfilho/Serenity,volkanceylan/Serenity,volkanceylan/Serenity,rolembergfilho/Serenity,rolembergfilho/Serenity,WasimAhmad/Serenity,volkanceylan/Serenity,WasimAhmad/Serenity,WasimAhmad/Serenity,WasimAhmad...
Serenity.Services/RequestHandlers/IntegratedFeatures/InsertUpdateLog/InsertUpdateLogBehavior.cs
Serenity.Services/RequestHandlers/IntegratedFeatures/InsertUpdateLog/InsertUpdateLogBehavior.cs
using Serenity.Data; using System; using System.Globalization; namespace Serenity.Services { public class UpdateInsertLogBehavior : BaseSaveBehavior, IImplicitBehavior { public bool ActivateFor(Row row) { return row is IUpdateLogRow || row is IInsertLogRow; } ...
using Serenity.Data; using System; using System.Globalization; namespace Serenity.Services { public class UpdateInsertLogBehavior : BaseSaveBehavior, IImplicitBehavior { public bool ActivateFor(Row row) { return row is IUpdateLogRow || row is IInsertLogRow; } ...
mit
C#
1a5947349770bf892306bbe41868652af447d377
Fix unit test.
jan-schubert/CrossMailing,jan-schubert/CrossApplication
Source/Wpf/CrossApplication.Wpf.Application.UnitTest/_Shell/_RichShellViewModel/StateMessage.cs
Source/Wpf/CrossApplication.Wpf.Application.UnitTest/_Shell/_RichShellViewModel/StateMessage.cs
using System.Collections.Generic; using System.Threading; using CrossApplication.Core.Contracts.Application.Events; using CrossApplication.Core.Contracts.Common.Navigation; using CrossApplication.Core.Net.Contracts.Navigation; using CrossApplication.Wpf.Application.Shell; using CrossApplication.Wpf.Application.Shell.R...
using System.Collections.Generic; using System.Threading; using CrossApplication.Core.Contracts.Application.Events; using CrossApplication.Core.Contracts.Common.Navigation; using CrossApplication.Core.Net.Contracts.Navigation; using CrossApplication.Wpf.Application.Shell; using CrossApplication.Wpf.Application.Shell.R...
apache-2.0
C#
7e6894ca15f6f92daa9bbd2144f18bb508ff6c1a
include test results from sub directories when slicing by previous test runs
sebastianhallen/Mandolin
src/Mandolin/Slicers/Scorer/DirectoryScanningNUnitResultsRepository.cs
src/Mandolin/Slicers/Scorer/DirectoryScanningNUnitResultsRepository.cs
namespace Mandolin.Slicers.Scorer { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; public class DirectoryScanningNUnitResultsRepository : INUnitResultsRepository { private readonly string path; public Dire...
namespace Mandolin.Slicers.Scorer { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; public class DirectoryScanningNUnitResultsRepository : INUnitResultsRepository { private readonly string path; public Dire...
mit
C#
3c8552f80226ed20b9958b66e017650eb7ca64df
Make implementation internal
pardahlman/RawRabbit
src/RawRabbit.Enrichers.ZeroFormatter/ZeroFormatterSerializerWorker.cs
src/RawRabbit.Enrichers.ZeroFormatter/ZeroFormatterSerializerWorker.cs
using System; using System.Linq; using System.Reflection; using RawRabbit.Serialization; using ZeroFormatter; namespace RawRabbit.Enrichers.ZeroFormatter { internal class ZeroFormatterSerializerWorker : ISerializer { public string ContentType => "application/x-zeroformatter"; private readonly ...
using System; using System.Linq; using System.Reflection; using RawRabbit.Serialization; using ZeroFormatter; namespace RawRabbit.Enrichers.ZeroFormatter { public class ZeroFormatterSerializerWorker : ISerializer { public string ContentType => "application/x-zeroformatter"; private readonly Me...
mit
C#
a2cd27550d6c0df1f25cb053aa5803c15e49d2df
Add TrimToOne
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/Utilities/String.Trim.cs
source/Nuke.Common/Utilities/String.Trim.cs
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using JetBrains.Annotations; namespace Nuke.Common.Utilities { public static partial class StringExtensions { [Pure] public st...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using JetBrains.Annotations; namespace Nuke.Common.Utilities { public static partial class StringExtensions { [Pure] public st...
mit
C#
91c415f29b693460123762b6e7023c15d32b856c
Fix nullability oversight in `ManiaRulesetConfigManager`
peppy/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu
osu.Game.Rulesets.Mania/Configuration/ManiaRulesetConfigManager.cs
osu.Game.Rulesets.Mania/Configuration/ManiaRulesetConfigManager.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Configuration.Tracking; using osu.Game.Configuration; using osu.Game.Rulesets.Configuration; using osu.Game.Rulesets.Mania.UI; namespa...
// 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. #nullable disable using System; using osu.Framework.Configuration.Tracking; using osu.Game.Configuration; using osu.Game.Rulesets.Configuration; using osu.Game.Rulesets...
mit
C#
8d4c9eda489fb5791a2a4b931f7850a57d134108
Fix attempting to add selection boxes with no selection
naoey/osu,peppy/osu,smoogipoo/osu,DrabWeb/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,ZLima12/osu,NeoAdonis/osu,EVAST9919/osu,Frontear/osuKyzer,Nabile-Rahmani/osu,2yangk23/osu,peppy/osu,naoey/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,DrabWeb/osu,johnneijzen/osu,ppy/osu,2yangk23/...
osu.Game/Screens/Edit/Screens/Compose/Layers/HitObjectMaskLayer.cs
osu.Game/Screens/Edit/Screens/Compose/Layers/HitObjectMaskLayer.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.Linq; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Objects.Drawables...
// 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.Linq; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Objects.Drawables...
mit
C#
eb3dd1c72a0202bb0ddc669364b3c4e57e07412d
Fix git remote callbacks
libgit2/libgit2sharp,PKRoma/libgit2sharp
LibGit2Sharp/Core/GitRemoteCallbacks.cs
LibGit2Sharp/Core/GitRemoteCallbacks.cs
using System; using System.Runtime.InteropServices; namespace LibGit2Sharp.Core { /// <summary> /// Structure for git_remote_callbacks /// </summary> [StructLayout(LayoutKind.Sequential)] internal struct GitRemoteCallbacks { internal uint version; internal NativeMethods.remote...
using System; using System.Runtime.InteropServices; namespace LibGit2Sharp.Core { /// <summary> /// Structure for git_remote_callbacks /// </summary> [StructLayout(LayoutKind.Sequential)] internal struct GitRemoteCallbacks { internal uint version; internal NativeMethods.remote...
mit
C#
3b98426b9c91a60cddbb53c98cf210546a81828a
rename postgresql processor.
dotnetcore/CAP,dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap
src/DotNetCore.CAP.PostgreSql/CAP.PostgreSqlCapOptionsExtension.cs
src/DotNetCore.CAP.PostgreSql/CAP.PostgreSqlCapOptionsExtension.cs
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using DotNetCore.CAP.PostgreSql; using DotNetCore.CAP.Processor; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection;...
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using DotNetCore.CAP.PostgreSql; using DotNetCore.CAP.Processor; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection;...
mit
C#
e2b90b616db2cfd4081e772d14922f81dd9451db
Fix forceMicrogame in MicrogameStage not working
Barleytree/NitoriWare,NitorInc/NitoriWare,Barleytree/NitoriWare,NitorInc/NitoriWare,plrusek/NitoriWare,uulltt/NitoriWare
Assets/Scripts/Stage/MicrogameStage.cs
Assets/Scripts/Stage/MicrogameStage.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MicrogameStage : Stage { public static string microgameId; [SerializeField] private string forceMicrogame; void Start() { } public override Microgame getMicrogame(int num) { Microgame microgame = new Microgame(...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MicrogameStage : Stage { public static string microgameId; [SerializeField] private string forceMicrogame; void Start() { } public override Microgame getMicrogame(int num) { Microgame microgame = new Microgame(...
mit
C#
80aad36f9a523c42b401e76f4a7f192de14f7388
Add support for dynamic resizing of iframe when disqus forum loads
DenverDev/.NET-Wrapper-for-CKAN-API,opencolorado/.NET-Wrapper-for-CKAN-API,opencolorado/.NET-Wrapper-for-CKAN-API,opencolorado/.NET-Wrapper-for-CKAN-API,DenverDev/.NET-Wrapper-for-CKAN-API
CkanDotNet.Web/Views/Shared/Package/_Disqus.cshtml
CkanDotNet.Web/Views/Shared/Package/_Disqus.cshtml
@using CkanDotNet.Web.Models.Helpers <div class="container"> <h2 class="container-title">Comments</h2> <div class="container-content"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_s...
@using CkanDotNet.Web.Models.Helpers <div class="container"> <h2 class="container-title">Comments</h2> <div class="container-content"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_s...
apache-2.0
C#
a70c1198d9caba646805c95720d7922b6b1938b1
Clean Test Lock Files
nkolev92/sdk,nkolev92/sdk
src/Tasks/Microsoft.NETCore.Build.Tasks.UnitTests/TestLockFiles.cs
src/Tasks/Microsoft.NETCore.Build.Tasks.UnitTests/TestLockFiles.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 NuGet.Common; using NuGet.ProjectModel; using System.IO; namespace Microsoft.NETCore.Build.Tasks.UnitTests { internal static class Tes...
// 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.IO; using NuGet.Common; using NuGet.ProjectModel; using System.Collections.Generic; using System; using System.Linq; namespace Micr...
mit
C#
43f3a0efd49149f190f24646cc2237b2e0c919f7
Fix Generate-Tilemap tile number masking.
Prof9/PixelPet
PixelPet/Commands/GenerateTilemapCmd.cs
PixelPet/Commands/GenerateTilemapCmd.cs
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace PixelPet.Commands { internal class GenerateTilemapCmd : CliCommand { public GenerateTilemapCmd() : base("Generate-Tilemap", ne...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace PixelPet.Commands { internal class GenerateTilemapCmd : CliCommand { public GenerateTilemapCmd() : base("Generate-Tilemap", ne...
mit
C#
df479f3a08da9442b7edfa3e8d04a98ad6a2e075
修复拼接查询参数时会多加一个&符号和多移除最后一位的bug
ctripcorp/apollo.net
Apollo/Util/QueryUtils.cs
Apollo/Util/QueryUtils.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace Com.Ctrip.Framework.Apollo.Util { static class QueryUtils { public static string Build(IReadOnlyCollection<KeyValuePair<string, string>> source) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace Com.Ctrip.Framework.Apollo.Util { static class QueryUtils { public static string Build(IReadOnlyCollection<KeyValuePair<string, string>> source) { ...
apache-2.0
C#
d72a9722a61fc7c0509fdb35d2df09677d97856e
Update SocketServiceInstaller.cs
chucklu/SuperSocket,chucklu/SuperSocket,chucklu/SuperSocket
SocketService/SocketServiceInstaller.cs
SocketService/SocketServiceInstaller.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Configuration.Install; using System.ServiceProcess; namespace SuperSocket.SocketService { [RunInstaller(true)] public partial class SocketServiceInstaller : Installer { private Serv...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Configuration.Install; using System.ServiceProcess; namespace SuperSocket.SocketService { [RunInstaller(true)] public partial class SocketServiceInstaller : Installer { private Serv...
apache-2.0
C#
cce68e79123f2fdc9943e7fef0ea3903a51397e1
Remove #if DESKTOP in Application.
l8s/Eto,PowerOfCode/Eto,bbqchickenrobot/Eto-1,bbqchickenrobot/Eto-1,l8s/Eto,PowerOfCode/Eto,bbqchickenrobot/Eto-1,l8s/Eto,PowerOfCode/Eto
Source/Eto/Forms/Application.desktop.cs
Source/Eto/Forms/Application.desktop.cs
using System.Collections.Generic; namespace Eto.Forms { public partial interface IApplication { void Restart(); void RunIteration(); void CreateStandardMenu(MenuItemCollection menuItems, IEnumerable<Command> commands); } public partial class Application { public void RunIteration() { Handler.RunIt...
#if DESKTOP using System.Collections.Generic; namespace Eto.Forms { public partial interface IApplication { void Restart(); void RunIteration(); void CreateStandardMenu(MenuItemCollection menuItems, IEnumerable<Command> commands); } public partial class Application { public void RunIteration() { H...
bsd-3-clause
C#
eebe816f16af333de15aeeaad0a6a69ec6d17437
Update GabrielTalavera.cs
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/GabrielTalavera.cs
src/Firehose.Web/Authors/GabrielTalavera.cs
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class GabrielTalavera : IAmACommunityMember { public string FirstName => "Gabriel"; public strin...
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class BjornHouben : IAmACommunityMember { public string FirstName => "Gabriel"; public string La...
mit
C#
3963df22948217c584f5f2826400f09f83dcb60d
allow Dot42.Include based on patterns
dot42/api
Dot42/IncludeAttribute.cs
Dot42/IncludeAttribute.cs
// Copyright (C) 2014 dot42 // // Original filename: IncludeAttribute.cs // // 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 // ...
// Copyright (C) 2014 dot42 // // Original filename: IncludeAttribute.cs // // 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 // ...
apache-2.0
C#
7789f86b7229105fed040065058fba6964512aef
Add SupportsReadOnlyMode to package manifest
abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,arknu/Umbraco-CMS,abjerner/Umbraco-...
src/Umbraco.Core/Models/IDataValueEditor.cs
src/Umbraco.Core/Models/IDataValueEditor.cs
using System.ComponentModel.DataAnnotations; using System.Xml.Linq; using Umbraco.Cms.Core.Models.Editors; using Umbraco.Cms.Core.PropertyEditors; namespace Umbraco.Cms.Core.Models; /// <summary> /// Represents an editor for editing data values. /// </summary> /// <remarks>This is the base interface for paramete...
using System.ComponentModel.DataAnnotations; using System.Xml.Linq; using Umbraco.Cms.Core.Models.Editors; using Umbraco.Cms.Core.PropertyEditors; namespace Umbraco.Cms.Core.Models; /// <summary> /// Represents an editor for editing data values. /// </summary> /// <remarks>This is the base interface for parameter...
mit
C#
27a7d1463a6140a6decab6f61b7e39e1d184f7fa
Bump assembly version.
izrik/ChamberLib,izrik/ChamberLib,izrik/ChamberLib
AssemblyInfo.cs
AssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("ChamberLib")] [assembly: AssemblyDescription("A cross-platform library to make 3D graphics a little easier.")] [assembly: AssemblyCompany("Metaphysics Industries, Inc.")] [assembly: AssemblyCopyright("Copyright 2015 izrik and Metaphysics Industries, Inc.")] [assembl...
using System.Reflection; [assembly: AssemblyTitle("ChamberLib")] [assembly: AssemblyDescription("A cross-platform library to make 3D graphics a little easier.")] [assembly: AssemblyCompany("Metaphysics Industries, Inc.")] [assembly: AssemblyCopyright("Copyright 2015 izrik and Metaphysics Industries, Inc.")] [assembl...
lgpl-2.1
C#
749c3ff973cc5a84a792a578d38b2d226e1cb59b
Debug whether we get the controller
Chaojincoolbean/Fly
Fly/Assets/_Script/InputManager.cs
Fly/Assets/_Script/InputManager.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class InputManager : MonoBehaviour { public GameObject CameraRig; public GameObject LeftController; public GameObject RightController; public Transform LLT; //LLT = LastLeftContollerTransform public Transform LRT; //LRT = Last...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class InputManager : MonoBehaviour { public GameObject CameraRig; public GameObject LeftController; public GameObject RightController; public Transform LLT; //LLT = LastLeftContollerTransform public Transform LRT; //LRT = Last...
unlicense
C#
468c156f636fcb9043e7574726a81674b55f879d
Initialize BoolToFontWeightConverter with TrueValue=Bold and FalseValue=Normal
thomasgalliker/ValueConverters.NET
ValueConverters.NetFx/BoolToFontWeightConverter.cs
ValueConverters.NetFx/BoolToFontWeightConverter.cs
#if (NETFX || WINDOWS_PHONE) using System.Windows; #elif (NETFX_CORE) using Windows.UI.Text; #endif namespace ValueConverters { public class BoolToFontWeightConverter : BoolToValueConverter<FontWeight> { public BoolToFontWeightConverter() { this.TrueValue = FontWeights....
#if (NETFX || WINDOWS_PHONE) using System.Windows; #elif (NETFX_CORE) using Windows.UI.Text; #endif namespace ValueConverters { public class BoolToFontWeightConverter : BoolToValueConverter<FontWeight> { } }
mit
C#
c9c792c6eceb96abb716c2138f6389b91003b845
Validate product features
dnauck/License.Manager,dnauck/License.Manager
src/License.Manager.Core/Validation/CreateProductValidator.cs
src/License.Manager.Core/Validation/CreateProductValidator.cs
// // Copyright © 2012 - 2013 Nauck IT KG http://www.nauck-it.de // // Author: // Daniel Nauck <d.nauck(at)nauck-it.de> // // 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 with...
// // Copyright © 2012 - 2013 Nauck IT KG http://www.nauck-it.de // // Author: // Daniel Nauck <d.nauck(at)nauck-it.de> // // 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 with...
mit
C#
529c8d99e10d15de1e57eb157b913a025b9ebe1c
Fix typo in CardinalityAggregationDescriptor (issue #673)
SeanKilleen/elasticsearch-net,CSGOpenSource/elasticsearch-net,robrich/elasticsearch-net,wawrzyn/elasticsearch-net,junlapong/elasticsearch-net,abibell/elasticsearch-net,tkirill/elasticsearch-net,joehmchan/elasticsearch-net,jonyadamit/elasticsearch-net,DavidSSL/elasticsearch-net,Grastveit/NEST,CSGOpenSource/elasticsearch...
src/Nest/DSL/Aggregations/CardinalityAggregationDescriptor.cs
src/Nest/DSL/Aggregations/CardinalityAggregationDescriptor.cs
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Net.Configuration; using System.Text; using Nest.Resolvers; using Newtonsoft.Json; namespace Nest { public class CardinalityAggregationDescriptor<T> : MetricAggregationBaseDescriptor<CardinalityAggregationD...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Net.Configuration; using System.Text; using Nest.Resolvers; using Newtonsoft.Json; namespace Nest { public class CardinalityAggregationDescriptor<T> : MetricAggregationBaseDescriptor<CardinalityAggregationD...
apache-2.0
C#
f5bd59577c9b5842fcea2b12be80a786e4fb924f
Update package fields
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Generator/JavaConstants.cs
src/csharp/Intel/Generator/JavaConstants.cs
// SPDX-License-Identifier: MIT // Copyright (C) 2018-present iced project and contributors using System.IO; using System.Linq; namespace Generator { static class JavaConstants { public const string IcedPackage = "com.github.icedland.iced.x86"; public const string CodeAssemblerPackage = IcedPackage + ".asm"; p...
// SPDX-License-Identifier: MIT // Copyright (C) 2018-present iced project and contributors using System.IO; using System.Linq; namespace Generator { static class JavaConstants { public const string IcedPackage = "com.github.icedland.iced.x86"; public const string CodeAssemblerPackage = IcedPackage + ".asm"; p...
mit
C#
e74b7fdaf2a2887c7c69438afc7b33f6328f2fb0
fix #47
nerai/CMenu
src/ExampleMenu/Recording/FileRecordStore.cs
src/ExampleMenu/Recording/FileRecordStore.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace ExampleMenu.Recording { /// <summary> /// Stores records to files /// </summary> public class FileRecordStore : IRecordStore { public FileRecordStore () { RecordDirectory = ".\\Records\\"; } ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace ExampleMenu.Recording { /// <summary> /// Stores records to files /// </summary> public class FileRecordStore : IRecordStore { public FileRecordStore () { RecordDirectory = ".\\Records\\"; } ...
mit
C#
6edc4b1ff05f604bf000374541ed6da07236638b
bump assembly version
cgerrior/recurly-client-net,jvalladolid/recurly-client-net
Library/Properties/AssemblyInfo.cs
Library/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("Re...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Re...
mit
C#
d8559f1ad7670279438d12daabd8eefffee55fdd
Change the port to 8000 so we can run as non-admin.
Code-Sharp/uHttpSharp,habibmasuro/uhttpsharp,int6/uhttpsharp,raistlinthewiz/uhttpsharp,lstefano71/uhttpsharp,lstefano71/uhttpsharp,raistlinthewiz/uhttpsharp,int6/uhttpsharp,habibmasuro/uhttpsharp,Code-Sharp/uHttpSharp
uhttpsharp-demo/Program.cs
uhttpsharp-demo/Program.cs
/* * Copyright (C) 2011 uhttpsharp project - http://github.com/raistlinthewiz/uhttpsharp * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (...
/* * Copyright (C) 2011 uhttpsharp project - http://github.com/raistlinthewiz/uhttpsharp * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (...
lgpl-2.1
C#
5c671627fe12265929a12c6076c9e17f0bd1617e
make the track id part of the route
odedw/game-of-music,odedw/game-of-music
GameOfMusicV2/App_Start/RouteConfig.cs
GameOfMusicV2/App_Start/RouteConfig.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace GameOfMusicV2 { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace GameOfMusicV2 { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{...
mit
C#
dfcb60eb341b8a3122445415da84855efee87e5b
Use procedural instead of event-driven approach
treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk
NET/Demos/Console/Blink/Program.cs
NET/Demos/Console/Blink/Program.cs
using System; using Treehopper; using System.Threading.Tasks; using Treehopper.Desktop; using System.Windows.Threading; namespace Blink { /// <summary> /// This demo blinks the built-in LED using async programming. /// </summary> class Program { static TreehopperUsb Board; //[MTAT...
using System; using Treehopper; using System.Threading.Tasks; using Treehopper.Desktop; using System.Windows.Threading; namespace Blink { /// <summary> /// This demo blinks the built-in LED using async programming. /// </summary> class Program { static TreehopperUsb Board; //[MTAT...
mit
C#
39112b679ad584c2d3eb22161b235e7ed6f5fc68
Fix StatsPublisher error on silo shutdown
yevhen/OrleansDashboard,OrleansContrib/OrleansDashboard,yevhen/OrleansDashboard,OrleansContrib/OrleansDashboard,OrleansContrib/OrleansDashboard,yevhen/OrleansDashboard
OrleansDashboard/StatsPublisher.cs
OrleansDashboard/StatsPublisher.cs
using Orleans; using Orleans.Providers; using Orleans.Runtime; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; namespace OrleansDashboard { public class StatCounter { public string Name { get; set; } pu...
using Orleans; using Orleans.Providers; using Orleans.Runtime; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; namespace OrleansDashboard { public class StatCounter { public string Name { get; set; } pu...
mit
C#
8f1993d3c3ba6ed2cfa4b6965a917e525791d9f0
Fix a bug in RelabelingFunction
lou1306/CIV,lou1306/CIV
CIV.Ccs/Helpers/RelabelingFunction.cs
CIV.Ccs/Helpers/RelabelingFunction.cs
using System; using System.Linq; using System.Collections; using System.Collections.Generic; namespace CIV.Ccs { public class RelabelingFunction : ICollection<KeyValuePair<string, string>>, IEquatable<RelabelingFunction> { readonly IDictionary<string, string> dict = new SortedDictionary<string, string...
using System; using System.Linq; using System.Collections; using System.Collections.Generic; namespace CIV.Ccs { public class RelabelingFunction : ICollection<KeyValuePair<string, string>>, IEquatable<RelabelingFunction> { readonly IDictionary<string, string> dict = new SortedDictionary<string, string...
mit
C#
8c726af9b3128454a6d76de3816908bb57a16f3a
update version to 2.0.2.0
unvell/ReoGrid,unvell/ReoGrid
ReoGrid/Properties/AssemblyInfo.cs
ReoGrid/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("Re...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Re...
mit
C#
66eed75400f0fce0242cbe7e9da472735e88de6d
Update NotesRepository.cs
CarmelSoftware/MVCDataRepositoryXML
Models/NotesRepository.cs
Models/NotesRepository.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml.Linq; namespace IoCDependencyInjection.Models {
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml.Linq; namespace IoCDependencyInjection.Models { public class NotesRepository : INotesRepository { private List<Note> notes = new List<Note>(); private int iNumberOfEntries = 1; private XDocument doc;
mit
C#
2e9a963bba44c3d42228779c47f38dc981de35d4
Update SplitProgress.cs
wieslawsoltes/SimpleWavSplitter,wieslawsoltes/SimpleWavSplitter,wieslawsoltes/SimpleWavSplitter,wieslawsoltes/SimpleWavSplitter
SimpleWavSplitter/SplitProgress.cs
SimpleWavSplitter/SplitProgress.cs
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace SimpleWavSplitter { #region References using System; using System.Collections.Generic; using System.Linq; using System.Text; us...
/* * SimpleWavSplitter * Copyright © Wiesław Šoltés 2010-2012. All Rights Reserved */ namespace SimpleWavSplitter { #region References using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Controls; using System.Windows.Threading; ...
mit
C#
59e413e194552d03d5101c679aa18d06538b0b65
Fix Asyinc Build
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.VS.DebugEngine/AD7Util.cs
source/Cosmos.VS.DebugEngine/AD7Util.cs
using System; using System.Threading.Tasks; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using Task = System.Threading.Tasks.Task; using VSUtilities = Cosmos.VS.DebugEngine.Utilities.VS; namespace Cosmos.VS.DebugEngine { public static class AD7Util { public static vo...
using System; using System.Threading.Tasks; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using VSUtilities = Cosmos.VS.DebugEngine.Utilities.VS; namespace Cosmos.VS.DebugEngine { public static class AD7Util { public static void Log(string message, params object[] arg...
bsd-3-clause
C#
2475dcf9d92cd4793f102b353d53ccb408862f07
add todo
IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModel2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2
src/IdentityModel/Client/DiscoveryPolicy.cs
src/IdentityModel/Client/DiscoveryPolicy.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. namespace IdentityModel.Client { public class DiscoveryPolicy { internal string Authority; public bool ValidateIssuer...
// 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. namespace IdentityModel.Client { public class DiscoveryPolicy { internal string Authority; public bool ValidateIssuer...
apache-2.0
C#
3291163bdd2153c66ec1c7bbd0c9b0f1fbe1e459
Update ShellAttributeBase.cs
tiksn/TIKSN-Framework
TIKSN.Core/Shell/ShellAttributeBase.cs
TIKSN.Core/Shell/ShellAttributeBase.cs
using System; using Microsoft.Extensions.Localization; using TIKSN.Localization; namespace TIKSN.Shell { public abstract class ShellAttributeBase : Attribute { private readonly int? _integerNameKey; private readonly string _stringNameKey; protected ShellAttributeBase(int nameKey) => t...
using Microsoft.Extensions.Localization; using System; using TIKSN.Localization; namespace TIKSN.Shell { public abstract class ShellAttributeBase : Attribute { private readonly int? _integerNameKey; private readonly string _stringNameKey; protected ShellAttributeBase(int nameKey) ...
mit
C#
3fe60f3358078741a6801de4dcd8c8bbd0f5c5c5
Bump version
rabbit-link/rabbit-link,rabbit-link/rabbit-link
src/RabbitLink/Properties/AssemblyInfo.cs
src/RabbitLink/Properties/AssemblyInfo.cs
#region Usings using System.Reflection; using System.Runtime.InteropServices; #endregion // 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("R...
#region Usings using System.Reflection; using System.Runtime.InteropServices; #endregion // 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("R...
mit
C#
427618412526ab11b36f117489854a2d2565dc3f
Fix missing 'async' suffix for function
timeanddate/libtad-net
TimeAndDate.Services/AccountService.cs
TimeAndDate.Services/AccountService.cs
using System; using System.Threading.Tasks; using System.Collections.Specialized; using System.Net; using TimeAndDate.Services.Common; using System.Collections.Generic; using System.Xml; using TimeAndDate.Services.DataTypes.Account; namespace TimeAndDate.Services { public class AccountService : BaseService { /// ...
using System; using System.Threading.Tasks; using System.Collections.Specialized; using System.Net; using TimeAndDate.Services.Common; using System.Collections.Generic; using System.Xml; using TimeAndDate.Services.DataTypes.Account; namespace TimeAndDate.Services { public class AccountService : BaseService { /// ...
mit
C#
2e691d5294ea8ba525a22ce35a68bbc5c9b37248
Make LogoutCommand implement ICommand
appharbor/appharbor-cli
src/AppHarbor/Commands/LogoutCommand.cs
src/AppHarbor/Commands/LogoutCommand.cs
using System; namespace AppHarbor.Commands { public class LogoutCommand : ICommand { public void Execute(string[] arguments) { throw new NotImplementedException(); } } }
namespace AppHarbor.Commands { public class LogoutCommand { } }
mit
C#
2ac592569ff305eb3dc4d47b2c913a00dcb39383
fix bug with default sorting
mdavid626/artemis
src/Artemis.Data/CarAdvertRepository.cs
src/Artemis.Data/CarAdvertRepository.cs
using Artemis.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Linq.Dynamic; using System.Reflection; namespace Artemis.Data { public class CarAdvertRepository : ICarAdvertRepository, IDisposable { private CarAdver...
using Artemis.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Linq.Dynamic; using System.Reflection; namespace Artemis.Data { public class CarAdvertRepository : ICarAdvertRepository, IDisposable { private CarAdver...
mit
C#
aa60c82cdb707b035bcbd1d1967dc2a8c4f7e355
Use the default razor engine, not isolated
yetanotherchris/SignalrTypescriptGenerator
src/SignalrTypescriptGenerator/Program.cs
src/SignalrTypescriptGenerator/Program.cs
using System; using System.IO; using System.Reflection; using RazorEngine; using RazorEngine.Templating; using SignalrTypescriptGenerator.Models; namespace SignalrTypescriptGenerator { class Program { static void Main(string[] args) { if (args.Length == 0) { Console.WriteLine("SignalrTy...
using System; using System.IO; using System.Reflection; using RazorEngine; using RazorEngine.Templating; using SignalrTypescriptGenerator.Models; namespace SignalrTypescriptGenerator { class Program { static void Main(string[] args) { if (args.Length == 0) { Console.WriteLine("SignalrTy...
mit
C#
dd82b36e64438d8989e5ce28e25693b5c1f9b448
Update AllanRitchie Details (#725)
planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin
src/Firehose.Web/Authors/AllanRitchie.cs
src/Firehose.Web/Authors/AllanRitchie.cs
using System; using System.Collections.Generic; using System.ServiceModel.Syndication; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AllanRitchie : IAmAXamarinMVP, IAmAMicrosoftMVP, IFilterMyBlogPosts { public string FirstName => "Allan"; public string LastNam...
using System; using System.Collections.Generic; using System.ServiceModel.Syndication; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AllanRitchie : IAmAXamarinMVP, IAmAMicrosoftMVP, IFilterMyBlogPosts { public string FirstName => "Allan"; public string LastNam...
mit
C#
4cf48c7dedcc7d0da3c8d505bb5026041601719b
Document GetOverrideTargetsResponse.OverrideTargetName
mispencer/OmniSharpServer,corngood/omnisharp-server,x335/omnisharp-server,svermeulen/omnisharp-server,syl20bnr/omnisharp-server,syl20bnr/omnisharp-server,corngood/omnisharp-server,OmniSharp/omnisharp-server,x335/omnisharp-server
OmniSharp/AutoComplete/Overrides/GetOverrideTargetsResponse.cs
OmniSharp/AutoComplete/Overrides/GetOverrideTargetsResponse.cs
using System; using System.Collections.Generic; using ICSharpCode.NRefactory.CSharp.Refactoring; using ICSharpCode.NRefactory.CSharp.Resolver; using ICSharpCode.NRefactory.CSharp.TypeSystem; using ICSharpCode.NRefactory.TypeSystem; using OmniSharp.AutoComplete.Overrides; namespace OmniSharp.AutoComplete.Overrides { ...
using System; using System.Collections.Generic; using ICSharpCode.NRefactory.CSharp.Refactoring; using ICSharpCode.NRefactory.CSharp.Resolver; using ICSharpCode.NRefactory.CSharp.TypeSystem; using ICSharpCode.NRefactory.TypeSystem; using OmniSharp.AutoComplete.Overrides; namespace OmniSharp.AutoComplete.Overrides { ...
mit
C#
6dce425ef82d7151d60b413469fd7617ff00d058
use bool[] instead of HashSet<char> to lookup specials
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#
558554ff9f71b7771722f9d5b1dbd9b153b28b5e
Update AaronNelson.cs
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/AaronNelson.cs
src/Firehose.Web/Authors/AaronNelson.cs
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AaronNelson : IAmAMicrosoftMVP, IFilterMyBlogPosts { public string FirstName => "Aaron"; pu...
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AaronNelson : IAmAMicrosoftMVP, IFilterMyBlogPosts { public string FirstName => "Aaron"; pu...
mit
C#
b422a5348e8f5d514fcea122860a6f2ce0f9b498
Update DateContextEnum.cs
ADAPT/ADAPT
source/ADAPT/Common/DateContextEnum.cs
source/ADAPT/Common/DateContextEnum.cs
/******************************************************************************* * Copyright (C) 2015 AgGateway and ADAPT Contributors * Copyright (C) 2015 Deere and Company * Copyright (C) 2019 Syngenta * All rights reserved. This program and the accompanying materials * are made available under the terms of...
/******************************************************************************* * Copyright (C) 2015 AgGateway and ADAPT Contributors * Copyright (C) 2015 Deere and Company * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0...
epl-1.0
C#
09a6f74eedde55289a449ceab490b9ab4d96153b
Use a different check before calling SetDllDirectory.
dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Windows/MagickNET.cs
src/Magick.NET/Windows/MagickNET.cs
// Copyright 2013-2019 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2019 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
apache-2.0
C#
9995316089d8725d8f1af97726892a24c6943c2f
Update version number.
Damnae/storybrew
editor/Properties/AssemblyInfo.cs
editor/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("storybrew editor")] [assembly: AssemblyDe...
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("storybrew editor")] [assembly: AssemblyDe...
mit
C#
e9895a62dfdc8ce416ad987955909f71ddfee4b5
remove ApplicationUserManager link from HomeController
joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net
Joinrpg/Controllers/HomeController.cs
Joinrpg/Controllers/HomeController.cs
using System.Threading.Tasks; using System.Web.Mvc; using JoinRpg.Data.Interfaces; using JoinRpg.WebPortal.Managers; namespace JoinRpg.Web.Controllers { public class HomeController : Common.ControllerBase { private ProjectListManager ProjectListManager { get; } private const int ProjectsOnHomeP...
using System.Threading.Tasks; using System.Web.Mvc; using JoinRpg.Data.Interfaces; using JoinRpg.WebPortal.Managers; namespace JoinRpg.Web.Controllers { public class HomeController : Common.ControllerBase { private ProjectListManager ProjectListManager { get; } private const int ProjectsOnHomeP...
mit
C#
c2ea3876c8cac87744d377846fa4f516621e2e4e
delete unused references
WorldCommerce/WorldCart,WorldCommerce/WorldCart
src/WorldCart/App_Start/BundleConfig.cs
src/WorldCart/App_Start/BundleConfig.cs
using System.Web; using System.Web.Optimization; namespace WorldCart { public class BundleConfig { // For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725 public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBundle("~/bun...
using System.Web; using System.Web.Optimization; namespace WorldCart { public class BundleConfig { // For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725 public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBundle("~/bun...
mit
C#
1063f0fb6be95821eb08494154ba8633da935811
Format file via VisualStudio autoformat
hkcomputer/shopware-csharp-api-connector
LenzShopwareApi/ApiRequestExecutor.cs
LenzShopwareApi/ApiRequestExecutor.cs
using Newtonsoft.Json; using RestSharp; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lenz.ShopwareApi { public class ApiRequestExecutor { public ApiResponse<TResponse> execute<TResponse> ( IRestClient client...
using Newtonsoft.Json; using RestSharp; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lenz.ShopwareApi { public class ApiRequestExecutor { public ApiResponse<TResponse> execute<TResponse>(IRestCli...
mit
C#
0b775f46f887d7330060e4de2d26b0e70ea7d789
Remove unused method
AmadeusW/roslyn,CyrusNajmabadi/roslyn,jmarolf/roslyn,mgoertz-msft/roslyn,physhi/roslyn,mavasani/roslyn,tmat/roslyn,sharwell/roslyn,tmat/roslyn,reaction1989/roslyn,jasonmalinowski/roslyn,KevinRansom/roslyn,heejaechang/roslyn,eriawan/roslyn,ErikSchierboom/roslyn,nguerrera/roslyn,heejaechang/roslyn,gafter/roslyn,AmadeusW/...
src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ParseOptionChangedEventSource.cs
src/EditorFeatures/Core/Shared/Tagging/EventSources/TaggerEventSources.ParseOptionChangedEventSource.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.Linq; using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Text; namespace Microsoft.Co...
// 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.Linq; using Microsoft.CodeAnalysis.Editor.Tagging; using Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Text; namespace Microsoft.Co...
mit
C#
bb85124af670d07aac163dba8fbe2772a7067a23
Add a column Read() method
modulexcite/dnlib,Arthur2e5/dnlib,0xd4d/dnlib,kiootic/dnlib,ZixiangBoy/dnlib,ilkerhalil/dnlib,picrap/dnlib,yck1509/dnlib,jorik041/dnlib
dot10/dotNET/ColumnInfo.cs
dot10/dotNET/ColumnInfo.cs
using System; using System.IO; namespace dot10.dotNET { /// <summary> /// Info about one column in a MD table /// </summary> public class ColumnInfo { byte offset; ColumnSize columnSize; byte size; string name; /// <summary> /// Returns the column offset within the table row /// </summary> public...
namespace dot10.dotNET { /// <summary> /// Info about one column in a MD table /// </summary> public class ColumnInfo { byte offset; ColumnSize columnSize; byte size; string name; /// <summary> /// Returns the column offset within the table row /// </summary> public int Offset { get { return of...
mit
C#
014409e7bf7e3d9edc817a81f6db46104dfb0646
Use IBinaryReader
picrap/dnlib,kiootic/dnlib,yck1509/dnlib,ilkerhalil/dnlib,Arthur2e5/dnlib,modulexcite/dnlib,jorik041/dnlib,0xd4d/dnlib,ZixiangBoy/dnlib
dot10/dotNET/ColumnInfo.cs
dot10/dotNET/ColumnInfo.cs
using System; using System.IO; using dot10.IO; namespace dot10.dotNET { /// <summary> /// Info about one column in a MD table /// </summary> public class ColumnInfo { byte offset; ColumnSize columnSize; byte size; string name; /// <summary> /// Returns the column offset within the table row /// </s...
using System; using System.IO; namespace dot10.dotNET { /// <summary> /// Info about one column in a MD table /// </summary> public class ColumnInfo { byte offset; ColumnSize columnSize; byte size; string name; /// <summary> /// Returns the column offset within the table row /// </summary> public...
mit
C#
b9f0cb1205f0269aac53387c44c474dab5a1d0d0
Fix dependency of environment gap
garafu/ExcelExtension
AddIn/Command/MakeGridCommand.cs
AddIn/Command/MakeGridCommand.cs
namespace ExcelX.AddIn.Command { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ExcelX.AddIn.Config; using Excel = Microsoft.Office.Interop.Excel; /// <summary> /// 「方眼紙」コマンド /// </summary> public cl...
namespace ExcelX.AddIn.Command { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ExcelX.AddIn.Config; using Excel = Microsoft.Office.Interop.Excel; /// <summary> /// 「方眼紙」コマンド /// </summary> public cl...
mit
C#
af32a0294d17926f8ad2ec6834925fe2b4815c94
Update BankAccountServiceTest.cs
open-pay/openpay-dotnet,EzyWebwerkstaden/openpay-dotnet
OpenpayTest/BankAccountServiceTest.cs
OpenpayTest/BankAccountServiceTest.cs
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Openpay; using Openpay.Entities; using System.Collections.Generic; namespace OpenpayTest { [TestClass] public class BankAccountServiceTest { private static readonly string customer_id = "adyytoegxm6boiusecxm"; [TestMe...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Openpay; using Openpay.Entities; using System.Collections.Generic; namespace OpenpayTest { [TestClass] public class BankAccountServiceTest { private static readonly string customer_id = "adyytoegxm6boiusecxm"; [TestMe...
apache-2.0
C#
3cb3be2b8fcd6bfd81cc28e18fe39dd3f894cc29
check for empty
bitsummation/pickaxe,bitsummation/pickaxe
Pickaxe.Runtime/SelectDownloadPage.cs
Pickaxe.Runtime/SelectDownloadPage.cs
/* Copyright 2015 Brock Reeve * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in wr...
/* Copyright 2015 Brock Reeve * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in wr...
apache-2.0
C#
1e6428919fb41e1095e0cffb16c2883e35a9a792
Bump the version.
darrencauthon/AutoMoq,darrencauthon/AutoMoq,darrencauthon/AutoMoq
src/AutoMoq/Properties/AssemblyInfo.cs
src/AutoMoq/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("AutoMoq")] [assembly: AssemblyDes...
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("AutoMoq")] [assembly: AssemblyDes...
mit
C#
1a9558a28a7946a496cdf2d089f7a8cc91c29d8b
fix naming
jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Av...
src/Avalonia.X11/XEmbedTrayIconImpl.cs
src/Avalonia.X11/XEmbedTrayIconImpl.cs
using System; using Avalonia.Controls.Platform; using Avalonia.Logging; using Avalonia.Platform; namespace Avalonia.X11 { internal class XEmbedTrayIconImpl { public XEmbedTrayIconImpl() { } private bool _isCalled; private void NotImplemented() { if(...
using System; using Avalonia.Controls.Platform; using Avalonia.Logging; using Avalonia.Platform; namespace Avalonia.X11 { internal class XEmbedTrayIconImpl { public XEmbedTrayIconImpl() { } private bool IsCalled; private void NotImplemented() { if(I...
mit
C#
094dfc698fc994fa24f75e3fe272453de853b026
Create a prefix for Git-Tfs metadata
NathanLBCooper/git-tfs,WolfVR/git-tfs,kgybels/git-tfs,modulexcite/git-tfs,irontoby/git-tfs,steveandpeggyb/Public,bleissem/git-tfs,guyboltonking/git-tfs,adbre/git-tfs,TheoAndersen/git-tfs,modulexcite/git-tfs,bleissem/git-tfs,andyrooger/git-tfs,timotei/git-tfs,kgybels/git-tfs,allansson/git-tfs,timotei/git-tfs,jeremy-sylv...
GitTfs/GitTfsConstants.cs
GitTfs/GitTfsConstants.cs
using System.Text.RegularExpressions; namespace Sep.Git.Tfs { public static class GitTfsConstants { public static readonly Regex Sha1 = new Regex("[a-f\\d]{40}", RegexOptions.IgnoreCase); public static readonly Regex Sha1Short = new Regex("[a-f\\d]{4,40}", RegexOptions.IgnoreCase); publ...
using System.Text.RegularExpressions; namespace Sep.Git.Tfs { public static class GitTfsConstants { public static readonly Regex Sha1 = new Regex("[a-f\\d]{40}", RegexOptions.IgnoreCase); public static readonly Regex Sha1Short = new Regex("[a-f\\d]{4,40}", RegexOptions.IgnoreCase); publ...
apache-2.0
C#
81478ca03697c705f4a08b9520bccf63d8b004ab
Bump version for release
programcsharp/griddly,jehhynes/griddly,programcsharp/griddly,jehhynes/griddly,programcsharp/griddly
Build/CommonAssemblyInfo.cs
Build/CommonAssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyProduct("Griddly")] [assembly: AssemblyCopyright("Copyright © 2013-2018 Chris Hynes and Data Research Group")] [assembly: ComVisible(false)] // Version information for an assembly consists of the following four values: // // Majo...
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyProduct("Griddly")] [assembly: AssemblyCopyright("Copyright © 2013-2018 Chris Hynes and Data Research Group")] [assembly: ComVisible(false)] // Version information for an assembly consists of the following four values: // // Majo...
mit
C#
9d42d5f95784279c3d12b02e7e50d8437fef03de
fix movapic.com preview
azyobuzin/Mystique,fin-alice/Mystique
Casket/Resolvers/MovaPic.cs
Casket/Resolvers/MovaPic.cs
using Acuerdo.External.Uploader; namespace Casket.Resolvers { public class MovaPic : IResolver { public bool IsResolvable(string url) { return url.StartsWith("http://movapic.com/pic/"); } public string Resolve(string url) { if (IsResolvable(url)...
using Acuerdo.External.Uploader; namespace Casket.Resolvers { public class MovaPic : IResolver { public bool IsResolvable(string url) { return url.StartsWith("http://movapic.com/pic/"); } public string Resolve(string url) { if (IsResolvable(url)...
mit
C#
bd3c037ebe868afa0d3b2d7f87f04bdaccd41c9a
build fix
beforan/illNES,beforan/illNES,beforan/illNES
src/illNES.CPU/Types/Instruction.cs
src/illNES.CPU/Types/Instruction.cs
namespace illNES.CPU.Types { /// <summary> /// Data structure for a single CPU instruction /// </summary> internal class Instruction { public Instruction(Ops execCode, AddressModes mode, ushort length, int cycles) { ExecCode = execCode; Mode = mode; ...
namespace illNES.CPU.Types { /// <summary> /// Data structure for a single CPU instruction /// </summary> internal class Instruction { public Instruction(Ops execCode, AddressModes mode, int length, int cycles) { ExecCode = execCode; Mode = mode; ...
mit
C#
28c17c3ab1ff40009d99ad7ef897f34d09012eda
set attributes
stwalkerster/eyeinthesky,stwalkerster/eyeinthesky,stwalkerster/eyeinthesky
EyeInTheSky/StalkLogItem.cs
EyeInTheSky/StalkLogItem.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; namespace EyeInTheSky { class StalkLogItem { private string stalk; private RecentChange rc; public StalkLogItem(string flag, RecentChange rcitem) { stalk = flag;...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; namespace EyeInTheSky { class StalkLogItem { private string stalk; private RecentChange rc; public StalkLogItem(string flag, RecentChange rcitem) { stalk = flag;...
mit
C#
ec1cf8b50848ce1dfa60b163ca2f2a69eb8c2f9e
Change version to 2.3.1.
yolanother/DockPanelSuite
WinFormsUI/Properties/AssemblyInfo.cs
WinFormsUI/Properties/AssemblyInfo.cs
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Diagnostics.CodeAnalysis; [assembly: AssemblyTitle("DockPanel Suite for .Net 2.0")] [assembly: AssemblyDescription(".Net Docking Library for Windows Forms")] [assembly: AssemblyConf...
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Diagnostics.CodeAnalysis; [assembly: AssemblyTitle("DockPanel Suite for .Net 2.0")] [assembly: AssemblyDescription(".Net Docking Library for Windows Forms")] [assembly: AssemblyConf...
mit
C#
269b486db86a507c65eeb99921c824ae3d88903d
order usings in Xbehave.Test/Api.cs
xbehave/xbehave.net,adamralph/xbehave.net
tests/Xbehave.Test/Api.cs
tests/Xbehave.Test/Api.cs
namespace Xbehave.Test { using PublicApiGenerator; using Xbehave; using Xbehave.Test.Infrastructure; using Xunit; public class Api { [Fact] public void IsUnchanged() => #if NETCOREAPP2_1 AssertFile.Contains(ApiGenerator.GeneratePublicApi(typeof(ScenarioAt...
namespace Xbehave.Test { using Xbehave; using PublicApiGenerator; using Xunit; using Xbehave.Test.Infrastructure; public class Api { [Fact] public void IsUnchanged() => #if NETCOREAPP2_1 AssertFile.Contains(ApiGenerator.GeneratePublicApi(typeof(ScenarioAt...
mit
C#
375c88a2512fa55f4ec505ce1132b613a735b224
Add support for older versions API
mainefremov/vk,Soniclev/vk,vknet/vk,kadkin/vk,kkohno/vk,rassvet85/vk,vknet/vk
VkNet/Model/AudioAlbum.cs
VkNet/Model/AudioAlbum.cs
using VkNet.Utils; namespace VkNet.Model { /// <summary> /// Информация об аудиоальбоме. /// </summary> /// <remarks> /// Страница документации ВКонтакте <see href="http://vk.com/dev/audio.getAlbums"/>. /// </remarks> public class AudioAlbum { /// <summary> ...
using VkNet.Utils; namespace VkNet.Model { /// <summary> /// Информация об аудиоальбоме. /// </summary> /// <remarks> /// Страница документации ВКонтакте <see href="http://vk.com/dev/audio.getAlbums"/>. /// </remarks> public class AudioAlbum { /// <summary> ...
mit
C#
e77a4e30a549835d507efefe9a8c5e3f7ec7198a
Use static factory method for constructing Context class
pawotter/mastodon-api-cs
Mastodon.API/Entities/Context.cs
Mastodon.API/Entities/Context.cs
using System; using System.Collections.Generic; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Mastodon.API { /// <summary> /// Context. /// https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#card /// </summary> public class Context { [Jso...
using System; using System.Collections.Generic; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Mastodon.API { /// <summary> /// Context. /// https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#card /// </summary> public class Context { [Jso...
mit
C#
20c4bc5c12b1b9325cf8f5c285812287382ce80a
Add utilities to Lives.
dirty-casuals/LD38-A-Small-World
Assets/Scripts/World/Lives.cs
Assets/Scripts/World/Lives.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; [System.Serializable] public class LivesEvent : UnityEvent<int> { } public class Lives : MonoBehaviour { [SerializeField] private int numberStartLives = 5; [SerializeField] private int playerId ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; [System.Serializable] public class LivesEvent : UnityEvent<int> { } public class Lives : MonoBehaviour { [SerializeField] private int numberStartLives = 5; [SerializeField] private int playerId ...
mit
C#
5f949efb562040b2c9309effaa7dd681f441418b
Make stash provide strictly
Miruken-DotNet/Miruken
Source/Miruken/Api/Stash.cs
Source/Miruken/Api/Stash.cs
namespace Miruken.Api { using System; using System.Collections.Generic; using Callback; [Unmanaged] public class Stash : Handler { private readonly bool _root; private readonly Dictionary<Type, object> _data; public Stash(bool root = false) { _root ...
namespace Miruken.Api { using System; using System.Collections.Generic; using Callback; [Unmanaged] public class Stash : Handler { private readonly bool _root; private readonly Dictionary<Type, object> _data; public Stash(bool root = false) { _root ...
mit
C#
d3fa4040c442d2dfd0f6ac8e79f2b476e6b7cfc4
Increment version
markembling/MarkEmbling.Utils,markembling/MarkEmbling.Utilities
MarkEmbling.Utils/Properties/AssemblyInfo.cs
MarkEmbling.Utils/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("Ma...
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("Ma...
mit
C#
a1495d9ff1c8665db24120b413d04f0aacc9f776
use NullLoggerFactory.Instance in AbpDateTimeModelBinder
ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,ilyhacker/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,carldai0106/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,verdentk/aspnetboilerplate,ilyhacker/aspnetboilerplate,verdentk/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,...
src/Abp.AspNetCore/AspNetCore/Mvc/ModelBinding/AbpDateTimeModelBinder.cs
src/Abp.AspNetCore/AspNetCore/Mvc/ModelBinding/AbpDateTimeModelBinder.cs
using System; using System.Threading.Tasks; using Abp.Timing; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Mvc.ModelBinding.Binders; using Microsoft.Extensions.Logging.Abstractions; namespace Abp.AspNetCore.Mvc.ModelBinding { public class AbpDateTimeModelBinder : IModelBinder { ...
using System; using System.Threading.Tasks; using Abp.Timing; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Mvc.ModelBinding.Binders; namespace Abp.AspNetCore.Mvc.ModelBinding { public class AbpDateTimeModelBinder : IModelBinder { private readonly Type _type; private r...
mit
C#
04fc6b261c54226c9d8a4f91c9b35cdde5bed1d9
Fix handling of CAST in type completion provider
terrajobst/nquery-vnext
src/NQuery.Authoring/Completion/Providers/TypeCompletionProvider.cs
src/NQuery.Authoring/Completion/Providers/TypeCompletionProvider.cs
using System; using System.Collections.Generic; using System.Linq; using NQuery.Syntax; namespace NQuery.Authoring.Completion.Providers { internal sealed class TypeCompletionProvider : ICompletionProvider { public IEnumerable<CompletionItem> GetItems(SemanticModel semanticModel, int position) ...
using System; using System.Collections.Generic; using System.Linq; using NQuery.Syntax; namespace NQuery.Authoring.Completion.Providers { internal sealed class TypeCompletionProvider : ICompletionProvider { public IEnumerable<CompletionItem> GetItems(SemanticModel semanticModel, int position) ...
mit
C#
d32292269e43254928839447798ae8fa7e919c99
Remove comment
inputfalken/Sharpy
Sharpy/src/Implementation/NumberGenerator.cs
Sharpy/src/Implementation/NumberGenerator.cs
using System; namespace Sharpy.Implementation { /// <summary> /// </summary> internal sealed class NumberGenerator : Unique<int> { internal NumberGenerator(Random random) : base(random) { } internal int RandomNumber(int min, int max, bool unique = false) { var nex...
using System; namespace Sharpy.Implementation { // ReSharper disable once ClassNeverInstantiated.Global // Is generated from json /// <summary> /// </summary> internal sealed class NumberGenerator : Unique<int> { internal NumberGenerator(Random random) : base(random) { } ...
mit
C#
4dc85826d1ab89638d469acdbb019f8a2c920e0e
Improve thread safety of value propagation from `SafeAreaProvidingContainer`
peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework
osu.Framework/Graphics/Containers/SafeAreaDefiningContainer.cs
osu.Framework/Graphics/Containers/SafeAreaDefiningContainer.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.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics.Primitives; using osu.Framework.Platform; namespace osu.Framework.Graphics.C...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics.Primitives; using osu.Framework.Platform; namespace osu.Framework.Graphics.C...
mit
C#
824fdc7c2db8a2f92a38e800ba67881478e4a461
Test Commit for a GitHub from VS2015
Microsoft/o365rwsclient
ReportObject.cs
ReportObject.cs
using Microsoft.Office365.ReportingWebServiceClient.Utils; using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Serialization; namespace Microsoft.Office365.ReportingWebServiceClient { /// <summary> /// This is representing an object of the RWS Report returned...
using Microsoft.Office365.ReportingWebServiceClient.Utils; using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Serialization; namespace Microsoft.Office365.ReportingWebServiceClient { /// <summary> /// This is representing an object of the RWS Report returned...
mit
C#
c3cfe85d1007166d93a895f672763dd668e47c62
Include Apple Team Id
bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity
test/mobile/features/fixtures/maze_runner/Assets/Scripts/Builder.cs
test/mobile/features/fixtures/maze_runner/Assets/Scripts/Builder.cs
using System.Linq; using UnityEngine; #if UNITY_EDITOR using UnityEditor; using UnityEditor.Callbacks; public class Builder : MonoBehaviour { // Generates mazerunner.apk public static void AndroidBuild() { Debug.Log("Building Android app..."); PlayerSettings.SetApplicationIdentifier(Build...
using System.Linq; using UnityEngine; #if UNITY_EDITOR using UnityEditor; using UnityEditor.Callbacks; public class Builder : MonoBehaviour { // Generates mazerunner.apk public static void AndroidBuild() { Debug.Log("Building Android app..."); PlayerSettings.SetApplicationIdentifier(Build...
mit
C#
3f1b9edabe20478578e05f85476d8acaf06eb62d
Fix regression in android build parsing behaviour
NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,peppy/osu
osu.Android/OsuGameAndroid.cs
osu.Android/OsuGameAndroid.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using Android.App; using Android.OS; using osu.Game; using osu.Game.Updater; namespace osu.Android { public class OsuGameAndroid : OsuGame { ...
// 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 Android.App; using osu.Game; using osu.Game.Updater; namespace osu.Android { public class OsuGameAndroid : OsuGame { public override...
mit
C#
d7a61f7982a61c994595c6fe3e0c08c496d212bc
Add ChangeOutputInheritence test
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/BlockchainAnalysis/CoinJoinAnonscoreTests.cs
WalletWasabi.Tests/UnitTests/BlockchainAnalysis/CoinJoinAnonscoreTests.cs
using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using System.Text; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Tests.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitTests.B...
using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using System.Text; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Tests.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitTests.B...
mit
C#
3840563a69af59bd31a54567a75e89d5810c68c2
Update Program.cs
runnersQueue/3minutes
SubFolderTest/TestGit/Program.cs
SubFolderTest/TestGit/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Urho; using Urho.Gui; using Urho.Resources; using Urho.Shapes; namespace TestGit { class Program : SimpleApplication { Program(ApplicationOptions options = null) :base(options) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Urho; using Urho.Gui; using Urho.Resources; using Urho.Shapes; namespace TestGit { class Program : SimpleApplication { Program(ApplicationOptions options = null) :base(options) { ...
mit
C#