Javier Calvarro Nelson

Results 32 issues of Javier Calvarro Nelson

In ASP.NET Core 3.0 we've moved Identity UI to use the new static web assets feature introduced in 3.0. As part of this move there are a few API breaking...

Announcement
Breaking change
3.0.0
Migrated
Documented

Adds a few benchmarks for modelbinding

--- **Issue moved from dotnet/aspnetcore#41046** - Please respond to @omuleanu. --- _From @omuleanu on Tuesday, April 5, 2022 7:44:30 PM_ ### Is there an existing issue for this? - [X]...

investigating

The difference between a C# value inside an attribute and a string value is minimal. Consider the following example: ![image](https://user-images.githubusercontent.com/6995051/176880448-1a311d99-5049-49dd-b684-e6a6e7730897.png) ![image](https://user-images.githubusercontent.com/6995051/176880508-0ed1fbf8-43b5-4a0c-a5f9-8dc5bcca06b3.png) The only hint is the "minimal" purple `@` in...

enhancement
area-colorization

### Summary of the new feature / enhancement As a user I want to configure my powershell profile to exclude completion from certain modules that I'm not using on a...

Issue-Enhancement
WG-Interactive-IntelliSense
Needs-Triage

Right now, after prerendering we replace the entire contents of the prerendered component with a fresh DOM copy created from scratch. This has several bad side-effects like: * Videos are...

enhancement
area-blazor
triaged
Priority:1
feature-prerendering
webui-P1-JC
webui-P1-MB
webui-P1-TP
webui-P1-SS
webui-P1-DR

### Description A Maui app that references a class library can't be published without modifying the project file using the following command: ```console msbuild /restore /t:Publish /p:TargetFramework=net6.0-windows10.0.19041 /p:TargetFrameworks="net6.0-windows10.0.19041;net6.0" /p:configuration=release /p:GenerateAppxPackageOnBuild=true...

area/publishing 🏁
investigate

### TL;DR Items must be declared in the `Content` item group before the `AssignTargetPaths` target. For integrating with JS build processes, reference the client assets package. More details can be...

Pri1
Source - Docs.ms
doc-enhancement
6.0 Post GA

#### Is the feature request related to a problem I'm using VerifyDirectory to validate the output of some process that generates a set of files and some of the files...