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
2808fdf46b0ac4f4523cec3a933f62d0af81bb8d
Add [ApiController] to XGameApiController
Add [ApiController] to XGameApiController
leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net
JoinRpg.Portal/Controllers/XGameApi/XGameApiController.cs
mit
1,588,602,508
using JoinRpg.Data.Interfaces; using JoinRpg.Portal.Infrastructure; using Microsoft.AspNet.Identity; using Microsoft.AspNetCore.Mvc; namespace JoinRpg.Web.Controllers.XGameApi { [DiscoverProjectFilter] [ApiController] public class XGameApiController : ControllerBase { public XGameApiController(IProje...
using JoinRpg.Data.Interfaces; using JoinRpg.Portal.Infrastructure; using Microsoft.AspNet.Identity; using Microsoft.AspNetCore.Mvc; namespace JoinRpg.Web.Controllers.XGameApi { [DiscoverProjectFilter] public class XGameApiController : ControllerBase { public XGameApiController(IProjectRepository project...
3ce20080b09bb4701f095623a881084e44b768fe
remove principalpermission
remove principalpermission
leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net
JoinRpg.Services.Impl/ProjectService.cs
mit
1,588,602,508
using System; using System.Collections.Generic; using System.Data.Entity.Validation; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Interfaces; using JoinRpg.Data.Write.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers; using JoinRpg.Inter...
using System; using System.Collections.Generic; using System.Data.Entity.Validation; using System.Linq; using System.Security.Permissions; using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Interfaces; using JoinRpg.Data.Write.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using J...
0cc0a7a53f160dd8e189b19c68cc69ff5c3225d5
fix routes for group
fix routes for group
leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net
JoinRpg.Portal/Controllers/GameGroupsController.cs
mit
1,588,602,508
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers; using JoinRpg.Portal.Controllers.Common; using JoinRpg.Portal.Infrastructure; using JoinRpg.P...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers; using JoinRpg.Portal.Controllers.Common; using JoinRpg.Portal.Infrastructure; using JoinRpg.P...
49cb2a6497498b8cb47ba6033384d85ce390b991
ignore errorpage for swagger
ignore errorpage for swagger
leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net
JoinRpg.Portal/Controllers/ErrorPageController.cs
mit
1,588,602,508
using System.Diagnostics; using JoinRpg.Portal.Models; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Mvc; using ControllerBase = JoinRpg.Portal.Controllers.Common.ControllerBase; namespace JoinRpg.Portal.Controllers { [AllowAnonymous] [ApiExplore...
using System.Diagnostics; using JoinRpg.Portal.Models; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Mvc; using ControllerBase = JoinRpg.Portal.Controllers.Common.ControllerBase; namespace JoinRpg.Portal.Controllers { [AllowAnonymous] public clas...
270dd2c6becf66c08b4707e523ba0c4f066461fb
add another hack to prevent creating characters without names
add another hack to prevent creating characters without names
leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net
JoinRpg.Domain/CharacterFields/FieldSaveHelper.cs
mit
1,588,602,508
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using JoinRpg.DataModel; using JoinRpg.Helpers; namespace JoinRpg.Domain.CharacterFields { /// <summary> /// Saves fields either to character or to claim /// </summary> //TODO That should be service with int...
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using JoinRpg.DataModel; using JoinRpg.Helpers; namespace JoinRpg.Domain.CharacterFields { /// <summary> /// Saves fields either to character or to claim /// </summary> //TODO That should be service with int...
83d4d34b8190d7136986d646df0481f413454378
Show error page for developer mode
Show error page for developer mode
leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net
JoinRpg.Portal/Startup.cs
mit
1,588,602,508
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Joinrpg.Web.Identity; using Autofac; using JoinRpg.DataModel; using JoinRpg.DI; usi...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Joinrpg.Web.Identity; using Autofac; using JoinRpg.DataModel; using JoinRpg.DI; usi...
df9a656c931a45f858e90e6905a27658d404b87e
remove inverse property annotation
remove inverse property annotation
joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net
JoinRpg.DataModel/Character.cs
mit
1,588,602,508
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using JetBrains.Annotations; using JoinRpg.Helpers; namespace JoinRpg.DataModel { // ReSharper disable once ClassWithVirtualMembersNeverInherited.Global ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using JetBrains.Annotations; using JoinRpg.Helpers; namespace JoinRpg.DataModel { // ReSharper disable once ClassWithVirtualMembersNeverInherited.Global ...
3c78e7a577fbbd3babae10f9aa83dd4b34afd016
fix routes for game group controller once again
fix routes for game group controller once again
leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net
JoinRpg.Portal/Controllers/GameGroupsController.cs
mit
1,588,602,508
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers; using JoinRpg.Portal.Controllers.Common; using JoinRpg.Portal.Infrastructure; using JoinRpg.P...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers; using JoinRpg.Portal.Controllers.Common; using JoinRpg.Portal.Infrastructure; using JoinRpg.P...
91eba1c47a44919806d6a58240717920e9a31b6d
Make DbServiceImplBase read current user for ICurrentUserAccessor
Make DbServiceImplBase read current user for ICurrentUserAccessor
joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net
JoinRpg.Services.Impl/UserServiceImpl.cs
mit
1,588,602,508
using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Write.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers; using JoinRpg.Interfaces; using JoinRpg.Services.Interfaces; namespace JoinRpg.Services.Impl { [UsedImplicitly] public class UserServiceImpl : DbSe...
using System.Threading.Tasks; using JetBrains.Annotations; using JoinRpg.Data.Write.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers; using JoinRpg.Interfaces; using JoinRpg.Services.Interfaces; namespace JoinRpg.Services.Impl { [UsedImplicitly] public class UserServiceImpl : DbSe...
490845eff69d2596d4e70dade2a138c264872c05
add view jetbrains annotations
add view jetbrains annotations
joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net
JoinRpg.Portal/Controllers/Common/ControllerBase.cs
mit
1,588,602,508
using System.Threading.Tasks; using JetBrains.Annotations; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace JoinRpg.Portal.Controllers.Common { public abstract class ControllerBase : Controller { protected ActionResult ViewIfFound([AspMvcView] string viewName, object model) ...
using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace JoinRpg.Portal.Controllers.Common { public abstract class ControllerBase : Controller { protected ActionResult ViewIfFound(string viewName, object model) => model == null ? (ActionResul...
8c43c5d662c01eb0b9d69924bbde166b0b08c1e3
Fix error with property binding
Fix error with property binding
leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net
JoinRpg.WebPortal.Models/CustomFieldsViewModels.cs
mit
1,588,602,508
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using JetBrains.Annotations; using Joinrpg.Markdown; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers.Web; using JoinRpg.Web.Helpers; namespace JoinRpg.Web.Models { public class FieldPo...
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using Joinrpg.Markdown; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Helpers.Web; using JoinRpg.Web.Helpers; namespace JoinRpg.Web.Models { public class FieldPossibleValueViewModel { public FieldPoss...
374e693087290a94c3e5d52e5be3cd5e8c552b1f
fix problem with remoteIP could be null
fix problem with remoteIP could be null
joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net
JoinRpg.Portal/Controllers/AccountController.cs
mit
1,588,602,508
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using BitArmory.ReCaptcha; using Joinrpg.Web.Identity; using JoinRpg.Data.Interfaces; using JoinRpg.Portal.Identity; using JoinRpg.Portal.Infrastructure.Authentication; using JoinRpg.Services.I...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using BitArmory.ReCaptcha; using Joinrpg.Web.Identity; using JoinRpg.Data.Interfaces; using JoinRpg.Portal.Identity; using JoinRpg.Portal.Infrastructure.Authentication; using JoinRpg.Services.I...
3a26c59c72c2e6c0c3ddba4ee9895154f47e2701
set gowrapper size
set gowrapper size
fairygui/FairyGUI-unity
Assets/Scripts/UI/GLoader3D.cs
mit
1,588,602,314
using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// /// </summary> public partial class GLoader3D : GObject, IAnimationGear, IColorGear { string _url; AlignType _align; VertAlignType _verticalAlign; bool _autoSize; FillType _fill;...
using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// /// </summary> public partial class GLoader3D : GObject, IAnimationGear, IColorGear { string _url; AlignType _align; VertAlignType _verticalAlign; bool _autoSize; FillType _fill;...
8458a2c6b1e6c1810e859f1d9d02a40a8ded3ccf
add RequestFocus overload
add RequestFocus overload
fairygui/FairyGUI-unity
Assets/Scripts/UI/GObject.cs
mit
1,588,602,307
using System; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { public class GObject : EventDispatcher { /// <summary> /// GObject的id,仅作为内部使用。与name不同,id值是不会相同的。 /// id is for internal use only. /// </summary> public string id { get; private set; ...
using System; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { public class GObject : EventDispatcher { /// <summary> /// GObject的id,仅作为内部使用。与name不同,id值是不会相同的。 /// id is for internal use only. /// </summary> public string id { get; private set; ...
aee6e78e25bea8b1b8a53c1618029643a2cd1527
allow focus+selection for not-editable textfield
allow focus+selection for not-editable textfield
fairygui/FairyGUI-unity
Assets/Scripts/Core/Text/InputTextField.cs
mit
1,588,602,275
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。 /// </summary> public class InputTextField : RichTextField ...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { /// <summary> /// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。 /// </summary> public class InputTextField : RichTextField ...
7daf59f416774869a072b75410b007b9c9fd81b5
Ignore empty SHARED_ACCESS
Ignore empty SHARED_ACCESS
mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati
Duplicati.Library.Backend.Tardigrade/TardigradeBackend.cs
lgpl-2.1
1,588,602,250
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Models; namespace Duplicati.Library.Backend.Tardigrade { public class Tardigrade : IBackend { private const st...
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Models; namespace Duplicati.Library.Backend.Tardigrade { public class Tardigrade : IBackend { private const st...
b2ebb984f866d2eccec0f35b80b48b01a02b61f0
Release 1.18.5
Release 1.18.5
chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck
Version.cs
mit
1,588,602,044
using System.Reflection; using Version = TweetDuck.Version; [assembly: AssemblyVersion(Version.Tag)] [assembly: AssemblyFileVersion(Version.Tag)] namespace TweetDuck{ internal static class Version{ public const string Tag = "1.18.5"; } }
using System.Reflection; using Version = TweetDuck.Version; [assembly: AssemblyVersion(Version.Tag)] [assembly: AssemblyFileVersion(Version.Tag)] namespace TweetDuck{ internal static class Version{ public const string Tag = "1.18.4"; } }
0437e1cdebe33251bb0e4feca162600beb834a78
fixed small typo
fixed small typo
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs
mit
1,588,601,158
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using MiscUtil.Collections.Extensions; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using S...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using MiscUtil.Collections.Extensions; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using S...
d5a317cee6dc0e5f038bba2ce9e9f6a4a4a455c3
Invalidate TextBox on PasswordChar change
Invalidate TextBox on PasswordChar change
SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,j...
src/Avalonia.Controls/Presenters/TextPresenter.cs
mit
1,588,600,693
using System; using System.Reactive.Linq; using Avalonia.Media; using Avalonia.Metadata; using Avalonia.Threading; using Avalonia.VisualTree; namespace Avalonia.Controls.Presenters { public class TextPresenter : Control { public static readonly DirectProperty<TextPresenter, int> CaretIndexProperty = ...
using System; using System.Reactive.Linq; using Avalonia.Media; using Avalonia.Metadata; using Avalonia.Threading; using Avalonia.VisualTree; namespace Avalonia.Controls.Presenters { public class TextPresenter : Control { public static readonly DirectProperty<TextPresenter, int> CaretIndexProperty = ...
645c1bf87cf0a9f3b18c38f776968e20f295a404
Fix returning Now in scaled realtime mode and also fix cancellation (#33)
Fix returning Now in scaled realtime mode and also fix cancellation (#33)
stuarthillary/SimSharp,abeham/SimSharp
src/SimSharp/Core/Environment.cs
mit
1,588,600,625
#region License Information /* * This file is part of SimSharp which is licensed under the MIT license. * See the LICENSE file in the project root for more information. */ #endregion using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Threading; using System.Thre...
#region License Information /* * This file is part of SimSharp which is licensed under the MIT license. * See the LICENSE file in the project root for more information. */ #endregion using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Threading; using System.Thre...
4949109bf8ff5b4ca152596ae37f7a60b9ce7f2e
CA-337323: SR.scan should be added to the method list of the Import wizard's RBAC page
CA-337323: SR.scan should be added to the method list of the Import wizard's RBAC page Otherwise it is evaluated independently and launches the RoleElevation dialog. Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin
XenAdmin/Wizards/ImportWizard/ImportWizard.cs
bsd-2-clause
1,588,599,024
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
20d5f401091bca4b05d1b85ea7c8c051c66c87cd
dispose of desktop duplicator after catching
dispose of desktop duplicator after catching
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs
mit
1,588,598,647
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using MiscUtil.Collections.Extensions; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using S...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using MiscUtil.Collections.Extensions; using Newtonsoft.Json; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using S...
ca3b0fc93877f4cbef8f12568038bbd7f3b41717
Remove workaround for line marker renderer
Remove workaround for line marker renderer
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/CSharp/Daemon/Stages/PerformanceCriticalCodeAnalysis/Highlightings/PerformanceCriticalCodeLineMarker.cs
apache-2.0
1,588,598,017
using JetBrains.Application.UI.Controls.BulbMenu.Items; using JetBrains.DocumentModel; using JetBrains.ReSharper.Feature.Services.Daemon; using JetBrains.ReSharper.Psi.CSharp; using JetBrains.TextControl.DocumentMarkup; using JetBrains.TextControl.DocumentMarkup.LineMarkers; namespace JetBrains.ReSharper.Plugins.Unity...
using JetBrains.Application.UI.Controls.BulbMenu.Items; using JetBrains.DocumentModel; using JetBrains.ReSharper.Feature.Services.Daemon; using JetBrains.ReSharper.Psi.CSharp; using JetBrains.TextControl.DocumentMarkup; using JetBrains.TextControl.DocumentMarkup.LineMarkers; namespace JetBrains.ReSharper.Plugins.Unity...
29e6edd227eb33dab02e49c297d92d6981f1e61b
Fixed broken build
Fixed broken build
Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core
src/JsonApiDotNetCore/Extensions/ApplicationBuilderExtensions.cs
mit
1,588,596,928
using JsonApiDotNetCore.Internal; using JsonApiDotNetCore.Middleware; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; namespace JsonApiDotNetCore { public static class ApplicationBuilderExtensions { /// <summary> /// Validates the resource graph and optionall...
using JsonApiDotNetCore.Internal; using JsonApiDotNetCore.Middleware; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; namespace JsonApiDotNetCore { public static class ApplicationBuilderExtensions { /// <summary> /// Validates the resource graph and optionall...
2ed3b112124281967dd502a10f48b10729082c17
Release 7.7
Release 7.7
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite/Properties/AssemblyInfo.cs
mit
1,588,596,733
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows.Markup; [assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)] // General Information about an assem...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows.Markup; [assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)] // General Information about an assem...
0cb09d7473155379a022ec893667facfadbfb447
#99 Get-IshFolderContent should allow an empty VersionFilter to return all versions of objects
#99 Get-IshFolderContent should allow an empty VersionFilter to return all versions of objects
sdl/ISHRemote,sdl/ISHRemote
Source/ISHRemote/Trisoft.ISHRemote/Cmdlets/Folder/GetIshFolderContent.cs
apache-2.0
1,588,596,680
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
6860325c438f0d9d60e2c6d54fb5b5e9ece38d4a
Warning cleanup
Warning cleanup
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Plugins/OriginLibrary.Tests/OriginLibraryTests.cs
mit
1,588,596,590
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using System.IO; using Playnite; using Playnite.SDK.Models; using Moq; using Playnite.SDK; using Playnite.SDK.Plugins; using Playnite.API; using Playnite.Tests; using...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using System.IO; using Playnite; using Playnite.SDK.Models; using Moq; using Playnite; using Playnite.SDK; using Playnite.SDK.Plugins; using Playnite.API; using Playn...
72875ae2e165c8cff0ae9fa020faf5e20048f92c
Fix: Crash when selecting path for game action
Fix: Crash when selecting path for game action
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite.Common/SystemDialogs.cs
mit
1,588,596,590
using Microsoft.Win32; using Microsoft.WindowsAPICodePack.Dialogs; using Playnite.SDK; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; namespace Playnite.Common { public class SystemDialogs ...
using Microsoft.Win32; using Microsoft.WindowsAPICodePack.Dialogs; using Playnite.SDK; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; namespace Playnite.Common { public class SystemDialogs ...
befbaa228df2ae99f9ed07c337dfe203db3d4d41
Fix: Crash when importing games from folder
Fix: Crash when importing games from folder
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite.DesktopApp/ViewModels/InstalledGamesViewModel.cs
mit
1,588,596,590
using Playnite; using Playnite.Database; using Playnite.SDK.Models; using Playnite.SDK; using Playnite.Commands; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Th...
using Playnite; using Playnite.Database; using Playnite.SDK.Models; using Playnite.SDK; using Playnite.Commands; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Th...
eae21979a8b7f6d90b1d1142eec0ef4288770a0d
Persistence: Make method public in CqlStorage
Persistence: Make method public in CqlStorage
Abc-Arbitrage/Zebus,Abc-Arbitrage/Zebus
src/Abc.Zebus.Persistence.CQL/Storage/CqlStorage.cs
mit
1,588,594,937
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Abc.Zebus.Persistence.CQL.Data; using Abc.Zebus.Persistence.CQL.Util; using Abc.Zebus.Persistence.Matching; using Abc.Zebus.Persistence.Messages; using Abc.Zebus.Persistence.Reporter; using Ab...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Abc.Zebus.Persistence.CQL.Data; using Abc.Zebus.Persistence.CQL.Util; using Abc.Zebus.Persistence.Matching; using Abc.Zebus.Persistence.Messages; using Abc.Zebus.Persistence.Reporter; using Ab...
6ffda86d6b584e73846409837a350b4041fce0d0
Fix interface refactor remove entity action
Fix interface refactor remove entity action
xirqlz/blueprint41
Blueprint41/Interface.cs
mit
1,588,594,217
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Blueprint41.Neo4j.Refactoring; namespace Blueprint41 { public class Interface : IRefactorInterface { internal Interface(DatastoreModel parent, string name) { Parent = parent; Na...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Blueprint41.Neo4j.Refactoring; namespace Blueprint41 { public class Interface : IRefactorInterface { internal Interface(DatastoreModel parent, string name) { Parent = parent; Na...
c94c14f09aab35d56643c3de968c240cad928538
- ECS: Improved performance of HasComponent<T>() and GetComponent<T>(). - ECS: Removed GC allocs from GetComponent and HasComponent by storing components in a list instead of a HashSet.
- ECS: Improved performance of HasComponent<T>() and GetComponent<T>(). - ECS: Removed GC allocs from GetComponent and HasComponent by storing components in a list instead of a HashSet.
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Modules/ECS/EntityManager.cs
mit
1,588,593,368
using System; using System.Collections; using System.Collections.Generic; using UniRx; using System.Linq; using FlatBuffers; using System.Text; using Zenject; using Service.Serializer; namespace ECS { public class EntityManager : IEntityManager { /// <summary> /// Holds components of entities ...
using System; using System.Collections; using System.Collections.Generic; using UniRx; using System.Linq; using FlatBuffers; using System.Text; using Zenject; using Service.Serializer; namespace ECS { public class EntityManager : IEntityManager { /// <summary> /// Holds components of entities ...
c345d3925f18390a7950941716cbd2c955829056
Wait a bit longer in some case to try to resume playing. For the case that a launch is still running.
Wait a bit longer in some case to try to resume playing. For the case that a launch is still running.
SamDel/ChromeCast-Desktop-Audio-Streamer
Source/ChromeCast.Desktop.AudioStreamer/Communication/DeviceCommunication.cs
mit
1,588,592,978
using System; using System.Linq; using System.Web.Script.Serialization; using ChromeCast.Desktop.AudioStreamer.Communication.Classes; using ChromeCast.Desktop.AudioStreamer.ProtocolBuffer; using ChromeCast.Desktop.AudioStreamer.Application.Interfaces; using ChromeCast.Desktop.AudioStreamer.Communication.Interfaces; us...
using System; using System.Linq; using System.Web.Script.Serialization; using ChromeCast.Desktop.AudioStreamer.Communication.Classes; using ChromeCast.Desktop.AudioStreamer.ProtocolBuffer; using ChromeCast.Desktop.AudioStreamer.Application.Interfaces; using ChromeCast.Desktop.AudioStreamer.Communication.Interfaces; us...
47504489f4a8d1e310e18f3cddde29baf1149ec8
Start/Stop is getting the status already. Skip the periodically status update then.
Start/Stop is getting the status already. Skip the periodically status update then.
SamDel/ChromeCast-Desktop-Audio-Streamer
Source/ChromeCast.Desktop.AudioStreamer/Application/Device.cs
mit
1,588,592,734
using System; using System.Net.Sockets; using System.Windows.Forms; using NAudio.Wave; using Microsoft.Practices.Unity; using ChromeCast.Desktop.AudioStreamer.Communication; using ChromeCast.Desktop.AudioStreamer.Communication.Classes; using ChromeCast.Desktop.AudioStreamer.UserControls; using ChromeCast.Desktop.Audio...
using System; using System.Net.Sockets; using System.Windows.Forms; using NAudio.Wave; using Microsoft.Practices.Unity; using ChromeCast.Desktop.AudioStreamer.Communication; using ChromeCast.Desktop.AudioStreamer.Communication.Classes; using ChromeCast.Desktop.AudioStreamer.UserControls; using ChromeCast.Desktop.Audio...
1d2bc734629b1059a65300403cb34879aabc7a67
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,588,592,503
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
990db7bd9b195e8844a049941f934f9d73a7a87f
rename CreateIfNecessary -> CreateBlobContainerIfNotExists
rename CreateIfNecessary -> CreateBlobContainerIfNotExists
MehdyKarimpour/extensions,signumsoftware/extensions,AlejandroCano/extensions,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,signumsoftware/framework,AlejandroCano/extensions
Signum.Engine.Extensions/Files/AzureBlobStoragebFileTypeAlgorithm.cs
mit
1,588,592,163
using Azure; using Azure.Storage.Blobs; using DocumentFormat.OpenXml.Office2013.Excel; using Signum.Entities.Files; using Signum.Utilities; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; namespace Signum.Engine.Files { public ...
using Azure; using Azure.Storage.Blobs; using DocumentFormat.OpenXml.Office2013.Excel; using Signum.Entities.Files; using Signum.Utilities; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; namespace Signum.Engine.Files { public ...
06ac264004a69ed50b9aa84656845602aad3e6b9
Do not recursively scan for nuspec file as it breaks setups where a package repo path is inside another package - reverts parts of previous commit
Do not recursively scan for nuspec file as it breaks setups where a package repo path is inside another package - reverts parts of previous commit
azeno/NuGetAssemblyLoader
VVVV.NuGetAssemblyLoader/AssemblyLoader.cs
mit
1,588,590,849
using System; using System.IO; using System.Reflection; using System.Linq; using System.Collections.Generic; using System.Runtime.Versioning; using NuGet; using System.Diagnostics; using System.Xml.Linq; using System.Timers; using System.Collections.Concurrent; using System.Text.RegularExpressions; names...
using System; using System.IO; using System.Reflection; using System.Linq; using System.Collections.Generic; using System.Runtime.Versioning; using NuGet; using System.Diagnostics; using System.Xml.Linq; using System.Timers; using System.Collections.Concurrent; using System.Text.RegularExpressions; names...
21672897592ea317805a2643401a04bf335dd55a
Исправлено падение теста с лицензированием
Исправлено падение теста с лицензированием
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/OneScript.DebugProtocol/TcpServer/TcpProtocolDtoBase.cs
mpl-2.0
1,588,590,714
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ usin...
// /*---------------------------------------------------------- // This Source Code Form is subject to the terms of the // Mozilla Public License, v.2.0. If a copy of the MPL // was not distributed with this file, You can obtain one // at http://mozilla.org/MPL/2.0/. // -------------------------------------------------...
033fe73f0970c081902fa1c5853526320735cfc0
CV-715 With Employer redirects.
CV-715 With Employer redirects.
SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice
src/SFA.DAS.ProviderApprenticeshipsService.Web/Controllers/CommitmentController.cs
mit
1,588,590,359
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using SFA.DAS.ProviderApprenticeshipsService.Web.Attributes; using SFA.DAS.ProviderApprenticeshipsService.Web.Models; using SFA.DAS.ProviderApprenticeshipsService.Web.Orchestrators; using SFA.DAS.Prov...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using SFA.DAS.ProviderApprenticeshipsService.Web.Attributes; using SFA.DAS.ProviderApprenticeshipsService.Web.Models; using SFA.DAS.ProviderApprenticeshipsService.Web.Orchestrators; using SFA.DAS.Prov...
d755bf2ac3bd595b0e6d1c43717526214c31a737
added output file integration tests
added output file integration tests
ParticularLabs/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,GitTools/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,dazinator/GitVersion,dazinator/GitVersion,ermshiperete/GitVersion,dazinator/GitVersion,asbjornu/GitVersion,asbjor...
src/GitVersionExe.Tests/JsonOutputOnBuildServerTest.cs
mit
1,588,590,220
using System.Collections.Generic; using System.IO; using GitTools.Testing; using GitVersion.BuildAgents; using GitVersion.OutputVariables; using Newtonsoft.Json; using NUnit.Framework; using Shouldly; namespace GitVersionExe.Tests { public class JsonOutputOnBuildServerTest { [Test] public void ...
using System.Collections.Generic; using GitTools.Testing; using GitVersion.BuildAgents; using NUnit.Framework; using Shouldly; namespace GitVersionExe.Tests { public class JsonOutputOnBuildServerTest { [Test] public void BeingOnBuildServerDoesntOverrideOutputJson() { using v...
af29b8da68d51a5d2a5f69c9d6ce04c3fd000ccf
Cherry pick #8058 to fix #8038
Cherry pick #8058 to fix #8038
abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,bjarnef/Umbraco-CMS,tcmorris/Umbraco-CMS,mattbrailsford/Umbraco-CMS,madsoulswe/Umbraco-CMS,NikRimington/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobS...
src/Umbraco.Core/Runtime/SqlMainDomLock.cs
mit
1,588,589,962
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using U...
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using Umbraco.Core.Persistence.Mappers; using Umbraco.Core.Pe...
089051e3bf8373490f2c551147e50f9299c62b2f
#44: Add ordering support for query-features
#44: Add ordering support for query-features
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/QueryFeaturesCommand.cs
lgpl-2.1
1,588,589,622
#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 /...
083b3f56a9f179b04ec1eb14d0736c0fd66413b9
CsvSecurityMessageAdapterProvider fix.
CsvSecurityMessageAdapterProvider fix.
StockSharp/StockSharp
Algo/Storages/ISecurityMessageAdapterProvider.cs
apache-2.0
1,588,587,754
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.IO; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using StockSharp.Logging; using StockSharp.Messages; using Key = System.Tuple<Messages.SecurityId, Messages.DataType>...
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.IO; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using StockSharp.Logging; using StockSharp.Messages; using Key = System.Tuple<Messages.SecurityId, Messages.DataType>...
af29644c56efb234b9c7042e166b65ef58d9a3c1
fixed enabling user on password change
fixed enabling user on password change
signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions
Signum.React.Extensions/Authorization/AuthController.cs
mit
1,588,586,923
using System; using System.ComponentModel.DataAnnotations; using System.Linq; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Signum.Engine; using Signum.Engine.Authorization; using Signum.Engine.Mailing; using Signum.Engine.Operations; using Signum.Entities; using Signum.Enti...
using System; using System.ComponentModel.DataAnnotations; using System.Linq; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Signum.Engine; using Signum.Engine.Authorization; using Signum.Engine.Mailing; using Signum.Engine.Operations; using Signum.Entities; using Signum.Enti...
fe31bac505bb59891325fc59afb4ba597df3e052
Fix build error
Fix build error
ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu
osu.Game/Overlays/SearchableList/DisplayStyleControl.cs
mit
1,588,584,020
// 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.Bindables; using osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; us...
// 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.Bindables; using osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; us...
020d3324057e8b04754089f939adf1d68d55125f
Use expression in FirstOrDefault parameter to filter list.
Use expression in FirstOrDefault parameter to filter list.
techyian/MMALSharp,techyian/MMALSharp
src/MMALSharp/Ports/PortExtensions.cs
mit
1,588,583,654
// <copyright file="PortExtensions.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Linq; using System.Runtime.InteropServices; using Microsoft.Extensions.Logging; using MMALSh...
// <copyright file="PortExtensions.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Linq; using System.Runtime.InteropServices; using Microsoft.Extensions.Logging; using MMALSh...
2dd938bf29134910f3769b5a26501b473d7185d2
Change to re-use the MainDomId of the normal maindom
Change to re-use the MainDomId of the normal maindom
mattbrailsford/Umbraco-CMS,leekelleher/Umbraco-CMS,bjarnef/Umbraco-CMS,madsoulswe/Umbraco-CMS,bjarnef/Umbraco-CMS,mattbrailsford/Umbraco-CMS,leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbrac...
src/Umbraco.Core/Runtime/SqlMainDomLock.cs
mit
1,588,583,540
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using U...
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using Umbraco.Core.Persistence.Mappers; usi...
0717d5b2467c78e24a5c0cbee7570e6b11e7fe8b
Fixes: SqlMainDom setting for Azure does not work in Load Balancing #8038
Fixes: SqlMainDom setting for Azure does not work in Load Balancing #8038
NikRimington/Umbraco-CMS,marcemarc/Umbraco-CMS,bjarnef/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,NikRiming...
src/Umbraco.Core/Runtime/SqlMainDomLock.cs
mit
1,588,582,675
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Web; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using Umbraco.Core.Persistence.Mappers; usi...
using System; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; using Umbraco.Core.Persistence.Mappers; using Umbraco.Core.Pe...
715e115f9e7123e44eb47f4e4a8619b47215f86e
Fix - Corretto disaccoppiamento schede contatto
Fix - Corretto disaccoppiamento schede contatto
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Persistence.MongoDB/GestioneSchedeContatto/UpDateSchedeContatto.cs
agpl-3.0
1,588,582,407
//----------------------------------------------------------------------- // <copyright file="UpDateRichiesta.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 Lice...
//----------------------------------------------------------------------- // <copyright file="UpDateRichiesta.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 Lice...
df737ff7aca16d9eae8776e849559b0b967eb2bf
replace FirstAsync with SingleAsync()
replace FirstAsync with SingleAsync()
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Queries/GetAccountSummary/GetAccountSummaryQueryHandler.cs
mit
1,588,582,194
using System; using System.Threading; using System.Threading.Tasks; using MediatR; using Microsoft.EntityFrameworkCore; using SFA.DAS.CommitmentsV2.Data; namespace SFA.DAS.CommitmentsV2.Application.Queries.GetAccountSummary { public class GetAccountSummaryQueryHandler : IRequestHandler<GetAccountSummaryQuery, Get...
using System; using System.Threading; using System.Threading.Tasks; using MediatR; using Microsoft.EntityFrameworkCore; using SFA.DAS.CommitmentsV2.Data; using SFA.DAS.CommitmentsV2.Data.Expressions; using SFA.DAS.CommitmentsV2.Models; namespace SFA.DAS.CommitmentsV2.Application.Queries.GetAccountSummary { public...
b88daa67b563b6ec268c24df28b8451895562e4a
(GH-3746) Fix capturing CalendarItem
(GH-3746) Fix capturing CalendarItem
MahApps/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro
src/MahApps.Metro/Controls/TimePicker/DateTimePicker.cs
mit
1,588,581,784
using System; using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Threading; namespace MahApps.Metro.Controls { /// <summary> /// Represents a control that allows the user to select a d...
using System; using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Threading; namespace MahApps.Metro.Controls { /// <summary> /// Represents a control that allows the user to select a d...
966f01bed66e3cc837641e2ce7e9bed35921505c
(GH-3746) Remove unused code
(GH-3746) Remove unused code
MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro
src/MahApps.Metro/Controls/TimePicker/DateTimePicker.cs
mit
1,588,581,784
using System; using System.ComponentModel; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Threading; namespace MahApps.Metro.Controls { /// <summary> /// Re...
using System; using System.ComponentModel; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Threading; namespace MahApps.Metro.Controls { /// <summary> /// Re...
45a3a556690ba94810b7d1c95b774e830f9e55a4
(GH-3746) Add DisplayDateChanged event handling
(GH-3746) Add DisplayDateChanged event handling
MahApps/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro
src/MahApps.Metro/Controls/TimePicker/DateTimePicker.cs
mit
1,588,581,784
using System; using System.ComponentModel; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Threading; namespace MahApps.Metro.Controls { /// <summary> /// Represents a control that all...
using System; using System.ComponentModel; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Threading; namespace MahApps.Metro.Controls { /// <summary> /// Represents a control that all...
5e9558f3a804e8491acf2c44507cfd85ecbb0970
Update EntityObjectStore.cs
Update EntityObjectStore.cs
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Core/NakedObjects.Persistor.Entity/Component/EntityObjectStore.cs
apache-2.0
1,588,581,501
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. // Unless requir...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. // Unless requir...
329e12726fa4791408250922dff840db97848671
Fix static log targets not being purged when a custom log storage location is specified
Fix static log targets not being purged when a custom log storage location is specified
peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,...
osu.Framework/Logging/Logger.cs
mit
1,588,581,410
// 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.Globalization; using System.IO; using osu.Framework.Platform; using System.Linq; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using osu.Framework.Platform; using System.Linq; u...
e0186fb6ca7ec0d5f73069fa09d1a4f8b6f4518e
Cert cleanup fixes
Cert cleanup fixes
webprofusion/Certify
src/Certify.Core/Management/CertifyManager/CertifyManager.cs
mit
1,588,581,383
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using Certify.Core.Management.Challenges; using Certify.Management.Servers; ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using Certify.Core.Management.Challenges; using Certify.Management.Servers; ...
5edabbdee25e38e3e0d1ab08296e5a4f6119e79b
Redirect log output to custom data directory
Redirect log output to custom data directory
smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu
osu.Game/OsuGameBase.cs
mit
1,588,581,335
// 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.Reflection; using System.Threading.Tasks; using osu.Framework.Allocation;...
// 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.Reflection; using System.Threading.Tasks; using osu.Framework.Allocation;...
4c2a9638c60779456c0679cca5b44d7d3a5f82ed
Update LogIt.cs
Update LogIt.cs
BlarghLabs/MoarUtils
commands/logging/LogIt.cs
mit
1,588,580,426
using MoarUtils.commands.exceptions; using MoarUtils.commands.validation; using MoarUtils.enums; using MoarUtils.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using System.Data.Entity.Validation...
using MoarUtils.commands.exceptions; using MoarUtils.commands.validation; using MoarUtils.enums; using MoarUtils.commands.logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using System.Data.Entity...
62d433c9c57b2de866d579f4bfbad543eadc9649
Adjust diffcalc test value
Adjust diffcalc test value
NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu
osu.Game.Rulesets.Catch.Tests/CatchDifficultyCalculatorTest.cs
mit
1,588,579,267
// 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 NUnit.Framework; using osu.Game.Beatmaps; using osu.Game.Rulesets.Catch.Difficulty; using osu.Game.Rulesets.Difficulty; using osu.Game.Tests.Beatmaps; namespace os...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Game.Beatmaps; using osu.Game.Rulesets.Catch.Difficulty; using osu.Game.Rulesets.Difficulty; using osu.Game.Tests.Beatmaps; namespace os...
45da52277c2ff82f1b8f2e183b96882952521d30
Add ConnectionStringBuilder to chat tests
Add ConnectionStringBuilder to chat tests
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/ChatTest.cs
agpl-3.0
1,588,579,152
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Inst...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Inst...
d912b20f5aea5857a53b803092c98f804ef3b974
Revise test coverage of Models.Th13
Revise test coverage of Models.Th13
y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter
ThScoreFileConverterTests/Models/Th13/CardReplacerTests.cs
bsd-2-clause
1,588,578,980
using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using ThScoreFileConverter.Models.Th13; using ThScoreFileConverterTests.Models.Th13.Stubs; using ClearDataStub = ThScoreFileConverterTests.Models.Th13.Stubs.ClearDataStub< ThScoreFileConverter.Mod...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using ThScoreFileConverter.Models.Th13; using ThScoreFileConverterTests.Models.Th13.Stubs; using ClearDataStub = ThScoreFileConverterTests.Models.Th13.Stubs.ClearDataStub< ThScoreFileConverter.Mod...
d83cef5f3dcdccc045925bbddcadcb8b1aba952e
Fix for tests failing
Fix for tests failing
KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,K...
src/Umbraco.PublishedCache.NuCache/PublishedSnapshotService.cs
mit
1,588,577,748
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Composing; using Umbraco.Core.C...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Composing; using Umbraco.Core.C...
cc335d9b875a05375798c7e5f255343a0f2178b0
Revert "fix Assembly.BuildTimeUTC"
Revert "fix Assembly.BuildTimeUTC" This reverts commit 57595c6b247473c711f84428194bf4a5a1114761.
AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework
Signum.Utilities/Reflection/ReflectionTools.cs
mit
1,588,577,577
using System; using System.Collections.Generic; using System.Reflection; using System.Linq.Expressions; using System.Collections; using System.ComponentModel; using System.Globalization; using System.Runtime.CompilerServices; using Signum.Utilities.ExpressionTrees; using System.IO; namespace Signum.Utilitie...
using System; using System.Collections.Generic; using System.Reflection; using System.Linq.Expressions; using System.Collections; using System.ComponentModel; using System.Globalization; using System.Runtime.CompilerServices; using Signum.Utilities.ExpressionTrees; using System.IO; namespace Signum.Utilitie...
d7469e6576fbe4bf4d23f9046399b3899c0ff58c
when we rebuild indexes in the back office we are actually calling index.CreateIndex() 2 times before populating
when we rebuild indexes in the back office we are actually calling index.CreateIndex() 2 times before populating
robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,leekelleher/Umbraco-CMS,NikRimington/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,hfloyd/Umbraco-CMS,NikRimington/Umbraco-CMS,arknu/Umbraco-CMS,arknu/Umbrac...
src/Umbraco.Web/Editors/ExamineManagementController.cs
mit
1,588,577,047
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Examine; using Examine.LuceneEngine.Providers; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Examine; using Umbraco.Web.Models.ContentEditin...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Examine; using Examine.LuceneEngine.Providers; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Examine; using Umbraco.Web.Models.ContentEditin...
9fcf608370768845a21794b5a5b9cd64f2780e43
Fix possible suspension issues with windows watchdog
Fix possible suspension issues with windows watchdog
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Watchdog/WindowsWatchdog.cs
agpl-3.0
1,588,576,873
using Microsoft.Extensions.Logging; using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Core; using Tgstation...
using Microsoft.Extensions.Logging; using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Core; using Tgstation...
6d3a24ff01cdeea9bf52d164087279989b277b6d
Reorder tick hit results
Reorder tick hit results
peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new
osu.Game/Rulesets/Scoring/HitResult.cs
mit
1,588,575,342
// 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.ComponentModel; namespace osu.Game.Rulesets.Scoring { public enum HitResult { /// <summary> /// Indicates that the object has not be...
// 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.ComponentModel; namespace osu.Game.Rulesets.Scoring { public enum HitResult { /// <summary> /// Indicates that the object has not be...
04f01ef0f2579ff73c609b6f59b125c7417b804f
Updated SetExtensionString method to remove extra validation
Updated SetExtensionString method to remove extra validation
aspose-3d/Aspose.3D-for-.NET
LiveDemos/src/Aspose.3D.Live.Demos.UI/Models/ViewModel.cs
mit
1,588,575,331
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.ThreeD.Live.Demos.UI.Config; using Aspose.ThreeD.Live.Demos.UI.Controllers; namespace Aspose.ThreeD.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.ThreeD.Live.Demos.UI.Config; using Aspose.ThreeD.Live.Demos.UI.Controllers; namespace Aspose.ThreeD.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } ...
a17fca00e772d41cc1d242b1c715169957e69f4f
Updated SetExtensionsString method to remove extra validation
Updated SetExtensionsString method to remove extra validation
aspose-words/Aspose.Words-for-.NET,aspose-words/Aspose.Words-for-.NET,asposewords/Aspose_Words_NET,asposewords/Aspose_Words_NET,asposewords/Aspose_Words_NET,aspose-words/Aspose.Words-for-.NET
LiveDemos/src/Aspose.Words.Live.Demos.UI/Models/ViewModel.cs
mit
1,588,575,192
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.Words.Live.Demos.UI.Config; using Aspose.Words.Live.Demos.UI.Controllers; namespace Aspose.Words.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } /// <s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.Words.Live.Demos.UI.Config; using Aspose.Words.Live.Demos.UI.Controllers; namespace Aspose.Words.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } /// <s...
504b04e61b25450ea0631634005426396958f0d7
DMAPI5.1 don't exist yet
DMAPI5.1 don't exist yet
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Interop/DMApiConstants.cs
agpl-3.0
1,588,573,797
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using Tgstation.Server.Host.Components.Interop.Converters; namespace Tgstation.Server.Host.Components.Interop { /// <summary> /// Constants used for communication with the DMAPI /// </summary> static class DMApiConstants { /// <summary> ...
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using Tgstation.Server.Host.Components.Interop.Converters; namespace Tgstation.Server.Host.Components.Interop { /// <summary> /// Constants used for communication with the DMAPI /// </summary> static class DMApiConstants { /// <summary> ...
46b0526db7afd25e1a962420ee8235df1f109801
Remove hack limiting max number of ticks
Remove hack limiting max number of ticks
peppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game.Rulesets.Catch/Objects/JuiceStream.cs
mit
1,588,573,624
// 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.Collections.Generic; using System.Linq; using osu.Game.Audio; using osu.Game.Beatmaps; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Rulesets.Catch....
// 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.Collections.Generic; using System.Linq; using osu.Game.Audio; using osu.Game.Beatmaps; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Rulesets.Catch....
12d9f2caabf1ce2aa27c1dcff81dca1e35d40e4b
Don't repeatedly trust the same .dmb
Don't repeatedly trust the same .dmb
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Byond/ByondExecutableLock.cs
agpl-3.0
1,588,573,307
using System; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Core; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.Components.Byond { /// <inheritdoc /> sealed class ByondExecutableLock : IByondExecutableLock { /// <inheritdoc /> public Vers...
using System; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Core; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.Components.Byond { /// <inheritdoc /> sealed class ByondExecutableLock : IByondExecutableLock { /// <inheritdoc /> public Vers...
02b9f51bdd4c2e0c2b07cefea40b54b4f0bbc0b2
Add failing test
Add failing test
peppy/osu-new,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu
osu.Game.Tests/Visual/SongSelect/TestScenePlaySongSelect.cs
mit
1,588,573,243
// 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.Text; using NUnit.Framework; using osu.Framework.Allocation; 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 System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framework.Allocation; using osu.Fr...
81889e0034115e5a22f4882b1f6e98703d9acf50
Fix tests potentially selecting a deleted beatmap
Fix tests potentially selecting a deleted beatmap
peppy/osu-new,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Tests/Visual/SongSelect/TestScenePlaySongSelect.cs
mit
1,588,573,243
// 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.Text; using NUnit.Framework; using osu.Framework.Allocation; 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 System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framework.Allocation; using osu.Fr...
ba2f5bbf6318e0149bc26b7adc7e522229b4be92
Remove unused raw input statics
Remove unused raw input statics
ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smo...
osu.Framework/Platform/Windows/Native/Input.cs
mit
1,588,572,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.Drawing; using System.Runtime.InteropServices; namespace osu.Framework.Platform.Windows.Native { internal static class Input { [DllImport("...
// 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.Drawing; using System.Runtime.InteropServices; using osuTK; namespace osu.Framework.Platform.Windows.Native { internal static class Input...
0b73908b3b2fd40818825505c8e342df412f426a
Remove integration test looping
Remove integration test looping
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,588,571,456
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...
00be7e973eae630000e35907046aae1c657c45fb
Fix formatter when wrapping parentless functions
Fix formatter when wrapping parentless functions
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/ScriptFormatter.cs
bsd-2-clause
1,588,571,339
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { ...
5492c0742208117d6e8d44cff818892909434aa2
Fix formatter for functions using local variables
Fix formatter for functions using local variables
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/ScriptFormatter.cs
bsd-2-clause
1,588,571,315
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { ...
a2fe4e765db2ed87d44f2d441c93158eb14fa1e5
Revise test coverage of Models.Th075
Revise test coverage of Models.Th075
y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter
ThScoreFileConverterTests/Models/Th075/CardReplacerTests.cs
bsd-2-clause
1,588,571,223
using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using ThScoreFileConverter.Models; using ThScoreFileConverter.Models.Th075; using ThScoreFileConverterTests.Models.Th075.Stubs; using Level = ThScoreFileConverter.Models.Th075.Level; namespace ThScor...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using ThScoreFileConverter.Models; using ThScoreFileConverter.Models.Th075; using ThScoreFileConverterTests.Models.Th075.Stubs; using Level = ThScoreFileConverter.Models.Th075.Level; namespace ThScor...
2181110fc5450fb8cebb724a24d710ef08de93cf
More tests = good
More tests = good
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/FunctionalTest.cs
agpl-3.0
1,588,571,093
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client.Components; using...
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client.Components; using...
9004f273a81a7294b65fa66cc53f13d79d98c9fe
Add support for switching BYOND versions in the WindowsWatchdog
Add support for switching BYOND versions in the WindowsWatchdog
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Watchdog/WindowsWatchdog.cs
agpl-3.0
1,588,570,005
using Microsoft.Extensions.Logging; using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Core; using Tgstation...
using Microsoft.Extensions.Logging; using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Chat; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Core; using Tgstation...
c34081c514383e561b06b59ea697e31142361f2d
revert sharedlathecomponent to master
revert sharedlathecomponent to master
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Shared/GameObjects/Components/Research/SharedLatheComponent.cs
mit
1,588,569,941
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using Robust.Shared.Utility; using System; using System.Collections.Generic; using Content.Shared.Research; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components.UserInterface; using Robus...
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using Robust.Shared.Utility; using System; using System.Collections.Generic; using Content.Shared.Research; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components.UserInterface; using Robu...
0abd0d87842d5e9f43372dd49dd6485e64911912
revert entrypoint to master
revert entrypoint to master
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Shared/EntryPoint.cs
mit
1,588,569,859
using System; using System.Collections.Generic; using Content.Shared.Maps; using Robust.Shared.ContentPack; using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Shared { public class EntryPoint : GameShared { #pragma warning disable 649 ...
using System; using System.Collections.Generic; using Content.Shared.Maps; using Robust.Shared.ContentPack; using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Shared { public class EntryPoint : GameShared { #pragma warning disable 649 ...
6930bf220bd8ebf503340141d2923677c699d750
trying that again
trying that again
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Shared/EntryPoint.cs
mit
1,588,569,526
using System; using System.Collections.Generic; using Content.Shared.Maps; using Robust.Shared.ContentPack; using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Prototypes; namespace Content.Shared { public class EntryPoint : GameShared { #pragma warning disable 649 ...
using System; using System.Collections.Generic; using System.Globalization; using Content.Shared.Maps; using Robust.Shared.ContentPack; using Robust.Shared.Interfaces.Map; using Robust.Shared.IoC; using Robust.Shared.Localization; using Robust.Shared.Prototypes; namespace Content.Shared { public class E...
be0c854637b1d15122ca3da03e7211a0eb5e806a
Display ToString of user script function for ObjectToString
Display ToString of user script function for ObjectToString
textamina/scriban,lunet-io/scriban
src/Scriban/TemplateContext.Helpers.cs
bsd-2-clause
1,588,569,398
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Numerics; using System.Reflecti...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Numerics; using System.Reflecti...
53cf268f2bf7dc970c4119bd6892c918142b77ec
Fix eval for anonymous function
Fix eval for anonymous function
textamina/scriban,lunet-io/scriban
src/Scriban/Syntax/Statements/ScriptFunction.cs
bsd-2-clause
1,588,569,363
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using Scriban.Runtime; namespace Scriban.Syntax { [ScriptSyntax("function statement", "func <variable> ... end")] public pa...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using Scriban.Runtime; namespace Scriban.Syntax { [ScriptSyntax("function statement", "func <variable> ... end")] public pa...
3229419a2d74010009e1080a855b3f65ed8dc675
Fix formatter
Fix formatter
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/ScriptFormatter.cs
bsd-2-clause
1,588,569,267
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { ...
1b70379205ef49e6828fa748b5cffaf3ee73af0e
Improve process logging
Improve process logging
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/System/Process.cs
agpl-3.0
1,588,568,064
using BetterWin32Errors; using Microsoft.Extensions.Logging; using System; using System.Diagnostics; using System.Text; using System.Threading.Tasks; namespace Tgstation.Server.Host.System { /// <inheritdoc /> sealed class Process : IProcess { /// <inheritdoc /> public int Id { get; } /// <inheritdoc /> p...
using BetterWin32Errors; using Microsoft.Extensions.Logging; using System; using System.Diagnostics; using System.Text; using System.Threading.Tasks; namespace Tgstation.Server.Host.System { /// <inheritdoc /> sealed class Process : IProcess { /// <inheritdoc /> public int Id { get; } /// <inheritdoc /> p...
bb9d50f42351b9e9c8350309357eebba8435ca73
Inline internal method
Inline internal method
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
src/NUnitEngine/nunit.engine/Services/TestAgency.cs
mit
1,588,566,570
// *********************************************************************** // Copyright (c) 2011-2016 Charlie Poole, Rob Prouse // // 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 r...
// *********************************************************************** // Copyright (c) 2011-2016 Charlie Poole, Rob Prouse // // 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 r...
78d1efe5dda0ecf02e34b259b6368cb144c63e87
Default deployment tasks to On Success
Default deployment tasks to On Success
webprofusion/Certify
src/Certify.UI/ViewModel/DeploymentTaskConfigViewModel.cs
mit
1,588,564,253
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using System.Windows.Data; using Certify.Config; using Certify.Models; using Certify.Models.Config; using PropertyChanged; namespace Certify.UI.ViewModel ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using System.Windows.Data; using Certify.Config; using Certify.Models; using Certify.Models.Config; using PropertyChanged; namespace Certify.UI.ViewModel ...
af1f6d20c8ed9679d727fa92cf27b552be834d04
Comments +1
Comments +1
alvivar/Hasten
Gigas/Gigas.cs
mit
1,588,560,497
using System; public static class Gigas { // static Arrayx<int> all = new Arrayx<int>(); // static Arrayx<int> result = new Arrayx<int>(); public static Arrayx<T> Get<T>(Arrayx<int>[] idSources, Arrayx<T> source) { // Just one array means just one source! if (idSources.Length <= 1) ...
using System; public static class Gigas { // static Arrayx<int> all = new Arrayx<int>(); // static Arrayx<int> result = new Arrayx<int>(); public static Arrayx<T> Get<T>(Arrayx<int>[] idSources, Arrayx<T> source) { // Just one array means just one source! if (idSources.Length <= 1) ...
9e36ff01f57df8cd481c328f764096460010545e
Remove other data ref
Remove other data ref
mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection
src/Cash-Flow-Projection/Models/Database.cs
mit
1,588,560,010
using Microsoft.EntityFrameworkCore; using System; using System.Linq; namespace Cash_Flow_Projection.Models { public class Database : DbContext { public DbSet<Entry> Entries { get; set; } public Database(DbContextOptions<Database> options) : base(options) { // Nothing to d...
using Microsoft.EntityFrameworkCore; using System; using System.Linq; namespace Cash_Flow_Projection.Models { public class Database : DbContext { public DbSet<Entry> Entries { get; set; } public Database() : this(new DbContextOptionsBuilder<Database>().UseSqlite("Filename=/Data/Data.db").Opti...
da2e34b2391b0e767a857c07e92ca766d0d0ee8c
Try removing the async call
Try removing the async call
mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection
src/Cash-Flow-Projection/Controllers/HomeController.cs
mit
1,588,559,027
using Cash_Flow_Projection.Models; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System; using System.Linq; using System.Text; using System.Threading.Tasks; ...
using Cash_Flow_Projection.Models; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System; using System.Linq; using System.Text; using System.Threading.Tasks; ...
b445708ae80cb65366beec337b17de50464cf9f4
fix quiet crash on file names with spaces
fix quiet crash on file names with spaces
Arefu/Wolf,Arefu/Wolf,Arefu/Wolf
Onomatopaira/Program.cs
mit
1,588,558,678
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Windows.Forms; using Celtic_Guardian; namespace Onomatopaira { internal class Program { [STAThread] private static void Main(string[] Args) ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Windows.Forms; using Celtic_Guardian; namespace Onomatopaira { internal class Program { [STAThread] private static void Main(string[] Args) ...
a2d98b47b7220590df93ecc734f4a737362667ff
Try a diff db path
Try a diff db path
mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection
src/Cash-Flow-Projection/Models/Database.cs
mit
1,588,557,669
using Microsoft.EntityFrameworkCore; using System; using System.Linq; namespace Cash_Flow_Projection.Models { public class Database : DbContext { public DbSet<Entry> Entries { get; set; } public Database() : this(new DbContextOptionsBuilder<Database>().UseSqlite("Filename=/Data/Data.db").Opti...
using Microsoft.EntityFrameworkCore; using System; using System.Linq; namespace Cash_Flow_Projection.Models { public class Database : DbContext { public DbSet<Entry> Entries { get; set; } public Database() : this(new DbContextOptionsBuilder<Database>().UseSqlite("Filename=Data.db").Options) ...
d7b3a536bf4d29dfcd843e6e8dcaaeb0086a6229
unpack arbitrary zib files
unpack arbitrary zib files
Arefu/Wolf,Arefu/Wolf,Arefu/Wolf
Relinquished/Program.cs
mit
1,588,557,404
using System; using System.IO; using System.Linq; using System.Windows.Forms; using Celtic_Guardian; namespace Relinquished { internal class Program { [STAThread] private static void Main(string[] args) { Console.Title = "Relinquished"; var ZibFile...
using System; using System.IO; using System.Linq; using System.Windows.Forms; using Celtic_Guardian; namespace Relinquished { internal class Program { [STAThread] private static void Main(string[] args) { Console.Title = "Relinquished"; var ZibFile...
d81edd5bf4073d950e8e8879b76aa6ade4af5c27
Tweak user log
Tweak user log
mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection
src/Cash-Flow-Projection/Startup.cs
mit
1,588,556,139
using Cash_Flow_Projection.Models; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; u...
using Cash_Flow_Projection.Models; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; u...
71a190dfe662fe4713cfbd11001d26775406bf6b
OffScreen Example - Demo Cef.WaitForBrowsersToClose();
OffScreen Example - Demo Cef.WaitForBrowsersToClose(); Issue #3047
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.OffScreen.Example/Program.cs
bsd-3-clause
1,588,556,092
// Copyright © 2014 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Threading.Tasks; using CefSharp.Example; using CefSharp.Exam...
// Copyright © 2014 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Threading.Tasks; using CefSharp.Example; using CefSharp.Exam...
e97d5d563786eae537af0c51e1f34d29e5a7d1b9
Revert accidental debug message change in abbec485
Revert accidental debug message change in abbec485
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
src/NUnitEngine/nunit.engine/Services/TestAgency.cs
mit
1,588,555,406
// *********************************************************************** // Copyright (c) 2011-2016 Charlie Poole, Rob Prouse // // 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 r...
// *********************************************************************** // Copyright (c) 2011-2016 Charlie Poole, Rob Prouse // // 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 r...
18e88307b3ab2e105ec3d82dfcde2a0e40f4c295
Alicia's feedback - Down arrow should open the dropdown.
Alicia's feedback - Down arrow should open the dropdown.
workabyte/PowerArgs,adamabdelhamed/PowerArgs
PowerArgs/CLI/Controls/Dropdown.cs
mit
1,588,554,324
using System; using System.Collections.Generic; using System.Linq; namespace PowerArgs.Cli { /// <summary> /// A control that lets the user view and edit the current value among a set of options. /// </summary> public class Dropdown : ProtectedConsolePanel { private List<DialogOption> opti...
using System; using System.Collections.Generic; using System.Linq; namespace PowerArgs.Cli { /// <summary> /// A control that lets the user view and edit the current value among a set of options. /// </summary> public class Dropdown : ProtectedConsolePanel { private List<DialogOption> opti...
20b27cf800267ac0cdff28be0621365b25231c07
Fix ImportData assertion for teamcity.dotCover.home property
Fix ImportData assertion for teamcity.dotCover.home property
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/CI/TeamCity/TeamCity.cs
mit
1,588,554,227
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using ...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using ...