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
* Add failing test cases for generative interfaces and abstract classes #211
* Attempt to add missing metadata to types and methods
* Fix issue in generating virtual method, and update tests to leverage optional invokeCode parameter
* Update metadata based on reflected method attributes
* Use type-level attributes matching those of other BCL types
* Set 'correct' base type for interfaces and abstract classes
* Abstract class with virtual member appears to work
* Fix type attributes for interface and get abstract classes 'working'
* Show that generated abstract class with abstract methods does not work properly.
* Restore checks for abstract/interface methods
* Better visibility into what is broken
* Clean up tests
* Fix interface generation
* Fix method attributes inside ProvidedMethod to make the fix available at design time
* Force abstract attribute on methods that have no defined body
* Fix interface implementation generation
* Fix mixed dotnet/provided generic type generation
Co-authored-by: Ryan Riley <panesofglass@users.noreply.github.com>
0 commit comments