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
2a61b4fee365bfd236fce92db03493494e484070
ResendEmailConfirmation method
ResendEmailConfirmation method
Backendless/.NET-SDK,Backendless/.NET-SDK
Backendless/Service/UserService.cs
apache-2.0
1,591,952,630
using System; using System.Collections.Generic; using System.Security.Principal; #if !(NET_35 || NET_40) using System.Threading.Tasks; #endif using BackendlessAPI.Async; using BackendlessAPI.Engine; using BackendlessAPI.Exception; using BackendlessAPI.Property; using BackendlessAPI.Utils; using Weborb.Types...
using System; using System.Collections.Generic; using System.Security.Principal; #if !(NET_35 || NET_40) using System.Threading.Tasks; #endif using BackendlessAPI.Async; using BackendlessAPI.Engine; using BackendlessAPI.Exception; using BackendlessAPI.Property; using BackendlessAPI.Utils; using Weborb.Types...
a3644d9597fcd7cf252edd6e215c8b2409a21639
Fix obsolete comment
Fix obsolete comment
SolalPirelli/ThriftSharp
src/Utilities/Validation.cs
mit
1,591,952,553
// Copyright (c) Solal Pirelli // This code is licensed under the MIT License (see Licence.txt for details) using System; namespace ThriftSharp.Utilities { /// <summary> /// Utility class for validating method parameters. /// </summary> internal static class Validation { /// <...
// Copyright (c) Solal Pirelli // This code is licensed under the MIT License (see Licence.txt for details) using System; namespace ThriftSharp.Utilities { /// <summary> /// Utility class for validating method parameters, using expressions to avoid hardcoded parameter names. /// </summary> ...
f19b1d7eb2a61a217773b92c0de4a108d3b73699
RF: VolumeConfiguration: if->switch, readonly, less derived arguments
RF: VolumeConfiguration: if->switch, readonly, less derived arguments
allista/ConfigurableContainers,allista/ConfigurableContainers
VolumeConfiguration.cs
mit
1,591,952,435
// VolumeConfiguration.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Collections.Generic; using System.Linq; namespace AT_Utils { public class BaseVolume : ConfigNodeObject { public new const string NODE_NAME = "VOLUME"; [Persi...
// VolumeConfiguration.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Collections.Generic; using System.Linq; namespace AT_Utils { public class BaseVolume : ConfigNodeObject { public new const string NODE_NAME = "VOLUME"; [Persi...
93c530be0791c2ccc9df88bf06eadcb0866e0d71
Improved tank resource switch display in case of a single resource
Improved tank resource switch display in case of a single resource
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManagerGUI.cs
mit
1,591,952,398
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
// SwitchableTankManagerGUI.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using UnityEngine; namespace AT_Utils { public partial class SwitchableTankManager { public delegate float AddTankDelegate(string tank_type, float volume, bool ...
db06dedb8bb5c408ca4c4d46488c5d2b074804d4
Improved logic of SwitchableTankManager.AddVolume
Improved logic of SwitchableTankManager.AddVolume First try to find the config in the library, then try to add it as a Tank, and only then report any errors.
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankManager.cs
mit
1,591,952,306
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager()...
// SwitchableTankManager.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AT_Utils { public interface ITankManager { SwitchableTankManager GetTankManager()...
253472dabef14cb103b5423c4d88383667b5c3f0
Using StringBuilderCache to construct SwitchableTankType.Info
Using StringBuilderCache to construct SwitchableTankType.Info
allista/ConfigurableContainers,allista/ConfigurableContainers
SwitchableTankType.cs
mit
1,591,952,109
// SwitchableTankType.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Collections.Generic; using System.Linq; namespace AT_Utils { /// <summary> /// Type of a switchable tank. /// Defines resources that a tank of this type can hold, ...
// SwitchableTankType.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2016 Allis Tauri using System.Collections.Generic; using System.Linq; namespace AT_Utils { /// <summary> /// Type of a switchable tank. /// Defines resources that a tank of this type can hold, ...
242578a5d193561a4bc38c44b7c0df67ed3c6e09
Fix - Corretta la gestione Ordinamento Mezzi
Fix - Corretta la gestione Ordinamento Mezzi
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/GetComposizioneMezzi.cs
agpl-3.0
1,591,951,837
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...
58afa601ce0b99e028dce04ce550d30b82d3022a
Added more restriction for BackgroundCompilationDelay
Added more restriction for BackgroundCompilationDelay
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Configuration/ViewCompilationConfiguration.cs
apache-2.0
1,591,950,898
using System; using DotVVM.Framework.Compilation; using Newtonsoft.Json; namespace DotVVM.Framework.Configuration { public sealed class ViewCompilationConfiguration { private bool isFrozen = false; private ViewCompilationMode mode; /// <summary> /// Gets or sets the mode under w...
using System; using DotVVM.Framework.Compilation; using Newtonsoft.Json; namespace DotVVM.Framework.Configuration { public sealed class ViewCompilationConfiguration { private bool isFrozen = false; private ViewCompilationMode mode; /// <summary> /// Gets or sets the mode under w...
a7fc9a03a0faa62cd6591bdd6d4b568c6ea9092f
Fixed bad refactor @ UpdateProgress
Fixed bad refactor @ UpdateProgress
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Controls/UpdateProgress.cs
apache-2.0
1,591,950,781
#nullable enable using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DotVVM.Framework.Binding; using DotVVM.Framework.Runtime; using DotVVM.Framework.Hosting; using DotVVM.Framework.Compilation.Validation; using DotVVM.Framework.Compilation.ControlTr...
#nullable enable using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DotVVM.Framework.Binding; using DotVVM.Framework.Runtime; using DotVVM.Framework.Hosting; using DotVVM.Framework.Compilation.Validation; using DotVVM.Framework.Compilation.ControlTr...
5743b8bc0b53e078e5e3826a778d3a77f1db1d81
Only read SC extent if extent type is static
Only read SC extent if extent type is static
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/Feature/SpatialContextInfo.cs
lgpl-2.1
1,591,948,415
#region LGPL Header // Copyright (C) 2009, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either //...
#region LGPL Header // Copyright (C) 2009, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either //...
b2a98e0976e273a3d943154b9f3e4a2547689d5a
change one failing test by increasing the expected precision
change one failing test by increasing the expected precision
inkle/ink,inkle/ink,ghostpattern/ink,inkle/ink,ghostpattern/ink
tests/Tests.cs
mit
1,591,948,030
using System; using Ink; using Ink.Runtime; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Text; using Path = Ink.Runtime.Path; namespace Tests { public enum TestMode { Normal, JsonRoundTrip } [TestFixture(TestMode.Normal)] [TestFixture(TestM...
using System; using Ink; using Ink.Runtime; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Text; using Path = Ink.Runtime.Path; namespace Tests { public enum TestMode { Normal, JsonRoundTrip } [TestFixture(TestMode.Normal)] [TestFixture(TestM...
d9f76400bf62d2aa7151fa5f7095dc0c378fda36
fixed tests
fixed tests fixed failing tests due to line ending differences between mac/linux/windows removed redundant fiddling with current directory
ghostpattern/ink,inkle/ink,inkle/ink,inkle/ink,ghostpattern/ink
tests/Tests.cs
mit
1,591,948,029
using System; using Ink; using Ink.Runtime; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Text; using Path = Ink.Runtime.Path; namespace Tests { public enum TestMode { Normal, JsonRoundTrip } [TestFixture(TestMode.Normal)] [TestFixture(TestM...
using System; using Ink; using Ink.Runtime; using NUnit.Framework; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Text; using Path = Ink.Runtime.Path; namespace Tests { public enum TestMode { Normal, JsonRoundTrip } [TestFixture(TestMode.Normal...
71ce9b658cb958637f5da17700f9719893ed43f0
Use MgCoordinateSystemTransform as that provides more ways to transform a XY or XYZ point.
Use MgCoordinateSystemTransform as that provides more ways to transform a XY or XYZ point.
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/CoordinateSystems/Transform/FdoGeometryTransformingConverter.cs
lgpl-2.1
1,591,947,761
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
142a5cdbd2d024bccf92036ededf387d95da41cd
Tighten up converter correctness
Tighten up converter correctness
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/CoordinateSystems/Transform/FdoGeometryConverter.cs
lgpl-2.1
1,591,947,722
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
53a27090bfa4898f7853a0e1654110393324b5ed
Tighten up the converter methods to take Span<double> parameters instead of double[] due to the fact that rented arrays are not guaranteed to be at the size requested, allowing for out-of-bounds read/write operations to happen for these arrays. Passing in sliced spans ensure if we do read/write out-of-bounds, that an e...
Tighten up the converter methods to take Span<double> parameters instead of double[] due to the fact that rented arrays are not guaranteed to be at the size requested, allowing for out-of-bounds read/write operations to happen for these arrays. Passing in sliced spans ensure if we do read/write out-of-bounds, that an e...
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/CoordinateSystems/Transform/FdoGeometryConverter.cs
lgpl-2.1
1,591,947,671
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
3d029edc7fa5da00110189626081c0678325394d
Add LGPL header
Add LGPL header
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/CoordinateSystems/Transform/FdoGeometryConverter.cs
lgpl-2.1
1,591,947,630
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
using OSGeo.FDO.Common; using OSGeo.FDO.Geometry; using System; using System.Buffers; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FdoToolbox.Core.CoordinateSystems.Transform { /// <summary> /// A managed implementation of FdoSpatialGeometryCo...
35b61a722198628e587ab2bc72eceb9be2db174f
Cover missing cases where rented arrays were not being returned
Cover missing cases where rented arrays were not being returned
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/CoordinateSystems/Transform/FdoGeometryConverter.cs
lgpl-2.1
1,591,947,629
using OSGeo.FDO.Common; using OSGeo.FDO.Geometry; using System; using System.Buffers; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FdoToolbox.Core.CoordinateSystems.Transform { /// <summary> /// A managed implementation of FdoSpatialGeometryCo...
using OSGeo.FDO.Common; using OSGeo.FDO.Geometry; using System; using System.Buffers; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FdoToolbox.Core.CoordinateSystems.Transform { /// <summary> /// A managed implementation of FdoSpatialGeometryCo...
cca2cc01aeea4bec877c62f47a93bb0108d9fc39
帐号数据列表添加角色列表返回。
帐号数据列表添加角色列表返回。
Oldmansoft/Identity,Oldmansoft/Identity
src/Oldmansoft.Identity/IdentityManager.cs
apache-2.0
1,591,947,478
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Oldmansoft.ClassicDomain; using Oldmansoft.ClassicDomain.Util; using Oldmansoft.Identity.Infrastructure; namespace Oldmansoft.Identity { /// <summary> /// 身份管理员 /// </summary> publ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Oldmansoft.ClassicDomain; using Oldmansoft.ClassicDomain.Util; using Oldmansoft.Identity.Infrastructure; namespace Oldmansoft.Identity { /// <summary> /// 身份管理员 /// </summary> publ...
81b8f1aae17c26bf2d79e961d4cc75ac84dc22eb
Stjärnmarkering Offert-fix
Stjärnmarkering Offert-fix
erlingsjostrom/TSS,erlingsjostrom/TSS
TESS/Controllers/Offers/CustomerOfferController.cs
mit
1,591,946,624
using Rotativa.MVC; using System; using System.Collections.Generic; using System.Configuration; using System.Data.SqlClient; using System.Diagnostics; using System.Dynamic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Web.Mvc; using System.Web.Script.Seri...
using Rotativa.MVC; using System; using System.Collections.Generic; using System.Configuration; using System.Data.SqlClient; using System.Diagnostics; using System.Dynamic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Web.Mvc; using System.Web.Script.Seri...
1c8a11461ae63d325642478caebc71ea0666e20d
Revert "Only show available products @sitemap"
Revert "Only show available products @sitemap" This reverts commit 506cf6b260952557c3700a16027dd5952ca51dbf.
HotcakesCommerce/core,HotcakesCommerce/core
Libraries/Hotcakes.Commerce.Dnn/Providers/ProductsSitemapProvider.cs
mit
1,591,946,520
#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")...
5217700dc49d2f4fb0fd81fe45db554783146efe
Remove debug string
Remove debug string
Xeeynamo/KingdomHearts
OpenKh.Tools.Kh2MapCollisionEditor/ViewModels/MainViewModel.cs
mit
1,591,946,284
using Microsoft.Xna.Framework.Graphics; using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Tools.Common; using OpenKh.Tools.Kh2MapCollisionEditor.Views; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Windows; using Xe.Drawing; using Xe.Tools; using Xe.Tools.Wpf.Commands; usin...
using Microsoft.Xna.Framework.Graphics; using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Tools.Common; using OpenKh.Tools.Kh2MapCollisionEditor.Views; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Windows; using Xe.Drawing; using Xe.Tools; using Xe.Tools.Wpf.Commands; usin...
ee304b1f80ed65f7dcc5ac78a7f445798de45efc
Safe writing to process
Safe writing to process
Xeeynamo/KingdomHearts
OpenKh.Tools.Kh2MapCollisionEditor/ViewModels/MainViewModel.cs
mit
1,591,946,284
using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Tools.Common; using OpenKh.Tools.Kh2MapCollisionEditor.Views; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace OpenKh.To...
using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Tools.Common; using OpenKh.Tools.Kh2MapCollisionEditor.Views; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace OpenKh.To...
c70e8180d975d301f23a65efbbd6bff1915998a2
Save back to process stream
Save back to process stream
Xeeynamo/KingdomHearts
OpenKh.Tools.Kh2MapCollisionEditor/ViewModels/MainViewModel.cs
mit
1,591,946,283
using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Tools.Common; using OpenKh.Tools.Kh2MapCollisionEditor.Views; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace OpenKh.To...
using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Tools.Common; using OpenKh.Tools.Kh2MapCollisionEditor.Views; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace OpenKh.To...
46b2aa4c12ccd41714ae101245305d9d7e5b3aec
Improving Coct naming
Improving Coct naming
Xeeynamo/KingdomHearts
OpenKh.Kh2/Coct.cs
mit
1,591,946,283
using OpenKh.Common; using System.Collections.Generic; using System.IO; using System.Linq; using Xe.BinaryMapper; namespace OpenKh.Kh2 { public class Coct { private const uint MagicCode = 0x54434F43; private const int HeaderSize = 0x50; private const int Col1Size = 0x20; privat...
using OpenKh.Common; using System.Collections.Generic; using System.IO; using System.Linq; using Xe.BinaryMapper; namespace OpenKh.Kh2 { public class Coct { private const uint MagicCode = 0x54434F43; private const int HeaderSize = 0x50; private const int Col1Size = 0x20; privat...
d770fba10061920b55ba17e7597a84d436edcc6d
Fix - Corretto ordinamento mezzi
Fix - Corretto ordinamento mezzi
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/GetComposizioneMezzi.cs
agpl-3.0
1,591,946,270
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...
afb15ff7fdd4752438aa435b057b06fa8a7b38f3
Add assert helper for tests
Add assert helper for tests
Xeeynamo/KingdomHearts
OpenKh.Tests/Helpers.cs
mit
1,591,946,229
using System; using System.IO; using System.Linq; using OpenKh.Common; using OpenKh.Kh2; using Xunit; namespace OpenKh.Tests { public static class Helpers { public static void Dump(this Stream stream, string path) => File.Create(path).Using(outStream => { stream...
using System; using System.IO; using OpenKh.Common; using Xunit; namespace OpenKh.Tests { public static class Helpers { public static void Dump(this Stream stream, string path) => File.Create(path).Using(outStream => { stream.Position = 0; stream...
a0c1657bc0a0c38c1bd5c0278cee88b8395c4aaf
Small refactor on Coct.IsValid
Small refactor on Coct.IsValid
Xeeynamo/KingdomHearts
OpenKh.Kh2/Coct.cs
mit
1,591,946,229
using OpenKh.Common; using System.Collections.Generic; using System.IO; using System.Linq; using Xe.BinaryMapper; namespace OpenKh.Kh2 { public class Coct { private const uint MagicCode = 0x54434F43; private const int HeaderSize = 0x50; private const int Col1Size = 0x20; privat...
using OpenKh.Common; using System.Collections.Generic; using System.IO; using System.Linq; using Xe.BinaryMapper; namespace OpenKh.Kh2 { public class Coct { private const uint MagicCode = 0x54434F43; private const int HeaderSize = 0x50; private const int Col1Size = 0x20; privat...
d7657427d3cc01672c2c73e17851748e7bba4128
Workaround mono issue on creating "non-virtual" closed instance delegates
Workaround mono issue on creating "non-virtual" closed instance delegates
pardeike/Harmony
Harmony/Tools/AccessTools.cs
mit
1,591,945,183
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.Serialization; using MonoMod.Utils; namespace HarmonyLib { /// <summary>A helper class for reflection related functions</su...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Runtime.Serialization; using MonoMod.Utils; namespace HarmonyLib { /// <summary>A helper class for reflection related functions</su...
13987418aff8d117a73595de7382bb411140b9f9
498: Q1RectD
498: Q1RectD
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Vectors/2_Geometry/Q1RectD.cs
bsd-2-clause
1,591,945,032
//BSD, 2014-present, WinterDev using System; using PixelFarm.VectorMath; namespace PixelFarm.CpuBlit.VertexProcessing { /// <summary> /// Cartesian's Quadrant1 Rect, (x0,y0)=> (x1,y1) = (left,bottom)=> (right,top) /// </summary> public struct Q1RectD { public double Left, Bottom, Right, T...
//BSD, 2014-present, WinterDev using System; using PixelFarm.VectorMath; namespace PixelFarm.CpuBlit.VertexProcessing { /// <summary> /// Cartesian's Quadrant1 Rect, (x0,y0)=> (x1,y1) = (left,bottom)=> (right,top) /// </summary> public struct Q1RectD { public double Left, Bottom, Right, T...
a59b65d366fc79126522cb9680e8a2b88b0bfed3
Set ListExpand to false by default. Fixes #1232
Set ListExpand to false by default. Fixes #1232
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
core/Piranha/Extend/RegionAttribute.cs
mit
1,591,944,178
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using Piranha.Models; namespace Piranha.Extend { ...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using Piranha.Models; namespace Piranha.Extend { ...
7d76e9a27fb345491f77be9c6c735c7f15af19d6
Fixed post routing for site with prefixes. Fixes #1234
Fixed post routing for site with prefixes. Fixes #1234
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
core/Piranha.AspNetCore/IntegratedMiddleware.cs
mit
1,591,943,816
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using System.Globalization; using System.Linq; using System.Text; usin...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; using System.Globalization; using System.Linq; using System.Text; usin...
f6b4a1331be6f4fb202883858017aa7c283bbc40
Stjärnmarkering fix för singel-sök i artikeldialogen
Stjärnmarkering fix för singel-sök i artikeldialogen
erlingsjostrom/TSS,erlingsjostrom/TSS
TESS/Controllers/Contracts/CustomerContractController.cs
mit
1,591,943,277
using Rotativa.MVC; using System; using System.Collections.Generic; using System.Configuration; using System.Data.SqlClient; using System.Dynamic; using System.Globalization; using System.IO; using System.Linq; using System.Security.Principal; using System.Text; using System.Text.RegularExpressions; using ...
using Rotativa.MVC; using System; using System.Collections.Generic; using System.Configuration; using System.Data.SqlClient; using System.Dynamic; using System.Globalization; using System.IO; using System.Linq; using System.Security.Principal; using System.Text; using System.Text.RegularExpressions; using ...
ebf596de2c5fbc63e4cb6125e3a49fa233b7fa0d
Fix mistake in DatePicker used (#1916)
Fix mistake in DatePicker used (#1916)
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MainDemo.Wpf/Pickers.xaml.cs
mit
1,591,939,343
using MaterialDesignThemes.Wpf; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Windows.Controls; namespace MaterialDesignColors.WpfExample { /// <summary> /// Interaction logic for Pickers.xaml /// </summary> public partial class Pickers : UserControl { ...
using MaterialDesignThemes.Wpf; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Windows.Controls; namespace MaterialDesignColors.WpfExample { /// <summary> /// Interaction logic for Pickers.xaml /// </summary> public partial class Pickers : UserControl { ...
be28d7705454e3dc54d1acfcd770144fbc14bff4
Close #1696
Close #1696
AntShares/AntShares
src/neo/SmartContract/Helper.cs
mit
1,591,938,384
using Neo.Cryptography; using Neo.Cryptography.ECC; using Neo.Ledger; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.SmartContract.Manifest; using Neo.VM; using Neo.VM.Types; using System; using System.Buffers.Binary; using System.Collections.Generic; namespace Neo.SmartContract { public static c...
using Neo.Cryptography; using Neo.Cryptography.ECC; using Neo.Ledger; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.SmartContract.Manifest; using Neo.VM; using Neo.VM.Types; using System; using System.Buffers.Binary; using System.Collections.Generic; namespace Neo.SmartContract { public static c...
654a8528d850e7c4be7b9e3bfba0ffd6eb828bd9
Properly stop the Task waiting for an event. (#1876)
Properly stop the Task waiting for an event. (#1876) * Properly stop the Task waiting for an event. * Little code clean up Favoring Task.Run over Task.Factory.StartNew Co-authored-by: Kevin Bost <18855cb1058909111024f7369a548b13622a3903@gmail.com>
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/SnackbarMessageQueue.cs
mit
1,591,937,246
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Threading; namespace MaterialDesignThemes.Wpf { public class SnackbarMessageQueue : ISnackbarMes...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Threading; namespace MaterialDesignThemes.Wpf { public class SnackbarMessageQueue : ISnackbarMes...
91b6979c970cce7f6eadc11533b34848add6b8a8
Fix LoadingSpinner not always playing fade in animation
Fix LoadingSpinner not always playing fade in animation
ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu
osu.Game/Graphics/UserInterface/LoadingSpinner.cs
mit
1,591,936,700
// 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.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics.Sprites; using osuTK; using osuT...
// 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.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics.Sprites; using osuTK; using osuT...
052e16fddfe68c26a40d8095d61b4435736b210c
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3419.20200612035058-master-587589f
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,591,933,985
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "587589ff6421563b1cdca5cd6e28b0b820776c05"; public static string Version = "1.5"; public static string Build = "3419"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "69f505b9784888992761ed2ce54d7b4dc51d5c78"; public static string Version = "1.4"; public static string Build = "3418"; ...
717196f6b8806664da0cee65d3c17c14b96f6982
[Chip] Refactoring (#1907)
[Chip] Refactoring (#1907) * [Chip] Refactoring - Streamlined DependencyProperties - Removed comments which added no new information - Added braces for if-conditionals - Formatting * Moved from mixed indentation to space only identation.
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/Chip.cs
mit
1,591,933,814
using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Media; namespace MaterialDesignThemes.Wpf { [TemplatePart(Name = DeleteButtonPartName, Type = typeof(Button))] public class Chip : Button...
using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Media; namespace MaterialDesignThemes.Wpf { [TemplatePart(Name = DeleteButtonPartName, Type = typeof(Button))] public class Chip : Button...
7aa5598d50ce0e14e09e4fd9a9bd65fd2031452b
获取授权页链接数据开票来源改为string,枚举在提交数据的时候会变成数字,导致接口调用失败
获取授权页链接数据开票来源改为string,枚举在提交数据的时候会变成数字,导致接口调用失败
lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK
src/Senparc.Weixin.MP/Senparc.Weixin.MP/AdvancedAPIs/Invoice/InvoiceJson/InvoiceData.cs
apache-2.0
1,591,933,703
/*---------------------------------------------------------------- Copyright (C) 2020 Senparc 文件名:InvoiceData.cs 文件功能描述:电子票据post数据 创建标识:Senparc - 20180930 ----------------------------------------------------------------*/ using System.Collections.Generic; namespace Senparc.Weixin.MP.Ad...
/*---------------------------------------------------------------- Copyright (C) 2020 Senparc 文件名:InvoiceData.cs 文件功能描述:电子票据post数据 创建标识:Senparc - 20180930 ----------------------------------------------------------------*/ using System.Collections.Generic; namespace Senparc.Weixin.MP.Ad...
0c82aa82e3196ea2fcb510a95c7e8c8124cfcded
Added tests for RSACng and DSACng
Added tests for RSACng and DSACng
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
UnitTests/Cryptography/AsymmetricAlgorithmExtensionTests.cs
mit
1,591,929,715
// // AsymmetricAlgorithmExtensionTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to ...
// // AsymmetricAlgorithmExtensionTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to ...
5041c74c7a525de4261b2bf800f97222cd4ede4f
Fix merge issue
Fix merge issue
ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu
osu.Game.Tournament/TournamentGameBase.cs
mit
1,591,929,015
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using Newtonsoft.Json; using osu.Framework.Allocation; using osu.Framework.Graphics.Textures; using osu.Framework.Input;...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using Newtonsoft.Json; using osu.Framework.Allocation; using osu.Framework.Graphics.Textures; using osu.Framework.Input;...
5ac9ccdbec0c62962b885596c6450c0715e9f8d7
Treat RSACng and DSACng as RSA and DSA respectively
Treat RSACng and DSACng as RSA and DSA respectively Don't need to cast to the *Cng class
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/AsymmetricAlgorithmExtensions.cs
mit
1,591,928,773
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
30bf9407e3a570609a94b291e29075851749a3a8
Update AsymmetricAlgorithmExtensions.cs
Update AsymmetricAlgorithmExtensions.cs Try catching TypeLoadExceptions
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/AsymmetricAlgorithmExtensions.cs
mit
1,591,927,575
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
d2c61570ca165ba64683cc16a718b90f38d41c64
Update AsymmetricAlgorithmExtensions.cs
Update AsymmetricAlgorithmExtensions.cs Try reordering code to avoid TypeLoadExceptions in Mono for RSACng/DSACng
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/AsymmetricAlgorithmExtensions.cs
mit
1,591,926,892
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
d64cae10543d01cae1ea764809a1fcd80241e21b
fix compile on net451
fix compile on net451
benjamin-hodgson/Pidgin
Pidgin/ExpectedCollector.cs
mit
1,591,926,358
using System; using System.Buffers; using System.Collections.Immutable; using System.Linq; namespace Pidgin { internal struct ExpectedCollector<TToken> { private static readonly bool _needsClear = #if NETCOREAPP System.Runtime.CompilerServices.RuntimeHelpers.IsReferenceOrContainsReferences<...
using System; using System.Buffers; using System.Collections.Immutable; using System.Linq; namespace Pidgin { internal struct ExpectedCollector<TToken> { private static readonly bool _needsClear = #if NETCOREAPP System.Runtime.CompilerServices.RuntimeHelpers.IsReferenceOrContainsReferences<...
b146fd69941e68d3eeffd51cc8fb32229678ac93
Update AsymmetricAlgorithmExtensions.cs
Update AsymmetricAlgorithmExtensions.cs
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/AsymmetricAlgorithmExtensions.cs
mit
1,591,925,960
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
// // AsymmetricAlgorithmExtensions.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
6ff87ad3eac5295cf3787869d6ff4be79403ed79
Fix eventhub tests
Fix eventhub tests
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/TestingFramework/Kephas.Testing/TestBase.cs
mit
1,591,925,683
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TestBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TestBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root ...
f07be8a89a055602ab193bb4c77391b9af850b7c
Fix Orchestration tests
Fix Orchestration tests
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Tests/Kephas.Orchestration.Tests/OrchestrationTestBase.cs
mit
1,591,925,392
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="OrchestrationTestBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="OrchestrationTestBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the ...
5fcf4adb7c6c4d733f8358098c80b629ce6217c2
Fix Timer tests
Fix Timer tests
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Tests/Kephas.Scheduling.Tests/Timers/TimerTriggerTest.cs
mit
1,591,925,330
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TimerTriggerTest.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proje...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TimerTriggerTest.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proje...
c0c32e500a9e5fe09e22a4c5479ebe25a1a07f47
Document SteamClient.IsValid
Document SteamClient.IsValid Copied wording from https://wiki.facepunch.com/steamworks/Setting_Up#using
Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks
Facepunch.Steamworks/SteamClient.cs
mit
1,591,924,918
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Steamworks.Data; namespace Steamworks { public static class SteamClient { static bool initialized; /// <summary> /// Initialize the steam client. /// If asyncCallback...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Steamworks.Data; namespace Steamworks { public static class SteamClient { static bool initialized; /// <summary> /// Initialize the steam client. /// If asyncCallback...
16d705fc7db5ab98105936082c9a5af07a0b7a33
changed queue to blocking collection
changed queue to blocking collection
NimbusAPI/Nimbus,NimbusAPI/Nimbus,NimbusAPI/Nimbus
src/Nimbus.Transports.AzureServiceBus/SendersAndRecievers/AzureServiceBusSubscriptionMessageReceiver.cs
mit
1,591,924,822
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.ServiceBus; using Nimbus.Configuration.Settings; using Nimbus.Extensions; using Nimbus.Infrastructure; using Nimbus.Infrastructure.MessageSendersAndReceivers; ...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.ServiceBus; using Nimbus.Configuration.Settings; using Nimbus.Extensions; using Nimbus.Infrastructure; using Nimbus.Infrastructure.MessageSendersAndReceivers; using Nimbus.InfrastructureContracts;...
8eec266c64ec04718f43981a7ec35424b997e67f
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,591,924,557
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
2842a65dee7d22c056c13e65e3e3d4cbeec683c8
Improve caching of clients to reduce Azure Functions burps. (#688)
Improve caching of clients to reduce Azure Functions burps. (#688)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/pipeline-witness/Azure.Sdk.Tools.PipelineWitness/RunProcessor.cs
mit
1,591,923,433
using Azure.Cosmos; using Azure.Identity; using Azure.Sdk.Tools.PipelineWitness.Entities.AzurePipelines; using Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis; using Azure.Security.KeyVault.Secrets; using Microsoft.AspNetCore.WebUtilities; using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions....
using Azure.Cosmos; using Azure.Identity; using Azure.Sdk.Tools.PipelineWitness.Entities.AzurePipelines; using Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis; using Azure.Security.KeyVault.Secrets; using Microsoft.AspNetCore.WebUtilities; using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions....
fca6a6d69f3724091c2f72b1f4ea7034614633d7
Implement file drop with DragDrop event
Implement file drop with DragDrop event
peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu
osu.Desktop/OsuGameDesktop.cs
mit
1,591,920,981
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.Win32; using osu.Desktop.Overlays; using osu.Fram...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.Win32; using osu.Desktop.Overlays; using osu.Fram...
c3db2388a51acd2616e2aaa8fac3e00a97115fa8
Added the RestartSignal handling in the RootAppLifecycleBehavior.
Added the RestartSignal handling in the RootAppLifecycleBehavior.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Orchestration/Application/RootAppLifecycleBehavior.cs
mit
1,591,919,228
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RootAppLifecycleBehavior.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in t...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RootAppLifecycleBehavior.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in t...
9f934358226d78779a8b404cd70d577d70d91e10
Update NarrowMapList.cs
Update NarrowMapList.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/Field/Map/NarrowMapList.cs
mit
1,591,918,818
using System; using System.Linq; public static class NarrowMapList { public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo); public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0; private static readonly Int32[] List = new[] { ...
using System; using System.Linq; public static class NarrowMapList { public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo); public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0; private static readonly Int32[] List = new[] { ...
f9acce1fccbe33d84d84132aff9b53f262c6d773
Update FieldMap.cs
Update FieldMap.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/Field/Map/FieldMap.cs
mit
1,591,918,280
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0, Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknown1 | Unknown2 ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0, Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknown1 | Unknown2 ...
c4f298706dc8e3a7a2c505e6a0f3fc98b3689fa6
Reset file counter, when creating new index
Reset file counter, when creating new index
koepalex/code-searcher,koepalex/code-searcher
CodeSearcher.Index/CodeSearcherLogic.cs
apache-2.0
1,591,913,658
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using CodeSearcher.Interfaces; namespace CodeSearcher.BusinessLogic { internal class CodeSearcherLogic : ICodeSearcherLogic { private readonly ICodeSearcherLogger m_Logger; private static long m_F...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using CodeSearcher.Interfaces; namespace CodeSearcher.BusinessLogic { internal class CodeSearcherLogic : ICodeSearcherLogic { private readonly ICodeSearcherLogger m_Logger; private static long m_F...
75be6bf1f76af7f6c4d37a7a121f7caf561f39ac
Fixing issue where accessing OptionSet MetaData returns an error (#247)
Fixing issue where accessing OptionSet MetaData returns an error (#247) When attempting to access an optionset attribute's metadata using GetMetaData extension, an error is always thrown.
daryllabar/DLaB.Xrm.XrmToolBoxTools
DLaB.CrmSvcUtilExtensions/Entity/OptionSetMetadataAttributeGenerator.cs
mit
1,591,913,542
using Microsoft.Crm.Services.Utility; using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Reflection; using CodeDomMemberAttributes = System.CodeDom.MemberAttributes; namespace DLaB.CrmSvcUtilExtensions.Entity { public class OptionSetMetadataAttributeGenerator : I...
using Microsoft.Crm.Services.Utility; using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Reflection; using CodeDomMemberAttributes = System.CodeDom.MemberAttributes; namespace DLaB.CrmSvcUtilExtensions.Entity { public class OptionSetMetadataAttributeGenerator : I...
2b9018e4fc1ebab14136be684df3ffa6a55ad9d7
Update Graphics.cs
Update Graphics.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Memoria/Configuration/Access/Graphics.cs
mit
1,591,912,888
using System; using UnityEngine; namespace Memoria { public sealed partial class Configuration { public static class Graphics { public static Boolean Enabled => Instance._graphics.Enabled; public static Int32 BattleFPS => Instance._graphics.BattleFPS; public ...
using System; using UnityEngine; namespace Memoria { public sealed partial class Configuration { public static class Graphics { public static Boolean Enabled => Instance._graphics.Enabled; public static Int32 BattleFPS => Instance._graphics.BattleFPS; public ...
ccb9a02e79d194675845101b21987768314fb162
Some more vars.
Some more vars.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Frameworks/Framework/NativeLibraryLoader.cs
apache-2.0
1,591,912,769
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
80ae33a6a6f7bbaa46668467f85c7584ef33b8b0
Some more factoring.
Some more factoring.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Frameworks/Framework/NativeLibraryLoader.cs
apache-2.0
1,591,912,630
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
72a1aedd691d6c6d97679a2484bfead713c5a4df
Use extension method.
Use extension method.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Frameworks/Framework/NativeLibraryLoader.cs
apache-2.0
1,591,912,513
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
d724ced909571eea955c487a0bac1ec6feb86426
Update main.cs
Update main.cs
dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D
modules/TruckToy/1/main.cs
mit
1,591,912,090
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
9614a66044ebeff6488fa0829dcb728e673d2c94
Update FieldMap.cs
Update FieldMap.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/Field/Map/FieldMap.cs
mit
1,591,911,915
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0, Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknown1 | Unknown2 ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0,HonoLateUpdate Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknow...
48c30b431d0f6e95ca22d5596093588037637a35
Update NarrowMapList.cs
Update NarrowMapList.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/Field/Map/NarrowMapList.cs
mit
1,591,911,406
using System; using System.Linq; public static class NarrowMapList { public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo); public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0; private static readonly Int32[] List = new[] { ...
using System; using System.Linq; public static class NarrowMapList { public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo); public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0; private static readonly Int32[] List = new[] { ...
3ddd014302c6478bacfbdefc813730045d14e3fe
Update FieldMap.cs
Update FieldMap.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/Field/Map/FieldMap.cs
mit
1,591,911,300
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0,HonoLateUpdate Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknow...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0,HonoLateUpdate Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknow...
d8bac5f29579146570a8ffdcd47f4895861dce62
Resolves #294
Resolves #294
HotcakesCommerce/core,HotcakesCommerce/core
Website/DesktopModules/Hotcakes/Core/Admin/AppCode/MenuProvider.cs
mit
1,591,910,665
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // Copyright (c) 2020 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and asso...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // Copyright (c) 2020 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and asso...
596f93324d5d6b7bdb5061097a42a252000ae40d
Fix nullable build warning (#22838)
Fix nullable build warning (#22838)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Http/Headers/test/SetCookieHeaderValueTest.cs
apache-2.0
1,591,908,535
// 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.Net; using System.Text; using Microsoft.Extensions.Primitives; using Moq...
// 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.Net; using System.Text; using Microsoft.Extensions.Primitives; using Moq...
c4668f5ef3f57c639085a35b32e663ba78f5a440
Add tests for float math utils
Add tests for float math utils
jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,AvaloniaUI/Avalon...
tests/Avalonia.Base.UnitTests/Utilities/MathUtilitiesTests.cs
mit
1,591,908,232
using System; using Avalonia.Utilities; using Xunit; namespace Avalonia.Base.UnitTests.Utilities { public class MathUtilitiesTests { private const double AnyValue = 42.42; private readonly double _calculatedAnyValue; private readonly double _one; private readonly double _zero; ...
using System; using Avalonia.Utilities; using Xunit; namespace Avalonia.Base.UnitTests.Utilities { public class MathUtilitiesTests { [Fact] public void Two_Equivalent_Double_Values_Are_Close() { const int N = 10; var x = 42.42; var y = 0.0; ...
7d58898dda98a3f95030b50daa32fbb164aad00a
Update Program.cs
Update Program.cs
LMStudent/hallo-github
HalloGitHub/Program.cs
cc0-1.0
1,591,908,189
using System; using System.IO; using System.Net; namespace HalloGitHub { class Program { private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart"; static void Main(string[] args) { Console.WriteLine("I...
using System; using System.IO; using System.Net; namespace HalloGitHub { class Program { private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart"; static void Main(string[] args) { Console.WriteLine("I...
0138dc9302a67748303961ee79dec0471bf70ed3
Breaking change: Fix the order of execution of feature behaviors in feature initialization. Also, added support for [Override] behaviors, both in app and feature lifetime behaviors.
Breaking change: Fix the order of execution of feature behaviors in feature initialization. Also, added support for [Override] behaviors, both in app and feature lifetime behaviors.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Application/DefaultAppManager.cs
mit
1,591,907,831
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultAppManager.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proj...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultAppManager.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proj...
49fd9137d642afadcd3c022b049ac32e9cb2f38d
wip lookup
wip lookup
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,591,906,913
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
453a516b8b19541dbe5f1640873d2c5b683c5b09
Cake SymbolLocation now returns Structure
Cake SymbolLocation now returns Structure
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
tests/OmniSharp.Roslyn.CSharp.Tests/FindSymbolsFacts.cs
mit
1,591,906,772
using System.Linq; using System.Threading.Tasks; using OmniSharp.Models; using OmniSharp.Models.FindSymbols; using OmniSharp.Roslyn.CSharp.Services.Navigation; using Microsoft.CodeAnalysis; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.Roslyn.CSharp.Tests { public class FindSymbolsF...
using System.Linq; using System.Threading.Tasks; using OmniSharp.Models; using OmniSharp.Models.FindSymbols; using OmniSharp.Roslyn.CSharp.Services.Navigation; using Microsoft.CodeAnalysis; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.Roslyn.CSharp.Tests { public class FindSymbolsF...
d040b099bbe2a19b992707f1cadca9cb13735fa6
added missing xml-docs
added missing xml-docs
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,591,906,757
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
20af39540ee68d82bd48c254f1802259f45b56dc
Looks for public Create SymbolKey method
Looks for public Create SymbolKey method
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.Roslyn/BaseExternalSourceService.cs
mit
1,591,906,735
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using OmniSharp.Extensions; using OmniSharp.Services; using OmniSharp....
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using OmniSharp.Extensions; using OmniSharp.Services; using OmniSharp....
75b827815d950f3ceabe8b77af4a80c362871ae5
Update ImplementInterface equivalence key
Update ImplementInterface equivalence key
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
tests/OmniSharp.Roslyn.CSharp.Tests/ImplementTypeFacts.cs
mit
1,591,906,696
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using OmniSharp.Models; using OmniSharp.Models.V2.CodeActions; using OmniSharp.Roslyn.CSharp.Services.Refactoring.V2; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.Roslyn.CSharp.Tests { public class ...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using OmniSharp.Models; using OmniSharp.Models.V2.CodeActions; using OmniSharp.Roslyn.CSharp.Services.Refactoring.V2; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.Roslyn.CSharp.Tests { public class ...
7add006204b499b1c81ed5169b2ed874a42115bc
finished AddOrUpdate
finished AddOrUpdate
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,591,906,507
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
ebd8bd5973b91387b2e33f99ad79c2326c7f8d27
Improve CLI error message when [startupassembly] path is invalid
Improve CLI error message when [startupassembly] path is invalid
domaindrivendev/Ahoy,domaindrivendev/Ahoy,domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Swashbuckle.AspNetCore
src/Swashbuckle.AspNetCore.Cli/Program.cs
mit
1,591,906,449
using System; using System.Reflection; using System.Diagnostics; using System.IO; using System.Runtime.Loader; using System.Linq; using Microsoft.Extensions.DependencyInjection; using Microsoft.OpenApi.Writers; using Swashbuckle.AspNetCore.Swagger; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore; using ...
using System; using System.Reflection; using System.Diagnostics; using System.IO; using System.Runtime.Loader; using System.Linq; using Microsoft.Extensions.DependencyInjection; using Microsoft.OpenApi.Writers; using Swashbuckle.AspNetCore.Swagger; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore; using ...
0e4f78a5c247c4c410c78ee3ee160a1ab2879966
Fix cross instance chat bot leak
Fix cross instance chat bot leak
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Controllers/ChatController.cs
agpl-3.0
1,591,906,386
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Tgstation.Ser...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Tgstation.Ser...
ce533485f0ea6eab78893ca9a889b8f29c04658f
[Blazor] Register HttpClient as a scoped instance (#22770)
[Blazor] Register HttpClient as a scoped instance (#22770) This avoid the container holding on to transient HttpClient instances for the lifetime of the application.
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/ProjectTemplates/ComponentsWebAssembly.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/Program.cs
apache-2.0
1,591,906,363
using System; using System.Net.Http; using System.Collections.Generic; using System.Threading.Tasks; using System.Text; #if (!NoAuth && Hosted) using Microsoft.AspNetCore.Components.WebAssembly.Authentication; #endif using Microsoft.AspNetCore.Components.WebAssembly.Hosting; using Microsoft.Extensions.Configuration; us...
using System; using System.Net.Http; using System.Collections.Generic; using System.Threading.Tasks; using System.Text; #if (!NoAuth && Hosted) using Microsoft.AspNetCore.Components.WebAssembly.Authentication; #endif using Microsoft.AspNetCore.Components.WebAssembly.Hosting; using Microsoft.Extensions.Configuration; us...
d1c3bc76bc8897c3815514c38713ee283ac441a6
moar cases
moar cases
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,591,906,153
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
e77e41e839273df478942b402682fff1fff7dc64
moar cases
moar cases
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,591,906,036
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>Represents an empty map</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMap<V>(); protected ImMap() { } }...
36193ab376b8ebcd8ad3d593c6ef04343bd43f0b
Done VGAScreen api docs
Done VGAScreen api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Graphics/VGAScreen.cs
bsd-3-clause
1,591,905,795
using System; using HALVGAScreen = Cosmos.HAL.VGAScreen; namespace Cosmos.System.Graphics { /// <summary> /// VGAScreen class. Used to control screen. /// </summary> public class VGAScreen { /// <summary> /// Text size. /// </summary> public enum TextSize { ...
using System; using HALVGAScreen = Cosmos.HAL.VGAScreen; namespace Cosmos.System.Graphics { public class VGAScreen { public enum TextSize { Size40x25, Size40x50, Size80x25, Size80x50, Size90x30, Size90x60 }; public enum ScreenSize { Size640x480, Size720x480, ...
8818018b55cf71ec24d7ebeb0cec0439e1e11d47
fix failing tests
fix failing tests
volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity,volkanceylan/Serenity
Serenity.Test/Data/DateTimeFieldKindTests.cs
mit
1,591,905,626
 namespace Serenity.Test.Data { using FakeItEasy; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Serenity.Data; using System; using System.Data; using Xunit; public partial class DateTimeFieldKindTests { private JsonSerializerSettings JsonSettin...
 namespace Serenity.Test.Data { using FakeItEasy; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Serenity.Data; using System; using System.Data; using Xunit; public partial class DateTimeFieldKindTests { private JsonSerializerSettings JsonSettin...
f9dbe21d3e4f296858406c38ed0a7a8e0eb73883
fix digito verificado geral linha digitavel boleto
fix digito verificado geral linha digitavel boleto
fortesinformatica/boletonet,fortesinformatica/boletonet,fortesinformatica/boletonet
src/Boleto.Net/Banco/Banco_Sicredi.cs
apache-2.0
1,591,905,608
using System; using System.Web.UI; using BoletoNet.Util; using System.Text; using BoletoNet.EDI.Banco; using BoletoNet.Excecoes; using System.Collections.Generic; using System.Linq; using BoletoNet.Enums; [assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")] namespace BoletoNet { /// <Author> /// S...
using System; using System.Web.UI; using BoletoNet.Util; using System.Text; using BoletoNet.EDI.Banco; using BoletoNet.Excecoes; using System.Collections.Generic; using System.Linq; using BoletoNet.Enums; [assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")] namespace BoletoNet { /// <Author> /// S...
1b16c6f32e93dbe9dff67e24ccd7265e5e149466
Prevented the benchmark from crashing on first run (when /output not exists).
Prevented the benchmark from crashing on first run (when /output not exists).
z4kn4fein/IocPerformance,danielpalme/IocPerformance
IocPerformance/Output/XmlOutputReader.cs
apache-2.0
1,591,905,496
using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using IocPerformance.Adapters; using IocPerformance.Benchmarks; namespace IocPerformance.Output { public static class XmlOutputReader { public static IEnumerable<BenchmarkResult> GetExistingBenchmarkResults( ...
using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using IocPerformance.Adapters; using IocPerformance.Benchmarks; namespace IocPerformance.Output { public static class XmlOutputReader { public static IEnumerable<BenchmarkResult> GetExistingBenchmarkResults( ...
11c38f58adbdfe7ff1ab227012a0f9f8b476929b
Fix request start log message
Fix request start log message
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Controllers/ApiController.cs
agpl-3.0
1,591,904,998
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.Extensions.Logging; using Serilog.Context; using System; using System.Linq; using System.Net; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgsta...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.Extensions.Logging; using Serilog.Context; using System; using System.Globalization; using System.Linq; using System.Net; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Se...
8e2a5f209b018aeca0dd42dcbdd8f86c5acf980e
Change ErrorCode 1 default message
Change ErrorCode 1 default message
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Api/Models/ErrorCode.cs
agpl-3.0
1,591,904,960
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
60a8e89cdbf728519c8e615fcf261624a02de7c7
fix node and graph multi-edit (#273)
fix node and graph multi-edit (#273) Co-authored-by: Israel Prince-Beliveau <11c433609e52426a36abbaf5608f0761663868ec@kabaminc.com>
Siccity/UnityNodeEditorCore
Scripts/Editor/GraphAndNodeEditor.cs
mit
1,591,904,404
using UnityEditor; using UnityEngine; #if ODIN_INSPECTOR using Sirenix.OdinInspector.Editor; using Sirenix.Utilities; using Sirenix.Utilities.Editor; #endif namespace XNodeEditor { /// <summary> Override graph inspector to show an 'Open Graph' button at the top </summary> [CustomEditor(typeof(XNode.NodeGraph)...
using UnityEditor; using UnityEngine; #if ODIN_INSPECTOR using Sirenix.OdinInspector.Editor; using Sirenix.Utilities; using Sirenix.Utilities.Editor; #endif namespace XNodeEditor { /// <summary> Override graph inspector to show an 'Open Graph' button at the top </summary> [CustomEditor(typeof(XNode.NodeGraph)...
73dc703541a49f2328d975176152d3ec5570afff
Reword & move xmldoc note to remarks
Reword & move xmldoc note to remarks
ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-fram...
osu.Framework/Graphics/UserInterface/TabControl.cs
mit
1,591,902,968
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Bindables; 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 System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Bindables; using osu.Framew...
04b00b83c950b2b10da7063b425dcf5d3b646098
Done Pen class api docs
Done Pen class api docs
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Graphics/Pen.cs
bsd-3-clause
1,591,902,815
using System; using System.Drawing; namespace Cosmos.System.Graphics { /* * This represents a Pen the same thing a drawer uses to paint. * For now it is a very little abstraction it put together a color and the width of the Pen in future * it could be more having maybe a concept of Style? * It...
using System; using System.Drawing; namespace Cosmos.System.Graphics { /* * This represents a Pen the same thing a drawer uses to paint. * For now it is a very little abstraction it put together a color and the width of the Pen in future * it could be more having maybe a concept of Style? * It...
3b0a030f4d230fe8751774a7bd62bc225e49d74f
Add handlers for all window command actions.
Add handlers for all window command actions.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,591,902,614
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
3f4e4f3852523639eb4a196fbf58f13a63a49905
Extract method PostSysCommandMessage.
Extract method PostSysCommandMessage.
PenguinF/sandra-three
Eutherion/Win/FormExtensions.cs
apache-2.0
1,591,901,138
#region License /********************************************************************************* * FormExtensions.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
#region License /********************************************************************************* * FormExtensions.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
5914c59043a66a8236c641ae205bbe119266b1cc
Add constants for remaining window menu commands.
Add constants for remaining window menu commands.
PenguinF/sandra-three
Eutherion/Win/Native/Constants.cs
apache-2.0
1,591,901,017
#region License /********************************************************************************* * Constants.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * Constants.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
8a16c8a516bea92abe5e623fdf26aefb67eb9466
Add support for time gate
Add support for time gate
tigrouind/AITD-roomviewer
Assets/Scripts/Room/RoomLoader.cs
mit
1,591,900,990
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; using System.Globalization; public class RoomLoader : MonoBehaviour { private in...
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; public class RoomLoader : MonoBehaviour { private int floor = 0; private int ro...
455b8a39351bdfcc2a74dca9938b81fab0ea7443
Sort SC constants.
Sort SC constants.
PenguinF/sandra-three
Eutherion/Win/Native/Constants.cs
apache-2.0
1,591,900,977
#region License /********************************************************************************* * Constants.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * Constants.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
b1fdfa926f7b70884dfa8eab929efdb0e9c61b63
Refactor room loading
Refactor room loading
tigrouind/AITD-roomviewer
Assets/Scripts/Room/RoomLoader.cs
mit
1,591,900,966
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; public class RoomLoader : MonoBehaviour { private int floor = 0; private int ro...
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; public class RoomLoader : MonoBehaviour { private int floor = 0; private int ro...
04a93272f8dbc1e0b408cb67b59923ebde12f1e6
Only add Close menu item to the about and credits text boxes.
Only add Close menu item to the about and credits text boxes.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/Session.ToolForms.cs
apache-2.0
1,591,900,878
#region License /********************************************************************************* * Session.ToolForms.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
#region License /********************************************************************************* * Session.ToolForms.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
db2ced15867a6aa539b54e7608c39769a95c7378
Emulate window menu in the globe menu dropdown.
Emulate window menu in the globe menu dropdown.
PenguinF/sandra-three
Sandra.UI/MdiContainerForm.cs
apache-2.0
1,591,900,757
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...