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
5d6d1693dc10b63e7423bb7e35d50822227646b9
Bump version to 16.0.5.38377
HearthSim/HearthDb
HearthDb/Properties/AssemblyInfo.cs
HearthDb/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("Hea...
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("Hea...
mit
C#
7fd3daa790945204ff62ce4233875da99c04e175
disable chart smoothing
AlonAmsalem/NLoad
src/NLoad.App/Features/RunLoadTest/LoadTestChart.cs
src/NLoad.App/Features/RunLoadTest/LoadTestChart.cs
using OxyPlot; using OxyPlot.Series; using System.Collections.Generic; namespace NLoad.App.Features.RunLoadTest { public class LoadTestChart : PlotModel { public LoadTestChart(List<Heartbeat> heartbeats) { Background = OxyColors.Transparent; PlotAreaBorderThickness = ne...
using OxyPlot; using OxyPlot.Series; using System.Collections.Generic; namespace NLoad.App.Features.RunLoadTest { public class LoadTestChart : PlotModel { public LoadTestChart(List<Heartbeat> heartbeats) { Background = OxyColors.Transparent; PlotAreaBorderThickness = ne...
apache-2.0
C#
7bc24be6ef2ef6b79682f0085a3ad56d34da1af8
Clarify that TimerTrigger TimeSpan can't be used on Consumption plan (#231)
Azure/azure-webjobs-sdk-extensions
src/WebJobs.Extensions/Extensions/Timers/TimerTriggerAttribute.cs
src/WebJobs.Extensions/Extensions/Timers/TimerTriggerAttribute.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.Azure.WebJobs.Description; using Microsoft.Azure.WebJobs.Extensions.Timers; namespace Microsoft.Azure.WebJobs { /// <summary> //...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.Azure.WebJobs.Description; using Microsoft.Azure.WebJobs.Extensions.Timers; namespace Microsoft.Azure.WebJobs { /// <summary> //...
mit
C#
47b7b09a67aff40d7b6081f952badce2409f088c
Fix ParseUpdate name
mbdavid/LiteDB
LiteDB/Client/SqlParser/SqlParser.cs
LiteDB/Client/SqlParser/SqlParser.cs
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using LiteDB.Engine; using static LiteDB.Constants; namespace LiteDB { /// <summary> /// Internal class to parse and execute sql-like commands /// </summary> internal partial class SqlParser { pr...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using LiteDB.Engine; using static LiteDB.Constants; namespace LiteDB { /// <summary> /// Internal class to parse and execute sql-like commands /// </summary> internal partial class SqlParser { pr...
mit
C#
330d6d3da418c324111c074fd17288d9814c7892
Support enum types for #37.
pleonex/NitroDebugger,pleonex/NitroDebugger,pleonex/NitroDebugger
NitroDebugger/StructPanel.cs
NitroDebugger/StructPanel.cs
// // StructPanel.cs // // Author: // Benito Palacios Sánchez <benito356@gmail.com> // // Copyright (c) 2015 Benito Palacios Sánchez // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Founda...
// // StructPanel.cs // // Author: // Benito Palacios Sánchez <benito356@gmail.com> // // Copyright (c) 2015 Benito Palacios Sánchez // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Founda...
mit
C#
898c9e5951485841373f5e42759fba8a7037ee7a
fix missing reference
zmira/abremir.AllMyBricks
abremir.AllMyBricks.iOS/AppDelegate.cs
abremir.AllMyBricks.iOS/AppDelegate.cs
using abremir.AllMyBricks.Core; using Foundation; using UIKit; namespace abremir.AllMyBricks.iOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding) to // application events f...
using Foundation; using UIKit; namespace abremir.AllMyBricks.iOS { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding) to // application events from iOS. [Register("AppDeleg...
mit
C#
2e71d71ece8c60b2ab502a2ded3e051e9e99c289
Use OWL CDN for google analytics
manishramanan15/denann,manishramanan15/denann,manishramanan15/denann
Views/Partials/Google.cshtml
Views/Partials/Google.cshtml
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window, document, 'script', '//cdn.owlcdn.com/google/analytics/a...
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analy...
mit
C#
9eedd9eb6c644de978fdf42dcd5dc28cd09503ab
Fix benchmarks not running due to unoptimised nunit
smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework
osu.Framework.Benchmarks/Program.cs
osu.Framework.Benchmarks/Program.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 BenchmarkDotNet.Configs; using BenchmarkDotNet.Running; namespace osu.Framework.Benchmarks { public static class Program { public static void Main(...
// 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 BenchmarkDotNet.Running; namespace osu.Framework.Benchmarks { public static class Program { public static void Main(string[] args) { ...
mit
C#
20fac77b3333180ddad412fb2f14907d9154bc73
Add cancel/handle for value changed eventargs
Thraka/SadConsole
SadConsole/ValueChangedEventArgs.cs
SadConsole/ValueChangedEventArgs.cs
using System; using System.Collections.Generic; using System.Text; namespace SadConsole { /// <summary> /// The old value and the value it changed to. /// </summary> public class ValueChangedEventArgs<T> : EventArgs { /// <summary> /// The previous object. /// </summary> ...
using System; using System.Collections.Generic; using System.Text; namespace SadConsole { /// <summary> /// The old value and the value it changed to. /// </summary> public class ValueChangedEventArgs<T> : EventArgs { /// <summary> /// The previous object. /// </summary> ...
mit
C#
391b5aee92b9f6bd3a144ab860362fc8ac0d805d
fix Philosopher's stone not exiting play on use
StefanoFiumara/Harry-Potter-Unity
Assets/Scripts/HarryPotterUnity/Cards/Transfiguration/Items/PhilosophersStone.cs
Assets/Scripts/HarryPotterUnity/Cards/Transfiguration/Items/PhilosophersStone.cs
using System.Collections.Generic; using System.Linq; using HarryPotterUnity.Enums; namespace HarryPotterUnity.Cards.Transfiguration.Items { public class PhilosophersStone : BaseItem { public override bool CanPerformInPlayAction() { return Player.CanUseActions(2) && Player.IsLocalPl...
using System.Collections.Generic; using System.Linq; using HarryPotterUnity.Enums; namespace HarryPotterUnity.Cards.Transfiguration.Items { public class PhilosophersStone : BaseItem { public override bool CanPerformInPlayAction() { return Player.CanUseActions(2) && Player.IsLocalPl...
mit
C#
8581913af7e39921febc9d003cb9566edecde163
Add testLoopPoint option to LoopingMusic
Barleytree/NitoriWare,NitorInc/NitoriWare,NitorInc/NitoriWare,Barleytree/NitoriWare
Assets/Scripts/Audio/LoopingMusic.cs
Assets/Scripts/Audio/LoopingMusic.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LoopingMusic : MonoBehaviour { #pragma warning disable 0649 //Serialized Fields [SerializeField] private float loopStartTime, loopEndTime; [SerializeField] private bool testLoopPoint; #pragma warning restore 0...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LoopingMusic : MonoBehaviour { #pragma warning disable 0649 //Serialized Fields [SerializeField] private float loopStartTime, loopEndTime; #pragma warning restore 0649 private AudioSource _audioSource; void Awa...
mit
C#
60ef944eb125faab0edb7825fe3e82423c3f726a
Remove cruft.
bigfont/webapi-cors
CORS/Controllers/ValuesController.cs
CORS/Controllers/ValuesController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace CORS.Controllers { public class ValuesController : ApiController { // GET api/values public IEnumerable<string> Get() { ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace CORS.Controllers { public class ValuesController : ApiController { // GET api/values public IEnumerable<string> Get() { ...
mit
C#
98bcefd7c796f50082204f0bb8e61cd550e3b914
Remove old testing code in instance controller
Kentico/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,ChristopherJennings/KInspector
KenticoInspector.WebApplication/Controllers/InstancesController.cs
KenticoInspector.WebApplication/Controllers/InstancesController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using KenticoInspector.Core.Models; using KenticoInspector.Core.Services; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json.Linq; namespace KenticoInspector.WebApplication.Controllers ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using KenticoInspector.Core.Models; using KenticoInspector.Core.Services; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json.Linq; namespace KenticoInspector.WebApplication.Controllers ...
mit
C#
34845a81ba714973704fa513ca4c898c9e5c97d4
Resolve #104 - Alter tests to make debugging a little easier
csf-dev/CSF.Screenplay,csf-dev/CSF.Screenplay,csf-dev/CSF.Screenplay
Tests/CSF.Screenplay.Reporting.Html.Tests/HtmlReportWriterTests.cs
Tests/CSF.Screenplay.Reporting.Html.Tests/HtmlReportWriterTests.cs
using NUnit.Framework; using CSF.Screenplay.Reporting.Models; using CSF.Screenplay.Reporting.Html.Tests.Autofixture; using System.Text; using System.IO; namespace CSF.Screenplay.Reporting.Html.Tests { [TestFixture] public class HtmlReportWriterTests { [Test,AutoMoqData] public void Write_can_create_a_do...
using NUnit.Framework; using CSF.Screenplay.Reporting.Models; using CSF.Screenplay.Reporting.Html.Tests.Autofixture; using System.Text; using System.IO; namespace CSF.Screenplay.Reporting.Html.Tests { [TestFixture] public class HtmlReportWriterTests { [Test,AutoMoqData] public void Write_can_create_a_do...
mit
C#
b078f856b9f6c77dd0233f8d7d51bd02b5d7f6da
Remove the usage of Parallel to run the populators
abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,abjerner/Umbraco-CMS,leekelleher/Umbraco-CMS,madsoulswe/Umbraco-CMS,marcemarc/Umbraco-CMS,mattbrailsford/Umbraco-CMS,leekelleher/Umbraco-CMS,KevinJump/Umbraco-CMS,madsoulswe/Umbraco-CMS,marcemarc/Umbraco...
src/Umbraco.Examine/IndexRebuilder.cs
src/Umbraco.Examine/IndexRebuilder.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Examine; namespace Umbraco.Examine { /// <summary> /// Utility to rebuild all indexes ensuring minimal data queries /// </summary> public class IndexRebuilder { private readonly IEnum...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Examine; namespace Umbraco.Examine { /// <summary> /// Utility to rebuild all indexes ensuring minimal data queries /// </summary> public class IndexRebuilder { private readonly IEnum...
mit
C#
5668149607cc17977d16c7af4dbb3582be7297a3
Add VS2017 and VS2019 as known versions
kzu/xunit.vsix
src/Xunit.Vsix/VisualStudioVersion.cs
src/Xunit.Vsix/VisualStudioVersion.cs
 namespace Xunit { /// <summary> /// Suggested values for the Visual Studio Version to run tests against. /// </summary> public static class VisualStudioVersion { /// <summary> /// Specifies that the test should be run against all installed /// Visual Studio versions that h...
 namespace Xunit { /// <summary> /// Suggested values for the Visual Studio Version to run tests against. /// </summary> public static class VisualStudioVersion { /// <summary> /// Specifies that the test should be run against all installed /// Visual Studio versions that h...
mit
C#
6e619e83f3f7cd886c56441489a82d8dcf45e1b4
Rewrite message serialization to fix PlaySound missing flag
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Server/LocalGuiMessages/AntagBannerMessage.cs
UnityProject/Assets/Scripts/Messages/Server/LocalGuiMessages/AntagBannerMessage.cs
using Antagonists; using Audio.Managers; using Mirror; using UnityEngine; namespace Messages.Server.LocalGuiMessages { public class AntagBannerMessage: ServerMessage { public string AntagName; public string AntagSound; public Color TextColor; public Color BackgroundColor; private bool PlaySound; public...
using Antagonists; using UnityEngine; namespace Messages.Server.LocalGuiMessages { public class AntagBannerMessage: ServerMessage { public string AntagName; public string AntagSound; public Color TextColor; public Color BackgroundColor; private bool playSound; public static AntagBannerMessage Send( ...
agpl-3.0
C#
1c0a0aa2896ceed1420faa9e32bc94ace4f2f39f
Update ExchangeRatesContext.cs
tiksn/TIKSN-Framework
TIKSN.Core/Finance/ForeignExchange/Data/EntityFrameworkCore/ExchangeRatesContext.cs
TIKSN.Core/Finance/ForeignExchange/Data/EntityFrameworkCore/ExchangeRatesContext.cs
using Microsoft.EntityFrameworkCore; namespace TIKSN.Finance.ForeignExchange.Data.EntityFrameworkCore { public class ExchangeRatesContext : DbContext { public virtual DbSet<ExchangeRateEntity> ExchangeRates { get; set; } public virtual DbSet<ForeignExchangeEntity> ForeignExchanges { get; set; ...
using Microsoft.EntityFrameworkCore; namespace TIKSN.Finance.ForeignExchange.Data.EntityFrameworkCore { public class ExchangeRatesContext : DbContext { public virtual DbSet<ExchangeRateEntity> ExchangeRates { get; set; } public virtual DbSet<ForeignExchangeEntity> ForeignExchanges { get; set; ...
mit
C#
76a405ceadb31a376e131d7bb96c60561ef6ef09
Remove authorization from homecontroller.
aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/HomeController.cs
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/HomeController.cs
using AbpCompanyName.AbpProjectName.Controllers; using Microsoft.AspNetCore.Mvc; namespace AbpCompanyName.AbpProjectName.Web.Controllers { public class HomeController : AbpProjectNameControllerBase { public ActionResult Index() { return View(); } } }
using Abp.AspNetCore.Mvc.Authorization; using AbpCompanyName.AbpProjectName.Controllers; using Microsoft.AspNetCore.Mvc; namespace AbpCompanyName.AbpProjectName.Web.Controllers { [AbpMvcAuthorize] public class HomeController : AbpProjectNameControllerBase { public ActionResult Index() { ...
mit
C#
e22efd34c7d8ddb6a6e87f29a00c29d4cdba939b
Make the splatter brush respect the user's brush width.
PintaProject/Pinta,jakeclawson/Pinta,PintaProject/Pinta,Fenex/Pinta,Mailaender/Pinta,Fenex/Pinta,jakeclawson/Pinta,PintaProject/Pinta,Mailaender/Pinta
Pinta.Tools/Brushes/SplatterBrush.cs
Pinta.Tools/Brushes/SplatterBrush.cs
// // SplatterBrush.cs // // Author: // Jonathan Pobst <monkey@jpobst.com> // // Copyright (c) 2010 Jonathan Pobst // // 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 restri...
// // SplatterBrush.cs // // Author: // Jonathan Pobst <monkey@jpobst.com> // // Copyright (c) 2010 Jonathan Pobst // // 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 restri...
mit
C#
703a95290aaad110e0ebf7318ab0c62b5938ea5d
Remove Contact Page from Menu Seed
tommcclean/PortalCMS,tommcclean/PortalCMS,tommcclean/PortalCMS
Portal.CMS.Entities/Seed/MenuSeed.cs
Portal.CMS.Entities/Seed/MenuSeed.cs
using Portal.CMS.Entities.Entities; using System.Collections.Generic; using System.Linq; namespace Portal.CMS.Entities.Seed { public static class MenuSeed { public static void Seed(PortalEntityModel context) { if (!context.Menus.Any(x => x.MenuName == "Main Menu")) { ...
using Portal.CMS.Entities.Entities; using System.Collections.Generic; using System.Linq; namespace Portal.CMS.Entities.Seed { public static class MenuSeed { public static void Seed(PortalEntityModel context) { if (!context.Menus.Any(x => x.MenuName == "Main Menu")) { ...
mit
C#
550c65d71ff6703e7e460609e30decf762088d53
Clean up formatting program.cs
fluttert/AdventOfCode
AdventOfCode/Program.cs
AdventOfCode/Program.cs
using System; using System.Diagnostics; namespace AdventOfCode { internal class AdventOfCode { private static void Main() { var aoc = new AdventOfCode(); // Change this to the day you want to run aoc.Solve(new Year2015.Day22()); //aoc.Solve(new ...
using System; using System.Diagnostics; namespace AdventOfCode { internal class AdventOfCode { private static void Main() { var aoc = new AdventOfCode(); // Change this to the day you want to run aoc.Solve(new Year2015.Day21()); //aoc.Solve(new...
mit
C#
105287812770cde59f7e7a33d4bf423037483fa3
Fix Hp bug
bunashibu/kikan
Assets/Scripts/Hp/Hp.cs
Assets/Scripts/Hp/Hp.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Bunashibu.Kikan { public class Hp : IListener { public Hp(params IListener[] listeners) { Notifier = new Notifier(listeners); } public void OnNotify(Notification notification, object[] args) { switch (n...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Bunashibu.Kikan { public class Hp : IListener { public Hp(params IListener[] listeners) { Notifier = new Notifier(listeners); } public void OnNotify(Notification notification, object[] args) { switch (n...
mit
C#
a31dc614288c00a4ed9d744380e39dc7dfa88b40
Update Index.cshtml
ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab
Anlab.Mvc/Views/Home/Index.cshtml
Anlab.Mvc/Views/Home/Index.cshtml
@{ ViewData["Title"] = "Home Page"; } <div class="col-8"> <div class="alert alert-info"> <button type="button" class="close" data-dismiss="alert">×</button> Update posted: June 10, 2020<br /><br /> We are open and receiving samples as usual.<br /><br /> Thank you for your patience ...
@{ ViewData["Title"] = "Home Page"; } <div class="col-8"> <div class="alert alert-info"> <button type="button" class="close" data-dismiss="alert">×</button> Update posted: June 10, 2020<br /><br /> We are open and receiving samples as usual.<br /><br /> Thank you for your patience ...
mit
C#
330e241d569245e399783f2b80d524dd2b8663eb
Fix TitlePart XmlRpc update issue (#3051)
xkproject/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,petedavis/Orchard2,xkproject/Orc...
src/OrchardCore.Modules/OrchardCore.Title/RemotePublishing/TitleMetaWeblogDriver.cs
src/OrchardCore.Modules/OrchardCore.Title/RemotePublishing/TitleMetaWeblogDriver.cs
using System.Text.Encodings.Web; using OrchardCore.ContentManagement; using OrchardCore.XmlRpc; using OrchardCore.XmlRpc.Models; using OrchardCore.MetaWeblog; using OrchardCore.Title.Model; namespace OrchardCore.Title.RemotePublishing { public class TitleMetaWeblogDriver : MetaWeblogDriver { private re...
using System.Text.Encodings.Web; using OrchardCore.ContentManagement; using OrchardCore.XmlRpc; using OrchardCore.XmlRpc.Models; using OrchardCore.MetaWeblog; using OrchardCore.Title.Model; namespace OrchardCore.Title.RemotePublishing { public class TitleMetaWeblogDriver : MetaWeblogDriver { private re...
bsd-3-clause
C#
232cad37f37b797731d7a527647cfdfcf5e1d7d1
Update HomeController.cs
NETponents/code.me,NETponents/code.me,NETponents/code.me
code-me/Controllers/HomeController.cs
code-me/Controllers/HomeController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace code_me.Controllers { public class HomeController : Controller { public ActionResult Index() { ViewBag.Message = "Modify this template to jump-start your ASP.NET MVC...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace code_me.Controllers { public class HomeController : Controller { public ActionResult Index() { ViewBag.Message = "Modify this template to jump-start your ASP.NET MVC...
mit
C#
2852337b04c0160a6b52e5376acdf73e09af4fd8
Remove unused using
peppy/osu,johnneijzen/osu,DrabWeb/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,EVAST9919/osu,EVAST9919/osu,DrabWeb/osu,peppy/osu,ZLima12/osu,Nabile-Rahmani/osu,UselessToucan/osu,ppy/osu,2yangk23/osu,johnneijzen/osu,ZLima12/osu,2yangk23/osu,naoey/osu,naoey/osu,Frontear/osuKyzer,ppy/osu,DrabWeb/osu,naoey/osu,peppy/...
osu.Game/Screens/Edit/Screens/EditorScreen.cs
osu.Game/Screens/Edit/Screens/EditorScreen.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; namespace osu.Game.Screens.Ed...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; namespace osu....
mit
C#
aa90684a4bcc49ba08fd427708aa82d92f059611
Fix method argument
hiscodeness/Flower
Flower/Workers/IWorkerResolver.cs
Flower/Workers/IWorkerResolver.cs
using System; namespace Flower.Workers { public interface IWorkerResolver { void Release(IWorker worker); IWorker Resolve(); } public interface IWorkerResolver<TInput> { void Release(IWorker<TInput> worker); IWorker<TInput> Resolve(TInput input); } pub...
namespace Flower.Workers { public interface IWorkerResolver { void Release(IWorker worker); IWorker Resolve(); } public interface IWorkerResolver<TInput> { void Release(IWorker<TInput> input); IWorker<TInput> Resolve(TInput input); } public interface IWorke...
mit
C#
f7f6ab83a6d132c0d81e0d2818dc1f8d3ca1f609
Test if ExportCodeFixProviderAttribute is applied correctly - adjusted/corrected
DotNetAnalyzers/StyleCopAnalyzers
StyleCop.Analyzers/StyleCop.Analyzers.Test/ExportCodeFixProviderAttributeNameTest.cs
StyleCop.Analyzers/StyleCop.Analyzers.Test/ExportCodeFixProviderAttributeNameTest.cs
namespace StyleCop.Analyzers.Test { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using StyleCop.Analyzers.ReadabilityRules; using Xunit; public class ExportCodeFixPr...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.MSBuild; using Microsoft.VisualStudio.TestTools.UnitTesting; using Style...
mit
C#
3a4093a42597e6549a1ad5e2bef3d584cce2f875
fix command line string
mmanela/chutzpah,bobrin/chutzpah,NikitaEgorov/chutzpah,andersnygaard/chutzpah,johnm25/chutzpah,NikitaEgorov/chutzpah,stogle/chutzpah,bobrin/chutzpah,stogle/chutzpah,NikitaEgorov/chutzpah,mmanela/chutzpah,jamestelfer/chutzpah,mmanela/chutzpah,andersnygaard/chutzpah,stogle/chutzpah,jamestelfer/chutzpah,stogle/chutzpah,jo...
Chutzpah/Transformers/CoverageHtmlTransformer.cs
Chutzpah/Transformers/CoverageHtmlTransformer.cs
using Chutzpah.Models; using Chutzpah.Wrappers; using System; using System.Text; using Chutzpah.Coverage; namespace Chutzpah.Transformers { public class CoverageHtmlTransformer : SummaryTransformer { public override string Name { get { return Constants.DefaultCoverageHt...
using Chutzpah.Models; using Chutzpah.Wrappers; using System; using System.Text; using Chutzpah.Coverage; namespace Chutzpah.Transformers { public class CoverageHtmlTransformer : SummaryTransformer { public override string Name { get { return Constants.DefaultCoverageHt...
apache-2.0
C#
b08ce4d92678b02f553cedbdf1e92ee508f5ada0
Remove property
grantcolley/dipstate
DevelopmentInProgress.DipState/StateException.cs
DevelopmentInProgress.DipState/StateException.cs
using System; using System.Collections.Generic; using System.Linq; namespace DevelopmentInProgress.DipState { /// <summary> /// A class representing a <see cref="State"/> exception. /// </summary> public class StateException : Exception { /// <summary> /// Intilialises a new instan...
using System; using System.Collections.Generic; using System.Linq; namespace DevelopmentInProgress.DipState { /// <summary> /// A class representing a <see cref="State"/> exception. /// </summary> public class StateException : Exception { /// <summary> /// Intilialises a new instan...
apache-2.0
C#
2622a560a6bb5aa33fcb5d8b632981ff88bc225c
Implement the simplest possible 'Hello World' DAE
SAP/lumira-extension-da-windowseventlog
EventLogDataSource/EventLogDataSource/Program.cs
EventLogDataSource/EventLogDataSource/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace EventLogDataSource { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] stat...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace EventLogDataSource { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] stat...
apache-2.0
C#
2266994b6905334f375f80d8d3cc4e55230403bc
make assembly description a single line
ddobric/durabletask,affandar/durabletask,Azure/durabletask
Framework/Properties/AssemblyInfo.cs
Framework/Properties/AssemblyInfo.cs
// ---------------------------------------------------------------------------------- // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www....
// ---------------------------------------------------------------------------------- // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www....
apache-2.0
C#
a30d9a489ea1cba623dd5e778dd1a526f80b0901
update version
0xFireball/FireCryptEx
FireCrypt/FireCryptEx/Properties/AssemblyInfo.cs
FireCrypt/FireCryptEx/Properties/AssemblyInfo.cs
#region Using directives using System; using System.Reflection; using System.Runtime.InteropServices; #endregion // 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: Assembl...
#region Using directives using System; using System.Reflection; using System.Runtime.InteropServices; #endregion // 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: Assembl...
agpl-3.0
C#
8de8d12860f690cee3d4198532208068758eef3c
Make DccExtension mine.
tiesmaster/DCC,tiesmaster/DCC
Dcc/DccExtension.cs
Dcc/DccExtension.cs
using System; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Options; namespace Tiesmaster.Dcc { public static class DccExtension { /// <summary> /// Run DCC record and playback reverse proxy server. /// </summary> /// <param name="app"></param> public s...
using System; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Options; namespace Tiesmaster.Dcc { public static class DccExtension { /// <summary> /// Sends request to remote server as specified in options /// </summary> /// <param name="app"></param> pub...
mit
C#
87e47d6f5b6c14164c3bb95cb80c79058a2e7efa
Format document
farity/farity
Farity/FuncCurry.cs
Farity/FuncCurry.cs
using System; namespace Farity { public delegate Func<T2, TResult> FuncCurry<in T1, in T2, out TResult>(T1 arg1); public delegate FuncCurry<T2, T3, TResult> FuncCurry<in T1, in T2, in T3, out TResult>(T1 arg1); public delegate FuncCurry<T2, T3, T4, TResult> ...
using System; namespace Farity { public delegate Func<T2, TResult> FuncCurry<in T1, in T2, out TResult>(T1 arg1); public delegate FuncCurry<T2, T3, TResult> FuncCurry<in T1, in T2, in T3, out TResult>(T1 arg1); public delegate FuncCurry<T2, T3, T4, TResult> FuncCurry<in T1, in T2...
mit
C#
d7ba4baeaa2634ebd9cda8d0ec957157743e3e3b
Update Card.cs
whitneyhaddow/basic-card-shuffle
ICT711_Lab3/Card.cs
ICT711_Lab3/Card.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ICT711_Lab3 { class Card { private int suit; private int rank; //0 = Clubs, 1 = Diamonds, 2 = Hearts, 3 = Spades char[] suitChar = { '\u2663', ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ICT711_Lab3 { class Card { //WH private int suit; private int rank; //0 = Clubs, 1 = Diamonds, 2 = Hearts, 3 = Spades char[] suitChar = ...
mit
C#
0d43dea0d78abc33f39d41f2aea022f316e94d93
Clean up leftover code
JollyCompany/UnityKickstart
jollytouch/Assets/Scripts/Bouncer.cs
jollytouch/Assets/Scripts/Bouncer.cs
using UnityEngine; using System.Collections; using Jolly; public class Bouncer : MonoBehaviour { public float DespawnHeight; void Update () { if (this.transform.position.y < this.DespawnHeight) { GameObject.Destroy (this.gameObject); } } }
using UnityEngine; using System.Collections; using Jolly; public class Bouncer : MonoBehaviour { public float DespawnHeight; void Start () { } void Update () { if (this.transform.position.y < this.DespawnHeight) { GameObject.Destroy (this.gameObject); } } void FixedUpdate () { /*foreach (Gam...
mit
C#
df9f2535cdb9ddc4f5a10c24a89b75affd657a96
Fix the culture to FR
sebastieno/sebastienollivier.fr,sebastieno/sebastienollivier.fr
Blog.Web/Startup.cs
Blog.Web/Startup.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNet.Builder; using Microsoft.AspNet.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Blog.Data; using Microsoft...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNet.Builder; using Microsoft.AspNet.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Blog.Data; using Microsoft...
mit
C#
7774f542276d1ed98da012921cc8a2136d9ca49c
put html email to make link clean
lderache/LeTruck,lderache/LeTruck,lderache/LeTruck
src/mvc5/TheTruck.Web/Services/Mailer.cs
src/mvc5/TheTruck.Web/Services/Mailer.cs
using System; using System.Net.Mail; namespace TheTruck.Web.Services { public class Mailer { string _sender = ""; string _password = ""; string _server = ""; int _port = 587; public Mailer(string sender, string password, string server, int port) { _...
using System; using System.Net.Mail; namespace TheTruck.Web.Services { public class Mailer { string _sender = ""; string _password = ""; string _server = ""; int _port = 587; public Mailer(string sender, string password, string server, int port) { _...
mit
C#
2616b8bef218fd0be435a978503769996aa60ea3
Correct IsSwitchParameter() method
PowerShell/platyPS,PowerShell/platyPS,PowerShell/platyPS
src/Markdown.MAML/Model/MAML/MamlParameter.cs
src/Markdown.MAML/Model/MAML/MamlParameter.cs
using System.Collections.Generic; using Markdown.MAML.Model.Markdown; using System; namespace Markdown.MAML.Model.MAML { public class MamlParameter { public SourceExtent Extent { get; set; } public string Type { get; set; } public string Name { get; set; } public bool Requir...
using System.Collections.Generic; using Markdown.MAML.Model.Markdown; using System; namespace Markdown.MAML.Model.MAML { public class MamlParameter { public SourceExtent Extent { get; set; } public string Type { get; set; } public string Name { get; set; } public bool Requir...
mit
C#
e82b51a0c717b21286e4784c2c9c4a4523b0f4d8
Update AssemblyInfo.cs
bryceg/Owin.WebSocket
src/Owin.WebSocket/Properties/AssemblyInfo.cs
src/Owin.WebSocket/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#
4cb5fb72181572bf42fa2bd1f5b075d2ec4ac001
update to Big Bot
ryanswanstrom/topicnew2
messages/EchoDialog.csx
messages/EchoDialog.csx
using Microsoft.Bot.Builder.Dialogs; using Microsoft.Bot.Connector; using System; using System.Text; using System.Threading.Tasks; // For more information about this template visit http://aka.ms/azurebots-csharp-basic [Serializable] public class EchoDialog : IDialog<object> { protected int count = 1; public T...
using System; using System.Threading.Tasks; using Microsoft.Bot.Builder.Dialogs; using Microsoft.Bot.Connector; // For more information about this template visit http://aka.ms/azurebots-csharp-basic [Serializable] public class EchoDialog : IDialog<object> { protected int count = 1; public Task StartAsync(IDia...
mit
C#
2969c2a592439d9a2cc0e9aa20ef0bfe39c3eb5b
Revert "Revert "AI detects when player is close""
kellymoen/Opus
Scripts/Movement.cs
Scripts/Movement.cs
using UnityEngine; using System.Collections; public class Movement : MonoBehaviour { public float speed = 6.0F; private Animator animator; private Vector3 moveDirection = Vector3.zero; public float lookSpeed = 10; private Vector3 curLoc; private Vector3 prevLoc; void Start(){ animator = GetComponent<Anima...
using UnityEngine; using System.Collections; public class Movement : MonoBehaviour { public float speed = 6.0F; private Animator animator; private Vector3 moveDirection = Vector3.zero; public float lookSpeed = 10; private Vector3 curLoc; private Vector3 prevLoc; void Start(){ animator = GetComponent<Anima...
cc0-1.0
C#
1efc2fec82c654611217a340520d90d86c501802
Use consistent type identifiers
Baggykiin/pass-winmenu
pass-winmenu/src/ExternalPrograms/Git/NativeGitSyncStrategy.cs
pass-winmenu/src/ExternalPrograms/Git/NativeGitSyncStrategy.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using LibGit2Sharp; namespace PassWinmenu.ExternalPrograms { public class NativeGitSyncStrategy : IGitSyncStrategy { private readonly string gitPath; private readonly string repositoryPath; private readonly ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using LibGit2Sharp; namespace PassWinmenu.ExternalPrograms { public class NativeGitSyncStrategy : IGitSyncStrategy { private readonly string gitPath; private readonly string repositoryPath; private readonly ...
mit
C#
deb062b5291fc16ae040e86aa953d4507968c004
Bump version
Heufneutje/HeufyAudioRecorder,Heufneutje/AudioSharp
SharedAssemblyInfo.cs
SharedAssemblyInfo.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: AssemblyConfigurat...
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: AssemblyConfigurat...
mit
C#
a6512aa238c7ff896924ca7574a9ddbee0b0bc70
Remove never-run code in WriteHost.
sillvan/Pash,mrward/Pash,Jaykul/Pash,JayBazuzi/Pash,sillvan/Pash,ForNeVeR/Pash,Jaykul/Pash,mrward/Pash,JayBazuzi/Pash,WimObiwan/Pash,ForNeVeR/Pash,ForNeVeR/Pash,JayBazuzi/Pash,WimObiwan/Pash,sillvan/Pash,mrward/Pash,Jaykul/Pash,WimObiwan/Pash,Jaykul/Pash,mrward/Pash,sburnicki/Pash,sburnicki/Pash,sburnicki/Pash,JayBazuz...
Source/Pash.Microsoft.PowerShell.Commands.Utility/WriteHostCommand.cs
Source/Pash.Microsoft.PowerShell.Commands.Utility/WriteHostCommand.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Management.Automation; using Extensions.String; using System.Collections; namespace Microsoft.PowerShell.Commands.Utility { [Cmdlet("Write", "Host")] public sealed class WriteHostCommand : ConsoleColorCmdlet ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Management.Automation; using Extensions.String; namespace Microsoft.PowerShell.Commands.Utility { [Cmdlet("Write", "Host")] public sealed class WriteHostCommand : ConsoleColorCmdlet { [Parameter(Posi...
bsd-3-clause
C#
8b7fe522bad88d9ab35b34eb869422c40dabab2a
Apply .AsNoTracking() to .GetAll()
1and1-webhosting-infrastructure/Dehydrator,1and1/Dehydrator
Dehydrator.EntityFramework/DbReadRepository.cs
Dehydrator.EntityFramework/DbReadRepository.cs
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Linq.Expressions; using JetBrains.Annotations; #if NET45 using System.Threading.Tasks; #endif namespace Dehydrator.EntityFramework { /// <summary> /// Provides read-only access to a set of <see cref="IEn...
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Linq.Expressions; using JetBrains.Annotations; #if NET45 using System.Threading.Tasks; #endif namespace Dehydrator.EntityFramework { /// <summary> /// Provides read-only access to a set of <see cref="IEn...
mit
C#
913b4f77536affacb6f28077657e9a14c26d296a
fix /event
prozum/solitude
Solitude.Server/Controllers/EventController.cs
Solitude.Server/Controllers/EventController.cs
using System.Web.Http; using System.Threading.Tasks; using Microsoft.AspNet.Identity; using System.Collections.Generic; using Model; namespace Solitude.Server { [RoutePrefix("api/event")] public class EventController : SolitudeController { [Authorize] [Route("")] public async Task<IHt...
using System.Web.Http; using System.Threading.Tasks; using Microsoft.AspNet.Identity; using System.Collections.Generic; using Model; namespace Solitude.Server { [RoutePrefix("api/event")] public class EventController : SolitudeController { [Authorize] public async Task<IHttpActionResult> Get(...
mit
C#
0058892976e6569d1afda25121efb3a8267659b8
Check if appointment is a received meeting
aluxnimm/outlookcaldavsynchronizer
CalDavSynchronizer/Implementation/Events/InvitationChecker.cs
CalDavSynchronizer/Implementation/Events/InvitationChecker.cs
// This file is Part of CalDavSynchronizer (http://outlookcaldavsynchronizer.sourceforge.net/) // Copyright (c) 2015 Gerhard Zehetbauer // Copyright (c) 2015 Alexander Nimmervoll // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License a...
// This file is Part of CalDavSynchronizer (http://outlookcaldavsynchronizer.sourceforge.net/) // Copyright (c) 2015 Gerhard Zehetbauer // Copyright (c) 2015 Alexander Nimmervoll // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License a...
agpl-3.0
C#
6cd9129ae9432fc425427e0fb44e10c6ff0ede61
remove comments
existall/Shepherd
src/Core/ExistsForAll.Shepherd.SimpleInjector/ModuleContext.cs
src/Core/ExistsForAll.Shepherd.SimpleInjector/ModuleContext.cs
using System; using System.Collections.Generic; using System.Reflection; using SimpleInjector; namespace ExistsForAll.Shepherd.SimpleInjector { internal class ModuleContext : IModuleContext { public IEnumerable<Assembly> Assemblies { get; } public IEnumerable<Type> Types { get; } public Container Co...
using System; using System.Collections.Generic; using System.Reflection; using SimpleInjector; namespace ExistsForAll.Shepherd.SimpleInjector { //public abstract class Shepherd<T> //{ // private readonly T _container; // //public IServiceRegistrator ServiceRegistrator { get; set; } = new WindsorService...
mit
C#
f09f0fe944b92efce6479f26ad802942b26f1bc9
Update Pettable.cs
fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,Necromunger/unitystation,Necromunger/unitystation,fomalsd/unitystation,Necromunger/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation...
UnityProject/Assets/Scripts/Player/Pettable.cs
UnityProject/Assets/Scripts/Player/Pettable.cs
using UnityEngine; /// <summary> /// Allows an object to be pet by a player. Shameless copy of Huggable.cs /// </summary> public class Pettable : MonoBehaviour, ICheckedInteractable<PositionalHandApply> { public bool WillInteract( PositionalHandApply interaction, NetworkSide side ) { var targetNPCHealth = interac...
using UnityEngine; /// <summary> /// Allows an object to be pet by a player. Shameless copy of Huggable.cs /// </summary> public class Pettable : MonoBehaviour, ICheckedInteractable<PositionalHandApply> { public bool WillInteract( PositionalHandApply interaction, NetworkSide side ) { var targetNPCHealth = interac...
agpl-3.0
C#
411b3802512d723c892c565d89ada73b912b7e31
Update copyright notice
Ben-Barron/Utility
Utility.Logging.Mef/Properties/AssemblyInfo.cs
Utility.Logging.Mef/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Utility.Logging.Mef")] [assembly: AssemblyDescription("PRISM ILoggerFacade implementation for the logging classes in the Utility project.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: Assembl...
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Utility.Logging.Mef")] [assembly: AssemblyDescription("PRISM ILoggerFacade implementation for the logging classes in the Utility project.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: Assembl...
mit
C#
623ff513f6590fe587b55d64bb9479e1c25b9af5
Fix incorrect IsReadOnly indicator
larsbrubaker/MatterControl,jlewin/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,mmoening/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,unlimitedbacon/Mat...
Library/Providers/Zip/LocalZipContainerLink.cs
Library/Providers/Zip/LocalZipContainerLink.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#
8e1ae7f6cbc24ebdd05d30757ce57aad7c63755f
Fix a few errors with max path tests
paulvanbrenk/nodejstools,lukedgr/nodejstools,AustinHull/nodejstools,paladique/nodejstools,paladique/nodejstools,AustinHull/nodejstools,munyirik/nodejstools,kant2002/nodejstools,AustinHull/nodejstools,mjbvz/nodejstools,Microsoft/nodejstools,paladique/nodejstools,lukedgr/nodejstools,kant2002/nodejstools,munyirik/nodejsto...
Nodejs/Tests/NpmTests/MaxPathTests.cs
Nodejs/Tests/NpmTests/MaxPathTests.cs
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 License // // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing,...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 License // // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing,...
apache-2.0
C#
2173a11a4a8848d8e7048d11acdb8c7f54c926ce
Enable automatic migrations
chrisofspades/PickemApp,chrisofspades/PickemApp,chrisofspades/PickemApp
PickemApp/Migrations/Configuration.cs
PickemApp/Migrations/Configuration.cs
namespace PickemApp.Migrations { using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; internal sealed class Configuration : DbMigrationsConfiguration<PickemApp.Models.PickemDBContext> { public Configuration() { AutomaticMigr...
namespace PickemApp.Migrations { using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; internal sealed class Configuration : DbMigrationsConfiguration<PickemApp.Models.PickemDBContext> { public Configuration() { AutomaticMigr...
isc
C#
46469f4068a5789ab4df84dccc192b167d549582
add SO link about uri case sensitivity and REST
dkackman/FakeHttp
FakeHttp.UnitTests/Other/AssemblyExampleTests.cs
FakeHttp.UnitTests/Other/AssemblyExampleTests.cs
using System; using System.Threading.Tasks; using System.Net.Http; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; using FakeHttp.Resources; namespace FakeHttp.UnitTests.Other { [TestClass] public class AssemblyExampleTests { public TestContext TestContext { get; set...
using System; using System.Threading.Tasks; using System.Net.Http; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; using FakeHttp.Resources; namespace FakeHttp.UnitTests.Other { [TestClass] public class AssemblyExampleTests { public TestContext TestContext { get; set...
apache-2.0
C#
fd4d18c7b3d05e190647116685e4dce4090c3a8a
Allow LogSerializer to be disabled to facilitate usage in Unity iOS (#67)
IdentityModel/IdentityModel.OidcClient,IdentityModel/IdentityModel.OidcClient2,IdentityModel/IdentityModel.OidcClient,IdentityModel/IdentityModel.OidcClient2
src/IdentityModel.OidcClient/Infrastructure/LogSerializer.cs
src/IdentityModel.OidcClient/Infrastructure/LogSerializer.cs
using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace IdentityModel.OidcClient.Infrastructure { /// <summary> /// Helper to JSON serialize object data for logging. /// </summary> public static class LogSerializer { /// <summary> /// Allows log serialization to be disab...
using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace IdentityModel.OidcClient.Infrastructure { /// <summary> /// Helper to JSON serialize object data for logging. /// </summary> internal static class LogSerializer { static readonly JsonSerializerSettings jsonSettings = new Js...
apache-2.0
C#
ba2c562b35a6b34c75492c2663b57e91eb0e0fc4
Update MainWindow.xaml.cs
wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D
src/Core2D/UI/Avalonia/Windows/MainWindow.xaml.cs
src/Core2D/UI/Avalonia/Windows/MainWindow.xaml.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 Avalonia; using Avalonia.Markup.Xaml; using Dock.Avalonia.Controls; namespace Core2D.UI.Avalonia.Windows { /// <summary> /// Interaction logic for <...
// 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 Avalonia; using Avalonia.Markup.Xaml; using Avalonia.ThemeManager; using Dock.Avalonia.Controls; namespace Core2D.UI.Avalonia.Windows { /// <summary> ...
mit
C#
6e8bcead90f1e98532bcf0345162599caa4ef04e
Optimize StringCache.
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogger/Serialization/StringCache.cs
src/StructuredLogger/Serialization/StringCache.cs
using System.Collections.Generic; namespace Microsoft.Build.Logging.StructuredLogger { public class StringCache { private Dictionary<string, string> deduplicationMap = new Dictionary<string, string>(); public IEnumerable<string> Instances => deduplicationMap.Keys; public st...
using System.Collections.Generic; namespace Microsoft.Build.Logging.StructuredLogger { public class StringCache { private Dictionary<string, string> deduplicationMap = new Dictionary<string, string>(); public IEnumerable<string> Instances => deduplicationMap.Keys; public st...
mit
C#
49861f8ab278a9f6a782311204b3520ed364d3cc
Add test for FileSystem.Dispose(0
xoofx/zio
src/Zio.Tests/FileSystems/TestMemoryFileSystem.cs
src/Zio.Tests/FileSystems/TestMemoryFileSystem.cs
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using Xunit; using Zio.FileSystems; namespace Zio.Tests.FileSystems { public class TestMemoryFileSystem : TestFileSy...
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using Xunit; namespace Zio.Tests.FileSystems { public class TestMemoryFileSystem : TestFileSystemBase { [Fact] ...
bsd-2-clause
C#
bf0cd8eeec1a27ee91a89afec8a282bc0f777b51
Add language id back
AlexanderSher/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,karthikn...
src/Package/Impl/Packages/ProvideNewFileTemplatesAttribute.cs
src/Package/Impl/Packages/ProvideNewFileTemplatesAttribute.cs
using System; using System.Globalization; using Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Package.Registration; using Microsoft.VisualStudio.Shell; namespace Microsoft.VisualStudio.R.Package.Packages { ///<summary> /// This attribute associates a file extension to a given editor factory. ...
using System; using System.Globalization; using Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Package.Registration; using Microsoft.VisualStudio.Shell; namespace Microsoft.VisualStudio.R.Package.Packages { ///<summary> /// This attribute associates a file extension to a given editor factory. ...
mit
C#
2462622da11fa86e3effb6fcca42957011c27b4c
bump version
raml-org/raml-dotnet-parser-2,raml-org/raml-dotnet-parser-2
source/Raml.Parser/Properties/AssemblyInfo.cs
source/Raml.Parser/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("RAML.Parser")] [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("RAML.Parser")] [assembly: AssemblyDescri...
apache-2.0
C#
411a1523530d39d430f2cec53ca19dcd331e52db
Fix name violation
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Fluent/Helpers/FileDialogHelper.cs
WalletWasabi.Fluent/Helpers/FileDialogHelper.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; namespace WalletWasabi.Fluent.Helpers { public static class FileDialogHelper ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; namespace WalletWasabi.Fluent.Helpers { public static class FileDialogHelper ...
mit
C#
8099aa1ff28135b157c43c7764954dc09d07a5e4
Remove public
generik0/Smooth.IoC.Dapper.Repository.UnitOfWork,generik0/Smooth.IoC.Dapper.Repository.UnitOfWork
src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/IoC_Example_Installers/NinjectBinder.cs
src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/IoC_Example_Installers/NinjectBinder.cs
using System; using System.Data; using Ninject; using Ninject.Extensions.Factory; using Ninject.Syntax; using Smooth.IoC.Dapper.Repository.UnitOfWork.Data; namespace Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.IoC_Example_Installers { public class NinjectBinder { public void Bind(IKernel ke...
using System; using System.Data; using Ninject; using Ninject.Extensions.Factory; using Ninject.Syntax; using Smooth.IoC.Dapper.Repository.UnitOfWork.Data; namespace Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.IoC_Example_Installers { public class NinjectBinder { public void Bind(IKernel ke...
mit
C#
7f3b8ea49b09e894654da374f681fed8abae3164
test changed
BeardedManStudios/ForgeNetworkingRemastered,BeardedManStudios/ForgeNetworkingRemastered,BeardedManStudios/ForgeNetworkingRemastered
UnitTests/Source/ObjectMapperTests.cs
UnitTests/Source/ObjectMapperTests.cs
using BeardedManStudios; using BeardedManStudios.Forge.Networking; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Diagnostics; namespace UnitTests { [TestClass] public class ObjectMapperTests : BaseTest { [TestMethod] public void TestObjectMapper() { System.Diagnostics.Stopwatch watch = ...
using BeardedManStudios; using BeardedManStudios.Forge.Networking; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Diagnostics; namespace UnitTests { [TestClass] public class ObjectMapperTests : BaseTest { [TestMethod] public void TestObjectMapper() { System.Diagnostics.Stopwatch watch = ...
apache-2.0
C#
adffd695cb79fc4d0a30aa6648f41afc49486182
Add filter property to most collected movies request.
henrikfroehling/TraktApiSharp
Source/Lib/TraktApiSharp/Requests/WithoutOAuth/Movies/Common/TraktMoviesMostCollectedRequest.cs
Source/Lib/TraktApiSharp/Requests/WithoutOAuth/Movies/Common/TraktMoviesMostCollectedRequest.cs
namespace TraktApiSharp.Requests.WithoutOAuth.Movies.Common { using Base; using Base.Get; using Enums; using Objects.Basic; using Objects.Get.Movies.Common; using System.Collections.Generic; internal class TraktMoviesMostCollectedRequest : TraktGetRequest<TraktPaginationListResult<TraktMos...
namespace TraktApiSharp.Requests.WithoutOAuth.Movies.Common { using Base.Get; using Enums; using Objects.Basic; using Objects.Get.Movies.Common; using System.Collections.Generic; internal class TraktMoviesMostCollectedRequest : TraktGetRequest<TraktPaginationListResult<TraktMostCollectedMovie>...
mit
C#
f9ec7cd274d873e2088c91ddd2b9ab6378dec076
Rename to DialogPage
unlimitedbacon/MatterControl,jlewin/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,mmoening/MatterControl,larsbrubaker/MatterControl,mmoening/MatterControl,mmoening/MatterC...
SetupWizard/AndroidNetworkTroubleshootingPage.cs
SetupWizard/AndroidNetworkTroubleshootingPage.cs
/* Copyright (c) 2017, Kevin Pope, 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 th...
/* Copyright (c) 2016, Kevin Pope, 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 th...
bsd-2-clause
C#
8b684e7cad3fe36de85390d2a3b0375256272b01
work with BUILDPATH too
Chaser324/unity-build-actions
UnityBuild-ZipFile/Editor/ZipFileOperation.cs
UnityBuild-ZipFile/Editor/ZipFileOperation.cs
using Ionic.Zip; using System; using System.IO; using UnityEditor; using UnityEngine; namespace SuperSystems.UnityBuild { public class ZipFileOperation : BuildAction, IPreBuildAction, IPreBuildPerPlatformAction, IPostBuildAction, IPostBuildPerPlatformAction { public string inputPath = "$BUILDPATH"; public st...
using Ionic.Zip; using System.IO; using UnityEditor; using UnityEngine; namespace SuperSystems.UnityBuild { public class ZipFileOperation : BuildAction, IPreBuildAction, IPreBuildPerPlatformAction, IPostBuildAction, IPostBuildPerPlatformAction { public string inputPath = "$BUILDPATH"; public string outputPat...
mit
C#
a75b22e67f48c4fd42be6b7e4dfd8d2792834858
Fix errors in LogglyWriter.
dermeister0/MsmqLogProcessor
Source/LogQueueProcessor/Writers/LogglyWriter.cs
Source/LogQueueProcessor/Writers/LogglyWriter.cs
using Loggly; namespace LogQueueProcessor.Writers { internal class LogglyWriter : ILogWriter { private readonly ILogglyClient logglyClient = new LogglyClient(); public void Write(LogRow logRow) { var e = new LogglyEvent(); e.Data.Add("eventDate", logRow.Date ??...
using Loggly; namespace LogQueueProcessor.Writers { internal class LogglyWriter : ILogWriter { private readonly ILogglyClient logglyClient = new LogglyClient(); public void Write(LogRow logRow) { var e = new LogglyEvent(); e.Data.Add("eventDate", logRow.Date); ...
mit
C#
775a0681212787145e25770ec45545dade10bdaa
Increment build number
emoacht/SnowyImageCopy
Source/SnowyImageCopy/Properties/AssemblyInfo.cs
Source/SnowyImageCopy/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; 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 // ass...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; 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 // ass...
mit
C#
de0c37a48c5f95f2764100cdfbf9ddc85b1aa489
Remove accidental debug line
dasMulli/cli,johnbeisner/cli,svick/cli,harshjain2/cli,Faizan2304/cli,livarcocc/cli-1,dasMulli/cli,Faizan2304/cli,johnbeisner/cli,EdwardBlair/cli,svick/cli,harshjain2/cli,livarcocc/cli-1,johnbeisner/cli,Faizan2304/cli,livarcocc/cli-1,harshjain2/cli,dasMulli/cli,EdwardBlair/cli,ravimeda/cli,ravimeda/cli,ravimeda/cli,Edwa...
src/dotnet/commands/dotnet-restore/Program.cs
src/dotnet/commands/dotnet-restore/Program.cs
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.DotNet.Cli.CommandLine; using Microsoft.DotNet.Cli.Utils; usin...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.DotNet.Cli.CommandLine; using Microsoft.DotNet.Cli.Utils; usin...
mit
C#
b611ecc58f423ac21e8b698d6a6c762f5b7b87ea
Configure Layout
gildas/DialerNetAPIDemo,gildas/DialerNetAPIDemo,gildas/DialerNetAPIDemo
iSelectManager/Views/Shared/_Layout.cshtml
iSelectManager/Views/Shared/_Layout.cshtml
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - My ASP.NET Application</title> @Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") </head> <body> <div class="navbar navbar-i...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - My ASP.NET Application</title> @Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") </head> <body> <div class="navbar navbar-i...
apache-2.0
C#
bf0ddbd3eda5fd5996a7fe1ddcd2705502e86e51
Improve the radial gradient
mminns/xwt,akrisiun/xwt,hwthomas/xwt,lytico/xwt,sevoku/xwt,mminns/xwt,iainx/xwt,antmicro/xwt,residuum/xwt,TheBrainTech/xwt,hamekoz/xwt,cra0zy/xwt,steffenWi/xwt,mono/xwt,directhex/xwt
Xwt.WPF/Xwt.WPFBackend/GradientBackendHandler.cs
Xwt.WPF/Xwt.WPFBackend/GradientBackendHandler.cs
// // GradientBackendHandler.cs // // Author: // Eric Maupin <ermau@xamarin.com> // // Copyright (c) 2012 Xamarin, Inc. // // 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 withou...
// // GradientBackendHandler.cs // // Author: // Eric Maupin <ermau@xamarin.com> // // Copyright (c) 2012 Xamarin, Inc. // // 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 withou...
mit
C#
38b5b373556ee1c20073d8861a7b34cb2ee6da7b
Update wear command to work with the new appearance maanger.
tectronics/libopenmetaverse,tectronics/libopenmetaverse,logicmoo/libopenmetaverse,logicmoo/libopenmetaverse,tectronics/libopenmetaverse,radegastdev/libopenmetaverse,tectronics/libopenmetaverse,logicmoo/libopenmetaverse,radegastdev/libopenmetaverse,logicmoo/libopenmetaverse,logicmoo/libopenmetaverse,logicmoo/libopenmeta...
Programs/examples/TestClient/Commands/Appearance/WearCommand.cs
Programs/examples/TestClient/Commands/Appearance/WearCommand.cs
using System; using System.Collections.Generic; using OpenMetaverse; namespace OpenMetaverse.TestClient { public class WearCommand : Command { public WearCommand(TestClient testClient) { Client = testClient; Name = "wear"; Description = "Wear an outfit folder...
using System; using OpenMetaverse; namespace OpenMetaverse.TestClient { public class WearCommand : Command { public WearCommand(TestClient testClient) { Client = testClient; Name = "wear"; Description = "Wear an outfit folder from inventory. Usage: wear [outf...
bsd-3-clause
C#
22c22062d217841ac56b60b82f986bcbc44ab7b4
Mark ReflectionIgnoreAttribute as internal
ParticularLabs/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,GitTools/GitVersion,asbjornu/GitVersion,gep13/GitVersion,dazinator/GitVersion,dazinator/GitVersion,ParticularLabs/GitVersion,gep13/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion
src/GitVersionCore/Extensions/ObjectExtensions.cs
src/GitVersionCore/Extensions/ObjectExtensions.cs
using System; using System.Collections.Generic; using System.Linq; namespace GitVersion.Extensions { public static class ObjectExtensions { internal sealed class ReflectionIgnoreAttribute : Attribute { } public static void Deconstruct<TKey, TValue>( this KeyValuePai...
using System; using System.Collections.Generic; using System.Linq; namespace GitVersion.Extensions { public static class ObjectExtensions { public sealed class ReflectionIgnoreAttribute : Attribute { } public static void Deconstruct<TKey, TValue>( this KeyValuePair<...
mit
C#
77b3189141afb4e61f9c87321eb51c44d03fcf6c
Make rooms multi-select for devices (and clearable)
RightpointLabs/conference-room,jorupp/conference-room,RightpointLabs/conference-room,jorupp/conference-room,RightpointLabs/conference-room,jorupp/conference-room,jorupp/conference-room,RightpointLabs/conference-room
Web/Areas/Admin/Views/Shared/EditorTemplates/RoomsPicker.cshtml
Web/Areas/Admin/Views/Shared/EditorTemplates/RoomsPicker.cshtml
@model string[] @Html.DropDownList("[]", new SelectListItem[0], new { multiple="multiple" }) <script type="text/javascript"> $(function () { $.ajax({ url: '@Url.Action("Rooms", "Select")', method: 'post', success: function(data) { $("#@Html.IdForModel()_...
@model string[] @Html.DropDownList("[]", new SelectListItem[0]) <script type="text/javascript"> $(function () { $.ajax({ url: '@Url.Action("Rooms", "Select")', method: 'post', success: function(data) { $("#@Html.IdForModel()__") .sele...
mit
C#
5d2392c69a6d0cfb866b2150c6d112712a884f75
Update bootstrap in Genre Index View's table.
Programazing/Open-School-Library,Programazing/Open-School-Library
src/Open-School-Library/Views/Genres/Index.cshtml
src/Open-School-Library/Views/Genres/Index.cshtml
@model IEnumerable<Open_School_Library.Models.GenreViewModels.GenreIndexViewModel> @{ ViewData["Title"] = "Index"; } <h2>Index</h2> <p> <a asp-action="Create">Create New Genre</a> </p> <table class="table table-striped table-responsive"> <thead> <tr> <th> @Html.Display...
@model IEnumerable<Open_School_Library.Models.GenreViewModels.GenreIndexViewModel> @{ ViewData["Title"] = "Index"; } <h2>Index</h2> <p> <a asp-action="Create">Create New Genre</a> </p> <table class="table"> <thead> <tr> <th> @Html.DisplayNameFor(model => model.Name) ...
mit
C#
ed7c143931200b448b29cff5c60e8046c8c55d42
Use short name instead of IL generated name. Fixes Issue#670
fabiocav/azure-webjobs-sdk-script,fabiocav/azure-webjobs-sdk-script,Azure/azure-webjobs-sdk-script,Azure/azure-webjobs-sdk-script,Azure/azure-webjobs-sdk-script,fabiocav/azure-webjobs-sdk-script,Azure/azure-webjobs-sdk-script,fabiocav/azure-webjobs-sdk-script
src/WebJobs.Script/Diagnostics/FastLogger.cs
src/WebJobs.Script/Diagnostics/FastLogger.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.WebJobs.Host.Loggers; using Microsoft.Azure.WebJobs.Logging; using Microsoft....
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.WebJobs.Host.Loggers; using Microsoft.Azure.WebJobs.Logging; using Microsoft....
mit
C#
e5d142394bea03ccf911af0f2b55200baebc04f9
fix tests
DigDes/SoapCore
src/SoapCore.Tests/ServiceOperationTuner/TestServiceOperationTuner.cs
src/SoapCore.Tests/ServiceOperationTuner/TestServiceOperationTuner.cs
using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; using SoapCore; using SoapCore.Extensibility; namespace SoapCore.Tests.ServiceOperationTuner { public class TestServiceOperationTuner : IServiceOperationTuner { public static bool IsCalled { get; private set; } public static bool I...
using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; using SoapCore; using SoapCore.Extensibility; namespace SoapCore.Tests.ServiceOperationTuner { public class TestServiceOperationTuner : IServiceOperationTuner { public static bool IsCalled { get; private set; } public static bool I...
mit
C#
8dcfead1180791b6df460e7108f62f304da098d7
Add more EditUser() tests
Branimir123/PhotoLife,Branimir123/PhotoLife,Branimir123/PhotoLife
PhotoLife/PhotoLife.Services.Tests/UserServiceTests/EditUser_Should.cs
PhotoLife/PhotoLife.Services.Tests/UserServiceTests/EditUser_Should.cs
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; using Moq; using NUnit.Framework; using PhotoLife.Data.Contracts; using PhotoLife.Models; namespace PhotoLife.Services.Tests.UserServiceTests { [TestFixture] publi...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; using Moq; using NUnit.Framework; using PhotoLife.Data.Contracts; using PhotoLife.Models; namespace PhotoLife.Services.Tests.UserServiceTests { [TestFixture] publi...
mit
C#
58f2561b7adb1bcfa0be18885e2555ed5a3a4c20
rename misnamed variable
zmira/abremir.AllMyBricks
abremir.AllMyBricks.AssetManagement/Services/AssetManagementService.cs
abremir.AllMyBricks.AssetManagement/Services/AssetManagementService.cs
using abremir.AllMyBricks.AssetManagement.Interfaces; using abremir.AllMyBricks.Device.Interfaces; using Flurl.Http; using System; using System.Threading.Tasks; namespace abremir.AllMyBricks.AssetManagement.Services { public class AssetManagementService : IAssetManagementService { private readonly IAs...
using abremir.AllMyBricks.AssetManagement.Interfaces; using abremir.AllMyBricks.Device.Interfaces; using Flurl.Http; using System; using System.Threading.Tasks; namespace abremir.AllMyBricks.AssetManagement.Services { public class AssetManagementService : IAssetManagementService { private readonly IAs...
mit
C#
a64dbb172edbf1c0e8b28c5af4cb7f4b2c701fc7
undo my custom test change to login controller
WebCentrum/Umbraco-CMS,Door3Dev/HRI-Umbraco,nvisage-gf/Umbraco-CMS,gkonings/Umbraco-CMS,romanlytvyn/Umbraco-CMS,iahdevelop/Umbraco-CMS,neilgaietto/Umbraco-CMS,bjarnef/Umbraco-CMS,ehornbostel/Umbraco-CMS,mittonp/Umbraco-CMS,Nicholas-Westby/Umbraco-CMS,TimoPerplex/Umbraco-CMS,PeteDuncanson/Umbraco-CMS,engern/Umbraco-CMS,...
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginController.cs
using System.Linq; using System.Web.Mvc; using umbraco.cms.businesslogic.member; using Umbraco.Web.Models; using Umbraco.Web.Mvc; namespace Umbraco.Web.Controllers { public class UmbLoginController : SurfaceController { [HttpPost] public ActionResult HandleLogin([Bind(Prefix="loginM...
using System.Linq; using System.Web.Mvc; using umbraco.cms.businesslogic.member; using Umbraco.Web.Models; using Umbraco.Web.Mvc; using umbraco.cms.businesslogic.web; namespace Umbraco.Web.Controllers { public class UmbLoginController : SurfaceController { [HttpPost] public ActionR...
mit
C#
942636d069dbe4e7ccede4174dd3563eeb27a8d3
Bump version to 0.7
jamesfoster/DeepEqual
src/DeepEqual/Properties/AssemblyInfo.cs
src/DeepEqual/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("De...
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("De...
mit
C#
07e1a26bcd9280ca60581c692d5d77fc4e59e8c9
Add correct guid/date generation for messages
peterblazejewicz/Glimpse.Prototype,pranavkm/Glimpse.Prototype,Glimpse/Glimpse.Prototype,pranavkm/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,pranavkm/Glimpse.Prototype,pranavkm/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,Glimpse/Glimpse.Prototype,peterblazejewicz/Glimpse.Pro...
src/Glimpse.Common/Broker/BaseMessage.cs
src/Glimpse.Common/Broker/BaseMessage.cs
using System; namespace Glimpse { public class BaseMessage : IMessage { public BaseMessage() { Id = Guid.NewGuid(); Time = DateTime.Now; } public Guid Id { get; } public DateTime Time { get; } } }
using System; namespace Glimpse { public class BaseMessage : IMessage { public BaseMessage() { Id = new Guid(); Time = new DateTime(); } public Guid Id { get; } public DateTime Time { get; } } }
mit
C#
fe2f04cfff9de8ad4c78670857d56879f60eb00c
Build Release
scottoffen/Grapevine,sukona/Grapevine
src/Grapevine/Properties/AssemblyInfo.cs
src/Grapevine/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; // 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("Gr...
using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; // 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("Gr...
apache-2.0
C#
175c8293f389937939a395655c1a0e4e9b8fdc7a
Mark methods as NonAction to hide them when generic controller/action route is configured.
themotleyfool/AspNet.WebApi.HtmlMicrodataFormatter
source/AspNet.WebApi.HtmlMicrodataFormatter/DocumentationController.cs
source/AspNet.WebApi.HtmlMicrodataFormatter/DocumentationController.cs
using System; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using System.Web.Http.Description; namespace AspNet.WebApi.HtmlMicrodataFormatter { public class DocumentationController : ApiController { public IDocumentationProviderEx DocumentationProvi...
using System; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using System.Web.Http.Description; namespace AspNet.WebApi.HtmlMicrodataFormatter { public class DocumentationController : ApiController { public IDocumentationProviderEx DocumentationProvi...
apache-2.0
C#
6dd72adef8353781adc655b601002bf719afb000
Remove unused code & add comment
zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,Glimpse/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,pranavkm/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,Glimpse/Glimpse.Prototype,pranavkm/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,p...
src/Glimpse.Agent.Connection.Http/Broker/RemoteHttpMessagePublisher.cs
src/Glimpse.Agent.Connection.Http/Broker/RemoteHttpMessagePublisher.cs
using System; using System.Net.Http; namespace Glimpse.Agent { public class RemoteHttpMessagePublisher : IMessagePublisher, IDisposable { private readonly HttpClient _httpClient; private readonly HttpClientHandler _httpHandler; public RemoteHttpMessagePublisher() { ...
using System; using System.Net.Http; namespace Glimpse.Agent { public class RemoteHttpMessagePublisher : IMessagePublisher, IDisposable { private readonly HttpClient _httpClient; private readonly HttpClientHandler _httpHandler; public RemoteHttpMessagePublisher() { ...
mit
C#
c4313364f439e45ef4bd9c70bc389cd1b14c70bb
Initialize NewLine in the BufferWriter ctor.
joshfree/corefxlab,dotnet/corefxlab,tarekgh/corefxlab,ericstj/corefxlab,whoisj/corefxlab,joshfree/corefxlab,ericstj/corefxlab,tarekgh/corefxlab,benaadams/corefxlab,adamsitnik/corefxlab,ericstj/corefxlab,stephentoub/corefxlab,stephentoub/corefxlab,ericstj/corefxlab,stephentoub/corefxlab,ericstj/corefxlab,KrzysztofCwalin...
src/System.Buffers.ReaderWriter/System/Buffers/Writer/BufferWriterT.cs
src/System.Buffers.ReaderWriter/System/Buffers/Writer/BufferWriterT.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; namespace System.Buffers.Writer { public ref partial struct BufferWriter...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; namespace System.Buffers.Writer { public ref partial struct BufferWriter...
mit
C#
03334fddffe968d11863c8f1db052ab04a2b3ce2
use comparable class to repair test
icarus-consulting/Yaapii.Atoms
tests/Yaapii.Atoms.Tests/Collection/MappedTest.cs
tests/Yaapii.Atoms.Tests/Collection/MappedTest.cs
// MIT License // // Copyright(c) 2019 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) 2019 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#
b945a4606fc27fe47cdb950efdc041b09999d263
add With<T>(this ILog log, T t) method
vostok/core
Vostok.Core/Logging/ILogExtensions_KeyValue.cs
Vostok.Core/Logging/ILogExtensions_KeyValue.cs
using System; using System.Collections.Generic; using System.Text; namespace Vostok.Logging { public static class ILogExtensions_KeyValue { public static ILog With<T>(this ILog log, T t) { return log.With(typeof(T)); } public static ILog With<T>(this ILog log) ...
using System; using System.Collections.Generic; using System.Text; namespace Vostok.Logging { public static class ILogExtensions_KeyValue { public static ILog With<T>(this ILog log) { return log.With(typeof(T)); } public static ILog With(this ILog log, Type t) ...
mit
C#
eb0f1c56fe8464a3297e0088fa63f8e93f243a52
Add word styled
drussilla/LearnWordsFast,drussilla/LearnWordsFast
src/LearnWordsFast/Views/Word/Add.cshtml
src/LearnWordsFast/Views/Word/Add.cshtml
@{ ViewBag.Title = "Add Word"; } <form class="form-horizontal" asp-controller="Word" asp-action="AddWord"> <div class="form-group form-group-lg"> <label for="word" class="col-sm-2 control-label">Dutch</label> <div class="col-sm-10"> <input type="text" class="form-control" id="word"...
@{ ViewBag.Title = "Add Word"; } @using (Html.BeginForm("AddWord", "Word", FormMethod.Post)) { @Html.TextBox("Word"); @Html.TextBox("Translation"); <input type="submit" value="Add word"> }
mit
C#
ae8905776710351c361851bb89a202c0498d4bd6
Use non-obsolete interface.
grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia
src/Avalonia.Controls/Automation/Peers/PopupAutomationPeer.cs
src/Avalonia.Controls/Automation/Peers/PopupAutomationPeer.cs
using System; using System.Collections.Generic; using Avalonia.Controls; using Avalonia.Controls.Diagnostics; using Avalonia.Controls.Primitives; #nullable enable namespace Avalonia.Automation.Peers { public class PopupAutomationPeer : ControlAutomationPeer { public PopupAutomationPeer(Popup owner) ...
using System; using System.Collections.Generic; using Avalonia.Controls; using Avalonia.Controls.Primitives; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Automation.Peers { public class PopupAutomationPeer : ControlAutomationPeer { public PopupAutomationPeer(Popup owner) ...
mit
C#
726cb41209b56e1c26b2f2d314cbab885b9d20a3
Remove diagnostics client from metadata
peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,zanetdev/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,Glimpse/Glimpse.Prototype,Glimpse/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,Glimpse/Glimpse.Prototype,peterblazejewicz/Glim...
src/Glimpse.Server/Internal/Resources/EmbeddedFileResource.cs
src/Glimpse.Server/Internal/Resources/EmbeddedFileResource.cs
 // ReSharper disable RedundantUsingDirective using System; // ReSharper restore RedundantUsingDirective using System.Collections.Generic; using System.Reflection; using Glimpse.Server.Resources; using Microsoft.AspNet.Builder; using Microsoft.AspNet.FileProviders; using Microsoft.AspNet.StaticFiles; namespace Glimps...
 // ReSharper disable RedundantUsingDirective using System; // ReSharper restore RedundantUsingDirective using System.Collections.Generic; using System.Reflection; using Glimpse.Server.Resources; using Microsoft.AspNet.Builder; using Microsoft.AspNet.FileProviders; using Microsoft.AspNet.StaticFiles; namespace Glimps...
mit
C#
cd8acfb82b29447bd038fe8cceedc0820b6f50a8
Set Geolocator to accuracy of 500m, 5min age and 10 second timeout
christophwille/winrt-aqi
Source/AirQualityInfo.WP/Services/LocationService.cs
Source/AirQualityInfo.WP/Services/LocationService.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using Windows.Devices.Geolocation; using AirQualityInfo.DataClient.Models; using AirQualityInfo.DataClient.Services; namespace AirQualityInfo.WP.Services { // http://msdn.micro...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using Windows.Devices.Geolocation; using AirQualityInfo.DataClient.Models; using AirQualityInfo.DataClient.Services; namespace AirQualityInfo.WP.Services { // http://msdn.micro...
mit
C#
0cc6a76c17f6f5e9c0b36a747bfa349369f4e82c
Fix crash with legacy import from incomplete installs
ppy/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu
osu.Game/Database/LegacyBeatmapImporter.cs
osu.Game/Database/LegacyBeatmapImporter.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable disable using System.Collections.Generic; using System.Linq; using osu.Framework.IO.Stores; using osu.Framework.Platform; using osu.Game.Beatmaps; 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. #nullable disable using System.Collections.Generic; using System.Linq; using osu.Framework.IO.Stores; using osu.Framework.Platform; using osu.Game.Beatmaps; using osu.Ga...
mit
C#
7fb909fccbb58680c58b341bb1bb8ca8c047ba72
set version to 1.9.0.14
punker76/simple-music-player
SimpleMusicPlayer/SimpleMusicPlayer/Properties/AssemblyInfo.cs
SimpleMusicPlayer/SimpleMusicPlayer/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; 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 ...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; 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 ...
mit
C#
02d774429b055cbef7a196c6cf0f4e424480dd73
Fix StreamerDevice.Create return type.
jgoz/netzmq,jgoz/netzmq,jgoz/netzmq,jgoz/netzmq,jgoz/netzmq
src/proj/ZeroMQ/Sockets/Devices/StreamerDevice.cs
src/proj/ZeroMQ/Sockets/Devices/StreamerDevice.cs
namespace ZeroMQ.Sockets.Devices { /// <summary> /// Collects tasks from a set of pushers and forwards these to a set of pullers. /// </summary> /// <remarks> /// Generally used to bridge networks. Messages are fair-queued from pushers and /// load-balanced to pullers. This device is par...
namespace ZeroMQ.Sockets.Devices { /// <summary> /// Collects tasks from a set of pushers and forwards these to a set of pullers. /// </summary> /// <remarks> /// Generally used to bridge networks. Messages are fair-queued from pushers and /// load-balanced to pullers. This device is par...
apache-2.0
C#
0745abbef977fa8f6581465a6eb5889323309316
Update AllowUserToEditRangesInWorksheet.cs
aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells_NET,maria-shahid-as...
Examples/CSharp/Worksheets/Security/AllowUserToEditRangesInWorksheet.cs
Examples/CSharp/Worksheets/Security/AllowUserToEditRangesInWorksheet.cs
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Worksheets.Security { public class AllowUserToEditRangesInWorksheet { public static void Main(string[] args) { //ExStart:1 // The path to the documents directory. string dataDir = Aspose.Ce...
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Worksheets.Security { public class AllowUserToEditRangesInWorksheet { public static void Main(string[] args) { // The path to the documents directory. string dataDir = Aspose.Cells.Examples.Utils.GetDa...
mit
C#
4a28058c78078c7eb333970d847aaacd4cce9f24
Print to console too when using server.Broadcast
Visagalis/Oxide,LaserHydra/Oxide,Visagalis/Oxide,LaserHydra/Oxide
Games/Unity/Oxide.Game.TheForest/Libraries/Covalence/TheForestServer.cs
Games/Unity/Oxide.Game.TheForest/Libraries/Covalence/TheForestServer.cs
using System.Net; using Steamworks; using TheForest.UI.Multiplayer; using TheForest.Utils; using UnityEngine; using Oxide.Core.Libraries.Covalence; namespace Oxide.Game.TheForest.Libraries.Covalence { /// <summary> /// Represents the server hosting the game instance /// </summary> public class TheFo...
using System.Net; using Steamworks; using TheForest.UI.Multiplayer; using TheForest.Utils; using Oxide.Core.Libraries.Covalence; namespace Oxide.Game.TheForest.Libraries.Covalence { /// <summary> /// Represents the server hosting the game instance /// </summary> public class TheForestServer : IServe...
mit
C#