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
Include base classes with LINQ generation (#1838) This change adds support to the LINQ generator to include base classes and their members so it'll be similar to what was in the 2.x version: - Refactor LINQ generator to use a visitor pattern - Add SdtElement expansion - Visit base types Part of #1813
Update changelog for 3.0.1 (#1645) This change also collapses the beta changes now that we've passed them so they make more sense for people who are just looking at supported changes