docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

Results 481 docs issues
Sort by recently updated
recently updated
newest added

the C# versions in title and nav bar don`t match. ![image](https://user-images.githubusercontent.com/9393831/191653519-2a27a213-6a86-4520-a049-75e984b490b6.png) [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟...

:watch: Not Triaged
Pri2
dotnet-csharp/prod
csharp-spec/tech

- Adds article on required properties - [preview link](https://review.learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/required-properties?branch=pr-en-us-31335) - Moves VB support section to a separate file - Improves introductions to provide more background info - Removes some outdated...

dotnet-fundamentals/prod

### Description All of the cryptographic factory methods that accept a string, such as `Aes.Create(string)` have been declared `[Obsolete]` with the SYSLIB0045 diagnostic code. ### Version .NET 7 Preview 7...

doc-idea
breaking-change
Pri1
source incompatible
:checkered_flag: Release: .NET 7

## Summary 1. The `ref` keyword on the right hand side was missing 2. The value should be a `double` instead of an `int` so as to be consistent with...

dotnet-csharp/prod
csharp-fundamentals/tech
community-contribution

Fixes #30422 Several locations in our docs refer to features as "new" and reference the version when introduced. This is great for the newest features, but doesn't enhance the experience...

dotnet-csharp/prod
csharp-fundamentals/tech
csharp-language-reference/tech
csharp-advanced-concepts/tech
csharp-linq/tech

The C# 6 standard has been approved and published by ECMA. That link should be updated. As part of this doc set, we're now publishing the working draft for C#...

:watch: Not Triaged
Pri1
dotnet-csharp/prod
csharp-language-reference/tech

The download at the top of the page says gRPC for WCF developers. However it actually downloads Architecting-Cloud-Native-NET-Apps-for-Azure.pdf The same goes for all other pages in this article. --- ####...

:watch: Not Triaged
Pri2
dotnet-architecture/prod
grpc/tech

There is no "var" section, it's called differently: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/declarations#implicitly-typed-local-variables

community-contribution

## Summary Very minor code clarity improvement, but not sure why it's important to assign to null first and then re-assign the actual value of the lambda. Type is already...

dotnet-fundamentals/prod
community-contribution