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 |
|---|---|---|---|---|---|---|---|---|
79947cad6f1d3e37befda26b5fe89229e4749dda | Added KnownFolderIdExt.GetIShellFolder method | Added KnownFolderIdExt.GetIShellFolder method
| dahall/vanara | PInvoke/Shell32/KnownFolderIdExt.cs | mit | 1,592,676,420 | using System;
using System.Linq;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Shell32;
namespace Vanara.PInvoke
{
/// <summary>Extension methods for <see cref="KNOWNFOLDERID"/>.</summary>
public static class KnownFolderIdExt
{
private const string RegPath =
@"HKEY_LOCAL_M... | using System;
using System.Linq;
using Vanara.Extensions;
using static Vanara.PInvoke.Shell32;
namespace Vanara.PInvoke
{
/// <summary>Extension methods for <see cref="KNOWNFOLDERID"/>.</summary>
public static class KnownFolderIdExt
{
private const string RegPath =
@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wind... |
2e785bd103460d2eb10d2d09a7022b766e9d670f | maybe this? | maybe this?
| mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp | tests/Tests/SKCodecTest.cs | mit | 1,592,673,952 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Xunit;
namespace SkiaSharp.Tests
{
public class SKCodecTest : SKTest
{
[SkippableFact]
public void MinBufferedBytesNeededHasAValue ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Xunit;
namespace SkiaSharp.Tests
{
public class SKCodecTest : SKTest
{
[SkippableFact]
public void MinBufferedBytesNeededHasAValue ... |
e00e0fa0849c5cb921a835202edb8aff7fbcbd45 | Improve string?.ShouldBe(string?) by throwing a MatchException upon failure. | Improve string?.ShouldBe(string?) by throwing a MatchException upon failure.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,673,380 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
5505d806ba9c71368a8b28df45afbc121845a71b | IEnumerableに対するApplyを追加 | IEnumerableに対するApplyを追加
| ebifrier/Ragnarok,ebifrier/Ragnarok | Ragnarok/Extension.cs | mit | 1,592,673,159 | using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
namespace Ragnarok
{
/// <summary>
/// Linq関係の拡張メソッドを定義します。
/// </summary>
public static class Extension
{
/// <summary>
/// foreachのlinq版。
/// </summary>
public stati... | using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
namespace Ragnarok
{
/// <summary>
/// Linq関係の拡張メソッドを定義します。
/// </summary>
public static class Extension
{
/// <summary>
/// foreachのlinq版。
/// </summary>
public stati... |
9e564cb3807dfdce5b34934223a5d09f66e56980 | Making the GenerateDataSetFromCases method public. | Making the GenerateDataSetFromCases method public.
| microting/eform-sdk-dotnet,microting/eform-sdk-dotnet | eFormCore/Core.cs | mit | 1,592,672,917 | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
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... | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
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... |
cf5076441b5c0000e7da49faa66a6c082cce8f72 | Update DNS | Update DNS
| godarklight/DMPDistributedDBBackend-stateless | DMPDistributedDBBackend/BackendSettings.cs | unlicense | 1,592,672,752 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Xml;
namespace DMPDistributedDBBackend
{
public class BackendSettings
{
public string dbHost = "localhost";
public int dbPort = 3306;
public string dbUsername = "USERNAME";
public st... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Xml;
namespace DMPDistributedDBBackend
{
public class BackendSettings
{
public string dbHost = "localhost";
public int dbPort = 3306;
public string dbUsername = "USERNAME";
public st... |
3abe088d534e7cf67fc9be642ac115521d3ad681 | Improve ShouldBeEmpty by implementing it in terms of ShouldMatch. | Improve ShouldBeEmpty by implementing it in terms of ShouldMatch.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,672,108 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
05a4ce124f4bdfb070368662de3e0578ae94ee1f | Make dynamic collection more generic | Make dynamic collection more generic
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/DynamicCollection.cs | bsd-2-clause | 1,592,670,731 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
using Scriban.Parsing;
using Scriban.Runtime;
namespace Lunet.Core
{
public ab... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
using Scriban.Parsing;
using Scriban.Runtime;
namespace Lunet.Core
{
public ab... |
eff1be8f3ef1099753ce8f84744c9717ce73fb01 | Log an error if it happens during content processing | Log an error if it happens during content processing
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/ContentBuilder.cs | bsd-2-clause | 1,592,670,704 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... |
d136a725bce628ed073daca39bc3cf204852d9eb | Add default weight to content | Add default weight to content
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/ContentBuilder.cs | bsd-2-clause | 1,592,670,676 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... |
662e6f0872f4335aceff6cafc43af2da71bf5a7a | MetaFileGuidCache handles meta files only from UnityExternalModule now, otherwise it leads to problem that several source files has same FileSystemPath and it's hard to track mapping from FileSystemPath to guid. UnityExternalModule guarantees that each file has unique FileSystemPath | MetaFileGuidCache handles meta files only from UnityExternalModule now, otherwise it leads to problem that several source files has same FileSystemPath and it's hard to track mapping from FileSystemPath to guid. UnityExternalModule guarantees that each file has unique FileSystemPath
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Yaml/Psi/Caches/MetaFileGuidCache.cs | apache-2.0 | 1,592,670,073 | using System;
using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
using JetBrains.Collections;
using JetBrains.DataFlow;
using JetBrains.Lifetimes;
using JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.Modules;
using JetBrains.ReSharper.Plugins.Yaml.Psi;
using JetBrains.ReSharper.Plugins.Yaml.P... | using System;
using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
using JetBrains.Collections;
using JetBrains.DataFlow;
using JetBrains.Lifetimes;
using JetBrains.ReSharper.Plugins.Yaml.Psi;
using JetBrains.ReSharper.Plugins.Yaml.Psi.Tree;
using JetBrains.ReSharper.Psi;
using JetBrains.Re... |
8460c7e536bb211148538cd9098141b50fc5ca17 | fix nuget unit test requiring Tls12 | fix nuget unit test requiring Tls12
| projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu,projectkudu/kudu | Kudu.FunctionalTests/SiteExtensions/SiteExtensionApiFacts.cs | apache-2.0 | 1,592,669,056 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Kudu.Client;
using Kudu.Client.SiteExtensions;
using Kudu.Contracts.Jobs;
using Kudu.Contracts.Settings;
using Kudu.Contracts.Site... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Kudu.Client;
using Kudu.Client.SiteExtensions;
using Kudu.Contracts.Jobs;
using Kudu.Contracts.Settings;
using Kudu.Contracts.Site... |
5857d676f41a6b90b316d24524837c1e7f40435f | Doc changes | Doc changes
| Thraka/SadConsole | SadConsole/Settings.cs | mit | 1,592,667,802 | using SadRogue.Primitives;
namespace SadConsole
{
/// <summary>
/// Various settings for SadConsole.
/// </summary>
public static class Settings
{
internal static bool IsExitingFullscreen = false;
private static int _preFullScreenWidth;
private static int _preFullScreenHei... | using SadRogue.Primitives;
namespace SadConsole
{
/// <summary>
/// Various settings for SadConsole.
/// </summary>
public static class Settings
{
internal static bool IsExitingFullscreen = false;
private static int _preFullScreenWidth;
private static int _preFullScreenHei... |
177cb24215b794a896ffe51d71f0d1729fb2100d | Deprecate 1.7.3. | Deprecate 1.7.3.
| pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia | ksp_plugin_adapter/main_window.cs | mit | 1,592,666,974 | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Gallai";
private const int next_release_lunation_number_ = 254;
private readonly DateTimeOffse... | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Gallai";
private const int next_release_lunation_number_ = 254;
private readonly DateTimeOffse... |
5e405dc745ef4345b3b7e830524a66e825c8e01f | Remove redundant ShouldBe overload. | Remove redundant ShouldBe overload.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,666,784 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
a192d0f7257b2a89d3ba3fb387b75572b5fdebc8 | Simplify AssertException value formatting now that those cases are better handled by MatchException. | Simplify AssertException value formatting now that those cases are better handled by MatchException.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertException.cs | mit | 1,592,666,336 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Text;
using static System.Environment;
public class AssertException : Exception
{
public static string FilterStackTraceAssemblyPrefix = typeof(AssertException).Namespace + ".";
publi... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Text;
using static System.Environment;
public class AssertException : Exception
{
public static string FilterStackTraceAssemblyPrefix = typeof(AssertException).Namespace + ".";
publi... |
06020b15998e936aa70471876203a0d9f4ecf166 | Always compute current culture string comparers on the fly. | Always compute current culture string comparers on the fly.
| StephenCleary/Comparers | src/Nito.Comparers.Core/Fixes/FixedStringComparer.cs | mit | 1,592,666,097 | using System;
using System.Collections.Generic;
using System.Text;
namespace Nito.Comparers.Fixes
{
/// <summary>
/// Provides string comparers that behave exactly like their <see cref="StringComparer"/> counterparts except that they handle <c>null</c> values correctly.
/// </summary>
public static cl... | using System;
using System.Collections.Generic;
using System.Text;
namespace Nito.Comparers.Fixes
{
/// <summary>
/// Provides string comparers that behave exactly like their <see cref="StringComparer"/> counterparts except that they handle <c>null</c> values correctly.
/// </summary>
public static cl... |
c0224c849996a4ed26aa152e09a4215788d9bc99 | 对泛型实例函数进行分组 | 对泛型实例函数进行分组
| Perfare/Il2CppDumper,Perfare/Il2CppDumper | Il2CppDumper/Outputs/Il2CppDecompiler.cs | mit | 1,592,665,694 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using static Il2CppDumper.Il2CppConstants;
namespace Il2CppDumper
{
public class Il2CppDecompiler
{
private Il2CppExecutor executor;
private Metadata metadata;
private Il2Cpp il2Cpp;
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using static Il2CppDumper.Il2CppConstants;
namespace Il2CppDumper
{
public class Il2CppDecompiler
{
private Il2CppExecutor executor;
private Metadata metadata;
private Il2Cpp il2Cpp;
private Dic... |
10583cb8ed96a9634383b306a3d220fbcd09e695 | ValueToIntConverterでConvertBackに失敗するバグを修正 | ValueToIntConverterでConvertBackに失敗するバグを修正
| ebifrier/Ragnarok,ebifrier/Ragnarok | Ragnarok.Forms/Converter/ValueToIntConverter.cs | mit | 1,592,665,372 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Ragnarok.Forms.Converter
{
/// <summary>
/// 整数値に変換するときの方法です。
/// </summary>
public enum RoundingMode
{
/// <summary>
/// 切り下げ
/// </summary>
Floor,
/// ... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Ragnarok.Forms.Converter
{
/// <summary>
/// 整数値に変換するときの方法です。
/// </summary>
public enum RoundingMode
{
/// <summary>
/// 切り下げ
/// </summary>
Floor,
/// ... |
a33e77dc53aa383f027e82073cf596d7e48ce521 | When assertion on string[] expectations, use ShouldMatch semantics for easier diagnosis of failures. | When assertion on string[] expectations, use ShouldMatch semantics for easier diagnosis of failures.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,665,136 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
4da85797d79b0aa4acd1ce09be1e46140f02743f | Phase out redundant string-specific ShouldBe overload, which is better served by the ShouldMatch-based generic overload. | Phase out redundant string-specific ShouldBe overload, which is better served by the ShouldMatch-based generic overload.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,664,844 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
2d942fe9fccdc941a1b887459439c3b04e3f389c | Remove unused ShouldBe overload. | Remove unused ShouldBe overload.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,664,349 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
3e62202e597b134a36cce30df449c107a49bc476 | When asserting that an IEnumerable is equivalent to some params array of like type, use ShouldMatch semantics for easier diagnosis of failures. | When asserting that an IEnumerable is equivalent to some params array of like type, use ShouldMatch semantics for easier diagnosis of failures.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,664,236 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
12f464a152dcdfb0066ae57dc98a4e021c2896db | ShouldMatch's use of JSON representations can be further refined for known types, like Type, that have no direct JSON representation but do have a useful ToString() representation. | ShouldMatch's use of JSON representations can be further refined for known types, like Type, that have no direct JSON representation but do have a useful ToString() representation.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,664,027 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions = new JsonSerializerOp... |
c9f8539c6937fb25422254731bb2f721f5aa9d47 | When running the self tests the PrimaryConvention executes, rather than unintentionally executing some example customization used internally by a self test. | When running the self tests the PrimaryConvention executes, rather than unintentionally executing some example customization used internally by a self test.
| fixie/fixie,fixie/fixie | src/Fixie/Internal/BehaviorDiscoverer.cs | mit | 1,592,662,212 | namespace Fixie.Internal
{
using System;
using System.Linq;
using System.Reflection;
using Cli;
class BehaviorDiscoverer
{
readonly Assembly assembly;
readonly string[] customArguments;
public BehaviorDiscoverer(Assembly assembly, string[] customArguments)
{
... | namespace Fixie.Internal
{
using System;
using System.Linq;
using System.Reflection;
using Cli;
class BehaviorDiscoverer
{
readonly Assembly assembly;
readonly string[] customArguments;
public BehaviorDiscoverer(Assembly assembly, string[] customArguments)
{
... |
af26e63d80f0be740eb2227ac0e856cbfb8636de | ShouldMatch produces a MatchException including the expected and actual string representations of the objects being compared. | ShouldMatch produces a MatchException including the expected and actual string representations of the objects being compared.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,660,802 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions = new JsonSerializerOp... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions = new JsonSerializerOp... |
aaed3c9b07ebd9d7e123dfe5438224297a9eb92b | Add support for dead zones | Add support for dead zones
There are three possible modes to exclude the dead zone from a input. For now i'm using the simplest one, where the threshold is calculated on an axis basis. The Radial modes can be used if the axis calculation isn't precise enough. https://www.gamasutra.com/blogs/JoshSutphin/20130416/190541... | Xeeynamo/KingdomHearts | OpenKh.Game/Infrastructure/Input/GamepadInput.cs | mit | 1,592,659,311 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Input;
using System;
namespace OpenKh.Game.Infrastructure.Input
{
public class GamepadInput : IInputDevice
{
private const float leftThumbDeadZone = 0.1f;
private const float rightThumbDeadZone = 0.1f;
private GamePadState p... | using Microsoft.Xna.Framework.Input;
namespace OpenKh.Game.Infrastructure.Input
{
public class GamepadInput : IInputDevice
{
private GamePadState pad;
private GamePadState prevPad;
public bool IsUp => Up && prevPad.ThumbSticks.Right.Y == 0.0f;
public bool IsDown => Down && pre... |
35e19359fff4a25d2412f7a1d0d7eeb21e5e4cb7 | Fix issue with version detection | Fix issue with version detection
If the user had a subkey of 8.0 for example,
that would override previous higher versions found.
This fixes #142 and #144
| mscrivo/ootd | OotD.Launcher/Program.cs | mit | 1,592,659,065 | using Microsoft.Win32;
using NLog;
using NLog.Targets;
using OotD.Properties;
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Windows.Forms;
namespace OotD
{
public static class Program
{
private static readonly Logger Logger = LogManager.GetCurrentCla... | using Microsoft.Win32;
using NLog;
using NLog.Targets;
using OotD.Properties;
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Windows.Forms;
namespace OotD
{
public static class Program
{
private static readonly Logger Logger = LogManager.GetCurrentCla... |
6d189861e6bb156990e4cb271b1b9dd97eab615b | Overload Try to work with Funcs of two arguments. | Overload Try to work with Funcs of two arguments.
| fixie/fixie,fixie/fixie | src/Fixie/Internal/Maybe.cs | mit | 1,592,658,927 | namespace Fixie.Internal
{
using System;
using System.Diagnostics.CodeAnalysis;
static class Maybe
{
public static bool Try<T>(Func<T> create, [NotNullWhen(true)] out T output)
{
output = create();
return output != null;
}
public static bool Tr... | namespace Fixie.Internal
{
using System;
using System.Diagnostics.CodeAnalysis;
static class Maybe
{
public static bool Try<T>(Func<T> create, [NotNullWhen(true)] out T output)
{
output = create();
return output != null;
}
public static bool Tr... |
3b51a516a35120115c6595ce09d507d76afddf48 | Force correct ordering for Rx GroupBy unit tests. | Force correct ordering for Rx GroupBy unit tests.
| StephenCleary/Comparers | test/Rx.UnitTests/RxEnumerableExtensions.cs | mit | 1,592,657,935 | using System.Collections.Generic;
using System.Linq;
using Nito.Comparers.Linq;
using Xunit;
using System;
using Nito.Comparers;
using System.Reactive.Linq;
using System.Threading.Tasks;
using System.Reactive;
namespace Rx.UnitTests
{
public class RxEnumerableExtensionsUnitTests
{
[Fact]
publi... | using System.Collections.Generic;
using System.Linq;
using Nito.Comparers.Linq;
using Xunit;
using System;
using Nito.Comparers;
using System.Reactive.Linq;
using System.Threading.Tasks;
using System.Reactive;
namespace Rx.UnitTests
{
public class RxEnumerableExtensionsUnitTests
{
[Fact]
publi... |
59c23a5619feffc92ce24973b6fd07115ad28be1 | Update PasswordChangeProvider.cs | Update PasswordChangeProvider.cs | unosquare/passcore,unosquare/passcore,unosquare/passcore,unosquare/passcore | src/Unosquare.PassCore.PasswordProvider/PasswordChangeProvider.cs | mit | 1,592,656,880 | namespace Unosquare.PassCore.PasswordProvider
{
using Common;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.DirectoryServices;
using System.DirectoryServices.AccountManagement;
using System.DirectoryServices.ActiveDirectory;
... | namespace Unosquare.PassCore.PasswordProvider
{
using Common;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.DirectoryServices;
using System.DirectoryServices.AccountManagement;
using System.DirectoryServices.ActiveDirectory;
... |
d14ab54fd6fbba81c93fa45d780f8778f928af97 | fix: Resolve merge conflict | fix: Resolve merge conflict
| duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati | Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs | lgpl-2.1 | 1,592,655,636 | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
usin... | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
usin... |
2b22f1df74c096ec891059970e76c9a0a6593539 | 🐛 Fix a typo in keyboard events (#189) | 🐛 Fix a typo in keyboard events (#189)
* 🐛 Fix a typo in keyboard events
* 🧹 Restore FIXME comment | beardgame/utilities | Bearded.Utilities/Input/KeyboardEvents.cs | mit | 1,592,655,627 | using System.Collections.Concurrent;
using System.Collections.Generic;
using OpenToolkit.Windowing.Common;
namespace Bearded.Utilities.Input
{
sealed class KeyboardEvents
{
private readonly ConcurrentQueue<(KeyboardKeyEventArgs, bool)> keyEventsQueue
= new ConcurrentQueue<(KeyboardKeyEvent... | using System.Collections.Concurrent;
using System.Collections.Generic;
using OpenToolkit.Windowing.Common;
namespace Bearded.Utilities.Input
{
sealed class KeyboardEvents
{
private readonly ConcurrentQueue<(KeyboardKeyEventArgs, bool)> keyEventsQueue
= new ConcurrentQueue<(KeyboardKeyEvent... |
f7fd8e13f3b44b29235499cbbdb4b18bd5701267 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3432.20200620120530-master-1146c40
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,654,864 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "1146c400a1f607457f1198a49d3deced4fd8b298";
public static string Version = "1.5";
public static string Build = "3432";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "837a6632262312dbfce2925274cecf1739dba75c";
public static string Version = "1.5";
public static string Build = "3431";
... |
c562f65a865bc88f1b1e1f009939a65ca34659fa | Remove redundant this. modifier | Remove redundant this. modifier
| fortedigital/ContentfulSchema | Forte.ContentfulSchema/Core/ContentTypeDefinition.cs | mit | 1,592,654,583 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using Contentful.Core.Models;
using Contentful.Core.Models.Management;
[assembly:InternalsVisibleTo("DynamicProxyGenAssembly2")]
[assembly:InternalsVisibleTo("Forte.ContentfulSchema.Tests")]
namespace Forte.Conte... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using Contentful.Core.Models;
using Contentful.Core.Models.Management;
[assembly:InternalsVisibleTo("DynamicProxyGenAssembly2")]
[assembly:InternalsVisibleTo("Forte.ContentfulSchema.Tests")]
namespace Forte.Conten... |
86c2aad2cf4d6bf4cc25fb35f8b335082bf7d5ae | Check the order of fields | Check the order of fields
| fortedigital/ContentfulSchema | Forte.ContentfulSchema/Core/ContentTypeDefinition.cs | mit | 1,592,654,542 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using Contentful.Core.Models;
using Contentful.Core.Models.Management;
[assembly:InternalsVisibleTo("DynamicProxyGenAssembly2")]
[assembly:InternalsVisibleTo("Forte.ContentfulSchema.Tests")]
namespace Forte.Conten... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using Contentful.Core.Models;
using Contentful.Core.Models.Management;
[assembly:InternalsVisibleTo("DynamicProxyGenAssembly2")]
[assembly:InternalsVisibleTo("Forte.ContentfulSchema.Tests")]
namespace Forte.Conten... |
1e22cb7d5705b551632b4348cdb4ee58ea81c286 | 🐛 Don't transform the mouse position twice (#188) | 🐛 Don't transform the mouse position twice (#188)
| beardgame/utilities | Bearded.Utilities/Input/InputManager.cs | mit | 1,592,654,274 | using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using OpenToolkit.Mathematics;
using OpenToolkit.Windowing.Common;
using OpenToolkit.Windowing.Common.Input;
namespace Bearded.Utilities.Input
{
public sealed partial class InputManager
{
private readonly INativ... | using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using OpenToolkit.Mathematics;
using OpenToolkit.Windowing.Common;
using OpenToolkit.Windowing.Common.Input;
namespace Bearded.Utilities.Input
{
public sealed partial class InputManager
{
private readonly INativ... |
bab0ef840fd90e8450f60f865bfabac9382ab3fe | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,592,653,081 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
9fd7a255ff2e8de043b5ddfee2231eb3126ced45 | Improved the FileSettingsProvider when updating config file. | Improved the FileSettingsProvider when updating config file.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/Configuration/Providers/FileSettingsProvider.cs | mit | 1,592,652,861 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the p... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the p... |
b9124a8aec5b5471e99b0107e0d0b83991bebd23 | Fixed the FileSettingsProvider when updating config file. | Fixed the FileSettingsProvider when updating config file.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/Configuration/Providers/FileSettingsProvider.cs | mit | 1,592,651,940 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the p... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the p... |
32f14c48dacf1d274bd0ceacf76404fd846e42ff | remove todo as github issue was closed and no clear change needed | remove todo as github issue was closed and no clear change needed
| AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us | src/www/Startup.cs | mit | 1,592,650,883 | using System;
using System.IdentityModel.Tokens.Jwt;
using System.IO;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspN... | using System;
using System.IdentityModel.Tokens.Jwt;
using System.IO;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspN... |
4d5b7a3c4dbf8c8d240db736628a64b6bd01539f | Add tests for order check | Add tests for order check
| fortedigital/ContentfulSchema | Forte.ContentfulSchema.Tests/Core/ContentTypeDefinitionTests.cs | mit | 1,592,650,857 | using System;
using System.Collections.Generic;
using Contentful.Core.Models;
using Contentful.Core.Models.Management;
using Forte.ContentfulSchema.Core;
using Newtonsoft.Json;
using Xunit;
namespace Forte.ContentfulSchema.Tests.Core
{
public class ContentTypeDefinitionTests
{
[Theory]
[MemberD... | using Contentful.Core.Models;
using Contentful.Core.Models.Management;
using Forte.ContentfulSchema.Core;
using Moq;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Reflection;
using Xunit;
using Xunit.Abstractions;
namespace Forte.ContentfulSchema.Tests.Core
{
public class Cont... |
2263b3076aba60ccac64ee0e6e8d90e33b1e0f80 | Improved AspNetAppShutdownAwaiter handle of the ShutdownSignal. | Improved AspNetAppShutdownAwaiter handle of the ShutdownSignal.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Application.AspNetCore/AspNetAppShutdownAwaiter.cs | mit | 1,592,648,966 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AspNetAppShutdownAwaiter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AspNetAppShutdownAwaiter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... |
12a98d83a5bd044c5feea236a05e95eb3d0591de | Improved AspNetAppShutdownAwaiter handle of the ShutdownSignal. | Improved AspNetAppShutdownAwaiter handle of the ShutdownSignal.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Application.AspNetCore/AspNetAppShutdownAwaiter.cs | mit | 1,592,648,941 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AspNetAppShutdownAwaiter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AspNetAppShutdownAwaiter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... |
dba1494e821154369b18ecaaf33c02cf3767d62c | Fix - Aggiunto controllo sull'esistenza del personale all'interno di una sede | Fix - Aggiunto controllo sull'esistenza del personale all'interno di una sede
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Servizi/Personale/GetListaSquadre.cs | agpl-3.0 | 1,592,644,389 | //-----------------------------------------------------------------------
// <copyright file="GetListaSquadre.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 Lice... | //-----------------------------------------------------------------------
// <copyright file="GetListaSquadre.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 Lice... |
1f689adb6f6b535438ea565d150128208ba8791a | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,592,643,362 | 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
... |
62175b5572350e53a9f0e2ee580f0dbfeef74af3 | prevent schedule reset when no midweek meeting feed available | prevent schedule reset when no midweek meeting feed available
| AntonyCorbett/OnlyT | OnlyT/ViewModel/OperatorPageViewModel.cs | mit | 1,592,639,599 | namespace OnlyT.ViewModel
{
// ReSharper disable CatchAllClause
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media;
using AutoUpdates;
us... | namespace OnlyT.ViewModel
{
// ReSharper disable CatchAllClause
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Media;
using AutoUpdates;
us... |
f3800a65d52aa675bdc69cc41580ab51a8c8c13c | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3431.20200620073702-master-837a663
| LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,638,761 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "837a6632262312dbfce2925274cecf1739dba75c";
public static string Version = "1.5";
public static string Build = "3431";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "158ea774b0d10c9db39009865506a1f2815af902";
public static string Version = "1.5";
public static string Build = "3429";
... |
0bb9afc38c4a45f5ccbaaf8e318b5fd724c94677 | More progress on moving to Tasks. | More progress on moving to Tasks.
| jbienzms/Samples | HoloLens/EnviroLight/Unity/EnviroLight/Assets/MixedRealityToolkit.LightingTools/LightCapture.cs | mit | 1,592,633,623 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Threading.Tasks;
using UnityEngine;
using UnityEngine.Rendering;
namespace Microsoft.MixedReality.Toolkit.LightingTools
{
public class LightCapture ... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
using UnityEngine.Rendering;
namespace Microsoft.MixedReality.Toolkit.LightingTools
{
public class LightCapture : MonoBehaviour
{
... |
bd4b3bd6c13f58fe35ba164d9db081d04c47f36c | Simplify RefInfo a bit | Simplify RefInfo a bit
| macro187/verbot | Verbot/RefInfo.cs | mit | 1,592,626,279 | using MacroGit;
using MacroGuards;
namespace Verbot
{
class RefInfo
{
readonly VerbotRepository VerbotRepository;
readonly GitRef Ref;
public RefInfo(VerbotRepository verbotRepository, GitRef @ref)
{
Guard.NotNull(verbotRepository, nameof(verbotRepository));
... | using MacroGit;
using MacroGuards;
namespace Verbot
{
class RefInfo
{
readonly VerbotRepository verbotRepository;
CommitInfo target;
public RefInfo(VerbotRepository verbotRepository, GitRef @ref)
{
Guard.NotNull(verbotRepository, nameof(verbotRepository));
... |
7a9f0cf69fcf26dc6e9f2debd50eeb6e370d5d97 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3429.20200620034502-master-158ea77
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,624,838 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "158ea774b0d10c9db39009865506a1f2815af902";
public static string Version = "1.5";
public static string Build = "3429";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "f4356a0b9430c7168deccb5ea40845c92dbd79d5";
public static string Version = "1.5";
public static string Build = "3428";
... |
75546e3798b2c1da9e0f58b525491547376a1daf | Added proper checking for disposing objects related to iPadOS trackpad support | Added proper checking for disposing objects related to iPadOS trackpad support
| EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framewo... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,592,623,794 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
a2ce64bafc8edd8bb5fd7bc785ac5f578f10c52c | fixed compile error | fixed compile error
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/ReceiveHL7Message.cs | mit | 1,592,623,426 | /* Filename: ReceiveHL7Message.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Date: 25/02/2017
*
* Notes: Implements a cmdlet to receive a MLLP framed HL7 message via TCP. Messages reveived are written to disk.
*
*/
namespace HL7Tools
{
using System.IO;
using System.Managemen... | /* Filename: ReceiveHL7Message.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Date: 25/02/2017
*
* Notes: Implements a cmdlet to receive a MLLP framed HL7 message via TCP. Messages reveived are written to disk.
*
*/
namespace HL7Tools
{
using System.IO;
using System.Managemen... |
f4f49fe9c78abb89c758923b2f7216b0851fcd0f | fixed comment typo | fixed comment typo
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/SendHL7Message.cs | mit | 1,592,622,184 | /* Filename: SendHL7Message.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFilesAndDir... | /* Filename: SendHL7Message.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFilesAndDir... |
bb1fbe4ca63c38af751005370b33a79967d9ba35 | Added support for -Encoding parameter. Now supports 'ISO-8859-1' as welll as 'UTF-8' (default) | Added support for -Encoding parameter. Now supports 'ISO-8859-1' as welll as 'UTF-8' (default)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/SendHL7Message.cs | mit | 1,592,622,073 | /* Filename: SendHL7Message.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFilesAndDir... | /* Filename: SendHL7Message.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFilesAndDir... |
5f123baeac8e02a06cfa8d889e86de440e088f34 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3428.20200620022631-master-f4356a0
| LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,620,115 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "f4356a0b9430c7168deccb5ea40845c92dbd79d5";
public static string Version = "1.5";
public static string Build = "3428";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "2f401a4da3c551fe4b106679353adad751b174fb";
public static string Version = "1.5";
public static string Build = "3427";
... |
1b60aaa64ac5ac1018d825a523f64aee439afa4c | Remove obsolete settings backup/restoration methods | Remove obsolete settings backup/restoration methods
| CalebChalmers/KAGTools | KAGTools/Helpers/UpdateHelper.cs | mit | 1,592,618,277 | using Squirrel;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Configuration;
using System.IO;
using System.Reflection;
using KAGTools.Properties;
using System.Windows;
namespace KAGTools.Helpers
{
public s... | using Squirrel;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Configuration;
using System.IO;
using System.Reflection;
using KAGTools.Properties;
using System.Windows;
namespace KAGTools.Helpers
{
public s... |
6bf350cc37ada3e3ebb35d9751523fbc52450987 | fix, after upgrade of SimpleInjector | fix, after upgrade of SimpleInjector
| zmira/abremir.AllMyBricks | abremir.AllMyBricks.DatabaseSeeder/Configuration/IoC.cs | mit | 1,592,618,165 | using abremir.AllMyBricks.DatabaseSeeder.Loggers;
using abremir.AllMyBricks.DatabaseSeeder.Services;
using abremir.AllMyBricks.Platform.Interfaces;
using Easy.MessageHub;
using SimpleInjector;
namespace abremir.AllMyBricks.DatabaseSeeder.Configuration
{
public static class IoC
{
public static Containe... | using abremir.AllMyBricks.DatabaseSeeder.Loggers;
using abremir.AllMyBricks.DatabaseSeeder.Services;
using abremir.AllMyBricks.Platform.Interfaces;
using Easy.MessageHub;
using SimpleInjector;
using System.Reflection;
namespace abremir.AllMyBricks.DatabaseSeeder.Configuration
{
public static class IoC
{
... |
5fc762b32e22e282afaacf6afadacf1c5e3bbda8 | improved test name | improved test name
| louthy/language-ext,StanJav/language-ext | LanguageExt.Tests/SeqTests.cs | mit | 1,592,617,100 | using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;
using static LanguageExt.Prelude;
using static LanguageExt.Seq;
namespace LanguageExt.Tests
{
public class SeqTests
{
[Fact]
public void ObjectExists()
{
var x = "test";
Assert.True(... | using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;
using static LanguageExt.Prelude;
using static LanguageExt.Seq;
namespace LanguageExt.Tests
{
public class SeqTests
{
[Fact]
public void ObjectExists()
{
var x = "test";
Assert.True... |
44699ed4002e46519ec2fd47ae0d382fd115c0e2 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,592,615,054 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
021154ed9b331294576fe7f7199255bec45e8fbe | Fix issue on the name of the parameter | Fix issue on the name of the parameter
| Seddryck/NBi,Seddryck/NBi | NBi.NUnit/Builder/Helper/SetupHelper.cs | apache-2.0 | 1,592,606,717 | using ImpromptuInterface;
using NBi.Core;
using NBi.Core.Assemblies.Decoration;
using NBi.Core.Decoration;
using NBi.Core.Decoration.DataEngineering;
using NBi.Core.Decoration.Grouping;
using NBi.Core.Decoration.IO;
using NBi.Core.Decoration.Process;
using NBi.Core.Injection;
using NBi.Core.Variable;
using NBi.Extensi... | using ImpromptuInterface;
using NBi.Core;
using NBi.Core.Assemblies.Decoration;
using NBi.Core.Decoration;
using NBi.Core.Decoration.DataEngineering;
using NBi.Core.Decoration.Grouping;
using NBi.Core.Decoration.IO;
using NBi.Core.Decoration.Process;
using NBi.Core.Injection;
using NBi.Core.Variable;
using NBi.Extensi... |
b17a5abddd615ba00016290856635ad9064983f5 | Add better sad path tests for mock logger extensions | Add better sad path tests for mock logger extensions
| RockFramework/Rock.Logging | RockLib.Logging.Moq.Tests/MockLoggerExtensionsTests.cs | mit | 1,592,604,791 | using FluentAssertions;
using Moq;
using System;
using Xunit;
namespace RockLib.Logging.Moq.Tests
{
public class MockLoggerExtensionsTests
{
[Fact(DisplayName = "SetupLogger method adds setups for Level and Name properties")]
public void SetupLoggerMethodHappyPath()
{
var m... | using FluentAssertions;
using Moq;
using System;
using Xunit;
namespace RockLib.Logging.Moq.Tests
{
public class MockLoggerExtensionsTests
{
[Fact(DisplayName = "SetupLogger method adds setups for Level and Name properties")]
public void SetupLoggerMethodHappyPath()
{
var m... |
50206e8f940ebdfc6438ee1e3262ce051cc0beaa | Simplifying ILogger<T> field | Simplifying ILogger<T> field
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Controllers/YourFirstOrchardCoreController.cs | bsd-3-clause | 1,592,604,452 | /*
* This is a controller you can find in any ASP.NET Core MVC application; Orchard is an MVC application, although
* much-much more than that.
*
* An Orchard module is basically an MVC area. You could create areas that don't interact with Orchard and you'd just
* use standard ASP.NET Core MVC skills. Of cour... | /*
* This is a controller you can find in any ASP.NET Core MVC application; Orchard is an MVC application, although
* much-much more than that.
*
* An Orchard module is basically an MVC area. You could create areas that don't interact with Orchard and you'd just
* use standard ASP.NET Core MVC skills. Of cour... |
36ecb192a6239caab96f0c3a582abbbae9181e44 | Next release is Gallai. | Next release is Gallai.
| pleroy/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia | ksp_plugin_adapter/main_window.cs | mit | 1,592,604,290 | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Gallai";
private const int next_release_lunation_number_ = 254;
private readonly DateTimeOffse... | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Galileo";
private const int next_release_lunation_number_ = 253;
private readonly DateTimeOffs... |
6b9749bccf53ba733229ebaedcb1036e94ddeb0b | Update Steam.cs | Update Steam.cs
| xPaw/SteamWebPipes | SteamWebPipes/Steam.cs | mit | 1,592,602,943 | using System;
using System.Threading;
using SteamKit2;
using System.Linq;
using System.Threading.Tasks;
using SteamWebPipes.Events;
namespace SteamWebPipes
{
internal class Steam
{
public class SteamKitLogger : IDebugListener
{
public void WriteLine(string category, string msg)
... | using System;
using System.Threading;
using SteamKit2;
using System.Linq;
using System.Threading.Tasks;
using SteamWebPipes.Events;
namespace SteamWebPipes
{
internal class Steam
{
public class SteamKitLogger : IDebugListener
{
public void WriteLine(string category, string msg)
... |
3264006a87cedd116cb0c339bbc87efe7382c598 | Fix summary issues | Fix summary issues
| Infragistics/DataSource-Reference-Implementations,Infragistics/DataSource-Reference-Implementations | ODataDataProvider/ODataVirtualDataSourceDataProviderWorker.cs | mit | 1,592,602,624 | using Infragistics.Controls;
using Simple.OData.Client;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
#if !PCL
using GridODataTest;
#endif
using System.Xml;
using Infragistics.Controls.DataSource;
using System.Text;
#if PCL
using Infragistics.Core.Controls.DataSource... | using Infragistics.Controls;
using Simple.OData.Client;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
#if !PCL
using GridODataTest;
#endif
using System.Xml;
using Infragistics.Controls.DataSource;
using System.Text;
#if PCL
using Infragistics.Core.Controls.DataSource... |
0a6639bc86cd89736432cd53de4bbe998d78ce08 | Tiny physics improvement | Tiny physics improvement
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Worlds/PhysicsManager.cs | mpl-2.0 | 1,592,601,648 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Alex.API.Data.Servers;
using Alex.API.Entities;
using Alex.API.Utils;
using Alex.API.World;
using Alex.Blocks.Minecraft;
using Alex.Blocks.State;
using Alex.Entities;
using Alex.Graphics.Models.Blocks;
using Alex.Utils;
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Alex.API.Data.Servers;
using Alex.API.Entities;
using Alex.API.Utils;
using Alex.API.World;
using Alex.Blocks.Minecraft;
using Alex.Blocks.State;
using Alex.Entities;
using Alex.Graphics.Models.Blocks;
using Alex.Utils;
... |
aa9dd9c5e9264364224dcd423ff584510325565e | Always change WindowManager flags on the UI thread. | Always change WindowManager flags on the UI thread.
| ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-fr... | osu.Framework.Android/AndroidGameActivity.cs | mit | 1,592,601,610 | // 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 Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using osu.Framework.Platform;
namespace osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using osu.Framework.Platform;
namespace osu.Framew... |
1e5f61aa1f5037e4d708ec0f3d097bf87eadfa3a | Updated TODO notes for replacing RepeaterView | Updated TODO notes for replacing RepeaterView
| HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp | src/MobileKidsIdApp/MobileKidsIdApp/Controls/RepeaterView.cs | apache-2.0 | 1,592,601,256 | using System.Collections.ObjectModel;
using Xamarin.Forms;
namespace MobileKidsIdApp
{
// TODO: Replace with Xamarin.Forms Bindable Layouts or just use a CollectionView!
public sealed class RepeaterView<T> : StackLayout
{
public RepeaterView()
{
this.Spacing = 0;
}
... | using System.Collections.ObjectModel;
using Xamarin.Forms;
namespace MobileKidsIdApp
{
// TODO: Replace with Xamarin.Forms Bindable Layouts
public sealed class RepeaterView<T> : StackLayout
{
public RepeaterView()
{
this.Spacing = 0;
}
public ObservableCollecti... |
19cd1d73057dc2984fea5e2d73d8b8611e631762 | Set minimum buffer size to 2 frames | Set minimum buffer size to 2 frames
| haesemeyer/ZebraTrack | ZebraTrack/ViewModels/MainViewModel.cs | mit | 1,592,601,061 | /*
Copyright 2016 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH... | /*
Copyright 2016 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH... |
92dd810745576a8db204336395e9dab3c9aad16f | Update Tracker90mmDish.cs | Update Tracker90mmDish.cs
Comment out assert that never is triggered
| haesemeyer/ZebraTrack | ZebraTrack/mhapi/Tracking/Tracker90mmDish.cs | mit | 1,592,600,913 | /*
Copyright 2016 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH... | /*
Copyright 2016 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH... |
0ee0aac64ca0c678038e66e9ffb5cf80e65ca20f | Instead of reporting every frame drop report summary at end | Instead of reporting every frame drop report summary at end
| haesemeyer/ZebraTrack | ZebraTrack/mhapi/CameraLink/CameraLinkCamera.cs | mit | 1,592,600,884 | /*
Copyright 2016 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH... | /*
Copyright 2016 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH... |
0c2d36972747e6d6cc020b7c1baf02a962ee26c0 | TLS 1.2 Support When Installing PackageManagement Module (#1315) | TLS 1.2 Support When Installing PackageManagement Module (#1315)
* the powershell command to install the update should include the command to use TLS1.2
* Update src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs
Co-authored-by: Tyler James Leonhardt <4b28cb43cb490e67974f58cf78... | PowerShell/PowerShellEditorServices,PowerShell/PowerShellEditorServices | src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs | mit | 1,592,600,847 | //
// 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.Management.Automation;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
usi... | //
// 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.Management.Automation;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
usi... |
6f8922423946901148c7a6ede6b9195ab4fea1f2 | Avoid using a culture-sensitive EndsWith in common code (#3583) | Avoid using a culture-sensitive EndsWith in common code (#3583)
This was causing a similar issue to #1555, due to TupleComparer and
ValueTupleComparer (in the NUnitEqualityComparer chain) calling into
TypeHelper.
(The impact for NodaTime is that tests on Linux in en-GB take 5-6
times as long as they should. We p... | nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit | src/NUnitFramework/framework/Internal/TypeHelper.cs | mit | 1,592,600,733 | // ***********************************************************************
// Copyright (c) 2008-2015 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without r... | // ***********************************************************************
// Copyright (c) 2008-2015 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without r... |
34a5d3eacb3c015e80263265c1cf751c073a87e0 | Manged to get exposure control working on HL2. | Manged to get exposure control working on HL2.
| jbienzms/Samples | HoloLens/EnviroLight/Unity/EnviroLight/Assets/MixedRealityToolkit.LightingTools/CameraCapture/Util/VideoDeviceControllerWrapperUWP.cs | mit | 1,592,599,990 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#if WINDOWS_UWP
using System;
using System.Linq;
using Unity.Collections;
using UnityEngine;
using System.Runtime.InteropServices;
using Windows.Media.Devices;
nam... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#if WINDOWS_UWP
using System;
using System.Linq;
using Unity.Collections;
using UnityEngine;
using System.Runtime.InteropServices;
using Windows.Media.Devices;
nam... |
e1ed525ba3b78c224b69bc3c59ae97be889a51ab | WPF Example - ExperimentalLifespanHandler remove targetUrl from constructor | WPF Example - ExperimentalLifespanHandler remove targetUrl from constructor
Avoid unnecessary memory allocation. The initialAddress passed into the constructor
wasn't used.
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp.Wpf.Example/Handlers/ExperimentalLifespanHandler.cs | bsd-3-clause | 1,592,598,995 | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System.Windows;
using System.Windows.Interop;
namespace CefSharp.Wpf.Example.Handlers
{
/// <summary>
/// LifeSpanHandler implementation ... | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System.Windows;
using System.Windows.Interop;
namespace CefSharp.Wpf.Example.Handlers
{
/// <summary>
/// LifeSpanHandler implementation ... |
40ac62e28cd5f8d698c7d08d1ff195f625064b40 | Additional padding char cleanup | Additional padding char cleanup
| HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp | src/MobileKidsIdApp/MobileKidsIdApp/Services/FamilyRepository.storage.cs | apache-2.0 | 1,592,598,684 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json;
using MobileKidsIdApp.Models;
namespace MobileKidsIdApp.Services
{
public partial class FamilyRepository
{
private readonly string FileName = "f.htbox";
private readonly char[] PaddingChars = new char[]
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json;
using MobileKidsIdApp.Models;
namespace MobileKidsIdApp.Services
{
public partial class FamilyRepository
{
private readonly string FileName = "f.htbox";
private readonly char[] PaddingChars = new char[]
... |
817fac59f02e2e56b30c03a5956b193fc6b0c15b | Added comments regarding contains expressions | Added comments regarding contains expressions
| NogginBops/VM12 | VM12/T12/Emitter.cs | mit | 1,592,594,811 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using VM12Util;
namespace T12
{
using ConstMap = Dictionary<StringRef, ASTConstDirective>;
using FunctionMap = Dictionary<StringRef, List<ASTFunction>>;
using GlobalMap = Dictio... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using VM12Util;
namespace T12
{
using ConstMap = Dictionary<StringRef, ASTConstDirective>;
using FunctionMap = Dictionary<StringRef, List<ASTFunction>>;
using GlobalMap = Dictio... |
470d5bfce3497c2c2a7048ee5db8a4a65249b153 | Invert if to reduce nesting | Invert if to reduce nesting
| UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu | osu.Game/Storyboards/Drawables/DrawableStoryboardSample.cs | mit | 1,592,590,514 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework... |
53861cdde81dec2aba2edfad6c92d89208a477ea | Privatise setter | Privatise setter
| NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu | osu.Game/Storyboards/Drawables/DrawableStoryboardSample.cs | mit | 1,592,590,423 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework... |
34476f6c2fa0d1e3ad922e46980fa9133302ee29 | Delegate to base in a more consistent manner | Delegate to base in a more consistent manner
| NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,ppy/osu | osu.Game.Tests/Gameplay/TestSceneStoryboardSamples.cs | mit | 1,592,590,337 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.Audio... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.Audio... |
1d5084c35554939390b33db0c8d8191e0382724a | Use {Initial,Final}Rate instead of SpeedChange | Use {Initial,Final}Rate instead of SpeedChange
| ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu | osu.Game.Tests/Gameplay/TestSceneStoryboardSamples.cs | mit | 1,592,590,272 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.Audio... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.Audio... |
0bc734030e1d3e5b1dba868cae3190fff0533c8c | Reduced tiff file max size to 500MB | Reduced tiff file max size to 500MB
| haesemeyer/ZebraTrack | ZebraTrack/mhapi/DrewsClasses/TiffWriter.cs | mit | 1,592,590,150 | /*
Copyright 2011 Drew Robson
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
A... | /*
Copyright 2011 Drew Robson
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
A... |
c1111e0391606ca75ed26a4985a9898f19f10223 | Working to fix threading exception | Working to fix threading exception
| MatterHackers/agg-sharp,larsbrubaker/agg-sharp | PolygonMesh/TransformedAabbCache.cs | bsd-2-clause | 1,592,589,880 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
0046cc08e913572866146cebdb512aed9f2ec725 | Add test cases for different mods and rates. Cleanup test scene. | Add test cases for different mods and rates.
Cleanup test scene.
| UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game.Tests/Gameplay/TestSceneStoryboardSamples.cs | mit | 1,592,588,436 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.Audio... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Audio;
using osu.Framework.Audio... |
281402206c8977485649343cb85530633351ac18 | Added simple serialize/deserialize methods to serializer | Added simple serialize/deserialize methods to serializer
| Thraka/SadConsole | SadConsole/Serializer.cs | mit | 1,592,588,256 | using System;
using System.Diagnostics;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace SadConsole
{
/// <summary>
/// Common serialization tasks for SadConsole.
/// </summary>
public static class Serializer
{
private static JsonSerializerSettings _... | using System;
using System.Diagnostics;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace SadConsole
{
/// <summary>
/// Common serialization tasks for SadConsole.
/// </summary>
public static class Serializer
{
private static JsonSerializerSettings _... |
cca5934565af745c1a3d864b66da80d0dcde7d74 | AnimatedSurface UseMouse/Keyboard defaults to false | AnimatedSurface UseMouse/Keyboard defaults to false
| Thraka/SadConsole | SadConsole/AnimatedScreenSurface.cs | mit | 1,592,588,188 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using SadRogue.Primitives;
namespace SadConsole
{
/// <summary>
/// Animates a collection of frames.
/// </summary>
[System.Diagnostics.DebuggerDisplay("Cons... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using SadRogue.Primitives;
namespace SadConsole
{
/// <summary>
/// Animates a list of frames.
/// </summary>
[System.Diagnostics.DebuggerDisplay("Console (A... |
a8699c2dc9f415d409a775d627aa154d38ed1580 | Async again | Async again
| thebradad1111/BradlBot,thebradad1111/BradlBot | BradlBot/Commands/OwnerCommands.cs | mit | 1,592,588,053 | using System;
using System.Threading.Tasks;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
namespace BradlBot.Commands
{
public class OwnerCommands
{
[RequireOwner]
[Command("shutdown")]
[Description("Turns the bot off")]
public async... | using System;
using System.Threading.Tasks;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
namespace BradlBot.Commands
{
public class OwnerCommands
{
[RequireOwner]
[Command("shutdown")]
[Description("Turns the bot off")]
public async... |
6f35ed94ac199da7e124eaa398bdd7f576c58288 | Don't break the paths | Don't break the paths
| mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp | binding/Binding.Shared/LibraryLoader.cs | mit | 1,592,586,659 | using System;
using System.IO;
using System.Runtime.InteropServices;
#if HARFBUZZ
namespace HarfBuzzSharp
#else
namespace SkiaSharp
#endif
{
#if USE_DELEGATES || USE_LIBRARY_LOADER
internal static class LibraryLoader
{
static LibraryLoader ()
{
if (PlatformConfiguration.IsWindows)
Extension = ".dll";
... | using System;
using System.IO;
using System.Runtime.InteropServices;
#if HARFBUZZ
namespace HarfBuzzSharp
#else
namespace SkiaSharp
#endif
{
#if USE_DELEGATES || USE_LIBRARY_LOADER
internal static class LibraryLoader
{
static LibraryLoader ()
{
if (PlatformConfiguration.IsWindows)
Extension = ".dll";
... |
85f0c7897e2bb3c23a6354631d5c8b316b84743d | Fix logging of bots | Fix logging of bots
| thebradad1111/BradlBot,thebradad1111/BradlBot | BradlBot/Program.cs | mit | 1,592,586,261 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.InteropServices.ComTypes;
using System.Runtime.Loader;
using System.Text;
using System.Threading.Tasks;
using AddonsBackend;
using BradlBot.Commands;
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.InteropServices.ComTypes;
using System.Runtime.Loader;
using System.Text;
using System.Threading.Tasks;
using AddonsBackend;
using BradlBot.Commands;
... |
bf89ec645be2d81e1fab8d8875e50637a70d8da1 | Improves JSON parsing of IEnumerable<T> | Improves JSON parsing of IEnumerable<T>
| Vanaheimr/Styx | Styx/Illias/ExtensionMethods/JSONExtentions.cs | apache-2.0 | 1,592,585,265 | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
74aa25ce1bd90528c196a581c863263d2cabe3b0 | https://pt.stackoverflow.com/q/243891/101 | https://pt.stackoverflow.com/q/243891/101 | maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt | CSharp/IO/GetParent.cs | mit | 1,592,582,683 | using static System.Console;
using System.IO;
public class Program {
public static void Main() => WriteLine(Directory.GetParent("/Pasta1/Pasta2"));
}
//https://pt.stackoverflow.com/q/243891/101
| using static System.Console;
using System.IO;
public class Program {
public static void Main() {
WriteLine(Directory.GetParent("/Pasta1/Pasta2"));
}
}
//https://pt.stackoverflow.com/q/243891/101
|
03322ab8b4b36d553d27c9697e36b62f28042216 | Add VerifyLog extension methods | Add VerifyLog extension methods
| RockFramework/Rock.Logging | RockLib.Logging.Moq/MockLoggerExtensions.cs | mit | 1,592,582,424 | using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text.RegularExpressions;
using Moq;
namespace RockLib.Logging.Moq
{
public static class MockLoggerExtensions
{
public static Mock<ILogger> Setup(this Mock<ILogger> mockLogger, string name, LogLevel level)
... | using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text.RegularExpressions;
using Moq;
namespace RockLib.Logging.Moq
{
public static class MockLoggerExtensions
{
public static Mock<ILogger> Setup(this Mock<ILogger> mockLogger, string name, LogLevel level)
... |
2e33d8deea5438caa0e0f5202c54c1f360f5a0f6 | Fix missing instantiation of ICaseInstanceRestService | Fix missing instantiation of ICaseInstanceRestService
| jlucansky/Camunda.Api.Client | Camunda.Api.Client/CamundaClient.cs | mit | 1,592,582,382 | using System;
using System.Net.Http;
using System.Reflection;
using System.Globalization;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Refit;
using Camunda.Api.Client.CaseDefinition;
using Camunda.Api.Client.CaseExecution;
using Camunda.Api.Client.CaseInstance;
using Camunda.Api.Client.DecisionDe... | using System;
using System.Net.Http;
using System.Reflection;
using System.Globalization;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Refit;
using Camunda.Api.Client.CaseDefinition;
using Camunda.Api.Client.CaseExecution;
using Camunda.Api.Client.CaseInstance;
using Camunda.Api.Client.DecisionDe... |
4346aeed5bcb7c9faa7fa9bad5e47d2adb06a626 | OnItemSubmitted is never getting called and I don't know why :( | OnItemSubmitted is never getting called and I don't know why :(
| nihilocrat/SteamWorkshopUploader | Assets/Scripts/SteamWorkshopUploader.cs | bsd-3-clause | 1,592,582,281 | using UnityEngine;
using UnityEngine.UI;
using System.Collections.Generic;
using System.IO;
using Steamworks;
using TinyJSON;
public class SteamWorkshopUploader : MonoBehaviour
{
public const int version = 7;
public Text versionText;
public Text statusText;
public Slider progressBar;
public Re... | using UnityEngine;
using UnityEngine.UI;
using System.Collections.Generic;
using System.IO;
using Steamworks;
using TinyJSON;
public class SteamWorkshopUploader : MonoBehaviour
{
public const int version = 7;
public Text versionText;
public Text statusText;
public Slider progressBar;
public Re... |
9699810d3f657e1a57d416511d97a36404c0f278 | implement SubmitItemUpdateResult_t and CreateItemResult_t fully | implement SubmitItemUpdateResult_t and CreateItemResult_t fully
| nihilocrat/SteamWorkshopUploader | Assets/Scripts/SteamWorkshopUploader.cs | bsd-3-clause | 1,592,581,178 | using UnityEngine;
using UnityEngine.UI;
using System.Collections.Generic;
using System.IO;
using Steamworks;
using TinyJSON;
public class SteamWorkshopUploader : MonoBehaviour
{
public const int version = 7;
public Text versionText;
public Text statusText;
public Slider progressBar;
public Re... | using UnityEngine;
using UnityEngine.UI;
using System.Collections.Generic;
using System.IO;
using Steamworks;
using TinyJSON;
public class SteamWorkshopUploader : MonoBehaviour
{
public const int version = 7;
public Text versionText;
public Text statusText;
public Slider progressBar;
public Re... |
c59c9627be37d0ef3e05f891dd87b0fd9a5f6d5d | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,592,580,924 | 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
... |
12d6bd16d71004d7e638f0806514aa6b04683b7b | (GH-3861, GH-3684, GH-3500) Codacy/PR Quality Review | (GH-3861, GH-3684, GH-3500) Codacy/PR Quality Review
| ye4241/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro,MahApps/MahApps.Metro | src/MahApps.Metro/Controls/Dialogs/DialogManager.cs | mit | 1,592,580,355 | using System;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Threading;
using ControlzEx.Theming;
namespace MahApps.Metro.Controls.Dialogs
{
using JetBrains.Annotations;
public static class DialogManager
{
/// <summary>
... | using System;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Threading;
using ControlzEx.Theming;
namespace MahApps.Metro.Controls.Dialogs
{
using JetBrains.Annotations;
public static class DialogManager
{
/// <summary>
... |
3b2392c4165e1a84c4cff00078b5222cf4fc739b | Add RequiredAttribute when use="required" (fixes #212) | Add RequiredAttribute when use="required" (fixes #212)
| mganss/XmlSchemaClassGenerator | XmlSchemaClassGenerator/TypeModel.cs | apache-2.0 | 1,592,579,742 | using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Diagnostics;
using System.Globalization;
using System... | using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Diagnostics;
using System.Globalization;
using System... |
cca3fc241d078839704257a6c4cd1e4becd03aac | Add InstructionalButtons.MaxWidth property | Add InstructionalButtons.MaxWidth property
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/InstructionalButtons.cs | mit | 1,592,579,096 | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
using RAGENativeUI.Internals;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public ... | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
using RAGENativeUI.Internals;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.