Vladimir K

Results 7 issues of Vladimir K

Hello, I have a custom routing convention, and it worked perfectly fine with .net 3.1, but during migration to .net 5 I faced with error. Simple steps to reproduce: In...

asp.net core
odata

Seems, right now it's not possible to configure extended timeouts for requests. Consider adding startup option: `-t, --timeout= Number of milliseconds for request timeout, default=3000`

Tested on https://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif Example code for testing: ``` PUT https://httpbin.org/put < ./Transparent.gif > {% client.log(response); %} ``` Running from Rider (IDE) I have the next response: ``` ... "data": "data:application/octet-stream;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",...

Seems, right now, Sample from ODataSamples/WebApiCore/CustomODataFormatter/ not working. I have done initial research and found: 1. AnnotatingEntitySerializer.CreateResource called during formatting response 2. Annotation skipped at https://github.com/OData/odata.net/blob/master/src/Microsoft.OData.Core/Json/JsonLightInstanceAnnotationWriter.cs#L146

*Validation message is not informative in case of deserialization error.* ### Assemblies affected ``` ``` ### Reproduce steps Given simple model ```csharp public class Customer { public int Id {...

feature
P3

Current version not working correct in case of generic interfaces, it should work similar to Type.

In continue to #2888 Example code: ```csharp using Microsoft.EntityFrameworkCore; using Npgsql; using Xunit; namespace DateOnlyNpgsql; public class Linked { public int Id { get; set; } public int Diff {...