commit stringlengths 40 40 | subject stringlengths 4 1.73k | repos stringlengths 5 127k | old_file stringlengths 2 751 | new_file stringlengths 2 751 | new_contents stringlengths 1 8.98k | old_contents stringlengths 0 6.59k | license stringclasses 13
values | lang stringclasses 23
values |
|---|---|---|---|---|---|---|---|---|
e3cc4561abcc0b8a7ec9b0c53e36c3339cb8c6a9 | add bullet marker in OsuMarkdownListItem | peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu | osu.Game/Graphics/Containers/Markdown/OsuMarkdownListItem.cs | osu.Game/Graphics/Containers/Markdown/OsuMarkdownListItem.cs | // 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.Containers;
using osu.Framework.Graphics.Containers.Markdown;
using osuTK;
nam... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osuTK;
namespace osu.Game.Graphics.Containers.Markdown
{
public class OsuMarkdownListIte... | mit | C# |
bf9a80a70db65254495557eead9861acbe88f164 | Update EmployerFinanceDbContext.cs | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerFinance/Data/EmployerFinanceDbContext.cs | src/SFA.DAS.EmployerFinance/Data/EmployerFinanceDbContext.cs | using SFA.DAS.EmployerFinance.Models;
using SFA.DAS.EmployerFinance.Models.Payments;
using SFA.DAS.EmployerFinance.Models.Transaction;
using SFA.DAS.EntityFramework;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.Entity;
using System.Data.Entity.ModelConfiguration.Conventions;
using Syst... | using SFA.DAS.EmployerFinance.Models;
using SFA.DAS.EmployerFinance.Models.Payments;
using SFA.DAS.EmployerFinance.Models.Transaction;
using SFA.DAS.EntityFramework;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.Entity;
using System.Data.Entity.ModelConfiguration.Conventions;
using Syst... | mit | C# |
5f5773b0c02e2190ac7d94b3ce84008c9a85a63c | Handle for multiple picked media relations | KevinJump/Umbraco-CMS,madsoulswe/Umbraco-CMS,NikRimington/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,leekelleher/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,madsoulswe/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,hfloyd/U... | src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs | src/Umbraco.Web/PropertyEditors/MediaPickerPropertyEditor.cs | using System.Collections.Generic;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.Editors;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
/// <summary>
/// Represents a media picker property editor.
/// </summary>
[DataEditor(
Constants.Pr... | using System.Collections.Generic;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.Editors;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
/// <summary>
/// Represents a media picker property editor.
/// </summary>
[DataEditor(
Constants.Pr... | mit | C# |
bb6563d256ccf17c3b43bf1bbb383a41270a8fa1 | Set v1.0.2.0 | yck1509/dnlib,ZixiangBoy/dnlib,jorik041/dnlib,Arthur2e5/dnlib,0xd4d/dnlib,picrap/dnlib,modulexcite/dnlib,ilkerhalil/dnlib,kiootic/dnlib | src/Properties/AssemblyInfo.cs | src/Properties/AssemblyInfo.cs | /*
Copyright (C) 2012-2014 de4dot@gmail.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, m... | /*
Copyright (C) 2012-2014 de4dot@gmail.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, m... | mit | C# |
fd16b25656f63d8aff6946977f0e1d6a231d7b20 | Bump version to 0.1.1 | exira/ges-runner | src/Properties/AssemblyInfo.cs | src/Properties/AssemblyInfo.cs | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyTitleAttribute("ges-runner")]
[assembly: AssemblyProductAttribute("Exira.EventStore.Runner")]
[assembly: AssemblyDescriptionAttribute("Exira.EventStore.Runner is a wrapper that uses Topshelf to run EventStore as a Windows Service")]
[assembly: AssemblyV... | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyTitleAttribute("ges-runner")]
[assembly: AssemblyProductAttribute("Exira.EventStore.Runner")]
[assembly: AssemblyDescriptionAttribute("Exira.EventStore.Runner is a wrapper that uses Topshelf to run EventStore as a Windows Service")]
[assembly: AssemblyV... | mit | C# |
fff8755548a3cf0245ae4defb678ff0ba7bf124a | revert GetComputerName implementation in HttpContextClientInfoProvider | aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate | src/Abp.AspNetCore/AspNetCore/Mvc/Auditing/HttpContextClientInfoProvider.cs | src/Abp.AspNetCore/AspNetCore/Mvc/Auditing/HttpContextClientInfoProvider.cs | using Abp.Auditing;
using Castle.Core.Logging;
using Microsoft.AspNetCore.Http;
using System;
using System.Net;
namespace Abp.AspNetCore.Mvc.Auditing
{
public class HttpContextClientInfoProvider : IClientInfoProvider
{
public string BrowserInfo => GetBrowserInfo();
public string ClientIpAddre... | using Abp.Auditing;
using Castle.Core.Logging;
using Microsoft.AspNetCore.Http;
using System;
using System.Net;
namespace Abp.AspNetCore.Mvc.Auditing
{
public class HttpContextClientInfoProvider : IClientInfoProvider
{
public string BrowserInfo => GetBrowserInfo();
public string ClientIpAddre... | mit | C# |
6d079c028f9e5fdda2b8f08bcac104997c135c72 | clean up code | Wentao-Xu/GraphEngine,Wentao-Xu/GraphEngine,Wentao-Xu/GraphEngine,Wentao-Xu/GraphEngine | samples/DataImporter/GraphEngine.DataImporter/TSLCompiler.cs | samples/DataImporter/GraphEngine.DataImporter/TSLCompiler.cs | using System;
using System.Collections.Generic;
using System.CodeDom.Compiler;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Trinity.TSL;
namespace GraphEngine.DataImporter
{
class TSLCompiler
{
public stri... | using System;
using System.Collections.Generic;
using System.CodeDom.Compiler;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Trinity.TSL;
namespace GraphEngine.DataImporter
{
class TSLCompiler
{
public stri... | mit | C# |
2c44f897209505213a3d2d02cbf622a771cf0133 | Update Program.cs | vishipayyallore/CSharp-DotNet-Core-Samples | LearningDesignPatterns/Source/DataStructures/LinkedLists/LinkedList.Demos/Program.cs | LearningDesignPatterns/Source/DataStructures/LinkedLists/LinkedList.Demos/Program.cs | using System;
using static System.Console;
namespace LinkedList.Demos
{
class Program
{
static void Main(string[] args)
{
DisplayMonths();
var node = new Node { Value = 101 };
WriteLine(node);
node.NextNode = new Node { Value = 102 };
... | using System;
using static System.Console;
namespace LinkedList.Demos
{
class Program
{
static void Main(string[] args)
{
DisplayMonths();
var node = new Node { Value = 101 };
WriteLine(node);
//GCHandle handle = GCHandle.Alloc(node, GCHandle... | apache-2.0 | C# |
f071e1bdea12436f08f4babee159f39346ad7c3a | Set main application name to product name. | xibosignage/xibo-dotnetclient,dasgarner/xibo-dotnetclient | MainForm.Designer.cs | MainForm.Designer.cs | using System.Windows.Forms;
using XiboClient.Properties;
namespace XiboClient
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resour... | using System.Windows.Forms;
using XiboClient.Properties;
namespace XiboClient
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resour... | agpl-3.0 | C# |
648549fa8822bc80ca27b6c40a9312fdbe500e61 | Test for Autodetect which should have been included before | jskeet/google-cloud-dotnet,chrisdunelm/gcloud-dotnet,iantalarico/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,benwulfe/google-cloud-dotnet,chrisdunelm/google-cloud-dotnet,evildour/google-cloud-dotnet,benwulfe/google-cloud-dotnet,chrisdunelm/google-cloud-dotnet... | apis/Google.Cloud.BigQuery.V2/Google.Cloud.BigQuery.V2.Tests/UploadCsvOptionsTest.cs | apis/Google.Cloud.BigQuery.V2/Google.Cloud.BigQuery.V2.Tests/UploadCsvOptionsTest.cs | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | apache-2.0 | C# |
8b96a18d8dacbd7e35eda5bf5b89f419eadefdef | Add missing request assignment in exception | mdsol/mauth-client-dotnet | src/Medidata.MAuth.Core/MAuthRequestRetrier.cs | src/Medidata.MAuth.Core/MAuthRequestRetrier.cs | using System;
using System.Collections.Generic;
using System.Linq;
#if !NETSTANDARD1_4
using System.Net.Cache;
#endif
using System.Net.Http;
using System.Threading.Tasks;
namespace Medidata.MAuth.Core
{
internal class MAuthRequestRetrier
{
private readonly HttpClient client;
private RetriedReq... | using System;
using System.Collections.Generic;
using System.Linq;
#if !NETSTANDARD1_4
using System.Net.Cache;
#endif
using System.Net.Http;
using System.Threading.Tasks;
namespace Medidata.MAuth.Core
{
internal class MAuthRequestRetrier
{
private readonly HttpClient client;
private RetriedReq... | mit | C# |
537583537c65a572a991c8b711b3e0d554685356 | Add the bind attributes property and method to the interface. | izrik/ChamberLib,izrik/ChamberLib,izrik/ChamberLib | IShaderProgram.cs | IShaderProgram.cs | using System;
using System.Collections.Generic;
namespace ChamberLib
{
public interface IShaderProgram
{
string Name { get; }
void Apply();
void UnApply();
IShaderStage VertexShader { get; }
IShaderStage FragmentShader { get; }
IEnumerable<string> BindAttribu... | using System;
namespace ChamberLib
{
public interface IShaderProgram
{
string Name { get; }
void Apply();
void UnApply();
IShaderStage VertexShader { get; }
IShaderStage FragmentShader { get; }
void SetUniform(string name, bool value);
void SetUniform... | lgpl-2.1 | C# |
e15164e8dd4cddacc2caf0b29fc7d2352b211239 | Enable NRT | bartdesmet/roslyn,diryboy/roslyn,weltkante/roslyn,KevinRansom/roslyn,diryboy/roslyn,sharwell/roslyn,dotnet/roslyn,sharwell/roslyn,CyrusNajmabadi/roslyn,bartdesmet/roslyn,mavasani/roslyn,jasonmalinowski/roslyn,shyamnamboodiripad/roslyn,jasonmalinowski/roslyn,weltkante/roslyn,CyrusNajmabadi/roslyn,bartdesmet/roslyn,dotne... | src/Analyzers/CSharp/Analyzers/UseImplicitOrExplicitType/CSharpUseExplicitTypeDiagnosticAnalyzer.cs | src/Analyzers/CSharp/Analyzers/UseImplicitOrExplicitType/CSharpUseExplicitTypeDiagnosticAnalyzer.cs | // 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 Microsoft.CodeAnalysis.CSharp.Utilities;
using Microsoft.CodeAnalysis.Diagnostics;
namespace Microsoft.CodeA... | // 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.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Utilities;
using Microsoft.CodeAnalysis.Diagnostics;
namesp... | mit | C# |
f596e51a1cd43a12354c95c867469efa2dd4cf4f | Implement RunspaceConfiguration.Formats | ForNeVeR/Pash,ForNeVeR/Pash,mrward/Pash,Jaykul/Pash,WimObiwan/Pash,WimObiwan/Pash,WimObiwan/Pash,sillvan/Pash,ForNeVeR/Pash,ForNeVeR/Pash,sburnicki/Pash,sburnicki/Pash,sillvan/Pash,WimObiwan/Pash,mrward/Pash,mrward/Pash,sburnicki/Pash,sillvan/Pash,Jaykul/Pash,mrward/Pash,Jaykul/Pash,sillvan/Pash,sburnicki/Pash,Jaykul/P... | Source/System.Management/Automation/Runspaces/RunspaceConfiguration.cs | Source/System.Management/Automation/Runspaces/RunspaceConfiguration.cs | // Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Management.Automation;
namespace System.Management.Automation.Runspaces
{
public abstract class RunspaceConfiguration
{
private RunspaceConfigurationEntryCollection<CmdletConfigurationEntry> ... | // Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Management.Automation;
namespace System.Management.Automation.Runspaces
{
public abstract class RunspaceConfiguration
{
private RunspaceConfigurationEntryCollection<CmdletConfigurationEntry> ... | bsd-3-clause | C# |
f7a2ff9585aa9a71207c10703ad74695d2f95f8a | Add page node tests | PioneerCode/pioneer-pagination,PioneerCode/pioneer-pagination,PioneerCode/pioneer-pagination | test/Pioneer.Pagination.Tests/PageNodeTests.cs | test/Pioneer.Pagination.Tests/PageNodeTests.cs | using System.Linq;
using Xunit;
namespace Pioneer.Pagination.Tests
{
/// <summary>
/// Page Node Tests
/// </summary>
public class PageNodeTests
{
private readonly PaginatedMetaService _sut = new PaginatedMetaService();
[Fact]
public void CollectionSizeZeroReturnsValidObje... | using System;
namespace Pioneer.Pagination.Tests
{
public class PageNodeTests
{
}
}
| mit | C# |
dddf62c35eabcd01f45fa9673bdc667500667068 | Split Pascal cased property names into words | PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core | core/Piranha.Manager/Areas/Manager/Views/Shared/EditorTemplates/Block.cshtml | core/Piranha.Manager/Areas/Manager/Views/Shared/EditorTemplates/Block.cshtml | @using Piranha.Extend;
@using Piranha.Manager.Manager;
@using System.Text.RegularExpressions;
@model Block
@foreach(var name in Model.GetFieldNames())
{
var label = Regex.Replace(name, "(\\B[A-Z])", " $1");
<div class="form-group">
<label>@label</label>
@Html.Editor(name)
</div>
... | @using Piranha.Extend;
@using Piranha.Manager.Manager;
@model Block
@foreach(var name in Model.GetFieldNames())
{
<div class="form-group">
<label>@name</label>
@Html.Editor(name)
</div>
} | mit | C# |
fc0ca56b52bae3c4dcfd126592fabdc9e9d9836f | Remove EF core namespaces. | aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,abdllhbyrktr/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,abdllhbyrktr/module-zero-core-template,abdllhbyrktr/module-zero-core-template,abdllhbyrktr/module-zero-co... | test/AbpCompanyName.AbpProjectName.Tests/AbpProjectNameTestModule.cs | test/AbpCompanyName.AbpProjectName.Tests/AbpProjectNameTestModule.cs | using System;
using Abp.Modules;
using Abp.MultiTenancy;
using Abp.TestBase;
using Abp.Zero.Configuration;
using AbpCompanyName.AbpProjectName.EntityFramework;
using Castle.MicroKernel.Registration;
using NSubstitute;
namespace AbpCompanyName.AbpProjectName.Tests
{
[DependsOn(
typeof(AbpProjectNameApplica... | using System;
using System.Reflection;
using Abp.Modules;
using Abp.MultiTenancy;
using Abp.TestBase;
using Abp.Zero.Configuration;
using AbpCompanyName.AbpProjectName.EntityFramework;
using Castle.MicroKernel.Registration;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using NSubs... | mit | C# |
24d3acd089a45cb5aa9c7d0ec58c9f5b3d6bbea6 | use screenshots directory | OlegKleyman/AlphaDev,OlegKleyman/AlphaDev,OlegKleyman/AlphaDev | tests/integration/AlphaDev.Web.Tests.Integration/SeleniumNotifier.cs | tests/integration/AlphaDev.Web.Tests.Integration/SeleniumNotifier.cs | using System.IO;
using System.Text.RegularExpressions;
using LightBDD.Core.Metadata;
using LightBDD.Core.Notification;
using LightBDD.Core.Results;
using OpenQA.Selenium;
namespace AlphaDev.Web.Tests.Integration
{
public class SeleniumNotifier : IScenarioProgressNotifier
{
private readonly ITakesScree... | using System.IO;
using System.Text.RegularExpressions;
using LightBDD.Core.Metadata;
using LightBDD.Core.Notification;
using LightBDD.Core.Results;
using OpenQA.Selenium;
namespace AlphaDev.Web.Tests.Integration
{
public class SeleniumNotifier : IScenarioProgressNotifier
{
private readonly ITakesScree... | unlicense | C# |
2ae1b0be01562702d8bc70abee944eeec8e670a1 | add button to the home page, change text to be more user friendly | SoftwareFans/AstroPhotoGallery,SoftwareFans/AstroPhotoGallery,SoftwareFans/AstroPhotoGallery | AstroPhotoGallery/AstroPhotoGallery/Views/Shared/Error.cshtml | AstroPhotoGallery/AstroPhotoGallery/Views/Shared/Error.cshtml | @model System.Web.Mvc.HandleErrorInfo
@{
ViewBag.Title = "An undefined error";
}
<h2>@ViewBag.Title</h2>
<br />
<div class="row">
<div class="col-sm-12">
<div>
<div class="well well-sm text-center" style="font-size: 35px; color: #e74c3c; word-wrap: break-word;">
<p>An und... | @model System.Web.Mvc.HandleErrorInfo
@{
ViewBag.Title = "Error";
}
<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>
| mit | C# |
937402df22e5491cef5e44b3ac91a8eaf6394eff | Fix byte ordering used to construct Guids in RandomUuidFactory. | brendanjbaker/Bakery | src/Bakery/RandomUuidFactory.cs | src/Bakery/RandomUuidFactory.cs | namespace Bakery
{
using Security;
using System;
public class RandomUuidFactory
: IUuidFactory
{
private readonly IRandom random;
public RandomUuidFactory(IRandom random)
{
this.random = random;
}
public Uuid Create()
{
var bytes = random.GetBytes(16);
bytes[7] |= 0x40... | namespace Bakery
{
using Security;
using System;
public class RandomUuidFactory
: IUuidFactory
{
private readonly IRandom random;
public RandomUuidFactory(IRandom random)
{
this.random = random;
}
public Uuid Create()
{
var bytes = random.GetBytes(16);
bytes[6] |= 0x40... | mit | C# |
07ddff871fe257e85a0a5b94c0562b78dab88094 | Verify that predecessors are significant. | michaellperry/Correspondence | Desktop/UpdateControls.Correspondence.UnitTest/CaptureTest.cs | Desktop/UpdateControls.Correspondence.UnitTest/CaptureTest.cs | using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using UpdateControls.Correspondence.Mementos;
namespace UpdateControls.Correspondence.UnitTest
{
[TestClass]
public class CaptureTest
{
[TestMethod]
public void HashCodeIsConsistent()
{
F... | using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using UpdateControls.Correspondence.Mementos;
namespace UpdateControls.Correspondence.UnitTest
{
[TestClass]
public class CaptureTest
{
[TestMethod]
public void HashCodeIsConsistent()
{
F... | mit | C# |
4bcaf2b1f93589989e525bc0787f434c876023ed | Update PrimaryPointerHandlerExample.cs | DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit.Examples/Demos/Input/Scenes/PrimaryPointer/PrimaryPointerHandlerExample.cs | Assets/MixedRealityToolkit.Examples/Demos/Input/Scenes/PrimaryPointer/PrimaryPointerHandlerExample.cs | // 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;
using Microsoft.MixedReality.Toolkit.Input;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Examples.Demos
{
//... | using Microsoft.MixedReality.Toolkit;
using Microsoft.MixedReality.Toolkit.Input;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Examples.Demos
{
// Simple example script that subscribes to primary pointer changes and applies a cursor highlight to the current one.
public class PrimaryPointerHandl... | mit | C# |
aaa22d068a6381195a02948aa57cd161756d1cff | Fix potential memory leak | fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,Necromunger/unitystation,fomalsd/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,fomalsd/unitystation,fom... | UnityProject/Assets/Scripts/WaitFor.cs | UnityProject/Assets/Scripts/WaitFor.cs | using System.Collections.Generic;
using UnityEngine;
public static class WaitFor
{
public static readonly WaitForEndOfFrame EndOfFrame = new WaitForEndOfFrame();
public static readonly WaitForFixedUpdate FixedUpdate = new WaitForFixedUpdate();
private static Dictionary<float, WaitForSeconds> cachedWaitForSeconds... | using System.Collections.Generic;
using UnityEngine;
public static class WaitFor
{
public static readonly WaitForEndOfFrame EndOfFrame = new WaitForEndOfFrame();
public static readonly WaitForFixedUpdate FixedUpdate = new WaitForFixedUpdate();
private static Dictionary<float, WaitForSeconds> cachedWaitForSeconds... | agpl-3.0 | C# |
9cd3e67b7935a7b8c5b058ebbfce67ec3b338336 | Implement GatherProperties so the Alembic Clip does not change the scene in a persistent way anymore. | unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter | proto.com.unity.formats.alembic/Runtime/Scripts/Timeline/AlembicShotAsset.cs | proto.com.unity.formats.alembic/Runtime/Scripts/Timeline/AlembicShotAsset.cs | using System;
using UnityEngine;
using UnityEngine.Formats.Alembic.Importer;
using UnityEngine.Playables;
using UnityEngine.Timeline;
namespace UnityEngine.Formats.Alembic.Timeline
{
[System.ComponentModel.DisplayName("Alembic Shot")]
internal class AlembicShotAsset : PlayableAsset, ITimelineClipAsset, IPrope... | using System;
using UnityEngine;
using UnityEngine.Formats.Alembic.Importer;
using UnityEngine.Playables;
using UnityEngine.Timeline;
namespace UnityEngine.Formats.Alembic.Timeline
{
[System.ComponentModel.DisplayName("Alembic Shot")]
internal class AlembicShotAsset : PlayableAsset, ITimelineClipAsset
{
... | mit | C# |
9aca0afe80e1d3e905a152b91ec0f5803e2245e3 | Index EPiServer content link | Qobra/Solr.Net,jango2015/Solr.Net | Solr.EPiServer/Solr.EPiServer/DefaultSolrContentRepository.cs | Solr.EPiServer/Solr.EPiServer/DefaultSolrContentRepository.cs | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks;
using EPiServer;
using EPiServer.Core;
using EPiServer.ServiceLocation;
using Solr.Client;
using Solr.Client.WebService;
namespace Solr.EPiServer
{
[ServiceConfiguration(ServiceType = typeof(ISolrContentRepos... | using System.Globalization;
using System.Threading.Tasks;
using EPiServer.Core;
using EPiServer.ServiceLocation;
using Solr.Client;
using Solr.Client.Serialization;
using Solr.Client.WebService;
namespace Solr.EPiServer
{
[ServiceConfiguration(ServiceType = typeof(ISolrContentRepository), Lifecycle = ServiceInsta... | mit | C# |
a71bf80265b506af478693736ab8c394905edc24 | Align enum values | bfloydgsn/unitytesttools,bfloydgsn/unitytesttools | Assets/UnityTestTools/Assertions/CheckMethod.cs | Assets/UnityTestTools/Assertions/CheckMethod.cs | using System;
namespace UnityTest
{
[Flags]
public enum CheckMethod
{
AfterPeriodOfTime = 1 << 0,
Start = 1 << 1,
Update = 1 << 2,
FixedUpdate = 1 << 3,
LateUpdate = 1 << 4,
OnDestroy ... | using System;
namespace UnityTest
{
[Flags]
public enum CheckMethod
{
AfterPeriodOfTime = 1 << 0,
Start = 1 << 1,
Update = 1 << 2,
FixedUpdate = 1 << 3,
LateUpdate = 1 << 4,
... | mit | C# |
7a0edd195bfdcdf02cfbc0413ad12a89f4dae2a7 | add MessageAttachment | AndyPook/Slack | SlackAPI/RTMMessages/Message.cs | SlackAPI/RTMMessages/Message.cs | using System;
using System.Collections.Generic;
namespace Pook.SlackAPI.RTMMessages
{
public class Message : SlackSocketMessage
{
public virtual string subtype { get; set; }
public string user;
public string channel;
public string text;
public string team;
public string ts;
public I... | using System;
namespace Pook.SlackAPI.RTMMessages
{
public class Message : SlackSocketMessage
{
public string user;
public string channel;
public string text;
public string team;
public string ts;
public Message()
{
type = "message";
}
}
public class BotMessage : Message
{
... | mit | C# |
b0102a5c56359ca5edc4469113f0412921656f96 | Add documentation | fluentmigrator/fluentmigrator,amroel/fluentmigrator,fluentmigrator/fluentmigrator,stsrki/fluentmigrator,spaccabit/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator | src/FluentMigrator.Extensions.Postgres/Postgres/PostgresExtensions.Filter.cs | src/FluentMigrator.Extensions.Postgres/Postgres/PostgresExtensions.Filter.cs | #region License
// Copyright (c) 2020, FluentMigrator Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | #region License
// Copyright (c) 2020, FluentMigrator Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | apache-2.0 | C# |
9aa1f1f33b7ac7ae6737d10ae8365f2f12e179a7 | Fix NullReferenceException in leaderboard | stuartleeks/nether,vflorusso/nether,vflorusso/nether,stuartleeks/nether,ankodu/nether,stuartleeks/nether,navalev/nether,ankodu/nether,ankodu/nether,vflorusso/nether,vflorusso/nether,ankodu/nether,stuartleeks/nether,vflorusso/nether,oliviak/nether,krist00fer/nether,MicrosoftDX/nether,navalev/nether,stuartleeks/nether,na... | src/Nether.Web/Features/Leaderboard/Models/Leaderboard/LeaderboardGetResponseModel.cs | src/Nether.Web/Features/Leaderboard/Models/Leaderboard/LeaderboardGetResponseModel.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Nether.Data.Leaderboard;
using Newtonsoft.Json;
using System.ComponentModel;
namespace Nether.Web.Features.Leaderboard.Models.L... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Nether.Data.Leaderboard;
using Newtonsoft.Json;
using System.ComponentModel;
namespace Nether.Web.Features.Leaderboard.Models.L... | mit | C# |
8562000aaa3a1726bd65e19e4d0a547e80054259 | Test Cases | jefking/King.B-Trak | King.BTrak.Unit.Test/TableStorageReaderTests.cs | King.BTrak.Unit.Test/TableStorageReaderTests.cs | namespace King.BTrak.Unit.Test
{
using King.Azure.Data;
using NSubstitute;
using NUnit.Framework;
using System;
[TestFixture]
public class TableStorageReaderTests
{
[Test]
public void Constructor()
{
var resources = Substitute.For<IAzureStorageResources>... | namespace King.BTrak.Unit.Test
{
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
[TestFixture]
public class TableStorageReaderTests
{
}
} | mit | C# |
558cc870397589757ee3233c7bd017dfabc065f9 | Replace first TestObjectBuilderBuilder unit test with two tests to make the tests less brittle. | tdpreece/TestObjectBuilderCsharp | TestObjectBuilderTests/Tests/TestObjectBuilderBuilderTests.cs | TestObjectBuilderTests/Tests/TestObjectBuilderBuilderTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using TestObjectBuilder;
namespace TestObjectBuilderTests.Tests
{
public class TestObjectBuilderBuilderTests
{
[TestFixture]
public class CreateNewObject
{
[Test]
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using TestObjectBuilder;
namespace TestObjectBuilderTests.Tests
{
public class TestObjectBuilderBuilderTests
{
[TestFixture]
public class CreateNewObject
{
[Test]
... | mit | C# |
5b55a915b9c266f3906385894908d341006bc5b9 | fix getting cloud instance | yar229/WebDavMailRuCloud | WebDavMailRuCloudStore/Cloud.cs | WebDavMailRuCloudStore/Cloud.cs | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Net;
using MailRuCloudApi;
using MailRuCloudApi.Api;
using NWebDav.Server.Http;
namespace YaR.WebDavMailRu.CloudStore
{
public static class Cloud
{
public static void Init(string... | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Net;
using MailRuCloudApi;
using MailRuCloudApi.Api;
using NWebDav.Server.Http;
namespace YaR.WebDavMailRu.CloudStore
{
public static class Cloud
{
public static void Init(string... | mit | C# |
c1cd19ea3c5393f83be0ad992d5a00c2290d3c72 | Bump version 1.2.6.0 -> 1.2.7.0 (for transformers support). | EliotVU/Unreal-Library | src/Properties/AssemblyInfo.cs | src/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "UELib" )]
[assembly: AssemblyDescription(... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "UELib" )]
[assembly: AssemblyDescription(... | mit | C# |
6034680b36b49c790ea70f987bc4ed1649555862 | Fix incorrect namespace for UI component. | dneelyep/MonoGameUtils | MonoGameUtils/UI/GameComponents/UIFPSCounter.cs | MonoGameUtils/UI/GameComponents/UIFPSCounter.cs | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonoGameUtils.Diagnostics;
namespace MonoGameUtils.UI.GameComponents
{
public class UIFPSCounter : DrawableGameComponent
{
private FPSCounter _fpsCounter = new FPSCounter();
private SpriteBatch _spriteBatch;
p... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonoGameUtils.Diagnostics;
namespace PCGame.GameComponents
{
public class UIFPSCounter : DrawableGameComponent
{
private FPSCounter _fpsCounter = new FPSCounter();
private SpriteBatch _spriteBatch;
private Spr... | mit | C# |
85d07d6be2469aec5ba5e8dabd59f561b2ac652e | Tweak the latest news view. | bigfont/orchard-cms-modules-and-themes,bigfont/orchard-cms-modules-and-themes,bigfont/orchard-cms-modules-and-themes,bigfont/orchard-cms-modules-and-themes,bigfont/orchard-cms-modules-and-themes | Orchard.Source.1.8.1/src/Orchard.Web/Themes/LccNetwork.Bootstrap/Views/ProjectionWidgetLatestNews.cshtml | Orchard.Source.1.8.1/src/Orchard.Web/Themes/LccNetwork.Bootstrap/Views/ProjectionWidgetLatestNews.cshtml | @using System.Dynamic;
@using System.Linq;
@using Orchard.ContentManagement;
@using Orchard.Utility.Extensions;
@functions
{
dynamic GetMainPartFromContentItem(ContentItem item)
{
// get the ContentPart that has the same name as the item's ContentType
// so that we can access the item fields.
... | @using System.Dynamic;
@using System.Linq;
@using Orchard.ContentManagement;
@using Orchard.Utility.Extensions;
@functions
{
dynamic GetMainPartFromContentItem(ContentItem item)
{
// get the ContentPart that has the same name as the item's ContentType
// so that we can access the item fields.
... | bsd-3-clause | C# |
664acca29a81fee2df3cca9d75f5e7a02ef4c0eb | Remove "redundant" parenthesis | Nabile-Rahmani/osu-framework,paparony03/osu-framework,ZLima12/osu-framework,paparony03/osu-framework,DrabWeb/osu-framework,Tom94/osu-framework,ppy/osu-framework,naoey/osu-framework,Tom94/osu-framework,peppy/osu-framework,default0/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,DrabWeb/osu-fr... | osu.Framework/Input/MouseState.cs | osu.Framework/Input/MouseState.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using OpenTK;
using OpenTK.Input;
using System.Linq;
namespace osu.Framework.Input
{
public class MouseState : IMouseState
{
... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using OpenTK;
using OpenTK.Input;
using System.Linq;
namespace osu.Framework.Input
{
public class MouseState : IMouseState
{
... | mit | C# |
07a1df3e6018d6be4438f6c0ad350d72b8b73127 | fix warning | weltkante/roslyn,weltkante/roslyn,diryboy/roslyn,jasonmalinowski/roslyn,mavasani/roslyn,shyamnamboodiripad/roslyn,CyrusNajmabadi/roslyn,bartdesmet/roslyn,CyrusNajmabadi/roslyn,CyrusNajmabadi/roslyn,shyamnamboodiripad/roslyn,dotnet/roslyn,weltkante/roslyn,jasonmalinowski/roslyn,mavasani/roslyn,KevinRansom/roslyn,dotnet/... | src/Features/LanguageServer/Protocol/ExternalAccess/VSCode/API/VSCodeAnalyzerLoader.cs | src/Features/LanguageServer/Protocol/ExternalAccess/VSCode/API/VSCodeAnalyzerLoader.cs | // 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.Composition;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Host... | // 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.Composition;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.Host... | mit | C# |
f6173fe682720c4f1131cd14399e5228850c4be7 | Update Assets/MixedRealityToolkit/Definitions/SpatialAwareness/SpatialAwarenessSurfaceTypes.cs | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit/Definitions/SpatialAwareness/SpatialAwarenessSurfaceTypes.cs | Assets/MixedRealityToolkit/Definitions/SpatialAwareness/SpatialAwarenessSurfaceTypes.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace Microsoft.MixedReality.Toolkit.SpatialAwareness
{
/// <summary>
/// Enumeration defining the types of planar surfaces that are supported by the spa... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace Microsoft.MixedReality.Toolkit.SpatialAwareness
{
/// <summary>
/// Enumeration defining the types of planar surfaces that are supported by the spa... | mit | C# |
8c4eb9d6a016160d0eaf8c3c6993596952c1a807 | fix match team name doesnt display | sgermosen/TorneoPredicciones,sgermosen/TorneoPredicciones,sgermosen/TorneoPredicciones | CompeTournament.Backend/Persistence/Implementations/GroupRepository.cs | CompeTournament.Backend/Persistence/Implementations/GroupRepository.cs | using System.Linq;
using System.Threading.Tasks;
using CompeTournament.Backend.Data;
using CompeTournament.Backend.Data.Entities;
using CompeTournament.Backend.Persistence.Contracts;
using Microsoft.EntityFrameworkCore;
namespace CompeTournament.Backend.Persistence.Implementations
{
public class GroupRepository :... | using System.Linq;
using System.Threading.Tasks;
using CompeTournament.Backend.Data;
using CompeTournament.Backend.Data.Entities;
using CompeTournament.Backend.Persistence.Contracts;
using Microsoft.EntityFrameworkCore;
namespace CompeTournament.Backend.Persistence.Implementations
{
public class GroupRepository :... | mit | C# |
a0f3f38403ce7b90d294d1b4a397c36b6f144140 | Update KeyGenerator.cs | tiesont/machinekey-generator,tiesont/machinekey-generator,tiesont/machinekey-generator | MachineKeyGenerator/MachineKeyGenerator.Web/Components/KeyGenerator.cs | MachineKeyGenerator/MachineKeyGenerator.Web/Components/KeyGenerator.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
namespace MachineKeyGenerator.Web
{
public class KeyGenerator
{
public string GenerateKey(int length, bool useUpperCase = true)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
namespace MachineKeyGenerator.Web
{
public class KeyGenerator
{
public string GenerateKey(int length, bool useUpperCase = true)
{
... | mit | C# |
0478e828ffe4d97fdac85d49fd780104786be229 | add WebKit statuses in Atom feed | mayuki/PlatformStatusTracker,mayuki/PlatformStatusTracker,mayuki/PlatformStatusTracker | PlatformStatusTracker/PlatformStatusTracker.Web/Views/Home/Feed.cshtml | PlatformStatusTracker/PlatformStatusTracker.Web/Views/Home/Feed.cshtml | @model PlatformStatusTracker.Web.ViewModels.Home.HomeIndexViewModel
@using System.Globalization
@using System.Text
@using PlatformStatusTracker.Core.Data
@using PlatformStatusTracker.Core.Model
@using PlatformStatusTracker.Web.ViewModels.Home
@{
Layout = null;
}
@*<?xml version="1.0" encoding="utf-8"?>*@
<feed xml... | @model PlatformStatusTracker.Web.ViewModels.Home.HomeIndexViewModel
@using System.Globalization
@using System.Text
@using PlatformStatusTracker.Core.Data
@using PlatformStatusTracker.Core.Model
@using PlatformStatusTracker.Web.ViewModels.Home
@{
Layout = null;
}
@*<?xml version="1.0" encoding="utf-8"?>*@
<feed xml... | mit | C# |
b86712014151bb78d6e6adfd35b8499d78ff8f83 | Add additional hole punch logging | Mako88/dxx-tracker | RebirthTracker/RebirthTracker/PacketHandlers/HolePunchPacketHandler.cs | RebirthTracker/RebirthTracker/PacketHandlers/HolePunchPacketHandler.cs | using Microsoft.EntityFrameworkCore;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace RebirthTracker.PacketHandlers
{
/// <summary>
/// Request a game host try a hole punch
/// </summary>
[Opcode(26)]
public class HolePunchPacketHandler : IPacketHa... | using Microsoft.EntityFrameworkCore;
using System;
using System.Linq;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace RebirthTracker.PacketHandlers
{
/// <summary>
/// Request a game host try a hole punch
/// </summary>
[Opcode(26)]
public class HolePunchPacketHandler : IPacketHa... | mit | C# |
3458f380dcd295ec65b2821adb4292384fa38621 | Use var instead. | dlemstra/line-bot-sdk-dotnet,dlemstra/line-bot-sdk-dotnet | src/LineBot/Messages/Template/Actions/Extensions/ITemplateActionExtensions.cs | src/LineBot/Messages/Template/Actions/Extensions/ITemplateActionExtensions.cs | // Copyright 2017-2018 Dirk Lemstra (https://github.com/dlemstra/line-bot-sdk-dotnet)
//
// Dirk Lemstra licenses this file to you under the Apache License,
// version 2.0 (the "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at:
//
// https://www.a... | // Copyright 2017-2018 Dirk Lemstra (https://github.com/dlemstra/line-bot-sdk-dotnet)
//
// Dirk Lemstra licenses this file to you under the Apache License,
// version 2.0 (the "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at:
//
// https://www.a... | apache-2.0 | C# |
f7d659bff85b20acbecf72beb6a32d8b3452f682 | add tests | juna0613/Autod | tests/AutodTest/AadTest.cs | tests/AutodTest/AadTest.cs | using System;
using NUnit.Framework;
using Autod.Core;
namespace AutodTest
{
[TestFixture]
public class AadTest
{
[Test]
public void AadTest1()
{
var x0 = new Aad(4.0);
var x1 = new Aad(2.0);
var y = F(x0, x1);
Assert.That(y.... | using System;
using NUnit.Framework;
using Autod.Core;
namespace AutodTest
{
[TestFixture]
public class AadTest
{
[Test]
public void AadTest1()
{
var x0 = new Aad(4.0);
var x1 = new Aad(2.0);
var y = F(x0, x1);
Assert.That(y.... | mit | C# |
2eda23d58b1b6343a62d2cf57932e61be6976c1b | Make sure that authorization of TraktCalendarAllDVDMoviesRequest is not required | henrikfroehling/TraktApiSharp | Source/Tests/TraktApiSharp.Tests/Experimental/Requests/Calendars/TraktCalendarAllDVDMoviesRequestTests.cs | Source/Tests/TraktApiSharp.Tests/Experimental/Requests/Calendars/TraktCalendarAllDVDMoviesRequestTests.cs | namespace TraktApiSharp.Tests.Experimental.Requests.Calendars
{
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TraktApiSharp.Experimental.Requests.Calendars;
using TraktApiSharp.Objects.Get.Calendars;
using TraktApiSharp.Requests;
[TestClass]
public class... | namespace TraktApiSharp.Tests.Experimental.Requests.Calendars
{
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using TraktApiSharp.Experimental.Requests.Calendars;
using TraktApiSharp.Objects.Get.Calendars;
[TestClass]
public class TraktCalendarAllDVDMoviesRequestT... | mit | C# |
68de7526b2f2217eac914745d036fb5de8f120cd | Fix the new project structure where SMO calls are independant of the SqlServer version | Seddryck/NBi,Seddryck/NBi | NBi.Core/Decoration/DataEngineering/Commands/SqlServer/BatchRunnerProvider.cs | NBi.Core/Decoration/DataEngineering/Commands/SqlServer/BatchRunnerProvider.cs | using NBi.Extensibility.Decoration.DataEngineering;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Core.Decoration.DataEngineering
{
class BatchRunnerProvider
... | using NBi.Extensibility.Decoration.DataEngineering;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace NBi.Core.Decoration.DataEngineering
{
class BatchRunnerProvider
... | apache-2.0 | C# |
f8b85c57b2c99978a7b5156a0900c96b611c69e8 | Update FOAEvents.cs | BarryFogarty/Merchello,Merchello/Merchello.Bazaar,MindfireTechnology/Merchello,BluefinDigital/Merchello,ProNotion/Merchello,Merchello/Merchello,BarryFogarty/Merchello,clausjensen/Merchello,rasmusjp/Merchello,MindfireTechnology/Merchello,ProNotion/Merchello,Merchello/Merchello.Bazaar,BarryFogarty/Merchello,rasmusjp/Merc... | Plugin/Shipping/FreeOverAmount/src/Merchello.Plugin.Shipping.FOA/FOAEvents.cs | Plugin/Shipping/FreeOverAmount/src/Merchello.Plugin.Shipping.FOA/FOAEvents.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Merchello.Core.Models;
using Merchello.Core.Services;
using Merchello.Plugin.Shipping.FOA.Models;
using Newtonsoft.Json;
using Umbraco.Core;
using Umbraco.Core.Events;
using Umbraco.Core.Logging;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Merchello.Core.Models;
using Merchello.Core.Services;
using Merchello.Plugin.Shipping.FOA.Models;
using Newtonsoft.Json;
using Umbraco.Core;
using Umbraco.Core.Events;
using Umbraco.Core.Logging;
... | mit | C# |
982843aff56d34f2bfb9f532a9b0465031f4172d | Add user photo to users list | davidebbo/ForumScorer | ForumScorer/Users.cshtml | ForumScorer/Users.cshtml | @using ForumModels;
@{
string usersFile = Server.MapPath("~/App_Data/users.json");
var userList = new UserList(usersFile);
}
<table class="table">
<thead>
<tr class="lead">
<th></th>
<th></th>
<th>Name</th>
<th>MSDN Name</th>
<th>StackO... | @using ForumModels;
@{
string usersFile = Server.MapPath("~/App_Data/users.json");
var userList = new UserList(usersFile);
}
<table class="table">
<thead>
<tr class="lead">
<th></th>
<th>Name</th>
<th>MSDN Name</th>
<th>StackOverflow ID</th>
... | apache-2.0 | C# |
c5c03ef2bc6b20fc717c3e9a5b9ebe0ccdcf00a3 | Update connector assembly version | yakumo/BotBuilder,stevengum97/BotBuilder,yakumo/BotBuilder,stevengum97/BotBuilder,stevengum97/BotBuilder,yakumo/BotBuilder,msft-shahins/BotBuilder,msft-shahins/BotBuilder,stevengum97/BotBuilder,msft-shahins/BotBuilder,msft-shahins/BotBuilder,yakumo/BotBuilder | CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs | CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.Bot.Connector")]
[assemb... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.Bot.Connector")]
[assemb... | mit | C# |
1c578f285accf3f17168708ba5c6aa1fd402f6ec | Disable playlist start button when attempts have been exhausted | smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu | osu.Game/Screens/OnlinePlay/Playlists/PlaylistsReadyButton.cs | osu.Game/Screens/OnlinePlay/Playlists/PlaylistsReadyButton.cs | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Online.Rooms;
using osu.Game... | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Online.Rooms;
using osu.Game... | mit | C# |
955375b99e3d61afbd392caafc93fce34c7b584e | Update ApplyChangesOperation doc comments | FICTURE7/roslyn,mavasani/roslyn,Maxwe11/roslyn,vslsnap/roslyn,bkoelman/roslyn,tannergooding/roslyn,khellang/roslyn,davkean/roslyn,jhendrixMSFT/roslyn,genlu/roslyn,mattscheffer/roslyn,dpen2000/roslyn,heejaechang/roslyn,droyad/roslyn,physhi/roslyn,jeremymeng/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,budcribar/roslyn,... | src/Workspaces/Core/Portable/CodeActions/Operations/ApplyChangesOperation.cs | src/Workspaces/Core/Portable/CodeActions/Operations/ApplyChangesOperation.cs | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.CodeAnalysis.CodeActions
{
/// <summary>
/// A <see cref="Co... | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.CodeAnalysis.CodeActions
{
/// <summary>
/// A <see cref="Co... | mit | C# |
1f7270482ce3fe7d69389c3de1ba4cd80ed3157f | Annotate return value for consumers | smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework | osu.Framework/Extensions/ObjectExtensions/ObjectExtensions.cs | osu.Framework/Extensions/ObjectExtensions/ObjectExtensions.cs | // 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.
#nullable enable
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
namespace osu.Framework.Extensions.ObjectExtensions
{
/// <summary>
/// Extens... | // 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.
#nullable enable
using System.Diagnostics;
namespace osu.Framework.Extensions.ObjectExtensions
{
/// <summary>
/// Extensions that apply to all objects.
///... | mit | C# |
ae07df0dea08463297b215e1ac2a3b2138d15dfb | Fix for Unload/Reload project bug - https://github.com/ppittle/pMixins/issues/11 | ppittle/pMixins,ppittle/pMixins,ppittle/pMixins | CopaceticSoftware.CodeGenerator.StarterKit/Infrastructure/VisualStudioSolution/MicrosoftBuildProjectLoader.cs | CopaceticSoftware.CodeGenerator.StarterKit/Infrastructure/VisualStudioSolution/MicrosoftBuildProjectLoader.cs | //-----------------------------------------------------------------------
// <copyright file="MicrosoftBuildProjectLoader.cs" company="Copacetic Software">
// Copyright (c) Copacetic Software.
// <author>Philip Pittle</author>
// <date>Tuesday, May 6, 2014 9:01:51 PM</date>
// Licensed under the Apache License, ... | //-----------------------------------------------------------------------
// <copyright file="MicrosoftBuildProjectLoader.cs" company="Copacetic Software">
// Copyright (c) Copacetic Software.
// <author>Philip Pittle</author>
// <date>Tuesday, May 6, 2014 9:01:51 PM</date>
// Licensed under the Apache License, ... | apache-2.0 | C# |
3bd840bda4d273f2910e6ce18a000cbe731c0682 | test second 'good' commit' | MatthewKapteyn/SubmoduleTest | SubmoduleTest/Program.cs | SubmoduleTest/Program.cs | using System;
//using Huawei_Unlock;
namespace SubmoduleTest
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
//Test.HW_ALGO_SELECTOR("This_is_a_15_digit_imei_jk");
Console.WriteLine("Made second change to SubmoduleTes... | using System;
//using Huawei_Unlock;
namespace SubmoduleTest
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
//Test.HW_ALGO_SELECTOR("This_is_a_15_digit_imei_jk");
Console.WriteLine("Made second change to SubmoduleTes... | unlicense | C# |
e8f41eb800a3435d785a1b3b5d7472b00b142230 | remove wrong Obsolete attribute | SorenZ/Alamut.DotNet | src/Alamut.Helpers/Attribute/Helper.cs | src/Alamut.Helpers/Attribute/Helper.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
namespace Alamut.Helpers.Attribute
{
public static class Helper
{
/// <summary>
/// gets display properties by property name
/// </summary>
/// <param name="... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
namespace Alamut.Helpers.Attribute
{
public static class Helper
{
/// <summary>
/// gets display properties by property name
/// </summary>
/// <param name="... | mit | C# |
42e49ef4bcb15989258cac2b09440ce2226f220d | correct comment | cbovar/ConvNetSharp | src/ConvNetSharp.Flow/Ops/LeakyRelu.cs | src/ConvNetSharp.Flow/Ops/LeakyRelu.cs | using System;
using System.Collections.Generic;
using ConvNetSharp.Volume;
namespace ConvNetSharp.Flow.Ops
{
/// <summary>
/// Implements LeakyReLU nonlinearity elementwise
/// x -> x > 0, x, otherwise alpha * x
/// </summary>
/// <typeparam name="T"></typeparam>
public class LeakyRelu<... | using System;
using System.Collections.Generic;
using ConvNetSharp.Volume;
namespace ConvNetSharp.Flow.Ops
{
/// <summary>
/// Implements LeakyReLU nonlinearity elementwise
/// x -> x > 0, x, otherwise 0.01x
/// </summary>
/// <typeparam name="T"></typeparam>
public class LeakyRelu<T> :... | mit | C# |
e655c3a5f1c5c643773fab9f775483d82db3a872 | Add `void ExecuteWithin(Action action)` method to `UIComponentScopeCache` | YevgeniyShunevych/Atata,YevgeniyShunevych/Atata,atata-framework/atata,atata-framework/atata | src/Atata/Components/UIComponentScopeCache.cs | src/Atata/Components/UIComponentScopeCache.cs | using System;
using System.Collections.Generic;
using OpenQA.Selenium;
namespace Atata
{
internal class UIComponentScopeCache
{
private readonly Dictionary<UIComponent, Dictionary<Visibility, IWebElement>> _accessChainItems =
new Dictionary<UIComponent, Dictionary<Visibility, IWebElement>>... | using System.Collections.Generic;
using OpenQA.Selenium;
namespace Atata
{
internal class UIComponentScopeCache
{
private readonly Dictionary<UIComponent, Dictionary<Visibility, IWebElement>> _accessChainItems =
new Dictionary<UIComponent, Dictionary<Visibility, IWebElement>>();
p... | apache-2.0 | C# |
f2426448c1c890e922287a177c7e898c2d0bf8b2 | Remove unused DependentProperties property | Krusen/ErgastApi.Net | src/ErgastApi/Client/UrlSegmentInfo.cs | src/ErgastApi/Client/UrlSegmentInfo.cs | using System;
using System.Collections.Generic;
namespace ErgastApi.Client
{
public class UrlSegmentInfo : IComparable<UrlSegmentInfo>
{
public int? Order { get; set; }
public string Name { get; set; }
public string Value { get; set; }
public bool IsTerminator { get; set; }
... | using System;
using System.Collections.Generic;
namespace ErgastApi.Client
{
public class UrlSegmentInfo : IComparable<UrlSegmentInfo>
{
public int? Order { get; set; }
public string Name { get; set; }
public string Value { get; set; }
public bool IsTerminator { get; set; }
... | unlicense | C# |
7696643b3ed53b0de0a5d3a372e7ad02b69547ee | Update JimBennett.cs | MabroukENG/planetxamarin,stvansolano/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,beraybentesen/planetxamarin,MabroukENG/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,beraybentesen/planetxamarin,MabroukENG/planetxamarin,stvansolano/planetxamarin,stvansolano/planetxamarin... | src/Firehose.Web/Authors/JimBennett.cs | src/Firehose.Web/Authors/JimBennett.cs | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class JimBennett : IAmAMicrosoftMVP, IAmAXamarinMVP
{
public string FirstName => "Jim";
public string LastName => "Bennett";
public string Title => "published auth... | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class JimBennett : IAmAMicrosoftMVP, IAmAXamarinMVP
{
public string FirstName => "Jim";
public string LastName => "Bennett";
public string Title => "Mobile develop... | mit | C# |
5dd8dac192054ab39d7561f7d8223619ad531f1a | Correct error message for missing test connection string | mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,ericgreenmix/marten,jokokko/marten,jokokko/marten,mdissel/Marten,ericgreenmix/marten,mysticmind/marten,jokokko/marten,JasperFx/Marten,jokokko/marten,mdissel/Marten,jokokko/marten,JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten | src/Marten.Testing/ConnectionSource.cs | src/Marten.Testing/ConnectionSource.cs | using System;
namespace Marten.Testing
{
public class ConnectionSource : ConnectionFactory
{
public static readonly string ConnectionString = Environment.GetEnvironmentVariable("marten_testing_database");
static ConnectionSource()
{
if (ConnectionString.IsEmpty())
... | using System;
using Baseline;
namespace Marten.Testing
{
public class ConnectionSource : ConnectionFactory
{
public static readonly string ConnectionString = Environment.GetEnvironmentVariable("marten_testing_database");
static ConnectionSource()
{
if (ConnectionString.IsE... | mit | C# |
1a420a4108577165c3953da796a4cc6612a799aa | Define type interface for IGraph | DasAllFolks/SharpGraphs | Graph/IGraph.cs | Graph/IGraph.cs | using System;
namespace Graph
{
public interface IGraph<E, V> : IEquatable<IGraph<E, V>> where E: IEdge<V>
{
}
}
| namespace Graph
{
public interface IGraph<T>
{
}
}
| apache-2.0 | C# |
e16121cc8472b8bdc3d975305f42df6c8cba0390 | Add XML comments | YevgeniyShunevych/Atata,YevgeniyShunevych/Atata,atata-framework/atata,atata-framework/atata | src/Atata/Attributes/Triggers/VerifyTitleSettingsAttribute.cs | src/Atata/Attributes/Triggers/VerifyTitleSettingsAttribute.cs | using System;
namespace Atata
{
/// <summary>
/// Defines the settings to apply for the <see cref="VerifyTitleAttribute"/> trigger.
/// </summary>
[AttributeUsage(AttributeTargets.Assembly)]
public class VerifyTitleSettingsAttribute : TermSettingsAttribute
{
public VerifyTitl... | using System;
namespace Atata
{
[AttributeUsage(AttributeTargets.Assembly)]
public class VerifyTitleSettingsAttribute : TermSettingsAttribute
{
public VerifyTitleSettingsAttribute(TermCase termCase = TermCase.Inherit)
: base(termCase)
{
}
public Ver... | apache-2.0 | C# |
5f44fa77bae42b3c84506a9a6ab20455da708ae9 | Add JsonIgnore to MonitorState ISessionControllers | tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,Cyberboss/tgstation-server,Cyberboss/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/MonitorState.cs | src/Tgstation.Server.Host/Components/Watchdog/MonitorState.cs | using Newtonsoft.Json;
namespace Tgstation.Server.Host.Components.Watchdog
{
/// <summary>
/// The (absolute) state of the <see cref="Watchdog"/>
/// </summary>
sealed class MonitorState
{
/// <summary>
/// If the inactive server is being rebooted
/// </summary>
public bool RebootingInactiveServer ... | namespace Tgstation.Server.Host.Components.Watchdog
{
sealed class MonitorState
{
public bool RebootingInactiveServer { get; set; }
public bool InactiveServerHasStagedDmb { get; set; }
public bool InactiveServerCritFail { get; set; }
public MonitorAction NextAction { get; set; }
public ISessionCo... | agpl-3.0 | C# |
b624d87a59b028c8682523aeabfd03a0b82c011b | make sure related links datatype value type is set to JSON | qizhiyu/Umbraco-CMS,Scott-Herbert/Umbraco-CMS,umbraco/Umbraco-CMS,kasperhhk/Umbraco-CMS,gavinfaux/Umbraco-CMS,WebCentrum/Umbraco-CMS,JeffreyPerplex/Umbraco-CMS,rasmusfjord/Umbraco-CMS,rajendra1809/Umbraco-CMS,kgiszewski/Umbraco-CMS,Spijkerboer/Umbraco-CMS,engern/Umbraco-CMS,robertjf/Umbraco-CMS,Phosworks/Umbraco-CMS,m0... | src/Umbraco.Web/PropertyEditors/RelatedLinksPropertyEditor.cs | src/Umbraco.Web/PropertyEditors/RelatedLinksPropertyEditor.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Umbraco.Core;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
[PropertyEditor(Constants.PropertyEditors.RelatedLinksAlias, "Related links", "relatedlinks"... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Umbraco.Core;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.PropertyEditors
{
[PropertyEditor(Constants.PropertyEditors.RelatedLinksAlias, "Related links", "relatedlinks"... | mit | C# |
acb9871c43ac63685cbadeb96b051b25a0e65424 | Fix DTE.ItemOperations.Navigate | mrward/monodevelop-nuget-extensions,mrward/monodevelop-nuget-extensions | src/MonoDevelop.PackageManagement.Extensions/MonoDevelop.PackageManagement.EnvDTE/ItemOperationsMessageHandler.cs | src/MonoDevelop.PackageManagement.Extensions/MonoDevelop.PackageManagement.EnvDTE/ItemOperationsMessageHandler.cs | //
// ItemOperationsMessageHandler.cs
//
// Author:
// Matt Ward <matt.ward@microsoft.com>
//
// Copyright (c) 2019 Microsoft
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software with... | //
// ItemOperationsMessageHandler.cs
//
// Author:
// Matt Ward <matt.ward@microsoft.com>
//
// Copyright (c) 2019 Microsoft
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software with... | mit | C# |
eb99b387495856b7f618c6d757b0a09ac6c94b1a | Fix - Corretto nome variabile | vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Servizi/DistaccamentoUtentiComuni/GetDistaccamentoByCodiceSede.cs | src/backend/SO115App.FakePersistance.ExternalAPI/Servizi/DistaccamentoUtentiComuni/GetDistaccamentoByCodiceSede.cs | using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.API.Models.Classi.Condivise;
using SO115App.ExternalAPI.Fake.Classi.DistaccamentiUtenteComune;
using SO115App.ExternalAPI.Fake.Classi.Utility;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Servizi.Infrastruttura.SistemiEste... | using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.API.Models.Classi.Condivise;
using SO115App.ExternalAPI.Fake.Classi.DistaccamentiUtenteComune;
using SO115App.ExternalAPI.Fake.Classi.Utility;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Servizi.Infrastruttura.SistemiEste... | agpl-3.0 | C# |
9fbc53e49447637e3d5d0b7b376d7973c47cea0e | adjust access modifier | Team-Captain-Marvel-2016/Team-Captain-Marvel-2016-Project,Team-Captain-Marvel-2016/TeamWorkSkeletonSample,Team-Captain-Marvel-2016/Team-Captain-Marvel-2016-Project,Team-Captain-Marvel-2016/TeamWorkSkeletonSample | TeamWorkSkeleton/FootballPlayerAssembly/FootballPlayerFactoryClasses/NeptunianFootballPlayerConstructingMethodss.cs | TeamWorkSkeleton/FootballPlayerAssembly/FootballPlayerFactoryClasses/NeptunianFootballPlayerConstructingMethodss.cs | using FootballPlayerAssembly.FootballPlayerAbstractClass;
using FootballPlayerAssembly.SpeciesNameGenerators;
namespace FootballPlayerAssembly.FootballPlayerFactoryClasses
{
public static partial class FootballPlayerFactory
{
private static FootballPlayer CreateNeptunianAttacker(FootballPlayer baseStat... | using FootballPlayerAssembly.FootballPlayerAbstractClass;
using FootballPlayerAssembly.SpeciesNameGenerators;
namespace FootballPlayerAssembly.FootballPlayerFactoryClasses
{
public static partial class FootballPlayerFactory
{
internal static FootballPlayer CreateNeptunianAttacker(FootballPlayer baseSta... | mit | C# |
e52f6cf1ac322c4d898c4abbda62e0cf2eeefe44 | Fix find vessels landed at | gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer | Client/Harmony/ShipConstruction_FindVesselsLandedAt.cs | Client/Harmony/ShipConstruction_FindVesselsLandedAt.cs | using Harmony;
using LunaClient.Systems.Lock;
using LunaCommon.Enums;
using System.Collections.Generic;
// ReSharper disable All
namespace LunaClient.Harmony
{
/// <summary>
/// This harmony patch is intended to override the "FindVesselsLandedAt" that sometimes is called to check if there are vessels in a lau... | using Harmony;
using LunaClient.Systems.Lock;
using LunaCommon.Enums;
using System.Collections.Generic;
// ReSharper disable All
namespace LunaClient.Harmony
{
/// <summary>
/// This harmony patch is intended to override the "FindVesselsLandedAt" that sometimes is called to check if there are vessels in a lau... | mit | C# |
36acb2a61e5274001db3082c6176d7f5a70bd8e5 | Check latest version in Unity Settings panel | vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup | Soomla/Assets/Plugins/Soomla/Levelup/Config/LevelUpSettings.cs | Soomla/Assets/Plugins/Soomla/Levelup/Config/LevelUpSettings.cs | /// Copyright (C) 2012-2014 Soomla Inc.
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
/// You may obtain a copy of the License at
///
/// http://www.apache.org/licenses/LICENSE-2.0
///
/// Unless required by applicable ... | /// Copyright (C) 2012-2014 Soomla Inc.
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
/// You may obtain a copy of the License at
///
/// http://www.apache.org/licenses/LICENSE-2.0
///
/// Unless required by applicable ... | apache-2.0 | C# |
74142c0586d6164c3937792d37bc68e051d3fcd9 | IMPROVE 24 Check latest version in Unity Settings panel | vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup | Soomla/Assets/Plugins/Soomla/Levelup/Config/LevelUpSettings.cs | Soomla/Assets/Plugins/Soomla/Levelup/Config/LevelUpSettings.cs | /// Copyright (C) 2012-2014 Soomla Inc.
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
/// You may obtain a copy of the License at
///
/// http://www.apache.org/licenses/LICENSE-2.0
///
/// Unless required by applicable ... | /// Copyright (C) 2012-2014 Soomla Inc.
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
/// You may obtain a copy of the License at
///
/// http://www.apache.org/licenses/LICENSE-2.0
///
/// Unless required by applicable ... | apache-2.0 | C# |
32d17766cc030933be924611575fe1620f13e23c | add compression | davidbetz/nalarium | Core/Nalarium/IO/Compression.cs | Core/Nalarium/IO/Compression.cs | #region Copyright
//+ Jampad Technology, Inc. 2007-2013 Pro 3.0 - Core Module
//+ Copyright © Jampad Technology, Inc. 2008-2010
#endregion
using System.IO;
using System.IO.Compression;
using System.Text;
namespace Nalarium.IO
{
/// <summary>
/// Compresses and decompresses.
/// </summary>
public st... | #region Copyright
//+ Jampad Technology, Inc. 2007-2013 Pro 3.0 - Core Module
//+ Copyright © Jampad Technology, Inc. 2008-2010
#endregion
using System.IO;
using System.IO.Compression;
using System.Text;
namespace Nalarium.IO
{
/// <summary>
/// Compresses and decompresses.
/// </summary>
public st... | bsd-3-clause | C# |
774f48e37cb9237d472b05e8e8515f561b8e62b7 | Remove throttle in Pin lock check. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/LockScreen/PinLockScreenViewModel.cs | WalletWasabi.Gui/Controls/LockScreen/PinLockScreenViewModel.cs | using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using System;
using System.Reactive;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public class PinLockScreenViewModel : ViewModelBase, ILockScreenViewModel
{
private L... | using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using System;
using System.Reactive;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public class PinLockScreenViewModel : ViewModelBase, ILockScreenViewModel
{
private L... | mit | C# |
bd8fa2a63648cd22f87b078a00d5cfe0f2cb3e7e | Fix type fast => no validation | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/LockScreen/PinLockScreenViewModel.cs | WalletWasabi.Gui/Controls/LockScreen/PinLockScreenViewModel.cs | using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using System;
using System.Reactive;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public class PinLockScreenViewModel : ViewModelBase, ILockScreenViewModel
{
private L... | using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using System;
using System.Reactive;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public class PinLockScreenViewModel : ViewModelBase, ILockScreenViewModel
{
private L... | mit | C# |
1ec6be087fb3cccded34477f1386ca1d72492ab1 | Mark IsDirty property as internal | wieslawsoltes/Draw2D,wieslawsoltes/Draw2D,wieslawsoltes/Draw2D | src/Draw2D.Core/ObservableObject.cs | src/Draw2D.Core/ObservableObject.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.ComponentModel;
using System.Runtime.CompilerServices;
namespace Draw2D.Core
{
public abstract class ObservableObject : INotifyPropertyChanged
... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.ComponentModel;
using System.Runtime.CompilerServices;
namespace Draw2D.Core
{
public abstract class ObservableObject : INotifyPropertyChanged
... | mit | C# |
d1f27c5dbcffb72bebbb573470281dc57b4c3818 | Update src/NUnitFramework/framework/Internal/Extensions/IPropertyBagDataExtensions.cs | nunit/nunit,nunit/nunit | src/NUnitFramework/framework/Internal/Extensions/IPropertyBagDataExtensions.cs | src/NUnitFramework/framework/Internal/Extensions/IPropertyBagDataExtensions.cs | // Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt
#nullable enable
using System;
using NUnit.Framework.Interfaces;
namespace NUnit.Framework.Internal.Extensions
{
/// <summary>
/// Extensions to <see cref="IPropertyBag"/>.
/// </summary>
internal static class ... | // Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt
#nullable enable
using System;
using NUnit.Framework.Interfaces;
namespace NUnit.Framework.Internal.Extensions
{
/// <summary>
/// Extensions to <see cref="IPropertyBag"/>.
/// </summary>
internal static class ... | mit | C# |
5ce022f24c6388ab8f5462ffa1d775ea306fe390 | Fix build | tomgilder/dserv,tomgilder/dserv | src/Server/Dserv.Server/IHandler.cs | src/Server/Dserv.Server/IHandler.cs | using System.Net;
using System.Threading.Tasks;
namespace Dserv.Server
{
public interface IHandler
{
bool CanHandle(HttpListenerRequest request);
Task HandleAsync(HttpListenerContext context);
}
}
| using System.Net;
using System.Threading.Tasks;
namespace Dserv.Server
{
public interface IHandler
{
//bool CanHandle(HttpListenerRequest request);
//Task HandleAsync(HttpListenerContext context);
}
}
| mit | C# |
2395370c2c9fbbac925f0953729d394a0ec8d4fc | bump version, add github link | eth0up/R6GameServicePatcher | Properties/AssemblyInfo.cs | Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTit... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | mit | C# |
92d3a58bac7f9f0c0dd02094f055f02b06b53977 | Add basic methods to distinguish between an empty and a non-empty value. | PenguinF/sandra-three | Eutherion/Shared/Utils/Maybe.cs | Eutherion/Shared/Utils/Maybe.cs | #region License
/*********************************************************************************
* Maybe.cs
*
* Copyright (c) 2004-2019 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain ... | #region License
/*********************************************************************************
* Maybe.cs
*
* Copyright (c) 2004-2019 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain ... | apache-2.0 | C# |
2a8413aae59779a6581e5309a907f10270492298 | Update version to 1.9.0.0 | davispuh/gear-emu,gatuno1/gear-emu-branch-old,davispuh/gear-emu,gatuno1/gear-emu-branch-old,davispuh/gear-emu,gatuno1/gear-emu-branch-old,davispuh/gear-emu | Gear/Properties/AssemblyInfo.cs | Gear/Properties/AssemblyInfo.cs | /* --------------------------------------------------------------------------------
* Gear: Parallax Inc. Propeller Debugger
* Copyright 2007 - Robert Vandiver
* --------------------------------------------------------------------------------
* AssemblyInfo.cs
* Run-time settings for gear
* ---------------... | /* --------------------------------------------------------------------------------
* Gear: Parallax Inc. Propeller Debugger
* Copyright 2007 - Robert Vandiver
* --------------------------------------------------------------------------------
* AssemblyInfo.cs
* Run-time settings for gear
* ---------------... | lgpl-2.1 | C# |
031f6260e69a80d4be87d94791191a9b504c3a19 | bump ver | AntonyCorbett/OnlyT,AntonyCorbett/OnlyT | SolutionInfo.cs | SolutionInfo.cs | using System.Reflection;
[assembly: AssemblyCompany("SoundBox")]
[assembly: AssemblyProduct("OnlyT")]
[assembly: AssemblyCopyright("Copyright © 2019 Antony Corbett")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.2.0.5")] | using System.Reflection;
[assembly: AssemblyCompany("SoundBox")]
[assembly: AssemblyProduct("OnlyT")]
[assembly: AssemblyCopyright("Copyright © 2019 Antony Corbett")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.2.0.4")] | mit | C# |
0090f5af27faafdb6abf6d74691b8b100a33dd33 | Remove unused usings | eriawan/roslyn,AlekseyTs/roslyn,jasonmalinowski/roslyn,dotnet/roslyn,nguerrera/roslyn,physhi/roslyn,panopticoncentral/roslyn,genlu/roslyn,swaroop-sridhar/roslyn,KevinRansom/roslyn,gafter/roslyn,panopticoncentral/roslyn,stephentoub/roslyn,gafter/roslyn,AmadeusW/roslyn,panopticoncentral/roslyn,jmarolf/roslyn,KirillOsenko... | src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl.RenameDocumentUndoUnit.cs | src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl.RenameDocumentUndoUnit.cs | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq;
using Microsoft.VisualStudio.OLE.Interop;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem
{
... | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.OLE.Interop;
namespace Microso... | mit | C# |
a9f8b9597c1375e9ab239d85139c69aed405925a | remove debug code | EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap | CharacterMap/CharacterMap/Core/AlphaKeyGroup.cs | CharacterMap/CharacterMap/Core/AlphaKeyGroup.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Windows.Globalization.Collation;
namespace CharacterMap.Core
{
public class AlphaKeyGroup<T> : List<T>
{
const string GlobeGroupKey = "?";
public string Key { get; private set; }
//public... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Windows.Globalization.Collation;
namespace CharacterMap.Core
{
public class AlphaKeyGroup<T> : List<T>
{
const string GlobeGroupKey = "?";
public string Key { get; private set; }
//public... | mit | C# |
34e040ecf99a6aa899772c9804adbf7d6d145e52 | Fix panama duplicate entry | tinohager/Nager.Date,tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/PublicHolidays/PanamaProvider.cs | Src/Nager.Date/PublicHolidays/PanamaProvider.cs | using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
public class PanamaProvider : CatholicBaseProvider
{
public override IEnumerable<PublicHoliday> Get(int year)
{
//Panama
//https://en.wikipedia.org/wiki/Pu... | using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
public class PanamaProvider : CatholicBaseProvider
{
public override IEnumerable<PublicHoliday> Get(int year)
{
//Panama
//https://en.wikipedia.org/wiki/Pu... | mit | C# |
a22912756784bae8b94d209ccabc30e908f765fa | Change back to use the default database name. | lukecahill/NutritionTracker | food_tracker/TrackerContext.cs | food_tracker/TrackerContext.cs | using System.Data.Entity;
namespace food_tracker {
public class TrackerContext : DbContext {
public TrackerContext() : base() {
Configuration.LazyLoadingEnabled = false;
this.Database.Log = s => System.Diagnostics.Debug.WriteLine(s);
}
public DbSet<WholeDay> Days... | using System.Data.Entity;
namespace food_tracker {
public class TrackerContext : DbContext {
public TrackerContext() : base("name=NutritionTrackerContext") {
Configuration.LazyLoadingEnabled = false;
this.Database.Log = s => System.Diagnostics.Debug.WriteLine(s);
}
... | mit | C# |
09b3b25798211fdabc200a8e754474879495e4f5 | rename method | DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit.Providers/WindowsMixedReality/Editor/ConfigurationChecker/WindowsMixedRealityConfigurationChecker.cs | Assets/MixedRealityToolkit.Providers/WindowsMixedReality/Editor/ConfigurationChecker/WindowsMixedRealityConfigurationChecker.cs | // 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.Utilities.Editor;
using System.IO;
using UnityEditor;
namespace Microsoft.MixedReality.Toolkit.WindowsMixedReality
{
/// <... | // 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.Utilities.Editor;
using System.IO;
using UnityEditor;
namespace Microsoft.MixedReality.Toolkit.WindowsMixedReality
{
/// <... | mit | C# |
f768e62d40278b4c22e13ce916a84c71ea63926a | add custom content serializer extension to CapBuilder | dotnetcore/CAP,dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap | src/DotNetCore.CAP/CAP.Builder.cs | src/DotNetCore.CAP/CAP.Builder.cs | using System;
using DotNetCore.CAP.Abstractions;
using Microsoft.Extensions.DependencyInjection;
namespace DotNetCore.CAP
{
/// <summary>
/// Used to verify cap service was called on a ServiceCollection
/// </summary>
public class CapMarkerService
{
}
/// <summary>
/// Used to verify ... | using System;
using Microsoft.Extensions.DependencyInjection;
namespace DotNetCore.CAP
{
/// <summary>
/// Used to verify cap service was called on a ServiceCollection
/// </summary>
public class CapMarkerService
{
}
/// <summary>
/// Used to verify cap database storage extension was ... | mit | C# |
c66064872a18d1bd75cdcdde80fa4242f5054978 | Fix `DrawableHit` test scene not showing rim hits correctly | ppy/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableHit.cs | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableHit.cs | // 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.
#nullable disable
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Rulesets.Taiko.Obje... | // 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.
#nullable disable
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Rulesets.Taiko.Obje... | mit | C# |
0805b65e0e9af48a8276d529f73773b634de4bda | Update NUnitTest1.cs | informedcitizenry/6502.Net | NUnitTest6502.Net/NUnitTest1.cs | NUnitTest6502.Net/NUnitTest1.cs | using Asm6502.Net;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace UnitTest6502.Net
{
[TestFixture]
public class GeneralTest
{
[Test]
public void TestStringBuilderExtensions()
{
StringB... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using Asm6502.Net;
namespace UnitTest6502.Net
{
[TestFixture]
public class GeneralTest
{
[Test]
public void TestStringBuilderExtensions()... | mit | C# |
5419b461450cda52197197034c1286695bf86939 | Fix NSUrlConnection:SendSynchronousRequest binding | beni55/maccore,mono/maccore,cwensley/maccore,jorik041/maccore | src/Foundation/NSUrlConnection.cs | src/Foundation/NSUrlConnection.cs | //
// NSUrlConnection.cs:
// Author:
// Miguel de Icaza
//
using System;
using System.Reflection;
using System.Collections;
using System.Runtime.InteropServices;
using MonoMac.ObjCRuntime;
namespace MonoMac.Foundation {
public partial class NSUrlConnection {
static Selector selSendSynchronousRequ... | //
// NSUrlConnection.cs:
// Author:
// Miguel de Icaza
//
using System;
using System.Reflection;
using System.Collections;
using System.Runtime.InteropServices;
using MonoMac.ObjCRuntime;
namespace MonoMac.Foundation {
public partial class NSUrlConnection {
static Selector selSendSynchronousRequ... | apache-2.0 | C# |
2e5a292f440eef4a9f3b27061060a79f0df368d9 | Add extra parameter in connection API | stankovski/azure-powershell,haocs/azure-powershell,arcadiahlyy/azure-powershell,atpham256/azure-powershell,jtlibing/azure-powershell,arcadiahlyy/azure-powershell,rohmano/azure-powershell,AzureAutomationTeam/azure-powershell,jtlibing/azure-powershell,naveedaz/azure-powershell,shuagarw/azure-powershell,AzureRT/azure-powe... | src/ResourceManager/Network/Commands.Network/Models/PSVirtualNetworkGatewayConnection.cs | src/ResourceManager/Network/Commands.Network/Models/PSVirtualNetworkGatewayConnection.cs | // ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apa... | // ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apa... | apache-2.0 | C# |
4b0c09b69c46526cadae4fd60a3a8e27ba8283d4 | Add async enumerator for Task collection | KodamaSakuno/Sakuno.Base | src/Sakuno.Base/TaskExtensions.cs | src/Sakuno.Base/TaskExtensions.cs | using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace Sakuno
{
[EditorBrowsable(EditorBrowsableState.Never)]
public static class TaskExtensions
{
#pragma warning disable IDE0060
[MethodImpl(Me... | using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace Sakuno
{
[EditorBrowsable(EditorBrowsableState.Never)]
public static class TaskExtensions
{
#pragma warning disable IDE0060
[MethodImpl(MethodImplOptions.Agg... | mit | C# |
16af37474f59acebad35de77099910f68ea36c17 | Update tests re: process builder, etc. | brendanjbaker/Bakery | test/Bakery.Processes.Tests/Bakery/Processes/SystemDiagnosticsProcessTests.cs | test/Bakery.Processes.Tests/Bakery/Processes/SystemDiagnosticsProcessTests.cs | namespace Bakery.Processes
{
using System;
using System.Text;
using System.Threading.Tasks;
using Xunit;
public class SystemDiagnosticsProcessTests
{
[Fact]
public async Task EchoWithCombinedOutput()
{
var process = await new ProcessFactory().RunAsync(builder =>
{
return builder
... | namespace Bakery.Processes
{
using Specification.Builder;
using System;
using System.Text;
using System.Threading.Tasks;
using Xunit;
public class SystemDiagnosticsProcessTests
{
[Fact]
public async Task EchoWithCombinedOutput()
{
var processSpecification =
ProcessSpecificationBuilde... | mit | C# |
bb118a68765f2b1b35704fefaa1e592355c7f3c5 | improve AdditionalPluginsInstaller so that updated plugin is immeditely loaded | JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | unity/JetBrains.Rider.Unity.Editor/EditorPlugin/AdditionalPluginsInstaller.cs | unity/JetBrains.Rider.Unity.Editor/EditorPlugin/AdditionalPluginsInstaller.cs | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using JetBrains.Util.Logging;
using UnityEditor;
namespace JetBrains.Rider.Unity.Editor
{
public static class AdditionalPluginsInstaller
{
private static readonly ILog ourLogger = Log.GetLog("AdditionalPluginsInstaller");
pri... | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using JetBrains.Util.Logging;
namespace JetBrains.Rider.Unity.Editor
{
public static class AdditionalPluginsInstaller
{
private static readonly ILog ourLogger = Log.GetLog("AdditionalPluginsInstaller");
private static readonl... | apache-2.0 | C# |
dcba622771f1229e1cee05ee4581b2330de1d1fb | Use RecordedTest in template live tests (#19064) | ayeletshpigelman/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,ayeletshpigelman/azure-sdk-for-net,ayeletshpigelman/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,jackmagic313/azure-sdk-for-net,jackmag... | sdk/template/Azure.Template/tests/MiniSecretClientLiveTests.cs | sdk/template/Azure.Template/tests/MiniSecretClientLiveTests.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using NUnit.Framework;
namespace Azure.Template.Tests
{
public class MiniSecretClientLiveTests: RecordedTestBase<MiniSecretClientTestEnvironm... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using NUnit.Framework;
namespace Azure.Template.Tests
{
public class MiniSecretClientLiveTests: RecordedTestBase<MiniSecretClientTestEnvironm... | mit | C# |
51f36a6c3534fb08859b9cffb4456dc6ed9764a4 | Change namespace | fredrikstrandin/IdentityServer4.MongoDB | src/Core.MongoDB/Extensions/IdentityServerBuilderExtensions.cs | src/Core.MongoDB/Extensions/IdentityServerBuilderExtensions.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using IdentityServer4.Core.Services;
using IdentityServer4.Core.Services.MongoDB;
using IdentityServer4.Core.Validation;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extens... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using IdentityServer4.Core.Services;
using IdentityServer4.Core.Services.MongoDB;
using IdentityServer4.Core.Validation;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extens... | apache-2.0 | C# |
ffef81475f26d06167e2b07360f6bfe0cc6574bf | Fix SqlServer | tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Database/SqlServerDatabaseContext.cs | src/Tgstation.Server.Host/Database/SqlServerDatabaseContext.cs | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using Tgstation.Server.Host.Configuration;
namespace Tgstation.Server.Host.Database
{
/// <summary>
/// <see cref="DatabaseContext{TParentContext}"/> for Sqlserver
/// </summary>
sealed class... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using Tgstation.Server.Host.Configuration;
namespace Tgstation.Server.Host.Database
{
/// <summary>
/// <see cref="DatabaseContext{TParentContext}"/> for Sqlserver
/// </summary>
sealed class... | agpl-3.0 | C# |
1ce8b42c062f4ec6dca59111f24c66ee2e672856 | prepare for minor release update | AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/azure-activedirectory-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet | src/ADAL.Common/CommonAssemblyInfo.cs | src/ADAL.Common/CommonAssemblyInfo.cs | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated doc... | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated doc... | mit | C# |
7776b911593bd2b58e817b679824f666c769290e | Refresh token constant | Autodesk-Forge/forge-api-dotnet-client,Autodesk-Forge/forge-api-dotnet-client | src/Autodesk.Forge/Model/Constants.cs | src/Autodesk.Forge/Model/Constants.cs | /*
* Forge SDK
*
* The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering.
*
* OpenAPI spec version: 0.1.0
* Contact: forge.help@autodesk.com
* Ge... | /*
* Forge SDK
*
* The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering.
*
* OpenAPI spec version: 0.1.0
* Contact: forge.help@autodesk.com
* Ge... | apache-2.0 | C# |
8cdb1c68ad25280e359e07d0ff68db3bfce4ce5a | Add invariant IFormatterProvider to avoid issues based on user local | michael-wolfenden/cake,vlesierse/cake,phrusher/cake,cake-build/cake,gep13/cake,Julien-Mialon/cake,UnbelievablyRitchie/cake,Sam13/cake,robgha01/cake,robgha01/cake,thomaslevesque/cake,mholo65/cake,cake-build/cake,Julien-Mialon/cake,patriksvensson/cake,RehanSaeed/cake,ferventcoder/cake,RehanSaeed/cake,devlead/cake,patriks... | src/Cake/Arguments/VerbosityParser.cs | src/Cake/Arguments/VerbosityParser.cs | using System;
using System.Collections.Generic;
using System.Globalization;
using Cake.Core.Diagnostics;
namespace Cake.Arguments
{
/// <summary>
/// Responsible for parsing <see cref="Verbosity"/>.
/// </summary>
internal sealed class VerbosityParser
{
private readonly Dictionary<string, ... | using System;
using System.Collections.Generic;
using Cake.Core.Diagnostics;
namespace Cake.Arguments
{
/// <summary>
/// Responsible for parsing <see cref="Verbosity"/>.
/// </summary>
internal sealed class VerbosityParser
{
private readonly Dictionary<string, Verbosity> _lookup;
... | mit | C# |
ba95bf6748457ea1cb63f7ae9bc436df1539b362 | add missing fields | FacturAPI/facturapi-net | facturapi-net/Models/Invoice.cs | facturapi-net/Models/Invoice.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Facturapi
{
public class Invoice
{
public string Id { get; set; }
public DateTime CreatedAt { get; set; }
public bool Livemode { get; set; }
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Facturapi
{
public class Invoice
{
public string Id { get; set; }
public DateTime CreatedAt { get; set; }
public bool Livemode { get; set; }
... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.