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
2254d3d06f9767f89b2b10614f359dec6853ee59
Adds the ability to add container instances and infrastructure nodes to the same animation step on a deployment view.
Adds the ability to add container instances and infrastructure nodes to the same animation step on a deployment view.
structurizr/dotnet
Structurizr.Core/View/DeploymentView.cs
apache-2.0
1,593,428,961
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; namespace Structurizr { /// <summary> /// A deployment view, used to show the mapping of container instances to deployment nodes. /// </summary> public sealed class Deploym...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; namespace Structurizr { /// <summary> /// A deployment view, used to show the mapping of container instances to deployment nodes. /// </summary> public sealed class Deploym...
22f4a5d78d6845a2d97817f6e20f93f8a7d2d363
fix NewCommand: parameter already contained by another SqlParameterCollection
fix NewCommand: parameter already contained by another SqlParameterCollection
AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework
Signum.Engine/Connection/SqlConnector.cs
mit
1,593,427,546
using System; using System.Collections.Generic; using System.Linq; using System.Data.SqlClient; using System.Data.Common; using System.Data; using Signum.Utilities; using Signum.Engine.Maps; using System.Data.SqlTypes; using System.Linq.Expressions; using System.Threading; using System.Threading.Tasks; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Data.SqlClient; using System.Data.Common; using System.Data; using Signum.Utilities; using Signum.Engine.Maps; using System.Data.SqlTypes; using System.Linq.Expressions; using System.Threading; using System.Threading.Tasks; usin...
473934c4aac1ed4516e96e1f2fe4fbe8ac4760a0
Kiran Patnayakuni
Kiran Patnayakuni
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/KiranPatnayakuni.cs
mit
1,593,425,887
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class KiranPatnayakuni : IAmACommunityMember, IFilterMyBlogPosts { public string FirstName => "Kiran"; ...
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class KiranPatnayakuni : IAmACommunityMember, IFilterMyBlogPosts { public string FirstName => "Kiran"; ...
92dbc04ee1794026b9d80d202b06d19119355845
Fix - Compilation error (typo)
Fix - Compilation error (typo)
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Extensions/BrandingExtensions.cs
mit
1,593,425,712
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Xml; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Entities; using LanguageTemplateHash = System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>>; us...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Xml; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Entities; using LanguageTemplateHash = System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>>; us...
a96066dc899211bdb5112ab0d50eb25d2daab395
Change TaskPaneInfo.TagHwnd to IntPtr type
Change TaskPaneInfo.TagHwnd to IntPtr type
NetOfficeFw/NetOffice
Source/Office/Tools/CustomTaskPaneCollection.cs
mit
1,593,425,623
using System; using System.Collections.Generic; using System.ComponentModel; using NetOffice; using NetOffice.Attributes; using Office = NetOffice.OfficeApi; using NetOffice.OfficeApi.Enums; namespace NetOffice.OfficeApi.Tools { /// <summary> /// Wrapper class for CustomTaskPane instance, also used as cre...
using System; using System.Collections.Generic; using System.ComponentModel; using NetOffice; using NetOffice.Attributes; using Office = NetOffice.OfficeApi; using NetOffice.OfficeApi.Enums; namespace NetOffice.OfficeApi.Tools { /// <summary> /// Wrapper class for CustomTaskPane instance, also used as cre...
450cdb6fc3fa352ac3e62aced786f54bb17829b0
Use continue statement to minimize the source code changes
Use continue statement to minimize the source code changes
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/Utilities/ListItemUtilities.cs
mit
1,593,425,371
using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Taxonomy; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilitie...
using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Taxonomy; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilitie...
786b48171ee1b41cba707ef75192b5ee63ca86d2
OrderBookIncrementMessageAdapter. SEC ALL subscriptions supported.
OrderBookIncrementMessageAdapter. SEC ALL subscriptions supported.
StockSharp/StockSharp
Algo/OrderBookIncrementMessageAdapter.cs
apache-2.0
1,593,425,317
namespace StockSharp.Algo { using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// The messages adapter build order book from incremental updates <see cref="QuoteChangeStates.Increment"/>. /// </...
namespace StockSharp.Algo { using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// The messages adapter build order book from incremental updates <see cref="QuoteChangeStates.Increment"/>. /// </...
dfbb5b76e7fa05a5f0f65778aeaa857721701f9d
Fixing the timezone issue with setting the local to de-DE.
Fixing the timezone issue with setting the local to de-DE.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,593,424,760
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
58027f7f7988e0938b08b721563baccc069b9977
Log Error/Critical instead of Warning #433
Log Error/Critical instead of Warning #433
DigDes/SoapCore
src/SoapCore/SoapEndpointMiddleware.cs
mit
1,593,424,683
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.CompilerServices; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.CompilerServices; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using...
6e741f520bfe6b0223ab1d61c731c6c7f502bc35
Fix - UpdateListItem: Ignor ID column. ID column cannot be updated (Exception: This field cannot be updated.) Sometimes the ID column is used as KeyColumn for DataRows.
Fix - UpdateListItem: Ignor ID column. ID column cannot be updated (Exception: This field cannot be updated.) Sometimes the ID column is used as KeyColumn for DataRows.
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/Utilities/ListItemUtilities.cs
mit
1,593,424,397
using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Taxonomy; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilitie...
using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Taxonomy; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilitie...
5440e60fefccda4fe86de7271cc7e4872308d4f0
AssemblyDefinition is now able to write the ManifestModule to a stream.
AssemblyDefinition is now able to write the ManifestModule to a stream. Added 3 Write() methods to allow AssemblyDefinition to write the manifest module to a stream.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/AssemblyDefinition.cs
mit
1,593,423,410
using System; using System.Collections.Generic; using System.IO; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Serialized; using AsmResolver.PE; using AsmResolver.PE.Builder; using AsmResolver.PE.DotNet; using AsmR...
using System; using System.Collections.Generic; using System.IO; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Serialized; using AsmResolver.PE; using AsmResolver.PE.Builder; using AsmResolver.PE.DotNet; using AsmR...
0ea6ed4e7044b05da1202a6561fd3554b7c4edcf
- Fixing bug with GetStreamTagsForBroadcaster() not correctly getting assign tags for broadcaster
- Fixing bug with GetStreamTagsForBroadcaster() not correctly getting assign tags for broadcaster
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Services/NewAPI/TagsService.cs
mit
1,593,422,830
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Tags; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The ...
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Tags; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The ...
17c37dca769b63a4b9780746b07b41a3e7093eb1
fix a bug in GComponent.GetChildByPath
fix a bug in GComponent.GetChildByPath
fairygui/FairyGUI-unity
Assets/Scripts/UI/GComponent.cs
mit
1,593,421,768
using System; using System.Collections.Generic; using UnityEngine; using FairyGUI.Utils; #if FAIRYGUI_TOLUA using LuaInterface; #endif namespace FairyGUI { /// <summary> /// Component /// </summary> public class GComponent : GObject { /// <summary> /// Root containe...
using System; using System.Collections.Generic; using UnityEngine; using FairyGUI.Utils; #if FAIRYGUI_TOLUA using LuaInterface; #endif namespace FairyGUI { /// <summary> /// Component /// </summary> public class GComponent : GObject { /// <summary> /// Root containe...
6165e07b37d095e343251956d633d79176512388
[apis/Google.Cloud.PubSub.V1] feat: Add support for server-side streaming pull flow control (#5119)
[apis/Google.Cloud.PubSub.V1] feat: Add support for server-side streaming pull flow control (#5119)
jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet
apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/SubscriberClient.cs
apache-2.0
1,593,421,050
// Copyright 2018 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
// Copyright 2018 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
e20ac99456511a47401bf2c7b7dce1291f2e3490
utf8_encode() treats byte[] as ISO-8859-1 encoded string
utf8_encode() treats byte[] as ISO-8859-1 encoded string fixes https://github.com/peachpiecompiler/peachpie/issues/774
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Library/Xml.cs
apache-2.0
1,593,420,228
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Xml; using Pchp.Core; namespace Pchp.Library { [PhpExtension("xml")] public static class PhpXml { #region Constants [PhpHidden] public enum XmlParserError ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; using Pchp.Core; namespace Pchp.Library { [PhpExtension("xml")] public static class PhpXml { #region Constants [...
daaa493aa849ac4dbd2c1fe5417b0c99fc6b8bc1
Small CA fixes.
Small CA fixes.
NaosProject/Naos.Deployment,NaosFramework/Naos.Deployment,NaosProject/Naos.Deployment
Naos.Deployment.Console/NaosDeploymentBootstrapper.cs
mit
1,593,419,998
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="NaosDeploymentBootstrapper.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet pack...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="NaosDeploymentBootstrapper.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet pack...
18cef129c3facb1e79ce84f9cb2c7c4ee9f12859
Added a first stab at a config repository true up from the arcology and AWS, also converted remaining bootstrapper usages of Its.Log to Naos.Logging.
Added a first stab at a config repository true up from the arcology and AWS, also converted remaining bootstrapper usages of Its.Log to Naos.Logging.
NaosProject/Naos.Deployment,NaosFramework/Naos.Deployment,NaosProject/Naos.Deployment
Naos.Deployment.Console/NaosDeploymentBootstrapper.cs
mit
1,593,419,457
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="NaosDeploymentBootstrapper.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet pack...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="NaosDeploymentBootstrapper.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet pack...
7c3c6cc99d0333f01fc3569377bd95bc37022c7e
Fixed test logic for online as things are different due to the default waiting for async provisioning to complete
Fixed test logic for online as things are different due to the default waiting for async provisioning to complete
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core.Tests/Framework/ObjectHandlers/ObjectSiteSecurityTests.cs
mit
1,593,418,997
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisionin...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisionin...
85cee3da85d9526a122ffce5cd5c7691f2fcf2f9
Modern site collection creation already does wait for the async part of the creation to complete, no need to introduce a new waiting loop
Modern site collection creation already does wait for the async part of the creation to complete, no need to introduce a new waiting loop
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core.Tests/Framework/ObjectHandlers/ObjectSiteSecurityTests.cs
mit
1,593,418,373
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisionin...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisionin...
586c28996bbb339afde3f6798ddbb10385fe2570
Creation of communication sites by default waits for completion of the
Creation of communication sites by default waits for completion of the
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core.Tests/Framework/ObjectHandlers/ObjectSiteSecurityTests.cs
mit
1,593,417,658
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisionin...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisionin...
0302f550eea9e1e7df94fec606da7574f9e2ce5e
Fixed NullReferenceException for subclasses of Task
Fixed NullReferenceException for subclasses of Task
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Utils/TaskUtils.cs
apache-2.0
1,593,417,249
#nullable enable using System; using System.Linq; using System.Reflection; using System.Threading.Tasks; namespace DotVVM.Framework.Utils { public static class TaskUtils { public static Task GetCompletedTask() { #if !DotNetCore return _completedTask; #else return Task.C...
#nullable enable using System; using System.Linq; using System.Reflection; using System.Threading.Tasks; namespace DotVVM.Framework.Utils { public static class TaskUtils { public static Task GetCompletedTask() { #if !DotNetCore return _completedTask; #else return Task.C...
bb81f908fb163f0d77d2d2fb74c54be563cbb859
Exclude EmptyHitWindow from being considered in TimingDistributionGraph
Exclude EmptyHitWindow from being considered in TimingDistributionGraph
smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipooo/osu,peppy/osu
osu.Game/Screens/Ranking/Statistics/HitEventTimingDistributionGraph.cs
mit
1,593,417,236
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Gr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Gr...
ec9e1434f4941308c9d483645f397db32fc7ecf7
Allowed name to be null in returned Project
Allowed name to be null in returned Project
ASP-NET-MVC-Boilerplate/Framework,ASP-NET-MVC-Boilerplate/Framework,ASP-NET-MVC-Boilerplate/Framework
Source/Boxed.DotnetNewTest/TempDirectoryExtensions.cs
mit
1,593,417,090
namespace Boxed.DotnetNewTest { using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; /// <summary> /// <see cref="TempDirectory"/> extension methods. /// </summary> public static class TempDirec...
namespace Boxed.DotnetNewTest { using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; /// <summary> /// <see cref="TempDirectory"/> extension methods. /// </summary> public static class TempDirec...
c6de6fcc72957cfeca2bf67d272f93f6eeb9221f
Make name optional in DotnetNewAsync
Make name optional in DotnetNewAsync
ASP-NET-MVC-Boilerplate/Framework,ASP-NET-MVC-Boilerplate/Framework,ASP-NET-MVC-Boilerplate/Framework
Source/Boxed.DotnetNewTest/TempDirectoryExtensions.cs
mit
1,593,417,090
namespace Boxed.DotnetNewTest { using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; /// <summary> /// <see cref="TempDirectory"/> extension methods. /// </summary> public static class TempDirec...
namespace Boxed.DotnetNewTest { using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; /// <summary> /// <see cref="TempDirectory"/> extension methods. /// </summary> public static class TempDirec...
2dcdd85ee869c80807d6c1171259a1dbbc4bb3e7
integrate and fix AndOrSimplifierVisitor into TypeAuthLogic.Conditions
integrate and fix AndOrSimplifierVisitor into TypeAuthLogic.Conditions
signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions
Signum.Engine.Extensions/Authorization/TypeAuthLogic.Conditions.cs
mit
1,593,414,897
using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Entities.DynamicQuery; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using ...
using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Entities.DynamicQuery; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using ...
3b3897cdf400cddfb6b73b5eac1ac720d57cc04b
avoid inlining ToStrings in ToStringExpressionVisitor
avoid inlining ToStrings in ToStringExpressionVisitor
signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/extensions,AlejandroCano/extensions
Signum.Engine.Extensions/Cache/ToStringExpressionVisitor.cs
mit
1,593,414,865
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities; using Signum.Utilities.DataStructures; using Signum.Utilities.ExpressionTrees; ...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities; using Signum.Utilities.DataStructures; using Signum.Utilities.ExpressionTrees; ...
4541c7089e91ca532a6fe6e078022b49e2ec7839
fix route value
fix route value
IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4
src/IdentityServer4/host/Quickstart/Account/AccountController.cs
apache-2.0
1,593,414,444
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4; using IdentityServer4.Events; using IdentityServer4.Extensions; using IdentityServer4.Models; usin...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4; using IdentityServer4.Events; using IdentityServer4.Extensions; using IdentityServer4.Models; usin...
08eadd57d8292b321cfd9cad949ded0379b95e6b
On-premises compilation fix
On-premises compilation fix
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/TokenParser.cs
mit
1,593,413,812
using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Taxonomy; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OfficeDevPnP.Core.ALM; using OfficeDevPnP.Core.Framework.Provisioning.Connectors; using OfficeDevPnP.Core.Framework.Provisionin...
using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Taxonomy; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OfficeDevPnP.Core.ALM; using OfficeDevPnP.Core.Framework.Provisioning.Connectors; using OfficeDevPnP.Core.Framework.Provisionin...
865f72a03c5490df61ec207a779d2bf91ad0fea2
fix build error
fix build error
effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer
Dev/Editor/EffekseerCore/Data/RendererCommonValues.cs
mit
1,593,413,646
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Effekseer.Data { public enum UVTextureReferenceTargetType { [Key(key= "UVTextureReferenceTargetType_None")] None = 0, [Key(key = "UVTextureReferenceTargetType_Texture1")] Texture1 = 1, [Key(key = "UVTextureRefe...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Effekseer.Data { public enum UVTextureReferenceTargetType { [Key(key= "UVTextureReferenceTargetType_None")] None = 0, [Key(key = "UVTextureReferenceTargetType_Texture1")] Texture1 = 1, [Key(key = "UVTextureRefe...
9dbe65c60b3e646dd41267ba68dc6a6ca25db209
Fix bug causing Siegfried not to read entire path of 'home'-directory
Fix bug causing Siegfried not to read entire path of 'home'-directory ARKADE-410
arkivverket/arkade5,arkivverket/arkade5
src/Arkivverket.Arkade.Core/Util/FileFormatIdentification/SiegfriedFileFormatIdentifier.cs
agpl-3.0
1,593,413,339
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using CsvHelper; using Serilog; namespace Arkivverket.Arkade.Core.Util.FileFormatIdentification { public class SiegfriedFileFormatIdentifier : IFileFormatIden...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using CsvHelper; using Serilog; namespace Arkivverket.Arkade.Core.Util.FileFormatIdentification { public class SiegfriedFileFormatIdentifier : IFileFormatIden...
caf646de27eaf648c956f679ef35a84a641bc938
550: TempForwardAccumBuffer
550: TempForwardAccumBuffer and do sat (0-255)
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.CpuBlit/03_Rasterization/5_DestBitmapRasterizer.cs
bsd-2-clause
1,593,412,841
//BSD, 2014-present, WinterDev //MatterHackers //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is grante...
//BSD, 2014-present, WinterDev //MatterHackers //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is grante...
b0a5e171b3e3306effeb739de3872951658f11a3
fix: Refactor static constructor and storj-init-logic
fix: Refactor static constructor and storj-init-logic
duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati
Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
lgpl-2.1
1,593,412,765
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; usin...
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; usin...
441ae4495be1dbe93d013dffecded6ff1e6da355
Add a copy constructor to InputState
Add a copy constructor to InputState
EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framew...
osu.Framework/Input/States/InputState.cs
mit
1,593,412,649
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. namespace osu.Framework.Input.States { /// <summary> /// An object that stores all input states. /// </summary> public class InputState { /// ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. namespace osu.Framework.Input.States { public class InputState { public readonly MouseState Mouse; public readonly KeyboardState Keyboard; ...
6b8ce622a6650ee9ee56fe63e501f49fa09e636e
- Tweaking UpdateStreamTags() to return boolean indicating success
- Tweaking UpdateStreamTags() to return boolean indicating success
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Services/NewAPI/TagsService.cs
mit
1,593,410,997
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Tags; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The ...
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Tags; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The ...
0c17926f169092f33aaae9bc37deb82f8d220580
549: refactor
549: refactor
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.CpuBlit/03_Rasterization/5_DestBitmapRasterizer.cs
bsd-2-clause
1,593,409,854
//BSD, 2014-present, WinterDev //MatterHackers //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is grante...
//BSD, 2014-present, WinterDev //MatterHackers //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is grante...
b724aa62bf4f055092e951e331c22b9c14088db2
Update HttpsTests.cs (#23406)
Update HttpsTests.cs (#23406)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/InMemory.FunctionalTests/HttpsTests.cs
apache-2.0
1,593,409,585
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.IO; using System.Net.Security; using System.Security.Authentication; using System.Security....
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.IO; using System.Net.Security; using System.Security.Authentication; using System.Security....
5db103dc613d238413b56ea3b2d31312b68e67cc
Improve quality of taiko hit target
Improve quality of taiko hit target
NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu
osu.Game.Rulesets.Taiko/UI/TaikoHitTarget.cs
mit
1,593,409,340
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osuTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Game.Rulesets.Ta...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osuTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Game.Rulesets.Ta...
51f2b088212ae5c0bc2cf8fdc8aa66b30d938bdd
CSV: Allow siteId of auto for auto deployment
CSV: Allow siteId of auto for auto deployment
webprofusion/Certify
src/Certify.CLI/CertifyCLI.ImportCSV.cs
mit
1,593,409,338
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Certify.Models; using Certify.Shared.Utils; namespace Certify.CLI { public partial class CertifyCLI { public async Task ImportCSV(string[] args) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Certify.Models; using Certify.Shared.Utils; namespace Certify.CLI { public partial class CertifyCLI { public async Task ImportCSV(string[] args) { ...
6414d00e696a199da8403d061136a49b01aa79e0
the challenge action (external controller) expects a scheme not a provider
the challenge action (external controller) expects a scheme not a provider
IdentityServer/IdentityServer4.Quickstart.UI,IdentityServer/IdentityServer4.Quickstart.UI,IdentityServer/IdentityServer4.Quickstart.UI,IdentityServer/IdentityServer4.Quickstart.UI
Quickstart/Account/AccountController.cs
apache-2.0
1,593,407,581
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4; using IdentityServer4.Events; using IdentityServer4.Extensions; using IdentityServer4.Models; usin...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4; using IdentityServer4.Events; using IdentityServer4.Extensions; using IdentityServer4.Models; usin...
af7494b2325e31a4a3fef36fc263b19a9b3e9dfb
Improve quality of song select beatmap wedge
Improve quality of song select beatmap wedge
peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu
osu.Game/Screens/Select/BeatmapInfoWedge.cs
mit
1,593,406,715
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using osuTK; using osuTK.Graphics; using osu.Framework.Allocation; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using osuTK; using osuTK.Graphics; using osu.Framework.Allocation; using ...
08da8bf8aaf1ab4eec4d12e17a6a69814353efb9
Keep the font set alive (#1362)
Keep the font set alive (#1362)
mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp
binding/Binding/SKFontStyleSet.cs
mit
1,593,405,855
using System; using System.Collections; using System.Collections.Generic; namespace SkiaSharp { public class SKFontStyleSet : SKObject, ISKReferenceCounted, IEnumerable<SKFontStyle>, IReadOnlyCollection<SKFontStyle>, IReadOnlyList<SKFontStyle> { internal SKFontStyleSet (IntPtr handle, bool owns) : base (handle...
using System; using System.Collections; using System.Collections.Generic; namespace SkiaSharp { public class SKFontStyleSet : SKObject, ISKReferenceCounted, IEnumerable<SKFontStyle>, IReadOnlyCollection<SKFontStyle>, IReadOnlyList<SKFontStyle> { internal SKFontStyleSet (IntPtr handle, bool owns) : base (handle...
4c592f159609555f52d750ce2b49d6cfdebca03c
Bump version to 6.3.0
Bump version to 6.3.0 Bump version to 6.3.0
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net.NetCore/Properties/AssemblyVersionInfo.cs
mit
1,593,403,531
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can defaul...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can defaul...
27b7f43fe0ca212017657787df9a89a01fd4fd7a
Update copyright
Update copyright Update copyright
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net.NetCore/Properties/AssemblyInfo.cs
mit
1,593,403,510
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ra...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ra...
2601700c861bce70e34bd7fa4d58f4f7f9d25ccf
Bump to version 6.3.0
Bump to version 6.3.0 Bump to version 6.3.0
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net.AspNetCore/Properties/AssemblyVersionInfo.cs
mit
1,593,403,421
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can defaul...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can defaul...
b0f2deb9fb4d05f05c686545b78f46ef23c76042
Update copyright
Update copyright Update copyright
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net.AspNetCore/Properties/AssemblyInfo.cs
mit
1,593,403,400
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ra...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ra...
eb6256f3f3c5f7a499e9f64d72e33c0fb08b544f
Fix fake client
Fix fake client Fix fake client
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net.NetCore.Tests/Model/FakeRaygunClient.cs
mit
1,593,402,789
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using NUnit.Framework.Internal; namespace Mindscape.Raygun4Net.NetCore.Tests { public class FakeRaygunClient : Raygu...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using NUnit.Framework.Internal; namespace Mindscape.Raygun4Net.NetCore.Tests { public class FakeRaygunClient : Raygu...
e0c43a7678e96401b71f70c2d0acbbba8e141e13
fix and add desc
fix and add desc
duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati
Duplicati/Library/Backend/TencentCOS/COSBackend.cs
lgpl-2.1
1,593,401,744
using COSXML; using COSXML.Auth; using COSXML.Model.Bucket; using COSXML.Model.Object; using COSXML.Model.Tag; using COSXML.Utils; using Duplicati.Library.Common.IO; using Duplicati.Library.Interface; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Threading; using ...
using COSXML; using COSXML.Auth; using COSXML.Model.Bucket; using COSXML.Model.Object; using COSXML.Model.Tag; using COSXML.Utils; using Duplicati.Library.Common.IO; using Duplicati.Library.Interface; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Threading; using ...
d03d80899dc91afe270d030c972fcbc167ed9281
Losing a focus on text box results in selection being lost.
Losing a focus on text box results in selection being lost.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.Shared/Controls/TextBoxBase.cs
mit
1,593,399,625
using FlatRedBall.Forms.Input; using FlatRedBall.Gui; using Gum.Wireframe; using Microsoft.Xna.Framework.Input; using RenderingLibrary; using System; using System.Collections.Generic; using System.Text; namespace FlatRedBall.Forms.Controls { public abstract class TextBoxBase : FrameworkElement, IInputReceiver ...
using FlatRedBall.Forms.Input; using FlatRedBall.Gui; using Gum.Wireframe; using Microsoft.Xna.Framework.Input; using RenderingLibrary; using System; using System.Collections.Generic; using System.Text; namespace FlatRedBall.Forms.Controls { public abstract class TextBoxBase : FrameworkElement, IInputReceiver ...
037636637bada659fe7ccba75b5a943245726d81
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,593,395,121
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
66b76ece72cdb27198ca18a3558be525c5c7ae43
Add empty line before single-line comment
Add empty line before single-line comment
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/HashChainTests.cs
mit
1,593,393,321
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Blockchain.Blocks; using Xunit; using Xunit.Sdk; namespace WalletWasabi.Tests.UnitTests { public class HashChainTests { [Fact] public void GeneralHashChainTests() { var hashChain = new SmartHeaderChain(); // ASSERT PRO...
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Blockchain.Blocks; using Xunit; using Xunit.Sdk; namespace WalletWasabi.Tests.UnitTests { public class HashChainTests { [Fact] public void GeneralHashChainTests() { var hashChain = new SmartHeaderChain(); // ASSERT PRO...
046db62ad9e79dc216595ea105e48c32dee1a844
WinForms - Possible null reference when Dispose
WinForms - Possible null reference when Dispose If you've somehow managed to set BrowserSettings to null then Dispose would throw a NullReferenceException
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.WinForms/ChromiumWebBrowser.cs
bsd-3-clause
1,593,391,637
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.ComponentModel; using System.Drawing; using System.Runtime.CompilerServices; using System.Threading; using System.Windows.For...
// Copyright © 2013 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.ComponentModel; using System.Drawing; using System.Runtime.CompilerServices; using System.Threading; using System.Windows.For...
444504f2b9c7765d6219b643e1b10464b8810240
Expose MainMenu Track as internal get private set
Expose MainMenu Track as internal get private set
UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu
osu.Game/Screens/Menu/MainMenu.cs
mit
1,593,389,440
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osuTK; using osuTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osuTK; using osuTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu...
842f2633e6be90535bd6d6efb7ea5fe5bd5374af
Fixed .tar.gz detection
Fixed .tar.gz detection
Deadpikle/NetSparkle
src/NetSparkle/SparkleUpdater.cs
mit
1,593,386,543
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
3e697d64defc221ea734ee7adee7d14b69e8dbd5
Re-added ConfigureAwait(false)
Re-added ConfigureAwait(false) See 2479b85
Deadpikle/NetSparkle
src/NetSparkle/Downloaders/WebClientFileDownloader.cs
mit
1,593,385,924
using NetSparkleUpdater.Interfaces; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace NetSparkleUpdater.Downloaders { /// <summary> /// Class that downloads files fro...
using NetSparkleUpdater.Interfaces; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace NetSparkleUpdater.Downloaders { /// <summary> /// Class that downloads files fro...
270384e71e1fe41226eaf4864b6955fe5abcc4b1
Remove redundant get set
Remove redundant get set
ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu
osu.Game/Screens/Menu/IntroScreen.cs
mit
1,593,385,184
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
3a17e2334dcfd2df58c4da89bf1a36e991694495
Use new switch syntax
Use new switch syntax Co-authored-by: Max Katz <b4bf78f08a41d9b4b323167bcd71ecc0240066ca@outlook.com>
Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,Perspex/Perspex,akrisiun/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,akrisiun/Perspex,...
src/Avalonia.Controls/SplitView.cs
mit
1,593,385,108
using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.Media; using Avalonia.Metadata; using Avalonia.Platform; using Avalonia.VisualTree; using System; using System.Reactive.Disposables; namespace Avalonia.Controls { /// <summary> /// ...
using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.Media; using Avalonia.Metadata; using Avalonia.Platform; using Avalonia.VisualTree; using System; using System.Reactive.Disposables; namespace Avalonia.Controls { /// <summary> /// ...
5689f279871de69937a37342e10efcb98e5232e1
Make sure it only loops for themed intros if true
Make sure it only loops for themed intros if true
UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu
osu.Game/Screens/Menu/IntroScreen.cs
mit
1,593,384,846
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
d65b19ba87fa1c7383bf029dd2afd105a9642d86
fixing for tests (yay for tests)
fixing for tests (yay for tests)
MatterHackers/agg-sharp,larsbrubaker/agg-sharp
agg/Font/TypeFacePrinter.cs
bsd-2-clause
1,593,384,207
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007-2011 // // Permission to copy, use, modify, sell and distribute this software // is granted provided this ...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007-2011 // // Permission to copy, use, modify, sell and distribute this software // is granted provided this ...
ae711ec718c23bab904e99c951cb0c048a4865b8
No amination when starting lockscreen
No amination when starting lockscreen
CarlosACepeda/LiveDisplay
LiveDisplay/BroadcastReceivers/ScreenOnOffReceiver.cs
apache-2.0
1,593,384,049
using Android.App; using Android.Content; using LiveDisplay.Misc; using LiveDisplay.Servicios; using System.Threading; namespace LiveDisplay.BroadcastReceivers { [BroadcastReceiver(Label = "ScreenOnOffReceiver")] [IntentFilter(new[] { Intent.ActionScreenOff })] [IntentFilter(new[] { Intent.ActionScreenOn ...
using Android.App; using Android.Content; using LiveDisplay.Misc; using LiveDisplay.Servicios; using System.Threading; namespace LiveDisplay.BroadcastReceivers { [BroadcastReceiver(Label = "ScreenOnOffReceiver")] [IntentFilter(new[] { Intent.ActionScreenOff })] [IntentFilter(new[] { Intent.ActionScreenOn ...
d1977573f6b174cf0f2686463c01b018d6dcbfdc
Elaborating on using services in background tasks, fixes #20
Elaborating on using services in background tasks, fixes #20
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Services/DemoBackgroundTask.cs
bsd-3-clause
1,593,382,035
/* * In this demonstration we'll implement a background task that will run in 2 minute intervals five times and will * write a message into the error log. * * In Orchard Core background tasks always run periodically meaning if you want them to stop you need to explicitly * disable them from code or from the...
/* * In this demonstration we'll implement a background task that will run in 2 minute intervals five times and will * write a message into the error log. * * In Orchard Core background tasks always run periodically meaning if you want them to stop you need to explicitly * disable them from code or from the...
9a1da8e3802ccd80828eceb4a4a26709a673a0be
Inline `DefaultReturnOrThrow` behavior in `MethodCall`
Inline `DefaultReturnOrThrow` behavior in `MethodCall`
Moq/moq4
src/Moq/MethodCall.cs
bsd-3-clause
1,593,380,714
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
ae83ee25bf89b6f20f56e4d309dd7648ab8b530f
SubscriptionSecurityAllMessageAdapter fixes.
SubscriptionSecurityAllMessageAdapter fixes.
StockSharp/StockSharp
Algo/SubscriptionSecurityAllMessageAdapter.cs
apache-2.0
1,593,380,227
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
678767918e29dee961730f5f8f18a2a0e6e98c5e
Centralise logic further
Centralise logic further
peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,593,379,924
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
ffc12bec3078f66cc1df8c84b1737c7f8d1946a3
Fixes bug in GitHubAuthenticator.
Fixes bug in GitHubAuthenticator.
alanedwardes/Estranged.Lfs,alanedwardes/Estranged.Lfs
src/Estranged.Lfs.Authenticator.GitHub/GitHubAuthenticator.cs
mit
1,593,379,157
using Estranged.Lfs.Data; using Octokit; using System; using System.Threading.Tasks; namespace Estranged.Lfs.Authenticator.GitHub { public class GitHubAuthenticator : IAuthenticator { private readonly IGitHubAuthenticatorConfig config; public GitHubAuthenticator(IGitHubAuthenticatorConfig con...
using Estranged.Lfs.Data; using Octokit; using System; using System.Threading.Tasks; namespace Estranged.Lfs.Authenticator.GitHub { public class GitHubAuthenticator : IAuthenticator { private readonly IGitHubAuthenticatorConfig config; public GitHubAuthenticator(IGitHubAuthenticatorConfig con...
511f0a747538caba06720bb5d6c321d63b9a3e5f
Removed unused using.
Removed unused using.
creyke/Orleans.Sagas,creyke/Orleans.Sagas
Orleans.Sagas/SagaBuilder.cs
mit
1,593,379,091
using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Orleans.Sagas { public class SagaBuilder : ISagaBuilder { private readonly List<ActivityDefinition> activities; private readonly IGrainFactory grainFactory; public Guid Id { get; private set; } ...
using Orleans.Sagas; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Orleans.Sagas { public class SagaBuilder : ISagaBuilder { private readonly List<ActivityDefinition> activities; private readonly IGrainFactory grainFactory; public Guid Id { ge...
1db605ba4a0fc14a6710b1fbfe9dfb31e7d696f6
More careful processing of Intellisense worksheet
More careful processing of Intellisense worksheet
Excel-DNA/IntelliSense
Source/ExcelDna.IntelliSense/Providers/WorkbookIntelliSenseProvider.cs
mit
1,593,378,707
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using ExcelDna.Integration; using Microsoft.Office.Interop.Excel; namespace ExcelDna.IntelliSense { // For VBA code, (either in a regular workbook that is open, or in an add-in) // we allow the Intell...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using ExcelDna.Integration; using Microsoft.Office.Interop.Excel; namespace ExcelDna.IntelliSense { // For VBA code, (either in a regular workbook that is open, or in an add-in) // we allow the Intell...
7b696ffe7d970c7668f83ce3921a5e672a9138bb
Fix operator symbol for exponentiation
Fix operator symbol for exponentiation
Moq/moq4
src/Moq/StringBuilderExtensions.AppendExpression.cs
bsd-3-clause
1,593,378,175
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Te...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Te...
aedfcc8299cc9ae37a9e3c184b228059f88e498b
(GH-90) Fix syntax error
(GH-90) Fix syntax error Doh!
cake-build/frosting,cake-build/frosting
build/Lifetime.cs
mit
1,593,377,260
using System; using Cake.Common; using Cake.Common.Diagnostics; using Cake.Common.Build; using Cake.Common.Tools.DotNetCore.MSBuild; using Cake.Frosting; using Cake.Core.Diagnostics; using Cake.Core.IO; public class Lifetime : FrostingLifetime<Context> { public override void Setup(Context context) ...
using System; using Cake.Common; using Cake.Common.Diagnostics; using Cake.Common.Build; using Cake.Common.Tools.DotNetCore.MSBuild; using Cake.Frosting; using Cake.Core.Diagnostics; using Cake.Core.IO; public class Lifetime : FrostingLifetime<Context> { public override void Setup(Context context) ...
9fb63beec1eacb3aee0aa1d91c92ace7fbd09dd4
(GH-90) Switch to GitVersion Global Tool
(GH-90) Switch to GitVersion Global Tool Rather than using the full .net framework version.
cake-build/frosting,cake-build/frosting
build/Lifetime.cs
mit
1,593,377,176
using System; using Cake.Common; using Cake.Common.Diagnostics; using Cake.Common.Build; using Cake.Common.Tools.DotNetCore.MSBuild; using Cake.Frosting; using Cake.Core.Diagnostics; using Cake.Core.IO; public class Lifetime : FrostingLifetime<Context> { public override void Setup(Context context) ...
using System; using Cake.Common; using Cake.Common.Diagnostics; using Cake.Common.Build; using Cake.Common.Tools.DotNetCore.MSBuild; using Cake.Frosting; using Cake.Core.Diagnostics; using Cake.Core.IO; public class Lifetime : FrostingLifetime<Context> { public override void Setup(Context context) { //...
a3f70b777ad024192dcdd0b28d0a511215cc3d82
Added todo.
Added todo.
creyke/Orleans.Sagas,creyke/Orleans.Sagas
Orleans.Sagas/SagaBuilder.cs
mit
1,593,377,101
using Orleans.Sagas; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Orleans.Sagas { public class SagaBuilder : ISagaBuilder { private readonly List<ActivityDefinition> activities; private readonly IGrainFactory grainFactory; public Guid Id { ge...
using Orleans.Sagas; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Orleans.Sagas { public class SagaBuilder : ISagaBuilder { private readonly List<ActivityDefinition> activities; private readonly IGrainFactory grainFactory; public Guid Id { ge...
956a4eb75cb10f956022fe042cb3b721b31a8911
sync (#10)
sync (#10) * Reworked many parts * Add missing file 1/2 * Add missing file 2/2 * Fix Memoria.ini not being read Fixing a very bad oversight that I was sure to have fixed before commit... sorry Co-authored-by: Albeoris <9c7434040ecb199eed87935ef31213cc91912c5f@gmail.com> Co-authored-by: Tirlititi <e1d68...
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Memoria.Prime/Ini/IniReader.cs
mit
1,593,377,026
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Memoria.Prime.Text; namespace Memoria.Prime.Ini { internal abstract class SectionBinding { public readonly String Name; protected SectionBinding(String name) { Name...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Memoria.Prime.Text; namespace Memoria.Prime.Ini { internal abstract class SectionBinding { public readonly String Name; protected SectionBinding(String name) { Name...
e2c23cd7bb9d4ccccf372f9aa25ceeb8ef0b2dae
Clean up invocation even when exception is thrown
Clean up invocation even when exception is thrown
Moq/moq4
src/Moq/ProxyFactories/CastleProxyFactory.cs
bsd-3-clause
1,593,376,405
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Refle...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Refle...
75d0153ed7cd419613009e1d2df702f5913783d5
Adds missing return in BasicAuthFilter.
Adds missing return in BasicAuthFilter.
alanedwardes/Estranged.Lfs,alanedwardes/Estranged.Lfs
src/Estranged.Lfs.Api/Filters/BasicAuthFilter.cs
mit
1,593,376,393
using Estranged.Lfs.Data; using Microsoft.AspNetCore.Http; using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; namespace Estranged.Lfs.Api.Filters { public class Ba...
using Estranged.Lfs.Data; using Microsoft.AspNetCore.Http; using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; namespace Estranged.Lfs.Api.Filters { public class Ba...
3917ca415567868c5b50393c5d17802cfcb888e8
Key names mismatched for Azure service bus test environment variables
Key names mismatched for Azure service bus test environment variables
phatboyg/MassTransit,phatboyg/MassTransit,phatboyg/MassTransit,MassTransit/MassTransit,MassTransit/MassTransit,MassTransit/MassTransit
tests/MassTransit.Azure.ServiceBus.Core.Tests/Configuration.cs
apache-2.0
1,593,376,064
namespace MassTransit.Azure.ServiceBus.Core.Tests { using System; using NUnit.Framework; static class Configuration { public static string KeyName => TestContext.Parameters.Exists(nameof(KeyName)) ? TestContext.Parameters.Get(nameof(KeyName)) ...
namespace MassTransit.Azure.ServiceBus.Core.Tests { using System; using NUnit.Framework; static class Configuration { public static string KeyName => TestContext.Parameters.Exists(nameof(KeyName)) ? TestContext.Parameters.Get(nameof(KeyName)) ...
26dc253680ddb250776d6131410acb6837057cc0
revert demo code change
revert demo code change
stephanstapel/ZUGFeRD-csharp
ZUGFeRD-Test/Application.cs
apache-2.0
1,593,375,818
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
8d6c45ab8373e5a8ad3a82ea0f4648b8eaa32e68
Fix Memoria.ini not being read
Fix Memoria.ini not being read Fixing a very bad oversight that I was sure to have fixed before commit... sorry
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Memoria.Prime/Ini/IniReader.cs
mit
1,593,375,625
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Memoria.Prime.Text; namespace Memoria.Prime.Ini { internal abstract class SectionBinding { public readonly String Name; protected SectionBinding(String name) { Name...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Memoria.Prime.Text; namespace Memoria.Prime.Ini { internal abstract class SectionBinding { public readonly String Name; protected SectionBinding(String name) { Name...
423295fdf702c2757079c19fdc3a2bb5ae047fbb
Default to no request timeout for state machines to avoid scheduler issues. Only use them if you are using Quartz/Hangfire.
Default to no request timeout for state machines to avoid scheduler issues. Only use them if you are using Quartz/Hangfire.
phatboyg/MassTransit,MassTransit/MassTransit,MassTransit/MassTransit,phatboyg/MassTransit,MassTransit/MassTransit,phatboyg/MassTransit
src/MassTransit/JobService/JobServiceOptions.cs
apache-2.0
1,593,375,509
namespace MassTransit.JobService { using System; using System.Collections.Generic; using Components; using GreenPipes; using MassTransit.Configuration; public class JobServiceOptions : IOptions, ISpecification { string _jobAttemptSagaEndpointName; string _jo...
namespace MassTransit.JobService { using System; using System.Collections.Generic; using Components; using GreenPipes; using MassTransit.Configuration; public class JobServiceOptions : IOptions, ISpecification { string _jobAttemptSagaEndpointName; string _jo...
ddca8f85f573fc2c6b90bd31de223c4722b57cb2
Fix issue with block slipperiness
Fix issue with block slipperiness
kennyvv/Alex,kennyvv/Alex,kennyvv/Alex
src/Alex/Worlds/PhysicsManager.cs
mpl-2.0
1,593,371,209
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Alex.API.Data.Servers; using Alex.API.Entities; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.Blocks.State; using Alex.Entities; using Alex.Graphics.Models.Blocks; using Alex.Utils; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Alex.API.Data.Servers; using Alex.API.Entities; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.Blocks.State; using Alex.Entities; using Alex.Graphics.Models.Blocks; using Alex.Utils; ...
50c341bceb3bd7e8c8532b13fbc9733489f529c5
Fix some issues with block collisions
Fix some issues with block collisions
kennyvv/Alex,kennyvv/Alex,kennyvv/Alex
src/Alex/Worlds/PhysicsManager.cs
mpl-2.0
1,593,371,106
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Alex.API.Data.Servers; using Alex.API.Entities; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.Blocks.State; using Alex.Entities; using Alex.Graphics.Models.Blocks; using Alex.Utils; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Alex.API.Data.Servers; using Alex.API.Entities; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.Blocks.State; using Alex.Entities; using Alex.Graphics.Models.Blocks; using Alex.Utils; ...
15b38fe406050b099d8611b8ecec2f51e6be55f8
CA-845 - cache preflight requests (#402)
CA-845 - cache preflight requests (#402)
CollActionteam/CollAction,CollActionteam/CollAction,CollActionteam/CollAction,CollActionteam/CollAction
CollAction/Startup.cs
agpl-3.0
1,593,369,685
using AspNetCore.IServiceCollection.AddIUrlHelper; using CollAction.Data; using CollAction.GraphQl; using CollAction.Helpers; using CollAction.Models; using CollAction.Services; using CollAction.Services.Crowdactions; using CollAction.Services.Donation; using CollAction.Services.Email; using CollAction.Services.HtmlVa...
using AspNetCore.IServiceCollection.AddIUrlHelper; using CollAction.Data; using CollAction.GraphQl; using CollAction.Helpers; using CollAction.Models; using CollAction.Services; using CollAction.Services.Crowdactions; using CollAction.Services.Donation; using CollAction.Services.Email; using CollAction.Services.HtmlVa...
19ae7a737ff8e9018267502c7f77ce065723ef7d
Rename to reflect which position is meant
Rename to reflect which position is meant
Xeeynamo/KingdomHearts
OpenKh.Kh2/Jiminy/Char.cs
mit
1,593,365,446
using System.Collections.Generic; using System.IO; using System.Linq; using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class Char { public const int MagicCode = 0x48434D4A; [Data] public byte World { get; set; } [Data] public byte Picture { get; set; } //index jmface ...
using System.Collections.Generic; using System.IO; using System.Linq; using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class Char { public const int MagicCode = 0x48434D4A; [Data] public byte World { get; set; } [Data] public byte Picture { get; set; } //index jmface ...
1874a3255b884662c9de915aeb1ac9f9fbd7e02b
That's not a region
That's not a region
Xeeynamo/KingdomHearts
OpenKh.Kh2/Jiminy/BaseJiminy.cs
mit
1,593,365,446
using System.Collections; using System.Collections.Generic; using System.IO; using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class BaseJiminy<T> : IEnumerable<T> { [Data] public int MagicCode { get; set; } [Data] public int Version { get; set; } [Data] public int Count { ge...
using System.Collections; using System.Collections.Generic; using System.IO; using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class BaseJiminy<T> : IEnumerable<T> { [Data] public int MagicCode { get; set; } [Data] public int Region { get; set; } [Data] public int Count { get...
e71eb6713819b42090ad41af092cc514cb29cb5c
Display message IDs in Kh2TextEditor as hexadecimal
Display message IDs in Kh2TextEditor as hexadecimal
Xeeynamo/KingdomHearts
OpenKh.Tools.Kh2TextEditor/Models/MessageModel.cs
mit
1,593,365,391
using OpenKh.Kh2; using OpenKh.Kh2.Messages; using OpenKh.Tools.Kh2TextEditor.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Windows; using Xe.Tools; namespace OpenKh.Tools.Kh2TextEditor.Models { public class MessageModel : BaseNotifyPropertyChanged { priva...
using OpenKh.Kh2; using OpenKh.Kh2.Messages; using OpenKh.Tools.Kh2TextEditor.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Windows; using Xe.Tools; namespace OpenKh.Tools.Kh2TextEditor.Models { public class MessageModel : BaseNotifyPropertyChanged { priva...
7f1fb5e6f9b963b7eec471cd675de17de44c9e42
Update Albu structure
Update Albu structure
Xeeynamo/KingdomHearts
OpenKh.Kh2/Jiminy/Albu.cs
mit
1,593,365,166
using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class Albu { [Data] public byte World { get; set; } //Worl -> Id [Data(Count = 2)] public string Number { get; set; } //menu/<region>/jm_photo/<world_id><number>.bin [Data] public byte Padding { get; set; } [Data] publ...
using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class Albu { [Data] public byte World { get; set; } //Worl -> Id [Data(Count = 2)] public string Number { get; set; } //menu/<region>/jm_photo/<world_id><number>.bin [Data] public byte Padding { get; set; } [Data] publ...
60a35cf16eb145335dbce5a7cec4b2e05ecdcef5
Update Puzz structure with Rotation and Size
Update Puzz structure with Rotation and Size
Xeeynamo/KingdomHearts
OpenKh.Kh2/Jiminy/Puzz.cs
mit
1,593,365,166
using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class Puzz { public enum Rotation : byte { Fixed = 0x0, Rotatable = 0x1, } public enum PuzzleSize : byte { Twelve = 0x0, FourtyEight = 0x1, } [D...
using Xe.BinaryMapper; namespace OpenKh.Kh2.Jiminy { public class Puzz { public enum PieceSize : byte { Twelve = 0x0, FourtyEight = 0x1, Twelve2 = 0x10, FourtyEight2 = 0x11 } [Data] public byte Id { get; set; } [Data] pub...
19e423c4b5d63e389a69f7f78118dd0049a79d96
Apply context clipping rectangle
Apply context clipping rectangle When rendering the content of a node, we should also consider the context clipping rectangle.
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Rendering/Visual.cs
agpl-3.0
1,593,364,400
using System; using System.Collections; using System.Collections.Generic; using ImGui.GraphicsAbstraction; namespace ImGui.Rendering { /// <summary> /// The minimal rendering element: tree hierarchy, clipping and how to render itself. /// </summary> /// <remarks> /// Persisting rendering data for ...
using System; using System.Collections; using System.Collections.Generic; using ImGui.GraphicsAbstraction; namespace ImGui.Rendering { /// <summary> /// The minimal rendering element: tree hierarchy, clipping and how to render itself. /// </summary> /// <remarks> /// Persisting rendering data for ...
118219cbb48354645def234cc5957936222104b6
CustomNetTransform.Move.cs cleaned, fixed throwing damage for tiles
CustomNetTransform.Move.cs cleaned, fixed throwing damage for tiles
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Transform/CustomNetTransform.Move.cs
agpl-3.0
1,593,363,649
using System; using System.Collections.Generic; using System.Linq; using Light2D; using UnityEngine; using Mirror; using Random = UnityEngine.Random; public enum SpinMode { None, Clockwise, CounterClockwise } public partial class CustomNetTransform { private const string STOPPED_FLOATING = "{0} stopped floating"...
using System; using System.Collections.Generic; using System.Linq; using Light2D; using UnityEngine; using Mirror; using Random = UnityEngine.Random; public enum SpinMode { None, Clockwise, CounterClockwise } public partial class CustomNetTransform { private const string STOPPED_FLOATING = "{0} stopped floating"...
38cfe595831309465b9a341383e7bc27e4a3b9bd
Simplify code
Simplify code
tigrouind/AITD-roomviewer
Assets/Scripts/Model/ModelLoader.cs
mit
1,593,362,880
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
1ac216f36278628a446dc35c607800831444d8f0
group related code
group related code
Pathoschild/StardewMods
LookupAnything/Framework/Subjects/ItemSubject.cs
mit
1,593,361,215
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathoschild.Stardew.Common; using Pathoschild.Stardew.Common.DataParsers; using Pathoschild.Stardew.Common.Items.ItemData; using Pathosch...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathoschild.Stardew.Common; using Pathoschild.Stardew.Common.DataParsers; using Pathoschild.Stardew.Common.Items.ItemData; using Pathosch...
ad25f6f78780d54c5bf6dc1abfb1a592181fe45b
Use var instead of string
Use var instead of string
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/SerializableExceptionTests.cs
mit
1,593,361,003
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Models; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class SerializableExceptionTests { [Fact] public void UtxoRefereeSerialization() { var message = "Foo Bar Buzz"; var innerMessage = "Inner Foo Bar Buz...
using System; using System.Collections.Generic; using System.Text; using WalletWasabi.Models; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class SerializableExceptionTests { [Fact] public void UtxoRefereeSerialization() { var message = "Foo Bar Buzz"; var innerMessage = "Inner Foo Bar Buz...
d4c34e2513dba1fe9195948af78ddc0874039ff2
Fix exception message
Fix exception message
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/CrashReport/CrashReporter.cs
mit
1,593,360,960
using System; using System.Diagnostics; using WalletWasabi.Logging; using WalletWasabi.Microservices; using WalletWasabi.Models; namespace WalletWasabi.Gui.CrashReport { public class CrashReporter { private const int MaxRecursiveCalls = 5; public int Attempts { get; private set; } public string Base64Exception...
using System; using System.Diagnostics; using WalletWasabi.Logging; using WalletWasabi.Microservices; using WalletWasabi.Models; namespace WalletWasabi.Gui.CrashReport { public class CrashReporter { private const int MaxRecursiveCalls = 5; public int Attempts { get; private set; } public string Base64Exception...
f5e8d284eba26d1f20d0ae889016dbfb5b30b2c4
Get rid of superfluous GetOffset call
Get rid of superfluous GetOffset call
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/MimeParser.cs
mit
1,593,360,657
// // MimeParser.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwa...
// // MimeParser.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwa...
79eca8e1bffed2138d9b89cb1216d013205e5a74
remove unneeded "base."
remove unneeded "base."
NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu
osu.Game/Graphics/Sprites/HueAnimation.cs
mit
1,593,359,701
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.OpenGL.Vertices; using osu.Framework.Graphics.Shaders; using osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.OpenGL.Vertices; using osu.Framework.Graphics.Shaders; using osu....
820056cc4e2e1497a53a3d9af7db3594940e5fcd
update colours/transformations
update colours/transformations
UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu
osu.Game/Screens/Menu/IntroTriangles.cs
mit
1,593,359,633
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Extension...
6f296320a100422eb5555ce0d75383e5020896e3
InventoryComponent now returns null if comp is deleted (#1227)
InventoryComponent now returns null if comp is deleted (#1227) Co-authored-by: Metal Gear Sloth <5a6002283f4d0ed17bed24ee1f9d131baf85176c@gmail.com>
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/GUI/InventoryComponent.cs
mit
1,593,359,073
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks.Dataflow; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObjects; using Content.Shared.GameObjects.EntitySystems; using Robust.Server.GameObjects.Components.Contain...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks.Dataflow; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObjects; using Content.Shared.GameObjects.EntitySystems; using Robust.Server.GameObjects.Components.Contain...
69e34c278817b703cd4e4fcc3a96a1ff32d9595a
Fix debuggerdisplay
Fix debuggerdisplay
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Generator/Assembler/AssemblerSyntaxGenerator.cs
mit
1,593,355,886
/* Copyright (C) 2018-2019 de4dot@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
/* Copyright (C) 2018-2019 de4dot@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
c385ab65b28d34fb0ef231e875a6c04eefeb2cd6
Remove `Response` type name suffix
Remove `Response` type name suffix
Moq/moq4
src/Moq/MethodCall.cs
bsd-3-clause
1,593,354,097
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
6c018ca49550b6b702c6d51ab1092475f0064cc0
Fix names of `Return...ValueResponse`s
Fix names of `Return...ValueResponse`s The term "lazy" is inappropriate as it suggests that once the deferred value has been computed, it will be cached. However it gets recomputed on each invocation. Change the type names to better reflect that.
Moq/moq4
src/Moq/MethodCall.cs
bsd-3-clause
1,593,353,774
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
c1c297cc47a2e6df6d424117cbf5533562d5511d
Replace `ReturnLazyValueResponse` with `ReturnInvocationLazyValueResponse`
Replace `ReturnLazyValueResponse` with `ReturnInvocationLazyValueResponse` again because the latter is the more general response type and can do the former's job as well.
Moq/moq4
src/Moq/MethodCall.cs
bsd-3-clause
1,593,353,531
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; usin...
2fd179d06b6620304f2530a4cdb68225b3573613
Fixes ActivateObject - linq expression to use 'FullName', also trims any whitespace from start / end of 'className' (netstandard2.0 only).
Fixes ActivateObject - linq expression to use 'FullName', also trims any whitespace from start / end of 'className' (netstandard2.0 only).
dib0/NHapiTools
Base/Validation/ConfigurableContext.cs
mit
1,593,352,337
using System; #if NETSTANDARD2_0 using System.Linq; using System.Reflection; #endif using System.Configuration; using NHapi.Base.validation; using NHapiTools.Base.Configuration; #if NET45 using System.Runtime.Remoting; #endif namespace NHapiTools.Base.Validation { /// <summary> /// The configurable context lo...
using System; #if NETSTANDARD2_0 using System.Linq; using System.Reflection; #endif using System.Configuration; using NHapi.Base.validation; using NHapiTools.Base.Configuration; #if NET45 using System.Runtime.Remoting; #endif namespace NHapiTools.Base.Validation { /// <summary> /// The configurable context lo...