-
Updated
Dec 15, 2020
dotnet-core
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 6,045 public repositories matching this topic...
-
Updated
Dec 16, 2020 - C#
-
Updated
Dec 17, 2020
-
Updated
Dec 18, 2020 - C#
-
Updated
Apr 26, 2020 - C#
-
Updated
Dec 14, 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
Dec 18, 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
Dec 19, 2020 - C#
-
Updated
Dec 19, 2020 - C#
-
Updated
Dec 11, 2020 - C#
-
Updated
Dec 21, 2020 - C#
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
Dec 15, 2020
-
Updated
Dec 18, 2020 - C#
-
Updated
Dec 16, 2020 - C#
-
Updated
Dec 19, 2020 - C#
Improvement Suggestion
What improvement are you suggesting?
Overview:
On the CPU (ARMeilleure project), the JitCache is responsible for storing the JIT generated code. Currently it is static and has a 2GB region reserved for code of all Translator instances. It should be made non-static, and a instance of the cache should be stored per Translator instance.
This way, we don'
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
Dec 20, 2020 - PowerShell
Let's add MinVer and on successful builds generate a release.
-
Updated
Dec 17, 2020 - C#
-
Updated
Dec 19, 2020 - C#
-
Updated
Dec 17, 2020 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
See
Adding_the_same_entity_twice_results_in_DbUpdateException
Deleting_the_same_entity_twice_results_in_DbUpdateConcurrencyException
Deleting_then_updating_the_same_entity_results_in_DbUpdateConcurrencyException