-
- Insomnia Version: 6.0.2
- Operating System: Win7
## Details
I'm extending a WebApi2 ODataV4 end point with CRUD operations. I'm trying to test my POST (add) action, but the body is always emp…
kitsu updated
5 years ago
-
I am trying to use WebApiToSwaggerGenerator. But it gives me IO.Path errors. Why is it trying IO access when I am using WebApiTo not WebApiAssembly?
Here is a full code.
```
namespace API.Controllers…
-
In the documentation I read in the past it recommended creating singletons for the validators because it was so expensive to create them for some reason. Is this still true with .NET core?
-
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [ ] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
…
-
I now run in following exception on startup:
MissingMethodException: Method not found: 'Void Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenOptions.OperationFilter(System.Object[])'.
Swashbuckle.AspN…
-
Hi, I have the following DTO in my WebAPI project decorated with the attribute :
[Validator(typeof(CustomerAddressDTOValidator))]
public class CustomerAddressDTO
{
public int Id { …
-
Migrate the project Dotmim.Sync.Web to ASP.NET to also support this legacy platform
I will do this shortly and create a PR!
-
I have come across some repetitive WebApi2 validation code in different actions that I felt was ripe for refactoring.
One example:
```
[HttpGet]
public async Task AllocateUserToOrganisation(int orga…
-
At the moment DI support is limited to creation of root validators. The container is abstracted behind IValidatorFactory
We should allow resolution of child validators and other components during
…
-
When using a column type 'date' and the API returns no value (i.e nullable dates) the grid fails.
I have a use case for example that i am getting data for 'OrderDate' and 'DeliveryDate' and delivery …