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
ecb044825003f377dc49ec59eca222d796a40dd6
Fix thrown entity deletion crash
Fix thrown entity deletion crash
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Projectiles/ThrownItemComponent.cs
mit
1,594,219,145
using Content.Server.GameObjects.Components.Projectiles; using Content.Server.GameObjects.EntitySystems.Click; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Shared.GameObjects; using Content.Shared.Physics; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components;...
using Content.Server.GameObjects.Components.Projectiles; using Content.Server.GameObjects.EntitySystems.Click; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Shared.GameObjects; using Content.Shared.Physics; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components; ...
c75a8fec1282d829466b508315d2866a41b961d0
Remove debug code
Remove debug code
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/TransactionDetails/ViewModels/TransactionDetailsViewModel.cs
mit
1,594,218,643
using System; using System.Linq; using NBitcoin; using ReactiveUI; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Gui.Controls.TransactionDetails.Models; using WalletWasabi.Stores; namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels { public class TransactionDetailsViewModel : Rea...
using System; using System.Linq; using NBitcoin; using ReactiveUI; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Gui.Controls.TransactionDetails.Models; using WalletWasabi.Stores; namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels { public class TransactionDetailsViewModel : Rea...
f2c78732c70f0ee6ae20c1d4422e60f26bf74057
updated to fix incorrect MR logic raised by emis in tr038
updated to fix incorrect MR logic raised by emis in tr038
nhsconnect/gpconnect-provider-testing
GPConnect.Provider.AcceptanceTests/Steps/AccessStructuredMedicationSteps.cs
apache-2.0
1,594,218,392
namespace GPConnect.Provider.AcceptanceTests.Steps { using Constants; using Context; using TechTalk.SpecFlow; using Shouldly; using Hl7.Fhir.Model; using System.Collections.Generic; using System; using System.Linq; using static Hl7.Fhir.Model.Parameters; using GPConnect.Provider...
namespace GPConnect.Provider.AcceptanceTests.Steps { using Constants; using Context; using TechTalk.SpecFlow; using Shouldly; using Hl7.Fhir.Model; using System.Collections.Generic; using System; using System.Linq; using static Hl7.Fhir.Model.Parameters; using GPConnect.Provider...
bb9510c3160add2a42797dcdc4520f6d6fbd82e9
use [] in SQLServer to quote columns to improve support of reserved words as columns name
use [] in SQLServer to quote columns to improve support of reserved words as columns name
SimpleStack/simplestack.orm,SimpleStack/simplestack.orm
src/SimpleStack.Orm.SQLServer/SqlServerOrmLiteDialectProvider.cs
bsd-3-clause
1,594,218,371
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.IO; using System.Text; using Dapper; using SimpleStack.Orm.Expressions.Statements; namespace SimpleStack.Orm.SqlServer { /// <summary>A SQL server ORM lite dialect provider.</summa...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.IO; using System.Text; using Dapper; using SimpleStack.Orm.Expressions.Statements; namespace SimpleStack.Orm.SqlServer { /// <summary>A SQL server ORM lite dialect provider.</summa...
f78a582572515f7c905aba9808b6043b19ce3ee7
Fix Postgresql GetTableColumnsDefinition when schema is specfied
Fix Postgresql GetTableColumnsDefinition when schema is specfied
SimpleStack/simplestack.orm,SimpleStack/simplestack.orm
src/SimpleStack.Orm.PostgreSQL/PostgreSQLDialectProvider.cs
bsd-3-clause
1,594,218,339
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Linq.Expressions; using System.Text; using Dapper; using Npgsql; namespace SimpleStack.Orm.PostgreSQL { /// <summary>A postgre SQL dialect provider.</summary> public class PostgreSQLDia...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Linq.Expressions; using System.Text; using Dapper; using Npgsql; namespace SimpleStack.Orm.PostgreSQL { /// <summary>A postgre SQL dialect provider.</summary> public class PostgreSQLDia...
8b9e00da29ebd8572703b2437892b2c8761df9db
new Converters
new Converters
ismaelestalayo/CoinBase
CryptoTracker/Helpers/Converters.cs
apache-2.0
1,594,218,276
using Windows.UI.Xaml; using System; using Windows.UI.Xaml.Data; using System.Globalization; namespace CryptoTracker.Helpers { static class Converters { public static Visibility InvertVisibility(Visibility value) => value == Visibility.Visible ? Visibility.Collapsed : Visibility.Visible; public s...
using Windows.UI.Xaml; namespace CryptoTracker.Helpers { static class Converters { public static Visibility InvertVisibility(Visibility value) => value == Visibility.Visible ? Visibility.Collapsed : Visibility.Visible; } }
d795cb0db387747ffa00c4d7c2437d03ba64a850
Stop calling Quit
Stop calling Quit
LiquidThinking/Xenon
Xenon.Selenium/SeleniumXenonBrowser.cs
mit
1,594,218,259
using System; using System.Linq; using System.Threading; using OpenQA.Selenium; using OpenQA.Selenium.Remote; using OpenQA.Selenium.Support.Extensions; namespace Xenon.Selenium { public class SeleniumXenonBrowser : IXenonBrowser { private readonly RemoteWebDriver _driver; public SeleniumXenonBrowser( RemoteWeb...
using System; using System.Linq; using System.Threading; using OpenQA.Selenium; using OpenQA.Selenium.Remote; using OpenQA.Selenium.Support.Extensions; namespace Xenon.Selenium { public class SeleniumXenonBrowser : IXenonBrowser { private readonly RemoteWebDriver _driver; public SeleniumXenonBrowser( RemoteWeb...
c7948b15af8de402b93710171967324ba8145576
Fix MonoGame XML + JSON serializer initialisation
Fix MonoGame XML + JSON serializer initialisation
mini2Dx/mini2Dx,mini2Dx/mini2Dx
monogame/Mini2DxGame.cs
apache-2.0
1,594,217,926
/******************************************************************************* * Copyright 2019 Viridian Software Limited * * 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:...
/******************************************************************************* * Copyright 2019 Viridian Software Limited * * 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:...
62302bfb23b39c00a3e504ee598b6c9cb1d7db10
Use named tuples
Use named tuples Thanks remie
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/EntitySystems/AI/Steering/AiSteeringSystem.cs
mit
1,594,217,817
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Movement; using Content.Server.GameObjects.EntitySystems.AI.Pathfinding; using Content.Server.GameObjects.EntitySystems.AI...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Movement; using Content.Server.GameObjects.EntitySystems.AI.Pathfinding; using Content.Server.GameObjects.EntitySystems.AI...
f0d2017d852c49d326f5a6c13408496289652333
removed unneeded namespace
removed unneeded namespace
jeremytammik/the_building_coder_samples
BuildingCoder/BuildingCoder/CmdPickRoomInclLinked.cs
mit
1,594,217,532
#region Header // // CmdPickRoomInclLinked.cs - selection filter to pick a room either in current project or linked model // // Copyright (C) 2020 by Jeremy Tammik, Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces usi...
#region Header // // CmdPickRoomInclLinked.cs - selection filter to pick a room either in current project or linked model // // Copyright (C) 2020 by Jeremy Tammik, Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces usi...
20d1a3067c382c523407575987c24ca46379b3d9
Generate items_reference.txt for user filters
Generate items_reference.txt for user filters Generate slimmed items_reference.txt (kept only relevant items and particles removed) Changed patch detection to use file inside output vpk
No-Bling/DOTA,No-Bling/DOTA
vpkmod.cs
mit
1,594,217,472
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Windows.Forms; using System.Drawing; using System.Linq; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Net; using SteamDatabase.ValvePak; using SteamKit.KeyValue; [asse...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Windows.Forms; using System.Drawing; using System.Linq; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Net; using SteamDatabase.ValvePak; using SteamKit.KeyValue; [asse...
066af633237a4b5e40e982a942e200e91d9c1363
Fix not being able to buckle into an entity that is in the same container as you
Fix not being able to buckle into an entity that is in the same container as you
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,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,594,217,446
#nullable enable using System; using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.M...
#nullable enable using System; using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.M...
b4adfbc15ad40abfbbe21e9e1c638fdb837a9ce3
Update Content.Server/GameObjects/EntitySystems/AI/Steering/AiSteeringSystem.cs
Update Content.Server/GameObjects/EntitySystems/AI/Steering/AiSteeringSystem.cs Co-authored-by: Remie Richards <82f013494d4f03c17b66afa55a0daca49723a468@gmail.com>
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/EntitySystems/AI/Steering/AiSteeringSystem.cs
mit
1,594,217,028
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Movement; using Content.Server.GameObjects.EntitySystems.AI.Pathfinding; using Content.Server.GameObjects.EntitySystems.AI...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Movement; using Content.Server.GameObjects.EntitySystems.AI.Pathfinding; using Content.Server.GameObjects.EntitySystems.AI...
4ec733577f21aaa2ea5b1dee5d86332a33a6f1f0
Fix "You can't reach there!" message being created twice
Fix "You can't reach there!" message being created twice
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,594,216,804
#nullable enable using System; using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.M...
#nullable enable using System; using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.M...
0db295af2e350a11146f2b4270542229df213ae5
Simplified config.
Simplified config.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex/Program.cs
mit
1,594,215,947
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
8678d867cf77f296ff614973df38c608a1010f83
Fix AI steering spamming console
Fix AI steering spamming console Turns out you shouldn't cancel pending jobs.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/EntitySystems/AI/Steering/AiSteeringSystem.cs
mit
1,594,215,887
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Movement; using Content.Server.GameObjects.EntitySystems.AI.Pathfinding; using Content.Server.GameObjects.EntitySystems.AI...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Movement; using Content.Server.GameObjects.EntitySystems.AI.Pathfinding; using Content.Server.GameObjects.EntitySystems.AI...
959a8e05890f2116a2a94a6533bb53e0b5d91441
Fix handling of php://input stream
Fix handling of php://input stream Fixes #786
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.Library/Streams/StreamWrapper.cs
apache-2.0
1,594,215,754
using Pchp.Core; using Pchp.Core.Resources; using Pchp.Core.Utilities; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Pchp.Core.Reflection; using System.Text; using System.Net; namespace Pchp.Library.Streams { /// <...
using Pchp.Core; using Pchp.Core.Resources; using Pchp.Core.Utilities; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Pchp.Core.Reflection; using System.Text; using System.Net; namespace Pchp.Library.Streams { /// <...
a1fa73b6b7b104eb08a4fbbcaad53b9bbc33fb0d
Correct deserialize of ObjectSpaceObjectPropSet
Correct deserialize of ObjectSpaceObjectPropSet According to [MS-ONESTORE], section 2.6.1, the optional field ContextIDs is only present if OSIDs is present and the OSIDs.header.ExtendedStreamsPresent field is true. This commit nests the check whether there is a ContextIDs field present into the branch where the opti...
OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites
FileSyncandWOPI/Source/Common/ONESTORE/OtherStructures/ObjectSpaceObjectPropSet.cs
mit
1,594,215,510
namespace Microsoft.Protocols.TestSuites.MS_ONESTORE { using System.Collections.Generic; /// <summary> /// This class is used to represent a ObjectSpaceObjectPropSet. /// </summary> public class ObjectSpaceObjectPropSet { /// <summary> /// Gets or sets an ObjectSpaceObjectStrea...
namespace Microsoft.Protocols.TestSuites.MS_ONESTORE { using System.Collections.Generic; /// <summary> /// This class is used to represent a ObjectSpaceObjectPropSet. /// </summary> public class ObjectSpaceObjectPropSet { /// <summary> /// Gets or sets an ObjectSpaceObjectStrea...
fb51aecfbf648dcfa6a3bc19239598d8e16a9d86
Clean up if check
Clean up if check
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs
mit
1,594,215,438
using System; using System.Linq; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.Components.Timing; using Content.Server.Interfaces.GameObjects; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Utility; using Content.Shared.GameObjects.Componen...
using System; using System.Linq; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.Components.Timing; using Content.Server.Interfaces.GameObjects; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Utility; using Content.Shared.GameObjects.Componen...
629be3c18a0fd8e4c8c2e767de835b984806d856
adopted handling of currencyID
adopted handling of currencyID currencyID is back for all value representations. Except for TaxBasisTotalAmount, currencyID will be written only in Extended profile
stephanstapel/ZUGFeRD-csharp
ZUGFeRD/InvoiceDescriptor21Writer.cs
apache-2.0
1,594,215,298
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
0eb26a6d9d608899dab28fb379c0a44a51702641
Load maps with broken bookmarks.
Load maps with broken bookmarks.
Damnae/storybrew
editor/Mapset/EditorBeatmap.cs
mit
1,594,214,927
using OpenTK.Graphics; using StorybrewCommon.Mapset; using StorybrewCommon.Util; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; namespace StorybrewEditor.Mapset { public class EditorBeatmap : Beatmap { public readonly string Path;...
using OpenTK.Graphics; using StorybrewCommon.Mapset; using StorybrewCommon.Util; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; namespace StorybrewEditor.Mapset { public class EditorBeatmap : Beatmap { public readonly string Path;...
77a4b2af8bddc389c9a2a1ac46397d8865c100f9
fix for 8192 make call to add missing bits to userdto (#8399)
fix for 8192 make call to add missing bits to userdto (#8399)
bjarnef/Umbraco-CMS,KevinJump/Umbraco-CMS,leekelleher/Umbraco-CMS,marcemarc/Umbraco-CMS,hfloyd/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,tcmorris/Umbraco-CMS,umbraco/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,leekelleher/Umbraco-CMS,tcmorris/Umbr...
src/Umbraco.Core/Persistence/Repositories/Implement/UserRepository.cs
mit
1,594,214,635
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Web.Security; using Newtonsoft.Json; using NPoco; using Umbraco.Core.Cache; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using Umbraco.Core.Models.Entities; using Umbraco.C...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Web.Security; using Newtonsoft.Json; using NPoco; using Umbraco.Core.Cache; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using Umbraco.Core.Models.Entities; using Umbraco.C...
ee709082fb6d4305f742de1475bf3725ccc56c97
Just more code style things
Just more code style things
wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,j...
src/Avalonia.Controls/ToggleSwitch.cs
mit
1,594,214,635
using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.LogicalTree; namespace Avalonia.Controls { /// <summary> /// A Toggle Switch control. /// </summary> public class ToggleSwitch : ToggleButton { private Panel _knobsPane...
using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.LogicalTree; namespace Avalonia.Controls { /// <summary> /// A Toggle Switch control. /// </summary> public class ToggleSwitch : ToggleButton { Panel _knobsPanel; ...
6754f32b3b9eff1acf83ff66f9046508a07e7010
Add WidgetNamespace to EditorInterfaceControl
Add WidgetNamespace to EditorInterfaceControl
contentful/contentful.net
Contentful.Core/Models/Management/EditorInterfaceControl.cs
mit
1,594,213,557
using Contentful.Core.Configuration; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace Contentful.Core.Models.Management { /// <summary> /// Represents how a specific field of a <see cref="ContentType"/> should be represented visually. /// </summary> [...
using Contentful.Core.Configuration; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace Contentful.Core.Models.Management { /// <summary> /// Represents how a specific field of a <see cref="ContentType"/> should be represented visually. /// </summary> [...
10ac589eab2880d42d9ead8acddc2254093ea1ea
Remove cruft from output when generating documentation
Remove cruft from output when generating documentation This was basically diagnostic output when I was trying to fix an issue.
jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet
tools/Google.Cloud.Tools.GenerateDocfxSources/Program.cs
apache-2.0
1,594,213,554
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
e41c0d8bf988bdfc562b8f451a8fd0fc8b6a0652
Catch compression errors and report them
Catch compression errors and report them When the file list is over 4GB one needs to have the zip64 option enabled. This commit catches the exception and reports it as an error so that the user knows what the problem is. Fixes duplicati/duplicati#/4206
duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati/Library/Main/Volumes/FilesetVolumeWriter.cs
lgpl-2.1
1,594,212,925
using System; using System.Collections.Generic; using System.IO; using Newtonsoft.Json; using Duplicati.Library.Interface; namespace Duplicati.Library.Main.Volumes { public class FilesetVolumeWriter : VolumeWriterBase { /// <summary> /// The tag used for logging /// </summa...
using System; using System.Collections.Generic; using System.IO; using Newtonsoft.Json; using Duplicati.Library.Interface; namespace Duplicati.Library.Main.Volumes { public class FilesetVolumeWriter : VolumeWriterBase { private readonly Library.Utility.TempFile m_tempFile; private r...
9a501cc5ef5740bb6ee6e7c1014a2d3b2dcb0f87
Fix feerate
Fix feerate
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/TransactionDetails/ViewModels/TransactionDetailsViewModel.cs
mit
1,594,212,862
using System; using System.Linq; using NBitcoin; using ReactiveUI; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Gui.Controls.TransactionDetails.Models; using WalletWasabi.Stores; namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels { public class TransactionDetailsViewModel : Rea...
using System; using System.Linq; using NBitcoin; using ReactiveUI; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Gui.Controls.TransactionDetails.Models; using WalletWasabi.Stores; namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels { public class TransactionDetailsViewModel : Rea...
b97353536d8f8e91d6071106166015dbf749e51b
Fix Export notif bug
Fix Export notif bug
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs
mit
1,594,212,782
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.React...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.React...
7294befad978ce9de29ad4bf23ec98d08c891afd
Remove try/catch that is hiding errors
Remove try/catch that is hiding errors The try/catch here was hiding timeouts fetching the test files. This logic appears to be for handling a very old version of S3. They should not be needed anymore. Fixes duplicati/duplicati#4225
mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati/Library/Backend/S3/S3Backend.cs
lgpl-2.1
1,594,212,724
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
942a3db0a4610cdbfa725d59bad47580ee625d2d
Manually clear some resources in MediaElement. #158
Manually clear some resources in MediaElement. #158
dasgarner/xibo-dotnetclient,xibosignage/xibo-dotnetclient
Rendering/Video.cs
agpl-3.0
1,594,212,561
/** * Copyright (C) 2020 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either ver...
/** * Copyright (C) 2020 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either ver...
8f9af88bb2c51c85ae9b0b200cccdf3c941425ff
Add unbuckling the entity if put into a container
Add unbuckling the entity if put into a container
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,594,212,325
#nullable enable using System; using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.M...
#nullable enable using System; using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.M...
556fededdb3dd4a3026da3fc5a119a4eba54038a
ser2: option to ignore padding/alignment in flatbufferBuilder.prep
ser2: option to ignore padding/alignment in flatbufferBuilder.prep
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Modules/flatbuffers/FlatBuffers/FlatBufferBuilder.cs
mit
1,594,211,914
/* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
7644766eaae11f1c5adbe3f67e8b242cb3d65e47
Add empty clipboard notification
Add empty clipboard notification
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs
mit
1,594,211,038
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasab...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasab...
82890e4813ed923f86ca612425a7a70a684ef022
Better notification
Better notification
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs
mit
1,594,208,262
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasab...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasab...
72bd60ba5af28a47d78ee56fda60440428857160
Fix for issue #799 - Prelude.OptionalAsync throws if Task returns null
Fix for issue #799 - Prelude.OptionalAsync throws if Task returns null (This is a minor change because of a bad commit message on the last commit) https://github.com/louthy/language-ext/issues/799
louthy/language-ext,StanJav/language-ext
LanguageExt.Core/DataTypes/OptionAsync/OptionAsync.Prelude.cs
mit
1,594,208,225
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using LanguageExt.TypeClasses; using LanguageExt.ClassInstances; using System.Threading.Tasks; namespace LanguageExt { public static partial class Prelude { /// <summary> /// Monadic join ...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using LanguageExt.TypeClasses; using LanguageExt.ClassInstances; using System.Threading.Tasks; namespace LanguageExt { public static partial class Prelude { /// <summary> /// Monadic join ...
ab5fa1787503c392c958b3f676dc893f1112288c
Fix for issue #795 - Seq<A>.Take(n) returns sequence of null values if n > Count
Fix for issue #795 - Seq<A>.Take(n) returns sequence of null values if n > Count https://github.com/louthy/language-ext/issues/799
StanJav/language-ext,louthy/language-ext
LanguageExt.Core/DataTypes/OptionAsync/OptionAsync.Prelude.cs
mit
1,594,208,157
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using LanguageExt.TypeClasses; using LanguageExt.ClassInstances; using System.Threading.Tasks; namespace LanguageExt { public static partial class Prelude { /// <summary> /// Monadic join ...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using LanguageExt.TypeClasses; using LanguageExt.ClassInstances; using System.Threading.Tasks; namespace LanguageExt { public static partial class Prelude { /// <summary> /// Monadic join ...
55d647e48c1c0b7371c54c587637630f0373f37a
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,594,207,950
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
386cda815ef8fa4f1bf6f674285b3b1706dbc46e
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,594,207,853
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
7d5d77b6605e90e91c05e4817047dd57d6a26785
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,594,207,627
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
04de7d088568d73a0a30a4d8d73d3f6f3e302a7a
添加 创建操作数方法
添加 创建操作数方法
toolgood/ToolGood.Algorithm,toolgood/ToolGood.Algorithm
csharp/ToolGood.Algorithm2/Operand.cs
apache-2.0
1,594,207,530
using System; using System.Collections.Generic; using System.Globalization; using ToolGood.Algorithm.LitJson; namespace ToolGood.Algorithm { /// <summary> /// 操作数 /// </summary> public abstract class Operand : IDisposable { private static readonly CultureInfo cultureInfo = CultureInfo.GetC...
using System; using System.Collections.Generic; using System.Globalization; using ToolGood.Algorithm.LitJson; namespace ToolGood.Algorithm { /// <summary> /// 操作数 /// </summary> public abstract class Operand : IDisposable { private static readonly CultureInfo cultureInfo = CultureInfo.GetC...
ace8508b4a5570d434d45c5c6c83466d71787f38
- exclude test projects by default
- exclude test projects by default
KirillOsenkov/SourceBrowser,KirillOsenkov/SourceBrowser,KirillOsenkov/SourceBrowser
src/HtmlGenerator/Pass1-Generation/SolutionGenerator.cs
apache-2.0
1,594,207,377
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.MSBuild; using Microsoft.SourceBrowser.Common; namespace Microsoft.SourceBrowser.Htm...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.MSBuild; using Microsoft.SourceBrowser.Common; namespace Microsoft.SourceBrowser.Htm...
770d4e72e7a19d7ce3f390b9f07a9467b7cf48a4
Add 0.25 second delay to unbuckling after recently buckling and more summaries
Add 0.25 second delay to unbuckling after recently buckling and more summaries
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,594,207,334
#nullable enable using System; using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.M...
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Con...
e6ec883084899f368847d3367f7000f409844b68
Remove slider tail circle judgement requirements
Remove slider tail circle judgement requirements
UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu
osu.Game.Rulesets.Osu/Objects/SliderTailCircle.cs
mit
1,594,207,304
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Bindables; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Osu.Judgements; using osu.Game.Rulesets.Scorin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Bindables; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Osu.Obje...
9cd33b081c06ff220d501fae506de8214f0476f6
Update ValidationTemplate.cs
Update ValidationTemplate.cs
Fody/FodyAddinSamples,Fody/FodyAddinSamples
Samples/ValidarSample/ValidationTemplate.cs
mit
1,594,207,222
using System; using System.ComponentModel; using System.Linq; using FluentValidation; using FluentValidation.Results; namespace ValidarSample { public class ValidationTemplate<T> : IDataErrorInfo where T: INotifyPropertyChanged { public ValidationTemplate(T target) { validat...
using System; using System.ComponentModel; using System.Linq; using FluentValidation; using FluentValidation.Results; namespace ValidarSample { public class ValidationTemplate : IDataErrorInfo { INotifyPropertyChanged target; public ValidationTemplate(INotifyPropertyChanged target) ...
facaee0cab0aee5ee6c84a6efec794760a6995c0
Remove redundant method
Remove redundant method Not used anymore.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/EntitySystems/AI/Pathfinding/PathfindingChunk.cs
mit
1,594,206,743
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Content.Server.GameObjects.EntitySystems.Pathfinding; using Robust.Shared.GameObjects.Systems; using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Maths; namespace Content.Ser...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Content.Server.GameObjects.EntitySystems.Pathfinding; using Robust.Shared.GameObjects.Systems; using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Maths; namespace Content.Ser...
53aaaf049e3a3dac746e859ae1499c6c317f19fa
Add notification
Add notification
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs
mit
1,594,206,168
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasab...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using NBitcoin; using ReactiveUI; using Splat; using System; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasab...
f9a948ace37147c155a524f17273b0befccf3756
Fix wrong buckle status effect icon texture path
Fix wrong buckle status effect icon texture path
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Strap/StrapComponent.cs
mit
1,594,206,158
using System.Collections.Generic; using Content.Server.GameObjects.Components.Mobs; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Strap; using Content.Shared.GameObjects.EntitySystems; using Robust.Server.GameObjects; u...
using System.Collections.Generic; using Content.Server.GameObjects.Components.Mobs; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Strap; using Content.Shared.GameObjects.EntitySystems; using Robust.Server.GameObjects; u...
39b650da386eaa79db7dc569e3bcf7a0571b77a3
Fix "You're already buckled in" not appearing if trying to buckle while already buckled
Fix "You're already buckled in" not appearing if trying to buckle while already buckled
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,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,594,206,068
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Con...
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Con...
2f2f1f51e8a8d0bf6ff142d3bfbafdbb38161721
Improve sync field, sync list, net function functions
Improve sync field, sync list, net function functions
insthync/LiteNetLibManager,insthync/LiteNetLibManager
Scripts/GameApi/LiteNetLibIdentity.cs
mit
1,594,206,032
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; #if UNITY_EDITOR using UnityEditor; using UnityEditor.SceneManagement; #endif using LiteNetLib.Utils; using UnityEngine.Profiling; using LiteNetLib; namespace LiteNetLibManager { [Disall...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; #if UNITY_EDITOR using UnityEditor; using UnityEditor.SceneManagement; #endif using LiteNetLib.Utils; using UnityEngine.Profiling; using LiteNetLib; namespace LiteNetLibManager { [Disall...
8697404ea98ca3016228a6581e41987328bce705
Use HashCode
Use HashCode
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Helpers/HashHelpers.cs
mit
1,594,205,969
using System; using System.Security.Cryptography; using System.Text; namespace WalletWasabi.Helpers { public static class HashHelpers { public static string GenerateSha256Hash(string input) { using var sha256 = SHA256.Create(); var hash = sha256.ComputeHash(Encoding.UTF8.GetBytes(input)); return ByteHe...
using System; using System.Security.Cryptography; using System.Text; namespace WalletWasabi.Helpers { public static class HashHelpers { public static string GenerateSha256Hash(string input) { using var sha256 = SHA256.Create(); var hash = sha256.ComputeHash(Encoding.UTF8.GetBytes(input)); return ByteHe...
da4b55814a78da1a5863e4510070a6c5a5fff1dc
Fix halved buckle range not applying, add range property to strap
Fix halved buckle range not applying, add range property to strap
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Mobs/BuckleComponent.cs
mit
1,594,205,640
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Con...
#nullable enable using Content.Server.GameObjects.Components.Strap; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Mobs; using Content.Server.Utility; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Mobs; using Con...
59525bc777186d82e80ccf51073358b2099bf976
Strategy. AllowTrading
Strategy. AllowTrading
StockSharp/StockSharp
Algo/Strategies/Strategy.cs
apache-2.0
1,594,205,202
#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...
3bc2eccd7bd82eb6ed4127f8b657f1d8b2b3b36d
fix off by one
fix off by one
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Crypto/RandomTests.cs
mit
1,594,204,980
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Crypto.Randomness; using WalletWasabi.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitTests.Crypto { public class RandomTests { [Fact] public void BasicTests() { // Make sure byte array comparision works within hash...
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Crypto.Randomness; using WalletWasabi.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitTests.Crypto { public class RandomTests { [Fact] public void BasicTests() { // Make sure byte array comparision works within hash...
08b99d0a1ad7cc45156f1da382d0e87849e3551a
Add some comment to net function
Add some comment to net function
insthync/LiteNetLibManager,insthync/LiteNetLibManager
Scripts/GameApi/LiteNetLibFunction.cs
mit
1,594,204,047
using System; using System.Reflection; using LiteNetLib; using LiteNetLib.Utils; namespace LiteNetLibManager { public enum FunctionReceivers : byte { Target, All, Server, } public class LiteNetLibFunction : LiteNetLibElement { public readonly Type[] ParameterTypes;...
using System; using System.Reflection; using LiteNetLib; using LiteNetLib.Utils; namespace LiteNetLibManager { public enum FunctionReceivers : byte { Target, All, Server, } public class LiteNetLibFunction : LiteNetLibElement { public readonly Type[] ParameterTypes;...
c2fc82b34332c92e3691a079c8d9cc338208d3d1
Added SoundBoard choice
Added SoundBoard choice supports filtering by entry name in scripts/chat_wheel.txt example: Holy_Moly
No-Bling/DOTA,No-Bling/DOTA
vpkmod.cs
mit
1,594,203,237
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Windows.Forms; using System.Drawing; using System.Linq; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Net; using SteamDatabase.ValvePak; using SteamKit.KeyValue; [asse...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Windows.Forms; using System.Drawing; using System.Linq; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Net; using SteamDatabase.ValvePak; using SteamKit.KeyValue; [asse...
5b7126fc87cfd18ef98d34c113c3066ab00f150c
Add null propagate
Add null propagate
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/TransactionDetails/ViewModels/TransactionDetailsViewModel.cs
mit
1,594,201,710
using System; using System.Linq; using NBitcoin; using ReactiveUI; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Gui.Controls.TransactionDetails.Models; using WalletWasabi.Stores; namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels { public class TransactionDetailsViewModel : Rea...
using System; using System.Linq; using NBitcoin; using ReactiveUI; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Gui.Controls.TransactionDetails.Models; using WalletWasabi.Stores; namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels { public class TransactionDetailsViewModel : Rea...
df395b943547ccddcef189457c4517b9cccc5efb
Fixed Welding Tool Not Updating (#1314)
Fixed Welding Tool Not Updating (#1314) * Fix Welding Tool Not Updating - Added in the ISolutionChange interface so that it dirties the entity any time the amount of welding fuel changes. This applies whether it's lit or unlit. - I also removed some redundant code. * Update Content.Server/GameObjects/Components...
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,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Interactable/WelderComponent.cs
mit
1,594,201,614
using System; using System.Runtime.Remoting; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySystems.Click; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Content.Server.Inter...
using System; using System.Runtime.Remoting; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySystems.Click; using Content.Server.Interfaces.GameObjects.Components.Interaction; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Content.Server.Inter...
499d44e1448e008ad19397d3148a6c94196caff2
Removing unneeded todo comment.
Removing unneeded todo comment.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/Protocol/SessionReadTransaction.cs
apache-2.0
1,594,200,925
using System; using System.Threading.Tasks; using System.Text.Json.Serialization; using Neo4j.Driver; namespace Neo4j.Driver.Tests.TestBackend { internal class SessionReadTransaction : IProtocolObject { public SessionReadTransactionType data { get; set; } = new SessionReadTransactionType(); ...
using System; using System.Threading.Tasks; using System.Text.Json.Serialization; using Neo4j.Driver; namespace Neo4j.Driver.Tests.TestBackend { internal class SessionReadTransaction : IProtocolObject { public SessionReadTransactionType data { get; set; } = new SessionReadTransactionType(); ...
790199671aa500659e69ab9beea780ce90116c68
use correct mssql instance on appveyor
use correct mssql instance on appveyor
MySoftwarepark/Sql.Migrations
PlainSql.Migrations.Tests/MsSqlMigratorTests.cs
mit
1,594,200,825
using System; using System.Data; using System.Data.SqlClient; namespace PlainSql.Migrations.Tests { public class MsSqlMigratorTests : AbstractMigratorTests { protected override IDbConnection Connection { get { var connectionString = GetConnectionString();...
using System; using System.Data; using System.Data.SqlClient; namespace PlainSql.Migrations.Tests { public class MsSqlMigratorTests : AbstractMigratorTests { protected override IDbConnection Connection { get { var connectionString = GetConnectionString();...
654e68db2b1057361377f9360d112833f9ac5e48
Refactor Code
Refactor Code
halak/jvalue
Runtime/JNumber.cs
mit
1,594,200,101
using System; using System.Globalization; namespace Halak { public partial struct JNumber : IEquatable<JNumber>, IComparable<JNumber> { public static readonly JNumber NaN = new JNumber(string.Empty, 0, 0, 0, 0); public static readonly JNumber Zero = new JNumber(0); public static readon...
using System; using System.Globalization; namespace Halak { public partial struct JNumber : IEquatable<JNumber>, IComparable<JNumber> { public static readonly JNumber NaN = new JNumber(string.Empty, 0, 0, 0, 0); public static readonly JNumber Zero = new JNumber(0); public static readon...
2f87a6135ad2b2a119725585755560fcfb408b8f
Add support for the "payments" and “profile” properties in the "_links" object of the SubscriptionResponseLinks class
Add support for the "payments" and “profile” properties in the "_links" object of the SubscriptionResponseLinks class
Viincenttt/MollieApi
Mollie.Api/Models/Subscription/SubscriptionResponseLinks.cs
mit
1,594,200,087
using Mollie.Api.Models.Customer; using Mollie.Api.Models.List; using Mollie.Api.Models.Payment.Response; using Mollie.Api.Models.Profile.Response; using Mollie.Api.Models.Url; namespace Mollie.Api.Models.Subscription { public class SubscriptionResponseLinks { /// <summary> /// The API resourc...
using Mollie.Api.Models.Customer; using Mollie.Api.Models.Url; namespace Mollie.Api.Models.Subscription { public class SubscriptionResponseLinks { /// <summary> /// The API resource URL of the subscription itself. /// </summary> public UrlObjectLink<SubscriptionResponse> Self {...
069130a43417ac6849dd19f550fbf7e067fe2d5c
Add support to update the interval property in the SubscriptionUpdateRequest class
Add support to update the interval property in the SubscriptionUpdateRequest class
Viincenttt/MollieApi
Mollie.Api/Models/Subscription/SubscriptionUpdateRequest.cs
mit
1,594,199,923
using System; using Mollie.Api.JsonConverters; using Newtonsoft.Json; namespace Mollie.Api.Models.Subscription { public class SubscriptionUpdateRequest { /// <summary> /// The constant amount in EURO that you want to charge with each subscription payment, e.g. 100.00 if you would want /// ...
using System; using Mollie.Api.JsonConverters; using Newtonsoft.Json; namespace Mollie.Api.Models.Subscription { public class SubscriptionUpdateRequest { /// <summary> /// The constant amount in EURO that you want to charge with each subscription payment, e.g. 100.00 if you would want /// ...
c876be0cddb789e097b27ba5801eba1cd7797f94
#164 - Set the methods list to null if we don't set a payment method
#164 - Set the methods list to null if we don't set a payment method
Viincenttt/MollieApi
Mollie.Api/Models/Payment/Request/PaymentRequest.cs
mit
1,594,199,490
using Mollie.Api.JsonConverters; using Newtonsoft.Json; using System.Collections.Generic; using System.Linq; namespace Mollie.Api.Models.Payment.Request { public class PaymentRequest { public PaymentRequest() { } /// <summary> /// The amount that you want to charge, e.g. {"currenc...
using Mollie.Api.JsonConverters; using Newtonsoft.Json; using System.Collections.Generic; using System.Linq; namespace Mollie.Api.Models.Payment.Request { public class PaymentRequest { public PaymentRequest() { this.Methods = new List<string>(); } /// <summary> /// The...
aa25a6150fe0ffaad915ba313c5aaa161f3ec741
Fix commit fad583d2e58a676540b56d662da5be3e0f515c05
Fix commit fad583d2e58a676540b56d662da5be3e0f515c05
StockSharp/StockSharp
Algo/Storages/Csv/CsvEntityRegistry.cs
apache-2.0
1,594,198,741
namespace StockSharp.Algo.Storages.Csv { using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using MoreLinq; using StockSharp.BusinessEntities; using StockS...
namespace StockSharp.Algo.Storages.Csv { using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using MoreLinq; using StockSharp.BusinessEntities; using StockS...
b2419a53aa9afc3ddb3cdfc783fd652110675885
修正一处文件系统的BUG
修正一处文件系统的BUG
EllanJiang/GameFramework,GameFramework/GameFramework
GameFramework/Resource/ResourceManager.ResourceIniter.cs
mit
1,594,198,318
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2020 Jiang Yin. All rights reserved. // Homepage: https://gameframework.cn/ // Feedback: mailto:ellan@gameframework.cn //------------------------------------------------------------ using System; using System.Collecti...
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2020 Jiang Yin. All rights reserved. // Homepage: https://gameframework.cn/ // Feedback: mailto:ellan@gameframework.cn //------------------------------------------------------------ using System; using System.Collecti...
049996fdb56aed5b10c2b0cbdf741a8775a07cc9
SampleOptionQuoting. Fix subscriptions.
SampleOptionQuoting. Fix subscriptions.
StockSharp/StockSharp
Samples/Misc/SampleOptionQuoting/MainWindow.xaml.cs
apache-2.0
1,594,198,219
#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...
9664a56094302557e7302dea590f763433ce5543
Close connection
Close connection
MySoftwarepark/Sql.Migrations
PlainSql.Migrations.Tool/Program.cs
mit
1,594,198,198
using System; using System.ComponentModel.DataAnnotations; using System.Data; using System.Data.SqlClient; using McMaster.Extensions.CommandLineUtils; using Microsoft.Data.Sqlite; using Npgsql; using Serilog; namespace PlainSql.Migrations.Tool { class Program { public static int Main(string[] args) =>...
using System; using System.ComponentModel.DataAnnotations; using System.Data; using System.Data.SqlClient; using McMaster.Extensions.CommandLineUtils; using Microsoft.Data.Sqlite; using Npgsql; using Serilog; namespace PlainSql.Migrations.Tool { class Program { public static int Main(string[] args) =>...
a98164b843521f508f12fb26578cbd8c8c1a9922
Add support for the FeeRegion property in the PricingResponse of the PaymentMethodResponse class
Add support for the FeeRegion property in the PricingResponse of the PaymentMethodResponse class
Viincenttt/MollieApi
Mollie.Api/Models/PaymentMethod/Pricing/PricingResponse.cs
mit
1,594,197,554
namespace Mollie.Api.Models.PaymentMethod.Pricing { public class PricingResponse : IResponseObject { /// <summary> /// The area or product-type where the pricing is applied for, translated in the optional locale passed. /// </summary> public string Description { get; set; } ...
namespace Mollie.Api.Models.PaymentMethod.Pricing { public class PricingResponse : IResponseObject { /// <summary> /// The area or product-type where the pricing is applied for, translated in the optional locale passed. /// </summary> public string Description { get; set; } ...
ffc88c8a5c6feeecd37a76be79c35b9f7518f3e8
Fixing the broken code for marking deleted questions and options as removed.
Fixing the broken code for marking deleted questions and options as removed.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,594,197,358
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S 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...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S 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...
1fd5a89723c46f7a33afa3feabe6ef92c559cb0c
Add support for the URL parameter "payment.applicationFee" in the OrderRequest class
Add support for the URL parameter "payment.applicationFee" in the OrderRequest class
Viincenttt/MollieApi
Mollie.Api/Models/Order/Request/OrderRequest.cs
mit
1,594,197,222
using System; using System.Collections.Generic; using Mollie.Api.JsonConverters; using Mollie.Api.Models.Order.Request.PaymentSpecificParameters; using Newtonsoft.Json; namespace Mollie.Api.Models.Order { public class OrderRequest { /// <summary> /// The total amount of the order, including VAT an...
using System; using System.Collections.Generic; using Mollie.Api.JsonConverters; using Mollie.Api.Models.Order.Request.PaymentSpecificParameters; using Newtonsoft.Json; namespace Mollie.Api.Models.Order { public class OrderRequest { /// <summary> /// The total amount of the order, including VAT an...
f1f87c8b1ef5831291fbc31c3e7ea8c2c40fecb3
Fix - L'inserimento della chiamata in altre sedi rimane nella lista delle sintesi di chi l'ha creata
Fix - L'inserimento della chiamata in altre sedi rimane nella lista delle sintesi di chi l'ha creata
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneIntervento/InserimentoIntervento/AddInterventoCommandHandler.cs
agpl-3.0
1,594,196,757
//----------------------------------------------------------------------- // <copyright file="AddInterventoCommandHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General...
//----------------------------------------------------------------------- // <copyright file="AddInterventoCommandHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General...
8cb7b3fc0a28fa22187f7ec1164ab5ad1f1ce289
Update RollbarClientFixture.cs
Update RollbarClientFixture.cs
rollbar/Rollbar.NET,rollbar/Rollbar.NET
UnitTest.Rollbar/RollbarClientFixture.cs
mit
1,594,196,432
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member namespace UnitTest.Rollbar { using global::Rollbar; using global::Rollbar.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading; using System.Linq; [TestCla...
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member namespace UnitTest.Rollbar { using global::Rollbar; using global::Rollbar.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading; using System.Linq; [TestCla...
6f41916241ef59f86d45ffebed58557674b64878
Remove unused code
Remove unused code
ouraspnet/cap,dotnetcore/CAP,dotnetcore/CAP
src/DotNetCore.CAP.AmazonSQS/TopicNormalizer.cs
mit
1,594,196,178
using System; namespace DotNetCore.CAP.AmazonSQS { public static class TopicNormalizer { public static string NormalizeForAws(this string origin) { if (origin.Length > 256) { throw new ArgumentOutOfRangeException(nameof(origin) + " character string lengt...
using System; namespace DotNetCore.CAP.AmazonSQS { public static class TopicNormalizer { public static string NormalizeForAws(this string origin) { if (origin.Length > 256) { throw new ArgumentOutOfRangeException(nameof(origin) + " character string lengt...
eff919fa38e00e7d5171b906fe6a5587b7bc4aa2
Add integration test to verify that embedding when retrieving an order works
Add integration test to verify that embedding when retrieving an order works
Viincenttt/MollieApi
Mollie.Tests.Integration/Api/OrderTests.cs
mit
1,594,195,754
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mollie.Api.Models; using Mollie.Api.Models.List; using Mollie.Api.Models.Order; using Mollie.Api.Models.Order.Request.PaymentSpecificParameters; using Mollie.Api.Models.Payment; using Mollie.Tests.Integration.Framework; using NUni...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mollie.Api.Models; using Mollie.Api.Models.List; using Mollie.Api.Models.Order; using Mollie.Api.Models.Order.Request.PaymentSpecificParameters; using Mollie.Api.Models.Payment; using Mollie.Tests.Integration.Framework; using NUni...
3e9e173da3edae62c4b567968253b4ce46054d34
Add support for the "shopperCountryMustMatchBillingCountry" and "expiresAt" properties in the OrderRequest class
Add support for the "shopperCountryMustMatchBillingCountry" and "expiresAt" properties in the OrderRequest class
Viincenttt/MollieApi
Mollie.Api/Models/Order/Request/OrderRequest.cs
mit
1,594,194,909
using System; using System.Collections.Generic; using Mollie.Api.JsonConverters; using Mollie.Api.Models.Order.Request.PaymentSpecificParameters; using Newtonsoft.Json; namespace Mollie.Api.Models.Order { public class OrderRequest { /// <summary> /// The total amount of the order, including VAT an...
using System; using System.Collections.Generic; using Mollie.Api.JsonConverters; using Mollie.Api.Models.Order.Request.PaymentSpecificParameters; using Newtonsoft.Json; namespace Mollie.Api.Models.Order { public class OrderRequest { /// <summary> /// The total amount of the order, including VAT an...
1b0da7c3783562a1e6cda3879922ec9f96497f9c
Add support to update the metadata property of an order line
Add support to update the metadata property of an order line
Viincenttt/MollieApi
Mollie.Api/Models/Order/Request/OrderLineUpdateRequest.cs
mit
1,594,194,508
using Mollie.Api.JsonConverters; using Newtonsoft.Json; namespace Mollie.Api.Models.Order { public class OrderLineUpdateRequest { /// <summary> /// A description of the order line, for example LEGO 4440 Forest Police Station. /// </summary> public string Name { get; set; } ...
namespace Mollie.Api.Models.Order { public class OrderLineUpdateRequest { /// <summary> /// A description of the order line, for example LEGO 4440 Forest Police Station. /// </summary> public string Name { get; set; } /// <summary> /// A link pointing to an image of...
da2a148062c4c23182917f0b1e6045e76ef89204
バージョンを0.4.1にする。
バージョンを0.4.1にする。
aldentea/SweetMutus
SweetMutus/Properties/AssemblyInfo.cs
mit
1,594,194,260
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("SweetMutus")] [assembly: AssemblyDescription("")] [assem...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("SweetMutus")] [assembly: AssemblyDescription("")] [assem...
699a28c9d72228f31de830acef9ffb9750d6fe8d
Change nef checksum to double SHA256 (#1751)
Change nef checksum to double SHA256 (#1751) * Change to double SHA256 * Clean code * Revert change * Clean code * Fix checksum * Update NefFile.cs * Fix compile * Clean code Clean code Fix checksum Update NefFile.cs Fix compile * Optimize * Optimize * Fix Co-authored-by: erikzha...
AntShares/AntShares
src/neo/SmartContract/NefFile.cs
mit
1,594,194,257
using Neo.Cryptography; using Neo.IO; using System; using System.IO; namespace Neo.SmartContract { /// <summary> /// +------------+-----------+------------------------------------------------------------+ /// | Field | Length | Comment | /// +-...
using Neo.Cryptography; using Neo.IO; using System; using System.IO; namespace Neo.SmartContract { /// <summary> /// +------------+-----------+------------------------------------------------------------+ /// | Field | Length | Comment | /// +-...
1775b51bdc20c8820f143c902826ae8409d9e63f
[VsIntegration] Fixes #383, remaining issues
[VsIntegration] Fixes #383, remaining issues
X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic
VisualStudio/ProjectPackage/LanguageService/XSharpTypeAndMemberDropDownBars.cs
apache-2.0
1,594,194,221
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.Package; using System.Collections; using Microsoft.VisualStudio.T...
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.Package; using System.Collections; using Microsoft.VisualStudio.T...
de7e3a6156ccaabe126f5bac61c05862149f7776
Add integration test to verify we can create a new payment and retrieve the QR code
Add integration test to verify we can create a new payment and retrieve the QR code
Viincenttt/MollieApi
Mollie.Tests.Integration/Api/PaymentTests.cs
mit
1,594,193,690
using System; using System.Net.Http; using System.Threading.Tasks; using Mollie.Api.Client; using Mollie.Api.Models; using Mollie.Api.Models.List; using Mollie.Api.Models.Payment; using Mollie.Api.Models.Payment.Request; using Mollie.Api.Models.Payment.Response; using Mollie.Api.Models.Payment.Response.Specific; using...
using System; using System.Net.Http; using System.Threading.Tasks; using Mollie.Api.Client; using Mollie.Api.Models; using Mollie.Api.Models.List; using Mollie.Api.Models.Payment; using Mollie.Api.Models.Payment.Request; using Mollie.Api.Models.Payment.Response; using Mollie.Api.Models.Payment.Response.Specific; using...
fa2004b7b34131f6f9f63b1d1a0f2fa641054be8
Add fix #236 to the current version
Add fix #236 to the current version
zapadi/redmine-net-api
src/redmine-net-api/Types/User.cs
apache-2.0
1,594,192,322
/* Copyright 2011 - 2019 Adrian Popescu. 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 agre...
/* Copyright 2011 - 2019 Adrian Popescu. 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 agre...
2f4c4408fbad654bb73233b7fc6a500992b2e010
Apply redundant bracket refactoring
Apply redundant bracket refactoring
ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framew...
osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs
mit
1,594,191,733
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; u...
ac29f76f2f837d2886a9118a6559af86c0183c54
fixed error about private constructor
fixed error about private constructor
xirqlz/blueprint41
Blueprint41/Query/ResultHelper.cs
mit
1,594,191,440
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using Blueprint41.Core; using Blueprint41.Neo4j.Model; namespace Blueprint41.Query { internal abstract class ResultHelper { #region Result Info public...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using Blueprint41.Core; using Blueprint41.Neo4j.Model; namespace Blueprint41.Query { internal abstract class ResultHelper { #region Result Info public...
7e772ba2b38fa4522b1a682028d082400e1acbcd
Changed to apply mask before update.
Changed to apply mask before update.
harujoh/KelpNet,harujoh/KelpNet
KelpNet.Sample/Sample/Sample21.cs
apache-2.0
1,594,190,978
using System; using System.Collections.Generic; using System.Linq; using KelpNet.CL; using KelpNet.Tools; #if DOUBLE #elif NETCOREAPP2_0 using Math = System.MathF; #else using Math = KelpNet.MathF; #endif //using Real = System.Double; using Real = System.Single; namespace KelpNet.Sample { //Rigging the Lottery:...
using System; using System.Collections.Generic; using System.Linq; using KelpNet.CL; using KelpNet.Tools; #if DOUBLE #elif NETCOREAPP2_0 using Math = System.MathF; #else using Math = KelpNet.MathF; #endif //using Real = System.Double; using Real = System.Single; namespace KelpNet.Sample { //Rigging the Lottery:...
87b88c3ba429b819cf09a6aa481b899dc24e06dd
宛先アドレス取得処理の安定性向上。
宛先アドレス取得処理の安定性向上。
t-miyake/OutlookOkan
OutlookOkan/Models/GenerateCheckList.cs
apache-2.0
1,594,190,683
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook =...
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook =...
6c8b6f05f838ffd7a6139b2eeb93d91aabaa2ad8
Fix key bindings switching order at random on consecutive "reset to defaults"
Fix key bindings switching order at random on consecutive "reset to defaults"
smoogipoo/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu
osu.Game/Input/KeyBindingStore.cs
mit
1,594,189,466
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Input.Bindings; using osu.Framework.Platform; using osu.Game.Database; 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 osu.Framework.Input.Bindings; using osu.Framework.Platform; using osu.Game.Database; using osu.G...
8022cc170bbc36dc4b1c6183d40d052fd2084dff
警告キーワードの警告文が空欄の場合に、警告を無視していた問題を修正。
警告キーワードの警告文が空欄の場合に、警告を無視していた問題を修正。
t-miyake/OutlookOkan
OutlookOkan/Models/GenerateCheckList.cs
apache-2.0
1,594,189,343
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook =...
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook =...
40711f85970abe31edc66cb4bc5a8a01081d9c4a
Fix wrapping test
Fix wrapping test
SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,w...
tests/Avalonia.Skia.UnitTests/Media/TextFormatting/TextFormatterTests.cs
mit
1,594,189,195
using System; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.TextFormatting; using Avalonia.Media.TextFormatting.Unicode; using Avalonia.UnitTests; using Avalonia.Utilities; using Xunit; namespace Avalonia.Skia.UnitTests.Media.TextFormatting { public class TextFormatterTests { ...
using System; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.TextFormatting; using Avalonia.Media.TextFormatting.Unicode; using Avalonia.UnitTests; using Avalonia.Utilities; using Xunit; namespace Avalonia.Skia.UnitTests.Media.TextFormatting { public class TextFormatterTests { ...
12e3a3c38a70095ab0a4ee50bf669374f9941186
Adjust toolbar fade in/out on toggle
Adjust toolbar fade in/out on toggle
NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu
osu.Game/Overlays/Toolbar/Toolbar.cs
mit
1,594,188,686
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
384531ea6878c87c86f133c2499c3208382e3b4c
removes comments and no need for private method
removes comments and no need for private method
leekelleher/Umbraco-CMS,KevinJump/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,robertjf/Umbraco-CMS,tcmorris/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,NikRimington/Umbraco-CMS,bjarnef/Umbraco-CMS,marcemarc/Umbraco-CMS,tcmorris/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford...
src/Umbraco.Core/Services/Implement/ContentService.cs
mit
1,594,187,975
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using Umbraco.Core.Events; using Umbraco.Core.Exceptions; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Membership; using Umbraco.Core.Persistence.DatabaseModel...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using Umbraco.Core.Events; using Umbraco.Core.Exceptions; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Membership; using Umbraco.Core.Persistence.DatabaseModel...
5e39821a3ad7e635efb68ff42fbe0e355bd54ac9
修复codefirst时的类型转换
修复codefirst时的类型转换
lianggx/mystaging
src/MyStaging.PostgreSQL/Generals/GeneralFactory.cs
mit
1,594,187,742
using MyStaging.Common; using MyStaging.Core; using MyStaging.Metadata; using MyStaging.Interface; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data; usin...
using MyStaging.Common; using MyStaging.Core; using MyStaging.Metadata; using MyStaging.Interface; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data; usin...
bc1f623d2d9605f6a2ff15b54e40fd43ae48b98d
Added markdown example
Added markdown example
asposewords/Aspose_Words_NET,aspose-words/Aspose.Words-for-.NET,asposewords/Aspose_Words_NET,aspose-words/Aspose.Words-for-.NET,asposewords/Aspose_Words_NET,aspose-words/Aspose.Words-for-.NET
Examples/CSharp/Programming-Documents/Document/WorkingWithMarkdownFeatures.cs
mit
1,594,187,631
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document { class WorkingWithMarkdownFeatures { public static void Run() { // The path to the...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document { class WorkingWithMarkdownFeatures { public static void Run() { // The path to the...
0684ac90c6180f5debbf5b5aeb6dc9383aaf0166
Make toolbar opaque
Make toolbar opaque This is the general direction we're going with future designs. Just applying this now because it makes a lot of screens feel much better (multiplayer lobby / match, song select etc. where there are elements adjacent to the bar which cause the transparency to feel a bit awkward).
ppy/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu
osu.Game/Overlays/Toolbar/Toolbar.cs
mit
1,594,186,992
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
1cc345f5fac309f88ebaa76823ade7de25fde232
Fix bug with SetSurface
Fix bug with SetSurface
Thraka/SadConsole
SadConsole/CellSurface.cs
mit
1,594,186,899
using System; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; using SadRogue.Primitives; namespace SadConsole { /// <summary> /// An array of <see cref="ColoredGlyph"/> objects used to represent a 2D surface. /// </summary> [DataContract] [JsonObject(Me...
using System; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; using SadRogue.Primitives; namespace SadConsole { /// <summary> /// An array of <see cref="ColoredGlyph"/> objects used to represent a 2D surface. /// </summary> [DataContract] [JsonObject(Me...
b80dc8f34b1cc8289bcbda74519fa09f5cf8ddbf
readability
readability
tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,hfloyd/Umbraco-CMS,bjarnef/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,bjarnef/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbrac...
src/Umbraco.Core/Runtime/SqlMainDomLock.cs
mit
1,594,184,832
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using Umbraco.Core.Persis...
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using Umbraco.Core.Persis...
731ef043f134e6d269b9bd718c3efb1d128d3d97
Remove redundant parenthesis
Remove redundant parenthesis
EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framewor...
osu.Framework.Tests/Visual/UserInterface/TestSceneRearrangeableListContainer.cs
mit
1,594,180,297
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework...
65101beaf668697300b2a3bd691679e67dec3a73
transactions for sqlmaindom
transactions for sqlmaindom
marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,madsoulswe/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,leekelleher/Umbraco-CMS,KevinJump/Umbraco-CMS,NikRimington/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,tcmorris/Umbraco-CMS,Kevi...
src/Umbraco.Core/Runtime/SqlMainDomLock.cs
mit
1,594,179,800
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using U...
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using U...
6aa49242f2e2c4453a3dc2d6cd9032151efaef83
Don't try to reuse db instances, thsi can result in potential zombie transactions
Don't try to reuse db instances, thsi can result in potential zombie transactions
abryukhov/Umbraco-CMS,mattbrailsford/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,leekelleher/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,tcmorris/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,hfloyd/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,tcmorr...
src/Umbraco.Core/Runtime/SqlMainDomLock.cs
mit
1,594,179,800
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using U...
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using U...
651756d96a673316b0cb2cc8a70975423714ab12
Ensure we don't shutdown MainDom if there is an error while listening, only shutdown if the appdomain is triggered to shutdown, else we'll keep listening/logging
Ensure we don't shutdown MainDom if there is an error while listening, only shutdown if the appdomain is triggered to shutdown, else we'll keep listening/logging
robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,tcmorris/Umbraco-CMS,KevinJump/Umbraco-CMS,leekelleher/Umbraco-CMS,mattbrailsford/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,tcmorris/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,hfloyd/Umbraco-CMS,tcmorris/Um...
src/Umbraco.Core/Runtime/SqlMainDomLock.cs
mit
1,594,179,800
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using Umbraco.Core.Persis...
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using U...
8814875b95d9586863e1a8e7f2215a5c09056b2c
fixes error logging
fixes error logging
bjarnef/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,hfloyd/Umbraco-CMS,hfloyd/Umbraco-CMS,leekelleher/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,mattbrailsford/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,leekelleher/Umbraco-CMS,ar...
src/Umbraco.Web/Compose/DatabaseServerRegistrarAndMessengerComponent.cs
mit
1,594,179,800
using System; using System.Threading; using Umbraco.Core; using Umbraco.Core.Composing; using Umbraco.Core.Logging; using Umbraco.Core.Services; using Umbraco.Core.Services.Changes; using Umbraco.Core.Sync; using Umbraco.Examine; using Umbraco.Web.Cache; using Umbraco.Web.Routing; using Umbraco.Web.Scheduling; using U...
using System; using System.Threading; using Umbraco.Core; using Umbraco.Core.Composing; using Umbraco.Core.Logging; using Umbraco.Core.Services; using Umbraco.Core.Services.Changes; using Umbraco.Core.Sync; using Umbraco.Examine; using Umbraco.Web.Cache; using Umbraco.Web.Routing; using Umbraco.Web.Scheduling; using U...