-
Updated
Dec 30, 2021 - C#
asp-net
ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 4,216 public repositories matching this topic...
If you create an admin menu node in which you decide to display all content types and that you set a global icon to use on all of them it will display the icon only on the first content type item in that node. It should display the same icon for all the menu items.
The issue seems to be in the ContentTypesAdminNodeNavigationBuilder where it does GetIconClasses.
 into a list of key value pairs with the same key for all these kv pairs. For example, activity.SetTag('arraykey', new int [] {1, 2, 3} is converted to JSON like list {{'arraykey': 1}, {'arraykey': 2}, {'arraykey': 3}} in OTLP. This could cause problem if the OTLP listener would lik
-
Updated
Dec 21, 2021
-
Updated
Dec 3, 2021 - C#
-
Updated
Dec 30, 2021 - C#
-
Updated
Dec 24, 2021 - C#
-
Updated
Oct 1, 2020 - C#
-
Updated
Dec 21, 2021 - C#
-
Updated
Dec 16, 2021 - C#
-
Updated
Dec 30, 2021 - C#
-
Updated
Jun 8, 2020 - PHP
-
Updated
Dec 8, 2021 - C#
-
Updated
Dec 14, 2021 - F#
-
Updated
Dec 29, 2021 - C#
Create a new taghelper for sharing to LinkedIn. There are several examples in the TagHelpers/Post (e.g. Facebook, Twitter).
https://www.linkedin.com/sharing/share-offsite/?url={url}
-
Updated
May 22, 2018 - JavaScript
-
Updated
Dec 30, 2021 - C#
-
Updated
Dec 2, 2020
-
Updated
Nov 18, 2021 - C#
-
Updated
Apr 30, 2020 - C#
-
Updated
Dec 29, 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