1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-07 19:17:05 +09:00
Satori/docs/coding-guidelines
Eric StJohn 6e440de5b4
Avoid package dependencies on libraries in the shared framework (#106172)
* Avoid package dependencies on libraries in the shared framework

We can avoid these dependencies since we can count on the library being
part of the shared framework.  Fewer dependencies means less packages
downloaded, less for customers to service, less copied into the output
directory when serviced.

* Add warning code.

* Address feedback
2024-08-12 11:15:19 -07:00
..
api-guidelines remove corefx from md (#105275) 2024-07-22 14:55:00 -06:00
adding-api-guidelines.md Replace net8 with net9 under docs (#104189) 2024-06-29 07:44:01 -04:00
breaking-change-definitions.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
breaking-change-rules.md Update breaking-change-rules.md (#66978) 2022-04-14 17:19:47 -07:00
breaking-changes.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
clr-code-guide.md Add some basic guidelines around using C++ standard headers now that our build allows us to (#101088) 2024-08-08 22:18:18 -07:00
clr-jit-coding-conventions.md Do not separate header comments from function definitions (#105754) 2024-07-31 10:52:37 -07:00
code-formatting-tools.md Fix format.sh script and remove dotnet-format tool from dotnet-tools.json (#94839) 2023-11-16 15:38:39 +01:00
coding-style.md Update link to dotnet-format tool (#101619) 2024-04-26 12:27:36 -07:00
cross-platform-guidelines.md corefx => runtime (#2068) 2020-01-24 09:30:18 -08:00
cross-platform-performance-and-eventing.md .NET Core to .NET branding changes (#33694) 2020-03-28 07:00:19 -07:00
EventLogging.md Fix typos (#69011) 2022-05-07 11:55:53 -07:00
framework-design-guidelines-digest.md Update docs.microsoft.com usages to learn.microsoft.com (#102881) 2024-05-31 11:27:45 -07:00
interop-guidelines.md Update docs.microsoft.com usages to learn.microsoft.com (#102881) 2024-05-31 11:27:45 -07:00
libraries-packaging.md Avoid package dependencies on libraries in the shared framework (#106172) 2024-08-12 11:15:19 -07:00
mono-code-guide.md Bump mono to -std=gnu11 (#91421) 2023-09-01 18:04:35 -04:00
performance-guidelines.md Fix broken MSDN blogs links (#32273) 2020-02-14 08:34:15 -08:00
project-guidelines.md Replace net8 with net9 under docs (#104189) 2024-06-29 07:44:01 -04:00
updating-ref-source.md Leverage the shipping, roslyn based ApiCompat in dotnet/runtime (#73263) 2022-10-16 15:15:28 +02:00
vectorization-guidelines.md Introduction to vectorization with Vector128 and Vector256 (#84115) 2023-06-29 11:00:07 +02:00
vs-cpp-formatting.png 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
vs-csharp-formatting.png 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