-
Updated
Apr 21, 2022
dotnet-core

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 7,724 public repositories matching this topic...
-
Updated
Mar 16, 2022 - C#
-
Updated
Apr 25, 2022
1. Exception Case:
LINQ: Here, I have a query which is doing a GroupJoin on an DbSet and then adding other inner joins.
Repository.ConvertToBigIntTable -> This is an output of a call to a Table-Valued function which returns an IQueryable (T is a Keyless entity having a long Id field)
private IQueryable<IDocumentTypePermission> GetDocumentTypePermissionsTest<T>(IQueryable
-
Updated
Apr 12, 2022
-
Updated
Apr 19, 2022 - 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
Apr 25, 2022 - C#
-
Updated
Mar 11, 2022 - C#
-
Updated
Jan 24, 2021 - C#
-
Updated
Apr 22, 2022 - 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
Mar 31, 2022
-
Updated
Apr 23, 2022 - C#

-
Updated
Apr 23, 2022 - C#
I added an admin menu, when I attach a new Link Admin Menu, I saw the following hint:
The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site
Seems the Url is relative to the site not the admin site
-
Updated
Apr 21, 2022 - C#
-
Updated
Mar 27, 2022 - C#
-
Updated
Apr 25, 2022 - JavaScript
-
Updated
Apr 25, 2022 - 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.
-
Updated
Apr 25, 2022 - C#
Let's add MinVer and on successful builds generate a release.
-
Updated
Apr 25, 2022
-
Updated
Apr 22, 2022 - C#
-
Updated
Apr 25, 2022 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
Feature Request
What feature are you suggesting?
Overview:
OpenGL 4.5 introduced support for DSA functions. Basically, they allow the state of the OpenGL objects to be changed without needing to bind them beforehand. On older versions of OpenGL, the typical way to copy data from one buffer to another for example, is: