1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Satori/docs/coding-guidelines
Viktor Hofer 809a06f451
Remove depprojs in favor of PackageReferences (#35606)
- Remove depprojs which currently binplace external references into the RefPath folders in favor of PackageReference and PackageDownload items.
- Build all configurations by default when building an individual project (either on the CLI or inside VS) same as with the official SDK. This enables .NETFramework Test Explorer support.
- Centrally define libraries that compose the shared framework instead of in each Directory.Build.props file to be able to build the targeting pack first and consume it in the OOB libraries.
- Use ProjectReferences to reference OOB projects. Compile against the reference assembly but use the implementation assembly app-local during runtime.
- Remove OOBs from the testhost and remove the testhost folder for .NETFramework as it isn't required anymore.
- Only binplace for $(NetCoreAppCurrent) to compose a) the targeting pack, b) the runtime pack, c) the testhost, d) a full closure for the shims.
- Use Targeting Packs for OOB projects (with their implicit assembly references) but still explicitly define granular references for .NETCoreApp configurations (DisableImplicitAssemblyReferences switch). Use the implicit targeting pack references in some Microsoft.Extensions.* cases.
- Remove placeholder configurations as they aren't needed anymore with explicit P2Ps vs Targeting Pack references.
- Remove implicit assembly references (ie for .NETFramework, mscorlib)
- Remove AssemblySearchPath hacks that were introduced with b7c4cb7 as the targeting pack is now used by default.
- Reduce unnecessary .NETFramework configurations that were added to run tests in favor of the already existing ref&src configurations.
- Stop hardcoding the paths for wasm assemblies and use the returned TargetPath of the ProjectReferences.
- Addressed formatting (ItemGroups, References at the bottom of the project file, ordering of references, use LibrariesProjectRoot instead of a relative path, unnecessary AssemblyName and RootNamespace properties which are identical to the project name, ordering of tfms)
- Revert "fix clean (#33758)"
2020-07-23 17:20:26 +02:00
..
api-guidelines Update nullability.md 2020-06-25 11:21:14 -04:00
adding-api-guidelines.md Change netcoreapp5.0 to net5.0 (#35176) 2020-05-06 13:53:21 +02:00
breaking-change-definitions.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
breaking-change-rules.md Add Or int? (#37225) 2020-05-31 17:17:52 -04:00
breaking-changes.md Add proposal for breaking changes (#37779) 2020-06-17 10:42:52 -07:00
clr-code-guide.md Markdown: Close anchor tags correctly (#38619) 2020-06-30 10:37:30 -07:00
clr-jit-coding-conventions.md Markdown: Close anchor tags correctly (#38619) 2020-06-30 10:37:30 -07:00
coding-style.md Adds scripting guide doc (#34539) 2020-04-04 20:13:17 -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 Organize some markdowns and fix links (#1159) 2019-12-26 15:22:57 -08:00
framework-design-guidelines-digest.md Fix typo in Framework Design Guidelines - Digest (#38307) 2020-06-23 17:04:00 -07:00
interop-guidelines.md Update link from corefx to runtime (#35633) 2020-04-29 21:23:33 -04:00
package-projects.md Enable restore for ref and src projects in libs (#33553) 2020-04-06 11:54:10 +02:00
performance-guidelines.md Fix broken MSDN blogs links (#32273) 2020-02-14 08:34:15 -08:00
project-guidelines.md Remove depprojs in favor of PackageReferences (#35606) 2020-07-23 17:20:26 +02:00
updating-ref-source.md Update steps to rebuild System.Runtime ref source (#38020) 2020-06-17 05:48:07 -07:00