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 |
|---|---|---|---|---|---|---|---|---|
09e2141a3d254b062700afc00ac52c25a984f8b3 | Fix Count(Func<TSource,bool>) mapping | Fix Count(Func<TSource,bool>) mapping
| mbdavid/LiteDB | LiteDB/Client/Mapper/Linq/TypeResolver/EnumerableResolver.cs | mit | 1,587,391,486 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using static LiteDB.Constants;
namespace LiteDB
{
internal class EnumerableResolver : ITypeResolver
{
public virtual string ResolveMet... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using static LiteDB.Constants;
namespace LiteDB
{
internal class EnumerableResolver : ITypeResolver
{
public virtual string ResolveMet... |
6407332db01dc9510c793abe68d7fb6c26d1db3d | Bump version (8.6.1) | Bump version (8.6.1)
| KevinJump/uSync,KevinJump/uSync | uSync8.BackOffice/Properties/AssemblyInfo.cs | mpl-2.0 | 1,587,391,407 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("uS... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("uS... |
008df6018c5483886e6707a97ab0204c84f19f76 | Fixes: SqlMainDomLock when configured via appSettings cannot be used unless umbraco is installed #7967 | Fixes: SqlMainDomLock when configured via appSettings cannot be used unless umbraco is installed #7967
| leekelleher/Umbraco-CMS,hfloyd/Umbraco-CMS,mattbrailsford/Umbraco-CMS,bjarnef/Umbraco-CMS,leekelleher/Umbraco-CMS,madsoulswe/Umbraco-CMS,madsoulswe/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,mattbrailsford/Umbraco-CMS,dawoe/Umbraco-CMS,bjarnef/... | src/Umbraco.Core/Runtime/SqlMainDomLock.cs | mit | 1,587,391,379 | using System;
using System.Data;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Umbraco.Core.Logging;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.Dtos;
using Umbraco.Core.Persistence.Mappers;
using Umbraco.Core.Pe... | using System;
using System.Data;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Umbraco.Core.Logging;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.Dtos;
using Umbraco.Core.Persistence.Mappers;
using Umbraco.Core.Pe... |
4fdf2c6ad1ea346c5c76e197307a5c4b13a105e4 | feat: Regenerate using sdk-2020-04-16 and generator 2.2.5 | feat: Regenerate using sdk-2020-04-16 and generator 2.2.5
| watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk | src/IBM.Watson.Assistant.v2/Model/MessageContextSkill.cs | apache-2.0 | 1,587,390,546 | /**
* (C) Copyright IBM Corp. 2018, 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | /**
* (C) Copyright IBM Corp. 2018, 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
11beaeed8a856a0640e016bdd5207b7063bfb841 | Update subscriptions documentation | Update subscriptions documentation
| gocardless/gocardless-dotnet | GoCardless/Services/SubscriptionService.cs | mit | 1,587,390,487 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
74d0cf16dcfeb4ff8c3d3a111d3ff61ac7154407 | Fixed route tool to properly show errors in the route. | Fixed route tool to properly show errors in the route.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Tools/RouteTool.cs | apache-2.0 | 1,587,390,023 | using System;
using System.Linq;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
using Object = UnityEngine.Object;
namespace AGXUnityEditor.Tools
{
public class RouteTool<ParentT, NodeT> : CustomTargetTool
where ParentT : ScriptComponent
where NodeT : RouteNode, new()
... | using System;
using System.Linq;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
using Object = UnityEngine.Object;
namespace AGXUnityEditor.Tools
{
public class RouteTool<ParentT, NodeT> : CustomTargetTool
where ParentT : ScriptComponent
where NodeT : RouteNode, new()
... |
a5c276dad8d6dfd30905b5a88789e8ce026e82d5 | Code cleanup: use literal default | Code cleanup: use literal default
| peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate | src/III/Implementations/Repository.cs | apache-2.0 | 1,587,389,863 | // Copyright 2017 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writi... | // Copyright 2017 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writ... |
1d89478a12150a1d080b698ccc746835ea0dbb69 | Fix: string interpolation | Fix: string interpolation
| peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate | src/III/Async/Implementations/RepositoryAsync.cs | apache-2.0 | 1,587,389,863 | // Copyright 2017 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writi... | // Copyright 2017 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writi... |
f3b768243acbc035cb423070808b2fef11eb8651 | Fix Async support in NHibernateFacility | Fix Async support in NHibernateFacility
| peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate | src/III.CastleWindsor/NHibernateFacility.cs | apache-2.0 | 1,587,389,863 | // Copyright 2018 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writ... | // Copyright 2018 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writ... |
708aad21174892a2d76227cb233dc797c2d60a5c | Simplified the Request getter | Simplified the Request getter
| serilog-web/classic,serilog-web/classic | src/SerilogWeb.Classic/Classic/Enrichers/HttpContextCurrent.cs | apache-2.0 | 1,587,389,608 | using System.Diagnostics;
using System.Web;
namespace SerilogWeb.Classic.Enrichers
{
/// <summary>
/// This helper class is used to handle special case introduced by ASP.NET integrated pipeline
/// when HttpContextCurrent.Request may throw instead of returning null.
/// </summary>
static class Ht... | using System.Diagnostics;
using System.Web;
namespace SerilogWeb.Classic.Enrichers
{
/// <summary>
/// This helper class is used to handle special case introduced by ASP.NET integrated pipeline
/// when HttpContextCurrent.Request may throw instead of returning null.
/// </summary>
static class Ht... |
a465ec7c8167f819e4fcb8d14ef7187da619cc1b | Fixed bug reported in #67 - Request accessed directly from current context | Fixed bug reported in #67 - Request accessed directly from current context
| serilog-web/classic,serilog-web/classic | src/SerilogWeb.Classic/Classic/Enrichers/HttpRequestUrlEnricher.cs | apache-2.0 | 1,587,389,053 | // Copyright 2015 Serilog Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or a... | // Copyright 2015 Serilog Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or a... |
9ced674b2d24a40733b3358edd73d98e3283e82f | column for lcid in hex format | column for lcid in hex format
| tewarid/net-tools | GlobalizationTool/MainForm.cs | mit | 1,587,388,831 | using Common;
using CsvHelper;
using System;
using System.Globalization;
using System.IO;
using System.Text;
using System.Windows.Forms;
namespace GlobalizationTool
{
[MainForm(Name = "Globalization Tool")]
public partial class MainForm : Form
{
public MainForm()
{
InitializeCo... | using Common;
using CsvHelper;
using System;
using System.Globalization;
using System.IO;
using System.Text;
using System.Windows.Forms;
namespace GlobalizationTool
{
[MainForm(Name = "Globalization Tool")]
public partial class MainForm : Form
{
public MainForm()
{
InitializeCo... |
50d731a5394d0d180003c313b774538e1695a093 | Update SqlPersistence.cs | Update SqlPersistence.cs | NServiceBusSqlPersistence/NServiceBus.SqlPersistence | src/SqlPersistence/SqlPersistence.cs | mit | 1,587,385,565 | namespace NServiceBus
{
using Settings;
using Features;
using Persistence;
using Persistence.Sql;
/// <summary>
/// The <see cref="PersistenceDefinition"/> for the SQL Persistence.
/// </summary>
public class SqlPersistence : PersistenceDefinition
{
/// <summary>
//... | namespace NServiceBus
{
using Settings;
using Features;
using Persistence;
using Persistence.Sql;
/// <summary>
/// The <see cref="PersistenceDefinition"/> for the SQL Persistence.
/// </summary>
public class SqlPersistence : PersistenceDefinition
{
/// <summary>
//... |
256ea0920292077a1547be795cfd1d5507064cb3 | Make sure to only invoke defaults once | Make sure to only invoke defaults once
| NServiceBusSqlPersistence/NServiceBus.SqlPersistence | src/SqlPersistence/SqlPersistence.cs | mit | 1,587,385,403 | namespace NServiceBus
{
using Settings;
using Features;
using Persistence;
using Persistence.Sql;
/// <summary>
/// The <see cref="PersistenceDefinition"/> for the SQL Persistence.
/// </summary>
public class SqlPersistence : PersistenceDefinition
{
/// <summary>
//... | namespace NServiceBus
{
using Settings;
using Features;
using Persistence;
using Persistence.Sql;
/// <summary>
/// The <see cref="PersistenceDefinition"/> for the SQL Persistence.
/// </summary>
public class SqlPersistence : PersistenceDefinition
{
/// <summary>
//... |
d5af34a07f8e6d24c943cc8ee586c5d3f256f80f | Add auth header | Add auth header
| countersoft/App-SauceryCodeReview,countersoft/App-SauceryCodeReview | GitHub.cs | mit | 1,587,385,160 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Countersoft.Gemini.Commons.Entity;
using Countersoft.Gemini.Extensibility.Apps;
using Countersoft.Gemini.Infrastructure;
using RestSharp;
using Countersoft.Foundation.Commons.Extensions;
using System.Web.Http;
using System.Web.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Countersoft.Gemini.Commons.Entity;
using Countersoft.Gemini.Extensibility.Apps;
using Countersoft.Gemini.Infrastructure;
using RestSharp;
using Countersoft.Foundation.Commons.Extensions;
using System.Web.Http;
using System.Web.... |
a541f9268205f76c1eb4321faefeb1721d4f0f8f | Resolve ruleset dependencies on game core / framework assemblies by checking already loaded assemblies in AppDomain. | Resolve ruleset dependencies on game core / framework assemblies by checking already loaded assemblies in AppDomain.
| NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu | osu.Game/Rulesets/RulesetStore.cs | mit | 1,587,383,775 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using osu.Framework.Logging;
using osu.Framework.Platform;
u... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using osu.Framework.Logging;
using osu.Framework.Platform;
u... |
8ebc2ae03dc6080028f5406d361f42f8d68855cc | Never run subtree masking | Never run subtree masking
| ppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu | osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs | mit | 1,587,383,315 | // 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.Reflection;
using JetBrains.Annotations;
using osu.Framework.Allocation;
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 System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framew... |
dfed9e5451043111349dc1acb09e5f1b4eb92991 | Autosaves to JSON extension | Autosaves to JSON extension
| digiwombat/TalkerMakerDeluxe | TalkerMakerDeluxe/EditorWindow.xaml.cs | mit | 1,587,382,429 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using TreeContainer;
using System.IO;
using System.ComponentModel;
using Microsoft.Win32;
using FontAwesome.WPF;
using ICSharpCode.AvalonEdit.H... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using TreeContainer;
using System.IO;
using System.ComponentModel;
using Microsoft.Win32;
using FontAwesome.WPF;
using ICSharpCode.AvalonEdit.H... |
69a3e9829733f4e0bb0bc66c6f1e711358508493 | Updated tests | Updated tests
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerFinance.UnitTests/Commands/RefreshEmployerLevyDataTests/WhenIReceiveTheCommand.cs | mit | 1,587,382,091 | using FluentAssertions;
using MediatR;
using Moq;
using NUnit.Framework;
using SFA.DAS.EAS.Account.Api.Types.Events.Levy;
using SFA.DAS.EmployerFinance.Commands.PublishGenericEvent;
using SFA.DAS.EmployerFinance.Commands.RefreshEmployerLevyData;
using SFA.DAS.EmployerFinance.Data;
using SFA.DAS.EmployerFinance.Factori... | using FluentAssertions;
using MediatR;
using Moq;
using NUnit.Framework;
using SFA.DAS.EAS.Account.Api.Types.Events.Levy;
using SFA.DAS.EmployerFinance.Commands.PublishGenericEvent;
using SFA.DAS.EmployerFinance.Commands.RefreshEmployerLevyData;
using SFA.DAS.EmployerFinance.Data;
using SFA.DAS.EmployerFinance.Factori... |
b62bf98da0d5626f993012598f67d20af41a789c | Fix GitHub to use web hooks | Fix GitHub to use web hooks
| countersoft/App-SauceryCodeReview,countersoft/App-SauceryCodeReview | GitHub.cs | mit | 1,587,380,747 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Countersoft.Gemini.Commons.Entity;
using Countersoft.Gemini.Extensibility.Apps;
using Countersoft.Gemini.Infrastructure;
using RestSharp;
using Countersoft.Foundation.Commons.Extensions;
using System.Web.Http;
using System.Web.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Countersoft.Gemini.Commons.Entity;
using Countersoft.Gemini.Extensibility.Apps;
using Countersoft.Gemini.Infrastructure;
using RestSharp;
using Countersoft.Foundation.Commons.Extensions;
using System.Web.Http;
using System.Web.... |
03ccd9b0030cc0b59369e34375a2eebcbabfa34a | Revert "Conveyor Fix 2" | Revert "Conveyor Fix 2"
| fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Construction/ConveyorBelt.cs | agpl-3.0 | 1,587,380,703 | using Grpc.Core;
using Mirror;
using System;
using System.Collections.Generic;
using UnityEngine;
public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply>
{
[SerializeField]
private float ConveyorBeltSpeed = 1f; //does not change animation speed! Only detection and teleport speed
[SerializeFi... | using Grpc.Core;
using Mirror;
using System;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply>
{
[SerializeField]
private float ConveyorBeltSpeed = 1f; //does not change animation speed! Only detection and teleport s... |
0123a9ac1babd3a82c0f25d30b62972ac4f0b9ca | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,587,380,308 | #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-... |
e5a33526ef3eca390b8fa6ed1b1a1c4395961d4f | remove unneeded registration | remove unneeded registration
| os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos | Presentation.Web/Ninject/KernelBuilder.cs | mpl-2.0 | 1,587,378,364 | using System;
using System.Collections.Generic;
using System.Web;
using System.Web.Security;
using Core.ApplicationServices;
using Core.ApplicationServices.Authentication;
using Core.ApplicationServices.Authorization;
using Core.ApplicationServices.Contract;
using Core.ApplicationServices.Interface;
using Core.Applica... | using System;
using System.Collections.Generic;
using System.Web;
using System.Web.Security;
using Core.ApplicationServices;
using Core.ApplicationServices.Authentication;
using Core.ApplicationServices.Authorization;
using Core.ApplicationServices.Contract;
using Core.ApplicationServices.Interface;
using Core.Applica... |
c3e3905d44f3ea394eb72e9125952123bcc8f973 | Update proxy GetCropUrl methods to prepend Domain prefix | Update proxy GetCropUrl methods to prepend Domain prefix
| Jeavon/Slimsy,Jeavon/Slimsy,Jeavon/Slimsy | Slimsy/Services/SlimsyService.cs | mit | 1,587,378,264 | namespace Slimsy
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Mvc;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
... | namespace Slimsy
{
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Mvc;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
... |
ea74c9edc0d77d6bd92022e4423fa38c3c970efc | When concurrent tasks throw an AggregateException, unwrap and take the first exception for error reporting. | When concurrent tasks throw an AggregateException, unwrap and take the first exception for error reporting.
This is potentially useful when multiple cancellations occur concurrently, enabling us to handle messaging better.
| sjp/Schematic,sjp/Schematic,sjp/Schematic | src/SJP.Schematic.Tool/Program.cs | mit | 1,587,377,396 | using System;
using System.CommandLine;
using System.CommandLine.Builder;
using System.CommandLine.Help;
using System.CommandLine.Invocation;
using System.CommandLine.Parsing;
using System.IO;
using System.Reflection;
using System.Threading.Tasks;
using Oracle.ManagedDataAccess.Client;
using SJP.Schematic.Tool.Command... | using System;
using System.CommandLine;
using System.CommandLine.Builder;
using System.CommandLine.Help;
using System.CommandLine.Invocation;
using System.CommandLine.Parsing;
using System.IO;
using System.Reflection;
using System.Threading.Tasks;
using Oracle.ManagedDataAccess.Client;
using SJP.Schematic.Tool.Command... |
f7fc8b56ecac53a3225fe1d27ef7da51ecc214ec | Simplify and optimise +semver search | Simplify and optimise +semver search
| macro187/verbot | Verbot/VerbotRepository.cs | mit | 1,587,376,497 | using System;
using System.Collections.Generic;
using System.Linq;
using MacroExceptions;
using MacroGit;
using MacroGuards;
using MacroSemver;
using MacroSln;
using System.Diagnostics;
using System.Text.RegularExpressions;
using MacroSystem;
namespace Verbot
{
internal class VerbotRepository : GitRepository
{... | using System;
using System.Collections.Generic;
using System.Linq;
using MacroExceptions;
using MacroGit;
using MacroGuards;
using MacroSemver;
using MacroSln;
using System.Diagnostics;
using System.Text.RegularExpressions;
using MacroSystem;
namespace Verbot
{
internal class VerbotRepository : GitRepository
{... |
2e5d20f5d3cb3d5e84cfbaaf44b6e2d5ac51bd8d | add environment variable DOCFX_KEEP_DEBUG_INFO (#5803) | add environment variable DOCFX_KEEP_DEBUG_INFO (#5803)
* Load keepDebugInfo from environment | superyyrrzz/docfx,dotnet/docfx,superyyrrzz/docfx,dotnet/docfx,dotnet/docfx,superyyrrzz/docfx,superyyrrzz/docfx,dotnet/docfx | src/Microsoft.DocAsCode.Build.Engine/PostProcessors/HtmlPostProcessor.cs | mit | 1,587,375,894 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Build.Engine
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Build.Engine
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
... |
605e2c9dcf7b2f5b39b7b5b348b4106302649f82 | Instantiate/enumerate task from reflected types | Instantiate/enumerate task from reflected types
| webprofusion/Certify | src/Certify.Core/Management/DeploymentTasks/DeploymentTaskProviderFactory.cs | mit | 1,587,375,018 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Certify.Config;
using Certify.Models;
using Certify.Models.Config;
using Certify.Models.Plugins;
using Certify.Models.Providers;
using Certify.Providers.DeploymentTasks;
namespace Certify.Core.Management.DeploymentT... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Certify.Config;
using Certify.Models;
using Certify.Models.Config;
using Certify.Models.Plugins;
using Certify.Models.Providers;
using Certify.Providers.DeploymentTasks;
namespace Certify.Core.Management.DeploymentTasks
{
public s... |
b3d4b4a3f42696861d8c17cd395423e4a2656f74 | Add back missing fill flow | Add back missing fill flow
| NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu | osu.Game/Overlays/Dashboard/Friends/FriendDisplay.cs | mit | 1,587,374,739 | // 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 System.Threading;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.C... | // 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 System.Threading;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.C... |
7803bb87bc9bc6d4e75b7f49d1c3d5709af11d9a | Add examine message for minds whose player disconnected or ghosted. | Add examine message for minds whose player disconnected or ghosted.
| space-wizards/space-station-14-content,space-wizards/space-station-14-content,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,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Mobs/MindComponent.cs | mit | 1,587,374,044 | using Content.Server.GameObjects.Components.Observer;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Mobs;
using Content.Server.Players;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Utility;
using Robust.Shared.ViewVariables;
namespace Content.... | using Content.Server.GameObjects.Components.Observer;
using Content.Server.Mobs;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.ViewVariables;
namespace Content.Server.GameObjects.Components.Mobs
{
/// <summary>
/// Stores a <see cref="Server.Mobs.Mind"/> ... |
5481975eac34d7c29e20ed9a29fba7e9874c9133 | Update TestAttributes.cs | Update TestAttributes.cs
| NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Core/NakedObjects.SystemTest/Attributes/TestAttributes.cs | apache-2.0 | 1,587,374,000 | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requi... | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requi... |
d9e3aa6330b7ca47bdb6494649f13a11d205b18e | fix test data creation | fix test data creation
| os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos | Tools.Test.Database/Model/Tasks/CreateItProjectTask.cs | mpl-2.0 | 1,587,373,346 | using System;
using System.Collections.Generic;
using System.Linq;
using Core.DomainModel;
using Core.DomainServices.Factories;
using Infrastructure.DataAccess;
using Tools.Test.Database.Model.Extensions;
namespace Tools.Test.Database.Model.Tasks
{
public class CreateItProjectTask : DatabaseTask
{
pri... | using System;
using System.Linq;
using Core.DomainServices.Factories;
using Infrastructure.DataAccess;
using Tools.Test.Database.Model.Extensions;
namespace Tools.Test.Database.Model.Tasks
{
public class CreateItProjectTask : DatabaseTask
{
private readonly string _name;
public CreateItProjec... |
03f7fb1eaaf7952e280973238be79daa6b172c74 | Don't show exit code when process is cancelled (#1338) | Don't show exit code when process is cancelled (#1338)
| SonarSource-VisualStudio/sonarlint-visualstudio,SonarSource-VisualStudio/sonarlint-visualstudio | src/Integration.Vsix/CFamily/ProcessRunner.cs | mit | 1,587,372,978 | /*
* SonarLint for Visual Studio
* Copyright (C) 2016-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | /*
* SonarLint for Visual Studio
* Copyright (C) 2016-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... |
801f02a3d7bb28b842a7dfd7e1d39b404b7d9690 | Fix inline executions of APIRequest.Perform not getting result populated early enough | Fix inline executions of APIRequest.Perform not getting result populated early enough
| peppy/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new | osu.Game/Online/API/APIRequest.cs | mit | 1,587,372,482 | // 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 Newtonsoft.Json;
using osu.Framework.IO.Network;
using osu.Framework.Logging;
namespace osu.Game.Online.API
{
/// <summary>
/// An API reque... | // 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 Newtonsoft.Json;
using osu.Framework.IO.Network;
using osu.Framework.Logging;
namespace osu.Game.Online.API
{
/// <summary>
/// An API reque... |
b24f755fb2de81f4e5f08cd704f648ac535df3a7 | Fix AdaptiveGridView GridViewItem size calculation | Fix AdaptiveGridView GridViewItem size calculation
| DanieleScipioni/TestApp | TestAppUWP.View/UI/Controls/AdaptiveGridView.cs | mit | 1,587,372,306 | using System;
using Windows.Foundation;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace TestAppUWP.View.UI.Controls
{
public partial class AdaptiveGridView : GridView
{
public AdaptiveGridView()
{
IsTabStop = false;
SizeChanged += OnSizeChanged;
... | using System;
using Windows.Foundation;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace TestAppUWP.View.UI.Controls
{
public partial class AdaptiveGridView : GridView
{
public AdaptiveGridView()
{
IsTabStop = false;
SizeChanged += OnSizeChanged;
... |
4d97d67a9b231d93778333b20ab53af96aaaadb5 | [VsIntegration] Upgrade projectversion on save. On load no checks for recent project versions to prevent unwanted updates to xsproj files | [VsIntegration] Upgrade projectversion on save. On load no checks for recent project versions to prevent unwanted updates to xsproj files
| X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic | VisualStudio/ProjectPackage/Nodes/XSharpProjectNode.cs | apache-2.0 | 1,587,372,107 | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using EnvDTE;
using VSLangPr... | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using EnvDTE;
using VSLangPr... |
f6579918d92ecbdc198f21c70f3ddd8e08276c65 | Fix crash when moving after deleting the grid you were previously on. | Fix crash when moving after deleting the grid you were previously on.
| space-wizards/space-station-14,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,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Server/GameObjects/EntitySystems/MoverSystem.cs | mit | 1,587,370,198 | using Content.Server.GameObjects.Components;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Movement;
using Content.Server.GameObjects.Components.Sound;
using Content.Server.Interfaces.GameObjects.Components.Movement;
using Content.Server.Observer;
using Content.Shared.Au... | using Content.Server.GameObjects.Components;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Movement;
using Content.Server.GameObjects.Components.Sound;
using Content.Server.Interfaces.GameObjects.Components.Movement;
using Content.Server.Observer;
using Content.Shared.Au... |
79bf6788cf08297e2fcf9f41e2a357132abbe26a | Fixes AdminOptions resolution (#5975) | Fixes AdminOptions resolution (#5975)
| OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,OrchardCMS/Brochard,petedavis/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Broch... | src/OrchardCore.Modules/OrchardCore.Admin/Startup.cs | bsd-3-clause | 1,587,369,490 | using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ApplicationModels;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using OrchardCore.Admin.C... | using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ApplicationModels;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using OrchardCore.Admin.C... |
724cfc85b17f72903bcf4af9ac241bb1efae8f43 | Update AbstractSystemTest.cs | Update AbstractSystemTest.cs
| NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Core/NakedObjects.SystemTest/AbstractSystemTest.cs | apache-2.0 | 1,587,368,984 | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requi... | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requi... |
95e77f9f5df663b873061a09dadd259f88630533 | chore; fix build error | chore; fix build error
| neuecc/MagicOnion | samples/ChatApp/ChatApp.Server/ChatHub.cs | mit | 1,587,368,844 | using ChatApp.Shared.Hubs;
using ChatApp.Shared.MessagePackObjects;
using MagicOnion.Server.Hubs;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace ChatApp.Server
{
/// <summary>
/// Chat server processing.
/// One class instance for one connection.
/// </summary>
... | using ChatApp.Shared.Hubs;
using ChatApp.Shared.MessagePackObjects;
using MagicOnion.Server.Hubs;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace ChatApp.Server
{
/// <summary>
/// Chat server processing.
/// One class instance for one connection.
/// </summary>
... |
65f5f71a39239c6ffa292dd20dc7f84467e3cc48 | Allow Supply of PowerGenerator to be VV'd | Allow Supply of PowerGenerator to be VV'd
| space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Power/PowerGeneratorComponent.cs | mit | 1,587,368,740 | using Robust.Shared.GameObjects;
using Robust.Shared.Serialization;
using Robust.Shared.ViewVariables;
namespace Content.Server.GameObjects.Components.Power
{
/// <summary>
/// Component that creates power and supplies it to the powernet
/// </summary>
[RegisterComponent]
public class PowerGenerat... | using Robust.Shared.GameObjects;
using Robust.Shared.Serialization;
using Robust.Shared.ViewVariables;
namespace Content.Server.GameObjects.Components.Power
{
/// <summary>
/// Component that creates power and supplies it to the powernet
/// </summary>
[RegisterComponent]
public class PowerGenerat... |
4f2dc29f6be83ec4ac4466f1cdd33ada80149851 | minor chnages on client socket | minor chnages on client socket
| proemmer/dacs7,proemmer/dacs7,proemmer/dacs7 | dacs7/src/Dacs7/Communication/Socket/ClientSocket.cs | apache-2.0 | 1,587,368,689 | // Copyright (c) Benjamin Proemmer. All rights reserved.
// See License in the project root for license information.
using Microsoft.Extensions.Logging;
using System;
using System.Buffers;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
namespace Dacs7.Communication
... | // Copyright (c) Benjamin Proemmer. All rights reserved.
// See License in the project root for license information.
using Microsoft.Extensions.Logging;
using System;
using System.Buffers;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
namespace Dacs7.Communication
... |
e61a90d4695ca1ca8ee6aa479b541d29e6cf08f2 | Throw instead of returning zero | Throw instead of returning zero
| ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu | osu.Game/Utils/OrderAttribute.cs | mit | 1,587,365,448 | // 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;
namespace osu.Game.Utils
{
public static class OrderAttributeUtils
{
/// <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 System.Linq;
namespace osu.Game.Utils
{
public static class OrderAttributeUtils
{
/// <summary>
... |
a49289141c5760ebd31818af1882d7a569a9c1fb | Remove conditional Oracle connection builder compilation | Remove conditional Oracle connection builder compilation
| NServiceBusSqlPersistence/NServiceBus.SqlPersistence | src/TestHelper/OracleConnectionBuilder.cs | mit | 1,587,365,331 | using System;
using Oracle.ManagedDataAccess.Client;
public static class OracleConnectionBuilder
{
public static OracleConnection Build()
{
return Build(false);
}
public static OracleConnection Build(bool disableMetadataPooling)
{
var connection = Environment.GetEnvironmentVariable... | #if NETFRAMEWORK
using System;
using Oracle.ManagedDataAccess.Client;
public static class OracleConnectionBuilder
{
public static OracleConnection Build()
{
return Build(false);
}
public static OracleConnection Build(bool disableMetadataPooling)
{
var connection = Environment.GetEn... |
f638fed9b329bc5236b9602ac37e003435fbf3fd | Increase TTL to decrease likeliness of VMs (#81) | Increase TTL to decrease likeliness of VMs (#81)
Increase TTL to decrease likeliness of VMs being
deleted while a test is running. | GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop | Google.Solutions.Compute.Test/Env/InstanceAttribute.cs | apache-2.0 | 1,587,364,900 | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... |
6b89c638c9aa2db2744a4d65bad92774e1e49a3a | Move load to bdl | Move load to bdl
| peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,peppy/osu,ppy/osu | osu.Game/Overlays/DashboardOverlay.cs | mit | 1,587,364,488 | // 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.Threading;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Container... | // 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.Threading;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Container... |
99e13b8ed9c124484b4410eb9b03da4f2be03997 | Add better xml documentation and extract fetch method | Add better xml documentation and extract fetch method
| ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu | osu.Game/Overlays/OverlayView.cs | mit | 1,587,364,370 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.API;
namespace osu.Game.Overlays
{
/// ... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.API;
namespace osu.Game.Overlays
{
/// ... |
34962a7e949f36c61091c097787a52961996116d | Fix CallFlags (#1589) | Fix CallFlags (#1589)
| AntShares/AntShares | src/neo/SmartContract/InteropService.Contract.cs | mit | 1,587,362,994 | using Neo.Cryptography.ECC;
using Neo.IO;
using Neo.Ledger;
using Neo.Persistence;
using Neo.SmartContract.Manifest;
using Neo.SmartContract.Native;
using Neo.VM;
using Neo.VM.Types;
using System;
using System.Linq;
using Array = Neo.VM.Types.Array;
namespace Neo.SmartContract
{
partial class InteropService
{
... | using Neo.Cryptography.ECC;
using Neo.IO;
using Neo.Ledger;
using Neo.Persistence;
using Neo.SmartContract.Manifest;
using Neo.SmartContract.Native;
using Neo.VM;
using Neo.VM.Types;
using System;
using System.Linq;
using Array = Neo.VM.Types.Array;
namespace Neo.SmartContract
{
partial class InteropService
{
... |
4eaaebf6ad96d9194973c830e9f9bb04d223cc15 | 3650: ignore mouse button | 3650: ignore mouse button
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree.TextSurface/2.2_TextRenderBox/TextFlowRenderBox.cs | bsd-2-clause | 1,587,362,226 | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using LayoutFarm.RenderBoxes;
using LayoutFarm.UI;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
public class TextFlowRenderBox : RenderBoxBase, ITextFlowLayerOwner
{
internal TextMar... | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using LayoutFarm.RenderBoxes;
using LayoutFarm.UI;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
public class TextFlowRenderBox : RenderBoxBase, ITextFlowLayerOwner
{
internal TextMar... |
c2e9c30220551eb066b497c67390e4caaec126c8 | Removes Provider notifications due to IDAMS call | Removes Provider notifications due to IDAMS call
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Notification.WebJob/Program.cs | mit | 1,587,361,519 | using System;
using System.Threading.Tasks;
using NLog;
using SFA.DAS.Commitments.Notification.WebJob.Configuration;
using SFA.DAS.Commitments.Notification.WebJob.DependencyResolution;
using SFA.DAS.NLog.Logger;
namespace SFA.DAS.Commitments.Notification.WebJob
{
// To learn more about Microsoft Azure WebJobs S... | using System;
using System.Threading.Tasks;
using NLog;
using SFA.DAS.Commitments.Notification.WebJob.Configuration;
using SFA.DAS.Commitments.Notification.WebJob.DependencyResolution;
using SFA.DAS.NLog.Logger;
namespace SFA.DAS.Commitments.Notification.WebJob
{
// To learn more about Microsoft Azure WebJobs S... |
d23b3cfe0043ccb6de90266aaa7b5609580839bb | Embed job type in machine hash (#78) | Embed job type in machine hash (#78)
| GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop | Google.Solutions.Compute.Test/Env/InstanceAttribute.cs | apache-2.0 | 1,587,361,342 | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... |
5d96d672268cbdc0b7cb20d4a9adc47a4acd451c | Add special key definition just for sanity | Add special key definition just for sanity
| peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu | osu.Game.Rulesets.Mania/ManiaRuleset.cs | mit | 1,587,361,237 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mania.Mods;
using osu.Game.Rulesets.Mania.UI;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.UI;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mania.Mods;
using osu.Game.Rulesets.Mania.UI;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.UI;
us... |
cf4a88245ab599126734906548a8d7b1a21e9633 | Remove semicolon | Remove semicolon
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Wallets/SmartBlockProvider.cs | mit | 1,587,360,771 | using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Wallets
{
/// <summary>
/// SmartP2pBlockProvider is a blocks provider that can provides
/// blocks from multiple requesters.
/// </summary>
pu... | using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Wallets
{
/// <summary>
/// SmartP2pBlockProvider is a blocks provider that can provides
/// blocks from multiple requesters.
/// </summary>
pu... |
c69cef9e9deca074b26b162327f06a91b0d5c587 | add comment | add comment
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/SuperpixelTest.cs | apache-2.0 | 1,587,360,097 | using System;
using System.Runtime.InteropServices;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
... | using System;
using System.Runtime.InteropServices;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
... |
9cd711f17953ddd746e4cc7647596cef92383412 | Creates a factory method for new commands. | Creates a factory method for new commands.
By using the factory method, we can encapsulate the concept of using a transaction and allowing it to be disposed.
| damianh/Cedar.EventStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore | src/SqlStreamStore.Sqlite/SqliteCommandExtensions.AllStreamOperations.cs | mit | 1,587,359,878 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Streams;
public class AllStreamOperations
{
private readonly SqliteConnection... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Streams;
public class AllStreamOperations
{
private readonly SqliteConnection... |
3300dce167aa461856794c7db0a7b9d804ef816f | Fixed Unable to track an entity of type 'Blog' because primary key property 'BlogId' is null. | Fixed Unable to track an entity of type 'Blog' because primary key property 'BlogId' is null.
| RenetConsulting/angularcore.net,RenetConsulting/angularcore.net,RenetConsulting/angularcore.net | DataAccess/Application.DataAccess/Repositories/GlobalRepository.cs | mit | 1,587,359,484 | // <copyright file="GlobalRepository.cs" company="Renet Consulting, Inc">
// Copyright (c) Renet Consulting, Inc. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
namespace Application.DataAccess.Repositories
{
using System;... | // <copyright file="GlobalRepository.cs" company="Renet Consulting, Inc">
// Copyright (c) Renet Consulting, Inc. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
namespace Application.DataAccess.Repositories
{
using System;... |
ee1ccb8bcb14c637e6912c9f278b10b7573348af | Fix in a slightly different and hopefully more understandable way | Fix in a slightly different and hopefully more understandable way
| NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new | osu.Game/Screens/Select/SongSelect.cs | mit | 1,587,359,035 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using osu.Fra... |
066959140f47b5edfcbc3f052d793fac202246e7 | Fixed ChangePasswordAsync | Fixed ChangePasswordAsync
| RenetConsulting/angularcore.net,RenetConsulting/angularcore.net,RenetConsulting/angularcore.net | UI/Application/Startup.cs | mit | 1,587,358,674 | // <copyright file="Startup.cs" company="Renet Consulting, Inc">
// Copyright (c) Renet Consulting, Inc. All rights reserved.
// </copyright>
namespace Application
{
using System;
using System.Diagnostics;
using System.IO.Compression;
using System.Linq;
using System.Security.Principal;
using S... | // <copyright file="Startup.cs" company="Renet Consulting, Inc">
// Copyright (c) Renet Consulting, Inc. All rights reserved.
// </copyright>
namespace Application
{
using System;
using System.Diagnostics;
using System.IO.Compression;
using System.Linq;
using System.Security.Principal;
using S... |
c8f2e4d79ecbbe96d92694155e26dd2f2a1a4eb7 | Added expanding of environment variables | Added expanding of environment variables
| oleg-shilo/wixsharp,oleg-shilo/wixsharp,dguder/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp | Source/src/WixSharp/Nsis/NsisBootstrapper.cs | mit | 1,587,358,114 | using System;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using WixSharp.CommonTasks;
using IO = System.IO;
using Reflection=System.Reflection;
namespace WixSharp.Nsis
{
/// <summary>
/// Defines native (un-managed) bootstrapper. The bootstrapper is created by the NSIS installe... | using System;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using WixSharp.CommonTasks;
using IO = System.IO;
using Reflection=System.Reflection;
namespace WixSharp.Nsis
{
/// <summary>
/// Defines native (un-managed) bootstrapper. The bootstrapper is created by the NSIS installe... |
5377445140620160aaf10b2da1594e92e41d7fbd | Fix the posgres test for transitional correlation property | Fix the posgres test for transitional correlation property
| NServiceBusSqlPersistence/NServiceBus.SqlPersistence | src/PostgreSqlAcceptanceTests/When_transitioning_correlation_property.cs | mit | 1,587,357,537 | using System;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.AcceptanceTests;
using NServiceBus.Persistence.Sql;
using NServiceBus.Persistence.Sql.ScriptBuilder;
using NUnit.Framework;
[TestFixture]
public class When_transitioning_cor... | using System;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.AcceptanceTests;
using NServiceBus.Persistence.Sql;
using NServiceBus.Persistence.Sql.ScriptBuilder;
using NUnit.Framework;
[TestFixture]
public class When_transitioning_cor... |
355e682e24557b3b87d791943c0e2523e3331de6 | Fix typo in exception | Fix typo in exception
| ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipooo/osu | osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs | mit | 1,587,356,607 | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... |
4abbc77c002ee36c06461c885e7acf6af586b525 | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
| ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,587,356,283 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "570918de63ca5f5f6947c0dbb60761db8b8b6c83";
public static string Version = "1.2";
public static string Build = "3347";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "0701ce976255af4ebd8fcac7af9cd4d1cbf6e9c5";
public static string Version = "1.2";
public static string Build = "3346";
... |
c08edfd50e2f47c750cd8f594c162ebcdaee7d51 | Fix integration tests for 7.7.0 and constant_keyword feature | Fix integration tests for 7.7.0 and constant_keyword feature
| elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | tests/Tests/Indices/MappingManagement/GetMapping/GetMappingApiTest.cs | apache-2.0 | 1,587,356,065 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using FluentAssertions;
using Nest;
using Tests.Configuration;
using Tests.Core.Client;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.Clusters;
using Tests.Domain;
using Tests.Framework.E... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Elasticsearch.Net;
using FluentAssertions;
using Nest;
using Tests.Configuration;
using Tests.Core.Client;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.Clusters;
using Tests.Domain;
using Tests.Framework.E... |
13e0798cd22132a35c0524bbaedfc60353ec6701 | Consolidates calculation for streamVersion so that if long.maxvalue, reduced by one to stop possible issues with queries. | Consolidates calculation for streamVersion so that if long.maxvalue, reduced by one to stop possible issues with queries.
| SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Read.cs | mit | 1,587,354,691 | namespace SqlStreamStore
{
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Streams;
public partial class SqliteStreamStore
{
protected override async Task<ReadStreamPage> ReadStreamForwardsInternal(
... | namespace SqlStreamStore
{
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Streams;
public partial class SqliteStreamStore
{
protected override async Task<ReadStreamPage> ReadStreamForwardsInternal(
... |
2c012b9af1106bbc154b25453a8cd71c3eb5001b | Use AddUntilStep whenever possible | Use AddUntilStep whenever possible
Avoid redundant usage
| UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu | osu.Game.Tests/Visual/Gameplay/TestSceneCompletionCancellation.cs | mit | 1,587,354,198 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Track;
using osu.Framework.Screens;
using osu.Framework.Testin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Track;
using osu.Framework.Screens;
using osu.Framework.Testin... |
6f233917b18dc05bb5f7d620cfc8fc512a6df9f7 | Centralize updating HasCompleted bindable logic | Centralize updating HasCompleted bindable logic
| UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu | osu.Game/Rulesets/Scoring/JudgementProcessor.cs | mit | 1,587,354,051 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Bindables;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Rulesets... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Bindables;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Rulesets... |
029b6c47fa58fb97b95252db40af334c9bad6fe2 | Updates read prior position code to use the centralized 'header' function. | Updates read prior position code to use the centralized 'header' function.
| SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Read.cs | mit | 1,587,352,722 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Streams;
public partial class SqliteStreamStore
{
protected override async Ta... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Streams;
public partial class SqliteStreamStore
{
prot... |
c94e360df5da3f41f24238fe18562109ac4d8a5f | Fix json in analysis tests | Fix json in analysis tests
| elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | tests/Tests/Analysis/Tokenizers/TokenizerTests.cs | apache-2.0 | 1,587,351,478 | using System;
using Elastic.Xunit.XunitPlumbing;
using Nest;
namespace Tests.Analysis.Tokenizers
{
using FuncTokenizer = Func<string, TokenizersDescriptor, IPromise<ITokenizers>>;
public static class TokenizerTests
{
public class EdgeNGramTests : TokenizerAssertionBase<EdgeNGramTests>
{
public override Func... | using System;
using Elastic.Xunit.XunitPlumbing;
using Nest;
namespace Tests.Analysis.Tokenizers
{
using FuncTokenizer = Func<string, TokenizersDescriptor, IPromise<ITokenizers>>;
public static class TokenizerTests
{
public class EdgeNGramTests : TokenizerAssertionBase<EdgeNGramTests>
{
public override Func... |
8da05ccd78b1fc2f202fbb283238a603fc823868 | skip when Linux | skip when Linux
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/SuperpixelTest.cs | apache-2.0 | 1,587,350,578 | using System;
using System.Runtime.InteropServices;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
... | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... |
8c85602ad013001281d4148b6109d606d6885c8c | Use foreach for conformity | Use foreach for conformity
| ppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu | osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs | mit | 1,587,348,042 | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... |
e1acfd26a6849be6cee96edc66ae58c17e9a1fac | Simplify return logic | Simplify return logic
| NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu | osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs | mit | 1,587,347,984 | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... |
28318a0140a4e3854d81896e7a762a451f8d7637 | Add mention of notelock in xmldoc (potentially easier to find class) | Add mention of notelock in xmldoc (potentially easier to find class)
| smoogipooo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu | osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs | mit | 1,587,347,948 | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... | // 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 osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Objects.Drawables;... |
0456bd83089c70856c073181dde4748a413f4405 | Push players/items instead of teleport | Push players/items instead of teleport
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Construction/ConveyorBelts/ConveyorBelt.cs | agpl-3.0 | 1,587,347,736 | using System;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply>
{
[SerializeField] private SpriteHandler spriteHandler;
private RegisterTile registerTile;
private Vector3 position;
private ConveyorBelt prevBelt;
priva... | using System;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply>
{
[SerializeField] private SpriteHandler spriteHandler;
private RegisterTile registerTile;
private Vector3 position;
private ConveyorBelt prevBelt;
priva... |
a7165193a0dd51765cd1b0703f59e6ab972ba9f1 | restore SeedsSimple | restore SeedsSimple
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/SuperpixelTest.cs | apache-2.0 | 1,587,347,345 | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... |
0777c50a52c3726dfc70222565265abbfb0acd20 | 関数の記述方法簡略化 | 関数の記述方法簡略化
| zenuas/Roku,zenuas/Roku | src/Compiler/Lookup.cs | mit | 1,587,347,072 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.TypeSystem;
using System;
using System.Collections.Generic;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new Has... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.TypeSystem;
using System;
using System.Collections.Generic;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new Has... |
ca9ee3139475fccbfb01269892e7a62662e0be29 | .NET Core向けのIL出力に変更 | .NET Core向けのIL出力に変更
| zenuas/Roku,zenuas/Roku | src/Compiler/CodeGenerator.cs | mit | 1,587,346,858 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.TypeSystem;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace Roku.Compiler
{
public static class CodeGenerator
{
public static void Emit(SourceCodeBody body, string path)
... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.TypeSystem;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace Roku.Compiler
{
public static class CodeGenerator
{
public static void Emit(SourceCodeBody body, string path)
... |
c89b0f42883c09ccde815e17ad4d1757ec69f662 | restore SlicSimple | restore SlicSimple
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/SuperpixelTest.cs | apache-2.0 | 1,587,345,788 | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... |
d3260267cd77c0b869a2d64c562ec28f0051b60b | Fix dialog title. | Fix dialog title.
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/Effekseer/GUI/Dock/Recorder.cs | mit | 1,587,345,266 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.GUI.Dock
{
class Recorder : DockPanel
{
int selectedTypeIndex = 0;
int selectedAlphaIndex = 0;
int selectedStorageTarget = 0;
string[] selectedExportTypes = new string[]
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.GUI.Dock
{
class Recorder : DockPanel
{
int selectedTypeIndex = 0;
int selectedAlphaIndex = 0;
int selectedStorageTarget = 0;
string[] selectedExportTypes = new string[]
... |
b32c8698b7b877a461d0bc2d00ad4311ce6f5083 | Update Base.cs | Update Base.cs
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/Attack/Data/Base.cs | bsd-3-clause | 1,587,345,037 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity;
using PokemonUnity.Monster;
using PokemonUnity.Inventory;
using PokemonUnity.Attack;
namespace PokemonUnity.Attack.Data
{
public struct MoveData
{
#region Variables
public Category Category { get; private s... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity;
using PokemonUnity.Monster;
using PokemonUnity.Inventory;
using PokemonUnity.Attack;
namespace PokemonUnity.Attack.Data
{
public struct MoveData
{
#region Variables
public Category Category { get; private s... |
cdaa1cfc169f55bfbab87be701b9d4a2b964f42c | Use BackgroundImage for rendering AreaSelector2 | Use BackgroundImage for rendering AreaSelector2
| nikeee/HolzShots,nikeee/HolzShots | src/HolzShots.Core/Input/Selection/AreaSelector2.cs | agpl-3.0 | 1,587,344,934 | using System;
using System.Diagnostics;
using System.Drawing;
using System.Threading.Tasks;
using System.Windows.Forms;
using unvell.D2DLib;
using unvell.D2DLib.WinForm;
namespace HolzShots.Input.Selection
{
public partial class AreaSelector2 : D2DForm, IAreaSelector
{
private static readonly D2DColor ... | using System;
using System.Diagnostics;
using System.Drawing;
using System.Threading.Tasks;
using System.Windows.Forms;
using unvell.D2DLib;
using unvell.D2DLib.WinForm;
namespace HolzShots.Input.Selection
{
public partial class AreaSelector2 : D2DForm, IAreaSelector
{
private static readonly D2DColor ... |
98574839775fe843b77c4b970445b726630818ac | restore LscSimple | restore LscSimple
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | test/OpenCvSharp.Tests/ximgproc/SuperpixelTest.cs | apache-2.0 | 1,587,344,759 | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... | using System;
using OpenCvSharp.XImgProc;
using Xunit;
namespace OpenCvSharp.Tests.XImgProc
{
public class SuperpixelTest : TestBase
{
[Fact]
public void LscNew()
{
using var image = Image("building.jpg", ImreadModes.Grayscale);
using var lsc = SuperpixelLSC.Cre... |
2444dd42d0a931a9b6288813956f435b1bc5d4f2 | Remove not-implemented-exception | Remove not-implemented-exception
| UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game.Tests/Visual/Gameplay/TestSceneKeyBindings.cs | mit | 1,587,344,266 | // 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 NUnit.Framework;
using osu.Framework.Graphics.Containers;
using osu.Framework.Input.Bindings;
using osu.Framework.Testing;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using NUnit.Framework;
using osu.Framework.Graphics.Containers;
using osu.Framework.Input.Bindings;
using osu.Framework.Testing;
using o... |
b1bd94513ab4ba10554cf4705b374ca02d429e42 | PhasorWebUI: Updated protocol enum parse to ignore case. | PhasorWebUI: Updated protocol enum parse to ignore case.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/Adapters/PhasorWebUI/PhasorHub.cs | mit | 1,587,343,799 | //******************************************************************************************************
// PhasorHub.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the N... | //******************************************************************************************************
// PhasorHub.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the N... |
7bd5e12579af2290b07132fb251413d0f682970d | added methods for common selection v3 loading. Added some sections for LoadSelectionV3(). Other sections are at least in comments. | added methods for common selection v3 loading. Added some sections for LoadSelectionV3(). Other sections are at least in comments.
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,587,342,380 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... |
c8ef6d746c81ae917cc71869333ad00b148b4bba | added saving of crc info with user package | added saving of crc info with user package
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,587,342,310 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... |
e8d540587aa2c15617ed8819a651d099064b3661 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,587,342,224 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
89ac85d4440c3f2a55147c995ddfb4b72be95daa | Update Base.cs | Update Base.cs
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/Attack/Data/Base.cs | bsd-3-clause | 1,587,341,948 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity;
using PokemonUnity.Monster;
using PokemonUnity.Inventory;
using PokemonUnity.Attack;
namespace PokemonUnity.Attack.Data
{
public struct MoveData
{
#region Variables
public Category Category { get; private s... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity;
using PokemonUnity.Monster;
using PokemonUnity.Inventory;
using PokemonUnity.Attack;
namespace PokemonUnity.Attack.Data
{
public struct MoveData
{
#region Variables
public Category Category { get; private s... |
14b8381a47583a40d1f6133c79235e493da0d475 | Fix multithreading events to avoid deadlocks | Fix multithreading events to avoid deadlocks
| dancol90/mi-360 | Source/mi-360/XInputManager.cs | bsd-3-clause | 1,587,341,247 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Nefarius.ViGEm.Client;
namespace mi360
{
class XInputManager : IDisposable
{
public event EventHandler GamepadRunning;
public event EventHandler GamepadRemoved;
private Dictionary<string, ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using HidLibrary;
using Nefarius.ViGEm.Client;
namespace mi360
{
class XInputManager : IDisposable
{
public event EventHandler GamepadRunning;
public event EventHandler GamepadRe... |
502b2542f84343db321d853a8c3b323397e1ad49 | Avoids a possible NullReferenceException when checking for the existence of a key in a non-thread-safe dictionary | Avoids a possible NullReferenceException when checking for the existence of a key in a non-thread-safe dictionary
| sqlkata/querybuilder | QueryBuilder/Compilers/ConditionsCompilerProvider.cs | mit | 1,587,340,123 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace SqlKata.Compilers
{
internal class ConditionsCompilerProvider
{
private readonly Type compilerType;
private readonly Dictionary<string, MethodInfo> methodsCache = new Dictionary<string, MethodI... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace SqlKata.Compilers
{
internal class ConditionsCompilerProvider
{
private readonly Type compilerType;
private readonly Dictionary<string, MethodInfo> methodsCache = new Dictionary<string, MethodI... |
97aca59a2cefb4005f7633c1c21eb08e084aaf9d | Move capabilities inside the if. | Move capabilities inside the if.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/TestNtTokenGroupCmdlet.cs | apache-2.0 | 1,587,339,688 | // Copyright 2020 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 2020 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... |
85ee50ed5dcde371b6e5c5866e029272f2dba6d0 | Correctly handle optional Access. | Correctly handle optional Access.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/AddNtSecurityDescriptorAceCmdlet.cs | apache-2.0 | 1,587,339,674 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
a034c1d67f709322a7a86099240f3cbf3625ffba | Only get the first Scoped Policy ID. | Only get the first Scoped Policy ID.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/SecurityDescriptor.cs | apache-2.0 | 1,587,339,627 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
04a61fc24e7f970ab5092af5bd6ce63c9b96182b | added saving global dependencies to selection file and moved some code to reusable method | added saving global dependencies to selection file and moved some code to reusable method
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,587,335,438 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... |
0c68d9da0c735b136993419b682b75c5c7be26b3 | AppCast is two words (camel case!) | AppCast is two words (camel case!)
| Deadpikle/NetSparkle | src/NetSparkle/AppCastHandlers/XMLAppCast.cs | mit | 1,587,335,330 | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml.Linq;
namespace NetSparkleUpdater.AppCastHandlers
{
/// <summary>
/// An XML-based... | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
... |
6271e0f56334327577cd65d1f5ce75455bad06bf | Clean up XMLAppCast a little | Clean up XMLAppCast a little
| Deadpikle/NetSparkle | src/NetSparkle/AppCastHandlers/XMLAppCast.cs | mit | 1,587,335,283 | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
... | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
... |
8040fe1b8d485ba0366fe7c202762a7db736897b | Misc code shuffling | Misc code shuffling
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,587,334,262 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... |
f8b88de8fbcb9839f5bf8f22a8f23b6d6f49165a | Downgrade EF6 version to 1.2.1 as it implements DynamicRepository 1.2.0 | Downgrade EF6 version to 1.2.1 as it implements DynamicRepository 1.2.0
| rpaschoal/DynamicRepository | DynamicRepository.EF/Properties/AssemblyInfo.cs | mit | 1,587,332,556 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Dyn... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Dyn... |
af1a7f5a8888b9f66b546c421e8b3d6027c645e7 | Update EF Core repository to use cancellation tokens | Update EF Core repository to use cancellation tokens
| rpaschoal/DynamicRepository | DynamicRepository.EFCore/Repository.cs | mit | 1,587,330,964 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic.Core;
using System.Linq.Expressions;
using System.Reflection;
using System.Collections;
using Microsoft.EntityFrameworkCore;
using DynamicRepository.Filter;
using DynamicRepository.Extensions;
using System.Threading.Tasks;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic.Core;
using System.Linq.Expressions;
using System.Reflection;
using System.Collections;
using Microsoft.EntityFrameworkCore;
using DynamicRepository.Filter;
using DynamicRepository.Extensions;
using System.Threading.Tasks;
usi... |
19d81d79c378ddbb2e75326876f76b366f134f5b | CoolerMaster - Throw more detailed error when missing LED mappings | CoolerMaster - Throw more detailed error when missing LED mappings
| DarthAffe/RGB.NET,DarthAffe/RGB.NET | RGB.NET.Devices.CoolerMaster/Keyboard/CoolerMasterKeyboardRGBDevice.cs | lgpl-2.1 | 1,587,330,031 | using System.Collections.Generic;
using RGB.NET.Core;
namespace RGB.NET.Devices.CoolerMaster
{
/// <inheritdoc cref="CoolerMasterRGBDevice{TDeviceInfo}" />
/// <summary>
/// Represents a CoolerMaster keyboard.
/// </summary>
public class CoolerMasterKeyboardRGBDevice : CoolerMasterRGBDevice<Cooler... | using System.Collections.Generic;
using RGB.NET.Core;
namespace RGB.NET.Devices.CoolerMaster
{
/// <inheritdoc cref="CoolerMasterRGBDevice{TDeviceInfo}" />
/// <summary>
/// Represents a CoolerMaster keyboard.
/// </summary>
public class CoolerMasterKeyboardRGBDevice : CoolerMasterRGBDevice<Cooler... |
b2280fe0862be2df4ff1da32356a537be6b08906 | Update resilient repository decorator tests | Update resilient repository decorator tests
| rpaschoal/DynamicRepository | DynamicRepository.Tests/AddOn/ResilientRepositoryDecoratorTests.cs | mit | 1,587,329,962 | using DynamicRepository.AddOn.Resiliency;
using DynamicRepository.Filter;
using DynamicRepository.Tests.Support;
using FluentAssertions;
using Moq;
using System;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace DynamicRepository.Tests.AddOn
{
public class ResilientRepositoryDecoratorTe... | using DynamicRepository.AddOn.Resiliency;
using DynamicRepository.Filter;
using DynamicRepository.Tests.Support;
using FluentAssertions;
using Moq;
using System;
using System.Threading.Tasks;
using Xunit;
namespace DynamicRepository.Tests.AddOn
{
public class ResilientRepositoryDecoratorTests
{
privat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.