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 |
|---|---|---|---|---|---|---|---|---|
304017aa57d5af8b0eba43a11a8bb3341bbb9c2d | test for DateTimeOffset added | dfensgmbh/biz.dfch.CS.JustMock.Examples | biz.dfch.CS.JustMock.Examples.Tests/StaticMockingTests.cs | biz.dfch.CS.JustMock.Examples.Tests/StaticMockingTests.cs | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Telerik.JustMock;
namespace biz.dfch.CS.JustMock.Examples.Tests
{
[TestClass]
public class StaticMockingTests
{
private Boolean called;
[TestInitialize]
public void TestInitialize()
{
calle... | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Telerik.JustMock;
namespace biz.dfch.CS.JustMock.Examples.Tests
{
[TestClass]
public class StaticMockingTests
{
[TestMethod]
public void MockedConsoleWriteLineGettingCalledWithSpecificArgument()
{
M... | apache-2.0 | C# |
6e37ded050531f303b97139fa2b0647d72a0257c | use a StringBuilder to render html | kbrock/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,ashawnbandy-te-t... | frameworks/CSharp/aspnetcore/Benchmarks/Middleware/MiddlewareHelpers.cs | frameworks/CSharp/aspnetcore/Benchmarks/Middleware/MiddlewareHelpers.cs | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using ... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using Benchmarks.Data;
using Microsoft.AspNetCore.Htt... | bsd-3-clause | C# |
792c227a56179bc0fe5519142d74c006b2591ba1 | Add friction | EasyPeasyLemonSqueezy/MadCat | MadCat/NutEngine/Physics/Collider/ResolveCollision.cs | MadCat/NutEngine/Physics/Collider/ResolveCollision.cs | using Microsoft.Xna.Framework;
using NutEngine.Physics.Shapes;
using System;
namespace NutEngine.Physics
{
public static partial class Collider
{
public static void ResolveCollision(Collision collision)
{
var relVelocity = collision.B.Velocity - collision.A.Velocity;
va... | using Microsoft.Xna.Framework;
using NutEngine.Physics.Shapes;
using System;
namespace NutEngine.Physics
{
public static partial class Collider
{
public static void ResolveCollision(Collision collision)
{
var relVelocity = collision.B.Velocity - collision.A.Velocity;
va... | mit | C# |
5b5a7d49fb8d1aec90e319e147c3e6af88c05bd5 | Fix for Hospital with Specialists without Consultations | penjurov/TeleConsult,penjurov/TeleConsult,penjurov/TeleConsult | Data/TeleConsult.Data/Repositories/HospitalRepository.cs | Data/TeleConsult.Data/Repositories/HospitalRepository.cs | namespace TeleConsult.Data.Repositories
{
using System.Collections.Generic;
using System.Linq;
using Filters.Admin;
using Helpers;
using Microsoft.Practices.Unity;
using Proxies;
using TeleConsult.Common.Helpers;
using TeleConsult.Data.Models;
public class HospitalRepository :... | namespace TeleConsult.Data.Repositories
{
using System.Collections.Generic;
using System.Linq;
using Filters.Admin;
using Helpers;
using Microsoft.Practices.Unity;
using Proxies;
using TeleConsult.Common.Helpers;
using TeleConsult.Data.Models;
public class HospitalRepository :... | mit | C# |
edaca7ecd799ff029f3ed3a383d2aee80c99a4ab | Fix ProtocolType types and add some new ones | shutej/tapcfg,shutej/tapcfg,shutej/tapcfg,shutej/tapcfg,shutej/tapcfg,shutej/tapcfg,shutej/tapcfg | trunk/src/demos/ProtocolType.cs | trunk/src/demos/ProtocolType.cs | /**
* tapcfg - A cross-platform configuration utility for TAP driver
* Copyright (C) 2008 Juho Vähä-Herttua
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* versio... | /**
* tapcfg - A cross-platform configuration utility for TAP driver
* Copyright (C) 2008 Juho Vähä-Herttua
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* versio... | lgpl-2.1 | C# |
d253f1a2560ebf38ff3bf3034e21f32d7f05b935 | Add basic integration test skeleton | brian-dot-net/writeasync,brian-dot-net/writeasync,brian-dot-net/writeasync | projects/LockSample/source/LockSample.App/Program.cs | projects/LockSample/source/LockSample.App/Program.cs | //-----------------------------------------------------------------------
// <copyright file="Program.cs" company="Brian Rogers">
// Copyright (c) Brian Rogers. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace LockSample
{
using Syste... | //-----------------------------------------------------------------------
// <copyright file="Program.cs" company="Brian Rogers">
// Copyright (c) Brian Rogers. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace LockSample
{
using Syste... | unlicense | C# |
39662332897b024771b7393102720dd756fb8915 | Change timeout detection | umm-projects/animationevent_dispatcher | Assets/Tests/Scripts/UnityModule/AnimationEventDispatcherTest.cs | Assets/Tests/Scripts/UnityModule/AnimationEventDispatcherTest.cs | using System.Collections;
using NUnit.Framework;
using UniRx;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.TestTools;
using UnityModule;
namespace Tests.UnityModule {
public class AnimationEventDispatcherTest {
[UnityTest]
public IEnumerator OnDispatchAsObservableTest(... | using System.Collections;
using NUnit.Framework;
using UniRx;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.TestTools;
using UnityModule;
namespace Tests.UnityModule {
public class AnimationEventDispatcherTest {
[UnityTest]
[Timeout(10000)]
public IEnumerator On... | mit | C# |
698a9d3feddddbb80fc9a483f02160446b985993 | Add rotation direction setting | ppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu | osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs | osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.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.Bindables;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu.Objects;
using osu.Ga... | // 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.Bindables;
using osu.Game.Configuration;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Rulesets.Osu.UI;
using osu.... | mit | C# |
0fcd9e02f632230d3d1b884e88a5d4c0891f2c9c | Fix skin dropdown not updating correctly when skin is changed externally | peppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,ppy/osu | osu.Game/Database/Live.cs | osu.Game/Database/Live.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 JetBrains.Annotations;
namespace osu.Game.Database
{
/// <summary>
/// A wrapper to provide access to database backed classes in a thread-saf... | // 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 JetBrains.Annotations;
namespace osu.Game.Database
{
/// <summary>
/// A wrapper to provide access to database backed classes in a thread-saf... | mit | C# |
6dd78a65b7bcc100c5c3b0300ae6e47f8d4aaafd | Update KnownFoldersConfiguration.cs | tiksn/TIKSN-Framework | TIKSN.Core/FileSystem/KnownFoldersConfiguration.cs | TIKSN.Core/FileSystem/KnownFoldersConfiguration.cs | using System;
using System.Reflection;
namespace TIKSN.FileSystem
{
public class KnownFoldersConfiguration
{
public KnownFoldersConfiguration(Assembly mainAssembly, KnownFolderVersionConsideration versionConsideration)
{
MainAssembly = mainAssembly ?? throw new ArgumentNullExceptio... | using System;
using System.Reflection;
namespace TIKSN.FileSystem
{
public class KnownFoldersConfiguration
{
public KnownFoldersConfiguration(Assembly mainAssembly, KnownFolderVersionConsideration versionConsideration)
{
MainAssembly = mainAssembly ?? throw new ArgumentNullExceptio... | mit | C# |
3c08cd886cb7118c37c545bdb9898cb3cce21bbc | Fix compile error on Linux The unit tests that use IBusEnvironmentForTest are flagged with | darcywong00/libpalaso,tombogle/libpalaso,glasseyes/libpalaso,JohnThomson/libpalaso,ddaspit/libpalaso,sillsdev/libpalaso,ermshiperete/libpalaso,sillsdev/libpalaso,andrew-polk/libpalaso,tombogle/libpalaso,glasseyes/libpalaso,ddaspit/libpalaso,ermshiperete/libpalaso,ermshiperete/libpalaso,mccarthyrb/libpalaso,gtryus/libpa... | PalasoUIWindowsForms.Tests/Keyboarding/IBusEnvironmentForTest.cs | PalasoUIWindowsForms.Tests/Keyboarding/IBusEnvironmentForTest.cs | using System;
using System.Windows.Forms;
using Palaso.Reporting;
using Palaso.UI.WindowsForms.Keyboarding;
#if MONO
#if WANT_PORT
namespace PalasoUIWindowsForms.Tests.Keyboarding
{
public class IBusEnvironmentForTest : IDisposable
{
private Form _window;
private bool wasibusrunning;
public const string Othe... | using System;
using System.Windows.Forms;
using Palaso.Reporting;
using Palaso.UI.WindowsForms.Keyboarding;
#if MONO
namespace PalasoUIWindowsForms.Tests.Keyboarding
{
public class IBusEnvironmentForTest : IDisposable
{
private Form _window;
private bool wasibusrunning;
public const string OtherKeyboard = "... | mit | C# |
10e5540c93553d53690cafff4f9d87465f415197 | Add ShutdownQueue to interface | shiftkey/Akavache,kmjonmastro/Akavache,gimsum/Akavache,PureWeen/Akavache,martijn00/Akavache,mms-/Akavache,bbqchickenrobot/Akavache,christer155/Akavache,shana/Akavache,shana/Akavache,ghuntley/AkavacheSandpit,MarcMagnin/Akavache,MathieuDSTP/MyAkavache,jcomtois/Akavache,Loke155/Akavache,akavache/Akavache | Akavache/IKeyedOperationQueue.cs | Akavache/IKeyedOperationQueue.cs | using System;
using System.Reactive;
namespace Akavache
{
public interface IKeyedOperationQueue
{
/// <summary>
/// Queue an operation to run in the background that returns a stream of values. All operations with the
/// same key will run in sequence, waiting for the previous oper... | using System;
using System.Reactive;
namespace Akavache
{
public interface IKeyedOperationQueue
{
/// <summary>
/// Queue an operation to run in the background that returns a stream of values. All operations with the
/// same key will run in sequence, waiting for the previous oper... | mit | C# |
5acc6fdd93b6e0ad77f04cbb3cfaf18e62101e21 | add some fail and inconclusive for better report | jgraber/Blog_Snippets,jgraber/Blog_Snippets,jgraber/Blog_Snippets,jgraber/Blog_Snippets | ReportUnit/TestReports/Reports.Import.Tests/ExcelImporterTest.cs | ReportUnit/TestReports/Reports.Import.Tests/ExcelImporterTest.cs | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Reports.Import.Tests
{
[TestClass]
public class ExcelImporterTest
{
[TestMethod]
public void Import_non_existing_file_throws_exception()
{
Assert.Fail("Exception missing");
}
[T... | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Reports.Import.Tests
{
[TestClass]
public class ExcelImporterTest
{
[TestMethod]
public void Import_non_existing_file_throws_exception()
{
}
[TestMethod]
public void Import_empty_fi... | apache-2.0 | C# |
f08524d02e9a4eb8b10f228311fc0ac6a084cb8a | Update IndexModule.cs | LeedsSharp/AppVeyorDemo | src/AppVeyorDemo/AppVeyorDemo/Modules/IndexModule.cs | src/AppVeyorDemo/AppVeyorDemo/Modules/IndexModule.cs | namespace AppVeyorDemo.Modules
{
using System.Configuration;
using AppVeyorDemo.Models;
using Nancy;
public class IndexModule : NancyModule
{
public IndexModule()
{
Get["/"] = parameters =>
{
var model = new IndexViewModel
{
... | namespace AppVeyorDemo.Modules
{
using System.Configuration;
using AppVeyorDemo.Models;
using Nancy;
public class IndexModule : NancyModule
{
public IndexModule()
{
Get["/"] = parameters =>
{
var model = new IndexViewModel
{
... | apache-2.0 | C# |
08c4bfcaf01c8364e85c419dc04b6a899b2425f9 | put up supporting works2 | ucdavis/Badges,ucdavis/Badges | Badges/Views/Public/Badge.cshtml | Badges/Views/Public/Badge.cshtml | @model Badges.Models.Public.BadgeViewModel
@{
ViewBag.Title = "Badges";
}
<div class="container">
<h2>
<center>
Viewing the badge: <strong>@Model.BadgeSubmission.Badge.Name</strong> awarded to <strong>@Model.CreatorProfile.DisplayName</strong> on <em>@string.Format("{0:d}", Model... | @model Badges.Models.Public.BadgeViewModel
@{
ViewBag.Title = "Badges";
}
<div class="container">
<h2>
Viewing the badge: <strong>@Model.BadgeSubmission.Badge.Name</strong> awarded to <strong>@Model.CreatorProfile.DisplayName</strong> on <em>@string.Format("{0:d}", Model.BadgeSubmission.Awa... | mpl-2.0 | C# |
898166d264b7c81f748c28ff3e57d2366f495bc3 | Return 403 instead of 401 | adamjez/CVaS,adamjez/CVaS,adamjez/CVaS | src/CVaS.Web/Filters/HttpExceptionFilterAttribute.cs | src/CVaS.Web/Filters/HttpExceptionFilterAttribute.cs | using System;
using System.Net;
using CVaS.Shared.Exceptions;
using CVaS.Web.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
namespace CVaS.Web.Filters
{
/// <summary>
/// Exception filter that catch exception of known type
/// and transform them into specific HTTP status c... | using System;
using System.Net;
using CVaS.Shared.Exceptions;
using CVaS.Web.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
namespace CVaS.Web.Filters
{
/// <summary>
/// Exception filter that catch exception of known type
/// and transform them into specific HTTP status c... | mit | C# |
226dd064e50fee9c12c4a789097f64a59c39c376 | rename arg | corvusalba/my-little-lispy,corvusalba/my-little-lispy | src/CorvusAlba.MyLittleLispy.Hosting/ScriptEngine.cs | src/CorvusAlba.MyLittleLispy.Hosting/ScriptEngine.cs | using System.IO;
using System.Text;
using CorvusAlba.MyLittleLispy.Runtime;
namespace CorvusAlba.MyLittleLispy.Hosting
{
public class ScriptEngine
{
private readonly Context _context;
private readonly Parser _parser;
public ScriptEngine()
{
_parser = new Parser();
_context = new Context(_parser... | using System.IO;
using System.Text;
using CorvusAlba.MyLittleLispy.Runtime;
namespace CorvusAlba.MyLittleLispy.Hosting
{
public class ScriptEngine
{
private readonly Context _context;
private readonly Parser _parser;
public ScriptEngine()
{
_parser = new Parser();
_context = new Context(_parser... | mit | C# |
cc92c2c227ad8c6955b017ce5a05341ac2da24c4 | Fix issue where DisplayDictionary output may be too long for IRC. | VoiDeD/steam-irc-bot | SteamIrcBot/Utils/DisplayDictionary.cs | SteamIrcBot/Utils/DisplayDictionary.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SteamIrcBot
{
class DisplayDictionary : Dictionary<string, string>
{
int maxValueLen;
public DisplayDictionary( int maxLen = 100 )
{
maxValueLen = maxLen;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SteamIrcBot
{
class DisplayDictionary : Dictionary<string, string>
{
int maxValueLen;
public DisplayDictionary( int maxLen = 200 )
{
maxValueLen = maxLen;
... | mit | C# |
889d56f33beb4b4f4357cafffa6867f64fa7a95f | Remove using | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Fluent/ViewModels/AboutViewModel.cs | WalletWasabi.Fluent/ViewModels/AboutViewModel.cs | using System;
using System.IO;
using System.Reactive;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using System.Windows.Input;
using ReactiveUI;
using WalletWasabi.Fluent.ViewModels.Dialogs;
using WalletWasabi.Fluent.ViewModels.Navigation;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
n... | using System;
using System.IO;
using System.Reactive;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using System.Threading.Tasks;
using System.Windows.Input;
using ReactiveUI;
using WalletWasabi.Fluent.ViewModels.Dialogs;
using WalletWasabi.Fluent.ViewModels.Navigation;
using WalletWasabi.Helpers;
... | mit | C# |
9bf9c24229dd46da923cd180637a4f6d450c6a24 | Fix bug in IEnumerableExtensions.ToComma...() | arthurrump/Zermelo.App.UWP | Zermelo.App.UWP/Helpers/IEnumerableExtensions.cs | Zermelo.App.UWP/Helpers/IEnumerableExtensions.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Zermelo.App.UWP.Helpers
{
static class IEnumerableExtensions
{
public static string ToCommaSpaceSeperatedString<T>(this IEnumerable<T> list)
{
if (list.Coun... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Zermelo.App.UWP.Helpers
{
static class IEnumerableExtensions
{
public static string ToCommaSpaceSeperatedString<T>(this IEnumerable<T> list)
{
StringBuilder... | mit | C# |
c86ff0c99ebfa6090f73b885944be660fb88430f | Add Bruce Wayne to contact page. | jpfultonzm/trainingsandbox,jpfultonzm/trainingsandbox,jpfultonzm/trainingsandbox | ZirMed.TrainingSandbox/Views/Home/Contact.cshtml | ZirMed.TrainingSandbox/Views/Home/Contact.cshtml | @{
ViewBag.Title = "Contact";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
</address>
<address>
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.co... | @{
ViewBag.Title = "Contact";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
</address>
<address>
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.co... | mit | C# |
54f77685c06a3d507ec7f0426e796f5e21020acd | Prepare release 4.5.1 - increase DBSchemaInfo version. Work Item #1907 | CslaGenFork/CslaGenFork,CslaGenFork/CslaGenFork,CslaGenFork/CslaGenFork,CslaGenFork/CslaGenFork | trunk/Solutions/DBSchemaInfo/Properties/AssemblyInfo.cs | trunk/Solutions/DBSchemaInfo/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# |
eeb86ff4258378151f5e99b22b2ac728f97afe8d | Remove unneccesery usings | primas23/UniversityCoursesRegistrationSystem,primas23/UniversityCoursesRegistrationSystem,primas23/UniversityCoursesRegistrationSystem | UCRS.Web/Controllers/HomeController.cs | UCRS.Web/Controllers/HomeController.cs | using System;
using System.Linq;
using System.Web.Mvc;
using UCRS.Common;
using UCRS.Services.Contracts;
using UCRS.Web.Models;
namespace UCRS.Web.Controllers
{
public class HomeController : Controller
{
private IStudentService _studentService = null;
private ICourseService _courseService = n... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using UCRS.Common;
using UCRS.Services.Contracts;
using UCRS.Web.Models;
namespace UCRS.Web.Controllers
{
public class HomeController : Controller
{
private IStudentService _studentService = null;
private... | mit | C# |
72a09aa88d7ebb2171aec469423e26e33965b483 | Move some common code | jazd/Business,jazd/Business,jazd/Business | CSharp/Core.PostreSQL/Command.cs | CSharp/Core.PostreSQL/Command.cs | using System.Collections.Generic;
using Npgsql;
namespace Business.Core.PostgreSQL
{
public class Command : ICommand
{
IReader Reader { get; set; }
public NpgsqlConnection PostgreSQLConnection { get; set; }
public NpgsqlCommand PostgreSQLCommand { get; set; }
public NpgsqlDataReader PostgreSQLReader { get; ... | using System.Collections.Generic;
using Npgsql;
namespace Business.Core.PostgreSQL
{
public class Command : ICommand
{
IReader Reader { get; set; }
public NpgsqlConnection PostgreSQLConnection { get; set; }
public NpgsqlCommand PostgreSQLCommand { get; set; }
public NpgsqlDataReader PostgreSQLReader { get; ... | mit | C# |
2b1306e8b34f494bbe5fe48f90f90bd6c0c480e1 | Allow reading certificates from local files | jbinder/dragon,jbinder/dragon,aduggleby/dragon,jbinder/dragon,aduggleby/dragon,aduggleby/dragon | proj/SecurityServer/proj/Common/SecurityHelper.cs | proj/SecurityServer/proj/Common/SecurityHelper.cs | using System.Configuration;
using System.IdentityModel.Tokens;
using System.IO;
using System.Security.Cryptography.X509Certificates;
using System.Web.Hosting;
namespace Dragon.SecurityServer.Common
{
public class SecurityHelper
{
public static X509SigningCredentials CreateSignupCredentialsFromConfig()... | using System.Configuration;
using System.IdentityModel.Tokens;
using System.IO;
using System.Security.Cryptography.X509Certificates;
using System.Web.Hosting;
namespace Dragon.SecurityServer.Common
{
public class SecurityHelper
{
public static X509SigningCredentials CreateSignupCredentialsFromConfig()... | mit | C# |
ef80f2e5647b6360de4642aee249186ba69cfd42 | Bump the minor version number; ver is now 3.14.0 | AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/azure-activedirectory-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet | src/ADAL.Common/CommonAssemblyInfo.cs | src/ADAL.Common/CommonAssemblyInfo.cs | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated doc... | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated doc... | mit | C# |
77e3551d4fed5ab834b7e4651357fb582121fb8f | Fix incorrect route for /time | martincostello/api,martincostello/api,martincostello/api | src/API/Controllers/TimeController.cs | src/API/Controllers/TimeController.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TimeController.cs" company="https://martincostello.com/">
// Martin Costello (c) 2016
// </copyright>
// <summary>
// TimeController.cs
// </summary>
// ----------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TimeController.cs" company="https://martincostello.com/">
// Martin Costello (c) 2016
// </copyright>
// <summary>
// TimeController.cs
// </summary>
// ----------------------... | mit | C# |
e7a7d10c95508db9b8df1769d7c32c63773384ae | fix `OnCompleted` invocation | Kukkimonsuta/Odachi | src/Odachi.Extensions.Reflection/Internal/Awaiter.cs | src/Odachi.Extensions.Reflection/Internal/Awaiter.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
namespace Odachi.Extensions.Reflection.Internal
{
public struct Awaiter : INotifyCompletion
{
public Awaiter(object value)
{
Valu... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
namespace Odachi.Extensions.Reflection.Internal
{
public struct Awaiter : INotifyCompletion
{
public Awaiter(object value)
{
Valu... | apache-2.0 | C# |
bc677ae4e9d1178faca1d0863ce79feef7ecaf1e | Add constructors to match ColoredString | Thraka/SadConsole | src/SadConsole.Shared/ColoredGlyph.cs | src/SadConsole.Shared/ColoredGlyph.cs | using Microsoft.Xna.Framework;
using SadConsole.Effects;
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text;
namespace SadConsole
{
/// <summary>
/// Represents a single character that has a foreground and background color.
/// </summary>
public class... | using Microsoft.Xna.Framework;
using SadConsole.Effects;
using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text;
namespace SadConsole
{
/// <summary>
/// Represents a single character that has a foreground and background color.
/// </summary>
public class... | mit | C# |
614806df5e16c630842a1c64f746b07573035942 | Add function to read in OpenSSL-style private key | printerpam/purpleonion,printerpam/purpleonion,neoeinstein/purpleonion | src/Xpdm.PurpleOnion/RSAExtensions.cs | src/Xpdm.PurpleOnion/RSAExtensions.cs | using System;
using System.Security.Cryptography;
using System.Text;
using Mono.Security;
using Mono.Security.Cryptography;
namespace Xpdm.PurpleOnion
{
static class RSAExtensions
{
private static readonly string BEGIN_RSA_PRIVATE_KEY = "-----BEGIN RSA PRIVATE KEY-----";
private static readonly string END_RSA_PR... | using System.Security.Cryptography;
using Mono.Security;
using Mono.Security.Cryptography;
namespace Xpdm.PurpleOnion
{
class RSAExtensions
{
public static ASN1 ToAsn1(RSA rsa)
{
ASN1 asn = new ASN1(0x30);
ASN1 asnOid = new ASN1(0x30);
// {iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-1(... | bsd-3-clause | C# |
12683546d12c36479d4b4d71f25a88928d368a7d | Add Roughness float values to MetalRoughMap.cs | AltspaceVR/UnityGLTF,robertlong/UnityGLTFLoader | UnityGLTF/Assets/UnityGLTF/Scripts/UniformMaps/MetalRoughMap.cs | UnityGLTF/Assets/UnityGLTF/Scripts/UniformMaps/MetalRoughMap.cs | using System;
using UnityEngine;
using AlphaMode = GLTF.Schema.AlphaMode;
using CullMode = UnityEngine.Rendering.CullMode;
namespace UnityGLTF
{
class MetalRoughMap : MetalRough2StandardMap
{
private Vector2 metalRoughOffset = new Vector2(0, 0);
public MetalRoughMap(int MaxLOD = 1000) : base("GLTF/PbrMetallicR... | using System;
using UnityEngine;
using AlphaMode = GLTF.Schema.AlphaMode;
using CullMode = UnityEngine.Rendering.CullMode;
namespace UnityGLTF
{
class MetalRoughMap : MetalRough2StandardMap
{
private Vector2 metalRoughOffset = new Vector2(0, 0);
public MetalRoughMap(int MaxLOD = 1000) : base("GLTF/PbrMetallicR... | mit | C# |
88fa32f6978fa9da983a44e946172a354e4f7543 | Fix broken test. | WebApiContrib/WebAPIContrib,TerraVenil/WebAPIContrib,andyshao/WebAPIContrib,andyshao/WebAPIContrib,WebApiContrib/WebAPIContrib,yonglehou/WebAPIContrib,modulexcite/WebAPIContrib,TerraVenil/WebAPIContrib,modulexcite/WebAPIContrib,yonglehou/WebAPIContrib | src/WebApiContrib.Testing/ApiControllerExtensions.cs | src/WebApiContrib.Testing/ApiControllerExtensions.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Hosting;
using System.Web.Http.Routing;
namespace WebApiContrib.Testing
{
//Credits to the following individuals for their po... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Hosting;
using System.Web.Http.Routing;
namespace WebApiContrib.Testing
{
//Credits to the following individuals for their po... | mit | C# |
e16b00caa3bd582a2f22474a4d73e562cf2e928f | Update move's y value | PearMed/Pear-Interaction-Engine | Assets/Pear.InteractionEngine/Scripts/Interactions/EventHandlers/Move.cs | Assets/Pear.InteractionEngine/Scripts/Interactions/EventHandlers/Move.cs | using Pear.InteractionEngine.Properties;
using Pear.InteractionEngine.Utils;
using System.Collections.Generic;
using UnityEngine;
namespace Pear.InteractionEngine.Interactions.EventHandlers
{
/// <summary>
/// Move based on the change in property value
/// </summary>
public class Move : MonoBehaviour,... | using Pear.InteractionEngine.Properties;
using Pear.InteractionEngine.Utils;
using System.Collections.Generic;
using UnityEngine;
namespace Pear.InteractionEngine.Interactions.EventHandlers
{
/// <summary>
/// Move based on the change in property value
/// </summary>
public class Move : MonoBehaviour,... | mit | C# |
0869d291a08685c94f824ed13f33ef69b4f4711b | Fix SharedVersionInfo.cs version | biarne-a/Zebus,Abc-Arbitrage/Zebus | src/SharedVersionInfo.cs | src/SharedVersionInfo.cs | using System.Reflection;
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyInformationalVersion("1.5.1-beta")]
| using System.Reflection;
[assembly: AssemblyVersion("1.5.1-beta")]
[assembly: AssemblyFileVersion("1.5.1-beta")]
[assembly: AssemblyInformationalVersion("1.5.1-beta")]
| mit | C# |
233a139573b78be02c64d8bdfa569354b7b00852 | Add useful message to VariableNameException | r2i-sitecore/dotless,r2i-sitecore/dotless,modulexcite/dotless,rytmis/dotless,dotless/dotless,rytmis/dotless,r2i-sitecore/dotless,modulexcite/dotless,NickCraver/dotless,modulexcite/dotless,modulexcite/dotless,modulexcite/dotless,r2i-sitecore/dotless,rytmis/dotless,NickCraver/dotless,r2i-sitecore/dotless,r2i-sitecore/dot... | src/dotless.Core/exceptions/VariableNameException.cs | src/dotless.Core/exceptions/VariableNameException.cs | /* Copyright 2009 dotless project, http://www.dotlesscss.com
*
* 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 requi... | /* Copyright 2009 dotless project, http://www.dotlesscss.com
*
* 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 requi... | apache-2.0 | C# |
b34ebf283713029e2a24dc87a0abfcbc4112c979 | Update CapsuleShape.cs | HiddenMonk/Unity3DCustomCharacterControllerCapsuleCollisionDetection | Assets/CapsuleCharacterCollision/Structs/CapsuleShape.cs | Assets/CapsuleCharacterCollision/Structs/CapsuleShape.cs | using UnityEngine;
using System.Collections;
namespace CapsuleCharacterCollisionDetection
{
public struct CapsuleShape
{
public float radius {get; private set;}
public float height {get; private set;}
public Vector3 top {get; private set;}
public Vector3 bottom {get; private set;}
public Vect... | using UnityEngine;
using System.Collections;
namespace CapsuleCharacterCollisionDetection
{
public struct CapsuleShape
{
public float radius {get; private set;}
public float height {get; private set;}
public Vector3 top {get; private set;}
public Vector3 bottom {get; private set;}
public Vect... | mit | C# |
9c3d42cda395c25186f61a50e26db3e6066cda4b | Fix signature for get_table | Shaddix/realm-dotnet,realm/realm-dotnet,realm/realm-dotnet,realm/realm-dotnet,Shaddix/realm-dotnet,Shaddix/realm-dotnet,Shaddix/realm-dotnet | realm/RealmNet.Shared/native/NativeSharedRealm.cs | realm/RealmNet.Shared/native/NativeSharedRealm.cs | using System;
using System.Runtime.InteropServices;
using Interop.Config;
namespace RealmNet
{
internal static class NativeSharedRealm
{
[DllImport(InteropConfig.DLL_NAME, EntryPoint = "shared_realm_open", CallingConvention = CallingConvention.Cdecl)]
internal static extern IntPtr open(SchemaH... | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using Interop.Config;
namespace RealmNet
{
internal static class NativeSharedRealm
{
[DllImport(InteropConfig.DLL_NAME, EntryPoint = "shared_realm_open", CallingConvention = CallingConvention.Cdecl... | apache-2.0 | C# |
d6b3fa8c400280bb59f0ca880e447c08fc0f2007 | Remove unused using | ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework | osu.Framework/Graphics/Textures/TextureLoaderStore.cs | osu.Framework/Graphics/Textures/TextureLoaderStore.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.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using osu.Framework.IO.Stores;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Pi... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.IO.Stores;
using SixLabors.ImageSharp;
using SixL... | mit | C# |
971d6cd0ab6872517501061e34f48f335a751595 | Add ToolSettings.HasValidToolPath. | nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Core/Tooling/ToolSettings.cs | source/Nuke.Core/Tooling/ToolSettings.cs | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
namespace Nuke.Core.Tooling
{
[PublicAPI]
[Serializable]
[E... | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using JetBrains.Annotations;
namespace Nuke.Core.Tooling
{
[PublicAPI]
[Serializable]
[ExcludeFromCodeCov... | mit | C# |
29564afbc89f8003c2ac0c7de2915a8a408f54aa | fix portable apps | crummel/dotnet_core-setup,gkhanna79/core-setup,rakeshsinghranchi/core-setup,ravimeda/core-setup,crummel/dotnet_core-setup,rakeshsinghranchi/core-setup,ellismg/core-setup,wtgodbe/core-setup,steveharter/core-setup,ericstj/core-setup,cakine/core-setup,MichaelSimons/core-setup,karajas/core-setup,joperezr/core-setup,joperez... | build_projects/shared-build-targets-utils/Utils/BuildVersion.cs | build_projects/shared-build-targets-utils/Utils/BuildVersion.cs | using System.Collections.Generic;
namespace Microsoft.DotNet.Cli.Build
{
public class BuildVersion : Version
{
public string SimpleVersion => $"{Major}.{Minor}.{Patch}.{CommitCountString}";
public string VersionSuffix => $"{ReleaseSuffix}-{CommitCountString}";
public string NuGetVersio... | using System.Collections.Generic;
namespace Microsoft.DotNet.Cli.Build
{
public class BuildVersion : Version
{
public string SimpleVersion => $"{Major}.{Minor}.{Patch}.{CommitCountString}";
public string VersionSuffix => $"{ReleaseSuffix}-{CommitCountString}";
public string NuGetVersio... | mit | C# |
7a0aba8b50a7ddb2d745dfac8f826fd44989e5ce | Fix error in unit test from changing the ToString | ilovepi/Compiler,ilovepi/Compiler | compiler/NUnit.Tests/MiddleEnd/InstructionTests.cs | compiler/NUnit.Tests/MiddleEnd/InstructionTests.cs | using compiler.middleend.ir;
using NUnit.Framework;
namespace NUnit.Tests.MiddleEnd
{
[TestFixture]
public class InstructionTests
{
[Test]
public void ToStringTest()
{
var inst1 = new Instruction(IrOps.Add, new Operand(Operand.OpType.Constant, 10),
new O... | using compiler.middleend.ir;
using NUnit.Framework;
namespace NUnit.Tests.MiddleEnd
{
[TestFixture]
public class InstructionTests
{
[Test]
public void ToStringTest()
{
var inst1 = new Instruction(IrOps.Add, new Operand(Operand.OpType.Constant, 10),
new O... | mit | C# |
62e11fe42a24040a39540e28611ceadc5ad2a84d | Fix password loading. | dermeister0/TimesheetParser,dermeister0/TimesheetParser | Source/TimesheetParser.Win10/Services/PasswordService.cs | Source/TimesheetParser.Win10/Services/PasswordService.cs | using System;
using System.Linq;
using Windows.Security.Credentials;
using TimesheetParser.Business.Services;
namespace TimesheetParser.Win10.Services
{
internal class PasswordService : IPasswordService
{
private readonly string pluginName;
private readonly PasswordVault vault = new PasswordVa... | using System;
using System.Linq;
using Windows.Security.Credentials;
using TimesheetParser.Business.Services;
namespace TimesheetParser.Win10.Services
{
internal class PasswordService : IPasswordService
{
private readonly string pluginName;
private readonly PasswordVault vault = new PasswordVa... | mit | C# |
2038be2e8f8c8407f6444e2c83278a3a31f9c12a | Update Docs for GetUsersRequest regarding Connection and SearchEngine (#468) | auth0/auth0.net,auth0/auth0.net | src/Auth0.ManagementApi/Models/GetUsersRequest.cs | src/Auth0.ManagementApi/Models/GetUsersRequest.cs | namespace Auth0.ManagementApi.Models
{
/// <summary>
/// Specifies criteria to use when querying all users.
/// </summary>
public class GetUsersRequest
{
/// <summary>
/// Connection filter. Only applies when <see cref="SearchEngine"/> is set to v1.
/// To filter by connect... | namespace Auth0.ManagementApi.Models
{
/// <summary>
/// Specifies criteria to use when querying all users.
/// </summary>
public class GetUsersRequest
{
/// <summary>
/// The connection to filter on.
/// </summary>
public string Connection { get; set; } = null;
... | mit | C# |
d78f672fa0150cbf72fed372c3394df4883bff93 | Bump 0.14.0.0 | Bobris/Nowin,lstefano71/Nowin,Bobris/Nowin,lstefano71/Nowin,et1975/Nowin,modulexcite/Nowin,pysco68/Nowin,modulexcite/Nowin,pysco68/Nowin,et1975/Nowin,lstefano71/Nowin,modulexcite/Nowin,pysco68/Nowin,Bobris/Nowin,et1975/Nowin | Nowin/Properties/AssemblyInfo.cs | Nowin/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("Nowin")]
[assembly: AssemblyDescription("... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Nowin")]
[assembly: AssemblyDescription("... | mit | C# |
725b46772fc5cd89071ec5b89fea64246417063e | Add ExchangeName and ExchangeType config. | dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap,dotnetcore/CAP | src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs | src/DotNetCore.CAP.RabbitMQ/CAP.RabbiMQOptions.cs | namespace DotNetCore.CAP.RabbitMQ
{
public class RabbitMQOptions
{
/// <summary>
/// Default value for connection attempt timeout, in milliseconds.
/// </summary>
public const int DefaultConnectionTimeout = 30 * 1000;
/// <summary>
/// Default password (value: "... | namespace DotNetCore.CAP.RabbitMQ
{
public class RabbitMQOptions
{
/// <summary>
/// Default value for connection attempt timeout, in milliseconds.
/// </summary>
public const int DefaultConnectionTimeout = 30 * 1000;
/// <summary>
/// Default password (value: "... | mit | C# |
14e2906049e12c908c9d7f18feec02e14f55d4b4 | Add large community support to JSON serializer | mstrother/BmpListener | BmpListener/Serialization/Models/BgpUpdateModel.cs | BmpListener/Serialization/Models/BgpUpdateModel.cs | using BmpListener.Bgp;
using BmpListener.Bmp;
using System.Collections.Generic;
using System.Linq;
using System.Net;
namespace BmpListener.Serialization.Models
{
public class BgpUpdateModel
{
public BgpUpdateModel(BgpUpdateMessage updateMsg)
{
Origin = updateMsg.Attributes.OfType<P... | using BmpListener.Bgp;
using BmpListener.Bmp;
using System.Collections.Generic;
using System.Linq;
using System.Net;
namespace BmpListener.Serialization.Models
{
public class BgpUpdateModel
{
public BgpUpdateModel(BgpUpdateMessage updateMsg)
{
Origin = updateMsg.Attributes.OfType<P... | mit | C# |
0ac977e07f5fa83419c1a663c1c4adf81122b873 | Make cancellation token default | FubarDevelopment/FtpServer | src/FubarDev.FtpServer/IFtpServerHost.cs | src/FubarDev.FtpServer/IFtpServerHost.cs | // <copyright file="IFtpServerHost.cs" company="Fubar Development Junker">
// Copyright (c) Fubar Development Junker. All rights reserved.
// </copyright>
using System.Threading;
using System.Threading.Tasks;
namespace FubarDev.FtpServer
{
/// <summary>
/// Interface for a simple FTP server host.
/// </su... | // <copyright file="IFtpServerHost.cs" company="Fubar Development Junker">
// Copyright (c) Fubar Development Junker. All rights reserved.
// </copyright>
using System.Threading;
using System.Threading.Tasks;
namespace FubarDev.FtpServer
{
/// <summary>
/// Interface for a simple FTP server host.
/// </su... | mit | C# |
cc9ae328116900fee199aff64e87d44d32f5be7b | Fix summary timeline not updating to new track length correctly | NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu | osu.Game/Screens/Edit/Components/Timelines/Summary/Parts/TimelinePart.cs | osu.Game/Screens/Edit/Components/Timelines/Summary/Parts/TimelinePart.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.Track;
using osu.Framework.Bindables;
using osuTK;
using osu.Framework.Graphics;
using osu.Framewo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu... | mit | C# |
958df1571f46275d03e2eaa7db5a75f6d7b78693 | comment for failed test | zbrad/akka.net,adamhathcock/akka.net,rogeralsing/akka.net,kerryjiang/akka.net,Horusiath/akka.net,silentnull/akka.net,ali-ince/akka.net,vchekan/akka.net,willieferguson/akka.net,matiii/akka.net,AntoineGa/akka.net,numo16/akka.net,numo16/akka.net,thelegendofando/akka.net,eisendle/akka.net,Horusiath/akka.net,d--g/akka.net,a... | test/Pigeon.Tests/Serialization/SerializationSpec.cs | test/Pigeon.Tests/Serialization/SerializationSpec.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pigeon.Actor;
namespace Pigeon.Tests.Serialization
{
[TestClass]
public class SerializationSpec : AkkaSpec
{
public class So... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pigeon.Actor;
namespace Pigeon.Tests.Serialization
{
[TestClass]
public class SerializationSpec : AkkaSpec
{
public class So... | apache-2.0 | C# |
a7c30aa737cc211a1f6e01fe928faa8ae8acaa88 | change the red color to indianred according to design reqs | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Converters/PhaseColorConverter.cs | WalletWasabi.Gui/Converters/PhaseColorConverter.cs | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using WalletWasabi.Models.ChaumianCoinJoin;
namespace WalletWasabi.Gui.Converters
{
public class PhaseColorConverter : IValueConverter
{
public object Convert(object... | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using WalletWasabi.Models.ChaumianCoinJoin;
namespace WalletWasabi.Gui.Converters
{
public class PhaseColorConverter : IValueConverter
{
public object Convert(object... | mit | C# |
f5a111e4b5bf23de271e5166660add6f8fae2425 | Test Monkey Balls | shaftz17/schoolwork | KiaTest/KiaTest/Program.cs | KiaTest/KiaTest/Program.cs | using System;
namespace KiaTest
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello Wold!");
//HELLO SHAFTMAN
}
}
} | using System;
namespace KiaTest
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
} | epl-1.0 | C# |
1462d164b252a971d377efff073e7a87a41b37ee | Bump version to 0.7.2 | FatturaElettronicaPA/FatturaElettronicaPA.Forms | 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("FatturaElettronica.Forms")]
[assembly: As... | 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("FatturaElettronica.Forms")]
[assembly: As... | bsd-3-clause | C# |
305caa10dca2afd98a56218ba5e875ae22603d98 | Update copyright statement to 2014 | SoftwarePunt/Pomodoro | Properties/AssemblyInfo.cs | Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("To... | 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("To... | apache-2.0 | C# |
10f69b18c6dbf6fb1bf713be760c15d70a054602 | Build script now writes the package name and version into the AssemblyDescription attibute. This allows the package information to be seen in Visual Studio avoiding confusion with the assembly version that remains at the major. | autofac/Autofac.Mef | Properties/AssemblyInfo.cs | Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Autofac.Tests.Integration.Mef")]
| using System.Reflection;
[assembly: AssemblyTitle("Autofac.Tests.Integration.Mef")]
[assembly: AssemblyDescription("")]
| mit | C# |
763ae32e8a821e28c84fcfd2a994eaaf7d446ee0 | Bump to version 2.1.1 | iltar/support-tool,dreadnought-friends/support-tool | Properties/AssemblyInfo.cs | Properties/AssemblyInfo.cs | using System.Reflection;
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: AssemblyTitle("Dreadnought Communi... | using System.Reflection;
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: AssemblyTitle("Dreadnought Communi... | mit | C# |
b2b489c79147b3288445c29cd2f631d9ac648101 | Use SetAndNotify in example | canton7/Stylet,canton7/Stylet,cH40z-Lord/Stylet,cH40z-Lord/Stylet | Samples/Stylet.Samples.MasterDetail/ShellViewModel.cs | Samples/Stylet.Samples.MasterDetail/ShellViewModel.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Stylet.Samples.MasterDetail
{
public class ShellViewModel : Screen
{
public IObservableCollection<EmployeeModel> Employees { get; private set; }
private EmployeeModel ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Stylet.Samples.MasterDetail
{
public class ShellViewModel : Screen
{
public IObservableCollection<EmployeeModel> Employees { get; private set; }
private EmployeeModel ... | mit | C# |
36931dd87233e9b6dd71ddf0261641520d9e7402 | test commit | SoftServeNetTeam/StartupBusinessSystem,SoftServeNetTeam/StartupBusinessSystem | Web/StartupBusinessSystem.Web/Views/Home/About.cshtml | Web/StartupBusinessSystem.Web/Views/Home/About.cshtml | @{
ViewBag.Title = "About";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<p>Use this area to provide additional information.</p>
| @{
ViewBag.Title = "About";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<p>Use this area to provide additional information.</p>
| mit | C# |
78578a453b11564e8751196f9d0ccb651927a336 | Bump version if we take this feature | hartez/PneumaticTube | 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("PneumaticTube")]
[assembly: AssemblyDesc... | 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("PneumaticTube")]
[assembly: AssemblyDesc... | mit | C# |
9b178c920ac4e8ae30ef414b5aee7a8c039cd013 | Tweak AssemblyInfo.cs | mganss/XmlValidator | Properties/AssemblyInfo.cs | Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Xml... | 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("Xm... | mit | C# |
663b081f8c4a67025b0eb85c3298b6c15a2c5929 | Update assembly version | deadsurgeon42/SummonLimit | 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("SummonLimit")]
[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("SummonLimit")]
[assembly: AssemblyDescri... | mit | C# |
84596b47a8399c38be643a60dec4cf8f49a591b7 | Clean up slightly. | StormPooper/CSharpKatas | SweetAssKata/Hyphenator.cs | SweetAssKata/Hyphenator.cs | using System.Text.RegularExpressions;
namespace SweetAssKata
{
public static class StringExtension
{
private const string WordToMoveHyphenAround = "ass";
public static string MoveHyphen(this string sentence)
{
const string beforeHyphenatedWord = "-" + WordToMoveHyphenAroun... | using System.Text.RegularExpressions;
namespace SweetAssKata
{
public static class StringExtension
{
private const string BeforeHyphenatedWord = "-ass ";
private const string AfterHyphenatedWord = " ass-";
public static string MoveHyphen(this string sentence)
{
var... | unlicense | C# |
0022b309519e3463b996664bbe69e820405ee3d6 | Fix boolean ToString | kswoll/WootzJs,kswoll/WootzJs,x335/WootzJs,kswoll/WootzJs,x335/WootzJs,x335/WootzJs | WootzJs.Runtime/Boolean.cs | WootzJs.Runtime/Boolean.cs | #region License
//-----------------------------------------------------------------------
// <copyright>
// The MIT License (MIT)
//
// Copyright (c) 2014 Kirk S Woll
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Softwar... | #region License
//-----------------------------------------------------------------------
// <copyright>
// The MIT License (MIT)
//
// Copyright (c) 2014 Kirk S Woll
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Softwar... | mit | C# |
c75187e4d13989593ef9f558a471ec979cfd2a4e | Update version to v0.1.1 | lmagyar/Orleans.Activities,OrleansContrib/Orleans.Activities | src/GlobalAssemblyInfo.cs | src/GlobalAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyCompany("https://github.com/OrleansContrib")]
[assembly: AssemblyProduct("Orleans.Activities - https://github.com/OrleansContrib/Orleans.Activities")]
[assembly: AssemblyCopyright("Copyright https://github.com/OrleansContrib 2016")]
[assembly: AssemblyVersion("0.1.1.0")]
[... | using System.Reflection;
[assembly: AssemblyCompany("https://github.com/OrleansContrib")]
[assembly: AssemblyProduct("Orleans.Activities - https://github.com/OrleansContrib/Orleans.Activities")]
[assembly: AssemblyCopyright("Copyright https://github.com/OrleansContrib 2016")]
[assembly: AssemblyVersion("0.2.0.0")]
[... | apache-2.0 | C# |
62b07fb9ceadace33eb2801e0ff7461089d4ebea | apply suggestions | peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu | osu.Game/Graphics/Backgrounds/BeatmapBackgroundWithStoryboard.cs | osu.Game/Graphics/Backgrounds/BeatmapBackgroundWithStoryboard.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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Textures;
using osu.Framework.Timing;
using osu.Game.Beatmap... | // 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.Timing;
using osu.Game.Beatmaps;
using osu.Game.Storyboards.Drawables;
namespace osu.Ga... | mit | C# |
3b68d34291ebd23d1acdd1d11dc578bcd6f5dbc1 | Fix test logic and naming #1810 | RossLieberman/NEST,CSGOpenSource/elasticsearch-net,azubanov/elasticsearch-net,RossLieberman/NEST,TheFireCookie/elasticsearch-net,adam-mccoy/elasticsearch-net,CSGOpenSource/elasticsearch-net,TheFireCookie/elasticsearch-net,azubanov/elasticsearch-net,elastic/elasticsearch-net,UdiBen/elasticsearch-net,RossLieberman/NEST,C... | src/Tests/ClientConcepts/ConnectionPooling/Sticky/Sticky.doc.cs | src/Tests/ClientConcepts/ConnectionPooling/Sticky/Sticky.doc.cs | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Elasticsearch.Net;
using FluentAssertions;
using Tests.Framework;
namespace Tests.ClientConcepts.ConnectionPooling.Sticky
{
public class Sticky
{
/** Sticky
* Each c... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Elasticsearch.Net;
using FluentAssertions;
using Tests.Framework;
namespace Tests.ClientConcepts.ConnectionPooling.Sticky
{
public class Sticky
{
protected int NumberOf... | apache-2.0 | C# |
17767009b4c6e2b4781345a44ed26adc7c73b091 | Fix a build error of UnityPackage | SaladbowlCreative/EntityNetwork | core/UnityPackage/Assets/Middlewares/EntityNetwork/ClientEntityFactory.cs | core/UnityPackage/Assets/Middlewares/EntityNetwork/ClientEntityFactory.cs | using System;
using System.Collections.Concurrent;
using EntityNetwork;
using EntityNetwork.Unity3D;
using UnityEngine;
public class ClientEntityFactory : IClientEntityFactory
{
private static ClientEntityFactory _default;
public static ClientEntityFactory Default
{
get { return _default ?? (_def... | using System;
using EntityNetwork;
using EntityNetwork.Unity3D;
using UnityEngine;
public class ClientEntityFactory : IClientEntityFactory
{
private static ClientEntityFactory _default;
public static ClientEntityFactory Default
{
get { return _default ?? (_default = new ClientEntityFactory()); }
... | mit | C# |
6484f7d6930c7aa09a65e8c861260c5ada3e2ca0 | Unify namespace placement with the .Overloads partial class | Moq/moq | src/Moq/Moq/contentFiles/cs/netstandard2.0/Mocks/Mock.cs | src/Moq/Moq/contentFiles/cs/netstandard2.0/Mocks/Mock.cs | using System;
using System.CodeDom.Compiler;
using System.Reflection;
using System.Runtime.CompilerServices;
using Moq.Sdk;
namespace Moq
{
/// <summary>
/// Instantiates mocks for the specified types.
/// </summary>
[GeneratedCode("Moq", "5.0")]
[CompilerGenerated]
partial class Mock
{
... | namespace Moq
{
using System;
using System.CodeDom.Compiler;
using System.Reflection;
using System.Runtime.CompilerServices;
using Moq.Sdk;
/// <summary>
/// Instantiates mocks for the specified types.
/// </summary>
[GeneratedCode("Moq", "5.0")]
[CompilerGenerated]
partial ... | apache-2.0 | C# |
bc4c08e38932cc8d7d13a8c126246115add52683 | Fix #2162: SwitchFromInstalledToAvailableWhileLoadingInstalled is hanging | karthiknadig/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,Alexander... | src/R/Components/Test/PackageManager/TestRepositories.cs | src/R/Components/Test/PackageManager/TestRepositories.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Threading.Tasks;
using Microsoft.R.Host.Client;
namespace Microsoft.R.Components.Test.PackageMa... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Threading.Tasks;
using Microsoft.R.Host.Client;
namespace Microsoft.R.Components.Test.PackageMa... | mit | C# |
78db9df854b143032f08face4b1cb8141d1f77ba | Select word tests | AlexanderSher/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,karthiknadig/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,karthiknadi... | src/R/Editor/Application.Test/Selection/SelectionTest.cs | src/R/Editor/Application.Test/Selection/SelectionTest.cs | using System.Diagnostics.CodeAnalysis;
using FluentAssertions;
using Microsoft.R.Editor.Application.Test.TestShell;
using Microsoft.R.Editor.ContentType;
using Microsoft.UnitTests.Core.XUnit;
using Xunit;
namespace Microsoft.R.Editor.Application.Test.Selection {
[ExcludeFromCodeCoverage]
[Collection(Collectio... | using System.Diagnostics.CodeAnalysis;
using FluentAssertions;
using Microsoft.R.Editor.Application.Test.TestShell;
using Microsoft.R.Editor.ContentType;
using Microsoft.UnitTests.Core.XUnit;
using Xunit;
namespace Microsoft.R.Editor.Application.Test.Selection {
[ExcludeFromCodeCoverage]
[Collection(Collectio... | mit | C# |
81f2da47b2461b3ef1d26b0d102e32bf70ebe97b | Remove Anoying Log | soomla/soomla-wp-core,dfalcone/soomla-wp-core | soomla-wp-core/soomla-wp-core/data/KeyValueStorage.cs | soomla-wp-core/soomla-wp-core/data/KeyValueStorage.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SoomlaWpCore.util;
using System.Diagnostics;
namespace SoomlaWpCore.data
{
public class KeyValueStorage
{
private static KeyValDatabase Kvd;
private const String TAG = "SOO... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SoomlaWpCore.util;
using System.Diagnostics;
namespace SoomlaWpCore.data
{
public class KeyValueStorage
{
private static KeyValDatabase Kvd;
private const String TAG = "SOO... | apache-2.0 | C# |
aaf2b9650baad6c5c9f06f5f431958803f386135 | Include the message and stacktrace in the results sent to MD | mono/guiunit | src/framework/GuiUnit/XmlTestListener.cs | src/framework/GuiUnit/XmlTestListener.cs | using System;
using NUnit.Framework.Api;
using System.Xml.Linq;
using System.IO;
namespace GuiUnit
{
public class XmlTestListener : ITestListener
{
TextWriter Writer {
get; set;
}
public XmlTestListener (TextWriter writer)
{
Writer = writer;
}
public void TestStarted (ITest test)
{
if (test.... | using System;
using NUnit.Framework.Api;
using System.Xml.Linq;
using System.IO;
namespace GuiUnit
{
public class XmlTestListener : ITestListener
{
TextWriter Writer {
get; set;
}
public XmlTestListener (TextWriter writer)
{
Writer = writer;
}
public void TestStarted (ITest test)
{
if (test.... | mit | C# |
c11221ffa8dd5f95ed110fcde269955c735077b6 | Revert "Removing 'zzz' from method name" | Smartrak/Smartrak.Library | Collections/Paging/PagingHelpers.cs | Collections/Paging/PagingHelpers.cs | using System;
using System.Linq;
namespace Smartrak.Collections.Paging
{
public static class PagingHelpers
{
/// <summary>
/// Gets a paged list of entities with the total appended to each row in the resultset. This is a faster way of doing things than using 2 seperate queries
/// </summary>
/// <typeparam ... | using System;
using System.Linq;
namespace Smartrak.Collections.Paging
{
public static class PagingHelpers
{
/// <summary>
/// Gets a paged list of entities with the total appended to each row in the resultset. This is a faster way of doing things than using 2 seperate queries
/// </summary>
/// <typeparam ... | mit | C# |
041c711ab8ba8a1f4cddaea4b695561401de2912 | Bump version to 1.5.5776. | stackia/DNSAgent | DNSAgent/Properties/AssemblyInfo.cs | DNSAgent/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("DNSAgent")]
[assembly: AssemblyDescripti... | 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("DNSAgent")]
[assembly: AssemblyDescripti... | mit | C# |
9a578e036e4dac1632886458c65779be52fc1ec9 | Add xmldoc. | naoey/osu,Damnae/osu,ZLima12/osu,2yangk23/osu,ZLima12/osu,Frontear/osuKyzer,ppy/osu,NeoAdonis/osu,naoey/osu,DrabWeb/osu,UselessToucan/osu,NeoAdonis/osu,DrabWeb/osu,johnneijzen/osu,naoey/osu,tacchinotacchi/osu,NeoAdonis/osu,EVAST9919/osu,peppy/osu,EVAST9919/osu,osu-RP/osu-RP,UselessToucan/osu,ppy/osu,smoogipoo/osu,2yang... | osu.Game.Rulesets.Mania/Judgements/ManiaJudgement.cs | osu.Game.Rulesets.Mania/Judgements/ManiaJudgement.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.Game.Rulesets.Judgements;
namespace osu.Game.Rulesets.Mania.Judgements
{
public class ManiaJudgement : Judgement
{
public override s... | // 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.Game.Rulesets.Judgements;
namespace osu.Game.Rulesets.Mania.Judgements
{
public class ManiaJudgement : Judgement
{
public override s... | mit | C# |
9e0b592dfafe7735d7eef23198b772a771817d5c | Enable CLR Thread Pool via a MSBuild flag (default enabled on Unix) | krk/coreclr,botaberg/coreclr,krk/coreclr,cshung/coreclr,ruben-ayrapetyan/coreclr,hseok-oh/coreclr,cshung/coreclr,botaberg/coreclr,cshung/coreclr,yizhang82/coreclr,parjong/coreclr,JosephTremoulet/coreclr,wateret/coreclr,JosephTremoulet/coreclr,rartemev/coreclr,mmitche/coreclr,poizan42/coreclr,ruben-ayrapetyan/coreclr,ru... | src/mscorlib/shared/Interop/Windows/Interop.Errors.cs | src/mscorlib/shared/Interop/Windows/Interop.Errors.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.
internal partial class Interop
{
// As defined in winerror.h and https://msdn.microsoft.com/en-us/library/window... | // 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.
internal partial class Interop
{
// As defined in winerror.h and https://msdn.microsoft.com/en-us/library/window... | mit | C# |
bbe9b65142169761ce90400539cbdbfccd280634 | Add Db validation for Event model | MarioZisov/Baskerville,MarioZisov/Baskerville,MarioZisov/Baskerville | BaskervilleWebsite/Baskerville.Models/DataModels/Event.cs | BaskervilleWebsite/Baskerville.Models/DataModels/Event.cs | namespace Baskerville.Models.DataModels
{
using Constants;
using System;
using System.ComponentModel.DataAnnotations;
public class Event
{
public int Id { get; set; }
[Required]
[StringLength(
maximumLength: AdminMessages.MaxEventNameLegnth,
Minimu... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Baskerville.Models.DataModels
{
public class Event
{
public int Id { get; set; }
public string NameBg { get; set; }
public string NameEn { get; set; }
... | apache-2.0 | C# |
5a1231e3e76b92b3012dea70f1c4067e48cecff5 | Include comparison methods for decimal against decimal constants | tjb042/Establishment | Establishment/DecimalEstablisher.cs | Establishment/DecimalEstablisher.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Establishment {
public class DecimalEstablisher : BaseStructEstablisher<decimal> {
public bool IsGreaterThan(decimal baseline, decimal threshold) {
if (baseline <= th... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Establishment {
public class DecimalEstablisher : BaseStructEstablisher<decimal> {
public bool IsGreaterThan(decimal baseline, decimal threshold) {
if (baseline <= th... | mit | C# |
fc92e6d62b1d86191755746c105090454995c878 | fix build | bards/Epic.NET,Shamar/Epic.NET,bards/Epic.NET,Shamar/Epic.NET | Code/UnitTests/Epic.Query.Object.UnitTests/Fakes/FakeCriterion.cs | Code/UnitTests/Epic.Query.Object.UnitTests/Fakes/FakeCriterion.cs | //
// FakeCriterion.cs
//
// Author:
// Giacomo Tesio <giacomo@tesio.it>
//
// Copyright (c) 2010-2012 Giacomo Tesio
//
// This file is part of Epic.NET.
//
// Epic.NET is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published ... | //
// FakeCriterion.cs
//
// Author:
// Giacomo Tesio <giacomo@tesio.it>
//
// Copyright (c) 2010-2012 Giacomo Tesio
//
// This file is part of Epic.NET.
//
// Epic.NET is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published ... | agpl-3.0 | C# |
e90f51b868ff0247ea72c94ffd147e8068fbed0c | Test parsing invalid string | g-un--/Redis.SilverlightClient,TeamnetGroup/Redis.SilverlightClient | Redis.SilverlightGap/ParserTests/BulkStringParserTests.cs | Redis.SilverlightGap/ParserTests/BulkStringParserTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using PortableSprache;
using Xunit;
namespace ParserTests
{
public class BulkStringParserTests
{
[Fact]
public void CanParseRedisBulkString()
{
var message ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using PortableSprache;
using Xunit;
namespace ParserTests
{
public class BulkStringParserTests
{
[Fact]
public void CanParseRedisBulkString()
{
var message ... | mit | C# |
d47a8c0826c06af5595d01e8a946df9141065169 | Remove unused combo result count statistic | peppy/osu-new,peppy/osu,2yangk23/osu,ppy/osu,2yangk23/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,EVAST9919/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,johnneijzen/osu,peppy/osu,peppy/osu,ZLima12/osu,johnneijzen/osu,ZLima12/osu,NeoAdonis/osu,EVAST9919/o... | osu.Game.Rulesets.Osu/Scoring/OsuScoreProcessor.cs | osu.Game.Rulesets.Osu/Scoring/OsuScoreProcessor.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.Rulesets.Judgements;
using osu.Game.Rulesets.Objects;
using osu.Game.Rulesets.Osu.Judgements;
using osu.Game.Rulesets.Osu.Objects... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects;
using osu... | mit | C# |
3e7b37a54a4df637d5ccb7288a15058c178a9f4a | Add missing test case. | jagrem/msg | Msg.Core.Specs/Transport/Common/PortNumberSpecs.cs | Msg.Core.Specs/Transport/Common/PortNumberSpecs.cs | using NUnit.Framework;
using Msg.Core.Transport.Common;
using System;
using FluentAssertions;
namespace Msg.Core.Specs.Transport.Common
{
[TestFixture]
public class PortNumberSpecs
{
static PortNumber CastIntToPortNumber (int value)
{
return (PortNumber)value;
}
... | using NUnit.Framework;
using Msg.Core.Transport.Common;
using System;
using FluentAssertions;
namespace Msg.Core.Specs.Transport.Common
{
[TestFixture]
public class PortNumberSpecs
{
static PortNumber CastIntToPortNumber (int value)
{
return (PortNumber)value;
}
... | apache-2.0 | C# |
3a4451ecfef7e7ed9c323a51a5737a474388817b | Implement a select | BillWagner/MVA-LINQ,sushantgoel/MVA-LINQ | CodePlayground/Program.cs | CodePlayground/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodePlayground
{
public static class MyLinqMethods
{
public static IEnumerable<T> Where<T>(
this IEnumerable<T> inputSequence,
Func<T, bool> predicate)... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodePlayground
{
public static class MyLinqMethods
{
public static IEnumerable<T> Where<T>(
this IEnumerable<T> inputSequence,
Func<T, bool> predicate)... | apache-2.0 | C# |
9c7ab5957827072319b0bfe68d802d72367c7740 | Use predefined overloads | farity/farity | Farity/Add.cs | Farity/Add.cs | using System;
namespace Farity
{
public static partial class F
{
public static decimal Add(decimal a, decimal b) => a + b;
public static double Add(double a, double b) => a + b;
public static float Add(float a, float b) => a + b;
public static int Add(int a, int b) => a + b;
... | using System;
namespace Farity
{
public static partial class F
{
public static decimal Add(decimal a, decimal b) => a + b;
public static double Add(double a, double b) => a + b;
public static float Add(float a, float b) => a + b;
public static int Add(int a, int b) => a + b;
... | mit | C# |
2c4623a2883340e5b24c87bbe0cd271dce5aaa39 | Simplify AddAuthentication call | rockfordlhotka/csla,MarimerLLC/csla,JasonBock/csla,MarimerLLC/csla,JasonBock/csla,MarimerLLC/csla,JasonBock/csla,rockfordlhotka/csla,rockfordlhotka/csla | Samples/ProjectTracker/ProjectTracker.Ui.Blazor.Server/Startup.cs | Samples/ProjectTracker/ProjectTracker.Ui.Blazor.Server/Startup.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Csla.Blazor;
using Csla.Configuration;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Authorization;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Csla.Blazor;
using Csla.Configuration;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Authorization;... | mit | C# |
ab1ac45f46bdb95dde1328ed1994c778e4934fde | Remove _mainPage from ApplicationProviderMocks. | dersia/Prism | Source/Xamarin/Prism.Forms.Tests/Mocks/ApplicationProviderMock.cs | Source/Xamarin/Prism.Forms.Tests/Mocks/ApplicationProviderMock.cs | using System.Reflection;
using System.Threading.Tasks;
using Prism.Common;
using Xamarin.Forms;
namespace Prism.Forms.Tests.Mocks
{
public class ApplicationProviderMock : IApplicationProvider
{
public ApplicationProviderMock()
{
MainPage = new ContentPage()
{
... | using System.Reflection;
using System.Threading.Tasks;
using Prism.Common;
using Xamarin.Forms;
namespace Prism.Forms.Tests.Mocks
{
public class ApplicationProviderMock : IApplicationProvider
{
private Page _mainPage;
public ApplicationProviderMock()
{
MainPage = new Conte... | apache-2.0 | C# |
bdc698d095004a2a0cd5f6cc914f9665d4cb8e5b | update android client | IdentityModel/IdentityModel.OidcClient.Samples,IdentityModel/IdentityModel.OidcClient.Samples | AndroidClientVS2017/AndroidClient/Resources/Resource.Designer.cs | AndroidClientVS2017/AndroidClient/Resources/Resource.Designer.cs | #pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//-------------... | #pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerate... | apache-2.0 | C# |
583f513572aed3dbf26f8e0f32f11e91da4913b3 | Change MemberData to public | vostok/core | Vostok.Core.Tests/Logging/Logs/LogEventFormatter_Tests.cs | Vostok.Core.Tests/Logging/Logs/LogEventFormatter_Tests.cs | using System;
using System.Collections.Generic;
using FluentAssertions;
using Xunit;
namespace Vostok.Logging.Logs
{
public class LogEventFormatter_Tests
{
[Theory]
[MemberData(nameof(FormatMessage_Cases))]
public void FormatMessage(string template, object[] parameters, string expected... | using System;
using System.Collections.Generic;
using FluentAssertions;
using Xunit;
namespace Vostok.Logging.Logs
{
public class LogEventFormatter_Tests
{
[Theory]
[MemberData(nameof(FormatMessage_Cases))]
public void FormatMessage(string template, object[] parameters, string expected... | mit | C# |
feab1b49d436f63e274e73f09989e880e89c0abe | Rewrite ForgotPassword form markup | peterblazejewicz/aspnet-5-bootstrap-4,peterblazejewicz/aspnet-5-bootstrap-4 | WebApplication/Views/Account/ForgotPassword.cshtml | WebApplication/Views/Account/ForgotPassword.cshtml | @model ForgotPasswordViewModel
@{
ViewData["Title"] = "Forgot your password?";
}
<h2>@ViewData["Title"].</h2>
<p>For more information on how to enable reset password please see this <a href="http://go.microsoft.com/fwlink/?LinkID=532713">article</a>.</p>
@*
<form asp-controller="Account" asp-action="Forgot... | @model ForgotPasswordViewModel
@{
ViewData["Title"] = "Forgot your password?";
}
<h2>@ViewData["Title"].</h2>
<p>
For more information on how to enable reset password please see this <a href="http://go.microsoft.com/fwlink/?LinkID=532713">article</a>.
</p>
@*<form asp-controller="Account" asp-action... | mit | C# |
9cff8e7d8ac0842858bef244a75e8f1fa6d81b62 | Fix straight validator bug | nelsonwellswku/Yahtzee,nelsonwellswku/Yahtzee,nelsonwellswku/Yahtzee | Yahtzee/Framework/DiceCombinationValidators/StraightValidator.cs | Yahtzee/Framework/DiceCombinationValidators/StraightValidator.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yahtzee.Framework.DiceCombinationValidators
{
public class StraightValidator : IStraightValidator
{
public bool IsValid(int lengthOfStraight, IEnumerable<IDie> dice)
{
List<int> order... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yahtzee.Framework.DiceCombinationValidators
{
public class StraightValidator : IStraightValidator
{
public bool IsValid(int lengthOfStraight, IEnumerable<IDie> diceValues)
{
IEnumerab... | mit | C# |
3c67546b9cd0dc736b5b63a465cc5e3df94d8e84 | Update SimpleJsonBondSerializer.cs | tiksn/TIKSN-Framework | TIKSN.Core/Serialization/Bond/SimpleJsonBondSerializer.cs | TIKSN.Core/Serialization/Bond/SimpleJsonBondSerializer.cs | using Bond.Protocols;
using System.IO;
namespace TIKSN.Serialization.Bond
{
public class SimpleJsonBondSerializer : SerializerBase<string>
{
protected override string SerializeInternal(object obj)
{
using (var output = new StringWriter())
{
var writer = ... | using Bond.Protocols;
using System.IO;
using TIKSN.Analytics.Telemetry;
namespace TIKSN.Serialization.Bond
{
public class SimpleJsonBondSerializer : SerializerBase<string>
{
public SimpleJsonBondSerializer(IExceptionTelemeter exceptionTelemeter) : base(exceptionTelemeter)
{
}
... | mit | C# |
9d8e710595f25dd6438ae44d4bdbf5c08cc54483 | Remove validation of removed menu item | larsbrubaker/MatterControl,unlimitedbacon/MatterControl,mmoening/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,mmoening/MatterControl,jlewin/MatterControl,jlewin/MatterControl,mmoening/MatterControl,larsbrubaker/Matte... | Tests/MatterControl.AutomationTests/MatterControlTests.cs | Tests/MatterControl.AutomationTests/MatterControlTests.cs | /*
Copyright (c) 2017, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... | /*
Copyright (c) 2017, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... | bsd-2-clause | C# |
fae1543d24e7c4c1e76bf744157d018fee57ec1c | Update Hello_Neyo | neyogiry/Examples_Csharp | Hello_Neyo.cs | Hello_Neyo.cs | public class Hello_Neyo{
static void Main(string[] args){
System.Console.WriteLine("Hola Neyo!");
System.Console.ReadLine();
}
} | public class Hello_Neyo{
static void Main(){
System.Console.WriteLine("Hola Neyo!");
System.Console.ReadLine();
}
} | mpl-2.0 | C# |
ff125f4c71a4f6ee0d8cd746469b3fbb9530bc6d | Reduce noise in json output and handle the case the file doesn't exist | smoogipoo/osu,ZLima12/osu,UselessToucan/osu,smoogipooo/osu,2yangk23/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ZLima12/osu,peppy/osu-new,2yangk23/osu,NeoAdonis/osu,peppy/osu,peppy/osu,johnneijzen/osu,johnneijzen/osu,EVAST9919/osu,UselessToucan/osu,ppy/osu,EVAST9919/osu,UselessToucan/osu... | osu.Game.Tournament.Tests/TestCaseLadderManager.cs | osu.Game.Tournament.Tests/TestCaseLadderManager.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Game.Tests.Visual;
using osu.Game.Tournament.Componen... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Game.Tests.Visual;
using osu.Game.Tournament.Componen... | mit | C# |
b4577dcb45603aba46bc037154a039cca2835ce3 | Add restrictions when creating the movie collection | Brevering/Databases_2017_Teamwork | MoviesSystem/WpfMovieSystem/Views/InsertWindowView.xaml.cs | MoviesSystem/WpfMovieSystem/Views/InsertWindowView.xaml.cs | using MoviesSystem.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace WpfMovieSystem.Views
{
/// <summary>
/// Interaction logic for InsertWindowView.xaml
/// </summary>
public partial class Insert... | using MoviesSystem.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace WpfMovieSystem.Views
{
/// <summary>
/// Interaction logic for InsertWindowView.xaml
/// </summary>
public partial class Insert... | mit | C# |
46a20a12b243fc98c3d960848f48a0da62a54d62 | Add documentation for show ids. | henrikfroehling/TraktApiSharp | Source/Lib/TraktApiSharp/Objects/Get/Shows/TraktShowIds.cs | Source/Lib/TraktApiSharp/Objects/Get/Shows/TraktShowIds.cs | namespace TraktApiSharp.Objects.Get.Shows
{
using Basic;
/// <summary>A collection of ids for various web services, including the Trakt id, for a Trakt show.</summary>
public class TraktShowIds : TraktIds
{
}
}
| namespace TraktApiSharp.Objects.Get.Shows
{
using Basic;
public class TraktShowIds : TraktIds
{
}
}
| mit | C# |
944e7f39a3be0f78176d15675ed0fe879d7e0a3a | Fix name | loekd/ServiceFabric.PubSubActors | ServiceFabric.PubSubActors.Tests/GivenServiceReference.cs | ServiceFabric.PubSubActors.Tests/GivenServiceReference.cs | using Microsoft.ServiceFabric.Actors;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ServiceFabric.PubSubActors.Interfaces;
using ServiceFabric.PubSubActors.State;
namespace ServiceFabric.PubSubActors.Tests
{
[TestClass]
public class GivenServiceReference
{
[TestMethod]
public v... | using Microsoft.ServiceFabric.Actors;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ServiceFabric.PubSubActors.Interfaces;
using ServiceFabric.PubSubActors.State;
namespace ServiceFabric.PubSubActors.Tests
{
[TestClass]
public class GivenServiceReference
{
[TestMethod]
public v... | mit | C# |
2afa3d15bcfc6275c59aca7e8395b091bc77b2c5 | Mark a property getter as readonly. | mysql-net/MySqlConnector,mysql-net/MySqlConnector | src/MySqlConnector/MySql.Data.Types/MySqlDateTime.cs | src/MySqlConnector/MySql.Data.Types/MySqlDateTime.cs | using System;
namespace MySql.Data.Types
{
public struct MySqlDateTime : IComparable
{
public MySqlDateTime(int year, int month, int day, int hour, int minute, int second, int microsecond)
{
Year = year;
Month = month;
Day = day;
Hour = hour;
Minute = minute;
Second = second;
Microsecond = m... | using System;
namespace MySql.Data.Types
{
public struct MySqlDateTime : IComparable
{
public MySqlDateTime(int year, int month, int day, int hour, int minute, int second, int microsecond)
{
Year = year;
Month = month;
Day = day;
Hour = hour;
Minute = minute;
Second = second;
Microsecond = m... | mit | C# |
11e2394465c6fce6c9ce57da4a180cbc3b9ef0a2 | Extend the test. | SergeyTeplyakov/ObjectLayoutInspector,SergeyTeplyakov/ObjectLayoutInspector | src/ObjectLayoutInspector.Tests/ExcessivePaddings.cs | src/ObjectLayoutInspector.Tests/ExcessivePaddings.cs | using System.Runtime.InteropServices;
using NUnit.Framework;
namespace ObjectLayoutInspector.Tests
{
// Uncomment the following line to see the difference.
//#define UseAlias
#if UseAlias
using ByteWrapper = System.Byte;
#else
#endif
[TestFixture]
public class ExcessivePaddings
{
in... | using System.Runtime.InteropServices;
using NUnit.Framework;
namespace ObjectLayoutInspector.Tests
{
// Uncomment the following line to see the difference.
//#define UseAlias
#if UseAlias
using ByteWrapper = System.Byte;
#else
internal struct ByteWrapper
{
public byte b;
}
#endif
[Te... | mit | C# |
45ea8513a249b34a8ef54e1c6434c6806c6849ba | Update WorkContextImplementation.cs | jtkech/Orchard,Praggie/Orchard,gcsuk/Orchard,gcsuk/Orchard,vairam-svs/Orchard,jchenga/Orchard,gcsuk/Orchard,phillipsj/Orchard,hannan-azam/Orchard,ehe888/Orchard,yersans/Orchard,rtpHarry/Orchard,Fogolan/OrchardForWork,Codinlab/Orchard,armanforghani/Orchard,brownjordaninternational/OrchardCMS,LaserSrl/Orchard,jagraz/Orch... | src/Orchard/Environment/WorkContextImplementation.cs | src/Orchard/Environment/WorkContextImplementation.cs | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using Autofac;
namespace Orchard.Environment {
class WorkContextImplementation : WorkContext {
readonly IComponentContext _componentContext;
readonly ConcurrentDictionary<string, Func<object>> _... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using Autofac;
namespace Orchard.Environment {
class WorkContextImplementation : WorkContext {
readonly IComponentContext _componentContext;
readonly ConcurrentDictionary<string, Func<object>> _... | bsd-3-clause | C# |
afe285c680fd95a2bf221f3ca6d813a5d368b7fe | Improve benchmark display. | SolalPirelli/ThriftSharp,SolalPirelli/ThriftSharp | ThriftSharp.Benchmarking/Program.cs | ThriftSharp.Benchmarking/Program.cs | // Copyright (c) 2014-15 Solal Pirelli
// This code is licensed under the MIT License (see Licence.txt for details).
using System;
using System.Linq;
using System.Reflection;
namespace ThriftSharp.Benchmarking
{
public sealed class Program
{
public static void Main( string[] args )
... | // Copyright (c) 2014-15 Solal Pirelli
// This code is licensed under the MIT License (see Licence.txt for details).
using System;
using System.Linq;
using System.Reflection;
namespace ThriftSharp.Benchmarking
{
public sealed class Program
{
public static void Main( string[] args )
... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.