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
061c215407e68f306c3ff0bb159c6b1405171465
Update S.Diag.Contracts tests to verify behavior for DEBUG and !DEBUG
n1ghtmare/corefx,zhenlan/corefx,zhenlan/corefx,josguil/corefx,elijah6/corefx,rahku/corefx,690486439/corefx,rahku/corefx,kkurni/corefx,fffej/corefx,shiftkey-tester/corefx,DnlHarvey/corefx,fernando-rodriguez/corefx,shmao/corefx,jcme/corefx,akivafr123/corefx,dtrebbien/corefx,chaitrakeshav/corefx,nchikanov/corefx,alexandrn...
src/System.Diagnostics.Contracts/tests/BasicContractsTests.cs
src/System.Diagnostics.Contracts/tests/BasicContractsTests.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; using System.Diagnostics.Contracts; using Xunit; namespace System.Diagnostics.Contracts.Tests { public class BasicContractsTest { [Fact] ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics.Contracts; using Xunit; namespace System.Diagnostics.Contracts.Tests { public class BasicContractsTest { [Fact] ...
mit
C#
84db1e129073e87caf7406e28bbbcecb9ace2f3d
Change the presence event signatures
EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,ft-/opensim-optimizations-wip-extras,RavenB/opensim,rryk/omp-server,allquixotic/opensim-autobackup,AlexRa/opensim-mods-Alex,rryk/omp-server,AlphaStaxLLC/taiga,bravelittlescientist/opensim-performance,Michelle-Argus/ArribasimExtract,AlexRa/opensim-mods-Alex,BogusCurry/arribasim-dev,A...
OpenSim/Region/Interfaces/IPresenceModule.cs
OpenSim/Region/Interfaces/IPresenceModule.cs
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
bsd-3-clause
C#
c9ae4336f944b779becfcf7f880cef8293a19815
Fix RankingsScope test
smoogipoo/osu,NeoAdonis/osu,peppy/osu,2yangk23/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu-new,peppy/osu,ZLima12/osu,UselessToucan/osu,EVAST9919/osu,smoogipoo/osu,smoogipoo/osu,johnneijzen/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ZLima12/osu,smoogipooo/osu,NeoAdonis/osu,johnneijzen/osu,EVAST9919/osu,2y...
osu.Game.Tests/Visual/Online/TestSceneRankingsScopeSelector.cs
osu.Game.Tests/Visual/Online/TestSceneRankingsScopeSelector.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 System.Collections.Generic; using osu.Framework.Graphics; using osu.Framework.Bindables; using osu.Framework.Graphics.Shapes; using osu.Framework.Allo...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Graphics; using osu.Framework.Bindables; using osu.Framework.Graphics.Shapes; using osu.Framework.Allo...
mit
C#
0024dfd9485f02a724f3bee0ed5edc9ad9a71b25
Fix spelling mistake
generik0/Smooth.IoC.Dapper.Repository.UnitOfWork,generik0/Smooth.IoC.Dapper.Repository.UnitOfWork
src/Smooth.IoC.Dapper.Repository.UnitOfWork/Data/IDbFactory.cs
src/Smooth.IoC.Dapper.Repository.UnitOfWork/Data/IDbFactory.cs
using System; using System.Data; namespace Smooth.IoC.Dapper.Repository.UnitOfWork.Data { public interface IDbFactory { T CreateSession<T>() where T : ISession; T CreateUnitOwWork<T>(IDbFactory factory, ISession connection) where T : IUnitOfWork; T CreateUnitOwWork<T>(IDbFactory factor...
using System; using System.Data; namespace Smooth.IoC.Dapper.Repository.UnitOfWork.Data { public interface IDbFactory { T CreateSession<T>() where T : ISession; T CreateUnitOwWork<T>(IDbFactory factory, ISession conection) where T : IUnitOfWork; T CreateUnitOwWork<T>(IDbFactory factory...
mit
C#
44b871c1ef35eb70ec8aaa1914561dc4a0d89893
make admin ajax url relative
IdentityModel/AuthorizationServer,yfann/AuthorizationServer,IdentityModel/AuthorizationServer,yfann/AuthorizationServer
source/WebHost/Controllers/HomeController.cs
source/WebHost/Controllers/HomeController.cs
/* * Copyright (c) Dominick Baier, Brock Allen. All rights reserved. * see license.txt */ using System; using System.Web.Mvc; using Thinktecture.AuthorizationServer.Interfaces; namespace Thinktecture.AuthorizationServer.WebHost.Controllers { public class HomeController : Controller { IAuthorizati...
/* * Copyright (c) Dominick Baier, Brock Allen. All rights reserved. * see license.txt */ using System; using System.Web.Mvc; using Thinktecture.AuthorizationServer.Interfaces; namespace Thinktecture.AuthorizationServer.WebHost.Controllers { public class HomeController : Controller { IAuthorizati...
bsd-3-clause
C#
5f51c6b1cb3ed46ab32cf015be3c83b3933f591c
add overload for AssemblyResourceTestClassDiscoverer
Simply360/tSQLt.NET
Tsqlt/AssemblyResourceTestClassDiscoverer.cs
Tsqlt/AssemblyResourceTestClassDiscoverer.cs
using System; using System.Linq; using System.Reflection; namespace Tsqlt { public class AssemblyResourceTestClassDiscoverer : ITestClassDiscoverer { private readonly Assembly _testAssembly; private readonly string _testsRootResourcePath; private readonly IEmbeddedTextResourceReader _e...
using System; using System.Linq; using System.Reflection; namespace Tsqlt { public class AssemblyResourceTestClassDiscoverer : ITestClassDiscoverer { private readonly Assembly _testAssembly; private readonly string _testsRootResourcePath; private readonly IEmbeddedTextResourceReader _e...
mit
C#
66b23ec80ea5b6e53daa3ab5f4ccf0075ad3ae79
fix typo
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Extensions/ProcessExtensions.cs
WalletWasabi/Extensions/ProcessExtensions.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Logging; namespace System.Diagnostics { public static class ProcessExtensions { private static Dictionary<int, TaskCompletionSource<bool>> AwaitingTa...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Logging; namespace System.Diagnostics { public static class ProcessExtensions { private static Dictionary<int, TaskCompletionSource<bool>> AwaitingTa...
mit
C#
bc5bd015649607206c92fc7c23758173c831b8db
Fix removal of installation directory from PATH on uninstall
ap0llo/SyncTool
src/SyncTool/main/Cli/Installation/_Steps/PathVariableInstallerStep.cs
src/SyncTool/main/Cli/Installation/_Steps/PathVariableInstallerStep.cs
using System; using System.Collections.Generic; using System.Linq; namespace SyncTool.Cli.Installation { public class PathVariableInstallerStep : IInstallerStep { public void OnInitialInstall(Version version) { var value = Environment.GetEnvironmentVariable("PATH", EnvironmentVaria...
using System; using System.Collections.Generic; using System.Linq; namespace SyncTool.Cli.Installation { public class PathVariableInstallerStep : IInstallerStep { public void OnInitialInstall(Version version) { var value = Environment.GetEnvironmentVariable("PATH", EnvironmentVaria...
mit
C#
b2003d1783b3cfc7910db7c362ecc46e2d897c7f
Add framework to Test
syedhassaanahmed/aspnet-core-crud-demo,syedhassaanahmed/aspnet-core-crud-demo,syedhassaanahmed/aspnet-core-crud-demo
build.cake
build.cake
#tool "nuget:?package=GitVersion.CommandLine" var target = Argument("target", "Default"); var configuration = Argument("configuration", "Release"); var framework = Argument("framework", "netcoreapp1.1"); var outputDir = "./artifacts/"; var artifactName = "artifact.zip"; var projectPath = "./AspNetCore.CrudDemo"; var ...
#tool "nuget:?package=GitVersion.CommandLine" var target = Argument("target", "Default"); var configuration = Argument("configuration", "Release"); var framework = Argument("framework", "netcoreapp1.1"); var outputDir = "./artifacts/"; var artifactName = "artifact.zip"; var projectPath = "./AspNetCore.CrudDemo"; var ...
mit
C#
dcf1545a8a34dcdb06c0585cc538d5cc1a2e4469
Update BaseConnectivity.cs
tim-hoff/Xamarin.Plugins,predictive-technology-laboratory/Xamarin.Plugins,JC-Chris/Xamarin.Plugins,monostefan/Xamarin.Plugins,jamesmontemagno/Xamarin.Plugins,labdogg1003/Xamarin.Plugins,LostBalloon1/Xamarin.Plugins
Connectivity/Connectivity/Connectivity.Plugin.Abstractions/BaseConnectivity.cs
Connectivity/Connectivity/Connectivity.Plugin.Abstractions/BaseConnectivity.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Connectivity.Plugin.Abstractions { /// <summary> /// Base class for all connectivity classes /// </summary> public abstract class BaseConnectivity : IConnectivity, IDisposable { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Connectivity.Plugin.Abstractions { /// <summary> /// Base class for all connetivity classes /// </summary> public abstract class BaseConnectivity : IConnectivity, IDisposable { /...
mit
C#
314bc0c2f02132e54bdf4a88e622248bbcf3f9bf
Use layout file next to data file
michael-reichenauer/Dependinator
Dependinator/ModelViewing/Private/DataHandling/Private/DataFilePaths.cs
Dependinator/ModelViewing/Private/DataHandling/Private/DataFilePaths.cs
using System.Collections.Generic; using System.IO; using Dependinator.ModelViewing.Private.DataHandling.Dtos; using Dependinator.ModelViewing.Private.DataHandling.Private.Parsing; namespace Dependinator.ModelViewing.Private.DataHandling.Private { internal class DataFilePaths : IDataFilePaths { privat...
using System.Collections.Generic; using System.IO; using Dependinator.ModelViewing.Private.DataHandling.Dtos; using Dependinator.ModelViewing.Private.DataHandling.Private.Parsing; namespace Dependinator.ModelViewing.Private.DataHandling.Private { internal class DataFilePaths : IDataFilePaths { privat...
mit
C#
7ff75305f64196a629726f66c4a8769695d9cf82
Migrate module path property
OpenCoverUI/OpenCover.UI,joshlrogers/OpenCover.UI,pavzaj/OpenCover.UI,pver/OpenCover.UI,MelleKoning/OpenCover.UI
OpenCover.UI/Model/ResultNodes/ModuleNode.cs
OpenCover.UI/Model/ResultNodes/ModuleNode.cs
using System; using System.IO; using System.Linq; using ICSharpCode.TreeView; using OpenCover.Framework.Model; using OpenCover.UI.Helpers; namespace OpenCover.UI.Model.ResultNodes { public class ModuleNode : SharpTreeNode { Module _module; public decimal SequenceCoverage { get { return _module.S...
using System; using System.IO; using System.Linq; using ICSharpCode.TreeView; using OpenCover.Framework.Model; using OpenCover.UI.Helpers; namespace OpenCover.UI.Model.ResultNodes { public class ModuleNode : SharpTreeNode { Module _module; public decimal SequenceCoverage { get { return _module.S...
mit
C#
34c39924bc366d0f780b71a13ab792a440703246
Update UnsignedBigIntegerBinarySerializer.cs
tiksn/TIKSN-Framework
TIKSN.Core/Serialization/Numerics/UnsignedBigIntegerBinarySerializer.cs
TIKSN.Core/Serialization/Numerics/UnsignedBigIntegerBinarySerializer.cs
using System; using System.Linq; using System.Numerics; namespace TIKSN.Serialization.Numerics { /// <summary> /// Custom (specialized or typed) serializer for unsigned <see cref="BigInteger" /> /// </summary> public class UnsignedBigIntegerBinarySerializer : ICustomSerializer<byte[], BigInteger> ...
using System; using System.Linq; using System.Numerics; namespace TIKSN.Serialization.Numerics { /// <summary> /// Custom (specialized or typed) serializer for unsigned <see cref="BigInteger"/> /// </summary> public class UnsignedBigIntegerBinarySerializer : ICustomSerializer<byte[], BigInteger> {...
mit
C#
e045c9862d9504c4b6cf8b96be45e8898f7164a4
test fix
Lidefeath/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server.Tests/SkillFormulaTests.cs
Source/ACE.Server.Tests/SkillFormulaTests.cs
using Microsoft.VisualStudio.TestTools.UnitTesting; using ACE.Server.WorldObjects.Entity; namespace ACE.Server.Tests { [TestClass] public class SkillFormulaTests { [TestMethod] public void FiftyFiftyIsAccurate() { var result = CreatureSkill.GetPercentSuccess(100, 100); ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using ACE.Entity; namespace ACE.Server.Tests { [TestClass] public class SkillFormulaTests { [TestMethod] public void FiftyFiftyIsAccurate() { var result = CreatureSkillOld.GetPercentSuccess(100, 100); Asser...
agpl-3.0
C#
9415e45aea5afb899edc21bd866accb0923c82eb
Add overlay layer to enumeration type
peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu
osu.Game/Beatmaps/Legacy/LegacyStoryLayer.cs
osu.Game/Beatmaps/Legacy/LegacyStoryLayer.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. namespace osu.Game.Beatmaps.Legacy { internal enum LegacyStoryLayer { Background = 0, Fail = 1, Pass = 2, Foreground = 3, ...
// 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. namespace osu.Game.Beatmaps.Legacy { internal enum LegacyStoryLayer { Background = 0, Fail = 1, Pass = 2, Foreground = 3, ...
mit
C#
24b3b1d3f7d9a246f089bf7654eb8e1354b8fdff
clean up balance calc
BeerMath/BeerMath.Net,BeerMath/BeerMath.Net
src/BeerMathLib/Flavor/Balance.cs
src/BeerMathLib/Flavor/Balance.cs
using System; namespace BeerMath { public sealed class Balance { /// <summary> /// Constants related to the calculation of the balance ratio. /// http://beercolor.netfirms.com/balance.html /// </summary> public const decimal FinalGravityRatio = 0.82m; ...
using System; namespace BeerMath { public sealed class Balance { /// <summary> /// Constants related to the calculation of the balance ratio. /// http://beercolor.netfirms.com/balance.html /// </summary> #region Beer balance constants public const deci...
mit
C#
3b1d615bd975ce699a992ad43d9499b1381cb818
Update version
DevExpress/AjaxControlToolkit,DevExpress/AjaxControlToolkit,DevExpress/AjaxControlToolkit
SharedAssemblyInfo.cs
SharedAssemblyInfo.cs
using System.Reflection; using System.Resources; // WARNING this file is shared accross multiple projects [assembly: AssemblyProduct("ASP.NET AJAX Control Toolkit")] [assembly: AssemblyCopyright("Copyright © CodePlex Foundation 2012-2017")] [assembly: AssemblyCompany("CodePlex Foundation")] [assembly: AssemblyVersi...
using System.Reflection; using System.Resources; // WARNING this file is shared accross multiple projects [assembly: AssemblyProduct("ASP.NET AJAX Control Toolkit")] [assembly: AssemblyCopyright("Copyright © CodePlex Foundation 2012-2017")] [assembly: AssemblyCompany("CodePlex Foundation")] [assembly: AssemblyVersi...
bsd-3-clause
C#
00323a2b09018685c798b1cfa8c202dd6ee34112
fix little.
shunobaka/HQC-Teamwork-Project
BullsAndCowsGame/Messages/SimpleMessage.cs
BullsAndCowsGame/Messages/SimpleMessage.cs
namespace BullsAndCows.Messages { using Contracts; /// <summary> /// Message class that takes no parameters. /// </summary> public class SimpleMessage : Message, IMessage { /// <summary> /// Initializes a new instance of the <see cref="SimpleMessage" /> class. ...
namespace BullsAndCows.Messages { using Contracts; /// <summary> /// Message class that takes no parameters. /// </summary> public class SimpleMessage : Message, IMessage { /// <summary> /// Initializes a new instance of the <see cref="SimpleMessage.cs" /> class. ...
mit
C#
9a752381ca9d744be9b066b95627b7ee682da994
Refactor one test to have a helper which simplifies the chain of test-related structures passed through execution lambdas.
arlobelshee/Fools.net
src/Core/Lair.Tests/FoolExecutionAndMessaging.cs
src/Core/Lair.Tests/FoolExecutionAndMessaging.cs
using System; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Lair.Tests.zzTestSupport; using NUnit.Framework; using Platform.Execution; namespace Lair.Tests { [TestFixture] public class FoolExecutionAndMessaging { [Test] public async Task ExecuteWorkWhenScheduled() { u...
using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Lair.Tests.zzTestSupport; using NUnit.Framework; using Platform.Execution; namespace Lair.Tests { [TestFixture] public class FoolExecutionAndMessaging { [Test] public async Task ExecuteWorkWhenScheduled() { using (var test...
bsd-3-clause
C#
d7d4a4c8af316464e5e23c4c624672717c999427
Switch service registration over to using new RequestProfile provider
Glimpse/Glimpse.Prototype,Glimpse/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,pranavkm/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,Glimpse/Glimpse....
src/Glimpse.Agent.Web/GlimpseAgentWebServices.cs
src/Glimpse.Agent.Web/GlimpseAgentWebServices.cs
using Glimpse.Agent; using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.DependencyInjection; using System; using System.Collections.Generic; using Glimpse.Agent.Web; using Glimpse.Agent.Web.Options; using Microsoft.Framework.OptionsModel; namespace Glimpse { public class GlimpseAgentWebServic...
using Glimpse.Agent; using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.DependencyInjection; using System; using System.Collections.Generic; using Glimpse.Agent.Web; using Glimpse.Agent.Web.Options; using Microsoft.Framework.OptionsModel; namespace Glimpse { public class GlimpseAgentWebServic...
mit
C#
79cb86070b112686356570327798b43887266e87
Configure default admin AuthPolicy
denismaster/dcs,denismaster/dcs,denismaster/dcs,denismaster/dcs
src/Diploms.WebUI/Authentication/AuthConfig.cs
src/Diploms.WebUI/Authentication/AuthConfig.cs
using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.IdentityModel.Tokens; using System; using System.Security.Claims; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Au...
using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.IdentityModel.Tokens; using System; using System.Security.Claims; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Au...
mit
C#
409b357029f1e7b544647857401fe644a7b84e87
Fix the build some more
qwertie/Loyc,qwertie/Loyc
Core/Loyc.Interfaces/Collections/ITuple.cs
Core/Loyc.Interfaces/Collections/ITuple.cs
using System.Reflection; namespace Loyc.Compatibility { #if NetStandard20 || DotNet45 /// <summary>Defines ITuple in .NET Standard 2.0. System.Runtime.CompilerServices.ITuple /// was added to .NET Core 2.0 and .NET Framework 4.7.1, but it wasn't added to .NET /// Standard 2.0. ITuple was added to .NET Standard 2....
using System.Reflection; namespace Loyc.Compatibility { #if NetStandard20 || DotNet45 /// <summary>Defines ITuple in .NET Standard 2.0. System.Runtime.CompilerServices.ITuple /// was added to .NET Core 2.0 and .NET Framework 4.7.1, but it wasn't added to .NET /// Standard 2.0. ITuple was added to .NET Standard 2...
lgpl-2.1
C#
adfaf3926b10d6d052b8d924edf0bd622efd1440
Update assembly info
sakapon/Bellona.Analysis
Bellona/Analysis/Properties/AssemblyInfo.cs
Bellona/Analysis/Properties/AssemblyInfo.cs
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("Bellona.Analysis")] [assembly: AssemblyDescription("The library for statistical...
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("Bellona.Analysis")] [assembly: AssemblyDescription("The library for statistical...
mit
C#
e01ec4cf11ebc542452086e29886ac6b352f664c
Rework search class
DevChampsBR/MeDaUmFilme
src/MeDaUmFilme.Consulta/MeDaUmFilmeRequest.cs
src/MeDaUmFilme.Consulta/MeDaUmFilmeRequest.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; namespace MeDaUmFilme { public static class Ramdons { public static IEnumerable<string> Get() { return new List<string>() { "Batman", ...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; namespace MeDaUmFilme { public static class Ramdons { public static IEnumerable<string> Get() { return new List<string>() { "Batman", ...
mit
C#
51aa8542656cac62a18906d3a721044ae9821fae
Add member
jasonmalinowski/roslyn,shyamnamboodiripad/roslyn,jasonmalinowski/roslyn,mavasani/roslyn,jasonmalinowski/roslyn,shyamnamboodiripad/roslyn,dotnet/roslyn,dotnet/roslyn,bartdesmet/roslyn,bartdesmet/roslyn,mavasani/roslyn,CyrusNajmabadi/roslyn,mavasani/roslyn,weltkante/roslyn,CyrusNajmabadi/roslyn,weltkante/roslyn,dotnet/ro...
src/Tools/ExternalAccess/AspNetCore/EmbeddedLanguages/AspNetCoreVirtualChar.cs
src/Tools/ExternalAccess/AspNetCore/EmbeddedLanguages/AspNetCoreVirtualChar.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.Text; using Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars; using Microsoft.CodeAnalysis.Text; ...
// 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.Text; using Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars; using Microsoft.CodeAnalysis.Text; ...
mit
C#
92161255909cd98bfd7ad345b1dc5d3e74bb0fc5
FIX Logger object on Powershell engine
tfsaggregator/tfsaggregator-webhooks,tfsaggregator/tfsaggregator
Aggregator.Core/Script/PsScriptEngine.cs
Aggregator.Core/Script/PsScriptEngine.cs
using System.Collections.Generic; using System.Management.Automation.Runspaces; using Aggregator.Core.Interfaces; using Aggregator.Core.Monitoring; namespace Aggregator.Core { /// <summary> /// Invokes Powershell scripting engine /// </summary> public class PsScriptEngine : ScriptEngine { ...
using System.Collections.Generic; using System.Management.Automation.Runspaces; using Aggregator.Core.Interfaces; using Aggregator.Core.Monitoring; namespace Aggregator.Core { /// <summary> /// Invokes Powershell scripting engine /// </summary> public class PsScriptEngine : ScriptEngine { ...
apache-2.0
C#
8bcbd596d8b8496be8900b22d172bc87466d8a14
Clarify comment in sample app
EnableSoftware/DelimitedDataParser
samples/NetCoreWindowsEncoding/Program.cs
samples/NetCoreWindowsEncoding/Program.cs
using System; using System.IO; using System.Text; using DelimitedDataParser; namespace WindowsEncoding { internal class Program { private static void Main() { // If code page based character encodings are required when using // DelimitedDataParser in a .NET Core app, be...
using System; using System.IO; using System.Text; using DelimitedDataParser; namespace WindowsEncoding { internal class Program { private static void Main() { // When using DelimitedDataParser in a .NET Core app, // be sure to include the NuGet package System.Text.Encod...
mit
C#
a8edac64fee58204634489491acea6cdd1bb612d
remove unused "using"
kreeben/resin,kreeben/resin
src/ResinCore/SingleDocumentUpsertOperation.cs
src/ResinCore/SingleDocumentUpsertOperation.cs
using System.IO; using System.Linq; using Resin.Analysis; using Resin.IO; using Resin.IO.Write; namespace Resin { public class SingleDocumentUpsertOperation { public void Write( Document document, DocumentAddressWriter docAddressWriter, DocumentWriter docWriter, ...
using System.IO; using System.Linq; using log4net; using Resin.Analysis; using Resin.IO; using Resin.IO.Write; namespace Resin { public class SingleDocumentUpsertOperation { public void Write( Document document, DocumentAddressWriter docAddressWriter, DocumentWrite...
mit
C#
5f432a1d92a50b07d43e2c8c4835d208133dad21
Allow zero size assets.
pushrbx/squidex,pushrbx/squidex,Squidex/squidex,Squidex/squidex,pushrbx/squidex,pushrbx/squidex,Squidex/squidex,Squidex/squidex,pushrbx/squidex,Squidex/squidex
src/Squidex.Infrastructure/Assets/AssetFile.cs
src/Squidex.Infrastructure/Assets/AssetFile.cs
// ========================================================================== // AssetFile.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // =============================================================...
// ========================================================================== // AssetFile.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // =============================================================...
mit
C#
96693037b06f4dea7bbf42c23a26cf871d78eb15
Fix preferences
jnissin/Air-Hockey,jnissin/Air-Hockey
Assets/Scripts/GameMasterController.cs
Assets/Scripts/GameMasterController.cs
using UnityEngine; using UnityEngine.UI; using System; using System.Collections; using UniRx; using UniRx.Triggers; /* 3) Manage players (network: connect/disconnect, game creation, etc.) */ public class GameMasterController : MonoBehaviour { private int _startTime = 0; public IntReactiveProperty PlayerTwoScor...
using UnityEngine; using UnityEngine.UI; using System; using System.Collections; using UniRx; using UniRx.Triggers; /* 3) Manage players (network: connect/disconnect, game creation, etc.) */ public class GameMasterController : MonoBehaviour { private int _startTime = 0; public IntReactiveProperty PlayerOneScor...
mit
C#
aba2e58cef2bebd360834123c3d573cd3d29561d
remove unused COM visibility
arnovb-github/CmcLibNet
CmcLibNet.Database/RowSetIdentifier.cs
CmcLibNet.Database/RowSetIdentifier.cs
namespace Vovin.CmcLibNet.Database { /// <summary> /// Distinguishes GetRowSetBy* parameters /// </summary> internal enum RowSetIdentifier { RowId = 0, Thid = 1 } }
using System.Runtime.InteropServices; namespace Vovin.CmcLibNet.Database { /// <summary> /// Distinguishes GetRowSetBy* parameters /// </summary> [ComVisible(true)] [Guid("E5C36BD5-184F-4C66-9BDE-B1CFB65E6C5C")] internal enum RowSetIdentifier { RowId = 0, Thid = 1 } }
mit
C#
46db5ff3c7b9750cc2fb8cda4e6fe01550a107a9
Add missing AuthorizeAttribute to GuildConfigController.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Areas/Guild/Controllers/GuildConfigController.cs
MitternachtWeb/Areas/Guild/Controllers/GuildConfigController.cs
using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Mitternacht.Services.Impl; using MitternachtWeb.Areas.Guild.Models; namespace MitternachtWeb.Areas.Guild.Controllers { [Authorize] [Area("Guild")] public class GuildConfigController : GuildBaseController {...
using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Mitternacht.Services.Impl; using MitternachtWeb.Areas.Guild.Models; namespace MitternachtWeb.Areas.Guild.Controllers { [Area("Guild")] public class GuildConfigController : GuildBaseController { private readonly DbService _db; public GuildConfi...
mit
C#
1a6bd3fe31c28dfc7f01c0de065871facd6c57db
Bump version number to 1.2.3.0.
da2x/EdgeDeflector
EdgeDeflector/Properties/AssemblyInfo.cs
EdgeDeflector/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("EdgeDeflector")] [assembly: AssemblyDescri...
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("EdgeDeflector")] [assembly: AssemblyDescri...
mit
C#
aa3a75d568847b9af12ba8cf1cabb23c5cb893c5
Test 'long'-based 'enum' types, too
jonathanvdc/ecsc
tests/cs/enums/Enums.cs
tests/cs/enums/Enums.cs
using System; public enum Colors { Red = 1, Alpha, Green = 13, Blue } public enum LongColors : long { Red = 1, Alpha, Green = 13, Blue } public static class Program { public static void Main(string[] Args) { Console.WriteLine((int)Colors.Red); Console.WriteLine...
using System; public enum Colors { Red = 1, Alpha, Green = 13, Blue } public static class Program { public static void Main(string[] Args) { Console.WriteLine((int)Colors.Red); Console.WriteLine((int)Colors.Alpha); Console.WriteLine((int)Colors.Green); Console.W...
mit
C#
6673e572a8cd20745f3f6f232fd372175978f767
Fix du mauvais nom de classe
Corantin/nutritia,glesaux/nutritia,Nutritia/nutritia
Logic/Services/MySql/MySqlPlatService.cs
Logic/Services/MySql/MySqlPlatService.cs
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Nutritia { public class MySqlPlatService : IPlatService { // TODO : Fonctionne pas private MySqlConnexion connexion; public Plat Retrieve(Re...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Nutritia { public class MySqlPlatService : IPlatService { // TODO : Fonctionne pas private MySqlConnexion connexion; public Plat Retrieve(Re...
mpl-2.0
C#
975abc62bf4315e0705cfbbee983d041b106d6bc
Correct bug
Eclo/MFDeploy-UWP,Eclo/MFDeploy-UWP
MFDeploy/MFDeploy/Views/MainPage.xaml.cs
MFDeploy/MFDeploy/Views/MainPage.xaml.cs
using System; using MFDeploy.ViewModels; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; using System.Collections.ObjectModel; using Microsoft.Practices.ServiceLocation; using GalaSoft.MvvmLight.Messaging; using System.Threading.Tasks; namespace MFDeploy.Views { public seal...
using System; using MFDeploy.ViewModels; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; using System.Collections.ObjectModel; using Microsoft.Practices.ServiceLocation; using GalaSoft.MvvmLight.Messaging; using System.Threading.Tasks; namespace MFDeploy.Views { public seal...
apache-2.0
C#
1ee55b77b4fecbf5274a2cfe467763a97478a037
bump version to 2.2.0
piwik/piwik-dotnet-tracker,piwik/piwik-dotnet-tracker,piwik/piwik-dotnet-tracker
Piwik.Tracker/Properties/AssemblyInfo.cs
Piwik.Tracker/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("PiwikTracker")] [assembly: Assembl...
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("PiwikTracker")] [assembly: Assembl...
bsd-3-clause
C#
2c701547d3004147ba9b8eaaebc2f3a75ec1baef
Add Bytes2You validation to EmployeeService.
transactionCompleteDB/MAutoSS,transactionCompleteDB/MAutoSS
MAutoSS/MAutoSS.Services/EmployeeService.cs
MAutoSS/MAutoSS.Services/EmployeeService.cs
using System.Collections.Generic; using MAutoSS.DataModels; using MAutoSS.Data.Repositories.Contracts; using MAutoSS.Services.Contracts; using Bytes2you.Validation; namespace MAutoSS.Services { public class EmployeeService : IEmployeeService { private IGenericRepository<Employee> employeeRepo; ...
using System.Collections.Generic; using MAutoSS.DataModels; using MAutoSS.Data.Repositories.Contracts; using MAutoSS.Services.Contracts; using System; namespace MAutoSS.Services { public class EmployeeService : IEmployeeService { private IGenericRepository<Employee> employeeRepo; private IGen...
mit
C#
2df53873314f546b6f7b879d76d78194ed992e81
Refactor BlockChain to have an internal list
ajlopez/BlockchainSharp
Src/BlockchainSharp/Core/Blockchain.cs
Src/BlockchainSharp/Core/Blockchain.cs
namespace BlockchainSharp.Core { using System; using System.Collections.Generic; using System.Linq; using System.Text; public class BlockChain { private IList<Block> blocks = new List<Block>(); public BlockChain(Block block) { if (!block.IsGene...
namespace BlockchainSharp.Core { using System; using System.Collections.Generic; using System.Linq; using System.Text; public class BlockChain { public long number; public BlockChain(Block block) { if (!block.IsGenesis) throw n...
mit
C#
efb574804583b61aa9dea4436e5de6e83787cdb3
Make defaulterrormessage public property so that creating custom validaiton getting easy
mruhul/Bolt.Validation,mruhul/Bolt.Validation
Src/Bolt.Validation/RuleCheckerUnit.cs
Src/Bolt.Validation/RuleCheckerUnit.cs
using System; using System.Collections.Generic; using System.Linq; namespace Bolt.Validation { public class RuleCheckerUnit<TRuleChecker,TValue> where TRuleChecker : RuleChecker { private readonly TRuleChecker _ruleChecker; private readonly TValue _value; private readonly Rule _rule = n...
using System; using System.Collections.Generic; using System.Linq; namespace Bolt.Validation { public class RuleCheckerUnit<TRuleChecker,TValue> where TRuleChecker : RuleChecker { private readonly TRuleChecker _ruleChecker; private readonly TValue _value; private readonly Rule _rule = n...
apache-2.0
C#
db3dc1e8b7a2c89e39e09feb1a728af68a10b337
Make Label.Id public
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Iced/Intel/Assembler/Label.cs
src/csharp/Intel/Iced/Intel/Assembler/Label.cs
/* Copyright (C) 2018-2019 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, merge, publish, distr...
/* Copyright (C) 2018-2019 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, merge, publish, distr...
mit
C#
a4d2ee039549c17e0be835483393a3f3171eb923
Load FMK credentials from serialized file.
binakot/Fleet-And-Staff-Location-Visualizer
FleetAndStaffLocationVisualizer/Assets/Scripts/Data/Providers/FmkDataProvider.cs
FleetAndStaffLocationVisualizer/Assets/Scripts/Data/Providers/FmkDataProvider.cs
using Assets.Scripts.Data.Interfaces; using System.Collections.Generic; using Assets.Scripts.Data.Model.Objects; using Assets.Scripts.Data.Model.Telemetrics; using Assets.Scripts.Data.Providers.Fmk; using UnityEngine; namespace Assets.Scripts.Data.Providers { /// <summary> /// The author is working in First M...
using Assets.Scripts.Data.Interfaces; using System.Collections.Generic; using Assets.Scripts.Data.Model.Objects; using Assets.Scripts.Data.Model.Telemetrics; using Assets.Scripts.Data.Providers.Fmk; using UnityEngine; namespace Assets.Scripts.Data.Providers { /// <summary> /// The author is working in First M...
mit
C#
09468826072e5347fafa96297371136b2bb0309e
update cloud project
agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov
WebAPI.Common/Logging/LoggingConfig.cs
WebAPI.Common/Logging/LoggingConfig.cs
using System.IO; using System.Web; using Serilog; using Serilog.Core; using Serilog.Events; using Serilog.Sinks.Email; using Serilog.Sinks.GoogleCloudLogging; namespace WebAPI.Common.Logging { public static class LoggingConfig { public static void Register(string name) { var config...
using System.IO; using System.Web; using Serilog; using Serilog.Core; using Serilog.Events; using Serilog.Sinks.Email; using Serilog.Sinks.GoogleCloudLogging; namespace WebAPI.Common.Logging { public static class LoggingConfig { public static void Register(string name) { var config...
mit
C#
df014f3b1e2ec60f7eb8651e5dd01b90c4fa8d5c
Fix drawing presenter clipping (#1882)
AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Per...
src/Avalonia.Controls/DrawingPresenter.cs
src/Avalonia.Controls/DrawingPresenter.cs
using Avalonia.Controls.Shapes; using Avalonia.Media; using Avalonia.Metadata; namespace Avalonia.Controls { public class DrawingPresenter : Control { static DrawingPresenter() { AffectsMeasure<DrawingPresenter>(DrawingProperty); AffectsRender<DrawingPresenter>(DrawingP...
using Avalonia.Controls.Shapes; using Avalonia.Media; using Avalonia.Metadata; namespace Avalonia.Controls { public class DrawingPresenter : Control { static DrawingPresenter() { AffectsMeasure<DrawingPresenter>(DrawingProperty); AffectsRender<DrawingPresenter>(DrawingP...
mit
C#
4542131f64f092372b54ae23e25a944a113886ef
Fix AccountCommission constructor argument check
sonvister/Binance
src/Binance/Account/AccountCommissions.cs
src/Binance/Account/AccountCommissions.cs
using System; namespace Binance.Account { /// <summary> /// Account commissions. /// </summary> public sealed class AccountCommissions { #region Public Properties /// <summary> /// Get the maker commission in basis points (bips). /// </summary> public int M...
using System; namespace Binance.Account { /// <summary> /// Account commissions. /// </summary> public sealed class AccountCommissions { #region Public Properties /// <summary> /// Get the maker commission. /// </summary> public int Maker { get; } ...
mit
C#
1cce6afdce54fdb83db9af2b5acb8b274491ab72
Update version to 1.60
tjeerdhans/proxyunsetter
ProxyUnsetter/Properties/AssemblyInfo.cs
ProxyUnsetter/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: AssemblyTitle("Pro...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Pro...
mit
C#
b16cf6fa320ee33055623bc00f92ffe196ebc537
Add unit test for implicit Boolean construction
OlsonDev/YeamulNet
Yeamul.Test/Test_Node_Implicit_Ctor.cs
Yeamul.Test/Test_Node_Implicit_Ctor.cs
using System; using NUnit.Framework; namespace Yeamul { [TestFixture] public class Test_Node_Implicit_Ctor { [Test] public void CanConstructImplicitlyFromBoolean() { Node node = true; AssertNodeIsDefinedScalar(node); Assert.That(node.IsBoolean); AssertNodeHasTypes(node, NodeType.Scalar, ScalarType.B...
using System; using NUnit.Framework; namespace Yeamul { [TestFixture] public class Test_Node_Implicit_Ctor { [Test] public void CanConstructImplicitlyFromInt16() { Node node = Int16.MaxValue; AssertNodeIsDefinedScalarNumber(node); AssertNodeHasTypes(node, NodeType.Scalar, ScalarType.Number, NumberType....
mit
C#
d3f9059659982e8db6ab0c185125a244d31e4b57
Change reference to Microsoft.Build.CPPTasks.Common.Base.dll
googlestadia/vsi-lldb,googlestadia/vsi-lldb,googlestadia/vsi-lldb
YetiVSI2022/Properties/AssemblyInfo.cs
YetiVSI2022/Properties/AssemblyInfo.cs
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
apache-2.0
C#
fe782d9f77310de17b51bfeec3a2225f80e48787
Update DetectMergedCells.cs
asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cell...
Examples/CSharp/Articles/DetectMergedCells.cs
Examples/CSharp/Articles/DetectMergedCells.cs
using System.IO; using Aspose.Cells; using System.Collections; namespace Aspose.Cells.Examples.Articles { public class DetectMergedCells { public static void Main() { //ExStart:1 // The path to the documents directory. string dataDir = Aspose.Cells.Examples....
using System.IO; using Aspose.Cells; using System.Collections; namespace Aspose.Cells.Examples.Articles { public class DetectMergedCells { public static void Main() { // The path to the documents directory. string dataDir = Aspose.Cells.Examples.Utils.GetDataDir(System....
mit
C#
412435ecea6c407a4aae38be9943fbe8bd8507c5
Make ExternalApiTests more bulletproof
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
MagicalCryptoWallet.Tests/ExternalApiTests.cs
MagicalCryptoWallet.Tests/ExternalApiTests.cs
using MagicalCryptoWallet.WebClients.BlockCypher; using MagicalCryptoWallet.WebClients.BlockCypher.Models; using MagicalCryptoWallet.WebClients.SmartBit; using MagicalCryptoWallet.WebClients.SmartBit.Models; using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using...
using MagicalCryptoWallet.WebClients.BlockCypher; using MagicalCryptoWallet.WebClients.SmartBit; using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using Xunit; namespace MagicalCryptoWallet...
mit
C#
94195dadcaef35ba847d8753828891194dac7d9c
remove responsecache attribute
bradwestness/SecretSanta,bradwestness/SecretSanta
SecretSanta/Controllers/WishlistController.cs
SecretSanta/Controllers/WishlistController.cs
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using SecretSanta.Models; using SecretSanta.Utilities; namespace SecretSanta.Controllers; [Authorize] public class WishlistController : Controller { [HttpGet] public IActionResult Index() { if (User.GetAccount() is Account ...
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using SecretSanta.Models; using SecretSanta.Utilities; namespace SecretSanta.Controllers; [Authorize] public class WishlistController : Controller { [HttpGet] [ResponseCache(VaryByQueryKeys = new[] { "t" } )] public IActionResult I...
apache-2.0
C#
610929375cf57421962142ed7789b5f67b8051fb
Use iterator helper in ConstIterator implementation
henrikfroehling/RangeIt
Source/Lib/RangeIt/Iterators/ConstIterator.cs
Source/Lib/RangeIt/Iterators/ConstIterator.cs
namespace RangeIt.Iterators { using Interfaces; using System.Collections; public sealed class ConstIterator : IConstIterator { private IConstIterator _iteratorHelper; private ConstIterator() { } public ConstIterator(ArrayList arrayList) { } public Co...
namespace RangeIt.Iterators { using Interfaces; using System; using System.Collections; public sealed class ConstIterator : IConstIterator { private IConstIterator _iteratorHelper; private ConstIterator() { } public ConstIterator(ArrayList arrayList) { } ...
mit
C#
000b24fcc127b219b34648f4afa2ac3b612f5e14
Add new metric values
TrekBikes/Trek.BalihooApiClient
Trek.BalihooApiClient/CampaignTacticMetric.cs
Trek.BalihooApiClient/CampaignTacticMetric.cs
using System.Collections.Generic; namespace Trek.BalihooApiClient { public class CampaignTacticMetric { public int CampaignId { get; set; } public List<int> TacticIds { get; set; } // No idea why this is an array in their response public string Channel { get; set; } public int? ...
using System.Collections.Generic; namespace Trek.BalihooApiClient { public class CampaignTacticMetric { public int CampaignId { get; set; } public List<int> TacticIds { get; set; } // No idea why this is an array in their response public string Channel { get; set; } public int? ...
mit
C#
7dd5ece24f8eac1b5a90f0586f0497196e506b43
disable UArmSearch in Unity, because System.Management seems not supported
malaybaku/UArmDotNet
UArmDotNet/UArmDotNet/Connector/UArmSearch.cs
UArmDotNet/UArmDotNet/Connector/UArmSearch.cs
#if !UNITY_EDITOR && !UNITY_STANDALONE using System.Collections.Generic; using System.Linq; using System.Management; using System.Text.RegularExpressions; namespace Baku.UArmDotNet { /// <summary> UArmの接続状態を確認するメソッドを提供します。 </summary> public static class UArmSearch { /// <summary>Get available seri...
using System.Collections.Generic; using System.Linq; using System.Management; using System.Text.RegularExpressions; namespace Baku.UArmDotNet { /// <summary> UArmの接続状態を確認するメソッドを提供します。 </summary> public static class UArmSearch { /// <summary>Get available serial port names with "COMx"</summary> ...
mit
C#
0a96a05f9b0f8061d8a112fbd03baa320273524e
Fix metric rounding
sibbl/ParkenDD
ParkenDD/Controls/DistanceTextBlock.xaml.cs
ParkenDD/Controls/DistanceTextBlock.xaml.cs
using Windows.UI.Xaml.Controls; using Microsoft.Practices.ServiceLocation; using ParkenDD.Api.Models; using ParkenDD.Utils; using ParkenDD.ViewModels; namespace ParkenDD.Controls { public sealed partial class DistanceTextBlock : UserControl { private readonly MainViewModel _mainVm; public Dist...
using Windows.UI.Xaml.Controls; using Microsoft.Practices.ServiceLocation; using ParkenDD.Api.Models; using ParkenDD.Utils; using ParkenDD.ViewModels; namespace ParkenDD.Controls { public sealed partial class DistanceTextBlock : UserControl { private readonly MainViewModel _mainVm; public Dist...
mit
C#
0ebc301a4fcceffada12499d18674d9e637b76fe
Update CFP message
dddsw/dddsouthwest-web,dddsw/dddsouthwest-web,dddsw/dddsouthwest-web,dddsw/dddsouthwest-web
src/DDDSouthWest.Website/Features/Public/Account/ManageTalks/Create.cshtml
src/DDDSouthWest.Website/Features/Public/Account/ManageTalks/Create.cshtml
@using DDDSouthWest.Website.Framework @model DDDSouthWest.Website.Features.Public.Account.ManageTalks.ManageTalksViewModel @{ ViewBag.Tab = PageTab.Login; Layout = "~/Views/Shared/_LayoutFull.cshtml"; } @section ScriptsHeader { <link rel="stylesheet" href="/js/simplemde/simplemde....
@using DDDSouthWest.Website.Framework @model DDDSouthWest.Website.Features.Public.Account.ManageTalks.ManageTalksViewModel @{ ViewBag.Tab = PageTab.Login; Layout = "~/Views/Shared/_LayoutFull.cshtml"; } @section ScriptsHeader { <link rel="stylesheet" href="/js/simplemde/simplemde....
mit
C#
185a67c8b4aeee9d15acd34aca885d2f8ad202f4
edit index view of home controller.
yimlu/script-repo,yimlu/script-repo
ScriptRepository/Views/Home/Index.cshtml
ScriptRepository/Views/Home/Index.cshtml
@{ ViewBag.Title = "Home Page"; } <div class="row"> <div class="col-md-12"> <table class="table table-responsive"> <thead> <tr> <td>Script Guid</td> <td>Issue Number</td> <td>Author</td> <td>Language</td> ...
@{ ViewBag.Title = "Home Page"; } <div class="jumbotron"> <h1>ASP.NET</h1> <p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.</p> <p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more &raquo;</a></p> </div> ...
mit
C#
6ee6a468941525b3b6d98369c4f3fdcdd30c58d4
Remove unnecessary `public` prefix in interface specification
peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu
osu.Game/Screens/Play/ILocalUserPlayInfo.cs
osu.Game/Screens/Play/ILocalUserPlayInfo.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.Bindables; namespace osu.Game.Screens.Play { [Cached] public interface ILocalUserPlayInfo { /// <...
// 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.Bindables; namespace osu.Game.Screens.Play { [Cached] public interface ILocalUserPlayInfo { /// <...
mit
C#
0f05c3d926fa2b49850ccc13c7429116aaaa1ded
バージョン番号更新。
YKSoftware/YKToolkit.Controls
YKToolkit.Controls/Properties/AssemblyInfo.cs
YKToolkit.Controls/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; [assembly: AssemblyTitle("YKToolkit.Controls")] #if NET4 [assembly: AssemblyDescription(".NET Framework 4.0 用 の WPF カスタムコントロールライブラリです。")] #else [assembly: AssemblyDescription("WPF カスタムコントロールライブラリです。")] #endif [assembly: Ass...
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; [assembly: AssemblyTitle("YKToolkit.Controls")] #if NET4 [assembly: AssemblyDescription(".NET Framework 4.0 用 の WPF カスタムコントロールライブラリです。")] #else [assembly: AssemblyDescription("WPF カスタムコントロールライブラリです。")] #endif [assembly: Ass...
mit
C#
79d4c9d2c54ca9e6319282e85fd3e51670cfacd7
Increment Version
zamanak/Zamanak.WebService
Zamanak.WebService/Properties/AssemblyInfo.cs
Zamanak.WebService/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: AssemblyTitle("Za...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Za...
mit
C#
d1d266afeb4219b824b2cdb7f7a15581e29762f9
add some pre-validation to property setter
mono-soc-2013/gstreamer-sharp,mono-soc-2013/gstreamer-sharp,mono-soc-2013/gstreamer-sharp
sources/custom/Object.cs
sources/custom/Object.cs
// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any ...
// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any ...
agpl-3.0
C#
1c4361b3d4ffb62454b34541580bccd5ce07bfd0
Update MaximilianLærum.cs
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/MaximilianLærum.cs
src/Firehose.Web/Authors/MaximilianLærum.cs
public class MaximilianLærum : IAmACommunityMember { public string FirstName => "Maximilian"; public string LastName => "Lærum"; public string ShortBioOrTagLine => "PowerShell enthusiast"; public string StateOrRegion => "Norway"; public string TwitterHandle => "tr4psec"; ...
public class MaximilianLærum : IAmACommunityMember { public string FirstName => "Maximilian"; public string LastName => "Lærum"; public string ShortBioOrTagLine => "PowerShell enthusiast"; public string StateOrRegion => "Norway"; public string TwitterHandle => "tr4psec"; ...
mit
C#
4fb80a169ce5281cfa082d6bdd2faee76c6c0727
Revert "YoumuSlash: Better camera looping algorithm"
Barleytree/NitoriWare,NitorInc/NitoriWare,Barleytree/NitoriWare,NitorInc/NitoriWare
Assets/Microgames/_Bosses/YoumuSlash/Scripts/YoumuSlash3DEnvironmentController.cs
Assets/Microgames/_Bosses/YoumuSlash/Scripts/YoumuSlash3DEnvironmentController.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class YoumuSlash3DEnvironmentController : MonoBehaviour { [SerializeField] private Transform stairParent; [SerializeField] private GameObject stairObject; [SerializeField] private Vector2 stairOffset; [S...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class YoumuSlash3DEnvironmentController : MonoBehaviour { [SerializeField] private GameObject stairObject; [SerializeField] private Vector2 stairOffset; [SerializeField] private Transform cameraParent; [...
mit
C#
5b17365a1585bb37c42082229b46d7a95bd7f6fb
Fix null reference exception in touch event handlers when controller is not set
Kaplas80/oxyplot,H2ONaCl/oxyplot,DotNetDoctor/oxyplot,H2ONaCl/oxyplot,as-zhuravlev/oxyplot_wpf_fork,svendu/oxyplot,Sbosanquet/oxyplot,jeremyiverson/oxyplot,mattleibow/oxyplot,bbqchickenrobot/oxyplot,GeertvanHorrik/oxyplot,objorke/oxyplot,BRER-TECH/oxyplot,TheAlmightyBob/oxyplot,freudenthal/oxyplot,Sbosanquet/oxyplot,sh...
Source/OxyPlot.Wpf/PlotView.TouchEvents.cs
Source/OxyPlot.Wpf/PlotView.TouchEvents.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PlotView.TouchEvents.cs" company="OxyPlot"> // Copyright (c) 2014 OxyPlot contributors // </copyright> // <summary> // Represents a control that displays a <see cref="PlotMode...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PlotView.TouchEvents.cs" company="OxyPlot"> // Copyright (c) 2014 OxyPlot contributors // </copyright> // <summary> // Represents a control that displays a <see cref="PlotMode...
mit
C#
c52eae364e3c2917cb7ef3c4538cb711e51047bf
Move up minor version (should have on release note addition)
dukemiller/anime-downloader
anime-downloader/Properties/AssemblyInfo.cs
anime-downloader/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.InteropServices; using System.Windows; // 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.Resources; using System.Runtime.InteropServices; using System.Windows; // 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...
apache-2.0
C#
b651b6f01f0b8e482a3c26c41615d339d018f81e
Use mimes from AngleSharp
Strumenta/SmartReader,Strumenta/SmartReader,Strumenta/SmartReader
src/SmartReader/Image.cs
src/SmartReader/Image.cs
#nullable enable using System; using AngleSharp.Io; namespace SmartReader { /// <summary> /// Metadata for images found in the parsed article /// </summary> public class Image { /// <value>The original URI of the source</value> public Uri? Source { get; set; } /// <value...
#nullable enable using System; namespace SmartReader { /// <summary> /// Metadata for images found in the parsed article /// </summary> public class Image { /// <value>The original URI of the source</value> public Uri? Source { get; set; } /// <value>The size in bytes of ...
apache-2.0
C#
fd599429745905957d4a67e4375e56aa976c0508
Update QueryProviderInfo.cs
DevExpress/DevExtreme.AspNet.Data,AlekseyMartynov/DevExtreme.AspNet.Data,DevExpress/DevExtreme.AspNet.Data,AlekseyMartynov/DevExtreme.AspNet.Data,AlekseyMartynov/DevExtreme.AspNet.Data,DevExpress/DevExtreme.AspNet.Data,DevExpress/DevExtreme.AspNet.Data,AlekseyMartynov/DevExtreme.AspNet.Data
net/DevExtreme.AspNet.Data/QueryProviderInfo.cs
net/DevExtreme.AspNet.Data/QueryProviderInfo.cs
using System; using System.Linq; namespace DevExtreme.AspNet.Data { class QueryProviderInfo { public readonly bool IsLinqToObjects; public readonly bool IsEFClassic; public readonly bool IsEFCore; public readonly bool IsXPO; public readonly bool IsL2S; public reado...
using System; using System.Linq; namespace DevExtreme.AspNet.Data { class QueryProviderInfo { public readonly bool IsLinqToObjects; public readonly bool IsEFClassic; public readonly bool IsEFCore; public readonly bool IsXPO; public readonly bool IsL2S; public reado...
mit
C#
fc48b190fedb15f243e6087315567907cc80c166
Fix inaccurate xmldoc
smoogipoo/osu,ZLima12/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,johnneijzen/osu,2yangk23/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,2yangk23/osu,EVAST9919/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ZLima12/osu,peppy/osu,smoogipoo/osu,ppy/osu,johnneijzen/o...
osu.Game/Graphics/UserInterface/HoverClickSounds.cs
osu.Game/Graphics/UserInterface/HoverClickSounds.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.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Extensions; using osu.Framework.Input.Even...
// 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.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Extensions; using osu.Framework.Input.Even...
mit
C#
0107ee883b907bbdd5150486be267f0cbc7ae44b
Simplify Utilities.Increment
tabrath/libsodium-core
src/Sodium.Core/Utilities.cs
src/Sodium.Core/Utilities.cs
using static Interop.Libsodium; namespace Sodium { /// <summary>Various utility methods.</summary> public static partial class Utilities { /// <summary> /// Takes a unsigned number, and increments it. /// </summary> /// <param name="value">The value to increment.</param> ...
using static Interop.Libsodium; namespace Sodium { /// <summary>Various utility methods.</summary> public static partial class Utilities { /// <summary> /// Takes a unsigned number, and increments it. /// </summary> /// <param name="value">The value to increment.</param> ...
mit
C#
13c185ae79c744aa647be34be900446cacd758d3
update transform position
DMagic1/Orbital-Science,Kerbas-ad-astra/Orbital-Science
Source/DMAnomalyList.cs
Source/DMAnomalyList.cs
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace DMagic { internal class DMAnomalyList : MonoBehaviour { internal static List<DMAnomalyObject> anomObjects = new List<DMAnomalyObject>(); private static bool scannerUpdating; private static bool magUpdating; priv...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace DMagic { internal class DMAnomalyList : MonoBehaviour { internal static List<DMAnomalyObject> anomObjects = new List<DMAnomalyObject>(); private static bool scannerUpdating; private static bool magUpdating; priv...
bsd-3-clause
C#
ca4c9409dc3a99a9b6f97e80282c766f44ce6050
Add a fixme as a reminder. (Could be on default branch, but it doesn't really matter...)
jskeet/nodatime,zaccharles/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,malcolmr/nodatime,zaccharles/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,malcolmr/nodatime,nodatime/nodatime,nodatime/nodatime,zaccharles/nodatime,zaccharles/nodatime,jskeet/nodatime,malcolmr/nodatime
src/NodaTime/TimeZones/IO/ITzdbDataSource.cs
src/NodaTime/TimeZones/IO/ITzdbDataSource.cs
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System.Collections.Generic; using NodaTime.TimeZones.Cldr; namespace NodaTime.TimeZones.IO { /// <summary> /// Provides the raw d...
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System.Collections.Generic; using NodaTime.TimeZones.Cldr; namespace NodaTime.TimeZones.IO { /// <summary> /// Provides the raw d...
apache-2.0
C#
563281fbbe0c2bf0df76ed6dd4bcbeebfe866a49
fix build
shana/NullGuard,ulrichb/NullGuard,Fody/NullGuard
Tests/AssemblyWeaver.cs
Tests/AssemblyWeaver.cs
using System.Collections.Generic; using System.IO; using System.Reflection; using Mono.Cecil; public static class AssemblyWeaver { public static Assembly Assembly; static AssemblyWeaver() { BeforeAssemblyPath = Path.GetFullPath(@"..\..\..\AssemblyToProcess\bin\Debug\AssemblyToProcess.dll"); #if (!DEBUG...
using System.Collections.Generic; using System.IO; using System.Reflection; using Mono.Cecil; public static class AssemblyWeaver { public static Assembly Assembly; static AssemblyWeaver() { BeforeAssemblyPath = Path.GetFullPath(@"..\..\..\AssemblyToProcess\bin\Debug\AssemblyToProcess.dll"); #if (!DEBUG...
mit
C#
cf4a88245ab599126734906548a8d7b1a21e9633
Remove semicolon
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Wallets/SmartBlockProvider.cs
WalletWasabi/Wallets/SmartBlockProvider.cs
using Microsoft.Extensions.Caching.Memory; using NBitcoin; using Nito.AsyncEx; using System; using System.Threading; using System.Threading.Tasks; namespace WalletWasabi.Wallets { /// <summary> /// SmartP2pBlockProvider is a blocks provider that can provides /// blocks from multiple requesters. /// </summary> pu...
using Microsoft.Extensions.Caching.Memory; using NBitcoin; using Nito.AsyncEx; using System; using System.Threading; using System.Threading.Tasks; namespace WalletWasabi.Wallets { /// <summary> /// SmartP2pBlockProvider is a blocks provider that can provides /// blocks from multiple requesters. /// </summary> pu...
mit
C#
4168891eeb532a2f3f36743f8302fc3abe7ec881
Revert "[Add] Raw.Sizeのテスト"
myxini/block-program
block-program/RecognitionTest/RawTest.cs
block-program/RecognitionTest/RawTest.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Myxini.Recognition.Raw; namespace RecognitionTest { [TestClass] public class RawTest { [TestClass] public class TestPoint { [TestMe...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Myxini.Recognition.Raw; namespace RecognitionTest { [TestClass] public class RawTest { [TestClass] public class TestPoint { [TestMe...
mit
C#
3437c7fd1e28456188b026e2389196546b0a5686
add messagehandler test
jamesology/AzureVmFarmer,jamesology/AzureVmFarmer
AzureVmFarmer/AzureVmFarmer.Core.Tests/Messengers/MessageHandlerTests.cs
AzureVmFarmer/AzureVmFarmer.Core.Tests/Messengers/MessageHandlerTests.cs
using AzureVmFarmer.Core.Messengers.Impl; using Microsoft.ServiceBus.Messaging; using NUnit.Framework; namespace AzureVmFarmer.Core.Tests.Messengers { [TestFixture] class MessageHandlerTests { [Test] public void HandleMessage_InvalidMessageType_ThrowsArgumentException() { var message = new BrokeredMessage(...
using NUnit.Framework; namespace AzureVmFarmer.Core.Tests.Messengers { [TestFixture] class MessageHandlerTests { [Test] public void Stub() { Assert.Fail(); } } }
mit
C#
7e1df7907febed0cab5d5d423a0f917e7ddc6df5
Remove now unnecessary usings
peppy/osu,peppy/osu,ppy/osu,johnneijzen/osu,ppy/osu,ppy/osu,2yangk23/osu,ZLima12/osu,NeoAdonis/osu,naoey/osu,johnneijzen/osu,DrabWeb/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,DrabWeb/osu,smoogipoo/osu,NeoAdonis/osu,naoey/osu,EVAST9919/osu,Drezi126/osu,UselessToucan/osu,Damnae/osu,EVAST9919/osu,Na...
osu.Desktop.Tests/Visual/TestCaseKeyCounter.cs
osu.Desktop.Tests/Visual/TestCaseKeyCounter.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Framework.MathUtils; using osu.Game.Screens.Play; using OpenTK.Input; namespace osu.Desktop.Tests.Visual { intern...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics.UserInterface; using osu.Framework.MathUtils; using osu.Game.Scre...
mit
C#
108a32dc69a991471f47ac8f3190cad8a76d36a9
Add write buffer to Rpc Client.
flwn/HmLib
src/HmLib/HmRpcClient.cs
src/HmLib/HmRpcClient.cs
using System; using System.Net; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; namespace HmLib { using Binary; using Serialization; using System.IO; public class HmRpcClient : IDisposable { private readonly IPEndPoint _endpoint; private readonly st...
using System; using System.Net; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; namespace HmLib { using Binary; using Serialization; public class HmRpcClient : IDisposable { private readonly IPEndPoint _endpoint; private readonly string _host; p...
mit
C#
46bdda8f606e2ea9cad04523580493d463cf5620
Fix named argument
occar421/MyAnalyzerSamples
PublicFieldAnalyzer/PublicFieldAnalyzer/PublicFieldAnalyzer/PublicFieldAnalyzer.cs
PublicFieldAnalyzer/PublicFieldAnalyzer/PublicFieldAnalyzer/PublicFieldAnalyzer.cs
using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; namespace AnalyzerTests { [DiagnosticAnalyzer(LanguageNames.CSharp)] class PublicFieldAnalyzer : DiagnosticA...
using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; namespace AnalyzerTests { [DiagnosticAnalyzer(LanguageNames.CSharp)] class PublicFieldAnalyzer : DiagnosticA...
mit
C#
99f1e86a5e03374807d92ae124d6287b58a25c00
Fix something that was removed during merge conflicts.
RedNesto/osu,ZLima12/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,Nabile-Rahmani/osu,nyaamara/osu,Damnae/osu,Frontear/osuKyzer,smoogipooo/osu,osu-RP/osu-RP,Drezi126/osu,johnneijzen/osu,naoey/osu,smoogipoo/osu,ppy/osu,2yangk23/osu,DrabWeb/osu,NeoAdonis/osu,tacchinotacchi/os...
osu.Game.Modes.Taiko/Objects/Drawable/DrawableTaikoHitObject.cs
osu.Game.Modes.Taiko/Objects/Drawable/DrawableTaikoHitObject.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Game.Modes.Objects.Drawables; using osu.Game.Modes.Taiko.Judgements; using osu.Game.Modes.Taiko.Objects.Drawable.Pieces; ...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Game.Modes.Objects.Drawables; using osu.Game.Modes.Taiko.Judgements; using osu.Game.Modes.Taiko.Objects.Drawable.Pieces; ...
mit
C#
b2236ce3eaa0d65dc944f063bc26e6e113d26534
Improve performance of keycode translations
Mpstark/articulate,BrunoBrux/ArticulateDVS
Articulate/Localization/FileBasedTranslation.cs
Articulate/Localization/FileBasedTranslation.cs
using SierraLib.Translation; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Articulate { public sealed class FileBasedTranslation : SierraL...
using SierraLib.Translation; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Articulate { public sealed class FileBasedTranslation : SierraL...
mit
C#
d345316db8d7c6e35268aaf4252a08a5c6718c46
Make NetID use 1000+ range
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Shared/GameObjects/Components/NetIDs.cs
Content.Shared/GameObjects/Components/NetIDs.cs
namespace Content.Shared.GameObjects { public static class ContentNetIDs { public const uint HANDS = 1000; } }
namespace Content.Shared.GameObjects { public static class ContentNetIDs { public const uint HANDS = 0; } }
mit
C#
25d98fb8f74a0c62f74200204ea8a180a7f76a18
Rewrite of summary
Geta/EPi.Extensions
Geta.EPi.Extensions/Helpers/ValidationHelper.cs
Geta.EPi.Extensions/Helpers/ValidationHelper.cs
using System.Net.Mail; namespace Geta.EPi.Extensions.Helpers { /// <summary> /// Helper methods for validation /// </summary> public static class ValidationHelper { /// <summary> /// Verifies if is valid email /// </summary> /// <param name="email">Email string</param> ...
using System.Net.Mail; namespace Geta.EPi.Extensions.Helpers { /// <summary> /// Utility class to help work with validation /// </summary> public static class ValidationHelper { /// <summary> /// Verifies if is valid email /// </summary> /// <param name="email">Email stri...
mit
C#
004dc78301184b2e03bbc4ed26cc51a181e5d366
Revert "LOG ALL THE ERRORS"
JakeLunn/Landmine.Web,JakeLunn/Landmine.Web,akatakritos/Landmine.Web,akatakritos/Landmine.Web,akatakritos/Landmine.Web,JakeLunn/Landmine.Web,akatakritos/Landmine.Web,JakeLunn/Landmine.Web
LandmineWeb/App_Start/RollbarExceptionFilter.cs
LandmineWeb/App_Start/RollbarExceptionFilter.cs
using RollbarSharp; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace LandmineWeb.App_Start { public class RollbarExceptionFilter : IExceptionFilter { public void OnException(ExceptionContext filterContext) { if (fi...
using RollbarSharp; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace LandmineWeb.App_Start { public class RollbarExceptionFilter : IExceptionFilter { public void OnException(ExceptionContext filterContext) { //if (...
mit
C#
e580a9adb0cb31b691a2cdca929d5af0da902fcf
fix references
bytePassion/OpenQuoridorFramework
OpenQuoridorFramework/OQF.PlayerVsBot/Behaviors/MainWindowClosingBehavior.cs
OpenQuoridorFramework/OQF.PlayerVsBot/Behaviors/MainWindowClosingBehavior.cs
using System.ComponentModel; using System.Windows; using System.Windows.Interactivity; using MaterialDesignThemes.Wpf; using OQF.PlayerVsBot.ViewModels.MainWindow; using OQF.PlayerVsBot.ViewModels.YesNoDialog; using OQF.Visualization.Resources.LanguageDictionaries; namespace OQF.PlayerVsBot.Behaviors { internal clas...
using System.ComponentModel; using System.Windows; using System.Windows.Interactivity; using MaterialDesignThemes.Wpf; using OQF.PlayerVsBot.ViewModels.MainWindow; using OQF.Visualization.Resources.LanguageDictionaries; namespace OQF.PlayerVsBot.Behaviors { internal class MainWindowClosingBehavior: Behavior<Window> ...
apache-2.0
C#
166dab9d0261c05010da8a5c500bccda3ad2d660
Make this crap more readable.
Damnae/storybrew
common/Storyboarding/Display/LoopDecorator.cs
common/Storyboarding/Display/LoopDecorator.cs
using StorybrewCommon.Storyboarding.Commands; using StorybrewCommon.Storyboarding.CommandValues; using System; using System.IO; namespace StorybrewCommon.Storyboarding.Display { public class LoopDecorator<TValue> : ITypedCommand<TValue> where TValue : CommandValue { private ITypedCommand<TValu...
using StorybrewCommon.Storyboarding.Commands; using StorybrewCommon.Storyboarding.CommandValues; using System; using System.IO; namespace StorybrewCommon.Storyboarding.Display { public class LoopDecorator<TValue> : ITypedCommand<TValue> where TValue : CommandValue { private ITypedCommand<TValu...
mit
C#
60aac70f95aca5dd6c7e015eb0ebad5328565757
update cart with ajax
mariagnisa/e-commerce,mariagnisa/e-commerce,mariagnisa/e-commerce
e-commerce/Views/Products/Details.cshtml
e-commerce/Views/Products/Details.cshtml
@model e_commerce.Models.ProductsViewModel @{ ViewBag.Title = Model.Id; } @section scripts{ <script type="text/javascript" src="~/scripts/cameraObscura.js"></script> } <div style="margin: 0 auto; width: 100%; display: flex; flex-direction: column; align-items: center;" class="container-fluid"> <div class...
@model e_commerce.Models.ProductsViewModel @{ ViewBag.Title = Model.Id; } <div style="margin: 0 auto; width: 100%; display: flex; flex-direction: column; align-items: center;" class="container-fluid"> <div style="margin: 0 auto; padding-top: 40px; " class="row"> <img style="width: 500px; height: ...
mit
C#
8192031b93325c4e9f7ff1e44de15995508515b8
Make Authority property public on DiscoveryPolicy (#56)
IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModel2
src/IdentityModel/Client/DiscoveryPolicy.cs
src/IdentityModel/Client/DiscoveryPolicy.cs
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; namespace IdentityModel.Client { /// <summary> /// Security policy for retrieving a discovery docum...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; namespace IdentityModel.Client { /// <summary> /// Security policy for retrieving a discovery docum...
apache-2.0
C#
f43c779595efdba10606e240f344284e18db3be9
Update Roles.aspx file url (#791)
SntsDev/n2cms,EzyWebwerkstaden/n2cms,SntsDev/n2cms,nimore/n2cms,nimore/n2cms,VoidPointerAB/n2cms,nimore/n2cms,VoidPointerAB/n2cms,DejanMilicic/n2cms,VoidPointerAB/n2cms,EzyWebwerkstaden/n2cms,EzyWebwerkstaden/n2cms,n2cms/n2cms,n2cms/n2cms,EzyWebwerkstaden/n2cms,DejanMilicic/n2cms,VoidPointerAB/n2cms,nimore/n2cms,n2cms/...
src/Mvc/MvcTemplates/N2/Roles/Roles.aspx.cs
src/Mvc/MvcTemplates/N2/Roles/Roles.aspx.cs
using System; using System.Linq; using System.Web.Security; using System.Web.UI.WebControls; using N2.Edit.Web; using N2.Security; namespace N2.Edit.Membership { [MembershipToolbarPlugin("ROLES", "roles", "{ManagementUrl}/Roles/Roles.aspx", "{ManagementUrl}/Resources/icons/group.png", 111, ToolTi...
using System; using System.Linq; using System.Web.Security; using System.Web.UI.WebControls; using N2.Edit.Web; using N2.Security; namespace N2.Edit.Membership { [MembershipToolbarPlugin("ROLES", "roles", "~/N2Extensions/Roles/Roles.aspx", "{ManagementUrl}/Resources/icons/group.png", 111, ToolTip = "admini...
lgpl-2.1
C#
a323a9efed44b58c24f52a65e51193ecd7616c98
Add extra test to ensure Account deserialization
stripe/stripe-dotnet,richardlawley/stripe.net
src/Stripe.net.Tests/charges/when_creating_a_charge_with_a_stripe_account.cs
src/Stripe.net.Tests/charges/when_creating_a_charge_with_a_stripe_account.cs
using Machine.Specifications; namespace Stripe.Tests { public class when_creating_a_charge_with_a_stripe_account { private static StripeAccount _stripeAccount; private static StripeCharge _stripeCharge; Establish context = () => { // create a new custom account ...
using Machine.Specifications; namespace Stripe.Tests { public class when_creating_a_charge_with_a_stripe_account { private static StripeAccount _stripeAccount; private static StripeCharge _stripeCharge; Establish context = () => { // create a new custom account ...
apache-2.0
C#
f9c9ad4b97d9e955fd0bb85ded10a3eebead29e4
Use unused param
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Definitions/SpatialAwareness/SpatialAwarenessPlanarObject.cs
Assets/MRTK/Core/Definitions/SpatialAwareness/SpatialAwarenessPlanarObject.cs
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEngine; namespace Microsoft.MixedReality.Toolkit.SpatialAwareness { public partial class SpatialAwarenessPlanarObject : BaseSpatialAwarenessObject { /// <summary> /// The BoxCollider associated with this pla...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEngine; namespace Microsoft.MixedReality.Toolkit.SpatialAwareness { public partial class SpatialAwarenessPlanarObject : BaseSpatialAwarenessObject { /// <summary> /// The BoxCollider associated with this pla...
mit
C#
8419b18cdc517bc89f02a553a23c77fba48b5e7f
Fix for NH-3147.
gliljas/nhibernate-core,ngbrown/nhibernate-core,fredericDelaporte/nhibernate-core,hazzik/nhibernate-core,RogerKratz/nhibernate-core,livioc/nhibernate-core,ManufacturingIntelligence/nhibernate-core,nhibernate/nhibernate-core,gliljas/nhibernate-core,nhibernate/nhibernate-core,hazzik/nhibernate-core,RogerKratz/nhibernate-...
src/NHibernate/Linq/Visitors/ResultOperatorProcessors/ProcessContains.cs
src/NHibernate/Linq/Visitors/ResultOperatorProcessors/ProcessContains.cs
using System.Collections; using System.Linq; using NHibernate.Hql.Ast; using Remotion.Linq.Clauses.ResultOperators; namespace NHibernate.Linq.Visitors.ResultOperatorProcessors { public class ProcessContains : IResultOperatorProcessor<ContainsResultOperator> { public void Process(ContainsResultOperator re...
using System.Collections; using System.Linq; using NHibernate.Hql.Ast; using Remotion.Linq.Clauses.ResultOperators; namespace NHibernate.Linq.Visitors.ResultOperatorProcessors { public class ProcessContains : IResultOperatorProcessor<ContainsResultOperator> { public void Process(ContainsResultOperator re...
lgpl-2.1
C#
28c43997319bdd41920c5bda2da4ac96ac2e6a84
add track id extension
mattgray/SevenDigital.Api.Wrapper,gregsochanik/SevenDigital.Api.Wrapper,bettiolo/SevenDigital.Api.Wrapper,danbadge/SevenDigital.Api.Wrapper,emashliles/SevenDigital.Api.Wrapper,AnthonySteele/SevenDigital.Api.Wrapper,actionshrimp/SevenDigital.Api.Wrapper,minkaotic/SevenDigital.Api.Wrapper,knocte/SevenDigital.Api.Wrapper,...
src/SevenDigital.Api.Wrapper/Extensions/HasTrackIdParameterExtensions.cs
src/SevenDigital.Api.Wrapper/Extensions/HasTrackIdParameterExtensions.cs
using SevenDigital.Api.Schema.ParameterDefinitions.Get; namespace SevenDigital.Api.Wrapper { public static class HasTrackIdParameterExtensions { public static IFluentApi<T> ForTrackId<T>(this IFluentApi<T> api, int trackId) where T : HasTrackIdParameter { api.WithParameter("trackId", trackId.ToString()); ...
using SevenDigital.Api.Schema.ParameterDefinitions.Get; namespace SevenDigital.Api.Wrapper { public static class HasTrackIdParameterExtensions { public static IFluentApi<T> ForTrackId<T>(this IFluentApi<T> api, int trackId) where T : HasTrackIdParameter { api.WithParameter("trackId", trackId.ToString()); r...
mit
C#
3c3a219d56372371bc2e76d936598579e6cfc596
Update AssemblyInfo.cs
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface/Properties/AssemblyInfo.cs
src/DiabloInterface/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("DiabloInterface")] [assembly: AssemblyDescr...
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("DiabloInterface")] [assembly: AssemblyDescr...
mit
C#
fdda2059b6c056652438676f87f6de99c377f091
mark interface as internal
NightOwl888/lucenenet,jpsullivan/lucenenet,jeme/lucenenet,zmaruo/lucenenet,NightOwl888/lucenenet,antiufo/lucenenet,apache/lucenenet,mdissel/lucene.net,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,laimis/lucenenet,zmaruo/lucenenet,sisve/lucenenet,apache/lucenenet,sisve/lucenenet,apache/lucenenet,laimis/luc...
src/Lucene.Net.Core/Search/ITopTermsRewrite.cs
src/Lucene.Net.Core/Search/ITopTermsRewrite.cs
namespace Lucene.Net.Search { internal interface ITopTermsRewrite { int Size { get; } } }
namespace Lucene.Net.Search { public interface ITopTermsRewrite { int Size { get; } } }
apache-2.0
C#
db22fbb62d44b9c4afba6919ededcf4f639bb17a
call OnSpeedUpdate on LateUpdate, and use speed percentages on Move
enormand/cyber-space-shooter
Assets/Scripts/Objects/Managers/EngineManager.cs
Assets/Scripts/Objects/Managers/EngineManager.cs
using UnityEngine; using System.Collections; public class EngineManager : MonoBehaviour { public float minSpeed, maxSpeed, accelerationFactor, brakeFactor; // Called after the speed has been updated. public delegate void SpeedUpdatedDelegate(); public event SpeedUpdatedDelegate OnSpeedUpdated; private float s...
using UnityEngine; using System.Collections; public class EngineManager : MonoBehaviour { public float minSpeed, maxSpeed, accelerationFactor, brakeFactor; // Called after the speed has been updated. public delegate void SpeedUpdatedDelegate(); public event SpeedUpdatedDelegate OnSpeedUpdated; private float s...
mit
C#
e991b302d0adbfb92f72a9a73985f4330861df79
Fix bug: "BTCPay is expecting you to access this website" being cached
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Services/BTCPayServerEnvironment.cs
BTCPayServer/Services/BTCPayServerEnvironment.cs
using Microsoft.AspNetCore.Hosting; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Text; using NBXplorer; using NBitcoin; using Microsoft.AspNetCore.Http; namespace BTCPayServer.Services { public class BTCPayServerEnvironment ...
using Microsoft.AspNetCore.Hosting; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Text; using NBXplorer; using NBitcoin; using Microsoft.AspNetCore.Http; namespace BTCPayServer.Services { public class BTCPayServerEnvironment ...
mit
C#
3f34822e1950508f6039bf68bc2133eeb68883e8
Fix issue with additional int[] serialization
vevix/DigitalOcean.API
DigitalOcean.API/Models/Requests/LoadBalancer.cs
DigitalOcean.API/Models/Requests/LoadBalancer.cs
using DigitalOcean.API.Models.Responses; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace DigitalOcean.API.Models.Requests { public class LoadBalancer { /// <summary> /// A human-readable name for a Load Balancer instance. /// </summary> [JsonProperty("name"...
using DigitalOcean.API.Models.Responses; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace DigitalOcean.API.Models.Requests { public class LoadBalancer { /// <summary> /// A human-readable name for a Load Balancer instance. /// </summary> [JsonProperty("name"...
mit
C#
b5db573b3bae6f36e6819b5bd788c704e13bed9e
fix small bug in help message causing certain commands to not show up
Iwuh/Wycademy
WycademyV2/src/WycademyV2/WycademyExtensions.cs
WycademyV2/src/WycademyV2/WycademyExtensions.cs
using Discord; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using WycademyV2.Commands.Services; namespace WycademyV2 { public static class WycademyExtensions { /// <summary> /// Sends a message to a channel and caches the IDs...
using Discord; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using WycademyV2.Commands.Services; namespace WycademyV2 { public static class WycademyExtensions { /// <summary> /// Sends a message to a channel and caches the IDs...
mit
C#
45ecd5f5f2480ad0e958587e4dbd678e283df1e6
Comment out some exception-generating code
mikelovesrobots/throw-a-ball-tutorial
app/Assets/Scripts/NavigationController.cs
app/Assets/Scripts/NavigationController.cs
using UnityEngine; using System; using System.Linq; public class NavigationController : MonoBehaviour { public string WindowGroup; public WindowTransitioner[] Windows; public WindowTransitioner StartingWindow; private WindowTransitioner currentWindow; private void Start() { if (IsReturning) { Show...
using UnityEngine; using System; using System.Linq; public class NavigationController : MonoBehaviour { public string WindowGroup; public WindowTransitioner[] Windows; public WindowTransitioner StartingWindow; private WindowTransitioner currentWindow; private void Start() { if (IsReturning) { Show...
mit
C#
ef540caccc7e52fdc2a3f70ee69956bec9d15cb2
Fix cognitive service key validation
MattFarm/BusinessPlatformApps,MattFarm/BusinessPlatformApps,MattFarm/BusinessPlatformApps,MattFarm/BusinessPlatformApps,MattFarm/BusinessPlatformApps
Source/Actions/Microsoft.Deployment.Actions.AzureCustom/Twitter/ValidateCognitiveKey.cs
Source/Actions/Microsoft.Deployment.Actions.AzureCustom/Twitter/ValidateCognitiveKey.cs
using System.Collections.Generic; using System.ComponentModel.Composition; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Deployment.Common.ActionModel; using Microsoft.Deployment.Common.Actions; using Microsoft.Deployment.Common.Helpers; namespace Microsoft.Deployment.Actions....
using System.Collections.Generic; using System.ComponentModel.Composition; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Deployment.Common.ActionModel; using Microsoft.Deployment.Common.Actions; using Microsoft.Deployment.Common.Helpers; namespace Microsoft.Deployment.Actions....
mit
C#