-
# Add overload for creating Set/Map that includes an IComparer` and `Map` which takes an `IComparer
-
**Justification**
Allow Todo Explorer to sort results (in By Marker) by Description name.
**Description**
Best would be the classic behaving - click on a column name and it would sort it ascendin…
-
### Dotliquid version
2.2.692
### Expected behavior
Given a JSON document similar to the following:
```
{
"People":
[
{
"Names":
[
…
-
Hi
I've found a problem with mapping objects, that have nested object with properties named the same as in parent object.
For example, I have classes: `Class1` and `Class2` that have child objec…
-
Like TimeSpan to remove ambiguity in sizes e.g. https://github.com/aspnet/KestrelHttpServer/issues/1247
## Suggested API
```csharp
namespace System
{
public struct ByteSize : IComparable
…
-
### Description
Using .NET 8 and azure functions in isolated mode, I have an `EventGridTrigger` function that starts up an orchestrator while providing a typed input as parameter. The parameter's typ…
-
Posted from [this issue](https://github.com/MicrosoftDocs/visualstudio-docs/issues/3728).
The Visual Studio Code Analysis documentation for [CA1036](https://github.com/MicrosoftDocs/visualstudio-do…
-
Hi,
I read this post: https://github.com/RSuter/NSwag/issues/1652 and I added a comment but my issue is not exactly the same even if the error is the same :).
So here is my code:
```
pub…
-
## Background and Motivation
I apologize in advance for my English.
TimeSpan is fine, but managing big time spans (years, months) with it (or, in the worst case, with DateTime struct) is so frustr…
-
Sometimes we will need to use triggers to make some "not equals to value" scenarios (most common case: value is not null), but for such scenarios it is often necessary to add additional code in the co…