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
8ddeb23f62ecb5337fe9c79f94c887c6279c75e7
ft: readd old deprecated method
ft: readd old deprecated method
bolorundurowb/vCardLib
vCardLib/Deserializers/Deserializer.cs
mit
1,593,879,562
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using vCardLib.Enums; using vCardLib.Extensions; using vCardLib.Models; using vCardLib.Utils; namespace vCardLib.Deserializers { /// <summary> /// The entry class for all deserializer tasks /// ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using vCardLib.Enums; using vCardLib.Extensions; using vCardLib.Models; using vCardLib.Utils; namespace vCardLib.Deserializers { /// <summary> /// The entry class for all deserializer tasks /// ...
a630edf7468e48e9f504db7f70d36962b9bb37bd
ft: add in helper method for reading from stream readers
ft: add in helper method for reading from stream readers
bolorundurowb/vCardLib
vCardLib/Utils/Helpers.cs
mit
1,593,879,437
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace vCardLib.Utils { /// <summary> /// Class to hold all supporting methods /// </summary> public static class Helpers { internal static string[][] GetContactsFromFile(string filePa...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace vCardLib.Utils { /// <summary> /// Class to hold all supporting methods /// </summary> public static class Helpers { internal static string[][] GetContactsFromFile(string filePa...
83adc03b7e99b0ad159413602354771afb1327b7
lfb in bgra no argb
lfb in bgra no argb
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Graphics/VBECanvas.cs
bsd-3-clause
1,593,879,271
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.Drawing; using Cosmos.HAL.Drivers; namespace Cosmos.System.Graphics { public class VBECanvas : Canvas { private static readonly Mode _DefaultMode = new Mode(1024, 768, ColorDepth.ColorDepth32); /// <summary> ...
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.Drawing; using Cosmos.HAL.Drivers; namespace Cosmos.System.Graphics { public class VBECanvas : Canvas { private static readonly Mode _DefaultMode = new Mode(1024, 768, ColorDepth.ColorDepth32); /// <summary> ...
06a7e4171a9f4c86733d3b6a0c04156f41e460b5
OnAuthToken
OnAuthToken
signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/extensions
Signum.React.Extensions/Authorization/AuthTokensServer.cs
mit
1,593,878,790
using Signum.Engine; using Signum.Engine.Authorization; using Signum.Entities; using Signum.Entities.Authorization; using Signum.React.Filters; using Signum.Utilities; using System; using System.IO; using System.IO.Compression; using System.Linq; using System.Security.Authentication; using System.Security.Cr...
using Signum.Engine; using Signum.Engine.Authorization; using Signum.Entities; using Signum.Entities.Authorization; using Signum.React.Filters; using Signum.Utilities; using System; using System.IO; using System.IO.Compression; using System.Linq; using System.Security.Authentication; using System.Security.Cr...
86489bffd5be7ce3686526b34226f17a79cc068a
Fill and copy fixes
Fill and copy fixes
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/ManagedMemoryBlock.cs
bsd-3-clause
1,593,877,803
using System; namespace Cosmos.Core { /// <summary> /// ManagedMemoryBlock class. Used to read and write a managed memory block. /// </summary> public unsafe class ManagedMemoryBlock { private byte[] memory; /// <summary> /// Offset. /// </summary> public U...
using System; namespace Cosmos.Core { /// <summary> /// ManagedMemoryBlock class. Used to read and write a managed memory block. /// </summary> public unsafe class ManagedMemoryBlock { private byte[] memory; /// <summary> /// Offset. /// </summary> public U...
46b6882fd8311934338f011f9e4e1ba5f13d06e2
Fix a potential bug with exporting Sound files
Fix a potential bug with exporting Sound files - Simplify the code for copying sound files
Dav2070/UniversalSoundBoard
UniversalSoundBoard/DataAccess/FileManager.cs
mit
1,593,876,711
using davClassLibrary; using davClassLibrary.DataAccess; using davClassLibrary.Models; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Runtime.Serialization.Js...
using davClassLibrary; using davClassLibrary.DataAccess; using davClassLibrary.Models; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Runtime.Serialization.Js...
f67f734a8576076f35920c510b9d40442f104646
GitHubSync update
GitHubSync update
Fody/Costura,Fody/Costura,Fody/Costura
src/MethodTimeLogger.cs
mit
1,593,873,357
using System.Reflection; using Catel.Logging; using System; /// <summary> /// Note: do not rename this class or put it inside a namespace. /// </summary> internal static class MethodTimeLogger { #region Methods public static void Log(MethodBase methodBase, long milliseconds, string message) { Log(m...
//using System.Reflection; //using Catel.Logging; //using System; ///// <summary> ///// Note: do not rename this class or put it inside a namespace. ///// </summary> //internal static class MethodTimeLogger //{ // #region Methods // public static void Log(MethodBase methodBase, long milliseconds, string message...
5d04e70b7bd8cdc954ebd70fa9288c5fe7a27c59
Added support for new Shader Graph serialization format
Added support for new Shader Graph serialization format
yasirkula/UnityAssetUsageDetector
Plugins/AssetUsageDetector/Editor/AssetUsageDetectorSearchFunctions.cs
mit
1,593,873,240
using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Reflection; using UnityEditor; using UnityEditor.Animations; using UnityEngine; using UnityEngine.UI; #if UNITY_2017_1_OR_NEWER using UnityEngine.U2D; using UnityEngine.Playables; #endif #if UNITY_2018_2_OR_NEWER us...
using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Reflection; using UnityEditor; using UnityEditor.Animations; using UnityEngine; using UnityEngine.UI; #if UNITY_2017_1_OR_NEWER using UnityEngine.U2D; using UnityEngine.Playables; #endif #if UNITY_2018_2_OR_NEWER us...
4344750fbc7ff45e42d7fb7d7c6bbe6796586e97
Remove redundant semicolon
Remove redundant semicolon
EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framew...
osu.Framework/Graphics/Pooling/DrawablePool.cs
mit
1,593,872,537
// 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.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
// 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.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
58eed36ced9fe891830c4dbf1994724058bd505f
Fix Replace ``AutoFac`` with ``Simpleinjector`` in method summary.(#537)
Fix Replace ``AutoFac`` with ``Simpleinjector`` in method summary.(#537) Replace ``AutoFac`` with ``Simpleinjector`` in method summary.
paulcbetts/splat,paulcbetts/splat
src/Splat.SimpleInjector/SplatSimpleInjectorExtensions.cs
mit
1,593,870,624
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. using SimpleInjector; namespa...
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. using SimpleInjector; namespa...
ef5f9032d88753dc0c7ad0424bd3eb789fed15e5
Remove incorrect test assert
Remove incorrect test assert
peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framewo...
osu.Framework.Tests/Visual/Drawables/TestSceneDrawablePool.cs
mit
1,593,870,590
// 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 NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
// 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 NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
712af068467d3e4a5bf723c1bc95f55b3ca143df
Added field_width and suffix_tooltip args to FloatField.Draw method
Added field_width and suffix_tooltip args to FloatField.Draw method
allista/AT_Utils
GUI/Elements/FloatField.cs
mit
1,593,868,573
// // FloatField.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using UnityEngine; namespace AT_Utils { public class FloatField : BoundValueField<float> { public override float Range { get { return Max-Min; } } protected override string formate...
// // FloatField.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using UnityEngine; namespace AT_Utils { public class FloatField : BoundValueField<float> { public override float Range { get { return Max-Min; } } protected override string formate...
f41076681028dd7d90f4240cca533ab539b22a0c
Make it possible to configure time to pulse
Make it possible to configure time to pulse Resolves #9
GMJS/gmjs_ocs_dpt
IPOCS_Programmer/ObjectTypes/PointsMotor_Pulse.cs
mit
1,593,867,601
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IPOCS_Programmer.ObjectTypes { public class PointsMotor_Pulse : PointsMotor { public override byte motorTypeId { get { return 1; } } public byte ThrowLeftOut...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IPOCS_Programmer.ObjectTypes { public class PointsMotor_Pulse : PointsMotor { public override byte motorTypeId { get { return 1; } } public byte ThrowLeftOutput { get; ...
39d59803cfdefffdf6a13c7cc6636d88e1425bea
Added a reference to the data set to each data point
Added a reference to the data set to each data point
Terohnon/RobinhoodDesktop
RobinhoodDesktop/RobinhoodDesktop/Script/StockDataSink.cs
bsd-2-clause
1,593,867,426
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServices; using Microsoft.CSharp; namespace RobinhoodDesktop.Script { public partial struct StockDataSource : StockData { } public partial st...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServices; using Microsoft.CSharp; namespace RobinhoodDesktop.Script { public partial struct StockDataSource : StockData { } public partial st...
ecb7537dc978de646d3ff3ccb27b73ba18794c9f
Make it configurable if high or low throws.
Make it configurable if high or low throws. Resolves #7
GMJS/gmjs_ocs_dpt
IPOCS_Programmer/ObjectTypes/PointsMotor_Pulse.cs
mit
1,593,866,905
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IPOCS_Programmer.ObjectTypes { public class PointsMotor_Pulse : PointsMotor { public override byte motorTypeId { get { return 1; } } public byte ThrowLeftOutput { get; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IPOCS_Programmer.ObjectTypes { public class PointsMotor_Pulse : PointsMotor { public override byte motorTypeId { get { return 1; } } public byte ThrowLeftOutput { get; ...
998f52bf880e8315fa275ab392a15027236afbb4
round off bug
round off bug
workabyte/PowerArgs,adamabdelhamed/PowerArgs
PowerArgs/CLI/Games/SpacialElements/Character.cs
mit
1,593,864,981
using PowerArgs.Cli.Physics; using System; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace PowerArgs.Games { public class Character : SpacialElement, IObservableObject, IHaveVelocity { public Event<IInteractable> OnInteract { get; private set; } = ne...
using PowerArgs.Cli.Physics; using System; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace PowerArgs.Games { public class Character : SpacialElement, IObservableObject, IHaveVelocity { public Event<IInteractable> OnInteract { get; private set; } = ne...
26df6faf57c6664d8a1ba555ec4f2b6cded99ba5
[CI] Print verbose log of NuGet statistics export
[CI] Print verbose log of NuGet statistics export
melanchall/drymidi,melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drywetmidi
Resources/Utilities/ExportNuGetStatistics/ExportNuGetStatistics/Program.cs
mit
1,593,864,695
using System; using System.Collections.Generic; using System.Linq; using InfluxDB.Client; using InfluxDB.Client.Api.Domain; using InfluxDB.Client.Writes; using Newtonsoft.Json; using RestSharp; namespace ExportNuGetStatistics { class Program { private static class FieldsNames { pub...
using System; using System.Collections.Generic; using System.Linq; using InfluxDB.Client; using InfluxDB.Client.Api.Domain; using InfluxDB.Client.Writes; using Newtonsoft.Json; using RestSharp; namespace ExportNuGetStatistics { class Program { private static class FieldsNames { pub...
47118e83010f6e5dba8f7dab08bc956e3ebc6e3d
Fix entering noclip when a locker is closed over a buckled entity and the chair is then deleted
Fix entering noclip when a locker is closed over a buckled entity and the chair is then deleted
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,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,593,864,637
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObje...
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObje...
795c93a3cf3c38a75bf30cf10553c4fea76186f6
- Issue #198: Changes from version 3.29 to 3.30
- Issue #198: Changes from version 3.29 to 3.30
oleg-shilo/cs-script,oleg-shilo/cs-script,oleg-shilo/cs-script
Source/csparser.cs
mit
1,593,864,094
#region Licence... //----------------------------------------------------------------------------- // Date: 26/12/05 Time: 16:11p // Module: csparser.cs // Classes: CSharpParser // // This module contains the definition of the class CSharpParser, which implements // parsing C# code. The result of such processing is a ...
#region Licence... //----------------------------------------------------------------------------- // Date: 26/12/05 Time: 16:11p // Module: csparser.cs // Classes: CSharpParser // // This module contains the definition of the class CSharpParser, which implements // parsing C# code. The result of such processing is a ...
0f16b9b8f17a181f7a965891cc7604363ff244fc
Replace CanBeNull annotations with question marks
Replace CanBeNull annotations with question marks
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,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,593,863,474
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObje...
using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObjects.Components.St...
2e04712db428690ee12717b0cd8bb81710157214
Update ApprovePublicApi.ShouldlyApi.approved.cs
Update ApprovePublicApi.ShouldlyApi.approved.cs
JoeMighty/shouldly
src/Shouldly.Tests/ConventionTests/ApprovePublicApi.ShouldlyApi.approved.cs
bsd-3-clause
1,593,863,101
namespace Shouldly { public enum Case { Sensitive = 0, Insensitive = 1, } [Shouldly.ShouldlyMethods] public static class DynamicShould { public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { } pu...
namespace Shouldly { public enum Case { Sensitive = 0, Insensitive = 1, } [Shouldly.ShouldlyMethods] public static class DynamicShould { public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { } pu...
2691d34d5c75e1c15328a54b7005f4674983bd75
Fix not standing up after getting off of a bed
Fix not standing up after getting off of a bed
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,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,593,863,072
using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObjects.Components.St...
using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObjects.Components.St...
d3d47115b56d6d2cae234c43ec05269519c04cc2
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,862,840
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
9fc162ebec6d32de4973acae01e4162795a7c709
Fix commit 2843dd69bb6c6860ade88eff859afa55c6278ca3
Fix commit 2843dd69bb6c6860ade88eff859afa55c6278ca3
StockSharp/StockSharp
Algo/EntityCache.cs
apache-2.0
1,593,860,900
#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...
8869979599b2b79371b0ef2278a5f32f7200e883
Trigger hook activation on bind.
Trigger hook activation on bind.
smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu
osu.Desktop/Windows/GameplayWinKeyHandler.cs
mit
1,593,858,609
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Platform; using osu.Game.Configuration; namespace osu.D...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Platform; using osu.Game.Configuration; namespace osu.D...
4b1111b2b6400a5e7ccab9b73319582d52d9d5f1
Clean up multiple frame_free invocations
Clean up multiple frame_free invocations
smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-...
osu.Framework/Graphics/Video/VideoDecoder.cs
mit
1,593,855,187
// 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 FFmpeg.AutoGen; using osuTK; using osu.Framework.Graphics.Textures; using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
// 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 FFmpeg.AutoGen; using osuTK; using osu.Framework.Graphics.Textures; using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
76e7596bbc233765102368ff48b89e899c3a2364
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,593,855,059
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
edaabf67a40a1628bd743f2e6493e4add8d45868
Tidying up
Tidying up
nblumhardt/autofac-serilog-integration,nblumhardt/autofac-serilog-integration
src/AutofacSerilogIntegration/ContextualLoggingModule.cs
apache-2.0
1,593,852,111
using System; using System.Linq; using System.Reflection; using Autofac; using Autofac.Core; using Autofac.Core.Activators.ProvidedInstance; using Autofac.Core.Activators.Reflection; using Autofac.Core.Registration; using Serilog; using Module = Autofac.Module; namespace AutofacSerilogIntegration { internal class...
using System; using System.Linq; using System.Reflection; using Autofac; using Autofac.Core; using Autofac.Core.Activators.ProvidedInstance; using Autofac.Core.Activators.Reflection; using Autofac.Core.Registration; using Serilog; using Module = Autofac.Module; namespace AutofacSerilogIntegration { internal class...
bbcff8aee91902b169899613182052f4374d80b5
We already moved to Autofac 5, let's cleanup some old code
We already moved to Autofac 5, let's cleanup some old code
nblumhardt/autofac-serilog-integration,nblumhardt/autofac-serilog-integration
src/AutofacSerilogIntegration/ContextualLoggingModule.cs
apache-2.0
1,593,851,978
using System; using System.Linq; using System.Reflection; using Autofac; using Autofac.Core; using Autofac.Core.Activators.ProvidedInstance; using Autofac.Core.Activators.Reflection; using Autofac.Core.Registration; using Serilog; using Module = Autofac.Module; namespace AutofacSerilogIntegration { internal class...
using System; using System.Linq; using System.Reflection; using Autofac; using Autofac.Core; using Autofac.Core.Activators.ProvidedInstance; using Autofac.Core.Activators.Reflection; using Autofac.Core.Registration; using Serilog; using Module = Autofac.Module; namespace AutofacSerilogIntegration { internal class...
494195600fb9a94e0249e53d0b623e6c8615c6e1
Use safer Monitor.Entry overload.
Use safer Monitor.Entry overload.
autofac/Autofac,autofac/Autofac
src/Autofac/Core/Registration/DefaultRegisteredServicesTracker.cs
mit
1,593,851,785
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // 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 // restric...
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // 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 // restric...
fcc357bcbb83e125dc3a6a719d81ca367599dbdc
Apply strict rule about CompleteInitialization only being called during Initialization. We only do it once now at the top of the recursive stack, so we should put that extra protection in.
Apply strict rule about CompleteInitialization only being called during Initialization. We only do it once now at the top of the recursive stack, so we should put that extra protection in.
autofac/Autofac,autofac/Autofac
src/Autofac/Core/Registration/ServiceRegistrationInfo.cs
mit
1,593,851,784
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // 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 // restric...
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // 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 // restric...
6a86eae31eba27566f8f7a4f52ecf876f9ba7c0e
Update ApprovePublicApi.ShouldlyApi.approved.cs
Update ApprovePublicApi.ShouldlyApi.approved.cs
JoeMighty/shouldly
src/Shouldly.Tests/ConventionTests/ApprovePublicApi.ShouldlyApi.approved.cs
bsd-3-clause
1,593,849,912
namespace Shouldly { public enum Case { Sensitive = 0, Insensitive = 1, } [Shouldly.ShouldlyMethods] public static class DynamicShould { public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { } pu...
namespace Shouldly { public enum Case { Sensitive = 0, Insensitive = 1, } [Shouldly.ShouldlyMethods] public static class DynamicShould { public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { } pu...
5cc7ccee21b7691fa09e99526512c11488bac85d
Set gump text entry by control id.
Set gump text entry by control id.
uoinfusion/Infusion
Infusion/Gumps/GumpResponseBuilder.cs
mit
1,593,849,530
using System; using System.Collections.Generic; using Infusion.Packets; using Infusion.Packets.Client; namespace Infusion.Gumps { public sealed class GumpResponseBuilder { private readonly Gump gump; private readonly Action<GumpMenuSelectionRequest> triggerGump; private readonly List<G...
using System; using System.Collections.Generic; using Infusion.Packets; using Infusion.Packets.Client; namespace Infusion.Gumps { public sealed class GumpResponseBuilder { private readonly Gump gump; private readonly Action<GumpMenuSelectionRequest> triggerGump; private readonly List<G...
9a75065f7031c8f73cbbb2d9eca30c8616a84f84
Add more test coverage
Add more test coverage
peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-...
osu.Framework.Tests/Visual/Drawables/TestSceneDrawablePool.cs
mit
1,593,849,277
// 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 NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
// 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 NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
fc9ebdb444b87b569bc1187a5653a61f07d297b4
Fixed massive editor slowdown when there is MANY objects in the scene
Fixed massive editor slowdown when there is MANY objects in the scene
snozbot/fungus
Assets/Fungus/Scripts/Editor/ViewEditor.cs
mit
1,593,849,052
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEditor; using UnityEngine; namespace Fungus.EditorUtils { [CanEditMultipleObjects] [CustomEditor (typeo...
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEditor; using UnityEngine; namespace Fungus.EditorUtils { [CanEditMultipleObjects] [CustomEditor (typeo...
50db2078317786111bda5633d6b05b391e7c3f34
Use Scheduler.Add to avoid clock dependence
Use Scheduler.Add to avoid clock dependence
smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-fram...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,593,848,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 osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawable : Composi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawable : Composi...
9bbb86b7daeef0c97796953bc6f731b61468448c
Ensure drawables are loaded before returned via Get
Ensure drawables are loaded before returned via Get
EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,...
osu.Framework/Graphics/Pooling/DrawablePool.cs
mit
1,593,848,784
// 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.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
// 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.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
d4148ef17972292dfea500dd4c14d647e288ee22
Fix missing docs.
Fix missing docs.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Hwi/Models/HwiCommands.cs
mit
1,593,847,367
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { /// <summary> /// List of commands that HWI project supports for various <see href="https://en.wikipedia.org/wiki/Human_interface_device">HID devices</see>. /// </summary> /// <remarks>HWI may partially support a...
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { /// <summary> /// List of commands that HWI project supports for various <see href="https://en.wikipedia.org/wiki/Human_interface_device">HID devices</see>. /// </summary> /// <remarks>HWI may partially support a...
15ce35a7d95df4b01908d7e328ee8145849804ee
removed extra . cause build failures
removed extra . cause build failures
ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET
ElectronNET.CLI/Commands/BuildCommand.cs
mit
1,593,843,559
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using ElectronNET.CLI.Commands.Actions; namespace ElectronNET.CLI.Commands { public class BuildCommand : ICommand { public const string COMMAND_NAME = "build"; public const string ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using ElectronNET.CLI.Commands.Actions; namespace ElectronNET.CLI.Commands { public class BuildCommand : ICommand { public const string COMMAND_NAME = "build"; public const string ...
6a0f6743516414a27d11b0a9fb259f0f6d7d6772
Fix video decoding memory leaks
Fix video decoding memory leaks
EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framew...
osu.Framework/Graphics/Video/VideoDecoder.cs
mit
1,593,841,691
// 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 FFmpeg.AutoGen; using osuTK; using osu.Framework.Graphics.Textures; using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
// 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 FFmpeg.AutoGen; using osuTK; using osu.Framework.Graphics.Textures; using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
9fdd731b58f20c05a43708cf5522ae4b4bec4ba7
Fix clicks not registering on DataGridTemplateColumn (#1954)
Fix clicks not registering on DataGridTemplateColumn (#1954) * Fix clicks on registering on DataGridTemplateColumn * Remove unnecessary method and simply return the method
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/DataGridAssist.cs
mit
1,593,841,579
using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Media3D; namespace MaterialDesignThemes.Wpf { public static class DataGridAssist { private static readonly...
using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; namespace MaterialDesignThemes.Wpf { public static class DataGridAssist { private static readonly Thickness DefaultCellPaddingThickness = new Thickness(16, 8, 16...
ccef2ab281b3468ffad670be88c3ac5471c05424
Fix Toggles section scrollbar issue (#1962)
Fix Toggles section scrollbar issue (#1962)
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MainDemo.Wpf/Domain/MainWindowViewModel.cs
mit
1,593,841,448
using System.Configuration; using MaterialDesignDemo; using MaterialDesignDemo.Domain; using MaterialDesignThemes.Wpf; using MaterialDesignThemes.Wpf.Transitions; using System.Windows.Controls; using System; using System.ComponentModel; using System.Collections.ObjectModel; using System.Linq; namespace MaterialDesign...
using System.Configuration; using MaterialDesignDemo; using MaterialDesignDemo.Domain; using MaterialDesignThemes.Wpf; using MaterialDesignThemes.Wpf.Transitions; using System.Windows.Controls; using System; using System.ComponentModel; using System.Collections.ObjectModel; using System.Linq; namespace MaterialDesign...
690bd66ded727cdce5ae724f672dcbe27650c841
Adopt revised casing for lego art
Adopt revised casing for lego art
rolledback/LegoSharp
LegoSharp/ProductSearch/ProductThemeFilter.cs
mit
1,593,839,516
using System; using System.Collections.Generic; using System.Text; namespace LegoSharp { public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme> { public ProductThemeFilter() : base("categories.id", "product.facet.theme") { } public override string filterEnum...
using System; using System.Collections.Generic; using System.Text; namespace LegoSharp { public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme> { public ProductThemeFilter() : base("categories.id", "product.facet.theme") { } public override string filterEnum...
5df162f2582eb095d1cac84d19cf3f45edda42b9
fix footnote and endnote issue
fix footnote and endnote issue fix #364 and #367
tonyqus/npoi,tonyqus/npoi,antony-liu/npoi
OpenXmlFormats/Wordprocessing/Run.cs
apache-2.0
1,593,837,300
using System; using System.Collections.Generic; using System.Xml; using System.Xml.Serialization; using NPOI.OpenXmlFormats.Shared; using System.IO; using NPOI.OpenXml4Net.Util; using System.Collections; using NPOI.OpenXmlFormats.Dml.WordProcessing; namespace NPOI.OpenXmlFormats.Wordprocessing { [Serializable] ...
using System; using System.Collections.Generic; using System.Xml; using System.Xml.Serialization; using NPOI.OpenXmlFormats.Shared; using System.IO; using NPOI.OpenXml4Net.Util; using System.Collections; using NPOI.OpenXmlFormats.Dml.WordProcessing; namespace NPOI.OpenXmlFormats.Wordprocessing { [Serializable] ...
846f7b56a0489530631a3cb32757ae780aa3d6ca
ensure packet transmit delay is honored via await
ensure packet transmit delay is honored via await
baughj/hybrasylserver,baughj/hybrasylserver,hybrasyl/server,hybrasyl/server,baughj/hybrasylserver,hybrasyl/server
hybrasyl/Client.cs
agpl-3.0
1,593,836,882
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
44e80806a68657948b5ce5887cff5538ffd50a33
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.6.3456.20200704031543-master-f4ac60d
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,593,832,672
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "f4ac60de26b95f4be6ca667bf2d75534b8c5458b"; public static string Version = "1.6"; public static string Build = "3456"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "be5e7624eecda1228b2e545e56d0baff622903b6"; public static string Version = "1.6"; public static string Build = "3455"; ...
a0541e9c2c5b9dc13d009457e294fc3e1fcf8167
Apply same refactory thatn before
Apply same refactory thatn before
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Crypto/BlindingTests.cs
mit
1,593,830,453
using NBitcoin; using NBitcoin.DataEncoders; using Newtonsoft.Json; using System; using System.IO; using System.Linq; using System.Numerics; using System.Text; using WalletWasabi.Crypto; using WalletWasabi.JsonConverters; using Xunit; using static WalletWasabi.Crypto.SchnorrBlinding; namespace WalletWasabi.Tests.UnitT...
using NBitcoin; using NBitcoin.DataEncoders; using Newtonsoft.Json; using System; using System.IO; using System.Linq; using System.Numerics; using System.Text; using WalletWasabi.Crypto; using WalletWasabi.JsonConverters; using Xunit; using static WalletWasabi.Crypto.SchnorrBlinding; namespace WalletWasabi.Tests.UnitT...
ea436769b8ca739ed8488f79ffccc73115b6af2f
Update Program.cs
Update Program.cs
overtools/OWLib
DataTool/Program.cs
mit
1,593,829,446
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using DataTool.ConvertLogic; using DataTool.Flag; using DataTool.Helper; using DataTool.SaveLogic; using Microsoft.Win32; using TankLib; using TankLib.STU; using Tan...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using DataTool.ConvertLogic; using DataTool.Flag; using DataTool.Helper; using DataTool.SaveLogic; using Microsoft.Win32; using TankLib; using TankLib.STU; using Tan...
50f2a0b09a12191e00c2a9e6e7db894639f70335
fix degradation #79
fix degradation #79
muak/AiForms.Renderers,muak/AiForms.Renderers
SettingsView.Droid/Cells/CellBaseView.cs
mit
1,593,827,746
using System; using System.ComponentModel; using System.Threading; using System.Threading.Tasks; using Android.Content; using Android.Graphics; using Android.Graphics.Drawables; using Android.Runtime; using Android.Util; using Android.Views; using Android.Widget; using Xamarin.Forms; using Xamarin.Forms.Platform.Andr...
using System; using System.ComponentModel; using System.Threading; using System.Threading.Tasks; using Android.Content; using Android.Graphics; using Android.Graphics.Drawables; using Android.Runtime; using Android.Util; using Android.Views; using Android.Widget; using Xamarin.Forms; using Xamarin.Forms.Platform.Andr...
409cc95dad0250a284823b92dc9e4256059f0df2
Fix spacing
Fix spacing
fluentmigrator/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,stsrki/fluentmigrator,spaccabit/fluentmigrator,fluentmigrator/fluentmigrator,igitur/fluentmigrator,spaccabit/fluentmigrator
test/FluentMigrator.Tests/Unit/Generators/SQLite/SQLiteColumnTests.cs
apache-2.0
1,593,827,456
#region License // // Copyright (c) 2018, Fluent Migrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
#region License // // Copyright (c) 2018, Fluent Migrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
5d57f8e9ce4cb270345b3e2440cd296f18e3e670
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.6.3455.20200704014525-master-be5e762
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,593,827,272
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "be5e7624eecda1228b2e545e56d0baff622903b6"; public static string Version = "1.6"; public static string Build = "3455"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "d635f4df249f0f6e34e94edf8c73134fea270bef"; public static string Version = "1.6"; public static string Build = "3454"; ...
d813e5583813645973d1190cee5947ef1f5b0e88
simplify collection initialization
simplify collection initialization
zmira/abremir.AllMyBricks
abremir.AllMyBricks.DatabaseSeeder/InteractiveConsole.cs
mit
1,593,827,205
using abremir.AllMyBricks.Data.Enumerations; using abremir.AllMyBricks.Data.Interfaces; using abremir.AllMyBricks.DatabaseSeeder.Configuration; using abremir.AllMyBricks.DatabaseSeeder.Services; using abremir.AllMyBricks.DataSynchronizer.Events.SetSynchronizationService; using abremir.AllMyBricks.DataSynchronizer.Even...
using abremir.AllMyBricks.Data.Enumerations; using abremir.AllMyBricks.Data.Interfaces; using abremir.AllMyBricks.DatabaseSeeder.Configuration; using abremir.AllMyBricks.DatabaseSeeder.Services; using abremir.AllMyBricks.DataSynchronizer.Events.SetSynchronizationService; using abremir.AllMyBricks.DataSynchronizer.Even...
2732e3b96d93c9edf4a79c3d643b4dbe69298243
Fix failed test
Fix failed test
fluentmigrator/fluentmigrator,igitur/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator,fluentmigrator/fluentmigrator
test/FluentMigrator.Tests/Unit/Generators/SQLite/SQLiteColumnTests.cs
apache-2.0
1,593,826,828
#region License // // Copyright (c) 2018, Fluent Migrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
#region License // // Copyright (c) 2018, Fluent Migrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
898c9e5951485841373f5e42759fba8a7037ee7a
fix missing reference
fix missing reference
zmira/abremir.AllMyBricks
abremir.AllMyBricks.iOS/AppDelegate.cs
mit
1,593,825,251
using abremir.AllMyBricks.Core; using Foundation; using UIKit; namespace abremir.AllMyBricks.iOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding) to // application events f...
using Foundation; using UIKit; namespace abremir.AllMyBricks.iOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding) to // application events from iOS. [Register("AppDeleg...
b12ac3121ecdcf91ce96b864f399be8846db5c89
Add logger delegate to ExecuteWithRetry
Add logger delegate to ExecuteWithRetry
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/ControlFlow.cs
mit
1,593,822,827
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using JetBrains.Annot...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using JetBrains.Annot...
08667d68e1202cf2768e14cf0e13b466cd2b393b
Move setting of log level before execution of build extensions
Move setting of log level before execution of build extensions
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/Execution/BuildManager.cs
mit
1,593,822,826
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Nuke.Common.CI; using Nuke.Common.Too...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Nuke.Common.CI; using Nuke.Common.Too...
f131f63a24abbcc3d8135f84a2ba6292006826b7
tweak test
tweak test
zmira/abremir.AllMyBricks
abremir.AllMyBricks.AssetManagement.Tests/Services/AssetManagementServiceTests.cs
mit
1,593,822,140
using abremir.AllMyBricks.AssetManagement.Interfaces; using abremir.AllMyBricks.AssetManagement.Services; using abremir.AllMyBricks.Platform.Interfaces; using Flurl.Http.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using NFluent; using NSubstitute; using NSubstituteAutoMocker.Standard; using System.IO;...
using abremir.AllMyBricks.AssetManagement.Interfaces; using abremir.AllMyBricks.AssetManagement.Services; using abremir.AllMyBricks.Platform.Interfaces; using Flurl.Http.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using NFluent; using NSubstitute; using NSubstituteAutoMocker.Standard; using System.IO;...
d6de79fe870ead2b185aefe2073394cbc60585ed
Update WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs
Update WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs
mit
1,593,821,754
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.React...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.React...
ff38d3562e51b0ebdc886e6b9a4d5cbb9eb21934
Update WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs
Update WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs
mit
1,593,821,743
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.React...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.React...
fe408da49a61067455f4fb1c33b384deabd06b90
Took wrong side of ChallengeProvders.cs during rebase
Took wrong side of ChallengeProvders.cs during rebase
webprofusion/Certify
src/Certify.Core/Management/Challenges/ChallengeProviders.cs
mit
1,593,820,726
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Certify.Core.Management.Challenges.DNS; using Certify.Management; using Certify.Models; using Certify.Models.Config; using Certify.Models.Plugins; using Certify.Models.Provid...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Threading.Tasks; using Certify.Core.Management.Challenges.DNS; using Certify.Models; using Certify.Models.Config; using Certify.Models.Providers; using Certify...
ff5a44df421b467f11264362cd0a81145f348178
Add cache asserts.
Add cache asserts.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
test/AsmResolver.DotNet.Tests/AssemblyResolverTest.cs
mit
1,593,818,486
using System.IO; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.TestCases.NestedClasses; using Xunit; namespace AsmResolver.DotNet.Tests { public class AssemblyResolverTest { private readonly SignatureComparer _comparer = new SignatureComparer(); [Fact] publi...
using System.IO; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.TestCases.NestedClasses; using Xunit; namespace AsmResolver.DotNet.Tests { public class AssemblyResolverTest { private readonly SignatureComparer _comparer = new SignatureComparer(); [Fact] publi...
b17920eaa91dce665e5f920075e720281134738b
Ignore the StatusCheck once finalized, remove when finalized
Ignore the StatusCheck once finalized, remove when finalized
MassTransit/MassTransit,phatboyg/MassTransit,phatboyg/MassTransit,phatboyg/MassTransit,MassTransit/MassTransit,MassTransit/MassTransit
src/MassTransit/JobService/Components/StateMachines/JobAttemptStateMachine.cs
apache-2.0
1,593,817,492
namespace MassTransit.JobService.Components.StateMachines { using Automatonymous; using Automatonymous.Binders; using GreenPipes; using MassTransit.Contracts.JobService; public sealed class JobAttemptStateMachine : MassTransitStateMachine<JobAttemptSaga> { public JobAttemptStat...
namespace MassTransit.JobService.Components.StateMachines { using Automatonymous; using Automatonymous.Binders; using GreenPipes; using MassTransit.Contracts.JobService; public sealed class JobAttemptStateMachine : MassTransitStateMachine<JobAttemptSaga> { public JobAttemptStat...
b05b41d0584e731b94ff7174e10714db482877f1
Fix ImportLocalVariablesSignature
Fix ImportLocalVariablesSignature
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/ReferenceImporter.cs
mit
1,593,816,791
using System; using System.Linq; using System.Reflection; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; namespace AsmResolver.DotNet { /// <summary> /// Provides a mechanism for creating references to members defined in external .NET modules. /// </summary> public clas...
using System; using System.Linq; using System.Reflection; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; namespace AsmResolver.DotNet { /// <summary> /// Provides a mechanism for creating references to members defined in external .NET modules. /// </summary> public clas...
127786cf02e2449abd3da6f9181f18d8a7d9e0a2
Fix Bacs network_status deserialization
Fix Bacs network_status deserialization When mandate.updated Events are delivered, Stripe dotnet attempts to incorrectly deserialize the network_status attribute as a long and not a string causing an exception. This commit fixes this.
stripe/stripe-dotnet
src/Stripe.net/Entities/Mandates/MandatePaymentMethodDetailsBacsDebit.cs
apache-2.0
1,593,816,292
namespace Stripe { using Newtonsoft.Json; public class MandatePaymentMethodDetailsBacsDebit : StripeEntity<MandatePaymentMethodDetailsBacsDebit> { /// <summary> /// The status of the mandate on the network and whether it's been accepted or revoked. /// </summary> [JsonProper...
namespace Stripe { using Newtonsoft.Json; public class MandatePaymentMethodDetailsBacsDebit : StripeEntity<MandatePaymentMethodDetailsBacsDebit> { /// <summary> /// The status of the mandate on the network and whether it's been accepted or revoked. /// </summary> [JsonProper...
d48b1a5225833119d49c3721146081ec1247aa8e
in breeding plan fixed message if mutation filter is active
in breeding plan fixed message if mutation filter is active
cadon/ARKStatsExtractor
ARKBreedingStats/BreedingPlan.cs
mit
1,593,816,112
using ARKBreedingStats.Library; using ARKBreedingStats.raising; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.W...
using ARKBreedingStats.Library; using ARKBreedingStats.raising; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.W...
93f92fb846208edf1c6a53f16aef7ac8bf1647bd
[Ec2] Format DescribeRequest
[Ec2] Format DescribeRequest
carbon/Amazon,carbon/Amazon
src/Amazon.Ec2/Actions/DescribeRequest.cs
mit
1,593,813,706
#nullable enable using System.Collections.Generic; using System.Globalization; namespace Amazon.Ec2 { public abstract class DescribeRequest { public int? MaxResults { get; set; } public string? NextToken { get; set; } public List<Filter> Filters { get; } = new List<Filt...
#nullable enable using System; using System.Collections.Generic; namespace Amazon.Ec2 { public abstract class DescribeRequest { public int? MaxResults { get; set; } public string? NextToken { get; set; } public List<Filter> Filters { get; } = new List<Filter>(); ...
12499751635300786ecaf58f20bc58a20e125174
Fix Horizonal/VerticalContentAlignment is not affect ContentPresenter arrange
Fix Horizonal/VerticalContentAlignment is not affect ContentPresenter arrange
wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jk...
src/Avalonia.Controls/Presenters/ContentPresenter.cs
mit
1,593,813,660
using System; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Controls.Utils; using Avalonia.Data; using Avalonia.Input; using Avalonia.Layout; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Metadata; namespace Avalonia.Controls.Presenters { /// <summary> ...
using System; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Controls.Utils; using Avalonia.Data; using Avalonia.Input; using Avalonia.Layout; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Metadata; namespace Avalonia.Controls.Presenters { /// <summary> ...
01af3e4ae9125cfce12d88c17d26433c4bc26df8
[Sts] Format CallerIdentyVerifier
[Sts] Format CallerIdentyVerifier
carbon/Amazon,carbon/Amazon
src/Amazon.Sts/CallerIdentityVerifier.cs
mit
1,593,813,617
using System; using System.Globalization; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Amazon.Sts.Exceptions; namespace Amazon.Sts { public sealed class CallerIdentityVerifier { private readonly HttpClient httpClient = new HttpClient { Defaul...
using System; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Amazon.Sts.Exceptions; namespace Amazon.Sts { public sealed class CallerIdentityVerifier { private readonly HttpClient httpClient = new HttpClient { DefaultRequestHeaders = { ...
b00d8310de81d21614f60c1f8619b7c43bad1c8d
Remove free hand check from buckle
Remove free hand check from buckle
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,593,813,492
using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObjects.Components.St...
using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObjects.Components.St...
4741c1f5323b430ea9034c0d263a415113e3731c
[Kinesis] Format KinesisException
[Kinesis] Format KinesisException
carbon/Amazon,carbon/Amazon
src/Amazon.Kinesis/Exceptions/KinesisException.cs
mit
1,593,813,324
using System; using System.Net; using Amazon.Scheduling; namespace Amazon.Kinesis { public sealed class KinesisException : Exception, IException { private readonly ErrorResult error; public KinesisException(ErrorResult error) : base(error.Type ?? error.Text) { this.error = error; }...
using System; using System.Net; using Amazon.Scheduling; namespace Amazon.Kinesis { public sealed class KinesisException : Exception, IException { private readonly ErrorResult error; public KinesisException(ErrorResult error) : base(error.Type ?? error.Text) { this.error = error; }...
bd792bbed35e26c0bed80922753080da250bcefa
[Ssm] Improve tests
[Ssm] Improve tests
carbon/Amazon,carbon/Amazon
src/Amazon.Ssm.Tests/CommandTests.cs
mit
1,593,813,280
using System; using System.Text.Json; using Xunit; namespace Amazon.Ssm.Tests { public class CommandTests { [Fact] public void ParseCommand() { var text = @"{ ""CommandId"":""id"",""Comment"":"""",""CompletedCount"":0,""DocumentName"":""update_app4"",""ErrorCoun...
using System; using Carbon.Json; using Xunit; namespace Amazon.Ssm.Tests { public class CommandTests { [Fact] public void ParseCommand() { var text = @"{ ""CommandId"":""id"",""Comment"":"""",""CompletedCount"":0,""DocumentName"":""update_app4"",""ErrorCount"":0...
262b659bb9e93cbcff9d1250ab9d5fd8403b4c39
- Updating EmotesDictionary documentation for Twitch chat messages
- Updating EmotesDictionary documentation for Twitch chat messages
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Models/Clients/Chat/ChatMessagePacketModel.cs
mit
1,593,813,180
using System; using System.Collections.Generic; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a Chat message packet. /// </summary> public class ChatMessagePacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat messa...
using System; using System.Collections.Generic; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a Chat message packet. /// </summary> public class ChatMessagePacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat messa...
837266b57db5e0fa0de027f9fdb64376b1ce3648
- Fixing build break
- Fixing build break
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base.UnitTests/V5API/ChatServiceUnitTests.cs
mit
1,593,812,941
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.Linq; using Twitch.Base.Models.V5.Channel; using Twitch.Base.Models.V5.Chat; using Twitch.Base.Models.V5.Emotes; using Twitch.Base.Models.V5.Users; namespace Twitch.Base.UnitTests.V5API { [TestClass] public clas...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.Linq; using Twitch.Base.Models.V5.Channel; using Twitch.Base.Models.V5.Chat; using Twitch.Base.Models.V5.Emotes; using Twitch.Base.Models.V5.Users; namespace Twitch.Base.UnitTests.V5API { [TestClass] public clas...
7ede49f9a0947e13020581d3dd37882deacace5b
[Ses] Improve tests
[Ses] Improve tests
carbon/Amazon,carbon/Amazon
src/Amazon.Ses.Tests/NotificationTests.cs
mit
1,593,812,854
using Xunit; using System.Text.Json; namespace Amazon.Ses.Tests { public class NotificationTests { private static readonly JsonSerializerOptions jso = new JsonSerializerOptions { PropertyNamingPolicy = JsonNamingPolicy.CamelCase }; [Fact] public void ParseComplaint() ...
 using Xunit; using Carbon.Json; namespace Amazon.Ses.Tests { public class NotificationTests { [Fact] public void ParseComplaint() { var text = @"{ ""notificationType"":""Complaint"", ""complaint"":{ ""complainedRecipients"":[ { ...
31bdb2f69acc0d824c3c677da7f366ae6b5228b0
[S3] Improve default S3Bucket retry policy
[S3] Improve default S3Bucket retry policy
carbon/Amazon,carbon/Amazon
src/Amazon.S3/Client/S3Bucket.cs
mit
1,593,812,798
using System; using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Amazon.S3.Helpers; using Amazon.Scheduling; using Carbon.Storage; namespace Amazon.S3 { public sealed class S3Bucket : IBucket, IReadOnlyBucket {...
using System; using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Amazon.Scheduling; using Carbon.Storage; namespace Amazon.S3 { public sealed class S3Bucket : IBucket, IReadOnlyBucket { private r...
6e58581a3546b3d9740cffe304d67d99faab6f08
[DynamoDb] Serialize DbValueType as string
[DynamoDb] Serialize DbValueType as string
carbon/Amazon,carbon/Amazon
src/Amazon.DynamoDb/Models/DbValueType.cs
mit
1,593,812,739
using System; using System.Text.Json.Serialization; namespace Amazon.DynamoDb { [JsonConverter(typeof(JsonStringEnumConverter))] public enum DbValueType : byte { Unknown = 0, /// <summary> /// Binary /// </summary> B, /// <summary> ...
using System; namespace Amazon.DynamoDb { public enum DbValueType : byte { Unknown = 0, /// <summary> /// Binary /// </summary> B, /// <summary> /// BinarySet /// </summary> BS, /// <summary> /// Numb...
efab257290381916909add1d0a759bd1d9530265
[Core] Make InstanceMetadataService public
[Core] Make InstanceMetadataService public
carbon/Amazon,carbon/Amazon
src/Amazon.Core/Metadata/InstanceMetadatadataService.cs
mit
1,593,812,700
using System; using System.Globalization; using System.Net; using System.Net.Http; using System.Text.Json; using System.Threading.Tasks; namespace Amazon.Metadata { public sealed class InstanceMetadataService { public static readonly InstanceMetadataService Instance = new InstanceMetadataSe...
using System; using System.Globalization; using System.Net; using System.Net.Http; using System.Text.Json; using System.Threading.Tasks; namespace Amazon.Metadata { internal sealed class InstanceMetadataService { public static readonly InstanceMetadataService Instance = new InstanceMetadata...
6cf19cc4d8f3b5e2766b5c4c82e31746dedb8e75
[S3] Add ContentType to InitiateMultipartUploadRequest
[S3] Add ContentType to InitiateMultipartUploadRequest
carbon/Amazon,carbon/Amazon
src/Amazon.S3/Actions/InitiateMultipartUploadRequest.cs
mit
1,593,812,666
using System; using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using Amazon.S3.Helpers; namespace Amazon.S3 { public sealed class InitiateMultipartUploadRequest : S3Request { public InitiateMultipartUploadRequest(string host, string bucketName, string ...
using System; using System.Net.Http; namespace Amazon.S3 { public sealed class InitiateMultipartUploadRequest : S3Request { public InitiateMultipartUploadRequest(string host, string bucketName, string key) : base(HttpMethod.Post, host, bucketName, key + "?uploads") { ...
2810533399cc3ad6020b60e1b982947cd2903a5e
- Adding EmotesDictionary property to Twitch chat messages
- Adding EmotesDictionary property to Twitch chat messages
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Models/Clients/Chat/ChatMessagePacketModel.cs
mit
1,593,812,633
using System; using System.Collections.Generic; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a Chat message packet. /// </summary> public class ChatMessagePacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat messa...
using System.Collections.Generic; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a Chat message packet. /// </summary> public class ChatMessagePacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat message. //...
8496bcbfa32a3695a5343ec11a89f4d3edd5d30e
[Ec2] Format InstanceModel
[Ec2] Format InstanceModel
carbon/Amazon,carbon/Amazon
src/Amazon.Ec2/Helpers/InstanceModel.cs
mit
1,593,812,596
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Reflection; using System.Runtime.Serialization; namespace Amazon.Ec2 { internal sealed class InstanceModel { private static readonly ConcurrentDictionary<Type, InstanceModel> models = new Concur...
#nullable enable using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Reflection; using System.Runtime.Serialization; namespace Amazon.Ec2 { internal sealed class InstanceModel { private static readonly ConcurrentDictionary<Type, InstanceModel>...
7f02d46cb4571c2c53e20b252be4c2ce30ef827f
Replace IsContained with ContainerHelpers.IsInContainer
Replace IsContained with ContainerHelpers.IsInContainer
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,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,593,812,581
using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObjects.Components.St...
using Content.Server.GameObjects.Components.Strap; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Content.Shared.GameObjects.Components.St...
299b2bda6b6ab80a1c99523e7c65a58ab949dfd3
Fix sandbox panel not reopening properly after being closed by clicking its X (#1260)
Fix sandbox panel not reopening properly after being closed by clicking its X (#1260)
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Client/Sandbox/SandboxManager.cs
mit
1,593,811,697
using System; using Content.Client.UserInterface; using Content.Shared.Input; using Content.Shared.Sandbox; using Robust.Client.Interfaces.Input; using Robust.Client.Interfaces.Placement; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.Cu...
using System; using Content.Client.UserInterface; using Content.Shared.Input; using Content.Shared.Sandbox; using Robust.Client.Interfaces.Input; using Robust.Client.Interfaces.Placement; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.Cu...
c1ba2f76c7ffd95a9e391b9bd67ef1a2f7ef7b31
Fix crash when reentering a body (#1258)
Fix crash when reentering a body (#1258)
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,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,space-wizards/space-station-14
Content.Client/EntryPoint.cs
mit
1,593,811,590
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
a4ced5f1fc97c7a9f3b1d98879a5bb741739a138
Fixes being able to drink a closed drink (#1257)
Fixes being able to drink a closed drink (#1257)
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,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/Nutrition/DrinkComponent.cs
mit
1,593,811,573
using System; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySystems; using Content.Shared.Audio; using Content.Shared.Chemistry; using Content.Shared.GameObjects.Components.Nutrition; using Content.Shared.Interfaces; using Robust.Server.GameObjects; using Robust.Server.G...
using System; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySystems; using Content.Shared.Audio; using Content.Shared.Chemistry; using Content.Shared.GameObjects.Components.Nutrition; using Content.Shared.Interfaces; using Robust.Server.GameObjects; using Robust.Server.G...
1b393edd6b660b818f575d59dd65c3c03e55a8b6
animated dialog helpers
animated dialog helpers
adamabdelhamed/PowerArgs,workabyte/PowerArgs
PowerArgs/CLI/Controls/AnimatedDialog.cs
mit
1,593,811,276
using PowerArgs.Cli.Physics; using System; using System.Threading.Tasks; namespace PowerArgs.Cli { /// <summary> /// An object that will allow you do configre the dialog as well as close it. /// </summary> public class DialogHandle { private Lifetime callerLifetime = new Lifetime(); ...
using PowerArgs.Cli.Physics; using System; using System.Threading.Tasks; namespace PowerArgs.Cli { /// <summary> /// An object that will allow you do configre the dialog as well as close it. /// </summary> public class DialogHandle { private Lifetime callerLifetime = new Lifetime(); ...
b78e0dd05ce587c7615422b55fad72574534fc08
Update to Game at unhandled exceptions (Unix) Remove writing report.log to terminal, there is no need to do that
Update to Game at unhandled exceptions (Unix) Remove writing report.log to terminal, there is no need to do that
lucas-miranda/Raccoon
Raccoon/Core/Game.cs
mit
1,593,811,121
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
074a25231ca4c8d271683eadb7e21f233a2afb0a
Update to include indent at logger I forgot to readd it after lastest modifications
Update to include indent at logger I forgot to readd it after lastest modifications
lucas-miranda/Raccoon
Raccoon/Logger/Logger.cs
mit
1,593,811,052
using System.Collections.Generic; using System.Text; using System.IO; using Raccoon.Log; namespace Raccoon { public sealed class Logger { #region Private Members private List<ILoggerListener> _listeners = new List<ILoggerListener>(); private List<string> _subjects = new List<string>(); ...
using System.Collections.Generic; using System.Text; using System.IO; using Raccoon.Log; namespace Raccoon { public sealed class Logger { #region Private Members private List<ILoggerListener> _listeners = new List<ILoggerListener>(); private List<string> _subjects = new List<string>(); ...
2aa4c4dd658e156c4f545731e02a2f4c021451b0
Fix NullReferenceException on bulk operations on entities with no keys
Fix NullReferenceException on bulk operations on entities with no keys
borisdj/EFCore.BulkExtensions
EFCore.BulkExtensions/TableInfo.cs
mit
1,593,810,958
using FastMember; using Microsoft.Data.SqlClient; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using System; using System.Collections; using System.Collections.Generic; using S...
using FastMember; using Microsoft.Data.SqlClient; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using System; using System.Collections; using System.Collections.Generic; using S...
ea8fccd55521143f1e674e293b19d22f6090d576
.net standard 2.0 support, followup #475
.net standard 2.0 support, followup #475
JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI.Web/RetryHandlers/SimpleRetryHandler.cs
mit
1,593,810,414
using System.Linq; using System.Net; using System; using System.Threading.Tasks; using System.Collections.Generic; using SpotifyAPI.Web.Http; namespace SpotifyAPI.Web { public class SimpleRetryHandler : IRetryHandler { private readonly Func<TimeSpan, Task> _sleep; /// <summary> /// Specifies after...
using System.Linq; using System.Net; using System; using System.Threading.Tasks; using System.Collections.Generic; using SpotifyAPI.Web.Http; namespace SpotifyAPI.Web { public class SimpleRetryHandler : IRetryHandler { private readonly Func<TimeSpan, Task> _sleep; /// <summary> /// Specifies after...
24d4deab9a3335bb58cb82f780a9b37cffcabd9c
Format file, remove outcommented code.
Format file, remove outcommented code.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Services/DbService.cs
mit
1,593,809,452
using Microsoft.EntityFrameworkCore; using Mitternacht.Services.Database; namespace Mitternacht.Services { public class DbService { private readonly DbContextOptions _options; public DbService(IBotCredentials creds) { var optionsBuilder = new DbContextOptionsBuilder(); optionsBuilder.UseSqlite(creds.DbConn...
using Microsoft.EntityFrameworkCore; using Mitternacht.Services.Database; namespace Mitternacht.Services { public class DbService { private readonly DbContextOptions _options; public DbService(IBotCredentials creds) { var optionsBuilder = new DbContextOptionsBuilder(); ...
e42eb0727316d1f70c6e2062feeced6cbea6170f
TestSetContentByIndex
TestSetContentByIndex
smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-fram...
osu.Framework.Tests/Visual/Layout/TestSceneGridContainer.cs
mit
1,593,808,842
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Graphics...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Graphics...
efdcd749adaff23142fbb72f756fb1b6de98a7bb
Fix nullref during GridContainerContent construction
Fix nullref during GridContainerContent construction
smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framewor...
osu.Framework/Graphics/Containers/GridContainerContent.cs
mit
1,593,808,262
// 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. namespace osu.Framework.Graphics.Containers { public class GridContainerContent { public GridContainerContent(Drawable[][] drawables) { ...
// 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. namespace osu.Framework.Graphics.Containers { public class GridContainerContent { public GridContainerContent(Drawable[][] drawables) { ...
26867485ab92578391ff66270aac872791999aa3
made the WebSocketHostBuilder accept command line arguments
made the WebSocketHostBuilder accept command line arguments
kerryjiang/SuperSocket,kerryjiang/SuperSocket
src/SuperSocket.WebSocket.Server/WebSocketHostBuilder.cs
apache-2.0
1,593,808,087
using System; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using SuperSocket.Server; using SuperSocket.ProtoBase; namespace SuperSocket.WebSocket.Server { public class WebSocketHostBuilder : SuperSocketHostBuilder<We...
using System; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using SuperSocket.Server; using SuperSocket.ProtoBase; namespace SuperSocket.WebSocket.Server { public class WebSocketHostBuilder : SuperSocketHostBuilder<We...
7481b3ee05fea17e45f2b0de734ed5fb18358bc9
Icons update from Azure pipeline (#1959)
Icons update from Azure pipeline (#1959)
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/PackIconKind.cs
mit
1,593,806,566
namespace MaterialDesignThemes.Wpf { /// ****************************************** /// This code is auto generated. Do not amend. /// ****************************************** /// <summary> /// List of available icons for use with <see cref="PackIcon" />. /// </summary> /// <remarks> ...
namespace MaterialDesignThemes.Wpf { /// ****************************************** /// This code is auto generated. Do not amend. /// ****************************************** /// <summary> /// List of available icons for use with <see cref="PackIcon" />. /// </summary> /// <remarks> ...
41d738c2b20b0b7ba6908be2dfceffbaed06dd97
Fixed empty pinnedCoins
Fixed empty pinnedCoins
ismaelestalayo/CoinBase
CryptoTracker/App.xaml.cs
apache-2.0
1,593,805,449
using CryptoTracker.Helpers; using CryptoTracker.Views; using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; using Microsoft.AppCenter.Crashes; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Net.Http;...
using CryptoTracker.Helpers; using CryptoTracker.Views; using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; using Microsoft.AppCenter.Crashes; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Net.Http;...
ebfd135faab8cf6d758dbce9a578fb0ad197551d
Fixed empty pinnedCoins
Fixed empty pinnedCoins
ismaelestalayo/CoinBase
CryptoTracker/App.xaml.cs
apache-2.0
1,593,804,975
using CryptoTracker.Helpers; using CryptoTracker.Views; using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Net.Http; using System.Threading.Tasks; usin...
using CryptoTracker.Helpers; using CryptoTracker.Views; using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Net.Http; using System.Threading.Tasks; usin...
8f6de15738f034a59a8a7313b684502b7e3272d5
Comments corrected.
Comments corrected.
flandersen/qthelpextract
QtCompressedHelpExtractor/MainModule.cs
mit
1,593,803,593
using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Text; using Microsoft.VisualBasic; namespace QtCompressedHelpExtractor { static class MainModule { privat...
using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Text; using Microsoft.VisualBasic; namespace QtCompressedHelpExtractor { static class MainModule { privat...
b1710fc08dbd485a24f94536df3b19718d20b697
fixing warnings
fixing warnings
MatterHackers/agg-sharp,larsbrubaker/agg-sharp
Gui/GUIWidget.cs
bsd-2-clause
1,593,803,069
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modif...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modif...
648ceebbffc5532f2f241c9944edc4d6d645b71f
client cleanups part 1) order of operations on disconnectedCleanup
client cleanups part 1) order of operations on disconnectedCleanup
chaigler/Torque3D,JeffProgrammer/Torque3D,chaigler/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,chaigler/Torque3D,Bloodknight/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,Bloodknight/Torque3D,chaigler/Torque3D,chaigler/Torque3D,chaigler/Torque3D,JeffProg...
Templates/BaseGame/game/core/clientServer/scripts/client/connectionToServer.cs
mit
1,593,802,335
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
1ae4176488904155f99369a05deff3a00bf6d1d8
Relative distance was analyzed for two layers coding
Relative distance was analyzed for two layers coding
litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms
src/Utils/WaveletCodesListDecodingAnalyzer/Program.cs
mit
1,593,801,962
namespace AppliedAlgebra.WaveletCodesListDecodingAnalyzer { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using CodesAbstractions; using CodesResearchTools.Analyzers.CodeDistance; usi...
namespace AppliedAlgebra.WaveletCodesListDecodingAnalyzer { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using CodesAbstractions; using CodesResearchTools.Analyzers.CodeDistance; usi...