Reputation: 419
After changing version of steeltoe version2 to vesrion3 application is breaking
Exception
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types.
Could not load type 'Steeltoe.Common.HealthChecks.IHealthContributor' from assembly 'Steeltoe.Common, Version=3.2.6.0, Culture=neutral,
Upvotes: 0
Views: 65
Reputation: 2707
It is difficult to say for sure what the problem is without seeing all of the Steeltoe packages and versions that are referenced, but this error can happen if you have mismatched Steeltoe package versions, especially between v2 and v3.
Upvotes: 0