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
fcfeeedba283007e99287666aa4343aabfc58947
Remove retry (#415)
Remove retry (#415) * Remove RetryDelegatingHandler * Slightly optimize WatcherDelegatingHandler * Fix tests; remove WatcherDelegatingHandler changes
kubernetes-client/csharp,kubernetes-client/csharp
src/KubernetesClient/Kubernetes.ConfigInit.cs
apache-2.0
1,587,059,687
using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using k8s.Exceptions; using k8s.Models; using Microsoft.Rest; namespace k8s { public partial class Kubernetes { ...
using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using k8s.Exceptions; using k8s.Models; using Microsoft.Rest; namespace k8s { public partial class Kubernetes { ...
33e0b28138d6e7580b1335d7bcfff466d5821a43
Add WatchEventType.Bookmark (#414)
Add WatchEventType.Bookmark (#414) * Add WatchEventType.Bookmark * Avoid changing value order
kubernetes-client/csharp,kubernetes-client/csharp
src/KubernetesClient/Watcher.cs
apache-2.0
1,587,059,566
using System; using System.IO; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using k8s.Exceptions; using k8s.Models; using Microsoft.Rest; using Microsoft.Rest.Serialization; namespace k8s { /// <summary>Describes the type of a watch event.</summary> public enum Watc...
using System; using System.IO; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using k8s.Exceptions; using k8s.Models; using Microsoft.Rest; using Microsoft.Rest.Serialization; namespace k8s { public enum WatchEventType { [EnumMember(Value = "ADDED")] Added, ...
c42cbb7c0f5dd3bd4c992c4eace8710596dd909b
Удален лишний код
Удален лишний код
kolod/modalarm
ModAlarmLogic.cs
apache-2.0
1,587,059,499
/* * Copyright 2017-2020 Oleksandr Kolodkin <alexandr.kolodkin@gmail.com> * * 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 * * U...
/* * Copyright 2017-2020 Oleksandr Kolodkin <alexandr.kolodkin@gmail.com> * * 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 * * U...
dc73146fe1c3d02dc08b08e7483204bfb06363b9
Leave a green check mark on for the night
Leave a green check mark on for the night
verybadcat/CSharpMath,verybadcat/CSharpMath
CSharpMath.Rendering.Tests/TestRendering.cs
mit
1,587,058,557
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Xunit; namespace CSharpMath.Rendering.Tests { using Rendering.FrontEnd; [CollectionDefinition(nameof(TestRenderingFixture))] public class TestRenderingFixture : ICollectionFixture<TestRenderingFixture> { public TestRend...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Xunit; namespace CSharpMath.Rendering.Tests { using Rendering.FrontEnd; [CollectionDefinition(nameof(TestRenderingFixture))] public class TestRenderingFixture : ICollectionFixture<TestRenderingFixture> { public TestRend...
d2eb589fdeafc0a88dd6387ef49c08d71f970234
fix comments
fix comments
SixLabors/Fonts,SixLabors/Fonts
src/SixLabors.Fonts/IReadonlyFontCollection.cs
apache-2.0
1,587,058,051
// Copyright (c) Six Labors and contributors. // Licensed under the Apache License, Version 2.0. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using SixLabors.Fonts.Exceptions; namespace SixLabors.Fonts { /// <summary> /// A readonly collection of fonts. ...
// Copyright (c) Six Labors and contributors. // Licensed under the Apache License, Version 2.0. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using SixLabors.Fonts.Exceptions; namespace SixLabors.Fonts { /// <summary> /// A readonly collection of fonts. ...
914b5f83913b2b434ab2a72cb6356fc13a7a591c
Made RazorCompiler ILogger property public to allow ILogger to be injected (#8343)
Made RazorCompiler ILogger property public to allow ILogger to be injected (#8343)
OrchardCMS/Orchard,LaserSrl/Orchard,hbulzy/Orchard,hbulzy/Orchard,hbulzy/Orchard,LaserSrl/Orchard,LaserSrl/Orchard,hbulzy/Orchard,LaserSrl/Orchard,hbulzy/Orchard,Lombiq/Orchard,Lombiq/Orchard,OrchardCMS/Orchard,LaserSrl/Orchard,Lombiq/Orchard,Lombiq/Orchard,OrchardCMS/Orchard,OrchardCMS/Orchard,OrchardCMS/Orchard,Lombi...
src/Orchard.Web/Modules/Orchard.Templates/Services/Razor/RazorCompiler.cs
bsd-3-clause
1,587,057,883
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Web.Razor; using Microsoft.CSharp; using Orchard.Caching; using Orchard.Environment.Extens...
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Web.Razor; using Microsoft.CSharp; using Orchard.Caching; using Orchard.Environment.Extens...
1851e513c1f01bafeb24051f2ae1b9517a06d5ec
BL-8280 Make BringBookUpToData migrate
BL-8280 Make BringBookUpToData migrate * pre-origami books were not being migrated unless the page was edited, now they are. * removed a now useless UpdatePageFromFactoryTemplates() method, which only updated pages based on Basic Book pages that were NOT customPage (there aren't any anymore)! * put back in...
BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,...
src/BloomExe/Book/Book.cs
mit
1,587,056,581
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
4e10edc55ad3bcdd2395ab1b2ed98a24dfb8d174
set current technique always for FNA/XNA compat
set current technique always for FNA/XNA compat
ericmbernier/Nez,prime31/Nez,prime31/Nez,prime31/Nez
Nez.Portable/Graphics/DeferredLighting/Effects/DeferredLightEffect.cs
mit
1,587,056,008
using System; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; namespace Nez.DeferredLighting { public class DeferredLightEffect : Effect { EffectPass clearGBufferPass; EffectPass pointLightPass; EffectPass spotLightPass; EffectPass areaLightPass; EffectPass directionalLightPass; ...
using System; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; namespace Nez.DeferredLighting { public class DeferredLightEffect : Effect { EffectPass clearGBufferPass; EffectPass pointLightPass; EffectPass spotLightPass; EffectPass areaLightPass; EffectPass directionalLightPass; ...
aa1e1795980c0c7a44de3e2ea7702a61a9494868
Fix Yes and don't ask me again (#1879)
Fix Yes and don't ask me again (#1879)
lonelu/MetaMorpheus,zrolfs/MetaMorpheus,smith-chem-wisc/MetaMorpheus,rmillikin/MetaMorpheus
GUI/MainWindow.xaml.cs
mit
1,587,055,965
using EngineLayer; using MzLibUtil; using Nett; using Newtonsoft.Json.Linq; using Proteomics; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.T...
using EngineLayer; using MzLibUtil; using Nett; using Newtonsoft.Json.Linq; using Proteomics; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.T...
eead090ab060d1a18bc618fdf3325da7563e3b48
Fix RS1024 instances in APIView (#504)
Fix RS1024 instances in APIView (#504)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
src/dotnet/APIView/APIView/Languages/CodeFileBuilder.cs
mit
1,587,055,616
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using APIView; using APIView.Analysis; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.SymbolDisplay; using System.Collections.Generic; using System.Collections.Immutable; us...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using APIView; using APIView.Analysis; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.SymbolDisplay; using System.Collections.Generic; using System.Collections.Immutable; us...
5d7fda96b5b87e9b6c81005f0425101ead779817
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionsPrimes.cs
mit
1,587,055,267
using FonctionsUtiles.Fred.Csharp; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Numerics; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionsPrimes { [TestMethod] public void TestMethod_BigInteger_substring()...
using FonctionsUtiles.Fred.Csharp; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Numerics; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionsPrimes { [TestMethod] public void TestMethod_BigInteger_substring()...
2730e1398b15315839c0364bde180724d0ae686b
Update tests to handle new parsing error message, also update test to not assume newline character
Update tests to handle new parsing error message, also update test to not assume newline character
maxhauser/semver
Semver.Test/SemVersionParsingTests.cs
mit
1,587,054,821
using System; using System.Text; using Xunit; namespace Semver.Test { /// <summary> /// Tests of any parsing related methods of <see cref="SemVersion"/>. /// /// Parsing tests are structured around a number of lists of version strings /// which each parsing method should either parse or ...
using System; using System.Text; using Xunit; namespace Semver.Test { /// <summary> /// Tests of any parsing related methods of <see cref="SemVersion"/>. /// /// Parsing tests are structured around a number of lists of version strings /// which each parsing method should either parse or ...
c3d2769934eb277522c3e9867c536ef08e1093e0
Dotnet SDK: Adding handler for v2.system.socket_closing
Dotnet SDK: Adding handler for v2.system.socket_closing
MyPureCloud/platform-client-sdk-common,MyPureCloud/platform-client-sdk-common,MyPureCloud/platform-client-sdk-common,MyPureCloud/platform-client-sdk-common,MyPureCloud/platform-client-sdk-common
resources/sdk/pureclouddotnet/extensions/Extensions/Notifications/NotificationHandler.cs
mit
1,587,054,770
using System; using System.Collections.Generic; using System.Linq; using {{=it.packageName}}.Api; using {{=it.packageName}}.Model; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using WebSocketSharp; namespace {{=it.packageName}}.Extensions.Notifications { /// <summary> /// A helper class for h...
using System; using System.Collections.Generic; using System.Linq; using {{=it.packageName}}.Api; using {{=it.packageName}}.Model; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using WebSocketSharp; namespace {{=it.packageName}}.Extensions.Notifications { /// <summary> /// A helper class for h...
dad5d4a1615568de307874bd346c3c6c95878c1d
Log the version string that failed parsing
Log the version string that failed parsing
maxhauser/semver
Semver/SemVersion.cs
mit
1,587,054,769
using System; using System.Globalization; using System.Text; #if !NETSTANDARD using System.Runtime.Serialization; using System.Security.Permissions; #endif using System.Text.RegularExpressions; namespace Semver { /// <summary> /// A semantic version implementation. /// Conforms with v2.0.0 of...
using System; using System.Globalization; using System.Text; #if !NETSTANDARD using System.Runtime.Serialization; using System.Security.Permissions; #endif using System.Text.RegularExpressions; namespace Semver { /// <summary> /// A semantic version implementation. /// Conforms with v2.0.0 of...
34c62afb9901a27bdc331d405cd7a86170894656
Change newline codes
Change newline codes
effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer
Dev/Editor/Effekseer/Program.cs
mit
1,587,054,685
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Reflection; using System.Runtime.ExceptionServices; using EfkN = Effekseer.swig.EffekseerNative; namespace Effekseer { class Program { /// <summary> //...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Reflection; using System.Runtime.ExceptionServices; using EfkN = Effekseer.swig.EffekseerNative; namespace Effekseer { class Program { /// <summary> /// Starting dire...
24e064aa9d93ce6ba15f2fe0c6a566acbf2a57a9
Update version
Update version
akorb/SteamShutdown
SteamShutdown/Properties/AssemblyInfo.cs
mit
1,587,053,784
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SteamShutdown")] [assembly: Assemb...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SteamShutdown")] [assembly: Assemb...
1c5ad099ef98291d775e404101eca2150e9b8a25
Add hotfix to ignore steam game paths which do not exist anymore
Add hotfix to ignore steam game paths which do not exist anymore
akorb/SteamShutdown
SteamShutdown/Steam.cs
mit
1,587,053,739
using Microsoft.Win32; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; namespace SteamShutdown { public static partial class Steam { static read...
using Microsoft.Win32; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; namespace SteamShutdown { public static partial class Steam { static read...
2550d14410839ebba2d541ec5b423261b9236197
[Android.Views] Refresh the surface when recreated (#1234)
[Android.Views] Refresh the surface when recreated (#1234) Fixes #1232
mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp
source/SkiaSharp.Views/SkiaSharp.Views.Android/GLTextureView.cs
mit
1,587,053,239
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using Android.App; using Android.Content; using Android.Content.PM; using Android.Graphics; using Android.Opengl; using Android.Runtime; using Android.Util; using Android.Views; using Javax.Microedition.Khronos.Egl; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using Android.App; using Android.Content; using Android.Content.PM; using Android.Graphics; using Android.Opengl; using Android.Runtime; using Android.Util; using Android.Views; using Javax.Microedition.Khronos.Egl; using...
8ffdc16e76adc8c6d21df71274b0fa84e64afbc8
#93 Improve Get-IshFolderContent by retrieving objects in configurable batches
#93 Improve Get-IshFolderContent by retrieving objects in configurable batches
sdl/ISHRemote,sdl/ISHRemote
Source/ISHRemote/Trisoft.ISHRemote/Cmdlets/Folder/GetIshFolderContent.cs
apache-2.0
1,587,052,867
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
9ca74243934c4489092d25aacee408fdf5cc2764
Fix Remove typo which destroyed CmdArguments
Fix Remove typo which destroyed CmdArguments
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/Util/CmdArguments.cs
mit
1,587,052,257
using System; using System.Collections; using System.Collections.Generic; namespace Pathfinder.Util { public class CmdArguments : IEnumerable<KeyValuePair<string, string>>, ICollection<KeyValuePair<string, string>> { private string[] arguments; private readonly KeyValuePair<string, string>[] n...
using System; using System.Collections; using System.Collections.Generic; namespace Pathfinder.Util { public class CmdArguments : IEnumerable<KeyValuePair<string, string>>, ICollection<KeyValuePair<string, string>> { private string[] arguments; private readonly KeyValuePair<string, string>[] n...
68ae63b16f547ad53d946b90b397b580cb427d5d
Rename to StorageFramework
Rename to StorageFramework
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/UtilFramework.cs
mit
1,587,052,246
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
d97dfa672ec379e868619e4ba972e8d655e32039
[2.1.20] forced wait on some async multichannel tasks
[2.1.20] forced wait on some async multichannel tasks
WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET
WasatchNET/EEPROM.cs
mit
1,587,051,930
using System; using System.Runtime.InteropServices; using System.Collections.Generic; namespace WasatchNET { /// <summary> /// Encapsulates access to the spectrometer's writable but non-volatile EEPROM. /// </summary> /// <remarks> /// In retrospect, should have been named "EEPROM." ...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; namespace WasatchNET { /// <summary> /// Encapsulates access to the spectrometer's writable but non-volatile EEPROM. /// </summary> /// <remarks> /// In retrospect, should have been named "EEPROM." ...
e74837ace589ed867ef07edb4c7ad1aad1ccb101
Tested from application management. It can be called from other places too
Tested from application management. It can be called from other places too
ucdavis/CRP,ucdavis/CRP
CRP.Mvc/Controllers/QuestionSetController.cs
mit
1,587,050,855
using System; using System.Linq; using System.Web.Mvc; using CRP.Controllers.Filter; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Domain; using CRP.Core.Resources; using UCDArch.Core.PersistanceSupport; using UCDArch.Web.Validator; using UCDArch.Web.Attributes; using MvcContrib; using...
using System; using System.Linq; using System.Web.Mvc; using CRP.Controllers.Filter; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Domain; using CRP.Core.Resources; using UCDArch.Core.PersistanceSupport; using UCDArch.Web.Validator; using UCDArch.Web.Attributes; using MvcContrib; using...
dfe655393dd419d730cf4264d2a6645c407e4e4e
Fix enable payjoin when p2sh
Fix enable payjoin when p2sh
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs
mit
1,587,050,609
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using BTCPayServer.HostedServices; using BTCPayServer.Logging; using BTCPayServer.Models; using BTCPayServer.Models.InvoicingModels; using BTCPayServer.Rating; using BTCPayServer.Services; using BT...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using BTCPayServer.HostedServices; using BTCPayServer.Logging; using BTCPayServer.Models; using BTCPayServer.Models.InvoicingModels; using BTCPayServer.Rating; using BTCPayServer.Services; using BT...
54ec4cf2964f7a04d55f4707dcf18c2d02aa8eeb
chore: Lint copyrights
chore: Lint copyrights
watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk
examples/IBM.Watson.Assistant.v2.Examples/ServiceExample.cs
apache-2.0
1,587,050,570
/** * (C) Copyright IBM Corp. 2019, 2020. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/** * Copyright 2019 IBM Corp. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
0bf4cbd380b05766c832fe857dfbcf2503d604eb
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,050,327
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "75e8220237ca67854efadb709b5012b0272fe47b"; public static string Version = "1.2"; public static string Build = "3334"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c085564e34e26373b6c18ac169deb4d33cac926b"; public static string Version = "1.2"; public static string Build = "3333"; ...
4d6476128233fb382f935bb7a648ba0d7a8e4a7c
ScadaServer: fix log text
ScadaServer: fix log text
RapidScada/scada,RapidScada/scada,RapidScada/scada
ScadaServer/ScadaServer/ScadaServerEngine/Comm.cs
apache-2.0
1,587,050,136
/* * Copyright 2019 Mikhail Shiryaev * * 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 a...
/* * Copyright 2019 Mikhail Shiryaev * * 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 a...
33d5366521d90e1f1526eb1bd99db33076ac000d
codegen: stackinouno add validation metadata
codegen: stackinouno add validation metadata
Kukkimonsuta/Odachi,Kukkimonsuta/Odachi
src/Odachi.CodeGen.TypeScript.StackinoUno/Renderers/ObjectRenderer.cs
apache-2.0
1,587,049,981
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Odachi.CodeGen.TypeScript.Internal; using Odachi.CodeGen.IO; using Odachi.CodeModel; using Odachi.CodeGen.Rendering; namespace Odachi.CodeGen.TypeScript.StackinoUno.Renderers { pu...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Odachi.CodeGen.TypeScript.Internal; using Odachi.CodeGen.IO; using Odachi.CodeModel; using Odachi.CodeGen.Rendering; namespace Odachi.CodeGen.TypeScript.StackinoUno.Renderers { pu...
ebea7ccad5ec745a0d0274b40ee36d8d25ca337a
Update method EscapeCSharpString
Update method EscapeCSharpString
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework.Cli/UtilCli.cs
mit
1,587,049,617
namespace Framework.Cli { using Framework.Cli.Command; using Framework.Cli.Config; using Microsoft.Extensions.CommandLineUtils; using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; ...
namespace Framework.Cli { using Framework.Cli.Command; using Framework.Cli.Config; using Microsoft.Extensions.CommandLineUtils; using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; in...
d4e698c3408493545caf3cc331b03fd7f6afe0a9
Log failing attempts to start rpc server
Log failing attempts to start rpc server
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Global.cs
mit
1,587,048,731
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; using System.Collections.Generic; using System....
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; using System.Collections.Generic; using System....
4ff02e7241de4e47ee523b70ce6ba028badea183
Changed tabs to spaces in Simulation
Changed tabs to spaces in Simulation
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME/Simulation.cs
mit
1,587,048,083
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; namespace SME { /// <summary> /// Helper class to run a simulation /// </summary> public class Simulation : IDisposable { /// <...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; namespace SME { /// <summary> /// Helper class to run a simulation /// </summary> public class Simulation : IDisposable { /// <summary> /// The...
bf5c84071b2978966ebc6225e481f298296d1bed
Fixed error with silent innerExceptions from processes
Fixed error with silent innerExceptions from processes
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME/Simulation.cs
mit
1,587,048,052
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; namespace SME { /// <summary> /// Helper class to run a simulation /// </summary> public class Simulation : IDisposable { /// <summary> /// The...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; namespace SME { /// <summary> /// Helper class to run a simulation /// </summary> public class Simulation : IDisposable { /// <summary> /// The...
dc0e1647627ba400f0c524e2d4a0e941cd077608
fix: production mode configurations
fix: production mode configurations
Jaxelr/VueTemplate,Jaxelr/VueTemplate
Content/Startup.cs
mit
1,587,048,051
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.SpaServices; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using VueCliMiddleware; namespace VueTemplate...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.SpaServices; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using VueCliMiddleware; namespace VueTemplate...
23d35d251ef94a1b9c17a1ae1720ea70df19c955
Add missing fields in Alpaca order event log
Add missing fields in Alpaca order event log
StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean
Brokerages/Alpaca/AlpacaBrokerage.Utility.cs
apache-2.0
1,587,047,999
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
c177714799e4618838dd75ab19dbf81e37511dc3
Remove www. URL from alibaba (#701)
Remove www. URL from alibaba (#701)
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Core/Utilities/StaticStore.cs
agpl-3.0
1,587,047,919
using Bit.Core.Enums; using Bit.Core.Models.StaticStore; using System.Collections.Generic; namespace Bit.Core.Utilities { public class StaticStore { static StaticStore() { #region Global Domains GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st...
using Bit.Core.Enums; using Bit.Core.Models.StaticStore; using System.Collections.Generic; namespace Bit.Core.Utilities { public class StaticStore { static StaticStore() { #region Global Domains GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st...
0e0649304ef7416aba46f743b36027160b157c6e
Settings - In PSCp configuration support also kscp from KiTTY. In VNC Client configuration support popular variants of TigerVNC viewer binaries.
Settings - In PSCp configuration support also kscp from KiTTY. In VNC Client configuration support popular variants of TigerVNC viewer binaries.
jimradford/superputty
SuperPutty/dlgFindPutty.cs
mit
1,587,047,823
/* * Copyright (c) 2009 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
/* * Copyright (c) 2009 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
ec2524b67da5d693cff09f5fa977e63af29e941d
Add lock around CTS access
Add lock around CTS access
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/BitcoinCore/CachedRpcClient.cs
mit
1,587,047,100
using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Primitives; using NBitcoin; using NBitcoin.RPC; using System; using System.Threading; using System.Threading.Tasks; namespace WalletWasabi.BitcoinCore { public class CachedRpcClient : RpcClientBase { private CancellationTokenSource _tipChangeCan...
using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Primitives; using NBitcoin; using NBitcoin.RPC; using System; using System.Threading; using System.Threading.Tasks; namespace WalletWasabi.BitcoinCore { public class CachedRpcClient : RpcClientBase { private CancellationTokenSource _tipChangeCan...
3fb1ac2499ff9d42040994ca82721530e653262c
Made Nodes read-only.
Made Nodes read-only.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Utilities/Security/ObjectTypeTree.cs
apache-2.0
1,587,046,351
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
d01f6d12811f395e8d76760efdf2d57821a9a99a
Update TestRecognisedMethods.cs
Update TestRecognisedMethods.cs
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Test/NakedObjects.SystemTest/Methods/TestRecognisedMethods.cs
apache-2.0
1,587,046,332
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
//// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT //// 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. //// Unle...
e3276ec18451672bbab7c0d5db9d561ecfc4a990
SharpDX: Fix BitmapExtensions when empty
SharpDX: Fix BitmapExtensions when empty
chrkon/helix-toolkit,JeremyAnsel/helix-toolkit,holance/helix-toolkit,helix-toolkit/helix-toolkit
Source/HelixToolkit.SharpDX.Shared/Extensions/BitmapExtensions.cs
mit
1,587,046,053
/* The MIT License (MIT) Copyright (c) 2018 Helix Toolkit contributors */ using SharpDX; using SharpDX.DirectWrite; using System.IO; using System; using System.Collections.Generic; using SharpDX.Direct2D1; using SharpDX.Mathematics.Interop; using SharpDX.WIC; using System.Linq; #if !NETFX_CORE namespace HelixToolkit....
/* The MIT License (MIT) Copyright (c) 2018 Helix Toolkit contributors */ using SharpDX; using SharpDX.DirectWrite; using System.IO; using System; using System.Collections.Generic; using SharpDX.Direct2D1; using SharpDX.Mathematics.Interop; using SharpDX.WIC; using System.Linq; #if !NETFX_CORE namespace HelixToolkit....
52ecd59c11742cb6015773f5d68b9f0f795a4f54
fixes test
fixes test
mattbrailsford/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,NikRimington/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,bjarnef/Umbraco-CMS,robertjf/Umbraco-CMS,mattbrailsford/Umbraco-CMS,KevinJump/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,bjarnef/Umbraco-CMS,tcmorris/Umbraco-CMS,umbraco/Umbraco-CMS...
src/Umbraco.Tests/Services/RelationServiceTests.cs
mit
1,587,045,686
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Tests.TestHelpers; using Umbraco.Tests.TestHelpers.Entities; using Umbraco.Tests.Testing; namespace Umbraco.Tests.Services { [TestFixture] ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Tests.TestHelpers; using Umbraco.Tests.TestHelpers.Entities; using Umbraco.Tests.Testing; namespace Umbraco.Tests.Services { [TestFixture] ...
fe7ba255ff255fc84ddafad11feef810acba894f
Update Push parameters as per https://github.com/NuGet/NuGet.Client/pull/3140
Update Push parameters as per https://github.com/NuGet/NuGet.Client/pull/3140
campersau/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer
PackageViewModel/PublishPackage/PublishPackageViewModel.cs
mit
1,587,044,369
using System; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; using NuGet.Common; using NuGet.Packaging; using NuGet.Protocol.Core.Types; using NuGetPackageExplorer.Types; using NuGetPe; namespace PackageExplorerViewModel { public sealed class PublishPack...
using System; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; using NuGet.Common; using NuGet.Packaging; using NuGet.Protocol.Core.Types; using NuGetPackageExplorer.Types; using NuGetPe; namespace PackageExplorerViewModel { public sealed class PublishPack...
77ea3cf03690b51909eb36077df6bae72923b4c7
Always write element even if empty
Always write element even if empty
arnovb-github/CmcLibNet
CmcLibNet.Export/XMLWriter.cs
mit
1,587,043,924
using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml; namespace Vovin.CmcLibNet.Export { // Writes data to XML file. internal class XmlWriter : BaseWriter { System.Xml.XmlWriter _xw; bool disposed = false; #region Constructors internal Xml...
using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml; namespace Vovin.CmcLibNet.Export { // Writes data to XML file. internal class XmlWriter : BaseWriter { System.Xml.XmlWriter _xw; bool disposed = false; #region Constructors internal Xml...
df812b2ae143b7f72c22978d4523bd1404a19deb
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,043,921
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c085564e34e26373b6c18ac169deb4d33cac926b"; public static string Version = "1.2"; public static string Build = "3333"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "16d50b4684d20899e2f41df35c39780fe564ae0f"; public static string Version = "1.2"; public static string Build = "3332"; ...
70e4ee21786941dd049c9e9eb1e798468dc8ccee
Update documentation
Update documentation
arnovb-github/CmcLibNet
CmcLibNet.Export/ExportFormat.cs
mit
1,587,043,346
using System.Runtime.InteropServices; namespace Vovin.CmcLibNet.Export { /// <summary> /// Enum specifying the export format. /// </summary> [ComVisible(true)] [Guid("57BB00BE-5BD8-4F9C-A9CE-34D22BEC4528")] public enum ExportFormat { /// <summary> /// Export to XML format (...
using System.Runtime.InteropServices; namespace Vovin.CmcLibNet.Export { /// <summary> /// Enum specifying the export format. /// </summary> [ComVisible(true)] [Guid("57BB00BE-5BD8-4F9C-A9CE-34D22BEC4528")] public enum ExportFormat { /// <summary> /// Export to XML format (...
a2ca0788dbbde44c7e78c66d80074ab1aa8de63a
update demo.
update demo.
shuxinqin/Chloe
src/ChloeDemo/MySqlConnectionFactory.cs
mit
1,587,042,867
using Chloe.Infrastructure; using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ChloeDemo { public class MySqlConnectionFactory : IDbConnectionFactory { string _connString = null;...
using Chloe.Infrastructure; using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ChloeDemo { public class MySqlConnectionFactory : IDbConnectionFactory { string _connString = null;...
2f27b20d33ba36fc6dcd026e250bad8d5ffbf4f9
Implement IDisposable per spec for FluentBuildJob
Implement IDisposable per spec for FluentBuildJob
imazen/imageflow-dotnet
src/Imageflow/Fluent/FluentBuildJob.cs
agpl-3.0
1,587,042,550
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtons...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtons...
09ab4825842e70aebef3e4e19572dd23dfa32c61
Corrigido o código para protesto do Bradesco
Corrigido o código para protesto do Bradesco
rafd75/boleto2net,BoletoNet/boleto2net,BoletoNet/boleto2net,rafd75/boleto2net
Boleto2.Net/Banco/BancoBradesco.cs
apache-2.0
1,587,042,474
using System; using System.Collections.Generic; using System.Web.UI; using Boleto2Net.Exceptions; using Boleto2Net.Extensions; using static System.String; [assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")] namespace Boleto2Net { internal sealed class BancoBradesco : IBanco { internal st...
using System; using System.Collections.Generic; using System.Web.UI; using Boleto2Net.Exceptions; using Boleto2Net.Extensions; using static System.String; [assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")] namespace Boleto2Net { internal sealed class BancoBradesco : IBanco { internal st...
b826eb6f3e6be2fda08db91d984abf647d289787
On new ClientSide Pages - always set NotPromoted first
On new ClientSide Pages - always set NotPromoted first
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Pages/ClientSidePage.cs
mit
1,587,042,253
using AngleSharp.Parser.Html; using Microsoft.SharePoint.Client; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Utilities.Async; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; us...
using AngleSharp.Parser.Html; using Microsoft.SharePoint.Client; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Utilities.Async; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; us...
b261b92b965a2638b04e15adcfe1f4123b279583
Inner Putty windows - Leave borders thin. This fixes incompatibility with new KiTTY versions, causing texts to be started and even cut by SuperPuTTY window mainly on left and bottom.
Inner Putty windows - Leave borders thin. This fixes incompatibility with new KiTTY versions, causing texts to be started and even cut by SuperPuTTY window mainly on left and bottom.
jimradford/superputty
SuperPutty/ctlApplicationPanel.cs
mit
1,587,041,983
/* * Copyright (c) 2009 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
/* * Copyright (c) 2009 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
41f98a41fbc928113d703d2fb09d0b4cea26695f
Added fix from #7832 since the test was somehow cherry picked into 8.6.1 already
Added fix from #7832 since the test was somehow cherry picked into 8.6.1 already
marcemarc/Umbraco-CMS,madsoulswe/Umbraco-CMS,umbraco/Umbraco-CMS,bjarnef/Umbraco-CMS,arknu/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,leekelleher/Umbraco-CMS,tcmorris/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,umbraco/Umbraco-CMS,hfloyd/Umbra...
src/Umbraco.Web/PublishedCache/NuCache/ContentCache.cs
mit
1,587,041,936
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Xml.XPath; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Configuration; using Umbraco.Core.Models.PublishedContent; using Umbraco.Core.Xml; using Umbraco.Core.Xml.XPath; using Umbraco.Web.Publ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Xml.XPath; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Configuration; using Umbraco.Core.Models.PublishedContent; using Umbraco.Core.Xml; using Umbraco.Core.Xml.XPath; using Umbraco.Web.Publ...
b36ea9265a70dd84753b89a764561a5089182dc4
Add support for MSBuild platform override for LLVM with VS2019.
Add support for MSBuild platform override for LLVM with VS2019.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win64Platform.cs
apache-2.0
1,587,041,676
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
eabc9583f05b33c38d1383f654506284d61a7690
adds more named params
adds more named params
mattbrailsford/Umbraco-CMS,tcmorris/Umbraco-CMS,KevinJump/Umbraco-CMS,tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,NikRimington/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,hfloyd/Umbraco-CMS,NikRimington/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,hfloyd/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJum...
src/Umbraco.Core/Models/RelationType.cs
mit
1,587,040,772
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
153daa9fc5f3f6d8f2bde7c5a03213ee16cefb68
fixes nameof
fixes nameof
hfloyd/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,leekelleher/Umbraco-CMS,KevinJump/Umbraco-CMS,NikRimington/Umbraco-CMS,tcmorris/Umbraco-CMS,hfloyd/Umbraco-CMS,bjarnef/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,abryukhov/Umbraco-CMS,hfloyd/U...
src/Umbraco.Core/Models/RelationType.cs
mit
1,587,040,553
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
6a5366469e6cd054632f104a21e0a7b5e704b172
fixes null checks in ctor
fixes null checks in ctor
NikRimington/Umbraco-CMS,bjarnef/Umbraco-CMS,robertjf/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,NikRimington/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,leekelleher/Umbraco-CMS,marcemarc/Umbraco-CMS,rob...
src/Umbraco.Core/Models/RelationType.cs
mit
1,587,040,455
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
7d8b2ef85c2ab096a50f374e37c2f87cdbcdcebf
add: OnEnabled OnDisabled virtual methods
add: OnEnabled OnDisabled virtual methods
dbrizov/NaughtyAttributes
Assets/NaughtyAttributes/Scripts/Editor/NaughtyInspector.cs
mit
1,587,040,201
using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; namespace NaughtyAttributes.Editor { [CanEditMultipleObjects] [CustomEditor(typeof(UnityEngine.Object), true)] public class NaughtyInspector : UnityEditor.Editor { private List<Seriali...
using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; namespace NaughtyAttributes.Editor { [CanEditMultipleObjects] [CustomEditor(typeof(UnityEngine.Object), true)] public class NaughtyInspector : UnityEditor.Editor { private List<Seriali...
1db2e87051fc50fa918b7e0cc4a1adab212e50ec
Updated extensions to use SlimsyService
Updated extensions to use SlimsyService
Jeavon/Slimsy,Jeavon/Slimsy,Jeavon/Slimsy
Slimsy/SlimsyExtensions.cs
mit
1,587,039,048
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SlimsyExtensions.cs" company="Our.Umbraco"> // 2017 // </copyright> // <summary> // Defines the SlimsyExtension methods for Url and Html Helpers. // </summary> // ------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SlimsyExtensions.cs" company="Our.Umbraco"> // 2017 // </copyright> // <summary> // Defines the SlimsyExtension methods for Url and Html Helpers. // </summary> // ------------...
6cd7e5d05558bb30a33434c685d43a1982a9a7a5
removes the extra unneeded variable
removes the extra unneeded variable
arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,hfloyd/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,leekelleher/Umbraco-CMS,leekelleher/Umbraco-CMS,tcmorris/Umbraco-CMS,robertjf/Umbraco-CM...
src/Umbraco.Core/Persistence/Repositories/Implement/MediaRepository.cs
mit
1,587,038,667
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using NPoco; using Umbraco.Core.Cache; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Exceptions; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Entities; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using NPoco; using Umbraco.Core.Cache; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Exceptions; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Entities; usi...
05f870e2e2115622b782379fef9271697a296b29
Fix broken ReloadSearchAnalyzers integration test
Fix broken ReloadSearchAnalyzers integration test (cherry picked from commit b89285647d47b70fa2d92c4636981743070f3032)
elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net
tests/Tests/Indices/ReloadSearchAnalyzers/ReloadSearchAnalyzersApiTests.cs
apache-2.0
1,587,038,576
using System; using System.Linq; using Elastic.Xunit.XunitPlumbing; using Elasticsearch.Net; using Nest; using Tests.Core.Extensions; using Tests.Core.ManagedElasticsearch.Clusters; using Tests.Framework.EndpointTests; using Tests.Framework.EndpointTests.TestState; namespace Tests.Indices.ReloadSearchAnalyzers { [Sk...
using System; using Elastic.Xunit.XunitPlumbing; using Elasticsearch.Net; using Nest; using Tests.Core.Extensions; using Tests.Core.ManagedElasticsearch.Clusters; using Tests.Framework.EndpointTests; using Tests.Framework.EndpointTests.TestState; namespace Tests.Indices.ReloadSearchAnalyzers { [SkipVersion("<7.7.0",...
7e4d945f6803c6cf4f496adedf218a9f3f360819
Fixing bug. (#304)
Fixing bug. (#304)
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Tasks/TaskBase.cs
bsd-2-clause
1,587,038,089
using System; using System.Collections.Generic; using System.Diagnostics; #if !NETSTANDARD1_6 using System.Drawing; #endif using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading; using System.Threading.Tasks; using FlubuCore.Context; using FlubuCore.Infrastructure; using Flub...
using System; using System.Collections.Generic; using System.Diagnostics; #if !NETSTANDARD1_6 using System.Drawing; #endif using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading; using System.Threading.Tasks; using FlubuCore.Context; using FlubuCore.Infrastructure; using Flub...
4aebf1994ba8a1952724b0d67f91bae4dd8cf263
Fixes some strange error
Fixes some strange error
Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ
src/Elders.Cronus.Transport.RabbitMQ/RabbitMqConnectionFactory.cs
apache-2.0
1,587,037,963
using System.Collections.Generic; using System.Linq; using Elders.Cronus.Transport.RabbitMQ.Management; using Elders.Cronus.Transport.RabbitMQ.Management.Model; using Microsoft.Extensions.Options; using RabbitMQ.Client; namespace Elders.Cronus.Transport.RabbitMQ { public class RabbitMqConnectionFactory : Connecti...
using System.Collections.Generic; using System.Linq; using Elders.Cronus.Transport.RabbitMQ.Management; using Elders.Cronus.Transport.RabbitMQ.Management.Model; using Microsoft.Extensions.Options; using RabbitMQ.Client; namespace Elders.Cronus.Transport.RabbitMQ { public class RabbitMqConnectionFactory : Connecti...
262703e43d4f798def78630e21aabdd11061d2ce
Multitool linking stuff
Multitool linking stuff
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Tool/Multitool.cs
agpl-3.0
1,587,036,949
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Multitool : MonoBehaviour, ICheckedInteractable<PositionalHandApply> { public APC APCBuffer; public ConveyorBelt ConveyorBeltBuffer; public bool WillInteract(PositionalHandApply interaction, NetworkSide side) { // Us...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Multitool : MonoBehaviour, ICheckedInteractable<PositionalHandApply> { public APC APCBuffer; public bool WillInteract(PositionalHandApply interaction, NetworkSide side) { // Use default interaction checks if (!Valid...
3f1534ac16ff70e5960c6f55cb81bbf96f286ddc
syntax error
syntax error
Terradue/DotNetTep,Terradue/DotNetTep
Terradue.Tep/Terradue/Tep/WebServer/Storage/Storage.Service.cs
agpl-3.0
1,587,036,843
using System; using System.Collections.Generic; using System.IO; using ServiceStack.Common.Web; using ServiceStack.ServiceHost; using Terradue.Artifactory.Response; using Terradue.Portal; using Terradue.WebService.Model; namespace Terradue.Tep.WebServer.Services { /* swagger: "2.0" info: description: "Ter...
using System; using System.Collections.Generic; using System.IO; using ServiceStack.Common.Web; using ServiceStack.ServiceHost; using Terradue.Artifactory.Response; using Terradue.Portal; using Terradue.WebService.Model; namespace Terradue.Tep.WebServer.Services { /* swagger: "2.0" info: description: "Ter...
b3aec5ccabc84c1a6f9b844e5775d8cc327b3adc
Simplify synth.py using the new enable_write_metadata function
Simplify synth.py using the new enable_write_metadata function
googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet
tools/Google.Cloud.Tools.ProjectGenerator/Program.cs
apache-2.0
1,587,035,754
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
c5a343d3a07daf31ad95a036850a05e7007f2a41
Fix overlay accepting state changes while hidden
Fix overlay accepting state changes while hidden
UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu
osu.Game/Overlays/DashboardOverlay.cs
mit
1,587,035,439
// 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.Threading; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Container...
// 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.Threading; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Container...
f493b53cbeb297e0c88d4703c13c6a5f8eb97c0b
#2102 添加注释
#2102 添加注释
mc7246/WeiXinMPSDK,mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK,lishewen/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,JeffreySu/WeiXinMPSDK
src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Card/CardCreate/CardCreateData.cs
apache-2.0
1,587,034,734
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
51defed61eb207ebeb04830a0679de4e55509cde
fix Date / DateTime conversions in LINQ provider
fix Date / DateTime conversions in LINQ provider
signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework
Signum.Engine/Linq/ExpressionVisitor/TranslatorBuilder.cs
mit
1,587,034,614
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Linq.Expressions; using Signum.Utilities; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities.Reflection; using Signum.Utilities.ExpressionTrees; using Signum.Engine.Maps; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Linq.Expressions; using Signum.Utilities; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities.Reflection; using Signum.Utilities.ExpressionTrees; using Signum.Engine.Maps; usin...
d7abf98b3d6c6d14787c74759a8995512d500f2f
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,587,034,379
#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-...
35810079e712b313251257bbc8a5feaf5d0e0473
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,587,034,010
#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-...
abfbd9c09758ed629b7e697a14c61917e5e3d811
Small DecimalColumnType fix
Small DecimalColumnType fix
killwort/ClickHouse-Net
ClickHouse.Ado/Impl/ColumnTypes/DecimalColumnType.cs
mit
1,587,033,974
using System; using System.Collections; using System.Diagnostics; using System.Linq; using System.Numerics; using ClickHouse.Ado.Impl.ATG.Insert; using ClickHouse.Ado.Impl.Data; namespace ClickHouse.Ado.Impl.ColumnTypes { internal class DecimalColumnType : ColumnType { private readonly int _byteLength; ...
using System; using System.Collections; using System.Diagnostics; using System.Linq; using System.Numerics; using ClickHouse.Ado.Impl.ATG.Insert; using ClickHouse.Ado.Impl.Data; namespace ClickHouse.Ado.Impl.ColumnTypes { internal class DecimalColumnType : ColumnType { private readonly int _byteLength; ...
746e86a53f694966158d6c2e23e4ec275a30ba99
suppress dotnet logo in build script (#321)
suppress dotnet logo in build script (#321)
IdentityModel/IdentityModel,IdentityModel/IdentityModel,IdentityModel/IdentityModel2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2
build/Program.cs
apache-2.0
1,587,033,633
using System; using System.IO; using static Bullseye.Targets; using static SimpleExec.Command; namespace build { internal static class Program { private const string packOutput = "./artifacts"; private const string envVarMissing = " environment variable is missing. Aborting."; private...
using System; using System.IO; using static Bullseye.Targets; using static SimpleExec.Command; namespace build { internal static class Program { private const string packOutput = "./artifacts"; private const string envVarMissing = " environment variable is missing. Aborting."; private...
735f0c5d07294eaacacb4402e6e270bec0b4b950
MP v16.10.500 修复 MediaApi.AddVoice() 方法未提供文件流的 bug #2124 感谢 @ulyanovsk
MP v16.10.500 修复 MediaApi.AddVoice() 方法未提供文件流的 bug #2124 感谢 @ulyanovsk
lishewen/WeiXinMPSDK,lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK
src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Media/MediaApi.cs
apache-2.0
1,587,033,545
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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...
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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...
4255f6c7b5fdd6a4a8a9cf621159c6cf20479f99
add try catch
add try catch
Terradue/DotNetTep,Terradue/DotNetTep
Terradue.Tep/Terradue/Tep/Controller/Community/UserTep.cs
agpl-3.0
1,587,033,362
using System; using Terradue.Portal; using Terradue.OpenNebula; using Terradue.Github; using Terradue.Util; using Terradue.Cloud; using System.Collections.Generic; using System.Web; using System.Net; using System.IO; using Terradue.OpenSearch.Result; using Terradue.ServiceModel.Syndication; using Terradue.OpenSearch;...
using System; using Terradue.Portal; using Terradue.OpenNebula; using Terradue.Github; using Terradue.Util; using Terradue.Cloud; using System.Collections.Generic; using System.Web; using System.Net; using System.IO; using Terradue.OpenSearch.Result; using Terradue.ServiceModel.Syndication; using Terradue.OpenSearch;...
002aba4a4b46a619bd88b9bf13cf9da463fac4b0
Make tests more reliable by saving block events before broadcast
Make tests more reliable by saving block events before broadcast
dgarage/NBXplorer,dgarage/NBXplorer,dgarage/NBXplorer
NBXplorer/ExplorerBehavior.cs
mit
1,587,032,690
using NBXplorer.Logging; using System.Linq; using Microsoft.Extensions.Logging; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Collections.Concurrent; using System.Threading.Tasks; using...
using NBXplorer.Logging; using System.Linq; using Microsoft.Extensions.Logging; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Collections.Concurrent; using System.Threading.Tasks; using...
514c624fcff4231b2d7a03526842351076241b0c
Fix InvalidSearchApiTests expected status code and message (#4590)
Fix InvalidSearchApiTests expected status code and message (#4590) This commit updates the expected status code and error reason assertion for the InvalidSearchApiTests.
elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net
tests/Tests/Search/Search/InvalidSearchApiTests.cs
apache-2.0
1,587,032,572
using System; using System.Collections.Generic; using System.Linq; using FluentAssertions; using Nest; using Tests.Core.Extensions; using Tests.Core.ManagedElasticsearch.Clusters; using Tests.Domain; using Tests.Framework.EndpointTests.TestState; namespace Tests.Search.Search { public class InvalidSearchApiTests : S...
using System; using System.Collections.Generic; using System.Linq; using FluentAssertions; using Nest; using Tests.Core.Extensions; using Tests.Core.ManagedElasticsearch.Clusters; using Tests.Domain; using Tests.Framework.EndpointTests.TestState; namespace Tests.Search.Search { public class InvalidSearchApiTests : S...
86d0425ad2fabd431a1b6718515e3cee4d4d5401
Update Vacancy.cs
Update Vacancy.cs
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts/Models/Recruit/Vacancy.cs
mit
1,587,031,762
using System; namespace SFA.DAS.EmployerAccounts.Models.Recruit { public class Vacancy { public string Title { get; set; } public VacancyStatus Status { get; set; } public string ManageVacancyUrl { get; set; } public int? NoOfNewApplications { get; set; } public int? No...
using System; namespace SFA.DAS.EmployerAccounts.Models.Recruit { public class Vacancy { public string Title { get; set; } public VacancyStatus Status { get; set; } public string ManageVacancyUrl { get; set; } public int? NoOfApplications { get; set; } public DateTime? ...
426ca09b538f6333316fe1da820407de4cd97c78
Update VacancySummary.cs
Update VacancySummary.cs
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts/Dtos/VacancySummary.cs
mit
1,587,031,762
using System; namespace SFA.DAS.EmployerAccounts.Dtos { public class VacancySummary { public string Title { get; set; } public long? VacancyReference { get; set; } public long? LegalEntityId { get; set; } public string LegalEntityName { get; set; } public string Employe...
using System; namespace SFA.DAS.EmployerAccounts.Dtos { public class VacancySummary { public string Title { get; set; } public long? VacancyReference { get; set; } public long? LegalEntityId { get; set; } public string LegalEntityName { get; set; } public string Employe...
89a419e4d128e95e755a5c1e050d1da66b61737b
Clarified comment.
Clarified comment.
dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/...
src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/PathValidationTests.cs
mit
1,587,030,362
using System; using Moq; using NUnit.Framework; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Entities; using Umbraco.Tests.Common.Builders; using Umbraco.Tests.Common.Builders.Extensions; namespace Umbraco.Tests.UnitTests.Umbraco.Infrastructure.Models { [TestFixture] public...
using System; using Moq; using NUnit.Framework; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Entities; using Umbraco.Tests.Common.Builders; using Umbraco.Tests.Common.Builders.Extensions; namespace Umbraco.Tests.UnitTests.Umbraco.Infrastructure.Models { [TestFixture] public...
7b77d84d20789c41c4db90d37ae2d793b394ab40
Implement TranslationUnit.ToString() to help with debugging.
Implement TranslationUnit.ToString() to help with debugging.
mono/CppSharp,mono/CppSharp,ddobrev/CppSharp,zillemarco/CppSharp,mono/CppSharp,ddobrev/CppSharp,zillemarco/CppSharp,ddobrev/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp
src/AST/TranslationUnit.cs
mit
1,587,030,312
using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace CppSharp.AST { /// <summary> /// Represents a source code unit. /// </summary> [DebuggerDisplay("File = {FileName}, Ignored = {Ignore}")] public class TranslationUnit : Namespace { public TranslationU...
using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace CppSharp.AST { /// <summary> /// Represents a source code unit. /// </summary> [DebuggerDisplay("File = {FileName}, Ignored = {Ignore}")] public class TranslationUnit : Namespace { public TranslationU...
612c51ffb291af66da632b2c1cf3772cc7881033
Update Pokemon.cs
Update Pokemon.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/InBattle/Pokemon.cs
bsd-3-clause
1,587,030,287
using PokemonUnity; //using PokemonUnity.Pokemon; using PokemonUnity.Inventory; //using PokemonUnity.Attack; using PokemonUnity.Localization; using PokemonUnity.Battle; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PokemonUnity.Battle { #pragma warning disable 0162 //...
using PokemonUnity; //using PokemonUnity.Pokemon; using PokemonUnity.Inventory; //using PokemonUnity.Attack; using PokemonUnity.Localization; using PokemonUnity.Battle; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PokemonUnity.Battle { #pragma warning disable 0162 //...
7596d33563c423516b20f10432854f525a6c0994
Update PokemonExtension.cs
Update PokemonExtension.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/Extensions/PokemonExtension.cs
bsd-3-clause
1,587,030,233
using System.Collections; namespace PokemonUnity { public static class PokemonExtension { public static bool IsNotNullOrNone(this PokemonUnity.Monster.Pokemon pokemon) { return pokemon != null || pokemon.Species != Pokemons.NONE; } public static bool IsNotNullOrNone(this PokemonUnity.Battle.Pokemon poke...
using System.Collections; namespace PokemonUnity { public static class PokemonExtension { public static bool IsNotNullOrNone(this PokemonUnity.Monster.Pokemon pokemon) { return pokemon != null || pokemon.Species != Pokemons.NONE; } public static bool IsNotNullOrNone(this PokemonUnity.Battle.Pokemon poke...
e9196b81488c62947a241a513a8af2c42076f8d0
Copy list before iterating to prevent modifications during iteration
Copy list before iterating to prevent modifications during iteration
thomaslevesque/NHotkey
src/NHotkey.Wpf/WeakReferenceCollection.cs
apache-2.0
1,587,029,869
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace NHotkey.Wpf { class WeakReferenceCollection<T> : IEnumerable<T> where T : class { private readonly List<WeakReference> _references = new List<WeakReference>(); public IEnumer...
using System; using System.Collections; using System.Collections.Generic; namespace NHotkey.Wpf { class WeakReferenceCollection<T> : IEnumerable<T> where T : class { private readonly List<WeakReference> _references = new List<WeakReference>(); public IEnumerator<T> GetEnumerat...
7e7e8b7d88e04ee81b58546964ea658fddd6bf76
Update ManifestProcessor.cs
Update ManifestProcessor.cs
googleads/googleads-mobile-unity,googleads/googleads-mobile-unity
source/plugin/Assets/GoogleMobileAds/Editor/ManifestProcessor.cs
apache-2.0
1,587,029,801
#if UNITY_ANDROID using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using UnityEditor; using UnityEditor.Build; #if UNITY_2018_1_OR_NEWER using UnityEditor.Build.Reporting; #endif using UnityEngine; using GoogleMobileAds.Editor; #if UNITY_2018_1_OR_NEWER publ...
#if UNITY_ANDROID using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using UnityEditor; using UnityEditor.Build; #if UNITY_2018_1_OR_NEWER using UnityEditor.Build.Reporting; #endif using UnityEngine; using GoogleMobileAds.Editor; #if UNITY_2018_1_OR_NEWER public class Manif...
c443238ee17068473dcd97ca133b5db78c4b29eb
Update AndroidBuildPostProcessor.cs
Update AndroidBuildPostProcessor.cs
googleads/googleads-mobile-unity,googleads/googleads-mobile-unity
source/plugin/Assets/GoogleMobileAds/Editor/AndroidBuildPostProcessor.cs
apache-2.0
1,587,029,750
#if UNITY_ANDROID using System; using UnityEditor; using UnityEditor.Callbacks; using GoogleMobileAds.Editor; public static class AndroidBuildPostProcessor { [PostProcessBuild] public static void OnPostProcessBuild(BuildTarget buildTarget, string path) { if (!GoogleMobileAdsSettings.Instance.Is...
#if UNITY_ANDROID using UnityEditor; using UnityEditor.Callbacks; using GoogleMobileAds.Editor; public static class AndroidBuildPostProcessor { [PostProcessBuild] public static void OnPostProcessBuild(BuildTarget buildTarget, string path) { if (!GoogleMobileAdsSettings.Instance.IsAdManagerEnable...
18111ffeae93b6a32454238400d23acbd776d6cb
split at first occurrance of =
split at first occurrance of =
plivo/plivo-dotnet,plivo/plivo-dotnet
src/Plivo/Utilities/XPlivoSignatureV3.cs
mit
1,587,029,724
using System; using System.Security.Cryptography; using System.Collections.Generic; using System.Text; using System.Linq; namespace Plivo.Utilities { public static class XPlivoSignatureV3 { /// <summary> /// Compute X-Plivo-Signature-V2 /// </summary> /// <param name="uri"></par...
using System; using System.Security.Cryptography; using System.Collections.Generic; using System.Text; using System.Linq; namespace Plivo.Utilities { public static class XPlivoSignatureV3 { /// <summary> /// Compute X-Plivo-Signature-V2 /// </summary> /// <param name="uri"></par...
04dc8533e816ce14e2395359ffae3b8230cf1f85
CP-32985: Use SM.features field
CP-32985: Use SM.features field Signed-off-by: Mihaela Stoica <be95049f8e30d921fc7e2579c00c48bd84c40606@citrix.com>
xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin
XenModel/XenAPI-Extensions/SR.cs
bsd-2-clause
1,587,029,177
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice,...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice,...
170de1f091697d7a83401f69e2675cc190c0632c
Minor fix for AllowReferencesWithProperties
Minor fix for AllowReferencesWithProperties
quails4Eva/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag
src/NSwag.Generation.AspNetCore/Processors/OperationParameterProcessor.cs
mit
1,587,029,159
//----------------------------------------------------------------------- // <copyright file="WebApiToSwaggerGeneratorSettings.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter...
//----------------------------------------------------------------------- // <copyright file="WebApiToSwaggerGeneratorSettings.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter...
268b9714f1e8662b5768e8813391cbdb914ecfb9
Add test for sequence generation.
Add test for sequence generation. Normally not required, but sqlite does not provide support for sequences so needs to be done manually instead of via integration test.
sjp/Schematic,sjp/Schematic,sjp/Schematic
src/SJP.Schematic.DataAccess.EntityFrameworkCore.Tests/EFCoreDbContextBuilderTests.cs
mit
1,587,028,875
using System; using LanguageExt; using NUnit.Framework; using SJP.Schematic.Core; namespace SJP.Schematic.DataAccess.EntityFrameworkCore.Tests { [TestFixture] internal static class EFCoreDbContextBuilderTests { [Test] public static void Ctor_GivenNullNameTranslator_ThrowsArgumentNullExcepti...
using System; using NUnit.Framework; using SJP.Schematic.Core; namespace SJP.Schematic.DataAccess.EntityFrameworkCore.Tests { [TestFixture] internal static class EFCoreDbContextBuilderTests { [Test] public static void Ctor_GivenNullNameTranslator_ThrowsArgumentNullException() { ...
d7ea5432a8b1eda9d85e29de2261b0d4cfa3ccbc
Fix incorrect combo calculation
Fix incorrect combo calculation
smoogipoo/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu
osu.Game.Rulesets.Catch/Difficulty/CatchPerformanceCalculator.cs
mit
1,587,028,552
// 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.Game.Beatmaps; using osu.Game.Rulesets.Difficulty; using osu.Game.Rulesets.Mods; using osu.Ga...
// 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.Game.Beatmaps; using osu.Game.Rulesets.Difficulty; using osu.Game.Rulesets.Mods; using osu.Ga...
d62094cd4ba1e9d20d60edc8e326198c615f8732
Fix carousel not correctly updating when selection changes to a new beatmap from a child screen
Fix carousel not correctly updating when selection changes to a new beatmap from a child screen
UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu
osu.Game/Screens/Select/BeatmapCarousel.cs
mit
1,587,028,235
// 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 osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
// 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 osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
241e57150da7b290e0d2c86a5400679783a00ef2
Final commit. Tests are green-lit.
Final commit. Tests are green-lit.
damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore
src/SqlStreamStore.Sqlite/SqliteStreamStore.Read.cs
mit
1,587,028,228
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Data.Sqlite; using SqlStreamStore.Streams; public partial class SqliteStreamStore { prot...
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Data.Sqlite; using SqlStreamStore.Streams; public partial class SqliteStreamStore { prot...
87f52b82331dc1f6ba4b198d96cb8b768a152c19
Remove redundant switch section
Remove redundant switch section
NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Overlays/OverlayView.cs
mit
1,587,028,184
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; namespace osu.Game.Overlays { /// ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; namespace osu.Game.Overlays { /// ...
fc22b22075a20dc673956bf7188ed76fdbff6ce6
remove space
remove space
AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/extensions,signumsoftware/framework,MehdyKarimpour/extensions,AlejandroCano/extensions
Signum.Entities.Extensions/Authorization/AuthMessages.cs
mit
1,587,027,635
using System.ComponentModel; namespace Signum.Entities.Authorization { [AllowUnathenticated] public enum LoginAuthMessage { [Description("The password must have at least {0} characters")] ThePasswordMustHaveAtLeast0Characters, NotUserLogged, [Description("Usernam...
using System.ComponentModel; namespace Signum.Entities.Authorization { [AllowUnathenticated] public enum LoginAuthMessage { [Description("The password must have at least {0} characters")] ThePasswordMustHaveAtLeast0Characters, NotUserLogged, [Description("Usernam...
d06422c9a954b4b3803b2fd821b474a4edf53134
Removed unnecessary static field from SeafConnectionFactory
Removed unnecessary static field from SeafConnectionFactory
renber/SeafClient
SeafClient/SeafConnectionFactory.cs
mit
1,587,027,384
namespace SeafClient { public static class SeafConnectionFactory { /// <summary> /// Returns an instance of the default implementation for ISeafWebConnection /// </summary> public static ISeafWebConnection GetDefaultConnection() { return new SeafHttpC...
namespace SeafClient { public static class SeafConnectionFactory { private static readonly ISeafWebConnection DefaultConnection; /// <summary> /// Returns an instance of the default implementation for ISeafWebConnection /// </summary> public static ISeafWebConnection Ge...
d9bf7dfa9689c7d3fea4645d60bb8184ea6d96d6
changes back isBidrectional spelling in case someone is using it with a named parameter binding :/
changes back isBidrectional spelling in case someone is using it with a named parameter binding :/
hfloyd/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,leekelleher/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,madsoulswe/Umbraco-CMS,KevinJump/Umbraco-CMS,tcmorris/Umbraco-CMS,dawoe/Umbraco-CMS,dawo...
src/Umbraco.Core/Models/RelationType.cs
mit
1,587,027,225
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
53824cac25aafe6bc99d6dbc5533fca14badfa29
fix isBidirectional spelling
fix isBidirectional spelling
robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,leekelleher/Umbraco-CMS,NikRimington/Umbraco-CMS,bjarnef/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,hfloyd/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abjerner/Umbraco-CMS,tcmorris/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umb...
src/Umbraco.Core/Models/RelationType.cs
mit
1,587,026,760
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
cf76c50fa003b4e53169063ed98e96297f278e2a
Avoid doubling up on child key references.
Avoid doubling up on child key references. When querying for child keys for a table, only self-referencing foreign keys should be included from its parent key set.
sjp/Schematic,sjp/Schematic,sjp/Schematic
src/SJP.Schematic.Sqlite/SqliteRelationalDatabaseTableProvider.cs
mit
1,587,026,719
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using LanguageExt; using Nito.AsyncEx; using SJP.Schematic.Core; using SJP.Schematic.Core.Extensions; u...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using LanguageExt; using Nito.AsyncEx; using SJP.Schematic.Core; using SJP.Schematic.Core.Extensions; u...
01144eecb7df6abf10aa8aee14d9ed0fd33cc566
Fix line-number-sensitive test
Fix line-number-sensitive test (This was broken by adding an import in an earlier PR.)
googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet
apis/Google.Cloud.Logging.Log4Net/Google.Cloud.Logging.Log4Net.Tests/Log4NetTest.cs
apache-2.0
1,587,026,414
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
feeff07d5c8d2bdc2471a6f83c3ef63e49be26a0
Cherry pick - Possible fix for issue #7870
Cherry pick - Possible fix for issue #7870
KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,mattbrailsford/Umbraco-CMS,mattbrailsford/Umbraco-CMS,NikRimington/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS...
src/Umbraco.Core/PropertyEditors/DataEditor.cs
mit
1,587,026,342
using System; using System.Collections.Generic; using System.Diagnostics; using Newtonsoft.Json; using Umbraco.Core.Composing; using Umbraco.Core.Logging; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Represents a data editor. /// </summary> /// <remarks> /// <para>Editors can be dese...
using System; using System.Collections.Generic; using System.Diagnostics; using Newtonsoft.Json; using Umbraco.Core.Composing; using Umbraco.Core.Logging; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Represents a data editor. /// </summary> /// <remarks> /// <para>Editors can be dese...
f354115c8f826bf52817bed1c7c43acd20ca15a0
Update Program.cs
Update Program.cs
renber/SeafClient
Samples/SeafConsole/Program.cs
mit
1,587,026,247
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Security; using System.Threading.Tasks; using SeafClient; using SeafClient.Exceptions; using SeafClient.Types; using SeafClient.Requests.Directories; using System.IO; using System.Net.Http; using System.Reflection; using ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Security; using System.Threading.Tasks; using SeafClient; using SeafClient.Exceptions; using SeafClient.Types; using SeafClient.Requests.Directories; using System.IO; using System.Net.Http; using System.Reflection; using ...