Bill Wagner

Results 171 issues of Bill Wagner

Totally missed 10

C# 11 will add "file local types". Permit a `file` modifier on top-level type declarations. The type only exists in the file where it is declared. - Feature issue: dotnet/csharplang#6011...

doc-idea
Pri1
:checkered_flag: Release: .NET 7

I think there are a number of tasks to use the what's new tool to generate a New docs for .NET 7 page: - [X] Add a new config file...

The following tasks encompass new and updated features for C# 11: - [x] [Develop a new page to keep track of (and point to) preview features #28243](https://github.com/dotnet/docs/issues/28243) - [x] [Move...

doc-idea
Pri1
dotnet-csharp/prod
:checkered_flag: Release: .NET 7

Add syntax to create utf-8 string literals in C# code and have them automatically encoded in their byte[] format. Changes will be required in the language reference, and some string...

doc-idea
resolved-by-customer
Pri1
:checkered_flag: Release: .NET 7

This article provides similar information to the [Properties](https://docs.microsoft.com/dotnet/csharp/programming-guide/classes-and-structs/properties) section of the programming guide. There's also a lot of redundancy. This article is newer, and should be the main source for...

doc-enhancement
Pri1
dotnet-csharp/prod
csharp-fundamentals/tech

Throughout the C# guide, there are phrases like "Beginning in C# N", or simply "In C# N". In some cases, the version referenced goes all the way back to C#...

doc-enhancement
Pri1
dotnet-csharp/prod
:checkered_flag: Release: .NET 7
in-pr

We run into to the limit on number of update nodes in our sample code repositories: https://github.com/dotnet/samples https://github.com/dotnet/dotnet-api-docs https://github.com/dotnet/docs Each of these repositories have many more than 100 project files....

T: feature-request
L: dotnet:nuget
💁 service

The description of deconstruction is not complete: 1. The grammar production needs to express both initialization and assignment on the LHS of a deconstruction. 1. The RHS of a deconstruction...

standard proposal

#### Describe the bug See dotnet/docs#18801 At one time, we had a timeout configured so that if a user in a tutorial makes a mistake and creates an infinite loop,...