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
8d6d724970903e46516ca6ef7eac2323182f0a75
Add missing await on CachingClientStore
MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4
src/IdentityServer4/src/Stores/Caching/CachingClientStore.cs
src/IdentityServer4/src/Stores/Caching/CachingClientStore.cs
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer4.Services; using System.Threading.Tasks; using IdentitySe...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer4.Services; using System.Threading.Tasks; using IdentityS...
apache-2.0
C#
d73afe3973005de93e639fa155e1af61b380404c
Fix Shy sound trigger
bschug/boatbaby
Assets/ShyAnimationBehaviour.cs
Assets/ShyAnimationBehaviour.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ShyAnimationBehaviour : StateMachineBehaviour { // OnStateEnter is called when a transition starts and the state machine starts to evaluate this state override public void OnStateEnter(Animator animator, AnimatorStateInfo ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ShyAnimationBehaviour : StateMachineBehaviour { // OnStateEnter is called when a transition starts and the state machine starts to evaluate this state //override public void OnStateEnter(Animator animator, AnimatorStateInf...
mit
C#
4c344f360cd0788b26fd4af28b7e3f7e195dab5f
Bump version
klesta490/BTDB,karasek/BTDB,Bobris/BTDB
BTDB/Properties/AssemblyInfo.cs
BTDB/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("BTD...
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("BTD...
mit
C#
580b738f2f12b7b84872459ce94d2855580058bd
Update SmallAppliances.cs
jkanchelov/Telerik-OOP-Team-StarFruit
TeamworkStarFruit/CatalogueLib/Products/SmallAppliances.cs
TeamworkStarFruit/CatalogueLib/Products/SmallAppliances.cs
namespace CatalogueLib { using CatalogueLib.Products.Enumerations; public abstract class SmallAppliances : Product { public SmallAppliances() { } public SmallAppliances(int ID, decimal price, bool isAvailable, Brand brand, double Capacity, double CableLength, i...
namespace CatalogueLib { using CatalogueLib.Products.Enumerations; public abstract class SmallAppliances : Product { public SmallAppliances() { } public SmallAppliances(int ID, decimal price, bool isAvailable, Brand brand, double Capacity, double CableLength, i...
mit
C#
aebc23e3ca77512ff2665b6261453c2be01d0a32
Revert code coverage test
ClearPeopleLtd/Habitat,ClearPeopleLtd/Habitat,nurunquebec/Habitat,bhaveshmaniya/Habitat,zyq524/Habitat,zyq524/Habitat,bhaveshmaniya/Habitat,GoranHalvarsson/Habitat,nurunquebec/Habitat,GoranHalvarsson/Habitat
src/Feature/Person/code/Indexing/PersonIndexContentProvider.cs
src/Feature/Person/code/Indexing/PersonIndexContentProvider.cs
namespace Sitecore.Feature.Person.Indexing { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq.Expressions; using Sitecore.Foundation.Indexing.Infrastructure; using Sitecore.Foundation.Indexing.Models; using Sitecore.Foundation.SitecoreExtensions.Rep...
namespace Sitecore.Feature.Person.Indexing { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq.Expressions; using Sitecore.Foundation.Indexing.Infrastructure; using Sitecore.Foundation.Indexing.Models; using Sitecore.Foundation.SitecoreExtensions.Rep...
apache-2.0
C#
6660aab35e41501c78e382d7d08880367f07d2fc
Update AssemblyInfo
michaelcfanning/codeformatter,twsouthwick/codeformatter,mmitche/codeformatter,shiftkey/Octokit.CodeFormatter,srivatsn/codeformatter,weltkante/codeformatter,dotnet/codeformatter,david-mitchell/codeformatter,cbjugstad/codeformatter,shiftkey/codeformatter,BertTank/codeformatter,jeremyabbott/codeformatter,rollie42/codeform...
src/Microsoft.DotNet.CodeFormatting/Properties/AssemblyInfo.cs
src/Microsoft.DotNet.CodeFormatting/Properties/AssemblyInfo.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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through th...
mit
C#
ae1393f20faa126b585c6477eadcb9461004f3a3
refactor header test
northwoodspd/UIA.Extensions,northwoodspd/UIA.Extensions
src/UIA.Fluent.Units/AutomationProviders/HeaderProviderTest.cs
src/UIA.Fluent.Units/AutomationProviders/HeaderProviderTest.cs
using System.Collections.Generic; using System.Windows.Automation; using System.Windows.Automation.Provider; using NUnit.Framework; using Should.Fluent; namespace UIA.Fluent.AutomationProviders { [TestFixture] public class HeaderProviderTest { private List<string> _headers; [SetUp] ...
using System.Collections.Generic; using System.Windows.Automation; using System.Windows.Automation.Provider; using NUnit.Framework; using Should.Fluent; namespace UIA.Fluent.AutomationProviders { [TestFixture] public class HeaderProviderTest { private List<string> _headers; [SetUp] ...
mit
C#
49c1ad5e7c7a38b1924b332b4db29e9a03967265
Remove ISubject's covariance/contravariance
Useurmind/UniRx,OrangeCube/UniRx,neuecc/UniRx,zhutaorun/UniRx,kimsama/UniRx,cruwel/UniRx,juggernate/UniRx,zillakot/UniRx,ufcpp/UniRx,juggernate/UniRx,m-ishikawa/UniRx,saruiwa/UniRx,ic-sys/UniRx,zhutaorun/UniRx,ppcuni/UniRx,zhutaorun/UniRx,cruwel/UniRx,endo0407/UniRx,zillakot/UniRx,ataihei/UniRx,InvertGames/UniRx,TORISO...
Assets/UniRx/Scripts/Subjects/ISubject.cs
Assets/UniRx/Scripts/Subjects/ISubject.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UniRx { public interface ISubject<TSource, TResult> : IObserver<TSource>, IObservable<TResult> { } public interface ISubject<T> : ISubject<T, T>, IObserver<T>, IObservable<T> { } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UniRx { public interface ISubject<in TSource, out TResult> : IObserver<TSource>, IObservable<TResult> { } public interface ISubject<T> : ISubject<T, T>, IObserver<T>, IObservable<T> { } }
mit
C#
934a0da93af1e26049e5a7e0e8d77fd5e0e4c83d
Update AssemblyInfo.cs
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Properties/AssemblyInfo.cs
Source/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("RAGENativeUI")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("RAGENativeUI")] [assembly: AssemblyCopyr...
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("Nat...
mit
C#
ceaa6312742f26040a6dedaae37c53ccedf0ed5c
Remove unused code
EamonNerbonne/ExpressionToCode
ExpressionToCodeLib/FormatStringParser.cs
ExpressionToCodeLib/FormatStringParser.cs
namespace ExpressionToCodeLib; public static class FormatStringParser { public struct Segment { public string InitialStringPart; public object FollowedByValue; public string WithFormatString; } public static (Segment[] segments, string Tail) ParseFormatString(string formatStrin...
namespace ExpressionToCodeLib; public static class FormatStringParser { public struct Segment { public string InitialStringPart; public object FollowedByValue; public string WithFormatString; } #if !NET452 public static (Segment[] segments, string Tail) ParseFormatString(Format...
apache-2.0
C#
eb780ec44e964e6f0a21e8d4f9b7a909575e2b24
remove whitespace
MarcosMeli/FileHelpers
FileHelpers.Tests/Helpers/FSharpHelper.cs
FileHelpers.Tests/Helpers/FSharpHelper.cs
#if NETCOREAPP using System; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using FSharp.Compiler; using FSharp.Compiler.SourceCodeServices; using Microsoft.FSharp.Control; using Microsoft.FSharp.Core; namespace FileHelpers.Tests.H...
#if NETCOREAPP using System; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using FSharp.Compiler; using FSharp.Compiler.SourceCodeServices; using Microsoft.FSharp.Control; using Microsoft.FSharp.Core; namespace FileHelpers.Tests.H...
mit
C#
3c67ee7856610a7634647bab7dcba889b9b715f1
Check before and repair after releasing
macro187/verbot
Verbot/Commands/ReleaseCommand.cs
Verbot/Commands/ReleaseCommand.cs
using System.Collections.Generic; using System.Diagnostics; using MacroExceptions; using MacroGit; namespace Verbot.Commands { class ReleaseCommand : ICommand { readonly Context Context; public ReleaseCommand(Context context) { Context = context; } publi...
using System.Collections.Generic; using System.Diagnostics; using MacroExceptions; using MacroGit; namespace Verbot.Commands { class ReleaseCommand : ICommand { readonly Context Context; public ReleaseCommand(Context context) { Context = context; } publi...
mit
C#
be96b7d17ce7308a83c46084bc0a122ae39315db
Fix for system not being cleaned
HarmonicOrder/WarpedDrive
Assets/Harmonic/SubroutineCombat/Scripts/ActiveSubroutines.cs
Assets/Harmonic/SubroutineCombat/Scripts/ActiveSubroutines.cs
using UnityEngine; using System.Collections; using System.Collections.Generic; public static class ActiveSubroutines { public static List<Subroutine> List = new List<Subroutine>(); public static List<IMalware> MalwareList = new List<IMalware>(); public delegate void ChangeHandler(); public static event ChangeHa...
using UnityEngine; using System.Collections; using System.Collections.Generic; public static class ActiveSubroutines { public static List<Subroutine> List = new List<Subroutine>(); public static List<IMalware> MalwareList = new List<IMalware>(); public delegate void ChangeHandler(); public static event ChangeHa...
mit
C#
09c519b0e72b5ee002a8a91f2d1534f83e1fbae9
Update CustomDwellHandler.cs
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Examples/Experimental/Dwell/CustomDwellHandler.cs
Assets/MRTK/Examples/Experimental/Dwell/CustomDwellHandler.cs
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Experimental.Dwell { /// <summary> /// Example to demonstrate DwellHandler override when a custom profile is used /// This example script works with the DwellProfileWithD...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Experimental.Dwell { /// <summary> /// Example to demonstrate DwellHandler override /// </summary> [AddComponentMenu("Scripts/MRTK/Examples/CustomDwellHandler")] ...
mit
C#
25964c541b8753c55b6b6e3329d1aff25e469f12
Revert "Changed generic object to a system object"
tedbouskill/m-r-core-of,tedbouskill/m-r-core-of
EventSourcingCQRS/Application/Interfaces/IInventoryService.cs
EventSourcingCQRS/Application/Interfaces/IInventoryService.cs
using System; using System.Collections.Generic; using System.Threading.Tasks; using DomainCore; namespace Application.Interfaces { public interface IInventoryService { /* ReadModel */ // Get all Task<IEnumerable<InventoryItemDto>> InventoryAsync(); // Get one Task<I...
using System; using System.Collections.Generic; using System.Threading.Tasks; using DomainCore; using DomainCore.Interfaces; namespace Application.Interfaces { /// <summary> /// Primary application interface /// </summary> public interface IInventoryService { /* ReadModel */ // ...
mit
C#
5e06eef844a5e4c3687e5794780eebd7e0a63b7c
Add documentation for movie images.
henrikfroehling/TraktApiSharp
Source/Lib/TraktApiSharp/Objects/Get/Movies/TraktMovieImages.cs
Source/Lib/TraktApiSharp/Objects/Get/Movies/TraktMovieImages.cs
namespace TraktApiSharp.Objects.Get.Movies { using Basic; using Newtonsoft.Json; /// <summary>A collection of images and image sets for a Trakt movie.</summary> public class TraktMovieImages { /// <summary>Gets or sets the fan art image set.</summary> [JsonProperty(PropertyName = "...
namespace TraktApiSharp.Objects.Get.Movies { using Basic; using Newtonsoft.Json; public class TraktMovieImages { [JsonProperty(PropertyName = "fanart")] public TraktImageSet FanArt { get; set; } [JsonProperty(PropertyName = "poster")] public TraktImageSet Poster { get;...
mit
C#
ebd887b1ba46e224a00a1addc37edd5e29fb38bc
Call LockScreenBase OnInitialise
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/LockScreen/LockScreenViewModelBase.cs
WalletWasabi.Gui/Controls/LockScreen/LockScreenViewModelBase.cs
using System; using ReactiveUI; using System.Reactive.Disposables; using WalletWasabi.Helpers; using System.Reactive.Linq; using WalletWasabi.Gui.ViewModels; using Splat; namespace WalletWasabi.Gui.Controls.LockScreen { public abstract class LockScreenViewModelBase : ViewModelBase { private bool _isLocked; priva...
using System; using ReactiveUI; using System.Reactive.Disposables; using WalletWasabi.Helpers; using System.Reactive.Linq; using WalletWasabi.Gui.ViewModels; using Splat; namespace WalletWasabi.Gui.Controls.LockScreen { public abstract class LockScreenViewModelBase : ViewModelBase { private bool _isLocked; priva...
mit
C#
ad25f6f78780d54c5bf6dc1abfb1a592181fe45b
Use var instead of string
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/SerializableExceptionTests.cs
WalletWasabi.Tests/UnitTests/SerializableExceptionTests.cs
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Models; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class SerializableExceptionTests { [Fact] public void UtxoRefereeSerialization() { var message = "Foo Bar Buzz"; var innerMessage = "Inner Foo Bar Buz...
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Models; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class SerializableExceptionTests { [Fact] public void UtxoRefereeSerialization() { var message = "Foo Bar Buzz"; var innerMessage = "Inner Foo Bar Buz...
mit
C#
566cdec77a981985a7d03dbb6a67a6f36b76ae0b
Create the repository only when it's needed for deployment.
juoni/kudu,juoni/kudu,MavenRain/kudu,projectkudu/kudu,bbauya/kudu,duncansmart/kudu,kali786516/kudu,puneet-gupta/kudu,YOTOV-LIMITED/kudu,shrimpy/kudu,MavenRain/kudu,WeAreMammoth/kudu-obsolete,projectkudu/kudu,duncansmart/kudu,EricSten-MSFT/kudu,juoni/kudu,shibayan/kudu,shibayan/kudu,WeAreMammoth/kudu-obsolete,puneet-gup...
Kudu.Core/Deployment/DeploymentManager.cs
Kudu.Core/Deployment/DeploymentManager.cs
using System; using System.Collections.Generic; using System.Linq; using Kudu.Core.SourceControl; namespace Kudu.Core.Deployment { public class DeploymentManager : IDeploymentManager { private readonly IRepositoryManager _repositoryManager; private readonly IDeployerFactory _deployerFactory; ...
using System; using System.Collections.Generic; using System.Linq; using Kudu.Core.SourceControl; namespace Kudu.Core.Deployment { public class DeploymentManager : IDeploymentManager { private readonly IRepository _repository; private readonly IDeployerFactory _deployerFactory; public Dep...
apache-2.0
C#
2c6f5f5e27d44a508a95636d1368d472ddb9f066
Update ConwaysGameOfLife.cs
WorldOfZero/UnityVisualizations
GameOfLife/ConwaysGameOfLife.cs
GameOfLife/ConwaysGameOfLife.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ConwaysGameOfLife : MonoBehaviour { public Texture input; public int width = 512; public int height = 512; public ComputeShader compute; public RenderTexture renderTexPing; public RenderTexture renderT...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ConwaysGameOfLife : MonoBehaviour { public Texture input; public int width = 512; public int height = 512; public ComputeShader compute; public RenderTexture result; public Material material; pu...
apache-2.0
C#
bb19616eeebb9ac9e7fc2961af0b05c4529dd31d
Update new-blog.cshtml
daveaglick/daveaglick,mishrsud/sudhanshutheone.com,mishrsud/sudhanshutheone.com,daveaglick/daveaglick,mishrsud/sudhanshutheone.com
Somedave/Views/Blog/Posts/new-blog.cshtml
Somedave/Views/Blog/Posts/new-blog.cshtml
@{ Title = "New Blog"; Published = new DateTime(2014, 9, 2); Tags = new[] { "blog", "meta" }; } <p>Test</p>
@{ Title = "New Blog"; Lead = "Look, Ma, no database!"; Published = new DateTime(2014, 9, 2); Tags = new[] { "blog", "meta" }; } <p>It's been a little while coming, but I'm finally launching my new blog. It's built from scratch in ASP.NET MVC. Why go to all the trouble to build a blog engine from scrat...
mit
C#
b3c93f74b5a5fbe427d3127ad75455143ffcd5df
Add ResourceView.ResourceAs<T> method.
TechPriest/SharpDX,shoelzer/SharpDX,fmarrabal/SharpDX,shoelzer/SharpDX,dazerdude/SharpDX,RobyDX/SharpDX,TechPriest/SharpDX,Ixonos-USA/SharpDX,RobyDX/SharpDX,weltkante/SharpDX,waltdestler/SharpDX,PavelBrokhman/SharpDX,TechPriest/SharpDX,TigerKO/SharpDX,weltkante/SharpDX,dazerdude/SharpDX,mrvux/SharpDX,mrvux/SharpDX,fmar...
Source/SharpDX.Direct3D11/ResourceView.cs
Source/SharpDX.Direct3D11/ResourceView.cs
// Copyright (c) 2010-2012 SharpDX - Alexandre Mutel // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modi...
using System; namespace SharpDX.Direct3D11 { public partial class ResourceView { /// <summary> /// <p>Get the resource that is accessed through this view.</p> /// </summary> /// <remarks> /// <p>This function increments the reference count of the resource by one, ...
mit
C#
63b3a87a33692aa73595fdfaaefd65278325fa7f
Fix doc
maxwellb/csharp-driver,datastax/csharp-driver,maxwellb/csharp-driver,datastax/csharp-driver
src/Dse/IDseSession.cs
src/Dse/IDseSession.cs
// // Copyright (C) 2016 DataStax, Inc. // // Please see the license for details: // http://www.datastax.com/terms/datastax-dse-driver-license-terms // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dse; using Dse.Graph; namespace Dse { ...
// // Copyright (C) 2016 DataStax, Inc. // // Please see the license for details: // http://www.datastax.com/terms/datastax-dse-driver-license-terms // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dse; using Dse.Graph; namespace Dse { ...
apache-2.0
C#
434bc322301081938f68d6597c79fa94db19ead4
fix docs for NewRepository
shana/octokit.net,ChrisMissal/octokit.net,SamTheDev/octokit.net,M-Zuber/octokit.net,michaKFromParis/octokit.net,khellang/octokit.net,hahmed/octokit.net,takumikub/octokit.net,naveensrinivasan/octokit.net,thedillonb/octokit.net,octokit/octokit.net,octokit/octokit.net,darrelmiller/octokit.net,chunkychode/octokit.net,edito...
Octokit/Models/NewRepository.cs
Octokit/Models/NewRepository.cs
using System.Diagnostics.CodeAnalysis; namespace Octokit { /// <summary> /// Describes a new repository to create via the <see cref="IRepositoriesClient.Create(NewRepository)"/> method. /// </summary> public class NewRepository { /// <summary> /// Optional. Gets or sets whether to ...
using System.Diagnostics.CodeAnalysis; namespace Octokit { /// <summary> /// Describes a new repository to create via the <see cref="IRepositoriesClient.Create"/> method. /// </summary> public class NewRepository { /// <summary> /// Optional. Gets or sets whether to create an initi...
mit
C#
6bbd175348dd9c03ee496464ecd77b0adaf23505
update AssemblyInfo
syo00/ReactiveLinqToObservableCollection
ReactiveObservableCollectionMapper/Properties/AssemblyInfo.cs
ReactiveObservableCollectionMapper/Properties/AssemblyInfo.cs
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("ReactiveObservableCollectionMapper")] [assembly: AssemblyDescription("")] [ass...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("ReactiveObservableCollectionMapper")] [assembly: AssemblyDescription("")] [ass...
mit
C#
8757a464068c5a3ac754720e4cdbe6217549d703
Sort languages by ascending order.
GeorgeAlexandria/CoCo
src/common/CoCo.UI/ViewModels/OptionViewModel.cs
src/common/CoCo.UI/ViewModels/OptionViewModel.cs
using System.Collections.ObjectModel; using System.ComponentModel; using System.Windows.Data; using CoCo.UI.Data; namespace CoCo.UI.ViewModels { public class OptionViewModel : BaseViewModel { private readonly ObservableCollection<LanguageViewModel> _languages = new ObservableCollection<LanguageViewMod...
using System.Collections.ObjectModel; using CoCo.UI.Data; namespace CoCo.UI.ViewModels { public class OptionViewModel : BaseViewModel { public OptionViewModel(Option option, IResetValuesProvider resetValuesProvider) { // TODO: it will invoke one event at invocation of clear and by ...
mit
C#
84e231da12158645157c169375212243db4f1404
change lib name for Windows+D3D config
florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho
Bindings/Portable/Consts.cs
Bindings/Portable/Consts.cs
using System; using System.Runtime.InteropServices; namespace Urho { internal static class Consts { #if IOS public const string NativeImport = "@rpath/Urho.framework/Urho"; #elif UWP_HOLO public const string NativeImport = "mono-holourho"; #elif WINDOWS_D3D public const string NativeImport = "mono-urho-d3d"; ...
using System; using System.Runtime.InteropServices; namespace Urho { internal static class Consts { #if IOS public const string NativeImport = "@rpath/Urho.framework/Urho"; #elif UWP_HOLO public const string NativeImport = "mono-holourho"; #else public const string NativeImport = "mono-urho"; #endif } }
mit
C#
f065b0c8b19bb15aabbda207ba554389fe79d48a
Fix PaymentService
lucasdavid/Gamedalf,lucasdavid/Gamedalf
Gamedalf.Services/PaymentService.cs
Gamedalf.Services/PaymentService.cs
using Gamedalf.Core.Data; using Gamedalf.Core.Models; using Gamedalf.Services.Infrastructure; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Threading.Tasks; namespace Gamedalf.Services { public class PaymentService: Service<Payment> { ...
using Gamedalf.Core.Data; using Gamedalf.Core.Models; using Gamedalf.Services.Infrastructure; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Gamedalf.Services { public class PaymentService: Service<Payment> { public Payment...
mit
C#
53ffb2271c545837de71111eeb39339ae5f34814
Add the licence header and remove unused usings
EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework
osu.Framework.Tests/Visual/Sprites/TestSceneTexturedTriangle.cs
osu.Framework.Tests/Visual/Sprites/TestSceneTexturedTriangle.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics; using osu.Framework.Graphics.Textures; using osuTK; namespace osu.Fra...
using osu.Framework.Allocation; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics; using osu.Framework.Graphics.Textures; using System; using System.Collections.Generic; using osuTK; namespace osu.Framework.Tests.Visual.Sprites { public class TestSceneTexturedTriangle : FrameworkTestScene { ...
mit
C#
8f168efd4e04aed2b3b2333a1070dee8f8607476
Allow skipping publish of package when fixing docs.
spectresystems/commandline
res/scripts/appveyor.cake
res/scripts/appveyor.cake
public sealed class AppVeyorSettings { public bool IsLocal { get; set; } public bool IsRunningOnAppVeyor { get; set; } public bool IsPullRequest { get; set; } public bool IsDevelopBranch { get; set; } public bool IsMasterBranch { get; set; } public bool IsTaggedBuild { get; set; } public boo...
public sealed class AppVeyorSettings { public bool IsLocal { get; set; } public bool IsRunningOnAppVeyor { get; set; } public bool IsPullRequest { get; set; } public bool IsDevelopBranch { get; set; } public bool IsMasterBranch { get; set; } public bool IsTaggedBuild { get; set; } public boo...
mit
C#
f3650f8dd95dca9aff4be8419f866a34bf8b4dbe
Increase the version to 1.1.1.
Alovel/BindableApplicationBar,Alovel/BindableApplicationBar
BindableApplicationBar/Properties/AssemblyInfo.cs
BindableApplicationBar/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; 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("BindableApplicati...
using System.Reflection; using System.Resources; 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("BindableApplicati...
mit
C#
5b2c0af105787653214bbbf5d0da31edfa27b979
Change release manager zip file name
GliderPro/CoolFish,dgladkov/CoolFish
CoolFish/ReleaseManager/ReleaseManager/Program.cs
CoolFish/ReleaseManager/ReleaseManager/Program.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ReleaseManager { class Program { static void Main(string[] args) { tr...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ReleaseManager { class Program { static void Main(string[] args) { tr...
mit
C#
7ca4131cef37505e195d8ec2b402049681c42474
update tests
andyshao/NHibernate.AspNet.Identity,smallkid/NHibernate.AspNet.Identity,smallkid/NHibernate.AspNet.Identity,lnu/NHibernate.AspNet.Identity,andyshao/NHibernate.AspNet.Identity,lnu/NHibernate.AspNet.Identity,andyshao/NHibernate.AspNet.Identity,smallkid/NHibernate.AspNet.Identity,lnu/NHibernate.AspNet.Identity,nhibernate/...
source/MilesiBastos.AspNet.Identity.NHibernate.Tests/MapTest.cs
source/MilesiBastos.AspNet.Identity.NHibernate.Tests/MapTest.cs
using System; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using FluentNHibernate.Testing; using FluentNHibernate.Cfg.Db; using SharpArch.NHibernate; using NHibernate.Mapping.ByCode; using SharpArch.Domain.DomainModel; using NHibernate.Cfg; using NHibernate; using System.IO; using NHibernate....
using FluentNHibernate.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using NHibernate.Cfg; using NHibernate.Mapping.ByCode; using NHibernate.Tool.hbm2ddl; using SharpArch.NHibernate; using System; using System.IO; namespace MilesiBastos.AspNet.Identity.NHibernate.Tests { [TestClass] public clas...
mit
C#
70de6bd65707519cc0ed9e4ff3acc3048f1d238c
disable eibd integration tests for now
CumpsD/knx.net,CumpsD/knx.net,CumpsD/knx.net,lifeemotions/knx.net,lifeemotions/knx.net,CumpsD/knx.net,lifeemotions/knx.net,lifeemotions/knx.net
KNXLibTests/Integration/Routing/ActionFeedback.cs
KNXLibTests/Integration/Routing/ActionFeedback.cs
using System; using System.Threading; using KNXLib; using NUnit.Framework; namespace KNXLibTests.Unit.DataPoint { [TestFixture] internal class ActionFeedback { [TestFixtureSetUp] public void SetUp() { if (!Support.Eibd.DaemonManager.IsEibdAvailable()) th...
using System; using System.Threading; using KNXLib; using NUnit.Framework; namespace KNXLibTests.Unit.DataPoint { [TestFixture] internal class ActionFeedback { [TestFixtureSetUp] public void SetUp() { if (!Support.Eibd.DaemonManager.IsEibdAvailable()) th...
mit
C#
d0bc9f19a3067f0fbf0891f2c45be731baecb58f
Use correct parameter order!
AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalon...
src/Avalonia.Base/Data/Converters/StringFormatValueConverter.cs
src/Avalonia.Base/Data/Converters/StringFormatValueConverter.cs
using System; using System.Globalization; namespace Avalonia.Data.Converters { /// <summary> /// A value converter which calls <see cref="string.Format(string, object)"/> /// </summary> public class StringFormatValueConverter : IValueConverter { /// <summary> /// Initializes a new ...
using System; using System.Globalization; namespace Avalonia.Data.Converters { /// <summary> /// A value converter which calls <see cref="string.Format(string, object)"/> /// </summary> public class StringFormatValueConverter : IValueConverter { /// <summary> /// Initializes a new ...
mit
C#
1956d9b33f5d10068ed9cac6d913494288f29039
Make test async.
mseamari/Stuff,jaredpar/roslyn,Maxwe11/roslyn,rgani/roslyn,khyperia/roslyn,davkean/roslyn,sharwell/roslyn,bartdesmet/roslyn,TyOverby/roslyn,lorcanmooney/roslyn,shyamnamboodiripad/roslyn,ErikSchierboom/roslyn,vcsjones/roslyn,sharadagrawal/Roslyn,jcouv/roslyn,xoofx/roslyn,HellBrick/roslyn,mattwar/roslyn,antonssonj/roslyn...
src/Workspaces/CSharpTest/Formatting/FormattingTreeEditTests.cs
src/Workspaces/CSharpTest/Formatting/FormattingTreeEditTests.cs
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.CSharp.Formatting; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Ed...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.CodeAnalysis.CSharp.Formatting; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Ed...
mit
C#
9c286a11e1c43bda49fc6e082559de7dfe777b11
Update raw sending
WojcikMike/docs.particular.net
Snippets/Snippets_6/UpgradeGuides/5to6/RawSend.cs
Snippets/Snippets_6/UpgradeGuides/5to6/RawSend.cs
// ReSharper disable PossibleNullReferenceException namespace Snippets6.UpgradeGuides._5to6 { using System.Collections.Generic; using System.Threading.Tasks; using NServiceBus; using NServiceBus.Extensibility; using NServiceBus.Routing; using NServiceBus.Transports; public class RawSend ...
// ReSharper disable PossibleNullReferenceException namespace Snippets6.UpgradeGuides._5to6 { using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NServiceBus; using NServiceBus.Extensibility; using NServiceBus.Routing; using NServiceBus.Transports; ...
apache-2.0
C#
b9d99b5f4049531bcb9c255d78c088652c094b29
Fix nullref when exiting the last screen.
peppy/osu,DrabWeb/osu,naoey/osu,ppy/osu,naoey/osu,2yangk23/osu,johnneijzen/osu,naoey/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,ZLima12/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,EVAST9919/osu,johnneijzen/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,2yangk23/osu,smoogipooo/osu,ZLima...
osu.Game/Graphics/UserInterface/ScreenBreadcrumbControl.cs
osu.Game/Graphics/UserInterface/ScreenBreadcrumbControl.cs
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Linq; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Screens; namespace osu.Game.Graphics.UserInterface { /// <summary> ...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Linq; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Screens; namespace osu.Game.Graphics.UserInterface { /// <summary> ...
mit
C#
39bbb826dbcdb18a26f3014b8c8fc810f2fef4f5
Fix for DIActorProducer #941
dbolkensteyn/akka.net,Chinchilla-Software-Com/akka.net,KadekM/akka.net,trbngr/akka.net,kerryjiang/akka.net,ali-ince/akka.net,billyxing/akka.net,JeffCyr/akka.net,simonlaroche/akka.net,rogeralsing/akka.net,MAOliver/akka.net,dbolkensteyn/akka.net,amichel/akka.net,Silv3rcircl3/akka.net,matiii/akka.net,naveensrinivasan/akka...
src/contrib/dependencyInjection/Akka.DI.Core/DIActorProducer.cs
src/contrib/dependencyInjection/Akka.DI.Core/DIActorProducer.cs
//----------------------------------------------------------------------- // <copyright file="DIActorProducer.cs" company="Akka.NET Project"> // Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com> // Copyright (C) 2013-2015 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> /...
//----------------------------------------------------------------------- // <copyright file="DIActorProducer.cs" company="Akka.NET Project"> // Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com> // Copyright (C) 2013-2015 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> /...
apache-2.0
C#
6237e4595fc0a7f9c4c8ad144115c35be4e81d63
Improve console menu for "visual" tests
roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University.Core.Tests/Program.cs
R7.University.Core.Tests/Program.cs
using System; using R7.University.Core.Templates; namespace R7.University.Core.Tests { class Program { static void Main (string [] args) { while (true) { Console.WriteLine ("> Please enter test number and press [Enter]:"); Console.WriteLine ("---"); ...
using System; using R7.University.Core.Templates; namespace R7.University.Core.Tests { class Program { static void Main (string [] args) { Console.WriteLine ("Please enter test number and press [Enter]:"); Console.WriteLine ("1. Workbook to CSV"); Console.Wri...
agpl-3.0
C#
0d5e99546e195c9fdb333676e42f2df147de3e8e
Bump v1.0.21
karronoli/tiny-sato
TinySato/Properties/AssemblyInfo.cs
TinySato/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to Sato printer. Sat...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to Sato printer. Sat...
apache-2.0
C#
5f2a8d4039143ef5c59fdac752db45979d2d9729
Update AssemblyDescription
karronoli/tiny-sato
TinySato/Properties/AssemblyInfo.cs
TinySato/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to SATO printer. The...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to Sato printer. Sat...
apache-2.0
C#
f4dd2323214073141a4378b89a56158af36fe51e
Stabilize TimeCoordinatorTests
williamlord/HealthMonitoring,wongatech/HealthMonitoring,williamlord/HealthMonitoring,Pawlyha/HealthMonitoring,Pawlyha/HealthMonitoring,andronz/HealthMonitoring,Pawlyha/HealthMonitoring,Suremaker/HealthMonitoring,andronz/HealthMonitoring,Suremaker/HealthMonitoring,wongatech/HealthMonitoring,wongatech/HealthMonitoring,an...
HealthMonitoring.Monitors.Core.UnitTests/TimeCoordinatorTests.cs
HealthMonitoring.Monitors.Core.UnitTests/TimeCoordinatorTests.cs
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using HealthMonitoring.Monitors.Core.Helpers.Time; using Xunit; namespace HealthMonitoring.Monitors.Core.UnitTests { public class TimeCoordinatorTests { private readonly ITimeCoordinator _coordinator = new Tim...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using HealthMonitoring.Monitors.Core.Helpers.Time; using Xunit; namespace HealthMonitoring.Monitors.Core.UnitTests { public class TimeCoordinatorTests { private readonly ITimeCoordinator _coordinator = new Tim...
mit
C#
95f282cba4f1e420e128eae2a8b2f99ade601719
Introduce variable to make code more readable
terrajobst/nquery-vnext
NQuery.Language.ActiproWpf/ComposableLanguageServiceRegistrar.cs
NQuery.Language.ActiproWpf/ComposableLanguageServiceRegistrar.cs
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using ActiproSoftware.Text.Implementation; namespace NQueryViewerActiproWpf { [Export(typeof(ILanguageServiceRegistrar))] internal sealed class ComposableLanguageServiceRegistrar : ILanguageServiceRegistrar { [...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using ActiproSoftware.Text.Implementation; namespace NQueryViewerActiproWpf { [Export(typeof(ILanguageServiceRegistrar))] internal sealed class ComposableLanguageServiceRegistrar : ILanguageServiceRegistrar { [...
mit
C#
851a4382fd60bf29252e8c05e88f56c0622f619f
Package Update #CHANGE: Pushed AdamsLair.WinForms 1.1.7
AdamsLair/winforms
WinForms/Properties/AssemblyInfo.cs
WinForms/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
mit
C#
556c61c2a9303457e44a62bcb3cd71f50702a514
Format code like a civilized man
jjnguy/LRU.Net
LRU.Net/LRU.Net/LruCache.cs
LRU.Net/LRU.Net/LruCache.cs
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LRU.Net { public class LruCache<TKey, TValue> { private readonly int _maxObjects; private OrderedDictionary _data; public...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LRU.Net { public class LruCache<TKey, TValue> { private readonly int _maxObjects; private OrderedDictionary _data; public...
mit
C#
c50c401371666df4d0e1d32220fe1661f5754d3c
Fix path building for plugins views
lionelplessis/Nubot,laurentkempe/Nubot,laurentkempe/Nubot,lionelplessis/Nubot
Nubot/Nancy/Bootstrapper.cs
Nubot/Nancy/Bootstrapper.cs
namespace Nubot.Core.Nancy { using System.Linq; using Abstractions; using global::Nancy; using global::Nancy.Conventions; using global::Nancy.TinyIoc; public class Bootstrapper : DefaultNancyBootstrapper { private readonly IRobot _robot; public Bootstrapper(IRobot robot) ...
namespace Nubot.Core.Nancy { using System.Linq; using Abstractions; using global::Nancy; using global::Nancy.Conventions; using global::Nancy.TinyIoc; public class Bootstrapper : DefaultNancyBootstrapper { private readonly IRobot _robot; public Bootstrapper(IRobot robot) ...
mit
C#
ac99ca47a71762f9535870a2b4c42e890eb3cd20
Add HtmlHelper.Raw which renders unencoded HTML.
xamarin/PortableRazor,MilenPavlov/PortableRazor
PortableRazor/HtmlHelper.cs
PortableRazor/HtmlHelper.cs
using System; using System.IO; using System.Reflection; using System.Text; using PortableRazor.Web; namespace PortableRazor.Web.Mvc { public partial class HtmlHelper { private TextWriter _writer; public HtmlHelper(TextWriter writer) { _writer = writer; } public IHtmlString Raw(string value) { return ...
using System; using System.IO; using System.Reflection; using System.Text; using PortableRazor.Web; namespace PortableRazor.Web.Mvc { public partial class HtmlHelper { private TextWriter _writer; public HtmlHelper(TextWriter writer) { _writer = writer; } private string GenerateHtmlAttributes(object html...
mit
C#
8462a096238c31eb4f65c1967dd64978141c311b
Rename "me" -> "request".
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Tor/Http/Extensions/HttpRequestMessageExtensions.cs
WalletWasabi/Tor/Http/Extensions/HttpRequestMessageExtensions.cs
using System.Linq; using System.Net.Http; using System.Threading.Tasks; using WalletWasabi.Tor.Http.Models; using static WalletWasabi.Tor.Http.Constants; namespace WalletWasabi.Tor.Http.Extensions { public static class HttpRequestMessageExtensions { public static async Task<string> ToHttpStringAsync(this HttpReque...
using System.Linq; using System.Net.Http; using System.Threading.Tasks; using WalletWasabi.Tor.Http.Models; using static WalletWasabi.Tor.Http.Constants; namespace WalletWasabi.Tor.Http.Extensions { public static class HttpRequestMessageExtensions { public static async Task<string> ToHttpStringAsync(this HttpReque...
mit
C#
14c72f85fa56387b3932908c616c0de68e3aee36
Fix incorrect beatmap set info equality check on non-online set info
johnneijzen/osu,smoogipoo/osu,ppy/osu,2yangk23/osu,EVAST9919/osu,UselessToucan/osu,UselessToucan/osu,EVAST9919/osu,peppy/osu,NeoAdonis/osu,2yangk23/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,johnneijzen/osu
osu.Game/Beatmaps/BeatmapSetInfo.cs
osu.Game/Beatmaps/BeatmapSetInfo.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.ComponentModel.DataAnnotations.Schema; using System.Linq; using osu.Game.Database; namespace osu.Game.Beatm...
// 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.ComponentModel.DataAnnotations.Schema; using System.Linq; using osu.Game.Database; namespace osu.Game.Beatm...
mit
C#
304ec3d9c3b2787c36c834a733f0a676bfb40e83
Tweak the struct test
jonathanvdc/flame-llvm,jonathanvdc/flame-llvm,jonathanvdc/flame-llvm
tests/struct/struct.cs
tests/struct/struct.cs
public struct Utf8String { public Utf8String(byte* data) { this.Data = data; this.Length = (int)strlen(data); } public int Length; public byte* Data; private extern static ulong strlen(byte* str); } public static class Program { public extern static void putchar(byte c); ...
public struct Utf8String { public Utf8String(byte* data, int length) { this.Data = data; this.Length = length; } public int Length; public byte* Data; } public static class Program { public extern static ulong strlen(byte* str); public extern static void putchar(byte c); ...
mit
C#
01be37cd749ccc91f0323da367495de3936360cc
Print min/max time
xPaw/adventofcode-solutions,xPaw/adventofcode-solutions,xPaw/adventofcode-solutions
2021/Answers/Program.cs
2021/Answers/Program.cs
using System; using System.Diagnostics; using System.Globalization; using System.Text; using AdventOfCode2021; Console.OutputEncoding = Encoding.UTF8; CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture; var day = DateTime.Today.Day; var runs = 1; if (args.Length > 0) { if (args[0] != "today" &&...
using System; using System.Diagnostics; using System.Globalization; using System.Text; using AdventOfCode2021; Console.OutputEncoding = Encoding.UTF8; CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture; var day = DateTime.Today.Day; var runs = 1; if (args.Length > 0) { if (args[0] != "today" &&...
unlicense
C#
19d7ff47719b9265b549a5dfbefb035394cc8663
add using to the probe test
ClogenyTechnologies/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,devigned/azure-powershell,AzureAutomationTeam/azure-powershell,devigned/azure-powershell,AzureAutomationTeam/azure-powershell,devigned/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/...
src/Common/Commands.Common.Tests/ProbeTests.cs
src/Common/Commands.Common.Tests/ProbeTests.cs
using Microsoft.WindowsAzure.Commands.ScenarioTest; using Microsoft.WindowsAzure.Commands.Utilities.Common; using System; using System.Linq; using System.Runtime.InteropServices; using Xunit; namespace Commands.Common.Tests { public class ProbeTests { private readonly string _pwsh; public Prob...
using Microsoft.WindowsAzure.Commands.ScenarioTest; using Microsoft.WindowsAzure.Commands.Utilities.Common; using System; using System.Linq; using Xunit; namespace Commands.Common.Tests { public class ProbeTests { private readonly string _pwsh; public ProbeTests() { _pwsh =...
apache-2.0
C#
a92c27da3bb119691a2ba094cd6c79a0a2b5a264
Remove wrong parameter from FFMPEG audio example
Confruggy/Discord.Net,AntiTcb/Discord.Net,RogueException/Discord.Net
docs/guides/voice/samples/audio_ffmpeg.cs
docs/guides/voice/samples/audio_ffmpeg.cs
private async Task SendAsync(IAudioClient client, string path) { // Create FFmpeg using the previous example var ffmpeg = CreateStream(path); var output = ffmpeg.StandardOutput.BaseStream; var discord = client.CreatePCMStream(AudioApplication.Mixed); await output.CopyToAsync(discord); await disc...
private async Task SendAsync(IAudioClient client, string path) { // Create FFmpeg using the previous example var ffmpeg = CreateStream(path); var output = ffmpeg.StandardOutput.BaseStream; var discord = client.CreatePCMStream(AudioApplication.Mixed, 1920); await output.CopyToAsync(discord); awai...
mit
C#
a65f12782f7dabd339b5437df43d041ef394501d
Add placeholder option with default - need to figure out how to allow manually specifying an upload service as another option
factormystic/ProSnap
Actions/UploadAction.cs
Actions/UploadAction.cs
using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace ProSnap.ActionItems { class UploadAction : IActionItem { public enum Modes { UseSelectedDefault }; [DescriptionAttribute("Determines which upload provi...
using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace ProSnap.ActionItems { class UploadAction : IActionItem { #region IActionItem Members [Browsable(false)] public ActionTypes ActionType {...
bsd-2-clause
C#
f5a2e0faf18776dc346738d7f85c682f55736731
Test commit
Efril/WorktimeTracker
Core/ProjectsManager.cs
Core/ProjectsManager.cs
using Core.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Core { public class ProjectsManager { private readonly Dictionary<string, Project> _projects = new Dictionary<string, Project>(StringComparer.OrdinalIgnor...
using Core.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Core { public class ProjectsManager { private readonly Dictionary<string, Project> _projects = new Dictionary<string, Project>(StringComparer.OrdinalIgnor...
mit
C#
d2696f9d97a15b92d0915ec7d2252285821e4678
Remove a CA suppression.
chtoucas/Narvalo.NET,chtoucas/Narvalo.NET
src/Narvalo.Fx/GlobalSuppressions.cs
src/Narvalo.Fx/GlobalSuppressions.cs
// Copyright (c) Narvalo.Org. All rights reserved. See LICENSE.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; [as...
// Copyright (c) Narvalo.Org. All rights reserved. See LICENSE.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; [as...
bsd-2-clause
C#
99e13b8ed9c124484b4410eb9b03da4f2be03997
Add better xml documentation and extract fetch method
UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu
osu.Game/Overlays/OverlayView.cs
osu.Game/Overlays/OverlayView.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; namespace osu.Game.Overlays { /// ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; namespace osu.Game.Overlays { /// ...
mit
C#
077dcf5cd99d98be377356250c2cbdf1f8f1bbe3
Add missing documentation for `SourceChanged`
ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Skinning/ISkinSource.cs
osu.Game/Skinning/ISkinSource.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 JetBrains.Annotations; namespace osu.Game.Skinning { /// <summary> /// Provides access to skinnable elemen...
// 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 JetBrains.Annotations; namespace osu.Game.Skinning { /// <summary> /// Provides access to skinnable elemen...
mit
C#
dd5496d99b4ba608636403886ed2ade7a9a4bb2e
Update Assembly Info
Davipb/BluwolfIcons
BluwolfIcons/Properties/AssemblyInfo.cs
BluwolfIcons/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("Bl...
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("Bl...
mit
C#
160cb96363b5a2107f6bfada70f3912f837fcb18
Fix comment
yskatsumata/resharper-workshop,yskatsumata/resharper-workshop,yskatsumata/resharper-workshop
CSharp/02-Editing/10-Commenting_code.cs
CSharp/02-Editing/10-Commenting_code.cs
using System; namespace JetBrains.ReSharper.Koans.Editing { // Toggle line comment // // Ctrl+Alt+/ (VS) // Ctrl+/ (IntelliJ) // Toggle block comment // // Ctrl+Shift+/ (VS + IntelliJ) // 1. Toggle comment on single line // Place caret on line below, press Ctrl+Alt+/ using...
using System; namespace JetBrains.ReSharper.Koans.Editing { // Toggle line comment // // Ctrl+Alt+/ (VS) // Ctrl+/ (IntelliJ) // Toggle block comment // // Ctrl+Shift+/ (VS + IntelliJ) // 1. Toggle comment on single line // Place caret on line below, select Ctrl+D using Sy...
apache-2.0
C#
41bccdcd1b19eb69516b2d36a1f441efe40744c7
Use assembly version from NugetCracker assembly to print headline
monoman/NugetCracker,monoman/NugetCracker
NugetCracker/Program.cs
NugetCracker/Program.cs
using System; using NugetCracker.Persistence; namespace NugetCracker { class Program { private static MetaProjectPersistence _metaProjectPersistence; static Version Version { get { return new System.Reflection.AssemblyName(System.Reflection.Assembly.GetCallingAssembly().FullName).Versio...
using System; using NugetCracker.Persistence; namespace NugetCracker { class Program { private static MetaProjectPersistence _metaProjectPersistence; static void Main(string[] args) { Console.WriteLine("NugetCracker 0.1\nSee https://github.com/monoman/NugetCracker\n"); _metaProjectPersist...
apache-2.0
C#
49a1681511e0fe4915468983d9e5e7e8767ae631
Tweak UseEnyimMemcached
cnblogs/EnyimMemcachedCore,cnblogs/EnyimMemcachedCore
Enyim.Caching/EnyimMemcachedApplicationBuilderExtensions.cs
Enyim.Caching/EnyimMemcachedApplicationBuilderExtensions.cs
using Enyim.Caching; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Enyim.Caching.Configuration; using Enyim.Caching.Memcached; namespace Microsoft.AspNetCore.Builder { publi...
using Enyim.Caching; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Enyim.Caching.Configuration; using Enyim.Caching.Memcached; namespace Microsoft.AspNetCore.Builder { publi...
apache-2.0
C#
4520e9a12d7bc18efe4a38736105cd80c077ebbf
Update OpeningFilesThroughStream.cs
maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/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,ma...
Examples/CSharp/Files/Handling/OpeningFilesThroughStream.cs
Examples/CSharp/Files/Handling/OpeningFilesThroughStream.cs
using System.IO; using Aspose.Cells; using System; namespace Aspose.Cells.Examples.Files.Handling { public class OpeningFilesThroughStream { public static void Main(string[] args) { //Exstart:1 // The path to the documents directory. string dataDir = Aspose....
using System.IO; using Aspose.Cells; using System; namespace Aspose.Cells.Examples.Files.Handling { public class OpeningFilesThroughStream { public static void Main(string[] args) { //Exstart:1 // The path to the documents directory. string dataDir = Aspose....
mit
C#
05dd7c6bf3976895e16d92672f5b9e1ce44624c6
Allow response to be altered after retrieving it
shrayasr/pinboard.net
pinboard.net/Endpoints/PBEndpoint.cs
pinboard.net/Endpoints/PBEndpoint.cs
using System.Net.Http; using System.Threading.Tasks; using Flurl; using Newtonsoft.Json; using System; namespace pinboard.net.Endpoints { public class PBEndpoint { private string _apiToken; private HttpClient _httpClient; private const string BASEURL = "https://api.pinboard.in/v1"; ...
using System.Net.Http; using System.Threading.Tasks; using Flurl; using Newtonsoft.Json; namespace pinboard.net.Endpoints { public class PBEndpoint { private string _apiToken; private HttpClient _httpClient; private const string BASEURL = "https://api.pinboard.in/v1"; public ...
mit
C#
ee05d5cb14b7d946a0335f9f7208b6213da6ed57
Remove no-longer-necessary play trigger on skin change
NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu
osu.Game/Screens/Play/PauseOverlay.cs
osu.Game/Screens/Play/PauseOverlay.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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Skinning; us...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Skinning; us...
mit
C#
ee968c1e4eb6c5a3c08ad02f3a6dec9876cad297
Remove unnecessary HttpClient registration in Unity
piotrpMSFT/BuildServices,piotrpMSFT/BuildServices
MyGetConnector.Tests/TestUnityConfig.cs
MyGetConnector.Tests/TestUnityConfig.cs
using System.Net.Http; using Microsoft.Practices.Unity; using Moq; using MyGetConnector.Repositories; namespace MyGetConnector.Tests { public static class TestUnityConfig { public static IUnityContainer GetMockedContainer() { var container = new UnityContainer(); contai...
using System.Net.Http; using Microsoft.Practices.Unity; using Moq; using MyGetConnector.Repositories; namespace MyGetConnector.Tests { public static class TestUnityConfig { public static IUnityContainer GetMockedContainer() { var container = new UnityContainer(); contai...
mit
C#
39875b48d0ef9d8a860f57b7ad33402f44b76ae4
Fix already closed connection and 'kak go napravi tova' exception
Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ
src/Elders.Cronus.Transport.RabbitMQ/PublisherChannelResolver.cs
src/Elders.Cronus.Transport.RabbitMQ/PublisherChannelResolver.cs
using System.Collections.Generic; using RabbitMQ.Client; namespace Elders.Cronus.Transport.RabbitMQ { public class PublisherChannelResolver { private readonly Dictionary<string, IModel> channelPerBoundedContext; private readonly ConnectionResolver connectionResolver; private static rea...
using System; using System.Collections.Concurrent; using RabbitMQ.Client; namespace Elders.Cronus.Transport.RabbitMQ { public class PublisherChannelResolver { private readonly ConcurrentDictionary<string, IModel> channelPerBoundedContext; private readonly ConnectionResolver connectionResolver;...
apache-2.0
C#
4d8336452aa50532e5c8580f725f83c917cd9e8c
Handle long values when writing version variables
GitTools/GitVersion,GitTools/GitVersion
src/GitVersion.Core/Model/VersionVariablesJsonNumberConverter.cs
src/GitVersion.Core/Model/VersionVariablesJsonNumberConverter.cs
using System.Buffers; using System.Buffers.Text; using System.Text.Json; using System.Text.Json.Serialization; using GitVersion.Extensions; namespace GitVersion.OutputVariables; public class VersionVariablesJsonNumberConverter : JsonConverter<string> { public override bool CanConvert(Type typeToConvert) =...
using System.Buffers; using System.Buffers.Text; using System.Text.Json; using System.Text.Json.Serialization; using GitVersion.Extensions; namespace GitVersion.OutputVariables; public class VersionVariablesJsonNumberConverter : JsonConverter<string> { public override bool CanConvert(Type typeToConvert) =...
mit
C#
68f0522ad205d47ac2723cf7b9cd482307178d17
Reduce VersionInfo to minimal complexity
jlewin/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,mmoening/MatterControl,MatterHackers/MatterControl,mmoening/MatterControl,rytz/MatterControl,CodeMangler/MatterControl,MatterHackers/MatterControl,jlewin/MatterControl,rytz/MatterControl,CodeMangler/MatterControl,tellingmachine/MatterControl,MatterH...
VersionManagement/VersionFileHandler.cs
VersionManagement/VersionFileHandler.cs
/* Copyright (c) 2014, Kevin Pope All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
/* Copyright (c) 2014, Kevin Pope All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
bsd-2-clause
C#
145b9754aacaa03a2af5eb3b74de6b8defbe50e4
Build Trigger
AccelerateX-org/WiQuiz,AccelerateX-org/WiQuiz
setup.cake
setup.cake
#load "nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease&version=0.3.0-unstable0278" #addin "nuget:?package=Octopus.Client&version=4.22.1" #tool "nuget:?package=OctopusTools&version=4.22.1" #load "./Build/rps.cake" #load "./Build/targets.cake" #load "./Build/adjustments.cake" #load "./B...
#load "nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease&version=0.3.0-unstable0278" #addin "nuget:?package=Octopus.Client&version=4.22.1" #tool "nuget:?package=OctopusTools&version=4.22.1" #load "./Build/rps.cake" #load "./Build/targets.cake" #load "./Build/adjustments.cake" #load "./B...
mit
C#
82ca716cca8cd879becc13bd5351d296ef67693e
Remove ref counting from ClockBase.
wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsolte...
src/Avalonia.Animation/ClockBase.cs
src/Avalonia.Animation/ClockBase.cs
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Text; using Avalonia.Reactive; namespace Avalonia.Animation { public class ClockBase : IClock { private readonly ClockObservable _observable; private TimeSpan? _previousTime; private TimeSpan _int...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Text; using Avalonia.Reactive; namespace Avalonia.Animation { public class ClockBase : IClock { private ClockObservable _observable; private IObservable<TimeSpan> _connectedObservable; private Ti...
mit
C#
628583af55a80825ab9aefe3f0b04708d7612dee
use IList instead of concrete impl in constructor
ve-interactive/ve-metrics-statsdclient-csharp
Ve.Metrics.StatsDClient/SystemMetrics/SystemMetricsExecutor.cs
Ve.Metrics.StatsDClient/SystemMetrics/SystemMetricsExecutor.cs
using System.Collections.Generic; using System.Timers; namespace Ve.Metrics.StatsDClient.SystemMetrics { public class SystemMetricsExecutor { private readonly IList<SystemMetric> _metrics; private readonly IVeStatsDClient _client; private static ITimer _timer; publi...
using System.Collections.Generic; using System.Timers; namespace Ve.Metrics.StatsDClient.SystemMetrics { public class SystemMetricsExecutor { private readonly List<SystemMetric> _metrics; private readonly IVeStatsDClient _client; private static ITimer _timer; public...
mit
C#
82094fd18da1e8725d4a829d451dc0c0f8db5ee4
fix multiplayer regression introduced in 3a9a86c
ad510/plausible-deniability
Assets/Scripts/User.cs
Assets/Scripts/User.cs
// Copyright (c) 2013 Andrew Downing // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribut...
// Copyright (c) 2013 Andrew Downing // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribut...
mit
C#
4741c1f5323b430ea9034c0d263a415113e3731c
Format KinesisException
carbon/Amazon
src/Amazon.Kinesis/Exceptions/KinesisException.cs
src/Amazon.Kinesis/Exceptions/KinesisException.cs
using System; using System.Net; using Amazon.Scheduling; namespace Amazon.Kinesis { public sealed class KinesisException : Exception, IException { private readonly ErrorResult error; public KinesisException(ErrorResult error) : base(error.Type ?? error.Text) { this.error = error; }...
using System; using System.Net; using Amazon.Scheduling; namespace Amazon.Kinesis { public sealed class KinesisException : Exception, IException { private readonly ErrorResult error; public KinesisException(ErrorResult error) : base(error.Type ?? error.Text) { this.error = error; }...
mit
C#
daf8f1679c047fe61805e26af2a63c27c5d1088c
Update build script
HalidCisse/ConfuserEx,engdata/ConfuserEx,HalidCisse/ConfuserEx,JPVenson/ConfuserEx,manojdjoshi/ConfuserEx,fretelweb/ConfuserEx,timnboys/ConfuserEx,modulexcite/ConfuserEx,Desolath/Confuserex,arpitpanwar/ConfuserEx,AgileJoshua/ConfuserEx,mirbegtlax/ConfuserEx,farmaair/ConfuserEx,MetSystem/ConfuserEx,apexrichard/ConfuserE...
Build/UpdateVersion.cs
Build/UpdateVersion.cs
using System; using System.Diagnostics; using System.IO; public static class Program { public static int Main(string[] args) { if (args.Length != 1) { Console.WriteLine("invalid argument length."); return -1; } string dir = args[0]; string ver = File.ReadAllText(Path.Combine(dir, "VERSION")); string ...
using System; using System.Diagnostics; using System.IO; public static class Program { public static int Main(string[] args) { if (args.Length != 1) { Console.WriteLine("invalid argument length."); return -1; } string dir = args[0]; string ver = File.ReadAllText(Path.Combine(dir, "VERSION")); string ...
mit
C#
302c80d20ccd464f6a7062aacbe53719b9254ec4
Remove "at Microsoft" (#158)
planetxamarin/planetxamarin,MabroukENG/planetxamarin,MabroukENG/planetxamarin,MabroukENG/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin
src/Firehose.Web/Authors/DanRigby.cs
src/Firehose.Web/Authors/DanRigby.cs
using System; using System.Collections.Generic; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class DanRigby : IWorkAtXamarinOrMicrosoft { public string FirstName => "Dan"; public string LastName => "Rigby"; public string ShortBioOrTagLine => "is a Xamarin ...
using System; using System.Collections.Generic; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class DanRigby : IWorkAtXamarinOrMicrosoft { public string FirstName => "Dan"; public string LastName => "Rigby"; public string ShortBioOrTagLine => "is a Xamarin ...
mit
C#
dbbf407a3db29175e7917e43f0fcb288f93ca130
Put the program example ini file in a string
rickyah/ini-parser,rickyah/ini-parser
src/IniFileParser.Example/Program.cs
src/IniFileParser.Example/Program.cs
using System; using IniParser.Model; using IniParser.Parser; namespace IniFileParser.Example { public class MainProgram { public static void Main() { var testIniFile = @"#This section provides the general configuration of the application [GeneralConfiguration] #Update rate in ...
using System; using System.IO; using IniParser.Model; using IniParser.Parser; namespace IniFileParser.Example { public class MainProgram { public static void Main() { var testIniFileName = "TestIniFile.ini"; var newTestIniFileName = "NewTestIniFile.ini"; ...
mit
C#
846a9b6997ef046715a04c22b72c5a13a5cd4301
Clean up local variable
Archie-Yang/PcscDotNet
src/PcscDotNet/PcscReaderStatus_1.cs
src/PcscDotNet/PcscReaderStatus_1.cs
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; namespace PcscDotNet { public sealed class PcscReaderStatus<TIScardReaderState> : PcscReaderStatus where TIScardReaderState : struct, ISCardReaderState { private readonly TIScardReaderState[] _...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; namespace PcscDotNet { public sealed class PcscReaderStatus<TIScardReaderState> : PcscReaderStatus where TIScardReaderState : struct, ISCardReaderState { private readonly TIScardReaderState[] _...
mit
C#
4f9d3f6b47af7124dcca687913e9d342096fabee
clean up
filipw/dotnet-script,filipw/dotnet-script
src/Dotnet.Script.Core/Internal/PreprocessorLineRewriter.cs
src/Dotnet.Script.Core/Internal/PreprocessorLineRewriter.cs
using System.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Dotnet.Script { internal class PreprocessorLineRewriter : CSharpSyntaxRewriter { public PreprocessorLineRewriter() : base(visitIntoStructuredTrivia: t...
using System.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Dotnet.Script { internal class PreprocessorLineRewriter : CSharpSyntaxRewriter { public PreprocessorLineRewriter() : base(visitIntoStructuredTrivia: t...
mit
C#
0930afa8b75a761ee9410169a93218d005cf5ae3
Optimize by using string format
stsrki/fluentmigrator,jogibear9988/fluentmigrator,wolfascu/fluentmigrator,spaccabit/fluentmigrator,mstancombe/fluentmigrator,istaheev/fluentmigrator,tommarien/fluentmigrator,itn3000/fluentmigrator,FabioNascimento/fluentmigrator,lcharlebois/fluentmigrator,jogibear9988/fluentmigrator,alphamc/fluentmigrator,MetSystem/flue...
src/FluentMigrator.Runner/Generators/Oracle/OracleQuoter.cs
src/FluentMigrator.Runner/Generators/Oracle/OracleQuoter.cs
using System; using FluentMigrator.Runner.Generators.Generic; namespace FluentMigrator.Runner.Generators.Oracle { public class OracleQuoter : GenericQuoter { public override string FormatDateTime(DateTime value) { var result = string.Format("to_date({0}{1}{0}, {0}yyyy-mm-dd hh24:mi...
using System; using FluentMigrator.Runner.Generators.Generic; namespace FluentMigrator.Runner.Generators.Oracle { public class OracleQuoter : GenericQuoter { public override string FormatDateTime(DateTime value) { var result = string.Format("to_date({0}{1}{0}, {0}yyyy-mm-dd hh24:mi...
apache-2.0
C#
6b8133d6410cb633659e8da842f54366b8dff94e
Update secureHttpClient to use MI when client secret not present
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts.Api.Client/SecureHttpClient.cs
src/SFA.DAS.EmployerAccounts.Api.Client/SecureHttpClient.cs
using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Services.AppAuthentication; using Microsoft.IdentityModel.Clients.ActiveDirectory; namespace SFA.DAS.EmployerAccounts.Api.Client { internal class SecureHttpClient : ISecureHttpClient ...
using System; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; using Microsoft.IdentityModel.Clients.ActiveDirectory; namespace SFA.DAS.EmployerAccounts.Api.Client { internal class SecureHttpClient : ISecureHttpClient { private readonly IEmplo...
mit
C#
8d366e327005984d362aea5e7e82b3b2d6713275
Update version number.
Damnae/storybrew
editor/Properties/AssemblyInfo.cs
editor/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("storybrew editor")] [assembly: AssemblyDe...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("storybrew editor")] [assembly: AssemblyDe...
mit
C#
a10c8a08cee73d18f2107d7c0db8cbc5c6241412
Fix HexUtils.ToString
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
Iced/Intel/HexUtils.cs
Iced/Intel/HexUtils.cs
/* Copyright (C) 2018 de4dot@gmail.com This file is part of Iced. Iced 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 3 of the License, or (at your option) any lat...
/* Copyright (C) 2018 de4dot@gmail.com This file is part of Iced. Iced 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 3 of the License, or (at your option) any lat...
mit
C#
a9e3742c42745927cbb20c178ed3ad38b06f399e
Allow TestCategory at the class level. This was not allowed in MsTest, but it is very handy.
sebastianburckhardt/orleans,ticup/orleans,shlomiw/orleans,dotnet/orleans,ibondy/orleans,shayhatsor/orleans,amccool/orleans,MikeHardman/orleans,brhinescot/orleans,ReubenBond/orleans,gigya/orleans,dVakulen/orleans,jkonecki/orleans,ElanHasson/orleans,veikkoeeva/orleans,yevhen/orleans,jdom/orleans,Carlm-MS/orleans,ashkan-s...
test/TestExtensions/TestCategory.cs
test/TestExtensions/TestCategory.cs
using System; using System.Collections.Generic; using System.Linq; using Xunit.Abstractions; using Xunit.Sdk; /// <summary> /// This is a replacement for the MSTest [TestCategoryAttribute] on xunit /// xunit does not have the concept of Category for tests and instead, the have [TraitAttribute(string key, string value...
using System; using System.Collections.Generic; using System.Linq; using Xunit.Abstractions; using Xunit.Sdk; /// <summary> /// This is a replacement for the MSTest [TestCategoryAttribute] on xunit /// xunit does not have the concept of Category for tests and instead, the have [TraitAttribute(string key, string value...
mit
C#
294307ea9c9752b2988f799f934ee6dfeb928d00
Bump version to 1.2
miratechcorp/CsProjArrange
Projects/CsProjArrange/CsProjArrange/Properties/AssemblyInfo.cs
Projects/CsProjArrange/CsProjArrange/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("CsProjArrange")] [assembly: AssemblyDescri...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("CsProjArrange")] [assembly: AssemblyDescri...
apache-2.0
C#
9fcdc72802ce8feb267c7fbd596bcf7d3c48145d
Update assembly version
Iluvatar82/helix-toolkit,holance/helix-toolkit,JeremyAnsel/helix-toolkit,chrkon/helix-toolkit,helix-toolkit/helix-toolkit
Source/AssemblyInfo.cs
Source/AssemblyInfo.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="GlobalAssemblyInfo.cs" company="Helix Toolkit"> // Copyright (c) 2014 Helix Toolkit contributors // </copyright> // -------------------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="GlobalAssemblyInfo.cs" company="Helix Toolkit"> // Copyright (c) 2014 Helix Toolkit contributors // </copyright> // -------------------------------------------------------------...
mit
C#
17a31cda7d1120d8f83a3a4dbc30240a060ff45d
Fix ThrowIf.Argument.IsInvalidArrayRange
copygirl/EntitySystem
src/Utility/ThrowIf.cs
src/Utility/ThrowIf.cs
using System; namespace EntitySystem.Utility { public static class ThrowIf { public static class Argument { public static T IsNull<T>(T param, string paramName) { if (param == null) throw new ArgumentNullException(paramName); return param; } public static void OutOfRange<T>(T value, ...
using System; namespace EntitySystem.Utility { public static class ThrowIf { public static class Argument { public static T IsNull<T>(T param, string paramName) { if (param == null) throw new ArgumentNullException(paramName); return param; } public static void OutOfRange<T>(T value, ...
mit
C#
90a64abd403c10424a4f170f0080a9ebc14333db
Fix tests that don't work on the build server (apparently .pdf and .docx file extentions are not recognised by Windows out of the box)
jcvandan/XeroAPI.Net,XeroAPI/XeroAPI.Net,MatthewSteeples/XeroAPI.Net,TDaphneB/XeroAPI.Net
source/XeroApi.Tests/MimeTypesTests.cs
source/XeroApi.Tests/MimeTypesTests.cs
using System.IO; using NUnit.Framework; namespace XeroApi.Tests { public class MimeTypesTests { [Test] public void it_can_return_the_mime_type_for_a_filename() { string mimeType = MimeTypes.GetMimeType("anyFilename.png"); Assert.AreEqual("image/png", mimeType);...
using System.IO; using NUnit.Framework; namespace XeroApi.Tests { public class MimeTypesTests { [Test] public void it_can_return_the_mime_type_for_a_filename() { string mimeType = MimeTypes.GetMimeType("anyFilename.pdf"); Assert.AreEqual("application/pdf", mime...
mit
C#
463c959da36aed1a30000eb51d388320d2dfaf91
add IsNumbersOnly string helper
martinlindhe/Punku
punku/Extensions/StringExtensions.cs
punku/Extensions/StringExtensions.cs
using System; using System.Text; using Punku; public static class StringExtensions { public static string Repeat (this string input, int count) { var builder = new StringBuilder ((input == null ? 0 : input.Length) * count); for (int i = 0; i < count; i++) builder.Append (input); return builder.ToString (...
using System; using System.Text; using Punku; public static class StringExtensions { public static string Repeat (this string input, int count) { var builder = new StringBuilder ((input == null ? 0 : input.Length) * count); for (int i = 0; i < count; i++) builder.Append (input); return builder.ToString (...
mit
C#
0096bba274ba2287c8790c116fd3f4c550c23b5d
Destroy bricks
babeya/Block-Breaker
Assets/Scripts/Brick.cs
Assets/Scripts/Brick.cs
using UnityEngine; public class Brick : MonoBehaviour { public int maxHits; int timesHit; LevelManager levelManager; // Use this for initialization void Start () { timesHit = 0; levelManager = FindObjectOfType<LevelManager>(); } // Update is called once per frame ...
using UnityEngine; public class Brick : MonoBehaviour { public int maxHits; int timesHit; LevelManager levelManager; // Use this for initialization void Start () { timesHit = 0; levelManager = FindObjectOfType<LevelManager>(); } // Update is called once per frame void Upd...
mit
C#
773ded77f362114d9a2ecd6547382e87057d9bbd
Correct behaviour of Lazy ORM implementation
hgcummings/DataAccessExamples,hgcummings/DataAccessExamples
DataAccessExamples.Core/Services/LazyOrmDepartmentService.cs
DataAccessExamples.Core/Services/LazyOrmDepartmentService.cs
using System; using System.Linq; using DataAccessExamples.Core.Data; using DataAccessExamples.Core.ViewModels; namespace DataAccessExamples.Core.Services { public class LazyOrmDepartmentService : IDepartmentService { private readonly EmployeesContext context; public LazyOrmDepartme...
using System; using System.Linq; using DataAccessExamples.Core.Data; using DataAccessExamples.Core.ViewModels; namespace DataAccessExamples.Core.Services { public class LazyOrmDepartmentService : IDepartmentService { private readonly EmployeesContext context; public LazyOrmDepartme...
cc0-1.0
C#
4bb47668e747bae4a6a1bda4157f362e0920864c
fix typo
valadas/Dnn.Platform,svdv71/Dnn.Platform,dnnsoftware/Dnn.Platform,bdukes/Dnn.Platform,svdv71/Dnn.Platform,nvisionative/Dnn.Platform,wael101/Dnn.Platform,RichardHowells/Dnn.Platform,RichardHowells/Dnn.Platform,dnnsoftware/Dnn.Platform,nvisionative/Dnn.Platform,robsiera/Dnn.Platform,mitchelsellers/Dnn.Platform,dnnsoftwar...
Build/cake/version.cake
Build/cake/version.cake
#addin Cake.XdtTransform #addin "Cake.FileHelpers" #addin Cake.Powershell #tool "nuget:?package=GitVersion.CommandLine&prerelease" GitVersion version; var buildId = EnvironmentVariable("Build.BuildId") ?? string.Empty; Task("BuildServerSetVersion") .IsDependentOn("GitVersion") .Does(() => { StartPowershellScr...
#addin Cake.XdtTransform #addin "Cake.FileHelpers" #addin Cake.Powershell #tool "nuget:?package=GitVersion.CommandLine&prerelease" GitVersion version; var buildId = EnvironmentVariable("Build.BuildId") ?? string.Empty; Task("BuildServerSetVersion") .IsDependentOn("GitVersion") .Does(() => { StartPowershellScr...
mit
C#
7931a9a2320e1232ec647fa2b0b36a83616c3e5e
Update AlainAssaf.cs
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/AlainAssaf.cs
src/Firehose.Web/Authors/AlainAssaf.cs
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AlainAssaf : IAmACommunityMember { public string FirstName => "Alain"; public string LastNa...
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AlainAssaf : IAmACommunityMember { public string FirstName => "Alain"; public string LastNa...
mit
C#
8787d3879f9a209ff3774c65416b4e7750e4cb43
Add Printer.PrintFunction
DotNetKit/DotNetKit.Wpf.Printing
DotNetKit.Wpf.Printing.Demo/Printing/Printer.cs
DotNetKit.Wpf.Printing.Demo/Printing/Printer.cs
using System; using System.Collections.Generic; using System.Linq; using System.Printing; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Documents; using DotNetKit.Windows.Documents; using DotNetKit.Wpf.Printing.Demo.Printing.Xps; namespace DotNetKi...
using System; using System.Collections.Generic; using System.Linq; using System.Printing; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using DotNetKit.Windows.Documents; using DotNetKit.Wpf.Printing.Demo.Printing.Xps; namespace DotNetKit.Wpf.Printing.Demo.Printing { ...
mit
C#
96c28e8e322feb5ed53f77f5da684f371a132346
Rename Tardigrade to Storj DCS
duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati/Library/Backend/Tardigrade/Strings.cs
Duplicati/Library/Backend/Tardigrade/Strings.cs
using Duplicati.Library.Localization.Short; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Duplicati.Library.Backend.Strings { internal static class Tardigrade { public static string DisplayName { get { return LC.L(@"Storj ...
using Duplicati.Library.Localization.Short; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Duplicati.Library.Backend.Strings { internal static class Tardigrade { public static string DisplayName { get { return LC.L(@"Tardig...
lgpl-2.1
C#
5f6f6d063843d0fcb9e2a58c564c3a4ab49ac447
Add license to newly added ExportSphereSystems.cs
jthorpe4/EDDiscovery,jeoffman/EDDiscovery,jeoffman/EDDiscovery,jgoode/EDDiscovery,mwerle/EDDiscovery,mwerle/EDDiscovery,jgoode/EDDiscovery
EDDiscovery/ExportImport/ExportSphereSystems.cs
EDDiscovery/ExportImport/ExportSphereSystems.cs
/* * Copyright © 2017 EDDiscovery development team * * 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...
using EDDiscovery.Export; using EDDiscovery2.EDSM; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace EDDiscovery.ExportImport { class ExportSphereSystems { private EDDiscoveryForm _...
apache-2.0
C#
cc9071b6823ffc6864d3dff0788c72061137cc20
Remove incorrect Assembly GUID
File-New-Project/EarTrumpet
EarTrumpet/UI/Helpers/SingleInstanceAppMutex.cs
EarTrumpet/UI/Helpers/SingleInstanceAppMutex.cs
using System.Globalization; using System.Reflection; using System.Threading; namespace EarTrumpet.UI.Helpers { class SingleInstanceAppMutex { private static Mutex _mutex; public static bool TakeExclusivity() { var assembly = Assembly.GetExecutingAssembly(); va...
using System.Globalization; using System.Reflection; using System.Threading; namespace EarTrumpet.UI.Helpers { class SingleInstanceAppMutex { private static Mutex _mutex; public static bool TakeExclusivity() { var assembly = Assembly.GetExecutingAssembly(); var...
mit
C#
4ec4720727a9fa15374ae07f44347463dfb39c70
disable checkip service
NTumbleBit/NTumbleBit,DanGould/NTumbleBit
NTumbleBit.ClassicTumbler.Client.CLI/Program.cs
NTumbleBit.ClassicTumbler.Client.CLI/Program.cs
using Microsoft.Extensions.Logging; using System.Linq; using Microsoft.Extensions.Logging.Console; using System; using NTumbleBit.Logging; using System.Text; using NBitcoin.RPC; using CommandLine; using System.Reflection; using NTumbleBit.ClassicTumbler; using NTumbleBit.Configuration; using NTumbleBit.ClassicTumbler....
using Microsoft.Extensions.Logging; using System.Linq; using Microsoft.Extensions.Logging.Console; using System; using NTumbleBit.Logging; using System.Text; using NBitcoin.RPC; using CommandLine; using System.Reflection; using NTumbleBit.ClassicTumbler; using NTumbleBit.Configuration; using NTumbleBit.ClassicTumbler....
mit
C#
090c0d9eecb926b0f55b00d90ddccb1d288ed7c8
Add zoom into rasterlayer data in the sample
charlenni/Mapsui,charlenni/Mapsui,pauldendulk/Mapsui
Samples/Mapsui.Samples.Common/Maps/RasterizingLayerSample.cs
Samples/Mapsui.Samples.Common/Maps/RasterizingLayerSample.cs
using System; using Mapsui.Layers; using Mapsui.Providers; using Mapsui.Styles; using Mapsui.UI; using Mapsui.Utilities; namespace Mapsui.Samples.Common.Maps { public class RasterizingLayerSample : ISample { public string Name => "Rasterizing Layer"; public string Category => "Special"; ...
using System; using Mapsui.Layers; using Mapsui.Providers; using Mapsui.Styles; using Mapsui.UI; using Mapsui.Utilities; namespace Mapsui.Samples.Common.Maps { public class RasterizingLayerSample : ISample { public string Name => "Rasterizing Layer"; public string Category => "Special"; ...
mit
C#