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 |
|---|---|---|---|---|---|---|---|---|
97322f998efaa6c3f66d928a95b8c3496bcad71f | Update MockDataReaderService.cs | GHPReporter/Ghpr.Core,GHPReporter/Ghpr.Core,GHPReporter/Ghpr.Core | Ghpr.Tests.Tests/Core/MockDataReaderService.cs | Ghpr.Tests.Tests/Core/MockDataReaderService.cs | using System;
using System.Collections.Generic;
using Ghpr.Core.Common;
using Ghpr.Core.Interfaces;
using Ghpr.Core.Settings;
namespace Ghpr.Core.Tests.Core
{
public class MockDataReaderService : IDataReaderService
{
public IDataReaderService GetDataReader()
{
return this;
... | using System;
using System.Collections.Generic;
using Ghpr.Core.Common;
using Ghpr.Core.Interfaces;
using Ghpr.Core.Settings;
namespace Ghpr.Core.Tests.Core
{
public class MockDataReaderService : IDataReaderService
{
public IDataReaderService GetDataReader()
{
return this;
... | mit | C# |
6539c204aa30b79c8eecd11c1c069847c7a23e9e | Add helpers for finding attributes | mrahhal/Konsola | src/Konsola/Metadata/ObjectMetadata.cs | src/Konsola/Metadata/ObjectMetadata.cs | using System;
using System.Linq;
using System.Collections.Generic;
namespace Konsola.Metadata
{
public class ObjectMetadata
{
public ObjectMetadata(
Type type,
IEnumerable<PropertyMetadata> properties,
IEnumerable<AttributeMetadata> attributes)
{
Type = type;
Properties = properties;
Attribute... | using System;
using System.Collections.Generic;
namespace Konsola.Metadata
{
public class ObjectMetadata
{
public ObjectMetadata(
Type type,
IEnumerable<PropertyMetadata> properties,
IEnumerable<AttributeMetadata> attributes)
{
Type = type;
Properties = properties;
Attributes = attributes;
}... | mit | C# |
fd58e4cf8f13084351a47dd9f9841c5b07e03740 | Document Handle properties | bjornicus/confluent-kafka-dotnet,MaximGurschi/rdkafka-dotnet,ah-/rdkafka-dotnet,MrGlenThomas/confluent-kafka-dotnet,treziac/confluent-kafka-dotnet,MrGlenThomas/confluent-kafka-dotnet,bjornicus/confluent-kafka-dotnet,treziac/confluent-kafka-dotnet | src/RdKafka/Handle.cs | src/RdKafka/Handle.cs | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using System.Linq;
using RdKafka.Internal;
namespace RdKafka
{
public class Handle
{
internal SafeKafkaHandle handle;
/// <summary>
/// The name of the handle
/// </summary>
... | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using System.Linq;
using RdKafka.Internal;
namespace RdKafka
{
public class Handle
{
internal SafeKafkaHandle handle;
public string Name => handle.GetName();
public string MemberId =>... | apache-2.0 | C# |
c4b7fed9d94c9358834e666772b975cddebbc186 | Append Content-Type | SnowflakePowered/snowflake,RonnChyran/snowflake,faint32/snowflake-1,SnowflakePowered/snowflake,faint32/snowflake-1,RonnChyran/snowflake,faint32/snowflake-1,RonnChyran/snowflake,SnowflakePowered/snowflake | Snowflake/Extensions/HttpListenerContextExts.cs | Snowflake/Extensions/HttpListenerContextExts.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Mono.Net;
namespace Snowflake.Extensions
{
public static class HttpListenerContextExts
{
public static void AddAccessControlHeaders(this HttpListenerContext context)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Mono.Net;
namespace Snowflake.Extensions
{
public static class HttpListenerContextExts
{
public static void AddAccessControlHeaders(this HttpListenerContext context)
{
... | mpl-2.0 | C# |
32f7f2b7699f29f66deb74d1ff97249ab7c87c18 | remove namespace | icarus-consulting/Yaapii.Atoms | src/Yaapii.Atoms/Bytes/BytesAsInput.cs | src/Yaapii.Atoms/Bytes/BytesAsInput.cs | // MIT License
//
// Copyright(c) 2017 ICARUS Consulting GmbH
//
// 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, co... | // MIT License
//
// Copyright(c) 2017 ICARUS Consulting GmbH
//
// 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, co... | mit | C# |
972c414dd0d0d3b9cb962e022c179ef7981245f6 | Apply exclusion of analytics in draft pages. | Talagozis/Talagozis.Website,Talagozis/Talagozis.Website,Talagozis/Talagozis.Website | Talagozis.Website/Views/Layout/Global/Js.cshtml | Talagozis.Website/Views/Layout/Global/Js.cshtml | <environment include="Staging,Production">
<script>
if ('serviceWorker' in navigator) {
if (navigator.serviceWorker.controller)
console.debug('[PWA Builder] active service worker found, no need to register');
window.addEventListener('load', function () {
... | <environment include="Staging,Production">
<script>
if ('serviceWorker' in navigator) {
if (navigator.serviceWorker.controller)
console.debug('[PWA Builder] active service worker found, no need to register');
window.addEventListener('load', function () {
... | mit | C# |
8541a994600580ecf9eb498c95d8bfacdde84d61 | Use bigquerydatatransfer instead of bigquery_data_transfer in region tags | jsimonweb/csharp-docs-samples,jsimonweb/csharp-docs-samples,jsimonweb/csharp-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,jsimonweb/csharp-docs-samples | bigquery/data-transfer/api/QuickStart/QuickStart.cs | bigquery/data-transfer/api/QuickStart/QuickStart.cs | /*
* Copyright (c) 2018 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 ... | /*
* Copyright (c) 2018 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 ... | apache-2.0 | C# |
fe778f576de801ad1a69879393ae82c99610d733 | Raise exceptions on non-404 error codes | kevbite/CompaniesHouse.NET,LiberisLabs/CompaniesHouse.NET | src/LiberisLabs.CompaniesHouse/CompaniesHouseCompanyProfileClient.cs | src/LiberisLabs.CompaniesHouse/CompaniesHouseCompanyProfileClient.cs | using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using LiberisLabs.CompaniesHouse.Response.CompanyProfile;
using LiberisLabs.CompaniesHouse.UriBuilders;
namespace LiberisLabs.CompaniesHouse
{
public class CompaniesHouseCompanyProfileClient : ICompaniesHouseCompanyProfileClient
{
... | using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using LiberisLabs.CompaniesHouse.Response.CompanyProfile;
using LiberisLabs.CompaniesHouse.UriBuilders;
namespace LiberisLabs.CompaniesHouse
{
public class CompaniesHouseCompanyProfileClient : ICompaniesHouseCompanyProfileClient
{
... | mit | C# |
7da80436ffcebe031593dfc9e354613ceba02f5e | Fix the netcore test runs | richlander/corefx,MaggieTsang/corefx,wtgodbe/corefx,stone-li/corefx,MaggieTsang/corefx,krk/corefx,Jiayili1/corefx,Jiayili1/corefx,Jiayili1/corefx,yizhang82/corefx,tijoytom/corefx,seanshpark/corefx,gkhanna79/corefx,DnlHarvey/corefx,richlander/corefx,seanshpark/corefx,shimingsg/corefx,nbarbettini/corefx,parjong/corefx,cy... | src/System.Configuration.ConfigurationManager/tests/Mono/TestUtil.cs | src/System.Configuration.ConfigurationManager/tests/Mono/TestUtil.cs | // Licensed to the .NET Foundation under one or more agreements.
// See the LICENSE file in the project root for more information.
//
// TestUtil.cs
//
// Author:
// Martin Baulig <martin.baulig@xamarin.com>
//
// Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com)
//
// Permission is hereby granted, free o... | // Licensed to the .NET Foundation under one or more agreements.
// See the LICENSE file in the project root for more information.
//
// TestUtil.cs
//
// Author:
// Martin Baulig <martin.baulig@xamarin.com>
//
// Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com)
//
// Permission is hereby granted, free o... | mit | C# |
5ef23eb5df528ace7085bd73af78be66a462adae | Add "PID" alias for Get-Process -Id. | ForNeVeR/Pash,sillvan/Pash,ForNeVeR/Pash,WimObiwan/Pash,sburnicki/Pash,Jaykul/Pash,ForNeVeR/Pash,WimObiwan/Pash,sillvan/Pash,sburnicki/Pash,Jaykul/Pash,WimObiwan/Pash,sburnicki/Pash,mrward/Pash,sillvan/Pash,sillvan/Pash,Jaykul/Pash,mrward/Pash,sburnicki/Pash,WimObiwan/Pash,mrward/Pash,ForNeVeR/Pash,mrward/Pash,Jaykul/P... | Source/Microsoft.PowerShell.Commands.Management/GetProcessCommand.cs | Source/Microsoft.PowerShell.Commands.Management/GetProcessCommand.cs | // Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Management.Automation;
using System.Diagnostics;
namespace Microsoft.PowerShell.Commands
{
/// <summary>
/// NAME
/// Get-Process
///
/// DESCRIPTION
/// Displays pro... | // Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Management.Automation;
using System.Diagnostics;
namespace Microsoft.PowerShell.Commands
{
/// <summary>
/// NAME
/// Get-Process
///
/// DESCRIPTION
/// Displays pro... | bsd-3-clause | C# |
f49420fa8febb831eeacc36da915a7b2c9868e02 | Enable the database creation | coridrew/crisischeckin,RyanBetker/crisischeckin,pottereric/crisischeckin,MobileRez/crisischeckin,MobileRez/crisischeckin,djjlewis/crisischeckin,lloydfaulkner/crisischeckin,andrewhart098/crisischeckin,pottereric/crisischeckin,jplwood/crisischeckin,RyanBetker/crisischeckin,lloydfaulkner/crisischeckin,brunck/crisischeckin... | crisischeckin/crisicheckinweb/App_Start/DbConfig.cs | crisischeckin/crisicheckinweb/App_Start/DbConfig.cs | using System.Data.Entity;
using Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace crisicheckinweb
{
public class DbConfig
{
public static void Initialize()
{
Database.SetInitializer<CrisisCheckin>(
n... | using System.Data.Entity;
using Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace crisicheckinweb
{
public class DbConfig
{
public static void Initialize()
{
// Database.SetInitializer<CrisisCheckin>(
// ... | apache-2.0 | C# |
be2665edc87852a7582961a6bb55e8849c41afdf | set default base salary requirement in employee constructor | RandomFractals/payroll,RandomFractals/payroll,RandomFractals/payroll | src/payroll/Models/Employee.cs | src/payroll/Models/Employee.cs | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace payroll.Models
{
public class Employee : Person
{
public int EmployeeID { get; set; }
[Display(Name = "Salary")]
[DisplayFormat(DataFormatString = "{0:C}")]
[Required]
[Range(10000... | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace payroll.Models
{
public class Employee : Person
{
public int EmployeeID { get; set; }
[Display(Name = "Salary")]
[DisplayFormat(DataFormatString = "{0:C}")]
[Required]
[Range(10000... | mit | C# |
229b517f2c7187891aee17e94a3491934e495716 | remove claims endpoint | bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core | src/Api/Controllers/MiscController.cs | src/Api/Controllers/MiscController.cs | using System;
using Microsoft.AspNetCore.Mvc;
using Bit.Core.Models.Api;
namespace Bit.Api.Controllers
{
public class MiscController : Controller
{
[HttpGet("~/alive")]
[HttpGet("~/now")]
public DateTime Get()
{
return DateTime.UtcNow;
}
[HttpGet("~... | using System;
using Microsoft.AspNetCore.Mvc;
using System.Linq;
using Bit.Core.Models.Api;
namespace Bit.Api.Controllers
{
public class MiscController : Controller
{
[HttpGet("~/alive")]
[HttpGet("~/now")]
public DateTime Get()
{
return DateTime.UtcNow;
}
... | agpl-3.0 | C# |
1fdae32e5aa68eadd09274e7195ac05d36ac8d8d | Stop loop early | martincostello/project-euler | src/ProjectEuler/Puzzles/Puzzle047.cs | src/ProjectEuler/Puzzles/Puzzle047.cs | // Copyright (c) Martin Costello, 2015. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.ProjectEuler.Puzzles
{
using System;
using System.Linq;
/// <summary>
/// A class representing the sol... | // Copyright (c) Martin Costello, 2015. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.ProjectEuler.Puzzles
{
using System;
using System.Linq;
/// <summary>
/// A class representing the sol... | apache-2.0 | C# |
2a423a2690a1fd09ee180cd6a49fb2afaba5468b | Fix path of load file | GGProductions/LetterStorm,GGProductions/LetterStorm,GGProductions/LetterStorm | Assets/Classes/GGProductions/LetterStorm/Utilities/GameStateUtilities.cs | Assets/Classes/GGProductions/LetterStorm/Utilities/GameStateUtilities.cs | using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using GGProductions.LetterStorm.Data;
using UnityEngine;
namespace GGProductions.LetterStorm.Utilities
{
public static class GameStateUtilities
{
#region Load State ----------------------------------------------------
/// ... | using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using GGProductions.LetterStorm.Data;
using UnityEngine;
namespace GGProductions.LetterStorm.Utilities
{
public static class GameStateUtilities
{
#region Load State ----------------------------------------------------
/// ... | mit | C# |
4d93214a4c8bdccc8867cd6942dcc73065494934 | Improve the md5 verifier test a bist | asarium/FSOLauncher | Tests/ModInstallation.Tests/Implementations/Mods/MD5FileVerifierTests.cs | Tests/ModInstallation.Tests/Implementations/Mods/MD5FileVerifierTests.cs | #region Usings
using System;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using ModInstallation.Annotations;
using ModInstallation.Implementations.Mods;
using NUnit.Framework;
#endregion
namespace ModInstallation.Tests.Implementations.Mods
{
[TestFixture]
p... | #region Usings
using System;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using ModInstallation.Annotations;
using ModInstallation.Implementations.Mods;
using NUnit.Framework;
#endregion
namespace ModInstallation.Tests.Implementations.Mods
{
[TestFixture]
p... | mit | C# |
8d40eb6ba0daf0edfbe767527619247c77420c89 | clean up code | Weingartner/Migrations.Json.Net | Weingartner.Json.Migration.Roslyn_/Constants.cs | Weingartner.Json.Migration.Roslyn_/Constants.cs | namespace Weingartner.Json.Migration.Roslyn
{
public static class Constants
{
public const string MigratableAttributeMetadataName = "Weingartner.Json.Migration.MigratableAttribute";
public const string DataContractAttributeMetadataName = "System.Runtime.Serialization.DataContractAttribute";
... | namespace Weingartner.Json.Migration.Roslyn
{
public static class Constants
{
public const string MigratableAttributeMetadataName = "Weingartner.Json.Migration.MigratableAttribute";
public const string DataContractAttributeMetadataName = "System.Runtime.Serialization.DataContractAttribute";
... | mit | C# |
708a72a5c34e2e62fdc7d4e1a8af414c895cad7d | Remove sideload manifest during clean | Thealexbarney/VGAudio,Thealexbarney/VGAudio,Thealexbarney/LibDspAdpcm,Thealexbarney/LibDspAdpcm | build/Tasks/Clean.cs | build/Tasks/Clean.cs | using Cake.Common.IO;
using Cake.Core.IO;
using Cake.Frosting;
using static Build.Utilities.Runners;
namespace Build.Tasks
{
public sealed class CleanBuild : FrostingTask<Context>
{
public override void Run(Context context)
{
DirectoryPathCollection directories = context.GetDirecto... | using Cake.Common.IO;
using Cake.Core.IO;
using Cake.Frosting;
using static Build.Utilities.Runners;
namespace Build.Tasks
{
public sealed class CleanBuild : FrostingTask<Context>
{
public override void Run(Context context)
{
DirectoryPathCollection directories = context.GetDirecto... | mit | C# |
c2af068e42a2d215cfdfce71acc4deff7d347727 | Apply Parser | occar421/OpenTKAnalyzer | src/OpenTKAnalyzer/OpenTKAnalyzer/OpenTK_/Graphics_/OpenGL_/RotationValueOpenGLAnalyzer.cs | src/OpenTKAnalyzer/OpenTKAnalyzer/OpenTK_/Graphics_/OpenGL_/RotationValueOpenGLAnalyzer.cs | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
using OpenTK.G... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
using OpenTK.G... | mit | C# |
1fbb98dd9f6da67f9373f3693ae2c2dbf7f73e83 | fix key not being stored | ArsenShnurkov/BitSharp | BitSharp.Storage/MissingDataException.cs | BitSharp.Storage/MissingDataException.cs | using BitSharp.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BitSharp.Storage
{
public enum DataType
{
Block,
BlockHeader,
ChainedBlock,
Transaction
}
public class ... | using BitSharp.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BitSharp.Storage
{
public enum DataType
{
Block,
BlockHeader,
ChainedBlock,
Transaction
}
public class ... | unlicense | C# |
f1c4529fc7df3b983a692c147c65cbb6b3b586c9 | Change TeamArea heal and damage quantity | bunashibu/kikan | Assets/Scripts/TeamArea.cs | Assets/Scripts/TeamArea.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Assertions;
namespace Bunashibu.Kikan {
public class TeamArea : Photon.MonoBehaviour, IAttacker, IPhotonBehaviour {
void Awake() {
_synchronizer = GetComponent<SkillSynchronizer>();
}
void OnTriggerSt... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Assertions;
namespace Bunashibu.Kikan {
public class TeamArea : Photon.MonoBehaviour, IAttacker, IPhotonBehaviour {
void Awake() {
_synchronizer = GetComponent<SkillSynchronizer>();
}
void OnTriggerSt... | mit | C# |
a1b92810641ad47859919cd521e7922061639112 | Fix tabs/spaces in test site startup | msarchet/Bundler,msarchet/Bundler | BundlerTestSite/Startup.cs | BundlerTestSite/Startup.cs | using System;
using System.Threading.Tasks;
using Microsoft.Owin;
using Owin;
using BundlerMiddleware;
[assembly: OwinStartup(typeof(BundlerTestSite.Startup))]
namespace BundlerTestSite
{
public class Startup
{
public static BundlerRouteTable MarkdownRoutes = new BundlerRouteTable();
public s... | using System;
using System.Threading.Tasks;
using Microsoft.Owin;
using Owin;
using BundlerMiddleware;
[assembly: OwinStartup(typeof(BundlerTestSite.Startup))]
namespace BundlerTestSite
{
public class Startup
{
public static BundlerRouteTable MarkdownRoutes = new BundlerRouteTable();
public s... | mit | C# |
d951d131c1e88f278bc85a413c4c322adb7a3e42 | Fix naming convention. | adz21c/miles | Miles.MassTransit/Courier/QueueNameGenerateExtensions.cs | Miles.MassTransit/Courier/QueueNameGenerateExtensions.cs | using Miles.Messaging;
using System;
using System.Reflection;
namespace Miles.MassTransit.Courier
{
public static class QueueNameGenerateExtensions
{
private const string Arguments = "Arguments";
private const string Log = "Log";
private const string Compensate = "Compensate";
... | using Miles.Messaging;
using System;
using System.Reflection;
namespace Miles.MassTransit.Courier
{
public static class QueueNameGenerateExtensions
{
private const string Arguments = "Arguments";
private const string Logs = "Logs";
private const string Compensate = "Compensate";
... | apache-2.0 | C# |
13d6a501ff247dfa84d67de912468c3585084794 | Test commit of new line endings | rob-somerville/riak-dotnet-client,basho/riak-dotnet-client,basho/riak-dotnet-client,rob-somerville/riak-dotnet-client | CorrugatedIron.Tests.Live/RiakDtTests.cs | CorrugatedIron.Tests.Live/RiakDtTests.cs | // Copyright (c) 2011 - OJ Reeves & Jeremiah Peschka
//
// This file is provided 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unle... | // Copyright (c) 2011 - OJ Reeves & Jeremiah Peschka
//
// This file is provided 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unle... | apache-2.0 | C# |
c93003917043154780ae94243795a0b1f3dae7b0 | Fix nullreference when numberOfOccurrences isn't defined but the process has been activated | arkivverket/arkade5,arkivverket/arkade5,arkivverket/arkade5 | src/Arkivverket.Arkade/Core/Addml/Processes/ControlNumberOfRecords.cs | src/Arkivverket.Arkade/Core/Addml/Processes/ControlNumberOfRecords.cs | using Arkivverket.Arkade.Tests;
namespace Arkivverket.Arkade.Core.Addml.Processes
{
public class ControlNumberOfRecords : IAddmlProcess
{
private const string Name = "Control_NumberOfRecords";
private readonly TestRun _testRun;
private FlatFile _currentFlatFile;
private int _num... | using Arkivverket.Arkade.Tests;
namespace Arkivverket.Arkade.Core.Addml.Processes
{
public class ControlNumberOfRecords : IAddmlProcess
{
private const string Name = "Control_NumberOfRecords";
private readonly TestRun _testRun;
private FlatFile _currentFlatFile;
private int _num... | agpl-3.0 | C# |
db53f78f0a9b489ee31d270b6c07dc108166d723 | Update UserManager.cs | aspnetboilerplate/module-zero-template,aspnetboilerplate/module-zero-template,aspnetboilerplate/module-zero-template | src/AbpCompanyName.AbpProjectName.Core/Authorization/Users/UserManager.cs | src/AbpCompanyName.AbpProjectName.Core/Authorization/Users/UserManager.cs | using Abp.Authorization;
using Abp.Authorization.Users;
using Abp.Configuration;
using Abp.Domain.Repositories;
using Abp.Domain.Uow;
using Abp.IdentityFramework;
using Abp.Localization;
using Abp.Organizations;
using Abp.Runtime.Caching;
using AbpCompanyName.AbpProjectName.Authorization.Roles;
namespace AbpCompanyNa... | using Abp.Authorization;
using Abp.Authorization.Users;
using Abp.Configuration;
using Abp.Domain.Repositories;
using Abp.Domain.Uow;
using Abp.IdentityFramework;
using Abp.Localization;
using Abp.Organizations;
using Abp.Runtime.Caching;
using AbpCompanyName.AbpProjectName.Authorization.Roles;
namespace AbpCompanyNa... | mit | C# |
a459f10eea1f72c6d17b750eda87bee6831cc3a5 | Check that Data dictionary accepts string keys. | tdiehl/raygun4net,nelsonsar/raygun4net,ddunkin/raygun4net,MindscapeHQ/raygun4net,articulate/raygun4net,articulate/raygun4net,tdiehl/raygun4net,ddunkin/raygun4net,MindscapeHQ/raygun4net,nelsonsar/raygun4net,MindscapeHQ/raygun4net | Mindscape.Raygun4Net/RaygunClientBase.cs | Mindscape.Raygun4Net/RaygunClientBase.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Mindscape.Raygun4Net
{
public class RaygunClientBase
{
protected internal const string SentKey = "AlreadySentByRaygun";
protected bool CanSend(Exception exception)
{
return exception == null || excep... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Mindscape.Raygun4Net
{
public class RaygunClientBase
{
protected internal const string SentKey = "AlreadySentByRaygun";
protected bool CanSend(Exception exception)
{
return exception == null || !exce... | mit | C# |
2b948660c4c8d12d487b3da07520a232f3409a47 | Remove SecurityTransparent from Server | RichiCoder1/nuget-chocolatey,anurse/NuGet,rikoe/nuget,pratikkagda/nuget,indsoft/NuGet2,pratikkagda/nuget,mrward/nuget,antiufo/NuGet2,xoofx/NuGet,OneGet/nuget,pratikkagda/nuget,ctaggart/nuget,antiufo/NuGet2,GearedToWar/NuGet2,jholovacs/NuGet,indsoft/NuGet2,kumavis/NuGet,GearedToWar/NuGet2,kumavis/NuGet,zskullz/nuget,rik... | NuPack.Server/Properties/AssemblyInfo.cs | NuPack.Server/Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("NuGet.Server")]
[assembly: AssemblyDescription("Sample Web Application used to host a read-only NuGet feed")]
| using System.Reflection;
using System.Security;
[assembly: AssemblyTitle("NuGet.Server")]
[assembly: AssemblyDescription("Sample Web Application used to host a read-only NuGet feed")]
[assembly: SecurityTransparent] | apache-2.0 | C# |
d0c6023d26199c10b33f35b1a24a5459f8c497b9 | Add docs | mavasani/roslyn,dotnet/roslyn,bartdesmet/roslyn,CyrusNajmabadi/roslyn,bartdesmet/roslyn,jasonmalinowski/roslyn,CyrusNajmabadi/roslyn,shyamnamboodiripad/roslyn,jasonmalinowski/roslyn,mavasani/roslyn,jasonmalinowski/roslyn,dotnet/roslyn,CyrusNajmabadi/roslyn,dotnet/roslyn,mavasani/roslyn,shyamnamboodiripad/roslyn,shyamna... | src/EditorFeatures/Core/ExternalAccess/VSTypeScript/Api/VSTypeScriptWellKnownSymbolTypes.cs | src/EditorFeatures/Core/ExternalAccess/VSTypeScript/Api/VSTypeScriptWellKnownSymbolTypes.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.
namespace Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.Api
{
internal static class VSTypeScriptWellKnownS... | // 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.
namespace Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.Api
{
internal static class VSTypeScriptWellKnownS... | mit | C# |
5f768ac41acca35a32f0501fe9014c14252d6ab9 | Fix path | chrarnoldus/VulkanRenderer,chrarnoldus/VulkanRenderer,chrarnoldus/VulkanRenderer | VulkanRendererApprovals/ApprovalTests.cs | VulkanRendererApprovals/ApprovalTests.cs | using ImageMagick;
using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using Xunit;
namespace VulkanRendererApprovals
{
public class ApprovalTests
{
static void RenderModel(string modelPath, [CallerMemberName] string callerMemberName = null, [CallerFilePath] string callerF... | using ImageMagick;
using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using Xunit;
namespace VulkanRendererApprovals
{
public class ApprovalTests
{
static void RenderModel(string modelPath, [CallerMemberName] string callerMemberName = null, [CallerFilePath] string callerF... | unlicense | C# |
ee181bd40b586afef4453d3fbf0c301d149f0e37 | Remove redundant type specification | ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework | osu.Framework.Tests/Visual/Sprites/TestSceneScreenshot.cs | osu.Framework.Tests/Visual/Sprites/TestSceneScreenshot.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.Shapes;
using osu.Framework.Graphics.S... | // 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.Shapes;
using osu.Framework.Graphics.S... | mit | C# |
32f2cff2ae56c8bda9547844c2dca20ef231abb4 | Change SqlServerCeGenerator to inherit SqlServer2000Generator, fix table rename. | istaheev/fluentmigrator,itn3000/fluentmigrator,drmohundro/fluentmigrator,igitur/fluentmigrator,alphamc/fluentmigrator,bluefalcon/fluentmigrator,alphamc/fluentmigrator,daniellee/fluentmigrator,lahma/fluentmigrator,lahma/fluentmigrator,dealproc/fluentmigrator,lahma/fluentmigrator,stsrki/fluentmigrator,mstancombe/fluentmi... | src/FluentMigrator.Runner/Generators/SqlServer/SqlServerCeGenerator.cs | src/FluentMigrator.Runner/Generators/SqlServer/SqlServerCeGenerator.cs | #region License
//
// Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com>
// Copyright (c) 2010, Nathan Brown
//
// 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://... | #region License
//
// Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com>
// Copyright (c) 2010, Nathan Brown
//
// 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://... | apache-2.0 | C# |
bdfeb55dec5614b535737fb22df80c59627973a4 | Fix room status test scene not working | UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu | osu.Game.Tests/Visual/Multiplayer/TestSceneRoomStatus.cs | osu.Game.Tests/Visual/Multiplayer/TestSceneRoomStatus.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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.Multiplayer;
using osu.Game.Online.Multiplayer.RoomStatuses;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.Multiplayer;
using osu.Game.Online.Multiplayer.RoomStatuses;
using osu.Game.S... | mit | C# |
3b238beb95f8ddab4db7515faa7bca7ef53ad041 | Update version. | digibaraka/BotBuilder,msft-shahins/BotBuilder,navaei/BotBuilder,dr-em/BotBuilder,mmatkow/BotBuilder,dr-em/BotBuilder,stevengum97/BotBuilder,stevengum97/BotBuilder,navaei/BotBuilder,yakumo/BotBuilder,stevengum97/BotBuilder,digibaraka/BotBuilder,xiangyan99/BotBuilder,mmatkow/BotBuilder,jockorob/BotBuilder,yakumo/BotBuild... | CSharp/Library/Properties/AssemblyInfo.cs | CSharp/Library/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: AssemblyTi... | 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# |
4c5467085de403650d17dd160f005756ccb767d2 | add outcomes | Appleseed/base,Appleseed/base | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/SolrResponseItem.cs | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/SolrResponseItem.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Appleseed.Base.Alerts.Model
{
class SolrResponseItem
{
public string id { get; set; }
public string item_type { get; set; }
public string address_1 { get; set;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Appleseed.Base.Alerts.Model
{
class SolrResponseItem
{
public string id { get; set; }
public string item_type { get; set; }
public string address_1 { get; set;... | apache-2.0 | C# |
65d71b94424ab46a3fa307784a8637334d75f172 | Fix beatmap lookups failing for beatmaps with no local path | UselessToucan/osu,2yangk23/osu,smoogipoo/osu,peppy/osu,johnneijzen/osu,NeoAdonis/osu,EVAST9919/osu,UselessToucan/osu,EVAST9919/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,2yangk23/osu,peppy/osu-new,johnneijzen/osu,ppy/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu | osu.Game/Online/API/Requests/GetBeatmapRequest.cs | osu.Game/Online/API/Requests/GetBeatmapRequest.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.Game.Beatmaps;
using osu.Game.Online.API.Requests.Responses;
namespace osu.Game.Online.API.Requests
{
public class GetBeatmapRequest : APIRequest<APIBeatm... | // 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.Game.Beatmaps;
using osu.Game.Online.API.Requests.Responses;
namespace osu.Game.Online.API.Requests
{
public class GetBeatmapRequest : APIRequest<APIBeatm... | mit | C# |
8854e6ba35c33bd095e6ef8e765ea831882312c4 | Fix error when displaying project config with empty section(s) | chromium/vs-chromium,chromium/vs-chromium,chromium/vs-chromium,chromium/vs-chromium | src/Server/Ipc/TypedMessageHandlers/GetProjectDetailsRequestHandler.cs | src/Server/Ipc/TypedMessageHandlers/GetProjectDetailsRequestHandler.cs | using System;
using System.ComponentModel.Composition;
using System.Linq;
using VsChromium.Core.Configuration;
using VsChromium.Core.Files;
using VsChromium.Core.Ipc;
using VsChromium.Core.Ipc.TypedMessages;
using VsChromium.Server.FileSystem;
using VsChromium.Server.FileSystemDatabase;
using VsChromium.Server.Search;... | using System;
using System.ComponentModel.Composition;
using System.Linq;
using VsChromium.Core.Configuration;
using VsChromium.Core.Files;
using VsChromium.Core.Ipc;
using VsChromium.Core.Ipc.TypedMessages;
using VsChromium.Server.FileSystem;
using VsChromium.Server.FileSystemDatabase;
using VsChromium.Server.Search;... | bsd-3-clause | C# |
ecaf3328bf13f66f4e77e85023da7a73020be924 | Add back combo colours for osu!classic (#6165) | EVAST9919/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,johnneijzen/osu,smoogipoo/osu,peppy/osu,peppy/osu,ZLima12/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,johnneijzen/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,2yangk23/osu,EVAST9919/osu,ZLima12/osu,smoogipoo/osu,peppy/osu,2yangk23/osu,Neo... | osu.Game/Skinning/DefaultLegacySkin.cs | osu.Game/Skinning/DefaultLegacySkin.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.Audio;
using osu.Framework.IO.Stores;
using osuTK.Graphics;
namespace osu.Game.Skinning
{
public class DefaultLegacySkin : LegacySkin
{
... | // 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.Audio;
using osu.Framework.IO.Stores;
using osuTK.Graphics;
namespace osu.Game.Skinning
{
public class DefaultLegacySkin : LegacySkin
{
... | mit | C# |
48523b5a59d92d9ad8094c0a3f9310f2dae69e2c | Reorder usings | ektrah/nsec | tests/Examples/ExportImport.cs | tests/Examples/ExportImport.cs | using System;
using System.Collections.Generic;
using NSec.Cryptography;
using Xunit;
namespace NSec.Tests.Examples
{
public static class ExportImport
{
[Fact]
public static void ExportImportNSecPrivateKey()
{
// mock System.IO.File
var File = new Dictionary<stri... | using System;
using NSec.Cryptography;
using System.Collections.Generic;
using Xunit;
namespace NSec.Tests.Examples
{
public static class ExportImport
{
[Fact]
public static void ExportImportNSecPrivateKey()
{
// mock System.IO.File
var File = new Dictionary<stri... | mit | C# |
5c873e970e31d9e9658f3271e95637e3ce87e331 | Add "Open in Git Bash" to the context menu | awaescher/RepoZ,awaescher/RepoZ | RepoZ.Api.Win/IO/WindowsPathActionProvider.cs | RepoZ.Api.Win/IO/WindowsPathActionProvider.cs | using System;
using System.IO;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RepoZ.Api.IO;
namespace RepoZ.Api.Win.IO
{
public class WindowsPathActionProvider : IPathActionProvider
{
public IEnumerable<PathAction> GetFor(strin... | using System;
using System.IO;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RepoZ.Api.IO;
namespace RepoZ.Api.Win.IO
{
public class WindowsPathActionProvider : IPathActionProvider
{
public IEnumerable<PathAction> GetFor(strin... | mit | C# |
ecda307710af085e4a3496b9a4fddc2f8637c2a4 | Add StdResponse.ShortHtml | sharper-library/Sharper.C.HttpValues | Sharper.C.HttpValues/Data/Http/StdResponse.cs | Sharper.C.HttpValues/Data/Http/StdResponse.cs | using System.Collections.Immutable;
using static System.Text.Encoding;
namespace Sharper.C.Data.Http
{
public static class StdResponse
{
public static HttpResponse StatusCode(int code)
=> HttpResponse.MkReplace(statusCode: code);
public static HttpResponse Redirect(int code, string ur... | using System.Collections.Immutable;
using static System.Text.Encoding;
namespace Sharper.C.Data.Http
{
public static class StdResponse
{
public static HttpResponse StatusCode(int code)
=> HttpResponse.MkReplace(statusCode: code);
public static HttpResponse Redirect(int code, string ur... | mit | C# |
d4051d7d89e5fef4de5117d4708e39e4515377e1 | Add temp dummy impl of IContext.WithDeleted and WithFunction | NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Test/AdventureWorksFunctionalModel/Helpers.cs | Test/AdventureWorksFunctionalModel/Helpers.cs | using System;
using System.Linq;
using NakedFunctions;
namespace AW
{
public static class Helpers
{
/// <summary>
/// Returns a random instance from the set of all instance of type T
/// </summary>
public static T Random<T>(IContext context) where T : class
{
... | using System.Linq;
using NakedFunctions;
namespace AW
{
public static class Helpers
{
/// <summary>
/// Returns a random instance from the set of all instance of type T
/// </summary>
public static T Random<T>(IContext context) where T : class
{
//The O... | apache-2.0 | C# |
b06294083f4e62a5eb0d4a91b2d4867e2840aa38 | Make sure ProcessAreaLocationSetting is set on first start-up | arkivverket/arkade5,arkivverket/arkade5,arkivverket/arkade5 | src/Arkivverket.Arkade.GUI/Util/ArkadeProcessingAreaLocationSetting.cs | src/Arkivverket.Arkade.GUI/Util/ArkadeProcessingAreaLocationSetting.cs | using System.IO;
using Arkivverket.Arkade.Core.Base;
using Arkivverket.Arkade.GUI.Properties;
namespace Arkivverket.Arkade.GUI.Util
{
public static class ArkadeProcessingAreaLocationSetting
{
public static string Get()
{
Settings.Default.Reload();
return Set... | using System.IO;
using Arkivverket.Arkade.Core.Base;
using Arkivverket.Arkade.GUI.Properties;
namespace Arkivverket.Arkade.GUI.Util
{
public static class ArkadeProcessingAreaLocationSetting
{
public static string Get()
{
Settings.Default.Reload();
return Set... | agpl-3.0 | C# |
0f36039b449be81c6fc28d118319ea5db56892af | fix the sample for API change | sillsdev/gtk-sharp,openmedicus/gtk-sharp,orion75/gtk-sharp,antoniusriha/gtk-sharp,sillsdev/gtk-sharp,Gankov/gtk-sharp,Gankov/gtk-sharp,sillsdev/gtk-sharp,openmedicus/gtk-sharp,orion75/gtk-sharp,Gankov/gtk-sharp,akrisiun/gtk-sharp,orion75/gtk-sharp,sillsdev/gtk-sharp,antoniusriha/gtk-sharp,openmedicus/gtk-sharp,openmedi... | sample/gio/AppInfo.cs | sample/gio/AppInfo.cs | using GLib;
using System;
namespace TestGio
{
public class TestAppInfo
{
static void Main (string[] args)
{
if (args.Length != 1) {
Console.WriteLine ("Usage: TestAppInfo mimetype");
return;
}
GLib.GType.Init ();
// Gtk.Application.Init ();
Console.WriteLine ("Default Handler for {0}: {1}",... | using GLib;
using System;
namespace TestGio
{
public class TestAppInfo
{
static void Main (string[] args)
{
if (args.Length != 1) {
Console.WriteLine ("Usage: TestAppInfo mimetype");
return;
}
GLib.GType.Init ();
// Gtk.Application.Init ();
Console.WriteLine ("Default Handler for {0}: {1}",... | lgpl-2.1 | C# |
e9d8f271a2b5f468498853747e954464a668fe92 | Fix collections not triggering save | JustArchi/ArchiSteamFarm,KlappPc/ArchiSteamFarm,i3at/ArchiSteamFarm,blackpanther989/ArchiSteamFarm,JustArchi/ArchiSteamFarm,blackpanther989/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,KlappPc/ArchiSteamFarm,i3at/ArchiSteamFarm,KlappPc/ArchiSteamFarm | ConfigGenerator/EnhancedPropertyGrid.cs | ConfigGenerator/EnhancedPropertyGrid.cs | /*
_ _ _ ____ _ _____
/ \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
/ _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
/ ___ \ | | | (__ | | | || | ___) || |_| __/| (_| || |... | /*
_ _ _ ____ _ _____
/ \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
/ _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
/ ___ \ | | | (__ | | | || | ___) || |_| __/| (_| || |... | apache-2.0 | C# |
00591f43c2fb588edbc7b60faa16dad234b175db | Fix placement of using statement | CoraleStudios/Colore,WolfspiritM/Colore | Corale.Colore.Tester/MainWindow.xaml.cs | Corale.Colore.Tester/MainWindow.xaml.cs | // ---------------------------------------------------------------------------------------
// <copyright file="MainWindow.xaml.cs" company="Corale">
// Copyright © 2015 by Adam Hellberg and Brandon Scott.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software... | // ---------------------------------------------------------------------------------------
// <copyright file="MainWindow.xaml.cs" company="Corale">
// Copyright © 2015 by Adam Hellberg and Brandon Scott.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software... | mit | C# |
4802ea174d4b049f1ce08129795724cf9d8c2616 | move animation sample to just use the navigator | charlenni/Mapsui,pauldendulk/Mapsui,charlenni/Mapsui | Samples/Mapsui.Samples.Forms/Mapsui.Samples.Forms.Shared/AnimationSample.cs | Samples/Mapsui.Samples.Forms/Mapsui.Samples.Forms.Shared/AnimationSample.cs | using System;
using Mapsui.Samples.Common.Maps;
using Mapsui.UI;
using Mapsui.UI.Forms;
namespace Mapsui.Samples.Forms
{
public class AnimationSample : IFormsSample
{
public string Name => "Animation Sample";
public string Category => "Forms";
Random random = new Random();
p... | using System;
using Mapsui.Samples.Common.Maps;
using Mapsui.UI;
using Mapsui.UI.Forms;
namespace Mapsui.Samples.Forms
{
public class AnimationSample : IFormsSample
{
public string Name => "Animation Sample";
public string Category => "Forms";
Random random = new Random();
p... | mit | C# |
111cc9e863d788598c867f7116cb45c4aed3bd22 | Enhance SecurityRequirementOperationFilter | domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy,domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore | test/WebSites/OAuth2Integration/ResourceServer/Swagger/SecurityRequirementsOperationFilter.cs | test/WebSites/OAuth2Integration/ResourceServer/Swagger/SecurityRequirementsOperationFilter.cs | using System.Linq;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Authorization.Infrastructure;
using Microsoft.Extensions.Options;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
namespace OAuth2Integration.ResourceSe... | using System.Linq;
using System.Collections.Generic;
using Microsoft.AspNetCore.Authorization;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
namespace OAuth2Integration.ResourceServer.Swagger
{
public class SecurityRequirementsOperationFilter : IOperationFilter
{
public void... | mit | C# |
931b5e6ca35cd93ff5eca7f83ce1d84ca2eedd50 | Format file for easier readability | huguesv/PTVS,int19h/PTVS,Microsoft/PTVS,zooba/PTVS,zooba/PTVS,int19h/PTVS,Microsoft/PTVS,int19h/PTVS,Microsoft/PTVS,int19h/PTVS,huguesv/PTVS,Microsoft/PTVS,huguesv/PTVS,zooba/PTVS,huguesv/PTVS,Microsoft/PTVS,huguesv/PTVS,int19h/PTVS,zooba/PTVS,Microsoft/PTVS,int19h/PTVS,zooba/PTVS,huguesv/PTVS,zooba/PTVS | Python/Product/Debugger/Debugger/IPythonDebugOptionsService.cs | Python/Product/Debugger/Debugger/IPythonDebugOptionsService.cs | // Python Tools for Visual Studio
// Copyright(c) Microsoft Corporation
// 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
/... | // Python Tools for Visual Studio
// Copyright(c) Microsoft Corporation
// 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
/... | apache-2.0 | C# |
0b465bd017a0ad8ecb94e0c9791a3358c9d182cb | add a duck-for fun :) | umineneneko/mvc5-emptypoint,umineneneko/mvc5-emptypoint,umineneneko/mvc5-emptypoint | web/web/Views/HelloWorld/Index.cshtml | web/web/Views/HelloWorld/Index.cshtml |
@{
ViewBag.Title = "Index";
Layout = "~/Views/_LayoutPage.cshtml";
}
<h3>A Duck</h3>
<img class="img-rounded" alt=" photo close-up of a duck" src="//images.nationalgeographic.com/wpf/media-live/photos/000/125/cache/funny-duck_12551_600x450.jpg" />
<p>I caught this mandarin drake as I was sitting next t... |
@{
ViewBag.Title = "Index";
Layout = "~/Views/_LayoutPage.cshtml";
}
<h2>Index</h2>
| mit | C# |
fde42e52ab4d6b6b0912747032d1a53646598b93 | remove some initial assignments | alanedwardes/Estranged.Lfs | src/Estranged.Lfs.Adapter.Azure.Blob/AzureBlobAdapterConfig.cs | src/Estranged.Lfs.Adapter.Azure.Blob/AzureBlobAdapterConfig.cs | using System;
namespace Estranged.Lfs.Adapter.Azure.Blob
{
public class AzureBlobAdapterConfig : IAzureBlobAdapterConfig
{
public string ConnectionString { get; set; }
public string ContainerName { get; set; }
public string KeyPrefix { get; set; }
public TimeSpan Expiry { get... | using System;
namespace Estranged.Lfs.Adapter.Azure.Blob
{
public class AzureBlobAdapterConfig : IAzureBlobAdapterConfig
{
public string ConnectionString { get; set; }
public string ContainerName { get; set; } = "gitlfs";
public string KeyPrefix { get; set; } = string.Empty;
... | mit | C# |
968e7f426c196297e389c4af031eca1f773a2455 | Update DocumentView.cs | Core2D/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D | src/Core2D/UI/Avalonia/Dock/Views/DocumentView.cs | src/Core2D/UI/Avalonia/Dock/Views/DocumentView.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 DM = Dock.Model;
namespace Core2D.UI.Avalonia.Dock.Views
{
/// <summary>
/// Document view.
/// </summary>
public class DocumentView : DM.Do... | // 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 DM=Dock.Model;
namespace Core2D.UI.Avalonia.Dock.Views
{
/// <summary>
/// Document view.
/// </summary>
public class DocumentView : DM.Dock... | mit | C# |
92b2b2f7a27670858c00ecadc0ebb2897aeb4bb7 | Refactor dependency injection | wangkanai/Detection | src/DependencyInjection/BuilderExtensions/Core.cs | src/DependencyInjection/BuilderExtensions/Core.cs | // Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved.
// The Apache v2. See License.txt in the project root for license information.
using System;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Options;
using Wangkanai.Detection.DependencyInjection.Options;
using Wa... | // Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved.
// The Apache v2. See License.txt in the project root for license information.
using System;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Options;
using Wangkanai.Detection.DependencyInjection.Options;
using Wa... | apache-2.0 | C# |
e065d3e1c2c43d4f6465e0500186aac24a2e038c | Update Program.cs | Mattgyver317/GitTest1,Mattgyver317/GitTest1 | ConsoleApp1/ConsoleApp1/Program.cs | ConsoleApp1/ConsoleApp1/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
// This code has been edited in GitHub
}
}
}
| using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
/* This code has been edited */
}
}
}
| mit | C# |
7f3e584a986ad03c5f6e8159c6ce09c0b594a508 | document bug when reparsing | KirillShlenskiy/Kirkin,KirillShlenskiy/Kirkin,KirillShlenskiy/Kirkin | src/Kirkin.Tests/CommandLine/CommandLineTests.cs | src/Kirkin.Tests/CommandLine/CommandLineTests.cs | using System;
using Kirkin.CommandLine;
using NUnit.Framework;
namespace Kirkin.Tests.CommandLine
{
public class CommandLineTests
{
[Test]
public void BasicCommandLineParsing()
{
CommandLineParser parser = new CommandLineParser();
Func<string, bool> ParseBoole... | using System;
using Kirkin.CommandLine;
using NUnit.Framework;
namespace Kirkin.Tests.CommandLine
{
public class CommandLineTests
{
[Test]
public void BasicCommandLineParsing()
{
CommandLineParser parser = new CommandLineParser();
Func<string, bool> ParseBoole... | mit | C# |
eaba8a94723c3e6cd203bacde3163712fb40e6e8 | Update assembly version | brjohnstmsft/azure-sdk-for-net,cwickham3/azure-sdk-for-net,dasha91/azure-sdk-for-net,rohmano/azure-sdk-for-net,SiddharthChatrolaMs/azure-sdk-for-net,bgold09/azure-sdk-for-net,DeepakRajendranMsft/azure-sdk-for-net,pattipaka/azure-sdk-for-net,namratab/azure-sdk-for-net,relmer/azure-sdk-for-net,xindzhan/azure-sdk-for-net,... | src/NetworkManagement/Properties/AssemblyInfo.cs | src/NetworkManagement/Properties/AssemblyInfo.cs | //
// Copyright (c) Microsoft. 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 applicable la... | //
// Copyright (c) Microsoft. 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 applicable la... | apache-2.0 | C# |
5310388b0c3813ce214583980b77187fdd6a4b70 | Implement random walk for 2D | sakapon/Samples-2016,sakapon/Samples-2016 | MathSample/RandomWalkConsole/Program.cs | MathSample/RandomWalkConsole/Program.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace RandomWalkConsole
{
class Program
{
static void Main(string[] args)
{
var unfinished = Enumerable.Range(0, 1000)
.Select(_ => Walk2())
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RandomWalkConsole
{
class Program
{
static void Main(string[] args)
{
}
}
}
| mit | C# |
32fcb95d67710f9130a9fa1f43d3b1d5d50a6893 | Switch to lower case URLs | jaredpar/jenkins,jaredpar/jenkins,jaredpar/jenkins | Dashboard/App_Start/RouteConfig.cs | Dashboard/App_Start/RouteConfig.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace Dashboard
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.LowercaseUrls = true;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace Dashboard
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pat... | apache-2.0 | C# |
289dbd6102732e0a0870cb57954f2040ee8c16d8 | change nullable syntax | kylegregory/EmmaSharp,MikeSmithDev/EmmaSharp | EmmaSharp/Models/Members/Import.cs | EmmaSharp/Models/Members/Import.cs | using EmmaSharp.Extensions;
using EmmaSharp.Models.Fields;
using EmmaSharp.Models.Groups;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace EmmaSharp.Models.Members
{
public class Import
{
[JsonProperty("import_id")]
public int? ImportId { get; set; }
[J... | using EmmaSharp.Extensions;
using EmmaSharp.Models.Fields;
using EmmaSharp.Models.Groups;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace EmmaSharp.Models.Members
{
public class Import
{
[JsonProperty("import_id")]
public int? ImportId { get; set; }
[J... | mit | C# |
ce15646fcab8f87d7a20036851967d6220d30e01 | Remove unused GenerateGamepadDefaults | SnowflakePowered/snowflake,RonnChyran/snowflake,faint32/snowflake-1,RonnChyran/snowflake,faint32/snowflake-1,SnowflakePowered/snowflake,SnowflakePowered/snowflake,faint32/snowflake-1,RonnChyran/snowflake | Snowflake/Controller/ControllerProfile.cs | Snowflake/Controller/ControllerProfile.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Snowflake.Emulator.Input;
using Snowflake.Extensions;
namespace Snowflake.Controller
{
public class ControllerProfile : IControllerProfile
{
public IReadOnlyDictionary<string, stri... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Snowflake.Emulator.Input;
using Snowflake.Extensions;
namespace Snowflake.Controller
{
public class ControllerProfile : IControllerProfile
{
public IReadOnlyDictionary<string, stri... | mpl-2.0 | C# |
ba2db61a70a20fb1ca283423b57b8508a60046da | Remove Debug.Log message | jacobdufault/fullserializer,Ksubaka/fullserializer,lazlo-bonin/fullserializer,shadowmint/fullserializer,jagt/fullserializer,shadowmint/fullserializer,karlgluck/fullserializer,zodsoft/fullserializer,nuverian/fullserializer,darress/fullserializer,jagt/fullserializer,Ksubaka/fullserializer,jacobdufault/fullserializer,jagt... | Source/Converters/fsReflectedConverter.cs | Source/Converters/fsReflectedConverter.cs | using System;
using System.Collections;
namespace FullSerializer.Internal {
public class fsReflectedConverter : fsConverter {
public override bool CanProcess(Type type) {
if (type.IsArray || typeof(ICollection).IsAssignableFrom(type)) {
return false;
}
... | using System;
using System.Collections;
using UnityEngine;
namespace FullSerializer.Internal {
public class fsReflectedConverter : fsConverter {
public override bool CanProcess(Type type) {
if (type.IsArray || typeof(ICollection).IsAssignableFrom(type)) {
return false;
... | mit | C# |
c48a804d17f6439ee185dc6c9b75a707f656c555 | Add title to product | insthync/suriyun-unity-iap | SuriyunUnityIAP/Scripts/BaseIAPProduct.cs | SuriyunUnityIAP/Scripts/BaseIAPProduct.cs | using UnityEngine;
namespace Suriyun.UnityIAP
{
public class BaseIAPProduct : ScriptableObject
{
public string id;
public string title;
public InAppProductID[] storeIDs;
}
} | using UnityEngine;
namespace Suriyun.UnityIAP
{
public class BaseIAPProduct : ScriptableObject
{
public string id;
public InAppProductID[] storeIDs;
}
} | mit | C# |
2d780303b69f833f30e981ac8c5affac4ab07c07 | update comment | ssg/SimpleBase32,ssg/SimpleBase,ssg/SimpleBase | src/Base85Alphabet.cs | src/Base85Alphabet.cs | // <copyright file="Base85Alphabet.cs" company="Sedat Kapanoglu">
// Copyright (c) 2014-2019 Sedat Kapanoglu
// Licensed under Apache-2.0 License (see LICENSE.txt file for details)
// </copyright>
namespace SimpleBase
{
/// <summary>
/// Base85 Alphabet
/// </summary>
public sealed class Base85Alphabe... | // <copyright file="Base85Alphabet.cs" company="Sedat Kapanoglu">
// Copyright (c) 2014-2019 Sedat Kapanoglu
// Licensed under Apache-2.0 License (see LICENSE.txt file for details)
// </copyright>
namespace SimpleBase
{
/// <summary>
/// Base85 Alphabet
/// </summary>
public sealed class Base85Alphabe... | apache-2.0 | C# |
6ef5fd045fe54e179f9974e3ea5a5d65c273c92d | Update MsCoreReferenceFinder.cs | Fody/Caseless | Caseless.Fody/MsCoreReferenceFinder.cs | Caseless.Fody/MsCoreReferenceFinder.cs | using Mono.Cecil;
public partial class ModuleWeaver
{
public TypeDefinition StringDefinition;
public TypeDefinition StringComparisonDefinition;
public void FindCoreReferences()
{
StringDefinition = FindTypeDefinition("System.String");
StringComparisonDefinition = FindTypeDefinition("Sy... | using Mono.Cecil;
public partial class ModuleWeaver
{
public TypeDefinition StringDefinition;
public TypeDefinition StringComparisonDefinition;
public void FindCoreReferences()
{
StringDefinition = FindType("System.String");
StringComparisonDefinition = FindType("System.StringCompariso... | mit | C# |
3a24b5bc2dc1f149ff30e8b8c1690e1dca2b3e6c | Change signatures | sakapon/Samples-2014,sakapon/Samples-2014,sakapon/Samples-2014 | RxSample/MouseRx2Wpf/MainWindow.xaml.cs | RxSample/MouseRx2Wpf/MainWindow.xaml.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using S... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using S... | mit | C# |
411fb66e03c9be355ee23ef18c166e7f90a2a8ee | Change assembly metadata | ShippingEasy/shipping_easy-dotnet,ShippingEasy/shipping_easy-dotnet | ShippingEasy/Properties/AssemblyInfo.cs | ShippingEasy/Properties/AssemblyInfo.cs | using System;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
// ReSharper disable CheckNamespace
[assembly: AssemblyTitle("ShippingEasyDotNet")]
[assembly: AssemblyDescription("ShippingEasy API Client")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ShippingEasy"... | using System;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
// ReSharper disable CheckNamespace
[assembly: AssemblyTitle("ShippingEasy Client")]
[assembly: AssemblyDescription("http://shippingeasy.com")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ShippingEasy... | mit | C# |
0e5c08584b878b3be15ba9ac59a7edfa25356f08 | Update AssemblyInfo | tonytang-microsoft-com/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,nacaspi/azure-sdk-for-net,avijitgupta/azure-sdk-for-net,yoavrubin/azure-sdk-for-net,pankajsn/azure-sdk-for-net,shahabhijeet/azure-sdk-for-net,ahosnyms/azure-sdk-for-net,atpham256/azure-sdk-for-net,btasdoven/azure-sdk-for-net,ayeletshpigelman/azure-sdk... | src/ResourceManagement/Compute/ComputeManagement/Properties/AssemblyInfo.cs | src/ResourceManagement/Compute/ComputeManagement/Properties/AssemblyInfo.cs | //
// Copyright (c) Microsoft. 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 applicable la... | //
// Copyright (c) Microsoft. 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 applicable la... | mit | C# |
b4b37f75bd3da2e83dbfd056fa282c5548738e07 | extend hash map constructors to support equality comparer. | yanggujun/commonsfornet,yanggujun/commonsfornet | src/Commons.Collections/Map/HashMap.cs | src/Commons.Collections/Map/HashMap.cs | // Copyright CommonsForNET.
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF licenses this file to You under the Apache License, Version 2.0
// ... | // Copyright CommonsForNET.
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF licenses this file to You under the Apache License, Version 2.0
// ... | apache-2.0 | C# |
4540e61f1ee75e12180a31c94e3b4b7661f53606 | Add summary comments to SubtitleItem "times" | AlexPoint/SubtitlesParser | SubtitlesParser/Classes/SubtitleItem.cs | SubtitlesParser/Classes/SubtitleItem.cs | using System;
using System.Collections.Generic;
namespace SubtitlesParser.Classes
{
public class SubtitleItem
{
//Properties------------------------------------------------------------------
/// <summary>
/// Start time in milliseconds.
/// </summary>
public i... | using System;
using System.Collections.Generic;
namespace SubtitlesParser.Classes
{
public class SubtitleItem
{
//Properties------------------------------------------------------------------
//StartTime and EndTime times are in milliseconds
public int StartTime { get; set; }
... | mit | C# |
bf9e42ef90550974d4440700fb2b843a0cf2e58d | Allow handler injection from client code | mdsol/mauth-client-dotnet | src/Medidata.MAuth.Core/Options/MAuthOptionsBase.cs | src/Medidata.MAuth.Core/Options/MAuthOptionsBase.cs | using System;
using System.Net.Http;
namespace Medidata.MAuth.Core
{
/// <summary>
/// Contains the options used by the <see cref="MAuthAuthenticator"/>.
/// </summary>
public abstract class MAuthOptionsBase
{
/// <summary>
/// Determines the RSA private key for the authentication ... | using System;
using System.Net.Http;
namespace Medidata.MAuth.Core
{
/// <summary>
/// Contains the options used by the <see cref="MAuthAuthenticator"/>.
/// </summary>
public abstract class MAuthOptionsBase
{
/// <summary>
/// Determines the RSA private key for the authentication ... | mit | C# |
6e39562cc27b6428224c10ce7e86a7961a831928 | Fix NuGet name typo | mdavid/nuget,mdavid/nuget | src/VisualStudio.Interop/Properties/AssemblyInfo.cs | src/VisualStudio.Interop/Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("NuGet.VisualStudio.Interop")]
[assembly: AssemblyDescription("NuGet/Visual Studio interop assembly")]
// The version of this assembly should never be changed.
[assembly: AssemblyVersion("1.0.0.0")]
| using System.Reflection;
[assembly: AssemblyTitle("NuGet.VisualStudio.Interop")]
[assembly: AssemblyDescription("Nuget/Visual Studio interop assembly")]
// The version of this assembly should never be changed.
[assembly: AssemblyVersion("1.0.0.0")]
| apache-2.0 | C# |
8c5093bd498701f8ac47947fa8c9d4407c7d45a4 | update cdn url | AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us | src/mikeandwan.us/Views/Shared/_js_Threejs.cshtml | src/mikeandwan.us/Views/Shared/_js_Threejs.cshtml | <environment names="Staging,Production">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/84/three.min.js"></script>
</environment>
<environment names="Development">
<script src="/js/libs/three/r84/three.min.js"></script>
</environment> | <environment names="Staging,Production">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r84/three.min.js"></script>
</environment>
<environment names="Development">
<script src="/js/libs/three/r84/three.min.js"></script>
</environment> | mit | C# |
ab58c4a43977290c2469cc1242ae1c3a77ddf9b1 | Debug hashed password | joelverhagen/TorSharp,JSkimming/TorSharp | TorSharp/Tools/Tor/TorPasswordHasher.cs | TorSharp/Tools/Tor/TorPasswordHasher.cs | using System;
using System.Diagnostics;
using System.Linq;
using System.Text;
namespace Knapcode.TorSharp.Tools.Tor
{
public class TorPasswordHasher
{
public string HashPassword(Tool tor, string password)
{
var process = new Process
{
StartInfo =
... | using System.Diagnostics;
using System.Linq;
using System.Text;
namespace Knapcode.TorSharp.Tools.Tor
{
public class TorPasswordHasher
{
public string HashPassword(Tool tor, string password)
{
var process = new Process
{
StartInfo =
{
... | mit | C# |
2b556f27e56ef2a7f0a45c8b400072e3a83009a5 | Handle updatechecker nullness | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Tabs/AboutViewModel.cs | WalletWasabi.Gui/Tabs/AboutViewModel.cs | using Avalonia.Diagnostics.ViewModels;
using System;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.Collections.Generic;
using System.Text;
using WalletWasabi.Gui.ViewModels;
using System.IO;
using ReactiveUI;
using System.Reactive;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
u... | using Avalonia.Diagnostics.ViewModels;
using System;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.Collections.Generic;
using System.Text;
using WalletWasabi.Gui.ViewModels;
using System.IO;
using ReactiveUI;
using System.Reactive;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
u... | mit | C# |
4d2f17c2220c4db0ddccddf266948b293933aaf2 | Make public a method which was accidentally committed as private. | dneelyep/MonoGameUtils | MonoGameUtils/Drawing/Utilities.cs | MonoGameUtils/Drawing/Utilities.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace MonoGameUtils.Drawing
{
/// <summary>
/// Various useful utility methods that don't obviously go elsewhere.
/... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace MonoGameUtils.Drawing
{
/// <summary>
/// Various useful utility methods that don't obviously go elsewhere.
/... | mit | C# |
28c969b2874167fb39400316aedce27f4ff7620a | Update Lux.cs | metaphorce/leaguesharp | MetaSmite/Champions/Lux.cs | MetaSmite/Champions/Lux.cs | using System;
using LeagueSharp;
using LeagueSharp.Common;
using SharpDX;
namespace MetaSmite.Champions
{
public static class Lux
{
internal static Spell champSpell;
private static Menu Config = MetaSmite.Config;
private static double totalDamage;
private static double spellDam... | using System;
using LeagueSharp;
using LeagueSharp.Common;
using SharpDX;
namespace MetaSmite.Champions
{
public static class Lux
{
internal static Spell champSpell;
private static Menu Config = MetaSmite.Config;
private static double totalDamage;
private static double spellDam... | mit | C# |
ecb8dd500a53f9014844532bab71350afba2de9e | Fix debuff duplication | bunashibu/kikan | Assets/Scripts/Debuff/Debuff.cs | Assets/Scripts/Debuff/Debuff.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UniRx;
namespace Bunashibu.Kikan {
public class Debuff {
public Debuff(Transform parent) {
_id = parent.gameObject.GetInstanceID();
_state = new ReactiveState<DebuffType>();
_effect = new DebuffEffect(parent);... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UniRx;
namespace Bunashibu.Kikan {
public class Debuff {
public Debuff(Transform parent) {
_state = new ReactiveState<DebuffType>();
_effect = new DebuffEffect(parent);
}
public void Register(DebuffType typ... | mit | C# |
b31faabff41bb98c8d208d01f2010657edf73e3b | Remove unnecessary reference to IScheduledEvent | MarinAtanasov/AppBrix,MarinAtanasov/AppBrix.NetCore | Modules/AppBrix.Events.Schedule/Impl/PriorityQueueItem.cs | Modules/AppBrix.Events.Schedule/Impl/PriorityQueueItem.cs | // Copyright (c) MarinAtanasov. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the project root for license information.
//
using System;
using System.Linq;
namespace AppBrix.Events.Schedule.Impl
{
internal abstract class PriorityQueueItem
{
#region Properties
... | // Copyright (c) MarinAtanasov. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the project root for license information.
//
using System;
using System.Linq;
namespace AppBrix.Events.Schedule.Impl
{
internal abstract class PriorityQueueItem
{
#region Construction
... | mit | C# |
6908fb27ba3521937837bc0bf32769561f018d8e | Kill auto user insertion in non-debug | RightpointLabs/Pourcast,RightpointLabs/Pourcast,RightpointLabs/Pourcast,RightpointLabs/Pourcast,RightpointLabs/Pourcast | RightpointLabs.Pourcast.Web/Controllers/HomeController.cs | RightpointLabs.Pourcast.Web/Controllers/HomeController.cs | using System.Web.Mvc;
namespace RightpointLabs.Pourcast.Web.Controllers
{
using RightpointLabs.Pourcast.Application.Orchestrators.Abstract;
public class HomeController : Controller
{
private readonly ITapOrchestrator _tapOrchestrator;
private readonly IIdentityOrchestrator _identityOrche... | using System.Web.Mvc;
namespace RightpointLabs.Pourcast.Web.Controllers
{
using RightpointLabs.Pourcast.Application.Orchestrators.Abstract;
public class HomeController : Controller
{
private readonly ITapOrchestrator _tapOrchestrator;
private readonly IIdentityOrchestrator _identityOrche... | mit | C# |
9504bb8784a6ecceae85573951922967247ed234 | Include padding in desired size of a dock container | l8s/Eto,l8s/Eto,PowerOfCode/Eto,bbqchickenrobot/Eto-1,PowerOfCode/Eto,l8s/Eto,bbqchickenrobot/Eto-1,PowerOfCode/Eto,bbqchickenrobot/Eto-1 | Source/Eto.Platform.Windows/Forms/WindowsDockContainer.cs | Source/Eto.Platform.Windows/Forms/WindowsDockContainer.cs | using System;
using sd = System.Drawing;
using swf = System.Windows.Forms;
using Eto.Forms;
using Eto.Drawing;
namespace Eto.Platform.Windows
{
public abstract class WindowsDockContainer<T, W> : WindowsContainer<T, W>, IDockContainer
where T : swf.Control
where W : DockContainer
{
Control content;
protected... | using System;
using sd = System.Drawing;
using swf = System.Windows.Forms;
using Eto.Forms;
using Eto.Drawing;
namespace Eto.Platform.Windows
{
public abstract class WindowsDockContainer<T, W> : WindowsContainer<T, W>, IDockContainer
where T : swf.Control
where W : DockContainer
{
Control content;
protected... | bsd-3-clause | C# |
9593155cb6eeed049c96d1eb633695bfd727d336 | Update HttpContextAccessor.cs | IDeliverable/Orchard,yersans/Orchard,Serlead/Orchard,li0803/Orchard,ehe888/Orchard,Serlead/Orchard,jagraz/Orchard,Fogolan/OrchardForWork,Dolphinsimon/Orchard,jersiovic/Orchard,sfmskywalker/Orchard-Off-The-Grid-Sample-Code,jersiovic/Orchard,JRKelso/Orchard,brownjordaninternational/OrchardCMS,jtkech/Orchard,rtpHarry/Orch... | src/Orchard/Mvc/HttpContextAccessor.cs | src/Orchard/Mvc/HttpContextAccessor.cs | using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Messaging;
using System.Web;
namespace Orchard.Mvc {
public class HttpContextAccessor : IHttpContextAccessor {
private HttpContextBase _httpContext;
public HttpContextBase Current() {
var httpContext = GetStati... | using System;
using System.Runtime.Remoting.Messaging;
using System.Web;
namespace Orchard.Mvc {
public class HttpContextAccessor : IHttpContextAccessor {
private HttpContextBase _httpContext;
public HttpContextBase Current() {
var httpContext = GetStaticProperty();
return... | bsd-3-clause | C# |
08b8d8f5398ed205d36840fbe781b8a8c17c2e04 | Add Linktype to Field | contentful/contentful.net | Contentful.Core/Models/Field.cs | Contentful.Core/Models/Field.cs | using Contentful.Core.Models.Management;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Contentful.Core.Models
{
/// <summary>
/// Represents a field in a <seealso cref="ContentType"/>. Note that this is not the representation of a field with
//... | using Contentful.Core.Models.Management;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Contentful.Core.Models
{
/// <summary>
/// Represents a field in a <seealso cref="ContentType"/>. Note that this is not the representation of a field with
//... | mit | C# |
7083d08effa07f765cd8f2e3cef1f4c60b5ac0db | Simplify date/time parsing in console app | atifaziz/NCrontab,atifaziz/NCrontab | NCrontabConsole/Program.cs | NCrontabConsole/Program.cs | #region License and Terms
//
// NCrontab - Crontab for .NET
// Copyright (c) 2008 Atif Aziz. 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.apac... | #region License and Terms
//
// NCrontab - Crontab for .NET
// Copyright (c) 2008 Atif Aziz. 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.apac... | apache-2.0 | C# |
9ccaad59818bae57aa264732ae35746949c723a2 | Fix bug in VersionComparer class | Ruhrpottpatriot/SemanticVersion | src/SemanticVersion/VersionComparer.cs | src/SemanticVersion/VersionComparer.cs | namespace SemVersion
{
using System.Collections.Generic;
public sealed class VersionComparer : IEqualityComparer<SemanticVersion>, IComparer<SemanticVersion>
{
/// <inheritdoc/>
public bool Equals(SemanticVersion left, SemanticVersion right)
{
return this.Compare(left, ... | namespace SemVersion
{
using System.Collections.Generic;
public sealed class VersionComparer : IEqualityComparer<SemanticVersion>, IComparer<SemanticVersion>
{
/// <inheritdoc/>
public bool Equals(SemanticVersion left, SemanticVersion right)
{
return left.Compare(left, ... | mit | C# |
481d3edace494573a867e640d4f18a29db7e338e | Fix displayed count | appharbor/appharbor-cli | src/AppHarbor/CompressionExtensions.cs | src/AppHarbor/CompressionExtensions.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using ICSharpCode.SharpZipLib.Tar;
namespace AppHarbor
{
public static class CompressionExtensions
{
public static void ToTar(this DirectoryInfo sourceDirectory, Stream output, string[] excludedDirectoryNames)
{
var archive =... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using ICSharpCode.SharpZipLib.Tar;
namespace AppHarbor
{
public static class CompressionExtensions
{
public static void ToTar(this DirectoryInfo sourceDirectory, Stream output, string[] excludedDirectoryNames)
{
var archive =... | mit | C# |
d1c8875d36dcad93dc26aeb1b7d689768492b166 | Update GenericXRSDKCameraSettings.cs | DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit.Providers/XRSDK/GenericXRSDKCameraSettings.cs | Assets/MixedRealityToolkit.Providers/XRSDK/GenericXRSDKCameraSettings.cs | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.CameraSystem;
using Microsoft.MixedReality.Toolkit.Utilities;
namespace Microsoft.MixedReality.Toolkit.XRSDK
{
/// <summary>
/// Camera settings provider for use with XR SDK.
/// </summary>
... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.CameraSystem;
using Microsoft.MixedReality.Toolkit.Utilities;
namespace Microsoft.MixedReality.Toolkit.XRSDK
{
/// <summary>
/// Camera settings provider for use with Windows Mixed Reality and XR S... | mit | C# |
5ec1fafae3df966d0166ad1a6e025026712a78bd | Update to version 1.5.0 | anonymousthing/ListenMoeClient | Properties/AssemblyInfo.cs | 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("Listen.moe Client")]
[assembly: Ass... | 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("Listen.moe Client")]
[assembly: Ass... | mit | C# |
b28a315533dae7f3405d447fcd9a5aad5dd8c152 | Test checks for returned credential string. For some reason, the test fails and passes depending on what the server returns. | dance2die/MyAnimeListSharp | Project.MyAnimeList/Project.MyAnimeList.Test/Tests/AccountMethodsTest.cs | Project.MyAnimeList/Project.MyAnimeList.Test/Tests/AccountMethodsTest.cs | using System.Net;
using MyAnimeListSharp.Auth;
using MyAnimeListSharp.Facade;
using Project.MyAnimeList.Test.Fixture;
using Xunit;
using Xunit.Abstractions;
namespace Project.MyAnimeList.Test.Tests
{
public class AccountMethodsTest : CredentialCollectionTest
{
private readonly ITestOutputHelper _output;
public... | using System.Net;
using MyAnimeListSharp.Auth;
using MyAnimeListSharp.Facade;
using Project.MyAnimeList.Test.Fixture;
using Xunit;
using Xunit.Abstractions;
namespace Project.MyAnimeList.Test.Tests
{
public class AccountMethodsTest : CredentialCollectionTest
{
private readonly ITestOutputHelper _output;
public... | mit | C# |
082a84ec05c3d0d0a26b8487c196ecfdf185b746 | Add our installer actions | sickboy/Squirrel.Windows,jochenvangasse/Squirrel.Windows,airtimemedia/Squirrel.Windows,markwal/Squirrel.Windows,hammerandchisel/Squirrel.Windows,yovannyr/Squirrel.Windows,BloomBooks/Squirrel.Windows,bowencode/Squirrel.Windows,kenbailey/Squirrel.Windows,jochenvangasse/Squirrel.Windows,Suninus/Squirrel.Windows,flagbug/Sq... | src/Update/Program.cs | src/Update/Program.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Mono.Options;
namespace Update
{
enum UpdateAction {
Unset = 0, Install, Uninstall, Download, Update,
}
class Program
{
static OptionSet ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Mono.Options;
namespace Update
{
class Program
{
static OptionSet opts;
static int Main(string[] args)
{
if (args.Any(x => x.StartsWith("/squirrel", St... | mit | C# |
8aa80b9f193480d8ea395991719b62c7b9bac841 | Fix typo | fedoaa/SimpleTwitchBot | SimpleTwitchBot.Lib/TwitchIrcClient.cs | SimpleTwitchBot.Lib/TwitchIrcClient.cs | using SimpleTwitchBot.Lib.Events;
using SimpleTwitchBot.Lib.Models;
using System;
namespace SimpleTwitchBot.Lib
{
public class TwitchIrcClient : IrcClient
{
public event EventHandler<OnChatMessageReceivedArgs> OnChatMessageReceived;
public event EventHandler<OnWhisperMessageReceivedArgs> OnWhi... | using SimpleTwitchBot.Lib.Events;
using SimpleTwitchBot.Lib.Models;
using System;
namespace SimpleTwitchBot.Lib
{
public class TwitchIrcClient : IrcClient
{
public event EventHandler<OnChatMessageReceivedArgs> OnChatMessageReceived;
public event EventHandler<OnWhisperMessageReceivedArgs> OnWhi... | mit | C# |
95f70d93b5173bbf00e8ae2b95f0f9e2f4f7d58d | Fix Not implemented exception from DoNotHideBaseClassMethods.Fixer | mavasani/roslyn-analyzers,dotnet/roslyn-analyzers,mavasani/roslyn-analyzers,dotnet/roslyn-analyzers,pakdev/roslyn-analyzers,pakdev/roslyn-analyzers | src/Microsoft.CodeQuality.Analyzers/Core/ApiDesignGuidelines/DoNotHideBaseClassMethods.Fixer.cs | src/Microsoft.CodeQuality.Analyzers/Core/ApiDesignGuidelines/DoNotHideBaseClassMethods.Fixer.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.Collections.Immutable;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
namespace Microsoft.CodeQuality.Anal... | // 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.Immutable;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
namespace Microsoft.CodeQuality.Anal... | mit | C# |
64e4965016ebbfabf4bbe738cb0b44ea321e9f47 | Rename misnamed field | jcmoyer/Yeena | Yeena/PathOfExile/PoEItemSocket.cs | Yeena/PathOfExile/PoEItemSocket.cs | // Copyright 2013 J.C. Moyer
//
// 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 ... | // Copyright 2013 J.C. Moyer
//
// 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 ... | apache-2.0 | C# |
ab84a734e672c2e3400b815b3284b0bef067fe30 | Update comments & variable name | justinjstark/Verdeler,justinjstark/Delivered | Verdeler/MultipleConcurrencyLimiter.cs | Verdeler/MultipleConcurrencyLimiter.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Verdeler
{
internal class MultipleConcurrencyLimiter<TSubject>
{
private readonly List<ConcurrencyLimiter<TSubject>> _concurrencyLimiters =
new List<ConcurrencyLimiter<TSubject>>();
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Verdeler
{
internal class MultipleConcurrencyLimiter<TSubject>
{
private readonly List<ConcurrencyLimiter<TSubject>> _concurrencyLimiters =
new List<ConcurrencyLimiter<TSubject>>();
... | mit | C# |
077d87ffbbbaa90f9f71f2d6e24ba057dc8ac3a1 | Support port 0 in remoting | raskolnikoov/protoactor-dotnet,Bee-Htcpcp/protoactor-dotnet,AsynkronIT/protoactor-dotnet,tomliversidge/protoactor-dotnet,tomliversidge/protoactor-dotnet,masteryee/protoactor-dotnet,cpx86/protoactor-dotnet,Bee-Htcpcp/protoactor-dotnet,raskolnikoov/protoactor-dotnet,masteryee/protoactor-dotnet,cpx86/protoactor-dotnet | src/Proto.Remote/RemotingSystem.cs | src/Proto.Remote/RemotingSystem.cs | // -----------------------------------------------------------------------
// <copyright file="RemotingSystem.cs" company="Asynkron HB">
// Copyright (C) 2015-2017 Asynkron HB All rights reserved
// </copyright>
// -----------------------------------------------------------------------
using System;
usi... | // -----------------------------------------------------------------------
// <copyright file="RemotingSystem.cs" company="Asynkron HB">
// Copyright (C) 2015-2017 Asynkron HB All rights reserved
// </copyright>
// -----------------------------------------------------------------------
using System;
usi... | apache-2.0 | C# |
b33df41e4aec3842f92f22239209fd51c301c7da | Fix redirectionUri | davidsh/NetworkingTestServer,davidsh/NetworkingTestServer,davidsh/NetworkingTestServer | WebServer/Redirect.ashx.cs | WebServer/Redirect.ashx.cs | using System;
using System.Web;
namespace WebServer
{
/// <summary>
/// Summary description for Redirect
/// </summary>
public class Redirect : IHttpHandler
{
public void ProcessRequest(HttpContext context)
{
string redirectUri = context.Request.QueryString["uri"];
... | using System;
using System.Web;
namespace WebServer
{
/// <summary>
/// Summary description for Redirect
/// </summary>
public class Redirect : IHttpHandler
{
public void ProcessRequest(HttpContext context)
{
string redirectUri = context.Request.QueryString["uri"];
... | mit | C# |
bbe8fec75851de2c9d086418a6f4f08540a3c1c9 | Repair ScriptPath | peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie | src/Tests/Peachpie.Test/Program.cs | src/Tests/Peachpie.Test/Program.cs | using System;
using System.IO;
using Pchp.Core;
namespace Peachpie.Test
{
class Program
{
const string ScriptPath = "index.php";
static void Main(string[] args)
{
// bootstrapper that compiles, loads and runs our script file
var fullpath = Path.Combine(Directo... | using System;
using System.IO;
using Pchp.Core;
namespace Peachpie.Test
{
class Program
{
const string ScriptPath = "password_hash_004.php";
static void Main(string[] args)
{
// bootstrapper that compiles, loads and runs our script file
var fullpath = Path.Com... | apache-2.0 | C# |
9b5bafb4b569cd9246da948605760a010672ab81 | Update TestServer.cs | robotdotnet/NetworkTablesCore | NetworkTablesCore.Test/TestServer.cs | NetworkTablesCore.Test/TestServer.cs | using System;
using System.Threading;
using NetworkTables;
using NetworkTables.Native;
using NUnit.Framework;
namespace NetworkTablesCore.Test
{
[TestFixture]
public class TestServer
{
[Test]
public void Test()
{
Console.WriteLine("BeforeShuttingDown");
Netw... | using System;
using System.Threading;
using NetworkTables;
using NetworkTables.Native;
using NUnit.Framework;
namespace NetworkTablesCore.Test
{
[TestFixture]
public class TestServer
{
[Test]
public void Test()
{
NetworkTable.Shutdown();
Console.WriteLine("S... | bsd-3-clause | C# |
3ff1f7fa2ef5428e59677201c46c1028f0426320 | Fix report reference | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Jobs/SensitiveItemsReport.cs | Battery-Commander.Web/Jobs/SensitiveItemsReport.cs | using BatteryCommander.Web.Models;
using BatteryCommander.Web.Services;
using FluentEmail.Core;
using FluentEmail.Core.Models;
using FluentScheduler;
using Serilog;
using System.Collections.Generic;
using System.IO;
namespace BatteryCommander.Web.Jobs
{
public class SensitiveItemsReport : IJob
{
priva... | using BatteryCommander.Web.Models;
using BatteryCommander.Web.Services;
using FluentEmail.Core;
using FluentEmail.Core.Models;
using FluentScheduler;
using Serilog;
using System.Collections.Generic;
using System.IO;
namespace BatteryCommander.Web.Jobs
{
public class SensitiveItemsReport : IJob
{
priva... | mit | C# |
7e28871e959a61ec134bb8d57e9612384b3455e0 | Create method PrintLogo() | stoyanov7/SoftwareUniversity,stoyanov7/SoftwareUniversity,stoyanov7/SoftwareUniversity,stoyanov7/SoftwareUniversity | C#Development/BashSoft/BashSoft/IO/OutputWriter.cs | C#Development/BashSoft/BashSoft/IO/OutputWriter.cs | namespace BashSoft.IO
{
using System;
using System.Collections.Generic;
/// <summary>
/// Flexible interface for output to the user.
/// </summary>
public static class OutputWriter
{
/// <summary>
/// Print logo in console.
/// </summary>
public... | namespace BashSoft.IO
{
using System;
using System.Collections.Generic;
/// <summary>
/// Flexible interface for output to the user.
/// </summary>
public static class OutputWriter
{
/// <summary>
/// Print message on line.
/// </summary>
/// <p... | mit | C# |
d89ad7f1acaaf2a12243ffefd8b523ea4c4163f3 | Update the Load & Save Methods with new. | HaruTzuki/Greek-Nakama-Upload-System,HaruTzuki/Greek-Nakama-Upload-System | GreekNakamaTorrentUpload/WinClass/Helper/Helper.cs | GreekNakamaTorrentUpload/WinClass/Helper/Helper.cs | using Newtonsoft.Json;
using System;
using System.IO;
using System.Windows.Forms;
namespace GreekNakamaTorrentUpload.WinClass.Helper
{
static class Helper
{
static public Exception LoadedError = new Exception("Error while load the file. Error code: 0x01.");
static public void BrowseFiles(Tex... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace GreekNakamaTorrentUpload.WinClass.Helper
{
static class Helper
{
static public void BrowseFiles(TextBox txt_... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.