The Wayback Machine - https://web.archive.org/web/20200914100324/https://github.com/topics/dotnet-core
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 5,616 public repositories matching this topic...

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

  • Updated Sep 9, 2020
  • 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

gdkchan
gdkchan commented Jun 12, 2020

Currently allocation a virtual region of GPU memory does a linear search over all the pages, to find a region of free pages of the requested size. Relevant code: https://github.com/Ryujinx/Ryujinx/blob/b8eb6abeccbd4a468214a4d2ad3a9b6e5e06973c/Ryujinx.Graphics.Gpu/Memory/MemoryManager.cs#L201

This may have a negative performance impact on games that does a lot of such allocations (example: creat

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
You can’t perform that action at this time.