AspNetCore.Client icon indicating copy to clipboard operation
AspNetCore.Client copied to clipboard

On Build client generator for asp.net core projects

Results 17 AspNetCore.Client issues
Sort by recently updated
recently updated
newest added

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

enhancement
breaking change

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

dependencies

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

dependencies

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