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 |
|---|---|---|---|---|---|---|---|---|
439c5513a81408044dde1fd4e6d3843812dc7b1f | Make use of the GetOriginVector method. | Make use of the GetOriginVector method.
| Damnae/storybrew | editor/Storyboarding/EditorOsbSprite.cs | mit | 1,594,033,452 | using BrewLib.Graphics;
using BrewLib.Graphics.Cameras;
using BrewLib.Graphics.Renderers;
using BrewLib.Graphics.Textures;
using BrewLib.Util;
using OpenTK;
using OpenTK.Graphics;
using StorybrewCommon.Storyboarding;
using System.IO;
namespace StorybrewEditor.Storyboarding
{
public class EditorOsbSprite : OsbSpri... | using BrewLib.Graphics;
using BrewLib.Graphics.Cameras;
using BrewLib.Graphics.Renderers;
using BrewLib.Graphics.Textures;
using BrewLib.Util;
using OpenTK;
using OpenTK.Graphics;
using StorybrewCommon.Storyboarding;
using System.IO;
namespace StorybrewEditor.Storyboarding
{
public class EditorOsbSprite : OsbSpri... |
f6745b30a3012d0219afd0dafec505f7d65228fd | Push Pull NRE fix | Push Pull NRE fix
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Objects/PushPull.cs | agpl-3.0 | 1,594,033,403 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.Events;
using Mirror;
using UnityEngine.Serialization;
using Random = UnityEngine.Random;
public class PushPull : NetworkBehaviour, IRightClickable, IServerSpawn {
public const float DEFA... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.Events;
using Mirror;
using UnityEngine.Serialization;
using Random = UnityEngine.Random;
public class PushPull : NetworkBehaviour, IRightClickable, IServerSpawn {
public const float DEFA... |
06b70408df183a67671669cbb1784cde1ce8aeb1 | Fix Particles script color variance. | Fix Particles script color variance.
| Damnae/storybrew | scripts/Particles.cs | mit | 1,594,033,150 | using OpenTK;
using OpenTK.Graphics;
using StorybrewCommon.Mapset;
using StorybrewCommon.Scripting;
using StorybrewCommon.Storyboarding;
using StorybrewCommon.Util;
using System;
using System.Drawing;
using System.Linq;
namespace StorybrewScripts
{
public class Particles : StoryboardObjectGenerator
{
[... | using OpenTK;
using OpenTK.Graphics;
using StorybrewCommon.Mapset;
using StorybrewCommon.Scripting;
using StorybrewCommon.Storyboarding;
using StorybrewCommon.Util;
using System;
using System.Drawing;
using System.Linq;
namespace StorybrewScripts
{
public class Particles : StoryboardObjectGenerator
{
[... |
a9c043c53749406ca7bc48cfb01f4059b08e9e6c | Cleanup based on review | Cleanup based on review
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbr... | src/Umbraco.Web.BackOffice/Controllers/ContentController.cs | mit | 1,594,033,091 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Mime;
using System.Text;
using Microsoft.AspNetCore.Http.Extensions;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Core;
using Umbraco.Core.Dictionary;
using Umbraco.Core.Events;
using Umbraco.Core.Lo... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Mime;
using System.Text;
using Microsoft.AspNetCore.Http.Extensions;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Core;
using Umbraco.Core.Dictionary;
using Umbraco.Core.Events;
using Umbraco.Core.Lo... |
50a5ab112c39f47120ead1502bc9f35d84a3aa1c | Fire Alarm NRE Fix | Fire Alarm NRE Fix
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Objects/FireAlarm.cs | agpl-3.0 | 1,594,032,994 | using System.Collections;
using System.Collections.Generic;
using Electric.Inheritance;
using Mirror;
using UnityEngine;
public class FireAlarm : SubscriptionController, IServerLifecycle, ICheckedInteractable<HandApply>, ISetMultitoolMaster
{
public List<FireLock> FireLockList = new List<FireLock>();
private MetaDat... | using System.Collections;
using System.Collections.Generic;
using Electric.Inheritance;
using Mirror;
using UnityEngine;
public class FireAlarm : SubscriptionController, IServerLifecycle, ICheckedInteractable<HandApply>, ISetMultitoolMaster
{
public List<FireLock> FireLockList = new List<FireLock>();
private MetaDat... |
52a139fe3275dda6eb0d52f971fb2db6c465d636 | Chat NRE Fix | Chat NRE Fix
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Chat/Chat.cs | agpl-3.0 | 1,594,032,985 | using UnityEngine;
using System;
using AdminTools;
using Tilemaps.Behaviours.Meta;
using DiscordWebhook;
using DatabaseAPI;
/// <summary>
/// The Chat API
/// Use the public methods for anything related
/// to chat stream
/// </summary>
public partial class Chat : MonoBehaviour
{
private static Chat chat;
public s... | using UnityEngine;
using System;
using AdminTools;
using Tilemaps.Behaviours.Meta;
using DiscordWebhook;
using DatabaseAPI;
/// <summary>
/// The Chat API
/// Use the public methods for anything related
/// to chat stream
/// </summary>
public partial class Chat : MonoBehaviour
{
private static Chat chat;
public s... |
a0cf382266cd48b7c04cfd2f426da5df6e42df11 | 修复事件在文件写入之后添加 | 修复事件在文件写入之后添加
| lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd | FileDownloader/FileDownloader/RandomFileWriter.cs | mit | 1,594,032,256 | using System;
using System.Buffers;
using System.IO;
using System.Threading.Tasks;
using dotnetCampus.Threading;
namespace FileDownloader
{
/// <summary>
/// 不按照顺序,随机写入文件
/// </summary>
public class RandomFileWriter : IAsyncDisposable
{
public RandomFileWriter(FileStream stream)
{
... | using System;
using System.Buffers;
using System.IO;
using System.Threading.Tasks;
using dotnetCampus.Threading;
namespace FileDownloader
{
/// <summary>
/// 不按照顺序,随机写入文件
/// </summary>
public class RandomFileWriter : IAsyncDisposable
{
public RandomFileWriter(FileStream stream)
{
... |
c787f3bb7a46dd3ad8828eebb42b6765978bec98 | GetHashCode implementations improved | GetHashCode implementations improved
| adams85/common | source/Karambolo.Common/Monetary/Money.cs | mit | 1,594,032,254 | using System;
using System.Globalization;
using System.Linq;
using System.Text;
using Karambolo.Common.Properties;
namespace Karambolo.Common.Monetary
{
#if !NETSTANDARD1_0
[Serializable]
public readonly struct Money : IEquatable<Money>, IComparable<Money>, IFormattable, IConvertible, IComparable
#else
pu... | using System;
using System.Globalization;
using System.Linq;
using System.Text;
using Karambolo.Common.Properties;
namespace Karambolo.Common.Monetary
{
#if !NETSTANDARD1_0
[Serializable]
public readonly struct Money : IEquatable<Money>, IComparable<Money>, IFormattable, IConvertible, IComparable
#else
pu... |
1e2dee2856600be1b1516a1ce124a869c50bc261 | reword the crash report message | reword the crash report message
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CrashReport/ViewModels/CrashReportWindowViewModel.cs | mit | 1,594,031,671 | using ReactiveUI;
using Splat;
using System;
using System.Reactive;
using System.Reactive.Linq;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.CrashReport.ViewModels
{
public class CrashReportWindowViewModel : ViewModelBase
{
public CrashRe... | using ReactiveUI;
using Splat;
using System;
using System.Reactive;
using System.Reactive.Linq;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.CrashReport.ViewModels
{
public class CrashReportWindowViewModel : ViewModelBase
{
public CrashRe... |
4673071b65711dc19f08b36b57c233e5769e0580 | Fix commit 05ace01cf41cbdbd538ff3c6db90bf5e7a1ff948 | Fix commit 05ace01cf41cbdbd538ff3c6db90bf5e7a1ff948
| StockSharp/StockSharp | Algo/Testing/EmulationMessageAdapter.cs | apache-2.0 | 1,594,031,528 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
39c777ca79b2b43de353b903db19a7f1d25fb59d | .rero will now properly remove a role from the user who removes a reaction (this was only the case with server emojis) closes #194 | .rero will now properly remove a role from the user who removes a reaction (this was only the case with server emojis) closes #194
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Administration/Services/RoleCommandsService.cs | mit | 1,594,031,188 | using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.Collections;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Extensions;
using NLog;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading.Tasks;
n... | using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.Collections;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Extensions;
using NLog;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading.Tasks;
n... |
3050d33e50a0aca162cfda38f538e64d14d74729 | Fix commit 752092d85ef5581ff8e7fe40875075e54ccbced1 | Fix commit 752092d85ef5581ff8e7fe40875075e54ccbced1
| StockSharp/StockSharp | Algo/Storages/Binary/Snapshot/Level1BinarySnapshotSerializer.cs | apache-2.0 | 1,594,030,589 | namespace StockSharp.Algo.Storages.Binary.Snapshot
{
using System;
using System.Runtime.InteropServices;
using Ecng.Common;
using Ecng.Interop;
using Ecng.Serialization;
using StockSharp.Messages;
/// <summary>
/// Implementation of <see cref="ISnapshotSerializer{TKey,TMessage}"/> in binary format for <see c... | namespace StockSharp.Algo.Storages.Binary.Snapshot
{
using System;
using System.Runtime.InteropServices;
using Ecng.Common;
using Ecng.Interop;
using Ecng.Serialization;
using StockSharp.Messages;
/// <summary>
/// Implementation of <see cref="ISnapshotSerializer{TKey,TMessage}"/> in binary format for <see c... |
08c9ddf97b957762f9fceb321e5fd9e7c619c465 | Add GridContainerContent.ContentChanged event | Add GridContainerContent.ContentChanged event
| ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EV... | osu.Framework/Graphics/Containers/GridContainerContent.cs | mit | 1,594,030,078 | // 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;
namespace osu.Framework.Graphics.Containers
{
public class GridContainerContent
{
public event Action ContentChanged;
public Grid... | // 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.
namespace osu.Framework.Graphics.Containers
{
public class GridContainerContent
{
public GridContainerContent(Drawable[][] drawables)
{
... |
6b2879b3880ef5568dd7ca213e7749ab25ea87c0 | Security. Disabled negative price check. | Security. Disabled negative price check.
| StockSharp/StockSharp | BusinessEntities/Security.cs | apache-2.0 | 1,594,029,352 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
def5610589fdcc224b5eee3054f64c1cb32435da | introduces non-generic AmmyObjectBuilder | introduces non-generic AmmyObjectBuilder
| isukces/isukces.code | isukces.code/Ammy/_expressions/AmmyObjectBuilder.cs | mit | 1,594,028,651 | using System.Collections.Generic;
using isukces.code.interfaces;
using isukces.code.interfaces.Ammy;
namespace isukces.code.Ammy
{
public abstract class AmmyObjectBuilder : AmmyContainerBase, IAnnotableByUser
{
public abstract IAmmyCodePiece ToAmmyCode(IConversionCtx ctx);
/// <summary>
... | using System.Collections.Generic;
using isukces.code.interfaces;
using isukces.code.interfaces.Ammy;
namespace isukces.code.Ammy
{
public partial class AmmyObjectBuilder<TPropertyBrowser> : AmmyContainerBase,
IAmmyObjectBuilder<TPropertyBrowser>, IAnnotableByUser
{
public IAmmyCodePiece ToAmmy... |
2b99b9fd8d1548cdc2d370390359f212a7d8748a | Fix - Controllo autorizzazione cancellazione chiamata in corso | Fix - Controllo autorizzazione cancellazione chiamata in corso
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneIntervento/CancellazioneChiamataInCorsoMarker/CancellazioneChiamataInCorsoMarkerAuthorization.cs | agpl-3.0 | 1,594,027,820 | //-----------------------------------------------------------------------
// <copyright file="CancellazioneChiamataInCorsoMarkerAuthorization.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 th... | //-----------------------------------------------------------------------
// <copyright file="CancellazioneChiamataInCorsoMarkerAuthorization.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 th... |
25d4e5802338242404c7f8a039314cbf162a7d55 | Fix - Corretta notifica partenza con competenze | Fix - Corretta notifica partenza con competenze
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/ComposizionePartenza/NotificationConfermaPartenze.cs | agpl-3.0 | 1,594,027,380 | //-----------------------------------------------------------------------
// <copyright file="NotificationAddPrenotazioneMezzo.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 Ge... | //-----------------------------------------------------------------------
// <copyright file="NotificationAddPrenotazioneMezzo.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 Ge... |
7bbd2446e3b7591865df283c66b2a8e3b9846262 | Update ShouldThrowTaskAsync.cs | Update ShouldThrowTaskAsync.cs
| JoeMighty/shouldly | src/Shouldly/ShouldStaticClasses/ShouldThrowTaskAsync.cs | bsd-3-clause | 1,594,026,936 | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using JetBrains.Annotations;
using System.Runtime.CompilerServices;
namespace Shouldly
{
public static partial class Should
{
/*** Should.ThrowAsync(Task) ***/
public static Task<TException> ThrowAsync<TException>(Task task)... | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using JetBrains.Annotations;
using System.Runtime.CompilerServices;
namespace Shouldly
{
public static partial class Should
{
/*** Should.ThrowAsync(Task) ***/
public static Task<TException> ThrowAsync<TException>(Task task)... |
5dfab8dda141f9df2f6cbaf5ffe575317e11ce3f | Update ApprovePublicApi.ShouldlyApi.approved.cs | Update ApprovePublicApi.ShouldlyApi.approved.cs
| JoeMighty/shouldly | src/Shouldly.Tests/ConventionTests/ApprovePublicApi.ShouldlyApi.approved.cs | bsd-3-clause | 1,594,026,843 | namespace Shouldly
{
public enum Case
{
Sensitive = 0,
Insensitive = 1,
}
[Shouldly.ShouldlyMethods]
public static class DynamicShould
{
public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { }
pu... | namespace Shouldly
{
public enum Case
{
Sensitive = 0,
Insensitive = 1,
}
[Shouldly.ShouldlyMethods]
public static class DynamicShould
{
public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { }
pu... |
5c96593dd4de685cff3b887ba4534bcaa86a2447 | Fix for Hello world example. Removed tag from the synchronous code, so only the async should be in the exmples in the docs. | Fix for Hello world example. Removed tag from the synchronous code, so only the async should be in the exmples in the docs.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Examples.cs | apache-2.0 | 1,594,026,731 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.... |
a8115f4aafe6c3af14ee8a98ad164ceb75bd3966 | Update ApprovePublicApi.ShouldlyApi.approved.cs | Update ApprovePublicApi.ShouldlyApi.approved.cs
| JoeMighty/shouldly | src/Shouldly.Tests/ConventionTests/ApprovePublicApi.ShouldlyApi.approved.cs | bsd-3-clause | 1,594,026,224 | namespace Shouldly
{
public enum Case
{
Sensitive = 0,
Insensitive = 1,
}
[Shouldly.ShouldlyMethods]
public static class DynamicShould
{
public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { }
pu... | namespace Shouldly
{
public enum Case
{
Sensitive = 0,
Insensitive = 1,
}
[Shouldly.ShouldlyMethods]
public static class DynamicShould
{
public static void HaveProperty([System.Runtime.CompilerServices.Dynamic] object dynamicTestObject, string propertyName) { }
pu... |
56f204ae31ad5b42e84d70e9004f337fdc62f872 | Update ShouldMatchApprovedTestExtensions.cs | Update ShouldMatchApprovedTestExtensions.cs
| JoeMighty/shouldly | src/Shouldly/ShouldlyExtensionMethods/ShouldMatchApprovedTestExtensions.cs | bsd-3-clause | 1,594,025,725 | #if ShouldMatchApproved
using System;
using System.Diagnostics;
using System.IO;
using Shouldly.Configuration;
using Shouldly.Internals;
using Shouldly.Internals.AssertionFactories;
namespace Shouldly
{
[ShouldlyMethods]
public static class ShouldMatchApprovedTestExtensions
{
public static void Sh... | #if ShouldMatchApproved
using System;
using System.Diagnostics;
using System.IO;
using Shouldly.Configuration;
using Shouldly.Internals;
using Shouldly.Internals.AssertionFactories;
namespace Shouldly
{
[ShouldlyMethods]
public static class ShouldMatchApprovedTestExtensions
{
public static void Sh... |
ec1950dcdb86c75fc19cdeadc701a017106fb7c2 | Print a better message from DiagnosticVerifier | Print a better message from DiagnosticVerifier
| canton7/RestEase | src/RestEase.SourceGenerator.UnitTests/ImplementationFactoryTests/Helpers/DiagnosticVerifier.cs | mit | 1,594,025,285 | using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.CodeAnalysis;
using RestEase.Implementation;
using Xunit;
namespace RestEase.UnitTests.ImplementationFactoryTests.Helpers
{
public static class DiagnosticVerifier
{
public static void VerifyDiagnostics(
... | using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.CodeAnalysis;
using RestEase.Implementation;
using Xunit;
namespace RestEase.UnitTests.ImplementationFactoryTests.Helpers
{
public static class DiagnosticVerifier
{
public static void VerifyDiagnostics(
... |
e2b1d73556867af5bfa83b283b2ba2bcd9cc86e1 | ser2: write struct-list-header with buffer-preparation | ser2: write struct-list-header with buffer-preparation
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/GameFramework/Modules/flatbuffers/FlatBuffers/FlatBufferBuilder.cs | mit | 1,594,025,248 | /*
* Copyright 2014 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | /*
* Copyright 2014 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
f21e370535da48ba1e30956f93554490ee976e0f | Fix - Corretta notifica sganciamento mezzo | Fix - Corretta notifica sganciamento mezzo
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/ComposizionePartenza/NotificationConfermaPartenze.cs | agpl-3.0 | 1,594,025,223 | //-----------------------------------------------------------------------
// <copyright file="NotificationAddPrenotazioneMezzo.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 Ge... | //-----------------------------------------------------------------------
// <copyright file="NotificationAddPrenotazioneMezzo.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 Ge... |
e6348937db8ba88dd63eb5d90f4bc844c37ae68a | try to reduce memory fragmentation in metrics | try to reduce memory fragmentation in metrics
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Watchdog.cs | lgpl-2.1 | 1,594,023,232 | using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using CompatBot.Commands;
using CompatBot.Database.Providers;
using DSharpPlus;
using Microsoft.ApplicationInsights;
namespace CompatBot
{
internal static class Watchdog
{
priv... | using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using CompatBot.Commands;
using CompatBot.Database.Providers;
using DSharpPlus;
using Microsoft.ApplicationInsights;
namespace CompatBot
{
internal static class Watchdog
{
priv... |
b8e4cdbc4ee92a683f8029b54684aeebb2dff637 | Minor log line | Minor log line
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Session/ReattachInfoHandler.cs | agpl-3.0 | 1,594,022,708 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Components.Deployment;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.System;
using Z.EntityFramework.Plus;
nam... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Components.Deployment;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.System;
using Z.EntityFramework.Plus;
nam... |
201471135efdf5a416d4da9068a13fef790c50cc | Fix commit 752092d85ef5581ff8e7fe40875075e54ccbced1 | Fix commit 752092d85ef5581ff8e7fe40875075e54ccbced1
| StockSharp/StockSharp | Algo/Storages/Binary/CandleBinarySerializer.cs | apache-2.0 | 1,594,021,770 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
ea7235b198ae0537717f0b92d955529ae933e002 | Oh that's why | Oh that's why
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/IntegrationTest.cs | agpl-3.0 | 1,594,019,761 | using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;
using System.Threading.T... | using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;
using System.Threading.T... |
5c348958d1fb593cc84de10b226fc93f8bf7cd05 | THAT IS A VERY STRANGE ASSERT TO FAIL | THAT IS A VERY STRANGE ASSERT TO FAIL
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/IntegrationTest.cs | agpl-3.0 | 1,594,019,553 | using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;
using System.Threading.T... | using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;
using System.Threading.T... |
1675f6bee0b7c807d3411809e377fa42ac48b50b | add comments | add comments
| zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.Core/Multiboot.cs | bsd-3-clause | 1,594,018,574 | using IL2CPU.API.Attribs;
using System;
using System.Runtime.InteropServices;
namespace Cosmos.Core
{
/// <summary>
/// Used for Multiboot parsing
/// </summary>
public class Multiboot
{
/// /// <summary>
/// Get Multiboot address. Plugged.
/// </summary>
/// <retur... | using IL2CPU.API.Attribs;
using System;
using System.Runtime.InteropServices;
namespace Cosmos.Core
{
/// <summary>
/// Used for Multiboot parsing
/// </summary>
public class Multiboot
{
/// <summary>
/// Get Multiboot address. Plugged.
/// </summary>
[PlugMethod(Pl... |
d9a7a49d46e26685ac2aa1fb3b71c01a2f079a3c | Add FieldRef/FastAccess tests for different F type, simplify/update related test code | Add FieldRef/FastAccess tests for different F type, simplify/update related test code
| pardeike/Harmony | HarmonyTests/Tools/TestFastAccess.cs | mit | 1,594,017,702 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using HarmonyLib;
using HarmonyLibTests.Assets;
using NUnit.Framework;
using NUnit.Framework.Constraints;
namespace HarmonyLibTests
{
[TestFixture]
public class TestFastAccess : TestLogger
{
// Stands for Interface Access ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using HarmonyLib;
using HarmonyLibTests.Assets;
using NUnit.Framework;
using NUnit.Framework.Constraints;
namespace HarmonyLibTests
{
[TestFixture]
public class TestFastAccess : TestLogger
{
// Stands for Interface Access ... |
08ef25c6bc9ae75e584e8990ee197a6899fa1b64 | Level1BinarySerializer. Index, Imbalance, UnderlyingPrice, OptionMargin, OptionSyntheticMargin supported. | Level1BinarySerializer. Index, Imbalance, UnderlyingPrice, OptionMargin, OptionSyntheticMargin supported.
| StockSharp/StockSharp | Algo/Storages/Binary/Level1BinarySerializer.cs | apache-2.0 | 1,594,016,422 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
6f2924c5f9728454fd7fc0c0317435dc3572552f | Adds weather information, and sluggifies topics (removes spaces) | Adds weather information, and sluggifies topics (removes spaces)
| i8beef/HomeAutio.Mqtt.Ecobee | src/HomeAutio.Mqtt.Ecobee/EcobeeMqttService.cs | mit | 1,594,014,348 | using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Timers;
using HomeAutio.Mqtt.Core;
using HomeAutio.Mqtt.Core.Utilities;
using I8Beef.Ecobee;
using I8Beef.Ecobee.Protocol;
using I8Beef.Ecobee.Protocol.Functions;
using I8Beef.Ecob... | using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Timers;
using HomeAutio.Mqtt.Core;
using I8Beef.Ecobee;
using I8Beef.Ecobee.Protocol;
using I8Beef.Ecobee.Protocol.Functions;
using I8Beef.Ecobee.Protocol.Objects;
using I8Beef.Eco... |
0a8ee903150a228898878a306d94848739a3f0be | Update ShouldBeDictionaryTestExtensions.cs | Update ShouldBeDictionaryTestExtensions.cs
| JoeMighty/shouldly | src/Shouldly/ShouldlyExtensionMethods/ShouldBeDictionaryTestExtensions.cs | bsd-3-clause | 1,594,013,884 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using JetBrains.Annotations;
namespace Shouldly
{
[DebuggerStepThrough]
[ShouldlyMethods]
public static class ShouldBeDictionaryTestExtensions
{
public static void ShouldContainKey<TKey, TValue>(this IDictionary<TKey, TV... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using JetBrains.Annotations;
namespace Shouldly
{
[DebuggerStepThrough]
[ShouldlyMethods]
public static class ShouldBeDictionaryTestExtensions
{
public static void ShouldContainKey<TKey, TValue>(this IDictionary<TKey, ... |
3b8ec09f6965a3a505349249c533c5402c022c3d | Update DictionaryShouldContainKeyAndValueMessageGenerator.cs | Update DictionaryShouldContainKeyAndValueMessageGenerator.cs
| JoeMighty/shouldly | src/Shouldly/MessageGenerators/DictionaryShouldContainKeyAndValueMessageGenerator.cs | bsd-3-clause | 1,594,013,683 | using System.Collections;
using System.Text.RegularExpressions;
namespace Shouldly.MessageGenerators
{
internal class DictionaryShouldContainKeyAndValueMessageGenerator : ShouldlyMessageGenerator
{
static readonly Regex Validator = new Regex("ShouldContainKeyAndValue");
public override bool Ca... | using System.Collections;
using System.Text.RegularExpressions;
namespace Shouldly.MessageGenerators
{
internal class DictionaryShouldContainKeyAndValueMessageGenerator : ShouldlyMessageGenerator
{
static readonly Regex Validator = new Regex("ShouldContainKeyAndValue");
public override bool Ca... |
00fb155fff328b0d5d47a920ced6ed3cf5168cb5 | Update SourceCodeTextGetter.cs | Update SourceCodeTextGetter.cs
| JoeMighty/shouldly | src/Shouldly/Internals/SourceCodeTextGetter.cs | bsd-3-clause | 1,594,013,639 | #if StackTrace
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
#endif
namespace Shouldly.Internals
{
#if !StackTrace
internal class ActualCodeTextGetter : ICodeTextGetter
{
public string GetCodeText(object actual)
{
retu... | #if StackTrace
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
#endif
namespace Shouldly.Internals
{
#if !StackTrace
internal class ActualCodeTextGetter : ICodeTextGetter
{
public string GetCodeText(object actual)
{
retu... |
66480e1271e95c4f8f221d60acc14437623ef9f3 | Update EqualityComparerAdapter.cs | Update EqualityComparerAdapter.cs
| JoeMighty/shouldly | src/Shouldly/Internals/EqualityComparerAdapter.cs | bsd-3-clause | 1,594,013,577 | using System;
using System.Collections;
using System.Collections.Generic;
namespace Shouldly
{
/*
* Code heavily influenced by code from xunit assert equality comparer adapter
* at https://github.com/xunit/xunit/blob/master/src/xunit2.assert/Asserts/Sdk/AssertEqualityComparerAdapter.cs
*/
intern... | using System;
using System.Collections;
using System.Collections.Generic;
namespace Shouldly
{
/*
* Code heavily influenced by code from xunit assert equality comparer adapter
* at https://github.com/xunit/xunit/blob/master/src/xunit2.assert/Asserts/Sdk/AssertEqualityComparerAdapter.cs
*/
inte... |
ee44ff5602ada66e6557eee267553c5536f6051a | Update FirstNonShouldlyMethodFinder.cs | Update FirstNonShouldlyMethodFinder.cs
| JoeMighty/shouldly | src/Shouldly/Configuration/FirstNonShouldlyMethodFinder.cs | bsd-3-clause | 1,594,013,532 | #if ShouldMatchApproved
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
namespace Shouldly.Configuration
{
public class FirstNonShouldlyMethodFinder : ITestMethodFinder
{
static readonly Regex AnonMethod ... | #if ShouldMatchApproved
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
namespace Shouldly.Configuration
{
public class FirstNonShouldlyMethodFinder : ITestMethodFinder
{
static readonly Regex AnonMethod ... |
fe284310f7ea9bdc0926f72194bcf6f89ebb443a | Update NullScenario.cs | Update NullScenario.cs
| JoeMighty/shouldly | src/Shouldly.Tests/ShouldNotBeOfType/NullScenario.cs | bsd-3-clause | 1,594,013,421 | using Xunit;
namespace Shouldly.Tests.ShouldNotBeOfType
{
public class NullIsNotOfType
{
[Fact]
public void AndShouldNotThrow()
{
object o = null;
o.ShouldNotBeOfType<int>("Some additional context");
}
//TODO Test of null.ShouldNotBeOfType<int?>... | using Xunit;
namespace Shouldly.Tests.ShouldNotBeOfType
{
public class NullIsNotOfType
{
[Fact]
public void AndShouldNotThrow()
{
object o = null;
o.ShouldNotBeOfType<int>("Some additional context");
}
//TODO Test of null.ShouldNotBeOfType<int?... |
442a3ee0b5aec5df54684e9caf6033e04134c313 | Update ShouldBeEnumerableTestExtensions.cs | Update ShouldBeEnumerableTestExtensions.cs
| JoeMighty/shouldly | src/Shouldly/ShouldlyExtensionMethods/ShouldBeEnumerableTestExtensions.cs | bsd-3-clause | 1,594,013,265 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Linq.Expressions;
using JetBrains.Annotations;
namespace Shouldly
{
[DebuggerStepThrough]
[ShouldlyMethods]
public static class ShouldBeEnumerableTestExtensions
{
public static void Should... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Linq.Expressions;
using JetBrains.Annotations;
namespace Shouldly
{
[DebuggerStepThrough]
[ShouldlyMethods]
public static class ShouldBeEnumerableTestExtensions
{
public static void Should... |
b2cda0a3260eb244577ffe8fd17285106deae586 | Update ShouldThrowTaskAsync.cs | Update ShouldThrowTaskAsync.cs
| JoeMighty/shouldly | src/Shouldly/ShouldStaticClasses/ShouldThrowTaskAsync.cs | bsd-3-clause | 1,594,013,111 | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using JetBrains.Annotations;
using System.Runtime.CompilerServices;
namespace Shouldly
{
public static partial class Should
{
/*** Should.ThrowAsync(Task) ***/
public static Task<TException> ThrowAsync<TException>(Task task)... | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using JetBrains.Annotations;
using System.Runtime.CompilerServices;
namespace Shouldly
{
public static partial class Should
{
/*** Should.ThrowAsync(Task) ***/
public static Task<TException> ThrowAsync<TException>(Task task)... |
53b8d65f4620e55cadd778e09210bbf57e9c52ba | Update ShouldThrowTask.cs | Update ShouldThrowTask.cs
| JoeMighty/shouldly | src/Shouldly/ShouldStaticClasses/ShouldThrowTask.cs | bsd-3-clause | 1,594,012,957 | using System;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using JetBrains.Annotations;
namespace Shouldly
{
public static partial class Should
{
/*** Should.Throw(Task) ***/
public static TException Throw<TException>(Task actual) where TExceptio... | using System;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using JetBrains.Annotations;
namespace Shouldly
{
public static partial class Should
{
/*** Should.Throw(Task) ***/
public static TException Throw<TException>(Task actual) where TExceptio... |
e379e0b3aa5740778435ea22b68c37c30c83c539 | Update ShouldMatchApprovedException.cs | Update ShouldMatchApprovedException.cs
| JoeMighty/shouldly | src/Shouldly/ShouldMatchApprovedException.cs | bsd-3-clause | 1,594,012,909 | namespace Shouldly
{
public class ShouldMatchApprovedException : ShouldAssertException
{
public ShouldMatchApprovedException(string message, string receivedFile, string approvedFile) : base(
GenerateMessage(message, receivedFile, approvedFile))
{
}
private static str... | namespace Shouldly
{
public class ShouldMatchApprovedException : ShouldAssertException
{
public ShouldMatchApprovedException(string message, string receivedFile, string approvedFile) : base(
GenerateMessage(message, receivedFile, approvedFile))
{
}
private static str... |
c3b620a5092573f9db59e0a78b15d23230e4b00e | Update Numerics.cs | Update Numerics.cs
| JoeMighty/shouldly | src/Shouldly/Internals/Numerics.cs | bsd-3-clause | 1,594,012,816 | using System;
using Shouldly;
namespace NUnit.Framework.Constraints
{
/// <summary>
/// The Numerics class contains common operations on numeric values.
/// </summary>
internal static class Numerics
{
/// <summary>
/// Checks the type of the object, returning true if
... | using System;
using Shouldly;
namespace NUnit.Framework.Constraints
{
/// <summary>
/// The Numerics class contains common operations on numeric values.
/// </summary>
internal static class Numerics
{
/// <summary>
/// Checks the type of the object, returning true if
... |
0ed7bf91efa5a39c16230fb29b7e7a3c5c6b8f26 | Update TestMethodInfo.cs | Update TestMethodInfo.cs
| JoeMighty/shouldly | src/Shouldly/Configuration/TestMethodInfo.cs | bsd-3-clause | 1,594,012,716 | #if ShouldMatchApproved
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
namespace Shouldly.Configuration
{
public class TestMethodInfo
{
public TestMethodInfo(StackFrame callingFrame)
{
SourceFileDirectory = Path.GetDirectoryName(callingFrame.G... | #if ShouldMatchApproved
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
namespace Shouldly.Configuration
{
public class TestMethodInfo
{
public TestMethodInfo(StackFrame callingFrame)
{
SourceFileDirectory = Path.GetDirectoryName(callingFrame.G... |
a0b6e6207eebb7ec5d938f539d9e1a2ac8bf9eff | Update ShouldMatchConfiguration.cs | Update ShouldMatchConfiguration.cs
| JoeMighty/shouldly | src/Shouldly/Configuration/ShouldMatchConfiguration.cs | bsd-3-clause | 1,594,012,677 | #if ShouldMatchApproved
using System;
namespace Shouldly.Configuration
{
public delegate string FilenameGenerator(
TestMethodInfo testMethodInfo, string descriminator, string fileType, string fileExtension);
public class ShouldMatchConfiguration
{
public ShouldMatchConfiguration()
... | #if ShouldMatchApproved
using System;
namespace Shouldly.Configuration
{
public delegate string FilenameGenerator(
TestMethodInfo testMethodInfo, string descriminator, string fileType, string fileExtension);
public class ShouldMatchConfiguration
{
public ShouldMatchConfiguration()
... |
da0ee3bceb8e31b59ef821427193618d33356d58 | Update ShouldBeNullOrWhitespace.cs | Update ShouldBeNullOrWhitespace.cs
| JoeMighty/shouldly | src/Shouldly.Tests/Strings/ShouldBeNullOrWhitespace.cs | bsd-3-clause | 1,594,012,519 | using Xunit;
namespace Shouldly.Tests.Strings
{
public class ShouldBeNullOrWhiteSpace
{
[Fact]
public void StringWithOneLetterShouldFail()
{
Verify.ShouldFail(
() => "a".ShouldBeNullOrWhiteSpace("Some additional context"),
errorWithSource:
... | using Xunit;
namespace Shouldly.Tests.Strings
{
public class ShouldBeNullOrWhiteSpace
{
[Fact]
public void StringWithOneLetterShouldFail()
{
Verify.ShouldFail(
() =>
"a".ShouldBeNullOrWhiteSpace("Some additional context"),
errorWithSource:
@"""a""
should ... |
1d830061096de3427cd7db80126281a2c1b1d833 | Update FuncOfTaskWhichThrowsDirectlyScenario.cs | Update FuncOfTaskWhichThrowsDirectlyScenario.cs
| JoeMighty/shouldly | src/Shouldly.Tests/ShouldThrow/FuncOfTaskWhichThrowsDirectlyScenario.cs | bsd-3-clause | 1,594,012,437 | using System;
using System.Threading.Tasks;
using Xunit;
namespace Shouldly.Tests.ShouldThrow
{
public class FuncOfTaskWhichThrowsDirectlyScenario
{
[Fact]
public void ShouldPass()
{
// ReSharper disable once RedundantDelegateCreation
var task = new Func<Task>((... | using System;
using System.Threading.Tasks;
using Xunit;
namespace Shouldly.Tests.ShouldThrow
{
public class FuncOfTaskWhichThrowsDirectlyScenario
{
[Fact]
public void ShouldPass()
{
// ReSharper disable once RedundantDelegateCreation
var task = new Func<Task>(... |
7a2816720691c4d41e81135136d58192af5a4954 | Update NestedAwaitsDoNotDeadlockScenario.cs | Update NestedAwaitsDoNotDeadlockScenario.cs
| JoeMighty/shouldly | src/Shouldly.Tests/ShouldNotThrow/NestedAwaitsDoNotDeadlockScenario.cs | bsd-3-clause | 1,594,012,368 | using System;
using System.Threading.Tasks;
using System.Threading;
using Xunit;
namespace Shouldly.Tests.ShouldNotThrow
{
public class NestedAwaitsDoNotDeadlockScenario
{
[Fact]
public void DelegateShouldDropSynchronisationContext()
{
// The await keyword will automaticall... | using System;
using System.Threading.Tasks;
using System.Threading;
using Xunit;
namespace Shouldly.Tests.ShouldNotThrow
{
public class NestedAwaitsDoNotDeadlockScenario
{
[Fact]
public void DelegateShouldDropSynchronisationContext()
{
// The await keyword will automatical... |
9381ae9edb00cd8037fb1a114a08a0e1f7e1b75b | Update EqualityComparerTests.cs | Update EqualityComparerTests.cs
| JoeMighty/shouldly | src/Shouldly.Tests/InternalTests/EqualityComparerTests.cs | bsd-3-clause | 1,594,012,162 | using System;
using System.Collections.Generic;
using Xunit;
namespace Shouldly.Tests.InternalTests
{
public class EqualityComparerTests
{
/*
* Code heavily influenced by code from xunit assertion tests
* at https://github.com/xunit/xunit/blob/master/test/test.xunit2.assert/Asserts/E... | using System;
using System.Collections.Generic;
using Xunit;
namespace Shouldly.Tests.InternalTests
{
public class EqualityComparerTests
{
/*
* Code heavily influenced by code from xunit assertion tests
* at https://github.com/xunit/xunit/blob/master/test/test.xunit2.assert/Asserts/... |
b99750ab088a608871215717d2c93ea6dbcd4f82 | add one other mode | add one other mode
| zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Graphics/VBECanvas.cs | bsd-3-clause | 1,594,009,576 | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Drawing;
using Cosmos.HAL.Drivers;
namespace Cosmos.System.Graphics
{
/// <summary>
/// VBECanvas class. Used to control screen, by VBE (VESA BIOS Extensions) standard. See also: <seealso cref="Canvas"/>.
/// </summary>
... | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Drawing;
using Cosmos.HAL.Drivers;
namespace Cosmos.System.Graphics
{
/// <summary>
/// VBECanvas class. Used to control screen, by VBE (VESA BIOS Extensions) standard. See also: <seealso cref="Canvas"/>.
/// </summary>
... |
abf3a754796c270f118c74fdc6bb54686b9dbf2a | 559: refactor | 559: refactor
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.Drawing/2_AggPainter/AggRenderSurface_RenderImages.cs | bsd-2-clause | 1,594,000,088 | //MIT, 2014-present, WinterDev
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# Port port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 200... | //MIT, 2014-present, WinterDev
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# Port port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 200... |
871d32e9e6401d101d9bfd3ed17e14c096608322 | Color can now be set at runtime. | Color can now be set at runtime.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/Glue/OfficialPlugins/Compiler/CodeGeneration/GlueControlCodeGenerator.cs | mit | 1,593,993,577 | using FlatRedBall.Glue.Plugins.ExportedImplementations;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OfficialPlugins.Compiler.CodeGeneration
{
public class GlueControlCodeGenerator
{
public static string GetStringConten... | using FlatRedBall.Glue.Plugins.ExportedImplementations;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OfficialPlugins.Compiler.CodeGeneration
{
public class GlueControlCodeGenerator
{
public static string GetStringConten... |
9ad44cb676240411a46ba461585838642728b374 | Update ViewModelBase.cs | Update ViewModelBase.cs
Add parameterless constructor
| victor-david/restless-tools | src/Restless.Tools.Mvvm/Mvvm/ViewModelBase.cs | mit | 1,593,992,564 | using System;
namespace Restless.Tools.Mvvm
{
/// <summary>
/// Represents the base class for all view models.This class must be inherited.
/// </summary>
public abstract class ViewModelBase : ObservableObject, IDisposable
{
#region Private
private string displayName;
priva... | using System;
namespace Restless.Tools.Mvvm
{
/// <summary>
/// Represents the base class for all view models.This class must be inherited.
/// </summary>
public abstract class ViewModelBase : ObservableObject, IDisposable
{
#region Private
private string displayName;
priva... |
b2e8c6a88f9ea5026c160c6628d055778aff5072 | Fixed small bug with setting list values. | Fixed small bug with setting list values.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | Engines/FlatRedBallXNA/FlatRedBall/Screens/Screen.cs | mit | 1,593,992,559 | #if ANDROID || IOS || DESKTOP_GL
#define REQUIRES_PRIMARY_THREAD_LOADING
#endif
using System;
using System.Collections.Generic;
using System.Reflection;
using FlatRedBall.Math;
using FlatRedBall.Gui;
using FlatRedBall.Instructions;
using FlatRedBall.ManagedSpriteGroups;
using FlatRedBall.Graphics;
using FlatRedBall.Uti... | #if ANDROID || IOS || DESKTOP_GL
#define REQUIRES_PRIMARY_THREAD_LOADING
#endif
using System;
using System.Collections.Generic;
using System.Reflection;
using FlatRedBall.Math;
using FlatRedBall.Gui;
using FlatRedBall.Instructions;
using FlatRedBall.ManagedSpriteGroups;
using FlatRedBall.Graphics;
using FlatRedBall.Uti... |
3b8c198b9a8f96cc70b77200590e01eb34c143e8 | Refactoring: * Xyz.Atom.GetVdw() -> Xyz.Atom.GetPrmVdw() * Xyz.Atom.GetCharge() -> Xyz.Atom.GetPrmCharge() * related ones. | Refactoring:
* Xyz.Atom.GetVdw() -> Xyz.Atom.GetPrmVdw()
* Xyz.Atom.GetCharge() -> Xyz.Atom.GetPrmCharge()
* related ones.
| htna/HCsbLib,htna/HCsbLib,htna/HCsbLib,htna/HCsbLib | HCsbLib/HCsbLib/HTLib2.Bioinfo/External.Tinker/Tinker.Xyz.cs | mit | 1,593,992,083 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HTLib2.Bioinfo
{
using Element = Tinker.TkFile.Element;
public static partial class TinkerStatic
{
public static bool IsInter12(this Tinker.Xyz.Atom atom0, Tinker.Xyz.Atom atom1)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HTLib2.Bioinfo
{
using Element = Tinker.TkFile.Element;
public static partial class TinkerStatic
{
public static bool IsInter12(this Tinker.Xyz.Atom atom0, Tinker.Xyz.Atom atom1)
{
... |
c67c0d6f8712144c072693e834e9d2606346468c | Refactoring: * Xyz.Atom.GetVdw() -> Xyz.Atom.GetPrmVdw() * Xyz.Atom.GetCharge() -> Xyz.Atom.GetPrmCharge() * related ones. | Refactoring:
* Xyz.Atom.GetVdw() -> Xyz.Atom.GetPrmVdw()
* Xyz.Atom.GetCharge() -> Xyz.Atom.GetPrmCharge()
* related ones.
| htna/HCsbLib,htna/HCsbLib,htna/HCsbLib,htna/HCsbLib | HCsbLib/HCsbLib/HTLib2.Bioinfo/External.Tinker/Tinker.Xyz.cs | mit | 1,593,991,409 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HTLib2.Bioinfo
{
using Element = Tinker.TkFile.Element;
public static partial class TinkerStatic
{
public static bool IsInter12(this Tinker.Xyz.Atom atom0, Tinker.Xyz.Atom atom1)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HTLib2.Bioinfo
{
using Element = Tinker.TkFile.Element;
public static partial class TinkerStatic
{
public static bool IsInter12(this Tinker.Xyz.Atom atom0, Tinker.Xyz.Atom atom1)
{
... |
569275bc6ea085a268fe2c72a2f9be2cfdbe2ada | better support websocket server in multiple server hosting | better support websocket server in multiple server hosting
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.WebSocket.Server/WebSocketHostBuilderExtensions.cs | apache-2.0 | 1,593,989,559 | using System;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using SuperSocket.Command;
using SuperSocket.ProtoBase;
using SuperSocket.Server;
namespace SuperSocket.WebSocket.Server
{
public static class WebSocketServerExtensions
{
public static WebSocketHostBuilder UseW... | using System;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using SuperSocket.Command;
namespace SuperSocket.WebSocket.Server
{
public static class WebSocketServerExtensions
{
public static WebSocketHostBuilder UseWebSocketMessageHandler(this WebSocketHostBuilder builde... |
b8958e4d42f71dad30c7974bfde2f9a0af8b4a54 | Found a race condition in the unit tests that was causing them to randomly fail on slower test systems. | Found a race condition in the unit tests that was causing them to randomly fail on slower test systems.
| DigDes/SoapCore | src/SoapCore.Tests/Wsdl/WsdlTests.cs | mit | 1,593,988,948 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.ServiceModel.Channels;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using Microsoft.AspNetCore.Hosti... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.ServiceModel.Channels;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using Microsoft.AspNetCore.Hosti... |
8011992c0b23f164b54809fb46e79d39dae04ed3 | Simplified the special case for strings | Simplified the special case for strings
| DigDes/SoapCore | src/SoapCore/Meta/MetaWCFBodyWriter.cs | mit | 1,593,988,080 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Se... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Se... |
9a37ddc70171ab5457d8fed0e7c8e7d3a5a8f322 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,593,986,965 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
56f405a7381fb9219ce07dd38a1c3abf14202e90 | Try some more special tactics for PosixWatchdog | Try some more special tactics for PosixWatchdog
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/PosixWatchdog.cs | agpl-3.0 | 1,593,985,661 | using Microsoft.Extensions.Logging;
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.Components.Events;
using Tgstation.Server.Host.Components.Ses... | using Microsoft.Extensions.Logging;
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.Components.Events;
using Tgstation.Server.Host.Components.Ses... |
ad53375a0a40ba28d0dd19406208eb75d8dd8f42 | Fix the JSON parser sample to allow strings ending in '\'. | Fix the JSON parser sample to allow strings ending in '\'.
| datalust/superpower,datalust/superpower | sample/JsonParser/Program.cs | apache-2.0 | 1,593,984,459 | using System;
using System.Collections.Generic;
using Superpower;
using Superpower.Display;
using Superpower.Model;
using Superpower.Parsers;
using Superpower.Tokenizers;
// This is an example JSON parser. It correctly and completely implements the
// language spec at https://json.org (or should), but the goal isn't ... | using System;
using System.Collections.Generic;
using Superpower;
using Superpower.Display;
using Superpower.Model;
using Superpower.Parsers;
using Superpower.Tokenizers;
// This is an example JSON parser. It correctly and completely implements the
// language spec at https://json.org (or should), but the goal isn't ... |
53d8d254671058aa3f52a52bb7e7606a587041bf | Make this not lock forever | Make this not lock forever
| larsbrubaker/agg-sharp,MatterHackers/agg-sharp | PolygonMesh/Processors/MeshConvexHull.cs | bsd-2-clause | 1,593,983,073 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... |
ef2f3dfb347aca44ecab8beb10c67abc27a0aabd | Fix commit 1b1c52554f1028847481e8ab926dddf0d86c9729 | Fix commit 1b1c52554f1028847481e8ab926dddf0d86c9729
| StockSharp/StockSharp | Algo/Storages/Csv/TransactionCsvSerializer.cs | apache-2.0 | 1,593,982,575 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
9afdf130dbcce2a60418c1e4ef6326b61c8567b7 | fix typeface stub. | fix typeface stub.
| wieslawsoltes/Perspex,jkoritzinsky/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,grokys/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJM... | src/Avalonia.Headless/HeadlessPlatformStubs.cs | mit | 1,593,981,887 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Media;
using Avalonia.Media.Fonts;
using Avalonia.M... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Input;
using Avalonia.Input.Platform;
using Avalonia.Media;
using Avalonia.Media.Fonts;
using Avalonia.M... |
13cd794c42aa861b8f633d1af71c9f45c3c2a6b8 | BinaryHelper. Optimize DataType storage. | BinaryHelper. Optimize DataType storage.
| StockSharp/StockSharp | Algo/Storages/Binary/BinaryHelper.cs | apache-2.0 | 1,593,980,154 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
849faf9e1cab72d266126a75583fb5a47118d41e | adding documentation | adding documentation
| larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl | MatterControlLib/DesignTools/Primitives/CylinderObject3D.cs | bsd-2-clause | 1,593,980,068 | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... |
9a84390522c7279a41a024e3af17b53981910a01 | [jhw] more cleanup | [jhw] more cleanup
| carbon/Amazon,carbon/Amazon | src/Amazon.Ses.Tests/QuotedPrintableTests.cs | mit | 1,593,979,764 |
using Xunit;
namespace Amazon.Ses.Tests
{
public class QuotedPrintableTests
{
[Fact]
public void Decode()
{
Assert.Equal("Subject", QuotedPrintable.Decode("=?utf-8?Q?Subject?="));
Assert.Equal("☻", QuotedPrintable.Decode("=?UTF-... |
using Xunit;
namespace Amazon.Ses.Tests
{
public class QuotedPrintableTests
{
[Fact]
public void Decode()
{
Assert.Equal("Subject", QuotedPrintable.Decode("=?utf-8?Q?Subject?="));
Assert.Equal("☻", QuotedPrintable.Decode("=?UTF-... |
30079388bf0a119284e8a290ebcd8f14aecaa44e | Remove IEnumerable<GuildConfig> from service list. | Remove IEnumerable<GuildConfig> from service list.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/MitternachtBot.cs | mit | 1,593,979,528 | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using MinecraftQuery;
using Mitternacht.Common;
using Mitternacht.Common.ShardCom;
using Mitternacht.Common.TypeReaders;... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using MinecraftQuery;
using Mit... |
3a2779df3dd22b28a2e344ec4f104fc0e38627fb | Removing old/unused classes | Removing old/unused classes
| kfrancis/wistia.net | src/Wistia.Core/Services/Stats/Models/VisitorStats.cs | mit | 1,593,979,419 | #region License, Terms and Conditions
//
// ProjectStats.cs
//
// Author: Kori Francis <twitter.com/djbyter>
// Copyright (C) 2014 Kori Francis. All rights reserved.
//
// THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW:
//
// Permission is hereby granted, free of charge, to any person obta... | #region License, Terms and Conditions
//
// ProjectStats.cs
//
// Author: Kori Francis <twitter.com/djbyter>
// Copyright (C) 2014 Kori Francis. All rights reserved.
//
// THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW:
//
// Permission is hereby granted, free of charge, to any person obta... |
0ba925a6d1a9da410dec4d4de123e79029664a3a | add burst fire mode | add burst fire mode
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Weapons/Gun.cs | agpl-3.0 | 1,593,978,671 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
#if UNITY_EDITOR
using UnityEditor;
#endif
/// <summary>
/// Allows an object to behave like a gun and fire shots. Server authoritative with client predicti... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
#if UNITY_EDITOR
using UnityEditor;
#endif
/// <summary>
/// Allows an object to behave like a gun and fire shots. Server authoritative with client predicti... |
435499850bd4fc818e0b3dedd5703824d977da2b | CC token + async GetDescription | CC token + async GetDescription
| ismaelestalayo/CoinBase | CryptoTracker/App.xaml.cs | apache-2.0 | 1,593,978,178 | using CryptoTracker.Helpers;
using CryptoTracker.Views;
using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Net.Http;... | using CryptoTracker.Helpers;
using CryptoTracker.Views;
using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Net.Http;... |
20d4492f2fd49f25b889124c006ca3bcd1896a58 | feat(api): exclude soft-deleted FilterLists from API | feat(api): exclude soft-deleted FilterLists from API
| collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists | server/src/FilterLists.Services/FilterList/FilterListService.cs | mit | 1,593,977,352 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AutoMapper;
using AutoMapper.QueryableExtensions;
using FilterLists.Data;
using FilterLists.Services.FilterList.Models;
using Microsoft.EntityFrameworkCore;
namespace FilterLists.Services.FilterList
{
public class FilterListS... | using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using AutoMapper.QueryableExtensions;
using FilterLists.Data;
using FilterLists.Services.FilterList.Models;
using Microsoft.EntityFrameworkCore;
namespace FilterLists.Services.FilterList
{
public class FilterListService : Service
... |
0ee100daf013c7588fc10bdec36053fe1518f284 | Fix for the WSDL generator for generic dictionaries | Fix for the WSDL generator for generic dictionaries
| DigDes/SoapCore | src/SoapCore/Meta/MetaWCFBodyWriter.cs | mit | 1,593,976,373 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Se... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Se... |
8ef3f1f27a898f985f07521e910f61baaf2f4ef5 | Allow bundle processor to bundle files outside of meta | Allow bundle processor to bundle files outside of meta
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Bundles/BundleProcessor.cs | bsd-2-clause | 1,593,975,241 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using ... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using ... |
e5be07ff96cc6a6bef3fc55c93341d06e1645219 | Resolved #61 | Resolved #61
| dimmpixeye/Unity3dTools | Runtime/Core/Layer.cs | mit | 1,593,974,961 | using System;
using System.Collections;
using System.Collections.Generic;
#if UNITY_EDITOR
using UnityEditor;
#endif
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Pixeye.Actors
{
public sealed class Layer
{
internal static int NEXT_FREE_ID;
internal static Dictionary<string, int> USED_ID... | using System;
using System.Collections;
using System.Collections.Generic;
#if UNITY_EDITOR
using UnityEditor;
#endif
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Pixeye.Actors
{
public sealed class Layer
{
internal static int NEXT_FREE_ID;
internal static Dictionary<string, int> USED_ID... |
4f3569ce7fb5592d78d162bd9f134d7f9ef4a650 | Fix tests. | Fix tests.
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogger.Tests/TextUtilitiesTests.cs | mit | 1,593,974,655 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Build.Logging.StructuredLogger;
using Xunit;
namespace StructuredLogger.Tests
{
public class TextUtilitiesTests
{
[Fact]
public void TestGetLines()
{
T("", "");
T2("... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Build.Logging.StructuredLogger;
using Xunit;
namespace StructuredLogger.Tests
{
public class TextUtilitiesTests
{
[Fact]
public void TestGetLines()
{
T("", "");
T2("... |
fcdd4a7afbaacbfd86fc5197abdd0cb7455c89cb | Fix watchdog test | Fix watchdog test
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,593,974,423 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgst... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgst... |
d632d4f5ebb2a4e787d6bc5605ac2012148bf84b | Fix issue with changing .dmes | Fix issue with changing .dmes
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/WindowsWatchdog.cs | agpl-3.0 | 1,593,974,322 | using Microsoft.Extensions.Logging;
using System;
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.Components.Events;
using Tgstation.Server.Host.... | using Microsoft.Extensions.Logging;
using System;
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.Components.Events;
using Tgstation.Server.Host.... |
315bdf9e02e8312a597e4a13763769a5b296f291 | Simplify running status removal | Simplify running status removal
| peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framew... | osu.Framework/Input/Handlers/Midi/MidiInputHandler.cs | mit | 1,593,973,867 | // 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.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... | // 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.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... |
02bb8f0db2f768ed03df220c4a77b270a632fa3d | fixing warings | fixing warings
| larsbrubaker/agg-sharp,MatterHackers/agg-sharp | Tests/Agg.Tests/Agg.UI/MenuTests.cs | bsd-2-clause | 1,593,973,583 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
ff54aa658cc2ebffc302ac115032f10f926bfa45 | Fixed wrong size calculation. | Fixed wrong size calculation.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/MemoryScanner/ScanResult.cs | mit | 1,593,973,291 | using System;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
using ReClassNET.Extensions;
namespace ReClassNET.MemoryScanner
{
public abstract class ScanResult
{
public abstract ScanValueType ValueType { get; }
public IntPtr Address { get; set; }
public abstract int ValueSize { get... | using System;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
namespace ReClassNET.MemoryScanner
{
public abstract class ScanResult
{
public abstract ScanValueType ValueType { get; }
public IntPtr Address { get; set; }
public abstract int ValueSize { get; }
public abstract ScanRe... |
f0e6dbdd2627fa48c1066d029032fc2b569d8215 | Fixed parameter too big. | Fixed parameter too big.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/MemoryScanner/Comparer/RegexStringMemoryComparer.cs | mit | 1,593,973,274 | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
namespace ReClassNET.MemoryScanner.Comparer
{
public class RegexStringMemoryComparer : IComplexScanComparer
{
public ScanCompareType CompareType => ScanCompareType.Equal;
public Regex Pattern { get; }
pub... | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
namespace ReClassNET.MemoryScanner.Comparer
{
public class RegexStringMemoryComparer : IComplexScanComparer
{
public ScanCompareType CompareType => ScanCompareType.Equal;
public Regex Pattern { get; }
pub... |
6ba85fcdcb20a33cc380449e90126d156f80357e | Use better variable name. | Use better variable name.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/MemoryScanner/Scanner.cs | mit | 1,593,973,228 | using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using ReClassNET.Extensions;
using ReClassNET.Memory;
using ReClassNET.MemoryScanner.Comparer;
using ReClassNET.Util;
namespace ReClassNET.Memory... | using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using ReClassNET.Extensions;
using ReClassNET.Memory;
using ReClassNET.MemoryScanner.Comparer;
using ReClassNET.Util;
namespace ReClassNET.Memory... |
14bd0e876f7a3f3521b3d87d1b2161ae7f6bb611 | Removed unneeded code. | Removed unneeded code.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/MemoryScanner/ComplexScannerWorker.cs | mit | 1,593,973,211 | using System.Collections.Generic;
using System.Threading;
using ReClassNET.MemoryScanner.Comparer;
namespace ReClassNET.MemoryScanner
{
internal class ComplexScannerWorker : IScannerWorker
{
private readonly ScanSettings settings;
private readonly IComplexScanComparer comparer;
public ComplexScannerWorker(Sca... | using System.Collections.Generic;
using System.Threading;
using ReClassNET.MemoryScanner.Comparer;
namespace ReClassNET.MemoryScanner
{
internal class ComplexScannerWorker : IScannerWorker
{
private readonly ScanSettings settings;
private readonly IComplexScanComparer comparer;
public ComplexScannerWorker(Sca... |
a23feec726e9af1071f653497416e5a6b3b4c636 | Disable CosmosDebug | Disable CosmosDebug | CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.HAL2/Drivers/Video/VBEDriver.cs | bsd-3-clause | 1,593,972,303 | //#define COSMOSDEBUG
using System;
using Cosmos.Core;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
/// <summary>
/// VBEDriver class. Used to directly write registers values to the port.
/// </summary>
public class VBEDriver
{
private static readonly VBE IO = Core.Global.Bas... | #define COSMOSDEBUG
using System;
using Cosmos.Core;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
/// <summary>
/// VBEDriver class. Used to directly write registers values to the port.
/// </summary>
public class VBEDriver
{
private static readonly VBE IO = Core.Global.Base... |
b57d269206ab725d9972d922228d6552ef6dd7a7 | Remove done TODOÂ | Remove done TODOÂ
| jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode | Drums/VDrumExplorer.Midi/RawMidiClient.cs | apache-2.0 | 1,593,972,142 | // Copyright 2019 Jon Skeet. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using Commons.Music.Midi;
using System;
using System.Linq;
using System.Threading.Tasks;
namespace VDrumExplorer.Midi
{
/// <summary>
/// A MIDI client with... | // Copyright 2019 Jon Skeet. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using Commons.Music.Midi;
using System;
using System.Linq;
using System.Threading.Tasks;
namespace VDrumExplorer.Midi
{
/// <summary>
/// A MIDI client with... |
579cf31aa0d5c7f81fd631959869d85e750b9cc5 | Allow arbitrary placeholder sizes | Allow arbitrary placeholder sizes
| jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode | Drums/VDrumExplorer.Model/Schema/Json/FieldJson.cs | apache-2.0 | 1,593,972,142 | // Copyright 2019 Jon Skeet. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
#nullable disable warnings
using System;
using System.Collections.Generic;
using System.Linq;
using VDrumExplorer.Model.Schema.Fields;
using VDrumExplorer.Utility;
... | // Copyright 2019 Jon Skeet. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
#nullable disable warnings
using System;
using System.Collections.Generic;
using System.Linq;
using VDrumExplorer.Model.Schema.Fields;
using VDrumExplorer.Utility;
... |
e8ad1240cfb285dde60dbf4e91fc7decfea22ef7 | Disable debug attached | Disable debug attached
| Fody/Costura,Fody/Costura,Fody/Costura | src/Costura.Fody/ModuleWeaver.cs | mit | 1,593,971,519 | using System.Collections.Generic;
using System.Diagnostics;
using Fody;
using Mono.Cecil;
public partial class ModuleWeaver: BaseModuleWeaver
{
public IAssemblyResolver AssemblyResolver { get; set; }
public override void Execute()
{
//#if DEBUG
// if (!Debugger.IsAttached)
// {
// ... | using System.Collections.Generic;
using System.Diagnostics;
using Fody;
using Mono.Cecil;
public partial class ModuleWeaver: BaseModuleWeaver
{
public IAssemblyResolver AssemblyResolver { get; set; }
public override void Execute()
{
#if DEBUG
if (!Debugger.IsAttached)
{
Debugg... |
15832ed70905fa8320485ba3c8326d7462296c8a | fix wpf interop | fix wpf interop
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Per... | src/Windows/Avalonia.Win32.Interop/Wpf/WpfTopLevelImpl.cs | mit | 1,593,968,666 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media;
using Avalonia.Controls;
using Avalonia.Controls.Embedding;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Layout;
using Avaloni... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media;
using Avalonia.Controls;
using Avalonia.Controls.Embedding;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Layout;
using Avaloni... |
ff35c9d80c0ad57a06cca4d6a3b40a1676694bbc | Remove parameter of type IEnumerable<GuildConfig> from constructor of MuteService. | Remove parameter of type IEnumerable<GuildConfig> from constructor of MuteService.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Administration/Services/MuteService.cs | mit | 1,593,967,775 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... |
7c190dd16a7e960ef66f0fe76c726fc220812df6 | ASP.NET Core Use Sockets as default transport for PlatformBenchmarks (#5830) | ASP.NET Core Use Sockets as default transport for PlatformBenchmarks (#5830)
| jamming/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,jamming/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,sagenschneider/Framew... | frameworks/CSharp/aspnetcore/PlatformBenchmarks/BenchmarkConfigurationHelpers.cs | bsd-3-clause | 1,593,967,070 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Net;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
using Sys... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Net;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
using Sys... |
7c1990fb87321c721a2255f63a5d237407a94683 | Writing profile when saving file | Writing profile when saving file
| stephanstapel/ZUGFeRD-csharp | ZUGFeRD/InvoiceDescriptor.cs | apache-2.0 | 1,593,966,842 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"... |
0d6f457ade8dafec8bb205452aa36cb0ad9d4827 | Avoid boxing in cached query (#5832) | Avoid boxing in cached query (#5832)
| jaguililla/FrameworkBenchmarks,jamming/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,jamming/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,RockinRoel/FrameworkB... | frameworks/CSharp/aspnetcore/PlatformBenchmarks/Data/RawDb.cs | bsd-3-clause | 1,593,966,454 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.Extensions.Caching... |
41e4802ef96262f91ff5faf00dd32becc48cd5fb | Fix datapath not being resolved correctly | Fix datapath not being resolved correctly
| denikson/CM3D2.MaidFiddler | CM3D2.MaidFiddler.Plugin/MaidFiddler.cs | mit | 1,593,964,627 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading;
using System.Windows.Forms;
using CM3D2.MaidFiddler.Hook;
using CM3D2.MaidFiddler.Plugin.Gui;
using CM3D2.MaidFiddler.Plugin.Utils;
using ExIni;
u... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Windows.Forms;
using CM3D2.MaidFiddler.Hook;
using CM3D2.MaidFiddler.Plugin.Gui;
using CM3D2.MaidFiddler.Plugin.Utils;
using ExIni;
using UnityEngine;
using U... |
bd07044777338ed98ab5befb2df37f4171253a14 | tidy acrylic material class. | tidy acrylic material class.
| jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalo... | src/Avalonia.Visuals/Media/ExperimentalAcrylicMaterial.cs | mit | 1,593,963,026 | using System;
namespace Avalonia.Media
{
public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial
{
private Color _effectiveTintColor;
private Color _effectiveLuminosityColor;
static ExperimentalAcrylicMaterial()
{
AffectsRende... | using System;
namespace Avalonia.Media
{
public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial
{
private Color _effectiveTintColor;
private Color _effectiveLuminosityColor;
static ExperimentalAcrylicMaterial()
{
AffectsRende... |
276cc0063c77961cbc01d45beebf01a6fc0cfb14 | projectile fix | projectile fix
| workabyte/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Games/SpacialElements/Projectile.cs | mit | 1,593,962,991 | using PowerArgs.Cli;
using PowerArgs.Cli.Physics;
using System;
namespace PowerArgs.Games
{
public class Projectile : WeaponElement
{
public static Event<Impact> OnAudibleImpact { get; private set; } = new Event<Impact>();
public ConsoleString Pen { get; set; } = new ConsoleString("*", Conso... | using PowerArgs.Cli;
using PowerArgs.Cli.Physics;
using System;
namespace PowerArgs.Games
{
public class Projectile : WeaponElement
{
public static Event<Impact> OnAudibleImpact { get; private set; } = new Event<Impact>();
public ConsoleString Pen { get; set; } = new ConsoleString("*", Conso... |
75e1fbae550879cd4864c7b7f9bb489e0fef328d | Fix MemberCloner constnats | Fix MemberCloner constnats
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloner.cs | mit | 1,593,962,703 | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.Signatures.Security;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides a mechanism for deep-copying metadata members from external .NET modu... | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.Signatures.Security;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides a mechanism for deep-copying metadata members from external .NET modu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.