-
Updated
Dec 17, 2021
dotnet-core

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 7,298 public repositories matching this topic...
-
Updated
Dec 27, 2021 - C#
-
Updated
Dec 27, 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
Dec 29, 2021 - C#
Hi,
my admin portal looks like this :
Version
- Server Installed 1.38.4
- Server Latest 1.38.4
- Web Installed -
- Web Latest 2.17.1
It seems that, at some point, 'GetInstalledWebVersion()' in 'Admin.dll' is called? Could anyone help me understand what do I need to check, to fix this?
-
Updated
Nov 11, 2021
-
Updated
Dec 30, 2021 - C#
-
Updated
Jan 24, 2021 - C#
-
Updated
Dec 21, 2021 - C#
-
Updated
Dec 25, 2021 - C#
-
Updated
Dec 30, 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
Dec 29, 2021 - C#
-
Updated
Dec 28, 2021

-
Updated
Dec 29, 2021 - C#
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
-
Updated
Dec 23, 2021 - C#
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Dec 30, 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.
Let's add MinVer and on successful builds generate a release.
-
Updated
Dec 28, 2021 - C#
-
Updated
Dec 29, 2021
-
Updated
Dec 29, 2021 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
https://github.com/dotnet/efcore/blob/9b66f4c1f865b2a897f2b6f0776c2e1a1a25f4ef/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs#L259
https://github.com/dotnet/efcore/blob/9b66f4c1f865b2a897f2b6f0776c2e1a1a25f4ef/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs#L310
They can be allocated once per SqliteConnection.