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
ee961ebbbac1a7492ec5a95ff24c0e742f5196ba
Make order link relative
rbuskov/hallon
Hallon.Demo/Controllers/OrdersController.cs
Hallon.Demo/Controllers/OrdersController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; using Hallon.Demo.Models; namespace Hallon.Demo.Controllers { [RoutePrefix("api/orders")] public class OrdersController : ApiController { private static readonly List<Order> Orders = new List<Order>(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; using Hallon.Demo.Models; namespace Hallon.Demo.Controllers { [RoutePrefix("api/orders")] public class OrdersController : ApiController { private static readonly List<Order> Orders = new List<Order>(); ...
mit
C#
9483feef198b0f69c419313ec5e14fc4f8369f56
add DeclaringTypeDefinition.Name in the end
corngood/omnisharp-server,mispencer/OmniSharpServer,corngood/omnisharp-server,x335/omnisharp-server,OmniSharp/omnisharp-server,syl20bnr/omnisharp-server,svermeulen/omnisharp-server,x335/omnisharp-server,syl20bnr/omnisharp-server
OmniSharp/FindSymbols/FindSymbolsHandler.cs
OmniSharp/FindSymbols/FindSymbolsHandler.cs
using System.Collections.Generic; using System.Linq; using ICSharpCode.NRefactory.TypeSystem; using OmniSharp.Common; using OmniSharp.Solution; namespace OmniSharp.FindSymbols { public class FindSymbolsHandler { private readonly ISolution _solution; public FindSymbolsHandler(ISolution solutio...
using System.Collections.Generic; using System.Linq; using ICSharpCode.NRefactory.TypeSystem; using OmniSharp.Common; using OmniSharp.Solution; namespace OmniSharp.FindSymbols { public class FindSymbolsHandler { private readonly ISolution _solution; public FindSymbolsHandler(ISolution solutio...
mit
C#
58f47a29270cec0b7d4ecea8471589c96796d0a7
Bump to 1.10
wbsimms/WordPressRestApi
WordPressRestApi/Properties/AssemblyInfo.cs
WordPressRestApi/Properties/AssemblyInfo.cs
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly...
apache-2.0
C#
7a6f330fafdf642b7dbcecbae9fc95afa9fd06c9
Update ILiteDbRepository.cs
tiksn/TIKSN-Framework
TIKSN.Core/Data/LiteDB/ILiteDbRepository.cs
TIKSN.Core/Data/LiteDB/ILiteDbRepository.cs
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace TIKSN.Data.LiteDB { public interface ILiteDbRepository<TDocument, TIdentity> : IRepository<TDocument>, IQueryRepository<TDocument, TIdentity>, IStreamRepository<TDocument> where TDocumen...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace TIKSN.Data.LiteDB { public interface ILiteDbRepository<TDocument, TIdentity> : IRepository<TDocument>, IQueryRepository<TDocument, TIdentity>, IStreamRepository<TDocument> where TDocument : IEntity<TIde...
mit
C#
bdd00c555dca23b179ae38cc85c00e91fbac6252
Correct misspelled word in the interface summary
ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework
osu.Framework/Timing/IFrameBasedClock.cs
osu.Framework/Timing/IFrameBasedClock.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. namespace osu.Framework.Timing { /// <summary> /// A clock which will only update its current time when a frame process is triggered. /// Useful for keeping ...
// 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. namespace osu.Framework.Timing { /// <summary> /// A clock which will only update its current time when a frame proces is triggered. /// Useful for keeping a...
mit
C#
43d52e2337fe911eac1bb92488b18cd0054936f0
add message
Appleseed/base,Appleseed/base
Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Program.cs
Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using SendGrid; using SendGrid.Helpers.Mail; using System.Net; using System.IO; using Newtonsoft.Json; using System.Data.SqlClient; using System.Data; using System.Configuration; using Dapper; using App...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using SendGrid; using SendGrid.Helpers.Mail; using System.Net; using System.IO; using Newtonsoft.Json; using System.Data.SqlClient; using System.Data; using System.Configuration; using Dapper; using App...
apache-2.0
C#
fbfa5748cdf3ee3889085e2028290fb586855a12
add comment
addyi/SoftwareCity
Assets/Scripts/SoftwareCity/Rendering/Interaction/ComponentClickListener.cs
Assets/Scripts/SoftwareCity/Rendering/Interaction/ComponentClickListener.cs
using HoloToolkit.Unity.InputModule; using SoftwareCity.Rendering.Utils.Information; using UnityEngine; using UnityEngine.UI; public class ComponentClickListener : MonoBehaviour, IInputClickHandler { /// <summary> /// Save the last clicked gameobject. /// </summary> private static GameObject lastRefer...
using HoloToolkit.Unity.InputModule; using SoftwareCity.Rendering.Utils.Information; using UnityEngine; using UnityEngine.UI; public class ComponentClickListener : MonoBehaviour, IInputClickHandler { /// <summary> /// Save the last clicked gameobject. /// </summary> private static GameObject lastRefer...
mit
C#
23bcde2ef57df593fca07fa365085256c07916ed
Update unit test.
CountrySideEngineer/Ev3Controller
dev/src/Ev3ControllerTests/Model/EchoBackComPortSendRecvSequenceTests.cs
dev/src/Ev3ControllerTests/Model/EchoBackComPortSendRecvSequenceTests.cs
using Microsoft.VisualStudio.TestTools.UnitTesting; using Ev3Controller.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ev3Controller.Model.Tests { [TestClass()] public class EchoBackComPortSendRecvSequenceTests ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using Ev3Controller.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ev3Controller.Model.Tests { [TestClass()] public class EchoBackComPortSendRecvSequenceTests ...
mit
C#
8ae70af95996e6a6ac80993f1fb9bbd34d59084c
Fix a bug in ReturnBlock.Emit
jonathanvdc/flame-llvm,jonathanvdc/flame-llvm,jonathanvdc/flame-llvm
Flame.LLVM/Codegen/ReturnBlock.cs
Flame.LLVM/Codegen/ReturnBlock.cs
using System; using Flame.Compiler; using LLVMSharp; using static LLVMSharp.LLVM; namespace Flame.LLVM.Codegen { /// <summary> /// A code block implementation that returns a value from a method. /// </summary> public sealed class ReturnBlock : CodeBlock { public ReturnBlock( LL...
using System; using Flame.Compiler; using LLVMSharp; using static LLVMSharp.LLVM; namespace Flame.LLVM.Codegen { /// <summary> /// A code block implementation that returns a value from a method. /// </summary> public sealed class ReturnBlock : CodeBlock { public ReturnBlock( LL...
mit
C#
697abd06d11a4fb2f3c0bdfdbfd36097ad1ab278
clean up using statements
quameleon/hyperjs,heupel/hyperjs
HyperJS/JSString.cs
HyperJS/JSString.cs
using System; namespace TonyHeupel.HyperJS { public static class JSString { public static string String(this JS js, dynamic value) { return NewString(js, value).valueOf(); } public static dynamic NewString(this JS js, dynamic value) { //return n...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TonyHeupel.HyperJS { public static class JSString { public static string String(this JS js, dynamic value) { return NewString(js, value).valueOf(); } public static dynam...
mit
C#
22b4dc44dee86890e5dcf72b948473baea7e1b2f
use the current locale instead of en-US
madeso/internet-tester
InternetTester.App/MainWindow.xaml.cs
InternetTester.App/MainWindow.xaml.cs
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; ...
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Med...
mit
C#
76cb3a1b9bd4db7eb664214abf779be3b470fd13
Update runat.aspx.cs
bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample,bg1bgst333/Sample
aspnet/runat/button/src/runat/runat.aspx.cs
aspnet/runat/button/src/runat/runat.aspx.cs
using System; public partial class runat : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { button1.InnerText = "Loaded!"; } }
using System; public partial class runat : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { button1.InnerText = "Loaded!"; } }
mit
C#
7dd7bd0d35abc0b47d01b026604a0722095fa51a
Add Code to ParticleGenericResponse
spark/particle-windows-sdk
Models/ParticleGenericResponse.cs
Models/ParticleGenericResponse.cs
using Newtonsoft.Json; namespace Particle.SDK.Models { /// <summary> /// Helper class from general Particle Cloud request /// </summary> internal class ParticleGenericResponse { [JsonProperty("code")] public int Code { get; set; } [JsonProperty("ok")] public bool Ok...
using Newtonsoft.Json; namespace Particle.SDK.Models { /// <summary> /// Helper class from general Particle Cloud request /// </summary> internal class ParticleGenericResponse { [JsonProperty("ok")] public bool Ok { get; set; } [JsonProperty("message")] public strin...
apache-2.0
C#
e21aeeaf7d6ff44fafda62d71d2ed0ccbb3e9efd
Fix major bug with component pool
lupidan/Tetris
Assets/Scripts/ComponentPool.cs
Assets/Scripts/ComponentPool.cs
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ComponentPool<T> where T : MonoBehaviour { private Func<T> _instantiateAction; private Action<T> _getComponentAction; private Action<T> _returnComponentAction; private Stack<T> _pooledObjects; ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ComponentPool<T> where T : MonoBehaviour { private Func<T> _instantiateAction; private Action<T> _getComponentAction; private Action<T> _returnComponentAction; private Stack<T> _pooledObjects; ...
mit
C#
70867ee6ff9ba7c3c05766e289ee6e75a291492f
bump version
distantcam/Anotar,Fody/Anotar,modulexcite/Anotar,mstyura/Anotar
CommonAssemblyInfo.cs
CommonAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("Anotar")] [assembly: AssemblyProduct("Anotar")] [assembly: AssemblyVersion("0.10.1.0")] [assembly: AssemblyFileVersion("0.10.1.0")]
using System.Reflection; [assembly: AssemblyTitle("Anotar")] [assembly: AssemblyProduct("Anotar")] [assembly: AssemblyVersion("0.10.0.0")] [assembly: AssemblyFileVersion("0.10.0.0")]
mit
C#
7b5b5ef86e3513731e587b436e9db22bd0ee278e
bump version
user1568891/PropertyChanged,0x53A/PropertyChanged,Fody/PropertyChanged
CommonAssemblyInfo.cs
CommonAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("PropertyChanged")] [assembly: AssemblyProduct("PropertyChanged")] [assembly: AssemblyVersion("1.42.0")] [assembly: AssemblyFileVersion("1.42.0")]
using System.Reflection; [assembly: AssemblyTitle("PropertyChanged")] [assembly: AssemblyProduct("PropertyChanged")] [assembly: AssemblyVersion("1.41.0")] [assembly: AssemblyFileVersion("1.41.0")]
mit
C#
21a244b9be49215f03b2e079f1fe7679e814d871
bump version
Fody/PropertyChanged,user1568891/PropertyChanged
CommonAssemblyInfo.cs
CommonAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("PropertyChanged")] [assembly: AssemblyProduct("PropertyChanged")] [assembly: AssemblyCompany("Simon Cropp and Contributors")] [assembly: AssemblyDescription("Fody add-in for injecting INotifyPropertyChanged code into properties.")] [assembly: AssemblyVersion("1.51.1"...
using System.Reflection; [assembly: AssemblyTitle("PropertyChanged")] [assembly: AssemblyProduct("PropertyChanged")] [assembly: AssemblyCompany("Simon Cropp and Contributors")] [assembly: AssemblyDescription("Fody add-in for injecting INotifyPropertyChanged code into properties.")] [assembly: AssemblyVersion("1.51.0"...
mit
C#
8ce645d3573d86cfabf56119af473950ff41c94f
Use RelabelingFunction inside RenamedProcess
lou1306/CIV,lou1306/CIV
CIV/Processes/RenamedProcess.cs
CIV/Processes/RenamedProcess.cs
using System; using System.Linq; using System.Collections.Generic; using CIV.Helpers; namespace CIV.Processes { public class RenamedProcess : IProcess { public IProcess Inner { get; set; } public RelabelingFunction Renamings { get; set; } public IEnumerable<Transition> Transitions() ...
using System; using System.Linq; using System.Collections.Generic; namespace CIV.Processes { public class RenamedProcess : IProcess { public IProcess Inner { get; set; } public IDictionary<String, String> Renamings { get; set; } public IEnumerable<Transition> Transitions() { ...
mit
C#
7cd469e8ca28967dee941b6192908994374ef496
add null treatment on no-thumbprint
takenet/lime-csharp
src/Lime.Cli/Certificate/CertificateResolver.cs
src/Lime.Cli/Certificate/CertificateResolver.cs
using System.Runtime.InteropServices; using System.Security.Cryptography.X509Certificates; namespace Lime.Cli.Certificate { public static class CertificateResolver { public static X509Certificate2 GetCertificateFromThumbprint(string certificateThumbprint) { if (string.IsNullOrWhite...
using System.Runtime.InteropServices; using System.Security.Cryptography.X509Certificates; namespace Lime.Cli.Certificate { public static class CertificateResolver { public static X509Certificate2 GetCertificateFromThumbprint(string certificateThumbprint) { X509Certificate2 certifi...
apache-2.0
C#
9413d603a003fd556347f87a47e1d97048c6b815
Format Document
maikonfarias/runshadow,maikonfarias/runshadow
client/Assets/Scripts/BackgroundMovement.cs
client/Assets/Scripts/BackgroundMovement.cs
using UnityEngine; using System.Collections; public class BackgroundMovement : MonoBehaviour { GameObject player; void Start() { player = GameObject.FindGameObjectsWithTag("Player")[0]; } void Update() { player = GameObject.FindGameObjectsWithTag("Player")[0]; if (player != null) { ...
using UnityEngine; using System.Collections; public class BackgroundMovement : MonoBehaviour { GameObject player; void Start () { player = GameObject.FindGameObjectsWithTag("Player")[0]; } void Update () { player = GameObject.FindGameObjectsWithTag("Player")[0]; ...
bsd-3-clause
C#
a32a74e75febee9fc8cc1fae8c705cad2f3375c2
Tidy Net40async AssemblyInfo.cs
michael-wolfenden/Polly
src/Polly.Net40Async/Properties/AssemblyInfo.cs
src/Polly.Net40Async/Properties/AssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("Polly")]
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("Po...
bsd-3-clause
C#
e907249aecddbd1ecbb2903d11f017c0321b0f14
Allow constrained arrays to contain duplicate values.
lifebeyondfife/Decider
Csp/Integer/ConstrainedArray.cs
Csp/Integer/ConstrainedArray.cs
/* Copyright © Iain McDonald 2010-2019 This file is part of Decider. */ using Decider.Csp.Integer; using System.Collections.Generic; using System.Linq; namespace Decider.Csp.BaseTypes { public class ConstrainedArray : List<int> { private VariableInteger Index { get; set; } public ExpressionInteger this[...
/* Copyright © Iain McDonald 2010-2019 This file is part of Decider. */ using Decider.Csp.Integer; using System.Collections.Generic; using System.Linq; namespace Decider.Csp.BaseTypes { public class ConstrainedArray : List<int> { private VariableInteger Index { get; set; } public ExpressionInteger this[...
mit
C#
fd8962980d008f957fba23c4a9992e0d4b4bd321
Fix build
kappy/DateTimeExtensions
build/Build.cs
build/Build.cs
using System; using System.Linq; using Nuke.Common; using Nuke.Common.Git; using Nuke.Common.Tools.GitVersion; using static Nuke.Common.Tools.DotNet.DotNetTasks; using static Nuke.Common.IO.FileSystemTasks; using static Nuke.Common.IO.PathConstruction; using static Nuke.Common.EnvironmentInfo; using System.IO; using N...
using System; using System.Linq; using Nuke.Common; using Nuke.Common.Git; using Nuke.Common.Tools.GitVersion; using static Nuke.Common.Tools.DotNet.DotNetTasks; using static Nuke.Common.IO.FileSystemTasks; using static Nuke.Common.IO.PathConstruction; using static Nuke.Common.EnvironmentInfo; using System.IO; using N...
apache-2.0
C#
2fa6599048aafabd4ea02f1901dd79dd2d85517b
add XML attribute for Tiled XML gid support closes #7
prime31/Nez,prime31/Nez,ericmbernier/Nez,Blucky87/Nez,prime31/Nez,eumario/Nez
PipelineImporter/Tiled/TmxDataTile.cs
PipelineImporter/Tiled/TmxDataTile.cs
using System.Xml.Serialization; namespace Nez.TiledMaps { public class TmxDataTile { public TmxDataTile() {} public TmxDataTile( uint gid ) { this.gid = gid; } [XmlAttribute( AttributeName = "gid" )] public uint gid; public bool flippedHorizontally; public bool flippedVertically; public b...
using System.Xml.Serialization; namespace Nez.TiledMaps { public class TmxDataTile { public TmxDataTile() {} public TmxDataTile( uint gid ) { this.gid = gid; } public uint gid; public bool flippedHorizontally; public bool flippedVertically; public bool flippedDiagonally; public override...
mit
C#
fa69aec21320ce33d50f37430ee6f1d1aafd5b8f
Bump version #.
google/access-bridge-explorer
src/WindowsAccessBridgeInterop/VersionNumber.cs
src/WindowsAccessBridgeInterop/VersionNumber.cs
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required b...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required b...
apache-2.0
C#
c95b8871c7651d112adf7108f5ad10c4f873bf44
Update InsertionSort.cs
BBoldenow/Introduction-to-Algorithms,BBoldenow/Introduction-to-Algorithms,BBoldenow/Algorithms,BBoldenow/Algorithms,BBoldenow/Algorithms,BBoldenow/Introduction-to-Algorithms
Insertion-Sort/InsertionSort.cs
Insertion-Sort/InsertionSort.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Algorithms { class InsertionSort { public static void InsertSort(ref List<int> arr) { for (int i = 1; i < arr.Count; ++i) { int c...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Algorithms { class InsertionSort { public static void InsertSort(ref List<int> arr) { for (int i = 0; i < arr.Count; ++i) { int c...
mit
C#
a1dae5f653493e0990498e303d23d0ede9e4864c
improve DoCommand to return Task
IvanZheng/IFramework,IvanZheng/IFramework,IvanZheng/IFramework
Src/iFramework.Plugins/iFramework.Infrastructure.Mvc/CommandHttpClient.cs
Src/iFramework.Plugins/iFramework.Infrastructure.Mvc/CommandHttpClient.cs
using IFramework.Command; using IFramework.Config; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace IFramework.Infrastructure.Mvc { public static class CommandHttpClient { static readonly string Command...
using IFramework.Command; using IFramework.Config; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace IFramework.Infrastructure.Mvc { public static class CommandHttpClient { static readonly string Command...
mit
C#
222de34caee3616adc44cb4a6b903071bc424853
Update NUnitTest1.cs
informedcitizenry/6502.Net
NUnitTest6502.Net/NUnitTest1.cs
NUnitTest6502.Net/NUnitTest1.cs
using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UnitTest6502.Net { [TestFixture] public class GeneralTest { [Test] public void TestcaseSensitivity() { Stri...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using Asm6502.Net; namespace UnitTest6502.Net { [TestFixture] public class GeneralTest { [Test] public void TestcaseSensitivity() ...
mit
C#
c13a392f75e9b12d62bd859a8181a124c07f7175
Add more Create() overloads.
whampson/bft-spec,whampson/cascara
Src/WHampson.Bft/TemplateException.cs
Src/WHampson.Bft/TemplateException.cs
#region License /* Copyright (c) 2017 Wes Hampson * * 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,...
#region License /* Copyright (c) 2017 Wes Hampson * * 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,...
mit
C#
5ab0ae83ae48f7a85607909a85569f7e461be749
Add more links to start page
cake-contrib/Cake.Issues.Website,cake-contrib/Cake.Issues.Website,cake-contrib/Cake.Issues.Website
input/index.cshtml
input/index.cshtml
--- Title: Cake Issues NoSidebar: true NoContainer: false NoGutter: true --- <div class="container"> <h2>What is it?</h2> <p> Do you want to break your build on JetBrains InspectCode issues? Do you want to create nice reports for StyleCop issues in your code? Do you want to have ESLint iss...
--- Title: Cake Issues NoSidebar: true NoContainer: false NoGutter: true --- <div class="container"> <h2>What is it?</h2> <p> Do you want to break your build on JetBrains InspectCode issues? Do you want to create nice reports for StyleCop issues in your code? Do you want to have ESLint iss...
mit
C#
251b70796af1e4f7e996a4d9c3c799d27807cd53
Bump Backend And Client Versions
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Helpers/Constants.cs
WalletWasabi/Helpers/Constants.cs
using NBitcoin; using Org.BouncyCastle.Math; using System; using WalletWasabi.Backend.Models.Responses; namespace WalletWasabi.Helpers { public static class Constants { public static readonly Version ClientVersion = new Version(0, 8, 0); public const string BackendMajorVersion = "2"; public static readonly Ve...
using NBitcoin; using Org.BouncyCastle.Math; using System; using WalletWasabi.Backend.Models.Responses; namespace WalletWasabi.Helpers { public static class Constants { public static readonly Version ClientVersion = new Version(0, 7, 4); public const string BackendMajorVersion = "1"; public static readonly Ve...
mit
C#
d9463f0461584fd6e38bc2ec739833f9dc007688
Fix method name to match convention
kendaleiv/ui-specflow-selenium,kendaleiv/ui-specflow-selenium,kendaleiv/ui-specflow-selenium
Web.UI.Tests/GherkinTableSteps.cs
Web.UI.Tests/GherkinTableSteps.cs
using System; using System.Collections.Generic; using System.Linq; using TechTalk.SpecFlow; using TechTalk.SpecFlow.Assist; using Xunit; namespace Web.UI.Tests { [Binding] public class GherkinTableSteps { private static IEnumerable<CourseInformation> Courses; [Given(@"I have the course in...
using System; using System.Collections.Generic; using System.Linq; using TechTalk.SpecFlow; using TechTalk.SpecFlow.Assist; using Xunit; namespace Web.UI.Tests { [Binding] public class GherkinTableSteps { private static IEnumerable<CourseInformation> Courses; [Given(@"I have the course in...
mit
C#
ba6698372bab78c639f0e408e60c2b661f1478be
fix type (extra slashes)
cH40z-Lord/octokit.net,ivandrofly/octokit.net,kdolan/octokit.net,editor-tools/octokit.net,alfhenrik/octokit.net,darrelmiller/octokit.net,nsrnnnnn/octokit.net,naveensrinivasan/octokit.net,octokit/octokit.net,yonglehou/octokit.net,eriawan/octokit.net,shiftkey-tester-org-blah-blah/octokit.net,daukantas/octokit.net,magoswi...
Octokit/IMiscellaneousClient.cs
Octokit/IMiscellaneousClient.cs
using System; #if NET_45 using System.Collections.ObjectModel; #endif using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; namespace Octokit { /// <summary> /// A client for GitHub's miscellaneous APIs. /// </summary> /// <remarks> /// See the <a href="http://developer.github.com/v...
using System; #if NET_45 using System.Collections.ObjectModel; #endif using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; namespace Octokit { /// <summary> /// /// A client for GitHub's miscellaneous APIs. /// </summary> /// <remarks> /// See the <a href="http://developer.github.c...
mit
C#
f6c110db40a6fef6c41e17ab9aea7d81cd3c452c
Fix typo
zhen08/PiDashcam,zhen08/PiDashcam
PiDashcam/PiDashcam/StillCam.cs
PiDashcam/PiDashcam/StillCam.cs
using System; using System.Timers; using Shell.Execute; namespace PiDashcam { public class StillCam { Timer timer; int imgcounter; public StillCam() { timer = new Timer(6000); timer.Elapsed += Timer_Elapsed; timer.Start(); imgcounter = 1; } public void Stop() { timer.Stop(); } vo...
using System; using System.Timers; using Shell.Execute; namespace PiDashcam { public class StillCam { Timer timer; int imgcounter; public StillCam() { timer = new Timer(6000); timer.Elapsed += Timer_Elapsed; timer.Start(); imgcounter = 1; } public void Stop() { timer.Stop(); } vo...
mit
C#
565f4d7aa24c90529e734c97a1fa0392c83bf424
Fix typo error
aloneguid/config
src/Config.Net/TypeParsers/ByteParser.cs
src/Config.Net/TypeParsers/ByteParser.cs
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Config.Net.TypeParsers { class ByteParser : ITypeParser { public IEnumerable<Type> SupportedTypes => new[] { typeof(byte) }; public bool TryParse(string value, Type t, out object result) {...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Config.Net.TypeParsers { class ByteParser : ITypeParser { public IEnumerable<Type> SupportedTypes => new[] { typeof(int) }; public bool TryParse(string value, Type t, out object result) { ...
mit
C#
f00e12ee1e8b0c0c1294840ca9227581b94ac6b1
Make Title more flexible
jonathanvdc/Pixie,jonathanvdc/Pixie
Pixie/Markup/Title.cs
Pixie/Markup/Title.cs
using System; namespace Pixie.Markup { /// <summary> /// A node that represents a message's title. /// </summary> public sealed class Title : MarkupNode { /// <summary> /// Creates a title node from the given title. /// </summary> /// <param name="title">A title stri...
using System; namespace Pixie.Markup { /// <summary> /// A node that represents a message's title. /// </summary> public sealed class Title : MarkupNode { /// <summary> /// Creates a title node from the given title. /// </summary> /// <param name="Title">A title.</pa...
mit
C#
1ff38240d9f2c058666359ddc567e9a25fe0372c
fix minimal libsvm csharp example
geektoni/shogun,shogun-toolbox/shogun,karlnapf/shogun,Saurabh7/shogun,lisitsyn/shogun,besser82/shogun,lambday/shogun,sorig/shogun,Saurabh7/shogun,lisitsyn/shogun,lambday/shogun,geektoni/shogun,lisitsyn/shogun,karlnapf/shogun,shogun-toolbox/shogun,karlnapf/shogun,karlnapf/shogun,Saurabh7/shogun,besser82/shogun,geektoni/...
examples/undocumented/csharp_modular/classifier_libsvm_minimal_modular.cs
examples/undocumented/csharp_modular/classifier_libsvm_minimal_modular.cs
using System; public class classifier_libsvm_minimal_modular { public static void Main() { modshogun.init_shogun_with_defaults(); int num = 1000; double dist = 1.0; double width = 2.1; double C = 1.0; Random RandomNumber = new Random(); double[,] traindata_real = new double[2, num * 2]; for (int i...
using System; public class classifier_libsvm_minimal_modular { public static void Main() { modshogun.init_shogun_with_defaults(); int num = 1000; double dist = 1.0; double width = 2.1; double C = 1.0; Random RandomNumber = new Random(); double[,] traindata_real = new double[2, num * 2]; for (int i...
bsd-3-clause
C#
24497fbee9c6a62ad8b364c0f76c29cb7b93fb7c
Clear all Textboxes after contact is saved
Fruitseller/todo-list
source/Todo.Forms/AddContactForm.cs
source/Todo.Forms/AddContactForm.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Todo.Forms { public partial class AddContactForm : Form { private Business.Repositories.ContactRepository _contact...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Todo.Forms { public partial class AddContactForm : Form { private Business.Repositories.ContactRepository _contact...
unlicense
C#
588caefdc17f674e6eb1f7cfa5a4e1f354119d91
Remove MapPath member from IStaticData interface
MatterHackers/agg-sharp,larsbrubaker/agg-sharp,jlewin/agg-sharp
agg/Platform/Providers/IStaticData.cs
agg/Platform/Providers/IStaticData.cs
using System.Collections.Generic; using System.IO; using MatterHackers.Agg.Image; namespace MatterHackers.Agg.Platform { public enum IconColor { Theme, White, Raw }; public interface IStaticData { bool DirectoryExists(string pathToManufacturers); bool FileExists(string path); IEnumerable<string> GetDirect...
using System.Collections.Generic; using System.IO; using MatterHackers.Agg.Image; namespace MatterHackers.Agg.Platform { public enum IconColor { Theme, White, Raw }; public interface IStaticData { bool DirectoryExists(string pathToManufacturers); bool FileExists(string path); IEnumerable<string> GetDirect...
bsd-2-clause
C#
bfebc36b5f8570a8ae78e7c06c7d32f50f30ba12
Add new contructors to Index.cs
Ackara/Daterpillar
src/Daterpillar.Core/IndexColumn.cs
src/Daterpillar.Core/IndexColumn.cs
using System.Xml.Serialization; namespace Gigobyte.Daterpillar { /// <summary> /// Represents a database indexed column. /// </summary> public struct IndexColumn { /// <summary> /// Initializes a new instance of the <see cref="IndexColumn"/> struct. /// </summary> /...
using System.Xml.Serialization; namespace Gigobyte.Daterpillar { /// <summary> /// Represents a database indexed column. /// </summary> public struct IndexColumn { /// <summary> /// Gets or sets the column's name. /// </summary> /// <value>The name.</value> ...
mit
C#
9888619b0ec6f336b497ae8bbba9868afc6c9526
Use read-only auto properties.
Faithlife/Parsing
src/Faithlife.Parsing/LineColumn.cs
src/Faithlife.Parsing/LineColumn.cs
using System; using System.Globalization; namespace Faithlife.Parsing { /// <summary> /// A line and column number. /// </summary> public struct LineColumn : IEquatable<LineColumn> { /// <summary> /// Creates an instance. /// </summary> public LineColumn(int lineNumber, int columnNumber) ...
using System; using System.Globalization; namespace Faithlife.Parsing { /// <summary> /// A line and column number. /// </summary> public struct LineColumn : IEquatable<LineColumn> { /// <summary> /// Creates an instance. /// </summary> public LineColumn(int lineNumber, int columnNumber) ...
mit
C#
8751fd29d1d1096f3e6fe37cdb034f460879178b
make bytebuffer class sealed
mdavid/manos-spdy,jacksonh/manos,jacksonh/manos,jacksonh/manos,jmptrader/manos,jmptrader/manos,jacksonh/manos,jmptrader/manos,jmptrader/manos,mdavid/manos-spdy,jacksonh/manos,jacksonh/manos,jmptrader/manos,jacksonh/manos,jmptrader/manos,mdavid/manos-spdy,mdavid/manos-spdy,jmptrader/manos,mdavid/manos-spdy,mdavid/manos-...
src/Manos.IO/Manos.IO/ByteBuffer.cs
src/Manos.IO/Manos.IO/ByteBuffer.cs
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.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 in the Software without restriction, including // without limitation the rights to use,...
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.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 in the Software without restriction, including // without limitation the rights to use,...
mit
C#
433c087136c32bac34cf08309f53e6a918747615
Update IWorkContextAccessor.cs
hbulzy/Orchard,grapto/Orchard.CloudBust,fassetar/Orchard,brownjordaninternational/OrchardCMS,TalaveraTechnologySolutions/Orchard,mvarblow/Orchard,phillipsj/Orchard,abhishekluv/Orchard,SzymonSel/Orchard,omidnasri/Orchard,rtpHarry/Orchard,grapto/Orchard.CloudBust,dmitry-urenev/extended-orchard-cms-v10.1,li0803/Orchard,Fo...
src/Orchard/IWorkContextAccessor.cs
src/Orchard/IWorkContextAccessor.cs
using System; using System.Web; namespace Orchard { public interface IWorkContextAccessor { WorkContext GetContext(HttpContextBase httpContext); IWorkContextScope CreateWorkContextScope(HttpContextBase httpContext); WorkContext GetContext(); IWorkContextScope CreateWorkContextScop...
using System; using System.Web; namespace Orchard { public interface IWorkContextAccessor { WorkContext GetContext(HttpContextBase httpContext); IWorkContextScope CreateWorkContextScope(HttpContextBase httpContext); WorkContext GetContext(); IWorkContextScope CreateWorkContextScop...
bsd-3-clause
C#
61b15ae33f652e077ce7494f87cc82fa01f2566f
Fix compilation
MaceWindu/linq2db,enginekit/linq2db,genusP/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db,ronnyek/linq2db,genusP/linq2db,lvaleriu/linq2db,lvaleriu/linq2db,MaceWindu/linq2db,jogibear9988/linq2db,LinqToDB4iSeries/linq2db,jogibear9988/linq2db,linq2db/linq2db
Source/IRetryPolicy.cs
Source/IRetryPolicy.cs
using System; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; namespace LinqToDB { public interface IRetryPolicy { /// <summary> /// Executes the specified operation and returns the result. /// </summary> /// <param name="operation"> /// A delegate...
using System; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; namespace LinqToDB { public interface IRetryPolicy { /// <summary> /// Executes the specified operation and returns the result. /// </summary> /// <param name="operation"> /// A delegate...
mit
C#
3ae00f076454a06657ae714f6d26ebad33f322e8
Use LF.
FacilityApi/FacilityCSharp,FacilityApi/FacilityJavaScript,FacilityApi/FacilityJavaScript,FacilityApi/Facility,FacilityApi/FacilityJavaScript
tools/Build/Build.cs
tools/Build/Build.cs
using System; using System.IO; using System.Linq; using System.Text.RegularExpressions; using Faithlife.Build; using static Faithlife.Build.AppRunner; using static Faithlife.Build.BuildUtility; using static Faithlife.Build.DotNetRunner; internal static class Build { public static int Main(string[] args) => BuildRunne...
using System; using System.IO; using System.Linq; using System.Text.RegularExpressions; using Faithlife.Build; using static Faithlife.Build.AppRunner; using static Faithlife.Build.BuildUtility; using static Faithlife.Build.DotNetRunner; internal static class Build { public static int Main(string[] args) => BuildRunne...
mit
C#
268773fe6a04ff9f58a87ef97a4ab7462a735916
Update AccountsTests.cs
hiddenswitch/Meteor-Unity,hiddenswitch/Meteor-Unity
Tests/AccountsTests.cs
Tests/AccountsTests.cs
#if TESTS using System; using System.Collections; using Meteor; using UnTested; namespace Meteor.Tests { [TestFixture] public class AccountsTests : ConnectionTestDependency { // Make sure that the accounts-password package is added to your meteor server [Test] public IEnumerator LoginAsGuest() { yield retu...
#if TESTS using System; using System.Collections; using Meteor; using UnTested; namespace Meteor.Tests { [TestFixture] public class AccountsTests : ConnectionTestDependency { [Test] public IEnumerator LoginAsGuest() { yield return Accounts.LoginAsGuest (); Assert.IsNotNull (Accounts.UserId); yield brea...
mit
C#
77f850994034e7ce1247746d8f3a276f356da462
Fix a subtle syntax error that only the TC compiler detects
StephenMcConnel/BloomDesktop,JohnThomson/BloomDesktop,BloomBooks/BloomDesktop,andrew-polk/BloomDesktop,andrew-polk/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,andrew-polk/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,JohnThomson/BloomDesktop,Bl...
src/BloomTests/PretendRequestInfo.cs
src/BloomTests/PretendRequestInfo.cs
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System.Collections.Specialized; using System.IO; using System.Text; namespace Bloom.web { public class PretendRequestInfo : IRequestInfo { public string ReplyContents; public stri...
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System.Collections.Specialized; using System.IO; using System.Text; namespace Bloom.web { public class PretendRequestInfo : IRequestInfo { public string ReplyContents; public stri...
mit
C#
713c0125eddc0bb588fcfa2b43da48abc0a43219
Update AssemblyInfo.cs
EmphaticFist/Fluky,michaeljbaird/Fluky,michaeljbaird/Fluky,EmphaticFistGames/Fluky
src/Fluky/Properties/AssemblyInfo.cs
src/Fluky/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: AssemblyConfigurati...
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: AssemblyConfigurat...
mit
C#
62d17d46f99310e692ff65d85f4df0bb697637c5
Fix build issue
daniel-luberda/FFImageLoading,molinch/FFImageLoading,AndreiMisiukevich/FFImageLoading,luberda-molinet/FFImageLoading
source/FFImageLoading.Droid/Work/StreamResolver/FilePathStreamResolver.cs
source/FFImageLoading.Droid/Work/StreamResolver/FilePathStreamResolver.cs
using System; using Android.Graphics.Drawables; using FFImageLoading.Work; using System.IO; using FFImageLoading.IO; using System.Threading.Tasks; using System.Threading; namespace FFImageLoading.Work.StreamResolver { public class FilePathStreamResolver : IStreamResolver { public Task<WithLoadingResult<Stream>...
using System; using Android.Graphics.Drawables; using FFImageLoading.Work; using System.IO; using FFImageLoading.IO; using System.Threading.Tasks; using System.Threading; namespace FFImageLoading.Work.StreamResolver { public class FilePathStreamResolver : IStreamResolver { public Task<WithLoadingResult<Stream>...
mit
C#
4078c6720ee6cc125c610e4080116800b98f9179
Clear comments list on navigation
aalok05/CodeHub,PoLaKoSz/CodeHub
CodeHub/Views/IssueDetailView.xaml.cs
CodeHub/Views/IssueDetailView.xaml.cs
using CodeHub.Helpers; using CodeHub.ViewModels; using Octokit; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls;...
using CodeHub.Helpers; using CodeHub.ViewModels; using Octokit; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls;...
mit
C#
000f871f10633000c8b9c36fd6dc318db46f9fd6
Update ConstructFixtureCommand.cs
nunit/nunit,nunit/nunit
src/NUnitFramework/framework/Internal/Commands/ConstructFixtureCommand.cs
src/NUnitFramework/framework/Internal/Commands/ConstructFixtureCommand.cs
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt #nullable enable using NUnit.Framework.Interfaces; namespace NUnit.Framework.Internal.Commands { /// <summary> /// ConstructFixtureCommand constructs the user test object if necessary. /// </summary> public cla...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt #nullable enable using NUnit.Framework.Interfaces; namespace NUnit.Framework.Internal.Commands { /// <summary> /// ConstructFixtureCommand constructs the user test object if necessary. /// </summary> public cla...
mit
C#
31b41406176daeb2966a0fdcc846debc0dff16a7
Initialize VisualTestGame hierarchy in constructor.
DrabWeb/osu-framework,Tom94/osu-framework,paparony03/osu-framework,default0/osu-framework,RedNesto/osu-framework,Nabile-Rahmani/osu-framework,peppy/osu-framework,RedNesto/osu-framework,EVAST9919/osu-framework,naoey/osu-framework,NeoAdonis/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST...
osu.Framework.VisualTests/VisualTestGame.cs
osu.Framework.VisualTests/VisualTestGame.cs
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using osu.Framework.GameModes.Testing; using osu.Framework.Graphics; using osu.Framework.Graphics.Cursor; namespace osu.Framework.VisualTests { ...
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using osu.Framework.GameModes.Testing; using osu.Framework.Graphics.Cursor; namespace osu.Framework.VisualTests { class VisualTestGame : Game ...
mit
C#
2a7321086548a6f99a35c4517357ff77d3ab996c
Add xmldoc and update parameter naming for `MemoryCachingComponent.Invalidate` flow
ppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu
osu.Game/Database/MemoryCachingComponent.cs
osu.Game/Database/MemoryCachingComponent.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable disable using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; using osu.Framewo...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable disable using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; using osu.Framewo...
mit
C#
ebce3fd3c7d408541b39b2fa37df45d82d057a08
Use `ScheduleAfterChildren` to better match comment
peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu
osu.Game/Skinning/SkinnableTargetWrapper.cs
osu.Game/Skinning/SkinnableTargetWrapper.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 Newtonsoft.Json; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; namespace osu.Game.Skinning { /// <summary> /// A con...
// 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 Newtonsoft.Json; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; namespace osu.Game.Skinning { /// <summary> /// A con...
mit
C#
086bb3c8537652b5b34295b55261cb8d18eb6eb6
Modify BasicHalPersisterStrategy to support link parsing on creation
Xerosigma/halclient
HALClient/Persister/BasicHalPersisterStrategy.cs
HALClient/Persister/BasicHalPersisterStrategy.cs
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Net.Http; using System.Text; using Ecom.Hal.Exception; using Ecom.Hal.JSON; using Newtonsoft.Json; namespace Ecom.Hal.Persister { public class BasicHalPersisterStrategy ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Text; using Ecom.Hal.Exception; using Ecom.Hal.JSON; using Newtonsoft.Json; namespace Ecom.Hal.Persister { public class BasicHalPersisterStrategy : IHalPersisterStrategy { public I...
apache-2.0
C#
8d6d1122d526ddf7405b2cdb210d2cf062200285
update couchbase net client to v2.0.2
weitaolee/Orleans.EventSourcing
Orleans.EventSourcing/Properties/AssemblyInfo.cs
Orleans.EventSourcing/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Orleans.EventSourcing")] [assembly: AssemblyDescription("Orleans Event-Sourcing Libary")] [assembly: AssemblyConfiguration("")] [assembly:...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Orleans.EventSourcing")] [assembly: AssemblyDescription("Orleans Event-Sourcing Libary")] [assembly: AssemblyConfiguration("")] [assembly:...
mit
C#
defd4e76e654195fc27b5bbc60877f024ac823c1
Optimize naming croatia
tinohager/Nager.Date,tinohager/Nager.Date,tinohager/Nager.Date
Src/Nager.Date/PublicHolidays/CroatiaProvider.cs
Src/Nager.Date/PublicHolidays/CroatiaProvider.cs
using Nager.Date.Model; using System.Collections.Generic; using System.Linq; namespace Nager.Date.PublicHolidays { public class CroatiaProvider : CatholicBaseProvider { public override IEnumerable<PublicHoliday> Get(int year) { //Croatia //https://en.wikipedia.org/wiki/...
using Nager.Date.Model; using System.Collections.Generic; using System.Linq; namespace Nager.Date.PublicHolidays { public class CroatiaProvider : CatholicBaseProvider { public override IEnumerable<PublicHoliday> Get(int year) { //Croatia //https://en.wikipedia.org/wiki/...
mit
C#
a2a0f616bfb8258e8be37bcc70c332d6b2842a20
Add CombineWith extension method
jlewin/agg-sharp,larsbrubaker/agg-sharp,MatterHackers/agg-sharp
agg/VertexSource/VertexSourceExtensionMethods.cs
agg/VertexSource/VertexSourceExtensionMethods.cs
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modi...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, modi...
bsd-2-clause
C#
02f20de83229722ea5757e3eaa24499776337b83
Allow sampling only were possible (-> counters).
MaciejSzczepanski/graphite-client,peschuster/graphite-client,PeteGoo/graphite-client
source/Graphite.Web/StatsDProfiler.cs
source/Graphite.Web/StatsDProfiler.cs
using System; using Graphite.Configuration; namespace Graphite.Web { public class StatsDProfiler { private static readonly ChannelCache channels = new ChannelCache(20, (IMonitoringChannel c) => c != null); private readonly ChannelFactory factory; private IStopwatch watch; in...
using System; using Graphite.Configuration; namespace Graphite.Web { public class StatsDProfiler { private static readonly ChannelCache channels = new ChannelCache(20, (IMonitoringChannel c) => c != null); private readonly ChannelFactory factory; private IStopwatch watch; in...
mit
C#
18b7f3d495f308f83383f078ccba5c0bd75b322c
Remove unused using directive
escamilla/squirrel
squirrel/BuiltinFunctionAttributes.cs
squirrel/BuiltinFunctionAttributes.cs
using System; namespace Squirrel { [AttributeUsage(AttributeTargets.Method, Inherited = false)] public class ExpectedTypeAttribute : Attribute { public readonly Type ExpectedType; public ExpectedTypeAttribute(Type expectedType) { ExpectedType = expectedType; } ...
using System; using Squirrel.Nodes; namespace Squirrel { [AttributeUsage(AttributeTargets.Method, Inherited = false)] public class ExpectedTypeAttribute : Attribute { public readonly Type ExpectedType; public ExpectedTypeAttribute(Type expectedType) { ExpectedType = ex...
mit
C#
3f460e281ef40146c692d57ac8b5cc7dcd540e3d
check inner exception
6bee/aqua-core
test/Aqua.Tests/Dynamic/DynamicObjectMapper/When_using_type_safety_checker.cs
test/Aqua.Tests/Dynamic/DynamicObjectMapper/When_using_type_safety_checker.cs
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.Tests.Dynamic.DynamicObjectMapper { using Aqua.Dynamic; using Shouldly; using System; using Xunit; public class When_using_type_safety_checker { public clas...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.Tests.Dynamic.DynamicObjectMapper { using Aqua.Dynamic; using Shouldly; using System; using Xunit; public class When_using_type_safety_checker { public clas...
mit
C#
3711862524943e789696a50c1827c65cb3717e42
Update Producer.cs
Nikey646/VndbSharp
VndbSharp/Models/Producer/Producer.cs
VndbSharp/Models/Producer/Producer.cs
using System; using System.Collections.ObjectModel; using VndbSharp.Models.Common; namespace VndbSharp.Models.Producer { public class Producer : ProducerCommon { public String Language { get; private set; } public ProducerLinks Links { get; private set; } [IsCsv] public ReadOnlyCollection<String> Aliases { ...
using System; using System.Collections.ObjectModel; using VndbSharp.Models.Common; namespace VndbSharp.Models.Producer { public class Producer : ProducerCommon { public String Language { get; private set; } public ProducerLinks Links { get; private set; } public ReadOnlyCollection<String> Aliases { get; priva...
mit
C#
8af213ab9aeb67610da9dd29ec22eaa7e17b036f
Update ContractReferencedDocument.cs
stephanstapel/ZUGFeRD-csharp,stephanstapel/ZUGFeRD-csharp
ZUGFeRD/ContractReferencedDocument.cs
ZUGFeRD/ContractReferencedDocument.cs
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace s2industries.ZUGFeRD { public class ContractReferencedDocument : BaseReferencedDocument { } }
apache-2.0
C#
aea9ef67289127bd176e4c75d2f91e582597a131
Fix tag helper typo
MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure
src/GRA.Web/Views/_ViewImports.cshtml
src/GRA.Web/Views/_ViewImports.cshtml
@using GRA.Web @using GRA.Controllers @using GRA.Domain.Model @addTagHelper *, WebOptimizer.Core @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, GRA.Controllers @inject Microsoft.Extensions.Localization.IStringLocalizer<GRA.Resources.Shared> SharedLocalizer @inject Microsoft.AspNetCore.Mvc.Loca...
@using GRA.Web @using GRA.Controllers @using GRA.Domain.Model @addTagHelper *, WeebOptimizer.Core @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, GRA.Controllers @inject Microsoft.Extensions.Localization.IStringLocalizer<GRA.Resources.Shared> SharedLocalizer @inject Microsoft.AspNetCore.Mvc.Loc...
mit
C#
8e13f2b8061be32a9a8c8f61e0cd5a1edc492dd8
Improve performance of puzzle 5
martincostello/project-euler
src/ProjectEuler/Puzzles/Puzzle005.cs
src/ProjectEuler/Puzzles/Puzzle005.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 System; using System.Linq; /// <summary> /// A class representing the sol...
// 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 System; using System.Linq; /// <summary> /// A class representing the sol...
apache-2.0
C#
20c8ae1fa74ebc0350a7ed8d3786845212654c90
Change linux check to check windows instead
umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CM...
src/Umbraco.Web/UmbracoApplication.cs
src/Umbraco.Web/UmbracoApplication.cs
using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading; using System.Web; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Core.Logging.Serilog; using Umbraco.Core.Runtime; using Umbraco.Core.Con...
using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading; using System.Web; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Core.Logging.Serilog; using Umbraco.Core.Runtime; using Umbraco.Core.Con...
mit
C#
c06d3aabc220cb19d7c915ffbfc00d49472f5721
Fix "Download template" button
LBiNetherlands/LBi.LostDoc,LBiNetherlands/LBi.LostDoc
LBi.LostDoc.Repository.Web.Host/Areas/Administration/Views/System/Index.cshtml
LBi.LostDoc.Repository.Web.Host/Areas/Administration/Views/System/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#
12bb72fa5bdc4a19edcdb7be4c524671adda7367
Add MediaNotificationManagerImplementation for UWP
martijn00/XamarinMediaManager,modplug/XamarinMediaManager,mike-rowley/XamarinMediaManager,martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,bubavanhalen/XamarinMediaManager
MediaManager/Plugin.MediaManager.UWP/MediaNotificationManagerImplementation.cs
MediaManager/Plugin.MediaManager.UWP/MediaNotificationManagerImplementation.cs
using System; using Windows.Media; using Windows.Storage.Streams; using Plugin.MediaManager.Abstractions; using Plugin.MediaManager.Abstractions.Implementations; namespace Plugin.MediaManager { public class MediaNotificationManagerImplementation : IMediaNotificationManager { private readonly SystemMed...
using Plugin.MediaManager.Abstractions; using Plugin.MediaManager.Abstractions.Implementations; namespace Plugin.MediaManager { public class MediaNotificationManagerImplementation : IMediaNotificationManager { public void StartNotification(IMediaFile mediaFile) { } ...
mit
C#
bcb8ffe271ea464f76dc6404c269e2d9e4ed0fc9
Fix text decoding issue with UTF8 BOM
atifaziz/WebLinq,weblinq/WebLinq,weblinq/WebLinq,atifaziz/WebLinq
src/Core/Text/TextQuery.cs
src/Core/Text/TextQuery.cs
#region Copyright (c) 2016 Atif Aziz. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
#region Copyright (c) 2016 Atif Aziz. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
apache-2.0
C#
3c5169b7e7eb3daffc59f414f5e8d6eec517acd1
Simplify test methods initialization
appharbor/appharbor-cli
src/AppHarbor.Tests/ApplicationConfigurationTest.cs
src/AppHarbor.Tests/ApplicationConfigurationTest.cs
using System; using System.IO; using System.Text; using AppHarbor.Model; using Moq; using Ploeh.AutoFixture.Xunit; using Xunit; using Xunit.Extensions; namespace AppHarbor.Tests { public class ApplicationConfigurationTest { public static string ConfigurationFile = Path.GetFullPath(".appharbor"); [Theory, AutoC...
using System; using System.IO; using System.Text; using AppHarbor.Model; using Moq; using Ploeh.AutoFixture.Xunit; using Xunit; using Xunit.Extensions; namespace AppHarbor.Tests { public class ApplicationConfigurationTest { public static string ConfigurationFile = Path.GetFullPath(".appharbor"); [Theory, AutoC...
mit
C#
c5593491e073fff39e77f964b0ca8f9fe4cc48eb
fix breaking change from mvc
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/MusicStore.Spa/Infrastructure/BaseController.cs
src/MusicStore.Spa/Infrastructure/BaseController.cs
using System; using System.Linq; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNet.Mvc.ModelBinding; using Microsoft.AspNet.Routing; namespace Microsoft.AspNet.Mvc { public class BaseController : Controller { private IEnumerable<IModelBinder...
using System; using System.Linq; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNet.Mvc.ModelBinding; using Microsoft.AspNet.Routing; namespace Microsoft.AspNet.Mvc { public class BaseController : Controller { private IEnumerable<IModelBinder...
apache-2.0
C#
2afb2a224f9232df24fac1eefb69253ebe14315f
Set OpenApiControllerAttribute usage to class (#3025)
RSuter/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,RSuter/NSwag
src/NSwag.Annotations/OpenApiControllerAttribute.cs
src/NSwag.Annotations/OpenApiControllerAttribute.cs
//----------------------------------------------------------------------- // <copyright file="OpenApiControllerAttribute.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail...
//----------------------------------------------------------------------- // <copyright file="OpenApiControllerAttribute.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail...
mit
C#
d4e003e87e0852e7056f50062f69df6c18ace2a6
align Dotnet.Build version
filipw/dotnet-script,filipw/dotnet-script
build/BuildContext.csx
build/BuildContext.csx
#load "nuget:Dotnet.Build, 0.2.9" using static FileUtils; using System.Xml.Linq; string Version; string GitHubArtifactsFolder; string GitHubReleaseAsset; string GitHubReleaseNoteAsset; string NuGetArtifactsFolder; string ChocolateyArtifactsFolder; string PublishArtifactsFolder; string PublishArchiveFolder; str...
#load "nuget:Dotnet.Build, 0.2.8" using static FileUtils; using System.Xml.Linq; string Version; string GitHubArtifactsFolder; string GitHubReleaseAsset; string GitHubReleaseNoteAsset; string NuGetArtifactsFolder; string ChocolateyArtifactsFolder; string PublishArtifactsFolder; string PublishArchiveFolder; str...
mit
C#
ba6e492d1141ac3471f37a3d1b9ecff9dd5e419d
Add closest and nearest body filters
mrvux/kgp
src/KGP.Core/KinectBodyExtensions.cs
src/KGP.Core/KinectBodyExtensions.cs
using Microsoft.Kinect; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KGP { /// <summary> /// Extensions methods for Kinect Body /// </summary> public static class KinectBodyExtensions { /// <summary> /...
using Microsoft.Kinect; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KGP { /// <summary> /// Extensions methods for Kinect Body /// </summary> public static class KinectBodyExtensions { /// <summary> /...
mit
C#
40d08a3cd77b9542b4176cb96c58bac973ee2ae7
Build failed.
MonkAlex/MangaReader
MangaReader.Avalonia/ViewModel/Command/Library/UpdateVisibleMangaCommand.cs
MangaReader.Avalonia/ViewModel/Command/Library/UpdateVisibleMangaCommand.cs
using System.Linq; using MangaReader.Avalonia.ViewModel.Explorer; using MangaReader.Core.Services; namespace MangaReader.Avalonia.ViewModel.Command.Library { public class UpdateVisibleMangaCommand : LibraryBaseCommand { private readonly LibraryContentViewModel viewModel; public override async void Execut...
using System.Linq; using MangaReader.Avalonia.ViewModel.Explorer; using MangaReader.Core.Services; namespace MangaReader.Avalonia.ViewModel.Command.Library { public class UpdateVisibleMangaCommand : LibraryBaseCommand { private readonly LibraryContentViewModel viewModel; public override async void Execut...
mit
C#
e118066c826d72ef2c8f7dd9fb73f31f2a20d272
Update ExtraXPathAttribute
atata-framework/atata,YevgeniyShunevych/Atata,atata-framework/atata,YevgeniyShunevych/Atata
src/Atata/Attributes/ExtraXPathAttribute.cs
src/Atata/Attributes/ExtraXPathAttribute.cs
using System; namespace Atata { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Class | AttributeTargets.Interface)] public abstract class ExtraXPathAttribute : Attribute { protected ExtraXPathAttribute(string xPath) { if (xPath != null) { ...
using System; namespace Atata { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Class | AttributeTargets.Interface)] public abstract class ExtraXPathAttribute : Attribute { protected ExtraXPathAttribute(string xPath) { if (xPath != null) { ...
apache-2.0
C#
db7aaead4b584bf2b9a3640be6046de249f827c8
Add warning message for get global usage
AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azur...
src/ResourceManager/Storage/Commands.Management.Storage/StorageAccount/GetAzureStorageUsage.cs
src/ResourceManager/Storage/Commands.Management.Storage/StorageAccount/GetAzureStorageUsage.cs
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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.apa...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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.apa...
apache-2.0
C#
f785c241701d5adc4463b05ee9e782766aac00cb
Fix documentation bug.
drewnoakes/cassette
Cassette/IContentAddressableStore.cs
Cassette/IContentAddressableStore.cs
/* * Copyright 2015 Drew Noakes * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * Copyright 2015 Drew Noakes * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
apache-2.0
C#
9fce07625da2e99ef213c5a7dddbe64404a04050
Fix library suffux usage for coreclr library name construction
anurse/Cli,FubarDevelopment/cli,dasMulli/cli,jkotas/cli,jonsequitur/cli,johnbeisner/cli,FubarDevelopment/cli,MichaelSimons/cli,gkhanna79/cli,ravimeda/cli,mylibero/cli,krwq/cli,weshaggard/cli,danquirk/cli,danquirk/cli,danquirk/cli,ravimeda/cli,schellap/cli,jaredpar/cli,livarcocc/cli-1,naamunds/cli,blackdwarf/cli,blackdw...
src/Microsoft.DotNet.Cli.Utils/Constants.cs
src/Microsoft.DotNet.Cli.Utils/Constants.cs
// Copyright (c) .NET Foundation and contributors. 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.Threading.Tasks; using System.Runtime.InteropServices; namespac...
// Copyright (c) .NET Foundation and contributors. 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.Threading.Tasks; using System.Runtime.InteropServices; namespac...
mit
C#
591f200da9c3aea49ba31f933376cbebd136604c
Change version number to 0.8.7
AngleSharp/AngleSharp,AngleSharp/AngleSharp,zedr0n/AngleSharp.Local,FlorianRappl/AngleSharp,Livven/AngleSharp,zedr0n/AngleSharp.Local,zedr0n/AngleSharp.Local,AngleSharp/AngleSharp,FlorianRappl/AngleSharp,AngleSharp/AngleSharp,Livven/AngleSharp,AngleSharp/AngleSharp,FlorianRappl/AngleSharp,FlorianRappl/AngleSharp,Livven...
AngleSharp/Properties/AssemblyInfo.cs
AngleSharp/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("AngleSharp")] [assembly: AssemblyDescription("AngleSharp is the ultimate angle brackets parser library. It parses HTML5, MathML, SVG, XML and CSS to construct a DOM based on the official W3C...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("AngleSharp")] [assembly: AssemblyDescription("AngleSharp is the ultimate angle brackets parser library. It parses HTML5, MathML, SVG, XML and CSS to construct a DOM based on the official W3C...
mit
C#
e90b0de8cfb75ec5119af822f12b085afb7e60cd
Use assembly version for file version
danielchalmers/DesktopWidgets
DesktopWidgets/Properties/AssemblyInfo.cs
DesktopWidgets/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DesktopWidgets")] ...
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DesktopWidgets")] ...
apache-2.0
C#
fec0101bf384e0ff1bdd22a002f39ec7badfe1d3
Update attribute doc example
madsbangh/EasyButtons
Assets/EasyButtons/ButtonAttribute.cs
Assets/EasyButtons/ButtonAttribute.cs
using System; namespace EasyButtons { /// <summary> /// Attribute to create a button in the inspector for calling the method it is attached to. /// The method must be public and have no arguments. /// </summary> /// <example> /// [Button] /// public void MyMethod() /// { /// De...
using System; namespace EasyButtons { /// <summary> /// Attribute to create a button in the inspector for calling the method it is attached to. /// The method must be public and have no arguments. /// </summary> /// <example> /// [<see cref="ButtonAttribute"/>] /// public void MyMethod() ...
mit
C#
0f6389da2ee225111d837b340ce3b0f413ca5491
Update ToggleIsExpandedOnDoubleTappedBehavior.cs
wieslawsoltes/AvaloniaBehaviors,wieslawsoltes/AvaloniaBehaviors
src/Avalonia.Xaml.Interactions/Custom/ToggleIsExpandedOnDoubleTappedBehavior.cs
src/Avalonia.Xaml.Interactions/Custom/ToggleIsExpandedOnDoubleTappedBehavior.cs
using Avalonia.Controls; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Xaml.Interactivity; namespace Avalonia.Xaml.Interactions.Custom; /// <summary> /// Toggles <see cref="TreeViewItem.IsExpanded"/> property of the associated <see cref="TreeViewItem"/> control on <see cref="InputElement.DoubleT...
using Avalonia.Controls; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Xaml.Interactivity; namespace Avalonia.Xaml.Interactions.Custom; /// <summary> /// Toggles <see cref="TreeViewItem.IsExpanded"/> property of the associated <see cref="TreeViewItem"/> control on <see cref="InputElement.DoubleT...
mit
C#
10b9c338f251cbf8937dca36c8d57adef00b391d
Clean up
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/Program.cs
src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/Program.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; namespace GrpcService_CSharp { public class Program { public static void Main(string[] args) { Cr...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; namespace GrpcService_CSharp { public class Program { public static void Main(string[] args) { Cr...
apache-2.0
C#
dc4e786decfc8fde804a918ae07c5ca187f00fae
Trim placeholders.
JohanLarsson/Gu.Roslyn.Asserts
Gu.Roslyn.Asserts.Analyzers.Tests/Code.cs
Gu.Roslyn.Asserts.Analyzers.Tests/Code.cs
namespace Gu.Roslyn.Asserts.Analyzers.Tests { public static class Code { public const string PlaceholderAnalyzer = @" namespace RoslynSandbox { using System.Collections.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; internal class PlaceholderAnalyzer ...
namespace Gu.Roslyn.Asserts.Analyzers.Tests { public static class Code { public const string PlaceholderAnalyzer = @" namespace RoslynSandbox { using System.Collections.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Diagnostics;...
mit
C#
1cdb1031d25c217a9595ea5e654d6047f8f75024
Bump version to 3.1.
jcheng31/ForecastPCL,jcheng31/DarkSkyApi
DarkSkyApi/Properties/AssemblyInfo.cs
DarkSkyApi/Properties/AssemblyInfo.cs
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [asse...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [asse...
mit
C#
11795cb4f4673367663209d8e1a3fca481aadc52
Check text archive compression without using exceptions.
Prof9/TextPet
LibTextPet/IO/MSG/ROMTextArchiveReader.cs
LibTextPet/IO/MSG/ROMTextArchiveReader.cs
using LibTextPet.General; using LibTextPet.Msg; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; namespace LibTextPet.IO.Msg { /// <summary> /// A reader that reads text archives from a ROM. /// </summary> public class ROMTextArchiv...
using LibTextPet.General; using LibTextPet.Msg; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; namespace LibTextPet.IO.Msg { /// <summary> /// A reader that reads text archives from a ROM. /// </summary> public class ROMTextArchiv...
mit
C#
2349a3f4e33b75c4ea44b26dab5af5a7911991a0
change job/* route to jobs/*
RaulMonteroC/empleo-dot-net,eatskolnikov/empleo-dot-net,ncarrasco/empleo-dot-net,ncarrasco/empleo-dot-net,RaulMonteroC/empleo-dot-net,Ronald2/empleo-dot-net,EfrainReyes/empleo-dot-net,developersdo/empleo-dot-net,Ronald2/empleo-dot-net,Ronald2/empleo-dot-net,EfrainReyes/empleo-dot-net,eatskolnikov/empleo-dot-net,develop...
EmpleoDotNet/App_Start/RouteConfig.cs
EmpleoDotNet/App_Start/RouteConfig.cs
using System.Web.Mvc; using System.Web.Routing; namespace EmpleoDotNet { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.LowercaseUrls = true; routes.MapRoute( ...
using System.Web.Mvc; using System.Web.Routing; namespace EmpleoDotNet { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.LowercaseUrls = true; routes.MapRoute( ...
unlicense
C#
0a9f48be67362fed8e4680b3a88a7c558ca6531e
修改注释 #1802
JeffreySu/WeiXinMPSDK,lishewen/WeiXinMPSDK,lishewen/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,lishewen/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK,mc7246/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,mc7246/WeiXinMPSDK
src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerListResult.cs
src/Senparc.Weixin.Open/Senparc.Weixin.Open/ComponentAPIs/ComponentJson/AuthorizerListResult.cs
/*---------------------------------------------------------------- Copyright (C) 2019 Senparc 文件名:RefreshAuthorizerTokenResult.cs 文件功能描述:获取(刷新)授权公众号的令牌返回结果 创建标识:mc7246 - 20190603 ----------------------------------------------------------------*/ using System; using System.Collections.G...
/*---------------------------------------------------------------- Copyright (C) 2019 Senparc 文件名:RefreshAuthorizerTokenResult.cs 文件功能描述:获取(刷新)授权公众号的令牌返回结果 创建标识:Senparc - 20150726 ----------------------------------------------------------------*/ using System; using System.Collections.G...
apache-2.0
C#
3e66b2505b981ca77038d4431eb8a04dd1489b28
update version
naile/cacti.mvc.web
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("Ca...
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("Ca...
mit
C#
adbfb49ea5614519e6227f35d50286bdfa81ee70
Update assembly version to 1.0.0.3
awslabs/elasticache-cluster-config-net
Amazon.ElastiCacheCluster/Properties/AssemblyInfo.cs
Amazon.ElastiCacheCluster/Properties/AssemblyInfo.cs
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the Licen...
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the Licen...
apache-2.0
C#
9ca41ee775ca7f895a0090786de3ec27996814a6
Update mergeinfo properties.
eylvisaker/AgateLib
Tests/Display/TileTester/frmTileTester.cs
Tests/Display/TileTester/frmTileTester.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using AgateLib.DisplayLib; namespace TileTester { public partial class frmTileTester : Form { public frmTileTester() ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using AgateLib.DisplayLib; namespace TileTester { public partial class frmTileTester : Form { public frmTileTester() ...
mit
C#
36c15e605d2097c3141cfa119e97f756b8c35bdb
Remove unused usings
PowerShell/PowerShellEditorServices
src/PowerShellEditorServices.Protocol/LanguageServer/ScriptRegionRequest.cs
src/PowerShellEditorServices.Protocol/LanguageServer/ScriptRegionRequest.cs
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol; namespace Microsoft.PowerShell.EditorServices.Protocol.LanguageServer { /// <summary> ...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using System.Collections; using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol; using System.Collections.Generic; namespace Microsoft.PowerShell.Ed...
mit
C#
c6eea39d1e4e6a47633524c212a9e3c350637e63
Fix lint errors in Storage Quickstart.
GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples
storage/api/QuickStart/QuickStart.cs
storage/api/QuickStart/QuickStart.cs
// Copyright 2016 Google Inc. // // 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 agre...
// Copyright 2016 Google Inc. // // 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 agre...
apache-2.0
C#
8eb9f24282c559918460928f9b8dd8dbad334901
Remove document null check
diryboy/roslyn,jasonmalinowski/roslyn,physhi/roslyn,AmadeusW/roslyn,weltkante/roslyn,jasonmalinowski/roslyn,KevinRansom/roslyn,weltkante/roslyn,shyamnamboodiripad/roslyn,shyamnamboodiripad/roslyn,eriawan/roslyn,bartdesmet/roslyn,diryboy/roslyn,CyrusNajmabadi/roslyn,sharwell/roslyn,AmadeusW/roslyn,wvdd007/roslyn,shyamna...
src/Features/LanguageServer/Protocol/Handler/DocumentChanges/DidChangeHandler.cs
src/Features/LanguageServer/Protocol/Handler/DocumentChanges/DidChangeHandler.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.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; us...
// 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.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; us...
mit
C#
e32ab8459e15c2219df4e726a297d32ce53b4562
Use correct center point for computing touchable normal inside a collider. (#5849)
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MixedRealityToolkit.Services/InputSystem/NearInteractionTouchableVolume.cs
Assets/MixedRealityToolkit.Services/InputSystem/NearInteractionTouchableVolume.cs
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Inpu...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Inpu...
mit
C#
f0cc402b4be566925bf80694ba4e84cf947185e4
Remove comment, null check unnecessary.
AshWilliams/MvcMailer,smsohan/MvcMailer,AshWilliams/MvcMailer,smilecn02/MvcMailer,smilecn02/MvcMailer,smsohan/MvcMailer,zanfar/MvcMailer,zanfar/MvcMailer
Mvc.Mailer/LinkedResourceProvider.cs
Mvc.Mailer/LinkedResourceProvider.cs
using System.Collections.Generic; using System.Linq; using System.Net.Mail; using System.Net.Mime; namespace Mvc.Mailer { /// <summary> /// This class is a utility class for instantiating LinkedResource objects /// </summary> public class LinkedResourceProvider : ILinkedResourceProvider { publ...
using System.Collections.Generic; using System.Linq; using System.Net.Mail; using System.Net.Mime; namespace Mvc.Mailer { /// <summary> /// This class is a utility class for instantiating LinkedResource objects /// </summary> public class LinkedResourceProvider : ILinkedResourceProvider { publ...
mit
C#
737687dec330bc49a9913b104895c661494d35bd
Change the version.
minidfx/Rx.Contrib
Rx.Contrib/Properties/AssemblyInfo.cs
Rx.Contrib/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("Rx.Contrib")] [assembly: AssemblyDescrip...
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("Rx.Contrib")] [assembly: AssemblyDescrip...
mit
C#
6842df4ec295be78e5609c610bf1d4b4bfac4cac
Fix image surface memory leak
mono/xwt,TheBrainTech/xwt,iainx/xwt,cra0zy/xwt,akrisiun/xwt,directhex/xwt,hwthomas/xwt,residuum/xwt,mminns/xwt,mminns/xwt,sevoku/xwt,steffenWi/xwt,antmicro/xwt,hamekoz/xwt,lytico/xwt
Xwt.Gtk/Xwt.GtkBackend/ImagePatternBackendHandler.cs
Xwt.Gtk/Xwt.GtkBackend/ImagePatternBackendHandler.cs
// // ImagePatternBackendHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 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 wi...
// // ImagePatternBackendHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 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 wi...
mit
C#
38e63149c40bbed80d969b57a8f64eb5c745141c
Replace InitOnLoad with MRTK > Utils > WMR > Check Config
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Providers/WindowsMixedReality/Shared/Editor/WindowsMixedRealityConfigurationChecker.cs
Assets/MRTK/Providers/WindowsMixedReality/Shared/Editor/WindowsMixedRealityConfigurationChecker.cs
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.IO; using UnityEditor; namespace Microsoft.MixedReality.Toolkit.WindowsMixedReality { /// <summary> /// Class to perform checks for configuration checks for the Wind...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.IO; using UnityEditor; namespace Microsoft.MixedReality.Toolkit.WindowsMixedReality { /// <summary> /// Class to perform checks for configuration checks for the Wind...
mit
C#