-
Updated
Jun 15, 2022
dotnet-core
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 7,879 public repositories matching this topic...
-
Updated
Jun 14, 2022 - C#
-
Updated
Jun 16, 2022
-
Updated
May 22, 2022
Fixup to dotnet/efcore#28121
- Throw a detailed exception for unsupported options when translating Regex.IsMatch (see discussion below)
- "Constantize" regex options via EvaluatableFilter (dotnet/efcore#28121 (comment))
- Avoid generating empty options parameter if RegexOptions.None is specified (https://github.com/dotnet/efcore/pull
-
Updated
Jun 15, 2022 - C#
-
Updated
Jun 16, 2022 - C#
-
Updated
Jun 17, 2022 - C#
-
Updated
Jun 13, 2022 - C#
-
Updated
Jun 16, 2022 - C#
-
Updated
Jan 24, 2021 - 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
Jun 15, 2022
-
Updated
Jun 15, 2022 - C#
-
Updated
Jun 9, 2022 - C#
DocumentManager.UpdateAsync is currently hiding exceptions that occur when the distributed cache throws an exception.
It would be helpful if in the code below the current exception was provided to InvalidOperationException as an InnerException.
try
{
_ = await _distributedCache.GetStringAsync(_options.CacheIdKey);
-
Updated
Jun 14, 2022 - C#
-
Updated
May 30, 2022 - C#
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Jun 16, 2022 - C#
-
Updated
Jun 16, 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
Jun 17, 2022
Let's add MinVer and on successful builds generate a release.
-
Updated
Jun 16, 2022 - C#
-
Updated
Feb 26, 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: