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
1206d59ed7e775690583789dcf8f7a85cf7ad03b
Replaced deprecated duringSceneUi in 2019.3 or newer
Replaced deprecated duringSceneUi in 2019.3 or newer
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Editor/Matrix/MatrixCheckEditor.cs
agpl-3.0
1,587,208,809
using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; public class MatrixCheckEditor : EditorWindow { private SceneView currentSceneView; private int tab = 0; private string[] tabHeaders = { "Matrix", "Meta Data" }; private BasicView[] tabs = { new MetaTileMapView(), ...
using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; public class MatrixCheckEditor : EditorWindow { private SceneView currentSceneView; private int tab = 0; private string[] tabHeaders = { "Matrix", "Meta Data" }; private BasicView[] tabs = { new MetaTileMapView(), ...
4febaf9e08f5757f4872ffc2cdcc8fcecad9fc84
PDO attributes lazily set
PDO attributes lazily set
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/PDO/Peachpie.Library.PDO/PDO.Attribute.cs
apache-2.0
1,587,208,808
#nullable enable using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Peachpie.Library.PDO { partial class PDO { /// <summary> /// Lazily initialized set of explicitly set attributes. /// ...
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Peachpie.Library.PDO { partial class PDO { /// <summary> /// Lazily initialized set of explicitly set attributes. /// If not specified, ...
b0a0d5b3b2274ac32fc74dc81b5c145b5c677511
add missing using
add missing using
linq2db/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db
Tests/Linq/Data/DataConnectionTests.cs
mit
1,587,208,483
using System; using System.Collections.Concurrent; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using LinqToDB; using LinqToDB.Data; using LinqToDB.DataProvider; using LinqToDB.DataProvider.DB2; using LinqToDB.DataProvider.SqlServer; namespace Te...
using System; using System.Collections.Concurrent; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using LinqToDB; using LinqToDB.Data; using LinqToDB.DataProvider; using LinqToDB.DataProvider.DB2; using LinqToDB.DataProvider.SqlServer; namespace Te...
3feae062fb828558746f968017419f13536d10f3
ATTR_STRINGIFY_FETCHES cleanup
ATTR_STRINGIFY_FETCHES cleanup
iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept
src/PDO/Peachpie.Library.PDO/PDO.Attribute.cs
apache-2.0
1,587,208,366
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Peachpie.Library.PDO { partial class PDO { /// <summary> /// Lazily initialized set of explicitly set attributes. /// If not specified, ...
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Peachpie.Library.PDO { partial class PDO { /// <summary> /// Lazily initialized set of explicitly set attributes. /// If not specified, ...
14be6a56ed34ceb5f73de8cade8bf3fc60cf9a6a
fix tests on CI
fix tests on CI
linq2db/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,LinqToDB4iSeries/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,linq2db/linq2db,linq2db/linq2db,MaceWindu/linq2db
Tests/Linq/Data/DataConnectionTests.cs
mit
1,587,206,933
using System; using System.Collections.Concurrent; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using LinqToDB; using LinqToDB.Data; using LinqToDB.DataProvider; using LinqToDB.DataProvider.DB2; using LinqToDB.DataProvider.SqlServer; namespace Te...
using System; using System.Collections.Concurrent; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using LinqToDB; using LinqToDB.Data; using LinqToDB.DataProvider; using LinqToDB.DataProvider.DB2; using LinqToDB.DataProvider.SqlServer; namespace Te...
73cb59e9a2f860e3ff5c4b5be4975bb7c2160d00
Load models based on their name rather than their index position .
Load models based on their name rather than their index position .
tigrouind/AITD-roomviewer
Assets/Scripts/Model/ModelLoader.cs
mit
1,587,206,875
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 ...
a2aa5aa47085a338e5940b4ae32c82d9038a406a
Add not null validation to version field
Add not null validation to version field
SRoddis/Mongo.Migration,SRoddis/Mongo.Migration
Mongo.Migration/Services/VersionService.cs
mit
1,587,206,793
using System; using System.Collections.Generic; using System.Linq; using Mongo.Migration.Documents; using Mongo.Migration.Documents.Locators; using Mongo.Migration.Exceptions; using Mongo.Migration.Migrations; using Mongo.Migration.Migrations.Locators; using Mongo.Migration.Startup; using MongoDB.Bson; namespace Mongo...
using System; using System.Collections.Generic; using System.Linq; using Mongo.Migration.Documents; using Mongo.Migration.Documents.Locators; using Mongo.Migration.Exceptions; using Mongo.Migration.Migrations; using Mongo.Migration.Migrations.Locators; using Mongo.Migration.Startup; using MongoDB.Bson; namespace Mongo...
d34fcaf82afe4513b0c68deec8c910e662c1db16
Fix for sov structures parse issue
Fix for sov structures parse issue
Slazanger/SMT,Slazanger/SMT
EVEData/System.cs
mit
1,587,206,694
//----------------------------------------------------------------------- // System //----------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Xml.Serialization; namespace SMT.EVEData { /// <summary> /// Represents the act...
//----------------------------------------------------------------------- // System //----------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Xml.Serialization; namespace SMT.EVEData { /// <summary> /// Represents the act...
554089c81043615e2b1ae31730f8f4e64245f820
Remove debug exception
Remove debug exception
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Plugins/OriginLibrary/OriginLibrary.cs
mit
1,587,206,392
using Microsoft.Win32; using Newtonsoft.Json; using OriginLibrary.Models; using OriginLibrary.Services; using Playnite; using Playnite.Common; using Playnite.SDK; using Playnite.SDK.Models; using Playnite.SDK.Plugins; using System; using System.Collections.Generic; using System.IO; using System.Linq; usin...
using Microsoft.Win32; using Newtonsoft.Json; using OriginLibrary.Models; using OriginLibrary.Services; using Playnite; using Playnite.Common; using Playnite.SDK; using Playnite.SDK.Models; using Playnite.SDK.Plugins; using System; using System.Collections.Generic; using System.IO; using System.Linq; usin...
74a37701de530bab780a605d0242343b25f517eb
Fix Kill date date format handling
Fix Kill date date format handling
nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2
resources/payload-templates/dropper.cs
bsd-3-clause
1,587,206,375
using System; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.Threading; using System.Diagnostics; using System.Runtime.InteropServices; using System.IO; using System.IO.Compression; using System.Collections.Generic; using System.Global...
using System; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.Threading; using System.Diagnostics; using System.Runtime.InteropServices; using System.IO; using System.IO.Compression; using System.Collections.Generic; using System.Global...
296e75a775cf0fc0a417050a30365e908ce2d918
Core - CefEventFlags fix capitalisation of AltGrDown
Core - CefEventFlags fix capitalisation of AltGrDown Was previously AltgrDown Issue #3098
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp/Enums/CefEventFlags.cs
bsd-3-clause
1,587,205,864
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; namespace CefSharp { /// <summary> /// Supported event bit flags. /// </summary> [FlagsAttribute] public enum CefEven...
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; namespace CefSharp { /// <summary> /// Supported event bit flags. /// </summary> [FlagsAttribute] public enum CefEven...
da0aef0c51e56199302580d00b8375f30cccf5f2
Add get divisor method and one unit test
Add get divisor method and one unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionsMath.cs
mit
1,587,205,580
using FonctionsUtiles.Fred.Csharp; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionsMath { #region Math Methods #region Math Methods - Factorial [TestMethod] public void TestMethod...
using FonctionsUtiles.Fred.Csharp; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionsMath { #region Math Methods #region Math Methods - Factorial [TestMethod] public void TestMethod...
075c32ab62f708f5b02afc70824e5adf57454e39
Pre-Selects the item in the Explorer
Pre-Selects the item in the Explorer
mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new
src/DatenMeister.WPF/Forms/Lists/ItemsInExtentList.cs
mit
1,587,205,277
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using Autofac; using DatenMeister.Core.EMOF.Interface.Identifiers; using DatenMeister.Core.EMOF....
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using Autofac; using DatenMeister.Core.EMOF.Interface.Identifiers; using DatenMeister.Core.EMOF....
7854b3c06d80e49ed02505ce45ab5d276337d137
#2767 Properly fix the scan excel output
#2767 Properly fix the scan excel output The thing in there is correct, its the match condition which is wrong. matching only on bodyid. need to match on bodyname to get the right SAA Scan complete
klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery
EDDiscovery/UserControls/ScansStars/UserControlScan.cs
apache-2.0
1,587,205,099
/* * Copyright © 2016 - 2019 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 - 2019 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...
5ce1e68032e7d7cbff6e2102b7df5087be856384
Fix: Some Origin games not starting properly #1742
Fix: Some Origin games not starting properly #1742
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Plugins/OriginLibrary/OriginLibrary.cs
mit
1,587,205,009
using Microsoft.Win32; using Newtonsoft.Json; using OriginLibrary.Models; using OriginLibrary.Services; using Playnite; using Playnite.Common; using Playnite.SDK; using Playnite.SDK.Models; using Playnite.SDK.Plugins; using System; using System.Collections.Generic; using System.IO; using System.Linq; usin...
using Microsoft.Win32; using Newtonsoft.Json; using OriginLibrary.Models; using OriginLibrary.Services; using Playnite; using Playnite.Common; using Playnite.SDK; using Playnite.SDK.Models; using Playnite.SDK.Plugins; using System; using System.Collections.Generic; using System.IO; using System.Linq; usin...
05399b1292868625a172ec052c16b2d5774f0724
[Shader Playground] Fix typos leaving XBOX undefined
[Shader Playground] Fix typos leaving XBOX undefined
sephiroth99/xenia,sephiroth99/xenia,sephiroth99/xenia,sephiroth99/xenia
tools/shader-playground/Editor.cs
bsd-3-clause
1,587,204,381
using Microsoft.Xna.Framework.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Forms; namespace shader_playground { public partial clas...
using Microsoft.Xna.Framework.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Forms; namespace shader_playground { public partial clas...
34ee14050a9e2cb66c1600f05ec65e6174347bfe
Fix binding list formatting in preview
Fix binding list formatting in preview
webprofusion/Certify
src/Certify.Core/Management/PreviewManager.cs
mit
1,587,204,088
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Certify.Models; using Certify.Models.Providers; namespace Certify.Management { public class PreviewManager { /// <summary> /// Generate a list of ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Certify.Models; using Certify.Models.Providers; namespace Certify.Management { public class PreviewManager { /// <summary> /// Generate a list of ...
6131bc9661edeae838c089e3f88eb4e50371ce22
Don't use SNI for bindings with wildcard hostnames
Don't use SNI for bindings with wildcard hostnames
webprofusion/Certify
src/Certify.Core/Management/BindingDeploymentManager.cs
mit
1,587,204,067
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Certify.Management; using Certify.Models; using Certify.Models.Providers; namespace Certify.Core.Management { public class Binding...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Certify.Management; using Certify.Models; using Certify.Models.Providers; namespace Certify.Core.Management { public class Binding...
1a2945dc0832ea5bb4b68e469dec89a9be295afc
#2767 Remove incorrect setting of mapped flag in excel output of scan
#2767 Remove incorrect setting of mapped flag in excel output of scan This flag should be set correctly by the history code. It should not be set here, and by doing that, its presuming you actually mapped the body.
EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery
EDDiscovery/UserControls/ScansStars/UserControlScan.cs
apache-2.0
1,587,204,050
/* * Copyright © 2016 - 2019 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 - 2019 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...
b572ee70f2f6c33518ef2b5b136fdd9385dd1e03
Remove wildcard hostnames from domain candidate list
Remove wildcard hostnames from domain candidate list
webprofusion/Certify
src/Certify.UI/ViewModel/ManagedCertificateViewModel.cs
mit
1,587,204,015
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using System.Windows.Input; using Certify.Locales; using Certify.Models; using Certify.Shared.Utils; using PropertyChanged; namespace Certify.UI.ViewModel ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using System.Windows.Input; using Certify.Locales; using Certify.Models; using Certify.Shared.Utils; using PropertyChanged; namespace Certify.UI.ViewModel ...
da1a36f04287e0e8531b4c20c04a217405688947
Fix binding list formatting in preview
Fix binding list formatting in preview
webprofusion/Certify
src/Certify.UI/Controls/ManagedCertificate/Preview.xaml.cs
mit
1,587,203,993
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Threading.Tasks; using System.Windows.Controls; using Certify.Models; namespace Certify.UI.Controls.ManagedCertificate { /// <summary> /// Interaction logic for Preview.xaml /// </summary...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Threading.Tasks; using System.Windows.Controls; using Certify.Models; namespace Certify.UI.Controls.ManagedCertificate { /// <summary> /// Interaction logic for Preview.xaml /// </summary...
3eb165e8508c4f5ea2d8099977964da70e0e84f7
Ref code cleaning
Ref code cleaning
DanieleScipioni/TestApp
TestAppUWP.AppShell/App.xaml.cs
mit
1,587,203,496
using System; using System.Diagnostics; using TestAppUWP.AppShell.Samples.RootNavigation; using TestAppUWP.Samples.CertTutorial; using Windows.ApplicationModel.Activation; using Windows.UI.Xaml; namespace TestAppUWP.AppShell { sealed partial class App { private RootNavigationViewModel _rootNavigationV...
using System; using TestAppUWP.AppShell.Samples.RootNavigation; using TestAppUWP.Samples.CertTutorial; using Windows.ApplicationModel.Activation; using Windows.UI.Xaml; namespace TestAppUWP.AppShell { sealed partial class App { private RootNavigationViewModel _rootNavigationViewModel; public ...
395e8a4d75fc47819ef69d8f2c58f7698934f44c
#2768 Fix Engineering recipe for surface scanner
#2768 Fix Engineering recipe for surface scanner remove old ones
EDDiscovery/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,klightspeed/EDDiscovery
EliteDangerous/MaterialsCommodities/MaterialRecipesData.cs
apache-2.0
1,587,203,337
/* * Copyright © 2016-2018 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 applicable...
/* * Copyright © 2016-2018 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 applicable...
8850d6f53741dad9fd6cad69befedea992fac511
Remove unused labels
Remove unused labels
lunet-io/scriban,textamina/scriban
src/Scriban/Parsing/Parser.Expressions.cs
bsd-2-clause
1,587,203,255
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Functions; using Scriban.Runtime; using Scriban.Syntax; namespace Scriban.Parsing ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Functions; using Scriban.Runtime; using Scriban.Syntax; namespace Scriban.Parsing ...
e8b11bb86eaa38b5e8e1c4a69c48ab26eefb202c
Sort platforms by pre-release first
Sort platforms by pre-release first
aelij/roslynpad,aelij/roslynpad
src/RoslynPad.Common.UI/PlatformsFactory.cs
apache-2.0
1,587,203,057
using Microsoft.Win32; using NuGet.Versioning; using RoslynPad.UI; using RoslynPad.Utilities; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.IO; using System.Linq; using System.Runtime.InteropServices; namespace RoslynPad { [Export(typeof...
using Microsoft.Win32; using NuGet.Versioning; using RoslynPad.UI; using RoslynPad.Utilities; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.IO; using System.Linq; using System.Runtime.InteropServices; namespace RoslynPad { [Export(typeof...
e717f6799b0148440263e2dedebed28ee22e150b
Ensure to always export ignoredproperties of closed constraint
Ensure to always export ignoredproperties of closed constraint
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFClosedConstraint.cs
apache-2.0
1,587,202,996
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
7401f4edb6a8d0d1606682abaaa32c1013bb2c8f
Corrected typo in ctor comment
Corrected typo in ctor comment
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFClosedConstraint.cs
apache-2.0
1,587,202,680
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
f42eb97d875079ec5866302ed68b989f8fe1f08e
Don't support operations with null in scientific mode
Don't support operations with null in scientific mode
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/ScriptBinaryExpression.cs
bsd-2-clause
1,587,201,954
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Reflection; using System.Collections.Generic; using System.IO; using System.Numerics; using ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Reflection; using System.Collections.Generic; using System.IO; using System.Numerics; using ...
5a7dab4b00b8866915e60052a87c70d67302f790
Don't parse tablerow in scientific mode
Don't parse tablerow in scientific mode
lunet-io/scriban,textamina/scriban
src/Scriban/Parsing/Parser.Statements.Scriban.cs
bsd-2-clause
1,587,201,954
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using Scriban...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using Scriban...
b535409f11406edbc6979f76fc990b3967ff24f7
[Android] Fix library files formatting in vcxproj
[Android] Fix library files formatting in vcxproj
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.cs
apache-2.0
1,587,201,414
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
c0078ee1c37827ff01e27ac0f6cafa0ad78d948c
fix DC cloning tests
fix DC cloning tests
linq2db/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db,MaceWindu/linq2db
Tests/Linq/Data/DataConnectionTests.cs
mit
1,587,200,751
using System; using System.Collections.Concurrent; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using LinqToDB; using LinqToDB.Data; using LinqToDB.DataProvider; using LinqToDB.DataProvider.DB2; using LinqToDB.DataProvider.SqlServer; namespace Te...
using System; using System.Collections.Concurrent; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using LinqToDB; using LinqToDB.Data; using LinqToDB.DataProvider; using LinqToDB.DataProvider.DB2; using LinqToDB.DataProvider.SqlServer; namespace Te...
a66afeeb1f9bbc63e492cf42687c52b5adf29a2f
GetVersion will return default now
GetVersion will return default now
SRoddis/Mongo.Migration,SRoddis/Mongo.Migration
Mongo.Migration/Migrations/Locators/MigrationLocator.cs
mit
1,587,200,493
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using Mongo.Migration.Documents; using Mongo.Migration.Exceptions; using Mongo.Migration.Extensions; using MongoDB.Bson.Serialization.Serializers; namespace Mongo.Migration.Migrations...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using Mongo.Migration.Documents; using Mongo.Migration.Exceptions; using Mongo.Migration.Extensions; using MongoDB.Bson.Serialization.Serializers; namespace Mongo.Migration.Migrations...
02bb671d1551240b40b990adaaf56662be899c51
[Helix] Don't fail fast on ef tool install issues (may be already installed) (#20958)
[Helix] Don't fail fast on ef tool install issues (may be already installed) (#20958)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
eng/helix/content/RunTests/TestRunner.cs
apache-2.0
1,587,200,282
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.CommandLine; using System.IO; using System.IO.Compression; using System.Runtime.InteropServ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.CommandLine; using System.IO; using System.IO.Compression; using System.Runtime.InteropServ...
f9c1f8741f759628ba5ec5f757666e50a1e83641
Add missing number in format
Add missing number in format
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Solution.cs
apache-2.0
1,587,199,751
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
10ae559ab1bd1b5d447dc9810d0365645213e874
Add delete confirmation
Add delete confirmation
DanieleScipioni/TestApp
TestAppUWP.AppShell/Samples/Calendar/CalendarUc.xaml.cs
mit
1,587,199,670
using System; using Windows.ApplicationModel.Appointments; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace TestAppUWP.AppShell.Samples.Calendar { public sealed partial class CalendarUc { private readonly AppointmentCalendarOtherAppWriteAccess[] _appointmentStoreAccessType = ...
using System; using Windows.ApplicationModel.Appointments; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace TestAppUWP.AppShell.Samples.Calendar { public sealed partial class CalendarUc { private readonly AppointmentCalendarOtherAppWriteAccess[] _appointmentStoreAccessType = ...
d25ec86dbc303c362227afc0b3535e6e6ad5a16d
Ref StretchPathIcon with OnApplyTemplate
Ref StretchPathIcon with OnApplyTemplate
DanieleScipioni/TestApp
TestAppUWP.AppShell/Samples/PathButton/StretchPathIcon.cs
mit
1,587,198,783
using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Media; using Windows.UI.Xaml.Shapes; namespace TestAppUWP.AppShell.Samples.PathButton { public class StretchPathIcon : PathIcon { private Path _path; protected override void OnApplyTemplate() { bas...
using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Media; using Windows.UI.Xaml.Shapes; namespace TestAppUWP.Samples.PathButton { public class StretchPathIcon : Windows.UI.Xaml.Controls.PathIcon { private Path _path; public StretchPathIcon() { Load...
0c151760dc4f93f5fccef5f783a90a12c0cdbef0
Rename Close(statement) to Close(node)
Rename Close(statement) to Close(node)
lunet-io/scriban,textamina/scriban
src/Scriban/Parsing/Parser.cs
bsd-2-clause
1,587,197,936
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using Scriban....
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using Scriban....
2c5186902fce8f0c143db7edd65c0e2fcdd9bc2e
Fix parsing of hexa/binary
Fix parsing of hexa/binary
textamina/scriban,lunet-io/scriban
src/Scriban/Parsing/Lexer.cs
bsd-2-clause
1,587,197,671
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compil...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compil...
62d4926f5dd8fead75f600eab204cdbedc590a99
Flip mode when only single page
Flip mode when only single page
Tlaster/iHentai
src/iHentai/ViewModels/ReadingViewModel.cs
mit
1,587,197,625
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Windows.UI.Core; using Windows.UI.Xaml; using Windows.UI.Xaml.Media; using iHentai.Common.Helpers; using Microsoft.Toolkit.H...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Windows.UI.Core; using Windows.UI.Xaml; using Windows.UI.Xaml.Media; using iHentai.Common.Helpers; using Microsoft.Toolkit.H...
da061295ebb738bc27322e6ecc5ba7298405098c
Add SourceSpan.IsEmpty
Add SourceSpan.IsEmpty
lunet-io/scriban,textamina/scriban
src/Scriban/Parsing/SourceSpan.cs
bsd-2-clause
1,587,197,614
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. namespace Scriban.Parsing { /// <summary> /// Defines the precise source location. /// </summary> public struct SourceSpan { ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. namespace Scriban.Parsing { /// <summary> /// Defines the precise source location. /// </summary> public struct SourceSpan { ...
dce9ed6a482f8970d3e1625898c11d6bdd1db552
Add System.Numerics to default namespace for async
Add System.Numerics to default namespace for async
lunet-io/scriban,textamina/scriban
src/Scriban.AsyncCodeGen/Program.cs
bsd-2-clause
1,587,197,535
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAn...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAn...
06b7a239c240f27b56c40ba562fc4071ffa15987
remove usage of WeakEventSource
remove usage of WeakEventSource
tibel/Caliburn.Light
src/Caliburn.Light.Core/Action/BindableCommand.cs
mit
1,587,195,571
using System; using System.ComponentModel; using System.Windows.Input; namespace Caliburn.Light { /// <summary> /// Defines a command that can be data-bound. /// </summary> public abstract class BindableCommand : ICommand, INotifyPropertyChanged { private bool _isExecutableNeedsInvalidatio...
using System; using System.ComponentModel; using System.Windows.Input; namespace Caliburn.Light { /// <summary> /// Defines a command that can be data-bound. /// </summary> public abstract class BindableCommand : ICommand, INotifyPropertyChanged { private readonly WeakEventSource _canExecu...
8f9ab3312478c2f8a755c0783cbd94cd79a92321
skip totpHelperTest
skip totpHelperTest
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
test/WeihanLi.Common.Test/HelpersTest/TotpHelperTest.cs
mit
1,587,194,850
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); private readonly string bizToken = "test_xxx"; [Fact(Skip="TotpHelperTest")] public void...
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); private readonly string bizToken = "test_xxx"; [Fact] public void Test() { ...
c7b2059338375a0cac26e9b35736e44196158d50
#326 Adjusted log level
#326 Adjusted log level
danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator
src/ReportGenerator.Core/Generator.cs
apache-2.0
1,587,194,422
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Microsoft.Extensions.Configuration; using Palmmedia.ReportGenerator.Core.CodeAnalysis; using Palmmedia.ReportGenerator.Core.Common; using Palmmedia.ReportGenerator.Core.Logging; using Palmmedia.ReportGen...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Microsoft.Extensions.Configuration; using Palmmedia.ReportGenerator.Core.CodeAnalysis; using Palmmedia.ReportGenerator.Core.Common; using Palmmedia.ReportGenerator.Core.Logging; using Palmmedia.ReportGen...
f7d793d31b0004ee94cf5075d11d24b4c84a3ac1
skip TotpHelper test with slat
skip TotpHelper test with slat
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
test/WeihanLi.Common.Test/HelpersTest/TotpHelperTest.cs
mit
1,587,193,540
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); private readonly string bizToken = "test_xxx"; [Fact] public void Test() { ...
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); private readonly string bizToken = "test_xxx"; [Fact] public void Test() { ...
2cf650a3f709728e84ea964f4d6137a3a0597f9b
Call _initialize() automatically (#1572)
Call _initialize() automatically (#1572)
AntShares/AntShares
src/neo/SmartContract/InteropService.Contract.cs
mit
1,587,191,870
using Neo.Cryptography.ECC; using Neo.IO; using Neo.Ledger; using Neo.Persistence; using Neo.SmartContract.Manifest; using Neo.SmartContract.Native; using Neo.VM; using Neo.VM.Types; using System; using System.Linq; using Array = Neo.VM.Types.Array; namespace Neo.SmartContract { partial class InteropService { ...
using Neo.Cryptography.ECC; using Neo.IO; using Neo.Ledger; using Neo.Persistence; using Neo.SmartContract.Manifest; using Neo.SmartContract.Native; using Neo.VM; using Neo.VM.Types; using System; using System.Linq; using Array = Neo.VM.Types.Array; namespace Neo.SmartContract { partial class InteropService { ...
b0871902a4b1e38a7374da98c11079ab7435f51c
Fixed an issue with agency_fare_url not being parsed.
Fixed an issue with agency_fare_url not being parsed.
OsmSharp/GTFS,itinero/GTFS
src/GTFS/GTFSReader.cs
mit
1,587,191,544
// The MIT License (MIT) // Copyright (c) 2014 Ben Abelshausen // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, co...
// The MIT License (MIT) // Copyright (c) 2014 Ben Abelshausen // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, co...
7a1a60a6b78b630af9657e4d18dcaeaca8e1df17
Fix dialog title.
Fix dialog title.
effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer
Dev/Editor/Effekseer/GUI/Dock/Recorder.cs
mit
1,587,191,232
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Effekseer.GUI.Dock { class Recorder : DockPanel { int selectedTypeIndex = 0; int selectedAlphaIndex = 0; int selectedStorageTarget = 0; string[] selectedExportTypes = new string[] ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Effekseer.GUI.Dock { class Recorder : DockPanel { int selectedTypeIndex = 0; int selectedAlphaIndex = 0; int selectedStorageTarget = 0; string[] selectedExportTypes = new string[] ...
e4d4f22ddf40cee055f24f10060836216280a780
fixes test
fixes test
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore.Tests/Integration/TargetTests.cs
bsd-2-clause
1,587,191,053
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using DotNet.Cli.Flubu.Infrastructure; using FlubuCore.Context; using FlubuCore.Infrastructure; using FlubuCore.IO.Wrappers; using FlubuCore.Scripting; using FlubuCore.Targeting; using FlubuCore.Tasks; using Microsoft.Extensio...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using DotNet.Cli.Flubu.Infrastructure; using FlubuCore.Context; using FlubuCore.Infrastructure; using FlubuCore.IO.Wrappers; using FlubuCore.Scripting; using FlubuCore.Targeting; using FlubuCore.Tasks; using Microsoft.Extensio...
b1ab44d7624931d3117689b949de6dc31b865bab
Improves tests
Improves tests
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore.WebApi.Tests/ClientTests/ScriptsClientTests.cs
bsd-2-clause
1,587,190,258
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using FlubuCore.WebApi.Client; using FlubuCore.WebApi.Model; using Xunit; namespace FlubuCore.WebApi.Tests.ClientTests { [Collection("Client tests")] public class ScriptsClientTests : ClientBaseTests { ...
using System; using System.Collections.Generic; using System.IO; using System.Net; using FlubuCore.WebApi.Client; using FlubuCore.WebApi.Model; using Xunit; namespace FlubuCore.WebApi.Tests.ClientTests { [Collection("Client tests")] public class ScriptsClientTests : ClientBaseTests { public Script...
b470ce2dad43aae27e7646fa50cd5f69cc9dadf7
fix p2sh test error codes
fix p2sh test error codes
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer.Tests/PayJoinTests.cs
mit
1,587,190,189
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Controllers; using BTCPayServer.Data; using BTCPayServer.Events; using BTCPayServer.Models; using BTCPayServer.Models.InvoicingModels; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Controllers; using BTCPayServer.Data; using BTCPayServer.Events; using BTCPayServer.Models; using BTCPayServer.Models.InvoicingModels; usi...
161850150a5c7e19e3f45fac99bfb80cf7903654
fix p2sh detection input
fix p2sh detection input
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Services/PayjoinClient.cs
mit
1,587,190,189
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using Google.Apis.Http; using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using IHttpClientFactory = System.Net.Http.IHttpClientFactory; n...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using Google.Apis.Http; using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using IHttpClientFactory = System.Net.Http.IHttpClientFactory; n...
514b6959071d14629bdb508b3f29bd54e9643822
fix coin addition for p2sh
fix coin addition for p2sh
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs
mit
1,587,190,189
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using BTCPayServer.Events; using BTCPayServer.Filters; using BTCPayServer.HostedServices; using BTCPayServer.Payments.Bitcoin; using BTCPayServer.Services; using BTCPayServer.Services.Inv...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using BTCPayServer.Events; using BTCPayServer.Filters; using BTCPayServer.HostedServices; using BTCPayServer.Payments.Bitcoin; using BTCPayServer.Services; using BTCPayServer.Services.Inv...
0c5b40df36fde39acadfd88b7e21b487f1a6e170
Add pragma for disabling warning about calling CreateWebHostBuilder
Add pragma for disabling warning about calling CreateWebHostBuilder
thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet
Libraries/src/Amazon.Lambda.AspNetCoreServer/AbstractAspNetCoreFunction.cs
apache-2.0
1,587,189,594
using Amazon.Lambda.AspNetCoreServer.Internal; using Amazon.Lambda.Core; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Gen...
using Amazon.Lambda.AspNetCoreServer.Internal; using Amazon.Lambda.Core; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Gen...
1c2dc073dfed64d5df42609886c0420f36961336
Clarifying comment
Clarifying comment
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Indexing/ColorFieldIndexHandler.cs
bsd-3-clause
1,587,189,414
/* * IndexHandlers are different from IndexProviders. While IndexProviders will store indexed values in the SQL database * to index documents, IndexHandlers will use a text search index provider (e.g. Lucene) to index data. This way the * text search will be executed by the indexing service. */ using Lombiq....
/* * IndexHandlers are different from IndexProviders. While IndexProviders will store indexed values in the SQL database * to index documents these will use a text search index provider (e.g. Lucene) to index data. This way the text search * will be executed by the indexing service. */ using System.Threading...
f731e0976e4a4296a2ac50964c01d09d0823c8e9
search for flubu configuration file at default locations relative to flubu file path.
search for flubu configuration file at default locations relative to flubu file path.
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Commanding/FlubuCommandParser.cs
bsd-2-clause
1,587,188,745
using System; using System.Collections.Generic; using System.IO; using System.Linq; using FlubuCore.IO.Wrappers; using FlubuCore.Scripting; using McMaster.Extensions.CommandLineUtils; namespace FlubuCore.Commanding { public class FlubuCommandParser : IFlubuCommandParser { private static readonly List<s...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using FlubuCore.IO.Wrappers; using FlubuCore.Scripting; using McMaster.Extensions.CommandLineUtils; namespace FlubuCore.Commanding { public class FlubuCommandParser : IFlubuCommandParser { private static readonly List<s...
8a5b7ba1f439a82933e243af7ed4feef87f6efd8
Improve command of FileViewer's "show in Explorer".
Improve command of FileViewer's "show in Explorer".
effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer
Dev/Editor/Effekseer/GUI/Dock/FileViewer.cs
mit
1,587,188,574
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace Effekseer.GUI.Dock { class FileViewer : DockPanel { string currentPath = null; List<FileItem> items = new List<FileItem>(); int selectedIndex = -1; string menuOpenF...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace Effekseer.GUI.Dock { class FileViewer : DockPanel { string currentPath = null; List<FileItem> items = new List<FileItem>(); int selectedIndex = -1; string menuOpenF...
1c96fd47accb1a258b194b4ea1bbb6394dcf09b8
search for script csproj at default locations relative to .flubu path
search for script csproj at default locations relative to .flubu path
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Scripting/Analysis/ProjectFileAnalyzer.cs
bsd-2-clause
1,587,188,009
using System.Collections.Generic; using System.IO; using System.Xml.XPath; using FlubuCore.IO.Wrappers; using Microsoft.Build.Framework; namespace FlubuCore.Scripting.Analysis { public class ProjectFileAnalyzer : IProjectFileAnalyzer { private static readonly List<string> _defaultCsprojLocations = new...
using System.Collections.Generic; using System.IO; using System.Xml.XPath; using FlubuCore.IO.Wrappers; using Microsoft.Build.Framework; namespace FlubuCore.Scripting.Analysis { public class ProjectFileAnalyzer : IProjectFileAnalyzer { private static readonly List<string> _defaultCsprojLocations = new...
7ce62a0ee35067d13e47e2f5f9f2b58078922c26
Fixes tokens not invalidating after a user is disabled
Fixes tokens not invalidating after a user is disabled
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Controllers/UserController.cs
agpl-3.0
1,587,185,907
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgsta...
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgsta...
aef48bdd1774597f44f991a5516c48f548d7a68d
Core - CefEventFlags.AltGrDown Typo
Core - CefEventFlags.AltGrDown Typo Issue #3098
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp/Enums/CefEventFlags.cs
bsd-3-clause
1,587,185,561
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; namespace CefSharp { /// <summary> /// Supported event bit flags. /// </summary> [FlagsAttribute] public enum CefEven...
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; namespace CefSharp { /// <summary> /// Supported event bit flags. /// </summary> [FlagsAttribute] public enum CefEven...
73cd034c76d86340b8539432303e53ddb6bc7ba7
String.Joinの拡張追加
String.Joinの拡張追加
zenuas/Roku,zenuas/Roku
src/Extensions/Lists.cs
mit
1,587,183,233
using System; using System.Collections.Generic; using System.Linq; namespace Extensions { public static class Lists { public static IEnumerable<int> Sequence(int first, int tolerance = 1) { for (; ; first += tolerance) yield return first; } public static IEnumerabl...
using System; using System.Collections.Generic; using System.Linq; namespace Extensions { public static class Lists { public static IEnumerable<int> Sequence(int first, int tolerance = 1) { for (; ; first += tolerance) yield return first; } public static IEnumerabl...
61e3491e603daf0a497ec988318043001a4e068a
Fix hard crash in editor on legacy modes without encoder implementation
Fix hard crash in editor on legacy modes without encoder implementation
smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu
osu.Game/Screens/Edit/EditorChangeHandler.cs
mit
1,587,182,362
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Text; using osu.Framework.Bindables; using osu.Game.Beatmaps.Formats; using osu.Game.Ruleset...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Text; using osu.Framework.Bindables; using osu.Game.Beatmaps.Formats; using osu.Game.Ruleset...
5f48d79f1e65439c488972d773ea7a31b0cc5ca9
Deleteable Where(string sql) bug
Deleteable Where(string sql) bug
sunkaixuan/SqlSugar
Src/Asp.Net/SqlSugar/Abstract/DeleteProvider/DeleteableProvider.cs
apache-2.0
1,587,181,390
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace SqlSugar { public class DeleteableProvider<T> : IDeleteable<T> where T : c...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace SqlSugar { public class DeleteableProvider<T> : IDeleteable<T> where T : c...
2d1931d34dc1c7e10451f93d55260f891e891d04
InitData lambda improvements
InitData lambda improvements
alex-sherman/Spectrum
Framework/Entities/InitData.cs
mit
1,587,180,991
using Microsoft.Xna.Framework; using Newtonsoft.Json; using ProtoBuf; using Replicate; using Replicate.MetaData; using Spectrum.Framework.Content; using Spectrum.Framework.Network; using Spectrum.Framework.Network.Surrogates; using Spectrum.Framework.Physics; using System; using System.Collections.Generic; using Syste...
using Microsoft.Xna.Framework; using Newtonsoft.Json; using ProtoBuf; using Replicate; using Replicate.MetaData; using Spectrum.Framework.Content; using Spectrum.Framework.Network; using Spectrum.Framework.Network.Surrogates; using Spectrum.Framework.Physics; using System; using System.Collections.Generic; using Syste...
3833627ccb4674e8400117640f1a7fc4a6238935
Tiny fix for caching based on context type
Tiny fix for caching based on context type
neisbut/Npgsql.Bulk
src/Npgsql.Bulk/NpgsqlBulkUploader.cs
mit
1,587,180,952
using NpgsqlTypes; using System; using System.Collections.Concurrent; using System.Collections.Generic; #if EFCore using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Internal; #else using System.Data.Entity; #endif using System.Linq; using System.Reflection; using Npgsql.Bulk.Model; ...
using NpgsqlTypes; using System; using System.Collections.Concurrent; using System.Collections.Generic; #if EFCore using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Internal; #else using System.Data.Entity; #endif using System.Linq; using System.Reflection; using Npgsql.Bulk.Model; ...
dde640852020aa770ed6fe4260617e3997fdb27c
fixing xml-warning
fixing xml-warning
piedoom/TumblrSharp,piedoom/TumblrSharp
TumblrSharp.Client/TumblrClient.cs
mit
1,587,180,598
using DontPanic.TumblrSharp.OAuth; using Newtonsoft.Json; using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Linq; namespace DontPanic.TumblrSharp.Client { /// <summary> /// Encapsulates the Tumblr API. /// </summary> public class TumblrClient : Tum...
using DontPanic.TumblrSharp.OAuth; using Newtonsoft.Json; using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Linq; namespace DontPanic.TumblrSharp.Client { /// <summary> /// Encapsulates the Tumblr API. /// </summary> public class TumblrClient : Tum...
ee4289ce39be23bc2a54ba7fd9067956de7b9f80
Added Probably Stable Insert-Before function.
Added Probably Stable Insert-Before function. * Select the node you want to insert one before. Press the insert key, watch the layout go a bit wonky (but still be logical), reload the conversation
digiwombat/TalkerMakerDeluxe
TalkerMakerDeluxe/MainWindow.xaml.cs
mit
1,587,176,037
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using TreeContainer; using System.IO; using System.ComponentModel; using Microsoft.Win32; using FontAwesome.WPF; using ICSharpCode.AvalonEdit.H...
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using TreeContainer; using System.IO; using System.ComponentModel; using Microsoft.Win32; using FontAwesome.WPF; using ICSharpCode.AvalonEdit.H...
ce9ef561519cee1cc35884efaa90ae1871368e37
Fix a quirk of ChatMapper ID logic (Hard 1-based for Actors only)
Fix a quirk of ChatMapper ID logic (Hard 1-based for Actors only)
digiwombat/TalkerMakerDeluxe
TalkerMakerDeluxe/TalkerMakerDatabase.cs
mit
1,587,174,126
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; namespace TalkerMakerDeluxe { public class TalkerMakerDatabase { public string Author { get; set; } public string Description { get; set; } public string Title { get; set; } public s...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; namespace TalkerMakerDeluxe { public class TalkerMakerDatabase { public string Author { get; set; } public string Description { get; set; } public string Title { get; set; } public s...
5e08c6bf813a17fd13fc999178fa4e68dfde3da8
Add `CardholderName` to `ChargePaymentMethodDetailsCardPresent`
Add `CardholderName` to `ChargePaymentMethodDetailsCardPresent`
stripe/stripe-dotnet
src/Stripe.net/Entities/Charges/ChargePaymentMethodDetails/ChargePaymentMethodDetailsCardPresent.cs
apache-2.0
1,587,172,624
namespace Stripe { using System; using Newtonsoft.Json; using Stripe.Infrastructure; public class ChargePaymentMethodDetailsCardPresent : StripeEntity<ChargePaymentMethodDetailsCardPresent> { /// <summary> /// Card brand. Can be <c>amex</c>, <c>diners</c>, <c>discover</c>, <c>jcb</c...
namespace Stripe { using System; using Newtonsoft.Json; using Stripe.Infrastructure; public class ChargePaymentMethodDetailsCardPresent : StripeEntity<ChargePaymentMethodDetailsCardPresent> { /// <summary> /// Card brand. Can be <c>amex</c>, <c>diners</c>, <c>discover</c>, <c>jcb</c...
8ac41ad027aded4e95f5ba1aa0d3e90fe125affa
(#64) Add Highlight property
(#64) Add Highlight property
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/TimerBarBase.cs
mit
1,587,172,427
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; // TimerBar Constants internal static class TB { // Most constants are from the game scripts internal const float InitialX = 0.795f; internal const float InitialY = 0.925...
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; // TimerBar Constants internal static class TB { // Most constants are from the game scripts internal const float InitialX = 0.795f; internal const float InitialY = 0.925...
b82ef6fc6a46d0d369f669ef66cd4a9816451ff1
add CA1714 suppression
add CA1714 suppression
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,587,171,922
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
f46a8a71758bcf3ff07347da2ddeb410b712190b
Core - Add CefEventFlags.AltGrDown
Core - Add CefEventFlags.AltGrDown Resolves #3098
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp/Enums/CefEventFlags.cs
bsd-3-clause
1,587,171,327
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; namespace CefSharp { /// <summary> /// Supported event bit flags. /// </summary> [FlagsAttribute] public enum CefEven...
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; namespace CefSharp { /// <summary> /// Supported event bit flags. /// </summary> [FlagsAttribute] public enum CefEven...
0e7c7d7d23a052416132c20af37745043cc4eb48
Factor out credential loading code into new methods.
Factor out credential loading code into new methods.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Impl/BotCredentials.cs
mit
1,587,170,082
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
ada46d8407a5c0cfe298f6b2dcb72973d2528bc7
Copy default configuration.
Copy default configuration.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Impl/BotCredentials.cs
mit
1,587,169,782
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
efa19ade5b0b015d45986c1fb978a0c783025be3
Improve formatting and remove unwanted defaults.
Improve formatting and remove unwanted defaults.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Impl/BotCredentials.cs
mit
1,587,169,648
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
3f7190e55b6a120b1a3d42e1b888132891d30d13
Sure request was successful in host builder test cases
Sure request was successful in host builder test cases
thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet
Libraries/test/Amazon.Lambda.AspNetCoreServer.Test/TestWhichBuilderIsUsed.cs
apache-2.0
1,587,169,506
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Threading.Tasks; using Amazon.Lambda.APIGatewayEvents; using Amazon.Lambda.TestUtilities; using Newtonsoft.Json; using Newtonsoft...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Threading.Tasks; using Amazon.Lambda.APIGatewayEvents; using Amazon.Lambda.TestUtilities; using Newtonsoft.Json; using Newtonsoft...
e35059265c5529410f2ac3ab40ec4dea10a5e33a
Apply improved formatting.
Apply improved formatting.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/IBotCredentials.cs
mit
1,587,169,501
using System.Collections.Immutable; using Discord; using Mitternacht.Common; namespace Mitternacht.Services { public interface IBotCredentials { ulong ClientId { get; } string Token { get; } ImmutableArray<ulong> OwnerIds { get; } DbConfig ...
using System.Collections.Immutable; using Discord; using Mitternacht.Common; namespace Mitternacht.Services { public interface IBotCredentials { ulong ClientId { get; } string Token { get; } string GoogleApiKey { get; } ImmutableArray<ulong> OwnerIds { get; } string Ma...
3a845e33a4a9190224089577b0588ced1ce8dcbd
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,587,169,031
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
ac92a8d60ccfaf30754816b7b876e5b927a063e6
Remove unused class.
Remove unused class.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Impl/BotCredentials.cs
mit
1,587,168,966
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
fbcb215f12ea3fd7b471b66855e3bb538b29ed8b
Apply improved formatting.
Apply improved formatting.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Impl/BotCredentials.cs
mit
1,587,168,951
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong ClientId ...
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong...
d11535f6a4aa35cfa1d41a2d491084d8b506fb68
Add Obsolete messaging for CreateWebHostBuilder for non .NET Core 2.1 functions
Add Obsolete messaging for CreateWebHostBuilder for non .NET Core 2.1 functions
thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet
Libraries/src/Amazon.Lambda.AspNetCoreServer/AbstractAspNetCoreFunction.cs
apache-2.0
1,587,168,608
using Amazon.Lambda.AspNetCoreServer.Internal; using Amazon.Lambda.Core; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Gen...
using Amazon.Lambda.AspNetCoreServer.Internal; using Amazon.Lambda.Core; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Gen...
875507407ff0658a700a8e3076ab38ba6097f1a9
Corrected spelling of SOCKET_ADDRESS.lpSockaddr
Corrected spelling of SOCKET_ADDRESS.lpSockaddr
dahall/vanara
UnitTests/PInvoke/Ws2_32/Ws2tcpipTests.cs
mit
1,587,168,306
using NUnit.Framework; using System; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using Vanara.Extensions; using Vanara.InteropServices; using static Vanara.PInvoke.Ws2_32; namespace Vanara.PInvoke.Tests { [TestFixture()] public class Ws2...
using NUnit.Framework; using System; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using Vanara.Extensions; using Vanara.InteropServices; using static Vanara.PInvoke.Ws2_32; namespace Vanara.PInvoke.Tests { [TestFixture()] public class Ws2...
cae7678f918760f3b78bb9c8da89c9c2aac00924
BREAKING CHANGE: Corrected spelling of SOCKET_ADDRESS.lpSockaddr. Added WinSockIOControlCode class.
BREAKING CHANGE: Corrected spelling of SOCKET_ADDRESS.lpSockaddr. Added WinSockIOControlCode class.
dahall/vanara
PInvoke/Ws2_32/ws2def.cs
mit
1,587,168,279
using System; using System.Net; using System.Runtime.InteropServices; using Vanara.Extensions; using Vanara.InteropServices; namespace Vanara.PInvoke { public static partial class Ws2_32 { /// <summary>Flags that indicate options used in the GetAddrInfoW function.</summary> [PInvokeData("ws2def.h", MSDNShortId =...
using System; using System.Net; using System.Runtime.InteropServices; using Vanara.Extensions; using Vanara.InteropServices; namespace Vanara.PInvoke { public static partial class Ws2_32 { /// <summary>Flags that indicate options used in the GetAddrInfoW function.</summary> [PInvokeData("ws2def.h", MSDNShortId =...
651d25e5caffdab3b4cb2f081dd2ec0036a4d965
Start MitternachtBot when starting MitternachtWeb.
Start MitternachtBot when starting MitternachtWeb.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Program.cs
mit
1,587,167,978
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using Mitternacht; using System.Threading.Tasks; namespace MitternachtWeb { public class Program { public static async Task Main(string[] args) { await new MitternachtBot(0, 0).RunAsync(args); await CreateHostBuilder(args).Build().Run...
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; namespace MitternachtWeb { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args).Config...
2470ea7fae9bff90b9e0d39397c21d4e68de3d63
Remove waiting for user input if bot token is missing.
Remove waiting for user input if bot token is missing.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Impl/BotCredentials.cs
mit
1,587,167,822
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong...
using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Discord; using Microsoft.Extensions.Configuration; using Mitternacht.Common; using Newtonsoft.Json; using NLog; namespace Mitternacht.Services.Impl { public class BotCredentials : IBotCredentials { public ulong...
02c24c6a96365eaa6612a520800d1651c586ac4e
Added DenyOnly to restricted test.
Added DenyOnly to restricted test.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtObjectManager/Cmdlets/Object/TestNtTokenGroupCmdlet.cs
apache-2.0
1,587,167,597
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
a501f0df6850300ab837ddf9a773c31009679ca3
Move code from MitternachtBot#RunAndBlockAsync to MitternachtBot#RunAsync.
Move code from MitternachtBot#RunAndBlockAsync to MitternachtBot#RunAsync.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/MitternachtBot.cs
mit
1,587,167,369
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using MinecraftQue...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using MinecraftQue...
20d8473e5923aeba07ac55e0829a385df82f6559
Fixed loading error where Actors weren't being loaded
Fixed loading error where Actors weren't being loaded
digiwombat/TalkerMakerDeluxe
TalkerMakerDeluxe/MainWindow.xaml.cs
mit
1,587,166,933
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using TreeContainer; using System.IO; using System.ComponentModel; using Microsoft.Win32; using FontAwesome.WPF; using ICSharpCode.AvalonEdit.H...
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using TreeContainer; using System.IO; using System.ComponentModel; using Microsoft.Win32; using FontAwesome.WPF; using ICSharpCode.AvalonEdit.H...
6c73618dcc918e6e2baa03fa2b451744b70e5a16
Fix BL-8303 Fix writing default Reader Settings Json
Fix BL-8303 Fix writing default Reader Settings Json
gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,Ste...
src/BloomExe/web/ReadersApi.cs
mit
1,587,164,368
using System; using System.Diagnostics; using System.Text; using System.Linq; using System.IO; using System.Xml; using Bloom.Collection; using Newtonsoft.Json; using SIL.Xml; using SIL.IO; using System.Collections.Generic; using System.Threading; using System.Windows.Forms; using Amazon.Runtime.Internal.Util; using Bl...
using System; using System.Diagnostics; using System.Text; using System.Linq; using System.IO; using System.Xml; using Bloom.Collection; using Newtonsoft.Json; using SIL.Xml; using SIL.IO; using System.Collections.Generic; using System.Threading; using System.Windows.Forms; using Amazon.Runtime.Internal.Util; using Bl...
3faa9921dc87a112a8ea77f590ec7974a6fba3c8
Better HTML template handling
Better HTML template handling
Vanaheimr/Hermod
Hermod/HTTP/Server/HTTPAPI.cs
apache-2.0
1,587,163,333
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
ce2d6175d2c9074c84c4a096ae110f68e0dd5cb6
Handle MindComponent deletion:
Handle MindComponent deletion: You now get turned into a ghost if it happens, or return to body gets disabled if you were already ghosted.
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/MindComponent.cs
mit
1,587,163,162
using Content.Server.GameObjects.Components.Observer; using Content.Server.Mobs; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.ViewVariables; namespace Content.Server.GameObjects.Components.Mobs { /// <summary> /// Stores a <see cref="Server.Mobs.Mind"/> ...
using Content.Server.Mobs; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.ViewVariables; namespace Content.Server.GameObjects.Components.Mobs { /// <summary> /// Stores a <see cref="Server.Mobs.Mind"/> on a mob. /// </summary> [RegisterComponent] ...
4125c36e8d1e8651ee392dc829b513c0f1e92318
Allow mind transfer to entity if said entity is also the current visit target.
Allow mind transfer to entity if said entity is also the current visit target.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/Mobs/Mind.cs
mit
1,587,163,123
using System; using System.Collections.Generic; using Content.Server.GameObjects.Components.Mobs; using Content.Server.Players; using Robust.Server.Interfaces.GameObjects; using Robust.Server.Interfaces.Player; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Network; using Robu...
using System; using System.Collections.Generic; using Content.Server.GameObjects.Components.Mobs; using Content.Server.Players; using Robust.Server.Interfaces.Player; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Network; using Robust.Shared.ViewVariables; namespace Content.S...
70d89ad008a1b358140c3d528b8d2fff21b6ba3b
Update WebBrowser.cs
Update WebBrowser.cs
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/WebBrowser.cs
apache-2.0
1,587,162,945
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
fab8c667d2b524293183b8f4dd6d992aa0033141
One more fix
One more fix
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/WebBrowser.cs
apache-2.0
1,587,162,850
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
85d4dcbe276c40a87eafeb3b6b7e00cfcb61fc87
Misc AngleSharp improvements
Misc AngleSharp improvements
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/WebBrowser.cs
apache-2.0
1,587,162,414
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
562cd9d16acc2d06eece934fc5c78b2874c94fbd
fix crash on S_IMAGE_DATA
fix crash on S_IMAGE_DATA
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TeraPacketParser/Messages/S_IMAGE_DATA.cs
mit
1,587,160,993
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; namespace TeraPacketParser.Messages { public class S_IMAGE_DATA : ParsedMessage { private static Dictionary<uint, Bitma...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Runtime.InteropServices; namespace TeraPacketParser.Messages { public class S_IMAGE_DATA : ParsedMessage { private static Dictionary<uint, Bitma...
13a7ea7fbc176b7e2c150ee59fe698819debee09
Depointered RefitForNodeBoundsChange.
Depointered RefitForNodeBoundsChange.
bepu/bepuphysics2,bepu/bepuphysics2
BepuPhysics/Trees/Tree_Refit.cs
apache-2.0
1,587,160,771
using BepuUtilities; using System.Diagnostics; using System.Linq; using System.Numerics; using System.Runtime.CompilerServices; namespace BepuPhysics.Trees { partial struct Tree { /// <summary> /// Refits the bounding box of every parent of the node recursively to the root. /// </summa...
using BepuUtilities; using System.Diagnostics; using System.Linq; using System.Numerics; namespace BepuPhysics.Trees { partial struct Tree { /// <summary> /// Refits the bounding box of every parent of the node recursively to the root. /// </summary> /// <param name="nodeIndex"...
1ab48728feecf4be6c9bf4b07ff9dc312e2c8b5c
Add fluent API for Crop, Region, and RegionPercent
Add fluent API for Crop, Region, and RegionPercent
imazen/imageflow-dotnet
src/Imageflow/Fluent/BuildNode.cs
agpl-3.0
1,587,160,486
using System; using System.Drawing; using System.IO; namespace Imageflow.Fluent { public class BuildNode :BuildItemBase { internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null); public BuildEndpoint Encode(IOutputDestinatio...
using System; using System.Drawing; using System.IO; namespace Imageflow.Fluent { public class BuildNode :BuildItemBase { internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null); public BuildEndpoint Encode(IOutputDestinatio...
7803b5da89330bc7990e8f3c461407df491d1686
Added help for specific command
Added help for specific command
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/HelpModule.cs
agpl-3.0
1,587,160,251
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.EntityFrameworkCore.Internal; using SoraBot.Common.Extensions.Modules; using SoraBot.Services.Guilds; namespace SoraBot.Bot.Modules { [Name("Help")] [Summary("Commands to help with Sora and al...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.EntityFrameworkCore.Internal; using SoraBot.Common.Extensions.Modules; using SoraBot.Services.Guilds; namespace SoraBot.Bot.Modules { [Name("Help")] [Summary("Commands to help with Sora and al...
278935661ad9cdaa7f127ee72fd5699bad94396b
Use all new decompression methods for HTTP requests
Use all new decompression methods for HTTP requests
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/WebBrowser.cs
apache-2.0
1,587,159,876
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...