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 |
|---|---|---|---|---|---|---|---|---|
91c7cb2923a811544f9b93445aec65d15dcf141b | 调整 startup.cs 编码 #2149 感谢 @coffee0818 | 调整 startup.cs 编码 #2149 感谢 @coffee0818
| JeffreySu/WeiXinMPSDK,lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK | Samples/netcore3.0-mvc/Senparc.Weixin.Sample.NetCore3/Startup.cs | apache-2.0 | 1,587,025,813 | using System;
using System.IO;
using System.Text;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Ho... | using System;
using System.IO;
using System.Text;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hos... |
c6aa6acc1b2f46c6c39a0d241325b1d2d8f154a5 | Apply performance calculator changes | Apply performance calculator changes
| ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,ppy/osu | osu.Game.Rulesets.Catch/Difficulty/CatchPerformanceCalculator.cs | mit | 1,587,025,686 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Rulesets.Mods;
using osu.Ga... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Rulesets.Mods;
using osu.Ga... |
b72abd50a094abe5f7f7ca3fb16be3cf890c5729 | fixes relation type ctor | fixes relation type ctor
| arknu/Umbraco-CMS,NikRimington/Umbraco-CMS,madsoulswe/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,tcmorris/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,tcmorris/Umbraco-CMS,hfloyd/Umbraco-CMS,arknu/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,dawoe/Umbraco-CMS,m... | src/Umbraco.Core/Models/RelationType.cs | mit | 1,587,023,263 | using System;
using System.Runtime.Serialization;
using Umbraco.Core.Exceptions;
using Umbraco.Core.Models.Entities;
namespace Umbraco.Core.Models
{
/// <summary>
/// Represents a RelationType
/// </summary>
[Serializable]
[DataContract(IsReference = true)]
public class RelationType : EntityBa... | using System;
using System.Runtime.Serialization;
using Umbraco.Core.Exceptions;
using Umbraco.Core.Models.Entities;
namespace Umbraco.Core.Models
{
/// <summary>
/// Represents a RelationType
/// </summary>
[Serializable]
[DataContract(IsReference = true)]
public class RelationType : EntityBa... |
3da366f582517ff9f420d352d8b6d3274cbdb8bf | fixed issue when deleting mapping | fixed issue when deleting mapping
| GeertBellekens/Enterprise-Architect-Add-in-Framework | EAAddinFramework/Mapping/MappingNode.cs | bsd-2-clause | 1,587,022,765 | using EAAddinFramework.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using TSF.UmlToolingFramework.UML.Classes.Kernel;
using MP = MappingFramework;
using TSF_EA = TSF.UmlToolingFramework.Wrappers.EA;
using UML = TSF.UmlToolingFramework.UML;
namespace EAAddinFramework.Mapping
{
publ... | using EAAddinFramework.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using TSF.UmlToolingFramework.UML.Classes.Kernel;
using MP = MappingFramework;
using TSF_EA = TSF.UmlToolingFramework.Wrappers.EA;
using UML = TSF.UmlToolingFramework.UML;
namespace EAAddinFramework.Mapping
{
publ... |
6419eac54d4e75f8ce3b84a5a5c313f111bdcc48 | imporved GUI behavior | imporved GUI behavior
| GeertBellekens/Enterprise-Architect-Toolpack,GeertBellekens/Enterprise-Architect-Toolpack | EAMapping/MappingControlGUI.cs | bsd-2-clause | 1,587,022,731 | using BrightIdeasSoftware;
using EAAddinFramework.Mapping;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using MP = MappingFramework;
using UML = TSF.UmlToolingFramework.UML;
namespace EAMapping
{
/// <summary>
/// Description of MappingCo... | using BrightIdeasSoftware;
using EAAddinFramework.Mapping;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using MP = MappingFramework;
using UML = TSF.UmlToolingFramework.UML;
namespace EAMapping
{
/// <summary>
/// Description of MappingCo... |
b3b540f2cff9f4559de6f9ef746db121460426d3 | Fix update (#843) | Fix update (#843)
| MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin | NBitcoin/BIP174/PSBTInput.cs | mit | 1,587,022,630 | using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.IO;
using NBitcoin.DataEncoders;
using PartialSigKVMap = System.Collections.Generic.SortedDictionary<NBitcoin.PubKey, NBitcoin.TransactionSignature>;
namespace NBitcoin
{
public class PSBTInput : PSBTCoin
{
// T... | using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.IO;
using NBitcoin.DataEncoders;
using PartialSigKVMap = System.Collections.Generic.SortedDictionary<NBitcoin.PubKey, NBitcoin.TransactionSignature>;
namespace NBitcoin
{
public class PSBTInput : PSBTCoin
{
// T... |
aa5b91f2d57920b0f89bef4a61429b078aea8e53 | Correct Pro Skin 2019.3 Thx to DesperateHouseDev | Correct Pro Skin 2019.3 Thx to DesperateHouseDev
| snozbot/fungus | Assets/Fungus/Scripts/Editor/CommandListAdaptor.cs | mit | 1,587,021,795 | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using UnityEditor;
using System;
using UnityEditorInternal;
namespace Fungus.EditorUtils
{
public c... | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using UnityEditor;
using System;
using UnityEditorInternal;
namespace Fungus.EditorUtils
{
public c... |
ab78edef4740b9cc78c267bc899d4f801084b973 | 3628.1: autogen AtlasImageBinder for an atlas | 3628.1: autogen AtlasImageBinder for an atlas
| LayoutFarm/PixelFarm | src/Tools/BitmapAtlasTool/BitmapAtlasBuilderUtils.cs | bsd-2-clause | 1,587,019,751 | //MIT, 2020, WinterDev
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using SampleWinForms;
namespace Mini
{
static class BitmapAtlasBuilderUtils
{
public static void BuildBitmap... | //MIT, 2020, WinterDev
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using SampleWinForms;
namespace Mini
{
static class BitmapAtlasBuilderUtils
{
public static void BuildBitmap... |
3ccb0a2d028b3c578c782988369ff46cf25adc06 | 3628: NAME | 3628: NAME
| LayoutFarm/PixelFarm | src/Tools/BitmapAtlasTool/BitmapAtlasBuilderUtils.cs | bsd-2-clause | 1,587,018,512 | //MIT, 2020, WinterDev
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using SampleWinForms;
namespace Mini
{
static class BitmapAtlasBuilderUtils
{
public static void BuildBitmap... | //MIT, 2020, WinterDev
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using SampleWinForms;
namespace Mini
{
static class BitmapAtlasBuilderUtils
{
public static void BuildBitmap... |
c00712c736291ee285574c8e83e5d5e24dad1b3c | Fixing the build | Fixing the build
| Elders/Cronus.Persistence.Cassandra,Elders/Cronus.Persistence.Cassandra | src/Elders.Cronus.Persistence.Cassandra/CassandraEventStore.cs | apache-2.0 | 1,587,018,376 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using Cassandra;
using Elders.Cronus.EventStore;
using Elders.Cronus.Persistence.Cassandra.Logging;
namespace Elders.Cronus.Persistence.Cassandra
{
public class CassandraEventStore<TSettings> : CassandraEven... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using Cassandra;
using Elders.Cronus.EventStore;
using Elders.Cronus.Persistence.Cassandra.Logging;
namespace Elders.Cronus.Persistence.Cassandra
{
public class CassandraEventStore<TSettings> : CassandraEven... |
87156ca7827bd422ce8119fa23de795893a1921d | Registers CassandraEventStore in the services | Registers CassandraEventStore in the services
| Elders/Cronus.Persistence.Cassandra,Elders/Cronus.Persistence.Cassandra | src/Elders.Cronus.Persistence.Cassandra/CassandraEventStoreDiscovery.cs | apache-2.0 | 1,587,018,376 | using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.Discoveries;
using Elders.Cronus.EventStore;
using Elders.Cronus.EventStore.Index;
using Elders.Cronus.Persistence.Cassandra.ReplicationStrategies;
using Microsoft.Extensions.DependencyInjection;
namespace Elders.Cronus.Persistence.Cassandra
{
... | using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.Discoveries;
using Elders.Cronus.EventStore;
using Elders.Cronus.EventStore.Index;
using Elders.Cronus.Persistence.Cassandra.ReplicationStrategies;
using Microsoft.Extensions.DependencyInjection;
namespace Elders.Cronus.Persistence.Cassandra
{
... |
89e12af0246ea127bdf65fe9d93d259675ba0fd9 | Redundant whitespace | Redundant whitespace
| Elders/Cronus.Persistence.Cassandra,Elders/Cronus.Persistence.Cassandra | src/Elders.Cronus.Persistence.Cassandra/CassandraEventStoreDiscovery.cs | apache-2.0 | 1,587,018,376 | using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.Discoveries;
using Elders.Cronus.EventStore;
using Elders.Cronus.EventStore.Index;
using Elders.Cronus.Persistence.Cassandra.ReplicationStrategies;
using Microsoft.Extensions.DependencyInjection;
namespace Elders.Cronus.Persistence.Cassandra
{
... | using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.Discoveries;
using Elders.Cronus.EventStore;
using Elders.Cronus.EventStore.Index;
using Elders.Cronus.Persistence.Cassandra.ReplicationStrategies;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
namespa... |
933042b4fdeb3710f0d24e05157bfd9c8405edb4 | Support for async loading of aggregate commits | Support for async loading of aggregate commits
| Elders/Cronus.Persistence.Cassandra,Elders/Cronus.Persistence.Cassandra | src/Elders.Cronus.Persistence.Cassandra/CassandraEventStore.cs | apache-2.0 | 1,587,018,376 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using Cassandra;
using Elders.Cronus.EventStore;
using Elders.Cronus.Persistence.Cassandra.Logging;
namespace Elders.Cronus.Persistence.Cassandra
{
public class CassandraEventSt... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using Cassandra;
using Elders.Cronus.EventStore;
using Elders.Cronus.Persistence.Cassandra.Logging;
namespace Elders.Cronus.Persistence.Cassandra
{
public class CassandraEventStore<TSettings> : CassandraEven... |
a7d0b61e75dc6cf70e08d7f5f4b503fc881856c2 | Adds manual paging of the event store | Adds manual paging of the event store
| Elders/Cronus.Persistence.Cassandra,Elders/Cronus.Persistence.Cassandra | src/Elders.Cronus.Persistence.Cassandra/CassandraEventStore.cs | apache-2.0 | 1,587,018,374 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using Cassandra;
using Elders.Cronus.EventStore;
using Elders.Cronus.Persistence.Cassandra.Logging;
namespace Elders.Cronus.Persistence.Cassandra
{
public class CassandraEventStoreSettings : ICassandraEventS... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using Cassandra;
using Elders.Cronus.EventStore;
using Elders.Cronus.Persistence.Cassandra.Logging;
namespace Elders.Cronus.Persistence.Cassandra
{
public class CassandraEventStoreSettings : ICassandraEventStoreSettings
{
... |
779226cc185c17f1adb8065fcb054e93661f2785 | Overrides IConsumer service | Overrides IConsumer service
| Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ | src/Elders.Cronus.Transport.RabbitMQ/RabbitMqConsumerDiscovery.cs | apache-2.0 | 1,587,018,089 | using System.Collections.Generic;
using Elders.Cronus.Discoveries;
using Microsoft.Extensions.DependencyInjection;
using RabbitMQ.Client;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqConsumerDiscovery : DiscoveryBase<IConsumer<object>>
{
protected override DiscoveryResult<IConsume... | using System.Collections.Generic;
using Elders.Cronus.Discoveries;
using Microsoft.Extensions.DependencyInjection;
using RabbitMQ.Client;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqConsumerDiscovery : DiscoveryBase<IConsumer<object>>
{
protected override DiscoveryResult<IConsume... |
1d4805e6a08f8afa7fe6642b70b4e083e9fb51e3 | Fixes options registration | Fixes options registration
| Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ | src/Elders.Cronus.Transport.RabbitMQ/RabbitMqConsumerDiscovery.cs | apache-2.0 | 1,587,018,087 | using System.Collections.Generic;
using Elders.Cronus.Discoveries;
using Microsoft.Extensions.DependencyInjection;
using RabbitMQ.Client;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqConsumerDiscovery : DiscoveryBase<IConsumer<object>>
{
protected override DiscoveryResult<IConsume... | using System.Collections.Generic;
using Elders.Cronus.Discoveries;
using Microsoft.Extensions.DependencyInjection;
using RabbitMQ.Client;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqConsumerDiscovery : DiscoveryBase<IConsumer<object>>
{
protected override DiscoveryResult<IConsume... |
3cb90ee43791101ca45276c404017d597c8cc9bc | Code formatting | Code formatting
| Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ | src/Elders.Cronus.Transport.RabbitMQ/RabbitMqContiniousConsumer.cs | apache-2.0 | 1,587,018,085 | using System;
using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.MessageProcessing;
using Elders.Cronus.Transport.RabbitMQ.Logging;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqContinuousConsumer<T> : ContinuousConsume... | using System;
using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.MessageProcessing;
using Elders.Cronus.Transport.RabbitMQ.Logging;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqContinuousConsumer<T> : ContinuousConsume... |
409e18d2853951a9c90052b5efeb320af2c5a437 | Fixes a connection termination when publisher fails | Fixes a connection termination when publisher fails
| Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ | src/Elders.Cronus.Transport.RabbitMQ/RabbitMqPublisher.cs | apache-2.0 | 1,587,018,085 | using System;
using System.Collections.Generic;
using Elders.Cronus.Multitenancy;
using Elders.Cronus.Transport.RabbitMQ.Logging;
using Microsoft.Extensions.Configuration;
using RabbitMQ.Client;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqPublisher<TMessage> : Publisher<TMessage>, IDisposabl... | using System;
using System.Collections.Generic;
using Elders.Cronus.Multitenancy;
using Elders.Cronus.Transport.RabbitMQ.Logging;
using Microsoft.Extensions.Configuration;
using RabbitMQ.Client;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqPublisher<TMessage> : Publisher<TMessage>, IDisposabl... |
e9ff34590801aacad6248d52c1d224fbaba44b7d | Fixes a connection management issue | Fixes a connection management issue
| Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ | src/Elders.Cronus.Transport.RabbitMQ/RabbitMqContiniousConsumer.cs | apache-2.0 | 1,587,018,085 | using System;
using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.MessageProcessing;
using Elders.Cronus.Transport.RabbitMQ.Logging;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqContinuousConsumer<T> : ContinuousConsume... | using System;
using System.Collections.Generic;
using System.Linq;
using Elders.Cronus.MessageProcessing;
using Elders.Cronus.Transport.RabbitMQ.Logging;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
namespace Elders.Cronus.Transport.RabbitMQ
{
public class RabbitMqContinuousConsumer<T> : ContinuousConsume... |
707fbf4824a191141c033f3c780754dab6e4dd05 | [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,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,587,016,171 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "16d50b4684d20899e2f41df35c39780fe564ae0f";
public static string Version = "1.2";
public static string Build = "3332";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "e20788c3b500ac8c11cbaf09cf7a9ad899a64981";
public static string Version = "1.2";
public static string Build = "3331";
... |
4b14b67fea94287ee42dd139fc2ac2102c27edd3 | 3627: RegisterBitmapAtlas | 3627: RegisterBitmapAtlas
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.Drawing/7_BitmapAtlas/BitmapAtlasManager.cs | bsd-2-clause | 1,587,015,413 | //MIT, 2019-present, WinterDev
using System;
using System.Collections.Generic;
using System.IO;
using PixelFarm.Platforms;
namespace PixelFarm.CpuBlit.BitmapAtlas
{
public delegate U LoadNewBmpDelegate<T, U>(T src);
public class BitmapCache<T, U> : IDisposable
where U : IDisposable
{
Di... | //MIT, 2019-present, WinterDev
using System;
using System.Collections.Generic;
using PixelFarm.Platforms;
namespace PixelFarm.CpuBlit.BitmapAtlas
{
public delegate U LoadNewBmpDelegate<T, U>(T src);
public class BitmapCache<T, U> : IDisposable
where U : IDisposable
{
Dictionary<T, U> _l... |
e8d442c2b8ba4d5ee6b4db012e91931f1a7750ea | Fix UpdateManager NRE for soundspawn | Fix UpdateManager NRE for soundspawn
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Sound/SoundSpawn.cs | agpl-3.0 | 1,587,015,313 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SoundSpawn : MonoBehaviour
{
public AudioSource audioSource;
//We need to handle this manually to prevent multiple requests grabbing sound pool items in the same frame
public bool isPlaying = false;
private f... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SoundSpawn : MonoBehaviour
{
public AudioSource audioSource;
//We need to handle this manually to prevent multiple requests grabbing sound pool items in the same frame
public bool isPlaying = false;
private float waitLead ... |
3a1136c9b53d149911113c23854dae5f5404f1ae | Fixed and optimized cascading behavior for WebForms that post the same value, which triggers cascading events. | Fixed and optimized cascading behavior for WebForms that post the same value, which triggers cascading events.
| Xomega-Net/XomegaFramework | src/Xomega.Framework/DataProperties/EnumProperties/EnumProperty.cs | mit | 1,587,013,760 | // Copyright (c) 2020 Xomega.Net. All rights reserved.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Xomega.Framework.Lookup;
namespace Xomega.Framework.Properties
{
/// <summary>
/// A data property that has enumerated set of possible values
/// that ... | // Copyright (c) 2020 Xomega.Net. All rights reserved.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Xomega.Framework.Lookup;
namespace Xomega.Framework.Properties
{
/// <summary>
/// A data property that has enumerated set of possible values
/// that ... |
e67a7c4948a3dd29b84f60eb71d988141217e117 | 3626.2: use include if no link node | 3626.2: use include if no link node
| LayoutFarm/PixelFarm | src/Tools/BitmapAtlasTool/AtlasProject.cs | bsd-2-clause | 1,587,013,732 | //MIT, 2020, WinterDev
using System;
using System.Collections.Generic;
using System.IO;
using System.Xml;
using Typography.OpenFont;
namespace Mini
{
class AtlasProject
{
public AtlasProject() { }
public bool Isloaded { get; private set; }
public string Filename { get; set; }
... | //MIT, 2020, WinterDev
using System;
using System.Collections.Generic;
using System.IO;
using System.Xml;
using Typography.OpenFont;
namespace Mini
{
class AtlasProject
{
public AtlasProject() { }
public bool Isloaded { get; private set; }
public string Filename { get; set; }
... |
d2107978e000d2122aecaa397e0025d4eb2cdf63 | Fix plugin configuration falure (#1564) | Fix plugin configuration falure (#1564)
| AntShares/AntShares | src/neo/Plugins/Plugin.cs | mit | 1,587,012,395 | using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using static System.IO.Path;
namespace Neo.Plugins
{
public abstract class Plugin : IDisposable
{
public static readonly List<Pl... | using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using static System.IO.Path;
namespace Neo.Plugins
{
public abstract class Plugin : IDisposable
{
public static readonly List<Pl... |
6c51b9b039a0b24680516f645a72808b1e78d852 | Add password to Enqueue method | Add password to Enqueue method
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Rpc/WasabiJsonRpcService.cs | mit | 1,587,011,909 | using System;
using System.Linq;
using System.Threading.Tasks;
using NBitcoin;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.Transactions;
using WalletWasabi.CoinJoin.Client.Clients.Queuing;
using W... | using System;
using System.Linq;
using System.Threading.Tasks;
using NBitcoin;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.Transactions;
using WalletWasabi.CoinJoin.Client.Clients.Queuing;
using W... |
960645465ab7b2232222c32812c06b45a56b2a80 | Add comment to indicate 7.7.0+ | Add comment to indicate 7.7.0+
| elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | src/Nest/Indices/AliasManagement/Alias.cs | apache-2.0 | 1,587,011,533 | using System;
using System.Runtime.Serialization;
namespace Nest
{
/// <summary>
/// An alias to one or more indices
/// </summary>
[ReadAs(typeof(Alias))]
public interface IAlias
{
/// <summary>
/// Provides an easy way to create different "views" of the same index. A filter can be defined using Query DSL ... | using System;
using System.Runtime.Serialization;
namespace Nest
{
/// <summary>
/// An alias to one or more indices
/// </summary>
[ReadAs(typeof(Alias))]
public interface IAlias
{
/// <summary>
/// Provides an easy way to create different "views" of the same index. A filter can be defined using Query DSL ... |
7f3a4cfaa017709e6b60cca60e57f6200e6e7965 | [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,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,587,011,233 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "e20788c3b500ac8c11cbaf09cf7a9ad899a64981";
public static string Version = "1.2";
public static string Build = "3331";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "5743a5f206df41f1bd7a3863c31dcb4301616ef0";
public static string Version = "1.2";
public static string Build = "3327";
... |
e20788c3b500ac8c11cbaf09cf7a9ad899a64981 | adding retail message for Enduring Enchantment (#2938) | adding retail message for Enduring Enchantment (#2938)
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/WorldObjects/Player_Death.cs | agpl-3.0 | 1,587,011,089 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Factories;
using ACE.Server.Mana... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Factories;
using ACE.Server.Mana... |
eca0655ce462b91886529b96789d3aa917e884ca | improve logging for scatter threshold z (#2932) | improve logging for scatter threshold z (#2932)
* improve logging for scatter threshold z
* revising again - keeping sign for output logging | LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/Physics/PhysicsObj.cs | agpl-3.0 | 1,587,011,000 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using ACE.Common;
using ACE.Entity.Enum;
using ACE.Server.Entity.Actions;
using ACE.Server.Managers;
using ACE.Server.Physics.Animation;
using ACE.Server.Physics.Collision;
using ACE.Server.Physics.Combat;
using ACE.Server.Physic... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using ACE.Common;
using ACE.Entity.Enum;
using ACE.Server.Entity.Actions;
using ACE.Server.Managers;
using ACE.Server.Physics.Animation;
using ACE.Server.Physics.Collision;
using ACE.Server.Physics.Combat;
using ACE.Server.Physic... |
4819a9ae52320c3eb63d351179052f91f30cf6b8 | 图片压缩配置 Signed-off-by: virtual <1185513330@qq.com> | 图片压缩配置
Signed-off-by: virtual <89ab707496410b11c2fba8f5ec0112cf133af8fd@qq.com>
| cocosip/DotCommon,cocosip/DotCommon | src/DotCommon.ImageResizer.AspNetCore.Mvc/ImageResizer/ImageResizeService.cs | mit | 1,587,009,533 | using DotCommon.Caching;
using DotCommon.ImageResize;
using DotCommon.Utility;
using Microsoft.Extensions.Caching.Distributed;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Drawing;
using System.Threading.Tasks;
namespace DotCommon.ImageResizer
{
/// <summary>图... | using DotCommon.Caching;
using DotCommon.ImageResize;
using DotCommon.Utility;
using Microsoft.Extensions.Caching.Distributed;
using Microsoft.Extensions.Logging;
using System;
using System.Drawing;
using System.Threading.Tasks;
namespace DotCommon.ImageResizer
{
/// <summary>图片缩放服务
/// </summary>
public ... |
03a74a4320db317e063130161933694d4563ca85 | Apply same conditional check changes to DrawableCarouselBeatmapSet | Apply same conditional check changes to DrawableCarouselBeatmapSet
| peppy/osu-new,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game/Screens/Select/Carousel/DrawableCarouselBeatmapSet.cs | mit | 1,587,006,806 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu... |
91b13f91eaaaad87dd221bdb8daf3ed34d7166b2 | Add exception disallowing potential edit when disabled at a property level | Add exception disallowing potential edit when disabled at a property level
| ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,peppy/osu | osu.Game/Screens/Select/SongSelect.cs | mit | 1,587,006,672 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using osu.Fra... |
c4caf38febbe7862589c2f33d761c005a7e6f0fa | Simplify menu item checks (and add for other items) | Simplify menu item checks (and add for other items)
| smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu | osu.Game/Screens/Select/Carousel/DrawableCarouselBeatmap.cs | mit | 1,587,006,620 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.F... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.F... |
65c4812f9a4212938d953a87af9c50b4e870e1bf | entirely inside polyline | entirely inside polyline
| ThisIsNotRocketScience/GerberTools,ThisIsNotRocketScience/GerberTools | GerberLibrary/Core/Primitives/PolyLine.cs | mit | 1,586,999,875 | using ClipperLib;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Polygon = System.Collections.Generic.List<ClipperLib.IntPoint>;
using Polygons = System.Collections.Generic.List<System.Collections.Generic.List<ClipperLib.I... | using ClipperLib;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Polygon = System.Collections.Generic.List<ClipperLib.IntPoint>;
using Polygons = System.Collections.Generic.List<System.Collections.Generic.List<ClipperLib.I... |
e6319eb89080a359ff4ffea8db829903cd090e0c | Make function to start download of an AppCast item public | Make function to start download of an AppCast item public
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,586,999,165 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... |
f36477e39dd1bbd055d345997f91c99701ffa208 | Add back "filled" property setting | Add back "filled" property setting
| smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableDrumRollTick.cs | mit | 1,586,999,049 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.Taiko.Objects.Drawables.P... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.Taiko.Objects.Drawables.P... |
47748a9a61c0379258adc8945ba615cc10fe5612 | fix StreamingMessageHandler - null reference | fix StreamingMessageHandler - null reference
- assign value to _orderEventJsonConverter in SetAuthentication()
_before_ it's referenced by Transmit(), fixing nullpointer;
| AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,StefanoRaggi/Lean | Messaging/StreamingMessageHandler.cs | apache-2.0 | 1,586,998,825 | using System;
using System.Net;
using System.Net.Sockets;
using Newtonsoft.Json;
using QuantConnect.Configuration;
using QuantConnect.Interfaces;
using QuantConnect.Logging;
using QuantConnect.Notifications;
using QuantConnect.Packets;
using NetMQ;
using NetMQ.Sockets;
using QuantConnect.Orders.Serialization;
namespa... | using System;
using System.Net;
using System.Net.Sockets;
using Newtonsoft.Json;
using QuantConnect.Configuration;
using QuantConnect.Interfaces;
using QuantConnect.Logging;
using QuantConnect.Notifications;
using QuantConnect.Packets;
using NetMQ;
using NetMQ.Sockets;
using QuantConnect.Orders.Serialization;
namespa... |
12887c382901a71ea06c6fcdd9a161425521746c | Fix issue where CheckForUpdatesAtUserRequest could return nothing | Fix issue where CheckForUpdatesAtUserRequest could return nothing
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,586,998,667 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkle.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkle.Enums;
using System.Net.Http;
using ... |
2eb8930fa37dffc89bafa0ef54f7c81e994c8eba | Added parse from ptr non-throwing. | Added parse from ptr non-throwing.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Sid.cs | apache-2.0 | 1,586,996,748 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
2a69e376bb3aa62b117574562d4ddab2dd1bdb6d | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,586,996,538 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
76603b39dea5bc92b86c9da30855281b0cecad69 | Remove flaky test. | Remove flaky test.
| AlexGhiondea/OutputColorizer,AlexGhiondea/OutputColorizer | test/ConsoleWriter.Tests.cs | mit | 1,586,995,600 | using NUnit.Framework;
using OutputColorizer;
using System;
using System.IO;
namespace UnitTests
{
public partial class ConsoleWriterTests
{
[Test]
public void TestGetForegroundColor()
{
ConsoleWriter cw = new ConsoleWriter();
Assert.AreEqual(Console.ForegroundC... | using NUnit.Framework;
using OutputColorizer;
using System;
using System.IO;
namespace UnitTests
{
public partial class ConsoleWriterTests
{
[Test]
public void TestGetForegroundColor()
{
ConsoleWriter cw = new ConsoleWriter();
Assert.AreEqual(Console.ForegroundC... |
8921b7dbb8a3aa2c517dd67e0aa15364c453d201 | Updated Streams.WriteLines to use WriteLine | Updated Streams.WriteLines to use WriteLine
| JotunShard/JotunShard.Extensions | src/Streams.cs | mit | 1,586,995,144 | using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
namespace JotunShard.Extensions
{
public static class Streams
{
public static IEnumerable<string> ReadLines(this TextReader reader)
{
reader.CheckArgumentNull(nameof(reader));
for (string l... | using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
namespace JotunShard.Extensions
{
public static class Streams
{
public static IEnumerable<string> ReadLines(this TextReader reader)
{
reader.CheckArgumentNull(nameof(reader));
for (string l... |
714904259bc8dde87c186f92072d869a1a0df17f | Added check for ICollection in Enumerables.HasCount | Added check for ICollection in Enumerables.HasCount
| JotunShard/JotunShard.Extensions | src/Collections/Enumerables.cs | mit | 1,586,994,811 | using JetBrains.Annotations;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Enumerables
{
// TryFind
/// <summary>
/// Determines efficiently whether the enumerable has the provided co... | using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Enumerables
{
// TryFind
/// <summary>
/// Determines efficiently whether the enumerable has the provided count.
/// </summary... |
c277d644b920669313b08705a81985ee46cc15b8 | Added TryAggregate, Join and GroupJoin for enumerables | Added TryAggregate, Join and GroupJoin for enumerables
| JotunShard/JotunShard.Extensions | src/Collections/Enumerables.cs | mit | 1,586,994,742 | using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Enumerables
{
// TryFind
/// <summary>
/// Determines efficiently whether the enumerable has the provided count.
/// </summary... | using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Enumerables
{
// TryFind
/// <summary>
/// Determines efficiently whether the enumerable has the provided count.
/// </summary... |
70561ab5107be140a9e4e1bb11d6a982efb701bd | [FF-1429] Code Cleanup on CoinBot.sln | [FF-1429] Code Cleanup on CoinBot.sln
| funfair-tech/CoinBot | src/CoinBot.Clients/FunFair/FunFairClientBase.cs | mit | 1,586,994,617 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
using CoinBot.Core;
using CoinBot.Core.Helpers;
using CoinBot.Core.JsonConverters;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
using CoinBot.Core;
using CoinBot.Core.Helpers;
using CoinBot.Core.JsonConverters;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespa... |
7d65eace468433dde0cd2d1db6ca830a096851be | Added checked statements for enumerables | Added checked statements for enumerables
| JotunShard/JotunShard.Extensions | src/Collections/Enumerables.cs | mit | 1,586,994,565 | using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Enumerables
{
// TryFind
/// <summary>
/// Determines efficiently whether the enumerable has the provided count.
/// </summary... | using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Enumerables
{
// TryFind
/// <summary>
/// Determines efficiently whether the enumerable has the provided count.
/// </summary... |
b52d784b36a519812ffb9019668103cff62cb8d2 | Added Join, GroupJoin and ToDictionary for KeyValuePair enumerables | Added Join, GroupJoin and ToDictionary for KeyValuePair enumerables
| JotunShard/JotunShard.Extensions | src/Collections/Dictionaries.cs | mit | 1,586,994,276 | using JetBrains.Annotations;
using System;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Dictionaries
{
public static IDictionary<TKey, TValue> DefaultIfEmpty<TKey, TValue>(
[NotNull] this IDictionary<TKey, TValue> source,
... | using JetBrains.Annotations;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Dictionaries
{
public static IDictionary<TKey, TValue> DefaultIfEmpty<TKey, TValue>(
[NotNull] this IDictionary<TKey, TValue> source,
TKey key... |
901c24c7ee6a5b20fcd1ae304302ff69734305d0 | Removed obsolete Dictionaries.SequenceEqual | Removed obsolete Dictionaries.SequenceEqual
| JotunShard/JotunShard.Extensions | src/Collections/Dictionaries.cs | mit | 1,586,993,987 | using JetBrains.Annotations;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Dictionaries
{
public static IDictionary<TKey, TValue> DefaultIfEmpty<TKey, TValue>(
[NotNull] this IDictionary<TKey, TValue> source,
TKey key... | using JetBrains.Annotations;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Dictionaries
{
public static IDictionary<TKey, TValue> DefaultIfEmpty<TKey, TValue>(
[NotNull] this IDictionary<TKey, TValue> source,
TKey key... |
8228a968f2db2076580865d34ea47614e586dbab | Removed obsolete Collections.Any | Removed obsolete Collections.Any
| JotunShard/JotunShard.Extensions | src/Collections/Collections.cs | mit | 1,586,993,760 | using JetBrains.Annotations;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Collections
{
/// <summary>
/// Adds the elements of the specified enumerable to the collection.
/// </summary>
/// <typeparam name="TElem">Th... | using JetBrains.Annotations;
using System.Collections.Generic;
using System.Linq;
namespace JotunShard.Extensions
{
public static class Collections
{
/// <summary>
/// Determines whether a collection contains any elements.
/// </summary>
/// <typeparam name="TElem">The type of ... |
b8f91131ad7bce9341874f6d725567ec89f14e00 | Closes #4 - Warning message when UTF8 variable name detected in parsing error | Closes #4 - Warning message when UTF8 variable name detected in parsing
error
| StatTag/StatTag | R/RAutomation.cs | mit | 1,586,993,363 | using System;
using System.Collections.Generic;
using System.Data;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RDotNet;
using RDotNet.Internals;
using StatTag.Core.Exceptions;
using StatTag.Core.Interfaces;
using StatTag.Core.Models;
using Stat... | using System;
using System.Collections.Generic;
using System.Data;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RDotNet;
using RDotNet.Internals;
using StatTag.Core.Interfaces;
using StatTag.Core.Models;
using StatTag.Core.Parser;
using StatTag.... |
eeb23deb6e1b67f9cee42e58b97fe1f533042f30 | Add username to server logs | Add username to server logs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Managers/PlayerList.cs | agpl-3.0 | 1,586,993,060 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
/// 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 parti... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
/// 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 parti... |
f9ae1655f2f03f1f373ec1e011e885949b72b6f7 | Fixed client id on macOS | Fixed client id on macOS
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Player/JoinedViewer.cs | agpl-3.0 | 1,586,992,747 | using System.Net.NetworkInformation;
using Mirror;
/// <summary>
/// This is the Viewer object for a joined player.
/// Once they join they will have local ownership of this object until a job is determined
/// and then they are spawned as player entity
/// </summary>
public class JoinedViewer : NetworkBehaviour
{
p... | using System;
using System.Linq;
using System.Net.NetworkInformation;
using UnityEngine;
using Mirror;
/// <summary>
/// This is the Viewer object for a joined player.
/// Once they join they will have local ownership of this object until a job is determined
/// and then they are spawned as player entity
/// </summar... |
67cbd51e7931a84a8e9b9e9fe00cac3fd9497441 | Updating .NET custom Firefox profile generation | Updating .NET custom Firefox profile generation
The default WebDriver preferences JSON file for creating a custom
Firefox profile was being referred to by the wrong resource identifier.
| Ardesco/selenium,titusfortner/selenium,joshmgrant/selenium,titusfortner/selenium,SeleniumHQ/selenium,Dude-X/selenium,titusfortner/selenium,asolntsev/selenium,asolntsev/selenium,SeleniumHQ/selenium,Dude-X/selenium,SeleniumHQ/selenium,titusfortner/selenium,Ardesco/selenium,Ardesco/selenium,joshmgrant/selenium,HtmlUnit/se... | dotnet/src/webdriver/Firefox/FirefoxProfile.cs | apache-2.0 | 1,586,991,783 | // <copyright file="FirefoxProfile.cs" company="WebDriver Committers">
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// t... | // <copyright file="FirefoxProfile.cs" company="WebDriver Committers">
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// t... |
38850878b5905b0689f190166c8ebebec5246738 | Build warnings for Assert.NotNull on KeyValuePair in TracerTests (#594) | Build warnings for Assert.NotNull on KeyValuePair in TracerTests (#594)
* Changing implementation from NotNull to Equals based on the value
* Update test/OpenTelemetry.Tests/Impl/Trace/TracerTest.cs
Co-Authored-By: Bruno Garcia <660609b171607ff3dcd294929e5d8239736f4298@brunogarcia.com>
* Apply suggestions fr... | open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet | test/OpenTelemetry.Tests/Impl/Trace/TracerTest.cs | apache-2.0 | 1,586,991,534 | // <copyright file="TracerTest.cs" company="OpenTelemetry Authors">
// Copyright 2018, OpenTelemetry Authors
//
// 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.o... | // <copyright file="TracerTest.cs" company="OpenTelemetry Authors">
// Copyright 2018, OpenTelemetry Authors
//
// 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.o... |
7ae8f8429d3d7ce87633477d9b0b9d753e4e5ec2 | Fixed calculation of round duration | Fixed calculation of round duration
| space-wizards/space-station-14-content,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-content,space-wizards/space-station-14 | Content.Server/GameTicking/GameTicker.cs | mit | 1,586,990,813 | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Server.GameObjects;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.Components.Markers;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameTicking.GamePresets;
using Content.Ser... | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Server.GameObjects;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.Components.Markers;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameTicking.GamePresets;
using Content.Ser... |
a1b1757b535d8125321958232898679bf3a6b436 | Added non-throwing Sid parse method. | Added non-throwing Sid parse method.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Sid.cs | apache-2.0 | 1,586,990,572 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
8c0956ebb45c100efb794a2d6d785b2d04324d41 | Added non-throwing conversion to a conditional string. | Added non-throwing conversion to a conditional string.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/NtSecurity.cs | apache-2.0 | 1,586,990,492 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
f38807c451b2424c0be05de698aa65028cd3471e | Fixes more validation for single event storage where the expected version is higher than all known versions within the stream. | Fixes more validation for single event storage where the expected version is higher than all known versions within the stream.
| damianh/Cedar.EventStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs | mit | 1,586,989,942 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStoreStore.Json;
public... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... |
292894d8371c033c5dd2d6b518af13fe85598b16 | Don't handle everything inside the catch block | Don't handle everything inside the catch block
| khellang/Middleware | src/ProblemDetails/ProblemDetailsMiddleware.cs | mit | 1,586,989,760 | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Abstractions;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.Logging;
using M... | using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Abstractions;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Micro... |
b243ae1615593ea0b4dd209db378779b6a92b58e | Fixing QueryCollection property documentation (#20044) | Fixing QueryCollection property documentation (#20044)
* Fixing QueryCollection property documentation
* Update src/Http/Http/src/QueryCollection.cs
Co-Authored-By: Chris Ross <17a1bcfb12b91d5a94bc2a853ed1356b563f4b10@Outlook.com>
Co-authored-by: Sourabh Shirhatti <bbc2629e75259289d52839d74f29e2f17b8464ae@outlook.c... | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Http/Http/src/QueryCollection.cs | apache-2.0 | 1,586,989,723 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.Extensions.Primitives;
namespace Microsoft.AspNetCore.Http
{
... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.Extensions.Primitives;
namespace Microsoft.AspNetCore.Http
{
... |
d1088d7d7cf16c51ceb10768594afde93e1b3148 | dropped support for ssl3 + tls1.0 + tls1.1 | dropped support for ssl3 + tls1.0 + tls1.1
changes to #140
| 3F/DllExport,3F/DllExport | Wizard/PackageInfo.cs | mit | 1,586,989,393 | /*
* The MIT License (MIT)
*
* Copyright (c) 2016-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including ... | /*
* The MIT License (MIT)
*
* Copyright (c) 2016-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including ... |
ef2bf693a1eec4036bced24766038222dbab0332 | Added PRE_TRANSIT to TrackingStatus Enum | Added PRE_TRANSIT to TrackingStatus Enum
| goshippo/shippo-csharp-client | Shippo/ShippoEnums.cs | apache-2.0 | 1,586,988,944 | using System;
namespace Shippo
{
public static class ShippoEnums
{
public enum LabelFiletypes { NONE, PNG, PDF, PDF_4x6, ZPLII }
public enum Statuses { VALIDATING, VALID, INVALID, PURCHASING, PURCHASED }
public enum ObjectResults { none, creation_failed, creation_succeeded, purchase_fai... | using System;
namespace Shippo
{
public static class ShippoEnums
{
public enum LabelFiletypes { NONE, PNG, PDF, PDF_4x6, ZPLII }
public enum Statuses { VALIDATING, VALID, INVALID, PURCHASING, PURCHASED }
public enum ObjectResults { none, creation_failed, creation_succeeded, purchase_fai... |
bc4ecccd56c68856055290415203fcdaa0b50fec | Remove the async runmode on swag since every command is async | Remove the async runmode on swag since every command is async
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/FunModule.cs | agpl-3.0 | 1,586,988,539 | using System;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
namespace SoraBot.Bot.Modules
{
[Name("Fun")]
[Summary("A bunch of fun and useless commands.")]
public class FunModule : SoraSocketCommandModule
{
[Command("ruined"), Ali... | using System;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
namespace SoraBot.Bot.Modules
{
[Name("Fun")]
[Summary("A bunch of fun and useless commands.")]
public class FunModule : SoraSocketCommandModule
{
[Command("ruined"), Ali... |
806d6bb1325a787d9c8f866ca58da2a57668e313 | clamp inputs | clamp inputs
| tawnkramer/sdsandbox,tawnkramer/sdsandbox | sdsim/Assets/Scripts/tcp/TcpCarHandler.cs | bsd-3-clause | 1,586,988,159 | using System.Collections;
using UnityEngine;
using System;
using UnityEngine.UI;
using System.Globalization;
using UnityEngine.SceneManagement;
using UnityStandardAssets.ImageEffects;
namespace tk
{
public class TcpCarHandler : MonoBehaviour {
public GameObject carObj;
public ICar c... | using System.Collections;
using UnityEngine;
using System;
using UnityEngine.UI;
using System.Globalization;
using UnityEngine.SceneManagement;
using UnityStandardAssets.ImageEffects;
namespace tk
{
public class TcpCarHandler : MonoBehaviour {
public GameObject carObj;
public ICar c... |
3e5b1f2da78b4b1ef92ad170cae50a35759a7183 | Update Parse for ReadOnly FileAccess (#876) | Update Parse for ReadOnly FileAccess (#876)
At the moment the Parse method with sourceFile needs write permission because of the FileStream Constructor setting FileAccess to ReadWrite wth the current FileStream constructor. Specify FileAccess.Read will force to open with Read permission instead of readwrite
Co-auth... | cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber | gherkin/dotnet/Gherkin/Parser.Extensions.cs | mit | 1,586,987,112 | using System.IO;
using Gherkin.Ast;
namespace Gherkin
{
public class Parser : Parser<GherkinDocument>
{
public Parser()
{
}
public Parser(IAstBuilder<GherkinDocument> astBuilder)
: base(astBuilder)
{
}
public GherkinDocument... | using System.IO;
using Gherkin.Ast;
namespace Gherkin
{
public class Parser : Parser<GherkinDocument>
{
public Parser()
{
}
public Parser(IAstBuilder<GherkinDocument> astBuilder)
: base(astBuilder)
{
}
public GherkinDocument... |
c7bfd472e2cb120ada6f6c19fe29afdf38fdeb5d | Update Parse for ReadOnly FileAccess (#876) | Update Parse for ReadOnly FileAccess (#876)
At the moment the Parse method with sourceFile needs write permission because of the FileStream Constructor setting FileAccess to ReadWrite wth the current FileStream constructor. Specify FileAccess.Read will force to open with Read permission instead of readwrite
Co-auth... | cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin | dotnet/Gherkin/Parser.Extensions.cs | mit | 1,586,987,112 | using System.IO;
using Gherkin.Ast;
namespace Gherkin
{
public class Parser : Parser<GherkinDocument>
{
public Parser()
{
}
public Parser(IAstBuilder<GherkinDocument> astBuilder)
: base(astBuilder)
{
}
public GherkinDocument... | using System.IO;
using Gherkin.Ast;
namespace Gherkin
{
public class Parser : Parser<GherkinDocument>
{
public Parser()
{
}
public Parser(IAstBuilder<GherkinDocument> astBuilder)
: base(astBuilder)
{
}
public GherkinDocument... |
831261b2939a78b432b8361b740eddbd4845c19a | Update Parse for ReadOnly FileAccess (#876) | Update Parse for ReadOnly FileAccess (#876)
At the moment the Parse method with sourceFile needs write permission because of the FileStream Constructor setting FileAccess to ReadWrite wth the current FileStream constructor. Specify FileAccess.Read will force to open with Read permission instead of readwrite
Co-auth... | cucumber/gherkin-dotnet,cucumber/gherkin-dotnet | Gherkin/Parser.Extensions.cs | mit | 1,586,987,112 | using System.IO;
using Gherkin.Ast;
namespace Gherkin
{
public class Parser : Parser<GherkinDocument>
{
public Parser()
{
}
public Parser(IAstBuilder<GherkinDocument> astBuilder)
: base(astBuilder)
{
}
public GherkinDocument... | using System.IO;
using Gherkin.Ast;
namespace Gherkin
{
public class Parser : Parser<GherkinDocument>
{
public Parser()
{
}
public Parser(IAstBuilder<GherkinDocument> astBuilder)
: base(astBuilder)
{
}
public GherkinDocument... |
d586384a44e960b2f6ef317f04fab4a2bf132f75 | Added IActivityContext.Timeout(timeout) | Added IActivityContext.Timeout(timeout)
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Workflow/IActivityContext.cs | mit | 1,586,986,532 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IActivityContext.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proje... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IActivityContext.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proje... |
17a465ee78574011ca1af822fab81fc68832b69c | Candle args parsing fix. | Candle args parsing fix.
| StockSharp/StockSharp | Messages/Extensions.cs | apache-2.0 | 1,586,986,409 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
913484cb4fc4cbcbf049d3d6a46bd124c5fbbc7f | Changed logging for dB queries. Dont need em in production | Changed logging for dB queries. Dont need em in production
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Program.cs | agpl-3.0 | 1,586,985,805 | using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Events;
using SoraBot.Data;
namespace SoraBot.WebApi
{
public class Program
{
public static int Main(st... | using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Events;
using SoraBot.Data;
namespace SoraBot.WebApi
{
public class Program
{
public static int Main(st... |
a351083bd18a11ebe23075aedc6d743fdc70f275 | Use ThrowsAnyAsync to catch both TaskCanceledException and OperationCanceledException | Use ThrowsAnyAsync to catch both TaskCanceledException and OperationCanceledException
| clement911/ShopifySharp,nozzlegear/ShopifySharp | ShopifySharp.Tests/ExecuteRequestCancellation_Tests.cs | mit | 1,586,985,346 | using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using ShopifySharp.Filters;
using ShopifySharp.Infrastructure;
using ShopifySharp.Lists;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "ExecuteRequestCancellation")]
public cl... | using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using ShopifySharp.Filters;
using ShopifySharp.Infrastructure;
using ShopifySharp.Lists;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "ExecuteRequestCancellation")]
public cl... |
e2c2b27cbf2e70ed9c414938045a64b95df74e64 | Added list of privileges. | Added list of privileges.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Accessible/TokenInformation.cs | apache-2.0 | 1,586,985,217 | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
b29a45f9fb0839fb20da0924fbb6182e663eaa94 | Fix potential error in ParametersHelper when parameter property is null | Fix potential error in ParametersHelper when parameter property is null
| haefele/UwCore | src/UwCore/Services/Navigation/ParametersHelper.cs | mit | 1,586,984,973 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using UwCore.Extensions;
namespace UwCore.Services.Navigation
{
public static class ParametersHelper
{
private static PropertyInfo GetParametersProperty(object instance)
{
var parametersProp... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using UwCore.Extensions;
namespace UwCore.Services.Navigation
{
public static class ParametersHelper
{
private static PropertyInfo GetParametersProperty(object instance)
{
var parametersProp... |
7ac6b7c19a254d6c4b97374d00bca08179f41183 | Fix task cancellation tests, use OperationCanceledException | Fix task cancellation tests, use OperationCanceledException
| clement911/ShopifySharp,nozzlegear/ShopifySharp | ShopifySharp.Tests/ExecuteRequestCancellation_Tests.cs | mit | 1,586,983,613 | using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using ShopifySharp.Filters;
using ShopifySharp.Infrastructure;
using ShopifySharp.Lists;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "ExecuteRequestCancellation")]
public cl... | using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using ShopifySharp.Filters;
using ShopifySharp.Infrastructure;
using ShopifySharp.Lists;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "ExecuteRequestCancellation")]
public cl... |
05054b6bbf4c2b2100fa7f65ae7aa3c9e6925f6b | GetTargetDirectoryDefault | GetTargetDirectoryDefault
| signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/framework,AlejandroCano/extensions | Signum.Engine.Extensions/Translation/TranslationLogic.cs | mit | 1,586,983,036 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Translation;
using... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Translation;
using... |
bbcabc3b7d0bf92f9ae94a2f5370845a41756b38 | Added tests for FR and ES | Added tests for FR and ES
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/tests/net-placeholders/IsDatePlaceholderHandlerTests.cs | apache-2.0 | 1,586,982,696 | using NUnit.Framework;
using Org.XmlUnit.Diff;
using Org.XmlUnit.Placeholder;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
namespace Org.XmlUnit.Placeholder
{
[TestFixture()]
public class IsDatePlaceholderHandlerTests
{
private IPlaceholderHandler ... | using NUnit.Framework;
using Org.XmlUnit.Diff;
using Org.XmlUnit.Placeholder;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
namespace Org.XmlUnit.Placeholder
{
[TestFixture()]
public class IsDatePlaceholderHandlerTests
{
private IPlaceholderHandler ... |
edf74e0aa477c0f8bdbfae88f2a6c3ac5b538620 | MigrationsDirectory | MigrationsDirectory
| signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/extensions,signumsoftware/framework | Signum.Engine.Extensions/Migrations/SqlMigrationRunner.cs | mit | 1,586,982,608 | using Signum.Engine.Maps;
using Signum.Engine.SchemaInfoTables;
using Signum.Entities;
using Signum.Entities.Migrations;
using Signum.Utilities;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpress... | using Signum.Engine.Maps;
using Signum.Engine.SchemaInfoTables;
using Signum.Entities;
using Signum.Entities.Migrations;
using Signum.Utilities;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpress... |
bd166e5a4c2bcf7465c37211465aef977bfb4d05 | CancelationToken | CancelationToken
| signumsoftware/extensions,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework | Signum.Engine.Extensions/Mailing/Pop3/Pop3ConfigurationLogic.cs | mit | 1,586,982,463 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum... |
9fadf55d0055630ae43f23736891ccda8424f541 | Autoproperties for MaxNetworkReties and EnableTelemetry | Autoproperties for MaxNetworkReties and EnableTelemetry
| stripe/stripe-dotnet | src/Stripe.net/Infrastructure/Public/SystemNetHttpClient.cs | apache-2.0 | 1,586,982,200 | namespace Stripe
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json... | namespace Stripe
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json... |
28378b39e0fb59e79ea4a6ddd81ce006fadf781a | Properly use `ScheduledQueryRunError` for the `Error` property | Properly use `ScheduledQueryRunError` for the `Error` property
| stripe/stripe-dotnet | src/Stripe.net/Entities/Sigma/ScheduledQueryRuns/ScheduledQueryRun.cs | apache-2.0 | 1,586,982,190 | namespace Stripe.Sigma
{
using System;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class ScheduledQueryRun : StripeEntity<ScheduledQueryRun>, IHasId, IHasObject
{
/// <summary>
/// Unique identifier for the object.
/// </summary>
[JsonProperty("id")]
... | namespace Stripe.Sigma
{
using System;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class ScheduledQueryRun : StripeEntity<ScheduledQueryRun>, IHasId, IHasObject
{
/// <summary>
/// Unique identifier for the object.
/// </summary>
[JsonProperty("id")]
... |
da610dfa64c41a29a352c00d85024c15754d1b05 | Made separate tests for different cultures | Made separate tests for different cultures
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/tests/net-placeholders/IsDatePlaceholderHandlerTests.cs | apache-2.0 | 1,586,982,157 | using NUnit.Framework;
using Org.XmlUnit.Diff;
using Org.XmlUnit.Placeholder;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
namespace Org.XmlUnit.Placeholder
{
[TestFixture()]
public class IsDatePlaceholderHandlerTests
{
private IPlaceholderHandler ... | using NUnit.Framework;
using Org.XmlUnit.Diff;
using Org.XmlUnit.Placeholder;
using System;
using System.Collections.Generic;
using System.Text;
namespace Org.XmlUnit.Placeholder
{
[TestFixture()]
public class IsDatePlaceholderHandlerTests
{
private IPlaceholderHandler placeholderHandler = new IsD... |
df15e91080d1ca509e6d2942c530f51aab38029f | Changed placeholder to be currentculture | Changed placeholder to be currentculture
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/main/net-placeholders/IsDatePlaceholderHandler.cs | apache-2.0 | 1,586,982,150 | /*
This file is licensed to You 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 agreed to in writing, software
d... | /*
This file is licensed to You 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 agreed to in writing, software
d... |
98ff68d30339b8f735318c475449d06f50b2fbc3 | Added tests for more date formats | Added tests for more date formats
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/tests/net-placeholders/IsDatePlaceholderHandlerTests.cs | apache-2.0 | 1,586,982,142 | using NUnit.Framework;
using Org.XmlUnit.Diff;
using Org.XmlUnit.Placeholder;
using System;
using System.Collections.Generic;
using System.Text;
namespace Org.XmlUnit.Placeholder
{
[TestFixture()]
public class IsDatePlaceholderHandlerTests
{
private IPlaceholderHandler placeholderHandler = new IsD... | using NUnit.Framework;
using Org.XmlUnit.Diff;
using Org.XmlUnit.Placeholder;
using System;
using System.Collections.Generic;
using System.Text;
namespace Org.XmlUnit.Placeholder
{
[TestFixture()]
public class IsDatePlaceholderHandlerTests
{
private IPlaceholderHandler placeholderHandler = new IsD... |
5a6c96a87e89665fa9d8551d155ef624e791a887 | Change `NextPendingInvoiceItemInvoice` to be a `DateTime` | Change `NextPendingInvoiceItemInvoice` to be a `DateTime`
| stripe/stripe-dotnet | src/Stripe.net/Entities/Subscriptions/Subscription.cs | apache-2.0 | 1,586,982,053 | namespace Stripe
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class Subscription : StripeEntity<Subscription>, IHasId, IHasMetadata, IHasObject
{
/// <summary>
/// Unique identifier for the object.
/// </sum... | namespace Stripe
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class Subscription : StripeEntity<Subscription>, IHasId, IHasMetadata, IHasObject
{
/// <summary>
/// Unique identifier for the object.
/// </sum... |
9d50579182f221c01b9847bc69e09fdf93d1b6ac | Temporairly changed daily to 1 mil for testing | Temporairly changed daily to 1 mil for testing
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/CoinModule.cs | agpl-3.0 | 1,586,981,894 | using System;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Humanizer.Localisation;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name... | using System;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Humanizer.Localisation;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name... |
d43296f6f78a49f00ef21ddf1084ccfcde61a3b8 | revert send email fix | revert send email fix
| signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/framework | Signum.Engine.Extensions/Mailing/EmailLogic.cs | mit | 1,586,981,512 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Mail;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Utilities;
using Signum.Entities.Mailing;
using Signum.Entities.Processes;
using Signum.Entities;
using Signum.Engine.DynamicQu... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Mail;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Utilities;
using Signum.Entities.Mailing;
using Signum.Entities.Processes;
using Signum.Entities;
using Signum.Engine.DynamicQu... |
fe9309197511b75ebb0b3b58945ab48b76238671 | Store dictionary is internal | Store dictionary is internal
| takenet/elephant | src/Take.Elephant/Memory/Bus.cs | apache-2.0 | 1,586,981,259 | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Take.Elephant.Memory
{
/// <summary>
/// Simple memory bus implementation.
/// </summary>
/// <typeparam name="TChannel"></typeparam>
/// <typeparam name="TMessage"... | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Take.Elephant.Memory
{
/// <summary>
/// Simple memory bus implementation.
/// </summary>
/// <typeparam name="TChannel"></typeparam>
/// <typeparam name="TMessage"... |
f91bae7e88297a6113bc274b40cc58692ab868ba | Move WMR camera warning into correct scope | Move WMR camera warning into correct scope
| DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Services/CameraSystem/MixedRealityCameraSystem.cs | mit | 1,586,981,249 | // 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.Utilities;
using System.Collections;
using System.Collections.Generic;
using Unity.Profiling;
using UnityEngine;
namespace Micr... | // 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.Utilities;
using System.Collections;
using System.Collections.Generic;
using Unity.Profiling;
using UnityEngine;
namespace Micr... |
fff4abe601a201d57f8fa6fabef839fd0e8b90f0 | Changed memory bus handler store strategy | Changed memory bus handler store strategy
| takenet/elephant | src/Take.Elephant/Memory/Bus.cs | apache-2.0 | 1,586,981,220 | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Take.Elephant.Memory
{
/// <summary>
/// Simple memory bus implementation.
/// </summary>
/// <typeparam name="TChannel"></typeparam>
/// <typeparam name="TMessage"... | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Take.Elephant.Memory
{
/// <summary>
/// Simple memory bus implementation.
/// </summary>
/// <typeparam name="TChannel"></typeparam>
/// <typeparam name="TMessage"... |
c15509cb13073bf53755988bbc8afaf02fe59468 | Support pseudo handles. | Support pseudo handles.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/TestNtTokenGroupCmdlet.cs | apache-2.0 | 1,586,981,084 | // Copyright 2020 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2020 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
32642fa9f8b9d2e16ac1f44103d375056b9b8197 | remove messages | remove messages
| signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,signumsoftware/extensions,MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions | Signum.Entities.Extensions/Authorization/AuthMessages.cs | mit | 1,586,980,864 | using System.ComponentModel;
namespace Signum.Entities.Authorization
{
[AllowUnathenticated]
public enum LoginAuthMessage
{
[Description("The password must have at least {0} characters")]
ThePasswordMustHaveAtLeast0Characters,
NotUserLogged,
[Description("Usernam... | using System.ComponentModel;
namespace Signum.Entities.Authorization
{
[AllowUnathenticated]
public enum LoginAuthMessage
{
[Description("The password must have at least {0} characters")]
ThePasswordMustHaveAtLeast0Characters,
NotUserLogged,
[Description("Usernam... |
6e115b7f6052070ce1861fdc9792d4db514bf52e | Sort accent color menus | Sort accent color menus
| batzen/MahApps.Metro,MahApps/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,ye4241/MahApps.Metro | src/MahApps.Metro.Samples/MahApps.Metro.Demo/MainWindowViewModel.cs | mit | 1,586,980,125 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.ComponentModel;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.ComponentModel;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System... |
ccbb3b3abb05e6dc90fe32eccd4121dbfaf21008 | remove ToDateTime | remove ToDateTime
| signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework | Signum.Utilities/Date.cs | mit | 1,586,979,873 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.Serialization;
using System.Text;
//Thanks to supersonicclay
//From https://github.com/supersonicclay/csharp-date/blob/master/CSharpDate/Date.cs
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.Serialization;
using System.Text;
//Thanks to supersonicclay
//From https://github.com/supersonicclay/csharp-date/blob/master/CSharpDate/Date.cs
... |
1e00a61c79d98f9cb0ff89b4fdc5de7b2683b856 | (#51) Add InstructionalButtons public property | (#51) Add InstructionalButtons public property
And InstructionalButtonsEnabled property
Closes #51
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/UIMenu.cs | mit | 1,586,979,629 | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... |
b2c88e9a23478c6caa1d2d4436410b4b8539a79e | Add Microsoft.Extensions.Logging namespace to template (#20869) | Add Microsoft.Extensions.Logging namespace to template (#20869)
* Add Microsoft.Extensions.Logging namespace to template
* Update Program.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/ComponentsWebAssembly.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/Program.cs | apache-2.0 | 1,586,979,572 | using System;
using System.Net.Http;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Text;
#if (!NoAuth && Hosted)
using Microsoft.AspNetCore.Components.WebAssembly.Authentication;
#endif
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using Microsoft.Extensions.Configuration;
us... | using System;
using System.Net.Http;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Text;
#if (!NoAuth && Hosted)
using Microsoft.AspNetCore.Components.WebAssembly.Authentication;
#endif
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using Microsoft.Extensions.Configuration;
us... |
82715ad1b858272f4ea24518316f3e6b176e5488 | fix EnumEquals | fix EnumEquals
| AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework | Signum.Engine/Linq/ExpressionVisitor/SmartEqualizer.cs | mit | 1,586,979,530 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Signum.Utilities;
using Signum.Entities;
using Signum.Utilities.Reflection;
using Signum.Engine.Maps;
using Signum.Utilities.ExpressionTrees;
using Signum.Entities.Reflection;
using System.Reflection;
na... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Signum.Utilities;
using Signum.Entities;
using Signum.Utilities.Reflection;
using Signum.Engine.Maps;
using Signum.Utilities.ExpressionTrees;
using Signum.Entities.Reflection;
using System.Reflection;
na... |
432fba6bbd688f516547b0e0813f604a5b96b163 | fix starving debuff making you faster instead of slower | fix starving debuff making you faster instead of slower
| fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Health/BloodHealth/MetabolismSystem.cs | agpl-3.0 | 1,586,978,079 | using Mirror;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Used by the Metabolism class to apply the desired effects. Substances are applied evenly over the duration of the effect.
/// </summary>
public struct MetabolismEffect
{
public int totalNutrients;
public i... | using Mirror;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Used by the Metabolism class to apply the desired effects. Substances are applied evenly over the duration of the effect.
/// </summary>
public struct MetabolismEffect
{
public int totalNutrients;
public i... |
e6d0e1ef3a71f6619c81af03f042a4c76865d327 | Reduce to a single casting instead of casting twice. | Reduce to a single casting instead of casting twice.
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogViewer.Core/NodeQueryMatcher.cs | mit | 1,586,978,039 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... |
12261f1645bd60246251c4fd448a911915bc5ced | [Mono.Debugging.Soft] Make sure to lock the SourceLinkCache while accessing it | [Mono.Debugging.Soft] Make sure to lock the SourceLinkCache while accessing it
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1093441/
| mono/debugger-libs,Unity-Technologies/debugger-libs,mono/debugger-libs,Unity-Technologies/debugger-libs | Mono.Debugging.Soft/SoftDebuggerSession.cs | mit | 1,586,977,973 | //
// SoftDebuggerSession.cs
//
// Authors: Lluis Sanchez Gual <lluis@novell.com>
// Jeffrey Stedfast <jeff@xamarin.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
// Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any perso... | //
// SoftDebuggerSession.cs
//
// Authors: Lluis Sanchez Gual <lluis@novell.com>
// Jeffrey Stedfast <jeff@xamarin.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
// Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any perso... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.