docs
docs copied to clipboard
This repository contains .NET Documentation.
### 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...
### 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`...
### 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...
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...
### 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...
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...
### 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...
### 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...
### 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...
### 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.