docs
docs copied to clipboard
This repository contains .NET Documentation.
### Type of issue Missing information ### Description P1 ticket came in from high pri customer asking specifically for details on the `IsTestProject` property, but others as well. ### Page...
### Type of issue Missing information ### Description Might be worthwhile mentioning that you can also use `dotnet build /p:GenerateCompatibilitySuppressionFile=true` to produce the `CompatilibilitySuppression.xml` files, this has the advantage of...
> Reopening to track SDK and docs work (feel free to close if this is tracked elsewhere and sorry for the noise in that case). This would be hard/impossible to...
### Type of issue Other (describe below) ### Description "There are no polymorphic classes in this article. So there is no serialization problem with polymorphic types. All type information completely...
### Type of issue Typo ### Description netfarame issu ### Page URL https://learn.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows ### Content source URL https://github.com/dotnet/docs/blob/main/docs/framework/install/dotnet-35-windows.md ### Document Version Independent Id 40ddc3ce-a004-1a4c-37e1-1c45eaa8f35a ### Article author @adegeo ### Metadata...
### Type of issue Outdated article ### Description Following the reference to the Source Generators Cookbook, the first remark there is that ISourceGenerator has been deprecated, so the information on...
### Describe the issue or suggestion I come across that the parameter `/k` is not described here: https://github.com/dotnet/docs/blob/a354ff9b10547e182683d63b8987ec256e9bd7eb/docs/framework/tools/signtool-exe.md but it is here mentioned: https://learn.microsoft.com/en-us/windows/win32/seccrypto/using-signtool-to-sign-a-file
### Proposed topic or title Make anonymous function static (IDE0320) ### Location in table of contents. Learn/.NET/Code Analysis/Rule reference/Code style rules/Language and unnecessary code rules/IDE0320 ### Reason for the article...
### Type of issue Typo ### Description The following content is an excerpt from the .NET Implementations article: ``` There are four .NET implementations that Microsoft supports: - .NET 6...
### Type of issue Missing information ### Description All the current samples show `static abstract` methods. At least one should show a `static virtual` method declared in an interface ###...