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 |
|---|---|---|---|---|---|---|---|---|
680a0057095555713a74a9a1cd2a3236d3a01181 | Bug fix: move WindowState check inside dispatcher thread | Bug fix: move WindowState check inside dispatcher thread
| R-Smith/vmPing | vmPing/Classes/Probe-Util.cs | mit | 1,587,574,323 | using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Media;
using vmPing.Views;
namespace vmPing.Classes
{
public partial class Probe
{
public void StartStop()
{
... | using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Media;
using vmPing.Views;
namespace vmPing.Classes
{
public partial class Probe
{
public void StartStop()
{
... |
a9305ac5760350e09fa0a0e50a97d84b4981f1a3 | 3658: UILayoutQueue | 3658: UILayoutQueue
| LayoutFarm/PixelFarm | src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/1_UIElement/1_UIElement.cs | bsd-2-clause | 1,587,573,918 | //Apache2, 2014-present, WinterDev
using PixelFarm.Drawing;
using System.Collections.Generic;
namespace LayoutFarm.UI
{
static class UILayoutQueue
{
static Queue<UIElement> s_layoutQueue = new Queue<UIElement>();
static UILayoutQueue()
{
LayoutFarm.EventQueueSystem.Centra... | //Apache2, 2014-present, WinterDev
using PixelFarm.Drawing;
using System.Collections.Generic;
namespace LayoutFarm.UI
{
static class UISystem
{
static Queue<UIElement> s_layoutQueue = new Queue<UIElement>();
static UISystem()
{
LayoutFarm.EventQueueSystem.CentralEventQueu... |
928b9544e52ef9948abfe3ba86cb5af8f98c951d | Skip StaticValueAppDomainTests on Linux (#616) | Skip StaticValueAppDomainTests on Linux (#616)
| cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd | src/Microsoft.Diagnostics.Runtime.Tests/src/StaticFieldTests.cs | mit | 1,587,572,985 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Linq;
using Xunit;
namespace Microsoft.Diagnostics.Runtime.Tests
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Linq;
using Xunit;
namespace Microsoft.Diagnostics.Runtime.Tests
{
... |
6c2fc66e63bc09ed7cb4f749a1f204fdceb246b1 | Add more logging for conditions not found | Add more logging for conditions not found
Fixes https://dev.azure.com/devdiv/DevDiv/_workitems/edit/738212
| mono/mono-addins,mono/mono-addins | Mono.Addins/Mono.Addins/ConditionType.cs | mit | 1,587,572,282 | //
// ConditionType.cs
//
// Author:
// Lluis Sanchez Gual
//
// Copyright (C) 2007 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restric... | //
// ConditionType.cs
//
// Author:
// Lluis Sanchez Gual
//
// Copyright (C) 2007 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restric... |
00ecdb6a6162f7135df55a6befe182d545f25688 | filter_var() "string" filter sanitizes array value | filter_var() "string" filter sanitizes array value
| peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept | src/Peachpie.Library/Filter.cs | apache-2.0 | 1,587,572,190 | #nullable enable
using System;
using System.Diagnostics;
using System.Globalization;
using System.Text;
using System.Text.RegularExpressions;
using Pchp.Core;
namespace Pchp.Library
{
[PhpExtension("filter")]
public static class Filter
{
#region Constants
[PhpHidden]
public enum ... | #nullable enable
using System;
using System.Diagnostics;
using System.Globalization;
using System.Text;
using System.Text.RegularExpressions;
using Pchp.Core;
namespace Pchp.Library
{
[PhpExtension("filter")]
public static class Filter
{
#region Constants
[PhpHidden]
public enum ... |
c08c8390745f0aa1bc6cbdd9d7b6fd8154b8d3c5 | Write to the trusted.txt in the user's BYOND folder | Write to the trusted.txt in the user's BYOND folder
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Byond/ByondManager.cs | agpl-3.0 | 1,587,571,947 | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Job... | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Job... |
56b7f76d6c5c7645c96c6bccb6545ff401840434 | path combine instead of string concat (#429) | path combine instead of string concat (#429)
| kubernetes-client/csharp,kubernetes-client/csharp | gen/KubernetesWatchGenerator/Program.cs | apache-2.0 | 1,587,571,792 | using NJsonSchema;
using NSwag;
using Nustache.Core;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
namespace KubernetesWatchGenerator
{
class Program
{
private static HashSet<string> _classesWithValidation;
static readonly Dict... | using NJsonSchema;
using NSwag;
using Nustache.Core;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
namespace KubernetesWatchGenerator
{
class Program
{
private static HashSet<string> _classesWithValidation;
static readonly Dict... |
94ccdc7d87a57041db274b3cb87f26799c2f2b2c | fix invisible text iOS 13 dark mode date picker | fix invisible text iOS 13 dark mode date picker
use black text when in dark mode, tertiary color becomes white which fades into white background (this technically does not add support for dark mode, but only fixes a bug with disappearing text) | aritchie/userdialogs | src/Acr.UserDialogs/Platforms/ios/AIDatePickerController.cs | mit | 1,587,571,389 | using System;
using Acr.UserDialogs;
using Foundation;
using UIKit;
namespace AI
{
[Register ("AIDatePickerController")]
public class AIDatePickerController : UIViewController, IUIViewControllerAnimatedTransitioning, IUIViewControllerTransitioningDelegate
{
private UIEdgeInsets safeAreaInsets;
... | using System;
using Acr.UserDialogs;
using Foundation;
using UIKit;
namespace AI
{
[Register ("AIDatePickerController")]
public class AIDatePickerController : UIViewController, IUIViewControllerAnimatedTransitioning, IUIViewControllerTransitioningDelegate
{
private UIEdgeInsets safeAreaInsets;
... |
6ef4bb1698b025e349a7dc3bafd017d44afbd6db | Fixed problem (#118) with TASKDIALOGCONFIG not working under x64 builds. | Fixed problem (#118) with TASKDIALOGCONFIG not working under x64 builds.
| dahall/vanara | PInvoke/ComCtl32/CommCtrl.TaskDialog.cs | mit | 1,587,570,840 | using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using static Vanara.PInvoke.User32;
namespace Vanara.PInvoke
{
public static partial class ComCtl32
{
/// <summary>The signature of the callback that receives messages from the Task Dialog when vario... | using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using static Vanara.PInvoke.User32;
namespace Vanara.PInvoke
{
public static partial class ComCtl32
{
/// <summary>The signature of the callback that receives messages from the Task Dialog when vario... |
552010a23e01350df3f6e74daf76464899b56b7a | keep main login clean | keep main login clean
| qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,570,664 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
3ae556068921ca55baa5efbceb5ecdb9a0e32212 | remove duplicate code | remove duplicate code
| Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,570,630 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
c8f3713cf300c6fcfee3492db1f26bd320872179 | Fix bug with node removal | Fix bug with node removal
| tigrouind/LifeDISA,tigrouind/LifeDISA | LifeDISA/LifeDISA/Program.cs | mit | 1,587,570,480 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Shared;
namespace LifeDISA
{
class Program
{
static int pos;
static byte[] allBytes;
static LifeEnum[] table;
static EvalEnum[] tableEval;
static bool isCDROM... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Shared;
namespace LifeDISA
{
class Program
{
static int pos;
static byte[] allBytes;
static LifeEnum[] table;
static EvalEnum[] tableEval;
static bool isCDROM... |
ea06163760d2b589bda4af39ca2dc022c865b178 | fixed my dumb coding | fixed my dumb coding
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Items/Others/NukeDiskScript.cs | agpl-3.0 | 1,587,569,883 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using UnityEngine.Serialization;
using UnityEngine.UIElements;
using Random = UnityEngine.Random;
public class NukeDiskScript : NetworkBehaviour
{
[SerializeField]
... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using UnityEngine.Serialization;
using UnityEngine.UIElements;
using Random = UnityEngine.Random;
public class NukeDiskScript : NetworkBehaviour
{
[SerializeField]
... |
e31586da1fe34b27a3fed7533154bcf673a25712 | collect uwp log 2 | collect uwp log 2
| Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,569,828 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
357bc7253e0d497b932b53cffb2b9eebca28817c | Remove bridge from swagger doc | Remove bridge from swagger doc
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/SwaggerConfiguration.cs | agpl-3.0 | 1,587,569,799 | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Net.Http.Headers;
using Microsoft.OpenApi.Any;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using Tgstation.Server.Api;
using Tgstation.Server... | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Net.Http.Headers;
using Microsoft.OpenApi.Any;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using Tgstation.Server.Api;
using Tgstation.Server... |
92ac45da176cad96bbaf4d7428dfa5b1509a0ef8 | better log | better log
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,569,796 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
fd27a881672016c621ad18ab6183a187b3dcff3d | check uwp names | check uwp names
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,569,737 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
eef9d712879ed7c2d931c33c5a33aaacca986839 | enhance cpu type checking | enhance cpu type checking
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Everything/Main.cs | mit | 1,587,569,737 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using ... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using ... |
85b26d1b1ef0bff01ce04949c991a0937fb6c84a | fixed (?) intermittanlty failing test | fixed (?) intermittanlty failing test
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Domain/Extensions/AlertsExtensionTests.cs | mit | 1,587,569,395 | using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Mapping.Apprenticeships;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.CommitmentsV2.Types;
using SFA.DAS.Testing.AutoFixture;
using Apprenticeship = SFA.DAS.CommitmentsV2.Mode... | using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Mapping.Apprenticeships;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.CommitmentsV2.Types;
using SFA.DAS.Testing.AutoFixture;
using Apprenticeship = SFA.DAS.CommitmentsV2.Mode... |
4721238c71d81997d5485af7bac7ce7f708a0d0e | ProductInfoMessage. Author, Tags, Price, DownloadCount added. | ProductInfoMessage. Author, Tags, Price, DownloadCount added.
| StockSharp/StockSharp | Community/Messages/ProductInfoMessage.cs | apache-2.0 | 1,587,569,390 | namespace StockSharp.Community.Messages
{
using System.Runtime.Serialization;
using StockSharp.Messages;
/// <summary>
/// Product info message.
/// </summary>
public class ProductInfoMessage : Message, IOriginalTransactionIdMessage
{
/// <summary>
/// Identifier.
/// </summary>
[DataMember]
public ... | namespace StockSharp.Community.Messages
{
using System.Runtime.Serialization;
using StockSharp.Messages;
/// <summary>
/// Product info message.
/// </summary>
public class ProductInfoMessage : Message, IOriginalTransactionIdMessage
{
/// <summary>
/// Identifier.
/// </summary>
[DataMember]
public ... |
d88649ecd2dbea412381a38cfcb4692fd166f13d | Increment projects copyright year to 2020 | Increment projects copyright year to 2020
| atata-framework/atata-sample-app-tests | src/CommonAssemblyInfo.cs | apache-2.0 | 1,587,569,156 | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Yevgeniy Shunevych")]
[assembly: AssemblyProduct("Atata Framework")]
[assembly: AssemblyCopyright("© Yevgeniy Shunevych 2020")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Yevgeniy Shunevych")]
[assembly: AssemblyProduct("Atata Framework")]
[assembly: AssemblyCopyright("© Yevgeniy Shunevych 2019")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1... |
cd11db5cc8047c3efa2e56d431c185919696e9de | Fix performance issue #276 (#277) | Fix performance issue #276 (#277)
* Fix a performance issue
* Optimize HoconField.SetValue
* Fix EOL | akkadotnet/HOCON,akkadotnet/HOCON,akkadotnet/HOCON | src/Hocon/Impl/HoconField.cs | apache-2.0 | 1,587,569,133 | // -----------------------------------------------------------------------
// <copyright file="HoconField.cs" company="Akka.NET Project">
// Copyright (C) 2013 - 2020 .NET Foundation <https://github.com/akkadotnet/hocon>
// </copyright>
// -----------------------------------------------------------------------
u... | // -----------------------------------------------------------------------
// <copyright file="HoconField.cs" company="Akka.NET Project">
// Copyright (C) 2013 - 2020 .NET Foundation <https://github.com/akkadotnet/hocon>
// </copyright>
// -----------------------------------------------------------------------
u... |
0b607763a1993aedf59877e1908b661efadb64bb | Get proper screenshots for error reports (BL-8348) | Get proper screenshots for error reports (BL-8348)
| gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloom... | src/BloomExe/web/controllers/ProblemReportApi.cs | mit | 1,587,568,866 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Net.Mail;
using System.Text;
using System.Windows.Forms;
using Bloom.Api;
using Bloom.Book;
using Bloom.MiscUI;
using Bloom.ToPalaso;
using SIL.I... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Net.Mail;
using System.Text;
using System.Windows.Forms;
using Bloom.Api;
using Bloom.Book;
using Bloom.MiscUI;
using Bloom.ToPalaso;
using SIL.I... |
cf8ab32e8803feb514bc060550c2e82896aac44e | Fixed InernetAddressList.Insert() to allow inserting at the end of the list | Fixed InernetAddressList.Insert() to allow inserting at the end of the list
Fixes issue #559
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | MimeKit/InternetAddressList.cs | mit | 1,587,568,130 | //
// InternetAddressList.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the... | //
// InternetAddressList.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the... |
f9ef343b328de171f34ccef3efba78dc632fd518 | fixes for task cancellation | fixes for task cancellation
| robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP | FluentFTP/Client/FtpClient_FolderDownload.cs | mit | 1,587,567,850 | using System;
using System.IO;
using System.Collections.Generic;
using FluentFTP.Rules;
#if (CORE || NETFX)
using System.Threading;
#endif
#if (CORE || NET45)
using System.Threading.Tasks;
#endif
namespace FluentFTP {
public partial class FtpClient : IDisposable {
/// <summary>
/// Downloads the specified direc... | using System;
using System.IO;
using System.Collections.Generic;
using FluentFTP.Rules;
#if (CORE || NETFX)
using System.Threading;
#endif
#if (CORE || NET45)
using System.Threading.Tasks;
#endif
namespace FluentFTP {
public partial class FtpClient : IDisposable {
/// <summary>
/// Downloads the specified direc... |
c2c2300897753ae3cf8ba9fd563eec1af4f58243 | proper cancellation support in recursive GetListing | proper cancellation support in recursive GetListing
| robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP | FluentFTP/Client/FtpClient_Listing.cs | mit | 1,587,567,770 | using System;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Collections.Generic;
using System.Diagnostics;
using System.Security.Cryptography.X509Certificates;
using System.Globalization;
using System.Security.Authenti... | using System;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Collections.Generic;
using System.Diagnostics;
using System.Security.Cryptography.X509Certificates;
using System.Globalization;
using System.Security.Authenti... |
2600518b1bfdfc39809dc5221a7b2e783e7fd0bb | Moved drumroll container and removed rewound notes | Moved drumroll container and removed rewound notes
| UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu-new | osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs | mit | 1,587,567,000 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... |
26779a57b4b211ab86e9bdd41d194c1d7271e5e5 | Exposed public ability to unproxy content | Exposed public ability to unproxy content
| ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,smoogipooo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu | osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableTaikoHitObject.cs | mit | 1,587,566,970 | // 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.Graphics;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Taiko.Objects.Drawables.Pieces;
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 osu.Framework.Graphics;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Taiko.Objects.Drawables.Pieces;
usin... |
f910b107a00c5936f43d0016ad53bf124ed4c65f | Remove using. | Remove using.
| ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET | SimpSim.NET/Registers.cs | mit | 1,587,566,064 | using System;
namespace SimpSim.NET
{
[Serializable]
public class Registers
{
[field: NonSerialized]
public event Action<char> ValueWrittenToOutputRegister;
[field: NonSerialized]
public event Action Changed;
private readonly byte[] _array;
public Registers... | using System;
using System.Collections.Specialized;
namespace SimpSim.NET
{
[Serializable]
public class Registers
{
[field: NonSerialized]
public event Action<char> ValueWrittenToOutputRegister;
[field: NonSerialized]
public event Action Changed;
private readonly by... |
c58831925e516c247d6c74642e56ad26cb3cabff | 5151 - Fix using writerId instead of creatorId | 5151 - Fix using writerId instead of creatorId
| tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,madsoulswe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,NikRimington/Umbraco-CMS,leekelleher/Umbraco-CMS,hfloyd/Umbraco-CMS,madsoulswe/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/... | src/Umbraco.Examine/ContentValueSetBuilder.cs | mit | 1,587,565,249 | using Examine;
using System;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Scoping;
using Umbraco.Core.Services;
using Umbraco.Core.Strings;
... | using Examine;
using System;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Scoping;
using Umbraco.Core.Services;
using Umbraco.Core.Strings;
... |
f4e30be6eebd0d9816163b8a70bdbbc2387814dd | - release 4.26.2704 | - release 4.26.2704
| Patagames/Pdf.WinForms | Properties/AssemblyInfo.cs | mit | 1,587,562,457 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Version information for an assembly consists of the following four values:
// Major Version
// Minor Version - Improvments
// Build Number - BugFixes
// Revision -.Net framework
//--... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Version information for an assembly consists of the following four values:
// Major Version
// Minor Version - Improvments
// Build Number - BugFixes
// Revision -.Net framework
//--... |
8c7d7cf4073cb1090ebc078855ffa9385def6b79 | - release 4.26.2704 | - release 4.26.2704
| Patagames/Pdf.Wpf | Properties/AssemblyInfo.cs | apache-2.0 | 1,587,562,441 | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// Version information for an assembly consists of the following four values:
// Major Version
// Minor Version - Improvments
// Build Number - Bu... | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// Version information for an assembly consists of the following four values:
// Major Version
// Minor Version - Improvments
// Build Number - Bu... |
6a37698fdab5f7632fb9c6f3c0853f308cb5ef0d | refactor: program class to static | refactor: program class to static
| Jaxelr/Nancy.Template.Webservice | Content/src/Program.cs | mit | 1,587,561,993 | using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
namespace Nancy.Template.WebService
{
public static class Program
{
public static void Main(string[] args)
{
var host = Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults... | using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
namespace Nancy.Template.WebService
{
public class Program
{
public static void Main(string[] args)
{
var host = Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults(webBui... |
380680b58f133b9dc55c4e0ff2f90e2b083874b4 | modify GetPeriodExpense. | modify GetPeriodExpense.
Signed-off-by: robertzml <321e7786a406a136366094c578d0f1193a3468e1@126.com>
| robertzml/Phoebe | Phoebe.Core/Service/StatisticService.cs | mit | 1,587,561,859 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Phoebe.Core.Service
{
using Phoebe.Base.Framework;
using Phoebe.Base.System;
using Phoebe.Core.Billing;
using Phoebe.Core.BL;
using Phoebe.Core.DL;
using Phoebe.Core.Entity;
using Phoebe.Core.Vi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Phoebe.Core.Service
{
using Phoebe.Base.Framework;
using Phoebe.Base.System;
using Phoebe.Core.Billing;
using Phoebe.Core.BL;
using Phoebe.Core.DL;
using Phoebe.Core.Entity;
using Phoebe.Core.Vi... |
bc4eaf21b701ff3638e3205de7e018b4e4b028f0 | Documentation. | Documentation.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Scheduling/ISchedulerClient.cs | mit | 1,587,561,273 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ISchedulerClient.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proje... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ISchedulerClient.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proje... |
a52e2e498ee54d7d474fb5622482b5d9846d45bf | Added TriggerBase.ToString(). Also, OnFire() does not fire the event if the trigger is disabled. | Added TriggerBase.ToString(). Also, OnFire() does not fire the event if the trigger is disabled.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Scheduling/Triggers/TriggerBase.cs | mit | 1,587,561,246 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TriggerBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project ro... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TriggerBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project ro... |
e64094dfcc9ab7ed5c32d704f2d27110166ec4f0 | fix permissions for client api tester | fix permissions for client api tester
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer.Tests/TestAccount.cs | mit | 1,587,561,158 | using BTCPayServer.Controllers;
using System.Linq;
using BTCPayServer.Models.AccountViewModels;
using BTCPayServer.Models.StoreViewModels;
using BTCPayServer.Services.Invoices;
using Microsoft.AspNetCore.Mvc;
using NBitcoin;
using NBitpayClient;
using System;
using System.Collections.Generic;
using System.Net.Http;
us... | using BTCPayServer.Controllers;
using System.Linq;
using BTCPayServer.Models.AccountViewModels;
using BTCPayServer.Models.StoreViewModels;
using BTCPayServer.Services.Invoices;
using Microsoft.AspNetCore.Mvc;
using NBitcoin;
using NBitpayClient;
using System;
using System.Collections.Generic;
using System.Net.Http;
us... |
b3dbcc93c8daa05e5a44045153d59085c2def3f4 | Remove .NET Framework specific implementations | Remove .NET Framework specific implementations
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/EnvironmentInfo.Platform.cs | mit | 1,587,560,767 | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using Nuke.Common.Utilities;
namespa... | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using Nuke.Common.Utilities;
namespa... |
0749837f13012b3462891f4b975d09960a33cc38 | Enhance testing | Enhance testing
| sjh37/efreversepoco | Generator.Tests.Unit/SingleDatabaseReverseEngineerTests.cs | apache-2.0 | 1,587,560,723 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Efrpg;
using Efrpg.FileManagement;
using Efrpg.Filtering;
using Efrpg.Generators;
using Efrpg.Pluralization;
using Efrpg.Templates;
using NUnit.Framework;
namespace Generator.Tests.Unit
{
[TestFixture, NonParallelizab... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Efrpg;
using Efrpg.FileManagement;
using Efrpg.Filtering;
using Efrpg.Generators;
using Efrpg.Pluralization;
using Efrpg.Templates;
using NUnit.Framework;
namespace Generator.Tests.Unit
{
[TestFixture, NonParallelizab... |
cb6fcadb86b0d72e1140c7306fa3ed36091826e1 | add scope test | add scope test
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer.Tests/GreenfieldAPITests.cs | mit | 1,587,560,713 | using System;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Client.Models;
using BTCPayServer.Controllers;
using BTCPayServer.Services;
using BTCPayServer.Tests.Logging;
using Microsoft.AspNet.SignalR.Client;
using Microsoft.AspNetCore.Mvc;
using X... | using System;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Client.Models;
using BTCPayServer.Controllers;
using BTCPayServer.Services;
using BTCPayServer.Tests.Logging;
using Microsoft.AspNet.SignalR.Client;
using Microsoft.AspNetCore.Mvc;
using X... |
b7c0e049b54dbc15182cc057bd2ff9933eb43bb0 | fix bug in permission store selector | fix bug in permission store selector
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Security/GreenField/GreenFieldAuthorizationHandler.cs | mit | 1,587,560,713 | using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Data;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Identity;
namesp... | using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Data;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Identity;
namesp... |
297b84a18b0c1657a317164f304c1806d3ba435e | add request name validation | add request name validation
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/GreenField/StoresController.cs | mit | 1,587,560,713 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Client.Models;
using BTCPayServer.Data;
using BTCPayServer.Security;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using M... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Client.Models;
using BTCPayServer.Data;
using BTCPayServer.Security;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using M... |
c08c0cbf463ab14ccd5fff973fafbfc59b671adc | Disk balance fixes | Disk balance fixes
| krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Items/Others/NukeDiskScript.cs | agpl-3.0 | 1,587,560,537 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using UnityEngine.Serialization;
using UnityEngine.UIElements;
using Random = UnityEngine.Random;
public class NukeDiskScript : NetworkBehaviour
{
[SerializeField]
... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using UnityEngine.Serialization;
using Random = UnityEngine.Random;
public class NukeDiskScript : NetworkBehaviour
{
private Pickupable pick;
private CustomNetTrans... |
28911fecf3c1547d41218676b39d9579617bd132 | refactored | refactored
| Backendless/.NET-SDK,Backendless/.NET-SDK | Backendless/Data/DictionaryDrivenDataStore.cs | apache-2.0 | 1,587,560,472 | using System;
using System.Collections.Generic;
#if !(NET_35 || NET_40)
using System.Threading.Tasks;
#endif
using BackendlessAPI.Exception;
using BackendlessAPI.Engine;
using BackendlessAPI.Service;
using BackendlessAPI.Persistence;
using BackendlessAPI.Async;
#if WITHRT
using BackendlessAPI.RT.Data;
#en... | using System;
using System.Collections.Generic;
#if !(NET_35 || NET_40)
using System.Threading.Tasks;
#endif
using BackendlessAPI.Exception;
using BackendlessAPI.Engine;
using BackendlessAPI.Service;
using BackendlessAPI.Persistence;
using BackendlessAPI.Async;
#if WITHRT
using BackendlessAPI.RT.Data;
#en... |
c3bb147368420ae127a0e4a641b838aaf3242a94 | A comment explaining why simplify | A comment explaining why simplify
| verybadcat/CSharpMath,verybadcat/CSharpMath | CSharpMath.Evaluation.Tests/MathSTests.cs | mit | 1,587,560,327 | using System.Linq;
using Xunit;
using AngouriMath;
namespace CSharpMath.Evaluation.Tests {
using Atom;
public class MathSTests {
MathList ParseLaTeX(string latex) =>
LaTeXParser.MathListFromLaTeX(latex).Match(list => list, e => throw new Xunit.Sdk.XunitException(e));
Entity ParseMath(string latex... | using System.Linq;
using Xunit;
using AngouriMath;
namespace CSharpMath.Evaluation.Tests {
using Atom;
public class MathSTests {
MathList ParseLaTeX(string latex) =>
LaTeXParser.MathListFromLaTeX(latex).Match(list => list, e => throw new Xunit.Sdk.XunitException(e));
Entity ParseMath(string latex... |
318c16d6a5e10d18a2da15865093b7d956678a36 | Do not push the synchronous portion of property initialization to the thread pool. | Do not push the synchronous portion of property initialization
to the thread pool.
| Tragetaschen/DbusCore | src/Dbus.CodeGenerator/Generator.Consume.Constructor.cs | mit | 1,587,560,140 | using System.Linq;
using System.Reflection;
using System.Text;
namespace Dbus.CodeGenerator
{
public static partial class Generator
{
private static StringBuilder consumeConstructor(
string className,
DbusConsumeAttribute dbusConsumeAttribute,
PropertyInfo[] propert... | using System.Linq;
using System.Reflection;
using System.Text;
namespace Dbus.CodeGenerator
{
public static partial class Generator
{
private static StringBuilder consumeConstructor(
string className,
DbusConsumeAttribute dbusConsumeAttribute,
PropertyInfo[] propert... |
f456259fb3c526c8adca28e376ef927e6c1b6353 | refactored | refactored
| Backendless/.NET-SDK,Backendless/.NET-SDK | Backendless/Service/PersistenceService.cs | apache-2.0 | 1,587,560,119 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using BackendlessAPI.Async;
using BackendlessAPI.Data;
using BackendlessAPI.Engine;
using BackendlessAPI.Exception;
using BackendlessAPI.Persistence;
using BackendlessAPI.Property;
using Weborb.Service;
using ... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using BackendlessAPI.Async;
using BackendlessAPI.Data;
using BackendlessAPI.Engine;
using BackendlessAPI.Exception;
using BackendlessAPI.Persistence;
using BackendlessAPI.Property;
using Weborb.Service;
using ... |
7d355cf6aafe4d92e1a07c9919377fce1f3b46da | Delete unused code | Delete unused code
| DigDes/SoapCore | src/SoapCore/Meta/MetaBodyWriter.cs | mit | 1,587,559,641 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... |
b2f56112f75c90e4769f3804715f506686bacc82 | Fix WSDL Attribute IsRequired | Fix WSDL Attribute IsRequired
| DigDes/SoapCore | src/SoapCore/Meta/MetaBodyWriter.cs | mit | 1,587,559,141 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... |
db667097e8808c1f1ea1bdeefcc2676da86ed9c7 | Fold in Playspace transform into hand mesh display to accommodate teleport. | Fold in Playspace transform into hand mesh display to accommodate teleport.
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Providers/WindowsMixedReality/Shared/WindowsMixedRealityArticulatedHandDefinition.cs | mit | 1,587,558,344 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Utilities;
using System;
using System.Threading.Tasks;
using Unity.Profiling;
using UnityEngine;
#if WINDOWS_UWP
using Windows.Perception.People;
using Windows.U... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Utilities;
using System;
using System.Threading.Tasks;
using Unity.Profiling;
using UnityEngine;
#if WINDOWS_UWP
using Windows.Perception.People;
using Windows.U... |
27101306674126e5ef2f6010f7a3f110fc579d40 | add error message instead of 500 status | add error message instead of 500 status
fixes #1494
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/StoresController.BTCLike.cs | mit | 1,587,557,916 | using System;
using Microsoft.AspNetCore.Authorization;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.WebSockets;
using System.Reflection.Metadata.Ecma335;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Da... | using System;
using Microsoft.AspNetCore.Authorization;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.WebSockets;
using System.Reflection.Metadata.Ecma335;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Da... |
3b7a442032cfdf4fdcced39753c6478642eb0763 | Add brackets and .ConfigureAwait(false) | Add brackets and .ConfigureAwait(false)
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | mit | 1,587,557,842 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... |
a27436fc90e1d7e982c6d450dfe3410714c9f0fa | Do not pass the cancellation token to the encoder since it's not used there | Do not pass the cancellation token to the encoder since it's not used there
| Tragetaschen/DbusCore | src/Dbus.CodeGenerator/Generator.Consume.Method.cs | mit | 1,587,557,510 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
namespace Dbus.CodeGenerator
{
public static partial class Generator
{
private static readonly Rege... | using System;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
namespace Dbus.CodeGenerator
{
public static partial class Generator
{
private static readonly Regex propertyName = new Regex("^(Get|... |
55dab0df20f313977695655fad8343d4ada67765 | add more test case | add more test case
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Test/PluginManagerTest.cs | mit | 1,587,555,893 | using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Wox.Core;
using Wox.Core.Configuration;
using Wox.Core.Plugin;
using Wox.Infrastructure;
using Wox.Infrastructure.Image;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
using Wox.ViewModel;
namespace Wox.Test
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Wox.Core;
using Wox.Core.Configuration;
using Wox.Core.Plugin;
using Wox.Infrastructure;
using Wox.Infrastructure.Image;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
using Wox.ViewModel;
namespace Wox.Test
{
... |
82bb1f0892241ae5ddd2c21d0a816092aeb99a0b | Reduce refs | Reduce refs
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/SendTabViewModel.cs | mit | 1,587,554,952 | using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.Transactions;
using WalletWasabi.Gui.Models.StatusBarStatuses;
using WalletWasa... | using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.Transactions;
using WalletWa... |
9cd0227729a287b271ddd73dc7fa5ed767ef400c | keep buttons in sorted order as they are added | keep buttons in sorted order as they are added
| tewarid/net-tools | Launcher/MainForm.cs | mit | 1,587,554,949 | using Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
namespace Launcher
{
public partial class MainForm : Form
{
List<Form> activeForms = new List<Form>();
public MainForm()
{
... | using Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
namespace Launcher
{
public partial class MainForm : Form
{
List<Form> activeForms = new List<Form>();
public MainForm()
{
... |
ea8484a3f4951957155f88271c9c27f4e21f7ccf | add LCID as numeric value | add LCID as numeric value
| tewarid/net-tools | GlobalizationTool/MainForm.cs | mit | 1,587,554,863 | using Common;
using CsvHelper;
using System;
using System.Globalization;
using System.IO;
using System.Text;
using System.Windows.Forms;
namespace GlobalizationTool
{
[MainForm(Name = "Globalization Tool")]
public partial class MainForm : Form
{
public MainForm()
{
InitializeCo... | using Common;
using CsvHelper;
using System;
using System.Globalization;
using System.IO;
using System.Text;
using System.Windows.Forms;
namespace GlobalizationTool
{
[MainForm(Name = "Globalization Tool")]
public partial class MainForm : Form
{
public MainForm()
{
InitializeCo... |
0e9f7c4542e2084693d10043a36424f343762e05 | Decouple generated document state from options state | Decouple generated document state from options state
| domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy | src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs | mit | 1,587,554,264 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ApiExplorer;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.OpenApi... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ApiExplorer;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.OpenApi... |
b0bf8e0782fcefecc6c245fd09d8c7660a1a64b2 | remove unused parameter | remove unused parameter
| Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Infrastructure/Constant.cs | mit | 1,587,554,096 | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using JetBrains.Annotations;
namespace Wox.Infrastructure
{
public static class Constant
{
public const string Wox = "Wox";
public const string Plugins = "Plugins";
private static Assembly Assembly;
... | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using JetBrains.Annotations;
namespace Wox.Infrastructure
{
public static class Constant
{
public const string Wox = "Wox";
public const string Plugins = "Plugins";
private static Assembly Assembly;
... |
c6b7bf3572299d1eaa60360d5fd2ae81b6da946a | clean everything directory setting | clean everything directory setting
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Everything/Main.cs | mit | 1,587,553,398 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.... |
85937ab217f9b44b381138f29cd930fa91ca1851 | better debug info | better debug info
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox.Core/Resource/Internationalization.cs | mit | 1,587,553,326 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows;
using Wox.Core.Plugin;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
namespace Wox.Core.Resource
{
public class I... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows;
using Wox.Core.Plugin;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
namespace Wox.Core.Resource
{
public class I... |
ec9e558c169d21317b20cf9a1a61d94b2a4c493c | more debug info | more debug info
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,587,553,259 | using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
namespace Wox.Infrastructure.Image
{
pub... | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
namespace Wox.Infrastructure.Image
{
public static class ImageLoad... |
cd81284e1cd98bff1c514b344e4de629ecc1f6d7 | more exception info | more exception info
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox.Infrastructure/Logger/Log.cs | mit | 1,587,553,248 | using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using NLog;
using NLog.Config;
using NLog.Targets;
using Wox.Infrastructure.UserSettings;
namespace Wox.Infrastructure.Logger
{
public static class Log
{
public const string DirectoryName = "Logs";
public static ... | using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using NLog;
using NLog.Config;
using NLog.Targets;
using Wox.Infrastructure.UserSettings;
namespace Wox.Infrastructure.Logger
{
public static class Log
{
public const string DirectoryName = "Logs";
public static ... |
9cac1b0d10ff2a4b4e2ca70bbe54c0da66e8a293 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,587,552,161 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
a1b16e507b73ddaac76df417e298f1f567d487ee | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,552,014 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
0a34fddcc3cfda42bc40e393374b7c0decd824d8 | Fix TestBeatmap not setting appropriate ruleset ID | Fix TestBeatmap not setting appropriate ruleset ID
| smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game/Tests/Beatmaps/TestBeatmap.cs | mit | 1,587,551,907 | // 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.IO;
using System.Text;
using osu.Game.Beatmaps;
using osu.Game.IO;
using osu.Game.Rulesets;
using Decoder = osu.Game.Beatm... | // 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.IO;
using System.Text;
using osu.Game.Beatmaps;
using osu.Game.IO;
using osu.Game.Rulesets;
using Decoder = osu.Game.Beatm... |
c3f59602c21d6a07f553066af7e8dd742114fd83 | Add GetMainDom method to UmbracoApplication so GetRuntime can be overridden | Add GetMainDom method to UmbracoApplication so GetRuntime can be overridden
(cherry picked from commit 549b4c58a7b8dec8eae15cb0cbb3bd1e1268ead8)
| NikRimington/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,leekelleher/Umbraco-CMS,leekelleher/Umbraco-CMS,NikRimington/Umbraco-CMS,bjarnef/Umbraco-CMS,dawoe/Umbraco-CMS,arknu/Umbraco-CMS,madsoulswe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,hfloyd/Umbraco-CMS,robertjf/Umbraco-CMS,lee... | src/Umbraco.Web/UmbracoApplication.cs | mit | 1,587,551,886 | using System.Configuration;
using System.Threading;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Logging.Serilog;
using Umbraco.Core.Runtime;
using Umbraco.Web.Runtime;
namespace Umbraco.Web
{
/// <summary>
/// Represents the Umbraco global.asax class.
/// </summary... | using System.Configuration;
using System.Threading;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging.Serilog;
using Umbraco.Core.Runtime;
using Umbraco.Web.Runtime;
namespace Umbraco.Web
{
/// <summary>
/// Represents the Umbraco global.asax class.
/// </summary>
public class UmbracoAp... |
31df8247fa419b1074576ec6a0d04abb0b2b3137 | Try to fix CI build. | Try to fix CI build.
| chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet | Tests/MQTTnet.Core.Tests/Server_Tests.cs | mit | 1,587,549,905 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using MQTTnet.Adapter;
using MQTTnet.Client;
using MQTTnet.Client.Connecting;
using MQTTnet.Client.Disconnecting;
using MQTTnet.Client.Options;
using MQTTnet.Client.Receiving;
using MQTTnet.Client.Subscribing;
using MQTTnet.Implementations;
using MQTTnet.Protocol;
us... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using MQTTnet.Adapter;
using MQTTnet.Client;
using MQTTnet.Client.Connecting;
using MQTTnet.Client.Disconnecting;
using MQTTnet.Client.Options;
using MQTTnet.Client.Receiving;
using MQTTnet.Client.Subscribing;
using MQTTnet.Implementations;
using MQTTnet.Protocol;
us... |
7b4273e23c32cda5fb518d1112a980cb76754a70 | I broke time in last commit, fixed again | I broke time in last commit, fixed again
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Searches/Services/SearchesService.cs | mit | 1,587,549,722 | using AngleSharp;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common;
using NadekoBot.Core.Modules.Searches.Common;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Core.Services.Impl;
using NadekoBot.Extensions;
using Nadeko... | using AngleSharp;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common;
using NadekoBot.Core.Modules.Searches.Common;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Core.Services.Impl;
using NadekoBot.Extensions;
using Nadeko... |
e6076b22ca817c70af364b3f39f333f623e7ef45 | MI-810: Add FuelUsedLitres to MiX Integrate's Event object | MI-810: Add FuelUsedLitres to MiX Integrate's Event object
| MiXTelematics/MiX.Integrate.Api.Client | MiX.Integrate.Shared/Entities/Events/Event.cs | mit | 1,587,548,991 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MiX.Integrate.Shared.Entities.Positions;
namespace MiX.Integrate.Shared.Entities.Events
{
/// <summary>
/// Definition of a recorded Event.
/// </summary>
public class Event
{
/// <summary>... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MiX.Integrate.Shared.Entities.Positions;
namespace MiX.Integrate.Shared.Entities.Events
{
/// <summary>
/// Definition of a recorded Event.
/// </summary>
public class Event
{
/// <summary>... |
d607b3cf68a3d596c26ef20d33d03e92af4955db | Remove unnecessary this | Remove unnecessary this
| ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framewor... | osu.Framework/Platform/Window.cs | mit | 1,587,548,608 | // 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.ComponentModel;
using System.Drawing;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.C... | // 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.ComponentModel;
using System.Drawing;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.C... |
93151f761215c135ae625241532fa6b899e73747 | Add back necessary events + addition to list | Add back necessary events + addition to list
| smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu | osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs | mit | 1,587,547,979 | // 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 JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.... | // 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 JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.... |
c289845eb23a5ed71841a9b79d7a02f0ca9be860 | changed revision_A to revisionA | changed revision_A to revisionA
| speckleworks/SpeckleCore | SpeckleCore/Models/ModelBase.cs | mit | 1,587,547,423 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SpeckleCore
{
/// <summary>Base class that adds a set of simple properties related to authorisation and commenting to all applicable resources (not users).</summary>
[System.CodeDom.Compil... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SpeckleCore
{
/// <summary>Base class that adds a set of simple properties related to authorisation and commenting to all applicable resources (not users).</summary>
[System.CodeDom.Compil... |
23f04e77054906bab46bb26ecc5de5c17b2f167c | chore: extend deplay from 10 -> 100 | chore: extend deplay from 10 -> 100
| neuecc/MagicOnion | tests/MagicOnion.NetCoreTests/Tests/StreamingHubBroadcastTest/GroupTestBase.cs | mit | 1,587,547,013 | using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using MagicOnion.Server;
using MagicOnion.Server.Hubs;
using MagicOnion.Tests;
using Xunit;
namespace MagicOnion.NetCoreTests.Tests.StreamingHubBroadcastTest
{
public abstract class GroupTestBase
{
readonly... | using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using MagicOnion.Server;
using MagicOnion.Server.Hubs;
using MagicOnion.Tests;
using Xunit;
namespace MagicOnion.NetCoreTests.Tests.StreamingHubBroadcastTest
{
public abstract class GroupTestBase
{
readonly... |
58a6575db0c7113a87e8abad501d56a579622cf7 | feat: use UNITY_PACKAGE_VERSION to specify package version on export | feat: use UNITY_PACKAGE_VERSION to specify package version on export
| neuecc/MagicOnion | src/MagicOnion.Client.Unity/Assets/Scripts/Editor/PackageExporter.cs | mit | 1,587,546,426 | using System;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
public static class PackageExporter
{
[MenuItem("Tools/Export Unitypackage")]
public static void Export()
{
var version = Environment.GetEnvironmentVariable("UNITY_PACKAGE_VERSION");
// configure
... | using System;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
public static class PackageExporter
{
[MenuItem("Tools/Export Unitypackage")]
public static void Export()
{
// configure
var exportPath = "./MagicOnion.Client.Unity.unitypackage";
var roots = new... |
d995ab4a3d67535dd7c95f166c5564363935f40b | Fixed .def for countries | Fixed .def for countries
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Searches/Searches.cs | mit | 1,587,546,242 | using AngleSharp;
using AngleSharp.Browser;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using AngleSharp.Html.Parser;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Microsoft.Extensions.Caching.Memory;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replace... | using AngleSharp;
using AngleSharp.Browser;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using AngleSharp.Html.Parser;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Microsoft.Extensions.Caching.Memory;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replace... |
10938663481fc545c3943290f35efc2017066964 | #411 Add unit test to validate error messages | #411 Add unit test to validate error messages
| Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager | src/SIM.Sitecore9Installer.Tests/Validation/Validators/AppPoolSiteValidatorTests.cs | mit | 1,587,546,125 | using SIM.Sitecore9Installer.Tasks;
using SIM.Sitecore9Installer.Validation;
using SIM.Sitecore9Installer.Validation.Validators;
using System.Collections.Generic;
using System.Linq;
using AutoFixture;
using NSubstitute;
using Xunit;
namespace SIM.Sitecore9Installer.Tests.Validation.Validators
{
public class AppPool... | using SIM.Sitecore9Installer.Tasks;
using SIM.Sitecore9Installer.Validation;
using SIM.Sitecore9Installer.Validation.Validators;
using System.Collections.Generic;
using System.Linq;
using AutoFixture;
using NSubstitute;
using Xunit;
namespace SIM.Sitecore9Installer.Tests.Validation.Validators
{
public class AppPool... |
3b894d252a21ca35f4e07994e79cb9e61d166981 | fix NotContains, NotStartsWith, NotEndsWith | fix NotContains, NotStartsWith, NotEndsWith
| signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework | Signum.Entities/DynamicQuery/QueryUtils.cs | mit | 1,587,546,090 | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Utilities;
using Signum.Entities.Reflection;
using System.Reflection;
using Signum.Utilities.Reflection;
using System.Linq.Expressions;
using System.Globalization;
using Signum.Utilities.ExpressionTrees;
using System.Text.RegularE... | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Utilities;
using Signum.Entities.Reflection;
using System.Reflection;
using Signum.Utilities.Reflection;
using System.Linq.Expressions;
using System.Globalization;
using Signum.Utilities.ExpressionTrees;
using System.Text.RegularE... |
8b0274fedd51ff2e897930786b4c04187f541daa | Remove obsolete methods | Remove obsolete methods
| peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu | osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs | mit | 1,587,545,750 | // 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 JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.... | // 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 System.Reflection;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framew... |
bfc9e24021cc292f596ba7673c012b975fc991a0 | Displaying current AGXUnity version in the about window. | Displaying current AGXUnity version in the about window.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Windows/AboutWindow.cs | apache-2.0 | 1,587,545,161 | using System.Linq;
using UnityEngine;
using UnityEditor;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class AboutWindow : EditorWindow
{
public static AboutWindow Open()
{
// Get existing open window or if none, make a new one:
var window = GetWindowWithRect<About... | using System.Linq;
using UnityEngine;
using UnityEditor;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class AboutWindow : EditorWindow
{
public static AboutWindow Open()
{
// Get existing open window or if none, make a new one:
var window = GetWindowWithRect<About... |
9c22d2f1dd167cd6b28ec2bdd7a3949219773209 | Use platform bindings for editor actions | Use platform bindings for editor actions
| peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu | osu.Game/Screens/Edit/Editor.cs | mit | 1,587,544,884 | // 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.Graphics;
using osu.Framework.Screens;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shap... | // 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.Graphics;
using osu.Framework.Screens;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shap... |
d43e3d82ca408bf3cc274356a3b7de2efcb395cb | add nonoui option for simple test | add nonoui option for simple test
| qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox/ViewModel/MainViewModel.cs | mit | 1,587,543,977 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using NHotkey;
using NHotkey.Wpf;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.He... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using NHotkey;
using NHotkey.Wpf;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.He... |
4813ac2092a4466fb433b2cf585193c9df7a50d6 | AsyncFixer suppression | AsyncFixer suppression
| theraot/Theraot | Framework.Core/System/Threading/SemaphoreSlimTheraotExtensions.cs | mit | 1,587,543,928 | #if NET40
#pragma warning disable CA2201 // Do not raise reserved exception types
#pragma warning disable S112 // General exceptions should never be thrown
#pragma warning disable AsyncFixer02 // Long running or blocking operations under an async method
using System.Runtime.CompilerServices;
using System.Threading.T... | #if NET40
#pragma warning disable CA2201 // Do not raise reserved exception types
#pragma warning disable S112 // General exceptions should never be thrown
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Theraot.Threading;
namespace System.Threading
{
public static class SemaphoreSlim... |
19a031197e015e5093b7f6c6c9f787439c498820 | image loader is not thread safe | image loader is not thread safe
will cause null exception when execute parallel
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,587,543,508 | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
namespace Wox.Infrastructure.Image
{
public static class ImageLoad... | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
namespace Wox.Infrastructure.Image
{
public static class ImageLoad... |
1b208c36d063f92f1d00a939e61ac916cc878a23 | fix: removed unsupported scenarios | fix: removed unsupported scenarios
| LogoFX/logofx-client-bootstrapping-adapters-simplecontainer | src/LogoFX.Client.Bootstrapping.Adapters.SimpleContainer.Tests/ExtendedSimpleContainerAdapterTests.cs | mit | 1,587,543,054 | using FluentAssertions;
using LogoFX.Client.Bootstrapping.Adapters.SimpleContainer;
using LogoFX.Practices.IoC;
using Xunit;
namespace LogoFX.Client.Bootstrapping.Tests
{
public class ExtendedSimpleContainerAdapterTests
{
[Fact]
public void Given_WhenDependencyIsRegisteredViaHand... | using FluentAssertions;
using LogoFX.Client.Bootstrapping.Adapters.SimpleContainer;
using LogoFX.Practices.IoC;
using Xunit;
namespace LogoFX.Client.Bootstrapping.Tests
{
public class ExtendedSimpleContainerAdapterTests
{
[Fact]
public void Given_WhenDependencyIsRegisteredPerLife... |
3f9d6c95bd0fba14bbb2bf9e11f7a94ee52626c4 | Program: For uploads, BES may not match both r.title and r.comment (#60) | Program: For uploads, BES may not match both r.title and r.comment (#60)
If we allow both of them to match, the code will end up trying
to add "watchword" twice, which is invalid. It can only exist once.
If the edit summary (r.comment) already matches BES, then skip
the title check. It would make no difference an... | countervandalism/CVNBot | src/CVNBot/Program.cs | mit | 1,587,542,733 | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Collections.Generic;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch =... | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Collections.Generic;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch =... |
eb38a3cdb894125d378511d2ea1fcf778428385d | adjust some TODOs in ParsingPrimitives.cs | adjust some TODOs in ParsingPrimitives.cs
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/ParsingPrimitives.cs | bsd-3-clause | 1,587,542,631 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
515ce04e34eb92167aa54d476e9ef022cdc37b0f | no link target redirection | no link target redirection
| qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Programs/Win32.cs | mit | 1,587,542,299 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Win32;
using Shell;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Win32;
using Shell;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using... |
f04a4b218bd6dcacd51c9c2043dd1de8000d6e60 | Use a ValueTuple as key for the objectProxies | Use a ValueTuple as key for the objectProxies
| Tragetaschen/DbusCore | src/Dbus/Connection.ReceiveMethodCall.cs | mit | 1,587,541,946 | using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
namespace Dbus
{
public partial class Connection
{
private readonly ConcurrentDictionary<(ObjectPath path, string interfaceName), IProxy> objectProxies =
new ConcurrentDictionary<(Objec... | using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
namespace Dbus
{
public partial class Connection
{
private readonly ConcurrentDictionary<string, IProxy> objectProxies =
new ConcurrentDictionary<string, IProxy>();
public IDis... |
bffe6742e0cde53ce1ce4c6f76546e79eca41abd | Replace finishing catcher transforms with until-true step | Replace finishing catcher transforms with until-true step
| smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu | osu.Game.Rulesets.Catch.Tests/TestSceneHyperDashColouring.cs | mit | 1,587,541,429 | // 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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graph... | // 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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graph... |
730b5ea1a986a6772520d8babd185ede3543c2ab | Make the Catcher.Colour assertion read better | Make the Catcher.Colour assertion read better
| UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu | osu.Game.Rulesets.Catch.Tests/TestSceneHyperDashColouring.cs | mit | 1,587,541,221 | // 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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graph... | // 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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graph... |
3b805daa0b1fedac05e46e26fa6e77ba9cc1b4dc | Fix hold note end time being written incorrectly | Fix hold note end time being written incorrectly
| smoogipoo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu | osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs | mit | 1,587,541,207 | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... |
e41dd7ec76da43c5521a151f1c8984c6e272eb81 | Update TestCustomAuthorizer.cs | Update TestCustomAuthorizer.cs
| NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Core/NakedObjects.SystemTest/Authorization/TestCustomAuthorizer.cs | apache-2.0 | 1,587,541,045 | // 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 requ... | // 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 requ... |
de50aec11536b379f9670994b7f0521f23444734 | Plugins: avoid exception if plugin dll doesn't exist | Plugins: avoid exception if plugin dll doesn't exist
| webprofusion/Certify | src/Certify.Shared/Management/PluginManager.cs | mit | 1,587,540,824 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using Certify.Models.Plugins;
using Certify.Providers.DeploymentTasks;
using Serilog;
namespace Certify.Management
{
public class PluginManager
{
public ILicensingMana... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using Certify.Models.Plugins;
using Certify.Providers.DeploymentTasks;
using Serilog;
namespace Certify.Management
{
public class PluginManager
{
public ILicensingMana... |
7cdc9a599c6ffb39c7635e63cbf8fa57bbcb2684 | Fix mania holds written as spinners | Fix mania holds written as spinners
| UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu | osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs | mit | 1,587,540,427 | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... |
bc04b7db77236c73eca7d2ac803b61b43fb0bfff | Update InterfaceVlan.cs | Update InterfaceVlan.cs
Add Comments to LoopProtectMode enum
| danikf/tik4net | tik4net.objects/Interface/InterfaceVlan.cs | apache-2.0 | 1,587,539,142 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace tik4net.Objects.Interface
{
/// <summary>
/// /interface
/// </summary>
[TikEntity("/interface/vlan", IncludeDetails = true)]
public class InterfaceVlan
{
/// <summary>
/// .id
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace tik4net.Objects.Interface
{
/// <summary>
/// /interface
/// </summary>
[TikEntity("/interface/vlan", IncludeDetails = true)]
public class InterfaceVlan
{
/// <summary>
/// .id
... |
f3582e32a858bf734bc18828aa2d62f7452a9481 | improve detection of reference assemblies (#1630) | improve detection of reference assemblies (#1630)
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | unity/EditorPlugin/PluginSettings.cs | apache-2.0 | 1,587,538,345 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using JetBrains.Diagnostics;
using JetBrains.Diagnostics.Internal;
using JetBrains.Lifetimes;
using UnityEditor;
using UnityEngine;
namespace JetBrains.Rider.Unity.Editor
{
public interface IPluginSettings
{
OperatingSystemFamilyRider O... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using JetBrains.Diagnostics;
using JetBrains.Diagnostics.Internal;
using JetBrains.Lifetimes;
using UnityEditor;
using UnityEngine;
namespace JetBrains.Rider.Unity.Editor
{
public interface IPluginSettings
{
OperatingSystemFamilyRider O... |
43c49f893300f58b15d77989470db931fbfec4b1 | Fixed Inspector fallback for InputActionMap. | Fixed Inspector fallback for InputActionMap.
| Algoryx/agxUnity | Editor/AGXUnityEditor/InspectorEditor.cs | apache-2.0 | 1,587,538,287 | using System;
using System.Reflection;
using System.Linq;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using AGXUnity.Utils;
using Object = UnityEngine.Object;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor
{
public class InspectorEditor : Editor
{
public static InspectorGUISkin Skin
{... | using System;
using System.Reflection;
using System.Linq;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using AGXUnity.Utils;
using Object = UnityEngine.Object;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor
{
public class InspectorEditor : Editor
{
public static InspectorGUISkin Skin
{... |
644b5413ec9d02ce4707b9a70d0866db7d3f53d5 | Fix missing ChatCommandsJson | Fix missing ChatCommandsJson
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Interop/Runtime/RuntimeInformation.cs | agpl-3.0 | 1,587,537,890 | using System;
using System.Collections.Generic;
using System.Linq;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.Security;
namespace Tgstation.Server.Host.Components.Interop.Runtime
{
/// <summary>
/// Representation of the initial json passed to DreamDaemon
/// <... | using System;
using System.Collections.Generic;
using System.Linq;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.Security;
namespace Tgstation.Server.Host.Components.Interop.Runtime
{
/// <summary>
/// Representation of the initial json passed to DreamDaemon
/// <... |
79e0c07907215af1b9051da37fdd0261f029dbc4 | plugin: bump updater to 5 minutes, use act id | plugin: bump updater to 5 minutes, use act id
| quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot | plugin/CactbotEventSource/VersionChecker.cs | apache-2.0 | 1,587,537,509 | using RainbowMage.OverlayPlugin;
using RainbowMage.OverlayPlugin.Updater;
using System;
using System.IO;
namespace Cactbot {
class VersionChecker {
private ILogger logger_ = null;
public const string kRepo = "quisquous/cactbot";
public const string kDownloadUrl = "https://github.com/{REPO}/releases/do... | using RainbowMage.OverlayPlugin;
using RainbowMage.OverlayPlugin.Updater;
using System;
using System.IO;
namespace Cactbot {
class VersionChecker {
private ILogger logger_ = null;
public const string kRepo = "quisquous/cactbot";
public const string kDownloadUrl = "https://github.com/{REPO}/releases/do... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.