Lei

Results 2 issues of Lei

First thx for your excellent work! I would have a request: since gltf itself supports the sampler input sharing, like if I have an assembly, each part will move along...

enhancement

When request body (POST, PUT, PATCH) is empty, NSWag generates a string content as following: ``` c# request_.Content = new System.Net.Http.StringContent(string.Empty, System.Text.Encoding.UTF8, "application/json;odata.metadata=minimal;odata.streaming=true"); ``` Empty string is not valid json...