docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

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

### Description When using `dotnet list package --vulnerable`, if a configured `auditsources` does not support the `VulnerabilityInfoResource`, a warning is now shown to inform the user that the source does...

breaking-change
:checkered_flag: Release: .NET 8
:pushpin: seQUESTered

### Description `FromServiceKeyAttribute` has been extended to support null (for unkeyed) and inheritance. ### Version .NET 8 ### Previous behavior `FromServiceKeyAttribute.Key` was a non-nullable object `object`. ### New behavior `FromServiceKeyAttribute.Key`...

:watch: Not Triaged
breaking-change
:checkered_flag: Release: .NET 8

### Type of issue Typo ### Description 当仅存在训练模型“MLModel1.mlnet”时,如何在“MLModel1.mlnet”基础上,新增训练数据? [Translation: When there is only the training model 'MLModel1.mlnet', how can new training data be added based on 'MLModel1.mlnet'?] [在此处输入反馈] ### Page...

dotnet-ml/svc

Now, with C# 9, there are a number of different ways to create data types in C#: - tuples - records - anonymous types - classes - structs Tuples and...

dotnet-csharp/svc
get-started/subsvc
:pushpin: seQUESTered

### Type of issue Missing information ### Description There are a number of missing compiler errors and warnings introduced in [C# 12](https://github.com/dotnet/docs/blob/main/docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md?plain=1#L624-L631). Add them. ### Page URL https://learn.microsoft.com/en-us/dotnet/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error ### Content...

dotnet-csharp/svc
errors-warnings/subsvc
okr-curation
:pushpin: seQUESTered

When a new user (like me) visits the C# Documentation page and wants to learn about how to properly write C# documentation comments in the source codes, I would expect...

dotnet-csharp/svc
lang-reference/subsvc
:pushpin: seQUESTered

### Visual Studio release 17.14.p4 ### Link to speclet - [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/extensions.md) ### Link to Pull request - [PR](https://github.com/dotnet/roslyn/pull/77851) ### New behavior The new syntax supports `extension` containers to define extension...

dotnet-csharp/svc
whats-new/subsvc
:pushpin: seQUESTered
:checkered_flag: Release: .NET 10

### Type of issue Typo ### Description This is given as the Tail Call Optimized version of `fib` but it doesn't actually use the `TailCallAttribute`. Furthermore, it is unobvious to...

help wanted
dotnet-fsharp/svc

### Type of issue Outdated article ### Description I was going to try to use the interface, but it says that it is obsolete and will be removed in a...

:watch: Not Triaged
dotnet-fundamentals/svc
okr-freshness

### Describe the issue or suggestion As a follow-up to this [issue](https://github.com/dotnet/extensions/issues/5414), update the docs page [here ](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/diagnostic-resource-monitoring)accordingly to suggest the right way to proceed.

:construction: Hold for related PR