Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to mono/cecil/master@cb6c1ca (dotnet#462)
Commit dotnet/cecil@febbd652 contains an API break, altering the return type of `AssemblyReader.ReadGenericConstraints()` from a `Collection<TypeReference>` to a `GenericParameterConstraintCollection`: - public Collection<TypeReference> ReadGenericConstraints (GenericParameter generic_parameter) + public GenericParameterConstraintCollection ReadGenericConstraints (GenericParameter generic_parameter) Bump to mono/cecil/master@cb6c1ca and fix `AssemblyReader.ReadGenericConstraints()` usage so that the new `GenericParameterConstraint.ConstraintType` is used instead of requiring that `ReadGenericConstraints()` return `TypeReference`s.
- Loading branch information