xBimTeam / XbimEssentials

A .NET library to work with data in the IFC format. This is the core component of the Xbim Toolkit
https://xbimteam.github.io/
Other
494 stars 173 forks source link

ServiceProvider Fallback when no services configured, #579

Closed andyward closed 1 month ago

andyward commented 1 month ago

Support deferred service configuration better by using a fallback IServiceProvider when no attempt to configure has been made.

Address issue #578 by providing an internal service provider we fall back on when no services have been configured (either explicitly via XbimServices.ConfigureServices, or implicitly in static initialisers in IfcStore, GeometryEngine etc).

Updated Readme