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 |
|---|---|---|---|---|---|---|---|---|
a4e6f81b6d65d0166e45cece6f021b1e1c987fc3 | update telerik url dropdownlist | update telerik url dropdownlist
| ObjectivityLtd/Test.Automation,ObjectivityLtd/Test.Automation,ObjectivityBSS/Test.Automation | Ocaramba.Tests.PageObjects/PageObjects/Kendo/KendoDropDownListPage.cs | mit | 1,591,794,187 | // <copyright file="KendoDropDownListPage.cs" company="Objectivity Bespoke Software Specialists">
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
// </copyright>
// <license>
// The MIT License (MIT)
// Permission is hereby granted, free of charge, to any person obtaining a copy... | // <copyright file="KendoDropDownListPage.cs" company="Objectivity Bespoke Software Specialists">
// Copyright (c) Objectivity Bespoke Software Specialists. All rights reserved.
// </copyright>
// <license>
// The MIT License (MIT)
// Permission is hereby granted, free of charge, to any person obtaining a copy... |
beaff89373ab9e129e3f00146ac27d8fc831569f | Fix failing integration test | Fix failing integration test
| RetireNet/dotnet-retire,RetireNet/dotnet-retire,RetireNet/dotnet-retire | test/RetireNet.Runtimes.Core.Tests/RuntimeReportIntegrationTests.cs | mit | 1,591,794,066 | using System.Threading.Tasks;
using RetireNet.Runtimes.Core;
using RetireNet.Runtimes.Core.Clients;
using RetireNet.Runtimes.Core.Clients.Models;
using RetireNet.Runtimes.Core.HttpClients;
using Xunit;
namespace RetireRuntimeMiddleware.Tests
{
public class RuntimeReportIntegrationTests
{
[Theory]
... | using System.Threading.Tasks;
using RetireNet.Runtimes.Core;
using RetireNet.Runtimes.Core.Clients;
using RetireNet.Runtimes.Core.Clients.Models;
using RetireNet.Runtimes.Core.HttpClients;
using Xunit;
namespace RetireRuntimeMiddleware.Tests
{
public class RuntimeReportIntegrationTests
{
[Theory]
... |
a8cbd0cd53b0c145462667df1146911ac2f112d4 | Done DiskManager api docs | Done DiskManager api docs
| CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/FileSystem/DiskManager.cs | bsd-3-clause | 1,591,793,633 | #define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Text;
using Cosmos.System.FileSystem.VFS;
namespace Cosmos.System.FileSystem
{
/// <summary>
/// DiskManager class. Used to manage drives.
/// </summary>
public class DiskManager
{
/// <summary>
/// Ge... | #define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Text;
using Cosmos.System.FileSystem.VFS;
namespace Cosmos.System.FileSystem
{
/// <summary>
/// DiskManager class.
/// </summary>
public class DiskManager
{
public string Name {get; }
public DiskMana... |
00bb6a3eb7c2f83850b012367899a57ea08338ab | Fix - Cambiata chiave degli eventi da id richiesta a codice | Fix - Cambiata chiave degli eventi da id richiesta a codice
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/GestioneInterventi/GetListaEventiByCodiceRichiesta.cs | agpl-3.0 | 1,591,793,058 | using MongoDB.Driver;
using Persistence.MongoDB;
using SO115App.API.Models.Classi.Soccorso;
using SO115App.API.Models.Classi.Soccorso.Eventi;
using SO115App.API.Models.Servizi.CQRS.Queries.ListaEventi;
using SO115App.Models.Servizi.Infrastruttura.GetListaEventi;
using System;
using System.Collections.Generic;
using Sy... | using MongoDB.Driver;
using Persistence.MongoDB;
using SO115App.API.Models.Classi.Soccorso;
using SO115App.API.Models.Classi.Soccorso.Eventi;
using SO115App.API.Models.Servizi.CQRS.Queries.ListaEventi;
using SO115App.Models.Servizi.Infrastruttura.GetListaEventi;
using System;
using System.Collections.Generic;
using Sy... |
26b4049f3373ff94812b42f1dc7744e778a62752 | Fix - LogMatrix | Fix - LogMatrix
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/GestioneChiamata/NotificationInserimentoChiamata.cs | agpl-3.0 | 1,591,792,582 | //-----------------------------------------------------------------------
// <copyright file="NotificationInserimentoChiamata.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gen... | //-----------------------------------------------------------------------
// <copyright file="NotificationInserimentoChiamata.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gen... |
cb102f3435f94ce84d740cd2ea38abe6cce3c650 | Remove unused property | Remove unused property
| z4kn4fein/stashbox | src/Exceptions/CompositionRootNotFoundException.cs | mit | 1,591,791,316 | using System;
using System.Reflection;
#if HAS_SERIALIZABLE
using System.Runtime.Serialization;
#endif
namespace Stashbox.Exceptions
{
/// <summary>
/// Occurs when composing requested but no <see cref="ICompositionRoot"/> is present in the given assembly.
/// </summary>
#if HAS_SERIALIZABLE
[Serializ... | using System;
using System.Reflection;
#if HAS_SERIALIZABLE
using System.Runtime.Serialization;
#endif
namespace Stashbox.Exceptions
{
/// <summary>
/// Occurs when composing requested but no <see cref="ICompositionRoot"/> is present in the given assembly.
/// </summary>
#if HAS_SERIALIZABLE
[Serializ... |
c4a3f5fb3671f95a16a72eecf67169e56519b352 | :art: cleaner, encapsulated shutdown code | :art: cleaner, encapsulated shutdown code
| fluffynuts/PeanutButter,fluffynuts/PeanutButter,fluffynuts/PeanutButter,fluffynuts/PeanutButter | source/TempDb/PeanutButter.TempDb.Runner/Program.cs | bsd-3-clause | 1,591,790,998 | using System;
using System.Threading;
using CommandLine;
using PeanutButter.Utils;
namespace PeanutButter.TempDb.Runner
{
public class Program
{
public static int Main(string[] args)
{
var running = new SemaphoreSlim(1);
Parser.Default.ParseArguments<Options>(args)
... | using System;
using System.Threading;
using CommandLine;
using PeanutButter.Utils;
namespace PeanutButter.TempDb.Runner
{
public class Program
{
public static int Main(string[] args)
{
var running = new SemaphoreSlim(1);
Parser.Default.ParseArguments<Options>(args)
... |
6d701f17c3e954b80d4231b895b2e3cc67b91f6e | remove unused code | remove unused code
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Um... | src/Umbraco.Web.Common/Macros/PartialViewMacroViewComponent.cs | mit | 1,591,790,248 | using System.Collections.Generic;
using Umbraco.Web.Models;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ViewEngines;
using Umbraco.Core.Composing;
using Umbraco.Core.Models.PublishedContent;
namespace Umbraco.Web.M... | using System.Collections.Generic;
using Umbraco.Web.Models;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ViewEngines;
using Umbraco.Core.Composing;
using Umbraco.Core.Models.PublishedContent;
namespace Umbraco.Web.M... |
ed33692d55c5a975e673850ba6f9cf87d26d019f | add missing xmldoc | add missing xmldoc
| ahdde/graphite.net | Graphite/CarbonConnectionPool.cs | mit | 1,591,789,194 | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.ObjectPool;
namespace ahd.Graphite
{
/// <summary>
/// Connection pool for TCP connections to carbon
/// </summary>
public clas... | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.ObjectPool;
namespace ahd.Graphite
{
public class CarbonConnectionPool
{
private readonly string _hostname;
private rea... |
edf73e084b307e4a36d4780b7224348ff15a8cae | Update TotpSecurityStampBasedTokenProvider.cs | Update TotpSecurityStampBasedTokenProvider.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/TotpSecurityStampBasedTokenProvider.cs | apache-2.0 | 1,591,789,009 | using System;
using System.Globalization;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that generates time-based codes using the user's security stamp.
/// </summary>
/// <typeparam name="TUser">The type encapsulating a user.</typ... | using System;
using System.Globalization;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that generates time-based codes using the user's security stamp.
/// </summary>
/// <typeparam name="TUser">The type encapsulating a user.</typ... |
6b761eaeab64d7b484ce23db3f670f0851e36968 | Update PhoneNumberTokenProvider.cs | Update PhoneNumberTokenProvider.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/PhoneNumberTokenProvider.cs | apache-2.0 | 1,591,788,992 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that genera... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that genera... |
9db52fac7a27e67967f90e438a586e40d8caaec7 | Update EmailTokenProvider.cs | Update EmailTokenProvider.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/EmailTokenProvider.cs | apache-2.0 | 1,591,788,976 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// TokenProvider that generates tokens from the user's s... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// TokenProvider that generates tokens from the user's s... |
efc32473d42024b243956cfadac82019c4cfb236 | Removed assumption that controllers names end in Controller. | Removed assumption that controllers names end in Controller.
| grecosoft/NetFusion,grecosoft/NetFusion | netfusion/src/Web/NetFusion.Rest.Server/Hal/Core/HalResourceProvider.cs | mit | 1,591,788,395 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using NetFusion.Rest.Resources;
using NetFusion.Rest.Resources.Hal;
using NetFusion.Rest.Server.Linking;
using NetFusion.Rest.Server.Mappings;
using NetFusion.Web.Mvc.Metadata.Core;
n... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using NetFusion.Rest.Resources;
using NetFusion.Rest.Resources.Hal;
using NetFusion.Rest.Server.Linking;
using NetFusion.Rest.Server.Mappings;
using NetFusion.Web.Mvc.Metadata.Core;
n... |
ca47f1fbdab88ed92ead0ba9e9f7234ca1224947 | (GH-71) Removed manual separator property on files argument | (GH-71) Removed manual separator property on files argument
By setting this property to a space character
this introduced problems if the paths of the filse
contained spaces. The commandline parser library
we use already handles spaces in file paths
without this and allows for multiple files paths
to be specified with... | codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe | Source/Codecov/Program/CommandLineOptions.cs | mit | 1,591,788,212 | using System.Collections.Generic;
using Codecov.Coverage.EnviornmentVariables;
using Codecov.Coverage.Report;
using Codecov.Coverage.Tool;
using Codecov.Services.VersionControlSystems;
using Codecov.Url;
using CommandLine;
using JetBrains.Annotations;
namespace Codecov.Program
{
/// <summary>
/// The command l... | using System.Collections.Generic;
using Codecov.Coverage.EnviornmentVariables;
using Codecov.Coverage.Report;
using Codecov.Coverage.Tool;
using Codecov.Services.VersionControlSystems;
using Codecov.Url;
using CommandLine;
using JetBrains.Annotations;
namespace Codecov.Program
{
/// <summary>
/// The command l... |
71788be94da72b9203e1960e5d7188c4a7e16042 | autosizecolumntracker to lazy | autosizecolumntracker to lazy
| antony-liu/npoi,tonyqus/npoi,tonyqus/npoi | ooxml/XSSF/Streaming/SXSSFSheet.cs | apache-2.0 | 1,591,787,385 | /* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for Additional information regarding copyright ownership.
The ASF licenses this file to ... | /* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for Additional information regarding copyright ownership.
The ASF licenses this file to ... |
8ed98b0aaed5d3f8119c7e278e37c085d49a4a74 | adds condition to GetLegalEntityQueryHandler to not return deleted entities | adds condition to GetLegalEntityQueryHandler to not return deleted entities
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts/Queries/GetLegalEntity/GetLegalEntityQueryHandler.cs | mit | 1,591,787,363 | using System;
using System.Linq;
using System.Threading.Tasks;
using System.Data.Entity;
using AutoMapper;
using AutoMapper.QueryableExtensions;
using MediatR;
using SFA.DAS.EmployerAccounts.Data;
using SFA.DAS.EmployerAccounts.Api.Types;
namespace SFA.DAS.EmployerAccounts.Queries.GetLegalEntity
{
public class Ge... | using System;
using System.Linq;
using System.Threading.Tasks;
using System.Data.Entity;
using AutoMapper;
using AutoMapper.QueryableExtensions;
using MediatR;
using SFA.DAS.EmployerAccounts.Data;
using SFA.DAS.EmployerAccounts.Api.Types;
namespace SFA.DAS.EmployerAccounts.Queries.GetLegalEntity
{
public class Ge... |
f18dd4c74e3b1248d97ca837d4d1cef881861634 | :alembic: also search windows path for mysqld | :alembic: also search windows path for mysqld
| fluffynuts/PeanutButter,fluffynuts/PeanutButter,fluffynuts/PeanutButter,fluffynuts/PeanutButter | source/TempDb/PeanutButter.TempDb.MySql.Base/TempDbMySqlBase.cs | bsd-3-clause | 1,591,787,071 | using System;
using System.Data.Common;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using PeanutButter.Utils;
// ReSharper disable IdentifierTypo
// ReSharper disable StringLiteralTyp... | using System;
using System.Data.Common;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using PeanutButter.Utils;
// ReSharper disable IdentifierTypo
// ReSharper disable StringLiteralTyp... |
0c8f044f73f2a32c5a3468b55aae418e1f266720 | Better comment | Better comment
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Program.cs | mit | 1,591,785,791 | using Avalonia;
using Avalonia.Dialogs;
using Avalonia.Threading;
using AvalonStudio.Shell;
using AvalonStudio.Shell.Extensibility.Platforms;
using Splat;
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasabi.Gui.CommandLine;
using WalletWasabi.Gui.CrashRe... | using Avalonia;
using Avalonia.Dialogs;
using Avalonia.Threading;
using AvalonStudio.Shell;
using AvalonStudio.Shell.Extensibility.Platforms;
using Splat;
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasabi.Gui.CommandLine;
using WalletWasabi.Gui.CrashRe... |
dd8340b134d76b8a79d12db80a89959898013a92 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,785,507 | #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-... |
73dd69b52e5f470f45d357e24755d0810e4daeac | Fix - LogMatrix | Fix - LogMatrix
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/GestioneChiamata/NotificationInserimentoChiamata.cs | agpl-3.0 | 1,591,784,837 | //-----------------------------------------------------------------------
// <copyright file="NotificationInserimentoChiamata.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gen... | //-----------------------------------------------------------------------
// <copyright file="NotificationInserimentoChiamata.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gen... |
103a305c2550ffdc2d3a7efa5948ed55ecc8ffde | Update TotpSecurityStampBasedTokenProvider.cs | Update TotpSecurityStampBasedTokenProvider.cs
Add line breaks before return statement.
Use string interpolation instead of string concatenation.
Hyphenate the documentation. | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/TotpSecurityStampBasedTokenProvider.cs | apache-2.0 | 1,591,783,929 | using System;
using System.Globalization;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that generates time-based codes using the user's security stamp.
/// </summary>
/// <typeparam name="TUser">The type encapsulating a user.</typ... | using System;
using System.Globalization;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that generates time based codes using the user's security stamp.
/// </summary>
/// <typeparam name="TUser">The type encapsulating a user.</typ... |
9b8cd29087e38efd5fef8f503a975412fa24bdcf | Hyphenate documentation | Hyphenate documentation
Hyphenate "two-factor authentication" in documentation.
Add line break before return statements. | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/AuthenticatorTokenProvider.cs | apache-2.0 | 1,591,783,650 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Security.Cryptography;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Use... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Security.Cryptography;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Use... |
d1793dda5ffaab6fc0915548d72fbad7621512ce | Hyphenate documentation | Hyphenate documentation
Hyphenate two-factor authentication in the documentation. | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/IUserTwoFactorTokenProvider.cs | apache-2.0 | 1,591,783,545 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Provides an abstraction for two-factor token generato... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Provides an abstraction for two factor token generato... |
7ce9d0be0a3af342a6fd833638a053228d3dde86 | CHG - Gestito logFrontEnd per invio a Matrix | CHG - Gestito logFrontEnd per invio a Matrix
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/GestioneChiamata/NotificationInserimentoChiamata.cs | agpl-3.0 | 1,591,783,430 | //-----------------------------------------------------------------------
// <copyright file="NotificationInserimentoChiamata.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gen... | //-----------------------------------------------------------------------
// <copyright file="NotificationInserimentoChiamata.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gen... |
5972fa000436d68a2ffe4758e9f601efb48e553f | Update EmailTokenProvider.cs | Update EmailTokenProvider.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/EmailTokenProvider.cs | apache-2.0 | 1,591,783,338 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// TokenProvider that generates tokens from the user's s... | using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// TokenProvider that generates tokens from the user's security stamp and notifies a user via email.
/// </summary>
/// <typeparam name="TUser">The type used to represent a user.</typeparam>
public class EmailTok... |
be334b0d00bac91d96c89dc6bab2e3158bb31c5a | Update PhoneNumberTokenProvider.cs | Update PhoneNumberTokenProvider.cs
Add license header.
Hyphenate two-factor authentication in documentation.
Add line breaks before return statements.
Use string interpolation instead of string concatenation. | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Extensions.Core/src/PhoneNumberTokenProvider.cs | apache-2.0 | 1,591,783,049 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that genera... | using System;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.Identity
{
/// <summary>
/// Represents a token provider that generates tokens from a user's security stamp and
/// sends them to the user via their phone number.
/// </summary>
/// <typeparam name="TUser">The type encapsula... |
c20142671f60a5f86c4a0a21018bee005cff77fe | MQTTnet: Adjusted UndeliveredMessageInterceptor handler to return if it's null instead of throwing an exception. | MQTTnet: Adjusted UndeliveredMessageInterceptor handler to return if it's null instead of throwing an exception.
| chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet | Source/MQTTnet/Server/MqttClientSessionsManager.cs | mit | 1,591,782,775 | using MQTTnet.Adapter;
using MQTTnet.Diagnostics;
using MQTTnet.Exceptions;
using MQTTnet.Formatter;
using MQTTnet.Internal;
using MQTTnet.Packets;
using MQTTnet.Protocol;
using MQTTnet.Server.Status;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
using Sys... | using MQTTnet.Adapter;
using MQTTnet.Diagnostics;
using MQTTnet.Exceptions;
using MQTTnet.Formatter;
using MQTTnet.Internal;
using MQTTnet.Packets;
using MQTTnet.Protocol;
using MQTTnet.Server.Status;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
using Sys... |
348f37daf590e294fb9ccf0655ea463a9bb2f424 | Build MEF catalog from explicit types | Build MEF catalog from explicit types
| tom-englert/ResXResourceManager,tom-englert/ResXResourceManager | src/ResXManager.VSIX/VSPackage.cs | mit | 1,591,781,296 | namespace ResXManager.VSIX
{
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.ComponentModel.Composition.Hosting;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using Syst... | namespace ResXManager.VSIX
{
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.ComponentModel.Composition.Hosting;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using Syst... |
5ae5c4ce2cccbf29196b0fecb146a995679cdedc | Added timeout to ReadAsync from stream. | Added timeout to ReadAsync from stream.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver/Internal/IO/ChunkReader.cs | apache-2.0 | 1,591,780,138 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache... |
a69638bba0fbbdd7ef1182921b77c0f315f89dd8 | [gh-530] Update top level statement post-switch error suppression to latest master error code | [gh-530] Update top level statement post-switch error suppression to latest master error code
| ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab | source/Server/Common/CSharpTopLevelProgramSupport.cs | bsd-2-clause | 1,591,780,008 | using System;
using System.Collections.Generic;
using System.Linq;
using AshMind.Extensions;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using MirrorSharp.Advanced;
using SharpLab.Server.Common;
using SharpLab.Server.MirrorSharp;
namespace SharpLab.Server.Compilation {
using stati... | using System;
using System.Collections.Generic;
using System.Linq;
using AshMind.Extensions;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using MirrorSharp.Advanced;
using SharpLab.Server.Common;
using SharpLab.Server.MirrorSharp;
namespace SharpLab.Server.Compilation {
using stati... |
a8b912a903b110d496c58a6813b01a61488b7fd5 | Fix object null reference on IRefactorEntity_Deprecate | Fix object null reference on IRefactorEntity_Deprecate
| xirqlz/blueprint41 | Blueprint41/Entity.cs | mit | 1,591,779,703 | using Blueprint41.Dynamic;
using Blueprint41.Neo4j.Refactoring;
using Blueprint41.Neo4j.Refactoring.Templates;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Dynamic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ... | using Blueprint41.Dynamic;
using Blueprint41.Neo4j.Refactoring;
using Blueprint41.Neo4j.Refactoring.Templates;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Dynamic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ... |
991bf7c0d9dc4b91cdee729d15f36d89ec1a7474 | Ensured reminder registered prior to state persistence. | Ensured reminder registered prior to state persistence.
| creyke/Orleans.Sagas,creyke/Orleans.Sagas | Orleans.Sagas/SagaGrain.cs | mit | 1,591,779,093 | using Microsoft.Extensions.Logging;
using Orleans.Concurrency;
using Orleans.Runtime;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace Orleans.Sagas
{
public sealed class SagaGrain : Grain<SagaState>, ISagaGrain
{
priv... | using Microsoft.Extensions.Logging;
using Orleans.Concurrency;
using Orleans.Runtime;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace Orleans.Sagas
{
public sealed class SagaGrain : Grain<SagaState>, ISagaGrain
{
priv... |
a5fd387a5d3fa1e1b2b9eb0eb432d0f931f0e78f | httpsファイルを読み込めるように修正 | httpsファイルを読み込めるように修正
| ebifrier/Ragnarok,ebifrier/Ragnarok | Ragnarok/Net/WebUtil.cs | mit | 1,591,778,210 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Net;
using System.Web;
using System.ComponentModel;
namespace Ragnarok.Net
{
/// <summary>
/// Web関連のユーティリティーメソッドを持ちます。
/// </summary>
public static class WebUtil
{
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Net;
using System.Web;
using System.ComponentModel;
namespace Ragnarok.Net
{
/// <summary>
/// Web関連のユーティリティーメソッドを持ちます。
/// </summary>
public static class WebUtil
{
... |
0e9f95286502cfc1bfcc5d8909aadf1e4fb1f60a | Prevented new unneeded object to be creatred. | Prevented new unneeded object to be creatred.
| simpleinjector/SimpleInjector | src/SimpleInjector.DynamicAssemblyCompilation/DynamicAssemblyCompilationExtensions.cs | mit | 1,591,777,920 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
using System;
using SimpleInjector.Advanced;
using SimpleInjector.DynamicAssemblyCompilation;
namespace SimpleInjector
{
/// <summary>
/// Exten... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
using SimpleInjector.DynamicAssemblyCompilation;
namespace SimpleInjector
{
/// <summary>
/// Extension methods for dynamic assembly compilation... |
53fc4b67b206651f4c59dc5ec1b0b4cfcd288c94 | DisposableTransientComponentAnalyzer now verifies for IAsyncDisposable as well. #791 | DisposableTransientComponentAnalyzer now verifies for IAsyncDisposable as well. #791
| simpleinjector/SimpleInjector | src/SimpleInjector/Diagnostics/Analyzers/DisposableTransientComponentAnalyzer.cs | mit | 1,591,777,883 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Diagnostics.Analyzers
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Diagnostics.Analyzers
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System... |
5863f80fec041ef7a31b0ec3d186d319c7ef10f4 | Update WalletWasabi.Gui/CrashReport/CrashReporter.cs | Update WalletWasabi.Gui/CrashReport/CrashReporter.cs
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CrashReport/CrashReporter.cs | mit | 1,591,777,349 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using WalletWasabi.Gui.CrashReport.Models;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Microservices;
namespace WalletWasabi.Gui.CrashReport
{
public class CrashReporter
... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using WalletWasabi.Gui.CrashReport.Models;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Microservices;
namespace WalletWasabi.Gui.CrashReport
{
public class CrashReporter
... |
198d97095a357165c89b72d27cf68166d6da7816 | Update WalletWasabi.Gui/CrashReport/CrashReporter.cs | Update WalletWasabi.Gui/CrashReport/CrashReporter.cs
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CrashReport/CrashReporter.cs | mit | 1,591,777,335 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using WalletWasabi.Gui.CrashReport.Models;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Microservices;
namespace WalletWasabi.Gui.CrashReport
{
public class CrashReporter
... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using WalletWasabi.Gui.CrashReport.Models;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Microservices;
namespace WalletWasabi.Gui.Models.CrashReport
{
public class CrashRep... |
3d67013709e2e6711b7ffb80878d88aaa5d89842 | CV-758 moved the condition | CV-758 moved the condition
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Application/Rules/ApprenticeshipOverlapRules.cs | mit | 1,591,776,670 | using System;
using SFA.DAS.Commitments.Domain.Entities;
using SFA.DAS.Commitments.Domain.Entities.Validation;
namespace SFA.DAS.Commitments.Application.Rules
{
public class ApprenticeshipOverlapRules : IApprenticeshipOverlapRules
{
public ValidationFailReason DetermineOverlap(ApprenticeshipOverlapVa... | using System;
using SFA.DAS.Commitments.Domain.Entities;
using SFA.DAS.Commitments.Domain.Entities.Validation;
namespace SFA.DAS.Commitments.Application.Rules
{
public class ApprenticeshipOverlapRules : IApprenticeshipOverlapRules
{
public ValidationFailReason DetermineOverlap(ApprenticeshipOverlapVa... |
ca240985cd6fe3f08300357cc43bdfb1ac928a6e | Improved exception message to help with debugging. | Improved exception message to help with debugging.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver/Internal/IO/ChunkReader.cs | apache-2.0 | 1,591,774,815 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache... |
b828ee8c68605db1eb442b5edcfec10b9e813dd5 | Protect against IsFSD not being an FSDJump | Protect against IsFSD not being an FSDJump
| klightspeed/EDDiscovery,andreaspada/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery | EDDiscovery/UserControls/Overlays/UserControlTrippanel.cs | apache-2.0 | 1,591,774,550 | /*
* Copyright © 2016 - 2017 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 - 2017 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... |
f354849b4338ff39f6e042f332b76e3788e43908 | Game started script error handling fix | Game started script error handling fix
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Playnite/GamesEditor.cs | mit | 1,591,774,253 | using Playnite;
using Playnite.API;
using Playnite.Common;
using Playnite.Database;
using Playnite.Plugins;
using Playnite.Controllers;
using Playnite.SDK;
using Playnite.SDK.Events;
using Playnite.SDK.Models;
using Playnite.Settings;
using Playnite.ViewModels;
using System;
using System.Collections.Generi... | using Playnite;
using Playnite.API;
using Playnite.Common;
using Playnite.Database;
using Playnite.Plugins;
using Playnite.Controllers;
using Playnite.SDK;
using Playnite.SDK.Events;
using Playnite.SDK.Models;
using Playnite.Settings;
using Playnite.ViewModels;
using System;
using System.Collections.Generi... |
5a691abe3a38ef6c1580a4ab45ca1d5c8d130999 | Fix: Installed Epic games not being detected on non-English Windows installations #1812 | Fix: Installed Epic games not being detected on non-English Windows installations #1812
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Plugins/EpicLibrary/EpicLauncher.cs | mit | 1,591,774,205 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using EpicLibrary.Models;
using Playnite.Common;
namespace EpicLibrary
{
public class EpicLauncher
{
public const string GameLaunc... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using EpicLibrary.Models;
using Playnite.Common;
namespace EpicLibrary
{
public class EpicLauncher
{
public const string GameLaunc... |
f7dce693f11830262f218d3a6aaf485962182167 | add another game title fix | add another game title fix
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Commands/Sudo.Fix.cs | lgpl-2.1 | 1,591,773,129 | using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatBot.Commands.Converters;
using CompatBot.Database;
using CompatBot.Database.Providers;
using CompatBot.Utils;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
namespace CompatBot.Co... | using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatBot.Commands.Converters;
using CompatBot.Database;
using CompatBot.Database.Providers;
using CompatBot.Utils;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
namespace CompatBot.Co... |
a43e1a0ae345722b922cd7b3bb0b533969657103 | Remove whitespace | Remove whitespace
| NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,peppy/osu | osu.Game.Tournament/TournamentGameBase.cs | mit | 1,591,771,273 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Textures;
using osu.Framework.Input;... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Textures;
using osu.Framework.Input;... |
00bdef009ec8e108ece0b09ca57f13ffc5ddcbd1 | code fixes. | code fixes.
| shuxinqin/Chloe | src/Chloe/Descriptors/TypeDescriptor.cs | mit | 1,591,771,062 | using Chloe.Core.Visitors;
using Chloe.DbExpressions;
using Chloe.Entity;
using Chloe.Exceptions;
using Chloe.Query;
using Chloe.Reflection;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reflection;
namespace Chloe.Descriptors
{
public class TypeDescriptor... | using Chloe.Core.Visitors;
using Chloe.DbExpressions;
using Chloe.Entity;
using Chloe.Exceptions;
using Chloe.Query;
using Chloe.Reflection;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reflection;
namespace Chloe.Descriptors
{
public class TypeDescriptor... |
fd8bc4f96f027cb78d6b77670a01f0b67eb42b13 | Make ResolveComponent virtual. | Make ResolveComponent virtual.
| autofac/Autofac,autofac/Autofac | src/Autofac/Core/Resolving/Pipeline/ResolveRequestContextBase.cs | mit | 1,591,770,151 | // This software is part of the Autofac IoC container
// Copyright © 2020 Autofac Contributors
// https://autofac.org
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2020 Autofac Contributors
// https://autofac.org
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restric... |
a29ef28eb52bef7bc67d7a3461595c388d75813b | Add clear assert that the trace data is populated. | Add clear assert that the trace data is populated.
| autofac/Autofac,autofac/Autofac | test/Autofac.Specification.Test/Features/CircularDependencyTests.cs | mit | 1,591,770,134 | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Core;
using Autofac.Core.Diagnostics;
using Autofac.Specification.Test.Features.CircularDependency;
using Xunit;
using Xunit.Abstractions;
namespace Autofac.Specification.Test.Features
{
public class CircularDependencyTests
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Core;
using Autofac.Core.Diagnostics;
using Autofac.Specification.Test.Features.CircularDependency;
using Xunit;
using Xunit.Abstractions;
namespace Autofac.Specification.Test.Features
{
public class CircularDependencyTests
{
... |
78faa13e29e8cb16ec9d0d169eba9504a96bcba2 | Small improvement for OsmiSamo application | Small improvement for OsmiSamo application
| amironov73/ManagedIrbis,amironov73/ManagedIrbis,amironov73/ManagedIrbis,amironov73/ManagedIrbis | Source/Classic/Apps/OsmiSamo/SamoReg.aspx.cs | mit | 1,591,764,765 | #region Using directives
using System;
using System.IO;
using System.Text.RegularExpressions;
using System.Web.UI;
using AM;
using AM.Configuration;
using AM.Net;
using CodeJam;
using JetBrains.Annotations;
using ManagedIrbis;
using ManagedIrbis.Readers;
using Newtonsoft.Json.Linq;
using RestfulIrbis.OsmiCards;... | #region Using directives
using System;
using System.IO;
using System.Text.RegularExpressions;
using System.Web.UI;
using AM;
using AM.Configuration;
using AM.Net;
using CodeJam;
using JetBrains.Annotations;
using ManagedIrbis;
using ManagedIrbis.Readers;
using Newtonsoft.Json.Linq;
using RestfulIrbis.OsmiCards;... |
fb0811a04762d8b8c3a46e4f07d7358de3c7c2e2 | Fixed parent spawning 🚧 | Fixed parent spawning 🚧
| dimmpixeye/Unity3dTools | Runtime/Core/ImplObj.cs | mit | 1,591,764,693 | using System;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public class ImplObj : IRequireActorsLayer
{
LayerCore layer;
void IRequireActorsLayer.Bootstrap(LayerCore layer)
{
this.layer = layer;
}... | using System;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public class ImplObj : IRequireActorsLayer
{
LayerCore layer;
void IRequireActorsLayer.Bootstrap(LayerCore layer)
{
this.layer = layer;
}... |
687b052f0905c6b6ed11d77cacbeb171d9f42cb5 | Clarifies constructor documentation | Clarifies constructor documentation | pardeike/Harmony | Harmony/Public/PatchClassProcessor.cs | mit | 1,591,761,057 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace HarmonyLib
{
/// <summary>A PatchClassProcessor used to turn <see cref="HarmonyAttribute"/> on a class/type into patches</summary>
///
public class PatchClassProcessor
{
readonly Harmony instance;
readonly T... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace HarmonyLib
{
/// <summary>A PatchClassProcessor used to turn <see cref="HarmonyAttribute"/> on a class/type into patches</summary>
///
public class PatchClassProcessor
{
readonly Harmony instance;
readonly T... |
440fe1b4dec86d6ed4d323158dca763b4047fc3b | Fix subnet dependencies | Fix subnet dependencies
| NRules/NRules,NRules/NRules | src/NRules/NRules/Rete/ReteBuilder.cs | mit | 1,591,758,343 | using System;
using System.Collections.Generic;
using System.Linq;
using NRules.Aggregators;
using NRules.RuleModel;
using NRules.Utilities;
namespace NRules.Rete
{
internal interface IReteBuilder
{
IEnumerable<ITerminal> AddRule(IRuleDefinition rule);
INetwork Build();
}
internal cla... | using System;
using System.Collections.Generic;
using System.Linq;
using NRules.Aggregators;
using NRules.RuleModel;
using NRules.Utilities;
namespace NRules.Rete
{
internal interface IReteBuilder
{
IEnumerable<ITerminal> AddRule(IRuleDefinition rule);
INetwork Build();
}
internal cla... |
13c5a64523d528ab6dc629b70dd9f4578a42497c | Prep for next alpha build. | Prep for next alpha build.
| nhmkdev/cardmaker | CardMaker/CardMakerBuild.cs | mit | 1,591,756,591 | ////////////////////////////////////////////////////////////////////////////////
// The MIT License (MIT)
//
// Copyright (c) 2020 Tim Stair
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Soft... | ////////////////////////////////////////////////////////////////////////////////
// The MIT License (MIT)
//
// Copyright (c) 2020 Tim Stair
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Soft... |
dd3d7f99f9d4471e86f8d54822ace83002f77a3f | Added support for Net Core 3. | Added support for Net Core 3.
| gimlichael/Cuemon,gimlichael/Cuemon,gimlichael/CuemonCore | src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/HttpRequestEvidence.cs | mit | 1,591,756,357 | using System;
using System.IO;
using Cuemon.IO;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Extensions;
namespace Cuemon.AspNetCore.Mvc.Filters.Diagnostics
{
/// <summary>
/// Provides detailed information about a given <seealso cref="HttpRequest"/>.
/// </summary>
public class Ht... | using System;
using System.IO;
using Cuemon.ComponentModel;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Extensions;
namespace Cuemon.AspNetCore.Mvc.Filters.Diagnostics
{
/// <summary>
/// Provides detailed information about a given <seealso cref="HttpRequest"/>.
/// </summary>
pub... |
ee7c7f01c5f16036d03947af99dcd00f2f0a02db | Adhere to Decorator extension. | Adhere to Decorator extension.
| gimlichael/CuemonCore,gimlichael/Cuemon,gimlichael/Cuemon | src/Cuemon.AspNetCore.Mvc/Filters/ModelBinding/DisableModelBindingAttribute.cs | mit | 1,591,756,235 | using Microsoft.AspNetCore.Mvc.ModelBinding;
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.Filters;
namespace Cuemon.AspNetCore.Mvc.Filters.ModelBinding
{
/// <summary>
/// Provides a generic way to disable <see cref="IValueProviderFactory"/> implementations used for model binding... | using Microsoft.AspNetCore.Mvc.ModelBinding;
using System;
using System.Threading.Tasks;
using Cuemon.Reflection;
using Microsoft.AspNetCore.Mvc.Filters;
namespace Cuemon.AspNetCore.Mvc.Filters.ModelBinding
{
/// <summary>
/// Provides a generic way to disable <see cref="IValueProviderFactory"/> implementatio... |
d116b6bf8c68ef4ed2f4f5f0fa46690c9a6e6fa8 | Updated docs for `LoggerMinimumLevelConfigration.Override()` to indicate that this API is not supported for configuration of sub-loggers. | Updated docs for `LoggerMinimumLevelConfigration.Override()` to indicate that this API is not supported for configuration of sub-loggers.
| serilog/serilog,CaioProiete/serilog,CaioProiete/serilog,serilog/serilog,serilog/serilog | src/Serilog/Configuration/LoggerMinimumLevelConfiguration.cs | apache-2.0 | 1,591,754,075 | // Copyright 2013-2015 Serilog Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | // Copyright 2013-2015 Serilog Contributors
//
// 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 o... |
50a4267de0b25563d097d2ebdef44ad60546a4ae | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.4.3406.20200610013514-master-ad40fc9
| ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,591,753,041 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "ad40fc947e895d1fcccc6b3b76a4f2b07bfe21fb";
public static string Version = "1.4";
public static string Build = "3406";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "1e8099bd2328e538416cb4743612e279e11f604b";
public static string Version = "1.4";
public static string Build = "3405";
... |
ad40fc947e895d1fcccc6b3b76a4f2b07bfe21fb | Update RecipeManager.cs (#3018) | Update RecipeManager.cs (#3018)
Add missing foolproof salvages | ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/Managers/RecipeManager.cs | agpl-3.0 | 1,591,752,899 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using log4net;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity.Enum;
using ACE.Entity.Enum.P... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using log4net;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity.Enum;
using ACE.Entity.Enum.P... |
8d00417bc4da03644c0159f7dcb8cbb2b47cb748 | fixed bugs with displaying and re-selecting the custom font | fixed bugs with displaying and re-selecting the custom font
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/MainWindow.xaml.cs | apache-2.0 | 1,591,752,704 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using RelhaxModpack.Windows;
using RelhaxModpack.UI;
using System.Xml;
using System.Diagnostics;
using Ion... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using RelhaxModpack.Windows;
using RelhaxModpack.UI;
using System.Xml;
using System.Diagnostics;
using Ion... |
cabb8f84605110379fe8f9b9bd9bad8125efb899 | fixed bug if the default font does not have "#" | fixed bug if the default font does not have "#"
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/UI/UiUtils.cs | apache-2.0 | 1,591,752,387 | using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Threading;
namespace RelhaxModpack.UI
{
/// <summary>
/// A utility class to handle UI interaction
/// </summary>
public st... | using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Threading;
namespace RelhaxModpack.UI
{
/// <summary>
/// A utility class to handle UI interaction
/// </summary>
public st... |
c0c41ba04ee9f5bc3e56f2c6f05c23ab9ae5ac02 | (maint) Added missing call to 'ConfigureRequest' used in inherited class | (maint) Added missing call to 'ConfigureRequest' used in inherited class
| codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe | Source/Codecov/Upload/CodecovUploader.cs | mit | 1,591,751,486 | using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Text;
using Codecov.Coverage.Report;
using Codecov.Logger;
using Codecov.Url;
namespace Codecov.Upload
{
internal class CodecovUploader : Upload
{
priv... | using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Text;
using Codecov.Coverage.Report;
using Codecov.Logger;
using Codecov.Url;
namespace Codecov.Upload
{
internal class CodecovUploader : Upload
{
priv... |
b664febb53546f3b43592198f36c489ddc74c7d1 | use SerializationConfigurationType instead if Type | use SerializationConfigurationType instead if Type
| OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build | Conventions/VisualStudioProjectTemplates/Domain.Test/serializationconfigurationtypes.cs | mit | 1,591,751,150 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationTypes.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from Nu... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationTypes.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from Nu... |
9dc1eab6ae702550a6c3c8a9c5734183816a870f | Improve code readability of FooterButtonRandom OnPressed | Improve code readability of FooterButtonRandom OnPressed
| NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu | osu.Game/Screens/Select/FooterButtonRandom.cs | mit | 1,591,751,111 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Game.Graphics;
using osu.Game.Input.Bindings;
namespace osu.Gam... | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Game.Graphics;
using osu.Game.Input.Bindings;
namespace osu.Gam... |
7e9deb3afcc722a68edce6036ade742479b01633 | Add Empty ConfigureRequest Method | Add Empty ConfigureRequest Method
Added empty `ConfigureRequest` method to address comment in PR review. | codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe | Source/Codecov/Upload/CodecovUploader.cs | mit | 1,591,750,912 | using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Text;
using Codecov.Coverage.Report;
using Codecov.Logger;
using Codecov.Url;
namespace Codecov.Upload
{
internal class CodecovUploader : Upload
{
priv... | using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Text;
using Codecov.Coverage.Report;
using Codecov.Logger;
using Codecov.Url;
namespace Codecov.Upload
{
internal class CodecovUploader : Upload
{
priv... |
54d0a4bb95c071fce9c1037f186e4c94728644b8 | Remove Public Read header from presigned PUT | Remove Public Read header from presigned PUT
| codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe | Source/Codecov/Upload/CodecovUploader.cs | mit | 1,591,750,911 | using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Text;
using Codecov.Coverage.Report;
using Codecov.Logger;
using Codecov.Url;
namespace Codecov.Upload
{
internal class CodecovUploader : Upload
{
priv... | using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Text;
using Codecov.Coverage.Report;
using Codecov.Logger;
using Codecov.Url;
namespace Codecov.Upload
{
internal class CodecovUploader : Upload
{
priv... |
84aee4267a20b8dc96078f320d65993edb54431f | Fixed attributes on array params | Fixed attributes on array params
| dahall/vanara | PInvoke/SearchApi/ShObjIdl.ISearchFolderItemFactory.cs | mit | 1,591,750,877 | using System;
using System.Runtime.InteropServices;
using static Vanara.PInvoke.Ole32;
using static Vanara.PInvoke.Shell32;
namespace Vanara.PInvoke
{
public static partial class SearchApi
{
/// <summary>
/// Exposes methods that create and modify search folders. The Set methods are called first to set up the p... | using System;
using System.Runtime.InteropServices;
using static Vanara.PInvoke.Ole32;
using static Vanara.PInvoke.Shell32;
namespace Vanara.PInvoke
{
public static partial class SearchApi
{
/// <summary>
/// Exposes methods that create and modify search folders. The Set methods are called first to set up the p... |
8e981f25b6627cb5b2dd65c1e239ba04bbe66a4b | Added IsMethodCompatibleWithDelegate method | Added IsMethodCompatibleWithDelegate method
| dahall/vanara | Core/Extensions/ReflectionExtensions.cs | mit | 1,591,750,842 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
namespace Vanara.Extensions.Reflection
{
/// <summary>Extensions for <see cref="object"/> related to <c>System.Reflection</c></summary>
public static class ReflectionEx... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
namespace Vanara.Extensions.Reflection
{
/// <summary>Extensions for <see cref="object"/> related to <c>System.Reflection</c></summary>
public static class ReflectionEx... |
e5c9d02a3b14453e77a758940ae44643c2d09fd1 | Fixed bug in COLORREF when setting from a Color. | Fixed bug in COLORREF when setting from a Color.
| dahall/vanara | PInvoke/Shared/WinDef/COLORREF.cs | mit | 1,591,750,823 | using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
/// <summary>The COLORREF value is used to specify an RGB color in the form <c>0x00bbggrr</c>.</summary>
// typedef DWORD COLORREF;typedef DWORD* LPCOLORREF; https://msdn.microsoft.com/en-us/library/windows/desktop/dd183449(v=vs.85).aspx
[PInvokeData... | using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
/// <summary>The COLORREF value is used to specify an RGB color in the form <c>0x00bbggrr</c>.</summary>
// typedef DWORD COLORREF;typedef DWORD* LPCOLORREF; https://msdn.microsoft.com/en-us/library/windows/desktop/dd183449(v=vs.85).aspx
[PInvokeData... |
5f44ff20faf3c0bfe0a12deabecbd5984cd1b6a0 | Update S3ProxyControllerTests.cs | Update S3ProxyControllerTests.cs
Minor code comment typo fix. | thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet | Blueprints/BlueprintDefinitions/netcore3.1/AspNetCoreWebAPI/template/test/BlueprintBaseName.1.Tests/S3ProxyControllerTests.cs | apache-2.0 | 1,591,749,722 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Amazon.Lambda.Core;
using Amazon.Lambda.TestUtilities;
using Amazon.Lambda.APIGatewayEvents;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Amazon;
using Amazo... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Amazon.Lambda.Core;
using Amazon.Lambda.TestUtilities;
using Amazon.Lambda.APIGatewayEvents;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Amazon;
using Amazo... |
fe887c0133c390c96235fafdddb36e3b8e4866f1 | Update S3ProxyControllerTests.cs | Update S3ProxyControllerTests.cs
Typo fixes | thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet | Blueprints/BlueprintDefinitions/netcore2.1/AspNetCoreWebAPI/template/test/BlueprintBaseName.1.Tests/S3ProxyControllerTests.cs | apache-2.0 | 1,591,749,447 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Amazon.Lambda.Core;
using Amazon.Lambda.TestUtilities;
using Amazon.Lambda.APIGatewayEvents;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Amazon;
using Amazo... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Amazon.Lambda.Core;
using Amazon.Lambda.TestUtilities;
using Amazon.Lambda.APIGatewayEvents;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Amazon;
using Amazo... |
35f849254e54b8bcca7f9e7b3e41d473bdde2458 | Improvements | Improvements
- Replace bitwise And operation for .HasFlag call
- Minor change in object store permission error message
| jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean | Engine/Storage/LocalObjectStore.cs | apache-2.0 | 1,591,746,921 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
7d99b9de6c9da51c604054677ae19e057185b28a | Fix backtesting progress int division | Fix backtesting progress int division
| StefanoRaggi/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,AlexCatarino/Lean,QuantConnect/Lean | Engine/Results/BacktestingResultHandler.cs | apache-2.0 | 1,591,746,307 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
25fea77922215ffa0ba4014bf83140b0cb9576ae | Added experimental operators in Feet | Added experimental operators in Feet
| adamstyl/sharp-convert | SharpConvert/Feet.cs | mit | 1,591,745,743 | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public class Feet : LengthUnit
{
public Feet()
: this(0)
{ }
public Feet(double unitValue)
: base(unitValue, 0.3048)
{ }
public static Feet operator -(Feet x, Feet y)
{
return new Feet(System.Math.Abs(x.unitValue - y.unitValue)... | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public class Feet : LengthUnit
{
public Feet()
: this(0)
{ }
public Feet(double unitValue)
: base(unitValue, 0.3048)
{ }
public static Feet operator -(Feet x, Feet y)
{
return new Feet(System.Math.Abs(x.unitValue - y.unitValue)... |
2535b7c03afa524ced16eb602c091a5c3ffd1ab2 | Upping timeout for tests on windows-latest | Upping timeout for tests on windows-latest
| LightningQueues/LightningQueues,LightningQueues/LightningQueues | src/LightningQueues.Tests/ReactiveExtensions.cs | mit | 1,591,744,642 | using System;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading.Tasks;
namespace LightningQueues.Tests
{
public static class ReactiveExtensions
{
public static async Task<T> FirstAsyncWithTimeout<T>(this IObservable<T> stream, TimeSpan timeSpan)
{
... | using System;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading.Tasks;
namespace LightningQueues.Tests
{
public static class ReactiveExtensions
{
public static async Task<T> FirstAsyncWithTimeout<T>(this IObservable<T> stream, TimeSpan timeSpan)
{
... |
a34da3cce4daf43a3777b715347aa9b2675486a2 | Fix library search paths when using a UPM package | Fix library search paths when using a UPM package
Fixes #21
| GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity | Assets/Teak/Editor/TeakPostProcessBuild.cs | apache-2.0 | 1,591,744,618 | #region References
using UnityEngine;
using UnityEditor;
using UnityEditor.Callbacks;
using TeakEditor.iOS.Xcode;
using TeakEditor.iOS.Xcode.Extensions;
using System;
using System.IO;
using System.Linq;
using System.Diagnostics;
#endregion
public class TeakPostProcessBuild {
[PostProcessBuild(100)]
public st... | #region References
using UnityEngine;
using UnityEditor;
using UnityEditor.Callbacks;
using TeakEditor.iOS.Xcode;
using TeakEditor.iOS.Xcode.Extensions;
using System;
using System.IO;
using System.Linq;
using System.Diagnostics;
#endregion
public class TeakPostProcessBuild {
[PostProcessBuild(100)]
public st... |
0abf0d777cb2ef1d713d76be4b9adb5d341bf601 | Fix unit test build | Fix unit test build
| couchbaselabs/Linq2Couchbase,brantburnett/Linq2Couchbase | Src/Couchbase.Linq.UnitTests/ClusterQueryExecutorEmulator.cs | apache-2.0 | 1,591,742,757 | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Couchbase.Core.Version;
using Couchbase.Linq.Execution;
using Couchbase.Linq.QueryGeneration;
using Couchbase.Query;
using Microsoft.Extensions.Logging;
using Remotion.Linq;
namespace Couchbase.Linq.UnitTests
{... | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Couchbase.Core.Version;
using Couchbase.Linq.Execution;
using Couchbase.Linq.QueryGeneration;
using Couchbase.Query;
using Microsoft.Extensions.Logging;
using Remotion.Linq;
namespace Couchbase.Linq.UnitTests
{... |
8d387bf23cae9af2a5a33fc45a77f36e6f641d5e | (maint) Added missing interface member | (maint) Added missing interface member
| codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe | Source/Codecov/Services/ContinuousIntegrationServers/ContinuousIntegrationServer.cs | mit | 1,591,741,317 | using System;
using System.Collections.Generic;
using System.Linq;
using Codecov.Utilities;
namespace Codecov.Services.ContinuousIntegrationServers
{
internal class ContinuousIntegrationServer : IContinuousIntegrationServer
{
private readonly Lazy<string> _build = new Lazy<string>(() => EnviornmentVar... | using System;
using System.Collections.Generic;
using System.Linq;
using Codecov.Utilities;
namespace Codecov.Services.ContinuousIntegrationServers
{
internal class ContinuousIntegrationServer : IContinuousIntegrationServer
{
private readonly Lazy<string> _build = new Lazy<string>(() => EnviornmentVar... |
5dd72ada7f854ac96532f488c989654915b09dc6 | Try a different approach for S and MS stars icon | Try a different approach for S and MS stars icon
| EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,andreaspada/EDDiscovery,klightspeed/EDDiscovery | EliteDangerous/JournalEvents/JournalScan.cs | apache-2.0 | 1,591,740,998 | /*
* Copyright © 2016 - 2017 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 applicab... | /*
* Copyright © 2016 - 2017 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 applicab... |
36d12e9eb613143186ca3f38d54a063b45b640fe | Improve Webhook Router logging. (#681) | Improve Webhook Router logging. (#681)
| tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | tools/webhook-router/Azure.Sdk.Tools.WebhookRouter/Routing/Router.cs | mit | 1,591,739,815 | using Azure.Data.AppConfiguration;
using Azure.Identity;
using Azure.Messaging.EventHubs;
using Azure.Messaging.EventHubs.Producer;
using Azure.Sdk.Tools.WebhookRouter.Integrations.GitHub;
using Azure.Security.KeyVault.Secrets;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Caching.Memory;
using Microsoft... | using Azure.Data.AppConfiguration;
using Azure.Identity;
using Azure.Messaging.EventHubs;
using Azure.Messaging.EventHubs.Producer;
using Azure.Sdk.Tools.WebhookRouter.Integrations.GitHub;
using Azure.Security.KeyVault.Secrets;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Caching.Memory;
using Microsoft... |
fb7948ab1502140d25ffe5b2da8a7caa1227dd7a | Fix an infinite chain when ClrReference.InnerField incorrectly blames a primitive field (#745) | Fix an infinite chain when ClrReference.InnerField incorrectly blames a primitive field (#745)
Primitive fields are recursively defined, which means if we incorrectly blame a ClrReference.InnerField on one, we can create infinite loops in customer code.
I'm still working on why we blame the wrong field, but this st... | Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd | src/Microsoft.Diagnostics.Runtime/src/Common/ClrReference.cs | mit | 1,591,738,309 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Text;
namespace Microsoft.Diagnostics.Runtime
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Text;
namespace Microsoft.Diagnostics.Runtime
{
... |
d6df501ec7afa91a2de77947d7c243f286969e95 | BasicMumbleProtocol: (fix) Connection.Close() was not waiting for the thread to exit gracefully and would cause it to throw an exception by setting the Connection to null too early. | BasicMumbleProtocol: (fix) Connection.Close() was not waiting for the thread to exit gracefully and would cause it to throw an exception by setting the Connection to null too early.
| martindevans/MumbleSharp | MumbleSharp/BasicMumbleProtocol.cs | mit | 1,591,737,449 | using System.Threading;
using MumbleProto;
using MumbleSharp.Audio;
using MumbleSharp.Audio.Codecs;
using MumbleSharp.Model;
using MumbleSharp.Packets;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
us... | using System.Threading;
using MumbleProto;
using MumbleSharp.Audio;
using MumbleSharp.Audio.Codecs;
using MumbleSharp.Model;
using MumbleSharp.Packets;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
us... |
5a0f17e1aa31df04cebbc18be19a0f1b8f701f16 | Enable YouTrack tests on TeamCity | Enable YouTrack tests on TeamCity
| gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,Blo... | src/BloomTests/web/YouTrackIssueSubmitterTests.cs | mit | 1,591,737,238 | using System.IO;
using Bloom;
using NUnit.Framework;
namespace BloomTests.web
{
[TestFixture]
public class YouTrackIssueSubmitterTests
{
[Test]
public void CanSubmitToYouTrack()
{
var tempfile1 = Path.GetTempFileName();
string tempfile2 = null;
try
{
var submitter = new YouTrackIssueSubmitter... | using System.IO;
using Bloom;
using NUnit.Framework;
namespace BloomTests.web
{
[TestFixture]
public class YouTrackIssueSubmitterTests
{
[Test]
[Category("SkipOnTeamCity")] //I don't know why this is blocked, probably we need a firewall opening
public void CanSubmitToYouTrack()
{
var tempfile1 = Path.Ge... |
d2625e47e15f92b075486e1995b710f482db91f6 | Remove trailing comma and adjust formatting of some of the equivalent domain strings to match the rest (#773) | Remove trailing comma and adjust formatting of some of the equivalent domain strings to match the rest (#773)
| bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core | src/Core/Utilities/StaticStore.cs | agpl-3.0 | 1,591,736,028 | using Bit.Core.Enums;
using Bit.Core.Models.StaticStore;
using System.Collections.Generic;
namespace Bit.Core.Utilities
{
public class StaticStore
{
static StaticStore()
{
#region Global Domains
GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st... | using Bit.Core.Enums;
using Bit.Core.Models.StaticStore;
using System.Collections.Generic;
namespace Bit.Core.Utilities
{
public class StaticStore
{
static StaticStore()
{
#region Global Domains
GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st... |
294c5ee3c207f9c0fd6ca388f807ef664e0d1dce | Adding AcceptLanguage as a property of RequestOptions | Adding AcceptLanguage as a property of RequestOptions
| recurly/recurly-client-net,recurly/recurly-client-net | Recurly/RequestOptions.cs | mit | 1,591,735,738 | using System;
using System.Collections.Generic;
namespace Recurly
{
public class RequestOptions
{
public Dictionary<string, string> Headers { get; private set; }
public string AcceptLanguage
{
get
{
return Headers["Accept-Language"];
... | using System;
using System.Collections.Generic;
namespace Recurly
{
public class RequestOptions
{
public Dictionary<string, string> Headers { get; private set; }
// User-Agent, Content-Type, Accept, and Authorization are not overridable.
private readonly IList<string> RestrictedHeaders... |
6aaf0fe801bbdeb2670eaedde01f42594a17ee39 | Lucene.Net.Tests.Util.TestOfflineSorter::TestLargerRandom(): Added the [Explicit] attribute, since in Lucene this test was marked Nightly | Lucene.Net.Tests.Util.TestOfflineSorter::TestLargerRandom(): Added the [Explicit] attribute, since in Lucene this test was marked Nightly
| NightOwl888/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,apache/lucenenet,jeme/lucenenet | src/Lucene.Net.Tests/Util/TestOfflineSorter.cs | apache-2.0 | 1,591,735,405 | using System;
using System.Collections.Generic;
using System.IO;
using NUnit.Framework;
using Lucene.Net.Attributes;
using J2N.Text;
namespace Lucene.Net.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
... | using System;
using System.Collections.Generic;
using System.IO;
using NUnit.Framework;
using Lucene.Net.Attributes;
using J2N.Text;
namespace Lucene.Net.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
... |
178a1e21081582d8e3e1b06118df25af7d800570 | Added error aggregate overloads to Maybe's Match. | Added error aggregate overloads to Maybe's Match.
| Matthew-Dove/ContainerExpressions | src/ContainerExpressions/Containers/Extensions/MaybeExtensions.cs | mit | 1,591,735,142 | using System;
using System.Threading.Tasks;
namespace ContainerExpressions.Containers
{
public static class MaybeExtensions
{
#region Miscellaneous
public static TValue GetValueOrDefault<TValue, TError>(this Maybe<TValue, TError> maybe, TValue @default) => maybe.Match(x => x, _ => @default);
... | using System;
using System.Threading.Tasks;
namespace ContainerExpressions.Containers
{
public static class MaybeExtensions
{
#region Miscellaneous
public static TValue GetValueOrDefault<TValue, TError>(this Maybe<TValue, TError> maybe, TValue @default) => maybe.Match(x => x, _ => @default);
... |
9d1dc31602eeace02aa6a6c7610105e272766e2c | Add ReadUnicodeString | Add ReadUnicodeString
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver/IBinaryStreamReader.cs | mit | 1,591,734,485 | // AsmResolver - Executable file format inspection library
// Copyright (C) 2016-2019 Washi
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 3.0 of the License, o... | // AsmResolver - Executable file format inspection library
// Copyright (C) 2016-2019 Washi
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 3.0 of the License, o... |
ba23e75cfea374abab4860138cdb527641c5fb71 | Done VFSBase api docs. | Done VFSBase api docs.
| zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.System2/FileSystem/VFS/VFSBase.cs | bsd-3-clause | 1,591,734,397 | using System.Collections.Generic;
using Cosmos.System.FileSystem.Listing;
using System.IO;
namespace Cosmos.System.FileSystem.VFS
{
/// <summary>
/// Virtual file system base abstract class.
/// </summary>
public abstract class VFSBase
{
/// <summary>
/// Initializes the <see cref... | using System.Collections.Generic;
using Cosmos.System.FileSystem.Listing;
using System.IO;
namespace Cosmos.System.FileSystem.VFS
{
public abstract class VFSBase
{
public abstract void Initialize();
public abstract void RegisterFileSystem(FileSystemFactory aFileSystemFactory);
public... |
71852fed04f346b04fd235bbc8dceacece1b37ae | Improved wrong typing | Improved wrong typing
| mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new | src/DatenMeister.WPF/Forms/Fields/AnyDataField.cs | mit | 1,591,733,849 | using System.Windows;
using System.Windows.Controls;
using BurnSystems;
using DatenMeister.Core.EMOF.Interface.Reflection;
using DatenMeister.Models.Forms;
using DatenMeister.Runtime;
using DatenMeister.Uml.Helper;
using DatenMeister.WPF.Forms.Base;
namespace DatenMeister.WPF.Forms.Fields
{
public class AnyDataFie... | using System.Windows;
using System.Windows.Controls;
using BurnSystems;
using DatenMeister.Core.EMOF.Interface.Reflection;
using DatenMeister.Models.Forms;
using DatenMeister.Runtime;
using DatenMeister.Uml.Helper;
using DatenMeister.WPF.Forms.Base;
namespace DatenMeister.WPF.Forms.Fields
{
public class AnyDataFie... |
9028453c93f7a64ef9ba9e3fe7f5e09bb5b9463f | Make GetVersionInfo() work with newer versions of Newtonsoft.Json | Make GetVersionInfo() work with newer versions of Newtonsoft.Json
| imazen/imageflow-dotnet | src/Imageflow/Bindings/VersionInfo.cs | agpl-3.0 | 1,591,733,843 | using System;
using System.Xml;
namespace Imageflow.Bindings
{
public class VersionInfo
{
private VersionInfo() { }
internal static VersionInfo FromDynamic(dynamic versionInfo)
{
var info = new VersionInfo();
string longVersionString = versionInfo.long_version_st... | using System;
using System.Xml;
namespace Imageflow.Bindings
{
public class VersionInfo
{
private VersionInfo() { }
internal static VersionInfo FromDynamic(dynamic versionInfo)
{
var info = new VersionInfo();
string dateTime = versionInfo.build_date.Value;
... |
2b919a0f0accba5bb0172c89d67f76f4408d1571 | - Introduced SetProperty helper method. | - Introduced SetProperty helper method.
| KrabatTilt/FlatMVVM | FlatMVVM/FlatVM.cs | mit | 1,591,733,659 | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace TT.FlatMVVM
{
/// <summary>
/// ViewModel base class.
/// </summary... | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace TT.FlatMVVM
{
/// <summary>
/// ViewModel base class.
/// </summary... |
4205d96bf762a2e5f9fd195e9ec7378fb425ba96 | Prevent NullReferenceException when searching entities that lack a valid fallback search property ("Name", or a PK) | Prevent NullReferenceException when searching entities that lack a valid fallback search property ("Name", or a PK)
| IntelliTect/Coalesce,IntelliTect/Coalesce,IntelliTect/Coalesce | src/IntelliTect.Coalesce/TypeDefinition/ClassViewModel.cs | apache-2.0 | 1,591,733,613 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic;
using System.Reflection;
using System.Linq.Expressions;
using System.ComponentModel;
using System.Text.RegularExpressions;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic;
using System.Reflection;
using System.Linq.Expressions;
using System.ComponentModel;
using System.Text.RegularExpressions;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using... |
b1c9964daa87291a64644a064553078f236f4e37 | Update VersionInfo.cs | Update VersionInfo.cs
Try typing dynamic variables to prevent issue with XmlConvert.ToDateTime
| imazen/imageflow-dotnet | src/Imageflow/Bindings/VersionInfo.cs | agpl-3.0 | 1,591,733,324 | using System;
using System.Xml;
namespace Imageflow.Bindings
{
public class VersionInfo
{
private VersionInfo() { }
internal static VersionInfo FromDynamic(dynamic versionInfo)
{
var info = new VersionInfo();
string dateTime = versionInfo.build_date.Value;
... | using System;
using System.Xml;
namespace Imageflow.Bindings
{
public class VersionInfo
{
internal VersionInfo() { }
internal static VersionInfo FromDynamic(dynamic versionInfo)
{
var info = new VersionInfo();
info.BuildDate = XmlConvert.ToDateTime(versionInfo.b... |
d6862eb21695a0ecbd1aa1362eb67ba3e1985c87 | Mask first byte (#5403) | Mask first byte (#5403)
This is to fix dotnet/runtime#37333.
It is not entirely clear that we need to mask out the first byte. If a handshake starts with 5F or 60, it will clearly fail, but it is possible we don't need to do that anymore because that was originally made true to avoid mixing with an older implementa... | rainersigwald/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,cdmihai/msbuild,mono/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,mono/msbuild,mono/msbuild,cdmihai/msbuild,mono/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,sean-gill... | src/Shared/CommunicationsUtilities.cs | mit | 1,591,730,509 | // 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;
using System.Globalization;
using System.IO;
using System.IO.Pipes;
using System.Runtime.Inte... | // 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;
using System.Globalization;
using System.IO;
using System.IO.Pipes;
using System.Runtime.Inte... |
3f261809956b4ab06925ac4852155bea9bad00a6 | Added http response to UserThrownException when wrapping WebExceptions in the WebServiceClient. | Added http response to UserThrownException when wrapping WebExceptions in the WebServiceClient.
| PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite,PaulKolozsvari/Figlut-Suite | source/trunk/Windows/Figlut.Server.Toolkit.45/Web/Client/WebServiceClient.cs | mit | 1,591,730,133 | namespace Figlut.Server.Toolkit.Web.Client
{
#region Using Directives
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.IO;
using Figlut.Server.Toolkit.Utilities.Serialization;
using Figlut.Server.Toolkit.Data;
... | namespace Figlut.Server.Toolkit.Web.Client
{
#region Using Directives
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.IO;
using Figlut.Server.Toolkit.Utilities.Serialization;
using Figlut.Server.Toolkit.Data;
... |
aacacd75f08f289fa77cc5d9be211145b8378b7d | Remove abstract from the class | Remove abstract from the class
| peppy/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu | osu.Game.Tournament/TournamentGameBase.cs | mit | 1,591,730,045 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Textures;
using osu.Framework.Input;... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Textures;
using osu.Framework.Input;... |
a88efdb2c11f75031a72e8ec61025c746cde3efb | if date/time kind is local, should convert the value to universal time before formatting, as .net format function does not do this conversion automatically | if date/time kind is local, should convert the value to universal time before formatting, as .net format function does not do this conversion automatically
| volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity | Serenity.Data.Entity/FieldTypes/DateTimeField.cs | mit | 1,591,730,013 | using System;
using System.Data;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.Globalization;
#if COREFX
using Newtonsoft.Json.Linq;
#endif
namespace Serenity.Data
{
public sealed class DateTimeField : GenericValueField<DateTime>
{
public DateTimeField(ICollection<... | using System;
using System.Data;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.Globalization;
#if COREFX
using Newtonsoft.Json.Linq;
#endif
namespace Serenity.Data
{
public sealed class DateTimeField : GenericValueField<DateTime>
{
public DateTimeField(ICollection<... |
b72a881879fed4caa11cab1d364028608ee2c0bf | Fix file attachments in YouTrack issues (BL-8573) | Fix file attachments in YouTrack issues (BL-8573)
| gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDes... | src/BloomExe/web/YouTrackIssueSubmission.cs | mit | 1,591,729,882 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using Bloom.web;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SIL.IO;
using SIL.Reporting;
using HttpClient = System.Net.Http... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using Bloom.web;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SIL.IO;
using SIL.Reporting;
using HttpClient = System.Net.Http... |
ed344402574650dd99406c343d5b24322b27ef2a | Update CardIds for 17.4.0.49534 | Update CardIds for 17.4.0.49534
| HearthSim/HearthDb | HearthDb/CardIds.cs | mit | 1,591,729,569 | namespace HearthDb
{
/* THIS CLASS WAS GENERATED BY HearthDb.CardIdGenerator. DO NOT EDIT. */
public class CardIds
{
public class Collectible
{
public class Neutral
{
public const string TwilightGuardian = "AT_017";
public const string ... | namespace HearthDb
{
/* THIS CLASS WAS GENERATED BY HearthDb.CardIdGenerator. DO NOT EDIT. */
public class CardIds
{
public class Collectible
{
public class Neutral
{
public const string TwilightGuardian = "AT_017";
public const string ... |
92caafea49e1451527dc7339b290fcd59814426e | Update Enums for 17.4.0.49534 | Update Enums for 17.4.0.49534
| HearthSim/HearthDb | HearthDb/Enums/Enums.cs | mit | 1,591,729,322 | namespace HearthDb.Enums
{
/* THIS FILE WAS GENERATED BY HearthDb.EnumsGenerator. DO NOT EDIT. */
public enum BlockType
{
INVALID = 0,
ATTACK = 1,
CONTINUOUS = 2,
JOUST = 2,
POWER = 3,
SCRIPT = 4,
TRIGGER = 5,
DEATHS = 6,
PLAY = 7,
... | namespace HearthDb.Enums
{
/* THIS FILE WAS GENERATED BY HearthDb.EnumsGenerator. DO NOT EDIT. */
public enum BlockType
{
INVALID = 0,
ATTACK = 1,
CONTINUOUS = 2,
JOUST = 2,
POWER = 3,
SCRIPT = 4,
TRIGGER = 5,
DEATHS = 6,
PLAY = 7,
... |
dbd7d6d1dff44249107a56a1f43e7689518a4f44 | Initialize setup supported cultures only if there is a meta package (#6357) | Initialize setup supported cultures only if there is a meta package (#6357)
| OrchardCMS/Brochard,petedavis/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orcha... | src/OrchardCore.Modules/OrchardCore.Setup/Startup.cs | bsd-3-clause | 1,591,729,075 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
usin... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
usin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.