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
042cb082ff79fdd538316d4bd1653b464fdd175b
Update DisposableProgress.cs
tiksn/TIKSN-Framework
TIKSN.Core/Progress/DisposableProgress.cs
TIKSN.Core/Progress/DisposableProgress.cs
using System; namespace TIKSN.Progress { public class DisposableProgress<T> : Progress<T>, IDisposable { public virtual void Dispose() { } } }
using System; namespace TIKSN.Progress { public class DisposableProgress<T> : Progress<T>, IDisposable { public virtual void Dispose() { } } }
mit
C#
45ea870f0619877693bef39f9b71612b48575c8e
Complete reading of rom header by reading rom size
eightlittlebits/elbsms
elbsms_core/Memory/CartridgeHeader.cs
elbsms_core/Memory/CartridgeHeader.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; namespace elbsms_core.Memory { public enum RegionCode { [Description("SMS Japan")] SMSJapan = 0x03, [Description("SMS Export")] SMSExport = 0x04, [Description("GG Japan")] GGJapan = 0x05, ...
using System; using System.ComponentModel; using System.Text; namespace elbsms_core.Memory { public enum RegionCode { [Description("SMS Japan")] SMSJapan = 0x03, [Description("SMS Export")] SMSExport = 0x04, [Description("GG Japan")] GGJapan = 0x05, [Description("GG Export")] G...
mit
C#
da461e83aeaf144da8cda17fd333fd37639d4371
Initialize log4net in MVC app base class
djMax/AlienForce
Utilities/Web/AlienForceMvcApplication.cs
Utilities/Web/AlienForceMvcApplication.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Mvc; using System.Web.Routing; using System.Reflection; using AlienForce.Utilities.DataAnnotations; using AlienForce.Utilities.DataAnnotations.Resources; using AlienForce.Utilities.Billing; using System.ComponentMode...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Mvc; using System.Web.Routing; using System.Reflection; using AlienForce.Utilities.DataAnnotations; using AlienForce.Utilities.DataAnnotations.Resources; using AlienForce.Utilities.Billing; using System.ComponentMode...
mit
C#
a9aaa64f625b26da62cae500c17a75cbbd3b63b4
Update ColorPair.cs (#2086)
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignColors.Wpf/ColorPair.cs
MaterialDesignColors.Wpf/ColorPair.cs
using System.Windows.Media; using MaterialDesignColors.ColorManipulation; namespace MaterialDesignColors { public struct ColorPair { public Color Color { get; set; } /// <summary> /// The foreground or opposite color. If left null, this will be calculated for you. /// Calculat...
using System.Windows.Media; using MaterialDesignColors.ColorManipulation; namespace MaterialDesignColors { public struct ColorPair { public Color Color { get; set; } /// <summary> /// The foreground or opposite color. If left null, this will be calculated for you. /// Calculat...
mit
C#
ad69ef4330a0211bb02aac35fe324c05c2e8307a
Return type tidy
xcitestudios/csharp-network
com/xcitestudios/Network/Server/Connection/AMQPConnection.cs
com/xcitestudios/Network/Server/Connection/AMQPConnection.cs
namespace com.xcitestudios.Network.Server.Connection { using com.xcitestudios.Network.Server.Configuration; using RabbitMQ.Client; using System.Collections.Generic; /// <summary> /// Helper to connect to AMQP servers. /// </summary> public class AMQPConnection { private static ...
namespace com.xcitestudios.Network.Server.Connection { using com.xcitestudios.Network.Server.Configuration; using RabbitMQ.Client; using System.Collections.Generic; /// <summary> /// Helper to connect to AMQP servers. /// </summary> public class AMQPConnection { private static ...
mit
C#
84521c09041b22b805daea18dae19a1f2e297931
Update SwaggerResultType.cs
quails4Eva/NSwag,quails4Eva/NSwag,aelbatal/NSwag,RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,NSwag/NSwag,NSwag/NSwag,aelbatal/NSwag,RSuter/NSwag,NSwag/NSwag,aelbatal/NSwag,RSuter/NSwag,aelbatal/NSwag,quails4Eva/NSwag,NSwag/NSwag
src/NSwag.Annotations/SwaggerResultType.cs
src/NSwag.Annotations/SwaggerResultType.cs
//----------------------------------------------------------------------- // <copyright file="SwaggerResultTypeAttribute.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/NSwag/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@rsu...
//----------------------------------------------------------------------- // <copyright file="SwaggerResultTypeAttribute.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/NSwag/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@rsu...
mit
C#
99b59674615128bd05b75b0586d67a2fa89848ee
Fix code review feedback
skbkontur/NuGetGallery,ScottShingler/NuGetGallery,mtian/SiteExtensionGallery,mtian/SiteExtensionGallery,grenade/NuGetGallery_download-count-patch,skbkontur/NuGetGallery,ScottShingler/NuGetGallery,JetBrains/ReSharperGallery,projectkudu/SiteExtensionGallery,JetBrains/ReSharperGallery,ScottShingler/NuGetGallery,mtian/Site...
src/NuGetGallery/Views/Users/Thanks.cshtml
src/NuGetGallery/Views/Users/Thanks.cshtml
@{ ViewBag.Title = "Thanks"; } <h1 class="page-heading"> Thank you for registering, @CurrentUser.Username! </h1> <h2>Now that you have a NuGet.org account you might like to...</h2> <ul> <li> <p> <a href="@Url.Action("Account", "Users")">View your profile</a> to update your email addr...
@{ ViewBag.Title = "Thanks"; } <h1 class="page-heading"> Thank you for registering, @CurrentUser.Username! </h1> <h2>Now that you have a NuGet.org account you might like to...</h2> <ul> <li> <p> <a href="@Url.Action("Account", "Users")">View your profile</a> to update your email addr...
apache-2.0
C#
be477df44b1418631dfc447ddadf5036c4aecb6c
Fix some stuff I missed
chraft/c-raft
Chraft.Plugins.SamplePlugin/SamplePlugin.cs
Chraft.Plugins.SamplePlugin/SamplePlugin.cs
using System; using Chraft.Plugins.Events; namespace Chraft.Plugins.SamplePlugin { [Plugin] public class SamplePlugin : IPlugin { private SamplePluginPlayerListener playerListener; private SamplePluginEntitiyListener entitiyListener; public string Name { get { ...
using System; using Chraft.Plugins.Events; namespace Chraft.Plugins.SamplePlugin { [Plugin] public class SamplePlugin : IPlugin { private SamplePluginPlayerListener playerListener; private SamplePluginEntitiyListener entitiyListener; public string Name { get { ...
agpl-3.0
C#
cef5a9ac4310c378bb9f63acce7e01534cb8b839
Bump version
LouisMT/TeleBotDotNet,Naxiz/TeleBotDotNet
Properties/AssemblyInfo.cs
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("TeleBotDotNet")] [assembly: AssemblyDescr...
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("TeleBotDotNet")] [assembly: AssemblyDescr...
mit
C#
7f123c9d2062d628537d30b2895af11f383c2ebe
Make GameObject.SetEnabled extension method more generic
thijser/ARGAME,thijser/ARGAME,thijser/ARGAME
ARGame/Assets/Scripts/GameObjectUtilities.cs
ARGame/Assets/Scripts/GameObjectUtilities.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Assets.Scripts { public static class GameObjectUtilities { public static void SetEnabled(this GameObject obj, bool enabled) { // Disable rendering of this component ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Assets.Scripts { public static class GameObjectUtilities { public static void SetEnabled(this GameObject obj, bool enabled) { // Disable rendering of this component ...
mit
C#
1be42f3c93ad5b49ba5677677918f74044da7016
Remove `UseBundledOnly` MSBuild Option.
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.MSBuild/Options/MSBuildOptions.cs
src/OmniSharp.MSBuild/Options/MSBuildOptions.cs
namespace OmniSharp.Options { public class MSBuildOptions { public string ToolsVersion { get; set; } public string VisualStudioVersion { get; set; } public string Configuration { get; set; } public string Platform { get; set; } public bool EnablePackageAutoRestore { get; ...
namespace OmniSharp.Options { public class MSBuildOptions { public bool UseBundledOnly { get; set; } = false; public string ToolsVersion { get; set; } public string VisualStudioVersion { get; set; } public string Configuration { get; set; } public string Platform { get; s...
mit
C#
bf8708d4c80789c93e43faa636eceddfc3fa19da
Update IGraphXEdge.cs to support new ReversePath property
jorgensigvardsson/GraphX,edgardozoppi/GraphX,slate56/GraphX,slate56/GraphX,panthernet/GraphX,perturbare/GraphX
GraphX.PCL.Common/Interfaces/IGraphXEdge.cs
GraphX.PCL.Common/Interfaces/IGraphXEdge.cs
namespace GraphX.PCL.Common.Interfaces { /// <summary> /// Core GraphX edge data interface /// </summary> /// <typeparam name="TVertex">Vertex data type</typeparam> public interface IGraphXEdge<TVertex> : IGraphXCommonEdge, IWeightedEdge<TVertex> { /// <summary> /// Gets or sets...
namespace GraphX.PCL.Common.Interfaces { /// <summary> /// Core GraphX edge data interface /// </summary> /// <typeparam name="TVertex">Vertex data type</typeparam> public interface IGraphXEdge<TVertex> : IGraphXCommonEdge, IWeightedEdge<TVertex> { /// <summary> /// Gets or sets...
apache-2.0
C#
6e3022546102ec0cd8c79a3570a9cbcce6aff9b3
indent Xml by default.
signumsoftware/framework,signumsoftware/framework,avifatal/framework,AlejandroCano/framework,avifatal/framework,AlejandroCano/framework
Signum.Utilities/Extensions/XmlExtensions.cs
Signum.Utilities/Extensions/XmlExtensions.cs
using System; using System.IO; using System.Xml; using System.Xml.Serialization; namespace Signum.Utilities { public static class XmlExtensions { /// <summary> /// Returns an XML document representing the given object. /// </summary> /// <param name="obj">Any object...
using System; using System.IO; using System.Xml; using System.Xml.Serialization; namespace Signum.Utilities { public static class XmlExtensions { /// <summary> /// Returns an XML document representing the given object. /// </summary> /// <param name="obj">Any object...
mit
C#
aead990106accb0d6bd8936a3f51d150e72b4afd
fix mis-spelled Ethnicity
SnapMD/connectedcare-sdk,dhawalharsora/connectedcare-sdk
SnapMD.VirtualCare.ApiModels/FamilyMember.cs
SnapMD.VirtualCare.ApiModels/FamilyMember.cs
#region Copyright // Copyright 2016 SnapMD, Inc. // 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 ap...
#region Copyright // Copyright 2016 SnapMD, Inc. // 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 ap...
apache-2.0
C#
0c0d6b3169413fe1282c3fa7a5e9f098454a5709
Bump version number
regisbsb/FluentValidation,cecilphillip/FluentValidation,IRlyDontKnow/FluentValidation,olcayseker/FluentValidation,roend83/FluentValidation,deluxetiky/FluentValidation,GDoronin/FluentValidation,robv8r/FluentValidation,pacificIT/FluentValidation,ruisebastiao/FluentValidation,glorylee/FluentValidation,mgmoody42/FluentVali...
src/CommonAssemblyInfo.cs
src/CommonAssemblyInfo.cs
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // 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...
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // 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...
apache-2.0
C#
620e2ebd85999396e501a2106e4af98458a8a86a
Document ShavianCharacter class
lambdacasserole/shaver
Shaver/ShavianCharacter.cs
Shaver/ShavianCharacter.cs
using System.Text; namespace Shaver { /// <summary> /// Represents a character in the Shaw alphabet. /// </summary> public class ShavianCharacter { private string character; /// <summary> /// Gets the character as a string. /// </summary> public string Char...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Shaver { class ShavianCharacter { private string character; public string Character { get { return character; ...
mit
C#
58fa6bbe0a894e11e8f79b0262e1cdaa6a074e88
Rename ParseException -> ParsingException and inherit from FormatException
MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin
NBitcoin/Scripting/Parser/ParseException.cs
NBitcoin/Scripting/Parser/ParseException.cs
using System; namespace NBitcoin.Scripting.Parser { /// <summary> /// Represents an error that occurs during parsing. /// </summary> public class ParsingException : FormatException { /// <summary> /// Initializes a new instance of the <see cref="ParsingException" /> class. /// </summary> public ParsingExc...
using System; namespace NBitcoin.Scripting.Parser { /// <summary> /// Represents an error that occurs during parsing. /// </summary> public class ParseException : Exception { /// <summary> /// Initializes a new instance of the <see cref="ParseException" /> class. /// </summary> public ParseException() { }...
mit
C#
509eca1cc586eb7c9fec46bb4bbfd5e6b8f61715
Fix broken integration tests; wrong DB upgrade impl was being used
csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil
Agiil.Bootstrap/Data/DataModule.cs
Agiil.Bootstrap/Data/DataModule.cs
using System; using System.Collections.Generic; using System.Linq; using Agiil.Data; using Agiil.Data.Sqlite; using Agiil.Domain.Data; using Autofac; using Autofac.Core; using CSF.DecoratorBuilder; namespace Agiil.Bootstrap.Data { public class DataModule : Module { protected override void Load(Conta...
using System; using System.Collections.Generic; using System.Linq; using Agiil.Data; using Agiil.Data.Sqlite; using Agiil.Domain.Data; using Autofac; using Autofac.Core; using CSF.DecoratorBuilder; namespace Agiil.Bootstrap.Data { public class DataModule : Module { protected override void Load(Conta...
mit
C#
9ada5f1f3668773ebb5f7039131682035e965990
Update AnimationPathCurvesDebug class with ease curve
bartlomiejwolk/AnimationPathAnimator
AnimationPathCurvesDebug.cs
AnimationPathCurvesDebug.cs
using UnityEngine; using System.Collections; using ATP.AnimationPathTools; [ExecuteInEditMode] public class AnimationPathCurvesDebug : MonoBehaviour { private AnimationPathAnimator animator; [Header("Rotation curves")] public AnimationCurve curveX; public AnimationCurve curveY; public AnimationCu...
using UnityEngine; using System.Collections; using ATP.AnimationPathTools; [ExecuteInEditMode] public class AnimationPathCurvesDebug : MonoBehaviour { private AnimationPathAnimator animator; public AnimationCurve curveX; public AnimationCurve curveY; public AnimationCurve curveZ; // Use this for...
mit
C#
07ec413884cc6b509acc6d8a28b10880fa7c9c47
update shard sample to use CommandExecuted, Log
AntiTcb/Discord.Net,RogueException/Discord.Net
samples/03_sharded_client/Services/CommandHandlingService.cs
samples/03_sharded_client/Services/CommandHandlingService.cs
using System; using System.Reflection; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Discord; using Discord.Commands; using Discord.WebSocket; namespace _03_sharded_client.Services { public class CommandHandlingService { private readonly CommandService _commands; ...
using System; using System.Reflection; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Discord; using Discord.Commands; using Discord.WebSocket; namespace _03_sharded_client.Services { public class CommandHandlingService { private readonly CommandService _commands; ...
mit
C#
a7c6ee7237e2637b1f08f9edf6fa376005206eeb
Update to use Vector3.zero
jmeas/simple-tower
Assets/Scripts/Player.cs
Assets/Scripts/Player.cs
public class Player : UnityEngine.MonoBehaviour { public UnityEngine.Rigidbody rb; UnityEngine.Vector3 startPosition = new UnityEngine.Vector3(0f, 17f, 0f); UnityEngine.Vector3 stationary = UnityEngine.Vector3.zero; void Start() { rb = GetComponent<UnityEngine.Rigidbody>(); StartCoroutine(CheckOutOfBo...
public class Player : UnityEngine.MonoBehaviour { public UnityEngine.Rigidbody rb; UnityEngine.Vector3 startPosition = new UnityEngine.Vector3(0f, 17f, 0f); UnityEngine.Vector3 stationary = new UnityEngine.Vector3(0, 0, 0); void Start() { rb = GetComponent<UnityEngine.Rigidbody>(); StartCoroutine(Chec...
mit
C#
6e472fab60d516f62762ef1076bd3997ab0a172d
Update Factory.cs
hprose/hprose-dotnet
src/Hprose.IO/Deserializers/Factory.cs
src/Hprose.IO/Deserializers/Factory.cs
/**********************************************************\ | | | hprose | | | | Official WebSite: http://www.hprose.com/ | | ...
/**********************************************************\ | | | hprose | | | | Official WebSite: http://www.hprose.com/ | | ...
mit
C#
45dc6b1549a6c0138a1e443eb36db70a69c797d0
Add UnityEngine.Object to known types
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/src/resharper-unity/KnownTypes.cs
resharper/src/resharper-unity/KnownTypes.cs
using JetBrains.Metadata.Reader.API; using JetBrains.Metadata.Reader.Impl; namespace JetBrains.ReSharper.Plugins.Unity { public static class KnownTypes { // UnityEngine public static readonly IClrTypeName Object = new ClrTypeName("UnityEngine.Object"); public static readonly IClrTypeNa...
using JetBrains.Metadata.Reader.API; using JetBrains.Metadata.Reader.Impl; namespace JetBrains.ReSharper.Plugins.Unity { public static class KnownTypes { // UnityEngine public static readonly IClrTypeName Component = new ClrTypeName("UnityEngine.Component"); public static readonly IClr...
apache-2.0
C#
5663f5c15d437d5d709704359573037c7663a639
Update index.cshtml
reactiveui/website,reactiveui/website,reactiveui/website,reactiveui/website
input/slack/index.cshtml
input/slack/index.cshtml
<meta http-equiv="refresh" content="1;url=mailto:hello@reactiveui.net?subject%3D%22Howdy%2C%20can%20you%20send%20me%20an%20invite%20to%20Slack%3F%22" /> Send an email to <a href="mailto:hello@reactiveui.net?subject%3D%22Howdy%2C%20can%20you%20send%20me%20an%20invite%20to%20Slack%3F%22">hello@reactiveui.net</a> to obta...
<meta http-equiv="refresh" content="1;url=mailto:hello@reactiveui.net?subject%3D%22Howdy%2C%20can%20you%20send%20me%20an%20invite%20to%20Slack%3F%22" />
mit
C#
b6f845bf53d13b84bda7812bb3d609539a4e0863
fix build
NServiceBusSqlPersistence/NServiceBus.SqlPersistence
src/ScriptBuilderTask.Tests/InnerTaskTests.cs
src/ScriptBuilderTask.Tests/InnerTaskTests.cs
using System; using System.IO; using System.Linq; using NUnit.Framework; using ObjectApproval; [TestFixture] class InnerTaskTests { [Test] public void IntegrationTest() { var testDirectory = TestContext.CurrentContext.TestDirectory; var temp = Path.Combine(testDirectory, "InnerTaskTemp"); ...
using System; using System.IO; using System.Linq; using NUnit.Framework; using ObjectApproval; [TestFixture] class InnerTaskTests { [Test] public void IntegrationTest() { var testDirectory = TestContext.CurrentContext.TestDirectory; var temp = Path.Combine(testDirectory, "InnerTaskTemp"); ...
mit
C#
1390e4237abcc567228806720de9b810d80a35a2
Update CompositeCrossCurrencyConverterTests.cs
tiksn/TIKSN-Framework
TIKSN.UnitTests.Shared/Finance/CompositeCrossCurrencyConverterTests.cs
TIKSN.UnitTests.Shared/Finance/CompositeCrossCurrencyConverterTests.cs
using System; using System.Linq; using System.Threading.Tasks; using Xunit; namespace TIKSN.Finance.Tests { public class CompositeCrossCurrencyConverterTests { [Fact] public async Task GetCurrencyPairsAsync001Async() { var converter = new CompositeCrossCurrencyConverter(new ...
using System; using System.Linq; using System.Threading.Tasks; using Xunit; namespace TIKSN.Finance.Tests { public class CompositeCrossCurrencyConverterTests { [Fact] public async Task GetCurrencyPairsAsync001() { var converter = new CompositeCrossCurrencyConverter(new Avera...
mit
C#
0410f0bcce4da52a543ea1820952eeced9a824de
Fix error thrown by a Disable method
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Test/AdventureWorksFunctionalModel/Sales/SalesOrderDetail_Functions.cs
Test/AdventureWorksFunctionalModel/Sales/SalesOrderDetail_Functions.cs
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
apache-2.0
C#
6860ecbd45def6d2525ee14e64705cc22b4f3f8d
Comment out Email Generics
kylegregory/EmmaSharp,MikeSmithDev/EmmaSharp
EmmaSharp/Models/Generics/Email.cs
EmmaSharp/Models/Generics/Email.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EmmaSharp.Models.Generics { class Email { /*[JsonProperty("email")] public string Email { get; set; }*/ } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EmmaSharp.Models.Generics { class Email { [JsonProperty("email")] public string Email { get; set; } } }
mit
C#
564b61644b5fb29b689b6f5d4ad2c13797456887
implement loading and saving events
Pondidum/Ledger.Stores.Fs,Pondidum/Ledger.Stores.Fs
Ledger.Stores.Fs/FileEventStore.cs
Ledger.Stores.Fs/FileEventStore.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Ledger.Infrastructure; using Newtonsoft.Json; namespace Ledger.Stores.Fs { public class FileEventStore : IEventStore { private readonly string _directory; public FileEventStore(string directory) { _directory = direct...
using System; using System.Collections.Generic; using System.IO; using Ledger.Infrastructure; using Newtonsoft.Json; namespace Ledger.Stores.Fs { public class FileEventStore : IEventStore { private readonly string _directory; public FileEventStore(string directory) { _directory = directory; } private...
lgpl-2.1
C#
420da9b7c5cea1fae46d58c1f303695d529b2813
Make assert looser.
Bartmax/Foundatio,exceptionless/Foundatio,wgraham17/Foundatio,FoundatioFx/Foundatio,vebin/Foundatio
src/Core/Tests/Locks/ThrottlingLockTests.cs
src/Core/Tests/Locks/ThrottlingLockTests.cs
using System; using System.Diagnostics; using Foundatio.Caching; using Foundatio.Extensions; using Foundatio.Lock; using Foundatio.Utility; using Xunit; namespace Foundatio.Tests { public class ThrottlingLockTests : LockTestBase { private readonly TimeSpan _period = TimeSpan.FromSeconds(2); protec...
using System; using System.Diagnostics; using Foundatio.Caching; using Foundatio.Extensions; using Foundatio.Lock; using Foundatio.Utility; using Xunit; namespace Foundatio.Tests { public class ThrottlingLockTests : LockTestBase { private readonly TimeSpan _period = TimeSpan.FromSeconds(2); protec...
apache-2.0
C#
fa705a68d3a9c9b0fcc974d7bc82738c473692bb
Update EllipseMarker.cs
wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D
src/Core2D/Modules/Renderer/Avalonia/Nodes/Markers/EllipseMarker.cs
src/Core2D/Modules/Renderer/Avalonia/Nodes/Markers/EllipseMarker.cs
#nullable enable using Core2D.Modules.Renderer.Avalonia.Media; using AP = Avalonia.Platform; using AM = Avalonia.Media; namespace Core2D.Modules.Renderer.Avalonia.Nodes.Markers; internal class EllipseMarker : MarkerBase { public AM.EllipseGeometry? EllipseGeometry { get; set; } public override void Draw(obj...
#nullable enable using Core2D.Modules.Renderer.Avalonia.Media; using AP = Avalonia.Platform; using AM = Avalonia.Media; namespace Core2D.Modules.Renderer.Avalonia.Nodes.Markers; internal class EllipseMarker : MarkerBase { public AM.EllipseGeometry? EllipseGeometry { get; set; } public override void Draw(obj...
mit
C#
c786e3209a854dea2756e7c8c18333e92f3cfb75
Remove unnecessary license header
dsbenghe/Novell.Directory.Ldap.NETStandard,dsbenghe/Novell.Directory.Ldap.NETStandard
src/Novell.Directory.Ldap.NETStandard/Utilclass/StringExtensions.cs
src/Novell.Directory.Ldap.NETStandard/Utilclass/StringExtensions.cs
using System; namespace Novell.Directory.Ldap.Utilclass { public static class StringExtensions { /// <summary> /// Replaces string.Substring(offset).StartsWith(value) and avoids memory allocations /// </summary> public static bool StartsWithStringAtOffset(this string baseString,...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc., www.novell.com * * 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 Sof...
mit
C#
dbfaaf615a53e50c21cd9872801a50f14cc5f728
Disable test.
sjp/Schematic,sjp/Schematic,sjp/Schematic,sjp/Schematic,sjp/SJP.Schema
src/SJP.Schematic.Serialization.Tests/SnakeCaseNameProviderTests.cs
src/SJP.Schematic.Serialization.Tests/SnakeCaseNameProviderTests.cs
using System.IO; using System.Threading.Tasks; using NUnit.Framework; using SJP.Schematic.Core; using SJP.Schematic.Sqlite; namespace SJP.Schematic.Serialization.Tests { [TestFixture] internal static class SnakeCaseNameProviderTests { [Test] public static void SchemaToNamespace_GivenNullNam...
using System.IO; using System.Threading.Tasks; using NUnit.Framework; using SJP.Schematic.Core; using SJP.Schematic.Sqlite; namespace SJP.Schematic.Serialization.Tests { [TestFixture] internal static class SnakeCaseNameProviderTests { [Test] public static void SchemaToNamespace_GivenNullNam...
mit
C#
e9689d6e2a472946a1478067d3fc6bfedd1d3209
Update font-awesome
martincostello/website,martincostello/website,martincostello/website,martincostello/website
src/Website/Pages/Shared/_StylesBody.cshtml
src/Website/Pages/Shared/_StylesBody.cshtml
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.1.3/dist/flatly/bootstrap.min.css" integrity="sha384-JJl14kOPjuUj+o0fDTJGBSCDKpu1A4BuCmARIetHUvTVmopvVZITFd4AhRMJIlz7" crossorigin="anonymous" referrerpolicy="no-referrer"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awe...
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.1.3/dist/flatly/bootstrap.min.css" integrity="sha384-JJl14kOPjuUj+o0fDTJGBSCDKpu1A4BuCmARIetHUvTVmopvVZITFd4AhRMJIlz7" crossorigin="anonymous" referrerpolicy="no-referrer"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awe...
apache-2.0
C#
ff5baa1993478ce5860621d7444d6b02e7373513
Add the enum value for BindingFlags.DoNotWrapExceptions (#4433)
gregkalapos/corert,shrah/corert,gregkalapos/corert,gregkalapos/corert,shrah/corert,shrah/corert,shrah/corert,gregkalapos/corert
src/System.Private.CoreLib/shared/System/Reflection/BindingFlags.cs
src/System.Private.CoreLib/shared/System/Reflection/BindingFlags.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 System.Reflection { [Flags] public enum BindingFlags { // NOTES: We have lookup masks ...
// 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 System.Reflection { [Flags] public enum BindingFlags { // NOTES: We have lookup masks ...
mit
C#
782c3c42f90fc2c0b498f91005073a32a4866db3
Define 'Environment.NewLine'
jonathanvdc/flame-llvm,jonathanvdc/flame-llvm,jonathanvdc/flame-llvm
stdlib/corlib/Environment.cs
stdlib/corlib/Environment.cs
namespace System { /// <summary> /// Defines logic that allows an application to interact with its environment. /// </summary> public static class Environment { /// <summary> /// Initializes the environment. /// </summary> /// <param name="argc"> /// The numbe...
namespace System { /// <summary> /// Defines logic that allows an application to interact with its environment. /// </summary> public static class Environment { /// <summary> /// Initializes the environment. /// </summary> /// <param name="argc"> /// The numbe...
mit
C#
715d0aaca91a9687544787b4561b248d1b859181
Change initialize process.
ijufumi/garbage_calendar
garbage_calendar/App.xaml.cs
garbage_calendar/App.xaml.cs
using System; using garbage_calendar.Views; using Prism.Navigation; using Prism.Unity; using Xamarin.Forms; namespace garbage_calendar { public partial class App : PrismApplication { public App(IPlatformInitializer initializer = null) : base(initializer) { } protected override void OnInitialized() ...
using System; using garbage_calendar.Views; using Prism.Navigation; using Prism.Unity; using Xamarin.Forms; namespace garbage_calendar { public partial class App : PrismApplication { public App(IPlatformInitializer initializer = null) : base(initializer) { } protected override void OnInitialized() ...
mit
C#
365db953f357a146ac050be9ceed197fff064a88
Fix for help blowing up if a module or command lacks a summary
mariocatch/MODiX,mariocatch/MODiX,mariocatch/MODiX,mariocatch/MODiX
Modix/Modules/InfoModule.cs
Modix/Modules/InfoModule.cs
using System.Linq; using System.Text; using System.Threading.Tasks; using Discord; using Discord.Commands; namespace Modix.Modules { [Name("Info"), Summary("General helper module")] public sealed class InfoModule : ModuleBase { private CommandService commandService; public InfoModule(Comm...
using System.Linq; using System.Text; using System.Threading.Tasks; using Discord; using Discord.Commands; namespace Modix.Modules { [Name("Info"), Summary("General helper module")] public sealed class InfoModule : ModuleBase { private CommandService commandService; public InfoModule(Comm...
mit
C#
bbc7393d221ab2c37ea1fbdc1100d99b8f8f2e72
Fix docs in 'SessionOptions'
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Microsoft.AspNet.Session/SessionOptions.cs
src/Microsoft.AspNet.Session/SessionOptions.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; namespace Microsoft.AspNet.Session { public class SessionOptions { /// <summary> /// Determines the cookie name u...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; namespace Microsoft.AspNet.Session { public class SessionOptions { /// <summary> /// Determines the cookie name u...
apache-2.0
C#
24f6d4dd8762166eb648a63a2f712b0140e32991
Fix Markdown test
octokit-net-test/octokit.net,M-Zuber/octokit.net,fffej/octokit.net,editor-tools/octokit.net,shiftkey/octokit.net,octokit-net-test-org/octokit.net,kolbasov/octokit.net,Sarmad93/octokit.net,takumikub/octokit.net,SamTheDev/octokit.net,fake-organization/octokit.net,shiftkey-tester-org-blah-blah/octokit.net,nsnnnnrn/octokit...
Octokit.Tests.Integration/Clients/MiscellaneousClientTests.cs
Octokit.Tests.Integration/Clients/MiscellaneousClientTests.cs
using System.Threading.Tasks; using Octokit; using Octokit.Tests.Integration; using Xunit; public class MiscellaneousClientTests { public class TheGetEmojisMethod { [IntegrationTest] public async Task GetsAllTheEmojis() { var github = new GitHubClient(new ProductHeaderValue...
using System.Threading.Tasks; using Octokit; using Octokit.Tests.Integration; using Xunit; public class MiscellaneousClientTests { public class TheGetEmojisMethod { [IntegrationTest] public async Task GetsAllTheEmojis() { var github = new GitHubClient(new ProductHeaderValue...
mit
C#
6a12f641a997de7df1e24fe8138758c0a60213ae
Fix ACU sensors (#7599)
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Objects/Atmospherics/AcuSensor.cs
UnityProject/Assets/Scripts/Objects/Atmospherics/AcuSensor.cs
using UnityEngine; namespace Objects.Atmospherics { /// <summary> /// Simple device that samples the ambient atmosphere for reporting to a connected <see cref="AirController"/>. /// </summary> public class AcuSensor : MonoBehaviour, IServerSpawn, IAcuControllable { public AcuSample AtmosphericSample => atmosp...
using UnityEngine; namespace Objects.Atmospherics { /// <summary> /// Simple device that samples the ambient atmosphere for reporting to a connected <see cref="AirController"/>. /// </summary> public class AcuSensor : MonoBehaviour, IServerSpawn, IAcuControllable { public AcuSample AtmosphericSample => atmosp...
agpl-3.0
C#
3ff3165a42d9afc9a2d45d51e7fac7c7070a89a4
add exception throw test
TerribleDev/UriBuilder.Fluent
src/UriBuilder.Fluent.UnitTests/ThrowsTests.cs
src/UriBuilder.Fluent.UnitTests/ThrowsTests.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace FluentUriBuilder.Tests { public class ThrowsTests { [Fact] public void ThrowsArgNull() { var tstObj = new UriBuilder(); Assert.Throws<Argument...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace FluentUriBuilder.Tests { public class ThrowsTests { [Fact] public void ThrowsArgNull() { var tstObj = new UriBuilder(); Assert.Throws<Argument...
mit
C#
52a17806f8f8d631e12bd20d19465741b61ce154
Improve and document Message.
CaptainHayashi/ironfrost
libironfrost/Message.cs
libironfrost/Message.cs
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace ironfrost { /// <summary> /// A Bifrost message. /// /// <para> /// <c>Message</c> can be constructed from, and used as, /// a string enumerator. /// </para> ...
using System.Collections.Generic; using System.Linq; namespace ironfrost { public class Message { public string Tag { get; } public string Word { get; } public string[] Args { get; } public Message(IEnumerable<string> words) { Tag = words.First(); ...
mit
C#
9d603be64b031c159bc2d94c2093e2ac92ac24c5
Allow properties to be nullable to support V12 databases
Linq2Azure/API,Linq2Azure/API
SqlDatabases/Database.cs
SqlDatabases/Database.cs
using System; using System.Xml.Linq; namespace Linq2Azure.SqlDatabases { public class Database { internal Database(XElement xml, DatabaseServer databaseServer) { xml.HydrateObject(XmlNamespaces.WindowsAzure, this); DatabaseServer = databaseServer; } pub...
using System; using System.Xml.Linq; namespace Linq2Azure.SqlDatabases { public class Database { internal Database(XElement xml, DatabaseServer databaseServer) { xml.HydrateObject(XmlNamespaces.WindowsAzure, this); DatabaseServer = databaseServer; } pub...
mit
C#
7d69a9827d099cc2a8d39b5255dfbc739ab20411
Fix SendTimeout initialization
takenet/messaginghub-client-csharp
src/Takenet.MessagingHub.Client.WebHost/HttpMessagingHubConnection.cs
src/Takenet.MessagingHub.Client.WebHost/HttpMessagingHubConnection.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Web; using Lime.Protocol.Client; using Takenet.MessagingHub.Client.Connection; using Takenet.MessagingHub.Client.Host; using Lime.Protocol.Serialization; namespace Takenet.MessagingHub...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Web; using Lime.Protocol.Client; using Takenet.MessagingHub.Client.Connection; using Takenet.MessagingHub.Client.Host; using Lime.Protocol.Serialization; namespace Takenet.MessagingHub...
apache-2.0
C#
6159e93620460ce25987d2a4c67dbb757ca7c2bf
Fix for React "colSpan" (not "colspan") attribute - fixes #1
ProductiveRage/Bridge.React,ProductiveRage/Bridge.React
Bridge.React/Attributes/TableCellAttributes.cs
Bridge.React/Attributes/TableCellAttributes.cs
using Bridge.Html5; namespace Bridge.React { [ObjectLiteral] public sealed class TableCellAttributes : ReactDomElementAttributes<TableCellElement> { public int ColSpan { private get; set; } public int RowSpan { private get; set; } public int CellIndex { private get; set; } } }
using Bridge.Html5; namespace Bridge.React { [ObjectLiteral] public sealed class TableCellAttributes : ReactDomElementAttributes<TableCellElement> { [Name("colspan")] public int ColSpan { private get; set; } [Name("rowspan")] public string RowSpan { private get; set; } ...
mit
C#
969ab2161760077d3b7f2347851c6bfc1e12b709
Remove ClientID
xamarin/google-apis,michael-jia-sage/google-apis
samples/Google.Apis.iOS.Sample/AppDelegate.cs
samples/Google.Apis.iOS.Sample/AppDelegate.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Google.Apis.Authentication.OAuth2; using Google.Apis.Tasks.v1; using Google.Apis.Tasks.v1.Data; using Google.Apis.Util; using MonoTouch.Dialog; using MonoTouch.Foundation; using MonoTouch.UIKit; using Xamarin.Auth; namesp...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Google.Apis.Authentication.OAuth2; using Google.Apis.Tasks.v1; using Google.Apis.Tasks.v1.Data; using Google.Apis.Util; using MonoTouch.Dialog; using MonoTouch.Foundation; using MonoTouch.UIKit; using Xamarin.Auth; namesp...
apache-2.0
C#
7707beb3734949974261ec7e9486441eb75f9c6a
improve printf sample
altimesh/hybridizer-basic-samples,altimesh/hybridizer-basic-samples
HybridizerBasicSamples_CUDA100/1.Simple/Printf/SimplePrintf/Program.cs
HybridizerBasicSamples_CUDA100/1.Simple/Printf/SimplePrintf/Program.cs
using Hybridizer.Runtime.CUDAImports; using System; namespace HelloWorld { class Program { [EntryPoint] public static void Run(int N, int[] a) { for (int i = threadIdx.x + blockDim.x * blockIdx.x; i < N; i += blockDim.x * gridDim.x) { Console.Out...
using Hybridizer.Runtime.CUDAImports; using System; using System.Threading.Tasks; namespace HelloWorld { class Program { [EntryPoint("run")] public static void Run(int N, int[] a) { for (int i = threadIdx.x + blockDim.x * blockIdx.x; i < N; i += blockDim.x * gridDim.x) ...
mit
C#
5f4f34f9dd5357dd0dd654eb6f2c01d233a2dad1
Fix paths in ISkillManagementApi
stoiveyp/Alexa.NET.Management
Alexa.NET.Management/ISkillManagementApi.cs
Alexa.NET.Management/ISkillManagementApi.cs
using System.Threading.Tasks; using Refit; namespace Alexa.NET.Management { public interface ISkillManagementApi { [Get("skills/{skillId}"), Headers("Authorization: Bearer")] Task<Skill> Get(string skillId); [Post("skills/{vendorId}"), Headers("Authorization: Bearer")] Task<Ski...
using System.Threading.Tasks; using Refit; namespace Alexa.NET.Management { public interface ISkillManagementApi { [Get("{skillId}"), Headers("Authorization: Bearer")] Task<Skill> Get(string skillId); [Post("{vendorId}"), Headers("Authorization: Bearer")] Task<SkillId> Create(...
mit
C#
91b98a2ddc541b7df50c8230c1b21b5b66881862
fix IManner
angeldnd/dap.core.csharp
Scripts/DapCore/context_/IManner.cs
Scripts/DapCore/context_/IManner.cs
using System; namespace angeldnd.dap { public interface IManner : IInDictElement { Properties Properties { get; } Channels Channels { get; } Handlers Handlers { get; } Bus Bus { get; } Vars Vars { get; } Manners Manners { get; } } }
using System; namespace angeldnd.dap { public interface IManner { Properties Properties { get; } Channels Channels { get; } Handlers Handlers { get; } Bus Bus { get; } Vars Vars { get; } Manners Manners { get; } } }
mit
C#
c10a91a33ed488bdc57d219224fb86355b9c6266
Add odd/even type to test scenes
smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,EVAST9919/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,EVAST9919/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new
osu.Game.Rulesets.Mania.Tests/Skinning/ColumnTestContainer.cs
osu.Game.Rulesets.Mania.Tests/Skinning/ColumnTestContainer.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.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Mania.Beatmaps; using osu.Game.Rulesets.Man...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Mania.UI; using osuTK.Graphics; namespace ...
mit
C#
a4b001d4764f3883903c627f6814911b462b6636
Fix Swagger UI empty Path #2510 (#2517) (#2561)
RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag
src/NSwag.AspNetCore/Middlewares/RedirectToIndexMiddleware.cs
src/NSwag.AspNetCore/Middlewares/RedirectToIndexMiddleware.cs
//----------------------------------------------------------------------- // <copyright file="RedirectMiddleware.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@rsuter....
//----------------------------------------------------------------------- // <copyright file="RedirectMiddleware.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@rsuter....
mit
C#
9b51ad854b00f4329ff5ab9ee042fe42f2c8ddf7
Update MyProductsController.cs
amantur/DurandalTest,amantur/DurandalTest
ddlTest/Controllers/MyProductsController.cs
ddlTest/Controllers/MyProductsController.cs
using System.Linq; using System.Web.Mvc; using Newtonsoft.Json; using System.Collections.Generic; using System; using ddlTest.Models; namespace Nop.Plugin.NopCustom.MyProductList.Controllers { public class MyProductsController : Controller { public ViewResult Index(int pageIndex = 0, int pageSize = 10...
using System.Linq; using System.Web.Mvc; using Newtonsoft.Json; using System.Collections.Generic; using System; using ddlTest.Models; namespace Nop.Plugin.NopCustom.MyProductList.Controllers { public class MyProductsController : Controller { public ViewResult Index(int pageIndex = 0, int pageSize = 10...
mpl-2.0
C#
814da021806679f88d0d5b6dc970b97100d007d3
fix creation of pregenerated asset queue
LykkeCity/bitcoinservice,LykkeCity/bitcoinservice
src/AzureRepositories/TransactionOutputs/PregeneratedOutputsQueueFactory.cs
src/AzureRepositories/TransactionOutputs/PregeneratedOutputsQueueFactory.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AzureStorage.Queue; using Common; using Core; using Core.Repositories.TransactionOutputs; namespace AzureRepositories.TransactionOutputs { public class PregeneratedOutputsQueueFactory : IPregeneratedOutputsQueue...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AzureStorage.Queue; using Common; using Core; using Core.Repositories.TransactionOutputs; namespace AzureRepositories.TransactionOutputs { public class PregeneratedOutputsQueueFactory : IPregeneratedOutputsQueue...
mit
C#
0c31382508aa8ab0b4f739fb25116872cee6c795
Increment SC version (#2911)
Neurosploit/StratisBitcoinFullNode,bokobza/StratisBitcoinFullNode,bokobza/StratisBitcoinFullNode,Aprogiena/StratisBitcoinFullNode,mikedennis/StratisBitcoinFullNode,quantumagi/StratisBitcoinFullNode,stratisproject/StratisBitcoinFullNode,Neurosploit/StratisBitcoinFullNode,fassadlr/StratisBitcoinFullNode,mikedennis/Strati...
src/Stratis.Bitcoin.Features.SmartContracts/SmartContractVersionProvider.cs
src/Stratis.Bitcoin.Features.SmartContracts/SmartContractVersionProvider.cs
using Stratis.Bitcoin.Interfaces; namespace Stratis.Bitcoin.Features.SmartContracts { public class SmartContractVersionProvider : IVersionProvider { public string GetVersion() { return "0.13.0"; } } }
using Stratis.Bitcoin.Interfaces; namespace Stratis.Bitcoin.Features.SmartContracts { public class SmartContractVersionProvider : IVersionProvider { public string GetVersion() { return "0.11.0"; } } }
mit
C#
3b78bede053072c3a6ceeffd0b2c5674624f8986
add using
elyen3824/myfinanalysis-data
data-provider/run.csx
data-provider/run.csx
using System.Net; using System.Net.Http; public static async Task<HttpResponseMessage> Run(HttpRequestMessage req, TraceWriter log) { log.Info("C# HTTP trigger function processed a request."); // parse query parameter string name = req.GetQueryNameValuePairs() .FirstOrDefault(q => string.Compare(q...
using System.Net; public static async Task<HttpResponseMessage> Run(HttpRequestMessage req, TraceWriter log) { log.Info("C# HTTP trigger function processed a request."); // parse query parameter string name = req.GetQueryNameValuePairs() .FirstOrDefault(q => string.Compare(q.Key, "name", true) == ...
mit
C#
a9d48a3ea1f6723f7c766924a19e4df4afc388ab
change the description
xyting/NPOI.Extension
src/Properties/AssemblyInfo.cs
src/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("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#
389438b5bd545c4a2d387f5c7b6f367890882ec6
Set new version
0xd4d/dnlib
src/Properties/AssemblyInfo.cs
src/Properties/AssemblyInfo.cs
// dnlib: See LICENSE.txt for more info using System.Reflection; using System.Runtime.InteropServices; #if THREAD_SAFE [assembly: AssemblyTitle("dnlib (thread safe)")] #else [assembly: AssemblyTitle("dnlib")] #endif [assembly: AssemblyDescription(".NET assembly reader/writer")] [assembly: AssemblyConfiguration("")] ...
// dnlib: See LICENSE.txt for more info using System.Reflection; using System.Runtime.InteropServices; #if THREAD_SAFE [assembly: AssemblyTitle("dnlib (thread safe)")] #else [assembly: AssemblyTitle("dnlib")] #endif [assembly: AssemblyDescription(".NET assembly reader/writer")] [assembly: AssemblyConfiguration("")] ...
mit
C#
1e13efc668e186e637207bc5a9093d64d53f91b1
fix batteries in src/tests
PKRoma/SQLitePCL.raw,ericsink/SQLitePCL.raw
src/tests/my_batteries_v2.cs
src/tests/my_batteries_v2.cs
/* Copyright 2014-2019 SourceGear, LLC 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...
/* Copyright 2014-2019 SourceGear, LLC 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...
apache-2.0
C#
79db769ae3e9027cbee0ee1d692c06e02c30f273
rename class
ctolkien/vnext-ground-up,ctolkien/vnext-ground-up
part3/Models/GroundUpDbContext.cs
part3/Models/GroundUpDbContext.cs
using Microsoft.Data.Entity; public class GroundUpDbContext : DbContext { DbSet<TodoItem> Todos {get; set;} protected override void OnConfiguring(DbContextOptions builder) { builder.UseSqlServer(@"Server=(localdb)\v11.0;Database=TodoItems;Trusted_Connection=True;"); } } public class TodoItem ...
using Microsoft.Data.Entity; public class Part3DbContext : DbContext { DbSet<TodoItem> Todos {get; set;} protected override void OnConfiguring(DbContextOptions builder) { builder.UseSqlServer(@"Server=(localdb)\v11.0;Database=TodoItems;Trusted_Connection=True;"); } } public class TodoItem { ...
mit
C#
6938595818a35eef641bee48ab0bade9ac43b799
Fix failing tier deserialization (#91)
commercetools/commercetools-dotnet-sdk
commercetools.NET/ShippingMethods/ShippingRate.cs
commercetools.NET/ShippingMethods/ShippingRate.cs
using System.Collections.Generic; using commercetools.Common; using commercetools.ShippingMethods.Tiers; using Newtonsoft.Json; namespace commercetools.ShippingMethods { /// <summary> /// ShippingRate /// </summary> /// <see href="https://dev.commercetools.com/http-api-projects-shippingMethods.html#sh...
using System.Collections.Generic; using commercetools.Common; using commercetools.ShippingMethods.Tiers; using Newtonsoft.Json; namespace commercetools.ShippingMethods { /// <summary> /// ShippingRate /// </summary> /// <see href="https://dev.commercetools.com/http-api-projects-shippingMethods.html#sh...
mit
C#
53e60be03f476b2255f099367650265ec5a91e85
remove build again
IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates
build.cake
build.cake
var target = Argument("target", "Default"); var configuration = Argument<string>("configuration", "Release"); /////////////////////////////////////////////////////////////////////////////// // GLOBAL VARIABLES /////////////////////////////////////////////////////////////////////////////// var buildArtifacts...
var target = Argument("target", "Default"); var configuration = Argument<string>("configuration", "Release"); /////////////////////////////////////////////////////////////////////////////// // GLOBAL VARIABLES /////////////////////////////////////////////////////////////////////////////// var buildArtifacts...
apache-2.0
C#
a45915079dffc1d4437f55e762ccd212e6ebf513
Fix issue with no role assigned.
enarod/enarod-web-api,enarod/enarod-web-api,enarod/enarod-web-api
Infopulse.EDemocracy.Web/Auth/Providers/SimpleAuthorizationServerProvider.cs
Infopulse.EDemocracy.Web/Auth/Providers/SimpleAuthorizationServerProvider.cs
using System; using System.Data.Entity; using System.Linq; using Infopulse.EDemocracy.Data.Repositories; using Microsoft.Owin.Security.OAuth; using System.Security.Claims; using System.Threading.Tasks; using Infopulse.EDemocracy.Common.Extensions; using Infopulse.EDemocracy.Model.Enum; namespace Infopulse.EDemocracy....
using System; using System.Data.Entity; using System.Linq; using Infopulse.EDemocracy.Data.Repositories; using Microsoft.Owin.Security.OAuth; using System.Security.Claims; using System.Threading.Tasks; using Infopulse.EDemocracy.Common.Extensions; using Infopulse.EDemocracy.Model.Enum; namespace Infopulse.EDemocracy....
cc0-1.0
C#
12290addfd4ec47f08b0ff9fb946fc7e54a49447
Handle null values in setter
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
NakedLegacy/NakedLegacy.Reflector/Facet/PropertySetterFacetViaValueHolder.cs
NakedLegacy/NakedLegacy.Reflector/Facet/PropertySetterFacetViaValueHolder.cs
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
apache-2.0
C#
789330f8aab3af26cd80f390c2ed4dfdd208cea3
resolve #40
estorski/langlay
Langlay.App/Services/TrayService.cs
Langlay.App/Services/TrayService.cs
using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Reflection; using System.Windows.Forms; using Product.Common; namespace Product { public class TrayService { private IConfigService ConfigService { get; set; } private ISettingsService SettingsService {...
using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Reflection; using System.Windows.Forms; using Product.Common; namespace Product { public class TrayService { private IConfigService ConfigService { get; set; } private ISettingsService SettingsService {...
mit
C#
4e62070aa9f8219f4e9ed0ba78b54b6133b44477
Remove lastforkheight assert
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
HiddenWallet.Tests/ExternalApiTests.cs
HiddenWallet.Tests/ExternalApiTests.cs
using HiddenWallet.WebClients.BlockCypher; using HiddenWallet.WebClients.SmartBit; using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using Xunit; namespace HiddenWallet.Tests { public c...
using HiddenWallet.WebClients.BlockCypher; using HiddenWallet.WebClients.SmartBit; using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using Xunit; namespace HiddenWallet.Tests { public c...
mit
C#
9224151ad6b072e404aa5893da569516e45caf4e
Remove "public" access modifier from test class
shaynevanasperen/Quarks
Quarks.Tests/PluralizeForCountTests.cs
Quarks.Tests/PluralizeForCountTests.cs
using Machine.Specifications; namespace Quarks.Tests { [Subject(typeof(Inflector))] class When_using_pluralize_for_count { It should_pluralize_when_count_is_greater_than_two = () => "item".PluralizeForCount(2).ShouldEqual("items"); It should_pluralize_when_count_is_zero = () => "item".Plurali...
using Machine.Specifications; namespace Quarks.Tests { [Subject(typeof(Inflector))] public class When_using_pluralize_for_count { It should_pluralize_when_count_is_greater_than_two = () => "item".PluralizeForCount(2).ShouldEqual("items"); It should_pluralize_when_count_is_zero = () => "item"....
mit
C#
5f4f9e3a2d3381700f73e963c2834526f490f7be
comment box
karitasolafs/TextDoc,karitasolafs/TextDoc
TextDuck/Views/Home/ViewComment.cshtml
TextDuck/Views/Home/ViewComment.cshtml
@model IQueryable<TextDuck.Models.CommentItem> <link href="/Content/Table.css" rel="stylesheet" /> <h1>Latest Comments</h1> @foreach (var item in Model) { <div class="jumbotron"> <p class="Date"> @Html.DisplayFor(modelItem => item.DateCreated) <span class="glyphicon glyphicon-time...
@model IQueryable<TextDuck.Models.CommentItem> <link href="/Content/Table.css" rel="stylesheet" /> <div> @Html.ActionLink("Bæta við athugasemd", "AddComment", "Home") </div> <h1>Latest Comments</h1> @foreach (var item in Model) { <div class="jumbotron"> <p class="Date"> @Html.DisplayFor(m...
mit
C#
c80125a2dc9c256d32eab6c38748b0db9856de5d
Update version to 8.0.0
Weingartner/XUnitRemote
XUnitRemote/Properties/AssemblyInfo.cs
XUnitRemote/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("XU...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("XU...
mit
C#
baf8300233133218a86ed091fe7df98ddf2a3d82
Increment the version to 1.4.0.0
ladimolnar/BitcoinDatabaseGenerator
Sources/BitcoinDatabaseGenerator/Properties/AssemblyInfo.cs
Sources/BitcoinDatabaseGenerator/Properties/AssemblyInfo.cs
//----------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs"> // Copyright © Ladislau Molnar. All rights reserved. // </copyright> //----------------------------------------------------------------------- using System; using System.Reflection; using System.Runtime.Int...
//----------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs"> // Copyright © Ladislau Molnar. All rights reserved. // </copyright> //----------------------------------------------------------------------- using System; using System.Reflection; using System.Runtime.Int...
apache-2.0
C#
ae5f517c81d0e76fd9a341a695ea6aff76bfd125
Fix path to testsnotfound.js
ymorozov/Sitecore.TestRunnerJS,ymorozov/Sitecore.TestRunnerJS,ymorozov/Sitecore.TestRunnerJS
code/Sitecore.TestRunnerJS/TestFixtureController.cs
code/Sitecore.TestRunnerJS/TestFixtureController.cs
namespace Sitecore.TestRunnerJS { using System; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Web; using System.Web.Hosting; using System.Web.Http; public class TestFixtureController : ApiController { private const strin...
namespace Sitecore.TestRunnerJS { using System; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Web; using System.Web.Hosting; using System.Web.Http; public class TestFixtureController : ApiController { private const strin...
mit
C#
3ad8ce59dd3203f8a72febf5c5e56c742de49fad
Change missed while mirroring (#28955)
wtgodbe/corefx,BrennanConroy/corefx,Jiayili1/corefx,shimingsg/corefx,wtgodbe/corefx,ericstj/corefx,ptoonen/corefx,ViktorHofer/corefx,BrennanConroy/corefx,shimingsg/corefx,ericstj/corefx,ptoonen/corefx,Jiayili1/corefx,ViktorHofer/corefx,ptoonen/corefx,ericstj/corefx,ViktorHofer/corefx,ericstj/corefx,ViktorHofer/corefx,e...
src/Common/src/CoreLib/System/Buffers/MemoryHandle.cs
src/Common/src/CoreLib/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 { /// <summary> /// A ...
// 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 { /// <summary> /// A ...
mit
C#
b5d313b6995262b4377f149df5669c3f3ffe020b
Remove unused OrchardCore.Title dependency from OrchardCore.Media (#3266)
xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Or...
src/OrchardCore.Modules/OrchardCore.Media/Manifest.cs
src/OrchardCore.Modules/OrchardCore.Media/Manifest.cs
using OrchardCore.Modules.Manifest; [assembly: Module( Name = "Media", Author = "The Orchard Team", Website = "https://orchardproject.net", Version = "2.0.0" )] [assembly: Feature( Id = "OrchardCore.Media", Name = "Media", Description = "The media module adds media management support.", ...
using OrchardCore.Modules.Manifest; [assembly: Module( Name = "Media", Author = "The Orchard Team", Website = "https://orchardproject.net", Version = "2.0.0" )] [assembly: Feature( Id = "OrchardCore.Media", Name = "Media", Description = "The media module adds media management support.", ...
bsd-3-clause
C#
1969c5b89bccc3788a295d14ecc8e83412b58da7
Apply suggetsted changes
johnneijzen/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,ZLima12/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,ZLima12/osu,NeoAdonis/osu,EVAST9919/osu,2yangk23/osu,peppy/osu,smoogipoo/osu,johnneijzen/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,2yangk23/osu,EVAST9919/osu,Neo...
osu.Game.Tests/Visual/Online/TestSceneRankingsScopeSelector.cs
osu.Game.Tests/Visual/Online/TestSceneRankingsScopeSelector.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 osu.Framework.Graphics; using osu.Framework.Bindables; using osu.Game.Overlays; using osu.Framework.Graphics.Shapes...
// 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 osu.Framework.Graphics; using osu.Framework.Bindables; using osu.Game.Overlays; using osu.Framework.Graphics.Shapes...
mit
C#
05c17b52cd614b5ad14480002c3908772e556013
Remove redundant address
jmptrader/WampSharp,jmptrader/WampSharp,jmptrader/WampSharp
src/WampSharp.Default/WampChannelFactoryExtensions.cs
src/WampSharp.Default/WampChannelFactoryExtensions.cs
using Newtonsoft.Json.Linq; using WampSharp.Core.Serialization; using WampSharp.Newtonsoft; using WampSharp.WebSocket4Net; using WebSocket4Net; namespace WampSharp { public static class WampChannelFactoryExtensions { public static IWampChannel<JToken> CreateChannel(this IWampChannelFactory<JToken> fac...
using Newtonsoft.Json.Linq; using WampSharp.Core.Serialization; using WampSharp.Newtonsoft; using WampSharp.WebSocket4Net; using WebSocket4Net; namespace WampSharp { public static class WampChannelFactoryExtensions { public static IWampChannel<JToken> CreateChannel(this IWampChannelFactory<JToken> fac...
bsd-2-clause
C#
38a102fb15e5945c826a699f989a5dd5c25bbc07
Return corner points from EdgeArea
davidaramant/buddhabrot,davidaramant/buddhabrot
src/Buddhabrot/Edges/EdgeArea.cs
src/Buddhabrot/Edges/EdgeArea.cs
using System.Collections.Generic; using System.Drawing; namespace Buddhabrot.Edges { public sealed class EdgeArea { public Point GridLocation { get; } public Corners CornersInSet { get; } public EdgeArea(Point location, Corners cornersInSet) { GridLocation = locati...
using System.Drawing; namespace Buddhabrot.Edges { public sealed class EdgeArea { public Point GridLocation { get; } public Corners CornersInSet { get; } public EdgeArea(Point location, Corners cornersInSet) { GridLocation = location; CornersInSet = cor...
bsd-2-clause
C#
4a3b1f5f8258ce497b40b9de21762f538aa87dcf
Add GetSystemEduForm method
roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University/Models/ModelHelper.cs
R7.University/Models/ModelHelper.cs
// // ModelHelper.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2015 Roman M. Yagodin // // 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...
// // ModelHelper.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2015 Roman M. Yagodin // // 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...
agpl-3.0
C#
ffa1e1ad648464901dba5cbb21a6c6de45c83ace
Add XML documentation to EditFileEventArgs class
Radnen/spherestudio,Radnen/spherestudio
Sphere.Plugins/EditFileEventArgs.cs
Sphere.Plugins/EditFileEventArgs.cs
using System; using System.ComponentModel; using System.IO; namespace Sphere.Plugins { /// <summary> /// Provides data for Sphere Studio 'edit file' events. /// </summary> public class EditFileEventArgs : HandledEventArgs { /// <summary> /// Initializes a new instance of the EditFi...
using System; using System.IO; namespace Sphere.Plugins { public class EditFileEventArgs : EventArgs { public EditFileEventArgs(string path, bool useWildcard = false) { Path = (path != null && path[0] == '?') ? null : path; string extension = System.IO.Path.GetExtension...
mit
C#
735b7da93dba63a5763f83d0bec5fef23ab6c170
Bump v1.0.13
karronoli/tiny-sato
TinySato/Properties/AssemblyInfo.cs
TinySato/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to Sato printer. Sat...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to Sato printer. Sat...
apache-2.0
C#
0d2237849df0b565c5619c33c904fc4ee914620c
Add WriteAllText overload for IEnumerable.
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/IO/TextTasks.cs
source/Nuke.Common/IO/TextTasks.cs
// Copyright Matthias Koch 2017. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using JetBrains.Annotations; using Nuke.Core; using Nuke.Core.IO; namespace Nuke.Commo...
// Copyright Matthias Koch 2017. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.IO; using System.Linq; using System.Text; using JetBrains.Annotations; using Nuke.Core; using Nuke.Core.IO; namespace Nuke.Common.IO { [PublicAPI] public ...
mit
C#
86d8910e56eebcdab1ec6f9c12774638b7ff6287
Add message debugger display to show the message type
FoundatioFx/Foundatio,exceptionless/Foundatio
src/Foundatio/Messaging/Message.cs
src/Foundatio/Messaging/Message.cs
using System; using System.Collections.Generic; using System.Diagnostics; namespace Foundatio.Messaging { public interface IMessage { string Type { get; } Type ClrType { get; } byte[] Data { get; } object GetBody(); IReadOnlyDictionary<string, string> Properties { get; } ...
using System; using System.Collections.Generic; namespace Foundatio.Messaging { public interface IMessage { string Type { get; } Type ClrType { get; } byte[] Data { get; } object GetBody(); IReadOnlyDictionary<string, string> Properties { get; } } public class Messa...
apache-2.0
C#
5e6bd92b73a808ebb39cec96015a116eb09e4e26
Fix NativeInstantiation sample/test * sample/NativeInstantiationTest.cs: pinvoke the correct soname.
sillsdev/gtk-sharp,sillsdev/gtk-sharp,openmedicus/gtk-sharp,akrisiun/gtk-sharp,akrisiun/gtk-sharp,Gankov/gtk-sharp,akrisiun/gtk-sharp,antoniusriha/gtk-sharp,orion75/gtk-sharp,openmedicus/gtk-sharp,antoniusriha/gtk-sharp,akrisiun/gtk-sharp,sillsdev/gtk-sharp,orion75/gtk-sharp,antoniusriha/gtk-sharp,Gankov/gtk-sharp,open...
sample/NativeInstantiationTest.cs
sample/NativeInstantiationTest.cs
// Author: Mike Kestner <mkestner@novell.com> // // Copyright (c) 2009 Novell, Inc. namespace GtkSharp { using Gtk; using System; using System.Runtime.InteropServices; public class InstantiationTest : Gtk.Window { [DllImport ("libgobject-2.0.so.0")] static extern IntPtr g_object_new (IntPtr gtype, string p...
// Author: Mike Kestner <mkestner@novell.com> // // Copyright (c) 2009 Novell, Inc. namespace GtkSharp { using Gtk; using System; using System.Runtime.InteropServices; public class InstantiationTest : Gtk.Window { [DllImport ("libgobject-2.0.so.0")] static extern IntPtr g_object_new (IntPtr gtype, string p...
lgpl-2.1
C#
9f5ffdcad55f3da4663f4b95e9647825247c03ff
update version
reinterpretcat/utymap,reinterpretcat/utymap,reinterpretcat/utymap
unity/library/UtyMap.Unity/Properties/AssemblyInfo.cs
unity/library/UtyMap.Unity/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("UtyMap.Unity")] [assembly: AssemblyDescription("UtyMap for Unity3D")] [assembly: AssemblyProduct("UtyMap.Unity")] [assembly: AssemblyCopyright("Copyright © Ilya Builuk, 2014-2016")] [assembl...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("UtyMap.Unity")] [assembly: AssemblyDescription("UtyMap for Unity3D")] [assembly: AssemblyProduct("UtyMap.Unity")] [assembly: AssemblyCopyright("Copyright © Ilya Builuk, 2014-2016")] [assembl...
apache-2.0
C#
ce42f0ae2ac73f419db1588933ef2f44200268c1
add bufferText to display series of lastRcvd
yasokada/unity-151117-linemonitor-UI
Assets/lineMonitorUI.cs
Assets/lineMonitorUI.cs
using UnityEngine; using System.Collections; using UnityEngine.UI; // for Text using System; using System.Text; using System.Net; using System.Net.Sockets; using System.Threading; using NS_MyNetUtil; // for MyNetUtil.getMyIPAddress() /* * v0.1 2015/11/19 * - * --------- converted from UdpEchoServer to line mon...
using UnityEngine; using System.Collections; using UnityEngine.UI; // for Text using System; using System.Text; using System.Net; using System.Net.Sockets; using System.Threading; using NS_MyNetUtil; // for MyNetUtil.getMyIPAddress() /* * v0.1 2015/11/19 * - * --------- converted from UdpEchoServer to line mon...
mit
C#
985b1ca19a9966a331e18d52f3de83887f5f9fa7
make Write() async, closes #88
OrleansContrib/OrleansDashboard,OrleansContrib/OrleansDashboard,OrleansContrib/OrleansDashboard
OrleansDashboard/TraceWriter.cs
OrleansDashboard/TraceWriter.cs
using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; namespace OrleansDashboard { public class TraceWriter : IDisposable { private readonly DashboardTraceListener traceListener; private readonly HttpContext context; public TraceWriter(DashboardTraceListener tra...
using Microsoft.AspNetCore.Http; using System; using System.Threading.Tasks; namespace OrleansDashboard { public class TraceWriter : IDisposable { private readonly DashboardTraceListener traceListener; private readonly HttpContext context; public TraceWriter(DashboardTraceListener tra...
mit
C#
02901cbab71f45c285437a4872241fe88950a57b
Update RuleUpdater.cs
win120a/ACClassRoomUtil,win120a/ACClassRoomUtil
ProcessBlockUtil/RuleUpdater.cs
ProcessBlockUtil/RuleUpdater.cs
/* Copyright (C) 2011-2014 AC Inc. (Andy Cheung) 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 ...
/* Copyright (C) 2011-2014 AC Inc. (Andy Cheung) 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 ...
apache-2.0
C#
d2e048c405a9e47bab82a211305bfff118edd26b
Revert "Instance isn't found if class is on a disabled GameObject."
paseb/MixedRealityToolkit-Unity,NeerajW/HoloToolkit-Unity,paseb/HoloToolkit-Unity,out-of-pixel/HoloToolkit-Unity,HattMarris1/HoloToolkit-Unity,willcong/HoloToolkit-Unity
Assets/HoloToolkit/Utilities/Scripts/SingleInstance.cs
Assets/HoloToolkit/Utilities/Scripts/SingleInstance.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 HoloToolkit.Unity { /// <summary> /// A simplified version of the Singleton class which doesn't depend on the Instance being se...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; namespace HoloToolkit.Unity { /// <summary> /// A simplified version of the Singleton class which doesn't depend on the Instance being se...
mit
C#
91667f2c44a59c4aa3204b6f1c8cdf128e4bb19d
Delete some dead TODO's
blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon
Compiler/Common/TODO.cs
Compiler/Common/TODO.cs
namespace Common { public static class TODO { // TODO: Group these by priority/severity public static void LibrariesNeedVersionNumber() { } public static void ThrowErrorIfKeywordThisIsUsedInBaseArgsOrDefaultArgsAnywhereInConstructor() { } public static void VerifyDefaultA...
namespace Common { public static class TODO { // TODO: Group these by priority/severity public static void LibrariesNeedVersionNumber() { } public static void ThrowErrorIfKeywordThisIsUsedInBaseArgsOrDefaultArgsAnywhereInConstructor() { } public static void VerifyDefaultA...
mit
C#
9b0f5e8120cc8c104baa3361a9f5141f565b2868
Add a timer for all puzzles
martincostello/adventofcode,martincostello/adventofcode,martincostello/adventofcode,martincostello/adventofcode
src/AdventOfCode2015/Program.cs
src/AdventOfCode2015/Program.cs
// Copyright (c) Martin Costello, 2015. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.AdventOfCode2015 { using System; using System.Diagnostics; using System.Globalization; using System.Lin...
// Copyright (c) Martin Costello, 2015. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.AdventOfCode2015 { using System; using System.Globalization; using System.Linq; /// <summary> /// ...
apache-2.0
C#
96cf80bb93746b44ac25a6e3561229f754986a51
Fix invisible window after restoring from tray the second time
szarvas/fanduino,szarvas/fanduino
FanduinoWindow/Form1.cs
FanduinoWindow/Form1.cs
/* Copyright 2016 Attila Szarvas 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 writing, software...
/* Copyright 2016 Attila Szarvas 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 writing, software...
apache-2.0
C#
ba5ef38ec8b21711b4d94d57c7b049cff6ef064f
update cake
predictive-technology-laboratory/Xamarin.Plugins,jamesmontemagno/Xamarin.Plugins,monostefan/Xamarin.Plugins
Settings/build.cake
Settings/build.cake
#addin "Cake.FileHelpers" var TARGET = Argument ("target", Argument ("t", "Build")); var version = EnvironmentVariable ("APPVEYOR_BUILD_VERSION") ?? Argument("version", "0.0.9999"); Task ("Build").Does (() => { const string sln = "./Refractored.XamPlugins.Settings.sln"; const string cfg = "Release"; NuGetRes...
#addin "Cake.FileHelpers" var TARGET = Argument ("target", Argument ("t", "Build")); var version = EnvironmentVariable ("APPVEYOR_BUILD_VERSION") ?? Argument("version", "0.0.9999"); Task ("Build").Does (() => { const string sln = "./Refractored.XamPlugins.Settings.sln"; const string cfg = "Release"; NuGetRes...
mit
C#
49702ee0e7c4ad497ba96698f2281d0038245e93
Replace HasCustomAttribute with IsInternalCall (#1992)
tijoytom/corert,tijoytom/corert,shrah/corert,krytarowski/corert,botaberg/corert,gregkalapos/corert,gregkalapos/corert,botaberg/corert,gregkalapos/corert,yizhang82/corert,sandreenko/corert,yizhang82/corert,shrah/corert,botaberg/corert,krytarowski/corert,shrah/corert,sandreenko/corert,krytarowski/corert,shrah/corert,bota...
src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/RyuJitNodeFactory.cs
src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/RyuJitNodeFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace ILCompiler.Dependency...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Internal.TypeSystem; namespace ILCompiler.DependencyAnalysis { public sealed class RyuJit...
mit
C#
a35ef538916b89cdce5339399a14a58dd14f1144
Fix mef attributes project path provider
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Microsoft.VisualStudio.Editor.Razor/DefaultProjectPathProviderFactory.cs
src/Microsoft.VisualStudio.Editor.Razor/DefaultProjectPathProviderFactory.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; namespace Microsoft.VisualStudio.Edi...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; using Microsoft.CodeAn...
apache-2.0
C#
7d1ef646b4e0bbf0f53b0ab4140450f17853693c
Implement GetPagedList (filtered by locationviewID) for Locations
cmoussalli/DynThings,MagedAlNaamani/DynThings,cmoussalli/DynThings,cmoussalli/DynThings,MagedAlNaamani/DynThings,cmoussalli/DynThings,MagedAlNaamani/DynThings,MagedAlNaamani/DynThings
DynThings.Data.Repositories/Repositories/LocationsRepository.cs
DynThings.Data.Repositories/Repositories/LocationsRepository.cs
///////////////////////////////////////////////////////////////// // Created by : Caesar Moussalli // // TimeStamp : 31-1-2016 // // Content : Handle Locations CRUD // // Notes : ...
///////////////////////////////////////////////////////////////// // Created by : Caesar Moussalli // // TimeStamp : 31-1-2016 // // Content : Handle Locations CRUD // // Notes : ...
mit
C#
5967f5d90c3e3b4fe395882dadca1c7c2c1676be
Use ISO 8601 format for logger timestamps
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/azure-activedirectory-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
src/ADAL.PCL/Platform/LoggerBase.cs
src/ADAL.PCL/Platform/LoggerBase.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 documentat...
//---------------------------------------------------------------------- // // 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 documentat...
mit
C#
c99b48f9342189ba0290702893fbdcc1a7b72f2f
Bring up-to-date and use IApplicableFailOverride
2yangk23/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,johnneijzen/osu,ZLima12/osu,2yangk23/osu,ppy/osu,EVAST9919/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,EVAST9919/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,johnneijzen/osu,Z...
osu.Game/Rulesets/Mods/ModEasy.cs
osu.Game/Rulesets/Mods/ModEasy.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.Bindables; using osu.Framework.Graphics.Sprites; using osu.Game.Beatmaps; using osu.Game.Graphics; using osu.Game.Rulesets.Scoring; 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; using osu.Framework.Graphics.Sprites; using osu.Game.Beatmaps; using osu.Game.Graphics; using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Mods {...
mit
C#
d065b7788972d97a21d2ccce8a5adbf7a5364a86
improve test error reporting
gasparnagy/berp,gasparnagy/berp,gasparnagy/berp
src/Berp.Specs/StepDefinitions/GenerationStepDefinitions.cs
src/Berp.Specs/StepDefinitions/GenerationStepDefinitions.cs
using System; using System.IO; using Berp.BerpGrammar; using Berp.Specs.Support; using FluentAssertions; using TechTalk.SpecFlow; using Xunit.Abstractions; namespace Berp.Specs.StepDefinitions { [Binding] public class GenerationStepDefinitions { private string grammarDefinition; private str...
using System; using System.IO; using Berp.BerpGrammar; using Berp.Specs.Support; using FluentAssertions; using TechTalk.SpecFlow; namespace Berp.Specs.StepDefinitions { [Binding] public class GenerationStepDefinitions { private string grammarDefinition; private string outputFile; pr...
apache-2.0
C#
bfc4879e9af4c509ceabb015e3998dd928b5d634
Update DbSetExtensions.cs
chunk1ty/TeachersDiary,chunk1ty/TeachersDiary,chunk1ty/TeachersDiary
src/Data/TeacherDiary.Data.Ef/Extensions/DbSetExtensions.cs
src/Data/TeacherDiary.Data.Ef/Extensions/DbSetExtensions.cs
using System.Collections.Generic; using System.Data.Entity; namespace TeacherDiary.Data.Ef.Extensions { public static class DbSetExtensions { public static IEnumerable<TEntity> AddRange<TEntity>(this IDbSet<TEntity> dbset, IEnumerable<TEntity> entitiesToAdd) where TEntity : class { ...
using System.Collections.Generic; using System.Data.Entity; namespace TeacherDiary.Data.Ef.Extensions { public static class DbSetExtensions { public static IEnumerable<TEntity> AddRange<TEntity>(this IDbSet<TEntity> dbset, IEnumerable<TEntity> entitiesToAdd) where TEntity : class { ...
mit
C#
ded8af3269f9899308d85bfe46eea50df0b08180
Add googlebot and bingbot to list of crawler user agents
dingyuliang/prerender-dotnet,dingyuliang/prerender-dotnet,dingyuliang/prerender-dotnet
src/DotNetPrerender/DotNetOpen.PrerenderModule/Constants.cs
src/DotNetPrerender/DotNetOpen.PrerenderModule/Constants.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DotNetOpen.PrerenderModule { public static class Constants { #region Const public const string PrerenderIOServiceUrl = "http://service.prerender.io/"; public co...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DotNetOpen.PrerenderModule { public static class Constants { #region Const public const string PrerenderIOServiceUrl = "http://service.prerender.io/"; public co...
mit
C#
a362b346caf79117a5d9f551ebb0b36bd5092992
remove perf scope wrapper since the scope is small (#858)
hellosnow/docfx,DuncanmaMSFT/docfx,pascalberger/docfx,dotnet/docfx,hellosnow/docfx,LordZoltan/docfx,LordZoltan/docfx,LordZoltan/docfx,superyyrrzz/docfx,superyyrrzz/docfx,pascalberger/docfx,928PJY/docfx,DuncanmaMSFT/docfx,LordZoltan/docfx,928PJY/docfx,dotnet/docfx,pascalberger/docfx,superyyrrzz/docfx,hellosnow/docfx,928...
src/Microsoft.DocAsCode.Build.Common/HtmlDocumentHandler.cs
src/Microsoft.DocAsCode.Build.Common/HtmlDocumentHandler.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.Common { using Microsoft.DocAsCode.Common; using Microsoft.DocAsCode.Plugins; using HtmlAgilityPack; public abstr...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.Common { using Microsoft.DocAsCode.Common; using Microsoft.DocAsCode.Plugins; using HtmlAgilityPack; public abstr...
mit
C#