flatbuffers/net/FlatBuffers
Conan Chen 750281630b
[C#] Fix and improve project files (#6116)
* [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 compiler constants.

* Add documentation on building for C#
2020-09-21 09:32: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#] Thread safe reads of Double and Float values from a ByteBuffer (#5900) 2020-05-07 14:33:29 -07:00
ByteBufferUtil.cs Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
FlatBufferBuilder.cs [Feature] Checks for Nullable strings (#6050) 2020-07-27 09:57:50 -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 (#6116) 2020-09-21 09:32:59 -07:00
FlatBuffers.net35.csproj [C#] Fix and improve project files (#6116) 2020-09-21 09:32: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 Fixed struct initialization error on older versions of C# 2019-12-23 17:35:54 -08:00