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
07459edb9fb083e2e140b3ddc462ce31ced21995
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,590,496,902
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
8b5979d17cfa43760382154190099b1742a4b66a
Added SafeCoTaskMemStruct and SafeHGlobalStruct derivations of SafeMemoryStruct
Added SafeCoTaskMemStruct and SafeHGlobalStruct derivations of SafeMemoryStruct
dahall/vanara
Core/InteropServices/SafeMemStruct.cs
mit
1,590,496,900
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using Vanara.Extensions; using Vanara.PInvoke; #if ALLOWSPAN using System.Buffers; #endif namespace Vanara.InteropServices { /// <summary>Base abstract class for a structure handler based on ...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using Vanara.Extensions; using Vanara.PInvoke; #if ALLOWSPAN using System.Buffers; #endif namespace Vanara.InteropServices { /// <summary>Base abstract class for a structure handler based on ...
0f51bb04f78b78f296a7dbdc0a42ea2d24eb844b
Dedicated ShouldBe overload for Type assertions with a given user-facing message
Dedicated ShouldBe overload for Type assertions with a given user-facing message
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,496,812
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { public static void Sh...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { public static void Sh...
04a343621f530cc1a88ae5af8b51b8657989bde8
Dedicated ShouldBe overload for Exception assertions
Dedicated ShouldBe overload for Exception assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,496,474
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { public static void Sh...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { public static void Sh...
e13f4c7652b95db61b8e5757325a83a41f872a0c
Ignore static classes in dynamic compilation
Ignore static classes in dynamic compilation
ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framew...
osu.Framework/Testing/RoslynTypeReferenceBuilder.cs
mit
1,590,496,460
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
2d3b046525dde35bcd319257b009929ba5977ab7
Extended OperationResult with two builder methods
Extended OperationResult with two builder methods
pawelklimczyk/HandyLib
src/Gmtl.HandyLib/Gmtl.HandyLib/OperationResult.cs
mit
1,590,496,339
// ------------------------------------------------------------------------------------------------------------------- // <copyright company="Gemotial" file="OperationResult.cs" project="Gmtl.HandyLib" date="2016-04-02 17:09"> // // </copyright> // ---------------------------------------------------------------------...
// ------------------------------------------------------------------------------------------------------------------- // <copyright company="Gemotial" file="OperationResult.cs" project="Gmtl.HandyLib" date="2016-04-02 17:09"> // // </copyright> // ---------------------------------------------------------------------...
9bfb3dd5b7e672b1416a4916987dddfa17f758a8
Dedicated ShouldBe overload for TestOutcome assertions
Dedicated ShouldBe overload for TestOutcome assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,496,187
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { public static void Sh...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
a31761d335af0f113ef6bc923804264d1fdec3dd
Dedicated ShouldBe overload for CaseState assertions
Dedicated ShouldBe overload for CaseState assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,495,947
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
7c0d09fcf3ab588b6770ecf8889e7f5f857cbfc0
Dedicated ShouldBe overload for TimeSpan assertions
Dedicated ShouldBe overload for TimeSpan assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,495,754
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
6f3e0cb2b343ccd9240cfb4da144489e2e9915f7
Dedicated ShouldBe overload for Type assertions
Dedicated ShouldBe overload for Type assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,495,603
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
aac2b2eed9126c94e03e3d6055cfe3a4791334e2
Add patch release lineage checks
Add patch release lineage checks
macro187/verbot
Verbot/VerbotRepository.Checks.cs
mit
1,590,495,491
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
9c19ed3bb6a08ad0e3f4470de871d55b8cf5e22d
Add minor release lineage checks
Add minor release lineage checks
macro187/verbot
Verbot/VerbotRepository.Checks.cs
mit
1,590,494,753
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
9d3fc0c2c494fabd6fcf74aa73d5fab6081bbace
Add support for Bitmaps and correct Font namespace (#488)
Add support for Bitmaps and correct Font namespace (#488)
nanoframework/nf-Visual-Studio-extension
source/Tools.BuildTasks/ProcessResourceFiles.cs
mit
1,590,493,954
// // Copyright (c) The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System; using System.CodeDom; using System....
// // Copyright (c) The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System; using System.CodeDom; using System....
d2cfc61c3fd552488ca1c0266ad9926827193e76
resolved compile issue
resolved compile issue
6bee/Remote.Linq
src/Remote.Linq.EntityFramework/ExpressionExecution/DefaultEntityFrameworkExpressionExecutor.cs
mit
1,590,493,395
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Remote.Linq.EntityFramework.ExpressionExecution { using Aqua.Dynamic; using Aqua.TypeSystem; using Aqua.TypeSystem.Extensions; using Remote.Linq.DynamicQuery; using System; ...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Remote.Linq.EntityFramework.ExpressionExecution { using Aqua.Dynamic; using Aqua.TypeSystem; using Aqua.TypeSystem.Extensions; using Remote.Linq.DynamicQuery; using System; ...
7a1edacba2cf50e10d71939b005e96e5f5abfc16
Fix json format for Cs
Fix json format for Cs
rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest
srcCs/PerftestPrinter.cs
epl-1.0
1,590,492,900
using System; using System.Collections.Generic; using System.Text; namespace PerformanceTest { enum PerftestOutputFormat { LEGACY, JSON, CSV } public class PerftestPrinter { private int _dataLength; private bool _printHeaders; private bool _showCPU; ...
using System; using System.Collections.Generic; using System.Text; namespace PerformanceTest { enum PerftestOutputFormat { LEGACY, JSON, CSV } public class PerftestPrinter { private int _dataLength; private bool _printHeaders; private bool _showCPU; ...
f83fef1a28574c2973d2cce4abaef15ab14c6019
Add some new entity keys
Add some new entity keys
SteamDatabase/ValveResourceFormat
ValveResourceFormat/Utils/EntityLumpKnownKeys.cs
mit
1,590,492,899
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |...
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |...
23c798a4f616cdb0ded23fc073b429282ba08568
Fix typos in comment.
Fix typos in comment.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Metadata/MetadataStreamBufferHelper.cs
mit
1,590,492,573
using System; using AsmResolver.PE.DotNet.Metadata; namespace AsmResolver.DotNet.Builder.Metadata { internal static class MetadataStreamBufferHelper { public delegate void IndexBlobAction(uint originalIndex, uint newIndex); public static void CloneBlobHeap(IMetadataStream stream, IBina...
using System; using AsmResolver.PE.DotNet.Metadata; namespace AsmResolver.DotNet.Builder.Metadata { internal static class MetadataStreamBufferHelper { public delegate void IndexBlobAction(uint originalIndex, uint newIndex); public static void CloneBlobHeap(IMetadataStream stream, IBina...
525674d870475634432c651e2903600b6bf29131
#116 - Fix missing userid in local leaderboard
#116 - Fix missing userid in local leaderboard
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/LeaderboardController.cs
agpl-3.0
1,590,492,352
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Rest; using Discord.WebSocket; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; using SoraBot.Services.Utils; using SoraBot.WebApi.Dtos; namespace So...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Rest; using Discord.WebSocket; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; using SoraBot.Services.Utils; using SoraBot.WebApi.Dtos; namespace So...
5b32b4c3721df9c30f66a88e8106fabae996a68b
#116 - Fix missing userId in global leaderboard
#116 - Fix missing userId in global leaderboard
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/LeaderboardController.cs
agpl-3.0
1,590,492,328
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Rest; using Discord.WebSocket; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; using SoraBot.Services.Utils; using SoraBot.WebApi.Dtos; namespace So...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Rest; using Discord.WebSocket; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; using SoraBot.Services.Utils; using SoraBot.WebApi.Dtos; namespace So...
ba28b80959bac605cd7bc3b8c2684f64043febd9
fix codefactor
fix codefactor
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs
mit
1,590,491,979
using Avalonia.Controls; using Avalonia.Threading; using DynamicData; using DynamicData.Binding; using NBitcoin; using ReactiveUI; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Reactive; using System.Reactive.D...
using Avalonia.Controls; using Avalonia.Threading; using DynamicData; using DynamicData.Binding; using NBitcoin; using ReactiveUI; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Reactive; using System.Reactive.D...
7eab3d777b291beceff8de418ff51b4a3e599051
CV-747 Added db context generation to TestHelper
CV-747 Added db context generation to TestHelper
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/TestHelper.cs
mit
1,590,489,991
using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Diagnostics; using Newtonsoft.Json; using SFA.DAS.CommitmentsV2.Data; namespace SFA.DAS.CommitmentsV2.UnitTests { public class TestHelper { public static T Clone<T>(T source) { var settings = new...
using Newtonsoft.Json; namespace SFA.DAS.CommitmentsV2.UnitTests { public class TestHelper { public static T Clone<T>(T source) { var settings = new JsonSerializerSettings() { ConstructorHandling = ConstructorHandling.AllowNonPublicDefaultConstructor ...
f467ba374235411222b82549fb218d05470610e2
CV-747 V1 Added Logic for overlap end date calculation
CV-747 V1 Added Logic for overlap end date calculation
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/SFA.DAS.Commitments.Application/Rules/ApprenticeshipOverlapRules.cs
mit
1,590,489,991
using System; using SFA.DAS.Commitments.Domain.Entities; using SFA.DAS.Commitments.Domain.Entities.Validation; namespace SFA.DAS.Commitments.Application.Rules { public class ApprenticeshipOverlapRules : IApprenticeshipOverlapRules { public ValidationFailReason DetermineOverlap(ApprenticeshipOverlapVa...
using System; using SFA.DAS.Commitments.Domain.Entities; using SFA.DAS.Commitments.Domain.Entities.Validation; namespace SFA.DAS.Commitments.Application.Rules { public class ApprenticeshipOverlapRules : IApprenticeshipOverlapRules { public ValidationFailReason DetermineOverlap(ApprenticeshipOverlapVa...
61fb787c7b401ab1904d1403035c34aabe251bca
CV-747 Added CompletionDate to ApprenticeshipResult
CV-747 Added CompletionDate to ApprenticeshipResult
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/SFA.DAS.Commitments.Domain/Entities/ApprenticeshipResult.cs
mit
1,590,489,991
using System; using SFA.DAS.Commitments.Domain.Entities.Validation; namespace SFA.DAS.Commitments.Domain.Entities { public class ApprenticeshipResult { public long Id { get; set; } public string Uln { get; set; } public DateTime StartDate { get; set; } public DateTime EndDate ...
using System; using SFA.DAS.Commitments.Domain.Entities.Validation; namespace SFA.DAS.Commitments.Domain.Entities { public class ApprenticeshipResult { public long Id { get; set; } public string Uln { get; set; } public DateTime StartDate { get; set; } public DateTime EndDate ...
8be9bca3c7f64c06095a1d46f6bd37a0d0fcbcbd
Fixing writing in read mode for last remaining test PointsIT.ShouldSend. (Got missed in last pull request).
Fixing writing in read mode for last remaining test PointsIT.ShouldSend. (Got missed in last pull request).
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Types/PointsIT.cs
apache-2.0
1,590,489,809
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache...
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache...
d14ddb73e76cd4338ec4a54e9cd4d8028e26c5ae
check: Make missing breaking change a warning
check: Make missing breaking change a warning
macro187/verbot
Verbot/VerbotRepository.Checks.cs
mit
1,590,489,398
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
c4a9a4fc0f398d9f34743b3235543d5d36e810c1
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,590,489,237
#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-...
79ff5f48c1a336547a7b7cd84286551f6d90fe6f
Apply global clip to adorner element.
Apply global clip to adorner element. Previously, the adorner clip was not taking into account the clip inherited from ancestor controls, resulting in #3984. Fix this by appling the clip from `TransformedBounds.Clip` by translating it to local coordinates first. Note that this doesn't work well for controls with a re...
Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Pers...
src/Avalonia.Controls/Primitives/AdornerLayer.cs
mit
1,590,488,988
using System; using System.Collections.Specialized; using System.Linq; using Avalonia.Media; using Avalonia.Rendering; using Avalonia.Utilities; using Avalonia.VisualTree; namespace Avalonia.Controls.Primitives { // TODO: Need to track position of adorned elements and move the adorner if they move. public clas...
using System; using System.Collections.Specialized; using System.Linq; using Avalonia.Media; using Avalonia.Rendering; using Avalonia.VisualTree; namespace Avalonia.Controls.Primitives { // TODO: Need to track position of adorned elements and move the adorner if they move. public class AdornerLayer : Canvas, I...
381f35755b325b092310c96160dc85ba76ca9449
fixed bug: maxLength>0 cause input exception
fixed bug: maxLength>0 cause input exception
fairygui/FairyGUI-unity
Assets/Scripts/Core/Text/InputTextField.cs
mit
1,590,487,774
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。 /// </summary> public class InputTextField : RichTextField ...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。 /// </summary> public class InputTextField : RichTextField ...
605ede79945df03ff6efb7a50304e5d0dd09381e
Fix invalid navigation direction for Tab.
Fix invalid navigation direction for Tab.
SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,wi...
src/Avalonia.Input/NavigationDirection.cs
mit
1,590,487,651
namespace Avalonia.Input { /// <summary> /// Describes how focus should be moved by directional or tab keys. /// </summary> public enum NavigationDirection { /// <summary> /// Move the focus to the next control in the tab order. /// </summary> Next, /// <summ...
namespace Avalonia.Input { /// <summary> /// Describes how focus should be moved by directional or tab keys. /// </summary> public enum NavigationDirection { /// <summary> /// Move the focus to the next control in the tab order. /// </summary> Next, /// <summ...
f33b4b7be534e6e3504da53fce20450e6201477e
Some cleanup and fixing the build
Some cleanup and fixing the build
leekelleher/Umbraco-CMS,arknu/Umbraco-CMS,mattbrailsford/Umbraco-CMS,tcmorris/Umbraco-CMS,abjerner/Umbraco-CMS,NikRimington/Umbraco-CMS,leekelleher/Umbraco-CMS,dawoe/Umbraco-CMS,tcmorris/Umbraco-CMS,bjarnef/Umbraco-CMS,KevinJump/Umbraco-CMS,NikRimington/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,abr...
src/Umbraco.Tests/Composing/ContainerConformingTests.cs
mit
1,590,486,575
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Composing; namespace Umbraco.Tests.Composing { [TestFixture] public class ContainerConformingTests { // tests that a container conforms private IRegister GetReg...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Composing; namespace Umbraco.Tests.Composing { [TestFixture] public class ContainerConformingTests { // tests that a container conforms private IRegister GetReg...
2abbb64d79d0d9cd9db7c964759716b9adee3ee4
removed whitespace
removed whitespace
HotcakesCommerce/core,HotcakesCommerce/core
Libraries/Hotcakes.Commerce.Dnn/Providers/ProductsSitemapProvider.cs
mit
1,590,486,285
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
e9733b53106289762fee3e7fd12a1e7369ed020e
Fixes #269 by localizing the HccHttpContext at sitemap creation
Fixes #269 by localizing the HccHttpContext at sitemap creation
HotcakesCommerce/core,HotcakesCommerce/core
Libraries/Hotcakes.Commerce.Dnn/Providers/ProductsSitemapProvider.cs
mit
1,590,485,800
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
64c6196be66047f70ad068ba34c7cc31832b125a
Remove code for transient exception that should have been removed in previous fix for this test failure.
Remove code for transient exception that should have been removed in previous fix for this test failure.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Direct/BoltV3IT.cs
apache-2.0
1,590,485,441
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache....
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache....
58274e4213079144ae1f62a8f72353fa77df1dc4
Fixes #269 by localizing the HccHttpContext at sitemap creation
Fixes #269 by localizing the HccHttpContext at sitemap creation
HotcakesCommerce/core,HotcakesCommerce/core
Libraries/Hotcakes.Commerce.Dnn/Providers/ProductsSitemapProvider.cs
mit
1,590,485,335
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
a9df3337313dbbaf8635534a863fde45342a5700
Fix dynamic compilation not working for testscenes
Fix dynamic compilation not working for testscenes
peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,Z...
osu.Framework/Testing/RoslynTypeReferenceBuilder.cs
mit
1,590,485,189
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
// 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. #if NETCOREAPP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft....
bbabd0e526997e549e56c148b948d9471dffe17c
Updating the constraint and index drop queries to the none legacy format in the Reactive tests.
Updating the constraint and index drop queries to the none legacy format in the Reactive tests.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Reactive/SummaryIT.cs
apache-2.0
1,590,485,047
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache....
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache....
5dd1a1db7382b9362182a8885cab4c28eb9a07ea
Fix usage of ExecutionStrategy with transaction
Fix usage of ExecutionStrategy with transaction
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
src/Dangl.WebDocumentation/Services/ProjectFilesService.cs
mit
1,590,482,567
using Dangl.WebDocumentation.Dtos; using Dangl.WebDocumentation.Models; using Microsoft.AspNetCore.StaticFiles; using Microsoft.EntityFrameworkCore; using System; using System.IO; using System.IO.Compression; using System.Linq; using System.Threading.Tasks; namespace Dangl.WebDocumentation.Services { public class...
using Dangl.WebDocumentation.Dtos; using Dangl.WebDocumentation.Models; using Microsoft.AspNetCore.StaticFiles; using Microsoft.EntityFrameworkCore; using System; using System.IO; using System.IO.Compression; using System.Linq; using System.Threading.Tasks; namespace Dangl.WebDocumentation.Services { public class...
f34248654a9124d72e6f2f9703684e81d0f314ae
Remove old table only if it exists. It's possible to create a table but not have it added to XLWorksheet.Tables
Remove old table only if it exists. It's possible to create a table but not have it added to XLWorksheet.Tables
ClosedXML/ClosedXML,igitur/ClosedXML
ClosedXML/Excel/Tables/XLTable.cs
mit
1,590,482,212
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Text; namespace ClosedXML.Excel { [DebuggerDisplay("{Name}")] internal class XLTable : XLRange, IXLTable { #region Private fi...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Text; namespace ClosedXML.Excel { [DebuggerDisplay("{Name}")] internal class XLTable : XLRange, IXLTable { #region Private fi...
c07a33b24fc02d33a6dd15da10605d16bb958005
Fix ctor accessibility
Fix ctor accessibility
smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu
osu.Game/Screens/Ranking/ResultsScreen.cs
mit
1,590,481,910
// 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.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.F...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.F...
33d20486393ab7742acf97e484d71d37137c7f1c
Update nobil.no import
Update nobil.no import
openchargemap/ocm-system,openchargemap/ocm-system,openchargemap/ocm-system
Import/OCM.Import.Common/Providers/ImportProvider_NobilDotNo.cs
mit
1,590,481,344
using OCM.API.Common.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; namespace OCM.Import.Providers { public class ImportProvider_NobilDotNo : BaseImportProvider, IImportProvider { public ImportProvider_NobilDotNo() { P...
using OCM.API.Common.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; namespace OCM.Import.Providers { public class ImportProvider_NobilDotNo : BaseImportProvider, IImportProvider { public ImportProvider_NobilDotNo() { P...
8d64c89e899670609766e6ac969275704bea7b93
Change to Label name to prevent clash with the non-reactive test.
Change to Label name to prevent clash with the non-reactive test.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Reactive/SummaryIT.cs
apache-2.0
1,590,481,094
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache....
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache....
aa79e57aec87300b90d58abbd003f5216ee29ae0
Added iterative breadth first traversal
Added iterative breadth first traversal
ChiragKalia/AlgorithmsAndDataStructures
DataStructures/Trees/BinaryTree.cs
mit
1,590,480,590
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataStructures.Trees { #region BinaryTree public class Node { public int val; public Node left, right; public int depth; pub...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataStructures.Trees { #region BinaryTree public class Node { public int key; public Node left, right; public int depth; pub...
7e1e26de2a3b3bc8e249ba75b417e4d5955d7c42
Allow HandleMovement by default
Allow HandleMovement by default
NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu
osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs
mit
1,590,480,271
// 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 osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers;...
// 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 osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers;...
0aa661defbca93c3c2868b004f7795ec9b64b55f
Tests fixed
Tests fixed
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/tests/Squidex.Infrastructure.Tests/Orleans/JsonExternalSerializerTests.cs
mit
1,590,478,114
// ========================================================================== // JsonExternalSerializerTests.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // ===========================================...
// ========================================================================== // JsonExternalSerializerTests.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // ===========================================...
c86a003ef94eccc990c6e13f7d0ea7159de03ec6
Adjust transition for smaller sizes
Adjust transition for smaller sizes
NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu
osu.Game/Screens/Ranking/ScorePanel.cs
mit
1,590,478,061
// 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; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Grap...
// 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; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Grap...
a1ece4f308d51317b5d2c6d25df1555a434f9f00
Add expansion/contraction test
Add expansion/contraction test
peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu-new
osu.Game.Tests/Visual/Ranking/TestSceneScorePanel.cs
mit
1,590,478,018
// 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.Graphics; using osu.Game.Rulesets.Osu; using osu.Game.Rulesets.Scoring; using osu.Game.Scoring; using osu.Game.Screens.Ranking;...
// 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.Graphics; using osu.Game.Rulesets.Osu; using osu.Game.Rulesets.Scoring; using osu.Game.Scoring; using osu.Game.Screens.Ranking;...
906a317a3d35151baae2339a77671fbd82f34231
Reduce casting
Reduce casting
UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,smoogipoo/osu
osu.Game/Screens/Ranking/ScorePanelList.cs
mit
1,590,478,013
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Graphics.Containers; using osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Graphics.Containers; using osu....
a488cbf1514924d143c23958f32476797c2fa135
Don't use await
Don't use await
xPaw/SteamWebPipes
SteamWebPipes/Steam.cs
mit
1,590,477,971
using System; using System.Threading; using SteamKit2; using System.Linq; using System.Threading.Tasks; namespace SteamWebPipes { internal class Steam { private readonly CallbackManager CallbackManager; private readonly SteamClient Client; private readonly SteamUser User; priva...
using System; using System.Threading; using SteamKit2; using System.Linq; using System.Threading.Tasks; namespace SteamWebPipes { internal class Steam { private readonly CallbackManager CallbackManager; private readonly SteamClient Client; private readonly SteamUser User; priva...
558ffaeba70e922240a124a47faa1718a8f3e0be
Move test and use params that are easier to distinguish
Move test and use params that are easier to distinguish
marcemarc/Umbraco-CMS,tcmorris/Umbraco-CMS,mattbrailsford/Umbraco-CMS,NikRimington/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,NikRimington/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,leekelleher/Umbraco-CMS,abryukhov/Umbraco-CMS,hfloyd/Umbraco-CMS,tcmorris...
src/Umbraco.Tests/Composing/ContainerConformingTests.cs
mit
1,590,477,489
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Composing; namespace Umbraco.Tests.Composing { [TestFixture] public class ContainerConformingTests { // tests that a container conforms private IRegister GetReg...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Composing; namespace Umbraco.Tests.Composing { [TestFixture] public class ContainerConformingTests { // tests that a container conforms private IRegister GetReg...
bd328019ceeb1a428043886927e17c0d53506a63
fixed bugginess (again)
fixed bugginess (again)
HiddenMonk/Unity3DCustomCharacterControllerCapsuleCollisionDetection
Assets/CapsuleCharacterCollision/Extensions/ExtPhysics.cs
mit
1,590,476,495
using System; using UnityEngine; using System.Collections; using System.Collections.Generic; namespace CapsuleCharacterCollisionDetection { public static class ExtPhysics { #region Queries #region Query ignore colliders public enum Inclusion { IncludeOnly = 0, Ignore = 1, Include = 2 } //Includ...
using System; using UnityEngine; using System.Collections; using System.Collections.Generic; namespace CapsuleCharacterCollisionDetection { public static class ExtPhysics { #region Queries #region Query ignore colliders public enum Inclusion { IncludeOnly = 0, Ignore = 1, Include = 2 } //Includ...
1768cbd1319ff8a6ab1da72846c2ec4c0a2ab65d
Format score same as expanded panel
Format score same as expanded panel
smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu
osu.Game/Screens/Ranking/Contracted/ContractedPanelMiddleContent.cs
mit
1,590,476,216
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using os...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using os...
aaf5596f9c0f619fc9eb63ab046f21a03885bb45
Cleanup test
Cleanup test
ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu
osu.Game.Tests/Visual/Ranking/TestSceneContractedPanelMiddleContent.cs
mit
1,590,476,047
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framew...
a252171ca04c7bf11fbea6b0a4f2347e834f74e1
Using EventArgs.Empty when calling RequestBackstageClose
Using EventArgs.Empty when calling RequestBackstageClose
punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon
Fluent.Ribbon/Controls/RibbonTabControl.cs
mit
1,590,474,301
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Windows; usi...
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Windows; usi...
a407f82f918d5eee76c5f5d3959a529900c135cc
Update documentation
Update documentation
ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp
source/Htc.Vita.Core/Net/NetworkInterface.cs
mit
1,590,469,453
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; using Htc.Vita.Core.Log; namespace Htc.Vita.Core.Net { /// <summary> /// Class NetworkInterface. /// </summary> public static class NetworkInterface...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; using Htc.Vita.Core.Log; namespace Htc.Vita.Core.Net { public static class NetworkInterface { public static IPAddress GetIPv4BroadcastAddress( ...
d041de63ce3f312e22a1cb7a23cdc5a292c33da8
Allow SelectionHandler to provide custom context menu items without local hover check
Allow SelectionHandler to provide custom context menu items without local hover check
peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu
osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs
mit
1,590,468,789
// 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 osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers;...
// 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 osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers;...
a806259623c974f426f1eb80dcb39a94fec189b0
Avoid possible IP Address conflict
Avoid possible IP Address conflict
ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp
source/Htc.Vita.Core/Net/NetworkInterface.cs
mit
1,590,468,450
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; using Htc.Vita.Core.Log; namespace Htc.Vita.Core.Net { public static class NetworkInterface { public static IPAddress GetIPv4BroadcastAddress( ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; using Htc.Vita.Core.Log; namespace Htc.Vita.Core.Net { public static class NetworkInterface { public static IPAddress GetIPv4BroadcastAddress( ...
9da41d0c62eafc498489d459eef86aadf083bd72
Create container before setting permissions (#899)
Create container before setting permissions (#899) If container doesn't exist, we never reached the "CreateIfNotExists" line due to changing permissions first.
simplcommerce/SimplCommerce,simplcommerce/SimplCommerce,simplcommerce/SimplCommerce,simplcommerce/SimplCommerce
src/Modules/SimplCommerce.Module.StorageAzureBlob/AzureBlobStorageService.cs
apache-2.0
1,590,467,589
using System.Diagnostics.Contracts; using System.IO; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using SimplCommerce.Module.Core.Services; namespace SimplCommerce.Module.StorageAzureBlob { public class Azu...
using System.Diagnostics.Contracts; using System.IO; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using SimplCommerce.Module.Core.Services; namespace SimplCommerce.Module.StorageAzureBlob { public class Azu...
640141f0bdb48fcc85b374b30a82539d157aca9b
Updated Tags model with latest API information
Updated Tags model with latest API information
Nikey646/VndbSharp
VndbSharp/Models/Dumps/Tag.cs
mit
1,590,463,600
using System; using System.Collections.ObjectModel; using Newtonsoft.Json; namespace VndbSharp.Models.Dumps { /// <summary> /// Represents a Tag Object from the Tags Dump /// </summary> public class Tag { /// <summary> /// The Id of the tag /// </summary> public UInt32 Id { get; private set; } /// <s...
using System; using System.Collections.ObjectModel; using Newtonsoft.Json; namespace VndbSharp.Models.Dumps { /// <summary> /// Represents a Tag Object from the Tags Dump /// </summary> public class Tag { /// <summary> /// The Id of the tag /// </summary> public UInt32 Id { get; private set; } /// <s...
499172d26858d698142fb0484e6f19dd0b14c9b8
Add some logging
Add some logging
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs
agpl-3.0
1,590,461,275
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
0846f626c90d3477a60b66e34d2793f0ee44aa18
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.3.3395.20200526024219-master-ed6cc6e
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,590,461,067
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "ed6cc6e3f0bf875211189bf6cf60394ee03b299d"; public static string Version = "1.3"; public static string Build = "3395"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "de1dce5348181069974ca4eb2ae69e00c051068f"; public static string Version = "1.3"; public static string Build = "3394"; ...
ed6cc6e3f0bf875211189bf6cf60394ee03b299d
Is this 3000? CONGRATS (#3000)
Is this 3000? CONGRATS (#3000) * Update LootTables.cs Fixed Spine Glaive WCID * Typo I fixt it for you.
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/Command/Handlers/SentinelCommands.cs
agpl-3.0
1,590,460,920
using System; using System.Collections.Generic; using System.Globalization; using ACE.Database; using ACE.Database.Models.Auth; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Server.Managers; using ACE.Server.Network; using ACE.Server.Network.Enum; using ACE.Server.Network.GameMes...
using System; using System.Collections.Generic; using System.Globalization; using ACE.Database; using ACE.Database.Models.Auth; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Server.Managers; using ACE.Server.Network; using ACE.Server.Network.Enum; using ACE.Server.Network.GameMes...
2bf066d72c6099c47bd967a11424b35c13004500
Rename tests to match convention
Rename tests to match convention
ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game.Tests/Visual/Background/TestSceneUserDimBackgrounds.cs
mit
1,590,460,236
// 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.Linq; using System.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Bindables; using osu.Fram...
// 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.Linq; using System.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Bindables; using osu.Fram...
13bd6be8a3e2bf97ab9fb0bf19c7cf732ddcd5cb
Convert wait steps into until steps
Convert wait steps into until steps
smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu
osu.Game.Tests/Visual/Background/TestSceneUserDimBackgrounds.cs
mit
1,590,460,196
// 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.Linq; using System.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Bindables; using osu.Fram...
// 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.Linq; using System.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Bindables; using osu.Fram...
f95001af23b7a6399b303f47853b5b0952f42b92
added RestrictedTo attribute
added RestrictedTo attribute
xirqlz/blueprint41
Blueprint41/Neo4j/Refactoring/IRefactorProperty.cs
mit
1,590,456,734
#nullable disable using Blueprint41.Core; using Blueprint41.Dynamic; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace Blueprint41.Neo4j.Refactoring { public interface IRefactorProperty { void R...
#nullable disable using Blueprint41.Core; using Blueprint41.Dynamic; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace Blueprint41.Neo4j.Refactoring { public interface IRefactorProperty { void R...
3d03be7a56769b6188c6ab8df6ca0c41877bc61c
Update Mono C# warning to reflect latest list of platforms supported
Update Mono C# warning to reflect latest list of platforms supported Simple fix for #38627. iOS (#20268) and HTML5 (#20270) removed from list of exceptions for platforms supported in warning message.
akien-mga/godot,firefly2442/godot,Paulloz/godot,vnen/godot,BastiaanOlij/godot,akien-mga/godot,firefly2442/godot,vkbsb/godot,Faless/godot,Faless/godot,josempans/godot,MarianoGnu/godot,akien-mga/godot,ZuBsPaCe/godot,godotengine/godot,sanikoyes/godot,akien-mga/godot,Shockblast/godot,Valentactive/godot,pkowal1982/godot,Pau...
modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs
mit
1,590,455,985
using Godot; using GodotTools.Core; using GodotTools.Export; using GodotTools.Utils; using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using GodotTools.Ides; using GodotTools.Ides.Rider; using GodotTools.Internals; using GodotTools.ProjectEditor; using JetBrains.Ann...
using Godot; using GodotTools.Core; using GodotTools.Export; using GodotTools.Utils; using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using GodotTools.Ides; using GodotTools.Ides.Rider; using GodotTools.Internals; using GodotTools.ProjectEditor; using JetBrains.Ann...
d69111c665079d495906232e24a49c640c7fe6e0
Fix spelling of breadth
Fix spelling of breadth
ppy/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,smoogipoo/osu
osu.Game/Rulesets/UI/Scrolling/ScrollingHitObjectContainer.cs
mit
1,590,455,854
// 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.Framework.Graphics; 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 System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.Framework.Graphics; using osu.Fra...
446b61e55dbeb786a640cabb4eae88ab74bb782c
Setting a default `Manifest SourceBasePath` when a repo doesn't have empty conceptual version file mapping. (#5960)
Setting a default `Manifest SourceBasePath` when a repo doesn't have empty conceptual version file mapping. (#5960)
dotnet/docfx,dotnet/docfx,dotnet/docfx,superyyrrzz/docfx,superyyrrzz/docfx,superyyrrzz/docfx,dotnet/docfx,superyyrrzz/docfx
src/Microsoft.DocAsCode.Build.Engine/DocumentBuilder.cs
mit
1,590,455,042
// 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.Compositi...
// 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.Compositi...
9ed232dd09b8fb1789229c57c9ac4e191a753095
normalize the counting of map 7-2, which has ever cleared even
normalize the counting of map 7-2, which has ever cleared even
veigr/EventMapHpViewer
EventMapHpViewer/Models/MapInfoProxy.cs
mit
1,590,453,782
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reactive.Linq; using EventMapHpViewer.Models.Raw; using Grabacr07.KanColleWrapper; using Grabacr07.KanColleWrapper.Models; using Livet; using MetroTrilithon.Lifetime; using MetroTrilithon.Mvvm; namespace EventMap...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reactive.Linq; using EventMapHpViewer.Models.Raw; using Grabacr07.KanColleWrapper; using Grabacr07.KanColleWrapper.Models; using Livet; using MetroTrilithon.Lifetime; using MetroTrilithon.Mvvm; namespace EventMap...
3f12f4d22fef4ec747b8c21d5fe65d9d0c536b10
Small bugfix
Small bugfix
Vanaheimr/Styx
Styx/Illias/I18N/I18NString.cs
apache-2.0
1,590,453,690
/* * Copyright (c) 2010-2020 Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Illias <http://www.github.com/Vanaheimr/Illias> * * 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 c...
/* * Copyright (c) 2010-2020 Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Illias <http://www.github.com/Vanaheimr/Illias> * * 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 c...
cbad155f8a545a045a6cc84e0e96956792246973
Add default TP value of equipment 'M4A1 DD'
Add default TP value of equipment 'M4A1 DD'
veigr/EventMapHpViewer
EventMapHpViewer/Models/Settings/AutoCalcTpSettings.cs
mit
1,590,453,392
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Codeplex.Data; using Grabacr07.KanColleWrapper; using Grabacr07.KanColleWrapper.Models; using Grabacr07.KanColleWrapper.Models.Raw; us...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Codeplex.Data; using Grabacr07.KanColleWrapper; using Grabacr07.KanColleWrapper.Models; using Grabacr07.KanColleWrapper.Models.Raw; us...
1ce61867f8bb488df7af1dfb0049bbb717bb0e10
Make border smaller
Make border smaller
tigrouind/AITD-roomviewer
Assets/Scripts/Room/RoomLoader.cs
mit
1,590,452,359
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; public class RoomLoader : MonoBehaviour { private int floor = 0; private int ro...
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; public class RoomLoader : MonoBehaviour { private int floor = 0; private int ro...
5a6f70406025a3bd76e402de220c4e7864a9613d
Incremented version number to 3.3.2.
Incremented version number to 3.3.2.
rhythmagency/formulate,rhythmagency/formulate
src/formulate.meta/Constants.cs
mit
1,590,449,477
namespace formulate.meta { /// <summary> /// Constants relating to Formulate itself (i.e., does not /// include constants used by Formulate). /// </summary> public class Constants { /// <summary> /// This is the version of Formulate. It is used on /// assemblies and du...
namespace formulate.meta { /// <summary> /// Constants relating to Formulate itself (i.e., does not /// include constants used by Formulate). /// </summary> public class Constants { /// <summary> /// This is the version of Formulate. It is used on /// assemblies and du...
088daf7e5d069469233e3085ffeaa43d6fd28498
Changed port to 8100 bcs 9100 seems to be scuffed
Changed port to 8100 bcs 9100 seems to be scuffed
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Program.cs
agpl-3.0
1,590,449,057
using System; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; using SoraBot.Data; using SoraBot.Services.Utils; namespace SoraBot.WebApi { public class Program { ...
using System; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; using SoraBot.Data; using SoraBot.Services.Utils; namespace SoraBot.WebApi { public class Program { ...
c8961ce6e3fbcdbbf4d324c09fa204c3a7150ac8
Change order of table importing.
Change order of table importing.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/ManagedPEImageBuilder.cs
mit
1,590,448,884
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
c3250c1427e18b86199661c25cc6453b76066853
Add methodspec preservation.
Add methodspec preservation.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/ManagedPEImageBuilder.cs
mit
1,590,448,406
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
12c565c158e963b6fa6e26345aa9ae121de674ad
Add typespec preservation.
Add typespec preservation.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/ManagedPEImageBuilder.cs
mit
1,590,448,045
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
0bfc78d46cdc65dc06f84d9c8248540009101c4a
ConfigureAwait
ConfigureAwait
6bee/Remote.Linq
test/Remote.Linq.Tests/DynamicQuery/RemoteQueryable/When_executing_straight.cs
mit
1,590,447,973
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Remote.Linq.Tests.DynamicQuery.RemoteQueryable { using Remote.Linq; using Shouldly; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; usi...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Remote.Linq.Tests.DynamicQuery.RemoteQueryable { using Remote.Linq; using Shouldly; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; usi...
6408dd73dc5c109d161c044a067138708a7f021a
Add standalonesig preservation.
Add standalonesig preservation.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/ManagedPEImageBuilder.cs
mit
1,590,446,557
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
using System; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE; using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Blob; using AsmResolver.PE.DotNet.Metadata.Guid; using AsmResolver.PE.DotNet.Metadata.Strings; using AsmReso...
e9e005042e920e6990874f836215ddd0ec0fc7ca
После сборки обновления плагинов увеличена версия файлов
После сборки обновления плагинов увеличена версия файлов
lers-uchet/plugins
VKT5_RemoteConsole/Properties/AssemblyInfo.cs
apache-2.0
1,590,446,517
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Lers.Plugins; // 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. [a...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Lers.Plugins; // 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. [a...
0c04fdc101b1f91cfbcc33bb3757964e9f714adf
Add IEqualityComparer<MemberReference> impl to SignatureComparer.
Add IEqualityComparer<MemberReference> impl to SignatureComparer.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Signatures/SignatureComparer.MemberReferences.cs
mit
1,590,446,254
using System; using System.Collections.Generic; using System.ComponentModel; namespace AsmResolver.DotNet.Signatures { public partial class SignatureComparer : IEqualityComparer<MemberReference>, IEqualityComparer<IMethodDescriptor>, IEqualityComparer<IFieldDescriptor>, IEqualityCom...
using System.Collections.Generic; namespace AsmResolver.DotNet.Signatures { public partial class SignatureComparer : IEqualityComparer<IMethodDescriptor>, IEqualityComparer<IFieldDescriptor>, IEqualityComparer<MethodSpecification> { /// <inheritdoc /> public bool Equals(...
8fda4d7c19b051858f130d0582c118343bf35a7e
Add all metadata preservation flags.
Add all metadata preservation flags.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/MetadataBuilderFlags.cs
mit
1,590,445,591
using System; namespace AsmResolver.DotNet.Builder { /// <summary> /// Provides members for describing the behaviour of the .NET directory builder. /// </summary> [Flags] public enum MetadataBuilderFlags { /// <summary> /// Indicates no special metadata builder flags. //...
using System; namespace AsmResolver.DotNet.Builder { /// <summary> /// Provides members for describing the behaviour of the .NET directory builder. /// </summary> [Flags] public enum MetadataBuilderFlags { /// <summary> /// Indicates no special metadata builder flags. //...
f5d2472462463f1aad1c1e6893488400119e1a51
Update version to 1.2
Update version to 1.2
M-Yankov/SWapi-CSharp
SWapi-CSharp/Properties/AssemblyInfo.cs
mit
1,590,442,339
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("SW...
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("SW...
7b19acd33a6d499665a112bd381a4862aebc5b9e
Fix int rounding error
Fix int rounding error
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Tilemaps/Behaviours/Layers/MetaTileMap.cs
agpl-3.0
1,590,441,116
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Events; [ExecuteInEditMode] public class MetaTileMap : MonoBehaviour { /// <summary> /// Use this dictionary only if performance isn't critical, otherwise try using arrays below /// </summary> public Dictionary...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Events; [ExecuteInEditMode] public class MetaTileMap : MonoBehaviour { /// <summary> /// Use this dictionary only if performance isn't critical, otherwise try using arrays below /// </summary> public Dictionary...
009f0ab4de37725071627d8a8cb8f80106390eb9
Fixes #402
Fixes #402
X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic
Runtime/MacroCompiler/Binder/Binder.Literal.cs
apache-2.0
1,590,441,091
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; namespace XSharp.MacroCompiler { using Syntax; internal partial class Binder { internal Constant CreateLiteral(LiteralExpr expr, string Value) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; namespace XSharp.MacroCompiler { using Syntax; internal partial class Binder { internal Constant CreateLiteral(LiteralExpr expr, string Value) { ...
15bd08a4fd6547c0fd9627331de8ab498d751010
Don't consider empty layers with no tiles for bounds calculation
Don't consider empty layers with no tiles for bounds calculation
krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Tilemaps/Behaviours/Layers/MetaTileMap.cs
agpl-3.0
1,590,439,320
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Events; [ExecuteInEditMode] public class MetaTileMap : MonoBehaviour { /// <summary> /// Use this dictionary only if performance isn't critical, otherwise try using arrays below /// </summary> public Dictionary...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Events; [ExecuteInEditMode] public class MetaTileMap : MonoBehaviour { /// <summary> /// Use this dictionary only if performance isn't critical, otherwise try using arrays below /// </summary> public Dictionary...
b8d17d13aaad14b09dfac2f16fc8dcaf4687add9
Added logging when the commit reuse optimization works
Added logging when the commit reuse optimization works
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Controllers/RepositoryController.cs
agpl-3.0
1,590,438,868
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Reflection; using Sys...
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Reflection; using Sys...
b450aa2b544c6979c9313fb324c3cbbb5aee1e8f
Fix the repository locking system not working
Fix the repository locking system not working
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Repository/RepositoryManager.cs
agpl-3.0
1,590,438,854
using LibGit2Sharp; using Microsoft.Extensions.Logging; using System; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Core; using Tgstation.Server.Host.IO; using Tgstation.Server.Host.Jobs; namespace Tgstation.Server.Host.Components.Repository { //...
using LibGit2Sharp; using Microsoft.Extensions.Logging; using System; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Core; using Tgstation.Server.Host.IO; using Tgstation.Server.Host.Jobs; namespace Tgstation.Server.Host.Components.Repository { //...
ab119d1023dacb9a9a929373501d793f8c208281
#434: Fix 'ArgumentNullException' if validation skipped
#434: Fix 'ArgumentNullException' if validation skipped
Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager
src/SIM.Tool.Windows/UserControls/Install/Instance9Validation.xaml.cs
mit
1,590,438,366
using SIM.Sitecore9Installer; using SIM.Tool.Base; using SIM.Tool.Base.Pipelines; using SIM.Tool.Base.Wizards; using SIM.Tool.Windows.UserControls.Install.Validation; using Sitecore.Diagnostics.Base; using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Media; us...
using SIM.Sitecore9Installer; using SIM.Tool.Base; using SIM.Tool.Base.Pipelines; using SIM.Tool.Base.Wizards; using SIM.Tool.Windows.UserControls.Install.Validation; using Sitecore.Diagnostics.Base; using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Media; us...
1712406a3cd3ee44a807495aa092601a8d37bc8a
Fix unit test host
Fix unit test host
Thraka/SadConsole
Tests/SadConsole.Tests/BasicGameHost.cs
mit
1,590,437,998
using System; using System.Collections.Generic; using System.IO; using System.Text; using SadConsole.Input; using SadConsole.Renderers; namespace SadConsole.Tests { class BasicGameHost : GameHost { public BasicGameHost() { Instance = this; } public override IRender...
using System; using System.Collections.Generic; using System.IO; using System.Text; using SadConsole.Input; using SadConsole.Renderers; namespace SadConsole.Tests { class BasicGameHost : GameHost { public BasicGameHost() { Instance = this; } public override IRender...
8e0bba7597d43e19bf0e4cdc592f5f8de975c3ef
Updating the program to run tests.
Updating the program to run tests.
Xeeynamo/KingdomHearts
ConsoleApp1/Program.cs
mit
1,590,437,535
using OpenKh.Common; using OpenKh.Kh2; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static void Main(string[] args) { ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static void Main(string[] args) { //var stream = ProcessStream.SearchProcess("pcsx2"); //stream.Position = 0x00964c10; //var dpd =...
97714817757937e454bac3ba6e67b9c0b9e86178
Fix error with Not setting ExtensionConfig.
Fix error with Not setting ExtensionConfig.
daryllabar/DLaB.Xrm.XrmToolBoxTools
DLaB.EarlyBoundGenerator.Logic/Settings/EarlyBoundGeneratorConfig.cs
mit
1,590,437,421
using Source.DLaB.Common; using Source.DLaB.Common.VersionControl; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using System.Xml.Serialization; namespace DLaB.EarlyBoundGenerator.Settings { [Serializable]...
using Source.DLaB.Common; using Source.DLaB.Common.VersionControl; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using System.Xml.Serialization; namespace DLaB.EarlyBoundGenerator.Settings { [Serializable]...
fc07e4ca8caf43a5d5de7b7ff727dd227dad5d8f
support for retro rendering modes
support for retro rendering modes
Nystul-the-Magician/dfunity-mods
DistantTerrain/Scripts/DistantTerrain.cs
mit
1,590,437,170
//Distant Terrain Mod for Daggerfall-Unity //http://www.reddit.com/r/dftfu //http://www.dfworkshop.net/ //Author: Michael Rauter (a.k.a. Nystul) //License: MIT License (http://www.opensource.org/licenses/mit-license.php) //Contributors: Hazelnut, Lypyl, Interkarma using UnityEngine; using UnityEngine.PostProcessing; u...
//Distant Terrain Mod for Daggerfall-Unity //http://www.reddit.com/r/dftfu //http://www.dfworkshop.net/ //Author: Michael Rauter (a.k.a. Nystul) //License: MIT License (http://www.opensource.org/licenses/mit-license.php) //Contributors: Hazelnut, Lypyl, Interkarma using UnityEngine; using UnityEngine.PostProcessing; u...
c86ed1eb5e960e44d6fb2cffe8be7873493a04bf
Fix integration test
Fix integration test
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
tests/Tgstation.Server.Tests/TestingServer.cs
agpl-3.0
1,590,436,665
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...
94816b45175dd7bd5e1de13ec0eb811e046c9152
fixed the test harness usage of an older PR
fixed the test harness usage of an older PR
ericgreenmix/marten,mysticmind/marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,mdissel/Marten,mdissel/Marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten
src/Marten.Testing/Acceptance/disabling_default_tenant_usage.cs
mit
1,590,436,032
using System; using Marten.Services; using Marten.Storage; using Marten.Testing.Harness; using Xunit; namespace Marten.Testing.Acceptance { [Collection("multitenancy")] public class disabling_default_tenant_usage : OneOffConfigurationsContext { [Fact] public void get_exception_when_creating...
using System; using Marten.Services; using Marten.Storage; using Xunit; namespace Marten.Testing.Acceptance { public class disabling_default_tenant_usage : IntegratedFixture { [Fact] public void get_exception_when_creating_session_with_default_tenant_usage_disabled() { Store...
68d1f6724395d357955b73a1c0310cd76b1651c9
Fix variable name.
Fix variable name.
M-Yankov/SWapi-CSharp
Example/ServiceDemo/FilmsFromFileDemo.cs
mit
1,590,435,824
namespace Example.ServiceDemo { using System; using System.IO; using System.Linq; using System.Reflection; using StarWarsApiCSharp; public class FilmsFromFileDemo : IExecutor { public void Execute() { var service = new JsonFileService(); var path = A...
namespace Example.ServiceDemo { using System; using System.IO; using System.Linq; using System.Reflection; using StarWarsApiCSharp; public class FilmsFromFileDemo : IExecutor { public void Execute() { var service = new JsonFileService(); var path = A...
bff7c94e3a7d291deb99697c61ae274ba72361bf
Library is no longer CLS compliant
Library is no longer CLS compliant
Jericho/CakeMail.RestClient,Jericho/CakeMail.RestClient
Source/CakeMail.RestClient/Properties/AssemblyInfo.cs
mit
1,590,435,719
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("CakeMail.RestClient.UnitTests")] [assembly: InternalsVisibleTo("CakeMail.RestClient.IntegrationTests")]
using System; using System.Runtime.CompilerServices; [assembly: CLSCompliant(true)] [assembly: InternalsVisibleTo("CakeMail.RestClient.UnitTests")] [assembly: InternalsVisibleTo("CakeMail.RestClient.IntegrationTests")]
3b1e0689fd7c65aed25d0b7f9b79fd9a0fdfbeca
Fix example when repository is using custom data-service.
Fix example when repository is using custom data-service.
M-Yankov/SWapi-CSharp
Example/ServiceDemo/FilmsFromFileDemo.cs
mit
1,590,435,652
namespace Example.ServiceDemo { using System; using System.IO; using System.Linq; using System.Reflection; using StarWarsApiCSharp; public class FilmsFromFileDemo : IExecutor { public void Execute() { var service = new JsonFileService(); var path = A...
namespace Example.ServiceDemo { using System; using System.IO; using System.Linq; using System.Reflection; using StarWarsApiCSharp; public class FilmsFromFileDemo : IExecutor { public void Execute() { var service = new JsonFileService(); var path = A...
41fd5dab67a0cd02af8fa1ae70a4ed2efdf7995b
Remove unused field
Remove unused field
Jericho/CakeMail.RestClient,Jericho/CakeMail.RestClient
Source/CakeMail.RestClient.IntegrationTests/TestsRunner.cs
mit
1,590,435,617
using CakeMail.RestClient.IntegrationTests.Tests; using CakeMail.RestClient.Utilities; using Microsoft.Extensions.Logging; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; namespace CakeMail.RestClient.IntegrationTests { internal class TestsRunn...
using CakeMail.RestClient.IntegrationTests.Tests; using CakeMail.RestClient.Utilities; using Microsoft.Extensions.Logging; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; namespace CakeMail.RestClient.IntegrationTests { internal class TestsRunn...
d266215fb8b89201975d5da37ba4f10ae912667e
Allow custom JSON converter when converting response from API
Allow custom JSON converter when converting response from API
Jericho/CakeMail.RestClient,Jericho/CakeMail.RestClient
Source/CakeMail.RestClient/Utilities/ExtensionMethods.cs
mit
1,590,435,564
using CakeMail.RestClient.Exceptions; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Pathoschild.Http.Client; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Serialization; u...
using CakeMail.RestClient.Exceptions; using Newtonsoft.Json.Linq; using Pathoschild.Http.Client; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Serialization; using System.Text; using...
170a3a1f707d19164543eda8ea9a90f2fab56fa6
#116 - Actually got rid of useless list. this seems to work as well
#116 - Actually got rid of useless list. this seems to work as well
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Extensions/Authentication/ApiKeyAuthenticationHandler.cs
agpl-3.0
1,590,435,184
using System.Collections.Generic; using System.Security.Claims; using System.Text.Encodings.Web; using System.Text.Json; using System.Threading.Tasks; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using Microsoft.Extensio...
using System.Collections.Generic; using System.Security.Claims; using System.Text.Encodings.Web; using System.Text.Json; using System.Threading.Tasks; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using Microsoft.Extensio...