ƒabio
ƒabio
Hello, I would suggest implementing a check to automatically recognize wrapper objects ## How? Something at runtime like `returnObject is IApiResponse` then use it, otherwise wrap it. `IApiResponse` must have...
### The issue When update a row, the `createdAt` column is set to `0001-01-01 00:00:00` instead of keep his value. ### Steps to reproduce #### Code ``` using (var context...
Hello, I'm trying this library for the first time, I immediately ran into this limit `Duplicate 'HttpGet' attribute` while the asp.net core controllers allow it ```csharp [HttpGet("/api/session/me")] [HttpGet("/api/session/")] //
How could I make a user be read-only on the filesystem? Working on aspnetcore 3.1 I have te code from the example: ```csharp /// /// Custom membership provider /// public...
Referring to the example on [codepen](https://codepen.io/FWeinb/pen/djuIx), the following code works but bugs if add a `space` or `tab` after the comma. `#letters:nth-letter(even), #letters:nth-letter(odd){` Its not possible too to make new...
Hello, I need to generate a rest client for C# (via tools like Nswag) and I could do it starting from `swagger.json`. But there is a problem, in the document...