This pull request includes changes to src/Hl7.Fhir.Base/Specification/Snapshot/SnapshotGeneratorExtensions.cs to improve the documentation and accessibility of a method. The most important change is the modification of the RemoveAllNonInheritableExtensions method.
Kindly generated by CoPilot:
This pull request includes changes to
src/Hl7.Fhir.Base/Specification/Snapshot/SnapshotGeneratorExtensions.cs
to improve the documentation and accessibility of a method. The most important change is the modification of theRemoveAllNonInheritableExtensions
method.Documentation and accessibility improvements:
src/Hl7.Fhir.Base/Specification/Snapshot/SnapshotGeneratorExtensions.cs
: Added a summary comment to describe the purpose of theRemoveAllNonInheritableExtensions
method and changed its access modifier frominternal
topublic
.