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 |
|---|---|---|---|---|---|---|---|---|
e60a1b8c693fa802d7d021d1df57a966d12128ad | update TraceTransaction return type | Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum | src/Nethereum.Parity/RPC/Trace/ITraceTransaction.cs | src/Nethereum.Parity/RPC/Trace/ITraceTransaction.cs | using System.Threading.Tasks;
using Nethereum.JsonRpc.Client;
using Newtonsoft.Json.Linq;
namespace Nethereum.Parity.RPC.Trace
{
public interface ITraceTransaction
{
RpcRequest BuildRequest(string transactionHash, object id = null);
Task<JArray> SendRequestAsync(string transactionHash, object ... | using System.Threading.Tasks;
using Nethereum.JsonRpc.Client;
using Newtonsoft.Json.Linq;
namespace Nethereum.Parity.RPC.Trace
{
public interface ITraceTransaction
{
RpcRequest BuildRequest(string transactionHash, object id = null);
Task<JObject> SendRequestAsync(string transactionHash, object... | mit | C# |
f358778ec834576b199d7c7f4cd5a42deb2d9a49 | Add medium breakpoint to home latests posts. | PioneerCode/pioneer-blog,PioneerCode/pioneer-blog,PioneerCode/pioneer-blog,PioneerCode/pioneer-blog | src/Pioneer.Blog/Views/Home/_HomeLatestPosts.cshtml | src/Pioneer.Blog/Views/Home/_HomeLatestPosts.cshtml | @model List<Post>
<section class="home-latest-posts">
<h3 class="header-surround-bar"><span>Latest Posts</span></h3>
<div class="row width-100">
@foreach (var post in Model.Take(4))
{
<div class="large-3 medium-6 columns end">
@Html.Partial("_HomePostCard", post)
</div>
}
</div>
... | @model List<Post>
<section class="home-latest-posts">
<h3 class="header-surround-bar"><span>Latest Posts</span></h3>
<div class="row width-100">
@foreach (var post in Model.Take(4))
{
<div class="large-3 columns end">
@Html.Partial("_HomePostCard", post)
</div>
}
</div>
<div cla... | mit | C# |
e45a38b888da60837bc47da75e34bae4901d3e5e | Make VsTargetProject's GetHashCode case-insensitive. | antiufo/NuGet2,RichiCoder1/nuget-chocolatey,mrward/NuGet.V2,jholovacs/NuGet,jholovacs/NuGet,antiufo/NuGet2,oliver-feng/nuget,jmezach/NuGet2,mrward/nuget,xoofx/NuGet,antiufo/NuGet2,antiufo/NuGet2,GearedToWar/NuGet2,akrisiun/NuGet,mrward/nuget,mrward/NuGet.V2,akrisiun/NuGet,oliver-feng/nuget,RichiCoder1/nuget-chocolatey,... | src/V3/NuGet.Client.VisualStudio/VsTargetProject.cs | src/V3/NuGet.Client.VisualStudio/VsTargetProject.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Versioning;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using EnvDTE;
using Newtonsoft.Json.Linq;
using NuGet.Client.Diagnostics;
using NuGet.Client.Interop;
using NuGet.Client.Resolution;
using NuGet.R... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Versioning;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using EnvDTE;
using Newtonsoft.Json.Linq;
using NuGet.Client.Diagnostics;
using NuGet.Client.Interop;
using NuGet.Client.Resolution;
using NuGet.R... | apache-2.0 | C# |
3964fe9360f41b80f590f558a83a7b3aa3bd8fa4 | Update my Telegram username | matteocontrini/locuspocusbot | LocusPocusBot/Handlers/HelpHandler.cs | LocusPocusBot/Handlers/HelpHandler.cs | using LocusPocusBot.Rooms;
using System.Text;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Types.Enums;
namespace LocusPocusBot.Handlers
{
public class HelpHandler : HandlerBase
{
private readonly IBotService bot;
private readonly Department[] departments;
publ... | using LocusPocusBot.Rooms;
using System.Text;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Types.Enums;
namespace LocusPocusBot.Handlers
{
public class HelpHandler : HandlerBase
{
private readonly IBotService bot;
private readonly Department[] departments;
publ... | mit | C# |
6ab62c4f8a8ff3d614744b7dc1a8efac83c0d98a | Update SvenMichaelStuebe.cs | beraybentesen/planetxamarin,planetxamarin/planetxamarin,MabroukENG/planetxamarin,stvansolano/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,stvansolano/planetxamarin,MabroukENG/planetxamarin,beraybentesen/planetxamarin,stvansolano/planetxamarin,beraybentesen/planetxamarin,MabroukENG/planetxamarin... | src/Firehose.Web/Authors/SvenMichaelStuebe.cs | src/Firehose.Web/Authors/SvenMichaelStuebe.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class SvenMichaelStuebe : IAmAMicrosoftMVP, IFilterMyBlogPosts
{
public string FirstName => "Sven-Michael";
publi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class SvenMichaelStuebe : IAmAMicrosoftMVP, IFilterMyBlogPosts
{
public string FirstName => "Sven-Michael";
publi... | mit | C# |
ee66f688d0fa83fdd73824515d58f8a082b555ef | Fix for breapoint issue 3696. | MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthikn... | src/Host/Client/Impl/Definitions/IRContext.cs | src/Host/Client/Impl/Definitions/IRContext.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using System.Linq;
namespace Microsoft.R.Host.Client {
/// <summary>
/// Representation of <c>struct RCTXT</c> in R.
/... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using System.Linq;
namespace Microsoft.R.Host.Client {
/// <summary>
/// Representation of <c>struct RCTXT</c> in R.
/... | mit | C# |
b494af15f3ab2d20055f89bd7572705657d230f9 | Remove unused usings | TheEadie/LazyStorage,TheEadie/LazyStorage,TheEadie/LazyLibrary | src/LazyStorage/InMemory/InMemorySingleton.cs | src/LazyStorage/InMemory/InMemorySingleton.cs | using System.Collections.Generic;
namespace LazyStorage.InMemory
{
internal static class InMemorySingleton
{
private static Dictionary<string, IEnumerable<Dictionary<string,string>>> _repos = new Dictionary<string, IEnumerable<Dictionary<string,string>>>();
public static void Sync<T>(string t... | using System.Collections;
using System.Collections.Generic;
using LazyStorage.Interfaces;
namespace LazyStorage.InMemory
{
internal static class InMemorySingleton
{
private static Dictionary<string, IEnumerable<Dictionary<string,string>>> _repos = new Dictionary<string, IEnumerable<Dictionary<string,s... | mit | C# |
1b26f5e1097cea445f02014db024f5f87d3848cd | Bump version to 10.4.0.23576 | HearthSim/HearthDb | HearthDb/Properties/AssemblyInfo.cs | HearthDb/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("Hea... | 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("Hea... | mit | C# |
b0781aba67c4fe22a43b53baec495929efdb7441 | Change the SourceRouter configuration from local to remote | ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | MainDemo.Wpf/Helper/SourceRouter.cs | MainDemo.Wpf/Helper/SourceRouter.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using CodeDisplayer;
namespace MaterialDesignDemo.Helper {
public class SourceRouter {
private string _typeName;
private const bo... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using CodeDisplayer;
namespace MaterialDesignDemo.Helper {
public class SourceRouter {
private string _typeName;
private const bo... | mit | C# |
01dd90dad43bb8e87b7c6ad87c0c8a01dd2c8ebd | Change class visibility from public to internal for Jira string extensions | GitTools/GitTools.IssueTrackers | src/GitTools.IssueTrackers/IssueTrackers/Jira/Extensions/StringExtensions.cs | src/GitTools.IssueTrackers/IssueTrackers/Jira/Extensions/StringExtensions.cs | namespace GitTools.IssueTrackers.Jira
{
internal static class StringExtensions
{
public static string AddJiraFilter(this string value, string additionalValue, string joinText = "AND")
{
if (!string.IsNullOrWhiteSpace(value))
{
value += string.Format(" {0}... | namespace GitTools.IssueTrackers.Jira
{
public static class StringExtensions
{
public static string AddJiraFilter(this string value, string additionalValue, string joinText = "AND")
{
if (!string.IsNullOrWhiteSpace(value))
{
value += string.Format(" {0} "... | mit | C# |
965d0603ce4346f6be847568336eff24c4b469e0 | Fix slider tick colour not being applied properly | peppy/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu | osu.Game.Rulesets.Osu/Skinning/Argon/ArgonSliderScorePoint.cs | osu.Game.Rulesets.Osu/Skinning/Argon/ArgonSliderScorePoint.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;... | mit | C# |
fef03a37a374c1cbd6838698cb6d38fb96bd1318 | allow for different casing on Boo.Lang.Compiler.dll | wbardzinski/boo,KingJiangNet/boo,wbardzinski/boo,drslump/boo,BitPuffin/boo,bamboo/boo,KingJiangNet/boo,KingJiangNet/boo,scottstephens/boo,wbardzinski/boo,BITechnologies/boo,drslump/boo,hmah/boo,BITechnologies/boo,KingJiangNet/boo,boo-lang/boo,KingJiangNet/boo,BillHally/boo,rmartinho/boo,wbardzinski/boo,hmah/boo,BitPuff... | src/Boo.Lang.Compiler/Steps/Parsing.cs | src/Boo.Lang.Compiler/Steps/Parsing.cs | using System;
using System.IO;
using System.Reflection;
using Boo.Lang.Compiler.Util;
using Boo.Lang.Environments;
namespace Boo.Lang.Compiler.Steps
{
public class Parsing : ICompilerStep
{
private ICompilerStep _parser;
public void Initialize(CompilerContext context)
{
Parser.Initialize(con... | using System;
using System.IO;
using System.Reflection;
using Boo.Lang.Compiler.Util;
using Boo.Lang.Environments;
namespace Boo.Lang.Compiler.Steps
{
public class Parsing : ICompilerStep
{
private ICompilerStep _parser;
public void Initialize(CompilerContext context)
{
Parser.Initialize(con... | bsd-3-clause | C# |
9bc830cacc57dd6e197e3235df614d70419d8250 | Fix error with merge on TModLoader GameState. | antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/TModLoader/GSI/GameState_TModLoader.cs | Project-Aurora/Project-Aurora/Profiles/TModLoader/GSI/GameState_TModLoader.cs | using Aurora.Profiles.Generic.GSI.Nodes;
using Aurora.Profiles.TModLoader.GSI.Nodes;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.TModLoader.GSI {
public class GameState_TModLoader : GameSta... | using Aurora.Profiles.Generic.GSI.Nodes;
using Aurora.Profiles.TModLoader.GSI.Nodes;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.TModLoader.GSI {
public class GameState_TModLoader : GameSta... | mit | C# |
cdf6d3dc86ffb6069a3181c26e07b942dbda7580 | Improve AppModel | sakapon/Tools-2015 | PlanetClock/PlanetClock/AppModel.cs | PlanetClock/PlanetClock/AppModel.cs | using System;
using System.Collections.Generic;
using System.Linq;
using KLibrary.Labs.Reactive;
using KLibrary.Labs.Reactive.Models;
namespace PlanetClock
{
public class AppModel
{
public IObservable<DateTime> JustMinutesArrived { get; private set; }
public IObservableGetProperty<DateTime> Ju... | using System;
using System.Collections.Generic;
using System.Linq;
using KLibrary.Labs.Reactive;
using KLibrary.Labs.Reactive.Models;
namespace PlanetClock
{
public class AppModel
{
public IObservable<DateTime> JustMinutesArrived { get; private set; }
public IObservableGetProperty<int> Hour { ... | mit | C# |
45d33a39244642d69fcad9ebb7cee5e9f835cf34 | Update version | 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# |
e0e7d1b9904b2e055a6c0ef77cf54f4b66f51c13 | set synced rev. nr. in assembly info | dawidcieszynski/ZXing.Net,dawidcieszynski/ZXing.Net | Source/lib/Properties/AssemblyInfo.cs | Source/lib/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.
#if NET20
[assembly:... | 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.
#if NET20
[assembly:... | apache-2.0 | C# |
138969b6327747e9bd5d3b789b46973b60f258da | Update AssemblyInfo.cs | fredatgithub/UsefulFunctions | XUnitTests/Properties/AssemblyInfo.cs | XUnitTests/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
[assembly: Assemb... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
[assembly: Assemb... | mit | C# |
4380009ca58cb70576559cfae0c655c75b7d715a | Test updated with cases | techphernalia/MyPersonalAccounts | TestController/Program.cs | TestController/Program.cs | using com.techphernalia.MyPersonalAccounts.Controller;
using com.techphernalia.MyPersonalAccounts.Model.Controller;
using com.techphernalia.MyPersonalAccounts.Model.Inventory;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TestController
{
class Program
{
... | using com.techphernalia.MyPersonalAccounts.Controller;
using com.techphernalia.MyPersonalAccounts.Model.Controller;
using com.techphernalia.MyPersonalAccounts.Model.Inventory;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TestController
{
class Program
{
... | mit | C# |
9b3afdfca1db4a1a204d8c0fb472cab102b0ee0e | Switch the settings back for the mobile site. Fix this later | GeraldBecker/TechProFantasySoccer,GeraldBecker/TechProFantasySoccer,GeraldBecker/TechProFantasySoccer | TechProFantasySoccer/TechProFantasySoccer/App_Start/RouteConfig.cs | TechProFantasySoccer/TechProFantasySoccer/App_Start/RouteConfig.cs | using System;
using System.Collections.Generic;
using System.Web;
using System.Web.Routing;
using Microsoft.AspNet.FriendlyUrls;
namespace TechProFantasySoccer
{
public static class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
var settings = new Friendly... | using System;
using System.Collections.Generic;
using System.Web;
using System.Web.Routing;
using Microsoft.AspNet.FriendlyUrls;
namespace TechProFantasySoccer
{
public static class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
/*var settings = new Friend... | mit | C# |
87739e013cbe8df13ecc1fe69eef8f12d85272be | fix example static handler | zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,303248153/ZKWeb,zkweb-framework/ZKWeb | Tools/Templates/BootstrapPlugin/src/Controllers/HelloController.cs | Tools/Templates/BootstrapPlugin/src/Controllers/HelloController.cs | using ZKWeb;
using ZKWeb.Storage;
using ZKWeb.Web;
using ZKWeb.Web.ActionResults;
using ZKWebStandard.Extensions;
using ZKWebStandard.Utils;
using ZKWebStandard.Web;
namespace ${ProjectName}.Plugins.${ProjectName}.src.Controllers {
/// <summary>
/// Example controller only for learning, delete it if you don't need
... | using ZKWeb;
using ZKWeb.Storage;
using ZKWeb.Web;
using ZKWeb.Web.ActionResults;
using ZKWebStandard.Extensions;
using ZKWebStandard.Web;
namespace ${ProjectName}.Plugins.${ProjectName}.src.Controllers {
/// <summary>
/// Example controller only for learning, delete it if you don't need
/// </summary>
public cla... | mit | C# |
6d69e97527a9e5c5120d4238324ddd3781d2cb00 | Fix #3330 Add additional translog properties as per elastic/elasticsearch#28613… (#3358) | elastic/elasticsearch-net,elastic/elasticsearch-net | src/Nest/CommonOptions/Stats/TranslogStats.cs | src/Nest/CommonOptions/Stats/TranslogStats.cs | using Newtonsoft.Json;
namespace Nest
{
[JsonObject]
public class TranslogStats
{
[JsonProperty("operations")]
public long Operations { get; set; }
[JsonProperty("uncommitted_operations")]
public int UncommittedOperations { get; set; }
[JsonProperty("size")]
public string Size { get; set; }
[Jso... | using Newtonsoft.Json;
namespace Nest
{
[JsonObject]
public class TranslogStats
{
[JsonProperty("operations")]
public long Operations { get; set; }
[JsonProperty("size")]
public string Size { get; set; }
[JsonProperty("size_in_bytes")]
public long SizeInBytes { get; set; }
}
} | apache-2.0 | C# |
0d06f35fdd744a49dbf36bd5f924a52df95ad997 | add namespace | hitesh97/omnisharp-roslyn,haled/omnisharp-roslyn,ChrisHel/omnisharp-roslyn,khellang/omnisharp-roslyn,haled/omnisharp-roslyn,david-driscoll/omnisharp-roslyn,sriramgd/omnisharp-roslyn,david-driscoll/omnisharp-roslyn,ianbattersby/omnisharp-roslyn,jtbm37/omnisharp-roslyn,xdegtyarev/omnisharp-roslyn,fishg/omnisharp-roslyn,s... | src/OmniSharp/MSBuild/SolutionPickerResult.cs | src/OmniSharp/MSBuild/SolutionPickerResult.cs | namespace OmniSharp.MSBuild
{
public class SolutionPickerResult
{
public SolutionPickerResult(string solution, string message = null)
{
Solution = solution;
Message = message;
}
public string Solution { get; private set; }
public string Message { ... | public class SolutionPickerResult
{
public SolutionPickerResult(string solution, string message = null)
{
Solution = solution;
Message = message;
}
public string Solution { get; private set; }
public string Message { get; private set; }
} | mit | C# |
e6c3f72d32df17e8a1e49940f4797fca28a49479 | Remove unnecessary Reverse() method in simple-linked-list | GKotfis/csharp,robkeim/xcsharp,exercism/xcsharp,robkeim/xcsharp,ErikSchierboom/xcsharp,ErikSchierboom/xcsharp,exercism/xcsharp,GKotfis/csharp | exercises/simple-linked-list/Example.cs | exercises/simple-linked-list/Example.cs | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public class SimpleLinkedList<T> : IEnumerable<T>
{
public SimpleLinkedList(T value) :
this(new[] { value })
{
}
public SimpleLinkedList(IEnumerable<T> values)
{
var array = values.ToArray... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public class SimpleLinkedList<T> : IEnumerable<T>
{
public SimpleLinkedList(T value) :
this(new[] { value })
{
}
public SimpleLinkedList(IEnumerable<T> values)
{
var array = values.ToArray... | mit | C# |
fabb0eeb29a35c7e0d212d9c7be9f1aad8e90c35 | Add signalr messagepack key attribute | peppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu | osu.Game/Online/Rooms/BeatmapAvailability.cs | osu.Game/Online/Rooms/BeatmapAvailability.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 MessagePack;
using Newtonsoft.Json;
namespace osu.Game.Online.Rooms
{
/// <summary>
/// The local availability information about a certain be... | // 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 MessagePack;
using Newtonsoft.Json;
namespace osu.Game.Online.Rooms
{
/// <summary>
/// The local availability information about a certain be... | mit | C# |
9b66fcc5e62ca801a814743aca6f224df85fd6bc | Disable timestamp check for now | anilmujagic/DeploymentCockpit,anilmujagic/DeploymentCockpit,anilmujagic/DeploymentCockpit | src/DeploymentCockpit.BusinessLogic/ScriptExecution/TargetCommandProcessor.cs | src/DeploymentCockpit.BusinessLogic/ScriptExecution/TargetCommandProcessor.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DeploymentCockpit.Common;
using DeploymentCockpit.Interfaces;
using DeploymentCockpit.Models;
using Insula.Common;
using Newtonsoft.Json;
using ZeroMQ;
namespace DeploymentCockpit.ScriptExecution
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DeploymentCockpit.Common;
using DeploymentCockpit.Interfaces;
using DeploymentCockpit.Models;
using Insula.Common;
using Newtonsoft.Json;
using ZeroMQ;
namespace DeploymentCockpit.ScriptExecution
... | apache-2.0 | C# |
5860bacf5bcf29d14532094d9226b0a3fc3fe660 | Use Log.Logger in sample to allow flush | serilog/serilog-sinks-elmahio | examples/Serilog.Sinks.ElmahIo.Example/Program.cs | examples/Serilog.Sinks.ElmahIo.Example/Program.cs | // Copyright 2014 Serilog Contributors
//
// 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 ... | // Copyright 2014 Serilog Contributors
//
// 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 ... | apache-2.0 | C# |
b406ab3eea9a36c5369eba81417af7899c3d0ac5 | Use smaller epub for saving test, so that online validators accept the size. | Asido/EpubSharp,pgung/EpubSharp | EpubSharp.Tests/EpubWriterTests.cs | EpubSharp.Tests/EpubWriterTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace EpubSharp.Tests
{
[TestClass]
public class EpubWriterTests
{
[TestMethod]
public void SaveTest()
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace EpubSharp.Tests
{
[TestClass]
public class EpubWriterTests
{
[TestMethod]
public void SaveTest()
{
... | mpl-2.0 | C# |
e490dda060f7185f727cdd14892658d6909471fb | Update ReceiveWalletActionViewModel.cs | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Fluent/ViewModels/Wallets/Actions/ReceiveWalletActionViewModel.cs | WalletWasabi.Fluent/ViewModels/Wallets/Actions/ReceiveWalletActionViewModel.cs | using WalletWasabi.Fluent.ViewModels.NavBar;
namespace WalletWasabi.Fluent.ViewModels.Wallets.Actions
{
[NavigationMetaData(
Title = "Receive",
Caption = "",
IconName = "wallet_action_receive",
NavBarPosition = NavBarPosition.None,
Searchable = false,
NavigationTarget = NavigationTarget.DialogScreen)]
p... | namespace WalletWasabi.Fluent.ViewModels.Wallets.Actions
{
[NavigationMetaData(
Title = "Receive",
Caption = "",
IconName = "wallet_action_receive",
NavBarPosition = NavBarPosition.None,
Searchable = false,
NavigationTarget = NavigationTarget.HomeScreen)]
public partial class ReceiveWalletActionViewModel... | mit | C# |
e5105d0534ccea3f019cc9550565ad321172c611 | Fix a typo | riganti/dotvvm-samples-academy,riganti/dotvvm-samples-academy,riganti/dotvvm-samples-academy | DotvvmAcademy/DotvvmAcademy.Validation/Unit/IValidationUnit.cs | DotvvmAcademy/DotvvmAcademy.Validation/Unit/IValidationUnit.cs | namespace DotvvmAcademy.Validation.Unit
{
/// <summary>
/// A unit of validation.
/// </summary>
/// <remarks>
/// A Validation Method is given an <see cref="IValidationUnit"/> as a parameter.
/// </remarks>
public interface IValidationUnit
{
}
} | namespace DotvvmAcademy.Validation.Unit
{
/// <summary>
/// A unit of validation.
/// </summary>
/// <remarks>
/// A Validation Method is given a <see cref="IValidationUnit"/> as a parameter.
/// </remarks>
public interface IValidationUnit
{
}
} | apache-2.0 | C# |
26bdeb4822a854dc3559edba7ed774f44b32ba86 | Change class name | mattyway/Hangfire.Autofac,HangfireIO/Hangfire.Autofac | HangFire.Autofac/AutofacBootstrapperConfigurationExtensions.cs | HangFire.Autofac/AutofacBootstrapperConfigurationExtensions.cs | using Autofac;
namespace Hangfire
{
public static class AutofacBootstrapperConfigurationExtensions
{
/// <summary>
/// Tells bootstrapper to use the specified Autofac
/// lifetime scope as a global job activator.
/// </summary>
/// <param name="configuration">Configurat... | using Autofac;
namespace Hangfire
{
public static class NinjectBootstrapperConfigurationExtensions
{
/// <summary>
/// Tells bootstrapper to use the specified Autofac
/// lifetime scope as a global job activator.
/// </summary>
/// <param name="configuration">Configurat... | mit | C# |
7fd3e5eb823f8eb2b9ff46ce4440c20424454b03 | fix comment doc | tmichel/thesis | Interfaces/DMT.Partition.Interfaces/IPartitionEntityFactory.cs | Interfaces/DMT.Partition.Interfaces/IPartitionEntityFactory.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DMT.Core.Interfaces;
namespace DMT.Partition.Interfaces
{
/// <summary>
/// Entity factory with partition specific entity types.
/// </summary>
public interface IPartitionEntityFac... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DMT.Core.Interfaces;
namespace DMT.Partition.Interfaces
{
/// <summary>
/// Entity factory with partition specific entity types.
/// </summary>
public interface IPartitionEntityFac... | mit | C# |
2f312fd49605bd3f78d916511af0ed833b4240b4 | Remove unused variable | couchbaselabs/GitHubReleaseNotes,couchbaselabs/GitHubReleaseNotes,Particular/GitHubReleaseNotes | src/Tests/ReleaseNotesBuilderTests.cs | src/Tests/ReleaseNotesBuilderTests.cs | namespace ReleaseNotesCompiler.Tests
{
using System.Diagnostics;
using NUnit.Framework;
using ReleaseNotesCompiler;
[TestFixture]
public class ReleaseNotesBuilderTests
{
[Test]
[Explicit]
public async void SingleMilestone()
{
var gitHubClient = Clien... | namespace ReleaseNotesCompiler.Tests
{
using System.Diagnostics;
using NUnit.Framework;
using ReleaseNotesCompiler;
[TestFixture]
public class ReleaseNotesBuilderTests
{
[Test]
[Explicit]
public async void SingleMilestone()
{
var gitHubClient = Clien... | mit | C# |
5e4484167735f77ef958cabbf30a8b9299909376 | Add documentation for FreeFlyCamera | xfleckx/BeMoBI,xfleckx/BeMoBI | Assets/PhaseSpaceTesting/FreeFlyRiftPSRigid.cs | Assets/PhaseSpaceTesting/FreeFlyRiftPSRigid.cs |
using UnityEngine.Assertions;
/// <summary>
/// This an instance of this class
/// </summary>
public class FreeFlyRiftPSRigid : OWLCustomLRigidController
{
public OVRCameraRig targetCamRig;
public override void Start()
{
if(targetCamRig == null)
targetCamRig = FindObjectOfType<OVRCam... | using UnityEngine;
using System.Collections;
public class FreeFlyRiftPSRigid : OWLRigidController
{
public override void Start()
{
OVRCameraRig rig = FindObjectOfType<OVRCameraRig>();
rig.UpdatedAnchors += Rig_UpdatedAnchors;
}
private void Rig_UpdatedAnchors(OVRCameraRig obj)
{
... | mit | C# |
68cf269af067a2959685e93111f594fbc29b4377 | Move serviceName to variable - makes for easier debugging | battewr/CefSharp,twxstar/CefSharp,dga711/CefSharp,NumbersInternational/CefSharp,joshvera/CefSharp,battewr/CefSharp,VioletLife/CefSharp,haozhouxu/CefSharp,wangzheng888520/CefSharp,jamespearce2006/CefSharp,gregmartinhtc/CefSharp,Livit/CefSharp,jamespearce2006/CefSharp,twxstar/CefSharp,yoder/CefSharp,twxstar/CefSharp,Octo... | CefSharp.BrowserSubprocess/CefRenderProcess.cs | CefSharp.BrowserSubprocess/CefRenderProcess.cs | using CefSharp.Internals;
using System.Collections.Generic;
using System.ServiceModel;
namespace CefSharp.BrowserSubprocess
{
public class CefRenderProcess : CefSubProcess, IRenderProcess
{
private DuplexChannelFactory<IBrowserProcess> channelFactory;
private CefBrowserBase browser;
pu... | using CefSharp.Internals;
using System.Collections.Generic;
using System.ServiceModel;
namespace CefSharp.BrowserSubprocess
{
public class CefRenderProcess : CefSubProcess, IRenderProcess
{
private DuplexChannelFactory<IBrowserProcess> channelFactory;
private CefBrowserBase browser;
pu... | bsd-3-clause | C# |
8d5eec9958b9b36ac911f06acc1c8e80233c4736 | Update Index.cshtml | ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab | Anlab.Mvc/Views/Home/Index.cshtml | Anlab.Mvc/Views/Home/Index.cshtml | @{
ViewData["Title"] = "Home Page";
}
<div class="col-8">
<h2 style="color: blue">Posted: April 6, 2020<br /><br />
We are scaling back to a bare minimum staff at this time. We will only be working on samples where immediate testing is essential. Assisting you with your research is very importa... | @{
ViewData["Title"] = "Home Page";
}
<div class="col-8">
<h2 style="color: green">We are currently open with normal business hours in order to support on-going essential agricultural research. Please feel free to email us before shipping samples if there is any concern about a future closure.</h2>
... | mit | C# |
1456efc3414342ebcf261992830d73ac671a20cb | Update Utilities.cs | JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm.Tests/Utilities.cs | ArchiSteamFarm.Tests/Utilities.cs | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/|... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/|... | apache-2.0 | C# |
3c13fc1be533e9ed199bad5fbd26182bdb11421e | add AccountLegalEntityPublicHashedId to Apprenticeship | SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Api.Types/Apprenticeship/Apprenticeship.cs | src/SFA.DAS.Commitments.Api.Types/Apprenticeship/Apprenticeship.cs | using System;
using SFA.DAS.Commitments.Api.Types.Apprenticeship.Types;
namespace SFA.DAS.Commitments.Api.Types.Apprenticeship
{
public class Apprenticeship
{
public long Id { get; set; }
public long CommitmentId { get; set; }
public long EmployerAccountId { get; set; }
public... | using System;
using SFA.DAS.Commitments.Api.Types.Apprenticeship.Types;
namespace SFA.DAS.Commitments.Api.Types.Apprenticeship
{
public class Apprenticeship
{
public long Id { get; set; }
public long CommitmentId { get; set; }
public long EmployerAccountId { get; set; }
public... | mit | C# |
afac293cd205e9f858cfcc65f105fd85f981cd26 | update to version 1.0.0 | WebApiContrib/WebApiContrib.IoC.CastleWindsor,kalyanraman/WebApiContrib.IoC.CastleWindsor,modulexcite/WebApiContrib.IoC.CastleWindsor,WebApiContrib/WebApiContrib.IoC.CastleWindsor | src/WebApiContrib.IoC.CastleWindsor/Properties/AssemblyInfo.cs | src/WebApiContrib.IoC.CastleWindsor/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("Web... | 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("Web... | mit | C# |
65ab3e7a67e7f11b2d6c301fc73bce9909b97220 | Remove unused member variable in AssemblyHelper | Hammerstad/Moya | Moya.Runner/Utility/AssemblyHelper.cs | Moya.Runner/Utility/AssemblyHelper.cs | namespace Moya.Runner.Utility
{
using System;
using System.Reflection;
public class AssemblyHelper
{
private readonly Assembly assembly;
public AssemblyHelper(string assemblyPath)
{
assembly = Assembly.LoadFile(assemblyPath);
}
public MethodInfo Ge... | namespace Moya.Runner.Utility
{
using System;
using System.Reflection;
public class AssemblyHelper
{
private readonly string assemblyPath;
private readonly Assembly assembly;
public AssemblyHelper(string assemblyPath)
{
this.assemblyPath = assemblyPath;
... | mit | C# |
5c154dc241a358dd16f75f02cb4e721cbfd03d12 | Update to use modern infrastructure #149 Fixes #151 | LHCAtlas/AtlasSSH | PSAtlasDatasetCommands/GetGRIDDataLocations.cs | PSAtlasDatasetCommands/GetGRIDDataLocations.cs | using AtlasWorkFlows;
using PSAtlasDatasetCommands.Utils;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Management.Automation;
using System.Text;
using System.Threading.Tasks;
namespace PSAtlasDatasetCommands
{
/// <summary>
/// Return t... | using AtlasWorkFlows;
using PSAtlasDatasetCommands.Utils;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Management.Automation;
using System.Text;
using System.Threading.Tasks;
namespace PSAtlasDatasetCommands
{
/// <summary>
/// Return t... | mit | C# |
ef0efdc619b9a462d15767026a45afcd68350443 | revert changes to assembly info with generated version numbers | ZEISS-PiWeb/PiWeb-Api | SDK/Api/Properties/AssemblyInfo.cs | SDK/Api/Properties/AssemblyInfo.cs | using System.Resources;
using System.Reflection;
[assembly: AssemblyTitle( "PiWeb Api" )]
[assembly: AssemblyVersion( "1.0.1" )]
[assembly: AssemblyCompany( "Carl Zeiss IZfM Dresden" )]
[assembly: AssemblyProduct( "PiWeb Api" )]
[assembly: NeutralResourcesLanguage( "en" )]
| using System.Resources;
using System.Reflection;
[assembly: AssemblyTitle( "PiWeb Api" )]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyCompany( "Carl Zeiss IZfM Dresden" )]
[assembly: AssemblyProduct( "PiWeb Api" )]
[assembly: NeutralResourcesLanguage( "en" )]
[assembly: AssemblyInformationalVersion("1.... | bsd-3-clause | C# |
d4567ecac7cf804b72e1f8f06944081b43a95e0e | Update menu entry name | bartlomiejwolk/FileLogger | Editor/LoggerWindow.cs | Editor/LoggerWindow.cs | using UnityEngine;
using UnityEditor;
using System;
using System.Collections;
namespace FileLogger {
public class LoggerWindow : EditorWindow {
private Logger loggerInstance;
public Logger LoggerInstance {
get {
if (loggerInstance == null) {
logg... | using UnityEngine;
using UnityEditor;
using System;
using System.Collections;
namespace FileLogger {
public class LoggerWindow : EditorWindow {
private Logger loggerInstance;
public Logger LoggerInstance {
get {
if (loggerInstance == null) {
logg... | mit | C# |
ad297f0b9ef1dce9fd78f5eb6a2ff8dbe47fbc6d | Use the chain way for registering services and view models. | minidfx/BulkRename | Solution/App/Infrastructure/UWPBootstrapper.cs | Solution/App/Infrastructure/UWPBootstrapper.cs | using System;
using App.Services;
using App.Services.Contracts;
using App.ViewModels;
using App.ViewModels.Contracts;
using Microsoft.Practices.Unity;
namespace App.Infrastructure
{
// ReSharper disable once InconsistentNaming
public sealed class UWPBootstrapper : CaliburnBootstrapper
{
public UWP... | using System;
using App.Services;
using App.Services.Contracts;
using App.ViewModels;
using App.ViewModels.Contracts;
using Microsoft.Practices.Unity;
namespace App.Infrastructure
{
// ReSharper disable once InconsistentNaming
public sealed class UWPBootstrapper : CaliburnBootstrapper
{
public UWP... | mit | C# |
ea2c67ca5fe03415fe7a79831738131f8ebb1585 | Fix incorrect serialization condition | peppy/osu,johnneijzen/osu,peppy/osu,NeoAdonis/osu,ppy/osu,Nabile-Rahmani/osu,UselessToucan/osu,naoey/osu,peppy/osu-new,peppy/osu,smoogipooo/osu,2yangk23/osu,smoogipoo/osu,ppy/osu,naoey/osu,EVAST9919/osu,johnneijzen/osu,smoogipoo/osu,smoogipoo/osu,DrabWeb/osu,DrabWeb/osu,DrabWeb/osu,EVAST9919/osu,NeoAdonis/osu,UselessTo... | osu.Game/Audio/SampleInfo.cs | osu.Game/Audio/SampleInfo.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using Newtonsoft.Json;
using osu.Game.Beatmaps.ControlPoints;
namespace osu.Game.Audio
{
[Serializable]
public class SampleInfo
{
... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using Newtonsoft.Json;
using osu.Game.Beatmaps.ControlPoints;
namespace osu.Game.Audio
{
[Serializable]
public class SampleInfo
{
... | mit | C# |
492bfe74738ae05dafae492a4267a05c5322ca93 | Update version number | ermshiperete/undisposed-fody,ermshiperete/undisposed-fody | Undisposed/Properties/AssemblyInfo.cs | Undisposed/Properties/AssemblyInfo.cs | // Copyright (c) 2014 Eberhard Beilharz
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your proje... | // Copyright (c) 2014 Eberhard Beilharz
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your proje... | mit | C# |
04887bacbd543f24683bc636670ec435b69adb8b | Bump version | BrianLima/UWPHook | UWPHook/Properties/AssemblyInfo.cs | UWPHook/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | mit | C# |
28a4cde5dd7568b7c91602d9822db16d3a4119f1 | Fix remaining usage of DI instead of direct `Create()` call | ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework | osu.Framework.Benchmarks/BenchmarkTabletDriver.cs | osu.Framework.Benchmarks/BenchmarkTabletDriver.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.
#if NET5_0
using BenchmarkDotNet.Attributes;
using osu.Framework.Input.Handlers.Tablet;
namespace osu.Framework.Benchmarks
{
public class BenchmarkTabletDriver : Ben... | // 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.
#if NET5_0
using BenchmarkDotNet.Attributes;
using Microsoft.Extensions.DependencyInjection;
using OpenTabletDriver;
using osu.Framework.Input.Handlers.Tablet;
namespace... | mit | C# |
9cd4693eec1c499a2862bf928547a989fe52f1c4 | FIX THAT DEBUG! | veselin-/Team4BabelGame | Babel/Assets/Core/Camera/CameraMovementArea.cs | Babel/Assets/Core/Camera/CameraMovementArea.cs | using UnityEngine;
using System.Collections;
public class CameraMovementArea : MonoBehaviour {
private Transform cameraParent;
[SerializeField]
public Vector3 lastPos = Vector3.zero;
public bool isInsideArea = true;
// trqbva da vzema last positiona ot stay i kogato exit-na da varna parent position-a na last p... | using UnityEngine;
using System.Collections;
public class CameraMovementArea : MonoBehaviour {
private Transform cameraParent;
[SerializeField]
public Vector3 lastPos = Vector3.zero;
public bool isInsideArea = true;
// trqbva da vzema last positiona ot stay i kogato exit-na da varna parent position-a na last p... | mit | C# |
6ff5815bf98d667d166ace7485f032f62ab3d188 | Revert Mistake | Cryru/SoulEngine | EmotionCore/src/Game/UI/ScrollInputSelector.cs | EmotionCore/src/Game/UI/ScrollInputSelector.cs | // Emotion - https://github.com/Cryru/Emotion
#region Using
using Emotion.GLES;
using Emotion.Input;
using Emotion.IO;
using Emotion.Primitives;
#endregion
namespace Emotion.Game.UI
{
public class ScrollInputSelector : Control
{
#region Properties
/// <summary>
/// The color of the... | // Emotion - https://github.com/Cryru/Emotion
#region Using
using Emotion.GLES;
using Emotion.Input;
using Emotion.IO;
using Emotion.Primitives;
#endregion
namespace Emotion.Game.UI
{
public class ScrollInputSelector : Control
{
#region Properties
/// <summary>
/// The color of the... | mit | C# |
983f4b3485d33cf73178ea38a80bbf97674ad314 | remove todo only | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts/Queries/GetStatistics/GetStatisticsQueryHandler.cs | src/SFA.DAS.EmployerAccounts/Queries/GetStatistics/GetStatisticsQueryHandler.cs | using System;
using System.Linq;
using System.Threading.Tasks;
using MediatR;
using SFA.DAS.EmployerAccounts.Api.Types;
using SFA.DAS.EmployerAccounts.Data;
using SFA.DAS.EmployerAccounts.Extensions;
using SFA.DAS.EmployerAccounts.Models.EmployerAgreement;
using SFA.DAS.EntityFramework;
namespace SFA.DAS.EmployerAcco... | using System;
using System.Linq;
using System.Threading.Tasks;
using MediatR;
using SFA.DAS.EmployerAccounts.Api.Types;
using SFA.DAS.EmployerAccounts.Data;
using SFA.DAS.EmployerAccounts.Extensions;
using SFA.DAS.EmployerAccounts.Models.EmployerAgreement;
using SFA.DAS.EntityFramework;
namespace SFA.DAS.EmployerAcco... | mit | C# |
95f756d86b1d878731690e78a0b6218923069919 | Add non-generic IAwaiter | ericstj/corefxlab,whoisj/corefxlab,dotnet/corefxlab,tarekgh/corefxlab,ericstj/corefxlab,VSadov/corefxlab,ericstj/corefxlab,joshfree/corefxlab,ericstj/corefxlab,VSadov/corefxlab,stephentoub/corefxlab,VSadov/corefxlab,adamsitnik/corefxlab,stephentoub/corefxlab,joshfree/corefxlab,VSadov/corefxlab,dotnet/corefxlab,Krzyszto... | src/System.Threading.Tasks.Channels/System/Runtime/CompilerServices/IAwaiter.cs | src/System.Threading.Tasks.Channels/System/Runtime/CompilerServices/IAwaiter.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.Runtime.CompilerServices
{
/// <summary>Provides an interface that may be implemented by an aw... | // 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.Runtime.CompilerServices
{
/// <summary>Provides an interface that may be implemented by an aw... | mit | C# |
ce52a66ddfffc04433830f8eb395bda9755cbcdb | fix line ending comparison | aloneguid/support | src/NetBox.Tests/Extensions/AssemblyExtensionsTest.cs | src/NetBox.Tests/Extensions/AssemblyExtensionsTest.cs | using Xunit;
using System;
using System.Diagnostics;
using System.Reflection;
namespace NetBox.Tests.Extensions
{
/// <summary>
/// These don't test much but at least verify calls don't crash
/// </summary>
public class AssemblyExtensionsTest
{
private Assembly _asm = Assembly.Load(new Assemb... | using Xunit;
using System;
using System.Diagnostics;
using System.Reflection;
namespace NetBox.Tests.Extensions
{
/// <summary>
/// These don't test much but at least verify calls don't crash
/// </summary>
public class AssemblyExtensionsTest
{
private Assembly _asm = Assembly.Load(new Assemb... | mit | C# |
e4b99fbaefb2e53ebeabbc96675652f4346350c5 | Revert "Attempt to fix #377 by ignoring a test fixture" | csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil | Tests/Agiil.Tests.Web/Services/Tickets/TicketUriProviderTests.cs | Tests/Agiil.Tests.Web/Services/Tickets/TicketUriProviderTests.cs | using System;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Agiil.Domain;
using Agiil.Domain.Tickets;
using Agiil.Tests.Attributes;
using Agiil.Web;
using Agiil.Web.Controllers;
using Agiil.Web.Services.Tickets;
using log4net;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Servi... | using System;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Agiil.Domain;
using Agiil.Domain.Tickets;
using Agiil.Tests.Attributes;
using Agiil.Web;
using Agiil.Web.Controllers;
using Agiil.Web.Services.Tickets;
using log4net;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Servi... | mit | C# |
e18a055415c856db83520094e60d3109871a23f0 | add of provider run method, this will allow developers to define how they want to run an alert operation | Appleseed/base,Appleseed/base | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/IAlert.cs | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/IAlert.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Appleseed.Base.Alerts.Model
{
interface IAlert
{
List<UserAlert> GetUserAlertSchedules(string scheudle);
JSONRootObject GetAlert(string query);
Task SendAlert(... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Appleseed.Base.Alerts.Model
{
interface IAlert
{
List<UserAlert> GetUserAlertSchedules(string scheudle);
JSONRootObject GetAlert(string query);
Task SendAlert(... | apache-2.0 | C# |
da7e3d9dab3d45a86dcc6c7e23f5ceeb4baf9674 | Add a message of the InvalidOperationException. | averrunci/Carna | Source/Carna/Assertions/ActualValueProperty.cs | Source/Carna/Assertions/ActualValueProperty.cs | // Copyright (C) 2019 Fievus
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
using System;
namespace Carna.Assertions
{
/// <summary>
/// Represents a property that is asserted by an assertion object.
/// This property does not ... | // Copyright (C) 2019 Fievus
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
using System;
namespace Carna.Assertions
{
/// <summary>
/// Represents a property that is asserted by an assertion object.
/// This property does not ... | mit | C# |
5957b42aa8ff32e641c15fd2eddd80c2372a53a4 | fix wpf clipboard functionality (#1121) | lbochenek/react-native-windows,lbochenek/react-native-windows,lbochenek/react-native-windows,lbochenek/react-native-windows | ReactWindows/ReactNative.Net46/Modules/Clipboard/ClipboardModule.cs | ReactWindows/ReactNative.Net46/Modules/Clipboard/ClipboardModule.cs | using ReactNative.Bridge;
using System;
namespace ReactNative.Modules.Clipboard
{
/// <summary>
/// A module that allows JS to get/set clipboard contents.
/// </summary>
class ClipboardModule : NativeModuleBase
{
private readonly IClipboardInstance _clipboard;
public Clipb... | using ReactNative.Bridge;
using System;
namespace ReactNative.Modules.Clipboard
{
/// <summary>
/// A module that allows JS to get/set clipboard contents.
/// </summary>
class ClipboardModule : NativeModuleBase
{
private readonly IClipboardInstance _clipboard;
public Clipb... | mit | C# |
5498ea531b566e32667319f6ff3f65715938d63d | Update test.cs | johnmott59/PolygonClippingInCSharp | GrinerTest/PolygonClip/test.cs | GrinerTest/PolygonClip/test.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GrienerTest
{
public partial class PolygonClip
{
#if false
/*
* This is a test for crossing from one polygon to another. I think it determines whether the fi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GrienerTest
{
public partial class PolygonClip
{
#if false
/*
* This is a test for crossing from one polygon to another. I think it determines whether the fi... | unlicense | C# |
55607634b4cebcd74c1130293222845923099525 | Fix covers being loaded even when off-screen | 2yangk23/osu,DrabWeb/osu,peppy/osu,UselessToucan/osu,2yangk23/osu,DrabWeb/osu,ppy/osu,naoey/osu,johnneijzen/osu,ZLima12/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,EVAST9919/osu,UselessToucan/osu,johnneijzen/osu,smoogipooo/osu,peppy/osu-new,smoogipoo/osu,DrabWeb/osu,ZLima12/osu,smoogipoo/osu,naoey/osu,smoogipoo/osu,NeoAdon... | osu.Game/Beatmaps/Drawables/UpdateableBeatmapBackgroundSprite.cs | osu.Game/Beatmaps/Drawables/UpdateableBeatmapBackgroundSprite.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 osu.Framework.Allocation;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Beatmaps.Dr... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Beatmaps.Dr... | mit | C# |
0daa2b97c7219344c4d235212916d1e5af16f410 | Comment IMetadataStringDecoderProvider | krytarowski/corert,kyulee1/corert,botaberg/corert,schellap/corert,shrah/corert,shrah/corert,schellap/corert,mjp41/corert,manu-silicon/corert,krytarowski/corert,manu-silicon/corert,sandreenko/corert,kyulee1/corert,tijoytom/corert,gregkalapos/corert,botaberg/corert,gregkalapos/corert,sandreenko/corert,kyulee1/corert,sand... | src/Common/src/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs | src/Common/src/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Reflection.Metadata;
namespace Internal.TypeSystem.Ecma
{
/// <summary>
/// Interface implemented by TypeSystemContext to provide Me... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Reflection.Metadata;
namespace Internal.TypeSystem.Ecma
{
public interface IMetadataStringDecoderProvider
{
MetadataStringDe... | mit | C# |
d0c0e8dd853054ae5c821ea73ac0c7cc86b1413b | Make ILSpan internal | rgani/roslyn,rgani/roslyn,tannergooding/roslyn,jmarolf/roslyn,diryboy/roslyn,ljw1004/roslyn,mavasani/roslyn,Hosch250/roslyn,paulvanbrenk/roslyn,orthoxerox/roslyn,OmarTawfik/roslyn,agocke/roslyn,SeriaWei/roslyn,zooba/roslyn,jhendrixMSFT/roslyn,xasx/roslyn,genlu/roslyn,kelltrick/roslyn,vslsnap/roslyn,jmarolf/roslyn,aelij... | src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ILSpan.cs | src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ILSpan.cs | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.ExpressionEvaluator
{
// TODO: use TextSpan?
intern... | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.ExpressionEvaluator
{
// TODO: use TextSpan?
public... | mit | C# |
aecd1c5ea46353fc73ccee8a85af6287c2aeec08 | Fix description | kraskoo/AssemblyPoolLibrary | AssemblyPoolLibrary/Library/Properties/AssemblyInfo.cs | AssemblyPoolLibrary/Library/Properties/AssemblyInfo.cs | using System.Resources;
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.
[ass... | using System.Resources;
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.
[ass... | mit | C# |
dec6bdb917a85c21c64571c406ab84afc2134a0b | update comment | bitzhuwei/CSharpGL,bitzhuwei/CSharpGL,bitzhuwei/CSharpGL | CSharpGL/Scene/SceneNodes/RenderUnits/IBufferSource.cs | CSharpGL/Scene/SceneNodes/RenderUnits/IBufferSource.cs | using System.Collections.Generic;
namespace CSharpGL
{
/// <summary>
/// Provides <see cref="VertexBuffer"/>s and <see cref="IDrawCommand"/>s for GPU memory from data in CPU memory.
/// </summary>
public interface IBufferSource
{
/// <summary>
/// Gets vertex buffers of the vertex a... | using System.Collections.Generic;
namespace CSharpGL
{
/// <summary>
/// Data for CPU(model) -> Data for GPU(opengl buffer)
/// <para>从模型的数据格式转换为<see cref="GLBuffer"/></para>,
/// <see cref="GLBuffer"/>则可用于控制GPU的渲染操作。
/// </summary>
public interface IBufferSource
{
/// <summary>
... | mit | C# |
e1d0481ee71ce8ca1b0b059fe22f6d8407355c14 | bump minor | FacturAPI/facturapi-net | facturapi-net/Properties/AssemblyInfo.cs | facturapi-net/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("Fac... | 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("Fac... | mit | C# |
330ec127adf7276f9235d50f089892b5719e434f | Use a workaround to make Mapping_from_the_default_file_path pass on .NET Core | edpollitt/Nerdle.AutoConfig | Nerdle.AutoConfig.Tests.Integration/UsingDefaultConfigFilePath.cs | Nerdle.AutoConfig.Tests.Integration/UsingDefaultConfigFilePath.cs | using FluentAssertions;
using NUnit.Framework;
namespace Nerdle.AutoConfig.Tests.Integration
{
[TestFixture]
public class UsingDefaultConfigFilePath
#if NETCOREAPP
: System.IDisposable
{
private readonly string _configFilePath;
// In order to workaround flaky interaction between t... | using FluentAssertions;
using NUnit.Framework;
namespace Nerdle.AutoConfig.Tests.Integration
{
[TestFixture]
public class UsingDefaultConfigFilePath
{
[Test]
#if NETCOREAPP
[Ignore("Buggy interaction between the test runner and System.Configuration.ConfigurationManager, see https://github.... | mit | C# |
072bddbded78e5ad9a27b417ef1b85efe1eef5be | add plus score using game manager, also dead method too | endlessz/Flappy-Cube | Assets/Scripts/Player.cs | Assets/Scripts/Player.cs | using UnityEngine;
using System.Collections;
using UnityEngine.EventSystems;
public class Player : MonoBehaviour {
[Header("Movement of the player")]
public float jumpHeight;
public float forwardSpeed;
private Rigidbody2D mainRigidbody2D;
void Start()
{
mainRigidbody2D = GetComponent<Rigidbody2D> ();
mai... | using UnityEngine;
using System.Collections;
using UnityEngine.EventSystems;
public class Player : MonoBehaviour {
[Header("Movement of the player")]
public float jumpHeight;
public float forwardSpeed;
private Rigidbody2D mainRigidbody2D;
void Start()
{
mainRigidbody2D = GetComponent<Rigidbody2D> ();
mai... | mit | C# |
bdaa15dbfbbb26805795f5abf63e0db56aadb12e | Throw exception if more than one expression is passed to Evaluate | ckuhn203/Antlr4Calculator | Calculator/Calculator.cs | Calculator/Calculator.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Antlr4;
using Antlr4.Runtime;
namespace Rubberduck.Math
{
public static class Calculator
{
public static int Evaluate(string expression)
{
var lexer = new Basic... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Antlr4;
using Antlr4.Runtime;
namespace Rubberduck.Math
{
public static class Calculator
{
public static int Evaluate(string expression)
{
var lexer = new Basic... | mit | C# |
8e48639379a28a92ec753ad82ac91f8116ae0776 | switch cors to be after mvc | MassDebaters/DebateApp,MassDebaters/DebateApp,MassDebaters/DebateApp | DebateAppDomain/DebateAppDomainAPI/Startup.cs | DebateAppDomain/DebateAppDomainAPI/Startup.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensio... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensio... | mit | C# |
d358c31649b65fdc8f58408f4e174bc00a4ad741 | Rename status | grantcolley/dipstate | DevelopmentInProgress.DipState/StateStatus.cs | DevelopmentInProgress.DipState/StateStatus.cs | namespace DevelopmentInProgress.DipState
{
/// <summary>
/// The status of the state.
/// </summary>
public enum StateStatus
{
/// <summary>
/// Indicates the state has not been entered.
/// </summary>
Uninitialise = 1,
/// <summary>
/// Indicates th... | namespace DevelopmentInProgress.DipState
{
/// <summary>
/// The status of the state.
/// </summary>
public enum StateStatus
{
/// <summary>
/// Indicates the state has not been entered.
/// </summary>
Uninitialised = 1,
/// <summary>
/// Indicates t... | apache-2.0 | C# |
e33c778ad8633864afc3c8587b6acb11a8dc18e4 | Fix null references when game object is destroyed | DarrenTsung/DTCommandPalette | Editor/GameObjectCommand/GameObjectCommand.cs | Editor/GameObjectCommand/GameObjectCommand.cs | using System.IO;
using UnityEditor;
using UnityEngine;
namespace DTCommandPalette {
public abstract class GameObjectCommand : ICommand {
// PRAGMA MARK - ICommand
public string DisplayTitle {
get {
if (!IsValid()) {
return "";
}
... | using System.IO;
using UnityEditor;
using UnityEngine;
namespace DTCommandPalette {
public abstract class GameObjectCommand : ICommand {
// PRAGMA MARK - ICommand
public string DisplayTitle {
get {
return _obj.name;
}
}
public string DisplayD... | mit | C# |
dffb804c7e15e4fc908a1d31c196f3b6bc8c8cd0 | Update StephanosConstantinou.cs | planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell | src/Firehose.Web/Authors/StephanosConstantinou.cs | src/Firehose.Web/Authors/StephanosConstantinou.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 StephanosConstantinou : IAmACommunityMember
{
public string FirstName => "Stephanos";
publ... | 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 StephanosConstantinou : IAmACommunityMember
{
public string FirstName => "Stephanos";
publ... | mit | C# |
7e732dd36c5e41e339433139eabd6a1efc30452f | Revert "Add singleton CallContext.Default (#1740)" (#1745) | AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet | src/Microsoft.IdentityModel.Tokens/CallContext.cs | src/Microsoft.IdentityModel.Tokens/CallContext.cs | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated do... | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated do... | mit | C# |
49255dd12003c8dea8d1d25fef35dc9105b4d3df | Add autocomplete to Get-UnicornConfiguration | kamsar/Unicorn,kamsar/Unicorn | src/Unicorn/PowerShell/GetUnicornConfiguration.cs | src/Unicorn/PowerShell/GetUnicornConfiguration.cs | using System.Linq;
using System.Management.Automation;
using Cognifide.PowerShell.Commandlets;
using Cognifide.PowerShell.Core.Validation;
using Unicorn.Configuration;
namespace Unicorn.PowerShell
{
/// <summary>
/// Get-UnicornConfiguration "Foundation.Foo" # Get one
/// Get-UnicornConfiguration "Foundation.*" # ... | using System.Linq;
using System.Management.Automation;
using Cognifide.PowerShell.Commandlets;
using Unicorn.Configuration;
namespace Unicorn.PowerShell
{
/// <summary>
/// Get-UnicornConfiguration "Foundation.Foo" # Get one
/// Get-UnicornConfiguration "Foundation.*" # Get by filter
/// Get-UnicornConfiguration ... | mit | C# |
29c024bfc5e3cbff409ab47dcfa88e581b7849ce | Fix sample project | toddams/RazorLight,toddams/RazorLight | samples/RazorLight.Samples/Program.cs | samples/RazorLight.Samples/Program.cs | using Microsoft.EntityFrameworkCore;
using RazorLight;
using System;
namespace Samples.EntityFrameworkProject
{
class Program
{
static void Main(string[] args)
{
var options = new DbContextOptionsBuilder<AppDbContext>()
.UseInMemoryDatabase(databaseName: "TestDatabas... | using Microsoft.EntityFrameworkCore;
using RazorLight;
using System;
namespace Samples.EntityFrameworkProject
{
class Program
{
static void Main(string[] args)
{
var options = new DbContextOptionsBuilder<AppDbContext>()
.UseInMemoryDatabase(databaseName: "TestDatabas... | apache-2.0 | C# |
41f6a5482208714acbff5d4ac45a5696570f82c2 | fix documentation in interface | rozzo/HelicopterControl,rozzo/HelicopterControl | OmniResources.InfraredControl/IHeliCommand.cs | OmniResources.InfraredControl/IHeliCommand.cs | using System.Collections.Generic;
namespace OmniResources.InfraredControl
{
/// <summary>
/// Defines common commands for all helicopters
/// </summary>
public interface IHeliCommand
{
/// <summary>
/// Gets or sets a value indicating the channel (false = A, true = B)
/// <... | using System.Collections.Generic;
namespace OmniResources.InfraredControl
{
/// <summary>
/// Defines common commands for all helicopters
/// </summary>
public interface IHeliCommand
{
/// <summary>
/// Gets or sets a value indicating the channel (false = A, true = B)
/// <... | mit | C# |
b1e34f9cabed8bb12041f1cc44d616e096d09499 | Fix one last issue | horia141/nvalidate,horia141/nvalidate | src/Runner.cs | src/Runner.cs | using NValidate.Attributes;
using NValidate.Internal;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace NValidate
{
public class Runner
{
DateTime _dateToRun;
Environ _environ;
public Runner(DateTime dateToRun, Envir... | using NValidate.Internal;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace NValidate
{
public class Runner
{
DateTime _dateToRun;
Environ _environ;
public Runner(DateTime dateToRun, Environ environ)
{
... | mit | C# |
2b67dcc66bb24a2c023b4a760c97d62846bc3bad | Fix not-drawing when paint is raised | pleonex/Ninokuni,pleonex/Ninokuni,pleonex/Ninokuni | Programs/NinoPatcher/NinoPatcher/Animation.cs | Programs/NinoPatcher/NinoPatcher/Animation.cs | //
// Animation.cs
//
// Author:
// Benito Palacios Sánchez <benito356@gmail.com>
//
// Copyright (c) 2015 Benito Palacios Sánchez
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundati... | //
// Animation.cs
//
// Author:
// Benito Palacios Sánchez <benito356@gmail.com>
//
// Copyright (c) 2015 Benito Palacios Sánchez
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundati... | apache-2.0 | C# |
59a08a3faff2e3b11130f7cc425b7a20bd2b1722 | Update samples/FishTank/Properties/AssemblyInfo.cs | nikhilk/scriptsharp,nikhilk/scriptsharp,x335/scriptsharp,x335/scriptsharp,nikhilk/scriptsharp,x335/scriptsharp | samples/FishTank/Properties/AssemblyInfo.cs | samples/FishTank/Properties/AssemblyInfo.cs | // AssemblyInfo.cs
//
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fis... | // AssemblyInfo.cs
//
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fis... | apache-2.0 | C# |
57f830cdfe9a14861738becad2bfbcc7c70e6e93 | Fix UpdateIndexSettingsRequest unit tests | elastic/elasticsearch-net,elastic/elasticsearch-net | src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsRequest.cs | src/Nest/Indices/IndexSettings/UpdateIndexSettings/UpdateIndexSettingsRequest.cs | using System;
using Utf8Json;
namespace Nest
{
[MapsApi("indices.put_settings.json")]
[JsonFormatter(typeof(UpdateIndexSettingsRequestFormatter))]
public partial interface IUpdateIndexSettingsRequest
{
IDynamicIndexSettings IndexSettings { get; set; }
}
public partial class UpdateIndexSettingsRequest
{
pu... | using System;
namespace Nest
{
[MapsApi("indices.put_settings.json")]
[ReadAs(typeof(UpdateIndexSettingsRequest))]
public partial interface IUpdateIndexSettingsRequest
{
IDynamicIndexSettings IndexSettings { get; set; }
}
public partial class UpdateIndexSettingsRequest
{
public IDynamicIndexSettings Index... | apache-2.0 | C# |
c446e60f4edc0176c47a0926ddc32fe55acecd3d | prepare for release | bjartebore/azure-activedirectory-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/azure-activedirectory-library-for-dotnet,yamamoWorks/azure-activedirectory-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/mi... | src/ADAL.Common/CommonAssemblyInfo.cs | src/ADAL.Common/CommonAssemblyInfo.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 doc... | //------------------------------------------------------------------------------
//
// 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 doc... | mit | C# |
5370a74a75ea2b7c87390d3db5539ebf1c68e575 | update assembly version | mcneel/compat,mcneel/compat,mcneel/compat,mcneel/compat,mcneel/compat | src/Compat/Properties/AssemblyInfo.cs | src/Compat/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("Co... | 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("Co... | mit | C# |
013e65f157585971d52856c9826dd8030da690ac | Update MeleeStun.cs | fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Weapons/Melee/MeleeStun.cs | UnityProject/Assets/Scripts/Weapons/Melee/MeleeStun.cs | using System;
using System.Collections;
using System.Collections.Generic;
using System.Timers;
using UnityEngine;
/// <summary>
/// Adding this to a weapon stuns the target on hit
/// If the weapon has the StunBaton behaviour it only stuns when the baton is active
/// </summary>
public class MeleeStun : MonoBehaviour... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Timers;
using UnityEngine;
/// <summary>
/// Adding this to a weapon stuns the target on hit
/// If the weapon has the StunBaton behaviour it only stuns when the baton is active
/// </summary>
public class MeleeStun : MonoBehaviour... | agpl-3.0 | C# |
6a63ba1bb826235cdca903ccdc855188d4e3d584 | use humanizer for ModEasy lives setting | peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,UselessToucan/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,EVAST9919/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu | 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 Humanizer;
using osu.Framework.Bindables;
using osu.Framework.Graphics.Sprites;
using osu.Game.Beatmaps;
using osu.Game.Configuration;
using osu.Game.... | // 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.Configuration;
using osu.Game.Graphics;
using o... | mit | C# |
957eb4fa632c164b15c0a4d6ca3e3be13ba8bf9c | Add user agent contains only from enum | wangkanai/Detection | src/Extensions/UserAgentExtensions.cs | src/Extensions/UserAgentExtensions.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 System.Linq;
using Microsoft.AspNetCore.Http;
using Wangkanai.Detection.Models;
namespace Wangkanai.Detection.Extensions
{
internal static class Us... | // 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 System.Linq;
using Microsoft.AspNetCore.Http;
using Wangkanai.Detection.Models;
namespace Wangkanai.Detection.Extensions
{
internal static class Us... | apache-2.0 | C# |
eb377c3208ccfb197b9355ef7009d1ba47106032 | Add basic IdentityMap and use for loading | mysticmind/marten,jokokko/marten,jmbledsoe/marten,jmbledsoe/marten,JasperFx/Marten,tim-cools/Marten,jamesfarrer/marten,ericgreenmix/marten,JasperFx/Marten,jamesfarrer/marten,JasperFx/Marten,tim-cools/Marten,mysticmind/marten,ericgreenmix/marten,jokokko/marten,mysticmind/marten,tim-cools/Marten,mdissel/Marten,jamesfarre... | src/Marten/IdentityMap.cs | src/Marten/IdentityMap.cs | using System;
using System.Collections.Generic;
namespace Marten
{
internal class IdentityMap
{
private readonly Dictionary<EntityKey, object> _map = new Dictionary<EntityKey, object>();
public void Set<T>(T entity)
{
var id = GetOrSetId(entity);
var key = new E... | using System;
using System.Collections.Generic;
namespace Marten
{
internal class IdentityMap
{
private readonly Dictionary<EntityKey, object> _map = new Dictionary<EntityKey, object>();
public bool Set<T>(T entity)
{
var id = GetOrSetId(entity);
var key = new E... | mit | C# |
655c5d525c2324ae72bd26aa066484c9c87b601c | Update FocusProviderInspector.cs | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit/Inspectors/ServiceInspectors/FocusProviderInspector.cs | Assets/MixedRealityToolkit/Inspectors/ServiceInspectors/FocusProviderInspector.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Editor
{
[MixedRealityServiceInspect... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Editor
{
[MixedRealityServiceInspect... | mit | C# |
90506bf26750b70eaee8ce955be2f2e761a7c730 | Add a TODO. | TTExtensions/MouseClickSimulator | TTMouseclickSimulator/Core/ToontownRewritten/Actions/Fishing/FishingSpotFlavor.cs | TTMouseclickSimulator/Core/ToontownRewritten/Actions/Fishing/FishingSpotFlavor.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TTMouseclickSimulator.Core.Environment;
namespace TTMouseclickSimulator.Core.ToontownRewritten.Actions.Fishing
{
public class FishingSpotFlavor
{
public Coordinates Scan1 { get; }
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TTMouseclickSimulator.Core.Environment;
namespace TTMouseclickSimulator.Core.ToontownRewritten.Actions.Fishing
{
public class FishingSpotFlavor
{
public Coordinates Scan1 { get; }
... | mit | C# |
7ce0049ad50e6ddf7b041b4f5fbc3a7d4d0239f2 | Bump version to 1.0.2 | damianh/LimitsMiddleware,damianh/LimitsMiddleware,tugberkugurlu/Owin.Limits | src/SharedAssemblyInfo.cs | src/SharedAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Damian Hickey")]
[assembly: AssemblyProduct("Owin.Limits")]
[assembly: AssemblyCopyright("Copyright © Damian Hickey 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.0.2.0")... | using System.Reflection;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Damian Hickey")]
[assembly: AssemblyProduct("Owin.Limits")]
[assembly: AssemblyCopyright("Copyright © Damian Hickey 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.0.1.0")... | mit | C# |
7208452a12cce296b6abd6ee5275a2cb54ffecbc | Allow CsvAttribute to be applied on structs as well | NServiceKit/NServiceKit.Text,mono/ServiceStack.Text,mono/ServiceStack.Text,NServiceKit/NServiceKit.Text | src/ServiceStack.Text/CsvAttribute.cs | src/ServiceStack.Text/CsvAttribute.cs | using System;
namespace ServiceStack.Text
{
public enum CsvBehavior
{
FirstEnumerable
}
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
public class CsvAttribute : Attribute
{
public CsvBehavior CsvBehavior { get; se... | using System;
namespace ServiceStack.Text
{
public enum CsvBehavior
{
FirstEnumerable
}
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public class CsvAttribute : Attribute
{
public CsvBehavior CsvBehavior { get; set; }
public CsvAtt... | bsd-3-clause | C# |
8edddc67a47cc808d25b62e111abd69c25619253 | Remove AppDomain usage | InfinniPlatform/InfinniPlatform,InfinniPlatform/InfinniPlatform,InfinniPlatform/InfinniPlatform | InfinniPlatform.ServiceHost/Program.cs | InfinniPlatform.ServiceHost/Program.cs | using System;
using System.Threading;
using InfinniPlatform.NodeServiceHost;
using InfinniPlatform.ServiceHost.Properties;
namespace InfinniPlatform.ServiceHost
{
public class Program
{
public static void Main()
{
var infinniPlatformServiceHost = new InfinniPlatformServiceHost();
... | using System;
using InfinniPlatform.NodeServiceHost;
using InfinniPlatform.ServiceHost.Properties;
namespace InfinniPlatform.ServiceHost
{
public class Program
{
public static void Main()
{
try
{
InfinniPlatformInprocessHost.Start();
Co... | agpl-3.0 | C# |
d2155ce0124e79f9f7c5f77f89e60b097125f3bc | Add usual level control params to WriteTo.Providers() | serilog/serilog-extensions-logging,serilog/serilog-framework-logging,serilog/serilog-extensions-logging | src/Serilog.Extensions.Logging/LoggerSinkConfigurationExtensions.cs | src/Serilog.Extensions.Logging/LoggerSinkConfigurationExtensions.cs | // Copyright 2019 Serilog Contributors
//
// 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 agr... | // Copyright 2019 Serilog Contributors
//
// 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 agr... | apache-2.0 | C# |
82be76f17cfd245315479c41c869fbd0348ccf53 | remove code gen test | bitsummation/pickaxe,bitsummation/pickaxe | PickAxe.Tests/CodeGen.cs | PickAxe.Tests/CodeGen.cs | /* Copyright 2015 Brock Reeve
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in wr... | /* Copyright 2015 Brock Reeve
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in wr... | apache-2.0 | C# |
276d2cd2bb198419a9f8070f60aaf1f50556299a | Fix null check | pacificIT/cxxi,zillemarco/CppSharp,shana/cppinterop,zillemarco/CppSharp,mydogisbox/CppSharp,imazen/CppSharp,corngood/cxxi,genuinelucifer/CppSharp,genuinelucifer/CppSharp,zillemarco/CppSharp,pacificIT/cxxi,zillemarco/CppSharp,mydogisbox/CppSharp,inordertotest/CppSharp,KonajuGames/CppSharp,ddobrev/CppSharp,inordertotest/... | Mono.VisualC.Code/CodeDomExtensions.cs | Mono.VisualC.Code/CodeDomExtensions.cs | using System;
using System.Linq;
using System.Text;
using System.CodeDom;
using Mono.VisualC.Interop;
namespace Mono.VisualC.Code {
public static class CodeDomExtensions {
public static CodeTypeReference TypeReference (this CodeTypeDeclaration ctd)
{
return new CodeTypeReference (ctd.Name, ctd.TypeParameter... | using System;
using System.Linq;
using System.Text;
using System.CodeDom;
using Mono.VisualC.Interop;
namespace Mono.VisualC.Code {
public static class CodeDomExtensions {
public static CodeTypeReference TypeReference (this CodeTypeDeclaration ctd)
{
return new CodeTypeReference (ctd.Name, ctd.TypeParameter... | mit | C# |
bd7e87553c93021f3a9ee5edb414c2a4b07a3401 | Define an implicit conversion from strings to markup nodes | jonathanvdc/Pixie,jonathanvdc/Pixie | Pixie/MarkupNode.cs | Pixie/MarkupNode.cs | using System;
using Pixie.Markup;
namespace Pixie
{
/// <summary>
/// A base class for markup nodes: composable elements that can
/// be rendered.
/// </summary>
public abstract class MarkupNode
{
/// <summary>
/// Gets a fallback version of this node for when the renderer
... | using System;
namespace Pixie
{
/// <summary>
/// A base class for markup nodes: composable elements that can
/// be rendered.
/// </summary>
public abstract class MarkupNode
{
/// <summary>
/// Gets a fallback version of this node for when the renderer
/// doesn't know ... | mit | C# |
3828e4b8735b494e7384f83b34816a15afdf6cf3 | add Digits() tests | martinlindhe/Punku | PunkuTests/Extensions/IntExtensions.cs | PunkuTests/Extensions/IntExtensions.cs | using System;
using NUnit.Framework;
using Punku;
[TestFixture]
[Category ("Extensions")]
public class Extensions_Int
{
[Test]
public void Negative01 ()
{
int x = 1;
Assert.AreEqual (x.IsNegative (), false);
}
[Test]
public void Negative02 ()
{
int x = 0;
Assert.AreEqual (x.IsNegative (), false);
}
... | using System;
using NUnit.Framework;
using Punku;
[TestFixture]
[Category ("Extensions")]
public class Extensions_Int
{
[Test]
public void Negative01 ()
{
int x = 1;
Assert.AreEqual (x.IsNegative (), false);
}
[Test]
public void Negative02 ()
{
int x = 0;
Assert.AreEqual (x.IsNegative (), false);
}
... | mit | C# |
4688f63632324d54c8f7e2b471f795babb050e60 | Simplify the code a bit | SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,A... | src/Avalonia.Styling/ClassBindingManager.cs | src/Avalonia.Styling/ClassBindingManager.cs | using System;
using System.Collections.Generic;
using Avalonia.Data;
namespace Avalonia
{
internal static class ClassBindingManager
{
private static readonly Dictionary<string, AvaloniaProperty> s_RegisteredProperties =
new Dictionary<string, AvaloniaProperty>();
public sta... | using System;
using System.Collections.Generic;
using Avalonia.Data;
namespace Avalonia
{
internal static class ClassBindingManager
{
private static readonly Dictionary<string, AvaloniaProperty> s_RegisteredProperties =
new Dictionary<string, AvaloniaProperty>();
public sta... | mit | C# |
f98c2c28950170c75517f2eead4b67f0474ba451 | remove bad key | tparnell8/AspNetCache-AzureTableStorage,tparnell8/AspNetCache-AzureTableStorage,tparnell8/AspNetCache-AzureTableStorage | src/AzureTableStorageCacheSample/Startup.cs | src/AzureTableStorageCacheSample/Startup.cs | using AzureTableStorageCache;
using AzureTableStorageCacheSample;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using S... | using AzureTableStorageCache;
using AzureTableStorageCacheSample;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using S... | mit | C# |
1f6e57c894122551ad3111e91e695a7f29689ae1 | Update Settings.cs | unvell/ReoGrid,unvell/ReoGrid | ReoGrid/Settings.cs | ReoGrid/Settings.cs | /*****************************************************************************
*
* ReoGrid - .NET Spreadsheet Control
*
* http://reogrid.net/
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF... | /*****************************************************************************
*
* ReoGrid - .NET Spreadsheet Control
*
* http://reogrid.net/
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF... | mit | C# |
260b7f5ef335983dfcb3b255b6f5c9ede3834e74 | add setter | sebas77/Svelto.ECS,sebas77/Svelto-ECS | Svelto.ECS/EntityDescriptor.cs | Svelto.ECS/EntityDescriptor.cs | using System;
using DesignByContract;
using Svelto.DataStructures;
using Svelto.ECS.Internal;
namespace Svelto.ECS
{
public interface IEntityDescriptor
{
IEntityViewBuilder[] entityViewsToBuild { get; }
}
public class EntityDescriptor : IEntityDescriptor
{
protected EntityDescripto... | using System;
using DesignByContract;
using Svelto.DataStructures;
using Svelto.ECS.Internal;
namespace Svelto.ECS
{
public interface IEntityDescriptor
{
IEntityViewBuilder[] entityViewsToBuild { get; }
}
public class EntityDescriptor : IEntityDescriptor
{
protected EntityDescripto... | mit | C# |
d0407b9515bc0a7f33299ba495d87c33fa086402 | Check invoke command length | Deliay/osuSync,Deliay/Sync | Sync/Command/CommandManager.cs | Sync/Command/CommandManager.cs | using Sync.Tools;
using static Sync.Tools.DefaultI18n;
using System;
namespace Sync.Command
{
public class CommandManager
{
CommandDispatch dispatch;
public CommandManager()
{
dispatch = new CommandDispatch();
}
public CommandDispatch Dispatch
{
... | using Sync.Tools;
using static Sync.Tools.DefaultI18n;
using System;
namespace Sync.Command
{
public class CommandManager
{
CommandDispatch dispatch;
public CommandManager()
{
dispatch = new CommandDispatch();
}
public CommandDispatch Dispatch
{
... | mit | C# |
713a09818ca8bbab60928c2c50c2cda16e6280be | Update ListCategories.cshtml | SoftwareFans/AstroPhotoGallery,SoftwareFans/AstroPhotoGallery,SoftwareFans/AstroPhotoGallery | AstroPhotoGallery/AstroPhotoGallery/Views/Home/ListCategories.cshtml | AstroPhotoGallery/AstroPhotoGallery/Views/Home/ListCategories.cshtml | @model PagedList.IPagedList<AstroPhotoGallery.Models.Category>
@using PagedList.Mvc;
@using System.Linq;
@{
ViewBag.Title = "Categories";
}
<div class="container">
<h2 class="text-center">Browse by categories</h2>
<br />
@foreach (var category in Model)
{
<div class="col-sm-4">
... | @model PagedList.IPagedList<AstroPhotoGallery.Models.Category>
@using PagedList.Mvc;
@using System.Linq;
@{
ViewBag.Title = "Categories";
}
<div class="container">
<h2 class="text-center">Browse by categories</h2>
<br/>
@foreach (var category in Model)
{
<div class="col-sm-4">
... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.