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 |
|---|---|---|---|---|---|---|---|---|
91ac012d35cb1227ef00e3fe2e89a8ab5dca7af1 | Fixed: missing property setter in options (#742) | Fixed: missing property setter in options (#742)
| Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,json-api-dotnet/JsonApiDotNetCore | src/JsonApiDotNetCore/Configuration/JsonApiOptions.cs | mit | 1,589,222,017 | using JsonApiDotNetCore.Graph;
using JsonApiDotNetCore.Models;
using JsonApiDotNetCore.Models.Links;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace JsonApiDotNetCore.Configuration
{
/// <summary>
/// Global options
/// </summary>
public class JsonApiOptions : IJsonApiOptions
... | using JsonApiDotNetCore.Graph;
using JsonApiDotNetCore.Models;
using JsonApiDotNetCore.Models.Links;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace JsonApiDotNetCore.Configuration
{
/// <summary>
/// Global options
/// </summary>
public class JsonApiOptions : IJsonApiOptions
... |
0097ab937f0899e2e7290f6eb8b871b75c77f335 | validation and unbuckle before gibing | validation and unbuckle before gibing
| krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Weapons/Meleeable.cs | agpl-3.0 | 1,589,221,871 | using System.Collections.Generic;
using UnityEngine;
//Do not derive from NetworkBehaviour, this is also used on tilemap layers
/// <summary>
/// Allows an object or tiles to be attacked by melee.
/// </summary>
public class Meleeable : MonoBehaviour, IPredictedCheckedInteractable<PositionalHandApply>
{
[SerializeFi... | using System.Collections.Generic;
using UnityEngine;
//Do not derive from NetworkBehaviour, this is also used on tilemap layers
/// <summary>
/// Allows an object or tiles to be attacked by melee.
/// </summary>
public class Meleeable : MonoBehaviour, IPredictedCheckedInteractable<PositionalHandApply>
{
[SerializeFi... |
6980493cd1fe0e06dcc26f1a17b02f8af43ebce6 | Added URL for Microsoft exceptions best practices. | Added URL for Microsoft exceptions best practices.
| MinexAutomation/Public,MinexAutomation/Public,MinexAutomation/Public,MinexAutomation/Public,MinexAutomation/Public,MinexAutomation/Public | Source/Examples/Libraries/Code/Code/Code/ExampleException.cs | mit | 1,589,221,176 | using System;
using System.Runtime.Serialization;
using System.Security.Permissions;
namespace Public.Examples.Code
{
// Exceptions can be very simple, most of the complications here are due to serialization.
// See: https://docs.microsoft.com/en-us/dotnet/standard/exceptions/best-practices-for-excep... | using System;
using System.Runtime.Serialization;
using System.Security.Permissions;
namespace Public.Examples.Code
{
// Exceptions can be very simple, most of the complications here are due to serialization.
public class ExampleException : Exception, ISerializable
{
private const strin... |
7fd9cb5ad19d13e8bc57a66ebe736c725f83d52a | Bugfix in paging and help text fix | Bugfix in paging and help text fix
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Graph/UsersUtility.cs | mit | 1,589,220,634 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Graph;
using OfficeDevPnP.Core.Diagnostics;
using System.Linq;
namespace OfficeDevPnP.Core.Framework.Graph
{
/// <summary>
/// Provides access to user operations in Microsoft Graph
/// </summary>
public stati... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Graph;
using OfficeDevPnP.Core.Diagnostics;
using System.Linq;
namespace OfficeDevPnP.Core.Framework.Graph
{
/// <summary>
/// Provides access to user operations in Microsoft Graph
/// </summary>
public stati... |
583285e63468f51f19c0c5189e4e3b1dd61f46c4 | Added entity mapper to avoid redundant code | Added entity mapper to avoid redundant code
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Graph/SubscriptionsUtility.cs | mit | 1,589,220,447 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using OfficeDevPnP.Core.Diagnostics;
namespace OfficeDevPnP.Core.Framework.Graph
{
/// <summary>
/// Class that deals with Microsoft Graph Subscriptions
/// </summary>
public static ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using OfficeDevPnP.Core.Diagnostics;
namespace OfficeDevPnP.Core.Framework.Graph
{
/// <summary>
/// Class that deals with Microsoft Graph Subscriptions
/// </summary>
public static ... |
8fb50ad9cfda1759965592a8beb669c0398b2ded | No need to resolve private fields in json serializer | No need to resolve private fields in json serializer
| JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET | SpotifyAPI.Web/Http/NewtonsoftJSONSerializer.cs | mit | 1,589,218,924 | using System.Collections.Generic;
using System.Reflection;
using System;
using System.IO;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace SpotifyAPI.Web.Http
{
public class NewtonsoftJSONSerializer : IJSONSerializer
{
private readonly J... | using System.Collections.Generic;
using System.Reflection;
using System;
using System.IO;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace SpotifyAPI.Web.Http
{
public class NewtonsoftJSONSerializer : IJSONSerializer
{
private readonly J... |
22522a0d78077cefbf86728534a564f2dc6edbd4 | Update to mono sources http://github.com/mono/mono/commit/57dcba253 (#21700) | Update to mono sources http://github.com/mono/mono/commit/57dcba253 (#21700)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/WebAssembly/DebugProxy/src/MonoDebugProxy/ws-proxy/MonoProxy.cs | apache-2.0 | 1,589,218,812 | using System;
using System.Linq;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using System.Threading;
using System.IO;
using System.Collections.Generic;
using System.Net;
using Microsoft.Extensions.Logging;
using Microsoft.CodeAnalysis;
namespace WebAssembly.Net.Debugging {
internal class MonoProxy : ... | using System;
using System.Linq;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using System.Threading;
using System.IO;
using System.Collections.Generic;
using System.Net;
using Microsoft.Extensions.Logging;
using Microsoft.CodeAnalysis;
namespace WebAssembly.Net.Debugging {
internal class MonoProxy : ... |
6e651328a1813f343bb2ba3623a55d36436e1a2f | * Updated test library file. | * Updated test library file. | AngelQuirogaM/NiceJson | test/Assets/Scripts/NiceJson.cs | mit | 1,589,218,742 | /*
NiceJson 1.3.3 (2020-05-11)
MIT License
===========
Copyright (C) 2015 Ángel Quiroga Mendoza <me@angelqm.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software witho... | /*
NiceJson 1.3.1 (2017-07-26)
MIT License
===========
Copyright (C) 2015 Ángel Quiroga Mendoza <me@angelqm.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software with... |
e2f18761d76f733b8cf1f8e8e21192caa49c4590 | * Update NiceJson to 1.3.3 | * Update NiceJson to 1.3.3
Resolved issue with pretty print with decimal numbers. It was printing an invalid Json. Resolved adding CultureInfo.InvariantCulture in the printing. | AngelQuirogaM/NiceJson | NiceJson.cs | mit | 1,589,218,696 | /*
NiceJson 1.3.3 (2020-05-11)
MIT License
===========
Copyright (C) 2015 Ángel Quiroga Mendoza <me@angelqm.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software witho... | /*
NiceJson 1.3.2 (2019-09-21)
MIT License
===========
Copyright (C) 2015 Ángel Quiroga Mendoza <me@angelqm.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software witho... |
d1e7d8e46644f0fd6815625c57f98d0fde1cf92a | Improve HtmlTokenizer.AtToken performance. (dotnet/aspnetcore-tooling#1880) | Improve HtmlTokenizer.AtToken performance. (dotnet/aspnetcore-tooling#1880)
Our razor typing test measured 153 CPU ms in this method. Optimized by fewer calls to CurrentCharacter, not checking '<' twice, and uswing a switch stmt.\n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/c601c2f11eda3... | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/Microsoft.AspNetCore.Razor.Language/src/Legacy/HtmlTokenizer.cs | apache-2.0 | 1,589,218,016 | // 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.Collections.Generic;
using System.Diagnostics;
using Microsoft.AspNetCore.Razor.Language.Syntax.InternalSyntax;
namespace Microsoft.AspNet... | // 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.Collections.Generic;
using System.Diagnostics;
using Microsoft.AspNetCore.Razor.Language.Syntax.InternalSyntax;
namespace Microsoft.AspNet... |
848a3fb6d74ec3b443029cc048934c1df4ea728f | Take hitobject start/end times into account in drain | Take hitobject start/end times into account in drain
| peppy/osu-new,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu | osu.Game/Rulesets/Scoring/DrainingHealthProcessor.cs | mit | 1,589,216,796 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects;
using osu... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects;
using osu... |
007382e4dc0dd2e3e3fcde25458f5a9926fc7a58 | simplify code | simplify code
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Config.cs | mit | 1,589,216,675 | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using WalletWasabi.Bases;
using WalletWasabi.Exceptions;
using WalletWasabi.Gui.Models;
using WalletWasabi.... | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using WalletWasabi.Bases;
using WalletWasabi.Exceptions;
using WalletWasabi.Gui.Models;
using WalletWasabi.... |
e650b10b5e1adfb00123064e043d5768eb0e409f | Add test case for maximal break | Add test case for maximal break
| NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,peppy/osu-new,peppy/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game.Tests/Gameplay/TestSceneDrainingHealthProcessor.cs | mit | 1,589,216,621 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Utils;
using osu.Framework.Testing;
using osu.Framework.Timing;
using osu.Game.Beatmaps;
using os... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Utils;
using osu.Framework.Testing;
using os... |
aeacaf7b6bbc5defb4e3df41dacfd7a5bcc25a15 | Disabled widescreen mode for all narrow maps. | Disabled widescreen mode for all narrow maps.
| Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/FieldMap.cs | mit | 1,589,216,429 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = U... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = U... |
5b869594966d9a326eea3bf4cddffe55287b126a | Fix unused variable | Fix unused variable
| MrHant/tiver-fowl.Drivers,MrHant/tiver-fowl.Drivers,MrHant/tiver-fowl.Drivers | Tiver.Fowl.Drivers/Configuration/DriversConfiguration.cs | mit | 1,589,216,060 | using System.IO;
using System.Reflection;
namespace Tiver.Fowl.Drivers.Configuration
{
public class DriversConfiguration
{
/// <summary>
/// Location for binaries to be saved
/// Defaults to assembly location
/// </summary>
public string DownloadLocation { get; set; } =... | using System.IO;
using System.Reflection;
namespace Tiver.Fowl.Drivers.Configuration
{
public class DriversConfiguration
{
private string _downloadLocation;
/// <summary>
/// Location for binaries to be saved
/// Defaults to assembly location
/// </summary>
pub... |
e89df069bbeca68575aacef5552bd3ffdd176111 | Disabled widescreen mode for all narrow cards. | Disabled widescreen mode for all narrow cards.
| Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/FieldMap.cs | mit | 1,589,216,053 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = U... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = U... |
c1fc93f06086718f6a137bf5d849f6d30145c96a | Add mouse drag (#332) | Add mouse drag (#332)
Fix #2 | EtienneLamoureux/TQVaultAE | src/TQVaultAE.GUI/Components/SackPanel.cs | mit | 1,589,215,551 | //-----------------------------------------------------------------------
// <copyright file="SackPanel.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.GUI.Compo... | //-----------------------------------------------------------------------
// <copyright file="SackPanel.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.GUI.Compo... |
f384d9d58534f59969e1ca533eb61dec30bb4d4b | update event extensions | update event extensions
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Event/EventBusExtensions.cs | mit | 1,589,215,115 | using System;
using System.Linq;
using System.Reflection;
#if NETSTANDARD
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
#endif
namespace WeihanLi.Common.Event
{
#if NETSTANDARD
public interface IEventBuilder
{
IServiceCollection Services... | using System;
using System.Linq;
using System.Reflection;
#if NETSTANDARD
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
#endif
namespace WeihanLi.Common.Event
{
#if NETSTANDARD
public interface IEventBuilder
{
IServiceCollection Services... |
dd4f9c298f8e33fbb2d8b703a67ffe0b11bf6162 | style: fixed whitespaces | style: fixed whitespaces
| Jaxelr/Nancy.Template.Webservice | Content/tests/ModuleTest.cs | mit | 1,589,214,904 | using System.Diagnostics;
using Nancy;
using Nancy.Template.WebService.Validators;
using Nancy.Template.WebService.Modules;
using Nancy.Template.WebService.Repositories;
using Nancy.Testing;
using NSubstitute;
using Xunit;
namespace Nancy.Template.WebService.Tests
{
public class ModuleTest
{
private re... | using System.Diagnostics;
using Nancy;
using Nancy.Template.WebService.Validators;
using Nancy.Template.WebService.Modules;
using Nancy.Template.WebService.Repositories;
using Nancy.Testing;
using NSubstitute;
using Xunit;
namespace Nancy.Template.WebService.Tests
{
public class ModuleTest
{
private r... |
5226cd57cde28fb76e9fbabdaaa9def75f12575d | (GH-2695) Fix position of validation popup while direkt open again while closing | (GH-2695) Fix position of validation popup while direkt open again while closing
| batzen/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro | src/MahApps.Metro/Controls/Flyout.cs | mit | 1,589,214,785 | using System;
using System.Windows;
using System.Windows.Automation.Peers;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Threading;
using ControlzEx;
using ControlzEx.Theming;
n... | using System;
using System.Windows;
using System.Windows.Automation.Peers;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Threading;
using ControlzEx;
using ControlzEx.Theming;
n... |
238ba26daa280e2d489cbcf0f1e1a2374cd25fa5 | use decoder frame directly to load at scaled size. | use decoder frame directly to load at scaled size.
| AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,Perspex/Perspex,jkoritzinsky/A... | src/Windows/Avalonia.Direct2D1/Media/Imaging/WicBitmapImpl.cs | mit | 1,589,214,591 | using System;
using System.IO;
using System.Security.Cryptography;
using Avalonia.Win32.Interop;
using SharpDX.WIC;
using APixelFormat = Avalonia.Platform.PixelFormat;
using D2DBitmap = SharpDX.Direct2D1.Bitmap;
namespace Avalonia.Direct2D1.Media
{
/// <summary>
/// A WIC implementation of a <see cref="Avaloni... | using System;
using System.IO;
using System.Security.Cryptography;
using Avalonia.Win32.Interop;
using SharpDX.WIC;
using APixelFormat = Avalonia.Platform.PixelFormat;
using D2DBitmap = SharpDX.Direct2D1.Bitmap;
namespace Avalonia.Direct2D1.Media
{
/// <summary>
/// A WIC implementation of a <see cref="Avaloni... |
90ec6489cf2459a5d36cec31490d4c251e451c58 | Fix issue with cache file no updating correctly. #130 | Fix issue with cache file no updating correctly.
#130
| dasgarner/xibo-dotnetclient,xibosignage/xibo-dotnetclient | Rendering/WebMedia.cs | agpl-3.0 | 1,589,214,514 | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... |
99a1f7752084b4a71c10d1dae41992ce374c1915 | Added Core Audio HRESULT values | Added Core Audio HRESULT values
| dahall/vanara | PInvoke/Shared/WinError/HRESULT.Values.cs | mit | 1,589,214,335 | namespace Vanara.PInvoke
{
public partial struct HRESULT
{
/// <summary>Success</summary>
public const int S_OK = 0;
/// <summary>False</summary>
public const int S_FALSE = 1;
/// <summary></summary>
public const int COR_E_OBJECTDISPOSED = unchecked((int)0x80131622);
/// <summary></summary>
public ... | namespace Vanara.PInvoke
{
public partial struct HRESULT
{
/// <summary>Success</summary>
public const int S_OK = 0;
/// <summary>False</summary>
public const int S_FALSE = 1;
/// <summary></summary>
public const int COR_E_OBJECTDISPOSED = unchecked((int)0x80131622);
/// <summary></summary>
public ... |
18937a70a6eadd90bd33a290c72f540970e392c8 | Added missing HRESULT Facility enum values | Added missing HRESULT Facility enum values
| dahall/vanara | PInvoke/Shared/WinError/HRESULT.cs | mit | 1,589,214,299 | using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
namespace Vanara.PInvoke
{
/// <summary>
/// Formal replacement for the Windows HRESULT definition. In windows.h, it is a defined UINT value.... | using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
namespace Vanara.PInvoke
{
/// <summary>
/// Formal replacement for the Windows HRESULT definition. In windows.h, it is a defined UINT value.... |
fbd8d4d23fe18243cf2f74b2dc31797010ccbc90 | Add heartbeat backwards migration | Add heartbeat backwards migration
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/DatabaseContext.cs | agpl-3.0 | 1,589,213,893 | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Globalization;
using System.Linq;
u... | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Globalization;
using System.Linq;
u... |
2382accc947c716e778a5e310ff8679cb8893c1a | (GH-2093, GH-2695) Fix position of validation popup on Flyout | (GH-2093, GH-2695) Fix position of validation popup on Flyout
| MahApps/MahApps.Metro,batzen/MahApps.Metro,batzen/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro,ye4241/MahApps.Metro | src/MahApps.Metro/Controls/CustomValidationPopup.cs | mit | 1,589,213,739 | using ControlzEx.Native;
using ControlzEx.Standard;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Interop;
namespace MahApps.Metro.Controls
{
/// <summary>
/// This custom popup is used by the valida... | using ControlzEx.Native;
using ControlzEx.Standard;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Interop;
namespace MahApps.Metro.Controls
{
/// <summary>
/// This custom popup is used by the valida... |
576522b81af1f78e73e0c1a8ec48e7d19e2e1fa8 | (GH-2093) Add OpeningFinished event to Flyout | (GH-2093) Add OpeningFinished event to Flyout
| ye4241/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro | src/MahApps.Metro/Controls/Flyout.cs | mit | 1,589,213,683 | using System;
using System.Windows;
using System.Windows.Automation.Peers;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Threading;
using ControlzEx;
using ControlzEx.Theming;
n... | using System;
using System.Windows;
using System.Windows.Automation.Peers;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Threading;
using ControlzEx;
using ControlzEx.Theming;
n... |
4eeb67ded21734a16e938e3b5087308199a7b522 | (GH-2093) Add TransitionStarted event to MetroContentControl | (GH-2093) Add TransitionStarted event to MetroContentControl
| MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro | src/MahApps.Metro/Controls/MetroContentControl.cs | mit | 1,589,213,658 | using System.Windows;
using System.Windows.Controls;
using System.Windows.Media.Animation;
namespace MahApps.Metro.Controls
{
/// <summary>
/// Originally from http://xamlcoder.com/blog/2010/11/04/creating-a-metro-ui-style-control/
/// </summary>
public class MetroContentControl : ContentControl
{... | using System.Windows;
using System.Windows.Controls;
using System.Windows.Media.Animation;
namespace MahApps.Metro.Controls
{
/// <summary>
/// Originally from http://xamlcoder.com/blog/2010/11/04/creating-a-metro-ui-style-control/
/// </summary>
public class MetroContentControl : ContentControl
{... |
f474bd5e9e69d7a4c5a2ab2691c9be8fe5bf23e9 | Disconnect reporting the illegal character from returning the symbol. | Disconnect reporting the illegal character from returning the symbol.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,213,241 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
fc374a0512867d6178e062527749c4868add0e8e | Move CreateIllegalCharacterSyntax method. | Move CreateIllegalCharacterSyntax method.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,212,757 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
240fbe032350dec3b51cab857c60d9bc923f9eda | Expand expression. | Expand expression.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,212,686 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
f3a0011f58ef63f5aa6d3bcad3dce08036ecaacf | Use hasStringErrors flag to detect errors. | Use hasStringErrors flag to detect errors.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,212,552 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
20dc731b48c6c4054a03065722210c60d5e01523 | Use 4.1.4 for update tests | Use 4.1.4 for update tests
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/IntegrationTest.cs | agpl-3.0 | 1,589,212,388 | using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using ... | using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using ... |
924a27e04fe1a17c958a44abf82b2383a8747fd0 | Swap statements for invariant that currentIndex is always at the end of the yielded symbol. | Swap statements for invariant that currentIndex is always at the end of the yielded symbol.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,212,387 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
d9f63721c33a344e42c6afca69c8d2800efb3c1c | Fix: derive from UIActionForm. | Fix: derive from UIActionForm.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/SyntaxEditorForm.cs | apache-2.0 | 1,589,212,280 | #region License
/*********************************************************************************
* SyntaxEditorForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... | #region License
/*********************************************************************************
* SyntaxEditorForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ... |
98772b5b2eecd163ce94ebd002d87e2da6b99c67 | Add - Aggiunta CodUOCompetenza in SintesiRichiesta | Add - Aggiunta CodUOCompetenza in SintesiRichiesta
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSoccorso/Shared/SintesiRichiestaAssistenza/SintesiRichiesta.cs | agpl-3.0 | 1,589,210,860 | //-----------------------------------------------------------------------
// <copyright file="SintesiRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lic... | //-----------------------------------------------------------------------
// <copyright file="SintesiRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lic... |
e41cf01144c6ad889f2bfae6a521d33e1ab0f2db | Fix plygin load for .NET Core 3.1 | Fix plygin load for .NET Core 3.1
| telerik/JustMockLite | Telerik.JustMock/Core/Context/MockingContext.cs | apache-2.0 | 1,589,209,879 | /*
JustMock Lite
Copyright © 2010-2015,2020 Progress Software 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 the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless require... | /*
JustMock Lite
Copyright © 2010-2015,2020 Progress Software 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 the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless require... |
03e80017ef736b8db695b0480aa2181109d82bc7 | Add setup instructions to release notes | Add setup instructions to release notes
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | tools/ReleaseNotes/Program.cs | agpl-3.0 | 1,589,209,365 | using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace ReleaseNotes
{
/// <summary>
/// Contains the application entrypoint
/// </summary>
static class Program
... | using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace ReleaseNotes
{
/// <summary>
/// Contains the application entrypoint
/// </summary>
static class Program
... |
0e47718d0cca8c139a954fc94dc9f390362b2a52 | Migrating 2 actions in relation to testing JsonNetResult action result | Migrating 2 actions in relation to testing JsonNetResult action result
| dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,abjer... | src/Umbraco.Web.BackOffice/Controllers/BackOfficeController.cs | mit | 1,589,208,248 | using System;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Umbraco.Core.Configuration;
using Umbraco.Core.Configuration.Grid;
using Umbraco.Core.Hosting;
using Umbraco.Core.IO;
using Umbraco.Core.Runtim... | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Core.Configuration;
using Umbraco.Core.Hosting;
using Umbraco.Core.IO;
using Umbraco.Core.Runtime;
using Umbraco.Core.WebAssets;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Common.ActionResults;
using Umbraco.Web.WebAssets;
namesp... |
1176485e83de216e8dce4d2bb6c45fd463e7edd2 | Removed TODO for authorization conversion - will be added to issue in identity milestone. | Removed TODO for authorization conversion - will be added to issue in identity milestone.
| cofoundry-cms/cofoundry,cofoundry-cms/cofoundry,cofoundry-cms/cofoundry | src/Cofoundry.Web/App_Start/StartupTasks/ServiceConfigurationTasks/DefaultAuthConfiguration.cs | mit | 1,589,207,241 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cofoundry.Domain;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
namespace Cofoundry.Web
{
/// <summary>
/// The default auth configuration ad... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cofoundry.Domain;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
namespace Cofoundry.Web
{
/// <summary>
/// The default auth configuration ad... |
1162da0431fc5a8f85adacb4ad710289622e05ea | Only run a debug report if RunDebug is true *and* you are in debug mode. | Only run a debug report if RunDebug is true *and* you are in debug mode.
| KevinJump/uSync,KevinJump/uSync | uSync8.BackOffice/Services/uSyncService.cs | mpl-2.0 | 1,589,207,199 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Umbraco.Core.Composing;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging;
using uSync8.BackOffice.Configuration;
using uSync8.BackOffice.Services;
using uSync8.BackOffice.SyncHandlers;
namespace uSync8.Bac... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Umbraco.Core.Composing;
using Umbraco.Core.Logging;
using uSync8.BackOffice.Configuration;
using uSync8.BackOffice.Services;
using uSync8.BackOffice.SyncHandlers;
namespace uSync8.BackOffice
{
/// <summary>
/... |
cbdfad84ecd7f99e65680c77b4540e1019b424d8 | added null check in sample | added null check in sample
| Q42/Q42.HueApi | src/Q42.HueApi.UniversalWindows.Sample/ViewModel/MainViewModel.cs | mit | 1,589,206,580 | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using Q42.HueApi;
using Q42.HueApi.ColorConverters;
using Q42.HueApi.ColorConverters.HSB;
using Q42.HueApi.Interfaces;
using Q42.HueApi.Models.Bridge;
using Q42.HueApi.Models.Groups;
using Q42.WinRT.Portable.Data;
using System;
using System.Collections.Generic... | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using Q42.HueApi;
using Q42.HueApi.ColorConverters;
using Q42.HueApi.ColorConverters.HSB;
using Q42.HueApi.Interfaces;
using Q42.HueApi.Models.Bridge;
using Q42.HueApi.Models.Groups;
using Q42.WinRT.Portable.Data;
using System;
using System.Collections.Generic... |
b502436eae61a6cef381c6162207bea25162a31a | Add - Aggiunta la proprietà codSOCompetente alla sintesiRichiesta | Add - Aggiunta la proprietà codSOCompetente alla sintesiRichiesta
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSoccorso/Shared/SintesiRichiestaAssistenza/SintesiRichiesta.cs | agpl-3.0 | 1,589,206,062 | //-----------------------------------------------------------------------
// <copyright file="SintesiRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lic... | //-----------------------------------------------------------------------
// <copyright file="SintesiRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lic... |
1a1f0f7c95ff8f65c22989bbb981298b165b1390 | Update WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | Update WalletWasabi/WebClients/PayJoin/PayjoinClient.cs
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | mit | 1,589,205,894 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... |
bd7d3d280ce752ddc63a104dc0667b51c203a790 | Possible fix for duplicate insertion on Reflection _cacheName dictionary | Possible fix for duplicate insertion on Reflection _cacheName dictionary
| mbdavid/LiteDB | LiteDB/Client/Mapper/Reflection/Reflection.cs | mit | 1,589,204,901 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using static LiteDB.Constants;
namespace LiteDB
{
#region Delegates
public delegate object CreateObject(BsonDocument value);
public dele... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using static LiteDB.Constants;
namespace LiteDB
{
#region Delegates
public delegate object CreateObject(BsonDocument value);
public dele... |
08f8bb5c39f2a94518b6b1144d858ea3628bb82d | Changed ListUnifiedGroups method back to the old version and marked as as obsolet. Created new method GetUnifiedGroups with correct parameters as replacement. | Changed ListUnifiedGroups method back to the old version and marked as as obsolet. Created new method GetUnifiedGroups with correct parameters as replacement.
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Graph/UnifiedGroupsUtility.cs | mit | 1,589,204,016 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using System.Net.Http.Headers;
using OfficeDevPnP.Core.Entities;
using System.IO;
using OfficeDevPnP.Core.Diagnostics;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Utili... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using System.Net.Http.Headers;
using OfficeDevPnP.Core.Entities;
using System.IO;
using OfficeDevPnP.Core.Diagnostics;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Utili... |
efe393e42d3edc0e6e703827a83bfb6dd2f90535 | Displaying UDGs fixed. | Displaying UDGs fixed.
| Dotneteer/spectnetide,Dotneteer/spectnetide,Dotneteer/spectnetide | v2/VsIntegration/Spect.Net.VsPackage/ToolWindows/BasicList/BasicListViewModel.cs | mit | 1,589,203,989 | using Spect.Net.SpectrumEmu.Devices.Rom;
using Spect.Net.VsPackage.VsxLibrary;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Text;
using System.Windows;
namespace Spect.Net.VsPackage.ToolWindows.BasicList
{
/// <summary>
/// This view model... | using Spect.Net.SpectrumEmu.Devices.Rom;
using Spect.Net.VsPackage.VsxLibrary;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Text;
using System.Windows;
namespace Spect.Net.VsPackage.ToolWindows.BasicList
{
/// <summary>
/// This view model... |
d4ce8bbf35929796e48f4b6c17bf56f6483f69c0 | Fix compilation error induced due to rebase | Fix compilation error induced due to rebase
| ermshiperete/GitVersion,GitTools/GitVersion,asbjornu/GitVersion,gep13/GitVersion,asbjornu/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,gep13/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersi... | src/GitVersionCore.Tests/Helpers/TestEffectiveConfiguration.cs | mit | 1,589,203,985 | using System.Collections.Generic;
using System.Linq;
using GitVersion;
using GitVersion.Extensions;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation;
namespace GitVersionCore.Tests.Helpers
{
public class TestEffectiveConfiguration : EffectiveConfiguration
{
public TestEffective... | using System.Collections.Generic;
using System.Linq;
using GitVersion;
using GitVersion.Extensions;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation;
namespace GitVersionCore.Tests.Helpers
{
public class TestEffectiveConfiguration : EffectiveConfiguration
{
public TestEffective... |
c20e719fddf0c040217cd5ac65541db30f941a39 | - safer path finding | - safer path finding
| martinpi/Unitilities | Pathfinding/TilemapPathFinder.cs | mit | 1,589,203,760 | /*
The MIT License
Copyright (c) 2019 Martin Pichlmair
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pu... | /*
The MIT License
Copyright (c) 2019 Martin Pichlmair
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pu... |
445ca2ecbd7fde71661ffe571764640586f94670 | optimize DelegateHelper | optimize DelegateHelper
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Helpers/DelegateHelper.cs | mit | 1,589,203,727 | using System;
using System.Linq;
using System.Reflection;
namespace WeihanLi.Common.Helpers
{
public static class DelegateHelper
{
private static readonly Type[] _funcMaker;
private static readonly Type[] _actionMaker;
static DelegateHelper()
{
_funcMaker = new Typ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace WeihanLi.Common.Helpers
{
public static class DelegateHelper
{
private static readonly Type[] _funcMaker;
private static readonly Type[] _actionMaker;
static DelegateHelper()
... |
116f31acc3bd49cfb58d00508fe880ea890fac91 | Fix protocol violation in SOCKS5 authentication procedure (#1019) | Fix protocol violation in SOCKS5 authentication procedure (#1019)
* Fix protocol violation in SOCKS5 authentication procedure
* Remove checking Socks version | jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit | MailKit/Net/Proxy/Socks5Client.cs | mit | 1,589,203,377 | //
// Socks5Client.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Softwa... | //
// Socks5Client.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Softwa... |
b209945b173ba3d81027fbd82d8b9b8cd7b9f64f | ExtandableEntityHelper is obsolete. | ExtandableEntityHelper is obsolete.
| StockSharp/StockSharp | Messages/IExtendableEntity.cs | apache-2.0 | 1,589,202,001 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
80473c55291122d57d87d69d4b15367d73b55d6c | Try to fix the Dotnet format problems | Try to fix the Dotnet format problems
| asbjornu/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,GitTools/GitVersion,asbjornu/GitVersion,gep13/GitVersion,ParticularLabs/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,GitTools... | src/GitVersionCore/Configuration/ConfigExtensions.cs | mit | 1,589,201,918 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using GitVersion.Extensions;
using GitVersion.Logging;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation;
namespace GitVersion.Configuration
{
public static class ConfigExtensions
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using GitVersion.Extensions;
using GitVersion.Logging;
using GitVersion.Model.Configuration;
using GitVersion.VersionCalculation;
namespace GitVersion.Configuration
{
public static class ConfigExtensions
{
... |
df99d91f264a1d4d04e48d75c8808b4715ac56f6 | Add NO_ERROR constant. (#119) | Add NO_ERROR constant. (#119)
| dahall/vanara | PInvoke/Shared/WinError/Win32Error.Values.cs | mit | 1,589,201,051 | 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 NERR_Success = 0x00000000;
/// <summary>Incorrect function... |
984f27c107ed817ee677a4642e995c594b8805db | Add simple retry logic on file copy failure (may be in use) | Add simple retry logic on file copy failure (may be in use)
| smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,peppy/osu | osu.Game/IO/OsuStorage.cs | mit | 1,589,200,784 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namespace osu.Game.IO
{
pu... |
4d7c89b00420041a9f5ef01b5b27e2b4894f061e | make CreateScaledBitmap an instance method | make CreateScaledBitmap an instance method
| AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,wieslawsol... | src/Avalonia.Visuals/Media/Imaging/Bitmap.cs | mit | 1,589,200,387 | using System;
using System.IO;
using Avalonia.Platform;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Imaging;
namespace Avalonia.Media.Imaging
{
/// <summary>
/// Holds a bitmap image.
/// </summary>
public class Bitmap : IBitmap
{
/// <summary>
/// Loads a Bitmap from a s... | using System;
using System.IO;
using Avalonia.Platform;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Imaging;
namespace Avalonia.Media.Imaging
{
/// <summary>
/// Holds a bitmap image.
/// </summary>
public class Bitmap : IBitmap
{
/// <summary>
/// Loads a Bitmap from a s... |
5f3a07dfa8079fc65814ad436d6365b300aba128 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,198,834 | #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-... |
6be68b3005909015185a20c5e410e55cae2963c2 | add NoIntercept | add NoIntercept
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Aspect/AttributeInterceptorResolver.cs | mit | 1,589,197,528 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using WeihanLi.Common.Helpers;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
public abstract class AbstractInterceptor : Attribute, IInterceptor
{
public abstract T... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using WeihanLi.Common.Helpers;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
public abstract class AbstractInterceptor : Attribute, IInterceptor
{
public abstract T... |
73008217eeae9f31c71726aea58a5b90399cfda1 | Disable endpoint routing | Disable endpoint routing
| andyfmiller/LtiLibrary | test/LtiLibrary.AspNetCore.Tests/Startup.cs | apache-2.0 | 1,589,197,217 | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace LtiLibrary.AspNetCore.Tests
{
public class Startup
{
// ReSharper disable once UnusedParameter.Local
public Startup(IHostingEnvi... | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace LtiLibrary.AspNetCore.Tests
{
public class Startup
{
// ReSharper disable once UnusedParameter.Local
public Startup(IHostingEnvi... |
e03f403532aae87e512badc0942537e0c60c5b57 | Enable endpoint routing | Enable endpoint routing
| andyfmiller/LtiLibrary | test/LtiLibrary.AspNetCore.Tests/Startup.cs | apache-2.0 | 1,589,196,992 | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace LtiLibrary.AspNetCore.Tests
{
public class Startup
{
// ReSharper disable once UnusedParameter.Local
public Startup(IHostingEnvi... | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace LtiLibrary.AspNetCore.Tests
{
public class Startup
{
// ReSharper disable once UnusedParameter.Local
public Startup(IHostingEnvi... |
e5b4c668e0a88c42574eec20340199068703336f | whole site breaks if upgrading to newer umbraco | whole site breaks if upgrading to newer umbraco
This fix checks, if the saved ids are in new UDI or old ID format and gets the content from the cache by old id if it cannot be converted to new UDI format
| OPTEN/OP10-Multiple-Media-Picker,OPTEN/OP10-Multiple-Media-Picker,OPTEN/OP10-Multiple-Media-Picker | OP10.MultipleMediaPicker/PropertyEditors/ValueConverters/OP10MultipleMediaPickerPropertyConverter.cs | mit | 1,589,196,762 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Services;
using Umbraco.Web;
namespace O... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Core.PropertyEditors;
using Umbraco.Core.Services;
using Umbraco.Web;
namespace O... |
0a37a6290804d1cb362db4a2d35d4e59828edb6c | add checking of add dictionary | add checking of add dictionary
| NDark/ndinfrastructure,NDark/ndinfrastructure | Unity/ABFetcher/AssetBundleManager/AssetBundleManager.cs | mit | 1,589,196,579 | // #define ENABLE_NDINFRA_ONE_BUNDLE
// #define ENABLE_NDINFRA_CUSTOM
// #define ENABLE_NDINFRA_DEBUG_INFO
// #define ENABLE_NDINFRA_NO_LOG
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using System.Collections;
using System.Collections.Generic;
/*
In this demo, we demonstrate:
1. Automatic a... | // #define ENABLE_NDINFRA_ONE_BUNDLE
// #define ENABLE_NDINFRA_CUSTOM
// #define ENABLE_NDINFRA_DEBUG_INFO
// #define ENABLE_NDINFRA_NO_LOG
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using System.Collections;
using System.Collections.Generic;
/*
In this demo, we demonstrate:
1. Automatic a... |
071eca831425b4bea0aab2a936f44fcee26c5781 | Changed log category | Changed log category
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Construction/MachineFrame.cs | agpl-3.0 | 1,589,196,546 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
namespace Machines
{
[System.Serializable]
public class AllowedTraitList
{
public AllowedTraitList()
{
}
public AllowedTraitList(ItemTrait allowedTrait)
{
AllowedTrait = allowedTrait;
}
public ItemTrait ... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
namespace Machines
{
[System.Serializable]
public class AllowedTraitList
{
public AllowedTraitList()
{
}
public AllowedTraitList(ItemTrait allowedTrait)
{
AllowedTrait = allowedTrait;
}
public ItemTrait ... |
658bc6ce4d695980c0cb175ac8440b15758ceb16 | (GH-2093) Fix position of validation popup on TransitioningContentControl | (GH-2093) Fix position of validation popup on TransitioningContentControl
| MahApps/MahApps.Metro,batzen/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro | src/MahApps.Metro/Controls/CustomValidationPopup.cs | mit | 1,589,196,272 | using ControlzEx.Native;
using ControlzEx.Standard;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Interop;
namespace MahApps.Metro.Controls
{
/// <summary>
/// This custom popup is used by the valida... | using ControlzEx.Native;
using ControlzEx.Standard;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Interop;
namespace MahApps.Metro.Controls
{
/// <summary>
/// This custom popup is used by the valida... |
30154580d50e0205b4a7e92c56824c402882015a | remove debug print from AbnormalityIndicatorBase | remove debug print from AbnormalityIndicatorBase
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/UI/Controls/Abnormalities/AbnormalityIndicatorBase.cs | mit | 1,589,196,225 | using System;
using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media.Animation;
using Nostrum.Controls;
using Nostrum.Factories;
using TCC.Data.Abnormalities;
using TCC.UI.Windows.Widgets;
using TCC.Utils;
namespace TCC.UI.Controls.Abno... | using System;
using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media.Animation;
using Nostrum.Controls;
using Nostrum.Factories;
using TCC.Data.Abnormalities;
using TCC.UI.Windows.Widgets;
using TCC.Utils;
namespace TCC.UI.Controls.Abno... |
2f59889835b1797b6f31f2366de3c0a509fc7b82 | add DisposableAction | add DisposableAction
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/NullDisposable.cs | mit | 1,589,195,709 | using System;
using System.Threading;
namespace WeihanLi.Common
{
/// <summary>
/// A singleton disposable that does nothing when disposed.
/// </summary>
public sealed class NullDisposable : IDisposable
{
private NullDisposable()
{
}
public void Dispose()
... | using System;
namespace WeihanLi.Common
{
/// <summary>
/// A singleton disposable that does nothing when disposed.
/// </summary>
public sealed class NullDisposable : IDisposable
{
private NullDisposable()
{
}
public void Dispose()
{
}
///... |
3d8eb14f307112ca40617f8e1093076d1639a243 | fix: Small issues after testing with BackendTester | fix: Small issues after testing with BackendTester
| mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati | Duplicati.Library.Backend.Tardigrade/TardigradeBackend.cs | lgpl-2.1 | 1,589,193,257 | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
using uplink.NET.Services;
namespace Dupl... | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
using uplink.NET.Services;
namespace Duplicati.Library.Backend.Tardigrad... |
4c8b07787987d2d5815a8eef6301f731d19f2941 | #144 - Add type cast to int for rational returned values. | #144 - Add type cast to int for rational returned values.
| techyian/MMALSharp,techyian/MMALSharp | src/MMALSharp/MMALCameraExtensions.cs | mit | 1,589,192,868 | // <copyright file="MMALCameraExtensions.cs" company="Techyian">
// Copyright (c) Ian Auty. All rights reserved.
// Licensed under the MIT License. Please see LICENSE.txt for License info.
// </copyright>
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Text;
using Microsoft.Exte... | // <copyright file="MMALCameraExtensions.cs" company="Techyian">
// Copyright (c) Ian Auty. All rights reserved.
// Licensed under the MIT License. Please see LICENSE.txt for License info.
// </copyright>
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Text;
using Microsoft.Exte... |
6308e6d58f008651574a84b776bb7d83b81c8021 | marking method for no-inline | marking method for no-inline
| ipjohnson/Grace | src/Grace/DependencyInjection/Impl/ActivationStrategyDelegateCache.cs | mit | 1,589,192,396 | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text;
using Grace.Data.Immutable;
using Grace.Utilities;
namespace Grace.DependencyInjection.Impl
{
/// <summary>
/// Cache of activation delegates
/// </summary>
public class ActivationStrategyDelegate... | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text;
using Grace.Data.Immutable;
using Grace.Utilities;
namespace Grace.DependencyInjection.Impl
{
/// <summary>
/// Cache of activation delegates
/// </summary>
public class ActivationStrategyDelegate... |
36e26530f18c2b5452d15e82f69cbd6daf9eed86 | Fiks deprecation warning | Fiks deprecation warning
| digipost/digipost-api-client-dotnet | Digipost.Api.Client.Common/Utilities/LoggingUtility.cs | apache-2.0 | 1,589,191,162 | using System;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using NLog.Extensions.Logging;
namespace Digipost.Api.Client.Common.Utilities
{
public static class LoggingUtility
{
internal static IServiceProvider CreateServiceProviderAndSetUpLogging()
{
... | using System;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using NLog.Extensions.Logging;
namespace Digipost.Api.Client.Common.Utilities
{
public static class LoggingUtility
{
internal static IServiceProvider CreateServiceProviderAndSetUpLogging()
... |
bcc0d9e4834b0b7a4735632a5e51bca637637375 | Updating link to wiki page | Updating link to wiki page | KoenZomers/KeePassOneDriveSync | KoenZomers.KeePass.OneDriveSync/Forms/OneDriveGraphDeviceLoginForm.cs | epl-1.0 | 1,589,190,756 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Windows.Forms;
using KoenZomers.OneDrive.Api;
using Newtonsoft.Json;
namespace KoenZomersKeePassOneDriveSync
{
/// <summary>
/// Performs authentication against the Microsoft Graph API using the Device Code ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Windows.Forms;
using KoenZomers.OneDrive.Api;
using Newtonsoft.Json;
namespace KoenZomersKeePassOneDriveSync
{
/// <summary>
/// Performs authentication against the Microsoft Graph API using the Device Code ... |
374e63bfbd1e903e64ffbec279aaae71f0024042 | chore: minor #55 | chore: minor #55
| godrose/Solid,godrose/Solid | Solid.Cli/specs/Solid.Cli.Specs.Steps/TemplateGenerationSteps.cs | apache-2.0 | 1,589,190,474 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using FluentAssertions;
using JetBrains.Annotations;
using Solid.Cli.Specs.Tests.Contracts;
using TechTalk.SpecFlow;
using TechTalk.SpecFlow.Assist;
namespace Solid.Cli.Specs.Steps
{
static c... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using FluentAssertions;
using JetBrains.Annotations;
using Solid.Cli.Specs.Tests.Contracts;
using TechTalk.SpecFlow;
using TechTalk.SpecFlow.Assist;
namespace Solid.Cli.Specs.Steps
{
[Binding... |
2b74853881bd632f069cd4e1f1643b0c02e63fd8 | pull request aufgrabe udemy tutorial | pull request aufgrabe udemy tutorial
Aufgabe erledigt | LMStudent/hallo-github | HalloGitHub/Program.cs | cc0-1.0 | 1,589,190,390 | using System;
using System.IO;
using System.Net;
namespace HalloGitHub
{
class Program
{
private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart";
static void Main(string[] args)
{
Console.WriteLine("... | using System;
using System.IO;
using System.Net;
namespace HalloGitHub
{
class Program
{
private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart";
static void Main(string[] args)
{
Console.WriteLine("... |
60af0c61f3384f51dd5e07f30357f31454f25f3a | (GH-3356, GH-2093) Fix Codacy/PR Quality Review | (GH-3356, GH-2093) Fix Codacy/PR Quality Review
| batzen/MahApps.Metro,MahApps/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,ye4241/MahApps.Metro | src/MahApps.Metro/Controls/CustomValidationPopup.cs | mit | 1,589,190,056 | using ControlzEx.Native;
using ControlzEx.Standard;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Interop;
namespace MahApps.Metro.Controls
{
/// <summary>
/// This custom popup is used by the valida... | using ControlzEx.Native;
using ControlzEx.Standard;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Interop;
namespace MahApps.Metro.Controls
{
/// <summary>
/// This custom popup is used by the valida... |
fce31b2782e29571c9faa695b5a645ac93a2295e | update rsx decompiler check | update rsx decompiler check
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs | lgpl-2.1 | 1,589,189,558 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.EventHandlers;
using CompatBot.EventHandlers.LogParsing.POCOs;
using DSharpPlus;
using DSharpPlus.Entit... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.EventHandlers;
using CompatBot.EventHandlers.LogParsing.POCOs;
using DSharpPlus;
using DSharpPlus.Entit... |
a97d3d8b22ea8849609e8fc5688416d0ce44943e | Update Oracle | Update Oracle
| sunkaixuan/SqlSugar | Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/Oracle/OracleProvider.cs | apache-2.0 | 1,589,188,018 | using Oracle.ManagedDataAccess.Client;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace SqlSugar
{
public class OracleProvider... | using Oracle.ManagedDataAccess.Client;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace SqlSugar
{
public class OracleProvider... |
990fabe66dfca66c2183eaca5c9de5b955561b44 | ORACLE performance optimizing | ORACLE performance optimizing
| sunkaixuan/SqlSugar | Src/Asp.Net/SqlSugar/Realization/Oracle/OracleProvider.cs | apache-2.0 | 1,589,187,841 | using Oracle.ManagedDataAccess.Client;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace SqlSugar
{
public class OracleProvider... | using Oracle.ManagedDataAccess.Client;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace SqlSugar
{
public class OracleProvider... |
165c4347785aaf8c99416e1cf3a6db191af1a63d | make sure PlayerHealth is actually initialized properly | make sure PlayerHealth is actually initialized properly
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Health/Living/HumanHealth/PlayerHealth.cs | agpl-3.0 | 1,589,187,013 | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... |
b1d34acdc6d5f147dedfca202d424fa51235b348 | Handle requesting children of unrealized containers. | Handle requesting children of unrealized containers.
| Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Pers... | src/Avalonia.Controls/TreeView.cs | mit | 1,589,186,141 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Utils;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Inter... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Utils;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Inter... |
7481201d3168fe9f8bb258efc32383eaf3ee3890 | Null check register player | Null check register player
| krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Health/Living/HumanHealth/PlayerHealth.cs | agpl-3.0 | 1,589,185,718 | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... |
ca6e6f7496f5468df67644e47c6b1c01bd0b82c6 | Add required parameter for android build | Add required parameter for android build
| UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game.Tests/Beatmaps/Formats/LegacyBeatmapEncoderTest.cs | mit | 1,589,185,571 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NUnit.Framework;
using osu.Framewor... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NUnit.Framework;
using osu.Framewor... |
fb01f2ccb76466b132f70172cac593ff487f9a38 | Fix validation retry back-off | Fix validation retry back-off
| webprofusion/Certify | src/Certify.Providers/ACME/Certes/CertesACMEProvider.cs | mit | 1,589,185,496 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Certes;
using Certes.Acme;
using Certes.Acme.Resource;
using Certify.Models;
using Cer... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Certes;
using Certes.Acme;
using Certes.Acme.Resource;
using Certify.Models;
using Cert... |
f70c717a9a1f88182dd7375f7fc128ec774c65e1 | Plugins can load from subfolder or main folder | Plugins can load from subfolder or main folder
| webprofusion/Certify | src/Certify.Shared/Management/PluginManager.cs | mit | 1,589,185,443 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using Certify.Models.Plugins;
using Certify.Providers.DeploymentTasks;
using Serilog;
namespace Certify.Management
{
public class PluginManager
{
public ILicensingMana... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using Certify.Models.Plugins;
using Certify.Providers.DeploymentTasks;
using Serilog;
namespace Certify.Management
{
public class PluginManager
{
public ILicensingMana... |
b7451e8b563769c7b75c0df062ca76f607799e42 | Bump shared version | Bump shared version
| thinktecture/relayserver,thinktecture/relayserver,thinktecture/relayserver | Shared/AssemblyInfo.shared.cs | bsd-3-clause | 1,589,184,829 | using System.Reflection;
// WARNING: This file is shared between all RelayServer .NET projects
[assembly: AssemblyCompany("Thinktecture AG")]
[assembly: AssemblyProduct("Thinktecture RelayServer")]
[assembly: AssemblyCopyright("Copyright © Thinktecture AG 2015 - 2020. All rights reserved.")]
[assembly: AssemblyTradem... | using System.Reflection;
// WARNING: This file is shared between all RelayServer .NET projects
[assembly: AssemblyCompany("Thinktecture AG")]
[assembly: AssemblyProduct("Thinktecture RelayServer")]
[assembly: AssemblyCopyright("Copyright © Thinktecture AG 2015 - 2020. All rights reserved.")]
[assembly: AssemblyTradem... |
8e137038f57cfb660e4121afa99f5c505df89800 | Oppdater versjon i SharedAssemblyInfo | Oppdater versjon i SharedAssemblyInfo
Quick fix til vi finner ut hvilken property som styrer disse feltene
| digipost/digipost-api-client-dotnet | SharedAssemblyInfo.cs | apache-2.0 | 1,589,184,401 | using System.Reflection;
[assembly: AssemblyCompany("Digipost AS")]
[assembly: AssemblyTrademark("Digipost AS")]
[assembly: AssemblyProduct("Digipost API Client")]
[assembly: AssemblyDescription("Digipost Client library for API integration.")]
[assembly: AssemblyVersion("12.0.0")]
[assembly: AssemblyFileVersion("12.0... | using System.Reflection;
[assembly: AssemblyCompany("Digipost AS")]
[assembly: AssemblyTrademark("Digipost AS")]
[assembly: AssemblyProduct("Digipost API Client")]
[assembly: AssemblyDescription("Digipost Client library for API integration.")]
[assembly: AssemblyVersion("8.3.0")]
[assembly: AssemblyFileVersion("8.3.0... |
50d00c8cae2473f83e46c5d29b6b7053ff961737 | 関数記述方法の簡略化 | 関数記述方法の簡略化
| zenuas/Roku,zenuas/Roku | src/Compiler/Lookup.cs | mit | 1,589,183,517 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... |
f1d6c5656907d5bf54fd42450106664465758292 | mczerniawski as mvp | mczerniawski as mvp
| planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell | src/Firehose.Web/Authors/MateuszCzerniawski.cs | mit | 1,589,183,050 | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class MateuszCzerniawski : IAmAMicrosoftMVP
{
public string FirstName => "Mateusz";
public strin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class MateuszCzerniawski : IAmACommunityMember
{
public string FirstName => "Mateusz";
public st... |
7f7d5e6617a127de2729e01b53b7c7b34608dfc1 | Fix apparently required argument | Fix apparently required argument
| smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu | osu.Game.Tests/Beatmaps/Formats/LegacyBeatmapEncoderTest.cs | mit | 1,589,182,628 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NUnit.Framework;
using osu.Framewor... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Audio.Track;
usin... |
ee22e56684e2e9deb0954962d2f3c4b22d5c577e | Updating link to Refresh Token help on wiki | Updating link to Refresh Token help on wiki | KoenZomers/KeePassOneDriveSync | KoenZomers.KeePass.OneDriveSync/Forms/OneDriveRefreshTokenStorageDialog.cs | epl-1.0 | 1,589,182,278 | using System;
using System.Windows.Forms;
using KoenZomers.KeePass.OneDriveSync;
using KoenZomers.KeePass.OneDriveSync.Enums;
namespace KoenZomersKeePassOneDriveSync
{
public partial class OneDriveRefreshTokenStorageDialog : Form
{
/// <summary>
/// Configuration of the database for which this... | using System;
using System.Windows.Forms;
using KoenZomers.KeePass.OneDriveSync;
using KoenZomers.KeePass.OneDriveSync.Enums;
namespace KoenZomersKeePassOneDriveSync
{
public partial class OneDriveRefreshTokenStorageDialog : Form
{
/// <summary>
/// Configuration of the database for which this... |
ee7ea59f5431ac74f4e3422242ad48b5e32c6411 | Remove @ from property name AllowCleanupFields. | Remove @ from property name AllowCleanupFields.
| delawarePro/sitecore-data-blaster | src/Sitecore.DataBlaster/Load/BulkLoadContext.cs | mit | 1,589,182,257 | using System;
using System.Collections.Generic;
using System.Linq;
using log4net;
using Sitecore.Buckets.Util;
using Sitecore.ContentSearch;
using Sitecore.Data.Items;
using Sitecore.Diagnostics;
namespace Sitecore.DataBlaster.Load
{
/// <summary>
/// Should be created a fresh for every bulk import action.
... | using System;
using System.Collections.Generic;
using System.Linq;
using log4net;
using Sitecore.Buckets.Util;
using Sitecore.ContentSearch;
using Sitecore.Data.Items;
using Sitecore.Diagnostics;
namespace Sitecore.DataBlaster.Load
{
/// <summary>
/// Should be created a fresh for every bulk import action.
... |
93440874db8d92e300d0e62508e5cf44e343f4bb | Refactor beatmap encoder test to be a bit easier to understand | Refactor beatmap encoder test to be a bit easier to understand
| NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu | osu.Game.Tests/Beatmaps/Formats/LegacyBeatmapEncoderTest.cs | mit | 1,589,182,254 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Audio.Track;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Audio.Track;
usin... |
7c5e8473aa14e648fbe48b2a1507f983413df651 | fix misspelling | fix misspelling
| signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework | Signum.Entities/EnumMessages.cs | mit | 1,589,181,907 |
using Signum.Utilities;
using System;
using System.ComponentModel;
namespace Signum.Entities
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public sealed class AllowUnathenticatedAttribute : Attribute
... |
using Signum.Utilities;
using System;
using System.ComponentModel;
namespace Signum.Entities
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public sealed class AllowUnathenticatedAttribute : Attribute
... |
76fc596234971ec579a589b434b11b4246eeeefa | Fix StringFunctions.Escape | Fix StringFunctions.Escape
| textamina/scriban,lunet-io/scriban | src/Scriban/Functions/StringFunctions.cs | bsd-2-clause | 1,589,179,451 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Globalization;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
u... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Globalization;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
u... |
1b87df7ca14baf51dfa2bd228427cbe170f41d35 | Fixed version number | Fixed version number
| quicoli/WPF-AutoComplete-TextBox | AutoCompleteTextBox/AutoCompleteTextBox/Properties/AssemblyInfo.cs | mit | 1,589,179,298 | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;
// 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: Assem... | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;
// 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: Assem... |
26f9b9674eaa1c99c004e0409acf75bc8571e6a9 | Fixes rejoin ui when your player is hidden | Fixes rejoin ui when your player is hidden
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Player/PlayerManager.cs | agpl-3.0 | 1,589,178,335 | using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Newtonsoft.Json;
using UnityEngine;
using UnityEngine.SceneManagement;
public class PlayerManager : MonoBehaviour
{
private static PlayerManager playerManager;
public static IPlayerControllable MovementControlla... | using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Newtonsoft.Json;
using UnityEngine;
using UnityEngine.SceneManagement;
public class PlayerManager : MonoBehaviour
{
private static PlayerManager playerManager;
public static IPlayerControllable MovementControlla... |
7a95da983d04f39b9d5b2c56c9ee61477e9294f5 | PNA check on PlayerHealth | PNA check on PlayerHealth
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Health/Living/HumanHealth/PlayerHealth.cs | agpl-3.0 | 1,589,177,548 | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... |
601e6de3a61f5a090833b769736f0b7477b15a44 | 不要なusingの除去 | 不要なusingの除去
| zenuas/Roku,zenuas/Roku | src/Parser/Lexer.1.cs | mit | 1,589,177,283 | using Extensions;
using Roku.Node;
using System.Collections.Generic;
using System.Text;
namespace Roku.Parser
{
public partial class Lexer : ILexer<INode>
{
public SourceCodeReader BaseReader { get; }
public Parser? Parser { get; set; }
public List<Token> Store { get; } = new List<Toke... | using Extensions;
using Roku.Node;
using System;
using System.Collections.Generic;
using System.Text;
namespace Roku.Parser
{
public partial class Lexer : ILexer<INode>
{
public SourceCodeReader BaseReader { get; }
public Parser? Parser { get; set; }
public List<Token> Store { get; } =... |
82f359110d5a29a4ebca5d807154461815826dda | Fix usage of params type | Fix usage of params type
| lunet-io/scriban,textamina/scriban | src/Scriban/Runtime/DelegateCustomFunction.cs | bsd-2-clause | 1,589,177,276 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Reflection;
using System.Threading.Tasks;
using Scriban.Parsing;
using Scriban.Syntax;
namespace Scriban.Runtime
{
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Reflection;
using System.Threading.Tasks;
using Scriban.Parsing;
using Scriban.Syntax;
namespace Scriban.Runtime
{
... |
23b05d424eb023ee471ad22e124b3561e36bc58d | Add debugger type proxy for ScriptArray | Add debugger type proxy for ScriptArray
| textamina/scriban,lunet-io/scriban | src/Scriban/Runtime/ScriptArray.cs | bsd-2-clause | 1,589,177,242 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.Compile... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using Scriban.F... |
04ffe032dc7aadde41f6cffaaf42536c0a58f9a1 | Fixes hand double click from CanFocus | Fixes hand double click from CanFocus
| space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Client/UserInterface/HandsGui.cs | mit | 1,589,176,094 | using Content.Client.GameObjects;
using Content.Client.Interfaces.GameObjects;
using Content.Client.Utility;
using Content.Shared.Input;
using Robust.Client.Interfaces.GameObjects.Components;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.Player;
using Robust.Client.UserInterface;
using Robust.... | using Content.Client.GameObjects;
using Content.Client.Interfaces.GameObjects;
using Content.Client.Utility;
using Content.Shared.Input;
using Robust.Client.Interfaces.GameObjects.Components;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.Player;
using Robust.Client.UserInterface;
using Robust.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.