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
f1c79e73514e1e7e3cf4fab260952c6a0d965079
Update Startup.cs
Update Startup.cs
IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4
samples/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Startup.cs
apache-2.0
1,593,697,881
// 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; using IdentityServerHost.Quickstart.UI; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using ...
// 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; using IdentityServerHost.Quickstart.UI; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using ...
d8c510ff18de2caccc526756f2240d60b0474e17
Update Startup.cs
Update Startup.cs
MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4
samples/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Startup.cs
apache-2.0
1,593,697,855
// 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; using IdentityServerHost.Quickstart.UI; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using ...
// 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; using IdentityServerHost.Quickstart.UI; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using ...
acae0d1094afe2b9c0e5fe824c61625786a994a9
(GH-235) Change how exceptions are handled
(GH-235) Change how exceptions are handled When using HttpClient, there is no longer a WebException thrown, so validation has to be handled slightly differently.
chocolatey/package-validator,gep13/package-validator,chocolatey/package-validator,gep13/package-validator,chocolatey/package-validator,gep13/package-validator
src/chocolatey.package.validator/infrastructure.app/utility/Utility.cs
apache-2.0
1,593,697,533
// Copyright © 2015 - Present RealDimensions Software, LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requ...
// Copyright © 2015 - Present RealDimensions Software, LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requ...
d7b748fb8b91898318ed0aac275099d919094942
Include username in error message (#186)
Include username in error message (#186)
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
sources/Google.Solutions.Common/ApiExtensions/Instance/ResetWindowsUser.cs
apache-2.0
1,593,696,738
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
bb51fe2cc0352408d632c0b4e1a0ef3169524503
Fix EntityStorage entities going through walls when opened (#1181)
Fix EntityStorage entities going through walls when opened (#1181)
space-wizards/space-station-14,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,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Items/Storage/EntityStorageComponent.cs
mit
1,593,696,715
using System; using System.Linq; using Content.Server.GameObjects.Components.Interactable; using Content.Server.GameObjects.Components.Items.Storage; using Content.Server.GameObjects.Components.Sound; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Com...
using System; using System.Linq; using Content.Server.GameObjects.Components.Interactable; using Content.Server.GameObjects.Components.Items.Storage; using Content.Server.GameObjects.Components.Sound; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Com...
4e076ffcd9e8acb2448c388efb30ff32ddf9d22f
Add error messages for missing JFIF tags
Add error messages for missing JFIF tags
oozcitak/exiflibrary,oozcitak/exiflibrary
ExifLibrary/JPEGFile.cs
mit
1,593,696,642
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the binary view of a JPEG compressed file. /// </summary> public class JPEGFile : ImageFile { #region Member Variables private JPEGS...
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the binary view of a JPEG compressed file. /// </summary> public class JPEGFile : ImageFile { #region Member Variables private JPEGS...
b13200a664326ccc9c810130eb81d0ccc202cffd
Fix KeyboardBuilder.Clear. (#1021)
Fix KeyboardBuilder.Clear. (#1021) KeyboardBuilder._totalPayloadLength is being reset to zero now.
vknet/vk
VkNet/Model/Keyboard/KeyboardBuilder.cs
mit
1,593,695,845
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using VkNet.Enums.SafetyEnums; using VkNet.Exception; using VkNet.Utils; namespace VkNet.Model.Keyboard { /// <inheritdoc /> [Serializable] [UsedImplicitly] public class KeyboardBuilder : IKeyboardBuilder { private b...
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using VkNet.Enums.SafetyEnums; using VkNet.Exception; using VkNet.Utils; namespace VkNet.Model.Keyboard { /// <inheritdoc /> [Serializable] [UsedImplicitly] public class KeyboardBuilder : IKeyboardBuilder { private b...
3f284e2c4bfc15c51f649dcd003685c3437a50e5
Add comment
Add comment
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Services/WasabiSynchronizer.cs
mit
1,593,695,546
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Bac...
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Bac...
1de561acb12895611deb99498d0dcd5bae027953
https://pt.stackoverflow.com/q/25469/101
https://pt.stackoverflow.com/q/25469/101
maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt
CSharp/String/BenchmarkString.cs
mit
1,593,695,175
using System; using static System.Console; using System.Diagnostics; using System.Text.RegularExpressions; using System.Linq; using System.Text; public class Program { public static void Main() { const int total = 1_000_000; var cpf = "111.222.333-44"; var formatado = ""; var sw = Stopwatch.StartNew(); for...
using System; using static System.Console; using System.Diagnostics; using System.Text.RegularExpressions; using System.Linq; public class Program { public static void Main() { const int total = 1_000_000; var cpf = "111.222.333-44"; var formatado = ""; var sw = Stopwatch.StartNew(); for (var i = 0; i < to...
6561cb739ad0ea3ae5292e3e17d84e75a01e0e94
Snap thumb on custom ticks when they are set
Snap thumb on custom ticks when they are set
wieslawsoltes/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Persp...
src/Avalonia.Controls/Slider.cs
mit
1,593,694,682
using System; using System.Collections.Generic; using Avalonia.Controls.Mixins; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Utilities; namespace Avalonia.Controls { /// <summary> /// Enum which describes how to position the tick...
using System; using System.Collections.Generic; using Avalonia.Controls.Mixins; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Utilities; namespace Avalonia.Controls { /// <summary> /// Enum which describes how to position the tick...
4b2aa5fbd887b374e475838574b71e741172b8f3
Check the content type of response
Check the content type of response
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Extensions/HttpResponseMessageExtensions.cs
mit
1,593,694,544
using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using WalletWasabi.Http.Models; using WalletWasabi.Logging; using static WalletWasabi.Http.Constants; namespace System.Net.Http { public static class HttpResponseMessageExtensions { public static async Task<HttpResponseMessage> Cr...
using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using WalletWasabi.Http.Models; using WalletWasabi.Logging; using static WalletWasabi.Http.Constants; namespace System.Net.Http { public static class HttpResponseMessageExtensions { public static async Task<HttpResponseMessage> Cr...
6803fa4aee3cdd6c3e2419a0b18f41234e7bb018
Fix bad LOD levels chosen on some Intel drivers
Fix bad LOD levels chosen on some Intel drivers
ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framew...
osu.Framework/Graphics/OpenGL/Textures/TextureGLSingle.cs
mit
1,593,694,433
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Runtime.InteropServices; using osu.Framework.Development; using osu.Framework.Graphics.Batches; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Runtime.InteropServices; using osu.Framework.Development; using osu.Framework.Graphics.Batches; using osu.Fra...
6aa43bdae0ce9243927405f5e8ba71d12c8dd6d3
Fix ParserCompiledStageErrors tests
Fix ParserCompiledStageErrors tests
KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE
AntlrGrammarEditor.Tests/WorkflowTests.cs
apache-2.0
1,593,694,057
using NUnit.Framework; using System; using System.IO; using System.Linq; namespace AntlrGrammarEditor.Tests { [TestFixture] public class WorkflowTests { private const string TestGrammarName = "test"; private static readonly string TestTextName = Path.Combine(Environment.CurrentDirectory, "...
using NUnit.Framework; using System; using System.IO; using System.Linq; namespace AntlrGrammarEditor.Tests { [TestFixture] public class WorkflowTests { private const string TestGrammarName = "test"; private static readonly string TestTextName = Path.Combine(Environment.CurrentDirectory, "...
b0f9eb1a8e4503c54f7ab37277363bf67a1e1910
Fix commit 0394afa7451656f1291daea14ab94e12d653c6a1
Fix commit 0394afa7451656f1291daea14ab94e12d653c6a1
StockSharp/StockSharp
Messages/MessageAdapter.cs
apache-2.0
1,593,693,801
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
4fa2dea64fa213908139fd63e048fb18a7aae2b3
Improve code
Improve code
JeremyAnsel/JeremyAnsel.ColorQuant
JeremyAnsel.ColorQuant/JeremyAnsel.ColorQuant.Tests/WuAlphaColorQuantizerTests.cs
mit
1,593,693,512
// <copyright file="WuAlphaColorQuantizerTests.cs" company="Jérémy Ansel"> // Copyright (c) 2014-2019 Jérémy Ansel // </copyright> // <license> // Licensed under the MIT license. See LICENSE.txt // </license> namespace JeremyAnsel.ColorQuant.Tests { using System; using Xunit; /// <summary> /// Tests ...
// <copyright file="WuAlphaColorQuantizerTests.cs" company="Jérémy Ansel"> // Copyright (c) 2014-2019 Jérémy Ansel // </copyright> // <license> // Licensed under the MIT license. See LICENSE.txt // </license> namespace JeremyAnsel.ColorQuant.Tests { using System; using Xunit; /// <summary> /// Tests ...
96436ee63efc54448bab90e61e2d88c394c55bf1
Update RoadDecorationUtils.cs
Update RoadDecorationUtils.cs Added Sightseeing Bus Stops
boformer/NetworkSkins
NetworkSkins/Net/RoadDecorationUtils.cs
mit
1,593,692,535
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NetworkSkins.Net { public static class RoadDecorationUtils { private static readonly string[] ArrowNames = new[] { "Road Arrow F", "Road Arrow FR", "Road Arrow L", ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NetworkSkins.Net { public static class RoadDecorationUtils { private static readonly string[] ArrowNames = new[] { "Road Arrow F", "Road Arrow FR", "Road Arrow L", ...
9b34d44825cbc6bf5956b95bf44b6758616768dc
Added support for parameters
Added support for parameters
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Routing/DotvvmRouteTable.cs
apache-2.0
1,593,691,766
#nullable enable using System; using System.Collections; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.Configuration; using DotVVM.Framework.Hosting; using Microsoft.Extensions.DependencyInjection; namespace DotVVM.Framework.Routing { /// <summary> /// Represents the table of rout...
#nullable enable using System; using System.Collections; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.Configuration; using DotVVM.Framework.Hosting; using Microsoft.Extensions.DependencyInjection; namespace DotVVM.Framework.Routing { /// <summary> /// Represents the table of rout...
b8d6ef64c72e9ca028216a839399731a09969f02
Remove the usage of Parallel to run the populators
Remove the usage of Parallel to run the populators (cherry picked from commit b078f856b9f6c77dd0233f8d7d51bd02b5d7f6da)
umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,madsoulswe/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,hfloyd/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,NikRimington/Umbraco-CMS,robertjf/Umbraco-CMS,hfloyd/Umbraco...
src/Umbraco.Examine/IndexRebuilder.cs
mit
1,593,690,599
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Examine; namespace Umbraco.Examine { /// <summary> /// Utility to rebuild all indexes ensuring minimal data queries /// </summary> public class IndexRebuilder { private readonly IEnum...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Examine; namespace Umbraco.Examine { /// <summary> /// Utility to rebuild all indexes ensuring minimal data queries /// </summary> public class IndexRebuilder { private readonly IEnum...
9ad76adacf58271f806175a3a1044ac8f6a98096
set as beta1
set as beta1
ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer
FTAnalyser/Forms/MainForm.cs
apache-2.0
1,593,690,340
using FTAnalyzer.Controls; using FTAnalyzer.Exports; using FTAnalyzer.Filters; using FTAnalyzer.Forms; using FTAnalyzer.Properties; using FTAnalyzer.UserControls; using FTAnalyzer.Utilities; using Ionic.Zip; using Printing.DataGridViewPrint.Tools; using System; using System.Collections.Generic; using System...
using FTAnalyzer.Controls; using FTAnalyzer.Exports; using FTAnalyzer.Filters; using FTAnalyzer.Forms; using FTAnalyzer.Properties; using FTAnalyzer.UserControls; using FTAnalyzer.Utilities; using Ionic.Zip; using Printing.DataGridViewPrint.Tools; using System; using System.Collections.Generic; using System...
b078f856b9f6c77dd0233f8d7d51bd02b5d7f6da
Remove the usage of Parallel to run the populators
Remove the usage of Parallel to run the populators
tcmorris/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abryukhov/Umbraco-CMS,NikRimington/Umbraco-CMS,mattbrailsford/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,hfloyd/Umbraco-CMS,robertjf/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,bjarnef/Umbraco-CMS,tcmorris/Umbraco-CMS,bjarnef/Umbraco-CMS,dawoe/Umbraco...
src/Umbraco.Examine/IndexRebuilder.cs
mit
1,593,690,273
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Examine; namespace Umbraco.Examine { /// <summary> /// Utility to rebuild all indexes ensuring minimal data queries /// </summary> public class IndexRebuilder { private readonly IEnum...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Examine; namespace Umbraco.Examine { /// <summary> /// Utility to rebuild all indexes ensuring minimal data queries /// </summary> public class IndexRebuilder { private readonly IEnum...
d14276bda19b8568287612f87967fc8d5fd668b8
fix interlan ip handling
fix interlan ip handling
cloudveiltech/Citadel-Windows
CitadelService/Platform/CitadelCore.Windows/WindowsDiverter.cs
mpl-2.0
1,593,689,963
/* * Copyright © 2017-Present Jesse Nicholson * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ using CitadelCore.Extensions; using CitadelCore.Net.Proxy; us...
/* * Copyright © 2017-Present Jesse Nicholson * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ using CitadelCore.Extensions; using CitadelCore.Net.Proxy; us...
d2042e28e13f427eb38d1b3f0b3eb9571db15252
Adds string interning for reading of property alias, culture and segment when reading from the content cache
Adds string interning for reading of property alias, culture and segment when reading from the content cache
leekelleher/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,bjarnef/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbr...
src/Umbraco.Web/PublishedCache/NuCache/DataSource/BTree.DictionaryOfPropertyDataSerializer.cs
mit
1,593,689,268
using System; using System.Collections.Generic; using System.IO; using CSharpTest.Net.Serialization; using Umbraco.Core; namespace Umbraco.Web.PublishedCache.NuCache.DataSource { internal class DictionaryOfPropertyDataSerializer : SerializerBase, ISerializer<IDictionary<string, PropertyData[]>> { publ...
using System; using System.Collections.Generic; using System.IO; using CSharpTest.Net.Serialization; using Umbraco.Core; namespace Umbraco.Web.PublishedCache.NuCache.DataSource { internal class DictionaryOfPropertyDataSerializer : SerializerBase, ISerializer<IDictionary<string, PropertyData[]>> { publ...
0fe9ae2fab238d759012de59e3f00c87c779f1e6
Fix - Errore su cambio di stato
Fix - Errore su cambio di stato
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Classi/Soccorso/RichiestaAssistenza.cs
agpl-3.0
1,593,687,716
//----------------------------------------------------------------------- // <copyright file="RichiestaAssistenza.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public ...
//----------------------------------------------------------------------- // <copyright file="RichiestaAssistenza.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public ...
3f8d25f0dd402164370b563a21c269b69722e363
Fix app start
Fix app start
KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE,KvanTTT/DAGE
DesktopAntlrGrammarEditor/Program.cs
apache-2.0
1,593,687,424
using Avalonia; using Avalonia.Logging.Serilog; using Avalonia.ReactiveUI; namespace DesktopAntlrGrammarEditor { class Program { public static void Main(string[] args) => BuildAvaloniaApp().Start<MainWindow>(); public static AppBuilder BuildAvaloniaApp() => AppBuilder.Configure<Ap...
using Avalonia; using Avalonia.Logging.Serilog; using Avalonia.ReactiveUI; namespace DesktopAntlrGrammarEditor { class Program { public static void Main(string[] args) => BuildAvaloniaApp().StartWithClassicDesktopLifetime(args); public static AppBuilder BuildAvaloniaApp() => AppBu...
bb2fe5d2d6f41e06872bf2e806ed131afe9c52e7
Adds notes about SQL call
Adds notes about SQL call
JimBobSquarePants/Umbraco-CMS,bjarnef/Umbraco-CMS,leekelleher/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,bjarnef/Umbraco-CMS,mattbrailsford/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,dawo...
src/Umbraco.Core/Persistence/Repositories/Implement/ContentRepositoryBase.cs
mit
1,593,687,402
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Newtonsoft.Json; using NPoco; using Umbraco.Core.Cache; using Umbraco.Core.Composing; using Umbraco.Core.Events; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Editors; using...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Newtonsoft.Json; using NPoco; using Umbraco.Core.Cache; using Umbraco.Core.Composing; using Umbraco.Core.Events; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.Editors; using...
eebab82235c7e2adc21657aa262938018b71273a
Finalize pr
Finalize pr
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Hwi/HwiClient.cs
mit
1,593,687,255
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Helpers; usin...
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Helpers; usin...
360ab430c4a708604b4613ff9e8c38fe312ed827
CLI - Add credit to Siegfried creator
CLI - Add credit to Siegfried creator ARKADE-433
arkivverket/arkade5,arkivverket/arkade5
src/Arkivverket.Arkade.CLI/CommandLineRunner.cs
agpl-3.0
1,593,686,944
using System; using System.IO; using System.Reflection; using System.Text; using Arkivverket.Arkade.Core.Base; using Arkivverket.Arkade.Core.Metadata; using Arkivverket.Arkade.Core.Testing.Noark5; using Arkivverket.Arkade.Core.Util; using Serilog; namespace Arkivverket.Arkade.CLI { internal static class CommandLin...
using System; using System.IO; using System.Reflection; using Arkivverket.Arkade.Core.Base; using Arkivverket.Arkade.Core.Metadata; using Arkivverket.Arkade.Core.Testing.Noark5; using Arkivverket.Arkade.Core.Util; using Serilog; namespace Arkivverket.Arkade.CLI { internal static class CommandLineRunner { ...
cda009d3129d4e9344f7154e7fa30bd8669a020b
Aura example
Aura example
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,686,617
// 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...
9a584f4b80259a914713ffa3d57dfc610857adb4
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,686,615
#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-...
7074f5a0769d366f515095ae539b733907f75a5b
Fix for calls with rawrequest = true
Fix for calls with rawrequest = true
ekincaglar/clarizen
Ekin.Clarizen/Call.cs
mit
1,593,686,545
using System; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Ekin.Clarizen.Interfaces; using Ekin.Clarizen.RestClient; using Ekin.Log; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Ekin.Clarizen { public class Call<T> : ISupportBulk { #region Loca...
using System; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Ekin.Clarizen.Interfaces; using Ekin.Clarizen.RestClient; using Ekin.Log; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Ekin.Clarizen { public class Call<T> : ISupportBulk { #region Loca...
298b18c05e6c62d17958e3aebe12e2440e30ec6e
Permissions fix.
Permissions fix.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex/Areas/Api/Controllers/Assets/AssetContentController.cs
mit
1,593,686,512
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
1a4b1937c9bfe07a307fa2519844d9ed174c0990
fix mesh indexes, add tooltip to ping buttons
fix mesh indexes, add tooltip to ping buttons thanks @memo-mgh
UnityCommunity/UnityLibrary
Assets/Scripts/Editor/Tools/GetSelectedMeshInfo.cs
mit
1,593,686,154
// display selected gameobject mesh stats (should work on prefabs,models in project window also) using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; namespace UnityLibrary { public class GetSelectedMeshInfo : EditorWindow { bool selectionChanged = false; ...
// display selected gameobject mesh stats (should work on prefabs,models in project window also) using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; namespace UnityLibrary { public class GetSelectedMeshInfo : EditorWindow { bool selectionChanged = false; ...
4b79b416c1b4ed43d8e0e045f8e10ea18a74f1e9
Speed up the tests and add stdIn test
Speed up the tests and add stdIn test
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Hwi/DefaultResponseTests.cs
mit
1,593,686,029
using NBitcoin; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Hwi; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Hwi.Models; using WalletWasabi.Hwi.Parsers; using WalletWasabi.Hwi....
using NBitcoin; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Hwi; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Hwi.Models; using WalletWasabi.Hwi.Parsers; using WalletWasabi.Hwi....
0ca92d84e40023dc71ab44120d872fd39dce9b26
Remove non-sense test
Remove non-sense test
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Hwi/DefaultResponseTests.cs
mit
1,593,685,578
using NBitcoin; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Hwi; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Hwi.Models; using WalletWasabi.Hwi.Parsers; using WalletWasabi.Hwi....
using NBitcoin; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Hwi; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Hwi.Models; using WalletWasabi.Hwi.Parsers; using WalletWasabi.Hwi....
330c24d7358c253a555f7e75edc1885df1660459
Improve Minecraft module
Improve Minecraft module
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Minecraft/Minecraft.cs
mit
1,593,685,488
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using MinecraftQuery; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; namespace Mitternacht.Modules.Minecraft { [Group] public class Mine...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using MinecraftQuery; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; namespace Mitternacht.Modules.Minecraft { [Group] public clas...
b8b59e43edf3344e175a3135c757827d95fd9b12
Amended source mode variable names to use the word gas instead of neon. This should avoid confusion now that we are sometimes using helium.
Amended source mode variable names to use the word gas instead of neon. This should avoid confusion now that we are sometimes using helium.
ColdMatter/EDMSuite,ColdMatter/EDMSuite,ColdMatter/EDMSuite
UEDMHardwareControl/UEDMController.cs
mit
1,593,685,119
using System; using System.Timers; using System.Collections; using System.Collections.Generic; using System.Collections.Concurrent; using System.Drawing; using System.Globalization; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.InteropSe...
using System; using System.Timers; using System.Collections; using System.Collections.Generic; using System.Collections.Concurrent; using System.Drawing; using System.Globalization; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.InteropSe...
a68de7c4d018f0588fc80d9ed661dc206f116f3b
(GH-121) Handle HighContrast change only when property name is SystemParameters.HighContrast
(GH-121) Handle HighContrast change only when property name is SystemParameters.HighContrast
ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz,punker76/Controlz
src/ControlzEx/Theming/ThemeManager.cs
mit
1,593,685,102
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Linq; using Syste...
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Linq; using Syste...
a6809ba045662661e7f6a323a72ca922802591ba
(GH-121) Fix changing from HighContrast to non HighContrast theme
(GH-121) Fix changing from HighContrast to non HighContrast theme
ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz,punker76/Controlz
src/ControlzEx/Theming/ThemeManager.cs
mit
1,593,684,928
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Linq; using Syste...
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System...
039f9f0aed661f91eda8bcae5e00c3568718a47b
(GH-121) Handle SystemParameters.StaticPropertyChanged to get the WIndows HighContrast change too
(GH-121) Handle SystemParameters.StaticPropertyChanged to get the WIndows HighContrast change too
punker76/Controlz,ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz
src/ControlzEx/Theming/ThemeManager.cs
mit
1,593,684,886
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System...
#nullable enable namespace ControlzEx.Theming { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Linq; using Syste...
f5e17d0a67420a97babbf5a6a85241543de78ec2
Fix - Corretta autorizzazione preaccoppiati
Fix - Corretta autorizzazione preaccoppiati
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSoccorso/Composizione/PreAccoppiati/PreAccoppiatiAuthorizationQueryHandlerDecorator.cs
agpl-3.0
1,593,684,407
//----------------------------------------------------------------------- // <copyright file="PreAccoppiatiAuthorizationQueryHandlerDecorator.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the...
//----------------------------------------------------------------------- // <copyright file="PreAccoppiatiAuthorizationQueryHandlerDecorator.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the...
fbe5dbedaadbc5463577f9812fe8c4b5d8b7049d
Airlocks can now be opened only by moving towards them (#1028)
Airlocks can now be opened only by moving towards them (#1028) Co-authored-by: Pieter-Jan Briers <bf046ff502c1ad17f0c2fe090b8af666f3e30fd3@gmail.com>
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Doors/ServerDoorComponent.cs
mit
1,593,684,374
using System; using System.Collections.Generic; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects.Components.Movement; using Content.Server.Utility; using Content.Shared.GameObjects.Components.Doors; using Robust.Server.GameO...
using System; using System.Collections.Generic; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.EntitySystems; using Content.Server.Utility; using Content.Shared.GameObjects.Components.Doors; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Game...
166143bfe9aa213540fbcd10191be5913c9b0458
fix CloneParameter
fix CloneParameter
signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework
Signum.Engine/Connection/SqlConnector.cs
mit
1,593,684,344
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...
9670e3fc6cdaec067fc8e3e129e9c3cbe32724ca
Improve Gambling module.
Improve Gambling module.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/Gambling.cs
mit
1,593,684,083
using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using MoreLinq; namespace Mitternacht.Modules.Gambling { public partial class Gambli...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Services.Database.Models; namespa...
89be53093835390fa04d9b7e4e33cb823996cb2a
Fix some more tests
Fix some more tests
mathnet/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics
src/Numerics.Tests/LinearAlgebraTests/VectorToStringTests.cs
mit
1,593,684,036
using System; using MathNet.Numerics.LinearAlgebra; using NUnit.Framework; namespace MathNet.Numerics.UnitTests.LinearAlgebraTests { [TestFixture] public class VectorToStringTests { Vector<double> v1 = Vector<double>.Build.Dense(1, i => (i + 1)*Constants.Pi); Vector<double> v2 = Vector<dou...
using System; using MathNet.Numerics.LinearAlgebra; using NUnit.Framework; namespace MathNet.Numerics.UnitTests.LinearAlgebraTests { [TestFixture] public class VectorToStringTests { Vector<double> v1 = Vector<double>.Build.Dense(1, i => (i + 1)*Constants.Pi); Vector<double> v2 = Vector<dou...
9f9ade574676ea69d6f0e06ac2d8988b9b81a12e
Improve code of CurrencyEventsCommands.
Improve code of CurrencyEventsCommands.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/CurrencyEventsCommands.cs
mit
1,593,683,344
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Collection...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Collection...
7291c318e4d8d58b389c826e1bcfde4551085e0a
Fix Job<T> debug timer (#1248)
Fix Job<T> debug timer (#1248) Co-authored-by: Metal Gear Sloth <5a6002283f4d0ed17bed24ee1f9d131baf85176c@gmail.com>
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/EntitySystems/JobQueues/Job.cs
mit
1,593,683,205
using System; using System.Threading; using System.Threading.Tasks; using Robust.Shared.Log; using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.Server.GameObjects.EntitySystems.JobQueues { /// <summary> /// CPU-intensive job that can be suspended and resumed on the main thread /...
using System; using System.Threading; using System.Threading.Tasks; using Robust.Shared.Log; using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.Server.GameObjects.EntitySystems.JobQueues { /// <summary> /// CPU-intensive job that can be suspended and resumed on the main thread /...
3a35566907fc767b2cecb061e8e3742d9f66114d
fix ResultTable
fix ResultTable
AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework
Signum.Entities/DynamicQuery/ResultTable.cs
mit
1,593,682,943
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using Signum.Utilities.Reflection; using System.Collections; using Signum.Utilities; using System.Runtime.Serialization; using System.Globalization; using System.ComponentModel; using Signum.Entities.Basi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using Signum.Utilities.Reflection; using System.Collections; using Signum.Utilities; using System.Runtime.Serialization; using System.Globalization; using System.ComponentModel; using Signum.Entities.Basi...
0d9e26f018057dbc6fe710ef3d83a146d47358bb
Improve code for DailyMoneyCommands.
Improve code for DailyMoneyCommands.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/DailyMoneyCommands.cs
mit
1,593,682,815
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Newtonsoft.Json; namespace Mitternacht....
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Services.Database.Models; us...
85e733933c03d2a5a2b69b36c684bb6295fe04f3
Fix teamcity build
Fix teamcity build
martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet
build/GitVersion/GitVersionAttribute2.cs
apache-2.0
1,593,682,780
// ---------------------------------------------------- // // AIMP DotNet SDK // // Copyright (c) 2014 - 2020 Evgeniy Bogdan // https://github.com/martin211/aimp_dotnet // // Mail: mail4evgeniy@gmail.com // // ---------------------------------------------------- using System.Reflection; using Nuke.Com...
// ---------------------------------------------------- // // AIMP DotNet SDK // // Copyright (c) 2014 - 2020 Evgeniy Bogdan // https://github.com/martin211/aimp_dotnet // // Mail: mail4evgeniy@gmail.com // // ---------------------------------------------------- using System.Reflection; using Nuke.Com...
22e6fce4e14b125e942e1c2164528a4286bdfb31
Improve FlipCoinCommands.
Improve FlipCoinCommands.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/FlipCoinCommands.cs
mit
1,593,682,429
using System; using System.Collections.Generic; using System.Threading.Tasks; using Discord; using Discord.Commands; using SixLabors.ImageSharp; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Image = SixLabors.ImageSharp.Image; using SixLab...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Discord; using Discord.Commands; using SixLabors.ImageSharp; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Image = SixLabors.ImageSharp.Image; using SixLab...
a78e91793691a83b064d41d916e53ec18de4e515
Unary minus was implemented for polynomials
Unary minus was implemented for polynomials
litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms
src/GfPolynoms/Polynomial.cs
mit
1,593,681,869
namespace AppliedAlgebra.GfPolynoms { using System; using System.Collections.Generic; using System.Linq; using GaloisFields; /// <summary> /// Polynomial over a finite field /// </summary> public class Polynomial { /// <summary> /// Result of polynomial division ...
namespace AppliedAlgebra.GfPolynoms { using System; using System.Collections.Generic; using System.Linq; using GaloisFields; /// <summary> /// Polynomial over a finite field /// </summary> public class Polynomial { /// <summary> /// Result of polynomial division ...
1ad14cf2d5eab4e221bc105a78383d2648d52b2f
Slarvigt...
Slarvigt...
ITCompaniet/ITCO-SBO-Addon-Framework
src/ITCO.SboAddon.Framework/Extensions/BusinessObjectInfoExtentions.cs
mit
1,593,681,856
using System; using System.Xml; using SAPbobsCOM; using SAPbouiCOM; using ITCO.SboAddon.Framework.Queries; namespace ITCO.SboAddon.Framework.Extensions { /// <summary> /// Extension functions for BusinessObjects /// </summary> public static class BusinessObjectInfoExtentions { /// <summary...
using System; using System.Xml; using SAPbobsCOM; using SAPbouiCOM; using ITCO.SboAddon.Framework.Queries; namespace ITCO.SboAddon.Framework.Extensions { /// <summary> /// Extension functions for BusinessObjects /// </summary> public static class BusinessObjectInfoExtentions { /// <summary...
4f934324128df7908cf24569824e943798d4cd17
Added support for route parameters
Added support for route parameters
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Routing/DotvvmRouteTable.cs
apache-2.0
1,593,681,781
#nullable enable using System; using System.Collections; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.Configuration; using DotVVM.Framework.Hosting; using Microsoft.Extensions.DependencyInjection; namespace DotVVM.Framework.Routing { /// <summary> /// Represents the table of rout...
#nullable enable using System; using System.Collections; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.Configuration; using DotVVM.Framework.Hosting; using Microsoft.Extensions.DependencyInjection; namespace DotVVM.Framework.Routing { /// <summary> /// Represents the table of rout...
81ade53dcac7776619a02f606fb05bc8140bfafc
GetItemCode added.
GetItemCode added.
ITCompaniet/ITCO-SBO-Addon-Framework
src/ITCO.SboAddon.Framework/Extensions/BusinessObjectInfoExtentions.cs
mit
1,593,681,548
using System; using System.Xml; using SAPbobsCOM; using SAPbouiCOM; using ITCO.SboAddon.Framework.Queries; namespace ITCO.SboAddon.Framework.Extensions { /// <summary> /// Extension functions for BusinessObjects /// </summary> public static class BusinessObjectInfoExtentions { /// <summary...
using System; using System.Xml; using SAPbobsCOM; using SAPbouiCOM; using ITCO.SboAddon.Framework.Queries; namespace ITCO.SboAddon.Framework.Extensions { /// <summary> /// Extension functions for BusinessObjects /// </summary> public static class BusinessObjectInfoExtentions { /// <summary...
8a24225a3b89a523622825cbf834a09dcc8065b6
Add missing JFIF tags. Fixes #72
Add missing JFIF tags. Fixes #72
oozcitak/exiflibrary,oozcitak/exiflibrary
ExifLibrary/JPEGFile.cs
mit
1,593,681,423
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the binary view of a JPEG compressed file. /// </summary> public class JPEGFile : ImageFile { #region Member Variables private JPEGS...
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the binary view of a JPEG compressed file. /// </summary> public class JPEGFile : ImageFile { #region Member Variables private JPEGS...
c039e6f4f86db495be00e5ec35c80e6912676ed6
Add new constructor to JFIFVersion
Add new constructor to JFIFVersion
oozcitak/exiflibrary,oozcitak/exiflibrary
ExifLibrary/JFIFExtendedProperty.cs
mit
1,593,681,389
using System; using System.Collections.Generic; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the JFIF version as a 16 bit unsigned integer. (EXIF Specification: SHORT) /// </summary> public class JFIFVersion : ExifUShort { /// <summary> /// G...
using System; using System.Collections.Generic; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the JFIF version as a 16 bit unsigned integer. (EXIF Specification: SHORT) /// </summary> public class JFIFVersion : ExifUShort { /// <summary> /// G...
4cc4d3a83a51594157b46e9dd42c33d52eee028d
Fix teamcity build
Fix teamcity build
martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet
build/Build.cs
apache-2.0
1,593,680,598
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
34880585db0da968134180c2bab8163899bf3072
Add tif and jfif extensions
Add tif and jfif extensions
oozcitak/exiflibrary,oozcitak/exiflibrary
ExifTest/FormMain.Designer.cs
mit
1,593,680,557
namespace ExifTest { partial class FormMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
namespace ExifTest { partial class FormMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
42055ff1b4705ed29ba0fa20a8da0f18d9858709
Update FooterTests.cs
Update FooterTests.cs
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Spa2/NakedObjects.Spa.Selenium.Test/tests/FooterTests.cs
apache-2.0
1,593,678,553
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requ...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requ...
264fc6ba10fca41215b26e2fdeaa9494627cd908
Fix teamcity build
Fix teamcity build
martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet
build/Build.cs
apache-2.0
1,593,678,040
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
de364b80e7e15277bbf1285e1402731ff9ad1b97
Fix for NullRecord serialization
Fix for NullRecord serialization
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.TestBackend/Protocol/ResultNext.cs
apache-2.0
1,593,676,090
using System; using System.Text.Json.Serialization; using System.Threading.Tasks; using Neo4j.Driver; using System.Linq; namespace Neo4j.Driver.Tests.TestBackend { internal class ResultNext : IProtocolObject { public ResultNextType data { get; set; } = new ResultNextType(); [JsonIgnore] ...
using System; using System.Text.Json.Serialization; using System.Threading.Tasks; using Neo4j.Driver; using System.Linq; namespace Neo4j.Driver.Tests.TestBackend { internal class ResultNext : IProtocolObject { public ResultNextType data { get; set; } = new ResultNextType(); [JsonIgnore] ...
595a91708fe7d054e42c299334bb2c302e22b63d
Simplify timeout.
Simplify timeout.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/BlockNotifierTests.cs
mit
1,593,674,944
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
23d17899f0a94b30a83ad6b54298e6d45c0a0b31
- Fixing bug with Clear Chat packets not being processed properly - Adding properties to indicate if Clear Chat packet is a regular clear, a user timeout, or a ban
- Fixing bug with Clear Chat packets not being processed properly - Adding properties to indicate if Clear Chat packet is a regular clear, a user timeout, or a ban
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Models/Clients/Chat/ChatClearChatPacketModel.cs
mit
1,593,674,367
using System.Linq; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a chat clear packet. /// </summary> public class ChatClearChatPacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat clear. /// </summary> ...
using StreamingClient.Base.Util; using System.Linq; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a chat clear packet. /// </summary> public class ChatClearChatPacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat c...
2ad1d9f877c85bda7d1268dce7787461840fcf59
Use seconds.
Use seconds.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/BlockNotifierTests.cs
mit
1,593,674,094
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
ac669a3ef56dc16c99ccd5829ab36a1c1ac06238
BlockNotifierTests: Make `NotifyBlocksAsync` test more robust
BlockNotifierTests: Make `NotifyBlocksAsync` test more robust
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/BlockNotifierTests.cs
mit
1,593,674,093
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
662b67f71358bb3d97579287ef261fd50c0480db
Add missing `.ConfigureAwait(false)`.
Add missing `.ConfigureAwait(false)`.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/BlockNotifierTests.cs
mit
1,593,674,093
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using NBitcoin; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class BlockNotifierTests { [Fact] public async Task Genesi...
3735b6d3919e2d778c53a4b44aa6a4ac173f7555
Fixes paging size for querying the nucache table so it doesn't timeout
Fixes paging size for querying the nucache table so it doesn't timeout
JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,umbraco/Umbraco-CMS,bjarnef/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abryukhov/Umbraco-CMS,leekelleher/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,bjarnef/Um...
src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
mit
1,593,670,914
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cac...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Confi...
f6f892b7b0f8378566caa773b77d5204c32f97a3
fix ValidationKey kid for certs
fix ValidationKey kid for certs
MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4
src/IdentityServer4/src/Configuration/DependencyInjection/BuilderExtensions/Crypto.cs
apache-2.0
1,593,669,190
// 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; using IdentityServer4.Configuration; using IdentityServer4.Models; using IdentityServer4.Stores; using Microsoft.Identi...
// 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; using IdentityServer4.Configuration; using IdentityServer4.Models; using IdentityServer4.Stores; using Microsoft.Identi...
2801a4c5fd4896f78fc0e82280ba20338f083864
update client_id for demo IS
update client_id for demo IS
MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4
src/IdentityServer4/host/Startup.cs
apache-2.0
1,593,669,178
// 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 System; using IdentityServerHost.Configuration; using IdentityModel; using IdentityServer4; using Microsoft.AspNetCore.Builder; using Mi...
// 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 System; using IdentityServerHost.Configuration; using IdentityModel; using IdentityServer4; using Microsoft.AspNetCore.Builder; ...
0484ed41636d15f0939c3581208d5156e3e4fecc
Removed unnecessary worker thread. (#1935)
Removed unnecessary worker thread. (#1935)
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/SnackbarMessageQueue.cs
mit
1,593,667,378
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Threading; namespace MaterialDesignThemes.Wpf { public class SnackbarMessageQueue : ISnackbarMes...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Threading; namespace MaterialDesignThemes.Wpf { public class SnackbarMessageQueue : ISnackbarMes...
f69dd6108e581925dfea569e553f45f98a3e2ffe
fix Dictionary export
fix Dictionary export filter function in unity3d editor lib but not in runtime lib which cause compile er
pangweiwei/slua,pangweiwei/slua,pangweiwei/slua,pangweiwei/slua
Assets/Slua/Editor/LuaCodeGen.cs
mit
1,593,661,117
// The MIT License (MIT) // Copyright 2015 Siney/Pangweiwei siney@yeah.net // // 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...
// The MIT License (MIT) // Copyright 2015 Siney/Pangweiwei siney@yeah.net // // 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...
084f3c7706b4ee49ec077249b9744e598046848b
554: update merge tool to support cs ver8
554: update merge tool to support cs ver8
LayoutFarm/PixelFarm
src/Tools/MergeProjectTool/MergeProjects.cs
bsd-2-clause
1,593,660,328
//MIT, 2016-present, WinterDev //credit: http://stackoverflow.com/questions/24557807/programmatically-create-a-csproj-on-the-fly-without-visual-studio-installed using System; using System.Collections.Generic; using System.IO; using System.Xml; using System.Diagnostics; using System.Reflection; using Microsoft.Build....
//MIT, 2016-present, WinterDev //credit: http://stackoverflow.com/questions/24557807/programmatically-create-a-csproj-on-the-fly-without-visual-studio-installed using System; using System.Collections.Generic; using System.IO; using System.Xml; using System.Diagnostics; using System.Reflection; using Microsoft.Build....
5e50435c7d4c3d43e5f4bc18acd271ea262db3b2
Include drive letter as part of path when restoring on Windows.
Include drive letter as part of path when restoring on Windows. When the dont-compress-restore-paths option is used, the drive letter is included as part of the path when restoring on Windows.
duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati
Duplicati/UnitTest/RestoreHandlerTests.cs
lgpl-2.1
1,593,660,036
using Duplicati.Library.Common; using Duplicati.Library.Main; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Security.AccessControl; using Duplicati.Library.Common.IO; namespace Duplicati.UnitTest { public class RestoreHandlerTests : BasicSetupHelper { [Test] ...
using Duplicati.Library.Common; using Duplicati.Library.Main; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Security.AccessControl; using Duplicati.Library.Common.IO; namespace Duplicati.UnitTest { public class RestoreHandlerTests : BasicSetupHelper { [Test] ...
7ac6939672caa37c33108bb378e5b3af3ae0b7a7
a really bad commit
a really bad commit
RossNordby/scratchpad,RossNordby/scratchpad
AutomagicWorkflows/SomeLibrary/Tarben.cs
apache-2.0
1,593,658,951
using System; namespace SomeLibrary { public static class Tarben { public static float Emulsify(float v) { return v * 4; } } }
using System; namespace SomeLibrary { public static class Tarben { public static float Emulsify(float v) { return v * 3; } } }
e6edab3f7ae81ef52d27194d94d6d3d96098dfff
Add new product themes, Lego Art and Lego Brick Sketches
Add new product themes, Lego Art and Lego Brick Sketches
rolledback/LegoSharp
LegoSharp/ProductSearch/ProductThemeFilter.cs
mit
1,593,656,436
using System; using System.Collections.Generic; using System.Text; namespace LegoSharp { public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme> { public ProductThemeFilter() : base("categories.id", "product.facet.theme") { } public override string filterEnum...
using System; using System.Collections.Generic; using System.Text; namespace LegoSharp { public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme> { public ProductThemeFilter() : base("categories.id", "product.facet.theme") { } public override string filterEnum...
6017e7b30d61dc347c92641f4727eb9e6a50a72b
Make extrusion multiplier per running machine.
Make extrusion multiplier per running machine.
larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl
MatterControlLib/PrinterCommunication/Io/ExtrusionMultiplierStream.cs
bsd-2-clause
1,593,652,341
/* Copyright (c) 2017, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2017, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
ccf9c9aa8f1d1f7170c70ea721345932e6b404c1
Fix crash when slots are in the inspector. AssetDB v2 problem.
Fix crash when slots are in the inspector. AssetDB v2 problem.
umasteeringgroup/UMA
UMAProject/Assets/UMA/Core/Editor/Scripts/SlotDataAssetInspector.cs
mit
1,593,652,274
#if UNITY_EDITOR using UnityEngine; using UnityEditor; using UnityEditorInternal; namespace UMA.Editors { [CustomEditor(typeof(SlotDataAsset))] [CanEditMultipleObjects] public class SlotDataAssetInspector : Editor { SerializedProperty slotName; SerializedProperty CharacterBegun; SerializedProperty SlotAtlass...
#if UNITY_EDITOR using UnityEngine; using UnityEditor; using UnityEditorInternal; namespace UMA.Editors { [CustomEditor(typeof(SlotDataAsset))] [CanEditMultipleObjects] public class SlotDataAssetInspector : Editor { SerializedProperty slotName; SerializedProperty CharacterBegun; SerializedProperty SlotAtlass...
fa252d5e950d685699632b9cfb78ea7d25a95c58
Fix score panel not showing silver s/ss badges on hd/fl plays
Fix score panel not showing silver s/ss badges on hd/fl plays
ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu
osu.Game/Screens/Ranking/Expanded/Accuracy/AccuracyCircle.cs
mit
1,593,650,258
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using os...
30136d6d2bb768920efe316047405503939a5377
Added argument validation
Added argument validation
Microsoft/nodejstools,Microsoft/nodejstools,Microsoft/nodejstools,Microsoft/nodejstools,Microsoft/nodejstools
Nodejs/Product/Nodejs/Nodejs.cs
apache-2.0
1,593,648,910
// 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.Diagnostics; using System.IO; #if !NO_WINDOWS using System.Windows.Forms; using Microsoft.NodejsTools.Project; #endif using Micros...
// 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.Diagnostics; using System.IO; #if !NO_WINDOWS using System.Windows.Forms; using Microsoft.NodejsTools.Project; #endif using Micros...
be44b785cee704898b6d8b551c3fa26e8bdaca72
Remove unnecessary local variable.
Remove unnecessary local variable.
mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati/Library/Main/Operation/RestoreHandler.cs
lgpl-2.1
1,593,647,429
#region Disclaimer / License // Copyright (C) 2019, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
#region Disclaimer / License // Copyright (C) 2019, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
a3e192a8a6c87c2ba72b178a5ac005a49d6bb5a1
Add test for restoring empty file to non-existant folder.
Add test for restoring empty file to non-existant folder. This concerns issue #4148.
duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati
Duplicati/UnitTest/RestoreHandlerTests.cs
lgpl-2.1
1,593,647,111
using Duplicati.Library.Common; using Duplicati.Library.Main; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Security.AccessControl; using Duplicati.Library.Common.IO; namespace Duplicati.UnitTest { public class RestoreHandlerTests : BasicSetupHelper { [Test] ...
using Duplicati.Library.Common; using Duplicati.Library.Main; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Security.AccessControl; namespace Duplicati.UnitTest { public class RestoreHandlerTests : BasicSetupHelper { [Test] [Category("RestoreHandler")] ...
ccd4af84b0f7dca78616b2b48b35c20e651e6d18
Fix Chinese IME character Composition issue (#3163)
Fix Chinese IME character Composition issue (#3163)
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.Wpf/Experimental/WpfIMEKeyboardHandler.cs
bsd-3-clause
1,593,646,461
// Copyright © 2018 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.Windows; using System.Windows.Input; using System.Windows.Interop; using CefSharp.Internals...
// Copyright © 2018 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.Windows; using System.Windows.Input; using System.Windows.Interop; using CefSharp.Internals...
b3735d5d41db5b03b4c6553dec46d77423486b2c
Remove log
Remove log
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Camera/CameraEffectControlScript.cs
agpl-3.0
1,593,646,356
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace CameraEffects { public class CameraEffectControlScript : MonoBehaviour { public DrunkCamera drunkCamera; public int drunkCameraTime = 0; public GlitchEffect glitchEffect; public NightVisionCamera nightV...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace CameraEffects { public class CameraEffectControlScript : MonoBehaviour { public DrunkCamera drunkCamera; public int drunkCameraTime = 0; public GlitchEffect glitchEffect; public NightVisionCamera nightV...
a230acd8dab24c3ebe2f86891b8201db2926b872
Refactor FlowerShopCommands.
Refactor FlowerShopCommands.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/FlowerShopCommands.cs
mit
1,593,645,847
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Collections; using Mitternacht.Ext...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Common.Collections; using Mitternacht.Ext...
4ba6e8df133b97a7e69b92df9ac629e30fc6151f
Reduced the default settings number of asteroids & comets
Reduced the default settings number of asteroids & comets
gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer
Server/Settings/Definition/GeneralSettingsDefinition.cs
mit
1,593,645,660
using LmpCommon.Enums; using LmpCommon.Xml; using System; namespace Server.Settings.Definition { [Serializable] public class GeneralSettingsDefinition { [XmlComment(Value = "Name of the server. Max 30 char")] public string ServerName { get; set; } = "Luna Server"; [XmlComment(Valu...
using LmpCommon.Enums; using LmpCommon.Xml; using System; namespace Server.Settings.Definition { [Serializable] public class GeneralSettingsDefinition { [XmlComment(Value = "Name of the server. Max 30 char")] public string ServerName { get; set; } = "Luna Server"; [XmlComment(Valu...
a0a559e5e6781fbb585ed62ee0e3786e7997d8b7
Added 1.10 parts
Added 1.10 parts
DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer
LmpCommon/ModFile/Structure/ModControlStructure.cs
mit
1,593,645,280
using System.Collections.Generic; namespace LmpCommon.ModFile.Structure { public class MandatoryPart { public string Text { get; set; } public string Link { get; set; } public string PartName { get; set; } } public class ForbiddenPart { public string Text { get; se...
using System.Collections.Generic; namespace LmpCommon.ModFile.Structure { public class MandatoryPart { public string Text { get; set; } public string Link { get; set; } public string PartName { get; set; } } public class ForbiddenPart { public string Text { get; se...
3aa1d2f3daf1b514fc9441070ca7befd12226936
Ensure that paths exist when restoring empty files.
Ensure that paths exist when restoring empty files. This fixes #4148.
duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati
Duplicati/Library/Main/Operation/RestoreHandler.cs
lgpl-2.1
1,593,645,212
#region Disclaimer / License // Copyright (C) 2019, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
#region Disclaimer / License // Copyright (C) 2019, The Duplicati Team // http://www.duplicati.com, info@duplicati.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either ...
983c90af5262d9e027f6a26d79c718a4eabec2e7
Fix harmony ambiguity
Fix harmony ambiguity
DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer
LmpClient/Harmony/ScenarioDiscoverableObjects_SpawnComet.cs
mit
1,593,644,907
using Harmony; using LmpClient.Systems.AsteroidComet; using LmpClient.Systems.Lock; using LmpClient.Systems.SettingsSys; using LmpCommon.Enums; // ReSharper disable All namespace LmpClient.Harmony { /// <summary> /// This harmony patch is intended to skip the spawn of a comet if we don't have the lock or the...
using Harmony; using LmpClient.Systems.AsteroidComet; using LmpClient.Systems.Lock; using LmpClient.Systems.SettingsSys; using LmpCommon.Enums; // ReSharper disable All namespace LmpClient.Harmony { /// <summary> /// This harmony patch is intended to skip the spawn of a comet if we don't have the lock or the...
240320fa75cc795441bd1033915abc3aa7d3cd89
Fix harmony patch for 1.10
Fix harmony patch for 1.10
DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer
LmpClient/Harmony/OrbitDriver_UpdateFromParameters.cs
mit
1,593,644,342
using Harmony; using LmpClient.Systems.VesselPositionSys; using LmpClient.Systems.VesselRemoveSys; using LmpCommon.Enums; using UnityEngine; // ReSharper disable All namespace LmpClient.Harmony { /// <summary> /// This harmony patch is intended to do our own orbit calculations /// First we always call th...
using Harmony; using LmpClient.Systems.VesselPositionSys; using LmpClient.Systems.VesselRemoveSys; using LmpCommon.Enums; using UnityEngine; // ReSharper disable All namespace LmpClient.Harmony { /// <summary> /// This harmony patch is intended to do our own orbit calculations /// First we always call th...
2436619d36f7d19b49924fec2e597774cad7f9ef
Remove redundant #ToString.
Remove redundant #ToString.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/WheelOfFortuneCommands.cs
mit
1,593,643,908
using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Wof = Mitternacht.Modules.Gambling.Common.WheelOfFortune.WheelOfFortune; namespace Mitternacht.Modules.Gambling { public partial class Gambling { ...
using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Wof = Mitternacht.Modules.Gambling.Common.WheelOfFortune.WheelOfFortune; namespace Mitternacht.Modules.Gambling { public partial class Gambling { ...
1e6af472f56cc635d6b32a98d5cd81f1ba9cdaf9
Remove outcommented code.
Remove outcommented code.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/WheelOfFortuneCommands.cs
mit
1,593,643,864
using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Wof = Mitternacht.Modules.Gambling.Common.WheelOfFortune.WheelOfFortune; namespace Mitternacht.Modules.Gambling { public partial class Gambling { ...
using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Wof = Mitternacht.Modules.Gambling.Common.WheelOfFortune.WheelOfFortune; namespace Mitternacht.Modules.Gambling { public partial class Gambling { ...
2594f15937f4cc81fc0cb5e073aa324a678cd7cc
Remove custom constructor from WheelOfFortune class.
Remove custom constructor from WheelOfFortune class.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/Common/WheelOfFortune/WheelOfFortune.cs
mit
1,593,643,848
using System.Collections.Immutable; using Mitternacht.Common; namespace Mitternacht.Modules.Gambling.Common.WheelOfFortune { public class WheelOfFortune { private static readonly NadekoRandom _rng = new NadekoRandom(); private static readonly ImmutableArray<string> _emojis = new string[] { "⬆", "↖", "⬅"...
using System.Collections.Immutable; using Mitternacht.Common; namespace Mitternacht.Modules.Gambling.Common.WheelOfFortune { public class WheelOfFortune { private static readonly NadekoRandom _rng = new NadekoRandom(); private static readonly ImmutableArray<string> _emojis = new string[] { "⬆", "↖", "⬅"...
da2faca5d1a80c8c8af0aa0e822511379a54d679
Cleaned up
Cleaned up
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Food/DrinkableContainer.cs
agpl-3.0
1,593,643,572
using Chemistry.Components; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; [RequireComponent(typeof(ItemAttributesV2))] [RequireComponent(typeof(ReagentContainer))] public class DrinkableContainer : Consumable { public string sound = "Slurp"; private ReagentContai...
using Chemistry.Components; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; [RequireComponent(typeof(ItemAttributesV2))] [RequireComponent(typeof(ReagentContainer))] public class DrinkableContainer : Consumable { public string sound = "Slurp"; private ReagentContai...
c61a24e203adecc68d9f467a5a3b77048018a8aa
Remove outcommented code.
Remove outcommented code.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Gambling/Gambling.cs
mit
1,593,643,477
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Services.Database.Models; namespa...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Mitternacht.Common; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Services.Database.Models; namespa...
b3e83d434502f5354e55b2645d0035315bc9fa8a
Build project
Build project
martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet
build/Build.cs
apache-2.0
1,593,642,787
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
66e61aacff983d7354e6bb267cd472ee090d49fe
Logger now shows the actual path of the destination
Logger now shows the actual path of the destination Forgot to change this while changing the param from string to Storage
smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu
osu.Game/IO/MigratableStorage.cs
mit
1,593,642,729
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Threading; using osu.Framework.Platform; namespace osu.Game.IO { /// <summary> /// A <see cref="Wr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Threading; using osu.Framework.Platform; namespace osu.Game.IO { /// <summary> /// A <see cref="Wr...
8d0a62f5b98249802d6423fdfc9a55f9be812705
Build project
Build project
martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet
build/Build.cs
apache-2.0
1,593,642,291
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
0394afa7451656f1291daea14ab94e12d653c6a1
Fix commit fb918bce19cb975c2b18daab2f3426a7964dbf98
Fix commit fb918bce19cb975c2b18daab2f3426a7964dbf98
StockSharp/StockSharp
Messages/MessageAdapter.cs
apache-2.0
1,593,642,205
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
5111b507fd7e9e8b8e76d7d64f98c86a809d7084
Build project
Build project
martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet
build/Build.cs
apache-2.0
1,593,641,465
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
using System; using System.IO; using System.IO.Compression; using System.Linq; using Aimp.DotNet.Build; using Nuke.Common; using Nuke.Common.CI.TeamCity; using Nuke.Common.Execution; using Nuke.Common.Git; using Nuke.Common.IO; using Nuke.Common.ProjectModel; using Nuke.Common.Tooling; using Nuke.Common.Too...
0d7ac3a84736727d3eb31fe8b859796e3b79e459
refactor: change verify url method exception message
refactor: change verify url method exception message
PKRoma/refit
Refit/RestMethodInfo.cs
mit
1,593,640,126
using System; using System.Net.Http; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Threading; namespace Refit { [DebuggerDisplay("{MethodInfo}")] public c...
using System; using System.Net.Http; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Threading; namespace Refit { [DebuggerDisplay("{MethodInfo}")] public c...