commit
stringlengths
40
40
subject
stringlengths
4
1.73k
repos
stringlengths
5
127k
old_file
stringlengths
2
751
new_file
stringlengths
2
751
new_contents
stringlengths
1
8.98k
old_contents
stringlengths
0
6.59k
license
stringclasses
13 values
lang
stringclasses
23 values
b65d0621b2fce7b8d8ab2fd2cce5f7244186f257
Add new file UITests/Tests.cs
ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl
UITests/Tests.cs
UITests/Tests.cs
using System; using System.IO; using System.Linq; using NUnit.Framework; using Xamarin.UITest; using Xamarin.UITest.Android; using Xamarin.UITest.Queries; namespace userAuth.cpl.UITests { [TestFixture] public class Tests { AndroidApp app; [SetUp] public void BeforeEachTest () { app = ConfigureAp...
 �using System; using System.IO; using System.Linq; using NUnit.Framework; using Xamarin.UITest; using Xamarin.UITest.Android; using Xamarin.UITest.Queries; namespace userAuth.cpl.UITests { [TestFixture] public class Tests { AndroidApp app; [SetUp] public void BeforeEachTest () { ap...
mit
C#
948564d54bd4b18c3f1ca1189ee2693fbf62b952
Add tests for new eventing behavior.
peterlanoie/aspnet-mvc-slack
src/Pelasoft.AspNet.Mvc.Slack.TestWeb/App_Start/FilterConfig.cs
src/Pelasoft.AspNet.Mvc.Slack.TestWeb/App_Start/FilterConfig.cs
using System.Web; using System.Web.Mvc; using Pelasoft.AspNet.Mvc.Slack; using System.Configuration; namespace Pelasoft.AspNet.Mvc.Slack.TestWeb { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); v...
using System.Web; using System.Web.Mvc; using Pelasoft.AspNet.Mvc.Slack; using System.Configuration; namespace Pelasoft.AspNet.Mvc.Slack.TestWeb { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); v...
mit
C#
dca27b0c6389bb90551dd1625ceb8d8cc35456cb
fix namespace
Chatham/ServiceStack.Text.TupleSerializer
src/ServiceStack.Text.InlineTupleSerializer/PassThroughCache.cs
src/ServiceStack.Text.InlineTupleSerializer/PassThroughCache.cs
using System; using ServiceStack.Text.InlineTupleSerializer.Api; namespace ServiceStack.Text.InlineTupleSerializer { public class PassThroughCache<TKey, TValue> : ICache<TKey, TValue> { public TValue GetOrAdd(TKey key, Func<TKey, TValue> valueFactory) { return valueFactory...
using System; using ServiceStack.Text.InlineTupleSerializer.Api; namespace ServiceStack.Text.InlineTupleSerializer.UnitTests { public class PassThroughCache<TKey, TValue> : ICache<TKey, TValue> { public TValue GetOrAdd(TKey key, Func<TKey, TValue> valueFactory) { return va...
mit
C#
1937d0fd26bdfd26b7582395ff9edafff3bc7e02
Update the release/editorial endpoint schema
gregsochanik/SevenDigital.Api.Wrapper,actionshrimp/SevenDigital.Api.Wrapper,bnathyuw/SevenDigital.Api.Wrapper,minkaotic/SevenDigital.Api.Wrapper,luiseduardohdbackup/SevenDigital.Api.Wrapper,danbadge/SevenDigital.Api.Wrapper,mattgray/SevenDigital.Api.Wrapper,raoulmillais/SevenDigital.Api.Wrapper,bettiolo/SevenDigital.Ap...
src/SevenDigital.Api.Schema/ReleaseEndpoint/ReleaseEditorial.cs
src/SevenDigital.Api.Schema/ReleaseEndpoint/ReleaseEditorial.cs
using System; using System.Xml.Serialization; using SevenDigital.Api.Schema.Attributes; using SevenDigital.Api.Schema.ParameterDefinitions.Get; namespace SevenDigital.Api.Schema.ReleaseEndpoint { [XmlRoot("editorial")] [ApiEndpoint("release/editorial")] [Serializable] public class ReleaseEditorial : Has...
using System; using System.Xml.Serialization; using SevenDigital.Api.Schema.Attributes; using SevenDigital.Api.Schema.ParameterDefinitions.Get; namespace SevenDigital.Api.Schema.ReleaseEndpoint { [XmlRoot("editorial")] [ApiEndpoint("release/editorial")] [Serializable] public class ReleaseEditorial : Has...
mit
C#
79315faba86bd25e7a91761d5087937186b0259a
Fix cert auth sample (#28699)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Security/Authentication/Certificate/samples/Certificate.Sample/Program.cs
src/Security/Authentication/Certificate/samples/Certificate.Sample/Program.cs
using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Server.Kestrel.Https; using Microsoft.Extensions.Hosting; namespace Certificate.Sample { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run()...
using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Server.Kestrel.Https; using Microsoft.Extensions.Hosting; namespace Certificate.Sample { public class Program { public static Task Main(string[] args) { var host = Host.CreateDefaultBuilder(...
apache-2.0
C#
9ba17068fe9978121210a2652deadf655e58e28d
Revert "Revert "added try catch, test commit""
durayakar/PnP,SPDoctor/PnP,rencoreab/PnP,SPDoctor/PnP,SuryaArup/PnP,MaurizioPz/PnP,SPDoctor/PnP,jlsfernandez/PnP,Arknev/PnP,kendomen/PnP,grazies/PnP,GSoft-SharePoint/PnP,Chowdarysandhya/PnPTest,OfficeDev/PnP,svarukala/PnP,levesquesamuel/PnP,dalehhirt/PnP,rencoreab/PnP,BartSnyckers/PnP,erwinvanhunen/PnP,OneBitSoftware/P...
Samples/Core.CrossDomainImages/Core.CrossDomainImagesWeb/Pages/Default.aspx.cs
Samples/Core.CrossDomainImages/Core.CrossDomainImagesWeb/Pages/Default.aspx.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Core.CrossDomainImagesWeb { public partial class Default : System.Web.UI.Page { protected void Page_PreInit(object sender, EventArgs e) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Core.CrossDomainImagesWeb { public partial class Default : System.Web.UI.Page { protected void Page_PreInit(object sender, EventArgs e) { ...
mit
C#
ba1073239dac56fe483cacb350aa16314c6a9ce5
Fix FindAndModifyResult.
samus/mongodb-csharp,zh-huan/mongodb,mongodb-csharp/mongodb-csharp
MongoDBDriver/Results/FindAndModifyResult.cs
MongoDBDriver/Results/FindAndModifyResult.cs
using MongoDB.Driver.Attributes; namespace MongoDB.Driver.Results { internal class FindAndModifyResult<T> : CommandResultBase { /// <summary> /// Gets or sets the value. /// </summary> /// <value>The value.</value> [MongoName("value")] public T Value {...
namespace MongoDB.Driver.Results { internal class FindAndModifyResult<T> : CommandResultBase { /// <summary> /// Gets or sets the value. /// </summary> /// <value>The value.</value> public T Value { get; set; } } }
apache-2.0
C#
a9cb1e2497a3104ecdd34318842821e67723aa68
Address review.
AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia
src/Avalonia.Controls/Converters/StringFormatConverter.cs
src/Avalonia.Controls/Converters/StringFormatConverter.cs
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Avalonia.Data.Converters; namespace Avalonia.Controls.Converters; /// <summary> /// Calls <see cref="string.Format(string, object[])"/> on the passed in values, where the first element in the list /// is the string, ...
using System; using System.Collections.Generic; using System.Globalization; using Avalonia.Data.Converters; namespace Avalonia.Controls.Converters; /// <summary> /// Calls <see cref="string.Format(string, object[])"/> on the passed in values, where the first element in the list /// is the string, and everything afte...
mit
C#
cc64a61480e7510d81c91c600a0fcc4d4ab3d386
Rename field to better match type.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Games/Services/GamesService.cs
src/MitternachtBot/Modules/Games/Services/GamesService.cs
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq; using System.Threading; using Mitternacht.Modules.Games.Common; using Mitternacht.Services; namespace Mitternacht.Modules.Games.Services { public class GamesService : IMService { private readonly IBotConfigProv...
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq; using System.Threading; using Mitternacht.Modules.Games.Common; using Mitternacht.Services; namespace Mitternacht.Modules.Games.Services { public class GamesService : IMService { private readonly IBotConfigProv...
mit
C#
1673828e90bde16a1e397246612fc695fc091d60
remove unused code
tenpn/upm,tenpn/upm
upm-tool/upm-tool/Program.cs
upm-tool/upm-tool/Program.cs
using System; namespace upmtool { class MainClass { public static void Main (string[] args) { Console.WriteLine ("Hello World!"); } } }
using System; namespace upmtool { class MainClass { public static void Main (string[] args) { Console.WriteLine ("Hello World!"); foreach (var packageName in GithubPackagesStore.GetPackages ()) { Console.WriteLine (packageName); } } } }
mit
C#
e242bec84f34de58c7038f67b9e01a51c1fa53d9
Make the duplicate addition more robust in Dictionary
alphonsekurian/corefx,ViktorHofer/corefx,kkurni/corefx,dotnet-bot/corefx,Chrisboh/corefx,ptoonen/corefx,dotnet-bot/corefx,cartermp/corefx,weltkante/corefx,JosephTremoulet/corefx,marksmeltzer/corefx,parjong/corefx,stone-li/corefx,richlander/corefx,rahku/corefx,kkurni/corefx,benjamin-bader/corefx,nchikanov/corefx,weltkan...
src/System.Data.Common/src/System/Data/Common/DbColumn.cs
src/System.Data.Common/src/System/Data/Common/DbColumn.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; namespace System.Data.Common { public class DbColumn { private readonly Dictionary<string, object> _customValues = n...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; namespace System.Data.Common { public class DbColumn { private readonly Dictionary<string, object> _customValues = n...
mit
C#
8690c319ab47b9ea5216be65f1e3f5f1dd9a8351
Disable metrics collection in OWIN Autofac sample
SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples
Management/src/AspDotNet4/CloudFoundryOwinAutofac/Global.asax.cs
Management/src/AspDotNet4/CloudFoundryOwinAutofac/Global.asax.cs
using Autofac; using Autofac.Integration.Mvc; using Steeltoe.CloudFoundry.ConnectorAutofac; using Steeltoe.Common.Configuration.Autofac; using Steeltoe.Extensions.Configuration.CloudFoundry; using Steeltoe.Management.EndpointAutofac; using Steeltoe.Management.EndpointAutofac.Actuators; using System; using System.Web; ...
using Autofac; using Autofac.Integration.Mvc; using Steeltoe.CloudFoundry.ConnectorAutofac; using Steeltoe.Common.Configuration.Autofac; using Steeltoe.Extensions.Configuration.CloudFoundry; using Steeltoe.Management.EndpointAutofac; using Steeltoe.Management.EndpointAutofac.Actuators; using System; using System.Web; ...
apache-2.0
C#
ee500b7b58e26d862f0e455d73af34366695a9a7
Call GetBaseException instead of manually unwrapping exception types.
OneGet/nuget,xoofx/NuGet,chocolatey/nuget-chocolatey,jholovacs/NuGet,ctaggart/nuget,jmezach/NuGet2,xero-github/Nuget,themotleyfool/NuGet,oliver-feng/nuget,oliver-feng/nuget,alluran/node.net,RichiCoder1/nuget-chocolatey,mrward/NuGet.V2,mrward/nuget,antiufo/NuGet2,anurse/NuGet,ctaggart/nuget,rikoe/nuget,dolkensp/node.net...
src/Core/Utility/ExceptionUtility.cs
src/Core/Utility/ExceptionUtility.cs
using System; using System.Reflection; namespace NuGet { public static class ExceptionUtility { public static Exception Unwrap(Exception exception) { if (exception == null) { throw new ArgumentNullException("exception"); } if (exception.InnerE...
using System; using System.Reflection; namespace NuGet { public static class ExceptionUtility { public static Exception Unwrap(Exception exception) { if (exception == null) { throw new ArgumentNullException("exception"); } if (exception.InnerE...
apache-2.0
C#
11ac0abf8fe4aa822076ee8d76287577660ffa94
fix incorrect condition for OpenSubkey
dwmkerr/sharpshell,dwmkerr/sharpshell,dwmkerr/sharpshell,dwmkerr/sharpshell
SharpShell/SharpShell.Tests/Registry/InMemoryRegistryKeyTests.cs
SharpShell/SharpShell.Tests/Registry/InMemoryRegistryKeyTests.cs
using System; using Microsoft.Win32; using NUnit.Framework; using SharpShell.Registry; namespace SharpShell.Tests.Registry { public class InMemoryRegistryKeyTests { [Test] public void Can_Get_And_Set_Default_Values() { // Bounce a default value, which has sligh...
using System; using Microsoft.Win32; using NUnit.Framework; using SharpShell.Registry; namespace SharpShell.Tests.Registry { public class InMemoryRegistryKeyTests { [Test] public void Can_Get_And_Set_Default_Values() { // Bounce a default value, which has sligh...
mit
C#
0f3640c4546fe8961fb40d046ee1ede6e7cd20bf
Fix good bard base race table tests
DnDGen/CharacterGen,DnDGen/CharacterGen
Tests/Integration/Tables/Races/BaseRaces/Good/GoodBardBaseRacesTests.cs
Tests/Integration/Tables/Races/BaseRaces/Good/GoodBardBaseRacesTests.cs
using System; using NPCGen.Common.Races; using NUnit.Framework; namespace NPCGen.Tests.Integration.Tables.Races.BaseRaces.Good { [TestFixture] public class GoodBardBaseRacesTests : PercentileTests { protected override String tableName { get { return "GoodBardBaseRaces"; } ...
using System; using NPCGen.Common.Races; using NUnit.Framework; namespace NPCGen.Tests.Integration.Tables.Races.BaseRaces.Good { [TestFixture] public class GoodBardBaseRacesTests : PercentileTests { protected override String tableName { get { return "GoodBardBaseRaces"; } ...
mit
C#
571fa547a1e11499b15b17e7af59f0a28b945a9c
remove sort mode option
rafaelalmeidatk/MonoGame.Extended,HyperionMT/MonoGame.Extended,Aurioch/MonoGame.Extended,LithiumToast/MonoGame.Extended,rafaelalmeidatk/MonoGame.Extended,cra0zy/MonoGame.Extended
Source/MonoGame.Extended/Graphics/Batching/BatchSortMode.cs
Source/MonoGame.Extended/Graphics/Batching/BatchSortMode.cs
namespace MonoGame.Extended.Graphics.Batching { public enum BatchSortMode { Immediate, Deferred } }
namespace MonoGame.Extended.Graphics.Batching { public enum BatchSortMode { Immediate, Deferred, DrawContext } }
mit
C#
3d0715a641c9dad506a0f133c9904be2b0e8f0a6
Make variable getter and setter not need var prefix
NitorInc/NitoriWare,Barleytree/NitoriWare,plrusek/NitoriWare,NitorInc/NitoriWare,uulltt/NitoriWare,Barleytree/NitoriWare
Assets/Scripts/Helper/TextHelper.cs
Assets/Scripts/Helper/TextHelper.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using System.Text.RegularExpressions; public class TextHelper { private static Dictionary<string, string> variables; /// <summary> /// Gets localized text and checks for redundancies, use this for mos...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using System.Text.RegularExpressions; public class TextHelper { private static Dictionary<string, string> variables; /// <summary> /// Gets localized text and checks for redundancies, use this for mos...
mit
C#
2919a05b7d8b5597f02554010036a20d732f6ef1
Fix view location paths
maximegelinas-cegepsth/GEC-strawberry-sass,maximegelinas-cegepsth/GEC-strawberry-sass
StrawberrySass/src/StrawberrySass/UI/UILocationExpander.cs
StrawberrySass/src/StrawberrySass/UI/UILocationExpander.cs
using System.Collections.Generic; using Microsoft.AspNetCore.Mvc.Razor; namespace StrawberrySass.UI { public class UILocationExpander : IViewLocationExpander { public void PopulateValues(ViewLocationExpanderContext context) { } public IEnumerable<string> ExpandViewLocations(ViewLocationExpand...
using System.Collections.Generic; using Microsoft.AspNetCore.Mvc.Razor; namespace StrawberrySass.UI { public class UILocationExpander : IViewLocationExpander { public void PopulateValues(ViewLocationExpanderContext context) { } public IEnumerable<string> ExpandViewLocations(ViewLocationExpand...
mit
C#
b5e89e2f3b05418ec84197ce59ae5c2934675cef
Add additional testing to check for extra children in the future
peppy/osu,ppy/osu,2yangk23/osu,peppy/osu,DrabWeb/osu,smoogipoo/osu,EVAST9919/osu,DrabWeb/osu,UselessToucan/osu,EVAST9919/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,DrabWeb/osu,smoogipoo/osu,2yangk23/osu,ppy/osu,ZLima12/osu,johnneijzen/osu,NeoAdonis/osu,peppy/osu-new,ZLima12/osu,smoogipoo/osu,smoogipooo...
osu.Game.Tests/Visual/TestCaseUpdateableBeatmapBackgroundSprite.cs
osu.Game.Tests/Visual/TestCaseUpdateableBeatmapBackgroundSprite.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Beatmaps.Drawables...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Beatmaps.Drawables...
mit
C#
41caf106b96365b9476c48d1b4723141d7dc2458
add basic test
tannergooding/roslyn,weltkante/roslyn,tannergooding/roslyn,aelij/roslyn,bartdesmet/roslyn,brettfo/roslyn,genlu/roslyn,genlu/roslyn,eriawan/roslyn,mavasani/roslyn,sharwell/roslyn,physhi/roslyn,jasonmalinowski/roslyn,wvdd007/roslyn,AlekseyTs/roslyn,AmadeusW/roslyn,jasonmalinowski/roslyn,physhi/roslyn,shyamnamboodiripad/r...
src/Analyzers/CSharp/Tests/ConvertNameOf/ConvertNameOfTests.cs
src/Analyzers/CSharp/Tests/ConvertNameOf/ConvertNameOfTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.ConvertNa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.ConvertNa...
mit
C#
6d1fbfeba28cb8ed3bf8fef2aaf32631d4ffc3a0
Allow export division info as vCard
roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University/entities/DivisionInfo.cs
R7.University/entities/DivisionInfo.cs
using System; using DotNetNuke.Data; using DotNetNuke.ComponentModel.DataAnnotations; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; namespace R7.University { // More attributes for class: // Set caching for table: [Cacheable("R7.University_Divisions", CacheItemPriority.Default, 20)] ...
using System; using DotNetNuke.Data; using DotNetNuke.ComponentModel.DataAnnotations; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; namespace R7.University { // More attributes for class: // Set caching for table: [Cacheable("R7.University_Divisions", CacheItemPriority.Default, 20)] ...
agpl-3.0
C#
dec4382deda4777dca52e3b11946354f769703e9
Build fix
blebougge/Catel
src/Catel.MVVM/Catel.MVVM.Shared/Services/MessageService.sl.cs
src/Catel.MVVM/Catel.MVVM.Shared/Services/MessageService.sl.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MessageService.sl.cs" company="Catel development team"> // Copyright (c) 2008 - 2014 Catel development team. All rights reserved. // </copyright> // ----------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MessageService.sl.cs" company="Catel development team"> // Copyright (c) 2008 - 2014 Catel development team. All rights reserved. // </copyright> // ----------------------------...
mit
C#
1254cb6f4df10a220248b28b35c902172207cd57
Add OperationWithExponentialBackoff flavor with return values.
gep13/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,asbjornu/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,GitTools/GitVersion,GitTools/GitVersion,asbjornu/GitVersion,ermshiperete/GitVersion
src/GitVersion.Core/Helpers/OperationWithExponentialBackoff.cs
src/GitVersion.Core/Helpers/OperationWithExponentialBackoff.cs
using System; using System.Collections.Generic; using System.Threading.Tasks; using GitVersion.Logging; namespace GitVersion.Helpers { internal class OperationWithExponentialBackoff<T> : OperationWithExponentialBackoff<T, bool> where T : Exception { public OperationWithExponentialBackoff(IThreadSleep t...
using System; using System.Collections.Generic; using System.Threading.Tasks; using GitVersion.Logging; namespace GitVersion.Helpers { internal class OperationWithExponentialBackoff<T> where T : Exception { private readonly IThreadSleep threadSleep; private readonly ILog log; private re...
mit
C#
52e21ce384c1279fd0d4b7685e5cc40280aa7af5
make b2_authorize_account API use JSON-encoded request
NebulousConcept/b2-csharp-client
b2-csharp-client/B2.Client/Apis/AuthorizeAccountV1/AuthorizeAccountV1Request.cs
b2-csharp-client/B2.Client/Apis/AuthorizeAccountV1/AuthorizeAccountV1Request.cs
using System; using System.Text; using B2.Client.Rest.Request; using B2.Client.Rest.Request.Param; namespace B2.Client.Apis.AuthorizeAccountV1 { /// <summary> /// Request object for the 'b2_authorize_account' version 1 API. /// </summary> public sealed class AuthorizeAccountV1Request : JsonPostRestR...
using System; using System.Text; using B2.Client.Rest.Request; using B2.Client.Rest.Request.Param; namespace B2.Client.Apis.AuthorizeAccountV1 { /// <summary> /// Request object for the 'b2_authorize_account' version 1 API. /// </summary> public sealed class AuthorizeAccountV1Request : MultipartPost...
mit
C#
33cfed0ce98649ad6637ca84ccef474629481e64
Fix nullref that can occur if the serial devices change.
clough42/extron-matrix-touch,clough42/extron-matrix-touch,clough42/extron-matrix-touch
src/ExtronTouchSwitch/VidSwitch/Service/SerialPort.cs
src/ExtronTouchSwitch/VidSwitch/Service/SerialPort.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.Devices.Enumeration; using Windows.Devices.SerialCommunication; using Windows.Storage.Streams; namespace VidSwitch.Service { class SerialPort { private string portName; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.Devices.Enumeration; using Windows.Devices.SerialCommunication; using Windows.Storage.Streams; namespace VidSwitch.Service { class SerialPort { private string portName; ...
apache-2.0
C#
dde7e28f60ebc2282f6ea55b6ce42188183ea69a
Return value in Dump ext. method.
ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab
source/Runtime/SharpLabObjectExtensions.cs
source/Runtime/SharpLabObjectExtensions.cs
using System.ComponentModel; using System.Text; using SharpLab.Runtime.Internal; public static class SharpLabObjectExtensions { // LinqPad/etc compatibility only [EditorBrowsable(EditorBrowsableState.Never)] public static T Dump<T>(this T value) { value.Inspect(title: "Dump"); retu...
using System.ComponentModel; using System.Text; using SharpLab.Runtime.Internal; public static class SharpLabObjectExtensions { // LinqPad/etc compatibility only [EditorBrowsable(EditorBrowsableState.Never)] public static T Dump<T>(this T value) => value.Inspect(title: "Dump"); publ...
bsd-2-clause
C#
86adf9e5f62f35391e60d36261fa37d3dbc13733
support default proxy
ElderByte-/Archimedes.Locco
Archimedes.Locco/BackendProviders/GitHubProvider.cs
Archimedes.Locco/BackendProviders/GitHubProvider.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Octokit; using Octokit.Internal; namespace Archimedes.Locco.BackendProviders { public class GitHubProvider : IRep...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Octokit; namespace Archimedes.Locco.BackendProviders { public class GitHubProvider : IReportBackend { private readonly IPropertyProvider _prop...
mit
C#
2dee9fe7753c8873f111e479baf100d0f6811e69
Allow overriding of locomotion implementation
mysticfall/Alensia
Assets/Alensia/Core/Locomotion/LocomotionControl.cs
Assets/Alensia/Core/Locomotion/LocomotionControl.cs
using Alensia.Core.Input; namespace Alensia.Core.Locomotion { public abstract class LocomotionControl<T> : Control.Control, ILocomotionControl<T> where T : class, ILocomotion { public abstract T Locomotion { get; } public override bool Valid => base.Valid && Locomotion != null && Loco...
using Alensia.Core.Input; using UnityEngine.Assertions; namespace Alensia.Core.Locomotion { public abstract class LocomotionControl<T> : Control.Control, ILocomotionControl<T> where T : class, ILocomotion { public T Locomotion { get; } public override bool Valid => base.Valid && Locom...
apache-2.0
C#
d0550bc591d2aa90b2edad08557234a3e5b325fc
Check for email recipients before failing
mattgwagner/alert-roster
alert-roster.web/Models/EmailSender.cs
alert-roster.web/Models/EmailSender.cs
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Net; using System.Net.Mail; using System.Web; namespace alert_roster.web.Models { public class EmailSender { public static String EmailSubject = ConfigurationManager.AppSettings["Email.Subject"]...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Net; using System.Net.Mail; using System.Web; namespace alert_roster.web.Models { public class EmailSender { public static String EmailSubject = ConfigurationManager.AppSettings["Email.Subject"]...
mit
C#
7acc6ae567902eaca53a6517cbad9151c10a84bd
Implement Map Point Tool Mouse events
Esri/visibility-addin-dotnet
source/ArcMapAddinVisibility/ArcMapAddinVisibility/MapPointTool.cs
source/ArcMapAddinVisibility/ArcMapAddinVisibility/MapPointTool.cs
using System; using System.Collections.Generic; using System.Text; using System.IO; using ESRI.ArcGIS.Carto; using ESRI.ArcGIS.Geometry; using ArcMapAddinVisibility.Helpers; namespace ArcMapAddinVisibility { public class MapPointTool : ESRI.ArcGIS.Desktop.AddIns.Tool { public MapPointTool() { ...
using System; using System.Collections.Generic; using System.Text; using System.IO; namespace ArcMapAddinVisibility { public class MapPointTool : ESRI.ArcGIS.Desktop.AddIns.Tool { public MapPointTool() { } protected override void OnUpdate() { Enabled = ArcM...
apache-2.0
C#
1dbb5830a85504fb85a7d9be9d1730c7dd36e1c0
Exclude AssemblyMetadataAttribute
SeanFeldman/ServiceBus.AttachmentPlugin
src/ServiceBus.AttachmentPlugin.Tests/ApiApprovals.cs
src/ServiceBus.AttachmentPlugin.Tests/ApiApprovals.cs
namespace ServiceBus.AttachmentPlugin.Tests { using PublicApiGenerator; using Xunit; public class ApiApprovals { [Fact] public void AzureStorageAttachmentPlugin() { var publicApi = typeof(AzureStorageAttachment).Assembly.GeneratePublicApi(new ApiGeneratorOptions ...
namespace ServiceBus.AttachmentPlugin.Tests { using PublicApiGenerator; using Xunit; public class ApiApprovals { [Fact] public void AzureStorageAttachmentPlugin() { var publicApi = ApiGenerator.GeneratePublicApi(typeof(AzureStorageAttachment).Assembly, ...
mit
C#
d67a53a561d64799fcd4ef09dcf0df2068944cad
update OwinWorkContextMiddleWare
saturn72/saturn72
src/Modules/Owin/Saturn72.Module.Owin/OwinWorkContextMiddleWare.cs
src/Modules/Owin/Saturn72.Module.Owin/OwinWorkContextMiddleWare.cs
using System; using System.ComponentModel; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.Owin; using Saturn72.Core; using Saturn72.Core.Infrastructure; using Saturn72.Extensions; namespace Saturn72.Module.Owin { public class OwinWorkContextMiddleWare<TUserId> : OwinMiddleware { ...
using System; using System.ComponentModel; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.Owin; using Saturn72.Core; using Saturn72.Core.Infrastructure; using Saturn72.Extensions; namespace Saturn72.Module.Owin { public class OwinWorkContextMiddleWare<TUserId> : OwinMiddleware { ...
mit
C#
f5b6fadf4850c4a2751709746c6ed6f4097c1ef9
Make BuildTimeHelper static
chloe747/LiveSplit,Fluzzarn/LiveSplit,Jiiks/LiveSplit,ROMaster2/LiveSplit,chloe747/LiveSplit,madzinah/LiveSplit,stoye/LiveSplit,kugelrund/LiveSplit,drtchops/LiveSplit,glasnonck/LiveSplit,zoton2/LiveSplit,Fluzzarn/LiveSplit,CryZe/LiveSplit,drtchops/LiveSplit,Fluzzarn/LiveSplit,CryZe/LiveSplit,CryZe/LiveSplit,Dalet/LiveS...
LiveSplit/LiveSplit.Core/Updates/BuildTimeHelper.cs
LiveSplit/LiveSplit.Core/Updates/BuildTimeHelper.cs
using System; namespace LiveSplit.Updates { public static class BuildTimeHelper { public static DateTime GetBuildTime() { var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; var buildDateTime = new DateTime(2000, 1, 1).Add(new TimeSpan(Tim...
using System; namespace LiveSplit.Updates { public class BuildTimeHelper { public static DateTime GetBuildTime() { var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; var buildDateTime = new DateTime(2000, 1, 1).Add(new TimeSpan(TimeSpan.T...
mit
C#
f118cae2a0dde164a5378c12b41db06347f98bb4
Initialize AppConfigCommand with an IAppHarborClient
appharbor/appharbor-cli
src/AppHarbor/Commands/AddConfigCommand.cs
src/AppHarbor/Commands/AddConfigCommand.cs
using System; namespace AppHarbor.Commands { public class AddConfigCommand : ICommand { private readonly IApplicationConfiguration _applicationConfiguration; private readonly IAppHarborClient _appharborClient; public AddConfigCommand(IApplicationConfiguration applicationConfiguration, IAppHarborClient apphar...
using System; namespace AppHarbor.Commands { public class AddConfigCommand : ICommand { private readonly IApplicationConfiguration _applicationConfiguration; public AddConfigCommand(IApplicationConfiguration applicationConfiguration) { _applicationConfiguration = applicationConfiguration; } public vo...
mit
C#
8e376fed7df226fae8b080a04c665871f300117c
Add SearchContext property to PlainScopeLocator
atata-framework/atata,YevgeniyShunevych/Atata,YevgeniyShunevych/Atata,atata-framework/atata
src/Atata/ScopeSearch/PlainScopeLocator.cs
src/Atata/ScopeSearch/PlainScopeLocator.cs
using System; using System.Linq; using OpenQA.Selenium; namespace Atata { public class PlainScopeLocator : IScopeLocator { private readonly Func<By> byCreator; private By by; public PlainScopeLocator(By by) { by.CheckNotNull(nameof(by)); ...
using System; using System.Linq; using OpenQA.Selenium; namespace Atata { public class PlainScopeLocator : IScopeLocator { private readonly Func<By> byCreator; private By by; public PlainScopeLocator(By by) { by.CheckNotNull(nameof(by)); ...
apache-2.0
C#
50a669a0339c9e26bdf36513e949e57651aecaa4
Fix for filename lowercase matches - to fix missing .PNG images
Red-Folder/docs.functions
src/DocFunctions.Lib/Models/Github/AbstractAction.cs
src/DocFunctions.Lib/Models/Github/AbstractAction.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DocFunctions.Lib.Models.Github { public abstract class AbstractAction { public string FullFilename { get; set; } public string CommitSha { get; set; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DocFunctions.Lib.Models.Github { public abstract class AbstractAction { public string FullFilename { get; set; } public string CommitSha { get; set; } ...
mit
C#
c87d894ebf10d975b253ed9294bc4d69b2cb793d
Apply fixes to duplicate file
vbfox/pinvoke,fearthecowboy/pinvoke,AArnott/pinvoke,jmelosegui/pinvoke
src/Kernel32.Shared/Kernel32+FindFirstFileExFlags.cs
src/Kernel32.Shared/Kernel32+FindFirstFileExFlags.cs
// Copyright (c) to owners found in https://github.com/AArnott/pinvoke/blob/master/COPYRIGHT.md. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. namespace PInvoke { using System; /// <content> /// Contains the <see cref="FindF...
// Copyright (c) to owners found in https://github.com/AArnott/pinvoke/blob/master/COPYRIGHT.md. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. namespace PInvoke { using System; /// <content> /// Contains the <see cref="FindF...
mit
C#
29011461d8a10d5a8560f5a311bbe1ccd7511384
Set Activity tags in addition to calling the new API.
mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/Utilities/ActivitySourceHelper.cs
src/MySqlConnector/Utilities/ActivitySourceHelper.cs
using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Reflection; namespace MySqlConnector.Utilities; internal static class ActivitySourceHelper { public const string DatabaseConnectionIdTagName = "db.connection_id"; public const string DatabaseConnectionStringTagName ...
using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Reflection; namespace MySqlConnector.Utilities; internal static class ActivitySourceHelper { public const string DatabaseConnectionIdTagName = "db.connection_id"; public const string DatabaseConnectionStringTagName ...
mit
C#
3ce71f7a9f17ede4384b3794912eeba9c2e52f4c
Improve efficiency of iOS texture loading
smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,ZLima12/osu-framework,DrabWeb/osu-framework,Tom94/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,Tom94/osu-framework,EVAST9919/osu-framework...
osu.Framework.iOS/Graphics/Textures/IOSTextureLoaderStore.cs
osu.Framework.iOS/Graphics/Textures/IOSTextureLoaderStore.cs
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; using System.IO; using System.Runtime.InteropServices; using CoreGraphics; using Foundation; using osu.Framework.Graphics.Textures; using osu.Fra...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; using System.IO; using System.Runtime.InteropServices; using CoreGraphics; using Foundation; using osu.Framework.Graphics.Textures; using osu.Fra...
mit
C#
cb77f3e123707ca617da8da9d973beb9be6524a4
Add RSS Infomation for Andreas Bittner
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/AndreasBittner.cs
src/Firehose.Web/Authors/AndreasBittner.cs
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AndreasBittner : IAmACommunityMember { public string FirstName => "Andreas"; public string ...
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class AndreasBittner : IAmACommunityMember { public string FirstName => "Andreas"; public string ...
mit
C#
629db40f16ef89f28ad96fb460c1c10c1a60df2a
Fix bug in RabbitReceiverMessage when received message has no headers
RockFramework/Rock.Messaging
RockLib.Messaging.RabbitMQ/RabbitReceiverMessage.cs
RockLib.Messaging.RabbitMQ/RabbitReceiverMessage.cs
using RabbitMQ.Client.Events; using RabbitMQ.Client; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Text; namespace RockLib.Messaging.RabbitMQ { /// <summary> /// An implementation of IReceiverMessage for use by the <see cref="RabbitReceiver"/> /// cla...
using RabbitMQ.Client.Events; using RabbitMQ.Client; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Text; namespace RockLib.Messaging.RabbitMQ { /// <summary> /// An implementation of IReceiverMessage for use by the <see cref="RabbitReceiver"/> /// cla...
mit
C#
b1df04b670ffc55d55b159367a6592ecc0c30654
Increment versions
SnapMD/connectedcare-sdk,dhawalharsora/connectedcare-sdk
SnapMD.ConnectedCare.Sdk/Properties/AssemblyInfo.cs
SnapMD.ConnectedCare.Sdk/Properties/AssemblyInfo.cs
// Copyright 2015 SnapMD, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or ag...
// Copyright 2015 SnapMD, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or ag...
apache-2.0
C#
e1d3ef3a00775626529447943960f3348927e608
add ScheduleId to TaskInfo
iron-io/iron_dotnet
src/IronSharp.IronWorker/Tasks/TaskInfo.cs
src/IronSharp.IronWorker/Tasks/TaskInfo.cs
using System; using IronSharp.Core; using Newtonsoft.Json; namespace IronSharp.IronWorker { public class TaskInfo : IMsg, IInspectable { [JsonProperty("code_id", DefaultValueHandling = DefaultValueHandling.Ignore)] public string CodeId { get; set; } [JsonProperty("code_name", DefaultV...
using System; using IronSharp.Core; using Newtonsoft.Json; namespace IronSharp.IronWorker { public class TaskInfo : IMsg, IInspectable { [JsonProperty("code_id", DefaultValueHandling = DefaultValueHandling.Ignore)] public string CodeId { get; set; } [JsonProperty("code_name", DefaultV...
mit
C#
6df2b666ac395e3d0df748937777a66a381ef43e
Set UI exe assembly title
webprofusion/Certify
src/Certify.UI/Properties/AssemblyInfo.cs
src/Certify.UI/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(...
using System.Runtime.InteropServices; using System.Windows; // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] //In order to b...
mit
C#
36237398fa307f6939306df065e897b4683cf740
Remove accidental leftover nullable BDL spec
smoogipoo/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu
osu.Game.Rulesets.Osu/Skinning/Legacy/LegacyReverseArrow.cs
osu.Game.Rulesets.Osu/Skinning/Legacy/LegacyReverseArrow.cs
// 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.Diagnostics; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Objects.Drawables...
// 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.Diagnostics; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Objects.Drawables...
mit
C#
699c7bbf56684e73b0d71b7ab6b15983c53f546c
Replace SmsSid with MessageSid
TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets,TwilioDevEd/api-snippets
rest/messages/sms-handle-callback/sms-handle-callback.5.x.cs
rest/messages/sms-handle-callback/sms-handle-callback.5.x.cs
// In Package Manager, run: // Install-Package Twilio.Mvc -DependencyVersion HighestMinor using System.Diagnostics; using System.Web.Mvc; public class MessageStatusController : Controller { [HttpPost] public ActionResult Index() { // Log the message id and status var smsSid = Request.Form[...
// In Package Manager, run: // Install-Package Twilio.Mvc -DependencyVersion HighestMinor using System.Diagnostics; using System.Web.Mvc; public class MessageStatusController : Controller { [HttpPost] public ActionResult Index() { // Log the message id and status var smsSid = Request.Form[...
mit
C#
e301af39072df98ac9c7cae08c9c8279d257701d
Add support for specifying HTTP method in MVC fluent API
AnthonySteele/MvcRouteTester,AlexisArce/MvcRouteTester
src/MvcRouteTester/Fluent/UrlAndRoutes.cs
src/MvcRouteTester/Fluent/UrlAndRoutes.cs
using System; using System.Linq.Expressions; using System.Net.Http; using System.Threading.Tasks; using System.Web.Mvc; using System.Web.Routing; using MvcRouteTester.ApiRoute; using MvcRouteTester.WebRoute; namespace MvcRouteTester.Fluent { public class UrlAndRoutes { private string requestBody = ...
using System; using System.Linq.Expressions; using System.Net.Http; using System.Threading.Tasks; using System.Web.Mvc; using System.Web.Routing; using MvcRouteTester.ApiRoute; using MvcRouteTester.WebRoute; namespace MvcRouteTester.Fluent { public class UrlAndRoutes { private string requestBody = ...
apache-2.0
C#
251835619f7e7d7015053919a4d29edb07544b4a
Send email to template
tigranv/CRM_Project_C,tigranv/CRM_Project_C
CRM_Project_C/Source/CRM.WebApi/Controllers/SendEmailsController.cs
CRM_Project_C/Source/CRM.WebApi/Controllers/SendEmailsController.cs
using CRM.EntityFrameWorkLib; using CRM.WebApi.Filters; using CRM.WebApi.Infrastructure; using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Web.Http; namespace CRM.WebApi.Controllers { [NotImplExceptionFilterAttribute] public class SendEmailsController : ApiController ...
using CRM.EntityFrameWorkLib; using CRM.WebApi.Filters; using CRM.WebApi.Infrastructure; using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Web.Http; namespace CRM.WebApi.Controllers { [NotImplExceptionFilterAttribute] public class SendEmailsController : ApiController ...
mit
C#
672343a14d54bc529396bb39bc3bd388b44969a3
Handle cancel click
MumbaiHackerspace/Visage,MumbaiHackerspace/Visage,MumbaiHackerspace/Visage,MumbaiHackerspace/Visage
visage-xfapp/Visage/ViewModels/LoginWithEventbriteViewModel.cs
visage-xfapp/Visage/ViewModels/LoginWithEventbriteViewModel.cs
using System; using System.Windows.Input; using Visage.Helpers; using Visage.Pages; using Xamarin.Forms; namespace Visage.ViewModels { public class LoginWithEventbriteViewModel : BaseViewModel { public String Email { get; set; } public string Password ...
using System; using System.Windows.Input; using Visage.Helpers; using Visage.Pages; using Xamarin.Forms; namespace Visage.ViewModels { public class LoginWithEventbriteViewModel : BaseViewModel { public String Email { get; set; } public string Password ...
mit
C#
ffaaf530a6e3c90f57fadf955139043454e6598d
Fix bug about that DateTimeToPointInTime is not handling string that are dateTime
Seddryck/NBi,Seddryck/NBi
NBi.Core/Transformation/Transformer/Native/DateTimeToPointInTime.cs
NBi.Core/Transformation/Transformer/Native/DateTimeToPointInTime.cs
using NBi.Core.Scalar.Casting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBi.Core.Transformation.Transformer.Native { abstract class DateTimeToPointInTime : INativeTransformation { public object Evaluate(object value)...
using NBi.Core.Scalar.Casting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBi.Core.Transformation.Transformer.Native { abstract class DateTimeToPointInTime : INativeTransformation { public object Evaluate(object value)...
apache-2.0
C#
1e3959eb5d61ef601de134abbd570465e9904e8e
fix build break
ErikEJ/EntityFramework.SqlServerCompact,ErikEJ/EntityFramework7.SqlServerCompact
src/Provider40/Properties/AssemblyInfo.cs
src/Provider40/Properties/AssemblyInfo.cs
using System.Reflection; using Microsoft.EntityFrameworkCore.Design; [assembly: DesignTimeProviderServices("EFCore.SqlCe.Design.Internal.SqlCeDesignTimeServices")] #if SQLCE35 [assembly: AssemblyTitle("EntityFrameworkCore.SqlServerCompact35")] [assembly: AssemblyProduct("EntityFrameworkCore.SqlServerCompact35")] #els...
using System.Reflection; using Microsoft.EntityFrameworkCore.Design; [assembly: DesignTimeProviderServices("EFCore.SqlCe.Scaffolding.Internal.SqlCeDesignTimeServices")] #if SQLCE35 [assembly: AssemblyTitle("EntityFrameworkCore.SqlServerCompact35")] [assembly: AssemblyProduct("EntityFrameworkCore.SqlServerCompact35")]...
apache-2.0
C#
2681c65cd5ee521cac8e3302329aa564d95d0cb9
替换Consumer的拦截方式 添加对数据库访问操作的支持
imyounghan/umizoo
src/Samples/UserRegistration/ReadModel/UserQueryHandler.cs
src/Samples/UserRegistration/ReadModel/UserQueryHandler.cs
using System.Collections.Generic; using System.Linq; using Umizoo.Messaging; using Umizoo.Messaging.Handling; using UserRegistration.Events; namespace UserRegistration.ReadModel { public class UserQueryHandler : IQueryHandler<FindAllUser, IEnumerable<UserModel>>, //IQueryHandler<FindAllUser, Page...
using System.Collections.Generic; using System.Linq; using Umizoo.Messaging; using Umizoo.Messaging.Handling; using UserRegistration.Events; namespace UserRegistration.ReadModel { public class UserQueryHandler : IQueryHandler<FindAllUser, IEnumerable<UserModel>>, //IQueryHandler<FindAllUser, Page...
apache-2.0
C#
01baf19d12793af780db88cc008f1d603f6cecd6
Update AssemblyInfo.cs
YAFNET/YAF.SampleWebApplication,YAFNET/YAF.SampleWebApplication,YAFNET/YAF.SampleWebApplication
YAF.SampleWebApplication/Properties/AssemblyInfo.cs
YAF.SampleWebApplication/Properties/AssemblyInfo.cs
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2021 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * di...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * di...
apache-2.0
C#
d6f7908e55c579b50b9360bf8adc4daa6ad02274
Update system on deconstruct
fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,fomalsd/unitystation,krille90/unitystation,Necromunger/unitystation...
UnityProject/Assets/Scripts/Construction/Managers/Deconstruction.cs
UnityProject/Assets/Scripts/Construction/Managers/Deconstruction.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Deconstruction : MonoBehaviour { public GameObject wallGirderPrefab; //Server only: public void TryTileDeconstruct(TileChangeManager tileChangeManager, TileType tileType, Vector3 cellPos) { var cellPosInt = Vector3Int.R...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Deconstruction : MonoBehaviour { public GameObject wallGirderPrefab; //Server only: public void TryTileDeconstruct(TileChangeManager tileChangeManager, TileType tileType, Vector3 cellPos) { switch (tileType) { case...
agpl-3.0
C#
a6ad48c49778abe03e8d928f3540ee6d64fc54dc
Enable TLS 1.1 and 1.2 and disable SSLv3 for external calls.
opserver/Opserver,opserver/Opserver,vebin/Opserver,michaelholzheimer/Opserver,rducom/Opserver,manesiotise/Opserver,rducom/Opserver,GABeech/Opserver,michaelholzheimer/Opserver,volkd/Opserver,dteg/Opserver,vbfox/Opserver,maurobennici/Opserver,wuanunet/Opserver,GABeech/Opserver,mqbk/Opserver,dteg/Opserver,mqbk/Opserver,je...
Opserver.Core/OpserverCore.cs
Opserver.Core/OpserverCore.cs
using System.Net; using StackExchange.Elastic; namespace StackExchange.Opserver { public class OpserverCore { // Initializes various bits in OpserverCore like exception logging and such so that projects using the core need not load up all references to do so. public static void Init() ...
using StackExchange.Elastic; namespace StackExchange.Opserver { public class OpserverCore { // Initializes various bits in OpserverCore like exception logging and such so that projects using the core need not load up all references to do so. public static void Init() { try ...
mit
C#
406142b084b121cb5f4c34a7e5203585c5141353
Fix V3025
bitzhuwei/CSharpGL,bitzhuwei/CSharpGL,bitzhuwei/CSharpGL
Infrastructure/CSharpGL.Models/SimpleObjFileFormat/PartParsers/TexCoordParser.cs
Infrastructure/CSharpGL.Models/SimpleObjFileFormat/PartParsers/TexCoordParser.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CSharpGL { public class TexCoordParser : ObjParserBase { public override void Parse(ObjVNFContext context) { ObjVNFMesh mesh = context.Mesh; if (mesh.texCoords.Length > 0) ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CSharpGL { public class TexCoordParser : ObjParserBase { public override void Parse(ObjVNFContext context) { ObjVNFMesh mesh = context.Mesh; if (mesh.texCoords.Length > 0) ...
mit
C#
1363c238d7eebf0de5462c6e0200fe0a56f0ff1c
Implement unconditional toggle of the first item when a toolstrip menu is initialized.
Miragecoder/Urbanization,Miragecoder/Urbanization,Miragecoder/Urbanization
src/Mirage.Urbanization.WinForms/ToolstripMenuInitializer.cs
src/Mirage.Urbanization.WinForms/ToolstripMenuInitializer.cs
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace Mirage.Urbanization.WinForms { public abstract class ToolstripMenuInitializer<TOption> where TOption : IToolstripMenuOption { protected ToolstripMenuInitializer(ToolStripMenuItem targetToop...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace Mirage.Urbanization.WinForms { public abstract class ToolstripMenuInitializer<TOption> where TOption : IToolstripMenuOption { protected ToolstripMenuInitializer(ToolStripMenuItem targetToop...
mit
C#
b93ea0ee210847ffe1d4e652c6ccc4efc0f68498
Update RyanYates.cs
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/RyanYates.cs
src/Firehose.Web/Authors/RyanYates.cs
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class RyanYatesMVP : IFilterMyBlogPosts, IAmAMicrosoftMVP { public string FirstName => "Ryan"; p...
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel.Syndication; using System.Web; using Firehose.Web.Infrastructure; namespace Firehose.Web.Authors { public class RyanYatesMVP : IFilterMyBlogPosts, IAmAMicrosoftMVP { public string FirstName => "Ryan"; p...
mit
C#
8686eb8231b5154e243756f7cbd61c6950c2922e
Remove unused using
Cyberboss/tgstation-server,tgstation/tgstation-server,Cyberboss/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Api/Models/Internal/DreamDaemonLaunchParameters.cs
src/Tgstation.Server.Api/Models/Internal/DreamDaemonLaunchParameters.cs
using System.ComponentModel.DataAnnotations; namespace Tgstation.Server.Api.Models.Internal { /// <summary> /// Launch settings for DreamDaemon /// </summary> public class DreamDaemonLaunchParameters { /// <summary> /// If the BYOND web client can be used to connect to the game server /// </summary> [Req...
using System; using System.ComponentModel.DataAnnotations; namespace Tgstation.Server.Api.Models.Internal { /// <summary> /// Launch settings for DreamDaemon /// </summary> public class DreamDaemonLaunchParameters { /// <summary> /// If the BYOND web client can be used to connect to the game server /// </s...
agpl-3.0
C#
8ee875f7cdaf3fbb756f4b12b827c83d56dc615e
Remove unused overload of Remove for QueryStringParametersList
vivet/GoogleApi
GoogleApi/Helpers/QueryStringParametersList.cs
GoogleApi/Helpers/QueryStringParametersList.cs
using System; using System.Collections.Generic; using System.Linq; namespace GoogleApi.Helpers { /// <summary> /// Helper class to build querystrings for Google Requests. /// </summary> public sealed class QueryStringParametersList : Dictionary<string, string>, IDictionary<string, string> { ...
using System; using System.Collections.Generic; using System.Linq; namespace GoogleApi.Helpers { /// <summary> /// Helper class to build querystrings for Google Requests. /// </summary> public sealed class QueryStringParametersList : Dictionary<string, string>, IDictionary<string, string> { ...
mit
C#
672c36166644a8c87ec2bfca99e05ed74ffb0b42
Mark AFNetworkHandler obsolete.
Ideine/Cheesebaron.MvxPlugins,Ideine/Cheesebaron.MvxPlugins,Cheesebaron/Cheesebaron.MvxPlugins,Cheesebaron/Cheesebaron.MvxPlugins
ModernHttpClient/Core/HttpClientHandlerType.cs
ModernHttpClient/Core/HttpClientHandlerType.cs
using System; namespace Cheesebaron.MvxPlugins.ModernHttpClient { public enum HttpClientHandlerType { /// <summary> /// AFNetworkHandler (Only available on iOS) /// </summary> [Obsolete("Use CFNetworkHandler instead")] AFNetworkHandler = 0, /// <summary> ...
namespace Cheesebaron.MvxPlugins.ModernHttpClient { public enum HttpClientHandlerType { /// <summary> /// OBSOLETE!!! AFNetworkHandler (Only available on iOS) /// </summary> AFNetworkHandler = 0, /// <summary> /// CFNetworkHandler (Only available on iOS) ...
apache-2.0
C#
dc15b6ff7d93e196b2005bea58d67bbe29fb11c0
add aliases for command line args
skolima/NuKeeper,skolima/NuKeeper,skolima/NuKeeper,AnthonySteele/NuKeeper,AnthonySteele/NuKeeper,AnthonySteele/NuKeeper,NuKeeperDotNet/NuKeeper,NuKeeperDotNet/NuKeeper,skolima/NuKeeper,NuKeeperDotNet/NuKeeper,AnthonySteele/NuKeeper,NuKeeperDotNet/NuKeeper
NuKeeper/Configuration/CommandLineArguments.cs
NuKeeper/Configuration/CommandLineArguments.cs
using System; using EasyConfig.Attributes; namespace NuKeeper.Configuration { public class CommandLineArguments { [CommandLine("mode", "m"), Required] public string Mode; [CommandLine("github_token", "t"), Required, SensitiveInformation] public string GithubToken; [Com...
using System; using EasyConfig.Attributes; namespace NuKeeper.Configuration { public class CommandLineArguments { [CommandLine("mode"), Required] public string Mode; [CommandLine("github_token"), Required, SensitiveInformation] public string GithubToken; [CommandLine("...
apache-2.0
C#
8fb13e0ad3662633e7c514311dec9ac71bb0ad6e
Update Epsilon.cs
idormenco/PolyBool.Net
Polybool.Net/Objects/Epsilon.cs
Polybool.Net/Objects/Epsilon.cs
namespace Polybool.Net.Objects { public static class Epsilon { public static decimal Eps { get; set; } = 0.00001m; } }
namespace Polybool.Net.Objects { public static class Epsilon { public static decimal Eps => 0.00001m; } }
mit
C#
59c4d0f260bf134fb62e8d4ced96df1838956314
Update Log.cs
wieslawsoltes/Draw2D,wieslawsoltes/Draw2D,wieslawsoltes/Draw2D
src/Draw2D/Log.cs
src/Draw2D/Log.cs
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Draw2D { public static class Log { public static void WriteLine(string message) { #if DEBUG System.Diagnostics.Debug...
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace Draw2D { public static class Log { public static void WriteLine(string message) { Console.WriteLine(me...
mit
C#
10842eb0d720a8dd5272a24c1bcf319d7fb56cf1
Update SignIn.cshtml
tariqs-repo/SignalR-Notification-State-Manager,tariqs-repo/SignalR-Notification-State-Manager
Sample_Project/SingnalRNotificationStateManager/Views/Home/SignIn.cshtml
Sample_Project/SingnalRNotificationStateManager/Views/Home/SignIn.cshtml
 @{ ViewBag.Title = "SingIn"; } <h2>SingIn</h2> <b>Mock login. Type anything to signin.</b> @using(Html.BeginForm("SignIn", "Home")) { @Html.ValidationSummary() <table> <tr> <td>Username</td> <td>@Html.TextBox("Username", "dhetteri")</td> </tr> <tr> <td>Password</td> <td>@Html.TextBox("passw...
 @{ ViewBag.Title = "SingIn"; } <h2>SingIn</h2> <b>Mock login. Type anything to signin.</b> @using(Html.BeginForm("SignIn", "Home")) { @Html.ValidationSummary() <table> <tr> <td>Username</td> <td>@Html.TextBox("Username", "dhetteri")</td> </tr> <tr> <td>Password</td> <td>@Html.TextBox("passw...
apache-2.0
C#
b03ccbeeacbb94fd4d9d3c7e8129265006251661
Update HarvestInfoCache.cs
kbilsted/StatePrinter
StatePrinter/Introspection/HarvestInfoCache.cs
StatePrinter/Introspection/HarvestInfoCache.cs
// Copyright 2014 Kasper B. Graversen // // 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 Licen...
// Copyright 2014 Kasper B. Graversen // // 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 Licen...
apache-2.0
C#
d925729f3f6a297f14bcab9c4f4f23fae0568847
Set up project
bcreagh/story-generator
StoryGenerator/Controllers/ValuesController.cs
StoryGenerator/Controllers/ValuesController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; namespace StoryGenerator.Controllers { [Route("api/[controller]")] public class ValuesController : Controller { // GET api/values [HttpGet] public IEnume...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; namespace StoryGenerator.Controllers { [Route("api/[controller]")] public class ValuesController : Controller { // GET api/values [HttpGet] public IEnume...
mit
C#
fb40cb20535fbb7071931d8eb3d82d6f4c762022
Raise store mocking project version.
affecto/dotnet-IdentityManagement
IdentityManagement.Store.Mocking/Properties/AssemblyInfo.cs
IdentityManagement.Store.Mocking/Properties/AssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("Affecto.IdentityManagement.Store.Mocking")] [assembly: AssemblyDescription("Identity Management store layer using Effort mock database.")] [assembly: AssemblyProduct("Affecto.IdentityManagement")] [assembly: AssemblyCompany("Affecto")] [assembly: AssemblyVersion("8....
using System.Reflection; [assembly: AssemblyTitle("Affecto.IdentityManagement.Store.Mocking")] [assembly: AssemblyDescription("Identity Management store layer using Effort mock database.")] [assembly: AssemblyProduct("Affecto.IdentityManagement")] [assembly: AssemblyCompany("Affecto")] [assembly: AssemblyVersion("8....
mit
C#
eb95c6999f0f6d1b5b019fe67e99823a6eb8d82e
update WinPhone81
jcphlux/XamarinAudioManager
AudioManager.Demo/AudioManager.Demo.WinPhone/MainPage.xaml.cs
AudioManager.Demo/AudioManager.Demo.WinPhone/MainPage.xaml.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xam...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xam...
mit
C#
9b0274ecaabf14728bb44de43135429ee41809a9
Debug Util: Wraps log error.
ethankennerly/UnityToykit
DebugUtil.cs
DebugUtil.cs
using System.Diagnostics; using UnityEngine; namespace Finegamedesign.Utils { /// <summary> /// Wrapper of logging. /// Conditionally compiles if in debug mode or editor. /// </summary> public sealed class DebugUtil { [Conditional("DEBUG")] [Conditional("UNITY_EDITOR")] ...
using System.Diagnostics; using UnityEngine; namespace Finegamedesign.Utils { /// <summary> /// Wrapper of logging. /// Conditionally compiles if in debug mode or editor. /// </summary> public sealed class DebugUtil { [Conditional("DEBUG")] [Conditional("UNITY_EDITOR")] ...
mit
C#
1bfa28a4c3a3eb6b5df24c63bc9a9c99c6cee4d5
fix unicorn not loading health overlay
StefanoFiumara/Harry-Potter-Unity
Assets/Scripts/HarryPotterUnity/Cards/CareOfMagicalCreatures/Creatures/Unicorn.cs
Assets/Scripts/HarryPotterUnity/Cards/CareOfMagicalCreatures/Creatures/Unicorn.cs
using JetBrains.Annotations; namespace HarryPotterUnity.Cards.CareOfMagicalCreatures.Creatures { [UsedImplicitly] public class Unicorn : BaseCreature { public override void OnInPlayBeforeTurnAction() { Player.AddActions(1); } public override void OnEnterInPlayActi...
using JetBrains.Annotations; namespace HarryPotterUnity.Cards.CareOfMagicalCreatures.Creatures { [UsedImplicitly] public class Unicorn : BaseCreature { public override void OnInPlayBeforeTurnAction() { Player.AddActions(1); } public override void OnEnterInPlayActi...
mit
C#
d62f08d5896558d14331c20cddb5b0cc7ea09344
Update file version to 3.0.4.0
JKennedy24/Xamarin.Forms.GoogleMaps,JKennedy24/Xamarin.Forms.GoogleMaps,amay077/Xamarin.Forms.GoogleMaps
Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs
Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs
using System; namespace Xamarin.Forms.GoogleMaps.Internals { internal class ProductInformation { public const string Author = "amay077"; public const string Name = "Xamarin.Forms.GoogleMaps"; public const string Copyright = "Copyright © amay077. 2016 - 2018"; public const string...
using System; namespace Xamarin.Forms.GoogleMaps.Internals { internal class ProductInformation { public const string Author = "amay077"; public const string Name = "Xamarin.Forms.GoogleMaps"; public const string Copyright = "Copyright © amay077. 2016 - 2018"; public const string...
mit
C#
51fb5bf595b67c2b5108c94d1e454b1e8ce2f1e2
Change RaycastSingle return type (it shouldn't be List<>)
florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho,florin-chelaru/urho
Bindings/Portable/Octree.cs
Bindings/Portable/Octree.cs
using System; using System.Collections.Generic; using System.Runtime.InteropServices; namespace Urho { partial class Octree { [DllImport(Consts.NativeImport, CallingConvention = CallingConvention.Cdecl)] internal static extern IntPtr Octree_Raycast(IntPtr handle, ref Ray ray, ref RayQueryLevel level, float maxD...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; namespace Urho { partial class Octree { [DllImport(Consts.NativeImport, CallingConvention = CallingConvention.Cdecl)] internal static extern IntPtr Octree_Raycast(IntPtr handle, ref Ray ray, ref RayQueryLevel level, float maxD...
mit
C#
a6c07d41716f29ccf92bd329b95eccd917226283
fix Upgrade_20220607_DockerNodeVersion
signumsoftware/framework,signumsoftware/framework
Signum.Upgrade/Upgrades/Upgrade_20220607_DockerNodeVersion.cs
Signum.Upgrade/Upgrades/Upgrade_20220607_DockerNodeVersion.cs
namespace Signum.Upgrade.Upgrades; class Upgrade_20220601_Dockerfile : CodeUpgradeBase { public override string Description => "Update Dockerfile to Node 16"; public override void Execute(UpgradeContext uctx) { uctx.ChangeCodeFile(@"Southwind.React\Dockerfile", file => { file.R...
namespace Signum.Upgrade.Upgrades; class Upgrade_20220601_Dockerfile : CodeUpgradeBase { public override string Description => "Update Dockerfile to Node 16"; public override void Execute(UpgradeContext uctx) { uctx.ForeachCodeFile(@"Souwhtind.React\Dockerfile", file => { file....
mit
C#
ba537e225d758869039619139a67f7afa14c86a9
fix build.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Fluent/ViewModels/Dialogs/DialogViewModelBase.cs
WalletWasabi.Fluent/ViewModels/Dialogs/DialogViewModelBase.cs
using System; using System.Reactive.Linq; using System.Threading.Tasks; using ReactiveUI; using WalletWasabi.Gui.ViewModels; namespace WalletWasabi.Fluent.ViewModels.Dialogs { /// <summary> /// CommonBase class. /// </summary> public abstract class DialogViewModelBase : ViewModelBase { // Intended to be empty. ...
using System; using System.Reactive.Linq; using System.Threading.Tasks; using ReactiveUI; namespace WalletWasabi.Fluent.ViewModels.Dialogs { /// <summary> /// CommonBase class. /// </summary> public abstract class DialogViewModelBase : ViewModelBase { // Intended to be empty. } }
mit
C#
5f45008f08e27f92ece924292d43d0c985969977
update training program extension methods to match employer commitments
SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice
src/SFA.DAS.ProviderApprenticeshipsService.Application/Extensions/ITrainingProgrammeExtensions.cs
src/SFA.DAS.ProviderApprenticeshipsService.Application/Extensions/ITrainingProgrammeExtensions.cs
using System; using System.Linq; using SFA.DAS.ProviderApprenticeshipsService.Domain.Models.ApprenticeshipCourse; namespace SFA.DAS.ProviderApprenticeshipsService.Application.Extensions { public static class ITrainingProgrammeExtensions { public static bool IsActiveOn(this ITrainingProgramme course, D...
using System; using System.Linq; using SFA.DAS.ProviderApprenticeshipsService.Domain.Models.ApprenticeshipCourse; namespace SFA.DAS.ProviderApprenticeshipsService.Application.Extensions { public static class ITrainingProgrammeExtensions { public static bool IsActiveOn(this ITrainingProgramme course, D...
mit
C#
159a0818b37afa2de5309ed45570c5ebd4c784b0
Remove unused code, but still can't remove the HystrixTask class since the reference to CircuitBreaker is otherwise optimized out. Need to make a stronger connection without as much weight.
bloritsch/DHaven.Faux
DHaven.Faux/HttpSupport/HystrixTask.cs
DHaven.Faux/HttpSupport/HystrixTask.cs
using System.Diagnostics.CodeAnalysis; using System.Reactive; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Steeltoe.CircuitBreaker.Hystrix; namespace DHaven.Faux.HttpSupport { [SuppressMessage("ReSharper", "UnusedMember.Global")] public class HystrixTask : HystrixCommand { ...
using System.Diagnostics.CodeAnalysis; using System.Reactive; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Steeltoe.CircuitBreaker.Hystrix; namespace DHaven.Faux.HttpSupport { [SuppressMessage("ReSharper", "UnusedMember.Global")] public class HystrixTask : HystrixCommand { ...
apache-2.0
C#
1487ed68cf04f37f52fba1065395bb9751cfff3c
Remove Teamcity hack
slvnperron/NUnit-retry
src/NUnit-retry/RetriedTestMethod.cs
src/NUnit-retry/RetriedTestMethod.cs
// ///////////////////////////////////////////////////////////////////// // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // /////////////////////////////////////////////////////////////...
// ///////////////////////////////////////////////////////////////////// // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // /////////////////////////////////////////////////////////////...
mit
C#
b7d0dda0cac4d41b3cb064773ac4eab754c01816
revise version
plantain-00/Bootstrap.Pagination,plantain-00/Bootstrap.Pagination
Bootstrap.Pagination.net40/Properties/AssemblyInfo.cs
Bootstrap.Pagination.net40/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Bootstrap.Pagination")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Bootstrap.Paginati...
using System.Reflection; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Bootstrap.Pagination")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Bootstrap.Paginati...
mit
C#
cd3eb73c6b3e5a3350405e3eb300046c60291ad1
Remove leftover var: Address from StatusResponse
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
HiddenWallet/ChaumianCoinJoin/Models/StatusResponse.cs
HiddenWallet/ChaumianCoinJoin/Models/StatusResponse.cs
using HiddenWallet.SharedApi.Models; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace HiddenWallet.ChaumianCoinJoin.Models { public class StatusResponse : BaseResponse { public StatusResponse() => Success = true; public string Phase { get; set; } publi...
using HiddenWallet.SharedApi.Models; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace HiddenWallet.ChaumianCoinJoin.Models { public class StatusResponse : BaseResponse { public StatusResponse() => Success = true; public string Address { get; set; } pub...
mit
C#
a367d333046e3e951f80c42244fb8fbc09474e31
add iequatable for neural network gene
jobeland/NeuralNetwork
NeuralNetwork/NeuralNetwork/Genes/NeuralNetworkGene.cs
NeuralNetwork/NeuralNetwork/Genes/NeuralNetworkGene.cs
using System; using System.Collections.Generic; using System.Linq; namespace ArtificialNeuralNetwork.Genes { public class NeuralNetworkGene : IEquatable<NeuralNetworkGene> { public LayerGene InputGene; public IList<LayerGene> HiddenGenes; public LayerGene OutputGene; #region E...
using System; using System.Collections.Generic; using System.Linq; namespace ArtificialNeuralNetwork.Genes { public class NeuralNetworkGene { public LayerGene InputGene; public IList<LayerGene> HiddenGenes; public LayerGene OutputGene; } }
mit
C#
84f113912f1e8253d95d3cfe181e77a2a3f20352
Update first char of Object names to UpperCase
AndreyZM/Bridge,bridgedotnet/Bridge,bridgedotnet/Bridge,bridgedotnet/Bridge,AndreyZM/Bridge,AndreyZM/Bridge,bridgedotnet/Bridge,AndreyZM/Bridge
ScriptKit.CLR/NET/Object.cs
ScriptKit.CLR/NET/Object.cs
using ScriptKit.CLR; namespace System { [Ignore] [Name("Object")] [Constructor("{ }")] public class Object { public object this[string name] { get { return null; } set { } } ...
namespace System { [ScriptKit.CLR.Ignore] [ScriptKit.CLR.Name("Object")] [ScriptKit.CLR.Constructor("{ }")] public class Object { public object this[string name] { get { return null; } set { ...
apache-2.0
C#
926539af91919bf0579d9408f65a31856b27e036
Add optional Url and ShowOnCashBasisReports fields for MJs [v2.15]
jcvandan/XeroAPI.Net,MatthewSteeples/XeroAPI.Net,TDaphneB/XeroAPI.Net,XeroAPI/XeroAPI.Net
source/XeroApi/Model/ManualJournal.cs
source/XeroApi/Model/ManualJournal.cs
using System; using System.Xml.Serialization; namespace XeroApi.Model { public class ManualJournal : ModelBase { [ItemUpdatedDate] public DateTime? UpdatedDateUTC { get; set; } [ItemId] public Guid ManualJournalID { get; set; } public DateTime? Date { get; set; } ...
using System; using System.Xml.Serialization; namespace XeroApi.Model { public class ManualJournal : ModelBase { [ItemUpdatedDate] public DateTime? UpdatedDateUTC { get; set; } [ItemId] public Guid ManualJournalID { get; set; } public DateTime? Date { get; set; } ...
mit
C#
7e69c9feae2d019d47a61f0df97b0cbef0f31e3f
fix path of json files like the assignment says. resolve #5
DatabaseApp-Team-Linnaeus/DatabasesApp,DatabaseApp-Team-Linnaeus/DatabasesApp
SupermarketsChain/SupermarketsChain.ReportToJson/JsonTest.cs
SupermarketsChain/SupermarketsChain.ReportToJson/JsonTest.cs
namespace SupermarketsChain.ReportToJson { using System; using System.Linq; using Newtonsoft.Json; using SupermarketsChain.ConsoleClient.Infrastructure; using SupermarketsChain.Data; public class JsonTest { public static void Main() { var data = ...
namespace SupermarketsChain.ReportToJson { using System; using System.Linq; using Newtonsoft.Json; using SupermarketsChain.ConsoleClient.Infrastructure; using SupermarketsChain.Data; public class JsonTest { public static void Main() { var data = ...
mit
C#
9485cb4bdfe9281a8f3e0dcfe081890ffd466828
Implement IInstanceInfo
martbrow/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,JosefDvorak/KInspector,martbrow/KInspector,ChristopherJennings/KInspector,JosefDvorak/KInspector,ChristopherJennings/KInspector,JosefDvorak/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,Kentico/KInspector,martbrow/KI...
KInspector.Modules/Modules/General/OldWebFarmTasks.cs
KInspector.Modules/Modules/General/OldWebFarmTasks.cs
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.IO; using System.Web; using System.Web.Configuration; using Kentico.KInspector.Core; namespace Kentico.KInspector.Modules { public class OldWebFarmTasks : IModule { public ModuleMetadata GetModu...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.IO; using System.Web; using System.Web.Configuration; using Kentico.KInspector.Core; namespace Kentico.KInspector.Modules { public class OldWebFarmTasks : IModule { public ModuleMetadata GetModu...
mit
C#
d354aa6d83b327e0e4f84a258091fad37b7e0140
Fix IsAppContainerProcess for Windows 7
axelheer/corefx,fgreinacher/corefx,ericstj/corefx,Jiayili1/corefx,zhenlan/corefx,zhenlan/corefx,Ermiar/corefx,BrennanConroy/corefx,shimingsg/corefx,ViktorHofer/corefx,ViktorHofer/corefx,shimingsg/corefx,Ermiar/corefx,wtgodbe/corefx,shimingsg/corefx,axelheer/corefx,seanshpark/corefx,ptoonen/corefx,Jiayili1/corefx,mmitch...
src/System.Diagnostics.PerformanceCounter/src/misc/EnvironmentHelpers.cs
src/System.Diagnostics.PerformanceCounter/src/misc/EnvironmentHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel; using System.Security; using System.Security.Principal; namespace System { interna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel; using System.Security; using System.Security.Principal; namespace System { interna...
mit
C#
cf7b1894c617ad61ccd34aa7e46a45e0ee47eb0e
add doc for the Misc API client
ChrisMissal/octokit.net,SmithAndr/octokit.net,eriawan/octokit.net,nsnnnnrn/octokit.net,naveensrinivasan/octokit.net,shiftkey-tester/octokit.net,thedillonb/octokit.net,brramos/octokit.net,SamTheDev/octokit.net,rlugojr/octokit.net,Sarmad93/octokit.net,magoswiat/octokit.net,gdziadkiewicz/octokit.net,geek0r/octokit.net,M-Z...
Octokit/Clients/MiscellaneousClient.cs
Octokit/Clients/MiscellaneousClient.cs
using System; using System.Collections.Generic; #if NET_45 using System.Collections.ObjectModel; #endif using System.Linq; using System.Threading.Tasks; namespace Octokit { /// <summary> /// /// A client for GitHub's miscellaneous APIs. /// </summary> /// <remarks> /// See the <a href="http://deve...
using System; using System.Collections.Generic; #if NET_45 using System.Collections.ObjectModel; #endif using System.Linq; using System.Threading.Tasks; using Octokit.Internal; namespace Octokit { public class MiscellaneousClient : IMiscellaneousClient { readonly IConnection _connection; publ...
mit
C#
e844330c3c199163a09908612da5f37a07373ae2
Add default LinkCommand constructor
appharbor/appharbor-cli
src/AppHarbor/Commands/LinkCommand.cs
src/AppHarbor/Commands/LinkCommand.cs
using System; namespace AppHarbor.Commands { public class LinkCommand : ICommand { public LinkCommand() { } public void Execute(string[] arguments) { throw new NotImplementedException(); } } }
using System; namespace AppHarbor.Commands { public class LinkCommand : ICommand { public void Execute(string[] arguments) { throw new NotImplementedException(); } } }
mit
C#
8f5bb1b0f8eb4a5b5219dfe84b941646a3a8e71d
Use property rather than method invocation.
neitsa/PrepareLanding,neitsa/PrepareLanding
src/Core/Extensions/ListExtensions.cs
src/Core/Extensions/ListExtensions.cs
using System.Collections.Generic; using System.Linq; namespace PrepareLanding.Core.Extensions { public static class ListExtensions { public static bool ContainsAll<T>(this List<T> thisList, List<T> other) { return thisList.Intersect(other).Count() == other.Count; } ...
using System.Collections.Generic; using System.Linq; namespace PrepareLanding.Core.Extensions { public static class ListExtensions { public static bool ContainsAll<T>(this List<T> thisList, List<T> other) { return thisList.Intersect(other).Count() == other.Count; } ...
mit
C#
505611022a73a77d737dbdaab85edde4ef6295c0
Add parameterless constructor for IdentityDocument and static Parse method (needed for serialization)
takenet/lime-csharp
src/Lime.Protocol/IdentityDocument.cs
src/Lime.Protocol/IdentityDocument.cs
using System; using System.Runtime.Serialization; namespace Lime.Protocol { /// <summary> /// Represents an identity document. /// </summary> [DataContract(Namespace = "http://limeprotocol.org/2014")] public sealed class IdentityDocument : Document { public const string MIME_TYPE = "ap...
using System; using System.Collections.Generic; using System.Text; namespace Lime.Protocol { /// <summary> /// Represents an identity document. /// </summary> public sealed class IdentityDocument : Document { public const string MIME_TYPE = "application/vnd.lime.identity"; public s...
apache-2.0
C#
0e702a952787815734e435fc3fb540ff61b0826b
Use standard syntax to build propfind requests
skazantsev/WebDavClient
src/WebDav/WebDav.Client/Request/PropfindRequestBuilder.cs
src/WebDav/WebDav.Client/Request/PropfindRequestBuilder.cs
using System.Linq; using System.Xml.Linq; using WebDav.Helpers; namespace WebDav.Request { internal static class PropfindRequestBuilder { public static string BuildRequestBody(string[] customProperties) { var doc = new XDocument(new XDeclaration("1.0", "utf-8", null)); ...
using System.Linq; using System.Xml.Linq; using WebDav.Helpers; namespace WebDav.Request { internal static class PropfindRequestBuilder { public static string BuildRequestBody(string[] customProperties) { XNamespace webDavNs = "DAV:"; var doc = new XDocument(new XDeclar...
mit
C#
814e4406434d248e84c691fdc26a77013775b488
remove unused code
SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake
src/Snowflake.Support.StoneProvider/FileSignatures/Formats/N64/Int32SwapStream.cs
src/Snowflake.Support.StoneProvider/FileSignatures/Formats/N64/Int32SwapStream.cs
/* cor64 - https://github.com/bryanperris/cor64 MIT License Copyright (c) 2019 Bryan Perris Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ...
/* cor64 - https://github.com/bryanperris/cor64 MIT License Copyright (c) 2019 Bryan Perris Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ...
mpl-2.0
C#
d9516da508aa9fc3350394aca041a5651b593996
Fix issue by type wrong data type was being written to the json
Ackara/Mockaroo.NET
src/Mockaroo.Core/Fields/FieldBase.cs
src/Mockaroo.Core/Fields/FieldBase.cs
namespace Gigobyte.Mockaroo.Fields { /// <summary> /// Base class for <see cref="IField"/>. /// </summary> /// <seealso cref="Gigobyte.Mockaroo.Fields.IField"/> [System.Runtime.Serialization.DataContract] [System.Diagnostics.DebuggerDisplay("{ToDebuggerView()}")] public abstract class Field...
namespace Gigobyte.Mockaroo.Fields { /// <summary> /// Base class for <see cref="IField"/>. /// </summary> /// <seealso cref="Gigobyte.Mockaroo.Fields.IField"/> [System.Runtime.Serialization.DataContract] [System.Diagnostics.DebuggerDisplay("{ToDebuggerView()}")] public abstract class Field...
mit
C#
8bf0b0b0abc729c7b0c1ed9db6ad126d1f100fd9
Fix boot strapping order so that IShell is registered before MainViewModel.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Program.cs
WalletWasabi.Gui/Program.cs
using Avalonia; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using NBitcoin; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui { internal class Pro...
using Avalonia; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using NBitcoin; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui { internal class Pro...
mit
C#
a68addc81a15cdbc739c31880722cb56a7149aca
upgrade C#
hahoyer/reni.cs,hahoyer/reni.cs,hahoyer/reni.cs
src/Reni/SyntaxFactory/ThenHandler.cs
src/Reni/SyntaxFactory/ThenHandler.cs
using hw.DebugFormatter; using Reni.SyntaxTree; using Reni.TokenClasses; namespace Reni.SyntaxFactory; sealed class ThenHandler : DumpableObject, IValueProvider { ValueSyntax IValueProvider.Get(BinaryTree target, Factory factory, Anchor anchor) => new CondSyntax ( factory.GetValueSynta...
using hw.DebugFormatter; using Reni.SyntaxTree; using Reni.TokenClasses; namespace Reni.SyntaxFactory { class ThenHandler : DumpableObject, IValueProvider { ValueSyntax IValueProvider.Get(BinaryTree target, Factory factory, Anchor anchor) => new CondSyntax ( fact...
mit
C#
f251d29b28932348ffdc9da8402a31156f86811c
Comment change commit (#11)
machovec/INPTP01,rodi0878/INPTP01,zLordZachy/INPTP01,jame581/INPTP01,MaderaJan/INPTP01,janobol/INPTP01,seri300/INPTP01
INPTP_AppForFixing/Entity/Employee.cs
INPTP_AppForFixing/Entity/Employee.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace INPTP_AppForFixing { public class Employee { public int id; public string firstName, lastName, job; public DateTime ourBirthDate; public double monthlyS...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace INPTP_AppForFixing { public class Employee { public int id; public string firstName, lastName, job; public DateTime ourBirthDate; public double monthlyS...
unlicense
C#
9373660ccc165409c21ad3040fb78922dfc5c680
Use Id to compare users. Use profile.real_name.
anthonychu/slack-user-change-alerts
src/SlackUserChangeAlerts.Function/CheckUserListChanges/run.csx
src/SlackUserChangeAlerts.Function/CheckUserListChanges/run.csx
#r "Newtonsoft.Json" using Newtonsoft.Json; static HttpClient httpClient = new HttpClient(); static MemberComparer comparer = new MemberComparer(); public static async Task<string> Run(TimerInfo myTimer, string previousUsersJson, TraceWriter log) { var currentUsersJson = await httpClient.GetStringAsync($"https:/...
#r "Newtonsoft.Json" using Newtonsoft.Json; static HttpClient httpClient = new HttpClient(); static MemberComparer comparer = new MemberComparer(); public static async Task<string> Run(TimerInfo myTimer, string previousUsersJson, TraceWriter log) { var currentUsersJson = await httpClient.GetStringAsync($"https:/...
apache-2.0
C#
855a80d1c44723e0d611b6a7981a75004a9ccdf8
Remove unused script
johanhelsing/vaskelista,johanhelsing/vaskelista
Vaskelista/Views/Shared/_Layout.cshtml
Vaskelista/Views/Shared/_Layout.cshtml
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - Vaskelista</title> @Styles.Render("~/Content/css") @Mvc.RazorTools.Bundl...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - Vaskelista</title> @Styles.Render("~/Content/css") @Mvc.RazorTools.Bundl...
mit
C#
f2bbf87ff011da2a587dc4fc781b8f8ff5fbeb70
Add annotations for AgateLib.Physics.
eylvisaker/AgateLib
AgateLib.Physics/Properties/AssemblyInfo.cs
AgateLib.Physics/Properties/AssemblyInfo.cs
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [ass...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [ass...
mit
C#
0102f239bf22923be35ff2740b70087aa9a459af
Add a gear icon
ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab
Anlab.Mvc/Views/Shared/_LoginPartial.cshtml
Anlab.Mvc/Views/Shared/_LoginPartial.cshtml
@using Anlab.Core.Domain @using Microsoft.AspNetCore.Http @inject SignInManager<User> SignInManager @inject UserManager<User> UserManager @if (User.Identity.IsAuthenticated) { var user = await UserManager.GetUserAsync(User); <form class="flexer" asp-area="" asp-controller="Account" asp-action="Logout" method...
@using Anlab.Core.Domain @using Microsoft.AspNetCore.Http @inject SignInManager<User> SignInManager @inject UserManager<User> UserManager @if (User.Identity.IsAuthenticated) { var user = await UserManager.GetUserAsync(User); <form class="flexer" asp-area="" asp-controller="Account" asp-action="Logout" method...
mit
C#