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 |
|---|---|---|---|---|---|---|---|---|
48d86a6037f794059961aa167a4720e9611ac01a | Add logic to prune bootstrap layout. | Add logic to prune bootstrap layout.
| KirillOsenkov/MSBuildTools | src/ToolsetLayout/Program.cs | mit | 1,587,790,014 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace ToolsetLayout
{
public class Entrypoint
{
static void Main(string[] args)
{
var bootstrapRoot = @"C:\msbuild\artifacts\bin\bootstrap\net472";
new Bootstrap(bootst... | using System;
namespace ToolsetLayout
{
public class Entrypoint
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
|
6eaafd883bf1376cb5acdb530f1408c26a7d8775 | Release 1.18.4 | Release 1.18.4
| chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | Version.cs | mit | 1,587,789,343 | using System.Reflection;
using Version = TweetDuck.Version;
[assembly: AssemblyVersion(Version.Tag)]
[assembly: AssemblyFileVersion(Version.Tag)]
namespace TweetDuck{
internal static class Version{
public const string Tag = "1.18.4";
}
}
| using System.Reflection;
using Version = TweetDuck.Version;
[assembly: AssemblyVersion(Version.Tag)]
[assembly: AssemblyFileVersion(Version.Tag)]
namespace TweetDuck{
internal static class Version{
public const string Tag = "1.18.3";
}
}
|
9f83523eb9ce016221a4b4619a3770f0a7e7b214 | Actually return job error codes in the API | Actually return job error codes in the API
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Models/Job.cs | agpl-3.0 | 1,587,788,574 | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Models
{
/// <inheritdoc />
public sealed class Job : Api.Models.Internal.Job
{
/// <summary>
/// See <see cref="A... | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Models
{
/// <inheritdoc />
public sealed class Job : Api.Models.Internal.Job
{
/// <summary>
/// See <see cref="A... |
b5f26d3ab65a1c9655a73920029385255a3bdf37 | Revert "try list appveyor installed apps" | Revert "try list appveyor installed apps"
This reverts commit c393bd6fdd2f02aa55cf19cd16dddff548b3fee4.
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,787,766 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Progra... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Progra... |
3dcf71a35cb4b435a488188e72b2f5ac2fbce6ff | Content is now tied to date and reloads if content is out of date. | Content is now tied to date and reloads if content is out of date.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/FlatRedBall.AnimationEditorForms/Content/DateCheckingContentLoader.cs | mit | 1,587,787,530 | using Microsoft.Xna.Framework.Graphics;
using RenderingLibrary;
using RenderingLibrary.Content;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ToolsUtilities;
namespace FlatRedBall.AnimationEditorForms.Content
{
class DateReferencingConten... | using Microsoft.Xna.Framework.Graphics;
using RenderingLibrary;
using RenderingLibrary.Content;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ToolsUtilities;
namespace FlatRedBall.AnimationEditorForms.Content
{
public class DateCheckingCo... |
38a9b669a43167efd0d78ad17396206d163a211a | use pattern matching when writing xdata | use pattern matching when writing xdata
| IxMilia/Dxf,IxMilia/Dxf | src/IxMilia.Dxf/DxfXData.cs | apache-2.0 | 1,587,786,963 | // Copyright (c) IxMilia. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IxMilia.Dxf.Collections;
namespace IxMilia.Dxf
{
public... | // Copyright (c) IxMilia. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IxMilia.Dxf.Collections;
namespace IxMilia.Dxf
{
public... |
5961a80b23a507168bdca02c8fe6f8f59f6dbb14 | Fix blank notifications on certain hardware configurations w/ disabled acceleration | Fix blank notifications on certain hardware configurations w/ disabled acceleration
Closes #274
| chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | Utils/BrowserUtils.cs | mit | 1,587,786,437 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Windows.Forms;
using CefSharp;
using CefSharp.WinForms;
using TweetDuck.Browser;
using TweetDuck.Configuration;
using TweetDuck.Dialogs;
using TweetDuck.Management;
using TweetLib.Core.Features.Twitter;
namespace T... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Windows.Forms;
using CefSharp;
using CefSharp.WinForms;
using TweetDuck.Browser;
using TweetDuck.Configuration;
using TweetDuck.Dialogs;
using TweetDuck.Management;
using TweetLib.Core.Features.Twitter;
namespace T... |
0126df4c3488948c004fc22406a5d76cf6485cf3 | Update Posh-Acme providers | Update Posh-Acme providers
| webprofusion/Certify | src/Certify.Core/Management/Challenges/DNS/DnsProviderPoshACME.cs | mit | 1,587,785,967 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Certify.Management;
using Certify.Models.Config;
using Certify.Models.Providers;
using Microsoft.ApplicationInsights.DataContracts;
namespace Certify.Core.Management.Chal... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Certify.Management;
using Certify.Models.Config;
using Certify.Models.Providers;
using Microsoft.ApplicationInsights.DataContracts;
namespace Certify.Core.Management.Chal... |
1f455f36bd18839375beb1c377f08c789b302e3e | Fix deployment task step preview | Fix deployment task step preview
| webprofusion/Certify | src/Certify.UI/Controls/ManagedCertificate/Preview.xaml.cs | mit | 1,587,785,544 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
using Certify.Models;
namespace Certify.UI.Controls.ManagedCertificate
{
/// <summary>
/// Interaction logic for Preview.xaml
/// </summary... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
using Certify.Models;
namespace Certify.UI.Controls.ManagedCertificate
{
/// <summary>
/// Interaction logic for Preview.xaml
/// </summary... |
5c89af0850f14222b26a50769dae03b5ff823cf6 | Added using statement that needs to go with pull request | Added using statement that needs to go with pull request
| sjdirect/abot | Abot2/Core/WebContentExtractor.cs | apache-2.0 | 1,587,785,460 | using System;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Abot2.Poco;
using Serilog;
namespace Abot2.Core
{
public interface IWebContentExtractor : IDisposable
{
T... | using System;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Abot2.Poco;
using Serilog;
namespace Abot2.Core
{
public interface IWebContentExtractor : IDisposable
{
Task<PageContent> ... |
e609f492abf5b311222b959b346601cb0f1be866 | Added new content loader for doing date caching. | Added new content loader for doing date caching.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/FlatRedBall.AnimationEditorForms/MainControl.cs | mit | 1,587,785,052 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using FlatRedBall.Graphics.Animation;
using FlatRedBall.Content.AnimationChain;
using FlatRedBall.SpecializedXnaControls;
using FlatRed... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using FlatRedBall.Graphics.Animation;
using FlatRedBall.Content.AnimationChain;
using FlatRedBall.SpecializedXnaControls;
using FlatRed... |
c486132d73118bb96bd73ff3f54887c38f571d34 | Fix missing Read with encodin in abot2 | Fix missing Read with encodin in abot2
Signed-off-by: sjdirect <9082d6775da408be38418769f298d802995c741d@gmail.com>
| sjdirect/abot | Abot2/Core/WebContentExtractor.cs | apache-2.0 | 1,587,784,742 | using System;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Abot2.Poco;
using Serilog;
namespace Abot2.Core
{
public interface IWebContentExtractor : IDisposable
{
Task<PageContent> ... | using System;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Abot2.Poco;
using Serilog;
namespace Abot2.Core
{
public interface IWebContentExtractor : IDisposable
{
Task<PageContent> ... |
f0d4e69aa6c9fe46bf5c3f0ead907e002d1ed1d1 | #1584 Fully implement GetPropertyInfo expression overload | #1584 Fully implement GetPropertyInfo expression overload
| JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,MarimerLLC/csla,MarimerLLC/csla,rockfordlhotka/csla,JasonBock/csla,JasonBock/csla,rockfordlhotka/csla | Source/Csla.Blazor/ViewModel.cs | mit | 1,587,783,521 | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... |
1c39aed3ccfb18090da8801229bc43ea807870a9 | Assert client configuration correctly | Assert client configuration correctly
| duracellko/planningpoker4azure,duracellko/planningpoker4azure,duracellko/planningpoker4azure | test/Duracellko.PlanningPoker.E2ETest/E2ETestBase.cs | mit | 1,587,783,271 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Duracellko.PlanningPoker.E2ETest.Browser;
using Duracellko.PlanningPoker.E2ETest.Server;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Duracellko.PlanningPoker.E2ETest.Browser;
using Duracellko.PlanningPoker.E2ETest.Server;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.... |
1e07f1898012684226ea8b888f801c8c6bb65f7f | #1585 Eliminate RefreshAsync that accepts param array | #1585 Eliminate RefreshAsync that accepts param array
| rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla,rockfordlhotka/csla,rockfordlhotka/csla,JasonBock/csla | Source/Csla.Blazor/ViewModel.cs | mit | 1,587,782,192 | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... |
70a0dcbbec37541b577ece52b49b952a6f26ea23 | Fix a incorrect jsonProperty position | Fix a incorrect jsonProperty position
| clement911/ShopifySharp,nozzlegear/ShopifySharp | ShopifySharp/Entities/Order.cs | mit | 1,587,782,076 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace ShopifySharp
{
/// <summary>
/// An object representing a Shopify order.
/// </summary>
public class Order : ShopifyObject
{
/// <summary>
/// Unique identifier of the app who created the order.
... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace ShopifySharp
{
/// <summary>
/// An object representing a Shopify order.
/// </summary>
public class Order : ShopifyObject
{
/// <summary>
/// Unique identifier of the app who created the order.
... |
cd260216b9db58a73899723e9670a8aa1e59ae69 | FileUtils: Catch any time of Exception, e.g. ArgumentException from 'Illegal characters in path' | FileUtils: Catch any time of Exception, e.g. ArgumentException from 'Illegal characters in path'
| nicjansma/checksum-verifier | source/lib/FileUtils.cs | mit | 1,587,781,707 | // <copyright file="FileUtils.cs" company="Nic Jansma">
// Copyright (c) 2014 Nic Jansma All Right Reserved
// </copyright>
// <author>Nic Jansma</author>
namespace ChecksumVerifier
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System... | // <copyright file="FileUtils.cs" company="Nic Jansma">
// Copyright (c) 2014 Nic Jansma All Right Reserved
// </copyright>
// <author>Nic Jansma</author>
namespace ChecksumVerifier
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System... |
bcb921cd9d4e94ddc09afcad30833cba58717a17 | Add code to automatically delete the bad DLL | Add code to automatically delete the bad DLL
| TorchAPI/Torch,TorchAPI/Torch | Torch.Server/Program.cs | apache-2.0 | 1,587,781,640 | using System;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Reflection;
using System.ServiceProcess;
using System.Text;
using System.Threading;
using Microsoft.VisualBasic.Devices;
using NLog;
using NLog.Fluent;
using NLog.Targets;
using Torch... | using System;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Reflection;
using System.ServiceProcess;
using System.Text;
using System.Threading;
using Microsoft.VisualBasic.Devices;
using NLog;
using NLog.Fluent;
using NLog.Targets;
using Torch... |
c418b37e5ded057fddb4240ab6029a221200f2e9 | Fixed potential bug in process exit handling | Fixed potential bug in process exit handling
- Process.Exited can be called multiple times in certain circumstances.
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/System/ProcessExecutor.cs | agpl-3.0 | 1,587,779,085 | using Microsoft.Extensions.Logging;
using System;
using System.Text;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class ProcessExecutor : IProcessExecutor
{
/// <summary>
/// The <see cref="ILogger"/> for the <see cref="ProcessExecutor"/>
/// </summary>
r... | using Microsoft.Extensions.Logging;
using System;
using System.Text;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class ProcessExecutor : IProcessExecutor
{
/// <summary>
/// The <see cref="ILogger"/> for the <see cref="ProcessExecutor"/>
/// </summary>
r... |
9ee3667a0cac39a0f8abceaacc6d13f4cff8a68d | #1585 Add overload for RefreshAsync to accept data portal method | #1585 Add overload for RefreshAsync to accept data portal method
| rockfordlhotka/csla,rockfordlhotka/csla,rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla,JasonBock/csla,MarimerLLC/csla | Source/Csla.Blazor/ViewModel.cs | mit | 1,587,779,045 | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... |
b3151d908a0e686d742d40361afa2bd75f77b047 | Buffs release notes | Buffs release notes
Closes #922
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tools/ReleaseNotes/Program.cs | agpl-3.0 | 1,587,778,036 | 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;
namespace ReleaseNotes
{
/// <summary>
/// Contains the application entrypoint
/// </summary>
static class Program
{
/// <summary>
//... |
86c5230613a189a29864087f1f82f1f3ab737f67 | PortraitController move interrupt | PortraitController move interrupt
Now cancels any existing tweens on the central holder when a new move is issued. Now exhibits clear snapping rather than occasional jerking back n forth
| snozbot/fungus | Assets/Fungus/Scripts/Components/PortraitController.cs | mit | 1,587,777,969 | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using UnityEngine.UI;
using System;
using System.Collections;
using MoonSharp.Interpreter;
namespace F... | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using UnityEngine.UI;
using System;
using System.Collections;
using MoonSharp.Interpreter;
namespace F... |
a26162b44a8b05047f8585d872a349e269e0010e | Note the web CP is incomplete in the setup wizard | Note the web CP is incomplete in the setup wizard
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Setup/SetupWizard.cs | agpl-3.0 | 1,587,777,024 | using Microsoft.Data.Sqlite;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using MySql.Data.MySqlClient;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.SqlClient;
using System.Globalization... | using Microsoft.Data.Sqlite;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using MySql.Data.MySqlClient;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.SqlClient;
using System.Globalization... |
cd3072a9223717938a4b0d6eb9bc86a8484b9ab4 | (#57) Add UIMenu.DescriptionOverride | (#57) Add UIMenu.DescriptionOverride
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/UIMenu.cs | mit | 1,587,775,516 | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... |
3b9cc081ffc841bf4049ae1d0a0aff7bad2d8cda | Switch from using UnityEditorInternal API | Switch from using UnityEditorInternal API
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Tests/EditModeTests/Editor/ToolboxWindowTests.cs | mit | 1,587,775,308 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using NUnit.Framework;
using System.Collections;
using UnityEditor;
using UnityEngine.TestTools;
namespace Microsoft.Mi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using NUnit.Framework;
using System.Collections;
using UnityEditor;
using UnityEngine.TestTools;
namespace Microsoft.Mi... |
8d75a66424717af36e6527611f979b9ef1d0793c | formatting | formatting
| Kentico/Deliver-Dancing-Goat-.NET-MVC,Kentico/Deliver-Dancing-Goat-.NET-MVC | DancingGoat/TagHelpers/EditPanelTagHelper.cs | mit | 1,587,775,288 | using Kentico.Kontent.Delivery;
using Kentico.Kontent.Management.Helpers;
using Microsoft.AspNetCore.Razor.TagHelpers;
using Microsoft.Extensions.Options;
namespace DancingGoat.TagHelpers
{
[HtmlTargetElement("edit-panel", Attributes = "content-item-id,language")]
public class EditPanelTagHelper : TagHelper
... | using Kentico.Kontent.Delivery;
using Kentico.Kontent.Management.Helpers;
using Microsoft.AspNetCore.Razor.TagHelpers;
using Microsoft.Extensions.Options;
namespace DancingGoat.TagHelpers
{
[HtmlTargetElement("edit-panel", Attributes = "content-item-id,language")]
public class EditPanelTagHelper : TagHelper
... |
3b56ee84b19033c110e2b871bed6d78db23b3f31 | Spec unit tests to show behavior of OnActivating and OnActivated with decorators | Spec unit tests to show behavior of OnActivating and OnActivated with decorators
| autofac/Autofac,autofac/Autofac | test/Autofac.Specification.Test/Features/DecoratorTests.cs | mit | 1,587,775,263 | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Features.Decorators;
using Autofac.Features.Metadata;
using Autofac.Features.OwnedInstances;
using Xunit;
namespace Autofac.Specification.Test.Features
{
public class DecoratorTests
{
private interface IDecoratedService :... | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Features.Decorators;
using Autofac.Features.Metadata;
using Autofac.Features.OwnedInstances;
using Xunit;
namespace Autofac.Specification.Test.Features
{
public class DecoratorTests
{
private interface IDecoratedService :... |
6fd324a7f5d2468312f3dd8205f32eeae4f891df | Issue #1108 - Remove broadcast of OnActivating with decorated instance if decoration occured, as it is inconsistent with OnPreparing and OnActivated behavior | Issue #1108
- Remove broadcast of OnActivating with decorated instance if decoration occured, as it is inconsistent with OnPreparing and OnActivated behavior
| autofac/Autofac,autofac/Autofac | src/Autofac/Core/Resolving/InstanceLookup.cs | mit | 1,587,775,129 | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restric... |
0d27af2d9dde79524e49a0860b886272704fe771 | [GUIDNames] fix crash | [GUIDNames] fix crash
| overtools/OWLib | DataTool/Helper/IO.cs | mit | 1,587,774,995 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using TankLib;
using TACTLib.Core;
using static DataTool.Program;
namespace DataTool.H... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using TankLib;
using TACTLib.Core;
using static DataTool.Program;
namespace DataTool.H... |
3c123279b142ec369f87eb50e2d01c4d44e81518 | Don't run test in batch mode, where there's no UI and thus the toolbox won't successfully launch | Don't run test in batch mode, where there's no UI and thus the toolbox won't successfully launch
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Tests/EditModeTests/Editor/ToolboxWindowTests.cs | mit | 1,587,774,768 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using NUnit.Framework;
using System.Collections;
using UnityEditor;
using UnityEngine.TestTools;
namespace Microsoft.Mi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using NUnit.Framework;
using System.Collections;
using UnityEditor;
using UnityEngine.TestTools;
namespace Microsoft.Mi... |
9d06ca21dcf4f854c195747e4b0351824f2cb819 | Remove duplicate test and format | Remove duplicate test and format
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Tests/EditModeTests/Editor/ToolboxWindowTests.cs | mit | 1,587,774,738 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using NUnit.Framework;
using System.Collections;
using UnityEditor;
using UnityEngine.TestTools;
namespace Microsoft.Mi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using NUnit.Framework;
using System.Collections;
using UnityEditor;
using UnityEngine.TestTools;
using static Microsoft.... |
478e488590e7430defa417f25a6065a8a004ca89 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,587,773,873 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
ab81859896d118ae92db9ec3027e3bf702d306b2 | Remove drive space information | Remove drive space information
| StefanoRaggi/Lean,QuantConnect/Lean,QuantConnect/Lean,JKarathiya/Lean,AlexCatarino/Lean,jameschch/Lean,QuantConnect/Lean,jameschch/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean | Common/OS.cs | apache-2.0 | 1,587,772,580 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
df3e11fdf69d9586f5e15434590b8e93c75309a1 | Fix compilation issue in CSharp | Fix compilation issue in CSharp
| rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest | srcCs/perftest_publisher.cs | epl-1.0 | 1,587,771,778 | /*
* (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved.
* Subject to Eclipse Public License v1.0; see LICENSE.md for details.
*/
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices; // for DllImport]
using System.Threading;
using System.Text;
using System.Tim... | /*
* (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved.
* Subject to Eclipse Public License v1.0; see LICENSE.md for details.
*/
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices; // for DllImport]
using System.Threading;
using System.Text;
using System.Tim... |
ddff40c293fefa83311c94493c4313f41aef545e | Pass native pointers to bases in the generated C# | Pass native pointers to bases in the generated C#
Signed-off-by: Dimitar Dobrev <ca751a5c976abad79158718440750fc638d19ebc@protonmail.com>
| ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp | src/Generator/Generators/CSharp/CSharpSources.cs | mit | 1,587,771,697 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Parser;
using CppSharp.Types;
using CppSharp.Utils;
using Attribute = CppSharp.AST.At... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Parser;
using CppSharp.Types;
using CppSharp.Utils;
using Attribute = CppSharp.AST.At... |
da3c00af5d8471892d5e9297a382078e939da72d | Add support for CSharp | Add support for CSharp
| rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest | srcCs/RTIDDSImpl.cs | epl-1.0 | 1,587,771,412 | /*
* (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved.
* Subject to Eclipse Public License v1.0; see LICENSE.md for details.
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using DDS;
using NDDS;
namespace PerformanceTest
{
class RTIDDSImpl... | /*
* (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved.
* Subject to Eclipse Public License v1.0; see LICENSE.md for details.
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using DDS;
using NDDS;
namespace PerformanceTest
{
class RTIDDSImpl... |
4b60be87b591a2bb6d8b1b5378790e7a0509e478 | Move unranked label under multiplier number to avoid width changes | Move unranked label under multiplier number to avoid width changes
| ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,ppy/osu | osu.Game/Overlays/Mods/ModSelectOverlay.cs | mit | 1,587,771,281 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
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.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu... |
6ad3a0b2eefcf643d123af3ad33836b7cffab71e | Fix which JobException is thrown for git credentials errors | Fix which JobException is thrown for git credentials errors
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Repository/LibGit2RepositoryFactory.cs | agpl-3.0 | 1,587,771,016 | using LibGit2Sharp;
using LibGit2Sharp.Handlers;
using Microsoft.Extensions.Logging;
using System;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Jobs;
namespace Tgstation.Server.Host.Components.Repository
{
/// <inheritdoc />
sealed class LibGit2RepositoryFactory : ILibGit2Reposi... | using LibGit2Sharp;
using LibGit2Sharp.Handlers;
using Microsoft.Extensions.Logging;
using System;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Jobs;
namespace Tgstation.Server.Host.Components.Repository
{
/// <inheritdoc />
sealed class LibGit2RepositoryFactory : ILibGit2Reposi... |
0c32c35f722ff8ff1acecc811b0436a0490c5b6a | fix spatializer count cache update | fix spatializer count cache update
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/SpatializerUtilities.cs | mit | 1,587,769,549 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Editor;
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
/// Collection of utilities to manage the configured audio... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Editor;
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
/// Collection of utilities to manage the configured audio... |
a535567317f7b285fa5f9852e60774a8b9b6af5a | Fix inventory buttons going blank when switching mob. | Fix inventory buttons going blank when switching mob.
| space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Client/GameObjects/Components/HUD/Inventory/HumanInventoryInterfaceController.cs | mit | 1,587,769,103 | using Content.Client.Utility;
using JetBrains.Annotations;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.CustomControls;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.IoC;
using Robus... | // Only unused on .NET Core due to KeyValuePair.Deconstruct
// ReSharper disable once RedundantUsingDirective
using Content.Client.Utility;
using JetBrains.Annotations;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
using Robust.Client.... |
739e13089a108c12f93dc902b22add3ae04681e7 | feat: add actual number of max records to error message back end | feat: add actual number of max records to error message back end
#378
| agrc/deq-enviro,agrc/deq-enviro,agrc/deq-enviro | api/Deq.Search.Soe/Commands/Searches/QueryCommand.cs | mit | 1,587,767,927 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Deq.Search.Soe.Cache;
using Deq.Search.Soe.Extensions;
using Deq.Search.Soe.Infastructure.Commands;
using Deq.Search.Soe.Models;
using Deq.Search.Soe.Models.Search;
using ESRI.ArcGIS.Carto;
u... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Deq.Search.Soe.Cache;
using Deq.Search.Soe.Extensions;
using Deq.Search.Soe.Infastructure.Commands;
using Deq.Search.Soe.Models;
using Deq.Search.Soe.Models.Search;
using ESRI.ArcGIS.Carto;
u... |
b45ee3deccf40b7be1531a1b94290a9afa22b24c | Fixing license URL | Fixing license URL
| ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | mdresgen/PackIconKind.template.cs | mit | 1,587,767,855 | namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
/// <summary>
/// List of available icons for use with <see cref="PackIcon" />.
/// </summary>
/// <remarks>
... | namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
/// <summary>
/// List of available icons for use with <see cref="PackIcon" />.
/// </summary>
/// <remarks>
... |
0c4fdb3d3b7a07778e06eee38cd8a981bb96addf | Update via capitalization guidelines | Update via capitalization guidelines
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Inspectors/Toolbox/MixedRealityToolboxWindow.cs | mit | 1,587,767,755 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... |
69fe7df4ea42f51051726d222b8986f4e0765641 | Load JSON by GUID | Load JSON by GUID
| DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Inspectors/Toolbox/MixedRealityToolboxWindow.cs | mit | 1,587,767,606 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... |
79a3aa02c81723a34fab904209969d14ea900d5f | Add class documentation | Add class documentation
| killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Inspectors/Toolbox/MixedRealityToolboxWindow.cs | mit | 1,587,767,290 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... |
8872bf24137fa13349e59fff1a24f517bd0d0110 | GSF.PhasorProtocols.UI: Updated InputWizardDevices to guess phase for VSPM to be zero and added 161kV to voltage level guesses (plus general code cleanup). | GSF.PhasorProtocols.UI: Updated InputWizardDevices to guess phase for VSPM to be zero and added 161kV to voltage level guesses (plus general code cleanup).
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.PhasorProtocols/UI/WPF/ViewModels/InputWizardDevices.cs | mit | 1,587,767,097 | //******************************************************************************************************
// InputWizardDevices.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... | //******************************************************************************************************
// InputWizardDevices.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... |
1198eedd53bff2512a3796e898e4ebafb4f8dde8 | Abandon missions that are missing from missions event | Abandon missions that are missing from missions event
| andreaspada/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery | EliteDangerous/EliteDangerous/MissionList.cs | apache-2.0 | 1,587,766,232 | /*
* Copyright © 2016 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | /*
* Copyright © 2016 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
f65ef54de596bb0515da1a14a08cdd96cfc8b2b8 | GSF.PhasorProtocols.UI.WPF: Synchronized output stream phase option to those now allowed as inputs. | GSF.PhasorProtocols.UI.WPF: Synchronized output stream phase option to those now allowed as inputs.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.PhasorProtocols/UI/WPF/ViewModels/OutputStreamDevicePhasors.cs | mit | 1,587,766,225 | //******************************************************************************************************
// OutputStreamDevicePhasors.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreement... | //******************************************************************************************************
// OutputStreamDevicePhasors.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreement... |
50b5a6b1d46e8d4d52041259bc339237cc797dcf | Configuration. Fix credentials save. | Configuration. Fix credentials save.
| StockSharp/StockSharp | Configuration/Extensions.cs | apache-2.0 | 1,587,765,101 | #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/S... | #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/S... |
ae6578e2ffcb674bf5d1390cbfcf0b55262bd695 | Can now auto-add deep link and universal links to Android Manifest | Can now auto-add deep link and universal links to Android Manifest
Fixes #20
| GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity | Assets/Teak/Editor/TeakPreProcessDefiner.cs | apache-2.0 | 1,587,764,419 | using UnityEditor;
using UnityEditor.Build;
#if UNITY_2018_1_OR_NEWER
using UnityEditor.Build.Reporting;
#endif
using UnityEngine;
using System.IO;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using System.Collections.Generic;
class TeakPreProcessDefiner :
#if UNITY_2018_1_OR_NEWER
IPreprocessBuil... | using UnityEditor;
using UnityEditor.Build;
#if UNITY_2018_1_OR_NEWER
using UnityEditor.Build.Reporting;
#endif
using UnityEngine;
using System.Collections.Generic;
class TeakPreProcessDefiner :
#if UNITY_2018_1_OR_NEWER
IPreprocessBuildWithReport
#else
IPreprocessBuild
#endif
{
public int callbackOrder {... |
fc3e83bf08c5c95db432d03ab22b1033f0204aa1 | AB#7530 - Revert the default. | AB#7530 - Revert the default.
| CollabIP/Tethr.AudioBroker.SDK | src/Tethr.AudioBroker/Session/TethrSession.cs | mit | 1,587,762,849 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Authentication;
using System.Text;
using System.Threading.Tasks;
using Common.Logging;
using Newton... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Authentication;
using System.Text;
using System.Threading.Tasks;
using Common.Logging;
using Newton... |
2d2b2c3165fb066ef1e5ceaf0cb10f4b70641285 | AB#7530 - Add summary comment to Error status. | AB#7530 - Add summary comment to Error status.
| CollabIP/Tethr.AudioBroker.SDK | src/Tethr.AudioBroker/Model/SessionStatus.cs | mit | 1,587,762,385 | using System.Collections.Generic;
namespace Tethr.AudioBroker.Model
{
public enum CallStatus
{
/// <summary>
/// The call currently in progress.
/// </summary>
InProgress,
/// <summary>
/// The Call has completed, but we are still processing it.
/// </s... | using System.Collections.Generic;
namespace Tethr.AudioBroker.Model
{
public enum CallStatus
{
/// <summary>
/// The call currently in progress.
/// </summary>
InProgress,
/// <summary>
/// The Call has completed, but we are still processing it.
/// </s... |
8a1a12c39a217f4b8b2c63b2dc8ff058df012ec0 | Check the right thing lol | Check the right thing lol
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Inventory/DamageOnPickUp.cs | agpl-3.0 | 1,587,762,267 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DamageOnPickUp : MonoBehaviour, IServerInventoryMove
{
/// <summary>
/// Does damage to active left or right arm.
/// </summary>
public bool doesDamage;
/// <summary>
/// 1 = 100%
/// </summary>
public float doesDamag... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DamageOnPickUp : MonoBehaviour, IServerInventoryMove
{
/// <summary>
/// Does damage to active left or right arm.
/// </summary>
public bool doesDamage;
/// <summary>
/// 1 = 100%
/// </summary>
public float doesDamag... |
364f5bf7885ac853a968b7796cdbd37f4f006b1b | Update osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs | Update osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs
Co-Authored-By: Bartłomiej Dach <809709723693c4e7ecc6f5379a3099c830279741@gmail.com> | smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu | osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs | mit | 1,587,761,843 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Textures;
using osu.Game.Skinning;
n... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Textures;
using osu.Game.Skinning;
n... |
7fd0437e7725eec361b0f2ca49d417d1a508c48f | fixed a few small things | fixed a few small things
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs | mit | 1,587,761,610 | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using Newtonsoft.Json;
using SharpDX;
using SharpDX.DXGI;
using SharpDX.Mathematics.Interop;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing... | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using Newtonsoft.Json;
using SharpDX;
using SharpDX.DXGI;
using SharpDX.Mathematics.Interop;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing... |
520a6fc73f571b5d1b1a1f6a5f6dccbc7752a2d0 | Change button lines focused style | Change button lines focused style
| Thraka/SadConsole | SadConsole/UI/Themes/ButtonTheme.cs | mit | 1,587,760,535 | using System;
using System.Runtime.Serialization;
using SadConsole.UI.Controls;
using SadRogue.Primitives;
namespace SadConsole.UI.Themes
{
/// <summary>
/// The theme of the button control
/// </summary>
[DataContract]
public class ButtonTheme : ThemeBase
{
/// <summary>
... | using System;
using System.Runtime.Serialization;
using SadConsole.UI.Controls;
using SadRogue.Primitives;
namespace SadConsole.UI.Themes
{
/// <summary>
/// The theme of the button control
/// </summary>
[DataContract]
public class ButtonTheme : ThemeBase
{
/// <summary>
... |
eefa97184f2283a7823c5f34a38ca7ef79d8adad | Improve performance of UseConsistentIndentation even more > another 10% speedup for formatter (#1461) | Improve performance of UseConsistentIndentation even more > another 10% speedup for formatter (#1461)
* Improve performance of UseConsistentIndentation -more > another 10% speedup for formatter
* Update Rules/UseConsistentIndentation.cs
Co-Authored-By: Robert Holt <88bd7f10cb475705173550a4a6ba8ba6dc9608de@gmail.... | PowerShell/PSScriptAnalyzer,PowerShell/PSScriptAnalyzer | Rules/UseConsistentIndentation.cs | mit | 1,587,760,155 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
#if !CORECLR
using System.ComponentModel.Composition;
#endif
using System.Globalization;
using System.Linq;
using System.Management.Automation.Language;
using Microsoft.Windo... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
#if !CORECLR
using System.ComponentModel.Composition;
#endif
using System.Globalization;
using System.Linq;
using System.Management.Automation.Language;
using Microsoft.Windo... |
fa79fc8a41a827d49e7c3f6f43a9f4d3b1f39793 | Let Python can AddUniverse(universe, fineFunc) | Let Python can AddUniverse(universe, fineFunc)
| jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean | Algorithm/QCAlgorithm.Python.cs | apache-2.0 | 1,587,759,688 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
2de48d072607849ae92ea987bc50e4eb7f71b6db | shell_exec() on unix | shell_exec() on unix
ref https://github.com/iolevel/wpdotnet-sdk/issues/76
| iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie | src/Peachpie.Library/Shell.cs | apache-2.0 | 1,587,759,508 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
[PhpExtension("standard")]
public static class Shell
{
#region getenv,... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
[PhpExtension("standard")]
public static class Shell
{
#region getenv,... |
064010f0437c718b5700c268b7b23ce703b4678a | healthkit query anchor | healthkit query anchor
| predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus | Sensus.iOS.Shared/Probes/User/Health/iOSHealthKitSamplingProbe.cs | apache-2.0 | 1,587,758,959 | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 req... | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 req... |
181ca95cb10cde8fd3f40197dd27fdccbae79458 | Okay remove this | Okay remove this
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Core/ServerPortProivder.cs | agpl-3.0 | 1,587,758,738 | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializ... | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializ... |
eb774e3d2d8e341c555b096a498fb6461f40f116 | Bar sign is now unshaded when lit. | Bar sign is now unshaded when lit.
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/BarSign/BarSignComponent.cs | mit | 1,587,758,139 | using System.Linq;
using Content.Server.GameObjects.Components.Power;
using Robust.Server.GameObjects;
using Robust.Server.Interfaces.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
using Robust.Shared.Log;
using Robust.Shar... | using System.Linq;
using Content.Server.GameObjects.Components.Power;
using Robust.Server.GameObjects;
using Robust.Server.Interfaces.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
using Robust.Shared.Log;
using Robust.Shar... |
46a15b8312e5b0b78ad7b9533bd7b84d31ff92fb | removed commented code | removed commented code
| predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus | Sensus.iOS.Shared/Probes/User/Health/iOSHealthKitSamplingProbe.cs | apache-2.0 | 1,587,757,841 | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 req... | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 req... |
869a4ae2534bd749018addec9e3e7faa93163479 | Update Pickupable.cs | Update Pickupable.cs
| krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Inventory/Pickupable.cs | agpl-3.0 | 1,587,757,606 | using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using Mirror;
using Random = UnityEngine.Random;
/// <summary>
/// Main API / component for dealing with inventory. Use this if you want to do something to this object that involves
/// inventory. No longer should use Inventor... | using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using Mirror;
using Random = UnityEngine.Random;
/// <summary>
/// Main API / component for dealing with inventory. Use this if you want to do something to this object that involves
/// inventory. No longer should use Inventor... |
0675f32e7bc2b38182e553c9a34dfd116cf18254 | use reflection to find the validation methods by naming convention. | use reflection to find the validation methods by naming convention.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/ViewModels/ViewModelBase.cs | mit | 1,587,757,539 | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using WalletWasabi.Gui.ViewModels.Validation;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels
{
public class ViewModelBase : ReactiveObj... | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using WalletWasabi.Gui.ViewModels.Validation;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels
{
public class ViewModelBase : ReactiveObject, INotifyDataErrorInfo... |
3526eb362142389fd2602c95cb7a4204422e9520 | healthkit query anchor | healthkit query anchor
| predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus | Sensus.iOS.Shared/Probes/User/Health/iOSHealthKitSamplingProbe.cs | apache-2.0 | 1,587,757,230 | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 req... | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 req... |
b954441b8c8f0334709a9ebe0175091df659b581 | replace + by %20 and make param parameter optional | replace + by %20 and make param parameter optional
| plivo/plivo-dotnet,plivo/plivo-dotnet | src/Plivo/Utilities/XPlivoSignatureV3.cs | mit | 1,587,756,890 | using System;
using System.Security.Cryptography;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace Plivo.Utilities
{
public static class XPlivoSignatureV3
{
/// <summary>
/// Compute X-Plivo-Signature-V2
/// </summary>
/// <param name="uri"></par... | using System;
using System.Security.Cryptography;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace Plivo.Utilities
{
public static class XPlivoSignatureV3
{
/// <summary>
/// Compute X-Plivo-Signature-V2
/// </summary>
/// <param name="uri"></par... |
c83ce6be2a0fca3f60c728c104bc62996b6d4a7e | Added constructor that takes a configuration for PersistenceTestKit (#4387) | Added constructor that takes a configuration for PersistenceTestKit (#4387)
Co-authored-by: Bogdan Rotund <5e1a19f1bb9340a7dbbb3db92ce44f0a10cf27b9@gmail.com> | simonlaroche/akka.net,simonlaroche/akka.net | src/core/Akka.Persistence.TestKit.Xunit2/PersistenceTestKit.cs | apache-2.0 | 1,587,756,345 | //-----------------------------------------------------------------------
// <copyright file="PersistenceTestKit.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyrigh... | //-----------------------------------------------------------------------
// <copyright file="PersistenceTestKit.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyrigh... |
f1442be2228bf8a81494405284a42ca60a898c9f | socket_export_stream | socket_export_stream
| iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie | src/Peachpie.Library.Network/Sockets.cs | apache-2.0 | 1,587,756,271 | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.Contracts;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Text;
using Microsoft.Extensions.ObjectPool;
using Pchp.Core;
using Pchp.Core.Resources;
using Pchp.Library.Strea... | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.Contracts;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Text;
using Microsoft.Extensions.ObjectPool;
using Pchp.Core;
using Pchp.Core.Resources;
using Pchp.Library.Strea... |
5f307467de5ded3cd2e302aeeb1f8c6c584eef1b | Improve performance of UseConsistentIndentation -> 35% speedup for formatter (#1458) | Improve performance of UseConsistentIndentation -> 35% speedup for formatter (#1458)
* only go back as much as needed
* refactor into function
* simplify
* Apply suggestions from code review
Co-Authored-By: Robert Holt <88bd7f10cb475705173550a4a6ba8ba6dc9608de@gmail.com>
Co-authored-by: Christoph Bergme... | PowerShell/PSScriptAnalyzer,PowerShell/PSScriptAnalyzer | Rules/UseConsistentIndentation.cs | mit | 1,587,756,211 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
#if !CORECLR
using System.ComponentModel.Composition;
#endif
using System.Globalization;
using System.Linq;
using System.Management.Automation.Language;
using Microsoft.Windo... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
#if !CORECLR
using System.ComponentModel.Composition;
#endif
using System.Globalization;
using System.Linq;
using System.Management.Automation.Language;
using Microsoft.Windo... |
7a9901d0eae46484b6875f92822fd13826e4f622 | Log configuration at application startup | Log configuration at application startup
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,587,755,871 | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... |
f245eeddaf66c377cecf35b3d031d3a93ae49e74 | Fixed cursor issues caused by new rendering. | Fixed cursor issues caused by new rendering.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/FlatRedBall.AnimationEditorForms/MainControl.cs | mit | 1,587,755,806 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using FlatRedBall.Graphics.Animation;
using FlatRedBall.Content.AnimationChain;
using FlatRedBall.SpecializedXnaControls;
using FlatRed... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using FlatRedBall.Graphics.Animation;
using FlatRedBall.Content.AnimationChain;
using FlatRedBall.SpecializedXnaControls;
using FlatRed... |
05777646c714606ad50014e67e256966274a12d9 | Improve wording of an exception | Improve wording of an exception
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Core/ServerPortProivder.cs | agpl-3.0 | 1,587,754,263 | using Microsoft.Extensions.Configuration;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializes a new instance of the <see cref="... | using Microsoft.Extensions.Configuration;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializes a new instance of the <see cref="... |
3776e288617043f170d2b451cbdf1f9856ed4075 | nasty dupe fix | nasty dupe fix
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Lighting/LightMountStates.cs | agpl-3.0 | 1,587,753,844 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
using Random = UnityEngine.Random;
public enum LightMountState
{
None = 0,
On,
Off,
MissingBulb,
Broken,
TypeCount,
}
public class LightMountStates : NetworkBehaviour, ICheckedInteractable<HandApply>
{
pri... | using System;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
using Random = UnityEngine.Random;
public enum LightMountState
{
None = 0,
On,
Off,
MissingBulb,
Broken,
TypeCount,
}
public class LightMountStates : NetworkBehaviour, ICheckedInteractable<HandApply>
{
[SyncVar(hook = nameof(SyncLi... |
ea295b336c68bdbf423cb2c9915247fd0d40da1b | work around SetSpatializerName not appearing to serialize the change | work around SetSpatializerName not appearing to serialize the change
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/SpatializerUtilities.cs | mit | 1,587,753,692 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
///
/// </summary>
public static class SpatializerUtilities
{
/// <summary>
... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Linq;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
///
/// </summary>
public static class SpatializerUtilities
{
/// <summary>
///
/// ... |
fd1624ea2819f6fb5bf029a55ad5c3c638bd342c | Improve ServerPortProvider code | Improve ServerPortProvider code
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Core/ServerPortProivder.cs | agpl-3.0 | 1,587,753,675 | using Microsoft.Extensions.Configuration;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializes a new instance of the <see cref="... | using Microsoft.Extensions.Configuration;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializes a new instance of the <see cref="... |
6808493956a3216f4588350077c7440e505e1900 | Add test to verify that `Sequence<T>.Reset()` doesn't throw | Add test to verify that `Sequence<T>.Reset()` doesn't throw
Repro for #182
| AArnott/Nerdbank.FullDuplexStream | src/Nerdbank.Streams.Tests/SequenceTests.cs | mit | 1,587,753,559 | // Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Runtime.InteropSer... | // Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Runtime.InteropSer... |
e1a10bc0dd89ba2e6f87b92845638e8d3b1d8c6a | Add a more informative throw when kestrel configuration is missing | Add a more informative throw when kestrel configuration is missing
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/ServerPortProivder.cs | agpl-3.0 | 1,587,752,995 | using Microsoft.Extensions.Configuration;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializes a new instance of the <see cref="... | using Microsoft.Extensions.Configuration;
using System;
using System.Linq;
namespace Tgstation.Server.Host.Core
{
/// <inheritdoc />
sealed class ServerPortProivder : IServerPortProvider
{
/// <inheritdoc />
public ushort HttpApiPort { get; }
/// <summary>
/// Initializes a new instance of the <see cref="... |
9487c06ba8e87ad4d2a3563a527e108b64cc7d12 | Fix for jump range not refreshing when set multiple times | Fix for jump range not refreshing when set multiple times
| Slazanger/SMT,Slazanger/SMT | RegionControl.xaml.cs | mit | 1,587,752,313 | using SMT.EVEData;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using WpfHelpers.ResourceUsa... | using SMT.EVEData;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using WpfHelpers.ResourceUsa... |
96deff87794d20b7d2e37b82879efcc260ce214e | Got rid of small warning | Got rid of small warning
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,587,752,256 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBo... |
b9ce095ea90bcbe5a1512243a0a55578cb3bb0b8 | CsvNativeIdStorage optimization. | CsvNativeIdStorage optimization.
| StockSharp/StockSharp | Algo/Storages/INativeIdStorage.cs | apache-2.0 | 1,587,752,238 | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Logging;
usin... | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Logging;
usin... |
5b6e9dc4cd1068f5da5b73684ce8e73d58b73dd4 | Proper rounded corners | Proper rounded corners
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Profile/ImageGenerator.cs | agpl-3.0 | 1,587,752,157 | using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
using SixLabors.Primitives;
using SixLabors.Shapes;
namespace SoraBot.Services.Profile
{
public class ProfileImageGenConfig
{
public string AvatarPath { get; set; }
public string Backgro... | using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;
using SixLabors.Primitives;
using SixLabors.Shapes;
namespace SoraBot.Services.Profile
{
public class ProfileImageGenConfig
{
public string AvatarPath { get; set; }
public string Backgro... |
554cc8db97c3703cc829cbe89f5a2bc13b35ab1e | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,587,752,091 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
e16036cea3c76fdc2c7f48d3b413dfe23e84c0f3 | update spatializer display when correctly configured | update spatializer display when correctly configured
| DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs | mit | 1,587,751,187 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using System.Collections.Generic;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
using MRConfig = ... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using System.Collections.Generic;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
using MRConfig = ... |
238d9a039ad63433b429a11e9da285be94dcfac5 | Misc: Wait for debugger whenever exception occurs in debug build | Misc: Wait for debugger whenever exception occurs in debug build
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | osu!StreamCompanion/Program.cs | mit | 1,587,751,055 | using osu_StreamCompanion.Code.Core;
using osu_StreamCompanion.Code.Helpers;
using osu_StreamCompanion.Code.Windows;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Threading;
using ... | using osu_StreamCompanion.Code.Core;
using osu_StreamCompanion.Code.Helpers;
using osu_StreamCompanion.Code.Windows;
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Threading;
using System.Windows.Forms;
usin... |
0a8f25a2794383911ad5cc11a42a8a76ed66cb1d | Fix: Stop LiveVisualizer update loop when closing SC | Fix: Stop LiveVisualizer update loop when closing SC
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/LiveVisualizer/LiveVisualizerPlugin.cs | mit | 1,587,750,862 | using CollectionManager.Enums;
using Newtonsoft.Json;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using LiveCha... | using CollectionManager.Enums;
using Newtonsoft.Json;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using LiveCha... |
7b9c8147f5b25b065ece1116b5b5ecb59b2a8dda | Misc: Log live token name whenever exception occurs | Misc: Log live token name whenever exception occurs
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/OsuMemoryEventSource/MemoryDataProcessor.cs | mit | 1,587,750,711 | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... |
afe5b2345c2751f3b9b83f6a343b7b709c4b2d6b | Misc: rename playTime token to mapPosition | Misc: rename playTime token to mapPosition
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/OsuMemoryEventSource/MemoryDataProcessor.cs | mit | 1,587,750,652 | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... |
1539855d3ad0cadc2f4bb56b0bb807c9c456bc77 | PF-540 - Simplified AQTS point extraction logic. | PF-540 - Simplified AQTS point extraction logic.
1) Now there is just a single GetCorrectedData request made per time-series.
This should put the least possible API pressure on AQTS.
2) Only extract to the end of the next ChangesSinceToken value
All the extracted time-series will use the same upper time boundary.
N... | AquaticInformatics/Examples,AquaticInformatics/Examples,AquaticInformatics/Examples,schmidt4brains/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,schmidt4brains/Examples,schmidt4brains/Examples | TimeSeries/PublicApis/SdkExamples/SosExporter/Exporter.cs | apache-2.0 | 1,587,750,461 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using Aquarius.TimeSeries.Client;
using Aquarius.TimeSeries.Client.ServiceModels.Publish;
using Humanizer;
using log4net;
using ServiceStack;
us... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using Aquarius.TimeSeries.Client;
using Aquarius.TimeSeries.Client.ServiceModels.Publish;
using Humanizer;
using log4net;
using ServiceStack;
us... |
a799eee788b15eea5a64898e71b21db365154ea3 | clean code update proxy service extension | clean code
update proxy service extension
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Aspect/DependencyInjectionExtensions.cs | mit | 1,587,750,205 | using Microsoft.Extensions.DependencyInjection;
using System;
namespace WeihanLi.Common.Aspect
{
public static class DependencyInjectionExtensions
{
public static IFluentAspectBuilder AddFluentAspects(this IServiceCollection serviceCollection, Action<FluentAspectOptions> optionsAction)
{
... | using Microsoft.Extensions.DependencyInjection;
using System;
namespace WeihanLi.Common.Aspect
{
public static class DependencyInjectionExtensions
{
public static IFluentAspectBuilder AddFluentAspects(this IServiceCollection serviceCollection, Action<FluentAspectOptions> optionsAction)
{
... |
af559ef75298735b8c3f6c4830b53ce877f866a8 | Modify the SDKGenerator template to use the newer ListQosServersForTitle() API (#697) | Modify the SDKGenerator template to use the newer ListQosServersForTitle() API (#697)
| PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator | targets/csharp/source/PlayFabSDK/source/Qos/PlayFabQosApi.cs | apache-2.0 | 1,587,749,823 | #if !DISABLE_PLAYFABCLIENT_API && !DISABLE_PLAYFABENTITY_API
namespace PlayFab.QoS
{
using EventsModels;
using MultiplayerModels;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
public class PlayFabQo... | #if !DISABLE_PLAYFABCLIENT_API && !DISABLE_PLAYFABENTITY_API
namespace PlayFab.QoS
{
using EventsModels;
using MultiplayerModels;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
public class PlayFabQo... |
bca5e7f18e2877120d82f71b187a809ca980127f | add Size field to Screen (#575) | add Size field to Screen (#575)
| ericmbernier/Nez,prime31/Nez,prime31/Nez,prime31/Nez | Nez.Portable/Utils/Screen.cs | mit | 1,587,749,490 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Nez
{
public static class Screen
{
static internal GraphicsDeviceManager _graphicsManager;
internal static void Initialize(GraphicsDeviceManager graphicsManager) => _graphicsManager = graphicsManager;
/// <summary>
/// width... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Nez
{
public static class Screen
{
static internal GraphicsDeviceManager _graphicsManager;
internal static void Initialize(GraphicsDeviceManager graphicsManager) => _graphicsManager = graphicsManager;
/// <summary>
/// width... |
f425d6b67891a1d8ed4f700bca586393818b3b4d | add HasComponent (#576) | add HasComponent (#576)
| prime31/Nez,prime31/Nez,prime31/Nez,ericmbernier/Nez | Nez.Portable/Utils/Extensions/ComponentExt.cs | mit | 1,587,749,465 | using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace Nez
{
public static class ComponentExt
{
#region Entity Component management
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static T AddComponent<T>(this Component self, T component) where T : Component
{
retu... | using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace Nez
{
public static class ComponentExt
{
#region Entity Component management
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static T AddComponent<T>(this Component self, T component) where T : Component
{
retu... |
da8844b92c5377f2f4497b1601c22fea88a37081 | Make Image respond to scaling (#541) | Make Image respond to scaling (#541)
The Image scales accordingly if "SetScale" is used. Before a image bigger than the "Image" Element was drawn. | ericmbernier/Nez,prime31/Nez,prime31/Nez,prime31/Nez | Nez.Portable/UI/Widgets/Image.cs | mit | 1,587,749,277 | using Microsoft.Xna.Framework.Graphics;
using Nez.Textures;
namespace Nez.UI
{
public class Image : Element
{
Scaling _scaling;
int _align;
IDrawable _drawable;
float imageX, imageY, imageWidth, imageHeight;
public Image(IDrawable drawable, Scaling scaling = Scaling.Stretch, int align = AlignInternal.... | using Microsoft.Xna.Framework.Graphics;
using Nez.Textures;
namespace Nez.UI
{
public class Image : Element
{
Scaling _scaling;
int _align;
IDrawable _drawable;
float imageX, imageY, imageWidth, imageHeight;
public Image(IDrawable drawable, Scaling scaling = Scaling.Stretch, int align = AlignInternal.... |
8724297d516f2494ce11db6fb1a4de64b1864507 | fix platform detection (#577) | fix platform detection (#577)
| prime31/Nez,prime31/Nez,ericmbernier/Nez,prime31/Nez | Nez.Portable/Input/InputUtils.cs | mit | 1,587,749,248 | using System;
using Microsoft.Xna.Framework.Input;
namespace Nez
{
public static class InputUtils
{
public static bool IsMac;
public static bool IsWindows;
public static bool IsLinux;
static InputUtils()
{
IsWindows = Environment.OSVersion.Platform == PlatformID.Win32NT;
IsLinux = Environment.OSVe... | using Microsoft.Xna.Framework.Input;
namespace Nez
{
public static class InputUtils
{
public static bool IsMac;
public static bool IsWindows;
public static bool IsLinux;
static InputUtils()
{
IsMac = true;
}
public static bool IsShiftDown()
{
return Input.IsKeyDown(Keys.LeftShift) || Inpu... |
617b4a977f8d063d7ea2fb69f99bc3a2137cb947 | add CA suppression because messages | add CA suppression because messages
| OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build | Analyzers/analyzers/SuppressBecause.cs | mit | 1,587,748,393 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SuppressBecause.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SuppressBecause.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... |
4a1750334419db0ad361a44a1862338817bf2915 | Updated custom validation rules. | Updated custom validation rules.
| virtualdreams/notes-core,virtualdreams/notes-core,virtualdreams/notes-core | Validators/CustomValidators.cs | mit | 1,587,748,331 | using FluentValidation;
using notes.Core.Internal;
using System;
using System.Collections.Generic;
namespace notes.Validators
{
public static class CustomValidators
{
public static IRuleBuilderOptions<T, string> MaximumLengthInArrayString<T>(this IRuleBuilder<T, string> ruleBuilder, int length, char separator)
{... | using FluentValidation;
using System;
using System.Collections.Generic;
namespace notes.Validators
{
public static class CustomValidators
{
public static IRuleBuilderOptions<T, string> MaximumLengthInArrayString<T>(this IRuleBuilder<T, string> ruleBuilder, int length, char separator)
{
return ruleBuilder.Must... |
e8f6499793c253aba4755eef06c086b608cb58f4 | Do not permit write file share (#623) | Do not permit write file share (#623)
| Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd | src/Microsoft.Diagnostics.Runtime/src/Implementation/SymbolServerLocator.cs | mit | 1,587,748,077 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Threading.Task... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Threading.Task... |
dea556b283001d8b647ca7ddc0127e10e147d973 | Fix error descriptor to border color converter. | Fix error descriptor to border color converter.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Converters/ErrorDescriptorToBorderColorConverter.cs | mit | 1,587,747,515 | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
... | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
... |
b8c5a9c829e8649181c4d53351e9aa400ca7a3bd | Remove validator methods, no longer needed. | Remove validator methods, no longer needed.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/ViewModels/Validation/Validator.cs | mit | 1,587,747,366 | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels.Validation
{
public delegate void ValidateMethod(IErrorList errors);
}
| using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels.Validation
{
public delegate void ValidateMethod(IErrorList errors);
public static class Validator
{
//public static IEnumerable<(string propertyName, Erro... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.