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
ce4ef036360c28c27fb82e5a42865726e003f8fc
Update ShortcutLinkOperation.cs
Update ShortcutLinkOperation.cs
ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET
ElectronNET.API/Entities/ShortcutLinkOperation.cs
mit
1,590,534,268
using System.ComponentModel; namespace ElectronNET.API.Entities { /// <summary> /// Defines the ShortcutLinkOperation enumeration. /// </summary> public enum ShortcutLinkOperation { /// <summary> /// Creates a new shortcut, overwriting if necessary. /// </summary> [...
using System.ComponentModel; namespace ElectronNET.API.Entities { /// <summary> /// Defines the ThemeSourceMode enumeration. /// </summary> public enum ShortcutLinkOperation { /// <summary> /// Creates a new shortcut, overwriting if necessary. /// </summary> [Descri...
33a8f36f553b495bbc5b694a5e5fceb24224c376
Small clean-up
Small clean-up
Xeeynamo/KingdomHearts
OpenKh.Game/Models/Mesh.cs
mit
1,590,534,061
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Kh2; using System; namespace OpenKh.Game.Models { public class KingdomTexture : IDisposable { public KingdomTexture(ModelTexture.Texture texture, GraphicsDevice graphics) { ModelTexture = texture; ...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Kh2; using System; using System.Drawing; namespace OpenKh.Game.Models { public class KingdomTexture : IDisposable { public KingdomTexture(ModelTexture.Texture texture, GraphicsDevice graphics) { Mod...
cb252ddb9ecd9abb861cc432e400b2f07806c73e
Update AssemblyInfo.cs
Update AssemblyInfo.cs
BlarghLabs/MoarUtils
Properties/AssemblyInfo.cs
mit
1,590,533,380
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("Mo...
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("Mo...
57024d3fda8153747ef0eab33752e82cb1ac0b2c
Dispose StringWriter
Dispose StringWriter
manesiotise/serilog-sinks-splunk,manesiotise/serilog-sinks-splunk,serilog/serilog-sinks-splunk,serilog/serilog-sinks-splunk,serilog/serilog-sinks-splunk,manesiotise/serilog-sinks-splunk
src/Serilog.Sinks.Splunk/Sinks/Splunk/SplunkJsonFormatter.cs
apache-2.0
1,590,532,603
// Copyright 2016 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
// Copyright 2016 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
982ac721f23925f890e8a0106fb4b9cc95fad658
adding duplicate export check for issue #237
adding duplicate export check for issue #237
ipjohnson/Grace
src/Grace/DependencyInjection/Impl/CompiledStrategies/ConfigurableActivationStrategy.cs
mit
1,590,532,390
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Threading; using Grace.Data; using Grace.Data.Immutable; using Grace.DependencyInjection.Conditions; using Grace.DependencyInjection.Impl.Expressions; using Grace.DependencyInjection.Lifes...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Threading; using Grace.Data; using Grace.Data.Immutable; using Grace.DependencyInjection.Conditions; using Grace.DependencyInjection.Impl.Expressions; using Grace.DependencyInjection.Lifes...
3f2367cb1f1f8b2a857ee0e2fae5eda429817a0c
FIx broken build on 'master'
FIx broken build on 'master'
Xeeynamo/KingdomHearts
OpenKh.Game/Infrastructure/ArchiveManager.cs
mit
1,590,532,096
using OpenKh.Kh2; using System; using System.Collections.Generic; using System.IO; namespace OpenKh.Game.Infrastructure { public class ArchiveManager { private class Entry { public Stream Stream { get; set; } public object Object { get; set; } } private...
using OpenKh.Kh2; using System; using System.Collections.Generic; using System.IO; namespace OpenKh.Game.Infrastructure { public class ArchiveManager { private class Entry { public Stream Stream { get; set; } public object Object { get; set; } } private...
6ea008d306ac78e92f9cb20946a03fc009dbe694
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,590,530,460
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 ...
fa5ff4c34314e1b6a3807c870ca8160c432c972c
Better pattern for check if insitrics is supported and its fallback.
Better pattern for check if insitrics is supported and its fallback.
Bobris/BTDB,klesta490/BTDB,karasek/BTDB
SimpleTester/BenchTest.cs
mit
1,590,529,501
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Jobs; namespace SimpleTester { [DisassemblyDiagnoser(printSource: true, maxDepth: 2)] [SimpleJob(RuntimeMoniker.NetCoreApp31, warmupCount: 1, targetCount: 1, launch...
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Jobs; namespace SimpleTester { [DisassemblyDiagnoser(printSource: true, maxDepth: 2)] [SimpleJob(RuntimeMoniker.NetCoreApp31, warmupCount: 1, targetCount: 1, launch...
6e863b044966eb1238fa5c661853ef9cfd33cb8a
Break possible infinite loop at another place.
Break possible infinite loop at another place.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Serialization/GremlinQuerySerializer.cs
mit
1,590,528,988
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public static class GremlinQuerySerializer {...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public static class GremlinQuerySerializer {...
f72ededd4be0e7c09125e07da2a6627d8b0caeb0
Fix random crash on iOS
Fix random crash on iOS
mike-rowley/XamarinMediaManager,martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,martijn00/XamarinMediaManager
MediaManager/Platforms/Apple/AppleMediaManagerBase.cs
mit
1,590,528,786
using System; using System.Collections.Generic; using System.Threading.Tasks; using AVFoundation; using MediaManager.Library; using MediaManager.Media; using MediaManager.Notifications; using MediaManager.Platforms.Apple.Media; using MediaManager.Platforms.Apple.Notifications; using MediaManager.Platforms.Apple.Player...
using System; using System.Collections.Generic; using System.Threading.Tasks; using AVFoundation; using MediaManager.Library; using MediaManager.Media; using MediaManager.Notifications; using MediaManager.Platforms.Apple.Media; using MediaManager.Platforms.Apple.Notifications; using MediaManager.Platforms.Apple.Player...
52c10f22237ba4d758b1d5df91248a905e42c6d1
When declaring custom process group, use it exclusively
When declaring custom process group, use it exclusively
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/ASF.cs
apache-2.0
1,590,528,774
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
7c867e3bd7a96f32ed9191b1706b4d86b9b09176
BUGFIX: refimporter should set module of genericparameter sig.
BUGFIX: refimporter should set module of genericparameter sig.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/ReferenceImporter.cs
mit
1,590,528,387
using System; using System.Linq; using System.Reflection; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; namespace AsmResolver.DotNet { /// <summary> /// Provides a mechanism for creating references to members defined in external .NET modules. /// </summary> public clas...
using System; using System.Linq; using System.Reflection; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; namespace AsmResolver.DotNet { /// <summary> /// Provides a mechanism for creating references to members defined in external .NET modules. /// </summary> public clas...
96c26282f10c7ff36ac3cf3d207cddeb3b56fdbc
better logging of bad requests
better logging of bad requests
StatsHelix/StatsHelix.Charizard
StatsHelix.Charizard/HttpServer.cs
mit
1,590,526,499
using ActuallyWorkingWebSockets; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Syste...
using ActuallyWorkingWebSockets; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Syste...
6230478e6e03684c3e06f3ed93f490f361fac17e
Add support for floppy version
Add support for floppy version
tigrouind/LifeDISA,tigrouind/LifeDISA
VarsViewer/VarsViewer/Worker.cs
mit
1,590,525,002
using System; using System.IO; using System.Linq; using System.Text; using System.Threading; using Shared; namespace VarsViewer { public class Worker { ProcessMemoryReader processReader; Thread thread; readonly Action refreshCallback; bool running; long memoryAddress; long varsMemoryAddress = -1; lon...
using System; using System.IO; using System.Linq; using System.Threading; using Shared; namespace VarsViewer { public class Worker { ProcessMemoryReader processReader; Thread thread; readonly Action refreshCallback; bool running; long memoryAddress; long varsMemoryAddress = -1; long cvarsMemoryAddres...
f7d8d83c42a01492b9ed5931d04413abb8905a52
Fix an off-by-one error when calculating field references (#673)
Fix an off-by-one error when calculating field references (#673)
cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime/src/Common/ClrReference.cs
mit
1,590,524,100
// 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; namespace Microsoft.Diagnostics.Runtime { public readonly struct ClrReference { cons...
// 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; namespace Microsoft.Diagnostics.Runtime { public readonly struct ClrReference { cons...
33be0e259a0be31cd966d428719c779cb690268f
Names are hard
Names are hard
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
Android/ExposureNotification/source/PlayServicesNearby/Additions/ExposureNotificationClient.cs
mit
1,590,523,728
using Android.Runtime; using System; using System.Collections.Generic; using System.Threading.Tasks; using AndroidTask = Android.Gms.Tasks.Task; namespace Android.Gms.Nearby.ExposureNotification { public partial interface IExposureNotificationClient { public Task StartAsync() => NativeStart().CastTask(); pu...
using Android.Runtime; using System; using System.Collections.Generic; using System.Threading.Tasks; using AndroidTask = Android.Gms.Tasks.Task; namespace Android.Gms.Nearby.ExposureNotification { public partial interface IExposureNotificationClient { public Task StartAsync() => NativeStart().CastTask(); pu...
e4f24f02873a2e825a7ca1db301dc73b1d488a58
Enable better logging in RunProcessAndGetOutput
Enable better logging in RunProcessAndGetOutput
AndyGerlicher/msbuild,mono/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,mono/msbuild,mono/msbuild,cdmihai/msbuil...
src/UnitTests.Shared/RunnerUtilities.cs
mit
1,590,523,698
using Microsoft.Build.Shared; using Microsoft.Build.Utilities; using System; using System.Diagnostics; using Xunit.Abstractions; namespace Microsoft.Build.UnitTests.Shared { public static class RunnerUtilities { public static string PathToCurrentlyRunningMsBuildExe => BuildEnvironmentHelper.Instance.C...
using Microsoft.Build.Shared; using Microsoft.Build.Utilities; using System; using System.Diagnostics; using Xunit.Abstractions; namespace Microsoft.Build.UnitTests.Shared { public static class RunnerUtilities { public static string PathToCurrentlyRunningMsBuildExe => BuildEnvironmentHelper.Instance.C...
022e7352fd6096a6cb92d1c3d22877915563fe42
Fix early return
Fix early return Fixes #81
wwwwwwzx/3DSRNGTool
3DSRNGTool/Gen7/Egg7.cs
mit
1,590,523,512
using System.Linq; using Pk3DSRNGTool.Core; namespace Pk3DSRNGTool { public class Egg7 : EggRNG { private static uint getrand => RNGPool.getrand; private static void Advance(int n) => RNGPool.Advance(n); public bool Homogeneous; public bool FemaleIsDitto; public overr...
using System.Linq; using Pk3DSRNGTool.Core; namespace Pk3DSRNGTool { public class Egg7 : EggRNG { private static uint getrand => RNGPool.getrand; private static void Advance(int n) => RNGPool.Advance(n); public bool Homogeneous; public bool FemaleIsDitto; public overr...
9d2f4a351195b3e264968583e0887cb19486027f
🤦‍♂️bad copy 🍝
🤦‍♂️bad copy 🍝
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
Android/ExposureNotification/source/PlayServicesNearby/Additions/ExposureNotificationClient.cs
mit
1,590,523,311
using Android.Runtime; using System; using System.Collections.Generic; using System.Threading.Tasks; using AndroidTask = Android.Gms.Tasks.Task; namespace Android.Gms.Nearby.ExposureNotification { public partial interface IExposureNotificationClient { public Task StartAsync() => NativeStart().CastTask(); pu...
using Android.Runtime; using System; using System.Collections.Generic; using System.Threading.Tasks; using AndroidTask = Android.Gms.Tasks.Task; namespace Android.Gms.Nearby.ExposureNotification { public partial interface IExposureNotificationClient { public Task StartAsync() => NativeStart().CastTask(); pu...
7ccd60f7b980dfc4383bc7cfad4f9fe18616f7e5
test(Visual Recognition v4): Rename collectionId in tests to avoid collision
test(Visual Recognition v4): Rename collectionId in tests to avoid collision
watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk
test/VisualRecognition.v4.IntegrationTests/VisualRecognitionServiceIntegrationTests.cs
apache-2.0
1,590,522,662
/** * (C) Copyright IBM Corp. 2017, 2020. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
/** * (C) Copyright IBM Corp. 2017, 2020. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
e0ca42252481b17ae7a7f35b36beefb850ca71fb
Fix for invalid character replacement in a path.
Fix for invalid character replacement in a path.
avao/Qart,tudway/Qart
Src/src/Qart.Testing/TestCase.cs
apache-2.0
1,590,521,842
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Qart.Core.DataStore; using Qart.Core.Io; using Qart.Core.Validation; using Qart.Core.Xml; using Qart.Testing.Diff; using Qart.Testing.Framework.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml; namespace...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Qart.Core.DataStore; using Qart.Core.Io; using Qart.Core.Validation; using Qart.Core.Xml; using Qart.Testing.Diff; using Qart.Testing.Framework.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml; namespace...
e5c12dc7b9605657baa3087ffd0f25532f2c6172
Use List<T> instead of IList<T> for struct enumeration in unsorted metadata table buffers.
Use List<T> instead of IList<T> for struct enumeration in unsorted metadata table buffers.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Metadata/Tables/UnsortedMetadataTableBuffer.cs
mit
1,590,521,782
using System; using System.Collections.Generic; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder.Metadata.Tables { /// <summary> /// Represents a metadata stream buffer that adds every new row at the end of the table, without a...
using System; using System.Collections.Generic; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder.Metadata.Tables { /// <summary> /// Represents a metadata stream buffer that adds every new row at the end of the table, without a...
c9d8a6756b68ebc278f7ef4f7a6d55d51605b612
Fixed a bug in loading the sections.
Fixed a bug in loading the sections. Instead of loading the sections, local sections, and featured sections, the sections were loaded three times.
lecode-official/ninegag-dotnet
source/NineGag/NineGagClient.cs
mit
1,590,521,594
#region Using Directives using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.Http; using System.Reflection; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; #endregion ...
#region Using Directives using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.Http; using System.Reflection; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; #endregion ...
47d25a55172f9479c4e23607a30369e7fb793e89
Fix synchronous error in flushasync
Fix synchronous error in flushasync
json-api-dotnet/JsonApiDotNetCore,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core
src/JsonApiDotNetCore/Middleware/JsonApiMiddleware.cs
mit
1,590,521,587
using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Extensions; using JsonApiDotNetCore.Internal; using JsonApiDotNetCore.Internal.Contracts;...
using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Extensions; using JsonApiDotNetCore.Internal; using JsonApiDotNetCore.Internal.Contracts;...
3e3fb7ea2d6f12b4e725d83c18c313107ed28f5c
Fix a bug where 3D models could overlap on 2D graphics
Fix a bug where 3D models could overlap on 2D graphics
Xeeynamo/KingdomHearts
OpenKh.Game/MonoDrawing.cs
mit
1,590,521,540
using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using System.Drawing; using Xe.Drawing; namespace OpenKh.Game { using xnaf = Microsoft.Xna.Framework; public class MonoDrawing : IDrawing { private class CSurface : ISurface { public CSurface(Textur...
using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using System.Drawing; using Xe.Drawing; namespace OpenKh.Game { using xnaf = Microsoft.Xna.Framework; public class MonoDrawing : IDrawing { private class CSurface : ISurface { public CSurface(Textur...
13c05f8a584187c29f340f198dd9736287411307
Fix a bug where the title screen background was drawn twice
Fix a bug where the title screen background was drawn twice
Xeeynamo/KingdomHearts
OpenKh.Game/MonoDrawing.cs
mit
1,590,521,402
using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using System.Drawing; using Xe.Drawing; namespace OpenKh.Game { using xnaf = Microsoft.Xna.Framework; public class MonoDrawing : IDrawing { private class CSurface : ISurface { public CSurface(Textur...
using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using System.Drawing; using Xe.Drawing; namespace OpenKh.Game { using xnaf = Microsoft.Xna.Framework; public class MonoDrawing : IDrawing { private class CSurface : ISurface { public CSurface(Textur...
5f43a15ef17760d7e9fc1a08fd658c3fa3904134
Logs the message which has failed to be processed
Logs the message which has failed to be processed
Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ
src/Elders.Cronus.Transport.RabbitMQ/ContinuousConsumer.cs
apache-2.0
1,590,520,401
using System; using System.Text.Json; using Elders.Cronus.MessageProcessing; using Elders.Multithreading.Scheduler; using Microsoft.Extensions.Logging; namespace Elders.Cronus.Transport.RabbitMQ { public abstract class ContinuousConsumer<T> : IWork { static readonly ILogger logger = CronusLogger.Creat...
using System; using Elders.Cronus.MessageProcessing; using Elders.Multithreading.Scheduler; using Microsoft.Extensions.Logging; namespace Elders.Cronus.Transport.RabbitMQ { public abstract class ContinuousConsumer<T> : IWork { static readonly ILogger logger = CronusLogger.CreateLogger(typeof(Continuou...
eb5232f8f99f26d0a556cbc1fd0b8274e1ee5042
Removes .ToString() from AggregateRootId
Removes .ToString() from AggregateRootId
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/AggregateRootId.cs
apache-2.0
1,590,519,538
using System; namespace Elders.Cronus { public class AggregateRootId : AggregateUrn, IAggregateRootId { /// <summary> /// Prevents a default instance of the <see cref="AggregateRootId"/> class from being created. /// </summary> /// <remarks>Used only for serizalization.</remarks...
using System; namespace Elders.Cronus { public class AggregateRootId : AggregateUrn, IAggregateRootId { /// <summary> /// Prevents a default instance of the <see cref="AggregateRootId"/> class from being created. /// </summary> /// <remarks>Used only for serizalization.</remarks...
7acdc9cdf2800798990d0b675ada8e858caef227
Fixed possible NRE
Fixed possible NRE
allista/ConfigurableContainers,allista/ConfigurableContainers
ModuleTankManager.cs
mit
1,590,518,945
// ModuleTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using UnityEngine; namespace AT_Utils { public class ModuleTankManager : AbstractResourceTank, ITankManager { #region Tanks private SwitchableTankManager tank_manager; ...
// ModuleTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using UnityEngine; namespace AT_Utils { public class ModuleTankManager : AbstractResourceTank, ITankManager { #region Tanks private SwitchableTankManager tank_manager; ...
a68c5f593e88fca71c7a112726d7aac49432bfa6
Added ifGreater optional argument to SetUnpackDistance
Added ifGreater optional argument to SetUnpackDistance Also improved its performance by pre-calculating the distances.
allista/AT_Utils
Extensions/VesselExtensions.cs
mit
1,590,518,688
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEngine; namespace AT_Utils { public static class VesselExtensions { public static void Log(this Vessel v, string msg) => Utils.Log($"{v.GetID()}: {msg}"); public static void Debug(this Vessel ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEngine; namespace AT_Utils { public static class VesselExtensions { public static void Log(this Vessel v, string msg) => Utils.Log($"{v.GetID()}: {msg}"); public static void Debug(this Vessel ...
7e0247eeb67a562bcaba4150db060df8379e0ab0
Subclass InputRequest
Subclass InputRequest As we see in 7d1645605a282ba80d73d05b1953fce7993de084 during the input registration phase the clients must send not only the blinded outputs to the coordinator but also index of the `nonce` used as blinding factor. In this way the coordinator can derive both the public nonce (previously sent to t...
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Common/Models/InputsRequest.cs
mit
1,590,518,683
using NBitcoin; using Newtonsoft.Json; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Net.Http; using System.Text; using WalletWasabi.JsonConverters; namespace WalletWasabi.CoinJoin.Common.Models { public abstract class InputsRequestBase { [Required] public long Roun...
using NBitcoin; using Newtonsoft.Json; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Net.Http; using System.Text; using WalletWasabi.JsonConverters; namespace WalletWasabi.CoinJoin.Common.Models { public class InputsRequest { [Required] public long RoundId { get; set...
f86e728693233b51bc533d3893742ff53b3fe54d
Create CoinJoinClient based on protocol version
Create CoinJoinClient based on protocol version The `Wallet` creates the appropiated `CoinJoinClient` (`CoinJoinClient` or `CoinJoinClient4`) based on the protocol version specified by the `WasabiClient.CurrentBackendMajorVersion` property.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Wallets/Wallet.cs
mit
1,590,518,683
using Microsoft.Extensions.Hosting; using NBitcoin; using NBitcoin.DataEncoders; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.H...
using Microsoft.Extensions.Hosting; using NBitcoin; using NBitcoin.DataEncoders; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.H...
fe658571bbf9a0ef767a8a5d64de62a277a00c5a
Add model classes for prepare-release JSON output
Add model classes for prepare-release JSON output
AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning
src/NerdBank.GitVersioning/ReleaseManager.cs
mit
1,590,517,558
namespace Nerdbank.GitVersioning { using System; using System.Collections.Generic; using System.IO; using LibGit2Sharp; using Validation; using Version = System.Version; /// <summary> /// Methods for creating releases /// </summary> public class ReleaseManager { ///...
namespace Nerdbank.GitVersioning { using System; using System.Collections.Generic; using System.IO; using LibGit2Sharp; using Validation; using Version = System.Version; /// <summary> /// Methods for creating releases /// </summary> public class ReleaseManager { ///...
91b1b887008d96087105eb0573980ef6f21cb2e8
Fix crash on ReMIX when loading a map
Fix crash on ReMIX when loading a map
Xeeynamo/KingdomHearts
OpenKh.Game/States/MapState.cs
mit
1,590,517,454
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Parsers; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.Models; using OpenKh.Kh2; using System.Collections.Generic; using System.Linq; namespace OpenKh.Game.States { public class MapState : ...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Parsers; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.Models; using OpenKh.Kh2; using System.Collections.Generic; using System.Linq; namespace OpenKh.Game.States { public class MapState : ...
d0d175312792978e689239588127cce429637c5a
single media player with reset to prevent multi-play issues
single media player with reset to prevent multi-play issues
Slazanger/SMT,Slazanger/SMT
MainWindow.xaml.cs
mit
1,590,517,093
using Microsoft.Win32; using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows....
using Microsoft.Win32; using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows....
ca2ab48fdbc37ad23a3a904057563ee09e4b5444
Improve performance when getting a KH2 message
Improve performance when getting a KH2 message
Xeeynamo/KingdomHearts
OpenKh.Engine/Kh2MessageProvider.cs
mit
1,590,515,530
using OpenKh.Kh2; using OpenKh.Kh2.Messages; using System.Collections.Generic; using System.Linq; namespace OpenKh.Engine { public class Kh2MessageProvider : IMessageProvider { private Dictionary<int, byte[]> _messages = new Dictionary<int, byte[]>(); public IMessageEncoder Encoder { get; set...
using OpenKh.Kh2; using OpenKh.Kh2.Messages; using System.Collections.Generic; using System.Linq; namespace OpenKh.Engine { public class Kh2MessageProvider : IMessageProvider { private List<Msg.Entry> _messages; public IMessageEncoder Encoder { get; set; } = Encoders.InternationalSystem; ...
064a888c08fb3f852f0770cf17c768f156cc99bb
Bring docs into the source for TeakNotification.Reply.ReplyStatus enum.
Bring docs into the source for TeakNotification.Reply.ReplyStatus enum.
GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity
Assets/Teak/TeakNotification.cs
apache-2.0
1,590,514,970
#region References /// @cond hide_from_doxygen using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using MiniJSON.Teak; #if UNITY_EDITOR using System.IO; using System.Net; using System.Text; #endif /// @endcond #endregion /// <summary> /...
#region References /// @cond hide_from_doxygen using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using MiniJSON.Teak; #if UNITY_EDITOR using System.IO; using System.Net; using System.Text; #endif /// @endcond #endregion /// <summary> /...
c12df742211b621365774391986a55c466766e45
RF inverted if
RF inverted if
allista/ConfigurableContainers,allista/ConfigurableContainers
ModuleSwitchableTank.cs
mit
1,590,513,963
// ModuleSwitchableTank.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { /// <summary> /// This is a different approach than in ModularFuelTanks, more suitable for "c...
// ModuleSwitchableTank.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { /// <summary> /// This is a different approach than in ModularFuelTanks, more suitable for "c...
631476ef982fa0118f1bfdf56957c757fdeba85d
RF using null-propagation
RF using null-propagation
allista/ConfigurableContainers,allista/ConfigurableContainers
ModuleSwitchableTank.cs
mit
1,590,513,916
// ModuleSwitchableTank.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { /// <summary> /// This is a different approach than in ModularFuelTanks, more suitable for "c...
// ModuleSwitchableTank.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { /// <summary> /// This is a different approach than in ModularFuelTanks, more suitable for "c...
b4966bd5bd63b8e8b21a3f691eaf32560aecfd61
Update SinkOptions.cs
Update SinkOptions.cs Correct Spelling error within File from tabke to table on property AutoCreateSqlTable.
serilog/serilog-sinks-mssqlserver,serilog/serilog-sinks-mssqlserver
src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/Options/SinkOptions.cs
apache-2.0
1,590,513,643
using System; namespace Serilog.Sinks.MSSqlServer.Sinks.MSSqlServer.Options { /// <summary> /// Stores configuration options for the sink /// </summary> public class SinkOptions { /// <summary> /// Intiailizes a new SinkOptions instance with default values /// </summary> ...
using System; namespace Serilog.Sinks.MSSqlServer.Sinks.MSSqlServer.Options { /// <summary> /// Stores configuration options for the sink /// </summary> public class SinkOptions { /// <summary> /// Intiailizes a new SinkOptions instance with default values /// </summary> ...
c36bb886fdf678f298a901d472fb3b8bbcfc8d2e
NamedDockingNode updates all Events/Actions/Fields
NamedDockingNode updates all Events/Actions/Fields Also overrides * GetModuleDisplayName * GetStagingDisableText * GetStagingEnableText
allista/AT_Utils
Modules/NamedDockingNode.cs
mit
1,590,513,479
// NamedDockingNode.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections.Generic; namespace AT_Utils { public class NamedDockingNode : ModuleDockingNode { [KSPField(isPersistant = true)] public string PortName = ""; priva...
// NamedDockingNode.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections.Generic; namespace AT_Utils { public class NamedDockingNode : ModuleDockingNode { [KSPField(isPersistant = true)] public string PortName = ""; ...
030575d73129ebc0bf726f1a9b40ec3a0414f101
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,590,513,459
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 ...
49b02a296f500ff0f6ed4b8981904a66f48aa58f
task #104: Unit type must not throw on comparison
task #104: Unit type must not throw on comparison
StockSharp/StockSharp
Messages/Unit.cs
apache-2.0
1,590,513,157
#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...
a0bae312f11d1a68166f8d17929a410a0418a134
Added Vessel.Log-Error logging extensions
Added Vessel.Log-Error logging extensions Like that for PartModule
allista/AT_Utils
Extensions/VesselExtensions.cs
mit
1,590,512,654
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEngine; namespace AT_Utils { public static class VesselExtensions { public static void Log(this Vessel v, string msg) => Utils.Log($"{v.GetID()}: {msg}"); public static void Debug(this Vessel ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEngine; namespace AT_Utils { public static class VesselExtensions { public static void Log(this Vessel v, string msg, params object[] args) => Utils.Log($"{v.GetID()}: {msg}", args); ...
9f0e34316caa9053bf5a6f3fc3853e4a3df61838
Added IConfigNode.ToConfigString extension for debugging
Added IConfigNode.ToConfigString extension for debugging
allista/AT_Utils
Extensions/MiscExtensions.cs
mit
1,590,512,615
using UnityEngine; namespace AT_Utils { public static class MiscExtensions { public static Color Normalized(this Color c) { var max = c.r > c.g ? (c.r > c.b ? c.r : c.b) : (c.g > c.b ? c.g : c.b); return max.Equals(0) ? c : new Color(c.r / max, c.g / max, c.b / max); ...
using UnityEngine; namespace AT_Utils { public static class MiscExtensions { public static Color Normalized(this Color c) { var max = c.r > c.g ? (c.r > c.b ? c.r : c.b) : (c.g > c.b ? c.g : c.b); return max.Equals(0) ? c : new Color(c.r / max, c.g / max, c.b / max); ...
acaec5d9ab454cc3252c37d2c266fb0fee517d65
Fix localization issue for Probabilistic Sampler description (#700)
Fix localization issue for Probabilistic Sampler description (#700)
open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet
src/OpenTelemetry/Trace/Samplers/ProbabilitySampler.cs
apache-2.0
1,590,511,907
// <copyright file="ProbabilitySampler.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry 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.ap...
// <copyright file="ProbabilitySampler.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry 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.ap...
0e3100c22e4ff2be6d4ee51f1715a306125b0d2d
Add null check
Add null check
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Global.cs
mit
1,590,511,895
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using Microsoft.Extensions.Caching.Memory; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; usin...
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using Microsoft.Extensions.Caching.Memory; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; usin...
dc2ddb004572ac9b6c7b85a64ebbb8af357f84ef
Adds an extension for extracting an Entity state.
Adds an extension for extracting an Entity state.
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Entity.cs
apache-2.0
1,590,511,552
namespace Elders.Cronus { public abstract class Entity<TAggregateRoot, TEntityState> : IEntity where TAggregateRoot : IAggregateRoot where TEntityState : IEntityState, new() { private readonly TAggregateRoot root; protected TEntityState state; IEntityState IHaveState<I...
namespace Elders.Cronus { public abstract class Entity<TAggregateRoot, TEntityState> : IEntity where TAggregateRoot : IAggregateRoot where TEntityState : IEntityState, new() { private readonly TAggregateRoot root; protected TEntityState state; IEntityState IHaveState<I...
d031a57bb23eaf78111ad04a99e58a9f58c05b9b
fix for null value
fix for null value
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface.Plugin.HttpClient/Plugin.cs
mit
1,590,511,433
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Struct.Item; using Newtonsoft.Json; using Zutatensuppe.DiabloInterface.Core.Logging; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Struct.Item; using Newtonsoft.Json; using Zutatensuppe.DiabloInterface.Core.Logging; usi...
b7eb8f37acfd1b664e5be595be1c3c3dbbe226de
fix for null value
fix for null value
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface.Plugin.HttpClient/Plugin.cs
mit
1,590,511,397
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Struct.Item; using Newtonsoft.Json; using Zutatensuppe.DiabloInterface.Core.Logging; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Struct.Item; using Newtonsoft.Json; using Zutatensuppe.DiabloInterface.Core.Logging; usi...
46be6f61964996dc34013bbedd6fdf449962d941
5: Added AutoDeleteOnIdle with max value to topic&subscription creation
5: Added AutoDeleteOnIdle with max value to topic&subscription creation
whitestone-no/Cambion
src/Transports/AzureServiceBus/AzureServiceBus/AzureServiceBusTransport.cs
mit
1,590,511,070
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.ServiceBus; using Microsoft.Azure.ServiceBus.Management; using Microsoft.Azure.ServiceBus.Primitives; using Microsoft.Identity.Client; using Whitestone.Cambion.Events; using Whitestone.Cambion.Interfaces; using Whitestone.Cambion...
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.ServiceBus; using Microsoft.Azure.ServiceBus.Management; using Microsoft.Azure.ServiceBus.Primitives; using Microsoft.Identity.Client; using Whitestone.Cambion.Events; using Whitestone.Cambion.Interfaces; using Whitestone.Cambion...
749299cda64b81af5a5e5af9b63a72fc86f4bc21
Return null string for S_FALSE (#672)
Return null string for S_FALSE (#672)
Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd,cshung/clrmd
src/Microsoft.Diagnostics.Runtime/src/DacInterface/MetadataImport.cs
mit
1,590,511,066
// 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.Diagnostics.CodeAnalysis; using ...
// 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.Diagnostics.CodeAnalysis; using ...
cb5d6cdac530583105bca7caf319545c6d841721
Reorder members by category
Reorder members by category
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,510,833
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...
7ec6b8cce3193b206f9ffe18320b3c8484806073
Dedicated ShouldBe overload for T[]
Dedicated ShouldBe overload for T[]
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,510,547
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...
b67399a869a384006db7c01a9f25952b9e59c2d2
Fixed up AssemblyDetails creation testing.
Fixed up AssemblyDetails creation testing.
NaosProject/Naos.Diagnostics
Naos.Diagnostics.Domain.Test/AssemblyDetailsTest.cs
mit
1,590,510,273
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AssemblyDetailsTest.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // ----------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AssemblyDetailsTest.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // ----------------------------------------------------...
d6cce80809ad8303cc48b2fd827d9b1c93f65f5f
Add clarification.
Add clarification.
jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,grokys/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Pers...
src/Avalonia.Controls/TreeView.cs
mit
1,590,510,042
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Primitives; using Avalonia.Controls.Utils; using Avalonia.Data; using Avalonia.Input; using Avalonia.Input.Pl...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Primitives; using Avalonia.Controls.Utils; using Avalonia.Data; using Avalonia.Input; using Avalonia.Input.Pl...
5bb82fcf37b0755c0911f2863c36d68bab063cd8
Generalize ShouldBe assertion of collections against `params` arrays
Generalize ShouldBe assertion of collections against `params` arrays
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,509,864
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...
7ac7be73e27fc15b1cef48c4de0b901c4c9a362b
add TimeZoneManager.Today (overrideable)
add TimeZoneManager.Today (overrideable)
signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework
Signum.Entities/TimeZoneManager.cs
mit
1,590,509,026
using System; using Signum.Utilities; namespace Signum.Entities { public static class TimeZoneManager { public static TimeZoneMode Mode { get; set; } //TimeZoneInfo.Local is read-only. For ASP.Net or other server providers where local time is needed. public static readonly Se...
using System; using Signum.Utilities; namespace Signum.Entities { public static class TimeZoneManager { public static TimeZoneMode Mode { get; set; } //TimeZoneInfo.Local is read-only. For ASP.Net or other server providers where local time is needed. public static readonly Se...
c3d51b8d25a7b1970a2f5527f797042d227bb3cc
explicit 'null' in IntegrityCheck
explicit 'null' in IntegrityCheck
signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework
Signum.Entities/ModifiableEntity.cs
mit
1,590,509,010
using System; using System.Collections.Generic; using System.Linq; using System.ComponentModel; using System.Reflection; using System.Linq.Expressions; using Signum.Utilities; using System.Runtime.Serialization.Formatters.Binary; using System.IO; using System.Collections.Specialized; using Signum.Utilities.Re...
using System; using System.Collections.Generic; using System.Linq; using System.ComponentModel; using System.Reflection; using System.Linq.Expressions; using Signum.Utilities; using System.Runtime.Serialization.Formatters.Binary; using System.IO; using System.Collections.Specialized; using Signum.Utilities.Re...
b33b38ea860d48270ac1acb8f27671a9bf426038
Pointless string capitalization change
Pointless string capitalization change
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite/Settings/PlaynitePaths.cs
mit
1,590,508,771
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Playnite { public class PlaynitePaths { public const string ExtensionManifestFileName = "extension.yaml"; public const string ThemeManifest...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Playnite { public class PlaynitePaths { public const string ExtensionManifestFileName = "extension.yaml"; public const string ThemeManifest...
dc812d8b084e2955b41cd0ff53c98fef310c2a7c
Remove dead code from AssertException which attempted to explain mixed type comparisons with the same string representation
Remove dead code from AssertException which attempted to explain mixed type comparisons with the same string representation
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertException.cs
mit
1,590,508,609
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...
7beda03a4dc3a74aa051cf85d0f892079241fcfd
Improve readability of assertion failures when comparing arrays of strings
Improve readability of assertion failures when comparing arrays of strings
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,507,590
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...
0fede0ab1c1095571322929a68539d38f6d63536
Fix - Corretto controller GesttioneUtenti
Fix - Corretto controller GesttioneUtenti
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.API/Controllers/GestioneUtentiController.cs
agpl-3.0
1,590,507,532
//----------------------------------------------------------------------- // <copyright file="GestioneUtentiController.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 Pu...
//----------------------------------------------------------------------- // <copyright file="GestioneUtentiController.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 Pu...
6323cb0e259c99a99484deebb92ab6cf91045aca
Removed unneeded and broken tests, ShouldWaitOnBookmark and ShouldThrowForUnreachableBookmark.
Removed unneeded and broken tests, ShouldWaitOnBookmark and ShouldThrowForUnreachableBookmark. Removed support methods for the removed tests that were used to parse the contents of a bookmark which should not be done.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Direct/BookmarkIT.cs
apache-2.0
1,590,507,399
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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...
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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...
6f785fa9d63497786fe24fc0977cab9c9fc94ed0
CameraZoomHandler: replace deprecated OnLevelWasLoaded method
CameraZoomHandler: replace deprecated OnLevelWasLoaded method
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/CameraZoomHandler.cs
agpl-3.0
1,590,507,378
using System; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.U2D; using UnityEngine.SceneManagement; public class CameraZoomHandler : MonoBehaviour { public float ZoomLevel => displaySettings.ZoomLevel; public bool ScrollWheelZoom => displaySettings.ScrollWheelZoom; private DisplaySettings ...
using System; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.U2D; public class CameraZoomHandler : MonoBehaviour { public float ZoomLevel => displaySettings.ZoomLevel; public bool ScrollWheelZoom => displaySettings.ScrollWheelZoom; private DisplaySettings displaySettings = null; private Pi...
f6cd4424c7c3d629714189575105d3dcb7b264ab
Generalize ShouldBe*Than* overloads for types T : IComparable<T>
Generalize ShouldBe*Than* overloads for types T : IComparable<T>
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,506,476
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...
0eb77da7f7857421d39d9e390f792f2ff94aef67
Fix - Find Server IP
Fix - Find Server IP
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneUtente/Login/LogInQueryHandler.cs
agpl-3.0
1,590,506,343
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.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 Li...
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.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 Li...
f241feecbc329d70ea969accb564445cf30053a1
Generalize ShouldBe overloads for types that can rely on Object.Equals(x,y)
Generalize ShouldBe overloads for types that can rely on Object.Equals(x,y)
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,505,856
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.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using System.Text.Json; using static System.Environment; public static class...
9b4b8e0438bf6013b2aec83820a344424192e9f7
Fix - Corretta notifica inserimento utente
Fix - Corretta notifica inserimento utente
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Sender/GestioneUtenti/NotificationAddUtente.cs
agpl-3.0
1,590,505,721
using Microsoft.AspNetCore.SignalR; using SO115App.Models.Servizi.CQRS.Commands.GestioneUtenti.AddUtente; using SO115App.Models.Servizi.Infrastruttura.GestioneUtenti.GetUtenti; using SO115App.Models.Servizi.Infrastruttura.Notification.GestioneUtenti; using System; using System.Threading.Tasks; namespace SO115App.Sign...
using Microsoft.AspNetCore.SignalR; using SO115App.Models.Servizi.CQRS.Commands.GestioneUtenti.AddUtente; using SO115App.Models.Servizi.Infrastruttura.GestioneUtenti.GetUtenti; using SO115App.Models.Servizi.Infrastruttura.Notification.GestioneUtenti; using System; using System.Threading.Tasks; namespace SO115App.Sign...
4aea312ed94d60bbd8dd5d817f2b91e3da951b72
Removed unused config value
Removed unused config value
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite/Settings/PlayniteSettings.cs
mit
1,590,505,555
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using NLog; using NLog.Config; using NLog.Targets; using System.Configuration; using...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using NLog; using NLog.Config; using NLog.Targets; using System.Configuration; using...
6112731466bb0f1698735c4716118dd652d11d08
add username validation
add username validation
plivo/plivo-dotnet,plivo/plivo-dotnet
src/Plivo/AccessToken.cs
mit
1,590,505,105
using System; using System.Collections.Generic; using JWT.Algorithms; using JWT.Builder; using Plivo.Authentication; using Plivo.Exception; namespace Plivo { public class AccessToken { protected BasicAuth BasicAuth; public String Username; public DateTime ValidFrom; public Tim...
using System; using System.Collections.Generic; using JWT.Algorithms; using JWT.Builder; using Plivo.Authentication; using Plivo.Exception; namespace Plivo { public class AccessToken { protected BasicAuth BasicAuth; public String Username; public DateTime ValidFrom; public Tim...
b4d82e2ce74acb0109e2e5bb7cb68dba7b4a6d34
Generalized ShouldBe overload for IEquatable<T> types.
Generalized ShouldBe overload for IEquatable<T> types.
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,504,943
namespace Fixie.Tests.Assertions { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using System.Text.Json; using static System.Environment; public static class...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using System.Text.Json; ...
c53aecf079154c8a44a4e0b25c1533f309579755
Corrected typos
Corrected typos
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,590,504,738
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
9fe21387f663219f20458dd9273dc443e7b045e9
RF inverted if
RF inverted if
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,590,504,730
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
8e446da8007924318299daca80a73c4d833afcf0
RF using type matching switch
RF using type matching switch
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,590,504,472
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
42a934e9bcea668af7454ef567701cedf4449abb
RF using pattern matching
RF using pattern matching
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,590,504,434
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
e48df1d2990c0e522b28394e30f5105f88c075e8
RF using nameof
RF using nameof
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,590,504,413
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
14220e94a0231fb814f8e7651f4d57c9a8946569
RF inverted if
RF inverted if
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,590,504,403
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
9c5cdf565401eb7fbc7b58947e4cad63266b5923
RF using expression body
RF using expression body
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,590,504,395
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager(); } pub...
2502a83d2b81504ae8fa9541f97a396045284e96
Remove unused and deprecated ShouldBe overload
Remove unused and deprecated ShouldBe overload
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,504,285
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using System.Text.Json; ...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using System.Text.Json; ...
3a15e8440eb23b62cb7ec5a7703b6494d59ecf58
Fix - GestioneUtente
Fix - GestioneUtente
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.API/Controllers/GestioneUtentiController.cs
agpl-3.0
1,590,504,244
//----------------------------------------------------------------------- // <copyright file="GestioneUtentiController.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 Pu...
//----------------------------------------------------------------------- // <copyright file="GestioneUtentiController.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 Pu...
72aa7b9dd030abf2d7063b1a62456138fc08b448
Fix - GetUtente
Fix - GetUtente
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.API/Controllers/GestioneUtentiController.cs
agpl-3.0
1,590,504,130
//----------------------------------------------------------------------- // <copyright file="GestioneUtentiController.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 Pu...
//----------------------------------------------------------------------- // <copyright file="GestioneUtentiController.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 Pu...
2560ce8a88681d58d989e98bb198f022c5fdbf48
RF removed redundant type qualifiers
RF removed redundant type qualifiers
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManagerGUI.cs
mit
1,590,503,538
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
1067da8848c3199992fa2465cb98ae5f31d35a2e
RF inverted ifs
RF inverted ifs
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManagerGUI.cs
mit
1,590,503,511
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
bc8a8551411c4fc46dabe475a3282850191ee83f
RF merged cfg declaration with its initialization
RF merged cfg declaration with its initialization
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManagerGUI.cs
mit
1,590,503,462
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
51d9a9fe0cd36e92eb379592a71c30047ca9e6b4
RF using ?? instead of if == null
RF using ?? instead of if == null
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManagerGUI.cs
mit
1,590,503,259
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
f0594a6a6e80dd33c376daab3444157e00ce370b
RF Tank+tank to auto-property Tank
RF Tank+tank to auto-property Tank
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManagerGUI.cs
mit
1,590,503,136
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
2e59863085f01dc69a06b43bb215dbb3fa0b08e3
RF readonly fields where possible
RF readonly fields where possible
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManagerGUI.cs
mit
1,590,503,099
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
40361e9ef8090b42a6f88291004bdaf8649212c2
Fixed implementation of Reflection.IsDictionary and IsEnumerable
Fixed implementation of Reflection.IsDictionary and IsEnumerable
mbdavid/LiteDB
LiteDB/Client/Mapper/Reflection/Reflection.cs
mit
1,590,502,766
using System; using System.CodeDom; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using static LiteDB.Constants; namespace LiteDB { #region Delegates public delegate object CreateObject(BsonDocument va...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using static LiteDB.Constants; namespace LiteDB { #region Delegates public delegate object CreateObject(BsonDocument value); public dele...
c229a07dfd6b179ed56761ee034816dfd7670dd0
Rephrase array item-by-item assertions to phase out calls to deprecated Is<T> helper method
Rephrase array item-by-item assertions to phase out calls to deprecated Is<T> helper method
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,501,296
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environm...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environm...
b6e7b36c382934199a5eba7ed84373f63a7cb2e6
adding namespace to test
adding namespace to test
jasonwoods-7/Vandelay
Tests/TestCore/CodeBaseLocation.cs
mit
1,590,500,154
using System; using System.IO; using System.Reflection; #pragma warning disable 618 namespace TestCore { public static class CodeBaseLocation { static CodeBaseLocation() { var assembly = typeof(CodeBaseLocation).Assembly; var currentAssemblyPath = assembly.GetAssemblyLocation(); Curren...
using System; using System.IO; using System.Reflection; #pragma warning disable 618 namespace TestCore { public static class CodeBaseLocation { static CodeBaseLocation() { var assembly = typeof(CodeBaseLocation).Assembly; var currentAssemblyPath = assembly.GetAssemblyLocation(); Curren...
57fd38b52b770fd3efbca3c8c1f8aa0ba2f4387d
Convert generic IEnumerable<T> / params T[] ShouldBe overload into equivalent overloads, illustrating the specific T types used
Convert generic IEnumerable<T> / params T[] ShouldBe overload into equivalent overloads, illustrating the specific T types used
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,499,752
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environm...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environm...
ad7a1c4ee1aa2e5c5ba1506d54fde85d8d6fb5f1
Better implementation of Reflection.IsCollection
Better implementation of Reflection.IsCollection
mbdavid/LiteDB
LiteDB/Client/Mapper/Reflection/Reflection.cs
mit
1,590,499,444
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using static LiteDB.Constants; namespace LiteDB { #region Delegates public delegate object CreateObject(BsonDocument value); public dele...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using static LiteDB.Constants; namespace LiteDB { #region Delegates public delegate object CreateObject(BsonDocument value); public dele...
d7782517288e727ff2c093e364ad9888116b6508
Tighten up breaking/feature release lineage checks
Tighten up breaking/feature release lineage checks Only look back to the previous release, not all the way back to the previous major/minor release.
macro187/verbot
Verbot/VerbotRepository.Checks.cs
mit
1,590,499,268
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
using System.Linq; using MacroExceptions; using System.Diagnostics; using MacroGit; using System; using MacroSemver; using System.Collections.Generic; namespace Verbot { partial class VerbotRepository { public void CheckLocal() { var releaseTags = FindReleaseTags(); Che...
0e0e8224fab3b8b3c33205f21972c88b2bdc6e7e
Dedicated ShouldBe overload for SourceLocation assertions
Dedicated ShouldBe overload for SourceLocation assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,499,172
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environm...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class...
2154d02479a23875e9ffd80882fb5a668a84f828
Dedicated ShouldBe overload for Attribute assertions
Dedicated ShouldBe overload for Attribute assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,498,938
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class...
85035b53e9e035c94cbfec3fe5434972bb1617bd
Split on space too
Split on space too
Excel-DNA/IntelliSense
Source/ExcelDna.IntelliSense/ToolTipForm.cs
mit
1,590,498,782
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.IO; using System.Linq; using System.Windows.Forms; namespace ExcelDna.IntelliSense { // CONSIDER: Maybe some ideas from here: http://codereview.stackexchange.com/...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.IO; using System.Linq; using System.Windows.Forms; namespace ExcelDna.IntelliSense { // CONSIDER: Maybe some ideas from here: http://codereview.stackexchange.com/...
b34230a101d2b37d8673ecdce89815397b4c6c21
Dedicated ShouldBe overload for Assembly assertions
Dedicated ShouldBe overload for Assembly assertions
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,498,231
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reflection; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { ...
1223e5f6dad5c8bb60112cb04c196024e75ddf83
Dedicated ShouldBe overload for HttpMethod assertions, suggesting how a more general IEquatable<T> overload might work once conflicting signatures are phased out
Dedicated ShouldBe overload for HttpMethod assertions, suggesting how a more general IEquatable<T> overload might work once conflicting signatures are phased out
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,590,497,399
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net.Http; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { ...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using static System.Environment; public static class AssertionExtensions { public static void Sh...
018e57fae6c988027072e903ff300d54b0925e07
fixed: dragonbones alpha&color
fixed: dragonbones alpha&color
fairygui/FairyGUI-unity
Assets/Extensions/DragonBones/DragonBonesLoader.cs
mit
1,590,497,312
#if FAIRYGUI_DRAGONBONES using UnityEngine; using DragonBones; namespace FairyGUI { /// <summary> /// /// </summary> public partial class GLoader3D : GObject { UnityArmatureComponent _armatureComponent; /// <summary> /// /// </summary> /// <value></value>...
#if FAIRYGUI_DRAGONBONES using UnityEngine; using DragonBones; namespace FairyGUI { /// <summary> /// /// </summary> public partial class GLoader3D : GObject { UnityArmatureComponent _armatureComponent; /// <summary> /// /// </summary> /// <value></value>...