-
Updated
Sep 3, 2020
dotnet-core

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 5,554 public repositories matching this topic...
-
Updated
Aug 31, 2020 - C#
-
Updated
Aug 31, 2020
-
Updated
Aug 22, 2020 - C#
-
Updated
Apr 26, 2020 - C#
-
Updated
Sep 4, 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
Jul 31, 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
Sep 4, 2020 - C#
-
Updated
Sep 3, 2020 - C#

-
Updated
Sep 2, 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
-
Updated
Sep 4, 2020 - C#
I think that "Cancel" or "Close" btn need to be added to Create New content.
Once user change his mind to open it, there is no "Right" way to go back.
-
Updated
Sep 4, 2020
-
Updated
Sep 1, 2020 - C#
-
Updated
Sep 4, 2020 - C#
-
Updated
Aug 27, 2020 - C#
-
Updated
Aug 29, 2020 - C#
Currently allocation a virtual region of GPU memory does a linear search over all the pages, to find a region of free pages of the requested size. Relevant code: https://github.com/Ryujinx/Ryujinx/blob/b8eb6abeccbd4a468214a4d2ad3a9b6e5e06973c/Ryujinx.Graphics.Gpu/Memory/MemoryManager.cs#L201
This may have a negative performance impact on games that does a lot of such allocations (example: creat
-
Updated
Sep 4, 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.
-
Updated
Sep 4, 2020 - C#
-
Updated
Sep 4, 2020 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
For #7283 I need to call a different overload of DbConnection.Open in the SQL Server provider. I'm adding a template method to allow this, but similar template methods could be useful in other providers. Tentative list of relevant methods based on what RelationalCommand calls:
We could also consider doing this for other Db