-
Updated
Nov 16, 2020
dotnet-core

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 5,947 public repositories matching this topic...
-
Updated
Nov 22, 2020 - C#
-
Updated
Nov 16, 2020
-
Updated
Nov 24, 2020 - C#
-
Updated
Apr 26, 2020 - C#
-
Updated
Nov 23, 2020 - 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
Nov 20, 2020 - 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
Nov 24, 2020 - C#
-
Updated
Nov 11, 2020 - C#

-
Updated
Nov 21, 2020 - C#
-
Updated
Nov 25, 2020 - C#
Documentation for hidewindow
configuration is missing.
Suggested solution
- Add documentation to XML and YAML config documentation
- Update the YAML schema so that it includes documentation for the field
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
Nov 24, 2020
-
Updated
Oct 25, 2020 - C#
-
Updated
Oct 30, 2020 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Nov 10, 2020 - C#
-
Updated
Nov 18, 2020 - C#
Feature Request
What feature are you suggesting?
Overview:
Add more items to be logged in standard logs (not debug).
Smaller Details:
Add the following items to be logged. Tick the boxes below when it is implemented. Leave this issue open until all items are added.
- Audio backend (Dummy, SoundIO, OpenAL)
- Docked or Handheld status at boot time
- Vsync st
-
Updated
Nov 25, 2020 - PowerShell
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
Nov 25, 2020 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
EF Core uses a class Migration, and if you add a new migration with name "Migration" it will break the build.
dotnet ef migrations add Migration
results with Circular base class dependency involving 'Migration' and 'Migration'
I recommend that "migrations add" adds a validation for this...
Include stack traces
Migrations/20201106105308_Migration.cs(6,26): error CS0146: Circul