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 |
|---|---|---|---|---|---|---|---|---|
1b495ad52df57ece41fa1f31e3dfff8c8eb39af8 | Fix Ignore -> Ignored in Playground Person class | Shaddix/realm-dotnet,Shaddix/realm-dotnet,Shaddix/realm-dotnet,realm/realm-dotnet,realm/realm-dotnet,realm/realm-dotnet,Shaddix/realm-dotnet | Tests/Playground.XamarinIOS/Person.cs | Tests/Playground.XamarinIOS/Person.cs | /* Copyright 2015 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
using System;
using RealmNet;
namespace Playground.XamarinIOS
{
public class Person : RealmObject
{
// Automatically implemented (overridden) properties
public string FirstName { get; set; }
public ... | /* Copyright 2015 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
using System;
using RealmNet;
namespace Playground.XamarinIOS
{
public class Person : RealmObject
{
// Automatically implemented (overridden) properties
public string FirstName { get; set; }
public ... | apache-2.0 | C# |
d6870ab6cfcbdacdf7d98067b96c12c64c4577bc | FIx for MemberExpression.EmitPropertyAccess. | theraot/Theraot | Core/System/Linq/Expressions/MemberExpression.net30.cs | Core/System/Linq/Expressions/MemberExpression.net30.cs | #if NET20 ||NET30
using System.Reflection;
using System.Reflection.Emit;
namespace System.Linq.Expressions
{
public sealed class MemberExpression : Expression
{
private readonly Expression _expression;
private readonly MemberInfo _member;
internal MemberExpression(Expression expressi... | #if NET20 ||NET30
using System.Reflection;
using System.Reflection.Emit;
namespace System.Linq.Expressions
{
public sealed class MemberExpression : Expression
{
private readonly Expression _expression;
private readonly MemberInfo _member;
internal MemberExpression(Expression expressi... | mit | C# |
080703b85f76481cf57f02a4e670c7648d7c5817 | Fix test-time of NS2 file types visibility | Azure/azure-storage-net | Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs | Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs | using System;
using System.Reflection;
using System.Resources;
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 ... | using System;
using System.Reflection;
using System.Resources;
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 ... | apache-2.0 | C# |
a73a5603ebaefc8d1902dce0d4b0e58dc685d24c | Make Brush's setter private | jcmoyer/Yeena | Yeena/UI/Controls/StashGridMarking.cs | Yeena/UI/Controls/StashGridMarking.cs | // Copyright 2013 J.C. Moyer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | // Copyright 2013 J.C. Moyer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | apache-2.0 | C# |
6bcba9c8bf305b9c99d2e80068ad9c7244b75a20 | Fix mixed whitespace. | gitsno/MySqlConnector,gitsno/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector | tests/SideBySide.New/AppConfig.cs | tests/SideBySide.New/AppConfig.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using Microsoft.Extensions.Configuration;
using MySql.Data.MySqlClient;
namespace SideBySide
{
public static class AppConfig
{
private static IReadOnlyDictionary<string, string> DefaultConfig { get; } =
new Dictionary<str... | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using Microsoft.Extensions.Configuration;
using MySql.Data.MySqlClient;
namespace SideBySide
{
public static class AppConfig
{
private static IReadOnlyDictionary<string, string> DefaultConfig{get;} =
new Dicti... | mit | C# |
f96992c8fdf1d6bd6a5211eb6a4c1e99e97bc236 | Change version to 1.13 | Seddryck/NBi,Seddryck/NBi | AssemblyInfo.cs | AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
// 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: AssemblyCompany("NBi Team - Cédric L. Charlier")]... | using System.Reflection;
using System.Runtime.CompilerServices;
// 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: AssemblyCompany("NBi Team - Cédric L. Charlier")]... | apache-2.0 | C# |
954a5887bdeb288024a288cfcb2bd2b455d15420 | Add global exception handle, not enable. | robertzml/Phoebe | Phoebe.FormClient/Program.cs | Phoebe.FormClient/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using Phoebe.Base;
using Phoebe.Common;
using Phoebe.Model;
namespace Phoebe.FormClient
{
static class Program
{
/// <summary>
/// 全局操作
/// </summary>
pu... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using Phoebe.Base;
using Phoebe.Common;
using Phoebe.Model;
namespace Phoebe.FormClient
{
static class Program
{
/// <summary>
/// 全局操作
/// </summary>
pu... | mit | C# |
71a22f41822c9439c258d95ba3a0b37d520e0b3b | Fix /info endpoint for when geolocation is unknown #160 | dasgarner/xibo-dotnetclient,xibosignage/xibo-dotnetclient | Control/InfoController.cs | Control/InfoController.cs | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... | agpl-3.0 | C# |
1a53ee6e52f31c3a725d712e545e63c17a99cf8d | Change Major to use a Department object instead of a Department ID; Test commit | CS297Sp16/LCC_Co-op_Site,CS297Sp16/LCC_Co-op_Site,CS297Sp16/LCC_Co-op_Site | Coop_Listing_Site/Coop_Listing_Site/Models/Major.cs | Coop_Listing_Site/Coop_Listing_Site/Models/Major.cs |
using System.Collections.Generic;
namespace Coop_Listing_Site.Models
{
public class Major
{
public int MajorID { get; set; }
public Department Department { get; set; }
public string MajorName { get; set; }
//Will re-implement later on. Will be a feature to add... |
using System.Collections.Generic;
namespace Coop_Listing_Site.Models
{
public class Major
{
public int MajorID { get; set; }
public int DepartmentID { get; set; }
public string MajorName { get; set; }
//Will re-implement later on. Will be a feature to add towards t... | mit | C# |
979d1d930bbe02974619ce2e0de36203629188e8 | Fix project name in AssemblyInfo | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.Framework.Localization/Properties/AssemblyInfo.cs | src/Microsoft.Framework.Localization/Properties/AssemblyInfo.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.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.Framework.Localizatio... | // 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.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.Framework.Localizatio... | apache-2.0 | C# |
3cc7820d813599301f10b9b1d1b822ead9ef0bbe | Add ability to write to PPU registers. | DanTup/DaNES | DaNES.Emulation/Ppu.cs | DaNES.Emulation/Ppu.cs | using System;
using System.Drawing;
namespace DanTup.DaNES.Emulation
{
class Ppu
{
public Memory Ram { get; }
public Bitmap Screen { get; }
// PPU Control
bool NmiEnable;
bool PpuMasterSlave;
bool SpriteHeight;
bool BackgroundTileSelect;
bool SpriteTileSelect;
bool IncrementMode;
bool NameTable... | using System.Drawing;
namespace DanTup.DaNES.Emulation
{
class Ppu
{
public Memory Ram { get; }
public Bitmap Screen { get; }
// PPU Control
bool NmiEnable;
bool PpuMasterSlave;
bool SpriteHeight;
bool BackgroundTileSelect;
bool SpriteTileSelect;
bool IncrementMode;
bool NameTableSelect1;
boo... | mit | C# |
37e06a9c299b971ffdfac75316d263e306c04242 | Fix broken test | evandixon/SkyEditor.Core | SkyEditor.Core/IO/OpenableFromGenericFileFileOpener.cs | SkyEditor.Core/IO/OpenableFromGenericFileFileOpener.cs | using SkyEditor.Core.Utilities;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace SkyEditor.Core.IO
{
/// <summary>
/// Opens files using file types that implement <see cref="IOpenableFromGenericFile"/>
/// </summary>
pu... | using SkyEditor.Core.Utilities;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace SkyEditor.Core.IO
{
/// <summary>
/// Opens files using file types that implement <see cref="IOpenableFromGenericFile"/>
/// </summary>
pu... | mit | C# |
8dff5e1c99d3466fb734258631c00ec0d3fc67b8 | Add correct interval nodes | DMagic1/KSP_Contract_Window | Source/ContractsWindow.Unity/Unity/CW_IntervalTypes.cs | Source/ContractsWindow.Unity/Unity/CW_IntervalTypes.cs | using System;
using System.Collections.Generic;
using ContractsWindow.Unity.Interfaces;
using UnityEngine;
using UnityEngine.UI;
namespace ContractsWindow.Unity.Unity
{
public class CW_IntervalTypes : MonoBehaviour
{
[SerializeField]
private Text IntervalType = null;
[SerializeField]
private GameObject Inte... | using System;
using System.Collections.Generic;
using ContractsWindow.Unity.Interfaces;
using UnityEngine;
using UnityEngine.UI;
namespace ContractsWindow.Unity.Unity
{
public class CW_IntervalTypes : MonoBehaviour
{
[SerializeField]
private Text IntervalType = null;
[SerializeField]
private GameObject Inte... | mit | C# |
a7e1749347ac2334412eb9fb8ed1cdbb0a3e1bb9 | Clarify FudgeDie special case's formatting | fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Items/Dice/RollFudgeDie.cs | UnityProject/Assets/Scripts/Items/Dice/RollFudgeDie.cs | using UnityEngine;
public class RollFudgeDie : RollSpecialDie
{
public override string Examine(Vector3 worldPos = default)
{
return $"It is showing {GetFudgeMessage()}";
}
protected override string GetMessage()
{
return $"The {dieName} lands {GetFudgeMessage()}";
}
private string GetFudgeMessage()
{
//... | using UnityEngine;
public class RollFudgeDie : RollSpecialDie
{
public override string Examine(Vector3 worldPos = default)
{
return $"It is showing side {GetFudgeMessage()}";
}
protected override string GetMessage()
{
return $"The {dieName} lands a {GetFudgeMessage()}";
}
private string GetFudgeMessage()
... | agpl-3.0 | C# |
08f766e396cd800c638f0d9126f39f7425e81bb2 | fix bug | luguandao/SSystem.Data | implementation/src/SSystem.Data/SqlServerDatabaseCreator.cs | implementation/src/SSystem.Data/SqlServerDatabaseCreator.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SSystem.Data
{
/// <summary>
/// 数据库生成器
/// </summary>
public class SqlServerDatabaseCreator
{
/// <summary>
/// 获取数据库名称
/// </summ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SSystem.Data
{
/// <summary>
/// 数据库生成器
/// </summary>
public class SqlServerDatabaseCreator
{
/// <summary>
/// 获取数据库名称
/// </summ... | mit | C# |
0879d3129b1a3bacab92bef480086e3be609feca | Fix wording. | nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Core/Execution/InjectionService.cs | source/Nuke.Core/Execution/InjectionService.cs | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Linq;
using System.Reflection;
using Nuke.Core.Injection;
namespace Nuke.Core.Execution
{
internal static class InjectionService
{
public static v... | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Linq;
using System.Reflection;
using Nuke.Core.Injection;
namespace Nuke.Core.Execution
{
internal static class InjectionService
{
public static v... | mit | C# |
fd87a160d8f5238db3d1ee7d4845a2a2f439b8f9 | Replace fubar namespace | CamargoR/taglib-sharp,archrival/taglib-sharp,mono/taglib-sharp,archrival/taglib-sharp,Clancey/taglib-sharp,hwahrmann/taglib-sharp,Clancey/taglib-sharp,punker76/taglib-sharp,Clancey/taglib-sharp,hwahrmann/taglib-sharp,punker76/taglib-sharp,CamargoR/taglib-sharp | tests/fixtures/TagLib.Tests.Collections/StringCollectionTest.cs | tests/fixtures/TagLib.Tests.Collections/StringCollectionTest.cs | using System;
using NUnit.Framework;
using TagLib;
namespace TagLib.Tests.Collections
{
[TestFixture]
public class StringCollectionTest
{
private static StringCollection BuildList()
{
StringCollection list = new StringCollection();
list.Add("ABC");
... | using System;
using NUnit.Framework;
using TagLib;
namespace TagLib.TagLib.Tests.Collections
{
[TestFixture]
public class StringCollectionTest
{
private static StringCollection BuildList()
{
StringCollection list = new StringCollection();
list.Add("ABC");
... | lgpl-2.1 | C# |
ee0a31c4bcf20a4a6d96d9cd49ecea10f7ea5745 | fix KeepWarmCLI if no console is available | RavuAlHemio/PrinterHealth,RavuAlHemio/PrinterHealth | KeepWarmCLI/Program.cs | KeepWarmCLI/Program.cs | using System;
using System.Threading;
using PrinterHealth;
using RavuAlHemio.CentralizedLog;
namespace KeepWarmCLI
{
class Program
{
static void Main(string[] args)
{
// setup logging
CentralizedLogger.SetupConsoleLogging();
// load config
var c... | using System;
using PrinterHealth;
using RavuAlHemio.CentralizedLog;
namespace KeepWarmCLI
{
class Program
{
static void Main(string[] args)
{
// setup logging
CentralizedLogger.SetupConsoleLogging();
// load config
var config = PrinterHealthUti... | cc0-1.0 | C# |
05a55431469933c311701e32170212e63f3a3652 | fix compile bug | hiddenswitch/Meteor-Unity,hiddenswitch/Meteor-Unity | LiveData/Connection.cs | LiveData/Connection.cs | using System;
using UnityEngine;
using System.Collections;
namespace Meteor
{
public static class Connection
{
public static string Url {
get;
set;
}
public static Coroutine Connect(string url) {
Url = url;
return LiveData.Instance.Connect (url);
}
static IEnumerator ReconnectCoroutine() {
... | using System;
using UnityEngine;
using System.Collections;
namespace Meteor
{
public static class Connection
{
public static string Url {
get;
set;
}
public static Coroutine Connect(string url) {
Url = url;
return LiveData.Instance.Connect (url);
}
static IEnumerator ReconnectCoroutine() {
... | mit | C# |
d0844ae1429cee178aef3a68b4c9f9b7ed9b9bdc | Rename field. | Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Resources/CommandStrings.cs | src/MitternachtBot/Resources/CommandStrings.cs | using System;
using System.IO;
using System.Linq;
using Mitternacht.Common.Collections;
using NLog;
using YamlDotNet.Serialization;
namespace Mitternacht.Resources {
public class CommandStrings {
private static readonly Logger _logger;
private const string CmdStringPath = @"./_strings/commandstrings.yml";
priva... | using System;
using System.IO;
using System.Linq;
using Mitternacht.Common.Collections;
using NLog;
using YamlDotNet.Serialization;
namespace Mitternacht.Resources {
public class CommandStrings {
private static readonly Logger Log;
private const string CmdStringPath = @"./_strings/commandstrings.yml";
private s... | mit | C# |
d72843a28ee71d0ba512bfbe3bec3e299c2ec9eb | Hide empty fields full | leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,kirillkos/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,kirillkos/joinrpg-net | Joinrpg/Views/Shared/DisplayTemplates/CharacterFieldValue.cshtml | Joinrpg/Views/Shared/DisplayTemplates/CharacterFieldValue.cshtml | @using System.ComponentModel
@using JoinRpg.DataModel
@using JoinRpg.Domain
@model CharacterFieldValue
@if (string.IsNullOrWhiteSpace(Model.Value))
{
return;
}
<div class="form-group">
<label class="control-label col-md-2">@Model.Field.FieldName</label>
<div class="col-md-10">
@*TODO: May b... | @using System.ComponentModel
@using JoinRpg.DataModel
@using JoinRpg.Domain
@model CharacterFieldValue
<div class="form-group">
<label class="control-label col-md-2">@Model.Field.FieldName</label>
<div class="col-md-10">
@*TODO: May be also set client id here*@
@switch (Model.Field.FieldType)
... | mit | C# |
7c950858ac21943aa423f47c9acebc13e26efe99 | Remove debug | DragonEyes7/ConcoursUBI17,DragonEyes7/ConcoursUBI17 | Proto/Assets/Scripts/Time/Recorders/InteractiveObjectRecorder.cs | Proto/Assets/Scripts/Time/Recorders/InteractiveObjectRecorder.cs | using System.Collections.Generic;
using UnityEngine;
public class InteractiveObjectRecorder : Recorder
{
private RecordState _previousState;
private bool _isMoved;
private Dictionary<int, InteractiveObjectRecordState> _states = new Dictionary<int, InteractiveObjectRecordState>();
private Interactive _... | using System.Collections.Generic;
using UnityEngine;
public class InteractiveObjectRecorder : Recorder
{
private RecordState _previousState;
private bool _isMoved;
private Dictionary<int, InteractiveObjectRecordState> _states = new Dictionary<int, InteractiveObjectRecordState>();
private Interactive _... | mit | C# |
33e6d1f68bcdd2c910c73120266bd7eeaeefcb2b | Make minor code enhancement | tsolarin/readline,tsolarin/readline | src/ReadLine/ReadLine.cs | src/ReadLine/ReadLine.cs | using Internal.ReadLine;
using Internal.ReadLine.Abstractions;
using System.Collections.Generic;
namespace System
{
public static class ReadLine
{
private static KeyHandler _keyHandler;
private static List<string> _history;
static ReadLine()
{
_history = new List<... | using Internal.ReadLine;
using Internal.ReadLine.Abstractions;
using System.Collections.Generic;
namespace System
{
public static class ReadLine
{
private static KeyHandler _keyHandler;
private static List<string> _history;
static ReadLine()
{
_history = new List<... | mit | C# |
cb77a5bd2c90c1fcee09fd922ab9e9afa5f36d55 | Simplify file enumeration and correctly handle path too long exceptions when enumerating sub directories | DustinCampbell/omnisharp-roslyn,ianbattersby/omnisharp-roslyn,RichiCoder1/omnisharp-roslyn,sreal/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,david-driscoll/omnisharp-roslyn,sriramgd/omnisharp-roslyn,nabychan/omnisharp-roslyn,haled/omnisharp-roslyn,hitesh97/omnisharp-roslyn,sreal/omnisharp-roslyn,khellang/omnisharp-rosl... | src/OmniSharp/Utilities/DirectoryEnumerator.cs | src/OmniSharp/Utilities/DirectoryEnumerator.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Microsoft.Framework.Logging;
namespace OmniSharp.Utilities
{
public class DirectoryEnumerator
{
private ILogger _logger;
public DirectoryEnumerator(ILoggerFactory loggerFactory)
{
_lo... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Microsoft.Framework.Logging;
namespace OmniSharp.Utilities
{
public class DirectoryEnumerator
{
private ILogger _logger;
public DirectoryEnumerator(ILoggerFactory loggerFactory)
{
_lo... | mit | C# |
a362227b8aa6d00362e0d438d2a3524c8116af17 | fix assembly information - set default assembly version to 0.0.0 marking developer builds | ZEISS-PiWeb/PiWeb-Api | src/Properties/AssemblyInfo.cs | src/Properties/AssemblyInfo.cs | using System.Resources;
using System.Reflection;
[assembly: AssemblyCompany( "Carl Zeiss Innovationszentrum fr Messtechnik GmbH" )]
[assembly: AssemblyProduct( "ZEISS PiWeb Api" )]
[assembly: AssemblyCopyright( "Copyright 2017 Carl Zeiss Innovationszentrum fr Messtechnik GmbH" )]
[assembly: AssemblyTrademark( "PiWeb"... | using System.Resources;
using System.Reflection;
[assembly: AssemblyTitle( "PiWeb Api" )]
[assembly: AssemblyVersion( "1.0.1" )]
[assembly: AssemblyCompany( "Carl Zeiss IZfM Dresden" )]
[assembly: AssemblyProduct( "PiWeb Api" )]
[assembly: NeutralResourcesLanguage( "en" )]
| bsd-3-clause | C# |
2ba639c53a7d049fe2969225b03cd93e1311bad3 | Use separate task to queue sound effects so they can be played when they're loaded | k-t/SharpHaven | MonoHaven.Client/Audio.cs | MonoHaven.Client/Audio.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using MonoHaven.Resources;
using MonoHaven.Resources.Layers;
using MonoHaven.Utils;
using NVorbis.OpenTKSupport;
using OpenTK.Audio;
namespace MonoHaven
{
public class Audio : IDisposable
{
private readonly AudioContext conte... | using System;
using System.IO;
using MonoHaven.Resources;
using MonoHaven.Resources.Layers;
using MonoHaven.Utils;
using NVorbis.OpenTKSupport;
using OpenTK.Audio;
namespace MonoHaven
{
public class Audio : IDisposable
{
private readonly AudioContext context;
private readonly OggStreamer streamer;
public Aud... | mit | C# |
769d4ecb811420ad919efe51ccb6c701905a3c22 | Fix issue #8 | themehrdad/NetTelebot,vertigra/NetTelebot-2.0 | NetTelebot/ChatActions.cs | NetTelebot/ChatActions.cs | namespace NetTelebot
{
/// <summary>
/// Use this enum when you need to tell the user that something is happening on the bot's side.
/// The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status).
/// Type of action to broadcast. Choose one,... | namespace NetTelebot
{
/// <summary>
/// Use this enum when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status).
/// Type of action to broadcast. Choose one, dependi... | mit | C# |
de856965ade2cfaecbb8f24dc17ad623363ca549 | Add mock changes to new Venmo class | scottmeyer/braintree_dotnet,scottmeyer/braintree_dotnet,braintree/braintree_dotnet,scottmeyer/braintree_dotnet,braintree/braintree_dotnet,scottmeyer/braintree_dotnet | Braintree/VenmoAccount.cs | Braintree/VenmoAccount.cs | using System;
namespace Braintree
{
public class VenmoAccount : PaymentMethod
{
public string Token { get; protected set; }
public string Username { get; protected set; }
public string VenmoUserId { get; protected set; }
public string SourceDescription { get; protected set; }
... | using System;
namespace Braintree
{
public class VenmoAccount : PaymentMethod
{
public string Token { get; protected set; }
public string Username { get; protected set; }
public string VenmoUserId { get; protected set; }
public string SourceDescription { get; protected set; }
... | mit | C# |
99bb5e39b3207ac1d40df57df3da795fc7dfbea3 | Support lockerz preview | azyobuzin/Mystique,fin-alice/Mystique | Casket/Resolvers/Plixi.cs | Casket/Resolvers/Plixi.cs | using Acuerdo.External.Uploader;
namespace Casket.Resolvers
{
public class Plixi : IResolver
{
public bool IsResolvable(string url)
{
return url.StartsWith("http://plixi.com/p/") || url.StartsWith("http://tweetphoto.com/") || url.StartsWith("http://lockerz.com/s/");
}
... | using Acuerdo.External.Uploader;
namespace Casket.Resolvers
{
public class Plixi : IResolver
{
public bool IsResolvable(string url)
{
return url.StartsWith("http://plixi.com/p/") || url.StartsWith("http://tweetphoto.com/");
}
public string Resolve(string url)
... | mit | C# |
2b8bd03dd55e768aa28340450e8803c79a744544 | Make ChessPiece abstract and remove obsolete funcs | ProgramFOX/Chess.NET | ChessDotNet/ChessPiece.cs | ChessDotNet/ChessPiece.cs | namespace ChessDotNet
{
public abstract class ChessPiece
{
public Player Player
{
get;
private set;
}
public override bool Equals(object obj)
{
if (ReferenceEquals(this, obj))
return true;
if (obj == null ... | using System.Globalization;
namespace ChessDotNet
{
public class ChessPiece
{
public Piece Piece
{
get;
private set;
}
public Player Player
{
get;
private set;
}
public static ChessPiece None
{
... | mit | C# |
fcaee6604b6e3b2bac681fe9307795098a92d133 | Remove underscore from parameter name | ProgramFOX/Chess.NET | ChessDotNet/GameStatus.cs | ChessDotNet/GameStatus.cs | namespace ChessDotNet
{
public enum Event
{
Check,
Checkmate,
Stalemate,
Draw,
Custom,
Resign,
VariantEnd, // to be used for chess variants, which can be derived from ChessGame
None
}
public class GameStatus
{
public Event ... | namespace ChessDotNet
{
public enum Event
{
Check,
Checkmate,
Stalemate,
Draw,
Custom,
Resign,
VariantEnd, // to be used for chess variants, which can be derived from ChessGame
None
}
public class GameStatus
{
public Event ... | mit | C# |
6ff341909305008ab574ed266199076ad501052c | Update version to 1.5.0 | TheOtherTimDuncan/TOTD-Mailer | SharedAssemblyInfo.cs | SharedAssemblyInfo.cs | using System.Reflection;
// 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: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The Other Tim Duncan")]
[assembly: Asse... | using System.Reflection;
// 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: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The Other Tim Duncan")]
[assembly: Asse... | mit | C# |
ccecf2fe82c9c6c29c4584c762ff3f395f3e307b | Improve string and date Util methods | frederickrogan/RiotSharp | RiotSharp/Misc/Util.cs | RiotSharp/Misc/Util.cs | using System;
using System.Collections.Generic;
using System.Linq;
using RiotSharp.MatchEndpoint.Enums;
namespace RiotSharp.Misc
{
static class Util
{
public static DateTime BaseDateTime = new DateTime(1970, 1, 1);
public static DateTime ToDateTimeFromMilliSeconds(this long millis)
{... | using System;
using System.Collections.Generic;
using RiotSharp.MatchEndpoint.Enums;
namespace RiotSharp.Misc
{
static class Util
{
public static DateTime ToDateTimeFromMilliSeconds(this long millis)
{
var dateTime = new DateTime(1970, 1, 1, 0, 0, 0, 0);
dateTime = date... | mit | C# |
1219c18249c36ddd7a84072dfaac877c83a7d568 | Fix creation of Domain | BrandyFx/PublicSuffix | PublicSuffix/Domain.cs | PublicSuffix/Domain.cs | using System;
namespace Brandy.PublicSuffix
{
public sealed class Domain
{
private readonly string _domain;
private readonly string _toString;
public Domain(string publicSuffix, string domain, string subdomain)
{
PublicSuffix = publicSuffix ?? throw new ArgumentNul... | using System;
namespace Brandy.PublicSuffix
{
public sealed class Domain
{
private readonly string _domain;
private readonly string _toString;
public Domain(string publicSuffix, string domain, string subdomain)
{
PublicSuffix = publicSuffix ?? throw new ArgumentNul... | mit | C# |
3aff458635aaf68bee9ae19ac5e934c56d8b9b44 | Fix imports. | GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | error-reporting/api/ErrorReportingSample/ErrorReportingSample.cs | error-reporting/api/ErrorReportingSample/ErrorReportingSample.cs | /**
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | /**
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | apache-2.0 | C# |
6439787ccd063b98acacd947950acd4418de82a9 | Add nullcheck (#1647) | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/JsonConverters/Uint256JsonConverter.cs | WalletWasabi/JsonConverters/Uint256JsonConverter.cs | using NBitcoin;
using Newtonsoft.Json;
using System;
using WalletWasabi.Helpers;
namespace WalletWasabi.JsonConverters
{
public class Uint256JsonConverter : JsonConverter
{
/// <inheritdoc />
public override bool CanConvert(Type objectType)
{
return objectType == typeof(uint256);
}
/// <inheritdoc />
... | using NBitcoin;
using Newtonsoft.Json;
using System;
using WalletWasabi.Helpers;
namespace WalletWasabi.JsonConverters
{
public class Uint256JsonConverter : JsonConverter
{
/// <inheritdoc />
public override bool CanConvert(Type objectType)
{
return objectType == typeof(uint256);
}
/// <inheritdoc />
... | mit | C# |
ae84f0e945549508601a28cd8ec4c71c439870cb | Call ConfigureAwait(false) whenever possible | hurricanepkt/DropboxRestAPI,saguiitay/DropboxRestAPI | src/DropboxRestAPI/LargeFileUploader.cs | src/DropboxRestAPI/LargeFileUploader.cs | using System;
using System.IO;
using System.Threading.Tasks;
using DropboxRestAPI.Models.Core;
namespace DropboxRestAPI
{
public class LargeFileUploader
{
public static long BufferSize = 4 * 1024 * 1024;
private readonly Client _client;
private readonly Stream _dataSource;
pu... | using System;
using System.IO;
using System.Threading.Tasks;
using DropboxRestAPI.Models.Core;
namespace DropboxRestAPI
{
public class LargeFileUploader
{
public static long BufferSize = 4 * 1024 * 1024;
private readonly Client _client;
private readonly Stream _dataSource;
pu... | mit | C# |
9a4e225187fbb32eb8588831d07b2039d0878833 | add filter | planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell | src/Firehose.Web/Authors/DaveCarroll.cs | src/Firehose.Web/Authors/DaveCarroll.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class DaveCarroll : IAmACommunityMember
{
public string FirstName => "Dave";
public string LastNa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class DaveCarroll : IAmACommunityMember
{
public string FirstName => "Dave";
public string LastNa... | mit | C# |
7f49a918a08cbc139ff4075d51ea05426ceb4ee7 | add datatables to root | ucdavis/Namster,ucdavis/Namster,ucdavis/Namster | src/Namster/Views/Shared/_Layout.cshtml | src/Namster/Views/Shared/_Layout.cshtml | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NamstR - @ViewData["Title"]</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medi... | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NamstR - @ViewData["Title"]</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medi... | mit | C# |
49a03f1c06ca6824fc8e131ddd1e8f845c4ea1f2 | Add basic blocking migration, move not copy | peppy/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu | osu.Game/IO/OsuStorage.cs | osu.Game/IO/OsuStorage.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namespace osu.Game.IO
{
public class OsuStora... | // 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.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namespace osu.Game.IO
{
public class OsuStorage : WrappedStorage
{
... | mit | C# |
87f372ec3ccb06303023246ca3af2fc5e25bb4a9 | Update ConnectionInfo metadata | openchargemap/ocm-system,openchargemap/ocm-system,openchargemap/ocm-system,openchargemap/ocm-system | API/OCM.Net/OCM.API.Model/Base/ConnectionInfo.cs | API/OCM.Net/OCM.API.Model/Base/ConnectionInfo.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace OCM.API.Common.Model
{
public class ConnectionInfo
{
public int ID { get; set; }
public ConnectionType ConnectionType { get; set; }
[D... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace OCM.API.Common.Model
{
public class ConnectionInfo
{
public int ID { get; set; }
public ConnectionType ConnectionType { get; set; }
[D... | mit | C# |
abcf782ad51270d35216e233cb9b2c55d604c6c7 | fix Cultures ViewPrefix | signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions | Signum.Web.Extensions/Cultures/CultureInfoClient.cs | Signum.Web.Extensions/Cultures/CultureInfoClient.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Signum.Entities;
using Signum.Services;
using System.Reflection;
using Signum.Utilities.Reflection;
using Signum.Utilities;
using Signum.Entities.Basics;
namespace Signum.Web.Cultures
{
public static class Cul... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Signum.Entities;
using Signum.Services;
using System.Reflection;
using Signum.Utilities.Reflection;
using Signum.Utilities;
using Signum.Entities.Basics;
namespace Signum.Web.Cultures
{
public static class Cul... | mit | C# |
671a3d47b8a131e97ebfd5800c3194667a0f956e | Move bindable binding to `LoadComplete` and remove unnecessary unbind | ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu | osu.Game/Screens/OnlinePlay/Multiplayer/MultiplayerRoomSounds.cs | osu.Game/Screens/OnlinePlay/Multiplayer/MultiplayerRoomSounds.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.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Game.Online.API.Requests.Responses;
... | // 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.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Game.Online.API.Requests.Responses;
... | mit | C# |
44cee74b7c4d7d736fc333656b368cb9f6f844b8 | remove unnecessary logs. | sassembla/Autoya,sassembla/Autoya,sassembla/Autoya | Assets/AutoyaSample/3_Purchase/RemotePurchase.cs | Assets/AutoyaSample/3_Purchase/RemotePurchase.cs | using System;
using System.Collections;
using AutoyaFramework;
using UnityEngine;
/**
Purchase example of server side validate based purchase.
*/
public class RemotePurchase : MonoBehaviour {
IEnumerator Start () {
while (!Autoya.Purchase_IsReady()) {
yield return null;
}
// display all products.
var p... | using System;
using System.Collections;
using AutoyaFramework;
using UnityEngine;
/**
Purchase example of server side validate based purchase.
*/
public class RemotePurchase : MonoBehaviour {
IEnumerator Start () {
while (!Autoya.Purchase_IsReady()) {
Debug.Log("log:" + Autoya.Auth_IsAuthenticated());
Debu... | mit | C# |
977e1a3bfec706663347ecb167219971ee738e9f | split shortcut into two methods | UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,EVAST9919/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,peppy/osu,EVAST9919/osu | osu.Game.Rulesets.Mania/Skinning/LegacyManiaColumnElement.cs | osu.Game.Rulesets.Mania/Skinning/LegacyManiaColumnElement.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 JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets... | // 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 JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets... | mit | C# |
fe025043bd59d8164710cce507c16589ad439c98 | Make test run multiple times | smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu-new,peppy/osu,peppy/osu | osu.Game.Tests/Visual/Gameplay/TestSceneParticleExplosion.cs | osu.Game.Tests/Visual/Gameplay/TestSceneParticleExplosion.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.Graphics.Textures;
using osu.Game.Graphics;
using osuTK;
namespa... | // 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.Graphics.Textures;
using osu.Game.Graphics;
using osuTK;
namespa... | mit | C# |
50309b7a2b0de771c8038fe6fb581ba43df076b7 | Add some additional operators to SizeConstraint | directhex/xwt,mminns/xwt,mono/xwt,hwthomas/xwt,hamekoz/xwt,residuum/xwt,akrisiun/xwt,cra0zy/xwt,steffenWi/xwt,sevoku/xwt,mminns/xwt,TheBrainTech/xwt,antmicro/xwt,iainx/xwt,lytico/xwt | Xwt/Xwt/SizeConstraint.cs | Xwt/Xwt/SizeConstraint.cs | //
// SizeConstraint.cs
//
// Author:
// Lluis Sanchez <lluis@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 restrictio... | //
// SizeConstraint.cs
//
// Author:
// Lluis Sanchez <lluis@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 restrictio... | mit | C# |
a4c181dc2a31f5568ccd90d7ba2cc0ea5f15d8a6 | add help description | li-rongcheng/CoreCmd | DependentConsoleApp/DemoCommand.cs | DependentConsoleApp/DemoCommand.cs | using CoreCmd.Attributes;
using CoreCmd.CliUtils;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
namespace DependentConsoleApp
{
class DemoCommandBase
{
public void Fn1()
{
Console.WriteLine("DemoCommandBase.Fn1() called");
}
... | using CoreCmd.CliUtils;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
namespace DependentConsoleApp
{
class DemoCommandBase
{
public void Fn1()
{
Console.WriteLine("DemoCommandBase.Fn1() called");
}
}
class DemoCommand :... | mit | C# |
342c4c44f6fa2053acec1c7271d796f9e0f98265 | Change namespace to avoid conflict | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNetCore.Sockets.Abstractions/DuplexPipe.cs | src/Microsoft.AspNetCore.Sockets.Abstractions/DuplexPipe.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.IO.Pipelines;
namespace Microsoft.AspNetCore.Sockets
{
public class DuplexPipe : IDuplexPipe
{
public DuplexPipe(PipeRead... | // 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.
namespace System.IO.Pipelines
{
public class DuplexPipe : IDuplexPipe
{
public DuplexPipe(PipeReader reader, PipeWriter writer)
... | apache-2.0 | C# |
236bd8a1226bcd4e9020f27b5f0eeefde74015ca | Increment version. | poulfoged/Elasticsearch-Inside | source/ElasticsearchInside/Properties/AssemblyInfo.cs | source/ElasticsearchInside/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ElasticsearchInside")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ElasticsearchInside")]
[... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ElasticsearchInside")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ElasticsearchInside")]
[... | mit | C# |
f8fa78deb93ab0226a69ed78a391f4e38f8998ae | Fix `NullReferenceException` when `IMemberAccessor` was not resolved Related to Handlebars-Net/Handlebars.Net/issues/399 | rexm/Handlebars.Net,rexm/Handlebars.Net | source/Handlebars/ObjectDescriptors/ObjectAccessor.cs | source/Handlebars/ObjectDescriptors/ObjectAccessor.cs | using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using HandlebarsDotNet.MemberAccessors;
using HandlebarsDotNet.ObjectDescriptors;
using HandlebarsDotNet.PathStructure;
namespace HandlebarsDotNet
{
public readonly ref struct ObjectAccessor
{
private readonly o... | using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using HandlebarsDotNet.MemberAccessors;
using HandlebarsDotNet.ObjectDescriptors;
using HandlebarsDotNet.PathStructure;
namespace HandlebarsDotNet
{
public readonly ref struct ObjectAccessor
{
private readonly o... | mit | C# |
7ff699e9ae6363633a3ef97ce747468ca5ed0a42 | Fix bug in Error class related to compare with None | michael-reichenauer/GitMind | GitMind/Utils/Error.cs | GitMind/Utils/Error.cs | using System;
using System.CodeDom;
using System.Diagnostics;
namespace GitMind.Utils
{
public class Error : Equatable<Error>
{
private static readonly Exception noneException = new Exception("none");
private readonly Exception exception = null;
private Error(string message = null)
: this(null, message)
... | using System;
using System.CodeDom;
using System.Diagnostics;
namespace GitMind.Utils
{
public class Error : Equatable<Error>
{
private static readonly string none = "none";
private readonly Exception exception = null;
private Error(string message = null)
: this(null, message)
{
}
private Error(Exc... | mit | C# |
bce0dbf20856a1aff6431a09504cab525270ac0e | update cake build script to have clearer dependency among tasks | hpcsc/Sharpenter.BootstrapperLoader | build.cake.cs | build.cake.cs | using System.Diagnostics;
using IO = System.IO;
using System.Linq;
var target = Argument("target", "Default");
var buildConfiguration = "Release";
var solutionFile = "Sharpenter.BootstrapperLoader.sln";
var mainProject = "./Sharpenter.BootstrapperLoader";
var testProject = "./Sharpenter.BootstrapperLoader.Tests";
Tas... | using System.Diagnostics;
using IO = System.IO;
using System.Linq;
var target = Argument("target", "Default");
var buildConfiguration = "Release";
var solutionFile = "Sharpenter.BootstrapperLoader.sln";
var mainProject = "./Sharpenter.BootstrapperLoader";
var testProject = "./Sharpenter.BootstrapperLoader.Tests";
Tas... | mit | C# |
31afe5c527240e176ef7d5738e56506d2f3d52bb | Clone fielddef.FieldOffset. | Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloner.Fields.cs | src/AsmResolver.DotNet/Cloning/MemberCloner.Fields.cs | namespace AsmResolver.DotNet.Cloning
{
public partial class MemberCloner
{
private void CreateFieldStubs(MemberCloneContext context)
{
foreach (var field in _fieldsToClone)
{
var stub = CreateFieldStub(context, field);
// I... | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
namespace AsmResolver.DotNet.Cloning
{
public partial class MemberCloner
{
private void CreateFieldStubs(MemberCloneContext context)
{
... | mit | C# |
4838611d6d66b52bf25ed98520dd5c145f3301f4 | revert adding route tag to controller | collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists | src/FilterLists.Api/V1/Controllers/ListsController.cs | src/FilterLists.Api/V1/Controllers/ListsController.cs | using System;
using FilterLists.Services;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
namespace FilterLists.Api.V1.Controllers
{
[ApiVersion("1.0")]
[Produces("application/json")]
[ResponseCache(CacheProfileName = "Long-Lived")]
public class ListsController : Controller
... | using System;
using FilterLists.Services;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
namespace FilterLists.Api.V1.Controllers
{
[ApiVersion("1.0")]
[Route("[controller]")]
[Produces("application/json")]
[ResponseCache(CacheProfileName = "Long-Lived")]
public class L... | mit | C# |
ec27251d1eb37517162516b5d47af427a65b9c77 | fix string serialization | OpenTl/OpenTl.Schema | src/OpenTl.Schema/Serialization/SerializationUtils.cs | src/OpenTl.Schema/Serialization/SerializationUtils.cs | namespace OpenTl.Schema.Serialization
{
using System;
using System.Diagnostics;
using System.Linq;
using System.Text;
public class SerializationUtils
{
private static readonly Encoding LatinEncoding = Encoding.GetEncoding("Latin1");
public static byte[] GetBytes(string str)
... | namespace OpenTl.Schema.Serialization
{
using System;
using System.Linq;
using System.Text;
public class SerializationUtils
{
public static byte[] GetBytes(string str)
{
return Encoding.UTF8.GetBytes(str);
}
public static string GetString(byte[] bytes)
... | mit | C# |
1a2db87668d254315cbd2a1d52cbb9dc902354a3 | Fix osu! mode adding combos twice. | ppy/osu,ppy/osu,smoogipoo/osu,osu-RP/osu-RP,EVAST9919/osu,smoogipoo/osu,johnneijzen/osu,Nabile-Rahmani/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,Damnae/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,naoey/osu,2yangk23/osu,Drezi126/osu,DrabWeb/osu,DrabWeb/osu,smoogipoo/osu,EVAST9919/... | osu.Game.Modes.Osu/Scoring/OsuScoreProcessor.cs | osu.Game.Modes.Osu/Scoring/OsuScoreProcessor.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Osu.Judgements;
using osu.Game.Modes.Osu.Objects;
using osu.Game.Modes.Scoring;
using osu.Game.Modes... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Osu.Judgements;
using osu.Game.Modes.Osu.Objects;
using osu.Game.Modes.Scoring;
using osu.Game.Modes... | mit | C# |
d6a0a625c0a8b2388b43aaa981486b5a8735bfc9 | Fix compilation | jaredthirsk/Machine,jaredthirsk/Machine,jaredthirsk/Machine | LionFire.Machine.Api/Controllers/ServicesController.cs | LionFire.Machine.Api/Controllers/ServicesController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
namespace LionFire.Machine.Api.Controllers
{
[Route("machine/[controller]")]
public class ServicesController : Controller
{
// GET: api/values
[HttpGet]
pub... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
namespace LionFire.Machine.Api.Controllers
{
[Route("machine/[controller]")]
public class ServicesController : Controller
{
[HttpGet("[action]"]
public LoadAvgFi... | mit | C# |
6c279e8f7d4ac94e9e4da9969d4499b793b84334 | Implement snapshot records for last_success and last_failure on SnapshotLifecyclePolicyMetadata. (#4162) | elastic/elasticsearch-net,elastic/elasticsearch-net | src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs | src/Nest/XPack/Slm/SnapshotLifecyclePolicyMetadata.cs | using System;
using System.Runtime.Serialization;
using Elasticsearch.Net.Utf8Json;
namespace Nest
{
/// <summary>
/// Metadata about a Snapshot lifecycle policy
/// </summary>
public class SnapshotLifecyclePolicyMetadata
{
/// <summary>
/// The modified date.
/// Returned only when Human is set to <c>true<... | using System;
using System.Runtime.Serialization;
using Elasticsearch.Net.Utf8Json;
namespace Nest
{
/// <summary>
/// Metadata about a Snapshot lifecycle policy
/// </summary>
public class SnapshotLifecyclePolicyMetadata
{
/// <summary>
/// The modified date.
/// Returned only when Human is set to <c>true<... | apache-2.0 | C# |
2147c10ce27e4480faa652da848bbd33346276dd | Remove setters from DocumentModel | CodeConnect/SourceBrowser,AmadeusW/SourceBrowser,AmadeusW/SourceBrowser,AmadeusW/SourceBrowser,CodeConnect/SourceBrowser | src/SourceBrowser.Generator/Model/DocumentModel.cs | src/SourceBrowser.Generator/Model/DocumentModel.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SourceBrowser.Generator.Model
{
public class DocumentModel : IProjectItem
{
public IProjectItem Parent { get; }
public ICollection<IProjectItem> Child... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SourceBrowser.Generator.Model
{
public class DocumentModel : IProjectItem
{
public IProjectItem Parent { get; set; }
public ICollection<IProjectItem> ... | mit | C# |
1aa644e44edab39887be2dd314988da23a77991d | Add collection fixture to exception tests | CSGOpenSource/elasticsearch-net,azubanov/elasticsearch-net,RossLieberman/NEST,elastic/elasticsearch-net,adam-mccoy/elasticsearch-net,TheFireCookie/elasticsearch-net,UdiBen/elasticsearch-net,RossLieberman/NEST,cstlaurent/elasticsearch-net,UdiBen/elasticsearch-net,adam-mccoy/elasticsearch-net,RossLieberman/NEST,cstlauren... | src/Tests/ClientConcepts/Exceptions/ExceptionTests.cs | src/Tests/ClientConcepts/Exceptions/ExceptionTests.cs | using Elasticsearch.Net;
using FluentAssertions;
using Nest;
using System;
using Tests.Framework;
using Tests.Framework.Integration;
using Tests.Framework.MockData;
using Xunit;
namespace Tests.ClientConcepts.Exceptions
{
[Collection(IntegrationContext.Indexing)]
public class ExceptionTests
{
public ExceptionTes... | using Elasticsearch.Net;
using FluentAssertions;
using Nest;
using System;
using Tests.Framework;
using Tests.Framework.MockData;
using Xunit;
namespace Tests.ClientConcepts.Exceptions
{
public class ExceptionTests
{
[I]
public void ServerTestWhenThrowExceptionsEnabled()
{
var settings = new ConnectionSett... | apache-2.0 | C# |
efbd168347ea74a4d9c02e6099bbd0d394c80fcf | Fix bug not able to install packages to JS Metro project. Work items: 1986 | alluran/node.net,indsoft/NuGet2,mrward/nuget,jmezach/NuGet2,OneGet/nuget,dolkensp/node.net,indsoft/NuGet2,oliver-feng/nuget,ctaggart/nuget,oliver-feng/nuget,RichiCoder1/nuget-chocolatey,anurse/NuGet,mrward/NuGet.V2,xoofx/NuGet,zskullz/nuget,jmezach/NuGet2,themotleyfool/NuGet,ctaggart/nuget,RichiCoder1/nuget-chocolatey,... | src/VisualStudio/ProjectSystems/JsProjectSystem.cs | src/VisualStudio/ProjectSystems/JsProjectSystem.cs | using System.IO;
using EnvDTE;
namespace NuGet.VisualStudio
{
/// <summary>
/// This project system represents the JavaScript Metro project in Windows8
/// </summary>
public class JsProjectSystem : VsProjectSystem
{
public JsProjectSystem(Project project, IFileSystemProvider fileS... | using System.IO;
using EnvDTE;
namespace NuGet.VisualStudio
{
/// <summary>
/// This project system represents the JavaScript Metro project in Windows8
/// </summary>
public class JsProjectSystem : VsProjectSystem
{
public JsProjectSystem(Project project, IFileSystemProvider fileS... | apache-2.0 | C# |
07b8707f1fd5391d60cb607cb3ab33de6f7d76ba | Add missing xmldoc | tusdotnet/tusdotnet,tusdotnet/tusdotnet,tusdotnet/tusdotnet,smatsson/tusdotnet,tusdotnet/tusdotnet,smatsson/tusdotnet | Source/tusdotnet/Interfaces/ITusConfiguration.cs | Source/tusdotnet/Interfaces/ITusConfiguration.cs | using System;
using System.Threading;
using System.Threading.Tasks;
using tusdotnet.Models.Expiration;
namespace tusdotnet.Interfaces
{
/// <summary>
/// Represents the configuration used by tusdotnet.
/// </summary>
public interface ITusConfiguration
{
/// <summary>
/// The url pa... | using System;
using System.Threading;
using System.Threading.Tasks;
using tusdotnet.Models.Expiration;
namespace tusdotnet.Interfaces
{
public interface ITusConfiguration
{
/// <summary>
/// The url path to listen for uploads on, e.g. "/files"
/// If the site is located in a subpath (e... | mit | C# |
1eec19bfc2adf7c1de6d0964f9fe25b9cdd2d2e4 | Update copyright. | dbrant/ExifRename | ExifRename/Properties/AssemblyInfo.cs | ExifRename/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... | apache-2.0 | C# |
5c79d4e8eeb91b1b50b23b98ddc761426d4a8cf0 | Remove Usage of RazorIrNodeVisitorOfT (#5991) | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectDirectiveIRNode.cs | src/Microsoft.AspNetCore.Mvc.Razor.Host/InjectDirectiveIRNode.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.AspNetCore.Razor.Evolution;
using Microsoft.AspNetCore.Razor.Evolution.CodeGeneration;
... | // 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.AspNetCore.Razor.Evolution;
using Microsoft.AspNetCore.Razor.Evolution.CodeGeneration;
... | apache-2.0 | C# |
6ba283565d119fd0405e1c8f5f86f8cdac2ca3d8 | use HelpBox for Instructions | greggman/hft-unity3d,greggman/hft-unity3d,greggman/hft-unity3d,greggman/hft-unity3d | Assets/HappyFunTimes/Scripts/Editor/HFTInstructionsEditor.cs | Assets/HappyFunTimes/Scripts/Editor/HFTInstructionsEditor.cs | using UnityEditor;
using UnityEngine;
using System.Collections;
[CustomEditor(typeof(HappyFunTimes.HFTInstructions))]
[CanEditMultipleObjects]
public class HFTInstructionsEditor : Editor {
public override void OnInspectorGUI() {
string help =
@"You can set these from the command line with
--hft-instructi... | using UnityEditor;
using UnityEngine;
using System.Collections;
[CustomEditor(typeof(HappyFunTimes.HFTInstructions))]
[CanEditMultipleObjects]
public class HFTInstructionsEditor : Editor {
Texture2D m_dark;
public void OnEnable()
{
m_dark = HappyFunTimes.HFTUtil.MakeColor(new Color(0.2f, 0.2f, 0.2... | bsd-3-clause | C# |
7e0cd31b7ce590f4107db13768a3a87c1f0bab7b | Bump CactbotOverlay to 0.15.3.0. (#1012) | quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot | plugin/CactbotOverlay/Properties/AssemblyInfo.cs | plugin/CactbotOverlay/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("CactbotOverlay")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CactbotOverlay")]
[assembly: AssemblyC... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("CactbotOverlay")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CactbotOverlay")]
[assembly: AssemblyC... | apache-2.0 | C# |
3ccdd1d76b31779ed9fbceac00462f5b241cb289 | Make published books "motion book"s | BloomBooks/PhotoStoryToBloomConverter,BloomBooks/PhotoStoryToBloomConverter | PhotoStoryToBloomConverter/BloomModel/BloomHtmlModel/Body.cs | PhotoStoryToBloomConverter/BloomModel/BloomHtmlModel/Body.cs | using System.Collections.Generic;
using System.Xml.Serialization;
namespace PhotoStoryToBloomConverter.BloomModel.BloomHtmlModel
{
public class Body
{
// REVIEW: I don't think these two are necessary/useful
[XmlAttribute("bookcreationtype")]
public string BookCreationType;
[XmlAttrib... | using System.Collections.Generic;
using System.Xml.Serialization;
namespace PhotoStoryToBloomConverter.BloomModel.BloomHtmlModel
{
public class Body
{
[XmlAttribute("bookcreationtype")]
public string BookCreationType;
[XmlAttribute("class")]
public string Class;
[XmlEle... | mit | C# |
daf255e4bb30d96045211649c0d585e567315706 | Add GA extension | JapaMala/armok-vision,JapaMala/armok-vision,JapaMala/armok-vision | Assets/TestData/GATest.cs | Assets/TestData/GATest.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GATest : MonoBehaviour {
float timer = 1;
// Use this for initialization
void Start ()
{
StartCoroutine (itr ());
}
//for testing
IEnumerator itr ()
{
while (true) {
yield return new WaitForSeconds (timer);
... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GATest : MonoBehaviour {
float timer = 1;
// Use this for initialization
void Start ()
{
StartCoroutine (itr ());
}
//for testing
IEnumerator itr ()
{
while (true) {
yield return new WaitForSeconds (timer);
... | mit | C# |
68a0f2f86dff09467fe1dec64c5448b0b19d7f95 | fix whitespace | IxMilia/BCad,IxMilia/BCad | BCad.Core/IViewControl.cs | BCad.Core/IViewControl.cs | using System.Threading.Tasks;
namespace BCad
{
public interface IViewControl
{
Point GetCursorPoint();
int DisplayHeight { get; }
int DisplayWidth { get; }
Task<SelectionRectangle> GetSelectionRectangle();
}
}
| using System.Threading.Tasks;
namespace BCad
{
public interface IViewControl
{
Point GetCursorPoint();
int DisplayHeight { get; }
int DisplayWidth { get; }
Task<SelectionRectangle> GetSelectionRectangle();
}
}
| apache-2.0 | C# |
e0173d6232b71896cffcbb9156fe8c3783731679 | Remove exec on non-existent cursor.cs | dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D | modules/AppCore/1/main.cs | modules/AppCore/1/main.cs | //-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, LLC
//
// 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 restrictio... | //-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, LLC
//
// 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 restrictio... | mit | C# |
09abb1ed245677e597fa38b27931ffe7ed08985d | Implement CacheDownloadStrategy | Thorium/Paket,mrinaldi/Paket,NatElkins/Paket,jam40jeff/Paket,lexarchik/Paket,matthid/Paket,MorganPersson/Paket,cloudRoutine/Paket,fsprojects/Paket,robertpi/Paket,0x53A/Paket,vbfox/Paket,vbfox/Paket,mrinaldi/Paket,snowcrazed/Paket,simonhdickson/Paket,magicmonty/Paket,simonhdickson/Paket,magicmonty/Paket,vbfox/Paket,thin... | src/Paket.Bootstrapper/CacheDownloadStrategy.cs | src/Paket.Bootstrapper/CacheDownloadStrategy.cs | using System;
using System.IO;
namespace Paket.Bootstrapper
{
internal class CacheDownloadStrategy : IDownloadStrategy
{
public string Name { get { return "Cache"; } }
private const string CacheDir = "PaketCache";
private IDownloadStrategy _fallbackStrategy;
public IDownloadSt... | using System;
namespace Paket.Bootstrapper
{
internal class CacheDownloadStrategy : IDownloadStrategy
{
public string Name { get { return "Cache"; } }
private IDownloadStrategy _fallbackStrategy;
public IDownloadStrategy FallbackStrategy
{
get
{
... | mit | C# |
50800fe2b56801731ce02cd5ac734e4d4a618d8c | Store cached paket.exe versions in Nuget cache | magicmonty/Paket,Stift/Paket,jam40jeff/Paket,robertpi/Paket,baronfel/Paket,fsprojects/Paket,mrinaldi/Paket,cloudRoutine/Paket,vbfox/Paket,lexarchik/Paket,0x53A/Paket,mrinaldi/Paket,snowcrazed/Paket,MorganPersson/Paket,robertpi/Paket,cloudRoutine/Paket,sergey-tihon/Paket,simonhdickson/Paket,matthid/Paket,NatElkins/Paket... | src/Paket.Bootstrapper/CacheDownloadStrategy.cs | src/Paket.Bootstrapper/CacheDownloadStrategy.cs | using System;
using System.IO;
namespace Paket.Bootstrapper
{
internal class CacheDownloadStrategy : IDownloadStrategy
{
public string Name { get { return "Cache"; } }
private readonly string _paketCacheDir =
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalAp... | using System;
using System.IO;
namespace Paket.Bootstrapper
{
internal class CacheDownloadStrategy : IDownloadStrategy
{
public string Name { get { return "Cache"; } }
private const string CacheDir = "PaketCache";
private IDownloadStrategy _fallbackStrategy;
public IDownloadSt... | mit | C# |
f51ec3610cb1624a7b78dad4b35470e1dcfc5c91 | Update AssemblyInfo.cs | alfhenrik/ScriptCs.OctoKit | src/ScriptCs.Octokit/Properties/AssemblyInfo.cs | src/ScriptCs.Octokit/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ScriptCs.Octokit")]
[assembly: AssemblyDescription("Octokit Script Pack for ScriptCs.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Henrik Andersson")]
[assembly: AssemblyProduct("ScriptCs.Octokit")]
[assem... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("ScriptCs.Octokit")]
[assembly: AssemblyDescription("Octokit Script Pack for ScriptCs.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Henrik Andersson")]
[assembly: AssemblyProduct("ScriptCs.Octokit")]
[assem... | mit | C# |
026a63535e3fdbb11bc453db30247414f0f2b044 | Update Comment | SixLabors/Fonts | src/SixLabors.Fonts/FontCollectionExtensions.cs | src/SixLabors.Fonts/FontCollectionExtensions.cs | // Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System;
namespace SixLabors.Fonts
{
/// <summary>
/// Extension methods for <see cref="IFontCollection"/>.
/// </summary>
public static class FontCollectionExtensions
{
/// <summary>
/// Adds the ... | // Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System;
namespace SixLabors.Fonts
{
/// <summary>
/// Extension methods for <see cref="IFontCollection"/>.
/// </summary>
public static class FontCollectionExtensions
{
/// <summary>
/// Adds the ... | apache-2.0 | C# |
db21b98baa4b769fbf33545d6e6a48034f1621b5 | remove todo (tech debt task has been created for it) | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EAS.Portal/DependencyResolution/CommitmentsService.cs | src/SFA.DAS.EAS.Portal/DependencyResolution/CommitmentsService.cs | using Microsoft.Extensions.DependencyInjection;
using SFA.DAS.Commitments.Api.Client;
using SFA.DAS.Commitments.Api.Client.Configuration;
using SFA.DAS.Commitments.Api.Client.Interfaces;
using SFA.DAS.EAS.Portal.Configuration;
using SFA.DAS.Http;
using SFA.DAS.Http.TokenGenerators;
using System;
using System.Net.Http;... | using Microsoft.Extensions.DependencyInjection;
using SFA.DAS.Commitments.Api.Client;
using SFA.DAS.Commitments.Api.Client.Configuration;
using SFA.DAS.Commitments.Api.Client.Interfaces;
using SFA.DAS.EAS.Portal.Configuration;
using SFA.DAS.Http;
using SFA.DAS.Http.TokenGenerators;
using System;
using System.Net.Http;... | mit | C# |
fe1aa58bbe3e632575a311296f177e005f80d5e3 | Set List parameter to required | iiunknown/PnP-PowerShell,Oaden/PnP-PowerShell,larray/PowerShell,comblox/PnP-PowerShell,sps130/PnP-PowerShell,kilasuit/PnP-PowerShell,PieterVeenstra/PnP-PowerShell,pschaeflein/PnP-PowerShell,florinszilagyi/PnP-PowerShell,Segelfeldt/PnP-PowerShell,OfficeDev/PnP-PowerShell,artokai/PnP-PowerShell | Commands/Lists/AddView.cs | Commands/Lists/AddView.cs | using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
using Microsoft.SharePoint.Client;
using System.Management.Automation;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
namespace OfficeDevPnP.PowerShell.Commands
{
[Cmdlet(VerbsCommon.Add, "SPOView")]
[CmdletHelp("Adds a view to a list",
Categ... | using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
using Microsoft.SharePoint.Client;
using System.Management.Automation;
using OfficeDevPnP.PowerShell.CmdletHelpAttributes;
namespace OfficeDevPnP.PowerShell.Commands
{
[Cmdlet(VerbsCommon.Add, "SPOView")]
[CmdletHelp("Adds a view to a list",
Categ... | mit | C# |
31cdf601ed1c210b15b849d2841b719d2f1d95d8 | Fix typo (#1818) | AntShares/AntShares | src/neo/Network/P2P/Payloads/HighPriorityAttribute.cs | src/neo/Network/P2P/Payloads/HighPriorityAttribute.cs | using Neo.Persistence;
using Neo.SmartContract.Native;
using System.IO;
using System.Linq;
namespace Neo.Network.P2P.Payloads
{
public class HighPriorityAttribute : TransactionAttribute
{
public override bool AllowMultiple => false;
public override TransactionAttributeType Type => TransactionAt... | using Neo.Persistence;
using Neo.SmartContract.Native;
using System.IO;
using System.Linq;
namespace Neo.Network.P2P.Payloads
{
public class HighPriorityAttribute : TransactionAttribute
{
public override bool AllowMultiple => false;
public override TransactionAttributeType Type => TransactionAt... | mit | C# |
b1b55546349cb042bd5a597aea92aa76e5b6afce | update version | gaochundong/Cowboy | Cowboy/SolutionVersion.cs | Cowboy/SolutionVersion.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Cowboy is a C# library for building sockets based services.")]
[assembly: AssemblyCompany("Dennis Gao")]
[assembly: AssemblyProduct("Cowboy")]
[assembly: AssemblyCopyright("Copyright © 2015-2016 Dennis Gao")]
[assembly: Ass... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Cowboy is a library for building sockets based services.")]
[assembly: AssemblyCompany("Dennis Gao")]
[assembly: AssemblyProduct("Cowboy")]
[assembly: AssemblyCopyright("Copyright © 2015-2016 Dennis Gao")]
[assembly: Assemb... | mit | C# |
f4eaffed93cf4d4402017c728800e1686a2a2a5e | add ctors to FileEntryResult | zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,303248153/ZKWeb,zkweb-framework/ZKWeb | ZKWeb/ZKWeb/Web/ActionResults/FileEntryResult.cs | ZKWeb/ZKWeb/Web/ActionResults/FileEntryResult.cs | using System;
using ZKWeb.Storage;
using ZKWebStandard.Collections;
using ZKWebStandard.Extensions;
using ZKWebStandard.Utils;
using ZKWebStandard.Web;
namespace ZKWeb.Web.ActionResults {
/// <summary>
/// Read contents from file entry and write to response
/// </summary>
public class FileEntryResult :... | using System;
using ZKWeb.Storage;
using ZKWebStandard.Extensions;
using ZKWebStandard.Utils;
using ZKWebStandard.Web;
namespace ZKWeb.Web.ActionResults {
/// <summary>
/// Read contents from file entry and write to response
/// </summary>
public class FileEntryResult : IActionResult {
/// <summary>
... | mit | C# |
10a74c8467a541fee972aa1b1735b61c9b26e8b2 | Bump for v0.8.1 (#223) | jrick/Paymetheus,decred/Paymetheus | Paymetheus/Properties/AssemblyInfo.cs | Paymetheus/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | isc | C# |
6098935fb9f7245c64d0acb1731e61ee63b2505b | Bump for v0.2.0 (#128) | jrick/Paymetheus,decred/Paymetheus | Paymetheus/Properties/AssemblyInfo.cs | Paymetheus/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | isc | C# |
4da1acb83bc3d46d81ffdb0727453b0b13bb6bea | Add deprecated 'tree list' type to formatter, because that's what __base templates still is :) | kamsar/Rainbow,MacDennis76/Rainbow,PetersonDave/Rainbow | src/Rainbow/Formatting/FieldFormatters/MultilistFormatter.cs | src/Rainbow/Formatting/FieldFormatters/MultilistFormatter.cs | using System;
using System.Collections.Generic;
using Rainbow.Model;
using Sitecore.Data;
namespace Rainbow.Formatting.FieldFormatters
{
public class MultilistFormatter : FieldTypeBasedFormatter
{
public override string[] SupportedFieldTypes
{
get
{
return new[] { "Checklist", "Multilist", "Multilist ... | using System;
using System.Collections.Generic;
using Rainbow.Model;
using Sitecore.Data;
namespace Rainbow.Formatting.FieldFormatters
{
public class MultilistFormatter : FieldTypeBasedFormatter
{
public override string[] SupportedFieldTypes
{
get
{
return new[] { "Checklist", "Multilist", "Multilist ... | mit | C# |
e0e13fc789d9c593214d13d9b3e459ddeaec0665 | Update App.axaml.cs | wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D | samples/Demo/App.axaml.cs | samples/Demo/App.axaml.cs | using System;
using System.Linq;
using Autofac;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
using Core2D.ViewModels;
using Core2D.ViewModels.Editor;
using Demo.ViewModels;
using Demo.Views;
namespace Demo
{
public class App : Application
{
public override v... | using System;
using System.Linq;
using Autofac;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
using Core2D.ViewModels;
using Core2D.ViewModels.Editor;
using Demo.ViewModels;
using Demo.Views;
namespace Demo
{
public class App : Application
{
public override v... | mit | C# |
c8379c9cdffa0c3b5cacfcd29a1bdd52af0db41b | Increase console buffer. | SneakyTactician/EarthWithMagic | EarthWithMagic/Program.cs | EarthWithMagic/Program.cs | using System.Diagnostics;
using EarthWithMagicAPI.API.Util;
using EarthMagicDocumentation;
using EarthMagicCharacters.Classes.Monk.Generic_Monk;
using EarthWithMagicAPI.API.Party;
using EarthWithMagicAPI.API.Creature;
using EarthWithMagicAPI.API.Stuff;
using System;
namespace EarthWithMagic
{
public static class ... | using System.Diagnostics;
using EarthWithMagicAPI.API.Util;
using EarthMagicDocumentation;
using EarthMagicCharacters.Classes.Monk.Generic_Monk;
using EarthWithMagicAPI.API.Party;
using EarthWithMagicAPI.API.Creature;
using EarthWithMagicAPI.API.Stuff;
using System;
namespace EarthWithMagic
{
public static class ... | mit | C# |
4345d5701d6b28dc128b4172c4c512f9b318c644 | add test to reproduce metadata caching issues | object/Simple.OData.Client,object/Simple.OData.Client | src/Simple.OData.Client.UnitTests/Core/MetadataCacheTests.cs | src/Simple.OData.Client.UnitTests/Core/MetadataCacheTests.cs | using System;
using System.Threading.Tasks;
using Xunit;
namespace Simple.OData.Client.Tests.Core
{
public class MetadataCacheTests
{
[Fact]
public async Task MetadataErrorIsNotCached()
{
var baseUri = new Uri("ftp://localhost/");
var settings = new ODataClientS... | using System;
using System.Threading.Tasks;
using Xunit;
namespace Simple.OData.Client.Tests.Core
{
public class MetadataCacheTests
{
[Fact]
public async Task MetadataErrorIsNotCached()
{
var baseUri = new Uri("ftp://localhost/");
var settings = new ODataClientS... | mit | C# |
a9dd7d4a23332727bd2985d284f959b6ab0481b6 | Mark BrokerageModelSecurityInitializer.Initialize as virtual | bizcad/Lean,Phoenix1271/Lean,AnObfuscator/Lean,kaffeebrauer/Lean,Mendelone/forex_trading,AnObfuscator/Lean,QuantConnect/Lean,bizcad/Lean,young-zhang/Lean,devalkeralia/Lean,QuantConnect/Lean,kaffeebrauer/Lean,bizcad/Lean,QuantConnect/Lean,squideyes/Lean,Mendelone/forex_trading,QuantConnect/Lean,StefanoRaggi/Lean,jamesch... | Common/Securities/BrokerageModelSecurityInitializer.cs | Common/Securities/BrokerageModelSecurityInitializer.cs | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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 ... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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 ... | apache-2.0 | C# |
e0c6d902df87dd6833dc631b7e167dcff8f55651 | Add more constructors to MuffinClient | Yonom/MuffinFramework | MuffinFramework/MuffinClient.cs | MuffinFramework/MuffinClient.cs | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition.Hosting;
using System.ComponentModel.Composition.Primitives;
using System.Linq;
using System.Reflection;
using MuffinFramework.Muffins;
using MuffinFramework.Platforms;
using MuffinFramework.Services;
namespace MuffinFramework
{
... | using System;
using System.ComponentModel.Composition.Hosting;
using System.Reflection;
using MuffinFramework.Muffins;
using MuffinFramework.Platforms;
using MuffinFramework.Services;
namespace MuffinFramework
{
public class MuffinClient : IDisposable
{
private readonly object _lockObj = new object();... | mit | C# |
1662d649a73fbc65739cddc19d4d25a1b1939c4a | Fix so that SynchronisedAttribute works under VS2010 | hach-que/Dx | Dx.Runtime/Synchronisation/SynchronisedAttribute.cs | Dx.Runtime/Synchronisation/SynchronisedAttribute.cs | using System;
namespace Dx.Runtime
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class SynchronisedAttribute : Attribute
{
public Type StrategyType { get; set; }
public SynchronisedAttribute()
{
this.StrategyType = typeof(AssignmentStrate... | using System;
namespace Dx.Runtime
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class SynchronisedAttribute : Attribute
{
public Type StrategyType { get; set; }
public SynchronisedAttribute(Type strategyType = null)
{
if (strateg... | mit | C# |
914d545ee31966cc0b175d16673caafe98b8d04e | Add SignalRRealTimeNotifier to Notifiers | carldai0106/aspnetboilerplate,ryancyq/aspnetboilerplate,verdentk/aspnetboilerplate,ryancyq/aspnetboilerplate,verdentk/aspnetboilerplate,carldai0106/aspnetboilerplate,carldai0106/aspnetboilerplate,verdentk/aspnetboilerplate,ryancyq/aspnetboilerplate,ilyhacker/aspnetboilerplate,ilyhacker/aspnetboilerplate,ilyhacker/aspne... | src/Abp.Web.SignalR/Web/SignalR/AbpWebSignalRModule.cs | src/Abp.Web.SignalR/Web/SignalR/AbpWebSignalRModule.cs | using System.Reflection;
using Abp.Modules;
using Abp.Web.SignalR.Notifications;
using Castle.MicroKernel.Registration;
using Microsoft.AspNet.SignalR;
using Newtonsoft.Json;
namespace Abp.Web.SignalR
{
/// <summary>
/// ABP SignalR integration module.
/// </summary>
[DependsOn(typeof(AbpKernelModule)... | using System.Reflection;
using Abp.Modules;
using Castle.MicroKernel.Registration;
using Microsoft.AspNet.SignalR;
using Newtonsoft.Json;
namespace Abp.Web.SignalR
{
/// <summary>
/// ABP SignalR integration module.
/// </summary>
[DependsOn(typeof(AbpKernelModule))]
public class AbpWebSignalRModu... | mit | C# |
ab21212a3ee0851e69ac8294686a98cf156271f4 | Add search method | nmtoan07/AspNetCoreSPA,nmtoan07/AspNetCoreSPA,nmtoan07/AspNetCoreSPA | src/AspNetCoreSPA.Web/Controllers/StudentController.cs | src/AspNetCoreSPA.Web/Controllers/StudentController.cs | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNetCore.Mvc;
namespace AspNetCoreSPA.Web.Controllers
{
[Route("api/student")]
public class StudentController : Controller
{
private static List<Student> _students = new List<Student>
{
... | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNetCore.Mvc;
namespace AspNetCoreSPA.Web.Controllers
{
[Route("api/student")]
public class StudentController : Controller
{
private static List<Student> _students = new List<Student>
{
... | mit | C# |
6875624bf29c16a2b336e3a1ca5e12dbdec95b70 | Update IUIComponentExtensions.HasNoCssTransition method to handle StaleElementReferenceException | atata-framework/atata-kendoui,atata-framework/atata-kendoui | src/Atata.KendoUI/Extensions/IUIComponentExtensions.cs | src/Atata.KendoUI/Extensions/IUIComponentExtensions.cs | using System;
using OpenQA.Selenium;
namespace Atata.KendoUI
{
internal static class IUIComponentExtensions
{
internal static TOwner WaitForCssTransitionEnd<TOwner>(this IUIComponent<TOwner> component, string transitionName, RetryOptions waitingOptions, SearchOptions searchOptions = null)
... | using System;
using OpenQA.Selenium;
namespace Atata.KendoUI
{
internal static class IUIComponentExtensions
{
internal static TOwner WaitForCssTransitionEnd<TOwner>(this IUIComponent<TOwner> component, string transitionName, RetryOptions waitingOptions, SearchOptions searchOptions = null)
... | apache-2.0 | C# |
12aaf1885b80caee181313cf6a9d54b1a2f1cbe7 | Store link to students in Teacher. | denismaster/DiplomContentSystem,denismaster/DiplomContentSystem,denismaster/DiplomContentSystem,denismaster/DiplomContentSystem | src/DiplomContentSystem.Core/Entities/Teacher.cs | src/DiplomContentSystem.Core/Entities/Teacher.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace DiplomContentSystem.Core
{
public class Teacher : IEntity
{
public int Id { get; set; }
public string FIO { get; set; }
public int MaxWorkCount { get; set; }
publ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace DiplomContentSystem.Core
{
public class Teacher : IEntity
{
public int Id { get; set; }
public string FIO { get; set; }
public int MaxWorkCount { get; set; }
publ... | apache-2.0 | C# |
f22edcb508780dc3d6442b8233c49d60ad695225 | Update CoreRT for changes in shared partition | poizan42/coreclr,krk/coreclr,krk/coreclr,poizan42/coreclr,poizan42/coreclr,wtgodbe/coreclr,wtgodbe/coreclr,poizan42/coreclr,cshung/coreclr,krk/coreclr,krk/coreclr,cshung/coreclr,mmitche/coreclr,wtgodbe/coreclr,mmitche/coreclr,mmitche/coreclr,mmitche/coreclr,cshung/coreclr,cshung/coreclr,krk/coreclr,mmitche/coreclr,mmit... | src/System.Private.CoreLib/shared/System/Activator.cs | src/System.Private.CoreLib/shared/System/Activator.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.Diagnostics;
using System.Globalization;
using System.Reflection;
using System.Runtime.Remoting;
names... | // 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.Diagnostics;
using System.Globalization;
using System.Reflection;
using System.Runtime.Remoting;
names... | mit | C# |
c95c80e8aea917ecff7d491c3735f46962f70574 | Remove unused imports | nikeee/HolzShots | src/HolzShots.Windows/Forms/CopyCodeLinkLabel.cs | src/HolzShots.Windows/Forms/CopyCodeLinkLabel.cs | using System.Drawing;
namespace HolzShots.Windows.Forms
{
public class CopyCodeLinkLabel : ExplorerLinkLabel
{
private static readonly Font _font = new Font("Consolas", 9.75f, FontStyle.Regular, GraphicsUnit.Point); // Consolas; 9,75pt
public CopyCodeLinkLabel()
{
Font = _f... | using System;
using System.ComponentModel;
using System.Drawing;
namespace HolzShots.Windows.Forms
{
public class CopyCodeLinkLabel : ExplorerLinkLabel
{
private static readonly Font _font = new Font("Consolas", 9.75f, FontStyle.Regular, GraphicsUnit.Point); // Consolas; 9,75pt
public CopyCode... | agpl-3.0 | C# |
2afae628971f0f50a1ba035b2110382aff6fe7f3 | clean up | asipe/SupaCharge | src/SupaCharge.Core/ExceptionHandling/ExceptionDump.cs | src/SupaCharge.Core/ExceptionHandling/ExceptionDump.cs | using System;
using System.Collections.Generic;
using System.Linq;
namespace SupaCharge.Core.ExceptionHandling {
public class ExceptionDump {
public ExceptionDump(Exception exception) {
mException = exception;
}
public override string ToString() {
return FormatException(mExceptio... | using System;
using System.Collections.Generic;
using System.Linq;
namespace SupaCharge.Core.ExceptionHandling {
public class ExceptionDump {
public ExceptionDump(Exception Exception) {
mException = Exception;
mIsInnerException = false;
if (HasInnerException(Exception))
mIsIn... | mit | C# |
02769198256a0e780a934e988dc870cafe0602d4 | update test | MaceWindu/linq2db,linq2db/linq2db,lvaleriu/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,genusP/linq2db,ronnyek/linq2db,LinqToDB4iSeries/linq2db,genusP/linq2db,lvaleriu/linq2db,linq2db/linq2db | Tests/Linq/UserTests/Issue825Tests.cs | Tests/Linq/UserTests/Issue825Tests.cs | using LinqToDB;
using LinqToDB.Common;
using LinqToDB.Data;
using LinqToDB.Linq;
using LinqToDB.Mapping;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using Tests.Model;
namespace Tests.UserTests
{
[TestFixture]
public class Issue825Tests : TestBase
{
[Table(Name = "Ch... | using LinqToDB;
using LinqToDB.Common;
using LinqToDB.Data;
using LinqToDB.Linq;
using NUnit.Framework;
using System;
using System.Linq;
using Tests.Model;
namespace Tests.UserTests
{
[TestFixture]
public class Issue825Tests : TestBase
{
[Test, DataContextSource]
public void TestCount(string context)
{
us... | mit | C# |
6da6e48cbbef89fba9ed18689665430cf734d64a | Convert TypeHint to readonly struct | wvdd007/roslyn,KevinRansom/roslyn,sharwell/roslyn,tmat/roslyn,mavasani/roslyn,physhi/roslyn,ErikSchierboom/roslyn,mavasani/roslyn,AmadeusW/roslyn,mgoertz-msft/roslyn,wvdd007/roslyn,sharwell/roslyn,diryboy/roslyn,weltkante/roslyn,tannergooding/roslyn,bartdesmet/roslyn,weltkante/roslyn,dotnet/roslyn,diryboy/roslyn,shyamn... | src/Features/Core/Portable/InlineHints/TypeHint.cs | src/Features/Core/Portable/InlineHints/TypeHint.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.Diagnostics;
using Microsoft.CodeAnalysis.Text;
namespace Microso... | // 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.Diagnostics;
using Microsoft.CodeAnalysis.Text;
namespace Microso... | mit | C# |
d57e175e4f541ed22b98cb42aa46c8c2066b3434 | Fix debug | gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer | LmpClient/Windows/Vessels/Structures/VesselInterpolationDisplay.cs | LmpClient/Windows/Vessels/Structures/VesselInterpolationDisplay.cs | using LmpClient.Systems.VesselPositionSys;
using System;
using UnityEngine;
namespace LmpClient.Windows.Vessels.Structures
{
internal class VesselInterpolationDisplay : VesselBaseDisplay
{
public override bool Display { get; set; }
public Guid VesselId { get; set; }
public int Amount {... | using LmpClient.Systems.VesselPositionSys;
using System;
using UnityEngine;
namespace LmpClient.Windows.Vessels.Structures
{
internal class VesselInterpolationDisplay : VesselBaseDisplay
{
public override bool Display { get; set; }
public Guid VesselId { get; set; }
public int Amount {... | mit | C# |
76a68c406ac6c78528a64ed06096aa0f7e1a21c9 | Use the latest code (#894) | xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents | XPlat/ExposureNotification/build.cake | XPlat/ExposureNotification/build.cake | var TARGET = Argument("t", Argument("target", "ci"));
var SRC_COMMIT = "73f94d79edc0912edf538d2f2c3501163d31d1c8";
var SRC_URL = $"https://github.com/xamarin/xamarin.exposurenotification/archive/{SRC_COMMIT}.zip";
var OUTPUT_PATH = (DirectoryPath)"./output/";
var NUGET_VERSION = "0.8.0-preview";
Task("externals")
.... | var TARGET = Argument("t", Argument("target", "ci"));
var SRC_COMMIT = "5c0542d05a58789d14d512a111ef02ee46237e8c";
var SRC_URL = $"https://github.com/xamarin/xamarin.exposurenotification/archive/{SRC_COMMIT}.zip";
var OUTPUT_PATH = (DirectoryPath)"./output/";
var NUGET_VERSION = "0.7.0-preview";
Task("externals")
.... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.