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
4a4a5ec4d94fe1c619293cd0b03c8d827d3579c8
To arrayx from array
To arrayx from array
alvivar/Hasten
Gigas/Arrayx.cs
mit
1,591,249,505
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; using System.Collections.Generic; public class Arrayx<T> { public T[] Elements = ne...
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; using System.Collections.Generic; public class Arrayx<T> { public T[] Elements = ne...
f5c958bc1bed0f2b3ffce3f2a4cfce6e34edab47
Better order
Better order
alvivar/Hasten
Gigas/Femto.cs
mit
1,591,249,466
#if UNITY_EDITOR using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; // Femto is a Unity code generator that creates the entities database: // EntitySet. // Just write '// !Gigas' on any class that you consider an Entity, and all the // requ...
#if UNITY_EDITOR using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; // Femto is a Unity code generator that creates the entities database: // EntitySet. // Just write '// !Gigas' on any class that you consider an Entity, and all the // requ...
b732e79afd83c1e3be050c3288cc9ab4cb49ef37
fix open data
fix open data
wotakuro/UnityProfilerIntervalSave
Editor/ProfilerIntervalSave.cs
mit
1,591,249,302
using System.Collections; using System.Collections.Generic; using System; using System.Text; using UnityEngine; using UnityEditor; using UnityEditorInternal; #if UNITY_5_6_OR_NEWER using UnityEngine.Profiling; public class ProfilerIntervalSave : EditorWindow { private const string DefaultSaveDir = "ProfilerInte...
using System.Collections; using System.Collections.Generic; using System; using System.Text; using UnityEngine; using UnityEditor; using UnityEditorInternal; #if UNITY_5_6_OR_NEWER using UnityEngine.Profiling; public class ProfilerIntervalSave : EditorWindow { private const string DefaultSaveDir = "ProfilerInte...
18c3f0319b563c52b058736a5f0b4d11531d562c
added description format for showing if package is from WGmods
added description format for showing if package is from WGmods
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Database/SelectablePackage.cs
apache-2.0
1,591,249,118
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
7fd408eff5a582c3b94ad0fcb79c29a8de56acfd
fixed wrong translation tag
fixed wrong translation tag
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,591,249,101
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
f14c8e5d41f8b21cbb59c7de632e893a52a4feba
added translation entry: fromWgmodsInDescription
added translation entry: fromWgmodsInDescription
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Common/Translations.cs
apache-2.0
1,591,248,674
using RelhaxModpack.UI; using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace...
using RelhaxModpack.UI; using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace...
60e2977c3b8e1df9c2bef0fd319d0be92c46497c
Updated default.aspx.cs
Updated default.aspx.cs The imageurl for qrcode contains a duplicate of "data:image". It is already created as part of "GenerateSetupCode"
BrandonPotter/GoogleAuthenticator
Google.Authenticator.WebSample/Default.aspx.cs
apache-2.0
1,591,246,438
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Google.Authenticator.WebSample { public partial class Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Google.Authenticator.WebSample { public partial class Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) ...
5f8fdac9344a05393b5ff90f5970daa2c0c585ae
Update NtpRequest.cs
Update NtpRequest.cs Fixed duplication in summary.
RevenantX/LiteNetLib
LiteNetLib/Utils/NtpRequest.cs
mit
1,591,245,717
using System; using System.Net; using System.Net.Sockets; namespace LiteNetLib.Utils { /// <summary> /// Make NTP request. /// <para> /// 1. Create the object by <see cref="Create(IPEndPoint,Action&lt;NtpPacket&gt;)"/> method. /// </para> /// <para> /// 2. Use <see cref="Send"/> method to...
using System; using System.Net; using System.Net.Sockets; namespace LiteNetLib.Utils { /// <summary> /// Make NTP request. /// <para> /// 1. Create the object by <see cref="Create(IPEndPoint,Action&lt;NtpPacket&gt;)"/> method. /// </para> /// <para> /// 2. Use <see cref="Send"/> method to...
7141bed78d2d5e9004a10a7cf92cd0b1f0cdf049
Remove redundant directive from FooterButton
Remove redundant directive from FooterButton
peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Screens/Select/FooterButton.cs
mit
1,591,245,616
// 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 osuTK; using osuTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Fr...
// 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 osuTK; using osuTK.Graphics; using osuTK.Input; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.S...
dbfb69b16c62df741ba71f5abf7ea2a9b9d1e592
Fixes for 1438, 2371 and 2677
Fixes for 1438, 2371 and 2677
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Extensions/PageExtensions.cs
mit
1,591,245,593
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Text.RegularExpressions; using System.Xml; using Microsoft.SharePoint.Client.Publishing; using Microsoft.SharePoint.Client.WebParts; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Entities; using System.Linq; using Of...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Text.RegularExpressions; using System.Xml; using Microsoft.SharePoint.Client.Publishing; using Microsoft.SharePoint.Client.WebParts; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Entities; using System.Linq; using Of...
cb967347209a26561814171713c447a965b910ca
Fixes for Issue 2371, 1438 & 2677
Fixes for Issue 2371, 1438 & 2677
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Extensions/ClientContextExtensions.cs
mit
1,591,245,458
using System; using System.Diagnostics; using System.Linq; using System.Net; using System.Reflection; using System.Threading; using System.Web; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using System.Configuration; using System.Threading.Tasks; using System.Net.Http...
using System; using System.Diagnostics; using System.Linq; using System.Net; using System.Reflection; using System.Threading; using System.Web; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using System.Configuration; using System.Threading.Tasks; using System.Net.Http...
eb242085c689249663a938e171c5473b33139b18
Remove redundant interface from FooterButtonMods
Remove redundant interface from FooterButtonMods
peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new
osu.Game/Screens/Select/FooterButtonMods.cs
mit
1,591,244,672
// 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.Bindables; using osu.Framework.Graphics; using osu.Game.Screens.Play.HUD; using osu.Game.Rulesets.Mods; using System.Collections.Generic; using Syste...
// 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.Bindables; using osu.Framework.Graphics; using osu.Game.Screens.Play.HUD; using osu.Game.Rulesets.Mods; using System.Collections.Generic; using Syste...
7c2802b126eed767abe369cba0cd38b0b5a0f0c7
added wgmods property display and UI interaction to editor
added wgmods property display and UI interaction to editor
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/DatabaseEditor.xaml.cs
apache-2.0
1,591,244,446
using Microsoft.Win32; using RelhaxModpack.Database; using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Xml; using Path ...
using Microsoft.Win32; using RelhaxModpack.Database; using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Xml; using Path ...
df5a01842424113c88efd062069f8af397062b85
added it to serialization
added it to serialization
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Database/SelectablePackage.cs
apache-2.0
1,591,244,293
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
59cb8a2bf661bedbd48f2882c50f37ccfee224c0
added property definition for if a package is from WGmods
added property definition for if a package is from WGmods
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Database/SelectablePackage.cs
apache-2.0
1,591,244,241
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
aeb736e9d2a78d7b913a6acfc35c2494fa0e2acd
Fix CodeFactor code style issues
Fix CodeFactor code style issues
smoogipooo/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu
osu.Game/Screens/Select/FooterButton.cs
mit
1,591,244,030
// 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 osuTK; using osuTK.Graphics; using osuTK.Input; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.S...
// 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 osuTK; using osuTK.Graphics; using osuTK.Input; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.S...
aa08847bc9fb73b9f1c77dcb711726ef5abfe5e9
Set FooterButtonRandom actions properly when creating the button
Set FooterButtonRandom actions properly when creating the button
peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu
osu.Game/Screens/Select/SongSelect.cs
mit
1,591,243,696
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
568503ef991981f190e17f86d742d80082441560
Update FooterButtonRandom to comply with the changes in FooterButton FooterButtonRandom now has 2 Action variables, one for both primary and secondary
Update FooterButtonRandom to comply with the changes in FooterButton FooterButtonRandom now has 2 Action variables, one for both primary and secondary
NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu
osu.Game/Screens/Select/FooterButtonRandom.cs
mit
1,591,243,670
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Sprites; 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 osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Sprites; using osu.Framework....
7a210cae3f6514c867b5d4015e2c75ad82db01fc
set distro back to alpha for dev
set distro back to alpha for dev
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Settings/Settings.cs
apache-2.0
1,591,243,653
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; using System.Xml; using System.ComponentModel; namespace RelhaxModpack { /// <summary> /// Handles all generic constants and statics used throughout the...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Reflection; using System.Xml; using System.ComponentModel; namespace RelhaxModpack { /// <summary> /// Handles all generic constants and statics used throughout the...
65e7257b50358e885d1f1bd26b8c6773d299522a
UI: only used saved position if not off-screen
UI: only used saved position if not off-screen
webprofusion/Certify
src/Certify.UI/MainWindow.xaml.cs
mit
1,591,243,161
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using Certify.Locales; using Certify.UI.Settings; using Microsoft.ApplicationInsights; namespace Certify.UI { /// <summary> /// Intera...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using Certify.Locales; using Certify.UI.Settings; using Microsoft.ApplicationInsights; namespace Certify.UI { /// <summary> /// Intera...
36deff7f7e5b4cf1d0ac8ed9682676fa7822b1b0
#98 Always bind before setting content
#98 Always bind before setting content
serenabenny/Caliburn.Micro,serenabenny/Caliburn.Micro,Caliburn-Micro/Caliburn.Micro,Caliburn-Micro/Caliburn.Micro
src/Caliburn.Micro.Platform/View.cs
mit
1,591,241,472
namespace Caliburn.Micro { using System; using System.Linq; #if WINDOWS_UWP using System.Reflection; using Windows.ApplicationModel; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Media; #elif XFORMS using System.Reflection...
namespace Caliburn.Micro { using System; using System.Linq; #if WINDOWS_UWP using System.Reflection; using Windows.ApplicationModel; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Media; #elif XFORMS using System.Reflection...
05e4499bc11890090477cbe8d027996399a9c60a
Update FooterButtonOptions to comply with the changes in FooterButton
Update FooterButtonOptions to comply with the changes in FooterButton
ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu
osu.Game/Screens/Select/FooterButtonOptions.cs
mit
1,591,241,118
// 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.Extensions.Color4Extensions; using osu.Game.Graphics; using osu.Game.Input.Bindings; namespace osu.Game.Screens.Selec...
// 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.Extensions.Color4Extensions; using osu.Game.Graphics; using osuTK.Input; namespace osu.Game.Screens.Select { publ...
18db31b50435802cac5b2c0437c293c611999575
Update FooterButtonMods to comply with the changes in FooterButton
Update FooterButtonMods to comply with the changes in FooterButton
UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu
osu.Game/Screens/Select/FooterButtonMods.cs
mit
1,591,241,105
// 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.Bindables; using osu.Framework.Graphics; using osu.Game.Screens.Play.HUD; using osu.Game.Rulesets.Mods; using System.Collections.Generic; using Syste...
// 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.Bindables; using osu.Framework.Graphics; using osu.Game.Screens.Play.HUD; using osu.Game.Rulesets.Mods; using System.Collections.Generic; using Syste...
8be87e80c0bafb67cc01f794df898937e088c640
fix:review changes
fix:review changes
GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples
pubsub/api/Pubsub.Samples/QuickStart.cs
apache-2.0
1,591,241,051
// Copyright 2020 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...
// Copyright 2020 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...
782fddb6f1e722d0814c60d7caf1681e76581e9e
Modify FooterButton to implement IKeyBindingHandler for responding to hotkeys
Modify FooterButton to implement IKeyBindingHandler for responding to hotkeys
UselessToucan/osu,peppy/osu,peppy/osu-new,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Screens/Select/FooterButton.cs
mit
1,591,240,873
// 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 osuTK; using osuTK.Graphics; using osuTK.Input; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.S...
// 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 osuTK; using osuTK.Graphics; using osuTK.Input; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.S...
c1961be62e84a55fe3cdbf5b4ecc21e9fbbdffc9
Bump version v1.1.6
Bump version v1.1.6
karronoli/tiny-sato
TinySato/Properties/AssemblyInfo.cs
apache-2.0
1,591,240,261
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to SATO printer. The...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("TinySato")] [assembly: AssemblyDescription("You can construct and send SBPL packet to SATO printer. The...
23ffa8e6159270351c6056d0c9bbe16e0b78c822
Fixed possible crash in state code generator.
Fixed possible crash in state code generator.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/Glue/Glue/CodeGeneration/StateCodeGenerator.cs
mit
1,591,237,213
using System.Collections.Generic; using System.Text; using FlatRedBall.Glue.CodeGeneration.CodeBuilder; using FlatRedBall.Glue.SaveClasses; using FlatRedBall.Glue.Parsing; using FlatRedBall.IO; using FlatRedBall.Content.Instructions; using FlatRedBall.Glue.Controls; using FlatRedBall.Instructions; using FlatRedBall.Gl...
using System.Collections.Generic; using System.Text; using FlatRedBall.Glue.CodeGeneration.CodeBuilder; using FlatRedBall.Glue.SaveClasses; using FlatRedBall.Glue.Parsing; using FlatRedBall.IO; using FlatRedBall.Content.Instructions; using FlatRedBall.Glue.Controls; using FlatRedBall.Instructions; using FlatRedBall.Gl...
05cfa90177c1317b68eb10afe80031d64ab53a8c
Adding test to verify query string parameters are in the request
Adding test to verify query string parameters are in the request
recurly/recurly-client-net,recurly/recurly-client-net
Recurly.Tests/BaseClientTest.cs
mit
1,591,230,199
using System; using System.Collections.Generic; using Moq; using RestSharp; using Xunit; namespace Recurly.Tests { public class BaseClientTest { public BaseClientTest() { } [Fact] public void CantInitializeWithoutApiKey() { Assert.Throws<ArgumentException>(() => new...
using System; using System.Collections.Generic; using Moq; using RestSharp; using Xunit; namespace Recurly.Tests { public class BaseClientTest { public BaseClientTest() { } [Fact] public void CantInitializeWithoutApiKey() { Assert.Throws<ArgumentException>(() => new...
e779313c6b1490c8ec5a85b67162ac040e923189
Applying query params to url before creating the request
Applying query params to url before creating the request
recurly/recurly-client-net,recurly/recurly-client-net
Recurly/BaseClient.cs
mit
1,591,229,419
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using RestSharp; using RestSharp.Authenticators; [assembly: InternalsVisibleT...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using RestSharp; using RestSharp.Authenticators; [assembly: InternalsVisibleT...
4e3098a6735212580a9c14f47cafe25b73e901c8
Prevent localization related static analysis check in the Xaml build utility.
Prevent localization related static analysis check in the Xaml build utility.
huguesv/PTVS,zooba/PTVS,zooba/PTVS,huguesv/PTVS,zooba/PTVS,zooba/PTVS,int19h/PTVS,int19h/PTVS,huguesv/PTVS,zooba/PTVS,int19h/PTVS,int19h/PTVS,zooba/PTVS,huguesv/PTVS,huguesv/PTVS,huguesv/PTVS,int19h/PTVS,int19h/PTVS
Common/Tools/BuildTasks/ExtractLambdasFromXaml.cs
apache-2.0
1,591,228,420
// Visual Studio Shared Project // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 // ...
// Visual Studio Shared Project // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 // ...
3262f316cf2a5247d8ae54423bf873a5f344544c
Add support for `TransferGroup` on Checkout `Session`
Add support for `TransferGroup` on Checkout `Session`
stripe/stripe-dotnet
src/Stripe.net/Services/Checkout/Sessions/SessionPaymentIntentDataOptions.cs
apache-2.0
1,591,224,667
namespace Stripe.Checkout { using System.Collections.Generic; using Newtonsoft.Json; public class SessionPaymentIntentDataOptions : INestedOptions, IHasMetadata { /// <summary> /// The amount of the application fee (if any) that will be applied to the payment and /// transferred...
namespace Stripe.Checkout { using System.Collections.Generic; using Newtonsoft.Json; public class SessionPaymentIntentDataOptions : INestedOptions, IHasMetadata { /// <summary> /// The amount of the application fee (if any) that will be applied to the payment and /// transferred...
09925e48faafd9dbeb0a08488a5143e6238958df
CON-1144-Show proper message in Access Denied Page.
CON-1144-Show proper message in Access Denied Page.
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts.Web/Helpers/HtmlHelperExtensions.cs
mit
1,591,223,791
using NLog; using System.Web.Mvc; using SFA.DAS.Authorization.Results; using SFA.DAS.Authorization.Services; using System.Security.Claims; using System.Linq; using MediatR; using SFA.DAS.EmployerAccounts.Web.Authorization; using SFA.DAS.EmployerAccounts.Web.Extensions; using System.Threading.Tasks; using SFA.DAS.Emplo...
using NLog; using System.Web.Mvc; using SFA.DAS.Authorization.Results; using SFA.DAS.Authorization.Services; using System.Security.Claims; using System.Linq; using MediatR; using SFA.DAS.EmployerAccounts.Web.Authorization; using SFA.DAS.EmployerAccounts.Web.Extensions; using System.Threading.Tasks; using SFA.DAS.Emplo...
9642bf046cb221545f6c6fbac504a5453fa660b9
restore `use-locks` default to false. Remember: boolean options don't take a true or false argument, if key is present its true, if it missing false
restore `use-locks` default to false. Remember: boolean options don't take a true or false argument, if key is present its true, if it missing false
yar229/WebDavMailRuCloud
WDMRC.Console/CommandLineOptions.cs
mit
1,591,222,655
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using CommandLine; using YaR.Clouds.Base; namespace YaR.Clouds.Console { // ReSharper disable once ClassNeverInstantiated.Global [SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global")] class CommandLineOptio...
using System; using System.Collections.Generic; using CommandLine; using YaR.Clouds.Base; namespace YaR.Clouds.Console { // ReSharper disable once ClassNeverInstantiated.Global class CommandLineOptions { [Option('p', "port", Separator = ',', Required = false, Default = new[]{801}, HelpText = "WebD...
5fa90f0bcd0a52590b8cbda503979ba5d08b745e
DurableTask.AzureStorage: Fix an int overflow bug in the abandon path (#404)
DurableTask.AzureStorage: Fix an int overflow bug in the abandon path (#404)
Azure/durabletask,Azure/durabletask
src/DurableTask.AzureStorage/Messaging/TaskHubQueue.cs
apache-2.0
1,591,222,072
// ---------------------------------------------------------------------------------- // Copyright Microsoft Corporation // 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....
// ---------------------------------------------------------------------------------- // Copyright Microsoft Corporation // 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....
db46658209017932b84854b6f9c46fbe65a2e9af
Add support for Visual Studio 2019 16.7 Preview 2
Add support for Visual Studio 2019 16.7 Preview 2
tunnelvisionlabs/InheritanceMargin
Tvl.VisualStudio.InheritanceMargin.CSharp/CSharpInheritanceAnalyzer.cs
mit
1,591,221,568
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
c72592c52ce200cd1500d261f349d72caa99dd41
Remove bindable-disabling logic and don't tie immediately to CreateRuleset()
Remove bindable-disabling logic and don't tie immediately to CreateRuleset()
peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game/Tests/Visual/OsuTestScene.cs
mit
1,591,220,668
// 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.IO; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using osu.Framework; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using osu.Framework; using ...
bbad70c3f0101fed3121bb894f28b3d6884a1322
Fix mod perfect test scenes failing due to null ruleset provided
Fix mod perfect test scenes failing due to null ruleset provided Just a workaround for now, a better fix may be to put the test data creation in an action that is guaranteed to be invoked after the test scene has fully loaded (all dependencies would've been resolved by then).
peppy/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu
osu.Game/Tests/Visual/ModPerfectTestScene.cs
mit
1,591,220,591
// 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.Game.Beatmaps; using osu.Game.Rulesets; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Objects; namespace osu.Game.Tests.Visual { public abstract cl...
// 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.Game.Beatmaps; using osu.Game.Rulesets; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Objects; namespace osu.Game.Tests.Visual { public abstract cl...
33d1120da5ce84e94640729f24fc4966a25a1da5
OpenKh.Command.MsgTool → ImgTool
OpenKh.Command.MsgTool → ImgTool
Xeeynamo/KingdomHearts
OpenKh.Command.ImgTool/Program.cs
mit
1,591,220,581
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Tex...
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Tex...
384f50f79b11b621b3c9707e0aaae5974edba5c2
ImgTool output default set to current directory.
ImgTool output default set to current directory.
Xeeynamo/KingdomHearts
OpenKh.Command.ImgTool/Program.cs
mit
1,591,220,581
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Tex...
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Tex...
0c3aada6cf7fedf1a0f3eb706904868f3deddc83
Support appending.
Support appending.
Xeeynamo/KingdomHearts
OpenKh.Command.ImgTool/Program.cs
mit
1,591,220,580
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Tex...
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Tex...
59e7673f2598394a15807c9f2429b2e725d9e657
Support 32bpp (not sure)
Support 32bpp (not sure)
Xeeynamo/KingdomHearts
OpenKh.Command.ImgTool/Utils/ImgdBitmapUtil.cs
mit
1,591,220,580
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using OpenKh.Common; using OpenKh.Imaging; using OpenKh.Kh2; namespace OpenK...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using OpenKh.Common; using OpenKh.Imaging; using OpenKh.Kh2; namespace OpenK...
ef5953cc1172d490efb955d22316abe9f62a453b
Packimz support.
Packimz support.
Xeeynamo/KingdomHearts
OpenKh.Command.ImgTool/Program.cs
mit
1,591,220,579
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Reflection; using System.Tex...
using McMaster.Extensions.CommandLineUtils; using OpenKh.Command.ImgTool.Utils; using OpenKh.Common; using OpenKh.Kh2; using System; using System.ComponentModel.DataAnnotations; using System.Drawing; using System.IO; using System.Linq; using System.Reflection; using System.Text; namespace OpenKh.Command.I...
ea8342c5cd2d27ddfa5b6addfb5722ce08765b70
Fix wrong formula.
Fix wrong formula.
Xeeynamo/KingdomHearts
OpenKh.Command.ImgTool/Utils/ImgdBitmapUtil.cs
mit
1,591,220,579
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Runtime.InteropServices; using System.Text; using OpenKh.Imaging; using OpenKh.Kh2; namespace OpenKh.Command.ImgTool.Utils { class Im...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Runtime.InteropServices; using System.Text; using OpenKh.Imaging; using OpenKh.Kh2; namespace OpenKh.Command.ImgTool.Utils { class Im...
136e10086acef397193487e11597623f2867f05b
Set the ruleset bindable value at the BDL for its subclasses usages
Set the ruleset bindable value at the BDL for its subclasses usages There are test scenes using current value of ruleset bindable on their BDL (example in TestSceneSliderSnaking's BDL)
peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game/Tests/Visual/PlayerTestScene.cs
mit
1,591,220,226
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Te...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Te...
6bb2b57517d2cb41cff93ac75db336f1e5df5dc5
Fix support for derived interfaces in 16.6
Fix support for derived interfaces in 16.6
tunnelvisionlabs/InheritanceMargin
Tvl.VisualStudio.InheritanceMargin.CSharp/CSharpInheritanceAnalyzer.cs
mit
1,591,219,382
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
1ca86dd93bf896d25f26ae54ce8d1ad1d3369935
Fix support for derived interfaces prior to 16.6
Fix support for derived interfaces prior to 16.6
tunnelvisionlabs/InheritanceMargin
Tvl.VisualStudio.InheritanceMargin.CSharp/CSharpInheritanceAnalyzer.cs
mit
1,591,219,382
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Tvl.VisualStudio.InheritanceMargin.CSharp { using System; using System.Collections.Generic; using System.Collections.Immutable; ...
b90dea4a815e1adb6782779838bb087ab9944a23
Fix page calculation.
Fix page calculation.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Verification/Verification.cs
mit
1,591,218,658
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
38be49b2cc0260a37cff495841f3e312b493b34a
Change required permissions for verification commands.
Change required permissions for verification commands.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Verification/Verification.cs
mit
1,591,218,586
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Net; using Discord.WebSocket; using GommeHDnetForumAPI.Models.Entities; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Forum.Services; using Mitternacht.Modul...
24bba83ee8498328c634071a06aacbb79f7b472d
Breaking change: HashingServiceBase.Hash(value, ...) does not accept null values anymore.
Breaking change: HashingServiceBase.Hash(value, ...) does not accept null values anymore.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Cryptography/HashingServiceBase.cs
mit
1,591,218,439
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="HashingServiceBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pro...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="HashingServiceBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pro...
8a2706f1ee55e47c540a6d2b80a96a330b10e44a
Fix validation edge case
Fix validation edge case
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs
mit
1,591,218,347
using Avalonia.Input; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Security; using System.Text.RegularExp...
using Avalonia.Input; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Security; using System.Text.RegularExp...
e8ad4acb90dcf62a87c2b95a207f8c4725f38fc4
EntityCache. Fix processing MyTrade with string numbers.
EntityCache. Fix processing MyTrade with string numbers.
StockSharp/StockSharp
Algo/EntityCache.cs
apache-2.0
1,591,218,251
#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...
37e607e45fef2a106ad2101e154e281dc317e0c5
Fix some typos to exercise code mirroring
Fix some typos to exercise code mirroring
sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,mono/msbuild,cdmihai/msbuild,mono/msbuild,...
src/Build/BackEnd/Components/RequestBuilder/TaskHost.cs
mit
1,591,217,765
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; #if FEATURE_APPDOMAIN using System.Runtime.Remoting.Lifetime; usi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; #if FEATURE_APPDOMAIN using System.Runtime.Remoting.Lifetime; usi...
8781f4efc1975bf68fab39d7be8bd307a880330c
Hide custom change address if Max
Hide custom change address if Max
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs
mit
1,591,216,945
using Avalonia.Input; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Security; using System.Text.RegularExp...
using Avalonia.Input; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Security; using System.Text.RegularExp...
eccd6272b3e80361b970372af0336894b4461fc1
Fix comment typo (#22409)
Fix comment typo (#22409)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Mvc/Mvc.Core/src/Routing/ConsumesMatcherPolicy.cs
apache-2.0
1,591,215,984
// 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.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNe...
// 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.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNe...
64f698fc9018e04f798a5a6fb37c9752f4ea88af
Fix - Pulizia codice Set Mezzo Prenotato
Fix - Pulizia codice Set Mezzo Prenotato
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Persistence.MongoDB/GestioneMezzi/SetMezzoPrenotato.cs
agpl-3.0
1,591,215,566
using MongoDB.Driver; using Persistence.MongoDB; using SO115App.Models.Classi.Condivise; using SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestionePartenza.SetMezzoPrenotato; using SO115App.Models.Servizi.Infrastruttura.Composizione; using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac; using Sys...
using MongoDB.Driver; using Persistence.MongoDB; using SO115App.Models.Classi.Condivise; using SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestionePartenza.SetMezzoPrenotato; using SO115App.Models.Servizi.Infrastruttura.Composizione; using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Gac; using Sys...
321fb0a131e932ac2b3eb95feaa97f91a5e1a740
CHG - Toldo Id utente dal JWT e inserito il Codice Fiscale
CHG - Toldo Id utente dal JWT e inserito il Codice Fiscale
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneUtente/Login/LogInQueryHandler.cs
agpl-3.0
1,591,215,539
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
2d2e336d4342fe75067655b6bc9295f1aad0f7de
Fix - Corretta gestione di Rimozione stato di "In Lavorazione"
Fix - Corretta gestione di Rimozione stato di "In Lavorazione"
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneIntervento/RimozioneInLavorazione/RimozioneInLavorazioneCommandHandler.cs
agpl-3.0
1,591,215,503
//----------------------------------------------------------------------- // <copyright file="AddInterventoCommandHandler.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="AddInterventoCommandHandler.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...
e81a2178938d76fc7c10a6c0e86b51e203e771b8
Fix - Corretta gestione Cache per i mezzi utilizzabili
Fix - Corretta gestione Cache per i mezzi utilizzabili
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.FakePersistance.ExternalAPI/GestioneMezzi/GetMezziUtilizzabili.cs
agpl-3.0
1,591,215,463
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....
19e63e272d57c1a9223159a789aeefc102ad9072
Fix - Corretta gestione composizione mezzo con aggiornamento stato mezzo
Fix - Corretta gestione composizione mezzo con aggiornamento stato mezzo
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/GetComposizioneMezzi.cs
agpl-3.0
1,591,215,436
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using Newtonsoft.Json; using SO115App.API.Models.Classi.Composizione; using SO115App.API.Models.Classi.Condivise; using SO115App.API.Models.Servizi.CQRS.Queries.GestioneSoccorso.Composizione.ComposizioneMezz...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using Newtonsoft.Json; using SO115App.API.Models.Classi.Composizione; using SO115App.API.Models.Classi.Condivise; using SO115App.API.Models.Servizi.CQRS.Queries.GestioneSoccorso.Composizione.ComposizioneMezz...
5d4c4502b8c243f7047ce7b4b126f4d6a247f440
Add support for `CheckoutSessionAsyncPaymentFailed` and `CheckoutSessionAsyncPaymentSucceeded` on `Event`
Add support for `CheckoutSessionAsyncPaymentFailed` and `CheckoutSessionAsyncPaymentSucceeded` on `Event`
stripe/stripe-dotnet
src/Stripe.net/Constants/Events.cs
apache-2.0
1,591,213,415
namespace Stripe { using System; public static class Events { /// <summary> /// Occurs whenever an account status or property has changed. /// </summary> public const string AccountUpdated = "account.updated"; /// <summary> /// Occurs whenever a user authori...
namespace Stripe { using System; public static class Events { /// <summary> /// Occurs whenever an account status or property has changed. /// </summary> public const string AccountUpdated = "account.updated"; /// <summary> /// Occurs whenever a user authori...
939a76b08f32af92c6d425d7ff8003ad736d3126
Simplify negative equality expression
Simplify negative equality expression
NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,213,343
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
2bd356c9f55c1076b156007f97d90cbf3b24f505
Add support for BACS Debit as a `Capability` on `Account`
Add support for BACS Debit as a `Capability` on `Account`
stripe/stripe-dotnet
src/Stripe.net/Entities/Accounts/AccountCapabilities.cs
apache-2.0
1,591,213,264
namespace Stripe { using System; using Newtonsoft.Json; public class AccountCapabilities : StripeEntity<AccountCapabilities> { /// <summary> /// The status of the BECS Direct Debit (AU) payments capability of the account, or whether /// the account can directly process BECS Dire...
namespace Stripe { using System; using Newtonsoft.Json; public class AccountCapabilities : StripeEntity<AccountCapabilities> { /// <summary> /// The status of the BECS Direct Debit (AU) payments capability of the account, or whether /// the account can directly process BECS Dire...
e5c3b08e2e333b92fb1963be9f6702820f840c76
Fixed message serialization
Fixed message serialization
krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Server/SetActionUIMessage.cs
agpl-3.0
1,591,212,628
using System; using Mirror; using UnityEngine; /// <summary> /// ues to set ActionUI For a client /// </summary> public class SetActionUIMessage : ServerMessage { public ushort actionListID; public short spellListIndex = -1; public int SpriteLocation; public int ComponentLocation; public uint NetObject; public ...
using System; using Mirror; using UnityEngine; /// <summary> /// ues to set ActionUI For a client /// </summary> public class SetActionUIMessage : ServerMessage { public ushort actionListID; public short spellListIndex = -1; public int SpriteLocation; public int ComponentLocation; public uint NetObject; public ...
8d8852873dd4de63a1c4e842b90680ab1c16c36a
Fix NullReferenceException.
Fix NullReferenceException.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Areas/Guild/Controllers/MutesController.cs
mit
1,591,211,865
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; using MitternachtWeb.Areas.Guild.Models; using MitternachtWeb.Exceptions; using System; using System.Linq; using System.Threading...
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; using MitternachtWeb.Areas.Guild.Models; using MitternachtWeb.Exceptions; using System; using System.Linq; using System.Threading...
ff220b2ebeece677fe1836fd0124f9a9939407de
Remove unnecessary using statement.
Remove unnecessary using statement.
smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,211,591
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
f421d87c03c15ec56dd49f10df8b7dc69611c661
layout fix to make possibility chosing text visible
layout fix to make possibility chosing text visible
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.Designer.cs
mit
1,591,211,587
using ARKBreedingStats.multiplierTesting; using ARKBreedingStats.raising; namespace ARKBreedingStats { partial class Form1 { /// <summary> /// Erforderliche Designervariable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> ...
using ARKBreedingStats.multiplierTesting; using ARKBreedingStats.raising; namespace ARKBreedingStats { partial class Form1 { /// <summary> /// Erforderliche Designervariable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> ...
3fcaa525fd5dccd2b591767a9f2b2c598878eec7
aberrants use same color images
aberrants use same color images
cadon/ARKStatsExtractor
ARKBreedingStats/CreatureColored.cs
mit
1,591,210,470
using ARKBreedingStats.species; using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Text; using ARKBreedingStats.Library; namespace ARKBreedingStats { static class CreatureColored { private const string exte...
using ARKBreedingStats.species; using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Text; using ARKBreedingStats.Library; namespace ARKBreedingStats { static class CreatureColored { private const string exte...
747ecd5ab23aaf5d625e6daee39d7cda2c6d826b
Rename method to avoid confusion
Rename method to avoid confusion
smoogipooo/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,210,237
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
7c61fb8965d8e8febcff353759e7e4521c8ed61d
public virtual bool OnlyImages
public virtual bool OnlyImages
signumsoftware/extensions,AlejandroCano/extensions,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework
Signum.Engine.Extensions/Files/FileTypeLogic.cs
mit
1,591,210,080
using Signum.Engine.DynamicQuery; using Signum.Engine.Mailing; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Files; using Signum.Entities.Isolation; using Signum.Utilities; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; ...
using Signum.Engine.DynamicQuery; using Signum.Engine.Mailing; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Files; using Signum.Entities.Isolation; using Signum.Utilities; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; ...
ba909b195ea5bf0ecea9940eea4cda3dc7f481f2
frequency fix
frequency fix
cadon/ARKStatsExtractor
ARKBreedingStats/Utils.cs
mit
1,591,210,000
using ARKBreedingStats.Library; using ARKBreedingStats.species; using System; using System.Drawing; using System.Threading.Tasks; using System.Windows.Forms; namespace ARKBreedingStats { static class Utils { /// <summary> /// This method returns a shade from red over yellow to green, correspon...
using ARKBreedingStats.Library; using ARKBreedingStats.species; using System; using System.Drawing; using System.Globalization; using System.Threading.Tasks; using System.Windows.Forms; namespace ARKBreedingStats { static class Utils { /// <summary> /// This method returns a shade from red ove...
eb15fc0bf9c4280de88ce215b98a4c8f4a36cdfa
Remove unnecessary comment
Remove unnecessary comment
NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,209,984
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
3fa02a5782e95b0b92362ac83ad15ae6e1ae5caa
Add method for any mouse button pressed.
Add method for any mouse button pressed.
peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,209,827
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
da0c030a4a0f165334faa15f6a49bd3d1ff67591
Added more information to the result of ShapeUtils.ShortestDistancePointSegment.
Added more information to the result of ShapeUtils.ShortestDistancePointSegment.
Algoryx/agxUnity
AGXUnity/Utils/ShapeUtils.cs
apache-2.0
1,591,209,511
using UnityEngine; using AGXUnity.Collide; namespace AGXUnity.Utils { public class BoxShapeUtils : ShapeUtils { public static Vector3 GetLocalFace( Vector3 halfExtents, Direction dir ) { return Vector3.Scale( halfExtents, GetLocalFaceDirection( dir ) ); } public override Vector3 GetLocalFac...
using UnityEngine; using AGXUnity.Collide; namespace AGXUnity.Utils { public class BoxShapeUtils : ShapeUtils { public static Vector3 GetLocalFace( Vector3 halfExtents, Direction dir ) { return Vector3.Scale( halfExtents, GetLocalFaceDirection( dir ) ); } public override Vector3 GetLocalFac...
89d973416a1f9807b0d44bdb519c1c846ae5816d
Simplify shouldRotate method
Simplify shouldRotate method Co-authored-by: Bartłomiej Dach <809709723693c4e7ecc6f5379a3099c830279741@gmail.com>
smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,209,344
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
bd1a64d89bd27bd43abbf030d5281d49d7fdf42e
Use CC status as well.
Use CC status as well.
ucdavis/CRP,ucdavis/CRP
CRP.Mvc/Controllers/TransactionController.cs
mit
1,591,209,278
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Filter; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Resources; using CRP.Mvc.Con...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Filter; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Resources; using CRP.Mvc.Con...
97e9ac75e0dc7f6604c74f026c6c7c983c46d512
Fix so that oriented friction works with ObserverFrame.
Fix so that oriented friction works with ObserverFrame.
Algoryx/agxUnity
AGXUnity/ContactMaterial.cs
apache-2.0
1,591,209,142
using System; using UnityEngine; namespace AGXUnity { /// <summary> /// Contact material object. /// </summary> public class ContactMaterial : ScriptAsset { public enum ContactReductionType { /// <summary> /// Contact reduction disabled. /// </summary> None, /// <summar...
using System; using UnityEngine; namespace AGXUnity { /// <summary> /// Contact material object. /// </summary> public class ContactMaterial : ScriptAsset { public enum ContactReductionType { /// <summary> /// Contact reduction disabled. /// </summary> None, /// <summar...
5311e99e253539801876957885cd32a5eb70714e
Umbraco 8 version of the packages no longer sets a custom file version derived from the start date of the project
Umbraco 8 version of the packages no longer sets a custom file version derived from the start date of the project
skybrud/Skybrud.Umbraco.GridData
src/Skybrud.Umbraco.GridData/GridUtils.cs
mit
1,591,209,080
using System.Diagnostics; using System.Reflection; using System.Text.RegularExpressions; namespace Skybrud.Umbraco.GridData { /// <summary> /// Various utility methods for the grid. /// </summary> public static class GridUtils { #region Version specific methods /// <summary> ...
using System; using System.Diagnostics; using System.Reflection; using System.Text.RegularExpressions; namespace Skybrud.Umbraco.GridData { /// <summary> /// Various utility methods for the grid. /// </summary> public static class GridUtils { #region Version specific methods ///...
5824827288796fbdf318319de4d72879939a1cdc
#1431 - Added tests for the case when there is a session having deletions to two or more document types, where those documents have the same types of primary keys
#1431 - Added tests for the case when there is a session having deletions to two or more document types, where those documents have the same types of primary keys
mdissel/Marten,ericgreenmix/marten,mdissel/Marten,mysticmind/marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,JasperFx/Marten,ericgreenmix/marten,JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten
src/Marten.Testing/CoreFunctionality/document_session_delete_a_single_document_Tests.cs
mit
1,591,208,435
using System; using Marten.Services; using Marten.Testing.Documents; using Marten.Testing.Harness; using Xunit; namespace Marten.Testing.CoreFunctionality { public abstract class document_session_delete_a_single_document_Tests<T>: IntegrationContextWithIdentityMap<T> where T : IIdentityMap { p...
using Marten.Services; using Marten.Testing.Documents; using Marten.Testing.Harness; using Xunit; namespace Marten.Testing.CoreFunctionality { public abstract class document_session_delete_a_single_document_Tests<T> : IntegrationContextWithIdentityMap<T> where T : IIdentityMap { [Fact] ...
6da52dca04bec591dd6ebaaab0de18b4c17f958f
Increase gbContext timeout, set HttpVersion to 2.0
Increase gbContext timeout, set HttpVersion to 2.0
Kingloo/GB-Live
src/GiantBomb/GiantBombContext.cs
unlicense
1,591,208,415
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Security; using System.Security.Authentication; using System.Text.Json; using System.Threading.Tasks; using GBLive.Common; usin...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Security; using System.Security.Authentication; using System.Text.Json; using System.Threading.Tasks; using GBLive.Common; usin...
8099055337020c00b85e244dc0662d4a0f791d68
Fixing my mistake on how sta tests are run in the pipeline
Fixing my mistake on how sta tests are run in the pipeline
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf.Tests/ButtonProgressAssistTests.cs
mit
1,591,208,026
using System.Windows.Controls; using System.Windows.Media; using Xunit; namespace MaterialDesignThemes.Wpf.Tests { public class ButtonProgressAssistTests { private readonly Button _testElement; public ButtonProgressAssistTests() { _testElement = new Button(); } ...
using System.Windows.Controls; using System.Windows.Media; using Xunit; namespace MaterialDesignThemes.Wpf.Tests { public class ButtonProgressAssistTests { private readonly Button _testElement; public ButtonProgressAssistTests() { _testElement = new Button(); } ...
bb5454516a0fbb0b8c4a043af379241c958917a1
Try not to kill the pipe if someone attempts to take screenshot before frame is loaded
Try not to kill the pipe if someone attempts to take screenshot before frame is loaded
CNA-Bld/EOE-Sandbox,CAWAS/ElectronicObserverExtended
Browser/FormBrowser.cs
mit
1,591,207,986
using Browser.CefOp; using BrowserLib; using CefSharp; using CefSharp.WinForms; using Nekoxy; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Re...
using Browser.CefOp; using BrowserLib; using CefSharp; using CefSharp.WinForms; using Nekoxy; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Re...
0a6c287cbdd1b2b3a86ea550bea5f7900f767abb
Use untouched Kingdom Hearts II Final Mix offsets
Use untouched Kingdom Hearts II Final Mix offsets
Xeeynamo/KingdomHearts
OpenKh.Command.IdxImg/Program.cs
mit
1,591,207,344
using OpenKh.Common; using OpenKh.Kh2; using McMaster.Extensions.CommandLineUtils; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.ComponentModel.DataAnnotations; using System.Linq; using Xe.IO; namespace OpenKh.Command.IdxImg { [Command("OpenKh.Command.IdxIm...
using OpenKh.Common; using OpenKh.Kh2; using McMaster.Extensions.CommandLineUtils; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.ComponentModel.DataAnnotations; using System.Linq; using Xe.IO; namespace OpenKh.Command.IdxImg { [Command("OpenKh.Command.IdxIm...
c363b5a5c266a047360b22fef0b842f7fe362f84
Added migrated controllers to BackOfficeServerVariables
Added migrated controllers to BackOfficeServerVariables
KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,da...
src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs
mit
1,591,206,763
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Routing; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Umbraco.Core; usi...
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Routing; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Umbraco.Core; usi...
cafcd436ffb32a6eff788dbbac8267ae0d78356f
Trim it because space should be unimportant at the end.
Trim it because space should be unimportant at the end.
ucdavis/CRP,ucdavis/CRP
CRP.Mvc/Controllers/PaymentsController.cs
mit
1,591,206,431
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Helpers;...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web.Mvc; using CRP.Controllers.Helpers; using CRP.Controllers.ViewModels; using CRP.Core.Abstractions; using CRP.Core.Domain; using CRP.Core.Helpers;...
45f5fcbda002b28b67b1f10f9f2344182df92aaf
Improve dialog messages to deal with target missbehaving (#496)
Improve dialog messages to deal with target missbehaving (#496) ***NO_CI***
nanoframework/nf-Visual-Studio-extension
source/VisualStudio.Extension/ToolWindow.DeviceExplorer/DeviceExplorerCommand.cs
mit
1,591,205,711
// // Copyright (c) 2017 The nanoFramework project contributors // See LICENSE file in the project root for full license information. // using GalaSoft.MvvmLight.Ioc; using GalaSoft.MvvmLight.Messaging; using Microsoft; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shel...
// // Copyright (c) 2017 The nanoFramework project contributors // See LICENSE file in the project root for full license information. // using GalaSoft.MvvmLight.Ioc; using GalaSoft.MvvmLight.Messaging; using Microsoft; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shel...
f52fb86cbd12bfebc0402861f8dc0342efaf50ed
Use Thread.Sleep
Use Thread.Sleep
xPaw/SteamWebPipes
SteamWebPipes/Steam.cs
mit
1,591,205,404
using System; using System.Threading; using SteamKit2; using System.Linq; using System.Threading.Tasks; using SteamWebPipes.Events; namespace SteamWebPipes { internal class Steam { public class SteamKitLogger : IDebugListener { public void WriteLine(string category, string msg) ...
using System; using System.Threading; using SteamKit2; using System.Linq; using System.Threading.Tasks; using SteamWebPipes.Events; namespace SteamWebPipes { internal class Steam { public class SteamKitLogger : IDebugListener { public void WriteLine(string category, string msg) ...
5a33cde711fb5e5188bb54c9bc7ef838c53e9cac
Fix unit tests: compare output to the correct input.
Fix unit tests: compare output to the correct input.
GeoJSON-Net/GeoJSON.Net.Contrib
test/GeoJSON.Net.Contrib.Wkb.Test/EncodeDecodeTests.cs
mit
1,591,204,943
using GeoJSON.Net.Geometry; using Xunit; namespace GeoJSON.Net.Contrib.Wkb.Test { public partial class WkbConversionsTests { [Fact] public void EncodeDecodePointTest() { var processedPoint = point.ToWkb().ToGeoJSONObject<Point>(); Assert.Equal(point, processedP...
using GeoJSON.Net.Geometry; using Xunit; namespace GeoJSON.Net.Contrib.Wkb.Test { public partial class WkbConversionsTests { [Fact] public void EncodeDecodePointTest() { var processedPoint = point.ToWkb().ToGeoJSONObject<Point>(); Assert.Equal(point, processedP...
f7759c37a663a2da099beab99944b072f236fe75
Show only one line per user on the muted users page.
Show only one line per user on the muted users page.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Areas/Guild/Controllers/MutesController.cs
mit
1,591,204,939
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; using MitternachtWeb.Areas.Guild.Models; using MitternachtWeb.Exceptions; using System; using System.Linq; using System.Threading...
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; using MitternachtWeb.Areas.Guild.Models; using MitternachtWeb.Exceptions; using System; using System.Linq; using System.Threading...
556307ce1f21f9059b041aac6c46d7e8f48e1bed
Remove unmute timers from database when muting a user.
Remove unmute timers from database when muting a user.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/Services/MuteService.cs
mit
1,591,204,589
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Services; using Mitternacht.Services.Database.Models; using NLog; ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Services; using Mitternacht.Services.Database.Models; using NLog; ...
61d6624f4e6dd877dc6bed3d2307efc425ce3978
Slight smooth lighting improvement
Slight smooth lighting improvement
kennyvv/Alex,kennyvv/Alex,kennyvv/Alex
src/Alex/Graphics/Models/Blocks/ResourcePackBlockModel.cs
mpl-2.0
1,591,204,581
using System; using System.Collections.Generic; using System.Linq; using Alex.API.Blocks; using Alex.API.Graphics; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.ResourcePackLib.Json; using Alex.ResourcePackLib.Json.BlockStates; using Alex.ResourcePackLib.Json.Models.Blocks; using ...
using System; using System.Collections.Generic; using System.Linq; using Alex.API.Blocks; using Alex.API.Graphics; using Alex.API.Utils; using Alex.API.World; using Alex.Blocks.Minecraft; using Alex.ResourcePackLib.Json; using Alex.ResourcePackLib.Json.BlockStates; using Alex.ResourcePackLib.Json.Models.Blocks; using ...
69491ab4ce6648aa0372aa6776055310c4cd3814
No actual changes. Alphabetized the properties while documenting.
No actual changes. Alphabetized the properties while documenting.
HotcakesCommerce/core,HotcakesCommerce/core
Website/DesktopModules/Hotcakes/Core/Models/CategoryPageViewModel.cs
mit
1,591,204,484
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software")...
0847ee946ff420ab5655d9489705dc5ac3f0e25c
Give the test a whacking great timeout to persuade it to behave
Give the test a whacking great timeout to persuade it to behave
bretcope/BosunReporter.NET,bretcope/BosunReporter.NET
tests/StackExchange.Metrics.Tests/MetricSourceTests.cs
mit
1,591,204,412
using System; using System.Linq; using System.Threading.Tasks; using StackExchange.Metrics.Handlers; using Xunit; namespace StackExchange.Metrics.Tests { public class MetricSourceTests { [Fact] public async Task MetricSourcesAreAttachedAndDetached() { var metricSource = new...
using System; using System.Linq; using System.Threading.Tasks; using StackExchange.Metrics.Handlers; using Xunit; namespace StackExchange.Metrics.Tests { public class MetricSourceTests { [Fact] public async Task MetricSourcesAreAttachedAndDetached() { var metricSource = new...
98791f3a1f8ad5c4e360512fe29dea128892876f
Add more GuildLevelPermissions.
Add more GuildLevelPermissions.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Models/PagePermission.cs
mit
1,591,203,928
using Discord; using System; namespace MitternachtWeb.Models { [Flags] public enum BotLevelPermission { None = 0b_0000_0000, ReadBotConfig = 0b_0000_0001, WriteBotConfig = 0b_0000_0011, ReadAllGuildConfigs = 0b_0000_0100, WriteAllGuildConfigs = 0b_0000_1100, ReadAllModeratio...
using Discord; using System; namespace MitternachtWeb.Models { [Flags] public enum BotLevelPermission { None = 0b_0000_0000, ReadBotConfig = 0b_0000_0001, WriteBotConfig = 0b_0000_0011, ReadAllGuildConfigs = 0b_0000_0100, WriteAllGuildConfigs = 0b_0000_1100, ReadAllModeratio...
dda459fcd4683aed1cace1d642a62e9252c8bec4
fixed eq layer normalization being stupid
fixed eq layer normalization being stupid
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/EqualizerLayerHandler.cs
mit
1,591,203,824
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using NAudio.CoreAudioApi; using NAudio.Dsp; using NAudio.Wave; using NAudio.Wave.SampleProviders; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Draw...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using NAudio.CoreAudioApi; using NAudio.Dsp; using NAudio.Wave; using NAudio.Wave.SampleProviders; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Draw...
af065f3e5309d917009c69bc7a8cea647df16a75
Make Permission WriteMutes available with guild permission ManageMessages.
Make Permission WriteMutes available with guild permission ManageMessages.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Models/PagePermission.cs
mit
1,591,203,798
using Discord; using System; namespace MitternachtWeb.Models { [Flags] public enum BotLevelPermission { None = 0b_0000_0000, ReadBotConfig = 0b_0000_0001, WriteBotConfig = 0b_0000_0011, ReadAllGuildConfigs = 0b_0000_0100, WriteAllGuildConfigs = 0b_0000_1100, ReadAllModeratio...
using Discord; using System; namespace MitternachtWeb.Models { [Flags] public enum BotLevelPermission { None = 0b_0000_0000, ReadBotConfig = 0b_0000_0001, WriteBotConfig = 0b_0000_0011, ReadAllGuildConfigs = 0b_0000_0100, WriteAllGuildConfigs = 0b_0000_1100, ReadAllModeratio...
9eaef28b31bbb878218a8206271a6969fdeec046
Attempt to capture binlogs when test times out (#22468)
Attempt to capture binlogs when test times out (#22468)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/MSBuildProcessManager.cs
apache-2.0
1,591,203,723
// 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.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using S...
// 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.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using S...
544afc00789717fbbdf5c9ad2061d6dce22cc9db
Added `#nullable enable` with `StackTraceHelper` (#22419)
Added `#nullable enable` with `StackTraceHelper` (#22419) * Added `#nullable enable` with `StackTraceHelper`
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Shared/StackTrace/StackFrame/StackTraceHelper.cs
apache-2.0
1,591,203,250
// 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; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Sy...
// 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; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Sy...
c6a7755f27e146ab262c7a4147c85400991a0420
feat: add Request Metrics
feat: add Request Metrics
neuecc/MagicOnion
src/MagicOnion.OpenTelemetry/OpenTelemetryCollectorLogger.cs
mit
1,591,202,934
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { /// <summary> /// ...
c592aabaf8695fbe9890b84a760fed1d548b0d96
Added [JsonIgnore] to the "name" and "sections" properties
Added [JsonIgnore] to the "name" and "sections" properties Should fix #35
skybrud/Skybrud.Umbraco.GridData
src/Skybrud.Umbraco.GridData/GridDataModel.cs
mit
1,591,202,421
using System; using System.Linq; using System.Web; using System.Web.Mvc; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json.Extensions; using Skybrud.Umbraco.GridData.Extensions; using Skybrud.Umbraco.GridData.Json; using Umbraco.Core.Configuration.Grid; namespace Skybrud.Umbraco.GridDat...
using System; using System.Linq; using System.Web; using System.Web.Mvc; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json.Extensions; using Skybrud.Umbraco.GridData.Extensions; using Skybrud.Umbraco.GridData.Json; using Umbraco.Core.Configuration.Grid; namespace Skybrud.Umbraco.GridData { /// <summary> ...
ae17eefc52f066607c11ff4fc92d40d502b945e0
BUGFIX: Write correct number of bytes for named win32 resources dirs
BUGFIX: Write correct number of bytes for named win32 resources dirs
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.PE/Win32Resources/Builder/ResourceNameTableBuffer.cs
mit
1,591,201,950
using System.Text; namespace AsmResolver.PE.Win32Resources.Builder { /// <summary> /// Provides a mechanism for building a table of names that can be used in a resource directory. /// </summary> public class ResourceNameTableBuffer : ResourceTableBuffer<string> { /// <summary> /// C...
using System.Text; namespace AsmResolver.PE.Win32Resources.Builder { /// <summary> /// Provides a mechanism for building a table of names that can be used in a resource directory. /// </summary> public class ResourceNameTableBuffer : ResourceTableBuffer<string> { /// <summary> /// C...