-
# Update: WinUI 3 roadmap
Thanks everyone for the great discussion and feedback so far on the WinUI 3 roadmap (#717)! The team is paying attention to every comment and issue that comes in.
I wan…
-
This issue is for feedback of why you follow a ASP.NET Core MVC tutorial over the Razor Pages version.
Content moved to https://github.com/Rick-Anderson/RP-vs-MVC
-
**Describe the bug**
After updating from 9.21.1 to 9.22.1 for a netcoreapp3.0 preview 8 project, MSBUILD crashes on build (Visual Studio 2019).
**Steps To Reproduce**
1. Create an empty A…
-
-
I notice that FlexGrid has an automatic way to create forms (via builder.AllowCreateItem()) with validation and submit button.
Our model / data validation needs sometimes involve cross-field valida…
-
_From @niconico49 on Wednesday, October 16, 2019 8:51:56 AM_
# Issue Title
netcore 3.1 preview 1 components namespace unknown
Be as descriptive as you can with your title.
# General
After up…
-
_From @txgz999 on Thursday, 24 January 2019 01:52:33_
### Describe the bug
When I use Math.Truncate in the definition of a property used in data binding, a print window pops up
### To Reproduce…
-
I have the latest VS 2019 Preview and Blazor template, 3.0.0-preview6.19307.2.
I think you need to update the documentation at https://docs.microsoft.com/en-us/aspnet/core/blazor/get-started?view=a…
-
In the markup for the documentation the section explaining Dialog.razor seems to have an issue with quotation marks around an attribute.
```
<div>
<h1>@Title</h1>
@Chi…
-
#### Describe the bug
Put the following code in the http:/try.dot.net page:
```csharp
using System;
public class Example
{
public static void Main()
{
var x = Math.Round(11.1…