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
14f43e3749a0322dbccd817764192a95f0b989af
Bump version to 1.0.1.0
PatrickDinh/Toolbelt.Upserter
Toolbelt.Upserter/Properties/AssemblyInfo.cs
Toolbelt.Upserter/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("To...
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("To...
mit
C#
ec9349b3418911ed4ac6c1d6ef73fdffc21354b8
Update CharlinAgramonte.cs (#316)
planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin
src/Firehose.Web/Authors/CharlinAgramonte.cs
src/Firehose.Web/Authors/CharlinAgramonte.cs
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using Firehose.Web.Infrastructure; namespace Firehose.Web { public class CharlinAgramonte : IAmACommunityMember, IFilterMyBlogPosts { public string FirstName => "Charlin"; public string Las...
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using Firehose.Web.Infrastructure; namespace Firehose.Web { public class CharlinAgramonte : IAmACommunityMember, IFilterMyBlogPosts { public string FirstName => "Charlin"; public string Las...
mit
C#
9905d23120bda188c5b2962984845d75f908efd0
Undo changes with ScriptRuntimeException
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/ScriptRuntimeException.cs
src/Scriban/Syntax/ScriptRuntimeException.cs
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; namespace Scriban.Syntax { public class Script...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; namespace Scriban.Syntax { public class Script...
bsd-2-clause
C#
8a71ae7e5cae8947dbc609d144cc783440ffba00
Return compilation object from CSharpCompiler.Compile method.
JeffreyZhao/SeeJit
src/SeeJit.Core/Compilation/CSharpCompiler.cs
src/SeeJit.Core/Compilation/CSharpCompiler.cs
namespace SeeJit.Compilation { using System.IO; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; public class CSharpCompiler { public static CSharpCompilation Compile(string assemblyName, string code, TextWrite...
namespace SeeJit.Compilation { using System.IO; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; public class CSharpCompiler { public static SemanticModel Compile(string assemblyName, string code, TextWriter er...
mit
C#
c181c0181176b3894f1ffba11ebe0b468b79f2f2
change fileSize to long (from int)
kfrancis/wistia.net
src/Wistia.Core/Services/Data/Models/Asset.cs
src/Wistia.Core/Services/Data/Models/Asset.cs
#region License, Terms and Conditions // // Asset.cs // // Author: Kori Francis <twitter.com/djbyter> // Copyright (C) 2014 Kori Francis. All rights reserved. // // THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW: // // Permission is hereby granted, free of charge, to any person obt...
#region License, Terms and Conditions // // Asset.cs // // Author: Kori Francis <twitter.com/djbyter> // Copyright (C) 2014 Kori Francis. All rights reserved. // // THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW: // // Permission is hereby granted, free of charge, to any person obt...
mit
C#
7ab028576ed581073f338eb1abaa11c58620a2cb
Change `RoundedButton` to source from overlay colour provider
NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu
osu.Game/Graphics/UserInterfaceV2/RoundedButton.cs
osu.Game/Graphics/UserInterfaceV2/RoundedButton.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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Graphics.UserInter...
mit
C#
451dd5c8f0f28dfec98c01ed3284b422535abbda
fix LockedFramebuffer.Size assigment from constructor
AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wie...
src/Avalonia.Visuals/Platform/LockedFramebuffer.cs
src/Avalonia.Visuals/Platform/LockedFramebuffer.cs
using System; namespace Avalonia.Platform { public class LockedFramebuffer : ILockedFramebuffer { private readonly Action _onDispose; public LockedFramebuffer(IntPtr address, PixelSize size, int rowBytes, Vector dpi, PixelFormat format, Action onDispose) { _onD...
using System; namespace Avalonia.Platform { public class LockedFramebuffer : ILockedFramebuffer { private readonly Action _onDispose; public LockedFramebuffer(IntPtr address, PixelSize size, int rowBytes, Vector dpi, PixelFormat format, Action onDispose) { _onD...
mit
C#
117c1d67144bb0df11dd95e9c0b4d37ef5a6081a
Remove unused exc message
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Extensions/ExceptionExtensions.cs
WalletWasabi/Extensions/ExceptionExtensions.cs
using System.Collections.Generic; using System.Net.Http; using System.Text; using WalletWasabi.Helpers; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Models; namespace System { public static class ExceptionExtensions { public static Dictionary<string, string> Translations { get; } = new Dictionary<string, ...
using System.Collections.Generic; using System.Net.Http; using System.Text; using WalletWasabi.Helpers; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Models; namespace System { public static class ExceptionExtensions { public static Dictionary<string, string> Translations { get; } = new Dictionary<string, ...
mit
C#
55fedfb38fda13694cb02dd08593261a9cdcac23
Add MaxDeltaTime to Time class (#663)
prime31/Nez,prime31/Nez,ericmbernier/Nez,prime31/Nez
Nez.Portable/Utils/Time.cs
Nez.Portable/Utils/Time.cs
using System.Runtime.CompilerServices; namespace Nez { /// <summary> /// provides frame timing information /// </summary> public static class Time { /// <summary> /// total time the game has been running /// </summary> public static float TotalTime; /// <summary> /// delta time from the previous fr...
using System.Runtime.CompilerServices; namespace Nez { /// <summary> /// provides frame timing information /// </summary> public static class Time { /// <summary> /// total time the game has been running /// </summary> public static float TotalTime; /// <summary> /// delta time from the previous fr...
mit
C#
22c11e1c9ea11777a452d2f404f496f049284d31
Set RenderTexture.dimension property at first for OpenGL rendering mode
nobnak/DomeMaster
DomeMaster.cs
DomeMaster.cs
using UnityEngine; using System.Collections; namespace DomeMasterSystem { [ExecuteInEditMode] [RequireComponent(typeof(Camera))] public class DomeMaster : MonoBehaviour { public enum TextureTypeEnum { RenderTexture = 0, CubeMap } [System.Flags] public enum FaceMaskFlags { Right = 1 << 0, Left = 1 << ...
using UnityEngine; using System.Collections; namespace DomeMasterSystem { [ExecuteInEditMode] [RequireComponent(typeof(Camera))] public class DomeMaster : MonoBehaviour { public enum TextureTypeEnum { RenderTexture = 0, CubeMap } [System.Flags] public enum FaceMaskFlags { Right = 1 << 0, Left = 1 << ...
mit
C#
9246593a309884a9f12b6f5e295cf9af12f6b793
Bump version
gonzalocasas/NetMetrixSDK
Properties/AssemblyInfo.cs
Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Resources; // 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. [ass...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Resources; // 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. [ass...
mit
C#
576548773f3372fcfaee69c9e8238ace66da276c
Document and clean up the binding code
rdparker/RabidWarren.Collections
Enumerable.cs
Enumerable.cs
// ----------------------------------------------------------------------- // <copyright file="Enumerable.cs" company="Ron Parker"> // Copyright 2014 Ron Parker // </copyright> // <summary> // Provides an extension method for converting IEnumerables to Multimaps. // </summary> // ------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace RabidWarren.Collections.Generic { public static class Enumerable { public static Multimap<TKey, TElement> ToMultimap<TSource, TKey, TElement>( this IEnumerable<TSource> source, Func<...
mit
C#
04049e1ca5cbe879d25f1ff477f603390a4da4d3
Fix spelling typos.
dotnet/roslyn,agocke/roslyn,CyrusNajmabadi/roslyn,wvdd007/roslyn,mattscheffer/roslyn,MichalStrehovsky/roslyn,physhi/roslyn,stephentoub/roslyn,panopticoncentral/roslyn,physhi/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,physhi/roslyn,orthoxerox/roslyn,cston/roslyn,MichalStrehovsky/roslyn,davkean/roslyn,gafter/roslyn,lo...
src/Compilers/Core/Portable/Operations/ICompoundAssignmentOperation.cs
src/Compilers/Core/Portable/Operations/ICompoundAssignmentOperation.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. namespace Microsoft.CodeAnalysis.Operations { /// <summary> /// Represents a compound assignment that mutates the target with the result of a binary ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Operations { /// <summary> /// Represents a compound assignment that mutates the target with the result of a binary ...
mit
C#
1bc132f88af2662aaaffaceaef8e37209ae9b45a
Update from last commit
mike-kaufman/Glimpse.Prototype,Glimpse/Glimpse.Prototype,Glimpse/Glimpse.Prototype,pranavkm/Glimpse.Prototype,Glimpse/Glimpse.Prototype,pranavkm/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,pranavkm/Glimpse.Prot...
src/Glimpse.Agent.Web/Framework/DefaultIgnoredRequestPolicyProvider.cs
src/Glimpse.Agent.Web/Framework/DefaultIgnoredRequestPolicyProvider.cs
using System; using System.Collections.Generic; using System.Linq; namespace Glimpse.Agent.Web { public class DefaultIgnoredRequestPolicyProvider : IIgnoredRequestPolicyProvider { private readonly ITypeService _typeService; public DefaultIgnoredRequestPolicyProvider(ITypeService typeService)...
using System; using System.Collections.Generic; using System.Linq; namespace Glimpse.Agent.Web { public class DefaultIgnoredRequestProvider : IIgnoredRequestProvider { private readonly ITypeService _typeService; public DefaultIgnoredRequestProvider(ITypeService typeService) { ...
mit
C#
4bb1eb49bca60382763b99ce8dbe716be8184a1b
clean up Obsolete method
wangkanai/Detection
src/Responsive.Core/src/Builders/ResponsiveOptionsBuilderExtensions.cs
src/Responsive.Core/src/Builders/ResponsiveOptionsBuilderExtensions.cs
// Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved. // The Apache v2. See License.txt in the project root for license information. using System; using Wangkanai.Detection; using Wangkanai.Responsive; namespace Microsoft.AspNetCore.Builder { public static class ResponsiveOptionsBuilderExtensions ...
// Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved. // The Apache v2. See License.txt in the project root for license information. using System; using Wangkanai.Detection; using Wangkanai.Responsive; namespace Microsoft.AspNetCore.Builder { public static class ResponsiveOptionsBuilderExtensions ...
apache-2.0
C#
86b6131307c33bae13b017935ebb30dfda6a7628
Update RunPoolingSystem.cs
cdrandin/Simple-Object-Pooling
Source/RunPoolingSystem.cs
Source/RunPoolingSystem.cs
using UnityEngine; using System.Collections; using System.Collections.Generic; public class RunPoolingSystem : MonoBehaviour { public bool test; public List<GameObject> objects_to_pool; public List<GameObject> objects_in_the_pool; // Use this for initialization void Start () { } // Update is called on...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class RunPoolingSystem : MonoBehaviour { public bool test; public List<GameObject> objects_to_pool; public List<GameObject> objects_in_the_pool; // Use this for initialization void Start () { } // Update is called on...
mit
C#
9c95ec18de971d56717e270882f6bbf85c81df32
Update WeaponComponent with using directive for Matcha.Game.Colors.
jguarShark/Unity2D-Components,cmilr/Unity2D-Components
Weapons/WeaponComponent.cs
Weapons/WeaponComponent.cs
using UnityEngine; using System.Collections; using Matcha.Game.Colors; public class WeaponComponent : CacheBehaviour { public string idleAnimation; public string runAnimation; public string jumpAnimation; void Start () { // spriteRenderer.color = new Color(0f, 0f, 0f, 1f); // Set to opaqu...
using UnityEngine; using System.Collections; public class WeaponComponent : CacheBehaviour { public string idleAnimation; public string runAnimation; public string jumpAnimation; void Start () { // spriteRenderer.color = new Color(0f, 0f, 0f, 1f); // Set to opaque black SetAnimatio...
mit
C#
fcafc32ed31d490093d39cd9f4b36245e95cda7a
work done on opening scene
oussamabonnor1/Catcheep
Documents/Unity3D/Catcheep/Assets/Scripts/OpeningSceneScript.cs
Documents/Unity3D/Catcheep/Assets/Scripts/OpeningSceneScript.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class OpeningSceneScript : MonoBehaviour { // Use this for initialization void Start () { StartCoroutine(opening()); } // Update is called once per frame void Update () { } I...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class OpeningSceneScript : MonoBehaviour { // Use this for initialization void Start () { StartCoroutine(opening()); } // Update is called once per frame void Update () { } I...
mit
C#
a1ea89cf99f946a402b86b61562c86e61c2f2853
Remove redundant hWnd check
Excel-DNA/IntelliSense
Source/ExcelDna.IntelliSense/UIMonitor/WindowLocationWatcher.cs
Source/ExcelDna.IntelliSense/UIMonitor/WindowLocationWatcher.cs
using System; using System.Threading; namespace ExcelDna.IntelliSense { public class WindowLocationWatcher : IDisposable { IntPtr _hWnd; SynchronizationContext _syncContextAuto; WinEventHook _windowLocationChangeHook; public event EventHandler LocationChanged; // NOTE...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; namespace ExcelDna.IntelliSense { public class WindowLocationWatcher : IDisposable { IntPtr _hWnd; SynchronizationContext _syncContextAuto; WinEventHook _windowLocationChangeHook; ...
mit
C#
5b86faaaa273e1c6270401265e2c957f31589e13
Remove semicolons from poll page
stevenhillcox/voting-application,tpkelly/voting-application,stevenhillcox/voting-application,tpkelly/voting-application,stevenhillcox/voting-application,Generic-Voting-Application/voting-application,Generic-Voting-Application/voting-application,JDawes-ScottLogic/voting-application,JDawes-ScottLogic/voting-application,t...
VotingApplication/VotingApplication.Web/Views/Poll/Index.cshtml
VotingApplication/VotingApplication.Web/Views/Poll/Index.cshtml
<!DOCTYPE html> <html ng-app="VoteOn-Poll"> <head> <title>Vote On</title> <meta name="viewport" content="initial-scale=1"> @Styles.Render("~/Bundles/StyleLib/AngularMaterial") @Styles.Render("~/Bundles/StyleLib/FontAwesome") @Styles.Render("~/Bundles/VotingStyle") </head> <body> <div layout=...
<!DOCTYPE html> <html ng-app="VoteOn-Poll"> <head> <title>Vote On</title> <meta name="viewport" content="initial-scale=1"> @Styles.Render("~/Bundles/StyleLib/AngularMaterial") @Styles.Render("~/Bundles/StyleLib/FontAwesome") @Styles.Render("~/Bundles/VotingStyle") </head> <body> <div layout=...
apache-2.0
C#
08d70ee74a8e63d87273e6dcf34564199b702e36
Fix tests
visualeyes/cabinet,visualeyes/cabinet,visualeyes/cabinet
test/Cabinet.Tests/Config/FileCabinetConverterFactoryFacts.cs
test/Cabinet.Tests/Config/FileCabinetConverterFactoryFacts.cs
using Cabinet.Config; using Moq; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace Cabinet.Tests.Config { public class FileCabinetConverterFactoryFacts { private readonly FileCabinetConfigConverterFactory converterFactory; publ...
using Cabinet.Config; using Moq; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace Cabinet.Tests.Config { public class FileCabinetConverterFactoryFacts { private readonly FileCabinetConfigConverterFactory converterFactory; publ...
mit
C#
a391a0af041f1163c3ad83bab8d3f7439d80eb85
Update AssemblyInfo.cs
304NotModified/NLog.ManualFlush,NLog/NLog.ManualFlush
NLog.ManualFlush/Properties/AssemblyInfo.cs
NLog.ManualFlush/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("NL...
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("NL...
apache-2.0
C#
a130e9d325866f29b086adafa68f7cf38c001b99
Disable test on MacOS.
dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Settings/MagickSettingsTests/TheFontProperty.cs
tests/Magick.NET.Tests/Settings/MagickSettingsTests/TheFontProperty.cs
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET. // Licensed under the Apache License, Version 2.0. using ImageMagick; using Xunit; namespace Magick.NET.Tests { public partial class MagickSettingsTests { public class TheFontProperty { [Fact] public voi...
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET. // Licensed under the Apache License, Version 2.0. using ImageMagick; using Xunit; namespace Magick.NET.Tests { public partial class MagickSettingsTests { public class TheFontProperty { [Fact] public voi...
apache-2.0
C#
df095c07496879a2e833bc55f97e7ab228bcf5ed
Rename MemoryHandle PinnedPointer to Pointer and add property HasPointer. (#14604)
ruben-ayrapetyan/coreclr,poizan42/coreclr,wtgodbe/coreclr,krk/coreclr,yizhang82/coreclr,JosephTremoulet/coreclr,ruben-ayrapetyan/coreclr,cshung/coreclr,wateret/coreclr,poizan42/coreclr,cshung/coreclr,wateret/coreclr,yizhang82/coreclr,wtgodbe/coreclr,krk/coreclr,yizhang82/coreclr,yizhang82/coreclr,JosephTremoulet/corecl...
src/mscorlib/shared/System/Buffers/MemoryHandle.cs
src/mscorlib/shared/System/Buffers/MemoryHandle.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.Runtime; using System.Runtime.InteropServices; namespace System.Buffers { public unsafe struct Mem...
// 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.Runtime; using System.Runtime.InteropServices; namespace System.Buffers { public unsafe struct Mem...
mit
C#
7f6bf67ab991640ee65b8de75f97f49a4b486289
Update comments
Kentico/Deliver-.NET-SDK,Kentico/delivery-sdk-net
Kentico.Kontent.Delivery.Abstractions/IDeliveryCacheManager.cs
Kentico.Kontent.Delivery.Abstractions/IDeliveryCacheManager.cs
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Kentico.Kontent.Delivery.Abstractions { /// <summary> /// Cache responses against the Kentico Kontent Delivery API. /// </summary> public interface IDeliveryCacheManager { /// <summar...
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Kentico.Kontent.Delivery.Abstractions { public interface IDeliveryCacheManager { Task<T> GetOrAddAsync<T>(string key, Func<Task<T>> valueFactory, Func<T, bool> shouldCache = null, Func<T, IEnumer...
mit
C#
b50461251f57483085ab4cb856ff06eb442250b0
Add more tests for ExportDocumentsCommand
eggapauli/MyDocs,eggapauli/MyDocs
Common.Test/ViewModel/ExportDocumentsCommandTest.cs
Common.Test/ViewModel/ExportDocumentsCommandTest.cs
using FakeItEasy; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using MyDocs.Common.Contract.Service; using MyDocs.Common.Model; using System.Threading.Tasks; namespace MyDocs.Common.Test.ViewModel { public partial class DocumentViewModelTest { [TestMethod] public...
using FakeItEasy; using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using MyDocs.Common.Contract.Service; using MyDocs.Common.Model; namespace MyDocs.Common.Test.ViewModel { public partial class DocumentViewModelTest { [TestMethod] public void ExportDocumentsCommandSh...
mit
C#
7d928675d0d9343524b04b85757440d199bd4e64
Delete DeleteRedundantEvents option
melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drymidi
DryWetMidi/Smf/WritingSettings/CompressionPolicy.cs
DryWetMidi/Smf/WritingSettings/CompressionPolicy.cs
using System; namespace Melanchall.DryWetMidi.Smf { /// <summary> /// Specifies how writing engine should compress MIDI data. The default is <see cref="NoCompression"/>. /// </summary> [Flags] public enum CompressionPolicy { /// <summary> /// Don't use any compression on the MI...
using System; namespace Melanchall.DryWetMidi.Smf { /// <summary> /// Specifies how writing engine should compress MIDI data. The default is <see cref="NoCompression"/>. /// </summary> [Flags] public enum CompressionPolicy { /// <summary> /// Don't use any compression on the MI...
mit
C#
1a474592625ccc97b47b11bdb953dcdbf3fdd8a9
Fix taiko difficulty adjust scroll speed being shown with too low precision
ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu
osu.Game.Rulesets.Taiko/Mods/TaikoModDifficultyAdjust.cs
osu.Game.Rulesets.Taiko/Mods/TaikoModDifficultyAdjust.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.Linq; using osu.Game.Beatmaps; using osu.Game.Configuration; using osu.Game.Rulesets.Mods; namespace osu.Game.Rulesets.Taiko.Mods { public class TaikoMo...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Game.Beatmaps; using osu.Game.Configuration; using osu.Game.Rulesets.Mods; namespace osu.Game.Rulesets.Taiko.Mods { public class TaikoMo...
mit
C#
a7bcae48694a1ead3949cedcf866c59d3b77d751
Add startup value for the slider
peppy/osu,DrabWeb/osu,peppy/osu,naoey/osu,ZLima12/osu,ppy/osu,EVAST9919/osu,Nabile-Rahmani/osu,johnneijzen/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,DrabWeb/osu,smoogipoo/osu,ppy/osu,2yangk23/osu,NeoAdonis/osu,peppy/osu-new,naoey/osu,2yangk23/osu,UselessToucan/osu,Frontear/osuKyzer,ZLima12/osu,EVAST9919/osu,Neo...
osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs
osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Timing; using osu.Framework.Configuration; namespace osu.Game.Screens.Play.ReplaySettings { public class PlaybackSettings : ReplayGroup...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Timing; using osu.Framework.Configuration; namespace osu.Game.Screens.Play.ReplaySettings { public class PlaybackSettings : ReplayGroup...
mit
C#
f3b7a4926e5a26cc8a5df37bb4a3b45c2afe326d
Remove redundant using statements
playmyskay/cppcheck-vs-addin,Dmitry-Me/cppcheck-vs-addin,VioletGiraffe/cppcheck-vs-addin
CPPCheckPlugin/SuppressionsSettingsUI/SuppressionsSettings.xaml.cs
CPPCheckPlugin/SuppressionsSettingsUI/SuppressionsSettings.xaml.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; namespace VSPackage.CPPCheckPlugin.SuppressionSettingsUI { /// <summary> /// Interaction logic for SuppressionsSettings.xaml /// </summary> public partial class SuppressionsSettings : Window { public str...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
mit
C#
84f74834416a2dd2df5d6e7e2b56957f85bccf4d
Fix for NH-3111 - SelectJoinDetector should try to rewrite sub queries
lnu/nhibernate-core,nkreipke/nhibernate-core,alobakov/nhibernate-core,ManufacturingIntelligence/nhibernate-core,livioc/nhibernate-core,fredericDelaporte/nhibernate-core,hazzik/nhibernate-core,fredericDelaporte/nhibernate-core,gliljas/nhibernate-core,ManufacturingIntelligence/nhibernate-core,hazzik/nhibernate-core,Manuf...
src/NHibernate/Linq/Visitors/SelectJoinDetector.cs
src/NHibernate/Linq/Visitors/SelectJoinDetector.cs
using System.Linq.Expressions; using NHibernate.Linq.ReWriters; using Remotion.Linq.Clauses; using Remotion.Linq.Clauses.Expressions; namespace NHibernate.Linq.Visitors { internal class SelectJoinDetector : NhExpressionTreeVisitor { private readonly IIsEntityDecider _isEntityDecider; private readonly I...
using System.Linq.Expressions; using NHibernate.Linq.ReWriters; using Remotion.Linq.Clauses; namespace NHibernate.Linq.Visitors { internal class SelectJoinDetector : NhExpressionTreeVisitor { private readonly IIsEntityDecider _isEntityDecider; private readonly IJoiner _joiner; private bool _hasIdenti...
lgpl-2.1
C#
cc3133d1c8af6d6ef6154b960703aafa005af92d
fix observable hash set but indicating to rebuild the list everytime.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Helpers/ConcurrentObservableHashSet.cs
WalletWasabi/Helpers/ConcurrentObservableHashSet.cs
using System.Collections.Generic; using System.Collections.Specialized; using ConcurrentCollections; namespace System.Collections.ObjectModel { public class ConcurrentObservableHashSet<T> : INotifyCollectionChanged, IReadOnlyCollection<T> { protected ConcurrentHashSet<T> ConcurrentHashSet { get; } private obje...
using System.Collections.Generic; using System.Collections.Specialized; using ConcurrentCollections; namespace System.Collections.ObjectModel { public class ConcurrentObservableHashSet<T> : INotifyCollectionChanged, IReadOnlyCollection<T> { protected ConcurrentHashSet<T> ConcurrentHashSet { get; } private obje...
mit
C#
e96dd7982334b22c12e2eec2e3ca08bd48e1fd5c
Change name of the property for the status transition to match the API too
richardlawley/stripe.net,stripe/stripe-dotnet
src/Stripe.net/Entities/StripeStatusTransitions.cs
src/Stripe.net/Entities/StripeStatusTransitions.cs
using System; using Newtonsoft.Json; using Stripe.Infrastructure; namespace Stripe { public class StripeStatusTransitions : StripeEntity { [JsonConverter(typeof(StripeDateTimeConverter))] [JsonProperty("canceled")] public DateTime? Canceled { get; set; } [JsonConverter(typeof(...
using System; using Newtonsoft.Json; using Stripe.Infrastructure; namespace Stripe { public class StripeStatusTransitions : StripeEntity { [JsonConverter(typeof(StripeDateTimeConverter))] [JsonProperty("canceled")] public DateTime? Canceled { get; set; } [JsonConverter(typeof(...
apache-2.0
C#
eba61ee8159349bc4ecc44c6b6658ad8e2113667
Remove Hp-Reborn
bunashibu/kikan
Assets/Scripts/Hp/Hp.cs
Assets/Scripts/Hp/Hp.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Hp : IGauge<int> { public void Plus(int quantity) { Cur += quantity; AdjustBoundary(); } public void Minus(int quantity) { Cur -= quantity; AdjustBoundary(); } private void AdjustBoundary() { if...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Hp : IGauge<int> { public void Plus(int quantity) { Cur += quantity; AdjustBoundary(); } public void Minus(int quantity) { Cur -= quantity; AdjustBoundary(); } private void AdjustBoundary() { if...
mit
C#
641656b2e3717f830439bd7eb41157efc410a8c6
Add new createInstance overloads to scriptbuilderfactory.cs to support scriptbuildersettings args
Ackara/Daterpillar
src/Daterpillar.Core/TextTransformation/ScriptBuilderFactory.cs
src/Daterpillar.Core/TextTransformation/ScriptBuilderFactory.cs
using System; using System.Collections.Generic; using System.Reflection; namespace Acklann.Daterpillar.TextTransformation { public class ScriptBuilderFactory { public ScriptBuilderFactory() { LoadAssemblyTypes(); } public IScriptBuilder CreateInstance(string name) ...
using System; using System.Collections.Generic; using System.Reflection; namespace Acklann.Daterpillar.TextTransformation { public class ScriptBuilderFactory { public ScriptBuilderFactory() { LoadAssemblyTypes(); } public IScriptBuilder CreateInstance(string name) ...
mit
C#
7ccb2a1e1b382a0c79993ea880ada8c8c8dad4bc
Improve error message in html attribute merging
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/Framework/Framework/Compilation/HtmlAttributeValueMerger.cs
src/Framework/Framework/Compilation/HtmlAttributeValueMerger.cs
using DotVVM.Framework.Binding; using DotVVM.Framework.Compilation.Binding; using DotVVM.Framework.Controls; using DotVVM.Framework.Utils; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; namespace DotVVM.Framework...
using DotVVM.Framework.Binding; using DotVVM.Framework.Compilation.Binding; using DotVVM.Framework.Controls; using DotVVM.Framework.Utils; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; namespace DotVVM.Framework...
apache-2.0
C#
7b342fe508a15dd2acabff932a4285926136b28b
Add missing CustomerProfileResponse properties
TSEVOLLC/GIDX.SDK-csharp
src/GIDX.SDK/Models/CustomerIdentity/CustomerProfileResponse.cs
src/GIDX.SDK/Models/CustomerIdentity/CustomerProfileResponse.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GIDX.SDK.Models.CustomerIdentity { public class CustomerProfileResponse : ResponseBase, IReasonCodes { public string MerchantCustomerID { get; set; } public st...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GIDX.SDK.Models.CustomerIdentity { public class CustomerProfileResponse : ResponseBase { public string MerchantCustomerID { get; set; } public List<Name> Name { get; s...
mit
C#
07bff2d776840c2b21c9eee82313ee060888a263
Use Lazy rather than IGitHubServiceProvider
github/VisualStudio,github/VisualStudio,github/VisualStudio
src/GitHub.InlineReviews/Margins/InlineCommentMarginProvider.cs
src/GitHub.InlineReviews/Margins/InlineCommentMarginProvider.cs
using System; using System.ComponentModel.Composition; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Utilities; using Microsoft.VisualStudio.Text.Editor; using Microsoft.VisualStudio.Text.Tagging; using Microsoft.VisualStudio.Text.Classification; using GitHub.Services; using GitHub.VisualStudio; usi...
using System; using System.ComponentModel.Composition; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Utilities; using Microsoft.VisualStudio.Text.Editor; using Microsoft.VisualStudio.Text.Tagging; using Microsoft.VisualStudio.Text.Classification; using GitHub.Services; using GitHub.VisualStudio; usi...
mit
C#
91c0aa0bcd46cfa2cffb4567fb71dc4b7946b9bf
Remove duplicate mention of FormCheckbox
EzyWebwerkstaden/n2cms,VoidPointerAB/n2cms,n2cms/n2cms,nicklv/n2cms,nicklv/n2cms,EzyWebwerkstaden/n2cms,SntsDev/n2cms,nimore/n2cms,VoidPointerAB/n2cms,EzyWebwerkstaden/n2cms,DejanMilicic/n2cms,nimore/n2cms,EzyWebwerkstaden/n2cms,SntsDev/n2cms,bussemac/n2cms,nimore/n2cms,EzyWebwerkstaden/n2cms,nicklv/n2cms,DejanMilicic/...
src/Mvc/Dinamico/Dinamico/Registrations/FreeFormRegistration.cs
src/Mvc/Dinamico/Dinamico/Registrations/FreeFormRegistration.cs
using System.Web.UI.WebControls; using Dinamico.Controllers; using Dinamico.Models; using N2.Definitions.Runtime; using N2.Web.Mvc; namespace Dinamico.Registrations { [Registration] public class FreeFormRegistration : FluentRegisterer<FreeForm> { public override void RegisterDefinition(IContentRegistr...
using System.Web.UI.WebControls; using Dinamico.Controllers; using Dinamico.Models; using N2.Definitions.Runtime; using N2.Web.Mvc; namespace Dinamico.Registrations { [Registration] public class FreeFormRegistration : FluentRegisterer<FreeForm> { public override void RegisterDefinition(IContentRegistr...
lgpl-2.1
C#
aae5b836eafb67d41b49950c3f0e6d01e282d124
Update Student-Data.cs
DeanCabral/Code-Snippets
Console/Student-Data.cs
Console/Student-Data.cs
class StudentData { static void Main(string[] args) { GetUserInput(); } static void GetUserInput() { int studentNumber; string studentName; string scoredMarks; Console.Write("Input Student Number: "); ...
class StudentData { static void Main(string[] args) { GetUserInput(); } static void GetUserInput() { int studentNumber; string studentName; string scoredMarks; Console.Write("Input Student Number: "); ...
mit
C#
02c28a6e25e42fddda95c2e469e3f3d3b78002c7
Make the UI fps configurable via a query string argument
ronenmiz/appflinger-mediaroom,ronenmiz/appflinger-mediaroom
AppFlinger.net/Default.aspx.cs
AppFlinger.net/Default.aspx.cs
using System; using System.Web; using System.Net; using System.Web.UI; using System.Web.UI.WebControls; using Microsoft.TV.TVControls; using Microsoft.TV.TVControls.Actions; using Microsoft.TV.TVControls.Collections; namespace AppFlinger { public partial class Default : System.Web.UI.Page { pr...
using System; using System.Web; using System.Net; using System.Web.UI; using System.Web.UI.WebControls; using Microsoft.TV.TVControls; using Microsoft.TV.TVControls.Events; namespace AppFlinger { public partial class Default : System.Web.UI.Page { protected void Page_Load(object sender, EventA...
agpl-3.0
C#
2f9ed212678e5207e6c96867a002acf3c7bf2008
add support for no language in LiteralNode
Mathos1432/dotNetSPARQL
dotNetSPARQL/Nodes/LiteralNode.cs
dotNetSPARQL/Nodes/LiteralNode.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace dotNetSPARQL.Nodes { public class LiteralNode : INode { private string _value; private string _language; public LiteralNode(string value, string language = "") ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace dotNetSPARQL.Nodes { public class LiteralNode : INode { private string _value; private string _language; public LiteralNode(string value, string language) ...
mit
C#
a23f8baf25f006956fc66bdcbc9515644450abd4
Fix EOI emails are not sent
croquet-australia/api.croquet-australia.com.au
source/CroquetAustralia.WebApi/Controllers/TournamentEntryController.cs
source/CroquetAustralia.WebApi/Controllers/TournamentEntryController.cs
using System; using System.Threading.Tasks; using System.Web.Http; using CroquetAustralia.Domain.Features.TournamentEntry; using CroquetAustralia.Domain.Features.TournamentEntry.Commands; using CroquetAustralia.Domain.Features.TournamentEntry.Events; using CroquetAustralia.Domain.Services.Queues; namespace Cr...
using System.Threading.Tasks; using System.Web.Http; using CroquetAustralia.Domain.Features.TournamentEntry.Commands; using CroquetAustralia.Domain.Features.TournamentEntry.Events; using CroquetAustralia.Domain.Services.Queues; namespace CroquetAustralia.WebApi.Controllers { [RoutePrefix("tournament-entry...
mit
C#
d53351b063a2c639f72368705d11938aa7610326
Disable read timeout for now
HelloKitty/Booma.Proxy
src/Booma.Proxy.Client/Decorators/NetworkClientPacketReaderDecorator.cs
src/Booma.Proxy.Client/Decorators/NetworkClientPacketReaderDecorator.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using FreecraftCore.Serializer; using System.Threading; namespace Booma.Proxy { /// <summary> /// Decorator that adds header reading functionality to the <see cref="NetworkClientBase...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using FreecraftCore.Serializer; using System.Threading; namespace Booma.Proxy { /// <summary> /// Decorator that adds header reading functionality to the <see cref="NetworkClientBase...
agpl-3.0
C#
89a84cd00f065d882f5f4d13e4b04b6fa927c234
Update form name in validation of decision activity
omidnasri/Orchard,Serlead/Orchard,AdvantageCS/Orchard,fassetar/Orchard,hbulzy/Orchard,gcsuk/Orchard,hbulzy/Orchard,bedegaming-aleksej/Orchard,yersans/Orchard,omidnasri/Orchard,yersans/Orchard,aaronamm/Orchard,Fogolan/OrchardForWork,jimasp/Orchard,hannan-azam/Orchard,Fogolan/OrchardForWork,hbulzy/Orchard,jtkech/Orchard,...
src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Forms/DecisionForms.cs
src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Forms/DecisionForms.cs
using System; using Orchard.DisplayManagement; using Orchard.Forms.Services; using Orchard.Localization; namespace Orchard.Scripting.CSharp.Forms { public class DecisionForms : IFormProvider { protected dynamic Shape { get; set; } public Localizer T { get; set; } public DecisionForms(ISha...
using System; using Orchard.DisplayManagement; using Orchard.Forms.Services; using Orchard.Localization; namespace Orchard.Scripting.CSharp.Forms { public class DecisionForms : IFormProvider { protected dynamic Shape { get; set; } public Localizer T { get; set; } public DecisionForms(ISha...
bsd-3-clause
C#
e8522a5e66aaf8f794c20f222dd626b459fcc74f
add timeout param
justcoding121/Algorithm-Sandbox,justcoding121/Advanced-Algorithms
Advanced.Algorithms/Distributed/AsyncQueue.cs
Advanced.Algorithms/Distributed/AsyncQueue.cs
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace Advanced.Algorithms.Distributed { /// <summary> /// A simple asynchronous multi-thread supporting producer/consumer FIFO queue with minimal locking. /// </summary> public class AsyncQueue<T> { ...
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace Advanced.Algorithms.Distributed { /// <summary> /// A simple asynchronous multi-thread supporting producer/consumer FIFO queue with minimal locking. /// </summary> public class AsyncQueue<T> { ...
mit
C#
9a5ea511517d8adecf1b779fc88bf5806eafa77d
Update the version number in the CommonUtil AssemblyInfo.
blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon
Compiler/CommonUtil/Properties/AssemblyInfo.cs
Compiler/CommonUtil/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("CommonUtil")] [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("CommonUtil")] [assembly: AssemblyDe...
mit
C#
9733593f3eba2c700fc83312c5829a3b256779b1
Add a root state type
grantcolley/dipstate
DevelopmentInProgress.DipState/DipStateType.cs
DevelopmentInProgress.DipState/DipStateType.cs
using System.Xml.Serialization; namespace DevelopmentInProgress.DipState { public enum DipStateType { [XmlEnum("1")] Standard = 1, [XmlEnum("2")] Auto = 2, [XmlEnum("3")] Root = 3 } }
using System.Xml.Serialization; namespace DevelopmentInProgress.DipState { public enum DipStateType { [XmlEnum("1")] Standard = 1, [XmlEnum("2")] Auto = 3 } }
apache-2.0
C#
c564ee836838febebb33b50d4ed2f7a5f123397d
Update Class1.cs
wroclawZETO/DokumentyPacjenci
DokumentyPacjenci/DokumentyPacjenci/Class1.cs
DokumentyPacjenci/DokumentyPacjenci/Class1.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DokumentyPacjenci { public class Class1 { void a() { } int b = 5; int a = 10; } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DokumentyPacjenci { public class Class1 { void a() { } int b = 5; } }
mit
C#
08ebe7b55b3e0b60ceed0f3f25084b43d0f1e2af
Fix broken tests getting items from the valid root
pveller/Sitecore.FakeDb,sergeyshushlyapin/Sitecore.FakeDb
test/Sitecore.FakeDb.Serialization.Tests/Deserialize/DeserializeTree.cs
test/Sitecore.FakeDb.Serialization.Tests/Deserialize/DeserializeTree.cs
namespace Sitecore.FakeDb.Serialization.Tests.Deserialize { using System.Linq; using Xunit; [Trait("Deserialize", "Deserializing a tree of items")] public class DeserializeTree : DeserializeTestBase { public DeserializeTree() { this.Db.Add(new DsDbItem(SerializationId.SampleTemplateFolder, tru...
namespace Sitecore.FakeDb.Serialization.Tests.Deserialize { using System.Linq; using Xunit; [Trait("Deserialize", "Deserializing a tree of items")] public class DeserializeTree : DeserializeTestBase { public DeserializeTree() { this.Db.Add(new DsDbItem(SerializationId.SampleTemplateFolder, tru...
mit
C#
cba26dccfde78f109977a51d2ad38d8c4b65cd1f
Improve example program
emailclue/emailclue-dotnet
EmailClueConsoleApp/Program.cs
EmailClueConsoleApp/Program.cs
using EmailClue; using System; namespace EmailClueConsoleApp { class Program { static void Main(string[] args) { var token = "PUBLIC_TEST_TOKEN"; IEmailClue emailClue = new EmailClue.EmailClue(token); ValidateToConsole(emailClue, "test@gmail.com"); ...
using EmailClue; using System; namespace EmailClueConsoleApp { class Program { static void Main(string[] args) { var token = "PUBLIC_TEST_TOKEN"; IEmailClue emailClue = new EmailClue.EmailClue(token); ValidateToConsole(emailClue, "test@gmail.com"); ...
mit
C#
bb7592b22693eb749274631acbd496a8dfc84edb
Fix error page.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex/Areas/IdentityServer/Startup.cs
backend/src/Squidex/Areas/IdentityServer/Startup.cs
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
mit
C#
934bcaf82e8851415a44656151f30a1c9eb5ed7f
Adjust tests
ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu
osu.Game.Rulesets.Taiko.Tests/TaikoDifficultyCalculatorTest.cs
osu.Game.Rulesets.Taiko.Tests/TaikoDifficultyCalculatorTest.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.Game.Beatmaps; using osu.Game.Rulesets.Difficulty; using osu.Game.Rulesets.Taiko.Difficulty; using osu.Game.Rulesets.Taiko.Mods; using os...
// 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.Game.Beatmaps; using osu.Game.Rulesets.Difficulty; using osu.Game.Rulesets.Taiko.Difficulty; using osu.Game.Rulesets.Taiko.Mods; using os...
mit
C#
358e570f6ad6705d4efe23c2524d449bbc60ca75
throw an exception if the expected command is missing
SexyFishHorse/IrcClient4Net
IrcClient4Net/Validators/ResponseValidator.cs
IrcClient4Net/Validators/ResponseValidator.cs
namespace SexyFishHorse.Irc.Client.Validators { using System; using SexyFishHorse.Irc.Client.Models; public class ResponseValidator : IResponseValidator { public void ValidateCommand(IrcMessage message, string expectedCommand) { if (string.IsNullOrWhiteSpace(expectedCommand...
namespace SexyFishHorse.Irc.Client.Validators { using SexyFishHorse.Irc.Client.Models; public class ResponseValidator : IResponseValidator { public void ValidateCommand(IrcMessage message, string expectedCommand) { if (message == null) { throw new Re...
mit
C#
1de94ab92c1dd04f9366236e65190b60f77bcb35
build fails with latest VS (17.1) due to inconsistent nullability annotations
GeertvanHorrik/Fody,Fody/Fody
FodyHelpers/TryFindTypeFunc.cs
FodyHelpers/TryFindTypeFunc.cs
using System; using Mono.Cecil; namespace Fody { [Obsolete("No longer required as BaseModuleWeaver.TryFindType has been replace with BaseModuleWeaver.TryFindTypeDefinition", false)] public delegate bool TryFindTypeFunc(string typeName, out TypeDefinition? type); }
using System; using System.Diagnostics.CodeAnalysis; using Mono.Cecil; namespace Fody { [Obsolete("No longer required as BaseModuleWeaver.TryFindType has been replace with BaseModuleWeaver.TryFindTypeDefinition", false)] public delegate bool TryFindTypeFunc(string typeName, [NotNullWhen(true)] out TypeDefinit...
mit
C#
a1f5ea2b7992f28174bb575e17e5a5cac962435e
change Buffer to store the length independent of the array
acple/ParsecSharp
ParsecSharp/Data/Internal/Buffer.cs
ParsecSharp/Data/Internal/Buffer.cs
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace ParsecSharp.Internal { public sealed class Buffer<TToken> : IReadOnlyList<TToken> { private readonly TToken[] _buffer; private readonly Lazy<Buffer<TToken>> _next; public TToken this...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace ParsecSharp.Internal { public sealed class Buffer<TToken> : IReadOnlyList<TToken> { private readonly TToken[] _buffer; private readonly Lazy<Buffer<TToken>> _next; public TToken this...
mit
C#
782542ee386dfb9f5e6bd71f0875e37af0cd55ba
Update TypeMatchFilter.cs
Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore
src/JsonApiDotNetCore/Middleware/TypeMatchFilter.cs
src/JsonApiDotNetCore/Middleware/TypeMatchFilter.cs
using System; using System.Linq; using JsonApiDotNetCore.Internal; using JsonApiDotNetCore.Services; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Filters; namespace JsonApiDotNetCore.Middleware { public class TypeMatchFilter : IActionFilter { private readonly IJsonApiContext _jsonApi...
using System; using System.Linq; using JsonApiDotNetCore.Internal; using JsonApiDotNetCore.Services; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Filters; namespace JsonApiDotNetCore.Middleware { public class TypeMatchFilter : IActionFilter { private readonly IJsonApiContext _jsonApi...
mit
C#
b00136447aaba7cb32cd13546c0b23d178e96ae5
Add no-op BindMethod
neuecc/MagicOnion
src/MagicOnion.Server/Glue/MagicOnionGlueService.cs
src/MagicOnion.Server/Glue/MagicOnionGlueService.cs
using System; using System.Collections.Generic; using System.Reflection; using System.Reflection.Emit; using System.Text; using Grpc.Core; namespace MagicOnion.Server.Glue { internal class MagicOnionGlueService { public static Type CreateType() { var dynamicAssembly = AssemblyBuilde...
using System; using System.Collections.Generic; using System.Reflection; using System.Reflection.Emit; using System.Text; namespace MagicOnion.Server.Glue { internal static class MagicOnionGlueService { public static Type CreateType() { var dynamicAssembly = AssemblyBuilder.DefineDy...
mit
C#
1c853a5f501506d98b51a6fd5189cdfa60e8fa56
Change the plugin library load path
tparviainen/oscilloscope
PluginLoader.Tests/Plugins_Tests.cs
PluginLoader.Tests/Plugins_Tests.cs
using PluginContracts; using System; using System.Collections.Generic; using Xunit; namespace PluginLoader.Tests { public class Plugins_Tests { [Fact] public void PluginsFoundFromLibsFolder() { // Arrange var path = @"..\..\..\..\Libs"; // Act ...
using PluginContracts; using System; using System.Collections.Generic; using Xunit; namespace PluginLoader.Tests { public class Plugins_Tests { [Fact] public void PluginsFoundFromLibsFolder() { // Arrange var path = @"..\..\..\..\LAN\bin\Debug\netstandard1.3"; ...
mit
C#
4c17070639bb3de6d907bca1f31aa1c5b400d47e
update design page link (#560)
reactiveui/website,reactiveui/website,reactiveui/website,reactiveui/website
input/contribute/design/index.cshtml
input/contribute/design/index.cshtml
Order: 100 --- <p> See <a href="https://github.com/reactiveui/website/issues?q=is%3Aissue+is%3Aopen+label%3Adesign">design</a> </p>
Order: 100 --- See https://github.com/reactiveui/website/issues?q=is%3Aissue+is%3Aopen+label%3Adesign
mit
C#
79aa2d0684f6f3d7d6f3efadac0bab6584143566
Fix to OpenCV example.
mohtamohit/CppSharp,xistoso/CppSharp,Samana/CppSharp,nalkaro/CppSharp,mono/CppSharp,inordertotest/CppSharp,genuinelucifer/CppSharp,txdv/CppSharp,KonajuGames/CppSharp,KonajuGames/CppSharp,genuinelucifer/CppSharp,Samana/CppSharp,mydogisbox/CppSharp,inordertotest/CppSharp,genuinelucifer/CppSharp,mono/CppSharp,inordertotes...
examples/OpenCV/OpenCV.cs
examples/OpenCV/OpenCV.cs
using CppSharp.Generators; using CppSharp.Passes; namespace CppSharp { class OpenCV : ILibrary { public void Setup(Driver driver) { var options = driver.Options; options.LibraryName = "OpenCV"; options.Headers.Add("opencv2/core/core_c.h"); option...
using CppSharp.Generators; using CppSharp.Passes; namespace CppSharp { class OpenCV : ILibrary { public void Setup(DriverOptions options) { options.LibraryName = "OpenCV"; options.Headers.Add("opencv2/core/core_c.h"); options.Headers.Add("opencv2/core/types_...
mit
C#
b55d16d87e3fa8da66871d50f6a4d7ce62f5cb28
Repair path actions delegate
awaescher/RepoZ,awaescher/RepoZ
RepoZ.Api.Win/IO/WindowsPathActionProvider.cs
RepoZ.Api.Win/IO/WindowsPathActionProvider.cs
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using RepoZ.Api.IO; using GongSolutions.Shell; using System.Drawing; namespace RepoZ.Api.Win.IO { public class WindowsPathActionProvider : IPathActionProvider...
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using RepoZ.Api.IO; using GongSolutions.Shell; using System.Drawing; namespace RepoZ.Api.Win.IO { public class WindowsPathActionProvider : IPathActionProvider...
mit
C#
ae47eb61caf9ef810cd0d2d56f12164d78f45c05
Fix test not working when not logged in
ppy/osu,naoey/osu,smoogipoo/osu,DrabWeb/osu,2yangk23/osu,2yangk23/osu,UselessToucan/osu,ZLima12/osu,UselessToucan/osu,DrabWeb/osu,peppy/osu,ZLima12/osu,ppy/osu,peppy/osu,naoey/osu,NeoAdonis/osu,johnneijzen/osu,EVAST9919/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,EVAST9919/osu,pep...
osu.Game.Tests/Visual/TestCaseUpdateableBeatmapBackgroundSprite.cs
osu.Game.Tests/Visual/TestCaseUpdateableBeatmapBackgroundSprite.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.Allocation; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Beatmaps.Draw...
// 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.Allocation; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Beatmaps.Draw...
mit
C#
589578d1f403ff8df19078470edfc161536a6876
Remove trailing slash from base URL
uhaciogullari/SimpleMvcSitemap,FeodorFitsner/SimpleMvcSitemap
SimpleMvcSitemap/BaseUrlProvider.cs
SimpleMvcSitemap/BaseUrlProvider.cs
using System.Web; using System.Web.Mvc; namespace SimpleMvcSitemap { class BaseUrlProvider : IBaseUrlProvider { public string GetBaseUrl(HttpContextBase httpContext) { //http://stackoverflow.com/a/1288383/205859 HttpRequestBase request = httpContext.Request; ...
using System.Web; using System.Web.Mvc; namespace SimpleMvcSitemap { class BaseUrlProvider : IBaseUrlProvider { public string GetBaseUrl(HttpContextBase httpContext) { //http://stackoverflow.com/a/1288383/205859 HttpRequestBase request = httpContext.Request; ...
mit
C#
84bf9bfe05ac92e4726ebadd9af06cf12d746526
implement figureIdRepository
PedDavid/qip,PedDavid/qip,PedDavid/qip
Server/API.Repositories/FigureIdRepository.cs
Server/API.Repositories/FigureIdRepository.cs
using API.Interfaces.IRepositories; using System; using System.Collections.Generic; using System.Text; namespace API.Repositories { public class FigureIdRepository : IFigureIdRepository { private readonly SqlServerTemplate _queryTemplate; public FigureIdRepository(SqlServerTemplate queryTemplate)...
using API.Interfaces.IRepositories; using System; using System.Collections.Generic; using System.Text; namespace API.Repositories { public class FigureIdRepository : IFigureIdRepository { public long GetMaxId() { return 0;//TODO } } }
mit
C#
aa60605eaec4e95e22d2ae8baf6bcb66005348e5
Update ICosmosTableRepositoryInitializer.cs
tiksn/TIKSN-Framework
TIKSN.Core/Data/CosmosTable/ICosmosTableRepositoryInitializer.cs
TIKSN.Core/Data/CosmosTable/ICosmosTableRepositoryInitializer.cs
using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Cosmos.Table; namespace TIKSN.Data.CosmosTable { public interface ICosmosTableRepositoryInitializer<T> where T : ITableEntity { Task InitializeAsync(CancellationToken cancellationToken); } }
using Microsoft.Azure.Cosmos.Table; using System.Threading; using System.Threading.Tasks; namespace TIKSN.Data.CosmosTable { public interface ICosmosTableRepositoryInitializer<T> where T : ITableEntity { Task InitializeAsync(CancellationToken cancellationToken); } }
mit
C#
bce3cbf00a97b8817e34e6bcb9f3937549aecaaf
Update MemoryCachedCurrencyConverterOptions.cs
tiksn/TIKSN-Framework
TIKSN.Core/Finance/Cache/MemoryCachedCurrencyConverterOptions.cs
TIKSN.Core/Finance/Cache/MemoryCachedCurrencyConverterOptions.cs
using System; namespace TIKSN.Finance.Cache { public class MemoryCachedCurrencyConverterOptions { public TimeSpan CacheInterval { get; set; } } }
using System; namespace TIKSN.Finance.Cache { public class MemoryCachedCurrencyConverterOptions { public TimeSpan CacheInterval { get; set; } } }
mit
C#
205366c377d853d68db35db44c4740980067028d
add StartNotify to SharedData
NaamloosDT/ModCore,NaamloosDT/ModCore
ModCore/Entities/SharedData.cs
ModCore/Entities/SharedData.cs
using ModCore.Api; using System; using System.Threading; namespace ModCore.Entities { public class SharedData { public CancellationTokenSource CTS { get; internal set; } public DateTime ProcessStartTime { get; internal set; } public SemaphoreSlim TimerSempahore { get; interna...
using ModCore.Api; using System; using System.Threading; namespace ModCore.Entities { public class SharedData { public CancellationTokenSource CTS { get; private set; } public DateTime ProcessStartTime { get; private set; } public SemaphoreSlim TimerSempahore { get; private s...
mit
C#
5b09f012ad5bb16ea5c57a3355899008836e49fe
Package Update #CHANGE: Pushed AdamsLair.WinForms 1.1.5
AdamsLair/winforms
WinForms/Properties/AssemblyInfo.cs
WinForms/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
mit
C#
887b7b565ccbfb0e45da5524ea5a54a83c49ec50
remove DocumentName
wvdd007/roslyn,AlekseyTs/roslyn,reaction1989/roslyn,ErikSchierboom/roslyn,tmat/roslyn,eriawan/roslyn,mavasani/roslyn,CyrusNajmabadi/roslyn,genlu/roslyn,eriawan/roslyn,brettfo/roslyn,physhi/roslyn,diryboy/roslyn,panopticoncentral/roslyn,jmarolf/roslyn,panopticoncentral/roslyn,tannergooding/roslyn,aelij/roslyn,KevinRanso...
src/Features/Core/Portable/FindUsages/ExternalReferenceItem.cs
src/Features/Core/Portable/FindUsages/ExternalReferenceItem.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. namespace Microsoft.CodeAnalysis.FindUsages { /// <summary> /// Information about a symbol's reference that...
// 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. namespace Microsoft.CodeAnalysis.FindUsages { /// <summary> /// Information about a symbol's reference that...
mit
C#
fab27872680798aee3398e0414c332b8a04178e0
Add String ExtensionMethod
Nanabell/NoAdsHere
NoAdsHere/Common/Extentions.cs
NoAdsHere/Common/Extentions.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using NoAdsHere.Database.Models.GuildSettings; namespace NoAdsHere.Common { public static class Extentions { public static string RemoveWhitespace(this string input) ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using NoAdsHere.Database.Models.GuildSettings; namespace NoAdsHere.Common { public static class Extentions { public static bool CheckChannelPermission(this IMessageCh...
mit
C#
600946c58b558a72015b56655026af365037902a
clarify comment in Interop.NETStandard.cs
ravimeda/cli,harshjain2/cli,svick/cli,Faizan2304/cli,dasMulli/cli,livarcocc/cli-1,harshjain2/cli,harshjain2/cli,Faizan2304/cli,livarcocc/cli-1,johnbeisner/cli,johnbeisner/cli,svick/cli,livarcocc/cli-1,Faizan2304/cli,ravimeda/cli,johnbeisner/cli,ravimeda/cli,dasMulli/cli,dasMulli/cli,svick/cli
src/Microsoft.DotNet.MSBuildSdkResolver/Interop.NETStandard.cs
src/Microsoft.DotNet.MSBuildSdkResolver/Interop.NETStandard.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. // NOTE: the NET46 build ships with Visual Studio/desktop msbuild on Windows. // The netstandard1.5 adaptation here acts a proof-of-concept for...
// 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. // NOTE: Currently, only the NET46 build ships (with Visual Studio/desktop msbuild), // but the netstandard1.5 adaptation here acts a proof-of-...
mit
C#
b2815afbd8071426b8ed21cfdee71b44dc1c220c
Test Fetcher.Login POSTs with correct values
detunized/lastpass-sharp,detunized/lastpass-sharp,rottenorange/lastpass-sharp
test/FetcherTest.cs
test/FetcherTest.cs
using System.Collections.Specialized; using System.Linq; using System.Text; using Moq; using NUnit.Framework; namespace LastPass.Test { [TestFixture] class FetcherTest { [Test] public void Login() { const string url = "https://lastpass.com/login.php"; const s...
using System.Collections.Specialized; using System.Text; using Moq; using NUnit.Framework; namespace LastPass.Test { [TestFixture] class FetcherTest { [Test] public void Login() { var webClient = new Mock<IWebClient>(); webClient .Setup(x => x...
mit
C#
53bbaf61b91ab8ecd9a967f50274b10210d4beb0
Add region and virtual
rapidcore/rapidcore,rapidcore/rapidcore
src/google-cloud/main/Datastore/Internal/DatastoreReflector.cs
src/google-cloud/main/Datastore/Internal/DatastoreReflector.cs
using System; using System.Linq; using System.Reflection; using RapidCore.Reflection; namespace RapidCore.GoogleCloud.Datastore.Internal { public class DatastoreReflector { #region Kind public virtual string GetKind(object poco) { if (poco == null) { ...
using System; using System.Linq; using System.Reflection; using RapidCore.Reflection; namespace RapidCore.GoogleCloud.Datastore.Internal { public class DatastoreReflector { public string GetKind(object poco) { if (poco == null) { throw new ArgumentNullEx...
mit
C#
a9231d9758eaf5fb5c8838168181e5a3f0a19fa8
Update AssemblyInfo
link07/Interval-Click,link07/Interval-Click-Graphic,link07/Interval-Click,link07/Interval-Click-Graphic
SLN/Properties/AssemblyInfo.cs
SLN/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("Di...
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("Di...
mit
C#
03dc518f26d92fbe4d839f1f422c3654681c43df
Update example for new config file loading.
kubernetes-client/csharp,kubernetes-client/csharp
examples/simple/PodList.cs
examples/simple/PodList.cs
namespace simple { using System; using System.IO; using k8s; class PodList { static void Main(string[] args) { var k8sClientConfig = KubernetesClientConfiguration.BuildConfigFromConfigFile(); IKubernetes client = new Kubernetes(k8sClientConfig); ...
namespace simple { using System; using System.IO; using k8s; class PodList { static void Main(string[] args) { var k8sClientConfig = new KubernetesClientConfiguration(); IKubernetes client = new Kubernetes(k8sClientConfig); Console.Wri...
apache-2.0
C#
2e2e4198e4cd956eec233a2ccec15728d13a5ca2
Fix variable capturing issue in text entry samples
iainx/xwt,cra0zy/xwt,mminns/xwt,hamekoz/xwt,directhex/xwt,TheBrainTech/xwt,hwthomas/xwt,akrisiun/xwt,residuum/xwt,mminns/xwt,lytico/xwt,antmicro/xwt,sevoku/xwt,mono/xwt,steffenWi/xwt
Samples/Samples/TextEntries.cs
Samples/Samples/TextEntries.cs
// // TextEntries.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restricti...
// // TextEntries.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restricti...
mit
C#
e17b7eaa94c2ac42e0041cb71b46b4dd1e864dd3
Add --timeline option
ixfalia/banshee,stsundermann/banshee,mono-soc-2011/banshee,Dynalon/banshee-osx,arfbtwn/banshee,Carbenium/banshee,Carbenium/banshee,Dynalon/banshee-osx,ixfalia/banshee,directhex/banshee-hacks,arfbtwn/banshee,dufoli/banshee,Carbenium/banshee,Carbenium/banshee,dufoli/banshee,allquixotic/banshee-gst-sharp-work,lamalex/Bans...
extras/metrics/Main.cs
extras/metrics/Main.cs
// // Main.cs // // Author: // Gabriel Burt <gabriel.burt@gmail.com> // // Copyright (c) 2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includi...
// // Main.cs // // Author: // Gabriel Burt <gabriel.burt@gmail.com> // // Copyright (c) 2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includi...
mit
C#
c9ba31b698cea91509da3c9882e217b6d5688e8a
Update GrahamBeer.cs
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/GrahamBeer.cs
src/Firehose.Web/Authors/GrahamBeer.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 GrahamBeer : IAmACommunityMember { public string FirstName => "Graham"; public string Last...
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 GrahamBeer : IAmACommunityMember { public string FirstName => "Graham"; public string Last...
mit
C#
d375a86f735d2cad41611f3a9b40e04d5e8ad7c4
Fix issue #29 - Added Select method to InputElement
nikhilk/scriptsharp,x335/scriptsharp,nikhilk/scriptsharp,nikhilk/scriptsharp,x335/scriptsharp,x335/scriptsharp
src/Libraries/Web/Html/InputElement.cs
src/Libraries/Web/Html/InputElement.cs
// InputElement.cs // Script#/Libraries/Web // Copyright (c) Nikhil Kothari. // Copyright (c) Microsoft Corporation. // This source code is subject to terms and conditions of the Microsoft // Public License. A copy of the license can be found in License.txt. // using System; using System.Runtime.CompilerServices; na...
// InputElement.cs // Script#/Libraries/Web // Copyright (c) Nikhil Kothari. // Copyright (c) Microsoft Corporation. // This source code is subject to terms and conditions of the Microsoft // Public License. A copy of the license can be found in License.txt. // using System; using System.Runtime.CompilerServices; na...
apache-2.0
C#
cdcc805fe7a47d2bc051c3e16596233ba91ac66a
Update oauth completion URI
hartez/TodotxtTouch.WindowsPhone
TodotxtTouch.WindowsPhone/DropBoxLogin.xaml.cs
TodotxtTouch.WindowsPhone/DropBoxLogin.xaml.cs
using System.Windows; using GalaSoft.MvvmLight.Messaging; using GalaSoft.MvvmLight.Threading; using Microsoft.Phone.Controls; using TodotxtTouch.WindowsPhone.Messages; using TodotxtTouch.WindowsPhone.ViewModel; namespace TodotxtTouch.WindowsPhone { public partial class DropboxLogin : PhoneApplicationPage { public...
using System.Windows; using GalaSoft.MvvmLight.Messaging; using GalaSoft.MvvmLight.Threading; using Microsoft.Phone.Controls; using TodotxtTouch.WindowsPhone.Messages; using TodotxtTouch.WindowsPhone.ViewModel; namespace TodotxtTouch.WindowsPhone { public partial class DropboxLogin : PhoneApplicationPage { public...
mit
C#
13e0a59f707e38144bdfc709121f220f1196b360
Add note about why `LegacyManiaSkinConfigurationLookup` exist
peppy/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu
osu.Game/Skinning/LegacyManiaSkinConfigurationLookup.cs
osu.Game/Skinning/LegacyManiaSkinConfigurationLookup.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. namespace osu.Game.Skinning { /// <summary> /// This class exists for the explicit purpose of ferrying information from ManiaBeatmap in a way LegacySkin can use i...
// 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. namespace osu.Game.Skinning { public class LegacyManiaSkinConfigurationLookup { /// <summary> /// Total columns across all stages. /// </s...
mit
C#
c0e708933e3a055392ba7242004605f43472b907
Use range check for floating point
bradphelan/SketchSolve.NET,bradphelan/SketchSolve.NET,bradphelan/SketchSolve.NET
SketchSolveC#.NET.Spec/Test.cs
SketchSolveC#.NET.Spec/Test.cs
using System; using NUnit.Framework; using FluentAssertions; using SketchSolve; using System.Linq; namespace SketchSolve.Spec { [TestFixture()] public class Solver { [Test()] public void HorizontalConstraintShouldWork () { var parameters = new Parameter[]{ new Parameter(0), new Parameter(1), n...
using System; using NUnit.Framework; using FluentAssertions; using SketchSolve; using System.Linq; namespace SketchSolve.Spec { [TestFixture()] public class Solver { [Test()] public void HorizontalConstraintShouldWork () { var parameters = new Parameter[]{ new Parameter(0), new Parameter(1), n...
bsd-3-clause
C#
ff154f866e93e19faaec2ff2ddc74d4d6500382f
handle error if can't deserialize body
NTumbleBit/NTumbleBit,DanGould/NTumbleBit
NTumbleBit/ClassicTumbler/Server/BitcoinInputFormatter.cs
NTumbleBit/ClassicTumbler/Server/BitcoinInputFormatter.cs
using Microsoft.AspNetCore.Mvc.Formatters; using NBitcoin; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using System.Reflection; namespace NTumbleBit.ClassicTumbler.Server { public class BitcoinInputFormatter : IInputFormatter { static BitcoinInputFormatter() ...
using Microsoft.AspNetCore.Mvc.Formatters; using NBitcoin; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using System.Reflection; namespace NTumbleBit.ClassicTumbler.Server { public class BitcoinInputFormatter : IInputFormatter { static BitcoinInputFormatter() ...
mit
C#
853da6b58512d299622beb688cbafca0e0221c9e
Update CameraCache.cs
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity
Assets/MixedRealityToolkit/Utilities/CameraCache.cs
Assets/MixedRealityToolkit/Utilities/CameraCache.cs
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Utilities { /// <summary> /// The purpose of this class is to provide a cached reference to the ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Utilities { /// <summary> /// The purpose of this class is to provide a cached reference to the ...
mit
C#
cb2c044c08bfb22ae3810d6b0d87f3d741c9a224
Fix exception with CableTerminalPortNode assuming an entity's GridID can never be zero.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/Power/Nodes/CableTerminalPortNode.cs
Content.Server/Power/Nodes/CableTerminalPortNode.cs
using System.Collections.Generic; using Content.Server.NodeContainer.Nodes; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { [DataDefinition] public class CableTerminalPortNode : Node...
using System.Collections.Generic; using Content.Server.NodeContainer.Nodes; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Server.Power.Nodes { [DataDefinition] public class CableTerminalPortNode : Node...
mit
C#
05a4e0ef8965379b284a4f3fff8ebda866281d2f
Add watchapp download URL
garuma/pebble-battery-dashclock-extension,garuma/pebble-battery-dashclock-extension,garuma/pebble-battery-dashclock-extension
DashClockPebbleBatteryExtension/SettingsActivity.cs
DashClockPebbleBatteryExtension/SettingsActivity.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Pebble.Android; namespace DashClockPebbleBatteryExtension { [Activity (Label = "Pebble Battery Exte...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Pebble.Android; namespace DashClockPebbleBatteryExtension { [Activity (Label = "Pebble Battery Exte...
apache-2.0
C#
0198e40fcf48c258047dab37daef03aeac7be293
Fix NullReferenceException in ShowPlanView
terrajobst/nquery-vnext
src/NQuery.Authoring.Wpf/ShowPlans/ShowPlanView.xaml.cs
src/NQuery.Authoring.Wpf/ShowPlans/ShowPlanView.xaml.cs
using System; using System.Windows; namespace NQuery.Authoring.Wpf { public sealed partial class ShowPlanView { public static readonly DependencyProperty ShowPlanProperty = DependencyProperty.Register("ShowPlan", typeof(ShowPlanNode), typeof(ShowPlanView), new FrameworkPropertyMetadata((s, e) => ShowP...
using System; using System.Windows; namespace NQuery.Authoring.Wpf { public sealed partial class ShowPlanView { public static readonly DependencyProperty ShowPlanProperty = DependencyProperty.Register("ShowPlan", typeof(ShowPlanNode), typeof(ShowPlanView), new FrameworkPropertyMetadata((s, e) => ShowP...
mit
C#
45a534a1ba0f1c836215c5a4b1578da733c50fdf
Fix duplicated `GlobalSetup` attribute on `BenchmarkMod`
NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipooo/osu,peppy/osu
osu.Game.Benchmarks/BenchmarkMod.cs
osu.Game.Benchmarks/BenchmarkMod.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 BenchmarkDotNet.Attributes; using osu.Game.Rulesets.Osu.Mods; namespace osu.Game.Benchmarks { public class BenchmarkMod : BenchmarkTest { ...
// 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 BenchmarkDotNet.Attributes; using osu.Game.Rulesets.Osu.Mods; namespace osu.Game.Benchmarks { public class BenchmarkMod : BenchmarkTest { ...
mit
C#
791de0a94b4dc53b5fe776da19c209a5204e0f7b
remove check in VideoRepository to see if VideoExists
smbc-digital/iag-contentapi
src/StockportContentApi/Repositories/VideoRepository.cs
src/StockportContentApi/Repositories/VideoRepository.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using StockportContentApi.Config; using StockportContentApi.Http; namespace StockportContentApi.Repositorie...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using StockportContentApi.Config; using StockportContentApi.Http; namespace StockportContentApi.Repositorie...
mit
C#
dce4716af2a29d38d425b887da70282e62284c5c
Fix RecordFields and UnionCases not appearing in generated reference docs
modulexcite/FSharp.Formatting,mktange/FSharp.Formatting,mktange/FSharp.Formatting,halcwb/FSharp.Formatting,tpetricek/FSharp.Formatting,halcwb/FSharp.Formatting,ademar/FSharp.Formatting,modulexcite/FSharp.Formatting,halcwb/FSharp.Formatting,theprash/FSharp.Formatting,ademar/FSharp.Formatting,mktange/FSharp.Formatting,mo...
misc/templates/reference/type.cshtml
misc/templates/reference/type.cshtml
@using FSharp.MetadataFormat @{ Layout = "template"; Title = Model.Type.Name + " - " + Properties["project-name"]; } @{ var members = (IEnumerable<Member>)Model.Type.AllMembers; var comment = (Comment)Model.Type.Comment; var byCategory = members.GroupBy(m => m.Category).OrderBy(g => String.IsNullOrEmpt...
@using FSharp.MetadataFormat @{ Layout = "template"; Title = Model.Type.Name + " - " + Properties["project-name"]; } @{ var members = (IEnumerable<Member>)Model.Type.AllMembers; var comment = (Comment)Model.Type.Comment; var byCategory = members.GroupBy(m => m.Category).OrderBy(g => String.IsNullOrEmpt...
apache-2.0
C#
74be53b159a7a2874c5250f96ce4db5ca48a80df
Update Program.cs
IanMcT/StockMarketGame
SMG/SMG/Program.cs
SMG/SMG/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace SMG { static class Program { public static User user; public static double difficulty = 1000.00; public static List<Stock> stocks = new List...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace SMG { static class Program { public static User user; public static double difficulty = 1000.00; /// <summary> /// The main entry p...
apache-2.0
C#
8cb7ef1556409cbff1d2a7e968002c1fa27dc649
Update this with some more info about what is needed to fix it.
castleproject/castle-READONLY-SVN-dump,castleproject/castle-READONLY-SVN-dump,carcer/Castle.Components.Validator,castleproject/Castle.Transactions,codereflection/Castle.Components.Scheduler,castleproject/castle-READONLY-SVN-dump,castleproject/Castle.Transactions,castleproject/Castle.Transactions,castleproject/Castle.Fa...
ActiveRecord/Castle.ActiveRecord.Tests/MultipleDatabasesTestCase.cs
ActiveRecord/Castle.ActiveRecord.Tests/MultipleDatabasesTestCase.cs
// Copyright 2004-2007 Castle Project - http://www.castleproject.org/ // // 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 ...
// Copyright 2004-2007 Castle Project - http://www.castleproject.org/ // // 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 ...
apache-2.0
C#
d184363b96eb24ac88376d232347dfa590e8a31b
Remove extraneous #if
JustinRChou/nunit,acco32/nunit,JustinRChou/nunit,cPetru/nunit-params,OmicronPersei/nunit,jadarnel27/nunit,agray/nunit,nivanov1984/nunit,mjedrzejek/nunit,pflugs30/nunit,Green-Bug/nunit,NikolayPianikov/nunit,acco32/nunit,ggeurts/nunit,Green-Bug/nunit,NikolayPianikov/nunit,agray/nunit,ggeurts/nunit,pflugs30/nunit,nivanov1...
src/Common/nunit/Env.cs
src/Common/nunit/Env.cs
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
mit
C#
d818f561f7a4cdcbbf91a5ca8463f3a6a9df692a
Add using statement
TeamnetGroup/schema2fm
src/ConsoleApp/Table.cs
src/ConsoleApp/Table.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace ConsoleApp { public class Table { private readonly string tableName; private readonly IEnumerable<Column> columns; public Table(string tableName, IEnumerable<Column> columns) { ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace ConsoleApp { public class Table { private readonly string tableName; private readonly IEnumerable<Column> columns; public Table(string tableName, IEnumerable<Column> columns) { ...
mit
C#
bc0943d47147a8127c7cf69fafe5e68bfa065236
Add reference to source of debug lookup method
smoogipooo/osu-framework,ppy/osu-framework,Tom94/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,Tom94/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,DrabWeb/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framewor...
osu.Framework/Development/DebugUtils.cs
osu.Framework/Development/DebugUtils.cs
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; using System.Diagnostics; using System.Linq; using System.Reflection; namespace osu.Framework.Development { public static class DebugUtils ...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; using System.Diagnostics; using System.Linq; using System.Reflection; namespace osu.Framework.Development { public static class DebugUtils ...
mit
C#
76e23d0ebf4e6bb7368bf0b7d0319c527831ca17
Make FineAmount in the Setting Class nullable.
Programazing/Open-School-Library,Programazing/Open-School-Library
src/Open-School-Library/Models/DatabaseModels/Setting.cs
src/Open-School-Library/Models/DatabaseModels/Setting.cs
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace Open_School_Library.Models.DatabaseModels { public class Setting { public int SettingID { get; set; } [Column(TypeName = "Money")] ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace Open_School_Library.Models.DatabaseModels { public class Setting { public int SettingID { get; set; } [Column(TypeName = "Money")] ...
mit
C#
5e787c3672d215a34c2754a9122fde8d63a3c990
Handle broken ItemFinishedEvent error field
canton7/SyncTrayzor,canton7/SyncTrayzor,canton7/SyncTrayzor
src/SyncTrayzor/SyncThing/ApiClient/ItemFinishedEvent.cs
src/SyncTrayzor/SyncThing/ApiClient/ItemFinishedEvent.cs
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SyncTrayzor.SyncThing.ApiClient { public class ItemFinishedEventData { [JsonProperty("item")] public string Item { ge...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SyncTrayzor.SyncThing.ApiClient { public class ItemFinishedEventData { [JsonProperty("item")] public string Item { get; set; } [JsonProp...
mit
C#
5606703ddeddde4aba602f7f7b887ad64516b97e
change to use Console logger
MindTouch/NServiceKit,nataren/NServiceKit,MindTouch/NServiceKit,MindTouch/NServiceKit,nataren/NServiceKit,MindTouch/NServiceKit,nataren/NServiceKit,meebey/ServiceStack,ZocDoc/ServiceStack,ZocDoc/ServiceStack,NServiceKit/NServiceKit,ZocDoc/ServiceStack,timba/NServiceKit,timba/NServiceKit,NServiceKit/NServiceKit,ZocDoc/S...
ServiceStack.Examples/ServiceStack.Examples.Host.Web/AppHost.cs
ServiceStack.Examples/ServiceStack.Examples.Host.Web/AppHost.cs
using System; using Funq; using ServiceStack.CacheAccess; using ServiceStack.CacheAccess.Providers; using ServiceStack.Common.Utils; using ServiceStack.Configuration; using ServiceStack.DataAccess; using ServiceStack.Examples.ServiceInterface; using ServiceStack.Examples.ServiceInterface.Support; using Servic...
using System; using Funq; using ServiceStack.CacheAccess; using ServiceStack.CacheAccess.Providers; using ServiceStack.Common.Utils; using ServiceStack.Configuration; using ServiceStack.DataAccess; using ServiceStack.Examples.ServiceInterface; using ServiceStack.Examples.ServiceInterface.Support; using Servic...
bsd-3-clause
C#
60aec44c57c68bae7c10772492b9ed97c31acb8d
Use string in stead of HashSet - much faster
MortenHoustonLudvigsen/CommonMarkSharp,binki/CommonMarkSharp,MortenHoustonLudvigsen/CommonMarkSharp
CommonMarkSharp/InlineParsers/AnyParser.cs
CommonMarkSharp/InlineParsers/AnyParser.cs
using CommonMarkSharp.Blocks; using CommonMarkSharp.Inlines; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace CommonMarkSharp.InlineParsers { public class AnyParser : IParser<InlineString>...
using CommonMarkSharp.Blocks; using CommonMarkSharp.Inlines; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CommonMarkSharp.InlineParsers { public class AnyParser : IParser<InlineString> { public AnyParser(strin...
mit
C#