commit
stringlengths
40
40
subject
stringlengths
0
1.12k
message
stringlengths
11
14.5k
repos
stringlengths
8
11.5k
file_path
stringlengths
6
191
license
stringclasses
12 values
unix_time
int64
805M
1.66B
new_contents
stringlengths
14
20M
old_contents
stringlengths
1
20M
ac6ddd08193f0524d222ed616eb04ede027e269b
improve parameter handling
improve parameter handling if parameters don't have name parameter and filename parameter, ParseParameterPart throws key not found Exception. ( parameters["name"] )
Vodurden/Http-Multipart-Data-Parser
Source/HttpMultipartParser/StreamingMultipartFormDataParser.cs
mit
1,587,970,743
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace HttpMultipartParser { /// <summary> /// Provides methods to parse a /// <see href="http://www...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace HttpMultipartParser { /// <summary> /// Provides methods to parse a /// <see href="http://www...
19c930b5b85a737903288a17b2e4539bcf8583f5
Update ContactInfo.cs
Update ContactInfo.cs
ON-IT/Visma.Net,ON-IT/Visma.Net
Visma.net/Models/CustomDto/ContactInfo.cs
mit
1,587,970,584
using System.Text; using Newtonsoft.Json; using ONIT.VismaNetApi.Lib; namespace ONIT.VismaNetApi.Models.CustomDto { public class ContactInfo : DtoProviderBase { public string attention { get => Get<string>(); set => Set(value?.Trim()); } [JsonProperty] ...
using System.Text; using Newtonsoft.Json; using ONIT.VismaNetApi.Lib; namespace ONIT.VismaNetApi.Models.CustomDto { public class ContactInfo : DtoProviderBase { public string attention { get => Get<string>(); set => Set(value?.Trim()); } [JsonProperty] ...
7272d8eb8732c4de942a2c313545454796037d5b
fix QueryBinder (task.Parent().Parent().Parent())
fix QueryBinder (task.Parent().Parent().Parent())
AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework
Signum.Engine/Linq/ExpressionVisitor/QueryBinder.cs
mit
1,587,969,135
using Microsoft.SqlServer.Server; using Signum.Engine.Basics; using Signum.Engine.Maps; using Signum.Engine.PostgresCatalog; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.DynamicQuery; using Signum.Entities.Reflection; using Signum.Utilities; using Signum.Utilities.DataStructures; ...
using Microsoft.SqlServer.Server; using Signum.Engine.Basics; using Signum.Engine.Maps; using Signum.Engine.PostgresCatalog; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.DynamicQuery; using Signum.Entities.Reflection; using Signum.Utilities; using Signum.Utilities.DataStructures; ...
b283c6c68ff2b2a81350308040c54b9210d9d046
式パーサのテスト追加
式パーサのテスト追加
zenuas/Roku,zenuas/Roku
test/ParserTest.cs
mit
1,587,968,167
using Extensions; using NUnit.Framework; using Roku.Node; namespace Roku.Tests { public class ParserTest { [Test] public void BlankTest() { var p = Parse(""); Assert.AreEqual(p.Statements.Count, 0); } [Test] public void LetTest() ...
using Extensions; using NUnit.Framework; using Roku.Node; namespace Roku.Tests { public class ParserTest { [Test] public void BlankTest() { var p = Parse(""); Assert.AreEqual(p.Statements.Count, 0); } [Test] public void LetTest() ...
d776f734e4205fcfe45df851dc0fb9ab85ab0bba
Cleanup lastPosition check
Cleanup lastPosition check
ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,...
osu.Framework/Input/StateChanges/TouchInput.cs
mit
1,587,966,094
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
ff736a22dd9f4e1835b07ec8f25c7507045ed8b3
Fix typos in comment
Fix typos in comment
smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,966,079
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
745bb003ba895091930ae35b5b81e23715c732eb
Fix incorrect logger created
Fix incorrect logger created
thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet
Libraries/src/Amazon.Lambda.AspNetCoreServer/AbstractAspNetCoreFunction.cs
apache-2.0
1,587,965,657
using Amazon.Lambda.AspNetCoreServer.Internal; using Amazon.Lambda.Core; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Gen...
using Amazon.Lambda.AspNetCoreServer.Internal; using Amazon.Lambda.Core; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Gen...
c2ab3fee11f9bdd185a4cba0c9d6d378396ab5e9
Resolve broken xmldoc
Resolve broken xmldoc
ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-...
osu.Framework/Input/StateChanges/TouchInput.cs
mit
1,587,964,466
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
3c154a847253d26d719bf863894b3e213a165d5b
Remove unnecessary clone
Remove unnecessary clone
EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-fram...
osu.Framework/Input/States/MidiState.cs
mit
1,587,961,986
// 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.Input.States { public class MidiState { public readonly ButtonStates<MidiKey> Keys = new ButtonStates<MidiKey>(); } }
// 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.Input.States { public class MidiState { public ButtonStates<MidiKey> Keys { get; private set; } = new ButtonStates<MidiKey>(); ...
7afeecef4f36ef997d548f548a05edc3d3e7f7a3
IR-1540 enum 0
IR-1540 enum 0
independentreserve/dotNetApiClient,independentreserve/dotNetApiClient
src/DotNetClientApi/Data/CurrencyType.cs
apache-2.0
1,587,961,505
namespace IndependentReserve.DotNetClientApi.Data { public enum CurrencyType { Unspecified = 0, /// <summary> /// Crypto currencies - eg: Xbt /// </summary> Primary, /// <summary> /// Fiat currencies - eg: Aud, Usd /// </summary> Seconda...
namespace IndependentReserve.DotNetClientApi.Data { /// <summary> /// Currency types. /// </summary> public enum CurrencyType { /// <summary> /// Primary currency type stands for crypto currencies - Xbt /// </summary> Primary = 0, /// <summary> /// S...
7731d45f13ce88392716c640dbdaa79b23d965ce
Remove unnecessary usings
Remove unnecessary usings
smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu
osu.Game.Tests/Visual/UserInterface/TestSceneModSelectOverlay.cs
mit
1,587,958,256
// 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 System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framew...
// 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 System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framew...
2630fc1405260ce60ad9d7aa533c483d90a91147
Break instead of return for consistency
Break instead of return for consistency
UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,958,063
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
81df22d2a77b1b85d4c14ade4da13532ede7a3f3
Improve test scene
Improve test scene
peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko.Tests/TestSceneHits.cs
mit
1,587,957,456
// 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.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Contain...
// 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.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Contain...
8103f6b5ae4e9f2bf93329d2f5cb167f464dcdf3
Fix another refernece
Fix another refernece
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Services/PDFService.cs
mit
1,587,957,204
using BatteryCommander.Web.Models; using iTextSharp.text.pdf; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace BatteryCommander.Web.Services { pub...
using BatteryCommander.Web.Models; using BatteryCommander.Web.Services.Forms; using iTextSharp.text.pdf; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namesp...
9da4e7b20c063b264f126b13142bb5c014ee68cd
Remove old reference
Remove old reference
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Services/PDFService.cs
mit
1,587,957,181
using BatteryCommander.Web.Models; using BatteryCommander.Web.Services.Forms; using iTextSharp.text.pdf; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namesp...
using BatteryCommander.Web.Models; using BatteryCommander.Web.Services.Forms; using iTextSharp.text.pdf; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namesp...
c4c8538ffcb3fe149e128f0ec25cdfc1fe32c5d3
conditional check on environment
conditional check on environment
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
src/NUnitEngine/nunit.engine/Services/TestAgency.cs
mit
1,587,957,143
// *********************************************************************** // Copyright (c) 2011-2016 Charlie Poole, Rob Prouse // // 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 r...
// *********************************************************************** // Copyright (c) 2011-2016 Charlie Poole, Rob Prouse // // 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 r...
b310d36989df051ae53267ab5398c93d0738e227
Simplify forms reference
Simplify forms reference
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Services/PDFService.cs
mit
1,587,957,105
using BatteryCommander.Web.Models; using BatteryCommander.Web.Services.Forms; using iTextSharp.text.pdf; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namesp...
using BatteryCommander.Web.Models; using iTextSharp.text.pdf; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace BatteryCommander.Web.Services { pub...
52a0e671e6263e8bded032e8b3f3790fff01e449
Missed await
Missed await
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Controllers/APFTController.cs
mit
1,587,956,926
using BatteryCommander.Web.Models; using BatteryCommander.Web.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using System; using System.Linq; using System.Threading.Tasks; namespace BatteryCommander.Web.Controllers { [ApiExplorerSettings(Ig...
using BatteryCommander.Web.Models; using BatteryCommander.Web.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using System; using System.Linq; using System.Threading.Tasks; namespace BatteryCommander.Web.Controllers { [ApiExplorerSettings(Ig...
0f4cfdb156f31b2dc28c69bf7e5287176b9785a9
Fix confusing indentation.
Fix confusing indentation. The body of an if statement was not indented relative to the condition. This also adds braces to clarify the body of the statement.
mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati/Library/Utility/WorkerThread.cs
lgpl-2.1
1,587,955,872
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
78f207d9c4763862773b21bce0bc134346e48a5c
Simplify custom exception type now that its explicitly defined ToString() is redundant. On previously-supported frameworks, this override was necessary for the stub stack trace to appear in string representations.
Simplify custom exception type now that its explicitly defined ToString() is redundant. On previously-supported frameworks, this override was necessary for the stub stack trace to appear in string representations.
fixie/fixie,fixie/fixie
src/Fixie.Tests/Internal/BusTests.cs
mit
1,587,955,822
namespace Fixie.Tests.Internal { using System; using Assertions; using Fixie.Internal; using static Utility; public class BusTests { public void ShouldPublishEventsForAllListeners() { var listeners = new Listener[] { new EventHandler(), ...
namespace Fixie.Tests.Internal { using System; using Assertions; using Fixie.Internal; using static Utility; public class BusTests { public void ShouldPublishEventsForAllListeners() { var listeners = new Listener[] { new EventHandler(), ...
1b9362041a4e4019c84f41f8230aca4f3d194459
Revert multiplier number changes and set width
Revert multiplier number changes and set width Safe arbitrary width taken from "0.00x" (highest width of 67), rounded to the nearest tenth.
peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu
osu.Game/Overlays/Mods/ModSelectOverlay.cs
mit
1,587,955,811
// 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 System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using 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 System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
fca54270231228ffcaed5949d4c35593daaeff74
Simplify comment now that the corresponding behavior is consistent for all supported target frameworks.
Simplify comment now that the corresponding behavior is consistent for all supported target frameworks.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/ExceptionExtensions.cs
mit
1,587,954,992
namespace Fixie.Internal.Listeners { using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.ExceptionServices; static class ExceptionExtensions { static readonly MethodInfo CaseExecuteMethod = typeof(Case).GetMe...
namespace Fixie.Internal.Listeners { using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.ExceptionServices; static class ExceptionExtensions { static readonly MethodInfo CaseExecuteMethod = typeof(Case).GetMe...
ff4d93d011801a6d92906ebce6bdc0b76571e6fe
tests helper tweaks
tests helper tweaks
maxtoroq/XCST-a,maxtoroq/XCST-a
tests/Xcst.AspNet.Tests/TestsHelper.cs
apache-2.0
1,587,954,950
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Web; using System.Web.Mvc; using System.Xml; using System.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using...
using System; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Web; using System.Web.Mvc; using System.Xml; using System.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Emit; usin...
be009dafb850402b83c64eacb3a3644b4adf009b
Remove obsolete entry point methods on Runner now that they are no longer used.
Remove obsolete entry point methods on Runner now that they are no longer used.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Runner.cs
mit
1,587,954,672
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; class Runner { readonly Assembly assembly; readonly Bus bus; readonly string[] customArguments; public Runner(Assembly assembly, Bus bu...
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; class Runner { readonly Assembly assembly; readonly Bus bus; readonly string[] customArguments; public Runner(As...
b34ab940ee56bee626266e9eceed0523623cb6ee
Simplify TestAssembly.Start(...) now that its `executable` argument is always the constant "dotnet".
Simplify TestAssembly.Start(...) now that its `executable` argument is always the constant "dotnet".
fixie/fixie,fixie/fixie
src/Fixie.TestAdapter/TestAssembly.cs
mit
1,587,953,987
namespace Fixie.TestAdapter { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Cli; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; public static class TestAssembl...
namespace Fixie.TestAdapter { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Cli; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; public static class TestAssembl...
7905407e6b16f3eda8f90d096e91242fb7abeb60
Remove unused parameter.
Remove unused parameter.
blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon
Compiler/Crayon/MainPipeline.cs
mit
1,587,953,360
using Build; using Common; using CommonUtil.Disk; using Exporter; using System; using System.Collections.Generic; using System.Linq; namespace Crayon.Pipeline { internal static class MainPipeline { private static void NotifyStatusChange(string status) { ConsoleWriter....
using Build; using Common; using CommonUtil.Disk; using Exporter; using System; using System.Collections.Generic; using System.Linq; namespace Crayon.Pipeline { internal static class MainPipeline { private static void NotifyStatusChange(string status) { ConsoleWriter....
104c61d622589b199dd859abf3dfb2e6f0d0e7f0
Remove unnecessary scale
Remove unnecessary scale
UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu
osu.Game/Screens/Edit/Compose/Components/Timeline/CentreMarker.cs
mit
1,587,953,183
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Game.Graphics; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Game.Graphics; usin...
e0b1e95c5d3e9f8bcd428e34179feb348053942e
lots of bug fixes. At least saving looks good now
lots of bug fixes. At least saving looks good now
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,587,953,052
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
53d528b6b7d845ec1c9d220593965eafdacb933f
fixed off by one stack frame for logging getting method name
fixed off by one stack frame for logging getting method name
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Utils/Utils.cs
apache-2.0
1,587,952,996
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
b87c9b89e82dee49ba7b0b310bce70d20997d23d
added getting (unique) DatabaseLogic elements into the list in GetAllPackageDependencies
added getting (unique) DatabaseLogic elements into the list in GetAllPackageDependencies
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Utils/Utils.cs
apache-2.0
1,587,952,972
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
4e6c225182cd636fc57c65c5f5ceb6718baed44a
Revise misleading comments. Fixie's Azure DevOps support is handled by the AzureListener in effect during normal console test runs, not by the Test Adapter. The Test Adapter is only used by `dotnet test` and Visual Studio Test Explorer.
Revise misleading comments. Fixie's Azure DevOps support is handled by the AzureListener in effect during normal console test runs, not by the Test Adapter. The Test Adapter is only used by `dotnet test` and Visual Studio Test Explorer.
fixie/fixie,fixie/fixie
src/Fixie.TestAdapter/VsTestExecutor.cs
mit
1,587,952,938
namespace Fixie.TestAdapter { using System; using System.Collections.Generic; using System.IO.Pipes; using System.Linq; using Internal.Listeners; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualS...
namespace Fixie.TestAdapter { using System; using System.Collections.Generic; using System.IO.Pipes; using System.Linq; using Internal.Listeners; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualS...
4be751ccf038e51964fbe3dc620e3d5aae4bfae7
Improves find dotnet executable
Improves find dotnet executable
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Tasks/NetCore/ExecuteDotnetTask.cs
bsd-2-clause
1,587,952,696
using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text; using FlubuCore.IO; namespace FlubuCore.Tasks.NetCore { public class ExecuteDotnetTask : ExecuteDotnetTaskBase<ExecuteDotnetTask> { private string _description; public Exe...
using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text; using FlubuCore.IO; namespace FlubuCore.Tasks.NetCore { public class ExecuteDotnetTask : ExecuteDotnetTaskBase<ExecuteDotnetTask> { private string _description; public Exe...
27b6869bcb2c59aa4f1c0f035ead0a958acd54ab
fix accents affecting emote text
fix accents affecting emote text
krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/ScriptableObject/SpeechModManager.cs
agpl-3.0
1,587,948,335
using UnityEngine; using System; [CreateAssetMenu(fileName = "SpeechModManager", menuName = "Singleton/SpeechModManager")] public class SpeechModManager: SingletonScriptableObject<SpeechModManager> { public SpeechModDict speechModifier; public string ApplyMod(ChatModifier modifiers, string message) { // Prevents...
using UnityEngine; using System; [CreateAssetMenu(fileName = "SpeechModManager", menuName = "Singleton/SpeechModManager")] public class SpeechModManager: SingletonScriptableObject<SpeechModManager> { public SpeechModDict speechModifier; public string ApplyMod(ChatModifier modifiers, string message) { ...
25c9d3f42c573d55c1ee0fde2baa82a298828b1b
missed a region directive and a summary description block
missed a region directive and a summary description block
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/DatabaseComponents/SelectablePackage.cs
apache-2.0
1,587,947,471
using RelhaxModpack.UIComponents; using RelhaxModpack.DatabaseComponents; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Controls; using System.Text; namespace RelhaxModpack { /// <summary> /// The types of UI selections for building the selection...
using RelhaxModpack.UIComponents; using RelhaxModpack.DatabaseComponents; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Controls; using System.Text; namespace RelhaxModpack { /// <summary> /// The types of UI selections for building the selection...
29d6a366f4cc9f0b55f4bbc01294f83cfbb7d371
ha i was testing you
ha i was testing you
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,587,947,285
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
13d7a55317dc8d8b88063b55734260dc39737c5e
finished initial draft of selection format V3. Includes Mods as a Service model (check if the loaded selection is out of date) and packageName remapping if it does not match
finished initial draft of selection format V3. Includes Mods as a Service model (check if the loaded selection is out of date) and packageName remapping if it does not match
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,587,947,142
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
09a0e618c89ddf7df5a05228db6d932a40224816
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,587,947,043
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
d46643ec5270942bb0e590fb5c2febea0101ba02
Rework special case for strong hits
Rework special case for strong hits
smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,946,212
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
fcded206559d688f0d363d12508b666ee779abd4
Don't specify IProvideVideo interface for now
Don't specify IProvideVideo interface for now
peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu
osu.Game.Tournament/Screens/Showcase/ShowcaseScreen.cs
mit
1,587,945,481
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Tournament.Components; using osu.Framework.Graphics....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Tournament.Components; using osu.Framework.Graphics....
d51a49e3ca5b1dd69ce63d9750692c1a79f45ac9
Don't add properties which were logged to in additional columns.
Don't add properties which were logged to in additional columns. Don't add properties which were logged to in additional columns.
serilog/serilog-sinks-mssqlserver,serilog/serilog-sinks-mssqlserver
src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/MSSqlServerSinkTraits.cs
apache-2.0
1,587,945,408
// Copyright 2020 Serilog Contributors // // 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 2020 Serilog Contributors // // 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 ...
75c588c59d8f8548b8c1b307bc7a5dc3daaf91e0
Remove stray space
Remove stray space
NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu
osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableBarLine.cs
mit
1,587,944,208
// 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 System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framewor...
// 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 System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framewor...
743b4f05b3640e728319a1eed500e73bf760de63
Rename out of place variable
Rename out of place variable
UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu
osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableBarLine.cs
mit
1,587,944,196
// 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 System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framewor...
// 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 System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framewor...
e295558258aad9ad4f5e0491a1fc37d5059822d2
Fix MenusController.cs
Fix MenusController.cs
ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET
ElectronNET.WebApp/Controllers/MenusController.cs
mit
1,587,944,176
using System.Linq; using Microsoft.AspNetCore.Mvc; using ElectronNET.API.Entities; using ElectronNET.API; namespace ElectronNET.WebApp.Controllers { public class MenusController : Controller { public IActionResult Index() { if (HybridSupport.IsElectronActive) { ...
using System.Linq; using Microsoft.AspNetCore.Mvc; using ElectronNET.API.Entities; using ElectronNET.API; namespace ElectronNET.WebApp.Controllers { public class MenusController : Controller { public IActionResult Index() { if (HybridSupport.IsElectronActive) { ...
6a9d8296985dea2b7c60ea4ac6c8631aa68cff29
Implement more accurate managed type printing in C++ type printer.
Implement more accurate managed type printing in C++ type printer.
mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp
src/Generator/Generators/C/CppTypePrinter.cs
mit
1,587,943,737
using System; using System.Collections.Generic; using System.Linq; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; namespace CppSharp.Generators.C { public enum CppTypePrintFlavorKind { C, Cpp, ObjC } public class CppTypePrinter : TypePrinter { ...
using System; using System.Collections.Generic; using System.Linq; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; namespace CppSharp.Generators.C { public enum CppTypePrintFlavorKind { C, Cpp, ObjC } public class CppTypePrinter : TypePrinter { ...
2a7d7fa469b485350dc6556bc547f9e7918801f4
Use a native type printer context when looking for type maps in CSharpSourcesExtensions.DisableTypeMap.
Use a native type printer context when looking for type maps in CSharpSourcesExtensions.DisableTypeMap.
mono/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp
src/Generator/Generators/CSharp/CSharpSourcesExtensions.cs
mit
1,587,943,737
using System; using System.Collections.Generic; using System.Linq; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators.C; namespace CppSharp.Generators.CSharp { public static class CSharpSourcesExtensions { public static void DisableTypeMap(this CSharpSources gen, Class @class...
using System; using System.Collections.Generic; using System.Linq; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators.C; namespace CppSharp.Generators.CSharp { public static class CSharpSourcesExtensions { public static void DisableTypeMap(this CSharpSources gen, Class @class...
63c42c325235cf5ce120eebca773c2fa68a3248d
Use explicit type printer when printing types in C# GenerateMethodSpecifier.
Use explicit type printer when printing types in C# GenerateMethodSpecifier.
zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp
src/Generator/Generators/CSharp/CSharpSources.cs
mit
1,587,943,737
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Parser; using CppSharp.Types; using CppSharp.Utils; using Attribute = CppSharp.AST.At...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Parser; using CppSharp.Types; using CppSharp.Utils; using Attribute = CppSharp.AST.At...
ab4327d8b8ccdf638b2b8f0239478f55a87e1645
Distribute as v7.8.0-beta1
Distribute as v7.8.0-beta1
ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer
FTAnalyser/Forms/MainForm.cs
apache-2.0
1,587,941,768
using FTAnalyzer.Controls; using FTAnalyzer.Exports; using FTAnalyzer.Filters; using FTAnalyzer.Forms; using FTAnalyzer.Properties; using FTAnalyzer.UserControls; using FTAnalyzer.Utilities; using Ionic.Zip; using Printing.DataGridViewPrint.Tools; using System; using System.Collections.Generic; using System...
using FTAnalyzer.Controls; using FTAnalyzer.Exports; using FTAnalyzer.Filters; using FTAnalyzer.Forms; using FTAnalyzer.Properties; using FTAnalyzer.UserControls; using FTAnalyzer.Utilities; using Ionic.Zip; using Printing.DataGridViewPrint.Tools; using System; using System.Collections.Generic; using System...
f686cb3dc291f183930dc18bdd19712d66e87be3
Temporarily disable failing instance manager tests
Temporarily disable failing instance manager tests
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/InstanceManagerTest.cs
agpl-3.0
1,587,940,733
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Host.Controllers; using Tgstation.Server.Tests.Instance; namespace ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Host.Controllers; using Tgstation.Server.Tests.Instance; namespace ...
c4060a184333cb96e39af366ca0b940e292b2482
Fix API version compatiblity checking
Fix API version compatiblity checking
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Api/ApiHeaders.cs
agpl-3.0
1,587,940,040
using Microsoft.AspNetCore.Http.Headers; using Microsoft.Extensions.Primitives; using Microsoft.Net.Http.Headers; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Text; namespace Tgstation.Server.Api { ...
using Microsoft.AspNetCore.Http.Headers; using Microsoft.Extensions.Primitives; using Microsoft.Net.Http.Headers; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Text; namespace Tgstation.Server.Api { ...
b0b92aa1e6235f025efdf71b9178834e3f6d7dad
Adding missing OrchardCore.Title dependency delcaration
Adding missing OrchardCore.Title dependency delcaration
Lombiq/Helpful-Extensions
Manifest.cs
bsd-3-clause
1,587,939,847
using OrchardCore.Modules.Manifest; using static Lombiq.HelpfulExtensions.FeatureIds; [assembly: Module( Name = "Helpful Extensions", Author = "Lombiq", Version = "1.0" )] [assembly: Feature( Id = Flows, Name = "Flows Helpful Extensions", Category = "Content", Description = "...
using OrchardCore.Modules.Manifest; using static Lombiq.HelpfulExtensions.FeatureIds; [assembly: Module( Name = "Helpful Extensions", Author = "Lombiq", Version = "1.0" )] [assembly: Feature( Id = Flows, Name = "Flows Helpful Extensions", Category = "Content", Description = "...
ddae359c40a2bf1ce74cf64e3388987a8394dee1
Added UnifiedGroupsUtility.RenewUnifiedGroup which allows the expiration date of an Office 365 Group to be extended by the number of days defined in the Azure Active Directrion Group Expiration policy
Added UnifiedGroupsUtility.RenewUnifiedGroup which allows the expiration date of an Office 365 Group to be extended by the number of days defined in the Azure Active Directrion Group Expiration policy
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Graph/UnifiedGroupsUtility.cs
mit
1,587,939,740
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Graph; using System.Net.Http.Headers; using OfficeDevPnP.Core.Entities; using System.IO; using OfficeDevPnP.Core.Diagnostics; using Newtonsoft.Json.Linq; using Newtonsoft.Json; using OfficeDevPnP.Core.Utili...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Graph; using System.Net.Http.Headers; using OfficeDevPnP.Core.Entities; using System.IO; using OfficeDevPnP.Core.Diagnostics; using Newtonsoft.Json.Linq; using Newtonsoft.Json; using OfficeDevPnP.Core.Utili...
553db8f4c8948f367481d37a84fb7c4fe19c3bfd
Switching back to proper prefix
Switching back to proper prefix
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,587,938,993
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
8c1a91823f84e81da1225154df14ad40ad057c1d
Fixed broken port
Fixed broken port
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Program.cs
agpl-3.0
1,587,938,723
using System; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; using SoraBot.Data; using SoraBot.Services.Utils; namespace SoraBot.WebApi { public class Program { ...
using System; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; using SoraBot.Data; using SoraBot.Services.Utils; namespace SoraBot.WebApi { public class Program { ...
b9e0fed4679d5b7c6193cb1c48ef8659eaa59f3d
Use SongBar height instead of hard-coded dimensions
Use SongBar height instead of hard-coded dimensions
UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu-new
osu.Game.Tournament/Screens/Showcase/ShowcaseScreen.cs
mit
1,587,938,578
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Tournament.Components; using osu.Framework.Graphics....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Tournament.Components; using osu.Framework.Graphics.Shapes; using osuTK.Graphics; namespace ...
f61f0ee033f82b08ab6c2f6fc665629cdbd013d0
Made it so that i can change the logger before anything else
Made it so that i can change the logger before anything else
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Program.cs
agpl-3.0
1,587,938,398
using System; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; using SoraBot.Data; using SoraBot.Services.Utils; namespace SoraBot.WebApi { public class Program { ...
using System; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; using SoraBot.Data; using SoraBot.Services.Utils; namespace SoraBot.WebApi { public class Program { ...
3c1730d0caaa933263b950a20ba1aadbde16522a
Expose SongBar's height
Expose SongBar's height
smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu
osu.Game.Tournament/Components/SongBar.cs
mit
1,587,938,364
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Gr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Gr...
856b94b4fea76e3252c8e03a340ac07923f137f0
Ignore implicitly deleted copy constructor methods.
Ignore implicitly deleted copy constructor methods.
ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp
src/Generator/Passes/CheckIgnoredDecls.cs
mit
1,587,936,999
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
86cf1380e12ef7c65788984e97d3e1088ab6ac27
Fix formatting to of Declaration.GenerationKind to ease debugging.
Fix formatting to of Declaration.GenerationKind to ease debugging.
ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp
src/AST/Declaration.cs
mit
1,587,936,999
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace CppSharp.AST { public interface IRedeclarableDecl { Declaration PreviousDecl { get; } } public interface ITypedDecl { Type Type { get; } QualifiedType QualifiedType { get...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace CppSharp.AST { public interface IRedeclarableDecl { Declaration PreviousDecl { get; } } public interface ITypedDecl { Type Type { get; } QualifiedType QualifiedType { get...
04ccc90a38564bc426444698eec7c28481349ece
Fix TranslationUnit.FileRelativeDirectory to be more robust against null include paths.
Fix TranslationUnit.FileRelativeDirectory to be more robust against null include paths.
ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp
src/AST/TranslationUnit.cs
mit
1,587,936,999
using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace CppSharp.AST { /// <summary> /// Represents a source code unit. /// </summary> [DebuggerDisplay("File = {FileName}, Ignored = {Ignore}")] public class TranslationUnit : Namespace { public TranslationU...
using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace CppSharp.AST { /// <summary> /// Represents a source code unit. /// </summary> [DebuggerDisplay("File = {FileName}, Ignored = {Ignore}")] public class TranslationUnit : Namespace { public TranslationU...
088b134dc65083529edd3c79e883a2088c8793ca
Do not check declaration access for explicitly generated declarations.
Do not check declaration access for explicitly generated declarations.
ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp
src/Generator/Passes/CheckIgnoredDecls.cs
mit
1,587,936,999
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
e2f8062124238e3648373113c6605b7326ab1b88
Remove more dead code from AssemblyMetadata.
Remove more dead code from AssemblyMetadata.
blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon
Compiler/AssemblyResolver/AssemblyMetadata.cs
mit
1,587,936,979
using Common; using CommonUtil.Disk; using Localization; using System.Collections.Generic; using System.Linq; namespace AssemblyResolver { public class AssemblyMetadata { public override string ToString() { return "AssemblyMetadata: " + this.ID + " (" + this.Version + "...
using Common; using CommonUtil.Disk; using Localization; using System.Collections.Generic; using System.Linq; namespace AssemblyResolver { public class AssemblyMetadata { public override string ToString() { return "AssemblyMetadata: " + this.ID + " (" + this.Version + "...
6e027bcc30b4c112a8cfc3ff19e4206dfc6e1b6e
Changed back to beta!
Changed back to beta!
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,587,936,514
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
9f990262677e584f9df812271e9a77398c524274
Adding part positions to Page
Adding part positions to Page
Lombiq/Helpful-Extensions
Extensions/ContentTypes/Migrations.cs
bsd-3-clause
1,587,936,238
using OrchardCore.Autoroute.Models; using OrchardCore.ContentManagement.Metadata; using OrchardCore.ContentManagement.Metadata.Settings; using OrchardCore.Data.Migration; using static Lombiq.HelpfulExtensions.Extensions.ContentTypes.ContentTypes; namespace Lombiq.HelpfulExtensions.Extensions.ContentTypes { ...
using OrchardCore.Autoroute.Models; using OrchardCore.ContentManagement.Metadata; using OrchardCore.ContentManagement.Metadata.Settings; using OrchardCore.Data.Migration; using static Lombiq.HelpfulExtensions.Extensions.ContentTypes.ContentTypes; namespace Lombiq.HelpfulExtensions.Extensions.ContentTypes { ...
5232c7e10493e5641569ef9b50b8c0d0defaabb5
PHP_FD_SETSIZE
PHP_FD_SETSIZE
iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie
src/Peachpie.Library/Environment.cs
apache-2.0
1,587,935,868
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Pchp.Core; using Pchp.Core.Utilities; namespace Pchp.Library { /// <summary> /// Environment constants and functions. /// </summary> [PhpExtension("Core")]...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Pchp.Core; using Pchp.Core.Utilities; namespace Pchp.Library { /// <summary> /// Environment constants and functions. /// </summary> [PhpExtension("Core")]...
148630d256a9d8b09831afdbc2c16165b178e09b
Remove unused field.
Remove unused field.
blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon
Compiler/Parser/ScopeManager.cs
mit
1,587,935,212
using AssemblyResolver; using Build; using Localization; using System.Collections.Generic; using System.Linq; namespace Parser { public class ScopeManager { private readonly AssemblyFinder assemblyFinder; private Dictionary<string, CompilationScope> importedAssembliesById = new Di...
using AssemblyResolver; using Build; using Localization; using System.Collections.Generic; using System.Linq; namespace Parser { public class ScopeManager { private readonly BuildContext buildContext; private readonly AssemblyFinder assemblyFinder; private Dictionary<stri...
c2ddb03c20506deb6c60e20bdde8cbd22c85405e
Changed back
Changed back
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,587,935,076
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
9d5176f54dd3bc72b4cf307aa9b20a8bfbbfe79a
Finish 3.0.0-beta.2
Finish 3.0.0-beta.2
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,587,935,009
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
6ca8df936277d4539077ac8edc7849e79f63b548
Temporary prefix change
Temporary prefix change
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,587,934,999
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
1036b64002643a6bd618c31a7a5f446a941c52db
Avoid indexing Dictionary by null key.
Avoid indexing Dictionary by null key.
mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati
Duplicati/Server/Scheduler.cs
lgpl-2.1
1,587,934,566
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
9ea8137c9278f677417afd0c7f940549a1de7ed5
#106 > 0xFFFF C# unicode correction
#106 > 0xFFFF C# unicode correction
EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap
CharacterMap/CharacterMap/Services/GlyphService.cs
mit
1,587,933,722
//#define GENERATE_DATA using CharacterMap.Core; using CharacterMap.Helpers; using CharacterMap.Models; using CharacterMap.Provider; using CharacterMapCX; using GalaSoft.MvvmLight.Ioc; using Microsoft.Graphics.Canvas.Text; using SQLite; using System; using System.Collections.Generic; using System.Threading.Tasks; usi...
//#define GENERATE_DATA using CharacterMap.Core; using CharacterMap.Helpers; using CharacterMap.Models; using CharacterMap.Provider; using CharacterMapCX; using GalaSoft.MvvmLight.Ioc; using Microsoft.Graphics.Canvas.Text; using SQLite; using System; using System.Collections.Generic; using System.Threading.Tasks; usi...
d4dbe6fe17d844caf1636d29dc7d96414f0b18c6
Typo fix (#1503)
Typo fix (#1503)
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Controllers/WalletsController.PSBT.cs
mit
1,587,932,316
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using BTCPayServer.ModelBinders; using BTCPayServer.Models; using BTCPayServer.Models.WalletViewModels; using BTCPayServer.Services; using Microsoft.AspNetC...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using BTCPayServer.ModelBinders; using BTCPayServer.Models; using BTCPayServer.Models.WalletViewModels; using BTCPayServer.Services; using Microsoft.AspNetC...
1a68d72ebd1c68142e223f5e2072c4927b534885
Changed CF_CALLBACK to simplify second param
Changed CF_CALLBACK to simplify second param
dahall/vanara
PInvoke/CldApi/cfapi.Funcs.cs
mit
1,587,931,814
using System; using System.Runtime.InteropServices; using System.Threading; using static Vanara.PInvoke.Kernel32; namespace Vanara.PInvoke { /// <summary>Functions, structures and constants from CldApi.dll.</summary> public static partial class CldApi { /// <summary>Callback function for <see cref="CF_CALLBACK_RE...
using System; using System.Runtime.InteropServices; using System.Threading; using static Vanara.PInvoke.Kernel32; namespace Vanara.PInvoke { /// <summary>Functions, structures and constants from CldApi.dll.</summary> public static partial class CldApi { /// <summary>Callback function for <see cref="CF_CALLBACK_RE...
fc0df7513ee06dfecd8636148ba0452e588ac6f2
Cap Forget Enigma scoring
Cap Forget Enigma scoring It generates a max of 100 stages, just like Forget Everything
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/ComponentSolver.cs
mit
1,587,931,692
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using UnityEngine; public abstract class ComponentSolver { #region Constructors protected ComponentSolver(TwitchModule module, bool hookUpEvents = true) { Mo...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using UnityEngine; public abstract class ComponentSolver { #region Constructors protected ComponentSolver(TwitchModule module, bool hookUpEvents = true) { Mo...
d439d593561aab2969c215fa64172f46be665cfd
Fix AppCastGenerator not compiling
Fix AppCastGenerator not compiling
Deadpikle/NetSparkle
src/NetSparkle.Tools.AppCastGenerator/Program.cs
mit
1,587,931,534
using NetSparkleUpdater; using System; using System.Diagnostics; using System.IO; using System.Security.Cryptography; using System.Collections.Generic; using System.Xml; using NetSparkleUpdater.AppCastHandlers; namespace NetSparkleUpdater.Tools.AppCastGenerator { class Program { private static void Pr...
using NetSparkleUpdater; using System; using System.Diagnostics; using System.IO; using System.Security.Cryptography; using System.Collections.Generic; using System.Xml; using NetSparkleUpdater.AppCastHandlers; namespace NetSparkleUpdater.Tools.AppCastGenerator { class Program { private static void Pr...
7e77dca797ae549caeb354f6da9ff9a2939dca51
Added misc module with invite command
Added misc module with invite command
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/MiscModule.cs
agpl-3.0
1,587,931,370
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.Extensions.Options; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Configurations; namespace SoraBot.Bot.Modules { [Name("Misc")] [Summary("Miscellaneous commands")] public class MiscModule : So...
namespace SoraBot.Bot.Modules { public class MiscModule { } }
cfa5d881cc97b085ddb74b6bd7c3390b04cd2ced
Added extra tests for the label coder.
Added extra tests for the label coder.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Framework/Coders/TheLabelCoder.cs
apache-2.0
1,587,931,041
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
26fbbee258249277b2651790a97bf073f00c117a
once more simplify search in NameValueNode
once more simplify search in NameValueNode
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer.Core/NodeQueryMatcher.cs
mit
1,587,929,228
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
b5a3379f1d00d6d317c27fd972b4a37809dfee96
Fix issue where multiple backups could occur after pause.
Fix issue where multiple backups could occur after pause. Previously, the value of the LastRun field in the Schedule table was updated to be (approximately) the time that the job was added to the worker's list of tasks. However, if the backup was missed (via pause or system suspend), this value would be incorrect. I...
mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati
Duplicati/Server/Scheduler.cs
lgpl-2.1
1,587,928,460
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
#region Disclaimer / License // Copyright (C) 2015, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
f5d4a5d59c27300206b9336cc21e27181d5baa28
Fix formatting to of Declaration.GenerationKind to ease debugging.
Fix formatting to of Declaration.GenerationKind to ease debugging.
mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp
src/AST/Declaration.cs
mit
1,587,927,324
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace CppSharp.AST { public interface IRedeclarableDecl { Declaration PreviousDecl { get; } } public interface ITypedDecl { Type Type { get; } QualifiedType QualifiedType { get...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace CppSharp.AST { public interface IRedeclarableDecl { Declaration PreviousDecl { get; } } public interface ITypedDecl { Type Type { get; } QualifiedType QualifiedType { get...
568b68bb3fb312456cbb9569e36ff147556f8fad
Fix TranslationUnit.FileRelativeDirectory to be more robust against null include paths.
Fix TranslationUnit.FileRelativeDirectory to be more robust against null include paths.
mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp
src/AST/TranslationUnit.cs
mit
1,587,927,324
using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace CppSharp.AST { /// <summary> /// Represents a source code unit. /// </summary> [DebuggerDisplay("File = {FileName}, Ignored = {Ignore}")] public class TranslationUnit : Namespace { public TranslationU...
using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace CppSharp.AST { /// <summary> /// Represents a source code unit. /// </summary> [DebuggerDisplay("File = {FileName}, Ignored = {Ignore}")] public class TranslationUnit : Namespace { public TranslationU...
55365c7d3082d6af980f741bf8439a23eb3451be
Ignore implicitly deleted copy constructor methods.
Ignore implicitly deleted copy constructor methods.
zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp
src/Generator/Passes/CheckIgnoredDecls.cs
mit
1,587,927,324
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
f49e6c9e640a39691f9fb3b362da76f17e5cc0ac
Do not check declaration access for explicitly generated declarations.
Do not check declaration access for explicitly generated declarations.
mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp
src/Generator/Passes/CheckIgnoredDecls.cs
mit
1,587,927,324
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
using System.Linq; using System.Collections.Generic; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Types; using CppSharp.Generators.C; namespace CppSharp.Passes { public class CheckIgnoredDeclsPass : TranslationUnitPass { public bool CheckDecayedTypes { get; set; } = true; ...
78be0f77afe90a78e82856ddc1d6d5c570f0099c
Allow access for hasInitialized for testability
Allow access for hasInitialized for testability
modesttree/Zenject,modesttree/Zenject,modesttree/Zenject
UnityProject/Assets/Plugins/Zenject/Source/Runtime/InitializableManager.cs
mit
1,587,926,604
using System; using System.Collections.Generic; using System.Linq; using ModestTree; using ModestTree.Util; namespace Zenject { // Responsibilities: // - Run Initialize() on all Iinitializable's, in the order specified by InitPriority public class InitializableManager { List<InitializableInfo> ...
using System; using System.Collections.Generic; using System.Linq; using ModestTree; using ModestTree.Util; namespace Zenject { // Responsibilities: // - Run Initialize() on all Iinitializable's, in the order specified by InitPriority public class InitializableManager { List<InitializableInfo> ...
76dc45091c1e9e2ecdfc02dd27de0dd1d2ee7edb
Fix #292 : Сделать сортировку для докладов #293
Fix #292 : Сделать сортировку для докладов #293 Fix #292 : Сделать сортировку для докладов
DotNetRu/App,DotNetRu/App
DotNetRu.Clients.UI/Speakers/SpeakerDetailsViewModel.cs
mit
1,587,926,205
using System; using System.Collections.Generic; using System.Linq; using DotNetRu.DataStore.Audit.Models; using DotNetRu.Utils.Helpers; using FormsToolkit; using MvvmHelpers; using MenuItem = DotNetRu.Clients.Portable.Model.MenuItem; namespace DotNetRu.Clients.Portable.ViewModel { public class SpeakerDetailsVie...
using System; using System.Collections.Generic; using DotNetRu.DataStore.Audit.Models; using DotNetRu.Utils.Helpers; using FormsToolkit; using MvvmHelpers; using MenuItem = DotNetRu.Clients.Portable.Model.MenuItem; namespace DotNetRu.Clients.Portable.ViewModel { public class SpeakerDetailsViewModel : ViewM...
ed108555c891a4c754eb93b700f4e2fb93e7def6
Fix WalletManager error notification
Fix WalletManager error notification
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Tabs/WalletManager/LoadWallets/LoadWalletViewModel.cs
mit
1,587,924,409
using Avalonia; using DynamicData; using DynamicData.Binding; using ReactiveUI; using Splat; using System; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Concurrency; using System.Reactive.Disposables; using System.Reactive.Linq; using System.React...
using Avalonia; using DynamicData; using DynamicData.Binding; using ReactiveUI; using Splat; using System; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reactive; using System.Reactive.Concurrency; using System.Reactive.Disposables; using System.Reactive.Linq; using System.React...
10dbaf347c4a5d885494f253328b20f8c598a7aa
Fixed export to Dialogue System issue
Fixed export to Dialogue System issue
digiwombat/TalkerMakerDeluxe
TalkerMakerDeluxe/TalkerMakerDatabase.cs
mit
1,587,924,276
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; namespace TalkerMakerDeluxe { public class TalkerMakerDatabase { public string Author { get; set; } public string Description { get; set; } public string Title { get; set; } public s...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; namespace TalkerMakerDeluxe { public class TalkerMakerDatabase { public string Author { get; set; } public string Description { get; set; } public string Title { get; set; } public s...
f04db8933d4e11dce2cd9a787a4211a6e6153040
Fixes build error
Fixes build error
Cisien/OniBot
OniBot/Commands/DebugCommands.cs
apache-2.0
1,587,923,577
using Discord; using Discord.Commands; using Discord.WebSocket; using OniBot.Infrastructure; using OniBot.Interfaces; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; us...
using Discord; using Discord.Commands; using Discord.WebSocket; using OniBot.Infrastructure; using OniBot.Interfaces; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; us...
9061894d18c0b9beb19d2131d34008fafcb597bf
Remove INotifyPropertyChanged from IMainWindowViewModel
Remove INotifyPropertyChanged from IMainWindowViewModel
Kingloo/GB-Live
src/Gui/IMainWindowViewModel.cs
unlicense
1,587,923,011
using System; using System.Collections.Generic; using System.ComponentModel; using System.Threading.Tasks; using GBLive.GiantBomb.Interfaces; namespace GBLive.Gui { public interface IMainWindowViewModel { bool IsLive { get; set; } string LiveShowTitle { get; set; } IReadOnlyCollection<...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Threading.Tasks; using GBLive.GiantBomb.Interfaces; namespace GBLive.Gui { public interface IMainWindowViewModel : INotifyPropertyChanged { bool IsLive { get; set; } string LiveShowTitle { get; set; } ...
cedf0cb0f0afffc5558fd064a7aabd736d6775b5
Show links colliders in teal color
Show links colliders in teal color
tigrouind/AITD-roomviewer
Assets/Scripts/Room/RoomLoader.cs
mit
1,587,921,256
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; public class RoomLoader : MonoBehaviour { private int floor = 0; private int ro...
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; public class RoomLoader : MonoBehaviour { private int floor = 0; private int ro...
4968d547b5f29477dd682d063eb4b8a7dc0a55a2
compact console output as table
compact console output as table
adamabdelhamed/PowerArgs,workabyte/PowerArgs
PowerArgs/CLI/Controls/CompactConsole.cs
mit
1,587,920,926
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PowerArgs.Cli { public abstract class CompactConsole : ConsolePanel { public TextBox InputBox { get; private set; } private CommandLineArgumentsDefinition def; private Label outpu...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PowerArgs.Cli { public abstract class CompactConsole : ConsolePanel { public TextBox InputBox { get; private set; } private CommandLineArgumentsDefinition def; private Label outpu...
252cedbdb4d2b337361dac6aa50273132844afe8
Fixes to QualifiedValueShape evaluation algorythm
Fixes to QualifiedValueShape evaluation algorythm
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFQualifiedValueShapeConstraint.cs
apache-2.0
1,587,919,437
/* Copyright 2012-2020 Marco De Salvo 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 2012-2020 Marco De Salvo 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...
e8ceed1e7172cd129f38d7c9cc249828435cba20
replaced fire and rain layer with particle layer
replaced fire and rain layer with particle layer
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Profiles/Minecraft/MinecraftProfile.cs
mit
1,587,919,016
using Aurora.EffectsEngine.Animations; using Aurora.Profiles.Minecraft.Layers; using Aurora.Settings; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Settings.Overrides.Logic; using Aurora.Settings.Overrides.Logic.Builder; using System; using System.Collections.Generic; using System.Drawing...
using Aurora.EffectsEngine.Animations; using Aurora.Profiles.Minecraft.Layers; using Aurora.Settings; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Settings.Overrides.Logic; using Aurora.Settings.Overrides.Logic.Builder; using System; using System.Collections.Generic; using System.Drawing...
4764087c2b43b3c5539a248d9050ec90a13de41e
Fix return type of GetPEImageProperties (#636)
Fix return type of GetPEImageProperties (#636)
Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime/src/Linux/LinuxLiveDataReader.cs
mit
1,587,918,195
// 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.Buffers; using System.Collections.Generic; using System.Collections.Immutable; using Syst...
// 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.Buffers; using System.Collections.Generic; using System.Collections.Immutable; using Syst...
270ee8937781803baced45280d4cbc90cad36b3a
Removed call to Initialize and did some minor refactoring.
Removed call to Initialize and did some minor refactoring.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Profiles/Iptc/IptcProfile.cs
apache-2.0
1,587,918,114
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
62897034d9cdf69df8d81919dc051124f1e4ffb7
Added unit test for non date or time tag with DateTimeOffset value.
Added unit test for non date or time tag with DateTimeOffset value.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Shared/Profiles/Iptc/IptcProfileTests/TheSetValueMethod.cs
apache-2.0
1,587,917,503
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
4889219d0b8dd7c24baf29c211365c90a1f50065
Remove temporary simulation of Azure DevOps API failures now that the output has been verified in the Azure DevOps UI.
Remove temporary simulation of Azure DevOps API failures now that the output has been verified in the Azure DevOps UI.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/AzureListener.cs
mit
1,587,917,448
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using System.Text; using System.Threading; ...
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using System.Text; using System.Threading; ...
55a7eae4d46f54e56d7fc404baea83c38184d553
Fix relative uri detection to be cross-platform compatible
Fix relative uri detection to be cross-platform compatible
lunet-io/markdig,lunet-io/markdig
src/Markdig/Renderers/HtmlRenderer.cs
bsd-2-clause
1,587,916,965
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; using System.Text; using Markdig.Helpe...
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; using System.Text; using Markdig.Helpe...
fd04af8b175d16470ffd10bd14113f0694ed43c3
In the event of intermittent Azure DevOps API failures while submitting test result batches, attempt a fixed number of cool-downs/retries before determining that the API is unavailable.
In the event of intermittent Azure DevOps API failures while submitting test result batches, attempt a fixed number of cool-downs/retries before determining that the API is unavailable.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/AzureListener.cs
mit
1,587,916,814
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using System.Text; using System.Threading; ...
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using System.Text; using Internal; using s...
49b57a213ba3ea3c2059871f76a580c6191f353d
cancel new results calculation
cancel new results calculation
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/ViewModel/ResultsViewModel.cs
mit
1,587,916,589
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSett...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSett...
34814262cc9c306e89bd1c0b1ac005ff87554a49
Made the IptcTagExtensions internal.
Made the IptcTagExtensions internal.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Profiles/Iptc/IptcTagExtensions.cs
apache-2.0
1,587,916,478
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless requ...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless requ...