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
65fa1efc9c7f3dd4fddc3775810a224e35651659
Changing a var name for better reflection on the origin of its value
Changing a var name for better reflection on the origin of its value
marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco...
src/Umbraco.Infrastructure/Users/EmailSender.cs
mit
1,589,928,868
using System; using System.Net.Mail; using System.Threading.Tasks; using MailKit.Security; using MimeKit; using MimeKit.Text; using Umbraco.Core.Configuration; using Umbraco.Core.Events; using SmtpClient = MailKit.Net.Smtp.SmtpClient; namespace Umbraco.Core { /// <summary> /// A utility class for sending emai...
using System; using System.Net.Mail; using System.Threading.Tasks; using MailKit.Security; using MimeKit; using MimeKit.Text; using Umbraco.Core.Configuration; using Umbraco.Core.Events; using SmtpClient = MailKit.Net.Smtp.SmtpClient; namespace Umbraco.Core { /// <summary> /// A utility class for sending emai...
91afaecca16ab3a016508358501ae2b0930486cc
Adding website to manifest
Adding website to manifest
Lombiq/Helpful-Extensions
Manifest.cs
bsd-3-clause
1,589,928,611
using OrchardCore.Modules.Manifest; using static Lombiq.HelpfulExtensions.FeatureIds; [assembly: Module( Name = "Lombiq Helpful Extensions", Author = "Lombiq Technologies", Version = "1.0", Website = "https://github.com/Lombiq/Helpful-Extensions" )] [assembly: Feature( Id = Flows, ...
using OrchardCore.Modules.Manifest; using static Lombiq.HelpfulExtensions.FeatureIds; [assembly: Module( Name = "Lombiq Helpful Extensions", Author = "Lombiq Technologies", Version = "1.0" )] [assembly: Feature( Id = Flows, Name = "Flows Helpful Extensions - Lombiq Helpful Extensions", ...
48628ddb00886ad2424e71260ac5206d716b08a6
Fix typos in [SemanticVersion] formatting test.
Fix typos in [SemanticVersion] formatting test.
McSherry/McSherry.SemanticVersioning,McSherry/libSemVer.NET
McSherry.SemanticVersioning.Testing/SemanticVersionFormatTests.cs
mit
1,589,928,098
// Copyright (c) 2020 Liam McSherry // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publis...
// Copyright (c) 2020 Liam McSherry // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publis...
348122afbc5f88a4a58279b9c10ca6280f69d298
Add compiler conditions within ShowPublishSection to only use IGitActionsExt2 under 16.0
Add compiler conditions within ShowPublishSection to only use IGitActionsExt2 under 16.0
github/VisualStudio,github/VisualStudio,github/VisualStudio
src/GitHub.TeamFoundation.14/Services/TeamExplorerServices.cs
mit
1,589,927,782
using System; using System.Reactive.Linq; using System.Threading.Tasks; using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using EnvDTE; using GitHub.VisualStudio.TeamExplorer.Sync; using Microsoft.TeamFoundati...
using System; using System.Reactive.Linq; using System.Threading.Tasks; using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using EnvDTE; using GitHub.VisualStudio.TeamExplorer.Sync; using Microsoft.TeamFoundati...
38fc5b9330aabc3673605fda77ee2e6a4d86b465
Minor I18NString refactorings
Minor I18NString refactorings
Vanaheimr/Styx
Styx/Illias/I18N/I18NString.cs
apache-2.0
1,589,927,697
/* * Copyright (c) 2010-2020 Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Illias <http://www.github.com/Vanaheimr/Illias> * * 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 c...
/* * Copyright (c) 2010-2020 Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Illias <http://www.github.com/Vanaheimr/Illias> * * 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 c...
7d841ad4e31f87392eb247a980b346fc306880ae
Minor refactorings
Minor refactorings
OpenChargingCloud/WWCP_OCHP
WWCP_OCHPv1.4_Adapter/CPO/WWCPCPOAdapter.cs
apache-2.0
1,589,927,550
/* * Copyright (c) 2014-2020 GraphDefined GmbH * This file is part of WWCP OCHP <https://github.com/OpenChargingCloud/WWCP_OCHP> * * 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 * * ...
/* * Copyright (c) 2014-2020 GraphDefined GmbH * This file is part of WWCP OCHP <https://github.com/OpenChargingCloud/WWCP_OCHP> * * 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 * * ...
540b6e1a1dc1125b79a94a772904723e03bd9d55
TODO: Rewrite liquid model
TODO: Rewrite liquid model
kennyvv/Alex,kennyvv/Alex,kennyvv/Alex
src/Alex/Graphics/Models/Blocks/LiquidBlockModel.cs
mpl-2.0
1,589,927,406
using System; using System.Collections.Generic; using System.Linq; using Alex.API.Blocks; using Alex.API.Blocks.State; using Alex.API.Graphics; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.Blocks.Properties; using Alex.Blocks.State; using Alex.ResourcePackLib.Json; using Alex.Uti...
using System; using System.Collections.Generic; using System.Linq; using Alex.API.Blocks; using Alex.API.Blocks.State; using Alex.API.Graphics; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.Blocks.Properties; using Alex.Blocks.State; using Alex.ResourcePackLib.Json; using Alex.Uti...
4ea14dd0bdacaaf00781472fd594dae6949f821c
Added easier to set SetProcessTimeLimit functions.
Added easier to set SetProcessTimeLimit functions.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/NtJob.cs
apache-2.0
1,589,926,901
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
19fe1ea6cb5f09fe205605e292dd474d95934d30
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,589,926,595
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
939786760588a7c5d56093cb99f2f9202272b72f
Diagnostic integration tests
Diagnostic integration tests
devlead/cake,patriksvensson/cake,mholo65/cake,patriksvensson/cake,mholo65/cake,cake-build/cake,patriksvensson/cake,devlead/cake,devlead/cake,gep13/cake,mholo65/cake,cake-build/cake,gep13/cake,cake-build/cake,gep13/cake
src/Cake.Core/Diagnostics/Console/ConsolePalette.cs
mit
1,589,924,905
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; namespace Cake.Core.Diagnostics { internal sealed class Consol...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; namespace Cake.Core.Diagnostics { internal sealed class Consol...
593dc2bb2769315f86af1c3c483e46169751a125
RemoteStorageClient. Removed obsolete methods.
RemoteStorageClient. Removed obsolete methods.
StockSharp/StockSharp
Algo/Storages/Remote/RemoteStorageClient.cs
apache-2.0
1,589,924,720
namespace StockSharp.Algo.Storages.Remote { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.ServiceModel; #if NETFRAMEWORK using System.ServiceModel.Description; #endif using Ecng.Collections; using Ecng.Common; using Ecng.ComponentModel; using MoreLinq; us...
namespace StockSharp.Algo.Storages.Remote { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Security; using System.ServiceModel; #if NETFRAMEWORK using System.ServiceModel.Description; #endif using Ecng.Collections; using Ecng.Common; using ...
aa070789370e678d70b65d23923972cca223af2d
AuthenticationClient. DisableRefresh
AuthenticationClient. DisableRefresh
StockSharp/StockSharp
Community/AuthenticationClient.cs
apache-2.0
1,589,924,689
#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...
62d5d671e6a5b1cf91d0394562d836ff0a5167ea
update version
update version
prodot/ReCommended-Extension
Sources/ReCommendedExtension/Properties/AssemblyInfo.cs
apache-2.0
1,589,924,542
using System.Reflection; using ReCommendedExtension; // 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(ZoneMarker.ExtensionName)] [assembly: AssemblyDescript...
using System.Reflection; using ReCommendedExtension; // 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(ZoneMarker.ExtensionName)] [assembly: AssemblyDescript...
dec45fea8e882cbe65e1519c042827b93e2f01e9
Use optional param for CultureDictionary indexer (#6201)
Use optional param for CultureDictionary indexer (#6201)
petedavis/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orcha...
src/OrchardCore/OrchardCore.Localization.Abstractions/CultureDictionary.cs
bsd-3-clause
1,589,924,516
using System; using System.Collections.Generic; namespace OrchardCore.Localization { /// <summary> /// Represents a dictionary for a certain culture. /// </summary> public class CultureDictionary { /// <summary> /// Creates a new instance of <see cref="CultureDictionary"/>. ...
using System; using System.Collections.Generic; namespace OrchardCore.Localization { /// <summary> /// Represents a dictionary for a certain culture. /// </summary> public class CultureDictionary { /// <summary> /// Creates a new instance of <see cref="CultureDictionary"/>. ...
b7bdf6abdee89b1adf1dd8137db9d9d72c4307ec
Fix typo ContentDeletedEvent constructor (#6222)
Fix typo ContentDeletedEvent constructor (#6222)
OrchardCMS/Brochard,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,stevetayloruk/Orcha...
src/OrchardCore.Modules/OrchardCore.Contents/Workflows/Activities/ContentDeletedEvent.cs
bsd-3-clause
1,589,924,317
using Microsoft.Extensions.Localization; using OrchardCore.ContentManagement; using OrchardCore.Workflows.Services; namespace OrchardCore.Contents.Workflows.Activities { public class ContentDeletedEvent : ContentEvent { public ContentDeletedEvent(IContentManager contentManager, IWorkflowScriptEvaluator...
using Microsoft.Extensions.Localization; using OrchardCore.ContentManagement; using OrchardCore.Workflows.Services; namespace OrchardCore.Contents.Workflows.Activities { public class ContentDeletedEvent : ContentEvent { public ContentDeletedEvent(IContentManager contentManager, IWorkflowScriptEvaluator...
b8df8aff4a3f85604ad3bf76cc54c9fcff05fd1e
Added GetScoresForUsersAsync (DownloadLeaderboardEntriesForUsers)
Added GetScoresForUsersAsync (DownloadLeaderboardEntriesForUsers)
Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks
Facepunch.Steamworks/Structs/Leaderboard.cs
mit
1,589,923,346
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Steamworks.Data { public struct Leaderboard { internal SteamLeaderboard_t Id; /// <summary> /// the name of a leaderboard /// </summary> publ...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Steamworks.Data { public struct Leaderboard { internal SteamLeaderboard_t Id; /// <summary> /// the name of a leaderboard /// </summary> publ...
821b7adc73ab25da0ecd9184f2eb77bdbf4fcef4
Fixed custom select scenario for custom sql query
Fixed custom select scenario for custom sql query
mysticmind/marten,mdissel/Marten,ericgreenmix/marten,JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,mdissel/Marten,mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,mysticmind/marten,JasperFx/Marten,ericgreenmix/marten
src/Marten/Linq/QueryHandlers/UserSuppliedQueryHandler.cs
mit
1,589,923,220
using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Marten.Schema; using Marten.Services; using Marten.Util; namespace Marten.Linq.QueryHandlers { public class UserSuppliedQueryHandler<T>: IQueryHan...
using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Marten.Schema; using Marten.Services; using Marten.Util; namespace Marten.Linq.QueryHandlers { public class UserSuppliedQueryHandler<T>: IQueryHan...
fb1274902ffa76e7b42dde645f7b5dc1600fe404
Thrown stuff no longer does double damage.
Thrown stuff no longer does double damage.
krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Transform/CustomNetTransform.Move.cs
agpl-3.0
1,589,923,219
using System; using System.Collections.Generic; using System.Linq; using Light2D; using UnityEngine; using Mirror; using Random = UnityEngine.Random; public enum SpinMode { None, Clockwise, CounterClockwise } public partial class CustomNetTransform { private const string STOPPED_FLOATING = "{0} stopped floating"...
using System; using System.Collections.Generic; using System.Linq; using Light2D; using UnityEngine; using Mirror; using Random = UnityEngine.Random; public enum SpinMode { None, Clockwise, CounterClockwise } public partial class CustomNetTransform { private const string STOPPED_FLOATING = "{0} stopped floating"...
01e650d75af4b417516d8a136b89449e60d1a0f2
Fixed random issue with "Npgsql.PostgresException (0x80004005): 42P01: relation "public.mt_doc_user" does not exist" https://dev.azure.com/jasperfx-marten/marten/_build/results?buildId=411&view=logs&j=572c5e49-83d5-5271-390a-e6dc77f89c6b&t=dc0e3943-5e6f-5774-1185-a5d3fcb2289e&l=447
Fixed random issue with "Npgsql.PostgresException (0x80004005): 42P01: relation "public.mt_doc_user" does not exist" https://dev.azure.com/jasperfx-marten/marten/_build/results?buildId=411&view=logs&j=572c5e49-83d5-5271-390a-e6dc77f89c6b&t=dc0e3943-5e6f-5774-1185-a5d3fcb2289e&l=447
ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,ericgreenmix/marten,JasperFx/Marten,mysticmind/marten,JasperFx/Marten,mysticmind/marten,mdissel/Marten,mdissel/Marten,mysticmind/marten,ericgreenmix/marten
src/Marten.Testing/Demo.cs
mit
1,589,922,901
using System; using System.Linq; using System.Linq.Expressions; using Marten.Linq; using Marten.Testing.Documents; using Marten.Testing.Harness; using Shouldly; using Xunit; namespace Marten.Testing { public class Demo { public class FindUser : ICompiledQuery<User> { public FindUse...
using System; using System.Linq; using System.Linq.Expressions; using Marten.Linq; using Marten.Testing.Documents; using Marten.Testing.Harness; using Shouldly; using Xunit; namespace Marten.Testing { public class Demo { public class FindUser : ICompiledQuery<User> { public FindUse...
0db77dd829d30c021be45bd83dace2f67e31a58b
Failing test for alternate nullable syntax
Failing test for alternate nullable syntax
mysticmind/marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,mysticmind/marten,mdissel/Marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,mdissel/Marten,JasperFx/Marten
src/Marten.Testing/Linq/query_with_nullable_types_Tests.cs
mit
1,589,922,901
using System; using System.Linq; using Marten.Services; using Marten.Testing.Documents; using Marten.Testing.Harness; using Shouldly; using Xunit; namespace Marten.Testing.Linq { [ControlledQueryStoryteller] public class query_with_nullable_types_Tests : IntegrationContextWithIdentityMap<NulloIdentityMap> ...
using System; using System.Linq; using Marten.Services; using Marten.Testing.Documents; using Marten.Testing.Harness; using Shouldly; using Xunit; namespace Marten.Testing.Linq { [ControlledQueryStoryteller] public class query_with_nullable_types_Tests : IntegrationContextWithIdentityMap<NulloIdentityMap> ...
001658e8a8c41b02580304630d3703cd9f1bbb5d
(#48) Format floating-point values with 2 decimal places by default in numeric scroller
(#48) Format floating-point values with 2 decimal places by default in numeric scroller
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/MenuItems/UIMenuNumericScrollerItem.cs
mit
1,589,922,490
namespace RAGENativeUI.Elements { using System; /// <summary> /// Represents a scroller item that displays numeric values within a range. /// </summary> /// <typeparam name="T"> /// The numeric type to use. Possible types are: <see cref="sbyte"/>, <see cref="byte"/>, <see cref="short"/>, <see ...
namespace RAGENativeUI.Elements { using System; /// <summary> /// Represents a scroller item that displays numeric values within a range. /// </summary> /// <typeparam name="T"> /// The numeric type to use. Possible types are: <see cref="sbyte"/>, <see cref="byte"/>, <see cref="short"/>, <see ...
b2e986da70ffd24ddac3709b36500ed3e8688aea
Connect by PIN implemented
Connect by PIN implemented
hallambaker/Mathematical-Mesh,hallambaker/Mathematical-Mesh,hallambaker/Mathematical-Mesh,hallambaker/Mathematical-Mesh,hallambaker/Mathematical-Mesh,hallambaker/Mathematical-Mesh
Mesh/Goedel.Mesh/MeshMessage.cs
mit
1,589,922,272
using Goedel.Cryptography; using Goedel.Protocol; using Goedel.Cryptography.Dare; using Goedel.Utilities; using System.Collections.Generic; using System; namespace Goedel.Mesh { public partial class Reference { ///<summary>Returns the envelope ID corresponding to the MessageID</summary> ...
using Goedel.Cryptography; using Goedel.Protocol; using Goedel.Cryptography.Dare; using Goedel.Utilities; using System.Collections.Generic; using System; namespace Goedel.Mesh { public partial class Reference { ///<summary>Returns the envelope ID corresponding to the MessageID</summary> ...
34f34b875fe4ddb8c5734fc7a9d5ce61a097d52b
BUGFIX: Add parent module null check in TypeReference.ToTypeSignature()
BUGFIX: Add parent module null check in TypeReference.ToTypeSignature()
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/TypeReference.cs
mit
1,589,921,690
using System.Collections.Generic; using System.Threading; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.Lazy; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet { /// <summary> /// Represents a reference to a type defined in a .NET assembly....
using System.Collections.Generic; using System.Threading; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.Lazy; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet { /// <summary> /// Represents a reference to a type defined in a .NET assembly....
474f2894f7b1ce7925847242efc895ce1496022a
Verifying preview and no-connection setting generates correct output file sql
Verifying preview and no-connection setting generates correct output file sql
igitur/fluentmigrator,fluentmigrator/fluentmigrator,stsrki/fluentmigrator,fluentmigrator/fluentmigrator,amroel/fluentmigrator,schambers/fluentmigrator,igitur/fluentmigrator,spaccabit/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator,schambers/fluentmigrator,schambers/fluentmigrator
test/FluentMigrator.Tests/Integration/MigrationRunnerTests.cs
apache-2.0
1,589,921,096
#region License // // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // Copyright (c) 2010, Nathan Brown // // 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...
#region License // // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // Copyright (c) 2010, Nathan Brown // // 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...
45fa34ab91a800eb2833e8be52893382029f9fdb
Improve wording in a setup wizard message
Improve wording in a setup wizard message
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Setup/SetupWizard.cs
agpl-3.0
1,589,918,368
using Microsoft.Data.Sqlite; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using MySql.Data.MySqlClient; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlClient; using System.Globalization...
using Microsoft.Data.Sqlite; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using MySql.Data.MySqlClient; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlClient; using System.Globalization...
1e5494440f80cfcbd9723d79eeb11af7afb97220
Silently continues when a subscription ID resolver fails. The message is skipped.
Silently continues when a subscription ID resolver fails. The message is skipped. TODO: We need to log a WARN or ERROR in this case.
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Projections/ProjectionDefinition.cs
apache-2.0
1,589,918,215
using System; using System.Collections.Generic; namespace Elders.Cronus.Projections { // This is a concept which we might use in future. public class SubscriptionIdResolver { public SubscriptionIdResolver(Type projectionType, Func<IEvent, IBlobId> idResolver) { ProjectionType =...
using System; using System.Collections.Generic; namespace Elders.Cronus.Projections { public class ContinueId : IBlobId { public byte[] RawId => null; } public class SubscriptionIdResolver { public SubscriptionIdResolver(Type projectionType, Func<IEvent, IBlobId> idResolver) ...
f29f34e1567c8e52ffb9e4060e2cac6efbd5ab0d
fixing warnings
fixing warnings
larsbrubaker/agg-sharp,MatterHackers/agg-sharp
DataConverters3D/Object3D/InteractiveScene.cs
bsd-2-clause
1,589,918,136
/* Copyright (c) 2018, John Lewin, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2018, John Lewin, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
e60ff4d2e2adecea775331b3f9e60b3f397d3b60
BUGFIX: custom attributes of assembly and module defined in same assembly not emitted properly.
BUGFIX: custom attributes of assembly and module defined in same assembly not emitted properly.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/DotNetDirectoryBuffer.MemberTree.cs
mit
1,589,917,805
using System.Collections.Generic; using System.IO; using AsmResolver.DotNet.Builder.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder { public partial class DotNetDirectoryBuffer { /// <summary> ...
using System.Collections.Generic; using System.IO; using AsmResolver.DotNet.Builder.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder { public partial class DotNetDirectoryBuffer { /// <summary> ...
4f1d4d33e8e3b979c800ef7c4113258cccb544ef
Add ScriptArray(T[]) constructor
Add ScriptArray(T[]) constructor
textamina/scriban,lunet-io/scriban
src/Scriban/Runtime/ScriptArray.cs
bsd-2-clause
1,589,917,745
// 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.Compile...
// 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.Compile...
09a7b6883911ac05824ffb2c1ed877670ad9d59c
Add missing constructors for DelegateCustomFunction
Add missing constructors for DelegateCustomFunction
lunet-io/scriban,textamina/scriban
src/Scriban/Runtime/DelegateCustomFunction.cs
bsd-2-clause
1,589,917,734
// 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.Reflection; using System.Threading.Tasks; using Scriban.Parsing; using Scriban.Syntax; namespace Scriban.Runtime { ...
// 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.Reflection; using System.Threading.Tasks; using Scriban.Parsing; using Scriban.Syntax; namespace Scriban.Runtime { ...
387fef401d2635b3de11c69d4f80f2255861c4f1
BUGFIX: ImplAttributes not read for serialized method definition.
BUGFIX: ImplAttributes not read for serialized method definition.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Serialized/SerializedMethodDefinition.cs
mit
1,589,917,634
using System; using System.Collections.Generic; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata; using AsmResolver.PE.DotNet.Metadata.Blob; using As...
using System; using System.Collections.Generic; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata; using AsmResolver.PE.DotNet.Metadata.Blob; using As...
504eea5b7dbe2af9497bacb3eb3745503db59091
consolidated version context extensions
consolidated version context extensions
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Context/Extensions/ContextPropertiesExtensions.cs
bsd-2-clause
1,589,917,372
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using FlubuCore.IO; using FlubuCore.Tasks.Solution.VSSolutionBrowsing; using FlubuCore.Tasks.Versioning; using GlobExpressions; namespace FlubuCore.Context { public static class ContextPropert...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using FlubuCore.IO; using FlubuCore.Tasks.Solution.VSSolutionBrowsing; using FlubuCore.Tasks.Versioning; using GlobExpressions; namespace FlubuCore.Context { public static class ContextPropert...
920fa8ddbd83bd3b1b66299918dc0f08eb7b0f54
api field to static method
api field to static method
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/CSharp/Daemon/Stages/BurstCodeAnalysis/CallGraph/CallGraphBurstMarksProvider.cs
apache-2.0
1,589,917,283
using System.Collections.Generic; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon.CSharp.CallGraph; using JetBrains.ReSharper.Plugins.Unity.CSharp.Feature.Services.ContextActions; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.Psi.CSharp.Tree; using JetBrains.ReSharper.Psi.Tree; using JetBrains...
using System.Collections.Generic; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon.CSharp.CallGraph; using JetBrains.ReSharper.Plugins.Unity.CSharp.Feature.Services.ContextActions; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.Psi.CSharp.Tree; using JetBrains.ReSharper.Psi.Tree; using JetBrains...
1b0ba7339f7d6c2377232fbe484d496100a674e8
BUGFIX: Nested classes not preserved.
BUGFIX: Nested classes not preserved.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/DotNetDirectoryBuffer.MemberTree.cs
mit
1,589,916,864
using System.Collections.Generic; using System.IO; using AsmResolver.DotNet.Builder.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder { public partial class DotNetDirectoryBuffer { /// <summary> ...
using System.Collections.Generic; using System.IO; using AsmResolver.DotNet.Builder.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder { public partial class DotNetDirectoryBuffer { /// <summary> ...
1b8f490ac5036f929c0ca5305c579a6cb0dec2e1
BUGFIX: hint name table buffer incorrect alignment.
BUGFIX: hint name table buffer incorrect alignment.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.PE/Imports/Builder/HintNameTableBuffer.cs
mit
1,589,916,251
using System.Collections.Generic; using System.Text; namespace AsmResolver.PE.Imports.Builder { /// <summary> /// Provides a mechanism for building up a table consisting of hint-name pairs. /// </summary> public class HintNameTableBuffer : SegmentBase { private readonly IList<IModuleImportE...
using System.Collections.Generic; using System.Text; namespace AsmResolver.PE.Imports.Builder { /// <summary> /// Provides a mechanism for building up a table consisting of hint-name pairs. /// </summary> public class HintNameTableBuffer : SegmentBase { private readonly IList<IModuleImportE...
8c50bbec20d634b0343ef5f2c0d1130560a8f906
Simple Post Policy snippet now adds a custom Google metadata field.
Simple Post Policy snippet now adds a custom Google metadata field.
googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.Snippets/UrlSignerSnippets.cs
apache-2.0
1,589,915,142
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
a1060981cfedac501e266bc0818fa70f165350ea
Further reducing updates when glow brush is disabled
Further reducing updates when glow brush is disabled
ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz,punker76/Controlz
src/ControlzEx/Behaviors/GlowWindowBehavior.cs
mit
1,589,914,884
namespace ControlzEx.Behaviors { using System; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Controls; using C...
namespace ControlzEx.Behaviors { using System; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Controls; using Co...
7b9419cb9134988320ec12a6cabb776620e44f5d
BasketMessageAdapter. Inner error for failed subscriptions.
BasketMessageAdapter. Inner error for failed subscriptions.
StockSharp/StockSharp
Algo/BasketMessageAdapter.cs
apache-2.0
1,589,914,849
#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...
eb3394578622b2800834c7ff64b0fa00f1862211
FilteredMarketDepthAdapter. Fix subscription response handling.
FilteredMarketDepthAdapter. Fix subscription response handling.
StockSharp/StockSharp
Algo/FilteredMarketDepthAdapter.cs
apache-2.0
1,589,914,603
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Messages; /// <summary> /// Filtered market depth data type. /// </summary> public class FilteredMarketDepthMessage : MarketDataMessage { /// <summar...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Messages; /// <summary> /// Filtered market depth data type. /// </summary> public class FilteredMarketDepthMessage : MarketDataMessage { /// <summar...
9ccd5ca0f1abdbff1994d104b1ebd9a771b307b4
Fixing formatting
Fixing formatting
punker76/Controlz,ControlzEx/ControlzEx,punker76/Controlz,ControlzEx/ControlzEx
src/ControlzEx/Behaviors/GlowWindowBehavior.cs
mit
1,589,914,093
namespace ControlzEx.Behaviors { using System; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Controls; using Co...
namespace ControlzEx.Behaviors { using System; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Controls; using Co...
f93d2abc92e96bb4425f50b4c4acf3fd92692cb0
do not report network error
do not report network error
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Core/Updater.cs
mit
1,589,913,746
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Infrastructure; using Wox.Infra...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Infrastructure; using Wox.Infra...
adf44220a2358256addc3c0034ea552dd95a1ae1
Reducing SetWindowPos calls
Reducing SetWindowPos calls
punker76/Controlz,ControlzEx/ControlzEx,punker76/Controlz,ControlzEx/ControlzEx
src/ControlzEx/Controls/GlowWindow.xaml.cs
mit
1,589,913,376
#pragma warning disable 618 namespace ControlzEx.Controls { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Interop; using System.Windows.Media; using Sy...
#pragma warning disable 618 namespace ControlzEx.Controls { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Interop; using System.Windows.Media; using Sy...
2b21f9644ccb950c795fe5e33b12bec5eb9ed2bd
collect more plugin info
collect more plugin info
Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Core/Plugin/PluginManager.cs
mit
1,589,913,233
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Infrastructure.UserSettings; ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Infrastructure.UserSettings; ...
98ecc6ecc1121a95b36df27b2765e1a22059c18f
Using "this."
Using "this."
punker76/Controlz,ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz
src/ControlzEx.Showcase/WindowChromeWindow.cs
mit
1,589,913,216
namespace ControlzEx.Showcase { using System; using System.Windows; using System.Windows.Data; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Behaviors; using Microsoft.Xaml.Behaviors; public class WindowChromeWindow : Window { static WindowChr...
namespace ControlzEx.Showcase { using System; using System.Windows; using System.Windows.Data; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Behaviors; using Microsoft.Xaml.Behaviors; public class WindowChromeWindow : Window { static WindowChr...
61c2b443b5b8cf22c3e9364ab72b62139bdd856c
check exist
check exist
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox/ReportWindow.xaml.cs
mit
1,589,913,148
using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Text; using System.Linq; using System.Windows; using System.Windows.Documents; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Exception; namespace Wox { internal...
using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Text; using System.Linq; using System.Windows; using System.Windows.Documents; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Exception; namespace Wox { internal...
f81c92ad76ef93923b36f819a4c036b10840fc97
Show tooltip for comparison operators (#1294)
Show tooltip for comparison operators (#1294)
PowerShell/PowerShellEditorServices,PowerShell/PowerShellEditorServices
src/PowerShellEditorServices/Services/TextDocument/Handlers/CompletionHandler.cs
mit
1,589,913,126
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using System; using System.Management.Automation; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; u...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using System; using System.Management.Automation; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; u...
b7a295823f77e39a644e502b0bc7757974670f7d
remove duplicate exception handling
remove duplicate exception handling
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Core/Plugin/PluginManager.cs
mit
1,589,913,040
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Infrastructure.UserSettings; ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Infrastructure.UserSettings; ...
b44ff9f082fdcfbdf874075a57a7cf43bcd70b60
Using "this."
Using "this."
ControlzEx/ControlzEx,punker76/Controlz,punker76/Controlz,ControlzEx/ControlzEx
src/ControlzEx/Controls/GlowWindow.xaml.cs
mit
1,589,912,991
#pragma warning disable 618 namespace ControlzEx.Controls { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Interop; using System.Windows.Media; using Sy...
#pragma warning disable 618 namespace ControlzEx.Controls { using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Interop; using System.Windows.Media; using Sy...
128fd0737c53d9a32e07d779e00f96feafda88f0
We only care about size and position here
We only care about size and position here
ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz,punker76/Controlz
src/ControlzEx/Behaviors/GlowWindowBehavior.cs
mit
1,589,912,878
namespace ControlzEx.Behaviors { using System; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Controls; using Co...
namespace ControlzEx.Behaviors { using System; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Threading; using ControlzEx.Controls; using C...
284a577bf2cc147659fcb8ad5785eea38af7009b
Adding equality members
Adding equality members
ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz,punker76/Controlz
src/ControlzEx/Microsoft.Windows.Shell/Standard/NativeMethods.cs
mit
1,589,912,861
#pragma warning disable 1591, 618 namespace ControlzEx.Standard { using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes;...
#pragma warning disable 1591, 618 namespace ControlzEx.Standard { using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes...
7265d79025725bb06f8da92cac64a113ae0d0f31
Enable filter MayHaveTenant for query edition feature
Enable filter MayHaveTenant for query edition feature
ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp.Zero.Common/Application/Features/AbpFeatureValueStore.cs
mit
1,589,912,304
using System.Globalization; using System.Threading.Tasks; using Abp.Application.Editions; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Dependency; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.Events.Bus.Entities; using Abp.Events.Bus.Handlers; using Abp.Localization; usin...
using System.Globalization; using System.Threading.Tasks; using Abp.Application.Editions; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Dependency; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.Events.Bus.Entities; using Abp.Events.Bus.Handlers; using Abp.Localization; usin...
56a766a414f98b4ecab0c2ef89e224c28aa6765a
Enable filter MayHaveTenant for query tenant feature
Enable filter MayHaveTenant for query tenant feature
ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp.Zero.Common/MultiTenancy/AbpTenantManager.cs
mit
1,589,912,294
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Abp.Application.Editions; using Abp.Application.Features; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Domain.Repositories; using Abp.D...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Abp.Application.Editions; using Abp.Application.Features; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Domain.Repositories; using Abp.D...
f3e1ed6edfbb6e6e999244919291a51d576b6cc2
Enable filter MayHaveTenant for query tenant feature
Enable filter MayHaveTenant for query tenant feature
aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate
src/Abp.Zero.Common/Application/Features/AbpFeatureValueStore.cs
mit
1,589,912,285
using System.Globalization; using System.Threading.Tasks; using Abp.Application.Editions; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Dependency; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.Events.Bus.Entities; using Abp.Events.Bus.Handlers; using Abp.Localization; usin...
using System.Globalization; using System.Threading.Tasks; using Abp.Application.Editions; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Dependency; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.Events.Bus.Entities; using Abp.Events.Bus.Handlers; using Abp.Localization; usin...
24e634e58bad2c4ce3ca8eb1eda69a0c541544bd
Adds more convenience methods to create CodeInstructions
Adds more convenience methods to create CodeInstructions
pardeike/Harmony
Harmony/Public/CodeInstruction.cs
mit
1,589,912,081
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection.Emit; namespace HarmonyLib { /// <summary>An abstract wrapper around OpCode and their operands. Used by transpilers</summary> /// public class CodeInstruction { /// <summary>The opcode</summa...
using System.Collections.Generic; using System.Linq; using System.Reflection.Emit; namespace HarmonyLib { /// <summary>An abstract wrapper around OpCode and their operands. Used by transpilers</summary> /// public class CodeInstruction { /// <summary>The opcode</summary> /// public OpCode opcode; /// <su...
b9006e44179eb0aa649173c57a0c42928efa2b9c
fix rebase
fix rebase # Conflicts: # BTCPayServer.Tests/GreenfieldAPITests.cs
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer.Tests/GreenfieldAPITests.cs
mit
1,589,911,759
using System; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using BTCPayServer.Client; using BTCPayServer.Client.Models; using BTCPayServer.JsonConverters; using BTCPayServer.Services; using BTCPayServer.Tests.Logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using X...
using System; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using BTCPayServer.Client; using BTCPayServer.Client.Models; using BTCPayServer.JsonConverters; using BTCPayServer.Services; using BTCPayServer.Tests.Logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using X...
5c26b5ef2cb3328bbe916a6c140382a25d551e7d
Handle null reference
Handle null reference
henkmollema/Dommel,henkmollema/Dommel
src/Dommel/DommelMapper.cs
mit
1,589,911,555
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Data; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using Dapper; namespace Dommel { /// <summary> /// Simple ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Data; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using Dapper; namespace Dommel { /// <summary> /// Simple ...
884527343a4ecf0bcce8037e6a955c2419f1d13a
Improve NameState performance as a Dictionary key
Improve NameState performance as a Dictionary key Default GetHashCode and Equals of a ValueType (struct) is based on reflection and quite slow. So we need to implement them to improve performance when building a GUIStyle, getting or setting a style property.
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Style/GUIStyle.cs
agpl-3.0
1,589,910,732
using ImGui.OSAbstraction.Graphics; using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; namespace ImGui { internal partial class GUIStyle { [DebuggerDisplay("{" + nameof(Name) + "}" + ("{" + nameof(State) + "}"))] private ...
using ImGui.OSAbstraction.Graphics; using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; namespace ImGui { internal partial class GUIStyle { [DebuggerDisplay("{" + nameof(Name) + "}" + ("{" + nameof(State) + "}"))] private ...
6e27247cdf7bc46b4317cbb98f3dfb5b20c769a2
Adjust storyboard decoder test in line with changes
Adjust storyboard decoder test in line with changes
UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu
osu.Game.Tests/Beatmaps/Formats/LegacyStoryboardDecoderTest.cs
mit
1,589,910,470
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osuTK; using osu.Framework.Graphics; using osu.Game.Beatmaps.Formats; using osu.Game.IO; using osu.Game.Storyboards; 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 System.Linq; using NUnit.Framework; using osuTK; using osu.Framework.Graphics; using osu.Game.Beatmaps.Formats; using osu.Game.IO; using osu.Game.Storyboards; usin...
e21178570484780c8467f47529ea407a6fd5e24c
Add overlay layer to storyboard definition
Add overlay layer to storyboard definition
UselessToucan/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu
osu.Game/Storyboards/Storyboard.cs
mit
1,589,910,465
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Storyboards.Drawables; namespace osu.Game.Storyboards { public class St...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Storyboards.Drawables; namespace osu.Game.Storyboards { public class St...
c90a816ee84ee16c023af2ada2c1d88e58513a18
More helper methods on CodeInstruction
More helper methods on CodeInstruction
pardeike/Harmony
Harmony/Tools/Extensions.cs
mit
1,589,910,360
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Text; namespace HarmonyLib { /// <summary>General extensions for common cases</summary> /// public static class GeneralExtensions { /// <summary>Join...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Text; namespace HarmonyLib { /// <summary>General extensions for common cases</summary> /// public static class GeneralExtensions { /// <summary>Join...
97c0435a02bb94c218ee69ffaa9963255dfa49d7
GSF.Communication: Updated TcpSimpleClient Disconnect to account for null.
GSF.Communication: Updated TcpSimpleClient Disconnect to account for null.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Communication/TcpSimpleClient.cs
mit
1,589,909,836
//****************************************************************************************************** // TcpSimpleClient.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
//****************************************************************************************************** // TcpSimpleClient.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
fe63a7b251d5dfa7ec13e7d32e256fa3335effec
Support Visual Studio 2019 16.7 Preview 1
Support Visual Studio 2019 16.7 Preview 1
tunnelvisionlabs/InheritanceMargin
Tvl.VisualStudio.InheritanceMargin.CSharp/CSharpInheritanceAnalyzer.cs
mit
1,589,909,492
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
a57e5051032a52875449d77c33b523cb4ae7414b
Fix silent failure for files with events
Fix silent failure for files with events
tunnelvisionlabs/InheritanceMargin
Tvl.VisualStudio.InheritanceMargin.CSharp/CSharpInheritanceAnalyzer.cs
mit
1,589,909,464
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
8c38d297ff0975d15ddd569dc913cd007e0540c2
Fixed a typo in help information (#630)
Fixed a typo in help information (#630)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator/Program.cs
mit
1,589,909,334
using McMaster.Extensions.CommandLineUtils; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using PipelineGenerator.Conventions; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threadi...
using McMaster.Extensions.CommandLineUtils; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using PipelineGenerator.Conventions; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threadi...
1b3dbecf1c5e6c9d93f318d11fbfc7a9106fff52
Updated variable name (#631)
Updated variable name (#631)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator/PipelineGenerationContext.cs
mit
1,589,909,299
using Microsoft.Extensions.Logging; using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.Core.WebApi; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Common; using Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi; using Microsoft.VisualStudio.S...
using Microsoft.Extensions.Logging; using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.Core.WebApi; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Common; using Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi; using Microsoft.VisualStudio.S...
06b9583a371680f2297c70ac8e35892058fcafe8
Fix a minor typo (#632)
Fix a minor typo (#632)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/notification-configuration/common/Services/AzureDevOpsService.cs
mit
1,589,909,226
using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.Core.WebApi; using Microsoft.VisualStudio.Services.Graph.Client; using Microsoft.VisualStudio.Services.WebApi; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.VisualStudio.Services.Notifications.WebApi.Clients; ...
using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.Core.WebApi; using Microsoft.VisualStudio.Services.Graph.Client; using Microsoft.VisualStudio.Services.WebApi; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.VisualStudio.Services.Notifications.WebApi.Clients; ...
0180a80f15d7c515f3ebeb397a1e40be99d68e08
Select hash algorith to use, required in .Net Standard
Select hash algorith to use, required in .Net Standard
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core.Tests/Extensions/BrandingExtensionsTests.cs
mit
1,589,908,458
using System.Security.Cryptography; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.SharePoint.Client; using System.IO; using System.Configuration; using OfficeDevPnP.Core.Utilities; ...
using System.Security.Cryptography; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.SharePoint.Client; using System.IO; using System.Configuration; using OfficeDevPnP.Core.Utilities; ...
4f42434e417d0610d9567fc567730a8450a8c21f
Use integer fallback strategy by default in CLI
Use integer fallback strategy by default in CLI
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator.Console/Program.cs
apache-2.0
1,589,907,926
using XmlSchemaClassGenerator; using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Mono.Options; using Ganss....
using XmlSchemaClassGenerator; using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Mono.Options; using Ganss....
0ab151c9cca5f9008c1214f1f6fc80f9bfb4fa1c
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,589,906,722
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
3d730ee2145d9b365c29b082423cba688514f764
Implemented NuGet autocomplete when multiple repositories are specified.
Implemented NuGet autocomplete when multiple repositories are specified.
aelij/roslynpad,aelij/roslynpad
src/RoslynPad.Common.UI/ViewModels/NuGetViewModel.cs
apache-2.0
1,589,906,187
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.IO; using System.Linq; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; using NuGet.Common; using NuGet.Configurat...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.IO; using System.Linq; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; using NuGet.Common; using NuGet.Configurat...
113e1b4e9d8b7ebfcb6564f6f97a676f36618e5f
update CastleFluentAspectInterceptor MethodBase
update CastleFluentAspectInterceptor MethodBase
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common.Aspect.Castle/FluentAspectInterceptor.cs
mit
1,589,905,533
using System; using System.Linq; using System.Threading.Tasks; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Aspect.Castle { public sealed class CastleFluentAspectInterceptor : global::Castle.DynamicProxy.IInterceptor { public void Intercept(global::Castle.DynamicProxy.IInvocation invocatio...
using System; using System.Linq; using System.Threading.Tasks; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Aspect.Castle { public sealed class CastleFluentAspectInterceptor : global::Castle.DynamicProxy.IInterceptor { public void Intercept(global::Castle.DynamicProxy.IInvocation invocatio...
8561a8a16185e3fb4caa593941610ccff48aff6d
Specify hash to use, required for .Net Standard framework
Specify hash to use, required for .Net Standard framework
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Extensions/FileFolderExtensions.cs
mit
1,589,905,524
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP....
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP....
dd0beac8b095beda68cf45ae60c40db82933fd50
update CastleFluentAspectInterceptor
update CastleFluentAspectInterceptor
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common.Aspect.Castle/FluentAspectInterceptor.cs
mit
1,589,905,303
using System; using System.Linq; using System.Threading.Tasks; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Aspect.Castle { public sealed class CastleFluentAspectInterceptor : global::Castle.DynamicProxy.IInterceptor { public void Intercept(global::Castle.DynamicProxy.IInvocation invocatio...
using System; using System.Linq; using System.Threading.Tasks; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Aspect.Castle { public sealed class CastleFluentAspectInterceptor : global::Castle.DynamicProxy.IInterceptor { public void Intercept(global::Castle.DynamicProxy.IInvocation invocatio...
b16654b675cbb3617cc01a8667ecb80ae8528536
Removed unneeded .Net standard exception
Removed unneeded .Net standard exception
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Extensions/SecurityExtensions.cs
mit
1,589,905,067
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; #if NETSTANDARD2_0 using System.Net; #endif using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.Online.SharePoint.TenantManagement; using OfficeDevPnP.Core; using OfficeDevPnP.Core.AppModelExtensions; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; #if NETSTANDARD2_0 using System.Net; #endif using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.Online.SharePoint.TenantManagement; using OfficeDevPnP.Core; using OfficeDevPnP.Core.AppModelExtensions; using...
ad6649c758c67f56cf4be2655fdc7cefea8e747d
Use readme sample code in "another window"
Use readme sample code in "another window"
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
templates/Demo/Demo.cs
agpl-3.0
1,589,904,508
using ImGui; public class Demo { double f = 0.0f; Color clearColor = Color.Argb(255, 114, 144, 154); private bool showAnotherWindow = false; #region Demo bool showDemoWindow = false; System.Diagnostics.Stopwatch watch; private static long startTime; private static long d...
using ImGui; public class Demo { double f = 0.0f; Color clearColor = Color.Argb(255, 114, 144, 154); private bool showAnotherWindow = false; #region Demo bool showDemoWindow = false; System.Diagnostics.Stopwatch watch; private static long startTime; private static long d...
969598abfbad57ce271821aebc0af15679779bc5
ジェネリック構造体のプロパティの型取得
ジェネリック構造体のプロパティの型取得
zenuas/Roku,zenuas/Roku
src/Compiler/Typing.cs
mit
1,589,903,510
using Extensions; using Roku.IntermediateCode; using Roku.Manager; using System; namespace Roku.Compiler { public static class Typing { public static void TypeInference(SourceCodeBody src) { var srcs = Lookup.AllPrograms(src).ToList(); while (true) { ...
using Extensions; using Roku.IntermediateCode; using Roku.Manager; using System; namespace Roku.Compiler { public static class Typing { public static void TypeInference(SourceCodeBody src) { var srcs = Lookup.AllPrograms(src).ToList(); while (true) { ...
b59bedbd6d72eab3311804cd960c8923f2cc444c
add suppress because for CA2214
add suppress because for CA2214
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,589,903,439
// -------------------------------------------------------------------------------------------------------------------- // <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...
8a549266a921b567aade76c62518992f4a0bc77d
Resolves #214 Filtered out expired user roles
Resolves #214 Filtered out expired user roles
HotcakesCommerce/core,HotcakesCommerce/core
Libraries/Hotcakes.Commerce.Dnn/Marketing/Qualifications/UserIsInRole.cs
mit
1,589,903,260
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
fa930cfe814cbb434096556344e0eea9194b4054
Use fragment
Use fragment
ucdavis/CRP,ucdavis/CRP
CRP.Mvc/Controllers/TransactionController.cs
mit
1,589,903,210
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Filter; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Resources; using CRP.Mvc.Con...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Filter; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Resources; using CRP.Mvc.Con...
eb8bed019475556c378e2c407479d78886dd6c1d
Update to try-catch OnCrash Just to avoid throwing exceptions inside the unhandled exception event
Update to try-catch OnCrash Just to avoid throwing exceptions inside the unhandled exception event
lucas-miranda/Raccoon
Raccoon/Core/Game.cs
mit
1,589,902,853
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
d2172ccb1dfabc4c2528c995ad1603aa17050ac8
GSF.Communication: Fixed read loop cancellation interactions in TcpSimpleClient.
GSF.Communication: Fixed read loop cancellation interactions in TcpSimpleClient.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Communication/TcpSimpleClient.cs
mit
1,589,901,855
//****************************************************************************************************** // TcpSimpleClient.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
//****************************************************************************************************** // TcpSimpleClient.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
af53a5db31ddcf394d1d749628d9f295ebe91fea
Fixed sample - added completionHandler call in sample.
Fixed sample - added completionHandler call in sample.
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
XPlat/AzureMessaging/iOS/samples/NotificationHubsSample/AppDelegate.cs
mit
1,589,901,146
using System; using Foundation; using UIKit; using WindowsAzure.Messaging.NotificationHubs; using WindowsAzure.Messaging; namespace AzureMessagingSampleiOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and...
using System; using Foundation; using UIKit; using WindowsAzure.Messaging.NotificationHubs; using WindowsAzure.Messaging; namespace AzureMessagingSampleiOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and...
88cb12ae8c698aea0b64ca660627adabc27ac364
Update SmartInsiderEventType.cs
Update SmartInsiderEventType.cs
JKarathiya/Lean,AlexCatarino/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean
Common/Data/Custom/SmartInsider/SmartInsiderEventType.cs
apache-2.0
1,589,900,987
/* * 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...
79a483be34cfc057c151dcb419603e5f4104d414
Fix comments in Mshexpression.cs (#12711)
Fix comments in Mshexpression.cs (#12711) # PR Summary Fix comments in Mshexpression.cs ## PR Context Fix summary comments for ResolveNames methods in Mshexpression.cs. ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-req...
TravisEz13/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,daxian-dbw/PowerShell,PaulHigin/PowerShell,daxian-dbw/PowerShell,TravisEz13/PowerShell,daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,PaulHigin/PowerShell,Trav...
src/System.Management.Automation/FormatAndOutput/common/Utilities/Mshexpression.cs
mit
1,589,899,758
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; using System.Management.Automation.Internal; using System.Management.Automation.Language; using ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; using System.Management.Automation.Internal; using System.Management.Automation.Language; using ...
1db2f7a65557b2eeee63a0343fea20155045cd3c
check if primarykey is not null
check if primarykey is not null
RobinHerbots/NCDO,RobinHerbots/NCDO
src/NCDO/CDOMemory/CDO_Record.cs
mit
1,589,899,371
using System; using System.Collections.Generic; using System.ComponentModel; using System.Json; using System.Linq.Expressions; using System.Reflection; using NCDO.Extensions; using NCDO.Interfaces; using JsonPair = System.Collections.Generic.KeyValuePair<string, System.Json.JsonValue>; using JsonPairEnumerable = Sy...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Json; using System.Linq.Expressions; using System.Reflection; using NCDO.Extensions; using NCDO.Interfaces; using JsonPair = System.Collections.Generic.KeyValuePair<string, System.Json.JsonValue>; using JsonPairEnumerable = Sy...
2afc4101b3d8ba3b8df8e438b7d91d20efb2ee53
BUGFIX: reflection assembly wrapper should copy over version.
BUGFIX: reflection assembly wrapper should copy over version.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/ReflectionAssemblyDescriptor.cs
mit
1,589,899,306
using System.Reflection; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet { /// <summary> /// Provides a wrapper for <see cref="Assembly"/> that maps properties declared by <see cref="Assembly"/> onto an /// <see cref="AssemblyDescriptor"/> instance. This can be used for importing ...
using System.Reflection; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet { /// <summary> /// Provides a wrapper for <see cref="Assembly"/> that maps properties declared by <see cref="Assembly"/> onto an /// <see cref="AssemblyDescriptor"/> instance. This can be used for importing ...
6d01dad37f569f92d22b2ecbcfeb82d2214813b7
fix: No leading slash for Tardigrade-Paths
fix: No leading slash for Tardigrade-Paths
mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati.Library.Backend.Tardigrade/TardigradeBackend.cs
lgpl-2.1
1,589,898,270
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
19e96e05a56f8ebd30f775f36860f274a4ef1d75
fix single instance
fix single instance
Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/UserSettings/Settings.cs
mit
1,589,898,235
using System; using System.Collections.ObjectModel; using System.Drawing; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using NLog; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin; namespace Wox.Infrastructure.UserSettings { public class Settings : BaseModel { ...
using System; using System.Collections.ObjectModel; using System.Drawing; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using NLog; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin; namespace Wox.Infrastructure.UserSettings { public class Settings : BaseModel { ...
920323c6dc2cd96afdb1c941c5857e899ef74d8f
Fix test case to not fail when config data is missing
Fix test case to not fail when config data is missing
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core.Tests/Utilities/HttpHelperTests.cs
mit
1,589,898,151
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.Core.Tests.Utilities { [TestClass] public class H...
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using OfficeDevPnP.Core.Utilities; namespace OfficeDevPnP.Core.Tests.Utilities { [TestClass] public class H...
d5293469c301caf2fc73b0c5db4f1b613b136cbb
add more runtime info
add more runtime info
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox.Infrastructure/Exception/ExceptionFormatter.cs
mit
1,589,897,891
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Xml; using Microsoft.Win32; namespace Wox.Infrastructure.Exception { public class ExceptionFormatter { public static string FormattedException(System.Exception ex) { ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Xml; using Microsoft.Win32; namespace Wox.Infrastructure.Exception { public class ExceptionFormatter { public static string FormattedException(System.Exception ex) { ...
38f5dcdc8b14703a9c950ebbc0e3c637216bbcda
Client/server prefix properties (#1024)
Client/server prefix properties (#1024) * Added non-static client/server prefixes as well as static and non-static client/server prefix properties. Co-authored-by: Leon Brunner <26e3fd584b6d0557bab38079c0339213b1d34382@fee.de> Co-authored-by: Jeffrey Stedfast <b08229510c3e3ef703ba0cf2ca14382fe3fbf1bd@microsoft.com>
jstedfast/MailKit,jamie-dainton/MailKit,jstedfast/MailKit
MailKit/ProtocolLogger.cs
mit
1,589,897,716
// // ProtocolLogger.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // 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 Soft...
// // ProtocolLogger.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // 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 Soft...
8b3e8b259017d8bbe5c72e522ab7a6b9cffe1b9a
BUGFIX: Use Index instead of MethodSignatureIndex upon updating parameters.
BUGFIX: Use Index instead of MethodSignatureIndex upon updating parameters.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Collections/ParameterCollection.cs
mit
1,589,897,606
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using AsmResolver.DotNet.Signatures; namespace AsmResolver.DotNet.Collections { /// <summary> /// Represents an ordered collection of parameters that a method defines and/or uses. Th...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using AsmResolver.DotNet.Signatures; namespace AsmResolver.DotNet.Collections { /// <summary> /// Represents an ordered collection of parameters that a method defines and/or uses. Th...
0d054fe1c9886198fc70322b5c61e1027b3201a0
https://pt.stackoverflow.com/q/206302/101
https://pt.stackoverflow.com/q/206302/101
maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt
CSharp/Class/This.cs
mit
1,589,897,590
public HelpController(HttpConfiguration config) => Configuration = config; public HelpController() => this.HelpController(GlobalConfiguration.Configuration); public HelpController(HttpConfiguration config = GlobalConfiguration.Configuration); //https://pt.stackoverflow.com/q/206302/101
public HelpController(HttpConfiguration config) => Configuration = config; public HelpController() => this.HelpController(GlobalConfiguration.Configuration); public HelpController(HttpConfiguration config = GlobalConfiguration.Configuration); //https://pt.stackoverflow.com/q/206287/101
1af200d5a51dd50cc46aaa59929ca8f7ea180f8b
catch error early
catch error early
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox/App.xaml.cs
mit
1,589,897,212
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
85156c62efd7900dbce4115e27f96327f4fd0345
Add xmldoc and address some code quality concerns
Add xmldoc and address some code quality concerns
peppy/osu-new,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu
osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs
mit
1,589,897,108
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
c28a9bdb804a05ee5fac61b5728931885650cdf5
Move load method up
Move load method up
NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu
osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs
mit
1,589,896,940
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
a6f3dc53f72e3100da0cb6d422a872522371e38e
Fix time value not being updated for next timing point
Fix time value not being updated for next timing point
smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu
osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs
mit
1,589,896,896
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
154da1c20b1a8cfe949597573ac6cb9ae98c3b02
BUGFIX: ldloca/ldarga incorrectly optimized to stloc/starg
BUGFIX: ldloca/ldarga incorrectly optimized to stloc/starg
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Code/Cil/CilInstructionCollection.cs
mit
1,589,896,719
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Code.Cil { /// <summary> /// Represents a collection of CIL instructions found in...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Code.Cil { /// <summary> /// Represents a collection of CIL instructions found in...
ff53a97f23985aac66dd67e78f1b7715c80ee58e
Add lookup support for module token.
Add lookup support for module token.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Serialized/CachedSerializedMemberFactory.cs
mit
1,589,896,045
using System; using System.Threading; using AsmResolver.PE.DotNet.Metadata; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Serialized { internal class CachedSerializedMemberFactory { private readonly IMetadata _metadata; ...
using System; using System.Threading; using AsmResolver.PE.DotNet.Metadata; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Serialized { internal class CachedSerializedMemberFactory { private readonly IMetadata _metadata; ...
6d741fa0ed6cfaf3e0ff9fec8b11491e6caaa824
RemoteFileMessage. DataType -> FileDataType.
RemoteFileMessage. DataType -> FileDataType.
StockSharp/StockSharp
Algo/Storages/Remote/Messages/RemoteFileMessage.cs
apache-2.0
1,589,895,033
namespace StockSharp.Algo.Storages.Remote.Messages { using System; using System.Runtime.Serialization; using Ecng.Common; using StockSharp.Community.Messages; using StockSharp.Messages; /// <summary> /// Remove file message (upload or download). /// </summary> public class RemoteFileMessage : FileInfoMessag...
namespace StockSharp.Algo.Storages.Remote.Messages { using System; using System.Runtime.Serialization; using Ecng.Common; using StockSharp.Community.Messages; using StockSharp.Messages; /// <summary> /// Remove file message (upload or download). /// </summary> public class RemoteFileMessage : FileInfoMessag...