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 |
|---|---|---|---|---|---|---|---|---|
ee9693806af1571fb4cd5247a7aaee413eb107c0 | update TAlex.Common.Diagnostics version | T-Alex/Common | TAlex.Common.Diagnostics/Properties/AssemblyInfo.cs | TAlex.Common.Diagnostics/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("TA... | 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("TA... | mit | C# |
bc97c27d932bc5fca36b11b17aed7378ff92a886 | Load config.yml from C# | irfancharania/HackyNewsClone | HackyNewsWeb/Controllers/HomeController.cs | HackyNewsWeb/Controllers/HomeController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using HackyNewsDomain;
namespace HackyNewsWeb.Controllers
{
public class HomeController : Controller
{
private const string CONFIG_PATH = "config.yml";
public ActionResult Index... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using HackyNewsDomain;
namespace HackyNewsWeb.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
var settings = ... | mit | C# |
a66849b77d305c86102e29741f9524a1d9657cc7 | Format assembly properties | PetSerAl/PetSerAl.PowerShell.Xml.Linq | Assembly.cs | Assembly.cs | using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en")]
[assembly: AssemblyVersion("1.0.0"), AssemblyFileVersion("1.0.0")]
[assembly: ComVisible(false)]
| using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: CLSCompliant(false),
NeutralResourcesLanguage("en"),
AssemblyVersion("1.0.0"),
AssemblyFileVersion("1.0.0"),
ComVisible(false)]
| mit | C# |
6c73079b49b7cdaab489e48bb950d169fd56b608 | Revert "commit me" | Ananasus/AutoShare | AutoShare/MainWindow.xaml.cs | AutoShare/MainWindow.xaml.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | mit | C# |
e801f796ea69fbbad129fd1cd5d06bedacd521f1 | Switch to version 1.3.1 | Abc-Arbitrage/Zebus.Directory,Abc-Arbitrage/Zebus | src/SharedVersionInfo.cs | src/SharedVersionInfo.cs | using System.Reflection;
[assembly: AssemblyVersion("1.3.1")]
[assembly: AssemblyFileVersion("1.3.1")]
[assembly: AssemblyInformationalVersion("1.3.1")] | using System.Reflection;
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: AssemblyInformationalVersion("1.3.0")] | mit | C# |
ff8b98fd61a5f733789609ea91db65d4e74ed832 | Update Value.cs | Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D | src/Core2D/ViewModels/Data/Value.cs | src/Core2D/ViewModels/Data/Value.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Core2D.Attributes;
namespace Core2D.Data
{
/// <summary>
/// Record value.
/// </summary>
public class Val... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using Core2D.Attributes;
namespace Core2D.Data
{
/// <summary>
/// Record value.
/// </summary>
pu... | mit | C# |
768f823a1a22ebb9f0d890501728449b670bd030 | Bump the Collector version | mdsol/Medidata.ZipkinTracerModule | src/Medidata.ZipkinTracer.Core.Collector/Properties/AssemblyInfo.cs | src/Medidata.ZipkinTracer.Core.Collector/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("Me... | 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("Me... | mit | C# |
5250c697c8943aad8c24cf5d31e0f0bff52deb49 | Fix title of exception | 2gis/Winium.Desktop,zebraxxl/Winium.Desktop,jorik041/Winium.Desktop | src/Winium.Desktop.Driver/CommandExecutors/ExecuteScriptExecutor.cs | src/Winium.Desktop.Driver/CommandExecutors/ExecuteScriptExecutor.cs | namespace Winium.Desktop.Driver.CommandExecutors
{
#region using
using System;
using Newtonsoft.Json.Linq;
using Winium.Cruciatus.Extensions;
using Winium.StoreApps.Common;
#endregion
internal class ExecuteScriptExecutor : CommandExecutorBase
{
#region Methods
prot... | namespace Winium.Desktop.Driver.CommandExecutors
{
#region using
using System;
using Newtonsoft.Json.Linq;
using Winium.Cruciatus.Extensions;
using Winium.StoreApps.Common;
#endregion
internal class ExecuteScriptExecutor : CommandExecutorBase
{
#region Methods
prot... | mpl-2.0 | C# |
419eefc0927dd7c3aae61cfb216ef1263db5885c | Make `SampleMacroFeature.ctor` public | Weingartner/SolidworksAddinFramework | DemoMacroFeature/SampleMacroFeature/SampleMacroFeature.cs | DemoMacroFeature/SampleMacroFeature/SampleMacroFeature.cs | using System.Numerics;
using System.Runtime.InteropServices;
using SolidworksAddinFramework;
using SolidWorks.Interop.sldworks;
using SolidWorks.Interop.swconst;
using SolidWorks.Interop.swpublished;
namespace DemoMacroFeatures.SampleMacroFeature
{
[ClassInterface(ClassInterfaceType.None)]
[ComDefaultInterface... | using System.Numerics;
using System.Runtime.InteropServices;
using SolidworksAddinFramework;
using SolidWorks.Interop.sldworks;
using SolidWorks.Interop.swconst;
using SolidWorks.Interop.swpublished;
namespace DemoMacroFeatures.SampleMacroFeature
{
[ClassInterface(ClassInterfaceType.None)]
[ComDefaultInterface... | mit | C# |
dc5c430c41374884dedf4db52b0542dc7452d4bb | Add missing property to Animation | MrRoundRobin/telegram.bot,TelegramBots/telegram.bot | src/Telegram.Bot/Types/Animation.cs | src/Telegram.Bot/Types/Animation.cs | using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace Telegram.Bot.Types
{
/// <summary>
/// This object represents an animation file to be displayed in the message containing a <see cref="Game"/>.
/// </summary>
[JsonObject(MemberSerialization.OptIn, NamingStrategyType = typeof(SnakeCa... | using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace Telegram.Bot.Types
{
/// <summary>
/// This object represents an animation file to be displayed in the message containing a <see cref="Game"/>.
/// </summary>
[JsonObject(MemberSerialization.OptIn, NamingStrategyType = typeof(SnakeCa... | mit | C# |
19c778885085eae99df7d8d6a49d74729ab7cf5d | Rename property to MySqlException.Number. | gitsno/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector,gitsno/MySqlConnector | src/MySql.Data/MySqlClient/MySqlException.cs | src/MySql.Data/MySqlClient/MySqlException.cs | using System;
using System.Data.Common;
namespace MySql.Data.MySqlClient
{
public sealed class MySqlException : DbException
{
public int Number { get; }
public string SqlState { get; }
internal MySqlException(string message, Exception innerException)
: this(0, null, message, innerException)
{
}
int... | using System;
using System.Data.Common;
namespace MySql.Data.MySqlClient
{
public sealed class MySqlException : DbException
{
public int ErrorNumber { get; }
public string SqlState { get; }
internal MySqlException(string message, Exception innerException)
: this(0, null, message, innerException)
{
}
... | mit | C# |
06ae422aa8b704ad81115c7c9c91a7f6d5942418 | add a link to our privacy policy | agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov | WebAPI.API/Views/Shared/_Navigation.cshtml | WebAPI.API/Views/Shared/_Navigation.cshtml | <ul class="nav nav-pills nav-stacked">
<li class="nav-header">Endpoints
<li class="active"><a href="#geocoding">Geocoding</a>
<li><a href="#search">Searching</a>
<li><a href="#info">SGID Information</a>
<li class="nav-header">Resources
<li>@Html.ActionLink("Console", "Dashboard", new
{
... | <ul class="nav nav-pills nav-stacked">
<li class="nav-header">Endpoints
<li class="active"><a href="#geocoding">Geocoding</a>
<li><a href="#search">Searching</a>
<li><a href="#info">SGID Information</a>
<li class="nav-header">Resources
<li>@Html.ActionLink("Console", "Dashboard", new
{
... | mit | C# |
5ebf3fbf3c85537aa23572ec68f47a42240cbd9d | Update Arg.cs | ipjohnson/Grace | src/Grace/DependencyInjection/Arg.cs | src/Grace/DependencyInjection/Arg.cs | namespace Grace.DependencyInjection
{
/// <summary>
/// Arg helper
/// </summary>
public class Arg
{
/// <summary>
/// Any arguement of type T
/// </summary>
/// <typeparam name="T">type of arg</typeparam>
/// <returns>default T value</returns>
... | namespace Grace.DependencyInjection
{
/// <summary>
/// Arg helper
/// </summary>
public class Arg
{
/// <summary>
/// Any arguement of type T
/// </summary>
/// <typeparam name="T">type of arg</typeparam>
/// <returns>default T value</returns>
public... | mit | C# |
4d76dc49c60deeb38b7270ff0a143653dd369379 | Use file scoped namespaces | carbon/Amazon | src/Amazon.Elb/Actions/DescribeRulesRequest.cs | src/Amazon.Elb/Actions/DescribeRulesRequest.cs | #nullable disable
namespace Amazon.Elb;
public class DescribeRulesRequest : IElbRequest
{
public string Action => "DescribeRules";
public string ListenerArn { get; init; }
public string[] RuleArns { get; init; }
}
| #nullable disable
using System.ComponentModel.DataAnnotations;
namespace Amazon.Elb
{
public class DescribeRulesRequest : IElbRequest
{
public string Action => "DescribeRules";
public string ListenerArn { get; init; }
public string[] RuleArns { get; init; }
... | mit | C# |
ba5fa7094f37182f0f6aac23ec95c2cfa952e18d | Add RaiseCanExecuteChanged | meziantou/Meziantou.Framework,meziantou/Meziantou.Framework,meziantou/Meziantou.Framework,meziantou/Meziantou.Framework | src/Meziantou.Framework.WPF/DelegateCommand.cs | src/Meziantou.Framework.WPF/DelegateCommand.cs | using System;
using System.Windows.Input;
using System.Windows.Threading;
namespace Meziantou.Framework.WPF
{
public sealed class DelegateCommand : ICommand
{
private readonly Action<object> _execute;
private readonly Func<object, bool> _canExecute;
private readonly Dispatcher _dispatc... | using System;
using System.Windows.Input;
namespace Meziantou.Framework.WPF
{
public sealed class DelegateCommand : ICommand
{
private readonly Action<object> _execute;
private readonly Func<object, bool> _canExecute;
public event EventHandler CanExecuteChanged;
public Delega... | mit | C# |
60f922ce1b67f434d6d6afbeaa68fa52866283a4 | Add ignore_case and expand properties to synonym filter | UdiBen/elasticsearch-net,geofeedia/elasticsearch-net,azubanov/elasticsearch-net,joehmchan/elasticsearch-net,alanprot/elasticsearch-net,abibell/elasticsearch-net,junlapong/elasticsearch-net,jonyadamit/elasticsearch-net,ststeiger/elasticsearch-net,faisal00813/elasticsearch-net,adam-mccoy/elasticsearch-net,LeoYao/elastics... | src/Nest/Domain/Settings/SynonymTokenFilter.cs | src/Nest/Domain/Settings/SynonymTokenFilter.cs | using Newtonsoft.Json;
using System.Collections.Generic;
namespace Nest
{
public class SynonymTokenFilter : TokenFilterSettings
{
public SynonymTokenFilter() : base("synonym")
{
}
[JsonProperty("synonyms_path", NullValueHandling = NullValueHandling.Ignore)]
... | using Newtonsoft.Json;
using System.Collections.Generic;
namespace Nest
{
public class SynonymTokenFilter : TokenFilterSettings
{
public SynonymTokenFilter() : base("synonym")
{
}
[JsonProperty("synonyms_path", NullValueHandling = NullValueHandling.Ignore)]
... | apache-2.0 | C# |
a3bfd2ad567e6286d74daa9a43b1dc7debb0919c | Add tokenizer option to SynonymTokenFilter | robertlyson/elasticsearch-net,mac2000/elasticsearch-net,junlapong/elasticsearch-net,starckgates/elasticsearch-net,adam-mccoy/elasticsearch-net,elastic/elasticsearch-net,mac2000/elasticsearch-net,SeanKilleen/elasticsearch-net,alanprot/elasticsearch-net,geofeedia/elasticsearch-net,DavidSSL/elasticsearch-net,ststeiger/ela... | src/Nest/Domain/Settings/SynonymTokenFilter.cs | src/Nest/Domain/Settings/SynonymTokenFilter.cs | using Newtonsoft.Json;
using System.Collections.Generic;
namespace Nest
{
public class SynonymTokenFilter : TokenFilterSettings
{
public SynonymTokenFilter() : base("synonym")
{
}
[JsonProperty("synonyms_path", NullValueHandling = NullValueHandling.Ignore)]
... | using Newtonsoft.Json;
using System.Collections.Generic;
namespace Nest
{
public class SynonymTokenFilter : TokenFilterSettings
{
public SynonymTokenFilter() : base("synonym")
{
}
[JsonProperty("synonyms_path", NullValueHandling = NullValueHandling.Ignore)]
... | apache-2.0 | C# |
dc2ae0489610ce436f0147e52716905073b2dc63 | arrange test similar like the other tests | valit-stack/Valit,valit-stack/Valit | tests/Valit.Tests/MessageProvider/CustomMessageProvider_Tests.cs | tests/Valit.Tests/MessageProvider/CustomMessageProvider_Tests.cs | using System.Collections.Generic;
using Xunit;
using Shouldly;
namespace Valit.Tests.MessageProvider
{
public class CustomMessageProvider_Tests
{
[Fact]
public void CustomMessageProvider_Adds_Proper_Messages()
{
var result = ValitRules<Model>
.Create()
... | using System.Collections.Generic;
using Xunit;
using Shouldly;
namespace Valit.Tests.MessageProvider
{
public class CustomMessageProvider_Tests
{
[Fact]
public void CustomMessageProvider_Adds_Proper_Messages()
{
var result = ValitRules<Model>
.Create()
... | mit | C# |
733397fbf6968a9f8acce20f71ed9ea6a063e761 | Convert shift-jis to UTF-8 | ytabuchi/XamarinNativeHandsOn | Finish/XN_ListView/XN_ListView.Droid/CustomListAdapter.cs | Finish/XN_ListView/XN_ListView.Droid/CustomListAdapter.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
namespace XN_ListView.Droid
{
class CustomListAdapter : BaseAdapter<TableItem>
{
Activity ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
namespace XN_ListView.Droid
{
class CustomListAdapter : BaseAdapter<TableItem>
{
Activity ... | mit | C# |
489caebf5996f1ca676e7d1700e44da8fd21110e | Move bind `LoadComplete` code out of constructor | UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu | osu.Game/Overlays/News/NewsHeader.cs | osu.Game/Overlays/News/NewsHeader.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.Bindables;
using osu.Framework.Graphics;
namespace osu.Game.Overlays.News
{
public class NewsHeader : BreadcrumbControlOverlayHead... | // 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.Bindables;
using osu.Framework.Graphics;
namespace osu.Game.Overlays.News
{
public class NewsHeader : BreadcrumbControlOverlayHead... | mit | C# |
3eba7167eea417ddf376695da48a8baf29fbed58 | Add linq reference for pre .net 4 builds. | ivanpointer/NuLog,ivanpointer/NuLog,ivanpointer/NuLog,ivanpointer/NuLog,ivanpointer/NuLog | Take2/NuLog/FallbackLoggers/StandardFallbackLoggerBase.cs | Take2/NuLog/FallbackLoggers/StandardFallbackLoggerBase.cs | /* © 2017 Ivan Pointer
MIT License: https://github.com/ivanpointer/NuLog/blob/master/LICENSE
Source on GitHub: https://github.com/ivanpointer/NuLog */
using NuLog.Dispatchers;
using NuLog.LogEvents;
using System;
#if PRENET4
using System.Linq;
#endif
namespace NuLog.FallbackLoggers
{
/// <summary>
/// The c... | /* © 2017 Ivan Pointer
MIT License: https://github.com/ivanpointer/NuLog/blob/master/LICENSE
Source on GitHub: https://github.com/ivanpointer/NuLog */
using NuLog.Dispatchers;
using NuLog.LogEvents;
using System;
namespace NuLog.FallbackLoggers
{
/// <summary>
/// The core/basic functionality of the standard... | mit | C# |
a947ad6755ae34fb114d94129b46525170abd33e | Fix missing object reference error. | DerTraveler/unity-hex-map | Assets/HexMap/HexMap.cs | Assets/HexMap/HexMap.cs | /* Copyright (c) 2016 Kevin Fischer
*
* This Source Code Form is subject to the terms of the MIT License.
* If a copy of the license was not distributed with this file,
* You can obtain one at https://opensource.org/licenses/MIT. */
using UnityEngine;
using System.Collections.Generic;
using System.Collections.Obj... | /* Copyright (c) 2016 Kevin Fischer
*
* This Source Code Form is subject to the terms of the MIT License.
* If a copy of the license was not distributed with this file,
* You can obtain one at https://opensource.org/licenses/MIT. */
using UnityEngine;
using System.Collections.Generic;
using System.Collections.Obj... | mit | C# |
9e24c5f47c657ec9c0ef0c77307104c19f20b04b | Update DateTimeExtensions.cs | keith-hall/Extensions,keith-hall/Extensions | src/DateTimeExtensions.cs | src/DateTimeExtensions.cs | using System;
using System.Globalization;
using System.Threading;
namespace HallLibrary.Extensions
{
/// <summary>
/// Contains extension methods for working with <see cref="DateTime" />s.
/// </summary>
public static class DateTimeExtensions
{
/// <summary>
/// Converts the specified <see cref="DateTime"/> t... | using System;
using System.Globalization;
using System.Threading;
namespace HallLibrary.Extensions
{
/// <summary>
/// Contains extension methods for working with <see cref="DateTime" />s.
/// </summary>
public static class DateTimeExtensions
{
/// <summary>
/// Converts the specified <see cref="DateTime"/> t... | apache-2.0 | C# |
e426c0fa04d5a6ab8fe94a554202c752e3b2e83b | Set IsBusy immediately, so there is no chance to run the command more than once. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs | WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs | using AvalonStudio.Extensibility;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Wallets;
namespace WalletWasabi.Gui.Controls.WalletExplorer
{
publ... | using AvalonStudio.Extensibility;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Wallets;
namespace WalletWasabi.Gui.Controls.WalletExplorer
{
publ... | mit | C# |
c0e9a1989c0ef3338aa37efa829ac185dee598f7 | Update Config.cs | ianmartinez/Language-Pad | src/LangPadData/Config.cs | src/LangPadData/Config.cs | using System;
using System.Collections.Generic;
using System.IO;
namespace LangPadData
{
public static class Config
{
private static readonly string AppData = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
private static readonly string AppFolder = Path.Combine(AppData, ... | using System;
using System.Collections.Generic;
using System.IO;
namespace LangPadData
{
public static class Config
{
private static string AppData = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
private static string AppFolder = Path.Combine(AppData, "LangPad");
... | mit | C# |
5456853702b473167dd9fcf8cf568fda6674f54a | Remove commented AssemblyVersion attributes to get GitVersionTask working | ekblom/noterium | src/Noterium/Properties/AssemblyInfo.cs | src/Noterium/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Noterium")]
[assembl... | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Noterium")]
[assembl... | mit | C# |
767f2900f9faeff247d48a4b4a96c91a846b339a | Add support for creating a bounded channel in helper | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | samples/SignalRSamples/ObservableExtensions.cs | samples/SignalRSamples/ObservableExtensions.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.Reactive.Linq;
using System.Threading.Channels;
namespace SignalRSamples
{
public static class ObservableExtensions
... | // 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.Reactive.Linq;
using System.Threading.Channels;
namespace SignalRSamples
{
public static class ObservableExtensions
... | apache-2.0 | C# |
5a74e8dd400131b40f3fcda7eb2e4eb5e43203b5 | Add scheduling of events to occur later on the timeline | bwatts/Totem,bwatts/Totem | src/Totem/Runtime/Timeline/ITimeline.cs | src/Totem/Runtime/Timeline/ITimeline.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Totem.Runtime.Timeline
{
/// <summary>
/// Describes a series of domain events
/// </summary>
public interface ITimeline : IFluent
{
void Append(TimelinePosition cause, Many<Event> events);
void Append... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Totem.Runtime.Timeline
{
/// <summary>
/// Describes a series of domain events
/// </summary>
public interface ITimeline : IFluent
{
void Append(TimelinePosition cause, IReadOnlyList<Event> events);
Ta... | mit | C# |
5ab6e46a5e760a61431c770017ad1b3c7e1f131b | remove litter | os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos | Tests.Integration.Presentation.Web/ItSystem/ItInterfaceUsageTests.cs | Tests.Integration.Presentation.Web/ItSystem/ItInterfaceUsageTests.cs | using System.Net;
using System.Threading.Tasks;
using Core.DomainModel.Organization;
using Presentation.Web.Models;
using Tests.Integration.Presentation.Web.Tools;
using Xunit;
namespace Tests.Integration.Presentation.Web.ItSystem
{
public class ItInterfaceUsageTests : WithAutoFixture
{
[Theory]
... | using System.Net;
using System.Threading.Tasks;
using Core.DomainModel.Organization;
using Presentation.Web.Models;
using Tests.Integration.Presentation.Web.Tools;
using Xunit;
namespace Tests.Integration.Presentation.Web.ItSystem
{
public class ItInterfaceUsageTests : WithAutoFixture
{
[Theory]
... | mpl-2.0 | C# |
dea556b283001d8b647ca7ddc0127e10e147d973 | Fix error descriptor to border color converter. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Converters/ErrorDescriptorToBorderColorConverter.cs | WalletWasabi.Gui/Converters/ErrorDescriptorToBorderColorConverter.cs | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
... | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
... | mit | C# |
bd14f260217f1f6fef23e6bcc2c76e83adda601a | Change comments header | Minesweeper-6-Team-Project-Telerik/Minesweeper-6 | src2/WpfMinesweeper/InputBox.xaml.cs | src2/WpfMinesweeper/InputBox.xaml.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="InputBox.xaml.cs" company="Telerik Academy">
// Teamwork Project "Minesweeper-6"
// </copyright>
// <summary>
// Interaction logic for InputBox.xaml
// </summary>
// ----------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="InputBox.xaml.cs" company="">
//
// </copyright>
// <summary>
// Interaction logic for InputBox.xaml
// </summary>
// --------------------------------------------------------... | mit | C# |
43d2cdbe1d757d39b486f717b52258f0953e2b89 | Fix assembly version for Shimmer | flagbug/Espera,punker76/Espera | Espera/GlobalAssemblyInfo.cs | Espera/GlobalAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyProduct("Espera")]
[assembly: AssemblyCopyright("Copyright © 2013 Dennis Daume")]
[assembly: AssemblyVersion("1.7.6")]
[assembly: AssemblyFileVersion("1.7.6")]
[assembly: AssemblyInformationalVersion("1.7.6")] | using System.Reflection;
[assembly: AssemblyProduct("Espera")]
[assembly: AssemblyCopyright("Copyright © 2013 Dennis Daume")]
[assembly: AssemblyVersion("1.7.0.6")]
[assembly: AssemblyFileVersion("1.7.0.6")] | mit | C# |
80f320bb3349564340686b3c2d8808186b780f7a | Add workaround example for how to use parameterized type matchers | Moq/moq4 | tests/Moq.Tests/CustomTypeMatchersFixture.cs | tests/Moq.Tests/CustomTypeMatchersFixture.cs | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using Xunit;
namespace Moq.Tests
{
public class CustomTypeMatchersFixture
{
[Fact]
public void Setup_with_custom_type_matcher()
{
... | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using Xunit;
namespace Moq.Tests
{
public class CustomTypeMatchersFixture
{
[Fact]
public void Setup_with_custom_type_matcher()
{
... | bsd-3-clause | C# |
d85f57dabd9bf2b85fa04e8c026d20bab60ee98b | add cdr | corvusalba/my-little-lispy,corvusalba/my-little-lispy | src/MyLittleLispy.Runtime/BuiltinsModule.cs | src/MyLittleLispy.Runtime/BuiltinsModule.cs | using System.Collections.Generic;
namespace MyLittleLispy.Runtime
{
public class BuiltinsModule : IModule
{
private readonly IEnumerable<string> _builtins = new[]
{
"(define (<= x y) (or (< x y) (= x y)))",
"(define (>= x y) (or (> x y) (= x y)))",
"(define (xor x y) (and (or x y) (not (and x y))))"
... | using System.Collections.Generic;
namespace MyLittleLispy.Runtime
{
public class BuiltinsModule : IModule
{
private readonly IEnumerable<string> _builtins = new[]
{
"(define (<= x y) (or (< x y) (= x y)))",
"(define (>= x y) (or (> x y) (= x y)))",
"(define (xor x y) (and (or x y) (not (and x y))))"
... | mit | C# |
6d7e9bdc1305464931c3e204fb8e8fe6666d928a | Fix scheme | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Controllers/AdminController.cs | Battery-Commander.Web/Controllers/AdminController.cs | using BatteryCommander.Web.Models;
using FluentScheduler;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using System;
using System.Linq;
using System.Threading.Tasks;
namespace BatteryCommander.Web.Controllers
{
[ApiExplorerSettings(IgnoreApi = true)]
public class AdminController : Cont... | using BatteryCommander.Web.Models;
using FluentScheduler;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using System;
using System.Linq;
using System.Threading.Tasks;
namespace BatteryCommander.Web.Controllers
{
[ApiExplorerSettings(IgnoreApi = true)]
public class AdminController : Cont... | mit | C# |
cc55ef3156c79dafbc3b02d1008bbd03c9b8e095 | Update BookLesson.cshtml | DavidVeksler/SmallTalk,DavidVeksler/SmallTalk,DavidVeksler/SmallTalk | Apps/SmallTalk.Web/Views/Home/BookLesson.cshtml | Apps/SmallTalk.Web/Views/Home/BookLesson.cshtml |
<body>
<div id="fullscreen_bg" class="fullscreen_bg"/>
<center>
<p style="color:white; font-weight:bold; margin-top:50px; font-size:50px;">Match!</p> <br> <p style="color:white; font-weight:bold; margin-top:30px; font-size:24px;">-Mentor Name- would like to be your mentor!</p> <br>
<p style="color:white; f... |
| mit | C# |
a403c5acb85035e89631cb82c2d0aa6c40c065af | order front-end lists by name alphabetically for now | collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists | src/FilterLists.Services/FilterListService/FilterListService.cs | src/FilterLists.Services/FilterListService/FilterListService.cs | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AutoMapper.QueryableExtensions;
using FilterLists.Data;
using FilterLists.Data.Entities;
using FilterLists.Services.FilterListService.Models;
using Microsoft.EntityFrameworkCore;
namespace FilterLists.Services.FilterListService
{... | using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper.QueryableExtensions;
using FilterLists.Data;
using FilterLists.Data.Entities;
using FilterLists.Services.FilterListService.Models;
using Microsoft.EntityFrameworkCore;
namespace FilterLists.Services.FilterListService
{
public class F... | mit | C# |
8dfea75ae4612f5b83116313237a9ef7e1f972d7 | remove emoji and yaml support from markdig pipeline | mike-ward/Markdown-Edit,punker76/Markdown-Edit | src/MarkdownEdit/MarkdownConverters/MarkdigMarkdownConverter.cs | src/MarkdownEdit/MarkdownConverters/MarkdigMarkdownConverter.cs | using Markdig;
namespace MarkdownEdit.MarkdownConverters
{
public class MarkdigMarkdownConverter : IMarkdownConverter
{
public string ConvertToHtml(string markdown)
{
var pipeline = new MarkdownPipelineBuilder()
.UseAdvancedExtensions()
.Build();
... | using Markdig;
namespace MarkdownEdit.MarkdownConverters
{
public class MarkdigMarkdownConverter : IMarkdownConverter
{
public string ConvertToHtml(string markdown)
{
var pipeline = new MarkdownPipelineBuilder()
.UseEmojiAndSmiley()
.UseYamlFrontMatt... | mit | C# |
9967bb85ea6f6425a14863c1fafc8c29b4696ec6 | Add base class to error controller so that it can find Base SupportUserBanner child action | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Controllers/ErrorController.cs | src/SFA.DAS.EmployerAccounts.Web/Controllers/ErrorController.cs | using System.Net;
using System.Web.Mvc;
using SFA.DAS.Authentication;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
namespace SFA.DAS.EmployerAccounts.Web.Controllers
{
public class ErrorController : BaseController
{
public ErrorController(
IAuth... | using System.Net;
using System.Web.Mvc;
namespace SFA.DAS.EmployerAccounts.Web.Controllers
{
public class ErrorController : Controller
{
[Route("accessdenied")]
public ActionResult AccessDenied()
{
Response.StatusCode = (int)HttpStatusCode.Forbidden;
return Vie... | mit | C# |
0851f9e608746abd1a71e79f00d0230a46fd3ee6 | Remove DiscoveryPort from INetworkProvider | hach-que/Dx | Dx.Runtime/Processing/Interfaces/INetworkProvider.cs | Dx.Runtime/Processing/Interfaces/INetworkProvider.cs | using System.Net;
namespace Dx.Runtime
{
public interface INetworkProvider
{
/// <summary>
/// The node this network provider is associated with.
/// </summary>
ILocalNode Node { get; }
/// <summary>
/// The network identifier.
/// </summary>
///... | using System.Net;
namespace Dx.Runtime
{
public interface INetworkProvider
{
/// <summary>
/// The node this network provider is associated with.
/// </summary>
ILocalNode Node { get; }
/// <summary>
/// The network identifier.
/// </summary>
///... | mit | C# |
c3513df1aa4835e770a95b1b0f51a7dbb70f4b2f | Fix Corrupted Config File Issue | TrueCommerce/CloudFtpBridge,TrueCommerce/CloudFtpBridge | src/Tc.Psg.CloudFtpBridge/Configuration/CloudFtpBridgeConfig.cs | src/Tc.Psg.CloudFtpBridge/Configuration/CloudFtpBridgeConfig.cs | using System.Collections.Generic;
using System.IO;
using System.Reflection;
using Newtonsoft.Json;
namespace Tc.Psg.CloudFtpBridge.Configuration
{
public class CloudFtpBridgeConfig
{
public CloudFtpBridgeConfig()
{
Companies = new List<CompanyConfig>();
PollingInterval... | using System.Collections.Generic;
using System.IO;
using System.Reflection;
using Newtonsoft.Json;
namespace Tc.Psg.CloudFtpBridge.Configuration
{
public class CloudFtpBridgeConfig
{
public CloudFtpBridgeConfig()
{
Companies = new List<CompanyConfig>();
PollingInterval... | mit | C# |
e41fb55e327a4102a6456d895596a34185051414 | Fix SQ warning | steven-r/Oberon0Compiler | oberon0/Expressions/Operations/OpUnaryMinus.cs | oberon0/Expressions/Operations/OpUnaryMinus.cs | #region copyright
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="OpUnaryMinus.cs" company="Stephen Reindl">
// Copyright (c) Stephen Reindl. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the pr... | #region copyright
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="OpUnaryMinus.cs" company="Stephen Reindl">
// Copyright (c) Stephen Reindl. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the pr... | mit | C# |
b5ec101cc8af2a4b3313ba7466b79b5fa6961c95 | add a comment about deprecating IRegionModule | bravelittlescientist/opensim-performance,RavenB/opensim,cdbean/CySim,ft-/opensim-optimizations-wip-tests,Michelle-Argus/ArribasimExtract,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,TechplexEngineer/Aurora-Sim,ft-/arribasim-dev-tests,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,cdbean/CySim,cdbean/CySim,TomDataworks/opensim,ft-/opensi... | OpenSim/Region/Framework/Interfaces/IRegionModule.cs | OpenSim/Region/Framework/Interfaces/IRegionModule.cs | /*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must r... | /*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must r... | bsd-3-clause | C# |
142f7ee4d0ffc9e562541b8d60c5d4ac1aec9407 | Bump to version 3.0.0-beta2 | Silv3rPRO/proshine | PROShine/App.xaml.cs | PROShine/App.xaml.cs | using System;
using System.Reflection;
using System.Windows;
namespace PROShine
{
public partial class App : Application
{
public static string Name { get; private set; }
public static string Version { get; private set; }
public static string Author { get; private set; }
... | using System;
using System.Reflection;
using System.Windows;
namespace PROShine
{
public partial class App : Application
{
public static string Name { get; private set; }
public static string Version { get; private set; }
public static string Author { get; private set; }
... | mit | C# |
6a6677493d0a2e3e0b526e8b4f279b1dfdfd2d0c | bump to release 0.3 | Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/DiabloInterface/Properties/AssemblyInfo.cs | src/DiabloInterface/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("Dia... | 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("Dia... | mit | C# |
f73ca34efefce32d27ea23dbb61d5385deb69bf9 | Update ByteArrayBuilder.cs | PowerMogli/Rabbit.Db | src/Micro+/Materialization/ByteArrayBuilder.cs | src/Micro+/Materialization/ByteArrayBuilder.cs | using System;
using System.Collections.Generic;
using System.Text;
namespace MicroORM.Materialization
{
internal class ByteArrayBuilder : IDisposable
{
List<byte> _byteValues = new List<byte>();
StringBuilder _stringValues = new StringBuilder();
internal void Append(string value)
... | using System.Collections.Generic;
using System.Text;
namespace MicroORM.Materialization
{
internal class ByteArrayBuilder
{
List<byte> _byteValues = new List<byte>();
StringBuilder _stringValues = new StringBuilder();
internal void Append(string value)
{
_stringVal... | apache-2.0 | C# |
69748447c371f648949ac8c3766e1fd3b186a3a3 | Add throw if not latest version to database status object | phoenixwebgroup/DotNetMongoMigrations,phoenixwebgroup/DotNetMongoMigrations | src/MongoMigrations/DatabaseMigrationStatus.cs | src/MongoMigrations/DatabaseMigrationStatus.cs | namespace MongoMigrations
{
using System;
using System.Linq;
using MongoDB.Driver;
public class DatabaseMigrationStatus
{
private readonly MigrationRunner _Runner;
public string VersionCollectionName = "DatabaseVersion";
public DatabaseMigrationStatus(MigrationRunner runner)
{
_Runner ... | namespace MongoMigrations
{
using System;
using System.Linq;
using MongoDB.Driver;
public class DatabaseMigrationStatus
{
private readonly MigrationRunner _Runner;
public string VersionCollectionName = "DatabaseVersion";
public DatabaseMigrationStatus(MigrationRunner runner)
{
_Runner ... | mit | C# |
cd20643648630f587d6670437f05e242508145ba | Fix a typo in xml comment | sergeysolovev/webpack-aspnetcore,sergeysolovev/webpack-aspnetcore,sergeysolovev/webpack-aspnetcore | src/Webpack.AspNetCore/Static/StaticOptions.cs | src/Webpack.AspNetCore/Static/StaticOptions.cs | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.StaticFiles;
using System;
namespace Webpack.AspNetCore.Static
{
/// <summary>
/// Represents a limited set of options from <see cref="StaticFileOptions" />
/// <see cref="SharedOptionsBase.FileProvider" /> is excluded
/// </summary>
publi... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.StaticFiles;
using System;
namespace Webpack.AspNetCore.Static
{
/// <summary>
/// Represents a limited set of options from <see cref="StaticFileOptions" />
/// <see cref="SharedOptionsBase.FileProvider" /> is excluded
/// </summary>
publi... | mit | C# |
181dbd3794bde263664402ba6ca03501bd065107 | Fix incorrect access of `options` | peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework | osu.Framework/Platform/Linux/LinuxGameHost.cs | osu.Framework/Platform/Linux/LinuxGameHost.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 System.Collections.Generic;
using System.IO;
using SDL2;
using osu.Framework.Input;
using osu.Framework.Platform.Linux.SDL2;
namespace osu.Framework... | // 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 System.Collections.Generic;
using System.IO;
using SDL2;
using osu.Framework.Input;
using osu.Framework.Platform.Linux.SDL2;
namespace osu.Framework... | mit | C# |
266f7ad13e9ffa5e08c88517feaec32c831ff4f2 | Enable JS in the browser so the user can authorize the app | jamesqo/Repository,jamesqo/Repository,jamesqo/Repository | Repository/SignInActivity.cs | Repository/SignInActivity.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Webkit;
using Android.Widget;
using Repository.Internal;
using static Repository.Internal.Verify;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Webkit;
using Android.Widget;
using Repository.Internal;
using static Repository.Internal.Verify;
... | mit | C# |
3d4f816e3cfaf0b16c34c665048eb24d02a101dc | Add OpenAPI response types. | JasonGT/NorthwindTraders,JasonGT/NorthwindTraders,JasonGT/NorthwindTraders,JasonGT/NorthwindTraders | Northwind.Web/Controllers/ProductsController.cs | Northwind.Web/Controllers/ProductsController.cs | using System.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Northwind.Application.Products.Commands;
using Northwind.Application.Products.Models;
using Northwind.Application.Products.Queries;
namespace Northwind.Web.Controllers
{
[Route("api/[controller]")]
[ApiController]
public... | using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Northwind.Application.Products.Commands;
using Northwind.Application.Products.Models;
using Northwind.Application.Products.Queries;
namespace Northwind.Web.Controllers
{
[Route("api/[controller]")]
[ApiContro... | mit | C# |
d2285d9421f48cf06fa502e723078342a54aadd3 | Update Program.cs | chinaboard/PureCat | PureCat.Demo/Program.cs | PureCat.Demo/Program.cs | using PureCat.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace PureCat.Demo
{
class Program
{
static Random _rand = new Random();
static void Main(string[] args)
... | using PureCat.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace PureCat.Demo
{
class Program
{
static Random _rand = new Random();
static void Main(string[] args)
... | mit | C# |
9109f92b4beede59cf5a8a995123c6ed5224c64c | Fix sources visual desync. | chocolatey/ChocolateyGUI,chocolatey/ChocolateyGUI,gep13/ChocolateyGUI,gep13/ChocolateyGUI,gep13/ChocolateyGUI,chocolatey/ChocolateyGUI,gep13/ChocolateyGUI,chocolatey/ChocolateyGUI,digital-carver/ChocolateyGUI,gep13/ChocolateyGUI,chocolatey/ChocolateyGUI | Source/ChocolateyGui/Views/SettingsView.xaml.cs | Source/ChocolateyGui/Views/SettingsView.xaml.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright company="Chocolatey" file="SettingsView.xaml.cs">
// Copyright 2014 - Present Rob Reynolds, the maintainers of Chocolatey, and RealDimensions Software, LLC
// </copyright>
// --------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright company="Chocolatey" file="SettingsView.xaml.cs">
// Copyright 2014 - Present Rob Reynolds, the maintainers of Chocolatey, and RealDimensions Software, LLC
// </copyright>
// --------... | apache-2.0 | C# |
fd7398c3bf8d499617d59afd129d6fa6f692f3b9 | fix scheduler migration | thinking-home/system,thinking-home/system,thinking-home/system | ThinkingHome.Plugins.Scheduler/Model/Migrations/Migration01.cs | ThinkingHome.Plugins.Scheduler/Model/Migrations/Migration01.cs | using System.Data;
using ThinkingHome.Migrator.Framework;
using ThinkingHome.Migrator.Framework.Extensions;
namespace ThinkingHome.Plugins.Scheduler.Model.Migrations
{
[Migration(1)]
public class Migration01 : Migration
{
public override void Apply()
{
Database.AddTable("Scheduler_SchedulerEvent",
new C... | using System.Data;
using ThinkingHome.Migrator.Framework;
using ThinkingHome.Migrator.Framework.Extensions;
namespace ThinkingHome.Plugins.Scheduler.Model.Migrations
{
[Migration(1)]
public class Migration01 : Migration
{
public override void Apply()
{
Database.AddTable("Scheduler_SchedulerEvent",
new C... | mit | C# |
7e929d1c78175c9d416e2c47dcc0334b0ecbf0ab | clear password when dialog closed just in case . | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Fluent/AddWallet/Common/EnterPasswordViewModel.cs | WalletWasabi.Fluent/AddWallet/Common/EnterPasswordViewModel.cs | using ReactiveUI;
using System;
using System.Reactive.Linq;
using System.Windows.Input;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Fluent.AddWallet.CreateWallet;
using WalletWasabi.Fluent.ViewModels;
using WalletWasabi.Fluent.ViewModels.Dialogs;
using WalletWasabi.Gui;
using WalletWasabi.Gui.Validation;
usi... | using ReactiveUI;
using System;
using System.Reactive.Linq;
using System.Windows.Input;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Fluent.AddWallet.CreateWallet;
using WalletWasabi.Fluent.ViewModels;
using WalletWasabi.Fluent.ViewModels.Dialogs;
using WalletWasabi.Gui;
using WalletWasabi.Gui.Validation;
usi... | mit | C# |
a967a89aaa2cf5a8cbe191dcfb0aa4f78b5d8549 | Add the attribute needed, provided | Inumedia/SlackAPI | SlackAPI/Response.cs | SlackAPI/Response.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SlackAPI
{
public abstract class Response
{
/// <summary>
/// Should always be checked before trying to process a response.
/// </summary>
public bool o... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SlackAPI
{
public abstract class Response
{
/// <summary>
/// Should always be checked before trying to process a response.
/// </summary>
public bool o... | mit | C# |
cf5c96366d2dbd36d90276b0d3524641c05afeca | remove a few unused usings | jonsequitur/Alluvial | Alluvial.For.ItsDomainSql/AlluvialDistributorLeaseInitializer.cs | Alluvial.For.ItsDomainSql/AlluvialDistributorLeaseInitializer.cs | using System;
using System.Data.Entity;
using System.Threading.Tasks;
using Alluvial.Distributors.Sql;
using Microsoft.Its.Domain.Sql.Migrations;
using Newtonsoft.Json;
namespace Alluvial.For.ItsDomainSql
{
public class AlluvialDistributorLeaseInitializer<T> : IDbMigrator
{
private readonly Leasable<T>... | using System;
using System.Data;
using System.Data.Common;
using System.Data.Entity;
using System.Threading.Tasks;
using Alluvial.Distributors.Sql;
using Microsoft.Its.Domain.Sql.Migrations;
using Newtonsoft.Json;
namespace Alluvial.For.ItsDomainSql
{
public class AlluvialDistributorLeaseInitializer<T> : IDbMigrat... | mit | C# |
5c591bcf8f3fa90a1277b6db0c6e7d1b00e73720 | Update version | roberthardy/Synthesis,kamsar/Synthesis | Source/SharedAssemblyInfo.cs | Source/SharedAssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
using System;
[assembly: AssemblyCompany("ISITE Design")]
[assembly: AssemblyProduct("Synthesis")]
[assembly: AssemblyCopyright("Copyright © Kam Figy, ISITE Design")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("8.1.1.0")]
[assembly: Assembly... | using System.Reflection;
using System.Runtime.InteropServices;
using System;
[assembly: AssemblyCompany("ISITE Design")]
[assembly: AssemblyProduct("Synthesis")]
[assembly: AssemblyCopyright("Copyright © Kam Figy, ISITE Design")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("8.1.0.0")]
[assembly: Assembly... | mit | C# |
c5ab46efd7b593afe0536c4fec1cb4376ff530e4 | remove setup method | edewit/fh-dotnet-sdk,edewit/fh-dotnet-sdk,edewit/fh-dotnet-sdk,edewit/fh-dotnet-sdk,feedhenry/fh-dotnet-sdk,feedhenry/fh-dotnet-sdk,feedhenry/fh-dotnet-sdk,feedhenry/fh-dotnet-sdk,edewit/fh-dotnet-sdk | tests/HttpClientTest.cs | tests/HttpClientTest.cs | #if __MOBILE__
using NUnit.Framework;
using TestClass = NUnit.Framework.TestFixtureAttribute;
using TestMethod = NUnit.Framework.TestAttribute;
#else
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
#endif
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using FHSDK;
using FHS... | #if __MOBILE__
using NUnit.Framework;
using TestClass = NUnit.Framework.TestFixtureAttribute;
using TestMethod = NUnit.Framework.TestAttribute;
using TestInitialize = NUnit.Framework.SetUpAttribute;
#else
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
#endif
using System;
using System.Collections.Generi... | apache-2.0 | C# |
b911e3374f169b2a9127e8a2657edf3fd59da68c | Fix for #8 | Excel-DNA/Samples | Ribbon/DataWriter.cs | Ribbon/DataWriter.cs | using System;
using ExcelDna.Integration;
using Microsoft.Office.Interop.Excel;
namespace Ribbon
{
public class DataWriter
{
public static void WriteData()
{
Application xlApp = (Application)ExcelDnaUtil.Application;
Workbook wb = xlApp.ActiveWorkbook;
if (... | using System;
using ExcelDna.Integration;
using Microsoft.Office.Interop.Excel;
namespace Ribbon
{
public class DataWriter
{
public static void WriteData()
{
Application xlApp = (Application)ExcelDnaUtil.Application;
Workbook wb = xlApp.ActiveWorkbook;
if (... | mit | C# |
3ae98611f2efd7c8fb7acc172f9252241dd5c918 | Add simple RelativePosition and OffsetPosition checks to TestGetRootPartPosition | M-O-S-E-S/opensim,OpenSimian/opensimulator,OpenSimian/opensimulator,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,ft-/opensim-optimizations-wip-tests,rryk/omp-server,rryk/omp-server,M-O-S-E-S/opensim,TomDataworks/opensim,justinccdev/opensim,ft-/arribasim-dev-extras,M-O-S-E-S/opensim,ft-/arribasim-dev-tests,QuillLittlefeather/op... | OpenSim/Region/Framework/Scenes/Tests/SceneObjectSpatialTests.cs | OpenSim/Region/Framework/Scenes/Tests/SceneObjectSpatialTests.cs | /*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must r... | /*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must r... | bsd-3-clause | C# |
cb3ffde3bf4f4b725ab7167ce466657bf8ec03e0 | Update BagPartSettings default display type, placeholder, and hint to Detail (#4385) | xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orc... | src/OrchardCore.Modules/OrchardCore.Flows/Views/BagPartSettings.Edit.cshtml | src/OrchardCore.Modules/OrchardCore.Flows/Views/BagPartSettings.Edit.cshtml | @model OrchardCore.Flows.ViewModels.BagPartSettingsViewModel
<fieldset class="form-group">
<label asp-for="ContainedContentTypes">@T["Contained Content Types"]</label>
<span class="hint">@T["The content types that this bag can contain, e.g. Slide for a Slide Show."]</span>
@await Component.InvokeAsync("Sel... | @model OrchardCore.Flows.ViewModels.BagPartSettingsViewModel
<fieldset class="form-group">
<label asp-for="ContainedContentTypes">@T["Contained Content Types"]</label>
<span class="hint">@T["The content types that this bag can contain, e.g. Slide for a Slide Show."]</span>
@await Component.InvokeAsync("Sel... | bsd-3-clause | C# |
a76e40a75722be72cab9ce1eac66e6153aaffac2 | Fix Socket span tests in light of ArraySegment->Span cast change (#25292) | ravimeda/corefx,zhenlan/corefx,ericstj/corefx,wtgodbe/corefx,ViktorHofer/corefx,Jiayili1/corefx,ptoonen/corefx,zhenlan/corefx,mmitche/corefx,zhenlan/corefx,shimingsg/corefx,shimingsg/corefx,shimingsg/corefx,ViktorHofer/corefx,shimingsg/corefx,shimingsg/corefx,ericstj/corefx,Jiayili1/corefx,shimingsg/corefx,mmitche/core... | src/System.Net.Sockets/tests/FunctionalTests/SocketTestHelper.netcoreapp.cs | src/System.Net.Sockets/tests/FunctionalTests/SocketTestHelper.netcoreapp.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.Threading.Tasks;
namespace System.Net.Sockets.Tests
{
public class SocketHelperSpanSync : SocketHe... | // 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.Threading.Tasks;
namespace System.Net.Sockets.Tests
{
public class SocketHelperSpanSync : SocketHe... | mit | C# |
67477a20a004c97d795e203f745acb2d7999214e | Update Setting Values for OAuth2 setting | CloudBreadProject/CloudBread-Unity-SDK | Assets/CloudBread/API/OAuth/OAuth2Setting.cs | Assets/CloudBread/API/OAuth/OAuth2Setting.cs | using System;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEditor;
namespace CloudBread.OAuth
{
public class OAuth2Setting : ScriptableObject
{
private const string SettingAssetName = "CBOAuth2Setting";
private const string SettingsPath = "CloudBread/Resources";
private con... | using System;
using UnityEngine;
namespace CloudBread.OAuth
{
public class OAuth2Setting : ScriptableObject
{
static bool _useFacebook;
static public string FaceBookRedirectAddress;
static bool _useGooglePlay;
public static string GooglePlayRedirectAddress;
static bool _useKaKao;
public static... | mit | C# |
b5c409fc97448e0de788b5ffe31188e00fad8006 | add DisallowMultipleComponent. | scienceagora4dim/Stereoscopic4D | Assets/Stereoscopic4D/Scripts/Transform4D.cs | Assets/Stereoscopic4D/Scripts/Transform4D.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Stereoscopic4D {
/// <summary>
/// This class extends GameObject to 4D transform
/// </summary>
[DisallowMultipleComponent]
public class Transform4D : MonoBehaviour {
/// <summary>
/// w position.
/// </summary>
pu... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Stereoscopic4D {
/// <summary>
/// This class extends GameObject to 4D transform
/// </summary>
public class Transform4D : MonoBehaviour {
/// <summary>
/// w position.
/// </summary>
public float w;
[Header("Rot... | mit | C# |
3f379bedf765233776c60a53bc42b8221a45dcfd | Use using | joelverhagen/tostorage | ToStorage/Program.cs | ToStorage/Program.cs | using System;
using System.Threading.Tasks;
using CommandLine;
using Knapcode.ToStorage.AzureBlobStorage;
using Knapcode.ToStorage.Core.AzureBlobStorage;
namespace Knapcode.ToStorage
{
public class Program
{
public static int Main(string[] args)
{
return MainAsync(args).Result;
... | using System;
using System.Threading.Tasks;
using CommandLine;
using Knapcode.ToStorage.Core.AzureBlobStorage;
namespace Knapcode.ToStorage
{
public class Program
{
public static int Main(string[] args)
{
return MainAsync(args).Result;
}
private static async Task<i... | mit | C# |
1036740ad5ecab18919e9a786b2656c4bce97a1c | fix "Operation not supported" on http send async | yar229/WebDavMailRuCloud | WDMRC.Console/ProxyFabric.cs | WDMRC.Console/ProxyFabric.cs | using System;
using System.Net;
using System.Net.Http;
using System.Text.RegularExpressions;
using MihaZupan;
namespace YaR.CloudMailRu.Console
{
class ProxyFabric
{
public IWebProxy Get(string proxyAddress, string proxyUser, string proxyPassword)
{
if (string.IsNullOrEmpty(proxyAd... | using System;
using System.Net;
using System.Text.RegularExpressions;
using MihaZupan;
namespace YaR.CloudMailRu.Console
{
class ProxyFabric
{
public IWebProxy Get(string proxyAddress, string proxyUser, string proxyPassword)
{
if (string.IsNullOrEmpty(proxyAddress))
... | mit | C# |
30b39070bdf6781d3cb01cf8390ec4da874c43c2 | Update comments | Minesweeper-6-Team-Project-Telerik/Minesweeper-6 | src2/ConsoleMinesweeper/Models/ConsoleTimer.cs | src2/ConsoleMinesweeper/Models/ConsoleTimer.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ConsoleTimer.cs" company="Telerik Academy">
// Teamwork Project "Minesweeper-6"
// </copyright>
// <summary>
// The console timer.
// </summary>
// ----------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ConsoleTimer.cs" company="">
//
// </copyright>
// <summary>
// The console timer.
// </summary>
// --------------------------------------------------------------------------... | mit | C# |
df1e4cd1d803ff43071f5912ee9f020fa40a871a | Change icon classes. | nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/IconClasses.cs | source/Nuke.Common/IconClasses.cs | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Linq;
using Nuke.Common;
using Nuke.Common.Git;
using Nuke.Common.IO;
using Nuke.Common.Tools.CoverallsNet;
using Nuke.Common.Tools.DocFx;
using Nuke.Common.Tools... | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Linq;
using Nuke.Common;
using Nuke.Common.Git;
using Nuke.Common.IO;
using Nuke.Common.Tools.DocFx;
using Nuke.Common.Tools.DotCover;
using Nuke.Common.Tools.Dot... | mit | C# |
f5464285fb247db01cdeedc913443e89046a89fc | Fix missed RelocatedType annotation | ViktorHofer/corefx,wtgodbe/corefx,ptoonen/corefx,BrennanConroy/corefx,shimingsg/corefx,ptoonen/corefx,ptoonen/corefx,wtgodbe/corefx,shimingsg/corefx,ericstj/corefx,ptoonen/corefx,ViktorHofer/corefx,BrennanConroy/corefx,ViktorHofer/corefx,shimingsg/corefx,ericstj/corefx,ptoonen/corefx,shimingsg/corefx,ericstj/corefx,wtg... | src/Common/src/CoreLib/System/Security/Principal/IPrincipal.cs | src/Common/src/CoreLib/System/Security/Principal/IPrincipal.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.
//
// All roles will implement this interface
//
using System;
namespace System.Security.Principal
{
#if PROJECTN
... | // 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.
//
// All roles will implement this interface
//
using System;
namespace System.Security.Principal
{
public in... | mit | C# |
3669e5f4de6ef9a43ca45e071e8c6a513d4111f9 | Fix invalid JSON caused by localized decimal mark | zanetdev/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prototype,Glimpse/Glimpse.Prototype,Glimpse/Glimpse.Prototype,zanetdev/Glimpse.Prototype | src/Glimpse.Common/Internal/Serialization/TimeSpanConverter.cs | src/Glimpse.Common/Internal/Serialization/TimeSpanConverter.cs | using System;
using System.Globalization;
using Newtonsoft.Json;
namespace Glimpse.Internal
{
public class TimeSpanConverter : JsonConverter
{
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
{
var result = 0.0;
var... | using System;
using Newtonsoft.Json;
namespace Glimpse.Internal
{
public class TimeSpanConverter : JsonConverter
{
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
{
var result = 0.0;
var convertedNullable = value a... | mit | C# |
aee9ec768e038976dfb1d2bf27cfbf14324bba3a | Update BasketController.cs | dotnet-architecture/eShopOnContainers,andrelmp/eShopOnContainers,TypeW/eShopOnContainers,productinfo/eShopOnContainers,TypeW/eShopOnContainers,albertodall/eShopOnContainers,BillWagner/eShopOnContainers,albertodall/eShopOnContainers,TypeW/eShopOnContainers,BillWagner/eShopOnContainers,productinfo/eShopOnContainers,andre... | src/Services/Basket/Basket.API/Controllers/BasketController.cs | src/Services/Basket/Basket.API/Controllers/BasketController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.eShopOnContainers.Services.Basket.API.Model;
using Microsoft.AspNetCore.Authorization;
namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers
{
[Route("/"... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.eShopOnContainers.Services.Basket.API.Model;
using Microsoft.AspNetCore.Authorization;
namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers
{
//TODO NOT... | mit | C# |
5c70fadaaecf9010e838efd2c06ed2d08b71d76d | Fix FMC values | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Models/Vehicle.cs | Battery-Commander.Web/Models/Vehicle.cs | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace BatteryCommander.Web.Models
{
public class Vehicle
{
[Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; set; }
[Required]
publi... | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace BatteryCommander.Web.Models
{
public class Vehicle
{
[Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; set; }
[Required]
publi... | mit | C# |
b0f7b9b0bbc54e40eb9adc7380afb25cfd3f1bc5 | Set properties so that title displays correctly for nunitlite | OmicronPersei/nunit,agray/nunit,nivanov1984/nunit,ggeurts/nunit,Suremaker/nunit,Green-Bug/nunit,appel1/nunit,agray/nunit,mikkelbu/nunit,OmicronPersei/nunit,ChrisMaddock/nunit,agray/nunit,mjedrzejek/nunit,mikkelbu/nunit,danielmarbach/nunit,JustinRChou/nunit,jadarnel27/nunit,ChrisMaddock/nunit,danielmarbach/nunit,nunit/n... | src/CommonAssemblyInfo.cs | src/CommonAssemblyInfo.cs | // ***********************************************************************
// Copyright (c) 2014 Charlie Poole
//
// 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, inclu... | // ***********************************************************************
// Copyright (c) 2014 Charlie Poole
//
// 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, inclu... | mit | C# |
d403c72fcf934da32d1db5d287a54406df512881 | Add members property to collection | digirati-co-uk/iiif-model | Digirati.IIIF/Model/Types/Collection.cs | Digirati.IIIF/Model/Types/Collection.cs | using Newtonsoft.Json;
namespace Digirati.IIIF.Model.Types
{
public class Collection : IIIFPresentationBase
{
[JsonProperty(Order = 100, PropertyName = "collections")]
public Collection[] Collections { get; set; }
[JsonProperty(Order = 101, PropertyName = "manifests")]
public ... | using Newtonsoft.Json;
namespace Digirati.IIIF.Model.Types
{
public class Collection : IIIFPresentationBase
{
[JsonProperty(Order = 100, PropertyName = "collections")]
public Collection[] Collections { get; set; }
[JsonProperty(Order = 101, PropertyName = "manifests")]
public ... | mit | C# |
ec1dc60bd66132d983535b907a79806097f44810 | Change namespace | mstrother/BmpListener | BmpListener.ConsoleExample/Program.cs | BmpListener.ConsoleExample/Program.cs | using System;
using BmpListener.Bmp;
using BmpListener.JSON;
using Newtonsoft.Json;
namespace BmpListener.ConsoleExample
{
internal class Program
{
private static void Main()
{
JsonConvert.DefaultSettings = () =>
{
var settings = new JsonSerializerSettin... | using System;
using System.Net;
using BmpListener.Bmp;
using BmpListener.JSON;
using Newtonsoft.Json;
namespace BmpListener
{
internal class Program
{
private static void Main()
{
JsonConvert.DefaultSettings = () =>
{
var settings = new JsonSerializerSet... | mit | C# |
cb11393bf380ae1b99839f1a204e122ac48c7a9f | Add new class for implementing Instance property. | exKAZUu/Code2Xml,exKAZUu/Code2Xml,exKAZUu/Code2Xml,exKAZUu/Code2Xml | Code2Xml.Core/CodeToXmls/CodeToXml.cs | Code2Xml.Core/CodeToXmls/CodeToXml.cs | #region License
// Copyright (C) 2009-2013 Kazunori Sakamoto
//
// 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
//
// Unle... | #region License
// Copyright (C) 2011-2012 Kazunori Sakamoto
//
// 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
//
// Unle... | apache-2.0 | C# |
113153e6a34becbae3934939172511b2f8ee591a | Fix remaining filter tests | peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu | osu.Game/Tests/Visual/OnlinePlay/TestRoomManager.cs | osu.Game/Tests/Visual/OnlinePlay/TestRoomManager.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.Game.Beatmaps;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Online.Rooms;
using osu.Game.Rulesets;
using osu.Game.Screens.OnlinePl... | // 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.Game.Beatmaps;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Online.Rooms;
using osu.Game.Rulesets;
using osu.Game.Screens.OnlinePl... | mit | C# |
612dfe57fdabf3f6a99f3ce0a7a2e073e908ed70 | Remove unnecessary using's, add comment | EasyPeasyLemonSqueezy/MadCat | MadCat/NutPackerLib/OriginalNameAttribute.cs | MadCat/NutPackerLib/OriginalNameAttribute.cs | using System;
namespace NutPackerLib
{
/// <summary>
/// Original name of something.
/// </summary>
public class OriginalNameAttribute : Attribute
{
public string Name { get; private set; }
public OriginalNameAttribute(string name)
{
Name = name;
}
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NutPackerLib
{
public class OriginalNameAttribute : Attribute
{
public string Name { get; private set; }
public OriginalNameAttribute(string name)
{
... | mit | C# |
f48663d30b18b5a87ab9fe9417d2e203f7391143 | handle duplicate{user|role|permission}Exceptions | Pondidum/Magistrate,Pondidum/Magistrate,Pondidum/Magistrate,Pondidum/Magistrate | Magistrate/Api/ExceptionHandlerMiddleware.cs | Magistrate/Api/ExceptionHandlerMiddleware.cs | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using Magistrate.Domain;
using Microsoft.Owin;
using Newtonsoft.Json;
using Owin.Routing;
using Serilog;
namespace Magistrate.Api
{
public class ExceptionHandlerMiddleware : OwinMiddleware
{
private static readonly ILo... | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using Magistrate.Domain;
using Microsoft.Owin;
using Newtonsoft.Json;
using Owin.Routing;
using Serilog;
namespace Magistrate.Api
{
public class ExceptionHandlerMiddleware : OwinMiddleware
{
private static readonly ILo... | lgpl-2.1 | C# |
14ab24f8f256689b131f958e119238e859d3a217 | Fix typo | mariocatch/MODiX,mariocatch/MODiX,mariocatch/MODiX,mariocatch/MODiX,mastorm/MODiX | Modix/Services/Wikipedia/WikipediaService.cs | Modix/Services/Wikipedia/WikipediaService.cs | using Modix.Services.Wikipedia;
using Newtonsoft.Json;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
namespace Modix.Services.StackExchange
{
public class WikipediaService
{
private const string WikipediaApiScheme = "https://en.wikipedia.org/w/api.php?format=json&action=query&... | using Modix.Services.Wikipedia;
using Newtonsoft.Json;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
namespace Modix.Services.StackExchange
{
public class WikipediaService
{
private const string WikipediaApiScheme = "https://en.wikipedia.org/w/api.php?format=json&action=query&... | mit | C# |
031f9c553032df0e65b48b94945fecf8f35e5cf8 | Use gate request for parsing qs. | CrankyTRex/JabbRMirror,LookLikeAPro/JabbR,meebey/JabbR,CrankyTRex/JabbRMirror,fuzeman/vox,meebey/JabbR,huanglitest/JabbRTest2,ajayanandgit/JabbR,18098924759/JabbR,huanglitest/JabbRTest2,CrankyTRex/JabbRMirror,borisyankov/JabbR,lukehoban/JabbR,fuzeman/vox,LookLikeAPro/JabbR,e10/JabbR,yadyn/JabbR,M-Zuber/JabbR,lukehoban/... | JabbR/Middleware/ImageProxyHandler.cs | JabbR/Middleware/ImageProxyHandler.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Cache;
using System.Threading.Tasks;
using JabbR.ContentProviders;
using JabbR.Infrastructure;
using Owin.Types;
namespace JabbR.Middleware
{
using AppFunc = Func<IDictionary<string, object>, Task>;
/// <summa... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Cache;
using System.Threading.Tasks;
using JabbR.ContentProviders;
using JabbR.Infrastructure;
using Owin.Types;
namespace JabbR.Middleware
{
using AppFunc = Func<IDictionary<string, object>, Task>;
/// <summa... | mit | C# |
6f90fce7a710f300aa2f18d66eb32e20512998cb | Fix Warning (which was reported as Error) | littlesmilelove/NLog,hubo0831/NLog,BrutalCode/NLog,kevindaub/NLog,bjornbouetsmith/NLog,UgurAldanmaz/NLog,luigiberrettini/NLog,NLog/NLog,luigiberrettini/NLog,ie-zero/NLog,tetrodoxin/NLog,bjornbouetsmith/NLog,sean-gilliam/NLog,UgurAldanmaz/NLog,MartinTherriault/NLog,nazim9214/NLog,kevindaub/NLog,ie-zero/NLog,snakefoot/NL... | src/NLog/Internal/MySmtpClient.cs | src/NLog/Internal/MySmtpClient.cs | //
// Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | //
// Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | bsd-3-clause | C# |
4ef3c9a3266adc9822ad34e66f80be20f1b3b497 | Fix B19. | neitsa/PrepareLanding,neitsa/PrepareLanding | src/Patches/PatchGenerateWorld.cs | src/Patches/PatchGenerateWorld.cs | using System;
using Harmony;
using RimWorld.Planet;
namespace PrepareLanding.Patches
{
[HarmonyPatch(typeof(WorldGenerator), "GenerateWorld")]
public static class PatchGenerateWorld
{
public static event Action WorldAboutToBeGenerated = delegate { };
[HarmonyPrefix]
public static ... | using System;
using Harmony;
using RimWorld.Planet;
namespace PrepareLanding.Patches
{
[HarmonyPatch(typeof(WorldGenerator), "GenerateWorld")]
public static class PatchGenerateWorld
{
public static event Action WorldAboutToBeGenerated = delegate { };
[HarmonyPrefix]
public static ... | mit | C# |
5e15f1c5dda597577d26293ea97b405f9bd0bfe5 | Improve code | sakapon/KLibrary.Linq | KLibrary4/Linq/Linq/GroupingHelper.cs | KLibrary4/Linq/Linq/GroupingHelper.cs | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace KLibrary.Linq
{
public static class GroupingHelper
{
public static IEnumerable<IGrouping<TKey, TSource>> GroupBySequentially<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TK... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace KLibrary.Linq
{
public static class GroupingHelper
{
public static IEnumerable<IGrouping<TKey, TSource>> GroupBySequentially<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TK... | mit | C# |
c2cf324ef6aa018edc8564552ae00b6f57338da1 | Add missing newline to end of Program.cs | portaljacker/portalbot | src/portalbot/Program.cs | src/portalbot/Program.cs | using Discord;
using Discord.Commands;
using Discord.WebSocket;
using System;
using System.Reflection;
using System.Threading.Tasks;
namespace portalbot
{
class Program
{
private CommandService _commands;
private DiscordSocketClient _client;
private DependencyMap _map;
static ... | using Discord;
using Discord.Commands;
using Discord.WebSocket;
using System;
using System.Reflection;
using System.Threading.Tasks;
namespace portalbot
{
class Program
{
private CommandService _commands;
private DiscordSocketClient _client;
private DependencyMap _map;
static ... | mit | C# |
69dda669b4e63e3cf0630beb91ee8cdcc1ef4b0c | Change creation of MaintenanceTimer in ConnectionFactory so its no marked as not in use. | mongodb-csharp/mongodb-csharp,zh-huan/mongodb,samus/mongodb-csharp | MongoDBDriver/Connection/ConnectionFactory.cs | MongoDBDriver/Connection/ConnectionFactory.cs | using System;
using System.Collections.Generic;
using System.Threading;
namespace MongoDB.Driver.Connection
{
public static class ConnectionFactory
{
private static readonly TimeSpan MaintenaceWakeup = TimeSpan.FromSeconds(30);
private static readonly Timer MaintenanceTimer = new Timer... | using System;
using System.Collections.Generic;
using System.Threading;
namespace MongoDB.Driver.Connection
{
public static class ConnectionFactory
{
private static readonly TimeSpan MaintenaceWakeup = TimeSpan.FromSeconds(30);
private static readonly Timer MaintenanceTimer;
p... | apache-2.0 | C# |
088342a3198645996377e571233f144cb1fa2774 | Increase project version number to 0.14.0 | atata-framework/atata,atata-framework/atata,YevgeniyShunevych/Atata,YevgeniyShunevych/Atata | src/CommonAssemblyInfo.cs | src/CommonAssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Yevgeniy Shunevych")]
[assembly: AssemblyProduct("Atata Framework")]
[assembly: AssemblyCopyright("Copyright © Yevgeniy Shunevych 2017")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Assembly... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Yevgeniy Shunevych")]
[assembly: AssemblyProduct("Atata Framework")]
[assembly: AssemblyCopyright("Copyright © Yevgeniy Shunevych 2017")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Assembly... | apache-2.0 | C# |
7a60bc03477c59a1bb1bc0b4e2cd112f397a6b93 | remove obsolete security assertion | spring-projects/spring-net-codeconfig,spring-projects/spring-net-codeconfig | src/CommonAssemblyInfo.cs | src/CommonAssemblyInfo.cs | using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Permissions;
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.431
//
/... | #region License
/*
* Copyright 2010-2011 the original author or authors.
*
* 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
*
* Unl... | apache-2.0 | C# |
4daeca013588066a09d7fb6ecf8a2300d1dd9533 | Increase project version to 0.16.0 | atata-framework/atata-sample-app-tests | src/CommonAssemblyInfo.cs | src/CommonAssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Yevgeniy Shunevych")]
[assembly: AssemblyProduct("Atata Framework")]
[assembly: AssemblyCopyright("Copyright © Yevgeniy Shunevych 2017")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Assembly... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Yevgeniy Shunevych")]
[assembly: AssemblyProduct("Atata Framework")]
[assembly: AssemblyCopyright("Copyright © Yevgeniy Shunevych 2017")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Assembly... | apache-2.0 | C# |
235e4736d81750878bbe15cbab86a3dc7b5e6f74 | tidy up whitespace in email | PandaWood/ExceptionReporter.NET,PandaWood/ExceptionReporter.NET,PandaWood/ExceptionReporter.NET | src/ExceptionReporter/Mail/EmailTextBuilder.cs | src/ExceptionReporter/Mail/EmailTextBuilder.cs | using System.Text;
namespace ExceptionReporting.Mail
{
/// <summary>
/// textual content for email introduction
/// </summary>
public class EmailTextBuilder
{
public string CreateIntro(bool takeScreenshot)
{
var s = new StringBuilder()
.Append... | using System.Text;
namespace ExceptionReporting.Mail
{
/// <summary>
/// textual content for email introduction
/// </summary>
public class EmailTextBuilder
{
public string CreateIntro(bool takeScreenshot)
{
var s = new StringBuilder("The email is ready to be ... | mit | C# |
da4dff171e9c02f3d194d807979f20cb6905b999 | Tweak text on homepage | martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site | src/LondonTravel.Site/Views/Home/Index.cshtml | src/LondonTravel.Site/Views/Home/Index.cshtml | @inject SiteOptions Options
@{
ViewBag.Title = "Home";
}
<div class="jumbotron">
<h1>London Travel</h1>
<p class="lead">
An Amazon Alexa skill for checking the status of travel in London.
</p>
<p>
<a class="btn btn-primary" id="link-install" href="@Options?.ExternalLinks?.Skill" rel... | @inject SiteOptions Options
@{
ViewBag.Title = "Home";
}
<div class="jumbotron">
<h1>London Travel</h1>
<p class="lead">
An Amazon Alexa skill for checking the status for travel in London.
</p>
<p>
<a class="btn btn-primary" id="link-install" href="@Options?.ExternalLinks?.Skill" re... | apache-2.0 | C# |
52f826b7775602b9aee809da35225bc8967b8ccb | bump to version 1.3.8 | Terradue/DotNetTep,Terradue/DotNetTep | Terradue.Tep/Properties/AssemblyInfo.cs | Terradue.Tep/Properties/AssemblyInfo.cs | /*!
\namespace Terradue.Tep
@{
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
\xrefitem sw_version "Versions" "Software Package Version" 1.3.8
\xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep)
\xref... | /*!
\namespace Terradue.Tep
@{
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
\xrefitem sw_version "Versions" "Software Package Version" 1.3.7
\xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep)
\xref... | agpl-3.0 | C# |
9a8faab6792d67c8db5efd94dd831c121cde4048 | Add CountryCode field. | jcheng31/WundergroundAutocomplete.NET | WundergroundClient/Autocomplete/City.cs | WundergroundClient/Autocomplete/City.cs | using System;
namespace WundergroundClient.Autocomplete
{
class City : AutocompleteResponseObject
{
public String Country;
/// <summary>
/// Corresponds to the "zmw" field used in links.
/// </summary>
public String Identifier;
/// <summary>
/// The Ol... | using System;
namespace WundergroundClient.Autocomplete
{
class City : AutocompleteResponseObject
{
public String Country;
/// <summary>
/// Corresponds to the "zmw" field used in links.
/// </summary>
public String Identifier;
/// <summary>
/// The Ol... | mit | C# |
00b17402814209cc0f54abd211ec051a92f1cbd4 | Add spaces into displayed Palette Insight Agent service name | palette-software/PaletteInsightAgent,palette-software/PaletteInsightAgent,palette-software/PaletteInsightAgent,palette-software/PaletteInsightAgent | PaletteInsightAgentService/Service.cs | PaletteInsightAgentService/Service.cs | using Topshelf;
namespace PaletteInsightAgentService
{
/// <summary>
/// Service layer that wraps the PaletteInsightAgentLib. Topshelf keeps this pretty thin for us.
/// </summary>
internal class PaletteInsightAgentService
{
// Service name & description.
private const string Serv... | using Topshelf;
namespace PaletteInsightAgentService
{
/// <summary>
/// Service layer that wraps the PaletteInsightAgentLib. Topshelf keeps this pretty thin for us.
/// </summary>
internal class PaletteInsightAgentService
{
// Service name & description.
private const string Serv... | mit | C# |
773295649f7a06996f7f35980f86a8cd31e78857 | Add COMException to be caught when calling ManagementEventWatcher.Stop | emoacht/Monitorian | Source/Monitorian.Core/Models/Watcher/BrightnessWatcher.cs | Source/Monitorian.Core/Models/Watcher/BrightnessWatcher.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Management;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using Monitorian.Core.Models.Monitor;
namespace Monitorian.Core.Models.Watcher
{
internal class BrightnessWatcher : IDisposab... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Management;
using System.Text;
using System.Threading.Tasks;
using Monitorian.Core.Models.Monitor;
namespace Monitorian.Core.Models.Watcher
{
internal class BrightnessWatcher : IDisposable
{
private ManagementEventWatche... | mit | C# |
004b50fca6518643f0e55ac0b0784c868f2c77be | Remove extra newline | wlindley/bantam-unity | Assets/Bantam/Scripts/Runtime/Context.cs | Assets/Bantam/Scripts/Runtime/Context.cs | using System.Collections.Generic;
namespace Bantam.Unity
{
public abstract class Context
{
private readonly List<Factory> factories = new List<Factory>();
public abstract void Init();
public virtual T GetInstance<T>(string id="") where T : class
{
var type = typeof(T);
var numFactories = factories.C... | using System.Collections.Generic;
namespace Bantam.Unity
{
public abstract class Context
{
private readonly List<Factory> factories = new List<Factory>();
public abstract void Init();
public virtual T GetInstance<T>(string id="") where T : class
{
var type = typeof(T);
var numFactories = factories.C... | mit | C# |
3abada74d41b2ec5885e3735d422433d667dbf50 | Update HelpCommand.cs | nguerrera/cli,livarcocc/cli-1,mlorbetske/cli,weshaggard/cli,svick/cli,svick/cli,jonsequitur/cli,AbhitejJohn/cli,weshaggard/cli,blackdwarf/cli,EdwardBlair/cli,naamunds/cli,EdwardBlair/cli,Faizan2304/cli,ravimeda/cli,harshjain2/cli,livarcocc/cli-1,naamunds/cli,blackdwarf/cli,harshjain2/cli,livarcocc/cli-1,mlorbetske/cli,... | src/dotnet/commands/dotnet-help/HelpCommand.cs | src/dotnet/commands/dotnet-help/HelpCommand.cs | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using Microsoft.DotNet.Cli.Utils;
namespace Microsoft.DotNet.Tools.Help
{
public class HelpCommand
{
p... | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using Microsoft.DotNet.Cli.Utils;
namespace Microsoft.DotNet.Tools.Help
{
public class HelpCommand
{
p... | mit | C# |
167ac7ea08bf376e49e45155003ac85370097be1 | Fix for Bug Command Line Output in OptionSets file is incorrect #26 | daryllabar/DLaB.Xrm.XrmToolBoxTools | DLaB.CrmSvcUtilExtensions/OptionSet/CustomCodeGenerationService.cs | DLaB.CrmSvcUtilExtensions/OptionSet/CustomCodeGenerationService.cs | using Microsoft.Crm.Services.Utility;
namespace DLaB.CrmSvcUtilExtensions.OptionSet
{
public class CustomCodeGenerationService : BaseCustomCodeGenerationService
{
public CustomCodeGenerationService(ICodeGenerationService service) : base(service) {}
protected override string CommandLineText =>... | using Microsoft.Crm.Services.Utility;
namespace DLaB.CrmSvcUtilExtensions.OptionSet
{
public class CustomCodeGenerationService : BaseCustomCodeGenerationService
{
public CustomCodeGenerationService(ICodeGenerationService service) : base(service) {}
protected override bool CreateOneFilePerCode... | mit | C# |
a6da86e32d1d4a7f74dd4ccbed654943cef8ffba | Fix for buildtypeid case mismatch | ericdc1/DTMF,ericdc1/DTMF,ericdc1/DTMF | Source/DTMF.Website/Logic/TeamCity.cs | Source/DTMF.Website/Logic/TeamCity.cs | using System.Linq;
using System.Text;
using TeamCitySharp;
using TeamCitySharp.Locators;
namespace DTMF.Logic
{
public class TeamCity
{
public static bool IsRunning(StringBuilder sb, string appName)
{
//remove prefix and suffixes from app names so same app can go to multiple places... | using System.Linq;
using System.Text;
using TeamCitySharp;
using TeamCitySharp.Locators;
namespace DTMF.Logic
{
public class TeamCity
{
public static bool IsRunning(StringBuilder sb, string appName)
{
//remove prefix and suffixes from app names so same app can go to multiple places... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.