commit stringlengths 40 40 | subject stringlengths 0 1.12k | message stringlengths 11 14.5k | repos stringlengths 8 11.5k | file_path stringlengths 6 191 | license stringclasses 12
values | unix_time int64 805M 1.66B | new_contents stringlengths 14 20M | old_contents stringlengths 1 20M |
|---|---|---|---|---|---|---|---|---|
b7e34723ad1bcca9d9df4f8657f0a9abf3b8f7a3 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,593,079,599 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
c095753f2444ce052b8fa7588c9cfb1eb0956cef | Add better line smoothing | Add better line smoothing
| UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu | osu.Game.Rulesets.Osu/Statistics/AccuracyHeatmap.cs | mit | 1,593,079,324 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
... |
fd13c0a6ddb5c8ea3260e64f956af86ab63bee5e | Standardise line thickness | Standardise line thickness
| NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu | osu.Game.Rulesets.Osu/Statistics/AccuracyHeatmap.cs | mit | 1,593,078,244 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
... |
446e42656699817ac806f7660ed40cfef2218a60 | Clarify properly why mouse buttons are not fully synchronised | Clarify properly why mouse buttons are not fully synchronised
| EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-fram... | osu.Framework/Input/PassThroughInputManager.cs | mit | 1,593,077,423 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... |
3cff9ab8b40c27d59ece5e4d1bccaf63392eb851 | Add basic test coverage on passing touch input through | Add basic test coverage on passing touch input through
| peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-fram... | osu.Framework.Tests/Visual/Input/TestScenePassThroughInputManager.cs | mit | 1,593,076,562 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.States;
using osu.Framework.Testing;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.States;
using osu.Framework.Testing;
using o... |
f9145c55aed386cf3040c21119242c1df130658f | Fix pass-through touch code not written properly | Fix pass-through touch code not written properly
| ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-fr... | osu.Framework/Input/PassThroughInputManager.cs | mit | 1,593,076,534 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... |
45a371723d3242c4ec9e2d4ff703a45306d0269d | Allow TouchInput to receive more than one touch to apply with | Allow TouchInput to receive more than one touch to apply with
| ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framewor... | osu.Framework/Input/StateChanges/TouchInput.cs | mit | 1,593,076,513 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Input.StateChanges.Events;
using osu.Framework.Input.States;
... | // 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.Input.StateChanges.Events;
using osu.Framework.Input.States;
namespace osu.Framework.Input.StateChanges
{
/// <summary>
/// Denotes a change ... |
d66928c6a88bc4c87cd2029ad357cb60b90f60fa | Introduce difference-enumerating method between touch states | Introduce difference-enumerating method between touch states
| peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fr... | osu.Framework/Input/States/TouchState.cs | mit | 1,593,076,437 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osuTK;
namespace osu.Framework.Input.States
{
public class TouchState
{
/// <sum... | // 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 osuTK;
namespace osu.Framework.Input.States
{
public class TouchState
{
/// <summary>
/// The maximum amount of touches this ... |
2e23db6bfeb90656845339aca3e3100518ab3bea | gitflow-hotfix-stash: countsisp | gitflow-hotfix-stash: countsisp | Terradue/DotNetOpenSearch | Terradue.OpenSearch/Terradue/OpenSearch/OpenSearchUrl.cs | agpl-3.0 | 1,593,076,013 | //
// OpenSearchUrl.cs
//
// Author:
// Emmanuel Mathot <emmanuel.mathot@terradue.com>
//
// Copyright (c) 2014 Terradue
using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Collections.Specialized;
using System.Collections.Generic;
using System.Web;
using System.Xml.Serializati... | //
// OpenSearchUrl.cs
//
// Author:
// Emmanuel Mathot <emmanuel.mathot@terradue.com>
//
// Copyright (c) 2014 Terradue
using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Collections.Specialized;
using System.Collections.Generic;
using System.Web;
using System.Xml.Serializati... |
d66325a241ac86c43f7034d7616b0ba77094588c | fix coin parser for weird networks | fix coin parser for weird networks
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/DerivationSchemeParser.cs | mit | 1,593,075,087 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NBitcoin;
using NBitcoin.DataEncoders;
using NBXplorer;
using NBXplorer.DerivationStrategy;
namespace BTCPayServer
{
public class DerivationSchemeParser
{
public BTCPayNetwork BtcP... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NBitcoin;
using NBitcoin.DataEncoders;
using NBXplorer;
using NBXplorer.DerivationStrategy;
namespace BTCPayServer
{
public class DerivationSchemeParser
{
public BTCPayNetwork BtcP... |
99a9f24fc25747820e524d2de8f8809676c031dc | Update RestfulObjectsConfig.cs | Update RestfulObjectsConfig.cs
| NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Demo/NakedObjects.Rest.App.Demo/RestfulObjectsConfig.cs | apache-2.0 | 1,593,074,461 | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
// Unless requi... | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
// Unless requi... |
3e2fd6e10c30171f67ffbe4ef47e8fe78f729af2 | Adding changes to handle null values. | Adding changes to handle null values.
| microting/eform-sdk-dotnet,microting/eform-sdk-dotnet | eFormCore/Core.cs | mit | 1,593,073,922 | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
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, including without limitation the rights
to use, copy, modify... | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
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, including without limitation the rights
to use, copy, modify... |
233dc33130e3b609006c70fe12e9ba09c11151ea | Fix running tests on build | Fix running tests on build
| adamhathcock/sharpcompress,adamhathcock/sharpcompress | src/build/Program.cs | mit | 1,593,073,335 | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using GlobExpressions;
using static Bullseye.Targets;
using static SimpleExec.Command;
class Program
{
private const string Clean = "clean";
private const string Build = "build";
private const string Tes... | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using GlobExpressions;
using static Bullseye.Targets;
using static SimpleExec.Command;
class Program
{
private const string Clean = "clean";
private const string Build = "build";
private const string Tes... |
813d40d0f58ce8b7a68fe17a84ea2671c25efd13 | LazyCreate et.al. null checks refactored | LazyCreate et.al. null checks refactored
| theraot/Theraot | Framework.Core/Theraot/Reflection/TypeHelper.minimun.cs | mit | 1,593,069,336 | // Needed for NET40
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using System.Threading;
namespace Theraot.Reflection
{
public static partial class TypeHelper
{
public static TTarget As<TTarget>(object source)
... | // Needed for NET40
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using System.Threading;
namespace Theraot.Reflection
{
public static partial class TypeHelper
{
public static TTarget As<TTarget>(object source)
... |
2906e439ca061b3e6378f085d9f521bf9a965ec3 | StringProcessor.SkipUntil refactor | StringProcessor.SkipUntil refactor
| theraot/Theraot | Framework.Core/Theraot/Core/StringProcessor.cs | mit | 1,593,069,297 | // Needed for NET35 (BigInteger)
#pragma warning disable IDE0016 // Use 'throw' expression
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Theraot.Collections;
namespace Theraot.Core
{
/// <summary>
/// A class to extract information from strings.
/// </s... | // Needed for NET35 (BigInteger)
#pragma warning disable IDE0016 // Use 'throw' expression
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Theraot.Collections;
namespace Theraot.Core
{
/// <summary>
/// A class to extract information from strings.
/// </s... |
b4b54fe6a3fe69869db97d16b07d99df66a0a113 | Swap condition | Swap condition
| jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex... | src/Avalonia.Visuals/Animation/Animators/SolidColorBrushAnimator.cs | mit | 1,593,065,130 | using System;
using System.Reactive.Disposables;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator<SolidColorBrush>
{
... | using System;
using System.Reactive.Disposables;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator<SolidColorBrush>
{
... |
9b6096dec3192c784359310fef53f5c786dab1db | bump version constant | bump version constant
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Helpers/Constants.cs | mit | 1,593,063,067 | using NBitcoin;
using NBitcoin.Protocol;
using System;
using WalletWasabi.Backend.Models.Responses;
using WalletWasabi.Exceptions;
namespace WalletWasabi.Helpers
{
public static class Constants
{
public static readonly Version ClientVersion = new Version(1, 1, 11, 1);
public const string ClientSupportBackendVers... | using NBitcoin;
using NBitcoin.Protocol;
using System;
using WalletWasabi.Backend.Models.Responses;
using WalletWasabi.Exceptions;
namespace WalletWasabi.Helpers
{
public static class Constants
{
public static readonly Version ClientVersion = new Version(1, 1, 11, 1);
public const string ClientSupportBackendVers... |
87e4d7b2090a67da656d5b397dde6037b316f694 | remove hackfix | remove hackfix
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Hwi/Parsers/HwiParser.cs | mit | 1,593,062,105 | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public static class HwiParser
{
... | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public static class HwiParser
{
... |
8b84aa454d61cd61390fcce8f8f79be4e8ab1ebb | Fix incorrect upper bound | Fix incorrect upper bound
| NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu | osu.Game/Skinning/LegacySkin.cs | mit | 1,593,060,236 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... |
4c601af207c3374eb37fd588e989e2ee9f129acb | Match condition | Match condition
| peppy/osu-new,smoogipooo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu | osu.Game/Skinning/LegacySkin.cs | mit | 1,593,060,194 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... |
ac5cd8f25a3a1f08c3adc3fe562e0fbdc5b0585c | Fix colours with 0 alpha being invisible in legacy skins | Fix colours with 0 alpha being invisible in legacy skins
| smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu | osu.Game/Skinning/LegacySkin.cs | mit | 1,593,060,026 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... |
661cac944ebb6092234626d0c60dfe0e688c294d | Change time till escape shuttle departure to three minutes. | Change time till escape shuttle departure to three minutes.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/GameManager.Escape.cs | agpl-3.0 | 1,593,059,729 |
using System;
using System.Collections;
using UnityEngine;
using UnityEngine.Events;
/// <summary>
/// Escape-related part of GameManager
/// </summary>
public partial class GameManager
{
public EscapeShuttle PrimaryEscapeShuttle => primaryEscapeShuttle;
[SerializeField]
private EscapeShuttle primaryEscapeShuttle;... |
using System;
using System.Collections;
using UnityEngine;
using UnityEngine.Events;
/// <summary>
/// Escape-related part of GameManager
/// </summary>
public partial class GameManager
{
public EscapeShuttle PrimaryEscapeShuttle => primaryEscapeShuttle;
[SerializeField]
private EscapeShuttle primaryEscapeShuttle;... |
0d367fa2bb0995d0837935b68fae54619a2634af | Fix bug in ComDiadocApi interface | Fix bug in ComDiadocApi interface
| diadoc/diadocsdk-csharp,diadoc/diadocsdk-csharp,diadoc/diadocsdk-csharp | src/ComDiadocApi.cs | mit | 1,593,059,138 | using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Security;
using Diadoc.Api.Com;
using Diadoc.Api.Cryptography;
using Diadoc.Api.Proto;
using Diadoc.Api.Proto.Docflow;
using Diadoc.Api.Proto.Documents;
using Diadoc.Api.Proto.Documents.Types;
using Diadoc.Api.Proto.Dss;
using Diadoc.Api... | using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Security;
using Diadoc.Api.Com;
using Diadoc.Api.Cryptography;
using Diadoc.Api.Proto;
using Diadoc.Api.Proto.Docflow;
using Diadoc.Api.Proto.Documents;
using Diadoc.Api.Proto.Documents.Types;
using Diadoc.Api.Proto.Dss;
using Diadoc.Api... |
0e5e1a33a65a7f6ba35da12fb4c8e9a36f84b875 | removed unused parameter | removed unused parameter
| MehdiK/Humanizer,MehdiK/Humanizer,hazzik/Humanizer,hazzik/Humanizer | src/Humanizer/TimeSpanHumanizeExtensions.cs | mit | 1,593,058,993 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Humanizer.Configuration;
using Humanizer.Localisation;
using Humanizer.Localisation.Formatters;
namespace Humanizer
{
/// <summary>
/// Humanizes TimeSpan into human readable form
/// </summary>
public... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Humanizer.Configuration;
using Humanizer.Localisation;
using Humanizer.Localisation.Formatters;
namespace Humanizer
{
/// <summary>
/// Humanizes TimeSpan into human readable form
/// </summary>
public... |
20dec33b8ab0a639c20a51f6670bc963eab35a94 | Add support for processing static page content | Add support for processing static page content
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/ContentBuilder.cs | bsd-2-clause | 1,593,058,197 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... |
cd04fb0006ae33ac644eb1f28c014bf9c47ae925 | Add support for removing sourcemaps | Add support for removing sourcemaps
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Bundles/BundleProcessor.cs | bsd-2-clause | 1,593,058,179 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpress... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Lunet.Core;
using Lunet.He... |
f4cbadfede696b81ef9941d2db70e1dabb1e926d | Add support for `invoice.paid` event | Add support for `invoice.paid` event
| stripe/stripe-dotnet | src/Stripe.net/Constants/Events.cs | apache-2.0 | 1,593,058,046 | namespace Stripe
{
using System;
public static class Events
{
/// <summary>
/// Occurs whenever an account status or property has changed.
/// </summary>
public const string AccountUpdated = "account.updated";
/// <summary>
/// Occurs whenever a user authori... | namespace Stripe
{
using System;
public static class Events
{
/// <summary>
/// Occurs whenever an account status or property has changed.
/// </summary>
public const string AccountUpdated = "account.updated";
/// <summary>
/// Occurs whenever a user authori... |
e4d27daccd69110fdc58ea2a50eb4eaa8a97da18 | BufferPool assert adjusted upward. | BufferPool assert adjusted upward.
| bepu/bepuphysics2,bepu/bepuphysics2 | BepuUtilities/Memory/BufferPool.cs | apache-2.0 | 1,593,057,818 | using BepuUtilities.Collections;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace BepuUtilities.Memory
{
/// <summary>
/// Unmanaged memory pool that creates pinned blocks of ... | using BepuUtilities.Collections;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace BepuUtilities.Memory
{
/// <summary>
/// Unmanaged memory pool that creates pinned blocks of ... |
4f393e8dbf50b0c21976c3bcff8ee601378c6983 | Small coding standards fixes | Small coding standards fixes
| AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,JKarathiya/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,jameschch/Lean | Tests/API/NodeTests.cs | apache-2.0 | 1,593,057,731 | using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Web;
using NUnit.Framework;
using QuantConnect.Api;
using QuantConnect.API;
using QuantConnect.Brokerages;
using QuantConnect.Configuration;
namespace QuantConnect.Tests.API
{
[TestFixture, Ignore("These tests require an acco... | using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Web;
using NUnit.Framework;
using QuantConnect.Api;
using QuantConnect.API;
using QuantConnect.Brokerages;
using QuantConnect.Configuration;
namespace QuantConnect.Tests.API
{
[TestFixture, Ignore("These tests require an acco... |
6df715495c9dbe1527b6d71473ff3e61b7ee6b68 | #91 :hammer: removed `string.Format()` | #91 :hammer: removed `string.Format()`
| BryanWilhite/SonghayCore | SonghayCore/Extensions/JObjectExtensions.cs | mit | 1,593,053,675 | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Songhay.Models;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Songhay.Extensions
{
/// <summary>
/// Extensions of <see cref="JObject"/>
/// </summary>
public static class JObjectExtensions
{
/// <summar... | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Songhay.Models;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Songhay.Extensions
{
/// <summary>
/// Extensions of <see cref="JObject"/>
/// </summary>
public static class JObjectExtensions
{
/// <summar... |
c6487d221042bab0e11bedff7fbbd8d7138163e3 | Removing unecessary default value | Removing unecessary default value
| picadoh/mockserver-client-csharp | src/MockServerClientNet/AbstractClient.cs | mit | 1,593,052,039 | using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MockServerClientNet.Extensions;
using MockServerClientNet.Model;
using MockServerClientNet.Serializer;
using MockServerClientNet.Verify;
namespace MockServerClientNet
{
public abst... | using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MockServerClientNet.Extensions;
using MockServerClientNet.Model;
using MockServerClientNet.Serializer;
using MockServerClientNet.Verify;
namespace MockServerClientNet
{
public abst... |
94efbc7801fe752b8001f45cb4d13a629f210d78 | Using string interpolation | Using string interpolation
| picadoh/mockserver-client-csharp | tests/MockServerClientNet.Tests/MockServerClientTest.cs | mit | 1,593,052,039 | using System;
using System.Net;
using System.Net.Http;
using Xunit;
namespace MockServerClientNet.Tests
{
[Collection("Sequential")]
public class MockServerClientTest : IDisposable
{
private readonly string _mockServerHost =
Environment.GetEnvironmentVariable("MOCKSERVER_TEST_HOST") ?? ... | using System;
using System.Net;
using System.Net.Http;
using Xunit;
namespace MockServerClientNet.Tests
{
[Collection("Sequential")]
public class MockServerClientTest : IDisposable
{
private readonly string _mockServerHost =
Environment.GetEnvironmentVariable("MOCKSERVER_TEST_HOST") ?? ... |
d415d289153987bcb397d1d760e15630c72f48ea | Using mockserver base path | Using mockserver base path
The previous root path is marked as deprecated
| picadoh/mockserver-client-csharp | src/MockServerClientNet/AbstractClient.cs | mit | 1,593,052,039 | using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MockServerClientNet.Extensions;
using MockServerClientNet.Model;
using MockServerClientNet.Serializer;
using MockServerClientNet.Verify;
namespace MockServerClientNet
{
public abst... | using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MockServerClientNet.Extensions;
using MockServerClientNet.Model;
using MockServerClientNet.Serializer;
using MockServerClientNet.Verify;
namespace MockServerClientNet
{
public abst... |
b24eff58cc8a9f235c95d1a24ce4f286f08fe626 | Ensure that null is correctly handled | Ensure that null is correctly handled
| mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp | binding/Binding/SkiaSharpVersion.cs | mit | 1,593,049,405 | using System;
using System.Runtime.InteropServices;
namespace SkiaSharp
{
public static unsafe class SkiaSharpVersion
{
private static readonly Version Zero = new Version (0, 0);
private static Version nativeMinimum;
private static Version nativeVersion;
public static Version NativeMinimum =>
nativeMin... | using System;
using System.Runtime.InteropServices;
namespace SkiaSharp
{
public static unsafe class SkiaSharpVersion
{
private static Version nativeMinimum;
private static Version nativeVersion;
public static Version NativeMinimum =>
nativeMinimum ??= new Version (VersionConstants.Milestone, VersionConst... |
39621d9d156ed7a58a732d5b45016fd6c7f7b277 | #25 Fixed Mid0106 Simple status property | #25 Fixed Mid0106 Simple status property
| Rickedb/OpenProtocolInterpreter,Rickedb/OpenProtocolIntepreter | src/OpenProtocolInterpreter/PowerMACS/Mid0106.cs | mit | 1,593,049,049 | using OpenProtocolInterpreter.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenProtocolInterpreter.PowerMACS
{
/// <summary>
/// Last PowerMACS tightening result Station data
/// <para>
/// This MID contains the station part and some of the Bolt data of t... | using OpenProtocolInterpreter.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenProtocolInterpreter.PowerMACS
{
/// <summary>
/// Last PowerMACS tightening result Station data
/// <para>
/// This MID contains the station part and some of the Bolt data of t... |
9c0911776ed1bbcd71fd3cb0ab46b0e8cf5d015d | Fix build warning | Fix build warning
Fix build warning on TableBase.cs
| victor-david/restless-tools | Source/Restless.Tools.Database/Sqlite/TableBase.cs | mit | 1,593,048,248 | using Restless.Tools.Database.Resources;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SQLite;
using System.Diagnostics;
using System.Linq;
using System.Text;
namespace Restless.Tools.Database.SQLite
{
/// <summary>
/// Represents the base class for a data table
/// ... | using Restless.Tools.Database.Resources;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SQLite;
using System.Diagnostics;
using System.Linq;
using System.Text;
namespace Restless.Tools.Database.SQLite
{
/// <summary>
/// Represents the base class for a data table
/// ... |
3e6b902c3398b7e025830139708cda1ea84f0b3f | twitchConnection.NewAPI.Users.GetFollows throws error when retrieving large list of followers | twitchConnection.NewAPI.Users.GetFollows throws error when retrieving large list of followers
fixes #69
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Services/NewAPI/NewTwitchAPIServiceBase.cs | mit | 1,593,047,926 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Twitch.Base.Models.NewAPI;
namespace Twitch.Base.Services.NewAPI
{
/// <summary>
/// REST services against the New Twitch API
/// </summary>
public class NewTwitchAPIServiceBase : TwitchServiceBase
{
/... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Twitch.Base.Models.NewAPI;
namespace Twitch.Base.Services.NewAPI
{
/// <summary>
/// REST services against the New Twitch API
/// </summary>
public class NewTwitchAPIServiceBase : TwitchServiceBase
{
/... |
e1d5e52d1e9aa479fc96e14131375289cbc9f509 | Debug.Log highlighting fix | Debug.Log highlighting fix
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/CSharp/Daemon/Stages/BurstCodeAnalysis/Analyzers/BurstInvocationExpressionAnalyzer.cs | apache-2.0 | 1,593,047,369 | using JetBrains.ProjectModel;
using JetBrains.ReSharper.Daemon.CSharp.CallGraph;
using JetBrains.ReSharper.Feature.Services.Daemon;
using JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon.Errors;
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.Psi.CSharp.Tree;
using JetBrains.ReSharper.Psi.Resolve;
using JetBrai... | using JetBrains.ProjectModel;
using JetBrains.ReSharper.Daemon.CSharp.CallGraph;
using JetBrains.ReSharper.Feature.Services.Daemon;
using JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon.Errors;
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.Psi.CSharp.Tree;
using JetBrains.ReSharper.Psi.Resolve;
using JetBrai... |
38f9b9abdbcb9c767f2bafd93a2fa1197fe8947f | [SignalR] Fix new flaky test (#23326) | [SignalR] Fix new flaky test (#23326)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/SignalR/common/Http.Connections/test/HttpConnectionDispatcherTests.cs | apache-2.0 | 1,593,046,410 | // 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.Buffers;
using System.Collections.Generic;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Net;
u... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Net;
u... |
a7e736fca6f46d9dca5f69482e32598d7b50e6d1 | fixing warnings | fixing warnings
| larsbrubaker/agg-sharp,MatterHackers/agg-sharp | Gui/SystemWindow/ISystemWindowProvider.cs | bsd-2-clause | 1,593,046,405 | /*
Copyright (c) 2017, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | /*
Copyright (c) 2017, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... |
335d82b063aa8e142431353305c716b185288e00 | Should be private | Should be private
| mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp | binding/Binding/SkiaSharpVersion.cs | mit | 1,593,045,821 | using System;
using System.Runtime.InteropServices;
namespace SkiaSharp
{
public static unsafe class SkiaSharpVersion
{
private static Version nativeMinimum;
private static Version nativeVersion;
public static Version NativeMinimum =>
nativeMinimum ??= new Version (VersionConstants.Milestone, VersionConst... | using System;
using System.Runtime.InteropServices;
namespace SkiaSharp
{
public static unsafe class SkiaSharpVersion
{
public static Version nativeMinimum;
public static Version nativeVersion;
public static Version NativeMinimum =>
nativeMinimum ??= new Version (VersionConstants.Milestone, VersionConstan... |
27f16eef2b61632635b79eaa435afafce5cf1a18 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,593,045,423 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
633a6034d1017788d87b1f0c66b2d52fd75cdae6 | Update SubclassModelBinder.cs | Update SubclassModelBinder.cs
| codetuner/Arebis.Common | Arebis.Web/Mvc/SubclassModelBinder.cs | mit | 1,593,045,400 | using System;
using System.Web.Mvc;
namespace Arebis.Web.Mvc
{
// From: http://ivonna.biz/blog/2012/2/2/custom-aspnet-model-binders-series,-part-3-subclassing-your-models.aspx
/// <summary>
/// A ModelBinder that looks for a ModelType value containing the effective (fully qualified) typename
... | using System;
using System.Web.Mvc;
namespace Arebis.Web.Mvc
{
// From: http://ivonna.biz/blog/2012/2/2/custom-aspnet-model-binders-series,-part-3-subclassing-your-models.aspx
/// <summary>
/// A ModelBinder that looks for a ModelType value containing the effective (fully qualified) typename
... |
cc1bbf923d6d3061f447afdaeed0ad0b42f67a1a | updated base URL and pattern for diff file handling to secure http | updated base URL and pattern for diff file handling to secure http
| Esri/arcgis-osm-editor,Esri/arcgis-osm-editor | src/OSMGeoProcessing/OSMGPDiffLoader.cs | apache-2.0 | 1,593,044,429 | // (c) Copyright Esri, 2010 - 2016
// This source is subject to the Apache 2.0 License.
// Please see http://www.apache.org/licenses/LICENSE-2.0.html for details.
// All other rights reserved.
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Resource... | // (c) Copyright Esri, 2010 - 2016
// This source is subject to the Apache 2.0 License.
// Please see http://www.apache.org/licenses/LICENSE-2.0.html for details.
// All other rights reserved.
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Resource... |
255e8b41745cb7206d574e303b2b1ef1b2b1d0a2 | Added a comment (including a REVIEW) in response to code review. | Added a comment (including a REVIEW) in response to code review.
| sillsdev/Glyssen | GlyssenEngine/ReferenceText.cs | mit | 1,593,044,408 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Glyssen.Shared;
using Glyssen.Shared.Bundle;
using GlyssenEngine.Character;
using GlyssenEngine.Script;
using GlyssenEngine.Utilities;
using SIL.Extensions;
using SIL.Reporting;
using SIL.Scriptur... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Glyssen.Shared;
using Glyssen.Shared.Bundle;
using GlyssenEngine.Character;
using GlyssenEngine.Script;
using GlyssenEngine.Utilities;
using SIL.Extensions;
using SIL.Reporting;
using SIL.Scriptur... |
cedd0d07fea6c9824cc3201a7514c28dfe44abd8 | Solver.GetDescription now asserts on type mismatch. ConstraintReference overload now less weird. | Solver.GetDescription now asserts on type mismatch. ConstraintReference overload now less weird.
| bepu/bepuphysics2,bepu/bepuphysics2 | BepuPhysics/Solver.cs | apache-2.0 | 1,593,043,813 | using BepuUtilities.Collections;
using BepuUtilities.Memory;
using BepuPhysics.Constraints;
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using BepuPhysics.CollisionDetection;
using BepuUtilities;
using System.Runtime.InteropServices;
namespace BepuPhysics
{
public unsafe struct C... | using BepuUtilities.Collections;
using BepuUtilities.Memory;
using BepuPhysics.Constraints;
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using BepuPhysics.CollisionDetection;
using BepuUtilities;
using System.Runtime.InteropServices;
namespace BepuPhysics
{
public unsafe struct C... |
04796d4702290b8e6b325ddcc12be96e346707a7 | Configure default host with simple startup name instead of FullName | Configure default host with simple startup name instead of FullName
| domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy | src/Swashbuckle.AspNetCore.Cli/Program.cs | mit | 1,593,043,413 | using System;
using System.Reflection;
using System.Diagnostics;
using System.IO;
using System.Runtime.Loader;
using System.Linq;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.OpenApi.Writers;
using Swashbuckle.AspNetCore.Swagger;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore;
using ... | using System;
using System.Reflection;
using System.Diagnostics;
using System.IO;
using System.Runtime.Loader;
using System.Linq;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.OpenApi.Writers;
using Swashbuckle.AspNetCore.Swagger;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore;
using ... |
7d53c09cf3dd0ecdbffb14dab5fc8a649a326f27 | missing GetGeneric | missing GetGeneric
fixes #401
| Fody/Anotar | Serilog/Anotar.Serilog.Fody/TypeProcessor.cs | mit | 1,593,042,435 | using System;
using System.Linq;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Rocks;
public partial class ModuleWeaver
{
void ProcessType(TypeDefinition type)
{
var fieldDefinition = type.Fields.FirstOrDefault(x => x.IsStatic && x.FieldType.FullName == LazyDefinition.FullName);
Act... | using System;
using System.Linq;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Rocks;
public partial class ModuleWeaver
{
void ProcessType(TypeDefinition type)
{
var fieldDefinition = type.Fields.FirstOrDefault(x => x.IsStatic && x.FieldType.FullName == LazyDefinition.FullName);
Act... |
7a4a0fd679e36b8bfb068a8cfd7790a744cea347 | Adding note on opening the Vue sample's action | Adding note on opening the Vue sample's action
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Controllers/VueJsController.cs | bsd-3-clause | 1,593,041,914 | /*
* Vue.js is a progressive framework for building user interfaces, mostly single-page applications. What if you want to
* build an SPA only for one feature or build multiple SPAs in one Orchard Core module? Here's an example of how to
* organize your Vue apps and components to keep them reusable and also have a... | /*
* Vue.js is a progressive framework for building user interfaces, mostly single-page applications. What if you want to
* build an SPA only for one feature or build multiple SPAs in one Orchard Core module? Here's an example of how to
* organize your Vue apps and components to keep them reusable and also have a... |
6f47669b3801e0b4b1f67a929e10816492285c90 | Fix all tools having anchorable quality by default | Fix all tools having anchorable quality by default
| 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,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Interactable/ToolComponent.cs | mit | 1,593,041,634 | // Only unused on .NET Core due to KeyValuePair.Deconstruct
// ReSharper disable once RedundantUsingDirective
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Metadata.Ecma335;
using Content.Server.GameObjects.Components.Chemistry;
using Content.Server.GameObjects.EntitySyste... | // Only unused on .NET Core due to KeyValuePair.Deconstruct
// ReSharper disable once RedundantUsingDirective
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Metadata.Ecma335;
using Content.Server.GameObjects.Components.Chemistry;
using Content.Server.GameObjects.EntitySyste... |
6337f2e41643d0acc229560a0bfa592d12481e3a | Lock on the correct object | Lock on the correct object
Co-authored-by: Dean Herbert <1db828bcd41de75377dce59825af73ae7fca5651@ppy.sh> | peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framewo... | osu.Framework/Graphics/Containers/DelayedLoadUnloadWrapper.cs | mit | 1,593,040,832 | // 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.Statistics;
using System.Diagnostics;
using osu.Framework.Layout;
using osu.Framework.Threading;
using osu.Framework.Timing;
namespace... | // 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.Statistics;
using System.Diagnostics;
using osu.Framework.Layout;
using osu.Framework.Threading;
using osu.Framework.Timing;
namespace... |
da89f6f3d15467f4a48f6c6a3282711aacaadf18 | RAM can be decimal, GetSKU is static for direct method calls, & commented out bug on CreateNode response wrapper. | RAM can be decimal, GetSKU is static for direct method calls, & commented out bug on CreateNode response wrapper.
| AlexCatarino/Lean,QuantConnect/Lean,AlexCatarino/Lean,QuantConnect/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,JKarathiya/Lean,StefanoRaggi/Lean,JKarathiya/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean | Common/API/Nodes.cs | apache-2.0 | 1,593,039,200 | /*
* 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 ... |
d0fdae71b430144bd38b70d096ebe1b85ff12496 | addition of stopNode & new return type for createNode | addition of stopNode & new return type for createNode
| JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,QuantConnect/Lean,StefanoRaggi/Lean | Api/Api.cs | apache-2.0 | 1,593,039,165 | /*
* 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... |
c19f3d29ca8fd1b8359940b52faf4c32d2b0b601 | Only look-up Cache-Control once (#23329) | Only look-up Cache-Control once (#23329)
Only look-up the Cache-Control header once, rather than twice if non-empty. | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Middleware/ResponseCaching/src/ResponseCachingPolicyProvider.cs | apache-2.0 | 1,593,038,916 | // 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 Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Primitives;
using Microsoft.Net.Http.Headers;
namespace Microsoft.AspNetCore.... | // 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 Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Primitives;
using Microsoft.Net.Http.Headers;
namespace Microsoft.AspNetCore.... |
f4e926319bb36177a854da6486c5333b345fc025 | Update NServiceBusTests.cs | Update NServiceBusTests.cs
| Fody/Anotar | NServiceBus/Tests/NServiceBusTests.cs | mit | 1,593,037,488 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Fody;
using NServiceBus.Logging;
using Xunit;
public class NServiceBusTests
{
static Assembly assembly;
public static List<string> Errors = new List<string>();
public static List... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Fody;
using NServiceBus.Logging;
using Xunit;
public class NServiceBusTests
{
static Assembly assembly;
public static List<string> Errors = new List<string>();
public static List... |
133b4a2cf34b774d5b284f2e98b9e9b3b898b616 | AddLicenseHandler: create the license folder if it does not exist. | AddLicenseHandler: create the license folder if it does not exist.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core.Endpoints/AddLicenseHandler.cs | mit | 1,593,036,873 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AddLicenseHandler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proj... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AddLicenseHandler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proj... |
4cdaf4e84150e8c9728bcbe56aa70c4fe55d61f9 | Uncommented debugging | Uncommented debugging
| nunit/nunit3-vs-adapter,nunit/nunit3-vs-adapter | src/NUnitTestAdapter/NUnit3TestExecutor.cs | mit | 1,593,035,847 | // ***********************************************************************
// Copyright (c) 2011-2020 Charlie Poole, Terje Sandstrom
//
// 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... | // ***********************************************************************
// Copyright (c) 2011-2020 Charlie Poole, Terje Sandstrom
//
// 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... |
b3626b46318ab69edfba6e28797463e6cbd6f283 | Fix warnings. | Fix warnings.
| JohanLarsson/Gu.Localization | Gu.Localization/Internals/ResourceManagerExt.cs | mit | 1,593,035,350 | namespace Gu.Localization
{
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Resources;
internal static class ResourceManagerExt
{... | namespace Gu.Localization
{
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Resources;
internal static class ResourceManagerExt
{
... |
121d2d5347efa9aa3716220adcf01d5172c5d252 | Fix for HasNoKey entities https://github.com/borisdj/EFCore.BulkExtensions/issues/291 | Fix for HasNoKey entities
https://github.com/borisdj/EFCore.BulkExtensions/issues/291
| borisdj/EFCore.BulkExtensions | EFCore.BulkExtensions/TableInfo.cs | mit | 1,593,035,285 | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using System;
using System.Collections;
using System.Collections.Generic;
using S... | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using System;
using System.Collections;
using System.Collections.Generic;
using S... |
30d8fe2f9fe1cbb00743fba0e76d1f61243442df | Spelling error then => them (#6611) | Spelling error then => them (#6611)
| galvesribeiro/orleans,amccool/orleans,jthelin/orleans,veikkoeeva/orleans,amccool/orleans,ReubenBond/orleans,waynemunro/orleans,ibondy/orleans,ElanHasson/orleans,yevhen/orleans,benjaminpetit/orleans,yevhen/orleans,ElanHasson/orleans,ibondy/orleans,dotnet/orleans,yevhen/orleans,galvesribeiro/orleans,galvesribeiro/orleans... | Samples/3.0/Presence/src/Grains/PresenceGrain.cs | mit | 1,593,035,201 | using System.Threading.Tasks;
using Orleans;
using Orleans.Concurrency;
using Presence.Grains.Models;
namespace Presence.Grains
{
/// <summary>
/// Stateless grain that decodes binary blobs and routes them to the appropriate game grains based on the blob content.
/// Simulates how a cloud service receives ... | using System.Threading.Tasks;
using Orleans;
using Orleans.Concurrency;
using Presence.Grains.Models;
namespace Presence.Grains
{
/// <summary>
/// Stateless grain that decodes binary blobs and routes then to the appropriate game grains based on the blob content.
/// Simulates how a cloud service receives ... |
efb2667285f44e4b0e71da85fc213ce5058a40da | Move all Node related tests to NodeTests.cs | Move all Node related tests to NodeTests.cs
| QuantConnect/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,QuantConnect/Lean,StefanoRaggi/Lean,jameschch/Lean | Tests/API/ApiTests.cs | apache-2.0 | 1,593,035,138 | /*
* 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... |
7a9dcfa162f038fc599988ca59eb49a84be0affc | reimplement remoting check with .NET standard-compatible reflection (#1170) | reimplement remoting check with .NET standard-compatible reflection (#1170)
| AlexCatarino/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet | src/runtime/converter.cs | mit | 1,593,034,924 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
using System.ComponentModel;
namespace Python.Runtime
{
/// <summary>
/// Performs data conversions between managed types a... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
using System.ComponentModel;
namespace Python.Runtime
{
/// <summary>
/// Performs data conversions between managed types a... |
6e99d5beedf0554d0dc227f1d9162db27ff39562 | Start using StringEnumConverter | Start using StringEnumConverter
In preparation for new ASF-ui code
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/IPC/Startup.cs | apache-2.0 | 1,593,034,497 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
c3dc3dd6e2146d6544cc86f4386349e09b52f0cd | Using nameof() for index column too | Using nameof() for index column too
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Migrations/BookMigrations.cs | bsd-3-clause | 1,593,034,465 | /*
* Previously we've seen how to describe an index. We also have to declare how to store it as well. This is where we
* need migrations. Migrations are automatically run by the framework (after you've registered it in the service
* provider). You can use them to describe DB schema changes.
*/
using Lombiq.T... | /*
* Previously we've seen how to describe an index. We also have to declare how to store it as well. This is where we
* need migrations. Migrations are automatically run by the framework (after you've registered it in the service
* provider). You can use them to describe DB schema changes.
*/
using Lombiq.T... |
fa2e0c8a2d4c4c6db98de35c608bf63905905a35 | Added explicit conversion from DNS_ADDR to IPAddress | Added explicit conversion from DNS_ADDR to IPAddress
| dahall/vanara | PInvoke/DnsApi/WinDns.cs | mit | 1,593,034,351 | using System;
using System.Linq;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Ws2_32;
using DNS_STATUS = Vanara.PInvoke.Win32Error;
using IP4_ADDRESS = Vanara.PInvoke.Ws2_32.IN_ADDR;
using IP6_ADDRESS = Vanara.PInvoke.Ws2_32.IN6_ADDR;
namespa... | using System;
using System.Linq;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Ws2_32;
using DNS_STATUS = Vanara.PInvoke.Win32Error;
using IP4_ADDRESS = Vanara.PInvoke.Ws2_32.IN_ADDR;
using IP6_ADDRESS = Vanara.PInvoke.Ws2_32.IN6_ADDR;
namespa... |
d7a238f413a3109195187bedc02be3285faa6210 | improved sorting | improved sorting
| dlidstrom/Snittlistan,dlidstrom/Snittlistan,dlidstrom/Snittlistan | Snittlistan.Web/Areas/V2/ViewModels/ExtensionMethods.cs | mit | 1,593,033,960 | namespace Snittlistan.Web.Areas.V2.ViewModels
{
using System.Collections.Generic;
using System.Linq;
public static class ExtensionMethods
{
private static readonly Dictionary<string, int> TeamLevelSortOrder = new Dictionary<string, int>
{
{ "A", 1 },
... | namespace Snittlistan.Web.Areas.V2.ViewModels
{
using System.Collections.Generic;
using System.Linq;
public static class ExtensionMethods
{
private static readonly Dictionary<string, int> TeamLevelSortOrder = new Dictionary<string, int>
{
{ "A", 1 },
... |
8187f74528ae5c3cd3599e0d23eed4d21cecc56e | can update when commentary changes | can update when commentary changes
| dlidstrom/Snittlistan,dlidstrom/Snittlistan,dlidstrom/Snittlistan | Snittlistan.Web/Areas/V2/Domain/Match/MatchResult.cs | mit | 1,593,033,889 | namespace Snittlistan.Web.Areas.V2.Domain.Match
{
using System;
using System.Collections.Generic;
using System.Linq;
using EventStoreLite;
using JetBrains.Annotations;
using Newtonsoft.Json;
using Raven.Abstractions;
using Snittlistan.Queue.Messages;
using Snittlistan.Web.... | namespace Snittlistan.Web.Areas.V2.Domain.Match
{
using System;
using System.Collections.Generic;
using System.Linq;
using EventStoreLite;
using JetBrains.Annotations;
using Newtonsoft.Json;
using Raven.Abstractions;
using Snittlistan.Queue.Messages;
using Snittlistan.Web.A... |
e5230de735f9ec69fc9a7e5083896a128bde67a2 | Reversed #139 changes to size of DNS_QUERY_OPTIONS | Reversed #139 changes to size of DNS_QUERY_OPTIONS
| dahall/vanara | PInvoke/DnsApi/WinDns.cs | mit | 1,593,033,175 | using System;
using System.Linq;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Ws2_32;
using DNS_STATUS = Vanara.PInvoke.Win32Error;
using IP4_ADDRESS = Vanara.PInvoke.Ws2_32.IN_ADDR;
using IP6_ADDRESS = Vanara.PInvoke.Ws2_32.IN6_ADDR;
namespa... | using System;
using System.Linq;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Ws2_32;
using DNS_STATUS = Vanara.PInvoke.Win32Error;
using IP4_ADDRESS = Vanara.PInvoke.Ws2_32.IN_ADDR;
using IP6_ADDRESS = Vanara.PInvoke.Ws2_32.IN6_ADDR;
namespa... |
c79b043c60bbec8b17b5f89f874b8a670136978c | Retrieve version from assembly | Retrieve version from assembly
Retrieve version from assembly
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net/RaygunHttpModule.cs | mit | 1,593,033,010 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web;
namespace Mindscape.Raygun4Net
{
public class RaygunHttpModule : IHttpModule
{
private bool ExcludeErrorsBasedOnHttpStatusCode { get; set; }
private bool ExcludeErrorsFromLocal { get; set; }
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web;
namespace Mindscape.Raygun4Net
{
public class RaygunHttpModule : IHttpModule
{
private bool ExcludeErrorsBasedOnHttpStatusCode { get; set; }
private bool ExcludeErrorsFromLocal { get; set; }
... |
9c58e75dd53789be89ba386bc74a3edbd600b460 | Log CurrentUICulture in binlog (#5426) | Log CurrentUICulture in binlog (#5426)
This will be useful to be able to open localized binlogs. If we know the culture of the log we can fetch the right resources from the MSBuild .dlls. | rainersigwald/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,rainersigwald/msbuild,mono/msbuild,cdmihai/msbuild,mono/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,mono/msbuild,rainersigwald/msbuild,sean-gilliam/msbuil... | src/Build/Logging/BinaryLogger/BinaryLogger.cs | mit | 1,593,032,563 | using System;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Reflection;
using Microsoft.Build.Framework;
using Microsoft.Build.Shared;
using Microsoft.Build.Shared.FileSystem;
using Microsoft.Build.Utilities;
namespace Microsoft.Build.Logging
{
/// <summar... | using System;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Reflection;
using Microsoft.Build.Framework;
using Microsoft.Build.Shared;
using Microsoft.Build.Shared.FileSystem;
using Microsoft.Build.Utilities;
namespace Microsoft.Build.Logging
{
/// <summar... |
cd9da1c3503d89e7f42b7ee780416eb1d4036b84 | Fixup kestrel config tests after feedback (#23308) | Fixup kestrel config tests after feedback (#23308)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/Kestrel/Kestrel/test/ConfigurationReaderTests.cs | apache-2.0 | 1,593,028,773 | // 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.Linq;
using System.Security.Authentication;
using Microsoft.AspNetCore.Server.Kestrel.Core;... | // 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.Linq;
using System.Security.Authentication;
using Microsoft.AspNetCore.Server.Kestrel.Core.... |
35130e478d0e6f867c0b3b406b9c1c402a0f648e | v2.8.4 fix backport If fail to find specific Outlook2016 release name, simply continue with 2016. Fixes #1020 | v2.8.4 fix backport
If fail to find specific Outlook2016 release name, simply continue with 2016.
Fixes #1020
| phw198/OutlookGoogleCalendarSync | src/OutlookGoogleCalendarSync/OutlookOgcs/OutlookFactory.cs | mpl-2.0 | 1,593,028,494 | using log4net;
using Microsoft.Win32;
using System;
using System.Linq;
namespace OutlookGoogleCalendarSync.OutlookOgcs {
class Factory {
private static readonly ILog log = LogManager.GetLogger(typeof(Factory));
private static String outlookVersionFull;
private static Int16 outlookVersion;
... | using log4net;
using Microsoft.Win32;
using System;
using System.Linq;
namespace OutlookGoogleCalendarSync.OutlookOgcs {
class Factory {
private static readonly ILog log = LogManager.GetLogger(typeof(Factory));
private static String outlookVersionFull;
private static Int16 outlookVersion;
... |
4199f8ea01c9175dfcfe122ff59404ba560a62ed | Fix hard restarts triggering launch chat message | Fix hard restarts triggering launch chat message
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,593,028,467 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
... |
d7c3c03ccfefae01042662eb50fd9815a0362ba2 | Rewrite check targetVal | Rewrite check targetVal
| jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslaw... | src/Avalonia.Visuals/Animation/Animators/SolidColorBrushAnimator.cs | mit | 1,593,028,240 | using System;
using System.Reactive.Disposables;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator<SolidColorBrush>
{
... | using System;
using System.Reactive.Disposables;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator<SolidColorBrush>
{
... |
0f00814ab00e978c108570d672ff72350ad4d502 | Call the correct TransactionState constructor | Call the correct TransactionState constructor
The session raised a NullReferenceException on usage after
a SaveAsync call when constructed with Session options.
The problem can be found in the ManagedConnection when
constructed with SessionOptions.
After a dispose of the TransactionState the ManagedConnection
will tr... | mysticmind/marten,mdissel/Marten,JasperFx/Marten,JasperFx/Marten,mdissel/Marten,JasperFx/Marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten | src/Marten/Services/ManagedConnection.cs | mit | 1,593,028,123 | using System;
using System.Data;
using System.Data.Common;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Exceptions;
using Marten.V4Internals;
using Npgsql;
namespace Marten.Services
{
public class ManagedConnection: IManagedConnection, IDatabase
{
private readonly ... | using System;
using System.Data;
using System.Data.Common;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Exceptions;
using Marten.V4Internals;
using Npgsql;
namespace Marten.Services
{
public class ManagedConnection: IManagedConnection, IDatabase
{
private readonly ... |
c88e8d76ad2600c24fc4a431f53f14ae4885e12e | Create tests for custom NpgsqlConnection in Session | Create tests for custom NpgsqlConnection in Session
| JasperFx/Marten,mdissel/Marten,JasperFx/Marten,ericgreenmix/marten,ericgreenmix/marten,mdissel/Marten,ericgreenmix/marten,JasperFx/Marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten | src/Marten.Testing/CoreFunctionality/SessionOptionsTests.cs | mit | 1,593,028,123 | using System;
using Baseline;
using Marten.Services;
using Marten.Testing.Harness;
using Npgsql;
using Shouldly;
using Xunit;
namespace Marten.Testing.CoreFunctionality
{
public class SessionOptionsTests : IntegrationContext
{
// SAMPLE: ConfigureCommandTimeout
public void ConfigureCommandTimeout(IDocu... | using System;
using Baseline;
using Marten.Services;
using Marten.Testing.Harness;
using Npgsql;
using Shouldly;
using Xunit;
namespace Marten.Testing.CoreFunctionality
{
public class SessionOptionsTests : IntegrationContext
{
// SAMPLE: ConfigureCommandTimeout
public void ConfigureCommandTimeout(IDoc... |
6c746f6ce51d8f35d1a7ba16f531247b7e9ffa93 | Included edit button. Now restricting the size of the timerecording dialog | Included edit button. Now restricting the size of the timerecording dialog
| mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new | src/DatenMeister.WPF/Navigation/NavigatorForItems.cs | mit | 1,593,027,938 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using Autofac;
using DatenMeister.Core.EMOF.Implementation;
using DatenMeister.Core.EMOF.Interface.Common;
using DatenMeister.Core.EMOF.Interface.Identifiers;
using DatenMeister.Core.EMOF.Interface.Re... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using Autofac;
using DatenMeister.Core.EMOF.Implementation;
using DatenMeister.Core.EMOF.Interface.Common;
using DatenMeister.Core.EMOF.Interface.Identifiers;
using DatenMeister.Core.EMOF.Interface.Re... |
befe5fbf4af9b5e30828aa30dc87f62009fb92c7 | If fail to find specific Outlook2016 release name, simply continue with 2016. Fixes #1020 | If fail to find specific Outlook2016 release name, simply continue with 2016.
Fixes #1020
| phw198/OutlookGoogleCalendarSync | src/OutlookGoogleCalendarSync/OutlookOgcs/OutlookFactory.cs | mpl-2.0 | 1,593,027,663 | using log4net;
using Microsoft.Win32;
using System;
using System.Linq;
namespace OutlookGoogleCalendarSync.OutlookOgcs {
class Factory {
private static readonly ILog log = LogManager.GetLogger(typeof(Factory));
private static String outlookVersionFull;
private static Int16 outlookVersion;
... | using log4net;
using Microsoft.Win32;
using System;
using System.Linq;
namespace OutlookGoogleCalendarSync.OutlookOgcs {
class Factory {
private static readonly ILog log = LogManager.GetLogger(typeof(Factory));
private static String outlookVersionFull;
private static Int16 outlookVersion;
... |
0f57bf37abf40ae00219f57df9266a7687f68c5c | Type of parameters was extracted wrongly | Type of parameters was extracted wrongly
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/ParseProcesses/ParseProcessesVariableLookup.cs | mit | 1,593,027,489 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial deals with finding variables in the current scope
public partial class ParseProcesses
{
/// <summary>
/// Locates... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial deals with finding variables in the current scope
public partial class ParseProcesses
{
/// <summary>
/// Locates ... |
43a915393270b67bf563bf9ed381d6bc2729b36e | MethodDeclarationSyntax was pulled out of ClassDeclarationSyntax wrongly | MethodDeclarationSyntax was pulled out of ClassDeclarationSyntax wrongly
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/ParseProcesses/ParseProcessesIL.cs | mit | 1,593,027,469 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with the IL side of the parsing
public partial class ParseProcesses
{
///... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with the IL side of the parsing
public partial class ParseProcesses
{
/// ... |
e52899ad714fc5c49ed90fc6310cb67bd8f2e4ce | Update AccessReverser.cs | Update AccessReverser.cs
| NMSLanX/Natasha | src/Natasha.Reverser/Reverser/AccessReverser.cs | mpl-2.0 | 1,593,027,466 | using Natasha.Reverser.Model;
using System;
using System.Reflection;
namespace Natasha.Reverser
{
/// <summary>
/// 访问级别反解器
/// </summary>
public static class AccessReverser
{
/// <summary>
/// 根据枚举获取访问级别
/// </summary>
/// <param name="enumAccess">访问级别枚举</param>
... | using Natasha.Reverser.Model;
using System;
using System.Reflection;
namespace Natasha.Reverser
{
/// <summary>
/// 访问级别反解器
/// </summary>
public static class AccessReverser
{
/// <summary>
/// 根据枚举获取访问级别
/// </summary>
/// <param name="enumAccess">访问级别枚举</param>
... |
1df2df5ba36b0d2696eaf43bee005218ee4041ef | Added global constant lookup in TryLocateElement | Added global constant lookup in TryLocateElement
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/ParseProcesses/ParseProcessesVariableLookup.cs | mit | 1,593,027,436 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial deals with finding variables in the current scope
public partial class ParseProcesses
{
/// <summary>
/// Locates ... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial deals with finding variables in the current scope
public partial class ParseProcesses
{
/// <summary>
/// Locates... |
575ad155eaf2abcaa427630ba8e6794824362f5b | Added PredefinedTypes in LoadType | Added PredefinedTypes in LoadType
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/ParseProcesses/ParseProcessesTypeResolve.cs | mit | 1,593,027,394 | using System;
using System.Collections.Generic;
using System.Linq;
//using Mono.Cecil;
//using Mono.Cecil.Rocks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with finding the type from expressions
... | using System;
using System.Collections.Generic;
using System.Linq;
//using Mono.Cecil;
//using Mono.Cecil.Rocks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with finding the type from expressions
p... |
a0e8437955c25cdcc9554dba3d0f0f96e672f9c9 | Fixed errors in for loop parsing | Fixed errors in for loop parsing
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/ParseProcesses/ParseProcessesStatement.cs | mit | 1,593,027,377 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with statements
public partial class ParseProcesses
{
/// <summary>
... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with statements
public partial class ParseProcesses
{
/// <summary>
... |
07704fa3a5a6af3adaa5beaed584cc0349b5d487 | ITypeSymbol cannot always be a INamedTypeSymbol | ITypeSymbol cannot always be a INamedTypeSymbol
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/HelperMethods.cs | mit | 1,593,027,356 | using System;
using System.Linq;
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
/// <summary>
/// A collection of static extension methods
/// </summary>
public static class HelperMeth... | using System;
using System.Linq;
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
/// <summary>
/// A collection of static extension methods
/// </summary>
public static class HelperMetho... |
b2a0b86ffeb050020d348d251143de365fa2cdbd | No need for INamedTypeSymbol in IsBusType | No need for INamedTypeSymbol in IsBusType
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/HelperMethods.cs | mit | 1,593,027,333 | using System;
using System.Linq;
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
/// <summary>
/// A collection of static extension methods
/// </summary>
public static class HelperMetho... | using System;
using System.Linq;
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
/// <summary>
/// A collection of static extension methods
/// </summary>
public static class HelperMeth... |
8a7073eb48114c59ea28f82be24c7665cb7d6703 | Throw process processing exceptions | Throw process processing exceptions
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/ParseProcesses/ParseProcessesIL.cs | mit | 1,593,027,255 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with the IL side of the parsing
public partial class ParseProcesses
{
/// ... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
// This partial part deals with the IL side of the parsing
public partial class ParseProcesses
{
/// ... |
070edbc32c7b17939265852b8de85006dbb34b1e | ResolveGenericType was wrong | ResolveGenericType was wrong
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/ParseProcesses/ParseProcesses.cs | mit | 1,593,027,099 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.MSBuild;
namespace SME.AST
{
// This partial part of the parser d... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.MSBuild;
namespace SME.AST
{
// This partial part of the parser d... |
530ed59c0772367bd9e5a955ace20535f79206d7 | Null check for appending null blob signatures. | Null check for appending null blob signatures.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Builder/Metadata/Blob/BlobStreamBuffer.cs | mit | 1,593,026,749 | using System;
using System.Collections.Generic;
using System.IO;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata;
using AsmResolver.PE.DotNet.Metadata.Blob;
namespace AsmResolver.DotNet.Builder.Metadata.Blob
{
/// <summary>
/// Provides a mutable buffer for building up a blob stream i... | using System;
using System.Collections.Generic;
using System.IO;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata;
using AsmResolver.PE.DotNet.Metadata.Blob;
namespace AsmResolver.DotNet.Builder.Metadata.Blob
{
/// <summary>
/// Provides a mutable buffer for building up a blob stream i... |
6bebc0a653f4f7aeb90ca6bd2bd983f93fb00f62 | Null check for reading constant value | Null check for reading constant value
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Serialized/SerializedConstant.cs | mit | 1,593,026,680 | using System;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata.Blob;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Serialized
{
/// <summary>
/// Represents a lazily initialized implementation of <see cref="C... | using System;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata.Blob;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Serialized
{
/// <summary>
/// Represents a lazily initialized implementation of <see cref="C... |
b28ed7c9f24f6427172673ad26f3d3278947448f | Add GetSKU helper and CreatedNode response wrapper | Add GetSKU helper and CreatedNode response wrapper
| jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,JKarathiya/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean | Common/API/Nodes.cs | apache-2.0 | 1,593,026,577 | /*
* 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 ... |
3157dbd13335a42c6dd6c753d000d44d8c6f3247 | Rewrite condition by if not ISolidColorBrush | Rewrite condition by if not ISolidColorBrush
| SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,... | src/Avalonia.Visuals/Animation/Animators/SolidColorBrushAnimator.cs | mit | 1,593,025,523 | using System;
using System.Reactive.Disposables;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator<SolidColorBrush>
{
... | using System;
using System.Reactive.Disposables;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator<SolidColorBrush>
{
... |
c0d192a8f63d704e097eb3880e9c87617380d6f1 | Rewrite getting targetVal | Rewrite getting targetVal
| Perspex/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Aval... | src/Avalonia.Visuals/Animation/Animators/SolidColorBrushAnimator.cs | mit | 1,593,025,111 | using System;
using System.Reactive.Disposables;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator<SolidColorBrush>
{
... | using System;
using System.Reactive.Disposables;
using Avalonia.Logging;
using Avalonia.Media;
using Avalonia.Media.Immutable;
namespace Avalonia.Animation.Animators
{
/// <summary>
/// Animator that handles <see cref="SolidColorBrush"/>.
/// </summary>
public class SolidColorBrushAnimator : Animator... |
ee33edb7fe538d000aacb3134b79779b9a250bee | Formatting | Formatting
| petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2 | src/OrchardCore.Modules/OrchardCore.Liquid/Filters/JsonParseFilter.cs | bsd-3-clause | 1,593,025,087 | using System.Threading.Tasks;
using Fluid;
using Fluid.Values;
using Newtonsoft.Json.Linq;
namespace OrchardCore.Liquid.Filters
{
public class JsonParseFilter : ILiquidFilter
{
public ValueTask<FluidValue> ProcessAsync(FluidValue input, FilterArguments arguments, TemplateContext context)
{
... | using System.Threading.Tasks;
using Fluid;
using Fluid.Values;
using Newtonsoft.Json.Linq;
namespace OrchardCore.Liquid.Filters
{
public class JsonParseFilter : ILiquidFilter
{
public ValueTask<FluidValue> ProcessAsync(FluidValue input, FilterArguments arguments, TemplateContext context)
{
... |
436e6fe69167e2c4a2c6f316e4d7d3ab87a0d73f | Add throw for catch exception case | Add throw for catch exception case
| takenet/blip-sdk-csharp | src/Take.Blip.Client/Receivers/ContactMessageReceiverBase.cs | apache-2.0 | 1,593,024,702 | using System.Threading;
using System.Threading.Tasks;
using Lime.Protocol;
using Lime.Messaging.Resources;
using System;
using System.Reflection;
using Lime.Protocol.Network;
using Take.Blip.Client.Extensions.Contacts;
using Take.Blip.Client.Extensions.Directory;
using Microsoft.Extensions.Caching.Memory;
using Serilo... | using System.Threading;
using System.Threading.Tasks;
using Lime.Protocol;
using Lime.Messaging.Resources;
using System;
using System.Reflection;
using Lime.Protocol.Network;
using Take.Blip.Client.Extensions.Contacts;
using Take.Blip.Client.Extensions.Directory;
using Microsoft.Extensions.Caching.Memory;
using Serilo... |
c1f1ead9764c980309c8ce21d8c78577bc8287b2 | Gateways work now | Gateways work now
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Gateway/StationGateway.cs | agpl-3.0 | 1,593,024,645 | using Mirror;
using UnityEngine;
using System.Linq;
using UnityEditor;
/// <summary>
/// For Gateways inheritable class
/// </summary>
public class StationGateway : NetworkBehaviour, IAPCPowered
{
[SerializeField]
private SpriteRenderer[] Sprites = null;
//SpriteBaseBottom, SpriteBaseTop, SpriteBaseRightMiddle, Sp... | using Mirror;
using UnityEngine;
using System.Linq;
using UnityEditor;
/// <summary>
/// For Gateways inheritable class
/// </summary>
public class StationGateway : NetworkBehaviour, IAPCPowered
{
[SerializeField]
private SpriteRenderer[] Sprites = null;
//SpriteBaseBottom, SpriteBaseTop, SpriteBaseRightMiddle, Sp... |
063503f4db9ec775ffaa1204fc2e69a55d25329c | Move null check outside of the loop | Move null check outside of the loop
| peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu | osu.Game.Tests/NonVisual/CustomDataDirectoryTest.cs | mit | 1,593,024,236 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... |
6df2371edf597669de3aad58af80fe97670c3f82 | Lucene.Net.Tests.Suggest.Fst.FSTCompletionTest: Removed unnecessary calls to ElementAt() and Count() LINQ (Addresses #261) | Lucene.Net.Tests.Suggest.Fst.FSTCompletionTest: Removed unnecessary calls to ElementAt() and Count() LINQ (Addresses #261)
| NightOwl888/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,apache/lucenenet,sisve/lucenenet,apache/lucenenet,apache/lucenenet,sisve/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet | src/Lucene.Net.Tests.Suggest/Suggest/Fst/FSTCompletionTest.cs | apache-2.0 | 1,593,022,303 | using J2N.Collections;
using J2N.Text;
using Lucene.Net.Util;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using System.Text.RegularExpressions;
using Console = Lucene.Net.Util.SystemConsole;
namespace Lucene.Net.Search.Suggest.Fst
{
/*
... | using J2N.Collections;
using J2N.Text;
using Lucene.Net.Util;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Console = Lucene.Net.Util.SystemConsole;
namespace Lucene.Net.Search.Sugges... |
3a2f7f8c948b5006c258d87e1cb8d1d85b2ceddb | Updated to passive from aggressive | Updated to passive from aggressive
| NightOwl888/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,sisve/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,sisve/lucenenet,apache/lucenenet,apache/lucenenet | src/Lucene.Net.TestFramework/Support/JavaCompatibility/LuceneTestCase.cs | apache-2.0 | 1,593,022,303 | using System;
using System.Collections;
using System.Collections.Generic;
using Lucene.Net.Support;
using JCG = J2N.Collections.Generic;
using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release!
using Assert = Lucene.N... | using System;
using System.Collections;
using System.Collections.Generic;
using Lucene.Net.Support;
using JCG = J2N.Collections.Generic;
using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release!
using Assert = Lucene.N... |
aca9e479e32e25b6490d0b50f308ee7f2ad750b2 | Lucene.Net.Tests.ICU: Switched to using the Assert class from the test framework instead of NUnit (#295, #261). | Lucene.Net.Tests.ICU: Switched to using the Assert class from the test framework instead of NUnit (#295, #261).
| NightOwl888/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet | src/dotnet/Lucene.Net.Tests.ICU/Support/TestJDKBreakIterator.cs | apache-2.0 | 1,593,022,303 | using ICU4N.Text;
using Lucene.Net.Attributes;
using Lucene.Net.Support;
using NUnit.Framework;
using System;
using Assert = Lucene.Net.TestFramework.Assert;
namespace Lucene.Net.Tests.ICU.Support
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.... | using ICU4N.Text;
using Lucene.Net.Attributes;
using Lucene.Net.Support;
using NUnit.Framework;
using System;
namespace Lucene.Net.Tests.ICU.Support
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.