flatbuffers/docs/source
tira-misu 876a64aae1
[CS] Verifier (#7850)
* Fix C/C++ Create<Type>Direct with sorted vectors

If a struct has a key the vector has to be sorted. To sort the vector
you can't use "const".

* Changes due to code review

* Improve code readability

* Add generate of JSON schema to string to lib

* option indent_step is supported

* Remove unused variables

* Fix break in test

* Fix style to be consistent with rest of the code

* [TS] Fix reserved words as arguments (#6955)

* [TS] Fix generation of reserved words in object api (#7106)

* [TS] Fix generation of object api

* [TS] Fix MakeCamel -> ConvertCase

* [C#] Fix collision of field name and type name

* [TS] Add test for struct of struct of struct

* Update generated files

* Add missing files

* [TS] Fix query of null/undefined fields in object api

* Add .Net verfier

* Add some fuzz tests for .Net

* Remove additional files

* Fix .net test

* Changes due to PR

* Fix generated files

---------

Co-authored-by: Derek Bailey <derekbailey@google.com>
2023-04-06 00:29:14 +02:00
..
gRPC
Benchmarks.md
Building.md Generate SLSA signatures for Released zip files (#7450) 2022-08-16 16:30:37 -07:00
Compiler.md [C++] Add Command-Line Flag to Suppress MIN and MAX Enums (#7705) 2023-01-07 10:33:11 -08:00
CONTRIBUTING.md
CppUsage.md
CsharpUsage.md [CS] Verifier (#7850) 2023-04-06 00:29:14 +02:00
CUsage.md
DartUsage.md
doxyfile [CS] Verifier (#7850) 2023-04-06 00:29:14 +02:00
doxygen_layout.xml
FlatBuffers.md Updated remaining usages of LICENSE.txt 2023-03-03 12:01:08 -08:00
FlexBuffers.md
GoApi.md
GoApi_generated.txt
GoUsage.md replace io/ioutil to os (#7281) 2022-06-14 15:10:57 -07:00
Grammar.md Update documentation to mention enum value attributes (#7570) 2022-10-08 19:52:38 -04:00
groups
IntermediateRepresentation.md
Internals.md
JavaScriptUsage.md
JavaUsage.md
KotlinUsage.md
LobsterUsage.md
LuaUsage.md
PHPUsage.md
PythonUsage.md
README_TO_GENERATE_DOCS.md Fix "Download Doxygen" URL (#7699) 2022-12-06 14:01:12 -08:00
RustUsage.md
Schemas.md Fix #7580 by documenting union schema evolution rules (#7585) 2022-10-17 17:49:28 -04:00
style.css
Support.md
SwiftUsage.md Removes Dead code & regenerate code (#7744) 2023-01-06 16:40:40 -08:00
Tutorial.md made changes to the rust docs so they would compile. new_with_capacity is deprecated should use with_capacity, get_root_as_monster should be root_as_monster (#7871) 2023-03-16 00:29:57 +00:00
TypeScriptUsage.md Moved TypeScriptTests to python script (#7411) 2022-08-07 11:42:02 -07:00
WhitePaper.md