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
ccfa1057414e501a5125ccdb8a8220ddd7b898bb
efcore sqlite doens't accept as keyword, yet sqlitebrowser does?! fixed
efcore sqlite doens't accept as keyword, yet sqlitebrowser does?! fixed
ShadowNoire/NadekoBot,ShadowNoire/NadekoBot
NadekoBot.Core/Modules/Administration/Services/UserPunishService.cs
mit
1,593,499,130
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using NadekoBot.Core.Common.TypeReaders.Models; using NadekoBot.Core.Services; using NadekoBot.Core.Services.Database.Mod...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using NadekoBot.Core.Common.TypeReaders.Models; using NadekoBot.Core.Services; using NadekoBot.Core.Services.Database.Mod...
cd543f4cd940f891740e5227c0f15170f5e16c33
Version upped
Version upped
ShadowNoire/NadekoBot,ShadowNoire/NadekoBot
NadekoBot.Core/Services/Impl/StatsService.cs
mit
1,593,498,337
using Discord; using Discord.WebSocket; using NadekoBot.Extensions; using NLog; using StackExchange.Redis; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http; using System.Runtime.InteropServices; using System.Security.Cryptography; using System.Text; u...
using Discord; using Discord.WebSocket; using NadekoBot.Extensions; using NLog; using StackExchange.Redis; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http; using System.Runtime.InteropServices; using System.Security.Cryptography; using System.Text; u...
962a3fc8abf76cbca72fc35fa6d12c5db4fb4d38
.warne bugfix
.warne bugfix
ShadowNoire/NadekoBot,ShadowNoire/NadekoBot
NadekoBot.Core/Modules/Administration/Services/UserPunishService.cs
mit
1,593,498,256
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using NadekoBot.Core.Common.TypeReaders.Models; using NadekoBot.Core.Services; using NadekoBot.Core.Services.Database.Mod...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using NadekoBot.Core.Common.TypeReaders.Models; using NadekoBot.Core.Services; using NadekoBot.Core.Services.Database.Mod...
0caa1710aec5ff87e326f72cd4ba0ef452b512a2
harmonize result in DRTS
harmonize result in DRTS
MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4
src/IdentityServer4/src/Services/Default/DefaultRefreshTokenService.cs
apache-2.0
1,593,497,961
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer4.Stores; using Microsoft.Extensions.Logging; using System...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer4.Stores; using Microsoft.Extensions.Logging; using System...
a2f7f660ee75a861b2cb92124d702fd51f98acbd
fix comment
fix comment
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/CrashReport/ViewModels/CrashReportWindowViewModel.cs
mit
1,593,497,826
using ReactiveUI; using Splat; using System; using System.Reactive; using System.Reactive.Linq; using WalletWasabi.Gui.Helpers; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui.CrashReport.ViewModels { public class CrashReportWindowViewModel : ViewModelBase { public CrashRe...
using ReactiveUI; using Splat; using System; using System.Reactive; using System.Reactive.Linq; using WalletWasabi.Gui.Helpers; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui.CrashReport.ViewModels { public class CrashReportWindowViewModel : ViewModelBase { public CrashRe...
13d712533e8864be6966c6a78c139abdb5c0d234
Fix C# build by regenerating test protos
Fix C# build by regenerating test protos
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs
bsd-3-clause
1,593,496,378
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: unittest_issues.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global:...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: unittest_issues.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global:...
49aa1da3a3a5cd9192e1cce841b6a8388db31393
Enum.HasFlag was causing tons of boxing allocations, this adds a custom function that does not allocate.
Enum.HasFlag was causing tons of boxing allocations, this adds a custom function that does not allocate.
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,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Shared/GameObjects/Components/Movement/SharedPlayerInputMoverComponent.cs
mit
1,593,496,307
using System; using Content.Shared.GameObjects.Components.Mobs; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components; using Robust.Shared.Interfaces.Configuration; using Robust.Shared.Interfaces.Timing; using Robust.Shared.IoC; using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Share...
using System; using Content.Shared.GameObjects.Components.Mobs; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components; using Robust.Shared.Interfaces.Configuration; using Robust.Shared.Interfaces.Timing; using Robust.Shared.IoC; using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared...
83db7204d95eb5d185e7e0aac6b8c7b0daf0880e
Added DebugData member.
Added DebugData member.
ivvycode/ivvy-sdk-net
src/Account/ErrorReport.cs
mit
1,593,494,402
using Ivvy.API.Json; using Newtonsoft.Json; namespace Ivvy.API.Account { public class ErrorReport : ISerializable { public enum RefTypes { Custom = 1, VenueBooking = 2, VenueBookingAccommodation = 3, VenueBookingRoomReservation = 4, } ...
using Ivvy.API.Json; using Newtonsoft.Json; namespace Ivvy.API.Account { public class ErrorReport : ISerializable { public enum RefTypes { Custom = 1, VenueBooking = 2, VenueBookingAccommodation = 3, VenueBookingRoomReservation = 4, } ...
253849549be3e35912a39a5c28263a2d5f7bd76b
WinForms Example - Use google.com as search engine when invalid url entered in address
WinForms Example - Use google.com as search engine when invalid url entered in address If Uri.IsWellFormedUriString is false then we'll load using https://www.google.com/search?q=
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.WinForms.Example/BrowserTabUserControl.cs
bsd-3-clause
1,593,491,293
// Copyright © 2010 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.Collections.Generic; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Threading.Tasks;...
// Copyright © 2010 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.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using System.Wind...
baf63bfeec0116f59f43667a7ba11add19397cfd
add failing test
add failing test
jkoritzinsky/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,...
tests/Avalonia.Animation.UnitTests/KeySplineTests.cs
mit
1,593,490,795
using System; using Avalonia.Animation.Easings; using Avalonia.Controls.Shapes; using Avalonia.Media; using Avalonia.Styling; using Xunit; namespace Avalonia.Animation.UnitTests { public class KeySplineTests { [Theory] [InlineData("1,2 3,4")] [InlineData("1 2 3 4")] [InlineData(...
using System; using Avalonia.Animation.Easings; using Avalonia.Controls.Shapes; using Avalonia.Media; using Avalonia.Styling; using Xunit; namespace Avalonia.Animation.UnitTests { public class KeySplineTests { [Theory] [InlineData("1,2 3,4")] [InlineData("1 2 3 4")] [InlineData(...
591a5ce00598d4cb8d79c56e296c119830c51c53
remove redundant this call
remove redundant this call
AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/...
src/Avalonia.Animation/Easing/SplineEasing.cs
mit
1,593,489,384
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
3709ca92e0495b2097e85b26975600138b5f61cb
use internal keyspline as backing field to save memory.
use internal keyspline as backing field to save memory.
SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritz...
src/Avalonia.Animation/Easing/SplineEasing.cs
mit
1,593,489,330
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
64d943c2b5f1be94af928496142219336d20d219
remove redundant base call
remove redundant base call
wieslawsoltes/Perspex,Perspex/Perspex,grokys/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalo...
src/Avalonia.Animation/Easing/SplineEasing.cs
mit
1,593,489,208
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
1b6364480b5ed32f46d752a767333dcd147dea89
add readonly
add readonly
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes...
src/Avalonia.Animation/Easing/SplineEasing.cs
mit
1,593,489,178
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
806788f67866a90ac17e5ba97d336f66f30c7f7c
Delete jobs created in integration test
Delete jobs created in integration test
elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net
tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs
apache-2.0
1,593,488,208
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information using System; using System.Collections.Generic; using System.Linq; using Elastic.Elasticsearch.Xunit.XunitPlumbing...
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information using System; using System.Collections.Generic; using System.Linq; using Elastic.Elasticsearch.Xunit.XunitPlumbing...
cc9ab9674179c8f3d981704889474946df57df76
TryAddSingleton for overrides
TryAddSingleton for overrides
toddams/RazorLight
src/RazorLight/Extensions/ServiceCollectionExtensions.cs
apache-2.0
1,593,487,505
using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using RazorLight.DependencyInjection; namespace RazorLight.Extensions { public static class ServiceCollectionExtensions { public static void AddRazorLight(this IServiceCollection services, Func...
using System; using Microsoft.Extensions.DependencyInjection; using RazorLight.DependencyInjection; namespace RazorLight.Extensions { public static class ServiceCollectionExtensions { public static void AddRazorLight(this IServiceCollection services, Func<IRazorLightEngine> engineFactoryProvider) { if (servi...
b8e91ab32bd2bd46658a7b1825faf2b623c670ab
Improve display for targets in the results list.
Improve display for targets in the results list.
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer.Core/ProxyNode.cs
mit
1,593,487,036
using System.Collections.Generic; using System.Linq; using System.Text; using StructuredLogViewer; namespace Microsoft.Build.Logging.StructuredLogger { public class ProxyNode : TextNode { public BaseNode Original { get; set; } public SearchResult SearchResult { get; set; } ...
using System.Collections.Generic; using System.Linq; using System.Text; using StructuredLogViewer; namespace Microsoft.Build.Logging.StructuredLogger { public class ProxyNode : TextNode { public BaseNode Original { get; set; } public SearchResult SearchResult { get; set; } ...
5dd26f609800e6ac6aa964f550ef2e6a187c7ca3
Optimize the cache performance of the GetUserSettingConfig method.
Optimize the cache performance of the GetUserSettingConfig method.
aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate
src/Abp.Web.Common/Web/Configuration/AbpUserConfigurationBuilder.cs
mit
1,593,486,666
using System.Collections.Generic; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Application.Navigation; using Abp.Authorization; using Abp.Configuration; using Abp.Configuration.Startup; using Abp.Localization; using Abp.Runtime.Session; using Abp.Timing; using Abp.Timing.Timezone; using Abp.W...
using System.Collections.Generic; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Application.Navigation; using Abp.Authorization; using Abp.Configuration; using Abp.Configuration.Startup; using Abp.Localization; using Abp.Runtime.Session; using Abp.Timing; using Abp.Timing.Timezone; using Abp.W...
f8a9738e02b40442b8784f00c109bcd5bd326323
Added Title Filter
Added Title Filter
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/KiranPatnayakuni.cs
mit
1,593,486,135
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"; ...
047b7334eba1ea038aefa8c44cb956066c97d503
Item Property Change in the Filter
Item Property Change in the Filter
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/KiranPatnayakuni.cs
mit
1,593,483,790
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"; ...
32b3e5871d2cf119379286d079f623475f3597bb
Updating bootstrapper package locator to include a fixed location under MSBuild extensions folder (#5465)
Updating bootstrapper package locator to include a fixed location under MSBuild extensions folder (#5465) Right now bootstrapper packages (used by ClickOnce and VS Installer Projects) are discovered in one of two ways: - In a default path under "Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages" -...
rainersigwald/msbuild,AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,cdmihai/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerl...
src/Tasks/BootstrapperUtil/Util.cs
mit
1,593,483,587
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using Microsoft.Build.Shared; using Microsoft.Win32; namespace Microsoft....
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using Microsoft.Win32; namespace Microsoft.Build.Tasks.Deployment.Bootstr...
e55d61baf77f706def077335a8ca5b57c1272c2c
Changes in filter
Changes in filter
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/KiranPatnayakuni.cs
mit
1,593,483,288
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"; ...
4f29a0909efe6e30fe65aaa0a28ca905af9066e6
Fixes #330
Fixes #330
toddams/RazorLight
src/RazorLight/Text/RawString.cs
apache-2.0
1,593,481,059
using System; using System.IO; namespace RazorLight.Text { /// <summary> /// Defines the required contract for implementing an unencoded string. /// </summary> public interface IRawString { void WriteTo(TextWriter writer); } /// <summary> /// Represents an unencoded string. /// </summary> public class Ra...
using System; using System.IO; namespace RazorLight.Text { /// <summary> /// Defines the required contract for implementing an encoded string. /// </summary> public interface IRawString { void WriteTo(TextWriter writer); } /// <summary> /// Represents an unencoded string. /// </summary> public class RawS...
a6532c28b43bbae971041a9b2efaea287158d53b
Fixes #331
Fixes #331
toddams/RazorLight
tests/RazorLight.Tests/DependencyInjection/PropertyInjectorTest.cs
apache-2.0
1,593,481,003
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using RazorLight.DependencyInjection; using RazorLight.Tests.Models; using Xunit; namespace RazorLight.Tests.DependencyInjection { public class PropertyInjectorTest { [F...
using System; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using RazorLight.DependencyInjection; using RazorLight.Tests.Models; using Xunit; namespace RazorLight.Tests.DependencyInjection { public class PropertyInjectorTest { [Fact] public void Throws_On_Null_...
7a5b437d90f2c430be291b02ccdba6773e170fc1
Convert RulesetToEditorConfigConverter to use top-level statements
Convert RulesetToEditorConfigConverter to use top-level statements
dotnet/roslyn-analyzers,dotnet/roslyn-analyzers,dotnet/roslyn-analyzers
src/Tools/RulesetToEditorconfigConverter/Source/Program.cs
mit
1,593,477,613
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #pragma warning disable IDE0051 // Remove unused private members #pragma warning disable CA1812 // Avoid uninstantiated internal classes using System; using...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; namespace Microsoft.CodeAnalysis.RulesetToEditorconfig { internal static class Program { public static int Ma...
f5e2040640a5db1ee4cb75e8679b2ad39a54254c
Fix SequenceNumber for MemoryStream (#6622)
Fix SequenceNumber for MemoryStream (#6622)
ElanHasson/orleans,hoopsomuah/orleans,ReubenBond/orleans,yevhen/orleans,jason-bragg/orleans,ibondy/orleans,ibondy/orleans,dotnet/orleans,veikkoeeva/orleans,ibondy/orleans,ElanHasson/orleans,ReubenBond/orleans,amccool/orleans,dotnet/orleans,jthelin/orleans,ElanHasson/orleans,galvesribeiro/orleans,galvesribeiro/orleans,g...
src/OrleansProviders/Streams/Memory/MemoryPooledCache.cs
mit
1,593,474,048
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.Extensions.Logging; using Orleans.Providers.Streams.Common; using Orleans.Runtime; using Orleans.Serialization; using Orleans.Streams; namespace Orleans.Providers { /// <summary> /// Pooled cache for...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.Extensions.Logging; using Orleans.Providers.Streams.Common; using Orleans.Runtime; using Orleans.Serialization; using Orleans.Streams; namespace Orleans.Providers { /// <summary> /// Pooled cache for...
5992a5f82a2125ebcb49db09be25c37fb9013afd
fix VideoCapture.ConvertRGB
fix VideoCapture.ConvertRGB
shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp
src/OpenCvSharp/Modules/videoio/VideoCapture.cs
apache-2.0
1,593,473,394
using System; using System.Runtime.InteropServices; namespace OpenCvSharp { #if LANG_JP /// <summary> /// ビデオキャプチャ /// </summary> #else /// <summary> /// Video capturing class /// </summary> #endif public class VideoCapture : DisposableCvObject { #if LANG_JP /// <summary> ...
using System; using System.Runtime.InteropServices; namespace OpenCvSharp { #if LANG_JP /// <summary> /// ビデオキャプチャ /// </summary> #else /// <summary> /// Video capturing class /// </summary> #endif public class VideoCapture : DisposableCvObject { #if LANG_JP /// <summary> ...
031c8ee6ff7ef5afcbfc600e298c086c22edec2b
chore: fixing some unit tests failing while running within AzureDevOps.
chore: fixing some unit tests failing while running within AzureDevOps.
rollbar/Rollbar.NET,rollbar/Rollbar.NET
UnitTest.Rollbar/RollbarClientFixture.cs
mit
1,593,472,989
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member namespace UnitTest.Rollbar { using global::Rollbar; using global::Rollbar.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading; using System.Linq; [TestCla...
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member namespace UnitTest.Rollbar { using global::Rollbar; using global::Rollbar.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading; using System.Linq; [TestCla...
cb90c4f4b1e2201d90a403d50482dec7854d8203
Added CreateServerSilo method.
Added CreateServerSilo method.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/NtJob.cs
apache-2.0
1,593,471,589
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
0991473c93f21694b6bc45b5a971fd67dcb3992b
Simplify interpolation.
Simplify interpolation.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Utility/InfoCommands.cs
mit
1,593,468,368
using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Utilit...
using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Utilit...
09658327ca369fae96606c851c0aafe1e5711fe0
Ensure .net desktop handler delegates to HttpClientHandler
Ensure .net desktop handler delegates to HttpClientHandler
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
src/client/Microsoft.Identity.Client/Platforms/net45/Http/DnsSensitiveClientHandler.cs
mit
1,593,468,235
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Concurrent; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Microsoft.Identity.Client.Http; namespace Microsoft.Identity.Client.P...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Concurrent; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Microsoft.Identity.Client.Http; namespace Microsoft.Identity.Client.P...
83281e37dced5bd15c8600dff13159aa740dddf5
Web.cs now catches OperationCanceledExceptions
Web.cs now catches OperationCanceledExceptions
Kingloo/Rdr
RdrLib/Web.cs
unlicense
1,593,467,258
using System; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Security.Authentication; using System.Text; using System.Threading; using System.Threading.Tasks; namespace RdrLib { public enum Reason { None, Success, WebError, Ti...
using System; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Security.Authentication; using System.Text; using System.Threading; using System.Threading.Tasks; namespace RdrLib { public enum Reason { None, Success, WebError, Ti...
c1e02743f05a116dad14f041899171f0de1fbeb8
Fix battle sequence bug 2/2
Fix battle sequence bug 2/2 Fixing a bug I introduced and that softlocks the Deathguise battle amongst others...
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/SEQ_WORK.cs
mit
1,593,466,333
using System; public class SEQ_WORK { public SeqFlag Flags; public CMD_DATA CmdPtr; public Int32 CurPtr; public Int32 OldPtr; public Int16 IncCnt; public Int16 DecCnt; public Int16 AnmCnt; public Byte AnmIDOfs; public Byte SfxTime; public UInt16 SfxNum; public Byte SfxAttr; public Byte SfxVol; ...
using System; public class SEQ_WORK { public SeqFlag Flags; public CMD_DATA CmdPtr; public Int32 CurPtr; public Int32 OldPtr; public Int16 IncCnt; public Int16 DecCnt; public Int16 AnmCnt; public Byte AnmIDOfs; public Byte SfxTime; public UInt16 SfxNum; public Byte SfxAttr; public Byte SfxVol; ...
ac2f284c6f79d08ecd03197fd97e89645a63c8a7
Fix battle sequence bug 1/2
Fix battle sequence bug 1/2 Fixing a bug I introduced and that softlocks the Deathguise battle amongst others...
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/btlseq.cs
mit
1,593,466,313
using System; using System.IO; using System.Linq; using Assets.Sources.Scripts.UI.Common; using FF9; using Memoria; using Memoria.Data; using UnityEngine; using Object = System.Object; public class btlseq { public btlseq() { btlseq.enemy = FF9StateSystem.Battle.FF9Battle.enemy; } public void ReadBattleSequence(...
using System; using System.IO; using System.Linq; using Assets.Sources.Scripts.UI.Common; using FF9; using Memoria; using Memoria.Data; using UnityEngine; using Object = System.Object; public class btlseq { public btlseq() { btlseq.enemy = FF9StateSystem.Battle.FF9Battle.enemy; } public void ReadBattleSequence(...
d73c87440038c463427e173265a36b0a839b769d
Added market and fields parameter for PlaylistGetRequest
Added market and fields parameter for PlaylistGetRequest
JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI.Web/Models/Request/PlaylistGetRequest.cs
mit
1,593,464,330
using System; using System.Collections.Generic; namespace SpotifyAPI.Web { public class PlaylistGetRequest : RequestParams { public PlaylistGetRequest(AdditionalTypes types = AdditionalTypes.All) { Ensure.ArgumentNotNull(types, nameof(types)); AdditionalTypesParam = types; Fields = new L...
using System; using System.Collections.Generic; namespace SpotifyAPI.Web { public class PlaylistGetRequest : RequestParams { public PlaylistGetRequest(AdditionalTypes types = AdditionalTypes.All) { Ensure.ArgumentNotNull(types, nameof(types)); AdditionalTypesParam = types; } /// <summ...
194f11f2a73c107756c32a83e3726125df10d7af
add warning if duplicate key in GUIDNames
add warning if duplicate key in GUIDNames
overtools/OWLib
DataTool/Helper/IO.cs
mit
1,593,464,244
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using TankLib; using TACTLib.Core; using static DataTool.Program; namespace DataTool.Helper { // ReSharper disable once...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using TankLib; using TACTLib.Core; using static DataTool.Program; namespace DataTool.Helper { // ReSharper disable once...
062faf629dac22a6e3cc6d8518a6f794b582cf6d
Automation plans are a pain
Automation plans are a pain
buildabonfire/Bonfire.Analytics.Dto,buildabonfire/Bonfire.Analytics.Dto
Bonfire.Analytics.xDbPeek/Repositories/ListsAutomationsRepository.cs
mit
1,593,463,385
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Web.Mvc; using Bonfire.Analytics.XdbPeek.Models; using Sitecore; using Sitecore.Analytics; using Sitecore.Marketing.Definitions; using Sitecore.Marketing.Definitions.AutomationPlans.Model; using Sitecore.XConnect.Collection.M...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Web.Mvc; using Bonfire.Analytics.XdbPeek.Models; using Sitecore; using Sitecore.Analytics; using Sitecore.Marketing.Definitions; using Sitecore.Marketing.Definitions.AutomationPlans.Model; using Sitecore.XConnect.Collection.M...
897e6d28033ea3d09881862fd1112eaf8df8ff1b
Done PIC class api
Done PIC class api
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/IOGroup/PIC.cs
bsd-3-clause
1,593,461,390
using Cosmos.Core; namespace Cosmos.Core.IOGroup { /// <summary> /// PIC class. Represent PIC. /// </summary> public class PIC : IOGroup { /// <summary> /// Command port. /// </summary> public readonly IOPort Cmd = new IOPort(0x20); /// <summary> ///...
using Cosmos.Core; namespace Cosmos.Core.IOGroup { public class PIC : IOGroup { public readonly IOPort Cmd = new IOPort(0x20); public readonly IOPort Data = new IOPort(0x21); internal PIC(bool aSlave) { byte aBase = (byte) (aSlave ? 0xA0 : 0x20); Cmd = ...
e73432f0bef6557ccc9d0735a1166230a6bdde9f
Done IOPort api
Done IOPort api
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/IOPort.cs
bsd-3-clause
1,593,461,196
using IL2CPU.API.Attribs; namespace Cosmos.Core { /// <summary> /// IOPortBase abstract class. /// </summary> public abstract class IOPortBase { //TODO Make it that IO port classes are exclusive to each port. For example // only one IOPort class can be created per port number. This ...
using IL2CPU.API.Attribs; namespace Cosmos.Core { public abstract class IOPortBase { //TODO Make it that IO port classes are exclusive to each port. For example // only one IOPort class can be created per port number. This will prevent // two instances of an IOPort from using the same p...
d0844ae1429cee178aef3a68b4c9f9b7ed9b9bdc
Rename field.
Rename field.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Resources/CommandStrings.cs
mit
1,593,461,089
using System; using System.IO; using System.Linq; using Mitternacht.Common.Collections; using NLog; using YamlDotNet.Serialization; namespace Mitternacht.Resources { public class CommandStrings { private static readonly Logger _logger; private const string CmdStringPath = @"./_strings/commandstrings.yml"; priva...
using System; using System.IO; using System.Linq; using Mitternacht.Common.Collections; using NLog; using YamlDotNet.Serialization; namespace Mitternacht.Resources { public class CommandStrings { private static readonly Logger Log; private const string CmdStringPath = @"./_strings/commandstrings.yml"; private s...
a0953f80f91d77e5d3630e10dd37da408c543361
Do not provide default command string.
Do not provide default command string.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Resources/CommandStrings.cs
mit
1,593,460,659
using System; using System.IO; using System.Linq; using Mitternacht.Common.Collections; using NLog; using YamlDotNet.Serialization; namespace Mitternacht.Resources { public class CommandStrings { private static readonly Logger Log; private const string CmdStringPath = @"./_strings/commandstrings.yml"; private s...
using System; using System.IO; using System.Linq; using Mitternacht.Common.Collections; using NLog; using YamlDotNet.Serialization; namespace Mitternacht.Resources { public class CommandStrings { private static readonly Logger Log; private const string CmdStringPath = @"./_strings/commandstrings.yml"; private s...
ec877bf710e8b5d4e6521cffde8d3d405d35c50c
chore: making sure unit tests are not timing out on AzureDevOps
chore: making sure unit tests are not timing out on AzureDevOps
rollbar/Rollbar.NET,rollbar/Rollbar.NET
UnitTest.Rollbar/RollbarLoggerFixture.cs
mit
1,593,460,443
namespace UnitTest.Rollbar { using global::Rollbar; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using global::Rollbar.DTOs; using Exception = System.Except...
namespace UnitTest.Rollbar { using global::Rollbar; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using global::Rollbar.DTOs; using Exception = System.Except...
7319fc732eb41f2a6259e57efdc56c0448ea185a
can't interact if invisible
can't interact if invisible
workabyte/PowerArgs,adamabdelhamed/PowerArgs
PowerArgs/CLI/Games/SpacialElements/Character.cs
mit
1,593,460,124
using PowerArgs.Cli.Physics; using System; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace PowerArgs.Games { public class Character : SpacialElement, IObservableObject, IHaveVelocity { public Event<IInteractable> OnInteract { get; private set; } = ne...
using PowerArgs.Cli.Physics; using System; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace PowerArgs.Games { public class Character : SpacialElement, IObservableObject, IHaveVelocity { public Event<IInteractable> OnInteract { get; private set; } = ne...
e906c2067be5552bf15f0bd2a9c793a6ad4d3dc6
Quarantine Publish_HostedApp_WithSatelliteAssemblies (#23479)
Quarantine Publish_HostedApp_WithSatelliteAssemblies (#23479)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/Wasm/WasmPublishIntegrationTest.cs
apache-2.0
1,593,459,249
// 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.IO; using System.IO.Compression; using System.Text.Json; using System.Threading.Tasks; using Microsoft.AspNetCore.Razor.Tasks; using Micros...
// 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.IO; using System.IO.Compression; using System.Text.Json; using System.Threading.Tasks; using Microsoft.AspNetCore.Razor.Tasks; using Micros...
d05a16c41b32186677300ecd86d77f0ef550bcdd
- Fixing bug with querying GetStreams() by user login
- Fixing bug with querying GetStreams() by user login
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Services/NewAPI/StreamsService.cs
mit
1,593,456,985
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Streams; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The APIs for Streams-bas...
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Streams; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The APIs for Streams-bas...
a6cfa2c6a4e9ccf544e3124aa1b7110ae762083f
- Fixing build break
- Fixing build break
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Services/NewAPI/StreamsService.cs
mit
1,593,456,923
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Streams; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The APIs for Streams-bas...
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Streams; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The APIs for Streams-bas...
a0080439ee08ba2373ab9b3a216b3ab8c085e74f
- Updating GetStreams() New API method to add userID & userLogin support, as well as remove deprecated communityIDs
- Updating GetStreams() New API method to add userID & userLogin support, as well as remove deprecated communityIDs
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Services/NewAPI/StreamsService.cs
mit
1,593,456,818
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Streams; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The APIs for Streams-bas...
using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Twitch.Base.Models.NewAPI.Streams; using Twitch.Base.Models.NewAPI.Users; namespace Twitch.Base.Services.NewAPI { /// <summary> /// The APIs for Streams-bas...
be4ec76f9db6c9fd965e30fe66ac54e8f7546b69
Adding the timezone fix to the jasper exporter.
Adding the timezone fix to the jasper exporter.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,593,456,518
/* 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...
02628b6e0f5d2793089ab578dfac00a4cb8ace02
Changed API host to new URL, cf. https://developer.webex.com/blog/introducing-the-new-webexapis-com
Changed API host to new URL, cf. https://developer.webex.com/blog/introducing-the-new-webexapis-com
darrenparkinson/SparkDotNet
Spark.cs
mit
1,593,456,505
using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using static Newtonsoft.Json.JsonConvert; using Newtonsoft.Json.Linq; using System.Linq; using System; using static System.Net.WebUtility; using System.Text; using Newtonsoft.Json; using System.Net; us...
using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using static Newtonsoft.Json.JsonConvert; using Newtonsoft.Json.Linq; using System.Linq; using System; using static System.Net.WebUtility; using System.Text; using Newtonsoft.Json; using System.Net; us...
c61b86425688b3644a3a298218f5527ea9e04f26
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.6.3448.20200629184407-master-3015a6a
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,593,456,373
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "3015a6ad8270c2d577690672647b364e83dc02ae"; public static string Version = "1.6"; public static string Build = "3448"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "8c20cfeb1a6d1ef22a80c09ca812e5b159f4d516"; public static string Version = "1.6"; public static string Build = "3447"; ...
3015a6ad8270c2d577690672647b364e83dc02ae
updating heal/harm spell message for player caster on remote target (#3051)
updating heal/harm spell message for player caster on remote target (#3051)
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/WorldObjects/WorldObject_Magic.cs
agpl-3.0
1,593,456,232
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using ACE.Common; using ACE.Database; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Ent...
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using ACE.Common; using ACE.Database; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Ent...
8c5c0e6d14b4bddb7f15759f1710a386b40a8853
partially revert "crutch for netcoreapp3.0"
partially revert "crutch for netcoreapp3.0" This partially reverts commit e6c7ade09af6335948c29db8127752a8ac34fed4.
reinforced/Reinforced.Typings,reinforced/Reinforced.Typings
Reinforced.Typings.Cli/AssemblyManager.cs
mit
1,593,455,664
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; #if NETCORE using System.Runtime.Loader; #endif namespace Reinforced.Typings.Cli { internal class AssemblyLocation { public AssemblyLocation(string assemblyName, ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; #if NETCORE using System.Runtime.Loader; #endif namespace Reinforced.Typings.Cli { internal class AssemblyLocation { public AssemblyLocation(string assemblyName, ...
473b8d8004d83618d46dcf93ec8934e78ac5cd5b
make RegisteredTypeBsonSerializer public
make RegisteredTypeBsonSerializer public
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization.Bson/BsonSerializers/RegisteredTypeBsonSerializer{T}.cs
mit
1,593,452,911
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RegisteredTypeBsonSerializer{T}.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // -------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RegisteredTypeBsonSerializer{T}.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // -------------------------------------...
fdbcd4c5807d233e4508a4157a9a6a1d747ed4ba
Fixed IsFat property in CilMethodBody.
Fixed IsFat property in CilMethodBody. As ECMA states, "Tiny headers" use 6-bit length encoding, therefore the length should be not longer than 63. Previous code would categorize a body with a length of 64 as "Tiny", while it is actually a "Fat" format. This would lead to an ArgumentException on writing.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Code/Cil/CilMethodBody.cs
mit
1,593,452,372
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet.Code....
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet.Code....
a6efc9351ad96b86d54492571d4b9686cb52306d
Changed order of tests because it seems the RabbitMQ connection is closed before all the tests are done
Changed order of tests because it seems the RabbitMQ connection is closed before all the tests are done
whitestone-no/Cambion
src/Transports/RabbitMQ/RabbitMQ.Test/RabbittMqTransportTests.cs
mit
1,593,451,589
using System; using System.Threading; using Microsoft.Extensions.Configuration; using NUnit.Framework; using Whitestone.Cambion.Serializer.JsonNet; using Whitestone.Cambion.Transport.RabbitMQ; using Whitestone.Cambion.Types; namespace RabbitMQ.Test { class RabbitMqTransportTests { private RabbitMqTran...
using System; using System.Threading; using Microsoft.Extensions.Configuration; using NUnit.Framework; using Whitestone.Cambion.Serializer.JsonNet; using Whitestone.Cambion.Transport.RabbitMQ; using Whitestone.Cambion.Types; namespace RabbitMQ.Test { class RabbitMqTransportTests { private RabbitMqTran...
92d41c63dc17b56792e7633d2502427a8b7fbace
Template - Cors #441
Template - Cors #441
optivem/optivem-commons-cs,optivem/immerest
template/microservice/src/Web/Atomiv.Template.Web.RestApi/Startup.cs
apache-2.0
1,593,451,559
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.OpenApi.Models; using Atomiv.Template.DependencyInjection; using Atomiv.Template.Web.RestApi.Services; using ...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.OpenApi.Models; using Atomiv.Template.DependencyInjection; using Atomiv.Template.Web.RestApi.Services; using ...
f1be5aa278bc18f0006c294485e5c0891694ba42
Add --no-via switch to disable VIA padlock instructions
Add --no-via switch to disable VIA padlock instructions
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Generator/Program.cs
mit
1,593,451,464
/* 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...
af2423393db19f9dd224533a648eb9552e2f0fbe
Remove femms if --no-3dnow option is used
Remove femms if --no-3dnow option is used
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Generator/Program.cs
mit
1,593,451,457
/* 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...
10daf10acbc5c693e38f2332914b9206f916e3b6
Include ReadP3 in output
Include ReadP3 in output
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Generator/InstructionInfo/InstrInfoTypesGen.cs
mit
1,593,451,427
/* 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...
89c361f6a40b50d95a0e906ead56f759403e4ac7
Unsubscribe from stuff in DevTools MainViewModel.
Unsubscribe from stuff in DevTools MainViewModel.
jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,Perspex/Perspex,grokys/Perspex,grokys/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,...
src/Avalonia.Diagnostics/Diagnostics/ViewModels/MainViewModel.cs
mit
1,593,451,069
using System; using System.ComponentModel; using Avalonia.Controls; using Avalonia.Diagnostics.Models; using Avalonia.Input; using Avalonia.Threading; namespace Avalonia.Diagnostics.ViewModels { internal class MainViewModel : ViewModelBase, IDisposable { private readonly IControl _root; privat...
using System; using Avalonia.Controls; using Avalonia.Diagnostics.Models; using Avalonia.Input; using Avalonia.Threading; namespace Avalonia.Diagnostics.ViewModels { internal class MainViewModel : ViewModelBase, IDisposable { private readonly IControl _root; private readonly TreePageViewModel ...
63855d4c92f264f8fbee4be4e8bea29204b4183a
Keep the text blob builder alive (#1365)
Keep the text blob builder alive (#1365)
mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp
binding/Binding/SKTextBlob.cs
mit
1,593,451,057
using System; using System.ComponentModel; namespace SkiaSharp { public unsafe class SKTextBlob : SKObject, ISKNonVirtualReferenceCounted, ISKSkipObjectRegistration { internal SKTextBlob (IntPtr x, bool owns) : base (x, owns) { } protected override void Dispose (bool disposing) => base.Dispose (dispo...
using System; using System.ComponentModel; namespace SkiaSharp { public unsafe class SKTextBlob : SKObject, ISKNonVirtualReferenceCounted, ISKSkipObjectRegistration { internal SKTextBlob (IntPtr x, bool owns) : base (x, owns) { } protected override void Dispose (bool disposing) => base.Dispose (dispo...
395e4b6a58a16a84e6aeba76b4d3e783be3fefe0
ToTypeToRegisterForPropertyBagUsingStringSerializer should take serialize, not func
ToTypeToRegisterForPropertyBagUsingStringSerializer should take serialize, not func to be consistent with what we do for BSON and JSON
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization.PropertyBag/SerializationConfiguration/PropertyBagSerializationConfigurationExtensions.cs
mit
1,593,450,769
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PropertyBagSerializationConfigurationExtensions.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ---------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PropertyBagSerializationConfigurationExtensions.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ---------------------...
f6ea076e026ed080af295317df65c9ecb7d3e971
Fix SA1001 warnings
Fix SA1001 warnings
devlead/cake,mholo65/cake,mholo65/cake,patriksvensson/cake,cake-build/cake,gep13/cake,cake-build/cake,mholo65/cake,devlead/cake,gep13/cake,gep13/cake,patriksvensson/cake,cake-build/cake,devlead/cake,patriksvensson/cake
src/Cake.Tests/Unit/CakeReportPrinterTests.cs
mit
1,593,450,721
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Cake.Core; using Cake.Core.Diagnostics; using Cake.Testing; using NSubstitute; using Xunit; na...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Cake.Core; using Cake.Core.Diagnostics; using Cake.Testing; using NSubstitute; using Xunit; na...
86e571d1223b5a4e1bb8ab374b03c3795c503a7a
Dispose class change subscriptions.
Dispose class change subscriptions.
wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,Supe...
src/Avalonia.Diagnostics/Diagnostics/ViewModels/TreeNode.cs
mit
1,593,450,277
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Reactive; using System.Reactive.Linq; using Avalonia.Controls; using Avalonia.LogicalTree; using Avalonia.VisualTree; namespace Avalonia.Diagnostics.ViewModels { internal class TreeNode : ViewModelBase, IDisposable ...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Reactive; using System.Reactive.Linq; using Avalonia.Controls; using Avalonia.LogicalTree; using Avalonia.VisualTree; namespace Avalonia.Diagnostics.ViewModels { internal class TreeNode : ViewModelBase, IDisposable ...
d56de1c2e777a1ca83bc70335fb1d05149a04b4a
Added serializer to Loopback tests.
Added serializer to Loopback tests.
whitestone-no/Cambion
src/Cambion.Test/LoopbackTransportTests.cs
mit
1,593,450,108
using NUnit.Framework; using System; using System.Threading; using Whitestone.Cambion.Events; using Whitestone.Cambion.Serializer.JsonNet; using Whitestone.Cambion.Types; using Whitestone.Cambion.Transport.Loopback; namespace Whitestone.Cambion.Test { [Order(2)] class LoopbackTransportTests { priv...
using NUnit.Framework; using System; using System.Threading; using Whitestone.Cambion.Events; using Whitestone.Cambion.Types; using Whitestone.Cambion.Transport.Loopback; namespace Whitestone.Cambion.Test { [Order(2)] class LoopbackTransportTests { private LoopbackTransport _transport; [S...
0282db8dd669bc21e764924475b2b0be15758c5f
Exclude bot owners from command cooldown.
Exclude bot owners from command cooldown.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Permissions/Services/CommandCooldownService.cs
mit
1,593,448,236
using System; using System.Collections.Concurrent; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Common.Collections; using Mitternacht.Common.ModuleBehaviors; using Mitternacht.Services; using Mitternacht.Services.Database...
using System; using System.Collections.Concurrent; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Common.Collections; using Mitternacht.Common.ModuleBehaviors; using Mitternacht.Services; using Mitternacht.Services.Database...
db8d6c2c7999d788cbc7ff0d24828fe77a941ab0
Fix for Time Period showing on the Activity page
Fix for Time Period showing on the Activity page
Red-Folder/red-folder.com,Red-Folder/red-folder.com,Red-Folder/red-folder.com
src/Red-Folder.com/TagHelpers/TimePeriodTagHelper.cs
mit
1,593,447,261
using Microsoft.AspNetCore.Razor.TagHelpers; using Red_Folder.com.Utils; namespace RedFolder.TagHelpers { public class TimePeriodTagHelper : TagHelper { [HtmlAttributeName("seconds")] public long Seconds { get; set; } public override void Process(TagHelperContext context, TagHelperOut...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Razor.Runtime.TagHelpers; using Microsoft.AspNetCore.Razor.TagHelpers; using Red_Folder.com.Utils; namespace Red_Folder.com.TagHelpers { public class TimePeriodTagHelper :...
2717db3d2a013ecefe085255696a9a2555b20500
CreateChildLifetime helper
CreateChildLifetime helper
adamabdelhamed/PowerArgs,workabyte/PowerArgs
PowerArgs/Observability/Lifetime.cs
mit
1,593,446,533
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Linq; namespace PowerArgs { public interface ILifetime : ILifetimeManager { bool TryDispose(); void Dispose(); } public static class ILifetimeEx { public stat...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Linq; namespace PowerArgs { public interface ILifetime : ILifetimeManager { bool TryDispose(); void Dispose(); } /// <summary> /// An object that has a beginning and ...
a26c5dee246ca50b84d0a737f7d7bf149977db71
Update ExamplesAsync.cs
Update ExamplesAsync.cs
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/ExamplesAsync.cs
apache-2.0
1,593,446,492
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.or...
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.or...
93db18dc07e173ddc1dd531dd3e70bba2ce9d3e8
Update ExamplesAsync.cs
Update ExamplesAsync.cs
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/ExamplesAsync.cs
apache-2.0
1,593,446,441
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.or...
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.or...
9a0239af673f7a26f9ff97588cc2905682660900
Only one command subs enabled.
Only one command subs enabled.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Behaviors/CloseWindowBehavior.cs
mit
1,593,444,913
using Avalonia; using Avalonia.Controls; using Avalonia.Xaml.Interactivity; using ReactiveUI; using System; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; namespace WalletWasabi.Gui.Behaviors { public class CloseWindowCommandBehavior : CommandBasedBehavior<Window> { private C...
using Avalonia; using Avalonia.Controls; using Avalonia.Xaml.Interactivity; using ReactiveUI; using System; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; namespace WalletWasabi.Gui.Behaviors { public class CloseWindowCommandBehavior : CommandBasedBehavior<Window> { private C...
0512f6ac3a4f628093963eec984edd7ec793b3fb
Add detection of Windows 32 bit platform
Add detection of Windows 32 bit platform
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Util.cs
apache-2.0
1,593,444,688
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
466371ac07a7bac02ff7eec395d061a93e9a7dfc
better async call
better async call
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Program.cs
mit
1,593,444,432
using Avalonia; using Avalonia.Dialogs; using Avalonia.ReactiveUI; using Avalonia.Threading; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using Splat; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using...
using Avalonia; using Avalonia.Dialogs; using Avalonia.ReactiveUI; using Avalonia.Threading; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using Splat; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using...
7e0a8fde85b7a21cbd52fec5e29e905cb4562b6d
Fix "install new version" button width for non english locales.
Fix "install new version" button width for non english locales.
aluxnimm/outlookcaldavsynchronizer
CalDavSynchronizer/Ui/GetNewVersionForm.Designer.cs
agpl-3.0
1,593,444,243
using CalDavSynchronizer.Globalization; namespace CalDavSynchronizer.Ui { partial class GetNewVersionForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ///...
using CalDavSynchronizer.Globalization; namespace CalDavSynchronizer.Ui { partial class GetNewVersionForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ///...
a367eb3e9cb866575988791209834f1f7d5d6ffa
documenting our way out of issue #26
documenting our way out of issue #26
moodmosaic/Fare
Src/Fare/Xeger.cs
mit
1,593,444,179
/* * Copyright 2009 Wilfred Springer * http://github.com/moodmosaic/Fare/ * Original Java code: * http://code.google.com/p/xeger/ * * 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 * ...
/* * Copyright 2009 Wilfred Springer * http://github.com/moodmosaic/Fare/ * Original Java code: * http://code.google.com/p/xeger/ * * 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 * ...
bd66bd0eaa3b05a0643e7526f211d1a4e6bb3dda
Slight Changes to Asset Manager
Slight Changes to Asset Manager
dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D
editor/AssetAdmin/AssetAdmin.cs
mit
1,593,443,352
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // 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 restrictio...
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // 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 restrictio...
157a72fe22c75c3683438f10ca454f6227529ded
Fix HttpClientFactory injection on .net classic
Fix HttpClientFactory injection on .net classic
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
src/client/Microsoft.Identity.Client/Platforms/net45/NetDesktopPlatformProxy.cs
mit
1,593,442,632
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net.NetworkInformation; using System.Reflection; using System.Runtime.InteropServices; using System.Security.Principal; u...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net.NetworkInformation; using System.Reflection; using System.Runtime.InteropServices; using System.Security.Principal; u...
38f7c07772932a043b0c1765ae3194094935e5b3
Return FullPath.Empty when the path is empty
Return FullPath.Empty when the path is empty
meziantou/Meziantou.Framework,meziantou/Meziantou.Framework,meziantou/Meziantou.Framework,meziantou/Meziantou.Framework
src/Meziantou.Framework/FullPath.cs
mit
1,593,442,507
#if NET461 || NETSTANDARD2_0 #elif NETCOREAPP3_1 using System; using System.Diagnostics; using System.IO; using System.Text; namespace Meziantou.Framework { public readonly struct FullPath : IEquatable<FullPath>, IComparable<FullPath> { internal readonly string? _value; private FullPath(strin...
#if NET461 || NETSTANDARD2_0 #elif NETCOREAPP3_1 using System; using System.Diagnostics; using System.IO; using System.Text; namespace Meziantou.Framework { public readonly struct FullPath : IEquatable<FullPath>, IComparable<FullPath> { internal readonly string? _value; private FullPath(strin...
7811f2520b1a3f2b1321d6ef21be3524259cbfda
Fix load paths loading
Fix load paths loading
gigya/microdot
Gigya.Microdot.Hosting/Environment/HostEnvironment.cs
apache-2.0
1,593,441,860
#region Copyright // Copyright 2017 Gigya Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // THI...
#region Copyright // Copyright 2017 Gigya Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // THI...
cf72327367ba34c25b63a51c52f9dbc223a883ae
fix timeout retry
fix timeout retry
AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework
Signum.Engine/Connection/SqlConnector.cs
mit
1,593,441,490
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...
a6123186add3ba255ff9b5d96a585e488d150891
Nullchecks.
Nullchecks.
JohanLarsson/Gu.Localization
Gu.Localization.Analyzers/Fixes/RenameResourceFix.cs
mit
1,593,441,324
namespace Gu.Localization.Analyzers { using System; using System.Collections.Immutable; using System.Composition; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using System.Xml.Linq; using Gu.Rosl...
namespace Gu.Localization.Analyzers { using System; using System.Collections.Immutable; using System.Composition; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using System.Xml.Linq; using Gu.Rosly...
be73db7bebc51232d4168a7f660cf0aff5ab9f0c
Dispose the renderer before detaching visuals from the tree (perf)
Dispose the renderer before detaching visuals from the tree (perf) See https://github.com/AvaloniaUI/Avalonia/issues/3622
AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkor...
src/Avalonia.Controls/TopLevel.cs
mit
1,593,440,696
using System; using System.Reactive.Linq; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Layout; using Avalonia.Logging; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Styling; using Avalonia.Utiliti...
using System; using System.Reactive.Linq; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Layout; using Avalonia.Logging; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Styling; using Avalonia.Utiliti...
b576f349bbe755f51030b181f5d9e3ecd7b7374d
Tweak in Console VS Project Template.
Tweak in Console VS Project Template.
NaosProject/Naos.Build,NaosProject/Naos.Build
Conventions/VisualStudioProjectTemplates/Console/consoleabstraction.cs
mit
1,593,439,436
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ConsoleAbstraction.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // -----------------------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ConsoleAbstraction.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // -----------------------------------------------------...
b2065079d67e18a1f28125b08236a74de9f48f07
Fixed unhandled exception in recipe import when file is not zip or json (#6393)
Fixed unhandled exception in recipe import when file is not zip or json (#6393)
xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orchard2
src/OrchardCore.Modules/OrchardCore.Deployment/Controllers/ImportController.cs
bsd-3-clause
1,593,439,107
using System.IO; using System.IO.Compression; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.Extensions.FileProviders; using OrchardCore.Admin; using OrchardCore.Deploym...
using System.IO; using System.IO.Compression; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.Extensions.FileProviders; using OrchardCore.Admin; using OrchardCore.Deploym...
70f30633e0de8889277989394a8ce9c7a808c34a
Serialization: tuple with nested viewmodel test
Serialization: tuple with nested viewmodel test
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework.Tests.Common/ViewModel/SerializerTests.cs
apache-2.0
1,593,438,641
using Microsoft.VisualStudio.TestTools.UnitTesting; using DotVVM.Framework.ViewModel.Serialization; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.IO; using System; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.ViewModel; na...
using Microsoft.VisualStudio.TestTools.UnitTesting; using DotVVM.Framework.ViewModel.Serialization; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.IO; using System; using System.Collections.Generic; using System.Linq; namespace DotVVM.Framework.Tests.Com...
b13e81d864164d750d4a6a3980f2c02f60893539
Clean up 'AssemblyInfo.cs'.
Clean up 'AssemblyInfo.cs'. The new 'csproj' format obsoleted most of this file, and there's no benefit in retaining the commented-out portions.
McSherry/libSemVer.NET,McSherry/McSherry.SemanticVersioning
McSherry.SemanticVersioning/Properties/AssemblyInfo.cs
mit
1,593,438,121
// Copyright (c) 2015-20 Liam McSherry // // 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, pub...
// Copyright (c) 2015-16 Liam McSherry // // 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, pub...
407ee59ed6577f848116a78e4873564ff991da2b
Add ModuleDefinition.GetImportedType/MemberReferences
Add ModuleDefinition.GetImportedType/MemberReferences
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/ModuleDefinition.cs
mit
1,593,437,503
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Serialized; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE; using AsmResolver.PE.Builder; usin...
using System; using System.Collections.Generic; using System.IO; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Serialized; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE; using AsmResolver.PE.Builder; using AsmResolver.PE.Dot...
874c4574fc3900e305c46731da3a9c04cf40832f
Remove Button Acquire silent token with authority override
Remove Button Acquire silent token with authority override Remove Acquire silent token authority override button as it do not have a handler.
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
tests/devapps/DesktopTestApp/MainForm.Designer.cs
mit
1,593,436,236
using System.Windows.Forms; namespace DesktopTestApp { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
using System.Windows.Forms; namespace DesktopTestApp { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
57ed215a65229fbed72e68182d9647bb6039798a
make sure keys are required on properties
make sure keys are required on properties
LagoVista/DeviceAdmin,LagoVista/DeviceAdmin
src/LagoVista.IoT.DeviceAdmin.Models/CustomField.cs
mit
1,593,435,486
using LagoVista.Core.Attributes; using LagoVista.Core.Interfaces; using LagoVista.Core.Models; using LagoVista.Core.Validation; using LagoVista.IoT.DeviceAdmin.Models.Resources; using LagoVista.IoT.DeviceAdmin.Resources; using Newtonsoft.Json; using System; using System.Linq; using LagoVista.Core; using System.Collect...
using LagoVista.Core.Attributes; using LagoVista.Core.Interfaces; using LagoVista.Core.Models; using LagoVista.Core.Validation; using LagoVista.IoT.DeviceAdmin.Models.Resources; using LagoVista.IoT.DeviceAdmin.Resources; using Newtonsoft.Json; using System; using System.Linq; using LagoVista.Core; using System.Collect...
0e2a8d96d62e0f0dfa0643708be0dfec1740a7f9
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,434,244
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
ce4c6f7965dbfa2bd597c618c4631b2dfd3a5bc0
Do not use camelcase as default in AngularJsonMediaTypeFormatter
Do not use camelcase as default in AngularJsonMediaTypeFormatter Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
arknu/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbra...
src/Umbraco.Web.Common/Formatters/AngularJsonMediaTypeFormatter.cs
mit
1,593,434,183
using System.Buffers; using System.IO; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Formatters; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; namespace Umbraco.Web.Common.Formatters { /// <summary> /// This will format the JSON output for use w...
using System.Buffers; using System.IO; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Formatters; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace Umbraco.Web.Common.Formatters { /// <summary> /// This will format the JSON output for use with AngularJs's approach to JSON Vuln...
5dfec2be53d45f531d858ca5c1d41befa696b5cc
Tags should be trimmed before use.
Tags should be trimmed before use.
structurizr/dotnet
Structurizr.Core/Model/ModelItem.cs
apache-2.0
1,593,433,356
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; namespace Structurizr { [DataContract] public abstract class ModelItem { /// <summary> /// The ID of this item in the model. /// </summary> [DataMembe...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; namespace Structurizr { [DataContract] public abstract class ModelItem { /// <summary> /// The ID of this item in the model. /// </summary> [DataMembe...
5cfc20abb2f165906323b4fdadbff1fc5f86e8c7
Removed unused call to IsSelectedWithPartialAt.
Removed unused call to IsSelectedWithPartialAt.
SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wies...
src/Avalonia.Controls/SelectionModel.cs
mit
1,593,433,229
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Li...
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Li...
463f939cf0d6ed53097a8e37d605dac3a5950b92
use global property when resetting TargetFramework
use global property when resetting TargetFramework
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.MSBuild/ProjectLoader.cs
mit
1,593,431,715
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using Microsoft.Extensions.Logging; using OmniSharp.MSBuild.Logging; using OmniSharp.MSBuild.ProjectFile; using OmniSharp.Options; using MSB = Microsoft.Build; namespace OmniSharp.MSBuild { internal class Project...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using Microsoft.Extensions.Logging; using OmniSharp.MSBuild.Logging; using OmniSharp.MSBuild.ProjectFile; using OmniSharp.Options; using MSB = Microsoft.Build; namespace OmniSharp.MSBuild { internal class Project...
4e7872e32627bb1f60d1213badaaf2b5126461fc
5: To easier facilitate testing of serializers, added usage of serializer to the Loopback transport.
5: To easier facilitate testing of serializers, added usage of serializer to the Loopback transport.
whitestone-no/Cambion
src/Cambion/Transport/Loopback/LoopbackTransport.cs
mit
1,593,431,065
using System; using Whitestone.Cambion.Events; using Whitestone.Cambion.Interfaces; using Whitestone.Cambion.Types; namespace Whitestone.Cambion.Transport.Loopback { public class LoopbackTransport : ITransport { public ISerializer Serializer { get; set; } public event EventHandler<MessageRece...
using System; using Whitestone.Cambion.Events; using Whitestone.Cambion.Interfaces; using Whitestone.Cambion.Types; namespace Whitestone.Cambion.Transport.Loopback { public class LoopbackTransport : ITransport { public ISerializer Serializer { get; set; } public event EventHandler<MessageRece...
8532c47442be585b4eb0f56f57f51682029931cc
We no longer support to preserve object reference data
We no longer support to preserve object reference data
peopleware/net-ppwcode-vernacular-persistence,peopleware/net-ppwcode-vernacular-persistence
src/IV/Implementations/PagedList.cs
apache-2.0
1,593,430,447
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writ...
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writ...
4b94d2adb48f34ec0652873fc4afaf87459daae0
Added ModuleDefinition.ToPEImage()
Added ModuleDefinition.ToPEImage() ModuleDefinition now has .ToPEImage() which uses ManagedPEImageBuilder by default .ToPEImage(IPEImageBuilder) which uses the specified IPEImageBuilder
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/ModuleDefinition.cs
mit
1,593,429,741
using System; using System.Collections.Generic; using System.IO; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Serialized; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE; using AsmResolver.PE.Builder; using AsmResolver.PE.Dot...
using System; using System.Collections.Generic; using System.IO; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Serialized; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE; using AsmResolver.PE.Builder; using AsmResolver.PE.Dot...
98ad286b361d3259b776f89949ed2a4dd2e590b2
Fixed naming in Write to stream methods.
Fixed naming in Write to stream methods. Write -> WriteManifest, as it only writes the manifest module
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/AssemblyDefinition.cs
mit
1,593,429,666
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...
32ec8c593d3f5733ffea2092e6bb4e451e65ac9f
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,593,429,600
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
c1e8c079463144b50ffb91e4c68871092d68133d
Reuse function
Reuse function
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRoundConfig.cs
mit
1,593,429,052
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.ComponentModel; using System.IO; using System.Text; using System.Threading.Tasks; using WalletWasabi.Bases; using WalletWasabi.Helpers; using WalletWasabi.Interfaces; using WalletWasabi.JsonConverters; using WalletWasabi.Loggi...
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.ComponentModel; using System.IO; using System.Text; using System.Threading.Tasks; using WalletWasabi.Bases; using WalletWasabi.Helpers; using WalletWasabi.Interfaces; using WalletWasabi.JsonConverters; using WalletWasabi.Loggi...