Back to Aspnetcore

Binary Source Compat

aspnetcore/breaking-changes/includes/binary-source-compat.md

latest386 B
Original Source

This article indicates whether each breaking change is binary compatible or source compatible:

  • Binary compatible - Existing binaries will load and execute successfully without recompilation, and the runtime behavior won't change.
  • Source compatible - Source code will compile successfully without changes when targeting the new runtime or using the new SDK or component.