Beffyman

Results 10 issues of 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...

enhancement
breaking change

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...

bug

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....

enhancement

Add the option of installing the generator as a tool that is run on demand instead of on build.

enhancement

Associate all 4xx status codes with this type

enhancement

If a endpoint has a comment on it, copy it over to the client. There may be a attribute I can use for this.

enhancement
under investigation

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.

enhancement

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.

enhancement
under investigation

Multiple file output should split the files into types instead of generation groups.

enhancement

Client csproj should include a ServiceReference to the web project it is generating clients for, rather than the property RouteToServiceProjectFolder.

enhancement