Pranav K

Results 18 issues of 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.

needs-design
Area: Language

This times out occasionally since moving to the SDK repo. Skipping for now and using this issue to track enabling it.

task
test-failure
area-commandlinetools
feature-dotnetwatch
affected-few
severity-minor

### 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...

Breaking change
Documented
7.0.0

### 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...

Breaking change
Documented
6.0.0

## 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...

Breaking change
Documented
6.0.0

## 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...

Breaking change
Documented
6.0.0

## 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...

Breaking change
Documented
6.0.0

## 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...

Breaking change
Documented
6.0.0

## 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...

Announcement
Breaking change
5.0.0
Documented

## 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...

Announcement
Breaking change
5.0.0
Documented