docs
docs copied to clipboard
This repository contains .NET Documentation.
Certain versions of .NET are now available in the default repositories on certain versions of Ubuntu. We should probably update the .NET install docs to reflect how to "correctly" install...
Fixes a typo (ciphertest instead of ciphertext)
CS0169 warning is reported by the compiler only during explicit "Build" or "Rebuild" operations, it does not get reported during typing in the IDE, i.e. as part of intellisense diagnostics....
- [ ] [Polymorphism](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-5/#polymorphism) - covered by https://github.com/dotnet/docs/issues/30879. - [ ] [Utf8Reader.CopyString](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-5/#utf8jsonreader-copystring) - [ ] [Json contract customization](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-6/#json-contract-customization) - covered by https://github.com/dotnet/docs/issues/30878. - [x] Json required properties (https://github.com/dotnet/runtime/issues/29861)
Now that a struct can have a default constructor, can this constraint be used in combination with the "where T : struct" constraint? --- #### Document Details ⚠ *Do not...
The comment is actually unnecessary given the generated file name ends with `.g.cs`. But updating it for a form supported by Roslyn anyway.
Please consider revisiting these demos/docs for a more consistent/clear theme. Particularly the relationship between: - JsonElement (JsonObject, JsonArray, etc...) - JsonNode - JsonDocument Pros/Cons of each. Right now it just...
**Help us make content visible** **Describe the new article** There is an upcoming added capability for [Orleans transactions](https://github.com/dotnet/orleans/pull/7805) that needs to be documented. The location of the added content should...
151 line
Changed at 151 line : DoIt("Hello There"); // CS0120 to DoIt("Hello There");
[Enter feedback here] dotnet-monitor has become a supported release since .NET 6 as [Announcing dotnet monitor in .NET 6](https://devblogs.microsoft.com/dotnet/announcing-dotnet-monitor-in-net-6/) and is not an experimental tool anymore. Therefore, the text in...