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
22d2e1d48009a543a2fdaa3578efba569c9c7770
fix double experience messaging from scripts
fix double experience messaging from scripts
hybrasyl/server,baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver,baughj/hybrasylserver,hybrasyl/server
hybrasyl/Scripting/HybrasylUser.cs
agpl-3.0
1,592,969,795
/* * 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 * wit...
/* * 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 * wit...
720bad874c615728d8507955bf570a714a8d9a1d
Allow children to be deserialized as parents
Allow children to be deserialized as parents
hprose/hprose-dotnet
src/Hprose.IO/Deserializers/ObjectDeserializer.cs
mit
1,592,969,662
/*--------------------------------------------------------*\ | | | hprose | | | | Official WebSite: https://hprose.com | | ...
/*--------------------------------------------------------*\ | | | hprose | | | | Official WebSite: https://hprose.com | | ...
9d55b65aa8f0798cf04f77b7cc2eef286193bddc
#1644 Inject HttpClient to HttpProxy instance
#1644 Inject HttpClient to HttpProxy instance
rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,rockfordlhotka/csla,MarimerLLC/csla,JasonBock/csla,JasonBock/csla,MarimerLLC/csla
Source/Csla.Shared/DataPortalClient/DataPortalProxyFactory.cs
mit
1,592,968,833
//----------------------------------------------------------------------- // <copyright file="DataPortalProxyFactory.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Creates the DataPortalProxy to use for DataPortal call o...
//----------------------------------------------------------------------- // <copyright file="DataPortalProxyFactory.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Creates the DataPortalProxy to use for DataPortal call o...
35719d93db807caf1739b56b46d088fc65ffc385
536.1:CalculateScaleToPixelFromPointSize
536.1:CalculateScaleToPixelFromPointSize
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLBitmapGlyphTextPrinter.cs
bsd-2-clause
1,592,967,743
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
12cb2d8d844d7e749b0ea7e99f78e1cc357a9cc9
Version 2.13.6
Version 2.13.6
koliva8245/HeroesMatchTracker
HeroesMatchTracker/Properties/AssemblyInfo.cs
mit
1,592,966,565
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HeroesMatchTracker")...
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HeroesMatchTracker")...
ccb27082d52c2bda1bfd01e4a5ca3583e49c3035
Fix background appearing too late
Fix background appearing too late
ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,smoogipooo/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu
osu.Game/Screens/Menu/IntroWelcome.cs
mit
1,592,964,512
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Framework.Graphics; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Framework.Graphics; usin...
7805e5cea49314f3732cd450ce77e88e5c46eb91
Fix version byte for zpub (#1686)
Fix version byte for zpub (#1686)
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoin.cs
mit
1,592,961,590
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NBitcoin; using NBXplorer; namespace BTCPayServer { public partial class BTCPayNetworkProvider { public void InitBitcoin() { var nbxplorerNetwork = NBXplorerNetworkProvider.GetFro...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NBitcoin; using NBXplorer; namespace BTCPayServer { public partial class BTCPayNetworkProvider { public void InitBitcoin() { var nbxplorerNetwork = NBXplorerNetworkProvider.GetFro...
c45e44bd4e25631e8b660e51acf84c4fc34c4ded
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,592,959,439
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
b994c1e37035aaaf60126fc36ebcb94a121fb712
Set UseUrls from config
Set UseUrls from config
aruss/ServiceBase,aruss/ServiceBase
src/ServiceBase.Mvc/WebHostWrapper.cs
apache-2.0
1,592,959,243
// Copyright (c) Russlan Akiev. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace ServiceBase { using System; using System.IO; using System.Threading; using Microsoft.AspNetCore.Hosting; using Microso...
// Copyright (c) Russlan Akiev. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace ServiceBase { using System; using System.IO; using System.Threading; using Microsoft.AspNetCore.Hosting; using Microso...
c94f95cc0d6bf3ba92098d6fe5f3190d8ddf4153
Check if the file exists before reading
Check if the file exists before reading This is (also) to address the review from bdach about StorageManager initialising a default value that gets overwritten upon migration anyway.
UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game.Tournament/IO/TournamentStorage.cs
mit
1,592,959,222
// 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.Logging; using osu.Framework.Platform; using osu.Game.IO; using System.IO; using osu.Game.Tournament.Configuration; namespace osu.Game.Tournament.IO ...
// 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.Logging; using osu.Framework.Platform; using osu.Game.IO; using System.IO; using osu.Game.Tournament.Configuration; namespace osu.Game.Tournament.IO ...
839f197111c55d00474da01aced1a07e46a7fe69
Change type from TournamentStorage to Storage in tests
Change type from TournamentStorage to Storage in tests
NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu
osu.Game.Tournament.Tests/NonVisual/CustomTourneyDirectoryTest.cs
mit
1,592,959,079
// 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.IO; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework; using osu.Framework.Allocation; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework; using osu.Framework.Allocation; using osu...
917db3c89adb951146ad9b14720d38acef2252ed
Tweaking of CRUD test
Tweaking of CRUD test
StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,QuantConnect/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean,JKarathiya/Lean,AlexCatarino/Lean
Tests/API/ApiTests.cs
apache-2.0
1,592,958,844
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
1a41d9b9e4359cc61fa4215fbb0b435db2143768
535: s_intalledTypefaces.UpdateUnicodeRanges();
535: s_intalledTypefaces.UpdateUnicodeRanges();
LayoutFarm/PixelFarm
src/Tests/WinFormTestBed2/TestBedStartup.cs
bsd-2-clause
1,592,956,885
//Apache2, 2014-present, WinterDev using System; using System.Windows.Forms; using LayoutFarm.UI; namespace YourImplementation { using Typography.FontManagement; public static class TestBedStartup { public static class InstalledTypefaceCollectionMx { //APPLICATION specific ...
//Apache2, 2014-present, WinterDev using System; using System.Windows.Forms; using LayoutFarm.UI; namespace YourImplementation { using Typography.FontManagement; public static class TestBedStartup { public static class InstalledTypefaceCollectionMx { //APPLICATION specific ...
172f086d0710633966f1b8b5a07e435656fba02d
Using new NodeList for NodeRead
Using new NodeList for NodeRead
jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,JKarathiya/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,AlexCatarino/Lean
Api/Api.cs
apache-2.0
1,592,956,227
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
9cb87327786d023b28bf63a0cc84b6b7ebf1df16
Save regex object instead of pattern in manual viewmodel
Save regex object instead of pattern in manual viewmodel
CalebChalmers/KAGTools
KAGTools/ViewModels/Manual/ManualGenericViewModel.cs
mit
1,592,956,067
using GalaSoft.MvvmLight.Command; using KAGTools.Data; using KAGTools.Helpers; using System; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Text.RegularExpressions; using System.Windows.Input; namespace KAGTools.ViewModels.Manual { public abstract class ManualGener...
using GalaSoft.MvvmLight.Command; using KAGTools.Data; using KAGTools.Helpers; using System; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Text.RegularExpressions; using System.Windows.Input; namespace KAGTools.ViewModels.Manual { public abstract class ManualGener...
e432f1a666b3786790ac92cf564c30fb4a27e00d
Handle filtering manually in FilterListViewModelBase
Handle filtering manually in FilterListViewModelBase
CalebChalmers/KAGTools
KAGTools/ViewModels/FilterListViewModelBase.cs
mit
1,592,955,291
using GalaSoft.MvvmLight; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Windows.Data; namespace KAGTools.ViewModels { public abstract class FilterListViewModelBase<T> : ViewModelBase where T : class { private ObservableCollection<T> _items; ...
using GalaSoft.MvvmLight; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Windows.Data; namespace KAGTools.ViewModels { public abstract class FilterListViewModelBase<T> : ViewModelBase where T : class { private ObservableCollection<T> _...
7aa91ffd62eb470b74d994a0751b410065e77992
SpaProxy: Fix proxying of WebSocket protocol (#23250)
SpaProxy: Fix proxying of WebSocket protocol (#23250)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Middleware/SpaServices.Extensions/src/Proxying/SpaProxy.cs
apache-2.0
1,592,954,400
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.AspNetCore.Http; using System; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.WebSockets;...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.AspNetCore.Http; using System; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.WebSockets;...
ced8a9757075d5f1c20b09f35bb9ddeca516f445
Format file.
Format file.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Permissions/Permissions.cs
mit
1,592,953,867
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Common.TypeReaders; using Mitternacht.Common.TypeReaders.Models; using Mitternacht.Extensions; using Mit...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Common.TypeReaders; using Mitternacht.Common.TypeReaders.Models; using Mitternacht.Extensions; using Mit...
c37c2828614065fe1d265730d21d4838d934f5e2
C#/C++: Fix tests with new environment variables
C#/C++: Fix tests with new environment variables
github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql
csharp/autobuilder/Semmle.Autobuild.Tests/BuildScripts.cs
mit
1,592,951,722
using Xunit; using Semmle.Autobuild; using System.Collections.Generic; using System; using System.Linq; using Microsoft.Build.Construction; using System.Xml; namespace Semmle.Extraction.Tests { /// <summary> /// Test class to script Autobuilder scenarios. /// For most methods, it uses two fields: /// ...
using Xunit; using Semmle.Autobuild; using System.Collections.Generic; using System; using System.Linq; using Microsoft.Build.Construction; using System.Xml; namespace Semmle.Extraction.Tests { /// <summary> /// Test class to script Autobuilder scenarios. /// For most methods, it uses two fields: /// ...
10297be089975b06b591e25d273d2d4a56a6c0ac
(GH-3865) Fix InvalidOperationException when open a dialog over a child window
(GH-3865) Fix InvalidOperationException when open a dialog over a child window
MahApps/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro
src/MahApps.Metro/Controls/Dialogs/DialogManager.cs
mit
1,592,950,531
using System; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Threading; using ControlzEx.Theming; namespace MahApps.Metro.Controls.Dialogs { using JetBrains.Annotations; public static class DialogManager { /// <summary> ...
using System; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Threading; using ControlzEx.Theming; namespace MahApps.Metro.Controls.Dialogs { using JetBrains.Annotations; public static class DialogManager { /// <summary> ...
28be0edb11546a8aeaed7e17c7817fa71e0c4a13
Apply animation movement to model if additional info is turned on
Apply animation movement to model if additional info is turned on
tigrouind/AITD-roomviewer
Assets/Scripts/Model/ModelLoader.cs
mit
1,592,950,058
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
832a34eeb1915f35891757edf43b19b5fc1cca89
Don't autorotate unless option is explicitely turned back on
Don't autorotate unless option is explicitely turned back on
tigrouind/AITD-roomviewer
Assets/Scripts/Model/ModelLoader.cs
mit
1,592,950,052
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
5ca0cada4bf1e981190d58859539697e684714e6
Moved compiler errors from exception's ToString to Message
Moved compiler errors from exception's ToString to Message
nirdobovizki/MiniMvc
MiniMvc/ViewCompilerException.cs
mit
1,592,949,826
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web.Razor.Parser.SyntaxTree; namespace MiniMvc { public class ViewCompilerException : Exception { private IList<RazorError> _parseErrors; ...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web.Razor.Parser.SyntaxTree; namespace MiniMvc { public class ViewCompilerException : Exception { private IList<RazorError> _parseErrors; ...
7a3315dcf82b5aea1ce12343ca81d9da95b6176f
invert and early return
invert and early return
NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu
osu.Game.Tournament/IO/TournamentStorage.cs
mit
1,592,949,621
// 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.Logging; using osu.Framework.Platform; using osu.Game.IO; using System.IO; using osu.Game.Tournament.Configuration; namespace osu.Game.Tournament.IO ...
// 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.Logging; using osu.Framework.Platform; using osu.Game.IO; using System.IO; using osu.Game.Tournament.Configuration; namespace osu.Game.Tournament.IO ...
8b9cf6fc52e84ba1cd0f3ceac2c9561f3e6d0c3c
Remove default value in Storagemgr
Remove default value in Storagemgr
NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu
osu.Game.Tournament/Configuration/TournamentStorageManager.cs
mit
1,592,949,478
// 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.Configuration; using osu.Framework.Platform; namespace osu.Game.Tournament.Configuration { public class TournamentStorageManager : IniConfigManag...
// 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.Configuration; using osu.Framework.Platform; namespace osu.Game.Tournament.Configuration { public class TournamentStorageManager : IniConfigManag...
a05c885175f93ef110ef5c924ac6cfd27b298e61
Add failing test
Add failing test
Moq/moq4
tests/Moq.Tests/Regressions/IssueReportsFixture.cs
bsd-3-clause
1,592,949,043
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using Sys...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using Sys...
b47df378f81063b957d3cf865c919ccc1db33869
Fix country tests; skip listing countries
Fix country tests; skip listing countries
clement911/ShopifySharp,nozzlegear/ShopifySharp
ShopifySharp.Tests/Country_Tests.cs
mit
1,592,948,648
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Country")] public class Country_Tests : IClassFixture<Country_Tests_Fixture> { private Country_Tests_Fixture Fixture { g...
using ShopifySharp.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Country")] public class Country_Tests : IClassFixture<Country_Tests_Fixture> { private Count...
001c6d0bed338670b816c56daa9770e1e92dc2b0
Made class internal.
Made class internal.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Extensions/IMagickImageExtensions.cs
apache-2.0
1,592,948,111
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless requ...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless requ...
10287c9ca1600384b781295a9261cbb730b48e3e
Add missing values in `FilePurpose`
Add missing values in `FilePurpose`
stripe/stripe-dotnet
src/Stripe.net/Constants/FilePurpose.cs
apache-2.0
1,592,948,064
namespace Stripe { public static class FilePurpose { public const string AdditionalVerification = "additional_verification"; public const string BusinessIcon = "business_icon"; public const string BusinessLogo = "business_logo"; public const string CustomerSignature = "custome...
namespace Stripe { public static class FilePurpose { public const string AdditionalVerification = "additional_verification"; public const string BusinessLogo = "business_logo"; public const string DisputeEvidence = "dispute_evidence"; public const string IdentityDocument = "id...
380333f075353e2ab58b781e74b3066012c84f67
nickname fallback
nickname fallback
dlidstrom/Snittlistan,dlidstrom/Snittlistan,dlidstrom/Snittlistan
Snittlistan.Web/Areas/V2/Domain/Player.cs
mit
1,592,947,239
namespace Snittlistan.Web.Areas.V2.Domain { using System; using Infrastructure.Bits.Contracts; public class Player { public Player( string name, string email, Status playerStatus, int personalNumber, string nickname, ...
namespace Snittlistan.Web.Areas.V2.Domain { using System; using Infrastructure.Bits.Contracts; public class Player { public Player( string name, string email, Status playerStatus, int personalNumber, string nickname, ...
a7c0bca2e7f46a7682cd4129697148b22e5c9ec8
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3437.20200623204224-master-4aec2b4
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,945,072
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "4aec2b4b9bd536f0a5d1bb83caf159d15ab244b0"; public static string Version = "1.5"; public static string Build = "3437"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "ec9b698b71de9d7b507d5b480b2284ad4587eb31"; public static string Version = "1.5"; public static string Build = "3436"; ...
064372f4252b63a33ad71e3ddfdb8e04d961da9e
RequestInteractMessage NRE fix
RequestInteractMessage NRE fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Client/Interaction/RequestInteractMessage.cs
agpl-3.0
1,592,943,960
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using Mirror; using UnityEngine; /// <summary> /// Requests for the server to perform a given interaction /// </summary> public class RequestInteractMessage : ClientMessage { /** * this is sent as ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using Mirror; using UnityEngine; /// <summary> /// Requests for the server to perform a given interaction /// </summary> public class RequestInteractMessage : ClientMessage { /** * this is sent as ...
b3734d6f14bb20dd69a13460220db6bd8a78185b
Subscene name fix
Subscene name fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Managers/SubSceneManager/SubSceneManager.Server.cs
agpl-3.0
1,592,943,640
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
53cab243c662aacfe17e11837542a73c553454f8
Fix out of range for subscene manager
Fix out of range for subscene manager
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Managers/SubSceneManager/SubSceneManager.Server.cs
agpl-3.0
1,592,943,552
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
78f6ecb164dd7ee3a3122e930679d1b78561cd16
Another SubsceneManager NRE fix
Another SubsceneManager NRE fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Managers/SubSceneManager/SubSceneManager.Server.cs
agpl-3.0
1,592,942,935
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
216d5f5d4b90c8ef7f84de9ae355040dafff0737
SubSceneManager.Server NRE fix
SubSceneManager.Server NRE fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Managers/SubSceneManager/SubSceneManager.Server.cs
agpl-3.0
1,592,942,645
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
using System.Collections; using System.Collections.Generic; using System.Linq; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; //Server public partial class SubSceneManager { public override void OnStartServer() { NetworkServer.observerSceneList.Clear(); // Determine a Main station subscene ...
a052d90917c0ec9101032f4b7bd129e02205a231
Chat NRE, Mime fix
Chat NRE, Mime fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/Chat.cs
agpl-3.0
1,592,942,461
using UnityEngine; using System; using AdminTools; using Tilemaps.Behaviours.Meta; using DiscordWebhook; using DatabaseAPI; /// <summary> /// The Chat API /// Use the public methods for anything related /// to chat stream /// </summary> public partial class Chat : MonoBehaviour { private static Chat chat; public s...
using UnityEngine; using System; using AdminTools; using Tilemaps.Behaviours.Meta; using DiscordWebhook; using DatabaseAPI; /// <summary> /// The Chat API /// Use the public methods for anything related /// to chat stream /// </summary> public partial class Chat : MonoBehaviour { private static Chat chat; public s...
308e61b2f1df221243420654c1d80ab36e7bfec5
Move pics to a separate task
Move pics to a separate task
xPaw/SteamWebPipes
SteamWebPipes/Steam.cs
mit
1,592,942,216
using System; using System.Threading; using SteamKit2; using System.Linq; using System.Threading.Tasks; using SteamWebPipes.Events; namespace SteamWebPipes { internal class Steam { public class SteamKitLogger : IDebugListener { public void WriteLine(string category, string msg) ...
using System; using System.Threading; using SteamKit2; using System.Linq; using System.Threading.Tasks; using SteamWebPipes.Events; namespace SteamWebPipes { internal class Steam { public class SteamKitLogger : IDebugListener { public void WriteLine(string category, string msg) ...
49341168fe559d973e2d8bdf6e6d34d132cfb0cd
DevDestroyMessage
DevDestroyMessage
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Client/DevSpawner/DevDestroyMessage.cs
agpl-3.0
1,592,941,897
using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; /// <summary> /// Message allowing a client dev / admin to clone something, validated server side. /// </summary> public class DevDestroyMessage : ClientMessage { // Net ID of the object to destroy public uint ToDestroy; p...
using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; /// <summary> /// Message allowing a client dev / admin to clone something, validated server side. /// </summary> public class DevDestroyMessage : ClientMessage { // Net ID of the object to destroy public uint ToDestroy; p...
de45c9565a4839931cfffc6409853914f6c92bc2
Assassinate NRE
Assassinate NRE
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Antagonists/Objectives/Assassinate.cs
agpl-3.0
1,592,941,202
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; namespace Antagonists { /// <summary> /// An objective to assassinate someone on the station /// </summary> [CreateAssetMenu(menuName="ScriptableObjects/Objectives/Assassinate")] public class Assassinate :...
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; namespace Antagonists { /// <summary> /// An objective to assassinate someone on the station /// </summary> [CreateAssetMenu(menuName="ScriptableObjects/Objectives/Assassinate")] public class Assassinate :...
4662a3d4917d1b0ed2154e343db60aba5bec5f64
Fixed unused variable warning
Fixed unused variable warning
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/HelperMethods.cs
mit
1,592,941,196
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
642b2ba3f71f15f5a96a4bca1261b5a8b058a256
Else part of if statements can be null
Else part of if statements can be null
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/ParseProcesses/ParseProcessesStatement.cs
mit
1,592,941,086
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with statements public partial class ParseProcesses { /// <summary> /// Processes a sin...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with statements public partial class ParseProcesses { /// <summary> /// Processes a sin...
9db185f78d8ad1fcf8945e1d22e11ffcbd76c21b
Wrong SyntaxKind for SyntaxFactory
Wrong SyntaxKind for SyntaxFactory
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/ParseProcesses/ParseProcessesStatement.cs
mit
1,592,940,904
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with statements public partial class ParseProcesses { /// <summary> /// Processes a sin...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with statements public partial class ParseProcesses { /// <summary> /// Processes a sin...
8aa7735802ee9d0faef602df7c1d0fe6ab309e16
Remove separate thread
Remove separate thread
xPaw/SteamWebPipes
SteamWebPipes/Bootstrap.cs
mit
1,592,940,737
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Timers; using Fleck; using Newtonsoft.Json; using SteamWebPipes.Events; using Timer = System.Timers.Timer; namespace SteamWebPipes { interna...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Timers; using Fleck; using Newtonsoft.Json; using SteamWebPipes.Events; using Timer = System.Timers.Timer; namespace SteamWebPipes { interna...
6149cd69b5a8a5fb53a731103a75f851c25b8a10
Fixed compilation with old compiler versions
Fixed compilation with old compiler versions
AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,...
src/Avalonia.X11/XI2Manager.cs
mit
1,592,940,540
using System; using System.Collections.Generic; using System.Linq; using Avalonia.Input; using Avalonia.Input.Raw; using static Avalonia.X11.XLib; namespace Avalonia.X11 { unsafe class XI2Manager { private static readonly XiEventType[] DefaultEventTypes = new XiEventType[] { XiEvent...
using System; using System.Collections.Generic; using System.Linq; using Avalonia.Input; using Avalonia.Input.Raw; using static Avalonia.X11.XLib; namespace Avalonia.X11 { unsafe class XI2Manager { private static readonly XiEventType[] DefaultEventTypes = new XiEventType[] { XiEvent...
0249f51a89ac42456c3b8b2b6e630359dc6abbf0
Add CRUD Tests for Node endpoint and TestOrg variable
Add CRUD Tests for Node endpoint and TestOrg variable
jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean
Tests/API/ApiTests.cs
apache-2.0
1,592,939,643
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
62aac8e516be2bbdc267d7072bc36ba151dd5146
Addition of Node endpoint functions for CRUD
Addition of Node endpoint functions for CRUD
jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,AlexCatarino/Lean,JKarathiya/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,QuantConnect/Lean
Api/Api.cs
apache-2.0
1,592,939,609
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * 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...
262b8ce98607cf0557621d486b928278efcf83e4
SecurityTrie. Patricia algo usage.
SecurityTrie. Patricia algo usage.
StockSharp/StockSharp
Algo/SecurityTrie.cs
apache-2.0
1,592,939,251
#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...
8928cd015ba617efb4020a4faf25b6edcf061005
The DefaultMessageBroker orders the routers upon startup.
The DefaultMessageBroker orders the routers upon startup.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Messaging/Distributed/DefaultMessageBroker.cs
mit
1,592,938,394
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultMessageBroker.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultMessageBroker.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
febe6e0e1b2a1a85ee2872def2334b5d1dbd09f2
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3436.20200623184909-master-ec9b698
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,938,273
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "ec9b698b71de9d7b507d5b480b2284ad4587eb31"; public static string Version = "1.5"; public static string Build = "3436"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "b944284764c01ea53fff12bdcd5e98b75a70583a"; public static string Version = "1.5"; public static string Build = "3435"; ...
7925fc5238cbcfe2617b9abe0c893fc40a243c30
Support smart quotes.
Support smart quotes.
ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET
SimpSim.NET/Assembly/StringLiteralSyntax.cs
mit
1,592,938,218
using System.Collections.Generic; using System.Linq; namespace SimpSim.NET { internal static class StringLiteralSyntax { public static bool TryParse(string input, out string stringLiteral) { if (input.Length > 1) { foreach (var (leftQuote, rightQuote) in...
using System.Collections.Generic; using System.Linq; namespace SimpSim.NET { internal static class StringLiteralSyntax { public static bool TryParse(string input, out string stringLiteral) { if (input.Length > 1) { foreach (var (leftQuote, rightQuote) in...
ff18e6998ace779924aa103bcf7b19385f2a7b0c
ExpandoBase is now case insensitive if the underlying dictionary is case insensitive. Additionaly TryGetPropertyInfo and tryGetMethodInfo can be overridden to provide the desired behavior. Also, InnerDictionary is now a protected member.
ExpandoBase is now case insensitive if the underlying dictionary is case insensitive. Additionaly TryGetPropertyInfo and tryGetMethodInfo can be overridden to provide the desired behavior. Also, InnerDictionary is now a protected member.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Dynamic/ExpandoBase.cs
mit
1,592,938,178
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ExpandoBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project ro...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ExpandoBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project ro...
4c4f03d4449064459a9726d2ffa3d7641a0e2a69
Update FilePickerActivity.android.cs
Update FilePickerActivity.android.cs
jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows
src/Plugin.FilePicker/Android/FilePickerActivity.android.cs
mit
1,592,937,691
using Android.App; using Android.Content; using Android.OS; using Android.Provider; using Android.Runtime; using Plugin.FilePicker.Abstractions; using System; using System.IO; using System.Linq; using System.Net; using Android; using Android.Content.PM; namespace Plugin.FilePicker { /// <summary> /// Activity ...
using Android.App; using Android.Content; using Android.OS; using Android.Provider; using Android.Runtime; using Plugin.FilePicker.Abstractions; using System; using System.IO; using System.Linq; using System.Net; using Android; using Android.Content.PM; namespace Plugin.FilePicker { /// <summary> /// Activity ...
0d23fb73c19863ecb03aa99c9bb9e0b92991d6a4
If activity was killed by the system, it should not present picker again
If activity was killed by the system, it should not present picker again
jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows
src/Plugin.FilePicker/Android/FilePickerActivity.android.cs
mit
1,592,937,691
using Android.App; using Android.Content; using Android.OS; using Android.Provider; using Android.Runtime; using Plugin.FilePicker.Abstractions; using System; using System.IO; using System.Linq; using System.Net; using Android; using Android.Content.PM; namespace Plugin.FilePicker { /// <summary> /// Activity ...
using Android.App; using Android.Content; using Android.OS; using Android.Provider; using Android.Runtime; using Plugin.FilePicker.Abstractions; using System; using System.IO; using System.Linq; using System.Net; using Android; using Android.Content.PM; namespace Plugin.FilePicker { /// <summary> /// Activity ...
76f761f6ed81ef664cb07ff4bce616480fa4b6cc
bug fix: converter builder should always return new converter
bug fix: converter builder should always return new converter
OBeautifulCode/OBeautifulCode.AccountingTime
OBeautifulCode.AccountingTime.Serialization.Json/AccountingTimeJsonSerializationConfiguration.cs
mit
1,592,936,494
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AccountingTimeJsonSerializationConfiguration.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AccountingTimeJsonSerializationConfiguration.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ------------------------...
4f0afc78528416b00ef2b7007a520f668ceea343
optimize WriteRawTag
optimize WriteRawTag
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,936,253
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
48200745c00b7681536ee66c657fa4cfa04e1f1d
Improve generation of verification keys.
Improve generation of verification keys.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Verification/Common/VerificationKeyManager.cs
mit
1,592,935,506
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using Mitternacht.Common.Collections; namespace Mitternacht.Modules.Verification.Common { public class VerificationKeyManager { private static readonly RandomNumberGenerator _random = RandomNumberGenerator.Create(...
using System; using System.Collections.Generic; using System.Linq; using Mitternacht.Common.Collections; namespace Mitternacht.Modules.Verification.Common { public class VerificationKeyManager { private static readonly Random _random = new Random(); private static readonly ConcurrentHashSet<VerificationKey> _veri...
bbf969ac4ecf4f2f4ec2446f348395e02ccbef25
Removed UAT Test for removed microservices page
Removed UAT Test for removed microservices page
Red-Folder/red-folder.com,Red-Folder/red-folder.com,Red-Folder/red-folder.com
tests/Red-Folder.Tests.Acceptance/PageTests.cs
mit
1,592,935,385
using Red_Folder.Tests.Acceptance.Helpers; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace Red_Folder.Tests.Acceptance { public class PageTests { [Fact] public void Going_to_the_homepage_is_valid() ...
using Red_Folder.Tests.Acceptance.Helpers; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace Red_Folder.Tests.Acceptance { public class PageTests { [Fact] public void Going_to_the_homepage_is_valid() ...
febd43e50fa3f45c7c1e2e2aab57423a0311c53e
Bugfix: timestamp as 32bit integer (#916)
Bugfix: timestamp as 32bit integer (#916) 32bit signed integer will overflow in year 2038
sendgrid/sendgrid-csharp,sendgrid/sendgrid-csharp,dubrovkinmaxim/sendgrid-csharp,dubrovkinmaxim/sendgrid-csharp
src/SendGrid/Helpers/Mail/SendGridMessage.cs
mit
1,592,934,807
// <copyright file="SendGridMessage.cs" company="Twilio SendGrid"> // Copyright (c) Twilio SendGrid. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using Newtonsoft.Json; using SendGrid.Helpers.Mail.Model; using System; using ...
// <copyright file="SendGridMessage.cs" company="Twilio SendGrid"> // Copyright (c) Twilio SendGrid. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using Newtonsoft.Json; using SendGrid.Helpers.Mail.Model; using System; using ...
b55002a15fac0e211f91c97449bcc9b4bbf80d7a
Added explicit check for iOS version
Added explicit check for iOS version
ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,592,932,965
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
5e734d2bf47b87c7a9dd95be05183bcfae1eb26d
Changed pending right click events to be stored via set
Changed pending right click events to be stored via set
ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fram...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,592,932,534
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
02690b3eadfa69586b277495fced314d5d2fab12
Fixed Group Change Flag 🚧
Fixed Group Change Flag 🚧
dimmpixeye/Unity3dTools
Runtime/LibEcs/GroupCore.cs
mit
1,592,930,423
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Threading; using Unity.IL2CPP.CompilerServices; using UnityEngine.Scripting; namespace Pixeye.Actors { [Flags] public enum O...
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Threading; using Unity.IL2CPP.CompilerServices; using UnityEngine.Scripting; namespace Pixeye.Actors { [Flags] public enum O...
595a22c2133818176ea7448daa95a07693d55f1d
bug fix: value types were being considered as hierarchy participating types
bug fix: value types were being considered as hierarchy participating types
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization.Json/SerializationConfiguration/JsonSerializationConfigurationBase/JsonSerializationConfigurationBase.Static.cs
mit
1,592,930,291
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="JsonSerializationConfigurationBase.Static.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ---------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="JsonSerializationConfigurationBase.Static.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ---------------------------...
ae541bbdabe0d43e8ec3402affb63d63f31e8ee1
Balance stunbaton. Now it has a different stun chance depending on whether the other mob is slowed down or not.
Balance stunbaton. Now it has a different stun chance depending on whether the other mob is slowed down or not.
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,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Weapon/Melee/StunbatonComponent.cs
mit
1,592,930,148
using System.Collections.Generic; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.Components.Power; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Shared.Audio; using Content.Shared.GameObjects; using Content.Shared.Interfac...
using System.Collections.Generic; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.Components.Power; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Shared.Audio; using Content.Shared.GameObjects; using Content.Shared.Interfac...
4effa96063e95019a15cf6f775f4f9a8dc94f5cb
Suppress script errors in EDSM UC
Suppress script errors in EDSM UC
EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,klightspeed/EDDiscovery
EDDiscovery/UserControls/ScansStars/UserControlEDSM.Designer.cs
apache-2.0
1,592,929,873
/* * Copyright © 2016 - 2017 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright © 2016 - 2017 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
d9d8073f64a46619a4d323528b2b32b8b3f69959
Update DiscordWebhookMessage.cs
Update DiscordWebhookMessage.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,929,689
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
a3fe36b8a5d6194983900f5414b1733910269a40
Fixed memory tests broken by Moq
Fixed memory tests broken by Moq
jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avaloni...
tests/Avalonia.LeakTests/ControlTests.cs
mit
1,592,928,115
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Remoting.Contexts; using Avalonia.Controls; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Diagnostics; using Avalonia.Input; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; u...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Remoting.Contexts; using Avalonia.Controls; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Diagnostics; using Avalonia.Input; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; u...
4df97efb2b9578a4cb0e814e88af9b992df8d15e
CHG - Aggiunta la descrizione della sede di partenza di un mezzo nella notifica su MeMo
CHG - Aggiunta la descrizione della sede di partenza di un mezzo nella notifica su MeMo
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/ConfermaPartenze/ConfermaPartenzeNotification.cs
agpl-3.0
1,592,927,692
//----------------------------------------------------------------------- // <copyright file="ConfermaPartenzeNotification.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
//----------------------------------------------------------------------- // <copyright file="ConfermaPartenzeNotification.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
5ae1553275e11272f9119a94130f8a97d3f6c481
Add - Aggiunta la sede di appartenenza alla notifica della partenza di un mezzo
Add - Aggiunta la sede di appartenenza alla notifica della partenza di un mezzo
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/ConfermaPartenze/ConfermaPartenzeNotification.cs
agpl-3.0
1,592,927,579
//----------------------------------------------------------------------- // <copyright file="ConfermaPartenzeNotification.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
//----------------------------------------------------------------------- // <copyright file="ConfermaPartenzeNotification.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
791e43b5e26109a455e1524f6c7a1d1684ea4340
Refactor StringLiteralSyntax to eventually allow for more types of quotes.
Refactor StringLiteralSyntax to eventually allow for more types of quotes.
ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET
SimpSim.NET/Assembly/StringLiteralSyntax.cs
mit
1,592,927,480
using System.Collections.Generic; using System.Linq; namespace SimpSim.NET { internal static class StringLiteralSyntax { public static bool TryParse(string input, out string stringLiteral) { if (input.Length > 1) { foreach (var (leftQuote, rightQuote) in...
using System.Linq; namespace SimpSim.NET { internal static class StringLiteralSyntax { public static bool TryParse(string input, out string stringLiteral) { const char doubleQuote = '"'; const char singleQuote = '\''; if (input.Length > 1) { ...
a79837c7e293052fdf3a974e4c91c07b870abf82
Add - Notifica della partenza su MeMo
Add - Notifica della partenza su MeMo
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/ConfermaPartenze/ConfermaPartenzeNotification.cs
agpl-3.0
1,592,926,758
//----------------------------------------------------------------------- // <copyright file="ConfermaPartenzeNotification.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
//----------------------------------------------------------------------- // <copyright file="ConfermaPartenzeNotification.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
2f169816389df3de23fd021b05f5e31befd85cb7
optimize WriteVarint64
optimize WriteVarint64
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,926,720
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
fcfa1db536b62a2bde5cab28625e9b1879c88cff
Fix: redirect to index.html in proxy environments with RoutePrefix set to an empty string
Fix: redirect to index.html in proxy environments with RoutePrefix set to an empty string
domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy,domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore
src/Swashbuckle.AspNetCore.SwaggerUI/SwaggerUIMiddleware.cs
mit
1,592,926,064
using System.Reflection; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Linq; using System.Text; using System.Collections.Generic; using System.IO; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Loggi...
using System.Reflection; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Linq; using System.Text; using System.Collections.Generic; using System.IO; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Loggi...
a41ebf1019bbc72052e522aada0e6c3b190149eb
disable links and \
disable links and \
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,926,031
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
9d53fadcac83f79b24f47b49a5a1489f917d556d
optimize WriteVarint32
optimize WriteVarint32
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,925,801
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
c70473f762a86f02d57f3ed9396aedbf7e886c60
Break failing test into working & non-working parts
Break failing test into working & non-working parts
auth0/auth0.net,auth0/auth0.net
tests/Auth0.ManagementApi.IntegrationTests/StatsTests.cs
mit
1,592,924,424
using System; using System.Threading.Tasks; using FluentAssertions; using Xunit; using Auth0.Tests.Shared; using System.Linq; namespace Auth0.ManagementApi.IntegrationTests { public class StatsTests : TestBase { [Fact] public async Task Daily_Stats_Returns_Values() { string...
using System; using System.Threading.Tasks; using FluentAssertions; using Xunit; using Auth0.Tests.Shared; namespace Auth0.ManagementApi.IntegrationTests { public class StatsTests : TestBase { [Fact(Skip = "Inactivity causes these to fail")] public async Task Test_stats_sequence() { ...
259529fbcde9307680c86bc0e8b984b4c3ccfe56
Added unit test for not laying out invisible toplevel.
Added unit test for not laying out invisible toplevel.
grokys/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Aval...
tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
mit
1,592,924,261
using System.Collections.Generic; using System.Linq; using Avalonia.Controls; using Xunit; namespace Avalonia.Layout.UnitTests { public class LayoutManagerTests { [Fact] public void Measures_And_Arranges_InvalidateMeasured_Control() { var control = new LayoutTestControl(); ...
using System.Collections.Generic; using System.Linq; using Avalonia.Controls; using Xunit; namespace Avalonia.Layout.UnitTests { public class LayoutManagerTests { [Fact] public void Measures_And_Arranges_InvalidateMeasured_Control() { var control = new LayoutTestControl(); ...
3d1a1cdc401fa8f79079aad3376b65f30ab6788d
Skip unreliable stats test
Skip unreliable stats test
auth0/auth0.net,auth0/auth0.net
tests/Auth0.ManagementApi.IntegrationTests/StatsTests.cs
mit
1,592,924,179
using System; using System.Threading.Tasks; using FluentAssertions; using Xunit; using Auth0.Tests.Shared; namespace Auth0.ManagementApi.IntegrationTests { public class StatsTests : TestBase { [Fact(Skip = "Inactivity causes these to fail")] public async Task Test_stats_sequence() { ...
using System; using System.Threading.Tasks; using FluentAssertions; using Xunit; using Auth0.Tests.Shared; namespace Auth0.ManagementApi.IntegrationTests { public class StatsTests : TestBase { [Fact] public async Task Test_stats_sequence() { string token = await GenerateMan...
9ca0877db1b873c14666709ebf844abf13eb8243
optimize WriteRawBytes
optimize WriteRawBytes
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,924,143
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
536a2f7c6220d549b4dbfdf20ec792080a39e541
Check correct root in invalidation calls.
Check correct root in invalidation calls.
jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grok...
src/Avalonia.Layout/LayoutManager.cs
mit
1,592,923,574
using System; using System.Diagnostics; using Avalonia.Logging; using Avalonia.Threading; #nullable enable namespace Avalonia.Layout { /// <summary> /// Manages measuring and arranging of controls. /// </summary> public class LayoutManager : ILayoutManager { private readonly ILayoutRoot _o...
using System; using System.Diagnostics; using Avalonia.Logging; using Avalonia.Threading; #nullable enable namespace Avalonia.Layout { /// <summary> /// Manages measuring and arranging of controls. /// </summary> public class LayoutManager : ILayoutManager { private readonly ILayoutRoot _o...
6afd469fe0b566784c70b0e94c6f4d0d3ff04a57
optimize WriteFixed32 and WriteFixed64
optimize WriteFixed32 and WriteFixed64
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,923,561
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
68e549140fe588a96c52c30bad200b33fe43e800
Fixes a bug where health checks were being serialized incorrectly.
Fixes a bug where health checks were being serialized incorrectly.
structurizr/dotnet
Structurizr.Core/Model/HttpHealthCheck.cs
apache-2.0
1,592,923,420
using System; using System.Collections.Generic; using System.Runtime.Serialization; namespace Structurizr { /// <summary> /// Represents a HTTP-based health check. /// </summary> [DataContract] public sealed class HttpHealthCheck : IEquatable<HttpHealthCheck> { /// <summary> ...
using System; using System.Collections.Generic; using System.Runtime.Serialization; namespace Structurizr { /// <summary> /// Represents a HTTP-based health check. /// </summary> public sealed class HttpHealthCheck : IEquatable<HttpHealthCheck> { /// <summary> /// A name for the ...
321b67efd485e8ce061f768ad656b1f39c786454
remove password type input on passphrase
remove password type input on passphrase
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Models/WalletViewModels/SignWithSeedViewModel.cs
mit
1,592,923,264
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using NBitcoin; namespace BTCPayServer.Models.WalletViewModels { public class SignWithSeedViewModel { public SigningContextModel SigningContext { get; set; } = new SigningContextModel(); [Required] ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using NBitcoin; namespace BTCPayServer.Models.WalletViewModels { public class SignWithSeedViewModel { public SigningContextModel SigningContext { get; set; } = new SigningContextModel(); [Required] ...
03d6eba3f0fb90926bb8266c0ddb2410caf914c8
fix totp prefix protocol mistake
fix totp prefix protocol mistake
oelite/RESTme
OElite.Restme.Utils/TotpEncrypt.cs
mit
1,592,922,953
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
d451bb36b52a236acbae9a0c6b2fbad7cfaf4452
Use exception instead of an assert.
Use exception instead of an assert.
wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,jkoritzin...
src/Avalonia.Base/Data/Core/PropertyAccessorNode.cs
mit
1,592,922,808
using System; using System.Diagnostics; using Avalonia.Data.Core.Plugins; namespace Avalonia.Data.Core { public class PropertyAccessorNode : SettableNode { private readonly bool _enableValidation; private IPropertyAccessor _accessor; public PropertyAccessorNode(string propertyName, boo...
using System; using System.Diagnostics; using Avalonia.Data.Core.Plugins; namespace Avalonia.Data.Core { public class PropertyAccessorNode : SettableNode { private readonly bool _enableValidation; private IPropertyAccessor _accessor; public PropertyAccessorNode(string propertyName, boo...
25964e39e04d42030428760e4263350dde4fdb8b
Fix missing rowid test in UserControlModules
Fix missing rowid test in UserControlModules
EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery
EDDiscovery/UserControls/CurrentState/UserControlModules.cs
apache-2.0
1,592,922,752
/* * Copyright © 2016 - 2020 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright © 2016 - 2020 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
17a4b181a0fc8b22de5aac960591abb9372bdbcd
optimize WriteString
optimize WriteString
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,922,689
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
3f22f39926d963942b8a1126d13dbbaaa4256426
throw exception here
throw exception here
splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net
IPTables.Net/Iptables/IpSet/IpSetEntry.cs
apache-2.0
1,592,922,577
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net.Sockets; using System.Reflection.Emit; using System.Text; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.DataTypes; using IPTables.Net.Iptables.IpSet.Parser; using IPTables.Net.Supporting; namespa...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net.Sockets; using System.Reflection.Emit; using System.Text; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.DataTypes; using IPTables.Net.Iptables.IpSet.Parser; using IPTables.Net.Supporting; namespa...
03f48fd8b0d25c389bb611cc3a28d0a3f0a1eb45
(maint) Changed to literate system color
(maint) Changed to literate system color
codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe
Source/Codecov/Logging/LogConfiguration.cs
mit
1,592,922,522
using System.Diagnostics; using Codecov.Program; using Serilog; using Serilog.Events; using Serilog.Sinks.SystemConsole.Themes; namespace Codecov.Logging { internal static class LogConfiguration { private const string ConsoleFullTemplate = "[{Level:u3}] " + ConsoleInfoTemplate; private const st...
using System.Diagnostics; using Codecov.Program; using Serilog; using Serilog.Events; using Serilog.Sinks.SystemConsole.Themes; namespace Codecov.Logging { internal static class LogConfiguration { private const string ConsoleFullTemplate = "[{Level:u3}] " + ConsoleInfoTemplate; private const st...
d3557cab21942de66bcb9bc60123be80dfe5b0b2
WriteFloat improvements
WriteFloat improvements
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,922,349
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
1d51a77690b956f593a955d4771f64c6e3c4a4ea
Fix multipart boolean form casing
Fix multipart boolean form casing
auth0/auth0.net,auth0/auth0.net
src/Auth0.ManagementApi/HttpClientManagementConnection.cs
mit
1,592,922,304
using Auth0.Core.Exceptions; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; namespace Auth0.ManagementApi { /// <summary> /// Implements <see cref="IManagementConne...
using Auth0.Core.Exceptions; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; namespace Auth0.ManagementApi { /// <summary> /// Implements <see cref="IManagementConne...
a61fd089c9c8f9576c9792596b6da0e5f33575c1
Problematic with Time machine
Problematic with Time machine
signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework
Signum.Engine/Connection/Connector.cs
mit
1,592,921,381
using System; using System.Data; using Signum.Utilities; using Signum.Engine.Maps; using System.IO; using System.Data.Common; using System.Linq.Expressions; using Signum.Entities; using Signum.Utilities.Reflection; using System.Reflection; using System.Threading.Tasks; using System.Threading; using System.D...
using System; using System.Data; using Signum.Utilities; using Signum.Engine.Maps; using System.IO; using System.Data.Common; using System.Linq.Expressions; using Signum.Entities; using Signum.Utilities.Reflection; using System.Reflection; using System.Threading.Tasks; using System.Threading; using System.D...
0c8096854a71832534305b6bc5fbae5d1db20b3c
qrcode generator for Totp compatibility
qrcode generator for Totp compatibility Signed-off-by: Lida Weng <2c6e0bc08d736cd6da77b2b96996bd3c4466e0ea@webcider.com>
oelite/RESTme
OElite.Restme.Utils/TotpEncrypt.cs
mit
1,592,921,129
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
947cc3fbab718852fb39322605c7e33dcf3a7cf8
minor modifications
minor modifications
MSyics/Cacheyi
MSyics.Cacheyi/CacheStore.cs
mit
1,592,921,115
using MSyics.Cacheyi.Monitoring; using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; namespace MSyics.Cacheyi { /// <summary> /// 要素を保持します。 /// </summary> /// <typeparam name="TKeyed">要素のキーを保有する型</ty...
using MSyics.Cacheyi.Monitoring; using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; namespace MSyics.Cacheyi { /// <summary> /// 要素を保持します。 /// </summary> /// <typeparam name="TKeyed">要素のキーを保有する型</ty...
ead2809b293fb3dba677440e5f0f7c71ea0fce39
[VsIntegration] Fix for types that start with the global:: prefix. Fixes #213
[VsIntegration] Fix for types that start with the global:: prefix. Fixes #213
X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic
VisualStudio/XSharpCodeDomProvider/XCodeTypes.cs
apache-2.0
1,592,920,704
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using System.CodeDom; using System.Diagnostics; using XSharpModel; namespace XSharp.CodeDom { /// <summary> /// Enhanced Type reference wi...
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using System.CodeDom; using System.Diagnostics; using XSharpModel; namespace XSharp.CodeDom { /// <summary> /// Enhanced Type reference wi...
5522d4aa170e9d7f77fb91d844883aedc6b19cf4
ultimate fix
ultimate fix Signed-off-by: Lida Weng <2c6e0bc08d736cd6da77b2b96996bd3c4466e0ea@webcider.com>
oelite/RESTme
OElite.Restme.Utils/TotpEncrypt.cs
mit
1,592,920,686
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
cec27eb3bb1206f8ba11ff418b91202645d731bd
OrderBookIncrementBuilder. Fix non incremental mode.
OrderBookIncrementBuilder. Fix non incremental mode.
StockSharp/StockSharp
Algo/OrderBookIncrementBuilder.cs
apache-2.0
1,592,920,577
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Order book builder, used incremental <see cref="QuoteChangeMessage"/>. /// </summary>...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Order book builder, used incremental <see cref="QuoteChangeMessage"/>. /// </summary>...
5908bfc93e14901fd9f1e5ecd00b40fd94af7ec6
fix base 32 encoding url
fix base 32 encoding url
oelite/RESTme
OElite.Restme.Utils/TotpEncrypt.cs
mit
1,592,920,429
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
210461a49f6f5fbaedce330425ccdfdabd52957d
Update GRS dns seed mainnet and testnet
Update GRS dns seed mainnet and testnet
NicolasDorier/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin
NBitcoin.Altcoins/Groestlcoin.cs
mit
1,592,919,731
using NBitcoin.DataEncoders; using System.Linq; using System; using System.Collections.Generic; using System.Reflection; using System.Text; using NBitcoin.Altcoins.GroestlcoinInternals; using NBitcoin.Protocol; using NBitcoin.Crypto; namespace NBitcoin.Altcoins { public class Groestlcoin : NetworkSetBase { public...
using NBitcoin.DataEncoders; using System.Linq; using System; using System.Collections.Generic; using System.Reflection; using System.Text; using NBitcoin.Altcoins.GroestlcoinInternals; using NBitcoin.Protocol; using NBitcoin.Crypto; namespace NBitcoin.Altcoins { public class Groestlcoin : NetworkSetBase { public...
1f56e5e2a4a3bacea521702b05e717bd2b494ed4
remove AggressiveInlining attribute from WritingPrimitives.cs
remove AggressiveInlining attribute from WritingPrimitives.cs
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,592,919,639
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...