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
9e193ab2bac8fde89a933d49ed640b049db73001
- Bugfix since SyncResponse uses SyncRequest Expiration extra correction is not necessary
- Bugfix since SyncResponse uses SyncRequest Expiration extra correction is not necessary
jchristn/WatsonTcp
WatsonTcp/WatsonMessage.cs
mit
1,588,350,684
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Net.Security; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Net.Security; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; ...
12272fe8f533e2bf179d1b453c2a9420c55bf3d0
Fixed: ModeratedPostCount can't be saved
Fixed: ModeratedPostCount can't be saved When we uncheck the checkbox Moderate all Posts and enter a value for the textbox ModeratedPostCount, the value can't be saved
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YetAnotherForum.NET/Pages/Admin/EditForum.ascx.cs
apache-2.0
1,588,348,745
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
3d49a29831914d435642135583c949f2225b2cfa
Made application registration do it in alphabetical order. Also removed redundant class.
Made application registration do it in alphabetical order. Also removed redundant class.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Profiles/LightingStateManager.cs
mit
1,588,348,593
using Aurora.Profiles.Aurora_Wrapper; using Aurora.Profiles.Desktop; using Aurora.Profiles.Generic_Application; using Aurora.Settings; using Aurora.Settings.Layers; using Aurora.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using Syst...
using Aurora.Profiles.Aurora_Wrapper; using Aurora.Profiles.Desktop; using Aurora.Profiles.Generic_Application; using Aurora.Settings; using Aurora.Settings.Layers; using Aurora.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using Syst...
67aefa4a9f54f1aeeb99d90fc5b43483551737b7
Add test for both left and right recurson--can't transform if both in the same rule.
Add test for both left and right recurson--can't transform if both in the same rule.
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
LanguageServer/Transform.cs
mit
1,588,348,274
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
bce4b8aee6fd1bb86f9522534f4ae0887f2a2cf6
Revert "[OSX] attempt to fix decoration changes when in fs mode."
Revert "[OSX] attempt to fix decoration changes when in fs mode." This reverts commit a77e043262f3da1e9cab2e68e17c31704e893199.
wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Ava...
src/Avalonia.Native/WindowImpl.cs
mit
1,588,347,928
using System; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Native.Interop; using Avalonia.Platform; using Avalonia.Platform.Interop; namespace Avalonia.Native { public class WindowImpl : WindowBaseImpl, IWindowImpl, ITopLevelImplWithNativeMenuExporter { private readonly IA...
using System; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Native.Interop; using Avalonia.Platform; using Avalonia.Platform.Interop; namespace Avalonia.Native { public class WindowImpl : WindowBaseImpl, IWindowImpl, ITopLevelImplWithNativeMenuExporter { private readonly IA...
f5657569e44f32d07b2216d031fc5ce839007799
Fix drop range (#871)
Fix drop range (#871)
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,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/EntitySystems/HandsSystem.cs
mit
1,588,347,862
using System; using Content.Server.GameObjects.Components; using Content.Server.GameObjects.Components.Stack; using Content.Server.Interfaces.GameObjects; using Content.Server.Throw; using Content.Shared.Input; using Content.Shared.Physics; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Ser...
using System; using Content.Server.GameObjects.Components; using Content.Server.GameObjects.Components.Stack; using Content.Server.Interfaces.GameObjects; using Content.Server.Throw; using Content.Shared.Input; using Content.Shared.Physics; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Ser...
3ff6f93eef02f5a26ec1a8bc5767598c426c5748
added tests
added tests
giometrix/TableStorage.Abstractions.POCO
tests/TableStorage.Abstractions.POCO.SecondaryIndexes.Tests/IndexTests.cs
mit
1,588,347,117
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TableStorage.Abstractions.POCO.SecondaryIndexes.Tests { [TestClass] public class IndexTests { private PocoTableStore<Employee, int, int> TableStore; private PocoTableStore<Employee, int, ...
using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TableStorage.Abstractions.POCO.SecondaryIndexes.Tests { [TestClass] public class IndexTests { private PocoTableStore<Employee, int, int> TableStore; private PocoTableStore<Employee, int, string> IndexS...
7d7b0055088be1e870bc79558d7dad864f2dd7e1
Fixing right recursion to kleene transform.
Fixing right recursion to kleene transform.
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
LanguageServer/Transform.cs
mit
1,588,346,502
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
0172c38674a6feb63cd9aa1edfa9cf39693942ee
removed unnecessary semicolon
removed unnecessary semicolon
Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit
src/MvvmScarletToolkit.Observables/ObservableCircularBuffer.cs
mit
1,588,346,150
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; namespace MvvmScarletToolkit.Observables { [System.Diagnostics.CodeAnalysis.SuppressMessage("PropertyChangedAnalyzers.PropertyChanged", "INPC005:C...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; namespace MvvmScarletToolkit.Observables { [System.Diagnostics.CodeAnalysis.SuppressMessage("PropertyChangedAnalyzers.PropertyChanged", "INPC005:C...
623611d9dc03e210f75615a260cde554aaef2a3b
Simplify ruleset ordering
Simplify ruleset ordering
NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu
osu.Game/Screens/Select/DifficultyRecommender.cs
mit
1,588,346,135
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
00426fb4a55c6f7022d17f19bcaf859676394ec9
log exceptions in debug builds
log exceptions in debug builds
Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit
src/MvvmScarletToolkit.Commands/Core/NotifyTaskCompletion.cs
mit
1,588,346,013
using System; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace MvvmScarletToolkit.Commands { public sealed class NotifyTaskCompletion : INotifyPropertyChanged { private static readonly Lazy<NotifyTaskCompletion> _compl...
using System; using System.ComponentModel; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace MvvmScarletToolkit.Commands { public sealed class NotifyTaskCompletion : INotifyPropertyChanged { private static readonly Lazy<NotifyTaskCompletion> _completed = new Lazy<NotifyTask...
9cb103e6aadcc7e2e4375fa4d5c830c357d790ff
update comment
update comment
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Icons/Services/IconFetchingService.cs
agpl-3.0
1,588,345,784
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
7abfefd167f760966a9ad4c26d86a053eb7a5f98
replace ip regex with IPAddress.Parse
replace ip regex with IPAddress.Parse
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Icons/Services/IconFetchingService.cs
agpl-3.0
1,588,345,727
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
ce060d5821b251dece7914f7ffd10a473487f47d
StyleSheet: Added SetPropertyIfChanged
StyleSheet: Added SetPropertyIfChanged
warappa/XamlCSS
XamlCSS/StyleSheet.cs
mit
1,588,345,552
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using XamlCSS.CssParsing; using XamlCSS.Dom; using XamlCSS.Utils; namespace XamlCSS { public class StyleSheet : INotifyPropertyCh...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Linq; using XamlCSS.CssParsing; using XamlCSS.Dom; using XamlCSS.Utils; namespace XamlCSS { public class StyleSheet : INotifyPropertyChanged { ...
04944810f67ac10811a6c2a9f594d84d926a5201
remove cast as not necessary.
remove cast as not necessary.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Validation/Validations.cs
mit
1,588,345,549
using ReactiveUI; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using WalletWasabi.Models; namespace WalletWasabi.Gui.Validation { public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations { public Validations() ...
using ReactiveUI; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using WalletWasabi.Models; namespace WalletWasabi.Gui.Validation { public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations { public Validations() ...
74096f65d7b1969c0294396e466410ba1d54d2b6
Add Renderer.DrawLineStroke
Add Renderer.DrawLineStroke
lucas-miranda/Raccoon
Raccoon/Graphics/Renderer.cs
mit
1,588,345,479
using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace Raccoon.Graphics { /// <summary> /// An all-in-one provider, containing means to draw anything that Raccoon.Graphics can offer. /// Also aims to centralize the rendering setups to make every...
using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace Raccoon.Graphics { /// <summary> /// An all-in-one provider, containing means to draw anything that Raccoon.Graphics can offer. /// Also aims to centralize the rendering setups to make every...
853fa7095d1238d6f932d8925dbefade817a54ee
Update to some small things to Game.cs
Update to some small things to Game.cs
lucas-miranda/Raccoon
Raccoon/Core/Game.cs
mit
1,588,345,448
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
9371fc13d7e56ded89f67453578996a2dd79936d
So glad to have unit tests. Fixing issue with text edit control
So glad to have unit tests. Fixing issue with text edit control
larsbrubaker/agg-sharp,MatterHackers/agg-sharp
Gui/TextWidgets/InternalTextEditWidget.cs
bsd-2-clause
1,588,345,353
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
1f504286e8068ad3744d7c18f785089e4a1c5780
Update consistency between InternalRenderer-Canvas
Update consistency between InternalRenderer-Canvas
lucas-miranda/Raccoon
Raccoon/Graphics/Drawables/Canvas.cs
mit
1,588,345,353
using Microsoft.Xna.Framework.Graphics; namespace Raccoon.Graphics { public class Canvas : Image { #region Private Members private Renderer _internalRenderer; #endregion Private Members #region Constructors public Canvas(int width, int height) : base(new Textu...
using Microsoft.Xna.Framework.Graphics; namespace Raccoon.Graphics { public class Canvas : Image { #region Constructors public Canvas(int width, int height) : base(new Texture(new RenderTarget2D(Game.Instance.GraphicsDevice, width, height))) { } public Canvas(int width,...
9f091f3a5635cdca80c15511a7e888c70f0536f7
Do not query API for custom rulesets
Do not query API for custom rulesets
UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu
osu.Game/Screens/Select/DifficultyRecommender.cs
mit
1,588,345,348
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
2181cf2a01dc453c78fe46aac9b7e5adb79dcd26
Fix exp claim type when using SetDefaultTimesOnTokenCreation
Fix exp claim type when using SetDefaultTimesOnTokenCreation
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs
mit
1,588,343,982
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
f2bdb5f6de52815b146124d4f4765a550e715af0
Fixed loading of UI from bundles after scene switch
Fixed loading of UI from bundles after scene switch
allista/AT_Utils
UI/UIBundle.cs
mit
1,588,343,963
// AT_Utils_UI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AT_Utils { public class UIBundle { private readonly string bundlePath; pu...
// AT_Utils_UI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public class UIBundle { private readonly string BUNDLE; public bool BundleNotFou...
9ff5df68626890e69f2fb79e3715dd80915df242
JwtSecurityTokenHandler.ResolveIssuerSigningKey compare jwt.x5t with signingKey.x5t when using validationParameters.IssuerSigningKeys
JwtSecurityTokenHandler.ResolveIssuerSigningKey compare jwt.x5t with signingKey.x5t when using validationParameters.IssuerSigningKeys
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
src/System.IdentityModel.Tokens.Jwt/JwtSecurityTokenHandler.cs
mit
1,588,343,795
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated doc...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated doc...
0ae7e2ae09cd2983868864855edd02c390b36444
Faster word count by only parsing, not doing full code gen
Faster word count by only parsing, not doing full code gen
inkle/ink,inkle/ink,inkle/ink,ghostpattern/ink,ghostpattern/ink
inklecate/CommandLineTool.cs
mit
1,588,341,939
using System; using System.IO; using System.Linq; using System.Diagnostics; using System.Collections.Generic; namespace Ink { class CommandLineTool : Ink.IFileHandler { class Options { public bool verbose; public bool playMode; public bool stats; public string inputFile; ...
using System; using System.IO; using System.Linq; using System.Diagnostics; using System.Collections.Generic; namespace Ink { class CommandLineTool : Ink.IFileHandler { class Options { public bool verbose; public bool playMode; public bool stats; public string inputFile; ...
14eb133c1745e1b94b91aede9dc96800f9921a66
fix filter parsing
fix filter parsing
JKorf/Binance.Net
Binance.Net/Converters/SymbolFilterConverter.cs
mit
1,588,341,079
using Binance.Net.Objects; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Diagnostics; namespace Binance.Net.Converters { internal class SymbolFilterConverter : JsonConverter { public override bool CanConvert(Type objectType) { return false; }...
using Binance.Net.Objects; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Diagnostics; namespace Binance.Net.Converters { internal class SymbolFilterConverter : JsonConverter { public override bool CanConvert(Type objectType) { return false; }...
11da7ed16f3da8386306dc9955166e8ed11f3e5d
ProductInfoMessage. IsRequiredConnectors, ContentType properties.
ProductInfoMessage. IsRequiredConnectors, ContentType properties.
StockSharp/StockSharp
Community/Messages/ProductInfoMessage.cs
apache-2.0
1,588,340,478
namespace StockSharp.Community.Messages { using System.Runtime.Serialization; using StockSharp.Messages; /// <summary> /// Product info message. /// </summary> public class ProductInfoMessage : Message, IOriginalTransactionIdMessage { /// <summary> /// Identifier. /// </summary> [DataMember] public ...
namespace StockSharp.Community.Messages { using System.Runtime.Serialization; using StockSharp.Messages; /// <summary> /// Product info message. /// </summary> public class ProductInfoMessage : Message, IOriginalTransactionIdMessage { /// <summary> /// Identifier. /// </summary> [DataMember] public ...
d9afc70cad9baf157756313265de8253a98f13b9
CA1052: Static holder types should be Static or NotInheritable
CA1052: Static holder types should be Static or NotInheritable
dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions
Tests/FluentAssertions.Specs/Execution/CallerIdentifierSpecs.cs
apache-2.0
1,588,339,297
using System; using FluentAssertions; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { public class CallerIdentifierSpecs { [Fact] public void When_namespace_is_exactly_System_caller_should_be_unknown() { // Act Action act = () => System.SystemNa...
using System; using FluentAssertions; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { public class CallerIdentifierSpecs { [Fact] public void When_namespace_is_exactly_System_caller_should_be_unknown() { // Act Action act = () => System.SystemNa...
20e0aa4aef4cd01ebc800f02ba91adb301a6de27
Comment fixup
Comment fixup
jnyrup/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions
Tests/FluentAssertions.Specs/Exceptions/FunctionExceptionAssertionSpecs.cs
apache-2.0
1,588,339,297
using System; using System.Collections.Generic; using System.Threading.Tasks; using FluentAssertions.Execution; using FluentAssertions.Extensions; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { public class FunctionExceptionAssertionSpecs { [Fact] public void When_subject_is_...
using System; using System.Collections.Generic; using System.Threading.Tasks; using FluentAssertions.Execution; using FluentAssertions.Extensions; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { public class FunctionExceptionAssertionSpecs { [Fact] public void When_subject_is_...
17c382e883703c2c6da0f902fa66ccc3c2cfc900
Avoid ContinueWith
Avoid ContinueWith
jnyrup/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions
Tests/FluentAssertions.Specs/Formatting/FormatterSpecs.cs
apache-2.0
1,588,339,297
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FluentAssertions.Common; using FluentAssertions.Equivalency; using FluentAssertions.Extensions; using FluentAssertions.Formatting; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { [Collection("Fo...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FluentAssertions.Common; using FluentAssertions.Equivalency; using FluentAssertions.Extensions; using FluentAssertions.Formatting; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { [Collection("Fo...
eb765f3a5785a7f2540983a22e4d387f46813a06
Prefer pattern matching over cast
Prefer pattern matching over cast
dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions
Src/FluentAssertions/AssertionExtensions.cs
apache-2.0
1,588,339,296
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using System.Xml.Linq; using FluentAssertions.Collections; using FluentAssertions.Common; #if !NETSTANDARD2_0 using FluentAssertions....
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using System.Xml.Linq; using FluentAssertions.Collections; using FluentAssertions.Common; #if !NETSTANDARD2_0 using FluentAssertions....
5bb91a23629f17b05579ad5eb522c4dcfe620c46
SA1500: Braces for multi-line statements should not share line
SA1500: Braces for multi-line statements should not share line
dennisdoomen/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions
Tests/FluentAssertions.Specs/Formatting/MultidimensionalArrayFormatterSpecs.cs
apache-2.0
1,588,339,296
using System; using System.Collections.Generic; using FluentAssertions.Formatting; using Xunit; namespace FluentAssertions.Specs { [Collection("FormatterSpecs")] public class MultidimensionalArrayFormatterSpecs { [Theory] [MemberData(nameof(MultiDimensionalArrayData))] public void ...
using System; using System.Collections.Generic; using FluentAssertions.Formatting; using Xunit; namespace FluentAssertions.Specs { [Collection("FormatterSpecs")] public class MultidimensionalArrayFormatterSpecs { [Theory] [MemberData(nameof(MultiDimensionalArrayData))] public void ...
23e854c99493086e42556d8701f1d6d58c90dd7f
SA1139: Use literal suffix notation instead of casting
SA1139: Use literal suffix notation instead of casting
fluentassertions/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions
Tests/FluentAssertions.Specs/Extensions/ObjectExtensionsSpecs.cs
apache-2.0
1,588,339,296
using System; using System.Collections.Generic; using System.Linq; using FluentAssertions.Common; using Xunit; namespace FluentAssertions.Specs { public class ObjectExtensionsSpecs { [Theory] [MemberData(nameof(GetNonEquivalentNumericData))] public void When_comparing_non_equivalent_bo...
using System; using System.Collections.Generic; using System.Linq; using FluentAssertions.Common; using Xunit; namespace FluentAssertions.Specs { public class ObjectExtensionsSpecs { [Theory] [MemberData(nameof(GetNonEquivalentNumericData))] public void When_comparing_non_equivalent_bo...
45261bda2adea908bfd2ed4b5666f8f2d17fee49
SA1504: All accessors should be single-line or multi-line
SA1504: All accessors should be single-line or multi-line
fluentassertions/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions
Src/FluentAssertions/Events/RecordedEvent.cs
apache-2.0
1,588,339,296
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace FluentAssertions.Events { /// <summary> /// This class is used to store data about an intercepted event /// </summary> [DebuggerNonUserCode] public class RecordedEvent { private objec...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace FluentAssertions.Events { /// <summary> /// This class is used to store data about an intercepted event /// </summary> [DebuggerNonUserCode] public class RecordedEvent { private objec...
d56403e01f005a6e69a1613ce078cc6f5e8fdc1e
SA1113: Comma should be on the same line as previous parameter
SA1113: Comma should be on the same line as previous parameter
jnyrup/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions
Tests/FluentAssertions.Specs/Xml/XElementAssertionSpecs.cs
apache-2.0
1,588,339,296
using System; using System.Xml.Linq; using FluentAssertions.Formatting; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { public class XElementAssertionSpecs { #region Be / NotBe [Fact] public void When_asserting_an_xml_element_is_equal_to_the_same_xml_element_it_shoul...
using System; using System.Xml.Linq; using FluentAssertions.Formatting; using Xunit; using Xunit.Sdk; namespace FluentAssertions.Specs { public class XElementAssertionSpecs { #region Be / NotBe [Fact] public void When_asserting_an_xml_element_is_equal_to_the_same_xml_element_it_shoul...
e1142420a28a0c315a807d7330ddfc441e930d98
SA1203: Constant fields should appear before non-constant fields
SA1203: Constant fields should appear before non-constant fields
fluentassertions/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions
Src/FluentAssertions/Events/EventAssertions.cs
apache-2.0
1,588,339,295
using System; using System.ComponentModel; using System.Linq; using System.Linq.Expressions; using FluentAssertions.Common; using FluentAssertions.Execution; using FluentAssertions.Primitives; namespace FluentAssertions.Events { /// <summary> /// Provides convenient assertion methods on a <see cref="IMonitor{...
using System; using System.ComponentModel; using System.Linq; using System.Linq.Expressions; using FluentAssertions.Common; using FluentAssertions.Execution; using FluentAssertions.Primitives; namespace FluentAssertions.Events { /// <summary> /// Provides convenient assertion methods on a <see cref="IMonitor{...
21b95aff0e2c79db23113414f1921887873261e7
Make CA1062 respect null checks by Guard
Make CA1062 respect null checks by Guard CA1062 needs an attribute on the Guard class to acknowledge it properly. See https://github.com/dotnet/roslyn-analyzers/issues/3451#issuecomment-606690452
jnyrup/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions
Src/FluentAssertions/Common/Guard.cs
apache-2.0
1,588,339,295
using System; namespace FluentAssertions.Common { internal static class Guard { public static void ThrowIfArgumentIsNull<T>([ValidatedNotNull] T obj, string paramName) { if (obj is null) { throw new ArgumentNullException(paramName); } ...
using System; namespace FluentAssertions.Common { internal static class Guard { public static void ThrowIfArgumentIsNull<T>(T obj, string paramName) { if (obj is null) { throw new ArgumentNullException(paramName); } } public ...
a496c6646c2faa0da16efce2547a9dd364ec1327
Fixed mplayer.Kill crash
Fixed mplayer.Kill crash
AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,Supe...
samples/interop/NativeEmbedSample/EmbedSample.cs
mit
1,588,339,248
using System; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; using Avalonia.Controls; using Avalonia.Platform; using Avalonia.Threading; using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.WebKit; using Encoding = SharpDX.Text.Encoding; namespace NativeEmb...
using System; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; using Avalonia.Controls; using Avalonia.Platform; using Avalonia.Threading; using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.WebKit; using Encoding = SharpDX.Text.Encoding; namespace NativeEmb...
1ad3554d08a0362fb2c52004f3c78c3d570f390e
Fixed UpdatePluginHandler for the case when all plugins should be updated.
Fixed UpdatePluginHandler for the case when all plugins should be updated.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Plugins.Endpoints/UpdatePluginHandler.cs
mit
1,588,338,623
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="UpdatePluginHandler.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pr...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="UpdatePluginHandler.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pr...
652378705419f791148a92b5fad2673d168be18e
Rename parameter.
Rename parameter.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,588,337,540
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
54ca168e399d48079ddeb68d71f5fa75f8c917af
IsRegisteredType now supported Generics
IsRegisteredType now supported Generics
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization/SerializationConfiguration/SerializationConfigurationBase/SerializationConfigurationBase.cs
mit
1,588,337,361
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------------------...
428b31a27a680f56e08d97e05cd3139998bb266b
code tweak
code tweak
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.library.cs
mit
1,588,337,016
using ARKBreedingStats.Library; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; ...
using ARKBreedingStats.Library; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; ...
d7005f2637c8ea2611437ca47cfb5754252129da
ProductInfoMessage. DocUrl.
ProductInfoMessage. DocUrl.
StockSharp/StockSharp
Community/Messages/ProductInfoMessage.cs
apache-2.0
1,588,337,004
namespace StockSharp.Community.Messages { using System.Runtime.Serialization; using StockSharp.Messages; /// <summary> /// Product info message. /// </summary> public class ProductInfoMessage : Message, IOriginalTransactionIdMessage { /// <summary> /// Identifier. /// </summary> [DataMember] public ...
namespace StockSharp.Community.Messages { using System.Runtime.Serialization; using StockSharp.Messages; /// <summary> /// Product info message. /// </summary> public class ProductInfoMessage : Message, IOriginalTransactionIdMessage { /// <summary> /// Identifier. /// </summary> [DataMember] public ...
dae969e043690c6ab95850a7daa952295dc6132f
#113 - Implemented clear reactions event
#113 - Implemented clear reactions event
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,336,222
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
20bb33ed25c014cb39ac1794105905551e5f655e
Fix EOS Loading
Fix EOS Loading Case-sensitivity striking again.
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/Internal/Replacements/ContentLoader.cs
mit
1,588,336,072
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Hacknet; using Hacknet.Extensions; using Hacknet.Security; using Microsoft.Xna.Framework; using Pathfinder.Game; using Pathfinder.Game.Computer; using Pathfinder.Game.MailServer; using Pathfinder.Mo...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Hacknet; using Hacknet.Extensions; using Hacknet.Security; using Microsoft.Xna.Framework; using Pathfinder.Game; using Pathfinder.Game.Computer; using Pathfinder.Game.MailServer; using Pathfinder.Mo...
1bce9415ebab516f83acf4ca4c0564da961f6f21
Fix multiple `dlink`s on a node
Fix multiple `dlink`s on a node Turns out parameter captures for sub-lambdas are wierd -- it was always accessing the *last read* `info`. Fixed by pre-capturing.
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/Internal/Replacements/ContentLoader.cs
mit
1,588,336,042
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Hacknet; using Hacknet.Extensions; using Hacknet.Security; using Microsoft.Xna.Framework; using Pathfinder.Game; using Pathfinder.Game.Computer; using Pathfinder.Game.MailServer; using Pathfinder.Mo...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Hacknet; using Hacknet.Extensions; using Hacknet.Security; using Microsoft.Xna.Framework; using Pathfinder.Game; using Pathfinder.Game.Computer; using Pathfinder.Game.MailServer; using Pathfinder.Mo...
29f518374fc9d91116fe21217ec7896c92258d56
#113 - Fixed small ratelimit bug
#113 - Fixed small ratelimit bug
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,335,135
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
1714629df6c4cd442b5d89b3298b2fd6c6443e3e
Rename to ParsePgnText.
Rename to ParsePgnText.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,588,334,626
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
4b5dcb8bb8ccb21dfadf14897a28919e08f397f3
Build the list of errors in the PgnParser.
Build the list of errors in the PgnParser.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,588,334,573
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
38cd0b4fb27ec066967dc02ef104f96cbdefaa5b
#113 - Changed ID creation to proper methods. idk why i didnt do that before
#113 - Changed ID creation to proper methods. idk why i didnt do that before
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,334,340
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
94c83e28857cd5faae2f212de03a45bc9ab0fbee
#113 - Added reaction removed logic
#113 - Added reaction removed logic
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,334,057
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace SoraBot.Services.ReactionHandlers { ...
767ed5894ce838deb1c495e03e17b324a023abd6
Fix: Missing null check in LiveVisualizer
Fix: Missing null check in LiveVisualizer
Piotrekol/StreamCompanion,Piotrekol/StreamCompanion
plugins/LiveVisualizer/LiveVisualizerPlugin.cs
mit
1,588,333,984
using CollectionManager.Enums; using Newtonsoft.Json; using PpCalculator; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using LiveCha...
using CollectionManager.Enums; using Newtonsoft.Json; using PpCalculator; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using LiveCha...
ad9f7ebf468e63635eff32e9017999c913b7b0a8
Stride build fix
Stride build fix
rds1983/Myra,rds1983/Myra
src/Myra/Utility/InputHelpers.cs
mit
1,588,333,357
using Myra.Graphics2D.UI; using System.Collections.Generic; #if !XENKO using Microsoft.Xna.Framework; #else using Xenko.Core.Mathematics; #endif namespace Myra.Utility { internal static class InputHelpers { private static bool CommonTouchCheck(this Widget w) { return w.Visible && w.Active && w.Enabled && w....
using Microsoft.Xna.Framework; using Myra.Graphics2D.UI; using System.Collections.Generic; namespace Myra.Utility { internal static class InputHelpers { private static bool CommonTouchCheck(this Widget w) { return w.Visible && w.Active && w.Enabled && w.ContainsMouse; } public static bool FallsThrough(t...
cf4a5c09ad3ea24cf75eec44914d0692ee2532e4
#113 - Some refactoring to have more re-usable code
#113 - Some refactoring to have more re-usable code
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,333,053
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace SoraBot.Services.ReactionHandlers { ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace SoraBot.Services.ReactionHandlers { ...
423d471eea1810b6749f882ed605fe5a46dc236f
#113 - Added check if the message is in the do not post again cache
#113 - Added check if the message is in the do not post again cache
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,332,658
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace SoraBot.Services.ReactionHandlers { ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace SoraBot.Services.ReactionHandlers { ...
37a46288e96a12b5a5318b84fd7bd659b61dc7f4
fixed #5529: Allow UserId being null when a SignalR Hub is connected
fixed #5529: Allow UserId being null when a SignalR Hub is connected
ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate
src/Abp.AspNetCore.SignalR/AspNetCore/SignalR/Hubs/OnlineClientHubBase.cs
mit
1,588,332,499
using System; using System.Threading.Tasks; using Abp.Auditing; using Abp.Dependency; using Abp.RealTime; using Abp.Runtime.Session; using Castle.Core.Logging; namespace Abp.AspNetCore.SignalR.Hubs { public abstract class OnlineClientHubBase : AbpHubBase, ITransientDependency { protected IOnlineClient...
using System; using System.Threading.Tasks; using Abp.Auditing; using Abp.Dependency; using Abp.RealTime; using Abp.Runtime.Session; using Castle.Core.Logging; namespace Abp.AspNetCore.SignalR.Hubs { public abstract class OnlineClientHubBase : AbpHubBase, ITransientDependency { protected IOnlineClient...
a22d5a9521615916e95e5f97cd298c99501b93f0
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,588,332,404
#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-...
c9184f1087b8ba84ae3f7d2e4ea06cba7fb5caa6
Fixing comment and tsort with assert.
Fixing comment and tsort with assert.
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
Algorithms/TopologicalSort.cs
mit
1,588,331,958
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace Algorithms { // Rough translation of the DFS algorithm in Cormen and // pseudo coded in section "Depth-first search" // https://en.wikipedia.org/wiki/Topological_sorting#Depth-first_search // Here, I...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace Algorithms { // Rough translation of http://www.logarithmic.net/pfh-files/blog/01208083168/sort.py enum Mark { None, Temporary, Permenent } public class TopologicalSort<...
ff395b83643af0a72c845e88530408dc5d4b84a5
in very old logs there might be no such options ugh
in very old logs there might be no such options ugh
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs
lgpl-2.1
1,588,331,440
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using CompatApiClient.Utils; using DSharpPlus.Entities; namespace CompatBot.Utils.ResultFormatters { internal static partial class LogParserResult { private static void BuildInfo...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using CompatApiClient.Utils; using DSharpPlus.Entities; namespace CompatBot.Utils.ResultFormatters { internal static partial class LogParserResult { private static void BuildInfo...
442ff5c6be648422e9db3b92c51169a81d1cab6c
test: change url test
test: change url test
Abhith/Code.Library,Abhith/Code.Library
src/Code.Library.Tests/Extensions/StringExtensionsTests.cs
apache-2.0
1,588,331,389
using System; using System.Globalization; using System.Threading; using Code.Library.Extensions; using FluentAssertions; using Xunit; namespace Code.Library.Tests.Extensions { public class StringExtensionsTests { /// <summary> /// The clean content test. /// </summary> [Fact] ...
using System; using System.Globalization; using System.Threading; using Code.Library.Extensions; using FluentAssertions; using Xunit; namespace Code.Library.Tests.Extensions { public class StringExtensionsTests { /// <summary> /// The clean content test. /// </summary> [Fact] ...
6a19ca0965cf744fed5376eb726c2476dd10eef4
prev commit fix.
prev commit fix.
StockSharp/StockSharp
Community/Messages/ProductInfoMessage.cs
apache-2.0
1,588,331,385
namespace StockSharp.Community.Messages { using System.Runtime.Serialization; using StockSharp.Messages; /// <summary> /// Product info message. /// </summary> public class ProductInfoMessage : Message, IOriginalTransactionIdMessage { /// <summary> /// Identifier. /// </summary> [DataMember] public ...
namespace StockSharp.Community.Messages { using System.Runtime.Serialization; using StockSharp.Messages; /// <summary> /// Product info message. /// </summary> public class ProductInfoMessage : Message, IOriginalTransactionIdMessage { /// <summary> /// Identifier. /// </summary> [DataMember] public ...
fbc15b53566bcef88d43f229de9490cea2169c46
Fix CopyAsset Action loading
Fix CopyAsset Action loading Base permits *either* the Source or Dest file name missing and I was emulating this incorrectly. Also adds a fail-fast path if both are missing, which base lacks.
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/Internal/Replacements/ActionsLoader.cs
mit
1,588,331,307
using System; using System.IO; using Hacknet; using Pathfinder.Exceptions; using Pathfinder.Game; using Pathfinder.ModManager; using Pathfinder.Util; using Pathfinder.Util.XML; namespace Pathfinder.Internal.Replacements { public static class ActionsLoader { public delegate SerializableActi...
using System; using System.IO; using Hacknet; using Pathfinder.Exceptions; using Pathfinder.Game; using Pathfinder.ModManager; using Pathfinder.Util; using Pathfinder.Util.XML; namespace Pathfinder.Internal.Replacements { public static class ActionsLoader { public delegate SerializableActi...
4650f02c81b0fc40371d2766b0d197763045e9bf
replace WCB checkmark with full list of enabled buffer options
replace WCB checkmark with full list of enabled buffer options
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs
lgpl-2.1
1,588,330,212
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using CompatApiClient.Utils; using DSharpPlus.Entities; namespace CompatBot.Utils.ResultFormatters { internal static partial class LogParserResult { private static void BuildInfo...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using CompatApiClient.Utils; using DSharpPlus.Entities; namespace CompatBot.Utils.ResultFormatters { internal static partial class LogParserResult { private static void BuildInfo...
6ff31fb7866f030bc6c617dbb58215435955dd67
Fix sizing when gameplay scale is adjusted
Fix sizing when gameplay scale is adjusted
UselessToucan/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu
osu.Game.Rulesets.Taiko/Skinning/LegacyTaikoScroller.cs
mit
1,588,330,163
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu....
510df8b282c97c046ee86a309f25681d30ce2d27
Improve tiling logic
Improve tiling logic
smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu
osu.Game.Rulesets.Taiko/Skinning/LegacyTaikoScroller.cs
mit
1,588,330,141
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu....
d26f7a98277fe63d45eb6ef8417e5a626c0a6e46
#113 - Removed small warning
#113 - Removed small warning
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,329,924
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace SoraBot.Services.ReactionHandlers { ...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace So...
19feb35f1e7ddb3a5f8b17d4800dc6f4f307a76f
#113 - Re-introduced starboard cache
#113 - Re-introduced starboard cache
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs
agpl-3.0
1,588,329,891
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace So...
using System; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.WebSocket; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; namespace So...
ca75ebf5aca0da02f76c5db0621bdca41256cc65
docs: add summary
docs: add summary
Abhith/Code.Library,Abhith/Code.Library
src/Code.Library.Application/Behaviors/LoggingBehavior.cs
apache-2.0
1,588,329,797
using System.Threading; using System.Threading.Tasks; using Code.Library.Extensions; using MediatR; using Microsoft.Extensions.Logging; namespace Code.Library.Application.Behaviors { /// <summary> /// It wraps the request generated logs, the **handling** request log will have the request params and **handled*...
using System.Threading; using System.Threading.Tasks; using Code.Library.Extensions; using MediatR; using Microsoft.Extensions.Logging; namespace Code.Library.Application.Behaviors { public class LoggingBehavior<TRequest, TResponse> : IPipelineBehavior<TRequest, TResponse> { private readonly ILogger<L...
273d320212b97d3a350377c8716aba1f711191e7
Use readonly properties instead of public fields
Use readonly properties instead of public fields
SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/A...
src/Avalonia.Visuals/Media/Fonts/FontKey.cs
mit
1,588,329,400
using System; namespace Avalonia.Media.Fonts { public readonly struct FontKey : IEquatable<FontKey> { public FontKey(string familyName, FontWeight weight, FontStyle style) { FamilyName = familyName; Style = style; Weight = weight; } public st...
using System; namespace Avalonia.Media.Fonts { public readonly struct FontKey : IEquatable<FontKey> { public readonly string FamilyName; public readonly FontStyle Style; public readonly FontWeight Weight; public FontKey(string familyName, FontWeight weight, FontStyle style) ...
453f4969858e0967c7ead3e333c229dcbd8ae668
add shared scope
add shared scope
MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4
src/IdentityServer4/host/Configuration/Resources.cs
apache-2.0
1,588,329,323
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Models; using System.Collections.Generic; using static IdentityServer4.IdentityServerConstants; na...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Models; using System.Collections.Generic; using static IdentityServer4.IdentityServerConstants; na...
0c6be979f6395cf209b8e7634c8f9e6b3e6fc36d
FIX qualified value shape evaluation corner case
FIX qualified value shape evaluation corner case
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFQualifiedValueShapeConstraint.cs
apache-2.0
1,588,328,644
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
191c0d33a662d84352ea2b4d8b09c36b430352e4
paging use default maximumcount null because of EF breaks
paging use default maximumcount null because of EF breaks
Kukkimonsuta/Odachi,Kukkimonsuta/Odachi
src/Odachi.Extensions.Collections/PagingOptions.cs
apache-2.0
1,588,328,581
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Odachi.Extensions.Collections; namespace Odachi.Extensions.Collections { /// <summary> /// Holds information about requested paging. /// </summary> public class PagingOptions { public static int DefaultNumber ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Odachi.Extensions.Collections; namespace Odachi.Extensions.Collections { /// <summary> /// Holds information about requested paging. /// </summary> public class PagingOptions { public static int DefaultNumber ...
17d7788142c35ebd1358e6c132095d42661ce217
La inn manglende namespace
La inn manglende namespace
JonThomas/RambergManufaktur,JonThomas/RambergManufaktur,JonThomas/RambergManufaktur
RambergManufaktur/App_Start/BundleConfig.cs
mit
1,588,328,514
using System.Web.Optimization; namespace RambergManufaktur { public class BundleConfig { // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBundle("~/b...
 namespace RambergManufaktur { public class BundleConfig { // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBundle("~/bundles/jquery").Include( ...
c04cbeed4ab6ddf16872318946647d105e72bc35
Ability to create compiler without doing full compile in test bed
Ability to create compiler without doing full compile in test bed
ghostpattern/ink,ghostpattern/ink,inkle/ink,inkle/ink,inkle/ink
InkTestBed/InkTestBed.cs
mit
1,588,328,482
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using Ink; class InkTestBed : IFileHandler { // --------------------------------------------------------------- // Main area to test stuff! // --------------------------------------------------------------- vo...
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using Ink; class InkTestBed : IFileHandler { // --------------------------------------------------------------- // Main area to test stuff! // --------------------------------------------------------------- vo...
59b9440d16185a56dd1be1c69a74ae7fe45a01e9
Fixes #101: Re-Adding Removed Element With Triggers Slows Down Application
Fixes #101: Re-Adding Removed Element With Triggers Slows Down Application
warappa/XamlCSS
XamlCSS/BaseCss.cs
mit
1,588,328,476
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using XamlCSS.CssParsing; using XamlCSS.Dom; using XamlCSS.Utils; namespace XamlCSS { public class BaseCss<TDependencyObject, TStyle, TDependencyProp...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using XamlCSS.CssParsing; using XamlCSS.Dom; using XamlCSS.Utils; namespace XamlCSS { public class BaseCss<TDependencyObject, TStyle, TDependencyProp...
4945e753a6068bc62979aaae476e3fc70240538e
type declared run time check omitted
type declared run time check omitted
peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept
src/Peachpie.CodeAnalysis/CodeGen/CodeGenerator.Emit.cs
apache-2.0
1,588,326,750
using Devsense.PHP.Syntax; using Devsense.PHP.Syntax.Ast; using Devsense.PHP.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.Emit; using Pchp.CodeAnalysis.Emit; using Pchp.CodeAnalysis.Errors; using Pchp.CodeAnalysis.FlowAnalysis; using Pchp.CodeAnalysis.Semantics...
using Devsense.PHP.Syntax; using Devsense.PHP.Syntax.Ast; using Devsense.PHP.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.Emit; using Pchp.CodeAnalysis.Emit; using Pchp.CodeAnalysis.Errors; using Pchp.CodeAnalysis.FlowAnalysis; using Pchp.CodeAnalysis.Semantics...
12cb21c5eb88410d7cc9343a6a2f5587857fe9cc
FIX qualified value shape logics
FIX qualified value shape logics
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFQualifiedValueShapeConstraint.cs
apache-2.0
1,588,326,463
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
e5580cf096b9d22c4513db82fbb7a2267ae73b12
add audio buffer duration check
add audio buffer duration check
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs
lgpl-2.1
1,588,326,327
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
6433c76641d2ddd4924170de59c089d070089019
fix "unknown since forever" for logs without game run
fix "unknown since forever" for logs without game run
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs
lgpl-2.1
1,588,325,552
using System; using System.Collections.Generic; using System.Globalization; using CompatApiClient; using CompatApiClient.Utils; using CompatApiClient.POCOs; using CompatBot.Database.Providers; using DSharpPlus.Entities; using Microsoft.Extensions.Caching.Memory; namespace CompatBot.Utils.ResultFormatters { intern...
using System; using System.Collections.Generic; using System.Globalization; using CompatApiClient; using CompatApiClient.Utils; using CompatApiClient.POCOs; using CompatBot.Database.Providers; using DSharpPlus.Entities; using Microsoft.Extensions.Caching.Memory; namespace CompatBot.Utils.ResultFormatters { intern...
2ac76def982ec0e0ab6b56ef025a05c19d4de600
Rearrange properties.
Rearrange properties.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Database/Models/GuildConfig.cs
mit
1,588,324,611
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class GuildConfig : DbEntity { public ulong GuildId { get; set; } public string Prefix { get; set; } = null; public bool DeleteMessageOnCommand { get; set; } publ...
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class GuildConfig : DbEntity { public ulong GuildId { get; set; } public string Prefix { get; set; } = null; public bool DeleteMessageOnCommand { get; set; } public ulong AutoAssignRoleId { get; set; } ...
cd3bb6504e5bc1409753d308d34fdaa0fd635c06
Format GuildConfig.cs and refactor code.
Format GuildConfig.cs and refactor code.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Database/Models/GuildConfig.cs
mit
1,588,323,621
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class GuildConfig : DbEntity { public ulong GuildId { get; set; } public string Prefix { get; set; } = null; public bool DeleteMessageOnCommand { get; set; } public ulong AutoAssignRoleId { get; set; } ...
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class GuildConfig : DbEntity { public ulong GuildId { get; set; } public string Prefix { get; set; } = null; public bool DeleteMessageOnCommand { get; set; } public ulong A...
a65af63e1f0236a47e532f6bcd4203a4a89c28aa
add TimeoutAfter extensions
add TimeoutAfter extensions
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Extensions/TaskExtension.cs
mit
1,588,323,498
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; // ReSharper disable once CheckNamespace namespace WeihanLi.Extensions { public static class TaskExtension { public static Task WhenAny...
using System.Collections.Generic; using System.Threading.Tasks; // ReSharper disable once CheckNamespace namespace WeihanLi.Extensions { public static class TaskExtension { public static Task WhenAny(this IEnumerable<Task> tasks) => Task.WhenAny(tasks); public static Task<Task<TResult>> WhenA...
9e4de37e880a28a4cb6d4dc17b87a0ddfec7cdef
Fix growMargin() not returning modified Rect2/Rect2i
Fix growMargin() not returning modified Rect2/Rect2i (cherry picked from commit 0ac6f4c40b42e67439c15af8d6a51ff1889b0f15)
ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot
modules/mono/glue/GodotSharp/GodotSharp/Core/Rect2.cs
mit
1,588,323,418
using System; using System.Runtime.InteropServices; #if REAL_T_IS_DOUBLE using real_t = System.Double; #else using real_t = System.Single; #endif namespace Godot { [Serializable] [StructLayout(LayoutKind.Sequential)] public struct Rect2 : IEquatable<Rect2> { private Vector2 _position; p...
using System; using System.Runtime.InteropServices; #if REAL_T_IS_DOUBLE using real_t = System.Double; #else using real_t = System.Single; #endif namespace Godot { [Serializable] [StructLayout(LayoutKind.Sequential)] public struct Rect2 : IEquatable<Rect2> { private Vector2 _position; p...
b1a2b55421448ba2c3ed07f29d543396062b862a
Formatting.
Formatting.
DragonSpark/Framework,DragonSpark/Framework,DragonSpark/Framework
DragonSpark.Application/Security/Identity/StoredStateViews.cs
mit
1,588,323,235
using DragonSpark.Compose; using JetBrains.Annotations; using Microsoft.Extensions.Caching.Memory; using System; using System.Security.Claims; using System.Threading.Tasks; namespace DragonSpark.Application.Security.Identity { sealed class StoredStateViews<T> : IStateViews<T> where T : class { readonly IStateView...
using DragonSpark.Compose; using JetBrains.Annotations; using Microsoft.Extensions.Caching.Memory; using System; using System.Security.Claims; using System.Threading.Tasks; namespace DragonSpark.Application.Security.Identity { sealed class StoredStateViews<T> : IStateViews<T> where T : class { readonly IStateView...
d2c43a6e471c2badc6e51bfe4c050b7cc728bd03
Format and improve BotConfig.cs.
Format and improve BotConfig.cs.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/Services/Database/Models/BotConfig.cs
mit
1,588,323,208
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class BotConfig : DbEntity { public ulong BufferSize { get; set; } = 4000000; public bool ForwardMessages { get; set; } = true; public bool ForwardToAllOwners { ...
using System; using System.Collections.Generic; namespace Mitternacht.Services.Database.Models { public class BotConfig : DbEntity { public HashSet<BlacklistItem> Blacklist { get; set; } public ulong BufferSize { get; set; } = 4000000; public bool ForwardMessages { get; set; } = true; ...
9216ffb541a9ce746dd7ecb3da140853ee92c9b2
Fixed #188
Fixed #188
rds1983/Myra,rds1983/Myra
src/Myra/Graphics2D/UI/TextBox.cs
mit
1,588,322,558
using System; using System.ComponentModel; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Graphics2D.Text; using TextCopy; using Myra.Graphics2D.UI.TextEdit; #if !XENKO using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework...
using System; using System.ComponentModel; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Graphics2D.Text; using TextCopy; using Myra.Graphics2D.UI.TextEdit; #if !XENKO using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework...
853e5aeb8c0aadfe9d3c14732b4faf73f9f32ae3
Factor out magic numbers.
Factor out magic numbers.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Helpers/UserHelper.cs
mit
1,588,320,703
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using MitternachtWeb.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Security.Claims; using System...
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Mitternacht.Services; using MitternachtWeb.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.S...
a2240b54f7037d1de7342ad7b9620b8c66f616ea
COMP: Fix build issue for .net 4.0
COMP: Fix build issue for .net 4.0
kfrancis/chargify-dot-net,kfrancis/chargify-dot-net
Source/ChargifyDotNet/RequestDTOs/CustomerRequest.cs
mit
1,588,320,467
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Web; using ChargifyNET; using Newtonsoft.Json; namespace ChargifyDotNet.RequestDTOs { internal class CustomerRequest { [JsonProperty("first_name", NullValueHandling = NullValueHandling....
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Web; using ChargifyNET; using Newtonsoft.Json; namespace ChargifyDotNet.RequestDTOs { internal class CustomerRequest { [JsonProperty("first_name", NullValueHandling = NullValueHandling....
ed5c874de356e27bc4da77f56f813ad18bc541c5
Fix to C# support library code
Fix to C# support library code (This was the only use of a HasXyz property for a message type.)
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs
bsd-3-clause
1,588,320,404
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
48e1da80c4fce87ba87dd15d72e372d91868fe5a
Exclude classes deriving from Game from dynamic compilation
Exclude classes deriving from Game from dynamic compilation
EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framew...
osu.Framework/Testing/RoslynTypeReferenceBuilder.cs
mit
1,588,319,544
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
807675bbd6d007db1ca8e5efcb5cf57d60fa81df
Move log string to higher level
Move log string to higher level
peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-...
osu.Framework/Testing/DynamicClassCompiler.cs
mit
1,588,318,460
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
66f9062032ffffd6643bc4a368ff4037670fda19
Improve logging of dynamic compilation
Improve logging of dynamic compilation
smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framew...
osu.Framework/Testing/RoslynTypeReferenceBuilder.cs
mit
1,588,318,410
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
4236bed1bef93410519c7035d4a55669da2c53fb
Fix NRE when material is not found
Fix NRE when material is not found
andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery
EDDiscovery/UserControls/EngineeringSynthesis/UserControlMaterialTrader.cs
apache-2.0
1,588,317,624
/* * Copyright © 2016 - 2019 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright © 2016 - 2019 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
5ff0634fca9de334ec22e8bc6950ac45ea2a6713
Fix MAJOR bug with controls consoles not updating.... ugh
Fix MAJOR bug with controls consoles not updating.... ugh
Thraka/SadConsole
SadConsole/UI/ControlsConsole.cs
mit
1,588,317,387
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Runtime.Serialization; using SadConsole.Input; using SadConsole.UI.Themes; using SadConsole.UI.Controls; using Keyboard = SadConsole.Input.Keyboard; ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Runtime.Serialization; using SadConsole.Input; using SadConsole.UI.Themes; using SadConsole.UI.Controls; using Keyboard = SadConsole.Input.Keyboard; ...
a0d02139d10dd0db8e527ba6187e844b21ab3c5d
map empty default string to empty array instead of raising an exception
map empty default string to empty array instead of raising an exception
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/TypeModel.cs
apache-2.0
1,588,317,160
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
f1ecc3fab9ef841258cd7269f9af2b0939b9ca70
Update Assets/MRTK/Core/Providers/BaseInputDeviceManager.cs
Update Assets/MRTK/Core/Providers/BaseInputDeviceManager.cs Co-authored-by: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com>
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Providers/BaseInputDeviceManager.cs
mit
1,588,312,862
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; namespace Microsoft.MixedReality.Toolkit...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; namespace Microsoft.MixedReality.Toolkit...
07a31e0fbcb4bb7ea1f7c62b9762284cb1607eb0
clean samples
clean samples
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
samples/DotNetCoreSample/Program.cs
mit
1,588,312,421
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using WeihanLi.Common; using WeihanLi.Common.Aspect; using WeihanLi.Common.DependencyInjection; // ReSharper disable LocalizableElement // ReSharper disable once LocalizableEle...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using WeihanLi.Common; using WeihanLi.Common.Aspect; using WeihanLi.Common.DependencyInjection; // ReSharper disable LocalizableElement // ReSharper disable once LocalizableEle...
273af72673d5dc453508100793ef338c7a2218fe
fixed a bug that tab character sometimes not render
fixed a bug that tab character sometimes not render
fairygui/FairyGUI-unity
Assets/Scripts/Core/Text/DynamicFont.cs
mit
1,588,311,978
using System; using System.Collections.Generic; using UnityEngine; namespace FairyGUI { /// <summary> /// /// </summary> public class DynamicFont : BaseFont { Font _font; int _size; float _ascent; float _lineHeight; float _scale; Tex...
using System; using System.Collections.Generic; using UnityEngine; namespace FairyGUI { /// <summary> /// /// </summary> public class DynamicFont : BaseFont { Font _font; int _size; float _ascent; float _lineHeight; float _scale; Tex...
52096c5b87390d1128aef3b2ca7aa7f01a088210
namespace added
namespace added that's the only place where System.ComponentModel namespace was not provided.
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/TypeModel.cs
apache-2.0
1,588,308,108
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
505ac99f9cbec3dba5936bfbf7bd1c82cd0690f8
Propagate build arguments
Propagate build arguments
mariotoffia/FluentDocker,mariotoffia/FluentDocker,mariotoffia/FluentDocker,mariotoffia/FluentDocker
Ductus.FluentDocker/Builders/ImageBuilder.cs
apache-2.0
1,588,307,305
using System.Linq; using Ductus.FluentDocker.Common; using Ductus.FluentDocker.Extensions; using Ductus.FluentDocker.Model.Builders; using Ductus.FluentDocker.Model.Containers; using Ductus.FluentDocker.Services; using Ductus.FluentDocker.Services.Extensions; using Ductus.FluentDocker.Services.Impl; namespace Ductus.F...
using System.Linq; using Ductus.FluentDocker.Common; using Ductus.FluentDocker.Extensions; using Ductus.FluentDocker.Model.Builders; using Ductus.FluentDocker.Model.Containers; using Ductus.FluentDocker.Services; using Ductus.FluentDocker.Services.Extensions; using Ductus.FluentDocker.Services.Impl; namespace Ductus.F...
634753ea5426e65084b0c0bba9a18ccb5be603b6
Fix ArrayAdd assignment
Fix ArrayAdd assignment
mariotoffia/FluentDocker,mariotoffia/FluentDocker,mariotoffia/FluentDocker,mariotoffia/FluentDocker
Ductus.FluentDocker/Builders/ImageBuilder.cs
apache-2.0
1,588,307,113
using System.Linq; using Ductus.FluentDocker.Common; using Ductus.FluentDocker.Extensions; using Ductus.FluentDocker.Model.Builders; using Ductus.FluentDocker.Model.Containers; using Ductus.FluentDocker.Services; using Ductus.FluentDocker.Services.Extensions; using Ductus.FluentDocker.Services.Impl; namespace Ductus.F...
using System.Linq; using Ductus.FluentDocker.Common; using Ductus.FluentDocker.Extensions; using Ductus.FluentDocker.Model.Builders; using Ductus.FluentDocker.Model.Containers; using Ductus.FluentDocker.Services; using Ductus.FluentDocker.Services.Extensions; using Ductus.FluentDocker.Services.Impl; namespace Ductus....