docs
docs copied to clipboard
This repository contains .NET Documentation.
## Summary Replaces placeholder blog link with full documentation for F# 7 features following F# 9 template structure. Fixes #50481 ## Changes The F# 7 documentation now includes: - **Static...
### Type of issue Outdated article ### Description See https://github.com/dotnet/docs/pull/50122#issuecomment-3602334874 Since this tutorial was written, the SDK added `dotnet ` as a shorthand form to run a file based app....
### Type of issue Missing information ### Description In https://github.com/dotnet/sdk/issues/51994 @afscrome noted that `--configfile` and `--source` are missing from this page. We should fill them in, and their content should...
### Type of issue Outdated article ### Description This product is no longer supported by MS and has been replaced by GHCP AppMod. Sync with @wadepickett and @tdykstra about this...
### Summary Added the missing `DefaultTraceListener` entry to the trace listeners table in the `.NET Framework` configuration documentation. ### Why The table listing available trace listener classes did not include...
### Description ### Reproduction Steps ```sh dotnet new console --aot echo 'throw new Exception();' > Program.cs dotnet publish -o out out/*.exe ``` ### Expected behavior Regular crash dialog. ### Actual...
I encountered some problems while using this code. The buffer has to be resized on the final block to have the exact length of the remaining JSON, otherwise the reader...
## Summary - Fixing typo mentioned in (https://github.com/dotnet/docs/issues/49691) where example for CLS compliance might be confusing. - As checked this is fine for the VB example the C# example needs...
This is *first draft*. I might be assuming too much familiarity with the problem space. Please provide feedback 🤝 --- #### Internal previews | 📄 File | 🔗 Preview link...
This PR updates the Model Builder GPU installation guide to resolve issues reported when using CUDA 10.1, which caused "no kernel found" errors during object detection while image classification worked...