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 |
|---|---|---|---|---|---|---|---|---|
f2b9d809f6b419305f66b76d7b5d9d901468e2b5 | Fix generator version | Fix generator version
| JakeGinnivan/ApiApprover | src/PublicApiGenerator.Tool/Program.cs | mit | 1,593,182,336 | namespace PublicApiGenerator.Tool
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Xml.Linq;
using Process = System.Diagnostics.Process;
/// <summary>
/// ... | namespace PublicApiGenerator.Tool
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Xml.Linq;
using Process = System.Diagnostics.Process;
/// <summary>
/// ... |
0b31590a28b8cb7706d14f0f985fe61170e5f2d0 | [Clang] Add Target Triple generator | [Clang] Add Target Triple generator
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Options.Clang.cs | apache-2.0 | 1,593,181,792 | // 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... |
15a8da8d0a2966bcadd3d7f61e8e90332a42b33e | Work-around to a bug in .net Core XmlSerializer | Work-around to a bug in .net Core XmlSerializer
See https://github.com/dotnet/runtime/issues/38025
| sillsdev/Glyssen | GlyssenShared/Bundle/GlyssenDblTextMetadataBase.cs | mit | 1,593,180,027 | using System;
using System.Xml.Serialization;
using SIL.DblBundle.Text;
namespace Glyssen.Shared.Bundle
{
/// <summary>
/// Lets us read the metadata without exposing it to possible revision
/// </summary>
public interface IReadOnlyGlyssenDblTextMetadata
{
DblMetadataCopyright Copyright { get; }
Guid UniqueR... | using System;
using System.Xml.Serialization;
using SIL.DblBundle.Text;
namespace Glyssen.Shared.Bundle
{
/// <summary>
/// Lets us read the metadata without exposing it to possible revision
/// </summary>
public interface IReadOnlyGlyssenDblTextMetadata
{
DblMetadataCopyright Copyright { get; }
Guid UniqueR... |
236f2e7df37c4f749137767476caf16d5e2b99f2 | Fix GCHandle race in WeakStringCache.Concurrent (#5455) | Fix GCHandle race in WeakStringCache.Concurrent (#5455)
I haven't been able to reproduce #5442 on ARM64 but code inspection revealed a potential race between one thread dereferencing a `GCHandle` and another thread freeing it. The exception in #5442 does not match what I'd expect to see in such scenario but lacking ot... | cdmihai/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,cdmihai/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,rainersigwald/msbuild,cdmihai/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbu... | src/Shared/WeakStringCache.Concurrent.cs | mit | 1,593,179,462 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
namespace Microsoft.Build
{
/// <summary>
/// Implements the WeakStringC... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
namespace Microsoft.Build
{
/// <summary>
/// Implements the WeakStringC... |
95706ab140b048121317b12fb65389a8d4541de5 | initialzi default culture en-US in test | initialzi default culture en-US in test
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogger.Tests/ItemGroupParserTests.cs | mit | 1,593,178,781 | using Microsoft.Build.Logging.StructuredLogger;
using Xunit;
namespace StructuredLogger.Tests
{
public class ItemGroupParserTests
{
[Fact]
public void AddItemWithMultilineMetadata()
{
//Initialzie resource set default englich
if (Strings.ResourceSet ... | using Microsoft.Build.Logging.StructuredLogger;
using Xunit;
namespace StructuredLogger.Tests
{
public class ItemGroupParserTests
{
[Fact]
public void AddItemWithMultilineMetadata()
{
var result = ItemGroupParser.ParsePropertyOrItemList(@"Added Item(s):
Link... |
b8c9abcb1deeaebbb97e1cd0526076fb0a80ae76 | BigInteger to Exponential String tweak | BigInteger to Exponential String tweak
| theraot/Theraot | Framework.Core/System/Numerics/BigInteger.string.cs | mit | 1,593,177,334 | #if LESSTHAN_NET40 || NETSTANDARD1_0
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Text;
using Theraot.Collections.Specialized;
using Theraot.Core;
namespace System.Numerics
{
public readonly partial struct BigInteger
... | #if LESSTHAN_NET40 || NETSTANDARD1_0
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Text;
using Theraot.Collections.Specialized;
using Theraot.Core;
namespace System.Numerics
{
public readonly partial struct BigInteger
... |
bdf924918e678b6b0277f63d13738f4acf9e9bee | Also set initialized to false at session check | Also set initialized to false at session check
Even if refresh doesn't happen, it's still not initialized
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/ArchiWebHandler.cs | apache-2.0 | 1,593,175,209 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
f0401f2b470c3190ea927110c697c30b9b05f1d0 | Reset Initialized back to false on session refresh trigger | Reset Initialized back to false on session refresh trigger
Otherwise we might get sessionID being null in a very tiny window between Steam invalidating it in our cookie container and ASF not yet having the new one
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/ArchiWebHandler.cs | apache-2.0 | 1,593,174,178 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
dcd87e1fdf92f867db35fb20ec77101052614b7f | [+] OracleProcessorBase.SequenceExists impl | [+] OracleProcessorBase.SequenceExists impl
| stsrki/fluentmigrator,fluentmigrator/fluentmigrator,fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,schambers/fluentmigrator,spaccabit/fluentmigrator,igitur/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,amroel/fluentmigrator,schambers/fluentmigrator,stsrki/fluentmigrator,schambers/fluentmigrator | src/FluentMigrator.Runner.Oracle/Processors/Oracle/OracleProcessorBase.cs | apache-2.0 | 1,593,173,820 | #region License
// Copyright (c) 2018, FluentMigrator Project
//
// 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 app... | #region License
// Copyright (c) 2018, FluentMigrator Project
//
// 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 app... |
5f77d26c42f1ad08ab7017701d55e1dd8bd67e04 | Don't throw when a BringIntoView received from non-descendent. | Don't throw when a BringIntoView received from non-descendent.
The event can come from a child `Popup`.
Fixes #4176.
| Perspex/Perspex,Perspex/Perspex,grokys/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,Avaloni... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,593,173,328 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Sys... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Sys... |
a4bb238c4534c4bce43404c79b2e2402fb78b3d1 | fixed bug preventing the pause loop from playing during the first pause after changing a skin | fixed bug preventing the pause loop from playing during the first pause after changing a skin
| peppy/osu,ppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu | osu.Game/Screens/Play/PauseOverlay.cs | mit | 1,593,173,247 | // 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.Graphics;
using osu.Game.Audio;
using osu.Game.Graphics;
using osu.Game.Skinning;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using Humanizer;
using NUnit.Framework.Internal;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sa... |
099416b4c3d981d7e844ca4b57833597f8e7715a | Move check inside next difficulty selection | Move check inside next difficulty selection
| NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu | osu.Game/Screens/Select/BeatmapCarousel.cs | mit | 1,593,173,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 osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... |
42e210e02b2552a6ae4cbbb5b8e3c16b5e7d8e22 | Update InGameEventsManager.cs | Update InGameEventsManager.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventsManager.cs | agpl-3.0 | 1,593,172,505 | using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using DiscordWebhook;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
pu... | using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using DiscordWebhook;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
pu... |
55f645b529334013db29faf45cf0d76e771dac69 | [XCode] Use tabs in the xcodeproj template to match what XCode writes. | [XCode] Use tabs in the xcodeproj template to match what XCode writes.
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Generators/Apple/XCodeProj.Template.cs | apache-2.0 | 1,593,171,867 | // 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... |
a1a8a4820599fafb1ac19a20a92ee27b8a2b0682 | Added in game admin log for events | Added in game admin log for events
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventsManager.cs | agpl-3.0 | 1,593,171,843 | using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using DiscordWebhook;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
pu... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DiscordWebhook;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
public static InGame... |
8f6d52550f6ddfb46a7f9f8384fa1bd7fbc5c34b | Fix potential exception if button is pressed before selection | Fix potential exception if button is pressed before selection
| ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu-new,UselessToucan/osu | osu.Game/Screens/Select/BeatmapCarousel.cs | mit | 1,593,171,133 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... |
54ca7c9fa94b86f0992eafa1ace3c6ec9a0595c0 | Cache the constructor factory delegates, but only during Activation. Saves the rebuild of the delegate if someone re-registers the type in a nested scope. | Cache the constructor factory delegates, but only during Activation.
Saves the rebuild of the delegate if someone re-registers the type in a nested scope.
| autofac/Autofac,autofac/Autofac | src/Autofac/Core/Activators/Reflection/ConstructorBinder.cs | mit | 1,593,170,701 | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... |
b9fd2a833bedfc922fbc3fabe4bd2d5f5d8d0176 | Update TIFF properties on save. Fixes #69 | Update TIFF properties on save. Fixes #69
| oozcitak/exiflibrary,oozcitak/exiflibrary | ExifLibrary/TIFFFile.cs | mit | 1,593,170,106 | using System;
using System.Collections.Generic;
using System.IO;
namespace ExifLibrary
{
/// <summary>
/// Represents the binary view of a TIFF file.
/// </summary>
public class TIFFFile : ImageFile
{
#region White List
/// <summary>
/// The whitelist of tags t... | using System;
using System.Collections.Generic;
using System.IO;
namespace ExifLibrary
{
/// <summary>
/// Represents the binary view of a TIFF file.
/// </summary>
public class TIFFFile : ImageFile
{
#region White List
/// <summary>
/// The whitelist of tags t... |
1b4c31a84f3e2e4654ea065f0dee3095bcae47c0 | Remove double schedule | Remove double schedule
| smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu | osu.Game/Screens/Select/BeatmapCarousel.cs | mit | 1,593,170,048 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... |
50af733eac0c8ff2ccc276013de667d2e2876df6 | Remove unused method. | Remove unused method.
| jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsk... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,593,169,765 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Sys... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Sys... |
13d828cdccbf5a05ae0f363304c53d7c66ede086 | Duplicate listeners before raising EffectiveViewportChanged. | Duplicate listeners before raising EffectiveViewportChanged.
| grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/P... | src/Avalonia.Layout/LayoutManager.cs | mit | 1,593,169,728 | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using Avalonia.Logging;
using Avalonia.Threading;
using Avalonia.VisualTree;
#nullable enable
namespace Avalonia.Layout
{
/// <summary>
/// Manages measuring and arranging of controls.
/// </summary>
public... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Avalonia.Logging;
using Avalonia.Threading;
using Avalonia.VisualTree;
#nullable enable
namespace Avalonia.Layout
{
/// <summary>
/// Manages measuring and arranging of controls.
/// </summary>
public class LayoutManager :... |
02b2f3dc1527d3257a107a7a509ccbb1a5ef7cb9 | Remove listeners backwards in case of duplicates. | Remove listeners backwards in case of duplicates.
| SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsol... | src/Avalonia.Layout/LayoutManager.cs | mit | 1,593,169,703 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Avalonia.Logging;
using Avalonia.Threading;
using Avalonia.VisualTree;
#nullable enable
namespace Avalonia.Layout
{
/// <summary>
/// Manages measuring and arranging of controls.
/// </summary>
public class LayoutManager :... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Avalonia.Logging;
using Avalonia.Threading;
using Avalonia.VisualTree;
#nullable enable
namespace Avalonia.Layout
{
/// <summary>
/// Manages measuring and arranging of controls.
/// </summary>
public class LayoutManager :... |
d1768e1a562c7e1245415bfaf81a77d488b423c2 | Don't lock and then yield return inside it! Performance sad. | Don't lock and then yield return inside it! Performance sad.
| autofac/Autofac,autofac/Autofac | src/Autofac/Core/Registration/DefaultRegisteredServicesTracker.cs | mit | 1,593,169,553 | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... |
75594814ed3d5837fbfcea7f69ebebca061185b0 | Allow TaskPaneInfo objects to be tagged from user code | Allow TaskPaneInfo objects to be tagged from user code
| NetOfficeFw/NetOffice | Source/Office/Tools/CustomTaskPaneCollection.cs | mit | 1,593,168,417 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using NetOffice;
using NetOffice.Attributes;
using Office = NetOffice.OfficeApi;
using NetOffice.OfficeApi.Enums;
namespace NetOffice.OfficeApi.Tools
{
/// <summary>
/// Wrapper class for CustomTaskPane instance, also used as cre... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using NetOffice;
using NetOffice.Attributes;
using Office = NetOffice.OfficeApi;
using NetOffice.OfficeApi.Enums;
namespace NetOffice.OfficeApi.Tools
{
/// <summary>
/// Wrapper class for CustomTaskPane instance, also used as cre... |
4341afc0e0c90fd923d905a217eecf0c69eed009 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,168,078 | #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-... |
d1f013f7f435caf307fca4479126d365b9d411ee | Fixed NRE on PerformUpgrade error handling | Fixed NRE on PerformUpgrade error handling
When connection error has occurred and no scripts executed, there is NRE on error handling block. | DbUp/DbUp,DbUp/DbUp | src/dbup-core/Engine/UpgradeEngine.cs | mit | 1,593,168,013 | using System;
using System.Collections.Generic;
using System.Linq;
using DbUp.Builder;
namespace DbUp.Engine
{
/// <summary>
/// This class orchestrates the database upgrade process.
/// </summary>
public class UpgradeEngine
{
readonly UpgradeConfiguration configuration;
/// <summ... | using System;
using System.Collections.Generic;
using System.Linq;
using DbUp.Builder;
namespace DbUp.Engine
{
/// <summary>
/// This class orchestrates the database upgrade process.
/// </summary>
public class UpgradeEngine
{
readonly UpgradeConfiguration configuration;
/// <summ... |
8360e850f0c9f95d319f21e26fb92c733a30f3d5 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,167,884 | #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-... |
bc982ca90fb61c8a922b3417dac0d9ec5cfd1200 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,167,840 | #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-... |
7c4af6ea186f95cffc2684b5718c8791d5a8c158 | Still want the conditional to reuse default parameters array without re-enumerating | Still want the conditional to reuse default parameters array without re-enumerating
| autofac/Autofac,autofac/Autofac | src/Autofac/Core/Activators/Reflection/ReflectionActivator.cs | mit | 1,593,167,180 | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... |
89be4c46ffa3d7adca7830055c588be4ef5d162b | Add utility method to return the platform executing sharpmake | Add utility method to return the platform executing sharpmake
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Util.cs | apache-2.0 | 1,593,166,843 | // 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... | // 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... |
904ddf0567a71e566b861b1ba625a30a30f860ee | Switch to manual enumeration of parameters, rather than using concat | Switch to manual enumeration of parameters, rather than using concat
| autofac/Autofac,autofac/Autofac | src/Autofac/Core/Activators/Reflection/ReflectionActivator.cs | mit | 1,593,166,175 | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... |
b34a3e855e39a6f3a0dca68b667b6f647b237df0 | Fix KeyNotFoundException in WithoutTypeInspector<TTypeInspector> | Fix KeyNotFoundException in WithoutTypeInspector<TTypeInspector>
+semver:patch
Fixes #507
| aaubry/YamlDotNet,aaubry/YamlDotNet,aaubry/YamlDotNet,aaubry/YamlDotNet | YamlDotNet/Serialization/BuilderSkeleton.cs | mit | 1,593,165,919 | // This file is part of YamlDotNet - A .NET library for YAML.
// Copyright (c) Antoine Aubry and contributors
// 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 restrictio... | // This file is part of YamlDotNet - A .NET library for YAML.
// Copyright (c) Antoine Aubry and contributors
// 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 restrictio... |
a0065bc2bac94bcb4947205569cd5dab1d5448d9 | catch cancled task exception in notif | catch cancled task exception in notif
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/NotificationsController.cs | mit | 1,593,165,258 | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Data;
using BTCPayServer.Filters;
using BTCPayServer.Models.NotificationViewModels;
using BTCPayServer.Security;
using BTCPayServer.Services;
using BTCPayServer.Services.Notifications;
using BTCPayServer.Services.... | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Data;
using BTCPayServer.Filters;
using BTCPayServer.Models.NotificationViewModels;
using BTCPayServer.Security;
using BTCPayServer.Services;
using BTCPayServer.Services.Notifications;
using BTCPayServer.Services.... |
fe88889ca93a196529b53a5273564d0e2fbc6a3f | Make the bind result a class instead of a struct, copying is happening | Make the bind result a class instead of a struct, copying is happening
| autofac/Autofac,autofac/Autofac | src/Autofac/Core/Activators/Reflection/BoundConstructor.cs | mit | 1,593,164,863 | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... |
4c5f1f3c1954b49450c3f6d5d4568549412bd522 | [XCode] Change the product type for OutputType.Exe to tool instead of application | [XCode] Change the product type for OutputType.Exe to tool instead of application
To get an app, you need to use OutputType.IosApp. TODO: Rename that to AppleApp or something the like so it does not imply that it's iOS only
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Generators/Apple/XCodeProj.cs | apache-2.0 | 1,593,163,249 | // 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... |
c37e678dbe474b0e61435906f217aeb85f96632f | Forgot the LF | Forgot the LF
| AutomatedLab/AutomatedLab,AutomatedLab/AutomatedLab | LabXml/Telemetry/LabTelemetry.cs | mit | 1,593,162,235 | using System;
using Microsoft.ApplicationInsights;
using Microsoft.ApplicationInsights.Extensibility;
using System.Collections.Generic;
using Microsoft.ApplicationInsights.Channel;
using Microsoft.ApplicationInsights.DataContracts;
using System.Linq;
using System.Diagnostics;
namespace AutomatedLab
{
public class... | using System;
using Microsoft.ApplicationInsights;
using Microsoft.ApplicationInsights.Extensibility;
using System.Collections.Generic;
using Microsoft.ApplicationInsights.Channel;
using Microsoft.ApplicationInsights.DataContracts;
using System.Linq;
using System.Diagnostics;
namespace AutomatedLab
{
public class... |
6211fbfdaab1895a9d19d3d56cddf589269979ce | Changed permissions to internal. Fixes #1255 | Changed permissions to internal. Fixes #1255
| PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core | core/Piranha.WebApi/Module.cs | mit | 1,593,161,851 | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System.Collections.Generic;
using System;
using System.IO;
using System.Reflec... | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System.Collections.Generic;
using System;
using System.IO;
using System.Reflec... |
42ad54e3dfd7bbd74702e867523387b37a468ebc | Add new item types (#1871) | Add new item types (#1871)
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Json/Steam.cs | apache-2.0 | 1,593,161,541 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
61abcdd81914713963d2becc191944a27a5965d8 | Fix grammar in error message (#180) | Fix grammar in error message (#180)
| GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop | Google.Solutions.IapDesktop.Extensions.Activity/Services/Adapters/AuditLogAdapter.cs | apache-2.0 | 1,593,161,025 | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... |
8705dc8c4811ab341fdb7109f8443afc0400e10a | Fix - Aggiunta e Gestione Utenti e Ruoli | Fix - Aggiunta e Gestione Utenti e Ruoli
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Servizi/Personale/GetPersonaleByCF.cs | agpl-3.0 | 1,593,159,357 | using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.ExternalAPI.Fake.Classi.PersonaleUtentiComuni;
using SO115App.ExternalAPI.Fake.Classi.Utility;
using SO115App.Models.Classi.Utenti.Autenticazione;
using SO115App.Models.Servizi.Infrastruttura.Sist... | using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.ExternalAPI.Fake.Classi.PersonaleUtentiComuni;
using SO115App.ExternalAPI.Fake.Classi.Utility;
using SO115App.Models.Classi.Utenti.Autenticazione;
using SO115App.Models.Servizi.Infrastruttura.Sist... |
8232a06c8d28764b7b97192b4b55fd0d9f2a9de0 | - Adding SubTotalGifted property to chat UserNotice packet | - Adding SubTotalGifted property to chat UserNotice packet
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Models/Clients/Chat/ChatUserNoticePacketModel.cs | mit | 1,593,159,313 | namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a chat user notice packet.
/// </summary>
public class ChatUserNoticePacketModel : ChatUserPacketModelBase
{
/// <summary>
/// The ID of the command for a chat user notice.
/// </summary>
... | namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a chat user notice packet.
/// </summary>
public class ChatUserNoticePacketModel : ChatUserPacketModelBase
{
/// <summary>
/// The ID of the command for a chat user notice.
/// </summary>
... |
24038068336e357d2e271ddfdfe18f500afc81ce | Disable docking of Rdp pane since ActiveX does not support it (#179) | Disable docking of Rdp pane since ActiveX does not support it (#179)
| GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop | Google.Solutions.IapDesktop.Application/Services/Windows/RemoteDesktop/RemoteDesktopPane.cs | apache-2.0 | 1,593,158,982 | //
// Copyright 2020 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... | //
// Copyright 2020 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... |
ccb64a98c40b656cf12f70153698464555ef7e8e | Fix comment (which was in an unsaved file, unfortunately) | Fix comment (which was in an unsaved file, unfortunately)
| googleapis/google-cloudevents-dotnet,googleapis/google-cloudevents-dotnet | src/Google.Events.Protobuf/Cloud/PubSub/V1/ConverterAttributes.cs | apache-2.0 | 1,593,157,992 | // Copyright 2020, Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | // Copyright 2020, Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... |
f44d8128664d2f53079ec02e825448fa41fc9e25 | Fix comment | Fix comment
| qualisys/RTClientSDK.Net | QTMSettings.cs | mit | 1,593,157,476 | // Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB
//
using System.Xml;
using System.Xml.Serialization;
using System.Collections.Generic;
using QTMRealTimeSDK.Data;
namespace QTMRealTimeSDK.Settings
{
public class SettingsBase
{
[XmlIgnore]
public string Xml;
}
... | // Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB
//
using System.Xml;
using System.Xml.Serialization;
using System.Collections.Generic;
using QTMRealTimeSDK.Data;
namespace QTMRealTimeSDK.Settings
{
public class SettingsBase
{
[XmlIgnore]
public string Xml;
}
... |
c2468285f762674f57391612e217c855c5bb3d68 | add tx for all inputs with same txid | add tx for all inputs with same txid
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Blockchain/Transactions/TransactionFactory.cs | mit | 1,593,156,611 | using NBitcoin;
using NBitcoin.Policy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;... | using NBitcoin;
using NBitcoin.Policy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;... |
16b5f70e4baf6399847dbcc3a5c8da7226dd2b08 | Fix permission on store's lightning server | Fix permission on store's lightning server
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Security/GreenField/GreenFieldAuthorizationHandler.cs | mit | 1,593,156,034 | using System.Collections.Generic;
using Microsoft.AspNetCore.Routing;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Data;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Mi... | using System.Collections.Generic;
using Microsoft.AspNetCore.Routing;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Data;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Mi... |
d746b303c78e5ac24e496961f6d3c2faefd86630 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,593,156,020 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
ef1e47d7dbc91b21f89e3a7c5308061b474d50e2 | Fix unquarantined test (#23356) | Fix unquarantined test (#23356)
This test was unquarantined but needed a fix to pass on Win7 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs | apache-2.0 | 1,593,155,910 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.... |
b6a5ffc1a3746920169e96226bff9de4f0210000 | Fixed column name in SQL script | Fixed column name in SQL script
Closes https://github.com/valdisiljuconoks/localization-provider-core/issues/46 | valdisiljuconoks/LocalizationProvider,valdisiljuconoks/LocalizationProvider | src/DbLocalizationProvider.Storage.SqlServer/ResourceSynchronizer.cs | apache-2.0 | 1,593,154,237 | // Copyright (c) Valdis Iljuconoks. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
... | // Copyright (c) Valdis Iljuconoks. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
... |
2f48bc359ca551eada44976b1a411ef0919d89ee | 优化格式化信息及语法树转换 | 优化格式化信息及语法树转换
| NMSLanX/Natasha | src/Natasha.CSharpSyntax/CSharpSyntaxBase.cs | mpl-2.0 | 1,593,153,021 | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Formatting;
using Microsoft.CodeAnalysis.Options;
using Natasha.Framework;
namespace Natasha.CSharpSyntax
{
public abstract class CSharpSyntaxBase : SyntaxBase
{
//private readonly static AdhocWork... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.Formatting;
using Natasha.Framework;
namespace Natasha.CSharpSyntax
{
public abstract class CSharpSyntaxBase : SyntaxBase
{
private readonly static AdhocWorkspace _workSpace;
private readon... |
98e81614d0057d466d9b9ba1521849b118e9e269 | Changed check from null only to IsNullOrEmpty to make it safer | Changed check from null only to IsNullOrEmpty to make it safer
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-C... | src/Umbraco.Infrastructure/Media/UploadAutoFillProperties.cs | mit | 1,593,152,477 | using System;
using System.Drawing;
using System.IO;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
namespace Umbraco.Web.Media
{
/// <summary>
/// Provides methods to manage auto-fill prope... | using System;
using System.Drawing;
using System.IO;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
namespace Umbraco.Web.Media
{
/// <summary>
/// Provides methods to manage auto-fill prope... |
c369647f101a4e10704364ea0cd6935d1d4956e8 | Made FromJsonPathAttribute public | Made FromJsonPathAttribute public
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/... | src/Umbraco.Web.BackOffice/ModelBinders/FromJsonPathAttribute.cs | mit | 1,593,152,450 | using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Umbraco.Ex... | using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Umbraco.Ex... |
e181c94cf438372ba2cc9a1ab346fd97328b49f9 | Added async version of GetRawBodyString | Added async version of GetRawBodyString
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbr... | src/Umbraco.Web.Common/Extensions/HttpRequestExtensions.cs | mit | 1,593,152,436 | using System;
using System.IO;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Extensions;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Hosting;
namespace Umbraco.Extensions
{
public static class HttpRe... | using System;
using System.IO;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Extensions;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Hosting;
namespace Umbraco.Extensions
{
public static class HttpRe... |
8a3d104f855bf9226d1c909786b424341d15adfc | Using constants instead of hardcoded strings | Using constants instead of hardcoded strings
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umb... | src/Umbraco.Configuration/Models/ContentSettings.cs | mit | 1,593,152,419 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.Configuration;
using Umbraco.Core;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.Macros;
namespace Umbraco.Configuration.Models
{
internal class ContentSettings : IContentSettings
{
pri... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.Configuration;
using Umbraco.Core;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.Macros;
namespace Umbraco.Configuration.Models
{
internal class ContentSettings : IContentSettings
{
pri... |
94c510c238bba080d4a3654180d84dc85fe6863a | Refactor touch handler, fixing logic and code quality concerns | Refactor touch handler, fixing logic and code quality concerns
| peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smo... | osu.Framework.iOS/Input/IOSTouchHandler.cs | mit | 1,593,150,271 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Diagnostics;
using Foundation;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Platform;
using osuTK;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using Foundation;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Platform;
using osuTK;
using osuTK.Input;
using UIKit;
... |
0c42a1003ff15f6f1f244e8baeb583a9fd605b9e | Update OopTemplateTest.cs | Update OopTemplateTest.cs
| NMSLanX/Natasha | test/NatashaUT/TemplateUT/OopTemplateTest.cs | mpl-2.0 | 1,593,149,837 | using Natasha.CSharp;
using Natasha.CSharp.Builder;
using NatashaUT.Model;
using System;
using System.Collections.Generic;
using Xunit;
namespace NatashaUT
{
[Trait("对象构建", "")]
public class OopTemplateTest : PrepareTest
{
[Fact(DisplayName = "构建类")]
public void TestBuilder1()
{
... | using Natasha.CSharp;
using Natasha.CSharp.Builder;
using System;
using Xunit;
namespace NatashaUT
{
[Trait("对象构建", "")]
public class OopTemplateTest : PrepareTest
{
[Fact(DisplayName = "构建类")]
public void TestBuilder1()
{
OopBuilder builder = new OopBuilder();
... |
7bd43db88554cb12700114b2ff1001bd808764b9 | Add properties to COM for NonformalizedAttachment and XmlDocumentAttachment | Add properties to COM for NonformalizedAttachment and XmlDocumentAttachment
| diadoc/diadocsdk-csharp,diadoc/diadocsdk-csharp,diadoc/diadocsdk-csharp | src/Proto/Events/DiadocMessage.cs | mit | 1,593,148,498 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Diadoc.Api.Com;
using Diadoc.Api.Proto.Documents;
namespace Diadoc.Api.Proto.Events
{
[ComVisible(true)]
[Guid("ABF440A3-BC33-4DF4-80CF-6889F7B004A3")]
public interface IMessage
{
stri... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Diadoc.Api.Com;
using Diadoc.Api.Proto.Documents;
namespace Diadoc.Api.Proto.Events
{
[ComVisible(true)]
[Guid("ABF440A3-BC33-4DF4-80CF-6889F7B004A3")]
public interface IMessage
{
stri... |
dbc761bcf28636768b4b8dd4457990be2350f5f3 | Add xmldoc explaining what IOSMouseHandler is and why it doesn't handle clicks | Add xmldoc explaining what IOSMouseHandler is and why it doesn't handle clicks
| peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,593,146,139 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
695036e65c5f620a24aa29b16c0cdd354ff84d5d | Fix english | Fix english
| EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framew... | osu.Framework.iOS/Input/IOSTouchHandler.cs | mit | 1,593,145,877 | // 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 Foundation;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Platform;
using osuTK;
using osuTK.Input;
using UIKit;
... | // 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 Foundation;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Platform;
using osuTK;
using osuTK.Input;
using UIKit;
... |
ace6d7758efcb713ede74108e76488fa7efdf207 | Rename misleading variable | Rename misleading variable
| smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framew... | osu.Framework.iOS/Input/IOSTouchHandler.cs | mit | 1,593,145,865 | // 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 Foundation;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Platform;
using osuTK;
using osuTK.Input;
using UIKit;
... | // 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 Foundation;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Platform;
using osuTK;
using osuTK.Input;
using UIKit;
... |
b8ee6e0342205f62599447b055e34ace212fb027 | Improve code quality of iOS mouse handler | Improve code quality of iOS mouse handler
| peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EV... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,593,145,676 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
c71aa9e5f0588621f849afa3d12ef7cd9f032dd0 | addd missing refs | addd missing refs
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/Transactions/PayjoinTests.cs | mit | 1,593,144,713 | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.TransactionOutputs;
using WalletWasabi.... | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.TransactionOutputs;
using WalletWasabi.... |
4a6729e15eaec64dfd71f28455670b27a5dc529b | fix codefactor | fix codefactor
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/Transactions/TransactionFactoryTests.cs | mit | 1,593,144,412 | using NBitcoin;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Blocks;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.Mempool;
using WalletWasabi.Blockchain.TransactionBuilding;
using... | using NBitcoin;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Blocks;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.Mempool;
using WalletWasabi.Blockchain.TransactionBuilding;
using... |
c5b3d33fa83246e08d1434e659358f9b9e5cc950 | Make use of param and added null guards | Make use of param and added null guards
Make use of param and added null guards
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net/RaygunHttpModule.cs | mit | 1,593,144,377 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web;
namespace Mindscape.Raygun4Net
{
public class RaygunHttpModule : IHttpModule
{
private bool ExcludeErrorsBasedOnHttpStatusCode { get; set; }
private bool ExcludeErrorsFromLocal { get; set; }
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web;
namespace Mindscape.Raygun4Net
{
public class RaygunHttpModule : IHttpModule
{
private bool ExcludeErrorsBasedOnHttpStatusCode { get; set; }
private bool ExcludeErrorsFromLocal { get; set; }
... |
2b4cdcd09ede389b736e7c5e05c6bbd08127d5db | Add Guards | Add Guards
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Blockchain/Transactions/TransactionFactory.cs | mit | 1,593,143,955 | using NBitcoin;
using NBitcoin.Policy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;... | using NBitcoin;
using NBitcoin.Policy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;... |
78f640c3f6583555afa9f8fabe6b08a6afaa674d | 545: temp fix for RunStyle | 545: temp fix for RunStyle
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree.TextSurface/1.1_Runs/RunStyle.cs | bsd-2-clause | 1,593,140,101 | //Apache2, 2014-present, WinterDev
using PixelFarm.Drawing;
using Typography.TextBreak;
namespace LayoutFarm.TextEditing
{
public class RunStyle
{
public RunStyle()
{
}
//
public byte ContentHAlign;
public Color FontColor { get; set; }
RequestFont _r... | //Apache2, 2014-present, WinterDev
using PixelFarm.Drawing;
using Typography.TextBreak;
namespace LayoutFarm.TextEditing
{
public class RunStyle
{
public RunStyle()
{
}
//
public byte ContentHAlign;
//
public RequestFont ReqFont { get; set; }
... |
0b88a0c85426f3246550e431259f291493fd2a02 | 544: RequestFont, ResolvedFont | 544: RequestFont, ResolvedFont
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.PrimitiveDrawing/RequestFont.cs | bsd-2-clause | 1,593,140,073 | //MIT, 2014-present, WinterDev
//
// System.Drawing.FontStyle.cs
//
// Author: Dennis Hayes (dennish@raytek.com)
//
// (C) 2001 Ximian, Inc. http://www.ximian.com
// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of th... | //MIT, 2014-present, WinterDev
//
// System.Drawing.FontStyle.cs
//
// Author: Dennis Hayes (dennish@raytek.com)
//
// (C) 2001 Ximian, Inc. http://www.ximian.com
// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of th... |
e24b503bb353bae4385b70076c945fd89df83d12 | Paginated memelist command. closes #193 | Paginated memelist command. closes #193
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Searches/MemegenCommands.cs | mit | 1,593,139,716 | using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using NadekoBot.Common.Attributes;
using NadekoBot.Extensions;
using Newtonsoft.Json;
namespace Nadeko... | using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Discord.Commands;
using NadekoBot.Common.Attributes;
using NadekoBot.Extensions;
using Newtonsoft.Json;
namespace NadekoBot.Modules.Sea... |
54738bb5d84bf30e4543e7bc761eaacf2fbc38e8 | Bump WebApi to 5.10.3 | Bump WebApi to 5.10.3
Bump WebApi to 5.10.3
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.WebApi/Properties/AssemblyVersionInfo.cs | mit | 1,593,136,975 | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... |
1e70fde95d10650e0cddd2fcd42ac1510e1c1d86 | Bump WebApi version to 5.10.2 | Bump WebApi version to 5.10.2
Bump WebApi version to 5.10.2
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.WebApi/Properties/AssemblyVersionInfo.cs | mit | 1,593,136,534 | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... |
eaf3c60339d0374ef15162a7327895faf34ae066 | Revert "Bump WebApi version to 5.10.3" | Revert "Bump WebApi version to 5.10.3"
This reverts commit 9356b6eb8eb6c9080fd72df0cd1f69f7b499912b.
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.WebApi/Properties/AssemblyVersionInfo.cs | mit | 1,593,136,467 | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... |
9356b6eb8eb6c9080fd72df0cd1f69f7b499912b | Bump WebApi version to 5.10.3 | Bump WebApi version to 5.10.3
Bump WebApi version to 5.10.3
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.WebApi/Properties/AssemblyVersionInfo.cs | mit | 1,593,136,424 | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... | using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [asse... |
aed74f28da92493b3f1acd6ed082b217f59f09b4 | Added new revisions tests to .net framework unit tests project | Added new revisions tests to .net framework unit tests project
| Rickedb/OpenProtocolIntepreter,Rickedb/OpenProtocolInterpreter | src/MIDTesters/Alarm/TestMid0076.cs | mit | 1,593,136,399 | using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenProtocolInterpreter.Alarm;
namespace MIDTesters.Alarm
{
[TestClass]
public class TestMid0076 : MidTester
{
[TestMethod]
public void Mid0076Revision1()
{
string pack = @"005600... | using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenProtocolInterpreter.Alarm;
namespace MIDTesters.Alarm
{
[TestClass]
public class TestMid0076 : MidTester
{
[TestMethod]
public void Mid0076AllRevisions()
{
string pack = @"005... |
a7a2cdd122fc88cc3ff9a764f09ec237bfb19eca | Update copyright | Update copyright
Update copyright
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.Mvc/Properties/AssemblyInfo.cs | mit | 1,593,136,396 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ra... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ra... |
2911ebf16d7fbb65ece472cd02cd805b938f71b0 | Fixing null ref during tests | Fixing null ref during tests
Fixing null ref during tests
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net/RaygunHttpModule.cs | mit | 1,593,135,673 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web;
namespace Mindscape.Raygun4Net
{
public class RaygunHttpModule : IHttpModule
{
private bool ExcludeErrorsBasedOnHttpStatusCode { get; set; }
private bool ExcludeErrorsFromLocal { get; set; }
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Web;
namespace Mindscape.Raygun4Net
{
public class RaygunHttpModule : IHttpModule
{
private bool ExcludeErrorsBasedOnHttpStatusCode { get; set; }
private bool ExcludeErrorsFromLocal { get; set; }
... |
4a37755e9a9d77ac33cf78cc017a11f4a4eb5204 | Revert "🚧 fix || operator" | Revert "🚧 fix || operator"
| transis2/boletonet,BoletoNet/boletonet,adrianotrentim/boletonet,diegomodolo/boletonet,BoletoNet/boletonet,adrianotrentim/boletonet,adrianotrentim/boletonet,diegomodolo/boletonet,transis2/boletonet,BoletoNet/boletonet,diegomodolo/boletonet,transis2/boletonet | src/Boleto.Net/Banco/Banco_Bansirul.cs | apache-2.0 | 1,593,135,154 | using BoletoNet.EDI.Banco;
using BoletoNet.Util;
using System;
using System.Web.UI;
[assembly: WebResource("BoletoNet.Imagens.041.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// Felipe Silveira - Transis Software
/// </Author>
internal class Banco_Banrisul : AbstractBanco, IBanco
{
... | using BoletoNet.EDI.Banco;
using BoletoNet.Util;
using System;
using System.Web.UI;
[assembly: WebResource("BoletoNet.Imagens.041.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// Felipe Silveira - Transis Software
/// </Author>
internal class Banco_Banrisul : AbstractBanco, IBanco
{
... |
f9b0f99f078b6dfae798b2ef692e6e7087d5c49e | 🚧 fix || operator | 🚧 fix || operator
| BoletoNet/boletonet,BoletoNet/boletonet,transis2/boletonet,adrianotrentim/boletonet,diegomodolo/boletonet,adrianotrentim/boletonet,transis2/boletonet,diegomodolo/boletonet,transis2/boletonet,diegomodolo/boletonet,BoletoNet/boletonet,adrianotrentim/boletonet | src/Boleto.Net/Banco/Banco_Bansirul.cs | apache-2.0 | 1,593,134,162 | using BoletoNet.EDI.Banco;
using BoletoNet.Util;
using System;
using System.Web.UI;
[assembly: WebResource("BoletoNet.Imagens.041.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// Felipe Silveira - Transis Software
/// </Author>
internal class Banco_Banrisul : AbstractBanco, IBanco
{
... | using BoletoNet.EDI.Banco;
using BoletoNet.Util;
using System;
using System.Web.UI;
[assembly: WebResource("BoletoNet.Imagens.041.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// Felipe Silveira - Transis Software
/// </Author>
internal class Banco_Banrisul : AbstractBanco, IBanco
{
... |
09c58d28817f30886addcc8a8cbbaa32c4a38b51 | Remove ash from cremators | Remove ash from cremators
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Drawers/Cremator.cs | agpl-3.0 | 1,593,134,115 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Cremator component for cremator objects, for use in crematorium rooms. Adds additional function to the base Drawer component.
/// TODO: Implement activation via button when buttons can be assigned a generic component inst... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Cremator component for cremator objects, for use in crematorium rooms. Adds additional function to the base Drawer component.
/// TODO: Implement activation via button when buttons can be assigned a generic component inst... |
0488dac837f039ee579b6a50f3b7d8532a38ae6a | Formatting | Formatting
Formatting
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.WebApi/RaygunWebApiClient.cs | mit | 1,593,133,546 | using System;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Dispatcher;
using System.Web.Http.ExceptionHandling;
using Mindscape.Raygun4Net.WebApi.Builders;
using System.Collections.Generic;
using Mindscape.Raygun... | using System;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Dispatcher;
using System.Web.Http.ExceptionHandling;
using Mindscape.Raygun4Net.WebApi.Builders;
using System.Collections.Generic;
using Mindscape.Raygun... |
44b3264df96058bc03a7c280267be06bf3239799 | Formatting | Formatting
Formatting
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.WebApi/RaygunWebApiClient.cs | mit | 1,593,133,452 | using System;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Dispatcher;
using System.Web.Http.ExceptionHandling;
using Mindscape.Raygun4Net.WebApi.Builders;
using System.Collections.Generic;
using Mindscape.Raygun... | using System;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Dispatcher;
using System.Web.Http.ExceptionHandling;
using Mindscape.Raygun4Net.WebApi.Builders;
using System.Collections.Generic;
using Mindscape.Raygun... |
5e68af6b92b05d526205d76acda80bad45f651ce | Fixes wallmount construction overlays not showing up. | Fixes wallmount construction overlays not showing up.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Tilemaps/Behaviours/InteractableTiles.cs | agpl-3.0 | 1,593,133,103 | using Mirror;
using UnityEngine;
using UnityEngine.Tilemaps;
/// <summary>
/// Main entry point for Tile Interaction system.
/// Component which allows all the tiles of a matrix to be interacted with using their configured
/// TileInteractions.
///
/// Also provides various utility methods for working with tiles.
///... | using Mirror;
using UnityEngine;
using UnityEngine.Tilemaps;
/// <summary>
/// Main entry point for Tile Interaction system.
/// Component which allows all the tiles of a matrix to be interacted with using their configured
/// TileInteractions.
///
/// Also provides various utility methods for working with tiles.
///... |
828b2424c66903dc16646b2bf8e6399f9d9b8419 | Simplification of the time constraints | Simplification of the time constraints
| jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,JKarathiya/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,AlexCatarino/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean | Algorithm.CSharp/ExtendedMarketTradingRegressionAlgorithm.cs | apache-2.0 | 1,593,132,193 | /*
* 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 ... |
ecf76e31231022af19c0294704f2df748192846e | Formatting to ensure the version is picked up for each entry point | Formatting to ensure the version is picked up for each entry point
Formatting to ensure the version is picked up for each entry point
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net.WebApi/RaygunWebApiClient.cs | mit | 1,593,130,059 | using System;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Dispatcher;
using System.Web.Http.ExceptionHandling;
using Mindscape.Raygun4Net.WebApi.Builders;
using System.Collections.Generic;
using Mindscape.Raygun... | using System;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Dispatcher;
using System.Web.Http.ExceptionHandling;
using Mindscape.Raygun4Net.WebApi.Builders;
using System.Collections.Generic;
using Mindscape.Raygun... |
4110e412cf839a350b0119f4ee5a3b42dce4c685 | Remove DefaultTraceListener in tests | Remove DefaultTraceListener in tests
This makes the stress test run *much* faster.
| AArnott/Nerdbank.FullDuplexStream | src/Nerdbank.Streams.Tests/MultiplexingStreamTests.cs | mit | 1,593,129,668 | // Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Buffers;
using System.Diagnostics;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Runtime.CompilerServices;
... | // Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Buffers;
using System.Diagnostics;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Runtime.CompilerServices;
... |
8d4130033a776e2bb6def91ced9cfe25bbededf1 | Parse ProductReleaseIds registry key - may include multiple comma separated products e.g. O365ProPlusRetail,VisioProRetail Added additional product enum values. Thanks @CollinCampbell | Parse ProductReleaseIds registry key - may include multiple comma separated products e.g. O365ProPlusRetail,VisioProRetail
Added additional product enum values.
Thanks @CollinCampbell
| phw198/OutlookGoogleCalendarSync | src/OutlookGoogleCalendarSync/OutlookOgcs/OutlookFactory.cs | mpl-2.0 | 1,593,125,109 | using log4net;
using Microsoft.Win32;
using System;
using System.Linq;
namespace OutlookGoogleCalendarSync.OutlookOgcs {
class Factory {
private static readonly ILog log = LogManager.GetLogger(typeof(Factory));
private static String outlookVersionFull;
private static Int16 outlookVersion;
... | using log4net;
using Microsoft.Win32;
using System;
using System.Linq;
namespace OutlookGoogleCalendarSync.OutlookOgcs {
class Factory {
private static readonly ILog log = LogManager.GetLogger(typeof(Factory));
private static String outlookVersionFull;
private static Int16 outlookVersion;
... |
14832da885b42f16a05606555d2e60adc5b2f6e4 | Fix timeouts of ConcurrentChatOverManyChannels test in CI/PR | Fix timeouts of ConcurrentChatOverManyChannels test in CI/PR
| AArnott/Nerdbank.FullDuplexStream | src/Nerdbank.Streams.Tests/MultiplexingStreamTests.cs | mit | 1,593,124,691 | // Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Buffers;
using System.Diagnostics;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Runtime.CompilerServices;
... | // Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Buffers;
using System.Diagnostics;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Runtime.CompilerServices;
... |
340020ddd3b80c4412e4efd9d5b3821827de1e9d | Formatted to 2 spaces for tabs | Formatted to 2 spaces for tabs
Formatted to 2 spaces for tabs
| MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net4/WebClientHelper.cs | mit | 1,593,123,132 | using System;
using System.Net;
namespace Mindscape.Raygun4Net
{
public static class WebClientHelper
{
[ThreadStatic] private static WebClient _client;
private static WebClient Client => _client ?? (_client = new WebClient());
private static readonly Uri ProxyUri;
internal static IWebProxy WebPro... | using System;
using System.Net;
namespace Mindscape.Raygun4Net
{
public static class WebClientHelper
{
[ThreadStatic] private static WebClient _client;
private static WebClient Client => _client ?? (_client = new WebClient());
private static readonly Uri ProxyUri;
internal sta... |
1278fe33a6233ca146da922c4c2b7d225f4531db | Adding missing hint on next step for tests | Adding missing hint on next step for tests
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Services/TestedService.cs | bsd-3-clause | 1,593,122,548 | /*
* We'll learn a bit of unit testing here. If you don't really know what unit testing is about please study the topic
* first. Integration testing is technically very similar for Orchard services just instead of testing only a single
* service we add some more actual implementations into the mix.
*
* Firs... | /*
* We'll learn a bit of unit testing here. If you don't really know what unit testing is about please study the topic
* first. Integration testing is technically very similar for Orchard services just instead of testing only a single
* service we add some more actual implementations into the mix.
*
* Firs... |
4753734d5d8d5e59d216061237099ab64554a9f2 | Change expiration to be relative from now. | Change expiration to be relative from now.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleService.cs | mit | 1,593,122,459 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... |
e8d632720f87640daa662e74a7906f984de5d8da | Mono/C#: Fix InvalidCast because of attempt to unbox long as int | Mono/C#: Fix InvalidCast because of attempt to unbox long as int
| josempans/godot,Shockblast/godot,akien-mga/godot,Zylann/godot,DmitriySalnikov/godot,pkowal1982/godot,Valentactive/godot,BastiaanOlij/godot,Faless/godot,vnen/godot,Zylann/godot,firefly2442/godot,guilhermefelipecgs/godot,BastiaanOlij/godot,sanikoyes/godot,godotengine/godot,DmitriySalnikov/godot,akien-mga/godot,firefly244... | modules/mono/editor/GodotTools/GodotTools/BuildTab.cs | mit | 1,593,121,073 | using Godot;
using System;
using Godot.Collections;
using GodotTools.Internals;
using File = GodotTools.Utils.File;
using Path = System.IO.Path;
namespace GodotTools
{
public class BuildTab : VBoxContainer
{
public enum BuildResults
{
Error,
Success
}
[S... | using Godot;
using System;
using Godot.Collections;
using GodotTools.Internals;
using File = GodotTools.Utils.File;
using Path = System.IO.Path;
namespace GodotTools
{
public class BuildTab : VBoxContainer
{
public enum BuildResults
{
Error,
Success
}
[S... |
64cd974c8758d15cd64f75d54951271196a9259c | Correct LINQ statement | Correct LINQ statement
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/AdministrationTest.cs | agpl-3.0 | 1,593,121,054 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
namespace Tgstation.Server.Tests
{
sealed class AdministrationTest
{
re... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
namespace Tgstation.Server.Tests
{
sealed class AdministrationTest
{
re... |
d9ba41d560f661d09c9d9620aaf5491584ff81bb | Be more lenient with the log count assert | Be more lenient with the log count assert
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/AdministrationTest.cs | agpl-3.0 | 1,593,120,502 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
namespace Tgstation.Server.Tests
{
sealed class AdministrationTest
{
re... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
namespace Tgstation.Server.Tests
{
sealed class AdministrationTest
{
re... |
39602252e87e25f70ff71a0be0a190daf5426fee | changed message | changed message
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Messages/Client/Admin/RequestRandomEventAllowedChange.cs | agpl-3.0 | 1,593,118,790 | using System.Collections;
using System.Collections.Generic;
using InGameEvents;
using UnityEngine;
using DiscordWebhook;
public class RequestRandomEventAllowedChange : ClientMessage
{
public string Userid;
public string AdminToken;
public bool RandomEventsAllowed = true;
public override void Process()
{
var a... | using System.Collections;
using System.Collections.Generic;
using InGameEvents;
using UnityEngine;
using DiscordWebhook;
public class RequestRandomEventAllowedChange : ClientMessage
{
public string Userid;
public string AdminToken;
public bool RandomEventsAllowed = true;
public override void Process()
{
var a... |
b451498235bcb531182ebfb3756310e6511d22f4 | switched IF condition around | switched IF condition around
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventsManager.cs | agpl-3.0 | 1,593,118,243 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DiscordWebhook;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
public static InGame... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DiscordWebhook;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
public static InGame... |
d1832282cbd0eb5c4ff4d338400ca40fef276aaf | Rename internal helper class. | Rename internal helper class.
| mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector | src/MySqlConnector/MySqlConnectionStringBuilder.cs | mit | 1,593,118,139 | using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Text.RegularExpressions;
using MySqlConnector.Utilities;
namespace MySqlConnector
{
public sealed class MySqlConnectionStringBuilder : DbConnectionStringBuilder
{
... | using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Text.RegularExpressions;
using MySqlConnector.Utilities;
namespace MySqlConnector
{
public sealed class MySqlConnectionStringBuilder : DbConnectionStringBuilder
{
... |
88856b5a94d7b8780bb300605fe9b5a56aa308e2 | Update Win32Error.Values.cs typo in identifier (#141) | Update Win32Error.Values.cs typo in identifier (#141)
ERROR_EVT_EVENT_DEFINITION_NOT_OUND to ERROR_EVT_EVENT_DEFINITION_NOT_**F**OUND (value 0x00003AB8) | dahall/vanara | PInvoke/Shared/WinError/Win32Error.Values.cs | mit | 1,593,117,978 | namespace Vanara.PInvoke
{
public partial struct Win32Error
{
/// <summary>The operation completed successfully.</summary>
public const uint ERROR_SUCCESS = 0x00000000;
/// <summary>The operation completed successfully.</summary>
public const uint NO_ERROR = 0x00000000;
/// <summary>The operation complete... | namespace Vanara.PInvoke
{
public partial struct Win32Error
{
/// <summary>The operation completed successfully.</summary>
public const uint ERROR_SUCCESS = 0x00000000;
/// <summary>The operation completed successfully.</summary>
public const uint NO_ERROR = 0x00000000;
/// <summary>The operation complete... |
e747a66638509e69a32d28209d4ad3104d6e2298 | Provide helpful exception message when table contains no primary key instead of NullReferenceException | Provide helpful exception message when table contains no primary key instead of NullReferenceException
| borisdj/EFCore.BulkExtensions | EFCore.BulkExtensions/TableInfo.cs | mit | 1,593,117,697 | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using System;
using System.Collections;
using System.Collections.Generic;
using S... | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using System;
using System.Collections;
using System.Collections.Generic;
using S... |
92880f6d037de3a5e62f770a32bda4a33edc92bc | force dx11 | force dx11
| jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,Avalo... | samples/ControlCatalog.NetCore/Program.cs | mit | 1,593,117,122 | using System;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Threading;
using Avalonia;
using Avalonia.Dialogs;
using Avalonia.OpenGL;
using Avalonia.ReactiveUI;
namespace ControlCatalog.NetCore
{
static class Program
{
[STAThread]
static int Main(string[... | using System;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Threading;
using Avalonia;
using Avalonia.Dialogs;
using Avalonia.ReactiveUI;
namespace ControlCatalog.NetCore
{
static class Program
{
[STAThread]
static int Main(string[] args)
{
... |
445caf54c4e9f619a6a50b01c93ab4f5149b9586 | Update src/Avalonia.Controls/DateTimePickers/DateTimePickerPanel.cs | Update src/Avalonia.Controls/DateTimePickers/DateTimePickerPanel.cs
Co-authored-by: Jumar Macato <f8eb9211d795ecd24dd05a52170d53f9df738f50@users.noreply.github.com> | SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/... | src/Avalonia.Controls/DateTimePickers/DateTimePickerPanel.cs | mit | 1,593,115,839 | using System;
using System.Globalization;
using System.Linq;
using Avalonia.Input;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Primitives
{
public enum DateTimePickerPanelType
{
Year,
Month,
Day,
Hour,
Minute,
TimePeriod //AM or PM
}
public c... | using System;
using System.Globalization;
using System.Linq;
using Avalonia.Input;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Primitives
{
public enum DateTimePickerPanelType
{
Year,
Month,
Day,
Hour,
Minute,
TimePeriod //AM or PM
}
public c... |
6eb4d18e01e79d824366abf657b2bd535bdba0d1 | using separate tools option and feature flag for Node | using separate tools option and feature flag for Node
| Microsoft/nodejstools,Microsoft/nodejstools,Microsoft/nodejstools,Microsoft/nodejstools,Microsoft/nodejstools | Nodejs/Product/Nodejs/Project/NodejsProjectLauncher.cs | apache-2.0 | 1,593,115,699 | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
u... | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
u... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.