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 |
|---|---|---|---|---|---|---|---|---|
bd997fd77eab51547dda9e44bb154604de13cec0 | CON-1144-fix failing test | CON-1144-fix failing test
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web.UnitTests/Filters/DasEmployerAccountsAuthorizationFilterTests.cs | mit | 1,591,201,831 | using System;
using System.Net;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Authorization.Mvc.Filters;
using SFA.DAS.Authorization.Services;
usin... | using System;
using System.Net;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Authorization.Mvc.Filters;
using SFA.DAS.Authorization.Services;
usin... |
9a0b14cac626cdf5df5294137ee5c05b756a72d8 | CON-1144-fix tests | CON-1144-fix tests
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web.UnitTests/Filters/DasEmployerAccountsUnauthorizedAccessExceptionFilterTests.cs | mit | 1,591,201,831 | using System;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Extensions;
using SFA.DAS.EmployerAccounts.Web.Authorization;
names... | using System;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Extensions;
using SFA.DAS.EmployerAccounts.Web.Authorization;
names... |
94674bf5e2afb0d1cbf24b0b51f900ada4c92b47 | Update TypographyTextContext for latest Typography | Update TypographyTextContext for latest Typography
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplementation/Shared/Text/TypographyTextContext.cs | agpl-3.0 | 1,591,201,684 | using System;
using System.Collections.Generic;
using ImGui.OSAbstraction.Text;
using Typography.OpenFont;
using Typography.TextLayout;
namespace ImGui.OSImplementation
{
/// <summary>
/// Text context based on Typography
/// </summary>
/// <remarks>TypographyTextContext is an pure C# implementation o... | using System;
using System.Collections.Generic;
using ImGui.OSAbstraction.Text;
using Typography.OpenFont;
using Typography.Rendering;
using Typography.TextLayout;
namespace ImGui.OSImplementation
{
/// <summary>
/// Text context based on Typography
/// </summary>
/// <remarks>TypographyTextContext is... |
e3706dcff3530f992a17933a15e85c95ab65a2ef | Fix up tag value transformer | Fix up tag value transformer
| bretcope/BosunReporter.NET,bretcope/BosunReporter.NET | src/StackExchange.Metrics/MetricSourceOptions.cs | mit | 1,591,201,604 | using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Text.RegularExpressions;
namespace StackExchange.Metrics
{
/// <summary>
/// Options used to customise how metrics are created.
/// </summary>
public class MetricSourceO... | using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
namespace StackExchange.Metrics
{
/// <summary>
/// Options used to customise how metrics are created.
/// </summary>
public class MetricSourceOptions : IOptions<MetricSourceOptions>... |
be25d3175dfc7cf621e539c9e8e8cb43a95889d0 | Fix - Reso parlante l'errore di Composizione avanzata | Fix - Reso parlante l'errore di Composizione avanzata
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Controllers/ComposizionePartenzaAvanzataController.cs | agpl-3.0 | 1,591,201,594 | //-----------------------------------------------------------------------
// <copyright file="ComposizionePartenzaAvanzataController.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 Aff... | //-----------------------------------------------------------------------
// <copyright file="ComposizionePartenzaAvanzataController.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 Aff... |
28790c414028db60edc3680a579f17c5b9d1428e | CON-1144-inherit error controller from base controller | CON-1144-inherit error controller from base controller
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Controllers/ErrorController.cs | mit | 1,591,201,540 | using System.Net;
using System.Web.Mvc;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
namespace SFA.DAS.EmployerAccounts.Web.Controllers
{
public class ErrorController : BaseController
{
[Route("accessdenied")]
public Ac... | using System.Net;
using System.Web.Mvc;
namespace SFA.DAS.EmployerAccounts.Web.Controllers
{
public class ErrorController : Controller
{
[Route("accessdenied")]
public ActionResult AccessDenied()
{
Response.StatusCode = (int)HttpStatusCode.Forbidden;
return Vie... |
e1585823264135b2edbacd7030eb5ec6306d9d84 | Update TestRegistry.cs | Update TestRegistry.cs
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.UnitTests/DependencyResolution/AuditRegistry/TestRegistry.cs | mit | 1,591,201,539 | using SFA.DAS.AutoConfiguration;
using SFA.DAS.Authentication;
using StructureMap;
using Moq;
using SFA.DAS.EmployerAccounts.Extensions;
namespace SFA.DAS.EmployerAccounts.UnitTests.DependencyResolution.AuditRegistry
{
public class TestRegistry : Registry
{
private Mock<IEnvironmentService> _mockEnvir... | using SFA.DAS.AutoConfiguration;
using SFA.DAS.Authentication;
using StructureMap;
using Moq;
namespace SFA.DAS.EmployerAccounts.UnitTests.DependencyResolution.AuditRegistry
{
public class TestRegistry : Registry
{
private Mock<IEnvironmentService> _mockEnvironmentService;
private Mock<IAuthen... |
46c7de1e975a262c096875506fd2bd117db2b87d | CON-1144-fix broken tests | CON-1144-fix broken tests
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web.UnitTests/Filters/DasEmployerAccountsUnauthorizedAccessExceptionFilterTests.cs | mit | 1,591,201,539 | using System;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Extensions;
using SFA.DAS.EmployerAccounts.Web.Authorization;
names... | using System;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Configuration;
using SFA.DAS.EmployerAccounts.Extensions;
using SFA.DAS.EmployerAccounts.Web.Authorization;
names... |
1cb073bade1f95ffb1be08b631f9e600d2c6a5ed | Update HtmlHelperExtensionsTests.cs | Update HtmlHelperExtensionsTests.cs
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web.UnitTests/Extensions/HtmlHelperExtensionsTests.cs | mit | 1,591,201,538 | using System;
using System.Collections.Generic;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using MediatR;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.Authoriz... | using System;
using System.Collections.Generic;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using MediatR;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.Employer... |
49745d188caa3279c158412f87daf15fdbae9d5a | Update DasEmployerAccountsAuthorizationFilterTests.cs | Update DasEmployerAccountsAuthorizationFilterTests.cs
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web.UnitTests/Filters/DasEmployerAccountsAuthorizationFilterTests.cs | mit | 1,591,201,538 | using System;
using System.Net;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Authorization.Mvc.Filters;
using SFA.DAS.Authorization.Services;
usin... | using System;
using System.Net;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Moq;
using NUnit.Framework;
using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Authorization.Mvc.Filters;
using SFA.DAS.Authorization.Services;
using SFA.DAS.EmployerAccounts.Con... |
cc87681ab5d30b86c5065fdd865aaa25b726a4cf | Skips Logging test that timeouts. See #1066. | Skips Logging test that timeouts. See #1066.
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | logging/api/LoggingTest/LoggingTest.cs | apache-2.0 | 1,591,201,130 | /*
* Copyright (c) 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | /*
* Copyright (c) 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
11d925f318c9cf2e520cace27fb8a2375999991a | fix for not ignoring changed properties on synced library files | fix for not ignoring changed properties on synced library files
| cadon/ARKStatsExtractor | ARKBreedingStats/library/CreatureCollection.cs | mit | 1,591,200,690 | using ARKBreedingStats.species;
using ARKBreedingStats.values;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
namespace ARKBreedingStats.Library
{
[JsonObject(MemberSerialization.OptIn)]
public class CreatureCollection
{
... | using ARKBreedingStats.species;
using ARKBreedingStats.values;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
namespace ARKBreedingStats.Library
{
[JsonObject(MemberSerialization.OptIn)]
public class CreatureCollection
{
... |
c18bc1a7ae167010b73ff711bc5012c3e96a4bb2 | Fix bug with missing unmute timers. | Fix bug with missing unmute timers.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | MitternachtWeb/Areas/Guild/Controllers/MutesController.cs | mit | 1,591,200,641 | using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Modules.Administration.Services;
using Mitternacht.Services;
using MitternachtWeb.Areas.Guild.Models;
using MitternachtWeb.Exceptions;
using System;
using System.Linq;
using System.Threading... | using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Modules.Administration.Services;
using Mitternacht.Services;
using MitternachtWeb.Areas.Guild.Models;
using MitternachtWeb.Exceptions;
using System;
using System.Linq;
using System.Threading... |
406e8b1dc9556adfe4a6514e81a28bc31f74cb35 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,591,199,418 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
ece18811d65a7550102ce0851f0c5f03daeae4c8 | Add ModuleDefinition.NativeResources property | Add ModuleDefinition.NativeResources property
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/ModuleDefinition.cs | mit | 1,591,199,199 | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Serialized;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.Lazy;
using AsmResolver.PE;
using AsmResolver.PE.Builder;
usi... | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Serialized;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.Lazy;
using AsmResolver.PE;
using AsmResolver.PE.Builder;
usi... |
77ef004db4c0268b99aa719e74b50ff2044d2f3f | Update async Dispose and methods references (#22407) | Update async Dispose and methods references (#22407)
* Update async Dispose and methods references
- `Dispose` can be changed to `DisposeAsync`
- The methods in the following code snippet are not available, it causes duplicate references
```
/// <summary>
/// <see cref="HelperResult.WriteTo(Tex... | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Shared/RazorViews/BaseView.cs | apache-2.0 | 1,591,198,988 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.T... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.T... |
e9d8842c75449729d541665476f4904021e5f3b8 | Deletion of unused code | Deletion of unused code
| JasperFx/jasper,JasperFx/jasper,JasperFx/jasper,JasperFx/jasper | src/Jasper/Runtime/WorkerQueues/DurableWorkerQueue.cs | mit | 1,591,198,917 | using System;
using System.Threading.Tasks;
using System.Threading.Tasks.Dataflow;
using Baseline.Dates;
using Jasper.Configuration;
using Jasper.Logging;
using Jasper.Persistence.Durability;
using Jasper.Transports;
using Jasper.Transports.Tcp;
using Polly;
using Polly.Retry;
namespace Jasper.Runtime.WorkerQueues
{
... | using System;
using System.Threading.Tasks;
using System.Threading.Tasks.Dataflow;
using Baseline.Dates;
using Jasper.Configuration;
using Jasper.Logging;
using Jasper.Persistence.Durability;
using Jasper.Transports;
using Jasper.Transports.Tcp;
using Polly;
using Polly.Retry;
namespace Jasper.Runtime.WorkerQueues
{
... |
73711ac7ee7dcfe31366f29ed093e9188f976e9e | AliceClients get their own nonces | AliceClients get their own nonces
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Client/Clients/CoinJoinClient4.cs | mit | 1,591,198,751 | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.B... | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.B... |
6e14e14977e9291a7146eaa4858cec8109d13d41 | fix 2019.3 error | fix 2019.3 error
| wotakuro/UnityProfilerIntervalSave | Editor/ProfilerIntervalSave.cs | mit | 1,591,198,687 | using System.Collections;
using System.Collections.Generic;
using System;
using System.Text;
using UnityEngine;
using UnityEditor;
using UnityEditorInternal;
#if UNITY_5_6_OR_NEWER
using UnityEngine.Profiling;
public class ProfilerIntervalSave : EditorWindow {
private const string DefaultSaveDir = "ProfilerInte... | using System.Collections;
using System.Collections.Generic;
using System;
using System.Text;
using UnityEngine;
using UnityEditor;
using UnityEditorInternal;
#if UNITY_5_6_OR_NEWER
using UnityEngine.Profiling;
public class ProfilerIntervalSave : EditorWindow {
private const string DefaultSaveDir = "ProfilerInte... |
2d9a474064d11bd92cbe23329ad4d0ec8350886f | #1657 Fixed DataPortalExceptionInspector=> InspectException does not track actual objectType,and businessObject in case exception is thrown by any CommandBase. | #1657 Fixed DataPortalExceptionInspector=> InspectException does not track actual objectType,and businessObject in case exception is thrown by any CommandBase.
| rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla,rockfordlhotka/csla | Source/Csla.Shared/Server/SimpleDataPortal.cs | mit | 1,591,197,832 | //-----------------------------------------------------------------------
// <copyright file="SimpleDataPortal.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Implements the server-side DataPortal as discussed</summary>
//... | //-----------------------------------------------------------------------
// <copyright file="SimpleDataPortal.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Implements the server-side DataPortal as discussed</summary>
//... |
0a122c249cd707cb874b8033b12d128d33047779 | Change client ID & add image assets (large image, and text). | Change client ID & add image assets (large image, and text).
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Services/Discord/RichPresenceProvider.cs | mpl-2.0 | 1,591,197,084 | using System.Diagnostics.CodeAnalysis;
using DiscordRPC;
namespace Alex.Services.Discord
{
public static class RichPresenceProvider
{
// ReSharper disable once MemberCanBePrivate.Global
public const string DEFAULT_CLIENT_ID = "717714385333911615";
private static string clientId = DE... | using System.Diagnostics.CodeAnalysis;
using DiscordRPC;
namespace Alex.Services.Discord
{
public static class RichPresenceProvider
{
// ReSharper disable once MemberCanBePrivate.Global
public const string DEFAULT_CLIENT_ID = "715598336014417982";
private static string clientId = DE... |
892d6b425d23a6ce5a273f5ecf514d592a371bd7 | Fix #1016 (#1068) | Fix #1016 (#1068)
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Weapon/Ranged/Hitscan/HitscanWeaponComponent.cs | mit | 1,591,196,774 | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Power;
using Content.Server.GameObjects.Components.Sound;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Utility;
using Content.Shared.GameObjects;
using Content.Shared.Interfaces;
using Content.Shared.Physics;
using Rob... | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Power;
using Content.Server.GameObjects.Components.Sound;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Utility;
using Content.Shared.GameObjects;
using Content.Shared.Interfaces;
using Content.Shared.Physics;
using Rob... |
b2c94974b2efc9213d315f7436ab26b49ceb2d72 | remove a TODO | remove a TODO
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/WritingPrimitives.cs | bsd-3-clause | 1,591,196,721 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
e32cf9264776f4b06c5f7c45201897ecadca9459 | SubscriptionOnlineMessageAdapter. Fix commit eb21e4ea275ea7293721a8669b2a6dd2c2dc0b94 | SubscriptionOnlineMessageAdapter. Fix commit eb21e4ea275ea7293721a8669b2a6dd2c2dc0b94
| StockSharp/StockSharp | Algo/SubscriptionOnlineMessageAdapter.cs | apache-2.0 | 1,591,196,659 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Localization;
using StockSharp.Logging;
/// <summary>
/// Online subscription counter adapter.
/// </summary>
public class SubscriptionOnlineM... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Localization;
using StockSharp.Logging;
/// <summary>
/// Online subscription counter adapter.
/// </summary>
public class SubscriptionOnlineM... |
2b155521c06db7efea08fa15f86b18c59b4517d9 | Fixed pr review comments. https://github.com/martindevans/Cassowary.net/pull/3#discussion_r434630827 | Fixed pr review comments. https://github.com/martindevans/Cassowary.net/pull/3#discussion_r434630827 | martindevans/Cassowary.net | Cassowary/ClLinearExpression.cs | lgpl-2.1 | 1,591,196,629 | /*
Cassowary.net: an incremental constraint solver for .NET
(http://lumumba.uhasselt.be/jo/projects/cassowary.net/)
Copyright (C) 2005-2006 Jo Vermeulen (jo.vermeulen@uhasselt.be)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public Li... | /*
Cassowary.net: an incremental constraint solver for .NET
(http://lumumba.uhasselt.be/jo/projects/cassowary.net/)
Copyright (C) 2005-2006 Jo Vermeulen (jo.vermeulen@uhasselt.be)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public Li... |
2b1e44894bae29e5038b1b2ed826a897ac04c5dc | Fix a bug leading to the printing of the same unmute time for all muted users. | Fix a bug leading to the printing of the same unmute time for all muted users.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | MitternachtWeb/Areas/Moderation/Controllers/MutesController.cs | mit | 1,591,196,135 | using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Modules.Administration.Services;
using Mitternacht.Services;
using MitternachtWeb.Areas.Moderation.Models;
using MitternachtWeb.Exceptions;
using System;
using System.Linq;
using System.Thre... | using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Modules.Administration.Services;
using Mitternacht.Services;
using MitternachtWeb.Areas.Moderation.Models;
using MitternachtWeb.Exceptions;
using System;
using System.Linq;
using System.Thre... |
45caa3df4fd0b4ce36e98f19cf23fcbd3fced3e8 | add NoInterceptProperty extension | add NoInterceptProperty extension
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Aspect/FluentAspectOptionsExtensions.cs | mit | 1,591,196,115 | using System;
using System.Linq.Expressions;
using System.Reflection;
using WeihanLi.Common.Helpers;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
public static class FluentAspectOptionsExtensions
{
#region Intercept
public static IInterceptionConfiguration Intercept(this Flue... | using System;
using System.Linq.Expressions;
using System.Reflection;
using WeihanLi.Common.Helpers;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
public static class FluentAspectOptionsExtensions
{
#region Intercept
public static IInterceptionConfiguration Intercept(this Flue... |
381ac51af6cb834bd446cf9bace7432243e83490 | Fix nullable warning in IntegrationTestBase (#22487) | Fix nullable warning in IntegrationTestBase (#22487)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/test/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/IntegrationTestBase.cs | apache-2.0 | 1,591,195,715 | // 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.
#nullable enable
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.Regular... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using... |
bc2cac5c0825e6fbdc0e410f5feab3325ad0625f | Closes #1820 | Closes #1820
Those properties started being serialized the moment we opened them as part of PublicAPI, we do not intend to serialize them when sending to Steam.
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Json/Steam.cs | apache-2.0 | 1,591,195,684 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
66ec2afe5cdcd9eb77adf5015966e5dcb652c1d1 | Remove broken import test | Remove broken import test
| peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu | osu.Game.Tests/Beatmaps/IO/ImportBeatmapTest.cs | mit | 1,591,195,120 | // 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.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NUnit.F... | // 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.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NUnit.... |
64eb8d09a8041fe948b231541e48f891d2d4450b | use conditional exp | use conditional exp
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/WalletViewModel.cs | mit | 1,591,194,948 | using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.G... | using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.G... |
35940eca6337a0e1d54d1ac8ff57d2de90a120f2 | Remove unmute timer from database when unmuting. | Remove unmute timer from database when unmuting.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Administration/Services/MuteService.cs | mit | 1,591,194,633 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... |
89f08d80000430adc7e767319110911fa1ed3da0 | Fix for bitbucket local dashes in repo names (#991) | Fix for bitbucket local dashes in repo names (#991)
| skolima/NuKeeper,AnthonySteele/NuKeeper,NuKeeperDotNet/NuKeeper,skolima/NuKeeper,NuKeeperDotNet/NuKeeper,skolima/NuKeeper,AnthonySteele/NuKeeper,AnthonySteele/NuKeeper,NuKeeperDotNet/NuKeeper | Nukeeper.BitBucketLocal/BitBucketLocalPlatform.cs | apache-2.0 | 1,591,194,168 | using NuKeeper.Abstractions.CollaborationModels;
using NuKeeper.Abstractions.CollaborationPlatform;
using NuKeeper.Abstractions.Configuration;
using NuKeeper.Abstractions.Logging;
using NuKeeper.BitBucketLocal.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System... | using NuKeeper.Abstractions.CollaborationModels;
using NuKeeper.Abstractions.CollaborationPlatform;
using NuKeeper.Abstractions.Configuration;
using NuKeeper.Abstractions.Logging;
using NuKeeper.BitBucketLocal.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System... |
6bf9b0fc27967669d4fd18f084c32dad393df33d | Handle Azure DevOps repositories with repository names that are not all lowercase (#992) | Handle Azure DevOps repositories with repository names that are not all lowercase (#992)
Co-authored-by: Jørn Andre Sundt <62bde70d384f981c72649de73a97f45477b5d5a2@trintech.com> | AnthonySteele/NuKeeper,NuKeeperDotNet/NuKeeper,AnthonySteele/NuKeeper,NuKeeperDotNet/NuKeeper,NuKeeperDotNet/NuKeeper,skolima/NuKeeper,AnthonySteele/NuKeeper,skolima/NuKeeper,skolima/NuKeeper | NuKeeper.AzureDevOps/AzureDevopsPlatform.cs | apache-2.0 | 1,591,194,149 | using NuKeeper.Abstractions.CollaborationModels;
using NuKeeper.Abstractions.CollaborationPlatform;
using NuKeeper.Abstractions.Configuration;
using NuKeeper.Abstractions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
namespace NuKeeper.... | using NuKeeper.Abstractions.CollaborationModels;
using NuKeeper.Abstractions.CollaborationPlatform;
using NuKeeper.Abstractions.Configuration;
using NuKeeper.Abstractions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
namespace NuKeeper.... |
714f14522b32218554652e7d6001243d2a8e6990 | Fixed https://github.com/martindevans/Cassowary.net/issues/2 | Fixed https://github.com/martindevans/Cassowary.net/issues/2 | martindevans/Cassowary.net | Cassowary/ClLinearExpression.cs | lgpl-2.1 | 1,591,193,985 | /*
Cassowary.net: an incremental constraint solver for .NET
(http://lumumba.uhasselt.be/jo/projects/cassowary.net/)
Copyright (C) 2005-2006 Jo Vermeulen (jo.vermeulen@uhasselt.be)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public Li... | /*
Cassowary.net: an incremental constraint solver for .NET
(http://lumumba.uhasselt.be/jo/projects/cassowary.net/)
Copyright (C) 2005-2006 Jo Vermeulen (jo.vermeulen@uhasselt.be)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public Li... |
4601d523ad67cb93d3a799800381c967373199b8 | Added comments to IAnnotationClient | Added comments to IAnnotationClient
| prajjwaldimri/Genius.NET | Genius/Genius/Clients/Interfaces/IAnnotationClient.cs | mit | 1,591,193,912 | using System.Threading.Tasks;
using Genius.Models.Annotation;
using Genius.Models.Response;
namespace Genius.Clients.Interfaces
{
/// <summary>
/// Handles annotation related tasks.
/// See: https://docs.genius.com/#annotations-h2
/// </summary>
public interface IAnnotationClient
{
/// <summary>
... | using System.Threading.Tasks;
using Genius.Models.Annotation;
using Genius.Models.Response;
namespace Genius.Clients.Interfaces
{
/// <summary>
/// Handles annotation related tasks.
/// See: https://docs.genius.com/#annotations-h2
/// </summary>
public interface IAnnotationClient
{
/// <summary>
... |
3f66c0898afdb988f73dabcd4a579f1a4bf8a6c8 | Tidy up the benchmark prompt. | Tidy up the benchmark prompt.
| autofac/Autofac,autofac/Autofac | bench/Autofac.BenchmarkProfiling/Program.cs | mit | 1,591,193,808 | using BenchmarkDotNet.Running;
using BenchmarkDotNet.Toolchains.InProcess.NoEmit;
using System;
using System.Linq;
using System.Threading;
namespace Autofac.BenchmarkProfiling
{
/// <summary>
/// Simple command-line tool to invoke a benchmark manually in a way that helps with profiling each of the benchmarks.... | using BenchmarkDotNet.Running;
using BenchmarkDotNet.Toolchains.InProcess.NoEmit;
using System;
using System.Linq;
using System.Threading;
namespace Autofac.BenchmarkProfiling
{
/// <summary>
/// Simple command-line tool to invoke a benchmark manually in a way that helps with profiling each of the benchmarks.... |
6f6dece51439a8fa23415779d09f058dcbd8882d | Fix for no standard input | Fix for no standard input
| godarklight/DMPDistributedDBBackend-stateless | DMPDistributedDBBackend/MainClass.cs | unlicense | 1,591,193,734 | using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
namespace DMPDistributedDBBackend
{
public class MainClass
{
//Current clients for command printing
private static DatabaseClient databaseClient;
private static DatabaseDriver databaseDriver;
priv... | using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
namespace DMPDistributedDBBackend
{
public class MainClass
{
//Current clients for command printing
private static DatabaseClient databaseClient;
private static DatabaseDriver databaseDriver;
priv... |
44bf94ba0fc496a0241fd9836e94d2afd360b061 | Do the same for the ButtonIndicator | Do the same for the ButtonIndicator
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/ButtonIndicator1.cs | apache-2.0 | 1,591,193,075 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using PxKeystrokesWPF;
na... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using PxKeystrokesWPF;
na... |
ba61d76e5218f2a1c7240b2ac6a9fc98c9ae9ba2 | simplify serialization to single span | simplify serialization to single span
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/MessageExtensions.cs | bsd-3-clause | 1,591,192,469 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
e886baa501dec07e2108982f9b2f1207dbbb9098 | removed code that causes qr codes to generate incorrectly on linux and mac | removed code that causes qr codes to generate incorrectly on linux and mac
| codebude/QRCoder | QRCoder/QRCode.cs | mit | 1,591,191,861 | #if NETFRAMEWORK || NETSTANDARD2_0
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using static QRCoder.QRCodeGenerator;
namespace QRCoder
{
public class QRCode : AbstractQRCode, IDisposable
{
/// <summary>
/// Constructor without params to be used in COM Objects connections... | #if NETFRAMEWORK || NETSTANDARD2_0
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using static QRCoder.QRCodeGenerator;
namespace QRCoder
{
public class QRCode : AbstractQRCode, IDisposable
{
/// <summary>
/// Constructor without params to be used in COM Objects connections... |
e7ca49c95e5a8f9ae5f7a4817e1e34283d56bf61 | Improve XML docs for ActionResultObjectValueAttribute (#22479) | Improve XML docs for ActionResultObjectValueAttribute (#22479)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Mvc/Mvc.Core/src/Infrastructure/ActionResultObjectValueAttribute.cs | apache-2.0 | 1,591,191,773 | // 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;
namespace Microsoft.AspNetCore.Mvc.Infrastructure
{
/// <summary>
/// Attribute annotated on ActionResult constructor, helper me... | // 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;
namespace Microsoft.AspNetCore.Mvc.Infrastructure
{
/// <summary>
/// Attribute annoted on ActionResult constructor, helper meth... |
ecefd6e3aabdbb4520b46da8f8df08a1117f1a40 | Убрал ошибку, ускорил работу Ошибка проявляется в Finam данных Finam securities[i1].NameClass может быть null пример: 22137 i1=112 Name="7КонтинБО1" NameClass=null | Убрал ошибку, ускорил работу
Ошибка проявляется в Finam данных
Finam
securities[i1].NameClass может быть null
пример:
22137 i1=112 Name="7КонтинБО1" NameClass=null
В этот момент в строке:
// string item = ComboBoxClass.Items[i].Equals();// ToString() вызывает ошибку если и Items[i]=null а это бывает на данных c finam... | AlexWan/OsEngine | project/OsEngine/Market/Connectors/ConnectorCandlesUi.xaml.cs | apache-2.0 | 1,591,191,519 | /*
*Your rights to use the code are governed by this license https://github.com/AlexWan/OsEngine/blob/master/LICENSE
*Ваши права на использование кода регулируются данной лицензией http://o-s-a.net/doc/license_simple_engine.pdf
*/
using OsEngine.Entity;
using OsEngine.Logging;
using OsEngine.Market.Servers;
using O... | /*
*Your rights to use the code are governed by this license https://github.com/AlexWan/OsEngine/blob/master/LICENSE
*Ваши права на использование кода регулируются данной лицензией http://o-s-a.net/doc/license_simple_engine.pdf
*/
using OsEngine.Entity;
using OsEngine.Logging;
using OsEngine.Market.Servers;
using O... |
e62e3c0ac2a1d527e289378037eec0a66bea923c | add ToQueryNameCatch | add ToQueryNameCatch
| signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework | Signum.Engine/Basics/QueryLogic.cs | mit | 1,591,191,508 | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Entities.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Utilities;
using System.Reflection;
using Signum.Entities.DynamicQuery;
using Signum.Utilities.Reflection;
using Signum.Entities;
namespa... | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Entities.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Utilities;
using System.Reflection;
using Signum.Entities.DynamicQuery;
using Signum.Utilities.Reflection;
using Signum.Entities;
namespa... |
9affe5a96c00ba5e7450005eae24f154e156a006 | #49: Fix userguide link | #49: Fix userguide link
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoToolbox.Base/Commands/HelpCommands.cs | lgpl-2.1 | 1,591,191,453 | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// 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
//... | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// 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
//... |
fd10993770b688cd05bf91a6684afaa8e8fb4c73 | added support for parameters | added support for parameters
| dhindrik/TinyNavigationHelper | src/TinyNavigationHelper.Forms/ShellNavigationHelper.cs | mit | 1,591,190,801 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace TinyNavigationHelper.Forms
{
public class ShellNavigationHelper : FormsNavigationHelper
{
private Dictionary<string, string> queries = new Dictionary<string, string>();
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace TinyNavigationHelper.Forms
{
public class ShellNavigationHelper : FormsNavigationHelper
{
private Dictionary<string, string> queries = new Dictionary<string, string>();
... |
a388bf30f9974e176683dae140ac5ac72391b6ee | fix BindAdditionalField | fix BindAdditionalField
| AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework | Signum.Engine/Linq/ExpressionVisitor/QueryBinder.cs | mit | 1,591,190,379 | using Microsoft.SqlServer.Server;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Engine.PostgresCatalog;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Entities.DynamicQuery;
using Signum.Entities.Reflection;
using Signum.Utilities;
using Signum.Utilities.DataStructures;
... | using Microsoft.SqlServer.Server;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Engine.PostgresCatalog;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Entities.DynamicQuery;
using Signum.Entities.Reflection;
using Signum.Utilities;
using Signum.Utilities.DataStructures;
... |
09b89c3155aac3dc0a5b2a1e7b82f13fef60c980 | Fix panorama pixelation | Fix panorama pixelation
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Gui/GuiPanoramaSkyBox.cs | mpl-2.0 | 1,591,189,951 | using System;
using Alex.API.Graphics;
using Alex.API.Graphics.Textures;
using Alex.API.Gui.Graphics;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Alex.Gui
{
public class GuiPanoramaSkyBox : ITexture2D
{
public Texture2D Texture => _renderTarget;
public Rectangle ClipBounds =... | using System;
using Alex.API.Graphics;
using Alex.API.Graphics.Textures;
using Alex.API.Gui.Graphics;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Alex.Gui
{
public class GuiPanoramaSkyBox : ITexture2D
{
public Texture2D Texture => _renderTarget;
public Rectangle ClipBounds =... |
d1229639f13c20310e781d00d8ba06b3471b3dc4 | dont increment needlessly | dont increment needlessly
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CrashReporter/Models/SerializedException.cs | mit | 1,591,189,658 | using System;
using System.Collections.Generic;
using WalletWasabi.Helpers;
namespace WalletWasabi.Gui.CrashReporter.Models
{
[Serializable]
public class SerializedException
{
public string ExceptionType { get; set; }
public string Message { get; set; }
public string StackTrace { get; set; }
public Serializ... | using System;
using System.Collections.Generic;
using WalletWasabi.Helpers;
namespace WalletWasabi.Gui.CrashReporter.Models
{
[Serializable]
public class SerializedException
{
public string ExceptionType { get; set; }
public string Message { get; set; }
public string StackTrace { get; set; }
public Serializ... |
2ecf10be9b9dadde086e45a84dc9af7e6419eec9 | Fix sometimes displaying the wrong character when using shift | Fix sometimes displaying the wrong character when using shift
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeyboardHook.cs | apache-2.0 | 1,591,189,478 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Windows.Input;
using PxKeystrokesWPF;
namespace PxKeystrokesWPF
{
/// Some Parts are from
/// KEYBOARD.CS (c) 2006 b... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Windows.Input;
using PxKeystrokesWPF;
namespace PxKeystrokesWPF
{
/// Some Parts are from
/// KEYBOARD.CS (c) 2006 b... |
1e1d4554233adb75cca359198801094422c02eeb | add WriteFloat TODO | add WriteFloat TODO
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/WritingPrimitives.cs | bsd-3-clause | 1,591,188,387 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
66e028a1e32fefc585179c577729d792823bc475 | fix value type generation bug | fix value type generation bug
| SignalGo/SignalGo-full-net | SignalGo.Server/Helpers/ServiceReferenceHelper.cs | mit | 1,591,188,339 | using SignalGo.Server.Models;
using SignalGo.Server.ServiceManager;
using SignalGo.Shared.DataTypes;
using SignalGo.Shared.Helpers;
using SignalGo.Shared.Models;
using SignalGo.Shared.Models.ServiceReference;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;... | using SignalGo.Server.Models;
using SignalGo.Server.ServiceManager;
using SignalGo.Shared.DataTypes;
using SignalGo.Shared.Helpers;
using SignalGo.Shared.Models;
using SignalGo.Shared.Models.ServiceReference;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;... |
e057ea96228d18b5f286cff9ec78b23958b7fdec | add closing method | add closing method
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CrashReporter/Views/CrashReportWindow.xaml.cs | mit | 1,591,188,201 | using System;
using System.ComponentModel;
using Avalonia;
using Avalonia.Markup.Xaml;
using AvalonStudio.Shell.Controls;
using Splat;
namespace WalletWasabi.Gui.CrashReporter.Views
{
public class CrashReportWindow : MetroWindow
{
public CrashReportWindow()
{
InitializeComponent();
#if DEBUG
this.AttachDev... | using Avalonia;
using Avalonia.Markup.Xaml;
using AvalonStudio.Shell.Controls;
using Splat;
namespace WalletWasabi.Gui.CrashReporter.Views
{
public class CrashReportWindow : MetroWindow
{
public CrashReportWindow()
{
InitializeComponent();
#if DEBUG
this.AttachDevTools();
#endif
}
private void Initia... |
f6d9f0597b970c9411c623392ffea35a8bcc0fe4 | Add implicit join logic for multiplayer rooms | Add implicit join logic for multiplayer rooms
| peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu | osu.Game/Online/Chat/ChannelManager.cs | mit | 1,591,187,309 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu... |
ecbb29d3548f93b2cb34e381ec8dbd7727c5680e | add WriteContext.Flush() method | add WriteContext.Flush() method
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/WriteContext.cs | bsd-3-clause | 1,591,186,960 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
3cdc107bda15200530a4cc0cad2cc34b91eaf884 | fix bug in RefreshBuffer | fix bug in RefreshBuffer
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/WriteBufferHelper.cs | bsd-3-clause | 1,591,186,304 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
b80567c4d9e14c7863579be53456519c49725293 | Add Error.NotUsed status. | Add Error.NotUsed status.
Reference: I Programming Reference For MB200i MB400i MB410i at https://www.satoamerica.com/resources/documentation/manuals
| karronoli/tiny-sato | TinySato/Communication/JobStatus.cs | apache-2.0 | 1,591,186,002 | namespace TinySato.Communication
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
public class JobStatus
{
public string ID { get; }
public Health Health { get; }
public int LabelRemaining ... | namespace TinySato.Communication
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
public class JobStatus
{
public string ID { get; }
public Health Health { get; }
public int LabelRemaining ... |
7de296c101d682fed3d44370de7d378b0f8183be | Workaround for emulator bug of not populating ExecuteBatchDmlResponse.status | Workaround for emulator bug of not populating ExecuteBatchDmlResponse.status
| googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data/SpannerTransaction.cs | apache-2.0 | 1,591,185,916 | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... |
fe6d43471bc88d2568a69509aca52b646f82b852 | Stop "nested retry" in DML test table data population | Stop "nested retry" in DML test table data population
| googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.IntegrationTests/DmlTableFixture.cs | apache-2.0 | 1,591,185,916 | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... |
11e64ce6be5447aa8b14cd5162d8f22fb6e57582 | Fix test for "bad create database command" to actually be bad | Fix test for "bad create database command" to actually be bad
| googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.IntegrationTests/AdminTests.cs | apache-2.0 | 1,591,185,916 | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... |
5e5b8d97cb1de6ab1ba6513cbbd97579df1ecd15 | Skip partitioned DML snippet when running on emulator | Skip partitioned DML snippet when running on emulator
| jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.Snippets/SpannerConnectionSnippets.cs | apache-2.0 | 1,591,185,916 | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
67a6b8cf78d1abc80c4a8be340742f0a6b3e303a | Skip test that currently leaks a transaction | Skip test that currently leaks a transaction
When #5021 is fixed, we should be able to revert this.
| jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.IntegrationTests/BatchDmlTests.cs | apache-2.0 | 1,591,185,916 | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... |
669661c425dbca09533f1223f0e1d8010bba4497 | Further change to track down an error on TeamCity builds. | Further change to track down an error on TeamCity builds.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Internals/StandAlone/StandAlone.cs | apache-2.0 | 1,591,185,673 | // 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... |
b4c86edb3a3284f69c3d0c948ca1a871e4f8685e | Nullability constraints | Nullability constraints
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Application/DefaultAppManager.cs | mit | 1,591,184,439 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DefaultAppManager.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proj... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DefaultAppManager.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proj... |
d682bc9903d17c3edfd23bafac0d128c1b127ec5 | Uncommented test of code moved to .NET Core | Uncommented test of code moved to .NET Core
| umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,daw... | src/Umbraco.Tests/Web/Controllers/AuthenticationControllerTests.cs | mit | 1,591,183,985 | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Security.Cryptography;
using System.Threading;
using System.Web;
using System.Web.Hosting;
using System.Web.Http;
using Moq;
using Newtonsoft.Json;
using NUnit.Framework;
... | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Security.Cryptography;
using System.Threading;
using System.Web;
using System.Web.Hosting;
using System.Web.Http;
using Moq;
using Newtonsoft.Json;
using NUnit.Framework;
... |
b3933909fada90b244c0034e7e82841d46b3249b | Fix deletion of unmute timers. | Fix deletion of unmute timers.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Administration/Services/MuteService.cs | mit | 1,591,183,127 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... |
76d2a825e8feddae8b49cb02b91649502ef66ef4 | Fix exception | Fix exception
| ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EV... | osu.Framework/Platform/TcpIpcProvider.cs | mit | 1,591,182,684 | // 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.Diagnostics;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Newton... | // 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.Diagnostics;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Newton... |
4b5638b631a50893d70ec3e2f9867b4c20b55ad8 | Update WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs | Update WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs
Co-authored-by: Dávid Molnár <6d607974c44f675e0e525d39b2684f7b117c5263@gmail.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs | mit | 1,591,182,666 | using AvalonStudio.Extensibility;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Wallets;
namespace WalletWasabi.Gui.C... | using AvalonStudio.Extensibility;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Wallets;
namespace WalletWasabi.Gui.C... |
b6bfecabca63f50fd3e5ad2263f88a6bd206fd83 | Test change to debug the TeamCity integration tests. | Test change to debug the TeamCity integration tests.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Internals/StandAlone/StandAlone.cs | apache-2.0 | 1,591,182,645 | // 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... |
bb5811849e652546150a8d22beb5c949a02d779f | fix tostring indentation of stacktrace | fix tostring indentation of stacktrace
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CrashReporter/Models/SerializedException.cs | mit | 1,591,182,091 | using System;
using System.Collections.Generic;
using WalletWasabi.Helpers;
namespace WalletWasabi.Gui.CrashReporter.Models
{
[Serializable]
public class SerializedException
{
public string ExceptionType { get; set; }
public string Message { get; set; }
public string StackTrace { get; set; }
public Serializ... | using System;
using System.Collections.Generic;
using WalletWasabi.Helpers;
namespace WalletWasabi.Gui.CrashReporter.Models
{
[Serializable]
public class SerializedException
{
public string ExceptionType { get; set; }
public string Message { get; set; }
public string StackTrace { get; set; }
public Serializ... |
06ea95be125e9977e6f657053950ab61963c4fb6 | Fix - Valore di default delle richieste chiuse impostato a false | Fix - Valore di default delle richieste chiuse impostato a false
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/Infrastruttura/GestioneSoccorso/RicercaRichiesteAssistenza/FiltroRicercaRichiesteAssistenza.cs | agpl-3.0 | 1,591,182,054 | //-----------------------------------------------------------------------
// <copyright file="FiltroRicercaRichiesteAssistenza.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 Ge... | //-----------------------------------------------------------------------
// <copyright file="FiltroRicercaRichiesteAssistenza.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 Ge... |
945b4161685d5c5ddfd4e9cad0aff77106a6fdd7 | Fix - Settaggio dello stato di "In Sede" quando prenoto un mezzo | Fix - Settaggio dello stato di "In Sede" quando prenoto un mezzo
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/GestioneMezzi/SetMezzoPrenotato.cs | agpl-3.0 | 1,591,181,733 | using MongoDB.Driver;
using Persistence.MongoDB;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestionePartenza.SetMezzoPrenotato;
using SO115App.Models.Servizi.Infrastruttura.Composizione;
using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac;
using Sys... | using MongoDB.Driver;
using Persistence.MongoDB;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestionePartenza.SetMezzoPrenotato;
using SO115App.Models.Servizi.Infrastruttura.Composizione;
using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac;
using Sys... |
5846c38b3deef98517a06ddac85834f9b63e3c3d | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,180,871 | #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-... |
ea979f3c64e6583fe64ef37f37a94a2fa20798c2 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,180,810 | #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-... |
54a60cff00f4dd319fa8007d42b9c980032553c4 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,180,667 | #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-... |
3820ac8c24b488e1ae979bed22a5e4af8c70b716 | Fix - Corretta l'Aggiunta di una seconda partenza | Fix - Corretta l'Aggiunta di una seconda partenza
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/GestioneMezzi/SetMezzoPrenotato.cs | agpl-3.0 | 1,591,180,635 | using MongoDB.Driver;
using Persistence.MongoDB;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestionePartenza.SetMezzoPrenotato;
using SO115App.Models.Servizi.Infrastruttura.Composizione;
using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac;
using Sys... | using MongoDB.Driver;
using Persistence.MongoDB;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestionePartenza.SetMezzoPrenotato;
using SO115App.Models.Servizi.Infrastruttura.Composizione;
using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac;
using Sys... |
95f7370c7cdcb63d7e96e2481a3d78b86dc2907e | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,180,616 | #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-... |
0f7f901647c392bc656c30e7d593b4034f92982d | Added a new thrown exception for an unexpected null value where a valid delegator is not returned fomr the installer object. | Added a new thrown exception for an unexpected null value where a valid delegator is not returned fomr the installer object.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Internals/StandAlone/StandAlone.cs | apache-2.0 | 1,591,180,342 | // 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... |
4c95b5c2fb6075df6557e480519c6bce1c31f11d | Smooth lighting | Smooth lighting
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Graphics/Models/Blocks/ResourcePackBlockModel.cs | mpl-2.0 | 1,591,180,150 | using System;
using System.Collections.Generic;
using System.Linq;
using Alex.API.Blocks;
using Alex.API.Graphics;
using Alex.API.Utils;
using Alex.API.World;
using Alex.Blocks.Minecraft;
using Alex.ResourcePackLib.Json;
using Alex.ResourcePackLib.Json.BlockStates;
using Alex.ResourcePackLib.Json.Models.Blocks;
using ... | using System;
using System.Collections.Generic;
using System.Linq;
using Alex.API.Blocks;
using Alex.API.Graphics;
using Alex.API.Utils;
using Alex.API.World;
using Alex.Blocks.Minecraft;
using Alex.ResourcePackLib.Json;
using Alex.ResourcePackLib.Json.BlockStates;
using Alex.ResourcePackLib.Json.Models.Blocks;
using ... |
70082a766449a0da70ff6e5ed2c60d6147b3c57d | Add support for css style class definitions | Add support for css style class definitions
| jomar/NGraphics | NGraphics/SvgReader.cs | mit | 1,591,179,830 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using System.Globalization;
using System.Diagnostics;
using System.Text.RegularExpressions;
using System.IO;
namespace NGraphics
{
public class SvgReader
{
readonly IFormatProvider icult = System.Globalizati... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using System.Globalization;
using System.Diagnostics;
using System.Text.RegularExpressions;
using System.IO;
namespace NGraphics
{
public class SvgReader
{
readonly IFormatProvider icult = System.Globalizati... |
25160dc220d9f2f0bde4125f0bafd7446e3ad354 | Fix test name | Fix test name
| ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new | osu.Game.Tests/Beatmaps/IO/ImportBeatmapTest.cs | mit | 1,591,179,352 | // 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.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NUnit.... | // 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.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NUnit.... |
4a6bfd7a268633593705365931068204d838bf02 | Fix - Elenco mezzi in servizio | Fix - Elenco mezzi in servizio
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/OrdinamentoMezzi.cs | agpl-3.0 | 1,591,179,296 | using Google_API;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.API.Models.Classi.Composizione;
using SO115App.API.Models.Classi.Soccorso;
using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso;
using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso.GestioneTipologie;
us... | using Google_API;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.API.Models.Classi.Composizione;
using SO115App.API.Models.Classi.Soccorso;
using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso;
using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso.GestioneTipologie;
us... |
cf249a1c742bf60b12a1bcd6a65322b33fdc22f1 | Frame index needs to be reset when changing option in the main menu | Frame index needs to be reset when changing option in the main menu
| Xeeynamo/KingdomHearts | OpenKh.Game/States/TitleState.cs | mit | 1,591,177,574 | using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renderers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
public class Titl... | using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renderers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
public class Titl... |
e927b549803ee4de869814568e178289156ca934 | Add Orleans Cake & Docker tests | Add Orleans Cake & Docker tests
| ASP-NET-Core-Boilerplate/Templates,ASP-NET-MVC-Boilerplate/Templates,ASP-NET-Core-Boilerplate/Templates,ASP-NET-Core-Boilerplate/Templates | Tests/Boxed.Templates.FunctionalTest/OrleansTemplateTest.cs | mit | 1,591,177,511 | namespace Boxed.Templates.FunctionalTest
{
using System;
using System.Linq;
using System.Threading.Tasks;
using Boxed.DotnetNewTest;
using Xunit;
using Xunit.Abstractions;
public class OrleansTemplateTest
{
private const string TemplateName = "orleans";
private const str... | namespace Boxed.Templates.FunctionalTest
{
using System;
using System.Linq;
using System.Threading.Tasks;
using Boxed.DotnetNewTest;
using Xunit;
using Xunit.Abstractions;
public class OrleansTemplateTest
{
private const string TemplateName = "orleans";
private const str... |
2f9b3170dfc667b660df8ab7ca87af869b1bedad | Fix small rendering bug when using Difference blending mode | Fix small rendering bug when using Difference blending mode
| Xeeynamo/KingdomHearts | OpenKh.Game/MonoSpriteDrawing.cs | mit | 1,591,177,440 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renders;
using OpenKh.Game.Shaders;
using OpenKh.Imaging;
using System.Linq;
namespace OpenKh.Game
{
public class MonoSpriteDrawing : ISpriteDrawing
{
private class CSpriteTexture ... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renders;
using OpenKh.Game.Shaders;
using OpenKh.Imaging;
using System.Linq;
namespace OpenKh.Game
{
public class MonoSpriteDrawing : ISpriteDrawing
{
private class CSpriteTexture ... |
433b4030166a1df2bb0a149c15c51fe412c1be58 | Fix the app quitting when Steam connection dies | Fix the app quitting when Steam connection dies
| xPaw/SteamWebPipes | SteamWebPipes/Steam.cs | mit | 1,591,177,354 | using System;
using System.Threading;
using SteamKit2;
using System.Linq;
using System.Threading.Tasks;
using SteamWebPipes.Events;
namespace SteamWebPipes
{
internal class Steam
{
public class SteamKitLogger : IDebugListener
{
public void WriteLine(string category, string msg)
... | using System;
using System.Threading;
using SteamKit2;
using System.Linq;
using System.Threading.Tasks;
using SteamWebPipes.Events;
namespace SteamWebPipes
{
internal class Steam
{
public class SteamKitLogger : IDebugListener
{
public void WriteLine(string category, string msg)
... |
d002c0c03fbbbc2463edb9f9e1a8ee9b031a3ca0 | Revert piano reverb to a separate sample | Revert piano reverb to a separate sample
| smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu | osu.Game/Screens/Menu/IntroWelcome.cs | mit | 1,591,177,148 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
usin... |
87507d3cb707cfcb62a51ba3821fae5ed782d1c0 | Remove obsoletion of implicit operators | Remove obsoletion of implicit operators
| EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,ZLima12/osu-... | osu.Framework/Graphics/Colour4.cs | mit | 1,591,176,867 | // 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.Globalization;
using System.Numerics;
using osuTK.Graphics;
namespace osu.Framework.Graphics
{
/// <summary>
/// Represents an RGBA co... | // 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.Globalization;
using System.Numerics;
using osuTK.Graphics;
namespace osu.Framework.Graphics
{
/// <summary>
/// Represents an RGBA co... |
dec5762c44e1a21e2505d0309f6c7e06f75ae375 | CreateInstruction: Create parameter array up front when size is known instead of re-sizing and re-allocating. | CreateInstruction: Create parameter array up front when size is known instead of re-sizing and re-allocating.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Serialization/GremlinQueryFragmentSerializer.cs | mit | 1,591,175,484 | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQueryFragmentSeriali... | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQueryFragmentSeriali... |
3c7e5a5b42832d2d3b801b6baf09481b47a583e6 | Fix ChannelManager not being loaded in tests | Fix ChannelManager not being loaded in tests
| smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu | osu.Game.Tests/Visual/Online/TestSceneChatOverlay.cs | mit | 1,591,174,831 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
... |
fc67879961e7e293e340adfded4ab6b4076e61d0 | add description field (#1678) | add description field (#1678)
| AntShares/AntShares | src/neo/Plugins/Plugin.cs | mit | 1,591,173,946 | using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using static System.IO.Path;
namespace Neo.Plugins
{
public abstract class Plugin : IDisposable
{
public static readonly List<Pl... | using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using static System.IO.Path;
namespace Neo.Plugins
{
public abstract class Plugin : IDisposable
{
public static readonly List<Pl... |
092f5b6521c1617d363d9c953a01438e4b38607e | Fix incorrect reference + simplify | Fix incorrect reference + simplify
| UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu-new,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu | osu.Game/IO/Serialization/Converters/TypedListConverter.cs | mit | 1,591,173,665 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... |
825c756ccd7961887026b969bf8eb146423054f9 | Fixed rebuild projection script with delete to cover the bug scenario | Fixed rebuild projection script with delete to cover the bug scenario
| mysticmind/marten,JasperFx/Marten,JasperFx/Marten,mysticmind/marten,mdissel/Marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,mdissel/Marten,ericgreenmix/marten | src/Marten.Testing/Events/Projections/custom_transformation_of_events.cs | mit | 1,591,173,268 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Baseline.Dates;
using Marten.Events.Projections;
using Marten.Events.Projections.Async;
using Marten.Services;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Mart... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Baseline.Dates;
using Marten.Events.Projections;
using Marten.Events.Projections.Async;
using Marten.Services;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Mart... |
aef64bffae7e329d5082448f40e073603118650d | * #1302 - Added test for the ProjectView / DeleteEvent and rebuilding projections | * #1302 - Added test for the ProjectView / DeleteEvent and rebuilding projections
| mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,JasperFx/Marten,mdissel/Marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mdissel/Marten,mysticmind/marten,mysticmind/marten,JasperFx/Marten | src/Marten.Testing/Events/Projections/custom_transformation_of_events.cs | mit | 1,591,173,268 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Baseline.Dates;
using Marten.Events.Projections;
using Marten.Events.Projections.Async;
using Marten.Services;
using Marten.Testing.Documents;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Mart... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Marten.Events.Projections;
using Marten.Services;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;
namespace Marten.Testing.Events.Projections
{
public class project_events_from_multiple_streams_into_view: IntegrationCont... |
1ba3f0ac14dd2d293bf453972f26ebc3db98c544 | Fix chat history not being loaded for multiplayer matches | Fix chat history not being loaded for multiplayer matches
| smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new | osu.Game/Online/Chat/ChannelManager.cs | mit | 1,591,173,115 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu... |
760c5b855cc62dd895b424a1e0725ef9d3b27a07 | Fix NotIn operator negation | Fix NotIn operator negation
| dapplo/Dapplo.Jira | src/Dapplo.Jira/Query/Clause.cs | mit | 1,591,172,546 | // Copyright (c) Dapplo and contributors. 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.Linq;
using System.Text;
using Dapplo.HttpExtensions.Extensions;
namespace Dapplo.Jira.Quer... | // Copyright (c) Dapplo and contributors. 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.Linq;
using System.Text;
using Dapplo.HttpExtensions.Extensions;
namespace Dapplo.Jira.Quer... |
ff0273e1f34cad8f1a5504047187332a397ab02f | Actually Make sure sleeves rotate with the arms & pants rotate with leg | Actually Make sure sleeves rotate with the arms & pants rotate with leg
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Entities/Entity.cs | mpl-2.0 | 1,591,172,353 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Alex.API;
using Alex.API.Entities;
using Alex.API.Graphics;
using Alex.API.Graphics.Typography;
using Alex.API.Network;
using Alex.API.Utils;
using Alex.Blocks.Minecraft;
using Alex.Graphics.Models.Entity;
using Alex.Gra... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Alex.API;
using Alex.API.Entities;
using Alex.API.Graphics;
using Alex.API.Graphics.Typography;
using Alex.API.Network;
using Alex.API.Utils;
using Alex.Blocks.Minecraft;
using Alex.Graphics.Models.Entity;
using Alex.Gra... |
d40ccd5dbed085baedf403981e22bf88a14400dd | CV-595 code refactoring | CV-595 code refactoring
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.MessageHandlers.UnitTests/EventHandlers/ChangeOfPartyRequestCreatedEventHandlerTests.cs | mit | 1,591,171,990 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.Extensions.Logging;
using Moq;
using NServiceBus;
using NUnit.Framework;
usin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.Extensions.Logging;
using Moq;
using NServiceBus.Testing;
using NUnit.Framewo... |
86a4664d9ba73522ae51320686f0f60082521a2e | Add method for checking if cursor should rotate | Add method for checking if cursor should rotate
| UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu | osu.Game/Graphics/Cursor/MenuCursor.cs | mit | 1,591,171,419 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... |
b7e8a598a102fe750d87138c87d2991a6b58ca5b | removed unused code | removed unused code
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Host/Services/OmniSharpEnvironment.cs | mit | 1,591,170,498 | using System;
using System.IO;
using Microsoft.Extensions.Logging;
namespace OmniSharp.Services
{
public class OmniSharpEnvironment : IOmniSharpEnvironment
{
public string TargetDirectory { get; }
public string SharedDirectory { get; }
public string SolutionFilePath { get; }
pu... | using System;
using System.IO;
using Microsoft.Extensions.Logging;
namespace OmniSharp.Services
{
public class OmniSharpEnvironment : IOmniSharpEnvironment
{
public string TargetDirectory { get; }
public string SharedDirectory { get; }
public string SolutionFilePath { get; }
pu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.