-
Updated
Aug 24, 2020
dotnet-core
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 5,514 public repositories matching this topic...
-
Updated
Aug 7, 2020 - C#
-
Updated
Aug 24, 2020
-
Updated
Aug 22, 2020 - C#
-
Updated
Apr 26, 2020 - C#
-
Updated
Aug 15, 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
Aug 24, 2020 - C#
-
Updated
Aug 24, 2020 - C#
-
Updated
Aug 21, 2020 - C#
Don't you think it's ridiculous that when someone asks a question about one product everyone suggests another one?
https://stackoverflow.com/questions/40846356/run-nginx-as-windows-service
https://stackoverflow.com/questions/10061191/add-nginx-exe-as-windows-system-service-like-apache
-
Updated
Aug 24, 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
Aug 24, 2020
-
Updated
Jul 18, 2020 - C#
-
Updated
Aug 19, 2020 - C#
-
Updated
Aug 24, 2020 - C#
-
Updated
Aug 21, 2020 - C#
Currently, Texture class is bloated with methods used to check if two textures are "compatible" with each other.
TextureCompatibilityclass also houses some of these methods.- Some of these checks affect other components in
Ryujinx.Graphics.Gpuindirectly (as evident by #1474)
So, this code should instead be moved to the TextureCompatibility static class to centralize all compati
-
Updated
Aug 24, 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
Aug 22, 2020 - C#
-
Updated
Aug 21, 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