Skip to content
#

dotnet-core

dotnet logo

.NET is a free, cross-platform, open source developer platform for building many different types of applications.

Here are 6,487 public repositories matching this topic...

ajcvickers
ajcvickers commented Apr 23, 2021

See dotnet/EntityFramework.Docs#3207

It would be useful for ApplyConfigurationsFromAssembly to still use a parameterless constructor if there is one, even if it is not public.

Also, ApplyConfigurationsFromAssembly should warn if it finds a configuration that would be instantiated except that there is no parameterless constructor.

gdkchan
gdkchan commented May 2, 2021

Feature Request

What feature are you suggesting?

Overview:

The FFMPEG log output, that reports errors in the decoding process, should be ideally redirected to the emulator and printed using the existing Ryujinx logging functions, that ways it is logged to the file too, and does not mess with the console logging.

Smaller Details:

Currently FFMPEG is writing the log inform

微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated May 2, 2021
  • C#
MartinCarpentier
MartinCarpentier commented Dec 29, 2018

Expected Behavior / New Feature

Support sticky sessions for ServiceDiscoveryProviders

Actual Behavior / Motivation for New Feature

When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.

The functionality could be great if it could work with both consul

OrchardCore
Skrypt
Skrypt commented Oct 5, 2020

If you create an admin menu node in which you decide to display all content types and that you set a global icon to use on all of them it will display the icon only on the first content type item in that node. It should display the same icon for all the menu items.

The issue seems to be in the ContentTypesAdminNodeNavigationBuilder where it does GetIconClasses.

![orchard](https://user-images

oliverholliday
oliverholliday commented Jan 23, 2019

The built in --help and --version outputs are printed to stderr instead of stdout, you have to redirect them to use the commands properly.

test --version returns the version number, but on stderr not stdout.

e.g.
test --version 2>nul returns no output.
test --version 2>&1 prints the version to stdout as expected.

Created by Microsoft

Released February 13, 2002

Organization
dotnet
Website
dotnet.microsoft.com
Wikipedia
Wikipedia