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 |
|---|---|---|---|---|---|---|---|---|
d1e438449085aa2c276b3090a0f6d05b5d35694d | Make sure we always add our nop_api scope in order for the token to have access to the resources. Also make sure we always add offline_access scope as it is required by the IdentityServer. This way even if empty scope is passed i.e if using Postman the scope is empty, we still can obtain tokens with the correct scope. ... | SevenSpikes/api-plugin-for-nopcommerce,SevenSpikes/api-plugin-for-nopcommerce | Nop.Plugin.Api/IdentityServer/Middlewares/IdentityServerScopeParameterMiddleware.cs | Nop.Plugin.Api/IdentityServer/Middlewares/IdentityServerScopeParameterMiddleware.cs | namespace Nop.Plugin.Api.IdentityServer.Middlewares
{
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Internal;
using Microsoft.Extensions.Primitives;
public class IdentityServerScopeParameterMid... | namespace Nop.Plugin.Api.IdentityServer.Middlewares
{
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Internal;
using Microsoft.Extensions.Primitives;
public class IdentityServerScopeParameterMid... | mit | C# |
9cf2c9ddaef526ec9cc3ed8f3b08e8247e1b1765 | Fix incorrect dependency creation | peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu | osu.Game/Tests/Visual/OnlinePlay/TestRoomContainer.cs | osu.Game/Tests/Visual/OnlinePlay/TestRoomContainer.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.Game.Online.Rooms;
namesp... | // 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.Game.Online.Rooms;
namesp... | mit | C# |
c050a8b05c3d08086d05e9d755156718197fbcec | Add additional assert | EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework | osu.Framework.Tests/Visual/Platform/TestSceneTrackBass.cs | osu.Framework.Tests/Visual/Platform/TestSceneTrackBass.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics;
using osu.Framework.Testi... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics;
using osu.Framework.Testi... | mit | C# |
ae7245a51bea2b812a8ce814db2afa325a27a163 | Refactor + fix fade in too late | peppy/osu-new,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,EVAST9919/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,EVAST9919/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu | osu.Game/Storyboards/Drawables/DrawableStoryboardVideo.cs | osu.Game/Storyboards/Drawables/DrawableStoryboardVideo.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.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.G... | // 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.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.G... | mit | C# |
f2b0d7032db119354ff3b26cae3dd4fa8baa8379 | tweak fallingspeed | nicolasgustafsson/AttackLeague | AttackLeague/AttackLeague/AttackLeague/Blocks/FallingBlock.cs | AttackLeague/AttackLeague/AttackLeague/Blocks/FallingBlock.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Remoting.Messaging;
using System.Text;
using System.Threading.Tasks;
using AttackLeague.Utility;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
namespace AttackLeague... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Remoting.Messaging;
using System.Text;
using System.Threading.Tasks;
using AttackLeague.Utility;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
namespace AttackLeague... | mit | C# |
257968a77a76e9478f954e5612ade657c78b9a73 | Support both ef core 2.0 & 2.1 in cs client's migrations | bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework | src/CSharpClient/Bit.CSharpClient.All/Data/BitEfCoreMigrationsOnlyWebHostBuilder.cs | src/CSharpClient/Bit.CSharpClient.All/Data/BitEfCoreMigrationsOnlyWebHostBuilder.cs | #if DotNetCore
using Bit.Data;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Hosting.Server;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Reflection;
using ... | #if DotNetCore
using Bit.Data;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Hosting.Server;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Reflection;
using ... | mit | C# |
5e2cdcfd37bbe7c12cc77c17d1e798cc77929315 | Fix physics pushing rotation bugs (#4288) | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs | Content.Shared/Movement/EntitySystems/SharedMobMoverSystem.cs | using Content.Shared.Movement.Components;
using Robust.Shared.GameObjects;
using Robust.Shared.Maths;
using Robust.Shared.Physics;
using Robust.Shared.Physics.Collision;
using Robust.Shared.Physics.Dynamics;
namespace Content.Shared.Movement.EntitySystems
{
public sealed class SharedMobMoverSystem : EntitySystem
... | using Content.Shared.Movement.Components;
using Robust.Shared.GameObjects;
using Robust.Shared.Maths;
using Robust.Shared.Physics;
using Robust.Shared.Physics.Collision;
using Robust.Shared.Physics.Dynamics;
namespace Content.Shared.Movement.EntitySystems
{
public sealed class SharedMobMoverSystem : EntitySystem
... | mit | C# |
26abac1f0c37ca6f075a2a01c19a5f2244c1c252 | Fix typo | PerishedProductions/LD39 | LD39/Commands/IntroCommand.cs | LD39/Commands/IntroCommand.cs | using System;
using System.Collections.Generic;
namespace LD39.Commands
{
public class IntroCommand : Command
{
public IntroCommand(Action<List<string>> commandCallback) : base(commandCallback)
{
Name = "intro";
}
public override void DisplayHelp()
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LD39.Commands
{
public class IntroCommand : Command
{
public IntroCommand(Action<List<string>> commandCallback) : base(commandCallback)
{
Name = "intro";
... | mit | C# |
2101865a09404bbe4e7d17aa60432b8c1a8595ca | Fix unanswered claims crash | joinrpg/joinrpg-net,joinrpg/joinrpg-net,kirillkos/joinrpg-net,joinrpg/joinrpg-net,kirillkos/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net | JoinRpg.Services.Impl/ClaimProblemFilters/NotAnsweredClaim.cs | JoinRpg.Services.Impl/ClaimProblemFilters/NotAnsweredClaim.cs | using System;
using System.Collections.Generic;
using System.Linq;
using JoinRpg.DataModel;
using JoinRpg.Services.Interfaces;
namespace JoinRpg.Services.Impl.ClaimProblemFilters
{
internal class NotAnsweredClaim : IClaimProblemFilter
{
public IEnumerable<ClaimProblem> GetProblems(Project project, Claim claim)... | using System;
using System.Collections.Generic;
using System.Linq;
using JoinRpg.DataModel;
using JoinRpg.Services.Interfaces;
namespace JoinRpg.Services.Impl.ClaimProblemFilters
{
class NotAnsweredClaim : IClaimProblemFilter
{
public IEnumerable<ClaimProblem> GetProblems(Project project, Claim claim)
{
... | mit | C# |
18096490b6c16ca22f1de0022f4047a12d22b830 | Add support for followpoint skinning | naoey/osu,smoogipoo/osu,2yangk23/osu,smoogipoo/osu,NeoAdonis/osu,ZLima12/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,DrabWeb/osu,DrabWeb/osu,johnneijzen/osu,ZLima12/osu,DrabWeb/osu,ppy/osu,peppy/osu-new,johnneijzen/osu,EVAST9919/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,peppy/osu,naoey/osu,... | osu.Game.Rulesets.Osu/Objects/Drawables/Connections/FollowPoint.cs | osu.Game.Rulesets.Osu/Objects/Drawables/Connections/FollowPoint.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 OpenTK;
using OpenTK.Graphics;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.F... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;
using OpenTK.Graphics;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.F... | mit | C# |
73ee8d96e92afa7a2e10878d76b8f939e58b01c8 | Change PFButton to follow IDisposable (#101) | Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | PathfinderAPI/GUI/PFButton.cs | PathfinderAPI/GUI/PFButton.cs | using System;
using System.Collections.Generic;
using Hacknet.Gui;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Pathfinder.GUI
{
public class PFButton : IDisposable
{
private static int _idCounter = int.MinValue;
private static readonly List<int> returnedIds... | using System;
using System.Collections.Generic;
using Hacknet.Gui;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Pathfinder.GUI
{
public class PFButton : IDisposable
{
private static int _idCounter = int.MinValue;
private static readonly List<int> returnedIds... | mit | C# |
8a571451ca711eb5bcbe74f92b2ae2e26aaeb71b | Update JsonEventParserPlugin.cs | exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless | src/Exceptionless.Core/Plugins/EventParser/Default/JsonEventParserPlugin.cs | src/Exceptionless.Core/Plugins/EventParser/Default/JsonEventParserPlugin.cs | using System;
using System.Collections.Generic;
using Exceptionless.Core.Pipeline;
using Exceptionless.Core.Extensions;
using Exceptionless.Core.Models;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using System.IO;
using Newtonsoft.Json.Linq;
using Microsoft.Extensions.Logging;
namespace Exceptionless.C... | using System;
using System.Collections.Generic;
using Exceptionless.Core.Pipeline;
using Exceptionless.Core.Extensions;
using Exceptionless.Core.Models;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using System.IO;
using Newtonsoft.Json.Linq;
using Microsoft.Extensions.Logging;
namespace Exceptionless.C... | apache-2.0 | C# |
9783a76b6a5eff0bd09fff28b336c6790c46a47c | Allow getting plugin configuration. | RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake | src/Snowflake.Support.Remoting.GraphQl/Queries/ConfigurationQueryBuilder.cs | src/Snowflake.Support.Remoting.GraphQl/Queries/ConfigurationQueryBuilder.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using GraphQL.Conventions.Adapters.Types;
using GraphQL.Types;
using Snowflake.Configuration;
using Snowflake.Execution.Extensibility;
using Snowflake.Extensibility;
using Snowflake.Services;
using Snowflake.Support.Remoting.GraphQl.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using GraphQL.Conventions.Adapters.Types;
using GraphQL.Types;
using Snowflake.Configuration;
using Snowflake.Execution.Extensibility;
using Snowflake.Extensibility;
using Snowflake.Services;
using Snowflake.Support.Remoting.GraphQl.... | mpl-2.0 | C# |
569c51c4078629210f6f98c98cf81dfd56bd118c | bump version | mdsol/Medidata.ZipkinTracerModule | src/Medidata.ZipkinTracer.Core/Properties/AssemblyInfo.cs | src/Medidata.ZipkinTracer.Core/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("Me... | 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("Me... | mit | C# |
73759c63cff8f60d6a364e3bf917cb35a864b68a | Change hidden player message | leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,kirillkos/joinrpg-net,kirillkos/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net | Joinrpg/Views/Shared/DisplayTemplates/IPlayerCharacter.cshtml | Joinrpg/Views/Shared/DisplayTemplates/IPlayerCharacter.cshtml | @model JoinRpg.Web.Models.ICharacterWithPlayerViewModel
@if (!Model.HidePlayer || Model.HasAccess)
{
@Html.DisplayFor(model => Model.Player)
}
else
{
<i>занято</i>
} | @model JoinRpg.Web.Models.ICharacterWithPlayerViewModel
@if (!Model.HidePlayer || Model.HasAccess)
{
@Html.DisplayFor(model => Model.Player)
}
else
{
<i>скрыто</i>
} | mit | C# |
824d543e9cae9fe92f6d99ee4a16f288e55dc6d9 | Fix initialization of RemoteFrameObject.TrackConnections. | Unity-Technologies/debugger-libs,mono/debugger-libs,mono/debugger-libs,joj/debugger-libs,Unity-Technologies/debugger-libs,joj/debugger-libs | Mono.Debugging/Mono.Debugging.Evaluation/RemoteFrameObject.cs | Mono.Debugging/Mono.Debugging.Evaluation/RemoteFrameObject.cs | // RemoteFrameObject.cs
//
// Author:
// Lluis Sanchez Gual <lluis@novell.com>
//
// Copyright (c) 2008 Novell, Inc (http://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 Soft... | // RemoteFrameObject.cs
//
// Author:
// Lluis Sanchez Gual <lluis@novell.com>
//
// Copyright (c) 2008 Novell, Inc (http://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 Soft... | mit | C# |
af1cd1ccfbdd57665a87a2bfe835fea188c3e2af | Add [Serializable] attribute | dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute | Source/NSubstitute/Exceptions/UnexpectedArgumentMatcherException.cs | Source/NSubstitute/Exceptions/UnexpectedArgumentMatcherException.cs | using System;
using System.Runtime.Serialization;
namespace NSubstitute.Exceptions
{
[Serializable]
public class UnexpectedArgumentMatcherException : SubstituteException
{
public static string WhatProbablyWentWrong =
"Argument matchers (Arg.Is, Arg.Any) should only be used in place of m... | using System;
using System.Runtime.Serialization;
namespace NSubstitute.Exceptions
{
public class UnexpectedArgumentMatcherException : SubstituteException
{
public static string WhatProbablyWentWrong =
"Argument matchers (Arg.Is, Arg.Any) should only be used in place of member arguments. " ... | bsd-3-clause | C# |
3d5cfc8b8b40e45d22889884ea27bd22f25a7030 | Bump up binding redircts | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | tooling/Microsoft.VisualStudio.RazorExtension/Properties/BindingRedirectAttributes.cs | tooling/Microsoft.VisualStudio.RazorExtension/Properties/BindingRedirectAttributes.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 Microsoft.VisualStudio.Shell;
[assembly: ProvideBindingRedirection(
AssemblyName = "Microsoft.AspNetCore.Razor.Evolution",
GenerateCodeB... | // 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 Microsoft.VisualStudio.Shell;
[assembly: ProvideBindingRedirection(
AssemblyName = "Microsoft.AspNetCore.Razor.Evolution",
GenerateCodeB... | apache-2.0 | C# |
be831292e9237af383b4f37d841dfef05fb2f6fb | Add utility method for removing invalid filename characters | mattgwagner/CertiPay.Common | CertiPay.Common/Utilities.cs | CertiPay.Common/Utilities.cs | namespace CertiPay.Common
{
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Transactions;
public static class Utilities
{
/// <summary>
/// Starts a new transaction scope with the given isolation level
/// </summary>
/... | namespace CertiPay.Common
{
using System;
using System.Linq;
using System.Reflection;
using System.Transactions;
public static class Utilities
{
/// <summary>
/// Starts a new transaction scope with the given isolation level
/// </summary>
/// <returns></returns... | mit | C# |
5dc7942249825ff0a898f00283da341b3f58fe43 | Fix action validate | NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | NakedLegacy/NakedLegacy.Reflector/Facet/ActionValidateViaAboutMethodFacet.cs | NakedLegacy/NakedLegacy.Reflector/Facet/ActionValidateViaAboutMethodFacet.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# |
763e1d08bd4a4183b7b824b9e1a323e1ab2f7227 | Add error handling to giphy command | glconti/awesome-bot,glconti/awesome-bot | awesome-bot/Giphy/GiphyCommand.cs | awesome-bot/Giphy/GiphyCommand.cs | using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using awesome_bot.Dialogs;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Connector;
namespace awesome_bot.Giphy
{
public class GiphyCommand : ICommandHandler
{
public IEnumerable<string> Commands { get; } = new... | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using awesome_bot.Dialogs;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Connector;
namespace awesome_bot.Giphy
{
public class GiphyCommand : ICommandHandler
{
public IEnumerable<string> Commands ... | mit | C# |
581eafb551dd971f41efd09c0a6d0dcc06b51e86 | Address review - remove unused code in OrderTypeNormalizingJsonConverter | JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean,QuantConnect/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean... | Report/OrderTypeNormalizingJsonConverter.cs | Report/OrderTypeNormalizingJsonConverter.cs | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... | apache-2.0 | C# |
55dba91ca839288a509effa650a6b9057751e6b2 | fix xunit analyzer warning | git-tfs/git-tfs,pmiossec/git-tfs,PKRoma/git-tfs | src/GitTfsTest/Core/CommitParserTests.cs | src/GitTfsTest/Core/CommitParserTests.cs | using System.Collections.Generic;
using GitTfs.Core;
using Xunit;
namespace GitTfs.Test.Core
{
public class CommitParserTests : BaseTest
{
public static IEnumerable<object[]> Cases
{
get
{
return new[] {
new object[] { "git-tfs-id: foo... | using System.Collections.Generic;
using GitTfs.Core;
using Xunit;
namespace GitTfs.Test.Core
{
public class CommitParserTests : BaseTest
{
public static IEnumerable<object[]> Cases
{
get
{
return new[] {
new object[] { "git-tfs-id: foo... | apache-2.0 | C# |
b635eb197d2317bb9bb88cc8d2d43393778e2b81 | Allow filtering a GeoJsonDataSource. | Smartrak/TileSharp,Smartrak/TileSharp | TileSharp.Data.GeoJson/GeoJsonDataSource.cs | TileSharp.Data.GeoJson/GeoJsonDataSource.cs | using System;
using System.Collections.Generic;
using System.IO;
using GeoAPI.Geometries;
using GeoJsonSharp;
namespace TileSharp.Data.GeoJson
{
public class GeoJsonDataSource : IDataSource
{
private readonly FeatureCollection _featureCollection;
public GeoJsonDataSource(string fileName)
{
_featureCollect... | using System.Collections.Generic;
using System.IO;
using GeoAPI.Geometries;
using GeoJsonSharp;
namespace TileSharp.Data.GeoJson
{
public class GeoJsonDataSource : IDataSource
{
private readonly FeatureCollection _featureCollection;
public GeoJsonDataSource(string fileName)
{
_featureCollection = new GeoJ... | bsd-2-clause | C# |
dbb7cdd720c1ea68694d90d912ebb041a5260208 | Throw an exception when branch has no remote (#50) | Baggykiin/pass-winmenu | pass-winmenu/src/ExternalPrograms/Git/LibGit2SharpSyncStrategy.cs | pass-winmenu/src/ExternalPrograms/Git/LibGit2SharpSyncStrategy.cs | using System;
using System.Linq;
using LibGit2Sharp;
namespace PassWinmenu.ExternalPrograms
{
public class LibGit2SharpSyncStrategy : IGitSyncStrategy
{
private readonly Repository repo;
private readonly PushOptions pushOptions;
private readonly FetchOptions fetchOptions;
public LibGit2SharpSyncStrategy(Re... | using System;
using System.Linq;
using LibGit2Sharp;
namespace PassWinmenu.ExternalPrograms
{
public class LibGit2SharpSyncStrategy : IGitSyncStrategy
{
private readonly Repository repo;
private readonly PushOptions pushOptions;
private readonly FetchOptions fetchOptions;
public LibGit2SharpSyncStrategy(Re... | mit | C# |
c95faabf63f23f2a7c085d972cf32d3af8e9500d | Fix consistent updating of layout fields if both sides have a significant, but blank value (e.g. certain core db items) | kamsar/Rainbow | src/Rainbow/Diff/Fields/XmlComparison.cs | src/Rainbow/Diff/Fields/XmlComparison.cs | using System;
using System.Xml;
using System.Xml.Linq;
using Rainbow.Model;
namespace Rainbow.Diff.Fields
{
public class XmlComparison : FieldTypeBasedComparison
{
public override bool AreEqual(IItemFieldValue field1, IItemFieldValue field2)
{
if (string.IsNullOrWhiteSpace(field1.Value) && string.IsNullOrWhi... | using System;
using System.Xml;
using System.Xml.Linq;
using Rainbow.Model;
namespace Rainbow.Diff.Fields
{
public class XmlComparison : FieldTypeBasedComparison
{
public override bool AreEqual(IItemFieldValue field1, IItemFieldValue field2)
{
if (string.IsNullOrWhiteSpace(field1.Value) || string.IsNullOrWhi... | mit | C# |
0d265d48f1232d45fd34f4be01cc823259885d21 | Add RiskScore prop to StripeOutcome. | stripe/stripe-dotnet,richardlawley/stripe.net | src/Stripe.net/Entities/StripeOutcome.cs | src/Stripe.net/Entities/StripeOutcome.cs | namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class StripeOutcome : StripeEntityWithId
{
/// <summary>
/// Possible values are approved_by_network, declined_by_network, not_sent_to_network, and reversed_after_approval. The value reversed_after_approval i... | namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class StripeOutcome : StripeEntityWithId
{
/// <summary>
/// Possible values are approved_by_network, declined_by_network, not_sent_to_network, and reversed_after_approval. The value reversed_after_approval i... | apache-2.0 | C# |
890c8566d69e0760dc9ee11828ce12129d44657a | Fix WebSocketsSupportedConditionAttribute version check (#1751) | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | test/Microsoft.AspNetCore.SignalR.Tests.Utils/WebSocketsSupportedConditionAttribute.cs | test/Microsoft.AspNetCore.SignalR.Tests.Utils/WebSocketsSupportedConditionAttribute.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.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using Microsoft.AspNetCore.Testing.xunit;
name... | // 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.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using Microsoft.AspNetCore.Testing.xunit;
name... | apache-2.0 | C# |
c3c0c7c62552e7da1044f61dc095def7a4109dd9 | Fix for #3250 | IntelRealSense/librealsense,IntelRealSense/librealsense,IntelRealSense/librealsense,IntelRealSense/librealsense,IntelRealSense/librealsense,IntelRealSense/librealsense,IntelRealSense/librealsense,IntelRealSense/librealsense,IntelRealSense/librealsense | wrappers/csharp/Intel.RealSense/Devices/AdvancedDevice.cs | wrappers/csharp/Intel.RealSense/Devices/AdvancedDevice.cs | using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace Intel.RealSense
{
public class AdvancedDevice : Device
{
internal AdvancedDevice(IntPtr dev) : base(dev)
{
}
public static AdvancedDevice FromDevice(Device... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace Intel.RealSense
{
public class AdvancedDevice : Device
{
internal AdvancedDevice(IntPtr dev) : base(dev)
{
}
public static AdvancedDevice FromDevice(Device... | apache-2.0 | C# |
5a611ecf50891df3201a94372a4f622a9d4cfa30 | Simplify DbProviderFactory feature detection code. (#38070) | ViktorHofer/corefx,ViktorHofer/corefx,ericstj/corefx,shimingsg/corefx,ericstj/corefx,ericstj/corefx,ViktorHofer/corefx,ViktorHofer/corefx,wtgodbe/corefx,ericstj/corefx,ViktorHofer/corefx,shimingsg/corefx,wtgodbe/corefx,wtgodbe/corefx,ericstj/corefx,shimingsg/corefx,wtgodbe/corefx,BrennanConroy/corefx,BrennanConroy/core... | src/System.Data.Common/src/System/Data/Common/DbProviderFactory.cs | src/System.Data.Common/src/System/Data/Common/DbProviderFactory.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.Data.Common
{
public abstract partial class DbProviderFactory
{
private bool? _canC... | // 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.Data.Common
{
public abstract partial class DbProviderFactory
{
private bool? _canC... | mit | C# |
2b7d5412dc0ce4cc4577b94055c0327bb8f17721 | Clean up | alvivar/Hasten | Core/Camera2D/Camera2D.cs | Core/Camera2D/Camera2D.cs |
// Custom 2D camera with some tricks.
// Andrés Villalobos ~ andresalvivar@gmail.com ~ twitter.com/matnesis
// 2015/08/11 09:42 PM
using System.Collections.Generic;
using UnityEngine;
public class Camera2D : MonoBehaviour
{
[Header("Focus")]
public Transform focus; // Main point of focus
public Vector... |
// Custom 2D camera with some tricks.
// Andrés Villalobos ~ andresalvivar@gmail.com ~ twitter.com/matnesis
// 2015/08/11 09:42 PM
using System.Collections.Generic;
using UnityEngine;
using matnesis.TeaTime;
public class Camera2D : MonoBehaviour
{
[Header("Focus")]
public Transform focus; // Main point o... | mit | C# |
2ef9862258c52592222ffa04bff79f48e9a4a945 | Update build script to build and test with dotnet | thomaslevesque/NString | build.cake | build.cake | using System.Xml.Linq;
///////////////////////////////////////////////////////////////////////////////
// ARGUMENTS
///////////////////////////////////////////////////////////////////////////////
var target = Argument<string>("target", "Default");
var configuration = Argument<string>("configuration", "Release");
// ... | #tool nuget:?package=NUnit.ConsoleRunner&version=3.6.1
using System.Xml.Linq;
///////////////////////////////////////////////////////////////////////////////
// ARGUMENTS
///////////////////////////////////////////////////////////////////////////////
var target = Argument<string>("target", "Default");
var configurat... | apache-2.0 | C# |
e4f484ac30fc6c7995d5a002e63afb1ffffe966b | Add null checks. | PowerOfCode/Eto,PowerOfCode/Eto,bbqchickenrobot/Eto-1,PowerOfCode/Eto,bbqchickenrobot/Eto-1,l8s/Eto,bbqchickenrobot/Eto-1,l8s/Eto,l8s/Eto | Source/Eto.Platform.Windows/Forms/Controls/GridViewHandler.cs | Source/Eto.Platform.Windows/Forms/Controls/GridViewHandler.cs | using System;
using swf = System.Windows.Forms;
using Eto.Forms;
using System.Linq;
using System.Collections.Generic;
namespace Eto.Platform.Windows.Forms.Controls
{
public class GridViewHandler : GridHandler<GridView>, IGridView
{
CollectionHandler collection;
public GridViewHandler ()
{
}
protected o... | using System;
using swf = System.Windows.Forms;
using Eto.Forms;
using System.Linq;
using System.Collections.Generic;
namespace Eto.Platform.Windows.Forms.Controls
{
public class GridViewHandler : GridHandler<GridView>, IGridView
{
CollectionHandler collection;
public GridViewHandler ()
{
}
protected o... | bsd-3-clause | C# |
c37f010a554a4dcdd2b29d2e956621a4129bbbd8 | add routeconfig and bundleconfig | matsurigoto/mvc-base-project,matsurigoto/mvc-base-project | BaseProject.Admin/Global.asax.cs | BaseProject.Admin/Global.asax.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace BaseProject.Admin
{
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace BaseProject.Admin
{
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
AreaRegistration.Regist... | mit | C# |
70228438c28efb45bca812bdc6515359e491fb07 | Update versions for RaspberryPi console | jonbgallant/beakn,jonbgallant/beakn,jonbgallant/beakn | raspberrypi/beakn.raspberrypi/Properties/AssemblyInfo.cs | raspberrypi/beakn.raspberrypi/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("be... | 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("be... | mit | C# |
68163e48173337a8c72e8e00b26b8b590d1e680d | Fix up the VB side | xasx/roslyn,weltkante/roslyn,brettfo/roslyn,genlu/roslyn,stephentoub/roslyn,weltkante/roslyn,pdelvo/roslyn,OmarTawfik/roslyn,heejaechang/roslyn,Giftednewt/roslyn,ErikSchierboom/roslyn,CyrusNajmabadi/roslyn,KevinRansom/roslyn,bartdesmet/roslyn,akrisiun/roslyn,davkean/roslyn,paulvanbrenk/roslyn,AlekseyTs/roslyn,MattWinds... | src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicGoToImplementation.cs | src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicGoToImplementation.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 Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.IntegrationTest.Utilities;
using Roslyn.Test.Utilities;
using Xunit;
using ProjectUtils = Microsof... | // 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 Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.IntegrationTest.Utilities;
using Roslyn.Test.Utilities;
using Roslyn.VisualStudio.IntegrationTests... | mit | C# |
cfe352a37493eaf47a358bc93890c9e66ac94036 | Fix typing in the webkit view | directhex/banshee-hacks,allquixotic/banshee-gst-sharp-work,GNOME/banshee,dufoli/banshee,mono-soc-2011/banshee,GNOME/banshee,arfbtwn/banshee,stsundermann/banshee,arfbtwn/banshee,Dynalon/banshee-osx,petejohanson/banshee,arfbtwn/banshee,mono-soc-2011/banshee,Carbenium/banshee,Carbenium/banshee,allquixotic/banshee-gst-shar... | src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia/WikipediaView.cs | src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia/WikipediaView.cs | //
// WikipediaView.cs
//
// Author:
// Gabriel Burt <gburt@novell.com>
//
// Copyright (C) 2009 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, incl... | //
// WikipediaView.cs
//
// Author:
// Gabriel Burt <gburt@novell.com>
//
// Copyright (C) 2009 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, incl... | mit | C# |
21d02799385f7739626a1844731b618fc3723f80 | Fix for test from last commit. | RSuter/NJsonSchema,NJsonSchema/NJsonSchema | src/NJsonSchema.CodeGeneration.Tests/TypeScript/NullabilityTests.cs | src/NJsonSchema.CodeGeneration.Tests/TypeScript/NullabilityTests.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using NJsonSchema.CodeGeneration.Tests.Models;
using NJsonSchema.CodeGeneration.TypeScript;
using NJsonSchema.Generation;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NJsonSchema.CodeGe... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using NJsonSchema.CodeGeneration.Tests.Models;
using NJsonSchema.CodeGeneration.TypeScript;
using NJsonSchema.Generation;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NJsonSchema.CodeGe... | mit | C# |
e9865e49e15073871055ac8f703fccc611958b3b | fix EventAggregator sample | tibel/Caliburn.Light | samples/Demo.HelloEventAggregator/SubscriberViewModel.cs | samples/Demo.HelloEventAggregator/SubscriberViewModel.cs | using Caliburn.Light;
namespace Demo.HelloEventAggregator
{
public class SubscriberViewModel : BindableObject
{
private readonly BindableCollection<string> _messages = new BindableCollection<string>();
public SubscriberViewModel(IEventAggregator eventAggregator)
{
eventAg... | using Caliburn.Light;
namespace Demo.HelloEventAggregator
{
public class SubscriberViewModel : BindableObject
{
private readonly BindableCollection<string> _messages = new BindableCollection<string>();
public SubscriberViewModel(IEventAggregator eventAggregator)
{
eventAg... | mit | C# |
a27640a31fc447a7e59dd0f5b899f5f569af946b | Handle unknown device types | ButchersBoy/WindowsStateTriggers,karl-barkmann/WindowsStateTriggers,Viachaslau-Zinkevich/WindowsStateTriggers,AlexBream/WindowsStateTriggers,robertos/WindowsStateTriggers,dinhchitrung/WindowsStateTriggers,ScottIsAFool/WindowsStateTriggers,dotMorten/WindowsStateTriggers,onovotny/WindowsStateTriggers | src/WindowsStateTriggers/DeviceTypeAdaptiveTrigger.cs | src/WindowsStateTriggers/DeviceTypeAdaptiveTrigger.cs | // Copyright (c) Morten Nielsen. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Windows.Foundation.Metadata;
using Windows.UI.Xaml;
namespace WindowsStateTriggers
{
/// <summary>
/// Trigger for switching between Windows and Windows P... | // Copyright (c) Morten Nielsen. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Windows.Foundation.Metadata;
using Windows.UI.Xaml;
namespace WindowsStateTriggers
{
/// <summary>
/// Trigger for switching between Windows and Windows P... | mit | C# |
6d28cdd4a1f241462c2683d5a3d524238912ca25 | Fix claims extensions. | Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | src/Squidex.Shared/Identity/ClaimsPrincipalExtensions.cs | src/Squidex.Shared/Identity/ClaimsPrincipalExtensions.cs | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | mit | C# |
932becc4b227ff2eef4419be68a16fae5151888e | Remove `CommentMarkdownTextFlowContainer` and rather use base-class `OsuMarkdownTextFlowContainer` | peppy/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu | osu.Game/Overlays/Comments/CommentMarkdownContainer.cs | osu.Game/Overlays/Comments/CommentMarkdownContainer.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.
#nullable disable
using Markdig.Syntax;
using osu.Framework.Graphics.Containers.Markdown;
using osu.Game.Graphics.Containers.Markdown;
namespace osu.Game.Overlays.Comme... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using Markdig.Syntax;
using Markdig.Syntax.Inlines;
using osu.Framework.Graphics.Containers.Markdown;
using osu.Game.Graphics.Containers.Markdown;
nam... | mit | C# |
04adc588e265db0b809f3248d6fd7975569d1131 | Update SymbolEqualityComparer.IncludeNullability docs (#51724) | mavasani/roslyn,KevinRansom/roslyn,AmadeusW/roslyn,mavasani/roslyn,wvdd007/roslyn,mavasani/roslyn,diryboy/roslyn,physhi/roslyn,weltkante/roslyn,CyrusNajmabadi/roslyn,wvdd007/roslyn,bartdesmet/roslyn,KevinRansom/roslyn,shyamnamboodiripad/roslyn,sharwell/roslyn,diryboy/roslyn,eriawan/roslyn,dotnet/roslyn,CyrusNajmabadi/r... | src/Compilers/Core/Portable/Symbols/SymbolEqualityComparer.cs | src/Compilers/Core/Portable/Symbols/SymbolEqualityComparer.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using Microsoft.CodeAnalysis.Symbols;
namespace Microsoft.CodeAnal... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using Microsoft.CodeAnalysis.Symbols;
namespace Microsoft.CodeAnal... | mit | C# |
41f434c398060f868b03513b1d84a8d4ac023c39 | Add "beta" info panel #19. | croquet-australia/croquet-australia.com.au,croquet-australia/croquet-australia.com.au,croquet-australia/croquet-australia-website,croquet-australia/croquet-australia.com.au,croquet-australia/website-application,croquet-australia/croquet-australia-website,croquet-australia/croquet-australia-website,croquet-australia/web... | src/CroquetAustraliaWebsite.Application/app/home/Index.cshtml | src/CroquetAustraliaWebsite.Application/app/home/Index.cshtml | @model CroquetAustraliaWebsite.Application.App.home.IndexViewModel
<h1>Croquet Australia</h1>
<div class="alert alert-info" role="alert">
<p>
This is a <strong>very early version</strong> of the new Croquet Australia Website.
We are publishing the site today to allow important information to be pub... | @model CroquetAustraliaWebsite.Application.App.home.IndexViewModel
<h1>Croquet Australia</h1>
@*todo: configure where partial views are searched for*@
<h2>Latest News</h2>
@Html.Partial("~/App/home/Index-BlogPosts.cshtml", Model.BlogPosts) | mit | C# |
1d2d1bfcf3497c35a5e06b2eb3d322518d56ece2 | Add UpdatedAt to MultiplayerPlaylistItem | peppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu | osu.Game/Online/Rooms/MultiplayerPlaylistItem.cs | osu.Game/Online/Rooms/MultiplayerPlaylistItem.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.
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
using MessagePack;
using osu.Game.Online.API;
namespace osu.Game.Online.Rooms
{
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
using MessagePack;
using osu.Game.Online.API;
namespace osu.Game.Online.Rooms
{
... | mit | C# |
150c86b806c13edb9043f7e16593de46066d7d1f | Bump the other version. | FacilityApi/FacilityGeneratorApi,FacilityApi/FacilityGeneratorApi,FacilityApi/FacilityGeneratorApi | src/Facility.GeneratorApi.Services/Properties/AssemblyInfo.cs | src/Facility.GeneratorApi.Services/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyVersion("0.3.2")]
[assembly: AssemblyProduct("Facility.GeneratorApi.Services")]
[assembly: ComVisible(false)]
| using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyVersion("0.3.1")]
[assembly: AssemblyProduct("Facility.GeneratorApi.Services")]
[assembly: ComVisible(false)]
| mit | C# |
7a671754f2c067b38ab8b4515fbd718cbcf8228e | Change `RadioButton`'s `object` to a `string` | ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu | osu.Game/Screens/Edit/Components/RadioButtons/RadioButton.cs | osu.Game/Screens/Edit/Components/RadioButtons/RadioButton.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;
namespace osu.Game.Screens.Edit.Components.RadioButtons
{
public class RadioButton
{
... | // 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;
namespace osu.Game.Screens.Edit.Components.RadioButtons
{
public class RadioButton
{
... | mit | C# |
a695e0da67c64d89b2911760deee41bce9dc3461 | Fix hard fail when multiple attributes are attached | DrabWeb/osu-framework,peppy/osu-framework,ppy/osu-framework,DrabWeb/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,Tom94/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,Tom94/osu-framework,smoogipooo/osu-framework,DrabWeb/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,... | osu.Framework/Allocation/DependencyCachedAttribute.cs | osu.Framework/Allocation/DependencyCachedAttribute.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using osu.Framework.Graphics;
namespace osu.Framework.Allocation
{... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using osu.Framework.Graphics;
namespace osu.Framework.Allocation
{... | mit | C# |
74c6fdc4b8e52611b8e51645e19f27b9e042e5e8 | Add `DrawableRuleset` to the skin editor test to get a hit error meter to display | peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game.Tests/Visual/Gameplay/TestSceneSkinEditor.cs | osu.Game.Tests/Visual/Gameplay/TestSceneSkinEditor.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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Testing;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Judgeme... | // 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.Testing;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Screens.Play;
using osu.Game... | mit | C# |
7167a5106fc73405977c99d8419956739e2abbb0 | allow write fdiv asm | tgiphil/Cosmos,jp2masa/Cosmos,zarlo/Cosmos,MetSystem/Cosmos,Cyber4/Cosmos,kant2002/Cosmos-1,zarlo/Cosmos,zhangwenquan/Cosmos,zhangwenquan/Cosmos,zhangwenquan/Cosmos,Cyber4/Cosmos,zarlo/Cosmos,MetSystem/Cosmos,zdimension/Cosmos,sgetaz/Cosmos,trivalik/Cosmos,zhangwenquan/Cosmos,fanoI/Cosmos,Cyber4/Cosmos,CosmosOS/Cosmos,... | source2/Compiler/Cosmos.Compiler.Assembler.X86/x87/FloatDivide.cs | source2/Compiler/Cosmos.Compiler.Assembler.X86/x87/FloatDivide.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.Assembler.X86.x87
{
[OpCode("fdiv")]
public class FloatDivide : InstructionWithDestinationAndSourceAndSize
{
}
} | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.Assembler.X86.x87
{
[OpCode("fdiv")]
public class FloatDivide : InstructionWithDestinationAndSourceAndSize
{
public override void WriteText(Assembler aAssembler, System.IO.Text... | bsd-3-clause | C# |
5516198399c4be6a208a4a5e7ff0d4cf9e4df2fd | make `ILoggingBuilder.AddSerilog` fluent friendly | serilog/serilog-extensions-logging,serilog/serilog-framework-logging,serilog/serilog-extensions-logging | src/Serilog.Extensions.Logging/SerilogLoggingBuilderExtensions.cs | src/Serilog.Extensions.Logging/SerilogLoggingBuilderExtensions.cs | using System;
using Microsoft.Extensions.Logging;
using Serilog.Extensions.Logging;
namespace Serilog
{
/// <summary>
/// Extends <see cref="ILoggingBuilder"/> with Serilog configuration methods.
/// </summary>
public static class SerilogLoggingBuilderExtensions
{
/// <summary>
///... | using System;
using Microsoft.Extensions.Logging;
using Serilog.Extensions.Logging;
namespace Serilog
{
/// <summary>
/// Extends <see cref="ILoggingBuilder"/> with Serilog configuration methods.
/// </summary>
public static class SerilogLoggingBuilderExtensions
{
/// <summary>
//... | apache-2.0 | C# |
cbe2fa3f93a0464fbb56c3be0c441193ae458ad7 | Add GetPhotoAsync | Selz/PexelsNet | PexelsNet/PexelsClient.cs | PexelsNet/PexelsClient.cs | using System;
using System.Net.Http;
using Newtonsoft.Json;
using System.Threading.Tasks;
namespace PexelsNet
{
public class PexelsClient
{
private const string BaseUrl = "http://api.pexels.com/v1/";
private readonly HttpClient _client = new HttpClient();
public PexelsClient(string ap... | using System;
using System.Net.Http;
using Newtonsoft.Json;
using System.Threading.Tasks;
namespace PexelsNet
{
public class PexelsClient
{
private const string BaseUrl = "http://api.pexels.com/v1/";
private readonly HttpClient _client = new HttpClient();
public PexelsClient(string ap... | mit | C# |
c32a118db348eafa1dac0ca7ade5132ca47f2167 | fix some of the recently added names | haithemaraissia/XamarinStripe,xamarin/XamarinStripe | XamarinStripe/StripeCharge.cs | XamarinStripe/StripeCharge.cs | /*
* Copyright 2011 - 2012 Xamarin, Inc., 2011 - 2012 Joe Dluzen
*
* Author(s):
* Gonzalo Paniagua Javier (gonzalo@xamarin.com)
* Joe Dluzen (jdluzen@gmail.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | /*
* Copyright 2011 - 2012 Xamarin, Inc., 2011 - 2012 Joe Dluzen
*
* Author(s):
* Gonzalo Paniagua Javier (gonzalo@xamarin.com)
* Joe Dluzen (jdluzen@gmail.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | apache-2.0 | C# |
6cd60c0758ca8dfc46cf288f6bb22a96b5095cc0 | fix GeoTiffProvider test on Mac | charlenni/Mapsui,pauldendulk/Mapsui,charlenni/Mapsui | Tests/Mapsui.Desktop.Tests/GeoTiff/GeoTiffProviderTests.cs | Tests/Mapsui.Desktop.Tests/GeoTiff/GeoTiffProviderTests.cs | using System;
using System.Globalization;
using System.IO;
using Mapsui.Providers;
using Mapsui.Desktop.Tests.Utilities;
using NUnit.Framework;
namespace Mapsui.Desktop.Tests.GeoTiff
{
[TestFixture]
public class GeoTiffProviderTests
{
[Test]
public void GeoTiffProviderConstructor_WhenIniti... | using System;
using System.Globalization;
using Mapsui.Providers;
using Mapsui.Desktop.Tests.Utilities;
using NUnit.Framework;
namespace Mapsui.Desktop.Tests.GeoTiff
{
[TestFixture]
public class GeoTiffProviderTests
{
[Test]
public void GeoTiffProviderConstructor_WhenInitialized_ShouldRetu... | mit | C# |
f178a4b7f206d02fde1cc7a523a4b50fc2c6357f | update tree | pixel-stuff/ld_dare_32 | Unity/ludum-dare-32-PixelStuff/Assets/Scripts/Tree/tree.cs | Unity/ludum-dare-32-PixelStuff/Assets/Scripts/Tree/tree.cs | using UnityEngine;
using System.Collections;
public class tree : MonoBehaviour {
enum TreeState{
UP,
CHOPED,
FALLEN,
PICKED
};
public GameObject rightChop;
public GameObject leftChop;
public GameObject trunk;
public GameObject stump;
public float SecondeAnimation;
// Use this for initialization
priv... | using UnityEngine;
using System.Collections;
public class tree : MonoBehaviour {
enum TreeState{
UP,
CHOPED,
FALLEN,
PICKED
};
public GameObject rightChop;
public GameObject leftChop;
public GameObject trunk;
public GameObject stump;
public float SecondeAnimation;
// Use this for initialization
priv... | mit | C# |
15e339f89f1e10b122e670c5e03703fca12077d7 | Make private variable private. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Tabs/WalletManager/SuggestionViewModel.cs | WalletWasabi.Gui/Tabs/WalletManager/SuggestionViewModel.cs | using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Linq;
namespace WalletWasabi.Gui.Tabs.WalletManager
{
public class SuggestionViewModel : ReactiveObject
{
public string Word { get; }
public Action<string> OnSelection { get; }
private bool _isHighLighted;
public SuggestionViewM... | using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Linq;
namespace WalletWasabi.Gui.Tabs.WalletManager
{
public class SuggestionViewModel : ReactiveObject
{
public string Word { get; }
public Action<string> OnSelection { get; }
public bool _isHighLighted;
public SuggestionViewMo... | mit | C# |
df8db01290fa4f57425bcd5d4ca8cab9124b2ef0 | support encoded return url in localization controller for net461 | luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate | src/Abp.Web.Mvc/Web/Mvc/Controllers/Localization/AbpLocalizationController.cs | src/Abp.Web.Mvc/Web/Mvc/Controllers/Localization/AbpLocalizationController.cs | using System;
using System.Web;
using System.Web.Mvc;
using Abp.Auditing;
using Abp.Localization;
using Abp.Runtime.Session;
using Abp.Timing;
using Abp.Web.Configuration;
using Abp.Web.Http;
using Abp.Web.Models;
namespace Abp.Web.Mvc.Controllers.Localization
{
public class AbpLocalizationController : AbpControl... | using System.Security.Policy;
using System.Web;
using System.Web.Mvc;
using Abp.Auditing;
using Abp.Configuration;
using Abp.Localization;
using Abp.Runtime.Session;
using Abp.Timing;
using Abp.Web.Configuration;
using Abp.Web.Models;
namespace Abp.Web.Mvc.Controllers.Localization
{
public class AbpLocalizationCo... | mit | C# |
5b6f950036707dec3af39c4583f3af2fcd864cb6 | fix a warning on Unity 5.5 and above | mattboy64/SteamVR_Unity_Toolkit,gpvigano/VRTK,Fulby/VRTK,thestonefox/SteamVR_Unity_Toolkit,TMaloteaux/SteamVR_Unity_Toolkit,Innoactive/IA-unity-VR-toolkit-VRTK,gomez-addams/SteamVR_Unity_Toolkit,red-horizon/VRTK,gpvigano/SteamVR_Unity_Toolkit,virror/VRTK,thestonefox/VRTK,adamjweaver/VRTK | Assets/VRTK/Examples/Resources/Scripts/FireExtinguisher_Sprayer.cs | Assets/VRTK/Examples/Resources/Scripts/FireExtinguisher_Sprayer.cs | namespace VRTK.Examples
{
using UnityEngine;
public class FireExtinguisher_Sprayer : VRTK_InteractableObject
{
public FireExtinguisher_Base baseCan;
public float breakDistance = 0.12f;
public float maxSprayPower = 5f;
private GameObject waterSpray;
private Particle... | namespace VRTK.Examples
{
using UnityEngine;
public class FireExtinguisher_Sprayer : VRTK_InteractableObject
{
public FireExtinguisher_Base baseCan;
public float breakDistance = 0.12f;
public float maxSprayPower = 5f;
private GameObject waterSpray;
private Particle... | mit | C# |
f4c5bb33d96336901dbb92a7018a112be8c94fec | Add failing test | ermshiperete/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,asbjornu/GitVersion,gep13/GitVersion,GitTools/GitVersion,ParticularLabs/GitVersion,GitTools/GitVersion,gep13/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,asbjornu/GitVersion | src/GitVersionCore.Tests/IntegrationTests/TagCheckoutScenarios.cs | src/GitVersionCore.Tests/IntegrationTests/TagCheckoutScenarios.cs | using GitTools.Testing;
using NUnit.Framework;
namespace GitVersionCore.Tests.IntegrationTests
{
[TestFixture]
public class TagCheckoutScenarios
{
[Test]
public void GivenARepositoryWithSingleCommit()
{
using var fixture = new EmptyRepositoryFixture();
const ... | using GitTools.Testing;
using NUnit.Framework;
namespace GitVersionCore.Tests.IntegrationTests
{
[TestFixture]
public class TagCheckoutScenarios
{
[Test]
public void GivenARepositoryWithSingleCommit()
{
using var fixture = new EmptyRepositoryFixture();
const ... | mit | C# |
e174cbcc0f6f6a16f5df58d2df29dae40daf25a5 | test juan | renyh1013/chord,DigitalPlatform/chord,DigitalPlatform/chord,renyh1013/chord,renyh1013/chord,DigitalPlatform/chord | dp2Tools/Program.cs | dp2Tools/Program.cs | // 20180514 test2
//test juan
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace dp2Tools
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Ma... | // 20180514 test2
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace dp2Tools
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main() //test
... | apache-2.0 | C# |
8a34a4b39bc6fa2ab42e382d9766173d6677e6f9 | Set new manage Guid when ballots are created | Generic-Voting-Application/voting-application,tpkelly/voting-application,JDawes-ScottLogic/voting-application,stevenhillcox/voting-application,Generic-Voting-Application/voting-application,stevenhillcox/voting-application,JDawes-ScottLogic/voting-application,tpkelly/voting-application,JDawes-ScottLogic/voting-applicati... | VotingApplication/VotingApplication.Web/Api/Controllers/PollTokenController.cs | VotingApplication/VotingApplication.Web/Api/Controllers/PollTokenController.cs | using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Net;
using VotingApplication.Data.Context;
using VotingApplication.Data.Model;
namespace VotingApplication.Web.Api.Controllers.API_Controllers
{
public class PollTokenController : WebApiController
{
... | using System.Data.Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web;
using VotingApplication.Data.Context;
using VotingApplication.Data.Model;
using VotingApplication.Web.Api.Filters;
using VotingApplication.Web.Api.Models.DBViewModels;... | apache-2.0 | C# |
d2ef35085be8307deaad00f2283e741140c8e7e7 | comment out //UpgradeContext.DefaultIgnoreDirectories | signumsoftware/framework,signumsoftware/framework | Signum.Upgrade/Program.cs | Signum.Upgrade/Program.cs | using Signum.Utilities;
using System;
namespace Signum.Upgrade;
class Program
{
static void Main(string[] args)
{
Console.WriteLine();
Console.WriteLine(" ..:: Welcome to Signum Upgrade ::..");
Console.WriteLine();
SafeConsole.WriteLineColor(ConsoleColor.DarkGray... | using Signum.Utilities;
using System;
namespace Signum.Upgrade;
class Program
{
static void Main(string[] args)
{
Console.WriteLine();
Console.WriteLine(" ..:: Welcome to Signum Upgrade ::..");
Console.WriteLine();
SafeConsole.WriteLineColor(ConsoleColor.DarkGray... | mit | C# |
4c4e8804afd1701854ca2f037efc692438b230df | Fix case of HTTP module reference (#2760) | googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones | sdks/unreal/Agones/Source/Agones/Agones.Build.cs | sdks/unreal/Agones/Source/Agones/Agones.Build.cs | // Copyright 2020 Google LLC All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | // Copyright 2020 Google LLC All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | apache-2.0 | C# |
a2fc2a63b7a0021f17d8b22895955b27d8073730 | Remove extra line spaces | andre-takenet/SimpleLimeClient | SampleApplication/Program.cs | SampleApplication/Program.cs | using Iris.Sdk;
using System;
using System.Threading.Tasks;
namespace SampleApplication
{
class Program
{
static void Main(string[] args)
{
var endpoint = "iris.msging.net";
var client = new IrisClient(endpoint)
.UsingAccount("omni", "123456"... | using Iris.Sdk;
using System;
using System.Threading.Tasks;
namespace SampleApplication
{
class Program
{
static void Main(string[] args)
{
var endpoint = "iris.msging.net";
var client = new IrisClient(endpoint)
.UsingAccount("omni", "123456"... | mit | C# |
36283ad654d4d56d39243759c4630e1bf45294c1 | Update the sample application to retrieve the current time via SNTP | misenhower/MicroTweet | SampleApplication/Program.cs | SampleApplication/Program.cs | using System;
using Microsoft.SPOT;
using MicroTweet;
using System.Net;
using System.Threading;
namespace SampleApplication
{
public class Program
{
public static void Main()
{
// Wait for DHCP
while (IPAddress.GetDefaultLocalAddress() == IPAddress.Any)
T... | using System;
using Microsoft.SPOT;
using MicroTweet;
using System.Net;
using System.Threading;
namespace SampleApplication
{
public class Program
{
public static void Main()
{
// Wait for DHCP
while (IPAddress.GetDefaultLocalAddress() == IPAddress.Any)
T... | apache-2.0 | C# |
d2c1e7f370040691746df252c72d6c271d75c898 | switch over to minified versions | MacsDickinson/blog,MacsDickinson/blog | Snow/_layouts/default.cshtml | Snow/_layouts/default.cshtml | @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<Snow.ViewModels.BaseViewModel>
@using System.Collections.Generic
<!DOCTYPE html>
<html>
<head>
<title>Macs Dickinson</title>
<meta name="viewport" content="width=device-width">
<link href="/stylesheets/bootstrap.min.css" rel="stylesheet" media="screen">
<link hre... | @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<Snow.ViewModels.BaseViewModel>
@using System.Collections.Generic
<!DOCTYPE html>
<html>
<head>
<title>Macs Dickinson</title>
<meta name="viewport" content="width=device-width">
<link href="/stylesheets/bootstrap.css" rel="stylesheet" media="screen">
<link href="/... | mit | C# |
53e16594062ea58c7f8fa352aa5a1b4bca9600bf | Add startOnAwake support to FadingMusic | NitorInc/NitoriWare,Barleytree/NitoriWare,Barleytree/NitoriWare,NitorInc/NitoriWare | Assets/Scripts/Audio/FadingMusic.cs | Assets/Scripts/Audio/FadingMusic.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class FadingMusic : MonoBehaviour
{
#pragma warning disable 0649
[SerializeField]
private bool fadeInFirst;
[SerializeField]
private float fadeSpeed;
[SerializeField]
private bool startOnAwake;
[Serializ... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class FadingMusic : MonoBehaviour
{
#pragma warning disable 0649
[SerializeField]
private bool fadeInFirst;
[SerializeField]
private float fadeSpeed;
[SerializeField]
private PrefsHelper.VolumeType type = Pr... | mit | C# |
56a9b0a3a8a628327f8d21ed0877410f9ae8c39f | Change repository version to "0.0.0-alpha". The version numbers are updated by the build script (appveyor.yml). | Jonarw/oxyplot,DotNetDoctor/oxyplot,mattleibow/oxyplot,br111an/oxyplot,shoelzer/oxyplot,BRER-TECH/oxyplot,zur003/oxyplot,TheAlmightyBob/oxyplot,Isolocis/oxyplot,Sbosanquet/oxyplot,as-zhuravlev/oxyplot_wpf_fork,jeremyiverson/oxyplot,Rustemt/oxyplot,mattleibow/oxyplot,sevoku/oxyplot,lynxkor/oxyplot,TheAlmightyBob/oxyplot... | Source/GlobalAssemblyInfo.cs | Source/GlobalAssemblyInfo.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="GlobalAssemblyInfo.cs" company="OxyPlot">
// Copyright (c) 2014 OxyPlot contributors
// </copyright>
// -------------------------------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="GlobalAssemblyInfo.cs" company="OxyPlot">
// Copyright (c) 2014 OxyPlot contributors
// </copyright>
// -------------------------------------------------------------------------... | mit | C# |
35aa9d409174a7b20b3a8f704ae72c4c773f7bae | Change value of UITestFixture.BaseUrl and make it public | atata-framework/atata-webdriverextras,atata-framework/atata-webdriverextras | src/Atata.WebDriverExtras.Tests/UITestFixture.cs | src/Atata.WebDriverExtras.Tests/UITestFixture.cs | using NUnit.Framework;
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium.Remote;
namespace Atata.WebDriverExtras.Tests
{
[TestFixture]
public abstract class UITestFixture
{
public const string BaseUrl = "http://localhost:57440/";
protected RemoteWebDriver Driver { get; private set; }
... | using NUnit.Framework;
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium.Remote;
namespace Atata.WebDriverExtras.Tests
{
[TestFixture]
public abstract class UITestFixture
{
private const string BaseUrl = "http://localhost:57439/";
protected RemoteWebDriver Driver { get; private set; }
... | apache-2.0 | C# |
fd4cf55216eaff48ba010692723a1821ed7b54a2 | Make code unit tests work with IACompilerParameters | yatsek/IronAHK,polyethene/IronAHK,polyethene/IronAHK,polyethene/IronAHK,yatsek/IronAHK,yatsek/IronAHK,yatsek/IronAHK,michaltakac/IronAHK,yatsek/IronAHK,michaltakac/IronAHK,michaltakac/IronAHK,polyethene/IronAHK,michaltakac/IronAHK,michaltakac/IronAHK | Tests/Scripting/Scripting.cs | Tests/Scripting/Scripting.cs | using System;
using System.CodeDom.Compiler;
using System.IO;
using System.Text;
using IronAHK.Rusty;
using IronAHK.Scripting;
using NUnit.Framework;
namespace IronAHK.Tests
{
[TestFixture, Category("Scripting")]
public partial class Scripting
{
string path = string.Format("..{0}..{0}Code{0}", Path... | using System;
using System.CodeDom.Compiler;
using System.IO;
using System.Text;
using IronAHK.Rusty;
using IronAHK.Scripting;
using NUnit.Framework;
namespace IronAHK.Tests
{
[TestFixture, Category("Scripting")]
public partial class Scripting
{
string path = string.Format("..{0}..{0}Code{0}", Path... | bsd-2-clause | C# |
faef9a1922ed35d0db68c1fda414ee538137c892 | Fix compilation error within the unit test | tmat/roslyn,MichalStrehovsky/roslyn,reaction1989/roslyn,davkean/roslyn,wvdd007/roslyn,reaction1989/roslyn,mavasani/roslyn,eriawan/roslyn,CyrusNajmabadi/roslyn,KirillOsenkov/roslyn,mavasani/roslyn,dotnet/roslyn,tmeschter/roslyn,aelij/roslyn,AlekseyTs/roslyn,khyperia/roslyn,panopticoncentral/roslyn,MichalStrehovsky/rosly... | src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests_FixAllTests.cs | src/EditorFeatures/CSharpTest/UsePatternMatching/CSharpAsAndNullCheckTests_FixAllTests.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.Threading.Tasks;
using Roslyn.Test.Utilities;
using Xunit;
namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.UsePatternMatching
{
pu... | // 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.Threading.Tasks;
using Roslyn.Test.Utilities;
using Xunit;
namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.UsePatternMatching
{
pub... | mit | C# |
51fc0b4570fa700bf55939ebefc09d554fff4068 | Fix PR issue | SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice | src/SFA.DAS.ProviderApprenticeshipsService.Infrastructure/Services/ReservationsService.cs | src/SFA.DAS.ProviderApprenticeshipsService.Infrastructure/Services/ReservationsService.cs | using System;
using System.Threading;
using System.Threading.Tasks;
using SFA.DAS.NLog.Logger;
using SFA.DAS.ProviderApprenticeshipsService.Domain.Interfaces;
using SFA.DAS.Reservations.Api.Types;
namespace SFA.DAS.ProviderApprenticeshipsService.Infrastructure.Services
{
public class ReservationsService : IReserv... | using System;
using System.Threading;
using System.Threading.Tasks;
using SFA.DAS.NLog.Logger;
using SFA.DAS.ProviderApprenticeshipsService.Domain.Interfaces;
using SFA.DAS.Reservations.Api.Types;
namespace SFA.DAS.ProviderApprenticeshipsService.Infrastructure.Services
{
public class ReservationsService : IReserv... | mit | C# |
90bbe54cf7ffe278892af8d6b67dd95cd41f9a08 | Remove regions. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Tor/Socks5/Models/Fields/ByteArrayFields/PortField.cs | WalletWasabi/Tor/Socks5/Models/Fields/ByteArrayFields/PortField.cs | using System;
using System.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.Tor.Socks5.Models.Bases;
namespace WalletWasabi.Tor.Socks5.Models.Fields.ByteArrayFields
{
public class PortField : ByteArraySerializableBase
{
public PortField(byte[] bytes)
{
Bytes = Guard.NotNullOrEmpty(nameof(bytes), bytes);
... | using System;
using System.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.Tor.Socks5.Models.Bases;
namespace WalletWasabi.Tor.Socks5.Models.Fields.ByteArrayFields
{
public class PortField : ByteArraySerializableBase
{
#region Constructors
public PortField(byte[] bytes)
{
Bytes = Guard.NotNullOrEmpty(... | mit | C# |
0583a5122d05c5d025a7e68955048dee6d98b30a | Add support for MetadataChanged/ItemMetadataChanged (whichever it turns out to be) | canton7/SyncTrayzor,canton7/SyncTrayzor,canton7/SyncTrayzor | src/SyncTrayzor/SyncThing/ApiClient/EventType.cs | src/SyncTrayzor/SyncThing/ApiClient/EventType.cs | using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SyncTrayzor.SyncThing.ApiClient
{
[JsonConverter(typeof(StringEnumConverter))]
public enum EventType
{
Starting,
... | using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SyncTrayzor.SyncThing.ApiClient
{
[JsonConverter(typeof(StringEnumConverter))]
public enum EventType
{
Starting,
... | mit | C# |
b50698c3dee60004012aa5468d492390fd50d600 | Update XML doc | picrap/dnlib,yck1509/dnlib,0xd4d/dnlib,kiootic/dnlib,modulexcite/dnlib,ZixiangBoy/dnlib,jorik041/dnlib,Arthur2e5/dnlib,ilkerhalil/dnlib | dot10/dotNET/StringsStream.cs | dot10/dotNET/StringsStream.cs | using dot10.IO;
namespace dot10.dotNET {
/// <summary>
/// Represents the #Strings stream
/// </summary>
public class StringsStream : DotNetStream {
/// <inheritdoc/>
public StringsStream(IImageStream imageStream, StreamHeader streamHeader)
: base(imageStream, streamHeader) {
}
/// <summary>
/// Rea... | using dot10.IO;
namespace dot10.dotNET {
/// <summary>
/// Represents the #Strings stream
/// </summary>
public class StringsStream : DotNetStream {
/// <inheritdoc/>
public StringsStream(IImageStream imageStream, StreamHeader streamHeader)
: base(imageStream, streamHeader) {
}
/// <summary>
/// Rea... | mit | C# |
357222224997891892b274f782690b29f829b8c4 | fix intermittently failing AudioManagerTest | robertwahler/jammer,robertwahler/jammer | Assets/Test/Unit/Editor/Scripts/Audio/AudioManagerTest.cs | Assets/Test/Unit/Editor/Scripts/Audio/AudioManagerTest.cs | using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Linq;
using NUnit.Framework;
namespace Jammer.Test {
[TestFixture]
[Category("Application")]
public class AudioManagerTest : UnitTest {
private GameObject TestCont... | using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Linq;
using NUnit.Framework;
namespace Jammer.Test {
[TestFixture]
[Category("Application")]
public class AudioManagerTest : UnitTest {
private GameObject TestCont... | mit | C# |
7de8afc414f01ed5e05b47a829b0f3b166b74abe | Change the pattern for matches-time | Seddryck/NBi,Seddryck/NBi | NBi.Core/Calculation/Predicate/Text/TextMatchesTime.cs | NBi.Core/Calculation/Predicate/Text/TextMatchesTime.cs | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Core.Calculation.Predicate.Text
{
class TextMatchesTime : CultureSensitiveTextPredicate
{
public TextMatchesTime(bool not, string culture)
... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Core.Calculation.Predicate.Text
{
class TextMatchesTime : CultureSensitiveTextPredicate
{
public TextMatchesTime(bool not, string culture)
... | apache-2.0 | C# |
ee5ebc2c3626d90dd53c210c399bc5ebffb1b96f | Simplify TryGetEditorConfigOption method | mavasani/roslyn,genlu/roslyn,sharwell/roslyn,bartdesmet/roslyn,panopticoncentral/roslyn,tmat/roslyn,KirillOsenkov/roslyn,jasonmalinowski/roslyn,aelij/roslyn,KirillOsenkov/roslyn,mgoertz-msft/roslyn,ErikSchierboom/roslyn,davkean/roslyn,diryboy/roslyn,agocke/roslyn,KirillOsenkov/roslyn,shyamnamboodiripad/roslyn,dotnet/ro... | src/Workspaces/Core/Portable/CodeStyle/AnalyzerConfigOptionsExtensions.cs | src/Workspaces/Core/Portable/CodeStyle/AnalyzerConfigOptionsExtensions.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.Reflection;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Options;
namespace Microsoft.CodeAnalysis
{
internal sta... | // 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.Reflection;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Options;
namespace Microsoft.CodeAnalysis
{
internal sta... | mit | C# |
798aa24fd1c071bc62015e49e78fc0700eedf1a7 | Fix Mono testing error. | scopely/msgpack-cli,undeadlabs/msgpack-cli,modulexcite/msgpack-cli,scopely/msgpack-cli,msgpack/msgpack-cli,undeadlabs/msgpack-cli,modulexcite/msgpack-cli,msgpack/msgpack-cli | test/MsgPack.UnitTest/Serialization/NilImplicationCollectionTestTarget.cs | test/MsgPack.UnitTest/Serialization/NilImplicationCollectionTestTarget.cs | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2010-2012 FUJIWARA, Yusuke
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apach... | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2010-2012 FUJIWARA, Yusuke
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apach... | apache-2.0 | C# |
af9c38f82816f54f6ca26b67f1f5fecf7e8c5723 | Fix Annullamento soccorso aereo | vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Classi/Soccorso/Eventi/AnnullamentoRichiestaSoccorsoAereo.cs | src/backend/SO115App.Models/Classi/Soccorso/Eventi/AnnullamentoRichiestaSoccorsoAereo.cs | using SO115App.API.Models.Classi.Soccorso;
using SO115App.API.Models.Classi.Soccorso.Eventi;
using SO115App.API.Models.Classi.Soccorso.Eventi.Partenze;
using SO115App.API.Models.Classi.Soccorso.Mezzi.StatiMezzo;
using System;
namespace SO115App.Models.Classi.Soccorso.Eventi
{
public class AnnullamentoRichiestaSoc... | using SO115App.API.Models.Classi.Soccorso;
using SO115App.API.Models.Classi.Soccorso.Eventi;
using SO115App.API.Models.Classi.Soccorso.Eventi.Partenze;
using SO115App.API.Models.Classi.Soccorso.Mezzi.StatiMezzo;
using System;
namespace SO115App.Models.Classi.Soccorso.Eventi
{
public class AnnullamentoRichiestaSoc... | agpl-3.0 | C# |
3fb17ead0649af77a0b83009ae191fda4f28faaf | Fix breadcrumbs crash when last screen exits | smoogipoo/osu,smoogipoo/osu,ZLima12/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,naoey/osu,johnneijzen/osu,2yangk23/osu,smoogipooo/osu,ZLima12/osu,DrabWeb/osu,EVAST9919/osu,peppy/osu,peppy/osu,naoey/osu,2yangk23/osu,ppy/osu,DrabWeb/osu,NeoAdonis/osu,naoey/osu,UselessToucan/osu,NeoAdonis/osu,EVAST9919/osu,DrabWeb/osu,Useless... | osu.Game/Graphics/UserInterface/ScreenBreadcrumbControl.cs | osu.Game/Graphics/UserInterface/ScreenBreadcrumbControl.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Linq;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Screens;
namespace osu.Game.Graphics.UserInterface
{
/// <summary>
... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Linq;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Screens;
namespace osu.Game.Graphics.UserInterface
{
/// <summary>
... | mit | C# |
82ee0176445efbf3b5e7d68ceb20e4f2aff8bec2 | Update Crazy-Demand-Mod.cs | KhanAcademyAmateurs/Blaze,KhanAcademyAmateurs/Blaze,KhanAcademyAmateurs/Blaze | Cities-Skylines/Crazy-Demand-Mod.cs | Cities-Skylines/Crazy-Demand-Mod.cs | using UnityEngine;
using ColossalOrder;
using System;
class CrazyDemandMod{
}
| //wip
| mit | C# |
3bb9522fd1c6ad810460892f3aea000b0da39625 | Add title to android notifications object | mattgwagner/CertiPay.Common | CertiPay.Common.Notifications/Notifications/AndroidNotification.cs | CertiPay.Common.Notifications/Notifications/AndroidNotification.cs | using System;
namespace CertiPay.Common.Notifications.Notifications
{
public class AndroidNotification : Notification
{
public static string QueueName { get; } = "AndroidNotifications";
// Message => Content
/// <summary>
/// The subject line of the email
/// </summar... | namespace CertiPay.Common.Notifications.Notifications
{
public class AndroidNotification : Notification
{
public static string QueueName { get { return "AndroidNotifications"; } }
// TODO Android specific properties? Title, Image, Sound, Action Button, Picture, Priority
// Message => ... | mit | C# |
e182e19e695245aab61bbe83faa54ec0fe65e637 | Add property DataContext.Default | terrajobst/nquery-vnext | NQuery.Language/DataContext.cs | NQuery.Language/DataContext.cs | using System.Collections.Generic;
using System.Collections.ObjectModel;
using NQuery.Language.Symbols;
namespace NQuery.Language
{
public sealed class DataContext
{
internal DataContext(IList<TableSymbol> tables, IList<FunctionSymbol> functions, IList<AggregateSymbol> aggregates, IList<VariableSymbol> ... | using System.Collections.Generic;
using System.Collections.ObjectModel;
using NQuery.Language.Symbols;
namespace NQuery.Language
{
public sealed class DataContext
{
internal DataContext(IList<TableSymbol> tables, IList<FunctionSymbol> functions, IList<AggregateSymbol> aggregates, IList<VariableSymbol> ... | mit | C# |
3603c5bd3361a1c1b58f0f9a39c382f49ab18c0d | remove array | Appleseed/base,Appleseed/base | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/SolrResponseItem.cs | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/SolrResponseItem.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Appleseed.Base.Alerts.Model
{
class SolrResponseItem
{
public string id { get; set; }
public string item_type { get; set; }
public string[] address_1 { get; se... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Appleseed.Base.Alerts.Model
{
class SolrResponseItem
{
public string id { get; set; }
public string[] item_type { get; set; }
public string[] address_1 { get; ... | apache-2.0 | C# |
94b240433af2cdf97844478391a19bf2abbf6489 | Update ParentTest.cs | thelgevold/xpathitup | UnitTests/ParentTest.cs | UnitTests/ParentTest.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using XPathItUp;
namespace UnitTests
{
[TestFixture]
public class ParentTest
{
[Test]
public void Will_Create_Xpath_Query_With_Parent_Anded_To_Attribute()
{
... | /*
Copyright (C) 2010 Torgeir Helgevold
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 Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed ... | mit | C# |
df90134cbe75ec8eb3c26b13065fe7f9f98770d7 | Update Program.cs | VahidN/OpenCVSharp-Samples,VahidN/OpenCVSharp-Samples | OpenCVSharpSample17/Program.cs | OpenCVSharpSample17/Program.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using OpenCvSharp;
using OpenCvSharp.Face;
namespace OpenCVSharpSample17
{
public class ImageInfo
{
public Mat Image { set; get; }
public int ImageGroupId { set; get; }
public int ImageId { set; get; }
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using OpenCvSharp;
using OpenCvSharp.Face;
namespace OpenCVSharpSample17
{
public class ImageInfo
{
public Mat Image { set; get; }
public int ImageGroupId { set; get; }
public int ImageId { set; get; }
... | apache-2.0 | C# |
0d57b0c230f02258f70bcf729c3260e8108c5057 | Add static constructor for scripting environment | EddieGarmon/GraduatedCylinder,EddieGarmon/GraduatedCylinder | Source/GraduatedCylinder.Geo/Shared/Geo/GeoPosition.cs | Source/GraduatedCylinder.Geo/Shared/Geo/GeoPosition.cs | namespace GraduatedCylinder.Geo
{
public class GeoPosition
{
private readonly Length _altitude;
private readonly Latitude _latitude;
private readonly Longitude _longitude;
public GeoPosition(Latitude latitude, Longitude longitude, Length altitude = null) {
_latitude... | namespace GraduatedCylinder.Geo
{
public class GeoPosition
{
private readonly Length _altitude;
private readonly Latitude _latitude;
private readonly Longitude _longitude;
public GeoPosition(Latitude latitude, Longitude longitude, Length altitude = null) {
_latitude... | mit | C# |
8cf375e7b6c41dd31ea808c2c30b72a69081338e | remove Submit functionality | ahanusa/facile.net,ahanusa/Peasy.NET,peasy/Peasy.NET,peasy/Samples,peasy/Samples,peasy/Samples | Orders.com.BLL/OrderService.cs | Orders.com.BLL/OrderService.cs | using Facile.Core;
using Orders.com.BLL.Rules;
using Orders.com.Core.DataProxy;
using Orders.com.Core.Domain;
using Orders.com.Core.Extensions;
using Orders.com.Core.QueryData;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
usin... | using Facile.Core;
using Orders.com.BLL.Rules;
using Orders.com.Core.DataProxy;
using Orders.com.Core.Domain;
using Orders.com.Core.Extensions;
using Orders.com.Core.QueryData;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
usin... | mit | C# |
d374cca24550415d875767d407d4c762c5bf8424 | Fix hash check function | patchkit-net/patchkit-patcher-unity,genail/patchkit-patcher-unity,patchkit-net/patchkit-patcher-unity,mohsansaleem/patchkit-patcher-unity,patchkit-net/patchkit-patcher-unity,mohsansaleem/patchkit-patcher-unity,patchkit-net/patchkit-patcher-unity | src/Assets/Scripts/Patcher/Utilities/HashUtilities.cs | src/Assets/Scripts/Patcher/Utilities/HashUtilities.cs | using System.Collections.Generic;
using System.Data.HashFunction;
using System.IO;
using System.Linq;
using System.Text;
namespace PatchKit.Unity.Patcher.Utilities
{
internal static class HashUtilities
{
public static string ComputeStringHash(string str)
{
return string.Concat(new x... | using System.Data.HashFunction;
using System.IO;
using System.Linq;
using System.Text;
namespace PatchKit.Unity.Patcher.Utilities
{
internal static class HashUtilities
{
public static string ComputeStringHash(string str)
{
return string.Concat(new xxHash((ulong)42).ComputeHash(Enco... | mit | C# |
86b9a7687dcad0fe60ffd2cc4651b48b9a11e1f7 | Remove unnecessary value assignment | jmarolf/roslyn,heejaechang/roslyn,weltkante/roslyn,stephentoub/roslyn,mgoertz-msft/roslyn,panopticoncentral/roslyn,davkean/roslyn,brettfo/roslyn,ErikSchierboom/roslyn,aelij/roslyn,CyrusNajmabadi/roslyn,diryboy/roslyn,gafter/roslyn,physhi/roslyn,ErikSchierboom/roslyn,heejaechang/roslyn,davkean/roslyn,wvdd007/roslyn,dotn... | src/Features/Core/Portable/MetadataAsSource/SymbolMappingServiceFactory.cs | src/Features/Core/Portable/MetadataAsSource/SymbolMappingServiceFactory.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.
#nullable enable
using System;
using System.Composition;
using System.Threading;
using System.Threading.Tasks;
usi... | // 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.
#nullable enable
using System;
using System.Composition;
using System.Threading;
using System.Threading.Tasks;
usi... | mit | C# |
21f1ed1a42b4119e9335829f340dffacfc6c96e0 | Bump version to 1.2.0 | kevinkuszyk/test-framework | SolutionInfo.cs | SolutionInfo.cs | using System.Reflection;
[assembly: AssemblyCompany("Kevin Kuszyk")]
[assembly: AssemblyCopyright("Copyright Kevin Kuszyk 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyInformationalVersion("1.2... | using System.Reflection;
[assembly: AssemblyCompany("Kevin Kuszyk")]
[assembly: AssemblyCopyright("Copyright Kevin Kuszyk 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyInformationalVersion("1.1... | mit | C# |
9c7e4569f3340878ffb7b08231a9e21a6295c75c | Remove ToString() override defined for debug | roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University | R7.University.Employee/entities/EmployeeEduProgramView.cs | R7.University.Employee/entities/EmployeeEduProgramView.cs | //
// EmployeeEduProgramView.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015
//
// 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 wit... | //
// EmployeeEduProgramView.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015
//
// 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 wit... | agpl-3.0 | C# |
77e7369bf1b18d9b71c52807e4a598469797d9ee | Bump version | SealedSun/prx | Prx/Properties/AssemblyInfo.cs | Prx/Properties/AssemblyInfo.cs | // Prexonite
//
// Copyright (c) 2013, Christian Klauser
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// Redistributions of source code must retain the above copyright ... | // Prexonite
//
// Copyright (c) 2013, Christian Klauser
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// Redistributions of source code must retain the above copyright ... | bsd-3-clause | C# |
fefb55f1334dd04720a7dc8b4aae313a594de42d | Add test for nullable DateTime | ericsink/sqlite-net,praeclarum/sqlite-net | tests/DateTimeTest.cs | tests/DateTimeTest.cs | using System;
using System.Threading.Tasks;
#if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute;
using TestFixture = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestClassAttribute;
using Test =... | using System;
#if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute;
using TestFixture = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestClassAttribute;
using Test = Microsoft.VisualStudio.TestPl... | mit | C# |
2eb215d9fd77edc06dfd9ef31ceb413325f6a467 | Fix opening condition in GatesListOR | 00christian00/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,00christian00/unity3d-levelup,00christian00/unity3d-levelup,vedi/unity3d-levelup,00christian00/unity3d-levelup,00christian00/unity3d-levelup,vedi/unity3d-levelup | Soomla/Assets/Plugins/Soomla/Levelup/gates/GatesListOR.cs | Soomla/Assets/Plugins/Soomla/Levelup/gates/GatesListOR.cs | /// Copyright (C) 2012-2014 Soomla 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 applicable l... | /// Copyright (C) 2012-2014 Soomla 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 applicable l... | apache-2.0 | C# |
076bcc9ff6bc768fbe3a6438a81bf790bbd5e5d1 | Fix the mac/unix/linux detection logic | mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp | tests/Tests/SKTest.cs | tests/Tests/SKTest.cs | using System;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using Xunit;
namespace SkiaSharp.Tests
{
public abstract class SKTest
{
#if NET_STANDARD
protected static readonly string PathToAssembly = Path.GetDirectoryName(typeof(SKTest).GetTypeInfo().Assembly.Location);
protecte... | using System;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using Xunit;
namespace SkiaSharp.Tests
{
public abstract class SKTest
{
#if NET_STANDARD
protected static readonly string PathToAssembly = Path.GetDirectoryName(typeof(SKTest).GetTypeInfo().Assembly.Location);
protecte... | mit | C# |
3ef9106973f3c0d4ed6b6213a04aeac995459355 | Fix APTCA causes MethodAccessException in Windows Phone. Issue #64 | undeadlabs/msgpack-cli,msgpack/msgpack-cli,modulexcite/msgpack-cli,msgpack/msgpack-cli,modulexcite/msgpack-cli,undeadlabs/msgpack-cli | src/MsgPack.WinRT.Portable/Properties/AssemblyInfo.cs | src/MsgPack.WinRT.Portable/Properties/AssemblyInfo.cs | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2010-2014 FUJIWARA, Yusuke
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apach... | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2010-2014 FUJIWARA, Yusuke
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apach... | apache-2.0 | C# |
950724b818811e4ec4cad1b57e29c9d42756c6fd | Add IPgnSymbol. | PenguinF/sandra-three | Sandra.Chess/Pgn/IPgnSymbol.cs | Sandra.Chess/Pgn/IPgnSymbol.cs | #region License
/*********************************************************************************
* IPgnSymbol.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | #region License
/*********************************************************************************
* IPgnSymbol.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | apache-2.0 | C# |
e5a23b91ef965db482b9a5b869eb6fd0ddbaa948 | Allow any content type for Create Content Task (#2747) | petedavis/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,OrchardCMS/Brochard,petedavis/Orchard2,xkproject/Or... | src/OrchardCore.Modules/OrchardCore.Contents/Workflows/Drivers/CreateContentTaskDisplay.cs | src/OrchardCore.Modules/OrchardCore.Contents/Workflows/Drivers/CreateContentTaskDisplay.cs | using System.Linq;
using Microsoft.AspNetCore.Mvc.Rendering;
using OrchardCore.ContentManagement.Metadata;
using OrchardCore.ContentManagement.Metadata.Settings;
using OrchardCore.Contents.Workflows.Activities;
using OrchardCore.Contents.Workflows.ViewModels;
using OrchardCore.Workflows.Models;
namespace OrchardCore.C... | using System.Linq;
using Microsoft.AspNetCore.Mvc.Rendering;
using OrchardCore.ContentManagement.Metadata;
using OrchardCore.ContentManagement.Metadata.Settings;
using OrchardCore.Contents.Workflows.Activities;
using OrchardCore.Contents.Workflows.ViewModels;
using OrchardCore.Workflows.Models;
namespace OrchardCore.C... | bsd-3-clause | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.