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
6440abbda9cf243121bd842cd0e36e12744d4fbd
Updated BackOfficeServerVariables
Updated BackOfficeServerVariables
KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquare...
src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs
mit
1,591,855,235
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Routing; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Umbraco.Core; usi...
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Routing; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Umbraco.Core; usi...
f141890282b616aa0d0b265b5a2af5c17ff7d2b8
Removed ITick from processors 🚧
Removed ITick from processors 🚧
dimmpixeye/Unity3dTools
Runtime/LibProcessors/Processor.cs
mit
1,591,854,679
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; using Unity.IL2CPP.CompilerServices; namespace Pixeye.Actors { internal interface IReceiveEcsEvent { void Receive(); } public abstract class Processor : IDisposable, IRequireActorsLayer, IReceiveEcsEvent { internal static ...
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; using Unity.IL2CPP.CompilerServices; namespace Pixeye.Actors { internal interface IReceiveEcsEvent { void Receive(); } public abstract class Processor : IDisposable, IRequireActorsLayer, ITick, IReceiveEcsEvent { internal ...
1dae8fdd6271d091bbf43c0fd5855603ba533c1d
Add support for proto2 JSON parsing in C# conformance tests
Add support for proto2 JSON parsing in C# conformance tests
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf.Conformance/Program.cs
bsd-3-clause
1,591,854,209
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2015 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2015 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
845470363d514fc8e6cc0d2efe4238143367e9d3
Relocate field
Relocate field
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Helpers/Constants.cs
mit
1,591,853,859
using NBitcoin; using NBitcoin.Protocol; using System; using WalletWasabi.Backend.Models.Responses; using WalletWasabi.Exceptions; namespace WalletWasabi.Helpers { public static class Constants { public static readonly Version ClientVersion = new Version(1, 1, 11, 1); public const string ClientSupportBackendVers...
using NBitcoin; using NBitcoin.Protocol; using System; using WalletWasabi.Backend.Models.Responses; using WalletWasabi.Exceptions; namespace WalletWasabi.Helpers { public static class Constants { public static readonly Version ClientVersion = new Version(1, 1, 11, 1); public const string ClientSupportBackendVers...
2023423c829c9eb411af0abb022faaf14f62bdef
Done Point api docs
Done Point api docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Graphics/Point.cs
bsd-3-clause
1,591,853,419
//#define COSMOSDEBUG namespace Cosmos.System.Graphics { /// <summary> /// Point class. /// </summary> public struct Point { /// <summary> /// Create new instance of <see cref="Point"/> class. /// </summary> /// <param name="x">x coordinate.</param> /// <par...
//#define COSMOSDEBUG namespace Cosmos.System.Graphics { public struct Point { public Point(int x, int y) { X = x; Y = y; } public int X { get; set; } public int Y { get; set; } } }
702bd2b65d4c4546a57d83b4decaee64304013af
Fix potential nullref in test
Fix potential nullref in test
peppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu
osu.Game.Tests/Visual/SongSelect/TestScenePlaySongSelect.cs
mit
1,591,850,513
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framework.Allocation; 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 System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framework.Allocation; using osu.Fr...
6df2b666ac395e3d0df748937777a66a381ef43e
Set UI exe assembly title
Set UI exe assembly title
webprofusion/Certify
src/Certify.UI/Properties/AssemblyInfo.cs
mit
1,591,849,513
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(...
using System.Runtime.InteropServices; using System.Windows; // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] //In order to b...
0fb712ad75f6e1af0221451bef293d9f5e60ab07
v5.8.1 - Condensed some code
v5.8.1 - Condensed some code
hamstar0/tml-hamstarhelpers-mod
Helpers/UI/UIHelpersZoom.cs
agpl-3.0
1,591,849,276
using System; using Microsoft.Xna.Framework; using Terraria; namespace HamstarHelpers.Helpers.UI { /// <summary> /// Assorted static "helper" functions pertaining to the in-game UI zoom and positions. /// </summary> public class UIZoomHelpers { /// <summary> /// Gets the current screen size according to the ...
using System; using Microsoft.Xna.Framework; using Terraria; namespace HamstarHelpers.Helpers.UI { /// <summary> /// Assorted static "helper" functions pertaining to the in-game UI zoom and positions. /// </summary> public class UIZoomHelpers { /// <summary> /// Gets the current screen size according to the ...
cef40fb6a7c4f612bded6a82b599bf0f5d297644
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.4.3417.20200611040409-master-5bba4a2
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,591,848,381
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "5bba4a29466f46bcbda458090656b7fc543bdcff"; public static string Version = "1.4"; public static string Build = "3417"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "6ea7c19ea9482fc9ad921cedc16c9bf16598313e"; public static string Version = "1.4"; public static string Build = "3407"; ...
5bba4a29466f46bcbda458090656b7fc543bdcff
Riggs Changes to fix Rings for NPC's that have a taller z-height (#3020)
Riggs Changes to fix Rings for NPC's that have a taller z-height (#3020)
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/WorldObjects/WorldObject_Magic.cs
agpl-3.0
1,591,848,018
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using ACE.Common; using ACE.Database; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Ent...
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using ACE.Common; using ACE.Database; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Ent...
7b61c45aa1591da63e57f9db598947cd55277562
Change default for equipmentsetid_enabled (#3015)
Change default for equipmentsetid_enabled (#3015)
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/Managers/PropertyManager.cs
agpl-3.0
1,591,847,977
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Timers; using log4net; using ACE.Database; namespace ACE.Server.Managers { public static class PropertyManager { private static readonly ILog log ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Timers; using log4net; using ACE.Database; namespace ACE.Server.Managers { public static class PropertyManager { private static readonly ILog log ...
64423357f05545b8e8dab64b8f677f5168737261
Always allow Portal emoteset, similar to Death emoteset (#3012)
Always allow Portal emoteset, similar to Death emoteset (#3012)
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/WorldObjects/Managers/EmoteManager.cs
agpl-3.0
1,591,847,962
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Runtime.CompilerServices; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.DatLoader; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; us...
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Runtime.CompilerServices; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.DatLoader; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; us...
c57d2774e48f09032ba770628c8160541b3cdc77
Update Creature/Life for self targeted spells (#3011)
Update Creature/Life for self targeted spells (#3011) * Update Creature/Life for self targeted spells * . * .
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/WorldObjects/WorldObject_Magic.cs
agpl-3.0
1,591,847,951
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using ACE.Common; using ACE.Database; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Ent...
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using ACE.Common; using ACE.Database; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Ent...
516adb1ab8f8261cb30be898db2fb4924cb70f2d
Add support for landblock keepalive object (#3006)
Add support for landblock keepalive object (#3006) * Add support for landblock keepalive object * . * Update Landblock.cs * add search in case multiple keep alives were added to landblock * flag rename
LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/Entity/Landblock.cs
agpl-3.0
1,591,847,925
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Numerics; using System.Threading; using System.Threading.Tasks; using log4net; using ACE.Common.Performance; using ACE.Database; using AC...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Numerics; using System.Threading; using System.Threading.Tasks; using log4net; using ACE.Common.Performance; using ACE.Database; using AC...
3777256164e67fff6291b9565d5ee3815d824440
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.4.3407.20200611034732-master-6ea7c19
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,591,847,377
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "6ea7c19ea9482fc9ad921cedc16c9bf16598313e"; public static string Version = "1.4"; public static string Build = "3407"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "ad40fc947e895d1fcccc6b3b76a4f2b07bfe21fb"; public static string Version = "1.4"; public static string Build = "3406"; ...
b89dcb6a77de715a84faa28fd1b91fc37b167e5b
Fix cursor not hiding with SDL2 backend
Fix cursor not hiding with SDL2 backend
smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu
osu.Desktop/OsuGameDesktop.cs
mit
1,591,846,721
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.Win32; using osu.Desktop.Overlays; using osu.Fram...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.Win32; using osu.Desktop.Overlays; using osu.Fram...
56022b381488e5e6ebaf6199ccc5d1e1e5c4a756
Change manual search to use multiple space-separated terms
Change manual search to use multiple space-separated terms
CalebChalmers/KAGTools
KAGTools/ViewModels/Manual/ManualGenericViewModel.cs
mit
1,591,845,829
using GalaSoft.MvvmLight.Command; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Input; using KAGTools.Data; using KAGTools.Helpers; using System.Text.RegularExpress...
using GalaSoft.MvvmLight.Command; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Input; using KAGTools.Data; using KAGTools.Helpers; namespace KAGTools.ViewModels.M...
967f5201d49699341eb1bf250dee7b132d3ef152
If no cert authority selected, don't try to save the value
If no cert authority selected, don't try to save the value
webprofusion/Certify
src/Certify.UI/Controls/Settings/CertificateAuthorities.xaml.cs
mit
1,591,840,079
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
e471c39439a175abc028adf611e87cbb6d0d8f28
Prevent re-fetching certificate in UI if the cert has not been ordered yet
Prevent re-fetching certificate in UI if the cert has not been ordered yet
webprofusion/Certify
src/Certify.UI/Controls/ManagedCertificate/MiscOptions.xaml.cs
mit
1,591,840,068
using System.IO; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using Certify.Locales; using Certify.Management; namespace Certify.UI.Controls.ManagedCertificate { /// <summary> /// Interaction logic for Deployment.xaml ...
using System.IO; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using Certify.Locales; using Certify.Management; namespace Certify.UI.Controls.ManagedCertificate { /// <summary> /// Interaction logic for Deployment.xaml ...
945a4ec8b9dcc2d1980ccc3e7f093a9623157ba0
Removed commented code
Removed commented code
glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi
Tests/Glav.CognitiveServices.UnitTests/Luis/LuisConfigTests.cs
mit
1,591,840,005
using Xunit; using Glav.CognitiveServices.FluentApi.Luis; using System; using System.Collections.Generic; using Glav.CognitiveServices.FluentApi.Luis.Configuration; using Glav.CognitiveServices.FluentApi.Luis.Domain; namespace Glav.CognitiveServices.UnitTests.uis { public class LuisConfigTests { ...
using Xunit; using Glav.CognitiveServices.FluentApi.Luis; using System; using System.Collections.Generic; using Glav.CognitiveServices.FluentApi.Luis.Configuration; using Glav.CognitiveServices.FluentApi.Luis.Domain; namespace Glav.CognitiveServices.UnitTests.uis { public class LuisConfigTests { ...
7896b8bcceec1ccc155450dc88598fc7dfad7891
Moved a call to get types for a referenced assembly into the SafeLoadAssembly method.
Moved a call to get types for a referenced assembly into the SafeLoadAssembly method.
speckleworks/SpeckleCore
SpeckleCore/AssemblyCatalogue.cs
mit
1,591,839,095
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; using System.Threading.Tasks; using System.IO; using System.Diagnostics; namespace SpeckleCore { /// <summary> /// Thanks to @radugidei for the idea: we're attempting to rip off NancyFX's guerilla assemb...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; using System.Threading.Tasks; using System.IO; using System.Diagnostics; namespace SpeckleCore { /// <summary> /// Thanks to @radugidei for the idea: we're attempting to rip off NancyFX's guerilla assemb...
2936029ccff5f9d8519f0b8a10bba4f66d98379e
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,591,836,872
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
6c31da5b1f59f6155ab397b6c962640e4d96f27b
Enable Kestrel config reload in ConfigureWebHostDefaults (#22528)
Enable Kestrel config reload in ConfigureWebHostDefaults (#22528)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/DefaultBuilder/src/WebHost.cs
apache-2.0
1,591,836,437
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; using System.Reflection; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.HostFiltering; using Microsoft.As...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; using System.Reflection; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.HostFiltering; using Microsoft.As...
75c3aa93e0440c70b3b6e94a584582a6cac13f2c
fixed type conversion issue
fixed type conversion issue
dataexperts/dexih.transforms
src/dexih.transforms/Connection.cs
apache-2.0
1,591,836,266
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Threading; using dexih.functions; using System.Diagnostics; using System.Data.Common; using System.IO; using System.Net.Http; using System.Reflection; using System.Text.Json; using dexih.functions.Query; using...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Threading; using dexih.functions; using System.Diagnostics; using System.Data.Common; using System.IO; using System.Net.Http; using System.Reflection; using System.Text.Json; using dexih.functions.Query; using...
109c42fe4fc1b32f03d18f4bd15f5a6d24651340
GSF.Communication: Fixed connection time display in client base status.
GSF.Communication: Fixed connection time display in client base status.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Communication/ClientBase.cs
mit
1,591,835,608
//****************************************************************************************************** // ClientBase.cs - Gbtc // // Copyright © 2015, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the ...
//****************************************************************************************************** // ClientBase.cs - Gbtc // // Copyright © 2015, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the ...
249b3b8609b70cad305e7accffe6b2f0203ad3ca
Update XML documentation
Update XML documentation
JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,madsoulswe/Umbraco-CMS,KevinJump/Umbraco-CMS,bjarnef/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbr...
src/Umbraco.Core/PropertyEditors/PropertyValueConverterBase.cs
mit
1,591,829,399
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default implementation for <see cref="IPropertyValueConverter" />. /// </summary> /// <seealso cref="Umbraco.Core.PropertyEditors.IPropertyValueConverter" /> public abstr...
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default overridable implementation for <see cref="IPropertyValueConverter"/> that does nothing. /// </summary> public abstract class PropertyValueConverterBase : IPropertyVal...
eac6351c3f0336e8531d6c75126aa39c47dd5add
Simplified value check using type pattern matching
Simplified value check using type pattern matching
tcmorris/Umbraco-CMS,hfloyd/Umbraco-CMS,mattbrailsford/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,mattbrailsford/Umbraco-CMS,dawoe/Umbraco-CMS,bjarnef/Umbraco-CMS,bjarnef/Umbraco-CMS,hfloyd/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,bjarnef/Umbraco-CMS,abjerner/Umbraco-CMS,tcmorris/Umbraco-CMS,leekelleher/Um...
src/Umbraco.Core/PropertyEditors/PropertyValueConverterBase.cs
mit
1,591,829,384
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default overridable implementation for <see cref="IPropertyValueConverter"/> that does nothing. /// </summary> public abstract class PropertyValueConverterBase : IPropertyVal...
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default overridable implementation for <see cref="IPropertyValueConverter"/> that does nothing. /// </summary> public abstract class PropertyValueConverterBase : IPropertyVal...
c3e58df3b5f06f517a455f09629d30b66f21d173
Obsolete HasValue method
Obsolete HasValue method
abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,madsoulswe/Umbraco-CMS,marcemarc/Umbraco-CMS,tcmorris/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,matt...
src/Umbraco.Core/PropertyEditors/PropertyValueConverterBase.cs
mit
1,591,829,112
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default overridable implementation for <see cref="IPropertyValueConverter"/> that does nothing. /// </summary> public abstract class PropertyValueConverterBase : IPropertyVal...
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default overridable implementation for <see cref="IPropertyValueConverter"/> that does nothing. /// </summary> public abstract class PropertyValueConverterBase : IPropertyVal...
1d6849c578418bc6d9255b38011af8a9531239d5
Return null in IsValue for PropertyValueLevel.Inter and Object
Return null in IsValue for PropertyValueLevel.Inter and Object
umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,hfloyd/Umbraco-CMS,KevinJump/Umbraco-CMS,hfloyd/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,hfloyd/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,madsoulswe/Umbraco-CMS,dawoe/Umbraco-CMS,tcmorris/Umbraco-...
src/Umbraco.Core/PropertyEditors/PropertyValueConverterBase.cs
mit
1,591,828,731
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default overridable implementation for <see cref="IPropertyValueConverter"/> that does nothing. /// </summary> public abstract class PropertyValueConverterBase : IPropertyVal...
using System; using Umbraco.Core.Models.PublishedContent; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Provides a default overridable implementation for <see cref="IPropertyValueConverter"/> that does nothing. /// </summary> public abstract class PropertyValueConverterBase : IPropertyVal...
ae7e0208ab87ea1cff860b17227abec210bb0a75
Successes and Fails extensions for the two Validation monad types
Successes and Fails extensions for the two Validation monad types
StanJav/language-ext,louthy/language-ext
LanguageExt.Core/DataTypes/Validation/ValidationSeq.Extensions.cs
mit
1,591,828,445
using System.Collections.Generic; using System.Diagnostics.Contracts; using LanguageExt.TypeClasses; using static LanguageExt.Prelude; namespace LanguageExt { public static class ValidationSeqExtensions { /// <summary> /// Flatten the nested Validation type /// </summary> [Pure...
using System.Diagnostics.Contracts; using LanguageExt.TypeClasses; using static LanguageExt.Prelude; namespace LanguageExt { public static class ValidationSeqExtensions { /// <summary> /// Flatten the nested Validation type /// </summary> [Pure] public static Validation...
6857bd8bcd754dbb9e095a163dddf2b404ac737b
Handle names in commands PlayerParser
Handle names in commands PlayerParser
ikkentim/SampSharp,ikkentim/SampSharp,ikkentim/SampSharp
src/SampSharp.Entities/SAMP/Commands/Parsers/PlayerParser.cs
apache-2.0
1,591,827,343
// SampSharp // Copyright 2020 Tim Potze // // 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...
// SampSharp // Copyright 2020 Tim Potze // // 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...
b52a2764dd48af94bae80547ea4e63dccd31ad7d
Fixing The project format is incorrect (#4290)
Fixing The project format is incorrect (#4290) * Fixes #4278 - The project format is incorrect, when Package Reference has Update instead of Include. Skips the package if no Include attribute found
mconnew/wcf,dotnet/wcf,dotnet/wcf,imcarolwang/wcf,mconnew/wcf,mconnew/wcf,imcarolwang/wcf,imcarolwang/wcf,dotnet/wcf,dotnet/wcf,mconnew/wcf,imcarolwang/wcf
src/dotnet-svcutil/lib/src/Shared/MSBuildProj.cs
mit
1,591,827,290
// 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.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; usin...
ca41a4106647f2c285a6e8cb3656fe7467f72e65
Properly destroy components
Properly destroy components
ikkentim/SampSharp,ikkentim/SampSharp,ikkentim/SampSharp
src/SampSharp.Entities/Entities/EntityManager.cs
apache-2.0
1,591,826,876
// SampSharp // Copyright 2020 Tim Potze // // 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...
// SampSharp // Copyright 2020 Tim Potze // // 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...
0040563b1c6fa981b8521fc964416ad0d89c204c
Change default directory of game content from "." to "./data"
Change default directory of game content from "." to "./data"
Xeeynamo/KingdomHearts
OpenKh.Game/OpenKhGame.cs
mit
1,591,822,623
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
87daed69f2c01f00052a98bb25bc84bff39e32ff
Done KeyboardManager api docs
Done KeyboardManager api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Keyboard/KeyboardManager.cs
bsd-3-clause
1,591,822,426
using System.Collections.Generic; using Cosmos.HAL; using Cosmos.System.ScanMaps; using MyConsole = System.Console; namespace Cosmos.System { /// <summary> /// Keyboard manager class. Used to manage keyboard. /// </summary> public static class KeyboardManager { /// <summary> /// ...
using System.Collections.Generic; using Cosmos.HAL; using Cosmos.System.ScanMaps; using MyConsole = System.Console; namespace Cosmos.System { public static class KeyboardManager { public static bool NumLock { get; set; } public static bool CapsLock { get; set; } public static bool Sc...
5f3bc63297d341ca3633ebd1e429a96f69fc9b2b
Add BOB support for the game engine
Add BOB support for the game engine
Xeeynamo/KingdomHearts
OpenKh.Game/States/MapState.cs
mit
1,591,822,218
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Parsers; using OpenKh.Engine.Renders; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.Models; using OpenKh.Game.Shaders; using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Kh2.Extensions; using S...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Parsers; using OpenKh.Engine.Renders; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.Models; using OpenKh.Game.Shaders; using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Kh2.Extensions; using S...
94725d6470e86c3bf7d710052eabd71a84ed0d82
Further Speed-Up
Further Speed-Up
mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new
src/DatenMeister/Provider/XMI/EMOF/XmiProvider.cs
mit
1,591,822,053
using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using DatenMeister.Core.EMOF.Implementation; using DatenMeister.Provider.XMI.Standards; namespace DatenMeister.Provider.XMI.EMOF { /// <summary> /// Defines the provider for xml manipulation /// </summary> public...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Xml.Linq; using DatenMeister.Core.EMOF.Implementation; using DatenMeister.Provider.XMI.Standards; namespace DatenMeister.Provider.XMI.EMOF { /// <summary> /// Defines the provider for xml manipulation ...
bdc3beb15a64b520072f5f8b8b844cde2b5dfd2d
Do not report warning over having empty list of packagesData
Do not report warning over having empty list of packagesData It can be empty if we're not able to fetch any of given packageIDs, e.g. because of missing token.
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/GlobalDatabase.cs
apache-2.0
1,591,821,786
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
4ec4db7b2299e1537ccd3f7f1fb911f47b146c64
Fix getting number of: views, likes and reposts for vkontakte posts
Fix getting number of: views, likes and reposts for vkontakte posts
DotNetRu/App,DotNetRu/App
DotNetRu.AzureService/Social/VkontakteService.cs
mit
1,591,820,520
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using DotNetRu.AzureService; using DotNetRu.Models.Social; using Microsoft.Extensions.Logging; using VkNet; using VkNet.Enums.Filters; using VkNet.Model; using VkNet.Model.Attachments; using VkNet.Model.RequestParams; name...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using DotNetRu.AzureService; using DotNetRu.Models.Social; using Microsoft.Extensions.Logging; using VkNet; using VkNet.Enums.Filters; using VkNet.Model; using VkNet.Model.Attachments; using VkNet.Model.RequestParams; name...
fb0e3e1c58f6c3079d6527137bd36b9414baa4fc
Removed experimental operators
Removed experimental operators
adamstyl/sharp-convert
SharpConvert/Feet.cs
mit
1,591,820,212
using System; namespace MmiSoft.Core.Math.Units { [Serializable] public class Feet : LengthUnit { public Feet() : this(0) { } public Feet(double unitValue) : base(unitValue, 0.3048) { } public static Feet operator -(Feet x, Feet y) { return new Feet(System.Math.Abs(x.unitValue - y.unitValue)...
using System; namespace MmiSoft.Core.Math.Units { [Serializable] public class Feet : LengthUnit { public Feet() : this(0) { } public Feet(double unitValue) : base(unitValue, 0.3048) { } public static Feet operator -(Feet x, Feet y) { return new Feet(System.Math.Abs(x.unitValue - y.unitValue)...
13b708f5bf650816998669b7a3ed3feaf2027520
Removed spurious line of code
Removed spurious line of code
sillsdev/Glyssen
Glyssen/Program.cs
mit
1,591,818,974
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using DesktopAnalytics; using Glyssen.Dialogs; using Glyssen.Properties; using Glyssen.Shared; using...
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using DesktopAnalytics; using Glyssen.Dialogs; using Glyssen.Properties; using Glyssen.Shared; using...
7207b0c29dd35a51c4924cefc0bbb2f87d5ff5ec
Done ConsoleKeyEx api docs
Done ConsoleKeyEx api docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Keyboard/ConsoleKeyEx.cs
bsd-3-clause
1,591,818,883
namespace Cosmos.System { /// <summary> /// ConsoleKeyEx enum. /// </summary> public enum ConsoleKeyEx { NoName, Escape, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Print...
namespace Cosmos.System { public enum ConsoleKeyEx { NoName, Escape, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PrintScreen, ScrollLock, PauseBreak, Backquo...
26306821f969b2b2b58a1e036fd22f77caad7f84
Done ConsoleKeyExExtensions api docs
Done ConsoleKeyExExtensions api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Keyboard/ConsoleKeyExExtensions.cs
bsd-3-clause
1,591,818,750
using System; namespace Cosmos.System { /// <summary> /// ConsoleKeyEx extensions class. /// </summary> public static class ConsoleKeyExExtensions { /// <summary> /// Convert ConsoleKeyEx to ConsoleKey. /// </summary> /// <param name="keyEx">KeyEx to convert.</param>...
using System; namespace Cosmos.System { public static class ConsoleKeyExExtensions { public static ConsoleKey ToConsoleKey(this ConsoleKeyEx keyEx) { switch (keyEx) { case ConsoleKeyEx.NoName: return ConsoleKey.NoName; ...
498eb76e36d79eeecd611fcbec48876bcc9d1a4d
Fix of #1265 OracleException ORA-01704 string literal too long (few more unit tests fixed)
Fix of #1265 OracleException ORA-01704 string literal too long (few more unit tests fixed)
spaccabit/fluentmigrator,fluentmigrator/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator
test/FluentMigrator.Tests/Unit/Generators/Oracle/OracleDataTests.cs
apache-2.0
1,591,818,553
using System; using System.Collections.Generic; using FluentMigrator.Expressions; using FluentMigrator.Model; using FluentMigrator.Runner.Generators.Oracle; using NUnit.Framework; using Shouldly; namespace FluentMigrator.Tests.Unit.Generators.Oracle { [TestFixture] public class OracleDataTests : BaseDataTes...
using System; using System.Collections.Generic; using FluentMigrator.Expressions; using FluentMigrator.Model; using FluentMigrator.Runner.Generators.Oracle; using NUnit.Framework; using Shouldly; namespace FluentMigrator.Tests.Unit.Generators.Oracle { [TestFixture] public class OracleDataTests : BaseDataTests...
d1c25e1a1f59b20084cc27ad4cb193a2853bf020
Done KeyEvent api docs.
Done KeyEvent api docs.
CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Keyboard/KeyEvent.cs
bsd-3-clause
1,591,818,397
using System; namespace Cosmos.System { /// <summary> /// KeyEvent class. Represent key event. /// </summary> public class KeyEvent { /// <summary> /// Key event type. /// </summary> public enum KeyEventType { Make, Break } ...
using System; namespace Cosmos.System { public class KeyEvent { public enum KeyEventType { Make, Break } // todo: once Github issue #137 is fixed, replace this class with ConsoleKeyInfo struct. // Well, this one has more features public...
bb14819c72721be80f388b836c6b51e0c03d988c
Done ScanMapBase api docs
Done ScanMapBase api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Keyboard/ScanMapBase.cs
bsd-3-clause
1,591,818,090
using System; using System.Collections.Generic; using Cosmos.Debug.Kernel; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// ScanMapBase abstract class. /// </summary> public abstract class ScanMapBase { /// <summary> /// Keys list. /// </summary> prote...
using System; using System.Collections.Generic; using Cosmos.Debug.Kernel; using Cosmos.HAL; namespace Cosmos.System { public abstract class ScanMapBase { protected List<KeyMapping> _keys; protected abstract void InitKeys(); protected ScanMapBase() { InitKeys();...
b03be0300df41687007e40a1a34fb263ef338cf4
Fixed typo
Fixed typo
sillsdev/Glyssen
Glyssen/MainForm.cs
mit
1,591,818,066
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using Glyssen.Dialogs; using Glyssen.Export; using Glyssen.Properties; using Glysse...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using Glyssen.Dialogs; using Glyssen.Export; using Glyssen.Properties; using Glysse...
433274f311e759e648720ef768917038ca6aff8a
Done KeyMapping api docs
Done KeyMapping api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Keyboard/KeyMapping.cs
bsd-3-clause
1,591,818,030
namespace Cosmos.System { /// <summary> /// KeyMapping class. Used to map keyboard. /// </summary> public class KeyMapping { /// <summary> /// Scan code. /// </summary> public byte Scancode; /// <summary> /// Value. /// </summary> publ...
namespace Cosmos.System { public class KeyMapping { public byte Scancode; public char Value; public char Shift; public char Num; public char Caps; public char ShiftCaps; public char ShiftNum; public char Control; public char ControlAlt; ...
cf73e8fcea94ebf481b9046e47aa95afc08104b8
Fix of #1265 OracleException ORA-01704 string literal too long (unit tests fixed)
Fix of #1265 OracleException ORA-01704 string literal too long (unit tests fixed)
fluentmigrator/fluentmigrator,fluentmigrator/fluentmigrator,stsrki/fluentmigrator,spaccabit/fluentmigrator,spaccabit/fluentmigrator,amroel/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,igitur/fluentmigrator
test/FluentMigrator.Tests/Unit/Generators/Oracle/OracleQuoterTest.cs
apache-2.0
1,591,817,692
using System; using FluentMigrator.Runner.Generators; using FluentMigrator.Runner.Generators.Oracle; using NUnit.Framework; using Shouldly; namespace FluentMigrator.Tests.Unit.Generators.Oracle { [TestFixture] public class OracleQuoterTest { private IQuoter _quoter; private const string ...
using System; using FluentMigrator.Runner.Generators; using FluentMigrator.Runner.Generators.Oracle; using NUnit.Framework; using Shouldly; namespace FluentMigrator.Tests.Unit.Generators.Oracle { [TestFixture] public class OracleQuoterTest { private IQuoter _quoter; private const string ...
0a5cc370a07f3579e3755222949fced5f8b63609
Done FatFileSystemFactory api docs
Done FatFileSystemFactory api docs
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/FileSystem/FatFileSystemFactory.cs
bsd-3-clause
1,591,815,722
using System; using Cosmos.HAL.BlockDevice; using Cosmos.System.FileSystem.FAT; namespace Cosmos.System.FileSystem { public class FatFileSystemFactory : FileSystemFactory { public override string Name => "FAT"; /// <summary> /// Checks if the file system can handle the partition. ...
using System; using Cosmos.HAL.BlockDevice; using Cosmos.System.FileSystem.FAT; namespace Cosmos.System.FileSystem { public class FatFileSystemFactory : FileSystemFactory { public override string Name => "FAT"; /// <summary> /// Checks if the file system can handle the partition. ...
5993b199039f187890bde4ecfc0f20add1efa79a
Done FileSystemFactory api docs.
Done FileSystemFactory api docs.
CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/FileSystem/FileSystemFactory.cs
bsd-3-clause
1,591,815,673
using Cosmos.HAL.BlockDevice; namespace Cosmos.System.FileSystem { public abstract class FileSystemFactory { /// <summary> /// Get the name of the file system. /// </summary> public abstract string Name { get; } /// <summary> /// Checks if the file system can h...
using Cosmos.HAL.BlockDevice; namespace Cosmos.System.FileSystem { public abstract class FileSystemFactory { /// <summary> /// The name of the file system. /// </summary> public abstract string Name { get; } /// <summary> /// Checks if the file system can handl...
c445664b6e057427fa17eabf39b6ee536fcc35eb
Fix of #1265 OracleException ORA-01704 string literal too long
Fix of #1265 OracleException ORA-01704 string literal too long
igitur/fluentmigrator,stsrki/fluentmigrator,spaccabit/fluentmigrator,spaccabit/fluentmigrator,amroel/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,stsrki/fluentmigrator,fluentmigrator/fluentmigrator,fluentmigrator/fluentmigrator
src/FluentMigrator.Runner.Oracle/Generators/Oracle/OracleQuoterBase.cs
apache-2.0
1,591,815,232
#region License // Copyright (c) 2018, FluentMigrator Project // // 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 app...
#region License // Copyright (c) 2018, FluentMigrator Project // // 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 app...
ac18c3c8a4c31d04bc180b902b4225d274797663
If player cannot be found, center camera on game current target
If player cannot be found, center camera on game current target
tigrouind/AITD-roomviewer
Assets/Scripts/DosBox/DosBox.cs
mit
1,591,814,983
using System; using UnityEngine; using System.Linq; using System.Diagnostics; using System.Collections.Generic; using System.Text; using UnityEngine.UI; public class DosBox : MonoBehaviour { public Text RightText; public BoxInfo BoxInfo; public GameObject Actors; public Arrow Arrow; public Box BoxPrefab; public ...
using System; using UnityEngine; using System.Linq; using System.Diagnostics; using System.Collections.Generic; using System.Text; using UnityEngine.UI; public class DosBox : MonoBehaviour { public Text RightText; public BoxInfo BoxInfo; public GameObject Actors; public Arrow Arrow; public Box BoxPrefab; public ...
27ad9ee4eda8e7a2c8b928b8b0adc63ca3b491ce
Done VFSManager api docs
Done VFSManager api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/FileSystem/VFS/VFSManager.cs
bsd-3-clause
1,591,814,872
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.IO; using Cosmos.System.FileSystem.Listing; namespace Cosmos.System.FileSystem.VFS { /// <summary> /// VFSManager (Virtual File System Manager) class. Used to manage files and directories. /// </summary> public static...
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.IO; using Cosmos.System.FileSystem.Listing; namespace Cosmos.System.FileSystem.VFS { /// <summary> /// VFSManager (Virtual File System Manager) class. Used to manage files and directories. /// </summary> public static...
4784c8246b988a124bb1e2eed8f8a4e7de2f36ff
Fix batch test
Fix batch test
avadev/AvaTax-REST-V2-DotNet-SDK
tests/netstandard/BatchTests.cs
apache-2.0
1,591,812,819
using Avalara.AvaTax.RestClient; using NUnit.Framework; using System; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Tests.Avalara.AvaTax.RestClient.netstandard { [TestFixture] public class BatchTests { ...
using Avalara.AvaTax.RestClient; using NUnit.Framework; using System; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Tests.Avalara.AvaTax.RestClient.netstandard { [TestFixture] public class BatchTests { ...
bf7071c578f00a985c23b244d179ded5ef1fe331
Add email summary test
Add email summary test
mailosaurapp/mailosaur-dotnet
Mailosaur.Test/EmailsTests.cs
mit
1,591,812,183
using System; using System.Linq; using Mailosaur.Models; using Xunit; using System.Threading.Tasks; using System.Collections.Generic; namespace Mailosaur.Test { public class EmailsFixture : IDisposable { public MailosaurClient client { get; set; } public string server { get; set; } ...
using System; using System.Linq; using Mailosaur.Models; using Xunit; using System.Threading.Tasks; using System.Collections.Generic; namespace Mailosaur.Test { public class EmailsFixture : IDisposable { public MailosaurClient client { get; set; } public string server { get; set; } ...
fbcdfae0a83bdcc53102e9ea4d36fb1b6ac1f29d
Payment Fee fields type were wrong
Payment Fee fields type were wrong
CurrencyCloud/currencycloud-net
Source/CurrencyCloud/Entity/Payment.cs
mit
1,591,811,078
using System; using Newtonsoft.Json; namespace CurrencyCloud.Entity { public class Payment : Entity { public Payment(string currency, string beneficiaryId, decimal amount, string reason, string reference) { this.Currency = currency; this.BeneficiaryId = beneficiaryId; ...
using System; using Newtonsoft.Json; namespace CurrencyCloud.Entity { public class Payment : Entity { public Payment(string currency, string beneficiaryId, decimal amount, string reason, string reference) { this.Currency = currency; this.BeneficiaryId = beneficiaryId; ...
91cbeea0e4fbf6cb4b8bf92f7b00467041db1728
Done CosmosVFS api docs
Done CosmosVFS api docs
CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/FileSystem/CosmosVFS.cs
bsd-3-clause
1,591,810,408
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.IO; using Cosmos.HAL.BlockDevice; using Cosmos.System.FileSystem.FAT; using Cosmos.System.FileSystem.Listing; using Cosmos.System.FileSystem.VFS; namespace Cosmos.System.FileSystem { // ReSharper disable once InconsistentNaming ...
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.IO; using Cosmos.HAL.BlockDevice; using Cosmos.System.FileSystem.FAT; using Cosmos.System.FileSystem.Listing; using Cosmos.System.FileSystem.VFS; namespace Cosmos.System.FileSystem { // ReSharper disable once InconsistentNaming ...
59e8de1eff038569cc41701566ef00187f8ddf22
Add check for null intent (#1870)
Add check for null intent (#1870) * Add check for null intent * Update src/client/Microsoft.Identity.Client/Platforms/Android/AuthenticationContinuationHelper.cs Co-authored-by: Bogdan Gavril <5717daaf4382a13c5f3c194e802531428c2ae23c@microsoft.com> * Address comments * address comments * Removing accide...
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
src/client/Microsoft.Identity.Client/Platforms/Android/AuthenticationContinuationHelper.cs
mit
1,591,809,772
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Globalization; using Android.App; using Android.Content; using Microsoft.Identity.Client.Core; using Microsoft.Identity.Client.Internal.Logger; using Microsoft.Identity.Client.Platforms.Android; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Globalization; using Android.App; using Android.Content; using Microsoft.Identity.Client.Core; using Microsoft.Identity.Client.Internal.Logger; using Microsoft.Identity.Client.Platforms.Android; ...
87815ca5dc0a44fadbbe71d69fe173cb151428f1
#295 - After successful login, token validation is omitted.
#295 - After successful login, token validation is omitted.
maraf/Money,maraf/Money
src/Money.UI.Blazor/Services/ApiAuthenticationStateProvider.cs
apache-2.0
1,591,807,734
using Microsoft.AspNetCore.Components.Authorization; using Money.Events; using Money.Queries; using Neptuo; using Neptuo.Events; using Neptuo.Logging; using Neptuo.Queries; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using Sy...
using Microsoft.AspNetCore.Components.Authorization; using Money.Events; using Money.Queries; using Neptuo; using Neptuo.Events; using Neptuo.Logging; using Neptuo.Queries; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using Sy...
7cf12dc7511acfe741fbae1ee19b5ef7483ed5e2
Made delivery count internal.
Made delivery count internal.
chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet
Source/MQTTnet/MqttApplicationMessage.cs
mit
1,591,807,515
using System.Collections.Generic; using MQTTnet.Packets; using MQTTnet.Protocol; namespace MQTTnet { public class MqttApplicationMessage { public string Topic { get; set; } public byte[] Payload { get; set; } public MqttQualityOfServiceLevel QualityOfServiceLevel { get; set; } ...
using System.Collections.Generic; using MQTTnet.Packets; using MQTTnet.Protocol; namespace MQTTnet { public class MqttApplicationMessage { public string Topic { get; set; } public byte[] Payload { get; set; } public MqttQualityOfServiceLevel QualityOfServiceLevel { get; set; } ...
307080ae3aa12aee1d216dd3a0b1c5ad2a3da88d
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,591,807,408
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 ...
beda6211b5505e0a7bbc0303090b916c90c77200
Review KeyLookup.GetKey.
Review KeyLookup.GetKey.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Models/GraphElementPropertyModel.cs
mit
1,591,807,266
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public sta...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public sta...
7215b67a85cd08376cee8cab87fd5806268343d2
#145 - Fixes that ResourceKeys can be case-insensitive
#145 - Fixes that ResourceKeys can be case-insensitive
valdisiljuconoks/LocalizationProvider,valdisiljuconoks/LocalizationProvider
src/DbLocalizationProvider/Cache/BaseCacheManager.cs
apache-2.0
1,591,807,208
// Copyright (c) Valdis Iljuconoks. All rights reserved. // Licensed under Apache-2.0. See the LICENSE file in the project root for more information using System; using System.Collections.Concurrent; namespace DbLocalizationProvider.Cache { internal class BaseCacheManager : ICacheManager { private ICa...
// Copyright (c) Valdis Iljuconoks. All rights reserved. // Licensed under Apache-2.0. See the LICENSE file in the project root for more information using System; using System.Collections.Concurrent; namespace DbLocalizationProvider.Cache { internal class BaseCacheManager : ICacheManager { private ICa...
f8c9746727b2343eaa4462fd6fa27697ca33477d
Done FileSystem api docs
Done FileSystem api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/FileSystem/FileSystem.cs
bsd-3-clause
1,591,806,672
using System; using System.Collections.Generic; using System.IO; using Cosmos.HAL.BlockDevice; using Cosmos.System.FileSystem.FAT; using Cosmos.System.FileSystem.Listing; namespace Cosmos.System.FileSystem { /// <summary> /// FileSystem abstract class. /// </summary> public abstract class FileSystem ...
using System; using System.Collections.Generic; using System.IO; using Cosmos.HAL.BlockDevice; using Cosmos.System.FileSystem.FAT; using Cosmos.System.FileSystem.Listing; namespace Cosmos.System.FileSystem { public abstract class FileSystem { /// <summary> /// Initializes a new instance of the...
db8eb98474728c8f145df144c4215972622dc92e
Make the Data Protection validation handlers consistent with their server counterpart
Make the Data Protection validation handlers consistent with their server counterpart
openiddict/core,openiddict/openiddict-core,openiddict/openiddict-core,openiddict/openiddict-core,openiddict/core,openiddict/openiddict-core,openiddict/openiddict-core,openiddict/core
src/OpenIddict.Validation.DataProtection/OpenIddictValidationDataProtectionHandlers.cs
apache-2.0
1,591,805,980
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/openiddict/openiddict-core for more information concerning * the license and the contributors participating to this project. */ using System; using System.Collections.Immutable; using System.C...
/* * Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) * See https://github.com/openiddict/openiddict-core for more information concerning * the license and the contributors participating to this project. */ using System; using System.Collections.Immutable; using System.C...
361aacbb350188248e4d5788e27210f15f1e014f
Fix - Tolte le notifiche di Matrix
Fix - Tolte le notifiche di Matrix
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Sender/GestioneChiamata/NotificationInserimentoChiamata.cs
agpl-3.0
1,591,805,805
//----------------------------------------------------------------------- // <copyright file="NotificationInserimentoChiamata.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 Gen...
//----------------------------------------------------------------------- // <copyright file="NotificationInserimentoChiamata.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 Gen...
e36ead5d2739521a6efaabd9b74a827817c48f86
Fix - Mappata la targa del mezzo negli eventi di "ArrivoSulPosto","PartenzaInRientro","PartenzaRientrata"
Fix - Mappata la targa del mezzo negli eventi di "ArrivoSulPosto","PartenzaInRientro","PartenzaRientrata"
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSoccorso/ListaEventi/ListaEventiQueryHandler.cs
agpl-3.0
1,591,805,673
//----------------------------------------------------------------------- // <copyright file="ListaEventiQueryHandler.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 Pub...
//----------------------------------------------------------------------- // <copyright file="ListaEventiQueryHandler.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 Pub...
1598e26a7551e135a4edad1b2bbdc5a44276f9b5
Add API for patch
Add API for patch
alvachien/achihapi
src/hihapi/Controllers/Finance/FinanceAccountsController.cs
mit
1,591,805,284
using System; using System.Linq; using System.IO; using System.Collections.Generic; using Microsoft.AspNet.OData; using Microsoft.EntityFrameworkCore; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Microsoft.AspNet...
using System; using System.Linq; using System.IO; using System.Collections.Generic; using Microsoft.AspNet.OData; using Microsoft.EntityFrameworkCore; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Microsoft.AspNet...
f4e6d6f3f67a5a2a51cd4ff23a21ea3bf96b7cac
Null check
Null check Parameter type may be null when updating Task work item type.
ekincaglar/clarizen
Ekin.Clarizen/Common/response.cs
mit
1,591,803,919
using Ekin.Clarizen.Interfaces; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Ekin.Clarizen { public class response { /// <summary> /// Status code (200 for OK, 500 for error) /// </summ...
using Ekin.Clarizen.Interfaces; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Ekin.Clarizen { public class response { /// <summary> /// Status code (200 for OK, 500 for error) /// </summ...
ee1a108bed4bca2e80c30168acd7026a510f28ba
DisposableTransientComponentAnalyzer accidentally promoted the full interface names instead of the simplified name. #791
DisposableTransientComponentAnalyzer accidentally promoted the full interface names instead of the simplified name. #791
simpleinjector/SimpleInjector
src/SimpleInjector/Diagnostics/Analyzers/DisposableTransientComponentAnalyzer.cs
mit
1,591,803,518
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector.Diagnostics.Analyzers { using System; using System.Collections.Generic; using System.Globalization; using System...
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector.Diagnostics.Analyzers { using System; using System.Collections.Generic; using System.Globalization; using System...
7807ded47928da243e1cdfa030a9613ee812c9c6
Adds in missing tests for a complex editor such as the grid storing a NC value along with replacing only missing keys
Adds in missing tests for a complex editor such as the grid storing a NC value along with replacing only missing keys
leekelleher/Umbraco-CMS,tcmorris/Umbraco-CMS,NikRimington/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,leekelleher/Umbraco-CMS,NikRimington/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,dawoe/Umbraco-CMS,tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc...
src/Umbraco.Tests/PropertyEditors/NestedContentPropertyComponentTests.cs
mit
1,591,803,231
using Newtonsoft.Json; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Umbraco.Web.Compose; namespace Umbraco.Tests.PropertyEditors { [TestFixture] public class NestedContentPropertyComponentTests { [T...
using Newtonsoft.Json; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Umbraco.Web.Compose; namespace Umbraco.Tests.PropertyEditors { [TestFixture] public class NestedContentPropertyComponentTests { [T...
ddac4b9726b376dae37ca487aa8fc5384464ed51
math stuff
math stuff
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Weapons/FireLemon.cs
agpl-3.0
1,591,802,795
using System.Collections; using System; using UnityEngine; using Mirror; /// <summary> /// Generic grenade base. /// </summary> [RequireComponent(typeof(Pickupable))] public class FireLemon : NetworkBehaviour, IPredictedInteractable<HandActivate>, IServerDespawn { [SerializeField] [Tooltip("Explosion prefab")] priv...
using System.Collections; using UnityEngine; using Mirror; /// <summary> /// Generic grenade base. /// </summary> [RequireComponent(typeof(Pickupable))] public class FireLemon : NetworkBehaviour, IPredictedInteractable<HandActivate>, IServerDespawn { [SerializeField] [Tooltip("Explosion prefab")] private Explosion ...
3b8236fc83f7d960715d95f616070cb120ea86cf
Adds an editor override for the potency.
Adds an editor override for the potency.
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Weapons/FireLemon.cs
agpl-3.0
1,591,802,124
using System.Collections; using UnityEngine; using Mirror; /// <summary> /// Generic grenade base. /// </summary> [RequireComponent(typeof(Pickupable))] public class FireLemon : NetworkBehaviour, IPredictedInteractable<HandActivate>, IServerDespawn { [SerializeField] [Tooltip("Explosion prefab")] private Explosion ...
using System.Collections; using System.Collections.Generic; using System.Linq; using Light2D; using UnityEngine; using UnityEngine.EventSystems; using Mirror; /// <summary> /// Generic grenade base. /// </summary> [RequireComponent(typeof(Pickupable))] public class FireLemon : NetworkBehaviour, IPredictedInteractable<...
283d86e689e74a7d9dd3f8ce93ce692b596e6df0
Use simple using statements, improve code.
Use simple using statements, improve code.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/Administration.cs
mit
1,591,801,946
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Replacements; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; u...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Replacements; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; u...
d559ed3662c1e6c0768a9065f40c6b08c9936520
Fixed TestHelper to be more robust
Fixed TestHelper to be more robust
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
UnitTests/TestHelper.cs
mit
1,591,801,879
// // TestHelper.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software...
// // TestHelper.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software...
874c26a7bdf9ee39dfd081662254915ff11cf119
Format Administration.cs.
Format Administration.cs.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/Administration.cs
mit
1,591,801,836
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Replacements; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; u...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Replacements; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; u...
aecda4330327b7907bcad681316a22c58014e2a8
Format Birthday.cs.
Format Birthday.cs.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Birthday/Birthday.cs
mit
1,591,801,765
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Birthday.Models; using Mitternacht.Modules.Birthday.Services; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Birthday.Models; using Mitternacht.Modules.Birthday.Services; usin...
48a993b5b9ee263d1b6cac6c780e96a97d62b64e
Use simple using statements.
Use simple using statements.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Birthday/Birthday.cs
mit
1,591,801,757
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Birthday.Models; using Mitternacht.Modules.Birthday.Services; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Birthday.Models; using Mitternacht.Modules.Birthday.Services; usin...
fa700c4c5d542cd5db2abfc464e03d3ff9f21706
Simplify unnecessarily complicated compile options
Simplify unnecessarily complicated compile options
cheong00/MSDNDemos,cheong00/MSDNDemos,cheong00/MSDNDemos
pastefile/pastefile.cs
mit
1,591,801,754
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; /// Just use "csc pastefile.cs" to compile this project namespace pastefile { static class Program { [STAThread] s...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; /// Just use "csc -reference:%windir%\Microsoft.NET\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll,%w...
67785f030bbd4d674f9a9a477bfeef84280aceb4
Format GuildConfigRepository.cs.
Format GuildConfigRepository.cs.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Services/Database/Repositories/Impl/GuildConfigRepository.cs
mit
1,591,801,375
using System; using System.Collections.Generic; using System.Linq; using Microsoft.EntityFrameworkCore; using Mitternacht.Services.Database.Models; using System.Linq.Expressions; namespace Mitternacht.Services.Database.Repositories.Impl { public class GuildConfigRepository : Repository<GuildConfig>, IGuildConfigRepos...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.EntityFrameworkCore; using Mitternacht.Services.Database.Models; using System.Linq.Expressions; namespace Mitternacht.Services.Database.Repositories.Impl { public class GuildConfigRepository : Repository<GuildConfig>, IGuildConfigRe...
16e45d96af0cddb2f78c0b118e2067f589d05c41
Fix ResolvedDependsFiles, it shouldn't contain TargetCopyFiles
Fix ResolvedDependsFiles, it shouldn't contain TargetCopyFiles
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Project.Configuration.cs
apache-2.0
1,591,800,965
// Copyright (c) 2017 Ubisoft Entertainment // // 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 (c) 2017 Ubisoft Entertainment // // 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...
d9b2ed5b6555a3f9a888114e869c662d693d4389
Improve loading speed of guildconfig page.
Improve loading speed of guildconfig page.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Areas/Guild/Controllers/GuildConfigController.cs
mit
1,591,800,699
using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Mitternacht.Services; using Mitternacht.Services.Database.Models; namespace MitternachtWeb.Areas.Guild.Controllers { [Area("Guild")] public class GuildConfigController : GuildBaseController { private readonly DbService _db; public GuildConfigCo...
using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Mitternacht.Services; using Mitternacht.Services.Database.Models; namespace MitternachtWeb.Areas.Guild.Controllers { [Area("Guild")] public class GuildConfigController : GuildBaseController { private readonly DbService _db; public GuildConfigCo...
7edb2d7d783749a44a725ac07c1239f6ec80caf3
Fix - MatrixLog
Fix - MatrixLog
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Sender/GestioneChiamata/NotificationInserimentoChiamata.cs
agpl-3.0
1,591,800,595
//----------------------------------------------------------------------- // <copyright file="NotificationInserimentoChiamata.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 Gen...
//----------------------------------------------------------------------- // <copyright file="NotificationInserimentoChiamata.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 Gen...
c9fa0e24d2f15f066622b83e4d9c46357aa3d88b
Protect against ABRs in AuthenticationResults.TryParse
Protect against ABRs in AuthenticationResults.TryParse Fixes issue #581
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/AuthenticationResults.cs
mit
1,591,800,040
// // AuthenticationResults.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in t...
// // AuthenticationResults.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in t...
c63ddf0e02ff1c4ef9c7715d7cf7d9e484dd557a
Add 2 product tests and fix another - adding/updating product and creating a cart (#461)
Add 2 product tests and fix another - adding/updating product and creating a cart (#461)
brandonseydel/MailChimp.Net
MailChimp.Net.Tests/ECommerceLogicTest.cs
mit
1,591,799,799
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ApiTest.cs" company="Brandon Seydel"> // N/A // </copyright> // ------------------------------------------------------------------------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ApiTest.cs" company="Brandon Seydel"> // N/A // </copyright> // ------------------------------------------------------------------------------------------------------------------...
db0d6675ce2c93872ab1fec9df8b03fa097c921b
Bug fix. Clear all lists rather than 1 because MailChimp only allows 1 list on its free plan (#462)
Bug fix. Clear all lists rather than 1 because MailChimp only allows 1 list on its free plan (#462)
brandonseydel/MailChimp.Net
MailChimp.Net.Tests/ListWebhookTests.cs
mit
1,591,799,787
using System.Threading.Tasks; using FluentAssertions; using MailChimp.Net.Models; using Xunit; namespace MailChimp.Net.Tests { public class ListWebhookTests : MailChimpTest { private const string ListName = "TestListWebhooks"; private string _listId = string.Empty; internal override as...
using System.Threading.Tasks; using FluentAssertions; using MailChimp.Net.Models; using Xunit; namespace MailChimp.Net.Tests { public class ListWebhookTests : MailChimpTest { private const string ListName = "TestListWebhooks"; private string _listId = string.Empty; internal override as...
c8f36d70565a88d88b2c4e7a59ab2e4e0416af7a
Change the product update to work in a single patch request (#463)
Change the product update to work in a single patch request (#463)
brandonseydel/MailChimp.Net
MailChimp.Net/Logic/ECommerceProductLogic.cs
mit
1,591,799,776
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ECommerceProductLogic.cs" company="Brandon Seydel"> // N/A // </copyright> // ----------------------------------------------------------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ECommerceProductLogic.cs" company="Brandon Seydel"> // N/A // </copyright> // ----------------------------------------------------------------------------------------------------...
c0407333a7eedef7640dac64f9f9242018a970ba
UWP does noet like &nbsp;
UWP does noet like &nbsp;
matteobortolazzo/HtmlLabelPlugin
src/HtmlLabel/UWP/HtmlTextBehavior.cs
mit
1,591,799,308
using System; using System.Text.RegularExpressions; using System.Xml.Linq; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Documents; using LabelHtml.Forms.Plugin.Abstractions; using Xamarin.Forms.Platform.UWP; using LabelHtml.Forms.Plugin.UWP; using Span = Windows.UI.Xaml.Documents.Span; ...
using System; using System.Text.RegularExpressions; using System.Xml.Linq; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Documents; using LabelHtml.Forms.Plugin.Abstractions; using Xamarin.Forms.Platform.UWP; using LabelHtml.Forms.Plugin.UWP; using Span = Windows.UI.Xaml.Documents.Span; ...
a10dfeb3ff595bcf8d853bece2d97c1ce0a2c081
Pipes fixes
Pipes fixes
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Messaging.Pipes/Routing/PipeAppMessageRouter.cs
mit
1,591,799,064
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PipeAppMessageRouter.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="PipeAppMessageRouter.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
ebbb75f8c9ca5f9e4fe424ca4f9c8d838d09671a
FIxed RSA conversion unit test to pass with RSACng
FIxed RSA conversion unit test to pass with RSACng
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
UnitTests/Cryptography/AsymmetricAlgorithmExtensionTests.cs
mit
1,591,798,181
// // AsymmetricAlgorithmExtensionTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to ...
// // AsymmetricAlgorithmExtensionTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to ...
3694510ec3f0a95ffed8961d5a4db14abb6bb6ba
Fix - MatrixLog
Fix - MatrixLog
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Utility/CallMatrix.cs
agpl-3.0
1,591,797,746
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.Models.Classi.Matrix; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices.WindowsRuntime; using System.Runtime.Seria...
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.Models.Classi.Matrix; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices.WindowsRuntime; using System.Runtime.Seria...
c7a552739f12102a32689e6828b215871d29f010
TINKERPOP-2377 .NET GLV: Check for null earlier
TINKERPOP-2377 .NET GLV: Check for null earlier
apache/tinkerpop,apache/tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop,apache/tinkerpop,apache/tinkerpop,apache/tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop,apache/incubator-tinkerpop
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Bytecode.cs
apache-2.0
1,591,796,959
#region License /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the *...
#region License /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the *...
e43047d591ff61ff490fe8840bbaa67dc1aa2d33
Added a method to be able to add user assemblies after init In Visual Studio it is possible to Load Symbols for existing assemblies. This functionality results in new assemblies being debuggable in the middle of the debug session. I'm adding this method so I can use this functionality, but also to be able to load symbo...
Added a method to be able to add user assemblies after init In Visual Studio it is possible to Load Symbols for existing assemblies. This functionality results in new assemblies being debuggable in the middle of the debug session. I'm adding this method so I can use this functionality, but also to be able to load symbo...
mono/debugger-libs,mono/debugger-libs
Mono.Debugging.Soft/SoftDebuggerSession.cs
mit
1,591,796,757
// // SoftDebuggerSession.cs // // Authors: Lluis Sanchez Gual <lluis@novell.com> // Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any perso...
// // SoftDebuggerSession.cs // // Authors: Lluis Sanchez Gual <lluis@novell.com> // Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any perso...
df6b305cc9d32b9c8541f5f59021f3f8a13d959e
less allocatey logging for trigger details (#2505)
less allocatey logging for trigger details (#2505)
Azure/azure-webjobs-sdk,Azure/azure-webjobs-sdk,Azure/azure-webjobs-sdk
src/Microsoft.Azure.WebJobs.Host/Loggers/FunctionInstanceLogger.cs
mit
1,591,796,096
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.WebJobs.Host.Protocols; using Microsoft...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.WebJobs.Host.Protocols; using Microsoft.Azure.WebJobs.Logg...
41fbe7b716cce0c1af668beaa3171ab4f91e373b
remove redundant login events from ASP.NET Identity ROPF implementation #4173
remove redundant login events from ASP.NET Identity ROPF implementation #4173
MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4
src/AspNetIdentity/src/ResourceOwnerPasswordValidator.cs
apache-2.0
1,591,795,277
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Models; using IdentityServer4.Validation; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; usin...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Models; using IdentityServer4.Validation; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; usin...
49181651a4b0586af58d650f5cc1b62d30e9ed61
Fix - MatrixLog
Fix - MatrixLog
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Utility/CallMatrix.cs
agpl-3.0
1,591,795,204
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.Models.Classi.Matrix; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices.WindowsRuntime; using System.Runtime.Seria...
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.Models.Classi.Matrix; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices.WindowsRuntime; using System.Runtime.Seria...
4369d79a423f0abed0286fe37d27e0bf16604bcf
Changed var name
Changed var name
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts/Commands/RemoveLegalEntity/RemoveLegalEntityCommandHandler.cs
mit
1,591,794,913
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MediatR; using SFA.DAS.Audit.Types; using SFA.DAS.Commitments.Api.Client.Interfaces; using SFA.DAS.EmployerAccounts.Commands.AuditCommand; using SFA.DAS.EmployerAccounts.Commands.PublishGenericEvent; using SFA.DAS.Em...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MediatR; using SFA.DAS.Audit.Types; using SFA.DAS.Commitments.Api.Client.Interfaces; using SFA.DAS.EmployerAccounts.Commands.AuditCommand; using SFA.DAS.EmployerAccounts.Commands.PublishGenericEvent; using SFA.DAS.Em...
b6e1d47fe1250eeeb3ee3e96f55862776aab8286
Fix - LogMatrix
Fix - LogMatrix
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Utility/CallMatrix.cs
agpl-3.0
1,591,794,801
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.Models.Classi.Matrix; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices.WindowsRuntime; using System.Runtime.Seria...
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.Models.Classi.Matrix; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices.WindowsRuntime; using System.Runtime.Seria...
d210a1cb7488c90ca66462e837bd46a02fd9d0f0
Fix - LogMatrix
Fix - LogMatrix
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Sender/GestioneChiamata/NotificationInserimentoChiamata.cs
agpl-3.0
1,591,794,323
//----------------------------------------------------------------------- // <copyright file="NotificationInserimentoChiamata.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 Gen...
//----------------------------------------------------------------------- // <copyright file="NotificationInserimentoChiamata.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 Gen...