Commit 807ed48
Bump to mono/cecil/master@cb6c1ca (#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.1 parent fd774a5 commit 807ed48
File tree
3 files changed
+3
-3
lines changed- external
- src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil
- tools/generator/Java.Interop.Tools.Generator.ObjectModel
3 files changed
+3
-3
lines changedSubmodule cecil updated from a6c8f5e to cb6c1ca
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments