Pranav K
Pranav K
Consider: ```xml @(Var->AnyHaveMetadataValue('Identity', 'A')) @(Var->AnyHaveMetadataValue('Identity', 'A')) ``` Result: ``` X=true Y= ``` This makes using it much less elegant, as also the [documentation](https://docs.microsoft.com/en-us/visualstudio/msbuild/item-functions?view=vs-2019#intrinsic-item-functions) a bit misleading.
This times out occasionally since moving to the SDK repo. Skipping for now and using this issue to track enabling it.
### Description As part of updating the Microsoft.AspNetcore.Mvc.Core assembly to use `LoggerMessageAttribute`, we discovered logger event Ids being reused within a single log category. Log IDs and names should be...
### Description Razor Pages log messages have associated IDs and names. These are used to uniquely identify different kinds of log messages. Some of those IDs and names were incorrectly...
## Changes to Nullable Reference Type Annotations in .NET 6.0 _**This issue represents a work-in-progress. All breaking changes to nullability annotations will be aggregated into this issue throughout the course...
## Actions returning IAsyncEnumerable are no longer buffered by MVC when using System.Text.Json In 5.0, MVC added support for output formatting `IAsyncEnumerable` types by buffering the sequence in memory and...
## PreserveCompilationContext is no longer configured by default for ASP.NET Core apps targeting .NET 6 and newer `PreserveCompilationContext` is an MSBuild property that causes .NET Core projects to emit additional...
## Assemblies removed from Microsoft.AspNetCore.App shared framework As part of our ongoing work to reduce the size of the ASP.NET Core shared framework, the following assemblies were removed from the...
## ObjectModelValidator calls a new overload of ValidationVisitor.Validate As part of 5.0, we introduced an additional overload to `ValidationVisitor` that accepts the top-level model instance that contains properties: ```diff bool...
## ProtectedBrowserStorage feature moved to ASP.NET Core shared framework As part of the 5.0-rc2 release, the `ProtectedBrowserStorage` feature has been moved to the ASP.NET Core shared framework. ### Version introduced...