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 schema reflection and sample models to Program.cs
Introduced usage of Reflector to generate and print argument and return schemas for a sample method. Added sample classes, structs, and enums (Data, Result, EnumFlag, GeoPoint, PlayerProfile, GameState<T>) to demonstrate schema generation, including recursive and generic types.
0 commit comments