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
604ab389a87d571afabdc06482c3ab2b8da4950e
naming improvements
naming improvements
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization/SerializationConfiguration/SerializationConfigurationBase/SerializationConfigurationBase.cs
mit
1,594,325,380
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------------------...
8121ccaad077e5a93088185ea0f92036af7ca6a1
Change Box to EditorPlayfieldBorder
Change Box to EditorPlayfieldBorder
NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu
osu.Game/Rulesets/UI/Playfield.cs
mit
1,594,324,826
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu.Framework.Allocatio...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu.Framework.Allocatio...
00cb45f4e6d6f013a0e114aa5cba15bb805206d7
Fix - Errore sganciamento
Fix - Errore sganciamento
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/ConfermaPartenze/ConfermaPartenzeCommandHandler.cs
agpl-3.0
1,594,324,084
//----------------------------------------------------------------------- // <copyright file="MezzoPrenotatoQueryHandler.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 ...
//----------------------------------------------------------------------- // <copyright file="MezzoPrenotatoQueryHandler.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 ...
1a8fba90411574818dbcf0939812617c86fb5277
Fix commit 2db91ab3ceafb4448ac57f857c50f14340aa6a31
Fix commit 2db91ab3ceafb4448ac57f857c50f14340aa6a31
StockSharp/StockSharp
Algo/Positions/PositionMessageAdapter.cs
apache-2.0
1,594,323,958
#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...
db864dc4d9d2a64613fb6cd3b9bfdb35882b5a6b
Making the code work more in parallel.
Making the code work more in parallel.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,594,323,949
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
6d01cb04b26455e6f88e482af93731b5eb3b9ff7
Add unit tests
Add unit tests
vkhorikov/CSharpFunctionalExtensions
CSharpFunctionalExtensions.Tests/MaybeTests/ExtensionsTests.cs
mit
1,594,323,312
using FluentAssertions; using System; using System.Collections.Generic; using Xunit; namespace CSharpFunctionalExtensions.Tests.MaybeTests { public class ExtensionsTests { [Fact] public void Unwrap_extracts_value_if_not_null() { var instance = new MyClass(); Ma...
using FluentAssertions; using System; using System.Collections.Generic; using Xunit; namespace CSharpFunctionalExtensions.Tests.MaybeTests { public class ExtensionsTests { [Fact] public void Unwrap_extracts_value_if_not_null() { var instance = new MyClass(); Ma...
093bd9e5da62c8c9b7dd33d25b3307e166819f55
Id_value calculation in EntityId changed. It now splits the string after the second slash, instead of the last slash. EntityId.GetMultiSelectPickListIds() function added to use the new Id_value.
Id_value calculation in EntityId changed. It now splits the string after the second slash, instead of the last slash. EntityId.GetMultiSelectPickListIds() function added to use the new Id_value.
ekincaglar/clarizen
Ekin.Clarizen/Common/entityId.cs
mit
1,594,322,720
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; namespace Ekin.Clarizen { public class EntityId { private string _id { get; set; } public string Id { get { return _id; } set ...
using Newtonsoft.Json; using System; namespace Ekin.Clarizen { public class EntityId { public string Id { get; set; } [JsonIgnore] public string Id_value { get { return !string.IsNullOrWhiteSpace(Id) && Id.Contains("/") ? Id.Substring(Id...
8ca06f1247fe3bba37182f9ce5ad22d50f748aa4
Use Async overload
Use Async overload
damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore
src/SqlStreamStore.MsSql/MsSqlStreamStoreV3.ReadStream.cs
mit
1,594,322,202
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Data.SqlClient; using SqlStreamStore.Streams; using SqlStreamStore.Infrastructure; public parti...
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Data.SqlClient; using SqlStreamStore.Streams; using SqlStreamStore.Infrastructure; public parti...
eeb4fcdead068a2de166fdee1cca72a6f065d3aa
Fixing the import of questions, qustion translations, options, option translations, question sets, surveyconfigurations.
Fixing the import of questions, qustion translations, options, option translations, question sets, surveyconfigurations.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,594,321,901
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
0afcd8de4aba12cef991e75d9a733b6c306550d4
Fix all tests using the BasicWatchdog
Fix all tests using the BasicWatchdog
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/TestingServer.cs
agpl-3.0
1,594,321,365
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...
951a048b65878537ce13e17da99ca139d9b3a790
Fix commit e29fd4638bfb66ead1425763c29a0eda7d0b1430
Fix commit e29fd4638bfb66ead1425763c29a0eda7d0b1430
StockSharp/StockSharp
Algo/Storages/BufferMessageAdapter.cs
apache-2.0
1,594,320,869
namespace StockSharp.Algo.Storages { using System; using System.Threading; using System.Linq; using System.Collections.Generic; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summa...
namespace StockSharp.Algo.Storages { using System; using System.Threading; using System.Linq; using System.Collections.Generic; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summa...
82c1d2781572213917092774a5d237832fdea052
WebBrowserExtensions fix spelling mistakes (#3176)
WebBrowserExtensions fix spelling mistakes (#3176)
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp/WebBrowserExtensions.cs
bsd-3-clause
1,594,320,854
// Copyright © 2015 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.Specialized; using System.Globalization; using System.IO; using System.Text; using System.Threading.Tasks; using ...
// Copyright © 2015 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.Specialized; using System.Globalization; using System.IO; using System.Text; using System.Threading.Tasks; using ...
67c3e21bd88755fb5935da4f3fceb2465d0711a9
Remove "Temp" from method name.
Remove "Temp" from method name.
SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,damianh/Cedar.EventStore
src/SqlStreamStore.MySql/MySqlStreamStore.ReadAll.cs
mit
1,594,320,661
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Threading; using System.Threading.Tasks; using MySql.Data.MySqlClient; using SqlStreamStore.Infrastructure; using SqlStreamStore.MySqlScripts; usin...
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Threading; using System.Threading.Tasks; using MySql.Data.MySqlClient; using SqlStreamStore.Infrastructure; using SqlStreamStore.MySqlScripts; usin...
d1d6777b1662a81695ba28e55d68f45798acd9fc
Improve logging in DistributedData extension (#4507)
Improve logging in DistributedData extension (#4507)
simonlaroche/akka.net,simonlaroche/akka.net
src/contrib/cluster/Akka.DistributedData/DistributedData.cs
apache-2.0
1,594,319,843
//----------------------------------------------------------------------- // <copyright file="DistributedData.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyright> ...
//----------------------------------------------------------------------- // <copyright file="DistributedData.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyright> ...
7010b169f8aed44bd23a90333ed938288946b3ee
change default for TypeToRegisterNamespacePrefixFilters
change default for TypeToRegisterNamespacePrefixFilters
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization/SerializationConfiguration/SerializationConfigurationBase/SerializationConfigurationBase.Overridable.cs
mit
1,594,319,506
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.Overridable.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.Overridable.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------...
2ff7b610326d0f2cd805b1beaac16c5136c04a7b
So this is a windows only test for now
So this is a windows only test for now
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs
agpl-3.0
1,594,319,374
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgst...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgst...
3fa841a46334fa3f6274ebac0f3c308c02c8823b
ErrorCode description update
ErrorCode description update
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Api/Models/ErrorCode.cs
agpl-3.0
1,594,319,158
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
03cdbc5e6bcf179ffc7e4340be3da1706185cf9f
- Add a TryGetFragment method to retrieve a fragment only if it exists without throwing an exception - Call it from the GetFragment method
- Add a TryGetFragment method to retrieve a fragment only if it exists without throwing an exception - Call it from the GetFragment method
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Target.cs
apache-2.0
1,594,318,514
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
3450fb03961605f8c7757eff175af587f6717d51
Fix unobserved ArgumentOutOfRangeException from Task.Delay (#6640)
Fix unobserved ArgumentOutOfRangeException from Task.Delay (#6640)
amccool/orleans,amccool/orleans,dotnet/orleans,waynemunro/orleans,jason-bragg/orleans,ElanHasson/orleans,jthelin/orleans,yevhen/orleans,veikkoeeva/orleans,galvesribeiro/orleans,galvesribeiro/orleans,ElanHasson/orleans,amccool/orleans,waynemunro/orleans,galvesribeiro/orleans,ElanHasson/orleans,yevhen/orleans,waynemunro/...
src/Orleans.Runtime/Timers/AsyncTimer.cs
mit
1,594,317,509
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace Orleans.Runtime { internal class AsyncTimer : IAsyncTimer { /// <summary> /// Timers can fire up to 3 seconds late before a warning is emitted and the instance is deemed unhealthy. ...
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Internal; namespace Orleans.Runtime { internal class AsyncTimer : IAsyncTimer { /// <summary> /// Timers can fire up to 3 seconds late before a warning is emitted and the instan...
9c3025f82306ddd32fac8b941fe83ea07bd2c1a3
Add integration tests to verify we can enable and disable gift card issuers
Add integration tests to verify we can enable and disable gift card issuers
Viincenttt/MollieApi
Mollie.Tests.Integration/Api/ProfileTests.cs
mit
1,594,316,737
 using Mollie.Api.Client; using Mollie.Api.Models.List; using Mollie.Api.Models.Payment; using Mollie.Api.Models.Payment.Response.Specific; using Mollie.Api.Models.PaymentMethod; using Mollie.Api.Models.Profile.Response; using Mollie.Tests.Integration.Framework; using NUnit.Framework; using System.Linq; using System.T...
 using Mollie.Api.Client; using Mollie.Api.Models.List; using Mollie.Api.Models.Payment; using Mollie.Api.Models.PaymentMethod; using Mollie.Api.Models.Profile.Response; using Mollie.Tests.Integration.Framework; using NUnit.Framework; using System.Linq; using System.Threading.Tasks; namespace Mollie.Tests.Integration...
8ba56f9c1206bbe788035f8ab9687bfa39868776
Minor timeout tweak
Minor timeout tweak
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs
agpl-3.0
1,594,316,258
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgst...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgst...
d64285d47733139a687dca70709f42a3a8752b19
Add integration test to disable a payment method in the ProfileClient
Add integration test to disable a payment method in the ProfileClient
Viincenttt/MollieApi
Mollie.Tests.Integration/Api/ProfileTests.cs
mit
1,594,315,717
 using Mollie.Api.Client; using Mollie.Api.Models.List; using Mollie.Api.Models.Payment; using Mollie.Api.Models.PaymentMethod; using Mollie.Api.Models.Profile.Response; using Mollie.Tests.Integration.Framework; using NUnit.Framework; using System.Linq; using System.Threading.Tasks; namespace Mollie.Tests.Integration...
using Mollie.Api.Client; using Mollie.Api.Models.List; using Mollie.Api.Models.Payment; using Mollie.Api.Models.PaymentMethod; using Mollie.Api.Models.Profile.Response; using Mollie.Tests.Integration.Framework; using NUnit.Framework; using System.Linq; using System.Threading.Tasks; namespace Mollie.Tests.Integration....
98903d22d9b9050140f879f887f16defe2cc7335
Fix strange issue with SQLite migration
Fix strange issue with SQLite migration
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Database/Migrations/20200705163700_SLAllowNullDMApi.cs
agpl-3.0
1,594,315,448
using Microsoft.EntityFrameworkCore.Migrations; using System; using Tgstation.Server.Api.Models; namespace Tgstation.Server.Host.Database.Migrations { /// <summary> /// Update models for making the DMAPI optional for SQLite. /// </summary> public partial class SLAllowNullDMApi : Migration { /// <inheritdoc /> ...
using Microsoft.EntityFrameworkCore.Migrations; using System; using Tgstation.Server.Api.Models; namespace Tgstation.Server.Host.Database.Migrations { /// <summary> /// Update models for making the DMAPI optional for SQLite. /// </summary> public partial class SLAllowNullDMApi : Migration { /// <inheritdoc /> ...
a24bb50190e904ff49f6f26223d10b485dc32e5b
More integration test sanity
More integration test sanity
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,594,315,222
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.T...
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.T...
77119e57f1cdcc927fa4a7684a4a340aa107b597
handle error
handle error
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Coordinator.cs
mit
1,594,313,577
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Coi...
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Coi...
d0c89f79b3b2700f022860abf3c0501b5fb7c5f3
fix mempool stuff
fix mempool stuff
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Coordinator.cs
mit
1,594,313,278
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Coi...
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Coi...
05c3c7cb0c7c092dbb6f097be8fcafc23a3d5b89
Clear coinjoins.
Clear coinjoins.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Coordinator.cs
mit
1,594,312,947
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Coi...
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Coi...
10362d786dbf5dda761271494ff77cf478da18c7
Add a check to watchdog detach failure
Add a check to watchdog detach failure
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs
agpl-3.0
1,594,312,826
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Serilog.Context; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server....
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Serilog.Context; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server....
6f362bc39298a4fa7619ba09b4824018ab706323
Fixed cycle detection
Fixed cycle detection
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/ResourceManagement/ResourceUtils.cs
apache-2.0
1,594,312,386
#nullable enable using DotVVM.Framework.Controls; using DotVVM.Framework.Hosting; using DotVVM.Framework.Utils; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace DotVVM.Framework.ResourceManagement { public static class ResourceUtils { public static string A...
#nullable enable using DotVVM.Framework.Controls; using DotVVM.Framework.Hosting; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace DotVVM.Framework.ResourceManagement { public static class ResourceUtils { public static string AddTemplateResource(this Resour...
e59288c5337f54666072f5bd6e908234442bb561
Fix edge cases.
Fix edge cases. Sometimes weird meshes can have a triangle where all vertices are on the same line, which results in a normal of Vector3.zero, so we try to ignore those triangles.
HiddenMonk/Unity3DCustomCharacterControllerCapsuleCollisionDetection
Assets/CapsuleCharacterCollision/CCCollision/Collision/MeshAABBTree.cs
mit
1,594,312,014
using System; using UnityEngine; using System.Collections.Generic; namespace CapsuleCharacterCollisionDetection { //Edited version of Iron-Warrior SuperCharacterController BSPTree [RequireComponent(typeof(MeshCollider))] public class MeshAABBTree : MonoBehaviour { //Instead of building a separate t...
using System; using UnityEngine; using System.Collections.Generic; namespace CapsuleCharacterCollisionDetection { //Edited version of Iron-Warrior SuperCharacterController BSPTree [RequireComponent(typeof(MeshCollider))] public class MeshAABBTree : MonoBehaviour { //Instead of building a separate t...
c8d2cb14bf17bf23270f01d2ef5d22370ceaa472
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,594,311,676
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
61e25326bba77e0d4f6f3ebf5e8302c10ca29454
Fix paths in generated readme on .NET Core
Fix paths in generated readme on .NET Core
citizenmatt/resharper-template-compiler
src/resharper-template-compiler/ReadmeFormatter.cs
apache-2.0
1,594,311,623
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace CitizenMatt.ReSharper.TemplateCompiler { public class ReadmeFormatter { private readonly TextWriter writer; private readonly Uri baseUri; public ReadmeFormatter(TextWriter writer, string base...
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace CitizenMatt.ReSharper.TemplateCompiler { public class ReadmeFormatter { private readonly TextWriter writer; private readonly Uri baseUri; public ReadmeFormatter(TextWriter writer, string base...
dd8530d297c1c250709e23d17db4b2994c516151
added missing base.OnActionExecuting, thanks @dfraque
added missing base.OnActionExecuting, thanks @dfraque
volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity
Serenity.Web/Mvc/ServiceEndpoint.cs
mit
1,594,310,516
using System; using System.Linq; using System.Reflection; using Serenity.Data; using System.Data; #if !ASPNETMVC using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; #else using System.Collections.Generic; using System.Web; using System.Web.Mvc; #endif namespace Serenity.Services { ...
using System; using System.Linq; using System.Reflection; using Serenity.Data; using System.Data; #if !ASPNETMVC using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; #else using System.Collections.Generic; using System.Web; using System.Web.Mvc; #endif namespace Serenity.Services { ...
09a58d0c146a45a14ebf7acfa4e0bf7e4699b91a
realtive panel no longer cares about the declaration order. and measures to the largest child when not stretched.
realtive panel no longer cares about the declaration order. and measures to the largest child when not stretched.
akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkori...
src/Avalonia.Controls/RelativePanel.cs
mit
1,594,310,319
/// Ported from https://github.com/HandyOrg/HandyControl/blob/master/src/Shared/HandyControl_Shared/Controls/Panel/RelativePanel.cs using System; using System.Collections.Generic; using System.Linq; using Avalonia.Layout; #nullable enable namespace Avalonia.Controls { public partial class RelativePanel : Panel ...
/// Ported from https://github.com/HandyOrg/HandyControl/blob/master/src/Shared/HandyControl_Shared/Controls/Panel/RelativePanel.cs using System; using System.Collections.Generic; using System.Linq; using Avalonia.Layout; #nullable enable namespace Avalonia.Controls { public partial class RelativePanel : Panel ...
916cf97a29382564b25c616b4557871da827b786
added method overloads for Sql Sum, Agv, Min, Max etc. which takes IField as parameter (#5017)
added method overloads for Sql Sum, Agv, Min, Max etc. which takes IField as parameter (#5017)
volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity
Serenity.Data/SqlHelpers/Sql.cs
mit
1,594,310,269
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Serenity.Data { /// <summary> /// Contains SQL expression generation helpers /// </summary> public static partial class Sql { /// <summary> /// Creates a SUM() expr...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Serenity.Data { /// <summary> /// Contains SQL expression generation helpers /// </summary> public static partial class Sql { /// <summary> /// Creates a SUM() expr...
ac6a02d4b8da14af866f635489b00d6c0dcc9b84
Fix invalid Substring call
Fix invalid Substring call
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs
agpl-3.0
1,594,309,972
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.M...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.M...
65f1684b7bfc2dce05a159c2a1af7f9ae56837fd
Fix commit 7e791719f05767ac4b03c5ff48df7c4e28263fdc
Fix commit 7e791719f05767ac4b03c5ff48df7c4e28263fdc
StockSharp/StockSharp
Algo/Strategies/Strategy.cs
apache-2.0
1,594,309,732
#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...
a3b21273b39ab47918775bbb55a4d86b34b5d0f3
Strategy. MaxOrderRegisterErrorCount property.
Strategy. MaxOrderRegisterErrorCount property.
StockSharp/StockSharp
Algo/Strategies/Strategy.cs
apache-2.0
1,594,309,625
#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...
b465daeebba870b050c75d46fd628b3a97d9cb4d
Test file existence of the Projects file rather than the folder
Test file existence of the Projects file rather than the folder
KirillOsenkov/SourceBrowser,KirillOsenkov/SourceBrowser,KirillOsenkov/SourceBrowser
src/SourceIndexServer/Models/Serialization.cs
apache-2.0
1,594,309,579
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace Microsoft.SourceBrowser.SourceIndexServer { public class Serialization { public static IEnumerable<AssemblyInfo> ReadAssemblies(string rootP...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace Microsoft.SourceBrowser.SourceIndexServer { public class Serialization { public static IEnumerable<AssemblyInfo> ReadAssemblies(string rootP...
7546373f9456bdc710166481bb30dfc30677c55b
Fix test asserting between int and uint
Fix test asserting between int and uint
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
tests/Tgstation.Server.Tests/Instance/DeploymentTest.cs
agpl-3.0
1,594,308,736
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Tgstation.Server.Api.Models; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Instance { sealed class DeploymentTest : JobsRequiredTest { readonly IDreamMakerClie...
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Tgstation.Server.Api.Models; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Instance { sealed class DeploymentTest : JobsRequiredTest { readonly IDreamMakerClie...
90569981b2f687bc9ec1ed834614facbbbd525cc
Improve chat message when a deployment is canceled
Improve chat message when a deployment is canceled
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs
agpl-3.0
1,594,308,712
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.M...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.M...
6974b8b51414fa3417d56dc30641f9115e162a73
[Vcxproj] Disable use of versioned VCTargets key when importing default props, for some reasons it breaks loading old vcxproj in recent visual studio
[Vcxproj] Disable use of versioned VCTargets key when importing default props, for some reasons it breaks loading old vcxproj in recent visual studio
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/VisualStudio/Vcxproj.cs
apache-2.0
1,594,308,711
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
358c5042c18815d601176154411d7357e301bdce
Fix recursive .dme discovery
Fix recursive .dme discovery
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs
agpl-3.0
1,594,308,214
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.M...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.M...
73f4dba2f610786486a535783b0533220c166e57
Fix slippery items not allowing airlocks to close
Fix slippery items not allowing airlocks to close
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,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Movement/SlipperyComponent.cs
mit
1,594,308,166
using System.Collections.Generic; using System.Timers; using Content.Server.GameObjects.Components.Mobs; using Content.Server.Throw; using Content.Shared.Audio; using Content.Shared.Physics; using Robust.Server.GameObjects.EntitySystems; using Robust.Shared.Containers; using Robust.Shared.GameObjects; using Robust.Shar...
using System.Collections.Generic; using System.Timers; using Content.Server.GameObjects.Components.Mobs; using Content.Server.Throw; using Content.Shared.Audio; using Content.Shared.Physics; using Robust.Server.GameObjects.EntitySystems; using Robust.Shared.Containers; using Robust.Shared.GameObjects; using Robust.Shar...
5a1c7e5a8036cb86e5995b4c2824be403ef1c936
Fix commit 7e0b571cb06f9cb65a886407ba0d9ce3a6eb493f
Fix commit 7e0b571cb06f9cb65a886407ba0d9ce3a6eb493f
StockSharp/StockSharp
Algo/Strategies/Strategy.cs
apache-2.0
1,594,307,917
#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...
4c66525576d53dd1a86492dc8f4126656461d882
fixed doc comment for Polygon2d.IsFullyContainedInside
fixed doc comment for Polygon2d.IsFullyContainedInside
vrvis/aardvark,vrvis/aardvark
src/Aardvark.Base/Geometry/Polygon2d.cs
apache-2.0
1,594,307,331
using System; using System.Collections.Generic; using System.Linq; namespace Aardvark.Base { public static partial class Polygon2dExtensions { #region Conversions public static Polygon2d ToPolygon2dCCW(this Box2d self) => new Polygon2d(self.Min, new V2d(self.Max.X, self.Min.Y), se...
using System; using System.Collections.Generic; using System.Linq; namespace Aardvark.Base { public static partial class Polygon2dExtensions { #region Conversions public static Polygon2d ToPolygon2dCCW(this Box2d self) => new Polygon2d(self.Min, new V2d(self.Max.X, self.Min.Y), se...
5e27598eb1a4c985f6e141ca10689b24882df13c
Mark enums as deprecated in the spec
Mark enums as deprecated in the spec
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Core/OpenApiEnumVarNamesExtension.cs
agpl-3.0
1,594,306,750
using Microsoft.OpenApi; using Microsoft.OpenApi.Interfaces; using Microsoft.OpenApi.Models; using Microsoft.OpenApi.Writers; using System; namespace Tgstation.Server.Host.Core { /// <summary> /// Implements the "x-enum-varnames" OpenAPI 3.0 extension. /// </summary> sealed class OpenApiEnumVarNamesExtension : IO...
using Microsoft.OpenApi; using Microsoft.OpenApi.Interfaces; using Microsoft.OpenApi.Models; using Microsoft.OpenApi.Writers; using System; namespace Tgstation.Server.Host.Core { /// <summary> /// Implements the "x-enum-varnames" OpenAPI 3.0 extension. /// </summary> sealed class OpenApiEnumVarNamesExtension : IO...
c2e95f436b7a27f9cb899f4afd0b70ce0cf3764c
Changed parameters order.
Changed parameters order.
Invenietis/CK-CodeGen
CK.CodeGen.Roslyn/CodeGenerator.cs
mit
1,594,304,643
using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using System; using CK.Core; namespace CK.CodeGen { /// <summary> /// Encapsulates Roslyn compiler. /// </summary> public class CodeGenerator...
using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Emit; using System; using System.Text; using CK.CodeGen; using CK.Core; namespace CK.CodeGen { /// <summary> /// Encapsu...
f8b68fd62354f1cdcbcd0c744e286d873913889c
Fixed acyclic dependencies detection
Fixed acyclic dependencies detection
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/ResourceManagement/ResourceUtils.cs
apache-2.0
1,594,304,470
#nullable enable using DotVVM.Framework.Controls; using DotVVM.Framework.Hosting; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace DotVVM.Framework.ResourceManagement { public static class ResourceUtils { public static string AddTemplateResource(this Resour...
#nullable enable using DotVVM.Framework.Controls; using DotVVM.Framework.Hosting; using System; using System.Collections.Generic; using System.IO; namespace DotVVM.Framework.ResourceManagement { public static class ResourceUtils { public static string AddTemplateResource(this ResourceManager manager, ...
5da0b42f9bb20d31b4dbf734f96203114f0456f1
fix being able to open firelocks when welded shut
fix being able to open firelocks when welded shut
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Doors/FireLock.cs
agpl-3.0
1,594,303,989
using UnityEngine; using UnityEngine.Events; public class FireLock : InteractableDoor, ISetMultitoolSlave { private MetaDataNode metaNode; public FireAlarm fireAlarm; [SerializeField] private MultitoolConnectionType conType = MultitoolConnectionType.FireAlarm; public MultitoolConnectionType ConType => conType; ...
using UnityEngine; using UnityEngine.Events; public class FireLock : InteractableDoor, ISetMultitoolSlave { private MetaDataNode metaNode; public FireAlarm fireAlarm; [SerializeField] private MultitoolConnectionType conType = MultitoolConnectionType.FireAlarm; public MultitoolConnectionType ConType => conType; ...
69f5294f93df16a9cabe2d67b6ad7377032fe186
adding helper class to show a popup menu for right click
adding helper class to show a popup menu for right click
jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/PartPreviewWindow/PopupMenu.cs
bsd-2-clause
1,594,303,622
/* 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...
27d8005e94afe686bf19be1c008e92c3fc4c9459
Add to appropriate actions
Add to appropriate actions
LiquidThinking/Xenon
Xenon/BaseXenonTest.cs
mit
1,594,302,675
using System; using System.Linq; using System.Threading; namespace Xenon { public abstract class BaseXenonTest<T> where T : BaseXenonTest<T> { protected readonly XenonTestOptions _xenonTestOptions; protected IXenonBrowser _xenonBrowser; protected BaseXenonTest( IXenonBrowser browser, XenonTestOptions options...
using System; using System.Linq; using System.Threading; namespace Xenon { public abstract class BaseXenonTest<T> where T : BaseXenonTest<T> { protected readonly XenonTestOptions _xenonTestOptions; protected IXenonBrowser _xenonBrowser; protected BaseXenonTest( IXenonBrowser browser, XenonTestOptions options...
d004d42466261253f25f6162cac53e5d21cba771
Use instance options
Use instance options
LiquidThinking/Xenon
Xenon/BaseXenonTest.cs
mit
1,594,301,431
using System; using System.Linq; using System.Threading; namespace Xenon { public abstract class BaseXenonTest<T> where T : BaseXenonTest<T> { protected readonly XenonTestOptions _xenonTestOptions; protected IXenonBrowser _xenonBrowser; protected BaseXenonTest( IXenonBrowser browser, XenonTestOptions options...
using System; using System.Linq; using System.Threading; namespace Xenon { public abstract class BaseXenonTest<T> where T : BaseXenonTest<T> { protected readonly XenonTestOptions _xenonTestOptions; protected IXenonBrowser _xenonBrowser; protected BaseXenonTest( IXenonBrowser browser, XenonTestOptions options...
6d2a26cd79cfad6e9df8374372b0f205f333ef0c
Fixed unit test for config serialization to be independend on current DotVVM assembly version
Fixed unit test for config serialization to be independend on current DotVVM assembly version (cherry picked from commit 06933a8941df2115317d48bb0f634f4c106df99a)
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework.Tests.Common/Runtime/ConfigurationSerializationTests.cs
apache-2.0
1,594,300,483
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using CheckTestOutput; using DotVVM.Framework.Compilation; using DotVVM.Framework.Configuration; using DotVVM.Framework.Controls; using DotVVM.Framework.Hosting; using DotVVM.Framework.ResourceMa...
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using CheckTestOutput; using DotVVM.Framework.Compilation; using DotVVM.Framework.Configuration; using DotVVM.Framework.Controls; using DotVVM.Framework.Hosting; using DotVVM.Framework.ResourceManagement; using Microsoft.VisualStudio...
133f288330c46953741c72af8693140cb2cb88a7
Fix assert checking incorrect parent
Fix assert checking incorrect parent
EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-fram...
osu.Framework/Graphics/Pooling/DrawablePool.cs
mit
1,594,299,173
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
61d9344461e53747f17f64bf78e2944c08d2e910
Fix outdated comment
Fix outdated comment
ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framewor...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,594,299,166
// 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.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawable : Composi...
// 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.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawable : Composi...
2f31baaf44e700c15b3795ea1ff5931a31a3610d
QuickOrderPanel uses ISubscriptionProvider.
QuickOrderPanel uses ISubscriptionProvider.
StockSharp/StockSharp
Samples/Chart/SampleChart/MainWindow.xaml.cs
apache-2.0
1,594,298,409
namespace SampleChart { using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using MoreLinq; using Ecng.Backup; using Ecng.Back...
namespace SampleChart { using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using MoreLinq; using Ecng.Backup; using Ecng.Back...
765a4e39357fe689da8157db95b5214d1dbbef84
Throw if return to pool attempted while still in hierarchy
Throw if return to pool attempted while still in hierarchy
EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framew...
osu.Framework/Graphics/Pooling/DrawablePool.cs
mit
1,594,297,587
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
23324fb660be2ff702e127ea5b4171f04f2ac363
Fill in missing xmldoc
Fill in missing xmldoc
EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EV...
osu.Framework/Graphics/Pooling/DrawablePool.cs
mit
1,594,297,487
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; namespace osu.Framework.Graphics.Pooling { /...
d0af511056d0bd267a0d78a785d6c14567b14c74
Inline prepare method
Inline prepare method
ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framew...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,594,297,401
// 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.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawable : Composi...
// 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.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawable : Composi...
7615c2a8961c569d2f6014f5754aa901f3f9bcc4
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/HttpListenerResponse.cs
mit
1,594,297,324
#region License /* * HttpListenerResponse.cs * * This code is derived from HttpListenerResponse.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2020 sta.blockhead * * Permission is hereby granted, fr...
#region License /* * HttpListenerResponse.cs * * This code is derived from HttpListenerResponse.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2020 sta.blockhead * * Permission is hereby granted, fr...
1fcd611267222ab71cba125cef46d9385973c47d
Added xml comments
Added xml comments
AdamsLair/duality
Source/Core/Duality/Utility/SettingsContainer.cs
mit
1,594,293,183
using System; using Duality.Serialization; namespace Duality { /// <summary> /// A container class to abstract all serialization logic away from settings classes. /// </summary> /// <typeparam name="TSettings"></typeparam> public class SettingsContainer<TSettings> : ISettingsContainer where TSettings : class, ...
using System; using Duality.Serialization; namespace Duality { public class SettingsContainer<TSettings> : ISettingsContainer where TSettings : class, new() { public event EventHandler Changed; public TSettings Value { get; private set; } private readonly string path; public SettingsContainer(string path...
b32b509771309bde367f94a4afb6d37c4b9613c4
Remove games patcher, the relevant json is no longer present (#1598)
Remove games patcher, the relevant json is no longer present (#1598)
googleapis/google-api-dotnet-client,jskeet/google-api-dotnet-client,jskeet/google-api-dotnet-client,googleapis/google-api-dotnet-client
Src/Tools/DiscoveryDocPatcher/Program.cs
apache-2.0
1,594,292,923
/* Copyright 2016 Google Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
/* Copyright 2016 Google Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
5f199dc830aa3ba4d30820a18719e5b2fdc2d9b6
I believe the issue may be compounded by running on a Linux based build system - files are case sensitive, and I have found that in the code it's Test.txt, whereas it should be test.txt.
I believe the issue may be compounded by running on a Linux based build system - files are case sensitive, and I have found that in the code it's Test.txt, whereas it should be test.txt. I'm also using path to construct a path that uses the appropriate separators.
lukencode/FluentEmail
test/FluentEmail.Core.Tests/AttachmentTests.cs
mit
1,594,291,177
using System.IO; using System.Linq; using System.Reflection; using FluentEmail.Core.Models; using NUnit.Framework; namespace FluentEmail.Core.Tests { [TestFixture] public class AttachmentTests { private Assembly ThisAssembly() => this.GetType().GetTypeInfo().Assembly; const string toEmail ...
using System.IO; using System.Linq; using System.Reflection; using FluentEmail.Core.Models; using NUnit.Framework; namespace FluentEmail.Core.Tests { [TestFixture] public class AttachmentTests { private Assembly ThisAssembly() => this.GetType().GetTypeInfo().Assembly; const string toEmail ...
cd49f22c334873b5d9281410efa3350070a0d1e7
Fix compile
Fix compile
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/ShaderLab/Feature/Services/Formatting/ShaderLabReformatCode.cs
apache-2.0
1,594,291,073
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using JetBrains.Application; using JetBrains.Application.Progress; using JetBrains.Application.Threading; using JetBrains.DocumentModel; using JetBrains.ReSharper.Feature.Services.CodeCleanup; using JetBrains.ReSharper.Plugi...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using JetBrains.Application; using JetBrains.Application.Progress; using JetBrains.Application.Threading; using JetBrains.DocumentModel; using JetBrains.ReSharper.Feature.Services.CodeCleanup; using JetBrains.ReSharper.Plugi...
4894a6093b45e91a8cd910e2ae70f1b273acaa25
Reuse function
Reuse function
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Crypto/HashHelpers.cs
mit
1,594,290,968
using System; using System.Security.Cryptography; using System.Text; namespace WalletWasabi.Crypto { public static class HashHelpers { public static string GenerateSha256Hash(string input) => ByteHelpers.ToHex(GenerateSha256Hash(Encoding.UTF8.GetBytes(input))); public static byte[] GenerateSha256Hash(byte[] inp...
using System; using System.Security.Cryptography; using System.Text; namespace WalletWasabi.Crypto { public static class HashHelpers { public static string GenerateSha256Hash(string input) { using var sha256 = SHA256.Create(); var hash = sha256.ComputeHash(Encoding.UTF8.GetBytes(input)); return ByteHel...
749a46de20269640522f627df526bbf7d8aefb54
Fix dropping an item inside a locker placing it outside
Fix dropping an item inside a locker placing it outside
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/Components/GUI/ServerHandsComponent.cs
mit
1,594,290,918
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using Robust.Shared.Utility; using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components; using Content.Server.GameObjects.EntitySystems.Click; using Content....
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using Robust.Shared.Utility; using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components; using Content.Server.GameObjects.EntitySystems.Click; using Content....
fa89fbb842e1eb832260d47df303cf2e990b1b73
Fix - GetListaMezziInServizio non genera più errori quando le coordinate di uno o più mezzi sono assenti (null)
Fix - GetListaMezziInServizio non genera più errori quando le coordinate di uno o più mezzi sono assenti (null)
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.FakePersistance.ExternalAPI/GestioneMezzi/GetMezziUtilizzabili.cs
agpl-3.0
1,594,290,728
using Microsoft.Extensions.Configuration; using SO115App.API.Models.Classi.Condivise; using SO115App.Models.Classi.Condivise; using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using SO115App.Models....
using Microsoft.Extensions.Configuration; using SO115App.API.Models.Classi.Condivise; using SO115App.Models.Classi.Condivise; using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using SO115App.Models....
b53a7f21f8a78ab21ace5c7a5afb170210ddcea3
added contract item to the log contex on error
added contract item to the log contex on error
LykkeCity/EthereumApiDotNetCore,LykkeCity/EthereumApiDotNetCore,LykkeCity/EthereumApiDotNetCore
src/Lykke.Job.EthereumCore/Job/Erc20DepositMonitoringContracts.cs
mit
1,594,290,679
using System.Threading.Tasks; using Lykke.Service.EthereumCore.Core.Repositories; using Nethereum.Web3; using Lykke.Service.EthereumCore.Services; using Common.Log; using Lykke.Service.EthereumCore.Core.Settings; using System.Numerics; using System; using Common; using Lykke.JobTriggers.Triggers.Attributes; using Lykk...
using System.Threading.Tasks; using Lykke.Service.EthereumCore.Core.Repositories; using Nethereum.Web3; using Lykke.Service.EthereumCore.Services; using Common.Log; using Lykke.Service.EthereumCore.Core.Settings; using System.Numerics; using System; using Common; using Lykke.JobTriggers.Triggers.Attributes; using Lykk...
53a8b5e72209e161f08c97b0558c483d1f0b95ce
Add debugger string for Behaviour derived classes
Add debugger string for Behaviour derived classes
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
debugger/debugger-worker/src/Values/Render/ValuePresenters/ExternalDebuggerDisplayObjectPresenter.cs
apache-2.0
1,594,290,669
using System; using System.Collections.Generic; using System.Threading; using JetBrains.ReSharper.Plugins.Unity.Rider.Debugger.Values.ValueReferences; using JetBrains.Util; using MetadataLite.API; using Mono.Debugging.Autofac; using Mono.Debugging.Backend; using Mono.Debugging.Backend.Values.Render.ValuePresenters; usi...
using System; using System.Collections.Generic; using System.Threading; using JetBrains.Annotations; using JetBrains.ReSharper.Plugins.Unity.Rider.Debugger.Values.ValueReferences; using JetBrains.Util; using MetadataLite.API; using Mono.Debugging.Autofac; using Mono.Debugging.Backend; using Mono.Debugging.Backend.Value...
1577cb228b1b34b9765fad63c6b4264b1d8ce695
Remove unnecessary using
Remove unnecessary using
z4kn4fein/stashbox
src/Expressions/Compile/Emitters/Emitter.cs
mit
1,594,290,510
#if IL_EMIT using Stashbox.Expressions.Compile.Extensions; using Stashbox.Utils.Data; using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection.Emit; namespace Stashbox.Expressions.Compile.Emitters { internal static partial class Emitter { public static boo...
#if IL_EMIT using Stashbox.Expressions.Compile.Extensions; using Stashbox.Utils.Data; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection.Emit; namespace Stashbox.Expressions.Compile.Emitters { internal static partial class Emitter { ...
caa9274082039b2271107e22181edc30fb848e92
woops, opensans was hardcoded, bot wouldn't start
woops, opensans was hardcoded, bot wouldn't start
ShadowNoire/NadekoBot,ShadowNoire/NadekoBot
NadekoBot.Core/Services/Impl/FontProvider.cs
mit
1,594,290,072
using SixLabors.Fonts; using SixLabors.ImageSharp.PixelFormats; using System; using System.Collections.Generic; using System.IO; namespace NadekoBot.Core.Services.Impl { public class FontProvider : INService { private readonly FontCollection _fonts; public FontProvider() { ...
using SixLabors.Fonts; using SixLabors.ImageSharp.PixelFormats; using System; using System.Collections.Generic; using System.IO; namespace NadekoBot.Core.Services.Impl { public class FontProvider : INService { private readonly FontCollection _fonts; public FontProvider() { ...
7192e70f2f6e1ee8b8b5203b8768c89913d368db
fix(spanner): DeleteSampleData sample (#1114)
fix(spanner): DeleteSampleData sample (#1114) * fix DeleteSampleData sample
GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples
spanner/api/Spanner/Program.cs
apache-2.0
1,594,289,624
/* * Copyright (c) 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Copyright (c) 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6e09b8a6e92accab53e73a07a4067c3b1faa31bd
Fix PostAndTryAsyncReply not to return null (#6)
Fix PostAndTryAsyncReply not to return null (#6) * Fix PostAndTryAsyncReply not to return null * Remove unnecessary interpolated string Co-authored-by: Ilja Nosik <3f941c12259aa37c6e0acda2297d2659d2d92f90@outlook.com>
kthompson/Actress
src/Actress/MailboxProcessor.cs
apache-2.0
1,594,289,359
namespace Actress { using System; using System.Threading; using System.Threading.Tasks; public static class MailboxProcessor { public static MailboxProcessor<T> Start<T>(Func<MailboxProcessor<T>, Task> body, CancellationToken? cancellationToken = null) where T : class { ...
namespace Actress { using System; using System.Threading; using System.Threading.Tasks; public class MailboxProcessor { public static MailboxProcessor<T> Start<T>(Func<MailboxProcessor<T>, Task> body, CancellationToken? cancellationToken = null) where T : class { ...
45a69b54c1e8ca1b7a7371cc9672664f2d41a795
Rename key_id token cache key name to kid
Rename key_id token cache key name to kid
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
src/client/Microsoft.Identity.Client/Cache/StorageJsonKeys.cs
mit
1,594,289,342
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace Microsoft.Identity.Client.Cache { internal static class StorageJsonKeys { public const string HomeAccountId = "home_account_id"; public const string Environment = "environment"; pu...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace Microsoft.Identity.Client.Cache { internal static class StorageJsonKeys { public const string HomeAccountId = "home_account_id"; public const string Environment = "environment"; pu...
0bc54528018961421a0dc4611791bc9629199ee3
Add test coverage
Add test coverage
ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game.Tests/Visual/Multiplayer/TestSceneLoungeRoomsContainer.cs
mit
1,594,288,518
// 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.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Graphics; using osu.Game.Online.Multiplayer; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Graphics; using osu.Game.Online.Multiplayer; using ...
8cfbe6a9cbbeca0bdc69e7921b7decbdb3bc6ee8
Add Maybe<T>.ToList()
Add Maybe<T>.ToList()
vkhorikov/CSharpFunctionalExtensions
CSharpFunctionalExtensions/Maybe/MaybeExtensions.cs
mit
1,594,286,888
using System; using System.Collections.Generic; using System.Linq; namespace CSharpFunctionalExtensions { public static class MaybeExtensions { public static Result<T> ToResult<T>(this Maybe<T> maybe, string errorMessage) { if (maybe.HasNoValue) return Result.Failur...
using System; using System.Collections.Generic; using System.Linq; namespace CSharpFunctionalExtensions { public static class MaybeExtensions { public static Result<T> ToResult<T>(this Maybe<T> maybe, string errorMessage) { if (maybe.HasNoValue) return Result.Failur...
601101147eed5802151d7fd9c23aac3b040feec8
Allow keyboard selection of rooms at the multiplayer lounge
Allow keyboard selection of rooms at the multiplayer lounge
UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu
osu.Game/Screens/Multi/Lounge/Components/RoomsContainer.cs
mit
1,594,286,714
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
95096cbf5ea87d5f8c70a4b8d247abafd803037a
Use better screen load logic
Use better screen load logic
NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu
osu.Game.Tests/Visual/Multiplayer/TestSceneLoungeSubScreen.cs
mit
1,594,286,707
// 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.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Screens; using osu.Framework.Testing; using os...
// 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.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Screens; using osu.Framework.Testing; using os...
32893d6adbe7514c2c7fdd0d7f6676d6a6167b66
Fix wrong xml doc comment
Fix wrong xml doc comment
abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,ar...
src/Umbraco.Infrastructure/Scheduling/BackgroundTaskRunner.cs
mit
1,594,285,598
using System; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Dataflow; using Umbraco.Core; using Umbraco.Core.Events; using Umbraco.Core.Hosting; using Umbraco.Core.Logging; namespace Umbraco.Web.Scheduling { /// <summary> /// Manages a queue of tasks and runs them in the b...
using System; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Dataflow; using Umbraco.Core; using Umbraco.Core.Events; using Umbraco.Core.Hosting; using Umbraco.Core.Logging; namespace Umbraco.Web.Scheduling { /// <summary> /// Manages a queue of tasks and runs them in the b...
1f3d2b13d39222f4660c93941983a5d9fb37e931
Cleanup test by reusing MockedContentTypes
Cleanup test by reusing MockedContentTypes
robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Um...
src/Umbraco.Tests.Integration/Mapping/ContentTypeModelMappingTests.cs
mit
1,594,285,348
using System; using System.Linq; using Microsoft.Extensions.DependencyInjection; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Mapping; using Umbraco.Core.Models; using Umbraco.Core.PropertyEditors; using Umbraco.Core.Services; using Umbraco.Core.Strings; using Umbraco.Tests.Integration.Testing; using U...
using System; using System.Linq; using Microsoft.Extensions.DependencyInjection; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Mapping; using Umbraco.Core.Models; using Umbraco.Core.PropertyEditors; using Umbraco.Core.Services; using Umbraco.Core.Strings; using Umbraco.Tests.Integration.Testing; using U...
b8a2c41f5535d39349e12937e8cc5f36c779f11a
恢复 Operand.cs
恢复 Operand.cs
toolgood/ToolGood.Algorithm,toolgood/ToolGood.Algorithm
csharp/ToolGood.Algorithm2/Operand.cs
apache-2.0
1,594,285,129
using System; using System.Collections.Generic; using System.Globalization; using ToolGood.Algorithm.LitJson; namespace ToolGood.Algorithm { /// <summary> /// 操作数 /// </summary> public abstract class Operand : IDisposable { private static readonly CultureInfo cultureInfo = CultureInfo.GetC...
using System; using System.Collections.Generic; using System.Globalization; using ToolGood.Algorithm.LitJson; namespace ToolGood.Algorithm { /// <summary> /// 操作数 /// </summary> public abstract class Operand : IDisposable { private static readonly CultureInfo cultureInfo = CultureInfo.GetC...
379d33d72c4f6472d3be0c326f76813089f63dc6
Make MsSqlContainer a bit more configurable.
Make MsSqlContainer a bit more configurable.
damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore
src/SqlStreamStore.TestUtils/MySql/MySqlContainer.cs
mit
1,594,284,939
namespace SqlStreamStore.TestUtils.MySql { using System; using System.Threading; using System.Threading.Tasks; using Ductus.FluentDocker.Builders; using Ductus.FluentDocker.Services; using global::MySql.Data.MySqlClient; using Polly; using SqlStreamStore.Infrastructure; public class...
namespace SqlStreamStore.TestUtils.MySql { using System; using System.Threading; using System.Threading.Tasks; using Ductus.FluentDocker.Builders; using Ductus.FluentDocker.Services; using global::MySql.Data.MySqlClient; using Polly; using SqlStreamStore.Infrastructure; public class...
819c1ba7aece3788f4a2bbf5d75c287123e71633
Format fix
Format fix
robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Um...
src/Umbraco.Web.BackOffice/Filters/UserGroupValidateAttribute.cs
mit
1,594,284,716
using System; using System.Net; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Umbraco.Core; using Umbraco.Core.Mapping; using Umbraco.Core.Models.Membership; using Umbraco.Core.Services; using Umbraco.Web.Common.ActionResults; using Umbraco.Web.Common.Exceptions; using Umbraco.Web.Model...
using System; using System.Net; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Umbraco.Core; using Umbraco.Core.Mapping; using Umbraco.Core.Models.Membership; using Umbraco.Core.Services; using Umbraco.Web.Common.ActionResults; using Umbraco.Web.Common.Exceptions; using Umbraco.Web.Model...
ae9727b13bfd0ce54533c39b65499180962d889d
Add support for the Locale and VatRegulation properties in the OrganizationResponse class
Add support for the Locale and VatRegulation properties in the OrganizationResponse class
Viincenttt/MollieApi
Mollie.Api/Models/Organization/OrganizationResponse.cs
mit
1,594,284,441
using Newtonsoft.Json; namespace Mollie.Api.Models.Organization { public class OrganizationResponse : IResponseObject { /// <summary> /// Indicates the response contains a organization object. /// </summary> public string Resource { get; set; } /// <summary> /// ...
using Newtonsoft.Json; namespace Mollie.Api.Models.Organization { public class OrganizationResponse : IResponseObject { /// <summary> /// Indicates the response contains a organization object. /// </summary> public string Resource { get; set; } /// <summary> /// ...
80f6f87e0169b678ab22ff6ac16e4609820cd5f9
Scroll selected room into view on selection
Scroll selected room into view on selection
peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game/Screens/Multi/Lounge/LoungeSubScreen.cs
mit
1,594,284,329
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framew...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Input.Events; u...
69062a3ed1100844be3c69cca4091475465700c7
Remove unused search container in lounge
Remove unused search container in lounge
smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu
osu.Game/Screens/Multi/Lounge/LoungeSubScreen.cs
mit
1,594,284,206
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Input.Events; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Input.Events; u...
7d37e56bc874716fe9c35830268004b02d27a72c
[DebugSolutionGenerator] Remove the convoluted code to detect if we should use the local sharpmake DLL, since from the core's perspective, it should always be the case Make the method virtual so it can be overriden by custom debug project generators
[DebugSolutionGenerator] Remove the convoluted code to detect if we should use the local sharpmake DLL, since from the core's perspective, it should always be the case Make the method virtual so it can be overriden by custom debug project generators
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/DebugProjectGenerator.cs
apache-2.0
1,594,283,577
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
606db8462c4f6df79fb902083849f85549a57ca8
修改 无效的错误信息
修改 无效的错误信息
toolgood/ToolGood.Algorithm,toolgood/ToolGood.Algorithm
csharp/ToolGood.Algorithm2/Internals/MathVisitor.cs
apache-2.0
1,594,281,621
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using Antlr4.Runtime.Tree; using ToolGood.Algorithm.Internals; using ToolGood.Algorithm.LitJson; using ToolGood.Algorithm.MathNet.Numerics; namespac...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using Antlr4.Runtime.Tree; using ToolGood.Algorithm.Internals; using ToolGood.Algorithm.LitJson; using ToolGood.Algorithm.MathNet.Numerics; namespac...
0bba6bc8fe5937204861c91247bd624a49836015
- improved short circuit behaviour
- improved short circuit behaviour
KirillOsenkov/SourceBrowser,KirillOsenkov/SourceBrowser,KirillOsenkov/SourceBrowser
src/HtmlGenerator/Pass1-Generation/SolutionGenerator.cs
apache-2.0
1,594,280,999
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Xml; using System.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.MSBuild; using Microsoft.SourceBrowser.Commo...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Xml; using System.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.MSBuild; using Microsoft.SourceBrowser.Commo...
906d5e3db001e37bd173733e2bba81e9632e8d6b
Update reference assemblies
Update reference assemblies
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Middleware/Localization/ref/Microsoft.AspNetCore.Localization.netcoreapp.cs
apache-2.0
1,594,279,964
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.AspNetCore.Builder { public static partial class ApplicationBuilderExtensions { public static Microsoft.AspNetCore.B...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.AspNetCore.Builder { public static partial class ApplicationBuilderExtensions { public static Microsoft.AspNetCore.B...
d16d426efdb370cea38b594487956744f89d79e6
Remove Obsolete constructor in RequestLocalizationMiddleware
Remove Obsolete constructor in RequestLocalizationMiddleware
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Middleware/Localization/src/RequestLocalizationMiddleware.cs
apache-2.0
1,594,279,889
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore....
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore....
ffb53109bcc719c69b314b02e53bc3917757437c
8192 with integration test (#8403)
8192 with integration test (#8403)
tcmorris/Umbraco-CMS,abryukhov/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,abryukhov/Umbraco-CMS,leekelleher/Umbraco-CMS,leekelleher/Umbraco-CMS,bjarnef/Umbraco-CMS,hfloyd/Umbraco-CMS,hfloyd/Umbraco-CMS,hfloyd/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,bjarnef/Umbraco-CMS,tcmorris/Umbraco-CMS,leek...
src/Umbraco.Tests/Services/UserServiceTests.cs
mit
1,594,278,785
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Exceptions; using Umbraco.Core.Models; using Umbraco.Core.Models.Membership; using Umbraco.Core.Persistence.Dat...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Membership; using Umbraco.Core.Persistence.DatabaseModelDefinitions; usin...
4b780a886d9f785dcb6c38c5a188dee8d09bc5f1
Move upstream a quick fix for BCH rpcclient
Move upstream a quick fix for BCH rpcclient
MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin
NBitcoin/RPC/RPCClient.cs
mit
1,594,278,269
#if !NOJSONNET using NBitcoin.Crypto; using NBitcoin.DataEncoders; using NBitcoin.Protocol; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Ne...
#if !NOJSONNET using NBitcoin.Crypto; using NBitcoin.DataEncoders; using NBitcoin.Protocol; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Ne...
9b438d1c9bc0c92a5025fc8e14cf72e9286970f4
Added further test checks in Luis test
Added further test checks in Luis test
glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi
Tests/Glav.CognitiveServices.IntegrationTests/Luis/LuisTests.cs
mit
1,594,277,622
using Glav.CognitiveServices.FluentApi.Core; using Glav.CognitiveServices.FluentApi.Luis; using Glav.CognitiveServices.IntegrationTests.Helpers; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using Xunit; namespace Glav.CognitiveServices.IntegrationTests.Luis...
using Glav.CognitiveServices.FluentApi.Core; using Glav.CognitiveServices.FluentApi.Luis; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using Xunit; namespace Glav.CognitiveServices.IntegrationTests.Luis { public class LuisTests { [F...
95a3cfcd35df9901f558b2977726b61cd4e398aa
Remove potentially sensitive custom settings from dashboard reports
Remove potentially sensitive custom settings from dashboard reports
webprofusion/Certify
src/Certify.Core/Management/CertifyManager/CertifyManager.ManagedCertificates.cs
mit
1,594,275,857
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Certify.Config; using Certify.Core.Management.DeploymentTasks; using Certify.Models; using Certify.Models.Config; using Certify.Models.Providers; using Certify.Providers.DeploymentTasks; na...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Certify.Config; using Certify.Core.Management.DeploymentTasks; using Certify.Models; using Certify.Models.Config; using Certify.Models.Providers; using Certify.Providers.DeploymentTasks; na...
fb5e499f021ea67e1e4ec5521259b7d0fe441c0b
Fix hard regression on conflict resolution
Fix hard regression on conflict resolution I ... have no clue how this got removed
EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smo...
osu.Framework/Graphics/UserInterface/TextBox.cs
mit
1,594,275,471
// 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.Diagnostics; using System.Linq; using System.Text; using osu.Framework.Caching; using osu.Framework.Graphics...
// 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.Diagnostics; using System.Linq; using System.Text; using osu.Framework.Caching; using osu.Framework.Graphics...
1ea076b1190ac35e6471e1e269440cf67f45f1f1
add Cell2d constructor overloads to call from F# without casts
add Cell2d constructor overloads to call from F# without casts
vrvis/aardvark,vrvis/aardvark
src/Aardvark.Base/Math/RangesBoxes/Cell2d.cs
apache-2.0
1,594,275,058
using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization; namespace Aardvark.Base { /// <summary> /// A 2^Exponent sized square positioned at (X,Y) * 2^Exponent. /// </summary> [DataContract] public struct Cell2d : IEquatable<Cell2d> { /// <su...
using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization; namespace Aardvark.Base { /// <summary> /// A 2^Exponent sized square positioned at (X,Y) * 2^Exponent. /// </summary> [DataContract] public struct Cell2d : IEquatable<Cell2d> { /// <su...
129ad03667eeeb75d23efe9d516617c6996186bd
FastAccess improvements: handle edge cases, add StructSetterHandler
FastAccess improvements: handle edge cases, add StructSetterHandler
pardeike/Harmony
Harmony/Extras/FastAccess.cs
mit
1,594,275,048
using MonoMod.Utils; using System; using System.Reflection; using System.Reflection.Emit; namespace HarmonyLib { // Based on https://www.codeproject.com/Articles/14973/Dynamic-Code-Generation-vs-Reflection /// <summary>A getter delegate that gets a property/field value</summary> /// <typeparam name="T"> /// Type ...
using MonoMod.Utils; using System; using System.Reflection; using System.Reflection.Emit; namespace HarmonyLib { // Based on https://www.codeproject.com/Articles/14973/Dynamic-Code-Generation-vs-Reflection /// <summary>A getter delegate type</summary> /// <typeparam name="T">Type that getter gets field/property va...
3a5784c4102a221440686bc30badcefb4eb3a2d9
Ensure directories are deleted before migration tests run
Ensure directories are deleted before migration tests run
UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu
osu.Game.Tests/NonVisual/CustomDataDirectoryTest.cs
mit
1,594,274,895
// 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 System.Threading.Tasks; using NUnit.Framework; using osu.Framework; using osu.Framework.Al...
// 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 System.Threading.Tasks; using NUnit.Framework; using osu.Framework; using osu.Framework.Al...