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 |
|---|---|---|---|---|---|---|---|---|
8861bc8736c64bb70f57e17928878f4b328cc784 | fix WorkTemplateNodes for TimeSpan | fix WorkTemplateNodes for TimeSpan
| MehdyKarimpour/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/framework,AlejandroCano/extensions,AlejandroCano/extensions,MehdyKarimpour/extensions,signumsoftware/extensions,signumsoftware/framework | Signum.Engine.Extensions/Word/WordTemplateNodes.cs | mit | 1,587,482,163 | using DocumentFormat.OpenXml;
using W = DocumentFormat.OpenXml.Wordprocessing;
using D = DocumentFormat.OpenXml.Drawing;
using S = DocumentFormat.OpenXml.Spreadsheet;
using Signum.Engine.Templating;
using Signum.Entities.DynamicQuery;
using Signum.Utilities;
using Signum.Utilities.DataStructures;
using System;
... | using DocumentFormat.OpenXml;
using W = DocumentFormat.OpenXml.Wordprocessing;
using D = DocumentFormat.OpenXml.Drawing;
using S = DocumentFormat.OpenXml.Spreadsheet;
using Signum.Engine.Templating;
using Signum.Entities.DynamicQuery;
using Signum.Utilities;
using Signum.Utilities.DataStructures;
using System;
... |
e5cd3becfd644593f53d4d1d8144dd6c4d86cd8f | backported .shorten fix from v3 | backported .shorten fix from v3
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Searches/Searches.cs | mit | 1,587,482,117 | using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using AngleSharp.Html.Parser;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Microsoft.Extensions.Caching.Memory;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replacements;
using NadekoBot.Cor... | using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using AngleSharp.Html.Parser;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Microsoft.Extensions.Caching.Memory;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replacements;
using NadekoBot.Cor... |
a6a56e4791afc3ab42836b8663cbc3b6cc11c211 | fix controller | fix controller
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/GreenField/HealthController.cs | mit | 1,587,481,757 | using BTCPayServer.HostedServices;
using BTCPayServer.Client.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace BTCPayServer.Controllers.GreenField
{
[Controller]
public class HealthController : ControllerBase
{
[AllowAnonymous]
[HttpGet("~/api/v1/he... | using BTCPayServer.HostedServices;
using BTCPayServer.Client.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace BTCPayServer.Controllers.GreenField
{
[ApiController]
public class HealthController : ControllerBase
{
[AllowAnonymous]
[HttpGet("~/api/v1... |
a7248863f0862043f5d0318a226376bf0d1e4126 | assembly version bump. | assembly version bump.
| KevinJump/uSync,KevinJump/uSync | uSync8.Core/Properties/AssemblyInfo.cs | mpl-2.0 | 1,587,481,482 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("uSy... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("uSy... |
04b6e83cbfed59f865560e9af240f6df634db232 | Only allocate an array for lengths when array rank is greater than 3 (#6493) | Only allocate an array for lengths when array rank is greater than 3 (#6493)
Co-authored-by: Thiago Almeida <ab58d67ef49adef07b6550f4f869b288084845ec@easynvest.com.br> | amccool/orleans,veikkoeeva/orleans,jthelin/orleans,jason-bragg/orleans,amccool/orleans,galvesribeiro/orleans,jason-bragg/orleans,jthelin/orleans,benjaminpetit/orleans,waynemunro/orleans,yevhen/orleans,dotnet/orleans,ElanHasson/orleans,amccool/orleans,benjaminpetit/orleans,waynemunro/orleans,ReubenBond/orleans,yevhen/or... | src/Orleans.Core/Serialization/SerializationManager.cs | mit | 1,587,481,340 | using System;
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Serialization;
using System.Text;
using Microsoft.Ext... | using System;
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Serialization;
using System.Text;
using Microsoft.Ext... |
1e45db45609cc30b2c121f42b698c55165a49f03 | Use CultureInfo.CurrentCulture instead of Thread.CurrentThread.CurrentCulture | Use CultureInfo.CurrentCulture instead of Thread.CurrentThread.CurrentCulture
| jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet | apis/Google.Cloud.BigQuery.V2/Google.Cloud.BigQuery.V2.Tests/BigQueryNumericTest.cs | apache-2.0 | 1,587,480,664 | // Copyright 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | // Copyright 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... |
868dec27c315054ce8df1d2d77bf9cec67bb91fd | Use HttpClient instead of WebClient in Speech language code generator | Use HttpClient instead of WebClient in Speech language code generator
This doesn't currently *work*, because the page format has changed.
Instead, we should fetch
https://cloud.google.com/speech-to-text/docs/common/languages.json
and use that. But that can come in another PR.
| googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet | apis/Google.Cloud.Speech.V1/Google.Cloud.Speech.V1.LanguageCodeGenerator/Program.cs | apache-2.0 | 1,587,480,664 | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... |
8a2cd435316036d6373e6f82c7a1059dc662cc53 | Fix Spanner build | Fix Spanner build
- Use CultureInfo.CurrentCulture instead of Thread.CurrentThread.CurrentCulture
- Suppress deprecated warnings around ArrayList
| jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.Tests/SpannerDbTypeTests.ValueConversions.cs | apache-2.0 | 1,587,480,664 | // Copyright 2017, Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... | // Copyright 2017, Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... |
7474ae81ce1c38b67b86a109e7dd090aef2f9053 | Disconnect if more than than 4 are connected | Disconnect if more than than 4 are connected
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Wallets/P2pBlockProvider.cs | mit | 1,587,479,843 | using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasa... | using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasa... |
3444bff1068645eb8c2d930b3f6a353437bd7d0e | slight unit test fix | slight unit test fix
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Extensions/QueryableApprenticeshipsExtensions/WhenGettingEmployerAppernticeshipsWithOrWithoutAlerts.cs | mit | 1,587,479,769 | using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships.Search.Services.Parameters;
using SFA.DAS.CommitmentsV2.Domain.Interfaces;
using SFA.DAS.CommitmentsV2.Extensions;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.Commitments... | using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships.Search.Services.Parameters;
using SFA.DAS.CommitmentsV2.Domain.Interfaces;
using SFA.DAS.CommitmentsV2.Extensions;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.Commitments... |
d7c1fab00b231e8d99686c7f5841574fbeb82963 | add benchmarks for parsing string and bytes | add benchmarks for parsing string and bytes
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs | bsd-3-clause | 1,587,479,492 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2019 Google Inc. All rights reserved.
// https://github.com/protocolbuffers/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the followi... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2019 Google Inc. All rights reserved.
// https://github.com/protocolbuffers/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the followi... |
5b6b2f9ccee2b2845eaf3d95fc42c6e2f787d6f5 | [Mono.Debugging] Added caching for StackFrame params so we don't need to refetch | [Mono.Debugging] Added caching for StackFrame params so we don't need to refetch
| Unity-Technologies/debugger-libs,Unity-Technologies/debugger-libs,mono/debugger-libs,mono/debugger-libs | Mono.Debugging/Mono.Debugging.Client/StackFrame.cs | mit | 1,587,478,421 | using System;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Mono.Debugging.Backend;
namespace Mono.Debugging.Client
{
[Serializable]
public class StackFrame
{
long address;
string addressSpace;
SourceLocation location;
IBacktrace sourceBacktrace;
string l... | using System;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Mono.Debugging.Backend;
namespace Mono.Debugging.Client
{
[Serializable]
public class StackFrame
{
long address;
string addressSpace;
SourceLocation location;
IBacktrace sourceBacktrace;
string language;
int in... |
3c26d8a1bb43bdea107b8480eabbceb8df8bd04d | [Mono.Debugging] Added StackFrame.GetFullStackFrameText/Async() | [Mono.Debugging] Added StackFrame.GetFullStackFrameText/Async()
Part of a larger fix for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1083539/
| Unity-Technologies/debugger-libs,mono/debugger-libs,mono/debugger-libs,Unity-Technologies/debugger-libs | Mono.Debugging/Mono.Debugging.Client/StackFrame.cs | mit | 1,587,478,412 | using System;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Mono.Debugging.Backend;
namespace Mono.Debugging.Client
{
[Serializable]
public class StackFrame
{
long address;
string addressSpace;
SourceLocation location;
IBacktrace sourceBacktrace;
string language;
int in... | using System;
using System.Text;
using System.Threading;
using Mono.Debugging.Backend;
namespace Mono.Debugging.Client
{
[Serializable]
public class StackFrame
{
long address;
string addressSpace;
SourceLocation location;
IBacktrace sourceBacktrace;
string language;
int index;
bool isExternalCode;
... |
7351225bf66058a8893131149a50892010e84c06 | Prevent synchronous writes | Prevent synchronous writes
| andyfmiller/LtiLibrary | src/LtiLibrary.AspNetCore/Outcomes/v1/ImsxXmlMediaTypeOutputFormatter.cs | apache-2.0 | 1,587,478,150 | using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Serialization;
using LtiLibrary.NetCore.Lti.v1;
using Microsoft.AspNetCore.Mvc.Formatters;
namespace LtiLibrary.AspNetCore.Outcomes.v1
{
/// <summary>
/// AspNetCore.Mvc output formatter returns an imsx_POXEnvelop... | using System;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Serialization;
using LtiLibrary.NetCore.Lti.v1;
using Microsoft.AspNetCore.Mvc.Formatters;
namespace LtiLibrary.AspNetCore.Outcomes.v1
{
/// <summary>
/// AspNetCore.Mvc output formatter returns an imsx_POXEnvelopeType with an ims... |
3a7daec865d9635501e025ee2c0b43ace6704178 | added docs for example script | added docs for example script
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Examples/Demos/UX/ObjectManipulator/Scripts/ReturnToBounds.cs | mit | 1,587,478,120 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Examples.Demos
{
/// <summary>
/// Resets the gameobjects positions to it's starting position as... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Examples.Demos
{
public class ReturnToBounds : MonoBehaviour
{
[SerializeField]
... |
7615b0ebd745b332c0d5adaa50185a099ecf11a9 | Corrected for breaking changes in Ws2_32 | Corrected for breaking changes in Ws2_32
| dahall/vanara | UnitTests/PInvoke/IpHlpApi/IpHlpApiTests.cs | mit | 1,587,477,848 | using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.IpHlpApi;
using static Vanara.PInvoke.Ws2_32;
namespace Vanara.PInvoke.Tests
{
public s... | using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.IpHlpApi;
using static Vanara.PInvoke.Ws2_32;
namespace Vanara.PInvoke.Tests
{
public s... |
d4408c26bd5f22182c17ef6205d33cad83fe71b2 | Returning null in case of not finding the entry (#5950) | Returning null in case of not finding the entry (#5950)
| stevetayloruk/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orcha... | src/OrchardCore.Modules/OrchardCore.Workflows/Scripting/WorkflowMethodsProvider.cs | bsd-3-clause | 1,587,477,149 | using System;
using System.Collections.Generic;
using OrchardCore.Scripting;
using OrchardCore.Workflows.Models;
namespace OrchardCore.Workflows.Scripting
{
public class WorkflowMethodsProvider : IGlobalMethodProvider
{
private readonly GlobalMethod _workflowMethod;
private readonly GlobalMetho... | using System;
using System.Collections.Generic;
using OrchardCore.Scripting;
using OrchardCore.Workflows.Models;
namespace OrchardCore.Workflows.Scripting
{
public class WorkflowMethodsProvider : IGlobalMethodProvider
{
private readonly GlobalMethod _workflowMethod;
private readonly GlobalMetho... |
c2a99ba2b5ea226639ec6c53903ce2e69ef4dd78 | Improved commenting on attributes | Improved commenting on attributes
| Siccity/UnityNodeEditorCore | Scripts/Node.cs | mit | 1,587,477,126 | using System;
using System.Collections.Generic;
using UnityEngine;
namespace XNode {
/// <summary>
/// Base class for all nodes
/// </summary>
/// <example>
/// Classes extending this class will be considered as valid nodes by xNode.
/// <code>
/// [System.Serializable]
///... | using System;
using System.Collections.Generic;
using UnityEngine;
namespace XNode {
/// <summary>
/// Base class for all nodes
/// </summary>
/// <example>
/// Classes extending this class will be considered as valid nodes by xNode.
/// <code>
/// [System.Serializable]
///... |
d4a44bb9d5d86012fd191acb06f9e807649eccb1 | Added CreateWin32Result. | Added CreateWin32Result.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Win32/Win32Utils.cs | apache-2.0 | 1,587,476,984 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
a202ae204ac02b40de1c82d6af16468f54e7ccc6 | Sort items collection on access (#5982) | Sort items collection on access (#5982)
| xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orcha... | src/OrchardCore/OrchardCore.DisplayManagement/Shapes/Shape.cs | bsd-3-clause | 1,587,476,819 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Dynamic;
using System.Linq;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc.Rendering;
using Newtonsoft.Json;
using OrchardCore.DisplayManagement.Zones;
namespace OrchardCore.DisplayManageme... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Dynamic;
using System.Linq;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc.Rendering;
using Newtonsoft.Json;
using OrchardCore.DisplayManagement.Zones;
namespace OrchardCore.DisplayManageme... |
ba1f853ba738f86f054cf895c013c095fe8bbeb7 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,476,438 | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... |
535a2ed3cf29b7e0b86ab272a1c6b560cf970111 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,476,394 | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... |
c615baa46d7bc6899fa31440d3eba9573826f364 | fixed scroll behavior in migration window | fixed scroll behavior in migration window
| DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Tools/MigrationWindow/MigrationWindow.cs | mit | 1,587,476,006 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
using Object = UnityEngine.Object;
namespace Microsoft.Mixed... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
using Object = UnityEngine.Object;
namespace Microsoft.Mixed... |
e615ad27f1dff653dadc3bdcf9c2ed2beb6ad9ec | fixed hang when migration tool was trying to migrate gameobject assets that weren't prefabs / missing files / fbx | fixed hang when migration tool was trying to migrate gameobject assets that weren't prefabs / missing files / fbx
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Features/Utilities/Migration/Tools/MigrationTool.cs | mit | 1,587,476,006 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.using System;
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.using System;
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
... |
457e746b317632282002607d091a9923a0ff2864 | fixed query for listing all asset files in migration tool (thx vanessa) | fixed query for listing all asset files in migration tool (thx vanessa)
| killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Features/Utilities/Migration/Tools/MigrationTool.cs | mit | 1,587,476,006 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.using System;
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.using System;
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
... |
6c9b656603945bbb2fab0264193960c5dccd7bb5 | made sure migration tool is only saving assets if there was actually something migrated in them - speeds up tool and gives more confidence to the user as not all files in a project show up as modified after running our tool | made sure migration tool is only saving assets if there was actually something migrated in them - speeds up tool and gives more confidence to the user as not all files in a project show up as modified after running our tool
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/SDK/Features/Utilities/Migration/Tools/MigrationTool.cs | mit | 1,587,476,006 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.using System;
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.using System;
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
... |
aab3be2e49ee9a3294c8082c942c9d294700f623 | Fix - Url Origin per Cors | Fix - Url Origin per Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,475,711 | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... |
19ad2b1f74d58aeaeefc3da3c12fe78a6f55a983 | Fix - SpecificOrigin per Cors | Fix - SpecificOrigin per Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,475,667 | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... |
4d75000dc6892d67dd8fa0495def5b640327c8fe | implemented the setting correctly | implemented the setting correctly
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Core/UsersRoles/UserMembershipHelper.cs | apache-2.0 | 1,587,475,591 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... |
18d07e7bb41a77578816408ce7503d6e945b5ec4 | test: update test to reflect STT updates | test: update test to reflect STT updates
| watson-developer-cloud/unity-sdk,watson-developer-cloud/unity-sdk | Tests/SpeechToTextV1IntegrationTests.cs | apache-2.0 | 1,587,473,427 | /**
* Copyright 2018, 2019 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | /**
* Copyright 2018, 2019 IBM Corp. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... |
556cb8dc4b438c61101a8b842b7f33662b54f0ea | remove unused internal method | remove unused internal method
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/FieldCodec.cs | bsd-3-clause | 1,587,473,352 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
7910ac7b1862e9fb2491768426028c722390dcf7 | Suppressing unnecessary VS suggestion | Suppressing unnecessary VS suggestion
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Map.cs | bsd-3-clause | 1,587,473,241 | using Lombiq.TrainingDemo.Controllers;
using Lombiq.TrainingDemo.Drivers;
using Lombiq.TrainingDemo.Fields;
using Lombiq.TrainingDemo.Filters;
using Lombiq.TrainingDemo.Indexes;
using Lombiq.TrainingDemo.Indexing;
using Lombiq.TrainingDemo.Middlewares;
using Lombiq.TrainingDemo.Migrations;
using Lombiq.Training... | using Lombiq.TrainingDemo.Controllers;
using Lombiq.TrainingDemo.Drivers;
using Lombiq.TrainingDemo.Fields;
using Lombiq.TrainingDemo.Filters;
using Lombiq.TrainingDemo.Indexes;
using Lombiq.TrainingDemo.Indexing;
using Lombiq.TrainingDemo.Middlewares;
using Lombiq.TrainingDemo.Migrations;
using Lombiq.Training... |
0b6f43969c745bd3a0a9945296517f04d577cd5c | Fixing doc link | Fixing doc link
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Migrations/PersonMigrations.cs | bsd-3-clause | 1,587,473,211 | using Lombiq.TrainingDemo.Indexes;
using Lombiq.TrainingDemo.Models;
using OrchardCore.ContentFields.Fields;
using OrchardCore.ContentFields.Settings;
using OrchardCore.ContentManagement.Metadata;
using OrchardCore.ContentManagement.Metadata.Settings;
using OrchardCore.Data.Migration;
using System;
namespace ... | using Lombiq.TrainingDemo.Indexes;
using Lombiq.TrainingDemo.Models;
using OrchardCore.ContentFields.Fields;
using OrchardCore.ContentFields.Settings;
using OrchardCore.ContentManagement.Metadata;
using OrchardCore.ContentManagement.Metadata.Settings;
using OrchardCore.Data.Migration;
using System;
namespace ... |
7f42d7c65b572c1f4abaf5552d22b092e28bb341 | increase MapField test coverage | increase MapField test coverage
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs | bsd-3-clause | 1,587,473,053 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
656e196effc39346759de58df7403234d72ef0fb | GSF.Core: Added GetRow in addition to GetColumn for two-dimensional arrays - and updated Row context to be first index since I'm in the minority that Column should be first. | GSF.Core: Added GetRow in addition to GetColumn for two-dimensional arrays - and updated Row context to be first index since I'm in the minority that Column should be first.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Core/Collections/CollectionExtensions.cs | mit | 1,587,472,675 | //******************************************************************************************************
// CollectionExtensions.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. Se... | //******************************************************************************************************
// CollectionExtensions.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. Se... |
7c74e3901bc48ff381b9ad2f580004128424283d | deduplicate MapField implementation | deduplicate MapField implementation
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/Collections/MapField.cs | bsd-3-clause | 1,587,472,335 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that ... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that ... |
062441c650c2f42c2d36e1e908f0474bc28bf72b | Passing NoAppCache to CoreRuntime base ctor | Passing NoAppCache to CoreRuntime base ctor
| JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/... | src/Umbraco.Tests/Routing/RenderRouteHandlerTests.cs | mit | 1,587,469,686 | using System;
using System.Linq;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Tests.TestHelpers;
using Umbraco.Tests.TestHelpers.Stubs;
using Umbraco.Web;
using Umbrac... | using System;
using System.Linq;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Tests.TestHelpers;
using Umbraco.Tests.TestHelpers.Stubs;
using Umbraco.Web;
using Umbrac... |
f53bebfbe01ee2d7d602eb2bf64f27024058b151 | add more extensions for PipelineBuilderExtensions | add more extensions for PipelineBuilderExtensions
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Helpers/Pipelines/PipelineBuilderExtensions.cs | mit | 1,587,469,092 | using System;
using System.Threading.Tasks;
// ReSharper disable once CheckNamespace
namespace WeihanLi.Common.Helpers
{
public static class PipelineBuilderExtensions
{
public static IPipelineBuilder<TContext> Use<TContext>(this IPipelineBuilder<TContext> builder, Action<TContext, Action> action)
... | using System;
using System.Threading.Tasks;
// ReSharper disable once CheckNamespace
namespace WeihanLi.Common.Helpers
{
public static class PipelineBuilderExtensions
{
public static IPipelineBuilder<TContext> Use<TContext>(this IPipelineBuilder<TContext> builder, Action<TContext, Action> action)
... |
6f22e00b54ae1af471e7eb5de90030a9d9f8bf80 | removed internal route registration | removed internal route registration
| dhindrik/TinyNavigationHelper | src/TinyNavigationHelper.Forms/ShellNavigationHelper.cs | mit | 1,587,468,283 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace TinyNavigationHelper.Forms
{
public class ShellNavigationHelper : FormsNavigationHelper
{
private Dictionary<string, string> queries = new Dictionary<string, string>();
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace TinyNavigationHelper.Forms
{
public class ShellNavigationHelper : FormsNavigationHelper
{
private List<string> routes = new List<string>();
private Dictionary<string,... |
62d88813ea8377f8d5841ecce30ee4e80ea28ab5 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,587,467,273 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
4680046610014eefe93474cd599040774b84ff02 | remove access token from url | remove access token from url
| countersoft/App-SauceryCodeReview,countersoft/App-SauceryCodeReview | GitHub.cs | mit | 1,587,467,072 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Countersoft.Gemini.Commons.Entity;
using Countersoft.Gemini.Extensibility.Apps;
using Countersoft.Gemini.Infrastructure;
using RestSharp;
using Countersoft.Foundation.Commons.Extensions;
using System.Web.Http;
using System.Web.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Countersoft.Gemini.Commons.Entity;
using Countersoft.Gemini.Extensibility.Apps;
using Countersoft.Gemini.Infrastructure;
using RestSharp;
using Countersoft.Foundation.Commons.Extensions;
using System.Web.Http;
using System.Web.... |
3451e1a613dd52c684e47bdf655bd1c561e35d6f | Converted tabs to spaces | Converted tabs to spaces
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.VHDL/RenderState.cs | mit | 1,587,465,898 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Mono.Cecil;
using SME.AST;
using SME.VHDL.Templates;
namespace SME.VHDL
{
/// <summary>
/// Class to encapsulate the state associated with rendering an AST network as VHDL files
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Mono.Cecil;
using SME.AST;
using SME.VHDL.Templates;
namespace SME.VHDL
{
/// <summary>
/// Class to encapsulate the state associated with rendering an AST network as VHDL files
/// </summ... |
997e590be3ea25f8c6d6610f25515b0330ee44e8 | Remove unnecessary method virtualization | Remove unnecessary method virtualization
| smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framewor... | osu.Framework/Input/StateChanges/ButtonInput.cs | mit | 1,587,464,821 | // 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.Input.StateChanges.Events;
using osu.Framework.Input.States;
namespace osu.Framework.Input.Stat... | // 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.Input.StateChanges.Events;
using osu.Framework.Input.States;
namespace osu.Framework.Input.Stat... |
c119da3436292810f0fa5e2526a6feab8e904f64 | Fixes #413 | Fixes #413
Replace the hard-coded version string with a constructed string using version number from the Executing assembly.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver/Internal/ConnectionSettings.cs | apache-2.0 | 1,587,463,351 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... |
c11f456755319557627529094d2857ba5e5eeddf | removed null exception | removed null exception
| dhindrik/TinyNavigationHelper | src/TinyNavigationHelper.Forms/FormsNavigationHelper.cs | mit | 1,587,462,584 | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using Xamarin.Forms;
using TinyNavigationHelper.Abstraction;
namespace TinyNavigationHelper.Forms
{
public class FormsNavigationHelper : INavigationHelper
{
priv... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using Xamarin.Forms;
using TinyNavigationHelper.Abstraction;
namespace TinyNavigationHelper.Forms
{
public class FormsNavigationHelper : INavigationHelper
{
priv... |
e4928002289013e2eaeacba504a7e8a998c3a4de | Update auth.aspx.cs | Update auth.aspx.cs
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YetAnotherForum.NET/auth.aspx.cs | apache-2.0 | 1,587,461,941 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dis... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dis... |
0ffccc6d03163f9c2bd646f3a4cb51049ea69af7 | CA-338184: Check for null before accessing host properties. | CA-338184: Check for null before accessing host properties.
Also, property modernisation.
Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
| xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,minli1/xenadmin,kc284/xenadmin,minli1/xenadmin,xenserver/xenadmin,xenserver/xenadmin,minli1/xenadmin,minli1/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,minli1/xenadmin,minli1/xenadmin | XenAdmin/Commands/RebootVMCommand.cs | bsd-2-clause | 1,587,461,895 | /* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice... | /* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice... |
a299e85d8a4570eeb800d554d621d5b7bf493dd2 | Fixes #413 | Fixes #413
Replace the hard-coded version string with a constructed string using version number from the Executing assembly.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver/Internal/ConnectionSettings.cs | apache-2.0 | 1,587,461,356 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... |
e19646c12901a4d4f0888ce98ed3830ecfc43e85 | feat: skip jsonserialize the entire world when meeting deep reflection types (fix memberinfo) | feat: skip jsonserialize the entire world when meeting deep reflection types (fix memberinfo)
| ReactiveMarkets/NLog.Targets.ElasticSearch | src/NLog.Targets.ElasticSearch/ElasticSearchTarget.cs | mit | 1,587,460,976 | using System;
using System.Collections.Generic;
using System.Net;
using System.Linq;
using System.Threading;
using Elasticsearch.Net;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using NLog.Common;
using NLog.Config;
using NLog.Layouts;
namespace NLog.Targets.ElasticSearch
{
/// <summary... | using System;
using System.Collections.Generic;
using System.Net;
using System.Linq;
using System.Threading;
using Elasticsearch.Net;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using NLog.Common;
using NLog.Config;
using NLog.Layouts;
namespace NLog.Targets.ElasticSearch
{
/// <summary... |
e71b9b8bdf0f7c0178b8c1a82ea28fe01e955ad7 | ServiceStack changes - omit route parameters from the query parameters (GET requests) | ServiceStack changes - omit route parameters from the query parameters (GET requests)
| slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator | src/TypeScriptDefinitionsGenerator.Common/MainGenerator.cs | mit | 1,587,460,472 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HandlebarsDotNet;
using Ty... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HandlebarsDotNet;
using Ty... |
ea52fb0deca8e3c3b78c05df755dd4f9960a6e05 | Fix change ListItemFields in CreateFolderInList to SystemUpdate in order to avoid increase of Versionnumber | Fix change ListItemFields in CreateFolderInList to SystemUpdate in order to avoid increase of Versionnumber
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectListInstance.cs | mit | 1,587,460,366 | using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Extensions;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using Offic... | using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Extensions;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using Offic... |
eaadca17e0e7437886033f87bcc67024dc456889 | sdk: versioning composer deps notes | sdk: versioning composer deps notes
| peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie | src/Peachpie.NET.Sdk/ComposerTask.cs | apache-2.0 | 1,587,460,327 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peachpie.NET.Sdk.Tools
{
/// <summary>
/// Task that processes <c>composer.json</c> file if exists and outputs it... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peachpie.NET.Sdk.Tools
{
/// <summary>
/// Task that processes <c>composer.json</c> file if exists and outputs it... |
acad9d1f840f8e5a92cf24517df94b28d316fa1a | Making class public | Making class public
| arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,d... | src/Umbraco.Web.Common/Filters/EnsurePartialViewMacroViewContextFilterAttribute.cs | mit | 1,587,459,784 | using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEngines;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Umbraco.Web.Common.Constants;
using Umbraco.Web.Common.Controll... | using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEngines;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Umbraco.Web.Common.Constants;
using Umbraco.Web.Common.Controll... |
4c585c90d6497a0eb71755b7bd61d09e746a5a5e | fix timelimit and hangup on ring for bulk call | fix timelimit and hangup on ring for bulk call
| plivo/plivo-dotnet,plivo/plivo-dotnet | src/Plivo/Resource/Call/CallInterface.cs | mit | 1,587,459,744 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Plivo.Client;
namespace Plivo.Resource.Call {
/// <summary>
/// Call interface.
/// </summary>
public class CallInterface :... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Plivo.Client;
namespace Plivo.Resource.Call {
/// <summary>
/// Call interface.
/// </summary>
public class CallInterface :... |
fbe6f6cdd2836f6fe82385c60adfcda47a05f700 | AB#6232 - Moved EnablePerWebRequestScope from configure to start | AB#6232 - Moved EnablePerWebRequestScope from configure to start
| JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-... | src/Umbraco.Infrastructure/Runtime/CoreRuntime.cs | mit | 1,587,459,630 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Umbraco.Core.Cache;
using Umbraco.Core.Composing;
using Umbraco.Core.Configuration;
using Umbraco.Core.Exceptions;
using Umbraco.Core.Hosting;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.Persisten... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Umbraco.Core.Cache;
using Umbraco.Core.Composing;
using Umbraco.Core.Configuration;
using Umbraco.Core.Exceptions;
using Umbraco.Core.Hosting;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.Persisten... |
f1970e65ca4209cf69b7d883f959b2b26049a5d5 | Fix for broken toolbars on first initialization of scroll rects | Fix for broken toolbars on first initialization of scroll rects
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/Scripts/UserInterface/ScrollRect/GMScrollRect.cs | mit | 1,587,459,579 | using System;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
using UnityEngine.UI;
using UserInterface.Scrollbar;
namespace UserInterface {
[AddComponentMenu(NamingHelper.ScrollRect.Name, 34)]
[SelectionBase]
[ExecuteInEditMode]
[DisallowMultipleComponent]
[RequireComp... | using System;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.EventSystems;
using UnityEngine.UI;
using UserInterface.Scrollbar;
namespace UserInterface {
[AddComponentMenu(NamingHelper.ScrollRect.Name, 34)]
[SelectionBase]
[ExecuteInEditMode]
[DisallowMultipleComponent]
[RequireComp... |
7db65732ce121dec150edaa44c90f6dbb9f0d0ab | Attempting to apply a license file to a snapshot build results… (#4639) | Attempting to apply a license file to a snapshot build results… (#4639)
Fixes #4611 | elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | tests/Tests.Core/ManagedElasticsearch/Clusters/XPackCluster.cs | apache-2.0 | 1,587,459,402 | using System;
using System.IO;
using Elastic.Managed.Ephemeral;
using Elastic.Stack.Artifacts.Products;
using Elastic.Xunit;
using Elasticsearch.Net;
using Nest;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.NodeSeeders;
using Tests.Core.ManagedElasticsearch.Tasks;
using Tests.Domain.Extensions;
... | using System;
using System.IO;
using Elastic.Managed.Ephemeral;
using Elastic.Stack.Artifacts.Products;
using Elastic.Xunit;
using Elasticsearch.Net;
using Nest;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.NodeSeeders;
using Tests.Core.ManagedElasticsearch.Tasks;
using Tests.Domain.Extensions;
... |
c185b67ed0551d61f04866ec4a927d1f5a957d15 | Adding UseStatusCodePages for disabling/enabling status code pages (ex: from IIS) | Adding UseStatusCodePages for disabling/enabling status code pages (ex: from IIS)
| JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,abryuk... | src/Umbraco.Web.UI.NetCore/Startup.cs | mit | 1,587,459,301 | using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Umbraco.Composing;
using Umbraco.Core;
using Umbraco.Core.Configurati... | using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Umbraco.Composing;
using Umbraco.Core;
using Umbraco.Core.Configurati... |
79b42900fd26b92880a30ce003820f48c486be22 | Clean spec folder before downloading a fresh copy (#4640) | Clean spec folder before downloading a fresh copy (#4640)
Alternative approach to #4638, keeping it isolated to RestSpecDownloader | elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | src/ApiGenerator/RestSpecDownloader.cs | apache-2.0 | 1,587,458,855 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using ApiGenerator.Configuration;
using CsQuery;
using ShellProgressBar;
namespace ApiGenerator
{
public class RestSpecDownloader
{
private static readonly ProgressBarOptions MainProgressBarOptions = new Progress... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using ApiGenerator.Configuration;
using CsQuery;
using ShellProgressBar;
namespace ApiGenerator
{
public class RestSpecDownloader
{
private static readonly ProgressBarOptions MainProgressBarOptions = new Progress... |
6d47c5e55f42e38c727184f9c25349db9a27b2bc | Add more hlvr entity keys | Add more hlvr entity keys
| SteamDatabase/ValveResourceFormat | ValveResourceFormat/Utils/EntityLumpKnownKeys.cs | mit | 1,587,458,778 | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -E -o -h -r "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*... | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -E -o -h -r "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*... |
c8c2b51108a1a0b80c80d5b846c2925231e80e3a | Remove redundant property set | Remove redundant property set
Co-Authored-By: Dean Herbert <1db828bcd41de75377dce59825af73ae7fca5651@ppy.sh>
| NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,587,458,679 | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... |
a82efa626e9d95f98ccad220f14a3ab4fdb76690 | Add XMLDoc for default hyper-dash colour constant | Add XMLDoc for default hyper-dash colour constant
| NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,587,458,679 | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... |
49aedabd5161b44b265865bcb89af74417f3973c | Add lock to wait for browser initialization | Add lock to wait for browser initialization
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp.Wpf/ChromiumWebBrowser.cs | bsd-3-clause | 1,587,457,012 | // Copyright © 2013 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Co... | // Copyright © 2013 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Co... |
a41ac50e2f052854032131e62d12407e6fd3242d | Line widths should not receive scale factor | Line widths should not receive scale factor
| NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu | osu.Game/Skinning/LegacyManiaSkinDecoder.cs | mit | 1,587,456,906 | // 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 System.Globalization;
using System.Linq;
using osu.Game.Beatmaps.Formats;
namespace osu.Game.Skinning
{... | // 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 System.Globalization;
using System.Linq;
using osu.Game.Beatmaps.Formats;
namespace osu.Game.Skinning
{... |
0a2b585c65ca963a1fac0eb917328f329b722d54 | Apply missing scale | Apply missing scale
| smoogipooo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu | osu.Game.Rulesets.Mania/Skinning/LegacyColumnBackground.cs | mit | 1,587,456,889 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;... |
b8a1831d98feb8fc6752a2755b66df55de66c832 | Read line widths from skin | Read line widths from skin
| ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu | osu.Game/Skinning/LegacySkin.cs | mit | 1,587,456,844 | // 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.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... | // 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.IO;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Audio;
usin... |
cfcfbd7fd1390af9bf5d943be9829b0c5dbf5c17 | Update core | Update core
| sunkaixuan/SqlSugar | Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Abstract/AdoProvider/AdoProvider.cs | apache-2.0 | 1,587,456,325 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threadi... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threadi... |
dd7aedce2b23ec681ba2d38e5e82e4c866508d80 | navigationhelper updates | navigationhelper updates
| dhindrik/TinyNavigationHelper | src/TinyNavigationHelper.Forms/ShellNavigationHelper.cs | mit | 1,587,454,544 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace TinyNavigationHelper.Forms
{
public class ShellNavigationHelper : FormsNavigationHelper
{
private List<string> routes = new List<string>();
private Dictionary<string,... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace TinyNavigationHelper.Forms
{
public class ShellNavigationHelper : FormsNavigationHelper
{
private List<string> routes = new List<string>();
private Dictionary<string,... |
16aab7a3cbd4a2d6d39cac14ea5f3f5b94c4480e | Refactoring | Refactoring
| dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CM... | src/Umbraco.Web.BackOffice/Filters/MinifyJavaScriptResultAttribute.cs | mit | 1,587,454,419 | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.Filters;
using Umbraco.Core.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Core.WebAssets;
using Umbraco.Web.Common.ActionResults;
namespace Umbraco.Web.BackOffice.Filters
{
public class MinifyJavaScriptResultAttribute : ActionFi... | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.Filters;
using Umbraco.Core.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Core.Runtime;
using Umbraco.Core.WebAssets;
using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.Common.ActionResults;
namespace Umbraco.Web.BackOffice... |
e9ec359016dce8b9836655eb83eaca4a56c6ff3d | CON-1640-update tests | CON-1640-update tests
CON-1
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.UnitTests/Services/Reservations/WhenIGetReservationWithTimeoutData.cs | mit | 1,587,454,256 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
using Newtonsoft.Json;
using NUnit.Framework;
using Polly;
using Polly.Registry;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Models.Reservations;
using SFA.D... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
using Newtonsoft.Json;
using NUnit.Framework;
using Polly;
using Polly.Registry;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Models.Reservations;
using SFA.D... |
384af6dd391489407a46041a23dfcf2aac5d9468 | CON-1640-add tests for reservations. | CON-1640-add tests for reservations.
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.UnitTests/Services/Reservations/WhenIGetReservationWithTimeoutData.cs | mit | 1,587,454,256 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Moq;
using Newtonsoft.Json;
using NUnit.Framework;
using Polly;
using Polly.Registry;
using Polly.Timeout;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Models.Reservations;
using SFA.DAS.EmployerAccounts.Se... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
using Newtonsoft.Json;
using NUnit.Framework;
using Polly;
using Polly.Registry;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Models.Reservations;
using SFA.D... |
7f2071ca98086f20b026b11b8a1e36ba650d73e3 | CON-1640-Integrate Polly | CON-1640-Integrate Polly
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts/Queries/GetReservations/GetReservationsRequestHandler.cs | mit | 1,587,454,255 | using System;
using System.Threading.Tasks;
using MediatR;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.HashingService;
using SFA.DAS.NLog.Logger;
using SFA.DAS.Validation;
namespace SFA.DAS.EmployerAccounts.Queries.GetReservations
{
public class GetReservationsRequestHandler : IAsyncRequestHandler<Ge... | using System;
using System.Threading.Tasks;
using MediatR;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.HashingService;
using SFA.DAS.NLog.Logger;
using SFA.DAS.Validation;
namespace SFA.DAS.EmployerAccounts.Queries.GetReservations
{
public class GetReserv... |
96d969a0dfd57da98c22b2dc41beb8c00161ce77 | CON-1640-add proper messages. | CON-1640-add proper messages.
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts/Queries/GetVacancies/GetVacanciesRequestHandler.cs | mit | 1,587,454,254 | using System;
using System.Threading.Tasks;
using MediatR;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.NLog.Logger;
using SFA.DAS.Validation;
namespace SFA.DAS.EmployerAccounts.Queries.GetVacancies
{
public class GetVacanciesRequestHandler : IAsyncRequest... | using System;
using System.Threading.Tasks;
using MediatR;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.NLog.Logger;
using SFA.DAS.Validation;
namespace SFA.DAS.EmployerAccounts.Queries.GetVacancies
{
public class GetVacanciesRequestHandler : IAsyncRequest... |
02b3231b812b714e4c0c21889fcddab7e2d971b7 | CON-1640-put back empty constructor | CON-1640-put back empty constructor
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Orchestrators/EmployerTeamOrchestrator.cs | mit | 1,587,454,254 | using AutoMapper;
using MediatR;
using SFA.DAS.EAS.Account.Api.Client;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Commands.ChangeTeamMemberRole;
using SFA.DAS.EmployerAccounts.Commands.CreateInvitation;
using SFA.DAS.EmployerAccounts.Commands.DeleteInvitation;
using SFA.DAS.EmployerAccounts.Co... | using AutoMapper;
using MediatR;
using SFA.DAS.EAS.Account.Api.Client;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Commands.ChangeTeamMemberRole;
using SFA.DAS.EmployerAccounts.Commands.CreateInvitation;
using SFA.DAS.EmployerAccounts.Commands.DeleteInvitation;
using SFA.DAS.EmployerAccounts.Co... |
d40bd1d832e171c322865c8e6505b5f9864a4cc6 | removed white spaces | removed white spaces
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Application/Queries/GetCohorts/GetCohortsHandlerTests.cs | mit | 1,587,453,893 | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Application.Queries.GetCohorts;
using SFA.DAS.CommitmentsV2.Dat... | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Application.Queries.GetCohorts;
using SFA.DAS.CommitmentsV2.Dat... |
278c7ba919c90b10987ca87140dbc84441d5b6ba | add NotNullIfNotNullAttribute to DefaultText | add NotNullIfNotNullAttribute to DefaultText
| AlejandroCano/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,signumsoftware/framework | Signum.Utilities/Extensions/StringExtensions.cs | mit | 1,587,453,703 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace Signum.Utilities
{
... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace Signum.Utilities
{
... |
1f0b7465e2410c8c69d16f31becd52e076602901 | Add back missing line | Add back missing line
| smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu | osu.Game.Rulesets.Osu/Mods/OsuModRelax.cs | mit | 1,587,452,800 | // 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.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects.Types;
using o... | // 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.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects.Types;
using o... |
b72cd8a50b592f71a854a6260eed70d3cd8fe7b4 | Fix log append | Fix log append
| jpdante/HTCSharp | HtcSharp.Core/Logging/FileLogger.cs | mit | 1,587,450,786 | using System;
using System.IO;
using System.Text;
using HtcSharp.Core.Logging.Abstractions;
namespace HtcSharp.Core.Logging {
public class FileLogger : FormattedLogger {
private readonly FileStream _fileStream;
private readonly StreamWriter _streamWriter;
public string FileName { get; }
... | using System;
using System.IO;
using System.Text;
using HtcSharp.Core.Logging.Abstractions;
namespace HtcSharp.Core.Logging {
public class FileLogger : FormattedLogger {
private readonly FileStream _fileStream;
private readonly StreamWriter _streamWriter;
public string FileName { get; }
... |
5d5f19e0e1c712a3a8064e609a257c70e881e461 | Changes generated by 90615f88149c40c2bd2be4888840d6484c0630b6 | Changes generated by 90615f88149c40c2bd2be4888840d6484c0630b6
| gocardless/gocardless-dotnet | GoCardless/Services/RedirectFlowService.cs | mit | 1,587,448,812 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
837ddc6cfeac90de63dbb2b30fa5032d113e1cd3 | Fix comment typo in HttpContextExtensions.cs (#4307) | Fix comment typo in HttpContextExtensions.cs (#4307)
migth -> might | MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4 | src/IdentityServer4/src/Extensions/HttpContextExtensions.cs | apache-2.0 | 1,587,447,724 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4.Configuration;
using IdentityServer4.Services;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInj... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4.Configuration;
using IdentityServer4.Services;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInj... |
855d3340f4da1be1ec4bbc3e099d282d396409e5 | Ensure UpdateManager is always disposed by wrapping it in a using block. | Ensure UpdateManager is always disposed by wrapping it in a using block.
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Wox.Core/Updater.cs | mit | 1,587,447,717 | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Sockets;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using JetBrains.Annotations;
using Squirrel;
using Newtonsoft.Json;
using Wox.Core.Resource;
using Wox.Plugin.SharedCommands;
using Wo... | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Sockets;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using JetBrains.Annotations;
using Squirrel;
using Newtonsoft.Json;
using Wox.Core.Resource;
using Wox.Plugin.SharedCommands;
using Wo... |
c6f6602d7d1be45fae17aca9b5f56f33c9368590 | Treat empty string ActionKeyword as global. This safeguards against the situation where the user enters an empty string action in the config. | Treat empty string ActionKeyword as global. This safeguards against the situation where the user enters an empty string action in the config.
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox.Core/Plugin/PluginManager.cs | mit | 1,587,446,491 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
namespace Wox.Cor... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
namespace Wox.Cor... |
9252b7876b6221c5a9cc3128de91796278a4d2dd | Don't serialise AllControlPoints | Don't serialise AllControlPoints
| peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu | osu.Game/Beatmaps/ControlPoints/ControlPointInfo.cs | mit | 1,587,445,103 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Bindables;
using osu.Framework.Lists;
namespace osu.Game.Be... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Bindables;
using osu.Framework.Lists;
namespace osu.Game.Be... |
c09dd1eb1423fa19efac2eb3c36871b8f7b8bfd0 | use null coalescing operator | use null coalescing operator
| swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization | examples/drawing/starfield/Starfield/Field.cs | mit | 1,587,443,460 | using System;
using System.Drawing;
namespace Starfield
{
public class Field
{
struct Star
{
public double x;
public double y;
public double size;
}
Random rand = new Random();
Star[] stars;
public Field(int starCount)
... | using System;
using System.Drawing;
namespace Starfield
{
public class Field
{
struct Star
{
public double x;
public double y;
public double size;
}
Random rand = new Random();
Star[] stars;
public Field(int starCount)
... |
88cdbc1e4b8f23e86933639a4c3a6a70950712ab | WinForms Folder Browser Dialog alternative was improved using Ookii.Dialogs | WinForms Folder Browser Dialog alternative was improved using Ookii.Dialogs
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Folder/FolderPluginSettings.xaml.cs | mit | 1,587,443,264 | using Ookii.Dialogs.Wpf;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Forms;
using DataFormats = System.Windows.DataFormats;
using DragDropEffects = System.Windows.DragDropEffects;
using DragEventArgs = System.Windows.DragEventArgs;
using MessageBox =... | using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Forms;
using DataFormats = System.Windows.DataFormats;
using DragDropEffects = System.Windows.DragDropEffects;
using DragEventArgs = System.Windows.DragEventArgs;
using MessageBox = System.Windows.MessageBo... |
fcd729a0da05d1c339e2b4b183ed5e134e8354a0 | Remove reduntand blank line | Remove reduntand blank line
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Wallets/P2pBlockProvider.cs | mit | 1,587,442,055 | using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasa... | using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasa... |
e79d08047d68842dba898859266265ed9b1b70bf | Log only if disconnect | Log only if disconnect
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Wallets/P2pBlockProvider.cs | mit | 1,587,441,219 | using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasa... | using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasa... |
18fada379187af91a953dd62f38e7fb73e70eb18 | Update project when .editorconfig files change | Update project when .editorconfig files change
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.MSBuild/ProjectManager.cs | mit | 1,587,440,660 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Threading.Tasks.Dataflow;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
usi... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Threading.Tasks.Dataflow;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
usi... |
42056d27d218067bf4dab745dd4fde436eacccdd | Remove flaky FlowControl_ParallelStreams_FirstInFirstOutOrder… (#21037) | Remove flaky FlowControl_ParallelStreams_FirstInFirstOutOrder… (#21037)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs | apache-2.0 | 1,587,440,642 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.H... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.H... |
3b0099c687edce710dfcac9ac2d8d0e1a67153f4 | Refactor tests | Refactor tests
| smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu | osu.Game.Tests/Visual/Gameplay/TestSceneCompletionCancellation.cs | mit | 1,587,439,603 | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Track;
using osu.Framework.Screens;
using osu.Framework.Testin... | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Track;
using osu.Framework.Screens;
using osu.Framework.Testin... |
c8906a0a1de4ec85afe3f58f23ce0c1aac48a287 | Make the json options protected for custom serializers to have access to it. | Make the json options protected for custom serializers to have access to it.
| thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet | Libraries/src/Amazon.Lambda.Serialization.SystemTextJson/DefaultLambdaJsonSerializer.cs | apache-2.0 | 1,587,438,815 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using Amazon.Lambda.Core;
using Amazon.Lambda.Serialization.SystemTextJson.Converters;
namespace Amazon.Lambda.Serialization.SystemTextJson
{
/// <summary>
/// Custom ILambdaSerializer implementation whi... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
using Amazon.Lambda.Core;
using Amazon.Lambda.Serialization.SystemTextJson.Converters;
namespace Amazon.Lambda.Serialization.SystemTextJson
{
/// <summary>
/// Custom ILambdaSerializer implementation whi... |
282d1001093ac757eac1e65933577d1ac035e9d7 | Fix XMLDoc references | Fix XMLDoc references
| ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,587,438,597 | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... |
9373520bca1ebc0f38d16bca5163eb9ed2e28a5c | Add constant for special colour of catcher on default skin | Add constant for special colour of catcher on default skin
| peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,587,437,977 | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... | // 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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... |
a91c63819b0f781f1fdba608aa398a6612bb2e61 | Refactor updateCompletionState implementation for legibility and code share | Refactor updateCompletionState implementation for legibility and code share
| smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,peppy/osu | osu.Game/Screens/Play/Player.cs | mit | 1,587,437,728 | // 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.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.S... | // 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.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.S... |
f86eb17fb4eaed4c5d7028f3948c5689194ec943 | [Helix] Install ef tool to work item root instead of globally (#21025) | [Helix] Install ef tool to work item root instead of globally (#21025)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | eng/helix/content/RunTests/TestRunner.cs | apache-2.0 | 1,587,436,382 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.CommandLine;
using System.IO;
using System.IO.Compression;
using System.Runtime.InteropServ... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.CommandLine;
using System.IO;
using System.IO.Compression;
using System.Runtime.InteropServ... |
175377083566e806e85eab86612848990bc3f931 | Add mising namespace to LeapCoreAssetsDetector | Add mising namespace to LeapCoreAssetsDetector
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Examples/Demos/HandTracking/Scripts/LeapCoreAssetsDetector.cs | mit | 1,587,430,670 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
using UnityEngine.UI;
namespace Microsoft.MixedReality.Toolkit.Examples.Demos
{
/// <summary>
/// Detects if the Leap Motion Data Provid... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Detects if the Leap Motion Data Provider can be used given the current unity project configuration and d... |
e66b65679c5c1e39a5c6531b04a70e3bc98303ee | Add various vector methos | Add various vector methos
| spriest487/spacetrader-utils | UnityExtensions.cs | mit | 1,587,429,895 | using UnityEngine;
namespace SpaceTrader.Util {
public static class UnityExtensions {
public static Vector2 XY(this Vector3 vector3) {
return new Vector2(vector3.x, vector3.y);
}
public static Vector2 XZ(this Vector3 vector3) {
return new Vector2(vector3.x, vector3... | using UnityEngine;
namespace SpaceTrader.Util {
public static class UnityExtensions {
public static Vector2 XY(this Vector3 vector3) {
return new Vector2(vector3.x, vector3.y);
}
public static Vector2 XZ(this Vector3 vector3) {
return new Vector2(vector3.x, vector3... |
b6f302069c94780f12df9529f3a2044e5fb38d03 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,587,428,335 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
073eb0e00dcadcf3b3ad2811079302024d8d1197 | Fixed: GetLoginItemSettingsAsync does not work #352 | Fixed: GetLoginItemSettingsAsync does not work #352
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.API/App.cs | mit | 1,587,423,659 | using ElectronNET.API.Entities;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace ElectronNET.API
{
/// <summary>
/// Control your application's event lifecycle.
/// </summary>
public se... | using ElectronNET.API.Entities;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace ElectronNET.API
{
/// <summary>
/// Control your application's event lifecycle.
/// </summary>
public se... |
2dd9f60dbce8ff6db01c1d1a2bf087b2faf5b6a3 | Fix issue with WatchDispose test that had a race condition that may result in test failing (#427) | Fix issue with WatchDispose test that had a race condition that may result in test failing (#427)
| kubernetes-client/csharp,kubernetes-client/csharp | tests/KubernetesClient.Tests/WatchTests.cs | apache-2.0 | 1,587,421,812 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using k8s.Exceptions;
using k8s.Models;
using k8s.Tests.Mock;
using Microsoft... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using k8s.Exceptions;
using k8s.Models;
using k8s.Tests.Mock;
using Microsoft... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.