Skip to content

v1.0.6435

Latest
Compare
Choose a tag to compare
@ryannewington ryannewington released this 14 Aug 03:48
· 11 commits to master since this release

Fixes an issue where the internal schema dictionary was incorrect exposed as public. This is a breaking change as previous calls to the following methods and properties

ResourceManagementSchema.ObjectTypes[typeName]
ResourceManagementSchema.ObjectTypes
ResourceManagementSchema.ObjectTypes.ContainsKey(typeName)

need to be changed to the new type-safe equivalent

ResourceManagementSchema.GetObjectType(typeName)
ResourceManagementSchema.GetObjectTypes()
ResourceManagementSchema.ContainsObjectType(typeName)

Fixes an issue where a race condition may occur when one client refreshes the schema, while another is accessing it.

Download the latest version from nuget