issues
search
zijianhuang
/
webapiclientgen
Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
167
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
make PS1 scripts friendly to PowerShell 7 when encountering exception.
#168
zijianhuang
opened
3 days ago
1
VB.NET through decompiler
#167
zijianhuang
opened
4 months ago
3
.NET 7 officially support DataContractAttribute
#166
zijianhuang
opened
5 months ago
0
Support JsonDerivedType so to support polymorphism
#165
zijianhuang
opened
5 months ago
0
Write unit testing suties for Blazor WASM running in Web browser, in DemoCoreWeb repos
#164
zijianhuang
opened
5 months ago
0
option to use the name of HttpGet(Name = "GetWeatherForecast") for generated function name
#163
zijianhuang
closed
5 months ago
1
generate doc comments from CA attributes like return: NotNullIfNotSull("something")
#162
ZijianFLG
opened
6 months ago
0
For god assembly lovers, provide namespace prefixes for cherry picking.
#161
zijianhuang
closed
5 months ago
1
utilize HttpClientJsonExtensions.GetFromJsonAsync and alike
#160
ZijianFLG
closed
5 months ago
1
demo app with minimal api
#159
ZijianFLG
opened
7 months ago
0
Update key components from .NET 7 to 8
#158
ZijianFLG
closed
5 months ago
1
option to yield generated doc comment even if the programmer has defined document for a property.
#157
zijianhuang
closed
7 months ago
1
when generating C# codes for System.Text.Json, interpret empty 204 as null for nullable structure.
#156
ZijianFLG
closed
7 months ago
1
create ps1 scripts for mac or linux programmers to run the integration tests
#155
ZijianFLG
closed
5 months ago
1
test how well the JS clients talk to DemoTextJsonWeb
#154
zijianhuang
closed
7 months ago
1
bigInteger support for system.Text.Json
#153
zijianhuang
closed
7 months ago
1
migrate the ng test suites to jest
#152
zijianhuang
opened
7 months ago
2
Investigate possible bugs in System.Text.Json.JsonSerializer or ASP.NET binding when dealing with uint128 and BigInteger.
#151
zijianhuang
closed
7 months ago
2
.NET 8 has introduced stream operation for JsonSerializer of System.Text.Json, utilized this.
#150
zijianhuang
closed
5 months ago
5
generate doc comment for something like [Authorize(Roles = RoleConstants.Admin)]
#149
ZijianFLG
closed
7 months ago
0
support JsonPropertyNameAttribute
#148
ZijianFLG
closed
7 months ago
2
GUI for settings like CodeGen.json
#147
zijianhuang
opened
9 months ago
0
Support LengthAttribute of .NET 8
#146
zijianhuang
closed
5 months ago
1
TypeScript CodeDOM refined
#145
zijianhuang
closed
9 months ago
2
for uint, ulong, ushort to Angular Reactive Forms, add validators, minValue=0
#144
zijianhuang
closed
9 months ago
0
consider to to replace JSON.stringify(requestBody) to requestBody in the generated post/put call.
#143
zijianhuang
opened
10 months ago
0
inconsistent end of line
#142
zijianhuang
closed
11 months ago
1
In NG FormGroup, support LengthAttribute, RegularExpressionAttribute and PhoneAttribute
#141
zijianhuang
closed
10 months ago
4
In NG FormGroup, simplify for any
#140
zijianhuang
closed
10 months ago
1
support attributes in System.Text.Json.Serialization Namespace
#139
zijianhuang
opened
11 months ago
1
Support JS Module declarations (proposal) for mapping namespace
#138
zijianhuang
closed
9 months ago
1
support BindRequired, Range and other data validations in Web API function parameters.
#137
zijianhuang
opened
1 year ago
0
for ng reactive form, support default value and nonNullable
#136
zijianhuang
opened
1 year ago
1
Dart CodeDom for Dart 3
#135
zijianhuang
opened
1 year ago
0
Tour of Heroes with Vue
#134
zijianhuang
opened
1 year ago
0
Tour of Heroes with Flutter
#133
zijianhuang
closed
1 year ago
1
Tour of the Heroes on Next.js
#132
zijianhuang
opened
1 year ago
0
Promise<AxiosResponse<Blob>> is not working well in React Babel
#131
zijianhuang
opened
1 year ago
0
fetechAPI better support for response
#130
zijianhuang
closed
1 year ago
1
The WebAPI code generator doesn't appear to run under VS 2022
#129
KeithVinson
closed
1 year ago
3
Add Refit Support
#128
startewho
opened
1 year ago
1
statistics about namespaces, model classes/enum/api, API functions, controller
#127
zijianhuang
opened
2 years ago
0
System.Text.Json to handle null return for DateOnly
#126
zijianhuang
closed
7 months ago
1
outstanding issues of DateOnly in ASP.NET 7?
#125
zijianhuang
closed
2 years ago
3
if a api function is not decorated by protocol attribute like HttpGet, the exception thrown is not clear in message
#124
zijianhuang
opened
2 years ago
0
POCO2TS.exe to generate typed FormGroup of Angular
#123
zijianhuang
closed
11 months ago
7
Null reference types
#122
zijianhuang
closed
2 years ago
0
Utilize NotNullAttribute and MayBeNull for HelpStrictMode
#121
zijianhuang
opened
2 years ago
3
Defect: if query parameter is optional, the TS script does not signal it. Not good in strict mode
#120
zijianhuang
closed
2 years ago
1
support JsonPropertyName
#119
zijianhuang
closed
7 months ago
1
Next