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
fce54b60a213228764b5e1b1a660306197c02820
relocate screencast to youtube
tbyehl/boxstarter,modulexcite/boxstarter,smaglio81/boxstarter,cam1985/boxstarter,dex1on/pub,dhilgarth/boxstarter,fhchina/boxstarter,modulexcite/boxstarter,mwrock/boxstarter,smaglio81/boxstarter,fhchina/boxstarter,cam1985/boxstarter,dex1on/pub,tbyehl/boxstarter,cam1985/boxstarter,dhilgarth/boxstarter,smaglio81/boxstarte...
Web/index.cshtml
Web/index.cshtml
@{ Layout = "~/_SiteLayout.cshtml"; } @section featured { <div class="jumbotron"> <div class="container"> <div class="media"> <a class="pull-left" href="#"> <img height="270" class="media-object" src="images/boxlogo.png" width="270"> </a> <div class=...
@{ Layout = "~/_SiteLayout.cshtml"; } @section featured { <div class="jumbotron"> <div class="container"> <div class="media"> <a class="pull-left" href="#"> <img height="270" class="media-object" src="images/boxlogo.png" width="270"> </a> <div class=...
apache-2.0
C#
229b2bd42ed0c9836dcc3c3125bb3f58e377f54b
Update Spacefolder.cs
KerbaeAdAstra/KerbalFuture
KerbalFuture/Spacefolder.cs
KerbalFuture/Spacefolder.cs
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using KSP; namespace SpaceFolderDrive {
mit
C#
40bb1ca270b40d395209360779fb5b161702fa90
remove failing globalization test on Linux
shrutigarg/corefx,rahku/corefx,jlin177/corefx,richlander/corefx,manu-silicon/corefx,Petermarcu/corefx,khdang/corefx,tijoytom/corefx,tstringer/corefx,mellinoe/corefx,billwert/corefx,elijah6/corefx,SGuyGe/corefx,JosephTremoulet/corefx,tstringer/corefx,shrutigarg/corefx,lggomez/corefx,janhenke/corefx,stephenmichaelf/coref...
src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetInstance.cs
src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetInstance.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Globalization; using Xunit; namespace System.Globalization.Tests { public class TestIFormatProviderClass : IFormatProvider { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Globalization; using Xunit; namespace System.Globalization.Tests { public class TestIFormatProviderClass : IFormatProvider { ...
mit
C#
5996d940529208aa89caad59376cba351573fcae
make this LINQ a bit more readable
TRex22/Windows-Wifi-Manager,shanselman/Windows-Wifi-Manager
WifiProfiles/Program.cs
WifiProfiles/Program.cs
using NetSh; using System; using System.Linq; namespace WifiProfiles { class Program { static void Main(string[] args) { //command line arguments officially got irritating at this point but I don't feel like bringing in a whole library. if (args.Length > 1 && args[0].T...
using NetSh; using System; using System.Linq; namespace WifiProfiles { class Program { static void Main(string[] args) { //command line arguments officially got irritating at this point but I don't feel like bringing in a whole library. if (args.Length > 1 && args[0].T...
mit
C#
f4e824fc4c0e1c7af1d81f0a765a8614194fc0c8
Update FlanGrab_FlandreBehaviour.cs
uulltt/NitoriWare
Assets/Resources/Microgames/_Finished/FlanGrab/Scripts/FlanGrab_FlandreBehaviour.cs
Assets/Resources/Microgames/_Finished/FlanGrab/Scripts/FlanGrab_FlandreBehaviour.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FlanGrab_FlandreBehaviour : MonoBehaviour { private GameObject rightArmObject; //private float xRightLimit; [SerializeField] private float bodyRotationMult; // Use this for initialization void Start () { ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FlanGrab_FlandreBehaviour : MonoBehaviour { private GameObject rightArmObject; //private float xRightLimit; [SerializeField] private float bodyRotationMult; // Use this for initialization void Start () { ...
mit
C#
0120a5d8aa1c541b8882b0208d4eb1004db65a4d
Fix --resultFormat casing to match other parameters
mjrousos/dotnet-apiport,mjrousos/dotnet-apiport-old,Microsoft/dotnet-apiport,mjrousos/dotnet-apiport,JJVertical/dotnet-apiport,Microsoft/dotnet-apiport,twsouthwick/dotnet-apiport,twsouthwick/dotnet-apiport,conniey/dotnet-apiport,conniey/dotnet-apiport,conniey/dotnet-apiport,JJVertical/dotnet-apiport,Microsoft/dotnet-ap...
src/ApiPort/CommandLine/AnalyzeOptionSet.cs
src/ApiPort/CommandLine/AnalyzeOptionSet.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using ApiPort.Resources; using Microsoft.Fx.Portability.ObjectModel; using System.Linq; namespace ApiPort.CommandLine { internal class AnalyzeOptionSet : ServiceE...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using ApiPort.Resources; using Microsoft.Fx.Portability.ObjectModel; using System.Linq; namespace ApiPort.CommandLine { internal class AnalyzeOptionSet : ServiceE...
mit
C#
3cba46608ab2e2ca6a095baf1cf8112010e81036
Add registration options for reference request
PowerShell/PowerShellEditorServices
src/PowerShellEditorServices.Protocol/LanguageServer/References.cs
src/PowerShellEditorServices.Protocol/LanguageServer/References.cs
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol; namespace Microsoft.PowerShell.EditorServices.Protocol.LanguageServer { public class Refe...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol; namespace Microsoft.PowerShell.EditorServices.Protocol.LanguageServer { public class Refe...
mit
C#
b556eb96da1ec359efef8b3184c9d95cc0faf590
同步 .net 4.5 项目版本号
JeffreySu/Senparc.WebSocket
src/Senparc.WebSocket/Senparc.WebSocket/Properties/AssemblyInfo.cs
src/Senparc.WebSocket/Senparc.WebSocket/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 //[assembly: AssemblyTitle("Senparc.WebSocket")] //[assembly: AssemblyDescription("")] //[assembly: AssemblyConfiguration("")] //[assembly: AssemblyCompany("")] //[asse...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 //[assembly: AssemblyTitle("Senparc.WebSocket")] //[assembly: AssemblyDescription("")] //[assembly: AssemblyConfiguration("")] //[assembly: AssemblyCompany("")] //[asse...
apache-2.0
C#
10e66e24e962b3499edc2ed73050930ab8735379
Add channel state None (CS_NONE)
pragmatrix/NEventSocket,pragmatrix/NEventSocket
src/NEventSocket/FreeSwitch/ChannelState.cs
src/NEventSocket/FreeSwitch/ChannelState.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ChannelState.cs" company="Dan Barua"> // (C) Dan Barua and contributors. Licensed under the Mozilla Public License. // </copyright> // ------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ChannelState.cs" company="Dan Barua"> // (C) Dan Barua and contributors. Licensed under the Mozilla Public License. // </copyright> // ------------------------------------------...
mpl-2.0
C#
70886313a2cf9ad520fe1a8caea4476884b0393d
Fix the bug cannot get correct parameter from command line
mdavid/SuperSocket,mdavid/SuperSocket,mdavid/SuperSocket
SocketServiceCore/Command/CommandInfo.cs
SocketServiceCore/Command/CommandInfo.cs
using System; using System.Collections.Generic; using System.Text; namespace SuperSocket.SocketServiceCore.Command { public class CommandInfo { public CommandInfo() { } public CommandInfo(string cmdLine) { int pos = cmdLine.IndexOf(' '); if (pos > 0) { m_Name = cmdLine.Su...
using System; using System.Collections.Generic; using System.Text; namespace SuperSocket.SocketServiceCore.Command { public class CommandInfo { public CommandInfo() { } public CommandInfo(string cmdLine) { int pos = cmdLine.IndexOf(' '); if (pos > 0) { m_Name = cmdLine.Su...
apache-2.0
C#
62a8b21760f7ad1026b617d34a03e98feec4547f
remove readonly attribute when trying to delete files
fandrei/AppMetrics,fandrei/AppMetrics
AgentService/FileUtil.cs
AgentService/FileUtil.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; namespace AppMetrics.AgentService { public static class FileUtil { public static void SetAttributes(string fileName, FileAttributes attr) { File.SetAttributes(fileName, File.GetAttri...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; namespace AppMetrics.AgentService { public static class FileUtil { public static void DeleteAllFiles(string path) { var repeatCount = 10; while (true) { try { for...
apache-2.0
C#
572e07ff7b24c74f5255ff6919df1772c607367a
Make the CronFormatException class serializable on .NET Framework
HangfireIO/Cronos
src/Cronos/CronFormatException.cs
src/Cronos/CronFormatException.cs
using System; namespace Cronos { /// <summary> /// Represents an exception that's thrown, when invalid Cron expression is given. /// </summary> #if !NETSTANDARD1_0 [Serializable] #endif public class CronFormatException : FormatException { /// <summary> /// Initializes a new ins...
using System; namespace Cronos { /// <summary> /// Represents an exception that's thrown, when invalid Cron expression is given. /// </summary> public class CronFormatException : FormatException { /// <summary> /// Initializes a new instance of the <see cref="CronFormatException"/>...
mit
C#
657e7f9ad1925e48cace4801d9681f13c218f1ad
Update SerializationTests.cs
tiksn/TIKSN-Framework
TIKSN.UnitTests.Shared/Serialization/Numerics/SerializationTests.cs
TIKSN.UnitTests.Shared/Serialization/Numerics/SerializationTests.cs
using FluentAssertions; using System; using System.Numerics; using Xunit; namespace TIKSN.Serialization.Numerics.Tests { public class SerializationTests { [Fact] public void DeserializeSerializeUnsignedBigInteger() { var rng = new Random(); UnsignedBigIntegerBin...
using FluentAssertions; using System; using System.Numerics; using Xunit; namespace TIKSN.Serialization.Numerics.Tests { public class SerializationTests { [Fact] public void DeserializeSerializeUnsignedBigInteger() { var rng = new Random(); UnsignedBigIntegerBin...
mit
C#
71c2c02ccf8da0765d21a79bf9bcfe1dd87f1544
rename offset variable
HouseBreaker/Shameless
Shameless/Utils/CDNUtils.cs
Shameless/Utils/CDNUtils.cs
using System; using System.Linq; namespace Shameless.Utils { using System.Net; public static class CDNUtils { public static long GetTitleSize(string titleId) { // translated from FunKeyCIA var cdnUrl = "http://ccs.cdn.c.shop.nintendowifi.net/ccs/download/" + titleId.ToUpper(); byte[] tmd; using ...
using System; using System.Linq; namespace Shameless.Utils { using System.Net; public static class CDNUtils { public static long GetTitleSize(string titleId) { // translated from FunKeyCIA var cdnUrl = "http://ccs.cdn.c.shop.nintendowifi.net/ccs/download/" + titleId.ToUpper(); byte[] tmd; using ...
mit
C#
6e8f0332d0d4785a39caaef39944be62a9731678
use static current of exception handler when prop injection is not working
bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework
src/CSharpClient/Bit.CSharpClient.Prism/ViewModel/Implementations/BitPrismLogger.cs
src/CSharpClient/Bit.CSharpClient.Prism/ViewModel/Implementations/BitPrismLogger.cs
#define Debug using Bit.ViewModel.Contracts; using Prism.Logging; using System; using System.Collections.Generic; using System.Diagnostics; namespace Bit.ViewModel.Implementations { public class BitPrismLogger : ILogger { public virtual IExceptionHandler ExceptionHandler { get; set; } public...
#define Debug using Bit.ViewModel.Contracts; using Prism.Logging; using System; using System.Collections.Generic; using System.Diagnostics; namespace Bit.ViewModel.Implementations { public class BitPrismLogger : ILogger { public virtual IExceptionHandler ExceptionHandler { get; set; } public...
mit
C#
d03a92f8586fe84d28a388b4fdb3ef6d40628ca0
Add "mine" args
quantumagi/StratisBitcoinFullNode,DogaOztuzun/StratisBitcoinFullNode,mikedennis/StratisBitcoinFullNode,quantumagi/StratisBitcoinFullNode,stratisproject/StratisBitcoinFullNode,Aprogiena/StratisBitcoinFullNode,mikedennis/StratisBitcoinFullNode,Derrick-/StratisBitcoinFullNode,bokobza/StratisBitcoinFullNode,mikedennis/Stra...
Stratis.BitcoinD/Program.cs
Stratis.BitcoinD/Program.cs
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Console; using Stratis.Bitcoin; using Stratis.Bitcoin.Configuration; using Stratis.Bitcoin.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Stratis.BitcoinD...
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Console; using Stratis.Bitcoin; using Stratis.Bitcoin.Configuration; using Stratis.Bitcoin.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Stratis.BitcoinD...
mit
C#
3c3aa506296911c0ad69aaac72f68ea3dccc184f
use new base constructor to pass TypeInfo and PropertySet
6bee/aqua-compare,6bee/aqua-graphcompare
src/Aqua.GraphCompare/DynamicObjectWithOriginalReference.cs
src/Aqua.GraphCompare/DynamicObjectWithOriginalReference.cs
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.GraphCompare { using Aqua.Dynamic; public sealed class DynamicObjectWithOriginalReference : DynamicObject { private readonly object _originalObject; public Dyn...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.GraphCompare { using Aqua.Dynamic; public sealed class DynamicObjectWithOriginalReference : DynamicObject { private readonly object _originalObject; public Dyn...
mit
C#
aeb6d858032d0a6487c21fc8776eb290b166d3f3
Update Path2DPathEffect.cs
wieslawsoltes/Draw2D,wieslawsoltes/Draw2D,wieslawsoltes/Draw2D
src/Draw2D.ViewModels/Style/PathEffects/Path2DPathEffect.cs
src/Draw2D.ViewModels/Style/PathEffects/Path2DPathEffect.cs
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Runtime.Serialization; using Spatial; namespace Draw2D.ViewModels.Style.PathEffects { [DataContract(IsReference...
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Runtime.Serialization; using Spatial; namespace Draw2D.ViewModels.Style.PathEffects { [DataContract(IsReference...
mit
C#
d6c86f5faaeb8dd6d0e8ce7a633ae1cb08bb436a
edit Player.cs
TelerikAcademy2015/TelerikDefence
TowerDefense/Main/Player.cs
TowerDefense/Main/Player.cs
using System; namespace TowerDefense.Main { public class Player : PropertyChangedAwaredObject { private string name; public string Name { get { return this.name; } set { if (string.IsNullOrEmpty(value)) { ...
using System; namespace TowerDefense.Main { public class Player : PropertyChangedAwaredObject { private string name; public string Name { get { return this.name; } set { if (value == null) { throw ...
mit
C#
d7c04cddefaf1868c2b14dac26dd25a601c58d05
Fix for no soldier foudn on nav component
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Models/NavigationViewComponent.cs
Battery-Commander.Web/Models/NavigationViewComponent.cs
using BatteryCommander.Web.Controllers; using BatteryCommander.Web.Services; using Microsoft.AspNetCore.Mvc; using System; using System.Threading.Tasks; namespace BatteryCommander.Web.Models { public class NavigationViewComponent : ViewComponent { private readonly Database db; public Soldier ...
using BatteryCommander.Web.Controllers; using BatteryCommander.Web.Services; using Microsoft.AspNetCore.Mvc; using System; using System.Threading.Tasks; namespace BatteryCommander.Web.Models { public class NavigationViewComponent : ViewComponent { private readonly Database db; public Soldier ...
mit
C#
b103043f678a801d7d42f2e1d784f559e4af954a
fix usings
DimitarDKirov/Forum-Paulo-Coelho,DimitarDKirov/Forum-Paulo-Coelho,DimitarDKirov/Forum-Paulo-Coelho
Forum-Paulo-Coelho/ForumSystem.Api/Results/ChallengeResult.cs
Forum-Paulo-Coelho/ForumSystem.Api/Results/ChallengeResult.cs
namespace ForumSystem.Api.Results { using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Web.Http; public class ChallengeResult : IHttpActionResult ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Web.Http; namespace ForumSystem.Api.Results { public class ChallengeResult : IHttpActionResult { public ChallengeResult(string ...
mit
C#
38cfe1e3213220ca6183e1fa16a63d57ee2b5890
use expression body
paybyphone/statsd-helper-webapi
StatsDHelper.WebApi.Tests.Integration/FakeActionDescriptor.cs
StatsDHelper.WebApi.Tests.Integration/FakeActionDescriptor.cs
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading; using System.Threading.Tasks; using System.Web.Http; using System.Web.Http.Controllers; namespace StatsDHelper.WebApi.Tests.Integration { public class FakeActionDescriptor : HttpActionDescriptor { ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading; using System.Threading.Tasks; using System.Web.Http; using System.Web.Http.Controllers; namespace StatsDHelper.WebApi.Tests.Integration { public class FakeActionDescriptor : HttpActionDescriptor { ...
apache-2.0
C#
74eef72f03a630bf6f9e11a5e410032e21a47fc8
Update MessagePackSerializer.cs
tiksn/TIKSN-Framework
TIKSN.Core/Serialization/MessagePack/MessagePackSerializer.cs
TIKSN.Core/Serialization/MessagePack/MessagePackSerializer.cs
using MsgPack.Serialization; using System.IO; namespace TIKSN.Serialization.MessagePack { public class MessagePackSerializer : SerializerBase<byte[]> { private readonly SerializationContext _serializationContext; public MessagePackSerializer(SerializationContext serializationContext) ...
using MsgPack.Serialization; using System.IO; namespace TIKSN.Serialization.MessagePack { public class MessagePackSerializer : SerializerBase<byte[]> { private readonly SerializationContext _serializationContext; public MessagePackSerializer(SerializationContext serializationContext) ...
mit
C#
b47a7eccfd2e6e0ab765b4d31d0abfde91377c7e
Copy change on the logged in page
SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers
src/SFA.DAS.EmployerUsers.Web/Views/Login/AuthorizeResponse.cshtml
src/SFA.DAS.EmployerUsers.Web/Views/Login/AuthorizeResponse.cshtml
@model IdentityServer3.Core.ViewModels.AuthorizeResponseViewModel @{ ViewBag.PageID = "authorize-response"; ViewBag.Title = "Login Successful"; ViewBag.HideSigninLink = "true"; } <h1 class="heading-xlarge">Login successful</h1> <form id="mainForm" method="post" action="@Model.ResponseFormUri"> ...
@model IdentityServer3.Core.ViewModels.AuthorizeResponseViewModel @{ ViewBag.PageID = "authorize-response"; ViewBag.Title = "Login Successful"; ViewBag.HideSigninLink = "true"; } <h1 class="heading-xlarge">Login successful</h1> <form id="mainForm" method="post" action="@Model.ResponseFormUri"> ...
mit
C#
a16a978b5918a1b3685c24ab73d96888999a59ac
Update version to 0.0.5
ihtfw/TeamViewer.QuickSupport.Integration
src/TeamViewer.QuickSupport.Integration/Properties/AssemblyInfo.cs
src/TeamViewer.QuickSupport.Integration/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("Te...
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("Te...
mit
C#
217f259b0e98d641ce95cdc9c058add49073e6bb
Remove Analytics from Dashboard
tommcclean/PortalCMS,tommcclean/PortalCMS,tommcclean/PortalCMS
Portal.CMS.Web/Areas/Admin/Views/Dashboard/Index.cshtml
Portal.CMS.Web/Areas/Admin/Views/Dashboard/Index.cshtml
@model Portal.CMS.Web.Areas.Admin.ViewModels.Dashboard.DashboardViewModel @using Portal.CMS.Web.Areas.Admin.Helpers; @using Portal.CMS.Entities.Entities.Posts; @using Portal.CMS.Entities.Entities.Analytics; @{ ViewBag.Title = "Portal CMS"; ViewBag.Icon = "/Areas/Admin/Content/Images/icon-dashboard.png"; } <lin...
@model Portal.CMS.Web.Areas.Admin.ViewModels.Dashboard.DashboardViewModel @using Portal.CMS.Web.Areas.Admin.Helpers; @using Portal.CMS.Entities.Entities.Posts; @using Portal.CMS.Entities.Entities.Analytics; @{ ViewBag.Title = "Portal CMS"; ViewBag.Icon = "/Areas/Admin/Content/Images/icon-dashboard.png"; } <lin...
mit
C#
743854a5334bb88d834436185489c5ca0b5af5d5
test commit
abmes/UnityExtensions
Semba.UnityExtensions/UnityContainerExtensionMethods.cs
Semba.UnityExtensions/UnityContainerExtensionMethods.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Practices.Unity; namespace Semba.UnityExtensions { public static class UnityContainerExtensionMethods { public static IUnityContainer RegisterTypeSingleton<TFr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Practices.Unity; namespace Semba.UnityExtensions { public static class UnityContainerExtensionMethods { public static IUnityContainer RegisterTypeSingleton<TFr...
mit
C#
83b99fd56fc320e2e853ff3601b969444fc09c8f
remove unnecessary double check
PedDavid/qip,PedDavid/qip,PedDavid/qip
Server/Authorization/Handlers/BoardPermissionHandler.cs
Server/Authorization/Handlers/BoardPermissionHandler.cs
using Authorization.Requirements; using Authorization.Resources; using API.Interfaces.IServices; using IODomain.Output; using Microsoft.AspNetCore.Authorization; using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Text; using System.Threading.Tasks; using API.I...
using Authorization.Requirements; using Authorization.Resources; using API.Interfaces.IServices; using IODomain.Output; using Microsoft.AspNetCore.Authorization; using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Text; using System.Threading.Tasks; using API.I...
mit
C#
d1f874edee63e051793159b23fa7a0dcec537311
Move using directives inside namespace for ElmahController class.
fhchina/elmah-mvc,mmsaffari/elmah-mvc,jmptrader/elmah-mvc,alexbeletsky/elmah-mvc
src/Elmah.Mvc/ElmahController.cs
src/Elmah.Mvc/ElmahController.cs
// // ELMAH.Mvc // Copyright (c) 2011 Atif Aziz, James Driscoll. All rights reserved. // // Author(s): // // James Driscoll // // 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 a...
// // ELMAH.Mvc // Copyright (c) 2011 Atif Aziz, James Driscoll. All rights reserved. // // Author(s): // // James Driscoll // // 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 a...
apache-2.0
C#
cfbbe4247f133d13270fc088fcfee4c2f9406935
Fix #26
schulz3000/deepstreamNet,schulz3000/deepstreamNet
src/DeepStreamNet/Records/DeepStreamRecordBaseOfT.cs
src/DeepStreamNet/Records/DeepStreamRecordBaseOfT.cs
using System.ComponentModel; using Newtonsoft.Json.Linq; using System; namespace DeepStreamNet { class DeepStreamRecordBase<T> : DeepStreamRecordBase, IDeepStreamRecordWrapper, IDisposable where T : JContainer { static readonly JsonMergeSettings jsonMergeSettings = new JsonMergeSettings ...
using System.ComponentModel; using Newtonsoft.Json.Linq; using System; namespace DeepStreamNet { class DeepStreamRecordBase<T> : DeepStreamRecordBase, IDeepStreamRecordWrapper, IDisposable where T : JContainer { protected JsonNetChangeListener Listener; public override dynamic this[ob...
mit
C#
1f1294d46518728e903a5f23e59eebd9fc35d3af
优化代码。
tangxuehua/enode,Aaron-Liu/enode
src/ENode/Commanding/Impl/DefaultCommandProcessor.cs
src/ENode/Commanding/Impl/DefaultCommandProcessor.cs
using System.Collections.Concurrent; using ECommon.Logging; namespace ENode.Commanding.Impl { public class DefaultCommandProcessor : ICommandProcessor { private readonly ConcurrentDictionary<string, CommandMailbox> _mailboxDict; private readonly ICommandScheduler _commandScheduler; pri...
using System.Collections.Concurrent; using ECommon.Logging; namespace ENode.Commanding.Impl { public class DefaultCommandProcessor : ICommandProcessor { private readonly ConcurrentDictionary<string, CommandMailbox> _mailboxDict; private readonly ICommandScheduler _commandScheduler; pri...
mit
C#
bfad86dcdec532e18e076e2ad7bfc89c9f7d24d3
Fix indenting. Comment on intermittent failures.
hazzik/nhibernate-core,ManufacturingIntelligence/nhibernate-core,ngbrown/nhibernate-core,hazzik/nhibernate-core,gliljas/nhibernate-core,nhibernate/nhibernate-core,RogerKratz/nhibernate-core,nhibernate/nhibernate-core,gliljas/nhibernate-core,nhibernate/nhibernate-core,alobakov/nhibernate-core,fredericDelaporte/nhibernat...
src/NHibernate.Test/NHSpecificTest/NH2057/Fixture.cs
src/NHibernate.Test/NHSpecificTest/NH2057/Fixture.cs
using System; using System.Collections.Generic; using System.Data; using System.Transactions; using NHibernate.Impl; using NUnit.Framework; using NHibernate.Criterion; namespace NHibernate.Test.NHSpecificTest.NH2057 { [TestFixture] public class Fixture : BugTestCase { [Test] [Description("This tes...
using System; using System.Collections.Generic; using System.Data; using System.Transactions; using NHibernate.Impl; using NUnit.Framework; using NHibernate.Criterion; namespace NHibernate.Test.NHSpecificTest.NH2057 { [TestFixture] public class Fixture : BugTestCase { [Test] public void WillCloseW...
lgpl-2.1
C#
32d04a73b74e10237212beba043c011e995844de
Remove unnecessary Dialect restriction from NH3070 testcase
ManufacturingIntelligence/nhibernate-core,gliljas/nhibernate-core,livioc/nhibernate-core,hazzik/nhibernate-core,RogerKratz/nhibernate-core,nhibernate/nhibernate-core,livioc/nhibernate-core,nkreipke/nhibernate-core,gliljas/nhibernate-core,nkreipke/nhibernate-core,gliljas/nhibernate-core,nhibernate/nhibernate-core,ngbrow...
src/NHibernate.Test/NHSpecificTest/NH3070/Fixture.cs
src/NHibernate.Test/NHSpecificTest/NH3070/Fixture.cs
using NHibernate.Mapping.ByCode; using NUnit.Framework; namespace NHibernate.Test.NHSpecificTest.NH3070 { [TestFixture] public class Fixture : TestCaseMappingByCode { protected override Cfg.MappingSchema.HbmMapping GetMappings() { var mapper = new ModelMapper(); mapper.Class<Employee>(ca => ...
using System; using NHibernate.Mapping.ByCode; using NUnit.Framework; namespace NHibernate.Test.NHSpecificTest.NH3070 { [TestFixture] public class Fixture : TestCaseMappingByCode { protected override bool AppliesTo(Dialect.Dialect dialect) { return dialect is Dialect.MsSql2005Dialect; } pr...
lgpl-2.1
C#
73789bf6fffb59ea16796ae5a932df68de4d28fe
Improve samples
Kinnara/KinnaraToolkit
KinnaraToolkitSample/KinnaraToolkitSample.WPA81/Data/SampleItems.cs
KinnaraToolkitSample/KinnaraToolkitSample.WPA81/Data/SampleItems.cs
using KinnaraToolkitSample.ContextMenu; using KinnaraToolkitSample.DateTimePickers; using KinnaraToolkitSample.PageUI; using System.Collections.ObjectModel; namespace KinnaraToolkitSample.Data { public class SampleItems : ObservableCollection<SampleItem> { public SampleItems() { Ad...
using KinnaraToolkitSample.ContextMenu; using KinnaraToolkitSample.DateTimePickers; using KinnaraToolkitSample.PageUI; using System.Collections.ObjectModel; namespace KinnaraToolkitSample.Data { public class SampleItems : ObservableCollection<SampleItem> { public SampleItems() { Ad...
mit
C#
1d38187e0deaaf695451cd310af2319e27eca022
Patch method added.
nseckinoral/xomni-sdk-dotnet
src/XOMNI.SDK.Core/Management/BaseCRUDPManagement.cs
src/XOMNI.SDK.Core/Management/BaseCRUDPManagement.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using XOMNI.SDK.Core.ApiAccess; namespace XOMNI.SDK.Core.Management { public abstract class BaseCRUDPManagement<T> : BaseCRUDManagement<T> { protected override CRUDApiAccessBase<T> ApiA...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using XOMNI.SDK.Core.ApiAccess; namespace XOMNI.SDK.Core.Management { public abstract class BaseCRUDPManagement<T> : BaseCRUDManagement<T> { protected override CRUDApiAccessBase<T> ApiAccess { ge...
mit
C#
19c92c91f0cd1fdcbe273bffcdb930f7499da0c6
revert registration of most services to transient, leaving only IFileSystemService as Singleton since it needs to hold state of the data folder override
zmira/abremir.AllMyBricks
abremir.AllMyBricks.DatabaseSeeder/Configuration/IoC.cs
abremir.AllMyBricks.DatabaseSeeder/Configuration/IoC.cs
using abremir.AllMyBricks.DatabaseSeeder.Loggers; using abremir.AllMyBricks.DatabaseSeeder.Services; using abremir.AllMyBricks.Device.Interfaces; using Easy.MessageHub; using SimpleInjector; using System.Reflection; namespace abremir.AllMyBricks.DatabaseSeeder.Configuration { public static class IoC { ...
using abremir.AllMyBricks.DatabaseSeeder.Loggers; using abremir.AllMyBricks.DatabaseSeeder.Services; using abremir.AllMyBricks.Device.Interfaces; using Easy.MessageHub; using SimpleInjector; using System.Reflection; namespace abremir.AllMyBricks.DatabaseSeeder.Configuration { public static class IoC { ...
mit
C#
dba328016a5736e4704923b5c531ada4b3f4fac8
Move request changed for uniformity
yar229/WebDavMailRuCloud
MailRuCloud/MailRuCloudApi/Base/Requests/WebM1/MoveRequest.cs
MailRuCloud/MailRuCloudApi/Base/Requests/WebM1/MoveRequest.cs
using System; using System.Net; using System.Text; using YaR.MailRuCloud.Api.Base.Requests.Repo; namespace YaR.MailRuCloud.Api.Base.Requests.WebM1 { class MoveRequest : BaseRequestJson<WebV2.CopyRequest.Result> { private readonly string _sourceFullPath; private readonly string _destinationPath...
using System; using System.Net; using System.Text; using YaR.MailRuCloud.Api.Base.Requests.Repo; namespace YaR.MailRuCloud.Api.Base.Requests.WebM1 { class MoveRequest : BaseRequestJson<WebV2.CopyRequest.Result> { private readonly string _sourceFullPath; private readonly string _destinationPath...
mit
C#
8dffb0d1f3d62796afd9e4c3ffdda8aad90b375d
Disable autocomplete for payment amount
Viincenttt/MollieApi,Viincenttt/MollieApi
Mollie.WebApplicationCoreExample/Views/Payment/Create.cshtml
Mollie.WebApplicationCoreExample/Views/Payment/Create.cshtml
@using Mollie.WebApplicationCoreExample.Framework.Extensions @model CreatePaymentModel @{ ViewData["Title"] = "Create payment"; } <div class="container"> <h2>Create new payment</h2> <form method="post"> <div asp-validation-summary="All"></div> <div class="row"> <div ...
@using Mollie.WebApplicationCoreExample.Framework.Extensions @model CreatePaymentModel @{ ViewData["Title"] = "Create payment"; } <div class="container"> <h2>Create new payment</h2> <form method="post"> <div asp-validation-summary="All"></div> <div class="row"> <div ...
mit
C#
e6fdf100c41fb5ceb23981c1e31533adbe846aa7
remove unused code
plantain-00/Bootstrap.Pagination,plantain-00/Bootstrap.Pagination
Bootstrap.Pagination.net40/Views/Shared/Pagination.cshtml
Bootstrap.Pagination.net40/Views/Shared/Pagination.cshtml
@using Bootstrap.Pagination <div style="text-align: center"> <ul class="pagination"> @{ var pagination = ViewData["pagination"] as Pagination; if (pagination.IsFirstGroup) { <li class="disabled"><span>«</span></li> } else ...
@using Bootstrap.Pagination <div style="text-align: center"> <ul class="pagination"> @{ var pagination = ViewData["pagination"] as Pagination; var url = ViewData["url"] as string; if (pagination.IsFirstGroup) { <li class="disabled"><span>«</sp...
mit
C#
bbfd48c9bb87a7e5dad9398cfa2fd00b378dde57
add tint experimental
reinterpretcat/utymap,reinterpretcat/utymap,reinterpretcat/utymap
unity/demo/Assets/Scripts/Scene/Gestures/SurfaceGestureStrategy.cs
unity/demo/Assets/Scripts/Scene/Gestures/SurfaceGestureStrategy.cs
using System; using Assets.Scripts.Scene.Tiling; using TouchScript.Gestures.TransformGestures; using UnityEngine; namespace Assets.Scripts.Scene.Gestures { internal class SurfaceGestureStrategy : GestureStrategy { private const float PanMaxSpeed = 1f; private const float PanMinSpeed = 0.005f; ...
using Assets.Scripts.Scene.Tiling; using TouchScript.Gestures.TransformGestures; using UnityEngine; namespace Assets.Scripts.Scene.Gestures { internal class SurfaceGestureStrategy : GestureStrategy { private const float PanMaxSpeed = 1f; private const float PanMinSpeed = 0.005f; privat...
apache-2.0
C#
198e3c3617aa56f4a08b1345ca4b8c3edd09eb08
Add comments
aluxnimm/outlookcaldavsynchronizer
GenSync/Synchronization/ISynchronizationContextFactory.cs
GenSync/Synchronization/ISynchronizationContextFactory.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#
cd95777829f6024c1711b69ba34bd0f3bd784b4e
Fix for allegiance update done message. (#689)
LtRipley36706/ACE,Lidefeath/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/Network/GameEvent/Events/GameEventAllegianceAllegianceUpdateDone.cs
Source/ACE.Server/Network/GameEvent/Events/GameEventAllegianceAllegianceUpdateDone.cs
using ACE.Server.Network.GameMessages; namespace ACE.Server.Network.GameEvent.Events { public class GameEventAllegianceAllegianceUpdateDone : GameEventMessage { public GameEventAllegianceAllegianceUpdateDone(Session session) : base(GameEventType.AllegianceAllegianceUpdateDone, GameMessageGr...
using ACE.Server.Network.GameMessages; namespace ACE.Server.Network.GameEvent.Events { public class GameEventAllegianceAllegianceUpdateDone : GameMessage { public GameEventAllegianceAllegianceUpdateDone(Session session) : base(GameMessageOpcode.GameEvent, GameMessageGroup.UIQueue) {...
agpl-3.0
C#
badfa358ffef7093325f5497624d93fb8d25cd87
Enforce Tls 1.2
projectkudu/AzureResourceExplorer,projectkudu/AzureResourceExplorer,projectkudu/ARMExplorer,projectkudu/AzureResourceExplorer,projectkudu/AzureResourceExplorer,projectkudu/ARMExplorer,projectkudu/ARMExplorer,projectkudu/ARMExplorer
Global.asax.cs
Global.asax.cs
using ARMExplorer.App_Start; using System.Configuration; using System.Net; using System.Web.Http; namespace ARMExplorer { public class Global : System.Web.HttpApplication { protected void Application_Start() { ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; ...
using ARMExplorer.App_Start; using System.Configuration; using System.Web.Http; namespace ARMExplorer { public class Global : System.Web.HttpApplication { protected void Application_Start() { Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration .Activ...
apache-2.0
C#
11771cc052fb22a1982eb387763e7141519bf63b
Update UrlFormatter.cs
WasimAhmad/Serenity,rolembergfilho/Serenity,volkanceylan/Serenity,WasimAhmad/Serenity,dfaruque/Serenity,rolembergfilho/Serenity,dfaruque/Serenity,dfaruque/Serenity,WasimAhmad/Serenity,dfaruque/Serenity,dfaruque/Serenity,volkanceylan/Serenity,volkanceylan/Serenity,WasimAhmad/Serenity,volkanceylan/Serenity,rolembergfilho...
Serenity.Script.Core/SlickGrid/Formatters/UrlFormatter.cs
Serenity.Script.Core/SlickGrid/Formatters/UrlFormatter.cs
using Serenity.ComponentModel; namespace Serenity { public class UrlFormatter : ISlickFormatter { public string Format(SlickFormatterContext ctx) { var display = !string.IsNullOrEmpty(DisplayProperty) ? ctx.Item[DisplayProperty] as string : ctx.Value; ...
namespace Serenity { public class UrlFormatter : ISlickFormatter { public string Format(SlickFormatterContext ctx) { var display = !string.IsNullOrEmpty(DisplayProperty) ? ctx.Item[DisplayProperty] as string : ctx.Value; var url = !string.IsNullOr...
mit
C#
3198bad7212b23f7ab5d745addae3140d9424cae
allow overriding sort expressions in queryable to-many materializer
JSONAPIdotNET/JSONAPI.NET,SphtKr/JSONAPI.NET
JSONAPI/Http/QueryableToManyRelatedResourceDocumentMaterializer.cs
JSONAPI/Http/QueryableToManyRelatedResourceDocumentMaterializer.cs
using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using JSONAPI.Documents; using JSONAPI.Documents.Builders; namespace JSONAPI.Http { /// <summary> /// Base class for implementations of <see cref="IRelatedResourceDocumentMaterializer"/> that use IQueryable to get r...
using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using JSONAPI.Documents; using JSONAPI.Documents.Builders; namespace JSONAPI.Http { /// <summary> /// Base class for implementations of <see cref="IRelatedResourceDocumentMaterializer"/> that use IQueryable to get r...
mit
C#
74bf889d14316b86814099e1b65933e29a359aab
Update IExchangeRateRepository.cs
tiksn/TIKSN-Framework
TIKSN.Core/Finance/ForeignExchange/Data/IExchangeRateRepository.cs
TIKSN.Core/Finance/ForeignExchange/Data/IExchangeRateRepository.cs
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using TIKSN.Data; namespace TIKSN.Finance.ForeignExchange.Data { public interface IExchangeRateRepository : IQueryRepository<ExchangeRateEntity, Guid>, IRepository<ExchangeRateEntity> { Task<IR...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using TIKSN.Data; namespace TIKSN.Finance.ForeignExchange.Data { public interface IExchangeRateRepository : IQueryRepository<ExchangeRateEntity, Guid>, IRepository<ExchangeRateEntity> { Task<IR...
mit
C#
dced08fcd831c4ff124debfdcfd08639fd45e6ab
Test for multiple games
TheEadie/PlayerRank,TheEadie/PlayerRank
UnitTests/LeagueTests.cs
UnitTests/LeagueTests.cs
using System.Linq; using Xunit; namespace ELORank.UnitTests { public class LeagueTests { [Fact] public void CanAddPlayerToLeague() { var league = new League(new SimpleScoringStrategy()); league.AddPlayer("Foo"); Assert.Contains("Foo", league.GetLead...
using System.Linq; using System.Linq.Expressions; using Xunit; namespace ELORank.UnitTests { public class LeagueTests { [Fact] public void CanAddPlayerToLeague() { var league = new League(new SimpleScoringStrategy()); league.AddPlayer("Foo"); Assert...
mit
C#
f0b9bf35cd3a46a0dc04be7ef8e52687c094607a
Declare the nullability of parsed command line arguments.
fixie/fixie
src/Fixie.Console/Options.cs
src/Fixie.Console/Options.cs
namespace Fixie.Console { public class Options { public Options( string? configuration, bool noBuild, string? framework, string? report) { Configuration = configuration ?? "Debug"; NoBuild = noBuild; Framework =...
namespace Fixie.Console { public class Options { public Options( string configuration, bool noBuild, string framework, string report) { Configuration = configuration ?? "Debug"; NoBuild = noBuild; Framework = fr...
mit
C#
ac48ff87da15d10a020a3cff56f8b7cdb176defe
Fix and re-enable the canvas mock.
aparajit-pratap/helix-toolkit,DynamoDS/helix-toolkit,smischke/helix-toolkit,helix-toolkit/helix-toolkit,Iluvatar82/helix-toolkit,jotschgl/helix-toolkit,0x53A/helix-toolkit,holance/helix-toolkit,huoxudong125/helix-toolkit,JeremyAnsel/helix-toolkit,CobraCalle/helix-toolkit,chrkon/helix-toolkit
Source/HelixToolkit.Wpf.SharpDX.Tests/Controls/CanvasMock.cs
Source/HelixToolkit.Wpf.SharpDX.Tests/Controls/CanvasMock.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CanvasMock.cs" company="Helix Toolkit"> // Copyright (c) 2014 Helix Toolkit contributors // </copyright> // ---------------------------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CanvasMock.cs" company="Helix Toolkit"> // Copyright (c) 2014 Helix Toolkit contributors // </copyright> // ---------------------------------------------------------------------...
mit
C#
d752f4035b6ca6c61389617bd4f2a346f6293675
Improve tests after fixing settings
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/test/src/CSharp/Feature/Services/Descriptions/IdentifierTooltipTest.cs
resharper/resharper-unity/test/src/CSharp/Feature/Services/Descriptions/IdentifierTooltipTest.cs
using JetBrains.ReSharper.FeaturesTestFramework.Daemon; using JetBrains.ReSharper.Plugins.Unity.Settings; using JetBrains.ReSharper.TestFramework; using NUnit.Framework; namespace JetBrains.ReSharper.Plugins.Unity.Tests.CSharp.Feature.Services.Descriptions { [TestUnity] // The tests include tooltips from all ...
using JetBrains.ReSharper.FeaturesTestFramework.Daemon; using JetBrains.ReSharper.Plugins.Unity.Settings; using JetBrains.ReSharper.TestFramework; using NUnit.Framework; namespace JetBrains.ReSharper.Plugins.Unity.Tests.CSharp.Feature.Services.Descriptions { // TODO: WHY DOES TESTSETTING NOT WORK!??! [TestUni...
apache-2.0
C#
4ceb9bff5273597fea5723426a03c09ba909fbf5
Make sure GPU accel. in web view is disabled even if default cefsharp settings change
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite/CefTools.cs
source/Playnite/CefTools.cs
using CefSharp; using CefSharp.Wpf; using Playnite.Common; using Playnite.Settings; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Playnite { public class CefTools { public static bool IsInit...
using CefSharp; using CefSharp.Wpf; using Playnite.Common; using Playnite.Settings; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Playnite { public class CefTools { public static bool IsInit...
mit
C#
dcc1b45e29456c5a82596347c0f0b484a29be4ff
use skia for rendering on windows.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Program.cs
WalletWasabi.Gui/Program.cs
using Avalonia; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using NBitcoin; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui { internal class Pro...
using Avalonia; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using NBitcoin; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui { internal class Pro...
mit
C#
f6ccc4ba6881ef9bd34d6201abf23f0b9af64fe8
Update the version to 1.2.2
RachelTucker/ds3_net_sdk,rpmoore/ds3_net_sdk,rpmoore/ds3_net_sdk,SpectraLogic/ds3_net_sdk,shabtaisharon/ds3_net_sdk,SpectraLogic/ds3_net_sdk,RachelTucker/ds3_net_sdk,shabtaisharon/ds3_net_sdk,RachelTucker/ds3_net_sdk,shabtaisharon/ds3_net_sdk,SpectraLogic/ds3_net_sdk,rpmoore/ds3_net_sdk
VersionInfo.cs
VersionInfo.cs
/* * ****************************************************************************** * Copyright 2014 Spectra Logic Corporation. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License is loc...
/* * ****************************************************************************** * Copyright 2014 Spectra Logic Corporation. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License is loc...
apache-2.0
C#
e519db8d369df7edda52e0b01bd85ff8f2a6ec8c
Fix CIT-747 Sorting by default
ndrmc/cats,ndrmc/cats,ndrmc/cats
Web/Areas/Finance/Views/ValidatedPaymentRequest/Index.cshtml
Web/Areas/Finance/Views/ValidatedPaymentRequest/Index.cshtml
@using Cats.Areas.Procurement.Models @using Cats.Helpers @using Cats.Models @using Cats.Services.Security @using Kendo.Mvc.UI @{ ViewBag.Title = Html.Translate("Index"); Layout = "~/Views/Shared/_MainLayout.cshtml"; } <h3>Transporters having active order</h3> @(Html.Kendo().Grid<TransporterViewModel>() ...
@using Cats.Areas.Procurement.Models @using Cats.Helpers @using Cats.Models @using Cats.Services.Security @using Kendo.Mvc.UI @{ ViewBag.Title = Html.Translate("Index"); Layout = "~/Views/Shared/_MainLayout.cshtml"; } <h3>Transporters having active order</h3> @(Html.Kendo().Grid<TransporterViewModel>() ...
apache-2.0
C#
524b151a2d2d9acd9e34199fd7f0a275b0cade89
Remove comment - no action needed
markaschell/SoftwareThresher
code/SoftwareThresher/SoftwareThresher/Observations/Observation.cs
code/SoftwareThresher/SoftwareThresher/Observations/Observation.cs
using System.IO; using SoftwareThresher.Settings.Search; using SoftwareThresher.Utilities; namespace SoftwareThresher.Observations { public abstract class Observation { readonly Search search; protected Observation(Search search) { this.search = search; } public virtual boo...
using System.IO; using SoftwareThresher.Settings.Search; using SoftwareThresher.Utilities; namespace SoftwareThresher.Observations { public abstract class Observation { readonly Search search; protected Observation(Search search) { this.search = search; } public virtual boo...
mit
C#
d335a8a85c027f4922f66b72e7a11ae2b0b4b400
Remove tests from Travis build until #55 is done
k94ll13nn3/Strinken
travis.cake
travis.cake
////////////////////////////////////////////////////////////////////// // DEPENDENCIES ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// // ARGUMENTS ////////////////////////////////////////////////////////////////////// var t...
////////////////////////////////////////////////////////////////////// // DEPENDENCIES ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// // ARGUMENTS ////////////////////////////////////////////////////////////////////// var t...
mit
C#
3566ff086a93668fd175d56d0b209948b65ed8d1
Update Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs
Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEngine; using System.Collections.Generic; using Microsoft.MixedReality.Toolkit.UI; namespace Microsoft.MixedReality.Toolkit.Utilities { /// <summary> /// Utilities for the management of constraints. /// </summary> in...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEngine; using System.Collections.Generic; using Microsoft.MixedReality.Toolkit.UI; namespace Microsoft.MixedReality.Toolkit.Utilities { /// <summary> /// Utilities for the management of constraints. /// </summary> in...
mit
C#
694305a6842b69d40be9b27f6474502b9eb48135
Hide links we don't need
mauricedb/Movies-GES,mauricedb/Movies-GES,mauricedb/Movies-GES
Movies-GES/Movies-GES.Web/Views/Shared/_Layout.cshtml
Movies-GES/Movies-GES.Web/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-in...
<!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-in...
mit
C#
2010dbbf595dd544633e196903f2234d2168fd36
optimize test console
tinohager/Nager.AmazonProductAdvertising,tinohager/Nager.AmazonProductAdvertising
Nager.AmazonProductAdvertising.TestConsole/Program.cs
Nager.AmazonProductAdvertising.TestConsole/Program.cs
using Nager.AmazonProductAdvertising.Model; using Nager.AmazonProductAdvertising.Extension; using System; namespace Nager.AmazonProductAdvertising.TestConsole { class Program { static void Main(string[] args) { Console.WriteLine("Please insert accesskey"); var accessKey...
using Nager.AmazonProductAdvertising.Model; using Nager.AmazonProductAdvertising.Extension; using System; namespace Nager.AmazonProductAdvertising.TestConsole { class Program { static void Main(string[] args) { var authentication = new AmazonAuthentication(); authentica...
mit
C#
530aa6d78b4a4cffa631cca3223676f88fcbf7d0
Add GridView extension method to get data row style
roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University/ControlExtensions/GridViewExtensions.cs
R7.University/ControlExtensions/GridViewExtensions.cs
// // GridViewExtensions.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2015 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free So...
// // GridViewExtensions.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2015 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free So...
agpl-3.0
C#
0603ea1afb17f86c513380e38a1e76d045cd03f2
Set InputMinutiaType upon leaving Uninitialised state
SimPrints/SimTemplate,SimPrints/SimTemplate
TemplateBuilderMVVM/ViewModel/States/Uninitialised.cs
TemplateBuilderMVVM/ViewModel/States/Uninitialised.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using TemplateBuilderMVVM.Helpers; using TemplateBuilderMVVM.Model; namespace TemplateBuilderMVVM.ViewModel.States { public class Uninit...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using TemplateBuilderMVVM.Helpers; using TemplateBuilderMVVM.Model; namespace TemplateBuilderMVVM.ViewModel.States { public class Uninit...
bsd-2-clause
C#
ff2784694738ffcdbe58b86f834f2cb649f6a843
change entity type on transition
LagoVista/DeviceAdmin
src/LagoVista.IoT.DeviceAdmin/Models/StateTransition.cs
src/LagoVista.IoT.DeviceAdmin/Models/StateTransition.cs
using LagoVista.Core.Attributes; using LagoVista.Core.Interfaces; using LagoVista.Core.Models; using LagoVista.IoT.DeviceAdmin.Resources; using System.Collections.Generic; using System.Collections.ObjectModel; namespace LagoVista.IoT.DeviceAdmin.Models { [EntityDescription(DeviceAdminDomain.StateMachines, Resourc...
using LagoVista.Core.Attributes; using LagoVista.Core.Interfaces; using LagoVista.IoT.DeviceAdmin.Resources; using System.Collections.Generic; using System.Collections.ObjectModel; namespace LagoVista.IoT.DeviceAdmin.Models { [EntityDescription(DeviceAdminDomain.StateMachines, Resources.DeviceLibraryResources.Nam...
mit
C#
14541ae2ba3567340758f1a080d57154be1e30de
Remove incorrect permission check on "Design" admin menu (#7316)
xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2
src/OrchardCore.Modules/OrchardCore.Themes/AdminMenu.cs
src/OrchardCore.Modules/OrchardCore.Themes/AdminMenu.cs
using System; using System.Threading.Tasks; using Microsoft.Extensions.Localization; using OrchardCore.Navigation; namespace OrchardCore.Themes { public class AdminMenu : INavigationProvider { private readonly IStringLocalizer S; public AdminMenu(IStringLocalizer<AdminMenu> localizer) ...
using System; using System.Threading.Tasks; using Microsoft.Extensions.Localization; using OrchardCore.Navigation; namespace OrchardCore.Themes { public class AdminMenu : INavigationProvider { private readonly IStringLocalizer S; public AdminMenu(IStringLocalizer<AdminMenu> localizer) ...
bsd-3-clause
C#
dfe4b6707c395f0de40d5bbb1d4db510dca79ef3
Update IRepo base
generik0/Smooth.IoC.Dapper.Repository.UnitOfWork,generik0/Smooth.IoC.Dapper.Repository.UnitOfWork
src/Smooth.IoC.Dapper.Repository.UnitOfWork/Repo/IRepositoryBase.cs
src/Smooth.IoC.Dapper.Repository.UnitOfWork/Repo/IRepositoryBase.cs
using System.Collections.Generic; using System.Threading.Tasks; using Smooth.IoC.Dapper.Repository.UnitOfWork.Data; using Smooth.IoC.Dapper.Repository.UnitOfWork.Entities; namespace Smooth.IoC.Dapper.Repository.UnitOfWork.Repo { public interface IRepositoryBase { } }
using System.Collections.Generic; using System.Threading.Tasks; using Smooth.IoC.Dapper.Repository.UnitOfWork.Data; using Smooth.IoC.Dapper.Repository.UnitOfWork.Entities; namespace Smooth.IoC.Dapper.Repository.UnitOfWork.Repo { public interface IRepository<TEntity, TPk> where TEntity : class, IEntity<TPk...
mit
C#
464fc8a15fe48e8c03b5573c467b4c45486f5581
Update Default.cshtml
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
samples/MusicStore/Views/Shared/Components/GenreMenu/Default.cshtml
samples/MusicStore/Views/Shared/Components/GenreMenu/Default.cshtml
@model IEnumerable<string> <li class="dropdown"> <a asp-area="" asp-controller="Store" asp-action="Index" class="dropdown-toggle" data-toggle="dropdown">Store <b class="caret"></b></a> <ul class="dropdown-menu"> @foreach (var genreName in Model) { <li> <a asp-area="...
@model IEnumerable<string> <li class="dropdown"> <a asp-area="" asp-controller="Store" asp-action="Index" class="dropdown-toggle" data-toggle="dropdown">Store <b class="caret"></b></a> <ul class="dropdown-menu"> @foreach (var genreName in Model) { <li> <a asp-area="...
apache-2.0
C#
a553aea4a0b399e222dd85fa7a3691885a41bde0
Remove stale todo comments
ddobric/durabletask,affandar/durabletask,jasoneilts/durabletask,Azure/durabletask,yonglehou/durabletask
Framework/JsonDataConverter.cs
Framework/JsonDataConverter.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#
d14e9acbe766892af9f35927ea400b82beded918
Use correct repository owner for GitHub link.
github/VisualStudio,github/VisualStudio,github/VisualStudio
src/GitHub.InlineReviews/ViewModels/InlineCommentThreadViewModel.cs
src/GitHub.InlineReviews/ViewModels/InlineCommentThreadViewModel.cs
using System; using System.Collections.Generic; using System.Globalization; using System.Reactive.Linq; using System.Threading.Tasks; using GitHub.Api; using GitHub.Extensions; using GitHub.Models; using GitHub.Services; using Octokit; using ReactiveUI; namespace GitHub.InlineReviews.ViewModels { /// <summary> ...
using System; using System.Collections.Generic; using System.Globalization; using System.Reactive.Linq; using System.Threading.Tasks; using GitHub.Api; using GitHub.Extensions; using GitHub.Models; using GitHub.Services; using Octokit; using ReactiveUI; namespace GitHub.InlineReviews.ViewModels { /// <summary> ...
mit
C#
1a07273910438d87cc89aea4af337e8615ad6483
Fix copying of markdown result.
JohanLarsson/Gu.State,JohanLarsson/Gu.ChangeTracking,JohanLarsson/Gu.State
Gu.State.Benchmarks/Program.cs
Gu.State.Benchmarks/Program.cs
// ReSharper disable UnusedMember.Local namespace Gu.State.Benchmarks { using System; using System.Collections.Generic; using System.IO; using System.Linq; using BenchmarkDotNet.Reports; using BenchmarkDotNet.Running; public static class Program { public static void Main() ...
// ReSharper disable UnusedMember.Local namespace Gu.State.Benchmarks { using System; using System.Collections.Generic; using System.IO; using System.Linq; using BenchmarkDotNet.Reports; using BenchmarkDotNet.Running; public static class Program { public static void Main() ...
mit
C#
dafc2a3acb7e91a1edb69fd09a918c2f1e3a93fd
tidy up controller
NaamloosDT/ModCore,NaamloosDT/ModCore
ModCore/CoreApi/Controllers/ApiController.cs
ModCore/CoreApi/Controllers/ApiController.cs
using Microsoft.AspNetCore.Mvc; using ModCore.CoreApi.Entities; using ModCore.Database; using ModCore.Entities; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ModCore.CoreApi.Controllers { [Route("api")] public class...
using Microsoft.AspNetCore.Mvc; using ModCore.CoreApi.Entities; using ModCore.Database; using ModCore.Entities; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ModCore.CoreApi.Controllers { [Route("api")] public class...
mit
C#
1bb3b0e8f25cdc8d7fe7e217476b3d4c778c0ea2
Bump version to 0.8.3
quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot
CactbotOverlay/Properties/AssemblyInfo.cs
CactbotOverlay/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("CactbotOverlay")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("CactbotOverlay")] [assembly: AssemblyC...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("CactbotOverlay")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("CactbotOverlay")] [assembly: AssemblyC...
apache-2.0
C#
294340279eb5614a8a6d1c23d305b6ba9aa5a174
Add inputting test coverage
NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu
osu.Game.Tests/Visual/SongSelect/TestSceneSongSelectFooter.cs
osu.Game.Tests/Visual/SongSelect/TestSceneSongSelectFooter.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 NUnit.Framework; using osu.Framework.Graphics; using osu.Game.Screens.Select; using osuTK.Input; namespace osu.Game.Tests.Visual.SongSelect { public class Test...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Game.Screens.Select; namespace osu.Game.Tests.Visual.SongSelect { public class TestSceneSongSelectFooter : OsuManualInputMana...
mit
C#
af20e892a33f1256f7791d73c3408da9fb579468
Remove over zealous tracing
croquet-australia/croquet-australia.com.au,croquet-australia/croquet-australia-website,croquet-australia/croquet-australia-website,croquet-australia/croquet-australia-website,croquet-australia/croquet-australia-website,croquet-australia/croquet-australia.com.au,croquet-australia/croquet-australia.com.au,croquet-austral...
source/CroquetAustralia.Library/Authentication/Identity/InMemoryUserStore-IUserStore.cs
source/CroquetAustralia.Library/Authentication/Identity/InMemoryUserStore-IUserStore.cs
using System; using System.Threading.Tasks; using Anotar.LibLog; using Microsoft.AspNet.Identity; using NullGuard; namespace CroquetAustralia.Library.Authentication.Identity { /// <summary> /// Implements <see cref="IUserStore{TUser,TKey}" />. /// </summary> public partial class InMemoryUserStore ...
using System; using System.Threading.Tasks; using Anotar.LibLog; using Microsoft.AspNet.Identity; using NullGuard; namespace CroquetAustralia.Library.Authentication.Identity { /// <summary> /// Implements <see cref="IUserStore{TUser,TKey}" />. /// </summary> public partial class InMemoryUserStore ...
mit
C#
89f8ab7d80d009df3add07f2b7c571441efb5582
Set version to 1
turtle-box-games/leaf-csharp
Leaf/Leaf/Versions/V1Engine.cs
Leaf/Leaf/Versions/V1Engine.cs
using System.IO; using Leaf.Nodes; namespace Leaf.Versions { /// <summary> /// First version of the node engine. /// </summary> public class V1Engine : Engine { /// <summary> /// Numerical version used to distinguish this engine from others. /// For this engine, the value i...
using System.IO; using Leaf.Nodes; namespace Leaf.Versions { /// <summary> /// First version of the node engine. /// </summary> public class V1Engine : Engine { /// <summary> /// Numerical version used to distinguish this engine from others. /// For this engine, the value i...
mit
C#
9510dd698c7a347cefcc0ffc9a2ad3a03ba6583d
Add support for non-scalar properties in GetAttribute command
NetlifeBackupSolutions/Winium.StoreApps,goldbillka/Winium.StoreApps,NetlifeBackupSolutions/Winium.StoreApps,2gis/Winium.StoreApps,krishachetan89/Winium.StoreApps,goldbillka/Winium.StoreApps,2gis/Winium.StoreApps,krishachetan89/Winium.StoreApps
WindowsUniversalAppDriver/WindowsUniversalAppDriver.InnerServer/Commands/GetElementAttributeCommand.cs
WindowsUniversalAppDriver/WindowsUniversalAppDriver.InnerServer/Commands/GetElementAttributeCommand.cs
namespace WindowsUniversalAppDriver.InnerServer.Commands { using System; using System.Reflection; using Newtonsoft.Json; using WindowsUniversalAppDriver.Common; internal class GetElementAttributeCommand : CommandBase { #region Public Properties public string ElementId { get;...
namespace WindowsUniversalAppDriver.InnerServer.Commands { using System; using System.Reflection; using WindowsUniversalAppDriver.Common; internal class GetElementAttributeCommand : CommandBase { #region Public Properties public string ElementId { get; set; } #endregion ...
mpl-2.0
C#
183ab64b37545a812cf05759d361450fb6d602e7
Fix warning in RoslynToolchain
alinasmirnova/BenchmarkDotNet,alinasmirnova/BenchmarkDotNet,PerfDotNet/BenchmarkDotNet,Ky7m/BenchmarkDotNet,Ky7m/BenchmarkDotNet,ig-sinicyn/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,ig-sinicyn/BenchmarkDotNet,Ky7m/BenchmarkDotNet,alinasmirnova/BenchmarkDotNet,alinasmirnova/BenchmarkDotNet,ig...
src/BenchmarkDotNet.Toolchains.Roslyn/Toolchains/RoslynToolchain.cs
src/BenchmarkDotNet.Toolchains.Roslyn/Toolchains/RoslynToolchain.cs
using BenchmarkDotNet.Toolchains.Classic; using JetBrains.Annotations; namespace BenchmarkDotNet.Toolchains { /// <summary> /// Build a benchmark program with the Roslyn compiler. /// </summary> public class RoslynToolchain : Toolchain { /// <summary> /// Creates new instance of Ro...
using BenchmarkDotNet.Toolchains.Classic; using JetBrains.Annotations; namespace BenchmarkDotNet.Toolchains { /// <summary> /// Build a benchmark program with the Roslyn compiler. /// </summary> public class RoslynToolchain : Toolchain { [PublicAPI("Used in auto-generated .exe when this to...
mit
C#
c4ecef14d7fb7ec67673184f331d841ba267ee21
Add documentation.
PombeirP/T4Factories
GenerateT4FactoryWithContractAttribute.cs
GenerateT4FactoryWithContractAttribute.cs
using System; namespace T4Factories { /// <summary> /// This attribute tells the T4 template to automatically generate a factory for the type this attribute is applied to. /// </summary> public class GenerateT4FactoryWithContractAttribute : Attribute { /// <summary> /// Initializes ...
using System; namespace T4Factories { public class GenerateT4FactoryWithContractAttribute : Attribute { public Type ContractType { get; private set; } public GenerateT4FactoryWithContractAttribute() { } public GenerateT4FactoryWithContractAttribute(Type contractType) ...
mit
C#
3d8080684ba10d98d4f1693e159f3413d4c7c25e
Make AttributeLookupCache thread safe.
peeedge/mobile,eatskolnikov/mobile,eatskolnikov/mobile,ZhangLeiCharles/mobile,masterrr/mobile,peeedge/mobile,ZhangLeiCharles/mobile,masterrr/mobile,eatskolnikov/mobile
Phoebe/Data/AttributeLookupCache.cs
Phoebe/Data/AttributeLookupCache.cs
using System; using System.Collections.Generic; namespace Toggl.Phoebe.Data { public class AttributeLookupCache<T> where T : Attribute { private readonly Dictionary<Type, Dictionary<string, bool>> registry = new Dictionary<Type, Dictionary<string, bool>> (); public bool Has...
using System; using System.Collections.Generic; namespace Toggl.Phoebe.Data { public class AttributeLookupCache<T> where T : Attribute { private readonly Dictionary<Type, Dictionary<string, bool>> registry = new Dictionary<Type, Dictionary<string, bool>> (); public bool Has...
bsd-3-clause
C#
376d8137596a140f9c99cd9f2964e1858f0b7655
Add mediaItem dictionary helper
martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager
MediaManager/Media/MediaItemExtensions.cs
MediaManager/Media/MediaItemExtensions.cs
using System.Collections.Generic; namespace MediaManager.Media { public static class MediaItemExtensions { public static IDictionary<string, object> ToDictionary(this IMediaItem mediaItem) { var mediaItemDict = new Dictionary<string, object>(); foreach (var item in medi...
namespace MediaManager.Media { public static class MediaItemExtensions { public static string GetTitle(this IMediaItem mediaItem) { if (!string.IsNullOrEmpty(mediaItem.DisplayTitle)) return mediaItem.DisplayTitle; else if (!string.IsNullOrEmpty(mediaItem....
mit
C#
c145cffc65b122c3aeebd01cb32f2d8273ea496c
Add missing semi
mixpanel/mixpanel-unity
Mixpanel/Editor/MixpanelSettingsEditor.cs
Mixpanel/Editor/MixpanelSettingsEditor.cs
using UnityEditor; namespace mixpanel.editor { internal class MixpanelSettingsEditor { [SettingsProvider] internal static SettingsProvider CreateCustomSettingsProvider() { // First parameter is the path in the Settings window. // Second parameter is the scope of ...
using UnityEditor; namespace mixpanel.editor { internal class MixpanelSettingsEditor { [SettingsProvider] internal static SettingsProvider CreateCustomSettingsProvider() { // First parameter is the path in the Settings window. // Second parameter is the scope of ...
apache-2.0
C#
f95d71470ddc80bbe273d85a239a727571f8d121
Add expression indicating if a post is published
sebastieno/sebastienollivier.fr,sebastieno/sebastienollivier.fr
Blog.Data/Post.cs
Blog.Data/Post.cs
using System; using System.Linq.Expressions; namespace Blog.Data { public class Post { public int Id { get; set; } public string Url { get; set; } public string Title { get; set; } public string Description { get; set; } public string ComputedDescription { ...
using System; namespace Blog.Data { public class Post { public int Id { get; set; } public string Url { get; set; } public string Title { get; set; } public string Description { get; set; } public string ComputedDescription { get { ...
mit
C#
e864f4569fc8667ed51eb1fc10ae626ed71341dc
Change NLogConsumer namespace to Atata
atata-framework/atata,atata-framework/atata,YevgeniyShunevych/Atata,YevgeniyShunevych/Atata
src/Atata/Logging/NLogConsumer.cs
src/Atata/Logging/NLogConsumer.cs
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Atata { public class NLogConsumer : ILogConsumer { private readonly dynamic logger; private readonly Type logEventInfoType; private readonly Dicti...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Atata.Logging { public class NLogConsumer : ILogConsumer { private readonly dynamic logger; private readonly Type logEventInfoType; private readon...
apache-2.0
C#
ca9e03bb3a0ed32554ec611b7828b1061d9ef75f
Update ApplicationInsightsMetricTelemeter.cs
tiksn/TIKSN-Framework
TIKSN.Core/Analytics/Telemetry/ApplicationInsightsMetricTelemeter.cs
TIKSN.Core/Analytics/Telemetry/ApplicationInsightsMetricTelemeter.cs
using System; using System.Diagnostics; using System.Threading.Tasks; using Microsoft.ApplicationInsights.DataContracts; namespace TIKSN.Analytics.Telemetry { public class ApplicationInsightsMetricTelemeter : IMetricTelemeter { public Task TrackMetric(string metricName, decimal metricValue) { ...
using Microsoft.ApplicationInsights.DataContracts; using System; using System.Diagnostics; using System.Threading.Tasks; namespace TIKSN.Analytics.Telemetry { public class ApplicationInsightsMetricTelemeter : IMetricTelemeter { public Task TrackMetric(string metricName, decimal metricValue) { ...
mit
C#
d620b5f148b401c656ad17ac7d3a90706dbb3b40
remove code.
tangxuehua/enode,Aaron-Liu/enode
src/Samples/NoteSample/Program.cs
src/Samples/NoteSample/Program.cs
using System; using System.Reflection; using ECommon.Autofac; using ECommon.Configurations; using ECommon.IoC; using ECommon.JsonNet; using ECommon.Log4Net; using ECommon.Utilities; using ENode.Commanding; using ENode.Configurations; using NoteSample.Commands; using NoteSample.EQueueIntegrations; namespa...
using System; using System.Reflection; using ECommon.Autofac; using ECommon.Configurations; using ECommon.IoC; using ECommon.JsonNet; using ECommon.Log4Net; using ECommon.Utilities; using ENode.Commanding; using ENode.Configurations; using NoteSample.Commands; using NoteSample.EQueueIntegrations; namespa...
mit
C#
652da44cce4cd78041597f0a71392b1d0e9c835a
Update the docs.
mikeobrien/SimpleConfig,mikeobrien/SimpleConfig
src/SimpleConfig/Configuration.cs
src/SimpleConfig/Configuration.cs
using System.Configuration; using Bender; namespace SimpleConfig { public interface IConfiguration { T Load<T>(string sectionName = null); } public class Configuration : IConfiguration { public T Load<T>(string sectionName = null) { sectionName = ...
using System.Configuration; using Bender; namespace SimpleConfig { public interface IConfiguration { T Load<T>(string sectionName = null); } public class Configuration : IConfiguration { public T Load<T>(string sectionName = null) { return Deseria...
mit
C#
f5dcc512622d2d4f7d9b5523109352a4550d0a17
Fix for authenticated user
mika-f/Sagitta
Source/Sagitta/Models/ProfileImageUrls.cs
Source/Sagitta/Models/ProfileImageUrls.cs
using Newtonsoft.Json; namespace Sagitta.Models { public class ProfileImageUrls { [JsonProperty("medium")] public string Medium { get; set; } /// <summary> /// 16x16 /// </summary> [JsonProperty("px_16x16")] public string Small { get; set; } ...
using Newtonsoft.Json; namespace Sagitta.Models { public class ProfileImageUrls { [JsonProperty("medium")] public string Medium { get; set; } } }
mit
C#
45ccea432b287b653dae70f7aed00e43680528bc
Change "UpdatePrompt" subtext for differing major or revision versions
danielchalmers/SteamAccountSwitcher
SteamAccountSwitcher/UpdatePrompt.xaml.cs
SteamAccountSwitcher/UpdatePrompt.xaml.cs
#region using System; using System.Windows; #endregion namespace SteamAccountSwitcher { /// <summary> /// Interaction logic for UpdatePrompt.xaml /// </summary> public partial class UpdatePrompt : Window { public enum UpdateResponse { UpdateNow, Remind...
#region using System; using System.Windows; #endregion namespace SteamAccountSwitcher { /// <summary> /// Interaction logic for UpdatePrompt.xaml /// </summary> public partial class UpdatePrompt : Window { public enum UpdateResponse { UpdateNow, Remind...
mit
C#
821544b24b0f6334f6b8945d910d8c7f17a02962
add expriseAt
dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap,dotnetcore/CAP
src/DotNetCore.CAP/Processor/States/IStateChanger.Default.cs
src/DotNetCore.CAP/Processor/States/IStateChanger.Default.cs
using System; using DotNetCore.CAP.Models; namespace DotNetCore.CAP.Processor.States { public class StateChanger : IStateChanger { public void ChangeState(CapPublishedMessage message, IState state, IStorageTransaction transaction) { var now = DateTime.Now; if (state.Exp...
using DotNetCore.CAP.Models; namespace DotNetCore.CAP.Processor.States { public class StateChanger : IStateChanger { public void ChangeState(CapPublishedMessage message, IState state, IStorageTransaction transaction) { //var now = DateTime.UtcNow; //if (state.ExpiresAft...
mit
C#
3e3ec3de8c23f9cd8c9542f6b685a9c61013a609
update formatting
designsbyjuan/UnityLib
FadeOutPanel.cs
FadeOutPanel.cs
using UnityEngine; using UnityEngine.UI; public class FadeOutPanel : MonoBehaviour { public GameObject fadePanelPrefab; public float fadeTime = 1.5f; // Use this for initialization void Start() {} public void FadePanel() { GameObject fadePanel = (GameObject)Instantiate(fadePanelPrefab); // set ...
using UnityEngine; using UnityEngine.UI; public class FadeOutPanel : MonoBehaviour { public GameObject fadePanelPrefab; public float fadeTime = 1.5f; // Use this for initialization void Start() {} public void FadePanel() { GameObject fadePanel = (GameObject)Instantiate(fadePanelPrefab); // set cl...
mit
C#
686f0b9ceedceb8ca255ccc6e7ae7fbaf80f239b
Fix process of requesting access to a room
RightpointLabs/conference-room,RightpointLabs/conference-room,jorupp/conference-room,jorupp/conference-room,RightpointLabs/conference-room,RightpointLabs/conference-room,jorupp/conference-room,jorupp/conference-room
RightpointLabs.ConferenceRoom.Services/Controllers/BaseController.cs
RightpointLabs.ConferenceRoom.Services/Controllers/BaseController.cs
using log4net; using RightpointLabs.ConferenceRoom.Services.Attributes; using System.Net.Http; using System.ServiceModel.Channels; using System.Web; using System.Web.Http; namespace RightpointLabs.ConferenceRoom.Services.Controllers { /// <summary> /// Operations dealing with client log messages /// </sum...
using log4net; using RightpointLabs.ConferenceRoom.Services.Attributes; using System.Net.Http; using System.ServiceModel.Channels; using System.Web; using System.Web.Http; namespace RightpointLabs.ConferenceRoom.Services.Controllers { /// <summary> /// Operations dealing with client log messages /// </sum...
mit
C#
0df770b1c46c1e0ffb86b7cee24e70cec95d1080
fix datagrid xmlns
wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grok...
src/Avalonia.Controls.DataGrid/Properties/AssemblyInfo.cs
src/Avalonia.Controls.DataGrid/Properties/AssemblyInfo.cs
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System.Reflection; using System.Runtime.CompilerServices; using Avalonia.Metadata; [assembly: InternalsVisibleTo("Avalonia.Controls.UnitTests")] [a...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System.Reflection; using System.Runtime.CompilerServices; using Avalonia.Metadata; [assembly: InternalsVisibleTo("Avalonia.Controls.UnitTests")] [a...
mit
C#
d67ff529b74e4d6c9716279f2da1cca9d69bd145
Make ScalarTemplatePropertyValueDictionary a dictionary
messagetemplates/messagetemplates-csharp,messagetemplates/messagetemplates-csharp
src/MessageTemplates/Core/ScalarTemplatePropertyValueDictionary.cs
src/MessageTemplates/Core/ScalarTemplatePropertyValueDictionary.cs
using System; using System.Collections; using System.Collections.Generic; using MessageTemplates.Structure; using System.Linq; namespace MessageTemplates.Core { /// <summary> /// /// </summary> public class ScalarTemplatePropertyValueDictionary : IEnumerable<KeyValuePair<ScalarValue, Template...
using System; using System.Collections; using System.Collections.Generic; using MessageTemplates.Structure; namespace MessageTemplates.Core { /// <summary> /// /// </summary> public class ScalarTemplatePropertyValueDictionary : IEnumerable<KeyValuePair<ScalarValue, TemplatePropertyValue>> ...
apache-2.0
C#
e827d120113b92a9ad19fb62d921a9afc8057fdb
Fix game inline query result
MrRoundRobin/telegram.bot,TelegramBots/telegram.bot,AndyDingo/telegram.bot
src/Telegram.Bot/Types/InlineQueryResults/InlineQueryResultGame.cs
src/Telegram.Bot/Types/InlineQueryResults/InlineQueryResultGame.cs
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Telegram.Bot.Types.InlineQueryResults { /// <summary> /// Represents a <see cref="Game"/>. /// </summary> /// <seealso cref="InlineQueryResult" /> [JsonObject(MemberSerialization = MemberSerialization.OptIn, Namin...
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System.ComponentModel; using Telegram.Bot.Types.InputMessageContents; namespace Telegram.Bot.Types.InlineQueryResults { /// <summary> /// Represents a <see cref="Game"/>. /// </summary> /// <seealso cref="InlineQueryResultNew" /> [Js...
mit
C#
fa03a47e2bfd4a42e4a6230708db1e628ebf0d25
Clear up ItemPageViewModel.cs
wangjun/windows-app,wangjun/windows-app
wallabag/wallabag.Shared/ViewModel/ItemPageViewModel.cs
wallabag/wallabag.Shared/ViewModel/ItemPageViewModel.cs
using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Command; using GalaSoft.MvvmLight.Ioc; using Windows.ApplicationModel.DataTransfer; using Windows.UI.Xaml.Media; namespace wallabag.ViewModel { public class ItemPageViewModel : ViewModelBase { private ItemViewModel _Item; public ItemViewModel ...
using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Command; using GalaSoft.MvvmLight.Ioc; using Windows.ApplicationModel.DataTransfer; using Windows.UI.Xaml.Media; namespace wallabag.ViewModel { public class ItemPageViewModel : ViewModelBase { private ItemViewModel _Item; public ItemViewModel ...
mit
C#
9f6535de2c7e21e17348fb550478c146efdd7b3f
Update to use CSLA configuration
rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,MarimerLLC/csla,JasonBock/csla,rockfordlhotka/csla
Samples/ProjectTracker/ProjectTracker.AppServerCore/Startup.cs
Samples/ProjectTracker/ProjectTracker.AppServerCore/Startup.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Dependenc...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Dependenc...
mit
C#
6aa592f7c88177076d05888eb33d16d0874063d8
Implement AddressSpaceComplianceTestTool - added top level exception handling.
mpostol/OPC-UA-OOI
SemanticDataSolution/AddressSpaceComplianceTestTool/Program.cs
SemanticDataSolution/AddressSpaceComplianceTestTool/Program.cs
 using System; using System.IO; namespace UAOOI.SemanticData.AddressSpaceTestTool { class Program { internal static void Main(string[] args) { try { FileInfo _fileToRead = GetFileToRead(args); ValidateFile(_fileToRead); } catch (Exception ex) { Consol...
 using System; using System.IO; namespace UAOOI.SemanticData.AddressSpaceTestTool { class Program { internal static void Main(string[] args) { FileInfo _fileToRead = GetFileToRead(args); ValidateFile(_fileToRead); } internal static void ValidateFile(FileInfo _fileToRead) { th...
mit
C#
1e5f40919f5efa1224a0fd71aad2278721032cd3
Fix VS package template assembly version.
rsdn/nitra,rsdn/nitra
Nitra.LanguageCompiler/Templates/XXLanguageFullNameXXVsPackage/Properties/AssemblyInfo.cs
Nitra.LanguageCompiler/Templates/XXLanguageFullNameXXVsPackage/Properties/AssemblyInfo.cs
using System; using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: Microsoft.VisualStudio.Shell.ProvideCodeBase(CodeBase = @"$PackageFolder$\XXLanguageFullNameXXVsPackage.dll")] // General Information about an assembly is con...
using System; using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: Microsoft.VisualStudio.Shell.ProvideCodeBase(CodeBase = @"$PackageFolder$\XXLanguageFullNameXXVsPackage.dll")] // General Information about an assembly is con...
apache-2.0
C#
b82a591e40548185e47efc173601d10f6b8da86f
Update ExceptionlessMetricTelemeter.cs
tiksn/TIKSN-Framework
TIKSN.Core/Analytics/Telemetry/ExceptionlessMetricTelemeter.cs
TIKSN.Core/Analytics/Telemetry/ExceptionlessMetricTelemeter.cs
using System; using System.Diagnostics; using System.Threading.Tasks; using Exceptionless; namespace TIKSN.Analytics.Telemetry { public class ExceptionlessMetricTelemeter : ExceptionlessTelemeterBase, IMetricTelemeter { public async Task TrackMetric(string metricName, decimal metricValue) { ...
using Exceptionless; using System; using System.Diagnostics; using System.Threading.Tasks; namespace TIKSN.Analytics.Telemetry { public class ExceptionlessMetricTelemeter : ExceptionlessTelemeterBase, IMetricTelemeter { public async Task TrackMetric(string metricName, decimal metricValue) { ...
mit
C#
3113275dea34dfe04f89335ac68d30748e34a3a8
Change to TileLayer as sealed.
JKennedy24/Xamarin.Forms.GoogleMaps,JKennedy24/Xamarin.Forms.GoogleMaps,quesera2/Xamarin.Forms.GoogleMaps,amay077/Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/TileLayer.cs
Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/TileLayer.cs
using System; using System.Threading.Tasks; namespace Xamarin.Forms.GoogleMaps { public sealed class TileLayer { // For URI specific SyncTileLayer private Func<int, int, int, Uri> _makeTileUri = null; internal Func<int, int, int, Uri> MakeTileUri { get { return _makeTileUri; } } // For Image spe...
using System; using System.Threading.Tasks; namespace Xamarin.Forms.GoogleMaps { public class TileLayer { // For URI specific SyncTileLayer private Func<int, int, int, Uri> _makeTileUri = null; internal Func<int, int, int, Uri> MakeTileUri { get { return _makeTileUri; } } // For Image specific Sync...
mit
C#
aa4dd3ec8c2d37d5a27e4701af7a95905e3cb8ba
fix awaiting to get current user, because not waiting a result and not throwing exception
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.Application/AbpProjectNameAppServiceBase.cs
aspnet-core/src/AbpCompanyName.AbpProjectName.Application/AbpProjectNameAppServiceBase.cs
using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Abp.Application.Services; using Abp.IdentityFramework; using Abp.Runtime.Session; using AbpCompanyName.AbpProjectName.Authorization.Users; using AbpCompanyName.AbpProjectName.MultiTenancy; namespace AbpCompanyName.AbpProjectName { ...
using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Abp.Application.Services; using Abp.IdentityFramework; using Abp.Runtime.Session; using AbpCompanyName.AbpProjectName.Authorization.Users; using AbpCompanyName.AbpProjectName.MultiTenancy; namespace AbpCompanyName.AbpProjectName { ...
mit
C#
5b5bb9758e5d9f7e4d5679ee2fa30a2aadcb2452
Update ResourceBackupStatus.cs
AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azur...
src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.Models/CommonModels/ResourceBackupStatus.cs
src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.Models/CommonModels/ResourceBackupStatus.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.apac...
using System; namespace Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models { /// <summary> /// Backup status of a resource. /// </summary> public class ResourceBackupStatus { /// <summary> /// The Resource Name. /// </summary> public string Name { get; ...
apache-2.0
C#