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

Section [Constants](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nint-nuint#constants) says: > ## Constants > >You can use constant values in the following ranges: > >* For `nint`: Int32.MinValue to Int32.MaxValue. >* For `nuint`: UInt32.MinValue to UInt32.MaxValue. This...

doc-enhancement
Pri2
dotnet-csharp/svc
lang-reference/subsvc

### Type of issue Typo ### Description Although the backslash escape sequence seems to be correct in the content source (`\\\\`), there is only a single backslash in the [page](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/strings/#string-escape-sequences)'s...

:watch: Not Triaged
Pri1
dotnet-csharp/svc
fundamentals/subsvc

### Type of issue Missing information ### Description Here's an extra case to add to the example: ```csharp string s = "\U00110000"; ``` The escape sequence is well-formed; however, it...

doc-enhancement
Pri2
dotnet-csharp/svc
errors-warnings/subsvc

### Type of issue Missing information ### Description The current explanation for this error has to do with multiple characters, which might be misleading. A character literal represents a single...

doc-enhancement
Pri2
dotnet-csharp/svc
errors-warnings/subsvc

### Type of issue Other (describe below) ### Description Snap has been transferred to Canonical: https://github.com/dotnet/announcements/issues/304 Snap instructions were removed in this commit: https://github.com/dotnet/docs/commit/ee461accba02b10b7a0286c9b18664aafcb188af#diff-7cd310b13e23b178dbd1e77530480a941f4b068f5a679cea76d9939e988a2d1f ### Page URL https://learn.microsoft.com/en-us/dotnet/core/install/linux ### Content...

doc-idea
Pri1
dotnet-fundamentals/svc
:pushpin: seQUESTered
install/subsvc

### Type of issue Code doesn't work ### Description **Describe the bug** I can't create a new calculation while doing object detection I have successfully created a new workspace,An error...

:watch: Not Triaged
Pri1
dotnet-ml/svc

The following Dockerfile(s) target a .NET version that's no longer supported. This is an auto-generated issue, detailed and discussed in [dotnet/docs#22271](https://github.com/dotnet/docs/issues/22271). | Target version | End of life | Release...

:watch: Not Triaged
Pri3
dotnet-target-version

## Summary Fix a typ "not" -> "note" --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/fsharp/language-reference/generics/statically-resolved-type-parameters.md](https://github.com/dotnet/docs/blob/64f69b656ed0333c329385d3bce7eb8d844564c0/docs/fsharp/language-reference/generics/statically-resolved-type-parameters.md) | [Statically Resolved Type Parameters](https://review.learn.microsoft.com/en-us/dotnet/fsharp/language-reference/generics/statically-resolved-type-parameters?branch=pr-en-us-41603) |

dotnet-fsharp/svc
community-contribution

## Summary Adds link to the Event Source for `System.Net.Http`, `System.Net.Security`, `System.Net.NameResolution` and `System.Net.Sockets` to keep consistency across the different Event Sources. Fixes #Issue_Number (if available) --- #### Internal previews...

dotnet-fundamentals/svc
community-contribution

Update package index with latest published versions

dotnet-azure/svc
:octocat: auto-merge