Commit Graph

13 Commits

Author SHA1 Message Date
Paulus Pärssinen 1a811ea839
Update link to dotnet-format tool (#101619)
* Update link to dotnet-format tool

* It now lives in dotnet/sdk

* Link to official docs instead

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2024-04-26 12:27:36 -07:00
Alexander Rasmussen 5c01ed22b7
Updated coding-style.md to point to the new dotnet format repo (#101572) 2024-04-25 16:42:43 -04:00
Adeel Mujahid 1094cee781
Update coding-style.md (#67801)
* Remove mention of outdated formatting script and C++ language that was removed from libraries.
* Move C# coding style at the top of document.
2022-04-09 06:37:05 -07:00
Eric Erhardt 7508080ebc
Update coding-style to include target-typed new() guideline (#67061)
* Update coding-style to include target-typed new guideline

Similar to `var` usage, `new()` usage is only allowed when the Type can be understood from the same line.

Fix #53369

* Fix coding style violations
2022-03-23 18:54:51 -06:00
Jeremy Koritzinsky a526e77b6d
Move clang-format download into dotnet/runtime and add docs for setting up auto-formatting in the repository (#59374) 2021-09-23 14:34:00 -07:00
Stephen Toub 0817e748b7
Seal internal types in libraries (#50225) 2021-03-25 20:50:33 -04:00
CadenJi 9a70e7a688
Rule number correction (#49288) 2021-03-08 06:39:08 -05:00
Stephen Toub 47e50116e6
Update coding-style.md 2020-10-29 16:25:32 -04:00
Alexander Köplinger c6eac1f2d5
Cleanup old corefx/coreclr GitHub issue links (#40286)
Replace them with the current URL after the redirect.

Similar to https://github.com/dotnet/runtime/pull/2063.

Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
2020-08-13 23:13:51 +02:00
Marcus Turewicz 59ec53edbc
Adds scripting guide doc (#34539)
Scripting guide for Shell, PowerShell and CMD files for styling or other guidance.

Fixes #9317
2020-04-04 20:13:17 -07:00
Youssef Victor 1d84023aec Use 4 spaces in coding-style.md examples (#2066) 2020-01-23 05:52:33 -08:00
Youssef Victor 15b5c33507 corefx -> runtime (#407) 2019-11-30 09:41:17 -05:00
Viktor Hofer a71a3249a9
Consolidate docs (#251)
* Consolidate sub-repo docs
2019-11-25 23:52:43 +01:00