docs
docs copied to clipboard
This repository contains .NET Documentation.
## Summary The wording of the table is currently ambiguous, so I've added more words around it and also added an examples table. I thought carefully about the table, but...
### Describe the issue or suggestion .NET 10 is going to have some substantial changes to cryptography. We should update https://learn.microsoft.com/dotnet/standard/security/cross-platform-cryptography to reflect them. * Introduction of PQC * Dropping...
CSO103
### Type of issue Typo ### Description The name'label18' does not exist in the current context ### Page URL https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs0103?f1url=%3FappId%3Droslyn%26k%3Dk(CS0103) ### Content source URL https://github.com/dotnet/docs/blob/main/docs/csharp/language-reference/compiler-messages/cs0103.md ### Document Version Independent Id...
We make the new analyzer opt-in for now: https://github.com/dotnet/roslyn-analyzers/pull/7689 --- #### Internal previews | ð File | ð Preview link | |:--|:--| | [docs/fundamentals/code-analysis/quality-rules/ca2025.md](https://github.com/dotnet/docs/blob/c54f195e921b6545a9f0547ee3ada99ecbef060f/docs/fundamentals/code-analysis/quality-rules/ca2025.md) | [docs/fundamentals/code-analysis/quality-rules/ca2025](https://review.learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2025?branch=pr-en-us-46826) |
### Description [SslClientAuthenticationOptions.CertificateRevocationCheckMode](https://learn.microsoft.com/en-us/dotnet/api/system.net.security.sslclientauthenticationoptions.certificaterevocationcheckmode?view=net-9.0#system-net-security-sslclientauthenticationoptions-certificaterevocationcheckmode) and [SslServerAuthenticationOptions.CertificateRevocationCheckMode](https://learn.microsoft.com/en-us/dotnet/api/system.net.security.sslserverauthenticationoptions.certificaterevocationcheckmode?view=net-9.0) default values have changed from `NoCheck` to `Online`. This change enhances security and makes the behavior consistent with [X509ChainPolicy](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509chainpolicy?view=net-9.0) ### Version .NET 10 Preview 6...
### Type of issue Missing information ### Description it is not easy to understand which of the values on this page that are on or offby default during Release and...
### Type of issue Typo ### Description The documentation states the following, "Side-by-side installation isn't possible with .NET Framework. It's a Windows component, and only one version can exist on...
### Type of issue Typo ### Description This is a translation issue to Japanese. "Field" is used as "į°į" and ".Net" is "ãįķē" in submenu as shown in attached image,...
This pull request updates the documentation for cache settings in the .NET Framework, providing clearer descriptions for certain attributes in the `memorycache-element-cache-settings.md` file. This mirrors the updates we just made...