-
Updated
Oct 15, 2021
dotnet-core
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 7,075 public repositories matching this topic...
-
Updated
Oct 9, 2021 - C#
-
Updated
Oct 14, 2021
What's the issue you encountered?
Fire Emblem: Three Houses is a single-player game, but it has several asynchronous multiplayer features. Among them is the possibility, during weekly planning scenes (the 'calendar' screen), to look up what other players have done on the current week. This is entirely reliant on Nintendo's servers and completely useless to anyone playing on Ryujinx, but eve
-
Updated
Oct 14, 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
Aug 5, 2021
-
Updated
Jan 24, 2021 - C#
-
Updated
Oct 13, 2021 - C#
-
Updated
Oct 5, 2021 - C#
-
Updated
Oct 17, 2021 - C#
-
Updated
Oct 15, 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
Oct 13, 2021 - C#
-
Updated
Oct 12, 2021 - C#
-
Updated
Oct 15, 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.


https://github.com/dotnet/efcore/blob/458569e14f675f0330147a75ff05ab4aee51118e/src/Microsoft.Data.Sqlite.Core/SqliteConnection.cs#L290
https://github.com/dotnet/efcore/blob/458569e14f675f0330147a75ff05ab4aee51118e/src/Microsoft.Data.Sqlite.Core/SqliteConnection.cs#L325
Instances of
StateChangeEventArgscan be cached as static fields.