OpenAssetIO / usdOpenAssetIOResolver

An AR2 plugin that hosts OpenAssetIO
Apache License 2.0
24 stars 3 forks source link

Add `hasCapability` check + update to b1.0 #32

Closed foundrytom closed 8 months ago

foundrytom commented 8 months ago

What

openassetio b1 introduces the hasCapability check to determine if a manager supports resolve, we should use this when instantiating the manager and error-out earlier on with a suitable message.

foundrytom commented 8 months ago

Added in #33