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 |
|---|---|---|---|---|---|---|---|---|
431b5517d15cb177050b99d4dd1a456110e4526a | Add TODO for Input Requirement | StefanoFiumara/Harry-Potter-Unity | Assets/Scripts/HarryPotterUnity/Cards/PlayRequirements/InputRequirement.cs | Assets/Scripts/HarryPotterUnity/Cards/PlayRequirements/InputRequirement.cs | using HarryPotterUnity.Game;
using JetBrains.Annotations;
using UnityEngine;
namespace HarryPotterUnity.Cards.PlayRequirements
{
public class InputRequirement : MonoBehaviour, ICardPlayRequirement
{
private BaseCard _cardInfo;
[SerializeField, UsedImplicitly]
private int _fromHandActi... | using HarryPotterUnity.Game;
using JetBrains.Annotations;
using UnityEngine;
namespace HarryPotterUnity.Cards.PlayRequirements
{
public class InputRequirement : MonoBehaviour, ICardPlayRequirement
{
private BaseCard _cardInfo;
[SerializeField, UsedImplicitly]
private int _fromHandActi... | mit | C# |
1a0e920a37d96fdf67095a65bf86a281dd290508 | Change order of events. | Cheesebaron/SGTabbedPager,Cheesebaron/SGTabbedPager | SampleMvx/Core/ViewModels/FirstViewModel.cs | SampleMvx/Core/ViewModels/FirstViewModel.cs | using System.Collections.ObjectModel;
using System.Linq;
using System.Windows.Input;
using MvvmCross.Core.ViewModels;
namespace SampleMvx.Core.ViewModels
{
public class FirstViewModel
: MvxViewModel
{
public ObservableCollection<PageViewModel> Pages = new ObservableCollection<PageViewModel>();
... | using System.Collections.ObjectModel;
using System.Linq;
using System.Windows.Input;
using MvvmCross.Core.ViewModels;
namespace SampleMvx.Core.ViewModels
{
public class FirstViewModel
: MvxViewModel
{
public ObservableCollection<PageViewModel> Pages = new ObservableCollection<PageViewModel>();
... | apache-2.0 | C# |
70e6aa0938437101f22fe7bc923ccabf6e191c43 | Fix postwriteahandler test | Cyberboss/tgstation-server,Cyberboss/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs | tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Mono.Unix;
using System;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
namespace Tgstation.Server.Host.IO.Tests
{
[TestClass]
public sealed class TestPostWriteHandler
{
[TestMethod]
public void TestT... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Mono.Unix;
using System;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
namespace Tgstation.Server.Host.IO.Tests
{
[TestClass]
public sealed class TestPostWriteHandler
{
[TestMethod]
public void TestT... | agpl-3.0 | C# |
deccbc2b4b1f0bffe164788fa4823579c380b8fa | fix some comments | skrusty/AsterNET,AsterNET/AsterNET | Asterisk.2013/Asterisk.NET/Manager/Event/MusicOnHoldEvent.cs | Asterisk.2013/Asterisk.NET/Manager/Event/MusicOnHoldEvent.cs | namespace AsterNET.Manager.Event
{
/// <summary>
/// The MusicOnHoldEvent event triggers when the music starts or ends playing the hold music.<br />
/// See <see target="_blank" href="LINK">LINK</see>
/// </summary>
public class MusicOnHoldEvent : ManagerEvent
{
/// <summary>
... | namespace AsterNET.Manager.Event
{
/// <summary>
/// The MusicOnHoldEvent event triggers when the music starts or ends playing the hold music.
/// </summary>
public class MusicOnHoldEvent : ManagerEvent
{
/// <summary>
/// Creates a new instance of the class <see cref="MusicOnHoldEvent"/>.
/// </summary>
... | mit | C# |
6161cccd17c25c6e5f2452a3b6f2d29fef26a8ba | Fix test now. | trivalik/Cosmos,fanoI/Cosmos,fanoI/Cosmos,tgiphil/Cosmos,jp2masa/Cosmos,fanoI/Cosmos,jp2masa/Cosmos,jp2masa/Cosmos,zarlo/Cosmos,trivalik/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,tgiphil/Cosmos,trivalik/Cosmos,zarlo/Cosmos,tgiphil/Cosmos | Tests/Cosmos.Compiler.Tests.SimpleWriteLine.Kernel/Kernel.cs | Tests/Cosmos.Compiler.Tests.SimpleWriteLine.Kernel/Kernel.cs | using System;
using System.Collections.Generic;
using System.Text;
using Cosmos.Debug.Kernel;
using Cosmos.TestRunner;
using Sys = Cosmos.System;
namespace Cosmos.Compiler.Tests.SimpleWriteLine.Kernel
{
public class Kernel : Sys.Kernel
{
protected override void BeforeRun()
{
var xM... | using System;
using System.Collections.Generic;
using System.Text;
using Cosmos.Debug.Kernel;
using Cosmos.TestRunner;
using Sys = Cosmos.System;
namespace Cosmos.Compiler.Tests.SimpleWriteLine.Kernel
{
public class Kernel : Sys.Kernel
{
protected override void BeforeRun()
{
var xM... | bsd-3-clause | C# |
5c346e339e4efc7ef619e9701cdcb3c53f616ab1 | Fix build | shana/handy-things | TrackingCollection/TrackingCollection/ITrackingCollection.cs | TrackingCollection/TrackingCollection/ITrackingCollection.cs | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
namespace GitHub.Collections
{
/// <summary>
/// TrackingCollection is a specialization of ObservableCollection that gets items from
/// an observable sequence and updates its contents in such a way that two updates to
... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
namespace GitHub.Collections
{
/// <summary>
/// TrackingCollection is a specialization of ObservableCollection that gets items from
/// an observable sequence and updates its contents in such a way that two updates to
... | mit | C# |
eb36539775a03e035b041db5c51ad0f6684be992 | Add CORS to embedded files | peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prototype,Glimpse/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prot... | src/Glimpse.Server/Internal/Resources/EmbeddedFileResource.cs | src/Glimpse.Server/Internal/Resources/EmbeddedFileResource.cs | // ReSharper disable RedundantUsingDirective
using System;
// ReSharper restore RedundantUsingDirective
using System.Collections.Generic;
using System.Reflection;
using Glimpse.Server.Resources;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.FileProviders;
using Microsoft.AspNet.StaticFiles;
namespace Glimps... | // ReSharper disable RedundantUsingDirective
using System;
// ReSharper restore RedundantUsingDirective
using System.Collections.Generic;
using System.Reflection;
using Glimpse.Server.Resources;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.FileProviders;
using Microsoft.AspNet.StaticFiles;
namespace Glimps... | mit | C# |
d6aeedf11cc5757761f1a1ac3060bb1c56d4f70d | Hide nick, more secrets | w-l0f/PegBot | PegBot/Plugins/RandomPlugin.cs | PegBot/Plugins/RandomPlugin.cs | using Meebey.SmartIrc4net;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace PegBot.Plugins
{
class RandomPlugin : BotPlugin
{
Random rnd;
public RandomPlugin(IrcClient irc)
... | using Meebey.SmartIrc4net;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace PegBot.Plugins
{
class RandomPlugin : BotPlugin
{
Random rnd;
public RandomPlugin(IrcClient irc)
... | mit | C# |
103f0be0536db9e04b94a08b7c20fe4091a7a7f4 | Bump version to 0.8.4 | ar3cka/Journalist | src/SolutionInfo.cs | src/SolutionInfo.cs | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.8.4")]
[assembly: AssemblyInformationalVersionAttribute("0.8.4")]
[assembly: AssemblyFileVersionAttribute("0.8.4")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namespace... | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.8.3")]
[assembly: AssemblyInformationalVersionAttribute("0.8.3")]
[assembly: AssemblyFileVersionAttribute("0.8.3")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namespace... | apache-2.0 | C# |
49e8d31f6dc4bca8c06ba32711923b24afd364fe | Bump version to 0.15.1 | ar3cka/Journalist | src/SolutionInfo.cs | src/SolutionInfo.cs | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.15.1")]
[assembly: AssemblyInformationalVersionAttribute("0.15.1")]
[assembly: AssemblyFileVersionAttribute("0.15.1")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namesp... | // <auto-generated/>
using System.Reflection;
[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.15.0")]
[assembly: AssemblyInformationalVersionAttribute("0.15.0")]
[assembly: AssemblyFileVersionAttribute("0.15.0")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namesp... | apache-2.0 | C# |
026d36412c007fd48e1122e09bc29ee65e012554 | Enable all warnings in 'InvalidAssertionMessageHighlightingTests' (except for the error test) | ulrichb/Roflcopter,ulrichb/Roflcopter | Src/Roflcopter.Plugin.Tests/AssertionMessages/InvalidAssertionMessageHighlightingTests.cs | Src/Roflcopter.Plugin.Tests/AssertionMessages/InvalidAssertionMessageHighlightingTests.cs | using JetBrains.ReSharper.FeaturesTestFramework.Daemon;
using JetBrains.ReSharper.TestFramework;
using NUnit.Framework;
#if !RS20171
using Roflcopter.Plugin.AssertionMessages;
#endif
namespace Roflcopter.Plugin.Tests.AssertionMessages
{
[TestFixture]
[TestNetFramework4]
public class InvalidAssertionMessa... | using JetBrains.Annotations;
using JetBrains.ReSharper.Daemon.CSharp.Errors;
using JetBrains.ReSharper.Feature.Services.Daemon;
using JetBrains.ReSharper.FeaturesTestFramework.Daemon;
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.TestFramework;
using NUnit.Framework;
using Roflcopter.Plugin.AssertionMessage... | mit | C# |
ce21b2cf7d50170524d83108a1617f2462e00d59 | Use expression for filtering. | Picturepark/Picturepark.SDK.DotNet | samples/Picturepark.Microsite.Example/Repository/PressReleaseRepository.cs | samples/Picturepark.Microsite.Example/Repository/PressReleaseRepository.cs | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using Picturepark.Microsite.Example.Contracts;
using Picturepark.SDK.V1.Contract;
using Picturepark.Microsite.Example.Services;
using Picturepark.SDK.V1.Contract.Extensions;
namespace Picturepark.Microsite.E... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using Picturepark.Microsite.Example.Contracts;
using Picturepark.SDK.V1.Contract;
using Picturepark.Microsite.Example.Services;
using Picturepark.SDK.V1.Contract.Extensions;
namespace Picturepark.Microsite.E... | mit | C# |
2226c768492f57a41ccb7b20b98f1bb4af5a6581 | Update FileData.cs | A51UK/File-Repository | File-Repository/FileData.cs | File-Repository/FileData.cs | /*
* Copyright 2017 Craig Lee Mark Adams
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... | /*
* Copyright 2017 Criag Lee Mark Adams
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... | apache-2.0 | C# |
44fe6aa6acdbeb0fea761b2a136046356ce06a82 | Fix failing unit tests. | AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/... | tests/Avalonia.Base.UnitTests/AvaloniaObjectTests_Attached.cs | tests/Avalonia.Base.UnitTests/AvaloniaObjectTests_Attached.cs | // Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using Xunit;
namespace Avalonia.Base.UnitTests
{
public class AvaloniaObjectTests_Attached
{
[Fact]
public void Add... | // Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using Xunit;
namespace Avalonia.Base.UnitTests
{
public class AvaloniaObjectTests_Attached
{
[Fact]
public void Add... | mit | C# |
8ab09e06b6e810794681e9fc43e40fcf647ce149 | Remove compile warning. | mono/taglib-sharp,punker76/taglib-sharp,punker76/taglib-sharp,CamargoR/taglib-sharp,hwahrmann/taglib-sharp,Clancey/taglib-sharp,Clancey/taglib-sharp,archrival/taglib-sharp,Clancey/taglib-sharp,archrival/taglib-sharp,CamargoR/taglib-sharp,hwahrmann/taglib-sharp | tests/fixtures/TagLib.Tests.Images/JpegSegmentSizeTest.cs | tests/fixtures/TagLib.Tests.Images/JpegSegmentSizeTest.cs | using System;
using NUnit.Framework;
using TagLib;
using TagLib.IFD;
using TagLib.IFD.Entries;
using TagLib.Jpeg;
using TagLib.Xmp;
namespace TagLib.Tests.Images
{
[TestFixture]
public class JpegSegmentSizeTest
{
private static string sample_file = "samples/sample.jpg";
private static string tmp_... | using System;
using NUnit.Framework;
using TagLib;
using TagLib.IFD;
using TagLib.IFD.Entries;
using TagLib.Jpeg;
using TagLib.Xmp;
namespace TagLib.Tests.Images
{
[TestFixture]
public class JpegSegmentSizeTest
{
private static string sample_file = "samples/sample.jpg";
private static string tmp_... | lgpl-2.1 | C# |
62ff03224be369f835d5f99392bde48db5eec204 | Fix a typo in a comment | jonathanvdc/flame-llvm,jonathanvdc/flame-llvm,jonathanvdc/flame-llvm | standard-library/Int32.cs | standard-library/Int32.cs | namespace System
{
/// <summary>
/// Represents a 32-bit integer.
/// </summary>
public struct Int32
{
// Note: integers are equivalent to instances of this data structure because
// flame-llvm stores the contents of single-field structs as a value of their
// field, rather t... | namespace System
{
/// <summary>
/// Represents a 32-bit integer.
/// </summary>
public struct Int32
{
// Note: integers are equivalent to instances of this data structure because
// flame-llvm the contents of single-field structs as a value of their single
// field, rather t... | mit | C# |
998d90a51eb05b73bec18c75924be24aa2cc9e29 | Set working directory for launched processes | danielchalmers/WpfAboutView | WpfAboutView/AboutView.xaml.cs | WpfAboutView/AboutView.xaml.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
namespace WpfAboutView
{
/// <summary>
/// Interaction logic for AboutView.xaml
/// </summary>
public partial class AboutV... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
namespace WpfAboutView
{
/// <summary>
/// Interaction logic for AboutView.xaml
/// </summary>
public partial class AboutV... | mit | C# |
ea65de89f93eb5c4b0958483d65e919f68c96fde | Add keyboard shortcut Cmd-Shift-R to run tests. | tenpn/untest,tenpn/untest | Assets/UnTest/Editor/UnityTestRunner.cs | Assets/UnTest/Editor/UnityTestRunner.cs | /*
Copyright(c) 2013 Andrew Fray
Licensed under the MIT license. See the license.txt file for full details.
*/
using UnityEditor;
using UnityEngine;
using System;
using System.Collections.Generic;
using System.Linq;
namespace UnTest {
// runs all unity tests it can find. run from console like this:
// /path/to/u... | /*
Copyright(c) 2013 Andrew Fray
Licensed under the MIT license. See the license.txt file for full details.
*/
using UnityEditor;
using UnityEngine;
using System;
using System.Collections.Generic;
using System.Linq;
namespace UnTest {
// runs all unity tests it can find. run from console like this:
// /path/to/u... | mit | C# |
3b86d440fe35111aa94c0191453618fdc1eb8a2f | split only if he has enough money | gogus4/BlackJacker | BlackJacker/BlackJacker/Model/Joueur.cs | BlackJacker/BlackJacker/Model/Joueur.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BlackJacker.Model
{
public class Joueur : Personne
{
public double jeton { get; set; }
public List<Carte> listSplit { get; set; }
public Boolean isSplit { get... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BlackJacker.Model
{
public class Joueur : Personne
{
public double jeton { get; set; }
public List<Carte> listSplit { get; set; }
public Boolean isSplit { get... | apache-2.0 | C# |
c8e8d2dcd417174734c6138ade83a4741444cc79 | Change database to unblock tests | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNet.Identity.Entity/IdentitySqlContext.cs | src/Microsoft.AspNet.Identity.Entity/IdentitySqlContext.cs | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Metadata;
namespace Microsoft.AspNet.Identity.Entity
{
publ... | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Metadata;
namespace Microsoft.AspNet.Identity.Entity
{
publ... | apache-2.0 | C# |
ffb6070af8a417ec256738cfbd681ba15c7aa787 | Add a Started indicator to Eto.Forms.UITimer. | bbqchickenrobot/Eto-1,bbqchickenrobot/Eto-1,l8s/Eto,bbqchickenrobot/Eto-1,PowerOfCode/Eto,PowerOfCode/Eto,l8s/Eto,l8s/Eto,PowerOfCode/Eto | Source/Eto/Forms/UITimer.cs | Source/Eto/Forms/UITimer.cs | using System;
namespace Eto.Forms
{
public interface IUITimer : IInstanceWidget
{
double Interval { get; set; }
void Start ();
void Stop ();
}
public class UITimer : InstanceWidget
{
new IUITimer Handler { get { return (IUITimer)base.Handler; } }
public static double DefaultInterval = 1.0; // 1 sec... | using System;
namespace Eto.Forms
{
public interface IUITimer : IInstanceWidget
{
double Interval { get; set; }
void Start ();
void Stop ();
}
public class UITimer : InstanceWidget
{
new IUITimer Handler { get { return (IUITimer)base.Handler; } }
public static double DefaultInterval = 1.0; // 1 sec... | bsd-3-clause | C# |
8801dfa8fb3b93d38072be9cef1fa642afadc73b | Fix build error with unused variable | AlexStefan/template-app | ExpandableList/ExpandableList.Android/Views/DetailsView.cs | ExpandableList/ExpandableList.Android/Views/DetailsView.cs | using Android.App;
using Android.OS;
using MvvmCross.Droid.Support.V7.AppCompat;
using System;
namespace ExpandableList.Droid.Views
{
[Activity(Label = "DetailsView")]
public class DetailsView : MvxAppCompatActivity
{
protected override void OnCreate(Bundle savedInstanceState)
{
... | using Android.App;
using Android.OS;
using MvvmCross.Droid.Support.V7.AppCompat;
using System;
namespace ExpandableList.Droid.Views
{
[Activity(Label = "DetailsView")]
public class DetailsView : MvxAppCompatActivity
{
protected override void OnCreate(Bundle savedInstanceState)
{
... | mit | C# |
a270f56be5f2f4707454a501bb99b8e8ca3d7ecb | Fix performance regression due to sample being prematurely added | ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework | osu.Framework/Audio/Sample/SampleStore.cs | osu.Framework/Audio/Sample/SampleStore.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.Concurrent;
using System.IO;
using osu.Framework.IO.Stores;
using osu.Framework.Statistics;
using System.Linq;
using System.Threading.Tasks;
na... | // 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.Concurrent;
using System.IO;
using osu.Framework.IO.Stores;
using osu.Framework.Statistics;
using System.Linq;
using System.Threading.Tasks;
na... | mit | C# |
d47516b487865257487a2667abd36b80b5e115e2 | Update question grading icons | zaynetro/PicMatcher | PicMatcher/Models/Question.cs | PicMatcher/Models/Question.cs | using System;
using System.Collections.ObjectModel;
namespace PicMatcher
{
public class Question
{
public event EventHandler Correct;
public event EventHandler Mistake;
protected virtual void OnCorrect(EventArgs e) {
if (Correct != null)
Correct (this, e);
}
protected virtual void OnMistake(Eve... | using System;
using System.Collections.ObjectModel;
namespace PicMatcher
{
public class Question
{
public event EventHandler Correct;
public event EventHandler Mistake;
protected virtual void OnCorrect(EventArgs e) {
if (Correct != null)
Correct (this, e);
}
protected virtual void OnMistake(Eve... | mit | C# |
1022d265a467e72ee1ba09bfdeeef3d0eb0c8782 | Remove unused overload of Convention.Lifecycle. | fixie/fixie | src/Fixie/Convention.cs | src/Fixie/Convention.cs | namespace Fixie
{
using System;
using Conventions;
/// <summary>
/// Base class for all Fixie conventions. Subclass Convention to customize test discovery and execution.
/// </summary>
public class Convention
{
public Convention()
{
Config = new Configuration();... | namespace Fixie
{
using System;
using Conventions;
/// <summary>
/// Base class for all Fixie conventions. Subclass Convention to customize test discovery and execution.
/// </summary>
public class Convention
{
public Convention()
{
Config = new Configuration();... | mit | C# |
21b14ddef8626263dc46d16a455dc5e565b91c32 | Update 20170714.cs | twilightspike/cuddly-disco,twilightspike/cuddly-disco | main/20170714.cs | main/20170714.cs | public struct AABB(Vector2 center, Vector2 halfSize){
public Vector2 center;
public Vector2 halfSize;
}
| public struct AABB{
}
| mit | C# |
118f233b57e040bc290bcf612b55400acef1561b | Fix new test on CI host | peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework | osu.Framework.Tests/Audio/AudioComponentTest.cs | osu.Framework.Tests/Audio/AudioComponentTest.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.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.IO.Stores;
using osu.Framework.Platform;
using osu.Framework.Threading... | // 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.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.IO.Stores;
using osu.Framework.Threading;
namespace osu.Framework.Tes... | mit | C# |
e08c8827ed6914ed0257c5af5f77eab443310fe3 | Make FrameworkTestCase abstract | Tom94/osu-framework,DrabWeb/osu-framework,default0/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,Nabile-Rahmani/osu-framework,ZLima12/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,default0/osu-frame... | osu.Framework.Tests/Visual/FrameworkTestCase.cs | osu.Framework.Tests/Visual/FrameworkTestCase.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.IO.Stores;
using osu.Framework.Platform;
using osu.Framework.Testing;
namespace osu.Framework.Tes... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.IO.Stores;
using osu.Framework.Platform;
using osu.Framework.Testing;
namespace osu.Framework.Tes... | mit | C# |
742b9d9f4469a7aa97be61fa74534459be2c8e19 | Remove old bootstrapper stuff from UI-project. | arkivverket/arkade5,arkivverket/arkade5,arkivverket/arkade5 | src/Arkivverket.Arkade.UI/Bootstrapper.cs | src/Arkivverket.Arkade.UI/Bootstrapper.cs | using System.Windows;
using Arkivverket.Arkade.UI.Views;
using Arkivverket.Arkade.Util;
using Autofac;
using Prism.Autofac;
using Prism.Modularity;
namespace Arkivverket.Arkade.UI
{
public class Bootstrapper : AutofacBootstrapper
{
protected override DependencyObject CreateShell()
{
... | using System.Windows;
using Arkivverket.Arkade.UI.Views;
using Arkivverket.Arkade.Util;
using Autofac;
using Prism.Autofac;
using Prism.Modularity;
namespace Arkivverket.Arkade.UI
{
public class Bootstrapper : AutofacBootstrapper
{
protected override DependencyObject CreateShell()
{
... | agpl-3.0 | C# |
6ae7ea13ab1ab14ba811e1ca1590c78aaf1dd2bf | remove missing grammar. | AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,AvaloniaUI/AvaloniaEdit,Avalonia... | src/AvaloniaEdit.TextMate/GrammarNames.cs | src/AvaloniaEdit.TextMate/GrammarNames.cs | namespace AvaloniaEdit.TextMate
{
internal class GrammarNames
{
internal static string[] SupportedGrammars = new string[] {
"Bat",
"Clojure",
"CoffeeScript",
"Cpp",
"CSharp",
"CSS",
"Dart",
"Docker",
... | namespace AvaloniaEdit.TextMate
{
internal class GrammarNames
{
internal static string[] SupportedGrammars = new string[] {
"Bat",
"Clojure",
"CoffeeScript",
"Cpp",
"CSharp",
"CSS",
"Dart",
"Docker",
... | mit | C# |
0ee85469dabb9b13fb3390f9d266383422254fdb | fix #39 | nerai/CMenu | src/ExampleMenu/Procedures/ProcManager.cs | src/ExampleMenu/Procedures/ProcManager.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using ConsoleMenu;
namespace ExampleMenu.Procedures
{
public class ProcManager
{
private class Proc
{
public readonly List<string> Commands = new List<string> ();
public readonly Dictionary<string, int> ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using ConsoleMenu;
namespace ExampleMenu.Procedures
{
public class ProcManager
{
private class Proc
{
public readonly List<string> Commands = new List<string> ();
public readonly Dictionary<string, int> ... | mit | C# |
f8a3ffde43b453488a372f31b0e8862a7f894a9a | Update GlennStephens.cs | planetxamarin/planetxamarin,MabroukENG/planetxamarin,beraybentesen/planetxamarin,planetxamarin/planetxamarin,MabroukENG/planetxamarin,stvansolano/planetxamarin,stvansolano/planetxamarin,planetxamarin/planetxamarin,MabroukENG/planetxamarin,stvansolano/planetxamarin,planetxamarin/planetxamarin,beraybentesen/planetxamarin... | src/Firehose.Web/Authors/GlennStephens.cs | src/Firehose.Web/Authors/GlennStephens.cs | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web
{
public class GlennStephens : IWorkAtXamarinOrMicrosoft
{
public string FirstName => "Glenn";
public string LastName => "Stephens";
public string StateOrRegion => "Sunshine Coas... | using System;
using System.Collections.Generic;
using Firehose.Web.Infrastructure;
namespace Firehose.Web
{
public class GlennStephens : IWorkAtXamarinOrMicrosoft
{
public string FirstName => "Glenn";
public string LastName => "Stephens";
public string StateOrRegion => "Sunshine Coas... | mit | C# |
45a48a2d6f47ca212bb53b26e9e8829aea589859 | Change valid drive detection. | jp7677/hellocoreclr,jp7677/hellocoreclr,jp7677/hellocoreclr,jp7677/hellocoreclr | src/HelloCoreClrApp/Health/DiskMonitor.cs | src/HelloCoreClrApp/Health/DiskMonitor.cs | using System;
using System.IO;
using System.Linq;
using Humanizer.Bytes;
using Serilog;
namespace HelloCoreClrApp.Health
{
public class DiskMonitor : IMonitor
{
private static readonly ILogger Log = Serilog.Log.ForContext<DiskMonitor>();
public void LogUsage()
{
var summar... | using System;
using System.IO;
using System.Linq;
using Humanizer.Bytes;
using Serilog;
namespace HelloCoreClrApp.Health
{
public class DiskMonitor : IMonitor
{
private static readonly ILogger Log = Serilog.Log.ForContext<DiskMonitor>();
public void LogUsage()
{
var summar... | mit | C# |
6d7fa9d088fb365657a2d96d72f6a815b03a7e57 | allow RegEx to specify end of line | felipeleusin/Nancy,charleypeng/Nancy,charleypeng/Nancy,Novakov/Nancy,jonathanfoster/Nancy,tareq-s/Nancy,AIexandr/Nancy,khellang/Nancy,tsdl2013/Nancy,anton-gogolev/Nancy,anton-gogolev/Nancy,dbabox/Nancy,sadiqhirani/Nancy,phillip-haydon/Nancy,VQComms/Nancy,sloncho/Nancy,horsdal/Nancy,NancyFx/Nancy,sloncho/Nancy,dbolkenst... | src/Nancy/Routing/Trie/TrieNodeFactory.cs | src/Nancy/Routing/Trie/TrieNodeFactory.cs | namespace Nancy.Routing.Trie
{
using Nancy.Routing.Trie.Nodes;
/// <summary>
/// Factory for creating the correct type of TrieNode
/// </summary>
public class TrieNodeFactory : ITrieNodeFactory
{
/// <summary>
/// Gets the correct Trie node type for the given segment
... | namespace Nancy.Routing.Trie
{
using Nancy.Routing.Trie.Nodes;
/// <summary>
/// Factory for creating the correct type of TrieNode
/// </summary>
public class TrieNodeFactory : ITrieNodeFactory
{
/// <summary>
/// Gets the correct Trie node type for the given segment
... | mit | C# |
dc67cac6ec6253d0bc6e1524f7665982d8194058 | Set tool name of Csc to csc (#23) | jeffkl/RoslynCodeTaskFactory | src/RoslynCodeTaskFactory/Internal/Csc.cs | src/RoslynCodeTaskFactory/Internal/Csc.cs | using Microsoft.Build.Framework;
using Microsoft.Build.Tasks;
namespace RoslynCodeTaskFactory.Internal
{
internal sealed class Csc : ManagedCompiler
{
public bool? NoStandardLib { get; set; }
protected override string ToolName => "csc.exe";
protected internal override void AddResponse... | using Microsoft.Build.Framework;
using Microsoft.Build.Tasks;
namespace RoslynCodeTaskFactory.Internal
{
internal sealed class Csc : ManagedCompiler
{
public bool? NoStandardLib { get; set; }
protected override string ToolName => "Csc.exe";
protected internal override void AddResponse... | mit | C# |
71da075e02a3a86123241f5508bff439fdc76335 | Remove unused method on timeline db | bwatts/Totem,bwatts/Totem | src/Totem.Runtime/Timeline/ITimelineDb.cs | src/Totem.Runtime/Timeline/ITimelineDb.cs | using System;
using System.Collections.Generic;
using System.Linq;
namespace Totem.Runtime.Timeline
{
/// <summary>
/// Describes the database persisting the timeline
/// </summary>
public interface ITimelineDb
{
Many<TimelinePoint> Append(TimelinePosition cause, Many<Event> events);
TimelinePoint AppendOcc... | using System;
using System.Collections.Generic;
using System.Linq;
namespace Totem.Runtime.Timeline
{
/// <summary>
/// Describes the database persisting the timeline
/// </summary>
public interface ITimelineDb
{
Many<TimelinePoint> Append(TimelinePosition cause, Many<Event> events);
TimelinePoint AppendOcc... | mit | C# |
02cdd0b2deff3a03ee3a020d6e5a46684b5daa17 | use drawable link compiler in markdown link | UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game/Graphics/Containers/Markdown/OsuMarkdownLinkText.cs | osu.Game/Graphics/Containers/Markdown/OsuMarkdownLinkText.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 Markdig.Syntax.Inlines;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers.Mark... | // 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 Markdig.Syntax.Inlines;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers.Markdown;
using osu.Framework.Graphics.Sprites;
using osu.Framework.... | mit | C# |
39ed5250d5b3bf748f781c97bf724467b72cde4a | Fix formatting | hydna/Hydna.NET | src/Hydna.Net/ChannelMode.cs | src/Hydna.Net/ChannelMode.cs | using System;
namespace Hydna.Net
{
/// <summary>
/// The mode that channel is, or should be opened in.
/// </summary>
[Flags]
public enum ChannelMode : byte
{
/// <summary>
/// Indicates that only signals are recivied on the Channel.
/// </summary>
Listen = 0x0,... | using System;
namespace Hydna.Net
{
/// <summary>
/// The mode that channel is, or should be opened in.
/// </summary>
public enum ChannelMode : byte {
/// <summary>
/// Indicates that only signals are recivied on the Channel.
/// </summary>
Listen = 0x0,
/// <... | mit | C# |
8fea3dacee5ce9d3cb46789a8a672668cc9deed0 | Update session only is value is changed | AlexPuiu/Nancy,tareq-s/Nancy,horsdal/Nancy,jonathanfoster/Nancy,rudygt/Nancy,sloncho/Nancy,AlexPuiu/Nancy,rudygt/Nancy,NancyFx/Nancy,tsdl2013/Nancy,xt0rted/Nancy,joebuschmann/Nancy,horsdal/Nancy,phillip-haydon/Nancy,fly19890211/Nancy,sadiqhirani/Nancy,albertjan/Nancy,sroylance/Nancy,MetSystem/Nancy,cgourlay/Nancy,blair... | src/Nancy/Session/Session.cs | src/Nancy/Session/Session.cs | namespace Nancy.Session
{
using System.Collections;
using System.Collections.Generic;
public class Session : ISession
{
private readonly IDictionary<string, object> dictionary;
private bool hasChanged;
public Session() : this(new Dictionary<string, object>(0)){}
... | namespace Nancy.Session
{
using System.Collections;
using System.Collections.Generic;
public class Session : ISession
{
private readonly IDictionary<string, object> dictionary;
private bool hasChanged;
public Session() : this(new Dictionary<string, object>(0)){}
... | mit | C# |
5fe764b2db98b30113fdc9f2fc7690df8db97ed8 | Fix tournament videos stuttering when changing scenes | EVAST9919/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,2yangk23/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,2yangk23/osu,peppy/osu-new,johnneijzen/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,johnneijzen/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu | osu.Game.Tournament/Components/TourneyVideo.cs | osu.Game.Tournament/Components/TourneyVideo.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.IO;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Colour;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using os... | // 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.IO;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Colour;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using os... | mit | C# |
f08a4f1ef9f58b5af1bead43ffb0bf3728e1876e | Update AssemblyInfo.cs | wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,Core2D/Core2D,wieslawsoltes/Core2D | src/Core2D.Avalonia.Direct2D/Properties/AssemblyInfo.cs | src/Core2D.Avalonia.Direct2D/Properties/AssemblyInfo.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
| // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core2D.Avalonia.Direct2D")]
[assembly: AssemblyDescription("")]
[assembly... | mit | C# |
9c3f3a272c26195e199715a779014d89a7f66adb | clean code | dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap,dotnetcore/CAP | src/DotNetCore.CAP.SqlServer/ICapPublisher.SqlServer.cs | src/DotNetCore.CAP.SqlServer/ICapPublisher.SqlServer.cs | // Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Data;
using System.Data.SqlClient;
using System.Threading;
using System.Threading.Tasks;
using Dapper;
using DotNetCore.CAP.Abstractions... | // Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Data;
using System.Data.SqlClient;
using System.Threading;
using System.Threading.Tasks;
using Dapper;
using DotNetCore.CAP.Abstractions... | mit | C# |
ef48dc9153a0b8be73e16481450b8107a2f6a077 | Remove unneeded 'syntatic noise' | takenet/messaginghub-client-csharp | src/Takenet.MessagingHub.Client/MessageSenderWrapper.cs | src/Takenet.MessagingHub.Client/MessageSenderWrapper.cs | using Lime.Protocol;
using Lime.Protocol.Client;
using System.Threading.Tasks;
namespace Takenet.MessagingHub.Client
{
class MessageSenderWrapper : IMessageSender
{
IClientChannel clientChannel;
public MessageSenderWrapper(IClientChannel clientChannel)
{
this.clientChannel... | using Lime.Messaging.Contents;
using Lime.Protocol;
using Lime.Protocol.Client;
using System.Threading.Tasks;
namespace Takenet.MessagingHub.Client
{
internal class MessageSenderWrapper : IMessageSender
{
IClientChannel clientChannel;
public MessageSenderWrapper(IClientChannel clientChannel)
... | apache-2.0 | C# |
3637ebf4c2110517e46f5bb989e2bd20092cec52 | Update version | dongruiqing/WindowsProtocolTestSuites,dongruiqing/WindowsProtocolTestSuites,JessieF/WindowsProtocolTestSuites,JessieF/WindowsProtocolTestSuites | AssemblyInfo/SharedAssemblyInfo.cs | AssemblyInfo/SharedAssemblyInfo.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyVersion("1.0.5000.0")]
| // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyVersion("1.0.0.0")] | mit | C# |
4cc1771b574980b77b29d7f0a263488131f284c7 | Fix typo in public variable | Saduras/DungeonGenerator | Assets/SourceCode/RoomGenerator.cs | Assets/SourceCode/RoomGenerator.cs | using UnityEngine;
public class RoomGenerator : MonoBehaviour
{
public GameObject roomPrefab;
public int roomCount = 100;
public int spaceWidth = 500;
public int spaceLength = 500;
public int minRoomWidth = 5;
public int maxRoomWidth = 20;
public int minRoomLength = 5;
public int maxRoomLength = 20;
pub... | using UnityEngine;
public class RoomGenerator : MonoBehaviour
{
public GameObject roomPrefab;
public int roomCount = 100;
public int spaceWidth = 500;
public int spaceLength = 500;
public int minRoomWidth = 5;
public int maxRoomWidth = 20;
public int minRoomLength = 5;
public int maxRoomLength = 20;
pub... | mit | C# |
f659a9e3746b8cda6b93b6e789e35ffaf0f81ab2 | Bump assembly versions | maxmind/minfraud-api-dotnet | MaxMind.MinFraud/Properties/AssemblyInfo.cs | MaxMind.MinFraud/Properties/AssemblyInfo.cs | using System;
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("MaxMind.MinFraud")]
[assemb... | using System;
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("MaxMind.MinFraud")]
[assemb... | apache-2.0 | C# |
4ccd18f9136d6a53177b3c7d0d42f32689e23ab7 | Revert ordering. Actually transient should be at the end since they are not present in the stream. | modulexcite/Migrant,rogeralsing/Migrant,rogeralsing/Migrant,antmicro/Migrant,modulexcite/Migrant,antmicro/Migrant | Migrant/VersionTolerance/TypeStampReader.cs | Migrant/VersionTolerance/TypeStampReader.cs | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
namespace AntMicro.Migrant.VersionTolerance
{
internal sealed class TypeStampReader
{
public TypeStampReader(PrimitiveReader reader)
{
this.reader = reader;
stampCache = new Dictionary<Type, List<FieldInfoOrEntryToO... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
namespace AntMicro.Migrant.VersionTolerance
{
internal sealed class TypeStampReader
{
public TypeStampReader(PrimitiveReader reader)
{
this.reader = reader;
stampCache = new Dictionary<Type, List<FieldInfoOrEntryToO... | mit | C# |
149f79b1e5b1b2d54b93da01a18a712e3b879a4b | Update Comment.cs | mattnis/ZendeskApi_v2,CKCobra/ZendeskApi_v2,mwarger/ZendeskApi_v2,dcrowe/ZendeskApi_v2 | ZendeskApi_v2/Models/Tickets/Comment.cs | ZendeskApi_v2/Models/Tickets/Comment.cs | using System.Collections.Generic;
using Newtonsoft.Json;
using ZendeskApi_v2.Models.Shared;
namespace ZendeskApi_v2.Models.Tickets
{
public class Comment
{
[JsonProperty("id")]
public long? Id { get; set; }
[JsonProperty("public")]
public bool Public { get; set; }
[Jso... | using System.Collections.Generic;
using Newtonsoft.Json;
using ZendeskApi_v2.Models.Shared;
namespace ZendeskApi_v2.Models.Tickets
{
public class Comment
{
[JsonProperty("id")]
public long? Id { get; set; }
[JsonProperty("public")]
public bool Public { get; set; }
[Jso... | apache-2.0 | C# |
10388c3b39619d7ba4e330bc478d2317cc563414 | Remove the default route. | otac0n/GitReview,otac0n/GitReview,otac0n/GitReview | GitReview/App_Start/RouteConfig.cs | GitReview/App_Start/RouteConfig.cs | // -----------------------------------------------------------------------
// <copyright file="RouteConfig.cs" company="(none)">
// Copyright © 2015 John Gietzen. All Rights Reserved.
// This source is subject to the MIT license.
// Please see license.md for more information.
// </copyright>
// -----------------... | // -----------------------------------------------------------------------
// <copyright file="RouteConfig.cs" company="(none)">
// Copyright © 2015 John Gietzen. All Rights Reserved.
// This source is subject to the MIT license.
// Please see license.md for more information.
// </copyright>
// -----------------... | mit | C# |
ecf4bf27a0c3ba210cf6c915c782637e9bda714a | Fix minor bug. | Eusth/HoneySelectVR | HoneySelectVR/HoneyStandingMode.cs | HoneySelectVR/HoneyStandingMode.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using VRGIN.Controls;
using VRGIN.Helpers;
using VRGIN.Modes;
using VRGIN.Core;
using System.Collections;
using UnityEngine;
namespace HoneySelectVR
{
class HoneyStandingMode : StandingMode
{
protected override IEnum... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using VRGIN.Controls;
using VRGIN.Helpers;
using VRGIN.Modes;
using VRGIN.Core;
using System.Collections;
using UnityEngine;
namespace HoneySelectVR
{
class HoneyStandingMode : StandingMode
{
protected override IEnum... | mit | C# |
36c35dd84d90af37ad5fc0ba9f74cb261ec05d9e | Update version number | Infinario/unity-sdk | source/Assets/Scripts/InfinarioSDK/Constants.cs | source/Assets/Scripts/InfinarioSDK/Constants.cs | namespace Infinario
{
internal class Constants
{
/**
* SDK
*/
public static string SDK = "Unity SDK";
public static string VERSION = "2.0.2";
/**
* Tracking ids, events and properties
*/
public static string ID_REGISTERED = "registered";
public static string ID_COO... | namespace Infinario
{
internal class Constants
{
/**
* SDK
*/
public static string SDK = "Unity SDK";
public static string VERSION = "2.0.1";
/**
* Tracking ids, events and properties
*/
public static string ID_REGISTERED = "registered";
public static string ID_COO... | apache-2.0 | C# |
a2a0c2162427c396863311f97e090721b2895846 | Split RuntimeDependency and RuntimeAssembly into separate files | filipw/dotnet-script,filipw/dotnet-script | src/Dotnet.Script.DependencyModel/Runtime/RuntimeDependency.cs | src/Dotnet.Script.DependencyModel/Runtime/RuntimeDependency.cs | using System.Collections.Generic;
namespace Dotnet.Script.DependencyModel.Runtime
{
public class RuntimeDependency
{
public RuntimeDependency(string name, string version, IReadOnlyList<RuntimeAssembly> assemblies, IReadOnlyList<string> nativeAssets, IReadOnlyList<string> scripts)
{
... | using System.Collections.Generic;
using System.Reflection;
namespace Dotnet.Script.DependencyModel.Runtime
{
public class RuntimeAssembly
{
public AssemblyName Name { get; }
public string Path { get; }
public RuntimeAssembly(AssemblyName name, string path)
{
... | mit | C# |
247ff6c10cc5fbd24007107543ee21af233e4cf7 | Add support for listening on multiple urls. | Jark/DeployStatus,Jark/DeployStatus,Jark/DeployStatus | src/DeployStatus/Service/DeployStatusService.cs | src/DeployStatus/Service/DeployStatusService.cs | using System;
using System.Linq;
using DeployStatus.Configuration;
using DeployStatus.SignalR;
using log4net;
using Microsoft.Owin.Hosting;
namespace DeployStatus.Service
{
public class DeployStatusService : IService
{
private IDisposable webApp;
private readonly ILog log;
private reado... | using System;
using DeployStatus.Configuration;
using DeployStatus.SignalR;
using log4net;
using Microsoft.Owin.Hosting;
namespace DeployStatus.Service
{
public class DeployStatusService : IService
{
private IDisposable webApp;
private readonly ILog log;
private readonly DeployStatusCon... | mit | C# |
b11156b2cc1e19e419b3174558c1ac0200ee11bf | Create and release tooltip content on demand | github/VisualStudio,github/VisualStudio,github/VisualStudio | src/GitHub.InlineReviews/Tags/ShowInlineCommentGlyph.xaml.cs | src/GitHub.InlineReviews/Tags/ShowInlineCommentGlyph.xaml.cs | using System;
using System.Windows.Controls;
using GitHub.InlineReviews.Views;
using GitHub.InlineReviews.ViewModels;
namespace GitHub.InlineReviews.Tags
{
public partial class ShowInlineCommentGlyph : UserControl
{
readonly ToolTip toolTip;
public ShowInlineCommentGlyph()
{
... | using System;
using System.Windows.Controls;
using GitHub.InlineReviews.Views;
using GitHub.InlineReviews.ViewModels;
namespace GitHub.InlineReviews.Tags
{
public partial class ShowInlineCommentGlyph : UserControl
{
readonly CommentTooltipView commentTooltipView;
public ShowInlineCommentGlyph... | mit | C# |
8d55340325b457427661d0ae31d8b0a5e66b255a | Fix up youtube URL regex matching | JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,mattbrailsford/Umbraco-CMS,dawoe/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,bjarnef/Umbraco-CMS,NikRimington/Umbraco-CMS,KevinJump... | src/Umbraco.Web/Media/EmbedProviders/Youtube.cs | src/Umbraco.Web/Media/EmbedProviders/Youtube.cs | using System.Collections.Generic;
namespace Umbraco.Web.Media.EmbedProviders
{
public class YouTube : EmbedProviderBase
{
public override string ApiEndpoint => "https://www.youtube.com/oembed";
public override string[] UrlSchemeRegex => new string[]
{
@"youtu.be/.*",
... | using System.Collections.Generic;
namespace Umbraco.Web.Media.EmbedProviders
{
public class YouTube : EmbedProviderBase
{
public override string ApiEndpoint => "https://www.youtube.com/oembed";
public override string[] UrlSchemeRegex => new string[]
{
@"youtu.be/.*",
... | mit | C# |
e682e6fa3bdbfc8af11494b5d05d1ed32f65e4a9 | update the message | ryanswanstrom/topicnew2 | messages/EchoDialog.csx | messages/EchoDialog.csx | using System;
using System.Threading.Tasks;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Connector;
// For more information about this template visit http://aka.ms/azurebots-csharp-basic
[Serializable]
public class EchoDialog : IDialog<object>
{
protected int count = 1;
public Task StartAsync(IDia... | using System;
using System.Threading.Tasks;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Connector;
// For more information about this template visit http://aka.ms/azurebots-csharp-basic
[Serializable]
public class EchoDialog : IDialog<object>
{
protected int count = 1;
public Task StartAsync(IDia... | mit | C# |
d8fc29387c85603e20639ad513d3ff6ce02cafea | add saveFileDialog | BartoszBaczek/WorkshopRequestsManager | Project/WorkshopManager/WorkshopManager/PDF/PDFGenerator.cs | Project/WorkshopManager/WorkshopManager/PDF/PDFGenerator.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Reporting.WinForms;
using System.Windows.Forms;
using System.Xml;
using System.Data;
using WorkshopManager.Models;
namespace WorkshopManager
{
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Reporting.WinForms;
using System.Windows.Forms;
using System.Xml;
using System.Data;
using WorkshopManager.Models;
namespace WorkshopManager
{
... | mit | C# |
bc921cf8b62a4de4e6761857596c9f6a726aa7fa | Add documentation for access token implementation. | henrikfroehling/TraktApiSharp | Source/Lib/TraktApiSharp/Authentication/TraktAccessToken.cs | Source/Lib/TraktApiSharp/Authentication/TraktAccessToken.cs | namespace TraktApiSharp.Authentication
{
using Enums;
using Newtonsoft.Json;
using System;
/// <summary>
/// Represents a Trakt access token response.
/// <para>
/// See also <seealso cref="TraktOAuth.GetAccessTokenAsync()" />,
/// <seealso cref="TraktOAuth.GetAccessTokenAsync(string)"... | namespace TraktApiSharp.Authentication
{
using Enums;
using Newtonsoft.Json;
using System;
public class TraktAccessToken
{
public TraktAccessToken()
{
Created = DateTime.UtcNow;
}
[JsonProperty(PropertyName = "access_token")]
public string Acces... | mit | C# |
4b370ec763b69d06569933d71677a6d4727da66a | Fix issue with Page calculation | Krusen/ErgastApi.Net | src/ErgastApi/Responses/ErgastResponse.cs | src/ErgastApi/Responses/ErgastResponse.cs | using System;
using Newtonsoft.Json;
namespace ErgastApi.Responses
{
// TODO: Use internal/private constructors for all response types?
public abstract class ErgastResponse
{
[JsonProperty("url")]
public string RequestUrl { get; protected set; }
[JsonProperty("limit")]
pub... | using System;
using Newtonsoft.Json;
namespace ErgastApi.Responses
{
// TODO: Use internal/private constructors for all response types?
public abstract class ErgastResponse
{
[JsonProperty("url")]
public virtual string RequestUrl { get; private set; }
[JsonProperty("limit")]
... | unlicense | C# |
251cbc8f829a7b5a8687857e03aa9d5c4675b111 | Add checking of Read() return value. | yvschmid/NModbus4,richardlawley/NModbus4,NModbus4/NModbus4,Maxwe11/NModbus4,NModbus/NModbus,xlgwr/NModbus4 | Modbus/IO/StreamResourceUtility.cs | Modbus/IO/StreamResourceUtility.cs | using System.Linq;
using System.Text;
namespace Modbus.IO
{
internal static class StreamResourceUtility
{
internal static string ReadLine(IStreamResource stream)
{
var result = new StringBuilder();
var singleByteBuffer = new byte[1];
do
... | using System.Linq;
using System.Text;
namespace Modbus.IO
{
internal static class StreamResourceUtility
{
internal static string ReadLine(IStreamResource stream)
{
var result = new StringBuilder();
var singleByteBuffer = new byte[1];
do
... | mit | C# |
5571f262c4c7f30bebfb763e4fb05cc92daa1359 | remove sealed from Success.Map | acple/ParsecSharp | ParsecSharp/Core/Result/Success.cs | ParsecSharp/Core/Result/Success.cs | using System;
namespace ParsecSharp
{
public class Success<TToken, T> : Result<TToken, T>
{
public override T Value { get; }
protected internal Success(T result, IParsecStateStream<TToken> state) : base(state)
{
this.Value = result;
}
internal sealed overri... | using System;
namespace ParsecSharp
{
public class Success<TToken, T> : Result<TToken, T>
{
public override T Value { get; }
protected internal Success(T result, IParsecStateStream<TToken> state) : base(state)
{
this.Value = result;
}
internal sealed overri... | mit | C# |
63340ca663e5970b95c95a05b1fbafac06eb6962 | use custom json serialization in metrics module | MetaG8/Metrics.NET,DeonHeyns/Metrics.NET,mnadel/Metrics.NET,cvent/Metrics.NET,DeonHeyns/Metrics.NET,MetaG8/Metrics.NET,alhardy/Metrics.NET,Recognos/Metrics.NET,ntent-ad/Metrics.NET,Liwoj/Metrics.NET,Liwoj/Metrics.NET,alhardy/Metrics.NET,cvent/Metrics.NET,huoxudong125/Metrics.NET,huoxudong125/Metrics.NET,etishor/Metrics... | Src/Adapters/Nancy.Metrics/MetricsModule.cs | Src/Adapters/Nancy.Metrics/MetricsModule.cs | using System;
using Metrics;
using Metrics.Reporters;
using Metrics.Visualization;
namespace Nancy.Metrics
{
public class MetricsModule : NancyModule
{
private struct ModuleConfig
{
public readonly string ModulePath;
public readonly Action<INancyModule> ModuleConfigActi... | using System;
using Metrics;
using Metrics.Reporters;
using Metrics.Visualization;
namespace Nancy.Metrics
{
public class MetricsModule : NancyModule
{
private struct ModuleConfig
{
public readonly string ModulePath;
public readonly Action<INancyModule> ModuleConfigActi... | apache-2.0 | C# |
c8a11599f40f38f53f568135dd5d12e4a70ebb86 | add PasswordEntry.PlaceholderText sample | cra0zy/xwt,akrisiun/xwt,directhex/xwt,iainx/xwt,mminns/xwt,sevoku/xwt,mono/xwt,antmicro/xwt,steffenWi/xwt,mminns/xwt,hwthomas/xwt,TheBrainTech/xwt,hamekoz/xwt,residuum/xwt,lytico/xwt | TestApps/Samples/Samples/PasswordEntries.cs | TestApps/Samples/Samples/PasswordEntries.cs | //
// PasswordEntry.cs
//
// Author:
// Bojan Rajkovic <brajkovic@xamarin.com>
//
// Copyright (c) 2013 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... | //
// PasswordEntry.cs
//
// Author:
// Bojan Rajkovic <brajkovic@xamarin.com>
//
// Copyright (c) 2013 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# |
1807fa2d6208e5dbbdb0110d09404d3d6c306301 | Improve EF Core tests | axelheer/nein-linq,BenJenkinson/nein-linq | test/NeinLinq.Tests/EntityAsyncQuery/Context.cs | test/NeinLinq.Tests/EntityAsyncQuery/Context.cs | using Microsoft.EntityFrameworkCore;
using NeinLinq.Fakes.EntityAsyncQuery;
namespace NeinLinq.Tests.EntityAsyncQuery
{
public class Context : DbContext
{
public DbSet<Dummy> Dummies { get; }
public Context()
{
Dummies = Set<Dummy>();
}
protected override ... | using Microsoft.EntityFrameworkCore;
using NeinLinq.Fakes.EntityAsyncQuery;
namespace NeinLinq.Tests.EntityAsyncQuery
{
public class Context : DbContext
{
public DbSet<Dummy> Dummies { get; }
public Context()
{
Dummies = Set<Dummy>();
}
protected override ... | mit | C# |
30a2f54b499e3bb852034aa1e9a9fe9aeabd7666 | Remove unused code | arkivverket/arkade5,arkivverket/arkade5,arkivverket/arkade5 | src/Arkivverket.Arkade.Core/Base/Addml/AddmlUtil.cs | src/Arkivverket.Arkade.Core/Base/Addml/AddmlUtil.cs | using System;
using System.IO;
using Arkivverket.Arkade.Core.Base.Addml.Definitions;
using Arkivverket.Arkade.Core.ExternalModels.Addml;
using Arkivverket.Arkade.Core.Util;
using System.Xml.Schema;
using Serilog;
namespace Arkivverket.Arkade.Core.Base.Addml
{
public class AddmlUtil
{
public static a... | using System;
using System.IO;
using Arkivverket.Arkade.Core.Base.Addml.Definitions;
using Arkivverket.Arkade.Core.ExternalModels.Addml;
using Arkivverket.Arkade.Core.Util;
using System.Xml.Schema;
using Serilog;
namespace Arkivverket.Arkade.Core.Base.Addml
{
public class AddmlUtil
{
public static a... | agpl-3.0 | C# |
320476f8da56704035b9da6f558960638ab4d1ef | Sort and remove unused usings | SaarCohen/VisualStudio,YOTOV-LIMITED/VisualStudio,Dr0idKing/VisualStudio,luizbon/VisualStudio,shaunstanislaus/VisualStudio,yovannyr/VisualStudio,bbqchickenrobot/VisualStudio,github/VisualStudio,modulexcite/VisualStudio,github/VisualStudio,HeadhunterXamd/VisualStudio,radnor/VisualStudio,mariotristan/VisualStudio,Guilher... | src/GitHub.VisualStudio/Services/SharedResources.cs | src/GitHub.VisualStudio/Services/SharedResources.cs | using System.Collections.Generic;
using System.Windows.Media;
using GitHub.UI;
using GitHub.VisualStudio.UI;
namespace GitHub.VisualStudio
{
public static class SharedResources
{
static readonly Dictionary<string, DrawingBrush> drawingBrushes = new Dictionary<string, DrawingBrush>();
public s... | using GitHub.UI;
using GitHub.VisualStudio.UI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media;
namespace GitHub.VisualStudio
{
public static class SharedResources
{
static readonly Dictionary<string, Drawin... | mit | C# |
e47057819d804efdffdaa0e0120d15e749952ae0 | Refactor StatementMapperTests | lpatalas/NhLogAnalyzer | NhLogAnalyzer.UnitTests/Infrastructure/StatementMapperTests.cs | NhLogAnalyzer.UnitTests/Infrastructure/StatementMapperTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NhLogAnalyzer.Infrastructure;
using Xunit;
namespace NhLogAnalyzer.UnitTests.Fakes
{
public class StatementMapperTests
{
public class MapMethod
{
private readonly MockSqlFormatter fullSql... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NhLogAnalyzer.Infrastructure;
using Xunit;
namespace NhLogAnalyzer.UnitTests.Fakes
{
public class StatementMapperTests
{
public class MapMethod
{
private readonly MockSqlFormatter dummySq... | mit | C# |
998237b83d5d753a066e5910563cae3209481517 | Add extra work to RedditBrowser sample | canton7/Stylet,canton7/Stylet,cH40z-Lord/Stylet,cH40z-Lord/Stylet | Samples/Stylet.Samples.RedditBrowser/Pages/TaskbarViewModel.cs | Samples/Stylet.Samples.RedditBrowser/Pages/TaskbarViewModel.cs | using Stylet.Samples.RedditBrowser.Events;
using Stylet.Samples.RedditBrowser.RedditApi;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Stylet.Samples.RedditBrowser.Pages
{
public class TaskbarViewModel : Screen
{
private I... | using Stylet.Samples.RedditBrowser.Events;
using Stylet.Samples.RedditBrowser.RedditApi;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Stylet.Samples.RedditBrowser.Pages
{
public class TaskbarViewModel : Screen
{
private I... | mit | C# |
bf903140927f4a34dba006a7aff0dfb835d36128 | Order of registrations in BatchClient.PopulateSearchCache | OS2CPRbroker/cprbroker,OS2CPRbroker/cprbroker,magenta-aps/cprbroker,magenta-aps/cprbroker,magenta-aps/cprbroker | PART/Source/CprBroker/BatchClient/PopulateSearchCache.cs | PART/Source/CprBroker/BatchClient/PopulateSearchCache.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CprBroker.Utilities.ConsoleApps;
namespace BatchClient
{
class PopulateSearchCache : ConsoleEnvironment
{
public override string[] LoadCprNumbers()
{
using (var dataContext = n... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CprBroker.Utilities.ConsoleApps;
namespace BatchClient
{
class PopulateSearchCache : ConsoleEnvironment
{
public override string[] LoadCprNumbers()
{
using (var dataContext = n... | mpl-2.0 | C# |
8c123c07f7e35a6fca57f4890cc0bc9f4a3a22d4 | Make Case abstract | yawaramin/TDDUnit | Case.cs | Case.cs | using System;
namespace TDDUnit {
abstract class Case {
public Case(string name) {
m_name = name;
}
public virtual void SetUp() {
}
public void Run(Result result) {
try {
SetUp();
} catch (Exception) {
return;
}
result.TestStarted();
try {
... | using System;
namespace TDDUnit {
class Case {
public Case(string name) {
m_name = name;
}
public virtual void SetUp() {
}
public void Run(Result result) {
try {
SetUp();
} catch (Exception) {
return;
}
result.TestStarted();
try {
G... | apache-2.0 | C# |
986af83de568cc1b0090f37afe3fcbf9e7f9bacd | Update assembly | matt40k/TabularDataPackageBuilder | SRC/TabularDataPackageBuilder/Properties/AssemblyInfo.cs | SRC/TabularDataPackageBuilder/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ta... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ta... | mit | C# |
d843f39a4cb2533344afe5b41cea015cdac8ae4c | Fix not considering window being null in headless tests | peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework | osu.Framework.Tests/Visual/Platform/TestSceneActiveState.cs | osu.Framework.Tests/Visual/Platform/TestSceneActiveState.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Platform;
using osuT... | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Platform;
using osuT... | mit | C# |
6ee4f6a4889dc07e1277604aed89f440df868725 | bump version | Fody/PropertyChanged | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("PropertyChanged")]
[assembly: AssemblyProduct("PropertyChanged")]
[assembly: AssemblyCompany("Simon Cropp and Contributors")]
[assembly: AssemblyDescription("Fody add-in for injecting INotifyPropertyChanged code into properties.")]
[assembly: AssemblyVersion("2.2.4")... | using System.Reflection;
[assembly: AssemblyTitle("PropertyChanged")]
[assembly: AssemblyProduct("PropertyChanged")]
[assembly: AssemblyCompany("Simon Cropp and Contributors")]
[assembly: AssemblyDescription("Fody add-in for injecting INotifyPropertyChanged code into properties.")]
[assembly: AssemblyVersion("2.2.3")... | mit | C# |
0cf685a24ca53860d809cb7202aab134599d5b15 | Update version number. | Damnae/storybrew | editor/Properties/AssemblyInfo.cs | editor/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("storybrew editor")]
[assembly: AssemblyDe... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("storybrew editor")]
[assembly: AssemblyDe... | mit | C# |
8aa29ec3441cf169bef02e83f213bff06ce6cc36 | Fix Transparent Default Button (#468) | Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms | Xamarin.Forms.Platform.WinRT/FormsButton.cs | Xamarin.Forms.Platform.WinRT/FormsButton.cs | using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Media;
#if WINDOWS_UWP
using WContentPresenter = Windows.UI.Xaml.Controls.ContentPresenter;
namespace Xamarin.Forms.Platform.UWP
#else
namespace Xamarin.Forms.Platform.WinRT
#endif
{
public class FormsButton : Windows.UI.Xaml.Controls.But... | using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Media;
#if WINDOWS_UWP
using WContentPresenter = Windows.UI.Xaml.Controls.ContentPresenter;
namespace Xamarin.Forms.Platform.UWP
#else
namespace Xamarin.Forms.Platform.WinRT
#endif
{
public class FormsButton : Windows.UI.Xaml.Controls.But... | mit | C# |
83bb07d5a4282a7486d5ef426f53633db1f083ae | Fix parameter name (#1066) | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNetCore.SignalR.Core/HubLifetimeManager.cs | src/Microsoft.AspNetCore.SignalR.Core/HubLifetimeManager.cs | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.SignalR
{
public abstract class HubLifetimeManager<T... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.SignalR
{
public abstract class HubLifetimeManager<T... | apache-2.0 | C# |
9d082680272d132149b15b489c0903cf322afdb0 | fix bug for no match in sort of orderby extension | 2020IP/TwentyTwenty.BaseLine | src/TwentyTwenty.BaseLine/Extensions/QueryableExtensions.cs | src/TwentyTwenty.BaseLine/Extensions/QueryableExtensions.cs | using System.Linq.Expressions;
using System.Reflection;
using System.Threading.Tasks;
using TwentyTwenty.BaseLine;
namespace System.Linq
{
public static class QuerableExtensions
{
public static IOrderedQueryable<TEntity> OrderBy<TEntity>(this IQueryable<TEntity> queryable, SortSpec sortSpec)
{
... | using System.Linq.Expressions;
using System.Reflection;
using System.Threading.Tasks;
using TwentyTwenty.BaseLine;
namespace System.Linq
{
public static class QuerableExtensions
{
public static IOrderedQueryable<TEntity> OrderBy<TEntity>(this IQueryable<TEntity> queryable, SortSpec sortSpec)
{
... | apache-2.0 | C# |
c6838597c849fe6c6cb8fb668c6c27ab90dd9e19 | Update Main class for compatibility Pre-Alpha 5. | ParkitectNexus/HelloMod | Main.cs | Main.cs | using UnityEngine;
namespace HelloMod
{
public class Main : IMod
{
private GameObject _go;
public void onEnabled()
{
_go = new GameObject();
_go.AddComponent<HelloBehaviour>();
}
public void onDisabled()
{
UnityEngine.Object.D... | using UnityEngine;
namespace HelloMod
{
class Main : IMod
{
private GameObject _go;
public void onEnabled()
{
_go = new GameObject();
_go.AddComponent<HelloBehaviour>();
}
public void onDisabled()
{
UnityEngine.Object.Destroy(... | mit | C# |
d3e4853611a588af196bea4c5ff67d2fef9c2aec | Revise tests for commands | y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter | ThScoreFileConverterTests/Commands/CloseWindowCommandTests.cs | ThScoreFileConverterTests/Commands/CloseWindowCommandTests.cs | using System;
using System.Windows;
using System.Windows.Input;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ThScoreFileConverter.Commands;
using ThScoreFileConverterTests.Models;
namespace ThScoreFileConverterTests.Commands
{
[TestClass]
public class CloseWindowCommandTests
{
[TestMe... | using System;
using System.Windows;
using System.Windows.Input;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ThScoreFileConverter.Commands;
using ThScoreFileConverterTests.Models;
namespace ThScoreFileConverterTests.Commands
{
[TestClass]
public class CloseWindowCommandTests
{
[TestMe... | bsd-2-clause | C# |
2c9df53c35f0c6cf53acf44b6c56e3ff400ab2e3 | Fix Sleep of the test program | badgio/XboxOneController,badgio/XboxOneController,badgio/XboxOneController | PadReaderTest/Program.cs | PadReaderTest/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using XboxOnePadReader;
namespace PadReaderTest
{
class Program
{
static void Main(string[] args)
{
ControllerReader myController = Controller... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using XboxOnePadReader;
namespace PadReaderTest
{
class Program
{
static void Main(string[] args)
{
ControllerReader myController = Controller... | apache-2.0 | C# |
52ed00c76cc1c586fc2fd37d90ae5644d2d9afe6 | Write Log message for test | rexph/UnityPractice | Project1/Assets/Test1.cs | Project1/Assets/Test1.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Test1 : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
Condole.Log("This log is added by Suzuki");
}
} | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Test1 : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
| mit | C# |
50538283ab60336fca1b9b3cc4a19c748ab65b57 | hide userId in editingPopUp | KristianMariyanov/VotingSystem,KristianMariyanov/VotingSystem,KristianMariyanov/VotingSystem | VotingSystem.Web/Areas/User/ViewModels/UserVotesViewModel.cs | VotingSystem.Web/Areas/User/ViewModels/UserVotesViewModel.cs | namespace VotingSystem.Web.Areas.User.ViewModels
{
using System;
using System.Web.Mvc;
using VotingSystem.Models;
using VotingSystem.Web.Infrastructure.Mapping;
public class UserVotesViewModel : IMapFrom<Vote>, IHaveCustomMappings
{
[HiddenInput(DisplayValue = false)]
... | namespace VotingSystem.Web.Areas.User.ViewModels
{
using System;
using System.Web.Mvc;
using VotingSystem.Models;
using VotingSystem.Web.Infrastructure.Mapping;
public class UserVotesViewModel : IMapFrom<Vote>, IHaveCustomMappings
{
[HiddenInput(DisplayValue = false)]
... | mit | C# |
814900a42f80aceac5eb2e21fea1ec63745bde35 | update assembly product name | telerik/JustMockLite | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | /*
JustMock Lite
Copyright © 2010-2015 Telerik AD
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 a... | /*
JustMock Lite
Copyright © 2010-2015 Telerik AD
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 a... | apache-2.0 | C# |
754aa13890690948c871cf0bc20238f99de61f86 | bump version | Fody/Virtuosity | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Virtuosity")]
[assembly: AssemblyProduct("Virtuosity")]
[assembly: AssemblyVersion("1.19.8")]
[assembly: AssemblyFileVersion("1.19.8")]
| using System.Reflection;
[assembly: AssemblyTitle("Virtuosity")]
[assembly: AssemblyProduct("Virtuosity")]
[assembly: AssemblyVersion("1.19.7")]
[assembly: AssemblyFileVersion("1.19.7")]
| mit | C# |
71bcaa0386aad9f69e9dc35287de898beb0b78b0 | Add comment | timokorkalainen/Unity-GeoJSONObject | Core/GeoJSONObject.cs | Core/GeoJSONObject.cs | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace GeoJSON {
public class GeoJSONObject {
public string type;
public GeoJSONObject(JSONObject jsonObject) {
type = jsonObject ["type"].str;
}
public GeoJSONObject() {
}
//Will always return a FeatureCollection..... | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace GeoJSON {
public class GeoJSONObject {
public string type;
public GeoJSONObject(JSONObject jsonObject) {
type = jsonObject ["type"].str;
}
public GeoJSONObject() {
}
static public FeatureCollection Deserializ... | mit | C# |
b2d1a154b0b5ed99201204b27ece7bc29e6f6693 | Fix FindByFieldSetStrategy | YevgeniyShunevych/Atata,YevgeniyShunevych/Atata,atata-framework/atata,atata-framework/atata | src/Atata/ScopeSearch/Strategies/FindByFieldSetStrategy.cs | src/Atata/ScopeSearch/Strategies/FindByFieldSetStrategy.cs | using System.Text;
namespace Atata
{
public class FindByFieldSetStrategy : XPathComponentScopeLocateStrategy
{
public FindByFieldSetStrategy()
: base(useIndex: IndexUsage.None)
{
}
protected override void BuildXPath(StringBuilder builder, ComponentScopeLocateOption... | using System.Text;
namespace Atata
{
public class FindByFieldSetStrategy : XPathComponentScopeLocateStrategy
{
public FindByFieldSetStrategy()
: base(useIndex: IndexUsage.None)
{
}
protected override void BuildXPath(StringBuilder builder, ComponentScopeLocateOption... | apache-2.0 | C# |
1e1dc9153dc7738fd8a7b98662964e8ee3ff1965 | Bump version to 3.0 | CodefoundryDE/LegacyWrapper,CodefoundryDE/LegacyWrapper | GlobalAssemblyInfo.cs | GlobalAssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: Asse... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: Asse... | mit | C# |
01bc71acd2a24c3fa5993aab6487f4fdee7d7062 | Improve ability to parse xmldoc of `SkinnableTargetWrapper` | NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu | osu.Game/Skinning/SkinnableTargetWrapper.cs | osu.Game/Skinning/SkinnableTargetWrapper.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using Newtonsoft.Json;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Skinning
{
/// <summary>
/// A con... | // 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 Newtonsoft.Json;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Skinning
{
/// <summary>
/// A con... | mit | C# |
12531d4976721ba0b04d2bbd7dba5eea25dff311 | Rename route. | beta-tank/TicTacToe,beta-tank/TicTacToe,beta-tank/TicTacToe | TicTacToe/App_Start/RouteConfig.cs | TicTacToe/App_Start/RouteConfig.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace TicTacToe
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pat... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace TicTacToe
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pat... | mit | C# |
32fe1f196e9bc955194c176ed49f74909a081ed0 | Remove unused line of code | Xeeynamo/KingdomHearts | OpenKh.Game/Global.cs | OpenKh.Game/Global.cs | namespace OpenKh.Game
{
public class Global
{
public const int ResolutionWidth = 512;
public const int ResolutionHeight = 416;
public const int ResolutionRemixWidth = 684;
public const float ResolutionReMixRatio = 0.925f;
}
}
| namespace OpenKh.Game
{
public class Global
{
public const int ResolutionWidth = 512;
public const int ResolutionHeight = 416;
public const int ResolutionRemixWidth = 684;
public const float ResolutionReMixRatio = 0.925f;
public const float ResolutionBoostRatio = 2;
... | mit | C# |
d8cffda73a9155b35d81bde096464e222ccf1059 | fix ws | Saltarelle/SaltarelleNodeJS | NodeJS/OSModule/OS.cs | NodeJS/OSModule/OS.cs | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text;
namespace NodeJS.OSModule {
[Imported]
[GlobalMethods]
[ModuleName("os")]
public static class OS {
public static string TmpDir { [ScriptName("tmpDir")] get { return null; } }
public static string Hostnam... | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text;
namespace NodeJS.OSModule {
[Imported]
[GlobalMethods]
[ModuleName("os")]
public static class OS {
public static string TmpDir { [ScriptName("tmpDir")] get { return null; } }
public static string Hostnam... | apache-2.0 | C# |
2cfcaf1176e34eaccc0bb019e91c3918779938c2 | Fix line endings... | smoogipooo/osu-framework,Nabile-Rahmani/osu-framework,default0/osu-framework,paparony03/osu-framework,peppy/osu-framework,Nabile-Rahmani/osu-framework,naoey/osu-framework,naoey/osu-framework,ppy/osu-framework,default0/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,DrabWeb/osu-framework,... | osu.Framework/Graphics/Transforms/TransformEdgeEffectColour.cs | osu.Framework/Graphics/Transforms/TransformEdgeEffectColour.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using OpenTK.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.MathUtils;
namespace osu.Framework.Graphics.Transforms
{
publ... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using OpenTK.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.MathUtils;
namespace osu.Framework.Graphics.Transforms
{
public class ... | mit | C# |
eadd7ce9138403f189d9ad06871dcce3c1d2d93f | Update catch dfificulty test | johnneijzen/osu,DrabWeb/osu,DrabWeb/osu,2yangk23/osu,peppy/osu-new,ppy/osu,ZLima12/osu,2yangk23/osu,smoogipooo/osu,smoogipoo/osu,johnneijzen/osu,smoogipoo/osu,ZLima12/osu,NeoAdonis/osu,peppy/osu,ppy/osu,EVAST9919/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,DrabWeb/osu,EVAST9919... | osu.Game.Rulesets.Catch.Tests/CatchDifficultyCalculatorTest.cs | osu.Game.Rulesets.Catch.Tests/CatchDifficultyCalculatorTest.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 NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Catch.Difficulty;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Tests.Beatmaps;
namespace os... | // 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 NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Catch.Difficulty;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Tests.Beatmaps;
namespace os... | mit | C# |
c1a4f2e6afd823b9e36c73f76f16ea4445da0a88 | Update expected SR in test | NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu | osu.Game.Rulesets.Taiko.Tests/TaikoDifficultyCalculatorTest.cs | osu.Game.Rulesets.Taiko.Tests/TaikoDifficultyCalculatorTest.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 NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Rulesets.Taiko.Difficulty;
using osu.Game.Tests.Beatmaps;
namespace os... | // 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 NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Rulesets.Taiko.Difficulty;
using osu.Game.Tests.Beatmaps;
namespace os... | mit | C# |
d8ee231f650f9fbd96a6c3c0aa6bf689210497b7 | test that we truncate long messages | Cayan-LLC/syslog4net,jbeats/syslog4net,akramsaleh/syslog4net,merchantwarehouse/syslog4net | src/test/unit/syslog4net.Tests/Layout/SyslogLayoutTests.cs | src/test/unit/syslog4net.Tests/Layout/SyslogLayoutTests.cs | using System;
using System.Text;
using System.IO;
using syslog4net.Layout;
using log4net.Core;
using log4net.Util;
using log4net.Filter;
using log4net.Repository;
using NUnit.Framework;
using NSubstitute;
namespace syslog4net.Tests.Layout
{
[TestFixture]
class SyslogLayoutTests
{
[Test]
pu... | using System;
using System.IO;
using syslog4net.Layout;
using log4net.Core;
using log4net.Util;
using log4net.Filter;
using log4net.Repository;
using NUnit.Framework;
using NSubstitute;
namespace syslog4net.Tests.Layout
{
[TestFixture]
class SyslogLayoutTests
{
[Test]
public void ActivateO... | apache-2.0 | C# |
7489f455cc2c1336f24560c08cf0423323a0e5b2 | Bump version to 2.0.1 | mj1856/TimeZoneNames | SharedAssemblyInfo.cs | SharedAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyCompany("Matt Johnson")]
[assembly: AssemblyProduct("Time Zone Names")]
[assembly: AssemblyCopyright("Copyright © Matt Johnson")]
[assembly: AssemblyVersion("2.0.1.*")]
[assembly: AssemblyInformationalVersion("2.0.1")]
| using System.Reflection;
[assembly: AssemblyCompany("Matt Johnson")]
[assembly: AssemblyProduct("Time Zone Names")]
[assembly: AssemblyCopyright("Copyright © Matt Johnson")]
[assembly: AssemblyVersion("2.0.0.*")]
[assembly: AssemblyInformationalVersion("2.0.0")]
| mit | C# |
86a61c088a094d40715fdf75985728e825f9a00a | Add ReplaceKnownWords | nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/Utilities/String.Replace.cs | source/Nuke.Common/Utilities/String.Replace.cs | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
using JetBrains.Annotations;
namespace Nuke.Common.Utiliti... | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
using JetBrains.Annotations;
namespace Nuke.Common.Utiliti... | mit | C# |
deaf97f3827e888892d9b81cf56f835322a2ee46 | Set DataContract Attribute for NotificationObject class | yas-mnkornym/TaihaToolkit | source/TaihaToolkit.Core/NotificationObject.cs | source/TaihaToolkit.Core/NotificationObject.cs | using System;
using System.ComponentModel;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
namespace Studiotaiha.Toolkit
{
[DataContract]
public class NotificationObject : Dispatchable, INotifyPropertyChanged
{
public NotificationObject(IDispatcher dispat... | using System;
using System.ComponentModel;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
namespace Studiotaiha.Toolkit
{
public class NotificationObject : Dispatchable, INotifyPropertyChanged
{
public NotificationObject(IDispatcher dispatcher = null)
: base(dispatcher)
{ }
/// <s... | mit | C# |
8a3a5c972f9b1fb1b7a08f66ade1d560b9338c1d | fix SLuaSetting some codes require using UnityEditor on player. | Roland0511/slua,haolly/slua_source_note,mr-kelly/slua,yaukeywang/slua,jiangzhhhh/slua,haolly/slua_source_note,pangweiwei/slua,pangweiwei/slua,Roland0511/slua,luzexi/slua-3rd,shrimpz/slua,pangweiwei/slua,shrimpz/slua,pangweiwei/slua,Roland0511/slua,luzexi/slua-3rd-lib,yaukeywang/slua,soulgame/slua,luzexi/slua-3rd,yaukey... | Assets/Plugins/Slua_Managed/SLuaSetting.cs | Assets/Plugins/Slua_Managed/SLuaSetting.cs | // The MIT License (MIT)
// Copyright 2015 Siney/Pangweiwei siney@yeah.net
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the... | // The MIT License (MIT)
// Copyright 2015 Siney/Pangweiwei siney@yeah.net
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the... | mit | C# |
d092dad7d61ae6f8325d9702ae0a3b9cb0bb8202 | Add the missing Bind() override | ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework | osu.Framework/Graphics/OpenGL/Buffers/TriangleVertexBuffer.cs | osu.Framework/Graphics/OpenGL/Buffers/TriangleVertexBuffer.cs | using osu.Framework.Graphics.OpenGL.Textures;
using osu.Framework.Graphics.OpenGL.Vertices;
using osuTK.Graphics.ES30;
using System;
namespace osu.Framework.Graphics.OpenGL.Buffers
{
internal static class TriangleIndexData
{
static TriangleIndexData()
{
GL.GenBuffers(1, out EBO_ID)... | using osu.Framework.Graphics.OpenGL.Textures;
using osu.Framework.Graphics.OpenGL.Vertices;
using osuTK.Graphics.ES30;
using System;
namespace osu.Framework.Graphics.OpenGL.Buffers
{
internal static class TriangleIndexData
{
static TriangleIndexData()
{
GL.GenBuffers(1, out EBO_ID)... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.