docs
docs copied to clipboard
This repository contains .NET Documentation.
## Summary if .NET was installed using Snap, running tools mostly results in a tool crash. Related issues: - https://github.com/dotnet/runtime/issues/60441 - https://github.com/dotnet/core/issues/7776
I am interested in the documentation: https://docs.microsoft.com/en-us/dotnet/ All or part of it.
There is no documentation included on this page for how the name for the element `WindowsApplication1.Properties.Settings` is determined. Based on my testing, it seems that the expected name for this...
The documentation at https://github.com/dotnet/docs/blob/master/docs/core/linux-prerequisites.md has a section on Linux distribution dependencies. The packages that are listed here don't line up with the packages that are specified in the [packaging](https://github.com/dotnet/core-setup/tree/master/src/pkg/packaging) runtime...
I think the CType is an operator, not a function. Same thing applies to these articles: - https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/functions/conversion-functions - https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/functions/type-conversion-functions Please, correct me if I'm mistaken. Once this issue is...
In the second code snippet of the TimeSpan structure section, the example output says the store is closed at 21:00 when the store closing time is 21:30 and there is...
See https://github.com/dotnet/docs/pull/16685#discussion_r370459226
Regarding the statement: > Communication between microservices in a cluster like Kubernetes or Docker Swarm is in general automatically encrypted by the container networking layer, so implementing TLS in services...
The Azure SDK v12 differs from v11 quite considerably. The docs refer to the v11 SDK. --- #### Document Details ⚠ *Do not edit this section. It is required for...
The example has "Group By CountryName = cust.Country...", but the Syntax section would not indicate this is proper. --- #### Document Details ⚠ *Do not edit this section. It is...