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 |
|---|---|---|---|---|---|---|---|---|
2176c0a2bfd28f3daf78be8b04537a86d09de2b6 | Remove redundant specification of public in interface | jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode | Drums/VDrumExplorer.Data/Fields/IField.cs | Drums/VDrumExplorer.Data/Fields/IField.cs | // Copyright 2019 Jon Skeet. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
namespace VDrumExplorer.Data.Fields
{
public interface IField
{
string Description { get; }
FieldPath Path { get; }
ModuleAddress Add... | // Copyright 2019 Jon Skeet. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
namespace VDrumExplorer.Data.Fields
{
public interface IField
{
string Description { get; }
FieldPath Path { get; }
ModuleAddress Add... | apache-2.0 | C# |
05b44b876f68a23e1e6902f1b771b241fd416606 | Update annotations for implementations of ILabelSymbol | jasonmalinowski/roslyn,weltkante/roslyn,physhi/roslyn,AmadeusW/roslyn,CyrusNajmabadi/roslyn,davkean/roslyn,tmat/roslyn,wvdd007/roslyn,dotnet/roslyn,abock/roslyn,tmat/roslyn,stephentoub/roslyn,tannergooding/roslyn,ErikSchierboom/roslyn,KirillOsenkov/roslyn,AmadeusW/roslyn,panopticoncentral/roslyn,agocke/roslyn,agocke/ro... | src/Compilers/CSharp/Portable/Symbols/PublicModel/LabelSymbol.cs | src/Compilers/CSharp/Portable/Symbols/PublicModel/LabelSymbol.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.
#nullable enable
using System.Diagnostics.CodeAnalysis;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel
{
internal ... | // 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.Diagnostics;
namespace Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel
{
internal sealed class LabelSymbol : Symbol, ILabelSymbol
{
... | mit | C# |
5b5efdd8ed1b4d80c8b64952c2102c5c9c8f00d9 | Use customName as dictionary key, because we could have multiple pivot table values with same source. | igitur/ClosedXML,clinchergt/ClosedXML,JavierJJJ/ClosedXML,jongleur1983/ClosedXML,vbjay/ClosedXML,ClosedXML/ClosedXML,b0bi79/ClosedXML | ClosedXML/Excel/PivotTables/PivotValues/XLPivotValues.cs | ClosedXML/Excel/PivotTables/PivotValues/XLPivotValues.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ClosedXML.Excel
{
internal class XLPivotValues: IXLPivotValues
{
private readonly Dictionary<String, IXLPivotValue> _pivotValues = new Dictionary<string, IXLPivotValue>();
private readon... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ClosedXML.Excel
{
internal class XLPivotValues: IXLPivotValues
{
private readonly Dictionary<String, IXLPivotValue> _pivotValues = new Dictionary<string, IXLPivotValue>();
private readon... | mit | C# |
b6fdce0cd9bc88eff2a3a9a63ee8a500a8332889 | Fix admin menu window size (#11534) | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Client/Administration/UI/AdminMenuWindow.xaml.cs | Content.Client/Administration/UI/AdminMenuWindow.xaml.cs | using Content.Client.Administration.UI.Tabs;
using Content.Client.HUD;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.UserInterface.XAML;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
namespace Content.Client.Administration.UI
{
[GenerateTypedN... | using Content.Client.Administration.UI.Tabs;
using Content.Client.HUD;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.UserInterface.XAML;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
namespace Content.Client.Administration.UI
{
[GenerateTypedN... | mit | C# |
dcdf017a90a63c5afc82a6cd6596aa94ce527937 | Add missing brace | genlu/roslyn,AlekseyTs/roslyn,tmat/roslyn,mavasani/roslyn,mattscheffer/roslyn,TyOverby/roslyn,tmeschter/roslyn,sharwell/roslyn,mgoertz-msft/roslyn,dpoeschl/roslyn,jasonmalinowski/roslyn,dpoeschl/roslyn,weltkante/roslyn,davkean/roslyn,tvand7093/roslyn,brettfo/roslyn,yeaicc/roslyn,nguerrera/roslyn,genlu/roslyn,xasx/rosly... | src/Features/Core/Portable/Completion/CompletionTags.cs | src/Features/Core/Portable/Completion/CompletionTags.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 Microsoft.CodeAnalysis.Tags;
namespace Microsoft.CodeAnalysis.Completion
{
/// <summary>
/// The set of well known tags used for the <see cref... | // 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 Microsoft.CodeAnalysis.Tags;
namespace Microsoft.CodeAnalysis.Completion
{
/// <summary>
/// The set of well known tags used for the <see cref... | mit | C# |
9cfee12d9ec2021398363ccef452012f5c112007 | fix version | arkoc/EntityFramework.Guardian | EntityFramework.Guardian.Core/Properties/AssemblyInfo.cs | EntityFramework.Guardian.Core/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("EntityFramework.Guardian")]
[assembly: As... | 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("EntityFramework.Guardian")]
[assembly: As... | mit | C# |
27d9da743a1e8544746cab824c11be97ac85dcdd | Update version | baylesj/OkayCloudSearch,baylesj/OkayCloudSearch | Properties/AssemblyInfo.cs | 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("OkayCloudSearch")]
[assembly: AssemblyCon... | 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("OkayCloudSearch")]
[assembly: AssemblyCon... | mit | C# |
c6f1aec28dd318a88a46e4977152d7956b2c45e5 | implement Animal.cs | petyakostova/Rambutan,STzvetkov/Rambutan | Rambutan/Animals/Animal.cs | Rambutan/Animals/Animal.cs | namespace Zoo.Animals
{
using System;
public abstract class Animal
{
// abstract information/methods that all animals can have.
private long animalID;
private AnymalType type; // AnymalType is enumeration with all specific lowest level names like "Lion", "Python", etc.
... | namespace Zoo.Animals
{
using System;
public abstract class Animal
{
// TODO: Enter abstract information/methods that all animals can have.
}
}
| mit | C# |
a72a271ea7ecba521fb1dbed10379066cae3e82d | Remove debug prints to concolse | jojona/AGI17_perkunas,jojona/AGI17_perkunas | Perkunas/Assets/Scripts/ViveController.cs | Perkunas/Assets/Scripts/ViveController.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ViveController : MonoBehaviour {
// Use this for initialization
void Start () {
}
private SteamVR_TrackedObject trackedObj;
private SteamVR_Controller.Device Controller
{
get { return SteamVR_Contr... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ViveController : MonoBehaviour {
// Use this for initialization
void Start () {
}
private SteamVR_TrackedObject trackedObj;
private SteamVR_Controller.Device Controller
{
get { return SteamVR_Contr... | mit | C# |
d903c3ece1378e49cc49f84a92d0717602ffdada | Fix compilation error | tzachshabtay/MonoAGS | Source/Engine/AGS.Engine.Desktop/DesktopKeyboardState.cs | Source/Engine/AGS.Engine.Desktop/DesktopKeyboardState.cs | using System;
using AGS.API;
namespace AGS.Engine.Desktop
{
public class DesktopKeyboardState : IKeyboardState
{
public DesktopKeyboardState()
{
OnSoftKeyboardHidden = new AGSEvent<AGSEventArgs>();
}
public bool CapslockOn { get { return Console.CapsLock; } }
... | using System;
namespace AGS.Engine.Desktop
{
public class DesktopKeyboardState : IKeyboardState
{
public bool CapslockOn { get { return Console.CapsLock; } }
public bool SoftKeyboardVisible { get { return false; } }
public void HideSoftKeyboard() { }
public void ShowSoftKeybo... | artistic-2.0 | C# |
70f03052fb4accd42cf8edc3b943b46a044016be | Use ChatRelay instead of UIManager when examining objects | krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,Necromunger/unitystation... | UnityProject/Assets/Scripts/Objects/MessageOnInteract.cs | UnityProject/Assets/Scripts/Objects/MessageOnInteract.cs | using JetBrains.Annotations;
using PlayGroups.Input;
using UI;
using UnityEngine;
public class MessageOnInteract : InputTrigger
{
public string Message;
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
public override void Interact(GameObject origina... | using JetBrains.Annotations;
using PlayGroups.Input;
using UI;
using UnityEngine;
public class MessageOnInteract : InputTrigger
{
public string Message;
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
public override void Interact(GameObject origina... | agpl-3.0 | C# |
3d089c0a1a47d1778101605ad0dfc638b505b340 | bump version to 1.3.4 | jpdillingham/Utility.CommandLine.Arguments,jpdillingham/Utility.CommandLine.Arguments | Utility.CommandLine.Arguments/Properties/AssemblyInfo.cs | Utility.CommandLine.Arguments/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Utility.CommandLine.Arguments")]
[assembly: AssemblyDescription("A C# .NET Class Library containing tools for parsing the command line arguments of console applications.")]
[assembly: AssemblyConfiguration("")]
[assembly: Assembl... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Utility.CommandLine.Arguments")]
[assembly: AssemblyDescription("A C# .NET Class Library containing tools for parsing the command line arguments of console applications.")]
[assembly: AssemblyConfiguration("")]
[assembly: Assembl... | mit | C# |
a2f11709031851c7cf8bcf2902795cfd12218698 | Validate the WalletName property. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Fluent/ViewModels/AddWalletPageViewModel.cs | WalletWasabi.Fluent/ViewModels/AddWalletPageViewModel.cs | using ReactiveUI;
using System;
using System.IO;
using System.Windows.Input;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Wallets;
using WalletWasabi.Stores;
using NBitcoin;
using WalletWasabi.Fluent.ViewModels.Dialogs;
using WalletWasabi.Flue... | using ReactiveUI;
using System;
using System.Windows.Input;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Wallets;
using WalletWasabi.Stores;
using NBitcoin;
using WalletWasabi.Fluent.ViewModels.Dialogs;
using WalletWasabi.Fluent.ViewModels.Add... | mit | C# |
00327a318e55499301d05ba5b98549e3b98ea425 | Fix pragma warning restore (#26389) | poizan42/coreclr,krk/coreclr,cshung/coreclr,krk/coreclr,krk/coreclr,krk/coreclr,cshung/coreclr,poizan42/coreclr,poizan42/coreclr,poizan42/coreclr,poizan42/coreclr,cshung/coreclr,cshung/coreclr,cshung/coreclr,krk/coreclr,krk/coreclr,cshung/coreclr,poizan42/coreclr | src/System.Private.CoreLib/shared/System/ByReference.cs | src/System.Private.CoreLib/shared/System/ByReference.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;
namespace System
{
// ByReference<T> is... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;
namespace System
{
// ByReference<T> is... | mit | C# |
b9841f62ef91b94e4ab768e67dd8505425e88d78 | define ActionCreator | mattak/Unidux | Assets/Plugins/Unidux/Examples/Todo/Scripts/TodoVisibilityDuck.cs | Assets/Plugins/Unidux/Examples/Todo/Scripts/TodoVisibilityDuck.cs | namespace Unidux.Example.Todo
{
public static class TodoVisibilityDuck
{
public enum ActionType
{
SET_VISIBILITY,
}
public class Action
{
public ActionType ActionType;
public VisibilityFilter Filter;
}
public static cl... | namespace Unidux.Example.Todo
{
public static class TodoVisibilityDuck
{
public enum ActionType
{
SET_VISIBILITY,
}
public class Action
{
public ActionType ActionType;
public VisibilityFilter Filter;
}
public static St... | mit | C# |
f45220e8d14cc44c36db74585ea5b2ae6ada5062 | remove testcode #26 | neuecc/MagicOnion | sandbox/Sandbox.ConsoleServer/Services/MyFirstService.cs | sandbox/Sandbox.ConsoleServer/Services/MyFirstService.cs | #pragma warning disable CS1998 // Async method lacks 'await' operators and will run synchronously
using MagicOnion;
using MagicOnion.Server;
using System.Threading.Tasks;
using System;
namespace Sandbox.ConsoleServer.Services
{
public class MyFirstService : ServiceBase<IMyFirstService>, IMyFirstService
{
... | #pragma warning disable CS1998 // Async method lacks 'await' operators and will run synchronously
using MagicOnion;
using MagicOnion.Server;
using System.Threading.Tasks;
using System;
namespace Sandbox.ConsoleServer.Services
{
public class MyFirstService : ServiceBase<IMyFirstService>, IMyFirstService
{
... | mit | C# |
e89f310d97813103ea8f09c075e4043a6ffeb289 | Update EntityUnitOfWork.cs | tiksn/TIKSN-Framework | TIKSN.Framework.Core/Data/EntityFrameworkCore/EntityUnitOfWork.cs | TIKSN.Framework.Core/Data/EntityFrameworkCore/EntityUnitOfWork.cs | using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
namespace TIKSN.Data.EntityFrameworkCore
{
public class EntityUnitOfWork : UnitOfWorkBase
{
private readonly DbContext[] _dbContexts;
public EntityUnitOfWork(DbContext[] dbContexts) =... | using Microsoft.EntityFrameworkCore;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace TIKSN.Data.EntityFrameworkCore
{
public class EntityUnitOfWork : UnitOfWorkBase
{
private readonly DbContext[] _dbContexts;
public EntityUnitOfWork(DbContext[] dbContexts)
... | mit | C# |
e9371770735858067b23e8b6b0ceeaeaf7334a9c | Update to RC1 | Azure-Samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnet5,AzureADSamples/WebApp-WebAPI-OpenIdConnect-AspNet5,AzureADSamples/WebApp-WebAPI-OpenIdConnect-AspNet5,Azure-Samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnet5,Azure-Samples/active-directory-dotnet-webapp-webapi-openidconnect-aspn... | TodoListWebApp/Utils/NaiveSessionCache.cs | TodoListWebApp/Utils/NaiveSessionCache.cs | using Microsoft.AspNet.Http;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
using System;
using Microsoft.AspNet.Http.Features;
namespace TodoListWebApp.Utils
{
public class NaiveSessionCache : TokenCache
{
private static readonly object FileLock = new object();
string UserObjectId = s... | using Microsoft.AspNet.Http;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
using System;
using Microsoft.AspNet.Http.Features;
namespace TodoListWebApp.Utils
{
public class NaiveSessionCache : TokenCache
{
private static readonly object FileLock = new object();
string UserObjectId = s... | apache-2.0 | C# |
0ad62b147586c02a3588c7b2464f93997cfd2b23 | remove usless var | skacofonix/WhatTheMovie,skacofonix/WhatTheMovie,skacofonix/WhatTheMovie | WTM.Crawler.Test/Parser/ShotParserTest.cs | WTM.Crawler.Test/Parser/ShotParserTest.cs | using NFluent;
using NUnit.Framework;
using WTM.Crawler.Parsers;
using WTM.Domain;
namespace WTM.Crawler.Test.Parser
{
[TestFixture]
public class ShotParserTest
{
[Test]
public void ShouldParseShotPage()
{
var shot1 = ParseShotAndDoBasicCheck(1);
Check.That(... | using NFluent;
using NUnit.Framework;
using WTM.Crawler.Parsers;
using WTM.Domain;
namespace WTM.Crawler.Test.Parser
{
[TestFixture]
public class ShotParserTest
{
[Test]
public void ShouldParseShotPage()
{
var shot1 = ParseShotAndDoBasicCheck(1);
Check.That(... | mit | C# |
30964d8a2bd0521de37dcc5e7f383a4016eb7cb8 | Support classic | testfairy/testfairy-xamarin | samples/TestFairySampleiOS/TestFairySampleiOS/TestFairySampleiOSViewController.designer.cs | samples/TestFairySampleiOS/TestFairySampleiOS/TestFairySampleiOSViewController.designer.cs | // WARNING
//
// This file has been generated automatically by Xamarin Studio from the outlets and
// actions declared in your storyboard file.
// Manual changes to this file will not be maintained.
//
#if ! __UNIFIED__
using MonoTouch.Foundation;
#else
using Foundation;
using UIKit;
#endif
using System;
using System... | // WARNING
//
// This file has been generated automatically by Xamarin Studio from the outlets and
// actions declared in your storyboard file.
// Manual changes to this file will not be maintained.
//
#if ! __UNIFIED__
#else
using Foundation;
using UIKit;
#endif
using System;
using System.CodeDom.Compiler;
namespac... | apache-2.0 | C# |
64d36e053b90483173bc5bb70daa38f27cc602e5 | Test deploy | nzkelvin/vocabulary | vocab/vocab.mvc/Views/Home/Index.cshtml | vocab/vocab.mvc/Views/Home/Index.cshtml |
@{
ViewBag.Title = "Index";
}
<h2>Index</h2>
<p>Testtttttt</p>
|
@{
ViewBag.Title = "Index";
}
<h2>Index</h2>
| mit | C# |
78a158284ea7d72a07cdacf2f48425ba94c650a7 | Support Unity 2017.3+ | DragonBox/u3d,DragonBox/u3d | examples/Example2/Assets/Editor/EditorRun.cs | examples/Example2/Assets/Editor/EditorRun.cs | using UnityEditor;
using UnityEngine;
using System.Collections.Generic;
using System.IO;
using System;
namespace U3d {
class EditorRun {
[MenuItem ("U3d/Example/Build")]
static void Build() {
Debug.Log("Building Example2");
BuildTarget Target;
#if UNITY_2017_3_OR_NEWER
Target = BuildTarget... | using UnityEditor;
using UnityEngine;
using System.Collections.Generic;
using System.IO;
using System;
namespace U3d {
class EditorRun {
[MenuItem ("U3d/Example/Build")]
static void Build() {
Debug.Log("Building Example2");
BuildPlayer(EditorBuildSettings.scenes, "target/Example2.app", BuildTarg... | mit | C# |
f7bf7318d5090cf4ab3d0fc8567ae767f2b409df | Make RegistrationFeature AtRestPath user configurable | timba/NServiceKit,nataren/NServiceKit,NServiceKit/NServiceKit,timba/NServiceKit,MindTouch/NServiceKit,NServiceKit/NServiceKit,NServiceKit/NServiceKit,MindTouch/NServiceKit,ZocDoc/ServiceStack,timba/NServiceKit,nataren/NServiceKit,ZocDoc/ServiceStack,ZocDoc/ServiceStack,ZocDoc/ServiceStack,MindTouch/NServiceKit,nataren/... | src/ServiceStack.ServiceInterface/RegistrationFeature.cs | src/ServiceStack.ServiceInterface/RegistrationFeature.cs | using System;
using ServiceStack.FluentValidation;
using ServiceStack.ServiceInterface.Auth;
using ServiceStack.WebHost.Endpoints;
namespace ServiceStack.ServiceInterface
{
/// <summary>
/// Enable the Registration feature and configure the RegistrationService.
/// </summary>
public class Registration... | using System;
using ServiceStack.FluentValidation;
using ServiceStack.ServiceInterface.Auth;
using ServiceStack.WebHost.Endpoints;
namespace ServiceStack.ServiceInterface
{
/// <summary>
/// Enable the Registration feature and configure the RegistrationService.
/// </summary>
public class Registration... | bsd-3-clause | C# |
454eec2acfaf731a28d30f2c5d7278486402f54c | Make sure Settings is never null | NickCraver/StackExchange.Exceptional,NickCraver/StackExchange.Exceptional | src/StackExchange.Exceptional.Shared/Internal/Statics.cs | src/StackExchange.Exceptional.Shared/Internal/Statics.cs | namespace StackExchange.Exceptional.Internal
{
/// <summary>
/// Internal Exceptional static controls, not meant for consumption.
/// This can and probably will break without warning. Don't use the .Internal namespace directly.
/// </summary>
public static class Statics
{
/// <summary>
... | namespace StackExchange.Exceptional.Internal
{
/// <summary>
/// Internal Exceptional static controls, not meant for consumption.
/// This can and probably will break without warning. Don't use the .Internal namespace directly.
/// </summary>
public static class Statics
{
/// <summary>
... | apache-2.0 | C# |
91ae4896b083c7a634ba3c116ecf028c854fbb30 | Add API support for #15 | MelHarbour/HeadRaceTiming-Site,MelHarbour/HeadRaceTiming-Site,MelHarbour/HeadRaceTiming-Site | HeadRaceTiming-Site/Controllers/CrewApiController.cs | HeadRaceTiming-Site/Controllers/CrewApiController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using HeadRaceTimingSite.Models;
using Microsoft.EntityFrameworkCore;
using HeadRaceTimingSite.ViewModels;
// For more information on enabling MVC for empty projects, visit https://go.micro... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using HeadRaceTimingSite.Models;
using Microsoft.EntityFrameworkCore;
using HeadRaceTimingSite.ViewModels;
// For more information on enabling MVC for empty projects, visit https://go.micro... | mit | C# |
155a8d0734ab5900896e7dd949cb054506a2c0b4 | Fix issue #3 | themehrdad/NetTelebot,vertigra/NetTelebot-2.0 | NetTelebot.Commands.TestApplication/CalculatorBot.cs | NetTelebot.Commands.TestApplication/CalculatorBot.cs | namespace NetTelebot.Commands.TestApplication
{
public class CalculatorBot : Bot
{
public CalculatorBot(string token): base("calculator", token)
{
CommandInfo command = new CommandInfo("/start") {StaticAcceptMessage = "Ok you started the calculator"};
Configuration.Comm... | namespace NetTelebot.Commands.TestApplication
{
public class CalculatorBot : Bot
{
public CalculatorBot(string token): base("calculator", token)
{
CommandInfo command = new CommandInfo("/start") {StaticAcceptMessage = "Ok you started the calculator"};
Configuration.Comm... | mit | C# |
2139346f0328b43c30ea8be55391da6e809a4ea1 | Introduce AnonymousObserver | citizenmatt/ndc-london-2013 | rx/rx/Program.cs | rx/rx/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace rx
{
class Program
{
static void Main(string[] args)
{
var subject = new Subject<string>();
using (subject.Subscribe(new Anony... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace rx
{
class Program
{
static void Main(string[] args)
{
var subject = new Subject<string>();
using (subject.Subscribe(result =>... | mit | C# |
71a39cb875214e2605643dd1de4f825e72dda4f9 | Include async keyword check | giggio/code-cracker,baks/code-cracker,eriawan/code-cracker,code-cracker/code-cracker,kindermannhubert/code-cracker,jhancock93/code-cracker,robsonalves/code-cracker,AlbertoMonteiro/code-cracker,jwooley/code-cracker,adraut/code-cracker,dlsteuer/code-cracker,dmgandini/code-cracker,ElemarJR/code-cracker,akamud/code-cracker... | src/CSharp/CodeCracker/Style/TaskNameAsyncAnalyzer.cs | src/CSharp/CodeCracker/Style/TaskNameAsyncAnalyzer.cs | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
using System.Collections.Immutable;
using System.Threading.Tasks;
namespace CodeCracker.Style
{
[DiagnosticAnalyzer(LanguageNames.CSharp)]
public class TaskN... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
using System.Collections.Immutable;
using System.Threading.Tasks;
namespace CodeCracker.Style
{
[DiagnosticAnalyzer(LanguageNames.CSharp)]
public class TaskN... | apache-2.0 | C# |
4841778b30421487d08434af19c51dee7ad13394 | Simplify xml test code creating a string | stephenmichaelf/corefx,lggomez/corefx,dotnet-bot/corefx,seanshpark/corefx,fgreinacher/corefx,lggomez/corefx,ravimeda/corefx,ptoonen/corefx,tijoytom/corefx,marksmeltzer/corefx,weltkante/corefx,weltkante/corefx,ravimeda/corefx,gkhanna79/corefx,tijoytom/corefx,parjong/corefx,ptoonen/corefx,zhenlan/corefx,wtgodbe/corefx,mm... | src/Common/tests/System/Xml/ModuleCore/cltmconsole.cs | src/Common/tests/System/Xml/ModuleCore/cltmconsole.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Text; //Encoding
using System.Diagnostics; //TraceListener
namespace ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Text; //Encoding
using System.Diagnostics; //TraceListener
namespace ... | mit | C# |
ae963975c07e16a58c29bcb41aec523c4672e8f1 | Fix test | mvno/Okanshi,mvno/Okanshi,mvno/Okanshi | tests/Okanshi.Tests/MonitorApiTest.cs | tests/Okanshi.Tests/MonitorApiTest.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using FluentAssertions;
using Newtonsoft.Json;
using Xunit;
namespace Okanshi.Test
{
public class MonitorApiTest : IDisposable
{
private readonly MonitorApi _monitorApi;
pri... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using FluentAssertions;
using Newtonsoft.Json;
using Xunit;
namespace Okanshi.Test
{
public class MonitorApiTest : IDisposable
{
private readonly MonitorApi _monitorApi;
pri... | mit | C# |
1da56c2529c8d52bd8f3b1ceb07795379221dc02 | Update the IBufferWriter contract definition documentation to be clearer (#35554) | BrennanConroy/corefx,BrennanConroy/corefx,ViktorHofer/corefx,wtgodbe/corefx,wtgodbe/corefx,shimingsg/corefx,wtgodbe/corefx,shimingsg/corefx,ptoonen/corefx,ViktorHofer/corefx,ericstj/corefx,ptoonen/corefx,shimingsg/corefx,wtgodbe/corefx,ericstj/corefx,ericstj/corefx,shimingsg/corefx,wtgodbe/corefx,shimingsg/corefx,shimi... | src/System.Memory/src/System/Buffers/IBufferWriter.cs | src/System.Memory/src/System/Buffers/IBufferWriter.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.Buffers
{
/// <summary>
/// Represents an output sink into which <typeparam name="T"/> dat... | // 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.Buffers
{
/// <summary>
/// Represents a <typeparam name="T"/> sink
/// </summary>
... | mit | C# |
e20bd993fbce64e895a1101cd528a23785ded03b | add newline to end of chat messages without one | bcwood/LyncChatLogger | LyncChatLogger/ChatLog.cs | LyncChatLogger/ChatLog.cs | using System;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using Microsoft.Lync.Model.Conversation;
namespace LyncChatLogger
{
public static class ChatLog
{
private static Dictionary<string, string> _logs = new Dictionary<string, string>();
public static void Open(Conversation... | using System;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using Microsoft.Lync.Model.Conversation;
namespace LyncChatLogger
{
public static class ChatLog
{
private static Dictionary<string, string> _logs = new Dictionary<string, string>();
public static void Open(Conversation... | mit | C# |
01eeda768f72f44f675295a425700bbf5971098e | Use multicast instead of explicit BehaviourSubject setup | MHeasell/Mappy,MHeasell/Mappy | Mappy/ExtensionMethods.cs | Mappy/ExtensionMethods.cs | namespace Mappy
{
using System;
using System.ComponentModel;
using System.Reactive.Linq;
using System.Reactive.Subjects;
public static class ExtensionMethods
{
public static IObservable<TField> PropertyAsObservable<TSource, TField>(this TSource source, Func<TSource, TField> ac... | namespace Mappy
{
using System;
using System.ComponentModel;
using System.Reactive.Linq;
using System.Reactive.Subjects;
public static class ExtensionMethods
{
public static IObservable<TField> PropertyAsObservable<TSource, TField>(this TSource source, Func<TSource, TField> ac... | mit | C# |
83297ffc0ed1eaee60cf2e6b8cd8bb6e70b05d70 | Delete stop reciever, to stop receiver use CancellationToken | witoong623/TirkxDownloader,witoong623/TirkxDownloader | Framework/Interface/IMessageRecieverT.cs | Framework/Interface/IMessageRecieverT.cs | using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace TirkxDownloader.Framework.Interface
{
/// <summary>
/// This interface should be implemented for recieve JSON then parse it and return to caller
/// </summary>
/// <typeparam name="T">Type of message, mus... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TirkxDownloader.Framework.Interface
{
/// <summary>
/// This interface should be implemented for recieve JSON then parse it and return to caller
/// </summary>
/// <typeparam n... | mit | C# |
f816a86bb9028124bf7b6556466b1e26a3608cbb | Update copyright | ethomson/gitresources,ethomson/gitresources,alsafonov/gitresources,alsafonov/gitresources | GitResources/Views/Shared/_Layout.cshtml | GitResources/Views/Shared/_Layout.cshtml | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
@{
var pageTitle = (ViewBag.Title != null && ViewBag.Title.Length > 0) ?
"Git Resources: " + ViewBag.Title :
"Git Resources";
}
<title>@pageTitle</title>
<link href="~/favicon.ico" rel="shortcut icon" t... | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
@{
var pageTitle = (ViewBag.Title != null && ViewBag.Title.Length > 0) ?
"Git Resources: " + ViewBag.Title :
"Git Resources";
}
<title>@pageTitle</title>
<link href="~/favicon.ico" rel="shortcut icon" t... | mit | C# |
fac18c075eb588debaf199ba26cd8aec4ada634e | Fix geckowebdriver download (#83) | rosolko/WebDriverManager.Net | WebDriverManager/DriverConfigs/Impl/FirefoxConfig.cs | WebDriverManager/DriverConfigs/Impl/FirefoxConfig.cs | using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using AngleSharp.Html.Parser;
using Architecture = WebDriverManager.Helpers.Architecture;
namespace WebDriverManager.DriverConfigs.Impl
{
public class FirefoxConfig : IDriverConfig
{
private const string DownloadUrl = "https://g... | using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using AngleSharp.Html.Parser;
using Architecture = WebDriverManager.Helpers.Architecture;
namespace WebDriverManager.DriverConfigs.Impl
{
public class FirefoxConfig : IDriverConfig
{
private const string DownloadUrl = "https://g... | mit | C# |
736a36a326700ab325db2f3938025f9cf76a1490 | Fix failed testcase | smoogipoo/osu,johnneijzen/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,EVAST9919/osu,smoogipooo/osu,peppy/osu,2yangk23/osu,peppy/osu-new,NeoAdonis/osu,2yangk23/osu,EVAST9919/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,johnneijzen/osu,peppy/osu | osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.cs | osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.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.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Timing;
using osu.Game.Beatmaps;
using osu.Game.Overlays;
names... | // 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.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Timing;
using osu.Game.Beatmaps;
using osu.Game.Overlays;
names... | mit | C# |
ef2ef28f3fdbb1156f496c8f7bb9c3601a84c534 | Change MaybeNullWhenAttribute to internal to remove collision with diagnostics ns | NicolasDorier/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin | NBitcoin/NullableShims.cs | NBitcoin/NullableShims.cs | #if NULLABLE_SHIMS
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace System.Diagnostics.CodeAnalysis
{
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
internal sealed class MaybeNullWhenAttribute : Attribute
{
public Mayb... | #if NULLABLE_SHIMS
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace System.Diagnostics.CodeAnalysis
{
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
public sealed class MaybeNullWhenAttribute : Attribute
{
public MaybeN... | mit | C# |
9a5e2a71ca3f825fef9be222374181d4f13f1998 | Optimize c# test detection | kbilsted/LineCounter.Net | LineCounter/Strategies/CSharpStrategy.cs | LineCounter/Strategies/CSharpStrategy.cs | using System.IO;
using System.Collections.Generic;
namespace KbgSoft.LineCounter.Strategies {
public class CSharpStrategy : IStrategy {
private static readonly TrimStringLens l = new TrimStringLens();
private bool foundTests = false;
public string StatisticsKey => foundTests ? "C# test" : "C#";
public Stat... | using System.IO;
using System.Collections.Generic;
namespace KbgSoft.LineCounter.Strategies {
public class CSharpStrategy : IStrategy {
private static readonly TrimStringLens l = new TrimStringLens();
private bool foundTests = false;
public string StatisticsKey => foundTests ? "C# test" : "C#";
public Stat... | apache-2.0 | C# |
e0d9935dc1be1ee4a516c8d61cca5a94c3a64bb4 | add win check for Game | svmnotn/friendly-guacamole | Assets/src/data/Game.cs | Assets/src/data/Game.cs | using System.Collections.Generic;
public class Game {
List<Player> players;
Player curr;
Dictionary<Vector, Grid> map;
public Game(List<Player> players) {
this.players = players;
curr = players.ToArray () [0];
map = new Dictionary<Vector, Grid> ();
map.Add (new Vector (0, 0), new Grid ());
... | using System.Collections.Generic;
public class Game {
List<Player> players;
Player curr;
Dictionary<Vector, Grid> map;
public Game(List<Player> players) {
this.players = players;
curr = players.ToArray () [0];
map = new Dictionary<Vector, Grid> ();
map.Add (new Vector (0, 0), new Grid ());
}
}
| mit | C# |
d44f02f807b52770cbadb5c7f2aaaec159737d3a | fix on columns | trurl123/csharp-driver,kishkaru/csharp-driver,datastax/csharp-driver,maxwellb/csharp-driver,maxwellb/csharp-driver,jorgebay/csharp-driver,datastax/csharp-driver,bridgewell/csharp-driver,alprema/csharp-driver,AtwooTM/csharp-driver,aNutForAJarOfTuna/csharp-driver,mintsoft/csharp-driver,oguimbal/csharp-driver | Cassandra.Native/RowPopulators/CqlRow.cs | Cassandra.Native/RowPopulators/CqlRow.cs | using System;
using System.Collections.Generic;
using System.Text;
namespace Cassandra.Native
{
public class CqlRow
{
public object[] columns;
Dictionary<string, int> columnIdxes;
internal CqlRow(OutputRows rawrows, Dictionary<string, int> columnIdxes)
{
columns = n... | using System;
using System.Collections.Generic;
using System.Text;
namespace Cassandra.Native
{
public class CqlRow
{
public object[] columns;
Dictionary<string, int> columnIdxes;
internal CqlRow(OutputRows rawrows, Dictionary<string, int> columnIdxes)
{
columns = n... | apache-2.0 | C# |
45c394dc8a568f2accbaf7c76ca0a0514a7fad70 | Update the Licensed of Assemblyinfo | StyleTang/incubator-rocketmq-externals,StyleTang/incubator-rocketmq-externals,StyleTang/incubator-rocketmq-externals,StyleTang/incubator-rocketmq-externals,StyleTang/incubator-rocketmq-externals,StyleTang/incubator-rocketmq-externals,StyleTang/incubator-rocketmq-externals,StyleTang/incubator-rocketmq-externals,StyleTan... | rocketmq-client-donet/Properties/AssemblyInfo.cs | rocketmq-client-donet/Properties/AssemblyInfo.cs | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 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("Roc... | apache-2.0 | C# |
addd4892dfcdd2d493a0ca850c7f9280fb31fea0 | Remove unnecessary Android permissions | igrali/SQLite.Net-PCL,fernandovm/SQLite.Net-PCL,mattleibow/SQLite.Net-PCL,kreuzhofer/SQLite.Net-PCL,molinch/SQLite.Net-PCL,oysteinkrog/SQLite.Net-PCL,TiendaNube/SQLite.Net-PCL,igrali/SQLite.Net-PCL,caseydedore/SQLite.Net-PCL | src/SQLite.Net.Platform.XamarinAndroid/Properties/AssemblyInfo.cs | src/SQLite.Net.Platform.XamarinAndroid/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
using Android;
using Android.App;
// 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("SQLite... | using System.Reflection;
using System.Runtime.InteropServices;
using Android;
using Android.App;
// 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("SQLite... | mit | C# |
5cc07e25990f542869024e96250014e77692945e | Add missing SupportsBody property | elastic/elasticsearch-net,elastic/elasticsearch-net | src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SnapshotLifecycleManagement.cs | src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.SnapshotLifecycleManagement.cs | // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗
// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝
// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗
// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝
// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗
// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝
// -----------... | // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗
// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝
// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗
// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝
// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗
// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝
// -----------... | apache-2.0 | C# |
60df6e66212e18df906714ce1778957224528c22 | Document the exception | punker76/Espera,flagbug/Espera | Espera/Espera.Core/INetworkSongFinder.cs | Espera/Espera.Core/INetworkSongFinder.cs | using System.Collections.Generic;
using System.Threading.Tasks;
namespace Espera.Core
{
public interface INetworkSongFinder<T> where T : Song
{
/// <summary>
/// Searches songs with the specified search term.
/// </summary>
/// <exception cref="NetworkSongFinderException">The s... | using System.Collections.Generic;
using System.Threading.Tasks;
namespace Espera.Core
{
public interface INetworkSongFinder<T> where T : Song
{
Task<IReadOnlyList<T>> GetSongsAsync(string searchTerm);
}
} | mit | C# |
8521910fc2634db63a2636ea6adfcb6c9eb1f2e3 | Fix type error. | msgpack/msgpack-cli,msgpack/msgpack-cli | test/MsgPack.UnitTest/Serialization/StructWithDataContractTest.cs | test/MsgPack.UnitTest/Serialization/StructWithDataContractTest.cs | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2016 FUJIWARA, Yusuke and contributors
//
// 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
//
// htt... | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2016 FUJIWARA, Yusuke and contributors
//
// 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
//
// htt... | apache-2.0 | C# |
7378b394c4f6e3071fe7c12458fc08646df22bd0 | Put in a new class to do some quick timing output to the debug window | jlewin/agg-sharp,larsbrubaker/agg-sharp,MatterHackers/agg-sharp | Gui/PerformanceTimer/PerformanceTimer.cs | Gui/PerformanceTimer/PerformanceTimer.cs | /*
Copyright (c) 2015, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2015, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | bsd-2-clause | C# |
0577fff643c1aa3c6f567bd50f22e8e399f9da43 | implement GET and POST in controller implement bad request for PUT and DELETE | MCeddy/IoT-core | IoT-Core/Controllers/ValuesController.cs | IoT-Core/Controllers/ValuesController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using IoT_Core.Models;
namespace IoT_Core.Controllers
{
[Route("api/[controller]")]
public class ValuesController : Controller
{
private SensorValueContext _dbContext;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace IoT_Core.Controllers
{
[Route("api/[controller]")]
public class ValuesController : Controller
{
// GET api/values
[HttpGet]
public IEnumerable<... | mit | C# |
9ffe0667c014399d16357ae52f80b11d03c3b60e | Set root view controller | markradacz/monotouch-samples,albertoms/monotouch-samples,albertoms/monotouch-samples,W3SS/monotouch-samples,markradacz/monotouch-samples,xamarin/monotouch-samples,W3SS/monotouch-samples,markradacz/monotouch-samples,kingyond/monotouch-samples,xamarin/monotouch-samples,kingyond/monotouch-samples,iFreedive/monotouch-sampl... | MediaCapture/MediaCapture/AppDelegate.cs | MediaCapture/MediaCapture/AppDelegate.cs | //
// how to capture still images, video and audio using iOS AVFoundation and the AVCAptureSession
//
// This sample handles all of the low-level AVFoundation and capture graph setup required to capture and save media. This code also exposes the
// capture, configuration and notification capabilities in a more '.Netis... | //
// how to capture still images, video and audio using iOS AVFoundation and the AVCAptureSession
//
// This sample handles all of the low-level AVFoundation and capture graph setup required to capture and save media. This code also exposes the
// capture, configuration and notification capabilities in a more '.Netis... | mit | C# |
6262d37a30b2185196ddc7346582fd820777a7c5 | Revert Address to old version to avoid breaking existing clients | goshippo/shippo-csharp-client | Shippo/Address.cs | Shippo/Address.cs | using System;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Shippo {
[JsonObject (MemberSerialization.OptIn)]
public class Address : ShippoId {
[JsonProperty (PropertyName = "object_state")]
public object ObjectState { get; set; }
[JsonProperty (PropertyName = "ob... | using System;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Shippo {
[JsonObject (MemberSerialization.OptIn)]
public class Address : ShippoId {
[JsonProperty (PropertyName = "object_state")]
public string ObjectState;
[JsonProperty (PropertyName = "object_purpose"... | apache-2.0 | C# |
1df040a8681974dcb13fa8c75b0c53cc8e979fdf | Change AddResult form styles. | LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform | src/CompetitionPlatform/Views/Project/AddResult.cshtml | src/CompetitionPlatform/Views/Project/AddResult.cshtml | @model CompetitionPlatform.Models.ProjectViewModels.AddResultViewModel
@*<form asp-controller="ProjectDetails" asp-action="SaveResult" enctype="multipart/form-data">
<div class="form-group col-md-10">
<input asp-for="@Model.ProjectId" type="hidden"/>
<input asp-for="@Model.ParticipantId... | @model CompetitionPlatform.Models.ProjectViewModels.AddResultViewModel
@*<form asp-controller="ProjectDetails" asp-action="SaveResult" enctype="multipart/form-data">
<div class="form-group col-md-10">
<input asp-for="@Model.ProjectId" type="hidden"/>
<input asp-for="@Model.ParticipantId... | mit | C# |
11231f89b2bfe15e140210ddc790e5d0c1da57bb | Increase asm version | Tornhoof/RoaringBitmap | RoaringBitmap/Properties/AssemblyInfo.cs | RoaringBitmap/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("Roaring Bitmap")]
[assembly: AssemblyDes... | 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("Roaring Bitmap")]
[assembly: AssemblyDes... | apache-2.0 | C# |
2d68f7d5e5e73330f4fa5e2359e93ed41da8ec6b | Remove the main method. | bigfont/WebNotWar | app/startup.cs | app/startup.cs | using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
namespace WebNotWar
{
public class Startup
{
public void Configure(IApplicationBuilder app)
{
app.Run(async (context) =>
{
await context.Response.WriteAsync("Hel... | using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
namespace WebNotWar
{
public class Startup
{
public void Configure(IApplicationBuilder app)
{
app.Run(async (context) =>
{
await context.Response.WriteAsync("Hel... | mit | C# |
4bb06873d53d4459268e13305788cb9996d373ec | Move badge hierarchy declaration to constructor for safer access | NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,peppy/osu | osu.Game/Overlays/BeatmapSet/BeatmapBadge.cs | osu.Game/Overlays/BeatmapSet/BeatmapBadge.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.Extensions.LocalisationExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Fr... | // 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.Extensions.LocalisationExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Fr... | mit | C# |
cdbfecaca805939e2788ccb017b9c13930196928 | update version | lncosie/antlr4,wjkohnen/antlr4,parrt/antlr4,krzkaczor/antlr4,parrt/antlr4,Pursuit92/antlr4,parrt/antlr4,Distrotech/antlr4,ericvergnaud/antlr4,antlr/antlr4,supriyantomaftuh/antlr4,wjkohnen/antlr4,ericvergnaud/antlr4,chienjchienj/antlr4,Pursuit92/antlr4,mcanthony/antlr4,antlr/antlr4,mcanthony/antlr4,Pursuit92/antlr4,jvan... | runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs | runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs | /*
* [The "BSD license"]
* Copyright (c) 2013 Terence Parr
* Copyright (c) 2013 Sam Harwell
* 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 cod... | /*
* [The "BSD license"]
* Copyright (c) 2013 Terence Parr
* Copyright (c) 2013 Sam Harwell
* 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 cod... | bsd-3-clause | C# |
ca873e2cc138a73f6824eae77a29510a189e5b2f | Update version. | Grabacr07/MetroTrilithon | source/MetroTrilithon.Desktop/Properties/AssemblyInfo.cs | source/MetroTrilithon.Desktop/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;
[assembly: AssemblyTitle("MetroTrilithon.Desktop")]
[assembly: AssemblyDescription("Utilities for Windows Desktop apps")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("grabacr.... | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;
[assembly: AssemblyTitle("MetroTrilithon.Desktop")]
[assembly: AssemblyDescription("Utilities for Windows Desktop apps")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("grabacr.... | mit | C# |
86c8e9a99ac7ad20738dd66780aa38a72865b99b | Fix registry name enumeration (dotnet/coreclr#10711) | ViktorHofer/corefx,BrennanConroy/corefx,shimingsg/corefx,ericstj/corefx,ptoonen/corefx,wtgodbe/corefx,zhenlan/corefx,ptoonen/corefx,wtgodbe/corefx,zhenlan/corefx,Jiayili1/corefx,ericstj/corefx,mmitche/corefx,shimingsg/corefx,ericstj/corefx,ViktorHofer/corefx,mmitche/corefx,ravimeda/corefx,BrennanConroy/corefx,zhenlan/c... | src/Common/src/CoreLib/Interop/Windows/Interop.Errors.cs | src/Common/src/CoreLib/Interop/Windows/Interop.Errors.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.
internal partial class Interop
{
// As defined in winerror.h and https://msdn.microsoft.com/en-us/library/window... | // 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.
internal partial class Interop
{
internal partial class Errors
{
internal const int ERROR_SUCCESS = ... | mit | C# |
f6a78e9df7297a184f17058f289ef1a093a9f735 | Set version to 0.2.1 | dancol90/mi-360 | Source/mi-360/Properties/AssemblyInfo.cs | Source/mi-360/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: Ass... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: Ass... | bsd-3-clause | C# |
43ebf710ab0ea438e37c12dee8676b33217a4ef0 | Fix regression in reading config | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNet.Server.Kestrel/ServerInformation.cs | src/Microsoft.AspNet.Server.Kestrel/ServerInformation.cs | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.Framework.Configuration;
namespace Microsoft.Asp... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.Framework.Configuration;
namespace Microsoft.Asp... | apache-2.0 | C# |
d41352f4321922c5e0479e99e92f2f959a6cd3d7 | Set version to 1.0.1.0 | feg-giessen/videocommander | source/VideoCommander/Properties/AssemblyInfo.cs | source/VideoCommander/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
[assembly: A... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
[assembly: A... | mit | C# |
fc7aa74f050acea58d5cfe0706763b3f920c2b59 | Disable inheritance of transient attributes. | eylvisaker/AgateLib | AgateLib/_Attributes.cs | AgateLib/_Attributes.cs | //
// Copyright (c) 2006-2018 Erik Ylvisaker
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy... | //
// Copyright (c) 2006-2018 Erik Ylvisaker
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy... | mit | C# |
cf9cdea74939909cbaabbc18ff8331d02c379655 | Comment only | NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Core/NakedObjects.Core/reflect/INakedObjectsFramework.cs | Core/NakedObjects.Core/reflect/INakedObjectsFramework.cs | using NakedObjects.Architecture.Persist;
using NakedObjects.Architecture.Reflect;
using NakedObjects.Architecture.Security;
using NakedObjects.Core.Context;
using NakedObjects.Core.Reflect;
using NakedObjects.Objects;
namespace NakedObjects {
/// <summary>
/// Defines a service that provides easy access to th... | using NakedObjects.Architecture.Persist;
using NakedObjects.Architecture.Reflect;
using NakedObjects.Architecture.Security;
using NakedObjects.Core.Context;
using NakedObjects.Core.Reflect;
using NakedObjects.Objects;
namespace NakedObjects {
public interface INakedObjectsFramework {
IMessageBroker Messag... | apache-2.0 | C# |
c3f03d8f0a83ee180ae546e30cad276a9bd34e28 | Add a method to read a string from #Strings | ZixiangBoy/dnlib,kiootic/dnlib,ilkerhalil/dnlib,jorik041/dnlib,modulexcite/dnlib,0xd4d/dnlib,picrap/dnlib,yck1509/dnlib,Arthur2e5/dnlib | dot10/dotNET/StringsStream.cs | dot10/dotNET/StringsStream.cs | using System.Text;
using dot10.IO;
namespace dot10.dotNET {
class StringsStream : DotNetStream {
/// <inheritdoc/>
public StringsStream(IImageStream imageStream, StreamHeader streamHeader)
: base(imageStream, streamHeader) {
}
/// <summary>
/// Read a <see cref="string"/>
/// </summary>
/// <param ... | using dot10.IO;
namespace dot10.dotNET {
class StringsStream : DotNetStream {
/// <inheritdoc/>
public StringsStream(IImageStream imageStream, StreamHeader streamHeader)
: base(imageStream, streamHeader) {
}
}
}
| mit | C# |
7d0390da4164f6d33ba1061b204f23955e10bef6 | Update algorithm for calculating tree probability | GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA | Source/Libraries/FaultData/DataWriters/TreeProbabilityGenerator.cs | Source/Libraries/FaultData/DataWriters/TreeProbabilityGenerator.cs | using GSF.Data;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace FaultData.DataWriters
{
public class TreeProbabilityGenerator
{
public static XElement GetTreeProbability(AdoDataConnection connection, X... | using GSF.Data;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace FaultData.DataWriters
{
public class TreeProbabilityGenerator
{
public static XElement GetTreeProbability(AdoDataConnection connection, X... | mit | C# |
ff16a6a2ef26607d06cfbf85fc172c8ddd6f3807 | improve XML document. | jwChung/Experimentalism,jwChung/Experimentalism | src/Experiment.AutoFixture/TestFixtureAdapter.cs | src/Experiment.AutoFixture/TestFixtureAdapter.cs | using System;
using Jwc.Experiment;
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.Kernel;
namespace Jwc.Experiment
{
/// <summary>
/// <see cref="ISpecimenContext"/>를 <see cref="ITestFixture"/> 인터페이스에 맞춘다.
/// auto data기능을 AutoFixture library로부터 채용하게 된다.
/// </summary>
public class TestFixtureA... | using System;
using Jwc.Experiment;
using Ploeh.AutoFixture;
using Ploeh.AutoFixture.Kernel;
namespace Jwc.Experiment
{
/// <summary>
/// <see cref="ISpecimenContext"/>를 <see cref="ITestFixture"/>에 맞춘다.
/// auto data기능을 AutoFixture library로부터 채용하게 된다.
/// </summary>
public class TestFixtureAdapter... | mit | C# |
d79236736579088d02f7c767dbeeab07a2a5b3e4 | Fix display scoreboard packet id | pdelvo/Pdelvo.Minecraft | Pdelvo.Minecraft.Protocol/Packets/DisplayScoreboard.cs | Pdelvo.Minecraft.Protocol/Packets/DisplayScoreboard.cs | using System;
using Pdelvo.Minecraft.Network;
namespace Pdelvo.Minecraft.Protocol.Packets
{
[PacketUsage(PacketUsage.ServerToClient)]
public class DisplayScoreboard : Packet
{
public byte Position { get; set; }
public string ScoreName { get; set; }
/// <summary>
/// Init... | using System;
using Pdelvo.Minecraft.Network;
namespace Pdelvo.Minecraft.Protocol.Packets
{
[PacketUsage(PacketUsage.ServerToClient)]
public class DisplayScoreboard : Packet
{
public byte Position { get; set; }
public string ScoreName { get; set; }
/// <summary>
/// Init... | mit | C# |
7444166ba2c957362a8d0cf7c75cd535a5f22efc | use NRT | jasonmalinowski/roslyn,CyrusNajmabadi/roslyn,wvdd007/roslyn,physhi/roslyn,dotnet/roslyn,eriawan/roslyn,eriawan/roslyn,sharwell/roslyn,KevinRansom/roslyn,shyamnamboodiripad/roslyn,weltkante/roslyn,eriawan/roslyn,diryboy/roslyn,mavasani/roslyn,AmadeusW/roslyn,physhi/roslyn,AmadeusW/roslyn,weltkante/roslyn,CyrusNajmabadi/... | src/Features/Core/Portable/CommentSelection/ICommentSelectionService.cs | src/Features/Core/Portable/CommentSelection/ICommentSelectionService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnaly... | // 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.
#nullable disable
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using ... | mit | C# |
9ce239dedbf84f730b51913f109fc64754f6eff5 | fix StringNullOrEmptyToVisibilityConverter has no 0 parameter constructor | Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,lances101/Wox,qianlifeng/Wox,lances101/Wox,qianlifeng/Wox | Wox/Converters/StringNullOrEmptyToVisibilityConverter.cs | Wox/Converters/StringNullOrEmptyToVisibilityConverter.cs | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Windows;
using Wox.Plugin;
namespace Wox.Converters
{
public class StringNullOrEmptyToVisibilityConverter : ConvertorBase<StringNullOrEmptyToVisibilityConverter>
{
public StringNullOrEmptyToVisibilityConverter() { ... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Windows;
using Wox.Plugin;
namespace Wox.Converters
{
public class StringNullOrEmptyToVisibilityConverter : ConvertorBase<StringNullOrEmptyToVisibilityConverter>
{
public override object Convert(object value, Type ... | mit | C# |
8c65f42955cabd3d86161193e3f3482fefb1f9d4 | bump version to 1.3.6 | Terradue/DotNetOpenSearchGeoJson | Terradue.OpenSearch.GeoJson/Properties/AssemblyInfo.cs | Terradue.OpenSearch.GeoJson/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
/*!
\namespace Terradue.OpenSearch.GeoJson
@{
DotNetOpenSearchGeoJson Software Package
\xrefitem sw_version "Versions" "Software Package Version" 1.3.6
\xrefitem sw_link "Links" "Software Package List" [DotNetOpenSearchGeoJson](https://git... | using System.Reflection;
using System.Runtime.CompilerServices;
/*!
\namespace Terradue.OpenSearch.GeoJson
@{
DotNetOpenSearchGeoJson Software Package
\xrefitem sw_version "Versions" "Software Package Version" 1.3.5
\xrefitem sw_link "Links" "Software Package List" [DotNetOpenSearchGeoJson](https://git... | agpl-3.0 | C# |
74d80b1736e6be9dcf595ece1a0e658aeda245a7 | Update shadow layer on property change (#1278) | FormsCommunityToolkit/FormsCommunityToolkit | src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/Shadow/PlatformShadowEffect.ios.macos.cs | src/CommunityToolkit/Xamarin.CommunityToolkit/Effects/Shadow/PlatformShadowEffect.ios.macos.cs | using System;
using System.ComponentModel;
using CoreGraphics;
using Xamarin.CommunityToolkit.Effects;
using Xamarin.Forms;
#if __IOS__
using NativeView = UIKit.UIView;
using Xamarin.Forms.Platform.iOS;
using Xamarin.CommunityToolkit.iOS.Effects;
#elif __MACOS__
using NativeView = AppKit.NSView;
using Xamarin.Forms.P... | using System;
using System.ComponentModel;
using CoreGraphics;
using Xamarin.CommunityToolkit.Effects;
using Xamarin.Forms;
#if __IOS__
using NativeView = UIKit.UIView;
using Xamarin.Forms.Platform.iOS;
using Xamarin.CommunityToolkit.iOS.Effects;
#elif __MACOS__
using NativeView = AppKit.NSView;
using Xamarin.Forms.P... | mit | C# |
7d8911c329def8560cb1b6b0aa4bb45e888b5a98 | Improve readability | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/SoftwareController.cs | WalletWasabi.Backend/Controllers/SoftwareController.cs | using Microsoft.AspNetCore.Mvc;
using WalletWasabi.Backend.Models.Responses;
using WalletWasabi.Helpers;
namespace WalletWasabi.Backend.Controllers
{
/// <summary>
/// To acquire administrative data about the software.
/// </summary>
[Produces("application/json")]
[Route("api/[controller]")]
public class Softwar... | using Microsoft.AspNetCore.Mvc;
using WalletWasabi.Backend.Models.Responses;
using WalletWasabi.Helpers;
namespace WalletWasabi.Backend.Controllers
{
/// <summary>
/// To acquire administrative data about the software.
/// </summary>
[Produces("application/json")]
[Route("api/[controller]")]
public class Softwar... | mit | C# |
c3f7486abdf0ee4136942bbf8fe8ed099a9408aa | Change iterator properties to array fields | adamralph/FakeItEasy,blairconrad/FakeItEasy,FakeItEasy/FakeItEasy,thomaslevesque/FakeItEasy,thomaslevesque/FakeItEasy,FakeItEasy/FakeItEasy,adamralph/FakeItEasy,blairconrad/FakeItEasy | tests/FakeItEasy.Tests/ServiceLocatorTests.cs | tests/FakeItEasy.Tests/ServiceLocatorTests.cs | namespace FakeItEasy.Tests
{
using System;
using System.Diagnostics.CodeAnalysis;
using FakeItEasy.Core;
using FakeItEasy.Creation;
using FakeItEasy.Expressions;
using FluentAssertions;
using NUnit.Framework;
[TestFixture]
public class ServiceLocatorTests
{
... | namespace FakeItEasy.Tests
{
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using FakeItEasy.Core;
using FakeItEasy.Creation;
using FakeItEasy.Expressions;
using FluentAssertions;
using NUnit.Framework;
[TestFixture]
public cla... | mit | C# |
018800ed41e3a37876b306792239405599fddac2 | Update Privacy.cshtml.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs | src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Privacy.cshtml.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace Company.WebApplication1.Pages
{
public class PrivacyModel : PageModel
{
private read... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace Company.WebApplication1.Pages
{
public class PrivacyModel : PageModel
{
private read... | apache-2.0 | C# |
c30be07508a6dab07416d0ceee700a9d3c7cb880 | Remove unused method | tvdburgt/subtle | Subtle.Gui/AboutForm.cs | Subtle.Gui/AboutForm.cs | using System.Windows.Forms;
using Octokit;
using Subtle.Model;
using Application = System.Windows.Forms.Application;
namespace Subtle.Gui
{
public partial class AboutForm : Form
{
private const string RepositoryOwner = "tvdburgt";
private const string RepositoryName = "subtle";
private... | using System.Windows.Forms;
using Octokit;
using Subtle.Model;
using Application = System.Windows.Forms.Application;
namespace Subtle.Gui
{
public partial class AboutForm : Form
{
private const string RepositoryOwner = "tvdburgt";
private const string RepositoryName = "subtle";
private... | mit | C# |
5fa7f5a7972666f7a6bd637259aed9743e2ae6c3 | Use Pool_update.async_apply | GaborApatiNagy/xenadmin,minli1/xenadmin,huizh/xenadmin,minli1/xenadmin,MihaelaStoica/xenadmin,jijiang/xenadmin,jijiang/xenadmin,letsboogey/xenadmin,minli1/xenadmin,letsboogey/xenadmin,GaborApatiNagy/xenadmin,kc284/xenadmin,Frezzle/xenadmin,xenserver/xenadmin,geosharath/xenadmin,stephen-turner/xenadmin,huizh/xenadmin,ge... | XenAdmin/Wizards/PatchingWizard/PlanActions/ApplyPoolUpdatePlanAction.cs | XenAdmin/Wizards/PatchingWizard/PlanActions/ApplyPoolUpdatePlanAction.cs | /* Copyright (c) Citrix Systems Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice,... | /* Copyright (c) Citrix Systems Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice,... | bsd-2-clause | C# |
92fb237c5ba3047342ae6c445b3fd07cafe7182d | Disable MongoDb tests | AsynkronIT/protoactor-dotnet | tests/Proto.Cluster.Identity.Tests/MongoIdentityTests.cs | tests/Proto.Cluster.Identity.Tests/MongoIdentityTests.cs | // ReSharper disable UnusedType.Global
namespace Proto.Cluster.Identity.Tests
{
using System;
using IdentityLookup;
using MongoDb;
using MongoDB.Driver;
using Proto.Cluster.Tests;
using Xunit;
using Xunit.Abstractions;
public class MongoIdentityClusterFixture : BaseInMemoryClusterFixtu... | // ReSharper disable UnusedType.Global
namespace Proto.Cluster.Identity.Tests
{
using System;
using IdentityLookup;
using MongoDb;
using MongoDB.Driver;
using Proto.Cluster.Tests;
using Xunit;
using Xunit.Abstractions;
public class MongoIdentityClusterFixture : BaseInMemoryClusterFixtu... | apache-2.0 | C# |
915f805db0b122bdf65d65c98e1ccda9915a3ea9 | Update version to 0.1.1 | yufeih/Nine.Application,studio-nine/Nine.Application | src/Portable/AssemblyInfo.cs | src/Portable/AssemblyInfo.cs | using System.Resources;
using System.Reflection;
[assembly: AssemblyTitle("Nine.Application")]
[assembly: AssemblyDescription("A portable way of accessing common device functionality for client applications")]
[assembly: AssemblyCompany("Studio Nine")]
[assembly: AssemblyProduct("Nine.Application")]
[assembly: Assemb... | using System.Resources;
using System.Reflection;
[assembly: AssemblyTitle("Nine.Application")]
[assembly: AssemblyDescription("A portable way of accessing common device functionality for client applications")]
[assembly: AssemblyCompany("Studio Nine")]
[assembly: AssemblyProduct("Nine.Application")]
[assembly: Assemb... | mit | C# |
7ed0692f33738cc51fe91bd3575a853bfbde7be6 | Increment build -> v0.1.1 | awseward/Bugsnag.NET,awseward/Bugsnag.NET | Bugsnag.NET/Properties/AssemblyInfo.cs | Bugsnag.NET/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("Bu... | 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("Bu... | mit | C# |
e6f06447eb25868d5430b768fb038183d4f504b9 | Update version to 0.0.3.0 | imasm/CSharpExtensions | CSharpEx/Properties/AssemblyVersion.cs | CSharpEx/Properties/AssemblyVersion.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// La información de versión de un ensamblado consta de los cuatro valores siguientes:
//
// Versión principal
// Versión secundaria
// Número de compilación
// Revisión
//
// Puede especificar t... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// La información de versión de un ensamblado consta de los cuatro valores siguientes:
//
// Versión principal
// Versión secundaria
// Número de compilación
// Revisión
//
// Puede especificar t... | apache-2.0 | C# |
126a7d45ae1e67fd4de728be43a57cf38bdcc4cc | rename Setup -> HFTSetup | greggman/hft-unity3d,greggman/hft-unity3d,greggman/hft-unity3d,greggman/hft-unity3d | Assets/HappyFunTimes/HappyFunTimesCore/Editor/HFTSetup.cs | Assets/HappyFunTimes/HappyFunTimesCore/Editor/HFTSetup.cs | /*
* Copyright 2015, Gregg Tavares.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of condi... | /*
* Copyright 2015, Gregg Tavares.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of condi... | bsd-3-clause | C# |
9121988895ac607701ecc0fb5daba8928a75de86 | remove unused field | StefanoFiumara/Harry-Potter-Unity | Assets/Scripts/HarryPotterUnity/Tween/ShuffleDeckTween.cs | Assets/Scripts/HarryPotterUnity/Tween/ShuffleDeckTween.cs | using System;
using System.Collections.Generic;
using HarryPotterUnity.Cards;
using UnityEngine;
using Random = UnityEngine.Random;
namespace HarryPotterUnity.Tween
{
public class ShuffleDeckTween : ITweenObject
{
private readonly IEnumerable<BaseCard> _cards;
public float CompletionT... | using System;
using System.Collections.Generic;
using HarryPotterUnity.Cards;
using UnityEngine;
using Random = UnityEngine.Random;
namespace HarryPotterUnity.Tween
{
public class ShuffleDeckTween : ITweenObject
{
private readonly IEnumerable<BaseCard> _cards;
private readonly Func<BaseCard, ... | mit | C# |
8c15c917e90b7785c6d5ef9a6fad3dcc7f418827 | Add reference to MemberRef of override directive | Desolath/ConfuserEx3,Desolath/Confuserex,yeaicc/ConfuserEx,engdata/ConfuserEx | Confuser.Renamer/References/OverrideDirectiveReference.cs | Confuser.Renamer/References/OverrideDirectiveReference.cs | using System;
using System.Linq;
using Confuser.Core;
using dnlib.DotNet;
namespace Confuser.Renamer.References {
internal class OverrideDirectiveReference : INameReference<MethodDef> {
readonly VTableSlot baseSlot;
readonly VTableSlot thisSlot;
public OverrideDirectiveReference(VTableSlot thisSlot, VTableSlo... | using System;
using System.Linq;
using Confuser.Core;
using dnlib.DotNet;
namespace Confuser.Renamer.References {
internal class OverrideDirectiveReference : INameReference<MethodDef> {
readonly VTableSlot baseSlot;
readonly VTableSlot thisSlot;
public OverrideDirectiveReference(VTableSlot thisSlot, VTableSlo... | mit | C# |
0fa2b124436bfd6a4df0524d00200bd2e40a0cbf | Allow CommandPaletteArgumentWindow nesting (Ask for arguments in callback of argument :) | DarrenTsung/DTCommandPalette | Editor/CommandPaletteArgumentWindow.cs | Editor/CommandPaletteArgumentWindow.cs | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using UnityEditor;
using UnityEngine;
namespace DTCommandPalette {
public class CommandPaletteArgumentWindow : EditorWindow {
// PRAGMA MARK - Constants
private const string kTextFieldC... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using UnityEditor;
using UnityEngine;
namespace DTCommandPalette {
public class CommandPaletteArgumentWindow : EditorWindow {
// PRAGMA MARK - Constants
private const string kTextFieldC... | mit | C# |
12dce77d512ec4231ddf5d20a78a9372da500380 | Bump assembly version to 2.5.0. | jcheng31/DarkSkyApi,jcheng31/ForecastPCL | ForecastPCL/Properties/AssemblyInfo.cs | ForecastPCL/Properties/AssemblyInfo.cs | using System.Resources;
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.
[asse... | using System.Resources;
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.
[asse... | mit | C# |
b50d3a21f84ef9351bfc2e79b59c81b1dc70ffc2 | Use native pointer for format string | testfairy/testfairy-xamarin | binding/TestFairy.iOS/StructsAndEnums.cs | binding/TestFairy.iOS/StructsAndEnums.cs | using System;
using System.Runtime.InteropServices;
using Foundation;
// Generated by Objective Sharpie (https://download.xamarin.com/objective-sharpie/ObjectiveSharpie.pkg)
// > sharpie bind -output TestFairy -namespace TestFairyLib -sdk iphoneos10.1 TestFairy.h
namespace TestFairyLib
{
public static class CFunction... | using System;
using System.Runtime.InteropServices;
using Foundation;
// Generated by Objective Sharpie (https://download.xamarin.com/objective-sharpie/ObjectiveSharpie.pkg)
// > sharpie bind -output TestFairy -namespace TestFairyLib -sdk iphoneos10.1 TestFairy.h
namespace TestFairyLib
{
public static class CFunction... | apache-2.0 | C# |
ab56bce5b15f69667988455feaf760c4eaadc9a6 | Fix directory selector crashing when attempting to display a bitlocker locked drive | peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework | osu.Framework/Graphics/UserInterface/DirectorySelectorDirectory.cs | osu.Framework/Graphics/UserInterface/DirectorySelectorDirectory.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.
#nullable disable
using System;
using System.IO;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Input.Events;
using osu.Framework.Ext... | // 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.
#nullable disable
using System;
using System.IO;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Input.Events;
using osu.Framework.Ext... | mit | C# |
f8c767b6c4960e372b601f0e891a4727a1d42495 | 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# |
e4ca54fd44c0619792ae7a5cdb71d690a325d855 | fix a bug when reuse IQueriable | DanielLavrushin/LinqToSolr | LinqToSolr/Query/LinqToSolrProvider.cs | LinqToSolr/Query/LinqToSolrProvider.cs | using System;
using System.Collections;
using System.Linq;
using System.Linq.Expressions;
using LinqToSolr.Expressions;
using LinqToSolr.Services;
using LinqToSolr.Data;
namespace LinqToSolr.Query
{
public class LinqToSolrProvider: IQueryProvider
{
internal Type ElementType;
internal ILinqToS... | using System;
using System.Collections;
using System.Linq;
using System.Linq.Expressions;
using LinqToSolr.Expressions;
using LinqToSolr.Services;
namespace LinqToSolr.Query
{
public class LinqToSolrProvider: IQueryProvider
{
internal Type ElementType;
internal ILinqToSolrService Service;
... | mit | C# |
6c4bc500fe71c7f7cf233ba383bdec2bddf2dc3a | Fix test on non-Windows OS | nkolev92/sdk,nkolev92/sdk | test/Microsoft.NET.Pack.Tests/GivenThatWeWantToPackAHelloWorldProject.cs | test/Microsoft.NET.Pack.Tests/GivenThatWeWantToPackAHelloWorldProject.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using Microsoft.NET.TestFramework;
using Microsoft.NET.TestFramework.Assertions;
using Microsoft.NET.TestFramework.Commands;
using FluentAssertions;
using Xunit;
using static Microsoft.NET.Test... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using Microsoft.NET.TestFramework;
using Microsoft.NET.TestFramework.Assertions;
using Microsoft.NET.TestFramework.Commands;
using FluentAssertions;
using Xunit;
using static Microsoft.NET.Test... | mit | C# |
20c19ff5dbc020a46c5a10ebad52d009718e9f37 | Update index.cshtml | reactiveui/website,reactiveui/website,reactiveui/website,reactiveui/website | input/docs/concepts/index.cshtml | input/docs/concepts/index.cshtml | Order: 10
---
This page is an overview of ReactiveUI.
# What is ReactiveUI
# Why reactive
# What ReactiveUI is not
# What’s next
@Html.Partial("_ChildPages")
| Order: 10
---
@Html.Partial("_ChildPages") | mit | C# |
e84dc66eb42ead76016e8c8d8cdca005d867b691 | support load types from exe file | kerryjiang/NDock,huoxudong125/NDock,huoxudong125/NDock,jmptrader/NDock,kerryjiang/NDock,jmptrader/NDock | src/NDock.Server/Isolation/AssemblyImport.cs | src/NDock.Server/Isolation/AssemblyImport.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
namespace NDock.Server.Isolation
{
/// <summary>
/// AssemblyImport, used for importing assembly to the current AppDomain
/// </summary>
public class AssemblyImport : Marshal... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
namespace NDock.Server.Isolation
{
/// <summary>
/// AssemblyImport, used for importing assembly to the current AppDomain
/// </summary>
public class AssemblyImport : Marshal... | apache-2.0 | C# |
bb9fceaeae4cafc468d84be9d3247b4604a6b7ff | edit assembly info for PS4MacroAPI | komefai/PS4Macro | PS4MacroAPI/Properties/AssemblyInfo.cs | PS4MacroAPI/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | mit | C# |
875bb611c10aad8ef315212f0e21c8c7ae304546 | Fix issue with long data string (e.g. base64) | Krusen/PinSharp | PinSharp/Http/FormUrlEncodedContent.cs | PinSharp/Http/FormUrlEncodedContent.cs | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
namespace PinSharp.Http
{
internal class FormUrlEncodedContent : ByteArrayContent
{
private static readonly Encoding DefaultHttpEncoding = Encoding.GetEncoding("ISO-8859-1");
... | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
namespace PinSharp.Http
{
internal class FormUrlEncodedContent : ByteArrayContent
{
private static readonly Encoding DefaultHttpEncoding = Encoding.GetEncoding("ISO-8859-1");
... | unlicense | C# |
0da94b7acdd49b826fd52d687ea4c8976717849c | move init to startup | secondsun/PointingHenry10,secondsun/PointingHenry10 | PointingHenry10/Views/MainPage.xaml.cs | PointingHenry10/Views/MainPage.xaml.cs | using System;
using PointingHenry10.ViewModels;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Navigation;
using System.Collections.ObjectModel;
using FHSDK;
namespace PointingHenry10.Views
{
public sealed partial class MainPage : Page
{
public MainPage()
... | using System;
using PointingHenry10.ViewModels;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Navigation;
using System.Collections.ObjectModel;
namespace PointingHenry10.Views
{
public sealed partial class MainPage : Page
{
public MainPage()
{
... | apache-2.0 | C# |
5d759114ca8a3a7430f3fdfce410b60fad201a33 | Use ?? null-coalescing operator, throw immediately if method argument is null | stevenvolckaert/enterprise-library | src/StevenVolckaert.Core/ObjectExtensions.cs | src/StevenVolckaert.Core/ObjectExtensions.cs | namespace StevenVolckaert
{
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
/// <summary>
/// Provides extension methods for <see cref="object"/> instances.
/// </summary>
public static class ObjectExtensions
{
/... | namespace StevenVolckaert
{
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
/// <summary>
/// Provides extension methods for <see cref="object"/> instances.
/// </summary>
public static class ObjectExtensions
{
/... | mit | C# |
aa6538fba89c63a93eb4edd026fe366ceb0401df | Increment build number to match NuGet | jcvandan/XeroAPI.Net,TDaphneB/XeroAPI.Net,MatthewSteeples/XeroAPI.Net,XeroAPI/XeroAPI.Net | source/XeroApi/Properties/AssemblyInfo.cs | source/XeroApi/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("XeroApi")]
[assembly: AssemblyDescription... | 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("XeroApi")]
[assembly: AssemblyDescription... | mit | C# |
fb8c1498096c98857dade840d56f4d7e51d166ea | Fix invalid JSON. | deltaDNA/unity-sdk,deltaDNA/unity-sdk | Assets/DeltaDNAAds/Platforms/Android/AdServiceListener.cs | Assets/DeltaDNAAds/Platforms/Android/AdServiceListener.cs | namespace DeltaDNAAds.Android
{
#if UNITY_ANDROID
internal class AdServiceListener : UnityEngine.AndroidJavaProxy {
private DDNASmartAds ads;
internal AdServiceListener(DDNASmartAds ads)
: base(Utils.AdServiceListenerClassName)
{
this.ads = ads;
}
... | namespace DeltaDNAAds.Android
{
#if UNITY_ANDROID
internal class AdServiceListener : UnityEngine.AndroidJavaProxy {
private DDNASmartAds ads;
internal AdServiceListener(DDNASmartAds ads)
: base(Utils.AdServiceListenerClassName)
{
this.ads = ads;
}
... | apache-2.0 | C# |
1c2d0ca33fe2b1dcf7f1580a89380774ae25ab16 | Fix test referring to wrong value | ericgreenmix/marten,ericgreenmix/marten,ericgreenmix/marten,ericgreenmix/marten | src/DocumentDbTests/Bugs/Bug_2211_select_transform_inner_object.cs | src/DocumentDbTests/Bugs/Bug_2211_select_transform_inner_object.cs | using System;
using System.Linq;
using System.Threading.Tasks;
using Bug2211;
using Marten;
using Marten.Testing.Harness;
using Shouldly;
using Weasel.Core;
using Xunit;
namespace DocumentDbTests.Bugs
{
public class Bug_2211_select_transform_inner_object: BugIntegrationContext
{
[Fact]
public a... | using System;
using System.Linq;
using System.Threading.Tasks;
using Bug2211;
using Marten;
using Marten.Testing.Harness;
using Shouldly;
using Weasel.Core;
using Xunit;
namespace DocumentDbTests.Bugs
{
public class Bug_2211_select_transform_inner_object: BugIntegrationContext
{
[Fact]
public a... | mit | C# |
767a40e9c1c07fbeac819b34b0fa9716ee9c74d2 | Change serialize/deserialze abstract class to interface | insthync/LiteNetLibManager,insthync/LiteNetLibManager | Scripts/GameApi/Messages/ServerSpawnSceneObjectMessage.cs | Scripts/GameApi/Messages/ServerSpawnSceneObjectMessage.cs | using System.Collections;
using System.Collections.Generic;
using LiteNetLib.Utils;
using UnityEngine;
namespace LiteNetLibHighLevel
{
public class ServerSpawnSceneObjectMessage : ILiteNetLibMessage
{
public uint objectId;
public Vector3 position;
public void Deserialize(NetDataReader... | using System.Collections;
using System.Collections.Generic;
using LiteNetLib.Utils;
using UnityEngine;
namespace LiteNetLibHighLevel
{
public class ServerSpawnSceneObjectMessage : LiteNetLibMessageBase
{
public uint objectId;
public Vector3 position;
public override void Deserialize(N... | mit | C# |
fd9b9b43878728173a297d615a59e8b35db917f3 | Set correct version number, v0.1.1 | UmbrellaInc/FalconSharp,UmbrellaInc/FalconSharp | src/FalconSharp/Properties/VersionInfo.cs | src/FalconSharp/Properties/VersionInfo.cs | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18449
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18449
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.