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
46351d76b140c2a9c82d622feb53fbf059b4d2b2
keep main login clean
keep main login clean
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,587,620,211
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Program.Programs; using Wox.Plugin.Program.V...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Program.Programs; using Wox.Plugin.Program.V...
be301076cc95127c3ba585ee0f1a2cbd1558b859
add more test case
add more test case
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox.Test/PluginManagerTest.cs
mit
1,587,620,210
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Infrastructure; using Wox.Infrastructure.Image; using Wox.Infrastructure.UserSettings; using Wox.Plugin; using Wox.ViewModel; namespace Wox.Test { ...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Infrastructure; using Wox.Infrastructure.Image; using Wox.Infrastructure.UserSettings; using Wox.Plugin; using Wox.ViewModel; namespace Wox.Test { ...
6672c9b42abb1757a670bdc2e06f994234599ce2
more debug info
more debug info
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/Image/ImageLoader.cs
mit
1,587,620,210
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; namespace Wox.Infrastructure.Image { pub...
using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; namespace Wox.Infrastructure.Image { public static class ImageLoad...
5c11449a683a8038cc50711ea7b9754769309fb8
no link target redirection
no link target redirection
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Programs/Win32.cs
mit
1,587,620,210
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using...
a0f1286eafdd6d3fdbcb92cac8036a6d86ae5490
more exception info
more exception info
Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/Logger/Log.cs
mit
1,587,620,210
using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; public static ...
using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; public static ...
07acfd85ba41a3f5e6b85ac2bba9a34a7609e313
remove unused parameter
remove unused parameter
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/Constant.cs
mit
1,587,620,210
using System; using System.Diagnostics; using System.IO; using System.Reflection; using JetBrains.Annotations; namespace Wox.Infrastructure { public static class Constant { public const string Wox = "Wox"; public const string Plugins = "Plugins"; private static Assembly Assembly; ...
using System; using System.Diagnostics; using System.IO; using System.Reflection; using JetBrains.Annotations; namespace Wox.Infrastructure { public static class Constant { public const string Wox = "Wox"; public const string Plugins = "Plugins"; private static Assembly Assembly; ...
2f763f91dfc07155d93a1ab005e86a83b2f03c7a
add nonoui option for simple test
add nonoui option for simple test
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox/ViewModel/MainViewModel.cs
mit
1,587,620,210
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.He...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.He...
128d50b38742e9dc7de0af8bb79126191bea56e8
image loader is not thread safe
image loader is not thread safe will cause null exception when execute parallel
Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/Image/ImageLoader.cs
mit
1,587,620,210
using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; namespace Wox.Infrastructure.Image { public static class ImageLoad...
using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; namespace Wox.Infrastructure.Image { public static class ImageLoad...
a856d0adb3064887f33518d898dc3a9484e8744b
clean everything directory setting
clean everything directory setting
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Everything/Main.cs
mit
1,587,620,210
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Threading; using System.Windows; using System.Windows.Controls; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure....
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Threading; using System.Windows; using System.Windows.Controls; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure....
edb4062b1186b4419119612aac04cb465eb9dc9c
better debug info
better debug info
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Core/Resource/Internationalization.cs
mit
1,587,620,210
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Wox.Core.Plugin; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSettings; using Wox.Plugin; namespace Wox.Core.Resource { public class I...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Wox.Core.Plugin; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSettings; using Wox.Plugin; namespace Wox.Core.Resource { public class I...
3aef8f76b9c8e6e914f8f36cc66d79bea40269bf
Added single image upload demo.
Added single image upload demo.
JoeMayo/LinqToTwitter,JoeMayo/LinqToTwitter
Samples/LinqToTwitter5/net48/CSharp/ConsoleSamples/StatusDemos.cs
mit
1,587,619,653
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using LinqToTwitter; using System.Diagnostics; namespace Linq2TwitterDemos_Console { class StatusDemos { internal static async Task RunAsync(TwitterContext twit...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using LinqToTwitter; using System.Diagnostics; namespace Linq2TwitterDemos_Console { class StatusDemos { internal static async Task RunAsync(TwitterContext twit...
4d97e469802cd3ac507a80bf89ade957946e1cc8
Add more Sqlite warnings
Add more Sqlite warnings
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Setup/SetupWizard.cs
agpl-3.0
1,587,618,420
using Microsoft.Data.Sqlite; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using MySql.Data.MySqlClient; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlClient; using System.Globalization...
using Microsoft.Data.Sqlite; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using MySql.Data.MySqlClient; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlClient; using System.Globalization...
e0cb4bc8fe8cb4e4b00550fe136bbee6f2ce8225
Fix ByondInstaller test
Fix ByondInstaller test
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
tests/Tgstation.Server.Host.Tests/Components/Byond/TestPosixByondInstaller.cs
agpl-3.0
1,587,618,412
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...
b4e1ad81d07d89f4ea9b62dc684c1562629cb472
Fix alignment of right half of legacy input drum
Fix alignment of right half of legacy input drum
ppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,peppy/osu
osu.Game.Rulesets.Taiko/Skinning/LegacyInputDrum.cs
mit
1,587,617,288
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Frame...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Frame...
f804be25d13e785dd7a0152f7b9b7c79d93d3138
Remove incorrect area sizing (now using fillmode / relative instead)
Remove incorrect area sizing (now using fillmode / relative instead)
peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,616,784
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
4032d669596a2031eca223c37bc2cddb9a102725
Apply same legacy scale adjust logic to TaikoLegacyHitTarget
Apply same legacy scale adjust logic to TaikoLegacyHitTarget
ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu
osu.Game.Rulesets.Taiko/Skinning/TaikoLegacyHitTarget.cs
mit
1,587,615,466
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Rulesets.Taiko...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Skinning; usin...
db414732de589f1d2000a88ff6c8f18945f8d060
tried to fix the bug about binary websocket message
tried to fix the bug about binary websocket message
kerryjiang/SuperSocket,kerryjiang/SuperSocket
src/SuperSocket.WebSocket/FramePartReader/PayloadDataReader.cs
apache-2.0
1,587,615,433
using System; using System.Buffers; using System.Text; using SuperSocket.ProtoBase; namespace SuperSocket.WebSocket.FramePartReader { class PayloadDataReader : PackagePartReader { public override bool Process(WebSocketPackage package, ref SequenceReader<byte> reader, out IPackagePartReader<WebSocketPa...
using System; using System.Buffers; using System.Text; using SuperSocket.ProtoBase; namespace SuperSocket.WebSocket.FramePartReader { class PayloadDataReader : PackagePartReader { public override bool Process(WebSocketPackage package, ref SequenceReader<byte> reader, out IPackagePartReader<WebSocketPa...
61d2580e1c847cde16cfb4bb023dcc978730e636
Fix gap to left of InputDrum on legacy skins
Fix gap to left of InputDrum on legacy skins
UselessToucan/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu
osu.Game.Rulesets.Taiko/Skinning/LegacyInputDrum.cs
mit
1,587,614,858
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Frame...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Frame...
22d2607ff58eb51bfa38d04e08a097011caabf8e
Only commit if placement is active
Only commit if placement is active
NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu
osu.Game.Rulesets.Mania/Edit/Blueprints/NotePlacementBlueprint.cs
mit
1,587,613,989
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Game.Rulesets.Mania.Edit.Blueprints.Components; using osu.Game.Rulesets.Mania.Objects; using osuTK; namespace osu.Game.Rulesets.M...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Game.Rulesets.Mania.Edit.Blueprints.Components; using osu.Game.Rulesets.Mania.Objects; using osuTK; namespace osu.Game.Rulesets.M...
2e022fbcb5e47519e57a3c973cbb58295e636788
Add comment about padding update computation
Add comment about padding update computation
smoogipoo/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,613,793
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
d70549005f4e62ad491619d6f0f1a84375513d9b
Fix bug with boolean generation
Fix bug with boolean generation
daryllabar/DLaB.Xrm.XrmToolBoxTools
EarlyBoundSettingsGenerator.SettingsUpdater/ExtensionConfigLogic.cs
mit
1,587,612,476
using System; using System.IO; namespace EarlyBoundSettingsGenerator.SettingsUpdater { public class ExtensionConfigLogic: FileUpdateBase { public const string FileName = @"ExtensionConfig.cs"; public ExtensionConfigLogic(PropertyInfo property) : base(property) { } public over...
using System; using System.IO; namespace EarlyBoundSettingsGenerator.SettingsUpdater { public class ExtensionConfigLogic: FileUpdateBase { public const string FileName = @"ExtensionConfig.cs"; public ExtensionConfigLogic(PropertyInfo property) : base(property) { } public over...
58bf288595a2fc16f3491c614480bd1d997d0afe
Remove DrawableHit's custom sizing logic
Remove DrawableHit's custom sizing logic Turns out this was unnecessary and never actually being used.
peppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu
osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableHit.cs
mit
1,587,611,872
// 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.Diagnostics; using System.Linq; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Scoring; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using System.Linq; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Scoring; usin...
6376128bde406d3340feb7f9dd946d8bdae77225
Remove unnecessary using directive
Remove unnecessary using directive
ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu
osu.Game.Rulesets.Catch/Difficulty/CatchDifficultyCalculator.cs
mit
1,587,609,208
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Rulesets.Catch.Difficulty.Preprocessing; using osu.Game.Ruleset...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; using osu.Game.Rulesets.Catch.Difficu...
6df45164face4fb8b31e3cb7a9cfaf9d97003ec7
Expose direction from scrolling test container
Expose direction from scrolling test container
peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game/Tests/Visual/ScrollingTestContainer.cs
mit
1,587,608,236
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics.Containers; using osu.Framework.Lists; using osu.Game.Configuration; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics.Containers; using osu.Framework.Lists; using osu.Game.Configuration; using osu...
3e7c91a123c40261ebef1045de86ab0149064d31
Remove looping integration test
Remove looping integration test
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,587,606,664
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 ...
e5d1a39fa0603556b29bf5de1c72806c8b7bf55b
Fixing up some minor text format issues. (#174)
Fixing up some minor text format issues. (#174)
firebase/firebase-admin-dotnet,firebase/firebase-admin-dotnet,firebase/firebase-admin-dotnet
FirebaseAdmin/FirebaseAdmin/Auth/FirebaseAuth.cs
apache-2.0
1,587,604,799
// Copyright 2018, Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Copyright 2018, Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
71e5564823488f86927b626a5d406f6532d3a21c
enable test with correct permission
enable test with correct permission
onovotny/RSAKeyVaultProvider,onovotny/RSAKeyVaultProvider
RSAKeyVaultProvider.Tests/RSAKeyVaultProviderTests.cs
mit
1,587,604,431
using System; using System.Threading.Tasks; using System.Security.Cryptography; using System.Text; using Xunit; using Microsoft.Azure.KeyVault; namespace RSAKeyVaultProviderTests { public class RSAKeyVaultProviderTests { private readonly AzureKeyVaultSignConfigurationSet certificateConfiguration; ...
using System; using System.Threading.Tasks; using System.Security.Cryptography; using System.Text; using Xunit; using Microsoft.Azure.KeyVault; namespace RSAKeyVaultProviderTests { public class RSAKeyVaultProviderTests { private readonly AzureKeyVaultSignConfigurationSet certificateConfiguration; ...
46ae906e611d68de856da65c84975024aa526b72
disable test with cert
disable test with cert
onovotny/RSAKeyVaultProvider,onovotny/RSAKeyVaultProvider
RSAKeyVaultProvider.Tests/RSAKeyVaultProviderTests.cs
mit
1,587,603,479
using System; using System.Threading.Tasks; using System.Security.Cryptography; using System.Text; using Xunit; using Microsoft.Azure.KeyVault; namespace RSAKeyVaultProviderTests { public class RSAKeyVaultProviderTests { private readonly AzureKeyVaultSignConfigurationSet certificateConfiguration; ...
using System; using System.Threading.Tasks; using System.Security.Cryptography; using System.Text; using Xunit; using Microsoft.Azure.KeyVault; namespace RSAKeyVaultProviderTests { public class RSAKeyVaultProviderTests { private readonly AzureKeyVaultSignConfigurationSet certificateConfiguration; ...
db2bf45822cad551e005d37c25ebf4872950cb36
Add test for MSI
Add test for MSI
onovotny/RSAKeyVaultProvider,onovotny/RSAKeyVaultProvider
RSAKeyVaultProvider.Tests/RSAKeyVaultProviderTests.cs
mit
1,587,603,478
using System; using System.Threading.Tasks; using System.Security.Cryptography; using System.Text; using Xunit; using Microsoft.Azure.KeyVault; namespace RSAKeyVaultProviderTests { public class RSAKeyVaultProviderTests { private readonly AzureKeyVaultSignConfigurationSet certificateConfiguration; ...
using System; using System.Threading.Tasks; using System.Security.Cryptography; using System.Text; using Xunit; using Microsoft.Azure.KeyVault; namespace RSAKeyVaultProviderTests { public class RSAKeyVaultProviderTests { private readonly AzureKeyVaultSignConfigurationSet certificateConfiguration; ...
74a7b1f38654458ff877658638e9462b7d3f0eb1
2 days of work to fix this bug
2 days of work to fix this bug
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Controllers/InstanceController.cs
agpl-3.0
1,587,603,233
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Refl...
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Refl...
32c1a72c6a920629c1eeb0ad9f2791e89402d07e
Fix discarding data from SdkResult from a different node
Fix discarding data from SdkResult from a different node
sean-gilliam/msbuild,mono/msbuild,rainersigwald/msbuild,mono/msbuild,cdmihai/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,mono/msbuild,rainersigwald/msbuild,sean-gil...
src/Build/BackEnd/Components/SdkResolution/OutOfProcNodeSdkResolverService.cs
mit
1,587,601,809
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Build.BackEnd.Logging; using Microsoft.Build.Collections; using Microsoft.Build.Construction; using Microsoft.Build.Framework; using Microsoft.Build.Sh...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Build.BackEnd.Logging; using Microsoft.Build.Collections; using Microsoft.Build.Construction; using Microsoft.Build.Framework; using Microsoft.Build.Sh...
c7e2b11ae193e4d04e46d28976441c314346df71
Use hash for SdkResult projects and store in project cache
Use hash for SdkResult projects and store in project cache
sean-gilliam/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,mono/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,mono/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,cdmihai/msbuild,mono/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,AndyGerlich...
src/Build/Evaluation/Evaluator.cs
mit
1,587,601,809
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using ObjectModel = System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System....
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using ObjectModel = System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System....
1823cfeeba4b573901396fb6b7b4e11d89099f0d
Simplify TranslatorHelpers
Simplify TranslatorHelpers
cdmihai/msbuild,mono/msbuild,sean-gilliam/msbuild,mono/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,mono/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbui...
src/Shared/TranslatorHelpers.cs
mit
1,587,601,808
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Microsoft.Build.BackEnd { internal static class TranslatorHelpers { /// <summary> /// Translates an object implementing <see cref="ITranslatable"/> which does not expose a /// public paramet...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Microsoft.Build.BackEnd { internal static class TranslatorHelpers { /// <summary> /// Translates an object implementing <see cref="ITranslatable"/> which does not expose a /// public paramet...
50185bd269f7cb7f7aa079ec47972a8d1b9b4152
feat: resolve #513
feat: resolve #513 feat: resolve #513: Implement a new Rollbar.NetPlatformExtensions SDK module
rollbar/Rollbar.NET,rollbar/Rollbar.NET
Rollbar.NetPlatformExtensions/RollbarLoggerProvider.cs
mit
1,587,601,425
namespace Rollbar.NetPlatformExtensions { using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Rollbar.Diagnostics; using Rollbar.NetCore; using Rollbar.Telemetry; using System.Collections.Concurrent; using System.Linq; ...
namespace Rollbar.NetPlatformExtensions { using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Rollbar.Diagnostics; using Rollbar.NetCore; using Rollbar.Telemetry; using System.Collections.Concurrent; using System.Linq; ...
da37302d7b1e629ec2420a1c873b5a075de1ca09
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,587,601,209
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
30176db7c4f16beb8df0300fe0bb2e622cd9c0fa
Fix Uri parsing error
Fix Uri parsing error
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/SendTabViewModel.cs
mit
1,587,601,195
using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Gui.Models.StatusBarStatuses; using WalletWasa...
using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Gui.Models.StatusBarStatuses; using WalletWasa...
c434d1da1213bcaaf708190f1cf8dae4dd67328e
Delete unused method and apply Yahia suggestion
Delete unused method and apply Yahia suggestion
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Extensions/NBitcoinExtensions.cs
mit
1,587,601,121
using NBitcoin.Crypto; using NBitcoin.DataEncoders; using NBitcoin.Protocol; using NBitcoin.RPC; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Blockchain.Tra...
using NBitcoin.Crypto; using NBitcoin.DataEncoders; using NBitcoin.Protocol; using NBitcoin.RPC; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Blockchain.Tra...
4c1513b322dcba86899c4f22f9ec699782017575
Add log entries
Add log entries
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs
mit
1,587,601,100
using NBitcoin; using NBitcoin.Policy; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding;...
using NBitcoin; using NBitcoin.Policy; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding;...
4380ac31f7349d005434e518115c0fda7e05dd90
Fix compilation error
Fix compilation error
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/TextTimerBar.cs
mit
1,587,600,418
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; /// <summary> /// Represents a timer bar with text located at the right side. /// </summary> public class TextTimerBar : TimerBarBase { /// <summary> /// Represents the de...
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; /// <summary> /// Represents a timer bar with text located at the right side. /// </summary> public class TextTimerBar : TimerBarBase { /// <summary> /// Represents the de...
22ff6c9ef9408a7277d88986459548eb902bcd3a
Fixed namespace on the TokenAuthController
Fixed namespace on the TokenAuthController
Xomega-Net/XomegaFramework
src/Xomega.Framework.AspNetCore/TokenAuthController.cs
mit
1,587,599,714
// Copyright (c) 2020 Xomega.Net. All rights reserved. using Microsoft.Extensions.Options; using Microsoft.IdentityModel.Tokens; using System; using System.Security.Claims; namespace Xomega.Framework.Services { /// <summary> /// Base class for token-based authentication controllers. /// </summary> pu...
// Copyright (c) 2020 Xomega.Net. All rights reserved. using Microsoft.Extensions.Options; using Microsoft.IdentityModel.Tokens; using System; using System.Security.Claims; using Xomega.Framework; using Xomega.Framework.Services; namespace Blazor1.Services.Rest { /// <summary> /// Base class for token-based ...
9ae8855f614904a6cd42974edff6529321414156
(#65) Delete RAGENativeUI.Elements.HudColor in favor of RAGENativeUI.HudColor
(#65) Delete RAGENativeUI.Elements.HudColor in favor of RAGENativeUI.HudColor **Breaking change**
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/BigMessage.cs
mit
1,587,599,141
using Rage; using Rage.Native; namespace RAGENativeUI.Elements { public class BigMessageHandler { private Scaleform _sc; private uint _start; private int _timer; public BigMessageHandler() { } public BigMessageHandler(bool load) { if...
using Rage; using Rage.Native; namespace RAGENativeUI.Elements { public class BigMessageHandler { private Scaleform _sc; private uint _start; private int _timer; public BigMessageHandler() { } public BigMessageHandler(bool load) { if...
0e2ab87ebab61c3be0c4b74a6273482fe453bed3
EventLogProvider may not exist
EventLogProvider may not exist
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Extensions/ServiceCollectionExtensions.cs
agpl-3.0
1,587,599,096
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging.EventLog; using System; using System.Globalization; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Extensions { /// <summary> /// Extensions for...
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging.EventLog; using System; using System.Globalization; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Extensions { /// <summary> /// Extensions for...
ca2705355dec92783a4988b4ea5c13b3a2af6967
fix unity socket close bug, return thread joins.
fix unity socket close bug, return thread joins.
RevenantX/LiteNetLib
LiteNetLib/NetSocket.cs
mit
1,587,598,903
#if UNITY_5_3_OR_NEWER #define UNITY #if UNITY_IOS && !UNITY_EDITOR using UnityEngine; #endif #endif #if NETSTANDARD || NETCOREAPP using System.Runtime.InteropServices; #endif using System; using System.Net; using System.Net.Sockets; using System.Threading; namespace LiteNetLib { #if UNITY_IOS && !UNITY_EDITOR pu...
#if UNITY_5_3_OR_NEWER #define UNITY #if UNITY_IOS && !UNITY_EDITOR using UnityEngine; #endif #endif #if NETSTANDARD || NETCOREAPP using System.Runtime.InteropServices; #endif using System; using System.Net; using System.Net.Sockets; using System.Threading; namespace LiteNetLib { #if UNITY_IOS && !UNITY_EDITOR pu...
c8caab4535fcd9a96ca807c7cff8396e0a143f11
(#65) Add HudColorExtensions.GetName
(#65) Add HudColorExtensions.GetName
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/HudColor.cs
mit
1,587,598,877
namespace RAGENativeUI { /// <summary> /// Defines identifiers that represent the game HUD colors. /// </summary> public enum HudColor { /// <summary> /// Represents the HUD color "HUD_COLOUR_PURE_WHITE". /// </summary> PureWhite = 0, /// <summary> //...
namespace RAGENativeUI { /// <summary> /// Defines identifiers that represent the game HUD colors. /// </summary> public enum HudColor { /// <summary> /// Represents the HUD color "HUD_COLOUR_PURE_WHITE". /// </summary> PureWhite = 0, /// <summary> //...
b5e5c61482b15b2547a9c7e3d592ad069ad4c0d7
TikProperty issues
TikProperty issues
danikf/tik4net
tik4net.objects/Interface/InterfacePppoeserverServer..cs
apache-2.0
1,587,598,388
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace tik4net.Objects.Interface { /// <summary> /// /interface /// </summary> [TikEntity("interface/pppoe-server/server", IncludeDetails = true)] public class InterfacePppoeserverServer { /// <sum...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace tik4net.Objects.Interface { /// <summary> /// /interface /// </summary> [TikEntity("interface/pppoe-server/server", IncludeDetails = true)] public class InterfacePppoeserverServer { /// <sum...
6f38ad0bf64c6b5ac0f2ee1879d372c147fcbe76
(#64) Remove comment
(#64) Remove comment
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/TimerBarBase.cs
mit
1,587,597,823
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; /// <summary> /// Internal timer bars constants. /// </summary> internal static class TB { // Most constants are from the game scripts internal const float InitialX = 0.7...
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; /// <summary> /// Internal timer bars constants. /// </summary> internal static class TB { // Most constants are from the game scripts internal const float InitialX = 0.7...
1d2ef69347b957965db5fd47dbb948897fdbefb7
Don't look for extra DSA file if you don't have to
Don't look for extra DSA file if you don't have to
Deadpikle/NetSparkle
src/NetSparkle/AppCastHandlers/XMLAppCast.cs
mit
1,587,595,133
using NetSparkleUpdater.Configurations; using NetSparkleUpdater.Enums; using NetSparkleUpdater.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Xml.Linq; namespace NetSparkleUpdater.AppCastHandlers { /// <summary> /// An XML-based...
using NetSparkleUpdater.Configurations; using NetSparkleUpdater.Enums; using NetSparkleUpdater.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Xml.Linq; namespace NetSparkleUpdater.AppCastHandlers { /// <summary> /// An XML-based...
f7c26b3130687e55b962a8954076b09da3ff1fe3
Quarantine test that caused test abort (#21113)
Quarantine test that caused test abort (#21113)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/InMemory.FunctionalTests/RequestTests.cs
apache-2.0
1,587,594,863
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.IO; using System.IO.Pipelines; using System.Linq; using System.Text; using System.Thread...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.IO; using System.IO.Pipelines; using System.Linq; using System.Text; using System.Thread...
b1deab816689790128f70579b36ad79be37dcf60
Handle list updates in post processing pass more gracefully
Handle list updates in post processing pass more gracefully
0x0ade/MonoMod,AngelDE98/MonoMod
MonoMod/MonoModder.cs
mit
1,587,594,647
using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Mdb; using Mono.Cecil.Pdb; using Mono.Collections.Generic; using MonoMod.InlineRT; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using MonoMod...
using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Mdb; using Mono.Cecil.Pdb; using Mono.Collections.Generic; using MonoMod.InlineRT; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using MonoMod...
8b0bfd8e30e645099437f2f6bfcf5f1134bdc8ef
Changing initial bitrate to try and avoid audio/video desync when switching bitrates in live
Changing initial bitrate to try and avoid audio/video desync when switching bitrates in live
upLynk/Sample-Players,upLynk/Sample-Players,upLynk/Sample-Players
microsoft/uwp/cs/MainPage.xaml.cs
mit
1,587,594,562
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Windows.Foundation.Collections; using Windows.Media.Core; using Windows.Media.Playback; using Windows.Media.Protection; using Windows.Media.Protection.PlayReady; using Windo...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Windows.Foundation.Collections; using Windows.Media.Core; using Windows.Media.Playback; using Windows.Media.Protection; using Windows.Media.Protection.PlayReady; using Windo...
6ee7703317e239c26d7ec1b30ee36d7d0acd31a0
Avoid stack overflow by doing breadth first search without recursion
Avoid stack overflow by doing breadth first search without recursion
AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning
src/NerdBank.GitVersioning/GitExtensions.cs
mit
1,587,592,572
namespace Nerdbank.GitVersioning { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using LibGit2Sharp; using Validation; using Version = System.Version; /// <summary> /// Git extens...
namespace Nerdbank.GitVersioning { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using LibGit2Sharp; using Validation; using Version = System.Version; /// <summary> /// Git extens...
2c012b583ff2288e745cfc597670a9af0cbeb66d
Added IsAnonymous for enum types
Added IsAnonymous for enum types
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/ModelBuilder.cs
apache-2.0
1,587,591,959
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
ec86bb39dcc0bbd172e622cc9762416e01160481
Fixed broken build.
Fixed broken build. Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
xenserver/xenadmin,minli1/xenadmin,minli1/xenadmin,kc284/xenadmin,kc284/xenadmin,minli1/xenadmin,kc284/xenadmin,minli1/xenadmin,xenserver/xenadmin,kc284/xenadmin,xenserver/xenadmin,minli1/xenadmin,kc284/xenadmin,xenserver/xenadmin,kc284/xenadmin,minli1/xenadmin
XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectPatchPage.cs
bsd-2-clause
1,587,591,857
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
de3e8eb0ef100de26afd63445a67dd901d8bfca2
Disabled address resolve after commandline argments have been parsed (should be done specifically in certain functions instead of generally) renamed attributes to inputtedattributes
Disabled address resolve after commandline argments have been parsed (should be done specifically in certain functions instead of generally) renamed attributes to inputtedattributes
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/Program.cs
mit
1,587,590,930
/************************************************************************** * PowerPing - Advanced command line ping tool * Written by Matthew Carney [matthewcarney64@gmail.com] * ************************************************************************/ /* MIT License - PowerPing Copyright (c) 2020 Matthew Carney...
/************************************************************************** * PowerPing - Advanced command line ping tool * Written by Matthew Carney [matthewcarney64@gmail.com] * ************************************************************************/ /* MIT License - PowerPing Copyright (c) 2020 Matthew Carney...
b8f2034c353b0b79b63fca8b6822ab897b0b7484
Improve docs
Improve docs
grpc/grpc,firebase/grpc,grpc/grpc,grpc/grpc,ejona86/grpc,vjpai/grpc,jtattermusch/grpc,jtattermusch/grpc,jboeuf/grpc,nicolasnoble/grpc,jboeuf/grpc,ctiller/grpc,ctiller/grpc,vjpai/grpc,donnadionne/grpc,ejona86/grpc,nicolasnoble/grpc,ejona86/grpc,firebase/grpc,grpc/grpc,grpc/grpc,firebase/grpc,ejona86/grpc,nicolasnoble/gr...
src/csharp/Grpc.Core.Api/Metadata.cs
apache-2.0
1,587,590,840
#region Copyright notice and license // Copyright 2015 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 requ...
#region Copyright notice and license // Copyright 2015 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 requ...
9ea5a1f809d05acb32c5d8e26f899c52b12bf3fb
(#64) Always scale LabelStyle.Wrap.End based on current aspect ratio
(#64) Always scale LabelStyle.Wrap.End based on current aspect ratio
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/TimerBarBase.cs
mit
1,587,590,602
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; /// <summary> /// Internal timer bars constants. /// </summary> internal static class TB { // Most constants are from the game scripts internal const float InitialX = 0.7...
namespace RAGENativeUI.Elements { using System; using System.ComponentModel; using System.Drawing; /// <summary> /// Internal timer bars constants. /// </summary> internal static class TB { // Most constants are from the game scripts internal const float InitialX = 0.7...
6b40d1be6d18ad492f35a3df925fae0104c0d343
Code clean-up
Code clean-up
QuantConnect/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,AlexCatarino/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean
Tests/Engine/DataFeeds/IEXDataQueueHandlerTests.cs
apache-2.0
1,587,590,348
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
840c974a93cc4074f0f80000e45d713e16314cf2
Improve docs
Improve docs
jtattermusch/grpc,vjpai/grpc,vjpai/grpc,ejona86/grpc,grpc/grpc,ejona86/grpc,grpc/grpc,firebase/grpc,vjpai/grpc,jtattermusch/grpc,stanley-cheung/grpc,jtattermusch/grpc,ejona86/grpc,jtattermusch/grpc,vjpai/grpc,jtattermusch/grpc,grpc/grpc,donnadionne/grpc,nicolasnoble/grpc,grpc/grpc,ejona86/grpc,ctiller/grpc,ctiller/grpc...
src/csharp/Grpc.Core.Api/Metadata.cs
apache-2.0
1,587,590,071
#region Copyright notice and license // Copyright 2015 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 requ...
#region Copyright notice and license // Copyright 2015 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 requ...
cacc03f56a88503e501c42223df9c0298b0046ef
Add helper methods for getting metadata values
Add helper methods for getting metadata values
grpc/grpc,jtattermusch/grpc,nicolasnoble/grpc,grpc/grpc,jboeuf/grpc,jtattermusch/grpc,donnadionne/grpc,grpc/grpc,jtattermusch/grpc,jboeuf/grpc,vjpai/grpc,ctiller/grpc,grpc/grpc,donnadionne/grpc,ctiller/grpc,firebase/grpc,ejona86/grpc,vjpai/grpc,ctiller/grpc,firebase/grpc,stanley-cheung/grpc,nicolasnoble/grpc,firebase/g...
src/csharp/Grpc.Core.Api/Metadata.cs
apache-2.0
1,587,589,858
#region Copyright notice and license // Copyright 2015 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 requ...
#region Copyright notice and license // Copyright 2015 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 requ...
7c1b8c691e0b5b762be5eff7cadab6eb987d1ed1
Version bump
Version bump (I'm coming for you 1.4.0)
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/Properties/AssemblyInfo.cs
mit
1,587,589,621
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Po...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Po...
e471a327f9d6581fcbc937c6fb39f0b2e3015724
Changed default ping message to be 26 cryptographically random characters
Changed default ping message to be 26 cryptographically random characters
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/DataStructures/PingAttributes.cs
mit
1,587,589,574
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
6618bf8df44b92564385f967ad7bb2d83d3c1a35
Small tweaks to Ping object from updating different commands Resolving address is now done within Ping (more to come with this) Sending with Send(string address) now properly resolves address and creates a new remote endpoint
Small tweaks to Ping object from updating different commands Resolving address is now done within Ping (more to come with this) Sending with Send(string address) now properly resolves address and creates a new remote endpoint
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/Core/Ping.cs
mit
1,587,589,457
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
aa90fcc4bf9e3dfaa7a90350a7a294fe67d43ad6
Update Listen.cs to use new PingResults increment functions instead of accessing properties directly
Update Listen.cs to use new PingResults increment functions instead of accessing properties directly
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/Commands/Listen.cs
mit
1,587,589,368
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Threading; namespace PowerPing { /// <summary> /// Listens for all ICMPv4 activity on localhost. /// /// Does this by setting a raw socket to SV_IO_ALL which /// wil...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Threading; namespace PowerPing { /// <summary> /// Listens for all ICMPv4 activity on localhost. /// /// Does this by setting a raw socket to SV_IO_ALL which /// wil...
baecd5ce9e3cdeb061ca5d30c49202caeb139482
Fixed Scan.cs to work properly again
Fixed Scan.cs to work properly again
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/Commands/Scan.cs
mit
1,587,589,320
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
a4a5523bb0ede6b445cda62254d90f33446456dc
shell navigation
shell navigation
dhindrik/TinyNavigationHelper
src/TinyNavigationHelper.Forms/ShellNavigationHelper.cs
mit
1,587,588,768
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xamarin.Forms; namespace TinyNavigationHelper.Forms { public class ShellNavigationHelper : FormsNavigationHelper { private Dictionary<string, string> queries = new Dictionary<string, string>(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xamarin.Forms; namespace TinyNavigationHelper.Forms { public class ShellNavigationHelper : FormsNavigationHelper { private Dictionary<string, string> queries = new Dictionary<string, string>(); ...
8b306166360503d2457672476dc072526343f0a0
Мелкая правка.
Мелкая правка.
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/battle/BattleSwirl.cs
mit
1,587,588,261
using System; using Assets.Scripts.Common; using System.Collections.Generic; using Memoria; using UnityEngine; // ReSharper disable UnusedMember.Local // ReSharper disable RedundantArgumentDefaultValue // ReSharper disable UnusedMember.Global public class BattleSwirl : MonoBehaviour { private Single _time; p...
using System; using Assets.Scripts.Common; using System.Collections.Generic; using Memoria; using UnityEngine; // ReSharper disable UnusedMember.Local // ReSharper disable RedundantArgumentDefaultValue // ReSharper disable UnusedMember.Global public class BattleSwirl : MonoBehaviour { private Single _time; p...
0de0fe22a2b9984a68ab08834fc8e044fc64a560
Исправление бесконечных тёмных экранов при начале битвы.
Исправление бесконечных тёмных экранов при начале битвы.
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/battle/BattleSwirl.cs
mit
1,587,588,048
using System; using Assets.Scripts.Common; using System.Collections.Generic; using Memoria; using UnityEngine; // ReSharper disable UnusedMember.Local // ReSharper disable RedundantArgumentDefaultValue // ReSharper disable UnusedMember.Global public class BattleSwirl : MonoBehaviour { private Single _time; p...
using System; using Assets.Scripts.Common; using System.Collections.Generic; using Memoria; using UnityEngine; // ReSharper disable UnusedMember.Local // ReSharper disable RedundantArgumentDefaultValue // ReSharper disable UnusedMember.Global public class BattleSwirl : MonoBehaviour { private Single _time; p...
1e138be47ffa58e0d3bcb08afc0e87f635f5457f
Правка чёрных экранов в начале битв.
Правка чёрных экранов в начале битв.
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/battle/BattleSwirl.cs
mit
1,587,587,793
using System; using Assets.Scripts.Common; using System.Collections.Generic; using Memoria; using UnityEngine; // ReSharper disable UnusedMember.Local // ReSharper disable RedundantArgumentDefaultValue // ReSharper disable UnusedMember.Global public class BattleSwirl : MonoBehaviour { private Single _time; p...
using System; using Assets.Scripts.Common; using System.Collections.Generic; using Memoria; using UnityEngine; // ReSharper disable UnusedMember.Local // ReSharper disable RedundantArgumentDefaultValue // ReSharper disable UnusedMember.Global public class BattleSwirl : MonoBehaviour { private Single _time; p...
c5d5ee9b82a8550612b8dbd99fe34b3771de00b2
Update Graph.cs to work again
Update Graph.cs to work again
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/Commands/Graph.cs
mit
1,587,587,004
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
aa602e5e06d329a66e704179bc7b72af9041c7d3
Add support for `Coupon` when for subscriptions on Checkout
Add support for `Coupon` when for subscriptions on Checkout
stripe/stripe-dotnet
src/Stripe.net/Services/Checkout/Sessions/SessionSubscriptionDataOptions.cs
apache-2.0
1,587,586,740
namespace Stripe.Checkout { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class SessionSubscriptionDataOptions : INestedOptions, IHasMetadata { /// <summary> /// A non-negative decimal between 0 and 100, with at most t...
namespace Stripe.Checkout { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class SessionSubscriptionDataOptions : INestedOptions, IHasMetadata { /// <summary> /// A non-negative decimal between 0 and 100, with at most t...
3852ccca45d4ff3260d68193d48a1cc1862102c2
#1577 Set ViewModelErrorText = null in RefreshAsync and SaveAsync in Blazor ViewModel
#1577 Set ViewModelErrorText = null in RefreshAsync and SaveAsync in Blazor ViewModel
rockfordlhotka/csla,rockfordlhotka/csla,MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla,rockfordlhotka/csla,MarimerLLC/csla,JasonBock/csla,JasonBock/csla
Source/Csla.Blazor/ViewModel.cs
mit
1,587,586,420
//----------------------------------------------------------------------- // <copyright file="ViewModel.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Base type for creating your own viewmodel</summary> //---------------...
//----------------------------------------------------------------------- // <copyright file="ViewModel.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Base type for creating your own viewmodel</summary> //---------------...
278e44d72b85202028fbe5eb5abd90c319079a84
Update Flood.cs to use new Ping class properly
Update Flood.cs to use new Ping class properly
Killeroo/PowerPing,Killeroo/PowerPing,Killeroo/PowerPing
src/Commands/Flood.cs
mit
1,587,585,820
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
/* MIT License - PowerPing Copyright (c) 2020 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
ffef81475f26d06167e2b07360f6bfe0cc6574bf
Fix SqlServer
Fix SqlServer
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Database/SqlServerDatabaseContext.cs
agpl-3.0
1,587,584,833
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref="DatabaseContext{TParentContext}"/> for Sqlserver /// </summary> sealed class...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref="DatabaseContext{TParentContext}"/> for Sqlserver /// </summary> sealed class...
8af8a886591b3e9bdf8eef4ee64cdc269e39e3ba
Cleanup IntegrationTest.cs
Cleanup IntegrationTest.cs
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,587,584,452
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 ...
d67669643990d1721942054cbacfe3a18ce0a795
Fix IP bug when there is a real cover image
Fix IP bug when there is a real cover image
BloomBooks/PhotoStoryToBloomConverter,BloomBooks/PhotoStoryToBloomConverter
PhotoStoryToBloomConverter/BloomModel/BloomDocument.cs
mit
1,587,584,157
using System; using PhotoStoryToBloomConverter.BloomModel.BloomHtmlModel; using PhotoStoryToBloomConverter.PS3Model; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using NAudio.Wave; using PhotoStoryToBloomConverter.Util...
using System; using PhotoStoryToBloomConverter.BloomModel.BloomHtmlModel; using PhotoStoryToBloomConverter.PS3Model; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using NAudio.Wave; using PhotoStoryToBloomConverter.Util...
039b4d960cb5ade91a4c973eb1f8864b090ececc
Use lowercase keyword.
Use lowercase keyword.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/MagickImage.cs
apache-2.0
1,587,584,136
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
03b69246efde69db0bf56bd11d93f0f874c4df2a
Fallback to extension directives. (#1647)
Fallback to extension directives. (#1647)
graphql-dotnet/graphql-dotnet,graphql-dotnet/graphql-dotnet,graphql-dotnet/graphql-dotnet,joemcbride/graphql-dotnet,joemcbride/graphql-dotnet
src/GraphQL/Utilities/Federation/FederatedSchemaPrinter.cs
mit
1,587,583,891
using System; using System.Collections.Generic; using System.Linq; using GraphQL.Language; using GraphQL.Types; using GraphQLParser.AST; namespace GraphQL.Utilities.Federation { public class FederatedSchemaPrinter : SchemaPrinter { private readonly List<string> _federatedDirectives = new List<string> ...
using System; using System.Collections.Generic; using System.Linq; using GraphQL.Language; using GraphQL.Types; using GraphQLParser.AST; namespace GraphQL.Utilities.Federation { public class FederatedSchemaPrinter : SchemaPrinter { private readonly List<string> _federatedDirectives = new List<string> ...
6939030b85b020a6ce84aa45cb4909bc89936b25
Remove InitDelegateWorker assert
Remove InitDelegateWorker assert The assert in InitDelegateWorker can assert if two threads race to fill in the delegate. This assert has no value so I removed it.
cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime/src/Utilities/COMInterop/CallableComWrapper.cs
mit
1,587,583,686
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; usin...
db00d6f189c746d096233991da7361278c1efdcc
Add undo/redo for transitive reduction.
Add undo/redo for transitive reduction.
countincognito/Zametek.ProjectPlan
src/Zametek.ViewModel.ProjectPlan/MainViewModel.cs
bsd-2-clause
1,587,583,253
using AutoMapper; using FluentDateTime; using Prism.Commands; using Prism.Events; using Prism.Interactivity.InteractionRequest; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows...
using AutoMapper; using FluentDateTime; using Prism.Commands; using Prism.Events; using Prism.Interactivity.InteractionRequest; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows...
03c8be11171ac941914121274840b8451f69e125
Fix assertion message for GitHubActions trigger definitions
Fix assertion message for GitHubActions trigger definitions
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/CI/GitHubActions/GitHubActionsAttribute.cs
mit
1,587,583,062
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using Nuke.Common.CI.GitHubActions.Configuration; using Nuke.Common.Execution; using Nuk...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using Nuke.Common.CI.GitHubActions.Configuration; using Nuke.Common.Execution; using Nuk...
05fdb8d362943f58af3eda72e863fd4302b86615
Updated tests
Updated tests
Backendless/.NET-SDK,Backendless/.NET-SDK
Projects/GeometryTestProject/TestRelation.cs
apache-2.0
1,587,583,047
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace GeometryTestProject { public class Area { public int UserId{ get; set; } public string AreaA ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace GeometryTestProject { public class Area { public int UserId{ get; set; } public string AreaA ...
ed35e976cdb43b0116ec0247842364428de13501
Fixed 2019.3 GUI change with array handling
Fixed 2019.3 GUI change with array handling
umasteeringgroup/UMA
UMAProject/Assets/UMA/Core/Editor/Scripts/OverlayDataAssetInspector.cs
mit
1,587,582,075
#if UNITY_EDITOR using UnityEditor; using UnityEngine; namespace UMA.Editors { [CustomEditor(typeof(OverlayDataAsset))] [CanEditMultipleObjects] public class OverlayDataAssetInspector : Editor { //DelayedFields ony trigger GUI.changed when the user selects another field. This means if the user changes a value bu...
#if UNITY_EDITOR using UnityEditor; using UnityEngine; namespace UMA.Editors { [CustomEditor(typeof(OverlayDataAsset))] [CanEditMultipleObjects] public class OverlayDataAssetInspector : Editor { //DelayedFields ony trigger GUI.changed when the user selects another field. This means if the user changes a value bu...
f58bc347bb5f07219f54f22ec0267c066afe678e
Add some more logging on parsing data
Add some more logging on parsing data
Deadpikle/NetSparkle
src/NetSparkle/NetSparkle.cs
mit
1,587,581,339
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
30b0bfb7195754d5b98bfa1df52325788195fb5a
Fix - Prova per Cors
Fix - Prova per Cors
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.API/Startup.cs
agpl-3.0
1,587,580,098
//----------------------------------------------------------------------- // <copyright file="Startup.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as /...
//----------------------------------------------------------------------- // <copyright file="Startup.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as /...
74dcb9acbeb93914f34dbb52eb65dff6fc32eb02
Fix index out of bounds exception (#619)
Fix index out of bounds exception (#619) We don't need an extra entry in the step. Defensively check for >= instead of ==.
Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime/src/Implementation/ClrmdSegment.cs
mit
1,587,579,646
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Buffers; using System.Collections.Generic; using System.Runtime.CompilerServices; names...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Buffers; using System.Collections.Generic; using System.Runtime.CompilerServices; names...
e4c2400a595416cd325dcb34a6822b1716f770d2
Added schema CLR type to dictionary key
Added schema CLR type to dictionary key
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/ModelBuilder.cs
apache-2.0
1,587,579,497
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
80e13eaec5b07acdf083cdbb8c0d1e044efd3bc9
improved tests
improved tests
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Tests/LightSwitchTests.cs
agpl-3.0
1,587,578,429
using System.Collections.Generic; using System.Linq; using System.Text; using Lighting; using NUnit.Framework; using UnityEditor; using UnityEditor.SceneManagement; using UnityEngine; namespace Tests { public class LightSwitchTests { List<APCPoweredDevice> GetAllPoweredDevicesInTheScene() { Li...
using System.Collections.Generic; using System.Text; using Lighting; using NUnit.Framework; using UnityEditor; using UnityEngine; namespace Tests { public class LightSwitchTests { List<APCPoweredDevice> GetAllObjectsOnlyInScene() { List<APCPoweredDevice> objectsInScene = new List<APCPoweredDev...
b6f32afea72fbafddfe9c382b49809129e0cd8ec
Fixing data automation peer for ribbon group #647
Fixing data automation peer for ribbon group #647
punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon
Fluent.Ribbon/Automation/Peers/RibbonControlDataAutomationPeer.cs
mit
1,587,578,341
namespace Fluent.Automation.Peers { using System.Windows; using System.Windows.Automation.Peers; using System.Windows.Controls; /// <summary> /// Automation peer for ribbon control items. /// </summary> public class RibbonControlDataAutomationPeer : ItemAutomationPeer { /// <su...
namespace Fluent.Automation.Peers { using System.Windows.Automation.Peers; /// <summary> /// Automation peer for ribbon control items. /// </summary> public class RibbonControlDataAutomationPeer : ItemAutomationPeer { /// <summary> /// Creates a new instance. /// </summ...
8fbd083a1199d2062c73cb5bef8836729b06d647
Added test to confirm #50
Added test to confirm #50
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator.Tests/XmlTests.cs
apache-2.0
1,587,577,948
using System; using System.CodeDom; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using System.Xml.X...
using System; using System.CodeDom; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using System.Xml.X...
81bd948372cf6eee86128bb35794e85c832025ea
AzureBlobStoragebFileTypeAlgorithm add GetClients
AzureBlobStoragebFileTypeAlgorithm add GetClients
MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/framework,signumsoftware/extensions,MehdyKarimpour/extensions
Signum.Engine.Extensions/Files/AzureBlobStoragebFileTypeAlgorithm.cs
mit
1,587,577,582
using Azure; using Azure.Storage.Blobs; 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 static class BlobContainerClientPool { ...
using Azure; using Azure.Storage.Blobs; 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 static class BlobContainerClientPool { ...
c632104d2c0a6e91fa5e1b9b1152177f914f5459
(Follow up) Added IScheduler.GetScheduledJobs/GetRunningJobs methods.
(Follow up) Added IScheduler.GetScheduledJobs/GetRunningJobs methods.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Scheduling/InMemory/InMemoryScheduler.cs
mit
1,587,577,186
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InMemoryScheduler.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proj...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InMemoryScheduler.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proj...
6b9662251d92fa577b126c076cb9b904e92dbcc1
OrderLogMessageAdapter multi-thread issue fix.
OrderLogMessageAdapter multi-thread issue fix.
StockSharp/StockSharp
Algo/OrderLogHelper.cs
apache-2.0
1,587,576,627
#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...
9a1f5d7106c1978774c5035ae5bc92b591ff242b
Updated Tests
Updated Tests
Backendless/.NET-SDK,Backendless/.NET-SDK
Projects/GeometryTestProject/TestRelation.cs
apache-2.0
1,587,575,580
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace GeometryTestProject { public class Area { public int UserId{ get; set; } public string AreaA ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace GeometryTestProject { public class Area { public int UserId{ get; set; } public string AreaA ...
ea973ddac0e3e62b6a668ec720d1a139cb5110c4
Revert to using IsIdentity.
Revert to using IsIdentity.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Queries/GremlinQuery.cs
mit
1,587,575,517
// ReSharper disable ArrangeThisQualifier using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using ExRam.Gremlinq.Core.GraphElements; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { [F...
// ReSharper disable ArrangeThisQualifier using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using ExRam.Gremlinq.Core.GraphElements; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { [F...
80d3ef845d9c6af56ef93b5495935e70fe3c8c94
Minor compiler improvements
Minor compiler improvements - Reccommend lowering the security level if API validation times out. - Log DreamMaker output as Debug.
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs
agpl-3.0
1,587,575,489
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Componen...
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Componen...
f62d827fbfb39aa5bf552d0beb13b9161a4558d2
Only trust the .dmb in trusted mode
Only trust the .dmb in trusted mode
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Watchdog/SessionControllerFactory.cs
agpl-3.0
1,587,575,384
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server...
4e418cd3e6842df7b9b7a4ee9167351be6e7fca9
Fix trusted file writing
Fix trusted file writing
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Watchdog/SessionControllerFactory.cs
agpl-3.0
1,587,575,341
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server...
faf3dc2dae3051546ca31356c34bbd2998884bb8
DEFINITELY DO NOT USE ULTRASAFE AS THE DEFAULT
DEFINITELY DO NOT USE ULTRASAFE AS THE DEFAULT
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Controllers/InstanceController.cs
agpl-3.0
1,587,575,298
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Refl...
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Refl...
ce4f651698208a898c5dba03d26b3123ac24e997
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,587,574,698
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 ...
191d53e25b60a8739b0c6ef1eb7b2ab6b9d05caf
Increment version
Increment version
R-Smith/vmPing
vmPing/Properties/AssemblyInfo.cs
mit
1,587,574,491
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated ...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated ...