FordRelak
Results
2
comments of
FordRelak
Same when property has `DateTime` type. `_schema` is null in TypeScriptParameterModel.cs
If method param has attribute `[FromQuery]` and `SomeType` has property with `DateTime` or `DateOnly` types, then throw exception ``` [HttpGet] public Task Get([FromQuery] SomeType someParam) { //code } ``` Changing...