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 |
|---|---|---|---|---|---|---|---|---|
2f1974684e82ac6dc1f757c507a4a0e94953dca9 | fix unit test. | fix unit test.
| jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Av... | tests/Avalonia.Controls.UnitTests/WindowTests.cs | mit | 1,589,569,132 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Avalonia.Layout;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.UnitTests;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class WindowTests
{
[Fact]
public void Setting... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Avalonia.Layout;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.UnitTests;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class WindowTests
{
[Fact]
public void Setting... |
8bcafad8a3bd1730afd6e94126a1ca9a07c4172f | Fixed ActivateTransientChildIfNeeded | Fixed ActivateTransientChildIfNeeded
| jkoritzinsky/Avalonia,akrisiun/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,wiesl... | src/Avalonia.X11/X11Window.cs | mit | 1,589,568,569 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... |
610286066ee92a5004c98f1b4825729bc02e354d | Apply suggestions from code review | Apply suggestions from code review
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,568,083 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
2a30a69e02bebae3ae6d1467109fff28ff5859dc | Better naming | Better naming
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Extensions/RPCClientExtensions.cs | mit | 1,589,568,046 | using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.BitcoinCore.Monitoring;
using WalletWasabi.Blockchain.Analysis.FeesEstimation;
using WalletWasabi.Hel... | using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.BitcoinCore.Monitoring;
using WalletWasabi.Blockchain.Analysis.FeesEstimation;
using WalletWasabi.Hel... |
71e1d8eed07fe6a230b47724c0bc87283b62a655 | Better naming | Better naming
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,567,936 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
779ca33ea4df671030374ebd41759d73c2847dbf | Fix the build | Fix the build
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,589,567,716 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using T... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using T... |
b228dac53725f83e50d44e15d3a0da1c51edb6e5 | Change testing server default port | Change testing server default port
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/TestingServer.cs | agpl-3.0 | 1,589,567,684 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host;
using Tgstation.Server.Host.Configuration;
using Tgstation.Server.Host.C... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host;
using Tgstation.Server.Host.Configuration;
using Tgstation.Server.Host.C... |
a6e74d9e8ab0c9e5ece868d4da670c6baf67103d | Minor logging | Minor logging
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,589,567,671 | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... |
cddafbc1b93af343a45538dc63d0d01ebad487c8 | Little Fix in Opacity Change | Little Fix in Opacity Change
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeystrokeDisplay.xaml.cs | apache-2.0 | 1,589,567,497 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.W... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.W... |
0f353769ec5b74540819315cac67f039a7b3681c | X11Window cleanup | X11Window cleanup
| SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Aval... | src/Avalonia.X11/X11Window.cs | mit | 1,589,566,843 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... |
108ad0ebacc9642259a7c66ce53a519aa60e39ac | InMemoryScheduler now removes from the active jobs the completed ones. Also, upon startup sets the StartedAt property and upon completion sets the EndedAt and PercentCompleted. | InMemoryScheduler now removes from the active jobs the completed ones. Also, upon startup sets the StartedAt property and upon completion sets the EndedAt and PercentCompleted.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Scheduling/InMemory/InMemoryScheduler.cs | mit | 1,589,565,354 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="InMemoryScheduler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proj... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="InMemoryScheduler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proj... |
c10a35a59b0d77592fefea4598706128e0ffab9e | Made OperationResult.Elapsed/PercentCompleted virtual to override in JobResult. | Made OperationResult.Elapsed/PercentCompleted virtual to override in JobResult.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/Operations/OperationResult.cs | mit | 1,589,565,277 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="OperationResult.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the projec... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="OperationResult.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the projec... |
385fceeaf6a7dcf9d3dee3398b3b7072f78da85e | Added SafeMibEntryBase<T>.TableAsSpan property and SafeMibTableHandle.AsReadOnlySpan method (for supported platforms) | Added SafeMibEntryBase<T>.TableAsSpan property and SafeMibTableHandle.AsReadOnlySpan method (for supported platforms)
| dahall/vanara | PInvoke/IpHlpApi/NetIOApi.cs | mit | 1,589,564,482 | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using System.Text;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Ws2_32;
namespace Vanara.PInvoke
{
public static partial class IpHlpApi
{... | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using System.Text;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Ws2_32;
namespace Vanara.PInvoke
{
public static partial class IpHlpApi
{... |
5c726943b31b0c19a2656e16f89d3b6b222d369c | Added IntPtr.AsSpan and IntPtr.AsReadOnlySpan extension methods | Added IntPtr.AsSpan and IntPtr.AsReadOnlySpan extension methods
| dahall/vanara | Core/Extensions/InteropExtensions.cs | mit | 1,589,564,411 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using System.Security;
using System.Security.Permissions;
using Vanara.Extensions.Reflection;
using Vanara.InteropServices;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using System.Security;
using System.Security.Permissions;
using Vanara.Extensions.Reflection;
using Vanara.InteropServices;
... |
e3e81dc11f22b543f5ee1eecbd09cfc76369acbf | tests(AtoZ):Changed setup on GetEntries for AtoZ | tests(AtoZ):Changed setup on GetEntries for AtoZ
| smbc-digital/iag-contentapi | test/StockportContentApiTests/Unit/Repositories/AtoZRepositoryTest.cs | mit | 1,589,563,913 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Contentful.Core;
using Contentful.Core.Models;
using FluentAssertions;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Moq;
using Stockpor... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Contentful.Core;
using Contentful.Core.Models;
using FluentAssertions;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Moq;
using Stockpor... |
a69f4fe3c4fee575d442b808a9d631355e0f5f02 | Uppercasesing prompt parameters to avoid broker failures (#1827) | Uppercasesing prompt parameters to avoid broker failures (#1827)
Co-authored-by: Trwalke <d58a5b2147617fcc60c80e58b5658fbafbb780a1@microsoft.com> | AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet | src/client/Microsoft.Identity.Client/Platforms/Android/AndroidBrokerHelper.cs | mit | 1,589,563,896 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Security.Cryptography.X509Certificates;
using Android.Accounts;
using Android.App;
using Android.Content;
using Android.OS;
using And... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Security.Cryptography.X509Certificates;
using Android.Accounts;
using Android.App;
using Android.Content;
using Android.OS;
using And... |
69b9135eb33b9d30aba8b9cf53d052178b9c5782 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,589,563,254 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
84918ac50c6e43dd8f6c3ee303d2fe4c966f3a3e | Update to version 1.3.4 (#94) | Update to version 1.3.4 (#94)
Co-authored-by: Ben Watson <c72791c10fd98ee51fd054dfdec646938ef0b7ae@microsoft.com> | maxwellb/Microsoft.IO.RecyclableMemoryStream,Microsoft/Microsoft.IO.RecyclableMemoryStream | src/Properties/AssemblyInfo.cs | mit | 1,589,563,159 | using System;
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: Ass... | using System;
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: Ass... |
e213a9745da46b02ab9c29b5949890aa9da7ca75 | Implement InitializePlatformData without calling Python | Implement InitializePlatformData without calling Python
| QuantConnect/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet | src/runtime/runtime.cs | mit | 1,589,562,973 | using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
namespace Python.Runtime
{
/// <summary>
/// Encapsulates the low-level Python C API. Note t... | using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
namespace Python.Runtime
{
/// <summary>
/// Encapsulates the low-level Python C API. Note t... |
7e8893ece304ae0c8e00ea697aff862e76334cc8 | Fix live update when TextDirection changes | Fix live update when TextDirection changes
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeystrokeDisplay.xaml.cs | apache-2.0 | 1,589,562,546 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.W... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows... |
eab53573cd273d5f9e3ef39641f54a8eb3375a30 | Fix topic response deserialization | Fix topic response deserialization
Fixes #990
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Interop/Topic/TopicResponse.cs | agpl-3.0 | 1,589,562,515 | using System.Collections.Generic;
namespace Tgstation.Server.Host.Components.Interop.Topic
{
/// <summary>
/// A response to a topic request.
/// </summary>
sealed class TopicResponse : DMApiResponse
{
/// <summary>
/// The text to reply with as the result of a <see cref="TopicCommandType.ChatCommand"/> requ... | using System.Collections.Generic;
namespace Tgstation.Server.Host.Components.Interop.Topic
{
/// <summary>
/// A response to a topic request.
/// </summary>
sealed class TopicResponse : DMApiResponse
{
/// <summary>
/// The text to reply with as the result of a <see cref="TopicCommandType.ChatCommand"/> requ... |
f1003fa3a5adca0f0bf8862e405f75c511c23414 | Fix discord provider kick NullReferenceException | Fix discord provider kick NullReferenceException
Fixes #989
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Chat/Providers/DiscordProvider.cs | agpl-3.0 | 1,589,562,008 | using Discord;
using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Components.Chat.Providers
{
/// <summary>
/// <see cref="IProvider"/> for the Discord a... | using Discord;
using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Components.Chat.Providers
{
/// <summary>
/// <see cref="IProvider"/> for the Discord a... |
cfcf4c2c508fbc4b22ef050d6760bf4fbd4f75ff | fix comment | fix comment
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,561,724 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
44218906e6086adffca030f3a3ddab31e4ee9feb | Update TheXamarinPodcast.cs | Update TheXamarinPodcast.cs | planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin | src/Firehose.Web/Authors/TheXamarinPodcast.cs | mit | 1,589,561,395 | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class TheXamarinPodcast : IAmACommunityMember, IAmAPodcast
{
public string FirstName => "The Xamarin";
public string LastName => "Podcast";
public string StateOrRe... | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class TheXamarinPodcast : IAmACommunityMember, IAmAPodcast
{
public string FirstName => "The Xamarin";
public string LastName => "Podcast";
public string StateOrRe... |
da8a35b3b657ac41d6698052769734bd335389c8 | Update MergeConflict.cs | Update MergeConflict.cs | planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin | src/Firehose.Web/Authors/MergeConflict.cs | mit | 1,589,561,382 | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class MergeConflict : IAmACommunityMember, IAmAPodcast
{
public string FirstName => "Merge";
public string LastName => "Conflict";
public string StateOrRegion => "... | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class MergeConflict : IAmACommunityMember, IAmAPodcast
{
public string FirstName => "Merge";
public string LastName => "Conflict";
public string StateOrRegion => "... |
19e34c3098b5907c2fa1b22c5cbb5c930812e87c | Release 5.8 | Release 5.8
| mikeyhalla/MenuTools | MenuTools/MenuToolsDirectoryBack.cs | mit | 1,589,561,022 | using MenuTools.Methods;
using MenuTools.Properties;
using Microsoft.Win32;
using SharpShell.Attributes;
using SharpShell.SharpContextMenu;
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace MenuTools
{
[... | using MenuTools.Methods;
using MenuTools.Properties;
using Microsoft.Win32;
using SharpShell.Attributes;
using SharpShell.SharpContextMenu;
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace MenuTools
{
[... |
e14ed0da15f3132c8de22b63b8c0293a71408043 | Disable Tray Icon on Application Exit. | Disable Tray Icon on Application Exit.
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/App.xaml.cs | apache-2.0 | 1,589,560,611 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;
using System.Runtime.Serialization.Json;
using System.Threading.Tasks;
using System.Windows;
using PxKeystrokesWPF;
namespace... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;
using System.Runtime.Serialization.Json;
using System.Threading.Tasks;
using System.Windows;
using PxKeystrokesWPF;
namespace... |
071bd3bd438b6a2a2b3b91ee8e4b17398f5abe1d | Fix PxKeystrokesUI project | Fix PxKeystrokesUI project
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesUi/KeystrokesDisplay.cs | apache-2.0 | 1,589,560,589 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using System.Windows.Forms;
using PxKeystrokesWPF;
namespace PxKeystrokesUi
{
public partial class Keystrokes... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using System.Windows.Forms;
using PxKeystrokesWPF;
namespace PxKeystrokesUi
{
public partial class Keystrokes... |
fe0b082321f3f3cb5bd64a6ccd324e24added884 | Add String.IndexOf to well known functions (#5342) | Add String.IndexOf to well known functions (#5342)
Reuse existing StringComparison parsing approach. | rainersigwald/msbuild,rainersigwald/msbuild,cdmihai/msbuild,mono/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,cdmihai/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,sean-gilliam/msbuild,sean-gill... | src/Build/Evaluation/Expander.cs | mit | 1,589,560,050 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeA... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeA... |
ee50a3b6b4d628b0d7bf394cda8cd39bdf574d92 | Only log tasks that fire (#5340) | Only log tasks that fire (#5340)
This prevents ETW begin-task/end-task events from firing when their conditions evaluate to false.
| rainersigwald/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,mono/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,mono/msbuild,sean-gilliam/msbu... | src/Build/BackEnd/Components/RequestBuilder/TaskBuilder.cs | mit | 1,589,559,993 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using System.Runtime.ExceptionServic... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection;
using System.Runtime.ExceptionServic... |
208dbadec6a1de60a5ce8d074db5d358697945bd | Fix for offset to line and column number computation: need to keep the original code around until just before sending to the client. https://github.com/kaby76/AntlrVSIX/issues/43 | Fix for offset to line and column number computation: need to keep the original code around until just before sending to the client. https://github.com/kaby76/AntlrVSIX/issues/43
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | Server/LanguageServerTarget.cs | mit | 1,589,558,708 | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... |
ff3c0756dd807d281368d48581fa5e39385a8878 | Fixed a long-standing bug with the LTS system, which could not be used more than once in a game session. | Fixed a long-standing bug with the LTS system, which could not be used
more than once in a game session.
| munawarb/Three-D-Velocity | TDV/w_LaserCannonSystem.cs | agpl-3.0 | 1,589,558,694 | /* This source is provided under the GNU AGPLv3 license. You are free to modify and distribute this source and any containing work (such as sound files) provided that:
* - You make available complete source code of modifications, even if the modifications are part of a larger project, and make the modified work availa... | /* This source is provided under the GNU AGPLv3 license. You are free to modify and distribute this source and any containing work (such as sound files) provided that:
* - You make available complete source code of modifications, even if the modifications are part of a larger project, and make the modified work availa... |
a5b9299694e07ae1be975caaedaf826a92a6b0eb | sdk: known spdx updated | sdk: known spdx updated
| peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie | src/Peachpie.NET.Sdk/SpdxHelpers.cs | apache-2.0 | 1,589,557,559 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Peachpie.NET.Sdk
{
/// <summary>
/// Helper methods for resolving SPDX license expressions.
/// </summary>
public static class SpdxHelpers
{
static readonly Dictionary<string, string> s_spdx_fix... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Peachpie.NET.Sdk
{
/// <summary>
/// Helper methods for resolving SPDX license expressions.
/// </summary>
public static class SpdxHelpers
{
static readonly Dictionary<string, string> s_spdx_fix... |
73e87c6a9c38e764de2ffafcd5b853b4d0606569 | fix(AtoZ): Set include to 0 on querybuilder,to not retrieve child references | fix(AtoZ): Set include to 0 on querybuilder,to not retrieve child references
| smbc-digital/iag-contentapi | src/StockportContentApi/Repositories/AtoZRepository.cs | mit | 1,589,557,467 | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... |
ce4941aef3c2de57382ccb81c964a112dc9d2a42 | preparing merge | preparing merge
| WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET | WasatchNET/MultiChannelWrapper.cs | mit | 1,589,557,317 | using System;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.Linq;
namespace WasatchNET
{
public enum X_AXIS_TYPE { PIXEL, WAVELENGTH, WAVENUMBER };
/// <summary>
/// Return type used by MultiChannelWrapper acquisitions, provided to bundle
/// x-axis and posit... | using System;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.Linq;
namespace WasatchNET
{
public enum X_AXIS_TYPE { PIXEL, WAVELENGTH, WAVENUMBER };
/// <summary>
/// Return type used by MultiChannelWrapper acquisitions, provided to bundle
/// x-axis and posit... |
7d079842dd211e690336bb22ef87c1b6c56ec93b | Reset Position Button Functionality | Reset Position Button Functionality
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/Settings1.xaml.cs | apache-2.0 | 1,589,556,827 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using S... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using S... |
5f424cb3903817c03b234d16ea426f0219eb3a9c | add some useful comments | add some useful comments
| OBeautifulCode/OBeautifulCode.Serialization | OBeautifulCode.Serialization.Json/SerializationConfiguration/JsonSerializationConfigurationBase/JsonSerializationConfigurationBase.cs | mit | 1,589,555,944 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="JsonSerializationConfigurationBase.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// ----------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="JsonSerializationConfigurationBase.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// ----------------------------------... |
85f30dc127efffbc7593931bba5f17c4b3cd004c | added missing ocean terrain type | added missing ocean terrain type
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/LeagueOfLegends/GSI/Nodes/MatchNode.cs | mit | 1,589,555,822 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.LeagueOfLegends.GSI.Nodes
{
public class MatchNode : Node<MatchNode>
{
public string GameMode;
public float GameTime;
public bool InGame;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.LeagueOfLegends.GSI.Nodes
{
public class MatchNode : Node<MatchNode>
{
public string GameMode;
public float GameTime;
public bool InGame;
... |
a2f492db84dd8fe8075ed5de8dca5e0c76ea18e6 | More general implementation of IsNone and IsIdentity. | More general implementation of IsNone and IsIdentity.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Extensions/GremlinQueryExtensions.cs | mit | 1,589,555,653 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQueryExtensions
{
public static ValueTask<TElement[]> ToArrayAsync<TElement>(this IGremlinQueryBase<TElement> query, Cance... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQueryExtensions
{
public static ValueTask<TElement[]> ToArrayAsync<TElement>(this IGremlinQueryBase<TElement> query, Cance... |
9369ad7fd470c8da47a8e96396f324cff921f64b | Announce hidden modules that should be announced after they're unhidden | Announce hidden modules that should be announced after they're unhidden
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/UI/TwitchModule.cs | mit | 1,589,555,485 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
using static NeedyComponent;
public class TwitchModule : MonoBehaviour
{
#region Public Fields
public CanvasGroup CanvasGroupMultiDecker { get => _data.canvasGroupMultiDecker; set =>... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
using static NeedyComponent;
public class TwitchModule : MonoBehaviour
{
#region Public Fields
public CanvasGroup CanvasGroupMultiDecker { get => _data.canvasGroupMultiDecker; set =>... |
29004117b6dae7b9cdee878a02b8c0e10a033184 | Draw operation bounds are Normalized. | Draw operation bounds are Normalized.
| grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Per... | src/Avalonia.Visuals/Rendering/SceneGraph/DrawOperation.cs | mit | 1,589,555,268 | using System;
using Avalonia.Media;
using Avalonia.Platform;
namespace Avalonia.Rendering.SceneGraph
{
/// <summary>
/// Base class for draw operations that have bounds.
/// </summary>
internal abstract class DrawOperation : IDrawOperation
{
public DrawOperation(Rect bounds, Matrix transfo... | using System;
using Avalonia.Media;
using Avalonia.Platform;
namespace Avalonia.Rendering.SceneGraph
{
/// <summary>
/// Base class for draw operations that have bounds.
/// </summary>
internal abstract class DrawOperation : IDrawOperation
{
public DrawOperation(Rect bounds, Matrix transfo... |
98be97787df1fde4ffca20005eb7606f570e651e | Remove banning | Remove banning
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,554,786 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
97cb89f442b94d38bcd6eac7425d162c069e4906 | Ban guilty Alices. | Ban guilty Alices.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,553,184 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
559b27cdc02411744b8f93e2363a243997b63102 | Improve deployment error message (#484) | Improve deployment error message (#484)
***NO_CI*** | nanoframework/nf-Visual-Studio-extension | source/VisualStudio.Extension/DeployProvider/DeployProvider.cs | mit | 1,589,552,877 | //
// Copyright (c) 2017 The nanoFramework project contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
using ICSharpCode.Decompiler;
using ICSharpCode.Decompiler.CSharp;
using Microsoft.VisualStudio.ProjectSystem;
... | //
// Copyright (c) 2017 The nanoFramework project contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
using ICSharpCode.Decompiler;
using ICSharpCode.Decompiler.CSharp;
using Microsoft.VisualStudio.ProjectSystem;
... |
bb1b779fc03dd324157954388a717dbca442e448 | Change backup job to run at 0600 EST | Change backup job to run at 0600 EST | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Jobs/JobHandler.cs | mit | 1,589,552,788 | using BatteryCommander.Web.Models;
using FluentScheduler;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Logging;
using System;
namespace BatteryCommander.Web.Jobs
{
internal static class JobHandler
{
public static void UseJobScheduler(this IApplicationBuilder app, ILoggerFactory logge... | using BatteryCommander.Web.Models;
using FluentScheduler;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Logging;
using System;
namespace BatteryCommander.Web.Jobs
{
internal static class JobHandler
{
public static void UseJobScheduler(this IApplicationBuilder app, ILoggerFactory logge... |
811b64821ea0430c20b82dc5f32ad3f6753c4d15 | Make Remove-all-items O(1) in lazy evaluation | Make Remove-all-items O(1) in lazy evaluation
In the special case where a remove operation removes all items like
```xml
<Compile Remove="@(Compile)" />
```
We currently have poor behavior because we match ("everything matches")
and then remove items one at a time. Instead, we can just empty out the
list.
Part of #... | rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,cdmihai/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,mono/msbuild,rainersigwald/msbuild,mono/msbuild,mono/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersig... | src/Build/Evaluation/LazyItemEvaluator.RemoveOperation.cs | mit | 1,589,551,903 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.Construction;
using Microsoft.Build.Execution;
using Microsoft.Build.Shared;
using System.Collections.Immutable;
using System.Linq;
namespace Mi... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.Construction;
using Microsoft.Build.Execution;
using Microsoft.Build.Shared;
using System.Collections.Immutable;
using System.Linq;
namespace Mi... |
23835b276183f90393f9356c04c1de45dbf0efa6 | nullref fix | nullref fix
| iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept | src/Peachpie.CodeAnalysis/Semantics/Model/GlobalSymbolProvider.cs | apache-2.0 | 1,589,551,582 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Pchp.CodeAnalysis.Symbols;
using System.Collections.Immutable;
using System.Diagnostics;
using Devsense.PHP.Syntax;
using Roslyn.Utilities;
using Pchp.CodeAnalysis.Uti... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Pchp.CodeAnalysis.Symbols;
using System.Collections.Immutable;
using System.Diagnostics;
using Devsense.PHP.Syntax;
using Roslyn.Utilities;
using Pchp.CodeAnalysis.Uti... |
d40892c20c15942bf43f491c8c9057a590530a06 | unnecessary nullable check | unnecessary nullable check
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Host/MSBuild/Discovery/Extensions.cs | mit | 1,589,551,176 | using System.IO;
using Microsoft.Extensions.Logging;
namespace OmniSharp.MSBuild.Discovery
{
internal static class Extensions
{
public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger)
{
var bestInstanceFound = GetBestInstance(msbuildLocator, ... | using System.IO;
using Microsoft.Extensions.Logging;
namespace OmniSharp.MSBuild.Discovery
{
internal static class Extensions
{
public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger)
{
var bestInstanceFound = GetBestInstance(msbuildLocator, ... |
dcfb203ec34220255d6df20be3e68e52308d1327 | improved MsBuild selection | improved MsBuild selection
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Host/MSBuild/Discovery/Extensions.cs | mit | 1,589,551,174 | using System.IO;
using Microsoft.Extensions.Logging;
namespace OmniSharp.MSBuild.Discovery
{
internal static class Extensions
{
public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger)
{
var bestInstanceFound = GetBestInstance(msbuildLocator, ... | using System.IO;
using Microsoft.Extensions.Logging;
namespace OmniSharp.MSBuild.Discovery
{
internal static class Extensions
{
public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger)
{
var bestInstanceFound = GetBestInstance(msbuildLocator, ... |
fd165b5cbc3aec6dac61dae68d376e65db73e915 | added msbuild selection test | added msbuild selection test
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | tests/OmniSharp.MSBuild.Tests/MSBuildSelectionTests.cs | mit | 1,589,551,174 | using System;
using OmniSharp.MSBuild.Discovery;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.MSBuild.Tests
{
public class MSBuildSelectionTests : AbstractTestFixture
{
public MSBuildSelectionTests(ITestOutputHelper output)
: base(output)
{
}... | using System;
using OmniSharp.MSBuild.Discovery;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.MSBuild.Tests
{
public class MSBuildSelectionTests : AbstractTestFixture
{
public MSBuildSelectionTests(ITestOutputHelper output)
: base(output)
{
}... |
366eb64b6f03ca0eb68701f06bbd63c0666a7ab4 | Fix error in materialtrader when doing consecutive trades | Fix error in materialtrader when doing consecutive trades
Not taking into account previous trades when working out if you can trade.
| EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery | EDDiscovery/UserControls/EngineeringSynthesis/UserControlMaterialTrader.cs | apache-2.0 | 1,589,550,859 | /*
* Copyright © 2016 - 2019 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | /*
* Copyright © 2016 - 2019 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
bc87c33babfb90afc25d3c8bfa94dd90e4b426fa | 修正一处删除资源时的异常 | 修正一处删除资源时的异常
| GameFramework/GameFramework,EllanJiang/GameFramework | GameFramework/Resource/ResourceManager.ResourceChecker.cs | mit | 1,589,550,594 | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
using System.Collecti... | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
using System.Collecti... |
110b5da94c3ca6f11d84924db48edf873fc6c3e6 | Update to explicit throw at Random.Retrieve fail | Update to explicit throw at Random.Retrieve fail
| lucas-miranda/Raccoon | Raccoon/Util/Random.cs | mit | 1,589,549,553 | using System.Collections.Generic;
using Raccoon.Graphics;
namespace Raccoon.Util {
/// <summary>
/// Provides a set of Random generation utility methods.
/// </summary>
public static class Random {
private static int _seedValue;
private static System.Random _rand = new System.Random(... | using System.Collections.Generic;
using Raccoon.Graphics;
namespace Raccoon.Util {
/// <summary>
/// Provides a set of Random generation utility methods.
/// </summary>
public static class Random {
private static int _seedValue;
private static System.Random _rand = new System.Random(... |
9863199ca9666bcf2b69e4930958b5de9ba413ce | Better test. | Better test.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,549,484 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
bc4242d060ed09761e6409457004f154253aa968 | [Classifier] Fixed problem that functions after a class would not have a region (except for the last one) | [Classifier] Fixed problem that functions after a class would not have a region (except for the last one)
| X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic | VisualStudio/XSharpColorizer/XSharpClassifier.cs | apache-2.0 | 1,589,548,550 | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using Microsoft.V... | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using Microsoft.V... |
77100c1a21fba0df56aff5638a4c7c74fd84791d | added Execute overloads for Func with 3 parameters | added Execute overloads for Func with 3 parameters
| OBeautifulCode/OBeautifulCode.Reflection | OBeautifulCode.Reflection.Recipes/AppDomainHelper/AppDomainHelper.cs | mit | 1,589,547,817 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelper.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelper.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... |
fbe2a8fc1f41727c22f9dc6c46df2413a1a49291 | [VsIntegration] Fixed problem with dropdown member when cursor is before first entity in the file | [VsIntegration] Fixed problem with dropdown member when cursor is before first entity in the file
| X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic | VisualStudio/ProjectPackage/LanguageService/XSharpTypeAndMemberDropDownBars.cs | apache-2.0 | 1,589,547,255 | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.Package;
using System.Collections;
using Microsoft.VisualStudio.T... | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.Package;
using System.Collections;
using Microsoft.VisualStudio.T... |
4bf4c24474134344f8a1008afb1427bccdfffc21 | FTV-578 Cleanup the inspector for Alembic Stream Player (#319) | FTV-578 Cleanup the inspector for Alembic Stream Player (#319)
Revert "FTV-578 Cleanup the inspector for Alembic Stream Player"
This reverts commit 56cec9d3794ab0ef91066608db94554c71dab94d. | unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter | com.unity.formats.alembic/Editor/Importer/AlembicStreamPlayerEditor.cs | mit | 1,589,546,975 | using System;
using UnityEngine;
using UnityEditor;
using UnityEngine.Formats.Alembic.Importer;
namespace UnityEditor.Formats.Alembic.Importer
{
[CustomEditor(typeof(AlembicStreamPlayer)), CanEditMultipleObjects]
internal class AlembicStreamPlayerEditor : Editor
{
public override void OnInspectorGU... | using System;
using UnityEngine;
using UnityEditor;
using UnityEngine.Formats.Alembic.Importer;
namespace UnityEditor.Formats.Alembic.Importer
{
[CustomEditor(typeof(AlembicStreamPlayer)), CanEditMultipleObjects]
internal class AlembicStreamPlayerEditor : Editor
{
bool m_foldMisc = false;
... |
e067e5fd352a34f901015a87e2dd355fe7159421 | https://pt.stackoverflow.com/q/202847/101 | https://pt.stackoverflow.com/q/202847/101 | maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt | Java/Math/Fibonacci.cs | mit | 1,589,546,942 | class Main {
public static void main(String[] args) {
int termo1 = 1;
int termo2 = 2;
int soma = 0;
while (termo2 < 100000) {
int novoTermo = termo1 + termo2;
if (novoTermo % 2 == 0) {
soma += novoTermo;
}
termo1 = termo... | class HelloWorld {
public static void main(String[] args) {
int termo1 = 1;
int termo2 = 2;
int soma = 0;
while (termo2 < 100000) {
int novoTermo = termo1 + termo2;
if (novoTermo % 2 == 0) {
soma += novoTermo;
}
termo1 =... |
f4245a1113890fc9fcc3146cc0dae4deba44dd8e | Add helper methods to get the length of various types of syntax nodes without their leading trivia. | Add helper methods to get the length of various types of syntax nodes without their leading trivia.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,546,905 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
30aabcaaed3bc0818cfcc1e71f7ebee6019a62ea | Added Equals(TStruct) method to SafeMemStruct to prevent boxing when comparing. (Thanks @NN) | Added Equals(TStruct) method to SafeMemStruct to prevent boxing when comparing. (Thanks @NN)
| dahall/vanara | Core/InteropServices/SafeMemStruct.cs | mit | 1,589,546,815 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.PInvoke;
#if ALLOWSPAN
using System.Buffers;
#endif
namespace Vanara.InteropServices
{
/// <summary>Base abstract class for a structure handler based on ... | using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.PInvoke;
#if ALLOWSPAN
using System.Buffers;
#endif
namespace Vanara.InteropServices
{
/// <summary>Base abstract class for a structure handler based on <see cref="SafeMemoryHandle{TMem}"... |
e74c0f4a10117e9eba47024ebf1413df45f1131d | Add GetCurrentTriviaStartPosition utility. | Add GetCurrentTriviaStartPosition utility.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,546,231 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
e03cd64bd63962330de2a201ac3cd9567dcf440a | Sortering av avtalslista på offert. Rabatt kom inte på slutet... | Sortering av avtalslista på offert. Rabatt kom inte på slutet...
| erlingsjostrom/TSS,erlingsjostrom/TSS | TESS/Controllers/Offers/CustomerOfferController.cs | mit | 1,589,546,226 | using Rotativa.MVC;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Dynamic;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
using System.Web.Mvc;
using System.Web.Script.Seri... | using Rotativa.MVC;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Dynamic;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
using System.Web.Mvc;
using System.Web.Script.Seri... |
6416ace70d07f8a5d67bfd469ee93e73f1af5266 | fixed indent | fixed indent
| UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu | osu.Game/Graphics/Containers/SectionsContainer.cs | mit | 1,589,545,865 | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... |
a9a8c452262efe07df57fb9c0aa6c6c213dba9f3 | Fix the https middleware. | Fix the https middleware.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex.Web/Pipeline/EnforceHttpsMiddleware.cs | mit | 1,589,545,228 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... |
9bc1255a425756375589fa4ef399eaf62cf60d78 | Sync shared code from runtime (#21866) | Sync shared code from runtime (#21866)
Co-authored-by: github-actions[bot] <17973dcf2e10b67f63417c88ca4c460b2c9439f2@users.noreply.github.com> | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Shared/runtime/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs | apache-2.0 | 1,589,545,157 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.IO;
using System.Net.Security;
using System.Runtime.InteropServices;
using System.Secu... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.IO;
using System.Net.Security;
using System.Runtime.InteropServices;
using System.Secu... |
89e2b495e8c143a4d1164e306212baafa5ebb76e | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,589,545,082 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
39e4ad1acd8e32920e1a6f8b16684d7c8d954ea6 | Correct typo in process name Analyse_CountRecordDefinitionOccurrences | Correct typo in process name Analyse_CountRecordDefinitionOccurrences
ARKADE-428 | arkivverket/arkade5,arkivverket/arkade5 | src/Arkivverket.Arkade.Core/Base/Addml/Processes/A_04_AnalyseCountRecordDefinitionOccurences.cs | agpl-3.0 | 1,589,544,974 | using System.Collections.Generic;
using Arkivverket.Arkade.Core.Base.Addml.Definitions;
using Arkivverket.Arkade.Core.Resources;
using Arkivverket.Arkade.Core.Testing;
using Arkivverket.Arkade.Core.Util;
namespace Arkivverket.Arkade.Core.Base.Addml.Processes
{
public class A_04_AnalyseCountRecordDefinitionOccurenc... | using System.Collections.Generic;
using Arkivverket.Arkade.Core.Base.Addml.Definitions;
using Arkivverket.Arkade.Core.Resources;
using Arkivverket.Arkade.Core.Testing;
using Arkivverket.Arkade.Core.Util;
namespace Arkivverket.Arkade.Core.Base.Addml.Processes
{
public class A_04_AnalyseCountRecordDefinitionOccurenc... |
045ee143187199ec7f2aa21b1ad25fc4be856249 | Line Height via Margin instead of label height to prevent clipping | Line Height via Margin instead of label height to prevent clipping
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeystrokeDisplay.xaml.cs | apache-2.0 | 1,589,544,621 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows... |
be0599654b8cfe94cf517703c1003a6083e1000f | fix: Set custom Metadata on upload | fix: Set custom Metadata on upload
| mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati | Duplicati.Library.Backend.Tardigrade/TardigradeBackend.cs | lgpl-2.1 | 1,589,544,415 | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
using uplink.NET.Services;
namespace Dupl... | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
using uplink.NET.Services;
namespace Dupl... |
9431bb44b52e60a7b22d6c3cf0b4b0ae36d1b831 | Made sure the correct scopes are requested | Made sure the correct scopes are requested
| JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET | SpotifyAPI.Web.Examples/CLI/Program.cs | mit | 1,589,544,327 | using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using System;
using SpotifyAPI.Web.Auth;
using SpotifyAPI.Web.Http;
using SpotifyAPI.Web;
using System.Collections.Generic;
using Newtonsoft.Json;
using static SpotifyAPI.Web.Scopes;
namespace CLI
{
/// <summary>
/// This is a basic exampl... | using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using System;
using SpotifyAPI.Web.Auth;
using SpotifyAPI.Web.Http;
using SpotifyAPI.Web;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace CLI
{
/// <summary>
/// This is a basic example how to get user access using the A... |
c55eb8335135359ee20ee7a3900392b35981b6da | last section gets selected when scrolling to bottom of list | last section gets selected when scrolling to bottom of list
| UselessToucan/osu,ppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,peppy/osu,smoogipoo/osu | osu.Game/Graphics/Containers/SectionsContainer.cs | mit | 1,589,544,225 | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... |
aad9a05781fbc4221e2414af2c0e90d0f43ace25 | Replace TagSectionAndMoveTreeAndResult with ParseTree<PgnGameSyntax>. | Replace TagSectionAndMoveTreeAndResult with ParseTree<PgnGameSyntax>.
| PenguinF/sandra-three | Sandra.Chess/Tests/ParseTrees.cs | apache-2.0 | 1,589,544,151 | #region License
/*********************************************************************************
* ParseTrees.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | #region License
/*********************************************************************************
* ParseTrees.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... |
33f07c5f875e9263b4bbdf1f15935b62d093ec54 | Make EstimateSmartFee more resilient to shitcoinery | Make EstimateSmartFee more resilient to shitcoinery
| MetacoSA/NBitcoin,NicolasDorier/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin | NBitcoin/RPC/RPCClient.cs | mit | 1,589,543,261 | #if !NOJSONNET
using NBitcoin.Crypto;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Ne... | #if !NOJSONNET
using NBitcoin.Crypto;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Ne... |
fbf29dac85f07c75ec8221b426035644253742a4 | [CON-1775] Only show course name if apprentice is added to the cohort. If not, do not fall back to reservation course name as there is no tangible link between the reservation and the cohort until an apprentice is added. | [CON-1775] Only show course name if apprentice is added to the cohort. If not, do not fall back to reservation course name as there is no tangible link between the reservation and the cohort until an apprentice is added.
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Controllers/EmployerTeamController.cs | mit | 1,589,542,694 | using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Authorization.Services;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Models;
using SFA.DAS.EmployerAccounts.Web.Extensions;
using SFA.DAS.EmployerAccounts.Web.Helpers;
using SFA.DAS.EmployerAccounts.Web... | using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Authorization.Services;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Models;
using SFA.DAS.EmployerAccounts.Web.Extensions;
using SFA.DAS.EmployerAccounts.Web.Helpers;
using SFA.DAS.EmployerAccounts.Web... |
2dad9e8ce0aadc44ea3f6e18378ca39363809c5b | Brought back framework param into build. Using framework version from martenbuild.csproj | Brought back framework param into build. Using framework version from martenbuild.csproj
| ericgreenmix/marten,mdissel/Marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten,mysticmind/marten,JasperFx/Marten,JasperFx/Marten,mdissel/Marten,ericgreenmix/marten | martenbuild.cs | mit | 1,589,542,594 | using System;
using System.IO;
using System.Reflection;
using System.Runtime.Versioning;
using System.Threading;
using Npgsql;
using static Bullseye.Targets;
using static SimpleExec.Command;
using static Westwind.Utilities.FileUtils;
namespace martenbuild
{
internal class MartenBuild
{
private const st... | using System;
using System.IO;
using System.Threading;
using Npgsql;
using static Bullseye.Targets;
using static SimpleExec.Command;
using static Westwind.Utilities.FileUtils;
namespace martenbuild
{
internal class MartenBuild
{
private const string BUILD_VERSION = "3.11.0";
private const stri... |
787a83465d18ca6cabc5c8acdae84260e97c6b84 | Multi-tenancy tests are parallel friendly | Multi-tenancy tests are parallel friendly
| ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,JasperFx/Marten,mdissel/Marten,ericgreenmix/marten,mysticmind/marten,mdissel/Marten,mysticmind/marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten | src/Marten.Testing/MultiTenancy/can_generate_database_objects_when_tenanted.cs | mit | 1,589,542,594 | using System;
using System.Linq;
using Marten.Storage;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.MultiTenancy
{
[Collection("multi_tenancy")]
public class can_generate_database_objects_when_tenanted : OneOffConfigurationsContext
{
... | using System;
using System.Linq;
using Marten.Storage;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.MultiTenancy
{
public class can_generate_database_objects_when_tenanted
{
[Fact]
public void do_not_blow_up()
{
... |
cc4489946443bbbe3999c938707800647b78a02f | Removed hardcoded framework version in martenbuild config | Removed hardcoded framework version in martenbuild config
| ericgreenmix/marten,mdissel/Marten,JasperFx/Marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,JasperFx/Marten,mysticmind/marten,mdissel/Marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten | martenbuild.cs | mit | 1,589,542,594 | using System;
using System.IO;
using System.Threading;
using Npgsql;
using static Bullseye.Targets;
using static SimpleExec.Command;
using static Westwind.Utilities.FileUtils;
namespace martenbuild
{
internal class MartenBuild
{
private const string BUILD_VERSION = "3.11.0";
private const stri... | using System;
using System.IO;
using System.Threading;
using Npgsql;
using static Bullseye.Targets;
using static SimpleExec.Command;
using static Westwind.Utilities.FileUtils;
namespace martenbuild
{
internal class MartenBuild
{
private const string BUILD_VERSION = "3.11.0";
private const stri... |
7c1a2d25991a6d9a6be332aa2c3543ba12b96664 | turned off parallel test runs again | turned off parallel test runs again
| JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,ericgreenmix/marten,mysticmind/marten,mdissel/Marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten,JasperFx/Marten,mdissel/Marten,JasperFx/Marten | src/Marten.Testing/Properties/AssemblyInfo.cs | mit | 1,589,542,594 | using Xunit;
// 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: CollectionBehavior(DisableTestParallelization = true)]
| using Xunit;
// 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: CollectionBehavior(DisableTestParallelization = true)]
|
e8d47ac9ce2ea4cf0e4c59f0d81194c79732635e | Added test case for Any in inner collection | Added test case for Any in inner collection
| mdissel/Marten,mysticmind/marten,JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten,mdissel/Marten,JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,ericgreenmix/marten | src/Marten.Testing/Linq/query_with_inner_query_with_global_CollectionStorage_WithArray.cs | mit | 1,589,542,594 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.Linq
{
public class TypeWithInnerCollections
{
public Guid Id { get; set; }
public ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.Linq
{
public class TypeWithInnerCollections
{
public Guid Id { get; set; }
public ... |
5256d4c8850ec5869288aaf16a6a9e300aa7908d | Update hardcoded reference to GrilleDestroyed.asset | Update hardcoded reference to GrilleDestroyed.asset
| krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Tilemaps/Behaviours/TilemapDamage.cs | agpl-3.0 | 1,589,542,301 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.Profiling;
using UnityEngine.Tilemaps;
using Random = UnityEngine.Random;
/// <summary>
/// The level of damage that a window has received
/// </summary>
public enum WindowDamageLev... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.Profiling;
using UnityEngine.Tilemaps;
using Random = UnityEngine.Random;
/// <summary>
/// The level of damage that a window has received
/// </summary>
public enum WindowDamageLev... |
bbd474c937c8ea464b43095bc2a2edf10efc838d | CA-339331: Skip uses deferred execution and needs enumeration. Also: | CA-339331: Skip uses deferred execution and needs enumeration. Also:
Ensure we always initialise the errorDescription.
Removed redundant call to base constructor.
Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
| xapi-project/xen-api-sdk,kc284/xen-api-sdk,xapi-project/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk,xapi-project/xen-api-sdk,xapi-project/xen-api-sdk,xapi-project/xen-api-sdk,kc284/xen-api-sdk,xapi-project/xen-api-sdk,xapi-project/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk | csharp/autogen/src/Failure.cs | bsd-2-clause | 1,589,542,246 | /*
* 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:
*
* 1) Redistributions of source code must retain the above copyright
* notice, this li... | /*
* 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:
*
* 1) Redistributions of source code must retain the above copyright
* notice, this li... |
0fd9d89003bfddfa9a9d87c3bef6b88acab20fea | Fix alternate cell configuration values when there are null values (#205) | Fix alternate cell configuration values when there are null values (#205)
Manage null values for cell alternate configuration | EconocomGrenoble/MvvX.Plugins.Open-XML-SDK,EconocomGrenoble/MvvX.Plugins.Open-XML-SDK | OpenXMLSDK.Engine/Word/ReportEngine/Renders/CellExtensions.cs | mit | 1,589,541,380 | using System;
using System.Globalization;
using System.Linq;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing;
using OpenXMLSDK.Engine.Platform.Word.Extensions;
using OpenXMLSDK.Engine.ReportEngine.DataContext;
using OpenXMLSDK.Engine.Word.ReportEngine.M... | using System;
using System.Globalization;
using System.Linq;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing;
using OpenXMLSDK.Engine.Platform.Word.Extensions;
using OpenXMLSDK.Engine.ReportEngine.DataContext;
using OpenXMLSDK.Engine.Word.ReportEngine.M... |
368fe06fd4620cf046227711a46974c0c7719bb5 | I fixed error in Violation.ToString() - there was used String.Format when not necessary | I fixed error in Violation.ToString() - there was used String.Format when not necessary
| synergy-software/synergy.framework,synergy-software/synergy.framework | Contracts/Synergy.Contracts/Failures/Violation.cs | mit | 1,589,540,653 | using System;
using System.Globalization;
using JetBrains.Annotations;
namespace Synergy.Contracts
{
/// <summary>
/// Holds violation message.
/// </summary>
public struct Violation
{
[NotNull]
private readonly string message;
[NotNull]
private readonly object[] a... | using System;
using System.Globalization;
using JetBrains.Annotations;
namespace Synergy.Contracts
{
/// <summary>
/// Holds violation message.
/// </summary>
public struct Violation
{
[NotNull]
private readonly string message;
[NotNull]
private readonly object[] a... |
b7a0228e5010c96883ec71eb9923531362df0e13 | [CON-1775] Reservation count check added back in but less than 2 to ensure we don't display this panel if multiple reservations exist | [CON-1775] Reservation count check added back in but less than 2 to ensure we don't display this panel if multiple reservations exist
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Orchestrators/EmployerTeamOrchestrator.cs | mit | 1,589,540,631 | using AutoMapper;
using MediatR;
using SFA.DAS.Common.Domain.Types;
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.DeleteInvitatio... | using AutoMapper;
using MediatR;
using SFA.DAS.Common.Domain.Types;
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.DeleteInvitatio... |
de085875f18532695ecd366ea20c1630085b6f7b | Fix for https://github.com/kaby76/AntlrVSIX/issues/46 | Fix for https://github.com/kaby76/AntlrVSIX/issues/46
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | Server/LanguageServerTarget.cs | mit | 1,589,540,596 | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... |
f34288e2b77e5613eb39eb272f87a58f6ebf3da9 | Store colour internally as a Vector4 for performance | Store colour internally as a Vector4 for performance
| EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smo... | osu.Framework/Graphics/Colour4.cs | mit | 1,589,540,500 | // 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.Numerics;
using osuTK.Graphics;
namespace osu.Framework.Graphics
{
/// <summary>
/// Represents an RGBA colour in the linear colour sp... | // 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 osuTK.Graphics;
namespace osu.Framework.Graphics
{
/// <summary>
/// Represents an RGBA colour in the linear colour space, having colour comp... |
4ead80c99c70534a319a67b5dab7db16c7f6c2bb | Make Plugin.Path be virtual | Make Plugin.Path be virtual
| AntShares/AntShares | src/neo/Plugins/Plugin.cs | mit | 1,589,539,642 | using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using static System.IO.Path;
namespace Neo.Plugins
{
public abstract class Plugin : IDisposable
{
public static readonly List<Pl... | using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using static System.IO.Path;
namespace Neo.Plugins
{
public abstract class Plugin : IDisposable
{
public static readonly List<Pl... |
de7c30ac7799b8e8269953bc5f9bf23ceead58c3 | Update EncryptBehavior.cs | Update EncryptBehavior.cs
| SimonCropp/Newtonsoft.Json.Encryption | src/NServiceBus.Newtonsoft.Encryption/Pipeline/EncryptBehavior.cs | mit | 1,589,539,424 | using System;
using System.Threading.Tasks;
using Newtonsoft.Json.Encryption;
using NServiceBus.Pipeline;
class EncryptBehavior :
IBehavior<IOutgoingLogicalMessageContext, IOutgoingLogicalMessageContext>
{
EncryptionFactory factory;
EncryptStateBuilder stateBuilder;
public EncryptBehavior(EncryptionFa... | using System;
using System.Threading.Tasks;
using Newtonsoft.Json.Encryption;
using NServiceBus.Pipeline;
class EncryptBehavior :
IBehavior<IOutgoingLogicalMessageContext, IOutgoingLogicalMessageContext>
{
EncryptionFactory factory;
EncryptStateBuilder stateBuilder;
public EncryptBehavior(EncryptionFa... |
43c8b790d584b369f3cde13b7025262dbd78b061 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,539,013 | #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-... |
87a26f7b6fb6a4be464915be33ddb27eae060f23 | AB6455 - Cleanup and added TODO to ensure we get this tested | AB6455 - Cleanup and added TODO to ensure we get this tested
| umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,arknu/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Um... | src/Umbraco.Web.Website/ActionResults/UmbracoPageResult.cs | mit | 1,589,538,277 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Abstractions;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEng... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEngines;
using Microsoft.AspNetCore.Mvc.ViewFeat... |
55644c4b7b74ead4cc6b2434d23bd37e1faf3974 | Store the GreenPgnGameListSyntax as a property in PgnGameListSyntax. | Store the GreenPgnGameListSyntax as a property in PgnGameListSyntax.
| PenguinF/sandra-three | Sandra.Chess/Pgn/RootPgnSyntax.cs | apache-2.0 | 1,589,538,167 | #region License
/*********************************************************************************
* RootPgnSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | #region License
/*********************************************************************************
* RootPgnSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
8802ca979a200572f074c47b7d90dd012a2581af | Fix name--unfold not fold. Unfold means to replace an applied occurrence with the RHS of the rule for the defining occurrence. | Fix name--unfold not fold. Unfold means to replace an applied occurrence with the RHS of the rule for the defining occurrence.
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | Server/LanguageServerTarget.cs | mit | 1,589,538,048 | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... |
c1479b2aa49284865938c2b286c86cecb82af431 | Pass the GreenPgnGameListSyntax as a parameter to PgnSyntaxNodes. | Pass the GreenPgnGameListSyntax as a parameter to PgnSyntaxNodes.
| PenguinF/sandra-three | Sandra.Chess/Pgn/RootPgnSyntax.cs | apache-2.0 | 1,589,537,683 | #region License
/*********************************************************************************
* RootPgnSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | #region License
/*********************************************************************************
* RootPgnSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
5cc88fbb9edbfde082ae3f55dc63967f6c24d16e | Proof of concept of a hack to apply versioning with transforms--cache new code after transform, send changes to client, ignore client request to edit file, but only one change request. https://github.com/kaby76/AntlrVSIX/issues/43 | Proof of concept of a hack to apply versioning with transforms--cache new code after transform, send changes to client, ignore client request to edit file, but only one change request. https://github.com/kaby76/AntlrVSIX/issues/43
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | Server/LanguageServerTarget.cs | mit | 1,589,537,458 | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... |
d7ee7045f5c4d4da64b9d81bc87d9999b1e34911 | Add switch to PreserveDirectoryRoot | Add switch to PreserveDirectoryRoot
| thoemmi/7Zip4Powershell,thoemmi/7Zip4Powershell | 7Zip4Powershell/Compress7Zip.cs | lgpl-2.1 | 1,589,536,108 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... |
9b6525bb03a09323b38ec1e2296d63ce1a73a5d8 | Fix applied platform/user offsets being incorrect when rate adjust mods are active | Fix applied platform/user offsets being incorrect when rate adjust mods are active
| smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu | osu.Game/Screens/Play/GameplayClockContainer.cs | mit | 1,589,535,887 | // 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 System.Threading.Tasks;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.... |
8c5605ff55c701cea7b7731b6336194eec103a8b | Add new utility extension method `GetVisualStudioVCRedistVersion` | Add new utility extension method `GetVisualStudioVCRedistVersion`
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/ExtensionMethods.cs | apache-2.0 | 1,589,535,884 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
4a9bbad1be0234509b69924e8187cd2bcf680211 | Rename to GameListBuilder. | Rename to GameListBuilder.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,535,621 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
4079642d58572f7b342071e572b0b21c08e15b8b | Actually pass in the cancellation token | Actually pass in the cancellation token
| ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu | osu.Game/Beatmaps/WorkingBeatmap.cs | mit | 1,589,534,027 | // 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 System.Threading;
using System.Threading.Tasks;
using osu.Framework.Au... | // 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 System.Threading;
using System.Threading.Tasks;
using osu.Framework.Au... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.