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
ed3ba90e6662ae6d453bf7345c077acebbd5077b
Fix error handling of Publish target
Fix error handling of Publish target
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
build/Build.cs
mit
1,588,554,227
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Nuke.Common; using Nuke.Common.CI; using Nuke.Common.CI.AppVeyor; using Nuk...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Nuke.Common; using Nuke.Common.CI; using Nuke.Common.CI.AppVeyor; using Nuk...
ff880a7369b30ae668c2651d54bc3e056b98b7c5
Fix assertion message for finding Git directory
Fix assertion message for finding Git directory
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/Git/GitRepository.cs
mit
1,588,554,226
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.IO; using System.Linq; using System.Text.RegularExpressions; using JetBrains.Annotations; using Nuke.Common.IO; using Nuke.Common.Utilities; namespace Nuke...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.IO; using System.Linq; using System.Text.RegularExpressions; using JetBrains.Annotations; using Nuke.Common.IO; using Nuke.Common.Utilities; namespace Nuke...
cd7587349ddeb7880a2ef477dfe6cc6dfffb85a1
support for struct-lists in lists
support for struct-lists in lists
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Services/SerializerService/FlatbufferUtils.cs
mit
1,588,552,795
using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using UnityEngine; namespace Service.Serializer { public struct ExtendedTable { public static readonly ExtendedTable NULL = new ExtendedTable(-1, ...
using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using UnityEngine; namespace Service.Serializer { public struct ExtendedTable { public static readonly ExtendedTable NULL = new ExtendedTable(-1, ...
f5f690571fc4c28b8cdf4c7e04ac25e760754cbd
added missing translation entries
added missing translation entries
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Utils/Translations.cs
apache-2.0
1,588,552,129
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
848d4b027da95dd45d376c1430209056f95e9f7a
made the selection window easier to read with package names
made the selection window easier to read with package names
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,552,119
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
dc79264c849a7a1853966c2279707588c2c9cc63
Eliminate unused code
Eliminate unused code
NRules/NRules,NRules/NRules
src/NRules/NRules/Rete/TupleFactList.cs
mit
1,588,551,248
using System.Collections.Generic; using System.Diagnostics; namespace NRules.Rete { [DebuggerDisplay("TupleFactList ({Count})")] internal class TupleFactList { private readonly List<Tuple> _tuples = new List<Tuple>(); private readonly List<Fact> _facts = new List<Fact>(); public ...
using System.Collections; using System.Collections.Generic; using System.Diagnostics; namespace NRules.Rete { [DebuggerDisplay("TupleFactList ({Count})")] internal class TupleFactList { private readonly List<Tuple> _tuples = new List<Tuple>(); private readonly List<Fact> _facts = new List...
ae3376fd23d788d940784a5c306f772720cfb230
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,588,549,887
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
e653e0124dc5c75d5bf31a9f82014eb301fda788
fixed with showing save selection window when it shouldn't, and fixes with selection errors window
fixed with showing save selection window when it shouldn't, and fixes with selection errors window
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,548,935
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
249455bc3746195df72e744c0d771b977bdf1ee0
switching the wrong bools
switching the wrong bools
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,548,523
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
66049b966fc83ea5f0d548d6eff11a6b53134df3
Make DMP's GUI match with KSP's universe time display.
Make DMP's GUI match with KSP's universe time display.
Sanmilie/DarkMultiPlayer,godarklight/DarkMultiPlayer,godarklight/DarkMultiPlayer
Client/PlayerStatusWindow.cs
mit
1,588,548,465
using System; using System.Collections.Generic; using System.Text; using UnityEngine; using DarkMultiPlayerCommon; namespace DarkMultiPlayer { public class PlayerStatusWindow { public bool display = false; public bool disconnectEventHandled = true; public bool colorEventHandled = true; ...
using System; using System.Collections.Generic; using System.Text; using UnityEngine; using DarkMultiPlayerCommon; namespace DarkMultiPlayer { public class PlayerStatusWindow { public bool display = false; public bool disconnectEventHandled = true; public bool colorEventHandled = true; ...
5c5e2703328ec0c123d44fb2a64b0e343fed4037
imporved logging and fixed bugs with loading selection v3 method(s)
imporved logging and fixed bugs with loading selection v3 method(s)
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,548,067
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
0dca006b525a87322035c79d9b6e3b67f0ea2afa
Added lock
Added lock
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs
mit
1,588,547,288
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using MiscUtil.Collections.Extensions; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using S...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using MiscUtil.Collections.Extensions; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using S...
b9bd436492d2d4525977baa14e2b41e71a5faa65
added xml parsing error catching to prevent the application from throwing errors until it issues a critical application failure and goes down in flames.
added xml parsing error catching to prevent the application from throwing errors until it issues a critical application failure and goes down in flames.
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Utils/XmlUtils.cs
apache-2.0
1,588,546,705
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.IO; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; using System.Windows; using System.Reflection; using System.Text; using Ionic.Zip; using RelhaxModpack.XmlBinary; using RelhaxModpack.DatabaseCom...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.IO; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; using System.Windows; using System.Reflection; using System.Text; using Ionic.Zip; using RelhaxModpack.XmlBinary; using RelhaxModpack.DatabaseCom...
6522108dcc48fece3498d91257deafbdc555fd3e
Added check for database updater for if any packages are missing UIDs
Added check for database updater for if any packages are missing UIDs
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs
apache-2.0
1,588,546,667
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
eccab72ce01aa51e6b2f6f6d72a7b2a6624fe6b9
Added method and class name logging options at debug level
Added method and class name logging options at debug level
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Logging/Logging.cs
apache-2.0
1,588,546,637
using System; using System.IO; using System.Windows; using System.Windows.Threading; namespace RelhaxModpack { /// <summary> /// The different log files currently used in the modpack /// </summary> public enum Logfiles { /// <summary> /// The default modpack log file /// </...
using System; using System.IO; using System.Windows; using System.Windows.Threading; namespace RelhaxModpack { /// <summary> /// The different log files currently used in the modpack /// </summary> public enum Logfiles { /// <summary> /// The default modpack log file /// </...
3c846203da0f5a500d403a6a7ab7d659e29f6d1e
Fix exception that occurs when there is no animation available
Fix exception that occurs when there is no animation available
tigrouind/AITD-roomviewer
Assets/Scripts/Model/ModelLoader.cs
mit
1,588,545,804
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
cec2de1579e93b7e94fbd489dd7dcb0a48125d96
CsvSecurityMessageAdapterProvider fix.
CsvSecurityMessageAdapterProvider fix.
StockSharp/StockSharp
Algo/Storages/ISecurityMessageAdapterProvider.cs
apache-2.0
1,588,544,960
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.IO; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using StockSharp.Logging; using StockSharp.Messages; using Key = System.Tuple<Messages.SecurityId, Messages.DataType>...
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.IO; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using StockSharp.Logging; using StockSharp.Messages; using Key = System.Tuple<Messages.SecurityId, Messages.DataType>...
6629ee83346105a7c8a9a2b8d9e3234e081f31ba
Propagate IsProductPriceIncludeTax in CartService.MigrateCart (issue #886)
Propagate IsProductPriceIncludeTax in CartService.MigrateCart (issue #886)
simplcommerce/SimplCommerce,simplcommerce/SimplCommerce,simplcommerce/SimplCommerce,simplcommerce/SimplCommerce
src/Modules/SimplCommerce.Module.ShoppingCart/Services/CartService.cs
apache-2.0
1,588,544,539
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using SimplCommerce.Infrastructure; using SimplCommerce.Infrastructure.Data; using SimplCommerce.Module.ShoppingCart.Models; using SimplCommerce.Module.Core.Services; using Simp...
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using SimplCommerce.Infrastructure; using SimplCommerce.Infrastructure.Data; using SimplCommerce.Module.ShoppingCart.Models; using SimplCommerce.Module.Core.Services; using Simp...
86ec5829a1be83f3201b0e4fc56b3eb96530cfdf
A pretty cool version of Entidades that runs only using arrays, pretty cool, but have some weird casting.
A pretty cool version of Entidades that runs only using arrays, pretty cool, but have some weird casting.
alvivar/Hasten
Entidades/Entidades.cs
mit
1,588,541,146
using UnityEngine; namespace Hasten2.Entidades { [System.Serializable] public struct Entidad { public System.Type type; public Object obj; } public class Entidades : MonoBehaviour { public static int[] entityKeys = new int[0]; public static Entidad[][] entityVa...
using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Hasten2.Entidades { public class Entidades : MonoBehaviour { private struct Entidad { public System.Type type; public Object obj; } private static Dictionary<int, List<Ent...
2cec6b3e25528e179cae93ca42d3cdcd111373f4
fixed bug where the wrong list of values from CSV would get populated for a platformer.
fixed bug where the wrong list of values from CSV would get populated for a platformer.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/Glue/Glue/SaveClasses/CustomVariableExtensionMethods.TypeConverter.cs
mit
1,588,540,817
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using FlatRedBall.Glue.FormHelpers.StringConverters; using Microsoft.Xna.Framework; using FlatRedBall.Glue.FormHelpers; using FlatRedBall.Glue.GuiDisplay; using FlatRedBall.Graphics.Animation; using FlatR...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using FlatRedBall.Glue.FormHelpers.StringConverters; using Microsoft.Xna.Framework; using FlatRedBall.Glue.FormHelpers; using FlatRedBall.Glue.GuiDisplay; using FlatRedBall.Graphics.Animation; using FlatR...
f61631722149c4da4fa4ae9ddcc36708280eee07
ReadIdentityInfo fix
ReadIdentityInfo fix
AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework
Signum.React/JsonConverters/EntityJsonConverter.cs
mit
1,588,540,337
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Controllers; using Newtonsoft.Json; using Signum.Engine; using Signum.Engine.Basics; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Reflection; using Signum.React.Facades; using Signum.React.Filters; using Signum.Utilities...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Controllers; using Newtonsoft.Json; using Signum.Engine; using Signum.Engine.Basics; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Reflection; using Signum.React.Facades; using Signum.React.Filters; using Signum.Utilities...
67c02ed4f0bfb914fb0eabab185c1786bc574f31
Preserve translated file order
Preserve translated file order
Elevator89/RimWorld-Subtranslator
Elevator.Subtranslator.BackstoryUpdater/Program.cs
apache-2.0
1,588,539,395
using CommandLine; using Elevator.Subtranslator.Common; using Fastenshtein; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml.Linq; using System.Xml.Schema; namespace Elevator.Subtranslator.BackstoryUpdater { class Options { [Option...
using CommandLine; using Elevator.Subtranslator.Common; using Fastenshtein; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml.Linq; using System.Xml.Schema; namespace Elevator.Subtranslator.BackstoryUpdater { class Options { [Option...
6cad0bd16b1c6223f3b93494012748e60dc69ebb
added try catch for news viewer. This fixes issue reported by 123Gauss
added try catch for news viewer. This fixes issue reported by 123Gauss
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/NewsViewer.xaml.cs
apache-2.0
1,588,535,914
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using Sys...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using Sys...
0d84dcdf817170711e5db05f530d0dedb96103aa
added saving old V2 file to a backup file and convert the user's V2 to a V3. Except if it's a developer selection, or default_checked
added saving old V2 file to a backup file and convert the user's V2 to a V3. Except if it's a developer selection, or default_checked
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,535,603
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
757bdba0807daf83c4a339fa0c661f36cdcc26d2
Improve performance
Improve performance
Elevator89/RimWorld-Subtranslator
Elevator.Subtranslator.BackstoryUpdater/Program.cs
apache-2.0
1,588,535,015
using CommandLine; using Elevator.Subtranslator.Common; using Fastenshtein; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml.Linq; using System.Xml.Schema; namespace Elevator.Subtranslator.BackstoryUpdater { class Options { [Option...
using CommandLine; using Elevator.Subtranslator.Common; using Fastenshtein; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml.Linq; using System.Xml.Schema; namespace Elevator.Subtranslator.BackstoryUpdater { class Options { [Option...
72bcacea50e233ae39271b17aabd583b2485815c
Fix TitleShortFemale elements
Fix TitleShortFemale elements
Elevator89/RimWorld-Subtranslator
Elevator.Subtranslator.BackstoryUpdater/XmlHelper.cs
apache-2.0
1,588,534,465
using Elevator.Subtranslator.Common; using System; using System.Xml.Linq; using System.Xml.Schema; namespace Elevator.Subtranslator.BackstoryUpdater { public static class XmlHelper { public static readonly XText NewLine = new XText(Environment.NewLine); public static readonly XText Tab = new X...
using Elevator.Subtranslator.Common; using System; using System.Xml.Linq; using System.Xml.Schema; namespace Elevator.Subtranslator.BackstoryUpdater { public static class XmlHelper { public static readonly XText NewLine = new XText(Environment.NewLine); public static readonly XText Tab = new X...
fd81ba63c712ff829cfcd02c444aa38e1e5b7bef
Don't stop on first invalid token. Output non-matching brace as still a valid token
Don't stop on first invalid token. Output non-matching brace as still a valid token
lunet-io/scriban,textamina/scriban
src/Scriban/Parsing/Lexer.cs
bsd-2-clause
1,588,534,122
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compile...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compile...
42a676c3d798e5fff92b0892ca96d80339e3213d
Support TF without Socket.Poll(...) and Socket.Select(...).
Support TF without Socket.Poll(...) and Socket.Select(...).
sshnet/SSH.NET
src/Renci.SshNet/Session.cs
mit
1,588,533,309
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
6fe4ef61016cdde1b54c4ef38af683088d0ccc53
Code coverage - Stopping PeriodicBackgroundOperationOrchestrator
Code coverage - Stopping PeriodicBackgroundOperationOrchestrator
joymon/Orchestration
tests/JoymonOnline.Orchestration.Tests/PeriodicBackgroundOperationOrchestrator{OperationContextType}.Tests.cs
mit
1,588,532,185
using FluentAssertions; using JoymonOnline.Orchestration.Core; using JoymonOnline.Orchestration.Orchestrators; using JoymonOnline.Orchestration.Triggers; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.Diagnostics; using System.Threading; namespace JoymonOnline.Orche...
using JoymonOnline.Orchestration.Core; using JoymonOnline.Orchestration.Orchestrators; using JoymonOnline.Orchestration.Triggers; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.Diagnostics; using System.Threading; namespace JoymonOnline.Orchestration.Tests { [Te...
9f44cf55402302b56d3f9dc51f372829dcff5424
Code coverage - Added path for cancelling operation via asyncinterceptableoperationorchestrator
Code coverage - Added path for cancelling operation via asyncinterceptableoperationorchestrator
joymon/Orchestration
tests/JoymonOnline.Orchestration.Tests/InterceptableAsyncOperationOrchestrator{OperationContextType}_Start.cs
mit
1,588,529,630
using FluentAssertions; using JoymonOnline.Orchestration.Core; using JoymonOnline.Orchestration.Orchestrators; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace JoymonOnline.Orchestration.Tests { [TestClass] public parti...
using FluentAssertions; using JoymonOnline.Orchestration.Core; using JoymonOnline.Orchestration.Orchestrators; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace JoymonOnline.Orchestration.Tests { [TestClass] public parti...
988d523cccb8ab9c5e5c8b4ee83c33e433e0e0c8
added feature for database update: Check if a UID changed between packages. This is not allow and will stop a database publish.
added feature for database update: Check if a UID changed between packages. This is not allow and will stop a database publish.
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs
apache-2.0
1,588,528,839
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
3acbf865cdb4fa2f4fb8a0917b3e48d8be612c7c
Added new BeforeAfter2 type struct. Literally the same as BeforeAfter but with DatabasePackage type.
Added new BeforeAfter2 type struct. Literally the same as BeforeAfter but with DatabasePackage type.
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Utils/Utils.cs
apache-2.0
1,588,528,804
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
6681cd26aef143d81a7f22a36ffb1ed8c9cae95e
Don't cast if not necessary. This might be the case, if `System.DateTime` and `System.DateTimeOffset` are used together, that both can map to the same store type (e.g. `datetime(6)`). (#1080)
Don't cast if not necessary. This might be the case, if `System.DateTime` and `System.DateTimeOffset` are used together, that both can map to the same store type (e.g. `datetime(6)`). (#1080)
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql,PomeloFoundation/Pomelo.EntityFrameworkCore.MySql,PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
src/EFCore.MySql/Query/ExpressionVisitors/Internal/MySqlQuerySqlGenerator.cs
mit
1,588,528,755
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using System.Linq.Expressions; using JetBrains.Annotations; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCo...
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using System.Linq.Expressions; using JetBrains.Annotations; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCo...
6991c352fcd54f7a5e74f8a4207877ee9e3e3b32
Make Mystery Module unclaimable
Make Mystery Module unclaimable
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/Helpers/ComponentSolverFactory.cs
mit
1,588,528,607
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Missions; using Newtonsoft.Json.Linq; using UnityEngine; using UnityEngine.Networking; public static class ComponentSolverFactory { public st...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Missions; using Newtonsoft.Json.Linq; using UnityEngine; using UnityEngine.Networking; public static class ComponentSolverFactory { public st...
238c1b24db261db151e04e6957245de8b9f35852
Removed unused import
Removed unused import
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/DiscordSocketCoreListeningBehavior.cs
agpl-3.0
1,588,528,514
using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapte...
using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapte...
0f13efedbfc04744dfdf4679a29e0494b797f5ce
Fix typo in logs
Fix typo in logs
EasyNetQ/EasyNetQ,micdenny/EasyNetQ
Source/EasyNetQ/PersistentConnection.cs
mit
1,588,527,820
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using EasyNetQ.Events; using EasyNetQ.Logging; using RabbitMQ.Client; using RabbitMQ.Client.Events; namespace EasyNetQ { public interface IPersistentConnection : IDisposable { bool IsConnected { get; } IModel...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using EasyNetQ.Events; using EasyNetQ.Logging; using RabbitMQ.Client; using RabbitMQ.Client.Events; namespace EasyNetQ { public interface IPersistentConnection : IDisposable { bool IsConnected { get; } IModel...
d894ec298258a93563019d60169354676ea18c22
some more cleanup and comments
some more cleanup and comments
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs
mit
1,588,527,437
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing...
32086b4f99773363eeb725642e29c55b1f91b732
Update src/NUnitEngine/nunit.engine.core/Internal/ServerBase.cs
Update src/NUnitEngine/nunit.engine.core/Internal/ServerBase.cs Co-authored-by: Joseph Musser <b1c1d8736f20db3fb6c1c66bb1455ed43909f0d8@jnm2.com>
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
src/NUnitEngine/nunit.engine.core/Internal/ServerBase.cs
mit
1,588,526,922
// *********************************************************************** // 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...
741f3f48b01369b972a9be7b60afb0f3e0deda35
Oops, I broked the test bed
Oops, I broked the test bed
inkle/ink,inkle/ink,ghostpattern/ink,ghostpattern/ink,inkle/ink
InkTestBed/InkTestBed.cs
mit
1,588,526,421
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using Ink; class InkTestBed : IFileHandler { // --------------------------------------------------------------- // Main area to test stuff! // --------------------------------------------------------------- vo...
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using Ink; class InkTestBed : IFileHandler { // --------------------------------------------------------------- // Main area to test stuff! // --------------------------------------------------------------- vo...
f31bd7109de8b3d1cc2430d48f4d34ef4df6cead
Fix broken test
Fix broken test
exceptionless/Foundatio,exceptionless/Foundatio,FoundatioFx/Foundatio,FoundatioFx/Foundatio
src/Foundatio/Queues/QueueBase.cs
apache-2.0
1,588,525,938
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Foundatio.Serializer; using Foundatio.Utility; using Microsoft.Extensions.Logging; namespace Foundatio.Queues { public abstract class QueueBase<T, TOptions> : MaintenanceBase, IQueue<T>, I...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Foundatio.Serializer; using Foundatio.Utility; using Microsoft.Extensions.Logging; namespace Foundatio.Queues { public abstract class QueueBase<T, TOptions> : MaintenanceBase, IQueue<T>, I...
b66d515442ec93c8888b188cba8aa81a918fe7b4
Make resetdata virtual
Make resetdata virtual
FoundatioFx/Foundatio,exceptionless/Foundatio,FoundatioFx/Foundatio,exceptionless/Foundatio
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs
apache-2.0
1,588,525,938
using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; using Exceptionless; using Foundatio.Logging.Xunit; using Foundatio.Storage; using Foundatio.Tests.Utility; using Xunit; using Foundatio.Utility; using Microsof...
using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; using Exceptionless; using Foundatio.Logging.Xunit; using Foundatio.Storage; using Foundatio.Tests.Utility; using Xunit; using Foundatio.Utility; using Microsof...
930827751da6162b8b41df82bcbcbec5883f710c
Another retry
Another retry
FoundatioFx/Foundatio,exceptionless/Foundatio,exceptionless/Foundatio,FoundatioFx/Foundatio
tests/Foundatio.Tests/Metrics/InMemoryMetricsTests.cs
apache-2.0
1,588,525,938
using System.Threading.Tasks; using Foundatio.Metrics; using Foundatio.Utility; using xRetry; using Xunit; using Xunit.Abstractions; namespace Foundatio.Tests.Metrics { public class InMemoryMetricsTests : MetricsClientTestBase { public InMemoryMetricsTests(ITestOutputHelper output) : base(output) { } ...
using System.Threading.Tasks; using Foundatio.Metrics; using Foundatio.Utility; using Xunit; using Xunit.Abstractions; namespace Foundatio.Tests.Metrics { public class InMemoryMetricsTests : MetricsClientTestBase { public InMemoryMetricsTests(ITestOutputHelper output) : base(output) { } public ove...
963cd06a92be14092708cf003e5c8b22b6310cec
Add a number of decorator-centric tests to demonstrate expected behavior around resolving IEnumerable<T> and T when decorators are in play -- Exposes issue #1113 in a number of skipped tests
Add a number of decorator-centric tests to demonstrate expected behavior around resolving IEnumerable<T> and T when decorators are in play -- Exposes issue #1113 in a number of skipped tests
autofac/Autofac,autofac/Autofac
test/Autofac.Specification.Test/Features/DecoratorTests.cs
mit
1,588,525,861
using System; using System.Collections.Generic; using System.Linq; using Autofac.Features.Decorators; using Autofac.Features.Metadata; using Autofac.Features.OwnedInstances; using Xunit; namespace Autofac.Specification.Test.Features { public class DecoratorTests { private interface IDecoratedService :...
using System; using System.Collections.Generic; using System.Linq; using Autofac.Features.Decorators; using Autofac.Features.Metadata; using Autofac.Features.OwnedInstances; using Xunit; namespace Autofac.Specification.Test.Features { public class DecoratorTests { private interface IDecoratedService :...
184f0cb1ee4b0c7f8febc62e5186115474e00bd3
StyleCop fix
StyleCop fix
nicjansma/rename-regex
source/Program.cs
mit
1,588,525,799
// <copyright file="Program.cs" company="Nic Jansma"> // Copyright (c) Nic Jansma 2013 All Right Reserved // </copyright> // <author>Nic Jansma</author> // <email>nic@nicj.net</email> namespace RenameRegex { using System; using System.Diagnostics; using System.IO; using System.Reflection; using Sys...
// <copyright file="Program.cs" company="Nic Jansma"> // Copyright (c) Nic Jansma 2013 All Right Reserved // </copyright> // <author>Nic Jansma</author> // <email>nic@nicj.net</email> namespace RenameRegex { using System; using System.Diagnostics; using System.IO; using System.Reflection; using Sys...
09b1021868343bb232f4d41ef0f97dc5dedc03ab
ItemName as extension method
ItemName as extension method
elmahio/Elmah.Io.Client
src/Elmah.Io.Client/ExceptionExtensions.cs
apache-2.0
1,588,525,627
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using Elmah.Io.Client.Models; namespace Elmah.Io.Client { /// <summary> /// Extension methods provided by elmah.io for the Exception class. /// </summary> public static class ExceptionExtensio...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using Elmah.Io.Client.Models; namespace Elmah.Io.Client { /// <summary> /// Extension methods provided by elmah.io for the Exception class. /// </summary> public static class ExceptionExtensio...
844ccc5592c5db7b246bf1f3047b54023550b764
Implement Ctrl+X and Ctrl+D
Implement Ctrl+X and Ctrl+D
rds1983/Myra,rds1983/Myra
src/Myra/Graphics2D/UI/TextBox.cs
mit
1,588,523,152
using System; using System.ComponentModel; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Graphics2D.Text; using TextCopy; using Myra.Graphics2D.UI.TextEdit; #if !STRIDE using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framewor...
using System; using System.ComponentModel; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Graphics2D.Text; using TextCopy; using Myra.Graphics2D.UI.TextEdit; #if !STRIDE using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framewor...
89ad55779c42d81b5f66402ae1bb48dd14ce980c
Make velocities public
Make velocities public
ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,...
osu.Framework/Input/States/MidiState.cs
mit
1,588,522,916
// 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; namespace osu.Framework.Input.States { public class MidiState { public readonly ButtonStates<MidiKey> Keys = new Button...
// 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; namespace osu.Framework.Input.States { public class MidiState { public readonly ButtonStates<MidiKey> Keys = new Button...
b23b7dbd8887479906b94163a4d0775d1030f585
Don't protest on a non-ASCII path if the DLL can be loaded.
Don't protest on a non-ASCII path if the DLL can be loaded.
mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia
ksp_plugin_adapter/loader.cs
mit
1,588,522,620
using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Microsoft.Win32; namespace principia { namespace ksp_plugin_adapter { internal static class Loader { internal static string LoadPrincipiaDllAndInitGoogleLogging() { if (loaded_principia_dll_) { return null; ...
using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Microsoft.Win32; namespace principia { namespace ksp_plugin_adapter { internal static class Loader { internal static string LoadPrincipiaDllAndInitGoogleLogging() { if (loaded_principia_dll_) { return null; ...
496bf20bf25501e9baa29264510dd701a7e250ab
Adding more entity keys
Adding more entity keys
SteamDatabase/ValveResourceFormat
ValveResourceFormat/Utils/EntityLumpKnownKeys.cs
mit
1,588,521,964
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |...
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |...
7bbb7a0ca3fb59de330e90f22dbe3b5a8eda2b49
Remove CWLs.
Remove CWLs.
sshnet/SSH.NET
src/Renci.SshNet/Session.cs
mit
1,588,521,022
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
712807edd6e438c46ac56893aa48fd2bbefd5d61
Clear cache of possible stale user
Clear cache of possible stale user
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/DiscordSocketCoreListeningBehavior.cs
agpl-3.0
1,588,520,921
using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using SoraBot.Services.Cache; using SoraBot.Services.ReactionHandlers; using IMessage = Discord.IMessage; ...
using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using SoraBot.Services.Cache; using SoraBot.Services.ReactionHandlers; using IMessage = Discord.IMessage; ...
1d9f9f7c296c14a8bc60b0de6bb11f844008385d
#113 - Make sure to clean caches for starboard etc :)
#113 - Make sure to clean caches for starboard etc :)
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/DiscordSocketCoreListeningBehavior.cs
agpl-3.0
1,588,520,745
using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using SoraBot.Services.Cache; using SoraBot.Services.ReactionHandlers; using IMessage = Discord.IMessage; ...
using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; namespace SoraBot.Services.Core { public class DiscordSocketCoreListeningBehavior : IBehavior { ...
e18843680f1ba9ddf66ca7efcdb552ad7bbda5a5
TraderHelper. Filter Security uses SecurityMessage overload.
TraderHelper. Filter Security uses SecurityMessage overload.
StockSharp/StockSharp
Algo/TraderHelper.cs
apache-2.0
1,588,520,713
#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...
6b6ba8cc0681b47a780eec1f0c01ced4c1432db2
#113 - Made some methods static bcs.. they should be :P
#113 - Made some methods static bcs.. they should be :P
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,520,707
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
a82e8b45f65036be9a43c1fa796115ead740cc44
#113 - Unhooked some events on stop
#113 - Unhooked some events on stop
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/DiscordSocketCoreListeningBehavior.cs
agpl-3.0
1,588,519,985
using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; namespace SoraBot.Services.Core { public class DiscordSocketCoreListeningBehavior : IBehavior { ...
using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Hosting; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; namespace SoraBot.Services.Core { public class DiscordSocketCoreListeningBehavior : IBehavior { ...
bc5f7086e1c3cf274763efc6d9732c11fdcc08fb
obsoleteを修正
obsoleteを修正
hMatoba/tetsujin,hMatoba/tetsujin,hMatoba/tetsujin,hMatoba/tetsujin
tetsujin/tetsujin/Startup.cs
mit
1,588,518,236
using System; using System.Collections.Generic; using System.IO.Compression; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System.Text.Encodings.Web...
using System; using System.Collections.Generic; using System.IO.Compression; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System.Text.Encodings.Web...
c1af1e282259edf9ab81c4cb01be57ef737ff7a4
dispose pen by using syntax, #30
dispose pen by using syntax, #30
jingwood/d2dlib,jingwood/d2dlib,jingwood/d2dlib
src/Examples/Demos/Whiteboard.cs
mit
1,588,518,081
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
8623b215adbfc80cd928d50ba08a7ad64631849a
use AnimationDraw instead of Invalidate, #30
use AnimationDraw instead of Invalidate, #30
jingwood/d2dlib,jingwood/d2dlib,jingwood/d2dlib
src/Examples/Demos/Whiteboard.cs
mit
1,588,518,064
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
6893415f3ab307c9f9ff5ee7958d00ee28c6c90e
make D2DPen can dispose, #30
make D2DPen can dispose, #30
jingwood/d2dlib,jingwood/d2dlib,jingwood/d2dlib
src/D2DLibExport/D2DLib.cs
mit
1,588,518,025
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
a93a699087db2a0e0403558fd5b50d8b657dc505
EMS screen buffer should be 64000 bytes not 64K
EMS screen buffer should be 64000 bytes not 64K
tigrouind/LifeDISA,tigrouind/LifeDISA
MemoryViewer/MemoryViewer/Program.cs
mit
1,588,517,943
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 760; const int COLS = 3; int winx = GetArgument(...
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 760; const int COLS = 3; int winx = GetArgument(...
4918caabde45b9ece814babd71ee5e4cff0e003e
Add braces to foreach block
Add braces to foreach block
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/ModelBuilder.cs
apache-2.0
1,588,516,957
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
cd20fc28e4384f3e97ed9ca182fc39e2f65d5a12
MixedNamespacedeclarations error span fix
MixedNamespacedeclarations error span fix
DEVSENSE/Parsers,DEVSENSE/Parsers
Source/Devsense.PHP.Parser/Syntax/Parsers/Parser.cs
apache-2.0
1,588,515,519
// Copyright(c) DEVSENSE s.r.o. // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROVIDED ON AN *AS IS...
// Copyright(c) DEVSENSE s.r.o. // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROVIDED ON AN *AS IS...
35c4a511a5a7a5a1c3265d54ab862425b097e027
Fix to avoid CS8605
Fix to avoid CS8605
y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter
ThScoreFileConverterTests/Models/Th165/HashtagFieldsTests.cs
bsd-2-clause
1,588,515,197
using System.Diagnostics; 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)] ...
using System.Diagnostics; 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)] ...
d0b4ba7099724f2bc84dbccdd9701999ecc8f288
Fixes command processing running over chat input.
Fixes command processing running over chat input. Fixes #875
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Client/Chat/ChatManager.cs
mit
1,588,514,632
using System.Collections.Generic; using Content.Client.Interfaces.Chat; using Content.Shared.Chat; using Robust.Client.Console; using Robust.Client.Interfaces.Graphics.ClientEye; using Robust.Client.Interfaces.UserInterface; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Sh...
using System.Collections.Generic; using Content.Client.Interfaces.Chat; using Content.Shared.Chat; using Robust.Client.Console; using Robust.Client.Interfaces.Graphics.ClientEye; using Robust.Client.Interfaces.UserInterface; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Sh...
2ff078638e44537f298382ab2d4f9dffbc5c43d2
github oauth apiub oauth apiの使用方法変更
github oauth apiub oauth apiの使用方法変更
hMatoba/tetsujin,hMatoba/tetsujin,hMatoba/tetsujin,hMatoba/tetsujin
tetsujin/OAuthProvider/OAuthProvider.cs
mit
1,588,512,176
using Microsoft.AspNetCore.Http; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; namespace OAuthProvider { abstract public class GithubOAuthBase { public GithubOAuthBase(string clientId, string ...
using Microsoft.AspNetCore.Http; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; namespace OAuthProvider { abstract public class GithubOAuthBase { public GithubOAuthBase(string clientId, string ...
c97fd7d97a380e00c8b11c190b44a37e1e1a2702
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,588,509,755
#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-...
a5948e1366b7c6330864024087455e63cae3b2c7
Simplify GetParameterInfo of DynamicCustomFunction
Simplify GetParameterInfo of DynamicCustomFunction
textamina/scriban,lunet-io/scriban
src/Scriban/Runtime/DynamicCustomFunction.cs
bsd-2-clause
1,588,509,604
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Scriban.Helpers; using Scriban.Parsin...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Scriban.Helpers; using Scriban.Parsin...
c17490a6e1f96a92c06138569ece0a5815b9fcaa
Fixed failing issue test
Fixed failing issue test
oskardudycz/GoldenEye,oskardudycz/GoldenEye
src/Sample/DDD/Backend.DDD.Sample/Issues/Issue.cs
mit
1,588,508,620
using System; using Backend.DDD.Sample.Contracts.Issues; using GoldenEye.Backend.Core.Entity; using GoldenEye.Shared.Core.Objects.General; namespace Backend.DDD.Sample.Issues { internal class Issue: IEntity { public Issue() { } public Issue(Guid id, IssueType type, string title...
using System; using Backend.DDD.Sample.Contracts.Issues; using GoldenEye.Backend.Core.Entity; using GoldenEye.Shared.Core.Objects.General; namespace Backend.DDD.Sample.Issues { internal class Issue: IEntity { public Issue() { } public Issue(Guid id, IssueType type, string title...
5a8555c26bac816450c957f51900923398e93d06
FIx missing bracket
FIx missing bracket
nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2
resources/payload-templates/dropper.cs
bsd-3-clause
1,588,507,925
using System; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.Threading; using System.Diagnostics; using System.Runtime.InteropServices; using System.IO; using System.IO.Compression; using System.Collections.Generic; using System.Global...
using System; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.Threading; using System.Diagnostics; using System.Runtime.InteropServices; using System.IO; using System.IO.Compression; using System.Collections.Generic; using System.Global...
8094c0917ac26826a8aa46197a2d77bb773f46fb
Handle ObjectDisposedException.
Handle ObjectDisposedException.
sshnet/SSH.NET
src/Renci.SshNet/Session.cs
mit
1,588,507,868
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
2e8f34eb3429eef7df7d077f273a0116cb6ec860
Update DisposePattern
Update DisposePattern
cybervoid/BetterProgramming,cybervoid/BetterProgramming
DotNet/MasterTheGarbageCollector/MasterTheGarbageCollector/DisposePattern.cs
mit
1,588,506,025
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Threading; namespace MasterTheGarbageCollector { public class DisposePattern { public static long FinalizedObjects = 0; public static long TotalTime = 0; public static void Run() ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Threading; namespace MasterTheGarbageCollector { public class DisposePattern { public static long FinalizedObjects = 0; public static long TotalTime = 0; public static void Run() ...
69f0c68865b62ef9d7d5179c283562498290d4c3
support for cookie http client
support for cookie http client
SignalGo/SignalGo-full-net
SignalGo.Client/HttpClient.cs
mit
1,588,505,695
using SignalGo.Shared.Helpers; using SignalGo.Shared.IO; using SignalGo.Shared.Models; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Security; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; nam...
using SignalGo.Shared.Helpers; using SignalGo.Shared.IO; using SignalGo.Shared.Models; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Security; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; nam...
504d1dc035bd2ea75e7f8dc2456fbcb89975bc00
Prefer Socket.Poll(...) over Socket.Select(...). Fixes #355.
Prefer Socket.Poll(...) over Socket.Select(...). Fixes #355.
sshnet/SSH.NET
src/Renci.SshNet/Session.cs
mit
1,588,504,230
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Compression; using Renci.SshNet.Mes...
cd4dc452adefb71ab019d4b1b8861a8e188840b8
Fix for #761
Fix for #761
justcoding121/Titanium-Web-Proxy,titanium007/Titanium,titanium007/Titanium,titanium007/Titanium-Web-Proxy,titanium007/Titanium-Web-Proxy,justcoding121/Titanium-Web-Proxy
src/Titanium.Web.Proxy/Network/Tcp/TcpConnectionFactory.cs
mit
1,588,502,575
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Security; using System.Net.Sockets; using System.Security.Authentication; using System.Text; using System.Threading; using System.Threading.Tasks; using Titanium.W...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Security; using System.Net.Sockets; using System.Security.Authentication; using System.Text; using System.Threading; using System.Threading.Tasks; using Titanium.W...
930e028ab797698e6c8d8cd2b3cbbb627f08093f
clean code
clean code
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Json/IPAddressConverter.cs
mit
1,588,501,663
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Net; namespace WeihanLi.Common.Json { // https://stackoverflow.com/questions/18668617/json-net-error-getting-value-from-scopeid-on-system-net-ipaddress /// <summary> /// IPAddress JsonConverter /// </summary> // ReSharpe...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Net; namespace WeihanLi.Common.Json { // https://stackoverflow.com/questions/18668617/json-net-error-getting-value-from-scopeid-on-system-net-ipaddress /// <summary> /// IPAddress JsonConverter /// </summary> // ReSharpe...
2c9184a9deae7050b1aa24b0f22a6a9ffc1c167b
#99 Get-IshFolderContent should return all versions of objects when VersionFilter is empty
#99 Get-IshFolderContent should return all versions of objects when VersionFilter is empty
sdl/ISHRemote,sdl/ISHRemote
Source/ISHRemote/Trisoft.ISHRemote/Cmdlets/Folder/GetIshFolderContent.cs
apache-2.0
1,588,501,183
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
3b255ecd7275d0911149b076372b46e527202b60
fixed test for pull request 195
fixed test for pull request 195
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator.Tests/XmlTests.cs
apache-2.0
1,588,500,999
using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using ...
using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using ...
3bed50825e08b676c554fa0003e9eb4a7d327b60
Improve setting outside and inside borders for large ranges
Improve setting outside and inside borders for large ranges
igitur/ClosedXML,ClosedXML/ClosedXML
ClosedXML/Excel/Style/XLBorder.cs
mit
1,588,500,641
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ClosedXML.Excel { internal class XLBorder : IXLBorder { #region Static members internal static XLBorderKey GenerateKey(IXLBorder defaultBorder) { XLBorderKey key; if ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ClosedXML.Excel { internal class XLBorder : IXLBorder { #region Static members internal static XLBorderKey GenerateKey(IXLBorder defaultBorder) { XLBorderKey key; if ...
e38b4504083e1ed6627924682b5ba6b3894ee081
Fix for invalid auth token causing crash
Fix for invalid auth token causing crash
Slazanger/SMT,Slazanger/SMT
EVEData/EveManager.cs
mit
1,588,500,428
//----------------------------------------------------------------------- // EVE Manager //----------------------------------------------------------------------- using ESI.NET; using ESI.NET.Enumerations; using ESI.NET.Models.SSO; using Microsoft.Extensions.Options; using Newtonsoft.Json; using Newtonsoft.J...
//----------------------------------------------------------------------- // EVE Manager //----------------------------------------------------------------------- using ESI.NET; using ESI.NET.Enumerations; using ESI.NET.Models.SSO; using Microsoft.Extensions.Options; using Newtonsoft.Json; using Newtonsoft.J...
b6a9dc1d65a812502b43aaf8070e032b75dff08a
use global referencing for editorbrowsable attribute to avoid conflict with potential generated class "System"
use global referencing for editorbrowsable attribute to avoid conflict with potential generated class "System"
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/TypeModel.cs
apache-2.0
1,588,500,184
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
e1f04bcaecafee9611bfcf9f3ddcd42bf0b3f6c3
generate empty array on empty default string
generate empty array on empty default string
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/TypeModel.cs
apache-2.0
1,588,500,073
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
7759215924f263345d67588da4a856da68e2d3cd
Ignore non-working integration test
Ignore non-working integration test
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
src/NUnitEngine/nunit.engine.tests/Integration/RemoteAgentTests.cs
mit
1,588,499,970
#if !NETCOREAPP1_1 && !NETCOREAPP2_1 using System.Diagnostics; using NUnit.Engine.Tests.Helpers; using NUnit.Framework; namespace NUnit.Engine.Tests.Integration { public sealed class RemoteAgentTests : IntegrationTests { [Test, Ignore("No longer works with multiple agents")] public void Explor...
#if !NETCOREAPP1_1 && !NETCOREAPP2_1 using System.Diagnostics; using NUnit.Engine.Tests.Helpers; using NUnit.Framework; namespace NUnit.Engine.Tests.Integration { public sealed class RemoteAgentTests : IntegrationTests { [Test] public void Explore_does_not_throw_SocketException() { ...
3068b3e3487350a97668508836ccd1dd34b4031f
update ResultModel
update ResultModel
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Models/ResultModel.cs
mit
1,588,499,165
using System.ComponentModel; namespace WeihanLi.Common.Models { /// <summary> /// ResultModel /// </summary> public class ResultModel { /// <summary> /// ResultStatus /// </summary> public ResultStatus Status { get; set; } /// <summary> /// Message ...
using System.ComponentModel; namespace WeihanLi.Common.Models { /// <summary> /// ResultModel /// </summary> public class ResultModel { /// <summary> /// ResultStatus /// </summary> public ResultStatus Status { get; set; } /// <summary> /// Message ...
be0b48a535ecd6bee4d59ea019af30d9dc01d0f0
First test with StationGateway
First test with StationGateway
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Gateway/StationGateway.cs
agpl-3.0
1,588,498,376
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; using UnityEngine.SceneManagement; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null...
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; using UnityEngine.SceneManagement; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null...
09661c6ac7970faa8c225347835b4c2dd49bcc55
Core - PathCheck fix typo in comment
Core - PathCheck fix typo in comment
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp/Internals/PathCheck.cs
bsd-3-clause
1,588,498,311
// Copyright © 2020 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. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICE...
// Copyright © 2020 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. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICE...
9bcdd863e065464a5fe83614dbcdc3cb3e0cc39c
Allow Node funcs to be accessed in outside plugins.
Allow Node funcs to be accessed in outside plugins.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Profiles/Node.cs
mit
1,588,498,004
using Aurora.Utils; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq.Expressions; using System.Reflection; namespace Aurora.Profiles { public class Node<TClass> : StringProperty<TClass> where TClass : Node<TClass> { protected Newtonsoft.Json.Linq.JObject _...
using Aurora.Utils; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq.Expressions; using System.Reflection; namespace Aurora.Profiles { public class Node<TClass> : StringProperty<TClass> where TClass : Node<TClass> { protected Newtonsoft.Json.Linq.JObject _...
7d16d2cc8f7dd9b1a0067f0d65c438b980f5b0b4
Make Import Data a security critical permission (#6087)
Make Import Data a security critical permission (#6087)
OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,OrchardCMS/Brochard,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,petedavis/Orcha...
src/OrchardCore.Modules/OrchardCore.Deployment/Permissions.cs
bsd-3-clause
1,588,495,281
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using OrchardCore.Security.Permissions; namespace OrchardCore.Deployment { public class Permissions : IPermissionProvider { public static readonly Permission ManageDeploymentPlan = new Permission("ManageDeploymentPlan", ...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using OrchardCore.Security.Permissions; namespace OrchardCore.Deployment { public class Permissions : IPermissionProvider { public static readonly Permission ManageDeploymentPlan = new Permission("ManageDeploymentPlan", ...
c98b380bf5af781e2ca948cd76a19abca7fd3a25
Use var instead.
Use var instead.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/MagickNET.cs
apache-2.0
1,588,494,548
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
b40fedd3dc6db38baf9cc8dd3bd31ffc63a39c8d
Simplify code slightly
Simplify code slightly
ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framew...
osu.Framework/Graphics/OpenGL/Textures/TextureGLAtlas.cs
mit
1,588,493,923
// 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.Linq; using osu.Framework.Graphics.Primitives; using osu.Framework.Graphics.Textures; using osu.Framework.Lists; using osuTK.Graphics.ES30; us...
// 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.Linq; using osu.Framework.Graphics.Primitives; using osu.Framework.Graphics.Textures; using osu.Framework.Lists; using osuTK.Graphics.ES30; us...
ade1d48c607d2d5895d29ca9a58189b5f0331c1f
Visualize subrectangle in test case
Visualize subrectangle in test case
peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framewor...
osu.Framework.Tests/Visual/Sprites/TestSceneWrapModes.cs
mit
1,588,493,363
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Effects; using osu.Framework.Graphics...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.OpenGL.Textures; using osu.Framework....
52d81c6520beb53c1222dc64e2bafd5536cb4221
Small fix with servers sending light values
Small fix with servers sending light values
kennyvv/Alex,kennyvv/Alex,kennyvv/Alex
src/Alex/Worlds/Bedrock/ChunkProcessor.cs
mpl-2.0
1,588,492,737
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using Alex.API.Blocks.State; using Alex.API.Graphics; using Alex.Blocks.State; using Alex.Blocks.Storage; using Alex.Utils; using fNbt; using MiNET; using MiNET.Net; using MiN...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using Alex.API.Blocks.State; using Alex.API.Graphics; using Alex.Blocks.State; using Alex.Blocks.Storage; using Alex.Utils; using fNbt; using MiNET; using MiNET.Net; using MiN...
9c9c102e74869dd3fafbd3ee5edd492064dd09d3
fix PadRight formatter
fix PadRight formatter
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Controllers/InvoiceController.UI.cs
mit
1,588,491,130
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Mime; using System.Net.WebSockets; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Client; using BTCPayServer.Data; using BTCPayServer.Events; using BTCPayServer.Filters; using BTCPa...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Mime; using System.Net.WebSockets; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Client; using BTCPayServer.Data; using BTCPayServer.Events; using BTCPayServer.Filters; using BTCPa...
c54ef57c294db322f32194b26122eb0b9cf6706e
added directLoad feature for directly checking packages (like V2 format), for use when using default_checked files. Added saving of one-behind backup file of old selection file.
added directLoad feature for directly checking packages (like V2 format), for use when using default_checked files. Added saving of one-behind backup file of old selection file.
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,490,747
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
545188b96a370836bdac36c25bcc620b7c95582c
Added another header, added toggle for zeroing out rotation
Added another header, added toggle for zeroing out rotation
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/UX/Scripts/Utilities/PrefabSpawner.cs
mit
1,588,484,928
using Microsoft.MixedReality.Toolkit.Input; using System.Threading.Tasks; using UnityEngine; using UnityEngine.Serialization; using Microsoft.MixedReality.Toolkit.Utilities; public class PrefabSpawner : BaseFocusHandler, IMixedRealityInputHandler, IMixedRealityInputHandler<float> { private enum Vanish...
using Microsoft.MixedReality.Toolkit.Input; using System.Threading.Tasks; using UnityEngine; using UnityEngine.Serialization; using Microsoft.MixedReality.Toolkit.Utilities; public class PrefabSpawner : BaseFocusHandler, IMixedRealityInputHandler, IMixedRealityInputHandler<float> { private enum Vanish...
34424003f6b200546db69bdaf51c25803ef783c1
Fixed comment bug.
Fixed comment bug.
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
core/Piranha/Extend/Blocks/QuoteBlock.cs
mit
1,588,482,450
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using Piranha.Extend.Fields; namespace Piranha.Extend.Blocks { /// <summary> ...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using Piranha.Extend.Fields; namespace Piranha.Extend.Blocks { //...
f46c8f4451968c2d40380b2935b0d21d1ad8e3cf
Convert ElectricalNodeControl to TryGetValue instead of ContainsKey and []
Convert ElectricalNodeControl to TryGetValue instead of ContainsKey and []
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Electricity/NodeModules/ElectricalNodeControl.cs
agpl-3.0
1,588,481,883
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; public class ElectricalNodeControl : NetworkBehaviour, IServerDespawn { [SerializeField] public InLineDevice Node; public PowerTypeCategory ApplianceType; public Connection WireEndB; public Connection WireEn...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; public class ElectricalNodeControl : NetworkBehaviour, IServerDespawn { [SerializeField] public InLineDevice Node; public PowerTypeCategory ApplianceType; public Connection WireEndB; public Connection WireEn...
c8f0389e96c30f0ca2a189fe87da55b40599d824
ElectricityFunctions.cs refactor, performance should be better
ElectricityFunctions.cs refactor, performance should be better ElectricityFunctions.cs changes Line 27 public static HashSet<IntrinsicElectronicData> SwitchCaseConnections(Vector2 searchVec, Matrix matrix, HashSet<PowerTypeCategory> CanConnectTo, Connection ConnPoints, IntrinsicElectronicData OIinheritance, HashSet<I...
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Electricity/FunctionsAndClasses/ElectricityFunctions.cs
agpl-3.0
1,588,481,882
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; public static class ElectricityFunctions { public static HashSet<Vector3Int> MachineConnectorDirections = new HashSet<Vector3Int>() { Vector3Int.up, Vector3Int.down, Vector3Int.right, Vector3Int.left }; public sta...
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; public static class ElectricityFunctions { public static HashSet<Vector2> MachineConnectorDirections = new HashSet<Vector2>() { Vector2.up, Vector2.down, Vector2.right, Vector2.left }; public static void FindPoss...
68d40cf79064efc39f89631a80873f0886df99f9
Fix test failures due to online cache download
Fix test failures due to online cache download
UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu-new,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu
osu.Game/Beatmaps/BeatmapManager_BeatmapOnlineLookupQueue.cs
mit
1,588,479,957
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Dapper; using Microso...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Dapper; using Microso...
90de77b858432520fa4a8aa9b7ffc3cd65d25e9f
fixed #6: incorrect id and name when using 'Model' subproperty and custom Object template
fixed #6: incorrect id and name when using 'Model' subproperty and custom Object template
maxtoroq/XCST-a,maxtoroq/XCST-a
src/Xcst.AspNet/Framework/ExpressionHelper.cs
apache-2.0
1,588,474,345
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Web.Mvc.ExpressionUtil; using Syste...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Web.Mvc.ExpressionUtil; using Syste...
4afe350f958cf585f48f65f8de931f4667b83278
Fix cancels carrying over between commands
Fix cancels carrying over between commands
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/Helpers/CoroutineQueue.cs
mit
1,588,470,688
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class CoroutineQueue : MonoBehaviour { private void Awake() { _coroutineQueue = new LinkedList<IEnumerator>(); _forceSolveQueue = new LinkedList<Stack<IEnumerator>>(); _bombIDProcessed = new Queue<int>(); } ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class CoroutineQueue : MonoBehaviour { private void Awake() { _coroutineQueue = new LinkedList<IEnumerator>(); _forceSolveQueue = new LinkedList<Stack<IEnumerator>>(); _bombIDProcessed = new Queue<int>(); } ...