AspNetCore.Client
AspNetCore.Client copied to clipboard
On Build client generator for asp.net core projects
Hi. I can't find your contact info, so I leave an issue to here, thank you transfer 2 packages to me on NuGet.
- 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...
Bumps [MessagePack](https://github.com/neuecc/MessagePack-CSharp) from 1.7.3.7 to 1.9.11. Release notes Sourced from MessagePack's releases. v1.9.11 Changes: Fixes: #810: MessagePackSecurity.GetEqualityComparer returns null on copied instances Enhancements: #813: Add secure hashing for enums with...
Bumps [MessagePack](https://github.com/neuecc/MessagePack-CSharp) from 1.7.3.7 to 1.9.11. Release notes Sourced from MessagePack's releases. v1.9.11 Changes: Fixes: #810: MessagePackSecurity.GetEqualityComparer returns null on copied instances Enhancements: #813: Add secure hashing for enums with...
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.