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
bed8f8c2e14ff3b0b2b11a9ac8e7838e56483799
Handling empty and null transportListeners
Handling empty and null transportListeners
takenet/lime-csharp
src/Lime.Protocol/Server/AggregateTransportListener.cs
apache-2.0
1,588,706,311
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; using Lime.Protocol.Network; using Lime.Protocol.Util; namespace Lime.Protocol.Server { /// <summary> /// Implements a <see cref="ITransportListener"/> aggre...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; using Lime.Protocol.Network; using Lime.Protocol.Util; namespace Lime.Protocol.Server { /// <summary> /// Implements a <see cref="ITransportListener"/> aggre...
e5c927f1709d395d7701a4baaf32e71b9a7fe146
Fix the build
Fix the build
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Host.Tests/Components/Watchdog/TestExperimentalWatchdog.cs
agpl-3.0
1,588,705,710
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; usin...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; usin...
0cc1ea280c9b00def510dd4d5bda554a7183ee02
Parse explicit function calls in a running call
Parse explicit function calls in a running call
textamina/scriban,lunet-io/scriban
src/Scriban/Parsing/Parser.Expressions.cs
bsd-2-clause
1,588,705,530
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using Scriban.Functions; using Scriban.Runtime; using Scriban.Syntax; n...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using Scriban.Functions; using Scriban.Runtime; using Scriban.Syntax; n...
aa5f930d350e2c9c367a1c5d97a8be2aef99421d
Fixed start/stop from AggregateTransportListener
Fixed start/stop from AggregateTransportListener
takenet/lime-csharp
src/Lime.Protocol/Server/AggregateTransportListener.cs
apache-2.0
1,588,705,034
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; using Lime.Protocol.Network; using Lime.Protocol.Util; namespace Lime.Protocol.Server { /// <summary> /// Implements a <see cref="ITransportListener"/> aggre...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; using Lime.Protocol.Network; using Lime.Protocol.Util; namespace Lime.Protocol.Server { /// <summary> /// Implements a <see cref="ITransportListener"/> aggre...
19c6eff1ba51990101f246bfcb1e9dbbec342da4
set default flush timeout to 10s (#375)
set default flush timeout to 10s (#375) Signed-off-by: Colin Sullivan <342564bc1ab1e55103f85104b5e013adfdf828cb@synadia.com>
nats-io/csnats
src/NATS.Client/Conn.cs
mit
1,588,705,011
// Copyright 2015-2018 The NATS Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
// Copyright 2015-2018 The NATS Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
caf25b1331e97ba7b5dd7033b269ea50fccb9077
Fix parsing of floats to allow letter following the dot
Fix parsing of floats to allow letter following the dot
lunet-io/scriban,textamina/scriban
src/Scriban/Parsing/Lexer.cs
bsd-2-clause
1,588,704,944
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compile...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compile...
49e82999004210ade7ae637f542fe7548570075e
Fix one-line ScriptFunction to be recognized with a return value
Fix one-line ScriptFunction to be recognized with a return value
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/Statements/ScriptFunction.cs
bsd-2-clause
1,588,704,914
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using Scriban.Runtime; namespace Scriban.Syntax { [ScriptSyntax("function statement", "func <variable> ... end")] public pa...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using Scriban.Runtime; namespace Scriban.Syntax { [ScriptSyntax("function statement", "func <variable> ... end")] public pa...
035c791b1052259ca5ceea7bf9bc15dc311bea78
Add test for ResponseStream.MoveNext cancellation (#897)
Add test for ResponseStream.MoveNext cancellation (#897)
grpc/grpc-dotnet,grpc/grpc-dotnet,grpc/grpc-dotnet,grpc/grpc-dotnet
test/FunctionalTests/Client/CancellationTests.cs
apache-2.0
1,588,704,472
#region Copyright notice and license // Copyright 2019 The gRPC Authors // // 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...
#region Copyright notice and license // Copyright 2019 The gRPC Authors // // 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...
dc22615b6b3177704f14778f6d96608bc6471ab5
Fix a bug where dynamic and PPA modules where giving 5 points by default
Fix a bug where dynamic and PPA modules where giving 5 points by default
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/Helpers/ComponentSolverFactory.cs
mit
1,588,704,385
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Missions; using Newtonsoft.Json.Linq; using UnityEngine; using UnityEngine.Networking; public static class ComponentSolverFactory { public st...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Missions; using Newtonsoft.Json.Linq; using UnityEngine; using UnityEngine.Networking; public static class ComponentSolverFactory { public st...
a508de6b645d285f7a84a3b23afcd8f6005dca81
Leave DD running after the watchdog test
Leave DD running after the watchdog test
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs
agpl-3.0
1,588,704,325
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server...
177b02871946b234ad2b31e2609ab6419fc6c766
Remove some white-box testing
Remove some white-box testing
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Host.Tests/Components/Byond/TestPosixByondInstaller.cs
agpl-3.0
1,588,704,292
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Threading.Tasks; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.Components.Byond.Tests { [TestClass] public sealed class TestPosixByondInstaller { [TestMethod] public v...
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Threading.Tasks; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.Components.Byond.Tests { [TestClass] public sealed class TestPosixByondInstaller { [TestMethod] public v...
7aab28127157503e1dd1981c21b87c7651e77329
InMemoryMessageAdapterProvider. Skip failed adapters.
InMemoryMessageAdapterProvider. Skip failed adapters.
StockSharp/StockSharp
Configuration/InMemoryMessageAdapterProvider.cs
apache-2.0
1,588,704,022
namespace StockSharp.Configuration { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Security; using Ecng.Common; using Ecng.Reflection; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// In memory configuration...
namespace StockSharp.Configuration { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Security; using Ecng.Common; using Ecng.Reflection; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// In memory configuration...
7f794d8164c438040f97bb71d9a6cde7b8e37b23
Fix issue retrieving POSIX byond cache path
Fix issue retrieving POSIX byond cache path
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs
agpl-3.0
1,588,703,385
using Microsoft.Extensions.Logging; using System; using System.Globalization; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.Components.Byond { /// <summary> /// <see cref="IByondInstaller"/> for Posix systems /// </summary> ...
using Microsoft.Extensions.Logging; using System; using System.Globalization; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.Components.Byond { /// <summary> /// <see cref="IByondInstaller"/> for Posix systems /// </summary> ...
d001c0b611a7b317c60e4e8cb329cce03386ceb6
More BYOND install logging
More BYOND install logging
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Byond/ByondManager.cs
agpl-3.0
1,588,703,080
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Core; using Tgstation.Server.Host....
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Core; using Tgstation.Server.Host....
3f52390aaa516dd93e1f6a80f07f55932662d37e
Parellize more integration tests
Parellize more integration tests
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,588,702,935
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...
5db6df045c7e2b6f53eef1b76b49f108d5748163
When registering API key for ASF usage, signalize it in the domain name
When registering API key for ASF usage, signalize it in the domain name This way user knows it's us who generated it, even though other people may access it as well
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/ArchiWebHandler.cs
apache-2.0
1,588,702,448
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
cfe3cfe0f6a8447875a790502949ebb7c916ff87
Handling the TaskCanceledException in the results.publish command (#2960)
Handling the TaskCanceledException in the results.publish command (#2960) * Handling the TaskCanceledException in the results.publish command * Removed repro code * Removing dummy code added to test Co-authored-by: Shailesh Singh Kushwaha <2d5767db111c7a50950fc07ec084eb6238efc848@users.noreply.github.com>
Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent
src/Agent.Worker/TestResults/Legacy/LegacyTestRunDataPublisher.cs
mit
1,588,702,443
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.TestManagement.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults.Utils; using ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.TestManagement.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults.Utils; using ...
a7bd5e6432804dff409d068bf91c4b9e6c586581
BasketMessageAdapter. Fix unsubscribe for pending subscriptions.
BasketMessageAdapter. Fix unsubscribe for pending subscriptions.
StockSharp/StockSharp
Algo/BasketMessageAdapter.cs
apache-2.0
1,588,702,393
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
f08d2acd03971d04cb6ede6d7f430e5dfee9f76d
Fixed whitespace and incremented monitor number by 1
Fixed whitespace and incremented monitor number by 1 this way it starts from 1 instead of zero
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs
mit
1,588,702,153
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing...
23790a929f4924802301eeb2a6941ecbce74196f
GetProperties & fix GetPrefixPair
GetProperties & fix GetPrefixPair
signumsoftware/extensions,signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,MehdyKarimpour/extensions
Signum.Engine.Extensions/Files/AzureBlobStoragebFileTypeAlgorithm.cs
mit
1,588,701,662
using Azure; using Azure.Storage.Blobs; using Azure.Storage.Blobs.Models; using DocumentFormat.OpenXml.Office2013.Excel; using Signum.Entities.Files; using Signum.Utilities; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; namespace ...
using Azure; using Azure.Storage.Blobs; using DocumentFormat.OpenXml.Office2013.Excel; using Signum.Entities.Files; using Signum.Utilities; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; namespace Signum.Engine.Files { public ...
d3d6da8bb4e51df90b9187bc99f9fa4b69e69f38
Updated CSU to run UpdateTagNames utility after data migration utility when migrating schema.
Updated CSU to run UpdateTagNames utility after data migration utility when migrating schema.
GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian
Source/Tools/ConfigurationSetupUtility/Screens/SetupCompleteScreen.xaml.cs
mit
1,588,701,279
//****************************************************************************************************** // SetupCompleteScreen.xaml.cs - Gbtc // // Copyright © 2011, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements...
//****************************************************************************************************** // SetupCompleteScreen.xaml.cs - Gbtc // // Copyright © 2011, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements...
f412baaad3c293c7e75f283b5327b986ffa98336
Added basic server tests
Added basic server tests
takenet/lime-csharp
src/Lime.Protocol.UnitTests/Server/ServerTests.cs
apache-2.0
1,588,700,263
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; using Lime.Protocol.Listeners; using Lime.Protocol.Network; using Lime.Protocol.Security; using Lime.Protocol.Server; using NUnit.Framework; using Shouldly; namespace Lime.Protocol.Uni...
using System; using System.Threading; using System.Threading.Tasks; using Lime.Protocol.Listeners; using Lime.Protocol.Network; using Lime.Protocol.Security; using Lime.Protocol.Server; using Moq; using NUnit.Framework; namespace Lime.Protocol.UnitTests.Server { [TestFixture] public class ServerTests { ...
76e1eb4fac11aed28737985d44b8fe3a5f8c78f7
Fix: renaming groups never happened.
Fix: renaming groups never happened.
feg-giessen/OptigemLdapSync
OptigemLdapSync/GroupWorker.cs
mit
1,588,699,614
using System; using System.Collections.Generic; using System.Diagnostics; using System.DirectoryServices.Protocols; using System.Linq; using OptigemLdapSync.Models; namespace OptigemLdapSync { internal class GroupWorker { private readonly ISyncConfiguration configuration; private readonly Lda...
using System; using System.Collections.Generic; using System.Diagnostics; using System.DirectoryServices.Protocols; using System.Linq; using OptigemLdapSync.Models; namespace OptigemLdapSync { internal class GroupWorker { private readonly ISyncConfiguration configuration; private readonly Lda...
b097b246432d9fac0020800edc26d45d9fc432c6
Snapshots. Load only for live subscriptions.
Snapshots. Load only for live subscriptions.
StockSharp/StockSharp
Algo/Storages/BufferMessageAdapter.cs
apache-2.0
1,588,699,377
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.Threading; using System.Linq; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summa...
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.Threading; using System.Linq; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summa...
4723f7562c1d406aa8c0eb08596b6230e57e1aee
Stop game if there's an error in edit mode
Stop game if there's an error in edit mode
redbluegames/unity-notnullattribute
Assets/RedBlueGames/NotNullAttribute/Editor/NotNullFinder.cs
mit
1,588,699,228
namespace RedBlueGames.NotNull { using System.Collections; using System.Collections.Generic; using System.Reflection; using RedBlueGames.NotNull; using UnityEditor; using UnityEngine; /// <summary> /// NotNullFinder fires off checks for NotNull violations in the scene and asset database...
namespace RedBlueGames.NotNull { using System.Collections; using System.Collections.Generic; using System.Reflection; using RedBlueGames.NotNull; using UnityEditor; using UnityEngine; /// <summary> /// NotNullFinder fires off checks for NotNull violations in the scene and asset databas...
8fcd61e71c1be543386b1bc72f7f1b28343284ca
Small refactoring.
Small refactoring.
StockSharp/StockSharp
Algo/Storages/BufferMessageAdapter.cs
apache-2.0
1,588,699,185
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.Threading; using System.Linq; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summa...
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.Threading; using System.Linq; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summa...
172de036be36360e996f2d2e5b201bde8b122b76
fix glitch with window decorations transitioning from fullscreen to maximized.
fix glitch with window decorations transitioning from fullscreen to maximized.
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,akrisiun/Perspe...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,588,698,921
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Avalonia.Win32.Interop; ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Avalonia.Win32.Interop; ...
289f3a0f9c532364b16436daca1b69b26cb40809
Remove Debug.Asserts, add more logging
Remove Debug.Asserts, add more logging
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Watchdog/WindowsWatchdog.cs
agpl-3.0
1,588,697,714
using Microsoft.Extensions.Logging; using System; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Core; using Tgstation.Server.Host.Database; usi...
using Microsoft.Extensions.Logging; using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Core; using Tgstation...
e75fa0dc819c8af7a82cf4b71aaca68908800982
PF-540 - Be more robust around long initial sync cycles
PF-540 - Be more robust around long initial sync cycles
schmidt4brains/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,AquaticInformatics/Examples
TimeSeries/PublicApis/SdkExamples/SosExporter/Exporter.cs
apache-2.0
1,588,697,319
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using Aquarius.TimeSeries.Client; using Aquarius.TimeSeries.Client.ServiceModels.Publish; using Humanizer; using log4net; using ServiceStack; us...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using Aquarius.TimeSeries.Client; using Aquarius.TimeSeries.Client.ServiceModels.Publish; using Humanizer; using log4net; using ServiceStack; us...
16911da3e76b350c5ea5d3d180a48d2ce7dff693
Properly handle user selecting None for the spatializer
Properly handle user selecting None for the spatializer
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Utilities/Editor/SpatializerUtilities.cs
mit
1,588,697,234
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Editor; using System.Linq; using UnityEditor; using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Utilities.Editor { /// <summary> /// Collection of utilities to manage the configured audio...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Editor; using System.Linq; using UnityEditor; using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Utilities.Editor { /// <summary> /// Collection of utilities to manage the configured audio...
c20243a1615e8c11f0cd7bf5f034a4b574507d00
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,588,696,280
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
a8b5a00f82ce5f3718f630d6648a5f99fd0c1aa1
adding more timing optios
adding more timing optios
larsbrubaker/agg-sharp,MatterHackers/agg-sharp
agg/QuickTimer.cs
bsd-2-clause
1,588,695,367
/* Copyright (c) 2016, Lars Brubaker, Kevin Pope All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2016, Lars Brubaker, Kevin Pope All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
1c4a56a406f56a3d287c4915319b57f7dd251315
ensure style is always up to date before entering fs.
ensure style is always up to date before entering fs.
jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,588,694,890
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Avalonia.Win32.Interop; ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Avalonia.Win32.Interop; ...
bdb77c9c8e1b2d90df2ce6d4d4628ca8502a83d9
PF-540 - Added some robustness around configuring SOS transaction operations.
PF-540 - Added some robustness around configuring SOS transaction operations. Since we've seen these requests occasionally time out, retry them up to 3 times before giving up.
schmidt4brains/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,AquaticInformatics/Examples,AquaticInformatics/Examples,schmidt4brains/Examples
TimeSeries/PublicApis/SdkExamples/SosExporter/SosClient.cs
apache-2.0
1,588,694,872
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text.RegularExpressions; using Aquarius.Helpers; using Aquarius.TimeSeries.Client.ServiceModels.Publish; using Humanizer; using log4net; usin...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text.RegularExpressions; using Aquarius.Helpers; using Aquarius.TimeSeries.Client.ServiceModels.Publish; using log4net; using ServiceStack; u...
5731e3b280d268c32015c887253c30023877002f
Set backbuffer before add dirty region. Ref #1344
Set backbuffer before add dirty region. Ref #1344
holance/helix-toolkit,helix-toolkit/helix-toolkit,JeremyAnsel/helix-toolkit,chrkon/helix-toolkit
Source/HelixToolkit.Wpf.SharpDX.Shared/Controls/DX11ImageSource.cs
mit
1,588,694,839
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DX11ImageSource.cs" company="Helix Toolkit"> // Copyright (c) 2014 Helix Toolkit contributors // </copyright> // ----------------------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DX11ImageSource.cs" company="Helix Toolkit"> // Copyright (c) 2014 Helix Toolkit contributors // </copyright> // ----------------------------------------------------------------...
f66fe45cb69241f371b959cec6e0db0f7d6158ab
hour as 24h in sync file name
hour as 24h in sync file name
AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework
Signum.Engine/Engine/SqlPreCommand.cs
mit
1,588,694,818
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using Signum.Utilities; using System.Text.RegularExpressions; using System.IO; using System.Threading; using System.Diagnostics; using System.Data.Common; using System.Globalization; using Sign...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using Signum.Utilities; using System.Text.RegularExpressions; using System.IO; using System.Threading; using System.Diagnostics; using System.Data.Common; using System.Globalization; using Sign...
f2fff842032409b61d5ec6271ca2d0f6df92924c
Mark `Metadata` on `CreditNoteLineOptions` as obsolete
Mark `Metadata` on `CreditNoteLineOptions` as obsolete
stripe/stripe-dotnet
src/Stripe.net/Services/CreditNotes/CreditNoteLineOptions.cs
apache-2.0
1,588,693,869
namespace Stripe { using System; using System.Collections.Generic; using Newtonsoft.Json; public class CreditNoteLineOptions : INestedOptions, IHasMetadata { /// <summary> /// The line item amount to credit. Only valid when <see cref="Type"/> is /// <c>invoice_line_item</c> ...
namespace Stripe { using System.Collections.Generic; using Newtonsoft.Json; public class CreditNoteLineOptions : INestedOptions, IHasMetadata { /// <summary> /// The line item amount to credit. Only valid when <see cref="Type"/> is /// <c>invoice_line_item</c> and the referenced...
d4caf3b6a090ebd559b24b0fc11bcb444cec6e18
PowerCalculations: Temporarily hiding BulkSeqeunceCalculator from official release since it's not fully cooked.
PowerCalculations: Temporarily hiding BulkSeqeunceCalculator from official release since it's not fully cooked.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/Adapters/PowerCalculations/BulkSequenceCalculator.cs
mit
1,588,693,713
//****************************************************************************************************** // BulkSequenceCalculator.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ...
//****************************************************************************************************** // BulkSequenceCalculator.cs - Gbtc // // Copyright © 2020, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ...
43b8d13e8106e6033270844d9818cdd782257635
Added unit tests. Fixes #742.
Added unit tests. Fixes #742.
simpleinjector/SimpleInjector
src/SimpleInjector.Tests.Unit/RegisterResolveInterceptorTests.cs
mit
1,588,693,186
namespace SimpleInjector.Tests.Unit { using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Remoting.Contexts; using Microsoft.VisualStudio.TestTools.UnitTesting; using SimpleInjector.Advanced; [TestClass] public class RegisterResolveInterceptorTests ...
namespace SimpleInjector.Tests.Unit { using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using SimpleInjector.Advanced; [TestClass] public class RegisterResolveInterceptorTests { private static readonly Predica...
fae9384c60352fad9f5f33a6e028c17c1af746ca
Revert test change.
Revert test change.
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Common.Tests/AudioEncodingExceptionTests.cs
agpl-3.0
1,588,692,649
/* Copyright 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Audi...
/* Copyright 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Audi...
d1ba9e025205fd9f4bc0f2e9f868a93f41be0ddd
Test disable of logging
Test disable of logging
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Common.Tests/AudioEncodingExceptionTests.cs
agpl-3.0
1,588,691,689
/* Copyright 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Audi...
/* Copyright 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Audi...
fbafdc58fd48fce61136b89120e70c4ccc320616
Remove the JwtTokenUtilities.ValidateTokenType() method
Remove the JwtTokenUtilities.ValidateTokenType() method
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
src/Microsoft.IdentityModel.JsonWebTokens/JwtTokenUtilities.cs
mit
1,588,691,642
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
e99a6c636afd7ed1d2d0f239ae1943d778b416d5
#505 MediatR - Authorization - Pipeline - Updated validation for multiple
#505 MediatR - Authorization - Pipeline - Updated validation for multiple
optivem/optivem-commons-cs,optivem/immerest
src/Core/Application/Validators/RequestValidationHandler.cs
apache-2.0
1,588,691,410
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Optivem.Atomiv.Core.Application { public class RequestValidationHandler<TRequest> : IRequestValidationHandler<TRequest> { private IEnumerable<IRequestValidator<TRequest>> _validators; public RequestVa...
using System.Linq; using System.Threading.Tasks; namespace Optivem.Atomiv.Core.Application { public class RequestValidationHandler<TRequest> : IRequestValidationHandler<TRequest> { private IRequestValidator<TRequest> _validator; public RequestValidationHandler(IRequestValidator<TRequest> vali...
1e3aed98c6b1c5c6366b1111b28229bceee4cf58
Fixed possible crash.
Fixed possible crash.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
Engines/FlatRedBallXNA/FlatRedBall/Graphics/Renderer.Common.cs
mit
1,588,691,267
#if WINDOWS #define USE_CUSTOM_SHADER #endif using System; using System.Collections.Generic; using System.Linq; using System.Text; using FlatRedBall.Math; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using FlatRedBall.Math.Geometry; using FlatRedBall.Performance.Measurement; namespace FlatRed...
#if WINDOWS #define USE_CUSTOM_SHADER #endif using System; using System.Collections.Generic; using System.Linq; using System.Text; using FlatRedBall.Math; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using FlatRedBall.Math.Geometry; using FlatRedBall.Performance.Measurement; namespace FlatRed...
bd3d45d1ceaf894f14e16f5ddd7cb93edb09e719
[X11] Make BorderOnly to behave the same way as None, since it doesn't work anyway
[X11] Make BorderOnly to behave the same way as None, since it doesn't work anyway
AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,Perspex/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI...
src/Avalonia.X11/X11Window.cs
mit
1,588,690,685
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.Linq; using System.Reactive.Disposables; using System.Text; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.F...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.Linq; using System.Reactive.Disposables; using System.Text; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.F...
34913150914c706ead9bb3a52334929c5d81a247
[X11] Fixed reverting back from fullscreen
[X11] Fixed reverting back from fullscreen
jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,...
src/Avalonia.X11/X11Window.cs
mit
1,588,690,574
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.Linq; using System.Reactive.Disposables; using System.Text; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.F...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.Linq; using System.Reactive.Disposables; using System.Text; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.F...
d5822d10c1720fc48d0cf315d5b220097448ebf7
Fixes #5987: WF Activity infinite loop (#6107)
Fixes #5987: WF Activity infinite loop (#6107)
xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,OrchardCMS/Brochard,OrchardCMS/Brochard,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orcha...
src/OrchardCore.Modules/OrchardCore.Workflows/Services/WorkflowManager.cs
bsd-3-clause
1,588,689,817
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Localization; using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; using OrchardCore.Modules; using OrchardCore.Workflows.Activities; using OrchardCore.Workflows...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Localization; using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; using OrchardCore.Modules; using OrchardCore.Workflows.Activities; using OrchardCore.Workflows...
7bbb49a12db99fb3b82e7b5d7facfef8683c8a62
Reorganized async code in ServiceHost.QueueTasks to use callbacks instead of blocking.
Reorganized async code in ServiceHost.QueueTasks to use callbacks instead of blocking.
GridProtectionAlliance/MIDAS,GridProtectionAlliance/MIDAS,GridProtectionAlliance/openMIC,GridProtectionAlliance/openMIC,GridProtectionAlliance/openMIC
Source/Applications/openMIC/openMIC/ServiceHost.cs
mit
1,588,689,070
//****************************************************************************************************** // ServiceHost.cs - Gbtc // // Copyright © 2015, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the...
//****************************************************************************************************** // ServiceHost.cs - Gbtc // // Copyright © 2015, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the...
ed9bc13a5e3c0bb7f8a97afe28279486331d2833
Update ExchangeCodeForTokens.cs
Update ExchangeCodeForTokens.cs
BlarghLabs/MoarUtils
commands/googleauth/ExchangeCodeForTokens.cs
mit
1,588,688,095
using MoarUtils.commands.logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RestSharp; using System; using System.Net; namespace MoarUtils.Utils.GoogleAuth { public class ExchangeCodeForTokens { public class request { public request() { includeEmptyScope = true; } public...
using MoarUtils.commands.logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RestSharp; using System; using System.Net; namespace MoarUtils.Utils.GoogleAuth { public class ExchangeCodeForTokens { public class request { public string code { get; set; } public string clientId { get; set;...
6f78e49d4181078706346bf753ef1c29b9508ede
Fix IdentityProvider, CurrentPrincipal can be null
Fix IdentityProvider, CurrentPrincipal can be null
peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate
src/III.CastleWindsor/IdentityProvider.cs
apache-2.0
1,588,686,775
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writ...
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writ...
c2bfb53c8dc5bfc90d5b6f1983a78cee78db1d88
Adapt UriServiceImpl to changes in routing in ASP.NET core 3 (#1075)
Adapt UriServiceImpl to changes in routing in ASP.NET core 3 (#1075)
leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net
JoinRpg.Portal/Infrastructure/UriServiceImpl.cs
mit
1,588,686,351
using System; using JetBrains.Annotations; using JoinRpg.DataModel; using JoinRpg.Services.Interfaces; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Infrastructure; using Microsoft.AspNetCore.Mvc.Routing; namespace JoinRpg.Web.Helpers { [UsedImplicitly] internal class UriServiceImpl : IUriServ...
using System; using JetBrains.Annotations; using JoinRpg.DataModel; using JoinRpg.Services.Interfaces; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Infrastructure; using Microsoft.AspNetCore.Mvc.Routing; namespace JoinRpg.Web.Helpers { [UsedImplicitly] internal class UriServiceImpl : IUriServ...
ef245b70736e66abe306e3fc5e930995adfe0fb9
Typos and remove old code
Typos and remove old code
Sicos1977/VCardReader
VCardReader/Reader.cs
mit
1,588,686,161
// // Reader.cs // // Author: Kees van Spelde <sicos2002@hotmail.com> // // Copyright (c) 2014-2020 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Soft...
// // Reader.cs // // Author: Kees van Spelde <sicos2002@hotmail.com> // // Copyright (c) 2014-2020 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Soft...
efdb846465747273b7d6063cf2a21715334f7138
Make BasePath readonly
Make BasePath readonly
smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framew...
osu.Framework/Platform/Storage.cs
mit
1,588,685,167
// 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.IO; namespace osu.Framework.Platform { public abstract class Storage { protected string Bas...
// 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.IO; namespace osu.Framework.Platform { public abstract class Storage { protected string Bas...
c21144537c88bec0aac18d53684f7b7a6b0daa66
#19 replace en-US with en-AU
#19 replace en-US with en-AU
samwa/loconomics,samwa/loconomics,samwa/loconomics
web/App_Code/LcAuthHelper.cs
mpl-2.0
1,588,683,691
/** Website authentication pages must use the utilities given here on most cases rather than directly the LcAuth API since it helps with validate data from form for Log-in and required actions depending on the account status and different kind of errors. **/ using System; using System.Linq; using Sy...
/** Website authentication pages must use the utilities given here on most cases rather than directly the LcAuth API since it helps with validate data from form for Log-in and required actions depending on the account status and different kind of errors. **/ using System; using System.Linq; using Sy...
5e15ccfd4edfcc80dec974be85823d95e4d2c557
Fixed using
Fixed using
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs
mit
1,588,683,475
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using MiscUtil.Collections.Extensions; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using S...
6ce7a34d4a26c8bb015f6848b477a1d2061e8d60
Подсказка при ховере выглядит получше, чем мини-квадратик
Подсказка при ховере выглядит получше, чем мини-квадратик
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/VSCode.DebugAdapter/OscriptDebugSession.cs
mpl-2.0
1,588,683,052
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ us...
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ us...
9709acc23b882187ef03b30dd257194a3d26fbac
replace "5", fix some status message
replace "5", fix some status message
bosonbeard/Funny-models-and-scripts,bosonbeard/Funny-models-and-scripts,bosonbeard/Funny-models-and-scripts,bosonbeard/Funny-models-and-scripts
5.Canny/6.Canny-Xanarin_Bluetooth_Android/MainActivity.cs
unlicense
1,588,681,204
// based on http://alejandroruizvarela.blogspot.com/2014/01/bluetooth-arduino-xamarinandroid.html // for this article https://habr.com/ru/post/500454/ using Android.App; using Android.OS; using Android.Support.V7.App; using Android.Runtime; using Android.Widget; using System.Linq; using System; using System.IO; usin...
// based on http://alejandroruizvarela.blogspot.com/2014/01/bluetooth-arduino-xamarinandroid.html // for this article https://habr.com/ru/post/500454/ using Android.App; using Android.OS; using Android.Support.V7.App; using Android.Runtime; using Android.Widget; using System.Linq; using System; using System.IO; usin...
de29fd96d27fd3f186c540e628d011fdc4ae2b66
edit some console out
edit some console out
bosonbeard/Funny-models-and-scripts,bosonbeard/Funny-models-and-scripts,bosonbeard/Funny-models-and-scripts,bosonbeard/Funny-models-and-scripts
5.Canny/6.Canny-Xanarin_Bluetooth_Android/MainActivity.cs
unlicense
1,588,680,422
// based on http://alejandroruizvarela.blogspot.com/2014/01/bluetooth-arduino-xamarinandroid.html // for this article https://habr.com/ru/post/500454/ using Android.App; using Android.OS; using Android.Support.V7.App; using Android.Runtime; using Android.Widget; using System.Linq; using System; using System.IO; usin...
// based on http://alejandroruizvarela.blogspot.com/2014/01/bluetooth-arduino-xamarinandroid.html // for this article https://habr.com/ru/post/500454/ using Android.App; using Android.OS; using Android.Support.V7.App; using Android.Runtime; using Android.Widget; using System.Linq; using System; using System.IO; usin...
ed701bf45304f974bbdf604e33862ac5b40ff9d0
fix failijg tests
fix failijg tests
SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice
src/SFA.DAS.ProviderApprenticeshipsService.Web.UnitTests/Validation/ApprenticeshipBulkUpload/ApprenticeshipBulkUploadValidationTestBase.cs
mit
1,588,680,166
using System; using Moq; using NUnit.Framework; using SFA.DAS.ProviderApprenticeshipsService.Domain.Interfaces; using SFA.DAS.ProviderApprenticeshipsService.Web.Models; using SFA.DAS.ProviderApprenticeshipsService.Web.Models.BulkUpload; using SFA.DAS.ProviderApprenticeshipsService.Web.Models.Types; using SFA.DAS.Provi...
using System; using Moq; using NUnit.Framework; using SFA.DAS.ProviderApprenticeshipsService.Domain.Interfaces; using SFA.DAS.ProviderApprenticeshipsService.Web.Models; using SFA.DAS.ProviderApprenticeshipsService.Web.Models.BulkUpload; using SFA.DAS.ProviderApprenticeshipsService.Web.Models.Types; using SFA.DAS.Provi...
55216964f0a879888953dfafee1b670a6127d502
Code coverage - ConsoleloggingOperationInterceptor
Code coverage - ConsoleloggingOperationInterceptor
joymon/Orchestration
tests/JoymonOnline.Orchestration.Tests/ConsoleLoggingOperationInterceptor_Before.cs
mit
1,588,679,716
using System; using System.Collections.Generic; using JoymonOnline.Orchestration.Core; using JoymonOnline.Orchestration.Interceptors; using JoymonOnline.Orchestration.Orchestrators; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace JoymonOnline.Orchestration.Tests { [TestClass] public class Consol...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace JoymonOnline.Orchestration.Tests { [TestClass] public class ConsoleLoggingOperationInterceptor_Before { } }
07b09fe46a7aa5900513c962622748782b0a53ba
feat: allow creating custom typeahead inputs
feat: allow creating custom typeahead inputs
UNOPS/UiMetadataFramework,UNOPS/UiMetadataFramework
UiMetadataFramework.Basic/Input/Typeahead/TypeaheadInputFieldBinding.cs
mit
1,588,678,912
// ReSharper disable AutoPropertyCanBeMadeGetOnly.Local namespace UiMetadataFramework.Basic.Input.Typeahead { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UiMetadataFramework.Core.Binding; /// <summary> /// <see cref="InputFieldBinding"/> for <see cref="Typ...
// ReSharper disable AutoPropertyCanBeMadeGetOnly.Local namespace UiMetadataFramework.Basic.Input.Typeahead { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UiMetadataFramework.Core.Binding; /// <summary> /// <see cref="InputFieldBinding"/> for <see cref="Typ...
31e22faaf528fc0336fe4628afcb124131efbdae
Fix the pop.db for the missing engagements column. #139 Version the database to make managing changes eaiser.
Fix the pop.db for the missing engagements column. #139 Version the database to make managing changes eaiser.
dasgarner/xibo-dotnetclient,xibosignage/xibo-dotnetclient
Stats/StatManager.cs
agpl-3.0
1,588,678,472
/** * Copyright (C) 2020 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either ver...
/** * Copyright (C) 2020 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either ver...
e3719401f3349c94ffba64a6d085246f1d898d72
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,588,677,132
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
bb778c468f26e48642efb91c9925ef3b77807c2a
Send config only to supporting OPCs
Send config only to supporting OPCs
thinktecture/relayserver,thinktecture/relayserver,thinktecture/relayserver
Thinktecture.Relay.Server/Communication/BackendCommunication.cs
bsd-3-clause
1,588,676,322
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json; using Serilog; using Thinktecture.Relay.Server.Communication.RabbitMq; using Thinktecture.Relay.Server.Config; using Thi...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json; using Serilog; using Thinktecture.Relay.Server.Communication.RabbitMq; using Thinktecture.Relay.Server.Config; using Thi...
850bd5ebc7ed5da73ed07daefac72978ddc1f37a
Fix for null interrupt scheduling causing repeated logs #138
Fix for null interrupt scheduling causing repeated logs #138
dasgarner/xibo-dotnetclient,xibosignage/xibo-dotnetclient
Logic/ScheduleManager.cs
agpl-3.0
1,588,675,020
/** * Copyright (C) 2020 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either vers...
/** * Copyright (C) 2020 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either vers...
a80118bb2964f2cf48b49c29d0083fa10da3502c
templateCustomSettings loaded from settings.json file (#315)
templateCustomSettings loaded from settings.json file (#315) * added TemplateCustomSettings as Dictionary<string,string> * added templateCustomSettings to sink constructor for configurations loaded from settings.json file Co-authored-by: Giorgio Tresoldi <0ed05ffa27270afa500b59aa10e6e15bf4447615@nuvyta.com>
serilog/serilog-sinks-elasticsearch,serilog/serilog-sinks-elasticsearch
src/Serilog.Sinks.Elasticsearch/LoggerConfigurationElasticSearchExtensions.cs
apache-2.0
1,588,673,988
// Copyright 2014 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agr...
// Copyright 2014 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agr...
29c2275a27c2e643a744f77d16a0f058efde498c
Tweak to invariant error message
Tweak to invariant error message
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2/Models/DraftApprenticeship.cs
mit
1,588,673,685
using System; using SFA.DAS.CommitmentsV2.Domain.Entities; using SFA.DAS.CommitmentsV2.Domain.Exceptions; using SFA.DAS.CommitmentsV2.Models.Interfaces; using SFA.DAS.CommitmentsV2.Types; namespace SFA.DAS.CommitmentsV2.Models { public class DraftApprenticeship : ApprenticeshipBase, ITrackableEntity { ...
using System; using SFA.DAS.CommitmentsV2.Domain.Entities; using SFA.DAS.CommitmentsV2.Domain.Exceptions; using SFA.DAS.CommitmentsV2.Models.Interfaces; using SFA.DAS.CommitmentsV2.Types; namespace SFA.DAS.CommitmentsV2.Models { public class DraftApprenticeship : ApprenticeshipBase, ITrackableEntity { ...
999565387af5e4d61fe74232c44dd1fd643cea7d
re use field ref
re use field ref
Fody/Anotar
Serilog/Anotar.Serilog.Fody/TypeProcessor.cs
mit
1,588,673,430
using System; using System.Collections.Generic; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; using Mono.Collections.Generic; public partial class ModuleWeaver { void ProcessType(TypeDefinition type) { var fieldDefinition = type.Fields.FirstOrDefault(x => x.IsStati...
using System; using System.Collections.Generic; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; using Mono.Collections.Generic; public partial class ModuleWeaver { void ProcessType(TypeDefinition type) { var fieldDefinition = type.Fields.FirstOrDefault(x => x.IsStati...
52aef58bbea159cb138e01d8599df82567f3139d
CreateKinematicBodies called after the prefab setters set to new value Added HandPhysicsServiceRoot null check
CreateKinematicBodies called after the prefab setters set to new value Added HandPhysicsServiceRoot null check
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Extensions/HandPhysicsService/HandPhysicsService.cs
mit
1,588,673,212
// Copyright(c) Microsoft Corporation.All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; ...
// Copyright(c) Microsoft Corporation.All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; ...
cda4abaa062e85f009a3f774a66db318f695119e
Use parmeters in backend
Use parmeters in backend
duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati.Library.Backend.Tardigrade/TardigradeBackend.cs
lgpl-2.1
1,588,672,958
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Models; namespace Duplicati.Library.Backend.Tardigrade { public class Tardigrade : IBackend { private const st...
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Models; namespace Duplicati.Library.Backend.Tardigrade { public class Tardigrade : IBackend { private const st...
f3c8d1359e09f1e4bfbc7e26622df69cd97dba9a
FieldMapping. Fix exponential notation decimal parsing.
FieldMapping. Fix exponential notation decimal parsing.
StockSharp/StockSharp
Algo/Import/FieldMapping.cs
apache-2.0
1,588,672,819
namespace StockSharp.Algo.Import { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using Ecng.ComponentModel; using Ecng.Serialization; /// <summary> /// Importing field description. /// </summary> public abstract class FieldMapping : Notifiable...
namespace StockSharp.Algo.Import { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using Ecng.ComponentModel; using Ecng.Serialization; /// <summary> /// Importing field description. /// </summary> public abstract class FieldMapping : Notifiable...
22a1f4a8a727fc2a0317f1bc5dd96dd9a3b3f6d6
"Offer" and "Bid" fields type in OptionBoard class changed to double
"Offer" and "Bid" fields type in OptionBoard class changed to double
buybackoff/QuikSharp,finsight/QuikSharp
src/QuikSharp/DataStructures/OptionBoard.cs
apache-2.0
1,588,672,278
using Newtonsoft.Json; namespace QuikSharp.DataStructures { /// <summary> /// OptionBoard structure /// </summary> public class OptionBoard { /// <summary> /// Strike /// </summary> [JsonProperty("Strike")] public double Strike { get; set; } /// <sum...
using Newtonsoft.Json; namespace QuikSharp.DataStructures { /// <summary> /// OptionBoard structure /// </summary> public class OptionBoard { /// <summary> /// Strike /// </summary> [JsonProperty("Strike")] public double Strike { get; set; } /// <sum...
66781138b4954d6821f493306d5f7c1dc68ff3f2
add Introspection.RegisterAllAssembliesInPath(string path)
add Introspection.RegisterAllAssembliesInPath(string path)
vrvis/aardvark.base,vrvis/aardvark.base,vrvis/aardvark,vrvis/aardvark
src/Aardvark.Base/Introspection/Introspection.cs
apache-2.0
1,588,672,239
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.Serialization.Formatters.Binary; using System.Text; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.Serialization.Formatters.Binary; using System.Xml.Linq; u...
453cecccd070bd89730ba4eb9250aca8ef546466
Make client side verbs correctly respect visibility.
Make client side verbs correctly respect visibility.
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Client/GameObjects/EntitySystems/VerbSystem.cs
mit
1,588,671,821
using System; using System.Collections.Generic; using System.Reflection; using Content.Client.State; using Content.Shared.GameObjects; using Content.Shared.GameObjects.EntitySystemMessages; using Content.Shared.Input; using JetBrains.Annotations; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Inter...
using System; using System.Collections.Generic; using System.Reflection; using Content.Client.State; using Content.Shared.GameObjects; using Content.Shared.GameObjects.EntitySystemMessages; using Content.Shared.Input; using JetBrains.Annotations; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Inter...
a4fe16c0955e029fb81fc4ad3d9269d630d1fcf8
Rollback SchemeHandlerFactory
Rollback SchemeHandlerFactory
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.Example/CefExample.cs
bsd-3-clause
1,588,671,104
// Copyright © 2014 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.Diagnostics; using System.IO; using System.Text; using CefSharp.Example.Properties; using CefSharp.Example.Proxy; using CefSh...
// Copyright © 2014 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.Diagnostics; using System.IO; using System.Text; using CefSharp.Example.Properties; using CefSharp.Example.Proxy; using CefSh...
9579689c29d13df6c98542ab41e972a2663ac2cd
fix QueryToken for Date
fix QueryToken for Date
signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework
Signum.Entities/DynamicQuery/Tokens/QueryToken.cs
mit
1,588,670,286
using System; using System.Collections.Generic; using System.Linq; using Signum.Utilities.Reflection; using System.Linq.Expressions; using System.Reflection; using Signum.Utilities; using Signum.Entities.Reflection; using Signum.Utilities.ExpressionTrees; using System.ComponentModel; using System.Collections....
using System; using System.Collections.Generic; using System.Linq; using Signum.Utilities.Reflection; using System.Linq.Expressions; using System.Reflection; using Signum.Utilities; using Signum.Entities.Reflection; using Signum.Utilities.ExpressionTrees; using System.ComponentModel; using System.Collections....
1aeb01632741be6bdcb5f62b0a360d1d9cd123bc
string -> var
string -> var
leekelleher/umbraco-doc-type-grid-editor,leekelleher/umbraco-doc-type-grid-editor,leekelleher/umbraco-doc-type-grid-editor
src/Our.Umbraco.DocTypeGridEditor/Web/Controllers/DocTypeGridEditorApiController.cs
mit
1,588,669,731
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Net.Mime; using System.Text.RegularExpressions; using System.Web.Http; using System.Web.Http.ModelBinding; using Our.Umbraco.DocTypeGridEditor.Extensions; us...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Net.Mime; using System.Text.RegularExpressions; using System.Web.Http; using System.Web.Http.ModelBinding; using Our.Umbraco.DocTypeGridEditor.Extensions; us...
cc8d95c37d50cc21cb94ce2264f08cf79ecbb2e5
Prevent deactivating an already deactivated connection
Prevent deactivating an already deactivated connection
thinktecture/relayserver,thinktecture/relayserver,thinktecture/relayserver
Thinktecture.Relay.Server/Communication/OnPremiseConnectionHeartbeater.cs
bsd-3-clause
1,588,668,361
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Serilog; using Thinktecture.Relay.Server.Config; using Thinktecture.Relay.Server.OnPremise; namespace Thinktecture.Relay.Server.Communication { public class OnPrem...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Serilog; using Thinktecture.Relay.Server.Config; using Thinktecture.Relay.Server.OnPremise; namespace Thinktecture.Relay.Server.Communication { public class OnPrem...
aff74db80da54a35a438a4e6443569107e5403a1
Publicly expose HUDOverlay in Player.
Publicly expose HUDOverlay in Player.
peppy/osu-new,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu
osu.Game/Screens/Play/Player.cs
mit
1,588,668,010
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
3ac445f42ff5cf2a7aedb9fab39ca965f61e448d
add dont-clip-margin feature to scrollpane
add dont-clip-margin feature to scrollpane
fairygui/FairyGUI-unity
Assets/Scripts/UI/ScrollPane.cs
mit
1,588,666,838
using System; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// /// </summary> public class ScrollPane : EventDispatcher { /// <summary> /// 当前被拖拽的滚动面板。同一时间只能有一个在进行此操作。 /// </summary> public static ScrollPane draggingPane...
using System; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// /// </summary> public class ScrollPane : EventDispatcher { /// <summary> /// 当前被拖拽的滚动面板。同一时间只能有一个在进行此操作。 /// </summary> public static ScrollPane draggingPane...
39486b61f48427f87e8dd1fe13f0043634ed1f6b
change text selection shape rendering order
change text selection shape rendering order
fairygui/FairyGUI-unity
Assets/Scripts/Core/Text/InputTextField.cs
mit
1,588,666,792
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。 /// </summary> public class InputTextField : RichTextField ...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。 /// </summary> public class InputTextField : RichTextField ...
933b1f215f43d17b8f477ff9bdae2d15ec91da17
Fixed coding style warning in HelpWriter
Fixed coding style warning in HelpWriter
akamsteeg/AtleX.CommandLineArguments
src/AtleX.CommandLineArguments/Help/HelpWriter.cs
mit
1,588,666,672
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Reflection; namespace AtleX.CommandLineArguments.Help { /// <summary> /// Represents a writer for help information for the arguments /// </summary> public abstract class HelpWriter : IHelpWriter { ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Reflection; namespace AtleX.CommandLineArguments.Help { /// <summary> /// Represents a writer for help information for the arguments /// </summary> public abstract class HelpWriter : IHelpWriter { ...
85d6e1b687523ae95a7f0edce93ae59f1445bfa6
Fixed https usage decision
Fixed https usage decision
gigya/microdot
Gigya.Microdot.ServiceProxy/ServiceProxyProvider.cs
apache-2.0
1,588,665,516
#region Copyright // Copyright 2017 Gigya 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 // // THI...
#region Copyright // Copyright 2017 Gigya 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 // // THI...
64082fe2b2ced502700b5f2416379a72fea5acde
make AzureBlobStoragebFileTypeAlgorithm WebDownload default false
make AzureBlobStoragebFileTypeAlgorithm WebDownload default false
MehdyKarimpour/extensions,AlejandroCano/extensions,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/extensions,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/framework
Signum.Engine.Extensions/Files/AzureBlobStoragebFileTypeAlgorithm.cs
mit
1,588,665,298
using Azure; using Azure.Storage.Blobs; using DocumentFormat.OpenXml.Office2013.Excel; using Signum.Entities.Files; using Signum.Utilities; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; namespace Signum.Engine.Files { public ...
using Azure; using Azure.Storage.Blobs; using DocumentFormat.OpenXml.Office2013.Excel; using Signum.Entities.Files; using Signum.Utilities; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; namespace Signum.Engine.Files { public ...
3763427726b834f36707d03364a3722255782ce0
Adding section value check in the query string
Adding section value check in the query string
NikRimington/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,madsoulswe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,mattbrailsford/Umbraco-CMS,marcemarc/Umbraco-CMS,hfloyd/Umbraco-CMS,bjarnef/Umbraco-CMS,mattbrailsford/Umbraco-CMS,hfloyd/Umbraco-CMS,leekell...
src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
mit
1,588,664,464
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Formatting; using System.Web.Http; using Umbraco.Core; using Umbraco.Core.Services; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Formatting; using System.Web.Http; using Umbraco.Core; using Umbraco.Core.Services; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco...
dbbae0c9b61ce0aac531a75580f06d4c06c159d6
#288 - Some new icons.
#288 - Some new icons.
maraf/Money,maraf/Money
src/Money.UI.Blazor/Models/IconCollection.cs
apache-2.0
1,588,663,487
using Neptuo.Observables.Collections; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Money.Models { /// <remarks> /// Inspiration https://emojipedia.org/. /// </remarks> public class IconCollection : List<string> { ...
using Neptuo.Observables.Collections; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Money.Models { /// <remarks> /// Inspiration https://emojipedia.org/. /// </remarks> public class IconCollection : List<string> { ...
b73a1c8957443fdc8d898f620a20e02fa83dbb19
Update @peterfoot with new URLs (#662)
Update @peterfoot with new URLs (#662) * Update PeterFoot.cs Fixed blog and feed links to merged websites * Update PeterFoot.cs Filter on Xamarin category Co-authored-by: Tomasz Cielecki <dd7daed03936e0c371e2c3aa653cd5b196895201@ostebaronen.dk>
planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin
src/Firehose.Web/Authors/PeterFoot.cs
mit
1,588,662,431
using System; using System.Collections.Generic; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class PeterFoot : IAmAMicrosoftMVP { public string FirstName => "Peter"; public string LastName => "Foot"; public string StateOrRegion => "United Kingdom"; public string EmailAddress...
using System; using System.Collections.Generic; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class PeterFoot : IAmAMicrosoftMVP { public string FirstName => "Peter"; public string LastName => "Foot"; public string StateOrRegion => "United Kingdom"; public string EmailAddress...
90395bb927af005b784a27aa2cd177c67cb19f07
PP9-10847 VectorMetadata is also a binary file
PP9-10847 VectorMetadata is also a binary file
Picturepark/Picturepark.SDK.DotNet,Picturepark/Picturepark.SDK.DotNet
src/Picturepark.SDK.V1/Partial/SchemaClient.cs
mit
1,588,662,051
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Picturepark.SDK.V1.Contract; using Picturepark.SDK.V1.Conversion; using System.Net.Http; using System.Threading; using Picturepark.SDK.V1.Contract.Results; namespace Picturepark.SDK.V1 { public partial class Sch...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Picturepark.SDK.V1.Contract; using Picturepark.SDK.V1.Conversion; using System.Net.Http; using System.Threading; using Picturepark.SDK.V1.Contract.Results; namespace Picturepark.SDK.V1 { public partial class Sch...
10c7590bd1a51d1858a629749eb21f439e58c2ac
Fix video test not working
Fix video test not working
smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framew...
osu.Framework.Tests/Visual/Sprites/TestVideo.cs
mit
1,588,661,203
// 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.IO; using System.Threading; using osu.Framework.Graphics; using osu.Framework.Graphics.Video; using osu.Framework.IO.Network; namespace osu.Framework.Tests....
// 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.IO; using System.Threading; using osu.Framework.Graphics; using osu.Framework.Graphics.Video; using osu.Framework.IO.Network; namespace osu.Framework.Tests....
708acf14f85f064488be6612de2ed593eab1662c
Tweaked the constructors of the ProgressBar
Tweaked the constructors of the ProgressBar
dbrizov/NaughtyAttributes
Assets/NaughtyAttributes/Scripts/Core/DrawerAttributes/ProgressBarAttribute.cs
mit
1,588,659,824
using System; namespace NaughtyAttributes { [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)] public class ProgressBarAttribute : DrawerAttribute { public string Name { get; private set; } public float MaxValue { get; set; } public string MaxValueName { get; private s...
using System; namespace NaughtyAttributes { [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)] public class ProgressBarAttribute : DrawerAttribute { public string Name { get; private set; } public float MaxValue { get; set; } public EColor Color { get; private set; } ...
cdfb3e58d55848fac7729bc3f059f16d5c8f4e6f
Permit texture wrapping on cropped textures
Permit texture wrapping on cropped textures
ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-fram...
osu.Framework/Graphics/Textures/Texture.cs
mit
1,588,659,243
// 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.IO; using osu.Framework.Graphics.Batches; using osu.Framework.Graphics.OpenGL.Textures; using osu.Framework.Graphics.Primitives; using osuTK; ...
// 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.IO; using osu.Framework.Graphics.Batches; using osu.Framework.Graphics.OpenGL.Textures; using osu.Framework.Graphics.Primitives; using osuTK; ...
ad0100caef835925eb3e2d0219f75c0fa1b05732
fixed one building error in the samples
fixed one building error in the samples
kerryjiang/SuperSocket,kerryjiang/SuperSocket
samples/BasicClient/MyPackageFilter.cs
apache-2.0
1,588,658,339
using System; using System.Buffers; using System.Text; using SuperSocket; using SuperSocket.ProtoBase; namespace BasicClient { public class MyPackageFilter : FixedHeaderPipelineFilter<MyPackage> { /// <summary> /// Header size is 5 /// 1: OpCode /// 2-3: body length /// ...
using System; using System.Buffers; using System.Text; using SuperSocket; using SuperSocket.ProtoBase; namespace BasicClient { public class MyPackageFilter : FixedHeaderPipelineFilter<MyPackage> { /// <summary> /// Header size is 5 /// 1: OpCode /// 2-3: body length /// ...
452803420fe17cc4a9a381dcfe5d74f0101d7b6a
Removing white space
Removing white space
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
src/Microsoft.IdentityModel.JsonWebTokens/JsonWebTokenHandler.cs
mit
1,588,656,792
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated do...
f3f17b7fb8d077cc281c4c349a8e3d71bdcdb847
Add DynamicCustomFunction.Tag
Add DynamicCustomFunction.Tag
lunet-io/scriban,textamina/scriban
src/Scriban/Runtime/DynamicCustomFunction.cs
bsd-2-clause
1,588,654,665
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Scriban.Helpers; using Scriban.Parsin...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Scriban.Helpers; using Scriban.Parsin...
df7aa6fc88bbe1ec93b3904d891488e42b499c43
Updated device model so that Company is not required (this matches database)
Updated device model so that Company is not required (this matches database)
GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian
Source/Libraries/Adapters/openHistorian.Adapters/Model/Device.cs
mit
1,588,653,094
// ReSharper disable CheckNamespace #pragma warning disable 1591 using GSF.ComponentModel; using GSF.ComponentModel.DataAnnotations; using GSF.Data.Model; using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace openHistorian.Model { [PrimaryLabel("Acronym")] public c...
// ReSharper disable CheckNamespace #pragma warning disable 1591 using GSF.ComponentModel; using GSF.ComponentModel.DataAnnotations; using GSF.Data.Model; using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace openHistorian.Model { [PrimaryLabel("Acronym")] public c...
2c769e6bd5f32f99e24544ee8f5ff2d57711568c
Update Assets/MRTK/SDK/Features/UX/Scripts/Utilities/PrefabSpawner.cs
Update Assets/MRTK/SDK/Features/UX/Scripts/Utilities/PrefabSpawner.cs Co-authored-by: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com>
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/UX/Scripts/Utilities/PrefabSpawner.cs
mit
1,588,652,248
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Threading.Tasks; using UnityEngine; using UnityEngine.Serialization; using Microsoft.MixedReality.Toolkit.Ut...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using System.Threading.Tasks; using UnityEngine; using UnityEngine.Serialization; using Microsoft.MixedReality.Toolkit.Ut...
81b8e336989bc40a3ce91510052156f497835949
EmbedIDの内部関数の引数をChainerに合わせた 一部保持パラメーターを削減
EmbedIDの内部関数の引数をChainerに合わせた 一部保持パラメーターを削減
harujoh/KelpNet,harujoh/KelpNet
KelpNet.Function/Functions/Connections/EmbedID.cs
apache-2.0
1,588,651,781
using System; using System.Runtime.Serialization; #if DOUBLE using Real = System.Double; #else using Real = System.Single; #endif namespace KelpNet { #if !DOUBLE [Serializable] public class EmbedID<T> : SingleInputFunction<T> where T : unmanaged, IComparable<T> { const string FUNCTION_NAME = "Embe...
using System; using System.Runtime.Serialization; #if DOUBLE using Real = System.Double; #else using Real = System.Single; #endif namespace KelpNet { #if !DOUBLE [Serializable] public class EmbedID<T> : SingleInputFunction<T> where T : unmanaged, IComparable<T> { const string FUNCTION_NAME = "Embe...
43f3e110b54967de5f32bf0cbc8d4fc7a0c11b5f
fixed the building errors in the samples
fixed the building errors in the samples
kerryjiang/SuperSocket,kerryjiang/SuperSocket
samples/CustomProtocol/MyPackageFilter.cs
apache-2.0
1,588,650,882
using System; using System.Buffers; using System.Text; using SuperSocket; using SuperSocket.ProtoBase; namespace CustomProtocol { public class MyPackageFilter : FixedHeaderPipelineFilter<MyPackage> { /// <summary> /// Header size is 5 /// 1: OpCode /// 2-3: body length /...
using System; using System.Buffers; using System.Text; using SuperSocket; using SuperSocket.ProtoBase; namespace CustomProtocol { public class MyPackageFilter : FixedHeaderPipelineFilter<MyPackage> { /// <summary> /// Header size is 5 /// 1: OpCode /// 2-3: body length /...
d3c501cec213b3d088926b06507b9a3d0ba74dde
#4089 fix typo
#4089 fix typo
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Lifecycle/Spawn.cs
agpl-3.0
1,588,647,468
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...
426fbaec97ee006545b4c52144b1e8104a4b531d
add internal visible to for test
add internal visible to for test
runceel/ReactiveProperty,runceel/ReactiveProperty
Source/ReactiveProperty.Core/Internals/InternalVisibleTo.cs
mit
1,588,647,344
using System.Runtime.CompilerServices; [assembly:InternalsVisibleTo("ReactiveProperty, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a17d9f6e0d29671569d60841092ca470fd3105e6df77bbf6be713ace63c959e0d199dc7c16310a698bffb5133a6ffce1c87646f1f2b20e79b6c51a4dc4a44c8efcc5fbf0063353254d1cf9c094fbe...
using System.Runtime.CompilerServices; [assembly:InternalsVisibleTo("ReactiveProperty, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a17d9f6e0d29671569d60841092ca470fd3105e6df77bbf6be713ace63c959e0d199dc7c16310a698bffb5133a6ffce1c87646f1f2b20e79b6c51a4dc4a44c8efcc5fbf0063353254d1cf9c094fbe...