-
Updated
Oct 23, 2021
asp-net-core
Here are 6,016 public repositories matching this topic...
-
Updated
Oct 29, 2021 - C#
-
Updated
Oct 28, 2021 - C#
-
Updated
Oct 27, 2021 - C#

-
Updated
Oct 12, 2021 - C#
-
Updated
Oct 29, 2021
-
Updated
Sep 6, 2021 - C#
A brief description of the issue goes here.
If a user creates a link using Multi Url Picker but does not include http or https in the url, the link renders the url as "siteurl" + "linkurl" e.g. http://www.mysite.com/www.facebook.com, which results in a broken link.
The url picker know that it is an external link, so should add http:// as a default if it has not been specified e.g. http://www
-
Updated
Oct 15, 2021 - C#
-
Updated
Oct 29, 2021 - C#
-
Updated
Oct 28, 2021 - C#
-
Updated
Oct 29, 2021 - C#
-
Updated
Sep 14, 2021 - C#
-
Updated
Oct 29, 2021 - C#
-
Updated
Jul 29, 2021 - C#
-
Updated
Sep 7, 2021 - C#
-
Updated
Oct 28, 2021 - C#
-
Updated
Sep 12, 2021
InMemoryExporter
is designed for unit test purpose.
If OpenTelemetry .NET unit tests have some common need that cannot be achieved by InMemoryExporter
, we would want to fix it in InMemoryExporter
rather than inventing another exporter for tests.
The ask is to evaluate whether it is possible to get rid of https://github.com/open-telemetry/opentelemetry-dotnet/blob/0c93744d4ba51676b61ab1
-
Updated
Oct 25, 2021 - C#
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Oct 29, 2021 - C#
-
Updated
Oct 2, 2021 - C#
-
Updated
Oct 22, 2021 - C#
-
Updated
May 18, 2021 - C#
-
Updated
Aug 1, 2021 - HTML
-
Updated
Oct 19, 2021 - C#
-
Updated
Mar 29, 2021 - C#
Improve this page
Add a description, image, and links to the asp-net-core topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asp-net-core topic, visit your repo's landing page and select "manage topics."
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