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
96ac13f3ea49e5c2286d44212e1290ed146b833a
fix coordinate mappa test/demo
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Classi/Condivise/Coordinate.cs
src/backend/SO115App.Models/Classi/Condivise/Coordinate.cs
//----------------------------------------------------------------------- // <copyright file="Coordinate.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License a...
//----------------------------------------------------------------------- // <copyright file="Coordinate.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License a...
agpl-3.0
C#
b34b6a095eafc1d85f110abf7b0dc4d36c25a785
rename the test method.
jwChung/Experimentalism,jwChung/Experimentalism
test/Experiment.AutoFixtureUnitTest/AssemblyLevelTest.cs
test/Experiment.AutoFixtureUnitTest/AssemblyLevelTest.cs
using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Xunit; using Xunit.Extensions; namespace Jwc.Experiment { public class AssemblyLevelTest { [Fact] public void SutReferencesOnlySpecifiedAssemblies() { var sut = typeof(TheoremAttribute).A...
using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Xunit; using Xunit.Extensions; namespace Jwc.Experiment { public class AssemblyLevelTest { [Fact] public void SutReferencesOnlySpecifiedAssemblies() { var sut = typeof(TheoremAttribute).A...
mit
C#
483507429b7ba2ed60c93caeb54c6c0d44f7cc60
Update verision. Publish new package
ihtfw/Megaplan.API
src/Megaplan.API/Megaplan.API/Properties/AssemblyInfo.cs
src/Megaplan.API/Megaplan.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("nM...
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("nM...
mit
C#
df725e612fbd9508eae520c3716c31d66b6278a3
Fix build
jorik041/maccore,mono/maccore,cwensley/maccore
src/Foundation/NSAction.cs
src/Foundation/NSAction.cs
// // Copyright 2009-2010, Novell, Inc. // Copyright 2012 Xamarin Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to...
// // Copyright 2009-2010, Novell, Inc. // Copyright 2012 Xamarin Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to...
apache-2.0
C#
213be7fde765e0595700e9f1b92212e4cec124b7
Generalize ParserQuery extension methods on item type.
plioi/parsley
src/Parsley/ParserQuery.cs
src/Parsley/ParserQuery.cs
using System.Diagnostics.CodeAnalysis; namespace Parsley; public static class ParserQuery { /// <summary> /// Converts any value into a parser that always succeeds with the given value. /// </summary> /// <remarks> /// In monadic terms, this is the 'Unit' function. /// </remarks> /// <type...
using System.Diagnostics.CodeAnalysis; namespace Parsley; public static class ParserQuery { /// <summary> /// Converts any value into a parser that always succeeds with the given value. /// </summary> /// <remarks> /// In monadic terms, this is the 'Unit' function. /// </remarks> /// <type...
mit
C#
3681c157c3c44d214b73bc319c759b146f3c6f53
Fix up auth for user api tests
ankodu/nether,ankodu/nether,brentstineman/nether,vflorusso/nether,navalev/nether,stuartleeks/nether,brentstineman/nether,stuartleeks/nether,ankodu/nether,stuartleeks/nether,vflorusso/nether,vflorusso/nether,oliviak/nether,navalev/nether,stuartleeks/nether,krist00fer/nether,MicrosoftDX/nether,stuartleeks/nether,vfloruss...
tests/Nether.Web.IntegrationTests/Identity/UserApiTests.cs
tests/Nether.Web.IntegrationTests/Identity/UserApiTests.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; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Xunit; namespace Nethe...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Xunit; namespace Nethe...
mit
C#
fb0be60029ba0fcda8b56543bde49e12e0b85b72
Update src/Avalonia.Controls/Notifications/Notification.cs
AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Pers...
src/Avalonia.Controls/Notifications/Notification.cs
src/Avalonia.Controls/Notifications/Notification.cs
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; namespace Avalonia.Controls.Notifications { /// <summary> /// Implements the INotification interfaces. /// Can be displayed by...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; namespace Avalonia.Controls.Notifications { /// <summary> /// Implements the INotification interfaces. /// Can be displayed by...
mit
C#
fb3d7b09f0853e74d4436aba676b4b56076e1ae5
Call UseReactiveUI in BuildAvaloniaApp.
AvaloniaUI/PerspexVS
templates/AvaloniaMvvmApplicationTemplate/Program.cs
templates/AvaloniaMvvmApplicationTemplate/Program.cs
using System; using Avalonia; using Avalonia.Logging.Serilog; using $safeprojectname$.ViewModels; using $safeprojectname$.Views; namespace $safeprojectname$ { class Program { // Initialization code. Don't use any Avalonia, third-party APIs or any // SynchronizationContext-reliant code before A...
using System; using Avalonia; using Avalonia.Logging.Serilog; using $safeprojectname$.ViewModels; using $safeprojectname$.Views; namespace $safeprojectname$ { class Program { // Initialization code. Don't use any Avalonia, third-party APIs or any // SynchronizationContext-reliant code before A...
mit
C#
4f907da4f912627c10a2911c0e8e798d008e487e
Update the Dematt.Airy.Identity Assembly Information.
MatthewRudolph/Airy
src/Dematt.Airy.Identity/Properties/AssemblyInfo.cs
src/Dematt.Airy.Identity/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("Dematt.Airy.Identity")] [assembly: Assemb...
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#
6951e7bb654a26234f74325a8b962a80ac00f09c
Call the disposeEmitter action on dispose
influxdata/influxdb-csharp,michael-wolfenden/influxdb-lineprotocol,nblumhardt/influxdb-lineprotocol
src/InfluxDB.LineProtocol/CollectorConfiguration.cs
src/InfluxDB.LineProtocol/CollectorConfiguration.cs
using InfluxDB.LineProtocol.Collector; using System; namespace InfluxDB.LineProtocol { public class CollectorConfiguration { readonly IPointEmitter _parent; readonly PipelinedCollectorTagConfiguration _tag; readonly PipelinedCollectorEmitConfiguration _emitter; readonly Pipelin...
using InfluxDB.LineProtocol.Collector; using System; namespace InfluxDB.LineProtocol { public class CollectorConfiguration { readonly IPointEmitter _parent; readonly PipelinedCollectorTagConfiguration _tag; readonly PipelinedCollectorEmitConfiguration _emitter; readonly Pipelin...
apache-2.0
C#
adbf5c07cc8318b7c8722a622a1f3c7947d2dc78
Make scripts razor section lowercase
amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre,amoerie/teamcity-theatre
src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml
src/TeamCityTheatre.Web/Views/Shared/_Layout.cshtml
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>TeamCity Theatre</title> <base href="@Url.Content("~")"/> <environment names="Development">...
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>TeamCity Theatre</title> <base href="@Url.Content("~")"/> <environment names="Development">...
mit
C#
21b916f43617ec2c711428c06ca0c285e5ba50cc
Add test for x-github-request-id
github/VisualStudio,github/VisualStudio,github/VisualStudio
test/GitHub.Exports.UnitTests/ApiExceptionExtensionsTests.cs
test/GitHub.Exports.UnitTests/ApiExceptionExtensionsTests.cs
using System.Collections.Generic; using System.Collections.Immutable; using Octokit; using NSubstitute; using NUnit.Framework; using GitHub.Extensions; public class ApiExceptionExtensionsTests { public class TheIsGitHubApiExceptionMethod { [TestCase("Not-GitHub-Request-Id", false)] [TestCase("...
using System.Collections.Generic; using System.Collections.Immutable; using Octokit; using NSubstitute; using NUnit.Framework; using GitHub.Extensions; public class ApiExceptionExtensionsTests { public class TheIsGitHubApiExceptionMethod { [TestCase("Not-GitHub-Request-Id", false)] [TestCase("...
mit
C#
7c58e5780df98cea98ea625b075afe4a7ad946c2
Rename Byte to ByteField
laicasaane/VFW
Assets/Plugins/Editor/Vexe/GUIs/BaseGUI/Controls/Bytes.cs
Assets/Plugins/Editor/Vexe/GUIs/BaseGUI/Controls/Bytes.cs
using UnityEngine; namespace Vexe.Editor.GUIs { public abstract partial class BaseGUI { public byte ByteField(byte value) { return ByteField(string.Empty, value); } public byte ByteField(string label, byte value) { return ByteField(label, value, null); } public byte ByteField(string label, stri...
using UnityEngine; namespace Vexe.Editor.GUIs { public abstract partial class BaseGUI { public byte Byte(byte value) { return Byte(string.Empty, value); } public byte Byte(string label, byte value) { return Byte(label, value, null); } public byte Byte(string label, string tooltip, byte value) ...
mit
C#
07b95838e948a573ae63efd486e84fd049c54d13
添加MD5时间性能
zbw911/Dev.All,zbw911/Dev.All,zbw911/Dev.All,zbw911/Dev.All
DevLibs/Framework/Comm/Dev.Comm.Test/Core/FileUtilTest.cs
DevLibs/Framework/Comm/Dev.Comm.Test/Core/FileUtilTest.cs
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Dev.Comm.Test.Core { [TestClass] public class FileUtilTest { [TestMethod] public void TestMethod1() { } [TestMethod] public void Md5File() { var ...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Dev.Comm.Test.Core { [TestClass] public class FileUtilTest { [TestMethod] public void TestMethod1() { } [TestMethod] public void Md5File() { var ...
apache-2.0
C#
ce9c489ae2e14933d26527b8e07642bebde84593
Fix ApplicationEventHandler order
InfinniPlatform/InfinniPlatform,InfinniPlatform/InfinniPlatform,InfinniPlatform/InfinniPlatform
InfinniPlatform.Owin/Hosting/OwinHostingServiceFactory.cs
InfinniPlatform.Owin/Hosting/OwinHostingServiceFactory.cs
using System; using System.Collections.Generic; using System.Linq; using InfinniPlatform.Core.Factories; using InfinniPlatform.Core.Hosting; using InfinniPlatform.Owin.Modules; using InfinniPlatform.Sdk.Hosting; namespace InfinniPlatform.Owin.Hosting { /// <summary> /// Фабрика для создания сервиса хостинга ...
using System; using System.Collections.Generic; using System.Linq; using InfinniPlatform.Core.Factories; using InfinniPlatform.Core.Hosting; using InfinniPlatform.Owin.Modules; using InfinniPlatform.Sdk.Hosting; namespace InfinniPlatform.Owin.Hosting { /// <summary> /// Фабрика для создания сервиса хостинга ...
agpl-3.0
C#
1f57f5a7f4a5f6b8550b3deb5f19d4af258587dc
Remove ability to upload assembly & xml for now, will require a large development effort to realize and is not without issues.
LBiNetherlands/LBi.LostDoc,LBiNetherlands/LBi.LostDoc
LBi.LostDoc.Repository.Web.Host/Areas/Administration/Views/Repository/Index.cshtml
LBi.LostDoc.Repository.Web.Host/Areas/Administration/Views/Repository/Index.cshtml
@* * Copyright 2013 LBi Netherlands B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
@* * Copyright 2013 LBi Netherlands B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
apache-2.0
C#
c6a0a0e910a6fdfbb6b7cc7a9c2e3c5aad36afb6
Update ManagingDocumentProperties.cs
aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells_NET,asposecel...
Examples/CSharp/Files/Utility/ManagingDocumentProperties.cs
Examples/CSharp/Files/Utility/ManagingDocumentProperties.cs
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Files.Utility { public class ManagingDocumentProperties { public static void Main(string[] args) { //ExStart:1 // The path to the documents directory. string dataDir = Aspose.Cells.Examples...
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Files.Utility { public class ManagingDocumentProperties { public static void Main(string[] args) { // The path to the documents directory. string dataDir = Aspose.Cells.Examples.Utils.GetDataDir(System...
mit
C#
4f2a13c40a8d55fa003d8da8df247499f43f2df9
Add the ~/ to the css relative paths, because VS likes that.
bigfont/sweet-water-revolver
mvcWebApp/Views/Home/Index.cshtml
mvcWebApp/Views/Home/Index.cshtml
@{ Layout = null; } <!DOCTYPE html> <html lang="en"> <head> <title>Sweet Water Revolver</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="~/assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="~/as...
@{ Layout = null; } <!DOCTYPE html> <html lang="en"> <head> <title>Sweet Water Revolver</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="assets/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="assets...
mit
C#
5e0842f6a76dfb72f427e24db5042470dd3ce04c
Fix broken unit test
jquintus/TrelloWorld,jquintus/TrelloWorld
TrelloWorld/TrelloWorld.Server/Services/SettingsLoader.cs
TrelloWorld/TrelloWorld.Server/Services/SettingsLoader.cs
namespace TrelloWorld.Server.Services { using System.Web; using System.Web.Configuration; using TrelloWorld.Server.Config; public class SettingsLoader : ISettingsLoader<Settings> { public Settings Load() { string root = HttpContext.Current == null ? stri...
namespace TrelloWorld.Server.Services { using System.Web; using System.Web.Configuration; using TrelloWorld.Server.Config; public class SettingsLoader : ISettingsLoader<Settings> { public Settings Load() { return new Settings() { Key = WebCon...
mit
C#
0f60acedf1981a26a8331158a379e8540fb3c1c8
Fix version
pauljz/pvc-azureblob
src/Properties/AssemblyInfo.cs
src/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("Pv...
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("Pv...
mit
C#
ed24e61de38aaaacbd947f66a47c344ac4347aa5
Make constructor argument optional for PaymentClient.
jjeffery/SecurePay
src/SecurePay/PaymentClient.cs
src/SecurePay/PaymentClient.cs
using System; using System.Threading.Tasks; using SecurePay.Messages; using SecurePay.Model; using SecurePay.Runtime; namespace SecurePay { public class PaymentClient : WebServiceClient, ISecurePayPayment { public PaymentClient(ClientConfig config = null) : base(config, "xml-4.2") { } public async Task<Sta...
using System; using System.Threading.Tasks; using SecurePay.Messages; using SecurePay.Model; using SecurePay.Runtime; namespace SecurePay { public class PaymentClient : WebServiceClient, ISecurePayPayment { public PaymentClient(ClientConfig config) : base(config, "xml-4.2") { } public async Task<StandardPa...
mit
C#
97f75642d5eeb06fa637798ecc22a215ce391264
Update some comments in data-binder to doxygen standard.
ryanwang/LeapMotionCoreAssets,Amarcolina/LeapMotionCoreAssets
Assets/LeapMotion/Widgets/Scripts/Interfaces/DataBinder.cs
Assets/LeapMotion/Widgets/Scripts/Interfaces/DataBinder.cs
using UnityEngine; using System; using System.Collections.Generic; namespace LMWidgets { // Interface to define an object that can be a data provider to a widget. public abstract class DataBinder<WidgetType, PayloadType> : MonoBehaviour where WidgetType : IDataBoundWidget<WidgetType, PayloadType> { [Serializ...
using UnityEngine; using System; using System.Collections.Generic; namespace LMWidgets { // Interface to define an object that can be a data provider to a widget. public abstract class DataBinder<WidgetType, PayloadType> : MonoBehaviour where WidgetType : IDataBoundWidget<WidgetType, PayloadType> { [Serializ...
apache-2.0
C#
f0260ec5554d24d04e2c0557241107942f5cc8cf
Update UrlReWrite.cs
xuqingkai/UrlReWrite.cs
App_Code/UrlReWrite.cs
App_Code/UrlReWrite.cs
//https://github.com/xuqingkai/UrlReWrite.cs using System; namespace SH { /// <summary> /// 伪静态,URL重写 /// </summary> public class UrlReWrite : System.Web.IHttpModule { /// <summary> /// 伪静态配置文件路径 /// </summary> public static string FilePath = ""; public void Init(System.Web.HttpApplication context) { con...
using System; namespace SH { /// <summary> /// 伪静态,URL重写 /// </summary> public class UrlReWrite : System.Web.IHttpModule { /// <summary> /// 伪静态配置文件路径 /// </summary> public static string FilePath = ""; public void Init(System.Web.HttpApplication context) { context.BeginRequest += new System.EventHandler(...
mit
C#
af1dfc866dad0beeaa0e97be9cb2407a30f9d037
Add retry test for ArrayExtensionsShuffle
klmcwhirter/puzzle-service,klmcwhirter/puzzle-service
puzzles.Tests/Utils/ArrayExtensionsShuffleTests.cs
puzzles.Tests/Utils/ArrayExtensionsShuffleTests.cs
using System.Linq; using Xunit; using puzzles.Utils; using System; using System.Collections.Generic; using System.Text; namespace puzzles.Tests { public partial class ArrayExtensionsTests { public class ArrayParameter { public object[] Array { get; set; } public string E...
using System.Linq; using Xunit; using puzzles.Utils; using System; using System.Collections.Generic; using System.Text; namespace puzzles.Tests { public partial class ArrayExtensionsTests { public class ArrayParameter { public object[] Array { get; set; } public string E...
mit
C#
82ebb86d5808847fefcbe1affe24201ce4270ac2
Replace proprietary file header with BSD one
ft-/opensim-optimizations-wip-extras,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,QuillLittlefeather/opensim-1,QuillLittlefeather/opensim-1,ft-/opensim-optimizations-wip-extras,ft-/opensim-optimizations-wip-extras,TomDataworks/opensim,QuillLittlefeather/opensim-1,ft-/arribasim-dev-tests,BogusCurry/arribasim-dev,BogusCurry/arri...
OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs
OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
//////////////////////////////////////////////////////////////// // // (c) 2009, 2010 Careminster Limited and Melanie Thielker // // All rights reserved // using System; using Nini.Config; using OpenSim.Framework; using OpenMetaverse; namespace OpenSim.Services.Interfaces { public interface IBakedTextureModule ...
bsd-3-clause
C#
43cfa41fc99272dc2b4e28c9c4ac4b402c4d5134
Fix copyright date
github/VisualStudio,github/VisualStudio,github/VisualStudio
src/common/SolutionInfo.cs
src/common/SolutionInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.InteropServices; [assembly: AssemblyProduct("GitHub Extension for Visual Studio")] [assembly: AssemblyVersion("1.99.0.0")] [assembly: AssemblyFileVersion("1.99.0.0")] [assembly: ComVisible(false)] [assembly: AssemblyCompany("GitHub, Inc.")] [assembl...
using System.Reflection; using System.Resources; using System.Runtime.InteropServices; [assembly: AssemblyProduct("GitHub Extension for Visual Studio")] [assembly: AssemblyVersion("1.99.0.0")] [assembly: AssemblyFileVersion("1.99.0.0")] [assembly: ComVisible(false)] [assembly: AssemblyCompany("GitHub, Inc.")] [assembl...
mit
C#
8c4d169951074b1e3b6410c26dd254791c407ee6
test project did not compile anymore
AlexBoehm/Barebone.Routing,AlexBoehm/Barebone.Routing
src/Barebone.Router.Tests/ReadmeExamples.cs
src/Barebone.Router.Tests/ReadmeExamples.cs
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Barebone.Routing.Tests { using OwinEnv = IDictionary<string, object>; public class SimpleExample{ public Task ProcessRequest(OwinEnv env){ var router = new Router(); var route = new R...
using System; using Xunit; using System.Collections.Generic; using System.Threading.Tasks; using System.Threading; namespace Barebone.Routing.Tests { using OwinEnv = IDictionary<string, object>; public class SimpleExample{ public Task ProcessRequest(OwinEnv env){ var router = new Router(); var route = new R...
mit
C#
f86d643c68983f3106442b4fd3e7d1c07355c0d9
Update GeoffreyHuntley.cs
beraybentesen/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,stvansolano/planetxamarin,stvansolano/planetxamarin,MabroukENG/planetxamarin,planetxamarin/planetxamarin,stvansolano/planetxamarin,beraybentesen/planetxamarin,beraybentesen/planetxamarin,MabroukENG/planetxamarin,planetxamarin/planetxama...
src/Firehose.Web/Authors/GeoffreyHuntley.cs
src/Firehose.Web/Authors/GeoffreyHuntley.cs
using System; using System.Collections.Generic; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class GeoffreyHuntley : IAmAMicrosoftMVP { public string FirstName => "Geoffrey"; public string LastName => "Huntley"; public string Title => "aussie who likes bot...
using System; using System.Collections.Generic; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class GeoffreyHuntley : IAmAMicrosoftMVP { public string FirstName => "Geoffrey"; public string LastName => "Huntley"; public string Title => "Likes both promite a...
mit
C#
3969cba446daa51f0a926f1743fcf4c5df320916
Allow additional paths to be appended when getting root path of test.
firegiant/AzureStorageBuildTasks
FireGiant.BuildTasks.AzureStorage.Test/TestHelpers.cs
FireGiant.BuildTasks.AzureStorage.Test/TestHelpers.cs
//--------------------------------------------------------------------------- // <copyright file="TestHelpers.cs" company="FireGiant"> // Copyright (c) 2014, FireGiant. // This software is released under BSD License. // The license and further copyright text can be found in the file // LICENSE.txt at the root ...
//--------------------------------------------------------------------------- // <copyright file="TestHelpers.cs" company="FireGiant"> // Copyright (c) 2014, FireGiant. // This software is released under BSD License. // The license and further copyright text can be found in the file // LICENSE.txt at the root ...
bsd-3-clause
C#
aa97ad50dad7aa6f97c88ec2950589818aec5f42
Revert "Add new add-in repository, replacing wonky old one"
Mailaender/Pinta,PintaProject/Pinta,jakeclawson/Pinta,jakeclawson/Pinta,PintaProject/Pinta,Fenex/Pinta,Mailaender/Pinta,Fenex/Pinta,PintaProject/Pinta
Pinta/AddinSetupService.cs
Pinta/AddinSetupService.cs
// // AddinSetupService.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2011 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal //...
// // AddinSetupService.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2011 Novell, Inc (http://www.novell.com) // // 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#
02b2493ae91433a4f96060a04badd95a7548c1b6
Bump version
nixxquality/WebMConverter,o11c/WebMConverter,Yuisbean/WebMConverter
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("We...
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("We...
mit
C#
9f3a5618e383c80f201e44fc761ef003cd9f7486
Ajuste da versão
damasio34/seedwork
Properties/AssemblyInfo.cs
Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Damasio34.Seedwork")] [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("Damasio34.Seedwork")] [assembly:...
mit
C#
a14c722cd176293037ede6ad141ad9259ad8667e
Fix CF
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Tor/Socks5/Models/Messages/TorSocks5Request.cs
WalletWasabi/Tor/Socks5/Models/Messages/TorSocks5Request.cs
using System; using WalletWasabi.Helpers; using WalletWasabi.Tor.Socks5.Models.Bases; using WalletWasabi.Tor.Socks5.Models.Fields.ByteArrayFields; using WalletWasabi.Tor.Socks5.Models.Fields.OctetFields; namespace WalletWasabi.Tor.Socks5.Models.Messages { public class TorSocks5Request : ByteArraySerializableBase { ...
using System; using WalletWasabi.Helpers; using WalletWasabi.Tor.Socks5.Models.Bases; using WalletWasabi.Tor.Socks5.Models.Fields.ByteArrayFields; using WalletWasabi.Tor.Socks5.Models.Fields.OctetFields; namespace WalletWasabi.Tor.Socks5.Models.Messages { public class TorSocks5Request : ByteArraySerializableBase { ...
mit
C#
9dc1bb3416262a90f33cb0f9734b411d3e6040e7
Switch Thumbnailer to BlockingCollection
antonio-bakula/simpleDLNA,bra1nb3am3r/simpleDLNA,itamar82/simpleDLNA,nmaier/simpleDLNA
fsserver/Thumbnailer.cs
fsserver/Thumbnailer.cs
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; namespace NMaier.SimpleDlna.FileMediaServer { internal sealed class Thumbnailer { private struct Item { public readonly WeakReference Store; public readonly WeakReference File; pu...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; namespace NMaier.SimpleDlna.FileMediaServer { internal sealed class Thumbnailer { private struct Item { public readonly WeakReference Store; public readonly WeakReference File; pu...
bsd-2-clause
C#
30003b83604dbd052af8c1e245506609a9073687
fix version
Fody/Freezable
CommonAssemblyInfo.cs
CommonAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("Freezable")] [assembly: AssemblyProduct("Freezable")] [assembly: AssemblyVersion("1.5.0.0")] [assembly: AssemblyFileVersion("1.5.0.0")]
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Freezable")] [assembly: AssemblyProduct("Freezable")] [assembly: ComVisible(false)] [assembly: AssemblyVersion("1.5.0.0")] [assembly: AssemblyFileVersion("1.4.0.0")]
mit
C#
a34a511a01588f4e1267b9bca881ba0458bbe559
Clean up
ramzzzay/GalleryMVC_With_Auth,ramzzzay/GalleryMVC_With_Auth,ramzzzay/GalleryMVC_With_Auth
GalleryMVC_With_Auth/Controllers/ImagesController.cs
GalleryMVC_With_Auth/Controllers/ImagesController.cs
using System.Linq; using System.Web.Mvc; using GalleryMVC_With_Auth.CustomFilters; using GalleryMVC_With_Auth.Domain.Abstract; using GalleryMVC_With_Auth.Domain.Entities; using GalleryMVC_With_Auth.Models; using GalleryMVC_With_Auth.Resources; using Microsoft.AspNet.Identity; namespace GalleryMVC_With_Auth.Controller...
using System.Data.Entity.Migrations; using System.Linq; using System.Web.Mvc; using GalleryMVC_With_Auth.CustomFilters; using GalleryMVC_With_Auth.Domain.Abstract; using GalleryMVC_With_Auth.Domain.Entities; using GalleryMVC_With_Auth.Models; using GalleryMVC_With_Auth.Resources; using Microsoft.AspNet.Identity; name...
apache-2.0
C#
60b66b1f623b36fbe77a86102de391e297d99c89
Remove future features from UI
MelHarbour/HeadRaceTiming-Site,MelHarbour/HeadRaceTiming-Site,MelHarbour/HeadRaceTiming-Site
HeadRaceTiming-Site/Views/Competition/Details.cshtml
HeadRaceTiming-Site/Views/Competition/Details.cshtml
@model HeadRaceTimingSite.Models.Competition @{ ViewData["Title"] = Model.Name; } <results-list competition-id="@Model.CompetitionId" first-intermediate-name="Barnes" second-intermediate-name="Hammersmith" search-value="{{searchValue}}" show-first-intermediate show-second-intermediate></results-list> @section ti...
@model HeadRaceTimingSite.Models.Competition @{ ViewData["Title"] = Model.Name; } <results-list competition-id="@Model.CompetitionId" first-intermediate-name="Barnes" second-intermediate-name="Hammersmith" search-value="{{searchValue}}" show-first-intermediate show-second-intermediate></results-list> @section ti...
mit
C#
ad9f1591fd3d04346e65eb84791f4f2f5202d72c
Update LdapAuthenticationSource.cs
EtwasGE/InformationPortal,EtwasGE/InformationPortal
Portal.Core/Authorization/LdapAuthenticationSource.cs
Portal.Core/Authorization/LdapAuthenticationSource.cs
using System.DirectoryServices.AccountManagement; using Abp.Zero.Ldap.Authentication; using Abp.Zero.Ldap.Configuration; using Portal.Core.Authorization.Users; using Portal.Core.MultiTenancy; namespace Portal.Core.Authorization { public class LdapAuthenticationSource : LdapAuthenticationSource<Tenant, User> {...
using System.DirectoryServices.AccountManagement; using Abp.Zero.Ldap.Authentication; using Abp.Zero.Ldap.Configuration; using Portal.Core.Authorization.Users; using Portal.Core.MultiTenancy; namespace Portal.Core.Authorization { public class LdapAuthenticationSource : LdapAuthenticationSource<Tenant, User> {...
mit
C#
f34342f2fd4920f73c96723acb96c2f95eda1035
improve example program
nerai/CMenu
src/ConsoleMenu/Program.cs
src/ConsoleMenu/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleMenu { /// <summary> /// Test program for CMenu. /// </summary> class Program { static CMenu menu; static void Main (string[] args) { Basics (); InputModification (); CaseSensitivity (); } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleMenu { /// <summary> /// Test program for CMenu. /// </summary> class Program { static CMenu menu; static void Main (string[] args) { Basics (); InputModification (); CaseSensitivity (); } ...
mit
C#
a9bc319a2939197a904c5bf4733be856d6fc7c12
Add scope token
danielmarbach/service-fabric-webinar,danielmarbach/service-fabric-webinar
stateful-queues/Back_Stateful/Controllers/OrdersController.cs
stateful-queues/Back_Stateful/Controllers/OrdersController.cs
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.ServiceFabric.Data; using Microsoft.ServiceFabric.Data.Collections; namespace Back_Stateful.Controllers { [Route("api/[controller]")] publ...
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.ServiceFabric.Data; using Microsoft.ServiceFabric.Data.Collections; namespace Back_Stateful.Controllers { [Route("api/[controller]")] public class OrdersController : Controll...
apache-2.0
C#
e8007d96637cf2d636fa65b2c9b86ff52a685b0c
Make flaky tests a bit less flaky
rprouse/nunit-tests,rprouse/nunit-tests,rprouse/nunit-tests
nunit-v3/FlakyTest.cs
nunit-v3/FlakyTest.cs
using System; using NUnit.Framework; namespace nunit.v3 { [TestFixture] public class FlakyTest { [Test] [Retry(5)] public void TestFlakyMethod() { int result = 0; try { result = FlakyAdd(2, 2); } ca...
using System; using NUnit.Framework; namespace nunit.v3 { [TestFixture] public class FlakyTest { [Test] [Retry(5)] public void TestFlakyMethod() { int result = 0; try { result = FlakyAdd(2, 2); } ca...
mit
C#
1e93b3cb8213d05b52d3d7db907df8f048f20ff0
change ioc content
mengxinjinglong/Mermaid.Loft
Mermaid.Loft.Infrastructure.Ioc/RepositoryBuilder.cs
Mermaid.Loft.Infrastructure.Ioc/RepositoryBuilder.cs
using Autofac; using Mermaid.Loft.Infrastructure.Ioc.Categories; using Mermaid.Loft.Infrastructure.Ioc.Products; using Mermaid.Loft.Infrastructure.Ioc.Users; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Mermaid.Loft.Infrastructure.Ioc { ...
using Autofac; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Mermaid.Loft.Infrastructure.Ioc { public class RepositoryBuilder : IRepositoryBuilder { private static readonly RepositoryBuilder _instance = new RepositoryBuild...
apache-2.0
C#
d06e7e88e668995e5cb64fa05fa92e712154b9fe
Add methods to manipulate MediaStoreItems
SnowflakePowered/snowflake,faint32/snowflake-1,RonnChyran/snowflake,RonnChyran/snowflake,faint32/snowflake-1,RonnChyran/snowflake,SnowflakePowered/snowflake,faint32/snowflake-1,SnowflakePowered/snowflake
Snowflake.API/Information/MediaStore/MediaStoreSection.cs
Snowflake.API/Information/MediaStore/MediaStoreSection.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using System.IO; namespace Snowflake.Information.MediaStore { public class MediaStoreSection { public string SectionName { get; set; } public Dictionary<st...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using System.IO; namespace Snowflake.Information.MediaStore { public class MediaStoreSection { public string SectionName { get; set; } public Dictionary<st...
mpl-2.0
C#
c380b6e442ddd0c8615d4c1f55e012208c20527f
Update Event SQL Writer (#3756)
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Database/SQLFormatters/World/EventSQLWriter.cs
Source/ACE.Database/SQLFormatters/World/EventSQLWriter.cs
using System; using System.Globalization; using System.IO; using ACE.Database.Models.World; using ACE.Entity.Enum; namespace ACE.Database.SQLFormatters.World { public class EventSQLWriter : SQLWriter { /// <summary> /// Default is formed from: input.name /// </summary> public s...
using System; using System.Globalization; using System.IO; using ACE.Database.Models.World; namespace ACE.Database.SQLFormatters.World { public class EventSQLWriter : SQLWriter { /// <summary> /// Default is formed from: input.name /// </summary> public string GetDefaultFileNam...
agpl-3.0
C#
4c31e6b3130501133d206822fe26b4d3cb55951d
Fix NLog orchard-tenant-name returns None. (#1974)
petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,OrchardCMS/Brochard,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchar...
src/OrchardCore/OrchardCore.Logging.NLog/TenantLayoutRenderer.cs
src/OrchardCore/OrchardCore.Logging.NLog/TenantLayoutRenderer.cs
using System.Text; using NLog; using NLog.LayoutRenderers; using NLog.Web.LayoutRenderers; using OrchardCore.Hosting.ShellBuilders; namespace OrchardCore.Logging { /// <summary> /// Print the tenant name /// </summary> [LayoutRenderer(LayoutRendererName)] public class TenantLayoutRenderer : AspNetL...
using System.Text; using NLog; using NLog.LayoutRenderers; using NLog.Web.LayoutRenderers; using OrchardCore.Environment.Shell; namespace OrchardCore.Logging { /// <summary> /// Print the tenant name /// </summary> [LayoutRenderer(LayoutRendererName)] public class TenantLayoutRenderer : AspNetLayo...
bsd-3-clause
C#
e3d09614acc68f1e1a6a0ff7d13f216a1b2b4cb6
correct hand merge error
Olorin71/RetreatCode,Olorin71/RetreatCode
c#/TexasHoldEmEngineSolution/TexasHoldEmEngine.Interfaces/IHandComparer.cs
c#/TexasHoldEmEngineSolution/TexasHoldEmEngine.Interfaces/IHandComparer.cs
using System; using System.Collections.Generic; namespace TexasHoldEmEngine.Interfaces { public interface IHandComparer { // ToDo: Wäre eine Liste von IPlayer zurück besser? IList<Guid> FindRoundWinners(IDictionary<Guid, IPlayerHoleCards> players, IList<ICard> communityCards); } }
using System; using System.Collections.Generic; namespace TexasHoldEmEngine.Interfaces { public interface IHandComparer { // ToDo: Wäre eine Liste von IPlayer zurück besser? IList<Guid> FindRoundWinners(IDictionary<Guid, IPlayer> players, IList<ICard> communityCards); } }
mit
C#
892839c948a4c4288183c3c6bc901f7ee46327b6
Add ProfilerInterceptor.GuardInternal() for public APIs even if they are hidden.
telerik/JustMockLite
Telerik.JustMock/Core/Context/AsyncContextResolver.cs
Telerik.JustMock/Core/Context/AsyncContextResolver.cs
/* JustMock Lite Copyright © 2019 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ap...
/* JustMock Lite Copyright © 2019 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ap...
apache-2.0
C#
5b453f45b922169797d7d768065017e6080e0145
Add OicResourceType Attributes
NZSmartie/OICNet
OICNet/OicResource.cs
OICNet/OicResource.cs
using System; using System.Linq; using System.Reflection; using System.ComponentModel.DataAnnotations; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; using Newtonsoft.Json; namespace OICNet { public enum OicResourceInterface { [EnumMember(Value = "oic.if.base...
using System; using System.ComponentModel.DataAnnotations; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; using Newtonsoft.Json; namespace OICNet { public enum OicResourceInterface { [EnumMember(Value = "oic.if.baseline")] Baseline, [EnumMembe...
apache-2.0
C#
a8006699076910f38aaa3ff7ebb4a9d860a91268
change buttonRatio from 90% to 95%
yasokada/unity-151117-linemonitor-UI
Assets/ScreenSizeKeeper.cs
Assets/ScreenSizeKeeper.cs
using UnityEngine; using System.Collections; using UnityEngine.UI; /* * v0.2 2015/11/21 * - change myStandard from [Button] to [Text] */ public class ScreenSizeKeeper : MonoBehaviour { public Text myStandard; // set component whose width is used as standard bool isRunningOnAndroid() { return (Application.p...
using UnityEngine; using System.Collections; using UnityEngine.UI; /* * v0.2 2015/11/21 * - change myStandard from [Button] to [Text] */ public class ScreenSizeKeeper : MonoBehaviour { public Text myStandard; // set component whose width is used as standard bool isRunningOnAndroid() { return (Application.p...
mit
C#
9adb1d45d14fa4a74609e59e3af10d055801cb2d
Update BoardCommentParams.cs
vknet/vk,vknet/vk
VkNet/Model/RequestParams/Board/BoardCommentParams.cs
VkNet/Model/RequestParams/Board/BoardCommentParams.cs
using System; using Newtonsoft.Json; using VkNet.Utils; namespace VkNet.Model.RequestParams { /// <summary> /// Параметры метода wall.addComment /// </summary> [Serializable] public class BoardCommentParams { /// <summary> /// Идентификатор сообщества, в котором находится обсуждение. положительное число, /...
using System; using Newtonsoft.Json; using VkNet.Utils; namespace VkNet.Model.RequestParams { /// <summary> /// Параметры метода wall.addComment /// </summary> [Serializable] public class BoardCommentParams { /// <summary> /// Идентификатор сообщества, в котором находится обсуждение.положительное число, /...
mit
C#
a618456f5ffa72a07782b96d80b69ae91e73e51f
Fix error message detection
richardlawley/stripe.net,stripe/stripe-dotnet
src/Stripe.net.Tests/plans/when_deleting_a_plan.cs
src/Stripe.net.Tests/plans/when_deleting_a_plan.cs
using Machine.Specifications; namespace Stripe.Tests { public class when_deleting_a_plan { private static StripePlanCreateOptions _stripePlanCreateOptions; private static StripePlanService _stripePlanService; private static string _createdStripePlanId; Establish context = () =...
using Machine.Specifications; namespace Stripe.Tests { public class when_deleting_a_plan { private static StripePlanCreateOptions _stripePlanCreateOptions; private static StripePlanService _stripePlanService; private static string _createdStripePlanId; Establish context = () =...
apache-2.0
C#
f3c93261059230326e53ebb148931294b3a92305
Convert MultilineStringField to UIField
larsbrubaker/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,mmoening/MatterControl,mmoening/MatterControl,jlewin/MatterControl,mmoening/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterContr...
SlicerConfiguration/UIFields/MultilineStringField.cs
SlicerConfiguration/UIFields/MultilineStringField.cs
/* Copyright (c) 2017, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2017, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
bsd-2-clause
C#
db7676ebd7247e456b5640109fd2e84e906d9fa4
Change IDE diagnostic number.
aelij/roslyn,rgani/roslyn,basoundr/roslyn,KevinRansom/roslyn,balajikris/roslyn,sharadagrawal/Roslyn,bartdesmet/roslyn,natgla/roslyn,eriawan/roslyn,basoundr/roslyn,lorcanmooney/roslyn,jeffanders/roslyn,ErikSchierboom/roslyn,michalhosala/roslyn,amcasey/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,abock/roslyn,natidea/ro...
src/Features/Core/Portable/Diagnostics/Analyzers/IDEDiagnosticIds.cs
src/Features/Core/Portable/Diagnostics/Analyzers/IDEDiagnosticIds.cs
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Diagnostics { internal static class IDEDiagnosticIds { public const string SimplifyNamesDiagnosticId = "IDE0...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.CodeAnalysis.Diagnostics { internal static class IDEDiagnosticIds { public const string SimplifyNamesDiagnosticId = "IDE0...
mit
C#
4fedad723131acfedf437808811e43455ea9a569
Update CORS code
JasonBock/csla,rockfordlhotka/csla,JasonBock/csla,rockfordlhotka/csla,rockfordlhotka/csla,MarimerLLC/csla,MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla
Samples/ProjectTracker/ProjectTracker.AppServerCore/Startup.cs
Samples/ProjectTracker/ProjectTracker.AppServerCore/Startup.cs
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Csla.Configuration; using Microsoft.Extensions.Hosting; using Microsoft.AspNetCore.Server.Kestrel.Core; namespace ProjectTracker.AppServerCore { pub...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Csla.Configuration; using Microsoft.Extensions.Hosting; using Microsoft.AspNetCore.Server.Kestrel.Core; namespace ProjectTracker.AppServerCore { pub...
mit
C#
4c8d8741aa0bc081749dbaa664992bad5c13014d
fix vari
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Classi/Composizione/ComposizioneMezzi.cs
src/backend/SO115App.Models/Classi/Composizione/ComposizioneMezzi.cs
//----------------------------------------------------------------------- // <copyright file="ComposizioneMezzi.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
//----------------------------------------------------------------------- // <copyright file="ComposizioneMezzi.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
agpl-3.0
C#
1d14ecb1a375fc6b345367d42542f50caf227fee
Use killer exception message as the UnexpectedElasticsearchClientException message
KodrAus/elasticsearch-net,CSGOpenSource/elasticsearch-net,TheFireCookie/elasticsearch-net,cstlaurent/elasticsearch-net,elastic/elasticsearch-net,KodrAus/elasticsearch-net,adam-mccoy/elasticsearch-net,CSGOpenSource/elasticsearch-net,cstlaurent/elasticsearch-net,azubanov/elasticsearch-net,adam-mccoy/elasticsearch-net,Udi...
src/Elasticsearch.Net/Exceptions/UnexpectedElasticsearchClientException.cs
src/Elasticsearch.Net/Exceptions/UnexpectedElasticsearchClientException.cs
using System; using System.Collections.Generic; namespace Elasticsearch.Net { public class UnexpectedElasticsearchClientException : ElasticsearchClientException { public List<PipelineException> SeenExceptions { get; set; } public UnexpectedElasticsearchClientException(Exception killerException, List<PipelineEx...
using System; using System.Collections.Generic; namespace Elasticsearch.Net { public class UnexpectedElasticsearchClientException : ElasticsearchClientException { public List<PipelineException> SeenExceptions { get; set; } public UnexpectedElasticsearchClientException(Exception killerException, List<PipelineEx...
apache-2.0
C#
408c85d063491d7a68bd642d6d59847ce155f20c
Improve UoW integration creation from mock
generik0/Smooth.IoC.Dapper.Repository.UnitOfWork,generik0/Smooth.IoC.Dapper.Repository.UnitOfWork
src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/TestHelpers/CommonTestDataSetup.cs
src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/TestHelpers/CommonTestDataSetup.cs
using System.Data; using System.IO; using FakeItEasy; using FakeItEasy.Core; using NUnit.Framework; using Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.TestHelpers.Migrations; using Smooth.IoC.Dapper.Repository.UnitOfWork.Data; namespace Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.TestHelpers { ...
using System.Data; using System.IO; using FakeItEasy; using FakeItEasy.Core; using NUnit.Framework; using Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.TestHelpers.Migrations; using Smooth.IoC.Dapper.Repository.UnitOfWork.Data; namespace Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.TestHelpers { ...
mit
C#
9031afc73d847a6b7a8795464977ed26e24b9572
Fix method name
martincostello/project-euler
tests/ProjectEuler.Tests/Puzzles/Puzzle092Tests.cs
tests/ProjectEuler.Tests/Puzzles/Puzzle092Tests.cs
// Copyright (c) Martin Costello, 2015. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.ProjectEuler.Puzzles { using Xunit; /// <summary> /// A class containing tests for the <see cref="Puzzle09...
// Copyright (c) Martin Costello, 2015. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.ProjectEuler.Puzzles { using Xunit; /// <summary> /// A class containing tests for the <see cref="Puzzle09...
apache-2.0
C#
05fb15c44cd7997c80c6b502723df56f4f56f262
Fix InitialEventEntityMatcher if DTEnd is null
aluxnimm/outlookcaldavsynchronizer
CalDavSynchronizer/Implementation/Events/InitialEventEntityMatcher.cs
CalDavSynchronizer/Implementation/Events/InitialEventEntityMatcher.cs
// This file is Part of CalDavSynchronizer (http://outlookcaldavsynchronizer.sourceforge.net/) // Copyright (c) 2015 Gerhard Zehetbauer // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Founda...
// This file is Part of CalDavSynchronizer (http://outlookcaldavsynchronizer.sourceforge.net/) // Copyright (c) 2015 Gerhard Zehetbauer // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Founda...
agpl-3.0
C#
8153e0c1686480d166abd4e0b49ebff5d95061df
Fix potential null ref exception.
NaosProject/Naos.Deployment,NaosFramework/Naos.Deployment
Naos.Deployment.Core/IHaveInitializationStrategiesExtensionMethods.cs
Naos.Deployment.Core/IHaveInitializationStrategiesExtensionMethods.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IHaveInitializationStrategiesExtensionMethods.cs" company="Naos"> // Copyright 2015 Naos // </copyright> // ---------------------------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IHaveInitializationStrategiesExtensionMethods.cs" company="Naos"> // Copyright 2015 Naos // </copyright> // ---------------------------------------------------------------------...
mit
C#
dfdde3093139e1f9489c007f7b20a6bb8e5318df
Fix small codacy issue
themehrdad/NetTelebot,vertigra/NetTelebot-2.0
NetTelebot.Tests/ResponseTest/GetUserProfilePhotosResultParserTest.cs
NetTelebot.Tests/ResponseTest/GetUserProfilePhotosResultParserTest.cs
using NetTelebot.Result; using NetTelebot.Tests.ResultTestObject; using NetTelebot.Tests.TypeTestObject; using Newtonsoft.Json.Linq; using NUnit.Framework; namespace NetTelebot.Tests.ResponseTest { [TestFixture] internal static class GetUserProfilePhotosResultParserTest { /// <summary> ///...
using NetTelebot.Result; using NetTelebot.Tests.ResultTestObject; using NetTelebot.Tests.TypeTestObject; using Newtonsoft.Json.Linq; using NUnit.Framework; namespace NetTelebot.Tests.ResponseTest { [TestFixture] internal class GetUserProfilePhotosResultParserTest { /// <summary> /// Test f...
mit
C#
2605d9aaf0bbfb113daba52474b9975eea4fb285
fix typo
castleproject/Castle.Transactions,castleproject/castle-READONLY-SVN-dump,castleproject/Castle.Facilities.Wcf-READONLY,carcer/Castle.Components.Validator,castleproject/Castle.Facilities.Wcf-READONLY,castleproject/castle-READONLY-SVN-dump,castleproject/Castle.Transactions,castleproject/castle-READONLY-SVN-dump,castleproj...
InversionOfControl/Castle.MicroKernel/SubSystems/Naming/IHandlerSelector.cs
InversionOfControl/Castle.MicroKernel/SubSystems/Naming/IHandlerSelector.cs
// Copyright 2004-2008 Castle Project - http://www.castleproject.org/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //...
// Copyright 2004-2008 Castle Project - http://www.castleproject.org/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //...
apache-2.0
C#
cc7199c70975da25910047136b70287309c4372c
Create server side API for single multiple answer question
Promact/trappist,Promact/trappist,Promact/trappist,Promact/trappist,Promact/trappist
Trappist/src/Promact.Trappist.Core/Controllers/QuestionsController.cs
Trappist/src/Promact.Trappist.Core/Controllers/QuestionsController.cs
using Microsoft.AspNetCore.Mvc; using Promact.Trappist.DomainModel.Models.Question; using Promact.Trappist.Repository.Questions; using System; namespace Promact.Trappist.Core.Controllers { [Route("api/question")] public class QuestionsController : Controller { private readonly IQuestionRepository ...
using Microsoft.AspNetCore.Mvc; using Promact.Trappist.DomainModel.Models.Question; using Promact.Trappist.Repository.Questions; using System; namespace Promact.Trappist.Core.Controllers { [Route("api/question")] public class QuestionsController : Controller { private readonly IQuestionRepository ...
mit
C#
a8fab4cba1deacc0d154546f2d6fd7bdc3457056
make catcher field readonly
UselessToucan/osu,NeoAdonis/osu,johnneijzen/osu,johnneijzen/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,EVAST9919/osu,ppy/osu,UselessToucan/osu,2yangk23/osu,smoogipooo/osu,EVAST9919/osu,smoogipoo/osu,peppy/osu,2yangk23/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu-new
osu.Game.Rulesets.Catch/Mods/CatchModRelax.cs
osu.Game.Rulesets.Catch/Mods/CatchModRelax.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.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Input; using osu.Framework.Input.Bindings; using osu.Framework.Input.Events; u...
// 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; using osu.Framework.Graphics.Containers; using osu.Framework.Input; using osu.Framework.Input.Bindings; using osu.Framework.Input.Events; u...
mit
C#
2856aef4eb17ee91f8d8f5c0a7852fae2e517870
Add exception to catch any incorrect defaults of `Bindable<string>`
ppy/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu
osu.Game/Overlays/Settings/SettingsTextBox.cs
osu.Game/Overlays/Settings/SettingsTextBox.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.Bindables; using osu.Framework.Graphics; namespace osu.Game.Overlays.Settings { public class SettingsTextBox : SettingsItem<string...
// 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; namespace osu.Game.Overlays.Settings { public class SettingsTextBox : SettingsItem<string> { protected override Drawable C...
mit
C#
85017a009428ecf9a3ee881a28b209ea1e07b207
Add test for accuracy heatmap to TestCaseStatisticsPanel
UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu
osu.Game.Tests/Visual/Ranking/TestSceneStatisticsPanel.cs
osu.Game.Tests/Visual/Ranking/TestSceneStatisticsPanel.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Osu;...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Osu; using osu.Game.Scoring; using osu.Game.Screens....
mit
C#
71de7ce0a3abc0af75d210d54ceafca9c1f0f5b2
Add missing methods to server interface
NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu
osu.Game/Online/RealtimeMultiplayer/IMultiplayerServer.cs
osu.Game/Online/RealtimeMultiplayer/IMultiplayerServer.cs
using System.Threading.Tasks; namespace osu.Game.Online.RealtimeMultiplayer { /// <summary> /// An interface defining the spectator server instance. /// </summary> public interface IMultiplayerServer { /// <summary> /// Request to join a multiplayer room. /// </summary> ...
using System.Threading.Tasks; namespace osu.Game.Online.RealtimeMultiplayer { /// <summary> /// An interface defining the spectator server instance. /// </summary> public interface IMultiplayerServer { /// <summary> /// Request to join a multiplayer room. /// </summary> ...
mit
C#
2ff02aad63f001de9bcdaeb644d43c79ea73825c
Fix code comments
wespday/CategoryTraits.Xunit2
src/CategoryTraits.Xunit2/CategoryTraitDiscoverer.cs
src/CategoryTraits.Xunit2/CategoryTraitDiscoverer.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CategoryTraitDiscoverer.cs" company="Wes Day"> // The MIT License (MIT) // // Copyright (c) 2015 Wes Day // // Permission is hereby granted, free of charge, to any per...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CategoryTraitDiscoverer.cs" company="Wes Day"> // The MIT License (MIT) // // Copyright (c) 2015 Wes Day // // Permission is hereby granted, free of charge, to any per...
mit
C#
e0aeb62384c4e0d22af2e466b8ca118cd5ca329d
Mark 'TService' as covariant for 'IFactory'
invio/Invio.Extensions.DependencyInjection,invio/Invio.Extensions.DependencyInjection
src/Invio.Extensions.DependencyInjection/IFactory.cs
src/Invio.Extensions.DependencyInjection/IFactory.cs
using System; namespace Invio.Extensions.DependencyInjection { /// <summary> /// Implementation of factory pattern to provide services for use /// with a implementation of <see cref="IServiceCollection" />. /// </summary> /// <typeparam name="TService">The type of the service the factory provides....
using System; namespace Invio.Extensions.DependencyInjection { /// <summary> /// Implementation of factory pattern to provide services for use /// with a implementation of <see cref="IServiceCollection" />. /// </summary> /// <typeparam name="TService">The type of the service the factory provides....
mit
C#
a461145d815b0ab07a65da10aa0c73829845cdee
make extension method
StephenClearyApps/DotNetApis,StephenClearyApps/DotNetApis,StephenClearyApps/DotNetApis,StephenClearyApps/DotNetApis
service/DotNetApis.Cecil/CecilExtenstions.FriendlyName.cs
service/DotNetApis.Cecil/CecilExtenstions.FriendlyName.cs
using System.Collections.Generic; using System.Linq; using DotNetApis.Common; using Mono.Cecil; namespace DotNetApis.Cecil { public static partial class CecilExtensions { public static FriendlyName GetFriendlyName(this IMemberDefinition member) { var ns = member.DeclaringType != nu...
using System.Collections.Generic; using System.Linq; using DotNetApis.Common; using Mono.Cecil; namespace DotNetApis.Cecil { public static partial class CecilExtensions { public static FriendlyName GetFriendlyName(this IMemberDefinition member) { var ns = member.DeclaringType != nu...
mit
C#
409160859d965c2cfe33b5d20e922f90f3bace98
Remove explicit namespacing.
Frontear/osuKyzer,DrabWeb/osu,DrabWeb/osu,Damnae/osu,2yangk23/osu,naoey/osu,UselessToucan/osu,ZLima12/osu,tacchinotacchi/osu,johnneijzen/osu,2yangk23/osu,EVAST9919/osu,NeoAdonis/osu,Nabile-Rahmani/osu,NeoAdonis/osu,DrabWeb/osu,EVAST9919/osu,smoogipoo/osu,RedNesto/osu,peppy/osu-new,johnneijzen/osu,ppy/osu,smoogipoo/osu,...
osu.Game.Modes.Taiko/Objects/Drawable/DrawableDrumRollTick.cs
osu.Game.Modes.Taiko/Objects/Drawable/DrawableDrumRollTick.cs
using OpenTK.Input; using System.Collections.Generic; using osu.Game.Modes.Taiko.Judgements; using System; using osu.Game.Modes.Objects.Drawables; using osu.Framework.Input; namespace osu.Game.Modes.Taiko.Objects.Drawable { public class DrawableDrumRollTick : DrawableTaikoHitObject { /// <s...
using OpenTK.Input; using System.Collections.Generic; using osu.Game.Modes.Taiko.Judgements; using System; using osu.Game.Modes.Objects.Drawables; using osu.Framework.Input; namespace osu.Game.Modes.Taiko.Objects.Drawable { public class DrawableDrumRollTick : DrawableTaikoHitObject { /// <s...
mit
C#
a958c99e2264454f1cc5dd0f704bfe380bbabfe8
Make ticks smaller (as per flyte's suggestion).
smoogipooo/osu,RedNesto/osu,Damnae/osu,osu-RP/osu-RP,naoey/osu,DrabWeb/osu,NeoAdonis/osu,2yangk23/osu,DrabWeb/osu,johnneijzen/osu,tacchinotacchi/osu,Drezi126/osu,ZLima12/osu,EVAST9919/osu,johnneijzen/osu,Nabile-Rahmani/osu,peppy/osu,naoey/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,2yangk23/osu,ppy/osu,ppy/...
osu.Game.Rulesets.Taiko/Objects/Drawables/Pieces/TickPiece.cs
osu.Game.Rulesets.Taiko/Objects/Drawables/Pieces/TickPiece.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using OpenTK; using OpenTK.Graphics; namespace os...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using OpenTK; using OpenTK.Graphics; namespace os...
mit
C#
9d48ae7957013de33b5e8d0c08f08a3e39ee4aac
Handle null values in IsMultilineDocComment
mgoertz-msft/roslyn,VSadov/roslyn,physhi/roslyn,DustinCampbell/roslyn,shyamnamboodiripad/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,diryboy/roslyn,brettfo/roslyn,DustinCampbell/roslyn,agocke/roslyn,CyrusNajmabadi/roslyn,heejaechang/roslyn,stephentoub/roslyn,MichalStrehovsky/roslyn,agocke/roslyn,weltkante/roslyn,jaso...
src/Workspaces/CSharp/Portable/Extensions/DocumentationCommentExtensions.cs
src/Workspaces/CSharp/Portable/Extensions/DocumentationCommentExtensions.cs
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.C...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.C...
mit
C#
ae41627fb12b6419d8f3b87162f4e91cc062ad2a
Make the IPropertyValueParser interface implement IDiscoveralbe for better perfomance when doing type scanning
dawoe/umbraco-nexu,dawoe/umbraco-nexu,dawoe/umbraco-nexu
src/Our.Umbraco.Nexu.Common/Interfaces/Models/IPropertyValueParser.cs
src/Our.Umbraco.Nexu.Common/Interfaces/Models/IPropertyValueParser.cs
namespace Our.Umbraco.Nexu.Common.Interfaces.Models { using System.Collections.Generic; using global::Umbraco.Core.Composing; using global::Umbraco.Core.Models; /// <summary> /// Represents the PropertyValueParser interface. /// </summary> public interface IPropertyValueParser : IDiscover...
namespace Our.Umbraco.Nexu.Common.Interfaces.Models { using System.Collections.Generic; using global::Umbraco.Core.Models; /// <summary> /// Represents the PropertyValueParser interface. /// </summary> public interface IPropertyValueParser { /// <summary> /// Checks if thi...
mit
C#
2b33f76a5fd27ed2cc13e74d6f1aa26211159fb3
Set accepted names/mails to all
dfensgmbh/biz.dfch.CS.CoffeeTracker
src/biz.dfch.CS.CoffeeTracker.Core/Security/AuthRepository.cs
src/biz.dfch.CS.CoffeeTracker.Core/Security/AuthRepository.cs
/** * Copyright 2017 d-fens GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
/** * Copyright 2017 d-fens GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
apache-2.0
C#
71c472d961e1579ba976a5136f922d307e250971
test fixed
bg0jr/RaynMaker,bg0jr/RaynMaker,bg0jr/RaynMaker
src/RaynMaker.Modules.Analysis.UnitTests/Engine/TextEvaluatorTests.cs
src/RaynMaker.Modules.Analysis.UnitTests/Engine/TextEvaluatorTests.cs
using System.Collections.Generic; using NUnit.Framework; using RaynMaker.Modules.Analysis.Engine; using RaynMaker.Modules.Analysis.UnitTests.Engine.Fakes; namespace RaynMaker.Modules.Analysis.UnitTests.Engine { [TestFixture] public class TextEvaluatorTests { private FakeExpressionEvaluat...
using System.Collections.Generic; using NUnit.Framework; using RaynMaker.Modules.Analysis.Engine; using RaynMaker.Modules.Analysis.UnitTests.Engine.Fakes; namespace RaynMaker.Modules.Analysis.UnitTests.Engine { [TestFixture] public class TextEvaluatorTests { private FakeExpressionEvaluat...
bsd-3-clause
C#
063b8c3d773c3124418a02fde67dc62de35a72fe
Improve a/an word extraction to avoid problematic cases like "Triple-A classification"
EamonNerbonne/a-vs-an,EamonNerbonne/a-vs-an,EamonNerbonne/a-vs-an,EamonNerbonne/a-vs-an
A-vs-An/WikipediaAvsAnTrieExtractor/RegexTextUtils.ExtractWordsAfterAOrAn.cs
A-vs-An/WikipediaAvsAnTrieExtractor/RegexTextUtils.ExtractWordsAfterAOrAn.cs
using System.Text.RegularExpressions; using System.Linq; using System; using System.Collections.Generic; namespace WikipediaAvsAnTrieExtractor { public partial class RegexTextUtils { //Note: regexes are NOT static and shared because of... http://stackoverflow.com/questions/7585087/multithreaded-use...
using System.Text.RegularExpressions; using System.Linq; using System; using System.Collections.Generic; namespace WikipediaAvsAnTrieExtractor { public partial class RegexTextUtils { //Note: regexes are NOT static and shared because of... http://stackoverflow.com/questions/7585087/multithreaded-use...
apache-2.0
C#
7ee3f337231bda89fd7c993a36988f42445f597f
Revert "FLEET-9992: Add extra property to use new long Id's"
MiXTelematics/MiX.Integrate.Api.Client
MiX.Integrate.Shared/Entities/Messages/SendJobMessageCarrier.cs
MiX.Integrate.Shared/Entities/Messages/SendJobMessageCarrier.cs
using System; using System.Collections.Generic; using System.Text; using MiX.Integrate.Shared.Entities.Communications; namespace MiX.Integrate.Shared.Entities.Messages { public class SendJobMessageCarrier { public SendJobMessageCarrier() { } public short VehicleId { get; set; } public string Description { ge...
using System; using System.Collections.Generic; using System.Text; using MiX.Integrate.Shared.Entities.Communications; namespace MiX.Integrate.Shared.Entities.Messages { public class SendJobMessageCarrier { public SendJobMessageCarrier() { } public short VehicleId { get; set; } public string Description { ge...
mit
C#
2956a6fcc1521168ed20009612258b3a29a97e5c
Update existing documentation for season.
henrikfroehling/TraktApiSharp
Source/Lib/TraktApiSharp/Objects/Get/Shows/Seasons/TraktSeason.cs
Source/Lib/TraktApiSharp/Objects/Get/Shows/Seasons/TraktSeason.cs
namespace TraktApiSharp.Objects.Get.Shows.Seasons { using Episodes; using Newtonsoft.Json; using System; using System.Collections.Generic; /// <summary>A Trakt season of a Trakt show.</summary> public class TraktSeason { /// <summary>Gets or sets the season number.</summary> ...
namespace TraktApiSharp.Objects.Get.Shows.Seasons { using Episodes; using Newtonsoft.Json; using System; using System.Collections.Generic; /// <summary> /// A Trakt season of a Trakt show. /// </summary> public class TraktSeason { #region Minimal Info /// <summary>...
mit
C#
4b5638b631a50893d70ec3e2f9867b4c20b55ad8
Update WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs
WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs
using AvalonStudio.Extensibility; using ReactiveUI; using Splat; using System; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Gui.Helpers; using WalletWasabi.Logging; using WalletWasabi.Wallets; namespace WalletWasabi.Gui.C...
using AvalonStudio.Extensibility; using ReactiveUI; using Splat; using System; using System.Linq; using System.Reactive; using System.Reactive.Linq; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Gui.Helpers; using WalletWasabi.Logging; using WalletWasabi.Wallets; namespace WalletWasabi.Gui.C...
mit
C#
e7e1d150206131b6e100c44d7e881202dab9a874
Modify option name
Wentao-Xu/GraphEngine,Wentao-Xu/GraphEngine,Wentao-Xu/GraphEngine,Wentao-Xu/GraphEngine
samples/DataImporter/GraphEngine.DataImporter/CmdOptions.cs
samples/DataImporter/GraphEngine.DataImporter/CmdOptions.cs
using CommandLine; using CommandLine.Text; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace GraphEngine.DataImporter { class CmdOptions { [Option('t', "tsl", HelpText = "Specifies the...
using CommandLine; using CommandLine.Text; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace GraphEngine.DataImporter { class CmdOptions { [Option('t', "tsl", HelpText = "Specifies the...
mit
C#
851bd64c04d0e93267fe03db502387e9e320c274
Add debugger to HelloWorldBlacksboardAI example
meniku/NPBehave
Examples/Scripts/NPBehaveExampleHelloBlackboardsAI.cs
Examples/Scripts/NPBehaveExampleHelloBlackboardsAI.cs
using UnityEngine; using NPBehave; public class NPBehaveExampleHelloBlackboardsAI : MonoBehaviour { private Root behaviorTree; void Start() { behaviorTree = new Root( // toggle the 'toggled' blackboard boolean flag around every 500 milliseconds new Service(0.5f, () => { b...
using UnityEngine; using NPBehave; public class NPBehaveExampleHelloBlackboardsAI : MonoBehaviour { private Root behaviorTree; void Start() { behaviorTree = new Root( // toggle the 'toggled' blackboard boolean flag around every 500 milliseconds new Service(0.5f, () => { b...
mit
C#
9dde101f12201e66b92005a31773125e44629bd1
Remove string prefixes
NeoAdonis/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu
osu.Game/Online/API/Requests/Responses/APINewsPost.cs
osu.Game/Online/API/Requests/Responses/APINewsPost.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 Newtonsoft.Json; using System; namespace osu.Game.Online.API.Requests.Responses { public class APINewsPost { [JsonProperty("id")] public l...
// 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 Newtonsoft.Json; using System; namespace osu.Game.Online.API.Requests.Responses { public class APINewsPost { [JsonProperty(@"id")] public ...
mit
C#
cf8645d022271bb168b32add4249a3f55092c79d
Remove unused reference
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net/Storage/IRaygunOfflineStorage.cs
Mindscape.Raygun4Net/Storage/IRaygunOfflineStorage.cs
using System.Collections.Generic; namespace Mindscape.Raygun4Net.Storage { public interface IRaygunOfflineStorage { /// <summary> /// Persist the <paramref name="message"/>> to local storage. /// </summary> /// <param name="message">The serialized error report to store locally.</param> /// <par...
using System.Collections.Generic; using Mindscape.Raygun4Net.Messages; namespace Mindscape.Raygun4Net.Storage { public interface IRaygunOfflineStorage { /// <summary> /// Persist the <paramref name="message"/>> to local storage. /// </summary> /// <param name="message">The serialized error report t...
mit
C#
9a5d20e581c189fcdf94f5ad1817a9523b56df6d
Disable account online check for now.
Captain-Ice/Project-WildStar
Projects/AuthServer/Network/Packets/Handler/AuthHandler.cs
Projects/AuthServer/Network/Packets/Handler/AuthHandler.cs
// Copyright (c) Multi-Emu. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using AuthServer.Attributes; using AuthServer.Constants.Net; using Framework.Database; using Framework.Database.Auth; namespace AuthServer.Network.Packets.Handler { clas...
// Copyright (c) Multi-Emu. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using AuthServer.Attributes; using AuthServer.Constants.Net; using Framework.Database; using Framework.Database.Auth; namespace AuthServer.Network.Packets.Handler { clas...
mit
C#
5ae3d6cc74f13a85be1117f717ce9eff4836438a
Add failing asserts
UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu,ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu
osu.Game.Rulesets.Osu.Tests/TestSceneSpinnerApplication.cs
osu.Game.Rulesets.Osu.Tests/TestSceneSpinnerApplication.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Timing; using osu.Game.Beatmaps; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Rulesets.Osu.Objects; using osu.Game.Rul...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Timing; using osu.Game.Beatmaps; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Rulesets.Osu.Objects; using osu.Game.Rul...
mit
C#
56c926ac2e5ef560bec31009be105b2317863bdf
Use less refs in NodeLookup to prevent unboxing
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
PathfinderAPI/BaseGameFixes/Performance/NodeLookup.cs
PathfinderAPI/BaseGameFixes/Performance/NodeLookup.cs
using Hacknet; using HarmonyLib; using Pathfinder.Util; namespace Pathfinder.BaseGameFixes.Performance { [HarmonyPatch] internal static class NodeLookup { [HarmonyPostfix] [HarmonyPatch(typeof(ComputerLoader), nameof(ComputerLoader.loadComputer))] internal static void PopulateOnCom...
using Hacknet; using HarmonyLib; using Pathfinder.Util; namespace Pathfinder.BaseGameFixes.Performance { [HarmonyPatch] internal static class NodeLookup { [HarmonyPostfix] [HarmonyPatch(typeof(ComputerLoader), nameof(ComputerLoader.loadComputer))] internal static void PopulateOnCom...
mit
C#
704c399e78ffd4c78526b8a0a6b390d9ac6e4050
Update version
EPTamminga/DNNFaq,EPTamminga/DNNFaq
Properties/AssemblyInfo.cs
Properties/AssemblyInfo.cs
using System; using System.Reflection; using System.Runtime.InteropServices; // // DotNetNuke - http://www.dotnetnuke.com // Copyright (c) 2002-2011 // by DotNetNuke Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation...
using System; using System.Reflection; using System.Runtime.InteropServices; // // DotNetNuke - http://www.dotnetnuke.com // Copyright (c) 2002-2011 // by DotNetNuke Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation...
mit
C#
ed6ddefc21f6ef0605d5f7d46460f0793803a385
Fix AssemblyInfo.cs
mganss/XmlValidator
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("Xml...
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("Xml...
mit
C#
605a62636481c8f33d71e712df2dc3e8b46bef87
load all in current dir
tparnell8/Varanus
src/NOCQ/Extensability/Catalog.cs
src/NOCQ/Extensability/Catalog.cs
using System.ComponentModel.Composition.Hosting; using System.ComponentModel.Composition; using System.Reflection; namespace NOCQ.Extensability { public class Catalog { static DirectoryCatalog dcatalog = new DirectoryCatalog(".", "*.dll"); static AssemblyCatalog acatalog = new AssemblyCatalog(Assembl...
using System.ComponentModel.Composition.Hosting; using System.ComponentModel.Composition; using System.Reflection; namespace NOCQ.Extensability { public class Catalog { //static DirectoryCatalog dcatalog = new DirectoryCatalog("plugins", "*.dll"); static AssemblyCatalog acatalog = new AssemblyCatalog...
mit
C#
08f39fa688cc5c308a92c02d0baac568a843e340
update file exists
zhouyongtao/my_aspnetmvc_learning,zhouyongtao/my_aspnetmvc_learning
my_aspnetmvc_learning/Controllers/ImageController.cs
my_aspnetmvc_learning/Controllers/ImageController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using NLog; namespace my_aspnetmvc_learning.Controllers { public class ImageController : Controller { private static readonly Logger logger = LogManager.GetCurrentClassLogger(); // GET: U...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using NLog; namespace my_aspnetmvc_learning.Controllers { public class ImageController : Controller { private static readonly Logger logger = LogManager.GetCurrentClassLogger(); // GET: U...
mit
C#
d6ec72249f54286686f0059ed8589b9a91f8c708
fix isnotnull method
zhouyongtao/my_aspnetmvc_learning,zhouyongtao/my_aspnetmvc_learning
my_aspnetmvc_learning/Controllers/ImageController.cs
my_aspnetmvc_learning/Controllers/ImageController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using NLog; namespace my_aspnetmvc_learning.Controllers { public class ImageController : Controller { private static readonly Logger logger = LogManager.GetCurrentClassLogger(); // GET: U...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using NLog; namespace my_aspnetmvc_learning.Controllers { public class ImageController : Controller { private static readonly Logger logger = LogManager.GetCurrentClassLogger(); // GET: U...
mit
C#
efa2932a40582a5fb76fe9a17ccb18f4951dc996
Fix incorrect font indexing in language dropdown
Barleytree/NitoriWare,Barleytree/NitoriWare,NitorInc/NitoriWare,NitorInc/NitoriWare
Assets/Scripts/Menu/Dropdowns/DropdownLanguageFontUpdater.cs
Assets/Scripts/Menu/Dropdowns/DropdownLanguageFontUpdater.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class DropdownLanguageFontUpdater : MonoBehaviour { [SerializeField] private Text textComponent; void Start () { var languages = LocalizationManager.instance.getAllLanguages(); Loc...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class DropdownLanguageFontUpdater : MonoBehaviour { [SerializeField] private Text textComponent; void Start () { var language = LocalizationManager.instance.getAllLanguages()[transform.Get...
mit
C#
b86a028392af297b9158375051444e4dec68c25d
Throw correct exceptions for IO errors
kohsuke/winsw
src/Core/WinSWCore/Util/FileHelper.cs
src/Core/WinSWCore/Util/FileHelper.cs
#if !NETCOREAPP using System; #endif using System.IO; #if !NETCOREAPP using System.Runtime.InteropServices; #endif namespace winsw.Util { public static class FileHelper { public static void MoveOrReplaceFile(string sourceFileName, string destFileName) { #if NETCOREAPP File.Move(sou...
#if !NETCOREAPP using System.ComponentModel; #endif using System.IO; #if !NETCOREAPP using System.Runtime.InteropServices; #endif namespace winsw.Util { public static class FileHelper { public static void MoveOrReplaceFile(string sourceFileName, string destFileName) { #if NETCOREAPP ...
mit
C#
2b10e18bc2827a0a0dd1730eab1cef6198e384eb
Support secure websocket
xPaw/SteamWebPipes,Celant/SteamWebPipes,Celant/SteamWebPipes,xPaw/SteamWebPipes
SteamWebPipes/Bootstrap.cs
SteamWebPipes/Bootstrap.cs
using System; using System.Collections.Generic; using System.IO; using System.Security.Cryptography.X509Certificates; using System.Threading; using Fleck; using Newtonsoft.Json; namespace SteamWebPipes { internal static class Bootstrap { private static List<IWebSocketConnection> ConnectedClients = new...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Fleck; using Newtonsoft.Json; namespace SteamWebPipes { internal static class Bootstrap { private static List<IWebSocketConnection> ConnectedClients = new List<IWebSocketConnection>(); private sta...
mit
C#
c620efa67e1d3d93cb2a8da08e35bc4004c3540c
Update AddinganArrowHead.cs
asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-...
Examples/CSharp/DrawingObjects/Controls/AddinganArrowHead.cs
Examples/CSharp/DrawingObjects/Controls/AddinganArrowHead.cs
using System.IO; using Aspose.Cells; using Aspose.Cells.Drawing; using System.Drawing; namespace Aspose.Cells.Examples.DrawingObjects.Controls { public class AddinganArrowHead { public static void Main(string[] args) { //ExStart:1 // The path to the documents directory....
using System.IO; using Aspose.Cells; using Aspose.Cells.Drawing; using System.Drawing; namespace Aspose.Cells.Examples.DrawingObjects.Controls { public class AddinganArrowHead { public static void Main(string[] args) { // The path to the documents directory. string data...
mit
C#
05fbd081134da30cbc4b05b0226778eacaef9326
add UseForwardedHeaders because nginx
collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists
src/FilterLists.Api/Startup.cs
src/FilterLists.Api/Startup.cs
using FilterLists.Api.DependencyInjection.Extensions; using FilterLists.Data.DependencyInjection.Extensions; using FilterLists.Services.DependencyInjection.Extensions; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.HttpOverrides; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Depe...
using FilterLists.Api.DependencyInjection.Extensions; using FilterLists.Data.DependencyInjection.Extensions; using FilterLists.Services.DependencyInjection.Extensions; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace FilterLists.Ap...
mit
C#
c322a086390b86f69a82a9c1d264cbf98ae4c80c
fix compile
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/Cg/Daemon/CgIdentifierTooltipProvider.cs
resharper/resharper-unity/src/Cg/Daemon/CgIdentifierTooltipProvider.cs
using JetBrains.Lifetimes; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon; using JetBrains.ReSharper.Feature.Services.Descriptions; using JetBrains.ReSharper.Feature.Services.UI; using JetBrains.ReSharper.Plugins.Unity.Cg.Psi; namespace JetBrains.ReSharper.Plugins.Unity.Cg.Daemon { [SolutionCompon...
using JetBrains.Lifetimes; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon; using JetBrains.ReSharper.Feature.Services.Descriptions; using JetBrains.ReSharper.Plugins.Unity.Cg.Psi; namespace JetBrains.ReSharper.Plugins.Unity.Cg.Daemon { [SolutionComponent] public class CgIdentifierTooltipProvid...
apache-2.0
C#
80c897e09b772b2d5b243bfdcd1bffba60f14a22
Add better error logging to see why mono build is failing
ewilde/crane,ewilde/crane
src/Crane.Integration.Tests/TestUtilities/ObjectFactory.cs
src/Crane.Integration.Tests/TestUtilities/ObjectFactory.cs
using System; using System.Collections.Generic; using System.Diagnostics; using Autofac; using Crane.Core.Configuration.Modules; using Crane.Core.IO; using log4net; namespace Crane.Integration.Tests.TestUtilities { public static class ioc { private static IContainer _container; private static...
using System; using System.Collections.Generic; using System.Diagnostics; using Autofac; using Crane.Core.Configuration.Modules; using Crane.Core.IO; using log4net; namespace Crane.Integration.Tests.TestUtilities { public static class ioc { private static IContainer _container; public static ...
apache-2.0
C#
822f70ef7187928c92ce65d5ec7fc0cb6487a6f9
Add GetUrlOfLatestBinary
nikeee/HolzShots
src/HolzShots.Capture.Video/Capture/Video/FFmpegManager.cs
src/HolzShots.Capture.Video/Capture/Video/FFmpegManager.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using System.Threading.Tasks; namespace HolzShots.Capture.Video { public class FFmpegManager { const string FFmpegExecutable = "ffmp...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HolzShots.Capture.Video { public class FFmpegManager { const string FFmpegExecutable = "ffmpeg.exe"; public static bool HasFFmpegInPath() { var sb =...
agpl-3.0
C#