-
## Background and Motivation
Following classes are present in the library - think of features of the road:
```csharp
public class MyBase
{
public MyBase(Guid id, double distance)
{
…
-
### Background and motivation
`MemoryExtensions` has really useful `SequenceEqual` and `SequenceCompareTo` methods. For `IEnumerable`, there is a `SequenceEqual` method as well, but sadly no `Seque…
-
### Description
I understand it's not part of the F# core library and isn't covered in the docs either, but IReadOnlyDictionary and IDictionary are abstractions around types that are covered by Fal…
-
```
What steps will reproduce the problem?
1.Double click on NetTiers.cst template.It opens CodeSmith property window.
2.Specify a SampleDB database in ChooseSourceDatabase property.
3.Specify Include…
-
Prompted by dotnet/runtime#29292
Currently, it's possible to either `Format` a string, or `Join` a string, but not both at the same time. The current workaround would be repeatedly calling `Strin…
-
Currently, we're writing code like
```
let private hasReachedPointOfAttraction this = Unit.op_LessThan((this.Position - pointOfAttraction this).Length, Unit(attractionRadius))
```
When using …
-
public interface IAuthor
{
void AddAuthor(Author author);
void EditAuthor(Author author);
void DeleteAuthor(Guid authorId);
void AddProduct(Guid authorId, Product product);
v…
-
I'm developer of a [extension](https://github.com/ceztko/SolutionConfigurationName) for VS to add $(SolutionConfiguration) and $(SolutionPlatform) macros (the values that can be seen on the IDE combob…
-
Here is an c# [example](https://godbolt.org/z/od1xq7Y81), it can report err clearly. (The T only supports IComparable interface, so when we use operator + in Min function, it reports err)
```csharp
us…
-
While converting to TypeScript (#789) It is becoming annoying that some `System` interfaces have generic and non-generic versions, and the members are needed to be redirected from one to other.
For…