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 |
|---|---|---|---|---|---|---|---|---|
b06017dbf16a868f353226c1bed6261bed79308c | supress horizontal scaling of left-and-right stages | supress horizontal scaling of left-and-right stages
| UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu | osu.Game.Rulesets.Mania/Skinning/LegacyStageBackground.cs | mit | 1,590,895,734 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Skinning;
using osuTK;
namespace osu.Game.Rulesets.Man... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Skinning;
using osuTK;
namespace osu.Game.Rulesets.Man... |
99c31c506f5507fc290259b47916a63a8ec5ad63 | more noise. | more noise.
| AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/P... | src/Skia/Avalonia.Skia/DrawingContextImpl.cs | mit | 1,590,893,052 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... |
bbc89094fefd30e3ee7a402532cab94bffb086f6 | Add !delcall command for moderators | Add !delcall command for moderators
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/Commands/GameCommands.cs | mit | 1,590,892,861 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Props;
/// <summary>Commands that can be run during a game.</summary>
static class GameCommands
{
#region Commands during the game
/// <name>Cancel</name>
/// <syn... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Props;
/// <summary>Commands that can be run during a game.</summary>
static class GameCommands
{
#region Commands during the game
/// <name>Cancel</name>
/// <syn... |
39c14454ee7f561db85fc65c5ce7d9319574c337 | simplify cmp | simplify cmp
| jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,wieslaw... | src/Avalonia.Controls/Slider.cs | mit | 1,590,891,881 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb con... | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb con... |
71d56324be01df559a5a0dc3ebabba0e5d3b1529 | Change array to IEnumerable<T>. | Change array to IEnumerable<T>.
| cube-soft/Cube.Core,cube-soft/Cube.FileSystem,cube-soft/Cube.FileSystem,cube-soft/Cube.Core | Libraries/Sources/PathFilter.cs | apache-2.0 | 1,590,891,782 | /* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... | /* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... |
450aea3d5b2d375b9bd2c9412b1d13aa35f7e01b | set hit test correctly | set hit test correctly
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawso... | src/Avalonia.Controls/Slider.cs | mit | 1,590,891,350 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb con... | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb con... |
fb4cb4e1e19d9f517781f6b0f1c02b9c289e6d3d | add snapping action | add snapping action
| grokys/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Per... | src/Avalonia.Controls/Slider.cs | mit | 1,590,891,159 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb con... | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb control along a Track.
//... |
fd4db4e790cc20b6f91762c37f94b9307a85137d | remove IsGenericTypeDefinition Limit | remove IsGenericTypeDefinition Limit
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Aspect/DependencyInjectionExtensions.cs | mit | 1,590,890,590 | using Microsoft.Extensions.DependencyInjection;
using System;
namespace WeihanLi.Common.Aspect
{
public static class DependencyInjectionExtensions
{
public static IFluentAspectBuilder AddFluentAspects(this IServiceCollection serviceCollection, Action<FluentAspectOptions> optionsAction)
{
... | using Microsoft.Extensions.DependencyInjection;
using System;
namespace WeihanLi.Common.Aspect
{
public static class DependencyInjectionExtensions
{
public static IFluentAspectBuilder AddFluentAspects(this IServiceCollection serviceCollection, Action<FluentAspectOptions> optionsAction)
{
... |
3c54150afbcbcba0f35ca2534800783bf93343a7 | add GenericTypeTest | add GenericTypeTest
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | test/WeihanLi.Common.Test/AspectTest/ProxyFactoryTest.cs | mit | 1,590,890,539 | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using System;
using WeihanLi.Common.Aspect;
using WeihanLi.Common.Event;
using WeihanLi.Common.Services;
using WeihanLi.Common.Test.EventsTest;
using Xunit;
namespace WeihanLi.Common.Test.AspectTest
{
public class ProxyFactoryTest... | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using System;
using WeihanLi.Common.Aspect;
using WeihanLi.Common.Event;
using WeihanLi.Common.Services;
using WeihanLi.Common.Test.EventsTest;
using Xunit;
namespace WeihanLi.Common.Test.AspectTest
{
public class ProxyFactoryTest... |
ff0e25c1d0e276f8cd0ccf78b6718273c3aa2c1a | tone noise down. | tone noise down.
| SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,g... | src/Skia/Avalonia.Skia/DrawingContextImpl.cs | mit | 1,590,888,931 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... |
a01f895de74cf5b75841d31120f4cd9b630c3abf | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,590,886,292 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
28805e40f68958ee475da0266ffb32878133232a | Update Global.cs | Update Global.cs
When using PXE boot or USB Boot the syslinux text remains on screen making the kernel output hard to read. | CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.HAL2/Global.cs | bsd-3-clause | 1,590,885,727 | using System;
using System.Collections.Generic;
using Cosmos.Core;
using Cosmos.Debug.Kernel;
using Cosmos.HAL.BlockDevice;
namespace Cosmos.HAL
{
public static class Global
{
public static readonly Debugger mDebugger = new Debugger("HAL", "Global");
public static PIT PIT = new PIT();
... | using System;
using System.Collections.Generic;
using Cosmos.Core;
using Cosmos.Debug.Kernel;
using Cosmos.HAL.BlockDevice;
namespace Cosmos.HAL
{
public static class Global
{
public static readonly Debugger mDebugger = new Debugger("HAL", "Global");
public static PIT PIT = new PIT();
... |
1fbc6805fbdbfe15f322d42528cb2239d7b71f50 | Inlined a variable to address a compiler informational issue | Inlined a variable to address a compiler informational issue
| danjagnow/ArgentPonyWarcraftClient | src/ArgentPonyWarcraftClient/Models/GameDataApi/Item/Item.cs | mit | 1,590,885,185 | using System;
using Newtonsoft.Json;
namespace ArgentPonyWarcraftClient
{
/// <summary>
/// An item.
/// </summary>
public class Item
{
/// <summary>
/// Gets links for the item.
/// </summary>
[JsonProperty("_links")]
public Links Links { get; set; }
... | using System;
using Newtonsoft.Json;
namespace ArgentPonyWarcraftClient
{
/// <summary>
/// An item.
/// </summary>
public class Item
{
/// <summary>
/// Gets links for the item.
/// </summary>
[JsonProperty("_links")]
public Links Links { get; set; }
... |
20ecdbb7bd9b72b1e72d7ef6fe4ac2143e2f9a0b | Lvup: commit this only for traceability | Lvup: commit this only for traceability
Will be moved into Lvup next commit
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Battle/Lvup2.cs | mit | 1,590,883,716 | using System.Collections.Generic;
using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Lvup2
{
[Data] public int MagicCode { get; set; }
[Data] public int Count { get; set; }
[Data(Count = 0x38)] public byte[] Unknown08 { get; set; }
[Data(Count = ... | using System.Collections.Generic;
using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Lvup2
{
public class Character
{
[Data] public int Unknown00 { get; set; }
[Data(Count = 99)] public List<Level> Levels { get; set; }
public... |
8d976a05e56af5d2539adfc9d5ccef8504065ef6 | renamed some fields | renamed some fields
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Battle/Przt.cs | mit | 1,590,883,696 | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Przt
{
[Data] public ushort Id { get; set; }
[Data] public byte SmallHpOrbs { get; set; }
[Data] public byte BigHpOrbs { get; set; }
[Data] public byte BigMoneyOrbs { get; set; }
[Data] p... | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Przt
{
[Data] public ushort Id { get; set; }
[Data] public byte SmallHpOrbs { get; set; }
[Data] public byte BigHpOrbs { get; set; }
[Data] public byte BigMoneyOrbs { get; set; }
[Data] p... |
57c37908e1817c38add1a5eb9ca8d28a2cf12e71 | corrected names for character table | corrected names for character table
| Xeeynamo/KingdomHearts | OpenKh.Tools.Kh2BattleEditor/Services/CharacterNameProvider.cs | mit | 1,590,883,695 | using System.Collections.Generic;
namespace OpenKh.Tools.Kh2BattleEditor.Services
{
public static class CharacterNameProvider
{
private static readonly Dictionary<int, string> _characterNames = new Dictionary<int, string>
{
[0x01] = "Sora",
[0x02] = "Donald",
... | using System.Collections.Generic;
namespace OpenKh.Tools.Kh2BattleEditor.Services
{
public static class CharacterNameProvider
{
private static readonly Dictionary<int, string> _characterNames = new Dictionary<int, string>
{
[0x01] = "Sora",
[0x02] = "Donald",
... |
a44b41fdedc55a6b795fd131234c4e6ad44de253 | Adjusted structure of Przt (Drop table) | Adjusted structure of Przt (Drop table)
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Battle/Przt.cs | mit | 1,590,883,695 | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Przt
{
[Data] public ushort Id { get; set; }
[Data] public byte SmallHpOrbs { get; set; }
[Data] public byte BigHpOrbs { get; set; }
[Data] public byte BigMoneyOrbs { get; set; }
[Data] p... | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Przt
{
[Data] public byte Index { get; set; }
[Data] public byte Unknown01 { get; set; }
[Data] public byte Unknown02 { get; set; }
[Data] public byte Unknown03 { get; set; }
[Data] publi... |
2a6156d32ccfb41babc6ff80d4300105400a9984 | Rename RewardIndex => RewardId | Rename RewardIndex => RewardId
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Battle/Bons.cs | mit | 1,590,883,657 | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Bons
{
[Data] public byte RewardId { get; set; }
[Data] public byte CharacterId { get; set; }
[Data] public byte HpIncrease { get; set; }
[Data] public byte MpIncrease { get; set; }
[Data... | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Bons
{
[Data] public byte RewardIndex { get; set; }
[Data] public byte CharacterId { get; set; }
[Data] public byte HpIncrease { get; set; }
[Data] public byte MpIncrease { get; set; }
[D... |
7421937ae7306ac2ba74f373ef0fca7f2c535d31 | Updated Bons structure | Updated Bons structure
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Battle/Bons.cs | mit | 1,590,883,656 | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Bons
{
[Data] public byte RewardIndex { get; set; }
[Data] public byte CharacterId { get; set; }
[Data] public byte HpIncrease { get; set; }
[Data] public byte MpIncrease { get; set; }
[D... | using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Bons
{
[Data] public byte HpIncrease { get; set; }
[Data] public byte MpIncrease { get; set; }
[Data] public byte Unknown02 { get; set; }
[Data] public byte Unknown03 { get; set; }
[Data]... |
64b4ef18538a72878151df6a22ea2b2240e14fb3 | Updated Tests to run properly | Updated Tests to run properly
| Xeeynamo/KingdomHearts | OpenKh.Tests/kh2/BattleTests.cs | mit | 1,590,883,363 | using System.IO;
using OpenKh.Common;
using OpenKh.Kh2.Battle;
using System.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class BattleTests
{
public class FmlvTests
{
[Fact]
public void CheckStandardFile() => Common.FileOpenRead(@"kh2/res/fmlv_de.bin", stream =>... | using System.IO;
using OpenKh.Common;
using OpenKh.Kh2.Battle;
using System.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class BattleTests
{
public class FmlvTests
{
[Fact]
public void CheckStandardFile() => Common.FileOpenRead(@"kh2/res/fmlv_de.bin", stream =>... |
a1149aeea194068bfcd27e335d8e71c14cd5c071 | turn off optimization for MoveTowards | turn off optimization for MoveTowards
| adamabdelhamed/PowerArgs,workabyte/PowerArgs | PowerArgs/CLI/Physics/Space/SpacialAwareness.cs | mit | 1,590,882,103 | using PowerArgs.Games;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PowerArgs.Cli.Physics
{
public static class SpacialAwareness
{
public const string PassThruTag = "passthru";
public const string WeaponsPassThruTag = "WeaponsPassTh... | using PowerArgs.Games;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PowerArgs.Cli.Physics
{
public static class SpacialAwareness
{
public const string PassThruTag = "passthru";
public const string WeaponsPassThruTag = "WeaponsPassTh... |
0c03e9c5e40cda98ca3404f87cfd570e767aec3b | Lvup: commit this only for traceability | Lvup: commit this only for traceability
Will be moved into Lvup next commit
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Battle/Lvup2.cs | mit | 1,590,881,237 | using System.Collections.Generic;
using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Lvup2
{
[Data] public int MagicCode { get; set; }
[Data] public int Count { get; set; }
[Data(Count = 0x38)] public byte[] Unknown08 { get; set; }
[Data(Count = ... | using System.Collections.Generic;
using System.IO;
using Xe.BinaryMapper;
namespace OpenKh.Kh2.Battle
{
public class Lvup2
{
public class Character
{
[Data] public int Unknown00 { get; set; }
[Data(Count = 99)] public List<Level> Levels { get; set; }
public... |
43d9dbb70e4f9816a7310f388c950ce6595ade84 | Fix small warning | Fix small warning
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs | agpl-3.0 | 1,590,880,453 | using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Messages;
using SoraBot.Common.Messages.MessageAdapters;
using ... | using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Messages;
using SoraBot.Common.Messages.MessageAdapters;
using ... |
55965c45177d51ee4e59974db8fd41ed5bebcafe | Add test for the issue | Add test for the issue
rexm/Handlebars.Net/issues/351
| rexm/Handlebars.Net | source/Handlebars.Test/IssueTests.cs | mit | 1,590,880,292 | using System.Dynamic;
using Xunit;
namespace HandlebarsDotNet.Test
{
public class IssueTests
{
// Issue https://github.com/zjklee/Handlebars.CSharp/issues/7
[Fact]
public void ValueVariableShouldNotBeAccessibleFromContext()
{
var handlebars = Handlebars.Create();
... | using Xunit;
namespace HandlebarsDotNet.Test
{
public class IssueTests
{
// Issue https://github.com/zjklee/Handlebars.CSharp/issues/7
[Fact]
public void ValueVariableShouldNotBeAccessibleFromContext()
{
var handlebars = Handlebars.Create();
var render = ... |
e23397e990c35acfa8ae0d89ef2e32043b868e8e | ft: add implementation for v3 serializers | ft: add implementation for v3 serializers
| bolorundurowb/vCardLib | vCardLib/Serializers/V3Serializer.cs | mit | 1,590,879,854 | using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Interfaces;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 3 cards
/// </summary>
internal class V3Serializer : BaseSerializer, I... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Interfaces;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 3 cards
/// </summary>
internal class V3Serializer : Bas... |
05470f965d4c6475d49ab6be8f608a3f3642801b | ft: implement v4 card serialization | ft: implement v4 card serialization
| bolorundurowb/vCardLib | vCardLib/Serializers/V4Serializer.cs | mit | 1,590,879,679 | using System;
using System.Collections.Generic;
using System.Text;
using vCardLib.Enums;
using vCardLib.Interfaces;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 4 cards
/// </summary>
internal class V4Serializer : BaseSerializer, ISeria... | using System;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 4 cards
/// </summary>
internal class V4Serializer : BaseSerializer
{
protected override void AddVersionedFields()
{
throw new NotImplementedException();
}
... |
854a0bd2814ddf309a818de5b60ba0efe85747d0 | ft: add v3 serializer scaffold | ft: add v3 serializer scaffold
| bolorundurowb/vCardLib | vCardLib/Serializers/V3Serializer.cs | mit | 1,590,879,632 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Interfaces;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 3 cards
/// </summary>
internal class V3Serializer : Bas... | using System;
using vCardLib.Enums;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 3 cards
/// </summary>
internal class V3Serializer : BaseSerializer
{
protected override void AddVersionedFields()
{
foreac... |
726d4816f6dbdeee4db35ff87e70a869363371cf | Decrease code duplication | Decrease code duplication
| rexm/Handlebars.Net | source/Handlebars/MemberAccessors/ReflectionMemberAccessor.cs | mit | 1,590,879,391 | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using HandlebarsDotNet.Collections;
namespace HandlebarsDotNet.MemberAccessors
{
internal class ReflectionMemberAccessor : IMemberAccessor
{
private readonly InternalHandlebarsConfiguration _configuration;
... | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using HandlebarsDotNet.Collections;
namespace HandlebarsDotNet.MemberAccessors
{
internal class ReflectionMemberAccessor : IMemberAccessor
{
private readonly InternalHandlebarsConfiguration _configuration;
... |
867481bbb0bceaa660fdeefd6261345dda3e9d40 | ft: finish v2 serializer | ft: finish v2 serializer
| bolorundurowb/vCardLib | vCardLib/Serializers/V2Serializer.cs | mit | 1,590,879,383 | using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Interfaces;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 2 cards
/// </summary>
internal class V2Serializer : BaseSerializer, I... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Interfaces;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Handles the serialization of version 2 cards
/// </summary>
internal class V2Serializer : Bas... |
974c5e1a71ceea50469ab2e887551be1f75f99d7 | Removed some restrictions on setrole and removerole to match discord's requirements. closes #186 | Removed some restrictions on setrole and removerole to match discord's requirements. closes #186
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Administration/RoleCommands.cs | mit | 1,590,879,269 | using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Extensions;
using NadekoBot.Modules.Administration.Services;
using SixLabors.ImageSharp.PixelFormats;
using System;
using System.Linq... | using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Extensions;
using NadekoBot.Modules.Administration.Services;
using SixLabors.ImageSharp.PixelFormats;
using System;
using System.Linq... |
a7ca6bcc196f1fc0d20771ae255512b57311ac3e | Fix: InputState now accurately reflects the previous state. | Fix: InputState now accurately reflects the previous state.
| BrettStory/Macabre2D | Framework/Input/InputState.cs | mit | 1,590,879,143 | namespace Macabre2D.Framework {
using Microsoft.Xna.Framework.Input;
/// <summary>
/// The input state for this frame.
/// </summary>
public struct InputState {
/// <summary>
/// The current keyboard state.
/// </summary>
public KeyboardState CurrentKeyboardState;... | namespace Macabre2D.Framework {
using Microsoft.Xna.Framework.Input;
/// <summary>
/// The input state for this frame.
/// </summary>
public struct InputState {
/// <summary>
/// The current keyboard state.
/// </summary>
public KeyboardState CurrentKeyboardState;... |
5bd71c13e5841b1a36abc29fa75f615e3a021ff0 | Added link to support server | Added link to support server
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,590,879,024 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... |
5140d9e3e4109d19103c23e4a57141d1b185094f | Added request link | Added request link
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,590,878,923 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... |
8168da62893d7e6717b2a2fe377192113e2253b3 | Added global and local leaderboard info | Added global and local leaderboard info
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,590,878,869 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... |
9d044941cec164666abe668ca90d71f385ecd3f8 | Hotfix small special waifu issue | Hotfix small special waifu issue
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Waifu/WaifuServiceUnboxing.cs | agpl-3.0 | 1,590,878,354 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
using SoraBot.Services.Utils;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waif... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
using SoraBot.Services.Utils;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waif... |
15de86918052c18d8a85fa6ca3139e8e551f3f42 | Minor refactor. | Minor refactor.
| ejball/XmlDocMarkdown,ejball/XmlDocMarkdown | src/XmlDocMarkdown.Core/MarkdownGenerator.cs | mit | 1,590,877,733 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMar... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
namespace XmlDocMar... |
53cbce2e617f9f1c7089bb026c99a779748c7f1e | ft: add string value checks | ft: add string value checks
| bolorundurowb/vCardLib | vCardLib/Serializers/Serializer.cs | mit | 1,590,877,117 | using System;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Entry point for serializing vCard objects
/// </summary>
internal abstract class Serializer
{
protected StringBuilder _stringBuilder;
protected vCard _vC... | using System;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Entry point for serializing vCard objects
/// </summary>
internal abstract class Serializer
{
protected StringBuilder _stringBuilder;
protected vCard _vC... |
b5bca5a42e3a78af63214e787a4b3ded1792636b | ft: add in more field support | ft: add in more field support
| bolorundurowb/vCardLib | vCardLib/Serializers/Serializer.cs | mit | 1,590,876,482 | using System;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Entry point for serializing vCard objects
/// </summary>
internal abstract class Serializer
{
protected StringBuilder _stringBuilder;
protected vCard _vC... | using System;
using System.Text;
using vCardLib.Models;
namespace vCardLib.Serializers
{
/// <summary>
/// Entry point for serializing vCard objects
/// </summary>
internal abstract class Serializer
{
protected StringBuilder _stringBuilder;
protected vCard _vCard;
protected... |
9b6043fa6c3a6c16917dfc88576a4bd115a4973c | Nevermind, can't change handler properties after it's been used | Nevermind, can't change handler properties after it's been used
| PKRoma/libgit2sharp,libgit2/libgit2sharp | LibGit2Sharp/Core/ManagedHttpSmartSubtransport.cs | mit | 1,590,876,135 | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
namespace LibGit2Sharp.Core
{
internal class ManagedHttpSmartSubtransport : RpcSmartSubtransport
{
... | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
namespace LibGit2Sharp.Core
{
internal class ManagedHttpSmartSubtransport : RpcSmartSubtransport
{
... |
2c763f7fba66f1f6aa10c932f26b9d4ee41d0196 | Make test pass, can't do this for real though | Make test pass, can't do this for real though
| PKRoma/libgit2sharp,libgit2/libgit2sharp | LibGit2Sharp/Core/ManagedHttpSmartSubtransport.cs | mit | 1,590,875,367 | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
namespace LibGit2Sharp.Core
{
internal class ManagedHttpSmartSubtransport : RpcSmartSubtransport
{
... | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
namespace LibGit2Sharp.Core
{
internal class ManagedHttpSmartSubtransport : RpcSmartSubtransport
{
... |
7f822b4b5f9f99a17bed27907f1bd59b00586645 | Cleaned up test for cleaner pr | Cleaned up test for cleaner pr
| rexm/Handlebars.Net | source/Handlebars.Test/ViewEngine/ViewEngineTests.cs | mit | 1,590,875,105 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text;
using Xunit;
namespace HandlebarsDotNet.Test.ViewEngine
{
public class ViewEngineTests
{
[Fact]
public void CanLoadAViewWithALayout()
{
//Given a layout in a subfol... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text;
using Xunit;
namespace HandlebarsDotNet.Test.ViewEngine
{
public class ViewEngineTests
{
[Fact]
public void CanLoadAViewWithALayout()
{
//Given a layout in a subfol... |
c90e43f6b6b4f8501f1994fbc2c105cf08577d5b | Synchronize between DockProperties and MdiTabPage only when they're in a GlyphTabControl TabPages collection. | Synchronize between DockProperties and MdiTabPage only when they're in a GlyphTabControl TabPages collection.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MdiTabControl.cs | apache-2.0 | 1,590,874,501 | #region License
/*********************************************************************************
* MdiTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | #region License
/*********************************************************************************
* MdiTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
3bd1dfd3f9bc25bbabf5c848bb5fc793e0fc5786 | Raise AfterTabInserted and AfterTabRemoved events. | Raise AfterTabInserted and AfterTabRemoved events.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.cs | apache-2.0 | 1,590,874,501 | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... |
573ae029eca9f59b193c9cd2639193f17531085f | Only activate the last opened PGN editor. Open new untitled PGN file if no tab pages. | Only activate the last opened PGN editor. Open new untitled PGN file if no tab pages.
| PenguinF/sandra-three | Sandra.UI/MdiContainerForm.cs | apache-2.0 | 1,590,874,501 | #region License
/*********************************************************************************
* MdiContainerForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... | #region License
/*********************************************************************************
* MdiContainerForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... |
459f1cbe82626d2d4ccd37a19505dfc462652f76 | improved aspnetcore etag model binding setup reciliency | improved aspnetcore etag model binding setup reciliency
| JonasSamuelsson/Handyman,JonasSamuelsson/Handyman | src/Handyman.AspNetCore/src/ETags/ModelBinding/ETagActionDescriptorProvider.cs | mit | 1,590,874,489 | using Microsoft.AspNetCore.Mvc.Abstractions;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using System;
using System.Collections.Generic;
namespace Handyman.AspNetCore.ETags.ModelBinding
{
internal class ETagActionDescriptorProvider : IActionDescriptorProvider
{
private static readonly Dictionary<stri... | using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc.Abstractions;
using Microsoft.AspNetCore.Mvc.ModelBinding;
namespace Handyman.AspNetCore.ETags.ModelBinding
{
internal class ETagActionDescriptorProvider : IActionDescriptorProvider
{
private static readonly Dictionary<stri... |
d28abdd5304a9556f17140192db2b3d400fb088f | Open PGN editors in new tab pages rather than new windows. | Open PGN editors in new tab pages rather than new windows.
| PenguinF/sandra-three | Sandra.UI/MdiContainerForm.cs | apache-2.0 | 1,590,874,454 | #region License
/*********************************************************************************
* MdiContainerForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... | #region License
/*********************************************************************************
* MdiContainerForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... |
687c19fce5843edf06464fb3f7d40f9d9ad6a848 | Add MdiTabPage and use IDockableControl.CaptionText as tab header text. | Add MdiTabPage and use IDockableControl.CaptionText as tab header text.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MdiTabControl.cs | apache-2.0 | 1,590,874,454 | #region License
/*********************************************************************************
* MdiTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | #region License
/*********************************************************************************
* MdiTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
b498f2fbdbb10c4fa652c3cbb5283dda730aafbb | Copy MenuCaptionBarFormStyle to the tab header panel. | Copy MenuCaptionBarFormStyle to the tab header panel.
| PenguinF/sandra-three | Sandra.UI/MdiContainerForm.cs | apache-2.0 | 1,590,874,454 | #region License
/*********************************************************************************
* MdiContainerForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... | #region License
/*********************************************************************************
* MdiContainerForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... |
8a1ee58c6e2b77d057e716ae8887ecf26d248734 | Draw tab header texts. | Draw tab header texts.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.TabHeaderPanel.cs | apache-2.0 | 1,590,874,454 | #region License
/*********************************************************************************
* GlyphTabControl.TabHeaderPanel.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licen... | #region License
/*********************************************************************************
* GlyphTabControl.TabHeaderPanel.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licen... |
2b23111c7310722e5d81a7c20a1d1a7df235cc5d | Introduce ActiveTabPageIndex, and only paint the black background if no tab page is active. | Introduce ActiveTabPageIndex, and only paint the black background if no tab page is active.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.cs | apache-2.0 | 1,590,874,453 | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... |
ed533c424cbb34aa17450a2b21072708247c011f | Add Text property to GlyphTabControl.TabPage. | Add Text property to GlyphTabControl.TabPage.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.TabPage.cs | apache-2.0 | 1,590,874,453 | #region License
/*********************************************************************************
* GlyphTabControl.TabPage.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | #region License
/*********************************************************************************
* GlyphTabControl.TabPage.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... |
6624b58a02ba43775027c260060ae1ef1f2e21a1 | Lay-out all client controls to fill up the entire client area. | Lay-out all client controls to fill up the entire client area.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.cs | apache-2.0 | 1,590,874,453 | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... |
a8d8c8f4607e75a5ae8e9b0e0143b9c506095567 | Add one client control for each TabPage. | Add one client control for each TabPage.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.TabPage.cs | apache-2.0 | 1,590,874,453 | #region License
/*********************************************************************************
* GlyphTabControl.TabPage.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | #region License
/*********************************************************************************
* GlyphTabControl.TabPage.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... |
7ab192967f51814b9f6e8ed3451bec1b6d9e9249 | fixed outdated package reader parsing | fixed outdated package reader parsing
| JonasSamuelsson/Handyman,JonasSamuelsson/Handyman | src/Handyman.Tools.Outdated/src/Analyze/DotnetListPackage/TopLevelPackageReader.cs | mit | 1,590,874,444 | using System;
namespace Handyman.Tools.Outdated.Analyze.DotnetListPackage
{
public class TopLevelPackageReader
{
public void Read(StringCollection collection, DotnetListPackageFramework framework)
{
if (!collection.Current.StartsWith("top-level package", StringComparison.InvariantC... | using System;
namespace Handyman.Tools.Outdated.Analyze.DotnetListPackage
{
public class TopLevelPackageReader
{
public void Read(StringCollection collection, DotnetListPackageFramework framework)
{
if (!collection.Current.StartsWith("top-level package", StringComparison.InvariantC... |
6e22084181e0715bfab6a4db955934e8d8b01a08 | Add summaries for Control properties that are ignored. | Add summaries for Control properties that are ignored.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.cs | apache-2.0 | 1,590,874,386 | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... |
5541d3ce96ab7f44625d9d29ccadd1833420d19a | Add TabHeaderHeight property. | Add TabHeaderHeight property.
| PenguinF/sandra-three | Eutherion/Win/Controls/GlyphTabControl.cs | apache-2.0 | 1,590,874,340 | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | #region License
/*********************************************************************************
* GlyphTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... |
12da3fcbf17df12257a23de274108a6fd6698baa | Save reflection calls (#695) | Save reflection calls (#695)
| cshung/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd | src/Microsoft.Diagnostics.Runtime/src/Windows/ArrayPoolBasedCacheEntry.cs | mit | 1,590,873,893 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO.Mem... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
us... |
0bea3cfd86a6d20a42b0e168b119906487239512 | WIP Try using CredentialCache | WIP Try using CredentialCache
| libgit2/libgit2sharp,PKRoma/libgit2sharp | LibGit2Sharp/Core/ManagedHttpSmartSubtransport.cs | mit | 1,590,873,315 | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
namespace LibGit2Sharp.Core
{
internal class ManagedHttpSmartSubtransport : RpcSmartSubtransport
{
... | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
namespace LibGit2Sharp.Core
{
internal class ManagedHttpSmartSubtransport : RpcSmartSubtransport
{
... |
f0a27a8844757811a0d14a065c552dc1bfb25a7b | Removed ISerialization items from TaskDefinition. Couldn't find way to make it work with TaskService. | Removed ISerialization items from TaskDefinition. Couldn't find way to make it work with TaskService.
| dahall/TaskScheduler | TaskService/Task.cs | mit | 1,590,872,360 | using JetBrains.Annotations;
using Microsoft.Win32.TaskScheduler.V1Interop;
using Microsoft.Win32.TaskScheduler.V2Interop;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System... | using JetBrains.Annotations;
using Microsoft.Win32.TaskScheduler.V1Interop;
using Microsoft.Win32.TaskScheduler.V2Interop;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System... |
69572f8e32398d601bb15d1c062948f3acfbbc3c | Move most code to base MenuCaptionBarForm class and tidy up. | Move most code to base MenuCaptionBarForm class and tidy up.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,870,796 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
c0fcab7875dfe0aa60f6d96ef302aa23083165b3 | Set ActiveControl in load event to initialize the keyboard focus. | Set ActiveControl in load event to initialize the keyboard focus.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,870,796 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
9fd0b52ed89c73900a495111ce69d2073733c026 | Directly assign bounds to DockedAsControl. | Directly assign bounds to DockedAsControl.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,870,796 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
11fbad18b221d6a3855dcd9fa923e51002c3393b | Remove OldMenuCaptionBarForm. | Remove OldMenuCaptionBarForm.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,590,870,795 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
30ff0ab2c567c439fd28b78de5a517d7bc845e0e | delete data issue fix | delete data issue fix
| CrossGeeks/FirebasePushNotificationPlugin | Plugin.FirebasePushNotification/DefaultPushNotificationHandler.android.cs | mit | 1,590,870,601 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.Graphics;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.Media;
using Android.Support.V4.App;
using System.Collections.ObjectM... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.Graphics;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.Media;
using Android.Support.V4.App;
using System.Collections.ObjectM... |
2d0bc8d0e628fa064d640c700c4e2296af6daaab | Price: добавить поле old_amount | Price: добавить поле old_amount
#995
| vknet/vk | VkNet/Model/Price.cs | mit | 1,590,870,385 | using System;
using Newtonsoft.Json;
using VkNet.Utils;
namespace VkNet.Model
{
/// <summary>
/// Цена.
/// </summary>
[Serializable]
public class Price
{
/// <summary>
/// Целочисленное значение цены, умноженное на 100.
/// </summary>
[JsonProperty("amount")]
public long? Amount { get; set; }
/// ... | using System;
using VkNet.Utils;
namespace VkNet.Model
{
/// <summary>
/// Цена.
/// </summary>
[Serializable]
public class Price
{
/// <summary>
/// Целочисленное значение цены, умноженное на 100.
/// </summary>
public long? Amount { get; set; }
/// <summary>
/// Валюта.
/// </summary>
public ... |
efccd9a4ec2b4b064b81272da4be0586a6dfe581 | Fix broken cache service injection | Fix broken cache service injection
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/AudioModule/AudioEventHandler.cs | agpl-3.0 | 1,590,868,723 | using System;
using System.Threading.Tasks;
using Discord;
using Microsoft.Extensions.Logging;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Services.Cache;
using Victoria;
using Victoria.EventArgs;
namespace SoraBot.Bot.Modules.AudioModule
{
public class AudioEventHandler : I... | using System;
using System.Threading.Tasks;
using Discord;
using Microsoft.Extensions.Logging;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Services.Cache;
using Victoria;
using Victoria.EventArgs;
namespace SoraBot.Bot.Modules.AudioModule
{
public class AudioEventHandler : I... |
1021b0cb017d728006b26e43fd50085c2eb3deb8 | correct opacity calculations. | correct opacity calculations.
| AvaloniaUI/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzi... | src/Skia/Avalonia.Skia/DrawingContextImpl.cs | mit | 1,590,868,369 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... |
6bf26505b6a97bb58fd56c0e4890d3efe6314ec1 | Additional logging in DAO | Additional logging in DAO
| mannkind/mysb | Mysb/DataAccess/FirmwareDAO.cs | mit | 1,590,868,127 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using IntelHexFormatReader;
using IntelHexFormatReader.Model;
using Mysb... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using IntelHexFormatReader;
using IntelHexFormatReader.Model;
using Mysb... |
f33daa20bf38ab717763bd438ace09888be179c8 | acrylic painting takes into account alpha channel and opacity. | acrylic painting takes into account alpha channel and opacity.
| jkoritzinsky/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Persp... | src/Skia/Avalonia.Skia/DrawingContextImpl.cs | mit | 1,590,867,658 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... |
ae397bb690a4290e8385d84ff54a7e929ac72b7d | #120 - Fix small nullpointer | #120 - Fix small nullpointer
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/SoraBot.cs | agpl-3.0 | 1,590,866,853 | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.O... | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.O... |
86be04252a20c5cfcd4932b1681b56ec5f3ee7bf | Change to an opt-out model for the managed implementation | Change to an opt-out model for the managed implementation
| PKRoma/libgit2sharp,libgit2/libgit2sharp | LibGit2Sharp/GlobalSettings.cs | mit | 1,590,866,664 | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
namespace LibGit2Sharp
{
/// <summary>
/// Global settings for libgit2 and LibGit2Sharp.
/// </summary>
public static class GlobalSettings
{
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
namespace LibGit2Sharp
{
/// <summary>
/// Global settings for libgit2 and LibGit2Sharp.
/// </summary>
public static class GlobalSettings
{
... |
ee0ceec7665e175d72d111c303ca097c0155f295 | Change character code | Change character code
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/Effekseer/Program.cs | mit | 1,590,865,667 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Reflection;
using System.Runtime.ExceptionServices;
using EfkN = Effekseer.swig.EffekseerNative;
namespace Effekseer
{
class Program
{
/// <summary>
//... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Reflection;
using System.Runtime.ExceptionServices;
using EfkN = Effekseer.swig.EffekseerNative;
namespace Effekseer
{
class Program
{
/// <summary>
///... |
57a03b02f3728e0e09bc3b62cc07e7bd7d09346f | Improve an error logger | Improve an error logger
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/Effekseer/Program.cs | mit | 1,590,865,584 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Reflection;
using System.Runtime.ExceptionServices;
using EfkN = Effekseer.swig.EffekseerNative;
namespace Effekseer
{
class Program
{
/// <summary>
///... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Reflection;
using System.Runtime.ExceptionServices;
using EfkN = Effekseer.swig.EffekseerNative;
namespace Effekseer
{
class Program
{
/// <summary>
///... |
13fc45fbcc1622b8b32a9f9cd251a16a616faab8 | #120 - Make sure sora leaves when there's no one listening anymore :( | #120 - Make sure sora leaves when there's no one listening anymore :(
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/SoraBot.cs | agpl-3.0 | 1,590,865,011 | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.O... | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.O... |
348aa43afcd3f4296c3f807f5689fc3b3f0c6b3c | Withdraw rescue contracts | Withdraw rescue contracts | gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer | LmpClient/Systems/ShareContracts/ShareContractsEvents.cs | mit | 1,590,863,146 | using Contracts;
using Contracts.Templates;
using LmpClient.Base;
using LmpClient.Systems.Lock;
using LmpClient.Systems.SettingsSys;
using LmpCommon.Locks;
namespace LmpClient.Systems.ShareContracts
{
public class ShareContractsEvents : SubSystem<ShareContractsSystem>
{
/// <summary>
/// If we... | using Contracts;
using Contracts.Templates;
using LmpClient.Base;
using LmpClient.Systems.Lock;
using LmpClient.Systems.SettingsSys;
using LmpCommon.Locks;
namespace LmpClient.Systems.ShareContracts
{
public class ShareContractsEvents : SubSystem<ShareContractsSystem>
{
/// <summary>
/// If we... |
3e50400f07ac948868e434a075b700a5a03960ce | Use loop unrolling in the stream wrapper. | Use loop unrolling in the stream wrapper.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | src/Magick.NET/Shared/Helpers/StreamWrapper.cs | apache-2.0 | 1,590,862,598 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
29984b1d45684403723e790dce235fa0bb73c97a | drop light mode inset shadow. | drop light mode inset shadow.
| jkoritzinsky/Perspex,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,grokys/Perspex,SuperJM... | src/Skia/Avalonia.Skia/DrawingContextImpl.cs | mit | 1,590,862,343 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Rendering.Utilities;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Im... |
708557f1c4962d37bc9fb22a63f148b3a76d7e3b | Remove IServiceScope | Remove IServiceScope
Remove usage of IServiceScope and just use the root IServiceProvider itself directly.
| martincostello/api,martincostello/api,martincostello/api | src/API/Startup.cs | mit | 1,590,861,139 | // Copyright (c) Martin Costello, 2016. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.Api
{
using System;
using System.IO;
using System.Net.Mime;
using Extensions;
using Microsoft.AspNetCore.Bu... | // Copyright (c) Martin Costello, 2016. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.Api
{
using System;
using System.IO;
using System.Net.Mime;
using Extensions;
using Microsoft.AspNetCore.Bu... |
333194f5b16f968d93d48b54f5ff8b1ed1387ebd | Disable Kestrel server header | Disable Kestrel server header
Disable the Kestrel Server HTTP response header.
| martincostello/api,martincostello/api,martincostello/api | src/API/Program.cs | mit | 1,590,861,116 | // Copyright (c) Martin Costello, 2016. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.Api
{
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
/// <summary>
... | // Copyright (c) Martin Costello, 2016. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.Api
{
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
/// <summary>
... |
8d612bfac8cadffc712dd9ca21275bad2195392f | Change from SystemUpdate to UpdateOverwriteVersion what makes more sense as Gautam Sheth pointed out correctly. | Change from SystemUpdate to UpdateOverwriteVersion what makes more sense as Gautam Sheth pointed out correctly.
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectListInstance.cs | mit | 1,590,861,109 | using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Extensions;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using Offic... | using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Extensions;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using Offic... |
fdc82b07ff943363ba978477e26b2482fb626d08 | Fix controls RemoveAll bug (thanks coldwarrl) | Fix controls RemoveAll bug (thanks coldwarrl)
| Thraka/SadConsole | SadConsole/UI/ControlHost.cs | mit | 1,590,860,651 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Serialization;
using SadConsole.Input;
using SadConsole.UI.Controls;
using SadConsole.UI.Themes;
namespace SadConsole.UI
{
/// <summary>
/// Adds the ability ... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Serialization;
using SadConsole.Input;
using SadConsole.UI.Controls;
using SadConsole.UI.Themes;
namespace SadConsole.UI
{
/// <summary>
/// Adds the ability ... |
7412e3c47c17526ab78c0410281f59e3fb4bc214 | Update src/Avalonia.Controls/TickBar.cs | Update src/Avalonia.Controls/TickBar.cs
Co-authored-by: Dariusz Komosiński <f6e502f2f63a0818b65e0cddef2449013a1c4823@gmail.com> | AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/... | src/Avalonia.Controls/TickBar.cs | mit | 1,590,859,842 | using System;
using System.Collections.Generic;
using Avalonia.Controls.Primitives;
using Avalonia.Data;
using Avalonia.Data.Converters;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// Enum which describes how to position the TickBar.
... | using System;
using System.Collections.Generic;
using Avalonia.Controls.Primitives;
using Avalonia.Data;
using Avalonia.Data.Converters;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// Enum which describes how to position the TickBar.
... |
d4f6a20742007de917072395b9b74e9c3a496eb5 | Update SecureMailboxAddress.cs | Update SecureMailboxAddress.cs
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | MimeKit/Cryptography/SecureMailboxAddress.cs | mit | 1,590,859,623 | //
// SecureMailboxAddress.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 th... | //
// SecureMailboxAddress.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 th... |
6d5fdce4db08db9b7b4df577fdb638ea06569b2e | Jump to value on press | Jump to value on press
| AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,w... | src/Avalonia.Controls/Slider.cs | mit | 1,590,859,283 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb control along a Track.
//... | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb control along a Track.
//... |
633f5601c1f21955e11ba615a5c0db00cc44f079 | fixed anchor | fixed anchor
| yaronthurm/Backy | BackyUI/View.Designer.cs | mit | 1,590,858,508 | namespace Backy
{
partial class View
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="d... | namespace Backy
{
partial class View
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="d... |
7993e303b0a0d655078068c8bd37193aed2b390a | Show MCBs as an additional layer with some transparency | Show MCBs as an additional layer with some transparency
| tigrouind/LifeDISA,tigrouind/LifeDISA | MemoryViewer/MemoryViewer/Program.cs | mit | 1,590,858,492 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
const int RESX = 320;
const int RESY = 240;
static int winx, winy, zoom;
public static int Main(string[] args)
{
bool mcb = false;
winx = GetArgument(arg... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
bool mcb = false;
int winx = GetArgument(args, "-screen-width") ?? 640;
... |
e13590d84f794e3680780a46868d69e6879a4a50 | Fix InventoryLevel tests | Fix InventoryLevel tests
| clement911/ShopifySharp,nozzlegear/ShopifySharp | ShopifySharp.Tests/InventoryLevel_Tests.cs | mit | 1,590,857,696 | using ShopifySharp.Filters;
using System;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "InventoryLevel")]
public class InventoryLevel_Tests : IClassFixture<InventoryLevel_Tests_Fixture>
{
private InventoryLevel_Tests_Fixture Fixture... | using ShopifySharp.Filters;
using System;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "InventoryLevel")]
public class InventoryLevel_Tests : IClassFixture<InventoryLevel_Tests_Fixture>
{
private InventoryLevel_Tests_Fixture Fixture... |
50b373191b56a1e85f743df463b8793b73ee13f7 | Make HistogramExamples deterministic | Make HistogramExamples deterministic
| oxyplot/oxyplot,ze-pequeno/oxyplot | Source/Examples/ExampleLibrary/Series/HistogramSeriesExamples.cs | mit | 1,590,857,449 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="HistogramSeriesExamples.cs" company="OxyPlot">
// Copyright (c) 2014 OxyPlot contributors
// </copyright>
// <summary>
// Creates example histograms
// </summary>
// ---------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="HistogramSeriesExamples.cs" company="OxyPlot">
// Copyright (c) 2014 OxyPlot contributors
// </copyright>
// <summary>
// Creates example histograms
// </summary>
// ---------... |
41c96e905bb72548628fcf9188376537abf65aef | revert unrelated change. | revert unrelated change.
| SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,grokys/Perspex,wieslawsoltes/Perspex,jko... | src/Avalonia.Visuals/Media/Color.cs | mit | 1,590,856,389 | using System;
using System.Globalization;
using Avalonia.Animation.Animators;
namespace Avalonia.Media
{
/// <summary>
/// An ARGB color.
/// </summary>
public readonly struct Color : IEquatable<Color>
{
static Color()
{
Animation.Animation.RegisterAnimator<ColorAnimator... | using System;
using System.ComponentModel;
using System.Globalization;
using Avalonia.Animation.Animators;
namespace Avalonia.Media
{
/// <summary>
/// An ARGB color.
/// </summary>
public readonly struct Color : IEquatable<Color>
{
static Color()
{
Animation.Animation.R... |
546e52be154485d580b4c4f17f382cc92f7ae5de | remove unused code. | remove unused code.
| wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalo... | src/Avalonia.Controls/Slider.cs | mit | 1,590,856,264 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb control along a Track.
//... | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
namespace Avalonia.Controls
{
/// <summary>
/// A control that lets the user select from a range of values by moving a Thumb control along a Track.
//... |
04b29f8fd9789652b6fdf201d959b5441c81828f | Respect enabled on widget | Respect enabled on widget
| larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl | MatterControlLib/ApplicationView/Themes/ThemeConfig.cs | bsd-2-clause | 1,590,854,392 | /*
Copyright (c) 2019, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | /*
Copyright (c) 2019, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... |
e3895a4c43bacaf43a1e2c35c2391bfb3820bd2b | Minor performance improvement around rule formatter. | Minor performance improvement around rule formatter.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleEventFormatter.cs | mit | 1,590,853,924 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... |
2b024cd328ea35cf08e8dc097eb592ea2bfdabc4 | 473: GetStartAndStopLine() | 473: GetStartAndStopLine()
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree.TextSurface/1.2_Lines/5_TextLine_Advanced.cs | bsd-2-clause | 1,590,853,571 | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
partial class TextLineBox
{
public static void InnerDoJoinWithNextLine(TextLineBox line)
{
line.JoinWithNextLine();
}
vo... | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
partial class TextLineBox
{
public static void InnerDoJoinWithNextLine(TextLineBox line)
{
line.JoinWithNextLine();
}
vo... |
05a1b2a1a5aa05ada92e244b0c3613278859489c | Also rename to StandardChessBoardUIActionPrefix. | Also rename to StandardChessBoardUIActionPrefix.
| PenguinF/sandra-three | Sandra.UI/StandardChessBoard.UIActions.cs | apache-2.0 | 1,590,853,267 | #region License
/*********************************************************************************
* StandardChessBoard.UIActions.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License... | #region License
/*********************************************************************************
* StandardChessBoard.UIActions.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License... |
ce00f1577673a97f4a9646fd3f1601d4cbaf95b5 | Fix AddLanguageProtocolLogging OmniSharp breaking change (#1301) | Fix AddLanguageProtocolLogging OmniSharp breaking change (#1301)
| PowerShell/PowerShellEditorServices,PowerShell/PowerShellEditorServices | src/PowerShellEditorServices/Server/PsesLanguageServer.cs | mit | 1,590,851,938 | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using System.IO;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.PowerShell.Edi... | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using System.IO;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.PowerShell.Edi... |
59e6fb354e8086479ece0ad974c9a8298859df2a | Only lock a single row of the image. | Only lock a single row of the image.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | src/Magick.NET.SystemDrawing/IMagickImageExtentions.cs | apache-2.0 | 1,590,850,577 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
1a0658984c1f9e837eeaf41015fcb4e268064251 | OptionsSettingsProviderBase.GetSettings returns null if the options service is not registered. | OptionsSettingsProviderBase.GetSettings returns null if the options service is not registered.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Extensions.Configuration/Providers/OptionsSettingsProviderBase.cs | mit | 1,590,850,046 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="OptionsSettingsProviderBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file i... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="OptionsSettingsProviderBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file i... |
55376fb5b2b626fd47760c7e99e863afed496359 | Examining does not click right-click menu. | Examining does not click right-click menu.
| 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,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Client/GameObjects/EntitySystems/VerbSystem.cs | mit | 1,590,849,955 | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Threading;
using Content.Client.State;
using Content.Client.UserInterface;
using Content.Client.Utility;
using Content.Shared.GameObjects;
using Content.Shared.GameObjects.EntitySystemMessages;
using Content.Shared.Input;
using JetBr... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Threading;
using Content.Client.State;
using Content.Client.UserInterface;
using Content.Client.Utility;
using Content.Shared.GameObjects;
using Content.Shared.GameObjects.EntitySystemMessages;
using Content.Shared.Input;
using JetBr... |
53542a4d0c1d0f1a1ebc981cd3b47b9c415a3c0b | Fix rotate CCW verb icon. | Fix rotate CCW verb icon.
It was the CW one due to copy&paste.
| 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,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Server/GameObjects/Components/RotatableComponent.cs | mit | 1,590,849,954 | using Content.Server.Interfaces;
using Content.Shared.GameObjects;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
using Robust.Shared.Maths;
namespace Content.Server.GameObjects.Components
{
[R... | using Content.Server.Interfaces;
using Content.Shared.GameObjects;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
using Robust.Shared.Maths;
namespace Content.Server.GameObjects.Components
{
[R... |
5368b4f0c5030feef76c97a8136018f90874c61c | Added a VacuumDatabase function that will be called after TruncateDatabase function so that db size is reset to 0 | Added a VacuumDatabase function that will be called after TruncateDatabase function so that db size is reset to 0
| saleem-mirza/serilog-sinks-sqlite,saleem-mirza/serilog-sinks-sqlite | src/Serilog.Sinks.SQLite/Sinks/SQLite/SQLiteSink.cs | apache-2.0 | 1,590,849,884 | // Copyright 2016 Serilog Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ... | // Copyright 2016 Serilog Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.