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
a9f9b0406355cd851e7ec0875cbfd53ddcf82a23
Remove the beta tag
who/RestSharp,jiangzm/RestSharp,benfo/RestSharp,amccarter/RestSharp,huoxudong125/RestSharp,wparad/RestSharp,kouweizhong/RestSharp,felipegtx/RestSharp,rucila/RestSharp,mattwalden/RestSharp,chengxiaole/RestSharp,fmmendo/RestSharp,dmgandini/RestSharp,mwereda/RestSharp,cnascimento/RestSharp,PKRoma/RestSharp,uQr/RestSharp,K...
RestSharp/SharedAssemblyInfo.cs
RestSharp/SharedAssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System; // 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: Ass...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System; // 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: Ass...
apache-2.0
C#
967c658b5d023b72ef74de8c1724e875068f4891
Revert "Use a PrivateAdditionalLibrary for czmq.lib instead of a public one"
DeltaMMO/ue4czmq,DeltaMMO/ue4czmq
Source/ue4czmq/ue4czmq.Build.cs
Source/ue4czmq/ue4czmq.Build.cs
// Copyright 2015 Palm Stone Games, Inc. All Rights Reserved. using System.IO; namespace UnrealBuildTool.Rules { public class ue4czmq : ModuleRules { public ue4czmq(TargetInfo Target) { // Include paths //PublicIncludePaths.AddRange(new string[] {}); //PrivateIncludePat...
// Copyright 2015 Palm Stone Games, Inc. All Rights Reserved. using System.IO; namespace UnrealBuildTool.Rules { public class ue4czmq : ModuleRules { public ue4czmq(TargetInfo Target) { // Include paths //PublicIncludePaths.AddRange(new string[] {}); //PrivateIncludePat...
apache-2.0
C#
168fe28aec0c3b76e00722cd017f2ca4a18f4fb4
Make soldier a dropdown list
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Views/APFT/Edit.cshtml
Battery-Commander.Web/Views/APFT/Edit.cshtml
@model APFT @using (Html.BeginForm("Edit", "APFT", FormMethod.Post, new { @class = "form-horizontal" role = "form" })) { @Html.AntiForgeryToken() @Html.HiddenFor(model => model.Id) @Html.ValidationSummary() <div class="form-group form-group-lg"> @Html.DisplayNameFor(model => model.Soldier) ...
@model APFT @using (Html.BeginForm("Edit", "APFT", FormMethod.Post, new { @class = "form-horizontal" role = "form" })) { @Html.AntiForgeryToken() @Html.HiddenFor(model => model.Id) @Html.ValidationSummary() <div class="form-group form-group-lg"> @Html.DisplayNameFor(model => model.Soldier) ...
mit
C#
4756056234f799b67f7b2f8404f07c14551e2243
Update unit test error for new const
steven-r/Oberon0Compiler
UnitTestProject1/SimpleTests.cs
UnitTestProject1/SimpleTests.cs
#region copyright // -------------------------------------------------------------------------------------------------------------------- // <copyright file="SimpleTests.cs" company="Stephen Reindl"> // Copyright (c) Stephen Reindl. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the pro...
#region copyright // -------------------------------------------------------------------------------------------------------------------- // <copyright file="SimpleTests.cs" company="Stephen Reindl"> // Copyright (c) Stephen Reindl. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the pro...
mit
C#
d9dcf2a148b64654e236aacfbcf62966eb0efac4
Undo changes
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
core/Piranha/IStorageSession.cs
core/Piranha/IStorageSession.cs
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using System.IO; using System.Threading.Tasks; using Piranha.Models; ...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using System.IO; using System.Threading.Tasks; using Piranha.Models; ...
mit
C#
e524672e60d4438d5ea446e2feb623f5bf8bcabd
Tweak payload format
LaserHydra/Oxide,Visagalis/Oxide,LaserHydra/Oxide,Visagalis/Oxide
Oxide.Core/Analytics.cs
Oxide.Core/Analytics.cs
using System; using System.Collections.Generic; using System.Diagnostics; using Oxide.Core.Libraries; namespace Oxide.Core { public static class Analytics { private static readonly WebRequests Webrequests = Interface.Oxide.GetLibrary<WebRequests>(); private static readonly Lang Lang = Interfa...
using System; using System.Collections.Generic; using System.Diagnostics; using Oxide.Core.Libraries; namespace Oxide.Core { public static class Analytics { private static readonly WebRequests Webrequests = Interface.Oxide.GetLibrary<WebRequests>(); private static readonly Lang Lang = Interfa...
mit
C#
af80d4493ed4c55c6201cdd5e048a42b0a8853a0
Remove Database EnsureCreated
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
samples/ChatSample/Data/ApplicationDbContext.cs
samples/ChatSample/Data/ApplicationDbContext.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity.EntityFrameworkCore...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity.EntityFrameworkCore...
apache-2.0
C#
d16723adc6d8e04701528cb1d2088811792a846f
Add commenting and refactor
SnpM/Lockstep-Framework,erebuswolf/LockstepFramework,yanyiyun/LockstepFramework
Core/Utility/MessageSystem/DefaultMessage.cs
Core/Utility/MessageSystem/DefaultMessage.cs
using UnityEngine; using System.Collections; namespace Lockstep { public class DefaultMessage : IMessage { } }
using UnityEngine; using System.Collections; namespace Lockstep { public struct DefaultMessage { } }
mit
C#
7ca9da0090f3611d00a100f3cb5473d4c85e9e30
Support copy
ppittle/pMixins,ppittle/pMixins,ppittle/pMixins
pMixins.Mvc/Views/Support/Index.cshtml
pMixins.Mvc/Views/Support/Index.cshtml
@{ ViewBag.Title = "Support"; } <div class="body-content"> <div class="row"> <div class="col-md-12"> <h1><span class="logo-code">[<span class="typ">p</span>Mixins]</span> Support</h1> <p>Have a question or comment? Here's how to get help:</p> <div class="list-group...
@{ ViewBag.Title = "Support"; } <div class="body-content"> <div class="row"> <div class="col-md-12"> <h2><span class="logo-code">[<span class="typ">p</span>Mixins]</span> Support</h2> </div> </div> </div>
apache-2.0
C#
3c1c3f0b3482d2581775e290707a39fb51abdff7
Add missing JsonProperty attributes to RestCallResponse
CoraleStudios/Colore
src/Corale.Colore/Rest/Data/RestCallResponse.cs
src/Corale.Colore/Rest/Data/RestCallResponse.cs
// --------------------------------------------------------------------------------------- // <copyright file="RestCallResponse.cs" company="Corale"> // Copyright © 2015-2017 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this sof...
// --------------------------------------------------------------------------------------- // <copyright file="RestCallResponse.cs" company="Corale"> // Copyright © 2015-2017 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this sof...
mit
C#
66c7a49ae59df2bcc45360f284c57c6fb9cf0a6d
Update TextWriterTarget.cs
DHGMS-Solutions/nlogtargetstextwriter
src/NLog.Targets.TextWriter/TextWriterTarget.cs
src/NLog.Targets.TextWriter/TextWriterTarget.cs
namespace NLog.Targets.TextWriter { using System; using System.Diagnostics.CodeAnalysis; using System.IO; using NLog.Targets; /// <summary> /// NLog Target for relaying events to a <see cref="T:System.IO.TextWriter">TextWriter</see>. /// </summary> [SuppressMessage("Usage", "Wintellec...
namespace NLog.Targets.TextWriter { using System; using System.Diagnostics.CodeAnalysis; using System.IO; using NLog.Targets; /// <summary> /// NLog Target for relaying events to a <see cref="T:System.IO.TextWriter">TextWriter</see>. /// </summary> [SuppressMessage("Usage", "Wintellec...
mit
C#
baadacc2a22ee0814473866b442b5d6af9e5958a
Disable warning "Type is not CLS-compliant"
tfreitasleal/MvvmFx,MvvmFx/MvvmFx
Source/CaliburnMicro/CaliburnMicro.WinForms/Logging.cs
Source/CaliburnMicro/CaliburnMicro.WinForms/Logging.cs
namespace MvvmFx.CaliburnMicro { using System; /// <summary> /// Used to manage logging. /// </summary> public static class LogManager { private static readonly Logging.ILog NullLogInstance = new Logging.NullLogger(); #pragma warning disable CS3003 // Type is not CLS-compliant ...
namespace MvvmFx.CaliburnMicro { using System; /// <summary> /// Used to manage logging. /// </summary> public static class LogManager { private static readonly Logging.ILog NullLogInstance = new Logging.NullLogger(); /// <summary> /// Creates an <see cref="Logging.ILo...
mit
C#
f816ed2c26d676bfd1701c66eb3f8312460afe41
Improve logging on fatal exceptions. Closes #66
GeorgeHahn/SOVND
SOVND.Server/Program.cs
SOVND.Server/Program.cs
using Anotar.NLog; using Ninject; using Ninject.Extensions.Factory; using SOVND.Lib; using System; using System.Text; using SOVND.Lib.Handlers; using SOVND.Lib.Models; using SOVND.Server.Settings; using System.Threading; using System.Linq; using SOVND.Server.Handlers; using System.IO; using HipchatApiV2.Enums; using S...
using Anotar.NLog; using Ninject; using Ninject.Extensions.Factory; using SOVND.Lib; using System; using System.Text; using SOVND.Lib.Handlers; using SOVND.Lib.Models; using SOVND.Server.Settings; using System.Threading; using System.Linq; using SOVND.Server.Handlers; using System.IO; using SOVND.Lib.Utils; namespace...
epl-1.0
C#
f5bbd417dee2c055d3a52fdad5c13bcae28497a1
Fix for WindowsStore resources - #332
Didux/MvvmCross-Plugins,martijn00/MvvmCross-Plugins,MatthewSannes/MvvmCross-Plugins,lothrop/MvvmCross-Plugins
Cirrious/ResourceLoader/Cirrious.MvvmCross.Plugins.ResourceLoader.WindowsStore/MvxStoreResourceLoader.cs
Cirrious/ResourceLoader/Cirrious.MvvmCross.Plugins.ResourceLoader.WindowsStore/MvxStoreResourceLoader.cs
// MvxStoreResourceLoader.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using System; using System.IO; using Cirri...
// MvxStoreResourceLoader.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using System; using System.IO; using Cirri...
mit
C#
0b5601d7168bc75c921c50a258d32e52bed82b40
return empty string on path
mcintyre321/Noodles,mcintyre321/Noodles
Noodles/PathExtension.cs
Noodles/PathExtension.cs
using System; using System.Collections.Generic; using System.Linq; namespace Noodles { public interface IHasPath { string Path { get; } } public delegate string ResolvePath(object o); public static class PathExtensions { static PathExtensions() { PathRules...
using System; using System.Collections.Generic; using System.Linq; namespace Noodles { public interface IHasPath { string Path { get; } } public delegate string ResolvePath(object o); public static class PathExtensions { static PathExtensions() { PathRules...
mit
C#
edbda65602809c070c8aebb8c744c56efea6d541
Make sure the database is created first in the sample
mrahhal/MR.AspNetCore.Jobs,mrahhal/MR.AspNetCore.Jobs
samples/Basic/Startup.cs
samples/Basic/Startup.cs
using Basic.Jobs; using Basic.Models; using Basic.Services; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using MR.AspNetCore.Jobs...
using Basic.Jobs; using Basic.Models; using Basic.Services; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using MR.AspNetCore.Jobs...
mit
C#
01d10ab08ef0fa887271abd4ed109801e1d2c2b5
Update SampleDataController.cs
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Controllers/SampleDataController.cs
src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Controllers/SampleDataController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; namespace Company.WebApplication1.Controllers { [Route("api/[controller]")] public class SampleDataController : Controller { private r...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; namespace Company.WebApplication1.Controllers { [Route("api/[controller]")] public class SampleDataController : Controller { private readonly ILogger<SampleDataController...
apache-2.0
C#
b8b30f5e605fc8fff7b07c6ed00085dd1a8e5930
Switch to HTTPS.
LogosBible/Leeroy
src/Leeroy/Service.cs
src/Leeroy/Service.cs
using System; using System.Net; using System.Reflection; using System.ServiceProcess; using System.Threading; using System.Threading.Tasks; using Leeroy.Properties; using Logos.Git.GitHub; using Logos.Utility.Logging; namespace Leeroy { public partial class Service : ServiceBase { public Service() { Initiali...
using System; using System.Net; using System.Reflection; using System.ServiceProcess; using System.Threading; using System.Threading.Tasks; using Leeroy.Properties; using Logos.Git.GitHub; using Logos.Utility.Logging; namespace Leeroy { public partial class Service : ServiceBase { public Service() { Initiali...
mit
C#
73e6515aaa83afb50f2b74138f09d1030156ab75
Validate min/max for Bulk Import *ReducedBy
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Commands/BulkUploadValidateRequest/ValidatePriorLearning.cs
src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Commands/BulkUploadValidateRequest/ValidatePriorLearning.cs
using MediatR; using SFA.DAS.CommitmentsV2.Api.Types.Requests; using SFA.DAS.CommitmentsV2.Api.Types.Responses; using System.Collections.Generic; namespace SFA.DAS.CommitmentsV2.Application.Commands.BulkUploadValidateRequest { public partial class BulkUploadValidateCommandHandler : IRequestHandler<BulkUploadValid...
using MediatR; using SFA.DAS.CommitmentsV2.Api.Types.Requests; using SFA.DAS.CommitmentsV2.Api.Types.Responses; using System.Collections.Generic; namespace SFA.DAS.CommitmentsV2.Application.Commands.BulkUploadValidateRequest { public partial class BulkUploadValidateCommandHandler : IRequestHandler<BulkUploadValid...
mit
C#
5835efe71cee9063e73c6232aa5e328df86f4517
Fix missing sign in button (#37601)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.OrgAuth.cshtml
src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_LoginPartial.OrgAuth.cshtml
@using System.Security.Principal @*#if (IndividualB2CAuth) @using Microsoft.AspNetCore.Authentication.OpenIdConnect @using Microsoft.Extensions.Options @using Microsoft.Identity.Web @inject IOptionsMonitor<MicrosoftIdentityOptions> AzureADB2COptions @{ var options = AzureADB2COptions.Get(OpenIdConnectDefaults.Au...
@using System.Security.Principal @*#if (IndividualB2CAuth) @using Microsoft.AspNetCore.Authentication.OpenIdConnect @using Microsoft.Extensions.Options @using Microsoft.Identity.Web @inject IOptionsMonitor<MicrosoftIdentityOptions> AzureADB2COptions @{ var options = AzureADB2COptions.Get(OpenIdConnectDefaults.Au...
apache-2.0
C#
839c1c772ec9a52ca7dfa4ce201f98bae16274b6
Use custom string comparer for RangeSortedDictionary
hn5092/CsQuery,rucila/CsQuery,prepare/CsQuery,modulexcite/CsQuery,prepare/CsQuery,rucila/CsQuery,modulexcite/CsQuery,rucila/CsQuery,hn5092/CsQuery,joelverhagen/CsQuery,hn5092/CsQuery,jamietre/CsQuery,prepare/DomQuery,prepare/DomQuery,jamietre/CsQuery,azraelrabbit/CsQuery,jamietre/CsQuery,joelverhagen/CsQuery,prepare/Do...
source/CsQuery/Implementation/TrueStringComparer.cs
source/CsQuery/Implementation/TrueStringComparer.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CsQuery.Implementation { public class TrueStringComparer : IComparer<string>, IEqualityComparer<string> { public int Compare(string x, string y) { int pos =...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CsQuery.Implementation { public class TrueStringComparer : IComparer<string>, IEqualityComparer<string> { public int Compare(string x, string y) { int pos =...
mit
C#
e9e4a06d68ef7a6ef10f630fc2eb5441cfffb65f
Add field names in returned tuple of EnumerateItemAndIfIsLast()
KodamaSakuno/Sakuno.Base
src/Sakuno.Base/Collections/EnumerableExtensions.cs
src/Sakuno.Base/Collections/EnumerableExtensions.cs
using System.Collections.Generic; using System.ComponentModel; using System.Linq; namespace Sakuno.Collections { [EditorBrowsable(EditorBrowsableState.Never)] public static class EnumerableExtensions { public static bool AnyNull<T>(this IEnumerable<T> source) where T : class { ...
using System.Collections.Generic; using System.ComponentModel; using System.Linq; namespace Sakuno.Collections { [EditorBrowsable(EditorBrowsableState.Never)] public static class EnumerableExtensions { public static bool AnyNull<T>(this IEnumerable<T> source) where T : class { ...
mit
C#
3d56dfac73bdfc941376507585ec5558e86fd8cd
Remove setters from WorkspaceModel
CodeConnect/SourceBrowser,AmadeusW/SourceBrowser,CodeConnect/SourceBrowser,AmadeusW/SourceBrowser,AmadeusW/SourceBrowser
src/SourceBrowser.Generator/Model/WorkspaceModel.cs
src/SourceBrowser.Generator/Model/WorkspaceModel.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SourceBrowser.Generator.Model { /// <summary> /// /// </summary> public class WorkspaceModel : IProjectItem { public ICollection<IProjectItem> Children { get; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SourceBrowser.Generator.Model { /// <summary> /// /// </summary> public class WorkspaceModel : IProjectItem { public ICollection<IProjectItem> Children { get; set;...
mit
C#
458a4b4113f009c999f6ed006ea2cdbb386d8332
Fix name that we are filtering for. (#721)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/pipeline-witness/Azure.Sdk.Tools.PipelineWitness/Services/FailureAnalysis/JsDevFeedPublishingFailureClassifier.cs
tools/pipeline-witness/Azure.Sdk.Tools.PipelineWitness/Services/FailureAnalysis/JsDevFeedPublishingFailureClassifier.cs
using Microsoft.TeamFoundation.Build.WebApi; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis { public class JsDevFeedPublishingFailureClassifier : IFailureClassifier { ...
using Microsoft.TeamFoundation.Build.WebApi; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis { public class JsDevFeedPublishingFailureClassifier : IFailureClassifier { ...
mit
C#
7dc3e5717030a470ae0deb017abad9c7d83d0732
Update interrupt flag enum to use C#7 binary literals
eightlittlebits/elbgb
elbgb_core/Interrupt.cs
elbgb_core/Interrupt.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace elbgb_core { [Flags] enum Interrupt : byte { VBlank = 0b0000_0001, LCDCStatus = 0b0000_0010, TimerOverflow = 0b0000_0100, SerialI...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace elbgb_core { [Flags] enum Interrupt : byte { VBlank = 1 << 0, LCDCStatus = 1 << 1, TimerOverflow = 1 << 2, SerialIOComplete = 1 << 3, Input = 1 << 4, } }
mit
C#
178509c71a4de86b273ea78944b7fe99813d67d3
Correct ordering of method arguments.
OpenRealEstate/OpenRealEstate.NET,FeodorFitsner/OpenRealEstate.NET,OpenRealEstate/OpenRealEstate.NET,FeodorFitsner/OpenRealEstate.NET
Code/OpenRealEstate.Services/ITransmorgrifier.cs
Code/OpenRealEstate.Services/ITransmorgrifier.cs
namespace OpenRealEstate.Services { public interface ITransmorgrifier { /// <summary> /// Converts some given data into a listing instance. /// </summary> /// <param name="data">some data source, like Xml data or json data.</param> /// <param name="areBadCharacte...
namespace OpenRealEstate.Services { public interface ITransmorgrifier { /// <summary> /// Converts some given data into a listing instance. /// </summary> /// <param name="data">some data source, like Xml data or json data.</param> /// <param name="isClearAllIsMo...
mit
C#
fbfd55041719d7b916605ec713ffff69fcea162d
Add transforms on LoadComplete
ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework
template-game/TemplateGame.Game/TemplateGameGame.cs
template-game/TemplateGame.Game/TemplateGameGame.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Shapes; using osuTK; using osuTK.Graphics; namespace TemplateGame.Game { ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Shapes; using osuTK; using osuTK.Graphics; namespace TemplateGame.Game { ...
mit
C#
24d3e1957e3b572d0db6b43c5dc1b2a3c25f8d3f
Refactor FullSqlFormatterTests
lpatalas/NhLogAnalyzer
NhLogAnalyzer/Infrastructure/FullSqlFormatter.cs
NhLogAnalyzer/Infrastructure/FullSqlFormatter.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NhLogAnalyzer.Infrastructure { public class FullSqlFormatter : ISqlFormatter { public string Format(string input) { var outputLines = new List<string>(); var input...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NhLogAnalyzer.Infrastructure { public class FullSqlFormatter : ISqlFormatter { public string Format(string input) { var outputLines = new List<string>(); var input...
mit
C#
c6464b4194f1fa141fc9563ac65b8a18342d2691
Enable only in debug mode
wieslawsoltes/Draw2D,wieslawsoltes/Draw2D,wieslawsoltes/Draw2D
src/Core2D.Avalonia/MainWindow.xaml.cs
src/Core2D.Avalonia/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.Controls; using Avalonia.Markup.Xaml; namespace Core2D.Avalonia { public class MainWindow : Window { public MainWin...
// 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.Controls; using Avalonia.Markup.Xaml; namespace Core2D.Avalonia { public class MainWindow : Window { public MainWin...
mit
C#
cb81928fee1c77867d611972d36902249ff91f1b
Set default values to sync field attribute
insthync/LiteNetLibManager,insthync/LiteNetLibManager
Scripts/GameApi/Attributes/SyncFieldAttribute.cs
Scripts/GameApi/Attributes/SyncFieldAttribute.cs
using LiteNetLib; using System; namespace LiteNetLibManager { [AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)] public class SyncFieldAttribute : Attribute { /// <summary> /// Sending method type /// </summary> public DeliveryMethod deliveryM...
using LiteNetLib; using System; namespace LiteNetLibManager { [AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)] public class SyncFieldAttribute : Attribute { /// <summary> /// Sending method type /// </summary> public DeliveryMethod deliveryM...
mit
C#
a9ea44ab35403416bb581dd46d0d5060c80c56c1
add button to remove infoscreens
Flugmango/GlobeVR
Assets/InteractionHandler.cs
Assets/InteractionHandler.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class InteractionHandler : MonoBehaviour { // The maximum number of open canvas elements public int maxCanvas = 5; // A public array containing the created infoscreens public ArrayList infoscr...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class InteractionHandler : MonoBehaviour { // The maximum number of open canvas elements public int maxCanvas = 5; // A public array containing the created infoscreens public VRTK.Infoscreen[]...
mit
C#
3f185a44defeabc22d662e0938553cf594230098
Fix Windows-style path separators not being migrated on Unix systems
smoogipoo/osu,smoogipoo/osu,EVAST9919/osu,DrabWeb/osu,NeoAdonis/osu,ppy/osu,ZLima12/osu,ZLima12/osu,DrabWeb/osu,2yangk23/osu,naoey/osu,peppy/osu,DrabWeb/osu,2yangk23/osu,peppy/osu-new,smoogipooo/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,johnneijzen/osu,naoey/osu,NeoAdonis/osu,johnneijzen/osu,UselessToucan/o...
osu.Game/Migrations/20181007180454_StandardizePaths.cs
osu.Game/Migrations/20181007180454_StandardizePaths.cs
using System; using Microsoft.EntityFrameworkCore.Migrations; using System.IO; namespace osu.Game.Migrations { public partial class StandardizePaths : Migration { protected override void Up(MigrationBuilder migrationBuilder) { string windowsStyle = @"\"; string standard...
using System; using Microsoft.EntityFrameworkCore.Migrations; using System.IO; namespace osu.Game.Migrations { public partial class StandardizePaths : Migration { protected override void Up(MigrationBuilder migrationBuilder) { string sanitized = Path.DirectorySeparatorChar.ToString...
mit
C#
c6e4240d277442737e3e9de1a7061690a9092d38
Update Nasus.cs
metaphorce/leaguesharp
MetaSmite/Champions/Nasus.cs
MetaSmite/Champions/Nasus.cs
using System; using LeagueSharp; using LeagueSharp.Common; using SharpDX; namespace MetaSmite.Champions { public static class Nasus { internal static Spell champSpell; private static Menu Config = MetaSmite.Config; private static double totalDamage; private static double spellD...
using System; using LeagueSharp; using LeagueSharp.Common; using SharpDX; namespace MetaSmite.Champions { public static class Nasus { internal static Spell champSpell; private static Menu Config = MetaSmite.Config; private static double totalDamage; private static double spellD...
mit
C#
6c7c756562173b2ebfbaf1991ab09cb7d3fe3789
Fix PAM test.
Xeeynamo/KingdomHearts
OpenKh.Tests/Bbs/PamTests.cs
OpenKh.Tests/Bbs/PamTests.cs
using OpenKh.Common; using OpenKh.Bbs; using System.IO; using Xunit; using System; using System.Collections.Generic; using System.Text; namespace OpenKh.Tests.Bbs { public class PamTests { private static readonly string FileName = "Bbs/res/test.pam"; [Fact] public void ReadCorrectData(...
using OpenKh.Common; using OpenKh.Bbs; using System.IO; using Xunit; using System; using System.Collections.Generic; using System.Text; namespace OpenKh.Tests.Bbs { public class PamTests { private static readonly string FileName = "Bbs/res/test.pam"; [Fact] public void ReadCorrectData(...
mit
C#
897117a056c2153b9c27c32fc3825e24c42a0bfa
Fix CastingTest.ToUpperInvariant test
livioc/nhibernate-core,livioc/nhibernate-core,ManufacturingIntelligence/nhibernate-core,ManufacturingIntelligence/nhibernate-core,alobakov/nhibernate-core,nhibernate/nhibernate-core,gliljas/nhibernate-core,nhibernate/nhibernate-core,fredericDelaporte/nhibernate-core,hazzik/nhibernate-core,lnu/nhibernate-core,RogerKratz...
src/NHibernate.Test/Linq/CasingTest.cs
src/NHibernate.Test/Linq/CasingTest.cs
using System.Linq; using NUnit.Framework; namespace NHibernate.Test.Linq { [TestFixture] public class CasingTest : LinqTestCase { [Test] public void ToUpper() { var name = (from e in db.Employees where e.EmployeeId == 1 select e.FirstName.ToUpper()).Single(); Assert.That(nam...
using System.Linq; using NUnit.Framework; namespace NHibernate.Test.Linq { [TestFixture] public class CasingTest : LinqTestCase { [Test] public void ToUpper() { var name = (from e in db.Employees where e.EmployeeId == 1 ...
lgpl-2.1
C#
3ebd2c9c9259a77b18b15ce04b23563b5a0d59b1
Add one overload for Nullable<T>.SelectMany.
chtoucas/Narvalo.NET,chtoucas/Narvalo.NET
src/Narvalo.Fx/Applicative/Qullable.cs
src/Narvalo.Fx/Applicative/Qullable.cs
// Copyright (c) Narvalo.Org. All rights reserved. See LICENSE.txt in the project root for license information. namespace Narvalo.Applicative { using System; using Narvalo; // Query Expression Pattern for nullables. public static class Qullable { public static TResult? Select<TSource, TR...
// Copyright (c) Narvalo.Org. All rights reserved. See LICENSE.txt in the project root for license information. namespace Narvalo.Applicative { using System; using Narvalo; // Query Expression Pattern for nullables. public static class Qullable { public static TResult? Select<TSource, TR...
bsd-2-clause
C#
6fceb510d5853367ff3fde5aa040b6bfbd413f0d
Switch to the higher performance SetPixel
HelloKitty/317refactor
src/Rs317.Client.WF/RSImageProducer.cs
src/Rs317.Client.WF/RSImageProducer.cs
using System; using System.Drawing; using System.Runtime.CompilerServices; using System.Windows.Forms; namespace Rs317.Sharp { public sealed class RSImageProducer { public int[] pixels; public int width; public int height; private Bitmap image; private FastPixel fastPixel; public RSImageProducer(in...
using System; using System.Drawing; using System.Runtime.CompilerServices; using System.Windows.Forms; namespace Rs317.Sharp { public sealed class RSImageProducer { public int[] pixels; public int width; public int height; private Bitmap image; private FastPixel fastPixel; public RSImageProducer(in...
mit
C#
001e807ff8cc1302ae86cfff26b0706dbcd479e2
Update NotFoundSaga.cs
SimonCropp/NServiceBus.Serilog
src/Tests/SagaNotFound/NotFoundSaga.cs
src/Tests/SagaNotFound/NotFoundSaga.cs
using System.Threading.Tasks; using NServiceBus; public class NotFoundSaga : Saga<NotFoundSaga.TheSagaData>, IAmStartedByMessages<NotFoundSagaMessage> { protected override void ConfigureHowToFindSaga(SagaPropertyMapper<TheSagaData> mapper) { mapper.ConfigureMapping<NotFoundSagaMessage>(m => m....
using System.Diagnostics; using System.Threading.Tasks; using NServiceBus; public class NotFoundSaga : Saga<NotFoundSaga.TheSagaData>, IAmStartedByMessages<NotFoundSagaMessage> { protected override void ConfigureHowToFindSaga(SagaPropertyMapper<TheSagaData> mapper) { mapper.ConfigureMapping<No...
mit
C#
7fa1ccef47304f92fcf86a84c5d29df3e7472b1f
Add a comma to the MvcTurbine filters, which will prevent MvcTurbine from being included but not block out MvcTurbine.*.
lozanotek/mvcturbine,lozanotek/mvcturbine
src/Engine/MvcTurbine/ComponentModel/CommonAssemblyFilter.cs
src/Engine/MvcTurbine/ComponentModel/CommonAssemblyFilter.cs
namespace MvcTurbine.ComponentModel { using System; /// <summary> /// Defines common assemblies to filter. These assemblies are: /// System, mscorlib, Microsoft, WebDev, CppCodeProvider). /// </summary> [Serializable] public class CommonAssemblyFilter : AssemblyFilter { ...
namespace MvcTurbine.ComponentModel { using System; /// <summary> /// Defines common assemblies to filter. These assemblies are: /// System, mscorlib, Microsoft, WebDev, CppCodeProvider). /// </summary> [Serializable] public class CommonAssemblyFilter : AssemblyFilter { ...
apache-2.0
C#
42c4c8dfc9ed1c217976cac672610ed7722f5efe
Add missing [Fact]
lloydjatkinson/Lloyd.AzureMailGateway
src/Lloyd.AzureMailGateway.Models.Tests/EMailBuilderTests.cs
src/Lloyd.AzureMailGateway.Models.Tests/EMailBuilderTests.cs
using System; using Shouldly; using Xunit; namespace Lloyd.AzureMailGateway.Models.Tests { public class EMailBuilderTests { //[Fact] //public void BuilderShouldReturnNonNullEMailInstance() //{ // // Arrange // var builder = new EMailBuilder(); // // Ac...
using System; using Shouldly; namespace Lloyd.AzureMailGateway.Models.Tests { public class EMailBuilderTests { //[Fact] //public void BuilderShouldReturnNonNullEMailInstance() //{ // // Arrange // var builder = new EMailBuilder(); // // Act //...
mit
C#
84beda60c292d8b3ab2c41e736011bbf5a86017d
Set version to 2.5
mganss/IS24RestApi
IS24RestApi/Properties/AssemblyInfo.cs
IS24RestApi/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("IS2...
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("IS2...
apache-2.0
C#
c548722353271b45d7f4e31a9faf02fc8ce2aadf
Update HiddenAttribute.cs
Oceanswave/NiL.JS,nilproject/NiL.JS,Oceanswave/NiL.JS,nilproject/NiL.JS,nilproject/NiL.JS,Oceanswave/NiL.JS
NiL.JS/Core/Modules/HiddenAttribute.cs
NiL.JS/Core/Modules/HiddenAttribute.cs
using System; namespace NiL.JS.Core.Modules { /// <summary> /// Член, помеченный данным аттрибутом, не будет доступен из сценария. /// </summary> [Serializable] [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Constructor, AllowMultipl...
using System; namespace NiL.JS.Core.Modules { /// <summary> /// Член, помеченный данным уттрибутом, не будет доступен из скрипта. /// </summary> [Serializable] [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Constructor, AllowMultiple...
bsd-3-clause
C#
ebf0d6a281d6f73f92253e01cc7a5bcf2df9aec2
bump version
jasonwoods-7/Vandelay
GlobalAssemblyInfo.cs
GlobalAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyVersion("0.4.2.0")] [assembly: AssemblyFileVersion("0.4.2.0")] [assembly: AssemblyCopyright("Copyright 2015-2017")]
using System.Reflection; [assembly: AssemblyVersion("0.4.1.0")] [assembly: AssemblyFileVersion("0.4.1.0")] [assembly: AssemblyCopyright("Copyright 2015-2017")]
mit
C#
0cc8748d1df0dd247d150462d27ac2071d1aa93f
Update SettingSubScriptEffect.cs
maria-shahid-aspose/Aspose.Cells-for-.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,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells...
Examples/CSharp/Formatting/DealingWithFontSettings/SettingSubScriptEffect.cs
Examples/CSharp/Formatting/DealingWithFontSettings/SettingSubScriptEffect.cs
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Formatting.DealingWithFontSettings { public class SettingSubScriptEffect { public static void Main(string[] args) { //ExStart:1 // The path to the documents directory. string dataDir = Aspo...
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Formatting.DealingWithFontSettings { public class SettingSubScriptEffect { public static void Main(string[] args) { //Exstart:1 // The path to the documents directory. string dataDir = Aspo...
mit
C#
22be765323edf11307b0734724e540409f82aa32
Update HitObject.cs
NeoAdonis/osu,ppy/osu,tacchinotacchi/osu,naoey/osu,johnneijzen/osu,EVAST9919/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,ZLima12/osu,Damnae/osu,DrabWeb/osu,smoogipoo/osu,2yangk23/osu,peppy/osu,UselessToucan/osu,naoey/osu,osu-RP/osu-RP,ppy/osu,johnneijzen/osu,ZLima12/osu,RedNesto/osu,NeoAdonis/osu,nyaamara/osu,Frontear/osuK...
osu.Game/Rulesets/Objects/HitObject.cs
osu.Game/Rulesets/Objects/HitObject.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Game.Audio; using osu.Game.Beatmaps.Timing; using osu.Game.Database; using osu.Game.Rulesets.Objects.Types; namespace osu.Game.Rulesets.Objects { ...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Game.Audio; using osu.Game.Beatmaps.Timing; using osu.Game.Database; using osu.Game.Rulesets.Objects.Types; using System.Collections.Generic; namesp...
mit
C#
7465f8bb728568eb9ce910475f4c267b487e40e7
Move rendering code closer to the view, degeneralize
roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University.EduPrograms/ViewModels/EduProgramWithDocumentsViewModelBase.cs
R7.University.EduPrograms/ViewModels/EduProgramWithDocumentsViewModelBase.cs
using System; using System.Collections.Generic; using System.Text; using System.Web; using R7.Dnn.Extensions.Text; using R7.Dnn.Extensions.ViewModels; using R7.University.ModelExtensions; using R7.University.Models; using R7.University.Utilities; using R7.University.ViewModels; namespace R7.University.EduPrograms.View...
using System.Collections.Generic; using System.Web; using R7.Dnn.Extensions.ViewModels; using R7.University.ModelExtensions; using R7.University.Models; using R7.University.ViewModels; namespace R7.University.EduPrograms.ViewModels { public abstract class EduProgramWithDocumentsViewModelBase: EduProgramViewModelBa...
agpl-3.0
C#
04d9bc7d0c993b662655ec932627a9fde4f9596f
add Expr modified: Dragon/Source/Node.cs
Mooophy/cs143,Mooophy/cs143,Mooophy/cs143,Mooophy/cs143,Mooophy/cs143
Dragon/Source/Node.cs
Dragon/Source/Node.cs
// // corresponds to Inter package in dragon book // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace Dragon { public class Node { int _lexLine; static int _labels = 0; public Node() ...
// // corresponds to Inter package in dragon book // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace Dragon { public class Node { int _lexLine; static int _labels = 0; public Node() ...
mit
C#
8b2fa714d079556af671459b65bd6e3d2c35a679
remove uneeded registration (as they are now automagically done by Nancy) and add some placeholders if registration must be manually controlled (for later)
YoloDev/YOBAO
Source/Yobao/YobaoNancyBootstrapper.cs
Source/Yobao/YobaoNancyBootstrapper.cs
using Nancy; using Nancy.Bootstrapper; using Nancy.TinyIoc; namespace Yobao { public class YobaoNancyBootstrapper : DefaultNancyBootstrapper { //placeholder for application container setup (if needed, when needed) protected override void ConfigureApplicationContainer(TinyIoCContainer contain...
using Nancy; using Nancy.Bootstrapper; using Nancy.TinyIoc; namespace Yobao { public class YobaoNancyBootstrapper : DefaultNancyBootstrapper { protected override void ApplicationStartup(TinyIoCContainer container, IPipelines pipelines) { var database = new SampleDatabase(); ...
mit
C#
b9480a867f960dcc4e1a670275e203a6de97cb0a
bump version
jasonwoods-7/Vandelay
GlobalAssemblyInfo.cs
GlobalAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyVersion("0.4.0.0")] [assembly: AssemblyFileVersion("0.4.0.0")] [assembly: AssemblyCopyright("Copyright 2015-2017")]
using System.Reflection; [assembly: AssemblyVersion("0.3.1.0")] [assembly: AssemblyFileVersion("0.3.1.0")] [assembly: AssemblyCopyright("Copyright 2015-2017")]
mit
C#
a875fbc7f655a5a7f0bda1d3095fcdec2ee47486
Use using when creating game/host.
EVAST9919/osu-framework,RedNesto/osu-framework,default0/osu-framework,ppy/osu-framework,naoey/osu-framework,naoey/osu-framework,Tom94/osu-framework,paparony03/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,NeoAdonis/osu-framework,RedNesto/osu-framework,Nabile-Rahman...
SampleGame/Program.cs
SampleGame/Program.cs
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; using osu.Framework.Desktop; using osu.Framework.OS; using osu.Framework; namespace SampleGame { public static class Program ...
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; using osu.Framework.Desktop; using osu.Framework.OS; namespace SampleGame { public static class Program { [STAThread...
mit
C#
9d0193a6d8da199e94cbd39a5aecd89f8b2620e4
update version to 2.0.3.9
jjchiw/gelf4net,jjchiw/gelf4net
SharedAssemblyInfo.cs
SharedAssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyCompany("gelf4net")] [assembly: AssemblyFileVersion("2.0.3.9")] [assembly: AssemblyVersion("2.0.3.9")] [assembly: AssemblyCopyright("Copyright 2015")] [assembly: ComVisible(false)]
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyCompany("gelf4net")] [assembly: AssemblyFileVersion("2.0.3.8")] [assembly: AssemblyVersion("2.0.3.8")] [assembly: AssemblyCopyright("Copyright 2015")] [assembly: ComVisible(false)]
mit
C#
a81a239e6a88550bd8d151adb2d174cc20fe4cc5
Update BoundaryBehaviour.cs
tandztc/space-shooter
Assets/Scripts/BoundaryBehaviour.cs
Assets/Scripts/BoundaryBehaviour.cs
using UnityEngine; using System.Collections; public class BoundaryBehaviour : MonoBehaviour { //public GameObject enemyExplosion; void OnTriggerExit(Collider other) { Destroy(other.gameObject); } }
using UnityEngine; using System.Collections; public class BoundaryBehaviour : MonoBehaviour { //public GameObject enemyExplosion; void OnTriggerExit(Collider other) { //print("the object destroyed: " + other.transform.position.ToString()); Destroy(other.gameObject); } }
mit
C#
d1b644b04246cbdf02aa1f7f23a0b1db12e57c13
Update Configuration.cs
christiannwamba/Caritas,christiannwamba/Caritas,christiannwamba/Caritas
Caritas/Migrations/Configuration.cs
Caritas/Migrations/Configuration.cs
namespace Caritas.Migrations { using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; using Caritas.Models; internal sealed class Configuration : DbMigrationsConfiguration<Caritas.Models.ApplicationDbContext> { public Configuration() ...
namespace Caritas.Migrations { using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; using Caritas.Models; internal sealed class Configuration : DbMigrationsConfiguration<Caritas.Models.ApplicationDbContext> { public Configuration() ...
apache-2.0
C#
9c381eb2f223f936562c75eda0c4d9ed3383231a
Remove seconds from Showing DisplayText.
lewishenson/FluentCineworld
FluentCineworld/Listings/Showing.cs
FluentCineworld/Listings/Showing.cs
using System; using System.Collections.Generic; using System.Diagnostics; namespace FluentCineworld.Listings { [DebuggerDisplay("Time = {Time}")] public class Showing { public DateTime Time { get; set; } public IEnumerable<string> AttributeIds { get; set; } public IEnumerable<stri...
using System; using System.Collections.Generic; using System.Diagnostics; namespace FluentCineworld.Listings { [DebuggerDisplay("Time = {Time}")] public class Showing { public DateTime Time { get; set; } public IEnumerable<string> AttributeIds { get; set; } public IEnumerable<stri...
mit
C#
c7c425d6175230573320792c7e1b8dfe55907c77
Bump version to 12.0.0.25770
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#
e73e60519e0d7d90d39aa56eef34e0c6bdf56da4
Allow all for now
dev-academy-phase4/cs-portfolio,dev-academy-phase4/cs-portfolio
Portfolio/App_Start/FilterConfig.cs
Portfolio/App_Start/FilterConfig.cs
using System.Web; using System.Web.Mvc; namespace Portfolio { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); //filters.Add(new AuthorizeAttribute()); filters.Add...
using System.Web; using System.Web.Mvc; namespace Portfolio { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); filters.Add(new AuthorizeAttribute()); filters.Add(n...
isc
C#
f4facfa651649ca86231bcec47db059811a03097
Remove args
aloisdg/RandomStringUtils
RandomStringUtils.Sample/Program.cs
RandomStringUtils.Sample/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RandomStringUtils.Sample { class Program { static void Main() { Console.WriteLine(RandomStringUtils.Random(42)); } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RandomStringUtils.Sample { class Program { static void Main(string[] args) { Console.WriteLine(RandomStringUtils.Random(42)); } } }
apache-2.0
C#
fd4b60d5f6b740552dde46d7a4903694f9b494b3
add comments
nessos/Eff
src/Eff/Unit.cs
src/Eff/Unit.cs
using System; namespace Nessos.Effects { /// <summary> /// A type inhabited by a single value. /// </summary> /// <remarks> /// While similar to <see cref="void"/>, the unit type is inhabited /// by a single materialized value and can be used as a generic parameter. /// </remarks> ...
using System; namespace Nessos.Effects { /// <summary> /// A type inhabited by a single value. /// </summary> public readonly struct Unit : IEquatable<Unit> { public static Unit Value => new Unit(); public override int GetHashCode() => 1; public override bool Equals(objec...
mit
C#
c37bdf6cf07749f53b2ec594b8e92f4e0c6d1ec1
Return 'long'
cgooley/stripe-dotnet,xamarin/XamarinStripe,gooley/stripe-dotnet,haithemaraissia/XamarinStripe
XamarinStripe/DateTimeExtensions.cs
XamarinStripe/DateTimeExtensions.cs
/* * Copyright 2011 Xamarin, Inc. * * Author(s): * Gonzalo Paniagua Javier (gonzalo@xamarin.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apac...
/* * Copyright 2011 Xamarin, Inc. * * Author(s): * Gonzalo Paniagua Javier (gonzalo@xamarin.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apac...
apache-2.0
C#
490af46d0d150ab6efa576cd78294e4ae81274e5
throw on parse error
MasDevProject/CSharp.Common
MasDev.Common/Rest/MasDev.Common.Rest.WebApi/Source/WebApi/Utils/DynamicDictionary.cs
MasDev.Common/Rest/MasDev.Common.Rest.WebApi/Source/WebApi/Utils/DynamicDictionary.cs
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace MasDev.Rest.WebApi { public class DynamicDictionary { readonly Dictionary<string, string> _innerDictionary = new Dictionary<string, string> (); public T Get<T> (string key) { var json = this [key]; if (json == null) r...
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace MasDev.Rest.WebApi { public class DynamicDictionary { readonly Dictionary<string, string> _innerDictionary = new Dictionary<string, string> (); public T Get<T> (string key) { var json = this [key]; if (json == null) ...
mit
C#
329bf6cea0228cd8e2fb43bf54606af75461bd9d
Debug view now displays the camera position and speed.
mitchfizz05/Citysim,pigant/Citysim
Citysim/Views/DebugView.cs
Citysim/Views/DebugView.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using MonoGame.Extended.BitmapFonts; namespace Citysim....
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using MonoGame.Extended.BitmapFonts; namespace Citysim....
mit
C#
41c09eff12fca3bc7d59e218b5c05175a089081f
Stabilize NodesCanConnectToEachOthers (#3238)
fassadlr/StratisBitcoinFullNode,stratisproject/StratisBitcoinFullNode,Neurosploit/StratisBitcoinFullNode,fassadlr/StratisBitcoinFullNode,bokobza/StratisBitcoinFullNode,bokobza/StratisBitcoinFullNode,quantumagi/StratisBitcoinFullNode,mikedennis/StratisBitcoinFullNode,Neurosploit/StratisBitcoinFullNode,mikedennis/Stratis...
src/Stratis.SmartContracts.IntegrationTests/PoW/SmartContractNodeSyncTests.cs
src/Stratis.SmartContracts.IntegrationTests/PoW/SmartContractNodeSyncTests.cs
using System.Linq; using Stratis.Bitcoin.Connection; using Stratis.Bitcoin.IntegrationTests.Common; using Stratis.SmartContracts.Tests.Common; using Xunit; namespace Stratis.SmartContracts.IntegrationTests.PoW { public sealed class SmartContractNodeSyncTests { [Fact] public void NodesCanConnec...
using System.Linq; using Stratis.Bitcoin.Connection; using Stratis.Bitcoin.IntegrationTests.Common; using Stratis.Bitcoin.IntegrationTests.Common.EnvironmentMockUpHelpers; using Stratis.SmartContracts.Tests.Common; using Xunit; namespace Stratis.SmartContracts.IntegrationTests.PoW { public sealed class SmartContr...
mit
C#
3b9819a965fde617efa62b5039bac1b6d6448b46
add Descendants test
thematthopkins/LINQ-to-GameObject-for-Unity,letroll/LINQ-to-GameObject-for-Unity,thematthopkins/LINQ-to-GameObject-for-Unity,letroll/LINQ-to-GameObject-for-Unity,neuecc/LINQ-to-GameObject-for-Unity
Assets/Editor/Tests/TraverseTest.cs
Assets/Editor/Tests/TraverseTest.cs
using System; using System.Linq; using System.Collections.Generic; using System.Threading; using NUnit.Framework; using UnityEngine; using Unity.Linq; namespace UnityTest { [TestFixture] internal class TraverseTest { GameObject Origin { get { return GameObject.Find("Origin"); }...
using System; using System.Linq; using System.Collections.Generic; using System.Threading; using NUnit.Framework; using UnityEngine; using Unity.Linq; namespace UnityTest { [TestFixture] internal class TraverseTest { GameObject Origin { get { return GameObject.Find("Origin"); }...
mit
C#
00b90043ebc725f5cb6565aead2aa11981565de0
add resource extension to get welcome message from bot resources; create quickreply menu with options
iperoyg/ItaimBibiGasPizzaBot
CooperativeGasPriceBot/CooperativeGasPriceBot/Receivers/BaseMessageReceiver.cs
CooperativeGasPriceBot/CooperativeGasPriceBot/Receivers/BaseMessageReceiver.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Lime.Protocol; using Takenet.MessagingHub.Client.Listener; using Takenet.MessagingHub.Client.Extensions.Contacts; using Takenet.MessagingHub.Client.Extensions.Directory; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Lime.Protocol; using Takenet.MessagingHub.Client.Listener; using Takenet.MessagingHub.Client.Extensions.Contacts; using Takenet.MessagingHub.Client.Extensions.Directory; usi...
mit
C#
dadc6bc0b49d150b23ab542a63d18755c938f4c1
Fix compile
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/Settings/AutoImportSolutionSettingsProvider.cs
resharper/resharper-unity/src/Settings/AutoImportSolutionSettingsProvider.cs
using System.Collections.Generic; using JetBrains.Application.Settings; using JetBrains.Application.Settings.Implementation; using JetBrains.ProjectModel; using JetBrains.ReSharper.Psi.CSharp; using JetBrains.ReSharper.Psi.ImportType; using JetBrains.Util; namespace JetBrains.ReSharper.Plugins.Unity.Settings { [So...
using System.Collections.Generic; using JetBrains.Application.Settings; using JetBrains.Application.Settings.Implementation; using JetBrains.ProjectModel; using JetBrains.ReSharper.Feature.Services.ImportType.BlockList; using JetBrains.ReSharper.Psi.CSharp; using JetBrains.Util; namespace JetBrains.ReSharper.Plugins.U...
apache-2.0
C#
0f16fc65ad8ffc76e7d38c356468b8aefaedd779
Fix bug in User-Model
Frostymalts/xamarin-store-app,anasonov/xamarin-store-app,melvinlee/xamarin-store-app,fellipecouto96/xamarin-store-app,BytesGuy/xamarin-store-app,zleao/xamarin-store-app,enspdf/xamarin-store-app,noorthapa/xamarin-store-app,zayenCh/xamarin-store-app
Shared/Models/User.cs
Shared/Models/User.cs
using System; using System.Threading.Tasks; namespace XamarinStore { public class User { public User () { } public string FirstName { get; set; } public string LastName { get; set; } public string Email { get; set; } public string Token { get; set; } public string Phone {get;set;} public str...
using System; using System.Threading.Tasks; namespace XamarinStore { public class User { public User () { } public string FirstName { get; set; } public string LastName { get; set; } public string Email { get; set; } public string Token { get; set; } public string Phone {get;set;} public str...
mit
C#
8f5cd49c0d5f2b1cfcb04b9ba066cbb73549dd43
Edit it
sta/websocket-sharp,jogibear9988/websocket-sharp,jogibear9988/websocket-sharp,jogibear9988/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp,jogibear9988/websocket-sharp,sta/websocket-sharp
websocket-sharp/Server/IWebSocketSession.cs
websocket-sharp/Server/IWebSocketSession.cs
#region License /* * IWebSocketSession.cs * * The MIT License * * Copyright (c) 2013-2014 sta.blockhead * * 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, includi...
#region License /* * IWebSocketSession.cs * * The MIT License * * Copyright (c) 2013-2014 sta.blockhead * * 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, includi...
mit
C#
3463dd493daedd6c9c9f8f803a73d776575ef030
Fix nl_NL locale (#189)
Viincenttt/MollieApi,Viincenttt/MollieApi
Mollie.Api/Models/Payment/Locale.cs
Mollie.Api/Models/Payment/Locale.cs
namespace Mollie.Api.Models.Payment { public static class Locale { public static string de_DE = "de_DE"; public static string en_US = "en_US"; public static string es_ES = "es_ES"; public static string fr_FR = "fr_FR"; public static string nl_BE = "nl_BE"; public sta...
namespace Mollie.Api.Models.Payment { public static class Locale { public static string de_DE = "de_DE"; public static string en_US = "en_US"; public static string es_ES = "es_ES"; public static string fr_FR = "fr_FR"; public static string nl_BE = "nl_BE"; public sta...
mit
C#
05c17d267bb94272dfb94282166756294632c2b6
Delete some of index
SpilledMilkCOM/ParkerSmart,SpilledMilkCOM/ParkerSmart,SpilledMilkCOM/ParkerSmart
ParkerSmart/Views/Home/Index.cshtml
ParkerSmart/Views/Home/Index.cshtml
@{ ViewBag.Title = "Home Page"; } <div class="jumbotron"> <h1>ASP.NET</h1> <p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.</p> <p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more &raquo;</a></p> </div> ...
@{ ViewBag.Title = "Home Page"; } <div class="jumbotron"> <h1>ASP.NET</h1> <p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.</p> <p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more &raquo;</a></p> </div> ...
mit
C#
087b90e7d70dd18175afb2f1de480b48b02c9df8
Add link for more info about WebGrid.Column
Neurothustra/ProductGrid,Neurothustra/ProductGrid,Neurothustra/ProductGrid
ProductGrid/Views/Home/Index.cshtml
ProductGrid/Views/Home/Index.cshtml
@model IEnumerable<ProductGrid.Models.Product> @{ ViewBag.Title = "Index"; //WebGrid displays data on a web page using an HTML table element. //In this instance, I've provided the constructor with a couple of arguments: Model is obviously the data object, //ajaxUpdateContainerId looks in the DOM for t...
@model IEnumerable<ProductGrid.Models.Product> @{ ViewBag.Title = "Index"; //WebGrid displays data on a web page using an HTML table element. //In this instance, I've provided the constructor with a couple of arguments: Model is obviously the data object, //ajaxUpdateContainerId looks in the DOM for t...
mit
C#
5445bb931aecb760d8abe2439f9d36fd88f006e5
Remove Duplicate Path Parameters
bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework
src/Server/Bit.WebApi/Implementations/SwaggerDefaultValuesOperationFilter.cs
src/Server/Bit.WebApi/Implementations/SwaggerDefaultValuesOperationFilter.cs
using Swashbuckle.Swagger; using System.Linq; using System.Web.Http.Description; namespace Bit.WebApi.Implementations { /// <summary> /// Represents the Swagger/Swashbuckle operation filter used to provide default values. /// </summary> /// <remarks>This <see cref="IOperationFilter"/> is only required...
using Swashbuckle.Swagger; using System.Linq; using System.Web.Http.Description; namespace Bit.WebApi.Implementations { /// <summary> /// Represents the Swagger/Swashbuckle operation filter used to provide default values. /// </summary> /// <remarks>This <see cref="IOperationFilter"/> is only required...
mit
C#
218646724a8359166e5061480d100601fc95eea5
Update assembly attribute values
BrandonLWhite/UnitsNet,anjdreas/UnitsNet,neutmute/UnitsNet,anjdreas/UnitsNet,BrandonLWhite/UnitsNet
UnitsNet/Properties/AssemblyInfo.cs
UnitsNet/Properties/AssemblyInfo.cs
// Copyright(c) 2007 Andreas Gullberg Larsen // https://github.com/anjdreas/UnitsNet // // 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 ...
// Copyright(c) 2007 Andreas Gullberg Larsen // https://github.com/anjdreas/UnitsNet // // 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 ...
mit
C#
27d7c3326f407e94ed80e6f708a0c96af77a153b
add Get2DLocalPosFrom3DWorldPos
NDark/ndinfrastructure,NDark/ndinfrastructure
Unity/UnityTools/CoordinateTools.cs
Unity/UnityTools/CoordinateTools.cs
/** MIT License Copyright (c) 2017 - 2020 NDark Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish...
/** MIT License Copyright (c) 2017 - 2020 NDark Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish...
mit
C#
06cabdc864e2f9e994f5f30845d5b6b430bdaf43
Switch JSONValue to a readonly struct type.
r3c/Verse
Verse/src/Schemas/JSON/JSONValue.cs
Verse/src/Schemas/JSON/JSONValue.cs
namespace Verse.Schemas.JSON { /// <summary> /// Native JSON value. /// </summary> public readonly struct JSONValue { /// <summary> /// Boolean value (only set if type is boolean). /// </summary> public readonly bool Boolean; /// <summary> /// Numeric value (only set if type is number)....
namespace Verse.Schemas.JSON { /// <summary> /// Native JSON value. /// </summary> public struct JSONValue { /// <summary> /// Boolean value (only set if type is boolean). /// </summary> public bool Boolean; /// <summary> /// Numeric value (only set if type is number). /// </summary>...
mit
C#
1bc509b46f76a5299b631df105b763ddcaddf346
Add readonly in ContextKey property
thiagolunardi/MvcMusicStoreDDD
MvcMusicStore.Data.Context/ContextManager.cs
MvcMusicStore.Data.Context/ContextManager.cs
using System.Web; using MvcMusicStore.Data.Context.Interfaces; namespace MvcMusicStore.Data.Context { public class ContextManager<TContext> : IContextManager<TContext> where TContext : IDbContext, new() { private readonly string ContextKey; public ContextManager() { ...
using System.Web; using MvcMusicStore.Data.Context.Interfaces; namespace MvcMusicStore.Data.Context { public class ContextManager<TContext> : IContextManager<TContext> where TContext : IDbContext, new() { private string ContextKey = "ContextManager.Context"; public ContextMana...
mit
C#
eb4ee3bef4fc70366e7f3b23b8d483c7a7b15a89
Fix cast crash in AppItemView
File-New-Project/EarTrumpet
EarTrumpet/UI/Views/AppItemView.xaml.cs
EarTrumpet/UI/Views/AppItemView.xaml.cs
using EarTrumpet.UI.ViewModels; using System.Windows; using System.Windows.Controls; namespace EarTrumpet.UI.Views { public partial class AppItemView : UserControl { private IAppItemViewModel App => (IAppItemViewModel)DataContext; public AppItemView() { InitializeComponent...
using EarTrumpet.UI.ViewModels; using System.Windows; using System.Windows.Controls; namespace EarTrumpet.UI.Views { public partial class AppItemView : UserControl { private AppItemViewModel App => (AppItemViewModel)DataContext; public AppItemView() { InitializeComponent()...
mit
C#
eedd6154e5dd742420c433ab78bf2b305352ae69
upgrade version
ezaurum/dapper
Properties/AssemblyInfo.cs
Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("da...
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("da...
mit
C#
8f052c4a2de71c956ca55ea2d19128990b698ac0
Increment nuget version.
lukesampson/HastyAPI,lukesampson/HastyAPI
Properties/AssemblyInfo.cs
Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ha...
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("Ha...
mit
C#
632f47d36599f39b2baa3075b65fafbaf4e2a0a9
Use Collection instead of List for consistency
code4romania/anabi-gestiune-api,code4romania/anabi-gestiune-api,code4romania/anabi-gestiune-api
Anabi.DataAccess.Ef/DbModels/AssetDb.cs
Anabi.DataAccess.Ef/DbModels/AssetDb.cs
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; namespace Anabi.DataAccess.Ef.DbModels { public class AssetDb : BaseEntity { public string Name { get; set; } public int? AddressId { get; set; } public virtual AddressDb ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; namespace Anabi.DataAccess.Ef.DbModels { public class AssetDb : BaseEntity { public string Name { get; set; } public int? AddressId { get; set; } public virtual AddressDb ...
mpl-2.0
C#
9c09a745ded102dbfa2a53db9de1a61f3750379c
Connect routine
L4fter/CrocoDie
Assets/Src/Controller/GameController.cs
Assets/Src/Controller/GameController.cs
using System; using UnityEngine; using System.Collections; public class GameController : MonoBehaviour { public NetworkView NetworkView; private bool controlMan; // Use this for initialization void Start () { DontDestroyOnLoad(this.gameObject); } // Update is called once per frame void Update ...
using UnityEngine; using System.Collections; public class GameController : MonoBehaviour { public NetworkView NetworkView; private bool controlMan; // Use this for initialization void Start () { DontDestroyOnLoad(this.gameObject); } // Update is called once per frame void Update () { } ...
mit
C#
e19bf6f9f9f7c43cddff2cb4e1f73d2dc17746aa
fix incorrect error code type
taxomania/ReceiptBank-WindowsSDK
ReceiptBankLibrary/Model/ReceiptBankError.cs
ReceiptBankLibrary/Model/ReceiptBankError.cs
using System.Runtime.Serialization; using Newtonsoft.Json; namespace Taxomania.ReceiptBank.Model { [DataContract] public sealed class ReceiptBankError { [DataMember(Name = "errorcode")] public int Code { get; set; } [DataMember(Name = "errormessage")] public string Message...
using System.Runtime.Serialization; using Newtonsoft.Json; namespace Taxomania.ReceiptBank.Model { [DataContract] public sealed class ReceiptBankError { [DataMember(Name = "errorcode")] public string Code { get; set; } [DataMember(Name = "errormessage")] public string Mess...
mit
C#
6ba341de741dca57c244c2fb4f311c26b4dc3615
include favicon in head tag
JakeLunn/Landmine.Web,akatakritos/Landmine.Web,akatakritos/Landmine.Web,JakeLunn/Landmine.Web,JakeLunn/Landmine.Web,akatakritos/Landmine.Web,akatakritos/Landmine.Web,JakeLunn/Landmine.Web
LandmineWeb/Views/Shared/_Layout.cshtml
LandmineWeb/Views/Shared/_Layout.cshtml
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/favicon.ico" /> <title>@ViewBag.Title - Landmine</title> @Styles.Render("~/Content/css") @Html.Partial("_Rollbar") @Html.Partial("_...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - Landmine</title> @Styles.Render("~/Content/css") @Html.Partial("_Rollbar") @Html.Partial("_GoogleAnalytics") </head> <body> <div class="navba...
mit
C#
89751106914e9077083cb950dc262136e6145919
introduce GetTriangles(double[] bounds)
bertt/quantized-mesh-tile-cs,bertt/quantized-mesh-tile-cs
src/TerrainTile.cs
src/TerrainTile.cs
using System; using System.Collections.Generic; using Tiles.Tools; namespace Terrain.Tiles { public class TerrainTile { public TerrainTileHeader Header { get; set; } public VertexData VertexData { get; set; } public IndexData16 IndexData16 { get; set; } public EdgeIndices16 Edg...
using System.Collections.Generic; using Tiles.Tools; namespace Terrain.Tiles { public class TerrainTile { public TerrainTileHeader Header { get; set; } public VertexData VertexData { get; set; } public IndexData16 IndexData16 { get; set; } public EdgeIndices16 EdgeIndices16 { g...
mit
C#
a90b8e950e31b0a5dd20a77fb8637b9ad1743063
Update AssemblyInfo.cs
idormenco/PolyBool.Net
Polybool.Net/Properties/AssemblyInfo.cs
Polybool.Net/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("Polybool.Net")] [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("Polybool.Net")] [assembly: AssemblyDescri...
mit
C#
a0962b0040761cc0bf32c1b5e52f0f8de2189234
Handle invalid query parameter
DeepakChoudhari/WeatherData-AzureFunction
WeatherDataFunctionApp/WeatherDataService.cs
WeatherDataFunctionApp/WeatherDataService.cs
namespace WeatherDataFunctionApp { using System; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Azure.WebJobs.Host; public static class WeatherDat...
namespace WeatherDataFunctionApp { using System; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Azure.WebJobs.Host; public static class WeatherDat...
mit
C#
df97b89bbaf5ce755ebc297594bddbf188aea645
Change logic for deviceName matching
2gis/Winium.StoreApps,2gis/Winium.StoreApps
Winium/Winium.Mobile.Connectivity/Devices.cs
Winium/Winium.Mobile.Connectivity/Devices.cs
namespace Winium.Mobile.Connectivity { #region using System; using System.Collections.Generic; using System.Linq; using Microsoft.Phone.Tools.Deploy.Patched; #endregion public class Devices { #region Static Fields private static readonly Lazy<Devices> LazyInstance =...
namespace Winium.Mobile.Connectivity { #region using System; using System.Collections.Generic; using System.Linq; using Microsoft.Phone.Tools.Deploy.Patched; #endregion public class Devices { #region Static Fields private static readonly Lazy<Devices> LazyInstance =...
mpl-2.0
C#
781178439e17398690433148c35bd9efe04a42c8
allow same name enums in different packages
sauliusvl/ProtoBuf
CodeGenerator/Proto/ProtoCollection.cs
CodeGenerator/Proto/ProtoCollection.cs
using System; using System.Collections.Generic; namespace SilentOrbit.ProtocolBuffers { /// <summary> /// Representation content of on or more .proto files /// </summary> class ProtoCollection : ProtoMessage { public ProtoCollection() : base(null, null) { ...
using System; using System.Collections.Generic; namespace SilentOrbit.ProtocolBuffers { /// <summary> /// Representation content of on or more .proto files /// </summary> class ProtoCollection : ProtoMessage { public ProtoCollection() : base(null, null) { ...
apache-2.0
C#
cb60aeb809ff5c8e6e8aef1b4a65172bda589c10
Add AssemblyInformationalVersion
bcemmett/SurveyMonkeyApi-v3,davek17/SurveyMonkeyApi-v3
SurveyMonkey/Properties/AssemblyInfo.cs
SurveyMonkey/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("Su...
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("Su...
mit
C#
f685c3277abb5c98c01d7f8acb9cb40b3bc54fe8
Fix issue in Page page.
Talagozis/Talagozis.Website,Talagozis/Talagozis.Website,Talagozis/Talagozis.Website
Talagozis.Website/Views/Cms/Page.cshtml
Talagozis.Website/Views/Cms/Page.cshtml
@model Talagozis.Website.Models.Cms.PageTypes.StandardPage @{ ViewBag.Title = Model?.Title; } <div class="container"> <div class="row justify-content-center"> <div class="col-sm-10"> <h1>@Model?.Title</h1> </div> </div> @Html.DisplayFor(m => m.Blocks) </div>
@model Talagozis.Website.Models.Cms.PageTypes.StandardPage @{ ViewBag.Title = Model.Title; } <div class="container"> <div class="row justify-content-center"> <div class="col-sm-10"> <h1>@Model.Title</h1> </div> </div> @Html.DisplayFor(m => m.Blocks) </div>
mit
C#
fa2475f91f5bc61c2cd7bd09b127bd1753a89c8d
Update AzureRMConstants.cs
ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azur...
src/ResourceManager/Common/Commands.ResourceManager.Common/AzureRMConstants.cs
src/ResourceManager/Common/Commands.ResourceManager.Common/AzureRMConstants.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.apa...
// ---------------------------------------------------------------------------------- // // 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.apa...
apache-2.0
C#
571e21549d722b8da7b5248be71b42500b484bfc
Remove Register link
JetBrains/ReSharperGallery,JetBrains/ReSharperGallery,JetBrains/ReSharperGallery
Website/Views/Shared/UserDisplay.cshtml
Website/Views/Shared/UserDisplay.cshtml
<div class="user-display"> @{ string returnUrl = ViewData.ContainsKey(Constants.ReturnUrlViewDataKey) ? (string)ViewData[Constants.ReturnUrlViewDataKey] : Request.RawUrl; if (!User.Identity.IsAuthenticated) { <span class="welcome"><a href="@Url.LogOn(returnUrl)">Log On</a></span> } else ...
<div class="user-display"> @{ string returnUrl = ViewData.ContainsKey(Constants.ReturnUrlViewDataKey) ? (string)ViewData[Constants.ReturnUrlViewDataKey] : Request.RawUrl; if (!User.Identity.IsAuthenticated) { <span class="welcome"><a href="@Url.LogOn(returnUrl)">Log On</a></span> <a href="@...
apache-2.0
C#
5dc4aa0e10919db88a53217f9140c411fed575ba
fix old school aliases url tests
CSGOpenSource/elasticsearch-net,RossLieberman/NEST,elastic/elasticsearch-net,CSGOpenSource/elasticsearch-net,adam-mccoy/elasticsearch-net,RossLieberman/NEST,UdiBen/elasticsearch-net,elastic/elasticsearch-net,UdiBen/elasticsearch-net,adam-mccoy/elasticsearch-net,TheFireCookie/elasticsearch-net,azubanov/elasticsearch-net...
src/Tests/Indices/AliasManagement/GetAliasesUrlTests.cs/GetAliasesUrlTests.cs
src/Tests/Indices/AliasManagement/GetAliasesUrlTests.cs/GetAliasesUrlTests.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Nest; using Tests.Framework; using Tests.Framework.MockData; using static Tests.Framework.UrlTester; namespace Tests.Indices.GetAliasesManagement { public class GetAliasesUrlTests { [U] public...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Nest; using Tests.Framework; using Tests.Framework.MockData; using static Tests.Framework.UrlTester; namespace Tests.Indices.GetAliasesManagement { public class GetAliasesUrlTests { [U] public...
apache-2.0
C#
a1b5b3a7b22555fa12fd66705f896620590a8573
fix merge conflict and apply review feedback
ViktorHofer/corefx,gkhanna79/corefx,ptoonen/corefx,zhenlan/corefx,stone-li/corefx,billwert/corefx,yizhang82/corefx,richlander/corefx,dotnet-bot/corefx,alexperovich/corefx,cydhaselton/corefx,twsouthwick/corefx,tijoytom/corefx,krytarowski/corefx,Petermarcu/corefx,Jiayili1/corefx,DnlHarvey/corefx,dhoehna/corefx,elijah6/co...
src/System.Security.Cryptography.Xml/tests/Samples/SigningVerifyingX509Cert.cs
src/System.Security.Cryptography.Xml/tests/Samples/SigningVerifyingX509Cert.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; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certifica...
// 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; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certifica...
mit
C#
8ef1d9e11a069d5312936ae7fb95c5d325115371
Update to use DbContextOptionsBuilder
OmniSharp/omnisharp-scaffolding,OmniSharp/omnisharp-scaffolding
src/Microsoft.Framework.CodeGeneration.EntityFramework/Templates/DbContext/NewLocalDbContext.cshtml
src/Microsoft.Framework.CodeGeneration.EntityFramework/Templates/DbContext/NewLocalDbContext.cshtml
@inherits Microsoft.Framework.CodeGeneration.Templating.RazorTemplateBase using Microsoft.Data.Entity; using Microsoft.Data.Entity.Metadata; @{ foreach (var namespaceName in Model.RequiredNamespaces) { @:using @namespaceName; } @: string baseClassName; if (String.Equals(Model.DbContextTypeName, "Db...
@inherits Microsoft.Framework.CodeGeneration.Templating.RazorTemplateBase using Microsoft.Data.Entity; using Microsoft.Data.Entity.Metadata; @{ foreach (var namespaceName in Model.RequiredNamespaces) { @:using @namespaceName; } @: string baseClassName; if (String.Equals(Model.DbContextTypeName, "Db...
mit
C#
fce4ff3f8d5d3f05b3059cdf347025c11d76352a
Fix a race in HybridWebViewRenderer initialization
chkn/HybridKit,chkn/HybridKit
HybridKit.iOS/HybridWebViewRenderer.cs
HybridKit.iOS/HybridWebViewRenderer.cs
using System; using System.Threading.Tasks; using UIKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; [assembly:ExportRenderer (typeof (HybridKit.Forms.HybridWebView), typeof (HybridKit.Forms.HybridWebViewRenderer))] namespace HybridKit.Forms { public class HybridWebViewRenderer : WebViewRenderer { ...
using System; using System.Threading.Tasks; using UIKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; [assembly:ExportRenderer (typeof (HybridKit.Forms.HybridWebView), typeof (HybridKit.Forms.HybridWebViewRenderer))] namespace HybridKit.Forms { public class HybridWebViewRenderer : WebViewRenderer { ...
mit
C#
d79b59cbcc17a704ed8599b3646c9c06a192789d
Set version to 1.2
mganss/IS24RestApi,enkol/IS24RestApi
IS24RestApi/Properties/AssemblyInfo.cs
IS24RestApi/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("IS...
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("IS...
apache-2.0
C#
406a7f9d26a68f75413b9eff52c7eb4c3833d511
add getAll() endpoint
Pondidum/Dashen,Pondidum/Dashen,Pondidum/Dashen,Pondidum/Dashen
Dashen/Controllers/ModelsController.cs
Dashen/Controllers/ModelsController.cs
using System.Linq; using System.Net.Http; using System.Text; using System.Web.Http; using Newtonsoft.Json; namespace Dashen.Controllers { public class ModelsController : ApiController { private readonly ModelInfoRepository _models; public ModelsController(ModelInfoRepository modelInfo) { _models = modelIn...
using System.Net.Http; using System.Text; using System.Web.Http; using Newtonsoft.Json; namespace Dashen.Controllers { public class ModelsController : ApiController { private readonly ModelInfoRepository _models; public ModelsController(ModelInfoRepository modelInfo) { _models = modelInfo; } public H...
lgpl-2.1
C#
46f1511238b5e4d3d0fbf53394019b61c277b973
Set default time zone to UTC
InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET
IntegrationEngine.Model/CronTrigger.cs
IntegrationEngine.Model/CronTrigger.cs
using System; namespace IntegrationEngine.Model { public class CronTrigger : IHasStringId, IIntegrationJobTrigger { public string Id { get; set; } public string JobType { get; set; } public string CronExpressionString { get; set; } TimeZoneInfo _timeZone { get; set; } p...
using System; namespace IntegrationEngine.Model { public class CronTrigger : IHasStringId, IIntegrationJobTrigger { public string Id { get; set; } public string JobType { get; set; } public string CronExpressionString { get; set; } public TimeZoneInfo TimeZone { get; set; } ...
mit
C#
fb26533e198218b256df97c29aaa10ae96a3e1a6
change return type and fix squaring function
KerbaeAdAstra/KerbalFuture
KerbalFuture/SpaceFolderFlightDrive.cs
KerbalFuture/SpaceFolderFlightDrive.cs
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using KSP; using KerbalFuture; namespace KerbalFuture { class FlightDrive : VesselModule { private static Vector3d vesPos; private static double vesHeight; private static CelestialBody vesBody; pri...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using KSP; using KerbalFuture; namespace KerbalFuture { class FlightDrive : VesselModule { private static Vector3d vesPos; private static double vesHeight; private static CelestialBody vesBody; pri...
mit
C#
7e4b506aaf568e5b16590d3263c6ab6a4868a997
Fix AI not using items in hand (#1273)
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/AI/Operators/Inventory/UseItemInHandsOperator.cs
Content.Server/AI/Operators/Inventory/UseItemInHandsOperator.cs
using Content.Server.GameObjects; using Robust.Shared.Interfaces.GameObjects; namespace Content.Server.AI.Operators.Inventory { /// <summary> /// Will find the item in storage, put it in an active hand, then use it /// </summary> public class UseItemInHandsOperator : AiOperator { private re...
using Content.Server.GameObjects; using Robust.Shared.Interfaces.GameObjects; namespace Content.Server.AI.Operators.Inventory { /// <summary> /// Will find the item in storage, put it in an active hand, then use it /// </summary> public class UseItemInHandsOperator : AiOperator { private re...
mit
C#