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
fa85a2bbba4a0f24d6261c74feeb07562af80c45
Combine make reset and evaluate do the same thing. (#665)
Combine make reset and evaluate do the same thing. (#665)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Handlers/IssueCommentHandler.cs
mit
1,591,055,979
using Azure.Sdk.Tools.CheckEnforcer.Configuration; using Azure.Sdk.Tools.CheckEnforcer.Integrations.GitHub; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Primitives; using Microsoft.Identity.Client; using Octokit; using System; using System.Collections.Generic; using System.Linq; using System.Text; us...
using Azure.Sdk.Tools.CheckEnforcer.Configuration; using Azure.Sdk.Tools.CheckEnforcer.Integrations.GitHub; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Primitives; using Microsoft.Identity.Client; using Octokit; using System; using System.Collections.Generic; using System.Linq; using System.Text; us...
6db85a879959c456a564c30b315bd57ca49e5950
Attempting to fix teamcity build.
Attempting to fix teamcity build.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/BuildServerUploader/BuildServerUploaderConsole/Processes/UpdateAssemblyVersions.cs
mit
1,591,055,632
using System; using System.Globalization; using FlatRedBall.IO; using System.Collections.Generic; namespace BuildServerUploaderConsole.Processes { class UpdateAssemblyVersions : ProcessStep { public static readonly string VersionString = DateTime.Today.Date.ToString("d", CultureInfo.Create...
using System; using System.Globalization; using FlatRedBall.IO; using System.Collections.Generic; namespace BuildServerUploaderConsole.Processes { class UpdateAssemblyVersions : ProcessStep { public static readonly string VersionString = DateTime.Today.Date.ToString("d", CultureInfo.Create...
c7fc756801fb05926122e1532c6dc7bbda7562f5
use int.TryParse
use int.TryParse
sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,cdmihai/msbuild,mono/msbuild,sean-gilliam/msbuild,mono/msbuild,mono/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,mono/msbuild,cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuil...
src/Build/Evaluation/Expander.cs
mit
1,591,055,217
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeA...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeA...
f61c0cb1e0c39870a6588fce01f6e1c1de310cae
[-] Correção na leitura da assinatura do retorno do cancelamento.
[-] Correção na leitura da assinatura do retorno do cancelamento.
ACBrNet/ACBr.Net.NFSe
src/ACBr.Net.NFSe/Providers/ProviderABRASF201.cs
mit
1,591,054,798
// *********************************************************************** // Assembly : ACBr.Net.NFSe // Author : Rafael Dias // Created : 27-01-2020 // // Last Modified By : Rafael Dias // Last Modified On : 06-02-2020 // ********************************************************************...
// *********************************************************************** // Assembly : ACBr.Net.NFSe // Author : Rafael Dias // Created : 27-01-2020 // // Last Modified By : Rafael Dias // Last Modified On : 06-02-2020 // ********************************************************************...
ad627b55f6676e8964dab40d5799df6a9a16aa92
finished list processing (remove renamed, moved, invisible package from added list)
finished list processing (remove renamed, moved, invisible package from added list)
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs
apache-2.0
1,591,054,794
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.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
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.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
a0813da1f06e621859f04c0882921dc83007fb86
Made ShouldPurge protected and virtual in eviction strategy. (#6560)
Made ShouldPurge protected and virtual in eviction strategy. (#6560) * Made ShouldPurge public and virtual in eviction strategy. * Made ShouldPurge protected.
galvesribeiro/orleans,ReubenBond/orleans,ReubenBond/orleans,ibondy/orleans,waynemunro/orleans,dotnet/orleans,jason-bragg/orleans,hoopsomuah/orleans,veikkoeeva/orleans,yevhen/orleans,amccool/orleans,ElanHasson/orleans,benjaminpetit/orleans,waynemunro/orleans,jthelin/orleans,waynemunro/orleans,ibondy/orleans,hoopsomuah/o...
src/OrleansProviders/Streams/Common/PooledCache/ChronologicalEvictionStrategy.cs
mit
1,591,053,299
using System; using System.Collections.Generic; using Microsoft.Extensions.Logging; using Orleans.Runtime; namespace Orleans.Providers.Streams.Common { /// <summary> /// Eviction strategy that evicts data based off of age. /// </summary> public class ChronologicalEvictionStrategy : IEvictionStrategy ...
using System; using System.Collections.Generic; using Microsoft.Extensions.Logging; using Orleans.Runtime; namespace Orleans.Providers.Streams.Common { /// <summary> /// Eviction strategy that evicts data based off of age. /// </summary> public class ChronologicalEvictionStrategy : IEvictionStrategy ...
a7178da708d79f44acc204bccde773e6600d55b6
Handle leading and trailing whitespace for comments. (#664)
Handle leading and trailing whitespace for comments. (#664)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Handlers/IssueCommentHandler.cs
mit
1,591,053,145
using Azure.Sdk.Tools.CheckEnforcer.Configuration; using Azure.Sdk.Tools.CheckEnforcer.Integrations.GitHub; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Primitives; using Microsoft.Identity.Client; using Octokit; using System; using System.Collections.Generic; using System.Linq; using System.Text; us...
using Azure.Sdk.Tools.CheckEnforcer.Configuration; using Azure.Sdk.Tools.CheckEnforcer.Integrations.GitHub; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Primitives; using Microsoft.Identity.Client; using Octokit; using System; using System.Collections.Generic; using System.Linq; using System.Text; us...
a0ff79b5e077ccc495f7ac54485cf378f0ecda89
initial re-work of database update status code
initial re-work of database update status code
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs
apache-2.0
1,591,052,889
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.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
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.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
15f3ab2ae832a588808737ed9f7f914801424b14
Added package comparitor class based on UID property
Added package comparitor class based on UID property
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/DatabaseComponents/DatabasePackage.cs
apache-2.0
1,591,052,838
using RelhaxModpack.DatabaseComponents; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; namespace RelhaxModpack { /// <summary> /// A database component is the base class for all other packages /// </summary> public class DatabasePackage : IDatabaseCom...
using RelhaxModpack.DatabaseComponents; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; namespace RelhaxModpack { /// <summary> /// A database component is the base class for all other packages /// </summary> public class DatabasePackage : IDatabaseCom...
31b4773a32329d670f924ffeb7e4789e567cf3cc
Fixes #304
Fixes #304
pardeike/Harmony
Harmony/Internal/PatchModels.cs
mit
1,591,050,778
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace HarmonyLib { // PatchJobs holds the information during correlation // of methods and patches while processing attribute patches // internal class PatchJobs<T> { internal class Job { internal MethodBase ori...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace HarmonyLib { // PatchJobs holds the information during correlation // of methods and patches while processing attribute patches // internal class PatchJobs<T> { internal class Job { internal MethodBase ori...
9253d2945f58a0fafc5ae1f9e4e2f0169add7622
finished code to maintain supportedClients xml document. Removed code that does a sloppy job of it from the database update/publish feature. Now it will just tell you if you should run it.
finished code to maintain supportedClients xml document. Removed code that does a sloppy job of it from the database update/publish feature. Now it will just tell you if you should run it.
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs
apache-2.0
1,591,049,358
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.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
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.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
fdf3716f9d737645e6bd648e4810d657c8b7cd3c
added removal of empty string entries to FTPListFilesFolders and FTPListFilesFoldersAsync. Added single level removal of files for FTPDeleteFolder and FTPDeleteFolderAsync to be able to then delete an empty folder.
added removal of empty string entries to FTPListFilesFolders and FTPListFilesFoldersAsync. Added single level removal of files for FTPDeleteFolder and FTPDeleteFolderAsync to be able to then delete an empty folder.
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Utils/Utils.cs
apache-2.0
1,591,049,271
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
af0a77087f25b4765e3f705228684c56f3eb3bac
Change order in which the tables show up in the report. (#668)
Change order in which the tables show up in the report. (#668)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/github-issues/Azure.Sdk.Tools.GitHubIssues/Reports/FindNewGitHubIssuesAndPRs.cs
mit
1,591,048,574
using Azure.Storage.Blobs; using GitHubIssues.Helpers; using GitHubIssues.Html; using GitHubIssues.Models; using Microsoft.Extensions.Logging; using Octokit; using OutputColorizer; using System; using System.Collections.Generic; using System.Linq; namespace GitHubIssues.Reports { internal class FindNewGitHubIssue...
using Azure.Storage.Blobs; using GitHubIssues.Helpers; using GitHubIssues.Html; using GitHubIssues.Models; using Microsoft.Extensions.Logging; using Octokit; using OutputColorizer; using System; using System.Collections.Generic; using System.Linq; namespace GitHubIssues.Reports { internal class FindNewGitHubIssue...
4dfd4ad3be4f48451b0c8f68634fd9b73ff1a2fe
Reset to one second.
Reset to one second.
krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,591,048,558
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs need to be set up in the config.json file. Support...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs need to be set up in the config.json file. Support...
ea6c52ca36a3c1f4734295121d3ef542aea0272a
Maybe we don't want this checked at all?
Maybe we don't want this checked at all?
ucdavis/CRP,ucdavis/CRP
CRP.Core/Domain/PaymentLog.cs
mit
1,591,047,521
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using CRP.Core.Helpers; using CRP.Core.Validation.Extensions; using UCDArch.Core.DomainModel; namespace CRP.Core.Domain { public class PaymentLog : DomainObject { public PaymentLog() { SetDefaults...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using CRP.Core.Helpers; using CRP.Core.Validation.Extensions; using UCDArch.Core.DomainModel; namespace CRP.Core.Domain { public class PaymentLog : DomainObject { public PaymentLog() { SetDefaults...
eb21e4ea275ea7293721a8669b2a6dd2c2dc0b94
SubscriptionOnlineMessageAdapter. Fix unsubscribe order status.
SubscriptionOnlineMessageAdapter. Fix unsubscribe order status.
StockSharp/StockSharp
Algo/SubscriptionOnlineMessageAdapter.cs
apache-2.0
1,591,045,592
namespace StockSharp.Algo { using System; using System.Collections.Generic; using Ecng.Common; using Ecng.Collections; using StockSharp.Messages; using StockSharp.Localization; using StockSharp.Logging; /// <summary> /// Online subscription counter adapter. /// </summary> public class SubscriptionOnlineM...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using Ecng.Common; using Ecng.Collections; using StockSharp.Messages; using StockSharp.Localization; using StockSharp.Logging; /// <summary> /// Online subscription counter adapter. /// </summary> public class SubscriptionOnlineM...
319b1a03e6ec2304a0a80caf226ba385f8ba1150
apply default network timeout to queue options. (#1000)
apply default network timeout to queue options. (#1000)
Azure/azure-storage-net
Lib/Common/Queue/QueueRequestOptions.cs
apache-2.0
1,591,044,225
// ----------------------------------------------------------------------------------------- // <copyright file="QueueRequestOptions.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
// ----------------------------------------------------------------------------------------- // <copyright file="QueueRequestOptions.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
b792c40985bf59eb0dc145a4f95c5a1fe0814473
fixed #1005
fixed #1005
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/oscript/DebugBehavior.cs
mpl-2.0
1,591,043,935
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ us...
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ us...
8d5ad728efaf12941da052ef186592a9be06b615
Version update
Version update
ekincaglar/clarizen
Ekin.Clarizen/Common/fieldDescription.cs
mit
1,591,043,428
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml.Serialization; namespace Ekin.Clarizen { public class fieldDescription { public string name { get; set; } /// <summary> /// Possible values: /// Boolean ...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml.Serialization; namespace Ekin.Clarizen { public class fieldDescription { public string name { get; set; } /// <summary> /// Possible values: /// Boolean ...
b6c514df80021dad689f0c4fd18c7f33b72702af
Add unit test for preview-only header when migrating down
Add unit test for preview-only header when migrating down
amroel/fluentmigrator,fluentmigrator/fluentmigrator,stsrki/fluentmigrator,stsrki/fluentmigrator,schambers/fluentmigrator,schambers/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator,schambers/fluentmigrator,spaccabit/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator
test/FluentMigrator.Tests/Unit/Runners/MigratorConsoleTests.cs
apache-2.0
1,591,043,381
#region License // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // // 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 // // U...
#region License // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // // 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 // // U...
850e31d4dc9e3ec56f4f2537512fb14057be25e4
Add missing second param for verbose command line arg
Add missing second param for verbose command line arg
stsrki/fluentmigrator,fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,schambers/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator,schambers/fluentmigrator,spaccabit/fluentmigrator,schambers/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator
test/FluentMigrator.Tests/Unit/Runners/MigratorConsoleTests.cs
apache-2.0
1,591,043,278
#region License // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // // 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 // // U...
#region License // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // // 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 // // U...
77aa6aa386eb169424c5e1ad4d5350ccc034281f
Use local mutex
Use local mutex https://docs.microsoft.com/en-us/dotnet/api/system.threading.mutex?redirectedfrom=MSDN&view=netcore-3.1#remarks
quasar/QuasarRAT
Quasar.Client/Utilities/SingleInstanceMutex.cs
mit
1,591,043,048
using System; using System.Threading; namespace Quasar.Client.Utilities { /// <summary> /// A user-wide mutex that ensures that only one instance runs at a time. /// </summary> public class SingleInstanceMutex : IDisposable { /// <summary> /// The mutex used for process synchroniza...
using System; using System.Threading; namespace Quasar.Client.Utilities { /// <summary> /// A system-wide mutex that ensures that only one instance runs at a time. /// </summary> public class SingleInstanceMutex : IDisposable { /// <summary> /// The mutex used for process synchroni...
0ee6069f9a2d3d0b6de2c7e0486fddc743809cb8
added creature image to exportedInfoGraphic
added creature image to exportedInfoGraphic
cadon/ARKStatsExtractor
ARKBreedingStats/library/CreatureExtensions.cs
mit
1,591,040,182
using ARKBreedingStats.Library; using ARKBreedingStats.species; using ARKBreedingStats.values; using System; using System.Drawing; using System.Linq; namespace ARKBreedingStats.library { public static class CreatureExtensions { /// <summary> /// Creates an image with infos about the creature. ...
using ARKBreedingStats.Library; using ARKBreedingStats.species; using ARKBreedingStats.values; using System; using System.Drawing; using System.Linq; namespace ARKBreedingStats.library { public static class CreatureExtensions { /// <summary> /// Creates an image with infos about the creature. ...
d8bbb874c4d44d48dd95cfe922e67d9bc36d908f
Nullability constraints.
Nullability constraints.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Services/ServiceHelper.cs
mit
1,591,039,848
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ServiceHelper.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ServiceHelper.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project ...
f87ad2acc22a0468d81ce816cad8e68a14a11ff5
Removed string based permissions in SupportsPermissionsAttribute.
Removed string based permissions in SupportsPermissionsAttribute.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Security/Authorization/AttributedModel/SupportsPermissionAttribute.cs
mit
1,591,039,636
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SupportsPermissionAttribute.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file i...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SupportsPermissionAttribute.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file i...
5803edd1443d01ac2cca130e2a5eb99f8c1ca160
Update DiscordWebhookMessage.cs
Update DiscordWebhookMessage.cs
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,591,038,830
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs need to be set up in the config.json file. Support...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs need to be set up in the config.json file. Support...
dea490dd8eed7a7f0ec9543106a397a43e18910b
Proper MD5 instance disposal
Proper MD5 instance disposal Close #8
QuadRatNewBy/OneSky-DotNet,QuadRatNewBy/OneSky.CSharp
OneSky.CSharp/OneSky.CSharp/OneSkyHelper.cs
mit
1,591,038,287
namespace OneSky.CSharp { using System; using System.Security.Cryptography; using System.Text; internal class OneSkyHelper { private const string AuthenticationApiKey = "api_key"; private const string AuthenticationTimestamp = "timestamp"; private const string Authenticat...
namespace OneSky.CSharp { using System; using System.Security.Cryptography; using System.Text; internal class OneSkyHelper { private const string AuthenticationApiKey = "api_key"; private const string AuthenticationTimestamp = "timestamp"; private const string Authenticat...
ef2b304830c79b5e66e79fdd1cd1519b1441f1fe
don't ask to download images if they're already downloaded with the installer
don't ask to download images if they're already downloaded with the installer
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.cs
mit
1,591,037,157
using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using Sys...
using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using Sys...
7e3427c53cd427b17e7d2ca527502065d6a9077d
remove stat weighting conversion from 7 stat format
remove stat weighting conversion from 7 stat format
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.cs
mit
1,591,036,949
using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using Sys...
using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using Sys...
0b89e2658ab240fea5c77171dde59c3911c288fb
Revert "removed statWeighting conversion from 7 stat format"
Revert "removed statWeighting conversion from 7 stat format" This reverts commit 9aa0e4809b42b49fbd34385b1ea1cc8a83122b93.
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.cs
mit
1,591,036,750
using ARKBreedingStats.duplicates; using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using Sy...
using ARKBreedingStats.duplicates; using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using Sy...
c98d6374fa3c97ee2c95cf5326bb1605972c8b1e
Remove debug code.
Remove debug code.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
test/AsmResolver.DotNet.Tests/Builder/TokenPreservation/TokenPreservationTestBase.cs
mit
1,591,036,603
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Builder; using AsmResolver.PE.DotNet.Metadata.Tables; using Xunit; namespace AsmResolver.DotNet.Tests.Builder.TokenPreservation { public abstract cla...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Builder; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolv...
9aa0e4809b42b49fbd34385b1ea1cc8a83122b93
removed statWeighting conversion from 7 stat format
removed statWeighting conversion from 7 stat format
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.cs
mit
1,591,036,575
using ARKBreedingStats.duplicates; using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using Sy...
using ARKBreedingStats.duplicates; using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using Sy...
087a2b0bd6175bf38f2de46dfbb71adc7467145a
Setting Next in Build to fix async pager requests
Setting Next in Build to fix async pager requests
recurly/recurly-client-net,recurly/recurly-client-net
Recurly/Pager.cs
mit
1,591,035,840
using System; using System.Linq; using System.Collections; using System.Collections.Generic; using RestSharp; using Newtonsoft.Json; using System.Threading.Tasks; using System.Threading; namespace Recurly { [JsonObject] public class Pager<T> : IEnumerator<T>, IEnumerable<T> { [JsonProperty("has_mor...
using System; using System.Linq; using System.Collections; using System.Collections.Generic; using RestSharp; using Newtonsoft.Json; using System.Threading.Tasks; using System.Threading; namespace Recurly { [JsonObject] public class Pager<T> : IEnumerator<T>, IEnumerable<T> { [JsonProperty("has_mor...
6eca1992acadddef1767aee40d2a12d623af525e
Whitespace
Whitespace
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
Android/GoogleBillingClient/source/GoogleBillingClient/Additions/Additions.cs
mit
1,591,035,801
using Android.App; using Android.BillingClient.Api; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Android.BillingClient.Api { public class ConsumeResult { public BillingResult BillingResult { get; set; } public string PurchaseToken...
using Android.App; using Android.BillingClient.Api; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Android.BillingClient.Api { public class ConsumeResult { public BillingResult BillingResult { get; set; } public string PurchaseToken...
af49d10b4fdf9d706b88baf6b19449e4282e38a9
Tuples -> Types
Tuples -> Types
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
Android/GoogleBillingClient/source/GoogleBillingClient/Additions/Additions.cs
mit
1,591,035,716
using Android.App; using Android.BillingClient.Api; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Android.BillingClient.Api { public class ConsumeResult { public BillingResult BillingResult { get; set; } public string PurchaseToken...
using Android.App; using Android.BillingClient.Api; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Android.BillingClient.Api { public class ConsumeResult { public BillingResult BillingResult { get; set; } public string PurchaseToken...
d6c4df350253957ed653db5b19380e85450ba3b5
Add another StartConnection overload
Add another StartConnection overload
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
Android/GoogleBillingClient/source/GoogleBillingClient/Additions/Additions.cs
mit
1,591,035,267
using Android.App; using Android.BillingClient.Api; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Android.BillingClient.Api { public class ConsumeResult { public BillingResult BillingResult { get; set; } public string PurchaseToken...
using Android.App; using Android.BillingClient.Api; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Android.BillingClient.Api { public class ConsumeResult { public BillingResult BillingResult { get; set; } public string PurchaseToken...
8209fbf89a19abd4d7e78ae70925201b59b569f1
Added more logitech HIDs
Added more logitech HIDs
DarthAffe/RGB.NET,DarthAffe/RGB.NET
RGB.NET.Devices.Logitech/HID/DeviceChecker.cs
lgpl-2.1
1,591,034,950
using System.Collections.Generic; using System.Linq; using HidSharp; using RGB.NET.Core; namespace RGB.NET.Devices.Logitech.HID { //TODO DarthAffe 04.02.2017: Rewrite this once the SDK supports per-device lighting to get all the devices connected. internal static class DeviceChecker { #region Cons...
using System.Collections.Generic; using System.Linq; using HidSharp; using RGB.NET.Core; namespace RGB.NET.Devices.Logitech.HID { //TODO DarthAffe 04.02.2017: Rewrite this once the SDK supports per-device lighting to get all the devices connected. internal static class DeviceChecker { #region Cons...
1a5ef85e4f20a6bdce38e6b50ce80b8f4f0b3429
serializer factory now caches
serializer factory now caches
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization.Recipes/Factory/SerializerFactory.cs
mit
1,591,034,154
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializerFactory.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. W...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializerFactory.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. W...
fd9366a7cff5ed3ac533b97159ac9903b26b7e2d
PG-957: Switched TryFindScriptureRowAtOrAbove to use !IsScripture too.
PG-957: Switched TryFindScriptureRowAtOrAbove to use !IsScripture too.
sillsdev/Glyssen
GlyssenEngine/ViewModels/AssignCharacterViewModel.cs
mit
1,591,033,288
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Glyssen.Shared; using GlyssenEngine.Character; using GlyssenEngine.Script; using GlyssenEngine.Utilities; using SIL.Scripture; using CollectionExtensions = SIL.Extensions.CollectionExtensions; using SIL; using SIL.Report...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Glyssen.Shared; using GlyssenEngine.Character; using GlyssenEngine.Script; using GlyssenEngine.Utilities; using SIL.Scripture; using CollectionExtensions = SIL.Extensions.CollectionExtensions; using SIL; using SIL.Report...
d9b45075cf941e6018fc55b2dd58f07654bbf2f8
SuppressBecause tweak
SuppressBecause tweak
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,591,032,367
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
6c223115b7d1291aa3c394c45d0712a4e0853806
Fix manager
Fix manager
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,591,031,736
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; namespace DiscordWebhook { public class DiscordWebhookMessage : MonoBehaviour { private static DiscordWebhookMessage instance; public static Disc...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; namespace DiscordWebhook { public class DiscordWebhookMessage : MonoBehaviour { private static DiscordWebhookMessage instance; public static Disc...
f3bf0565a4e2552ba7e0b5547b898d5f9e54cccb
Change shortcut key to Ctrl+G.
Change shortcut key to Ctrl+G.
PenguinF/sandra-three
Sandra.UI/MdiContainerForm.UIActions.cs
apache-2.0
1,591,031,516
#region License /********************************************************************************* * MdiContainerForm.UIActions.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
#region License /********************************************************************************* * MdiContainerForm.UIActions.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
c2e94b7fb25f8ae138bce78ba339a39ead17cbcb
Fix: Verify syntax and style on resizes too.
Fix: Verify syntax and style on resizes too.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/SyntaxEditor.cs
apache-2.0
1,591,031,430
#region License /********************************************************************************* * SyntaxEditor.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
#region License /********************************************************************************* * SyntaxEditor.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
30589e3de31dda25cefbbc1ff021cb665367f831
Set StandardChessBoard.ActiveControl.
Set StandardChessBoard.ActiveControl.
PenguinF/sandra-three
Sandra.UI/StandardChessBoard.cs
apache-2.0
1,591,031,133
#region License /********************************************************************************* * StandardChessBoard.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * StandardChessBoard.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
3e99bd56c143ea770b5db61721352d7091e2f942
Add comments.
Add comments.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Discovery/MemberDiscoverer.cs
mit
1,591,030,902
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.D...
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.D...
648c15dbe90fb8c113f7c6b4adeb40d9e10494f6
Skip some tests on Ubuntu 16
Skip some tests on Ubuntu 16
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Identity/test/Identity.Test/IdentityUIScriptsTest.cs
apache-2.0
1,591,030,182
// 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 AngleSharp.Dom.Html; using AngleSharp.Parser.Html; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Syste...
// 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 AngleSharp.Dom.Html; using AngleSharp.Parser.Html; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Syste...
9bfc3d9fabd3251ee4d56e320a8bd33ff69fc7fc
Fix bugs when cancelling a command for The Necronomicon
Fix bugs when cancelling a command for The Necronomicon
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/Modded/Misc/NecronomiconComponentSolver.cs
mit
1,591,029,901
using System; using System.Collections; using UnityEngine; public class NecronomiconComponentSolver : ComponentSolver { public NecronomiconComponentSolver(TwitchModule module) : base(module) { _component = Module.BombComponent.GetComponent(ComponentType); selectables = Module.BombComponent.GetComponent<KMSele...
using System; using System.Collections; using UnityEngine; public class NecronomiconComponentSolver : ComponentSolver { public NecronomiconComponentSolver(TwitchModule module) : base(module) { _component = Module.BombComponent.GetComponent(ComponentType); selectables = Module.BombComponent.GetComponent<KMSele...
24031bc4d1c1a59e5aa95fdb1e9e8df7e10a45b0
BREAKING CHANGE: Changed ShellItemPropertyStore.Descriptions to get a dictionary of PropertyDescription items rather than the PropertyDescriptionList that was already available from ShellItem. Added improved execption when IPropertyStore instance cannot be created due to a shell item with no r/w support.
BREAKING CHANGE: Changed ShellItemPropertyStore.Descriptions to get a dictionary of PropertyDescription items rather than the PropertyDescriptionList that was already available from ShellItem. Added improved execption when IPropertyStore instance cannot be created due to a shell item with no r/w support.
dahall/vanara
Windows.Shell/ShellProperties/ShellItemPropertyStore.cs
mit
1,591,029,685
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Vanara.Extensions; using Vanara.PInvoke; using static Vanara.PInvoke.Ole32; using static Vanara.PInvoke.PropSys; namespace Vanara.Windows.Shell { /// <summary>A property store for a <see cref="She...
using System; using System.Collections.Generic; using System.ComponentModel; using Vanara.Extensions; using static Vanara.PInvoke.Ole32; using static Vanara.PInvoke.PropSys; namespace Vanara.Windows.Shell { /// <summary>A property store for a <see cref="ShellItem"/>.</summary> /// <seealso cref="Vanara.Windows.Shel...
3b668653c28e4345d9d81e84571ad0dd151c311e
Fixes script execution on web api
Fixes script execution on web api
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Scripting/ScriptServiceProvider.cs
bsd-2-clause
1,591,029,541
using System; using System.Collections.Generic; using System.Text; using FlubuCore.Context; using FlubuCore.Targeting; using Microsoft.Extensions.DependencyInjection; namespace FlubuCore.Scripting { public class ScriptServiceProvider : IScriptServiceProvider { private readonly IServiceProvider _servic...
using System; using System.Collections.Generic; using System.Text; using FlubuCore.Context; using FlubuCore.Targeting; using Microsoft.Extensions.DependencyInjection; namespace FlubuCore.Scripting { public class ScriptServiceProvider : IScriptServiceProvider { private readonly IServiceProvider _servic...
26ee1ba93d610a11ed71cc9a25046ea7900c807d
Derived PropertyStore from ReadOnlyPropertyStore
Derived PropertyStore from ReadOnlyPropertyStore
dahall/vanara
Windows.Shell/ShellProperties/PropertyStore.cs
mit
1,591,029,517
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using Vanara.PInvoke; using static Vanara.PInvoke.Ole32; using static Vanara.PInvoke.PropSys; namespace Vanara.Windows.Shell { /// <summary>Encapsulates the ...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using Vanara.PInvoke; using static Vanara.PInvoke.Ole32; using static Vanara.PInvoke.PropSys; namespace Vanara.Windows.Shell { /// <summary>Encapsulates the ...
2a4f9d6a095b2d4cedddc07ca793d846bce9ae3c
Remove redundent metadata builder flags.
Remove redundent metadata builder flags.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/MetadataBuilderFlags.cs
mit
1,591,029,100
using System; namespace AsmResolver.DotNet.Builder { /// <summary> /// Provides members for describing the behaviour of the .NET directory builder. /// </summary> [Flags] public enum MetadataBuilderFlags { /// <summary> /// Indicates no special metadata builder flags. //...
using System; namespace AsmResolver.DotNet.Builder { /// <summary> /// Provides members for describing the behaviour of the .NET directory builder. /// </summary> [Flags] public enum MetadataBuilderFlags { /// <summary> /// Indicates no special metadata builder flags. //...
ce67521ad15dddf780e96861a10f91470fe9ef69
FIX ensure to skip tricky empty federations
FIX ensure to skip tricky empty federations
mdesalvo/RDFSharp
RDFSharp/Query/Mirella/RDFQueryEngine.cs
apache-2.0
1,591,028,927
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
3500286a767be828d45e64eb47df8bf8432f33b2
Fix GlyphRenderingFacts issue for builtin renderer
Fix GlyphRenderingFacts issue for builtin renderer VERY IMPORTANT NOTE =================== //NOTE clear color's alpha channel is the transparency of the drawn text //NOTE A clear color with alpha 0 will make the drawn text invisible!
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/OSImplementation/Windows/Win32OpenGLRenderer.Development.cs
agpl-3.0
1,591,028,125
#define Enable_Jitter using System; using System.Collections.Generic; using System.Runtime.InteropServices; using CSharpGL; using ImGui.OSAbstraction.Graphics; using ImGui.OSImplementation.Shared; using SixLabors.ImageSharp.PixelFormats; namespace ImGui.OSImplementation.Windows { internal partial class Win32OpenG...
#define Enable_Jitter using System; using System.Collections.Generic; using System.Runtime.InteropServices; using CSharpGL; using ImGui.OSAbstraction.Graphics; using ImGui.OSImplementation.Shared; using SixLabors.ImageSharp.PixelFormats; namespace ImGui.OSImplementation.Windows { internal partial class Win32OpenG...
1d0b673dad1fb88e569f6c1516745ab3635eab2a
Documentation changes.
Documentation changes.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core.Endpoints/GetSettingsMessage.cs
mit
1,591,026,601
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="GetSettingsMessage.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pro...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="GetSettingsMessage.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pro...
1ffe4c1a83854bd59ab752a49f0e997c38d143c8
Added functions to C# code for calling money and futures limits
Added functions to C# code for calling money and futures limits
finsight/QuikSharp,buybackoff/QuikSharp
src/QuikSharp/TradingFunctions/TradingFunctions.cs
apache-2.0
1,591,026,397
// Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information. using System; using QuikSharp.DataStructures; using QuikSharp.DataStructures.Transaction; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; n...
// Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information. using System; using QuikSharp.DataStructures; using QuikSharp.DataStructures.Transaction; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; n...
7ff9e77f4b9f704b75e4460f3df40b4261131b74
Fixed packing of SHQUERYRBINFO (#127)
Fixed packing of SHQUERYRBINFO (#127)
dahall/vanara
PInvoke/Shell32/ShellApi.cs
mit
1,591,025,980
using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using Vanara.InteropServices; using static Vanara.PInvoke.ComCtl32; using static Vanara.PInvoke.Kernel32; using static Vanara.PInvoke.PropSys; using static Vanara.PInvoke.User32; namespace Vanara.PInvoke { /// <...
using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using Vanara.InteropServices; using static Vanara.PInvoke.ComCtl32; using static Vanara.PInvoke.Kernel32; using static Vanara.PInvoke.PropSys; using static Vanara.PInvoke.User32; namespace Vanara.PInvoke { /// <...
757b96f9339400ca3ca7c128da60b696f0d58094
Fixing potential issue with SimpleColumn setting a value if it gets back a null value for the property.
Fixing potential issue with SimpleColumn setting a value if it gets back a null value for the property.
JaCraig/Inflatable
src/Inflatable/ClassMapper/PropertyInfo/SimpleColumnInfo.cs
apache-2.0
1,591,025,859
/* Copyright 2017 James Craig Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
/* Copyright 2017 James Craig Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
630369e47f6d58b1056ae6952b2b20335a03f068
Corrected comment.
Corrected comment.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Colors/MagickColor.cs
apache-2.0
1,591,025,687
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
b6e0b905a8e437a247a22733fb996603bcfeb76f
Add Value property to PgnTagValueSyntax.
Add Value property to PgnTagValueSyntax.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnTagValueSyntax.cs
apache-2.0
1,591,023,804
#region License /********************************************************************************* * PgnTagValueSyntax.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
#region License /********************************************************************************* * PgnTagValueSyntax.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
c446a28fc30c0d443c101146a1b603f6dc405377
Fix: Initialize lazy objects during foreach statements.
Fix: Initialize lazy objects during foreach statements.
PenguinF/sandra-three
Eutherion/Shared/Utils/SafeLazyObjectCollection.cs
apache-2.0
1,591,023,783
#region License /********************************************************************************* * SafeLazyObjectCollection.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
#region License /********************************************************************************* * SafeLazyObjectCollection.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
e32428b9e466b780bf01896ec045d98a2a3d82a7
Removed redundant null-check
Removed redundant null-check
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Controls/RouteLinkHelpers.cs
apache-2.0
1,591,023,426
#nullable enable using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json; using DotVVM.Framework.Binding; using DotVVM.Framework.Binding.Expressions; using DotVVM.Framework.Routing; using DotVVM.Framework.Runtime; using DotVVM.Framework.Hosting; using DotVVM.Framework...
#nullable enable using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json; using DotVVM.Framework.Binding; using DotVVM.Framework.Binding.Expressions; using DotVVM.Framework.Routing; using DotVVM.Framework.Runtime; using DotVVM.Framework.Hosting; using DotVVM.Framework...
857938e33969598f0d74d743c804c2aba107990f
Added check for undefined parameters in RouteLinks
Added check for undefined parameters in RouteLinks
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Controls/RouteLinkHelpers.cs
apache-2.0
1,591,023,424
#nullable enable using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json; using DotVVM.Framework.Binding; using DotVVM.Framework.Binding.Expressions; using DotVVM.Framework.Routing; using DotVVM.Framework.Runtime; using DotVVM.Framework.Hosting; using DotVVM.Framework...
#nullable enable using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json; using DotVVM.Framework.Binding; using DotVVM.Framework.Binding.Expressions; using DotVVM.Framework.Routing; using DotVVM.Framework.Runtime; using DotVVM.Framework.Hosting; using DotVVM.Framework...
f9f9c27e6f0faadd605599eb7c385c3a5662a6ab
BUGFIX: insert placeholder method when preserving paramdefs.
BUGFIX: insert placeholder method when preserving paramdefs.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Discovery/MemberDiscoverer.cs
mit
1,591,023,389
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.D...
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.D...
7fc1303d63b8834a4ecc141c494c7fde2d9eaa01
Code cleanup.
Code cleanup.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Types/MagickGeometry.cs
apache-2.0
1,591,022,993
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
c626cacda3dff85d64cd38be13e6446161728836
Fix reading large XML coverage files (crash on 2GB files)
Fix reading large XML coverage files (crash on 2GB files)
danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator
src/ReportGenerator.Core/Parser/CoverageReportParser.cs
apache-2.0
1,591,022,867
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using Palmmedia.ReportGenerator.Core.Common; using Palmmedia.ReportGenerator.Core.Logging; using Palmme...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using Palmmedia.ReportGenerator.Core.Common; using Palmmedia.ReportGenerator.Core.Logging; using Palmme...
c7b1ac47553a7bf05ad7aec6dadf59d1b7b2264c
Open game on double click.
Open game on double click.
PenguinF/sandra-three
Sandra.UI/MdiContainerForm.cs
apache-2.0
1,591,021,930
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
c9da25cfa595ffb08c284b28d0edc307434a0371
Fixed unit test.
Fixed unit test.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Shared/Factories/MagickImageCollectionFactoryTests/TheCreateMethod.cs
apache-2.0
1,591,020,467
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
2b8fa6324a2ee0d2a5308833ded04ce8d1f8083b
Corrected request flag.
Corrected request flag.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Win32/Security/Authentication/AuthenticationFlags.cs
apache-2.0
1,591,019,939
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
2baff173a5ed8e5540ff2a8870be4e8df0413068
Fixed missing semicolon.
Fixed missing semicolon.
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/openXDA.Model/Events/Faults/FaultCurve.cs
mit
1,591,019,007
//****************************************************************************************************** // FaultCurve.cs - Gbtc // // Copyright © 2017, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the ...
//****************************************************************************************************** // FaultCurve.cs - Gbtc // // Copyright © 2017, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the ...
8fdaf6f1218ba74a24bb072deb8762ba33a43d54
Publish SyntaxTree property in SyntaxEditor.
Publish SyntaxTree property in SyntaxEditor.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/SyntaxEditor.cs
apache-2.0
1,591,018,439
#region License /********************************************************************************* * SyntaxEditor.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
#region License /********************************************************************************* * SyntaxEditor.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
7d96d0073a3a4b8c9fb268e978ca73aeb5711fb3
Restore `this` Rules prefix
Restore `this` Rules prefix
eswann/Mapster,eswann/Mapster
src/Mapster/TypeAdapterConfig.cs
mit
1,591,018,420
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using Mapster.Adapters; using Mapster.Models; using Mapster.Utils; namespace Mapster { pu...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using Mapster.Adapters; using Mapster.Models; using Mapster.Utils; namespace Mapster { pu...
67bd363b33dc8f152e27f638f3569db503233915
GSF.Core: Simplified the regular expression used by StringExtensions.Interpolate().
GSF.Core: Simplified the regular expression used by StringExtensions.Interpolate().
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Core.Shared/StringExtensions.cs
mit
1,591,018,261
//****************************************************************************************************** // StringExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See //...
//****************************************************************************************************** // StringExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See //...
df899722fe5872c4582e6384fbcd2658dc8d26f9
Corrected copy paste mistake.
Corrected copy paste mistake.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Shared/Factories/SettingsFactoryTests/TheCreateComplexSettingsMethod.cs
apache-2.0
1,591,018,232
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
eab87f5b16136a9ed0a29abd16e0a1cdd8a20757
Add parameterless constructor to Chess.Game.
Add parameterless constructor to Chess.Game.
PenguinF/sandra-three
Sandra.Chess/Game.cs
apache-2.0
1,591,018,200
#region License /********************************************************************************* * Game.cs * * Copyright (c) 2004-2020 Henk Nicolai * * 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...
#region License /********************************************************************************* * Game.cs * * Copyright (c) 2004-2020 Henk Nicolai * * 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...
2ad1ee7573cd3c811d15c4b66b3403787ef3b135
Add CodeAccessOption property to SyntaxEditor.
Add CodeAccessOption property to SyntaxEditor.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/SyntaxEditor.cs
apache-2.0
1,591,016,906
#region License /********************************************************************************* * SyntaxEditor.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
#region License /********************************************************************************* * SyntaxEditor.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
f26707ee73dfdb65498ad0ac7add18214b89e184
Reloc import directory to new section #147
Reloc import directory to new section #147
secana/PeNet
src/PeNet/PeFile.cs
apache-2.0
1,591,016,621
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.ComTypes; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using PeNet.FileParser; using PeNet.Header.Authenticode; using PeNet.Header.ImpH...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.ComTypes; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using PeNet.FileParser; using PeNet.Header.Authenticode; using PeNet.Header.ImpH...
0857486f220a81b6a28509e89e2f239320a5a4a7
Fix method Clamp01. Issue #6.
Fix method Clamp01. Issue #6.
dfkeenan/XenkoToolkit,dfkeenan/XenkoToolkit
Source/Toolkit/StrideToolkit/Mathematics/MathUtilEx.cs
mit
1,591,014,710
using Stride.Core.Mathematics; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; namespace StrideToolkit.Mathematics { /// <summary> /// Some more common utility methods for math operations. /// </summa...
using Stride.Core.Mathematics; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; namespace StrideToolkit.Mathematics { /// <summary> /// Some more common utility methods for math operations. /// </summa...
8df6c14393ddb746b136c8589f1842d2fdd60fb1
Remove using
Remove using
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Clients/WasabiClientTests.cs
mit
1,591,014,701
using NBitcoin; using Newtonsoft.Json; using System; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Models; using WalletWasabi.WebClients.Wasabi; using Xunit; namespace WalletWasabi.Tests.UnitTests.Clients { public class WasabiClien...
using NBitcoin; using Newtonsoft.Json; using System; using System.Linq; using System.Net; using System.Net.Http; using System.Reflection.Metadata; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Models; using WalletWasabi.WebClients.Wasabi; using Xunit; namespace WalletWasabi.Tests.UnitTests.C...
5423fa21ff921c61972f64c809bd62ee65e6a829
Removed accessors from the interface.
Removed accessors from the interface.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET.Core/IQuantumInfo{TQuantumType}.cs
apache-2.0
1,591,014,314
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
8301f0a5082031624f1ddafa7b4f36377f32b6a0
Corrected type of the property.
Corrected type of the property.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/QuantumInfo.cs
apache-2.0
1,591,014,278
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
0694b22c51b96fb8d997ab2dc25a4d5503789a3f
Fix KeyNotFound exception in Animatable.
Fix KeyNotFound exception in Animatable. When transitions are replaced, add the new transitions before removing the old transitions, so that when the old transition being disposed causes the value to change, there is a corresponding entry in `_transitionStates`. Also search the `Transitions` collection from last to f...
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,Sup...
src/Avalonia.Animation/Animatable.cs
mit
1,591,012,229
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using Avalonia.Data; #nullable enable namespace Avalonia.Animation { /// <summary> /// Base class for all animatable objects. /// </summary> public class Animatable : AvaloniaObject { ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using Avalonia.Data; #nullable enable namespace Avalonia.Animation { /// <summary> /// Base class for all animatable objects. /// </summary> public class Animatable : AvaloniaObject { ...
4ad190a0254fa8f4481f20a505f7ad5b37bd967a
Add preview-only header output when running migrate:down
Add preview-only header output when running migrate:down
schambers/fluentmigrator,spaccabit/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,stsrki/fluentmigrator,fluentmigrator/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator,fluentmigrator/fluentmigrator,schambers/fluentmigrator,schambers/fluentmigrator,stsrki/fluentmigrator
src/FluentMigrator.Runner/MigrationRunner.cs
apache-2.0
1,591,012,108
#region License // // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // // 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 // ...
#region License // // Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com> // // 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 // ...
bea161aabbe6a738115f5e225be6a71cffd5b3db
Added coinflip
Added coinflip
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/GamblingModule.cs
agpl-3.0
1,591,011,500
using System; using System.Threading.Tasks; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; namespace SoraBot.Bot.Modules { [Name("Gambling")] [Summary("All commands around gambling and loosing all your Sora Coins ;)")]...
using System.Threading.Tasks; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Utils; namespace SoraBot.Bot.Modules { [Name("Gambling")] [Summary("All commands around gambling and loosing all your Sora Coins ;)")] public cl...
0c09726023f5ac7ae643a53ef2ac9e416de79173
finnishing touches to view compilation service
finnishing touches to view compilation service
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Compilation/DotvvmViewCompilationService.cs
apache-2.0
1,591,009,297
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using DotVVM.Framework.Compilation.Parser; using DotVVM.Framework.Configuration; using DotVVM.Framework.Controls.Infrastructu...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using DotVVM.Framework.Compilation.Parser; using DotVVM.Framework.Configuration; using DotVVM.Framework.Controls.Infrastructu...
3b20019a77655ef9e7814aee517ff845f0ce84b0
Fix - Tolto reperimento IP server
Fix - Tolto reperimento IP server
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneUtente/Login/LogInQueryHandler.cs
agpl-3.0
1,591,009,252
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
212cba560530c3dc100e618c3bdcd4e655d136e4
Update AdminHelpChat.cs
Update AdminHelpChat.cs
krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/AdminTools/AdminHelpChat.cs
agpl-3.0
1,591,008,204
using UnityEngine; namespace AdminTools { public class AdminHelpChat : MonoBehaviour { [SerializeField] private ChatScroll chatScroll = null; public void CloseWindow() { gameObject.SetActive(false); } private void OnEnable() { chatScroll.OnInputFieldSubmit += OnInputReceived; } private void...
using UnityEngine; using DatabaseAPI; using DiscordWebhook; namespace AdminTools { public class AdminHelpChat : MonoBehaviour { [SerializeField] private ChatScroll chatScroll = null; public void CloseWindow() { gameObject.SetActive(false); } private void OnEnable() { chatScroll.OnInputFieldSubmi...
184bc1dd293cbe6fd3aad78587eefe56928f2fb1
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,008,107
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
e57c295bc2846606e7dc695adeb297afa79e6e5e
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,008,044
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
909a8458a6bd8a40d3a2c111edf09afcb2e92ccd
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,007,982
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
f58a4e544092909ad7324518008796625cc53984
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,007,922
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
6db376b1fac899047ce69e27bbc6017a15888183
CV-595 removed debugging code.
CV-595 removed debugging code.
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2.MessageHandlers/CommandHandlers/SendEmailToEmployerCommandHandler.cs
mit
1,591,007,810
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using NServiceBus; using SFA.DAS.CommitmentsV2.Messages.Commands; using SFA.DAS.EAS.Account.Api.Client; using SFA.DAS.Notifications.Messages.Commands; namespace SFA.DAS.CommitmentsV2.Mes...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using NServiceBus; using SFA.DAS.CommitmentsV2.Messages.Commands; using SFA.DAS.EAS.Account.Api.Client; using SFA.DAS.Notifications.Messages.Commands; namespace SFA.DAS.CommitmentsV2.Mes...
fcfae95d036afc060dccbf85be84d978cca229b8
Fix if-condition for modified glyph.
Fix if-condition for modified glyph.
PenguinF/sandra-three
Eutherion/Win/Controls/GlyphTabControl.TabHeaderPanel.cs
apache-2.0
1,591,006,887
#region License /********************************************************************************* * GlyphTabControl.TabHeaderPanel.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
#region License /********************************************************************************* * GlyphTabControl.TabHeaderPanel.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
44c33beefdd265e0c497da5d63370a78e2e77d8d
Changed the join user message to be properly send to the system channel and not the default first channel
Changed the join user message to be properly send to the system channel and not the default first channel
stockmansy/NoeSBot,stockmansy/NoeSBot
NoeSbot/Logic/ModLogic.cs
mit
1,591,006,768
using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using NoeSbot.Database.Services; using NoeSbot.Enums; using NoeSbot.Extensions; using NoeSbot.Helpers; using NoeSbot.Resources; using System; using System.Collections.Concurrent; using System.Collections.Generic; using ...
using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using NoeSbot.Database.Services; using NoeSbot.Enums; using NoeSbot.Extensions; using NoeSbot.Helpers; using NoeSbot.Resources; using System; using System.Collections.Concurrent; using System.Collections.Generic; using ...
b91ea7aa32b5f82474acef47848cd655ccc58de2
Fixed a bug with the default settings
Fixed a bug with the default settings
stockmansy/NoeSBot,stockmansy/NoeSBot
NoeSbot/Config/GlobalConfig.cs
mit
1,591,006,742
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using NoeSbot.Attributes; using NoeSbot.Database; using NoeSbot.Database.Services; using NoeSbot.Extensions; using NoeSbot.Helpers; using System; using System.Collections.Generic; using System.ComponentModel; using Sys...
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using NoeSbot.Attributes; using NoeSbot.Database; using NoeSbot.Database.Services; using NoeSbot.Extensions; using NoeSbot.Helpers; using System; using System.Collections.Generic; using System.ComponentModel; using Sys...
6c9d993d90e8c251aee7791112bfe8c9815ac16b
Update to bolt stub command line.
Update to bolt stub command line.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Internals/BoltStubServer.cs
apache-2.0
1,591,006,700
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache...
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache...
6239e4f5e303f84e2b68976080258266bbc39faa
Added failing test for #4059.
Added failing test for #4059.
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,Sup...
tests/Avalonia.Animation.UnitTests/AnimatableTests.cs
mit
1,591,006,132
using System; using Avalonia.Controls; using Avalonia.Data; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Styling; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Animation.UnitTests { public class AnimatableTests { [Fact] public void Transition_Is_Not_Applie...
using System; using Avalonia.Controls; using Avalonia.Data; using Avalonia.Layout; using Avalonia.Styling; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Animation.UnitTests { public class AnimatableTests { [Fact] public void Transition_Is_Not_Applied_When_Not_Attached_To...
534ea75b2e0085235482cced22fbbf79a8fe5084
#44: Make sure spatial contexts aren't created if --setup-only is passed
#44: Make sure spatial contexts aren't created if --setup-only is passed
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/ETL/Specialized/FdoClassToClassCopyProcess.cs
lgpl-2.1
1,591,005,957
#region LGPL Header // Copyright (C) 2009, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either //...
#region LGPL Header // Copyright (C) 2009, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either //...
2f6cc044e758d28e41d5afc453209af2ea7d863c
Reduce error reporting that we dont care about
Reduce error reporting that we dont care about
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/ProfileModule.cs
agpl-3.0
1,591,005,250
using System; using System.IO; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.Extensions.Logging; using SixLabors.Primitives; using SoraBot.Bot.Models; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos.Profile; using So...
using System; using System.IO; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.Extensions.Logging; using SixLabors.Primitives; using SoraBot.Bot.Models; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos.Profile; using So...
048e81533b147a85840511ec1758faed111c4a08
Ignore missing perms since that's user fault
Ignore missing perms since that's user fault
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Extensions/DiscordSerilogAdapter.cs
agpl-3.0
1,591,004,953
using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; namespace SoraBot.Bot.Extensions { // This is more or less copied from the Modix bot. It's just a great way to combine serilog and sentry for discord :) public class DiscordSerilogAdapter { private readonly ILogger<Di...
using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; namespace SoraBot.Bot.Extensions { // This is more or less copied from the Modix bot. It's just a great way to combine serilog and sentry for discord :) public class DiscordSerilogAdapter { private readonly ILogger<Di...
95d54da0af79050e76706add61e8cf4b26264fa9
FIX evaluation of DESCRIBE * query
FIX evaluation of DESCRIBE * query
mdesalvo/RDFSharp
RDFSharp/Query/Mirella/RDFQueryEngine.cs
apache-2.0
1,591,004,847
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...