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 |
|---|---|---|---|---|---|---|---|---|
3b13ad480af5afa7f0fe15c300a5e02bcf0fb4d7 | Increase fade-out time of hitobjects in the editor | EVAST9919/osu,peppy/osu,2yangk23/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,johnneijzen/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,johnneijzen/osu,ppy/osu,UselessToucan/osu,EVAST9919/osu,2yangk23/osu,peppy/osu-new | osu.Game.Rulesets.Osu/Edit/DrawableOsuEditRuleset.cs | osu.Game.Rulesets.Osu/Edit/DrawableOsuEditRuleset.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.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects.... | // 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.Collections.Generic;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu.UI;
using osu.Game.Rulesets.UI;
using osuTK;
namespa... | mit | C# |
7edf87619cd9342dcce2ee3d6ee34bb858c58018 | Return type T for metadata scalars. | ecologylab/BigSemanticsCSharp | ecologylabSemantics/ecologylab/semantics/metadata/scalar/MetadataScalars.cs | ecologylabSemantics/ecologylab/semantics/metadata/scalar/MetadataScalars.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ecologylab.semantics.metadata.scalar
{
abstract public class MetadataScalarBase<T>
{
public T value;
public static String VALUE_FIELD_NAME = "value";
public MetadataScalar... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ecologylab.semantics.metadata.scalar
{
abstract public class MetadataScalarBase<T>
{
public T value;
public static String VALUE_FIELD_NAME = "value";
public MetadataScalar... | apache-2.0 | C# |
844e87aafeb7cfc7ef43066222dd21f0e39fc242 | Use the true head position rather than capturing current position | peppy/osu,peppy/osu-new,UselessToucan/osu,naoey/osu,smoogipoo/osu,naoey/osu,Frontear/osuKyzer,johnneijzen/osu,DrabWeb/osu,Nabile-Rahmani/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,2yangk23/osu,ppy/osu,EVAST9919/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,2yangk23/... | osu.Game.Rulesets.Osu/Edit/Layers/Selection/Overlays/SliderCircleOverlay.cs | osu.Game.Rulesets.Osu/Edit/Layers/Selection/Overlays/SliderCircleOverlay.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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Rulesets.Edit.Layers.Selection;
using osu.Game.Rulesets.Osu... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Rulesets.Edit.Layers.Selection;
using osu.Game.Rulesets.Osu... | mit | C# |
69d4dd90260d5ee3647aad1ebc85a6b67e395147 | Fix bug | syuilo/Misq | Misq/App.cs | Misq/App.cs | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Misq
{
/// <summary>
/// Misskeyアプリクラス
/// </summary>
public class App
{
/// <summary>
/// アプリケーションのシークレット・キーを取得または設定します。
/// </summary>
public string Secret
{
get;
set;
}
/// <summary>
/// Appインスタンスを初期... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Misq
{
/// <summary>
/// Misskeyアプリクラス
/// </summary>
public class App
{
/// <summary>
/// アプリケーションのシークレット・キーを取得または設定します。
/// </summary>
public string Secret
{
get;
set;
}
/// <summary>
/// Appインスタンスを初期... | mit | C# |
1772a2626814684b8db5e1adf585a8625a615067 | Change service's start mode to auto | mdavid/SuperSocket,mdavid/SuperSocket,mdavid/SuperSocket | SocketService/SocketServiceInstaller.cs | SocketService/SocketServiceInstaller.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration.Install;
using System.ServiceProcess;
using System.Configuration;
namespace SuperSocket.SocketService
{
[RunInstaller(true)]
public partial class SocketServiceInstaller : Installer
{
private Service... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration.Install;
using System.ServiceProcess;
using System.Configuration;
namespace SuperSocket.SocketService
{
[RunInstaller(true)]
public partial class SocketServiceInstaller : Installer
{
private Service... | apache-2.0 | C# |
f035b08ff959681cc5edd30fbb6a19de2dbd4a25 | increment patch version, | jwChung/Experimentalism,jwChung/Experimentalism | build/CommonAssemblyInfo.cs | build/CommonAssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | mit | C# |
0f43c9acd793e46bdce28ad64de9d2e62a613e87 | increment patch version, | jwChung/Experimentalism,jwChung/Experimentalism | build/CommonAssemblyInfo.cs | build/CommonAssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | mit | C# |
bddda9854a0c8f29f3b55562efd3a4be97f8ff84 | increment minor version, | jwChung/Experimentalism,jwChung/Experimentalism | build/CommonAssemblyInfo.cs | build/CommonAssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | mit | C# |
097bd37e37c38095113bd706717a9601afc1f3c0 | Fix SelectorTab crashing tests after a reload | UselessToucan/osu,ppy/osu,NeoAdonis/osu,EVAST9919/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,EVAST9919/osu,UselessToucan/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu | osu.Game/Overlays/Chat/Tabs/ChannelSelectorTabItem.cs | osu.Game/Overlays/Chat/Tabs/ChannelSelectorTabItem.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.Game.Graphics;
using osu.Game.Online.Chat;
namespace osu.Game.Overlays.Chat.Tabs
{
public class ChannelSelectorTabItem : C... | // 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.Game.Graphics;
using osu.Game.Online.Chat;
namespace osu.Game.Overlays.Chat.Tabs
{
public class ChannelSelectorTabItem : C... | mit | C# |
7ec6ac7b0eb15e88ed18e13889a57ca917e63738 | Remove unnecessary override | NeoAdonis/osu,2yangk23/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,johnneijzen/osu,ZLima12/osu,2yangk23/osu,ppy/osu,ZLima12/osu,smoogipooo/osu,EVAST9919/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,johnneijzen/osu,UselessToucan/osu,peppy/osu,EVA... | osu.Game/Overlays/Chat/Tabs/ChannelSelectorTabItem.cs | osu.Game/Overlays/Chat/Tabs/ChannelSelectorTabItem.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.Game.Graphics;
using osu.Game.Online.Chat;
namespace osu.Game.Overlays.Chat.Tabs
{
public class ChannelSelectorTabItem : C... | // 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.Input.Events;
using osu.Game.Graphics;
using osu.Game.Online.Chat;
namespace osu.Game.Overlays.Chat.Tabs
{
publi... | mit | C# |
16b3f22caf2754d97aacbf40f0d429e8b3cecdce | Fix incorrect trash icon being used on deleted comments counter | peppy/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu | osu.Game/Overlays/Comments/DeletedCommentsCounter.cs | osu.Game/Overlays/Comments/DeletedCommentsCounter.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.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Framework.Graphics.Sprites;
using osuTK;
using osu.Framework.Bi... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Framework.Graphics.Sprites;
using osuTK;
using osu.Framework.Bi... | mit | C# |
12ba19f85876aff8e5ced3dc1f489cc293d61fe4 | Fix Mediator bug when register is called in base class | Esri/coordinate-tool-addin-dotnet | source/CoordinateConversion/CoordinateConversionLibrary/Helpers/Mediator.cs | source/CoordinateConversion/CoordinateConversionLibrary/Helpers/Mediator.cs | // Copyright 2015 Esri
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writin... | // Copyright 2015 Esri
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writin... | apache-2.0 | C# |
62647c55de38ff61681038f3c1a9925d128ed33c | improve test to check that correct LangLevel is used | JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | rider/testData/solutions/SimpleUnityProject/Assets/NewBehaviourScript.cs | rider/testData/solutions/SimpleUnityProject/Assets/NewBehaviourScript.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
// check that C# LangLeve... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
| apache-2.0 | C# |
8131dc59e504780eb6e2b037a7f4b69abbfd584a | Clean up OperationConsumesProcessor | RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,quails4Eva/NSwag | src/NSwag.SwaggerGeneration.WebApi/Processors/OperationConsumesProcessor.cs | src/NSwag.SwaggerGeneration.WebApi/Processors/OperationConsumesProcessor.cs | //-----------------------------------------------------------------------
// <copyright file="OperationConsumesProcessor.cs" company="NSwag">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/NSwag/NSwag/blob/master/LICENSE.md</license>
// <author>Rico Suter, mail@rsu... | using System.Collections.Generic;
using System.Reflection;
using System.Threading.Tasks;
using System.Linq;
using NSwag.SwaggerGeneration.Processors;
using NSwag.SwaggerGeneration.Processors.Contexts;
namespace NSwag.SwaggerGeneration.WebApi.Processors
{
/// <summary>Generates the consumes clause from the operat... | mit | C# |
337e779a10a766dbbc9b2ad1d6e23c9fa9144291 | verify the property name when doing a PropertyChanged event ***NO_CI*** | dylan-smith/pokerleaguemanager,dylan-smith/pokerleaguemanager,dylan-smith/pokerleaguemanager,dylan-smith/pokerleaguemanager | src/PokerLeagueManager.UI.WPF/Infrastructure/BaseViewModel.cs | src/PokerLeagueManager.UI.WPF/Infrastructure/BaseViewModel.cs | using System;
using System.ComponentModel;
namespace PokerLeagueManager.UI.WPF.Infrastructure
{
public class BaseViewModel : INotifyPropertyChanged
{
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void OnPropertyChanged(string propertyName)
{
... | using System.ComponentModel;
namespace PokerLeagueManager.UI.WPF.Infrastructure
{
public class BaseViewModel : INotifyPropertyChanged
{
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void OnPropertyChanged(string propertyName)
{
// TO... | mit | C# |
f77a0ad6bad1c5c73f7b980b8b409287a7f30dad | Update src/Tools/ExternalAccess/OmniSharp/Completion/OmniSharpCompletionOptions.cs | weltkante/roslyn,bartdesmet/roslyn,mavasani/roslyn,CyrusNajmabadi/roslyn,jasonmalinowski/roslyn,bartdesmet/roslyn,weltkante/roslyn,KevinRansom/roslyn,jasonmalinowski/roslyn,KevinRansom/roslyn,KevinRansom/roslyn,bartdesmet/roslyn,shyamnamboodiripad/roslyn,weltkante/roslyn,dotnet/roslyn,mavasani/roslyn,dotnet/roslyn,Cyru... | src/Tools/ExternalAccess/OmniSharp/Completion/OmniSharpCompletionOptions.cs | src/Tools/ExternalAccess/OmniSharp/Completion/OmniSharpCompletionOptions.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 Microsoft.CodeAnalysis.Completion;
namespace Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.Completion
{
... | // 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 Microsoft.CodeAnalysis.Completion;
namespace Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.Completion
{
... | mit | C# |
1a021863502719b752ed10bab0ef8aa735405632 | check for empty destination path before trying to see if it's writeable. | wislon/xamarin-android-use-removable-sd-card | src/TestExternalSd/StorageClasses/ExternalSdCardInfo.cs | src/TestExternalSd/StorageClasses/ExternalSdCardInfo.cs | using Android.OS;
namespace TestExternalSd.StorageClasses
{
public static class ExternalSdCardInfo
{
private static string _path = null;
private static bool _isWriteable;
private static FileSystemBlockInfo _fileSystemBlockInfo = null;
/// <summary>
/// Quick property you can check a... | using Android.OS;
namespace TestExternalSd.StorageClasses
{
public static class ExternalSdCardInfo
{
private static string _path = null;
private static bool _isWriteable;
private static FileSystemBlockInfo _fileSystemBlockInfo = null;
/// <summary>
/// Quick property you can check a... | mit | C# |
1fc4bf6dcde744d1b4ec67e1c590ef08118ac170 | Update src/Umbraco.Core/Events/IScopedNotificationPublisher.cs | JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-... | src/Umbraco.Core/Events/IScopedNotificationPublisher.cs | src/Umbraco.Core/Events/IScopedNotificationPublisher.cs | // Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Threading.Tasks;
using Umbraco.Cms.Core.Notifications;
namespace Umbraco.Cms.Core.Events
{
public interface IScopedNotificationPublisher
{
/// <summary>
/// Suppresses all notifications from being added/creat... | // Copyright (c) Umbraco.
// See LICENSE for more details.
using System;
using System.Threading.Tasks;
using Umbraco.Cms.Core.Notifications;
namespace Umbraco.Cms.Core.Events
{
public interface IScopedNotificationPublisher
{
/// <summary>
/// Supresses all notifications from being added/create... | mit | C# |
d21639ef80a9bb71b27f8742c6f8b99d9d94f809 | fix Upgrade_20211112_FixBootstrap | signumsoftware/framework,signumsoftware/framework | Signum.Upgrade/Upgrades/Upgrade_20211112_FixBootstrap.cs | Signum.Upgrade/Upgrades/Upgrade_20211112_FixBootstrap.cs | namespace Signum.Upgrade.Upgrades;
class Upgrade_20211112_FixBootstrap : CodeUpgradeBase
{
public override string Description => "Set Production mode";
public override void Execute(UpgradeContext uctx)
{
uctx.ChangeCodeFile($@"Southwind.React\Dockerfile", file =>
{
fi... | namespace Signum.Upgrade.Upgrades;
class Upgrade_20211112_FixBootstrap : CodeUpgradeBase
{
public override string Description => "Set Production mode";
public override void Execute(UpgradeContext uctx)
{
uctx.ChangeCodeFile($@"Southwind.React\Dockerfile", file =>
{
fi... | mit | C# |
33ca12c48c411c2c929274170a0a18ea7df74e19 | Remove faulty cast. | SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia | tests/Avalonia.IntegrationTests.Appium/ComboBoxTests.cs | tests/Avalonia.IntegrationTests.Appium/ComboBoxTests.cs | using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Appium.Mac;
using Xunit;
namespace Avalonia.IntegrationTests.Appium
{
[Collection("Default")]
public class ComboBoxTests
{
private readonly AppiumDriver<AppiumWebElement> _session;
public ComboBoxTests(TestAppFixture fixture)
{
... | using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Appium.Mac;
using Xunit;
namespace Avalonia.IntegrationTests.Appium
{
[Collection("Default")]
public class ComboBoxTests
{
private readonly AppiumDriver<AppiumWebElement> _session;
public ComboBoxTests(TestAppFixture fixture)
{
... | mit | C# |
7b0b0f94957df059694c237998eb5d063d9bd29b | Update umbracoUser2NodeNotify in SuperZero migration | abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,leekelleher/Umbraco-CMS,tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,NikRimington/Umbraco-CMS,arknu/Umbraco-CMS,NikRimington/Umbraco-CMS,dawoe/Umbraco-CMS,tcmorris/Umbraco-CMS,t... | src/Umbraco.Core/Migrations/Upgrade/V_8_0_0/SuperZero.cs | src/Umbraco.Core/Migrations/Upgrade/V_8_0_0/SuperZero.cs | namespace Umbraco.Core.Migrations.Upgrade.V_8_0_0
{
public class SuperZero : MigrationBase
{
public SuperZero(IMigrationContext context)
: base(context)
{ }
public override void Migrate()
{
var exists = Database.Fetch<int>("select id from umbracoUser whe... | namespace Umbraco.Core.Migrations.Upgrade.V_8_0_0
{
public class SuperZero : MigrationBase
{
public SuperZero(IMigrationContext context)
: base(context)
{ }
public override void Migrate()
{
var exists = Database.Fetch<int>("select id from umbracoUser whe... | mit | C# |
f9e43f4025a6da11803ccd579cbd5f6de133f64f | Change the assumptions that rootvisual is UserControl | epascales/SilverlightInspector,epascales/SilverlightInspector | SilverlightInspector/Inspector.cs | SilverlightInspector/Inspector.cs | using System;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Media;
using System.Windows.Threading;
using NoName.Controls;
using SilverlightInspector.ViewModels;
using SilverlightInspector.Views;
namespace SilverlightInspector
{
... | using System;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Media;
using System.Windows.Threading;
using NoName.Controls;
using SilverlightInspector.ViewModels;
using SilverlightInspector.Views;
namespace SilverlightInspector
{
... | mit | C# |
ed8c3a63aee9d4e4a70757db1a9e3ea907e47f09 | modifica e salvataggio dettagli chiamata | vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Classi/Condivise/Localita.cs | src/backend/SO115App.Models/Classi/Condivise/Localita.cs | //-----------------------------------------------------------------------
// <copyright file="Localita.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
... | //-----------------------------------------------------------------------
// <copyright file="Localita.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
... | agpl-3.0 | C# |
1d93567fc666626c1744993555ef14abfdf1801f | Increase feature version. | Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex/Areas/Api/Controllers/News/Service/FeaturesService.cs | backend/src/Squidex/Areas/Api/Controllers/News/Service/FeaturesService.cs | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | mit | C# |
398624659e4c3d64cd683f6ec1dd10c2896edcf0 | Fix a bug that causes the GetProviderNode to return null references. | nohros/must,nohros/must,nohros/must | src/base/common/providers/data/SqlConnectionProviderFactory.cs | src/base/common/providers/data/SqlConnectionProviderFactory.cs | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using Nohros.Configuration;
namespace Nohros.Data.Providers
{
public partial class SqlConnectionProvider : IConnectionProviderFactory
{
#region .ctor
/// <summary>
/// Constructor implied by the interface
/// ... | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using Nohros.Configuration;
namespace Nohros.Data.Providers
{
public partial class SqlConnectionProvider : IConnectionProviderFactory
{
#region .ctor
/// <summary>
/// Constructor implied by the interface
/// ... | mit | C# |
3b929ffd21035432d09ea8dc029150bc4194e54e | Make test more useful | smoogipoo/osu,2yangk23/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,2yangk23/osu,peppy/osu,naoey/osu,johnneijzen/osu,Nabile-Rahmani/osu,ppy/osu,NeoAdonis/osu,DrabWeb/osu,UselessToucan/osu,ppy/osu,DrabWeb/osu,DrabWeb/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,naoey/osu,ZLima12/osu,EVAST991... | osu.Game.Rulesets.Catch/Tests/TestCaseBananaShower.cs | osu.Game.Rulesets.Catch/Tests/TestCaseBananaShower.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;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Catch.Objects;
using osu.Game.Rulesets.C... | // 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;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Catch.Objects;
using osu.Game.Rulesets.C... | mit | C# |
069d48ac14a29ac0bf20647a5cafe815500697f7 | Remove unused variable | naoey/osu,peppy/osu,2yangk23/osu,EVAST9919/osu,2yangk23/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,EVAST9919/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,johnneijzen/osu,ZLima12/osu,DrabWeb/osu,smoogipooo/osu,DrabWeb/osu,ZLima12/osu,Nabile-Rahmani/osu,na... | osu.Game/Overlays/Profile/Sections/BeatmapsSection.cs | osu.Game/Overlays/Profile/Sections/BeatmapsSection.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.Game.Online.API.Requests;
using osu.Game.Overlays.Profile.Sections.Beatmaps;
namespace osu.Game.Overlays.Profile.Sections
{
public cla... | // 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.Game.Online.API.Requests;
using osu.Game.Overlays.Direct;
using osu.Game.Overlays.Profile.Sections.Beatmaps;
namespace osu.Game.Overlays.P... | mit | C# |
398654328289e395ff83f42aac7339e275414fce | Update EpochToDateTimeConverter.cs | mirajavora/sendgrid-webhooks | Sendgrid.Webhooks/Converters/EpochToDateTimeConverter.cs | Sendgrid.Webhooks/Converters/EpochToDateTimeConverter.cs | using System;
using Newtonsoft.Json;
namespace Sendgrid.Webhooks.Converters
{
public class EpochToDateTimeConverter : JsonConverter
{
public override bool CanConvert(Type objectType)
{
return objectType == typeof(DateTime);
}
public override void WriteJson(JsonWrit... | using System;
using Newtonsoft.Json;
namespace Sendgrid.Webhooks.Converters
{
public class EpochToDateTimeConverter : JsonConverter
{
public override bool CanConvert(Type objectType)
{
return objectType == typeof(DateTime);
}
public override void WriteJson(JsonWrit... | apache-2.0 | C# |
996febbf4d23ab3363cad403d50597045e7083d6 | return Notification<T> from Json/JsonWebServiceClient.cs | mvbalaw/MvbaCore.ThirdParty,mvbalaw/MvbaCore.ThirdParty,mvbalaw/MvbaCore.ThirdParty | src/MvbaCore.ThirdParty/Json/JsonWebServiceClient.cs | src/MvbaCore.ThirdParty/Json/JsonWebServiceClient.cs | // * **************************************************************************
// * Copyright (c) McCreary, Veselka, Bragg & Allen, P.C.
// * This source code is subject to terms and conditions of the MIT License.
// * A copy of the license can be found in the License.txt file
// * at the root of this distributi... | // * **************************************************************************
// * Copyright (c) McCreary, Veselka, Bragg & Allen, P.C.
// * This source code is subject to terms and conditions of the MIT License.
// * A copy of the license can be found in the License.txt file
// * at the root of this distributi... | mit | C# |
3f1aa0763c02dad012b400330333d8df824aa351 | Add more tests for NH-3408 | nhibernate/nhibernate-core,ManufacturingIntelligence/nhibernate-core,nkreipke/nhibernate-core,fredericDelaporte/nhibernate-core,lnu/nhibernate-core,hazzik/nhibernate-core,nhibernate/nhibernate-core,RogerKratz/nhibernate-core,alobakov/nhibernate-core,livioc/nhibernate-core,ManufacturingIntelligence/nhibernate-core,frede... | src/NHibernate.Test/NHSpecificTest/NH3408/Fixture.cs | src/NHibernate.Test/NHSpecificTest/NH3408/Fixture.cs | using System.Collections.Generic;
using System.Linq;
using NHibernate.Linq;
using NUnit.Framework;
namespace NHibernate.Test.NHSpecificTest.NH3408
{
public class Fixture : BugTestCase
{
[Test]
public void ProjectAnonymousTypeWithArrayProperty()
{
using (var session = OpenSession())
using (se... | using System.Linq;
using NHibernate.Linq;
using NUnit.Framework;
namespace NHibernate.Test.NHSpecificTest.NH3408
{
public class Fixture : BugTestCase
{
[Test]
public void ProjectAnonymousTypeWithArrayProperty()
{
using (var session = OpenSession())
using (session.BeginTransaction())
{
... | lgpl-2.1 | C# |
d713d4b97fdd94dbc158c0097ab4027b5ba1a71f | Call the reflection method only if types don't match | jmptrader/WampSharp,jmptrader/WampSharp,jmptrader/WampSharp | src/net45/WampSharp/WAMP2/V2/Core/WampObjectFormatter.cs | src/net45/WampSharp/WAMP2/V2/Core/WampObjectFormatter.cs | using System;
using System.Linq;
using System.Reflection;
using WampSharp.Core.Serialization;
using WampSharp.Core.Utilities;
namespace WampSharp.V2.Core
{
public class WampObjectFormatter : IWampFormatter<object>
{
public static readonly IWampFormatter<object> Value = new WampObjectFormatter();
... | using System;
using System.Linq;
using System.Reflection;
using WampSharp.Core.Serialization;
using WampSharp.Core.Utilities;
namespace WampSharp.V2.Core
{
public class WampObjectFormatter : IWampFormatter<object>
{
public static readonly IWampFormatter<object> Value = new WampObjectFormatter();
... | bsd-2-clause | C# |
0d357fa4eb5529fcd5931d70740128f70da8e55f | Update CommentsDisqus.cshtml | Shazwazza/Articulate,readingdancer/Articulate,Shazwazza/Articulate,readingdancer/Articulate,readingdancer/Articulate,Shazwazza/Articulate | src/Articulate.Web/App_Plugins/Articulate/Themes/Shazwazza/Views/Partials/CommentsDisqus.cshtml | src/Articulate.Web/App_Plugins/Articulate/Themes/Shazwazza/Views/Partials/CommentsDisqus.cshtml | @model Articulate.Models.PostModel
@if (Model.DisqusShortName.IsNullOrWhiteSpace())
{
<p>
<em>
To enable comments sign up for a <a href="http://disqus.com" target="_blank">Disqus</a> account and
enter your Disqus shortname in the Articulate node settings.
</em>
</p>
}
el... | @model Articulate.Models.PostModel
@if (Model.DisqusShortName.IsNullOrWhiteSpace())
{
<p>
<em>
To enable comments sign up for a <a href="http://disqus.com" target="_blank">Disqus</a> account and
enter your Disqus shortname in the Articulate node settings.
</em>
</p>
}
el... | mit | C# |
68e370ce7cd72c51a7eda6f9863ed37b0f86b3d5 | Set spinner tick start time to allow result reverting | smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu-new,ppy/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu | osu.Game.Rulesets.Osu/Objects/Drawables/DrawableSpinnerTick.cs | osu.Game.Rulesets.Osu/Objects/Drawables/DrawableSpinnerTick.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.Audio;
using osu.Framework.Bindables;
using osu.Game.Rulesets.Osu.Judgements;
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Osu.Object... | // 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.Audio;
using osu.Framework.Bindables;
using osu.Game.Rulesets.Osu.Judgements;
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Osu.Object... | mit | C# |
d1d4b06da6f80038e8e6c2647eb6d4c0fca8ccb0 | fix typos | jbogard/MediatR | samples/MediatR.Examples.PublishStrategies/PublishStrategy.cs | samples/MediatR.Examples.PublishStrategies/PublishStrategy.cs | namespace MediatR.Examples.PublishStrategies;
/// <summary>
/// Strategy to use when publishing notifications
/// </summary>
public enum PublishStrategy
{
/// <summary>
/// Run each notification handler after one another. Returns when all handlers are finished. In case of any exception(s), they will be capture... | namespace MediatR.Examples.PublishStrategies;
/// <summary>
/// Strategy to use when publishing notifications
/// </summary>
public enum PublishStrategy
{
/// <summary>
/// Run each notification handler after one another. Returns when all handlers are finished. In case of any exception(s), they will be capture... | apache-2.0 | C# |
2ff6c12347e4826010cea4d30dea6bc97a6601e1 | Move helper function accessor code outside pragma. | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNet.Razor/Generator/Compiler/CodeBuilder/CSharp/Visitors/CSharpHelperVisitor.cs | src/Microsoft.AspNet.Razor/Generator/Compiler/CodeBuilder/CSharp/Visitors/CSharpHelperVisitor.cs | using System;
namespace Microsoft.AspNet.Razor.Generator.Compiler.CSharp
{
public class CSharpHelperVisitor : CodeVisitor<CSharpCodeWriter>
{
private const string HelperWriterName = "__razor_helper_writer";
private CSharpCodeVisitor _codeVisitor;
public CSharpHelperVisitor(CSharpCode... | using System;
namespace Microsoft.AspNet.Razor.Generator.Compiler.CSharp
{
public class CSharpHelperVisitor : CodeVisitor<CSharpCodeWriter>
{
private const string HelperWriterName = "__razor_helper_writer";
private CSharpCodeVisitor _codeVisitor;
public CSharpHelperVisitor(CSharpCode... | apache-2.0 | C# |
e0d8210f6a00ffbf4f0a8a49790743767dc4891a | Fix XML comment (#34701) | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/Server/src/BlazorPack/BlazorPackHubProtocol.cs | src/Components/Server/src/BlazorPack/BlazorPackHubProtocol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Buffers;
using Microsoft.AspNetCore.Connections;
using Microsoft.AspNetCore.SignalR;
using Microsoft.AspNetCore.SignalR.Internal;
using Microsoft.AspNetCor... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Buffers;
using Microsoft.AspNetCore.Connections;
using Microsoft.AspNetCore.SignalR;
using Microsoft.AspNetCore.SignalR.Internal;
using Microsoft.AspNetCor... | apache-2.0 | C# |
b84ef301e0462aaa3ce955444bbd60cbd3a17e93 | Remove extra comment line | twsouthwick/corefx,benjamin-bader/corefx,lggomez/corefx,tstringer/corefx,mokchhya/corefx,dotnet-bot/corefx,wtgodbe/corefx,benpye/corefx,ericstj/corefx,gkhanna79/corefx,Petermarcu/corefx,dsplaisted/corefx,rjxby/corefx,BrennanConroy/corefx,ViktorHofer/corefx,stephenmichaelf/corefx,benpye/corefx,tijoytom/corefx,jcme/coref... | src/System.Data.Common/src/System/Data/Common/DbDataRecord.cs | src/System.Data.Common/src/System/Data/Common/DbDataRecord.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace System.Data.Common
{
public abstract class DbDataRecord : IDataRecord
{
protected DbDataR... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//------------------------------------------------------------------------------
namespace System.Data.Common
{
... | mit | C# |
321b67efd485e8ce061f768ad656b1f39c786454 | remove password type input on passphrase | btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Models/WalletViewModels/SignWithSeedViewModel.cs | BTCPayServer/Models/WalletViewModels/SignWithSeedViewModel.cs | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using NBitcoin;
namespace BTCPayServer.Models.WalletViewModels
{
public class SignWithSeedViewModel
{
public SigningContextModel SigningContext { get; set; } = new SigningContextModel();
[Required]
... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using NBitcoin;
namespace BTCPayServer.Models.WalletViewModels
{
public class SignWithSeedViewModel
{
public SigningContextModel SigningContext { get; set; } = new SigningContextModel();
[Required]
... | mit | C# |
fee5126aa694ee58a613c7d87d949fa3f69176d8 | Fix integrationtest. | ExRam/ExRam.Gremlinq | test/ExRam.Gremlinq.Providers.JanusGraph.Tests/JanusGraphIntegrationTests.cs | test/ExRam.Gremlinq.Providers.JanusGraph.Tests/JanusGraphIntegrationTests.cs | #if RELEASE && NET5_0 && RUNJANUSGRAPHINTEGRATIONTESTS
using System;
using System.Collections.Immutable;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using ExRam.Gremlinq.Core;
using ExRam.Gremlinq.Core.Tests;
using Xunit;
using Xunit.Abstractions;
using static ExRam.Gremlinq.... | #if RELEASE && NET5_0 && RUNJANUSGRAPHINTEGRATIONTESTS
using System;
using System.Collections.Immutable;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using ExRam.Gremlinq.Core;
using ExRam.Gremlinq.Core.Tests;
using ExRam.Gremlinq.Providers.WebSocket;
using Newtonsoft.Json.Lin... | mit | C# |
7bc2b4b6b7ad569bd2b4716344e3872548fd7283 | Make changes per review | oliver-feng/nuget,akrisiun/NuGet,mrward/nuget,RichiCoder1/nuget-chocolatey,indsoft/NuGet2,rikoe/nuget,chocolatey/nuget-chocolatey,chocolatey/nuget-chocolatey,mono/nuget,OneGet/nuget,themotleyfool/NuGet,ctaggart/nuget,antiufo/NuGet2,alluran/node.net,chester89/nugetApi,mrward/nuget,zskullz/nuget,pratikkagda/nuget,mrward/... | src/VsExtension/FontAndColorsRegistrationAttribute.cs | src/VsExtension/FontAndColorsRegistrationAttribute.cs | using Microsoft.VisualStudio.Shell;
namespace NuGet.Tools {
/// <summary>
/// This class is used to create a registry key for the FontAndColors category
/// </summary>
public class FontAndColorsRegistrationAttribute : RegistrationAttribute {
// this GUID is used by all VSPackages th... | using Microsoft.VisualStudio.Shell;
namespace NuGet.Tools {
/// <summary>
/// This class is used to create a registry key for the FontAndColors category
/// </summary>
public class FontAndColorsRegistrationAttribute : RegistrationAttribute {
// this GUID is used by all VSPackages th... | apache-2.0 | C# |
7bf7082c33452e13aab2874e6b3ce43d82321c19 | Set ShowEverythingOnOnePage = true; | endeavourhealth/FHIR-Tools,endeavourhealth/FHIR-Tools,endeavourhealth/FHIR-Tools | FhirProfilePublisher/FhirProfilePublisher.Engine/Model/OutputConfiguration.cs | FhirProfilePublisher/FhirProfilePublisher.Engine/Model/OutputConfiguration.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FhirProfilePublisher.Engine
{
public class OutputOptions
{
public string HeaderText { get; set; }
public string PageTitleSuffix { get; set; }
public string Foot... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FhirProfilePublisher.Engine
{
public class OutputOptions
{
public string HeaderText { get; set; }
public string PageTitleSuffix { get; set; }
public string Foot... | apache-2.0 | C# |
385d15fc10861ffe335316f1543c18ba95ecc77b | Stop running Repository.CompleteAsync if the saga was never Repository.CreateAsync | Lavinski/Enexure.MicroBus | src/Enexure.MicroBus.Sagas/SagaRunnerEventHandler.cs | src/Enexure.MicroBus.Sagas/SagaRunnerEventHandler.cs | using System;
using System.Threading.Tasks;
using System.Reflection;
using System.Linq;
namespace Enexure.MicroBus.Sagas
{
public class SagaRunnerEventHandler<TSaga, TEvent> : IEventHandler<TEvent>
where TEvent : IEvent
where TSaga : class, ISaga
{
private readonly ISagaRepository<TSaga> sagaReposi... | using System;
using System.Threading.Tasks;
using System.Reflection;
using System.Linq;
namespace Enexure.MicroBus.Sagas
{
public class SagaRunnerEventHandler<TSaga, TEvent> : IEventHandler<TEvent>
where TEvent : IEvent
where TSaga : class, ISaga
{
private readonly ISagaRepository<TSaga> sagaReposi... | mit | C# |
11540ab42ebfc39b1d2bf3e1d3945eef85e1cd05 | Fix missing """ | AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning | src/NerdBank.GitVersioning.Tests/AssemblyInfoTest.cs | src/NerdBank.GitVersioning.Tests/AssemblyInfoTest.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Nerdbank.GitVersioning.Tasks;
using Xunit;
namespace NerdBank.GitVersioning.Tests
{
public class AssemblyInfoTest
{
[Fact]
public void FSharpGenerator()
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Nerdbank.GitVersioning.Tasks;
using Xunit;
namespace NerdBank.GitVersioning.Tests
{
public class AssemblyInfoTest
{
[Fact]
public void FSharpGenerator()
{
... | mit | C# |
1d5c75e3925e7103e61865299e9b200f8bcaa666 | Use System.InvalidOperationException to avoid exception serialization failures | nguerrera/roslyn,dotnet/roslyn,weltkante/roslyn,aelij/roslyn,tannergooding/roslyn,mgoertz-msft/roslyn,xasx/roslyn,bkoelman/roslyn,diryboy/roslyn,jamesqo/roslyn,stephentoub/roslyn,heejaechang/roslyn,VSadov/roslyn,abock/roslyn,weltkante/roslyn,genlu/roslyn,physhi/roslyn,jmarolf/roslyn,stephentoub/roslyn,AlekseyTs/roslyn,... | src/Test/Utilities/Portable/ThrowingTraceListener.cs | src/Test/Utilities/Portable/ThrowingTraceListener.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;
using System.Diagnostics;
namespace Microsoft.CodeAnalysis
{
// To enable this for a process, add the following to the app.config for the ... | // 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;
using System.Diagnostics;
#if !NETSTANDARD1_3
using System.Runtime.Serialization;
#endif
namespace Microsoft.CodeAnalysis
{
// To enable ... | mit | C# |
4af790c2805993f69564659465b36ac891a427da | Bump the copyright year | github/VisualStudio,github/VisualStudio,github/VisualStudio | src/common/SolutionInfo.cs | src/common/SolutionInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyProduct("GitHub Extension for Visual Studio")]
[assembly: ComVisible(false)]
[assembly: AssemblyCompany("GitHub, Inc.")]
[assembly: AssemblyCopyright("Copyright GitHub, Inc. 2014-2019")]
[assembly: AssemblyConfig... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyProduct("GitHub Extension for Visual Studio")]
[assembly: ComVisible(false)]
[assembly: AssemblyCompany("GitHub, Inc.")]
[assembly: AssemblyCopyright("Copyright GitHub, Inc. 2014-2016")]
[assembly: AssemblyConfig... | mit | C# |
139f22abaa4ab42147f3316dcc73fc696bcff0a4 | Fix SeekDialog padding | directhex/banshee-hacks,arfbtwn/banshee,mono-soc-2011/banshee,petejohanson/banshee,allquixotic/banshee-gst-sharp-work,Dynalon/banshee-osx,ixfalia/banshee,babycaseny/banshee,lamalex/Banshee,dufoli/banshee,allquixotic/banshee-gst-sharp-work,mono-soc-2011/banshee,dufoli/banshee,babycaseny/banshee,petejohanson/banshee,stsu... | src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/SeekDialog.cs | src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/SeekDialog.cs | //
// SeekDialog.cs
//
// Author:
// Aaron Bockover <abockover@novell.com>
// Gabriel Burt <gburt@novell.com>
//
// Copyright 2006-2010 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal ... | //
// SeekDialog.cs
//
// Author:
// Aaron Bockover <abockover@novell.com>
// Gabriel Burt <gburt@novell.com>
//
// Copyright 2006-2010 Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal ... | mit | C# |
237beab136d1e162e5e8ad0a782cc250e2e0972f | refresh profile when avatars changed | leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net | src/JoinRpg.Portal/Controllers/UserProfile/AvatarController.cs | src/JoinRpg.Portal/Controllers/UserProfile/AvatarController.cs | using JoinRpg.Interfaces;
using JoinRpg.Portal.Identity;
using JoinRpg.PrimitiveTypes;
using JoinRpg.Services.Interfaces;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace JoinRpg.Portal.Controllers.UserProfile;
[Authorize]
public class AvatarController : Controller
{
private rea... | using JoinRpg.Interfaces;
using JoinRpg.PrimitiveTypes;
using JoinRpg.Services.Interfaces;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace JoinRpg.Portal.Controllers.UserProfile;
[Authorize]
public class AvatarController : Controller
{
private readonly ICurrentUserAccessor curr... | mit | C# |
8c0ccf3a2dc1a2dc9897458ee619e45c328997ac | add Picked event | NextLight/PokeBattle_Client | PokeBattle_Client/PokeBattle_Client/PokemonPicker.xaml.cs | PokeBattle_Client/PokeBattle_Client/PokemonPicker.xaml.cs | using System;
using System.Collections;
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 Sys... | using System;
using System.Collections;
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 Sys... | mit | C# |
59fe886ab534827ded4a070b6608a6182d7afe50 | fix for switching play and scene mode | nicloay/unity-navigation-history | NavigationHistory.cs | NavigationHistory.cs | using UnityEngine;
using System.Collections;
using UnityEditor;
using System.Collections.Generic;
public class NavigationHistory : EditorWindow {
Object[] history;
int historySize = 50;
Object lastGameObject;
int firstId;
int lastId;
int selectedId;
bool arrayFull;
GUIStyle boldButton;
GUIStyle normalButto... | using UnityEngine;
using System.Collections;
using UnityEditor;
using System.Collections.Generic;
public class NavigationHistory : EditorWindow {
Object[] history;
int historySize = 50;
[System.NonSerialized]
Object lastGameObject;
[System.NonSerialized]
int firstId;
[System.NonSerialized]
int lastId;
[Sys... | bsd-3-clause | C# |
e068ae49d0c6b46e9f40e5ef32a427f04cac9e9d | Make ProjectionCollection unit test more strict | KodamaSakuno/Sakuno.Base | tests/Sakuno.Base.Tests/ProjectionCollectionTests.cs | tests/Sakuno.Base.Tests/ProjectionCollectionTests.cs | using Sakuno.Collections;
using System.Collections.ObjectModel;
using Xunit;
namespace Sakuno.Base.Tests
{
public static class ProjectionCollectionTests
{
[Fact]
public static void SimpleProjection()
{
var source = new ObservableCollection<int>();
var projection... | using Sakuno.Collections;
using System.Collections.ObjectModel;
using Xunit;
namespace Sakuno.Base.Tests
{
public static class ProjectionCollectionTests
{
[Fact]
public static void SimpleProjection()
{
var source = new ObservableCollection<int>();
var projection... | mit | C# |
09990ee6a98534c4340782c202834b284b677810 | Use expression lambda. | ryanjfitz/SimpSim.NET | SimpSim.NET.Presentation/ViewModels/SystemRegistersViewModel.cs | SimpSim.NET.Presentation/ViewModels/SystemRegistersViewModel.cs | using System.Windows.Input;
namespace SimpSim.NET.Presentation.ViewModels
{
public class SystemRegistersViewModel : ViewModelBase
{
private readonly SimpleSimulator _simulator;
public SystemRegistersViewModel(SimpleSimulator simulator)
{
_simulator = simulator;
... | using System.Windows.Input;
namespace SimpSim.NET.Presentation.ViewModels
{
public class SystemRegistersViewModel : ViewModelBase
{
private readonly SimpleSimulator _simulator;
public SystemRegistersViewModel(SimpleSimulator simulator)
{
_simulator = simulator;
... | mit | C# |
12ea8369ee504caddcaf38488cae09bfedb091b6 | Update retriever to be relatively sized | ppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu | osu.Game/Beatmaps/Drawables/CalculatingDifficultyIcon.cs | osu.Game/Beatmaps/Drawables/CalculatingDifficultyIcon.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.Graphics;
using osu.Framework.Graphics.Containers;
using osuTK;
namespace osu.Game.Beatmaps.Drawables
{
/// <summary>
/// A difficulty icon ... | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using osuTK;
namespace osu.Game.Beatmaps.Drawables
{
/// <summary>
/// A di... | mit | C# |
fd08b3bf230dbf9a466791f91e70f61fe80acfbe | Rename for consistency. | christophediericx/ArduinoDriver | Source/ArduinoLibCSharp.ArduinoUploader/UploaderLogger.cs | Source/ArduinoLibCSharp.ArduinoUploader/UploaderLogger.cs | using System;
using NLog;
namespace ArduinoLibCSharp.ArduinoUploader
{
internal class UploaderLogger
{
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
internal static void LogAndThrowError<TException>(string errorMessage) where TException : Exception, new()
... | using System;
using NLog;
namespace ArduinoLibCSharp.ArduinoUploader
{
internal class UploaderLogger
{
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
internal static void LogAndThrowError<TException>(string errorMessage) where TException : Exception, new()
... | mit | C# |
435d3ddf12f72b92a4e35598dcbff777dc7f98ae | Update SimpleJsonBondSerializer.cs | tiksn/TIKSN-Framework | TIKSN.Core/Serialization/Bond/SimpleJsonBondSerializer.cs | TIKSN.Core/Serialization/Bond/SimpleJsonBondSerializer.cs | using System.IO;
using Bond.Protocols;
namespace TIKSN.Serialization.Bond
{
public class SimpleJsonBondSerializer : SerializerBase<string>
{
protected override string SerializeInternal<T>(T obj)
{
using (var output = new StringWriter())
{
var writer = ne... | using Bond.Protocols;
using System.IO;
namespace TIKSN.Serialization.Bond
{
public class SimpleJsonBondSerializer : SerializerBase<string>
{
protected override string SerializeInternal<T>(T obj)
{
using (var output = new StringWriter())
{
var writer = ne... | mit | C# |
3829fa43722333a9166f272d5dd26268748f9ed3 | Bring Title/NavTitle in line with Umbraco implementation | Gibe/Gibe.Navigation | Gibe.Navigation.GibeCommerce/GibeCommerceNavigationProvider.cs | Gibe.Navigation.GibeCommerce/GibeCommerceNavigationProvider.cs | using System;
using System.Collections.Generic;
using System.Linq;
using Gibe.Navigation.GibeCommerce.Models;
using Gibe.Navigation.Models;
using GibeCommerce.CatalogSystem;
using GibeCommerce.SiteServices.UrlProviders;
namespace Gibe.Navigation.GibeCommerce
{
public class GibeCommerceNavigationProvider<T> : INaviga... | using System;
using System.Collections.Generic;
using System.Linq;
using Gibe.Navigation.GibeCommerce.Models;
using Gibe.Navigation.Models;
using GibeCommerce.CatalogSystem;
using GibeCommerce.SiteServices.UrlProviders;
namespace Gibe.Navigation.GibeCommerce
{
public class GibeCommerceNavigationProvider<T> : INaviga... | mit | C# |
6e1ab275ca398fe2e62235a9ded56417d4e573ec | Fix bug when root page would be shown a second time. | mallibone/XamarinFormsExtendedSplashPage | XamarinFormsExtendedSplashPage/XamarinFormsExtendedSplashPage/RootPage.xaml.cs | XamarinFormsExtendedSplashPage/XamarinFormsExtendedSplashPage/RootPage.xaml.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace XamarinFormsExtendedSplashPage
{
public partial class RootPage : ContentPage
{
public RootPage()
{
InitializeComponent();
}
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace XamarinFormsExtendedSplashPage
{
public partial class RootPage : ContentPage
{
public RootPage()
{
InitializeComponent();
}
... | apache-2.0 | C# |
b6e35eb8a9f3b6d782c87632182ab1a5aa4a5553 | add more function | autumn009/TanoCSharpSamples | Chap38/RawStringLiterals/RawStringLiterals/Program.cs | Chap38/RawStringLiterals/RawStringLiterals/Program.cs | string s1 = @"
<div>
<p>
This is a XML text.
<p>
</div>
";
string s2 = """
<div>
<p>
This is a XML text.
<p>
</div>
""";
string s3 = """"
"""t1"""
"""t2"""
"""";
Console.WriteLine(s1);
Console.WriteLine(s2);
Console.WriteLine(s3);
foreach (var item... | string s1 = @"
<div>
<p>
This is a XML text.
<p>
</div>
";
string s2 = """
<div>
<p>
This is a XML text.
<p>
</div>
""";
string s3 = """"
"""text"""
"""";
Console.WriteLine(s1);
Console.WriteLine(s2);
Console.WriteLine(s3);
| mit | C# |
1a72956bc7932c4a08e26b8aeb6eda0721f5e885 | Update Index.cshtml | ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab | Anlab.Mvc/Views/Home/Index.cshtml | Anlab.Mvc/Views/Home/Index.cshtml | @{
ViewData["Title"] = "Home Page";
}
<div class="col-8">
<h2 style="color: blue">PLEASE NOTE: New rates will take effect December 16th. Work orders for samples not received by December 16th will need to be re-created so as to capture the new rates.</h2>
<p class="lead">The UC Davis Analytical Labor... | @{
ViewData["Title"] = "Home Page";
}
<div class="col-8">
@*<h2 style="color: blue">PLEASE NOTE: There will be a modest increase in our rates effective in early October.</h2>*@
<p class="lead">The UC Davis Analytical Laboratory is a core support facility of the UC Davis College of Agriculture and En... | mit | C# |
a7b49284946d9d6242a56559f8c5349e6efb6332 | Exit in dispose | ZLima12/osu-framework,DrabWeb/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,DrabWeb/osu-framework,DrabWeb/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-frame... | osu.Framework.Tests/IO/BackgroundGameHeadlessGameHost.cs | osu.Framework.Tests/IO/BackgroundGameHeadlessGameHost.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.Threading;
using System.Threading.Tasks;
using osu.Framework.Platform;
namespace osu.Framework.Tests.IO
{
/// <summary>
/// Ad headless host for tes... | // 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.Threading;
using System.Threading.Tasks;
using osu.Framework.Platform;
namespace osu.Framework.Tests.IO
{
/// <summary>
/// Ad headless host for tes... | mit | C# |
33bf8b81548b4bb65f6a4e199e2e580e7982ec15 | Remove unused using statements from CropProviderTest | erooijak/oogstplanner,erooijak/oogstplanner,erooijak/oogstplanner,erooijak/oogstplanner | Oogstplanner.Tests/Tests.Services/CropProviderTest.cs | Oogstplanner.Tests/Tests.Services/CropProviderTest.cs | using Moq;
using NUnit.Framework;
using System;
using Oogstplanner.Repositories;
using Oogstplanner.Services;
namespace Oogstplanner.Tests.Services
{
[TestFixture]
public class CropProviderTest
{
[Test]
public void Services_Crop_GetAllCrops()
{
// ARRANGE
... | using Moq;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using Oogstplanner.Models;
using Oogstplanner.ViewModels;
using Oogstplanner.Repositories;
using Oogstplanner.Services;
using Oogstplanner.Tests.Lib.Fakes;
namespace Oogstplanner.Tests.Services
{
[TestFixture]
public class Cro... | mit | C# |
2f7c6371a546998b1aabbdad08062178027c6c8c | use XDocument to deserialize assets | Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI... | src/Avalonia.Base/Utilities/AvaloniaResourcesIndex.cs | src/Avalonia.Base/Utilities/AvaloniaResourcesIndex.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Xml.Linq;
using System.Linq;
// ReSharper disable AssignNullToNotNullAttribute
namespace Avalonia.Utilities
{
#if !BUILD... | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
// ReSharper disable AssignNullToNotNullAttribute
namespace Avalonia.Utilities
{
#if !BUILDTASK
public
#endif
static clas... | mit | C# |
ec2c127a3d162f0df4c2999c015cd8601fb153fc | Bump version for release 1.0.16349-alpha3 | rlvandaveer/heliar-composition,rlvandaveer/heliar-composition,rlvandaveer/heliar-composition | src/Heliar.Composition.Web/Properties/AssemblyInfo.cs | src/Heliar.Composition.Web/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("He... | 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("He... | mit | C# |
8f316654788bd5fab8ccd944e417c5d71dead5aa | Make IServerFactory AssemblyNeutral. | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNet.Hosting/Server/IServerFactory.cs | src/Microsoft.AspNet.Hosting/Server/IServerFactory.cs | // Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS CODE ... | // Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS CODE ... | apache-2.0 | C# |
8d623edc751e0ce9bdab6ab0368b99facb5313c0 | Update AssemblyInfo.cs | heinrichelsigan/AwsEC2-DotNet-CSharp-Sample | AwsEC2Sample1/Properties/AssemblyInfo.cs | AwsEC2Sample1/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("Ama... | 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("Am... | apache-2.0 | C# |
0ae7dd0e21e164b716100d7a3dfea09a30950a42 | Remove using. | chromium/vs-chromium,chromium/vs-chromium,chromium/vs-chromium,chromium/vs-chromium | src/Server/FileSystemContents/IFileContentsFactory.cs | src/Server/FileSystemContents/IFileContentsFactory.cs | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
using System;
using VsChromium.Core.Files;
namespace VsChromium.Server.FileSystemContents {
public interface IFileContentsFactory {
FileC... | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
using VsChromium.Core.Files;
namespace VsChromium.Server.FileSystemContents {
public interface IFileContentsFactory {
FileContents ReadFil... | bsd-3-clause | C# |
973a8c2a68c54938061e02a3ca61062ce43a88a5 | Update test | object/Simple.OData.Client,object/Simple.OData.Client | src/Simple.OData.Client.UnitTests/Core/StreamTests.cs | src/Simple.OData.Client.UnitTests/Core/StreamTests.cs | using System.Collections.Generic;
using System.Threading.Tasks;
using Xunit;
namespace Simple.OData.Client.Tests.Core
{
public class StreamTests : CoreTestBase
{
public override string MetadataFile { get { return "TripPin.xml"; } }
public override IFormatSettings FormatSettings { get { return ... | using System.Threading.Tasks;
using Xunit;
namespace Simple.OData.Client.Tests.Core
{
public class StreamTests : CoreTestBase
{
public override string MetadataFile { get { return "TripPin.xml"; } }
public override IFormatSettings FormatSettings { get { return new ODataV4Format(); } }
... | mit | C# |
2154c9e010c1826d306829f12cfb3d3120a7767b | 更新 .net 4.5 项目版本号 | JeffreySu/WxOpen,JeffreySu/WxOpen | src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Properties/AssemblyInfo.cs | src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Senparc.Weixin.WxOpen")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: ... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Senparc.Weixin.WxOpen")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: ... | apache-2.0 | C# |
07f0c896d98404ab26a709b3b81a9dbfb0f37325 | Add settings parameter | MihaMarkic/Cake.Docker | src/Cake.Docker/Registry/Logout/Docker.Aliases.Logout.cs | src/Cake.Docker/Registry/Logout/Docker.Aliases.Logout.cs | using Cake.Core;
using Cake.Core.Annotations;
using System;
namespace Cake.Docker
{
// Contains functionality for working with logout command.
partial class DockerAliases
{
/// <summary>
/// Logout from a Docker registry.
/// If no server is specified, the docker engine default is ... | using Cake.Core;
using Cake.Core.Annotations;
using System;
namespace Cake.Docker
{
// Contains functionality for working with logout command.
partial class DockerAliases
{
/// <summary>
/// Logout from a Docker registry.
/// If no server is specified, the docker engine default is ... | mit | C# |
88461bd5a31022334db67b6a0cdc66865ccf51b8 | set WebApiDemo internals visible to test project | solomobro/Instagram,solomobro/Instagram,solomobro/Instagram | src/Solomobro.Instagram.WebApiDemo/Properties/AssemblyInfo.cs | src/Solomobro.Instagram.WebApiDemo/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("So... | 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("So... | apache-2.0 | C# |
2f7828f085b440314a5c821a78e158b01bc2a13d | Fix typo | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Shell/MainMenu/ToolsMainMenuItems.cs | WalletWasabi.Gui/Shell/MainMenu/ToolsMainMenuItems.cs | using AvalonStudio.MainMenu;
using AvalonStudio.Menus;
using System;
using System.Collections.Generic;
using System.Composition;
using System.Text;
namespace WalletWasabi.Gui.Shell.MainMenu
{
internal class ToolsMainMenuItems
{
private IMenuItemFactory MenuItemFactory { get; }
[ImportingConstructor]
public To... | using AvalonStudio.MainMenu;
using AvalonStudio.Menus;
using System;
using System.Collections.Generic;
using System.Composition;
using System.Text;
namespace WalletWasabi.Gui.Shell.MainMenu
{
internal class ToolsMainMenuItems
{
private IMenuItemFactory MenuItemFactory { get; }
[ImportingConstructor]
public To... | mit | C# |
6b619e74273860ab162ef884d1e081f5cbef6c0a | Fix logic for ABCP date checks | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Views/Shared/DisplayTemplates/ABCP.cshtml | Battery-Commander.Web/Views/Shared/DisplayTemplates/ABCP.cshtml | @model ABCP
@if (Model != null)
{
<div>
<a href="@Url.Action("Details", "ABCP", new { Model.Id })">
@if (Model.IsPassing)
{
// Per request, if the weigh-in is within the last 6 months, it's GREEN
// If it's 6-9 months, AMBER
// 9 mont... | @model ABCP
@if (Model != null)
{
<div>
<a href="@Url.Action("Details", "ABCP", new { Model.Id })">
@if (Model.IsPassing)
{
// Per request, if the weigh-in is within the last 6 months, it's GREEN
// If it's 6-9 months, AMBER
// 9 mont... | mit | C# |
8ac1d56861a5802ba9755d7fde303e8a7aece1bf | Make sure unit isn't null | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Views/Shared/DisplayTemplates/Unit.cshtml | Battery-Commander.Web/Views/Shared/DisplayTemplates/Unit.cshtml | @model Unit
@if (Model != null)
{
<div>@Html.ActionLink(Model.Name, "Index", "Soldiers", new { unit = Model.Id })</div>
} | @model Unit
<div>@Html.ActionLink(Model.Name, "Index", "Soldiers", new { unit = Model.Id })</div> | mit | C# |
bd60b1e750065aec021d91f5e3597b589959865f | Build script now creates individual zip file packages to align with the NuGet packages and semantic versioning. | autofac/Autofac.Extras.NHibernate | Properties/VersionAssemblyInfo.cs | Properties/VersionAssemblyInfo.cs | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18033
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18033
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | mit | C# |
515e4ca1651e520a5b5cdf75481e2bfadf25c7b8 | Add back a method that was removed bug is required by functional tests. | chocolatey/nuget-chocolatey,mono/nuget,GearedToWar/NuGet2,antiufo/NuGet2,GearedToWar/NuGet2,jmezach/NuGet2,rikoe/nuget,pratikkagda/nuget,dolkensp/node.net,antiufo/NuGet2,mrward/nuget,jholovacs/NuGet,jmezach/NuGet2,jmezach/NuGet2,ctaggart/nuget,mono/nuget,alluran/node.net,antiufo/NuGet2,xoofx/NuGet,mrward/nuget,RichiCod... | src/VisualStudio/PackageSource/AggregatePackageSource.cs | src/VisualStudio/PackageSource/AggregatePackageSource.cs | using System.Collections.Generic;
using System.Linq;
namespace NuGet.VisualStudio
{
public static class AggregatePackageSource
{
public static readonly PackageSource Instance = new PackageSource("(Aggregate source)", Resources.VsResources.AggregateSourceName);
public static bool IsAg... | using System.Collections.Generic;
using System.Linq;
namespace NuGet.VisualStudio
{
public static class AggregatePackageSource
{
public static readonly PackageSource Instance = new PackageSource("(Aggregate source)", Resources.VsResources.AggregateSourceName);
public static bool IsAg... | apache-2.0 | C# |
745e178c79b0d128eed19f7c6f52810fdd3cf698 | Set version to 3.0.0 | mdsol/Medidata.ZipkinTracerModule | src/Medidata.ZipkinTracer.Core/Properties/AssemblyInfo.cs | src/Medidata.ZipkinTracer.Core/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# |
23a234a5c16b2ea4e87dd3616a0a95c049beb00c | Fix missing type in method param | tzachshabtay/MonoAGS | Source/Editor/AGS.Editor/Components/MethodWizard/MethodParam.cs | Source/Editor/AGS.Editor/Components/MethodWizard/MethodParam.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
using Humanizer;
namespace AGS.Editor
{
public class MethodParam : IProperty, INotifyPropertyChanged
{
private readonly ParameterInfo _param;
#pragma warning disable CS0067
public event Property... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
using Humanizer;
namespace AGS.Editor
{
public class MethodParam : IProperty, INotifyPropertyChanged
{
private readonly ParameterInfo _param;
#pragma warning disable CS0067
public event Property... | artistic-2.0 | C# |
6def3304dc277fc15adb8fedb108a003f86ab2b2 | Fix null reference in String.Join for IntegratedTests | BluewireTechnologies/cassette,damiensawyer/cassette,honestegg/cassette,andrewdavey/cassette,BluewireTechnologies/cassette,damiensawyer/cassette,andrewdavey/cassette,honestegg/cassette,damiensawyer/cassette,honestegg/cassette,andrewdavey/cassette | src/Cassette/HtmlTemplates/InlineHtmlTemplateBundleRenderer.cs | src/Cassette/HtmlTemplates/InlineHtmlTemplateBundleRenderer.cs | using System;
using System.Linq;
using Cassette.Utilities;
namespace Cassette.HtmlTemplates
{
class InlineHtmlTemplateBundleRenderer : IBundleHtmlRenderer<HtmlTemplateBundle>
{
public string Render(HtmlTemplateBundle bundle)
{
return string.Join(
Environm... | using System;
using System.Linq;
using Cassette.Utilities;
namespace Cassette.HtmlTemplates
{
class InlineHtmlTemplateBundleRenderer : IBundleHtmlRenderer<HtmlTemplateBundle>
{
public string Render(HtmlTemplateBundle bundle)
{
return string.Join(
Environm... | mit | C# |
afbd7e229b13ce14eac5c8cf5b48593603662710 | Fix bug in DrawArea control | Thraka/SadConsole | SadConsole/UI/Themes/DrawingAreaTheme.cs | SadConsole/UI/Themes/DrawingAreaTheme.cs | using System;
using System.Runtime.Serialization;
using SadConsole.UI.Controls;
using SadRogue.Primitives;
namespace SadConsole.UI.Themes
{
/// <summary>
/// A basic theme for a drawing surface that simply fills the surface based on the state.
/// </summary>
[DataContract]
public class DrawingArea... | using System;
using System.Runtime.Serialization;
using SadConsole.UI.Controls;
using SadRogue.Primitives;
namespace SadConsole.UI.Themes
{
/// <summary>
/// A basic theme for a drawing surface that simply fills the surface based on the state.
/// </summary>
[DataContract]
public class DrawingArea... | mit | C# |
bca626a5ed042685a9abb884b8cb04d7400f829b | Add missing parameter to date range aggregation method (Port of #4024) | elastic/elasticsearch-net,elastic/elasticsearch-net | src/Nest/Aggregations/Bucket/DateRange/DateRangeAggregation.cs | src/Nest/Aggregations/Bucket/DateRange/DateRangeAggregation.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.Serialization;
using Elasticsearch.Net.Utf8Json;
namespace Nest
{
[InterfaceDataContract]
[ReadAs(typeof(DateRangeAggregation))]
public interface IDateRangeAggregation : IBucketAggregation
{
[Da... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.Serialization;
using Elasticsearch.Net.Utf8Json;
namespace Nest
{
[InterfaceDataContract]
[ReadAs(typeof(DateRangeAggregation))]
public interface IDateRangeAggregation : IBucketAggregation
{
[Da... | apache-2.0 | C# |
0609fc40de1ba8ba08e5126bc22c1351b027d268 | Fix up DrawableJuiceStream/BananaShower | peppy/osu,2yangk23/osu,peppy/osu-new,NeoAdonis/osu,2yangk23/osu,ppy/osu,UselessToucan/osu,ZLima12/osu,ZLima12/osu,smoogipoo/osu,peppy/osu,DrabWeb/osu,ppy/osu,Frontear/osuKyzer,EVAST9919/osu,Nabile-Rahmani/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,EVAST9919/osu,peppy/osu,naoey/osu,DrabWeb/osu,smoogipoo/osu,UselessTouc... | osu.Game.Rulesets.Catch/Objects/Drawable/DrawableJuiceStream.cs | osu.Game.Rulesets.Catch/Objects/Drawable/DrawableJuiceStream.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.Graphics;
using osu.Framework.Graphics.Containers;
using OpenTK;
using osu.Game.Rulesets.Objects.Drawables;
namespace o... | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using OpenTK;
using osu.Game.Rulesets.Objects.Drawables;
namespace o... | mit | C# |
3732f21b2edc881a3294d67ff7a538e9e7d09756 | Reset version number | inMobile/inMobile-.NET-API-Client | Sms.ApiClient/Properties/AssemblyInfo.cs | Sms.ApiClient/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("Sms.ApiClient")]
[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("Sms.ApiClient")]
[assembly: AssemblyDescri... | bsd-3-clause | C# |
6d01c0c30be21e8bbdde76dedf8f25f42398d459 | add error handling to android location service | dkataskin/bstrkr | bstrkr.mobile/bstrkr.core.android/Services/Location/SuperLocationService.cs | bstrkr.mobile/bstrkr.core.android/Services/Location/SuperLocationService.cs | using System;
using Cirrious.MvvmCross.Plugins.Location;
using bstrkr.core.services.location;
using bstrkr.core.spatial;
namespace bstrkr.core.android.services.location
{
public class SuperLocationService : ILocationService
{
private IMvxLocationWatcher _locationWatcher;
public SuperLocationService(IMvxLocat... | using System;
using Cirrious.MvvmCross.Plugins.Location;
using bstrkr.core.services.location;
using bstrkr.core.spatial;
namespace bstrkr.core.android.services.location
{
public class SuperLocationService : ILocationService
{
private IMvxLocationWatcher _locationWatcher;
public SuperLocationService(IMvxLocat... | bsd-2-clause | C# |
0d5a0a53e706280003b9d2981ff547d989b4e746 | remove overload for name resolver | cvent/Metrics.NET,ntent-ad/Metrics.NET,Liwoj/Metrics.NET,mnadel/Metrics.NET,cvent/Metrics.NET,etishor/Metrics.NET,alhardy/Metrics.NET,DeonHeyns/Metrics.NET,DeonHeyns/Metrics.NET,huoxudong125/Metrics.NET,Recognos/Metrics.NET,MetaG8/Metrics.NET,alhardy/Metrics.NET,huoxudong125/Metrics.NET,MetaG8/Metrics.NET,MetaG8/Metric... | Src/Adapters/Owin.Metrics/OwinMetrics.cs | Src/Adapters/Owin.Metrics/OwinMetrics.cs | using System;
using Metrics;
namespace Owin.Metrics
{
/// <summary>
/// Helper class to register OWIN Metrics
/// </summary>
public static class OwinMetrics
{
/// <summary>
/// Add Metrics Middleware to the Owin pipeline.
/// Sample: Metric.Config.WithOwin( m => app.Use(m))... | using Metrics;
using System;
using System.Collections.Generic;
namespace Owin.Metrics
{
/// <summary>
/// Helper class to register OWIN Metrics
/// </summary>
public static class OwinMetrics
{
/// <summary>
/// Add Metrics Middleware to the Owin pipeline.
/// Sample: Metric... | apache-2.0 | C# |
014eeaaaa25629aae1589f5c346bcda4dccc2375 | Remove CommentTest for jpeg test without metadata | Clancey/taglib-sharp,mono/taglib-sharp,CamargoR/taglib-sharp,CamargoR/taglib-sharp,Clancey/taglib-sharp,Clancey/taglib-sharp,hwahrmann/taglib-sharp,archrival/taglib-sharp,punker76/taglib-sharp,hwahrmann/taglib-sharp,punker76/taglib-sharp,archrival/taglib-sharp | tests/fixtures/TagLib.Tests.Images/JpegNoMetadataTest.cs | tests/fixtures/TagLib.Tests.Images/JpegNoMetadataTest.cs | using System;
using NUnit.Framework;
using TagLib.IFD;
using TagLib.IFD.Entries;
using TagLib.IFD.Tags;
using TagLib.Xmp;
using TagLib.Tests.Images.Validators;
namespace TagLib.Tests.Images
{
[TestFixture]
public class JpegNoMetadataTest
{
[Test]
public void Test ()
{
ImageTest.Run ("sample_no_metadata.jpg... | using System;
using NUnit.Framework;
using TagLib.IFD;
using TagLib.IFD.Entries;
using TagLib.IFD.Tags;
using TagLib.Xmp;
using TagLib.Tests.Images.Validators;
namespace TagLib.Tests.Images
{
[TestFixture]
public class JpegNoMetadataTest
{
[Test]
public void Test ()
{
ImageTest.Run ("sample_no_metadata.jpg... | lgpl-2.1 | C# |
01202f09bec882209c314a34cf05543c3acaa0a0 | Expand SearchBeatmapSetsResponse | peppy/osu,johnneijzen/osu,2yangk23/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,EVAST9919/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,2yangk23/osu,johnneijzen/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,EVAST9919/osu,smoogipoo/osu | osu.Game/Online/API/Requests/SearchBeatmapSetsResponse.cs | osu.Game/Online/API/Requests/SearchBeatmapSetsResponse.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.Collections.Generic;
using Newtonsoft.Json;
using osu.Game.Online.API.Requests.Responses;
namespace osu.Game.Online.API.Requests
{
public class SearchB... | // 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.Collections.Generic;
using osu.Game.Online.API.Requests.Responses;
namespace osu.Game.Online.API.Requests
{
public class SearchBeatmapSetsResponse : Re... | mit | C# |
adeecc971448410c89191bb85bd72b9c76934b20 | update toxy assembly version | tonyqus/toxy | ToxyFramework/Properties/AssemblyInfo.cs | ToxyFramework/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
// 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.
[asse... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
// 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.
[asse... | apache-2.0 | C# |
0790dca925676afe5a058bec79bfa122a9474b7d | bump version | Fody/ModuleInit | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ModuleInit")]
[assembly: AssemblyProduct("ModuleInit")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
| using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ModuleInit")]
[assembly: AssemblyProduct("ModuleInit")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
| mit | C# |
0562ba6434eed90bbb41fa68d80f6dd55f0e748b | bump version | Fody/Freezable | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Freezable")]
[assembly: AssemblyProduct("Freezable")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
| using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Freezable")]
[assembly: AssemblyProduct("Freezable")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
| mit | C# |
16bbc7887d2a5cb6c62b734dd98eeb910b4c3ad9 | Convert size parameter from int to long | Azure/azure-sdk-for-java,selvasingh/azure-sdk-for-java,selvasingh/azure-sdk-for-java,Azure/azure-sdk-for-java,Azure/azure-sdk-for-java,Azure/azure-sdk-for-java,Azure/azure-sdk-for-java,selvasingh/azure-sdk-for-java | net/Azure.Storage.Blobs.PerfStress/Core/SizeOptions.cs | net/Azure.Storage.Blobs.PerfStress/Core/SizeOptions.cs | using Azure.Test.PerfStress;
using CommandLine;
namespace Azure.Storage.Blobs.PerfStress.Core
{
public class SizeOptions : PerfStressOptions
{
[Option('s', "size", Default = 10 * 1024, HelpText = "Size of message (in bytes)")]
public long Size { get; set; }
}
}
| using Azure.Test.PerfStress;
using CommandLine;
namespace Azure.Storage.Blobs.PerfStress.Core
{
public class SizeOptions : PerfStressOptions
{
[Option('s', "size", Default = 10 * 1024, HelpText = "Size of message (in bytes)")]
public int Size { get; set; }
}
}
| mit | C# |
357d023395aa7323c92229956bc14bf59b484306 | Remove double subscription to SelectionChanged event. | cra0zy/xwt,lytico/xwt,hwthomas/xwt,hamekoz/xwt,antmicro/xwt,TheBrainTech/xwt,mono/xwt,residuum/xwt | Xwt.Gtk/Xwt.GtkBackend/ListBoxBackend.cs | Xwt.Gtk/Xwt.GtkBackend/ListBoxBackend.cs | //
// ListBoxBackend.cs
//
// Author:
// Lluis Sanchez <lluis@xamarin.com>
//
// Copyright (c) 2012 Xamarin Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restri... | //
// ListBoxBackend.cs
//
// Author:
// Lluis Sanchez <lluis@xamarin.com>
//
// Copyright (c) 2012 Xamarin Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restri... | mit | C# |
bf2989fc1e2a784286a495ee512b33cdb903bec7 | Fix JobHandler tests | tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Host.Tests/Jobs/TestJobHandler.cs | tests/Tgstation.Server.Host.Tests/Jobs/TestJobHandler.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Jobs.Tests
{
[TestClass]
public sealed class TestJobHandler
{
Task currentWaitTask;
bool cancelled;
async Task TestJob(CancellationToken cancellationToken)
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Jobs.Tests
{
[TestClass]
public sealed class TestJobHandler
{
Task currentWaitTask;
bool cancelled;
async Task TestJob(CancellationToken cancellationToken)
... | agpl-3.0 | C# |
01582f78b9d553b4374b5f77eed82e5e137cace1 | Initialize SerializationManager in IlBasedSerializerTests (#2279) | brhinescot/orleans,benjaminpetit/orleans,amccool/orleans,Carlm-MS/orleans,ReubenBond/orleans,gabikliot/orleans,brhinescot/orleans,waynemunro/orleans,bstauff/orleans,waynemunro/orleans,dVakulen/orleans,SoftWar1923/orleans,amccool/orleans,jokin/orleans,hoopsomuah/orleans,shlomiw/orleans,centur/orleans,Liversage/orleans,L... | test/NonSiloTests/SerializationTests/IlBasedSerializerTests.cs | test/NonSiloTests/SerializationTests/IlBasedSerializerTests.cs | namespace UnitTests.Serialization
{
using System.Diagnostics.CodeAnalysis;
using Orleans.Serialization;
using Xunit;
[TestCategory("BVT"), TestCategory("Serialization")]
public class IlBasedSerializerTests
{
public IlBasedSerializerTests()
{
SerializationManager.In... | namespace UnitTests.Serialization
{
using System.Diagnostics.CodeAnalysis;
using Orleans.Serialization;
using Xunit;
[TestCategory("BVT"), TestCategory("Serialization")]
public class IlBasedSerializerTests
{
/// <summary>
/// Tests that <see cref="IlBasedSerializerGenerator"/>... | mit | C# |
92d329154eaae66890ff11a2efe6ce61689229c9 | Update filewacher. | sixpetals/CmisActionAgent | CmisActionAgentSolution/CmisActionAgentConsole/Program.cs | CmisActionAgentSolution/CmisActionAgentConsole/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Aegif.Makuranage.Models;
using Aegif.Makuranage.TriggerEngine;
using Aegif.Makuranage.ActionEngine;
using Aegif.Makuranage.ActionEngine.Cmis;
namespace Aegif.Makuranage.ConsoleApp... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using Aegif.Makuranage.Models;
using Aegif.Makuranage.TriggerEngine;
using Aegif.Makuranage.ActionEngine;
namespace Aegif.Makuranage.ConsoleApplication {
class Program {
sta... | agpl-3.0 | C# |
4fc2c6c89e601953bf226b7a65db7255f3d41932 | add self-adjustment to `FrameTime` (#1366) | lbochenek/react-native-windows,lbochenek/react-native-windows,lbochenek/react-native-windows,lbochenek/react-native-windows | ReactWindows/ReactNative.Shared/Modules/Core/FrameEventArgs.cs | ReactWindows/ReactNative.Shared/Modules/Core/FrameEventArgs.cs | using System;
namespace ReactNative.Modules.Core
{
/// <summary>
/// Event arguments for frame callbacks.
/// </summary>
public class FrameEventArgs : IMutableFrameEventArgs
{
private static readonly TimeSpan s_frameDuration = TimeSpan.FromTicks(166666);
private readonly TimeSpan ... | using System;
namespace ReactNative.Modules.Core
{
/// <summary>
/// Event arguments for frame callbacks.
/// </summary>
public class FrameEventArgs : IMutableFrameEventArgs
{
private readonly TimeSpan _initialRenderingTime;
private readonly DateTimeOffset _initialAbsoluteTime;
... | mit | C# |
f84b64daf18e1667f734d7c9160add086f576f1a | Move property. | JohanLarsson/Gu.ChangeTracking,JohanLarsson/Gu.State,JohanLarsson/Gu.State | Gu.State/Track/RootChangeEventArgs/ReplaceEventArgs.cs | Gu.State/Track/RootChangeEventArgs/ReplaceEventArgs.cs | namespace Gu.State
{
using System;
using System.Collections;
/// <summary>This is raised when an element was replaced in a notifying collection.</summary>
public struct ReplaceEventArgs : IRootChangeEventArgs, IEquatable<ReplaceEventArgs>
{
internal ReplaceEventArgs(IList source, int index)... | namespace Gu.State
{
using System;
using System.Collections;
/// <summary>This is raised when an element was replaced in a notifying collection.</summary>
public struct ReplaceEventArgs : IRootChangeEventArgs, IEquatable<ReplaceEventArgs>
{
internal ReplaceEventArgs(IList source, int index)... | mit | C# |
30180dcb1ed3a4736d27a5360fd828ccbcfd8fde | Set PlatformWindow in ShowSystemWindow | mmoening/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,mmoening/MatterControl,unlimitedbacon/MatterControl,mmoening/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/Matte... | MatterControl.Winforms/WinformsSingleWindowProvider.cs | MatterControl.Winforms/WinformsSingleWindowProvider.cs | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | bsd-2-clause | C# |
9f0afc741e82816156021a13faea400b461f069c | add TiledObjectGroup.objectsWithType | ericmbernier/Nez,Blucky87/Nez,prime31/Nez,prime31/Nez,prime31/Nez | Nez.Portable/PipelineRuntime/Tiled/TiledObjectGroup.cs | Nez.Portable/PipelineRuntime/Tiled/TiledObjectGroup.cs | using System;
using System.Collections.Generic;
using Microsoft.Xna.Framework;
namespace Nez.Tiled
{
public class TiledObjectGroup
{
public string name;
public Color color;
public float opacity;
public bool visible;
public Dictionary<string,string> properties = new Dictionary<string,string>();
public T... | using System;
using System.Collections.Generic;
using Microsoft.Xna.Framework;
namespace Nez.Tiled
{
public class TiledObjectGroup
{
public string name;
public Color color;
public float opacity;
public bool visible;
public Dictionary<string,string> properties = new Dictionary<string,string>();
public T... | mit | C# |
e4df1c0d9a261fbe22dc64f23d09ceff15d8c73b | Fix registration of Data Packages | csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil | Tests/Agiil.Web.TestBuild/Bootstrap/DataPackagesModule.cs | Tests/Agiil.Web.TestBuild/Bootstrap/DataPackagesModule.cs | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using Agiil.Web.Services.DataPackages;
using Autofac;
using Agiil.Web.Services;
namespace Agiil.Web.Bootstrap
{
public class DataPackagesModule : Autofac.Module
{
static readonly Type
NamespaceMarker = typeof(IDa... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using Agiil.Web.Services.DataPackages;
using Autofac;
using Agiil.Web.Services;
namespace Agiil.Web.Bootstrap
{
public class DataPackagesModule : Autofac.Module
{
static readonly Type
NamespaceMarker = typeof(IDa... | mit | C# |
a011026d0e99566f3c60ba6a83cda2e8152448a1 | Update AssemblyInfo.cs | google-pay/tink-jni-examples,google-pay/tink-jni-examples,google-pay/tink-jni-examples,google-pay/tink-jni-examples,google-pay/tink-jni-examples,google-pay/tink-jni-examples | TinkJNIDotNet/TinkDotNetSample/Properties/AssemblyInfo.cs | TinkJNIDotNet/TinkDotNetSample/Properties/AssemblyInfo.cs | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | apache-2.0 | C# |
cfd1646de4672ee1d2005faa4c54ec80936ad87d | Remove unused RoleProvider setting from authentication configuration | Acute-sales-ltd/Bonobo-Git-Server,larshg/Bonobo-Git-Server,padremortius/Bonobo-Git-Server,crowar/Bonobo-Git-Server,NipponSysits/IIS.Git-Connector,PGM-NipponSysits/IIS.Git-Connector,Acute-sales-ltd/Bonobo-Git-Server,Webmine/Bonobo-Git-Server,kfarnung/Bonobo-Git-Server,PGM-NipponSysits/IIS.Git-Connector,padremortius/Bono... | Bonobo.Git.Server/Configuration/AuthenticationSettings.cs | Bonobo.Git.Server/Configuration/AuthenticationSettings.cs | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Web;
namespace Bonobo.Git.Server.Configuration
{
public class AuthenticationSettings
{
public static string MembershipService { get; private set; }
static AuthenticationSettings()
... | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Web;
namespace Bonobo.Git.Server.Configuration
{
public class AuthenticationSettings
{
public static string MembershipService { get; private set; }
public static string RoleProvider { ge... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.