-
Updated
Apr 26, 2021
dotnet-core
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 6,457 public repositories matching this topic...
-
Updated
Apr 24, 2021 - C#
-
Updated
Apr 23, 2021
-
Updated
Apr 20, 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
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
Jan 24, 2021 - C#
-
Updated
Apr 26, 2021 - C#
-
Updated
Apr 20, 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
Apr 26, 2021 - C#
-
Updated
Apr 27, 2021 - C#
-
Updated
Apr 26, 2021 - C#
-
Updated
Apr 26, 2021 - C#
-
Updated
Apr 23, 2021
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.


See dotnet/EntityFramework.Docs#3207
It would be useful for
ApplyConfigurationsFromAssemblyto still use a parameterless constructor if there is one, even if it is not public.Also,
ApplyConfigurationsFromAssemblyshould warn if it finds a configuration that would be instantiated except that there is no parameterless constructor.