-
I remember asking that a few (years ago)[https://github.com/microsoft/xaml-standard/issues/230]. Seeing all the [complain ](https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-runtime-in-…
-
# Summary
Make it easier to create and use small domain-specific value objects through limited struct "inheritance"; this enables code-reuse and enables simplified struct names.
# Motivation
…
-
## Summary
Is this project going to stick exclusively with the Xamarin Forms flavor of XAML? Is there any chance of adopting the "real" XAML from WPF/UWP? (TextBlock instead of Label, StackPanel in…
-
### Describe the bug
Using the MapControllerRoute function with various route templates the server memory explodes in the order of GB.
A project with about 1K of Controllers and each with 30/4…
Sbaia updated
3 years ago
-
All in the title.
Since May 2017 no real news.
....
What MS thinks about it?
What the community thinks?
What "other implementation guys" like Avalon thinks?
-
If you sometimes have to type comments that span multiple lines then it can become boring typing the REM (') after each line. I Propose we extend the syntax with:
```
`'/ These are my
' multiline…
-
I have seen no info about this with respect to .NET Core, and it's a crucial element for (micro) ORMs and data-access libraries. The .NET full API for DbProviderFactory contains usage of DataTable, so…
-
Filed as a result of the discussion in dotnet/runtime#14862.
**Note**: this doesn't represent a commitment from us to open source System.Xaml or to even port it to .NET Core -- it's simply capturin…
-
# Update 6/16/17: Looking for volunteers
The API shape has been finalized. However, we're still deciding on the best hash algorithm out of [a list of candidates](https://github.com/dotnet/corefx/is…
-
It seems that latest official OData (Microsoft.AspNetCore.OData 7.1.0) cannot be used in .NET Core 3.0.0 Preview 2 MVC app:
Startup.cs
```
public class Startup
{
public Startup(…