mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
![]() * Remove the use of IsPartialFacadeAssembly in refererences This flag requires assembly-re-writing to replace type-defs in reference assemblies with type forwards, when the same type exists in references. We've pretty much exclusively used this on .NETFramework, since it's not friendly to source build (CCI isn't part of source build). .NETFramework isn't going to be changing so it doesn't save us much to generate these typeforwards in the build. We also used these to make sure the netstandard surface area was compatible with .NETFramework facades (we'd use the pre-rewritten reference assemblies for contract), but this need goes away now that we have package validation based APICompat that compares netstandard refs to net4x facades. * Fix some projects I missed after changing naming convention * Fixup another project * Fix build of System.System.Threading.AccessControl * Adding a section to ref-source docs on .NETFramework facades * Address feedback |
||
---|---|---|
.. | ||
api-guidelines | ||
adding-api-guidelines.md | ||
breaking-change-definitions.md | ||
breaking-change-rules.md | ||
breaking-changes.md | ||
clr-code-guide.md | ||
clr-jit-coding-conventions.md | ||
coding-style.md | ||
cross-platform-guidelines.md | ||
cross-platform-performance-and-eventing.md | ||
EventLogging.md | ||
framework-design-guidelines-digest.md | ||
interop-guidelines.md | ||
libraries-packaging.md | ||
package-projects.md | ||
performance-guidelines.md | ||
project-guidelines.md | ||
updating-ref-source.md |