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
e4c1b9be57ae9fe670c15189648a87277e41d923
prevent undebuggable StackOverflowException during exception interop
prevent undebuggable StackOverflowException during exception interop
QuantConnect/pythonnet,pythonnet/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet
src/runtime/pythonexception.cs
mit
1,590,715,039
using System; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Text; namespace Python.Runtime { /// <summary> /// Provides a managed interface to exceptions thrown by the Python /// runtime. /// </summary> public class PythonException : System.Exception, I...
using System; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Text; namespace Python.Runtime { /// <summary> /// Provides a managed interface to exceptions thrown by the Python /// runtime. /// </summary> public class PythonException : System.Exception, I...
4921a253417cbf447c159add2680408d3129aecf
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,590,713,967
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
e69b8c843c46a0d7544103f31f5fed30dd56280d
Refactored
Refactored
dahall/vanara
UnitTests/Windows.Shell/ShellItemPropStoreTests.cs
mit
1,590,713,780
using NUnit.Framework; using System; using System.Collections; using System.Diagnostics; using System.Linq; namespace Vanara.Windows.Shell.Tests { [TestFixture] public class ShellItemPropStoreTests { private const string testDoc = ShellItemTests.testDoc; [Test] public void DescriptionTest() { using var...
using System; using NUnit.Framework; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices.ComTypes; using Vanara.PInvoke; using Vanara.Windows.Shell; using static Vanara.PInvoke.Ole32; using static Vanara.PInvoke.Shell32; using System.Runtime.InteropServices; using System.Collections; nam...
92302b015ae41616a46b10af6164dbcf88ce2cf0
Another, hopefully final, fix for #124
Another, hopefully final, fix for #124
dahall/vanara
Windows.Shell/ShellItemChangeWatcher.cs
mit
1,590,709,925
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing.Design; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Forms; using System.Windows.Forms.Design; using Vanara.Extensions; using Vanara.PInvoke; using static Vanara....
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing.Design; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Forms; using System.Windows.Forms.Design; using Vanara.PInvoke; using static Vanara.PInvoke.Shell32; namespace Vanara.Windows.Shell { ...
4f3516bb64dd07219033742207a594ce0b25590c
Preserve method rids using method ptr.
Preserve method rids using method ptr.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/DotNetDirectoryBuffer.MemberTree.cs
mit
1,590,708,116
using System; 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 { private ...
using System; 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 { private ...
eddd71cbeb885e193247d5836dd795044a34ec14
Allow refreshing and linking to search page
Allow refreshing and linking to search page
ucdavis/Namster,ucdavis/Namster
src/Namster/Startup.cs
mit
1,590,706,725
using AspNetCore.Security.CAS; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.SpaServices; using Microsoft.AspNetCore.SpaServices.Webpack; using Microso...
using AspNetCore.Security.CAS; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.SpaServices; using Microsoft.AspNetCore.SpaServices.Webpack; using Microso...
8880cdf35ffdbe4f43f418125269c90cef3c7d9c
comment discard
comment discard
lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies
DependenciesGui/DependencyWindow.xaml.cs
mit
1,590,706,644
using System; using System.IO; using System.Collections.Generic; using System.Windows; using System.Windows.Media; using System.Windows.Controls; using System.ComponentModel; using System.Windows.Input; using System.Diagnostics; using System.Windows.Data; using Microsoft.Win32; using Mono.Cecil; using Dependencies.Clr...
using System; using System.IO; using System.Collections.Generic; using System.Windows; using System.Windows.Media; using System.Windows.Controls; using System.ComponentModel; using System.Windows.Input; using System.Diagnostics; using System.Windows.Data; using Microsoft.Win32; using Mono.Cecil; using Dependencies.Clr...
e0296080bdea274cc038712b4e1fddb31067a606
Add a message when we hit the restart timeout
Add a message when we hit the restart timeout
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Server.cs
agpl-3.0
1,590,705,804
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Ho...
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Ho...
2fc08d208fcc42c8a5e11c03c2d1b15179fc05e1
registry bug fix
registry bug fix
lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies
DependenciesGui/DependencyWindow.xaml.cs
mit
1,590,705,352
using System; using System.IO; using System.Collections.Generic; using System.Windows; using System.Windows.Media; using System.Windows.Controls; using System.ComponentModel; using System.Windows.Input; using System.Diagnostics; using System.Windows.Data; using Microsoft.Win32; using Mono.Cecil; using Dependencies.Clr...
using System; using System.IO; using System.Collections.Generic; using System.Windows; using System.Windows.Media; using System.Windows.Controls; using System.ComponentModel; using System.Windows.Input; using System.Diagnostics; using System.Windows.Data; using Microsoft.Win32; using Mono.Cecil; using Dependencies.Clr...
c961df9ee1e04f8ef39905ed9c866f1173edb051
fix unit for listbox test.
fix unit for listbox test.
AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia...
tests/Avalonia.Controls.UnitTests/Primitives/SelectingItemsControlTests.cs
mit
1,590,705,293
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using Avalonia.Collections; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; u...
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using Avalonia.Collections; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; u...
ad66569e53e8b8ec2a4006c47468139f78e8522d
Fix reverting not restoring funds
Fix reverting not restoring funds
DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer
LmpClient/Systems/ShareFunds/ShareFundsSystem.cs
mit
1,590,703,085
using LmpClient.Events; using LmpClient.Systems.ShareProgress; using LmpCommon.Enums; using System; using Guid = System.Guid; namespace LmpClient.Systems.ShareFunds { public class ShareFundsSystem : ShareProgressBaseSystem<ShareFundsSystem, ShareFundsMessageSender, ShareFundsMessageHandler> { public o...
using LmpClient.Events; using LmpClient.Systems.ShareProgress; using LmpCommon.Enums; using System; using Guid = System.Guid; namespace LmpClient.Systems.ShareFunds { public class ShareFundsSystem : ShareProgressBaseSystem<ShareFundsSystem, ShareFundsMessageSender, ShareFundsMessageHandler> { public o...
8a1fd99db75a3fa6d013018b7434ebfb2bb58991
Don't check the checksum for pdbs alongside the dll
Don't check the checksum for pdbs alongside the dll
NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer,campersau/NuGetPackageExplorer
PackageViewModel/SymbolValidation/SymbolValidator.cs
mit
1,590,702,365
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using AuthenticodeExaminer; using NuGet.Packa...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using AuthenticodeExaminer; using NuGet.Packa...
913d9f37eb30450ceeecc8d1a82d39e23a2a2f16
GSF.Core: Added functions to StringExtensions for runtime string interpolation.
GSF.Core: Added functions to StringExtensions for runtime string interpolation.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Core.Shared/StringExtensions.cs
mit
1,590,702,253
//****************************************************************************************************** // StringExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See //...
//****************************************************************************************************** // StringExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See //...
b210a77f476ec22a9d426fdfa3414e625a9a7741
Fix IndexOutOfRangeException when getting fields (#687)
Fix IndexOutOfRangeException when getting fields (#687) Occasionally we encounter a type where the reported MethodTableData.ParentMethodTable is non-null but invalid. I'm not sure what causes that. When we encounter these, it causes the field enumeration to fail because it will return the wrong fields for this type....
cshung/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime/src/Builders/RuntimeBuilder.cs
mit
1,590,701,213
// 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.Buffers; using System.Collections.Generic; using System.Collections.Immutable; using Sys...
// 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.Buffers; using System.Collections.Generic; using System.Collections.Immutable; using Sys...
28f96835539251377b0f3d0db202d4f0b3e48557
Linux is the dumb
Linux is the dumb
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs
agpl-3.0
1,590,701,124
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
3064728c0517388dccb4694259793a7b93baa1e2
Update Http3Connection lock objects to be readonly (#22263)
Update Http3Connection lock objects to be readonly (#22263)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/Core/src/Internal/Http3/Http3Connection.cs
apache-2.0
1,590,700,694
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Http; ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Http; ...
d3fd78d27b18324feb871b5640ee6e60f7ea6718
Publicise AddSteps.
Publicise AddSteps.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Queries/GremlinQueryAdmin.cs
mit
1,590,698,718
using System; using System.Collections.Generic; namespace ExRam.Gremlinq.Core { public static class GremlinQueryAdmin { public static TTargetQuery AddSteps<TTargetQuery>(this IGremlinQueryAdmin admin, IEnumerable<Step> steps) where TTargetQuery : IGremlinQueryBase { var...
using System; using System.Collections.Generic; namespace ExRam.Gremlinq.Core { internal static class GremlinQueryAdmin { public static TTargetQuery AddSteps<TTargetQuery>(this IGremlinQueryAdmin admin, IEnumerable<Step> steps) where TTargetQuery : IGremlinQueryBase { v...
7573e7768b5826ee7987e1629ad821509424d271
#116 - Add endpoint to query if user has notifications on
#116 - Add endpoint to query if user has notifications on
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/RequestsController.cs
agpl-3.0
1,590,698,672
using System; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Discord; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Dtos; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.In...
using System; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Discord; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Dtos; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.In...
d0aadb00856cdd345ed6b7cdd3233b31c819bc4f
Fix dynamic library dependency when you change OutputExtension option
Fix dynamic library dependency when you change OutputExtension option OutputExtension is an option that change the default extension of the outputed binary of a project but this option is not well propagated as dependency: When the final project (that generate executable) wants to copy its dependencies to the output d...
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Project.Configuration.cs
apache-2.0
1,590,698,368
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
732d574ec2170a1c53801827dc7271b1ee6029f5
Tidy up & better checking for NC JSON with JSONPath & SelectTokens()
Tidy up & better checking for NC JSON with JSONPath & SelectTokens() Less code duplication. No need for Publishing event as Saving event is called before publishing
KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,tcmorris/Umbraco-CMS,abryukhov/Umbraco-CMS,bjarnef/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,leekelleher/Umbraco-CMS,umbraco/Umbraco-CMS,madsoulswe/Umbraco-CMS,madsoulswe/Umbraco-CMS,arknu/Umbraco-CMS,NikRimington/Umbraco-CMS,tcmorris/Umbraco-CMS,abjerner/Umbraco-CM...
src/Umbraco.Web/Compose/NestedContentPropertyComponent.cs
mit
1,590,698,139
using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json.Linq; using Umbraco.Core; using Umbraco.Core.Composing; using Umbraco.Core.Events; using Umbraco.Core.Models; using Umbraco.Core.Services; using Umbraco.Core.Services.Implement; using Umbraco.Web.PropertyEditors; namespace Umbrac...
using System; using System.Linq; using Newtonsoft.Json.Linq; using Umbraco.Core; using Umbraco.Core.Composing; using Umbraco.Core.Events; using Umbraco.Core.Models; using Umbraco.Core.Services; using Umbraco.Core.Services.Implement; using Umbraco.Web.PropertyEditors; namespace Umbraco.Web.Compose { public class N...
01c327d3bfb6538a1c08716471974d55c981a74e
Add pressed pseudo class to ListBoxItem.
Add pressed pseudo class to ListBoxItem.
wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Pers...
src/Avalonia.Controls/ListBoxItem.cs
mit
1,590,698,040
using Avalonia.Controls.Mixins; using Avalonia.Input; namespace Avalonia.Controls { /// <summary> /// A selectable item in a <see cref="ListBox"/>. /// </summary> public class ListBoxItem : ContentControl, ISelectable { /// <summary> /// Defines the <see cref="IsSelected"/> property...
using Avalonia.Controls.Mixins; namespace Avalonia.Controls { /// <summary> /// A selectable item in a <see cref="ListBox"/>. /// </summary> public class ListBoxItem : ContentControl, ISelectable { /// <summary> /// Defines the <see cref="IsSelected"/> property. /// </summar...
42f70cbef009f1f3889204f0eaeb15c44ef2da45
Refactoring of Card (#1869)
Refactoring of Card (#1869) * Refactoring of Card -Removed class comment (added no value, visual clutter) - Streamlined dependency properties - Beautified OnRenderSizeChanged * Moved static readonly value type to const.
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/Card.cs
mit
1,590,697,877
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace MaterialDesignThemes.Wpf { [TemplatePart(Name = ClipBorderPartName, Type = typeof(Border))] public class Card : ContentControl { private Border _clipBorder; private const double Default...
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace MaterialDesignThemes.Wpf { /// <summary> /// A card is a content control, styled according to Material Design guidelines. /// </summary> [TemplatePart(Name = ClipBorderPartName, Type = typeof(Borde...
ac6ad63d657044cba4a68e41ab7cef4dcfb401c5
Fixed #1907 - Fixed badly formed URI
Fixed #1907 - Fixed badly formed URI
MassTransit/MassTransit,phatboyg/MassTransit,MassTransit/MassTransit,phatboyg/MassTransit,MassTransit/MassTransit,phatboyg/MassTransit
src/Transports/MassTransit.ActiveMqTransport/Configuration/Configurators/ConfigurationHostSettings.cs
apache-2.0
1,590,697,113
namespace MassTransit.ActiveMqTransport.Configurators { using System; using System.Collections.Generic; using System.Linq; using Apache.NMS; public class ConfigurationHostSettings : ActiveMqHostSettings { readonly Lazy<Uri> _brokerAddress; readonly Lazy<Uri>...
namespace MassTransit.ActiveMqTransport.Configurators { using System; using System.Collections.Generic; using System.Linq; using Apache.NMS; public class ConfigurationHostSettings : ActiveMqHostSettings { readonly Lazy<Uri> _brokerAddress; readonly Lazy<Uri>...
4ae6e1f99b0d14a7b9427378046e9471c1e38a0b
#116 - Add the notify bool into the body
#116 - Add the notify bool into the body
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/RequestsController.cs
agpl-3.0
1,590,696,810
using System; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Discord; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Dtos; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.In...
using System; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Discord; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Dtos; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.In...
7c594a76b76be95f17e58ede1ab598b5d1066dd9
Refactoring of ButtonAsisst (#1868)
Refactoring of ButtonAsisst (#1868) - Removed class comment (provides no actual information and will be misleasing, if the class is extended) - Streamlined attached property
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/ButtonAssist.cs
mit
1,590,696,505
using System.Windows; namespace MaterialDesignThemes.Wpf { public static class ButtonAssist { private static readonly CornerRadius DefaultCornerRadius = new CornerRadius(2.0); #region AttachedProperty : CornerRadiusProperty /// <summary> /// Controls the corner radius of the s...
using System.Windows; namespace MaterialDesignThemes.Wpf { /// <summary> /// Helper properties for working with for make round corner. /// </summary> public static class ButtonAssist { /// <summary> /// Controls the corner radius of the surrounding box. /// </summary> ...
836953370d0468c8f38a1d0281650a78682edc6b
Remove unused IoC resolve from SharedCombatModeComponent.cs
Remove unused IoC resolve from SharedCombatModeComponent.cs
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Shared/GameObjects/Components/Mobs/SharedCombatModeComponent.cs
mit
1,590,696,481
using System; using Robust.Shared.GameObjects; using Robust.Shared.Serialization; using Robust.Shared.ViewVariables; namespace Content.Shared.GameObjects.Components.Mobs { public abstract class SharedCombatModeComponent : Component { public sealed override uint? NetID => ContentNetIDs.COMBATMODE; ...
using System; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.Timing; using Robust.Shared.IoC; using Robust.Shared.Serialization; using Robust.Shared.ViewVariables; namespace Content.Shared.GameObjects.Components.Mobs { public abstract class SharedCombatModeComponent : Component { publi...
99b83e2f76de5ccc7a8bf0e3d56e5cf614119fbe
solr installation. #367
solr installation. #367
Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager
src/SIM.Sitecore9Installer/InstallParam.cs
mit
1,590,696,015
using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SIM.Sitecore9Installer { public enum InstallParamType { String, Bool, Int } public class InstallParam { public event EventHa...
using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SIM.Sitecore9Installer { public enum InstallParamType { String, Bool } public class InstallParam { public event EventHandler...
177789601791399e9f793ed52948d4ce223ffcd2
Disable namespace provider for Packages and subfolder
Disable namespace provider for Packages and subfolder
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/Settings/NamespaceProviderProjectSettingsProvider.cs
apache-2.0
1,590,695,358
using System; using System.Collections.Generic; using System.Linq.Expressions; using JetBrains.Annotations; using JetBrains.Application.Settings; using JetBrains.Application.Settings.Implementation; using JetBrains.Lifetimes; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon; using JetBrains.Util; namespa...
using System; using System.Collections.Generic; using System.Linq.Expressions; using JetBrains.Annotations; using JetBrains.Application.Settings; using JetBrains.Application.Settings.Implementation; using JetBrains.Lifetimes; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon; using JetBrains.Util; namespa...
983809383edfb2fe466bad771dd450434c85e2d0
Disabling vertical scrollbar on GroupsContainer
Disabling vertical scrollbar on GroupsContainer
fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,punker76/Fluent.Ribbon
Fluent.Ribbon/Controls/RibbonTabItem.cs
mit
1,590,695,276
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Windows; using System.Windows.Automation; using...
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Windows; using System.Windows.Automation; using...
c82ec6559afeca7c423d78117663edcb4397d104
fix trailer remessa
fix trailer remessa
fortesinformatica/boletonet,fortesinformatica/boletonet,fortesinformatica/boletonet
src/Boleto.Net/Banco/Banco_Sicredi.cs
apache-2.0
1,590,694,322
using System; using System.Web.UI; using BoletoNet.Util; using System.Text; using BoletoNet.EDI.Banco; using BoletoNet.Excecoes; using System.Collections.Generic; using System.Linq; using BoletoNet.Enums; [assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")] namespace BoletoNet { /// <Author> /// S...
using System; using System.Web.UI; using BoletoNet.Util; using System.Text; using BoletoNet.EDI.Banco; using BoletoNet.Excecoes; using System.Collections.Generic; using System.Linq; using BoletoNet.Enums; [assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")] namespace BoletoNet { /// <Author> /// S...
e1b31bd0abaefe7f7046178c5857b38b2c2a1444
Fixed crashes on ShellItemChangeWatcher with unrecognized events.
Fixed crashes on ShellItemChangeWatcher with unrecognized events.
dahall/vanara
Windows.Shell/ShellItemChangeWatcher.cs
mit
1,590,693,397
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing.Design; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Forms; using System.Windows.Forms.Design; using Vanara.PInvoke; using static Vanara.PInvoke.Shell32; namespace Vanara.Windows.Shell { ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing.Design; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Forms; using System.Windows.Forms.Design; using Vanara.PInvoke; using static Vanara.PInvoke.Shell32; namespace Vanara.Windows.Shell { ...
e9fa9457c3f57be604cdd733cf6308928eb6df50
adding a delay for yoink
adding a delay for yoink
gngrninja/NinjaBotCore
src/Modules/Wow/WowCommands.cs
mit
1,590,692,376
using NinjaBotCore.Database; using NinjaBotCore.Models.Wow; using Discord; using Discord.Commands; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord.Net; using Discord.WebSocket; using System.Text.RegularExpressions; using Microsoft.Extensi...
using NinjaBotCore.Database; using NinjaBotCore.Models.Wow; using Discord; using Discord.Commands; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord.Net; using Discord.WebSocket; using System.Text.RegularExpressions; using Microsoft.Extensi...
8c0235617b7add6b811a7affef443816a012126c
Add CPU max allocation to Controls
Add CPU max allocation to Controls - Add CPU max allocation to Controls - Rename json field ram allocation from iRamAllocation to iMaxRamAllocation
JKarathiya/Lean,AlexCatarino/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean
Common/Packets/Controls.cs
apache-2.0
1,590,692,008
/* * 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...
583b77cb235cf0990c6fa36b92df514eee1964ef
Fixed some bugs in ControlHost related to removing controls & mouse
Fixed some bugs in ControlHost related to removing controls & mouse
Thraka/SadConsole
SadConsole/UI/ControlHost.cs
mit
1,590,691,186
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Runtime.Serialization; using SadConsole.Input; using SadConsole.UI.Controls; using SadConsole.UI.Themes; namespace SadConsole.UI { /// <summary> /// Adds the ability ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Runtime.Serialization; using SadConsole.Input; using SadConsole.UI.Controls; using SadConsole.UI.Themes; namespace SadConsole.UI { /// <summary> /// Adds the ability ...
cc7f95692cb4f40e09ebf1ee7700c241fdd80544
Correct &&
Correct &&
umasteeringgroup/UMA
UMAProject/Assets/UMA/Core/Extensions/DynamicCharacterSystem/Scripts/DynamicCharacterAvatar.cs
mit
1,590,690,298
using UnityEngine; //For loading a recipe directly from the web @2465 using UnityEngine.Networking; #if UNITY_EDITOR using UnityEditor; using UnityEditor.SceneManagement;//for marking converted colors as needing saving #endif using UnityEngine.Serialization;//for converting old characterColors.Colors to new colors us...
using UnityEngine; //For loading a recipe directly from the web @2465 using UnityEngine.Networking; #if UNITY_EDITOR using UnityEditor; using UnityEditor.SceneManagement;//for marking converted colors as needing saving #endif using UnityEngine.Serialization;//for converting old characterColors.Colors to new colors us...
5b8dfd7c5115dd82b85a2626022e5935b1fcf269
Implement redundant wildcard support.
Implement redundant wildcard support.
McSherry/McSherry.SemanticVersioning,McSherry/libSemVer.NET
McSherry.SemanticVersioning/SemanticVersion.Parsing.cs
mit
1,590,689,850
// Copyright (c) 2015-19 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, pub...
// Copyright (c) 2015-19 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, pub...
074d107ed66c9a6f93808ceba59eecb3aef25e24
Add further tests for redundant wildcards.
Add further tests for redundant wildcards.
McSherry/libSemVer.NET,McSherry/McSherry.SemanticVersioning
McSherry.SemanticVersioning.Testing/SemanticVersionIntlParsingTests.cs
mit
1,590,689,608
// Copyright (c) 2015-19 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, pub...
// Copyright (c) 2015-19 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, pub...
f32be88910af4ef62678567619c1f048009800ef
Logging for days
Logging for days
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs
agpl-3.0
1,590,689,295
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
a7a9b8204ee34a1fff6cc631fa941866432850f4
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Build fix
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Build fix
KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,a...
src/Umbraco.Web.BackOffice/Controllers/LanguageController.cs
mit
1,590,688,878
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.AspNetCore.Mvc; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Mapping; using Umbraco.Core.Models; using Umbraco.Core.Services; using Umbraco.Web.BackOffice.Filters; using Umbraco.We...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.AspNetCore.Mvc; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Mapping; using Umbraco.Core.Models; using Umbraco.Core.Services; using Umbraco.Web.BackOffice.Filters; using Umbraco.We...
7207d157f5f5c83044b910b02955b2b7640478a1
Enable pulling of 2004 sample image (#1959)
Enable pulling of 2004 sample image (#1959)
dotnet/dotnet-docker,MichaelSimons/dotnet-docker,dotnet/dotnet-docker,MichaelSimons/dotnet-docker,dotnet/dotnet-docker,MichaelSimons/dotnet-docker
tests/Microsoft.DotNet.Docker.Tests/TestData.cs
mit
1,590,688,481
// 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; using System.Linq; using System.Text.RegularExpressions; using stat...
// 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; using System.Linq; using System.Text.RegularExpressions; using stat...
50889c51d03602a6d6b167264ab50e8c8ee11d2b
Remove redundant wildcard failure tests.
Remove redundant wildcard failure tests.
McSherry/McSherry.SemanticVersioning,McSherry/libSemVer.NET
McSherry.SemanticVersioning.Testing/SemanticVersionIntlParsingTests.cs
mit
1,590,688,346
// Copyright (c) 2015-19 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, pub...
// Copyright (c) 2015-19 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, pub...
4f4cfaa7c10e420a12af9d8c77eda1b46112c737
Render nested bags in Summary also (#6288)
Render nested bags in Summary also (#6288)
petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,OrchardCMS/Brochard,OrchardCMS/Brochard,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orcha...
src/OrchardCore.Modules/OrchardCore.Flows/Drivers/BagPartDisplay.cs
bsd-3-clause
1,590,688,028
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OrchardCore.ContentManagement; using OrchardCore.ContentManagement.Display; using OrchardCore.ContentManagement.Display.ContentDisplay; using OrchardCore.ContentManageme...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using OrchardCore.ContentManagement; using OrchardCore.ContentManagement.Display; using OrchardCore.ContentManagement.Display.ContentDisplay; using OrchardCore.ContentManageme...
3778d813f79593c14be963fa2c535349ee5a21bc
Expect multiple language editors to be active at the same time.
Expect multiple language editors to be active at the same time.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/Session.ToolForms.cs
apache-2.0
1,590,687,141
#region License /********************************************************************************* * Session.ToolForms.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
#region License /********************************************************************************* * Session.ToolForms.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
93ac967eb84b3425465fc3e6e5b82ce7914eef9f
Clear out all CmdKeys which are a combination of Ctrl and a letter.
Clear out all CmdKeys which are a combination of Ctrl and a letter.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/ScintillaEx.cs
apache-2.0
1,590,686,771
#region License /********************************************************************************* * ScintillaEx.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
#region License /********************************************************************************* * ScintillaEx.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
4e7e7ef9b145985370e4b8d451faaf1b10d3b5a2
Fix flicker when selecting text with an indicator.
Fix flicker when selecting text with an indicator.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/ScintillaEx.cs
apache-2.0
1,590,686,704
#region License /********************************************************************************* * ScintillaEx.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
#region License /********************************************************************************* * ScintillaEx.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
b79c0827938e20a8f9f87863eefa20afbb25fa4f
Remove {@code foo} tag. (#187)
Remove {@code foo} tag. (#187) This isn't valid xmldoc.
firebase/firebase-admin-dotnet,firebase/firebase-admin-dotnet,firebase/firebase-admin-dotnet
FirebaseAdmin/FirebaseAdmin/Auth/FirebaseAuth.cs
apache-2.0
1,590,685,197
// Copyright 2018, 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 applicabl...
// Copyright 2018, 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 applicabl...
723ac4eafa89f8be722be92d1a3a9503bda10c1a
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,590,684,893
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 ...
49e18c83085f136cafa696bdf91416307fe58970
Save page before re-ordering (BL-8509)
Save page before re-ordering (BL-8509) Try not to merge this into 4.8 and later...they already have a fix, and the file this modifies has been drastically changed.
gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,...
src/BloomExe/Edit/WebThumbNailList.cs
mit
1,590,684,798
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Linq; using System.Runtime.InteropServices; using System.Xml; using Bloom.Book; using Bloom.Api; us...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Linq; using System.Runtime.InteropServices; using System.Xml; using Bloom.Book; using Bloom.Api; us...
46472ff1f67dae54b43aacc16d3ba8821d82ba6f
Small change.
Small change.
StockSharp/StockSharp
Algo/LookupTrackingMessageAdapter.cs
apache-2.0
1,590,683,970
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Common; using Ecng.Collections; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Message adapter that tracks multiple lookups requests and put them ...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Common; using Ecng.Collections; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Message adapter that tracks multiple lookups requests and put them ...
b45b6ab9a8e0b1fe5ed7b7bb59b17a03a0664362
Add tests for redundant wildcards.
Add tests for redundant wildcards.
McSherry/McSherry.SemanticVersioning,McSherry/libSemVer.NET
McSherry.SemanticVersioning.Testing/Ranges/RangeTests.cs
mit
1,590,683,730
// Copyright (c) 2015-19 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, pub...
// Copyright (c) 2015-19 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, pub...
6d5d1e7d0cdd78b04d8e8878cc20a8cfe734c28f
Nits (#683)
Nits (#683) * Nits * Update src/Microsoft.Diagnostics.Runtime.Tests/src/GCRootTests.cs Co-authored-by: Lee Culver <c50abfc894a82651d578a9f2b7257642cdb2b9d6@microsoft.com> Co-authored-by: Lee Culver <c50abfc894a82651d578a9f2b7257642cdb2b9d6@microsoft.com>
cshung/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime.Tests/src/GCRootTests.cs
mit
1,590,683,203
// 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; using System.Collections.Immutable; using System.Linq; using System...
// 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; using System.Collections.Immutable; using System.Linq; using System...
1e9f2b4505cb0dc38d127ff3e2edb82695bcc426
Added adjustment of Breaker Restrikes and Relay Energyzation when moving StartTime of an Event
Added adjustment of Breaker Restrikes and Relay Energyzation when moving StartTime of an Event
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/openXDA.Hubs/DataHub.cs
mit
1,590,682,523
//****************************************************************************************************** // DataHub.cs - Gbtc // // Copyright © 2016, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOT...
//****************************************************************************************************** // DataHub.cs - Gbtc // // Copyright © 2016, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOT...
37ef052eb1dcb97d297377991749902a65177c7e
Allow negative blendshapes to bake
Allow negative blendshapes to bake
umasteeringgroup/UMA
UMAProject/Assets/UMA/Core/StandardAssets/UMA/Scripts/SkinnedMeshCombiner.cs
mit
1,590,682,438
using UnityEngine; using System.Collections; using System.Collections.Generic; using System; #if UNITY_2019_3_OR_NEWER using Unity.Collections; #endif namespace UMA { /// <summary> /// Utility class for merging multiple skinned meshes. /// </summary> public static class SkinnedMeshCombiner { #if UNITY_2019_3_OR_N...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System; #if UNITY_2019_3_OR_NEWER using Unity.Collections; #endif namespace UMA { /// <summary> /// Utility class for merging multiple skinned meshes. /// </summary> public static class SkinnedMeshCombiner { #if UNITY_2019_3_OR_N...
f7b2c1dd156da54c8413e6547a63b09e1ee999ac
Fix wrong serializer use
Fix wrong serializer use
bluehands/WebApiHypermediaExtensions,bluehands/WebApiHypermediaExtensions
Source/WebApi.HypermediaExtensions/JsonSchema/JsonSchemaFactory.cs
mit
1,590,680,921
using System; using System.Collections.Immutable; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Reflection; using System.Threading.Tasks; using NJsonSchema; using NJsonSchema.Generation; using WebApi.HypermediaExtensions.Util; using WebApi.HypermediaExtensions.WebApi.RouteResolver; #if...
using System; using System.Collections.Immutable; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Reflection; using System.Threading.Tasks; using NJsonSchema; using NJsonSchema.Generation; using WebApi.HypermediaExtensions.Util; using WebApi.HypermediaExtensions.WebApi.RouteResolver; #if...
c3386f6adabc0a67a8e6518fe8a497dbdc5ac966
LookupTrackingMessageAdapter. Do not queue unsubscribe messages.
LookupTrackingMessageAdapter. Do not queue unsubscribe messages.
StockSharp/StockSharp
Algo/LookupTrackingMessageAdapter.cs
apache-2.0
1,590,680,843
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Common; using Ecng.Collections; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Message adapter that tracks multiple lookups requests and put them ...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Common; using Ecng.Collections; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Message adapter that tracks multiple lookups requests and put them ...
96509717cb97bc398d22f81cf8e4da420ada90bb
Fix: Paid payment requests are not marked as completed if there is an expiry date set
Fix: Paid payment requests are not marked as completed if there is an expiry date set
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/PaymentRequest/PaymentRequestService.cs
mit
1,590,680,706
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using BTCPayServer.Models.PaymentRequestViewModels; using BTCPayServer.Payments; using BTCPayServer.Payments.Lightning; using BTCPayServer.Services.Apps; using BTCPaySer...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using BTCPayServer.Models.PaymentRequestViewModels; using BTCPayServer.Payments; using BTCPayServer.Payments.Lightning; using BTCPayServer.Services.Apps; using BTCPaySer...
785ecacb325559b91758d253ddbc73eb52a951a9
Remove file delay system.
Remove file delay system. It didn't work and was replaced by just spamming mouse updates. It caused guns to fire twice on accident.
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Weapon/Ranged/RangedWeapon.cs
mit
1,590,680,691
using System; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects.Components.Weapons.Ranged; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces.Network; using Robust.Shared.Interfaces...
using System; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects.Components.Weapons.Ranged; using Robust.Server.Interfaces.Player; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces....
7573eb786308be89a6e4edd64b2f0a9486005957
RangedWeaponSystem doesn't send updates on past prediction.
RangedWeaponSystem doesn't send updates on past prediction.
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Client/GameObjects/EntitySystems/RangedWeaponSystem.cs
mit
1,590,680,691
using Content.Client.GameObjects.Components.Weapons.Ranged; using Content.Client.Interfaces.GameObjects; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.Graphics.ClientEye; using Robust.Client.Interfaces.Input; using Robust.Client.Player; using Robust.Shared.GameObjects.Systems; using Rob...
using Content.Client.GameObjects.Components.Weapons.Ranged; using Content.Client.Interfaces.GameObjects; using Content.Shared.Input; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.Graphics.ClientEye; using Robust.Client.Interfaces.Input; using Robust.Client.Player; using Robust.Shared.Ga...
2012b323f010d36086ccee4efef34d4b55eab747
fix codigo cedente header remessa
fix codigo cedente header remessa
fortesinformatica/boletonet,fortesinformatica/boletonet,fortesinformatica/boletonet
src/Boleto.Net/Banco/Banco_Sicredi.cs
apache-2.0
1,590,679,802
using System; using System.Web.UI; using BoletoNet.Util; using System.Text; using BoletoNet.EDI.Banco; using BoletoNet.Excecoes; using System.Collections.Generic; using System.Linq; using BoletoNet.Enums; [assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")] namespace BoletoNet { /// <Author> /// S...
using System; using System.Web.UI; using BoletoNet.Util; using System.Text; using BoletoNet.EDI.Banco; using BoletoNet.Excecoes; using System.Collections.Generic; using System.Linq; using BoletoNet.Enums; [assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")] namespace BoletoNet { /// <Author> /// S...
8d3e9310b9d7f15e4bd291151933f867ea7a6a16
Avoid Debug Window loading in local test run when not debugging
Avoid Debug Window loading in local test run when not debugging o determine debug window plugin assembly path entirely at runtime
telerik/JustMockLite
Telerik.JustMock/Core/Context/MockingContext.cs
apache-2.0
1,590,679,686
/* JustMock Lite Copyright © 2010-2015,2020 Progress Software 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 the License at http://www.apache.org/licenses/LICENSE-2.0 Unless require...
/* JustMock Lite Copyright © 2010-2015,2020 Progress Software 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 the License at http://www.apache.org/licenses/LICENSE-2.0 Unless require...
093b173c37bb5333ebb1365d27c3012b5983f4c5
Added PathUtility.IsNetworkDrive.
Added PathUtility.IsNetworkDrive.
GregaMohorko/GM.Utility
src/GM.Utility/GM.Utility/PathUtility.cs
mit
1,590,679,529
/* MIT License Copyright (c) 2020 Gregor Mohorko 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, publish...
/* MIT License Copyright (c) 2018 Grega Mohorko 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, publish,...
251811af6d6be9305e5309000bf135ec5adaa522
LINQ improvement to custom ToSet operator
LINQ improvement to custom ToSet operator Apply DISTINCT on array_agg when ToSet is called
ngs-doo/revenj,ngs-doo/revenj,ngs-doo/revenj,ngs-doo/revenj,ngs-doo/revenj
csharp/Core/Revenj.Core/DatabasePersistence/Postgres/QueryGeneration/Plugins/ExpressionSupport/LinqMethods.cs
bsd-3-clause
1,590,678,881
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using Remotion.Linq.Clauses.Expressions; using Revenj.DatabasePersistence.Postgres.QueryGeneration.QueryComposition; using Reve...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using Remotion.Linq.Clauses.Expressions; using Revenj.DatabasePersistence.Postgres.QueryGeneration.QueryComposition; using Reve...
95dbb65612f473e7d3264e190e601976bf93464b
GreenField: Payment Request property missing jsonconverter
GreenField: Payment Request property missing jsonconverter
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer.Client/Models/PaymentRequestData.cs
mit
1,590,677,823
using System; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace BTCPayServer.Client.Models { public class PaymentRequestData : PaymentRequestBaseData { [JsonConverter(typeof(StringEnumConverter))] public PaymentRequestData.PaymentRequestStatus Status { get; set; } ...
using System; namespace BTCPayServer.Client.Models { public class PaymentRequestData : PaymentRequestBaseData { public PaymentRequestData.PaymentRequestStatus Status { get; set; } public DateTimeOffset Created { get; set; } public string Id { get; set; } public bool Archived { g...
a513ae51e2e118d1577853dbdf4face6fee092f2
Update Visma.net/lib/VismaNetWebClient.cs
Update Visma.net/lib/VismaNetWebClient.cs Co-authored-by: Ole Melhus <56d6cf41a1013b10c0a70ef7558478d852ff28bb@on-it.no>
ON-IT/Visma.Net,ON-IT/Visma.Net
Visma.net/lib/VismaNetWebClient.cs
mit
1,590,677,404
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json....
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json....
d61de2b93b249f50b9f70e1756bc288c1301ee3b
Update Visma.net/lib/DAta/CustomerInvoiceData.cs
Update Visma.net/lib/DAta/CustomerInvoiceData.cs Co-authored-by: Ole Melhus <56d6cf41a1013b10c0a70ef7558478d852ff28bb@on-it.no>
ON-IT/Visma.Net,ON-IT/Visma.Net
Visma.net/lib/DAta/CustomerInvoiceData.cs
mit
1,590,677,348
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; using ONIT.VismaNetApi.Helpers; using ONIT.VismaNetApi.Models; namespace ONIT.VismaNetApi.Lib.Data { public class CustomerInvoiceData : BaseCrudDataClass<CustomerInvoice> { /// <summary> ...
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; using ONIT.VismaNetApi.Helpers; using ONIT.VismaNetApi.Models; namespace ONIT.VismaNetApi.Lib.Data { public class CustomerInvoiceData : BaseCrudDataClass<CustomerInvoice> { /// <summary> ...
418e18745341a80ae77f5d92a15dbc9bd89e8a6b
Use larger initial capacity.
Use larger initial capacity.
autofac/Autofac,autofac/Autofac
src/Autofac/Core/Resolving/ResolveOperationBase.cs
mit
1,590,677,280
// This software is part of the Autofac IoC container // Copyright © 2020 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
// This software is part of the Autofac IoC container // Copyright © 2020 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
2e0c0eef9c5203711df7f361ce947065fedc1dde
Added Comments and Function to move Timestamp
Added Comments and Function to move Timestamp
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/openXDA.Model/Channels/ChannelData.cs
mit
1,590,677,076
//****************************************************************************************************** // ChannelData.cs - Gbtc // // Copyright © 2017, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the...
//****************************************************************************************************** // ChannelData.cs - Gbtc // // Copyright © 2017, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the...
0a9ecc1f99d67762948992a90b87bbc6ecce9df6
added firmware and fpga for some specs
added firmware and fpga for some specs
WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET
WasatchNET/BoulderSpectrometer.cs
mit
1,590,676,375
using System; using System.Reflection; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; using System.Text; using System.Text.RegularExpressions; using LibUsbDotNet; using LibUsbDotNet.Main; namespace WasatchNET { public class BoulderSpectrometer : Spectrometer { ...
using System; using System.Reflection; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; using LibUsbDotNet; using LibUsbDotNet.Main; namespace WasatchNET { public class BoulderSpectrometer : Spectrometer { public const byte OP_TECENABLE = 0x70; pub...
a8e7480e2fba94dd71edd7d8938de51db9b197e9
Don't reset the list, just track the 'next' position.
Don't reset the list, just track the 'next' position.
autofac/Autofac,autofac/Autofac
src/Autofac/Core/Resolving/ResolveOperationBase.cs
mit
1,590,676,273
// This software is part of the Autofac IoC container // Copyright © 2020 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
// This software is part of the Autofac IoC container // Copyright © 2020 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
6e3008d9bfcef8fa14ab4fc96bcaa39adb75b83d
improve tests
improve tests
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Clients/WasabiClientTests.cs
mit
1,590,676,266
using NBitcoin; using Newtonsoft.Json; using System; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Models; using WalletWasabi.Services; using WalletWasabi.WebClients.Wasabi; using Xunit; namespace WalletWasabi.Tests.UnitTests.Client...
using NBitcoin; using Newtonsoft.Json; using System; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Models; using WalletWasabi.Services; using WalletWasabi.WebClients.Wasabi; using Xunit; namespace WalletWasabi.Tests.UnitTests.Client...
d5439c8e2592e74d3d2584af7353ac5a0627029c
Fix sample testing for Nano Server 2004 (#1957)
Fix sample testing for Nano Server 2004 (#1957)
dotnet/dotnet-docker,MichaelSimons/dotnet-docker,MichaelSimons/dotnet-docker,MichaelSimons/dotnet-docker,dotnet/dotnet-docker,dotnet/dotnet-docker
tests/Microsoft.DotNet.Docker.Tests/TestData.cs
mit
1,590,676,210
// 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; using System.Linq; using System.Text.RegularExpressions; using stat...
// 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; using System.Linq; using System.Text.RegularExpressions; using stat...
df794e3141ba9582d8df9dab62f5506428f40147
Fix missing using namespaces
Fix missing using namespaces
ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp.AspNetCore.SignalR/AspNetCore/SignalR/Hubs/OnlineClientHubBase.cs
mit
1,590,676,198
using System; using System.Linq; using System.Threading.Tasks; using Abp.Auditing; using Abp.Dependency; using Abp.RealTime; using Abp.Runtime.Session; using Castle.Core.Logging; using Microsoft.AspNetCore.SignalR; namespace Abp.AspNetCore.SignalR.Hubs { public abstract class OnlineClientHubBase : AbpHubBase, ITr...
using System; using System.Threading.Tasks; using Abp.Auditing; using Abp.Dependency; using Abp.RealTime; using Abp.Runtime.Session; using Castle.Core.Logging; namespace Abp.AspNetCore.SignalR.Hubs { public abstract class OnlineClientHubBase : AbpHubBase, ITransientDependency { protected IOnlineClient...
f8a95fa2a124b977d957071e0fb0ad84952cfd8d
Fix tooltip memory leak
Fix tooltip memory leak
grokys/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,wieslawsolte...
src/Avalonia.Controls/ToolTip.cs
mit
1,590,676,196
using System; using System.Reactive.Linq; using Avalonia.Controls.Primitives; using Avalonia.VisualTree; namespace Avalonia.Controls { /// <summary> /// A control which pops up a hint when a control is hovered. /// </summary> /// <remarks> /// You will probably not want to create a <see cref="ToolT...
using System; using System.Reactive.Linq; using Avalonia.Controls.Primitives; using Avalonia.VisualTree; namespace Avalonia.Controls { /// <summary> /// A control which pops up a hint when a control is hovered. /// </summary> /// <remarks> /// You will probably not want to create a <see cref="ToolT...
f33fb4021cbb51cb4f87c1131d7974027fc56805
GremlinQueryFragmentDeserializer: Only consider interfaces defined on the current type.
GremlinQueryFragmentDeserializer: Only consider interfaces defined on the current type.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Deserialization/GremlinQueryFragmentDeserializer.cs
mit
1,590,675,456
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; namespace ExRam.Gremlinq.Core { public static class GremlinQueryFragmentDeserializer { private sealed class GremlinQueryFragmentDeserializerImpl : IGremlinQueryFragmentDeserializer ...
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; namespace ExRam.Gremlinq.Core { public static class GremlinQueryFragmentDeserializer { private sealed class GremlinQueryFragmentDeserializerImpl : IGremlinQueryFragmentDeserializer ...
507e06791fdbfa32a13f7f78c15731d05a933b65
Improve reporting in data transfer
Improve reporting in data transfer - Prepend "Copying" for general readability - Report the path rather than the address when copying to the device
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Device/DeviceController.cs
apache-2.0
1,590,675,406
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Commons.Music.Midi; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading; using System.Thread...
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Commons.Music.Midi; using System; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using VDrumExplorer.Mid...
52ededb390ff36f873c85e869b4007af235ad59e
Fix new warning around nullability
Fix new warning around nullability
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Schema/Json/HexInt32Converter.cs
apache-2.0
1,590,675,406
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Newtonsoft.Json; using System; using VDrumExplorer.Utility; namespace VDrumExplorer.Model.Schema.Json { internal class HexInt32Converter : JsonConverter<H...
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Newtonsoft.Json; using System; using VDrumExplorer.Utility; namespace VDrumExplorer.Model.Schema.Json { internal class HexInt32Converter : JsonConverter<H...
dcd4c169f834604e29f7376cb0563dae63c9b41a
Handle immediate failure in transfer progress dialog
Handle immediate failure in transfer progress dialog
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Gui/ViewServices.cs
apache-2.0
1,590,675,406
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Microsoft.Win32; using System.Threading.Tasks; using VDrumExplorer.Gui.Dialogs; using VDrumExplorer.ViewModel; using VDrumExplorer.ViewModel.Audio; using VDrum...
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Microsoft.Win32; using System; using System.Threading.Tasks; using VDrumExplorer.Gui.Dialogs; using VDrumExplorer.ViewModel; using VDrumExplorer.ViewModel.Audi...
68ab1fd40cf8c69b2a1031d5e1ecff0b23a6ae37
Use Instrument.Preset to detect preset instruments rather than a null InstrumentGroup
Use Instrument.Preset to detect preset instruments rather than a null InstrumentGroup
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Proto/InstrumentAudio.cs
apache-2.0
1,590,675,406
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Google.Protobuf; using VDrumExplorer.Model; namespace VDrumExplorer.Proto { internal partial class InstrumentAudio { internal Model.Audio.Inst...
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Google.Protobuf; using VDrumExplorer.Model; namespace VDrumExplorer.Proto { internal partial class InstrumentAudio { internal Model.Audio.Inst...
7f3ff7346c671f4bc5d72bab3ff8f4fbe8d6297b
sdk: "Apache2" spdx handled
sdk: "Apache2" spdx handled
iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.NET.Sdk/SpdxHelpers.cs
apache-2.0
1,590,675,308
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Peachpie.NET.Sdk { /// <summary> /// Helper methods for resolving SPDX license expressions. /// </summary> public static class SpdxHelpers { static readonly Dictionary<string, string> s_spdx_fix...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Peachpie.NET.Sdk { /// <summary> /// Helper methods for resolving SPDX license expressions. /// </summary> public static class SpdxHelpers { static readonly Dictionary<string, string> s_spdx_fix...
69f7a291329ead846adab3257f8e30f294832d0e
Make sure we re-flow after loading an image in markdown
Make sure we re-flow after loading an image in markdown
jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl
MatterControlLib/Utilities/MarkdigAgg/Inlines/AggLinkInlineRenderer.cs
bsd-2-clause
1,590,675,125
// Copyright (c) 2016-2017 Nicolas Musset. All rights reserved. // This file is licensed under the MIT license. // See the LICENSE.md file in the project root for more information. using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using Markdig.Agg; u...
// Copyright (c) 2016-2017 Nicolas Musset. All rights reserved. // This file is licensed under the MIT license. // See the LICENSE.md file in the project root for more information. using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using Markdig.Agg; u...
d64322e197d7b64f7daad53b45027cbce82d70a9
QueryFragmentSerializer: Only consider interfaces defined on the current type.
QueryFragmentSerializer: Only consider interfaces defined on the current type.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Serialization/GremlinQueryFragmentSerializer.cs
mit
1,590,675,010
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; namespace ExRam.Gremlinq.Core { public static class GremlinQueryFragmentSerializer { private sealed class GremlinQueryFragmentSerializerImpl : IGremlinQueryFragmentSerializer {...
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; namespace ExRam.Gremlinq.Core { public static class GremlinQueryFragmentSerializer { private sealed class GremlinQueryFragmentSerializerImpl : IGremlinQueryFragmentSerializer {...
588c91453c648f804ee598053eaac8ec4f0ea0ae
Switch target schema dropdown to use same combobox style as other columns
Switch target schema dropdown to use same combobox style as other columns
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Tasks/Controls/BulkCopy/NewMultiTaskDialog.Designer.cs
lgpl-2.1
1,590,672,913
namespace FdoToolbox.Tasks.Controls.BulkCopy { partial class NewMultiTaskDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
namespace FdoToolbox.Tasks.Controls.BulkCopy { partial class NewMultiTaskDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
be84969ad77228c6832b0c1fcc1d097ce2c9c775
removes comments/notes
removes comments/notes
robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,Kev...
src/Umbraco.Web.BackOffice/Security/UmbracoSecureDataFormat.cs
mit
1,590,672,909
using Microsoft.AspNetCore.Authentication; using System; using System.Security.Claims; using Umbraco.Core.BackOffice; namespace Umbraco.Web.BackOffice.Security { /// <summary> /// Custom secure format that ensures the Identity in the ticket is <see cref="UmbracoBackOfficeIdentity"/> and not just a ClaimsIden...
using Microsoft.AspNetCore.Authentication; using System; using System.Security.Claims; using Umbraco.Core.BackOffice; namespace Umbraco.Web.BackOffice.Security { /// <summary> /// Custom secure format that ensures the Identity in the ticket is <see cref="UmbracoBackOfficeIdentity"/> and not just a ClaimsIden...
f3c358485a303614731c7649d6fbf7bc1a72bda8
update ssl protocols support
update ssl protocols support
SignalGo/SignalGo-full-net
SignalGo.Server/Helpers/SslTcpManager.cs
mit
1,590,672,885
using System.IO; using System.Net.Security; using System.Net.Sockets; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; namespace SignalGo.Server.Helpers { public static class SslTcpManager { public static async Task<Stream> GetStr...
using System.IO; using System.Net.Security; using System.Net.Sockets; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; namespace SignalGo.Server.Helpers { public static class SslTcpManager { public static async Task<Stream> GetStr...
9cf4e479d0ae57bf29c3408398e99bf31f115632
add client is not connected error
add client is not connected error
SignalGo/SignalGo-full-net
SignalGo.Client/ClientManager/ConnectorBase.cs
mit
1,590,672,860
using SignalGo.Shared.DataTypes; using SignalGo.Shared.Helpers; using SignalGo.Shared.IO; using SignalGo.Shared.Models; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; #if (!PORTABLE) using System.Net.Sockets; #endif using System.Reflection; using System.Text; us...
using SignalGo.Shared.DataTypes; using SignalGo.Shared.Helpers; using SignalGo.Shared.IO; using SignalGo.Shared.Models; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; #if (!PORTABLE) using System.Net.Sockets; #endif using System.Reflection; using System.Text; us...
f9c64d7be38558d5b737ade5053622cbff276906
Implement creation of mods
Implement creation of mods
ppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu
osu.Game/Online/API/RoomScore.cs
mit
1,590,671,351
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.G...
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.Game.Rulesets.Mods; ...
38502ba88c29615642e986c7dce99bbe16b92e87
Remove some unnecessary members
Remove some unnecessary members
UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Online/API/RoomScore.cs
mit
1,590,671,351
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.Game.Rulesets.Mods; ...
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.Game.Rulesets.Mods; ...
7ac08620b80e335f747be668dfe5eaeae2a78703
Add a user object for now
Add a user object for now
UselessToucan/osu,peppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu
osu.Game/Online/API/RoomScore.cs
mit
1,590,671,351
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.G...
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.G...
d88bfa2080f7c1dcf852dfa278fd7f068dd3d8dc
Cache ruleset + fix possible nullrefs
Cache ruleset + fix possible nullrefs
UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu
osu.Game/Online/API/RoomScore.cs
mit
1,590,671,351
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.G...
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.G...
0e28ded80fc4b078b10c9666f1399ce8fa994aa8
Forward statistics
Forward statistics
peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Online/API/RoomScore.cs
mit
1,590,671,351
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.G...
// 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 Newtonsoft.Json; using Newtonsoft.Json.Converters; using osu.Game.Online.Multiplayer; using osu.G...
b655f80e6d720a1529bb07c41c2a7d02644696a0
Added AppBase.AppLifetimeTokenSource to control the application lifetime.
Added AppBase.AppLifetimeTokenSource to control the application lifetime.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Application/AppBase.cs
mit
1,590,670,695
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AppBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root f...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AppBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root f...
eed9bf09908b68c5918a570424800e406fb8ee4d
Populate OnlineClient.Properties from HttpContext.Query
Populate OnlineClient.Properties from HttpContext.Query
aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp.AspNetCore.SignalR/AspNetCore/SignalR/Hubs/OnlineClientHubBase.cs
mit
1,590,670,165
using System; using System.Threading.Tasks; using Abp.Auditing; using Abp.Dependency; using Abp.RealTime; using Abp.Runtime.Session; using Castle.Core.Logging; namespace Abp.AspNetCore.SignalR.Hubs { public abstract class OnlineClientHubBase : AbpHubBase, ITransientDependency { protected IOnlineClient...
using System; using System.Threading.Tasks; using Abp.Auditing; using Abp.Dependency; using Abp.RealTime; using Abp.Runtime.Session; using Castle.Core.Logging; namespace Abp.AspNetCore.SignalR.Hubs { public abstract class OnlineClientHubBase : AbpHubBase, ITransientDependency { protected IOnlineClient...
aed9f698aa2160ce9140729864c9de8c3367e71c
Return API results even if the status code is not 200
Return API results even if the status code is not 200
artemlos/SKGL-Extension-for-dot-NET,SerialKeyManager/SKGL-Extension-for-dot-NET
Cryptolens.Licensing/Core/HelperMethods.cs
bsd-3-clause
1,590,670,101
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Net; using System.Reflection; using System.Text; using SKM.V3.Models; namespace SKM.V3.Internal { /// <summary> /// <para> /// This namespace contains methods that are used internally to ...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Net; using System.Reflection; using System.Text; using SKM.V3.Models; namespace SKM.V3.Internal { /// <summary> /// <para> /// This namespace contains methods that are used internally to ...
c7b843ae5e489297468a07c7cea8c9cebeb5a762
Setting EnableAutoVerification to true caused AddHostedService<T>'s resolve exception message to become confusing and wrong. Removed that extra information. #747
Setting EnableAutoVerification to true caused AddHostedService<T>'s resolve exception message to become confusing and wrong. Removed that extra information. #747
simpleinjector/SimpleInjector
src/SimpleInjector.Integration.GenericHost/SimpleInjectorGenericHostExtensions.cs
mit
1,590,669,544
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector { using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Simple...
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector { using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Simple...
892e0eafaac7247076e7c50cb9c2fa048532a2fa
Removed IsLengthDivisible function
Removed IsLengthDivisible function
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Common/StringHelper.cs
bsd-3-clause
1,590,669,283
//#define COSMOSDEBUG using System; using Cosmos.Debug.Kernel; namespace Cosmos.Common { public static class StringHelper { private static Debugger mDebugger = new Debugger("Common", "StringHelper"); internal enum StringComparisonResultEnum { Less = -1, Equal = 0, ...
//#define COSMOSDEBUG using System; using Cosmos.Debug.Kernel; namespace Cosmos.Common { public static class StringHelper { private static Debugger mDebugger = new Debugger("Common", "StringHelper"); internal enum StringComparisonResultEnum { Less = -1, Equal = 0, ...
f07472f04d3f4650b58f1320c78c729e113805eb
added more unit tests for encrypted settings
added more unit tests for encrypted settings
aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate
test/Abp.Tests/Configuration/SettingManager_Tests.cs
mit
1,590,668,825
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Abp.Configuration; using Abp.Configuration.Startup; using Abp.MultiTenancy; using Abp.Runtime.Caching.Configuration; using Abp.Runtime.Caching.Memory; using Abp.Runtime.Remoting; using Abp.Runtime.Session; using Abp.TestBase.Runti...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Abp.Configuration; using Abp.Configuration.Startup; using Abp.MultiTenancy; using Abp.Runtime.Caching.Configuration; using Abp.Runtime.Caching.Memory; using Abp.Runtime.Remoting; using Abp.Runtime.Session; using Abp.TestBase.Runti...
96ce7dfea6466535b31a2434b6c02fdc6c8af7d6
EntityCache. Fix order-replace messages processing.
EntityCache. Fix order-replace messages processing.
StockSharp/StockSharp
Algo/EntityCache.cs
apache-2.0
1,590,668,435
#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...
e6b764465b421820e970ea1d61a9f23798c665b2
PG-1367: Added code to clear the CurrentProject setting when it fails to load
PG-1367: Added code to clear the CurrentProject setting when it fails to load
sillsdev/Glyssen
Glyssen/MainForm.cs
mit
1,590,667,680
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using Glyssen.Dialogs; using Glyssen.Export; using Glyssen.Properties; using Glysse...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using Glyssen.Dialogs; using Glyssen.Export; using Glyssen.Properties; using Glysse...
20eff3e967dc37ffe212e9d7b91e362b9d573888
Updated the way passed string length checked
Updated the way passed string length checked
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Common/ByteToString.cs
bsd-3-clause
1,590,666,759
using System; using System.Collections.Generic; using System.Text; namespace Cosmos.Common { static public class ByteToString { public static byte[] StrToByteArray(string str) { if (str.Length == 0 || !StringHelper.IsNumeric(str) || str.Length % 3 != 0) throw new Ex...
using System; using System.Collections.Generic; using System.Text; namespace Cosmos.Common { static public class ByteToString { public static byte[] StrToByteArray(string str) { if (str.Length == 0 || !StringHelper.IsNumeric(str) || !StringHelper.IsLengthDivisible(str, 3)) ...
7cb103cf8fe7a9686c183a7ed103146d50b5be4b
Making GetValidSiteUrlFromAliasAsync public and adding GetIsAliasAvailableAsync to allow validation if an alias is still available to be used to create a new sitecollection with
Making GetValidSiteUrlFromAliasAsync public and adding GetIsAliasAvailableAsync to allow validation if an alias is still available to be used to create a new sitecollection with
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Sites/SiteCollection.cs
mit
1,590,666,628
#if !ONPREMISES using Microsoft.Graph; using Microsoft.SharePoint.Client; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Utilities.Async; using System; using System.Collections.Generic; using System.Diagnostics; using S...
#if !ONPREMISES using Microsoft.Graph; using Microsoft.SharePoint.Client; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Utilities.Async; using System; using System.Collections.Generic; using System.Diagnostics; using S...