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 |
|---|---|---|---|---|---|---|---|---|
b2133a3b8644499da5c75c1009807155527753b9 | Update changelog. | MrJoy/UnityColorBlindness,MrJoy/UnityColorBlindness,MrJoy/UnityColorBlindness | Assets/UnityColorBlindness/ColorBlindnessEffect.cs | Assets/UnityColorBlindness/ColorBlindnessEffect.cs | /*
Red/Green Color-Blindness Simulation Effect
(C)Copyright 2008-2013, MrJoy Inc, All rights reserved.
Version: 1.0.1, 2013-03-01
Changes:
-2013-03-01, jfrisby: Fix deprecation.
-2008-04-28, jfrisby: Initial version.
Notes: This is intended to help you look for problems that may make it
difficult... | /*
Red/Green Color-Blindness Simulation Effect
(C)Copyright 2008, MrJoy Inc, All rights reserved.
Version: 1.0, 2008-04-28
Changes:
-2008-04-28, jfrisby: Initial version.
Notes: This is intended to help you look for problems that may make it
difficult for users of your game to play if they suffer fro... | mit | C# |
89f67a1417409b6a696cd1b92f5de15821b7fea7 | Fix building destruction patch | DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer | LmpClient/Harmony/DestructibleBuilding_OnCollisionEnter.cs | LmpClient/Harmony/DestructibleBuilding_OnCollisionEnter.cs | using Harmony;
using LmpClient.Systems.Lock;
using LmpClient.Systems.SettingsSys;
using LmpCommon.Enums;
using UnityEngine;
// ReSharper disable All
namespace LmpClient.Harmony
{
/// <summary>
/// This harmony patch is intended to skip the destruction of a building
/// if the vessel that crashes against... | using Harmony;
using LmpClient.Systems.Lock;
using LmpClient.Systems.SettingsSys;
using LmpCommon.Enums;
using UnityEngine;
// ReSharper disable All
namespace LmpClient.Harmony
{
/// <summary>
/// This harmony patch is intended to skip the destruction of a building
/// if the vessel that crashes against... | mit | C# |
36be6f9a16363774af9584f14a938f6397374b74 | Clear sort and start when search changes (same as Web Forms). Cleaner to take data from StateContext instead of parameters because most can change within the method | grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation | NavigationSample/Controllers/PersonController.cs | NavigationSample/Controllers/PersonController.cs | using Navigation.Sample.Models;
using System;
using System.Web.Mvc;
namespace Navigation.Sample.Controllers
{
public class PersonController : Controller
{
public ActionResult Index(PersonSearchModel model)
{
DateTime outDate;
if (model.MinDateOfBirth == null || DateTime.TryParse(model.MinDateOf... | using Navigation.Sample.Models;
using System;
using System.Web.Mvc;
namespace Navigation.Sample.Controllers
{
public class PersonController : Controller
{
public ActionResult Index(PersonSearchModel model, string sortExpression, int startRowIndex, int maximumRows)
{
DateTime outDate;
if (model.... | apache-2.0 | C# |
06afdd29dc84228a33ccb7a76655c69d5e3f0d9e | Rename lastElement to previousElement. | jholovacs/NuGet,mrward/NuGet.V2,chocolatey/nuget-chocolatey,dolkensp/node.net,chester89/nugetApi,oliver-feng/nuget,OneGet/nuget,alluran/node.net,ctaggart/nuget,GearedToWar/NuGet2,jholovacs/NuGet,GearedToWar/NuGet2,ctaggart/nuget,xoofx/NuGet,alluran/node.net,jmezach/NuGet2,indsoft/NuGet2,antiufo/NuGet2,GearedToWar/NuGet... | NuPack.Dialog/Extensions/EnumerableExtensions.cs | NuPack.Dialog/Extensions/EnumerableExtensions.cs | using System.Collections.Generic;
namespace NuGet.Dialog.Extensions {
internal static class EnumerableExtensions {
/// <summary>
/// Returns a distinct set of elements using the comparer specified. This implementation will pick the last occurence
/// of each element instead of pickin... | using System.Collections.Generic;
namespace NuGet.Dialog.Extensions {
internal static class EnumerableExtensions {
/// <summary>
/// Returns a distinct set of elements using the comparer specified. This implementation will pick the last occurence
/// of each element instead of pickin... | apache-2.0 | C# |
ceeb39885114bc40d7de90485f6c42eed79d0ba1 | fix #234 | Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/Controls/Classes/ValkyrieLayout.xaml.cs | TCC.Core/Controls/Classes/ValkyrieLayout.xaml.cs | using System;
using System.Windows;
using System.Windows.Media.Animation;
using TCC.ViewModels;
namespace TCC.Controls.Classes
{
/// <summary>
/// Logica di interazione per ValkyrieLayout.xaml
/// </summary>
public partial class ValkyrieLayout
{
private ValkyrieLayoutVM _dc;
privat... | using System;
using System.Windows;
using System.Windows.Media.Animation;
using TCC.ViewModels;
namespace TCC.Controls.Classes
{
/// <summary>
/// Logica di interazione per ValkyrieLayout.xaml
/// </summary>
public partial class ValkyrieLayout
{
private ValkyrieLayoutVM _dc;
privat... | mit | C# |
3e4d6d339360f8e9c71a8d7ad7304923da912580 | fix the find textbox | DebajyotiMondal/automatic-graph-layout,DebajyotiMondal/automatic-graph-layout,DebajyotiMondal/automatic-graph-layout,DebajyotiMondal/automatic-graph-layout | GraphLayout/Test/TestGraphmaps/AppWindow.xaml.cs | GraphLayout/Test/TestGraphmaps/AppWindow.xaml.cs | using System;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using Microsoft.Msagl.GraphmapsWpfControl;
namespace TestGraphmaps
{
/// <summary>
/// Interaction logic for AppWindow.xaml
/// </summary>
public partial class AppWindow... | using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using Microsoft.Msagl.GraphmapsWpfControl;
namespace TestGraphmaps
{
/// <summary>
/// Interaction logic for AppWindow.xaml
/// </summary>
public partial class AppWindow : Window
{
public AppWindow()... | mit | C# |
647d8adb568935f38246403416673d2a67f36537 | Fix unit test by making the Data property writable | gabornemeth/restsharp.portable | RestSharp.Portable.Test/HttpBin/HttpBinResponse.cs | RestSharp.Portable.Test/HttpBin/HttpBinResponse.cs | using System.Collections.Generic;
namespace RestSharp.Portable.Test.HttpBin
{
public class HttpBinResponse
{
public Dictionary<string, string> Args { get; set; }
public Dictionary<string, string> Form { get; set; }
public Dictionary<string, string> Headers { get; set; }
publ... | using System.Collections.Generic;
namespace RestSharp.Portable.Test.HttpBin
{
public class HttpBinResponse
{
public Dictionary<string, string> Args { get; set; }
public Dictionary<string, string> Form { get; set; }
public Dictionary<string, string> Headers { get; set; }
publ... | bsd-2-clause | C# |
2b0e551b6bbe2d08f1930e3065dc3a77384d1079 | Add status | SnapMD/connectedcare-sdk,dhawalharsora/connectedcare-sdk | SnapMD.ConnectedCare.ApiModels/GlobalStatusCode.cs | SnapMD.ConnectedCare.ApiModels/GlobalStatusCode.cs | namespace SnapMD.ConnectedCare.ApiModels
{
/// <summary>
/// Requested by daniel.bouganim@snap.md
/// </summary>
public enum GlobalStatusCode
{
None,
Active,
Deleted,
Suspended,
Inactive
}
}
| namespace SnapMD.ConnectedCare.ApiModels
{
/// <summary>
/// Requested by daniel.bouganim@snap.md
/// </summary>
public enum GlobalStatusCode
{
None,
Active,
Deleted,
Suspended
}
}
| apache-2.0 | C# |
f49f386941f7e6a7be0bcc0ee26821647c04a319 | Update of Exception | LucidOcean/multichain,LucidOcean/multichain | LucidOcean.MultiChain/Properties/AssemblyInfo.cs | LucidOcean.MultiChain/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("LucidOcean.MultiChain")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Lucid Ocean")]
[assembly: AssemblyProduct("Lucid Ocean MultiCha... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("LucidOcean.MultiChain")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Lucid Ocean")]
[assembly: AssemblyProduct("Lucid Ocean MultiCha... | mit | C# |
ea2b4a6207f32f35ce28162260e36076787edd29 | Reset the version number | Hallmanac/AzureCloudTable,Hallmanac/AzureCloudTable | src/AzureCloudTable.Api/Properties/AssemblyInfo.cs | src/AzureCloudTable.Api/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("Az... | 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("Az... | mit | C# |
2803b873321991ee508bde8d0f9dd90dad5a210d | Test git commit | UCSD-HCI/ise,UCSD-HCI/ise,UCSD-HCI/ise,UCSD-HCI/ise | everspaces/everspaces/Main.cs | everspaces/everspaces/Main.cs | using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.ComponentModel;
using System.Runtime.Remoting.Messaging;
using System.Net;
using System.Net.Sockets;
using Thrift;
using Thrift.Protocol;
using Thrift.Transport;
using Evern... | using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.ComponentModel;
using System.Runtime.Remoting.Messaging;
using System.Net;
using System.Net.Sockets;
using Thrift;
using Thrift.Protocol;
using Thrift.Transport;
using Evern... | apache-2.0 | C# |
fe21d184e90f8f02928a74e4224ce0be3f135b02 | add validLineCount in sourceinfo of token (#646) | hellosnow/docfx,DuncanmaMSFT/docfx,pascalberger/docfx,928PJY/docfx,superyyrrzz/docfx,LordZoltan/docfx,dotnet/docfx,928PJY/docfx,dotnet/docfx,LordZoltan/docfx,928PJY/docfx,LordZoltan/docfx,superyyrrzz/docfx,DuncanmaMSFT/docfx,LordZoltan/docfx,pascalberger/docfx,dotnet/docfx,hellosnow/docfx,pascalberger/docfx,superyyrrzz... | src/Microsoft.DocAsCode.MarkdownLite/SourceInfo.cs | src/Microsoft.DocAsCode.MarkdownLite/SourceInfo.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.MarkdownLite
{
public struct SourceInfo
{
private SourceInfo(string markdown, string file, int lineNumber, int validLineC... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.MarkdownLite
{
public struct SourceInfo
{
private SourceInfo(string markdown, string file, int lineNumber)
{
... | mit | C# |
b63c26fc4a2ce96d1637934951945cd110895979 | remove explizit saving project settings | Citavi/C6-Add-Ons-and-Online-Sources | src/SortReferencesByParentChild/Core/ProjectExt.cs | src/SortReferencesByParentChild/Core/ProjectExt.cs | using SwissAcademic.ApplicationInsights;
using SwissAcademic.Citavi;
using System;
namespace SwissAcademic.Addons.SortReferencesByParentChildAddon
{
internal static class ProjectExt
{
public static void AddComparerStatus(this Project project)
{
try
{
pro... | using SwissAcademic.ApplicationInsights;
using SwissAcademic.Citavi;
using System;
namespace SwissAcademic.Addons.SortReferencesByParentChildAddon
{
internal static class ProjectExt
{
public static void AddComparerStatus(this Project project)
{
try
{
pro... | mit | C# |
6fdced25dc7a38f312ea28c50b6f19484a958bb9 | Drop in a note for later. | darrencauthon/csharp-sparkpost,kirilsi/csharp-sparkpost,SparkPost/csharp-sparkpost,kirilsi/csharp-sparkpost,darrencauthon/csharp-sparkpost,ZA1/csharp-sparkpost | src/SparkPost/RequestSenders/AsyncRequestSender.cs | src/SparkPost/RequestSenders/AsyncRequestSender.cs | using System;
using System.Globalization;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
namespace SparkPost.RequestSenders
{
public class AsyncRequestSender : IRequestSender
{
private readonly IClient client;
public AsyncRequestSender(IClient client)
... | using System;
using System.Globalization;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
namespace SparkPost.RequestSenders
{
public class AsyncRequestSender : IRequestSender
{
private readonly IClient client;
public AsyncRequestSender(IClient client)
... | apache-2.0 | C# |
2b8a105ec5cab7296966efab2cc87fcc2d01347e | Fix osu!direct test fail | smoogipoo/osu,johnneijzen/osu,peppy/osu-new,peppy/osu,smoogipooo/osu,peppy/osu,2yangk23/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu,UselessToucan/osu,EVAST9919/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,johnneijzen/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,2yangk23/osu | osu.Game/Online/API/Requests/SearchBeatmapSetsRequest.cs | osu.Game/Online/API/Requests/SearchBeatmapSetsRequest.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.ComponentModel;
using osu.Game.Overlays;
using osu.Game.Overlays.Direct;
using osu.Game.Rulesets;
namespace osu.Game.Online.API.Requests
{
public class... | // 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.ComponentModel;
using osu.Game.Overlays;
using osu.Game.Overlays.Direct;
using osu.Game.Rulesets;
namespace osu.Game.Online.API.Requests
{
public class... | mit | C# |
52768e510c2a2decc54a9f23946107acbcb4b681 | 修改了 JsonSerializationWriter 类,为Json序列化后的对象属性名加上了双引号。 | MetSystem/Zongsoft.CoreLibrary,huoxudong125/Zongsoft.CoreLibrary,Zongsoft/Zongsoft.CoreLibrary | Runtime/Serialization/JsonSerializationWriter.cs | Runtime/Serialization/JsonSerializationWriter.cs | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@gmail.com>
*
* Copyright (C) 2013 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.CoreLibrary.
*
* Zongsoft.CoreLibrary is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*... | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@gmail.com>
*
* Copyright (C) 2013 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.CoreLibrary.
*
* Zongsoft.CoreLibrary is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*... | lgpl-2.1 | C# |
f393541e698c2fc88eea40916987669de4a7d553 | bump version | sumeshthomas/sendgrid-csharp,pandeysoni/sendgrid-csharp,FriskyLingo/sendgrid-csharp,brcaswell/sendgrid-csharp,smurfpandey/sendgrid-csharp-net40,sumeshthomas/sendgrid-csharp,FriskyLingo/sendgrid-csharp,brcaswell/sendgrid-csharp,kenlefeb/sendgrid-csharp,dubrovkinmaxim/sendgrid-csharp,smurfpandey/sendgrid-csharp-net40,dub... | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | mit | C# |
b2eb1af10484e1d2cb65c124e99d7198b959e461 | remove post broadcast | LykkeCity/bitcoinservice,LykkeCity/bitcoinservice | src/LkeServices/Bitcoin/BitcoinBroadcastService.cs | src/LkeServices/Bitcoin/BitcoinBroadcastService.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Core.Bitcoin;
using Core.Performance;
using Core.Providers;
using Core.Repositories.TransactionOutputs;
using Core.Settings;
using Core.TransactionMonitoring;
using NBitcoin;
namespace LkeServices.Bitcoin
{
publ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Core.Bitcoin;
using Core.Performance;
using Core.Providers;
using Core.Repositories.TransactionOutputs;
using Core.Settings;
using Core.TransactionMonitoring;
using NBitcoin;
namespace LkeServices.Bitcoin
{
publ... | mit | C# |
e8d328d623f4820e247fc26011295597e6d21a7d | Update SkiaContainerImporter.cs | wieslawsoltes/Draw2D,wieslawsoltes/Draw2D,wieslawsoltes/Draw2D | src/Draw2D.Skia/Export/SkiaContainerImporter.cs | src/Draw2D.Skia/Export/SkiaContainerImporter.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using Draw2D.ViewModels.Containers;
using Draw2D.ViewModels.Tools;
namespace Draw2D.Export
{
public class SkiaContainerImporter... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.IO;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using Draw2D.Presenters;
using Draw2D.ViewModels.Containers;
using Draw2... | mit | C# |
2ddd9bfe10130589960751bedb9ebd1820f72a2a | Tidy up | beyond-code-github/Superscribe | Superscribe.Demo.WebApiModules/HelloWorldModule.cs | Superscribe.Demo.WebApiModules/HelloWorldModule.cs | namespace Superscribe.Demo.WebApiModules
{
using Superscribe.Demo.WebApiModules.Services;
using Superscribe.Models;
using Superscribe.WebApi.Modules;
public class MessageWrapper
{
public string Message { get; set; }
}
public class HelloWorldModule : SuperscribeModule
{
... | namespace Superscribe.Demo.WebApiModules
{
using Superscribe.Demo.WebApiModules.Services;
using Superscribe.Models;
using Superscribe.WebApi.Modules;
public class MessageWrapper
{
public string Message { get; set; }
}
public class HelloWorldModule : SuperscribeModule
{
... | apache-2.0 | C# |
b364aa61b137e4e37744ebb0cbeac3908524f4ce | Implement GetSchedule functionality for Rooms | meutley/ISTS | src/Infrastructure/Repository/RoomRepository.cs | src/Infrastructure/Repository/RoomRepository.cs | using System;
using System.Collections.Generic;
using System.Linq;
using ISTS.Domain.Rooms;
using ISTS.Domain.Schedules;
using ISTS.Infrastructure.Model;
namespace ISTS.Infrastructure.Repository
{
public class RoomRepository : IRoomRepository
{
private readonly IstsContext _context;
public Ro... | using System;
using System.Collections.Generic;
using System.Linq;
using ISTS.Domain.Rooms;
using ISTS.Domain.Schedules;
namespace ISTS.Infrastructure.Repository
{
public class RoomRepository : IRoomRepository
{
public Room Get(Guid id)
{
return null;
}
public Room... | mit | C# |
535d3d136ec6a3bd6f6426eca3bc128d152b5361 | Comment out StreamReader. | CosmosOS/Cosmos,zarlo/Cosmos,trivalik/Cosmos,CosmosOS/Cosmos,Cyber4/Cosmos,Cyber4/Cosmos,MyvarHD/Cosmos,trivalik/Cosmos,tgiphil/Cosmos,tgiphil/Cosmos,Cyber4/Cosmos,tgiphil/Cosmos,jp2masa/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,jp2masa/Cosmos,zarlo/Cosmos,MyvarHD/Cosmos,zarlo/Cosmos,fanoI/Cosmos,trivalik/Cosmos,fanoI/Cosmos... | source/Cosmos.System.Plugs/System/IO/StreamReaderImpl.cs | source/Cosmos.System.Plugs/System/IO/StreamReaderImpl.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.IL2CPU.Plugs;
namespace Cosmos.System.Plugs.System.IO
{
//[Plug(Target = typeof(global::System.IO.StreamReader))]
//public static class StreamReaderImpl
//{
// public static void CheckAsync... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.IL2CPU.Plugs;
namespace Cosmos.System.Plugs.System.IO
{
[Plug(Target = typeof(global::System.IO.StreamReader))]
public static class StreamReaderImpl
{
public static void CheckAsyncTaskInPr... | bsd-3-clause | C# |
2ce3ea318f865d43f37e22e3d39c4b1ca4061e30 | edit order credit marketplace | balanced/balanced-csharp | scenarios/snippets/order-credit-marketplace.cs | scenarios/snippets/order-credit-marketplace.cs | BankAccount marketplaceAccount = Marketplace.Mine.owner_customer.bank_accounts.First();
Dictionary<string, object> creditPayload = new Dictionary<string, object>();
creditPayload.Add("amount", 2000);
creditPayload.Add("description", "Credit from order escrow to marketplace bank account");
Credit credit = order.CreditTo... | BankAccount bankAccount = Marketplace.Mine.owner_customer.bank_accounts.First();
Dictionary<string, object> payload = new Dictionary<string, object>();
payload.Add("amount", 2000);
payload.Add("description", "Credit from order escrow to marketplace bank account");
Credit credit = bankAccount.Credit(payload); | mit | C# |
5864182d85683b5cf947c0dba6fef9a41cb45e22 | replace table with list group | agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov | WebAPI.API/Views/Shared/_SpatialReference.cshtml | WebAPI.API/Views/Shared/_SpatialReference.cshtml | <p class="help-block">
The spatial reference for the output and input geometries.
<strong class="text-warning">The output and input spatial references must match.</strong>
Choose any of the <abbr title="Well-known Id">wkid</abbr>'s from the
<a href="http://resources.arcgis.com/en/help/main/10.1/018z/pd... | <p class="help-block">
The spatial reference for the output and input geometries.
<strong class="text-warning">The output and input spatial references must match.</strong>
Choose any of the <abbr title="Well-known Id">wkid</abbr>'s from the
<a href="http://resources.arcgis.com/en/help/main/10.1/018z/p... | mit | C# |
48a7f88fa884bb2886c3e2c365d3b2bfcbb027f9 | update AssemblyVersion | gigya/KafkaNetClient | src/KafkaNetClient/Properties/AssemblyInfo.cs | src/KafkaNetClient/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("KafkaNetClient")]
[assembly: AssemblyDescription("Native C# client for Apache Kafka.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Gigya Inc")]
[assembly: AssemblyProduct("KafkaNetClient")]
[assembly: Assem... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("KafkaNetClient")]
[assembly: AssemblyDescription("Native C# client for Apache Kafka.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Gigya Inc")]
[assembly: AssemblyProduct("KafkaNetClient")]
[assembly: Assem... | apache-2.0 | C# |
6fa4404f4ca1ffc9de65d31bd5c4e38a8e0798a6 | Replace CotinueWith with async/await | jbogard/MediatR | src/MediatR/Wrappers/RequestHandlerWrapper.cs | src/MediatR/Wrappers/RequestHandlerWrapper.cs | namespace MediatR.Wrappers
{
using System;
using System.Linq;
using System.Runtime.ExceptionServices;
using System.Threading;
using System.Threading.Tasks;
public abstract class RequestHandlerBase
{
public abstract Task<object?> Handle(object request, CancellationToken cancellationT... | namespace MediatR.Wrappers
{
using System;
using System.Linq;
using System.Runtime.ExceptionServices;
using System.Threading;
using System.Threading.Tasks;
public abstract class RequestHandlerBase
{
public abstract Task<object?> Handle(object request, CancellationToken cancellationT... | apache-2.0 | C# |
6866d74d2125950924918b492c8423dbd6ff7387 | Fix warning CS0078. | Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Common/ModerationPoints.cs | src/MitternachtBot/Common/ModerationPoints.cs | using Mitternacht.Database.Models;
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
namespace Mitternacht.Common {
public class ModerationPoints : IModerationPoints {
public long PointsHard { get; set; }
public long PointsMedium { get; set; }
public long PointsLight { ge... | using Mitternacht.Database.Models;
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
namespace Mitternacht.Common {
public class ModerationPoints : IModerationPoints {
public long PointsHard { get; set; }
public long PointsMedium { get; set; }
public long PointsLight { ge... | mit | C# |
c2afd43b151b1591f704dded53e4840c39cd0e64 | Add a watcher test for SubFileSystem for good measure | xoofx/zio | src/Zio.Tests/FileSystems/TestSubFileSystem.cs | src/Zio.Tests/FileSystems/TestSubFileSystem.cs | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.IO;
using System.Linq;
using Xunit;
using Zio.FileSystems;
namespace Zio.Tests.FileSystems
{
public cla... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.IO;
using System.Linq;
using Xunit;
using Zio.FileSystems;
namespace Zio.Tests.FileSystems
{
public cla... | bsd-2-clause | C# |
fa0f636024c8fbfcd014212455d6855cd07710f0 | Update some test assembly paths | rileywhite/Cilador | src/Cilador/Fody.Tests/Common/TestContent.cs | src/Cilador/Fody.Tests/Common/TestContent.cs | /***************************************************************************/
// Copyright 2013-2018 Riley White
//
// 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.ap... | /***************************************************************************/
// Copyright 2013-2018 Riley White
//
// 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.ap... | apache-2.0 | C# |
79782633f093404f64f5a08e724231cd054d8e85 | Update registry | ektrah/nsec | tests/Registry.cs | tests/Registry.cs | using System;
using NSec.Cryptography;
using Xunit;
namespace NSec.Tests
{
internal static class Registry
{
#region Algorithms By Base Class
public static readonly TheoryData<Type> AeadAlgorithms = new TheoryData<Type>
{
};
public static readonly TheoryData<Type> Authe... | using System;
using NSec.Cryptography;
using Xunit;
namespace NSec.Tests
{
internal static class Registry
{
#region Algorithms By Base Class
public static readonly TheoryData<Type> AeadAlgorithms = new TheoryData<Type>
{
};
public static readonly TheoryData<Type> Authe... | mit | C# |
4e2a88a69835592028361c7acee51da0a85c4ce1 | Fix FxCop violation from HttpResponseException changes | LianwMS/WebApi,scz2011/WebApi,lungisam/WebApi,scz2011/WebApi,lewischeng-ms/WebApi,LianwMS/WebApi,lungisam/WebApi,yonglehou/WebApi,congysu/WebApi,congysu/WebApi,abkmr/WebApi,lewischeng-ms/WebApi,chimpinano/WebApi,abkmr/WebApi,yonglehou/WebApi,chimpinano/WebApi | src/System.Web.Http/HttpResponseException.cs | src/System.Web.Http/HttpResponseException.cs | // Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
using System.Diagnostics.CodeAnalysis;
using System.Net;
using System.Net.Http;
using System.Web.Http.Properties;
namespace System.Web.Http
{
/// <summary>
/// An exception that allows fo... | // Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
using System.Diagnostics.CodeAnalysis;
using System.Net;
using System.Net.Http;
using System.Web.Http.Properties;
namespace System.Web.Http
{
/// <summary>
/// An exception that allows fo... | mit | C# |
89a18e4aac47644e61373862ed3492530a80a948 | remove nl and add comment for -1 and +1 | ZLima12/osu,peppy/osu,smoogipooo/osu,ppy/osu,johnneijzen/osu,peppy/osu,naoey/osu,DrabWeb/osu,smoogipoo/osu,DrabWeb/osu,naoey/osu,UselessToucan/osu,NeoAdonis/osu,DrabWeb/osu,EVAST9919/osu,smoogipoo/osu,NeoAdonis/osu,ZLima12/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,johnneijzen/osu,ppy/osu,naoey/osu,EVAST9919... | osu.Game.Rulesets.Osu/Mods/OsuModArrange.cs | osu.Game.Rulesets.Osu/Mods/OsuModArrange.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.G... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.G... | mit | C# |
2af3e59fcbd146fc1cb7dacc3b1695740cef53e2 | Increase version | cap9/EEPhysics,Tunous/EEPhysics | EEPhysics/Properties/AssemblyInfo.cs | EEPhysics/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("EE... | 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("EE... | mit | C# |
df05a31213a8ae67249c2272d73c559e64da4741 | Update code | sakapon/Samples-2013 | EFSample/DirectoryConsole/Program.cs | EFSample/DirectoryConsole/Program.cs | using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
namespace DirectoryConsole
{
class Program
{
static void Main(string[] args)
{
Database.SetInitializer(new DirectoryDbInitializer());
using (var db = new DirectoryDb())
... | using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
namespace DirectoryConsole
{
class Program
{
static void Main(string[] args)
{
Database.SetInitializer(new DirectoryDbInitializer());
GetData();
}
static void ... | mit | C# |
749a0dd8779b4d075ecd7a84769718c0d28e1f7e | Add invalid message + aria tags to login | SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers | src/SFA.DAS.EmployerUsers.Web/Views/Account/Login.cshtml | src/SFA.DAS.EmployerUsers.Web/Views/Account/Login.cshtml | @model bool
@{
var invalidAttributes = Model ? "aria-invalid=\"true\" aria-labeledby=\"invalidMessage\"" : "";
}
<div class="grid-row">
<div class="column-half">
<h1 class="heading-large">Sign in</h1>
@if (Model)
{
<div class="error" style="margin-bottom: 10px;" i... | <div class="grid-row">
<div class="column-half">
<h1 class="heading-large">Sign in</h1>
<form method="post">
@Html.AntiForgeryToken()
<div class="form-group">
<label class="form-label" for="email-address">Email address</label>
<input cl... | mit | C# |
061dc64bcc00bd7289555d0d0c790bac7e7b0614 | fix - number in JSON are Int64 | jdevillard/JmesPath.Net | src/jmespath.net/Functions/ToNumberFunction.cs | src/jmespath.net/Functions/ToNumberFunction.cs | using System;
using System.Globalization;
using DevLab.JmesPath.Utils;
using Newtonsoft.Json.Linq;
namespace DevLab.JmesPath.Functions
{
public class ToNumberFunction : JmesPathFunction
{
public ToNumberFunction()
: base("to_number", 1)
{
}
public over... | using System;
using System.Globalization;
using DevLab.JmesPath.Utils;
using Newtonsoft.Json.Linq;
namespace DevLab.JmesPath.Functions
{
public class ToNumberFunction : JmesPathFunction
{
public ToNumberFunction()
: base("to_number", 1)
{
}
public over... | apache-2.0 | C# |
dcfe9e39a17d3739942e4f619404d6ba9c618942 | Improve debug string representation of MacroDefinition. | inordertotest/CppSharp,SonyaSa/CppSharp,genuinelucifer/CppSharp,SonyaSa/CppSharp,mono/CppSharp,zillemarco/CppSharp,u255436/CppSharp,mono/CppSharp,genuinelucifer/CppSharp,inordertotest/CppSharp,mydogisbox/CppSharp,ktopouzi/CppSharp,zillemarco/CppSharp,mono/CppSharp,inordertotest/CppSharp,mono/CppSharp,mohtamohit/CppShar... | src/AST/Preprocessor.cs | src/AST/Preprocessor.cs | namespace CppSharp.AST
{
public enum MacroLocation
{
Unknown,
ClassHead,
ClassBody,
FunctionHead,
FunctionParameters,
FunctionBody,
};
/// <summary>
/// Base class that describes a preprocessed entity, which may
/// be a preprocessor directive or... | namespace CppSharp.AST
{
public enum MacroLocation
{
Unknown,
ClassHead,
ClassBody,
FunctionHead,
FunctionParameters,
FunctionBody,
};
/// <summary>
/// Base class that describes a preprocessed entity, which may
/// be a preprocessor directive or... | mit | C# |
38592adb0daf9658c112c1245b36c5e407fd7e1f | Fix the definition of Cps<TResult, T> for Silverlight | linerlock/parseq | Parseq/Cps.cs | Parseq/Cps.cs | /*
* Parseq - a monadic parser combinator library for C#
*
* Copyright (c) 2012 - 2013 WATANABE TAKAHISA <x.linerlock@gmail.com> All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
*... | /*
* Parseq - a monadic parser combinator library for C#
*
* Copyright (c) 2012 - 2013 WATANABE TAKAHISA <x.linerlock@gmail.com> All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
*... | mit | C# |
274a32e6475dbd2339a0d083e875eb5802bc681b | add menu logoff option | OlegKleyman/AlphaDev,OlegKleyman/AlphaDev,OlegKleyman/AlphaDev | web/AlphaDev.Web/Views/Shared/Partial/_Menu.cshtml | web/AlphaDev.Web/Views/Shared/Partial/_Menu.cshtml | <div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
... | <div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
... | unlicense | C# |
76362f36189e9ef61ba7425b8cb1d5001ad708fb | Disable test on MacOS. | dlemstra/Magick.NET,dlemstra/Magick.NET | tests/Magick.NET.Tests/Shared/Settings/MagickSettingsTests/TheFontProperty.cs | tests/Magick.NET.Tests/Shared/Settings/MagickSettingsTests/TheFontProperty.cs | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | apache-2.0 | C# |
311b53957d75e0da1a0827ddfc572c795629078c | Bump to 1.9.2 | phoenixwebgroup/DotNetMongoMigrations,phoenixwebgroup/DotNetMongoMigrations | src/MongoMigrations/Properties/AssemblyInfo.cs | src/MongoMigrations/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("MongoMigrations")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MongoMigrations")]
[assembly: AssemblyCopyright("Copyright © 2011")... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("MongoMigrations")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MongoMigrations")]
[assembly: AssemblyCopyright("Copyright © 2011")... | mit | C# |
9c30351e474e8a1fe315bccd520b150e78914af2 | Add GetLogger method to Logging. | eternnoir/NLogging | src/NLogging/Logging.cs | src/NLogging/Logging.cs | namespace NLogging
{
using System;
using System.Collections.Generic;
/// <summary>
/// A Logging class.
/// </summary>
public class Logging
{
/// <summary>
/// Singleton
/// </summary>
private static volatile Logging instance;
/// <summary>
/// Fo... | using System;
namespace NLogging
{
public class Logging
{
private static volatile Logging instance;
private static object syncRoot = new Object();
private Logging() {}
public static Logging Instance
{
get
{
if (instance == null)
{
lock (syncRoo... | mit | C# |
ae4cf0abfc1312e7c3c9513e3ddd8d4b43ce6b4d | Add more unit test filestorage | masterdidoo/LiteDB,falahati/LiteDB,89sos98/LiteDB,RytisLT/LiteDB,prepare/LiteDB,RytisLT/LiteDB,89sos98/LiteDB,prepare/LiteDB,prepare/LiteDB,falahati/LiteDB,Skysper/LiteDB,prepare/LiteDB,Xicy/LiteDB,masterdidoo/LiteDB,mbdavid/LiteDB,icelty/LiteDB | LiteDB.Tests/Crud/FileStorageTest.cs | LiteDB.Tests/Crud/FileStorageTest.cs | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.IO;
using System.Linq;
using System.Text;
namespace LiteDB.Tests
{
[TestClass]
public class FileStorage_Test
{
[TestMethod]
public void FileStorage_InsertDelete()
{
// create a dump file
File.W... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.IO;
namespace LiteDB.Tests
{
[TestClass]
public class FileStorage_Test
{
[TestMethod]
public void FileStorage_InsertDelete()
{
// create a dump file
File.WriteAllText("Core.dll", "FileCoreConte... | mit | C# |
9b9cf1f9c0674133d23def1bca9fa5b35617c352 | remove unused code | icehowler/ApiScanner,icehowler/ApiScanner,icehowler/ApiScanner,icehowler/ApiScanner | ApiScanner.Jobs/Startup.cs | ApiScanner.Jobs/Startup.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ApiScanner.DataAccess;
using ApiScanner.DataAccess.Repositories;
using ApiScanner.Entities.Enums;
using ApiScanner.Jobs.Managers;
using Hangfire;
using Hangfire.MemoryStorage;
using Microsoft.AspNetCore.Builder;
usin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ApiScanner.DataAccess;
using ApiScanner.DataAccess.Repositories;
using ApiScanner.Entities.Enums;
using ApiScanner.Jobs.Managers;
using Hangfire;
using Hangfire.MemoryStorage;
using Microsoft.AspNetCore.Builder;
usin... | mit | C# |
6716f02efe702e363d9aaf191a6c16e6050fc8ac | Add json serializer test on sub satoshi feeRate | NicolasDorier/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin | NBitcoin.Tests/JsonConverterTests.cs | NBitcoin.Tests/JsonConverterTests.cs | using NBitcoin.JsonConverters;
using NBitcoin.OpenAsset;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace NBitcoin.Tests
{
public class JsonConverterTests
{
[Fact]
[Trait("UnitTest", "UnitTest")]
public void CanSerialize... | using NBitcoin.JsonConverters;
using NBitcoin.OpenAsset;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace NBitcoin.Tests
{
public class JsonConverterTests
{
[Fact]
[Trait("UnitTest", "UnitTest")]
public void CanSerialize... | mit | C# |
8dd97a36a3b725774477aa087ed0660b83955c2b | Update Viktor.cs | FireBuddy/adevade | AdEvade/AdEvade/Data/Spells/SpecialSpells/Viktor.cs | AdEvade/AdEvade/Data/Spells/SpecialSpells/Viktor.cs | using System;
using EloBuddy;
using EloBuddy.SDK;
namespace AdEvade.Data.Spells.SpecialSpells
{
class Viktor : IChampionPlugin
{
static Viktor()
{
}
public const string ChampionName = "Viktor";
public string GetChampionName()
{
return ChampionName;
... | using System;
using EloBuddy;
using EloBuddy.SDK;
namespace AdEvade.Data.Spells.SpecialSpells
{
class Viktor : IChampionPlugin
{
static Viktor()
{
}
public const string ChampionName = "Viktor";
public string GetChampionName()
{
return ChampionName;
... | mit | C# |
97da228179c72a6a3414b82abb246b0207db3f8d | Make it easier to pass an array of properties | MCGPPeters/Eru,MCGPPeters/Eru | src/Eru/Validation/Validation.cs | src/Eru/Validation/Validation.cs | namespace Eru.Validation
{
using System;
using System.Collections.Generic;
using System.Linq;
public static class Validation
{
private static Either<TCauseIdentifier[], TRight> Assert<TRight, TCauseIdentifier>(TRight source,
params Property<TCauseIdentifier, TRight>[] propertie... | namespace Eru.Validation
{
using System;
using System.Collections.Generic;
using System.Linq;
public static class Validation
{
private static Either<TCauseIdentifier[], TRight> Assert<TRight, TCauseIdentifier>(TRight source,
IEnumerable<Property<TCauseIdentifier, TRight>> prope... | mit | C# |
cc28cc0e08aa1c216f2d641529bb242793533199 | Support for two argument execute | cybergen/bri-lib | Assets/BriLib/Scripts/Extension/StaticExtensions.cs | Assets/BriLib/Scripts/Extension/StaticExtensions.cs | using System;
using System.Collections;
using System.Collections.Generic;
namespace BriLib
{
public static class StaticExtensions
{
public static void ForEach(this IEnumerable list, Action<object> action)
{
for (var enumerator = list.GetEnumerator(); enumerator.MoveNext();)
... | using System;
using System.Collections;
using System.Collections.Generic;
namespace BriLib
{
public static class StaticExtensions
{
public static void ForEach(this IEnumerable list, Action<object> action)
{
for (var enumerator = list.GetEnumerator(); enumerator.MoveNext();)
... | mit | C# |
121ec680955e4f54f27bb78c1afeeefe4f76efed | Add edit box for eval status | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Views/Evaluations/Edit.cshtml | Battery-Commander.Web/Views/Evaluations/Edit.cshtml | @model Evaluation
@using (Html.BeginForm("Save", "Evaluations", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
@Html.HiddenFor(model => model.Id)
@Html.ValidationSummary()
<div class="form-group form-group-lg">
@Html.DisplayNameFor(model => mod... | @model Evaluation
@using (Html.BeginForm("Save", "Evaluations", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
@Html.HiddenFor(model => model.Id)
@Html.ValidationSummary()
<div class="form-group form-group-lg">
@Html.DisplayNameFor(model => mod... | mit | C# |
34af213c83b740d14689d2ba0a181fea6ad57681 | merge and remove ExecuteFirstCommand method | li-rongcheng/CoreCmd | CoreCmd/CommandExecution/AssemblyCommandExecutor.cs | CoreCmd/CommandExecution/AssemblyCommandExecutor.cs | using CoreCmd.CommandLoading;
using CoreCmd.Help;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace CoreCmd.CommandExecution
{
public interface IAssemblyCommandExecutor
{
void E... | using CoreCmd.CommandLoading;
using CoreCmd.Help;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace CoreCmd.CommandExecution
{
public interface IAssemblyCommandExecutor
{
void E... | mit | C# |
eb7012c83503761a4a7b38bda0d6843fa3f16c96 | update version number | spring-projects/spring-net,kvr000/spring-net,yonglehou/spring-net,spring-projects/spring-net,likesea/spring-net,kvr000/spring-net,djechelon/spring-net,yonglehou/spring-net,dreamofei/spring-net,likesea/spring-net,yonglehou/spring-net,likesea/spring-net,spring-projects/spring-net,zi1jing/spring-net,zi1jing/spring-net,dre... | src/Spring/CommonAssemblyInfo.cs | src/Spring/CommonAssemblyInfo.cs | using System;
using System.Reflection;
[assembly: CLSCompliant(false)]
//
// 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.
//
#if !NET_2_0
[assembly: AssemblyConfigurat... | using System;
using System.Reflection;
[assembly: CLSCompliant(false)]
//
// 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.
//
#if !NET_2_0
[assembly: AssemblyConfigurat... | apache-2.0 | C# |
ad43ead69b700a8a6e9c2588944aae56ab183bab | Fix copy paste naming error | kali786516/kudu,juoni/kudu,kenegozi/kudu,YOTOV-LIMITED/kudu,chrisrpatterson/kudu,mauricionr/kudu,dev-enthusiast/kudu,barnyp/kudu,kenegozi/kudu,projectkudu/kudu,dev-enthusiast/kudu,juvchan/kudu,barnyp/kudu,shibayan/kudu,chrisrpatterson/kudu,dev-enthusiast/kudu,puneet-gupta/kudu,projectkudu/kudu,barnyp/kudu,puneet-gupta/... | Kudu.Core.Test/Deployment/PythonSiteEnablerTests.cs | Kudu.Core.Test/Deployment/PythonSiteEnablerTests.cs | using System;
using System.IO.Abstractions;
using Kudu.Core.Infrastructure;
using Moq;
using Xunit;
using Xunit.Extensions;
namespace Kudu.Core.Deployment.Generator.Test
{
public class PythonSiteEnablerTests
{
[Theory]
[InlineData(true, new string[] { "requirements.txt" })]
[InlineData... | using System;
using System.IO.Abstractions;
using Kudu.Core.Infrastructure;
using Moq;
using Xunit;
using Xunit.Extensions;
namespace Kudu.Core.Deployment.Generator.Test
{
public class PythonSiteEnablerTests
{
[Theory]
[InlineData(true, new string[] { "requirements.txt" })]
[InlineData... | apache-2.0 | C# |
f71697720eca4111e3d829c27b6117fbb05b9084 | Update prerelease version to v1.0.0. Resolves #17 | henrikfroehling/TraktApiSharp | Source/Lib/TraktApiSharp/Properties/AssemblyInfo.cs | Source/Lib/TraktApiSharp/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("TraktApiSharp.PreNextVersion.Tests")]
[assembly: InternalsVisibleTo("TraktApiSharp.Tests")]
[assembly: AssemblyTitle("TraktApiSharp")]
[assembly: AssemblyDescription(".NET wrapper library for the Tr... | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("TraktApiSharp.PreNextVersion.Tests")]
[assembly: InternalsVisibleTo("TraktApiSharp.Tests")]
[assembly: AssemblyTitle("TraktApiSharp")]
[assembly: AssemblyDescription(".NET wrapper library for the Tr... | mit | C# |
c642d0d878f802d22b943bd0b2015576482a34ee | Remove unused variable. | NguyenMatthieu/f-spot,dkoeb/f-spot,mans0954/f-spot,dkoeb/f-spot,Yetangitu/f-spot,mono/f-spot,GNOME/f-spot,dkoeb/f-spot,Sanva/f-spot,mans0954/f-spot,mono/f-spot,dkoeb/f-spot,Sanva/f-spot,Yetangitu/f-spot,GNOME/f-spot,NguyenMatthieu/f-spot,mono/f-spot,GNOME/f-spot,Yetangitu/f-spot,mono/f-spot,Yetangitu/f-spot,mans0954/f-... | extensions/Editors/ResizeEditor/ResizeEditor.cs | extensions/Editors/ResizeEditor/ResizeEditor.cs | /*
* ResizeEditor.cs
*
* Author(s)
* Stephane Delcroix (stephane@delcroix.org)
*
* This is free software. See COPYING for details.
*/
using System;
using FSpot;
using FSpot.Editors;
using Gtk;
using Gdk;
using Mono.Unix;
namespace FSpot.Addins.Editors {
class ResizeEditor : Editor {
SpinButton size;
pu... | /*
* ResizeEditor.cs
*
* Author(s)
* Stephane Delcroix (stephane@delcroix.org)
*
* This is free software. See COPYING for details.
*/
using System;
using FSpot;
using FSpot.Editors;
using Gtk;
using Gdk;
using Mono.Unix;
namespace FSpot.Addins.Editors {
class ResizeEditor : Editor {
double ratio;
SpinBu... | mit | C# |
5affc52afec5f84b1c5d8999675d21cfa17688d2 | Update CompositeStringLocalizer.cs | tiksn/TIKSN-Framework | TIKSN.Core/Localization/CompositeStringLocalizer.cs | TIKSN.Core/Localization/CompositeStringLocalizer.cs | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Extensions.Localization;
namespace TIKSN.Localization
{
public class CompositeStringLocalizer : IStringLocalizer
{
public CompositeStringLocalizer(IEnumerable<IStringLocalizer> localizers) => this.Localizers = localizer... | using Microsoft.Extensions.Localization;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace TIKSN.Localization
{
public class CompositeStringLocalizer : IStringLocalizer
{
public CompositeStringLocalizer(IEnumerable<IStringLocalizer> localizers)
... | mit | C# |
716fe06ddde19b19c0c85250bd7dc587cff4480e | Fix inverted assert condition. | peacekeeper/indy-sdk,anastasia-tarasova/indy-sdk,srottem/indy-sdk,Artemkaaas/indy-sdk,anastasia-tarasova/indy-sdk,Artemkaaas/indy-sdk,Artemkaaas/indy-sdk,Artemkaaas/indy-sdk,srottem/indy-sdk,Artemkaaas/indy-sdk,peacekeeper/indy-sdk,srottem/indy-sdk,anastasia-tarasova/indy-sdk,srottem/indy-sdk,srottem/indy-sdk,anastasia... | wrappers/dotnet/indy-sdk-dotnet/Utils/PendingCommands.cs | wrappers/dotnet/indy-sdk-dotnet/Utils/PendingCommands.cs | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace Hyperledger.Indy.Utils
{
/// <summary>
/// Holder for pending commands.
/// </summary>
internal static class PendingCommands
... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace Hyperledger.Indy.Utils
{
/// <summary>
/// Holder for pending commands.
/// </summary>
internal static class PendingCommands
... | apache-2.0 | C# |
f5f27a9a418bf1aa4c884c6b122dae89f782ac0a | Fix method name change | hrzafer/nuve | nuve/Stemming/StatisticalStemmer.cs | nuve/Stemming/StatisticalStemmer.cs | using System.Collections.Generic;
using Nuve.Lang;
using Nuve.Morphologic.Structure;
using Nuve.NGrams;
namespace Nuve.Stemming
{
internal class StatisticalStemmer : IStemmer
{
private readonly WordAnalyzer analyzer;
private readonly NGramModel model;
public StatisticalStemmer(NGramMo... | using System.Collections.Generic;
using Nuve.Lang;
using Nuve.Morphologic.Structure;
using Nuve.NGrams;
namespace Nuve.Stemming
{
internal class StatisticalStemmer : IStemmer
{
private readonly WordAnalyzer analyzer;
private readonly NGramModel model;
public StatisticalStemmer(NGramMo... | mit | C# |
2d65d191e59e826c748a3f888e732ccc0baa0aed | rename variable | yasokada/unity-151117-linemonitor-UI | Assets/SettingSend.cs | Assets/SettingSend.cs | using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using System.Text.RegularExpressions; // for Regex
// for UDP send
using System;
using System.Text;
using System.Net;
using System.Net.Sockets;
public class SettingSend : MonoBehaviour {
public const string kCommandIpAddressPrefix = "192.168.10."... | using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using System.Text.RegularExpressions; // for Regex
// for UDP send
using System;
using System.Text;
using System.Net;
using System.Net.Sockets;
public class SettingSend : MonoBehaviour {
public const string kCommandIpAddressPrefix = "192.168.10."... | mit | C# |
2daa77f80c3583dd5c0dcbe0ce6c485177d478bd | make it clear what our default web test runner is | pseale/monopoly-dotnet,pseale/monopoly-dotnet | src/MonopolyTests/Infrastructure/SeleniumHelper.cs | src/MonopolyTests/Infrastructure/SeleniumHelper.cs | using Coypu;
using Coypu.Drivers;
namespace MonopolyTests.Infrastructure
{
public static class SeleniumHelper
{
private static BrowserSession _browserSession;
public static BrowserSession BrowserSession
{
get
{
if (_browserSession == null)
Start();
return _browse... | using Coypu;
using Coypu.Drivers;
namespace MonopolyTests.Infrastructure
{
public static class SeleniumHelper
{
private static BrowserSession _browserSession;
public static BrowserSession BrowserSession
{
get
{
if (_browserSession == null)
Start();
return _browse... | mit | C# |
6832af7196b6f87925f4aea65e7a8a6aef72242e | Fix serialization of the zoneemphasis | OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Pages/ClientSideSectionEmphasis.cs | Core/OfficeDevPnP.Core/Pages/ClientSideSectionEmphasis.cs | using Newtonsoft.Json;
namespace OfficeDevPnP.Core.Pages
{
public class ClientSideSectionEmphasis
{
[JsonProperty(PropertyName = "zoneEmphasis", NullValueHandling = NullValueHandling.Ignore)]
public int ZoneEmphasis
{
get
{
if (!string.IsNullOrWh... | using Newtonsoft.Json;
namespace OfficeDevPnP.Core.Pages
{
public class ClientSideSectionEmphasis
{
[JsonIgnore]
public int ZoneEmphasis
{
get
{
if (!string.IsNullOrWhiteSpace(ZoneEmphasisString) && int.TryParse(ZoneEmphasisString, out int result... | mit | C# |
e04379dd1d09ef3590deb6da4479ba10298e6578 | Add SpnLookupTime property back to SpnEndpointIdentity | hongdai/wcf,zhenlan/wcf,ericstj/wcf,KKhurin/wcf,iamjasonp/wcf,iamjasonp/wcf,mconnew/wcf,StephenBonikowsky/wcf,mconnew/wcf,imcarolwang/wcf,shmao/wcf,mconnew/wcf,dotnet/wcf,MattGal/wcf,shmao/wcf,imcarolwang/wcf,imcarolwang/wcf,ElJerry/wcf,ericstj/wcf,StephenBonikowsky/wcf,zhenlan/wcf,MattGal/wcf,KKhurin/wcf,ElJerry/wcf,d... | src/System.Private.ServiceModel/src/System/ServiceModel/SpnEndpointIdentity.cs | src/System.Private.ServiceModel/src/System/ServiceModel/SpnEndpointIdentity.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.IdentityModel.Claims;
using System.Runtime;
using System.Security.Principal;
namespace System.ServiceModel
{
public class SpnEndpointIdentity : Endpo... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.IdentityModel.Claims;
using System.Runtime;
using System.Security.Principal;
namespace System.ServiceModel
{
public class SpnEndpointIdentity : Endpo... | mit | C# |
4fdb8f43689e454755e5891d4d3fb7fe19a088c0 | Remove unnecessary base call on default ctor | editor-tools/octokit.net,editor-tools/octokit.net,Sarmad93/octokit.net,octokit-net-test-org/octokit.net,gabrielweyer/octokit.net,TattsGroup/octokit.net,shiftkey-tester-org-blah-blah/octokit.net,alfhenrik/octokit.net,ivandrofly/octokit.net,M-Zuber/octokit.net,shiftkey/octokit.net,ivandrofly/octokit.net,dampir/octokit.ne... | Octokit/Exceptions/InvalidGitignoreTemplateException.cs | Octokit/Exceptions/InvalidGitignoreTemplateException.cs | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace Octokit
{
/// <summary>
/// Represents a HTTP 403 - Forbidden response returned from the API.
/// </summa... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace Octokit
{
/// <summary>
/// Represents a HTTP 403 - Forbidden response returned from the API.
/// </summa... | mit | C# |
8cd91031bab253b7d10650cd20ecdadd43600963 | Add using statement. | mthamil/EFDocumentationGenerator | extension/Tests.Unit/Support/TemporaryFileTests.cs | extension/Tests.Unit/Support/TemporaryFileTests.cs | using System;
using System.IO;
using Xunit;
namespace Tests.Unit.Support
{
public class TemporaryFileTests
{
[Fact]
public void Test_File()
{
// Arrange.
using (var temp = new TemporaryFile())
{
// Act.
var file = temp.File;
... | using System;
using System.IO;
using Xunit;
namespace Tests.Unit.Support
{
public class TemporaryFileTests
{
[Fact]
public void Test_File()
{
// Arrange.
var temp = new TemporaryFile();
// Act.
var file = temp.File;
// Assert.
Assert.NotNull(file);
Assert.Equal(Path.GetTempPath().TrimEn... | apache-2.0 | C# |
f5d415b3a1d203103de70596cc33580f8534b1b3 | bump version | modulexcite/Anotar,mstyura/Anotar,Fody/Anotar,distantcam/Anotar | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Anotar")]
[assembly: AssemblyProduct("Anotar")]
[assembly: AssemblyVersion("2.17.0")]
[assembly: AssemblyFileVersion("2.17.0")]
| using System.Reflection;
[assembly: AssemblyTitle("Anotar")]
[assembly: AssemblyProduct("Anotar")]
[assembly: AssemblyVersion("2.16.4")]
[assembly: AssemblyFileVersion("2.16.4")]
| mit | C# |
2073662a02b77453fa886aa4f04af28547ea666e | fix info | Fody/Scalpel | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyTitle("Scalpel")]
[assembly: AssemblyProduct("Scalpel")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
| using System.Reflection;
[assembly: AssemblyTitle("Fielder")]
[assembly: AssemblyProduct("Fielder")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
| mit | C# |
56938a4211919c0557484efb6ed65da620273ab8 | Change version to 1.5.1 | RazorGenerator/RazorGenerator,RazorGenerator/RazorGenerator,wizzardmr42/RazorGenerator | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyProduct("RazorGenerator")]
[assembly: AssemblyCompany("RazorGenerator contributors")]
| using System.Reflection;
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyProduct("RazorGenerator")]
[assembly: AssemblyCompany("RazorGenerator contributors")]
| apache-2.0 | C# |
1d72e49186f7e69b0b0c9466dd28540c9f55be49 | Verify Credentials works. | dance2die/MyAnimeListSharp | Project.MyAnimeList/Project.MyAnimeList.Demo/Program.cs | Project.MyAnimeList/Project.MyAnimeList.Demo/Program.cs | using System;
using System.IO;
using System.Net;
namespace Project.MyAnimeList.Demo
{
public class Program
{
public static void Main(string[] args)
{
ICredentialContext credential = new CredentialContext();
TestCredentials(credential);
}
private static void TestCredentials(ICredentialContext credent... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Project.MyAnimeList.Demo
{
public class Program
{
public static void Main(string[] args)
{
}
}
}
| mit | C# |
edf5a996a9da81d7471a3fccd1fb06bcccfe5bb6 | Add test which checks for duplicate user agent | YOTOV-LIMITED/rackspace-net-sdk,YOTOV-LIMITED/rackspace-net-sdk,rackspace/rackspace-net-sdk,hdansou/rackspace-net-sdk,hdansou/rackspace-net-sdk,rackspace/rackspace-net-sdk,rackspace/Rackspace.NET,rackspace/Rackspace.NET | test/Rackspace.UnitTests/RackspaceNetTests.cs | test/Rackspace.UnitTests/RackspaceNetTests.cs | using System;
using System.Net.Http.Headers;
using System.Text.RegularExpressions;
using Flurl.Http;
using Rackspace.Testing;
using Xunit;
namespace Rackspace
{
public class RackspaceNetTests : IDisposable
{
public RackspaceNetTests()
{
RackspaceNet.ResetDefaults();
}
... | using System;
using System.Net.Http.Headers;
using Flurl.Http;
using Rackspace.Testing;
using Xunit;
namespace Rackspace
{
public class RackspaceNetTests : IDisposable
{
public RackspaceNetTests()
{
RackspaceNet.ResetDefaults();
}
public void Dispose()
{
... | apache-2.0 | C# |
b1f523e787bfc8fbdceca96080d86d07209dff5c | Address CodeFactor. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/ViewModels/Validation/Validator.cs | WalletWasabi.Gui/ViewModels/Validation/Validator.cs | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels.Validation
{
public static class Validator
{
public static IEnumerable<(string, MethodInfo)> PropertiesWithValidation(object instance)
{
foreach (Propert... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels.Validation
{
public static class Validator
{
public static IEnumerable<(string, MethodInfo)> PropertiesWithValidation(object instance)
{
foreach (Propert... | mit | C# |
53e024bccd199d2219f8fef292e97159a4e32c1b | Test af assigntment controller | Bargsteen/ADL,Bargsteen/ADL,Bargsteen/ADL | WebCode/test/ADL.Tests/AssignmentControllerTests.cs | WebCode/test/ADL.Tests/AssignmentControllerTests.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using ADL.controllers;
using Moq;
namespace ADL.Tests
{
class AssignmentControllerTests
{
[Fact]
public void Can_List_Assignments()
{
// Arrange... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using ADL.controllers;
using Moq;
namespace ADL.Tests
{
class AssignmentControllerTests
{
[Fact]
public void Can_List_Assignments()
{
// Arrange... | apache-2.0 | C# |
2da8f73a056e13f249f47de1dd0640f5374f5cca | Print more info if the message times out while waiting | MrLeebo/unitystation,MrLeebo/unitystation,fomalsd/unitystation,fomalsd/unitystation,MrLeebo/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,MrLeebo/unitystation,fomalsd/unitystation,fomalsd/unitystation,Lancemaker/unitystation,Necromunger/unitystation,krille90/unitystation,Lancemake... | UnityProject/Assets/Scripts/Messages/GameMessageBase.cs | UnityProject/Assets/Scripts/Messages/GameMessageBase.cs | using System.Collections;
using UnityEngine;
using UnityEngine.Networking;
public abstract class GameMessageBase : MessageBase
{
public GameObject NetworkObject;
public GameObject[] NetworkObjects;
protected IEnumerator WaitFor(NetworkInstanceId id)
{
int tries = 0;
while ((NetworkObject = ClientScene.FindLo... | using System.Collections;
using UnityEngine;
using UnityEngine.Networking;
public abstract class GameMessageBase : MessageBase
{
public GameObject NetworkObject;
public GameObject[] NetworkObjects;
protected IEnumerator WaitFor(NetworkInstanceId id)
{
int tries = 0;
while ((NetworkObject = ClientScene.FindLo... | agpl-3.0 | C# |
4ce3b07ba1fa4ef07a6d6f910050e134d56c6bf0 | Add http path under http.uri tag | criteo/zipkin4net,criteo/zipkin4net | zipkin4net-aspnetcore/Criteo.Profiling.Tracing.Middleware/TracingMiddleware.cs | zipkin4net-aspnetcore/Criteo.Profiling.Tracing.Middleware/TracingMiddleware.cs | using System;
using Microsoft.AspNetCore.Builder;
using Criteo.Profiling.Tracing;
using Criteo.Profiling.Tracing.Utils;
namespace Criteo.Profiling.Tracing.Middleware
{
public static class TracingMiddleware
{
public static void UseTracing(this IApplicationBuilder app, string serviceName)
{
... | using System;
using Microsoft.AspNetCore.Builder;
using Criteo.Profiling.Tracing;
using Criteo.Profiling.Tracing.Utils;
namespace Criteo.Profiling.Tracing.Middleware
{
public static class TracingMiddleware
{
public static void UseTracing(this IApplicationBuilder app, string serviceName)
{
... | apache-2.0 | C# |
dc8fae7d8fa18f545f9dfb055dad58409a4dcaca | Refactor Divide Doubles operation to use GetValues and CloneWithValues | ajlopez/TensorSharp | Src/TensorSharp/Operations/DivideDoubleDoubleOperation.cs | Src/TensorSharp/Operations/DivideDoubleDoubleOperation.cs | namespace TensorSharp.Operations
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class DivideDoubleDoubleOperation : IBinaryOperation<double, double, double>
{
public Tensor<double> Evaluate(Tensor<double> tensor1, Tensor<double> ... | namespace TensorSharp.Operations
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class DivideDoubleDoubleOperation : IBinaryOperation<double, double, double>
{
public Tensor<double> Evaluate(Tensor<double> tensor1, Tensor<double> ... | mit | C# |
6a08332ff9cd87c4edad5509b1a8d89ca5e995c9 | Fix CI issues | default0/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,DrabWeb/osu-framework,Nabile-Rahmani/osu-framework,EVAST9919/osu-framework,default0/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,DrabWe... | osu.Framework/Configuration/BindableNumberWithPrecision.cs | osu.Framework/Configuration/BindableNumberWithPrecision.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
namespace osu.Framework.Configuration
{
public abstract class BindableNumberWithPrecision<T> : BindableNumber<T>
where T : ... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
namespace osu.Framework.Configuration
{
public abstract class BindableNumberWithPrecision<T> : BindableNumber<T>
where T : ... | mit | C# |
48ea14bc311d857287a737a6df193262100b3fa5 | Simplify dispose method in Cursor class | k94ll13nn3/Strinken | src/Strinken/Engine/Cursor.cs | src/Strinken/Engine/Cursor.cs | // stylecop.header
using System;
using System.IO;
namespace Strinken.Engine
{
/// <summary>
/// Cursor used to read a string.
/// </summary>
internal sealed class Cursor : IDisposable
{
/// <summary>
/// The reader used to read the string.
/// </summary>
private rea... | // stylecop.header
using System;
using System.IO;
namespace Strinken.Engine
{
/// <summary>
/// Cursor used to read a string.
/// </summary>
internal class Cursor : IDisposable
{
/// <summary>
/// The reader used to read the string.
/// </summary>
private readonly S... | mit | C# |
5f11084aedc4a6896f50d0e5a32ca7cf8540e653 | Refactor ProfileItemContainer to not use sounds | UselessToucan/osu,peppy/osu,2yangk23/osu,NeoAdonis/osu,peppy/osu-new,johnneijzen/osu,smoogipoo/osu,UselessToucan/osu,EVAST9919/osu,peppy/osu,johnneijzen/osu,ppy/osu,smoogipoo/osu,2yangk23/osu,ppy/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu | osu.Game/Overlays/Profile/Sections/ProfileItemContainer.cs | osu.Game/Overlays/Profile/Sections/ProfileItemContainer.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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Input.Eve... | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics;
usin... | mit | C# |
4c69286e90aa04dee0e1b2f9921f96c47b8470d8 | Revert "Fix: make cookie valid cross sessions. (#85)" | gyrosworkshop/Wukong,gyrosworkshop/Wukong | Wukong/Controllers/AuthController.cs | Wukong/Controllers/AuthController.cs | using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authentication;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Wukong.Models;
namespace Wukong.Controllers
{
... | using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authentication;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Wukong.Models;
namespace Wukong.Controllers
{
... | mit | C# |
06163b631985eb36b06118b578379739b09843a8 | Update internal calls to use API v1.2 | loicteixeira/gj-unity-api | Assets/Plugins/GameJolt/Scripts/API/Constants.cs | Assets/Plugins/GameJolt/Scripts/API/Constants.cs | using UnityEngine;
using System.Collections;
namespace GameJolt.API
{
public static class Constants
{
public const string VERSION = "2.1.3";
public const string SETTINGS_ASSET_NAME = "GJAPISettings";
public const string SETTINGS_ASSET_FULL_NAME = SETTINGS_ASSET_NAME + ".asset";
public const string SETTINGS... | using UnityEngine;
using System.Collections;
namespace GameJolt.API
{
public static class Constants
{
public const string VERSION = "2.1.3";
public const string SETTINGS_ASSET_NAME = "GJAPISettings";
public const string SETTINGS_ASSET_FULL_NAME = SETTINGS_ASSET_NAME + ".asset";
public const string SETTINGS... | mit | C# |
8972d622a83ac864edadc1009bb01c5eb8c7e322 | Add missing newline | Tom94/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,default0/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,DrabWeb/osu-framework,peppy/osu-framework,ZLima12/osu-framework,Nabile-Rahmani/osu-framework,ppy/osu-framework,DrabWeb/osu-framework,Tom94/osu-fra... | osu.Framework/Allocation/RecursiveLoadException.cs | osu.Framework/Allocation/RecursiveLoadException.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using System.Linq;
using System.Reflection;
using System.Text;
using osu.Framework.Graphics.Containers;
namespace osu.Framework.Alloca... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using System.Linq;
using System.Reflection;
using System.Text;
using osu.Framework.Graphics.Containers;
namespace osu.Framework.Alloca... | mit | C# |
6257add234ef4e7bca7b4fb97dd7cd38daee67b4 | Update INanoEngine interface | SirNanoCat/nano-tile-engine | Nano/Engine/INanoEngine.cs | Nano/Engine/INanoEngine.cs | namespace Nano.Engine
{
public interface INanoEngine
{
TileEngineType TileEngineType { get; }
int TileHeight { get; }
int TileWidth { get; }
}
}
| using System;
namespace Nano.Engine
{
public interface INanoEngine
{
int TileHeight { get; }
int TileWidth { get; }
}
}
| mit | C# |
823e2079dd1d06bbf666a5187b4faefbc5cda46c | Add IRequestTarget.Cast instead of BoundActorTarget.* | SaladLab/Akka.Interfaced,SaladbowlCreative/Akka.Interfaced,SaladLab/Akka.Interfaced,SaladbowlCreative/Akka.Interfaced | core/Akka.Interfaced-Base/InterfacedActorRefExtensions.cs | core/Akka.Interfaced-Base/InterfacedActorRefExtensions.cs | namespace Akka.Interfaced
{
public static class InterfacedActorRefExtensions
{
// Cast (not type-safe)
public static TRef Cast<TRef>(this InterfacedActorRef actorRef)
where TRef : InterfacedActorRef, new()
{
if (actorRef == null)
return null;
... | namespace Akka.Interfaced
{
public static class InterfacedActorRefExtensions
{
// Cast (not type-safe)
public static TRef Cast<TRef>(this InterfacedActorRef actorRef)
where TRef : InterfacedActorRef, new()
{
if (actorRef == null)
return null;
... | mit | C# |
29c5759c22431f586bcc1aba1b731a1b2a4b830b | Support for nullable types in DataTableContructor | roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University | R7.University/components/DataTableConstructor.cs | R7.University/components/DataTableConstructor.cs | //
// DataTableConstructor.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015
//
// 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 with... | //
// DataTableConstructor.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015
//
// 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 with... | agpl-3.0 | C# |
8de4a2af69640e7572421f480e24e3dd84a49e92 | make lastAccess value valid ISO 8601 | automatonic/http-archive-net | src/HttpArchive.Tests/AfterRequestShould.cs | src/HttpArchive.Tests/AfterRequestShould.cs | using System.Text.Json;
using Xunit;
using FluentAssertions;
using System;
namespace HttpArchive
{
/// <summary>
/// Unit tests for the AfterRequest object
/// </summary>
public class AfterRequestShould
{
[Fact]
public void DeserializeSchemaExample()
{
var json =... | using System.Text.Json;
using Xunit;
using FluentAssertions;
using System;
namespace HttpArchive
{
/// <summary>
/// Unit tests for the AfterRequest object
/// </summary>
public class AfterRequestShould
{
[Fact]
public void DeserializeSchemaExample()
{
var json =... | mit | C# |
869d186b12ce21dc0eb74ee05e5f9837d60242df | Fix VideoTextureUpload inheriting ArrayPoolTextureUpload for no reason | ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework | osu.Framework/Graphics/Video/VideoTextureUpload.cs | osu.Framework/Graphics/Video/VideoTextureUpload.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.Textures;
using osuTK.Graphics.ES30;
using FFmpeg.AutoGen;
using osu.Framework.Graphics.Primitives;
using SixLabors.ImageSharp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics.Textures;
using osuTK.Graphics.ES30;
using FFmpeg.AutoGen;
namespace osu.Framework.Graphics.Video
{
public unsafe class VideoTextureUpl... | mit | C# |
f0850c42e536178aceeb17a965c9b4e56aea0560 | fix typo | ppy/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu,ppy/osu | osu.Game.Rulesets.Mania/ManiaSettingsSubsection.cs | osu.Game.Rulesets.Mania/ManiaSettingsSubsection.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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Localisation;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overl... | // 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.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Localisation;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overl... | mit | C# |
4c00d31a2c1849d89b5b8191eaf9982909f27889 | Revert "version bump" | Kerbas-ad-astra/KSP_Contract_Window,DMagic1/KSP_Contract_Window | Properties/AssemblyInfo.cs | 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("KS... | 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("KS... | mit | C# |
996f10bfe024f86ef3df6b52d642a753060c2188 | Update version | Mataniko/IV-Play | Properties/Assemblyinfo.cs | Properties/Assemblyinfo.cs | #region
using System.Reflection;
using System.Runtime.InteropServices;
#endregion
// 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: AssemblyDescription("")]
[assembl... | #region
using System.Reflection;
using System.Runtime.InteropServices;
#endregion
// 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: AssemblyDescription("")]
[assembl... | mit | C# |
f0353f14f2fa8bfcc16ae3b1e0f4c924cf6c72ae | add ClearQueue | NDark/ndinfrastructure,NDark/ndinfrastructure | Unity/NGUIUtil/NGUIMessageQueueControllerBase.cs | Unity/NGUIUtil/NGUIMessageQueueControllerBase.cs | /**
MIT License
Copyright (c) 2017 - 2020 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... | /**
MIT License
Copyright (c) 2017 - 2020 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... | mit | C# |
4c63de7d2f669c5e2054934b51e64eb604924d9a | Add constructor info to DriverStanding | Krusen/ErgastApi.Net | src/ErgastApi/Responses/Models/Standings/DriverStanding.cs | src/ErgastApi/Responses/Models/Standings/DriverStanding.cs | using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
namespace ErgastApi.Responses.Models.Standings
{
public class DriverStanding : Standing
{
public Driver Driver { get; set; }
/// <summary>
/// The latest constructor which the driver has driven for.
///... | namespace ErgastApi.Responses.Models.Standings
{
public class DriverStanding : Standing
{
public Driver Driver { get; set; }
}
} | unlicense | C# |
874034d109b74125d87b8d1d6c44fae54476339b | Add error checking to basic auth header | IdentityModel/IdentityModelv2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModel2 | src/IdentityModel/Client/BasicAuthenticationHeaderValue.cs | src/IdentityModel/Client/BasicAuthenticationHeaderValue.cs | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Net.Http.Headers;
using System.Text;
namespace System.Net.Http
{
public class BasicAuthenticationHeaderValue : Authenticatio... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Net.Http.Headers;
using System.Text;
namespace System.Net.Http
{
public class BasicAuthenticationHeaderValue : Authenticatio... | apache-2.0 | C# |
ecf00da10b26c962d3363fd2f01c88b4f77e4ae9 | Fix race condition in SystemEvents tests | ViktorHofer/corefx,wtgodbe/corefx,ptoonen/corefx,mmitche/corefx,Jiayili1/corefx,Jiayili1/corefx,BrennanConroy/corefx,ptoonen/corefx,shimingsg/corefx,BrennanConroy/corefx,mmitche/corefx,shimingsg/corefx,shimingsg/corefx,wtgodbe/corefx,ViktorHofer/corefx,Jiayili1/corefx,mmitche/corefx,ViktorHofer/corefx,wtgodbe/corefx,mm... | src/Microsoft.Win32.SystemEvents/tests/SystemEventsTest.cs | src/Microsoft.Win32.SystemEvents/tests/SystemEventsTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Threading;
using Xunit;
using static Interop;
namespace Microsoft.Win32.SystemEventsTes... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Xunit;
using static Interop;
namespace Microsoft.Win32.SystemEventsTests
{
public abstract... | mit | C# |
c86f00b1374d72c390a7665e2c6ba86eac232297 | Switch to version 1.4.0 | Abc-Arbitrage/Zebus,biarne-a/Zebus | src/SharedVersionInfo.cs | src/SharedVersionInfo.cs | using System.Reflection;
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: AssemblyInformationalVersion("1.4.0")]
| using System.Reflection;
[assembly: AssemblyVersion("1.3.7")]
[assembly: AssemblyFileVersion("1.3.7")]
[assembly: AssemblyInformationalVersion("1.3.7")]
| mit | C# |
765317466c304520f2b86a458f7cd760c373acf7 | Revert "bump only the revision version number, since this is a no-code change, just a nuget package metadata change" | Brightspace/D2L.Security.OAuth2 | D2L.Security.OAuth2/Properties/AssemblyInfo.cs | D2L.Security.OAuth2/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("D2L.Security.OAuth2")]
[assembly: A... | 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("D2L.Security.OAuth2")]
[assembly: A... | apache-2.0 | C# |
db76125790885bbfa468b43013b8a8aa696956ba | Fix dead links | blrchen/AzureSpeed,blrchen/AzureSpeed,blrchen/AzureSpeed,blrchen/AzureSpeed | AzureSpeed.Web.App/Views/Azure/Reference.cshtml | AzureSpeed.Web.App/Views/Azure/Reference.cshtml | @{
ViewBag.Title = "Reference";
}
<div class="container-fluid">
<div class="page-header">
<h3>@ViewBag.Title</h3>
</div>
<div class="row">
<div class="col-md-12">
<ul class="list-unstyled">
<li>
<a href="https://azure.microsoft.com/en-us/... | @{
ViewBag.Title = "Reference";
}
<div class="container-fluid">
<div class="page-header">
<h3>@ViewBag.Title</h3>
</div>
<div class="row">
<div class="col-md-12">
<ul class="list-unstyled">
<li>
<a href="https://azure.microsoft.com/en-us/... | mit | C# |
2eed4b0539d1678f7bc251204150a74b0dfbb76f | Fix missing ; | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Queries/GetSUTARequest.cs | Battery-Commander.Web/Queries/GetSUTARequest.cs | using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BatteryCommander.Web.Models;
using MediatR;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
namespace BatteryCommander.Web.Queries
{
public class GetSUTARequest : IRequest<SUTA>
{
[FromRoute]
pu... | using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BatteryCommander.Web.Models;
using MediatR;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
namespace BatteryCommander.Web.Queries
{
public class GetSUTARequest : IRequest<SUTA>
{
[FromRoute]
pu... | mit | C# |
1230d0b8b3a29bc8a9145eb0ea9d607fc5d44dbd | Add another input datetime format | jozefizso/FogBugz-ExtendedEvents,jozefizso/FogBugz-ExtendedEvents | FBExtendedEvents.Tests/DatabaseHelpersTests.cs | FBExtendedEvents.Tests/DatabaseHelpersTests.cs | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices.ComTypes;
using NUnit.Framework;
namespace FBExtendedEvents.Tests
{
[TestFixture]
public class DatabaseHelpersTests
{
public static IEnumerable<object[]> ValidDateTimeInputValues
{
get
... | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices.ComTypes;
using NUnit.Framework;
namespace FBExtendedEvents.Tests
{
[TestFixture]
public class DatabaseHelpersTests
{
public static IEnumerable<object[]> ValidDateTimeInputValues
{
get
... | mit | C# |
934a6131f06347ae52b7fde0037789240b4f79f8 | Fix AuthFeature remove from modified collection bug | NServiceKit/NServiceKit,nataren/NServiceKit,ZocDoc/ServiceStack,timba/NServiceKit,ZocDoc/ServiceStack,MindTouch/NServiceKit,MindTouch/NServiceKit,timba/NServiceKit,nataren/NServiceKit,nataren/NServiceKit,NServiceKit/NServiceKit,ZocDoc/ServiceStack,MindTouch/NServiceKit,NServiceKit/NServiceKit,timba/NServiceKit,NService... | src/ServiceStack.ServiceInterface/AuthFeature.cs | src/ServiceStack.ServiceInterface/AuthFeature.cs | using System;
using System.Collections.Generic;
using System.Linq;
using ServiceStack.FluentValidation.Internal;
using ServiceStack.ServiceInterface.Auth;
using ServiceStack.WebHost.Endpoints;
namespace ServiceStack.ServiceInterface
{
/// <summary>
/// Enable the authentication feature and configure the A... | using System;
using System.Collections.Generic;
using System.Linq;
using ServiceStack.FluentValidation.Internal;
using ServiceStack.ServiceInterface.Auth;
using ServiceStack.WebHost.Endpoints;
namespace ServiceStack.ServiceInterface
{
/// <summary>
/// Enable the authentication feature and configure the A... | bsd-3-clause | C# |
d3b8f291dea0101e1f831f9cb8d6eec5ee2b3037 | update path | lianzhao/wiki2dict,lianzhao/wiki2dict,lianzhao/wiki2dict | src/Wiki2Dict/Program.cs | src/Wiki2Dict/Program.cs | using System;
using System.Net.Http;
using System.Threading.Tasks;
using Autofac;
using Wiki2Dict.Core;
using Wiki2Dict.Kindle;
using Wiki2Dict.Wiki;
namespace Wiki2Dict
{
class Program
{
static void Main(string[] args)
{
Run(args).Wait();
}
private static async Ta... | using System;
using System.Net.Http;
using System.Threading.Tasks;
using Autofac;
using Wiki2Dict.Core;
using Wiki2Dict.Kindle;
using Wiki2Dict.Wiki;
namespace Wiki2Dict
{
class Program
{
static void Main(string[] args)
{
Run(args).Wait();
}
private static async Ta... | mit | C# |
f0f8a80cd6eeab1e8cef643d92000f109e8dc1e4 | Add test setting for TextTrackId. | mfilippov/vimeo-dot-net,mohibsheth/vimeo-dot-net,needham-develop/vimeo-dot-net | src/VimeoDotNet.Tests/Settings/SettingsLoader.cs | src/VimeoDotNet.Tests/Settings/SettingsLoader.cs | using System;
using System.IO;
using Newtonsoft.Json;
namespace VimeoDotNet.Tests.Settings
{
internal class SettingsLoader
{
private const string SETTINGS_FILE = "vimeoSettings.json";
public static VimeoApiTestSettings LoadSettings()
{
var fromEnv = GetSettingsFromEnvVars... | using System;
using System.IO;
using Newtonsoft.Json;
namespace VimeoDotNet.Tests.Settings
{
internal class SettingsLoader
{
private const string SETTINGS_FILE = "vimeoSettings.json";
public static VimeoApiTestSettings LoadSettings()
{
var fromEnv = GetSettingsFromEnvVars... | mit | C# |
c2ba47821a69993412a93c012c39ce8d90ff2b1e | Fix for get current user on anon page | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Queries/GetCurrentUser.cs | Battery-Commander.Web/Queries/GetCurrentUser.cs | using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BatteryCommander.Web.Models;
using MediatR;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
namespace BatteryCommander.Web.Queries
{
public class GetCurrentUser : IRequest<Soldier>
{
private class Hand... | using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BatteryCommander.Web.Models;
using MediatR;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
namespace BatteryCommander.Web.Queries
{
public class GetCurrentUser : IRequest<Soldier>
{
private class Hand... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.