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
70a2c4279f9fa0c431e2ef7209fc5162e7b73f69
Fix test warnings
Fix test warnings Do not use Assert.Equal() to check for collection size
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator.Tests/XmlTests.cs
apache-2.0
1,589,445,372
using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices.ComTypes; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Xml....
using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices.ComTypes; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Xml....
2d6378012d641325d7d9b32aa59ebe67ccdcff28
Added PartModule.ConfigurationInvalid also logs as Error
Added PartModule.ConfigurationInvalid also logs as Error
allista/AT_Utils
Extensions/PartModuleExtensions.cs
mit
1,589,444,914
namespace AT_Utils { public static class PartModuleExtensions { public static string Title(this PartModule pm) => pm.part.partInfo != null ? pm.part.partInfo.title : pm.part.name; public static void EnableModule(this PartModule pm, bool enable) => pm.enabled = pm.isEnabled = enable;...
namespace AT_Utils { public static class PartModuleExtensions { public static string Title(this PartModule pm) => pm.part.partInfo != null ? pm.part.partInfo.title : pm.part.name; public static void EnableModule(this PartModule pm, bool enable) => pm.enabled = pm.isEnabled = enable;...
b290a68992ab9244811b927f0e46922eb6f36d2f
Fix for AddPlanarRegion making back-to-front faces
Fix for AddPlanarRegion making back-to-front faces modified: Nucleus/Nucleus/Geometry/PlanarRegion.cs
pnjeffries/freebuild,pnjeffries/Nucleus
Nucleus/Nucleus/Geometry/PlanarRegion.cs
mit
1,589,444,745
// Copyright (c) 2016 Paul Jeffries // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publis...
// Copyright (c) 2016 Paul Jeffries // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publis...
42248a072f806586a262eb2821ac81cf8ed62d09
:bug: UnixComputer - null tolerance for tests (#12651)
:bug: UnixComputer - null tolerance for tests (#12651)
JamesWTruher/PowerShell-1,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,TravisEz13/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,TravisEz13/PowerShell,daxian-dbw/PowerShell,TravisEz13/PowerShell...
src/Microsoft.PowerShell.Commands.Management/commands/management/ComputerUnix.cs
mit
1,589,443,440
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #if UNIX using System; using System.Diagnostics; using System.Management.Automation; using System.Management.Automation.Internal; using System.Runtime.InteropServices; namespace Microsoft.PowerShell.Commands { #region Restart-Computer //...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #if UNIX using System; using System.Diagnostics; using System.Management.Automation; using System.Management.Automation.Internal; using System.Runtime.InteropServices; namespace Microsoft.PowerShell.Commands { #region Restart-Computer //...
fbc53e8685575e6f752e772dc7884120da58ec72
bring Web Search with matched actionkeyword to near top of matches
bring Web Search with matched actionkeyword to near top of matches
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.WebSearch/Main.cs
mit
1,589,442,225
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Controls; using Wox.Infrastructure; using Wox.Infrastructure.Storage; namespace Wox.Plugin.WebSearch { public class Main : IPlugin...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Controls; using Wox.Infrastructure; using Wox.Infrastructure.Storage; namespace Wox.Plugin.WebSearch { public class Main : IPlugin...
14789315e312b0eaade65271d61eff83105ebec0
Adopting improved agxPowerLine connect interface in AGX Dynamics 2.29.0.0.
Adopting improved agxPowerLine connect interface in AGX Dynamics 2.29.0.0.
Algoryx/agxUnity
AGXUnity/Model/WheelLoader.cs
apache-2.0
1,589,441,875
using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AGXUnity.Model { [AddComponentMenu( "AGXUnity/Model/Wheel Loader" )] [DisallowMultipleComponent] public class WheelLoader : ScriptComponent { public enum DifferentialLocation { Rear, Center, ...
using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AGXUnity.Model { [AddComponentMenu( "AGXUnity/Model/Wheel Loader" )] [DisallowMultipleComponent] public class WheelLoader : ScriptComponent { public enum DifferentialLocation { Rear, Center, ...
f8a130dc775167957f878b180763ae76294207f0
updated Revit and .NET version flags
updated Revit and .NET version flags
jeremytammik/the_building_coder_samples
BuildingCoder/BuildingCoder/Properties/AssemblyInfo.cs
mit
1,589,441,801
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTit...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTit...
860d6e5e26fa8fa573c2378571a297f691c37b3f
improve asserts
improve asserts
ctiller/grpc,ctiller/grpc,firebase/grpc,ctiller/grpc,firebase/grpc,vjpai/grpc,grpc/grpc,stanley-cheung/grpc,ejona86/grpc,donnadionne/grpc,vjpai/grpc,grpc/grpc,jtattermusch/grpc,ctiller/grpc,nicolasnoble/grpc,firebase/grpc,nicolasnoble/grpc,ctiller/grpc,vjpai/grpc,ctiller/grpc,grpc/grpc,donnadionne/grpc,jtattermusch/grp...
src/csharp/Grpc.Core.Tests/ClientServerTest.cs
apache-2.0
1,589,441,263
#region Copyright notice and license // Copyright 2015 gRPC 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.org/licenses/LICENSE-2.0 // // Unless req...
#region Copyright notice and license // Copyright 2015 gRPC 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.org/licenses/LICENSE-2.0 // // Unless req...
5edc3be0b3dd80c29ec1b8ae4c7fa7a760083502
Prevent NRE in ExplorerBehavior
Prevent NRE in ExplorerBehavior
dgarage/NBXplorer,dgarage/NBXplorer,dgarage/NBXplorer
NBXplorer/ExplorerBehavior.cs
mit
1,589,439,811
using NBXplorer.Logging; using System.Linq; using Microsoft.Extensions.Logging; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Collections.Concurrent; using System.Threading.Tasks; using...
using NBXplorer.Logging; using System.Linq; using Microsoft.Extensions.Logging; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Collections.Concurrent; using System.Threading.Tasks; using...
950e3bbbbc2faa1e196d7f30d5b7a0ad9801fe60
Fix assertion fail while applying deactivating-touch input on an already non-active source
Fix assertion fail while applying deactivating-touch input on an already non-active source Assertion is helpful :P
peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framew...
osu.Framework/Input/StateChanges/TouchInput.cs
mit
1,589,439,711
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
204735221d6d26e6d3156eb2f5eecadd4b3d22f5
Add SecuritySafeCritical to GetMachineCode and IsOnRightMachine
Add SecuritySafeCritical to GetMachineCode and IsOnRightMachine
artemlos/SKGL-Extension-for-dot-NET,SerialKeyManager/SKGL-Extension-for-dot-NET
Cryptolens.Licensing/SKMv3/Helpers.cs
bsd-3-clause
1,589,439,396
using SKM.V3; using SKM.V3.Models; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Security; using System.Security.Cryptography; using System.Text; namespace SKM.V3.Methods { /// <summary> /// Helper methods to ease interaction ...
using SKM.V3; using SKM.V3.Models; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Security; using System.Security.Cryptography; using System.Text; namespace SKM.V3.Methods { /// <summary> /// Helper methods to ease interaction ...
e26a3579b901328348132052a26b2efb3ef302cd
Fixes build error
Fixes build error
neutmute/loggly-csharp,neutmute/loggly-csharp
source/Loggly/LogglyClient.cs
mit
1,589,438,786
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; using System.Reflection; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _...
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _transport; private JsonSerializ...
12125933ef0785c926a21614188e81b1e6e1ab7a
update expirted date sort when get
update expirted date sort when get
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox/Image/ImageCache.cs
mit
1,589,438,700
using JetBrains.Annotations; using NLog; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.Image { class Cache...
using JetBrains.Annotations; using NLog; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.Image { class Cache...
a7506ba8946cb0c7bb23a43afc4c493631499c76
Fixed bug where property synchronization wasn't performed correctly during initialization.
Fixed bug where property synchronization wasn't performed correctly during initialization.
Algoryx/agxUnity
AGXUnity/ScriptComponent.cs
apache-2.0
1,589,438,502
using System; using System.Reflection; using UnityEngine; namespace AGXUnity { /// <summary> /// Base class for components. Many of our classes instantiates native objects /// during initialize and we've components that are dependent on other components /// native instances (e.g., RigidBody vs. Constraint). T...
using System; using System.Reflection; using UnityEngine; namespace AGXUnity { /// <summary> /// Base class for components. Many of our classes instantiates native objects /// during initialize and we've components that are dependent on other components /// native instances (e.g., RigidBody vs. Constraint). T...
5a17385f73d5c9f449b7c1f5e7045e59a14ff066
add variant in LoadAssetBundleInternal()
add variant in LoadAssetBundleInternal()
NDark/ndinfrastructure,NDark/ndinfrastructure
Unity/ABFetcher/AssetBundleManager/AssetBundleManager.cs
mit
1,589,437,355
// #define ENABLE_NDINFRA_ONE_BUNDLE // #define ENABLE_NDINFRA_CUSTOM // #define ENABLE_NDINFRA_DEBUG_INFO // #define ENABLE_NDINFRA_NO_LOG using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; using System.Collections.Generic; /* In this demo, we demonstrate: 1. Automatic a...
// #define ENABLE_NDINFRA_ONE_BUNDLE // #define ENABLE_NDINFRA_CUSTOM // #define ENABLE_NDINFRA_DEBUG_INFO // #define ENABLE_NDINFRA_NO_LOG using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; using System.Collections.Generic; /* In this demo, we demonstrate: 1. Automatic a...
6eb7f5b034aabb41edb2419cee09b524f5d0c0d2
Fix issue with multiple resets causing a crash due to duplicate keys.
Fix issue with multiple resets causing a crash due to duplicate keys. Ported from https://github.com/microsoft/microsoft-ui-xaml/commit/464a4482772bd54f2b72cbaa8012704649120b32
jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,grokys/Perspex,jkoritzinsky/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Av...
src/Avalonia.Controls/Repeater/ViewManager.cs
mit
1,589,436,566
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using Avalonia....
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using Avalonia....
5b2cd061a6d4b015a9aa51db3ad751efc733e3ac
Fix method ResetMappingsAsync in the RestEase-AdminApi (#465)
Fix method ResetMappingsAsync in the RestEase-AdminApi (#465)
StefH/WireMock.Net,WireMock-Net/WireMock.Net
src/WireMock.Net.RestClient/IWireMockAdminApi.cs
apache-2.0
1,589,436,044
using RestEase; using System; using System.Collections.Generic; using System.Net.Http.Headers; using System.Threading.Tasks; using WireMock.Admin.Mappings; using WireMock.Admin.Requests; using WireMock.Admin.Scenarios; using WireMock.Admin.Settings; namespace WireMock.Client { /// <summary> /// The RestEase i...
using RestEase; using System; using System.Collections.Generic; using System.Net.Http.Headers; using System.Threading.Tasks; using WireMock.Admin.Mappings; using WireMock.Admin.Requests; using WireMock.Admin.Scenarios; using WireMock.Admin.Settings; namespace WireMock.Client { /// <summary> /// The RestEase i...
83149fe9cc31b43aeb11521888c1b73d2a9c3438
Tweak FireLock.cs gizmos to no longer create NREs.
Tweak FireLock.cs gizmos to no longer create NREs.
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Doors/FireLock.cs
agpl-3.0
1,589,435,398
using UnityEngine; using UnityEngine.Events; public class FireLock : InteractableDoor { private MetaDataNode metaNode; public FireAlarm fireAlarm; public override void TryClose() { } public override void TryOpen(GameObject performer) { } void TriggerAlarm() { if (fireAlarm) { fireAlarm.SendCloseAl...
using UnityEngine; using UnityEngine.Events; public class FireLock : InteractableDoor { private MetaDataNode metaNode; public FireAlarm fireAlarm; public override void TryClose() { } public override void TryOpen(GameObject performer) { } void TriggerAlarm() { if (fireAlarm) { fireAlarm.SendCloseAl...
04c99735264be3cd769bc085d7958727c6b83bda
Clean up cancellation logic
Clean up cancellation logic
ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Overlays/BeatmapListing/BeatmapListingFilterControl.cs
mit
1,589,434,411
// 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....
// 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....
5e09a1b33485663dbb69fa53b44b12861849831c
Use Action rather than custom handler
Use Action rather than custom handler
ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Overlays/BeatmapListing/BeatmapListingPager.cs
mit
1,589,433,792
// 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.Online.API; using osu.Game.Online.API.Requests; using osu.Game...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Game.Rulesets; na...
ff6642190f0d6e85cdff7eb3b2998fef0f9fb974
Update colour retrieval logic
Update colour retrieval logic
UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu
osu.Game.Rulesets.Catch.Tests/CatchSkinColourDecodingTest.cs
mit
1,589,430,407
// 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 NUnit.Framework; using osu.Framework.IO.Stores; using osu.Game.Rulesets.Catch.Skinning; using osu.Game.Skinning; using osuTK.Graphics; namespace osu.Game.Rulesets....
// 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 NUnit.Framework; using osu.Framework.IO.Stores; using osu.Game.Rulesets.Catch.Skinning; using osu.Game.Skinning; using osuTK.Graphics; namespace osu.Game.Rulesets....
149cb93e8cb314a87c7a0f7a97293ebac98372cf
Add very basic error handling when a directory cannot be enumerated
Add very basic error handling when a directory cannot be enumerated
peppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Graphics/UserInterfaceV2/DirectorySelector.cs
mit
1,589,429,917
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Gra...
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Gra...
c2dc132aec109841f1d92810d3f090a719733609
Fixed small apparent typo causing invalid SQL in test case.
Fixed small apparent typo causing invalid SQL in test case.
bruce-dunwiddie/tsql-parser
TSQL_Parser/Tests/Statements/MergeStatementTests.cs
apache-2.0
1,589,428,842
using NUnit.Framework; using System.Collections.Generic; using TSQL; using TSQL.Statements; namespace Tests.Statements { [TestFixture(Category = "Statement Parsing")] public class MergeStatementTests { [Test] public void MergeStatement_StandardMerge_UsingValues() { List<TSQLStatement> stateme...
using NUnit.Framework; using System.Collections.Generic; using TSQL; using TSQL.Statements; namespace Tests.Statements { [TestFixture(Category = "Statement Parsing")] public class MergeStatementTests { [Test] public void MergeStatement_StandardMerge_UsingValues() { List<TSQLStatement> stateme...
37d2c8481fa357d3aa3eef61c225eea0e58d8cb9
[datatool] make that nullable
[datatool] make that nullable
overtools/OWLib
DataTool/ToolLogic/Extract/ExtractHeroVoiceBetter.cs
mit
1,589,428,123
using System; using System.IO; using DataTool.DataModels; using DataTool.FindLogic; using DataTool.Flag; using DataTool.JSON; using TankLib; using TankLib.STU.Types; using static DataTool.Helper.STUHelper; using static DataTool.Helper.IO; namespace DataTool.ToolLogic.Extract { [Tool("extract-hero-voice-bette...
using System; using System.IO; using DataTool.DataModels; using DataTool.FindLogic; using DataTool.Flag; using DataTool.JSON; using TankLib; using TankLib.STU.Types; using static DataTool.Helper.STUHelper; using static DataTool.Helper.IO; namespace DataTool.ToolLogic.Extract { [Tool("extract-hero-voice-bette...
72b1e0cd31f1cf21e8df7277893db0ff0c7a3abe
remove IEventBaseWithType, add EventBaseExtensions
remove IEventBaseWithType, add EventBaseExtensions
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Event/EventBase.cs
mit
1,589,426,455
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using WeihanLi.Extensions; namespace WeihanLi.Common.Event { public interface IEventBase { /// <summary> /// Event publish time /// </summary> DateTimeOffset EventAt { get; } /// <summary> /// eve...
using Newtonsoft.Json; using System; namespace WeihanLi.Common.Event { public interface IEventBase { /// <summary> /// Event publish time /// </summary> DateTimeOffset EventAt { get; } /// <summary> /// eventId /// </summary> string EventId { ge...
6b963082aa7a6321122661a8ab3d208d72eb7dd7
Update JsonNamesMatchPropertyNames to test entity classes
Update JsonNamesMatchPropertyNames to test entity classes
stripe/stripe-dotnet
src/StripeTests/Wholesome/JsonNamesMatchPropertyNames.cs
apache-2.0
1,589,424,909
namespace StripeTests { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Newtonsoft.Json; using Stripe; using Stripe.Infrastructure; using Xunit; /// <summary> /// This wholesome test ensu...
namespace StripeTests { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Newtonsoft.Json; using Stripe; using Stripe.Infrastructure; using Xunit; /// <summary> /// This wholesome test ensu...
5d4ef66f1b0f02891d67fb2624358dd0904522f8
Fix `Quantity` to be nullable on `CreditNoteLineItem`
Fix `Quantity` to be nullable on `CreditNoteLineItem`
stripe/stripe-dotnet
src/Stripe.net/Entities/CreditNoteLineItems/CreditNoteLineItem.cs
apache-2.0
1,589,424,881
namespace Stripe { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class CreditNoteLineItem : StripeEntity<CreditNoteLineItem>, IHasId, IHasObject { /// <summary> /// Unique identifier for the object. /// </summa...
namespace Stripe { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class CreditNoteLineItem : StripeEntity<CreditNoteLineItem>, IHasId, IHasObject { /// <summary> /// Unique identifier for the object. /// </summa...
865c709d02c5b655cf1c0b66be01743dfd0a4b56
Fix `Taxes` on `LineItem` to be de-serialized properly
Fix `Taxes` on `LineItem` to be de-serialized properly
stripe/stripe-dotnet
src/Stripe.net/Entities/LineItems/LineItem.cs
apache-2.0
1,589,422,629
namespace Stripe { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class LineItem : StripeEntity<LineItem>, IHasId, IHasObject { /// <summary> /// Unique identifier for the object. /// </summary> [JsonPro...
namespace Stripe { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class LineItem : StripeEntity<LineItem>, IHasId, IHasObject { /// <summary> /// Unique identifier for the object. /// </summary> [JsonPro...
7cc5a964eacaa3501b5c3797fa122f0c5cd58c90
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,589,416,997
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
c29564a50e9d3df7e74d02243e01d99a3fb2bed7
YeeLight is now disabled by default
YeeLight is now disabled by default
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Configuration.cs
mit
1,589,413,841
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; using System.Text; using Aurora.Profiles.Generic_Application; using Aurora.Profiles; using Newtonsoft.Json.Serialization; using Aurora.Utils; using System.Collections.ObjectModel; u...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; using System.Text; using Aurora.Profiles.Generic_Application; using Aurora.Profiles; using Newtonsoft.Json.Serialization; using Aurora.Utils; using System.Collections.ObjectModel; u...
3b4efac1e4f52ee013147096c1d8ed7fc798bf66
fix combo finder for new stus
fix combo finder for new stus
overtools/OWLib
DataTool/FindLogic/Combo.cs
mit
1,589,412,977
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using DataTool.Helper; using TankLib; using TankLib.Chunks; using TankLib.STU; using TankLib.STU.Types; using static DataTool.Helper.STUHelper; using static DataTool.Helper.IO; namespace DataTool.FindLogic { ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using DataTool.Helper; using TankLib; using TankLib.Chunks; using TankLib.STU; using TankLib.STU.Types; using static DataTool.Helper.STUHelper; using static DataTool.Helper.IO; namespace DataTool.FindLogic { ...
d782a064621de7c7042c185d26ce7ba71e4d37a6
Decrease allocations from using method groups (dotnet/aspnetcore-tooling#1896)
Decrease allocations from using method groups (dotnet/aspnetcore-tooling#1896) * Previous optimization didn't help as much as intended. By specifying a method group as the arguments to method like ReadWhile, an allocation was still occurring. Instead, cache the Func as a member in the class and use it instead of the ...
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Razor/Microsoft.AspNetCore.Razor.Language/src/Legacy/CSharpCodeParser.cs
apache-2.0
1,589,410,834
// 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.Generic; using System.Diagnostics; using System.Linq; using Microsoft.AspNetCore.Razor.Language.Syntax.InternalSy...
// 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.Generic; using System.Diagnostics; using System.Linq; using Microsoft.AspNetCore.Razor.Language.Syntax.InternalSy...
0eb13b08d39c84cfaab2cb3d9f417536852d6a2f
Fix flaky test.
Fix flaky test.
Azure/amqpnetlite
test/Common/ContainerHostTests.cs
apache-2.0
1,589,409,007
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // 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 co...
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // 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 co...
4fb3078a56681691950727e0ea6c925bfa5e49fe
- Adding IsLive property to Twitch V5 Stream model
- Adding IsLive property to Twitch V5 Stream model
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Models/V5/Streams/StreamModel.cs
mit
1,589,408,848
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Twitch.Base.Models.V5.Channel; namespace Twitch.Base.Models.V5.Streams { /// <summary> /// Information about a stream. /// </summary> public class StreamModel { /// <summary> /// The ID of the team. /// </summary> ...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Twitch.Base.Models.V5.Channel; namespace Twitch.Base.Models.V5.Streams { /// <summary> /// Information about a stream. /// </summary> public class StreamModel { /// <summary> /// The ID of the team. /// </summary> ...
17ceb2016958f51798d6df52a6c64d0d4ebd528f
Add dummy method to allow safe downgrade.
Add dummy method to allow safe downgrade.
chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet
Source/MQTTnet/Client/Options/MqttClientOptionsBuilder.cs
mit
1,589,408,330
using MQTTnet.Client.ExtendedAuthenticationExchange; using MQTTnet.Formatter; using MQTTnet.Packets; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MQTTnet.Client.Options { public class MqttClientOptionsBuilder { readonly MqttClientOptions _options = ne...
using MQTTnet.Client.ExtendedAuthenticationExchange; using MQTTnet.Formatter; using MQTTnet.Packets; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MQTTnet.Client.Options { public class MqttClientOptionsBuilder { readonly MqttClientOptions _options = ne...
e3096ef6ca6cff9392e54b2ab1ef712797a38731
Correct an error message description
Correct an error message description
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Api/Models/ErrorCode.cs
agpl-3.0
1,589,408,035
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
d6be521865a39df297ebb0bb7cfb5e8619904035
Add a MISSING AWAIT WTF
Add a MISSING AWAIT WTF
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs
agpl-3.0
1,589,407,657
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
1bba9a26741f236fac0f477908aa77bbbf646fb7
Add logging
Add logging
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs
agpl-3.0
1,589,407,613
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
300f5d994a59b370406d4b8521c17da0c8d279ab
Improve a query
Improve a query
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs
agpl-3.0
1,589,407,379
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
0134d64c247b0077e0b966b17c21a1ff8b7da158
Reduce signer allocations
Reduce signer allocations
carbon/Amazon,carbon/Amazon
src/Amazon.Core/Security/SignerV4.cs
mit
1,589,407,141
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Security.Cryptography; using System.Text; using System.Text.Encodings.Web; using Amazon.Helpers; namespace Amazon.Security { public ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.Http; using System.Security.Cryptography; using System.Text; using System.Text.Encodings.Web; using Amazon.Helpers; namespace Amazon.Security { public sealed class Signe...
5f94c178c35f76cc8b8840e98ed4736e38edb0bd
Add af-south-1 and eu-south-1 regions
Add af-south-1 and eu-south-1 regions
carbon/Amazon,carbon/Amazon
src/Amazon.Core/Models/AwsRegion.cs
mit
1,589,407,099
using System; using System.Threading.Tasks; using Amazon.Metadata; namespace Amazon { public sealed class AwsRegion : IEquatable<AwsRegion> { public AwsRegion(string name) { Name = name ?? throw new ArgumentNullException(nameof(name)); } public strin...
using System; using System.Threading.Tasks; using Amazon.Metadata; namespace Amazon { public sealed class AwsRegion : IEquatable<AwsRegion> { public AwsRegion(string name) { Name = name ?? throw new ArgumentNullException(nameof(name)); } public strin...
af140a10903cf7c1584ac252b9f9d31f7d46323b
Update Battle.cs
Update Battle.cs \[([\$@\[\]\w\d.,+\-\/\*]+)\]\.m(in|ax)\b (int)Math.M$2($1) ^(?!\s+?(if|public|\#|namespace|for|\/\/|\())(.+)[\s\r\n]*?\r(?<!(;|:|\||\{|&|\}|,|else|\/\/.+)[\s\r\n]*?)$ $2; ^(?!\s+?(if|public|\#|namespace|for|\/\/|\())(.+\S)(?<!(;|:|\||\{|&|\}|,|else))( +//) $2;$4 \bnext; continue;
PokemonUnity/PokemonUnity
PokemonUnity.Shared/InBattle/Battle.cs
bsd-3-clause
1,589,405,102
using PokemonUnity; //using PokemonUnity.Pokemon; using PokemonUnity.Inventory; //using PokemonUnity.Attack; using PokemonUnity.Battle; using PokemonUnity.Character; using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity.Localization; namespace PokemonUnity.Battle { ...
using PokemonUnity; //using PokemonUnity.Pokemon; using PokemonUnity.Inventory; //using PokemonUnity.Attack; using PokemonUnity.Battle; using PokemonUnity.Character; using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity.Localization; namespace PokemonUnity.Battle { ...
3d95e60fa9282d746355e0223a919a57f5a32279
remove unused overloads of FromPyErr
remove unused overloads of FromPyErr
QuantConnect/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet
src/runtime/pythonexception.cs
mit
1,589,403,831
using System; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Text; namespace Python.Runtime { /// <summary> /// Provides a managed interface to exceptions thrown by the Python /// runtime. /// </summary> public class PythonException : System.Exception, I...
using System; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Text; namespace Python.Runtime { /// <summary> /// Provides a managed interface to exceptions thrown by the Python /// runtime. /// </summary> public class PythonException : System.Exception, I...
945dc85989ddd76a40245a53b3dbcd47cc3b2f4b
cleaned PythonException code up a bit
cleaned PythonException code up a bit
pythonnet/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet
src/runtime/pythonexception.cs
mit
1,589,403,831
using System; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Text; namespace Python.Runtime { /// <summary> /// Provides a managed interface to exceptions thrown by the Python /// runtime. /// </summary> public class PythonException : System.Exception, I...
using System; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Text; namespace Python.Runtime { /// <summary> /// Provides a managed interface to exceptions thrown by the Python /// runtime. /// </summary> public class PythonException : System.Exception, I...
0961c94a573586a2eb1a103caf87579712c7ad2d
added tests for __cause__/InnerException #893 #1098
added tests for __cause__/InnerException #893 #1098
pythonnet/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet
src/embed_tests/TestPythonException.cs
mit
1,589,403,831
using System; using NUnit.Framework; using Python.Runtime; namespace Python.EmbeddingTest { public class TestPythonException { private IntPtr _gs; [SetUp] public void SetUp() { PythonEngine.Initialize(); _gs = PythonEngine.AcquireLock(); } ...
using System; using NUnit.Framework; using Python.Runtime; namespace Python.EmbeddingTest { public class TestPythonException { private IntPtr _gs; [SetUp] public void SetUp() { PythonEngine.Initialize(); _gs = PythonEngine.AcquireLock(); } ...
ee09f01d5bee4a265dff4c12fe7ab79327abc0bf
Log which game directories are being cleaned
Log which game directories are being cleaned
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs
agpl-3.0
1,589,403,729
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Extensions; using Tgstation.Server.Host.IO; using Tgstation...
8e29811c91ff6f4e6ecedd1bc817041d3e1070f8
Added failing test for #3934.
Added failing test for #3934.
Perspex/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Pers...
tests/Avalonia.Controls.UnitTests/ListBoxTests.cs
mit
1,589,403,701
using System.Linq; using Avalonia.Collections; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.LogicalTree; using Avalonia.Styling; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; namespace Avalonia.Contro...
using System.Linq; using Avalonia.Collections; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.LogicalTree; using Avalonia.Styling; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; namespace Avalonia.Contro...
8c4cd09eabe2aa732966791ab6263d14f12e81dd
Use IsDesktop instead
Use IsDesktop instead
ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-fram...
osu.Framework/Testing/TestBrowser.cs
mit
1,589,403,680
// 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.Diagnostics; using System.Linq; using System.Reflection; using NUnit.Framework; using NUnit.Framework.Interna...
// 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.Diagnostics; using System.Linq; using System.Reflection; using NUnit.Framework; using NUnit.Framework.Interna...
24cdffed5208a8f89781daf9976700de0c25219d
Fixed NRE in PartModule.GetID
Fixed NRE in PartModule.GetID The PartModule.ClassName property caused it, since it depends on the reflected attributes that can be uninitialized.
allista/AT_Utils
StringID.cs
mit
1,589,402,949
// StringID.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using UnityEngine; using KSP.Localization; namespace AT_Utils { public static class StringID { static string GetSystemID(object o) => string.Format("{0}[{1:X}]", o.GetType().Name, o.G...
// StringID.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using UnityEngine; using KSP.Localization; namespace AT_Utils { public static class StringID { static string GetSystemID(object o) => string.Format("{0}[{1:X}]", o.GetType().Name, o...
f0ff77515e486bc7b84d67502298c85e47800bd9
Use object values in dictionary
Use object values in dictionary Fixes a parse bug that happens when `GatewayResponseValues` contains nested data.
recurly/recurly-client-net,recurly/recurly-client-net
Recurly/Resources/Transaction.cs
mit
1,589,402,488
/** * This file is automatically created by Recurly's OpenAPI generation process * and thus any edits you make by hand will be lost. If you wish to make a * change to this file, please create a Github issue explaining the changes you * need and we will usher them to the appropriate places. */ using System; using S...
/** * This file is automatically created by Recurly's OpenAPI generation process * and thus any edits you make by hand will be lost. If you wish to make a * change to this file, please create a Github issue explaining the changes you * need and we will usher them to the appropriate places. */ using System; using S...
56b1fbb863544fb5a5db26c4b6624212d4ba5dbb
adding access modifier and changing dash constant
adding access modifier and changing dash constant
unosquare/swan
src/Swan.Lite/Parsers/ArgumentParse.Validator.cs
mit
1,589,402,254
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Swan.Reflection; namespace Swan.Parsers { /// <summary> /// Provides methods to parse command line arguments. /// /// Based on CommandLine (Copyright 2005-2015 Giacomo Stelluti Scala and Contributors). ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Swan.Reflection; namespace Swan.Parsers { /// <summary> /// Provides methods to parse command line arguments. /// /// Based on CommandLine (Copyright 2005-2015 Giacomo Stelluti Scala and Contributors). ...
26a417613d8aa739bf6167539a452ac0acb9bf93
Update src/Swan.Lite/Parsers/ArgumentParser.TypeResolver.cs
Update src/Swan.Lite/Parsers/ArgumentParser.TypeResolver.cs Co-authored-by: Geovanni Perez <9a61352778629a572171c311b85e1a9187ae290b@users.noreply.github.com>
unosquare/swan
src/Swan.Lite/Parsers/ArgumentParser.TypeResolver.cs
mit
1,589,402,254
using System; using System.Linq; using System.Reflection; using Swan.Reflection; namespace Swan.Parsers { /// <summary> /// Provides methods to parse command line arguments. /// </summary> public partial class ArgumentParser { private sealed class TypeResolver<T> { publ...
using System; using System.Linq; using System.Reflection; using Swan.Reflection; namespace Swan.Parsers { /// <summary> /// Provides methods to parse command line arguments. /// </summary> public partial class ArgumentParser { private sealed class TypeResolver<T> { publ...
c9b70b35e1e37689cab88476a7211c6af7d72a88
removing temp variable
removing temp variable
unosquare/swan
src/Swan.Lite/Parsers/ArgumentParse.Validator.cs
mit
1,589,402,254
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Swan.Reflection; namespace Swan.Parsers { /// <summary> /// Provides methods to parse command line arguments. /// /// Based on CommandLine (Copyright 2005-2015 Giacomo Stelluti Scala and Contributors). ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Swan.Reflection; namespace Swan.Parsers { /// <summary> /// Provides methods to parse command line arguments. /// /// Based on CommandLine (Copyright 2005-2015 Giacomo Stelluti Scala and Contributors). ...
390127924b1c867517d875efccde88f0d1b0c148
Add slowdown stun
Add slowdown stun
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/StunnableComponent.cs
mit
1,589,402,123
using System; using System.Threading; using Content.Server.GameObjects.Components.Movement; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.Audio; using Content.Shared.GameObjects.Components.Mobs; using Robust.Server.GameObject...
using System; using System.Threading; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.Audio; using Content.Shared.GameObjects.Components.Mobs; using Robust.Server.GameObjects; using Robust.Server.GameObjects.EntitySystems; usin...
4e843358bd60f7b1de8dc9c7fa3909a22c8077a7
Remove useless bools
Remove useless bools
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,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/StunnableComponent.cs
mit
1,589,400,802
using System; using System.Threading; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.Audio; using Content.Shared.GameObjects.Components.Mobs; using Robust.Server.GameObjects; using Robust.Server.GameObjects.EntitySystems; usin...
using System; using System.Threading; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.Audio; using Content.Shared.GameObjects.Components.Mobs; using Robust.Server.GameObjects; using Robust.Server.GameObjects.EntitySystems; usin...
0990f9d52cf22843f2b90017db1ff1cc04351b87
Trivial - remove onused dependency
Trivial - remove onused dependency
csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil
Agiil.Domain.Impl/TicketCriterionConvertionStrategies/HasNoLabelsConversionStrategy.cs
mit
1,589,399,610
using System; using Agiil.Domain.Tickets; using Agiil.Domain.Tickets.Specs; using Agiil.Domain.TicketSearch; using CSF.Specifications; namespace Agiil.Domain.TicketCriterionConvertionStrategies { public class HasNoLabelsConversionStrategy : IStrategyForConvertingCriterionToSpecification { public ISpecificatio...
using System; using Agiil.Domain.Tickets; using Agiil.Domain.Tickets.Specs; using Agiil.Domain.TicketSearch; using CSF.Specifications; namespace Agiil.Domain.TicketCriterionConvertionStrategies { public class HasNoLabelsConversionStrategy : IStrategyForConvertingCriterionToSpecification { readonly IResolvesVa...
a1a7222d3883f81b4ba85e95c8219f32ea9a6f71
support encoded return url in localization controller for aspnetcore
support encoded return url in localization controller for aspnetcore
luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp.AspNetCore/AspNetCore/Mvc/Controllers/AbpLocalizationController.cs
mit
1,589,398,939
using System; using Abp.AspNetCore.Mvc.Extensions; using Abp.Auditing; using Abp.Localization; using Abp.Runtime.Session; using Abp.Timing; using Abp.Web.Models; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Localization; using Microsoft.AspNetCore.Mvc; using IUrlHelper = Abp.Web.Http.IUrlHelper; namesp...
using Abp.AspNetCore.Mvc.Extensions; using Abp.Auditing; using Abp.Configuration; using Abp.Localization; using Abp.Runtime.Session; using Abp.Timing; using Abp.Web.Models; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Localization; using Microsoft.AspNetCore.Mvc; namespace Abp.AspNetCore.Mvc.Controller...
df8db01290fa4f57425bcd5d4ca8cab9124b2ef0
support encoded return url in localization controller for net461
support encoded return url in localization controller for net461
luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp.Web.Mvc/Web/Mvc/Controllers/Localization/AbpLocalizationController.cs
mit
1,589,398,873
using System; using System.Web; using System.Web.Mvc; using Abp.Auditing; using Abp.Localization; using Abp.Runtime.Session; using Abp.Timing; using Abp.Web.Configuration; using Abp.Web.Http; using Abp.Web.Models; namespace Abp.Web.Mvc.Controllers.Localization { public class AbpLocalizationController : AbpControl...
using System.Security.Policy; using System.Web; using System.Web.Mvc; using Abp.Auditing; using Abp.Configuration; using Abp.Localization; using Abp.Runtime.Session; using Abp.Timing; using Abp.Web.Configuration; using Abp.Web.Models; namespace Abp.Web.Mvc.Controllers.Localization { public class AbpLocalizationCo...
e611f48158ddb57b0441e332f44dbce95d13c2f7
Include UTF-8 BOM when exporting as CSV
Include UTF-8 BOM when exporting as CSV
Xeeynamo/KingdomHearts
OpenKh.Tools.Kh2PlaceEditor/ViewModels/PlaceEditorViewModel.cs
mit
1,589,398,607
using OpenKh.Common; using OpenKh.Engine; using OpenKh.Kh2; using OpenKh.Kh2.Messages; using OpenKh.Tools.Common; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialo...
using OpenKh.Common; using OpenKh.Engine; using OpenKh.Kh2; using OpenKh.Kh2.Messages; using OpenKh.Tools.Common; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace Open...
9b9253db7aeff3a31c73d5f8208a44f1806611b3
per prior commit
per prior commit
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization.Test/SpecificModelTests/ArrayElementTypeIsDiscovered.cs
mit
1,589,398,334
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ArrayElementTypeIsDiscovered.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ----------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ArrayElementTypeIsDiscovered.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ----------------------------------------...
036b7b92b397348a8d7e04e0fbb6d909dc2fe30c
Simplify ParseTrees.
Simplify ParseTrees.
PenguinF/sandra-three
Sandra.Chess/Tests/ParseTrees.cs
apache-2.0
1,589,398,145
#region License /********************************************************************************* * ParseTrees.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
#region License /********************************************************************************* * ParseTrees.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
4feb663d5f170eae3164045ccde075c6bdbd2eeb
A bit of refactoring on StreamExtensions
A bit of refactoring on StreamExtensions
Xeeynamo/KingdomHearts
OpenKh.Common/StreamExtensions.cs
mit
1,589,397,905
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Xe.BinaryMapper; namespace OpenKh.Common { public static class StreamExtensions { private static readonly InvalidDataException ReadSeekException = new InvalidDataException($"Stream must be reada...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Xe.BinaryMapper; namespace OpenKh.Common { public static class StreamExtensions { private static readonly InvalidDataException ReadSeekException = new InvalidDataException($"Stream must be reada...
d42e65602145c661e00dfc76d9ce467c1ff4f18a
Apparently, 00place.bin is unused and the one read by the game is in msg
Apparently, 00place.bin is unused and the one read by the game is in msg
Xeeynamo/KingdomHearts
OpenKh.Tools.Kh2PlaceEditor/ViewModels/PlaceEditorViewModel.cs
mit
1,589,397,905
using OpenKh.Common; using OpenKh.Engine; using OpenKh.Kh2; using OpenKh.Kh2.Messages; using OpenKh.Tools.Common; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace Open...
using OpenKh.Common; using OpenKh.Engine; using OpenKh.Kh2; using OpenKh.Kh2.Messages; using OpenKh.Tools.Common; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace Open...
65896a03d70ba09855f42304b29a94bfc98651b2
Disable dynamic recompilation on Android
Disable dynamic recompilation on Android
EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framew...
osu.Framework/Testing/TestBrowser.cs
mit
1,589,396,888
// 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.Diagnostics; using System.Linq; using System.Reflection; using NUnit.Framework; using NUnit.Framework.Interna...
// 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.Diagnostics; using System.Linq; using System.Reflection; using NUnit.Framework; using NUnit.Framework.Interna...
1636701d0f211b3914c85e1567710af52122d91f
Wrap GetEncoding in try-catch to avoid platform-specific issues
Wrap GetEncoding in try-catch to avoid platform-specific issues
PKRoma/RestSharp,restsharp/RestSharp
src/RestSharp/Extensions/StringEncodingExtensions.cs
apache-2.0
1,589,396,752
// Copyright © 2009-2020 John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community // // 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...
// Copyright © 2009-2020 John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community // // 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...
e7ab08a7994cabf52310bad37a7b1fdc5e1b69ad
replace code using `new` for empty array
replace code using `new` for empty array
6bee/aqua-core
src/Aqua/TypeSystem/Emit/TypeEmitter.cs
mit
1,589,396,706
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.TypeSystem.Emit { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.Comp...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.TypeSystem.Emit { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.Comp...
158fc00aeeaff1f40fba97c68fe549bc6e8035bb
remove debug assertion
remove debug assertion
IxMilia/BCad,IxMilia/BCad
src/IxMilia.BCad.Core/Primitives/PrimitiveEllipse.cs
apache-2.0
1,589,396,656
using System; using System.Diagnostics; using IxMilia.BCad.Entities; using IxMilia.BCad.Extensions; using IxMilia.BCad.Helpers; namespace IxMilia.BCad.Primitives { public class PrimitiveEllipse : IPrimitive { public Point Center { get; private set; } public Vector MajorAxis { get; private set; ...
using System; using System.Diagnostics; using IxMilia.BCad.Entities; using IxMilia.BCad.Extensions; using IxMilia.BCad.Helpers; namespace IxMilia.BCad.Primitives { public class PrimitiveEllipse : IPrimitive { public Point Center { get; private set; } public Vector MajorAxis { get; private set; ...
2f6e8245738a9b56d7e2e86dddfc9213b49fef61
Removed redundant Part.StartState() extension
Removed redundant Part.StartState() extension Since there's public part.GetModuleStartState()
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,589,396,587
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
3236d9cdd34fa9902e70dc194977c999e7974a4f
Tick up version number in MulliganRenamerWindow to v1.7.2
Tick up version number in MulliganRenamerWindow to v1.7.2
redbluegames/unity-bulk-rename,redbluegames/unity-mulligan-renamer
Assets/RedBlueGames/MulliganRenamer/Editor/GUI/MulliganRenamerWindow.cs
mit
1,589,396,354
/* MIT License Copyright (c) 2016 Edward Rowe, RedBlueGames Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
/* MIT License Copyright (c) 2016 Edward Rowe, RedBlueGames Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
91eb7a9c4feb76986749e029acd9cb08036b262a
Move AddFloatItems into CapturePlyList.
Move AddFloatItems into CapturePlyList.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,589,395,454
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
02df113fb4fae602f7a890b2f1eb92230c661556
Complexity increasing
Complexity increasing
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host.Watchdog/Watchdog.cs
agpl-3.0
1,589,395,416
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; namespace Tgstation.Server....
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; namespace Tgstation.Server....
48793af0e87e03334b9a167df3784298a3398594
Remove CapturePlyList for move numbers and moves, it is guaranteed to be called before touching SymbolBuilder.
Remove CapturePlyList for move numbers and moves, it is guaranteed to be called before touching SymbolBuilder.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,589,395,352
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
a0ad281deb16864e5e09a81aad6f11f88d05458b
Push CapturePlyList outwards in call hierarchy.
Push CapturePlyList outwards in call hierarchy.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,589,395,277
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
d85778d0058f547dd8eb27666888d660dbab2c94
Make a few methods on ScriptObject virtual
Make a few methods on ScriptObject virtual
lunet-io/scriban,textamina/scriban
src/Scriban/Runtime/ScriptObject.cs
bsd-2-clause
1,589,395,194
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Scriban.Helpers; using System.Reflection; using ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Scriban.Helpers; using System.Reflection; using ...
c4b3e23f6ab76e49d214c72d56afa08f4ab2ef20
Store all plies in PlyListBuilder.
Store all plies in PlyListBuilder.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,589,395,177
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
ddb0e7fb9631f548c4d5915dbcaf209c74b769c3
Simplify CapturePly, have to always take account of trailing float items.
Simplify CapturePly, have to always take account of trailing float items.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,589,395,029
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
5958c3cf3650032851fa37368af16a73a46a9982
Update Enums for 17.2.0.47374
Update Enums for 17.2.0.47374
HearthSim/HearthDb
HearthDb/Enums/Enums.cs
mit
1,589,394,683
namespace HearthDb.Enums { /* THIS FILE WAS GENERATED BY HearthDb.EnumsGenerator. DO NOT EDIT. */ public enum BlockType { INVALID = 0, ATTACK = 1, CONTINUOUS = 2, JOUST = 2, POWER = 3, SCRIPT = 4, TRIGGER = 5, DEATHS = 6, PLAY = 7, ...
namespace HearthDb.Enums { /* THIS FILE WAS GENERATED BY HearthDb.EnumsGenerator. DO NOT EDIT. */ public enum BlockType { INVALID = 0, ATTACK = 1, CONTINUOUS = 2, JOUST = 2, POWER = 3, SCRIPT = 4, TRIGGER = 5, DEATHS = 6, PLAY = 7, ...
7cf6b4bf922f5647a72520c4b50b19cc8f526f26
ChangeSupported extension.
ChangeSupported extension.
StockSharp/StockSharp
Messages/Extensions.cs
apache-2.0
1,589,394,221
#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...
5498b90b4b3b317be5b530f76fd401658e8af4a1
Update CardIds for 17.2.0.47374
Update CardIds for 17.2.0.47374
HearthSim/HearthDb
HearthDb/CardIds.cs
mit
1,589,393,970
namespace HearthDb { /* THIS CLASS WAS GENERATED BY HearthDb.CardIdGenerator. DO NOT EDIT. */ public class CardIds { public class Collectible { public class Neutral { public const string TwilightGuardian = "AT_017"; public const string ...
namespace HearthDb { /* THIS CLASS WAS GENERATED BY HearthDb.CardIdGenerator. DO NOT EDIT. */ public class CardIds { public class Collectible { public class Neutral { public const string TwilightGuardian = "AT_017"; public const string ...
b6f632c1d0b9906ed94c3c672882b04464db45e3
Fix kinematic rigidbody not syncing
Fix kinematic rigidbody not syncing
insthync/LiteNetLibManager,insthync/LiteNetLibManager
Scripts/GameApi/LiteNetLibTransform.cs
mit
1,589,393,703
using LiteNetLib.Utils; using UnityEngine; using UnityEngine.AI; namespace LiteNetLibManager { public class LiteNetLibTransform : LiteNetLibBehaviour { private struct TransformResult { public Vector3 position; public Quaternion rotation; public float timesta...
using LiteNetLib.Utils; using UnityEngine; using UnityEngine.AI; namespace LiteNetLibManager { public class LiteNetLibTransform : LiteNetLibBehaviour { private struct TransformResult { public Vector3 position; public Quaternion rotation; public float timesta...
8ff1cb906d2bf937484f5cdbab2a951b82459b74
Set certificate in some Kestrel tests to avoid global machine state (#21516) (#21542)
Set certificate in some Kestrel tests to avoid global machine state (#21516) (#21542)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/BindTests/AddressRegistrationTests.cs
apache-2.0
1,589,393,462
// 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.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.NetworkInformation; using System....
// 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.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.NetworkInformation; using System....
fca713a18473f116387176d2ea09fa9b4942869e
didn't need to transform since this was already happening in Extrude
didn't need to transform since this was already happening in Extrude
DesignEngrLab/TVGL
TessellationAndVoxelizationGeometryLibrary/CrossSectionSolid/CrossSectionSolid.cs
mit
1,589,392,756
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using TVGL.Numerics; using TVGL.TwoDimensional; namespace TVGL { public partial class CrossSectionSolid : Solid { /// <summary> /// Layers a...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using TVGL.Numerics; using TVGL.TwoDimensional; namespace TVGL { public partial class CrossSectionSolid : Solid { /// <summary> /// Layers a...
e03c72afe879ef848a78c7b104d3b577a4eab969
Remove usage of obsolete properties.
Remove usage of obsolete properties.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/Services/GreetSettingsService.cs
mit
1,589,392,351
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Replacements; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Servi...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Replacements; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Servi...
c3a579d4fade14b17698796599cf50d26e26e099
Use simple using.
Use simple using.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Verification/Verification.cs
mit
1,589,392,182
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
7978d1a3a70cebab54590ad5a5ef5f54d639baa3
Format file Verification.cs
Format file Verification.cs
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Verification/Verification.cs
mit
1,589,392,117
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
f1ddd14a9f1a0e96a57ae53a0799cae3cbc8d6b3
Add ".ConfigureAwait(false)" in Verification module.
Add ".ConfigureAwait(false)" in Verification module.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Verification/Verification.cs
mit
1,589,392,077
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
d3cdcf7862445aa67279a774fe87192d6490c413
more csp allowances
more csp allowances
AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us
src/www/Startup.cs
mit
1,589,391,967
using System; using System.IdentityModel.Tokens.Jwt; using System.IO; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.OpenIdConnect; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore....
using System; using System.IdentityModel.Tokens.Jwt; using System.IO; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.OpenIdConnect; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore....
2074fb8c3435c4b830aba4d564a58fff7fa37d73
Remove unnecessary xmldoc statement
Remove unnecessary xmldoc statement `InputState` allows in its constructor to have null sub-input states, it's really up to the deriver for what `InputState` to create.
peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-...
osu.Framework/Input/InputManager.cs
mit
1,589,391,945
// 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.Extensions.TypeExtensions; using osu.Framework.Gra...
// 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.Extensions.TypeExtensions; using osu.Framework.Gra...
2f66248c593508b0d4b953aec5f09dd09b0e9fa2
Remove spurious discord test
Remove spurious discord test
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,589,391,384
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...
2e034e77f7448b59f3e60833ec225b243946afaf
Message to activate should only show when Disabled, not when enabled.
Message to activate should only show when Disabled, not when enabled.
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.PluginIndicator/Main.cs
mit
1,589,391,328
using System.Collections.Generic; using System.Linq; using Wox.Core.Plugin; namespace Wox.Plugin.PluginIndicator { public class Main : IPlugin, IPluginI18n { private PluginInitContext context; public List<Result> Query(Query query) { var results = from keyword in PluginMan...
using System.Collections.Generic; using System.Linq; using Wox.Core.Plugin; namespace Wox.Plugin.PluginIndicator { public class Main : IPlugin, IPluginI18n { private PluginInitContext context; public List<Result> Query(Query query) { var results = from keyword in PluginMan...
5e5a164035434d666b4fcc859cc3a8ebd8ec1933
Better error message
Better error message
ucdavis/CRP,ucdavis/CRP
CRP.Mvc/Controllers/PaymentsController.cs
mit
1,589,390,824
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Resource...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Resource...
f782b62913a0a3e19bab0a238672d07aae5fd86d
Change for https://github.com/kaby76/AntlrVSIX/issues/44 -- while this doesn't fix the problem completely because I only look at the syntax of calls, not a semantic analysis to verify that the call is to the parser, this change looks for "context." and removes those from consideration. This might be fine because if you...
Change for https://github.com/kaby76/AntlrVSIX/issues/44 -- while this doesn't fix the problem completely because I only look at the syntax of calls, not a semantic analysis to verify that the call is to the parser, this change looks for "context." and removes those from consideration. This might be fine because if you...
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
LanguageServer/Transform.cs
mit
1,589,390,361
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
a61648a494c034d3da225879d43e4637b25ef2bf
Update CallbackScheduler.cs
Update CallbackScheduler.cs
predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus
Sensus.Shared/Callbacks/CallbackScheduler.cs
apache-2.0
1,589,390,300
// Copyright 2014 The Rector & Visitors of the University of Virginia // // 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 re...
// Copyright 2014 The Rector & Visitors of the University of Virginia // // 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 re...
bd371fd6d4c258b5952f3b9aa9a01851fb2fb252
remove test code
remove test code
Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/Image/ImageCache.cs
mit
1,589,389,628
using JetBrains.Annotations; using NLog; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.Image { class Cache...
using JetBrains.Annotations; using NLog; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.Image { class Cache...
b23d9e9beb1c4f633b25ae47f28a4abbb35d5fc5
Log when WatchdogBase.Running is changed
Log when WatchdogBase.Running is changed
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs
agpl-3.0
1,589,389,539
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server....
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server....
98248a45bea73a5cf726dd81a37c1f37aa5c8c61
Fix UserHelper.GetDiscordUserAsync when UserHelper.GetKnownDiscordUserGuildsAsync returns null.
Fix UserHelper.GetDiscordUserAsync when UserHelper.GetKnownDiscordUserGuildsAsync returns null.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Helpers/UserHelper.cs
mit
1,589,389,300
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using MitternachtWeb.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Security.Claims; using System....
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using MitternachtWeb.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Security.Claims; using System....
0933217389f9b08c4d64815b31fa352cd8a4ce16
Simplify mascot scaling
Simplify mascot scaling
peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,589,388,827
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Layout; using osu.Game.Beat...
475c8bf52b6c96c67ab64317baeedcd3ece911fd
sdk: composer sanitize deprecated license SPDX
sdk: composer sanitize deprecated license SPDX
iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Peachpie.NET.Sdk/ComposerTask.cs
apache-2.0
1,589,388,461
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Devsense.PHP.Syntax; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Devsense.PHP.Syntax; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> ...
eed08c4c6cd28344e5a62cfcda36bd1ef46acc31
Change line endings to lf.
Change line endings to lf.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Modules/Help/Help.cs
mit
1,589,387,836
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Help.Services; using Mitternacht.Modules.Permissions.S...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Help.Services; using Mitternacht.Modules.Permissions.S...
1f3a478525e1e3a5d8ba53c4d993d4279c692e6b
TestingServer improvements
TestingServer improvements Avoid taking DropDatabase override from development json. Use a consistent temporary directory, minimize disk usage
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
tests/Tgstation.Server.Tests/TestingServer.cs
agpl-3.0
1,589,387,672
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...