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 |
|---|---|---|---|---|---|---|---|---|
3ac11e330d9bc2b09da154063a8afa0bb5e2f622 | Fixes #199 | Fixes #199
| rds1983/Myra,rds1983/Myra | src/Myra/Graphics2D/UI/Slider.cs | mit | 1,590,080,908 | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
#if !STRIDE
using Microsoft.Xna.Framework;
#else
using Stride.Core.Mathematics;
#endif
namespace Myra.Graphics2D.UI
{
public abstract class Slider : SingleItemContainer<ImageButton>
{
p... | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
#if !STRIDE
using Microsoft.Xna.Framework;
#else
using Stride.Core.Mathematics;
#endif
namespace Myra.Graphics2D.UI
{
public abstract class Slider : SingleItemContainer<ImageButton>
{
p... |
8b23e0a42ff46db5538b5875d513d9b24d6dd6b3 | [Tests] Added OutputDevice tests for sending different exents | [Tests] Added OutputDevice tests for sending different exents
| melanchall/drymidi,melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drywetmidi | DryWetMidi.Tests/Devices/OutputDevice/OutputDeviceTests.cs | mit | 1,590,080,034 | using System;
using System.Linq;
using System.Threading;
using Melanchall.DryWetMidi.Common;
using Melanchall.DryWetMidi.Core;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Tests.Common;
using Melanchall.DryWetMidi.Tests.Utilities;
using NUnit.Framework;
namespace Melanchall.DryWetMidi.Tests.Device... | using System;
using System.Linq;
using System.Threading;
using Melanchall.DryWetMidi.Common;
using Melanchall.DryWetMidi.Core;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Tests.Common;
using Melanchall.DryWetMidi.Tests.Utilities;
using NUnit.Framework;
namespace Melanchall.DryWetMidi.Tests.Device... |
89389f1be4e8bf63ab82914a904ce673fc9d17f2 | GSF.Communication: In TcpSimpleClient, fixed race condition in read thread cancellation logic. | GSF.Communication: In TcpSimpleClient, fixed race condition in read thread cancellation logic.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Communication/TcpSimpleClient.cs | mit | 1,590,079,159 | //******************************************************************************************************
// TcpSimpleClient.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// ... | //******************************************************************************************************
// TcpSimpleClient.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// ... |
4c03c1bf206856aa60f5aa23a4cb6ec73ef9d574 | SupportedResultMessages contains MessageTypes.Portfolio | SupportedResultMessages contains MessageTypes.Portfolio
| StockSharp/StockSharp | Messages/MessageAdapter.cs | apache-2.0 | 1,590,078,609 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
13158f1199098de57e8585b95066831553200f4c | Update Debugger.cs | Update Debugger.cs
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/Framework/Debugger.cs | bsd-3-clause | 1,590,078,516 | using System;
namespace PokemonUnity
{
/// <summary>
/// Logging of messages
/// <para>
/// There are three different types of messages:
/// </para><para>
/// Debug.Log/Warn/Error coming from unity (or code, e.g. packages, not using GameDebug) =>
/// These get caught here and sent onto the console and into ... | using System;
namespace PokemonUnity
{
/// <summary>
/// Logging of messages
/// <para>
/// There are three different types of messages:
/// </para><para>
/// Debug.Log/Warn/Error coming from unity (or code, e.g. packages, not using GameDebug) =>
/// These get caught here and sent onto the console and into ... |
8a37d8096ac22a68df94a3c041a6b035f6cd244b | use LocalRedirect to ensure local url redirection | use LocalRedirect to ensure local url redirection
| aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate | src/Abp.AspNetCore/AspNetCore/Mvc/Controllers/AbpLocalizationController.cs | mit | 1,590,078,302 | using System;
using Abp.AspNetCore.Mvc.Extensions;
using Abp.Auditing;
using Abp.Localization;
using Abp.Runtime.Session;
using Abp.Timing;
using Abp.Web.Models;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Localization;
using Microsoft.AspNetCore.Mvc;
using IUrlHelper = Abp.Web.Http.IUrlHelper;
namesp... | using System;
using Abp.AspNetCore.Mvc.Extensions;
using Abp.Auditing;
using Abp.Localization;
using Abp.Runtime.Session;
using Abp.Timing;
using Abp.Web.Models;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Localization;
using Microsoft.AspNetCore.Mvc;
using IUrlHelper = Abp.Web.Http.IUrlHelper;
namesp... |
a64ee266fe480c3330d4ae8eb7dba465fdfcf6d7 | Surround the entire window with an unpainted resize border area. | Surround the entire window with an unpainted resize border area.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,078,177 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
1771e3cdcd05a38fbff3d17cee22d612f1b77a7d | Add test for double encoded local return url | Add test for double encoded local return url
| ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate | test/Abp.AspNetCore.Tests/Tests/AbpLocalizationController_Tests.cs | mit | 1,590,078,154 | using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Abp.AspNetCore.Mvc.Controllers;
using Shouldly;
using Xunit;
namespace Abp.AspNetCore.Tests
{
public class AbpLocalizationControllerTests : AppTestBase
{
[Theory]
[InlineData("en")]
[InlineData("en-us")]
p... | using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Abp.AspNetCore.Mvc.Controllers;
using Shouldly;
using Xunit;
namespace Abp.AspNetCore.Tests
{
public class AbpLocalizationControllerTests : AppTestBase
{
[Theory]
[InlineData("en")]
[InlineData("en-us")]
p... |
d15eacd7f952878425864f4dfcb4a9023e7a5377 | Fixed a copy and paste error. | Fixed a copy and paste error.
| ProximoSrl/Jarvis.DocumentStore,ProximoSrl/Jarvis.DocumentStore,ProximoSrl/Jarvis.DocumentStore,ProximoSrl/Jarvis.DocumentStore | src/Jarvis.DocumentStore.Host/Support/RemoteDocumentStoreConfiguration.cs | agpl-3.0 | 1,590,077,802 | using System;
using System.Configuration;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Jarvis.ConfigurationService.Client;
using Jarvis.DocumentStore.Core.Support;
using System.Collections;
using Jarvis.DocumentStore.Core.Jobs.QueueManager;
using System.Collections.Generic;
using... | using System;
using System.Configuration;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Jarvis.ConfigurationService.Client;
using Jarvis.DocumentStore.Core.Support;
using System.Collections;
using Jarvis.DocumentStore.Core.Jobs.QueueManager;
using System.Collections.Generic;
using... |
7cbeb80e1fad0ee87f7d32528f12f9e9d0a0c7d1 | Helpers.Dump was not replacing the existing files, causing a bad dump | Helpers.Dump was not replacing the existing files, causing a bad dump
| Xeeynamo/KingdomHearts | OpenKh.Tests/Helpers.cs | mit | 1,590,077,688 | using System;
using System.IO;
using OpenKh.Common;
using Xunit;
namespace OpenKh.Tests
{
public static class Helpers
{
public static void Dump(this Stream stream, string path) =>
File.Create(path).Using(outStream =>
{
stream.Position = 0;
stream... | using System;
using System.IO;
using OpenKh.Common;
using Xunit;
namespace OpenKh.Tests
{
public static class Helpers
{
public static void Dump(this Stream stream, string path) =>
File.OpenWrite(path).Using(outStream =>
{
stream.Position = 0;
str... |
0901979ef341602e31e750db04088f4e7ba09733 | Get past first hurdle loading a project from \\wsl$ (#5357) | Get past first hurdle loading a project from \\wsl$ (#5357)
WSL2 uses a 9p share exposed as \\wsl$ to allow the Linux filesystem
to be seen by Windows and win32 processes. This was failing with a
System.UriFormatException because wsl$ is not a valid URI hostname.
Instead, just don't treat these files as read-only... | sean-gilliam/msbuild,cdmihai/msbuild,mono/msbuild,rainersigwald/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/... | src/Build/ElementLocation/XmlDocumentWithLocation.cs | mit | 1,590,076,830 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using System.Xml;
using Microsoft.Build.Internal;
using Microsoft.Build.Shared;
namespace Microsoft.Build.Construction
{
/// <summa... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using System.Xml;
using Microsoft.Build.Internal;
using Microsoft.Build.Shared;
namespace Microsoft.Build.Construction
{
/// <summa... |
e0d416491d444c0def6797d4fdf5eb47150034d6 | Implement support for multiple mappings for DynDll, plus other misc fixes | Implement support for multiple mappings for DynDll, plus other misc fixes
| 0x0ade/MonoMod,AngelDE98/MonoMod | MonoMod.Utils/DynDll.cs | mit | 1,590,075,529 | #pragma warning disable IDE1006 // Naming Styles
using System.Reflection;
using System.Runtime.InteropServices;
using System;
using System.Collections.Generic;
using System.IO;
using System.ComponentModel;
using System.Linq;
namespace MonoMod.Utils {
public static class DynDll {
/// <summary>
///... | #pragma warning disable IDE1006 // Naming Styles
using System.Reflection;
using System.Runtime.InteropServices;
using System;
using System.Collections.Generic;
using System.IO;
using System.ComponentModel;
using System.Linq;
namespace MonoMod.Utils {
public static class DynDll {
/// <summary>
//... |
65f24c389532eb8c4ba6f6f7192d5b4901e320ce | Derive ErrorListForm from MenuCaptionBarForm. | Derive ErrorListForm from MenuCaptionBarForm.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/SyntaxEditorForm.cs | apache-2.0 | 1,590,074,932 | #region License
/*********************************************************************************
* SyntaxEditorForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... | #region License
/*********************************************************************************
* SyntaxEditorForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... |
21dbb31f5e729efb28a4cf31188baaddd7416680 | Derive UIActionForm from ConstrainedMoveResizeForm. | Derive UIActionForm from ConstrainedMoveResizeForm.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/UIActionForm.cs | apache-2.0 | 1,590,074,761 | #region License
/*********************************************************************************
* UIActionForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | #region License
/*********************************************************************************
* UIActionForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... |
9973ec1f718b3b341adaa6175b406b815062a7d2 | Reload and retry setting metadata in case of fingerprint mismatch (#121) | Reload and retry setting metadata in case of fingerprint mismatch (#121)
| GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop | Google.Solutions.Common/ApiExtensions/Instance/AddMetadata.cs | apache-2.0 | 1,590,073,962 | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... |
4029b49627e4a2e6b4ec4ea48616fee57b14f1d2 | Fix nullability of MainWindowViewModel | Fix nullability of MainWindowViewModel
| y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter | ThScoreFileConverter/ViewModels/MainWindowViewModel.cs | bsd-2-clause | 1,590,073,043 | //-----------------------------------------------------------------------
// <copyright file="MainWindowViewModel.cs" company="None">
// Copyright (c) IIHOSHI Yoshinori.
// Licensed under the BSD-2-Clause license. See LICENSE.txt file in the project root for full license information.
// </copyright>
//----------------... | //-----------------------------------------------------------------------
// <copyright file="MainWindowViewModel.cs" company="None">
// Copyright (c) IIHOSHI Yoshinori.
// Licensed under the BSD-2-Clause license. See LICENSE.txt file in the project root for full license information.
// </copyright>
//----------------... |
2ab7eefd6309cabf835bbb78e5e581afe82d1a6f | PandasData Speed Improvement | PandasData Speed Improvement
Use the original `pandas.Series` to create `Series` objects before `DataFrame` (wrapper version) creation.
It improves the speed because it avoids unnecessary and expensive index wrapping operations of the `DataFrame` creation.
| JKarathiya/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,QuantConnect/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,QuantConnect/Lean | Common/Python/PandasData.cs | apache-2.0 | 1,590,072,900 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
4916ef4d66bd10039230ca8fe529b4c5027b05ae | Add test category annotations for format tests. | Add test category annotations for format tests.
| McSherry/McSherry.SemanticVersioning,McSherry/libSemVer.NET | McSherry.SemanticVersioning.Testing/SemanticVersionFormatTests.cs | mit | 1,590,072,516 | // Copyright (c) 2020 Liam McSherry
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publis... | // Copyright (c) 2020 Liam McSherry
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publis... |
3a190c7097c133346a990fe1946e6ad45547f3a3 | nullable checks | nullable checks
apiGatewayRequest.RequestContext could possibly be null | thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet | Libraries/src/Amazon.Lambda.AspNetCoreServer/APIGatewayProxyFunction.cs | apache-2.0 | 1,590,071,840 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Security.Claims;
using System.Text;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Primitives;
using Amazon.Lambda.Core;
using Amazon.Lambda.APIGatewayEvents;
us... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Security.Claims;
using System.Text;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Primitives;
using Amazon.Lambda.Core;
using Amazon.Lambda.APIGatewayEvents;
us... |
6bbbc9269c64d31f5bf8bcbdbc38af2130c04ee7 | remove PP point chat spam | remove PP point chat spam
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/Game.cs | mit | 1,590,070,989 | using Nostrum;
using Nostrum.Extensions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using TCC.Analysis;
using TCC.Data;
using TCC.Data.Abnormalities;
using TCC.Data.Databases... | using Nostrum;
using Nostrum.Extensions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using TCC.Analysis;
using TCC.Data;
using TCC.Data.Abnormalities;
using TCC.Data.Databases... |
4127fb6a20e6cb2f7a15bd74cb1c7567a1d43f8f | fix formatting | fix formatting
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/UI/Windows/Widgets/TccWidgetBuilder.cs | mit | 1,590,070,966 | using System;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Threading;
using TCC.Settings.WindowSettings;
using TCC.Utils;
using TCC.ViewModels;
namespace TCC.UI.Windows.Widgets
{
public class TccWidgetBuilder<TWindow, TViewModel> where TWindow : TccWidget where TViewModel : TccWindow... | using System;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Threading;
using TCC.Settings.WindowSettings;
using TCC.Utils;
using TCC.ViewModels;
namespace TCC.UI.Windows.Widgets
{
public class TccWidgetBuilder<TWindow, TViewModel> where TWindow : TccWidget where TViewModel : TccWindow... |
16fc08eb1b8b1cf9b4e617952f68d3359a3eb02b | fix issue with designer | fix issue with designer
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/UI/TemplateSelectors/SkillTemplateSelector.cs | mit | 1,590,070,959 | using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using TCC.Data;
namespace TCC.UI.TemplateSelectors
{
public class SkillTemplateSelector : DataTemplateSelector
{
public DataTemplate RoundTemplate { get; set; }
public DataTemplate SquareTemplate { get; set; }
... | using System.Windows;
using System.Windows.Controls;
using TCC.Data;
namespace TCC.UI.TemplateSelectors
{
public class SkillTemplateSelector : DataTemplateSelector
{
public DataTemplate RoundTemplate { get; set; }
public DataTemplate SquareTemplate { get; set; }
public override DataTe... |
488d1f49b2de99763d4e36b1901887a66a35853d | Handle null for Publish to host | Handle null for Publish to host
| aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate | src/Abp/Notifications/NotificationPublisher.cs | mit | 1,590,070,942 | using System;
using System.Linq;
using System.Threading.Tasks;
using Abp.BackgroundJobs;
using Abp.Collections.Extensions;
using Abp.Dependency;
using Abp.Domain.Entities;
using Abp.Domain.Uow;
using Abp.Extensions;
using Abp.Json;
using Abp.Runtime.Session;
namespace Abp.Notifications
{
/// <summary>
/// Imp... | using System;
using System.Linq;
using System.Threading.Tasks;
using Abp.BackgroundJobs;
using Abp.Collections.Extensions;
using Abp.Dependency;
using Abp.Domain.Entities;
using Abp.Domain.Uow;
using Abp.Extensions;
using Abp.Json;
using Abp.Runtime.Session;
namespace Abp.Notifications
{
/// <summary>
/// Imp... |
822e8fd784b743966be33a575f430a05d6f7b2e1 | made progress notification able to be closed after disposing | made progress notification able to be closed after disposing
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/UI/Windows/Widgets/NotificationInfoBase.cs | mit | 1,590,070,935 | using System;
using System.Threading.Tasks;
using System.Windows.Input;
using Nostrum;
using TCC.Utils;
namespace TCC.UI.Windows.Widgets
{
public class ProgressNotificationInfo : NotificationInfoBase
{
private double _progress;
public double Progress
{
get => _progress;
... | using System;
using System.Threading.Tasks;
using System.Windows.Input;
using Nostrum;
using TCC.Utils;
namespace TCC.UI.Windows.Widgets
{
public class ProgressNotificationInfo : NotificationInfoBase
{
private double _progress;
public double Progress
{
get => _progress;
... |
ab279a468d29ba1f694ece494dcef01e0a8d71be | fix notification not disappearing if connection is unsuccessful | fix notification not disappearing if connection is unsuccessful
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/UI/Windows/Widgets/NotificationAreaViewModel.cs | mit | 1,590,070,899 | using System.Collections.Concurrent;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Threading;
using Nostrum;
using TCC.Analysis;
using TCC.Settings.WindowSettings;
using TCC.Utils;
using TCC.ViewModels;
using TeraPacketParser.Messages;
using TeraPacketParser.TeraCommon.Game;
namespace TCC.UI.W... | using System.Collections.Concurrent;
using System.Linq;
using System.Windows.Threading;
using Nostrum;
using TCC.Analysis;
using TCC.Settings.WindowSettings;
using TCC.Utils;
using TCC.ViewModels;
using TeraPacketParser.Messages;
using TeraPacketParser.TeraCommon.Game;
namespace TCC.UI.Windows.Widgets
{
public cl... |
1a0a0f4827cfd5e1a2063d1d199788718a5a19a5 | Add failing tests for Publish to host | Add failing tests for Publish to host
| aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate | test/Abp.Tests/Notifications/NotificationPublisher_Tests.cs | mit | 1,590,070,694 | using System.Threading.Tasks;
using Abp.BackgroundJobs;
using Abp.Domain.Uow;
using Abp.Notifications;
using NSubstitute;
using Xunit;
namespace Abp.Tests.Notifications
{
public class NotificationPublisher_Tests : TestBaseWithLocalIocManager
{
private readonly NotificationPublisher _publisher;
... | using System.Threading.Tasks;
using Abp.BackgroundJobs;
using Abp.Domain.Uow;
using Abp.Notifications;
using NSubstitute;
using Xunit;
namespace Abp.Tests.Notifications
{
public class NotificationPublisher_Tests : TestBaseWithLocalIocManager
{
private readonly NotificationPublisher _publisher;
... |
7ebce7afcc60ea6d06148a10072e088e78938b61 | Fixed device not initially working with equalizer. How dumb am I to not notice this bug at first... :( | Fixed device not initially working with equalizer.
How dumb am I to not notice this bug at first... :(
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Layers/EqualizerLayerHandler.cs | mit | 1,590,070,321 | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using NAudio.CoreAudioApi;
using NAudio.Dsp;
using NAudio.Wave;
using NAudio.Wave.SampleProviders;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Draw... | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using NAudio.CoreAudioApi;
using NAudio.Dsp;
using NAudio.Wave;
using NAudio.Wave.SampleProviders;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Draw... |
964f0b85d44c64231e3eabbee8db5180dda64be2 | Tweak doc comments. | Tweak doc comments.
| grokys/Perspex,Perspex/Perspex,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Per... | src/Avalonia.Controls/ContextMenu.cs | mit | 1,590,069,948 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivit... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivit... |
a4b0e64ea24aa1615e23ecaac3435448306d4ad3 | Bugfix: Revert function iterating tx list in reverse order | Bugfix: Revert function iterating tx list in reverse order
| yutopio/MinChain | MinChain/Runner/Executor.cs | mit | 1,590,069,863 | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace MinChain
{
public class Executor
{
static readonly ILogger logger = Logging.Logger<Executor>();
public InventoryManager InventoryManager { get; set; }
... | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace MinChain
{
public class Executor
{
static readonly ILogger logger = Logging.Logger<Executor>();
public InventoryManager InventoryManager { get; set; }
... |
4c20feed149837cae521a962bc1ca62a1c2cc2bb | override Abnormality.ToString() | override Abnormality.ToString()
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/Data/Abnormalities/Abnormality.cs | mit | 1,590,069,729 | namespace TCC.Data.Abnormalities
{
public class Abnormality
{
public string IconName { get; set; }
public uint Id { get; set; }
public string Name { get; set; }
public string ToolTip { get; set; }
public bool IsBuff { get; set; }
public bool IsDebuff => Type == A... | namespace TCC.Data.Abnormalities
{
public class Abnormality
{
public string IconName { get; set; }
public uint Id { get; set; }
public string Name { get; set; }
public string ToolTip { get; set; }
public bool IsBuff { get; set; }
public bool IsDebuff => Type == A... |
2592d13de38be5f196d32e2f42af72ef834c6072 | hardcoded override for Kelsaik Fire/Ice debuffs | hardcoded override for Kelsaik Fire/Ice debuffs
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/Data/Databases/AbnormalityDatabase.cs | mit | 1,590,069,729 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using TCC.Data.Abnormalities;
using TCC.Data.Skills;
using TeraDataLite;
namespace TCC.Data.Databases
{
public class AbnormalityDatabase : DatabaseBase
{
public Dictionary<uint, Abnormality>... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using TCC.Data.Abnormalities;
using TCC.Data.Skills;
using TeraDataLite;
namespace TCC.Data.Databases
{
public class AbnormalityDatabase : DatabaseBase
{
public Dictionary<uint, Abnormality>... |
ea22c3e75c9398c5174a318b880c8b654953ce29 | fix group members nearby status, fix warrior stances | fix group members nearby status, fix warrior stances
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/ViewModels/Widgets/GroupWindowViewModel.cs | mit | 1,590,069,729 | using Nostrum;
using Nostrum.Factories;
using System;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Nostrum.Extensions;
using TCC.Analysis;
using TCC.Annotations;
using TCC.Data;
using TCC.Data.Abnormalities;
using TCC.Data.Pc;
using TCC.Inte... | using Nostrum;
using Nostrum.Factories;
using System;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using TCC.Analysis;
using TCC.Annotations;
using TCC.Data;
using TCC.Data.Abnormalities;
using TCC.Data.Pc;
using TCC.Interop.Proxy;
using TCC.Processing;
using TCC.Settings.WindowSetting... |
6e76d83ab18db39e19b877dc6deccd143b76c43e | fix debuffed state | fix debuffed state
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/Data/Pc/Player.cs | mit | 1,590,069,729 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Threading;
using Nostrum;
using TCC.Data.Abnormalities;
using TCC.Utils;
using TCC.ViewModels;
using TeraDataLite;
namespace TCC.Data.Pc
{
//TODO: remove INPC from properties where it's not needed
public class Player : TS... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Threading;
using Nostrum;
using TCC.Data.Abnormalities;
using TCC.Utils;
using TCC.ViewModels;
using TeraDataLite;
namespace TCC.Data.Pc
{
//TODO: remove INPC from properties where it's not needed
public class Player : TS... |
5edeacc144fd1d497048fc772af04512a0ed53eb | pause topmost when showing important popup | pause topmost when showing important popup
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/ViewModels/TabViewModel.cs | mit | 1,590,069,728 | using Dragablz;
using Nostrum;
using System;
using System.Windows.Input;
using TCC.ViewModels.Widgets;
using FocusManager = TCC.UI.FocusManager;
namespace TCC.ViewModels
{
public class TabViewModel : HeaderedItemViewModel
{
public static event Action<Tab, ImportantRemovedArgs> ImportantRemoved;
... | using System;
using System.Windows.Input;
using Dragablz;
using Nostrum;
using TCC.ViewModels.Widgets;
namespace TCC.ViewModels
{
public class TabViewModel : HeaderedItemViewModel
{
public static event Action<Tab, ImportantRemovedArgs> ImportantRemoved;
public static event Action<TabViewModel>... |
e0f4c85e80bce377692477f562612a7774697628 | fix crash when searching skills before login | fix crash when searching skills before login
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/UI/Windows/SkillConfigWindow.xaml.cs | mit | 1,590,069,728 | using System;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media;
using System.Windows.Media.Animation;
using GongSolutions.Wpf.DragDrop;
using GongSolutions.Wpf.DragDrop.Utilities;
us... | using System;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media;
using System.Windows.Media.Animation;
using GongSolutions.Wpf.DragDrop;
using GongSolutions.Wpf.DragDrop.Utilities;
us... |
0480f2048bfe74abeb6345475ddd47d8fbdbee27 | clear ClassVM on GetUserList | clear ClassVM on GetUserList
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/ViewModels/Widgets/ClassWindowViewModel.cs | mit | 1,590,069,728 | using System;
using TCC.Data.Skills;
using TCC.Analysis;
using TCC.Settings.WindowSettings;
using TCC.UI;
using TCC.Utilities;
using TCC.Utils;
using TeraDataLite;
using TeraPacketParser.Messages;
namespace TCC.ViewModels.Widgets
{
[TccModule]
public class ClassWindowViewModel : TccWindowViewModel
{
... | using System;
using TCC.Data.Skills;
using TCC.Analysis;
using TCC.Settings.WindowSettings;
using TCC.UI;
using TCC.Utilities;
using TCC.Utils;
using TeraDataLite;
using TeraPacketParser.Messages;
namespace TCC.ViewModels.Widgets
{
[TccModule]
public class ClassWindowViewModel : TccWindowViewModel
{
... |
4334c124b9ad177228d64e3ce7f1c7de6f12b889 | Added additional placement properties to ContextMenu. | Added additional placement properties to ContextMenu.
| Perspex/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Persp... | src/Avalonia.Controls/ContextMenu.cs | mit | 1,590,069,333 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivit... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Styling;
#n... |
968d1bf6846695b1e2d87cd47e85a49f2a4740da | Use compound assignment. | Use compound assignment.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,069,163 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
7cb3ac5f4dea7c1f60d4540e975c8f31e61c2eb3 | [Bench] Increase timeout for in-process job | [Bench] Increase timeout for in-process job
| melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drymidi | DryWetMidi.Benchmarks/Devices/InputDevice/InputDeviceBenchmarks.cs | mit | 1,590,068,844 | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using BenchmarkDotNet.Attributes;
using Melanchall.DryWetMidi.Core;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Tests.Common;
using NUnit.Framework;
namespace Melanchall.DryWetMidi.Benchmarks.Devices
{
[TestFixture]
... | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using BenchmarkDotNet.Attributes;
using Melanchall.DryWetMidi.Core;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Tests.Common;
using NUnit.Framework;
namespace Melanchall.DryWetMidi.Benchmarks.Devices
{
[TestFixture]
... |
18e101570feefcc65a667c770252cadf688c79af | Simplify a conditional expression | Simplify a conditional expression
| y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter | ThScoreFileConverter/Squirrel/SQNull.cs | bsd-2-clause | 1,590,068,420 | //-----------------------------------------------------------------------
// <copyright file="SQNull.cs" company="None">
// Copyright (c) IIHOSHI Yoshinori.
// Licensed under the BSD-2-Clause license. See LICENSE.txt file in the project root for full license information.
// </copyright>
//-----------------------------... | //-----------------------------------------------------------------------
// <copyright file="SQNull.cs" company="None">
// Copyright (c) IIHOSHI Yoshinori.
// Licensed under the BSD-2-Clause license. See LICENSE.txt file in the project root for full license information.
// </copyright>
//-----------------------------... |
f6872fdb78214f062df2833e30fd3ea63307eccd | Fix to use pattern matching | Fix to use pattern matching
| y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter | ThScoreFileConverterTests/Models/Th165/HashtagFieldsTests.cs | bsd-2-clause | 1,590,068,307 | using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ThScoreFileConverter.Models.Th165;
namespace ThScoreFileConverterTests.Models.Th165
{
[TestClass]
public class HashtagFieldsTests
{
[DataTestMethod]
[DataRow(0, 12345678, int.MinValue)]
[DataRow(12345678, ... | using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ThScoreFileConverter.Models.Th165;
namespace ThScoreFileConverterTests.Models.Th165
{
[TestClass]
public class HashtagFieldsTests
{
[DataTestMethod]
[DataRow(0, 12345678, int.MinValue)]
[DataRow(12345678, ... |
899b9f8060928a5ed60984bc5eb073314ab63692 | Fix incorrect sorting order | Fix incorrect sorting order
| smoogipoo/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu | osu.Game/Screens/Ranking/ScorePanelList.cs | mit | 1,590,067,564 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Containers;
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.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Containers;
using osu.... |
aedd42250fca0047872dd49138945465e4af6f60 | GSF.Communication: Fixed ThreadStatic variable in TcpSimpleClient. | GSF.Communication: Fixed ThreadStatic variable in TcpSimpleClient.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Communication/TcpSimpleClient.cs | mit | 1,590,067,452 | //******************************************************************************************************
// TcpSimpleClient.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// ... | //******************************************************************************************************
// TcpSimpleClient.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// ... |
f5c80ac2d5c654794219db95fb5e2c8d48b5a7ce | Remove vertical line | Remove vertical line
| ppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game.Tests/Visual/Ranking/TestSceneScorePanelList.cs | mit | 1,590,066,444 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Testing;
using osu.Framework.Utils;
using osu.Game.Rulesets.Osu;
using osu.Gam... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Testing;
using osu.Framework.Utils;
using... |
117895af198915fce79df7acc9c0756b96c40202 | Update HoverColor/HoverBorderColor in OnControlAdded event. | Update HoverColor/HoverBorderColor in OnControlAdded event.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,066,115 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
8488cff43ac0e31db9bc0a26a51feff27e70e942 | Revert "Fix DOC101 by wrapping remark in para element" (only an issue before the incorrect code block usages were fixed) | Revert "Fix DOC101 by wrapping remark in para element" (only an issue before the incorrect code block usages were fixed)
This reverts commit 98f811336918f921941a8e6f52efb7eb21202416.
| mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit | src/NUnitFramework/framework/Assert.Conditions.cs | mit | 1,590,065,216 | // ***********************************************************************
// Copyright (c) 2011 Charlie Poole, Rob Prouse
//
// 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 restri... | // ***********************************************************************
// Copyright (c) 2011 Charlie Poole, Rob Prouse
//
// 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 restri... |
d67df2e2ca49a39a76fefe5924a419fbd289b6ef | fix reporting test duration of Unity test | fix reporting test duration of Unity test
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | unity/EditorPlugin/AfterUnity56/UnitTesting/TestEventsSender.cs | apache-2.0 | 1,590,064,799 | using System;
using System.Collections;
using System.Text;
using JetBrains.Diagnostics;
using JetBrains.Platform.Unity.EditorPluginModel;
using NUnit.Framework.Interfaces;
using NUnit.Framework.Internal;
using TestResult = JetBrains.Platform.Unity.EditorPluginModel.TestResult;
namespace JetBrains.Rider.Unity.Editor.Af... | using System;
using System.Collections;
using System.Text;
using JetBrains.Diagnostics;
using JetBrains.Platform.Unity.EditorPluginModel;
using NUnit.Framework.Interfaces;
using NUnit.Framework.Internal;
using TestResult = JetBrains.Platform.Unity.EditorPluginModel.TestResult;
namespace JetBrains.Rider.Unity.Editor.Af... |
e5750b853484144caf1ad5d42ffc335319211981 | Use currentMetrics for WM_NCHITTEST message. | Use currentMetrics for WM_NCHITTEST message.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,064,695 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
cef683bf7b34329304e86eba60e68ccf6937f9d6 | TraderHelper. Download removed SecurityId arg. | TraderHelper. Download removed SecurityId arg.
| StockSharp/StockSharp | Algo/TraderHelper.cs | apache-2.0 | 1,590,064,534 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.c... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.c... |
7c498f0d4fb56d381bd9a819c7987a38a23176b7 | Assume a constant caption bar height for all MenuCaptionBarForm instances. | Assume a constant caption bar height for all MenuCaptionBarForm instances.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,064,505 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
0418f89c5aeb80d0a2750c8c02d327af5b34285d | Add Metrics structure to MenuCaptionBarForm to be able to rely less on the presence of a MainMenuStrip. | Add Metrics structure to MenuCaptionBarForm to be able to rely less on the presence of a MainMenuStrip.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,063,552 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
c57a1ba5b00590d149141afee92ad27d3471614a | Remove nullcheck | Remove nullcheck
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | mit | 1,590,063,469 | 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... |
538b38869fde43b90a1b6fde748cd4512b318f9b | Added a warning for the writing of symbolic links with a link to the original GitHub issue for the DOTNET runtime | Added a warning for the writing of symbolic links with a link to the original GitHub issue for the DOTNET runtime
| adamhathcock/sharpcompress,adamhathcock/sharpcompress | src/SharpCompress/Common/ExtractionOptions.cs | mit | 1,590,062,425 | using System;
namespace SharpCompress.Common
{
public class ExtractionOptions
{
/// <summary>
/// overwrite target if it exists
/// </summary>
public bool Overwrite {get; set; }
/// <summary>
/// extract with internal directory structure
/// </summary>... | namespace SharpCompress.Common
{
public class ExtractionOptions
{
/// <summary>
/// overwrite target if it exists
/// </summary>
public bool Overwrite {get; set; }
/// <summary>
/// extract with internal directory structure
/// </summary>
public... |
cb8a6eb7843cf1b44b8ffa8dc0d5356bb25ff336 | (#66) (#50) Process inputs and draw the menus in different loops to prevent flickering when switching menus | (#66) (#50) Process inputs and draw the menus in different loops to prevent flickering when switching menus
And changed foreach loops to for loops to allow to modify the MenuPool list from menu events.
Fixes #66.
Fixes #50.
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/MenuPool.cs | mit | 1,590,062,248 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.ComponentModel;
using RAGENativeUI.Elements;
using Rage;
namespace RAGENativeUI
{
/// <summary>
/// Helper class that handles all of your Menus. After instatiating it, you will have to add your menu by u... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.ComponentModel;
using RAGENativeUI.Elements;
using Rage;
namespace RAGENativeUI
{
/// <summary>
/// Helper class that handles all of your Menus. After instatiating it, you will have to add your menu by u... |
ade22185078a8d650e9946b3242621dcac2cae1e | 使用していないコードの削除 | 使用していないコードの削除
| zenuas/Roku,zenuas/Roku | src/Compiler/Typing.cs | mit | 1,590,061,991 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
namespace Roku.Compiler
{
public static class Typing
{
public static void TypeInference(SourceCodeBody src)
{
var srcs = Lookup.AllPrograms(src).ToList();
while (true)
{
... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
namespace Roku.Compiler
{
public static class Typing
{
public static void TypeInference(SourceCodeBody src)
{
var srcs = Lookup.AllPrograms(src).ToList();
while (true)
{
... |
7b82a5d792d4fae9103bff89de4db4e81a8e5063 | Fix score order | Fix score order
| peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu | osu.Game/Screens/Ranking/ScorePanelList.cs | mit | 1,590,061,688 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Containers;
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.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Containers;
using osu.... |
7617ea6f8959512836f528712622ef6650e4110b | Improving debug info for logical tree | Improving debug info for logical tree
| fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon | Fluent.Ribbon.Showcase/TestContent.xaml.cs | mit | 1,590,061,640 | #pragma warning disable SA1402 // File may only contain a single class
namespace FluentTest
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
... | #pragma warning disable SA1402 // File may only contain a single class
namespace FluentTest
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
... |
dfcd370be98b20e3275cbaab4ef3acc706643866 | [Bench] Increase timeout for in-process job | [Bench] Increase timeout for in-process job
| melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drymidi,melanchall/drywetmidi | DryWetMidi.Benchmarks/Attributes/InProcessSimpleJobAttribute.cs | mit | 1,590,061,320 | using System;
using BenchmarkDotNet.Attributes.Jobs;
using BenchmarkDotNet.Engines;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Toolchains.InProcess;
namespace Melanchall.DryWetMidi.Benchmarks
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Assembly, AllowMultiple = true)]
public sealed clas... | using System;
using BenchmarkDotNet.Attributes.Jobs;
using BenchmarkDotNet.Engines;
using BenchmarkDotNet.Jobs;
namespace Melanchall.DryWetMidi.Benchmarks
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class InProcessSimpleJobAttribute : JobConfigBas... |
af637c63765ad86fbacaa3d9bd046b6ed4250df8 | Turn off DirectWrite for ScintillaEx, since it causes flicker when resizing a form under circumstances. | Turn off DirectWrite for ScintillaEx, since it causes flicker when resizing a form under circumstances.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/ScintillaEx.cs | apache-2.0 | 1,590,061,151 | #region License
/*********************************************************************************
* ScintillaEx.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may o... | #region License
/*********************************************************************************
* ScintillaEx.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may o... |
ea1a190feb25e31f8302d9b6c7acae90cd145b3a | Issue DvdKhl/AVD3AniDBModule#4 | Issue DvdKhl/AVD3AniDBModule#4
| DvdKhl/AVDump3,DvdKhl/AVDump3,DvdKhl/AVDump3 | AVDump3Lib/Information/InfoProvider/MediaInfoLibProvider.cs | mit | 1,590,060,114 | using AVDump3Lib.Information.MetaInfo;
using AVDump3Lib.Information.MetaInfo.Core;
using AVDump3Lib.Misc;
using ExtKnot.StringInvariants;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices... | using AVDump3Lib.Information.MetaInfo;
using AVDump3Lib.Information.MetaInfo.Core;
using AVDump3Lib.Misc;
using ExtKnot.StringInvariants;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices... |
22cd328092bdb1a439b732f46f04f10af3bd2ca5 | Summary for SnapGrid constructor. | Summary for SnapGrid constructor.
| PenguinF/sandra-three | Eutherion/Win/Forms/SnapGrid.cs | apache-2.0 | 1,590,059,884 | #region License
/*********************************************************************************
* SnapGrid.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... | #region License
/*********************************************************************************
* SnapGrid.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... |
b40e98b12637be05a72ba858112af4a23403be08 | デバッグ時のデフォルトオプションを変えるのを廃止 | デバッグ時のデフォルトオプションを変えるのを廃止
| zenuas/Roku,zenuas/Roku | src/Program.cs | mit | 1,590,059,881 | using Command;
using System;
namespace Roku
{
public class Program
{
public static void Main(string[] args)
{
var opt = new Option();
opt.LoadLibrary("System.Runtime");
var xs = CommandLine.Run(opt, args);
if (xs.Length == 0)
{
... | using Command;
using System;
namespace Roku
{
public class Program
{
public static void Main(string[] args)
{
var opt = new Option();
opt.LoadLibrary("System.Runtime");
#if DEBUG
opt.Output = "-";
#endif
var xs = CommandLine.Run(opt, args);
... |
290c39ce6959711f72c4ad16a94f2070f432c218 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,590,058,604 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
0b72669ca6c43fa2b0fb2be08a1bb7e1928b8e06 | Unsealed comparer. | Unsealed comparer.
| DragonSpark/Framework,DragonSpark/Framework,DragonSpark/Framework | DragonSpark/Model/Sequences/Collections/DelegatedEqualityComparer.cs | mit | 1,590,058,365 | using System;
using System.Collections.Generic;
namespace DragonSpark.Model.Sequences.Collections
{
public class DelegatedEqualityComparer<T, TKey> : IEqualityComparer<T> where TKey : notnull
{
readonly IEqualityComparer<TKey> _equals;
readonly Func<T, TKey> _key;
public DelegatedEqualityComparer(F... | using System;
using System.Collections.Generic;
namespace DragonSpark.Model.Sequences.Collections
{
public sealed class DelegatedEqualityComparer<T, TKey> : IEqualityComparer<T> where TKey : notnull
{
readonly IEqualityComparer<TKey> _equals;
readonly Func<T, TKey> _key;
public DelegatedEqualityCom... |
717869225e55f0ff2a6cd27d9f797ffb9f62b868 | Rework list to use a scroll container + add spacing | Rework list to use a scroll container + add spacing
| smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu | osu.Game/Screens/Ranking/ScorePanelList.cs | mit | 1,590,058,296 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.Containers;
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 osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Utils;
using... |
f22bb89ff22f5ade6231da8e71b4d2641d1edad8 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,590,057,790 | #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-... |
f7283c0043e1e75204dc41a06f035bdd5af1de4d | [Modify] Add a check if response or not | [Modify] Add a check if response or not
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,590,057,646 | #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-... |
f294fa34c0129df381c49d37aa7797d525827f89 | Reverted the change to the Query for dropping the database. Decision was made to not work around/accommodate the error. Needs fixing server side. | Reverted the change to the Query for dropping the database. Decision was made to not work around/accommodate the error. Needs fixing server side.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Extensions/DatabaseExtensions.cs | apache-2.0 | 1,590,057,592 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... |
4be342a79021eb67051d32283b47c3429ecbe16e | fix codefactor | fix codefactor
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs | mit | 1,590,056,515 | using AvalonStudio.Extensibility;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Wallets;
namespace WalletWasabi.Gui.C... | using AvalonStudio.Extensibility;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Wallets;
namespace WalletWasabi.Gui.C... |
680bdacedce8361e925ea609bd9c3e45cf6ea377 | Update LabelPlaceEvent.cs | Update LabelPlaceEvent.cs
msg[5] (Wrap Width) for "lb" is not a string, it's an unsigned int. | Yonom/BotBits | BotBits/Packages/MessageHandler/Events/Internal/LabelPlaceEvent.cs | mit | 1,590,056,438 | using PlayerIOClient;
namespace BotBits.Events
{
/// <summary>
/// Occurs when someone places label block.
/// </summary>
/// <seealso cref="PlayerEvent{T}" />
[ReceiveEvent("lb")]
internal sealed class LabelPlaceEvent : PlayerEvent<LabelPlaceEvent>
{
/// <summary>
/// ... | using PlayerIOClient;
namespace BotBits.Events
{
/// <summary>
/// Occurs when someone places label block.
/// </summary>
/// <seealso cref="PlayerEvent{T}" />
[ReceiveEvent("lb")]
internal sealed class LabelPlaceEvent : PlayerEvent<LabelPlaceEvent>
{
/// <summary>
/// ... |
827e352bf1a9359f373381b1a76bb515d6930c63 | Update AdminModeEvent.cs | Update AdminModeEvent.cs
This message (mod) only has 2 entries. There is no StaffAura anymore. | Yonom/BotBits | BotBits/Packages/MessageHandler/Events/AdminModeEvent.cs | mit | 1,590,056,429 | using PlayerIOClient;
namespace BotBits.Events
{
/// <summary>
/// Occurs when an administrator toggles administrator mode.
/// </summary>
/// <seealso cref="PlayerEvent{T}" />
[ReceiveEvent("admin")]
public sealed class AdminModeEvent : PlayerEvent<AdminModeEvent>
{
/// <summa... | using PlayerIOClient;
namespace BotBits.Events
{
/// <summary>
/// Occurs when an administrator toggles administrator mode.
/// </summary>
/// <seealso cref="PlayerEvent{T}" />
[ReceiveEvent("admin")]
public sealed class AdminModeEvent : PlayerEvent<AdminModeEvent>
{
/// <summa... |
0afee301e6210aef6d3c261ab93c3c77d1b125e5 | Update ModModeEvent.cs | Update ModModeEvent.cs
No staff aura | Yonom/BotBits | BotBits/Packages/MessageHandler/Events/ModModeEvent.cs | mit | 1,590,056,429 | using PlayerIOClient;
namespace BotBits.Events
{
/// <summary>
/// Occurs when moderator toggles moderator mode.
/// </summary>
/// <seealso cref="PlayerEvent{T}" />
[ReceiveEvent("mod")]
public sealed class ModModeEvent : PlayerEvent<ModModeEvent>
{
/// <summary>
/// ... | using PlayerIOClient;
namespace BotBits.Events
{
/// <summary>
/// Occurs when moderator toggles moderator mode.
/// </summary>
/// <seealso cref="PlayerEvent{T}" />
[ReceiveEvent("mod")]
public sealed class ModModeEvent : PlayerEvent<ModModeEvent>
{
/// <summary>
/// ... |
db689aaaeb7feab61d5f2a3f29bd476343b7352f | Update Player.cs | Update Player.cs
Remove staff aura | Yonom/BotBits | BotBits/Packages/Players/Player.cs | mit | 1,590,056,429 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
namespace BotBits
{
[DebuggerDisplay("Username = {Username}, Smiley = {Smiley}")]
public sealed class Player : MetadataCollection, IEquatable<Player>
{
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
namespace BotBits
{
[DebuggerDisplay("Username = {Username}, Smiley = {Smiley}")]
public sealed class Player : MetadataCollection, IEquatable<Player>
{
... |
86c5a954090ec06b67978cadf54c27be93b53fea | Update Players.cs | Update Players.cs
Remove staff aura | Yonom/BotBits | BotBits/Packages/Players/Players.cs | mit | 1,590,056,429 | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using BotBits.Events;
using JetBrains.Annotations;
namespace BotBits
{
public sealed class Players : EventListenerPackage<Players>, IEnumerable<Player>
{
private readonly C... | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using BotBits.Events;
using JetBrains.Annotations;
namespace BotBits
{
public sealed class Players : EventListenerPackage<Players>, IEnumerable<Player>
{
private readonly C... |
8dc705eb38f0803f3061fea19c25eed83833f223 | Update IPokemon.cs | Update IPokemon.cs
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/Monster/Interface/IPokemon.cs | bsd-3-clause | 1,590,056,338 | using System;
using System.Collections.Generic;
using PokemonUnity.Attack;
using PokemonUnity.Character;
using PokemonUnity.Inventory;
namespace PokemonUnity.Monster
{
public interface IPokemon : IPokemonBattle
{
//Abilities Ability { get; set; }
//int ATK { get; }
//Items ballUsed { get; }
byte[] Contest {... | using System;
using System.Collections.Generic;
using PokemonUnity.Attack;
using PokemonUnity.Character;
using PokemonUnity.Inventory;
namespace PokemonUnity.Monster
{
public interface IPokemon : IPokemonBattle
{
//Abilities Ability { get; set; }
//int ATK { get; }
//Items ballUsed { get; }
byte[] Contest {... |
4a7625938cc0ee77581235eac643765b183b5c60 | WPF - Improve GetModifiers(KeyEventArgs e) performance | WPF - Improve GetModifiers(KeyEventArgs e) performance
Only get KeyboardDevice.Modifiers once as it's not a stored value, it's calculated
every call.
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp.Wpf/Internals/WpfExtensions.cs | bsd-3-clause | 1,590,056,204 | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.IO;
using System.Text;
using System.Windows;
using System.Windows.Input;
using CefSharp.Internals;
namespace CefSharp.Wpf.In... | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.IO;
using System.Text;
using System.Windows;
using System.Windows.Input;
using CefSharp.Internals;
namespace CefSharp.Wpf.In... |
0bcce46c6c983c25b403945ec6006029c163f514 | Parametrize on InsensitiveBorderEndLength. | Parametrize on InsensitiveBorderEndLength.
| PenguinF/sandra-three | Eutherion/Win/Forms/SnappingMdiChildForm.cs | apache-2.0 | 1,590,056,045 | #region License
/*********************************************************************************
* SnappingMdiChildForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | #region License
/*********************************************************************************
* SnappingMdiChildForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... |
de2cb5df0ab8f18d065bbc06ab8346d20f4cb691 | Prefill with outer edge line segments at call site of CalculateSegments. | Prefill with outer edge line segments at call site of CalculateSegments.
| PenguinF/sandra-three | Eutherion/Win/Forms/SnappingMdiChildForm.cs | apache-2.0 | 1,590,055,926 | #region License
/*********************************************************************************
* SnappingMdiChildForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | #region License
/*********************************************************************************
* SnappingMdiChildForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... |
504bdb9e55fe02aab222df8ceb80d274c63d68c3 | Remove m_canSnap field. | Remove m_canSnap field.
| PenguinF/sandra-three | Eutherion/Win/Forms/SnappingMdiChildForm.cs | apache-2.0 | 1,590,055,570 | #region License
/*********************************************************************************
* SnappingMdiChildForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | #region License
/*********************************************************************************
* SnappingMdiChildForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... |
56c3ce6bd86e490cd41ddbd8f5a31e7c496d30ea | Fix - Tolto controllo autizzazione su Elenco Schede Contatto. L'elenco possono vederlo tutti, ma non posso gestire schede contatto non appartenenti ad una sede nella quale l'operatore è autorizzato ad operare. | Fix - Tolto controllo autizzazione su Elenco Schede Contatto. L'elenco possono vederlo tutti, ma non posso gestire schede contatto non appartenenti ad una sede nella quale l'operatore è autorizzato ad operare.
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSchedeNue/GetSchedeFiltrate/GetSchedeFiltrateAuthorizationQueryHandlerDecorator.cs | agpl-3.0 | 1,590,055,381 | //-----------------------------------------------------------------------
// <copyright file="ListaSchedeContattoAuthorizationQueryHandlerDecorator.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... | //-----------------------------------------------------------------------
// <copyright file="ListaSchedeContattoAuthorizationQueryHandlerDecorator.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... |
be2eabd9dcafea3012c158d53eedcf8d117be8e4 | Take the first matching branch, preferring local | Take the first matching branch, preferring local
If you've got a local branch and remote branch with the same name,
SingleOrDefault() throws.
| gep13/GitVersion,GitTools/GitVersion,asbjornu/GitVersion,ParticularLabs/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,asbjornu/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,GitTools/GitVersion,asbjornu/GitVersion,gep13/GitVersion,ParticularLabs/GitVersion,ParticularLabs/Git... | src/GitVersionCore/Core/RepositoryMetadataProvider.cs | mit | 1,590,055,236 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using GitVersion.Common;
using GitVersion.Configuration;
using GitVersion.Extensions;
using GitVersion.Logging;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation;
using LibGit2Sharp;
namespa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using GitVersion.Common;
using GitVersion.Configuration;
using GitVersion.Extensions;
using GitVersion.Logging;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation;
using LibGit2Sharp;
namespa... |
b0c8e69b32486c9501315ec9dd2d8e9a05576356 | Add a failing worktree version calculation test | Add a failing worktree version calculation test
| gep13/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,GitTools/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,gep13/GitVersion,asbjornu/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,ParticularLabs/Git... | src/GitVersionCore.Tests/Core/GitVersionExecutorTests.cs | mit | 1,590,055,236 | using System;
using System.IO;
using System.Linq;
using System.Text;
using GitTools.Testing;
using GitVersion;
using GitVersion.BuildAgents;
using GitVersion.Configuration;
using GitVersion.Logging;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation.Cache;
using GitVersionCore.Tests.Helpers;
usin... | using System;
using System.IO;
using System.Text;
using GitTools.Testing;
using GitVersion;
using GitVersion.BuildAgents;
using GitVersion.Configuration;
using GitVersion.Logging;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation.Cache;
using GitVersionCore.Tests.Helpers;
using LibGit2Sharp;
usi... |
9e18427e072a2cdd2e0772f3acbc363e7f3a589e | Add missing assertions to Sequencerevent | Add missing assertions to Sequencerevent
| atsushieno/nfluidsynth | NFluidsynth/SequencerEvent.cs | mit | 1,590,054,659 | using System;
using NFluidsynth.Native;
namespace NFluidsynth
{
public class SequencerEvent : FluidsynthObject
{
private readonly bool _owned;
public SequencerEvent()
: base(LibFluidsynth.new_fluid_event())
{
_owned = true;
}
protected internal ... | using System;
using NFluidsynth.Native;
namespace NFluidsynth
{
public class SequencerEvent : FluidsynthObject
{
private readonly bool _owned;
public SequencerEvent()
: base(LibFluidsynth.new_fluid_event())
{
_owned = true;
}
protected internal ... |
c07d1827a48501253c2c9602add17cf399f21f36 | OrderLineResponse inherits from OrderLineRequest, so we don't need the Metadata property in both places | OrderLineResponse inherits from OrderLineRequest, so we don't need the Metadata property in both places
| Viincenttt/MollieApi | Mollie.Api/Models/Order/Response/OrderLineResponse.cs | mit | 1,590,054,286 | using Mollie.Api.JsonConverters;
using Newtonsoft.Json;
using System;
namespace Mollie.Api.Models.Order {
public class OrderLineResponse : OrderLineRequest {
/// <summary>
/// The order line’s unique identifier, for example odl_dgtxyl.
/// </summary>
public string Id { get; set; }
... | using Mollie.Api.JsonConverters;
using Newtonsoft.Json;
using System;
namespace Mollie.Api.Models.Order {
public class OrderLineResponse : OrderLineRequest {
/// <summary>
/// The order line’s unique identifier, for example odl_dgtxyl.
/// </summary>
public string Id { get; set; }
... |
45b59f574dcd09ba389adc85ec2619a177f92e5e | Fix TestSceneResultsScreen crashing | Fix TestSceneResultsScreen crashing
| UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu | osu.Game/Tests/TestScoreInfo.cs | mit | 1,590,054,192 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
using osu.Game.Tests.Beatmaps;
using osu.Gam... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
using osu.Game.Tests.Beatmaps;
using osu.Gam... |
b0efbfe34f884bdc35ef967369e6d1659ce75c1c | Add metadata field to OrderLineRequest (#180) | Add metadata field to OrderLineRequest (#180)
Co-authored-by: Keven van Zuijlen <ef77cee2a517b3dc39365a08e3d5391e7d5e78e4@thesio.eu> | Viincenttt/MollieApi | Mollie.Api/Models/Order/Request/OrderLineRequest.cs | mit | 1,590,054,102 | using Mollie.Api.JsonConverters;
using Newtonsoft.Json;
namespace Mollie.Api.Models.Order {
public class OrderLineRequest {
/// <summary>
/// The type of product bought, for example, a physical or a digital product. Must be one of the following values:
/// physical (default), discount, dig... | namespace Mollie.Api.Models.Order {
public class OrderLineRequest {
/// <summary>
/// The type of product bought, for example, a physical or a digital product. Must be one of the following values:
/// physical (default), discount, digital, shipping_fee, store_credit, gift_card, surcharge
... |
f6abad5d5709e717ce196e0d0eb4c23f30a0858c | Switch to IAsyncDisposable for internal connection releaser. | Switch to IAsyncDisposable for internal connection releaser.
| sjp/Schematic,sjp/Schematic,sjp/Schematic | src/SJP.Schematic.Core/Extensions/ConnectionExtensions.cs | mit | 1,590,053,953 | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Threading;
using System.Threading.Tasks;
using Dapper;
using LanguageExt;
namespace SJP.Schematic.Core.Extensions
{
/// <summary>
/// Extension methods used to query databases. When called, enables Schema... | using System;
using System.Collections.Generic;
using System.Data;
using System.Threading;
using System.Threading.Tasks;
using Dapper;
using LanguageExt;
namespace SJP.Schematic.Core.Extensions
{
/// <summary>
/// Extension methods used to query databases. When called, enables Schematic to enhance queries wit... |
372042b6f9afb67ec2934f5a76dd3f6442bad1fa | Added positioning properties to ContextMenu. | Added positioning properties to ContextMenu.
| AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,Perspex/Perspex,AvaloniaUI/Avalon... | src/Avalonia.Controls/ContextMenu.cs | mit | 1,590,053,952 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Styling;
#n... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Styling;
#n... |
89fa3b77f5ae91e6c9dba253fef5ac7482850a3d | Added nullable annotations to ContextMenu. | Added nullable annotations to ContextMenu.
| jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,akris... | src/Avalonia.Controls/ContextMenu.cs | mit | 1,590,053,763 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Styling;
#n... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Av... |
771d8b3391fbee8f6ec9b20a533dac7199c31058 | Do not attempt to join chat if the account is limited | Do not attempt to join chat if the account is limited
It won't work anyway
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Bot.cs | apache-2.0 | 1,590,051,809 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
5496abdc7e0b9a5c54be26c1a8ad964a3eae03e3 | Change cache version | Change cache version
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/CacheVersion.cs | apache-2.0 | 1,590,050,364 | using JetBrains.Annotations;
using JetBrains.Application.PersistentMap;
using JetBrains.Serialization;
namespace JetBrains.ReSharper.Plugins.Unity
{
// Cache version
[PolymorphicMarshaller(19)]
public class CacheVersion
{
[UsedImplicitly] public static UnsafeReader.ReadDelegate<object> ReadDele... | using JetBrains.Annotations;
using JetBrains.Application.PersistentMap;
using JetBrains.Serialization;
namespace JetBrains.ReSharper.Plugins.Unity
{
// Cache version
[PolymorphicMarshaller(35)]
public class CacheVersion
{
[UsedImplicitly] public static UnsafeReader.ReadDelegate<object> ReadDele... |
43588a2a6ba40378f0e4bff9fef182002e60a9a9 | Fix build | Fix build
| Tlaster/iHentai | src/iHentai.Services/EHentai/ApiExtensions.cs | mit | 1,590,048,160 | using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
using Flurl.Http;
using iHentai.Html;
namespace iHentai.Services.EHentai
{
internal static class ApiExtensions
{
public static Task<T?> GetHtmlAsync<T>(
this Url url,
CancellationToken can... | using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Flurl;
using Flurl.Http;
using iHentai.Html;
namespace iHentai.Services.EHentai
{
internal static class ApiExtensions
{
public static Task<T> GetHtmlAsync<T>(
this Url url,
CancellationToken canc... |
d8f6c06df6c66ae14c2becbe372d5e8c085a2a9d | Fixed build after issue in automatic rebase | Fixed build after issue in automatic rebase
| mysticmind/marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,JasperFx/Marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,ericgreenmix/marten,mdissel/Marten,mdissel/Marten | src/Marten.Testing/Linq/InvariantCultureIgnoreCase_filtering.cs | mit | 1,590,045,504 | using System;
using System.Linq;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.Linq
{
public class InvariantCultureIgnoreCase_filtering: IntegrationContext
{
[Fact]
public void can_search_case_insensitive()
{
... | using System;
using System.Linq;
using Marten.Testing.Documents;
using Shouldly;
using Xunit;
namespace Marten.Testing.Linq
{
public class InvariantCultureIgnoreCase_filtering: IntegratedFixture
{
[Fact]
public void can_search_case_insensitive()
{
var user = new User {UserNa... |
04401070f54eda0919035a78efff207877e8dd18 | Allow case invariance for netcore apps | Allow case invariance for netcore apps
| mdissel/Marten,mysticmind/marten,mysticmind/marten,JasperFx/Marten,mysticmind/marten,JasperFx/Marten,mdissel/Marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,ericgreenmix/marten,ericgreenmix/marten,ericgreenmix/marten | src/Marten/Linq/Parsing/StringComparisonParser.cs | mit | 1,590,045,044 | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Baseline;
using Marten.Schema;
namespace Marten.Linq.Parsing
{
public abstract class StringComparisonParser: IMethodCallParser
{
private readonly MethodInfo[] _supportedMethods;
public StringComparis... | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Baseline;
using Marten.Schema;
namespace Marten.Linq.Parsing
{
public abstract class StringComparisonParser: IMethodCallParser
{
private readonly MethodInfo[] _supportedMethods;
public StringComparis... |
fd0bdf05012589c28c37ee5cd07b32db5720a914 | save cache after index | save cache after index
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,590,043,936 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastruc... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastruc... |
80932831db7a3fceb9b4f8b69c727dc40af3e36f | Add a template version of Solution.GetProject | Add a template version of Solution.GetProject
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Solution.Configuration.cs | apache-2.0 | 1,590,043,900 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
0db1ea6a9d460c208e5cf513625b34968f686aa2 | Fix failing tests | Fix failing tests
| smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu | osu.Game.Rulesets.Mania.Tests/TestSceneManiaHitObjectComposer.cs | mit | 1,590,043,632 | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Contai... | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Contai... |
10f6c98995a9a2ccd62f903e53cc4f1cfa2f6a43 | use EditorBrowsable to hide unnecessary property | use EditorBrowsable to hide unnecessary property
| acple/ParsecSharp | ParsecSharp/Core/Result/Failure.cs | mit | 1,590,042,436 | using System;
using System.ComponentModel;
namespace ParsecSharp
{
public abstract class Failure<TToken, T> : Result<TToken, T>
{
[EditorBrowsable(EditorBrowsableState.Never)]
public sealed override T Value => throw this.Exception;
public abstract IParsecState<TToken> State { get; }
... | using System;
namespace ParsecSharp
{
public abstract class Failure<TToken, T> : Result<TToken, T>
{
public sealed override T Value => throw this.Exception;
public abstract IParsecState<TToken> State { get; }
public virtual ParsecException Exception => new(this.ToString());
p... |
7dd3b3eeb56473e200d07af163204022126b5e11 | Remove unused method | Remove unused method
| peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipooo/osu | osu.Game.Rulesets.Mania/UI/Column.cs | mit | 1,590,041,819 | // 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 osuTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Rulesets.Objects.D... | // 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 osuTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Rulesets.Objects.D... |
ce8b6b7383d2c32d7518b9a1091c1af1825bd334 | Correctly account for blueprint origins | Correctly account for blueprint origins
| smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu | osu.Game.Rulesets.Mania/UI/Column.cs | mit | 1,590,041,724 | // 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 osuTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Rulesets.Objects.D... | // 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 osuTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Rulesets.Objects.D... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.