-
### Background and motivation
The `MemoryExtensions` type provides `SequenceCompareTo` methods which has just two overloads, but none of them is accepting a custom element comparer making it impossib…
-
I have two table like below. (poco class)
```
[PetaPoco.TableName("conversion_request")]
[PetaPoco.PrimaryKey("idxno", AutoIncrement = true)]
public class ConvRequest
{
[PetaP…
-
### Background and motivation
@hickford explains the motivation in #15803:
> [As documented](https://msdn.microsoft.com/en-us/library/w56d4y5z%28v=vs.110%29.aspx), `List.Sort` does an unstable s…
-
There are 22 ASCII characters that will work with the JAVA SDK but not with the .NET SDK when being set as as part of the **metadata keys**.
ECS returns **Http code 403** with message:
> “The req…
-
Not sure if a proposal is required, as it doesn't technically add new API surface, just enables a combination of generic arguments.
Looks like right now string is special cased to only work with ROSp…
-
**Describe the bug**
https://appdynamics.zendesk.com/agent/tickets/251331
**To Reproduce**
a) duplicate backend name
b) reading data from error metric path 7th segment is empty
**Expected beh…
-
[Tyche is a VS Code extension](https://marketplace.visualstudio.com/items?itemName=HarrisonGoldstein.tyche) designed to help users understand what their property-based tests are doing - with nice feat…
-
#### Details of the scenario you tried and the problem that is occurring
*This was discovered when triaging issue #26.*
When running the build task there are additional CIM clss definitions create…
-
### Describe the bug
File ..\src\Microsoft.Data.SqlClient\netfx\src\Misc\LocalAppContext.cs
**line 27:**
`private static Dictionary s_switchMap = new Dictionary(); `
does not use a StringComparer …
-
### Describe the problem you are trying to solve
In the .NET Project System (and in CPS) we want to always be explicit about the comparison kind when comparing strings.
```c#
path1 == path2…