Dima@Zhabis

Results 24 comments of Dima@Zhabis

![image](https://user-images.githubusercontent.com/39680879/184503174-91128fbb-3093-4a92-85fd-c3cb0121ebe6.png)

# Related #515 Remove duplicate payload fetch

See `Jsonreader.cs:514` The `strict: false` is always like this ignoring `[Action(strict)]` controller pragma. This needs to be revised ```csharp //last resort try { return StringValueConversion.AsType(v.ToString(), toType, strict: false); } catch...

This would need to be parsed by value accessors, such as ulong.Parse() which do not support it presently

Have you looked at `HasEntityBodyAttribute` ``` /// /// When set to >0 value requires the 'Content-Length' header and imposes a limit on its value /// public long MaxContentLength { get;...

Use `http://localhost:8080/mvc/tester/story?buffered=true` tester.cs method

Related : #781 Kestrel is not opening ipv4 listener

``` Error #1 from: Azos.Tests.Nub.Configuration.ScriptingTests{Method 'LoopWithRealArithmetic'} ============================================= [Error] [Azos.AvermentException] AreEqual((string)"section_0.6" of 11 chars, (string)"section_0.6000000000000001" of 26 chars, StringComparison.InvariantCulture) at Azos.Aver.Fail(String message, String from) in C:\Zdev\ghub\azos-net6\src\Azos\Aver.cs:line 150 at Azos.Aver.AreEqual(String expect, String...