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 |
|---|---|---|---|---|---|---|---|---|
a30866f535321983fcab6492ca4129e2d4609fa9 | Update ListUxStringsOrSomething.cs | overtools/OWLib | DataTool/ToolLogic/List/Misc/ListUxStringsOrSomething.cs | DataTool/ToolLogic/List/Misc/ListUxStringsOrSomething.cs | using System.Collections.Generic;
using System.Diagnostics;
using DataTool.DataModels;
using DataTool.Flag;
using DataTool.Helper;
using DataTool.JSON;
using TankLib;
using TankLib.STU.Types;
using static DataTool.Program;
using static DataTool.Helper.Logger;
namespace DataTool.ToolLogic.List.Misc {
[Tool("list-u... | using System.Collections.Generic;
using System.Diagnostics;
using DataTool.DataModels;
using DataTool.Flag;
using DataTool.Helper;
using DataTool.JSON;
using TankLib;
using TankLib.STU.Types;
using static DataTool.Program;
using static DataTool.Helper.Logger;
namespace DataTool.ToolLogic.List.Misc {
[Tool("list-u... | mit | C# |
b1f62041dd7edaf77acc42c9eb208f50f1f46cb0 | update build.cake | yuleyule66/Npoi.Core,yuleyule66/Npoi.Core | build.cake | build.cake | #addin "nuget:https://www.nuget.org/api/v2?package=Newtonsoft.Json&version=9.0.1"
#load "./build/index.cake"
var target = Argument("target", "Default");
var build = BuildParameters.Create(Context);
var util = new Util(Context, build);
Task("Clean")
.Does(() =>
{
if (DirectoryExists("./artifacts"))
{
DeleteDire... | #addin "nuget:https://www.nuget.org/api/v2?package=Newtonsoft.Json&version=9.0.1"
#load "./build/index.cake"
var target = Argument("target", "Default");
var build = BuildParameters.Create(Context);
var util = new Util(Context, build);
Task("Clean")
.Does(() =>
{
if (DirectoryExists("./artifacts"))
{
DeleteDire... | apache-2.0 | C# |
60e0798aa16a95dce660db80a86dd45db719929c | Add namespace to ReadOnlyAttribute | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit/Attributes/ReadOnlyAttribute.cs | Assets/MixedRealityToolkit/Attributes/ReadOnlyAttribute.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit
{
public class ReadOnlyAttribute : PropertyAttribute { }
public class BeginReadOnlyGroupAttribut... | using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute {}
public class BeginReadOnlyGroupAttribute : PropertyAttribute {}
public class EndReadOnlyGroupAttribute : PropertyAttribute {}
| mit | C# |
b38552f80b1d11b629511619016b935a5b7a93ac | Check for Fixie library reference | JohnStov/ReSharperFixieRunner | ReSharperFixieRunner/UnitTestProvider/FixieTestFileExplorer.cs | ReSharperFixieRunner/UnitTestProvider/FixieTestFileExplorer.cs | using System;
using System.Linq;
using JetBrains.Application;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.Psi.Tree;
using JetBrains.ReSharper.UnitTestFramework;
namespace ReSharperFixieRunner.UnitTestProvider
{
[FileUnitTestExplorer]
public class FixieTestFileExplor... | using System;
using JetBrains.Application;
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.Psi.Tree;
using JetBrains.ReSharper.UnitTestFramework;
namespace ReSharperFixieRunner.UnitTestProvider
{
[FileUnitTestExplorer]
public class FixieTestFileExplorer : IUnitTestFileExplorer
{
private ... | mit | C# |
fb1620d7164cf956e481bdf8f52822e88f0e5d7f | Bump version to 0.6.0 | quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,sqt/cactbot,quisquous/cactbot,sqt/cactbot,sqt/cactbot,quisquous/cactbot,sqt/cactbot,sqt/cactbot,quisquous/cactbot | CactbotOverlay/Properties/AssemblyInfo.cs | 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# |
3b8e7089cc5dcbc6128fbf3c7255595ac76035b0 | Update SettingsEngine.cs | dimmpixeye/Unity3dTools | Runtime/Settings/SettingsEngine.cs | Runtime/Settings/SettingsEngine.cs | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
namespace Pixeye.Actors
{
[Serializable]
public class SettingsEngine
{
public int SizeEntities = 1024;
public int SizeComponents = 128;
public int SizeGenerations = 4;
public int SizeGroups = 256;
public bool DebugNames = true;
... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
namespace Pixeye.Actors
{
[Serializable]
public class SettingsEngine
{
public int SizeEntities = 1024;
public int SizeComponents = 128;
public int SizeGenerations = 4;
public int SizeGroups = 256;
public bool DebugNames = true;
... | mit | C# |
660d1842456f22abe83622615e9791e3e4444705 | fix CA1709 | masaru-b-cl/VS-Code-Analysis | CodeAnalysis/Class1.cs | CodeAnalysis/Class1.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodeAnalysis
{
public class SomeClass
{
public void DoSomething(int count, int i)
{
var newCount = countUp(count);
}
private int countUp(int count)
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace codeAnalysis
{
public class someClass
{
public void doSomething(int count, int i)
{
var newCount = countUp(count);
}
private int countUp(int count)
... | mit | C# |
07683b727947f46acbc7d9c0c3cbe2dcab8bdfa0 | Fix author name on commits | BeefEX/ships | Ships-Client/Rendering/Renderer.cs | Ships-Client/Rendering/Renderer.cs | using System;
using Ships_Common;
namespace Ships_Client {
public static class Renderer {
public static char[][,] loadingCircle = {
new [,] {
{'\\', '_', '/'}, {' ', ' ', ' '}, {' ', ' ', ' '}
},
new [,] {
{'\\', '_', ' '}, {'|', ' ', ' '}, {' ', ' ', ' '}
},
new [,] {
{'\\', ' ',... | using System;
using System.Collections.Generic;
using System.Reflection.Emit;
using Ships_Common;
namespace Ships_Client {
public static class Renderer {
public static char[][,] loadingCircle = {
new [,] {
{'\\', '_', '/'}, {' ', ' ', ' '}, {' ', ' ', ' '}
},
new [,] {
{'\\', '_', ' '}, {'|'... | mit | C# |
9971d252156987288cf107d33836e72d0aeeb279 | Update Test | luni64/TeensySharp,luni64/TeensySharp,luni64/TeensySharp | Simple_Test_Console_App/Program.cs | Simple_Test_Console_App/Program.cs | using System;
using System.IO;
using TeensySharp;
namespace SimpleTestApp
{
class Program
{
static void Main(string[] args)
{
// Two test files
string file1 = "blink_slow.hex";
string file2 = "blink_fast.hex";
string testfile = file2;
... | using System;
using System.IO;
using TeensySharp;
namespace SimpleTestApp
{
class Program
{
static void Main(string[] args)
{
// Two test files
string file1 = "blink_slow.hex";
string file2 = "blink_fast.hex";
string testfile = file1;
... | mit | C# |
8243407c0bdcea9a3e7fc4adf09a195942a3b33c | simplify IsTrimable check | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Extensions/StringExtensions.cs | WalletWasabi/Extensions/StringExtensions.cs | using System.Linq;
namespace System
{
public static class StringExtensions
{
public static bool Equals(this string source, string value, StringComparison comparisonType, bool trimmed)
{
if (comparisonType == StringComparison.Ordinal)
{
if (trimmed)
{
return string.CompareOrdinal(source.Trim(),... | namespace System
{
public static class StringExtensions
{
public static bool Equals(this string source, string value, StringComparison comparisonType, bool trimmed)
{
if (comparisonType == StringComparison.Ordinal)
{
if (trimmed)
{
return string.CompareOrdinal(source.Trim(), value.Trim()) == 0;... | mit | C# |
7284a0732116dd73f097257545bbab36c8b9b3e0 | Fix FontDefinitionCloneableTests | ermshiperete/libpalaso,mccarthyrb/libpalaso,sillsdev/libpalaso,glasseyes/libpalaso,ddaspit/libpalaso,tombogle/libpalaso,gmartin7/libpalaso,ermshiperete/libpalaso,glasseyes/libpalaso,ermshiperete/libpalaso,ddaspit/libpalaso,gmartin7/libpalaso,andrew-polk/libpalaso,tombogle/libpalaso,gtryus/libpalaso,gtryus/libpalaso,gtr... | SIL.WritingSystems.Tests/FontDefinitionCloneableTests.cs | SIL.WritingSystems.Tests/FontDefinitionCloneableTests.cs | using NUnit.Framework;
using System.Collections.Generic;
using Palaso.TestUtilities;
namespace SIL.WritingSystems.Tests
{
public class FontDefinitionCloneableTests : CloneableTests<FontDefinition>
{
public override FontDefinition CreateNewCloneable()
{
return new FontDefinition("font1");
}
protected ov... | using System.Collections.Generic;
using Palaso.TestUtilities;
namespace SIL.WritingSystems.Tests
{
public class FontDefinitionCloneableTests : CloneableTests<FontDefinition>
{
public override FontDefinition CreateNewCloneable()
{
return new FontDefinition("font1");
}
protected override bool Equals(Font... | mit | C# |
2ca20b6700090292a59a61d2eb0195a5baf3ad0c | Add DocumentSymbolParams type | PowerShell/PowerShellEditorServices | src/PowerShellEditorServices.Protocol/LanguageServer/WorkspaceSymbols.cs | src/PowerShellEditorServices.Protocol/LanguageServer/WorkspaceSymbols.cs | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol;
namespace Microsoft.PowerShell.EditorServices.Protocol.LanguageServer
{
public enum Symbo... | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol;
namespace Microsoft.PowerShell.EditorServices.Protocol.LanguageServer
{
public enum Symbo... | mit | C# |
4f71fc4d9b7cc9061f6cf1d8cc7cbe4f3f661656 | Update FlurlHandshakeClient.cs | noobot/SlackConnector | src/SlackConnector/Connections/Clients/Handshake/FlurlHandshakeClient.cs | src/SlackConnector/Connections/Clients/Handshake/FlurlHandshakeClient.cs | using System.Threading.Tasks;
using Flurl;
using Flurl.Http;
using SlackConnector.Connections.Responses;
namespace SlackConnector.Connections.Clients.Handshake
{
internal class FlurlHandshakeClient : IHandshakeClient
{
private readonly IResponseVerifier _responseVerifier;
internal const string... | using System.Threading.Tasks;
using Flurl;
using Flurl.Http;
using SlackConnector.Connections.Responses;
namespace SlackConnector.Connections.Clients.Handshake
{
internal class FlurlHandshakeClient : IHandshakeClient
{
private readonly IResponseVerifier _responseVerifier;
internal const string... | mit | C# |
6373c252451cc8888ba5d10cef70db1be21bed29 | Switch to the memory repository | ytechie/Manufacturing.DataPusher | DataPusherContainer.cs | DataPusherContainer.cs | using Bootstrap.StructureMap;
using Manufacturing.DataCollector;
using Manufacturing.DataCollector.Datasources.Simulation;
using StructureMap;
using StructureMap.Configuration.DSL;
using StructureMap.Graph;
using StructureMap.Pipeline;
namespace Manufacturing.DataPusher
{
public class DataPusherContainer : IStruc... | using Bootstrap.StructureMap;
using Manufacturing.DataCollector.Datasources.Simulation;
using StructureMap;
using StructureMap.Configuration.DSL;
using StructureMap.Graph;
using StructureMap.Pipeline;
namespace Manufacturing.DataPusher
{
public class DataPusherContainer : IStructureMapRegistration
{
p... | apache-2.0 | C# |
e80583d7e3ad863a714f4996bcc5a27f172bb1b7 | test updated | Ar3sDevelopment/UnitOfWork.NET.EntityFramework | UnitOfWork.NET.EntityFramework.NUnit/Classes/UnitOfWork.cs | UnitOfWork.NET.EntityFramework.NUnit/Classes/UnitOfWork.cs | using UnitOfWork.NET.EntityFramework.Classes;
using UnitOfWork.NET.EntityFramework.NUnit.Data.Models;
using UnitOfWork.NET.EntityFramework.NUnit.Repositories;
using System;
namespace UnitOfWork.NET.EntityFramework.NUnit.Classes
{
public class TestUnitOfWork : EntityUnitOfWork<TestDbContext>
{
public UserRepositor... | using UnitOfWork.NET.EntityFramework.Classes;
using UnitOfWork.NET.EntityFramework.NUnit.Data.Models;
using UnitOfWork.NET.EntityFramework.NUnit.Repositories;
namespace UnitOfWork.NET.EntityFramework.NUnit.Classes
{
public class TestUnitOfWork : EntityUnitOfWork<TestDbContext>
{
public UserRepository ... | mit | C# |
6c6695d73c154a7d417c27a731c735ee069b6eae | Check early for commit on current branch | ermshiperete/GitVersion,gep13/GitVersion,gep13/GitVersion,asbjornu/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,GitTools/GitVersion | src/GitVersionCore/VersionCalculation/BaseVersionCalculators/FallbackVersionStrategy.cs | src/GitVersionCore/VersionCalculation/BaseVersionCalculators/FallbackVersionStrategy.cs | using System;
using System.Collections.Generic;
using GitVersion.Common;
using LibGit2Sharp;
namespace GitVersion.VersionCalculation
{
/// <summary>
/// Version is 0.1.0.
/// BaseVersionSource is the "root" commit reachable from the current commit.
/// Does not increment.
/// </summary>
public ... | using System;
using System.Collections.Generic;
using GitVersion.Common;
using LibGit2Sharp;
namespace GitVersion.VersionCalculation
{
/// <summary>
/// Version is 0.1.0.
/// BaseVersionSource is the "root" commit reachable from the current commit.
/// Does not increment.
/// </summary>
public ... | mit | C# |
653f8d92ce84a4f9c867d28afeed5e6b6bcc8868 | Change label to "None" (#3965) | xkproject/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,petedavis/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orc... | src/OrchardCore.Modules/OrchardCore.ContentFields/Views/NumericField-Select.Edit.cshtml | src/OrchardCore.Modules/OrchardCore.ContentFields/Views/NumericField-Select.Edit.cshtml | @model OrchardCore.ContentFields.ViewModels.EditNumericFieldViewModel
@using OrchardCore.ContentManagement.Metadata.Models
@using OrchardCore.ContentFields.Settings;
@{
var settings = Model.PartFieldDefinition.Settings.ToObject<NumericFieldSettings>();
string name = Model.PartFieldDefinition.DisplayName();
... | @model OrchardCore.ContentFields.ViewModels.EditNumericFieldViewModel
@using OrchardCore.ContentManagement.Metadata.Models
@using OrchardCore.ContentFields.Settings;
@{
var settings = Model.PartFieldDefinition.Settings.ToObject<NumericFieldSettings>();
string name = Model.PartFieldDefinition.DisplayName();
... | bsd-3-clause | C# |
3bf94aa0473111edd79d534667a2779eea51e836 | remove Kafka | AndriaTurner/nhs111-dotnet-beta,NHSChoices/nhs111-dotnet-beta,AndriaTurner/nhs111-dotnet-beta,NHSChoices/nhs111-dotnet-beta,AndriaTurner/nhs111-dotnet-beta,NHSChoices/nhs111-dotnet-beta | NHS111/NHS111.Utils/IoC/UtilsRegistry.cs | NHS111/NHS111.Utils/IoC/UtilsRegistry.cs | using System;
using System.Configuration;
using KafkaNet;
using KafkaNet.Model;
using NHS111.Utils.Cache;
using StructureMap.Configuration.DSL;
using StructureMap.Graph;
namespace NHS111.Utils.IoC
{
public class UtilsRegistry : Registry
{
public UtilsRegistry()
{
//For<Producer>().... | using System;
using System.Configuration;
using KafkaNet;
using KafkaNet.Model;
using NHS111.Utils.Cache;
using StructureMap.Configuration.DSL;
using StructureMap.Graph;
namespace NHS111.Utils.IoC
{
public class UtilsRegistry : Registry
{
public UtilsRegistry()
{
For<Producer>().Us... | apache-2.0 | C# |
3bfd23bf141622a1edfc3d054427eb510cb017a9 | Fix dependency property setter to set correct value. | decred/Paymetheus,jrick/Paymetheus,btcsuite/Paymetheus,madferreiro/Paymetheus-Fork | Paymetheus/ConfirmationIndicator.xaml.cs | Paymetheus/ConfirmationIndicator.xaml.cs | // Copyright (c) 2016 The btcsuite developers
// Licensed under the ISC license. See LICENSE file in the project root for full license information.
using System;
using System.Windows;
using System.Windows.Controls;
namespace Paymetheus
{
/// <summary>
/// Interaction logic for ConfirmationIndicator.xaml
... | // Copyright (c) 2016 The btcsuite developers
// Licensed under the ISC license. See LICENSE file in the project root for full license information.
using System;
using System.Windows;
using System.Windows.Controls;
namespace Paymetheus
{
/// <summary>
/// Interaction logic for ConfirmationIndicator.xaml
... | isc | C# |
67d8e11bd8e53229429d69c124c549f2856cd467 | remove empty Update method | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,vladkol/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,StephenHodgson/MixedRealityToolkit-Unity,vladkol/MixedRealityToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,vladkol/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit-Examples/Demos/Diagnostics/Scripts/DiagnosticsDemoControls.cs | Assets/MixedRealityToolkit-Examples/Demos/Diagnostics/Scripts/DiagnosticsDemoControls.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Core.Interfaces.Diagnostics;
using Microsoft.MixedReality.Toolkit.Core.Services;
using UnityEngine;
namespace Microsoft.MixedRe... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Core.Interfaces.Diagnostics;
using Microsoft.MixedReality.Toolkit.Core.Services;
using UnityEngine;
namespace Microsoft.MixedRe... | mit | C# |
2b63c35397a46b01d55de1d075b21cd1229dfa8d | Replace \r with br. | cliftonm/clifton,cliftonm/clifton,cliftonm/clifton | Clifton.Core/Services/Clifton.EmailExceptionLoggerService/EmailExceptionLoggerService.cs | Clifton.Core/Services/Clifton.EmailExceptionLoggerService/EmailExceptionLoggerService.cs | using System;
using System.Text;
using Clifton.Core.ModuleManagement;
using Clifton.Core.Semantics;
using Clifton.Core.ServiceInterfaces;
using Clifton.Core.ServiceManagement;
namespace Clifton.ConsoleLoggerService
{
public class EmailExceptionModule : IModule
{
public void InitializeServices(IServiceManager ser... | using System;
using System.Text;
using Clifton.Core.ModuleManagement;
using Clifton.Core.Semantics;
using Clifton.Core.ServiceInterfaces;
using Clifton.Core.ServiceManagement;
namespace Clifton.ConsoleLoggerService
{
public class EmailExceptionModule : IModule
{
public void InitializeServices(IServiceManager ser... | mit | C# |
19fd0466b48e4d14234f954639a2f5fc5b54815a | Fix typo | CodefoundryDE/LegacyWrapper,CodefoundryDE/LegacyWrapper | LegacyWrapperTest/Client/EdgeCaseTests.cs | LegacyWrapperTest/Client/EdgeCaseTests.cs | using System;
using System.Net;
using LegacyWrapperClient.Client;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace LegacyWrapperTest.Client
{
[TestClass]
public class EdgeCaseTests
{
[TestMethod]
[ExpectedException(typeof(ArgumentException))]
public void TestTypeIsNotA... | using System;
using System.Net;
using LegacyWrapperClient.Client;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace LegacyWrapperTest.Client
{
[TestClass]
public class EdgeCaseTests
{
[TestMethod]
[ExpectedException(typeof(ArgumentException))]
public void TestTypeIsNotA... | mit | C# |
bc7c44fce98559b345a032c952c5870b0a20cda1 | fix e2e test failure due to null collection change | lewischeng-ms/WebApi,lewischeng-ms/WebApi | OData/test/E2ETest/WebStack.QA.Test.OData/Formatter/ErrorMessagesTests.cs | OData/test/E2ETest/WebStack.QA.Test.OData/Formatter/ErrorMessagesTests.cs | using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Web.Http;
using System.Web.OData;
using System.Web.OData.Builder;
using System.Web.OData.Extensions;
using System.Web.OData.Routing;
using System.Web.OData.Routing.Conventions;
using Microsoft.OData.Edm;
using Nuwa;
using Xunit;
... | using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Web.Http;
using System.Web.OData;
using System.Web.OData.Builder;
using System.Web.OData.Extensions;
using System.Web.OData.Routing;
using System.Web.OData.Routing.Conventions;
using Microsoft.OData.Edm;
using Nuwa;
using Xunit;
... | mit | C# |
6e2ef8d63229f80f281286309dc78504d9c3a714 | Remove all network operation codes | HelloKitty/317refactor | src/Rs317.Extended.Packets/RsNetworkOperationCode.cs | src/Rs317.Extended.Packets/RsNetworkOperationCode.cs | using System;
using System.Collections.Generic;
using System.Text;
namespace Rs317.Extended
{
/// <summary>
/// Operation codes for the RS317 packets.
/// </summary>
public enum RsNetworkOperationCode : byte
{
}
}
| using System;
using System.Collections.Generic;
using System.Text;
namespace Rs317.Extended
{
/// <summary>
/// Operation codes for the RS317 packets.
/// </summary>
public enum RsNetworkOperationCode : byte
{
/// <summary>
/// Operation code for packet type that indicates a login
/// success.
/// </summ... | mit | C# |
70d372001315b551e03e8765c5a07b531915a478 | Build and publish nuget package | RockFramework/Rock.Messaging | Rock.Messaging/Properties/AssemblyInfo.cs | Rock.Messaging/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("Ro... | 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("Ro... | mit | C# |
aaf851f2489d26a3cd3e106c55a926e354c89a02 | Make the constraint on RestfulHttpMethodConstraint, so the match will work. | restful-routing/restful-routing,stevehodgkiss/restful-routing,restful-routing/restful-routing,stevehodgkiss/restful-routing,stevehodgkiss/restful-routing,restful-routing/restful-routing | src/RestfulRouting/Mapper.cs | src/RestfulRouting/Mapper.cs | using System.Web.Routing;
namespace RestfulRouting
{
public abstract class Mapper
{
private readonly IRouteHandler _routeHandler;
protected Mapper(IRouteHandler routeHandler)
{
_routeHandler = routeHandler;
}
protected Route GenerateRoute(string path, string controller, string action, string[] httpMe... | using System.Web.Routing;
namespace RestfulRouting
{
public abstract class Mapper
{
private readonly IRouteHandler _routeHandler;
protected Mapper(IRouteHandler routeHandler)
{
_routeHandler = routeHandler;
}
protected Route GenerateRoute(string path, string controller, string action, string[] httpMe... | mit | C# |
d77750cc533bdc9af0f6948295f1d792b86001c5 | add helpers for creating documents in a transaction | Weingartner/SolidworksAddinFramework | XUnit.Solidworks.Addin/SolidWorksSpec.cs | XUnit.Solidworks.Addin/SolidWorksSpec.cs | using System;
using System.Reactive.Disposables;
using SolidworksAddinFramework;
using SolidWorks.Interop.sldworks;
using SolidWorks.Interop.swconst;
using XUnitRemote.Local;
namespace XUnit.Solidworks.Addin
{
public abstract class SolidWorksSpec
{
private static CompositeDisposable _keptStuff = new C... | using System;
using SolidWorks.Interop.sldworks;
using XUnitRemote.Local;
namespace XUnit.Solidworks.Addin
{
public abstract class SolidWorksSpec
{
protected static ISldWorks SwApp => (ISldWorks)XUnitService.Data[nameof(ISldWorks)];
}
}
| mit | C# |
88094eba92e4a93005c016e8372a2f8fcb52e9ca | Make ID type nullable | GetTabster/Tabster.Data | Library/LibraryItem.cs | Library/LibraryItem.cs | #region
using System;
using System.IO;
#endregion
namespace Tabster.Data.Library
{
public class LibraryItem
{
protected LibraryItem()
{
}
protected LibraryItem(ITabsterFile file, FileInfo fileInfo)
{
File = file;
FileInfo = fi... | #region
using System;
using System.IO;
#endregion
namespace Tabster.Data.Library
{
public class LibraryItem
{
protected LibraryItem()
{
}
protected LibraryItem(ITabsterFile file, FileInfo fileInfo)
{
File = file;
FileInfo = fi... | apache-2.0 | C# |
a249b0a0921c57342db6e6b509dced8c8276ffdd | use IEnumreable instead of IList | zmira/abremir.AllMyBricks | abremir.AllMyBricks.Data/Models/Theme.cs | abremir.AllMyBricks.Data/Models/Theme.cs | using LiteDB;
using System.Collections.Generic;
namespace abremir.AllMyBricks.Data.Models
{
public class Theme
{
[BsonId(false)]
public string Name { get; set; }
public ushort SetCount { get; set; }
public ushort SubthemeCount { get; set; }
public ushort YearFrom { get;... | using LiteDB;
using System.Collections.Generic;
namespace abremir.AllMyBricks.Data.Models
{
public class Theme
{
[BsonId(false)]
public string Name { get; set; }
public ushort SetCount { get; set; }
public ushort SubthemeCount { get; set; }
public ushort YearFrom { get;... | mit | C# |
096d9e017c088ce15ad6a9cbeb7934e3fb0cc7ee | Replace string queries with GUID for DummyAlembic.abc | unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter,unity3d-jp/AlembicImporter | com.unity.formats.alembic/Tests/Editor/AssetRenameTests.cs | com.unity.formats.alembic/Tests/Editor/AssetRenameTests.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.Formats.Alembic.Importer;
namespace UnityEditor.Formats.Alembic.Exporter.UnitTests
{
public class AssetRenameTests
{
readonly List<string> deleteFileList = new... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.Formats.Alembic.Importer;
namespace UnityEditor.Formats.Alembic.Exporter.UnitTests
{
public class AssetRenameTests
{
readonly List<string> deleteFileList = new... | mit | C# |
bde229373bf4e7bf21dc1a000d455ebf845391b4 | Update BookSearchField.cs | adamkrogh/goodreads-dotnet,adamkrogh/goodreads-dotnet | Goodreads/Models/Request/BookSearchField.cs | Goodreads/Models/Request/BookSearchField.cs | using Goodreads.Http;
namespace Goodreads.Models.Request
{
/// <summary>
/// The fields to search for books by.
/// </summary>
[QueryParameterKey("search[field]")]
public enum BookSearchField
{
/// <summary>
/// Search books by all fields.
/// </summary>
[QueryP... | using Goodreads.Http;
namespace Goodreads.Models.Request
{
/// <summary>
/// The fields to search for books by.
/// </summary>
[QueryParameterKey("search[field]")]
public enum BookSearchField
{
/// <summary>
/// Search books by all fields.
/// </summary>
[QueryP... | mit | C# |
89e1768264179f6e7e5436d350c8d7c2fd4b14f7 | Set version to 0.2. | joeyespo/google-apps-client | GoogleAppsClient/Properties/AssemblyInfo.cs | GoogleAppsClient/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("Google Apps Client")]
[assembly: Assembly... | 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("Google Apps Client")]
[assembly: Assembly... | mit | C# |
1d878080163a907aa5b4c3df5f4c2fd8c3d2d352 | Fix TAttribute Rebus extension | evicertia/HermaFx,evicertia/HermaFx,evicertia/HermaFx | HermaFx.Rebus/TimeToBeReceivedExtensions.cs | HermaFx.Rebus/TimeToBeReceivedExtensions.cs | using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using HermaFx.DataAnnotations;
using Rebus;
using Rebus.Shared;
using Rebus.Configuration;
namespace HermaFx.Rebus
{
public static class RebusConfigurerExtensions
{
public static RebusConfigu... | using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using HermaFx.DataAnnotations;
using Rebus;
using Rebus.Shared;
using Rebus.Configuration;
namespace HermaFx.Rebus
{
public static class RebusConfigurerExtensions
{
public static RebusConfigu... | mit | C# |
d228386e231284ae2aa70abb93654304dc515bd7 | Return if input is null or empty | lawliet89/InternetSeparationAdapter | InternetSeparationAdapter/UtilsExtension.cs | InternetSeparationAdapter/UtilsExtension.cs | using System;
using System.Text.RegularExpressions;
namespace InternetSeparationAdapter
{
public static class UtilsExtension
{
// http://stackoverflow.com/a/33113820
public static string Base64UrlEncode(this byte[] arg)
{
var s = Convert.ToBase64String(arg); // Regular base64 encoder
s = s... | using System;
using System.Text.RegularExpressions;
namespace InternetSeparationAdapter
{
public static class UtilsExtension
{
// http://stackoverflow.com/a/33113820
public static string Base64UrlEncode(this byte[] arg)
{
var s = Convert.ToBase64String(arg); // Regular base64 encoder
s = s... | mit | C# |
695e46a358ba1dd75da161ee70e09bd19d462334 | Fix AutoPilot mod failing to block touch input | peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu | osu.Game.Rulesets.Osu/OsuInputManager.cs | osu.Game.Rulesets.Osu/OsuInputManager.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.ComponentModel;
using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
using osu.Game.Rulesets.UI;
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 System.Collections.Generic;
using System.ComponentModel;
using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
using osu.Game.Rulesets.UI;
namespa... | mit | C# |
6f59e5feec4bf12c88c729e2b93d0d9f06a0f2e6 | Add null check on stream | Nabile-Rahmani/osu,Damnae/osu,2yangk23/osu,naoey/osu,johnneijzen/osu,NeoAdonis/osu,Frontear/osuKyzer,2yangk23/osu,peppy/osu,EVAST9919/osu,Drezi126/osu,ppy/osu,smoogipoo/osu,naoey/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ZLima12/osu,johnneijzen/osu,ppy/osu,DrabWeb/osu,DrabWeb/osu,UselessTouc... | osu.Game/Beatmaps/IO/OszArchiveReader.cs | osu.Game/Beatmaps/IO/OszArchiveReader.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 System.IO;
using System.Linq;
using Ionic.Zip;
using osu.Game.Beatmaps.Formats;
namespace osu.Game.Beatmaps.IO
{
public sealed class OszArchiveRead... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.IO;
using System.Linq;
using Ionic.Zip;
using osu.Game.Beatmaps.Formats;
namespace osu.Game.Beatmaps.IO
{
public sealed class OszArchiveRead... | mit | C# |
fbcc2789325e35ca50d5ee61718145750ec3189f | Fix Copy method after previous commit logic messed it up | mono/cocos2d-xna,zmaruo/CocosSharp,zmaruo/CocosSharp,mono/CocosSharp,TukekeSoft/CocosSharp,TukekeSoft/CocosSharp,mono/cocos2d-xna,MSylvia/CocosSharp,MSylvia/CocosSharp,haithemaraissia/CocosSharp,haithemaraissia/CocosSharp,hig-ag/CocosSharp,netonjm/CocosSharp,mono/CocosSharp,hig-ag/CocosSharp,netonjm/CocosSharp | cocos2d/actions/action/CCAction.cs | cocos2d/actions/action/CCAction.cs |
namespace cocos2d
{
public enum ActionTag
{
//! Default tag
kCCActionTagInvalid = -1,
}
public class CCAction : ICopyable
{
protected int m_nTag;
protected CCNode m_pOriginalTarget;
protected CCNode m_pTarget;
public CCAction()
{
... |
namespace cocos2d
{
public enum ActionTag
{
//! Default tag
kCCActionTagInvalid = -1,
}
public class CCAction : ICopyable
{
protected int m_nTag;
protected CCNode m_pOriginalTarget;
protected CCNode m_pTarget;
public CCAction()
{
... | mit | C# |
bcf760b1732afb286347e7f2dedaa483f479679a | Support 'Is focus required' property modification in runtime (#5227) | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit.SDK/Features/Input/Handlers/BaseInputHandler.cs | Assets/MixedRealityToolkit.SDK/Features/Input/Handlers/BaseInputHandler.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// Base class for the Mixed Reality Toolkit's SDK input handlers.
///... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// Base class for the Mixed Reality Toolkit's SDK input handlers.
///... | mit | C# |
8a165b8e183e5bcb2e59bcf4bed01fcbe64703b0 | remove size estimate from transaction | ArsenShnurkov/BitSharp | BitSharp.Data/Blockchain/Transaction.cs | BitSharp.Data/Blockchain/Transaction.cs | using BitSharp.Common;
using BitSharp.Common.ExtensionMethods;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
namespace BitSharp.Data
{
public class Transaction
{
pr... | using BitSharp.Common;
using BitSharp.Common.ExtensionMethods;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
namespace BitSharp.Data
{
public class Transaction
{
pr... | unlicense | C# |
b53517cedf3ea399aa7f6da1f53560462c0fd60f | update Move method to execute the request on its own | smartfile/client-csharp | SmartFile/SmartFile.cs | SmartFile/SmartFile.cs | using System;
using System.Collections;
using System.IO;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Web;
using RestSharp;
using RestSharp.Extensions;
namespace SmartFile
{
public class Client : RestClient
{
// Constructor
p... | using System;
using System.Collections;
using System.IO;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Web;
using RestSharp;
using RestSharp.Extensions;
namespace SmartFile
{
public class Client : RestClient
{
// Constructor
p... | bsd-3-clause | C# |
2b4e953da0be4eac81d76c9106328c1c543756bd | Fix cache key construct for CachedRequestBuilderImplementation | PKRoma/refit | Refit/CachedRequestBuilderImplementation.cs | Refit/CachedRequestBuilderImplementation.cs | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Net.Http;
namespace Refit
{
class CachedRequestBuilderImplementation<T> : CachedRequestBuilderImplementation, IRequestBuilder<T>
{
public CachedRequestBuilderImplementation(IRequestBuilder<T> innerBuilder) : base(innerB... | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Net.Http;
namespace Refit
{
class CachedRequestBuilderImplementation<T> : CachedRequestBuilderImplementation, IRequestBuilder<T>
{
public CachedRequestBuilderImplementation(IRequestBuilder<T> innerBuilder) : base(innerB... | mit | C# |
fb377a1b96bf747603883fc0936de7bdf9ff71c1 | Fix hard crash if PerformanceOverlay is toggled before loaded | peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework | osu.Framework/Graphics/Performance/PerformanceOverlay.cs | osu.Framework/Graphics/Performance/PerformanceOverlay.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 osu.Framework.Graphics.Containers;
using osu.Framework.Threading;
using System.Collections.Generic;
namespace osu.Framework.Graphics.Performance
{
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Containers;
using osu.Framework.Threading;
using System.Collections.Generic;
namespace osu.Framework.Graphics.Performance
{
... | mit | C# |
9b95ce1045e0d1eba172e41cf96367e656bedffd | Change wrong values used to form target URL | EVAST9919/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,EVAST9919/osu,ppy/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,2yangk23/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,2yangk23/osu,UselessToucan/osu,UselessToucan/osu,johnneijzen/osu,johnneijzen/osu,peppy/osu | osu.Game/Online/API/Requests/MarkChannelAsReadRequest.cs | osu.Game/Online/API/Requests/MarkChannelAsReadRequest.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.Game.Online.Chat;
namespace osu.Game.Online.API.Requests
{
public class MarkChannelAsReadRequest : APIRequest
{
private readonly Channel chann... | // 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.Game.Online.Chat;
namespace osu.Game.Online.API.Requests
{
public class MarkChannelAsReadRequest : APIRequest
{
private readonly Channel chann... | mit | C# |
60e0fe905ba5ed413cd0c04e23868ce2ccb47ddc | increment patch version, | jwChung/Experimentalism,jwChung/Experimentalism | build/CommonAssemblyInfo.cs | build/CommonAssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | mit | C# |
18f59f4da7da330f27c0593600b9d3ef06c50eda | Set version to 1.0.0 | bblanchon/WpfBindingErrors | WpfBindingErrors/Properties/AssemblyInfo.cs | WpfBindingErrors/Properties/AssemblyInfo.cs | using System.Reflection;
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 with an assembly.
[assembly: AssemblyTitle("WpfBindingErrors")]... | using System.Reflection;
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 with an assembly.
[assembly: AssemblyTitle("WpfBindingErrors")]... | mit | C# |
3e3485081d8420044bc95b68a62c617d7c487345 | Add configuration roles support to 8.2.0 and 8.2.1 | Sitecore/Sitecore-Instance-Manager,sergeyshushlyapin/Sitecore-Instance-Manager,Brad-Christie/Sitecore-Instance-Manager | src/SIM.Tool.Windows/UserControls/Install/InstanceRole.xaml.cs | src/SIM.Tool.Windows/UserControls/Install/InstanceRole.xaml.cs | using System.Diagnostics;
using System.Linq;
using System.Windows.Controls;
using System.Windows.Navigation;
using Sitecore.Diagnostics.Logging;
namespace SIM.Tool.Windows.UserControls.Install
{
using System;
using SIM.Tool.Base.Pipelines;
using SIM.Tool.Base.Wizards;
using Sitecore.Diagnostics.Base;
using ... | using System.Diagnostics;
using System.Linq;
using System.Windows.Controls;
using System.Windows.Navigation;
using Sitecore.Diagnostics.Logging;
namespace SIM.Tool.Windows.UserControls.Install
{
using System;
using SIM.Tool.Base.Pipelines;
using SIM.Tool.Base.Wizards;
using Sitecore.Diagnostics.Base;
using ... | mit | C# |
c05fc29aee3180aa3723f195c5c7e9a1f5f13037 | Fix typo in BareRepositoryException | github/libgit2sharp,rcorre/libgit2sharp,ethomson/libgit2sharp,oliver-feng/libgit2sharp,AMSadek/libgit2sharp,yishaigalatzer/LibGit2SharpCheckOutTests,Zoxive/libgit2sharp,xoofx/libgit2sharp,mono/libgit2sharp,vorou/libgit2sharp,jeffhostetler/public_libgit2sharp,jeffhostetler/public_libgit2sharp,vivekpradhanC/libgit2sharp,... | LibGit2Sharp/BareRepositoryException.cs | LibGit2Sharp/BareRepositoryException.cs | using System;
using System.Runtime.Serialization;
using LibGit2Sharp.Core;
namespace LibGit2Sharp
{
/// <summary>
/// The exception that is thrown when an operation which requires a
/// working directory is performed against a bare repository.
/// </summary>
[Serializable]
public class Bare... | using System;
using System.Runtime.Serialization;
using LibGit2Sharp.Core;
namespace LibGit2Sharp
{
/// <summary>
/// The exception that is thrown when an operation which requires a
/// working directory is performed against a bare repository.
/// </summary>
[Serializable]
public class Bare... | mit | C# |
fabce1163fdfda9c982ab3eeb57c5fd7971f8e6d | Fix typos in DefaultHtmlEncoder.cs | AngleSharp/AngleSharp,AngleSharp/AngleSharp,AngleSharp/AngleSharp,AngleSharp/AngleSharp,AngleSharp/AngleSharp | src/AngleSharp/Html/Forms/Submitters/DefaultHtmlEncoder.cs | src/AngleSharp/Html/Forms/Submitters/DefaultHtmlEncoder.cs | namespace AngleSharp.Html.Forms.Submitters
{
using AngleSharp.Text;
using System.Runtime.CompilerServices;
using System.Text;
/// <summary>
/// Represents the default HTML encoder.
/// </summary>
public class DefaultHtmlEncoder : IHtmlEncoder
{
/// <summary>
/// Replaces... | namespace AngleSharp.Html.Forms.Submitters
{
using AngleSharp.Text;
using System.Runtime.CompilerServices;
using System.Text;
/// <summary>
/// Represents the default HTML encoder.
/// </summary>
public class DefaultHtmlEncoder : IHtmlEncoder
{
/// <summary>
/// Replaces... | mit | C# |
d4e72afb17f1a7e69c2595dc49c2205656260ddd | Add more unit tests for ToPersianNumbers and ToEnglishNumbers. | VahidN/DNTPersianUtils.Core,VahidN/DNTPersianUtils.Core | src/DNTPersianUtils.Core.Tests/PersianNumbersUtilsTests.cs | src/DNTPersianUtils.Core.Tests/PersianNumbersUtilsTests.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DNTPersianUtils.Core.Tests
{
[TestClass]
public class PersianNumbersUtilsTests
{
[TestMethod]
public void Test_English_ToPersianNumbers_Works()
{
var actual = 123.ToPersianNumbers();
Assert.AreEqu... | using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DNTPersianUtils.Core.Tests
{
[TestClass]
public class PersianNumbersUtilsTests
{
[TestMethod]
public void Test_ToPersianNumbers_Works()
{
var actual = 123.ToPersianNumbers();
Assert.AreEqual(expec... | apache-2.0 | C# |
c3d4f594236c070bf2e52054b74b17775fda8045 | Use TypeStub for testing hehe | FreecraftCore/FreecraftCore.Serializer,FreecraftCore/FreecraftCore.Serializer | src/FreecraftCore.Serializer.Compiler/Template/TypeStub.cs | src/FreecraftCore.Serializer.Compiler/Template/TypeStub.cs | using System;
using System.Collections.Generic;
using System.Text;
namespace FreecraftCore.Serializer
{
[WireDataContract]
public sealed class TypeStub
{
[WireMember(1)]
public int Hello { get; internal set; }
[SendSize(SendSizeAttribute.SizeType.UInt16)]
[Encoding(EncodingType.UTF32)]
[WireMember(2)]
... | using System;
using System.Collections.Generic;
using System.Text;
namespace FreecraftCore.Serializer
{
[WireDataContract]
internal sealed class TypeStub
{
[WireMember(1)]
public int Hello { get; internal set; }
public TypeStub()
{
}
}
}
| agpl-3.0 | C# |
15a9859b2e59e2e6f026cb4600823b2159eda2e4 | Fix type decoder related ones. | undeadlabs/msgpack-cli,undeadlabs/msgpack-cli,modulexcite/msgpack-cli,msgpack/msgpack-cli,msgpack/msgpack-cli,modulexcite/msgpack-cli | src/MsgPack/Binary.cs | src/MsgPack/Binary.cs | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2010-2014 FUJIWARA, Yusuke
//
// 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.apac... | #region -- License Terms --
//
// MessagePack for CLI
//
// Copyright (C) 2010-2014 FUJIWARA, Yusuke
//
// 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.apac... | apache-2.0 | C# |
3405f0a1e227e48d78de6181c392fa7072ac08c1 | Implement equality on Credit struct | danielchalmers/WpfAboutView | WpfAboutView/Credit.cs | WpfAboutView/Credit.cs | using System;
using System.Collections.Generic;
namespace WpfAboutView
{
public struct Credit : IEquatable<Credit>
{
public string Name { get; set; }
public string Author { get; set; }
public Uri Website { get; set; }
public string LicenseText { get; set; }
public over... | using System;
namespace WpfAboutView
{
public struct Credit
{
public string Name { get; set; }
public string Author { get; set; }
public Uri Website { get; set; }
public string LicenseText { get; set; }
}
} | mit | C# |
64768da3abbfb42ec310d5aadea0e82390f042c7 | Use UsePlatformDetect | wieslawsoltes/PanAndZoom,PanAndZoom/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,PanAndZoom/PanAndZoom,wieslawsoltes/PanAndZoom | samples/AvaloniaDemo/Program.cs | samples/AvaloniaDemo/Program.cs | using Avalonia;
using Avalonia.Controls;
using Avalonia.Logging.Serilog;
using Serilog;
using System;
using System.Diagnostics;
namespace AvaloniaDemo
{
internal class Program
{
private static void Main(string[] args)
{
try
{
InitializeLogging();
... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Logging.Serilog;
using Serilog;
using System;
using System.Diagnostics;
namespace AvaloniaDemo
{
internal class Program
{
private static void Main(string[] args)
{
try
{
InitializeLogging();
... | mit | C# |
fcace25fdcdec94bb8489db10e494ea7a51ba15d | Switch RequestProfiler consumers over to using provider | peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,pranavkm/Glimpse.Prototype,pranavkm/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/G... | src/Glimpse.Agent.Web/Framework/MasterRequestProfiler.cs | src/Glimpse.Agent.Web/Framework/MasterRequestProfiler.cs | using Glimpse.Web;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Glimpse.Agent.Web
{
public class MasterRequestProfiler : IRequestRuntime
{
private readonly IEnumerable<IRequestProfiler> _requestProfiliers;
private readonly IEnumerab... | using Glimpse.Web;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Glimpse.Agent.Web
{
public class MasterRequestProfiler : IRequestRuntime
{
private readonly IDiscoverableCollection<IRequestProfiler> _requestProfiliers;
private readon... | mit | C# |
426e066a079932e5da30c95dda4fb48f3709446d | Update title attributes for sign-in partial | martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site | src/LondonTravel.Site/Views/Shared/_SignInPartial.cshtml | src/LondonTravel.Site/Views/Shared/_SignInPartial.cshtml | @inject SiteOptions Options
@inject Microsoft.AspNetCore.Identity.SignInManager<LondonTravelUser> SignInManager
@if (SignInManager.IsSignedIn(User))
{
<form asp-route="SignOut" method="post" id="signOutForm" class="navbar-right">
<ul class="nav navbar-nav navbar-right">
<li>
<a... | @inject SiteOptions Options
@inject Microsoft.AspNetCore.Identity.SignInManager<LondonTravelUser> SignInManager
@if (SignInManager.IsSignedIn(User))
{
<form asp-route="SignOut" method="post" id="signOutForm" class="navbar-right">
<ul class="nav navbar-nav navbar-right">
<li>
<a... | apache-2.0 | C# |
2296d9bf209e741610f8c052ee5a0a6ca6d0bd11 | Fix two-digit number overflow in voicestats command. | Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Utility/VoiceStatsCommands.cs | src/MitternachtBot/Modules/Utility/VoiceStatsCommands.cs | using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Modules.Utility.Services;
using Mitternacht.Database;
using System;
using System.Threading.Tasks;
namespace Mitternacht.Modules.Utility {
public partial class Utility {
public class VoiceStatsCommands : MitternachtSubmodul... | using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Modules.Utility.Services;
using Mitternacht.Database;
using System;
using System.Threading.Tasks;
namespace Mitternacht.Modules.Utility {
public partial class Utility {
public class VoiceStatsCommands : MitternachtSubmodul... | mit | C# |
851ec58bed860450e9e0fcf72d2b3bcd00ed9ed9 | Test boton random | Portafolio-titulo2017-Grupo3/Sistema_escritorio_NET | OrionEscritorio/OrionEscritorio/TEST_RAMA.Designer.cs | OrionEscritorio/OrionEscritorio/TEST_RAMA.Designer.cs | namespace OrionEscritorio
{
partial class TEST_RAMA
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
///... | namespace OrionEscritorio
{
partial class TEST_RAMA
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
///... | mit | C# |
9a17449a02a6c4a98ada40956fb999502f3888ab | Format NewSubHeaderType | adamhathcock/sharpcompress,adamhathcock/sharpcompress,adamhathcock/sharpcompress | src/SharpCompress/Common/Rar/Headers/NewSubHeaderType.cs | src/SharpCompress/Common/Rar/Headers/NewSubHeaderType.cs | using System;
namespace SharpCompress.Common.Rar.Headers
{
internal sealed class NewSubHeaderType : IEquatable<NewSubHeaderType>
{
internal static readonly NewSubHeaderType SUBHEAD_TYPE_CMT = new ('C', 'M', 'T');
//internal static final NewSubHeaderType SUBHEAD_TYPE_ACL = new (new byte[]{'A',... | using System;
namespace SharpCompress.Common.Rar.Headers
{
internal class NewSubHeaderType : IEquatable<NewSubHeaderType>
{
internal static readonly NewSubHeaderType SUBHEAD_TYPE_CMT = new NewSubHeaderType('C', 'M', 'T');
//internal static final NewSubHeaderType SUBHEAD_TYPE_ACL = new NewSubH... | mit | C# |
2a0d59950e67f26aab569750d7ea566cb8779e0e | Initialize Disposables first | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/LockScreen/LockScreenViewModelBase.cs | WalletWasabi.Gui/Controls/LockScreen/LockScreenViewModelBase.cs | using System;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using WalletWasabi.Gui.ViewModels;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public abstract class LockScreenViewModelBase : ViewModelBase
{
private bool _isAnimating;
private bool _isLocked;
private bool _can... | using System;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using WalletWasabi.Gui.ViewModels;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public abstract class LockScreenViewModelBase : ViewModelBase
{
private bool _isAnimating;
private bool _isLocked;
private bool _can... | mit | C# |
1ae67e1e6313b7324a92f1a62bf4685ee98b6f96 | Fix typo. (#1093) | FormsCommunityToolkit/FormsCommunityToolkit | samples/XCT.Sample/ViewModels/Converters/ItemSelectedEventArgsViewModel.cs | samples/XCT.Sample/ViewModels/Converters/ItemSelectedEventArgsViewModel.cs | using System.Collections.Generic;
using System.Windows.Input;
using Xamarin.CommunityToolkit.ObjectModel;
using Xamarin.Forms;
namespace Xamarin.CommunityToolkit.Sample.ViewModels.Converters
{
public class ItemSelectedEventArgsViewModel
{
public IEnumerable<Person> Items { get; } =
new List<Person>()
{
... | using System.Collections.Generic;
using System.Windows.Input;
using Xamarin.CommunityToolkit.ObjectModel;
using Xamarin.Forms;
namespace Xamarin.CommunityToolkit.Sample.ViewModels.Converters
{
public class ItemSelectedEventArgsViewModel
{
public IEnumerable<Person> Items { get; } =
new List<Person>()
{
... | mit | C# |
2e7c45e30b098bf37ab1b63fdea62ba0e9a7c347 | address info | Appleseed/base,Appleseed/base | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Program.cs | Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SendGrid;
using SendGrid.Helpers.Mail;
using System.Net;
using System.IO;
using Newtonsoft.Json;
using System.Data.SqlClient;
using System.Data;
using System.Configuration;
using Dapper;
namespac... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SendGrid;
using SendGrid.Helpers.Mail;
using System.Net;
using System.IO;
using Newtonsoft.Json;
using System.Data.SqlClient;
using System.Data;
using System.Configuration;
using Dapper;
namespac... | apache-2.0 | C# |
6d2b330429d6f2828041b1194445ea37e51192c9 | Update anchor within help link (follow-up to r3671). Closes #3647. | pkdevbox/trac,pkdevbox/trac,pkdevbox/trac,pkdevbox/trac | templates/anydiff.cs | templates/anydiff.cs | <?cs include "header.cs"?>
<div id="ctxtnav" class="nav"></div>
<div id="content" class="changeset">
<div id="title">
<h1>Select Base and Target for Diff:</h1>
</div>
<div id="anydiff">
<form action="<?cs var:anydiff.changeset_href ?>" method="get">
<table>
<tr>
<th><label for="old_path">From:</... | <?cs include "header.cs"?>
<div id="ctxtnav" class="nav"></div>
<div id="content" class="changeset">
<div id="title">
<h1>Select Base and Target for Diff:</h1>
</div>
<div id="anydiff">
<form action="<?cs var:anydiff.changeset_href ?>" method="get">
<table>
<tr>
<th><label for="old_path">From:</... | bsd-3-clause | C# |
76b6080e5f0e9422af73bcbd5bda1ca4d061a1c7 | Change "Weather" "Font Size" default value | danielchalmers/DesktopWidgets | DesktopWidgets/Widgets/Weather/Settings.cs | DesktopWidgets/Widgets/Weather/Settings.cs | using System;
using System.ComponentModel;
using DesktopWidgets.WidgetBase.Settings;
namespace DesktopWidgets.Widgets.Weather
{
public class Settings : WidgetSettingsBase
{
public Settings()
{
Style.FontSettings.FontSize = 16;
}
[Category("Style")]
[Display... | using System;
using System.ComponentModel;
using DesktopWidgets.WidgetBase.Settings;
namespace DesktopWidgets.Widgets.Weather
{
public class Settings : WidgetSettingsBase
{
[Category("Style")]
[DisplayName("Unit Type")]
public TemperatureUnitType UnitType { get; set; }
[Catego... | apache-2.0 | C# |
0442d0f94fd1a0c5823fb90237112f194f6ca9ca | Fix build on macos | jinyuliao/GenericGraph,jinyuliao/GenericGraph,jinyuliao/GenericGraph | Source/GenericGraphEditor/GenericGraphEditor.Build.cs | Source/GenericGraphEditor/GenericGraphEditor.Build.cs | using UnrealBuildTool;
public class GenericGraphEditor : ModuleRules
{
public GenericGraphEditor(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
bLegacyPublicIncludePaths = false;
ShadowVariableWarningLevel = WarningLevel.Error;
PublicIncludePaths.AddRa... | using UnrealBuildTool;
public class GenericGraphEditor : ModuleRules
{
public GenericGraphEditor(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
bLegacyPublicIncludePaths = false;
ShadowVariableWarningLevel = WarningLevel.Error;
PublicIncludePaths.AddRa... | mit | C# |
ae12f8ff653f2fea0d2f15bd8789eb8cc05d9e4c | Bump version to 0.2 | jamesfoster/DeepEqual | src/DeepEqual/Properties/AssemblyInfo.cs | src/DeepEqual/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("De... | 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("De... | mit | C# |
94964836c986b901289a05616225b93c835598cb | remove unused setter for {Source,Target}BranchChangesetId and TfsBranchPath | git-tfs/git-tfs,PKRoma/git-tfs | src/GitTfs/Core/TfsInterop/RootBranch.cs | src/GitTfs/Core/TfsInterop/RootBranch.cs | using System.Diagnostics;
namespace GitTfs.Core.TfsInterop
{
[DebuggerDisplay("{DebuggerDisplay}")]
public class RootBranch
{
public RootBranch(int sourceBranchChangesetId, string tfsBranchPath)
: this(sourceBranchChangesetId, -1, tfsBranchPath)
{
}
public RootB... | using System.Diagnostics;
namespace GitTfs.Core.TfsInterop
{
[DebuggerDisplay("{DebuggerDisplay}")]
public class RootBranch
{
public RootBranch(int sourceBranchChangesetId, string tfsBranchPath)
: this(sourceBranchChangesetId, -1, tfsBranchPath)
{
}
public RootB... | apache-2.0 | C# |
f2540353a45c59e26e5b2e6d2481c2a274a9b419 | Improve output. | jp7677/hellocoreclr,jp7677/hellocoreclr,jp7677/hellocoreclr,jp7677/hellocoreclr | src/HelloCoreClrApp/Health/CpuMonitor.cs | src/HelloCoreClrApp/Health/CpuMonitor.cs | using System;
using System.Diagnostics;
using Serilog;
namespace HelloCoreClrApp.Health
{
public class CpuMonitor: IMonitor
{
private static readonly ILogger Log = Serilog.Log.ForContext<SystemMonitor>();
public void LogUsage()
{
var runningTime = DateTime.Now - Process.Ge... | using System.Diagnostics;
using Serilog;
namespace HelloCoreClrApp.Health
{
public class CpuMonitor: IMonitor
{
private static readonly ILogger Log = Serilog.Log.ForContext<SystemMonitor>();
public void LogUsage()
{
Log.Information("Total processor time: {0} {1}",
... | mit | C# |
2c196f7e556a4b14b58823cf383241d3b09e3675 | 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# |
0a9bea61ebae5c4ea8c99abe7230fc4d8a3bae81 | Update UnityProject/Assets/Scripts/Items/Others/Restraint.cs | fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,Necromunger/unitystation,Necromunger/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,Necromunger/unitystation,Necromunger/unitystation,... | UnityProject/Assets/Scripts/Items/Others/Restraint.cs | UnityProject/Assets/Scripts/Items/Others/Restraint.cs | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Restraint : Interactable<HandApply>
{
/// <summary>
/// How long it takes to apply the restraints
/// </summary>
public float applyTime;
/// <summary>
/// How long it takes for another person to remove the... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Restraint : Interactable<HandApply>
{
/// <summary>
/// How long it takes to apply the restraints
/// </summary>
public float applyTime;
/// <summary>
/// How long it takes for another person to remove the... | agpl-3.0 | C# |
dc12a5c812f69bb754bd5afe14c64e7262d9fb06 | Improve expression helper | joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net | src/JoinRpg.Helpers/ExpressionHelpers.cs | src/JoinRpg.Helpers/ExpressionHelpers.cs | using System;
using System.Linq.Expressions;
using System.Reflection;
using JetBrains.Annotations;
namespace JoinRpg.Helpers
{
public static class ExpressionHelpers
{
[CanBeNull]
public static string? AsPropertyName<T1, T2>(this Expression<Func<T1, T2>> expression)
=> expression.AsP... | using System;
using System.Linq.Expressions;
using System.Reflection;
using JetBrains.Annotations;
namespace JoinRpg.Helpers
{
public static class ExpressionHelpers
{
[CanBeNull]
public static string? AsPropertyName<T1, T2>(this Expression<Func<T1, T2>> expression) => expression.AsPropertyAcces... | mit | C# |
affd5724ed4cd60378754a21d78d6b9858591835 | patch for MvvmVisualStatesBehaviorUWPApp1 project | Myfreedom614/UWP-Samples,Myfreedom614/UWP-Samples,Myfreedom614/UWP-Samples,Myfreedom614/UWP-Samples,Myfreedom614/UWP-Samples | MvvmVisualStatesBehaviorUWPApp1/MvvmVisualStatesBehaviorUWPApp1/ViewModel/MainViewModel.cs | MvvmVisualStatesBehaviorUWPApp1/MvvmVisualStatesBehaviorUWPApp1/ViewModel/MainViewModel.cs | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
namespace MvvmVisualStatesBehaviorUWPApp1.ViewModel
{
public class MainViewModel : ViewMo... | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
namespace MvvmVisualStatesBehaviorUWPApp1.ViewModel
{
public class MainViewModel : ViewMo... | mit | C# |
f6313258ba2f375370ae9cdacb9376936783420a | Fix nearest-station to be a double? | amweiss/dark-sky-core | src/DarkSkyCore/Models/Flags.cs | src/DarkSkyCore/Models/Flags.cs | namespace DarkSky.Models
{
using System.Collections.Generic;
using Newtonsoft.Json;
/// <summary>
/// The flags object contains various metadata information related to the request.
/// </summary>
public class Flags
{
/// <summary>
/// Undocumented, presumably a list of stations.
/// </summary>
[JsonPro... | namespace DarkSky.Models
{
using System.Collections.Generic;
using Newtonsoft.Json;
/// <summary>
/// The flags object contains various metadata information related to the request.
/// </summary>
public class Flags
{
/// <summary>
/// Undocumented, presumably a list of stations.
/// </summary>
[JsonPro... | mit | C# |
b723f5c74aad19a8086a2ad9f0ff2825eb6be3eb | Add ability to generate an area of chunks | jakebacker/YAMC | Assets/resources/Scripts/WorldBuilder.cs | Assets/resources/Scripts/WorldBuilder.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class WorldBuilder : MonoBehaviour {
public const int CHUNK_SIZE = 8;
// Use this for initialization
void Start () {
//GenerateChunk(new Vector2(-4, -4), 0);
//GenerateChunk(new Vector2(4, 4), 0);
Gen... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class WorldBuilder : MonoBehaviour {
// Use this for initialization
void Start () {
GenerateChunk(new Vector2(-4, -4), 0);
GenerateChunk(new Vector2(4, 4), 0);
GenerateBlock(new Vector3(0,1,1), BlockType.G... | apache-2.0 | C# |
698dd4abe7cce95412bff88539bb322c749287ae | Fix version checker warning formatting | iBicha/UnityNativePluginBuilder,iBicha/UnityNativePluginBuilder | Assets/NativePluginBuilder/Editor/NativeVersionChecker.cs | Assets/NativePluginBuilder/Editor/NativeVersionChecker.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor.Build;
using UnityEditor;
using System.Text;
using System;
namespace iBicha
{
public class NativeVersionChecker : IPreprocessBuild {
public void OnPreprocessBuild (UnityEditor.BuildTarget target, string path)
{
S... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor.Build;
using UnityEditor;
using System.Text;
using System;
namespace iBicha
{
public class NativeVersionChecker : IPreprocessBuild {
public void OnPreprocessBuild (UnityEditor.BuildTarget target, string path)
{
S... | mit | C# |
ae6e1bfd85ea3bbced6088b069e68a5cef0edf8e | Update UpdateCoinSwitchSettings.cshtml | btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Views/Stores/UpdateCoinSwitchSettings.cshtml | BTCPayServer/Views/Stores/UpdateCoinSwitchSettings.cshtml | @using Microsoft.AspNetCore.Mvc.Rendering
@model UpdateCoinSwitchSettingsViewModel
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewData.SetActivePageAndTitle(StoreNavPages.Index, "Update Store CoinSwitch Settings");
}
<h4>@ViewData["Title"]</h4>
<partial name="_StatusMessage" for="StatusMessage"/>
<div class=... | @using Microsoft.AspNetCore.Mvc.Rendering
@model UpdateCoinSwitchSettingsViewModel
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewData.SetActivePageAndTitle(StoreNavPages.Index, "Update Store CoinSwitch Settings");
}
<h4>@ViewData["Title"]</h4>
<partial name="_StatusMessage" for="StatusMessage"/>
<div class=... | mit | C# |
cad92d3431f88285f70761af7489f93907f69857 | Add ticker and period information to partial candle tokenizer | alexeykuzmin0/DTW | DTW/Finance/PartialCandleTokenizer.cs | DTW/Finance/PartialCandleTokenizer.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Finance
{
public class PartialCandleTokenizer : AbstractCandleTokenizer
{
private AbstractCandleTokenizer ct;
private int start;
private int length;
pu... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Finance
{
public class PartialCandleTokenizer : AbstractCandleTokenizer
{
private AbstractCandleTokenizer ct;
private int start;
private int length;
pu... | apache-2.0 | C# |
f4a79c4c59e750b7ff4da1a22a6c797b660fb164 | Update GoogleAnalyticsPlatform.cs | KSemenenko/GoogleAnalyticsForXamarinForms,KSemenenko/Google-Analytics-for-Xamarin-Forms | Plugin.GoogleAnalytics/Plugin.GoogleAnalytics.iOS/GoogleAnalyticsPlatform.cs | Plugin.GoogleAnalytics/Plugin.GoogleAnalytics.iOS/GoogleAnalyticsPlatform.cs | using System;
using System.Threading;
namespace Plugin.GoogleAnalytics
{
public partial class GoogleAnalytics
{
static GoogleAnalytics()
{
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
}
private static void CurrentDomain_UnhandledEx... | using System;
using System.Threading;
namespace Plugin.GoogleAnalytics
{
public partial class GoogleAnalytics
{
static GoogleAnalytics()
{
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
}
private static void CurrentDomain_UnhandledEx... | mit | C# |
06572a843b6b541d78251f8735a90f19feeb4340 | fix for GA | autumn009/TanoCSharpSamples | chap36/NativeInts/NativeInts/Program.cs | chap36/NativeInts/NativeInts/Program.cs | using System;
class Program
{
static void Main()
{
// ↓数値で初期化できない
IntPtr oldType = new IntPtr(0);
// ↓数値で初期化できる
nint newType = 0;
// ↓できない
//oldType++;
// ↓できる
newType++;
// ↓できる
newType = oldType;
// ↓できる
oldTyp... | using System;
class Program
{
static void Main()
{
// ↓数値で初期化できない
IntPtr oldType = new IntPtr(0);
// ↓数値で初期化できる
nint newType = 0;
// ↓できない
//oldType++;
// ↓できる
newType++;
// ↓できる
Console.WriteLine(IntPtr.MaxValue);
// ↓で... | mit | C# |
77b4e1dd48a9d9e528973ee7bec23ccd5d13bc10 | hide code flow until it is supported | rfavillejr/Thinktecture.IdentityServer.v2,kjnilsson/Thinktecture.IdentityServer.v2,rfavillejr/Thinktecture.IdentityServer.v2,IdentityServer/IdentityServer2,rfavillejr/Thinktecture.IdentityServer.v2,kjnilsson/Thinktecture.IdentityServer.v2,IdentityServer/IdentityServer2,kjnilsson/Thinktecture.IdentityServer.v2,IdentityS... | src/Libraries/Thinktecture.IdentityServer.Core/Models/Client.cs | src/Libraries/Thinktecture.IdentityServer.Core/Models/Client.cs | /*
* Copyright (c) Dominick Baier, Brock Allen. All rights reserved.
* see license.txt
*/
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace Thinktecture.IdentityServer.Models
{
public class Client : IValidatableObject
{
[UIHint("HiddenInput")]
... | /*
* Copyright (c) Dominick Baier, Brock Allen. All rights reserved.
* see license.txt
*/
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace Thinktecture.IdentityServer.Models
{
public class Client : IValidatableObject
{
[UIHint("HiddenInput")]
... | bsd-3-clause | C# |
9e0204279818869b43c7cb4695b726c2960be662 | Fix cookie middleware name for interop package | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNet.Identity.AspNetCoreCompat/CookieInterop.cs | src/Microsoft.AspNet.Identity.AspNetCoreCompat/CookieInterop.cs | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.IO;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.Owin.Security;
using Microsoft.Owin.Security.Interop;
nam... | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.IO;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.Owin.Security;
using Microsoft.Owin.Security.Interop;
nam... | apache-2.0 | C# |
733ba3c6f2bed5184b1d127003de41d74676f740 | Update DatabaseLoader.cs | erdenbatuhan/Venture | Assets/Scripts/DatabaseLoader.cs | Assets/Scripts/DatabaseLoader.cs | //
// DatabaseLoader.cs
// Venture
//
// Created by Batuhan Erden.
// Copyright © 2016 Batuhan Erden. All rights reserved.
//
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public class DatabaseLoader : MonoBehaviour {
private const string URL_LOAD_USERS = "ht... | //
// DatabaseLoader.cs
// A Vaila Ball - Computer
//
// Created by Batuhan Erden.
// Copyright © 2016 Batuhan Erden. All rights reserved.
//
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public class DatabaseLoader : MonoBehaviour {
private const string URL_... | mit | C# |
8afb8b26f210f6bd652ec251cdbab3b8aacc1530 | Fix assembly name in Client.net40 | InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET | IntegrationEngine.Client.net40/Properties/AssemblyInfo.cs | IntegrationEngine.Client.net40/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("In... | 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("In... | mit | C# |
d366bbb5ce8547e5d7a42ff8eac345a9d5c82782 | Test case renaming within the DependencyTests to better match with their semantic | Martin-Bohring/fixieSpec | tests/FixieSpec.Tests/DependencyTests.cs | tests/FixieSpec.Tests/DependencyTests.cs | // <copyright>
// Copyright (c) Martin Bohring. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
namespace FixieSpec.Tests
{
using System;
using System.Linq;
using System.Reflection;
using System.Runtime.Versioni... | // <copyright>
// Copyright (c) Martin Bohring. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
namespace FixieSpec.Tests
{
using System;
using System.Linq;
using System.Reflection;
using System.Runtime.Versioni... | mit | C# |
a67caa791d1fb9b39056d7f5b0c9a88e18371eec | Fix wrong uper case for relations to follow iana.org | bluehands/WebApiHypermediaExtensions,bluehands/WebApiHypermediaExtensions | Source/Hypermedia.Relations/DefaultHypermediaRelations.cs | Source/Hypermedia.Relations/DefaultHypermediaRelations.cs | namespace Hypermedia.Relations
{
/// <summary>
/// Collection of basic relations commonly used.
/// For a comprehensive list <see href="https://www.iana.org/assignments/link-relations/link-relations.xhtml"/>
/// </summary>
public static class DefaultHypermediaRelations
{
/// <summary>
... | namespace Hypermedia.Relations
{
/// <summary>
/// Collection of basic relations commonly used.
/// For a comprehensive list <see href="https://www.iana.org/assignments/link-relations/link-relations.xhtml"/>
/// </summary>
public static class DefaultHypermediaRelations
{
/// <summary>
... | mit | C# |
1876a10b2695afa356d60c31714f3ffc4f9adfa6 | Abort example if env variables are not set | JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET | SpotifyAPI.Web.Examples/Example.CLI.CustomHTML/Program.cs | SpotifyAPI.Web.Examples/Example.CLI.CustomHTML/Program.cs | using System.Reflection;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using SpotifyAPI.Web;
using SpotifyAPI.Web.Auth;
using static SpotifyAPI.Web.Scopes;
namespace Example.CLI.CustomHTML
{
public class Program
{
private static readonly string clientId = Environment.GetEnvironm... | using System.Reflection;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using SpotifyAPI.Web;
using SpotifyAPI.Web.Auth;
using static SpotifyAPI.Web.Scopes;
namespace Example.CLI.CustomHTML
{
public class Program
{
private static readonly string clientId = Environment.GetEnvironm... | mit | C# |
88a416829c70c6d4eff2e0cbe5748863c7b9c74f | Fix warning. | JohanLarsson/Gu.Persist,JohanLarsson/Gu.Settings | Gu.Persist.Core/Internals/Kernel32.cs | Gu.Persist.Core/Internals/Kernel32.cs | namespace Gu.Persist.Core
{
using System.Runtime.InteropServices;
/// <summary>
/// Calls to Kernel32.dll.
/// </summary>
internal static class Kernel32
{
/// <summary>
/// Moves an existing file or directory, including its children, with various move options.
/// </sum... | namespace Gu.Persist.Core
{
using System.Runtime.InteropServices;
/// <summary>
/// Calls to Kernel32.dll.
/// </summary>
internal static class Kernel32
{
/// <summary>
/// Moves an existing file or directory, including its children, with various move options.
/// </sum... | mit | C# |
e180d315852bf5f682e2a99ec74618969598f036 | Use intValue instead of enumValueIndex | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Editor/Inspectors/Audio/TextToSpeechInspector.cs | Assets/MRTK/SDK/Editor/Inspectors/Audio/TextToSpeechInspector.cs | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Audio.Editor
{
[CustomEditor(typeof(TextToSpeech))]
public class TextToSpeechInspector : UnityEditor.Editor
{
private SerializedProperty voiceP... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Audio.Editor
{
[CustomEditor(typeof(TextToSpeech))]
public class TextToSpeechInspector : UnityEditor.Editor
{
private SerializedProperty voiceP... | mit | C# |
8e61745b193dcd943bee78a2af523d347558251e | Revert from Scrollable back to Panel. | mcneel/RhinoCycles | Settings/CollapsibleSectionUIPanel.cs | Settings/CollapsibleSectionUIPanel.cs | using System;
using Eto.Forms;
using Rhino.UI.Controls;
namespace RhinoCycles.Settings
{
public class CollapsibleSectionUIPanel : Panel
{
/// <summary>
/// Returns the ID of this panel.
/// </summary>
public static Guid PanelId
{
get
{
return typeof(CollapsibleSectionUIPanel).GUID;
}
}
/... | using System;
using Eto.Forms;
using Rhino.UI.Controls;
namespace RhinoCycles.Settings
{
public class CollapsibleSectionUIPanel : Scrollable
{
/// <summary>
/// Returns the ID of this panel.
/// </summary>
public static Guid PanelId
{
get
{
return typeof(CollapsibleSectionUIPanel).GUID;
}
}... | apache-2.0 | C# |
9c8cde53f39750948ec1d74806f8400821f0f75c | Send callback sets wrong user state object | rajeshganesh/amqpnetlite,ChugR/amqpnetlite,CedarLogic/amqpnetlite,Azure/amqpnetlite,mbroadst/amqpnetlite,timhermann/amqpnetlite | src/Delivery.cs | src/Delivery.cs | // ------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation
// 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 co... | // ------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation
// 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 co... | apache-2.0 | C# |
6896e3e42a4b39753d571db649b1657ea366a215 | Update IPPacket.cs | cocowalla/Snifter,cocowalla/Snifter | src/IPPacket.cs | src/IPPacket.cs | using System;
using System.Net;
namespace Snifter
{
// ReSharper disable once InconsistentNaming
public class IPPacket
{
public int Version { get; }
public int HeaderLength { get; }
public int Protocol { get; }
public IPAddress SourceAddress { get; }
public IPAddres... | using System;
using System.Net;
namespace Snifter
{
// ReSharper disable once InconsistentNaming
public class IPPacket
{
public int Version { get; }
public int HeaderLength { get; }
public int Protocol { get; }
public IPAddress SourceAddress { get; }
public IPAddres... | apache-2.0 | C# |
0da4e738f9a995383c1143dda6a94fe8b666ea4b | Change attribute names RetencionFactura | datil/link-dotnet | DatilClientLibrary/RetencionFactura.cs | DatilClientLibrary/RetencionFactura.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DatilClientLibrary
{
/// <summary>
/// Retención en la factura.
///
/// Caso específico de Retenciones en la Comercializadores / Distribuidores
/// de derivados del Petró... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DatilClientLibrary
{
/// <summary>
/// Retención en la factura.
///
/// Caso específico de Retenciones en la Comercializadores / Distribuidores
/// de derivados del Petró... | mit | C# |
fd55e04b91b0d0a76d47e11091b9ad24bcedd3f2 | Add new property. | LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform | src/CompetitionPlatform/Data/AzureRepositories/Project/IProjectRepository.cs | src/CompetitionPlatform/Data/AzureRepositories/Project/IProjectRepository.cs | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using CompetitionPlatform.Models;
namespace CompetitionPlatform.Data.AzureRepositories.Project
{
public interface IProjectData
{
string Id { get; }
string Name { get; set; }
string Overview { get; set; }
... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using CompetitionPlatform.Models;
namespace CompetitionPlatform.Data.AzureRepositories.Project
{
public interface IProjectData
{
string Id { get; }
string Name { get; set; }
string Overview { get; set; }
... | mit | C# |
db190b506a4711df288321daff5020fb281fdc69 | Fix summary. | PenguinF/sandra-three | Eutherion/Shared/Text/Json/JsonSymbol.cs | Eutherion/Shared/Text/Json/JsonSymbol.cs | #region License
/*********************************************************************************
* JsonSymbol.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | #region License
/*********************************************************************************
* JsonSymbol.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | apache-2.0 | C# |
ef22ab9340d152cb9713b4aded8957321f6b5412 | remove bindable | smoogipoo/osu,NeoAdonis/osu,ZLima12/osu,UselessToucan/osu,smoogipooo/osu,EVAST9919/osu,ZLima12/osu,UselessToucan/osu,johnneijzen/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,2yangk23/osu,johnneijzen/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,EVAST9919/osu,2y... | osu.Game/Screens/Play/ReplayPlayerLoader.cs | osu.Game/Screens/Play/ReplayPlayerLoader.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Rulesets.Mods;
using osu.Game.Scoring;
namespace osu.Game... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Rulesets.Mods;
using osu.Game.Scoring;
namespace osu.Game... | mit | C# |
a6379695a6e0eeade7d30d50a2aec16c10329929 | fix ViewLogConfigurationEntity | AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,MehdyKarimpour/extensions,MehdyKarimpour/extensions | Signum.Entities.Extensions/ViewLog/ViewLogConfigurationEntity.cs | Signum.Entities.Extensions/ViewLog/ViewLogConfigurationEntity.cs | using Signum.Entities.Basics;
using Signum.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Signum.Entities.ViewLog
{
[Serializable]
public class ViewLogConfigurationEntity : EmbeddedEntity
{
boo... | using Signum.Entities.Basics;
using Signum.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Signum.Entities.ViewLog
{
[Serializable]
public class ViewLogConfigurationEntity : EmbeddedEntity
{
boo... | mit | C# |
f87d993f15a7db00a5637cd1ca4cd9c9b0e2d1ad | Update AssemblyInfo.cs | asimarslan/hazelcast-csharp-client,asimarslan/hazelcast-csharp-client | Hazelcast.Net/Properties/AssemblyInfo.cs | Hazelcast.Net/Properties/AssemblyInfo.cs | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// 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.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | apache-2.0 | C# |
e45dc33661ec4190a73baea992768799475c8c88 | add RefreshBrower() | NDark/ndinfrastructure,NDark/ndinfrastructure | Unity/UnityTools/OnClickOpenBrower.cs | Unity/UnityTools/OnClickOpenBrower.cs | /**
MIT License
Copyright (c) 2017 NDark
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distr... | /**
MIT License
Copyright (c) 2017 NDark
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distr... | mit | C# |
cbe60bd7c7a8f2372a463bbec1843bc5d3e2d33d | Disable hanging OSX NetworkInformation test | cartermp/corefx,khdang/corefx,weltkante/corefx,richlander/corefx,dotnet-bot/corefx,axelheer/corefx,krk/corefx,the-dwyer/corefx,fgreinacher/corefx,twsouthwick/corefx,dotnet-bot/corefx,ellismg/corefx,parjong/corefx,jhendrixMSFT/corefx,manu-silicon/corefx,jhendrixMSFT/corefx,iamjasonp/corefx,ravimeda/corefx,nchikanov/core... | src/System.Net.NetworkInformation/tests/FunctionalTests/NetworkChangeTest.cs | src/System.Net.NetworkInformation/tests/FunctionalTests/NetworkChangeTest.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 Xunit;
namespace System.Net.NetworkInformation.Tests
{
public class NetworkChangeTest
{
[Fact... | // 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 Xunit;
namespace System.Net.NetworkInformation.Tests
{
public class NetworkChangeTest
{
[Fact... | mit | C# |
bcd6e184eac1cdac6e2460a984ee055f2fc4938a | Switch 'FunctionTable.this[uint]' back to old-style accessors | jonathanvdc/cs-wasm,jonathanvdc/cs-wasm | libwasm-interpret/FunctionTable.cs | libwasm-interpret/FunctionTable.cs | using System.Collections.Generic;
using System.Linq;
namespace Wasm.Interpret
{
/// <summary>
/// Defines a table of function values.
/// </summary>
public sealed class FunctionTable
{
/// <summary>
/// Creates a function table from the given resizable limits.
/// The table'... | using System.Collections.Generic;
using System.Linq;
namespace Wasm.Interpret
{
/// <summary>
/// Defines a table of function values.
/// </summary>
public sealed class FunctionTable
{
/// <summary>
/// Creates a function table from the given resizable limits.
/// The table'... | mit | C# |
fe98bec4d957882ba813eed17845b67ae498930a | Add other rollbar client tests | Valetude/Valetude.Rollbar | Rollbar.Net.Test/RollbarClientFixture.cs | Rollbar.Net.Test/RollbarClientFixture.cs | using Newtonsoft.Json;
using Xunit;
namespace Rollbar.Test {
public class RollbarClientFixture {
private readonly RollbarClient _rollbarClient;
public RollbarClientFixture() {
this._rollbarClient= new RollbarClient();
}
[Fact]
public void Client_rendered_as_di... | using Newtonsoft.Json;
using Xunit;
namespace Rollbar.Test {
public class RollbarClientFixture {
private readonly RollbarClient _rollbarClient;
public RollbarClientFixture() {
this._rollbarClient= new RollbarClient();
}
[Fact]
public void Client_rendered_as_di... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.