mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 00:46:32 +00:00
[C#] Thread safe reads of Double and Float values from a ByteBuffer (#5900)
* Fixed refractoring issue in reflection/generate_code.sh. Also, mv deletes the original file, so I don't need to clean it up manually in that case. * Thread safe reads of Double and Floats from ByteBuffer
This commit is contained in:
4
tests/FlatBuffers.Test/NetTest.sh
Normal file → Executable file
4
tests/FlatBuffers.Test/NetTest.sh
Normal file → Executable file
@@ -4,10 +4,10 @@
|
||||
mkdir dotnet_tmp
|
||||
curl -OL https://dot.net/v1/dotnet-install.sh
|
||||
chmod +x dotnet-install.sh
|
||||
./dotnet-install.sh --version 3.1.101 --install-dir dotnet_tmp
|
||||
./dotnet-install.sh --version latest --install-dir dotnet_tmp
|
||||
dotnet_tmp/dotnet new sln
|
||||
dotnet_tmp/dotnet sln add FlatBuffers.Test.csproj
|
||||
curl -OL https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe
|
||||
curl -OL https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe
|
||||
mono nuget.exe restore
|
||||
|
||||
# Copy Test Files
|
||||
|
||||
Reference in New Issue
Block a user