Beffyman
Beffyman
- Fix MSBuild target and Task (no more dual Tasks) - Add support for global using statements - Update Nuke.Build - Update Flurl to 3.0 - Remove MessagePack and protobuf...
Currently Route & Query parameters are ordered (Route, Route Nullabe, Query, Query Nullable) There can be a case where a nullable route param causes a compile error due to a...
Add the following Attribute to the generator to influence generation. BatchAttribute(int count) Said attribute will require the following structure to be usable: IEnumerable return type At least one IEnumerable parameter....
Add the option of installing the generator as a tool that is run on demand instead of on build.
Associate all 4xx status codes with this type
If a endpoint has a comment on it, copy it over to the client. There may be a attribute I can use for this.
With the 1.0.0 release getting closer, performance should be looked at as it has been features > performance during the pre-1.0.0 phase.
Allow an opt-in reflection generator that will allow for inheritance in controller attributes/methods, those those edge cases that can't be caught by a pure Roslyn reader.
Multiple file output should split the files into types instead of generation groups.
Client csproj should include a ServiceReference to the web project it is generating clients for, rather than the property RouteToServiceProjectFolder.