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
d5d21e70791e028e8fe2d8f9c66c100e5d3a7edb
Chat fix (#832)
Chat fix (#832)
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.Server/Chat/ChatCommands.cs
mit
1,587,421,613
using Content.Server.GameObjects.Components.Observer; using Content.Server.Interfaces.Chat; using Content.Server.Players; using Robust.Server.Interfaces.Console; using Robust.Server.Interfaces.Player; using Robust.Shared.Enums; using Robust.Shared.IoC; namespace Content.Server.Chat { internal class SayCommand : I...
using Content.Server.GameObjects.Components.Observer; using Content.Server.Interfaces.Chat; using Content.Server.Observer; using Robust.Server.Interfaces.Console; using Robust.Server.Interfaces.Player; using Robust.Shared.Enums; using Robust.Shared.IoC; namespace Content.Server.Chat { internal class SayCommand : ...
30f054d261a514e2be75efad077ae499f4edf8e5
Fix NullReferenceException introduced earlier today (BL-8356)
Fix NullReferenceException introduced earlier today (BL-8356)
StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDes...
src/BloomExe/Book/Book.cs
mit
1,587,421,230
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
915e9efc2622145af396c4dd79a55b2bcdd1e844
fix for issue #10
fix for issue #10
vip32/serilog-sinks-litedb,vip32/serilog-sinks-litedb
src/Serilog.Sinks.LiteDB/Sinks/LiteDB/LiteDbJsonFormatter.cs
apache-2.0
1,587,419,338
// Copyright 2016 Serilog Contributors // // 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 law or agr...
// Copyright 2016 Serilog Contributors // // 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 law or agr...
ddda0e169e59db9399a617e5711196b9dd65b378
GSF.Core: Fixed GetColumn extension function to properly validate dimension zero length.
GSF.Core: Fixed GetColumn extension function to properly validate dimension zero length.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Core/Collections/CollectionExtensions.cs
mit
1,587,418,504
//****************************************************************************************************** // CollectionExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. Se...
//****************************************************************************************************** // CollectionExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. Se...
bf1ce6a4b39a15f3252a3a7e4b92d521e6ab79ad
Bump version to 17.0.2.45932
Bump version to 17.0.2.45932
HearthSim/HearthDb
HearthDb/Properties/AssemblyInfo.cs
mit
1,587,416,814
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Hea...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Hea...
c7b839d9cdbb2297b41aec94fc2d2af26a39fccf
Update CardIds for 17.0.2.45932
Update CardIds for 17.0.2.45932
HearthSim/HearthDb
HearthDb/CardIds.cs
mit
1,587,416,803
namespace HearthDb { /* THIS CLASS WAS GENERATED BY HearthDb.CardIdGenerator. DO NOT EDIT. */ public class CardIds { public class Collectible { public class Neutral { public const string TwilightGuardian = "AT_017"; public const string ...
namespace HearthDb { /* THIS CLASS WAS GENERATED BY HearthDb.CardIdGenerator. DO NOT EDIT. */ public class CardIds { public class Collectible { public class Neutral { public const string TwilightGuardian = "AT_017"; public const string ...
b6d7f017e5b07de764a230f7227797ca572f7159
Release any selectables that were held on solve or strike
Release any selectables that were held on solve or strike
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/ComponentSolver.cs
mit
1,587,416,496
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using UnityEngine; public abstract class ComponentSolver { #region Constructors protected ComponentSolver(TwitchModule module, bool hookUpEvents = true) { Mo...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using UnityEngine; public abstract class ComponentSolver { #region Constructors protected ComponentSolver(TwitchModule module, bool hookUpEvents = true) { Mo...
a1a293f6dc355e2e75f7a5b534e6c932ba41a1d1
Fix null ref guard for leap attachment hand on Disable cleanup
Fix null ref guard for leap attachment hand on Disable cleanup
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Providers/LeapMotion/LeapMotionDeviceManager.cs
mit
1,587,416,286
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using UnityEngine; using System.Collections.Generic; using Unity.Profili...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using UnityEngine; using System.Collections.Generic; using Unity.Profili...
34992838499f31fab41ad585e51cf711e25b74c6
(#64) Rename BarTimerBar.Marker to TimerBarMarker
(#64) Rename BarTimerBar.Marker to TimerBarMarker
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/BarTimerBar.cs
mit
1,587,415,847
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; /// <summary> /// Represents a timer bar containing a progress bar. /// </summary> /// <seealso cref="TimerBarMarker"/> public class BarTimerBar : Ti...
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; /// <summary> /// Represents a timer bar containing a progress bar. /// </summary> public class BarTimerBar : TimerBarBase { private float pe...
284a50dff872f551ed4adb17780c5f887ac77f56
Fix formatting.
Fix formatting.
mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia
ksp_plugin_adapter/time_span.cs
mit
1,587,414,773
using System; using System.Collections.Generic; using System.Globalization; using System.Text.RegularExpressions; namespace principia { namespace ksp_plugin_adapter { // This class starts with "Principia" to avoid confusion with the .Net TimeSpan. class PrincipiaTimeSpan { public PrincipiaTimeSpan(double seconds) ...
using System; using System.Globalization; using System.Text.RegularExpressions; namespace principia { namespace ksp_plugin_adapter { // This class starts with "Principia" to avoid confusion with the .Net TimeSpan. class PrincipiaTimeSpan { public PrincipiaTimeSpan(double seconds) { seconds_ = seconds; } p...
6e95c17b1a208594ae3f9eb6d4695e7802a2e21d
(#64) Rename CheckpointsTimerBar.Checkpoint to TimerBarCheckpoint and CheckpointsTimerBar.CheckpointState to TimerBarCheckpointState
(#64) Rename CheckpointsTimerBar.Checkpoint to TimerBarCheckpoint and CheckpointsTimerBar.CheckpointState to TimerBarCheckpointState
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/CheckpointsTimerBar.cs
mit
1,587,414,342
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.Drawing; /// <summary> /// Represents a timer bar containing a list of checkpoints. /// <para> /// Each checkpoint is drawn as a circle which is either greyed out when not completed, black when f...
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.Drawing; /// <summary> /// Represents a timer bar containing a list of checkpoints. /// <para> /// Each checkpoint is drawn as a circle which is either greyed out when not completed, black when f...
d5bcab5f39874558e88daf4b5dcdfbef26862997
fix response of bulk call
fix response of bulk call
plivo/plivo-dotnet,plivo/plivo-dotnet
src/Plivo/Resource/Call/CallInterface.cs
mit
1,587,414,106
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Plivo.Client; namespace Plivo.Resource.Call { /// <summary> /// Call interface. /// </summary> public class CallInterface :...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Newtonsoft.Json; using Plivo.Client; namespace Plivo.Resource.Call { /// <summary> /// Call interface. /// </summary> public class CallInterface : ResourceInterface { ...
6130fd021d4ef792c17db2fef8ea4b661c9ee07f
Catch exceptions in ResourceEntry.Children (#611)
Catch exceptions in ResourceEntry.Children (#611)
cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd
src/Microsoft.Diagnostics.Runtime/src/Utilities/PEImage/ResourceEntry.cs
mit
1,587,414,067
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Linq; using System.Runtime.CompilerServices; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Linq; using System.Runtime.CompilerServices; using S...
c5bec8a86f7a7585004a2eeddbc1274cc41c44eb
Обновлена документация параметра LifeTime метода Ads.CreateTargetGroup (#966)
Обновлена документация параметра LifeTime метода Ads.CreateTargetGroup (#966)
vknet/vk
VkNet/Model/RequestParams/Ads/CreateTargetGroupParams.cs
mit
1,587,413,486
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace VkNet.Model.RequestParams.Ads { /// <summary> /// Параметры запроса ads.createTargetGroup /// </summary> [Serializable] public class CreateTargetGroupParams { /// <summary> /// Идентификатор рекламного кабинета. обязательный пар...
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace VkNet.Model.RequestParams.Ads { /// <summary> /// Параметры запроса ads.createTargetGroup /// </summary> [Serializable] public class CreateTargetGroupParams { /// <summary> /// Идентификатор рекламного кабинета. обязательный пар...
dd4c10ec1e5fe19c238b3ddf3c8db243d13d9dd2
Handle PS3 covers with no text
Handle PS3 covers with no text
BloomBooks/PhotoStoryToBloomConverter,BloomBooks/PhotoStoryToBloomConverter
PhotoStoryToBloomConverter/Ps3Model/PhotoStoryProject.cs
mit
1,587,413,424
using System.Linq; using System.Text.RegularExpressions; using System.Xml.Serialization; namespace PhotoStoryToBloomConverter.PS3Model { [XmlRoot("MSPhotoStoryProject", Namespace="MSPhotoStory")] public class PhotoStoryProject { [XmlAttribute("schemaVersion")] public string SchemaVersion; ...
using System.Linq; using System.Text.RegularExpressions; using System.Xml.Serialization; namespace PhotoStoryToBloomConverter.PS3Model { [XmlRoot("MSPhotoStoryProject", Namespace="MSPhotoStory")] public class PhotoStoryProject { [XmlAttribute("schemaVersion")] public string SchemaVersion; ...
9859512e47eb7f7f6dc7b1976e6e428156c17043
Handle an unrecognized cover image
Handle an unrecognized cover image
BloomBooks/PhotoStoryToBloomConverter,BloomBooks/PhotoStoryToBloomConverter
PhotoStoryToBloomConverter/BloomModel/BloomDocument.cs
mit
1,587,413,424
using System; using PhotoStoryToBloomConverter.BloomModel.BloomHtmlModel; using PhotoStoryToBloomConverter.PS3Model; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using NAudio.Wave; using PhotoStoryToBloomConverter.Utilities; using SIL.Windows.For...
using System; using PhotoStoryToBloomConverter.BloomModel.BloomHtmlModel; using PhotoStoryToBloomConverter.PS3Model; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using NAudio.Wave; using PhotoStoryToBloomConverter.Utilities; using SIL.Windows.For...
6df6549e6a3e60941e7b34330055991ee87c4ad0
Add Bible bookshelf
Add Bible bookshelf
BloomBooks/PhotoStoryToBloomConverter,BloomBooks/PhotoStoryToBloomConverter
PhotoStoryToBloomConverter/Project.cs
mit
1,587,413,381
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using PhotoStoryToBloomConverter.BloomModel; using PhotoStoryToBloomConverter.PS3Model; using PhotoStoryToBloomConverter.Utilities; using SIL.Extensions; namespace PhotoStoryToBloomConverter { class Project { private readonl...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using PhotoStoryToBloomConverter.BloomModel; using PhotoStoryToBloomConverter.PS3Model; using PhotoStoryToBloomConverter.Utilities; using SIL.Extensions; namespace PhotoStoryToBloomConverter { class Project { private readonl...
fc68450c1aa9c7f91fb2abed520e63a7d7305187
Test command
Test command
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/InfoModule.cs
agpl-3.0
1,587,413,204
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Humanizer; using Microsoft.Extensions.Options; using SoraBot.Bot.Models; using SoraBot.Bot.TypeReaders; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBo...
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Humanizer; using Microsoft.Extensions.Options; using SoraBot.Bot.Models; using SoraBot.Bot.TypeReaders; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBo...
d7acb0877151f3f775684741d0f5f424fead263c
Fix a bug that causes pHashes for the placeholder image to be generated
Fix a bug that causes pHashes for the placeholder image to be generated
BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenM...
src/BloomExe/Book/Book.cs
mit
1,587,412,379
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
210c5f9bbfd75e021a910d3dbd314c72ea1838bb
[ReplayMp4Tool] added FilePath output to json Being able to find the file that was processed is very useful for use with driver scripts.
[ReplayMp4Tool] added FilePath output to json Being able to find the file that was processed is very useful for use with driver scripts.
overtools/OWLib
ReplayMp4Tool/ReplayThing.cs
mit
1,587,412,215
using System; using System.Buffers.Binary; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using DataTool.DataModels; using DataTool.DataModels.Hero; using DataTool.Helper; using TankLib; using TankLib.Helpers; using TankLib.STU.Types; nam...
using System; using System.Buffers.Binary; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using DataTool.DataModels; using DataTool.DataModels.Hero; using DataTool.Helper; using TankLib; using TankLib.Helpers; using TankLib.STU.Types; nam...
756adb5dd5467ba5f0de000008d4c91009bfb2db
fix designer tests.
fix designer tests.
SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky...
tests/Avalonia.DesignerSupport.Tests/DesignerSupportTests.cs
mit
1,587,412,195
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using Avalonia.Remote.Protocol; using Avalonia.Remote....
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using Avalonia.Remote.Protocol; using Avalonia.Remote....
5de93378cf6a9fca0973e7e7616234636d524cbd
fix designer tests.
fix designer tests.
SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Ava...
tests/Avalonia.DesignerSupport.Tests/DesignerSupportTests.cs
mit
1,587,412,189
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using Avalonia.Remote.Protocol; using Avalonia.Remote....
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using Avalonia.Remote.Protocol; using Avalonia.Remote....
9fea0d11413b4ab88cc1389d0b8885f9d196d784
adds more variations of FieldRef access
adds more variations of FieldRef access
pardeike/Harmony
Harmony/Tools/AccessTools.cs
mit
1,587,412,156
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.Serialization; using MonoMod.Utils; namespace HarmonyLib { /// <summary>A helper class for reflection related functions</su...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.Serialization; using MonoMod.Utils; namespace HarmonyLib { /// <summary>A helper class for reflection related functions</su...
de3f0478b00162078a0b767b33cfb165d590570e
Take latest PR from parent remote (#5)
Take latest PR from parent remote (#5) * Escape schema name and table name because the query fails if they contain dots (#18) Thank you for the PR Co-authored-by: Vladimir Panchenko <81422bdd4121f11c9e8c301d7ecb54bb8dddea71@gmail.com>
PomeloFoundation/Caching-MySQL,PomeloFoundation/Caching-MySQL
src/Pomelo.Extensions.Caching.MySql/MySqlQueries.cs
mit
1,587,412,106
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License namespace Pomelo.Extensions.Caching.MySql { internal class MySqlQueries { private const string TableInfoFormat = "SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE " + "FROM INFORMATION_SCHEMA.TABLES " + "W...
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License namespace Pomelo.Extensions.Caching.MySql { internal class MySqlQueries { private const string TableInfoFormat = "SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE " + "FROM INFORMATION_SCHEMA.TABLES " + "W...
63503180f6f583aa593f90fbf45ce2609baae643
update comment
update comment
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Programs/UWP.cs
mit
1,587,411,949
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
c13837cc3123533563ea9e4c513142bd0d59564b
implemented FirmwareUpdateDevice.Load() file path overload
implemented FirmwareUpdateDevice.Load() file path overload
treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk
NET/API/Treehopper.Firmware/FirmwareUpdateDevice.cs
mit
1,587,411,835
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using HidSharp; namespace Treehopper.Firmware { /// <summary> /// A class for upl...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using HidSharp; namespace Treehopper.Firmware { /// <summary> /// A class for upl...
f51cf2c2317ff37b56f6be722c2a1d61465ae758
Pull assembly loading into common helper method
Pull assembly loading into common helper method
khellang/Scrutor,khellang/Scrutor
src/Scrutor/TypeSourceSelector.cs
mit
1,587,411,791
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyModel; namespace Scrutor { public class TypeSourceSelector : ITypeSourceSelector, ISelector { private List<ISelector> Selecto...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyModel; namespace Scrutor { public class TypeSourceSelector : ITypeSourceSelector, ISelector { private List<ISelector> Selecto...
e3cd3cf1da7e8e9458697caccf6bb30c008d5791
Convert to auto-properties
Convert to auto-properties
peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu-new,UselessToucan/osu
osu.Game/Screens/Select/BeatmapCarousel.cs
mit
1,587,411,787
// 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 osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
// 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 osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
9b6e26583bdb69c01219ab2b9ceb8d554883d1f5
Add xmldocs
Add xmldocs
ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Screens/Select/BeatmapCarousel.cs
mit
1,587,411,763
// 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 osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
// 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 osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
6460f230d05ae81c8678b6358eb3b452bff3d157
fix load pri faield exception
fix load pri faield exception
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Programs/UWP.cs
mit
1,587,411,530
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
cbe4f60b7e870f1731fad0949608e9bdaa96c305
feat(character settings): add ToString method
feat(character settings): add ToString method
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/Lobby/CharacterSettings.cs
agpl-3.0
1,587,411,207
using System; using System.Linq; using System.Text; using UI.CharacterCreator; /// <summary> /// Class containing all character preferences for a player /// Includes appearance, job preferences etc... /// </summary> public class CharacterSettings { // TODO: all of the in-game appearance variables should probably be ...
using System; using System.Linq; using UI.CharacterCreator; /// <summary> /// Class containing all character preferences for a player /// Includes appearance, job preferences etc... /// </summary> public class CharacterSettings { // TODO: all of the in-game appearance variables should probably be refactored into a s...
726e8c5be15e2e3f0fc9adaf75f85e135aa4f6cf
fix(player list): add check for null character settings
fix(player list): add check for null character settings
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Managers/PlayerList.cs
agpl-3.0
1,587,411,207
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using Mirror; using Newtonsoft.Json; /// Comfy place to get players and their info (preferably via their connection) /// Has limited scope for clients (ClientConnectedPlayers only), sweet things are mostly for server public partial ...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using Mirror; using Newtonsoft.Json; /// Comfy place to get players and their info (preferably via their connection) /// Has limited scope for clients (ClientConnectedPlayers only), sweet things are mostly for server public partial ...
ea48aad8237ec62e072dd28cde415a3d8d4896ac
feat(gamemode): add antag pref checks for antag candidates
feat(gamemode): add antag pref checks for antag candidates
fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/GameModes/GameMode.cs
agpl-3.0
1,587,411,207
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using Antagonists; using UI.CharacterCreator; using UnityEngine.Serialization; /// <summary> /// Contains the definition of a game mode. To create a new one you should /// make a new class which inherits this one. Make a pr...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using Antagonists; using UnityEngine.Serialization; /// <summary> /// Contains the definition of a game mode. To create a new one you should /// make a new class which inherits this one. Make a prefab with this script /// a...
eb711b22e252aee5861913aff2d1b0e81904c1ce
Reorder the 'thank you' menu
Reorder the 'thank you' menu
awaescher/RepoZ,awaescher/RepoZ,awaescher/RepoZ
RepoZ.App.Mac/PopupViewController.cs
mit
1,587,411,129
using System; using Foundation; using AppKit; using RepoZ.App.Mac.Model; using RepoZ.Api.Git; using System.Diagnostics; using RepoZ.Api.Common.Common; using RepoZ.Api.Common.Git.AutoFetch; namespace RepoZ.App.Mac { public partial class PopupViewController : AppKit.NSViewController { private const int MENU_MANAGE ...
using System; using Foundation; using AppKit; using RepoZ.App.Mac.Model; using RepoZ.Api.Git; using System.Diagnostics; using RepoZ.Api.Common.Common; using RepoZ.Api.Common.Git.AutoFetch; namespace RepoZ.App.Mac { public partial class PopupViewController : AppKit.NSViewController { private const int MENU_MANAGE ...
4369b78b9ab12ca68b843c3793b1dd40b0d28cfe
Added ThreadInfo.PrefetchBacktrace()
Added ThreadInfo.PrefetchBacktrace()
mono/debugger-libs,mono/debugger-libs,Unity-Technologies/debugger-libs,Unity-Technologies/debugger-libs
Mono.Debugging/Mono.Debugging.Client/ThreadInfo.cs
mit
1,587,410,954
// ThreadInfo.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2008 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software wi...
// ThreadInfo.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2008 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software wi...
c9c6e6704a8e2b938a38430b292c0a37affce216
ignore description exception and check description first
ignore description exception and check description first
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Programs/Win32.cs
mit
1,587,410,810
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using Wox.Infrastructure; using Wox.Plugin.Program.Logger; using...
4664456d4f171df6ab7dbffe9cae6f628b580e57
fix lnk program indexing
fix lnk program indexing fix extension matching
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Programs/Win32.cs
mit
1,587,410,810
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using...
aeaff26764201fda94835594ee418c143a660d57
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,410,503
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "211d14d10326cd94bc1975a625d52e21f70e9931"; public static string Version = "1.2"; public static string Build = "3348"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "570918de63ca5f5f6947c0dbb60761db8b8b6c83"; public static string Version = "1.2"; public static string Build = "3347"; ...
4e6e80f8d7853740b1810b2ed6ce91d4c3c58f2c
Forgot to restore this else
Forgot to restore this else
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Security/WindowsSystemIdentity.cs
agpl-3.0
1,587,410,282
using System; using System.DirectoryServices.AccountManagement; using System.Security.Principal; using System.Threading; using System.Threading.Tasks; namespace Tgstation.Server.Host.Security { /// <summary> /// <see cref="ISystemIdentity"/> for windows systems /// </summary> sealed class WindowsSystemIdentity : ...
using System; using System.DirectoryServices.AccountManagement; using System.Security.Principal; using System.Threading; using System.Threading.Tasks; namespace Tgstation.Server.Host.Security { /// <summary> /// <see cref="ISystemIdentity"/> for windows systems /// </summary> sealed class WindowsSystemIdentity : ...
14110c5fb7c0b12bd78cf83b95348edd3084ed08
move ios fix to only IOS ifdef
move ios fix to only IOS ifdef
RevenantX/LiteNetLib
LiteNetLib/NetSocket.cs
mit
1,587,410,265
#if UNITY_5_3_OR_NEWER #define UNITY #if UNITY_IOS && !UNITY_EDITOR using UnityEngine; #endif #endif #if NETSTANDARD || NETCOREAPP using System.Runtime.InteropServices; #endif using System; using System.Net; using System.Net.Sockets; using System.Threading; namespace LiteNetLib { #if UNITY_IOS && !UNITY_EDITOR pu...
#if UNITY_5_3_OR_NEWER #define UNITY using UnityEngine; #endif #if NETSTANDARD || NETCOREAPP using System.Runtime.InteropServices; #endif using System; using System.Net; using System.Net.Sockets; using System.Threading; namespace LiteNetLib { #if UNITY public class UnitySocketFix : MonoBehaviour { int...
211d14d10326cd94bc1975a625d52e21f70e9931
preventing server crash / handling some edge cases more gracefully (#2956)
preventing server crash / handling some edge cases more gracefully (#2956)
ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/WorldObjects/Player_Inventory.cs
agpl-3.0
1,587,410,220
using System; using System.Collections.Generic; using System.Linq; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Factories; using ACE.Serv...
using System; using System.Collections.Generic; using System.Linq; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Factories; using ACE.Serv...
7c346eba35c419d6b7946c4433de3d17fd08a79c
Add .Net Version to ClientProperties (#1025)
Add .Net Version to ClientProperties (#1025)
EasyNetQ/EasyNetQ,micdenny/EasyNetQ
Source/EasyNetQ/ConnectionConfiguration.cs
mit
1,587,410,014
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using RabbitMQ.Client; namespace EasyNetQ { public class ConnectionConfiguration { private const int DefaultPort = 5672; private const int DefaultAmqpsPort = 5671; public Conne...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using RabbitMQ.Client; namespace EasyNetQ { public class ConnectionConfiguration { private const int DefaultPort = 5672; private const int DefaultAmqpsPort = 5671; public Conne...
f4be185ec8512f5bdb90545ff0628a911c50898a
default version should larger than online version
default version should larger than online version
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
SolutionAssemblyInfo.cs
mit
1,587,409,118
using System.Reflection; using System.Runtime.InteropServices; #if DEBUG [assembly: AssemblyConfiguration("Debug")] [assembly: AssemblyDescription("Debug build, https://github.com/Wox-launcher/Wox")] #else [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyDescription("Release build, https://github.com/W...
using System.Reflection; using System.Runtime.InteropServices; #if DEBUG [assembly: AssemblyConfiguration("Debug")] [assembly: AssemblyDescription("Debug build, https://github.com/Wox-launcher/Wox")] #else [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyDescription("Release build, https://github.com/W...
5c060c493011a709ca6e3a5a4d782a911a5f075d
Testing the local repository was a bad idea
Testing the local repository was a bad idea
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
tests/Tgstation.Server.Host.Tests/Components/Repository/TestRepositoryFactory.cs
agpl-3.0
1,587,409,000
using LibGit2Sharp; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Threading.Tasks; namespace Tgstation.Server.Host.Components.Repository.Tests { /// <summary> /// Tests for <see cref="RepositoryFactory"/>. /// </summar...
using LibGit2Sharp; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Threading.Tasks; namespace Tgstation.Server.Host.Components.Repository.Tests { /// <summary> /// Tests for <see cref="RepositoryFactory"/>. /// </summar...
8029c88290a13d863fb35fcbbe479862b0dbc5fb
More schema validation
More schema validation - Overlaid fields don't use repeats - Only overlaid fields can have conditions
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Schema/Json/FieldJson.cs
apache-2.0
1,587,407,889
// Copyright 2019 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. #nullable disable warnings using System; using System.Collections.Generic; using System.Linq; using VDrumExplorer.Model.Schema.Fields; using VDrumExplorer.Utility; ...
// Copyright 2019 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. #nullable disable warnings using System; using System.Collections.Generic; using System.Linq; using VDrumExplorer.Model.Schema.Fields; using VDrumExplorer.Utility; ...
f12b9cb6c47eb93cb03a68048a95c48d829a46c5
Add symbols to music note values
Add symbols to music note values While it would be cleaner to do this using interpolated string literals, that wouldn't work if we move this to JSON, which we want to eventually.
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Schema/Json/FieldJson.cs
apache-2.0
1,587,407,889
// Copyright 2019 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. #nullable disable warnings using System; using System.Collections.Generic; using System.Linq; using VDrumExplorer.Model.Schema.Fields; using VDrumExplorer.Utility; ...
// Copyright 2019 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. #nullable disable warnings using System; using System.Collections.Generic; using System.Linq; using VDrumExplorer.Model.Schema.Fields; using VDrumExplorer.Utility; ...
dffea0377f90e08364e79e37800e58ff9784d924
Trigger Dev Build
Trigger Dev Build
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Profile/ExpService.cs
agpl-3.0
1,587,407,630
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
c2ebcdaaa57807ebe8eab841e0192a2e59b384ff
Escape schema name and table name because the query fails if they contain dots (#18)
Escape schema name and table name because the query fails if they contain dots (#18) Thank you for the PR
PomeloFoundation/Caching-MySQL,PomeloFoundation/Caching-MySQL
src/Pomelo.Extensions.Caching.MySql/MySqlQueries.cs
mit
1,587,407,609
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License namespace Pomelo.Extensions.Caching.MySql { internal class MySqlQueries { private const string TableInfoFormat = "SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE " + "FROM INFORMATION_SCHEMA.TABLES " + "W...
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License namespace Pomelo.Extensions.Caching.MySql { internal class MySqlQueries { private const string TableInfoFormat = "SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE " + "FROM INFORMATION_SCHEMA.TABLES " + "W...
9b1eb7f2f5a75af03ac77999d0d099bd6ade9fa0
Change default values in BotConfig model.
Change default values in BotConfig model.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Database/Models/BotConfig.cs
mit
1,587,407,447
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class BotConfig : DbEntity { public HashSet<BlacklistItem> Blacklist { get; set; } public ulong BufferSize { get; set; } = 4000000; public bool ForwardMessages { get; set; } = true; ...
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class BotConfig : DbEntity { public HashSet<BlacklistItem> Blacklist { get; set; } public ulong BufferSize { get; set; } = 4000000; public bool ForwardMessages { get; set; } = true; ...
035d7f0c76085381b2981175c56fd248fc879231
Update the breakpointPad before the glyph
Update the breakpointPad before the glyph Partial Fix for: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1092798/ https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1052721/
mono/debugger-libs,Unity-Technologies/debugger-libs,Unity-Technologies/debugger-libs,mono/debugger-libs
Mono.Debugging/Mono.Debugging.Client/BreakpointStore.cs
mit
1,587,407,189
// BreakpointStore.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2008 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwa...
// BreakpointStore.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2008 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwa...
96766aa6fbac91ecf259c05f836ce413ef49cb9d
This might be working now :o
This might be working now :o
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Profile/ExpService.cs
agpl-3.0
1,587,407,128
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
e1c75de0c39e2fd63fc3b355089ef3a51a41ae56
Escape schema name and table name because the query fails if they contain dots (#18)
Escape schema name and table name because the query fails if they contain dots (#18) Thank you for the PR
PomeloFoundation/Caching-MySQL,PomeloFoundation/Caching-MySQL
src/Pomelo.Extensions.Caching.MySql/MySqlQueries.cs
mit
1,587,406,961
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License namespace Pomelo.Extensions.Caching.MySql { internal class MySqlQueries { private const string TableInfoFormat = "SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE " + "FROM INFORMATION_SCHEMA.TABLES " + "W...
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License namespace Pomelo.Extensions.Caching.MySql { internal class MySqlQueries { private const string TableInfoFormat = "SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, TABLE_TYPE " + "FROM INFORMATION_SCHEMA.TABLES " + "W...
7084917db4fdda6c94f0dc26dd19fa17e8c52484
Fix blocking fix.
Fix blocking fix.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Modules/Utility/RemindCommands.cs
mit
1,587,406,693
using System; using System.Collections.Generic; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Modules.Utility.Services; using Mitternacht.Services; using Mitter...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Modules.Utility.Services; using Mitternacht.Services; using Mitter...
6f48fcb8405e186656c2f518e2b5d429e8f4798b
another teamcity test
another teamcity test
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Profile/ExpService.cs
agpl-3.0
1,587,406,423
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
5c63a7f09cc61d0abf35adb69cba5d32f6acabc4
Adjust filepath before calling LoadActionsIntoOSEvent
Adjust filepath before calling LoadActionsIntoOSEvent This gives event handlers the actual path to use, instead of the base path. Fixes an issue where Extension Actions aren't loaded properly.
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/PathfinderHooks.cs
mit
1,587,406,335
using System; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using Hacknet; using Hacknet.Effects; using Hacknet.Gui; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathfinder.Attribute; using Pathfinder.Exceptions; using Pathfinder.Game; using Pathfinder.Ga...
using System; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using Hacknet; using Hacknet.Effects; using Hacknet.Gui; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathfinder.Attribute; using Pathfinder.Exceptions; using Pathfinder.Game; using Pathfinder.Ga...
59472de3365e780d16f15a3c5e5cbb092187301c
Better support for vod assets
Better support for vod assets
upLynk/Sample-Players,upLynk/Sample-Players,upLynk/Sample-Players
microsoft/uwp/cs/MainPage.xaml.cs
mit
1,587,406,111
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Windows.Foundation.Collections; using Windows.Media.Core; using Windows.Media.Playback; using Windows.Media.Protection; using Windows.Media.Protection.PlayReady; using Windo...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Windows.Foundation.Collections; using Windows.Media.Core; using Windows.Media.Playback; using Windows.Media.Protection; using Windows.Media.Protection.PlayReady; using Windo...
1c6195d4e23cfb01b9ea56611e702e2b499b1302
Removed asset using since we didn't actually use it.
Removed asset using since we didn't actually use it.
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs
mit
1,587,406,056
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.U...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Assertions.Must; using UnityEngine.Serialization; namespa...
dc94f65dd0e3dde5c090ddb3b60d094a5d946790
Swallow Assembly.Load exceptions when scanning by application dependencies
Swallow Assembly.Load exceptions when scanning by application dependencies
khellang/Scrutor,khellang/Scrutor
src/Scrutor/TypeSourceSelector.cs
mit
1,587,406,002
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyModel; namespace Scrutor { public class TypeSourceSelector : ITypeSourceSelector, ISelector { private List<ISelector> Selecto...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyModel; namespace Scrutor { public class TypeSourceSelector : ITypeSourceSelector, ISelector { private List<ISelector> Selecto...
f3241fb76c28dd6e33dd0b004a1c8cc0e590bf40
Update Firefox path in JasmineTests (#531)
Update Firefox path in JasmineTests (#531)
DevExpress/AjaxControlToolkit,DevExpress/AjaxControlToolkit,DevExpress/AjaxControlToolkit
AjaxControlToolkit.Tests/JasmineTests.cs
bsd-3-clause
1,587,404,696
using NUnit.Framework; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Firefox; using OpenQA.Selenium.IE; using System; using System.Diagnostics; using System.IO; using System.Threading; namespace AjaxControlToolkit.Tests { [TestFixture] public class JasmineTests { TimeSpa...
using NUnit.Framework; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Firefox; using OpenQA.Selenium.IE; using System; using System.Diagnostics; using System.IO; using System.Threading; namespace AjaxControlToolkit.Tests { [TestFixture] public class JasmineTests { TimeSpa...
3bb184305baa19d21b351b57c65b64a8e1300f27
Null check
Null check
dancol90/mi-360
Source/mi-360/Mi360Application.cs
bsd-3-clause
1,587,404,284
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Windows.Forms; using mi360.Properties; using mi360.Win32; namespace mi360 { class Mi360Application : ApplicationContext { private static string...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Windows.Forms; using mi360.Properties; using mi360.Win32; namespace mi360 { class Mi360Application : ApplicationContext { private static string...
8fb19306ade2e4fcfe0608cde3c2b899913aea69
HandConstraint comments
HandConstraint comments
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraint.cs
mit
1,587,404,206
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Events; namespace Microsoft.MixedReality.Toolkit.Utilitie...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Events; namespace Microsoft.MixedReality.Toolkit.Utilitie...
f1b1f8989d42d1760be1bd2e1ece99482ef0d755
Reverted fix for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054042/
Reverted fix for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054042/
Unity-Technologies/debugger-libs,mono/debugger-libs,mono/debugger-libs,Unity-Technologies/debugger-libs
Mono.Debugging/Mono.Debugging.Evaluation/ValueReference.cs
mit
1,587,404,182
// ValueReference.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2008 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwar...
// ValueReference.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2008 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwar...
64eb196671b1e0306bba6256ea4b8b4e2a7581d6
Removed unneeded variable gazeActivated as Julia suggested
Removed unneeded variable gazeActivated as Julia suggested
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs
mit
1,587,403,912
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Assertions.Must; using UnityEngine.Serialization; namespa...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Assertions.Must; using UnityEngine.Serialization; namespa...
12636f492138e2f92c44f32a311e62449801155c
fix. it's always an object
fix. it's always an object
cadon/ARKStatsExtractor
ARKBreedingStats/FileService.cs
mit
1,587,403,881
using System; using System.IO; using System.Reflection; using System.Runtime.Serialization; namespace ARKBreedingStats { public static class FileService { private const string jsonFolder = "json"; public const string ValuesFolder = "values"; public const string ValuesJson = "values.j...
using System; using System.IO; using System.Reflection; using System.Runtime.Serialization; namespace ARKBreedingStats { public static class FileService { private const string jsonFolder = "json"; public const string ValuesFolder = "values"; public const string ValuesJson = "values.j...
433d54680fef15e8c686da75a058785a7171e97f
增加对二进制资源的支持
增加对二进制资源的支持
EllanJiang/GameFramework,GameFramework/GameFramework
GameFramework/Resource/ResourceManager.ResourceLoader.cs
mit
1,587,403,802
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2020 Jiang Yin. All rights reserved. // Homepage: https://gameframework.cn/ // Feedback: mailto:ellan@gameframework.cn //------------------------------------------------------------ using GameFramework.ObjectPool; usi...
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2020 Jiang Yin. All rights reserved. // Homepage: https://gameframework.cn/ // Feedback: mailto:ellan@gameframework.cn //------------------------------------------------------------ using GameFramework.ObjectPool; usi...
c1c880b361573817335ee7fbed30af768a468ff4
Remove unneccessary warning suppression
Remove unneccessary warning suppression
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Server.cs
agpl-3.0
1,587,403,681
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Ho...
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Ho...
d0127e114fd640ac4b7a0256ca757ccc63dfac71
Adding comment to inform user that the IsValidController function will modify rotation/position when followHandUntilFacingCamera is enabled
Adding comment to inform user that the IsValidController function will modify rotation/position when followHandUntilFacingCamera is enabled
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs
mit
1,587,403,615
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Assertions.Must; using UnityEngine.Serialization; namespa...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Assertions.Must; using UnityEngine.Serialization; namespa...
a7dcf3d867eec15600decdf617bc1de95a80f051
Inlined variables
Inlined variables
DarthAffe/RGB.NET,DarthAffe/RGB.NET
RGB.NET.Devices.CoolerMaster/Keyboard/CoolerMasterKeyboardRGBDevice.cs
lgpl-2.1
1,587,403,586
using System.Collections.Generic; using RGB.NET.Core; namespace RGB.NET.Devices.CoolerMaster { /// <inheritdoc cref="CoolerMasterRGBDevice{TDeviceInfo}" /> /// <summary> /// Represents a CoolerMaster keyboard. /// </summary> public class CoolerMasterKeyboardRGBDevice : CoolerMasterRGBDevice<Cooler...
using System.Collections.Generic; using RGB.NET.Core; namespace RGB.NET.Devices.CoolerMaster { /// <inheritdoc cref="CoolerMasterRGBDevice{TDeviceInfo}" /> /// <summary> /// Represents a CoolerMaster keyboard. /// </summary> public class CoolerMasterKeyboardRGBDevice : CoolerMasterRGBDevice<Cooler...
cadfb852c4514c555b77bd6b2904051e605e5d29
fix compilation
fix compilation
GitTools/GitVersion,asbjornu/GitVersion,gep13/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,ParticularLabs/GitVersion,dazinator/GitVersion,asbjornu/GitVersion,ParticularLabs/GitVersion,GitTools/GitVersion,GitTools/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,asbjornu/GitVersion,er...
src/GitVersionTask.Tests/Helpers/MsBuildExeFixtureResult.cs
mit
1,587,402,840
using System; using Buildalyzer; using GitTools.Testing; namespace GitVersionTask.Tests.Helpers { public class MsBuildExeFixtureResult : IDisposable { private readonly RepositoryFixtureBase fixture; public MsBuildExeFixtureResult(RepositoryFixtureBase fixture) { this.fixtur...
using System; using Buildalyzer; using GitTools.Testing; namespace GitVersionTask.Tests.Helpers { public class MsBuildExeFixtureResult : IDisposable { private readonly RepositoryFixtureBase fixture; public MsBuildExeFixtureResult(RepositoryFixtureBase fixture) { this.fixtur...
a17162cd8a61ac1a95f6668bf041d19586aaf068
Fixed refference in MeterDataQualityOverride
Fixed refference in MeterDataQualityOverride
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/FaultData/DataOperations/GTC/MeterDataQualityOverride.cs
mit
1,587,402,580
//****************************************************************************************************** // MeterDataQualityOverride.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements...
//****************************************************************************************************** // MeterDataQualityOverride.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements...
12af5ba307d4509d437edcc0436d037c415c9eff
Doesnt seem to automatically build but it does see the commits
Doesnt seem to automatically build but it does see the commits
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Profile/ExpService.cs
agpl-3.0
1,587,402,101
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
d269c28be2c6e8d2c0dc7ea82b8f32ff06ec9bf0
Formatting and parsing in the flight planner.
Formatting and parsing in the flight planner.
mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia
ksp_plugin_adapter/flight_planner.cs
mit
1,587,401,967
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace principia { namespace ksp_plugin_adapter { class FlightPlanner : VesselSupervisedWindowRenderer { public FlightPlanner(PrincipiaPluginAdapter adapter, ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace principia { namespace ksp_plugin_adapter { class FlightPlanner : VesselSupervisedWindowRenderer { public FlightPlanner(PrincipiaPluginAdapter adapter, ...
fe1651caab6799ab2e25146cf49fd425d9852194
Make it so mod+ can canceltake another module not just mod
Make it so mod+ can canceltake another module not just mod
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/Commands/ModuleCommands.cs
mit
1,587,401,817
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; /// <summary>Commands that can be run on a module.</summary> static class ModuleCommands { /// <name>Help</name> /// <syntax>help</syntax> /// <summary>Sends a messa...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; /// <summary>Commands that can be run on a module.</summary> static class ModuleCommands { /// <name>Help</name> /// <syntax>help</syntax> /// <summary>Sends a messa...
9db9181ea39e74b2078a541ab7fef20be47e6a6a
Test teamcity detection
Test teamcity detection
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Profile/ExpService.cs
agpl-3.0
1,587,401,578
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; name...
1e0c7931e35a43ef505d6bb183b0c2a4213223a3
Avoid ContainsKey + indexer
Avoid ContainsKey + indexer
Tragetaschen/DbusCore
src/Dbus.CodeGenerator/EncoderGenerator.cs
mit
1,587,401,553
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace Dbus.CodeGenerator { public class EncoderGenerator { private readonly string body; private readonly StringBuilder resultBuilder = new StringBuilder(); private readon...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace Dbus.CodeGenerator { public class EncoderGenerator { private readonly string body; private readonly StringBuilder resultBuilder = new StringBuilder(); private readon...
48ab938e73ea8059de52841dfe46547b54787bdf
initialise ReactiveUI on AfterPlatformServicesSetup hook.
initialise ReactiveUI on AfterPlatformServicesSetup hook.
grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,Perspex/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspe...
src/Avalonia.ReactiveUI/AppBuilderExtensions.cs
mit
1,587,401,553
using Avalonia.Controls; using Avalonia.Threading; using ReactiveUI; using Splat; namespace Avalonia.ReactiveUI { public static class AppBuilderExtensions { /// <summary> /// Initializes ReactiveUI framework to use with Avalonia. Registers Avalonia /// scheduler and Avalonia activation...
using Avalonia.Controls; using Avalonia.Threading; using ReactiveUI; using Splat; namespace Avalonia.ReactiveUI { public static class AppBuilderExtensions { /// <summary> /// Initializes ReactiveUI framework to use with Avalonia. Registers Avalonia /// scheduler and Avalonia activation...
cdc2a8767b97264ddbba59a73325651ff115b096
Simplify implementation of WebPLosslessEncoder
Simplify implementation of WebPLosslessEncoder
imazen/imageflow-dotnet
src/Imageflow/Fluent/IEncoderPreset.cs
agpl-3.0
1,587,401,117
namespace Imageflow.Fluent { public interface IEncoderPreset { object ToImageflowDynamic(); } public class GifEncoder : IEncoderPreset { public object ToImageflowDynamic() => new {gif = (string)null}; } public class LibPngEncoder : IEncoderPreset { public A...
namespace Imageflow.Fluent { public interface IEncoderPreset { object ToImageflowDynamic(); } public class GifEncoder : IEncoderPreset { public object ToImageflowDynamic() => new {gif = (string)null}; } public class LibPngEncoder : IEncoderPreset { public A...
233dc03ac81033c6ca4ec7247f24a06c7271964f
Share code to create ServiceClientCredentials (#425)
Share code to create ServiceClientCredentials (#425)
kubernetes-client/csharp,kubernetes-client/csharp
src/KubernetesClient/Kubernetes.ConfigInit.cs
apache-2.0
1,587,400,780
using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using k8s.Exceptions; using k8s.Models; using Microsoft.Rest; namespace k8s { public partial class Kubernetes { ...
using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using k8s.Exceptions; using k8s.Models; using Microsoft.Rest; namespace k8s { public partial class Kubernetes { ...
4760945310554c9826db7e3731d64d31ac38d34c
Fix broken unit tests
Fix broken unit tests
BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,...
src/BloomExe/Book/BookInfo.cs
mit
1,587,399,638
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Threading; using Bloom.ImageProcessing; using System.Text.RegularExpressions; using System.Windows.Forms; using Bloom.Edit; using L10NSharp; using...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Threading; using Bloom.ImageProcessing; using System.Text.RegularExpressions; using System.Windows.Forms; using Bloom.Edit; using L10NSharp; using...
084b795903ecfa896b30e4ce5e129d0af97af7a3
Apply suggestions from code review
Apply suggestions from code review
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs
mit
1,587,399,532
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Assertions.Must; using UnityEngine.Serialization; namespa...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Collections; using UnityEngine; using UnityEngine.Assertions.Must; using UnityEngine.Serialization; namespa...
f9004e9236203979b08ca57900ad534dee7eea9d
Fix checks in GenerateCredentialsHandler
Fix checks in GenerateCredentialsHandler
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Repository/RepositoryFactory.cs
agpl-3.0
1,587,399,342
using LibGit2Sharp; using LibGit2Sharp.Handlers; using Microsoft.Extensions.Logging; using System; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Jobs; namespace Tgstation.Server.Host.Components.Repository { /// <inheritdoc /> sealed class RepositoryFactory : IRepositoryFactory {...
using LibGit2Sharp; using LibGit2Sharp.Handlers; using Microsoft.Extensions.Logging; using System; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Jobs; namespace Tgstation.Server.Host.Components.Repository { /// <inheritdoc /> sealed class RepositoryFactory : IRepositoryFactory {...
81bbb2dac23d1e5bd4e556652db794f92b423825
Add reader tags to body if reader is missing them
Add reader tags to body if reader is missing them This supports the ABC+ xmatter
gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,...
src/BloomExe/Book/Book.cs
mit
1,587,397,729
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
ab07d5132cc04a619a89eb7c5b211bde7371a3b8
Order elements in some classes
Order elements in some classes
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Gma/QrCodeNet/Encoding/Positioning/Stencils/PatternStencilBase.cs
mit
1,587,396,665
using System; namespace Gma.QrCodeNet.Encoding.Positioning.Stencils { internal abstract class PatternStencilBase : BitMatrix { protected const bool O = false; protected const bool X = true; internal PatternStencilBase(int version) { Version = version; } public int Version { get; private set; } pu...
using System; namespace Gma.QrCodeNet.Encoding.Positioning.Stencils { internal abstract class PatternStencilBase : BitMatrix { protected const bool O = false; protected const bool X = true; internal PatternStencilBase(int version) { Version = version; } public int Version { get; private set; } pu...
990c6d39ebe970aa2e959fb0f061319d9bb95c24
Squidex claims.
Squidex claims.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Domain.Users/UserValues.cs
mit
1,587,396,601
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
647089b649812df0104f6f7faf3a7bf4bcb0814e
Fix - Migliorato ordinamento richieste
Fix - Migliorato ordinamento richieste
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Persistence.MongoDB/GestioneInterventi/GetRichieste.cs
agpl-3.0
1,587,396,492
//----------------------------------------------------------------------- // <copyright file="GetRichieste.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License...
//----------------------------------------------------------------------- // <copyright file="GetRichieste.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License...
371ae0ca6f110cb17902ec916a023b59fac23dca
[X11] Cancel scheduled immediate renderer pass if renderer was stopped
[X11] Cancel scheduled immediate renderer pass if renderer was stopped
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslaw...
src/Avalonia.X11/X11ImmediateRendererProxy.cs
mit
1,587,396,005
using System; using System.Collections.Generic; using Avalonia.Rendering; using Avalonia.Threading; using Avalonia.VisualTree; namespace Avalonia.X11 { public class X11ImmediateRendererProxy : IRenderer, IRenderLoopTask { private readonly IRenderLoop _loop; private ImmediateRenderer _renderer; ...
using System; using System.Collections.Generic; using Avalonia.Rendering; using Avalonia.Threading; using Avalonia.VisualTree; namespace Avalonia.X11 { public class X11ImmediateRendererProxy : IRenderer, IRenderLoopTask { private readonly IRenderLoop _loop; private ImmediateRenderer _renderer; ...
2e7d159dee06fe19ca5d79a11f9f46a84e51300e
Remove tooltip
Remove tooltip
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs
mit
1,587,395,936
using Avalonia.Input; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; us...
using Avalonia.Input; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; us...
496f19479b6a3fc72eaa40f546e40873272eaa25
내부 데이터 타입 변환 개선
내부 데이터 타입 변환 개선
Daramkun/Blockar
Blockar/BlockarObject.cs
unlicense
1,587,395,725
using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Text.RegularExpressions; namespace Daramee.Blockar { public class ObjectKeyValue { public readonly string Key; public object Value; public ObjectKeyValue (string key) { Key = key...
using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Text.RegularExpressions; namespace Daramee.Blockar { public class ObjectKeyValue { public readonly string Key; public object Value; public ObjectKeyValue (string key) { Key = key...
a2a17abbde4b973cc9b810b856fb793a4aa0e9bf
modify BillingFactory.
modify BillingFactory. Signed-off-by: robertzml <321e7786a406a136366094c578d0f1193a3468e1@126.com>
robertzml/Phoebe
Phoebe.Core/Billing/BillingFactory.cs
mit
1,587,395,494
using System; using System.Collections.Generic; using System.Text; namespace Phoebe.Core.Billing { using Phoebe.Core.Utility; /// <summary> /// 计费方式工厂方法 /// </summary> public static class BillingFactory { #region Method /// <summary> /// 创建计费 /// </summary> ...
using System; using System.Collections.Generic; using System.Text; namespace Phoebe.Core.Billing { using Phoebe.Core.Utility; /// <summary> /// 计费方式工厂方法 /// </summary> public static class BillingFactory { #region Method /// <summary> /// 创建计费 /// </summary> ...
df2bbb9dc99b76764733bb5bf57d55ffe3ac5809
(#64) Prevent NullRefException is a null Checkpoint is added
(#64) Prevent NullRefException is a null Checkpoint is added And add some docs
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/CheckpointsTimerBar.cs
mit
1,587,395,393
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.Drawing; /// <summary> /// Represents a timer bar containing a list of checkpoints. /// <para> /// Each checkpoint is drawn as a circle which is either greyed out when not completed, black when f...
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.Drawing; /// <summary> /// Represents a timer bar containing a list of checkpoints. /// <para> /// Each checkpoint is drawn as a circle which is either greyed out when not completed, black when f...
bbdbee90a169778d1a8a4b45f2362ec7c6817479
Fix to prevent division by 0 (#251)
Fix to prevent division by 0 (#251)
Siccity/UnityNodeEditorCore
Scripts/Editor/NodeEditorGUI.cs
mit
1,587,394,593
using System; using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; using XNodeEditor.Internal; namespace XNodeEditor { /// <summary> Contains GUI methods </summary> public partial class NodeEditorWindow { public NodeGraphEditor graphEditor; priv...
using System; using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; using XNodeEditor.Internal; namespace XNodeEditor { /// <summary> Contains GUI methods </summary> public partial class NodeEditorWindow { public NodeGraphEditor graphEditor; priv...
f2c65ce2c8be535a3402f7369ba36c05b37f598b
increased appversion
increased appversion
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YAF.Utils/BoardInfo.cs
apache-2.0
1,587,394,425
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
d082787b05da82ac0b90984b0f21ba527b542667
Fixed compatibility with VLC Media Player
Fixed compatibility with VLC Media Player
Yortw/RSSDP,Yortw/RSSDP
src/Main/Rssdp.Shared/SsdpDevicePublisherBase.cs
mit
1,587,394,100
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; namespace Rssdp.Infrastructure { /// <summary> /// Provides the platform independent logic for publishing SSDP devices (notifications an...
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; namespace Rssdp.Infrastructure { /// <summary> /// Provides the platform independent logic for publishing SSDP devices (notifications an...
72a7282fd95a0b7917d041dfb7f1b3724818d2c7
CoreRt eagerly create SequenceReader (#5616)
CoreRt eagerly create SequenceReader (#5616)
RockinRoel/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,jaguililla/FrameworkBe...
frameworks/CSharp/aspnetcore-corert/PlatformBenchmarks/BenchmarkApplication.HttpConnection.cs
bsd-3-clause
1,587,393,688
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Buffers; using System.IO.Pipelines; using System.Runtime.CompilerServices; using System.Text.Encodings.Web; using System.Tex...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Buffers; using System.IO.Pipelines; using System.Runtime.CompilerServices; using System.Text.Encodings.Web; using System.Tex...
097f886d63feff7d25dd2a2d367a1426f1d9ec77
Adding missing method docs
Adding missing method docs
Jeavon/Slimsy,Jeavon/Slimsy,Jeavon/Slimsy
Slimsy/Services/SlimsyService.cs
mit
1,587,393,184
namespace Slimsy { using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Web; using System.Web.Mvc; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models.PublishedContent; ...
namespace Slimsy { using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Web; using System.Web.Mvc; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models.PublishedContent; ...
883a1dc6e02175890b8dca85dac4434b6971aabb
Fix Linq-to-BsonExpression mapping for nested Linq expressions with same parameter name
Fix Linq-to-BsonExpression mapping for nested Linq expressions with same parameter name
mbdavid/LiteDB
LiteDB/Client/Mapper/Linq/LinqExpressionVisitor.cs
mit
1,587,393,115
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using static LiteDB.Constants; namespace LiteDB { internal class LinqExpressionVisitor : ExpressionVisitor ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using static LiteDB.Constants; namespace LiteDB { internal class LinqExpressionVisitor : ExpressionVisitor ...
e704b97c77b4b06c6a2bc01d27bb6297f788de9f
A fix for an ArgumentException error. (#250)
A fix for an ArgumentException error. (#250) This is the fix proposed by nostravaganza on discord. It works 100%. Could not reproduce the error again.
Siccity/UnityNodeEditorCore
Scripts/Editor/NodeEditorUtilities.cs
mit
1,587,392,479
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; namespace XNodeEditor { /// <summary> A set of editor-only utilities and extensions for xNode </summar...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; namespace XNodeEditor { /// <summary> A set of editor-only utilities and extensions for xNode </summar...
5b5c2e44c7691c3408fb9b68ec59f9816c48c56a
Fix window sizing again.
Fix window sizing again. We need to measure with the client size when `SizeToContent` is `Manual`.
AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,j...
src/Avalonia.Controls/Window.cs
mit
1,587,392,377
using System; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Controls.Platform; using Avalonia.Data; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Styling;...
using System; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Controls.Platform; using Avalonia.Data; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Styling;...
df6dc0abb7e7f38561a27598a7393b7723ef3d3f
Fix window sizing tests.
Fix window sizing tests. We need to make sure the window is being measured the correct number of times to know that the measure pass is correct.
SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritz...
tests/Avalonia.Controls.UnitTests/WindowTests.cs
mit
1,587,392,338
using System; using System.Collections.Generic; using System.Threading.Tasks; using Avalonia.Layout; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class WindowTests { [Fact] public void Setting...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Avalonia.Layout; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class WindowTests { [Fact] public void Setting...
41d8d32764d86db7a375536c1f6b72f0160dbce2
C#: Address review comment: Make dictionary type more specific.
C#: Address review comment: Make dictionary type more specific.
github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql
csharp/extractor/Semmle.Extraction/Context.cs
mit
1,587,391,602
using Microsoft.CodeAnalysis; using Semmle.Extraction.CommentProcessing; using Semmle.Extraction.Entities; using Semmle.Util.Logging; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace Semmle.Extraction { /// <summary> /// State that needs to be available throughout t...
using Microsoft.CodeAnalysis; using Semmle.Extraction.CommentProcessing; using Semmle.Extraction.Entities; using Semmle.Util.Logging; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace Semmle.Extraction { /// <summary> /// State that needs to be available throughout t...