Ram.Type-0
Ram.Type-0
#1050 Replace `Text.content` from `String` to `Cow
**Feature Description:** Just like a jagged array support, we could support it by casting it to underlying integer types.
This repository doesn't contains any meta files. This resulted in almost any reference in project is missing!
**Is your feature request related to a problem? Please describe.** Currently, the only way to load ONNX model is to specify concrete file path. But the usage of concrete file...
**Bug description** Action freezes when Unity Test Framework is not imported to project. **How to reproduce** Execute action on the project which Unity Test Framework is not imported. - **Expected...
Fix https://github.com/neuecc/Utf8Json/issues/219
`JsonReader.ReadStringSegmentRaw` doesn't handles the case "the double quote's leading back slash was escaped".
`ValueTask` had breaking changes in .NET Core 2.1. Accessing `ValueTask.Result` before it completes could cause undefined behaviour. https://github.com/neuecc/Utf8Json/blob/608cf01589cb3feb225a6e51a2324a24466fdaa6/src/Utf8Json/Formatters/StandardClassLibraryFormatters.cs#L670-L674
While serializing Task or Task,Utf8Json's builtin task formatter calls Task.Wait() or Task.Result. It causes exception while the task was cancelled or failed. This means we almost impossible to serialize TaskCancelledException,...
Use `StructuredBuffer` for Vertex Buffer and IndexBuffer. In my environment, this change doesn't make any performance improvement or regession.