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
3d102542a1aa552a114f7274ef5a2d078ceb90f6
remove useless code
remove useless code
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,589,989,347
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastruc...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastruc...
79f724555786f2046ce53a0bde691a2d9cd99bda
fix drawing
fix drawing now color ranges go from 0-256 instead of 0-128 (calc byte * 2)
mrousavy/BmpPwd
BmpPwd/Helper.cs
mit
1,589,989,235
using System.Drawing; using System.Linq; using static mrousavy.Cryptography.BmpPwd; namespace mrousavy { /// <summary> /// Helper class for System.Drawing functions /// </summary> internal static class Helper { /// <summary> /// Creates Graphics and draws all the Text (ASCI...
using System.Drawing; using static mrousavy.Cryptography.BmpPwd; namespace mrousavy { /// <summary> /// Helper class for System.Drawing functions /// </summary> internal static class Helper { /// <summary> /// Creates Graphics and draws all the Text (ASCII Values/bytes) ont...
366fb300db6cc91cadd600718225db30886add95
Add: !HitErrors! token
Add: !HitErrors! token
Piotrekol/StreamCompanion,Piotrekol/StreamCompanion
plugins/OsuMemoryEventSource/MemoryDataProcessor.cs
mit
1,589,989,108
using CollectionManager.Enums; using OsuMemoryDataProvider; using PpCalculator; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using StreamCompanionTypes.Enums; using StreamCompanionTypes.Interfaces; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Thre...
using CollectionManager.Enums; using OsuMemoryDataProvider; using PpCalculator; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using StreamCompanionTypes.Enums; using StreamCompanionTypes.Interfaces; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Thre...
7b4bcc5e26eb3a0d1b933379e97120e3665ba586
Fix bug causing ExportTable on Inline Table to always fail
Fix bug causing ExportTable on Inline Table to always fail
InRule/irAuthor-Extensions,InRule/irAuthor-Extensions
ExportTable/ExportTable/Extension.cs
mit
1,589,989,072
using System; using System.Collections.Generic; using System.Data; using System.Linq; using InRule.Authoring.Commanding; using InRule.Authoring.Media; using InRule.Authoring.Windows; using InRule.Authoring.Windows.Controls; using InRule.Repository; using InRule.Repository.ValueLists; using Microsoft.Win32; namespace ...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using InRule.Authoring.Commanding; using InRule.Authoring.Media; using InRule.Authoring.Windows; using InRule.Authoring.Windows.Controls; using InRule.Repository; using InRule.Repository.ValueLists; using Microsoft.Win32; namespace ...
f2962d6156c30f0644ba4cf528ddcceaca0f36f0
Add demo text for Unity Colour Scheme page
Add demo text for Unity Colour Scheme page
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/CSharp/Daemon/Stages/Highlightings/UnityHighlightingAttributeIds.cs
apache-2.0
1,589,988,903
using System.Drawing; using JetBrains.ReSharper.Psi.CSharp; using JetBrains.TextControl.DocumentMarkup; namespace JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon.Stages.Highlightings { // Highlighters define the look of a highlighting. They belong to a group, which is used to create a settings page [RegisterH...
using System.Drawing; using JetBrains.ReSharper.Psi.CSharp; using JetBrains.TextControl.DocumentMarkup; namespace JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon.Stages.Highlightings { // Highlighters define the look of a highlighting. They belong to a group, which is used to create a settings page [RegisterH...
ca7216e1108acbcd4f187534aeeaf704879987eb
GSF.Communication: In TcpSimpleClient, eliminated deadlocks in Disconnect() and Dispose() when called from the read thread.
GSF.Communication: In TcpSimpleClient, eliminated deadlocks in Disconnect() and Dispose() when called from the read thread.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Communication/TcpSimpleClient.cs
mit
1,589,988,760
//****************************************************************************************************** // TcpSimpleClient.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
//****************************************************************************************************** // TcpSimpleClient.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
f568958a39c0f4ccb13ca77d355c5221019c083d
Fixed Item.GetAsync() not disposed
Fixed Item.GetAsync() not disposed
Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks
Facepunch.Steamworks/Structs/UgcItem.cs
mit
1,589,988,704
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Steamworks.Data; using QueryType = Steamworks.Ugc.Query; namespace Steamworks.Ugc { public struct Item { internal SteamUGCDetails_t details; internal PublishedFileId _id; public Ite...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Steamworks.Data; using QueryType = Steamworks.Ugc.Query; namespace Steamworks.Ugc { public struct Item { internal SteamUGCDetails_t details; internal PublishedFileId _id; public Ite...
15ebe38303307f7bd5b6a24bc10bf72c3b926690
Return null if path is not found, for clarity
Return null if path is not found, for clarity
ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu
osu.Game.Tournament/IPC/FileBasedIPC.cs
mit
1,589,987,615
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Collections.Generic; using Newtonsoft.Json; using Microsoft.Win32; using osu.Framework.Allocation; 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; using System.IO; using System.Linq; using System.Collections.Generic; using Newtonsoft.Json; using Microsoft.Win32; using osu.Framework.Allocation; using os...
682a86f26ef91e8536caf570603d33b98f309f37
Update HelperArray.cs
Update HelperArray.cs
dimmpixeye/Unity3dTools
Runtime/Helpers/HelperArray.cs
mit
1,589,987,221
// Project : ecs // Contacts : Pix - ask@pixeye.games using System; using System.Runtime.CompilerServices; using Unity.IL2CPP.CompilerServices; namespace Pixeye.Actors { [Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)] public static class HelperArray { public st...
// Project : ecs // Contacts : Pix - ask@pixeye.games using System; using System.Runtime.CompilerServices; using Unity.IL2CPP.CompilerServices; namespace Pixeye.Actors { [Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)] public static class HelperArray { public st...
b7535dedd159da00c0c09627906aa9f2f225d6c1
Sync shared document content
Sync shared document content
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/Rider/RiderUnitySharedFilesSavingSuppressor.cs
apache-2.0
1,589,987,216
using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using JetBrains.Application.Threading; using JetBrains.DocumentManagers; using JetBrains.DocumentManagers.Transactions; using JetBrains.DocumentModel; using JetBrains.DocumentModel.Impl; using JetBrains.IDE; using JetBrains.Lifetimes; usi...
using JetBrains.Annotations; using JetBrains.DocumentManagers; using JetBrains.DocumentModel; using JetBrains.ProjectModel; using JetBrains.ReSharper.Host.Features.Documents; using JetBrains.ReSharper.Plugins.Unity.ProjectModel; using JetBrains.Util; namespace JetBrains.ReSharper.Plugins.Unity.Rider { /// <summary...
0478daccd31948d5c510eb9c2cacb4246e325f47
Address review
Address review
jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean
Brokerages/WebSocketClientWrapper.cs
apache-2.0
1,589,987,082
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
b083148f684d658fc4d2de66a14b635239b94b0d
Fix test build fail.
Fix test build fail.
autofac/Autofac,autofac/Autofac
test/Autofac.Specification.Test/Lifetime/LifetimeEventTests.cs
mit
1,589,986,412
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
20a3b97ba61d97dcabdf47d811556e6ec13657eb
Url添加参数功能 Signed-off-by: virtual <1185513330@qq.com>
Url添加参数功能 Signed-off-by: virtual <89ab707496410b11c2fba8f5ec0112cf133af8fd@qq.com>
cocosip/DotCommon,cocosip/DotCommon
src/DotCommon/Utility/UrlUtil.cs
mit
1,589,986,364
using DotCommon.Extensions; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; namespace DotCommon.Utility { /// <summary>Url工具类 /// </summary> public static class UrlUtil { /// <summary>判断是否为Https ...
using DotCommon.Extensions; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace DotCommon.Utility { /// <summary>Url工具类 /// </summary> public static class UrlUtil { /// <summary>判断是否为Https /// </summary>...
acba1f3ad667fdeae03a1708329e4c49f2ce4006
Integrate score panel list into results screen
Integrate score panel list into results screen
peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu
osu.Game/Screens/Ranking/ResultsScreen.cs
mit
1,589,986,014
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
62a8ee09722bac066a370b863023b071073d5932
Fixed layer-based collision.
Fixed layer-based collision.
vchelaru/Gum
RenderingLibrary/Graphics/Layer.cs
mit
1,589,985,012
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections.ObjectModel; using Microsoft.Xna.Framework; namespace RenderingLibrary.Graphics { public class Layer { #region Fields List<IRenderableIpso> mRenderables = new List<IRend...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections.ObjectModel; using Microsoft.Xna.Framework; namespace RenderingLibrary.Graphics { public class Layer { #region Fields List<IRenderableIpso> mRenderables = new List<IRend...
0291b873af996917a1b06a89e17da8ec84b70b5b
Added calls (Update and ApplyModifiedProperties on serializedObject) to clear warnings when changing scal factor on importer (#325)
Added calls (Update and ApplyModifiedProperties on serializedObject) to clear warnings when changing scal factor on importer (#325) Co-authored-by: treque <4689d827b536520e8b8e971a9270e27a5616b474@unity3d.com> Co-authored-by: Vlad Lazar <74cb15c38feea5158639ccb924e7096ab37eb37f@unity3d.com>
unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter
com.unity.formats.alembic/Editor/Importer/AlembicImporterEditor.cs
mit
1,589,984,449
#if UNITY_2017_1_OR_NEWER using System; using System.Linq; using UnityEditor; using UnityEngine; using UnityEngine.Formats.Alembic.Sdk; using UnityEditor.Experimental.AssetImporters; namespace UnityEditor.Formats.Alembic.Importer { [CustomEditor(typeof(AlembicImporter)), CanEditMultipleObjects] internal class...
#if UNITY_2017_1_OR_NEWER using System; using System.Linq; using UnityEditor; using UnityEngine; using UnityEngine.Formats.Alembic.Sdk; using UnityEditor.Experimental.AssetImporters; namespace UnityEditor.Formats.Alembic.Importer { [CustomEditor(typeof(AlembicImporter)), CanEditMultipleObjects] internal class...
74830ffb1327a9f41de0f848170bccfe196d2aeb
Fixed overlayers not being imported.
Fixed overlayers not being imported.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/ProfileImporter.cs
mit
1,589,984,410
using Aurora.EffectsEngine.Animations; using Aurora.Profiles; using Aurora.Settings.Layers; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using...
using Aurora.EffectsEngine.Animations; using Aurora.Profiles; using Aurora.Settings.Layers; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace Aurora.Se...
bbbc6b512cd3ae4f1f532513b933f6aa1bc5fe8f
Fixed maths comparison clone not copying operator.
Fixed maths comparison clone not copying operator.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Overrides/Logic/Number/Number_Maths.cs
mit
1,589,983,766
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Data; using System.Windows.Media; using Aurora.Profiles; using Aurora.Utils; using Newtonsoft.Json; using Xceed.Wpf.Toolkit; namespace Aurora.Settings.Overrides.Logic { /// <su...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Data; using System.Windows.Media; using Aurora.Profiles; using Aurora.Utils; using Newtonsoft.Json; using Xceed.Wpf.Toolkit; namespace Aurora.Settings.Overrides.Logic { /// <su...
f555b7bfe9494e21ad291f6249524f31546cee19
Added ZigzagOrderTraversal
Added ZigzagOrderTraversal
ChiragKalia/AlgorithmsAndDataStructures
DataStructures/Trees/BinaryTree.cs
mit
1,589,982,800
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...
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...
9e9565f40f5222b477cdc4607c5f3ec2eab1f430
fix border only margin.
fix border only margin.
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,589,981,940
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
53185dbfb1e3230e4f8cc846f445405b53134efb
Added missing validation of parsed argument in unit tests
Added missing validation of parsed argument in unit tests
akamsteeg/AtleX.CommandLineArguments
src/AtleX.CommandLineArguments.Tests/Parsers/CommandLineArgumentsParserTests.cs
mit
1,589,981,463
using AtleX.CommandLineArguments.Parsers; using AtleX.CommandLineArguments.Tests.Mocks; using System; using System.Collections.Generic; using AtleX.CommandLineArguments.Validators; using AtleX.CommandLineArguments.Parsers.TypeParsers; using Xunit; namespace AtleX.CommandLineArguments.Tests.Parsers { public abstract...
using AtleX.CommandLineArguments.Parsers; using AtleX.CommandLineArguments.Tests.Mocks; using System; using System.Collections.Generic; using AtleX.CommandLineArguments.Validators; using AtleX.CommandLineArguments.Parsers.TypeParsers; using Xunit; namespace AtleX.CommandLineArguments.Tests.Parsers { public abstract...
e40ffff37260b6f7e4173e1475819c5dd5c41c8a
Fixed layered cursor hit detection
Fixed layered cursor hit detection
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/Glue/GumPlugin/GumPlugin/Embedded/GraphicalUiElement.IWindow.cs
mit
1,589,981,437
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public partial class GraphicalUiElement : FlatRedBall.G...
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public partial class GraphicalUiElement : FlatRedBall.G...
95c963ad313f963eaf35edc70de37337a90541fc
Simplified code of PrefixedKeyParser.TryFindRawArgumentValue() (fixes #64)
Simplified code of PrefixedKeyParser.TryFindRawArgumentValue() (fixes #64) Previously, the code of PrefixedKeyParser.TryFindRawArgumentValue() was incredibly complex with lots of nested conditions. And in the worst case, every array element after the first one was evaluated twice. This change simplifies the code grea...
akamsteeg/AtleX.CommandLineArguments
src/AtleX.CommandLineArguments/Parsers/PrefixedKeyParser.cs
mit
1,589,981,315
using System; namespace AtleX.CommandLineArguments.Parsers { /// <summary> /// Represents a <see cref="ICommandLineArgumentsParser"/> for key value pairs with the key indicated by a certain prefix string /// </summary> public class PrefixedKeyParser : CommandLineArgumentsParser { /// <summary> /...
using System; namespace AtleX.CommandLineArguments.Parsers { /// <summary> /// Represents a <see cref="ICommandLineArgumentsParser"/> for key value pairs with the key indicated by a certain prefix string /// </summary> public class PrefixedKeyParser : CommandLineArgumentsParser { /// <summary> /...
ee8e62a3ada5d3f26a0d446b11f19ee3bc10ac20
Updated comments on IAssetsClient
Updated comments on IAssetsClient
MiXTelematics/MiX.Integrate.Api.Client
MiX.Integrate.API.Client/IAssetsClient.cs
mit
1,589,980,735
using MiX.Integrate.API.Client.Base; using MiX.Integrate.Shared.Entities.Assets; using System.Collections.Generic; using System.Threading.Tasks; namespace MiX.Integrate.API.Client { public interface IAssetsClient : IBaseClient { List<Asset> GetAll(long groupId); Task<List<Asset>> GetAllAsync(long groupId); Li...
using MiX.Integrate.API.Client.Base; using MiX.Integrate.Shared.Entities.Assets; using System.Collections.Generic; using System.Threading.Tasks; namespace MiX.Integrate.API.Client { public interface IAssetsClient : IBaseClient { List<Asset> GetAll(long groupId); Task<List<Asset>> GetAllAsync(long groupId); Li...
5226ef5c3b1a90c0aefebe9828f699c9605a1c73
[FastBuild] Fix Link of IosApp for FastBuild conf
[FastBuild] Fix Link of IosApp for FastBuild conf
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Project.Configuration.cs
apache-2.0
1,589,980,028
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
a65fe8c7c6085b0d572f94d7472f9d3a5625e155
Add better help / usage to CliApp
Add better help / usage to CliApp
skarpdev/dotnet-version-cli,skarpdev/dotnet-version-cli
src/Program.cs
mit
1,589,979,865
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.CommandLineUtils; using Skarp.Version.Cli.CsProj; using Skarp.Version.Cli.CsProj.FileSystem; using Skarp.Version.Cli.Vcs.Git; namespace Skarp.Version.Cli { class Program { private static VersionCli _cli; ...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.CommandLineUtils; using Skarp.Version.Cli.CsProj; using Skarp.Version.Cli.CsProj.FileSystem; using Skarp.Version.Cli.Vcs.Git; namespace Skarp.Version.Cli { class Program { private static VersionCli _cli; ...
e83c06486568054f2aaabb9ac7105c5062165f23
Corrected asset controller route for trailer list endpoint (was missing "/trailers" at the end of the route)
Corrected asset controller route for trailer list endpoint (was missing "/trailers" at the end of the route)
MiXTelematics/MiX.Integrate.Api.Client
MiX.Integrate.Shared/Constants/APIControllerRoutes.cs
mit
1,589,979,666
 // ReSharper disable InconsistentNaming namespace MiX.Integrate.Shared.Constants { public class APIControllerRoutes { //HealthCheckController public class HealthCheck { public const string BASIC = "healthcheck/basic"; public const string EXTENDED = "healthcheck/extended"; } //MiX.Integrate.Api.Cont...
 // ReSharper disable InconsistentNaming namespace MiX.Integrate.Shared.Constants { public class APIControllerRoutes { //HealthCheckController public class HealthCheck { public const string BASIC = "healthcheck/basic"; public const string EXTENDED = "healthcheck/extended"; } //MiX.Integrate.Api.Cont...
e09a1bf546d7bdd12cdd5670c2d0b2398c8242a8
Only seek forwards if not already beyond the placed object
Only seek forwards if not already beyond the placed object
NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,smoogipooo/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu
osu.Game/Rulesets/Edit/HitObjectComposer.cs
mit
1,589,979,052
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Fr...
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Fr...
b5a7023312d72670a155b6435354cccd817aa748
Seek to start time after placement, not end
Seek to start time after placement, not end
smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu
osu.Game/Rulesets/Edit/HitObjectComposer.cs
mit
1,589,978,812
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Fr...
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Fr...
d472569aa8c9c35fa85275f5f6fff9c5da990915
more suppressbecause
more suppressbecause
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,589,978,782
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
98df363878a2c61a2d5f256cd876f2e6b4b8af6f
Fix join ETL operation failing if joining properties specified but not specified in the respective left or right property output list
Fix join ETL operation failing if joining properties specified but not specified in the respective left or right property output list
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/ETL/Specialized/FdoJoin.cs
lgpl-2.1
1,589,978,545
#region LGPL Header // Copyright (C) 2009, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either //...
#region LGPL Header // Copyright (C) 2009, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either //...
c4b2d040224639eb4b560ab5e635a78f64324ddd
fix packets vs bytes
fix packets vs bytes
splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net
IPTables.Net/Netfilter/Utils/NfAcct.cs
apache-2.0
1,589,977,796
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; using System.Xml.Linq; using SystemInteract; namespace IPTables.Net.Netfilter.Utils { public class NfAcct { private ISystemFactory _system; public NfAcct(ISystemFactory system) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; using System.Xml.Linq; using SystemInteract; namespace IPTables.Net.Netfilter.Utils { public class NfAcct { private ISystemFactory _system; public NfAcct(ISystemFactory system) { ...
c4a154c2483453c45d57eae011fb244a16e74776
add suppress because
add suppress because
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,589,977,759
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
4f3608f30f306263f8fc770e4f629c0271b1bb4a
add suppress because
add suppress because
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,589,977,636
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
63b5f1a376c1f6d3dce6c6040653297839acf04c
Remove unnecessary IRequireHighFrequencyMousePosition
Remove unnecessary IRequireHighFrequencyMousePosition
ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Rulesets.Mania/Edit/Blueprints/ManiaPlacementBlueprint.cs
mit
1,589,976,860
// 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.Graphics; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Mania.Objects; using osu.Game.Rulesets.Mania.UI; usi...
// 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.Graphics; using osu.Framework.Input; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Mania.Objects; using osu....
e3cec9cf6c7251c16d075bf0b27a8546f7ca0692
Simplify column assignment
Simplify column assignment
NeoAdonis/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu
osu.Game.Rulesets.Mania/Edit/Blueprints/ManiaPlacementBlueprint.cs
mit
1,589,976,788
// 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.Graphics; using osu.Framework.Input; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Mania.Objects; 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 osu.Framework.Graphics; using osu.Framework.Input; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Mania.Objects; using osu....
12822e5c7703a810d4d2613037e7b8e5a261e774
fix of https://github.com/it4history/Logy.Exchange/issues/3
fix of https://github.com/it4history/Logy.Exchange/issues/3
it4history/Logy.Exchange
src/Logy.Maps/ReliefMaps/World/Ocean/Basin3.cs
mit
1,589,976,295
using System; using System.Collections.Generic; using System.Linq; using Logy.Maps.Geometry; using Logy.Maps.Metrics; using Logy.Maps.Projections.Healpix; using Logy.Maps.ReliefMaps.Basemap; using Logy.Maps.ReliefMaps.Geoid; using Logy.Maps.ReliefMaps.Water; using Logy.MwAgent.Sphere; using MathNet.Spatial.E...
using System; using System.Collections.Generic; using System.Linq; using Logy.Maps.Geometry; using Logy.Maps.Metrics; using Logy.Maps.Projections.Healpix; using Logy.Maps.ReliefMaps.Basemap; using Logy.Maps.ReliefMaps.Geoid; using Logy.Maps.ReliefMaps.Water; using Logy.MwAgent.Sphere; using MathNet.Spatial.E...
19e2da9c73e03b674ad2525bc59bf8b6d8e16571
Fix down scrolling giving incorrect positioning data
Fix down scrolling giving incorrect positioning data
UselessToucan/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu
osu.Game.Rulesets.Mania/Edit/ManiaHitObjectComposer.cs
mit
1,589,976,089
// 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.Game.Beatmaps; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Mania.Objects; using System.Collections.Generic; 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 osu.Game.Beatmaps; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Mania.Objects; using System.Collections.Generic; using...
c14e8055b7cab1edb555dde64941b2ea54f865e9
+ implicit operator in SimpleValueObject
+ implicit operator in SimpleValueObject
vkhorikov/CSharpFunctionalExtensions
CSharpFunctionalExtensions/ValueObject/SimpleValueObject.cs
mit
1,589,976,082
using System; using System.Collections.Generic; namespace CSharpFunctionalExtensions { [Serializable] public abstract class SimpleValueObject<T> : ValueObject { public T Value { get; } protected SimpleValueObject(T value) { Value = value; } protected o...
using System; using System.Collections.Generic; namespace CSharpFunctionalExtensions { [Serializable] public abstract class SimpleValueObject<T> : ValueObject { public T Value { get; } protected SimpleValueObject(T value) { Value = value; } protected o...
3a9a3d112e4cd455fe93523785ce376a9d394e7d
Decode HTML entities in About text GH-305
Decode HTML entities in About text GH-305
roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University/Templates/EmployeeModelToTemplateBinder.cs
agpl-3.0
1,589,975,266
// // EmployeeModelToTemplateBinder.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2020 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free S...
// // EmployeeModelToTemplateBinder.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2020 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free S...
ca2bf061d9fadc0ab1688ec141d38d586c83f106
We should throw even if we only get 1 error...
We should throw even if we only get 1 error... All errors are important!!!
15below/Ensconce,15below/Ensconce,BlythMeister/Ensconce,BlythMeister/Ensconce
src/Ensconce.Console/TagSubstitution.cs
mit
1,589,974,886
using Ensconce.Update; using System; using System.Collections.Concurrent; using System.IO; using System.Text; using System.Threading.Tasks; namespace Ensconce.Console { internal static class TagSubstitution { internal static void DefaultUpdate() { Logging.Log("Updating config with ...
using Ensconce.Update; using System; using System.Collections.Concurrent; using System.IO; using System.Text; using System.Threading.Tasks; namespace Ensconce.Console { internal static class TagSubstitution { internal static void DefaultUpdate() { Logging.Log("Updating config with ...
ac2540fe1d337f860d66c9847151fa6ba075f6ed
Logging tweak
Logging tweak
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2.MessageHandlers/EventHandlers/RecordedAct1CompletionPaymentEventHandler.cs
mit
1,589,974,417
using Microsoft.Extensions.Logging; using NServiceBus; using System; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using SFA.DAS.CommitmentsV2.Data; using SFA.DAS.CommitmentsV2.Types; using SFA.DAS.Payments.ProviderPayments.Messages; namespace SFA.DAS.CommitmentsV2.MessageHandlers.EventHandlers {...
using Microsoft.Extensions.Logging; using NServiceBus; using System; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using SFA.DAS.CommitmentsV2.Data; using SFA.DAS.CommitmentsV2.Types; using SFA.DAS.Payments.ProviderPayments.Messages; namespace SFA.DAS.CommitmentsV2.MessageHandlers.EventHandlers {...
00ff1a8cc2d75c1a8601eaa1e1ac6284056e2a99
Remove rename.
Remove rename.
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
Client/AntlrLanguageClient.cs
mit
1,589,973,909
namespace LspAntlr { using LanguageServer; using Microsoft.VisualStudio.ComponentModelHost; using Microsoft.VisualStudio.Editor; using Microsoft.VisualStudio.LanguageServer.Client; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.VisualStudio.T...
namespace LspAntlr { using LanguageServer; using Microsoft.VisualStudio.ComponentModelHost; using Microsoft.VisualStudio.Editor; using Microsoft.VisualStudio.LanguageServer.Client; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.VisualStudio.T...
9405743a3963615a91962d5e00f276111d7f7c21
https://pt.stackoverflow.com/q/207800/101
https://pt.stackoverflow.com/q/207800/101
bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt
CSharp/Tuple/ReturnTwoValues.cs
mit
1,589,973,426
public (bool, TipoDoRetornoDoMetodoDadosDermaClube) CarregaProdutosDermaClube(string consulta) { var buscaProdutosDermaClube = new BuscaProdutosDermaClubeDAL(); retorno = this.buscaProdutosDermaClube.DadosDermaClube(""); if (string.IsNullOrEmpty(consulta)) return (false, null); return (retorno[0].idprod...
public (bool, TipoDoRetornoDoMetodoDadosDermaClube) CarregaProdutosDermaClube(string consulta) { var buscaProdutosDermaClube = new BuscaProdutosDermaClubeDAL(); retorno = this.buscaProdutosDermaClube.DadosDermaClube(""); if (string.IsNullOrEmpty(consulta)) { return (false, null); } return (r...
6cf1e893727de2bc51c3700903bb6568b38e2b04
fix more uwp icon load
fix more uwp icon load
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Programs/UWP.cs
mit
1,589,973,314
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
0287be9eb99e983367de98e35f89fa268f21865e
Fixes compatibility issue
Fixes compatibility issue
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Projections/ProjectionDefinition.cs
apache-2.0
1,589,971,647
using System; using System.Collections.Generic; namespace Elders.Cronus.Projections { // This is a concept which we might use in future. public class SubscriptionIdResolver { public SubscriptionIdResolver(Type projectionType, Func<IEvent, IBlobId> idResolver) { ProjectionType =...
using System; using System.Collections.Generic; namespace Elders.Cronus.Projections { // This is a concept which we might use in future. public class SubscriptionIdResolver { public SubscriptionIdResolver(Type projectionType, Func<IEvent, IBlobId> idResolver) { ProjectionType =...
68036554dbb158b1dde1c55d1f2c0fab75e6dbbe
[Modify] Add it
[Modify] Add it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,589,971,520
#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-...
e89f274fe0981549c6acb897ce7096a3f85f9c48
Further optimized performance of ContainerControlledCollection<T> using a Lazy<InstanceProducer[]> instead of Lazy<InstanceProducer>[] and implemented a custom enumerator.
Further optimized performance of ContainerControlledCollection<T> using a Lazy<InstanceProducer[]> instead of Lazy<InstanceProducer>[] and implemented a custom enumerator.
simpleinjector/SimpleInjector
src/SimpleInjector/Internals/ContainerControlledCollection.cs
mit
1,589,971,410
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector.Internals { using System; using System.Collections; using System.Collections.Generic; using System.Linq; usi...
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector.Internals { using System; using System.Collections; using System.Collections.Generic; using System.Linq; usi...
490ae37b28571996da37cdf0f932318d317a9c21
#8142 - Added smtp authentication if username or password provided
#8142 - Added smtp authentication if username or password provided
marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/...
src/Umbraco.Infrastructure/Users/EmailSender.cs
mit
1,589,971,101
using System; using System.Linq; using System.Net.Mail; using System.Threading.Tasks; using MimeKit; using MimeKit.Text; using Umbraco.Core.Configuration; using Umbraco.Core.Events; using SmtpClient = MailKit.Net.Smtp.SmtpClient; namespace Umbraco.Core { /// <summary> /// A utility class for sending emails ...
using System; using System.Linq; using System.Net.Mail; using System.Threading.Tasks; using MimeKit; using MimeKit.Text; using Umbraco.Core.Configuration; using Umbraco.Core.Events; using SmtpClient = MailKit.Net.Smtp.SmtpClient; namespace Umbraco.Core { /// <summary> /// A utility class for sending emails ...
2f78e8c3e08ee55753d6ede7ec3bbc31516b8723
(#48) Handle overflow in numeric scroller
(#48) Handle overflow in numeric scroller
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/MenuItems/UIMenuNumericScrollerItem.cs
mit
1,589,971,008
namespace RAGENativeUI.Elements { using System; /// <summary> /// Represents a scroller item that displays numeric values within a range. /// </summary> /// <typeparam name="T"> /// The numeric type to use. Possible types are: <see cref="sbyte"/>, <see cref="byte"/>, <see cref="short"/>, <see ...
namespace RAGENativeUI.Elements { using System; /// <summary> /// Represents a scroller item that displays numeric values within a range. /// </summary> /// <typeparam name="T"> /// The numeric type to use. Possible types are: <see cref="sbyte"/>, <see cref="byte"/>, <see cref="short"/>, <see ...
da0602fce9b06c3e4394bd27fb18f42c76545ce4
fix: List only the files relevant for the current folder (if provided)
fix: List only the files relevant for the current folder (if provided)
duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati
Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
lgpl-2.1
1,589,970,845
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
4d305c72602e40dca3af26493d96a245890cd645
DefaultValueTests pass
DefaultValueTests pass
canton7/RestEase
src/RestEaseUnitTests/ImplementationFactoryTests/DefaultValueTests.cs
mit
1,589,970,764
using Moq; using RestEase; using RestEase.Implementation; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; namespace RestEaseUnitTests.ImplementationFactoryTests {...
using Moq; using RestEase; using RestEase.Implementation; using System; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Xunit; namespace RestEaseUnitTests.ImplementationFactoryTests { public class DefaultValueTests { ...
a158c92af59f875fc48c18fc5fb3b44449846e73
removed unused directive
removed unused directive
SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice
src/SFA.DAS.PAS.ImportProvider.WebJob/Program.cs
mit
1,589,970,354
using System; using System.Diagnostics; using SFA.DAS.NLog.Logger; using SFA.DAS.PAS.ImportProvider.WebJob.DependencyResolution; using SFA.DAS.PAS.ImportProvider.WebJob.Importer; namespace SFA.DAS.PAS.ImportProvider.WebJob { // To learn more about Microsoft Azure WebJobs SDK, please see https://go.microsoft.com/f...
using System; using System.Diagnostics; using System.Threading.Tasks; using SFA.DAS.NLog.Logger; using SFA.DAS.PAS.ImportProvider.WebJob.DependencyResolution; using SFA.DAS.PAS.ImportProvider.WebJob.Importer; namespace SFA.DAS.PAS.ImportProvider.WebJob { // To learn more about Microsoft Azure WebJobs SDK, please ...
ab9522f83dfa1ae82189ed61a0e2e66c1ee2fe15
Fix silly mistake.
Fix silly mistake.
jkoritzinsky/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzins...
src/Avalonia.Styling/Styling/Styles.cs
mit
1,589,970,036
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using Avalonia.Collections; using Avalonia.Controls; #nullable enable namespace Avalonia.Styling { /// <summary> /// A style that consists of a number of child styles. /// </summary> public ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using Avalonia.Collections; using Avalonia.Controls; #nullable enable namespace Avalonia.Styling { /// <summary> /// A style that consists of a number of child styles. /// </summary> public ...
f63feb24a7e1dae75f786dff11d67197cd0de63b
temp fix to exit program
temp fix to exit program
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox/App.xaml.cs
mit
1,589,969,393
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
31abe42f502cf24257197ecacb4a6e2f5372a412
NetTab Changes
NetTab Changes
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/Net/NetTab.cs
agpl-3.0
1,589,969,275
using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using UnityEngine; using UnityEngine.Events; public enum NetTabType { None = -1, Vendor = 0, ShuttleControl = 1, NukeWindow = 2, Spawner = 3, Paper = 4, ChemistryDispenser = 5, Apc = 6, Cargo = 7, CloningConsole = 8, Security...
using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using UnityEngine; using UnityEngine.Events; public enum NetTabType { None = -1, Vendor = 0, ShuttleControl = 1, NukeWindow = 2, Spawner = 3, Paper = 4, ChemistryDispenser = 5, Apc = 6, Cargo = 7, CloningConsole = 8, Security...
1451f849d98915775f794684a9dd073cececa6d0
fix the way to get the directory path of assembly (#1656)
fix the way to get the directory path of assembly (#1656)
AntShares/AntShares
src/neo/Utility.cs
mit
1,589,969,233
using Akka.Actor; using Akka.Event; using Microsoft.Extensions.Configuration; using Neo.Plugins; using System; using System.IO; using System.Reflection; namespace Neo { public static class Utility { internal class Logger : ReceiveActor { public Logger() { ...
using Akka.Actor; using Akka.Event; using Microsoft.Extensions.Configuration; using Neo.Plugins; using System; using System.IO; using System.Reflection; namespace Neo { public static class Utility { internal class Logger : ReceiveActor { public Logger() { ...
716438710129a44b7c04396b9d1d4ab14b53b5fc
fix: Metrics label
fix: Metrics label
neuecc/MagicOnion
src/MagicOnion.OpenTelemetry/OpenTelemetryCollectorLogger.cs
mit
1,589,966,374
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { /// <summary> /// ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { public class OpenTelem...
8286daa7dfc6edcd4018ded22a907c24927757b5
feat: add version support
feat: add version support
neuecc/MagicOnion
src/MagicOnion.OpenTelemetry/OpenTelemetryCollectorLogger.cs
mit
1,589,966,353
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { public class OpenTelem...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { public class OpenTelem...
9b63cbd0affc0ddd605d7b2fbb03e5877948aef4
#44: Fix destory-datastore description
#44: Fix destory-datastore description
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/DestroyDataStoreCommand.cs
lgpl-2.1
1,589,965,979
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
43640002f54064acbc75820edc5ba6ab1ab31e2b
update PipelineBuilder add empty complete delegate as default
update PipelineBuilder add empty complete delegate as default
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Helpers/PipelineBuilder.cs
mit
1,589,965,689
using System; using System.Threading.Tasks; namespace WeihanLi.Common.Helpers { public static class PipelineBuilder { public static IPipelineBuilder<TContext> Create<TContext>() { return new PipelineBuilder<TContext>(c => { }); } public static IPipelineBuilder<TCon...
using System; using System.Threading.Tasks; namespace WeihanLi.Common.Helpers { public static class PipelineBuilder { public static IPipelineBuilder<TContext> Create<TContext>(Action<TContext> completeAction) { return new PipelineBuilder<TContext>(completeAction); } ...
1e91b9f075c74cdd3bc039fea76aa77de4565b40
Change properties to auto-properties
Change properties to auto-properties
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,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/Interactable/ToolComponent.cs
mit
1,589,965,555
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using System; using System.Collections.Generic; using System.Linq; using System.Reflection.Metadata.Ecma335; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySyste...
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using System; using System.Collections.Generic; using System.Linq; using System.Reflection.Metadata.Ecma335; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySyste...
0fa1ee723ef3f1dbd83c8bf9fa5d4ad66eae834c
An exception is thrown when subscription ID resolver fails. Consumers can expliciltly specify to silently continue.
An exception is thrown when subscription ID resolver fails. Consumers can expliciltly specify to silently continue.
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Projections/ProjectionDefinition.cs
apache-2.0
1,589,964,831
using System; using System.Collections.Generic; namespace Elders.Cronus.Projections { // This is a concept which we might use in future. public class SubscriptionIdResolver { public SubscriptionIdResolver(Type projectionType, Func<IEvent, IBlobId> idResolver) { ProjectionType =...
using System; using System.Collections.Generic; namespace Elders.Cronus.Projections { // This is a concept which we might use in future. public class SubscriptionIdResolver { public SubscriptionIdResolver(Type projectionType, Func<IEvent, IBlobId> idResolver) { ProjectionType =...
664f1c47ccb128e64385ab730d9a21c4947887fd
1.calculate Spine localScale to fix SkeletonDataAsset.scale * "fixed scale" = 1.
1.calculate Spine localScale to fix SkeletonDataAsset.scale * "fixed scale" = 1.
fairygui/FairyGUI-unity
Assets/Extensions/Spine/SpineLoader.cs
mit
1,589,962,738
#if FAIRYGUI_SPINE using UnityEngine; using Spine.Unity; namespace FairyGUI { /// <summary> /// /// </summary> public partial class GLoader3D : GObject { SkeletonAnimation _spineAnimation; /// <summary> /// /// </summary> /// <value></value> publi...
#if FAIRYGUI_SPINE using UnityEngine; using Spine.Unity; namespace FairyGUI { /// <summary> /// /// </summary> public partial class GLoader3D : GObject { SkeletonAnimation _spineAnimation; /// <summary> /// /// </summary> /// <value></value> publi...
b563c708ef625df3abb639d4c779e3acd146bacc
Fix win64 support for old vs versions.
Fix win64 support for old vs versions.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win64Platform.cs
apache-2.0
1,589,962,581
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
cff66e49cf598200de421883204e73aba5d17ffe
Fixed bug where not specifying the elmah.io notification method would make it fail on runtime
Fixed bug where not specifying the elmah.io notification method would make it fail on runtime
elmahio/elmah.io.umbraco,elmahio/elmah.io.umbraco
src/elmah.io.umbraco/ElmahIoNotificationMethod.cs
apache-2.0
1,589,960,218
using Elmah.Io.Client; using Elmah.Io.Client.Models; using System; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using Umbraco.Core.Logging; using Umbraco.Web.HealthCheck; using Umbraco.Web.HealthCheck.NotificationMethods; namespace Elmah.Io.Umbraco { [HealthCheckNotificatio...
using Elmah.Io.Client; using Elmah.Io.Client.Models; using System; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using Umbraco.Core.Logging; using Umbraco.Web.HealthCheck; using Umbraco.Web.HealthCheck.NotificationMethods; namespace Elmah.Io.Umbraco { [HealthCheckNotificatio...
2319e5bece8d39ac1f36b2ce4292d96eb598c83b
Fixed subscriber primitive types convert exception. #568
Fixed subscriber primitive types convert exception. #568
dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap
src/DotNetCore.CAP/Internal/ISubscribeInvoker.Default.cs
mit
1,589,957,446
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using DotN...
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using DotN...
1c220b492596c80f4c160db7029579af787f6584
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Removed uncommented code, that was removed due to the container needs only a single valid constructor
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6586 - Removed uncommented code, that was removed due to the container needs only a single valid constructor
robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umb...
src/Umbraco.Web.BackOffice/Filters/UmbracoAuthorizeFilter.cs
mit
1,589,957,042
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Routing; using System; using Umbraco.Core; using Umbraco.Extensions; using Umbraco.Web.Security; using IHostingEnvironment = Umbraco.Core.Hosting.IHostingEnvironment; namespace Umbrac...
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Routing; using System; using Umbraco.Core; using Umbraco.Extensions; using Umbraco.Web.Security; using IHostingEnvironment = Umbraco.Core.Hosting.IHostingEnvironment; namespace Umbrac...
687b7b1bc378acdbef17c205f4f02d4bb3bf9235
move msaa with high resolution check from project diva to general checks
move msaa with high resolution check from project diva to general checks
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs
lgpl-2.1
1,589,956,621
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
85088c9b3baa96ece3ad5a1404585eeb23e5c8bb
Privatise setter
Privatise setter
peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Screens/Play/DimmableStoryboard.cs
mit
1,589,954,913
// 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.Containers; using osu.Game.Graphics.Containers; using osu.Game.Storyboards; using osu.Game.Storyboards.Drawab...
// 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.Containers; using osu.Game.Graphics.Containers; using osu.Game.Storyboards; using osu.Game.Storyboards.Drawab...
d31a59b07466eae570e1127624c30286666339b4
Fix logic results in infinite loop on default timing point return
Fix logic results in infinite loop on default timing point return
ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,ppy/osu
osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs
mit
1,589,954,136
// 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.Bindables; using osu.Framework.Caching; 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 System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
ac71482469f13d1606a1ef1f882184fbbb1ba590
Update Attack.cs
Update Attack.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/InBattle/Attack.cs
bsd-3-clause
1,589,953,926
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { /// <summary> /// Uses current battle and manipulates the data then ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { /// <summary> /// Uses current battle and manipulates the data then ...
0bbbb08d1bcd99bf184dab528cab31c686fa70ab
Temporary debugging code removed
Temporary debugging code removed
buybackoff/QuikSharp,finsight/QuikSharp
Examples/QuikSharpDemo/FormMain.cs
apache-2.0
1,589,952,532
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using QuikSharp; using QuikSharp.DataStructures; using QuikSharp.DataStructures.Transaction; using System...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using QuikSharp; using QuikSharp.DataStructures; using QuikSharp.DataStructures.Transaction; using System...
cb9202aa0df7e88a4b555a3343c9913a85989f8f
Fixed Upgrading database doesn't start from the right version number.
Fixed Upgrading database doesn't start from the right version number.
boarder2/Shacknews-Push-Notifications
src/SNPN/Data/DBHelper.cs
mit
1,589,951,662
using Dapper; using Microsoft.Data.Sqlite; using System.IO; using System.Data; using System.Runtime.CompilerServices; using Serilog; namespace SNPN.Data { public class DbHelper { private readonly long CurrentVersion = 2; private bool _initialized; private readonly string DbFile; private readonly ILogger _log...
using Dapper; using Microsoft.Data.Sqlite; using System.IO; using System.Data; using System.Runtime.CompilerServices; using Serilog; namespace SNPN.Data { public class DbHelper { private readonly long CurrentVersion = 2; private bool _initialized; private readonly string DbFile; private readonly ILogger _log...
2af81eef2a58a2e3573ad473775fa826c940b380
catch borken control panel item #2955
catch borken control panel item #2955 https://github.com/Wox-launcher/Wox/issues/2955
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.ControlPanel/ControlPanelList.cs
mit
1,589,949,576
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation.Peers; using Microsoft.Win32; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.P...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation.Peers; using Microsoft.Win32; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.P...
9f10c0d8890c1f853c5e59825ac1c22ba9383a6d
add trace info
add trace info
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.ControlPanel/ControlPanelList.cs
mit
1,589,949,376
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation.Peers; using Microsoft.Win32; using NLog; using Wox.Infrastructure.Logger; namespace Wox.Plugin.ControlPanel { /...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation.Peers; using Microsoft.Win32; namespace Wox.Plugin.ControlPanel { //from:https://raw.githubusercontent.com/Coenr...
ab7de76847aa6613c65066d0f3b0d89fe9bd5b9c
Update Producer.cs
Update Producer.cs Add mising using statement for previous commit. Woops.
Nikey646/VndbSharp
VndbSharp/Models/Producer/Producer.cs
mit
1,589,948,516
using System; using System.Collections.ObjectModel; using VndbSharp.Models.Common; using VndbSharp.Attributes; namespace VndbSharp.Models.Producer { public class Producer : ProducerCommon { public String Language { get; private set; } public ProducerLinks Links { get; private set; } [IsCsv] public ReadOnlyC...
using System; using System.Collections.ObjectModel; using VndbSharp.Models.Common; namespace VndbSharp.Models.Producer { public class Producer : ProducerCommon { public String Language { get; private set; } public ProducerLinks Links { get; private set; } [IsCsv] public ReadOnlyCollection<String> Aliases { ...
dba16493b9aa11708b53f749ae899dc244b6384d
Assigns imported images to imported products
Assigns imported images to imported products
HotcakesCommerce/core,HotcakesCommerce/core
Libraries/Hotcakes.Commerce/Catalog/CatalogImport.cs
mit
1,589,947,339
#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")...
e2433437f077d469eb14ba9ae0395ab41e326726
GraphicalUiElement now supports proper hit detection on a LayerCameraSettings.
GraphicalUiElement now supports proper hit detection on a LayerCameraSettings.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/Glue/GumPlugin/GumPlugin/Embedded/GraphicalUiElement.IWindow.cs
mit
1,589,946,922
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public partial class GraphicalUiElement : FlatRedBall.G...
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public partial class GraphicalUiElement : FlatRedBall.G...
3711862524943e789696a50c1827c65cb3717e42
Update Producer.cs
Update Producer.cs Added missing attribute required to correctly resolve aliases.
Nikey646/VndbSharp
VndbSharp/Models/Producer/Producer.cs
mit
1,589,946,782
using System; using System.Collections.ObjectModel; using VndbSharp.Models.Common; namespace VndbSharp.Models.Producer { public class Producer : ProducerCommon { public String Language { get; private set; } public ProducerLinks Links { get; private set; } [IsCsv] public ReadOnlyCollection<String> Aliases { ...
using System; using System.Collections.ObjectModel; using VndbSharp.Models.Common; namespace VndbSharp.Models.Producer { public class Producer : ProducerCommon { public String Language { get; private set; } public ProducerLinks Links { get; private set; } public ReadOnlyCollection<String> Aliases { get; priva...
c1ac40525678103be64f08c5dddd140966ec9733
Fixes to tile editor graphics updating
Fixes to tile editor graphics updating
Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab
LynnaLab/UI/TilesetEditor.cs
mit
1,589,943,595
using System; using System.Drawing; using Gtk; namespace LynnaLab { [System.ComponentModel.ToolboxItem(true)] public partial class TilesetEditor : Gtk.Bin { Project Project { get { return tileset.Project; } } public Tileset Tileset { get { r...
using System; using System.Drawing; using Gtk; namespace LynnaLab { [System.ComponentModel.ToolboxItem(true)] public partial class TilesetEditor : Gtk.Bin { Project Project { get { return tileset.Project; } } public Tileset Tileset { get { r...
bffa4df146a9d2f1934cff75aeec51d201b1ced6
add more exception info
add more exception info
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.ControlPanel/ControlPanelList.cs
mit
1,589,940,611
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation.Peers; using Microsoft.Win32; namespace Wox.Plugin.ControlPanel { //from:https://raw.githubusercontent.com/Coenr...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Windows.Automation.Peers; using Microsoft.Win32; namespace Wox.Plugin.ControlPanel { //from:https://raw.githubusercontent.com/Coenr...
d274f75c0937f58ec8503351ee570d8eaec6a0cc
Add operator overload tests
Add operator overload tests
EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-fram...
osu.Framework.Tests/Graphics/ColourTest.cs
mit
1,589,939,074
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Numerics; using NUnit.Framework; using osu.Framework.Graphics; namespace osu.Framework.Tests.Graphics { [TestFixture] public class Col...
// 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.Numerics; using NUnit.Framework; using osu.Framework.Graphics; namespace osu.Framework.Tests.Graphics { [TestFixture] public class ColourTest { ...
674534939bf3a3dfcb07f136f4645c280bae9964
Add subtract operator
Add subtract operator
EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smo...
osu.Framework/Graphics/Colour4.cs
mit
1,589,939,055
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
643590411d0ad9528331ca2ba6abc90f9dc06e6a
Pass char to StartsWith instead of string
Pass char to StartsWith instead of string
peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-fram...
osu.Framework/Graphics/Colour4.cs
mit
1,589,939,045
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
76080368e900f2b866f46235eebff0f7bda19a6d
Mark test as headless
Mark test as headless
peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko.Tests/TestSceneSampleOutput.cs
mit
1,589,937,248
// 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.Testing; using osu.Game.Audio; using osu.Game.Beatmaps; using osu.Game.Rulesets.Taiko.Objects.Drawables; using osu.Game.Tests.Visua...
// 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.Game.Audio; using osu.Game.Beatmaps; using osu.Game.Rulesets.Taiko.Objects.Drawables; using osu.Game.Tests.Visual; namespace osu.Game.Rulese...
043490bb70e5715b785e3e47c94528d4514d5f54
fix project
fix project
Ky7m/DemoCode,Ky7m/DemoCode,Ky7m/DemoCode,Ky7m/DemoCode
CSharp7/CSharp7/7.1/2.DefaultExpressions.cs
mit
1,589,937,052
using System.Linq; using static System.Console; namespace CSharp7 { public sealed class DefaultExpressions { public DefaultExpressions() { int? DoSomeWorkAndGetResult(int a = default, string s = default) { if (s == default // || s is...
using System.Linq; using static System.Console; namespace CSharp7 { public sealed class DefaultExpressions { public DefaultExpressions() { int? DoSomeWorkAndGetResult(int a = default, string s = default) { if (s == default || s is default) ...
963806474148d80ddc706e0f47f8bf5d8a22e6a9
Tidy up ruleset assignment code
Tidy up ruleset assignment code
peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu
osu.Game/Tests/Beatmaps/BeatmapConversionTest.cs
mit
1,589,936,783
// 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 Newtonsoft.Json; using NUnit.Framework; 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; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Newtonsoft.Json; using NUnit.Framework; using osu.Fram...
df2d1de04122c78b20f582c42627dc85d60efa53
Optimise [SemanticVersion] format fast path.
Optimise [SemanticVersion] format fast path. | Fast Path | Parser | ---------------+---------------+---------------+ Previous Build | 789.3ns, 736B | 955.8ns, 496B | ---------------+---------------+---------------+ This Commit | 577.6ns, 368B | 942.8ns, 440B | ---------------+-------------...
McSherry/McSherry.SemanticVersioning,McSherry/libSemVer.NET
McSherry.SemanticVersioning/SemanticVersion.Formatting.cs
mit
1,589,936,158
// Copyright (c) 2015-20 Liam McSherry // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pub...
// Copyright (c) 2015-20 Liam McSherry // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pub...
167474104bab55ede028db457c95e01f617f9699
Implement custom format patterns.
Implement custom format patterns.
McSherry/libSemVer.NET,McSherry/McSherry.SemanticVersioning
McSherry.SemanticVersioning/SemanticVersion.Formatting.cs
mit
1,589,933,872
// Copyright (c) 2015-20 Liam McSherry // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pub...
// Copyright (c) 2015-20 Liam McSherry // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pub...
cc40db6af000dc90f04508842c1468cf3bf3c69b
Enable TLS 1.2 on all runtimes
Enable TLS 1.2 on all runtimes
stripe/stripe-dotnet
src/Stripe.net/Infrastructure/Public/SystemNetHttpClient.cs
apache-2.0
1,589,933,599
namespace Stripe { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json...
namespace Stripe { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json...
4b5777a7478e78e3b7d251ff3b3bc6a1a195e21e
adds code docs to ext methods
adds code docs to ext methods
robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquareP...
src/Umbraco.Core/ClaimsIdentityExtensions.cs
mit
1,589,932,685
using System; using System.Security.Claims; using System.Security.Principal; namespace Umbraco.Core { public static class ClaimsIdentityExtensions { /// <summary> /// Returns the user id from the <see cref="IIdentity"/> of either the claim type <see cref="ClaimTypes.NameIdentifier"/> or "sub" ...
using System; using System.Security.Claims; using System.Security.Principal; namespace Umbraco.Core { public static class ClaimsIdentityExtensions { public static string GetUserId(this IIdentity identity) { if (identity == null) throw new ArgumentNullException(nameof(identity)); ...
9a24feb831f86a65ddee5939dd3c461998669845
added suppressbecause
added suppressbecause
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,589,932,360
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
ad68eb00b8d065e8d046d50a64d1872c3720156a
Minor fixes
Minor fixes
Vanaheimr/Hermod
Hermod/HTTP/Client/HTTPClient.cs
apache-2.0
1,589,931,034
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
3a939fda0c63d658bed881232d5e7fc0fd2bd2ee
Not failing when there's a complex settings object
Not failing when there's a complex settings object
Lombiq/Helpful-Extensions
Extensions/CodeGeneration/CodeGenerationDisplayDriver.cs
bsd-3-clause
1,589,930,994
using Microsoft.Extensions.Localization; using Newtonsoft.Json.Linq; using OrchardCore.ContentManagement.Metadata.Models; using OrchardCore.ContentManagement.Metadata.Settings; using OrchardCore.ContentTypes.Editors; using OrchardCore.DisplayManagement.Views; using System; using System.Collections.Generic; usin...
using Newtonsoft.Json.Linq; using OrchardCore.ContentManagement.Metadata.Models; using OrchardCore.ContentManagement.Metadata.Settings; using OrchardCore.ContentTypes.Editors; using OrchardCore.DisplayManagement.Views; using System; using System.Collections.Generic; using System.Linq; using System.Text; name...
1a1c0513b47bbbe42f37164254466f559b0102df
Fixing manifest after merge
Fixing manifest after merge
Lombiq/Helpful-Extensions
Manifest.cs
bsd-3-clause
1,589,930,948
using OrchardCore.Modules.Manifest; using static Lombiq.HelpfulExtensions.FeatureIds; [assembly: Module( Name = "Lombiq Helpful Extensions", Author = "Lombiq Technologies", Version = "1.0", Website = "https://github.com/Lombiq/Helpful-Extensions" )] [assembly: Feature( Id = CodeGenerati...
using OrchardCore.Modules.Manifest; using static Lombiq.HelpfulExtensions.FeatureIds; [assembly: Module( Name = "Lombiq Helpful Extensions", Author = "Lombiq Technologies", Version = "1.0", Website = "https://github.com/Lombiq/Helpful-Extensions" )] [assembly: Feature( Id = Flows, ...
daff651a413420a6718c59ad17ba9b0509eaebd0
Improved the structs a bit
Improved the structs a bit
mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp
binding/Binding/Definitions.cs
mit
1,589,930,493
using System; using System.ComponentModel; namespace SkiaSharp { [EditorBrowsable (EditorBrowsableState.Never)] [Obsolete ("Use SKEncodedOrigin instead.")] public enum SKCodecOrigin { TopLeft = 1, TopRight = 2, BottomRight = 3, BottomLeft = 4, LeftTop = 5, RightTop = 6, RightBottom = 7, LeftBottom...
using System; using System.ComponentModel; namespace SkiaSharp { [EditorBrowsable (EditorBrowsableState.Never)] [Obsolete ("Use SKEncodedOrigin instead.")] public enum SKCodecOrigin { TopLeft = 1, TopRight = 2, BottomRight = 3, BottomLeft = 4, LeftTop = 5, RightTop = 6, RightBottom = 7, LeftBottom...
d5d6d566120079e7acdc0d9bd4ce8eb765c24563
add suppressbecause for CA1506
add suppressbecause for CA1506
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,589,930,487
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
59e75d4612c18b584564740eb4e05fc13dfbf4a6
Fix usage output.
Fix usage output.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
TokenViewer/Program.cs
apache-2.0
1,589,929,379
// Copyright 2015 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...
// Copyright 2015 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...
04310860803b71bacb061faf6bda51c093278c93
unhide DisableAsyncSave
unhide DisableAsyncSave
overtools/OWLib
DataTool/ToolFlags.cs
mit
1,589,929,304
using System; using DataTool.Flag; namespace DataTool { [Serializable] public class ToolFlags : ICLIFlags { [CLIFlag(Flag = "directory", Positional = 0, NeedsValue = true, Required = true, Help = "Overwatch Directory")] public string OverwatchDirectory; [CLIFlag(Flag = "mode",...
using System; using DataTool.Flag; namespace DataTool { [Serializable] public class ToolFlags : ICLIFlags { [CLIFlag(Flag = "directory", Positional = 0, NeedsValue = true, Required = true, Help = "Overwatch Directory")] public string OverwatchDirectory; [CLIFlag(Flag = "mode",...