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
0c0329ad1a9579991e557e893d178729b7aa1b01
Update readable changes
Update readable changes
DigDes/SoapCore
src/SoapCore/Meta/MetaBodyWriter.cs
mit
1,588,064,800
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using System.Xml.Schema; using System....
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using System.Xml.Schema; using System....
bcf8b931efef12f53db21e7f7af78e1b59068a17
Type support for ShowNativeProperty
Type support for ShowNativeProperty
dbrizov/NaughtyAttributes
Assets/NaughtyAttributes/Scripts/Editor/Utility/NaughtyEditorGUI.cs
mit
1,588,064,491
using System; using System.Collections; using System.Linq; using System.Reflection; using UnityEditor; using UnityEditor.Experimental.SceneManagement; using UnityEditor.SceneManagement; using UnityEngine; namespace NaughtyAttributes.Editor { public static class NaughtyEditorGUI { public static void Pr...
using System; using System.Collections; using System.Linq; using System.Reflection; using UnityEditor; using UnityEditor.Experimental.SceneManagement; using UnityEditor.SceneManagement; using UnityEngine; namespace NaughtyAttributes.Editor { public static class NaughtyEditorGUI { public static void Pr...
2a841ffc3a67787c889e1e93905db874aeba5697
Minor comments
Minor comments
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Devices/Asus/AuraSyncKeyboardDevice.cs
mit
1,588,064,349
using System; using System.Collections.Generic; using System.Drawing; using AuraServiceLib; namespace Aurora.Devices.Asus { public class AuraSyncKeyboardDevice : AuraSyncDevice { private readonly IAuraSyncKeyboard keyboard; private readonly Dictionary<DeviceKeys, IAuraRgbLight> deviceKeyToKey...
using System; using System.Collections.Generic; using System.Drawing; using AuraServiceLib; namespace Aurora.Devices.Asus { public class AuraSyncKeyboardDevice : AuraSyncDevice { private readonly IAuraSyncKeyboard keyboard; private readonly Dictionary<DeviceKeys, IAuraRgbLight> deviceKeyToKey...
40937f03e9ce794842a629497240df1d3d0122ab
Add missing ;
Add missing ; Fix semi-colon missing from previous commit.
martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site
tests/LondonTravel.Site.Tests/Integration/RemoteAuthorizationEventsFilter.cs
apache-2.0
1,588,064,202
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Integration { using System; using System.Collections.Specialized; using System.Threading.T...
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Integration { using System; using System.Collections.Specialized; using System.Threading.T...
d6f463ba1dec57468b91edf5f09d715401a0b690
Fix CA1822 warning
Fix CA1822 warning Fix another CA1822 warning. Also remove need for lambdas for callbacks.
martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site
tests/LondonTravel.Site.Tests/Integration/RemoteAuthorizationEventsFilter.cs
apache-2.0
1,588,063,921
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Integration { using System; using System.Collections.Specialized; using System.Threading.T...
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Integration { using System; using System.Collections.Specialized; using System.Threading.T...
c9b13ebe0de810b3fef18bb420b6523f5280d7d4
Fix failing test
Fix failing test
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Domain/Extensions/AlertsExtensionTests.cs
mit
1,588,063,895
using System.Collections.Generic; using System.Threading.Tasks; using FluentAssertions; using NUnit.Framework; using SFA.DAS.CommitmentsV2.Mapping.Apprenticeships; using SFA.DAS.CommitmentsV2.Models; using SFA.DAS.CommitmentsV2.Types; using SFA.DAS.Testing.AutoFixture; using Apprenticeship = SFA.DAS.CommitmentsV2.Mode...
using System.Collections.Generic; using System.Threading.Tasks; using FluentAssertions; using NUnit.Framework; using SFA.DAS.CommitmentsV2.Mapping.Apprenticeships; using SFA.DAS.CommitmentsV2.Models; using SFA.DAS.CommitmentsV2.Types; using SFA.DAS.Testing.AutoFixture; using Apprenticeship = SFA.DAS.CommitmentsV2.Mode...
8f79f1b998466caa771a488998a6e9515dd9818b
Fixed exercise
Fixed exercise
TrimbleSolutionsCorporation/TSOpenAPISelfLearningExercises
Exercise5-UI-Select-Profile/Form1.Designer.cs
bsd-2-clause
1,588,063,384
namespace Exercise { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
namespace Exercise { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
18e262bb884e12e8e9c7f2e13649acb05e81cde7
Fixed exercise
Fixed exercise
TrimbleSolutionsCorporation/TSOpenAPISelfLearningExercises
Exercise5-UI-Select-Profile/Form1.cs
bsd-2-clause
1,588,063,303
using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Forms; using Tekla.Structures; using Tekla.Structures.Catalogs; using Tekla.Structures.Dialog; using Tekla.Structures.Dialog.UIControls; using Tekla.Structures.Model; using Tekla.Structures.Geometry3d; using TSD...
using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Forms; using Tekla.Structures; using Tekla.Structures.Catalogs; using Tekla.Structures.Dialog; using Tekla.Structures.Dialog.UIControls; using Tekla.Structures.Model; using Tekla.Structures.Geometry3d; using TSD...
f14b7df0ca6b1b05c18b0d3789c10047f49fa2cf
#16 add australia to countries with postcodes
#16 add australia to countries with postcodes
samwa/loconomics,samwa/loconomics,samwa/loconomics
web/App_Code/LcRest/Address.cs
mpl-2.0
1,588,061,829
using System; using System.Collections.Generic; using System.Linq; using System.Web; using WebMatrix.Data; using System.Web.WebPages; namespace LcRest { /// <summary> /// Implements the scheme for a 'service-address' object /// in the REST API, and static methods for database /// operations /// </s...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using WebMatrix.Data; using System.Web.WebPages; namespace LcRest { /// <summary> /// Implements the scheme for a 'service-address' object /// in the REST API, and static methods for database /// operations /// </s...
daccc553a91835d224e82f273590d792357e1e94
Add caching to theme dictionary checks
Add caching to theme dictionary checks
punker76/Controlz,ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz
src/ControlzEx/Theming/Theme.cs
mit
1,588,059,825
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Windows; using System.Windows.Media; using JetBrains.Annotations; /// <summary> /// Re...
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Windows; using System.Windows.Media; using JetBrains.Annotations; /// <summary> /// Re...
31c3fd86b9ffc1117cff3628a4441309255c504b
Avoid using internal EF methods in tests
Avoid using internal EF methods in tests
peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu
osu.Game.Tests/Beatmaps/TestSceneEditorBeatmap.cs
mit
1,588,058,520
// 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.Testing; using osu.Game.Rulesets.Objects; using osu.Game.Rul...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using Microsoft.EntityFrameworkCore.Internal; using NUnit.Framework; using osu.Framework.Testing; using osu.Game.Rule...
c6477faa56e250c416e3fd4561d7a8be60634dbf
fix getEntryByName for S3 File system
fix getEntryByName for S3 File system
FubarDevelopment/FtpServer
src/FubarDev.FtpServer.FileSystem.S3/S3FileSystem.cs
mit
1,588,057,990
// <copyright file="S3FileSystem.cs" company="Fubar Development Junker"> // Copyright (c) Fubar Development Junker. All rights reserved. // </copyright> using System; using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; using Amazon; using Amazon.S3; using Amazon.S3...
// <copyright file="S3FileSystem.cs" company="Fubar Development Junker"> // Copyright (c) Fubar Development Junker. All rights reserved. // </copyright> using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Amazon; using Amazon....
ad646d2a8bb8c0ec2b4715646fd27d71c37a2c21
添加40164的错误编码
添加40164的错误编码 添加40164的错误编码 调用接口的IP地址不在白名单中,请在接口IP白名单中进行设置。(小程序及小游戏调用不要求IP地址在白名单内。) https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.html
JeffreySu/WeiXinMPSDK,lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK
src/Senparc.Weixin/Senparc.Weixin/Enums.cs
apache-2.0
1,588,056,542
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
330521a2ae7f268b1645c03fc7feab010c48ce74
Fix lifetime override not working
Fix lifetime override not working
smoogipooo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu
osu.Game.Rulesets.Mania/Objects/Drawables/DrawableManiaHitObject.cs
mit
1,588,055,650
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; usin...
eb9ac77ac6a9a40be522de06fbccb2e43fcc1cf9
Fixed implementations of IFaultExceptionTransformer
Fixed implementations of IFaultExceptionTransformer
DigDes/SoapCore
src/SoapCore.Tests/FaultExceptionTransformer/TestFaultExceptionTransformer.cs
mit
1,588,055,114
using System; using System.Net; using System.ServiceModel; using System.ServiceModel.Channels; using System.Xml; using SoapCore.Extensibility; namespace SoapCore.Tests.FaultExceptionTransformer { public class TestFaultExceptionTransformer : IFaultExceptionTransformer { public Message ProvideFault(Exception excepti...
using System; using System.Net; using System.ServiceModel; using System.ServiceModel.Channels; using System.Xml; using SoapCore.Extensibility; namespace SoapCore.Tests.FaultExceptionTransformer { public class TestFaultExceptionTransformer : IFaultExceptionTransformer { public Message ProvideFault(Exception excepti...
bfa34b796b8dbfe7534940e13fbee3c6607f0caf
Correctly process KeyTime to Cue by using TimeSpan.TotalSeconds instead of Ticks.
Correctly process KeyTime to Cue by using TimeSpan.TotalSeconds instead of Ticks.
grokys/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,w...
src/Avalonia.Animation/Animation.cs
mit
1,588,054,464
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Animation.Animators; using Avalonia.Animation.Easings; using Avalonia.Collections; using Avalonia.Data; using Avalonia.Metadata; namespace Avalo...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Animation.Animators; using Avalonia.Animation.Easings; using Avalonia.Collections; using Avalonia.Data; using Avalonia.Metadata; namespace Avalo...
8f7f4b7267f98ed2fd8f062aec221f5a42fdeb7c
Add failing test for #3653
Add failing test for #3653
jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wie...
tests/Avalonia.Animation.UnitTests/AnimationIterationTests.cs
mit
1,588,054,378
using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Avalonia.Animation; using Avalonia.Controls; using Avalonia.Styling; using Avalonia.UnitTests; using Avalonia.Data; using Xunit; using Avalonia.Animation.Easings; namespace Avalonia.Animation.UnitTests { public class AnimationI...
using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Avalonia.Animation; using Avalonia.Controls; using Avalonia.Styling; using Avalonia.UnitTests; using Avalonia.Data; using Xunit; using Avalonia.Animation.Easings; namespace Avalonia.Animation.UnitTests { public class AnimationI...
da30eafa3020d3c1479e32ca4e37f43e114098ad
Prevent potential exception
Prevent potential exception
smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipooo/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu
osu.Game/Rulesets/UI/DrawableRuleset.cs
mit
1,588,052,865
// 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.Beatmaps; using osu.Game.Rulesets.Judgements; using ...
// 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.Beatmaps; using osu.Game.Rulesets.Judgements; using ...
7342e0015161a7b7e339370ac4aa6aadcee6f3ce
Convert positions to local HOC coordinate space
Convert positions to local HOC coordinate space
ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Rulesets.Mania/Edit/ManiaHitObjectComposer.cs
mit
1,588,050,014
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Beatmaps; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Mania.Objects; using System.Collections.Generic; using...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Beatmaps; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Mania.Objects; using System.Collections.Generic; using...
324941a70f0568e27e57919c0d1eb69682b471fd
Fix ignored CancellationToken.
Fix ignored CancellationToken.
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/MySql.Data.MySqlClient/MySqlBulkCopy.cs
mit
1,588,049,246
using System; using System.Buffers; using System.Buffers.Text; using System.Collections.Generic; using System.Data; using System.Text; using System.Threading; using System.Threading.Tasks; using MySql.Data.Types; using MySqlConnector.Core; using MySqlConnector.Protocol; using MySqlConnector.Protocol.Serialization; usin...
using System; using System.Buffers; using System.Buffers.Text; using System.Collections.Generic; using System.Data; using System.Text; using System.Threading; using System.Threading.Tasks; using MySql.Data.Types; using MySqlConnector.Core; using MySqlConnector.Protocol; using MySqlConnector.Protocol.Serialization; usin...
832fa74a5e06146fc7572b841f7d957c9d44afdc
Reword comment slightly
Reword comment slightly
ppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu
osu.Game/Overlays/Mods/ModSelectOverlay.cs
mit
1,588,048,002
// 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...
7329ea88af94437cff2893fc9d5539d27bae7399
Icons update from Azure pipeline (#1774)
Icons update from Azure pipeline (#1774)
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/PackIconDataFactory.cs
mit
1,588,046,734
using System.Collections.Generic; namespace MaterialDesignThemes.Wpf { /// ****************************************** /// This code is auto generated. Do not amend. /// ****************************************** internal static class PackIconDataFactory { internal static IDictionary<PackIc...
using System.Collections.Generic; namespace MaterialDesignThemes.Wpf { /// ****************************************** /// This code is auto generated. Do not amend. /// ****************************************** internal static class PackIconDataFactory { internal static IDictionary<PackIc...
7df63b3c4703344d90f4fa6cff00545406b561a3
Build fix for .netstandard
Build fix for .netstandard
Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum
src/Nethereum.Signer.EIP712/Eip712TypedDataSigner.cs
mit
1,588,046,346
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Numerics; using System.Text; using System.Text.RegularExpressions; using Nethereum.Hex.HexConvertors.Extensions; using Nethereum.ABI; using Nethereum.ABI.FunctionEncoding; using Nethereum.Util; namespace Nethereum.Signer....
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Numerics; using System.Text; using System.Text.RegularExpressions; using Nethereum.Hex.HexConvertors.Extensions; using Nethereum.ABI; using Nethereum.ABI.FunctionEncoding; using Nethereum.Util; namespace Nethereum.Signer....
0d752dc7b847cc162a3076f72c20e487833e724e
Remove redundant initialisation
Remove redundant initialisation
NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu
osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.cs
mit
1,588,046,157
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Pla...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Pla...
c363bc892d3981a689ea2d940c71282d3e0bdcca
'try-finally' -> 'try-catch' (#642)
'try-finally' -> 'try-catch' (#642)
Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd
src/Microsoft.Diagnostics.Runtime/src/DataTargets/DataTarget.cs
mit
1,588,045,701
// 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 Sys...
// 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 Sys...
743a92bbbedcd696d7df90bb07dd1bdb049e0b79
Use a local database for now playing test
Use a local database for now playing test
UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu
osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.cs
mit
1,588,045,328
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Pla...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Overlays; ...
cd957559b9e78dfcd0b6421a39a8be11c9fc3bcb
Fix indentatio of closing brace.
Fix indentatio of closing brace.
mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati
Duplicati/Server/Scheduler.cs
lgpl-2.1
1,588,044,821
#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 ...
81e73acb1a05863fbda05603e3505a8fe5c79931
Fix tests failing when not run in certain order
Fix tests failing when not run in certain order
NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu
osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.cs
mit
1,588,044,087
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Overlays; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Overlays; using osu.Game.Rulesets.Osu; name...
4fff08d241a2158da662863426e07fa1f1621f8a
Remove unused using
Remove unused using
smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu
osu.Game.Tests/Visual/UserInterface/TestSceneNowPlayingOverlay.cs
mit
1,588,043,979
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Overlays; using osu.Game.Rulesets.Osu; name...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Utils; using osu.Game.Beatmaps; using osu.Game.Overlays; using o...
7d16e20580f58de0fafe30d39e8b2164493ac83f
Fixed UserEntities deserialization.
Fixed UserEntities deserialization.
JoeMayo/LinqToTwitter,JoeMayo/LinqToTwitter
src/LinqToTwitter5/LinqToTwitter.Shared/User/UserEntities.cs
mit
1,588,043,317
using LinqToTwitter.Common; using LitJson; using Newtonsoft.Json; namespace LinqToTwitter { /// <summary> /// URLs associated with the User profile /// </summary> public class UserEntities { public UserEntities(JsonData entities) { Url = new Entities(entities.GetValue<J...
using LinqToTwitter.Common; using LitJson; using Newtonsoft.Json; namespace LinqToTwitter { /// <summary> /// URLs associated with the User profile /// </summary> public class UserEntities { public UserEntities(JsonData entities) { Url = new Entities(entities.GetValue<J...
77669cec5b1f5aab95c7f135b3f2872c66e3703c
Fix last change for _useColor field.
Fix last change for _useColor field.
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Infrastructure/FlubuConsoleLogger.cs
bsd-2-clause
1,588,041,135
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using System.Text; using FlubuCore.Context; using FlubuCore.Infrastructure.Terminal.ColorfulConsole; using Microsoft.Extensions.Logging; using Pastel; namespace FlubuCore.Infrastructur...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using System.Text; using FlubuCore.Context; using FlubuCore.Infrastructure.Terminal.ColorfulConsole; using Microsoft.Extensions.Logging; using Pastel; namespace FlubuCore.Infrastructur...
88aef7d64ec7febf86f3bca6de3ba0ef4f1be192
Remove unused overload.
Remove unused overload.
fixie/fixie,fixie/fixie
src/Fixie.TestAdapter/LoggingExtensions.cs
mit
1,588,039,697
namespace Fixie.TestAdapter { using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; public static class LoggingExtensions { public static void Info(this IMessageLogger logger, string message) => logger.SendMessage(TestMessageLevel.Informational, message); public stati...
namespace Fixie.TestAdapter { using System; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; public static class LoggingExtensions { public static void Info(this IMessageLogger logger, string message) => logger.SendMessage(TestMessageLevel.Informational, message); ...
2850f4f699887e2ebc2f7086cffe1398be6a5225
Fix to free a string at Text
Fix to free a string at Text
lucas-miranda/Raccoon
Raccoon/Graphics/Drawables/Text.cs
mit
1,588,037,883
namespace Raccoon.Graphics { public partial class Text : Graphic, System.IDisposable { #region Private Members private Font _font; private string _value; private Size _unscaledSize; #endregion Private Members #region Constructors public Text(string value,...
namespace Raccoon.Graphics { public partial class Text : Graphic, System.IDisposable { #region Private Members private Font _font; private string _value; private Size _unscaledSize; #endregion Private Members #region Constructors public Text(string value,...
1bb9bdeddb119e09bd71a7a7a877e701f0289322
Test for Activating ReplaceInstance()
Test for Activating ReplaceInstance()
autofac/Autofac,autofac/Autofac
test/Autofac.Specification.Test/Lifetime/LifetimeEventTests.cs
mit
1,588,036,997
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
70df7992396bc5fe5bc9627a91356bda1451a868
More involved test cases around lifetime events and resolving IEnumerable<>
More involved test cases around lifetime events and resolving IEnumerable<>
autofac/Autofac,autofac/Autofac
test/Autofac.Specification.Test/Lifetime/LifetimeEventTests.cs
mit
1,588,036,660
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
ab520061766f12ba734f6e2b38d99a3ba1d8c825
update ProxyUtils
update ProxyUtils
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Aspect/ProxyUtils.cs
mit
1,588,034,653
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using WeihanLi.Extensions; namespace WeihanLi.Common.Aspect { internal static class ProxyUtils { private const string ProxyAssemblyName = "Weih...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using WeihanLi.Extensions; namespace WeihanLi.Common.Aspect { internal static class ProxyUtils { private const string ProxyAssemblyName = "Weih...
fe791961c16b079b3d061a6c6c854b70562d34df
Simplify params argument now that it is only ever given a single item, the test `assemblyPath`.
Simplify params argument now that it is only ever given a single item, the test `assemblyPath`.
fixie/fixie,fixie/fixie
src/Fixie.TestAdapter/TestAssembly.cs
mit
1,588,034,502
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...
fd1ff6313f424a11ffab7da1d999922c24288ebb
Remove dumb integration test
Remove dumb integration test
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
tests/Tgstation.Server.Tests/VersionsTest.cs
agpl-3.0
1,588,034,165
using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json.Linq; using System; using System.IO; using System.Linq; using System.Xml.Linq; using Tgstation.Server.Api; using Tgstation.Server.Client; using Tgstation.Server.Host; using Tgstation.Server.Host.Components.Interop; using Tgstation.Server.Host.Co...
using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json.Linq; using System; using System.IO; using System.Linq; using System.Xml.Linq; using Tgstation.Server.Api; using Tgstation.Server.Client; using Tgstation.Server.Host; using Tgstation.Server.Host.Components.Interop; using Tgstation.Server.Host.Co...
7bed16e64bddc31d8c40c51d16c41c584b51f99d
Lookup user name from SID if available.
Lookup user name from SID if available.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Win32/Security/Authentication/LogonSession.cs
apache-2.0
1,588,034,091
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
379d4429b62865989459641c81a143b1797c9d46
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,588,033,822
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
d3cc52ff6b40003f9f1d904541f1c6c95a6305f1
Add basic tests to ensure appropriate counts of lifetime event invocations, based on lifetime configuration
Add basic tests to ensure appropriate counts of lifetime event invocations, based on lifetime configuration
autofac/Autofac,autofac/Autofac
test/Autofac.Specification.Test/Lifetime/LifetimeEventTests.cs
mit
1,588,032,273
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Lifetime { public class LifetimeEventTests { [Fact] public void ActivatedAllowsMethod...
fe7b6236c0b5b6c2d676fc00ee1a5a0d29bf7651
ready beta4
ready beta4
ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer
FTAnalyser/Forms/MainForm.cs
apache-2.0
1,588,031,812
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...
7399ac064491c1d67e14f8b5f17981137075fa8c
Don't expose the IRC key to the DMAPI
Don't expose the IRC key to the DMAPI
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Chat/Providers/IrcProvider.cs
agpl-3.0
1,588,031,380
using Meebey.SmartIrc4net; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Core; using Tgstation.Ser...
using Meebey.SmartIrc4net; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Core; using Tgstation.Ser...
fb022882ff13b080c119121a10f7cc8724a4e65c
NamedConfigurationValueType: Fix resolvers
NamedConfigurationValueType: Fix resolvers
RonnChyran/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake
src/Snowflake.Framework.Remoting.GraphQL/Model/Configuration/NamedConfigurationValueType.cs
mpl-2.0
1,588,031,230
using HotChocolate.Types; using Snowflake.Configuration; using System; using System.Collections.Generic; using System.Text; namespace Snowflake.Framework.Remoting.GraphQL.Model.Configuration { public sealed class NamedConfigurationValueType : ObjectType<(string section, string option, IConfigurationValue ...
using HotChocolate.Types; using Snowflake.Configuration; using System; using System.Collections.Generic; using System.Text; namespace Snowflake.Framework.Remoting.GraphQL.Model.Configuration { public sealed class NamedConfigurationValueType : ObjectType<(string section, string option, IConfigurationValue ...
23d7ead68d11dddcdcdd70fa3ed431d2bb91d739
HC: describe different subscriptions if using autosubscriptions
HC: describe different subscriptions if using autosubscriptions
RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake
src/Snowflake.Support.GraphQL.FrameworkQueries/Subscriptions/AutoSubscriptionTypeInterceptor.cs
mpl-2.0
1,588,031,230
using HotChocolate.Configuration; using HotChocolate.Types; using HotChocolate.Types.Descriptors; using HotChocolate.Types.Descriptors.Definitions; using Snowflake.Support.GraphQL.FrameworkQueries.Subscriptions; using System; using System.Collections.Generic; using System.Text; namespace Snowflake.Support.GraphQL.Fra...
using HotChocolate.Configuration; using HotChocolate.Types; using HotChocolate.Types.Descriptors; using HotChocolate.Types.Descriptors.Definitions; using Snowflake.Support.GraphQL.FrameworkQueries.Subscriptions; using System; using System.Collections.Generic; using System.Text; namespace Snowflake.Support.GraphQL.Fra...
ec248c29ccbbc4594d5866e5e413261a4a2112c9
HC: Remove unused query
HC: Remove unused query
SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake
src/Snowflake.Framework.Services/HotChocolateKestrelIntegration.cs
mpl-2.0
1,588,031,230
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HotChocolate; using HotChocolate.AspNetCore; using HotChocolate.AspNetCore.Subscriptions; using HotChocolate.Execution; using HotChocolate.Execution.Configuration; using HotChocolate.Stitching; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HotChocolate; using HotChocolate.AspNetCore; using HotChocolate.AspNetCore.Subscriptions; using HotChocolate.Execution; using HotChocolate.Execution.Configuration; using HotChocolate.Stitching; usi...
51aa34eb983b2c2e12d069f858340944cb439351
HC.game: Make `game.orchestrator.configuration` query accept a collection ID
HC.game: Make `game.orchestrator.configuration` query accept a collection ID
RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake
src/Snowflake.Support.GraphQL.FrameworkQueries/Queries/Game/Orchestration/GameOrchestratorType.cs
mpl-2.0
1,588,031,230
using HotChocolate.Types; using Snowflake.Remoting.GraphQL.Model.Configuration; using Snowflake.Remoting.GraphQL.Model.Orchestration; using Snowflake.Remoting.GraphQL.Model.Stone.PlatformInfo; using Snowflake.Model.Game; using Snowflake.Model.Game.LibraryExtensions; using Snowflake.Orchestration.Extensibility; using S...
using HotChocolate.Types; using Snowflake.Remoting.GraphQL.Model.Configuration; using Snowflake.Remoting.GraphQL.Model.Orchestration; using Snowflake.Remoting.GraphQL.Model.Stone.PlatformInfo; using Snowflake.Model.Game; using Snowflake.Model.Game.LibraryExtensions; using Snowflake.Orchestration.Extensibility; using S...
fe68e2f9706669416f5abc6bbc0362c6af56d24c
RetroArchBsnesGameEmulation: Properly cleanup timeout cancellation token
RetroArchBsnesGameEmulation: Properly cleanup timeout cancellation token
SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake
src/Snowflake.Plugin.Emulators.RetroArch/Adapters/Higan/RetroArchBsnesGameEmulation.cs
mpl-2.0
1,588,031,230
using Snowflake.Configuration.Input; using Snowflake.Configuration.Serialization; using Snowflake.Configuration.Serialization.Serializers.Implementations; using Snowflake.Orchestration.Extensibility; using Snowflake.Orchestration.Saving; using Snowflake.Filesystem; using Snowflake.Input.Device; using Snowflake.Model.G...
using Snowflake.Configuration.Input; using Snowflake.Configuration.Serialization; using Snowflake.Configuration.Serialization.Serializers.Implementations; using Snowflake.Orchestration.Extensibility; using Snowflake.Orchestration.Saving; using Snowflake.Filesystem; using Snowflake.Input.Device; using Snowflake.Model.G...
190d0522fc1180f260608cbe99529c9836b53b78
HC.filesystem: Clarify behaviour on non-Windows systems
HC.filesystem: Clarify behaviour on non-Windows systems
SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake
src/Snowflake.Support.GraphQLFrameworkQueries/Queries/Filesystem/FilesystemQueries.cs
mpl-2.0
1,588,031,230
using HotChocolate.Types; using Microsoft.DotNet.PlatformAbstractions; using Snowflake.Framework.Remoting.GraphQL.Model.Filesystem; using Snowflake.Framework.Remoting.GraphQL.Model.Filesystem.Contextual; using Snowflake.Framework.Remoting.GraphQL.Schema; using Snowflake.Services; using System; using System.Collections...
using HotChocolate.Types; using Snowflake.Framework.Remoting.GraphQL.Model.Filesystem; using Snowflake.Framework.Remoting.GraphQL.Model.Filesystem.Contextual; using Snowflake.Framework.Remoting.GraphQL.Schema; using Snowflake.Services; using System; using System.Collections.Generic; using System.IO; using System.Text;...
b525c73ac1bd53e8f263ecf5a81905b62b222279
AsyncJobQueue: Properly dispose of cancellation token source
AsyncJobQueue: Properly dispose of cancellation token source
RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake
src/Snowflake.Framework/Extensibility/AsyncJobQueue.cs
mpl-2.0
1,588,031,230
using Snowflake.Extensibility.Queueing; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Snowflake.Extensibility.Queueing { /// <inheritd...
using Snowflake.Extensibility.Queueing; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Snowflake.Extensibility.Queueing { /// <inheritd...
c987be79ecf2f0e59a5323337fa8b27d935ca6d5
HC.runtime: OS query
HC.runtime: OS query
SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake
src/Snowflake.Support.GraphQLFrameworkQueries/Queries/Runtime/RuntimeQueryType.cs
mpl-2.0
1,588,031,230
using GraphQL.Types; using HotChocolate.Types; using Snowflake.Framework.Remoting.GraphQL.Model.Extensibility; using Snowflake.Loader; using Snowflake.Services; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; namespace Snowflake.Support.GraphQLFrameworkQueries....
using GraphQL.Types; using HotChocolate.Types; using Snowflake.Framework.Remoting.GraphQL.Model.Extensibility; using Snowflake.Loader; using Snowflake.Services; using System; using System.Collections.Generic; using System.Text; namespace Snowflake.Support.GraphQLFrameworkQueries.Queries.Runtime { public sealed cl...
10a6d8f85402307dc7de36c17ad996b6d1fde64f
IGameSaveManager: clarify argument name
IGameSaveManager: clarify argument name
RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake
src/Snowflake.Framework.Primitives/Orchestration/Saving/IGameSaveManager.cs
mpl-2.0
1,588,031,230
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Snowflake.Orchestration.Saving { /// <summary> /// Provides management services for a specific game. /// </summary> public interface IGameSaveManager { /// <summary> /// Gets ...
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Snowflake.Orchestration.Saving { /// <summary> /// Provides management services for a specific game. /// </summary> public interface IGameSaveManager { /// <summary> /// Gets ...
7615cd5c304c5d5a57758a24abf746a003b9b8e4
fix logic error
fix logic error Co-Authored-By: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Tabs/SettingsViewModel.cs
mit
1,588,029,124
using Avalonia.Threading; using NBitcoin; using Nito.AsyncEx; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using System.Thre...
using Avalonia.Threading; using NBitcoin; using Nito.AsyncEx; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using System.Thre...
d0216f1e7d506a7d639e5288da78229ef72cde9d
Ignore type maps when printing C++ for symbols
Ignore type maps when printing C++ for symbols Signed-off-by: Dimitar Dobrev <ca751a5c976abad79158718440750fc638d19ebc@protonmail.com>
mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp
src/Generator/Passes/SymbolsCodeGenerator.cs
mit
1,588,028,581
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators; using CppSharp.Generators.C; namespace CppSharp.Passes { public class SymbolsCodeGenerator : CodeGenerator { public override...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators; using CppSharp.Generators.C; namespace CppSharp.Passes { public class SymbolsCodeGenerator : CodeGenerator { public override...
98feb5319f1b262f6c20d8b56787b114964b056d
Fix to allow nested and break at Locker
Fix to allow nested and break at Locker
lucas-miranda/Raccoon
Raccoon/Util/Collections/Locker.cs
mit
1,588,028,523
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Raccoon.Util.Collections { public class Locker<T> : ICollection<T> { #region Private Members private List<T> _toAdd = new List<T>(), _toRemove = new List<T>(), ...
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Raccoon.Util.Collections { public class Locker<T> : ICollection<T> { #region Private Members private List<T> _toAdd = new List<T>(), _toRemove = new List<T>(), ...
c201d20627084ed95a63ab90cc972acf09b4223e
Reindented some FileParser code
Reindented some FileParser code
Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab
LynnaLab/Core/FileParser.cs
mit
1,588,027,844
using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Linq; namespace LynnaLab { public class FileParser { private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType...
using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Linq; namespace LynnaLab { public class FileParser { private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType...
4dc1bd11f603db70746dc2a5cfd0ca4cf5b009d1
Update HelloWorld sample with RequestConfiguration.
Update HelloWorld sample with RequestConfiguration. PiperOrigin-RevId: 308714127
googleads/googleads-mobile-unity,googleads/googleads-mobile-unity
samples/HelloWorld/Assets/Scripts/GoogleAdMobController.cs
apache-2.0
1,588,027,690
using UnityEngine.Events; using UnityEngine; using GoogleMobileAds.Api; using GoogleMobileAds.Common; using UnityEngine.UI; using System; using System.Collections.Generic; public class GoogleAdMobController : MonoBehaviour { private BannerView bannerView; private InterstitialAd interstitialAd; private Rewa...
using UnityEngine.Events; using UnityEngine; using GoogleMobileAds.Api; using UnityEngine.UI; using System; public class GoogleAdMobController : MonoBehaviour { private BannerView bannerView; private InterstitialAd interstitialAd; private RewardedAd rewardedAd; private float deltaTime; public Unit...
3c552bfde81b4a0b4a5e8da8c2d5db17ceea472a
test(text): remove superfluous test content
test(text): remove superfluous test content
icarus-consulting/Yaapii.Atoms,icarus-consulting/Yaapii.Atoms
tests/Yaapii.Atoms.Tests/Text/SyncedTest.cs
mit
1,588,027,622
// MIT License // // Copyright(c) 2020 ICARUS Consulting GmbH // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, cop...
// MIT License // // Copyright(c) 2020 ICARUS Consulting GmbH // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, cop...
1f54541b1675d93d57c12c795f758db7e7fa7f44
Removed test things
Removed test things
TheTree/branch,TheTree/branch,TheTree/branch
dotnet/Services/Token/Models/Config.cs
mit
1,588,027,469
using Branch.Global.Libraries; using Branch.Global.Services; namespace Branch.Services.Token.Models { public class Config { public string[] InternalKeys { get; set; } public ChromieTalkie.Config Puppeteer { get; set; } public ConfigAuthProviders AuthProviders { get; set; } public string RedisConnectionStr...
using Branch.Global.Libraries; using Branch.Global.Services; namespace Branch.Services.Token.Models { public class Config { public string[] InternalKeys { get; set; } public ChromieTalkie.Config Puppeteer { get; set; } public ConfigAuthProviders AuthProviders { get; set; } public string RedisConnectionStr...
889fc0ce68a0422de2a198ed6680a16e40f01efa
Fix config unit test
Fix config unit test
JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,QuantConnect/Lean,JKarathiya/Lean,AlexCatarino/Lean
Tests/Configuration/ConfigTests.cs
apache-2.0
1,588,027,158
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
bcfd2bb9ce2d8bd0c288c58ebcd27c352af4dd0c
compact console allows hidden actions
compact console allows hidden actions
adamabdelhamed/PowerArgs,workabyte/PowerArgs
PowerArgs/CLI/Controls/CompactConsole.cs
mit
1,588,026,723
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...
8213418df2a43bd75bf3ad1165d9103eabde40f6
Update to call upkeep only after iteration
Update to call upkeep only after iteration
lucas-miranda/Raccoon
Raccoon/Util/Collections/Locker.cs
mit
1,588,025,952
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Raccoon.Util.Collections { public class Locker<T> : ICollection<T> { #region Private Members private List<T> _toAdd = new List<T>(), _toRemove = new List<T>(), ...
using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Raccoon.Util.Collections { public class Locker<T> : ICollection<T> { #region Private Members private List<T> _toAdd = new List<T>(), _toRemove = new List<T>(), ...
4e647e67334dd15b9d6cd9f213e2cc836c6c3734
Add custom GameTag for 1398
Add custom GameTag for 1398
HearthSim/HearthDb
HearthDb/Enums/Enums.cs
mit
1,588,025,507
namespace HearthDb.Enums { /* THIS FILE WAS GENERATED BY HearthDb.EnumsGenerator. DO NOT EDIT. */ public enum BlockType { INVALID = 0, ATTACK = 1, CONTINUOUS = 2, JOUST = 2, POWER = 3, SCRIPT = 4, TRIGGER = 5, DEATHS = 6, PLAY = 7, ...
namespace HearthDb.Enums { /* THIS FILE WAS GENERATED BY HearthDb.EnumsGenerator. DO NOT EDIT. */ public enum BlockType { INVALID = 0, ATTACK = 1, CONTINUOUS = 2, JOUST = 2, POWER = 3, SCRIPT = 4, TRIGGER = 5, DEATHS = 6, PLAY = 7, ...
b7273f5a5c413969fdf4299da2193e73849f53f2
Fix gradient issue when model is outside viewport
Fix gradient issue when model is outside viewport
tigrouind/AITD-roomviewer
Assets/Scripts/Model/ModelLoader.cs
mit
1,588,024,436
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
3a9228ac15ee1ba323018f5a34f4c0ac2fb5bae1
AB#7530 - Change route name to verb.
AB#7530 - Change route name to verb.
CollabIP/Tethr.AudioBroker.SDK
src/Tethr.AudioBroker/TethrArchivedRecording.cs
mit
1,588,023,838
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Tethr.AudioBroker.Model; using Tethr.AudioBroker.Session; namespace Tethr.AudioBroker { /// <summary> /// Interface for working with call archives where the call recording has already comple...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Tethr.AudioBroker.Model; using Tethr.AudioBroker.Session; namespace Tethr.AudioBroker { /// <summary> /// Interface for working with call archives where the call recording has already comple...
8ca93cd81e580579ec03702cb6089e475e6b4151
Populate the item type on create
Populate the item type on create
ucdavis/CRP,ucdavis/CRP
CRP.Mvc/Controllers/Helpers/Copiers.cs
mit
1,588,023,721
using System; using System.Collections.Generic; using CRP.Core.Domain; using UCDArch.Core.PersistanceSupport; using Check = UCDArch.Core.Utils.Check; using System.Linq; using CRP.Mvc.Controllers.ViewModels.ItemManagement; namespace CRP.Controllers.Helpers { public class Copiers { public static Item Co...
using System; using System.Collections.Generic; using CRP.Core.Domain; using UCDArch.Core.PersistanceSupport; using Check = UCDArch.Core.Utils.Check; using System.Linq; using CRP.Mvc.Controllers.ViewModels.ItemManagement; namespace CRP.Controllers.Helpers { public class Copiers { public static Item Co...
4e9b3be6feb25a95dc671ca2bf380d975f191c35
Remove duplication in Command classes.
Remove duplication in Command classes.
ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET
SimpSim.NET.Presentation/Command.cs
mit
1,588,023,104
using System; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; namespace SimpSim.NET.Presentation { internal class Command : ICommand { protected readonly Action ExecuteAction; protected readonly Func<bool> CanExecuteFunc; public Command(Action executeAc...
using System; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; namespace SimpSim.NET.Presentation { internal class Command : ICommand { private readonly Action _executeAction; private readonly Func<bool> _canExecuteFunc; public Command(Action executeActi...
96660b2cca73a642f07cb35e0dd8e5bfd22cb89a
Flip frame count check
Flip frame count check
peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs
mit
1,588,022,320
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Game.Skinning; namespace osu.Game.Ruleset...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Game.Skinning; namespace osu.Game.Ruleset...
834eeb6d9862fdd1f0badc6125b1ae5a0007d70e
Reduce duplicate texture retrieval code
Reduce duplicate texture retrieval code
ppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs
mit
1,588,022,306
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Game.Skinning; namespace osu.Game.Ruleset...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Framework.Graphics.Textures; using osu.Gam...
456690fd08c1b539045bf6de8c6b247074af44ce
it’s late ok
it’s late ok
TheTree/branch,TheTree/branch,TheTree/branch
dotnet/Global/Libraries/LocalSecrets.cs
mit
1,588,022,292
using System; using System.IO; using Newtonsoft.Json.Linq; namespace Branch.Global.Libraries { public static class LocalSecrets { private static string _configRepo { get; } private static string _infraRepo { get; } private static bool _hasRepo { get; } = true; static LocalSecrets() { _configRepo = Envi...
using System; using System.IO; using Newtonsoft.Json.Linq; namespace Branch.Global.Libraries { public static class LocalSecrets { private static string _configRepo { get; } private static string _infraRepo { get; } private static bool _hasRepo { get; } = true; static LocalSecrets() { _configRepo = Envi...
9b3c1e41267e5e6f59effceddcb361f17df54490
Remove unused bindables
Remove unused bindables
peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,588,022,272
// 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.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.B...
c8ee941952c9e9de3c55dae188e40037f1a2366f
Fix formatting
Fix formatting
peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableTaikoMascot.cs
mit
1,588,022,253
// 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.Framewo...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framewo...
0bfa1e8009fd1897d307bb7aab66b277355b7d1a
update version
update version
prodot/ReCommended-Extension
Sources/ReCommendedExtension/Properties/AssemblyInfo.cs
apache-2.0
1,588,022,057
using System.Reflection; using ReCommendedExtension; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle(ZoneMarker.ExtensionName)] [assembly: AssemblyDescript...
using System.Reflection; using ReCommendedExtension; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle(ZoneMarker.ExtensionName)] [assembly: AssemblyDescript...
3be3f05e8e2be4897c8abd678d70aab76d59ebae
Don’t crash if repo’s not set
Don’t crash if repo’s not set
TheTree/branch,TheTree/branch,TheTree/branch
dotnet/Global/Libraries/LocalSecrets.cs
mit
1,588,022,056
using System; using System.IO; using Newtonsoft.Json.Linq; namespace Branch.Global.Libraries { public static class LocalSecrets { private static string _configRepo { get; } private static string _infraRepo { get; } private static bool _hasRepo { get; } = true; static LocalSecrets() { _configRepo = Envi...
using System; using System.IO; using Newtonsoft.Json.Linq; namespace Branch.Global.Libraries { public static class LocalSecrets { private static string _configRepo { get; } private static string _infraRepo { get; } static LocalSecrets() { _configRepo = Environment.GetEnvironmentVariable("BRANCH_CONFIG_RE...
8bc9389c75da580b86343549c82c9aa7297bfd1e
Removed 'Open in native viewer...' and improved the 'Dump initial' and 'Save current step as' Inspector GUI.
Removed 'Open in native viewer...' and improved the 'Dump initial' and 'Save current step as' Inspector GUI.
Algoryx/agxUnity
Editor/AGXUnityEditor/Tools/SimulationTool.cs
apache-2.0
1,588,021,689
using System; using AGXUnity; using UnityEngine; using UnityEditor; using GUI = AGXUnity.Utils.GUI; using Object = UnityEngine.Object; namespace AGXUnityEditor.Tools { [CustomTool( typeof( Simulation ) )] public class SimulationTool : CustomTargetTool { public Simulation Simulation { get { ...
using System; using AGXUnity; using UnityEngine; using UnityEditor; using GUI = AGXUnity.Utils.GUI; using Object = UnityEngine.Object; namespace AGXUnityEditor.Tools { [CustomTool( typeof( Simulation ) )] public class SimulationTool : CustomTargetTool { public Simulation Simulation { get { ...
bbc6fc628b0884eed253cf2ec3798f1502408dba
fix path for msbuild16 in public
fix path for msbuild16 in public
projectkudu/kudu,projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu
Kudu.Core/Infrastructure/PathUtils/PathWindowsUtility.cs
apache-2.0
1,588,019,946
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Kudu.Contracts.Settings; using SystemEnvironment = System.Environment; namespace Kudu.Core.Infrastructure { public class PathWindowsUtility : PathUtilityBase { private const string ProgramFiles64bitKey = "Program...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Kudu.Contracts.Settings; using SystemEnvironment = System.Environment; namespace Kudu.Core.Infrastructure { public class PathWindowsUtility : PathUtilityBase { private const string ProgramFiles64bitKey = "Program...
e698451df0f2f4eb2dd05a3a6eb6d61883c77194
renamed method for using literal scheme
renamed method for using literal scheme
JonasSamuelsson/Handyman,JonasSamuelsson/Handyman
src/Handyman.AspNetCore/src/ApiVersioning/ApiVersioningOptions.cs
mit
1,588,019,491
using Handyman.AspNetCore.ApiVersioning.Schemes.Literal; using System; namespace Handyman.AspNetCore.ApiVersioning { public class ApiVersioningOptions { internal Type ApiVersionParserType { get; set; } public void UseLiteralScheme() { ApiVersionParserType = typeof(LiteralA...
using System; using Handyman.AspNetCore.ApiVersioning.Schemes.Literal; namespace Handyman.AspNetCore.ApiVersioning { public class ApiVersioningOptions { internal Type ApiVersionParserType { get; set; } public void UseLiteralApiVersioningScheme() { ApiVersionParserType = ty...
6124862c29d631f3b7fe4dd2c9be9f524df5ec80
added etag service configuration sentinel
added etag service configuration sentinel
JonasSamuelsson/Handyman,JonasSamuelsson/Handyman
src/Handyman.AspNetCore/src/ETags/ServiceCollectionExtensions.cs
mit
1,588,019,490
using Handyman.AspNetCore.ETags.ModelBinding; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.Extensions.DependencyInjection; using System; using System.Linq; namespace Handyman.AspNetCore.ETags { public static class ServiceCollectionExtensions { public static IServiceCollection AddETags(...
using Handyman.AspNetCore.ETags.ModelBinding; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.Extensions.DependencyInjection; namespace Handyman.AspNetCore.ETags { public static class ServiceCollectionExtensions { public static IServiceCollection AddETags(this IServiceCollection services)...
5d34c74fc57719190e3425ea87a48dc3d26a27df
added api version service configuration sentinel
added api version service configuration sentinel
JonasSamuelsson/Handyman,JonasSamuelsson/Handyman
src/Handyman.AspNetCore/src/ApiVersioning/ServiceCollectionExtensions.cs
mit
1,588,019,490
using Handyman.AspNetCore.ApiVersioning.Abstractions; using Handyman.AspNetCore.ApiVersioning.ModelBinding; using Handyman.AspNetCore.ApiVersioning.Routing; using Handyman.AspNetCore.ApiVersioning.Schemes.MajorMinorPreRelease; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Routing; using Micro...
using Handyman.AspNetCore.ApiVersioning.Abstractions; using Handyman.AspNetCore.ApiVersioning.ModelBinding; using Handyman.AspNetCore.ApiVersioning.Routing; using Handyman.AspNetCore.ApiVersioning.Schemes.MajorMinorPreRelease; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Routing; using Micro...
0806a2f8ad2cfb92c98c1ad68ac0dc4e74d8cc07
updated api version endpoint matcher policy
updated api version endpoint matcher policy
JonasSamuelsson/Handyman,JonasSamuelsson/Handyman
src/Handyman.AspNetCore/src/ApiVersioning/Routing/ApiVersionEndpointMatcherPolicy.cs
mit
1,588,019,490
using Handyman.AspNetCore.ApiVersioning.Abstractions; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Mvc.Infrastructure; using Microsoft.AspNetCore.Routing; using Microsoft.AspNetCore.Routing.Matching; using Microsoft.AspNetCore....
using Handyman.AspNetCore.ApiVersioning.Abstractions; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Mvc.Infrastructure; using Microsoft.AspNetCore.Routing; using Microsoft.AspNetCore.Routing.Matching; using Microsoft.AspNetCore....
04be0b4bf099bbddefd40900f017f4b446dae3e2
temp fix compiler error
temp fix compiler error
JonasSamuelsson/Handyman,JonasSamuelsson/Handyman
src/Handyman.AspNetCore/tests/ApiVersioning/ServiceCollectionExtensionsTests.cs
mit
1,588,019,489
using Handyman.AspNetCore.ApiVersioning; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Primitives; using Shouldly; using System.Linq; using Xunit; namespace Handyman.AspNetCore.Tests.ApiVersioning { public class ServiceCollectionExtensionsTests { ...
using Handyman.AspNetCore.ApiVersioning; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Primitives; using Shouldly; using System.Linq; using Xunit; namespace Handyman.AspNetCore.Tests.ApiVersioning { public class ServiceCollectionExtensionsTests { ...
5b3e1b93b0319f4ae62e226de6fe3d8bd7da1844
updated SemVerApiVersion compare to tests
updated SemVerApiVersion compare to tests
JonasSamuelsson/Handyman,JonasSamuelsson/Handyman
src/Handyman.AspNetCore/tests/ApiVersioning/SemVer/SemVerApiVersionComparerTests.cs
mit
1,588,019,489
using Handyman.AspNetCore.ApiVersioning.SemVer; using Shouldly; using System.Collections.Generic; using Xunit; namespace Handyman.AspNetCore.Tests.ApiVersioning.SemVer { public class SemVerApiVersionComparerTests { private static readonly SemVerApiVersionParser Parser = new SemVerApiVersionParser(); ...
using Handyman.AspNetCore.ApiVersioning.SemVer; using Shouldly; using System.Collections.Generic; using Xunit; namespace Handyman.AspNetCore.Tests.ApiVersioning.SemVer { public class SemVerApiVersionComparerTests { private static readonly SemVerApiVersionParser Parser = new SemVerApiVersionParser(); ...
45b3da2d4d2fbf5199472704e3ba1421740e8607
added api version caching
added api version caching
JonasSamuelsson/Handyman,JonasSamuelsson/Handyman
src/Handyman.AspNetCore/src/ApiVersioning/ApiVersionValidatorFilter.cs
mit
1,588,019,489
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using System.Collections.Concurrent; namespace Handyman.AspNetCore.ApiVersioning { internal class ApiVersionValidatorFilter : IResourceFilter { private readonly ApiVersionDescriptorProvider _apiVer...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; namespace Handyman.AspNetCore.ApiVersioning { internal class ApiVersionValidatorFilter : IResourceFilter { private readonly ApiVersionDescriptorProvider _apiVersionDescriptorProvider; priva...
5caa4dedc2cd28b3bbd098a47a80c62349000b43
Update osu.Game.Rulesets.Taiko/UI/DrawableTaikoMascot.cs
Update osu.Game.Rulesets.Taiko/UI/DrawableTaikoMascot.cs Co-Authored-By: Bartłomiej Dach <809709723693c4e7ecc6f5379a3099c830279741@gmail.com>
peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu
osu.Game.Rulesets.Taiko/UI/DrawableTaikoMascot.cs
mit
1,588,019,223
// 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.Audio.Track; using osu.Framework.Bindables; using osu.Framework.Graphics; 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 System; using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics....
123d91bd93b5aa4487595aa617e605444385c164
SampleConnection. Add 1min TF for non connection with no candle support.
SampleConnection. Add 1min TF for non connection with no candle support.
StockSharp/StockSharp
Samples/Connectors/SampleConnection/SecuritiesWindow.xaml.cs
apache-2.0
1,588,019,047
namespace SampleConnection { using System; using System.Collections.Generic; using System.Linq; using System.Windows; using Ecng.Collections; using Ecng.Common; using Ecng.Xaml; using MoreLinq; using StockSharp.Algo; using StockSharp.Algo.Candles; using StockSharp.BusinessEntities; using StockSharp.Xaml;...
namespace SampleConnection { using System; using System.Collections.Generic; using System.Linq; using System.Windows; using Ecng.Collections; using Ecng.Common; using Ecng.Xaml; using MoreLinq; using StockSharp.Algo; using StockSharp.Algo.Candles; using StockSharp.BusinessEntities; using StockSharp.Xaml;...
c0493026500db4fe91dd727176c84c2fcfec383f
Update osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs
Update osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs Co-Authored-By: Bartłomiej Dach <809709723693c4e7ecc6f5379a3099c830279741@gmail.com>
peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs
mit
1,588,018,984
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Framework.Graphics.Textures; using osu.Gam...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Framework.Graphics.Textures; using osu.Gam...
2485b474b8cbc45e81a638e3cec5dbf19e4e0835
Fix IB Historical Data Request Error "HMDS query returned no data"
Fix IB Historical Data Request Error "HMDS query returned no data"
StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,AlexCatarino/Lean
Brokerages/InteractiveBrokers/InteractiveBrokersBrokerage.cs
apache-2.0
1,588,018,491
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
61054711172fd891d4995b932d8fb755d35ac477
Made sure that a weeb.sh failure wouldn't prohibit sora from starting
Made sure that a weeb.sh failure wouldn't prohibit sora from starting
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/SoraBot.cs
agpl-3.0
1,588,017,018
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Rest; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.O...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Rest; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.O...
1a7e8756862acdc6ec36f01dbc7cfdb077bbdef2
Removed some warnings
Removed some warnings
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Misc/WeebService.cs
agpl-3.0
1,588,016,913
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Weeb.net; using TokenType = Weeb.net.TokenType; namespace SoraBot.Services.Misc { public class WeebSe...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Weeb.net; using TokenType = Weeb.net.TokenType; namespace SoraBot.Services.Misc { public class WeebSe...
a34ec03efc685c706004fb578da9fddb1f5855d2
Reword width comment
Reword width comment Co-Authored-By: Bartłomiej Dach <809709723693c4e7ecc6f5379a3099c830279741@gmail.com>
ppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game/Overlays/Mods/ModSelectOverlay.cs
mit
1,588,016,660
// 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...
7686c4691510d9c20c0f85205f6646e1da5d72a8
Remove unused seraliser
Remove unused seraliser
TheTree/branch,TheTree/branch,TheTree/branch
dotnet/Global/Libraries/JsonClient.cs
mit
1,588,016,113
using System; using System.Collections.Generic; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Crpc.Exceptions; using Newtonsoft.Json; namespace Branch.Global.Libraries { public class JsonClient { // The internal http client shared for every request. public HttpClient Client { get;...
using System; using System.Collections.Generic; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Crpc.Exceptions; using Newtonsoft.Json; namespace Branch.Global.Libraries { public class JsonClient { // The internal http client shared for every request. public HttpClient Client { get;...
8618e0417fb089b7d474069c41ce4acc25b73e95
Update Spawn.cs
Update Spawn.cs
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Lifecycle/Spawn.cs
agpl-3.0
1,588,014,548
using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; /// <summary> /// Main API for all types of spawning (except players - see PlayerSpawn). If you ever need to spawn something, look here. /// /// Notes on Lifec...
using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Mirror; using UnityEngine; using UnityEngine.SceneManagement; /// <summary> /// Main API for all types of spawning (except players - see PlayerSpawn). If you ever need to spawn something, look here. /// /// Notes on Lifec...
46071ffedec7f6b1155fd3d46bc08165d8af71b0
#266 - Cleanup SignalR connection after error.
#266 - Cleanup SignalR connection after error.
maraf/Money,maraf/Money
src/Money.UI.Blazor/Services/ApiHubService.cs
apache-2.0
1,588,013,574
using Microsoft.AspNetCore.SignalR.Client; using Microsoft.Extensions.Options; using Neptuo; using Neptuo.Events; using Neptuo.Exceptions; using Neptuo.Logging; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Money.Services...
using Microsoft.AspNetCore.SignalR.Client; using Microsoft.Extensions.Options; using Neptuo; using Neptuo.Events; using Neptuo.Exceptions; using Neptuo.Logging; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Money.Services...
230b4030aec98f331df86c53d3a2452cb862a36b
only call SetMenu once OSX.
only call SetMenu once OSX.
wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalon...
src/Avalonia.Native/AvaloniaNativeMenuExporter.cs
mit
1,588,013,081
using System; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Platform; using Avalonia.Dialogs; using Avalonia.Native.Interop; using Avalonia.Threading; namespace Avalonia.Native { class AvaloniaNativeMenuExporter : ITopLevelNativeMenuExporter { private I...
using System; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Platform; using Avalonia.Dialogs; using Avalonia.Native.Interop; using Avalonia.Threading; namespace Avalonia.Native { class AvaloniaNativeMenuExporter : ITopLevelNativeMenuExporter { private I...
9214357946b192aa70445420fae330f804ebe3b6
Suppress SQLite migration warning
Suppress SQLite migration warning
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Database/Migrations/20200427180904_SLRebuild.cs
agpl-3.0
1,588,012,862
using System; using Microsoft.EntityFrameworkCore.Migrations; #pragma warning disable CA1506 namespace Tgstation.Server.Host.Database.Migrations { /// <summary> /// Rebuild of the schema for SQLite. /// </summary> public partial class SLRebuild : Migration { /// <inheritdoc /> protected override void Up(Mig...
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace Tgstation.Server.Host.Database.Migrations { /// <summary> /// Rebuild of the schema for SQLite. /// </summary> public partial class SLRebuild : Migration { /// <inheritdoc /> protected override void Up(MigrationBuilder migrationBuilder) ...
59516bcb94209af628720f76d721149a730ea45a
Clean up CompilerInvocations API.
Clean up CompilerInvocations API.
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogger/Analyzers/CompilerInvocations.cs
mit
1,588,012,555
using System; using System.Collections.Generic; using System.IO; using Microsoft.Build.Framework; namespace Microsoft.Build.Logging.StructuredLogger { public class CompilerInvocation { public const string CSharp = "C#"; public const string FSharp = "F#"; public const string T...
using System; using System.Collections.Generic; using System.IO; using Microsoft.Build.Framework; namespace Microsoft.Build.Logging.StructuredLogger { public class CompilerInvocation { public string Language { get; set; } public string CommandLineArguments { get; set; } publi...
226e7569c4a727e7db218e6e732f8af5a0664182
Consider min/max values for integer data type
Consider min/max values for integer data type
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/CodeUtilities.cs
apache-2.0
1,588,012,409
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Schema; namespace XmlSchemaClassGenerator { public static class CodeUtilities { // Match non-letter followed by letter static readonly Regex PascalCaseReg...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Schema; namespace XmlSchemaClassGenerator { public static class CodeUtilities { // Match non-letter followed by letter static readonly Regex PascalCaseReg...
637c9e4fbd493ad170b3cea0998bb2a36d7d4b52
#275 - Fix overflow for expense upload button.
#275 - Fix overflow for expense upload button.
maraf/Money,maraf/Money
src/Money.UI.Blazor/Components/ExpenseBagPublishButton.razor.cs
apache-2.0
1,588,012,333
using Microsoft.AspNetCore.Components; using Money.Commands; using Money.Events; using Neptuo.Events; using Neptuo.Events.Handlers; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Money.Components { public partial class...
using Microsoft.AspNetCore.Components; using Money.Commands; using Money.Events; using Neptuo.Events; using Neptuo.Events.Handlers; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Money.Components { public partial class...
242727066526bebc96dc5b6d10ccc45aafb0b386
#254 - Fix NRU when event arrived when summary is reloading.
#254 - Fix NRU when event arrived when summary is reloading.
maraf/Money,maraf/Money
src/Money.UI.Blazor/Pages/Summary.razor.cs
apache-2.0
1,588,012,277
using Microsoft.AspNetCore.Components; using Money.Components; using Money.Components.Bootstrap; using Money.Events; using Money.Models; using Money.Models.Loading; using Money.Models.Queries; using Money.Models.Sorting; using Money.Services; using Neptuo; using Neptuo.Commands; using Neptuo.Events; using Neptuo.Event...
using Microsoft.AspNetCore.Components; using Money.Components; using Money.Components.Bootstrap; using Money.Events; using Money.Models; using Money.Models.Loading; using Money.Models.Queries; using Money.Models.Sorting; using Money.Services; using Neptuo; using Neptuo.Commands; using Neptuo.Events; using Neptuo.Event...
504df549819590dbe8cca9f99275172398f0abee
Chromie talk is dun
Chromie talk is dun
TheTree/branch,TheTree/branch,TheTree/branch
dotnet/Global/Services/ChromieTalkie.cs
mit
1,588,011,770
using System; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using PuppeteerSharp; namespace Branch.Global.Services { public class ChromieTalkie : IDisposable { public class Config { public string RemoteEndpoint { get; set; } } private ILogger _logge...
using System; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using PuppeteerSharp; namespace Branch.Global.Services { public class ChromieTalkie : IDisposable { private ILogger _logger; private string _puppeteerEndpoint; private Browser _browser; public...