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 |
|---|---|---|---|---|---|---|---|---|
6151c935551c9b5904e40de67b228bb72fd3db39 | Update PassthroughAssemblyDirectoryFormatter.cs | toddams/RazorLight,toddams/RazorLight | src/RazorLight/Compilation/PassthroughAssemblyDirectoryFormatter.cs | src/RazorLight/Compilation/PassthroughAssemblyDirectoryFormatter.cs | using System;
using System.IO;
using System.Reflection;
namespace RazorLight.Compilation
{
public class PassthroughAssemblyDirectoryFormatter : IAssemblyDirectoryFormatter
{
public string GetAssemblyDirectory(Assembly assembly)
{
return Path.GetDirectoryName(assembly.Location);
}
}
}
| using System;
using System.IO;
namespace RazorLight.Compilation
{
public class PassthroughAssemblyDirectoryFormatter : IAssemblyDirectoryFormatter
{
public string GetAssemblyDirectory(Assembly assembly)
{
return Path.GetDirectoryName(assembly.Location);
}
}
}
| apache-2.0 | C# |
433574756e0aa837a856effdc6da670078351598 | Refactor ReferenceEqualityComparer | thnetii/dotnet-common | src/THNETII.Common/Collections.Generic/ReferenceEqualityComparer.cs | src/THNETII.Common/Collections.Generic/ReferenceEqualityComparer.cs | using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace THNETII.Common.Collections.Generic
{
/// <summary>
/// Provides equality comparison for reference type instances by determining equality through Reference Equality.
/// </summary>
/// <typeparam name="T">The type of obj... | using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace THNETII.Common.Collections.Generic
{
/// <summary>
/// Provides equality comparison for reference type instances by determining equality through Reference Equality.
/// </summary>
/// <typeparam name="T">The type of obj... | mit | C# |
c6bff69a5890fe1e38e2690a951458460d5f918d | Update Egypt Provider | tinohager/Nager.Date,tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/PublicHolidays/EgyptProvider.cs | Src/Nager.Date/PublicHolidays/EgyptProvider.cs | using Nager.Date.Contract;
using Nager.Date.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Nager.Date.PublicHolidays
{
public class EgyptProvider : IPublicHolidayProvider
{
public IEnumerable<PublicHoliday> Get(int y... | using Nager.Date.Contract;
using Nager.Date.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Nager.Date.PublicHolidays
{
public class EgyptProvider : IPublicHolidayProvider
{
public IEnumerable<PublicHoliday> Get(int y... | mit | C# |
88ebaa82191d2824ee3213967217eacc1542bba7 | define as constant | zmira/abremir.AllMyBricks | abremir.AllMyBricks.Onboarding/Helpers/RandomKeyOptionGenerator.cs | abremir.AllMyBricks.Onboarding/Helpers/RandomKeyOptionGenerator.cs | using abremir.AllMyBricks.Core.Enumerations;
using System;
using System.Runtime.CompilerServices;
using System.Security.Cryptography;
[assembly: InternalsVisibleTo("abremir.AllMyBricks.Onboarding.Tests")]
namespace abremir.AllMyBricks.Onboarding.Helpers
{
internal static class RandomKeyOptionGenerator
{
... | using abremir.AllMyBricks.Core.Enumerations;
using System;
using System.Runtime.CompilerServices;
using System.Security.Cryptography;
[assembly: InternalsVisibleTo("abremir.AllMyBricks.Onboarding.Tests")]
namespace abremir.AllMyBricks.Onboarding.Helpers
{
internal static class RandomKeyOptionGenerator
{
... | mit | C# |
b3c54a8af1352d6c5d5916778dc4f2c7a2e8c485 | Fix issue when feed item provides null for Name, Description or Author | jbe2277/waf | src/NewsReader/NewsReader.Domain/FeedItem.cs | src/NewsReader/NewsReader.Domain/FeedItem.cs | using System;
using System.Runtime.Serialization;
using System.Waf.Foundation;
namespace Jbe.NewsReader.Domain
{
[DataContract]
public class FeedItem : Model
{
[DataMember] private readonly Uri uri;
[DataMember] private DateTimeOffset date;
[DataMember] private string na... | using System;
using System.Runtime.Serialization;
using System.Waf.Foundation;
namespace Jbe.NewsReader.Domain
{
[DataContract]
public class FeedItem : Model
{
[DataMember] private readonly Uri uri;
[DataMember] private DateTimeOffset date;
[DataMember] private string na... | mit | C# |
15c4a4b1407a6d96540c22ec72a3034552eb57c3 | Update OData WebAPI to 5.5.0.0 | lungisam/WebApi,scz2011/WebApi,yonglehou/WebApi,abkmr/WebApi,LianwMS/WebApi,chimpinano/WebApi,chimpinano/WebApi,lewischeng-ms/WebApi,congysu/WebApi,abkmr/WebApi,yonglehou/WebApi,LianwMS/WebApi,lungisam/WebApi,congysu/WebApi,lewischeng-ms/WebApi,scz2011/WebApi | OData/src/CommonAssemblyInfo.cs | OData/src/CommonAssemblyInfo.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
#if !BUILD_GENERATED_VERSION
[assembly: AssemblyCompany("... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
#if !BUILD_GENERATED_VERSION
[assembly: AssemblyCompany("... | mit | C# |
78ccb283932ecd11b60823c7d7ee73e52318ab69 | Bump revision version | aa2g/PPeX | PPeX/Properties/AssemblyInfo.cs | PPeX/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("PP... | 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("PP... | mit | C# |
a697dacbf657f6de0928e9582414872ee8580528 | Fix sizing of embedded (wrapped) native NSViews | hamekoz/xwt,TheBrainTech/xwt,akrisiun/xwt,mminns/xwt,hwthomas/xwt,residuum/xwt,cra0zy/xwt,antmicro/xwt,lytico/xwt,iainx/xwt,mminns/xwt,mono/xwt,steffenWi/xwt | Xwt.XamMac/Xwt.Mac/EmbedNativeWidgetBackend.cs | Xwt.XamMac/Xwt.Mac/EmbedNativeWidgetBackend.cs | using System;
using Xwt.Backends;
using Xwt.Drawing;
#if MONOMAC
using nint = System.Int32;
using nfloat = System.Single;
using MonoMac.Foundation;
using MonoMac.AppKit;
using MonoMac.ObjCRuntime;
#else
using Foundation;
using AppKit;
using ObjCRuntime;
#endif
namespace Xwt.Mac
{
public class EmbedNativeWidgetBacken... | using System;
using Xwt.Backends;
using Xwt.Drawing;
#if MONOMAC
using nint = System.Int32;
using nfloat = System.Single;
using MonoMac.Foundation;
using MonoMac.AppKit;
using MonoMac.ObjCRuntime;
#else
using Foundation;
using AppKit;
using ObjCRuntime;
#endif
namespace Xwt.Mac
{
public class EmbedNativeWidgetBacken... | mit | C# |
3b3a89c2f8699af39b71fb971ed8d52044c7ad3c | Modify text on HFM panel | Zyrio/ictus,Zyrio/ictus | src/Ictus/Views/Shared/_HfmPanelPartial.cshtml | src/Ictus/Views/Shared/_HfmPanelPartial.cshtml | <div class="panel" id="hfm-panel">
<div class="panel-inner">
<div class="panel-close">
<a href="#" id="hfm-panel-close"><i class="fa fa-fw fa-times"></i></a>
</div>
<h1>Auto-Click</h1>
<p><strong>Auto-Click</strong> (or <strong>Hands-Free Mode</strong>) randomizes the ima... | <div class="panel" id="hfm-panel">
<div class="panel-inner">
<div class="panel-close">
<a href="#" id="hfm-panel-close"><i class="fa fa-fw fa-times"></i></a>
</div>
<h1>Auto-Click</h1>
@if(ViewBag.IsOfficial) {
<p><strong>Auto-Click</strong> (or <strong>Hands-... | mit | C# |
9fc048e219de0ecdedbb91b08a90d20ecf196bb6 | Fix Header AutomationPeer bounding rect | AlexanderSher/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,karthiknadig/RTVS,MikhailArk... | src/Package/Impl/DataInspect/VisualGrid/MatrixViewHeaderAutomationPeer.cs | src/Package/Impl/DataInspect/VisualGrid/MatrixViewHeaderAutomationPeer.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Automation.Peers;
using System.Windows.Automation.Provider;
using Microsoft.... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Automation.Peers;
using System.Windows.Automation.Provider;
using Microsoft.... | mit | C# |
2ffe12eac82bbe5c9a7ef4240f0d3c750702ad42 | Fix - Modificata la generazione del Codice Richiesta e del Codice Chiamata come richiesto nella riunone dell'11-07-2019 | vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistenceJSon/Utility/GeneraCodiceRichiesta.cs | src/backend/SO115App.FakePersistenceJSon/Utility/GeneraCodiceRichiesta.cs | using SO115App.API.Models.Servizi.Infrastruttura.GestioneSoccorso;
using SO115App.FakePersistenceJSon.GestioneIntervento;
using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso.GenerazioneCodiciRichiesta;
using System;
namespace SO115App.FakePersistence.JSon.Utility
{
public class GeneraCodiceRichiesta : I... | using SO115App.API.Models.Servizi.Infrastruttura.GestioneSoccorso;
using SO115App.FakePersistenceJSon.GestioneIntervento;
using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso.GenerazioneCodiciRichiesta;
using System;
namespace SO115App.FakePersistence.JSon.Utility
{
public class GeneraCodiceRichiesta : I... | agpl-3.0 | C# |
339ab0e0710868a4608bdc425fc9ecf9266e3607 | Use Alcatraz's Lat/Long in tests, extract out API key to pre-test set-up. | jcheng31/ForecastPCL,jcheng31/DarkSkyApi | ForecastPCL.Test/ApiTests.cs | ForecastPCL.Test/ApiTests.cs | namespace ForecastPCL.Test
{
using System.Configuration;
using ForecastIOPortable;
using NUnit.Framework;
/// <summary>
/// Tests for the main ForecastApi class.
/// </summary>
[TestFixture]
public class ApiTests
{
private string apiKey;
// These coordinates came... | namespace ForecastPCL.Test
{
using System.Configuration;
using ForecastIOPortable;
using NUnit.Framework;
/// <summary>
/// Tests for the main ForecastApi class.
/// </summary>
[TestFixture]
public class ApiTests
{
/// <summary>
/// Checks that attempting to retri... | mit | C# |
09eba4cc94c771cdbe57585feba787cd73de1633 | clean up | dkataskin/bstrkr | bstrkr.mobile/bstrkr.core.android/Views/MvxActionBarEventSourceActivity.cs | bstrkr.mobile/bstrkr.core.android/Views/MvxActionBarEventSourceActivity.cs | using System;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Support.V7.App;
using Cirrious.CrossCore.Core;
using Cirrious.CrossCore.Droid.Views;
namespace bstrkr.core.android.views
{
public abstract class MvxActionBarEventSourceActivity: ActionBarActivity, IMvxEventSourceActivity
{
p... | using System;
using Android.Content;
using Android.OS;
using Android.Support.V7.App;
using Cirrious.CrossCore.Droid.Views;
using Cirrious.CrossCore.Core;
namespace bstrkr.core.android.views
{
public abstract class MvxActionBarEventSourceActivity: ActionBarActivity, IMvxEventSourceActivity
{
protected override v... | bsd-2-clause | C# |
2d85145eeccde1868c1fb843c852450e37c2abf7 | Make legacy accent colour multiplicative | NeoAdonis/osu,2yangk23/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,peppy/osu,2yangk23/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,johnneijzen/osu,EVAST9919/osu,ppy/osu,smoogipoo/osu,johnneijzen/osu,peppy/osu,smoogipooo/osu,EVAST9919/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game.Rulesets.Osu/Skinning/LegacySliderBody.cs | osu.Game.Rulesets.Osu/Skinning/LegacySliderBody.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.MathUtils;
using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces;
using osuTK.Graphics;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.MathUtils;
using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces;
using osuTK.Graphics;
... | mit | C# |
f6cc60c397cd0298221d4e32fbd91c298bb55a9a | Add QuickFix.ForFirstLineInRegion() static constructor | corngood/omnisharp-server,svermeulen/omnisharp-server,mispencer/OmniSharpServer,corngood/omnisharp-server,syl20bnr/omnisharp-server,OmniSharp/omnisharp-server,x335/omnisharp-server,x335/omnisharp-server,syl20bnr/omnisharp-server | OmniSharp/Common/QuickFix.cs | OmniSharp/Common/QuickFix.cs | using OmniSharp.GotoImplementation;
using ICSharpCode.NRefactory.TypeSystem;
using OmniSharp.Solution;
namespace OmniSharp.Common
{
public class QuickFix
{
public string FileName { get; set; }
public int Line { get; set; }
public int Column { get; set; }
public string Text { ge... | using OmniSharp.GotoImplementation;
namespace OmniSharp.Common
{
public class QuickFix
{
public string FileName { get; set; }
public int Line { get; set; }
public int Column { get; set; }
public string Text { get; set; }
public Location ConvertToLocation() {
... | mit | C# |
6b56a1b39420d2ecbdb6a07da97be3e407d68dc2 | Update version to 104.4 | fmmendo/RestSharp,mattwalden/RestSharp,restsharp/RestSharp,dyh333/RestSharp,kouweizhong/RestSharp,periface/RestSharp,SaltyDH/RestSharp,benfo/RestSharp,felipegtx/RestSharp,uQr/RestSharp,KraigM/RestSharp,rivy/RestSharp,chengxiaole/RestSharp,mwereda/RestSharp,jiangzm/RestSharp,PKRoma/RestSharp,mattleibow/RestSharp,who/Res... | 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# |
25072662fd6b8603a10754229986dd24f592a967 | change BlogService to inheritance BaseServiceWithSimpleCRUD | vinhch/BizwebSharp | src/BizwebSharp/Services/Blog/BlogService.cs | src/BizwebSharp/Services/Blog/BlogService.cs | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BizwebSharp.Infrastructure;
using BizwebSharp.Options;
namespace BizwebSharp
{
public class BlogService : BaseServiceWithSimpleCRUD<Blog, BlogOption>
{
public BlogService(BizwebAuthorizationState authState) : base... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BizwebSharp.Infrastructure;
using BizwebSharp.Options;
namespace BizwebSharp
{
public class BlogService : BaseService
{
public BlogService(BizwebAuthorizationState authState) : base(authState)
{
}
... | mit | C# |
ff10cea52808369d589fa89bf0960f6b137b4df4 | add recursive exception message to ApiError | laurence79/saule,sergey-litvinov-work/saule,goo32/saule,IntertechInc/saule,joukevandermaas/saule,bjornharrtell/saule | Saule/Serialization/ApiError.cs | Saule/Serialization/ApiError.cs | using System;
using System.Collections.Generic;
using System.Web.Http;
namespace Saule.Serialization
{
internal class ApiError
{
public ApiError(Exception ex)
{
Title = ex.Message;
Detail = ex.ToString();
Code = ex.GetType().FullName;
Links = new... | using System;
using System.Collections.Generic;
using System.Web.Http;
namespace Saule.Serialization
{
internal class ApiError
{
public ApiError(Exception ex)
{
Title = ex.Message;
Detail = ex.ToString();
Code = ex.GetType().FullName;
Links = new... | mit | C# |
692ec2847be6589ff9555d315dd39dd6f7d6ab1f | Add comments to public methods | andreazevedo/JsonConfig | src/JsonConfig/JsonConfigManager.cs | src/JsonConfig/JsonConfigManager.cs | using System.Web.Script.Serialization;
namespace JsonConfig
{
public static class JsonConfigManager
{
#region Fields
private static readonly IConfigFileLoader ConfigFileLoader = new ConfigFileLoader();
private static dynamic _defaultConfig;
#endregion
#region Public ... | using System.Web.Script.Serialization;
namespace JsonConfig
{
public static class JsonConfigManager
{
#region Fields
private static readonly IConfigFileLoader ConfigFileLoader = new ConfigFileLoader();
private static dynamic _defaultConfig;
#endregion
#region Public ... | mit | C# |
367bc66877fa06d7fd548a201618bcd4b45344de | 添加快速反射方法的框架。 :skull: | Zongsoft/Zongsoft.CoreLibrary | src/Reflection/Reflector.cs | src/Reflection/Reflector.cs | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@qq.com>
*
* Copyright (C) 2010-2018 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.CoreLibrary.
*
* Zongsoft.CoreLibrary is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
... | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@qq.com>
*
* Copyright (C) 2010-2018 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.CoreLibrary.
*
* Zongsoft.CoreLibrary is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
... | lgpl-2.1 | C# |
295e5886ed77c4607b488f30ab59b0597ad69f01 | Update AgreementTemplateExtensions.cs | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Extensions/AgreementTemplateExtensions.cs | src/SFA.DAS.EmployerAccounts.Web/Extensions/AgreementTemplateExtensions.cs | using SFA.DAS.EmployerAccounts.Web.ViewModels;
using System.Collections.Generic;
using System.Linq;
namespace SFA.DAS.EmployerAccounts.Web.Extensions
{
public static class AgreementTemplateExtensions
{
public static readonly int[] VariationsOfv3Agreement = {3, 4, 5, 6};
public static string I... | using SFA.DAS.EmployerAccounts.Web.ViewModels;
using System.Collections.Generic;
using System.Linq;
namespace SFA.DAS.EmployerAccounts.Web.Extensions
{
public static class AgreementTemplateExtensions
{
public static readonly int[] VariationsOfv3Agreement = {3, 4, 5, 6};
public static string I... | mit | C# |
3b4946bb2bbc45fddf30f9b3899f8df85f018ab0 | Change SensorDataContract. | radiojam11/connectthedots,noopkat/connectthedots,jeffwilcox/connectthedots,zack076/connectthedots,radiojam11/connectthedots,BretStateham/connectthedots,radiojam11/connectthedots,jessejjohnson/connectthedots,Azure/connectthedots,jomolinare/connectthedots,beeva-marianmoldovan/connectthedots,pietrobr/connectthedots,BretSt... | Devices/Gateways/GatewayService/Gateway/Models/SensorDataContract.cs | Devices/Gateways/GatewayService/Gateway/Models/SensorDataContract.cs | using System;
using System.Runtime.Serialization;
namespace Gateway.Models
{
[DataContract]
public class SensorDataContract
{
[DataMember(Name = "value")]
public double Value { get; set; }
[DataMember(Name = "guid")]
public int Guid { get; set; }
[DataMember(Name ... | using System;
using System.Runtime.Serialization;
namespace Gateway.Models
{
[DataContract]
public class SensorDataContract
{
[DataMember(Name = "Value")]
public double Value { get; set; }
[DataMember(Name = "GUID")]
public int Guid { get; set; }
[DataMember(Name ... | mit | C# |
f951f9005f26076faab3d5b3a5fddb961d8914fd | Update VersionInfo.cs | reanimuse/wz-addon-tosser | Core/VersionInfo.cs | Core/VersionInfo.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WzAddonTosser.Core
{
public static class wzatVersionInfo
{
public const string ProductName = "wzAddonTosser";
public const string Company = "reanimuse MIT License";
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WzAddonTosser.Core
{
public static class wzatVersionInfo
{
public const string ProductName = "wzAddonTosser";
public const string Company = "reanimuse MIT License";
... | mit | C# |
dc560aae71cf2d0259bd7fbdceba101ac133dc4a | Remove unnecessary references | jensoleg/aspnet5-angular2-typescript,jensoleg/aspnet5-angular2-typescript,xizhe-zhang/aspnet5-angular2-typescript,myomyinthan/aspnet5-angular2-typescript,chsakell/aspnet5-angular2-typescript,chsakell/aspnet5-angular2-typescript,myomyinthan/aspnet5-angular2-typescript,xizhe-zhang/aspnet5-angular2-typescript,chsakell/asp... | src/PhotoGallery/Views/Shared/_Layout.cshtml | src/PhotoGallery/Views/Shared/_Layout.cshtml | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@ViewBag.Title</title>
@*<base href="/">*@
<link href="~/lib/css/bootstrap.css" rel="stylesheet" />
<link ... | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@ViewBag.Title</title>
@*<base href="/">*@
<link href="~/lib/css/bootstrap.css" rel="stylesheet" />
<link ... | mit | C# |
974eeccef42fabaf711f5a60d7afd7d2b92d63a4 | Remove redundant _message field | lunet-io/scriban,textamina/scriban | src/Scriban/Syntax/ScriptRuntimeException.cs | src/Scriban/Syntax/ScriptRuntimeException.cs | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections.Generic;
using Scriban.Helpers;
using Scriban.Parsing;
namespace Scriban.Syntax
{
public class Script... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections.Generic;
using Scriban.Helpers;
using Scriban.Parsing;
namespace Scriban.Syntax
{
public class Script... | bsd-2-clause | C# |
465229fb39f4f49deb56f5eaec9822fcfb8f1553 | Return PackageInstance as opposed to CreatedPackage in API responses | abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,leekelleher/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,bjarnef/Umbraco-CMS,mattbrailsford/Umbraco-CMS,mattbrailsford/Umbraco-CMS,madsoulswe/Umbraco-CMS,hfloyd/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abjerner/Umbraco-CMS,rasmuseeg/Umbraco-CMS,hfloyd/Umbraco-CMS,abje... | src/Umbraco.Web/Editors/PackageController.cs | src/Umbraco.Web/Editors/PackageController.cs | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using umbraco.cms.businesslogic.packager;
using Umbraco.Web.Mvc;
using Umbraco.Web.WebApi.Filters;
namespace Umbraco.Web.Editors
{
//TODO: Packager stuff still lives in business logic - YUK
//... | using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using umbraco.cms.businesslogic.packager;
using Umbraco.Web.Mvc;
using Umbraco.Web.WebApi.Filters;
namespace Umbraco.Web.Editors
{
//TODO: Packager stuff still lives in business logic - YUK
/// <summary>
///... | mit | C# |
394c370434ee286659dbcd563076080850bbd074 | move CertificateValidationRemoteServer_EndToEnd_Ok to outerloop | ericstj/corefx,ericstj/corefx,ericstj/corefx,ericstj/corefx,ericstj/corefx,ericstj/corefx,ericstj/corefx | src/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs | src/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.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.Net.Sockets;
using System.Net.Test.Common;
using System.Security.Cryptography.X509Certificates;
using S... | // 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.Net.Sockets;
using System.Net.Test.Common;
using System.Security.Cryptography.X509Certificates;
using S... | mit | C# |
a3210f4e3ddd13c45f98c9067a629c87c49dc590 | Access operator for array is now "item" | hahoyer/reni.cs,hahoyer/reni.cs,hahoyer/reni.cs | src/reni2/FeatureTest/Array/ElementAccess.cs | src/reni2/FeatureTest/Array/ElementAccess.cs | using System.Linq;
using System.Collections.Generic;
using System;
using hw.UnitTest;
using Reni.FeatureTest.Structure;
namespace Reni.FeatureTest.Array
{
[TestFixture]
[ArrayFromPieces]
[TargetSet("((<<5)item (0)) dump_print", "5")]
public sealed class ElementAccessSimple : CompilerTest {}
[TestF... | using System.Linq;
using System.Collections.Generic;
using System;
using hw.UnitTest;
using Reni.FeatureTest.Structure;
namespace Reni.FeatureTest.Array
{
[TestFixture]
[ArrayFromPieces]
[TargetSet("((<<5)item (0)) dump_print", "5")]
public sealed class ElementAccessSimple : CompilerTest {}
[TestF... | mit | C# |
9f5aa7067cd9e4a0a42b30cb71e67d4bc09cb742 | remove change | os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos | Core.ApplicationServices/GDPR/DataProcessingRegistrationReadModelService.cs | Core.ApplicationServices/GDPR/DataProcessingRegistrationReadModelService.cs | using System.Linq;
using Core.Abstractions.Types;
using Core.ApplicationServices.Authorization;
using Core.DomainModel.GDPR.Read;
using Core.DomainServices.Authorization;
using Core.DomainServices.Repositories.GDPR;
namespace Core.ApplicationServices.GDPR
{
public class DataProcessingRegistrationReadModelService ... | using System.Linq;
using Core.Abstractions.Types;
using Core.ApplicationServices.Authorization;
using Core.DomainModel.GDPR.Read;
using Core.DomainServices.Authorization;
using Core.DomainServices.Repositories.GDPR;
namespace Core.ApplicationServices.GDPR
{
public class DataProcessingRegistrationReadModelService ... | mpl-2.0 | C# |
c1d6e9f4d4213d379d3233122ad2c524e767bcbd | Update comment | Archie-Yang/PcscDotNet | src/PcscDotNet/PcscProvider.cs | src/PcscDotNet/PcscProvider.cs | namespace PcscDotNet
{
/// <summary>
/// Usage shared for IPcscProvider.
/// </summary>
public static class PcscProvider
{
/// <summary>
/// Length designator for auto-allocation memory from the smart card resource manager.
/// </summary>
public const int SCardAutoAll... | namespace PcscDotNet
{
/// <summary>
/// Usage shared for IPcscProvider
/// </summary>
public static class PcscProvider
{
/// <summary>
/// Length designator for auto-allocation memory from the smart card resource manager.
/// </summary>
public const int SCardAutoAllo... | mit | C# |
fade1a69fcd83a7ced233725cb02aeb932a88dc8 | Fix Mobile number from long to string (#1025) | JKorf/Binance.Net | Binance.Net/Objects/Models/Spot/SubAccountData/BinanceSubAccountStatus.cs | Binance.Net/Objects/Models/Spot/SubAccountData/BinanceSubAccountStatus.cs | using System;
using CryptoExchange.Net.Converters;
using Newtonsoft.Json;
namespace Binance.Net.Objects.Models.Spot.SubAccountData
{
/// <summary>
/// Sub-account Status on Margin/Futures
/// </summary>
public class BinanceSubAccountStatus
{
/// <summary>
/// User email
///... | using System;
using CryptoExchange.Net.Converters;
using Newtonsoft.Json;
namespace Binance.Net.Objects.Models.Spot.SubAccountData
{
/// <summary>
/// Sub-account Status on Margin/Futures
/// </summary>
public class BinanceSubAccountStatus
{
/// <summary>
/// User email
///... | mit | C# |
1c651dbb32b1a3254f23ad114fbb319df2e74037 | Fix to ajax restoration of the cart. | bleroy/Nwazet.Commerce,bleroy/Nwazet.Commerce | Views/ShoppingCartWidget.cshtml | Views/ShoppingCartWidget.cshtml | @{
if (Layout.IsCartPage != true) {
Script.Require("jQuery");
Script.Include("shoppingcart.js", "shoppingcart.min.js");
<div class="shopping-cart-container minicart"
data-load="@Url.Action("NakedCart", "ShoppingCart", new {area="Nwazet.Commerce"})"
data-updat... | @{
if (Layout.IsCartPage != true) {
Script.Require("jQuery");
Script.Include("shoppingcart.js", "shoppingcart.min.js");
<div class="shopping-cart-container minicart"
data-load="@Url.Action("NakedCart", "ShoppingCart", new {area="Nwazet.Commerce"})"
data-updat... | bsd-3-clause | C# |
f785dbf2b5649adcbc0431b2d9b04f31a8958a05 | Change levy run date to 24th | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs | src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs | using System.Threading.Tasks;
using Microsoft.Azure.WebJobs;
using Microsoft.Extensions.Logging;
using NServiceBus;
using SFA.DAS.EmployerFinance.Messages.Commands;
namespace SFA.DAS.EmployerFinance.Jobs.ScheduledJobs
{
public class ImportLevyDeclarationsJob
{
private readonly IMessageSession _message... | using System.Threading.Tasks;
using Microsoft.Azure.WebJobs;
using Microsoft.Extensions.Logging;
using NServiceBus;
using SFA.DAS.EmployerFinance.Messages.Commands;
namespace SFA.DAS.EmployerFinance.Jobs.ScheduledJobs
{
public class ImportLevyDeclarationsJob
{
private readonly IMessageSession _message... | mit | C# |
292c215a4eb7182599634e128c9e2518f7def7db | Add MethodImplAttributes.AggressiveOptimization (#20274) | cshung/coreclr,krk/coreclr,mmitche/coreclr,poizan42/coreclr,cshung/coreclr,cshung/coreclr,krk/coreclr,poizan42/coreclr,poizan42/coreclr,wtgodbe/coreclr,wtgodbe/coreclr,krk/coreclr,poizan42/coreclr,wtgodbe/coreclr,cshung/coreclr,cshung/coreclr,poizan42/coreclr,mmitche/coreclr,poizan42/coreclr,mmitche/coreclr,krk/coreclr... | src/System.Private.CoreLib/shared/System/Reflection/MethodImplAttributes.cs | src/System.Private.CoreLib/shared/System/Reflection/MethodImplAttributes.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System.Reflection
{
// This Enum matchs the CorMethodImpl defined in CorHdr.h
public enum MethodIm... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System.Reflection
{
// This Enum matchs the CorMethodImpl defined in CorHdr.h
public enum MethodIm... | mit | C# |
2fd644a5c6e7534cb586003f8d5d3eafa85a6b4e | Add Cancel command | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Fluent/ViewModels/AddWallet/ConfirmRecoveryWordsViewModel.cs | WalletWasabi.Fluent/ViewModels/AddWallet/ConfirmRecoveryWordsViewModel.cs | using DynamicData;
using DynamicData.Binding;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reactive.Linq;
using System.Windows.Input;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Walle... | using DynamicData;
using DynamicData.Binding;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reactive.Linq;
using System.Windows.Input;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Walle... | mit | C# |
06a977e9dbf78ff4db5bad75369dbd18ea62d089 | Read and write release files | rzhw/Squirrel.Windows,rzhw/Squirrel.Windows | src/NSync.Core/ReleaseEntry.cs | src/NSync.Core/ReleaseEntry.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Security.Cryptography;
namespace NSync.Core
{
public class ReleaseEntry : IEnableLogger
{
public string SHA1 { get; protected set; }
public ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Security.Cryptography;
namespace NSync.Core
{
public class ReleaseEntry : IEnableLogger
{
public string SHA1 { get; protected set; }
public ... | mit | C# |
ec39f41af1968c32dbf54fe52609ffc7f9bdc40c | Correct XML comment of `SubjectObjectExtensions` | atata-framework/atata,YevgeniyShunevych/Atata,atata-framework/atata,YevgeniyShunevych/Atata | src/Atata/DataProvision/SubjectObjectExtensions.cs | src/Atata/DataProvision/SubjectObjectExtensions.cs | namespace Atata
{
/// <summary>
/// Provides a set of object extension methods that wrap the object with the <see cref="Subject{T}"/> class.
/// </summary>
public static class SubjectObjectExtensions
{
/// <summary>
/// Creates a new <see cref="Subject{T}"/> instance that wraps the ... | namespace Atata
{
/// <summary>
/// Provides a set of object extension methods that wrap the object with the <see cref="Subject{TValue}"/> class.
/// </summary>
public static class SubjectObjectExtensions
{
/// <summary>
/// Creates a new <see cref="Subject{T}"/> instance that wraps... | apache-2.0 | C# |
061012fc86784dbafa214aba76b6548974a94a3d | Fix concert edit form submission URL. | alastairs/cgowebsite,alastairs/cgowebsite | src/CGO.Web/Views/Concerts/_ConcertEditForm.cshtml | src/CGO.Web/Views/Concerts/_ConcertEditForm.cshtml | @model CGO.Web.ViewModels.ConcertViewModel
@{ Html.EnableClientValidation(); }
@using (Html.BeginForm())
{
@Html.ValidationSummary(false, "Oh dear, the violas made a boo-boo. Please go back and fix the following mistakes:")
<fieldset>
<legend>Concert details</legend>
<h2>Basic Detail... | @model CGO.Web.ViewModels.ConcertViewModel
@{ Html.EnableClientValidation(); }
@using (Html.BeginForm("Create", "Concerts", FormMethod.Post, new { id = "CreateConcert" }))
{
@Html.ValidationSummary(false, "Oh dear, the violas made a boo-boo. Please go back and fix the following mistakes:")
<fieldset>
... | mit | C# |
e4bbe05a2c1990f5aed4cfd213c5a00c8ec321ef | Bump version | InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET | configuration/SharedAssemblyInfo.cs | configuration/SharedAssemblyInfo.cs | using System.Reflection;
// Assembly Info that is shared across the product
[assembly: AssemblyProduct("InEngine.NET")]
[assembly: AssemblyVersion("2.0.0.*")]
[assembly: AssemblyInformationalVersion("2.0.0-alpha3")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ethan Hann")]
[assembly: AssemblyCo... | using System.Reflection;
// Assembly Info that is shared across the product
[assembly: AssemblyProduct("InEngine.NET")]
[assembly: AssemblyVersion("2.0.0.*")]
[assembly: AssemblyInformationalVersion("2.0.0-alpha2")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ethan Hann")]
[assembly: AssemblyCo... | mit | C# |
af8bd7a5aa3fc1447860f1d1d6f46d6a32890560 | Add MarkupExtensionReturnType when xdoc. | DotNetAnalyzers/WpfAnalyzers | WpfAnalyzers.Test/WPF0080MarkupExtensionDoesNotHaveAttributeTests/CodeFix.cs | WpfAnalyzers.Test/WPF0080MarkupExtensionDoesNotHaveAttributeTests/CodeFix.cs | namespace WpfAnalyzers.Test.WPF0080MarkupExtensionDoesNotHaveAttributeTests
{
using Gu.Roslyn.Asserts;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.Diagnostics;
using NUnit.Framework;
public static class CodeFix
{
private static readonly DiagnosticAnalyzer Analyz... | namespace WpfAnalyzers.Test.WPF0080MarkupExtensionDoesNotHaveAttributeTests
{
using Gu.Roslyn.Asserts;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.Diagnostics;
using NUnit.Framework;
public static class CodeFix
{
private static readonly DiagnosticAnalyzer Analyz... | mit | C# |
122943d131e768365a5867c158a4cac2c237c99c | Update ProtectingSpecificColumnInWorksheet.cs | aspose-cells/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspos... | Examples/CSharp/Worksheets/Security/ProtectingSpecificColumnInWorksheet.cs | Examples/CSharp/Worksheets/Security/ProtectingSpecificColumnInWorksheet.cs | using System.IO;
using Aspose.Cells;
namespace Aspose.Cells.Examples.Worksheets.Security
{
public class ProtectingSpecificColumnInWorksheet
{
public static void Main(string[] args)
{
//ExStart:1
// The path to the documents directory.
string dataDir = Aspose... | using System.IO;
using Aspose.Cells;
namespace Aspose.Cells.Examples.Worksheets.Security
{
public class ProtectingSpecificColumnInWorksheet
{
public static void Main(string[] args)
{
// The path to the documents directory.
string dataDir = Aspose.Cells.Examples.Utils.Ge... | mit | C# |
6a07078b1d28433feb12ec28603ad9ffdd611da4 | Remove a skipped test. | gordonwatts/LINQtoROOT,gordonwatts/LINQtoROOT,gordonwatts/LINQtoROOT | LINQToTTree/LINQToTTreeLib.Tests/FileUtilsTest.MakeSureFileNotUpdated.g.cs | LINQToTTree/LINQToTTreeLib.Tests/FileUtilsTest.MakeSureFileNotUpdated.g.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Pex.Framework.Generated;
// <auto-generated>
// This file contains automatically generated unit tests.
// Do NOT modify this file manually.
//
// When Pex is invoked again,
// it might remove or update any previously generated unit tests.
//
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.Pex.Framework.Generated;
// <auto-generated>
// This file contains automatically generated unit tests.
// Do NOT modify this file manually.
//
// When Pex is invoked again,
// it might remove or update any previously generated unit tests.
//
... | lgpl-2.1 | C# |
6392bbc62c9468d6d1b5c8a74ade2d85641fb080 | Tidy up | alastairs/BobTheBuilder | BobTheBuilder/DynamicBuilder.cs | BobTheBuilder/DynamicBuilder.cs | using BobTheBuilder.Activation;
using BobTheBuilder.ArgumentStore;
using BobTheBuilder.ArgumentStore.Queries;
using BobTheBuilder.Syntax;
using System;
using System.Dynamic;
namespace BobTheBuilder
{
public class DynamicBuilder<T> : DynamicObject where T : class
{
private readonly IParser parser;
... | using BobTheBuilder.Activation;
using BobTheBuilder.ArgumentStore;
using BobTheBuilder.ArgumentStore.Queries;
using BobTheBuilder.Syntax;
using System;
using System.Collections.Generic;
using System.Dynamic;
namespace BobTheBuilder
{
public class DynamicBuilder<T> : DynamicObject where T : class
{
priv... | apache-2.0 | C# |
cb114f88f2327c1fe0202e5b44e458b8b3fa4dc7 | Update comments | Minesweeper-6-Team-Project-Telerik/Minesweeper-6 | src2/ConsoleMinesweeper/Interfaces/IConsoleView.cs | src2/ConsoleMinesweeper/Interfaces/IConsoleView.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IConsoleView.cs" company="Telerik Academy">
// Teamwork Project "Minesweeper-6"
// </copyright>
// <summary>
// The ConsoleView interface.
// </summary>
// --------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IConsoleView.cs" company="">
//
// </copyright>
// <summary>
// The ConsoleView interface.
// </summary>
// ------------------------------------------------------------------... | mit | C# |
a8636cf55c877fcc7da478d1164b635309fa093f | Remove Application Insights modules and initializers | martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site | tests/LondonTravel.Site.Tests/Integration/IServiceCollectionExtensions.cs | tests/LondonTravel.Site.Tests/Integration/IServiceCollectionExtensions.cs | // Copyright (c) Martin Costello, 2017. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.LondonTravel.Site.Integration
{
using Microsoft.ApplicationInsights.DependencyCollector;
using Microsoft.Applica... | // Copyright (c) Martin Costello, 2017. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.LondonTravel.Site.Integration
{
using Microsoft.ApplicationInsights.DependencyCollector;
using Microsoft.Applica... | apache-2.0 | C# |
c0340961d7c8ef36e3a76d3a17d964c21904a968 | Fix compile flag | jamesmontemagno/MediaPlugin,jamesmontemagno/MediaPlugin | src/Media.Plugin/CrossMedia.cs | src/Media.Plugin/CrossMedia.cs | using Plugin.Media.Abstractions;
using System;
namespace Plugin.Media
{
/// <summary>
/// Cross platform Media implemenations
/// </summary>
public class CrossMedia
{
static Lazy<IMedia> Implementation = new Lazy<IMedia>(() => CreateMedia(), System.Threading.LazyThreadSafetyMode.Publicatio... | using Plugin.Media.Abstractions;
using System;
namespace Plugin.Media
{
/// <summary>
/// Cross platform Media implemenations
/// </summary>
public class CrossMedia
{
static Lazy<IMedia> Implementation = new Lazy<IMedia>(() => CreateMedia(), System.Threading.LazyThreadSafetyMode.Publicatio... | mit | C# |
b1b65e94aa8c6a6128b7c86ab985f142a3b6a06e | Update AssemblyInfo.cs | cyotek/Md5 | src/Properties/AssemblyInfo.cs | src/Properties/AssemblyInfo.cs | using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Cyotek Simple MD5")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cyotek Ltd")]
[assembly: AssemblyProduct("Cyotek Simple MD5")]
[assembly: AssemblyCopyright(... | using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Cyotek Simple MD5")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cyotek Ltd")]
[assembly: AssemblyProduct("Cyotek Simple MD5")]
[assembly: AssemblyCopyright(... | mit | C# |
961a351592b37164b21305d1a94cc344f7cccc63 | Remove auto-generated warning from handwritten file | u255436/CppSharp,mohtamohit/CppSharp,zillemarco/CppSharp,txdv/CppSharp,ktopouzi/CppSharp,SonyaSa/CppSharp,Samana/CppSharp,u255436/CppSharp,ktopouzi/CppSharp,ddobrev/CppSharp,inordertotest/CppSharp,pacificIT/cxxi,ktopouzi/CppSharp,txdv/CppSharp,zillemarco/CppSharp,nalkaro/CppSharp,mohtamohit/CppSharp,xistoso/CppSharp,mo... | qt/src/QSize.cs | qt/src/QSize.cs | using System;
using System.Runtime.InteropServices;
using Mono.Cxxi;
namespace Qt.Gui {
[StructLayout (LayoutKind.Sequential)]
public struct QSize {
public int wd;
public int ht;
public QSize (int w, int h)
{
wd = w;
ht = h;
}
}
}
| // -------------------------------------------------------------------------
// Managed wrapper for QSize
// Generated from qt-gui.xml on 07/24/2011 11:57:03
//
// This file was auto generated. Do not edit.
// -------------------------------------------------------------------------
using System;
using System.Runti... | mit | C# |
279b9db85f01cd57ee6e3c770d935c4137bc1941 | Remove using | wieslawsoltes/AvaloniaBehaviors,wieslawsoltes/AvaloniaBehaviors | samples/BehaviorsTestApplication/ViewModels/MainWindowViewModel.cs | samples/BehaviorsTestApplication/ViewModels/MainWindowViewModel.cs | using System;
using System.Reactive.Linq;
using System.Windows.Input;
using BehaviorsTestApplication.ViewModels.Core;
namespace BehaviorsTestApplication.ViewModels
{
public class MainWindowViewModel : ViewModelBase
{
private int _value;
private int _count;
private double _position;
... | using System;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using System.Windows.Input;
using BehaviorsTestApplication.ViewModels.Core;
namespace BehaviorsTestApplication.ViewModels
{
public class MainWindowViewModel : ViewModelBase
{
private int _value;
private int _count;
... | mit | C# |
d8e2d84609e1d121bbf6ed94ca3813972893401d | Change the names to be in line with the problem at hand. | jquintus/spikes,jquintus/spikes,jquintus/spikes,jquintus/spikes | ConsoleApps/FunWithSpikes/FunWithNinject/OpenGenerics/OpenGenericsTests.cs | ConsoleApps/FunWithSpikes/FunWithNinject/OpenGenerics/OpenGenericsTests.cs | using Ninject;
using NUnit.Framework;
using System;
namespace FunWithNinject.OpenGenerics
{
[TestFixture]
public class OpenGenericsTests
{
[Test]
public void OpenGenericBinding()
{
using (var k = new StandardKernel())
{
// Assemble
... | using Ninject;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FunWithNinject.OpenGenerics
{
[TestFixture]
public class OpenGenericsTests
{
public interface ILogger<T>
{
Type G... | mit | C# |
f0414cfb025d9606dbad1d699c652eecd4e4b565 | fix invalid codegen in AutoDetect | robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP | FluentFTP/Helpers/FtpProfile.cs | FluentFTP/Helpers/FtpProfile.cs | using System;
using System.Collections.Generic;
using System.Net;
using System.Security.Authentication;
using System.Text;
namespace FluentFTP {
public class FtpProfile {
/// <summary>
/// The host IP address or URL of the FTP server
/// </summary>
public string Host;
/// <summary>
/// The FTP username ... | using System;
using System.Collections.Generic;
using System.Net;
using System.Security.Authentication;
using System.Text;
namespace FluentFTP {
public class FtpProfile {
/// <summary>
/// The host IP address or URL of the FTP server
/// </summary>
public string Host;
/// <summary>
/// The FTP username ... | mit | C# |
c8049d7ef83d2eccfceab0152d4650059dfef90d | Add test for the Abstract schema. | boumenot/lezen,boumenot/lezen | test/Lezen.Core.Test/Search/DocumentFactoryTest.cs | test/Lezen.Core.Test/Search/DocumentFactoryTest.cs | using Lezen.Core.Search;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
using Xunit;
namespace Lezen.Core.Test.Search
{
public class DocumentFactoryTest
{
[Fact]
public void DocumentShouldHaveCorrectF... | using Lezen.Core.Search;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
using Xunit;
namespace Lezen.Core.Test.Search
{
public class DocumentFactoryTest
{
[Fact]
public void Test()
{
... | apache-2.0 | C# |
040272f9ca870d8b4c3a1495b2f40bae04535969 | rename duration metric on telemetry button so it can be filtered more specifically in App Insights dashboard | bc3tech/DesktopApplicationInsights | DesktopApplicationInsights/TelemetryButton.cs | DesktopApplicationInsights/TelemetryButton.cs |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.ApplicationInsights.DataContracts;
namespace DesktopApplicationInsights
{
/// <summary>A <c>Button</c> class that automatica... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.ApplicationInsights.DataContracts;
namespace DesktopApplicationInsights
{
/// <summary>A <c>Button</c> class that automatica... | mit | C# |
c042c8b5fcdf03ff23737229e59b1c50c82f6b7c | Set up references for event command unit tests | DavidMGardner/sogeti.capstone,DavidMGardner/sogeti.capstone,DavidMGardner/sogeti.capstone | Sogeti.Capstone.Web/Sogeti.Capstone.CQS.Integration.Tests/EventCommands.cs | Sogeti.Capstone.Web/Sogeti.Capstone.CQS.Integration.Tests/EventCommands.cs | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Sogeti.Capstone.CQS.Integration.Tests
{
[TestClass]
public class EventCommands
{
[TestMethod]
public void CreateEventCommand()
{
}
}
}
| using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Sogeti.Capstone.CQS.Integration.Tests
{
[TestClass]
public class EventCommands
{
[TestMethod]
public void CreateEventCommand()
{
}
}
}
| mit | C# |
1217fecb170052e2cee355e76992c4919f36793a | check if null before trying to dispose | Willster419/RelhaxModpack,Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Database/Trigger.cs | RelhaxModpack/RelhaxModpack/Database/Trigger.cs | using RelhaxModpack.Database;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RelhaxModpack.Database
{
/// <summary>
/// Represents a trigger object used in the installer as an event starter.
/// For example, a contour icon trig... | using RelhaxModpack.Database;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RelhaxModpack.Database
{
/// <summary>
/// Represents a trigger object used in the installer as an event starter.
/// For example, a contour icon trig... | apache-2.0 | C# |
32a601a3ac1f99302c0f77a51058cf5b43d62524 | Update state to be used after redirect | projectkudu/SimpleWAWS,projectkudu/TryAppService,projectkudu/SimpleWAWS,projectkudu/TryAppService,projectkudu/TryAppService,projectkudu/SimpleWAWS,fashaikh/SimpleWAWS,fashaikh/SimpleWAWS,projectkudu/TryAppService,fashaikh/SimpleWAWS,projectkudu/SimpleWAWS,davidebbo/SimpleWAWS,fashaikh/SimpleWAWS,davidebbo/SimpleWAWS,da... | SimpleWAWS/Authentication/GoogleAuthProvider.cs | SimpleWAWS/Authentication/GoogleAuthProvider.cs | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
namespace SimpleWAWS.Authentication
{
public class GoogleAuthProvider : BaseOpenIdConnectAuthProvider
{
public override stri... | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
namespace SimpleWAWS.Authentication
{
public class GoogleAuthProvider : BaseOpenIdConnectAuthProvider
{
public override stri... | apache-2.0 | C# |
012596e5ca88b2f46a3e485f50b9c614ab3b4e20 | Add Rank to returned scores | brentstineman/nether,brentstineman/nether,brentstineman/nether,krist00fer/nether,navalev/nether,vflorusso/nether,brentstineman/nether,stuartleeks/nether,brentstineman/nether,MicrosoftDX/nether,vflorusso/nether,navalev/nether,stuartleeks/nether,stuartleeks/nether,vflorusso/nether,navalev/nether,ankodu/nether,stuartleeks... | src/Nether.Web/Features/Leaderboard/LeaderboardGetResponseModel.cs | src/Nether.Web/Features/Leaderboard/LeaderboardGetResponseModel.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.Collections.Generic;
using Nether.Data.Leaderboard;
namespace Nether.Web.Features.Leaderboard
{
public class LeaderboardGetResponseModel
{
... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Nether.Data.Leaderboard;
namespace Nether.Web.Features.Leaderboard
{
public class LeaderboardGetResponseModel
{
... | mit | C# |
6d666c7d8199a488c2e43d5115e8f8982a5df422 | Remove unneded test | generik0/Smooth.IoC.Dapper.Repository.UnitOfWork,generik0/Smooth.IoC.Dapper.Repository.UnitOfWork | src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/SpecialTests/DbCastTests.cs | src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/SpecialTests/DbCastTests.cs | using System.Data;
using FakeItEasy;
using NUnit.Framework;
using Smooth.IoC.Repository.UnitOfWork.Tests.TestHelpers;
using Smooth.IoC.UnitOfWork;
namespace Smooth.IoC.Repository.UnitOfWork.Tests.SpecialTests
{
[TestFixture]
public class DbCastTests
{
[Test, Category("Integration")]
public... | using System.Data;
using FakeItEasy;
using NUnit.Framework;
using Smooth.IoC.Repository.UnitOfWork.Tests.TestHelpers;
using Smooth.IoC.UnitOfWork;
namespace Smooth.IoC.Repository.UnitOfWork.Tests.SpecialTests
{
[TestFixture]
public class DbCastTests
{
[Test, Category("Integration")]
public... | mit | C# |
0bee819f72023b33d68151e315edf5a586526a76 | Use IETF language tag for culture component of cache key | roman-yagodin/R7.Documents,roman-yagodin/R7.Documents,roman-yagodin/R7.Documents | R7.Documents/components/ModuleSynchronizer.cs | R7.Documents/components/ModuleSynchronizer.cs | //
// ModuleSynchronizer.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2016 Roman M. Yagodin
//
// 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 ... | //
// ModuleSynchronizer.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2016 Roman M. Yagodin
//
// 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 ... | mit | C# |
9996f3662ae05e4704ae9929d56b325a46d8cf5c | update to 2.7 | dwmkerr/sharpshell,dwmkerr/sharpshell,dwmkerr/sharpshell,dwmkerr/sharpshell | SharpShell/SharedAssemblyInfo.cs | SharpShell/SharedAssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Shared Assembly Information for all projects in SharpShell.
[assembly: AssemblyCompany("Dave Kerr")]
[assembly: AssemblyProduct("SharpShell")]
[assembly: AssemblyCopyright("Copyright © Dave Kerr 2018")]
// Versi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Shared Assembly Information for all projects in SharpShell.
[assembly: AssemblyCompany("Dave Kerr")]
[assembly: AssemblyProduct("SharpShell")]
[assembly: AssemblyCopyright("Copyright © Dave Kerr 2018")]
// Versi... | mit | C# |
e9ed2263a208cf0c1b443773d64e147164247101 | Change "RSS Feed" "Font Size" default value | danielchalmers/DesktopWidgets | DesktopWidgets/Widgets/RSSFeed/Settings.cs | DesktopWidgets/Widgets/RSSFeed/Settings.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using DesktopWidgets.Classes;
using DesktopWidgets.WidgetBase.Settings;
namespace DesktopWidgets.Widgets.RSSFeed
{
public class Settings : WidgetSettingsBase
{
public Settings()
{
Style.FontSettings.FontSi... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using DesktopWidgets.Classes;
using DesktopWidgets.WidgetBase.Settings;
namespace DesktopWidgets.Widgets.RSSFeed
{
public class Settings : WidgetSettingsBase
{
[Category("Style")]
[DisplayName("Max Headlines")]
... | apache-2.0 | C# |
de9f0f4a12679f8945a0c9209f194ac898d36c5a | add argument validation to !ird | RPCS3/discord-bot | CompatBot/Commands/Ird.cs | CompatBot/Commands/Ird.cs | using System.Threading.Tasks;
using CompatBot.Commands.Attributes;
using CompatBot.Utils;
using CompatBot.Utils.ResultFormatters;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using IrdLibraryClient;
namespace CompatBot.Commands
{
internal sealed class Ird: BaseCommandModuleCustom
{... | using System.Threading.Tasks;
using CompatBot.Commands.Attributes;
using CompatBot.Utils.ResultFormatters;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using IrdLibraryClient;
namespace CompatBot.Commands
{
internal sealed class Ird: BaseCommandModuleCustom
{
private static... | lgpl-2.1 | C# |
173fd82255624147fdbcdadbe495da359d95f7a3 | Add correct JSON serialization for enum type | stoiveyp/Alexa.NET.Management | Alexa.NET.Management/Api/CustomApiEndpoint.cs | Alexa.NET.Management/Api/CustomApiEndpoint.cs | using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
using System.Text;
namespace Alexa.NET.Management.Api
{
public class CustomApiEndpoint
{
[JsonProperty("uri")]
public string Uri { get; set; }
[JsonProperty("sslCertificateType"), ... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace Alexa.NET.Management.Api
{
public class CustomApiEndpoint
{
[JsonProperty("uri")]
public string Uri { get; set; }
[JsonProperty("sslCertificateType")]
public SslCertificateType ... | mit | C# |
e666ffa1db62a24c046a26271a1c4ddda69ab0b7 | Add ssh support to DockerUri | mariotoffia/FluentDocker,mariotoffia/FluentDocker,mariotoffia/FluentDocker,mariotoffia/FluentDocker | Ductus.FluentDocker/Model/Common/DockerUri.cs | Ductus.FluentDocker/Model/Common/DockerUri.cs | using System;
using Ductus.FluentDocker.Common;
using Ductus.FluentDocker.Extensions;
namespace Ductus.FluentDocker.Model.Common
{
public sealed class DockerUri : Uri
{
private const string DockerHost = "DOCKER_HOST";
private const string DockerHostUrlWindowsNative = "npipe://./pipe/docker_engine";
pri... | using System;
using Ductus.FluentDocker.Common;
using Ductus.FluentDocker.Extensions;
namespace Ductus.FluentDocker.Model.Common
{
public sealed class DockerUri : Uri
{
private const string DockerHost = "DOCKER_HOST";
private const string DockerHostUrlWindowsNative = "npipe://./pipe/docker_engine";
pr... | apache-2.0 | C# |
687c19fce5843edf06464fb3f7d40f9d9ad6a848 | Add MdiTabPage and use IDockableControl.CaptionText as tab header text. | PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MdiTabControl.cs | Eutherion/Win.MdiAppTemplate/MdiTabControl.cs | #region License
/*********************************************************************************
* MdiTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | #region License
/*********************************************************************************
* MdiTabControl.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | apache-2.0 | C# |
69eb597bc929cc4194fedce532b973e7a748d53b | Use BigInteger.One | martincostello/project-euler | src/ProjectEuler/Puzzles/Puzzle025.cs | src/ProjectEuler/Puzzles/Puzzle025.cs | // Copyright (c) Martin Costello, 2015. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.ProjectEuler.Puzzles
{
using System.Collections.Generic;
using System.Globalization;
using System.Numerics;... | // Copyright (c) Martin Costello, 2015. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.ProjectEuler.Puzzles
{
using System.Collections.Generic;
using System.Globalization;
using System.Numerics;... | apache-2.0 | C# |
6989e2769b14f14415920133b138ee47d359e09a | test push to nuget again | DimensionDataCBUSydney/Compute.Api.Client | ComputeClient/Compute.Contracts/Image20/CleanCustomerImageIdType.cs | ComputeClient/Compute.Contracts/Image20/CleanCustomerImageIdType.cs | namespace DD.CBU.Compute.Api.Contracts.Image20
{
/// <remarks/>
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:didata.com:api:cloud:types")]
[System.Xml.Ser... | namespace DD.CBU.Compute.Api.Contracts.Image20
{
/// <remarks/>
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:didata.com:api:cloud:types")]
[System.Xml.Seri... | mit | C# |
03270f329fcfa617c4dabb0bf87d0ab3936fccea | Enable test parallelization | Maxwe11/NModbus4,NModbus/NModbus,NModbus4/NModbus4 | NModbus4.UnitTests/Properties/AssemblyInfo.cs | NModbus4.UnitTests/Properties/AssemblyInfo.cs | using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Xunit;
[assembly: AssemblyTitle("Modbus.UnitTests")]
[assembly: AssemblyProduct("NModbus")]
[assembly: AssemblyCopyright("Licensed under MIT License.")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly:... | using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Xunit;
[assembly: AssemblyTitle("Modbus.UnitTests")]
[assembly: AssemblyProduct("NModbus")]
[assembly: AssemblyCopyright("Licensed under MIT License.")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly:... | mit | C# |
796127df2470cb8139660b371690a7423e9575d8 | Fix SubModel name | overtools/OWLib,kerzyte/OWLib | OWLib/Types/STUD/Binding/SubModelRecord.cs | OWLib/Types/STUD/Binding/SubModelRecord.cs | using System.IO;
using System.Runtime.InteropServices;
namespace OWLib.Types.STUD.Binding {
public class SubModelRecord : ISTUDInstance {
public uint Id => 0xEC23FFFD;
public string Name => "Binding:SubModel";
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct SubModel {
public STU... | using System.IO;
using System.Runtime.InteropServices;
namespace OWLib.Types.STUD.Binding {
public class SubModelRecord : ISTUDInstance {
public uint Id => 0xEC23FFFD;
public string Name => "Binding:ProjectileModel";
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct SubModel {
pub... | mit | C# |
7430408e615e628ba6ed8b6c065ff5a19b49b6a6 | Fix issue with injection; | KonH/UDBase | Scripts/Controllers/Scene/AsyncSceneLoader.cs | Scripts/Controllers/Scene/AsyncSceneLoader.cs | using System;
using UnityEngine;
using UnityEngine.SceneManagement;
using UDBase.Controllers.EventSystem;
namespace UDBase.Controllers.SceneSystem {
/// <summary>
/// Asynchronous scene loader
/// </summary>
public sealed class AsyncSceneLoader : IScene {
/// <summary>
/// Base settings for AsyncSceneLoader... | using System;
using UnityEngine;
using UnityEngine.SceneManagement;
using UDBase.Controllers.EventSystem;
namespace UDBase.Controllers.SceneSystem {
/// <summary>
/// Asynchronous scene loader
/// </summary>
public sealed class AsyncSceneLoader : IScene {
/// <summary>
/// Base settings for AsyncSceneLoader... | mit | C# |
db860fa7747a875c7cf7063be2ad9e7fbc8fff0a | remove activated instead of type in table header | AlexEndris/regtesting,hotelde/regtesting | RegTesting.Mvc/Views/Testcase/Index.cshtml | RegTesting.Mvc/Views/Testcase/Index.cshtml | @model IEnumerable<RegTesting.Mvc.Models.TestcaseModel>
@{
ViewBag.Title = "Testfälle - RegTesting";
}
<h2>Testcases</h2>
<table class="table">
<tr>
<th>
Name
</th>
<th>
Type
</th>
<th></th>
</tr>
@foreach (var item in Model) {
<tr>
<td>
@Html.DisplayFor(modelItem => item.Name)
</td... | @model IEnumerable<RegTesting.Mvc.Models.TestcaseModel>
@{
ViewBag.Title = "Testfälle - RegTesting";
}
<h2>Testcases</h2>
<table class="table">
<tr>
<th>
Name
</th>
<th>
Activated
</th>
<th></th>
</tr>
@foreach (var item in Model) {
<tr>
<td>
@Html.DisplayFor(modelItem => item.Name)
... | apache-2.0 | C# |
05bf81a7fbcda22b184814740ac811cf0f951176 | Update Implement1904DateSystem.cs | aspose-cells/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.... | Examples/CSharp/Articles/Implement1904DateSystem.cs | Examples/CSharp/Articles/Implement1904DateSystem.cs | using System.IO;
using Aspose.Cells;
namespace Aspose.Cells.Examples.Articles
{
public class Implement1904DateSystem
{
public static void Main()
{
//ExStart:1
// The path to the documents directory.
string dataDir = Aspose.Cells.Examples.Utils.GetDataDir(Sys... | using System.IO;
using Aspose.Cells;
namespace Aspose.Cells.Examples.Articles
{
public class Implement1904DateSystem
{
public static void Main()
{
// The path to the documents directory.
string dataDir = Aspose.Cells.Examples.Utils.GetDataDir(System.Reflection.MethodBas... | mit | C# |
f7e6bebe8253df79afe082156fb654f364ca05c1 | Create directory if non existent prior to uploading | mcartoixa/Common.FileTransfer,mcartoixa/Common.FileTransfer | FileTransfer/FileSystem/FileSystemTransferClient.cs | FileTransfer/FileSystem/FileSystemTransferClient.cs | using System;
using System.IO;
using System.Threading.Tasks;
namespace Common.FileTransfer.FileSystem
{
////////////////////////////////////////////////////////////////////////////
///
/// <summary>A file system implementation of a file transfer client.</summary>
///
///////////////////////////... | using System;
using System.IO;
using System.Threading.Tasks;
namespace Common.FileTransfer.FileSystem
{
////////////////////////////////////////////////////////////////////////////
///
/// <summary>A file system implementation of a file transfer client.</summary>
///
///////////////////////////... | mit | C# |
0ba6cc9b053033567cd5e56eb999cabcf202e0fe | fix converter | Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/Converters/DurationLabelConverter.cs | TCC.Core/Converters/DurationLabelConverter.cs | using System;
using System.Globalization;
using System.Windows.Data;
namespace TCC.Converters
{
public class DurationLabelConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
var val = 0U;
if (value ... | using System;
using System.Globalization;
using System.Windows.Data;
namespace TCC.Converters
{
public class DurationLabelConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
var val = 0;
if (value !... | mit | C# |
bf09b9c313365d0ad207bd178258863d0f6df0da | Update CaptchaNeededException.cs | vknet/vk,Soniclev/vk,vknet/vk | VkNet.UWP/Exception/CaptchaNeededException.cs | VkNet.UWP/Exception/CaptchaNeededException.cs | using System.Runtime.Serialization;
using VkNet.Utils;
namespace VkNet.Exception
{
using System;
/// <summary>
/// Исключение, выбрасываемое при необходимости ввода капчи для вызова метода
/// Код ошибки - 14
/// </summary>
[DataContract]
public class CaptchaNeededException : VkApiMethodInvo... | using System.Runtime.Serialization;
using VkNet.Utils;
namespace VkNet.Exception
{
using System;
/// <summary>
/// Исключение, выбрасываемое при необходимости ввода капчи для вызова метода
/// Код ошибки - 14
/// </summary>
[DataContract]
public class CaptchaNeededException : VkApiException
... | mit | C# |
17cf0c674a2e64c2a4763faebe07534caa5fadeb | 修复启动与退出应用程序的逻辑问题。 | Zongsoft/Zongsoft.Web.Launcher | Global.asax.cs | Global.asax.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace Zongsoft.Web.Launcher
{
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
Zongsoft.Plugins.Application.Started += Applic... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace Zongsoft.Web.Launcher
{
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
Zongsoft.Plugins.Application.Start(Zongsoft.We... | mit | C# |
66cc475d9f46f3479bb4f4ca6c556a0fea4d7063 | Fix grass seed drop | flibitijibibo/TrueCraft,illblew/TrueCraft,illblew/TrueCraft,SirCmpwn/TrueCraft,illblew/TrueCraft,flibitijibibo/TrueCraft,SirCmpwn/TrueCraft,SirCmpwn/TrueCraft,flibitijibibo/TrueCraft | TrueCraft.Core/Logic/Blocks/TallGrassBlock.cs | TrueCraft.Core/Logic/Blocks/TallGrassBlock.cs | using System;
using TrueCraft.API.Logic;
using TrueCraft.Core.Logic.Items;
using TrueCraft.API;
namespace TrueCraft.Core.Logic.Blocks
{
public class TallGrassBlock : BlockProvider
{
public enum TallGrassType
{
DeadBush = 0,
TallGrass = 1,
Fern = 2
}
... | using System;
using TrueCraft.API.Logic;
using TrueCraft.Core.Logic.Items;
using TrueCraft.API;
namespace TrueCraft.Core.Logic.Blocks
{
public class TallGrassBlock : BlockProvider
{
public enum TallGrassType
{
DeadBush = 0,
TallGrass = 1,
Fern = 2
}
... | mit | C# |
b6f56c221a3f6ecf910e2dc0278b9491c5585ab4 | use safer remove method | aloisdeniel/Mvvmicro | Sources/Mvvmicro/Dependencies/Container.cs | Sources/Mvvmicro/Dependencies/Container.cs | namespace Mvvmicro
{
using System;
using System.Collections.Generic;
public class Container : IContainer
{
#region Default
private static Lazy<IContainer> instance = new Lazy<IContainer>(() => new Container());
/// <summary>
/// Gets the default container.
///... | namespace Mvvmicro
{
using System;
using System.Collections.Generic;
public class Container : IContainer
{
#region Default
private static Lazy<IContainer> instance = new Lazy<IContainer>(() => new Container());
/// <summary>
/// Gets the default container.
///... | mit | C# |
9f2d813f44af584c5dba5a7ebe9ced152aa9d3b2 | Add current site mock to WorkContextMock | Proligence/OrchardTesting | Proligence.Orchard.Testing/Mocks/WorkContextMock.cs | Proligence.Orchard.Testing/Mocks/WorkContextMock.cs | namespace Proligence.Orchard.Testing.Mocks
{
using System;
using System.Collections.Generic;
using Moq;
using global::Orchard;
using global::Orchard.Security;
using global::Orchard.Settings;
public class WorkContextMock : WorkContext
{
private readonly Dictionary<string, object>... | namespace Proligence.Orchard.Testing.Mocks
{
using System;
using System.Collections.Generic;
using Moq;
using global::Orchard;
using global::Orchard.Security;
public class WorkContextMock : WorkContext
{
private readonly Dictionary<string, object> _state = new Dictionary<string, ob... | mit | C# |
43ada1ee3df06549bd0f649796a75e3d890d77fc | Increment minor -> 0.4.0 | awseward/restivus | AssemblyInfo.sln.cs | AssemblyInfo.sln.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVers... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVers... | mit | C# |
8e8fcdac7d6a9eff62e3f87d285a99c6c93731f4 | Update Stripe test API key from their docs | nberardi/stripe-dotnet | test/Stripe.Tests/Constants.cs | test/Stripe.Tests/Constants.cs | using System;
using System.Linq;
namespace Stripe.Tests
{
static class Constants
{
public const string ApiKey = @"sk_test_BQokikJOvBiI2HlWgH4olfQ2";
}
}
| using System;
using System.Linq;
namespace Stripe.Tests
{
static class Constants
{
public const string ApiKey = @"8GSx9IL9MA0iJ3zcitnGCHonrXWiuhMf";
}
}
| mit | C# |
32410239ca4b4b7097c7ff733e2ec188319f3c83 | Fix hardcoded catalog | peopleware/net-ppwcode-vernacular-nhibernate | src/II.SqlServer/Implementations/DbConstraint/PpwSqlServerDbConstraints.cs | src/II.SqlServer/Implementations/DbConstraint/PpwSqlServerDbConstraints.cs | // Copyright 2018 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writ... | // Copyright 2018 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writ... | apache-2.0 | C# |
5981a14209f69e0ecfc6cff4e58aa967ec9b09a3 | add work listing of candidates with checkboxes | KristianMariyanov/VotingSystem,KristianMariyanov/VotingSystem,KristianMariyanov/VotingSystem | VotingSystem.Web/Areas/User/Views/Votes/Vote.cshtml | VotingSystem.Web/Areas/User/Views/Votes/Vote.cshtml | @model VotingSystem.Web.Areas.User.ViewModels.VoteWithCandidatesInputModel
@{
ViewBag.Title = "Vote";
}
<h1>@Model.Title</h1>
@using (Html.BeginForm("Vote", "Votes", FormMethod.Post))
{
@Html.AntiForgeryToken()
@Html.HiddenFor(x => x.Id)
@Html.EditorFor(c => c.Candidates)
... | @model List<VotingSystem.Web.Areas.User.ViewModels.CandidateViewModel>
@{
ViewBag.Title = "Vote";
}
@using (Html.BeginForm("Vote", "Votes", FormMethod.Post))
{
@Html.AntiForgeryToken()
foreach (var candidate in Model)
{
<input type="checkbox" name="cancicates" value="@candidate.Id" ... | mit | C# |
3dc6833e28848a822569408c1dd3d748a2e49f82 | Move to constructor - start listening as early as possible | larsbrubaker/MatterControl,jlewin/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl | MatterControlLib/ConfigurationPage/PrintLeveling/WizardPages/HomePrinterPage.cs | MatterControlLib/ConfigurationPage/PrintLeveling/WizardPages/HomePrinterPage.cs | /*
Copyright (c) 2019, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | /*
Copyright (c) 2019, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | bsd-2-clause | C# |
149dfcc9bc222e77ba3fc65c73fbf15d2e63618f | Migrate from ASP.NET Core 2.0 to 2.1 | JeffreySu/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,lishewen/WeiXinMPSDK,lishewen/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK,mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK | Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Program.cs | Samples/Senparc.Weixin.MP.Sample.vs2017/Senparc.Weixin.MP.CoreSample/Program.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace Senparc.Weixin.MP.CoreSample
{
public class Prog... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace Senparc.Weixin.MP.CoreSample
{
public class Prog... | apache-2.0 | C# |
30baf726cd753508187a0c869da7a4a91e250a63 | Add project description | xt0rted/Nancy.Validation.DataAnnotations.Extensions | src/Nancy.Validation.DataAnnotations.Extensions/Properties/AssemblyInfo.cs | src/Nancy.Validation.DataAnnotations.Extensions/Properties/AssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Nancy.Validation.DataAnnotations.Extensions")]
[assembly: AssemblyDescription(".NET 4.5 Data Annotation support for Nancy")] | using System.Reflection;
[assembly: AssemblyTitle("Nancy.Validation.DataAnnotations.Extensions")]
[assembly: AssemblyDescription("")] | mit | C# |
409691d7809d966304263845fb94ef77a95c0552 | Add new OSX versions to MacSystemInformation | hwthomas/xwt,residuum/xwt,lytico/xwt,hamekoz/xwt,antmicro/xwt,mono/xwt,cra0zy/xwt,TheBrainTech/xwt,akrisiun/xwt | Xwt.XamMac/Xwt.Mac/MacSystemInformation.cs | Xwt.XamMac/Xwt.Mac/MacSystemInformation.cs | //
// MacSystemInformation.cs
//
// Author:
// Alan McGovern <alan@xamarin.com>
//
// Copyright (c) 2011, Xamarin Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without ... | //
// MacSystemInformation.cs
//
// Author:
// Alan McGovern <alan@xamarin.com>
//
// Copyright (c) 2011, Xamarin Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without ... | mit | C# |
848d9215e9e6969980720062f3d38ec15c942c25 | Simplify string interpolation. | PenguinF/sandra-three | Eutherion/Win/Storage/OpaqueColorType.cs | Eutherion/Win/Storage/OpaqueColorType.cs | #region License
/*********************************************************************************
* OpaqueColorType.cs
*
* Copyright (c) 2004-2021 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | #region License
/*********************************************************************************
* OpaqueColorType.cs
*
* Copyright (c) 2004-2021 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | apache-2.0 | C# |
7a3513c36ff14597fffc808c212d7448fde1926f | Fix model. | robinsedlaczek/ModelR | WaveDev.ModelR.Shared/Models/UserInfoModel.cs | WaveDev.ModelR.Shared/Models/UserInfoModel.cs | using Newtonsoft.Json;
namespace WaveDev.ModelR.Shared.Models
{
public class UserInfoModel
{
public UserInfoModel(string userName, string connectionId, byte[] image)
{
UserName = userName;
ConnectionId = connectionId;
Image = image;
}
[JsonI... | namespace WaveDev.ModelR.Shared.Models
{
public class UserInfoModel
{
public UserInfoModel(string userName, byte[] image)
{
UserName = userName;
Image = image;
}
public string UserName
{
get;
private set;
}
... | mit | C# |
127d738d2fed7acd792197c905edb4dc7689352a | Update AssemblyInfo.cs | lust4life/WebApiProxy,faniereynders/WebApiProxy | WebApiProxy.Server/Properties/AssemblyInfo.cs | WebApiProxy.Server/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | mit | C# |
4b701e8eb3fdc214bea8963e64d48fd8f4e79c23 | Fix namespace | martijn00/XamarinItemTouchHelper | XamarinItemTouchHelper/TouchListenerHelper.cs | XamarinItemTouchHelper/TouchListenerHelper.cs | using System;
using Android.Views;
using Android.Support.V4.View;
using Android.Support.V7.Widget;
namespace XamarinItemTouchHelper
{
public class TouchListenerHelper : Java.Lang.Object, View.IOnTouchListener
{
private RecyclerView.ViewHolder _itemHolder;
private IOnStartDragListener _mDragSta... | using System;
using Android.Views;
using Android.Support.V4.View;
using Android.Support.V7.Widget;
namespace XamarinItemTouchHelper.Sample
{
public class TouchListenerHelper : Java.Lang.Object, View.IOnTouchListener
{
private RecyclerView.ViewHolder _itemHolder;
private IOnStartDragListener _m... | mit | C# |
03f7cb388592dd4449d8dc67736e2381519c6451 | Add {FullName} placeholder to paste templates | Gl0/CasualMeter | CasualMeter.Common/Formatters/PlayerStatsFormatter.cs | CasualMeter.Common/Formatters/PlayerStatsFormatter.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CasualMeter.Common.Helpers;
using Tera.DamageMeter;
namespace CasualMeter.Common.Formatters
{
public class PlayerStatsFormatter : Formatter
{
public PlayerStatsFormatter(PlayerInfo... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CasualMeter.Common.Helpers;
using Tera.DamageMeter;
namespace CasualMeter.Common.Formatters
{
public class PlayerStatsFormatter : Formatter
{
public PlayerStatsFormatter(PlayerInfo... | mit | C# |
ed73c0d67c087c037d4c44d7731981694b283365 | Remove laziness from edges' GetHashCode method | MSayfullin/Basics | Basics.Structures/Graphs/Edge.cs | Basics.Structures/Graphs/Edge.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Basics.Structures.Graphs
{
[DebuggerDisplay("{Source}->{Target}")]
public class Edge<T> : IEquatable<Edge<T>> where T : IEquatable<T>
{
public Edge(T source, T target)
{
Source = source;
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Basics.Structures.Graphs
{
[DebuggerDisplay("{Source}->{Target}")]
public class Edge<T> : IEquatable<Edge<T>> where T : IEquatable<T>
{
private readonly Lazy<int> _hashCode;
public Edge(T source, T target)... | mit | C# |
b34e1c619893186e850cb4d603821e04b42c703b | remove unused variable | the-gigi/XamarinPlayground | iOS/ViewController.cs | iOS/ViewController.cs | using System;
using UIKit;
namespace XamarinPlayground.iOS
{
public partial class ViewController : UIViewController
{
public ViewController (IntPtr handle) : base (handle)
{
}
public override void ViewDidLoad ()
{
base.ViewDidLoad ();
// P... | using System;
using UIKit;
namespace XamarinPlayground.iOS
{
public partial class ViewController : UIViewController
{
int count = 1;
public ViewController (IntPtr handle) : base (handle)
{
}
public override void ViewDidLoad ()
{
base.ViewDidLo... | mit | C# |
71100ca062cac128390ffa1eb35952477a59e8f0 | Add simple method to read back in a Post from disk | VenusInterns/BlogTemplate,VenusInterns/BlogTemplate,VenusInterns/BlogTemplate | BlogTemplate/Models/BlogDataStore.cs | BlogTemplate/Models/BlogDataStore.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
namespace BlogTemplate.Models
{
public class BlogDataStore
{
const string StorageFolder = "BlogFiles";
public void SavePost(Post p... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
namespace BlogTemplate.Models
{
public class BlogDataStore
{
const string StorageFolder = "BlogFiles";
public void SavePost(Post p... | mit | C# |
36b88871e44eef713e5ca2bf03aa393e4872a6e6 | Update MetXGeneratorsExeTests_FromScratch.cs | willrawls/xlg,willrawls/xlg | MetX/MetX.Tests/Standard/Generation/CSharp/Project/MetXGeneratorsExeTests_FromScratch.cs | MetX/MetX.Tests/Standard/Generation/CSharp/Project/MetXGeneratorsExeTests_FromScratch.cs | using System;
using System.IO;
using MetX.Aspects;
using MetX.Standard.Generation.CSharp.Project;
using MetX.Standard.Generators;
using MetX.Standard.Generators.GenGen;
using MetX.Standard.Library;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace MetX.Tests.Standard.Generation.CSharp.Project
{
[TestC... | using System;
using System.IO;
using MetX.Aspects;
using MetX.Standard.Generation.CSharp.Project;
using MetX.Standard.Generators;
using MetX.Standard.Generators.GenGen;
using MetX.Standard.Library;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace MetX.Tests.Standard.Generation.CSharp.Project
{
[TestC... | mit | C# |
38d9added37a3a50af920faded516e96647d2c6e | Include by default if there are no rules. | CamTechConsultants/CvsntGitImporter | InclusionMatcher.cs | InclusionMatcher.cs | /*
* John Hall <john.hall@xjtag.com>
* Copyright (c) Midas Yellow Ltd. All rights reserved.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace CvsGitConverter
{
/// <summary>
/// Manages a list of include/exclude rules.
/// </summa... | /*
* John Hall <john.hall@xjtag.com>
* Copyright (c) Midas Yellow Ltd. All rights reserved.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace CvsGitConverter
{
/// <summary>
/// Manages a list of include/exclude rules.
/// </summa... | mit | C# |
48d662f306bbd9d19accb7e379d5cf0d99ae2701 | Fix incorrect whitespace in ColoreException.cs | CoraleStudios/Colore,WolfspiritM/Colore | Corale.Colore/ColoreException.cs | Corale.Colore/ColoreException.cs | // ---------------------------------------------------------------------------------------
// <copyright file="ColoreException.cs" company="Corale">
// Copyright © 2015 by Adam Hellberg and Brandon Scott.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software... | // ---------------------------------------------------------------------------------------
// <copyright file="ColoreException.cs" company="Corale">
// Copyright © 2015 by Adam Hellberg and Brandon Scott.
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software an... | mit | C# |
aa58ac9591954e3229b06a7f647fce776e7c05f2 | remove comment | TeoVincent/Event-Aggregator-Through-net.pipe | TeoVincent.EventAggregator.Client/PublishSwitherPartials/PublishSwitcher.cs | TeoVincent.EventAggregator.Client/PublishSwitherPartials/PublishSwitcher.cs | using System;
using TeoVincent.EA.Common;
using TeoVincent.EA.Common.Events;
namespace TeoVincent.EA.Client.PublishSwitherPartials
{
public partial class PublishSwitcher : IPublishSwitcher
{
private readonly IEventAggregator internalEventAggregator;
public PublishSwitcher(IEventAggregator int... | using System;
using TeoVincent.EA.Common;
using TeoVincent.EA.Common.Events;
namespace TeoVincent.EA.Client.PublishSwitherPartials
{
public partial class PublishSwitcher : IPublishSwitcher
{
private readonly IEventAggregator internalEventAggregator;
public PublishSwitcher(IEventAggregator int... | mit | C# |
415870bb301ccb6027d89d32010b63f1834d05c6 | Add missing calling convention | gstreamer-sharp/gstreamer-sharp,freedesktop-unofficial-mirror/gstreamer__gstreamer-sharp,GStreamer/gstreamer-sharp,gstreamer-sharp/gstreamer-sharp,GStreamer/gstreamer-sharp,GStreamer/gstreamer-sharp,freedesktop-unofficial-mirror/gstreamer__gstreamer-sharp,freedesktop-unofficial-mirror/gstreamer__gstreamer-sharp,gstream... | sources/custom/Message.cs | sources/custom/Message.cs | // Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) an... | // Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) an... | lgpl-2.1 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.