Safia Abdalla
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...
## 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...
### 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...
## 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...
## 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....
## 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...
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...
## 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`...