You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the Nullable feature is adding support for specifying attributes on generic constraints. As far as I can tell from the discussion in dotnet/roslyn#29997, this was not previously allowed in IL. Once cecil updates to support this (jbevain/cecil#594), the linker will need to as well.
Note that the linker already supports stripping attributes on InterfaceImpls (#571).
The text was updated successfully, but these errors were encountered:
It looks like the Nullable feature is adding support for specifying attributes on generic constraints. As far as I can tell from the discussion in dotnet/roslyn#29997, this was not previously allowed in IL. Once cecil updates to support this (jbevain/cecil#594), the linker will need to as well.
Note that the linker already supports stripping attributes on InterfaceImpls (#571).
The text was updated successfully, but these errors were encountered: