flatbuffers/net/FlatBuffers
Conan Chen 0bdf2fa156
[C#] Fix and improve project files (#6142)
* [C#] Fix and improve project files

* "net35" target included for Unity 5
* "net46" target included for Unity 2017
* "netstandard2.0" target included for Unity 2018 and general use
* "netstandard2.1" target included for Span<T> support

Included project properties for defining UNSAFE_BYTEBUFFER, BYTEBUFFER_NO_BOUNDS_CHECK, and ENABLE_SPAN_T conditional compilation symbols.

* Add documentation on building for C#
2020-09-28 11:56:59 -07:00
..
Properties Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4811)" 2018-10-29 17:21:30 -07:00
ByteBuffer.cs [C#] Fix and improve project files (#6142) 2020-09-28 11:56:59 -07:00
ByteBufferUtil.cs Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
FlatBufferBuilder.cs SpanT is available in .Net Standard 2.0. (#6137) 2020-09-25 10:39:28 -07:00
FlatBufferConstants.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
FlatBuffers.csproj [C#] Fix and improve project files (#6142) 2020-09-28 11:56:59 -07:00
FlatBuffers.net35.csproj [C#] Fix and improve project files (#6142) 2020-09-28 11:56:59 -07:00
IFlatbufferObject.cs Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
Offset.cs Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00
Struct.cs Fixed struct initialization error on older versions of C# 2019-12-23 17:35:54 -08:00
Table.cs SpanT is available in .Net Standard 2.0. (#6137) 2020-09-25 10:39:28 -07:00