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 |
|---|---|---|---|---|---|---|---|---|
bfea0a7b8fc7d219fd2d2e11300c22ea663ef4b9 | Update tests/System.Web.Compatibility.Tests/System.Web.Compatibility.Tests.cs | Update tests/System.Web.Compatibility.Tests/System.Web.Compatibility.Tests.cs
Co-authored-by: nil4 <206be1711c1b23d38c7a21c183a1288dcffcf4de@users.noreply.github.com> | dotnet/corefxlab,tarekgh/corefxlab,tarekgh/corefxlab,dotnet/corefxlab,tarekgh/corefxlab,dotnet/corefxlab | tests/System.Web.Compatibility.Tests/System.Web.Compatibility.Tests.cs | mit | 1,593,639,934 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Web;
using System.Web.Hosting;
using Xunit;
namespace System.Web.Compatibility.Tests
{
public cla... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Web;
using System.Web.Hosting;
using Xunit;
namespace System.Web.Compatibility.Tests
{
public cla... |
0fea36bb76240377676a3e9ba1fb1237d30e2cf4 | Add TypeMemoryLayout.TryGetFieldPath | Add TypeMemoryLayout.TryGetFieldPath
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Memory/TypeMemoryLayout.cs | mit | 1,593,639,474 | using System;
using System.Collections.Generic;
using System.Linq;
namespace AsmResolver.DotNet.Memory
{
/// <summary>
/// Provides information about the memory layout of a type.
/// </summary>
public class TypeMemoryLayout
{
private readonly Dictionary<FieldDefinition, FieldMemoryLayout> _... | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Memory
{
/// <summary>
/// Provides information about the memory layout of a type.
/// </summary>
public class TypeMemoryLayout
{
private readonly IDictionary<FieldDefinition, FieldMemoryLayout> _fields =
... |
5c1f1ab622c8a4e862a7652564b557c76b9514ab | Fix avatar in score panel being unclickable when statistics panel is visible | Fix avatar in score panel being unclickable when statistics panel is visible
| UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu | osu.Game/Screens/Ranking/ResultsScreen.cs | mit | 1,593,639,066 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Ext... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Ext... |
abb003776100be037936944c115d498cc3882499 | Added max potency | Added max potency
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Botany/PlantData.cs | agpl-3.0 | 1,593,637,974 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
using System;
[System.Serializable]
public class PlantData
{
private static readonly System.Random random = new System.Random();
public GameObject ProduceObject;
public string Name;
public string Plantname;
public ... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
using System;
[System.Serializable]
public class PlantData
{
private static readonly System.Random random = new System.Random();
public GameObject ProduceObject;
public string Name;
public string Plantname;
public ... |
ea6d6508d0f24abe9ca9b8c02f952a928c45a630 | Fix for no return type. | Fix for no return type.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Ndr/NdrParser.cs | apache-2.0 | 1,593,637,601 | // Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
c88bf0acfd4e0b209b5ed6d2d688fd22a1aad37a | Added support for drag/drop to ShellNamespaceTreeControl | Added support for drag/drop to ShellNamespaceTreeControl
| dahall/vanara | WIndows.Forms/Controls/ShellNamespaceTreeControl.cs | mit | 1,593,637,487 | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
using Vanara.Extensions;
using Vanara.PInvoke;
using Vanara.Windows.Shell;
using static Va... | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
using Vanara.Extensions;
using Vanara.PInvoke;
using Vanara.Windows.Shell;
using static Va... |
770862c69c92fb1616c835433baff028a5b0daf0 | Added ShellFolder.BindToObject and BindToStorage methods | Added ShellFolder.BindToObject and BindToStorage methods
| dahall/vanara | Windows.Shell/ShellObjects/ShellFolder.cs | mit | 1,593,637,456 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using Vanara.PInvoke;
using static Vanara.PInvoke.Shell32;
// ReSharper disable UnusedMember.Global
// ReSharper d... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using Vanara.PInvoke;
using static Vanara.PInvoke.Shell32;
// ReSharper disable UnusedMember.Global
// ReSharper disable MemberCanBePrivate.Global
namespace Van... |
6c5f5c8a94b9f8b697d5bd51f9a4fcb70e96c248 | THRIFT-5329: Add THttpTransport constructor with HttpClient Client: netstd Patch: Lewis Jackson | THRIFT-5329: Add THttpTransport constructor with HttpClient
Client: netstd
Patch: Lewis Jackson
This closes #2188
| Jens-G/thrift,yongju-hong/thrift,dcelasun/thrift,yongju-hong/thrift,apache/thrift,bforbis/thrift,jeking3/thrift,Jens-G/thrift,yongju-hong/thrift,apache/thrift,creker/thrift,nsuke/thrift,jeking3/thrift,dcelasun/thrift,Jens-G/thrift,bforbis/thrift,Jens-G/thrift,dcelasun/thrift,nsuke/thrift,Jens-G/thrift,strava/thrift,dce... | lib/netstd/Thrift/Transport/Client/THttpTransport.cs | apache-2.0 | 1,593,637,156 | // Licensed to the Apache Software Foundation(ASF) under one
// or more contributor license agreements.See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership.The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not ... | // Licensed to the Apache Software Foundation(ASF) under one
// or more contributor license agreements.See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership.The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not ... |
aa8daca93b094af214c10149f2ab4fb1f9e86811 | Add more test coverage around passing touch events with mouse produced | Add more test coverage around passing touch events with mouse produced
| peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVA... | osu.Framework.Tests/Visual/Input/TestScenePassThroughInputManager.cs | mit | 1,593,635,848 | // 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.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Input;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.States;
using osu.Framework.Testing;
using o... |
3761e5755211c7e1d1150b8244ae36cc504568c0 | Let each pass-through manager produce its own mouse-from-touch for correct behaviour | Let each pass-through manager produce its own mouse-from-touch for correct behaviour
| peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-fram... | osu.Framework/Input/PassThroughInputManager.cs | mit | 1,593,635,806 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... |
38d2a8ab8ad663406965aca3a0d3f3849c1906d2 | Add extra test coverage on the new added logic for mouse production | Add extra test coverage on the new added logic for mouse production
| ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framew... | osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs | mit | 1,593,635,714 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Extensions.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Extensions.... |
8a8fad5a7b731ca195b7e94eca46c0fe5a8545f5 | (build) Fix build error | (build) Fix build error
| cake-build/frosting,cake-build/frosting | build/Tasks/PublishNuGet.cs | mit | 1,593,634,008 | using System;
using Cake.Common;
using Cake.Common.Tools.NuGet;
using Cake.Common.Tools.NuGet.Push;
using Cake.Core;
using Cake.Frosting;
[Dependency(typeof(Package))]
[Dependency(typeof(PublishAzureArtifacts))]
public class PublishNuGet : FrostingTask<Context>
{
public override bool ShouldRun(Context context)
... | using System;
using Cake.Common;
using Cake.Common.Tools.NuGet;
using Cake.Common.Tools.NuGet.Push;
using Cake.Frosting;
[Dependency(typeof(Package))]
[Dependency(typeof(PublishAzureArtifacts))]
public class PublishNuGet : FrostingTask<Context>
{
public override bool ShouldRun(Context context)
{
return... |
eee56a2601fda4b0746565878075961dcf3e2ff4 | [Ec2] Add #nullable annotations to RunInstancesRequest | [Ec2] Add #nullable annotations to RunInstancesRequest
| carbon/Amazon,carbon/Amazon | src/Amazon.Ec2/Actions/RunInstancesRequest.cs | mit | 1,593,633,941 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Runtime.Serialization;
namespace Amazon.Ec2
{
public sealed class RunInstancesRequest : IEc2Request
{
#nullable disable
public RunInstancesRequest() { }
#nullable enable
publ... | using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace Amazon.Ec2
{
public sealed class RunInstancesRequest : IEc2Request
{
public RunInstancesRequest() { }
public RunInstancesRequest(
int minCount,
int maxCount,
... |
210a47145891c88f04409a046309aa63046da488 | [Ec2] Add Filter(name,value) constructor | [Ec2] Add Filter(name,value) constructor
| carbon/Amazon,carbon/Amazon | src/Amazon.Ec2/Actions/Filter.cs | mit | 1,593,633,919 | using System;
namespace Amazon.Ec2
{
public readonly struct Filter
{
public Filter(string name, string value)
{
Name = name ?? throw new ArgumentNullException(nameof(name));
Value = value ?? throw new ArgumentNullException(nameof(value));
}
... | using System;
namespace Amazon.Ec2
{
public readonly struct Filter
{
public Filter(string name, string value)
{
Name = name ?? throw new ArgumentNullException(nameof(name));
Value = value ?? throw new ArgumentNullException(nameof(value));
}
... |
16fb6a5233f511b54102264551d91fbe7dbfe4f2 | Allow CredentialScope to be written direct to a writer | Allow CredentialScope to be written direct to a writer
| carbon/Amazon,carbon/Amazon | src/Amazon.Core/Security/CredentialScope.cs | mit | 1,593,633,808 | using System;
using System.Globalization;
using System.IO;
namespace Amazon.Security
{
public readonly struct CredentialScope
{
public CredentialScope(DateTime date, AwsRegion region, AwsService service)
{
Date = date;
Region = region ?? throw new Argume... | using System;
namespace Amazon.Security
{
public readonly struct CredentialScope
{
public CredentialScope(DateTime date, AwsRegion region, AwsService service)
{
Date = date;
Region = region ?? throw new ArgumentNullException(nameof(region));
S... |
176f93714335e50253a0b2df944f8f4aa7da40ed | Format SesException | Format SesException
| carbon/Amazon,carbon/Amazon | src/Amazon.Ses/Exceptions/SesException.cs | mit | 1,593,633,601 | using System;
namespace Amazon.Ses
{
public sealed class SesException : Exception
{
private readonly SesError error;
public SesException(SesError error)
: base(error.Message)
{
this.error = error;
}
public string Type => error.Typ... | using System;
namespace Amazon.Ses
{
public sealed class SesException : Exception
{
private readonly SesError error;
public SesException(SesError error)
: base(error.Message)
{
this.error = error;
}
public string Type => error.Typ... |
4d27184ffb65f8f1bb5d9abf8f3a3f7fc579dafc | Presize dictionary | Presize dictionary
| carbon/Amazon,carbon/Amazon | src/Amazon.Sts/Helpers/RequestHelper.cs | mit | 1,593,633,583 | using System.Collections.Generic;
using System.Text.Json;
namespace Amazon.Sts
{
internal static class StsRequestHelper
{
private static readonly JsonSerializerOptions jso = new JsonSerializerOptions { IgnoreNullValues = true };
public static Dictionary<string, string> ToParams<T>(T ... | using System.Collections.Generic;
using System.Text.Json;
namespace Amazon.Sts
{
internal static class StsRequestHelper
{
private static readonly JsonSerializerOptions jso = new JsonSerializerOptions { IgnoreNullValues = true };
public static Dictionary<string, string> ToParams<T>(T ... |
59d737c9fc60f3ab04b18c57d8ea89393101ef23 | React to Region changes | React to Region changes
| carbon/Amazon,carbon/Amazon | src/Amazon.Tests/AwsRegionTests.cs | mit | 1,593,633,572 | using System.Linq;
using Xunit;
namespace Amazon.Tests
{
public class AwsRegionTests
{
[Fact]
public void Enum()
{
Assert.Equal(20, AwsRegion.All.Length);
foreach (var region in AwsRegion.All)
{
Assert.Same(region, Aw... | using System.Linq;
using Xunit;
namespace Amazon.Tests
{
public class AwsRegionTests
{
[Fact]
public void Enum()
{
Assert.Equal(18, AwsRegion.All.Length);
foreach (var region in AwsRegion.All)
{
Assert.Same(region, Aw... |
f1d9b530470c7df4b5f1983bf72154aed3d62a72 | Format DbValue | Format DbValue
| carbon/Amazon,carbon/Amazon | src/Amazon.DynamoDb/Models/DbValue.cs | mit | 1,593,633,507 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Carbon.Json;
namespace Amazon.DynamoDb
{
public readonly struct DbValue : IConvertible
{
public static readonly DbValue Empty = new DbValue(string.Empty, DbValueType.Unkno... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Carbon.Json;
namespace Amazon.DynamoDb
{
public readonly struct DbValue : IConvertible
{
public static readonly DbValue Empty = new DbValue(string.Empty, DbValueType.Unkno... |
96c4aef35916a7cc1dc3c17ac1adbbf1215dfa55 | Format AttributeCollection | Format AttributeCollection
| carbon/Amazon,carbon/Amazon | src/Amazon.DynamoDb/Models/AttributeCollection.cs | mit | 1,593,633,499 | using System;
using System.Collections;
using System.Collections.Generic;
using Carbon.Json;
using Carbon.Data;
namespace Amazon.DynamoDb
{
public sealed class AttributeCollection : IEnumerable<KeyValuePair<string, DbValue>>
{
private readonly Dictionary<string, DbValue> items;
... | using System;
using System.Collections;
using System.Collections.Generic;
using Carbon.Json;
using Carbon.Data;
namespace Amazon.DynamoDb
{
public sealed class AttributeCollection : IEnumerable<KeyValuePair<string, DbValue>>
{
private readonly Dictionary<string, DbValue> items;
... |
31a41a4b098a25b95038a5911f7a04a2737b1795 | Seal DynamoQueryExpression | Seal DynamoQueryExpression
| carbon/Amazon,carbon/Amazon | src/Amazon.DynamoDb/Expresions/DynamoQueryExpression.cs | mit | 1,593,633,486 | using System;
using Carbon.Data.Expressions;
using Carbon.Json;
namespace Amazon.DynamoDb
{
public sealed class DynamoQueryExpression
{
public readonly string[] keyNames;
// TODO: Expand BinaryExpression
public DynamoQueryExpression(string[] keyNames, Expression... | using System;
using Carbon.Data.Expressions;
using Carbon.Json;
namespace Amazon.DynamoDb
{
public class DynamoQueryExpression
{
public readonly string[] keyNames;
// TODO: Expand BinaryExpression
public DynamoQueryExpression(string[] keyNames, Expression[] expr... |
36d547563a04c50666e91a754da259db0712c870 | Eliminate closure allocation | Eliminate closure allocation
| carbon/Amazon,carbon/Amazon | src/Amazon.DynamoDb/DynamoTable.cs | mit | 1,593,633,478 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Amazon.Scheduling;
using Carbon.Data;
using Carbon.Data.Expressions;
namespace Amazon.DynamoDb
{
using static Expression;
public class DynamoTable<T, TKey>
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Amazon.Scheduling;
using Carbon.Data;
using Carbon.Data.Expressions;
namespace Amazon.DynamoDb
{
using static Expression;
public class DynamoTable<T, TKey>
... |
6aa6b7cb3df50588e6943d48246a3ea209b25379 | Simplify code with pattern matching | Simplify code with pattern matching
| ridercz/ValidationToolkit | Altairis.ValidationToolkit/GreaterThanAttribute.cs | mit | 1,593,632,978 | using System;
using System.ComponentModel.DataAnnotations;
namespace Altairis.ValidationToolkit {
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class GreaterThanAttribute : ValidationAttribute {
public GreaterThanAttribute(string otherPropertyName)
: this(othe... | using System;
using System.ComponentModel.DataAnnotations;
namespace Altairis.ValidationToolkit {
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class GreaterThanAttribute : ValidationAttribute {
public GreaterThanAttribute(string otherPropertyName)
: this(othe... |
ce3581f56e433edbb69664905daf813b7d1cd776 | Fix FilterService failing to run #TryBlockEarly for direct messages. | Fix FilterService failing to run #TryBlockEarly for direct messages.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Permissions/Services/FilterService.cs | mit | 1,593,632,920 | using System;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Net;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Common.ModuleBehaviors;
using Mitternacht.Extensions;
using Mitternacht.Services;
using Mitternacht.Services.Databa... | using System;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Net;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Common.ModuleBehaviors;
using Mitternacht.Extensions;
using Mitternacht.Services;
using Mitternacht.Services.Databa... |
5d443cbec47040f1d17424cd07f7c3d07328779a | Fix argument usage. | Fix argument usage.
| ridercz/ValidationToolkit | Altairis.ValidationToolkit/DateOffsetAttribute.cs | mit | 1,593,632,868 | using System;
using System.ComponentModel.DataAnnotations;
namespace Altairis.ValidationToolkit {
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class DateOffsetAttribute : ValidationAttribute {
public DateOffsetAttribute(int yearsBeforeCurrent, int yearsAfterCurrent, Func... | using System;
using System.ComponentModel.DataAnnotations;
namespace Altairis.ValidationToolkit {
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class DateOffsetAttribute : ValidationAttribute {
public DateOffsetAttribute(int yearsBeforeCurrent, int yearsAfterCurrent, Func... |
d9cf075530d5878e259bf52ba7f2599a43aa82b6 | Modify extension method to extend CustomReaction instead of string. | Modify extension method to extend CustomReaction instead of string.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/CustomReactions/Extensions/Extensions.cs | mit | 1,593,632,678 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using AngleSharp;
using AngleSharp.Html.Dom;
using Discord;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Common.Replacements;
using Mitternacht.Extensions;
using... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using AngleSharp;
using AngleSharp.Html.Dom;
using Discord;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Common.Replacements;
using Mitternacht.Extensions;
using... |
5f507e72c5cb9529cb069dbe29bbba0937291df8 | Optimize try/catch | Optimize try/catch
rube fix :beer:
| tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date.WebsiteCore/Controllers/ApiController.cs | mit | 1,593,632,468 | using Mapster;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Nager.Date.Model;
using Nager.Date.WebsiteCore.Models;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Nager.Date.WebsiteCore.Controllers
{
/// <summary>
/// Api
/... | using Mapster;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Nager.Date.Model;
using Nager.Date.WebsiteCore.Models;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Nager.Date.WebsiteCore.Controllers
{
/// <summary>
/// Api
/... |
5a5c26a49519d27a9eb4d580599a30e767168c2e | chore: ref #537, ref #538 | chore: ref #537, ref #538
| rollbar/Rollbar.NET,rollbar/Rollbar.NET | Rollbar/Infrastructure/ConnectivityMonitor.cs | mit | 1,593,632,398 | namespace Rollbar
{
using System;
using System.Diagnostics;
using System.Net.Sockets;
using System.Threading;
/// <summary>
/// Class ConnectivityMonitor.
/// Implements the <see cref="System.IDisposable" />
/// </summary>
/// <seealso cref="System.IDisposable" />
public class ... | namespace Rollbar
{
using System;
using System.Diagnostics;
using System.Net.Sockets;
using System.Threading;
/// <summary>
/// Class ConnectivityMonitor.
/// Implements the <see cref="System.IDisposable" />
/// </summary>
/// <seealso cref="System.IDisposable" />
public class ... |
3b14c5e410ebe3ce4c92bfa813a95e82639c93a4 | Update src/NUnitEngine/nunit.engine.core/EnginePackageSettings.cs | Update src/NUnitEngine/nunit.engine.core/EnginePackageSettings.cs
Co-authored-by: Chris Maddock <ce2011d8ec933256161959360d0c4a1d95f8df2d@live.co.uk> | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console | src/NUnitEngine/nunit.engine.core/EnginePackageSettings.cs | mit | 1,593,630,854 | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// 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 restr... | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// 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 restr... |
d2b29f3b298d0321e8b583e96d3b7dba39d43bcf | Update src/NUnitConsole/nunit3-console/EnginePackageSettings.cs | Update src/NUnitConsole/nunit3-console/EnginePackageSettings.cs
Co-authored-by: Chris Maddock <ce2011d8ec933256161959360d0c4a1d95f8df2d@live.co.uk> | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console | src/NUnitConsole/nunit3-console/EnginePackageSettings.cs | mit | 1,593,630,841 | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// 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 restr... | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// 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 restr... |
c50c2e61ff96ac10d6ca2a133dc8634f5f1a4b43 | Fix xml generated in DeleteObjects API (#437) | Fix xml generated in DeleteObjects API (#437)
Fixes #436 | minio/minio-dotnet | Minio/ApiEndpoints/ObjectOperations.cs | apache-2.0 | 1,593,630,805 | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019, 2020 MinIO, Inc.
*
* 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... | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019, 2020 MinIO, Inc.
*
* 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... |
47bb8b8989c929c5b62d47423dbef1c04a87513f | Updated the transformer to remove some of the limitations. | Updated the transformer to remove some of the limitations.
| Minx-SigEp/Xslt,Minx-SigEp/Xslt,Minx-SigEp/Xslt | src/Infrastructure.Xml/Xsl/Transformer.cs | mit | 1,593,628,127 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.XPath;
using System.Xml;
using System.Xml.Xsl;
using System.IO;
namespace Infrastructure.Xml.Xsl
{
/// <summary>
/// A wrapper class that
/// organize and simplifies the public API on the <see cref="Sys... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.XPath;
using System.Xml;
using System.Xml.Xsl;
using System.IO;
namespace Infrastructure.Xml.Xsl
{
/// <summary>
/// A wrapper class that
/// organize and simplifies the public API on the <see cref="Sys... |
d75ca95648c0893954805c763165ef949ea6eece | add nullable and null checks on titlebar. | add nullable and null checks on titlebar.
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,grokys/Pers... | src/Avalonia.Controls/Chrome/TitleBar.cs | mit | 1,593,628,033 | using System;
using System.Reactive.Disposables;
using Avalonia.Controls.Primitives;
namespace Avalonia.Controls.Chrome
{
#nullable enable
public class TitleBar : TemplatedControl
{
private CompositeDisposable? _disposables;
private Window? _hostWindow;
private CaptionButtons? _captio... | using System;
using System.Reactive.Disposables;
using Avalonia.Controls.Primitives;
namespace Avalonia.Controls.Chrome
{
public class TitleBar : TemplatedControl
{
private CompositeDisposable _disposables;
private Window _hostWindow;
private CaptionButtons _captionButtons;
pu... |
35ec3adc7044217c892288fe1e0f9e5301eb982d | more formatting | more formatting
| gngrninja/NinjaBotCore | src/Modules/Wow/WowCommands.cs | mit | 1,593,627,538 | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... |
5a049d9019a62563d2c3abd5c9f59b497a3e7e5f | Update test assertions in-line with the expected behaviour | Update test assertions in-line with the expected behaviour
| ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framew... | osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs | mit | 1,593,627,433 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Extensions.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Extensions.... |
c49f0a0f4f7a4069fc94d550a46a256c437dc74b | adding backup role check | adding backup role check
| gngrninja/NinjaBotCore | src/Modules/Wow/WowCommands.cs | mit | 1,593,627,412 | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... |
6115555ddcd77134cd2277ab58a1d489b2fec924 | Refrain from producing mouse input if a drawable has handled the touch | Refrain from producing mouse input if a drawable has handled the touch
| EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-fram... | osu.Framework/Input/InputManager.cs | mit | 1,593,627,392 | // 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.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtension... | // 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.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtension... |
a73c9c0f791bf30a70527e23d440f8561ea42148 | Add reference to the drawable handling a touch event per-manager | Add reference to the drawable handling a touch event per-manager
| smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framew... | osu.Framework/Input/TouchEventManager.cs | mit | 1,593,627,385 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.States;
using osuTK... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.States;
using osuTK... |
491f1b3011ba9d0b4f6d2a2ebf4e5d5538219738 | Add test case ensuring correct behaviour of the exposed event property | Add test case ensuring correct behaviour of the exposed event property
| peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framewo... | osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs | mit | 1,593,627,349 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Extensions.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Extensions.... |
5ed9f0f42038e5f1e786afb12ce811b20c2c2682 | fix some nits | fix some nits
| jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawso... | src/Avalonia.Controls/Window.cs | mit | 1,593,626,946 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Chrome;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
usin... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Chrome;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
usin... |
5d675cfef79100ce57da32477a83d6a232c84caa | adding total | adding total
| gngrninja/NinjaBotCore | src/Modules/Wow/WowCommands.cs | mit | 1,593,626,919 | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... |
398a95c65fb7a03b59f7e22f80d1080e231929b2 | C#: Remove unused field | C#: Remove unused field
| github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql | csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/BuildScripts.cs | mit | 1,593,626,806 | using Xunit;
using Semmle.Autobuild.Shared;
using System.Collections.Generic;
using System;
using System.Linq;
using Microsoft.Build.Construction;
using System.Xml;
namespace Semmle.Autobuild.CSharp.Tests
{
/// <summary>
/// Test class to script Autobuilder scenarios.
/// For most methods, it uses two fie... | using Xunit;
using Semmle.Autobuild.Shared;
using System.Collections.Generic;
using System;
using System.Linq;
using Microsoft.Build.Construction;
using System.Xml;
namespace Semmle.Autobuild.CSharp.Tests
{
/// <summary>
/// Test class to script Autobuilder scenarios.
/// For most methods, it uses two fie... |
f6417dbe328015a525523cb61fbf83fc10fa5136 | fixing formatting | fixing formatting
| gngrninja/NinjaBotCore | src/Modules/Wow/WowCommands.cs | mit | 1,593,626,728 | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... |
b7c0e517fc9d7b4076f757d41925da2f2cd7eda3 | Add MemberCloneResult contains member | Add MemberCloneResult contains member
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloneResult.cs | mit | 1,593,626,717 | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, IMemberDescriptor> ... | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, IMemberDescriptor> ... |
4137d95910a03e0991984c00d87be6f625891068 | adding mythic role list | adding mythic role list
| gngrninja/NinjaBotCore | src/Modules/Wow/WowCommands.cs | mit | 1,593,625,690 | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... |
bf5302fe1c25bd8af620a74c9197455f00c0e048 | Format file, improve code. | Format file, improve code.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Birthday/Services/BirthdayService.cs | mit | 1,593,624,970 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Extensions;
using Mitternacht.Services;
using NLog;
namespace Mitternacht.Modules.Birthday.Services {
public class BirthdayService : IMService {
private readonly DbService _db;
priv... | using System;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Extensions;
using Mitternacht.Services;
using NLog;
namespace Mitternacht.Modules.Birthday.Services
{
public class BirthdayService : IMService
{
... |
e71cea95c61f2c24911289381d54505357ab06c6 | Remove unused using. | Remove unused using.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Birthday/Birthday.cs | mit | 1,593,624,957 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Birthday.Models;
using Mitternacht.Modules.Birthday.Services;
using Mitternacht.Services;
using Mitt... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Birthday.Models;
using Mitternacht.Modules.Birthday.Services;
usin... |
072edf63b481ac89d40002216787996e5840c5fb | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.6.3453.20200701172304-master-b44eb5b
| LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,593,624,316 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "b44eb5bf800a8911d6888e7c7acefd1da8d6da26";
public static string Version = "1.6";
public static string Build = "3453";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "326ca8c37bb42fffe69cbdc4639919a02c0e21ea";
public static string Version = "1.6";
public static string Build = "3452";
... |
b44eb5bf800a8911d6888e7c7acefd1da8d6da26 | updating cloak proc spells to skip chance to resist (#3054) | updating cloak proc spells to skip chance to resist (#3054)
| LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/Entity/Cloak.cs | agpl-3.0 | 1,593,624,158 | using System;
using ACE.Common;
using ACE.Entity.Enum;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.WorldObjects;
namespace ACE.Server.Entity
{
public class Cloak
{
private static readonly float ChanceMod = 2.0f;
/// <summary>
/// Rolls for a chance at procing a cl... | using System;
using ACE.Common;
using ACE.Entity.Enum;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.WorldObjects;
namespace ACE.Server.Entity
{
public class Cloak
{
private static readonly float ChanceMod = 2.0f;
/// <summary>
/// Rolls for a chance at procing a cl... |
11bf06fbf66e4495a6e29eaa67aff8cdda099236 | BUGFIX: also pop from type stack when packing size is explicitly defined. | BUGFIX: also pop from type stack when packing size is explicitly defined.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Memory/TypeAlignmentDetector.cs | mit | 1,593,624,145 | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Memory
{
internal class TypeAlignmentDetector : ITypeSignatureV... | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Memory
{
internal class TypeAlignmentDetector : ITypeSignatureV... |
8ee943166ac5d40f046cde309357db0f8e6fa829 | Format file. | Format file.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/CustomReactions/Extensions/Extensions.cs | mit | 1,593,623,473 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using AngleSharp;
using AngleSharp.Html.Dom;
using Discord;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Common.Replacements;
using Mitternacht.Extensions;
using... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using AngleSharp;
using AngleSharp.Html.Dom;
using Discord;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Common.Replacements;
using Mitternacht.Extensions;
using... |
bc18788781708d9fadeb281775dd520b67a578e5 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.6.3452.20200701170605-master-326ca8c
| LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,593,623,291 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "326ca8c37bb42fffe69cbdc4639919a02c0e21ea";
public static string Version = "1.6";
public static string Build = "3452";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "49f3d1e3e50cc833cb1386aa8c227f45f3c582b8";
public static string Version = "1.6";
public static string Build = "3449";
... |
7d2e422a44a7339dfd1a6f3213ba8845e6273a9b | Allow Specialized Skills via Augmentation Gem to refund xp spent (#3050) | Allow Specialized Skills via Augmentation Gem to refund xp spent (#3050)
* Allow Specialized Skills via Augemention Gem to reset xp spent
* Update Player_Skills.cs | ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/WorldObjects/Player_Skills.cs | agpl-3.0 | 1,593,623,127 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Database;
using ACE.DatLoader;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Server.Entity.Actions;
using ACE.Server.Managers;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.WorldObjects.Entity;
namespa... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Database;
using ACE.DatLoader;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Server.Entity.Actions;
using ACE.Server.Managers;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.WorldObjects.Entity;
namespa... |
ece7de1d72871ccf9b4bbd7ad3e983492528346a | Remove unused extension method IEnumerable<T>#Distinct. | Remove unused extension method IEnumerable<T>#Distinct.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Extensions/EnumerableExtensions.cs | mit | 1,593,622,665 | using System.Collections.Generic;
using System.Linq;
namespace Mitternacht.Extensions {
public static class EnumerableExtensions {
public static T MaxOr<T>(this IEnumerable<T> list, T defaultValue)
=> list.Any() ? list.Max() : defaultValue;
}
}
| using System;
using System.Collections.Generic;
using System.Linq;
namespace Mitternacht.Extensions {
public static class EnumerableExtensions {
public static IEnumerable<T> Distinct<T, U>(this IEnumerable<T> data, Func<T, U> getKey)
=> data.GroupBy(getKey).Select(x => x.First());
public static T MaxOr<T>(thi... |
15b3e48cad14f546d87589c7fb4e8daf8090e5b3 | xcst-codegen tweak | xcst-codegen tweak
| maxtoroq/XCST-a,maxtoroq/XCST-a | samples/xcst-codegen/Program.cs | apache-2.0 | 1,593,622,360 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Xml.Linq;
using Xcst.Compiler;
namespace XcstCodeGen {
class Program {
const string FileExt = "xcst";
const string PageBaseType = "global::AspNetPrecompiled.AppPage";
p... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Xml.Linq;
using Xcst.Compiler;
namespace XcstCodeGen {
class Program {
const string FileExt = "xcst";
const string PageBaseType = "global::AspNetPrecompiled.AppPage";
p... |
73dd0a369d623f6899cba98c5d0a6151c637c6a2 | Change reaction start delay for paginated messages to 200ms. | Change reaction start delay for paginated messages to 200ms.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Extensions/MessageChannelExtensions.cs | mit | 1,593,622,074 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
namespace Mitternacht.Extensions {
public static class MessageChannelExtensions {
public static Task<IUserMessage> EmbedAsync(this IMessageChannel ch, EmbedBuilder embed, string m... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
namespace Mitternacht.Extensions {
public static class MessageChannelExtensions {
public static Task<IUserMessage> EmbedAsync(this IMessageChannel ch, EmbedBuilder embed, string m... |
7b7ef8e8089ea8bce7836d5351b421088c2d4787 | Remove unused methods from MessageChannelExtensions. | Remove unused methods from MessageChannelExtensions.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Extensions/MessageChannelExtensions.cs | mit | 1,593,622,046 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
namespace Mitternacht.Extensions {
public static class MessageChannelExtensions {
public static Task<IUserMessage> EmbedAsync(this IMessageChannel ch, EmbedBuilder embed, string m... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
namespace Mitternacht.Extensions {
public static class MessageChannelExtensions {
public static Task<IUserMessage> EmbedAsync(this IMessageChannel ch, EmbedBuilder embed, string m... |
95ef9f70b2ab7efa13e4f6f7938838c806bedba1 | Fix MemberCloneResult constructor | Fix MemberCloneResult constructor
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloneResult.cs | mit | 1,593,622,037 | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, IMemberDescriptor> ... | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, IMemberDescriptor> ... |
ff8d278c449f9990adbc660fd93be4c056e9ffd7 | Updated link to MSDN blog to use web.archive.org as the MSDN blog site is no longer available. | Updated link to MSDN blog to use web.archive.org as the MSDN blog site is no longer available.
| Minx-SigEp/Xslt,Minx-SigEp/Xslt,Minx-SigEp/Xslt | src/Infrastructure.Xml/Xsl/Transformer.cs | mit | 1,593,621,969 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.XPath;
using System.Xml;
using System.Xml.Xsl;
using System.IO;
namespace Infrastructure.Xml.Xsl
{
/// <summary>
/// A wrapper class that
/// organize and simplifies the public API on the <see cref="Sys... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.XPath;
using System.Xml;
using System.Xml.Xsl;
using System.IO;
namespace Infrastructure.Xml.Xsl
{
/// <summary>
/// A wrapper class that
/// organize and simplifies the public API on the <see cref="Sys... |
489f2055ed61448c477e19cfd56e8fce036d3ccc | Remove code duplication. | Remove code duplication.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Extensions/MessageChannelExtensions.cs | mit | 1,593,621,529 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
namespace Mitternacht.Extensions {
public static class MessageChannelExtensions {
public static Task<IUserMessage> EmbedAsync(this IMessageChannel ch, EmbedBuilder embed, string m... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
namespace Mitternacht.Extensions {
public static class MessageChannelExtensions {
public static Task<IUserMessage> EmbedAsync(this IMessageChannel ch, EmbedBuilder embed, string m... |
f77c544954581d3fbd60301347c8bae438913b08 | highlighting groups renaming | highlighting groups renaming
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/CSharp/Daemon/Stages/Highlightings/UnityHighlightingGroupIds.cs | apache-2.0 | 1,593,621,405 | using JetBrains.ReSharper.Feature.Services.Daemon;
using JetBrains.ReSharper.Plugins.Unity.Feature.Services.Pencils;
namespace JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon.Stages.Highlightings
{
// RegisterConfigurableHighlightingsGroup registers a group in Inspection Severity
[RegisterConfigurableHighlight... | using JetBrains.ReSharper.Feature.Services.Daemon;
using JetBrains.ReSharper.Plugins.Unity.Feature.Services.Pencils;
namespace JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon.Stages.Highlightings
{
// RegisterConfigurableHighlightingsGroup registers a group in Inspection Severity
[RegisterConfigurableHighlight... |
0cb7beab53f8936989c8fd7d240869edfcf3d3eb | Remove obsolete code | Remove obsolete code
| Moq/moq4 | src/Moq/ExpressionExtensions.cs | bsd-3-clause | 1,593,621,211 | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Linq.... | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Linq.... |
9ce0583f20e314dd2a2ea7cc6715f5954fe7dcd6 | Fix: Thrown object hitting thrower | Fix: Thrown object hitting thrower
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Transform/CustomNetTransform.Move.cs | agpl-3.0 | 1,593,621,052 | using System;
using System.Collections.Generic;
using System.Linq;
using Light2D;
using UnityEngine;
using Mirror;
using Random = UnityEngine.Random;
public enum SpinMode
{
None,
Clockwise,
CounterClockwise
}
public partial class CustomNetTransform
{
private const string STOPPED_FLOATING = "{0} stopped floating"... | using System;
using System.Collections.Generic;
using System.Linq;
using Light2D;
using UnityEngine;
using Mirror;
using Random = UnityEngine.Random;
public enum SpinMode
{
None,
Clockwise,
CounterClockwise
}
public partial class CustomNetTransform
{
private const string STOPPED_FLOATING = "{0} stopped floating"... |
a82cefaf92a2c45d10be5bc4fbf57134951b90ef | [S3] Add CopyToAsync to S3Object | [S3] Add CopyToAsync to S3Object
| carbon/Amazon,carbon/Amazon | src/Amazon.S3/Results/S3Object.cs | mit | 1,593,620,792 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using Carbon.Storage;
namespace Amazon.S3
{
public sealed class S3Object : IBlobResult, IDisposable
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using System.Net;
using Carbon.Storage;
using System.Globalization;
namespace Amazon.S3
{
public sealed class S3Object : IBlobResult, IDisposable
... |
4bc799fd17dc0573612ce6b8e7f7b069ceacb1e6 | [S3] Add Owner to ListBucketObject | [S3] Add Owner to ListBucketObject
| carbon/Amazon,carbon/Amazon | src/Amazon.S3/Results/ListBucketObject.cs | mit | 1,593,620,770 | #nullable disable
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using System.Xml.Serialization;
using Carbon.Storage;
namespace Amazon.S3
{
[XmlRoot("Contents", Namespace = S3Client.Namespace)]
public sealed class ListBucketObject : IBlob
{
... | #nullable disable
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using System.Xml.Serialization;
using Carbon.Storage;
namespace Amazon.S3
{
[XmlRoot("Contents", Namespace = S3Client.Namespace)]
public sealed class ListBucketObject : IBlob
{
... |
4b17a1617aa53bcbcc684df12c9168e9364bbab4 | [DynamoDb] Serialize JsonObject using System.Text.Json | [DynamoDb] Serialize JsonObject using System.Text.Json
| carbon/Amazon,carbon/Amazon | src/Amazon.DynamoDb/DynamoDbClient.cs | mit | 1,593,620,587 | using System;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Amazon.Scheduling;
using Carbon.Json;
namespace Amazon.DynamoDb
{
public sealed class DynamoDbClient : AwsClient
{
private const string TargetPrefix = "DynamoDB_20120810";
public Dynam... | using System;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Amazon.Scheduling;
using Carbon.Json;
namespace Amazon.DynamoDb
{
public sealed class DynamoDbClient : AwsClient
{
private const string TargetPrefix = "DynamoDB_20120810";
... |
e7350a68461be902d5bc7c28407f5dd4cd0c99ec | Format AwsService | Format AwsService
| carbon/Amazon,carbon/Amazon | src/Amazon.Core/Models/AwsService.cs | mit | 1,593,620,531 | using System;
namespace Amazon
{
public sealed class AwsService : IEquatable<AwsService>
{
private AwsService(string name)
{
Name = name ?? throw new ArgumentNullException(nameof(name));
}
public string Name { get; }
public override string ToS... | using System;
namespace Amazon
{
public sealed class AwsService : IEquatable<AwsService>
{
private AwsService(string name)
{
Name = name ?? throw new ArgumentNullException(nameof(name));
}
public string Name { get; }
public override string ToS... |
5ead661ade4fffb4df1eb718a38660d5d5dd7883 | Format StsClient | Format StsClient
| carbon/Amazon,carbon/Amazon | src/Amazon.Sts/StsClient.cs | mit | 1,593,620,513 | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Amazon.Sts.Exceptions;
namespace Amazon.Sts
{
public sealed class StsClient : AwsClient
{
public const string Version = "2011-06-15";
public const string ... | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
using Amazon.Sts.Exceptions;
namespace Amazon.Sts
{
public sealed class StsClient : AwsClient
{
public const string Version = "2011-06-15";
public const string Namespace = "https:/... |
1d12581e06889b0bdff0b63de4f36a41185002d4 | Format RestoreObjectRequest | Format RestoreObjectRequest
| carbon/Amazon,carbon/Amazon | src/Amazon.S3/Actions/RestoreObjectRequest.cs | mit | 1,593,620,401 | using System;
using System.Net.Http;
using System.Security.Cryptography;
using System.Text;
namespace Amazon.S3
{
public sealed class RestoreObjectRequest : S3Request
{
public RestoreObjectRequest(string host, string bucketName, string key)
: base(HttpMethod.Post, host, bucketNam... | using System;
using System.Net.Http;
using System.Security.Cryptography;
using System.Text;
namespace Amazon.S3
{
public sealed class RestoreObjectRequest : S3Request
{
public RestoreObjectRequest(string host, string bucketName, string key)
: base(HttpMethod.Post, host, bucketNam... |
f79097ecb8419b24b49bde64a8fe13387901b143 | Format AwsCredential | Format AwsCredential
| carbon/Amazon,carbon/Amazon | src/Amazon.Core/Security/AwsCredential.cs | mit | 1,593,620,090 | using System;
using System.Threading.Tasks;
namespace Amazon
{
public sealed class AwsCredential : IAwsCredential
{
public AwsCredential(string accessKeyId, string secretAccessKey)
{
AccessKeyId = accessKeyId ?? throw new ArgumentNullException(nameof(accessKeyId));
... | using System;
using System.Threading.Tasks;
namespace Amazon
{
public sealed class AwsCredential : IAwsCredential
{
public AwsCredential(string accessKeyId, string secretAccessKey)
{
AccessKeyId = accessKeyId ?? throw new ArgumentNullException(nameof(accessKeyId));... |
8b189d5137dfa7b991d38bb759db429dfda35769 | [Ec2] Add DescribeInstanceTypeAsync | [Ec2] Add DescribeInstanceTypeAsync
| carbon/Amazon,carbon/Amazon | src/Amazon.Ec2/Ec2Client.cs | mit | 1,593,620,021 | #nullable enable
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
namespace Amazon.Ec2
{
public sealed class Ec2Client : AwsClient
{
public const string Version = "2016-11-15";
public const string Namespace = "http://ec2.amazonaw... | #nullable enable
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
namespace Amazon.Ec2
{
public sealed class Ec2Client : AwsClient
{
public const string Version = "2016-11-15";
public const string Namespace = "http://ec2.amazonaw... |
82f99d347222cab1a98e83c9ef18f68d54e6c744 | Throw BucketNotFoundException for all http methods (#432) | Throw BucketNotFoundException for all http methods (#432)
Fixes #431 | minio/minio-dotnet | Minio/MinioClient.cs | apache-2.0 | 1,593,619,910 | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019, 2020 MinIO, Inc.
*
* 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... | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019, 2020 MinIO, Inc.
*
* 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... |
6e6a6c1e43507dcbe8de2fced1b9ad71972f8593 | Allow AwsClient to be constructed with a custom HttpClient | Allow AwsClient to be constructed with a custom HttpClient
| carbon/Amazon,carbon/Amazon | src/Amazon.Core/Models/AwsClient.cs | mit | 1,593,619,629 | using System;
using System.Globalization;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Amazon.Security;
namespace Amazon
{
public abstract class AwsClient
{
protected readonly HttpClient httpClient;
private readonly AwsService service;
... | using System;
using System.Globalization;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Amazon.Security;
namespace Amazon
{
public abstract class AwsClient
{
protected readonly HttpClient httpClient = new HttpClient(new HttpClientHandler {
Auto... |
feff234ee63a77f2ae98833b8a50141500380527 | (GH-235) Switch to using HttpClient | (GH-235) Switch to using HttpClient
Setting the same headers that were set previously.
In addition, with this switch, the override in the try/catch that was
specific to Akamai is no longer required, since the headers are being
sent correctly, and no longer causing an error.
| chocolatey/package-validator,gep13/package-validator,gep13/package-validator,chocolatey/package-validator,gep13/package-validator,chocolatey/package-validator | src/chocolatey.package.validator/infrastructure.app/utility/Utility.cs | apache-2.0 | 1,593,619,523 | // Copyright © 2015 - Present RealDimensions Software, LLC
//
// 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 requ... | // Copyright © 2015 - Present RealDimensions Software, LLC
//
// 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 requ... |
fd6065a5a2de6e474f2cfe91b49ae67753ddfebd | add sat option | add sat option
| google/or-tools,or-tools/or-tools,or-tools/or-tools,google/or-tools,or-tools/or-tools,google/or-tools,or-tools/or-tools,google/or-tools,or-tools/or-tools,google/or-tools,google/or-tools,or-tools/or-tools | examples/dotnet/csintegerprogramming.cs | apache-2.0 | 1,593,618,536 | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
116625f9d130638f5b0c304d561be1eda66308f3 | Fix - Corretta registrazione di una chiamata annullata con motivazione | Fix - Corretta registrazione di una chiamata annullata con motivazione
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneIntervento/InserimentoIntervento/AddInterventoCommandHandler.cs | agpl-3.0 | 1,593,617,955 | //-----------------------------------------------------------------------
// <copyright file="AddInterventoCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General... | //-----------------------------------------------------------------------
// <copyright file="AddInterventoCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General... |
b807b9e7ee64f49763be6eea836e08c0c1d6d1cb | Time delay on change of Apc Ui charge % (#1241) | Time delay on change of Apc Ui charge % (#1241)
Co-authored-by: py01 <341f6a6dbe14e8bae01925cb0c8c174fd14f78da@gmail.com> | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Power/ApcNetComponents/ApcComponent.cs | mit | 1,593,617,949 | using Content.Server.GameObjects.Components.Power.PowerNetComponents;
using Content.Server.GameObjects.Components.NodeContainer.NodeGroups;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.GameObjects.Components.Power;
using Robust.Server.GameObjects;
using Robust.Server.GameObjects.Components.User... | using Content.Server.GameObjects.Components.Power.PowerNetComponents;
using Content.Server.GameObjects.Components.NodeContainer.NodeGroups;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.GameObjects.Components.Power;
using Robust.Server.GameObjects;
using Robust.Server.GameObjects.Components.User... |
d52a10e5b554d731b0400dba4130a1a703f7797f | No duplications | No duplications
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Hwi/HwiClient.cs | mit | 1,593,617,672 | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
usin... | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
usin... |
f8ca89e85222cc8506e98c510733731b1f188586 | Updated unit test method name for clarity. | Updated unit test method name for clarity. | tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date.UnitTest/Country/UnitedKingdomTest.cs | mit | 1,593,616,988 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Nager.Date.Extensions;
using System;
namespace Nager.Date.UnitTest.Country
{
[TestClass]
public class UnitedKingdomTest
{
[TestMethod]
public void TestUnitedKingdom()
{
var testDate = new DateTime(2017, 08, 28);
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Nager.Date.Extensions;
using System;
namespace Nager.Date.UnitTest.Country
{
[TestClass]
public class UnitedKingdomTest
{
[TestMethod]
public void TestUnitedKingdom()
{
var testDate = new DateTime(2017, 08, 28);
... |
d06c7c84a3b16ecb01f92d42c01cec80e059470f | Remove port from HostHeader (#434) | Remove port from HostHeader (#434)
Some object storages do not honor standard ports as part of hostheader
Fixes #321, #428 | minio/minio-dotnet | Minio/V4Authenticator.cs | apache-2.0 | 1,593,616,877 | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017, 2020 MinIO, Inc.
*
* 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/LICEN... | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017, 2020 MinIO, Inc.
*
* 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/LICEN... |
5eba8649e35f43256f5eeeefda1dfe02addc8658 | ジェネリックタイプのみキャッシュするよう変更 | ジェネリックタイプのみキャッシュするよう変更
| zenuas/Roku,zenuas/Roku | src/Compiler/Definition.cs | mit | 1,593,616,305 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.Node;
using System;
using System.Collections.Generic;
namespace Roku.Compiler
{
public static class Definition
{
public static SourceCodeBody LoadProgram(RootNamespace root, ProgramNode pgm)
{
var src = n... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.Node;
using System;
using System.Collections.Generic;
namespace Roku.Compiler
{
public static class Definition
{
public static SourceCodeBody LoadProgram(RootNamespace root, ProgramNode pgm)
{
var src = n... |
d44fdd4a0e6ad444d621da72a7a53fb8fdcffcc4 | Added method in the MVC base controller for disposing of a Linq entity context. | Added method in the MVC base controller for disposing of a Linq entity context.
| PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite | source/trunk/Windows/Figlut.Server.Toolkit.45/Web/MVC/Controllers/FiglutController.cs | mit | 1,593,616,178 | namespace Figlut.Server.Toolkit.Web.MVC.Controllers
{
#region Using Directives
using Figlut.Server.Toolkit.Data;
using Figlut.Server.Toolkit.Data.DB.LINQ;
using Figlut.Server.Toolkit.Utilities;
using Figlut.Server.Toolkit.Utilities.Logging;
using Figlut.Server.Toolkit.Web;
using Figlut.Ser... | namespace Figlut.Server.Toolkit.Web.MVC.Controllers
{
#region Using Directives
using Figlut.Server.Toolkit.Data;
using Figlut.Server.Toolkit.Utilities;
using Figlut.Server.Toolkit.Utilities.Logging;
using Figlut.Server.Toolkit.Web;
using Figlut.Server.Toolkit.Web.Client;
using Figlut.Serve... |
5c92b0ae5afd871d47b358774b2b6eca08de65d3 | show propset value | show propset value
| OfficeDev/PnP-Tools,OfficeDev/PnP-Tools,OfficeDev/PnP-Tools | Solutions/SharePoint.Search.QueryTool/SearchQueryTool/MainWindow.xaml.cs | mit | 1,593,615,772 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Security.Principal;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Security.Principal;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
... |
265a9ec3d3f4d27b48005f7c5094e00119ecc299 | Update Entity's Component removal Mark Component.Enabled = false to avoid Physics evaluate Body as valid when it's not | Update Entity's Component removal
Mark Component.Enabled = false to avoid Physics evaluate Body as valid when it's not
| lucas-miranda/Raccoon | Raccoon/Core/Entity.cs | mit | 1,593,615,761 | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... |
0a82d3b9599b2e5004604b2d7d21bd4ec74c477b | Update to verify Entity at Physics Maybe I'll revert this at near future, maybe Entity removal should only be allowed at Physics.LateUpdate or later | Update to verify Entity at Physics
Maybe I'll revert this at near future, maybe Entity removal should only
be allowed at Physics.LateUpdate or later
| lucas-miranda/Raccoon | Raccoon/Core/Physics/Physics.cs | mit | 1,593,615,673 | using System.Collections.Generic;
using Raccoon.Components;
using Raccoon.Util;
namespace Raccoon {
public sealed partial class Physics {
#region Public Members
public static int FixedDeltaTime = 1000 / 60;
public static float FixedDeltaTimeSeconds = FixedDeltaTime / 1000f;
publi... | using System.Collections.Generic;
using Raccoon.Components;
using Raccoon.Util;
namespace Raccoon {
public sealed partial class Physics {
#region Public Members
public static int FixedDeltaTime = 1000 / 60;
public static float FixedDeltaTimeSeconds = FixedDeltaTime / 1000f;
publi... |
31525ab60eb472c6e74a4cf8b3461d69b6c12113 | fixing arrange test | fixing arrange test
| jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl | Tests/MatterControl.Tests/SceneTests.cs | bsd-2-clause | 1,593,615,019 | /*
Copyright (c) 2016, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... | /*
Copyright (c) 2016, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... |
a9b513f9289f479cf612179fdfa048be404ec4fa | fix AuthController | fix AuthController
| signumsoftware/framework,signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/framework | Signum.React.Extensions/Authorization/AuthController.cs | mit | 1,593,614,636 | using System;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Engine.Mailing;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entit... | using System;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Engine.Mailing;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entit... |
bdd6b5c616868a10826bd5a75ae23791f76727b6 | Added Christmas Day unit tests for United Kingdom. | Added Christmas Day unit tests for United Kingdom.
Added Christmas Day unit tests for United Kingdom using dates from here: https://web.archive.org/web/20200624132154/https://www.gov.uk/bank-holidays | tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date.UnitTest/Country/UnitedKingdomTest.cs | mit | 1,593,614,529 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Nager.Date.Extensions;
using System;
namespace Nager.Date.UnitTest.Country
{
[TestClass]
public class UnitedKingdomTest
{
[TestMethod]
public void TestUnitedKingdom()
{
var testDate = new DateTime(2017, 08, 28);
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Nager.Date.Extensions;
using System;
namespace Nager.Date.UnitTest.Country
{
[TestClass]
public class UnitedKingdomTest
{
[TestMethod]
public void TestUnitedKingdom()
{
var testDate = new DateTime(2017, 08, 28);
... |
db1b24f10de329e92e8d1e354fcdce2f95dd5c56 | Improved arrange all | Improved arrange all
| jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl | MatterControlLib/PartPreviewWindow/PlatingHelper.cs | bsd-2-clause | 1,593,613,680 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
1edfac4923623a1d78b1379c4f2c7e8e4177a01b | Fix test failing | Fix test failing
| UselessToucan/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu | osu.Game.Tests/NonVisual/CustomDataDirectoryTest.cs | mit | 1,593,613,268 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... |
df7a792aaeb3abf50c6720b71084a0d8792237d1 | Fixed Christmas Day and Boxing Day bank holidays | Fixed Christmas Day and Boxing Day bank holidays
* Fixed Christmas Day and Boxing Day date handling for scenarios where Christmas Day is a Sunday, or Boxing Day is a Saturday.
Substitute days should now be as below:
Scenario 1: Christmas Day on Saturday and Boxing Day on Sunday (see 2021)
- Christmas Day ha... | tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/PublicHolidays/UnitedKingdomProvider.cs | mit | 1,593,612,981 | using Nager.Date.Contract;
using Nager.Date.Extensions;
using Nager.Date.Model;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// United Kingdom
/// </summary>
public class UnitedKingdomProvider : IPublicHolidayProvider, ICountyPr... | using Nager.Date.Contract;
using Nager.Date.Extensions;
using Nager.Date.Model;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// United Kingdom
/// </summary>
public class UnitedKingdomProvider : IPublicHolidayProvider, ICountyPr... |
7ad49edb2d1edcb0d720c71b4bd79ed1ffeb1049 | add EnvironmentVariablesTest | add EnvironmentVariablesTest
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | test/WeihanLi.Common.Test/HelpersTest/ProcessExecutorTest.cs | mit | 1,593,612,836 | using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WeihanLi.Common.Helpers;
using Xunit;
namespace WeihanLi.Common.Test.HelpersTest
{
public class ProcessExecutorTest
{
[Fact]
public void Dotne... | using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using WeihanLi.Common.Helpers;
using Xunit;
namespace WeihanLi.Common.Test.HelpersTest
{
public class ProcessExecutorTest
{
[Fact]
public void DotnetInfoTest()
{
using var executor = new Proce... |
936c24062eb8ee3525631d868134deaa1d5d316c | Fix the backend status | Fix the backend status
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Services/WasabiSynchronizer.cs | mit | 1,593,611,247 | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bac... | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bac... |
935bcd04cb083894d103d743c32483f2769c41ab | fix not create cached folder will cause creash | fix not create cached folder will cause creash
| Deliay/Sync | Sync/Plugins/PluginManager.cs | mit | 1,593,610,567 | using Sync.Client;
using Sync.Command;
using Sync.Source;
using Sync.Tools;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using static Sync.Tools.DefaultI18n;
namespace Sync.Plugins
{
/// <summary>
/// A flag for plugin event type
/// </summar... | using Sync.Client;
using Sync.Command;
using Sync.Source;
using Sync.Tools;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using static Sync.Tools.DefaultI18n;
namespace Sync.Plugins
{
/// <summary>
/// A flag for plugin event type
/// </summar... |
1af01b8b2642000dcd631516a72707d632628ec0 | Restore BrokerageMessageEvent.Reconnected | Restore BrokerageMessageEvent.Reconnected
| JKarathiya/Lean,AlexCatarino/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,StefanoRaggi/Lean | Brokerages/InteractiveBrokers/InteractiveBrokersBrokerage.cs | apache-2.0 | 1,593,610,556 | /*
* 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 ... |
50b7f434bbf33563d6eeb31c59ad2ca30191785d | Add connection checks in PlaceOrder/UpdateOrder/CancelOrder | Add connection checks in PlaceOrder/UpdateOrder/CancelOrder
| QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean | Brokerages/InteractiveBrokers/InteractiveBrokersBrokerage.cs | apache-2.0 | 1,593,610,556 | /*
* 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 ... |
2959e587eb12607f2f97bcde0785ea9b755d6fa7 | fix EmailTemplateRenderer | fix EmailTemplateRenderer
| signumsoftware/framework,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,AlejandroCano/extensions,signumsoftware/extensions | Signum.Engine.Extensions/Mailing/EmailTemplateRenderer.cs | mit | 1,593,610,007 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Signum.Engine.Basics;
using Signum.Engine.Templating;
using Signum.Entities;
using Signum.Entities.DynamicQuery;
using Signum.Entities.Mailing;
using Signum.Utilities;
namespace Signum.Engine.Mailing
{
... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Signum.Engine.Basics;
using Signum.Engine.Templating;
using Signum.Entities;
using Signum.Entities.DynamicQuery;
using Signum.Entities.Mailing;
using Signum.Utilities;
namespace Signum.Engine.Mailing
{
... |
e5507e3d0cc6b712a7ca247d35000361441e0d68 | Replace with blank | Replace with blank
| Aspectize/TranslationManager | TranslationService.cs | mit | 1,593,608,105 | using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using Aspectize.Core;
using Aspectize;
using Aspectize.Office;
using Excel;
using System.IO;
using System.Linq;
using System.Threading;
namespace TranslationManager
{
public interface ITranslationManagerService
{
Data... | using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using Aspectize.Core;
using Aspectize;
using Aspectize.Office;
using Excel;
using System.IO;
using System.Linq;
using System.Threading;
namespace TranslationManager
{
public interface ITranslationManagerService
{
Data... |
8ece1c7b117fef78dc1adac21f5d8eb0b3399856 | "" to null | "" to null
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Extensions/HttpResponseMessageExtensions.cs | mit | 1,593,607,783 | using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WalletWasabi.Http.Models;
using WalletWasabi.Logging;
using static WalletWasabi.Http.Constants;
namespace System.Net.Http
{
public static class HttpResponseMessageExtensions
{
public static async Task<HttpResponseMessage> Cr... | using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WalletWasabi.Http.Models;
using WalletWasabi.Logging;
using static WalletWasabi.Http.Constants;
namespace System.Net.Http
{
public static class HttpResponseMessageExtensions
{
public static async Task<HttpResponseMessage> Cr... |
63a316e1c49a12637c4acc947353f28e18f94e37 | fix Citavi/Addon-Wiki#91 | fix Citavi/Addon-Wiki#91
| Citavi/C6-Add-Ons-and-Online-Sources | src/ImportSequenceNumber/Dialogs/ChoosePropertyIdDialog.Designer.cs | mit | 1,593,607,584 | namespace SwissAcademic.Addons.ImportSequenceNumberAddon
{
partial class ChoosePropertyIdDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources be... | namespace SwissAcademic.Addons.ImportSequenceNumberAddon
{
partial class ChoosePropertyIdDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources be... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.