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
All specifications mostly generate similar abstractions. What might differ is the location of generated resources, which follows the respective structure of the OpenAPI specification, and the JSON types, which are based on the respective schema version.
72
74
73
-
**Note**: The Examples reference the generator through a project reference. Use a package reference instead as described above.
75
+
**Note**: The examples reference the generator through a project reference. Use a package reference instead as described above.
74
76
75
77
## Implementing an [API Operation](https://swagger.io/specification/#operation-object)
76
78
The generator generates stubbed partial classes for any operation handlers (`Foo.Bar.Operation.Handler.cs`) if there are none existing in the project and logs it with a compiler warning (AF1001). The classes should be copied into source control and the operation methods implemented. The operation methods have a familiar request/response design:
0 commit comments