-
Updated
Feb 21, 2021
dotnet-core

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 6,246 public repositories matching this topic...
-
Updated
Feb 15, 2021 - C#
-
Updated
Feb 18, 2021
-
Updated
Feb 21, 2021 - C#
-
Updated
Jan 24, 2021 - C#
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
-
Updated
Feb 8, 2021 - C#
-
Updated
Feb 1, 2021 - C#
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
-
Updated
Feb 22, 2021 - C#
-
Updated
Feb 22, 2021 - C#

-
Updated
Feb 18, 2021 - C#
-
Updated
Feb 11, 2021 - C#
-
Updated
Feb 19, 2021
The ContentMenuItem and LinkMenuItem should use the DisplayText property instead of both parts having a "Name" property. Or maybe a CommonMenuItemPart to share the name and common properties.
-
Updated
Jan 23, 2021 - C#
Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the FindOverlaps
method. The purpose of this method is finding all ranges that overlaps with the range that is passed as argument. This can be improved with the use of interval trees, a data structure designed for fast insertion, removal and lookup of int
-
Updated
Jan 18, 2021 - C#
-
Updated
Feb 22, 2021 - C#
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.
-
Updated
Feb 22, 2021 - PowerShell
Let's add MinVer and on successful builds generate a release.
-
Updated
Feb 22, 2021 - C#
-
Updated
Feb 20, 2021 - C#
-
Updated
Feb 21, 2021 - C#
-
Updated
Feb 11, 2021 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
Originally filed by @ruirodrigues1971 at PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#1304
Smaller repro from @lauxjpn:
This one is a very weird issue. I reproduced the behavior not just with MySQL, but also with SQL Server. It seems that this issue is part of EF Core.
The sample code I used for reproduction:
Program.cs
`