Safia Abdalla

Results 105 issues of Safia Abdalla

### Description Starting in .NET 7 Preview 7, we introduced new behavior in the authentication area in ASP.NET Core. Previously, users were always required to set the default authentication scheme...

Announcement
Breaking change
Documented
7.0.0

## Razor compiler no longer produces a Views assembly The Razor compiler no longer produces a separate `Views.dll` containing the CSHTML views defined in an application. ### Version introduced .NET...

Announcement
Breaking change
Documented
6.0.0

### Description Starting in .NET 6 RC2, behavior that was introduced in .NET 6 RC1 to automatically set the `IEndpointNameMetadata` for endpoints has been reverted to avoid issues the logic...

Breaking change
Documented
6.0.0
source incompatible

## Change to parameter name in RequestImageFileAsync The parameter `maxWith` in the `RequestImageFileAsync` method was renamed from `maxWith` to `maxWidth` to address a typo. ### Version introduced 6.0.0-preview1 ### Old...

Announcement
Breaking change
Documented
6.0.0

## Notice on obsoleted RazorEngine APIs in Razor Types related to the `RazorEngine` type in Blazor have been obsoleted. ### Version introduced 6.0.0-preview1 ### Old behavior APIs were not obsolete....

Announcement
Documented
6.0.0

## Debugging Blazor WASM apps in VS Code no longer requires installing JavaScript Debugger Nightly extension As of the June release of VS Code, the JavaScript debugger is bundled into...

Announcement
Documented

The code needs to be refactored a little bit so that the stats functions can be exported and invoked in other Node code.

### Summary During the [NES summit](https://github.com/nteract/nes), a session was held on how to revamp the JEP process. During this session, we reviewed existing ehnancement proposals from the Django and Rust...

What would you like see: - [X] Documentation - [ ] Sample - [ ] Tutorial Endpoints defined via minimal APIs can be annotated with metadata for use in OpenAPI...

Getting Started

## Description This change fixes up the package of dependencies for the `dotnet-getdocument` tool to enable changes that were made to support minimal APIs in .NET 7. - Publish `GetDocument.Insider`...

Servicing-approved
area-commandlinetools
area-web-frameworks