Home
last modified time | relevance | path

Searched full:dotnet (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flatbuffers/tests/FlatBuffers.Test/
DNetTest.sh10 [ -f dotnet-install.sh ] || curl -OL https://dot.net/v1/dotnet-install.sh
12 ./dotnet-install.sh --version latest --install-dir $TEMP_DOTNET_DIR
14 DOTNET=$TEMP_DOTNET_DIR/dotnet
16 $DOTNET new sln
17 $DOTNET sln add $PROJ_FILE
18 $DOTNET restore -r linux-x64 $PROJ_FILE
DNetTest.bat11 dotnet new sln --force --name %CORE_FILE%
12 dotnet sln %CORE_SLN_FILE% add %CORE_PROJ_FILE%
13 dotnet build -c Release -o %TEMP_BIN% -v quiet %CORE_PROJ_FILE%
Dclean.sh10 [ -f dotnet-intall.sh ] && rm dotnet-install.sh
D.gitignore1 dotnet-install.sh
/third_party/protobuf/csharp/
Dinstall_dotnet_sdk.ps12 # Install dotnet SDK using the official dotnet-install.ps1 script
10 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1'
11 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1'
Dbuildall.sh9 dotnet restore $SRC/Google.Protobuf.sln
10 dotnet build -c $CONFIG $SRC/Google.Protobuf.sln
17 dotnet test -c $CONFIG -f netcoreapp2.1 $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj
Dbuild_packages.bat3 dotnet restore src/Google.Protobuf.sln
4 dotnet pack -c Release src/Google.Protobuf.sln || goto :error
Dbuildall.bat3 dotnet build src/Google.Protobuf.sln || goto :error
7 dotnet test src/Google.Protobuf.Test/Google.Protobuf.Test.csproj || goto :error
DREADME.md54 run using the Visual Studio Test Explorer or `dotnet test`.
/third_party/ffmpeg/libavutil/
Dwchar_filename.h102 …* https://github.com/dotnet/runtime/blob/9260c249140ef90b4299d0fe1aa3037e25228518/src/libraries/Co…
116 …* https://github.com/dotnet/runtime/blob/9260c249140ef90b4299d0fe1aa3037e25228518/src/libraries/Co…
129 …* https://github.com/dotnet/runtime/blob/2a99e18eedabcf1add064c099da59d9301ce45e0/src/libraries/Sy…
166 …* https://github.com/dotnet/runtime/blob/2a99e18eedabcf1add064c099da59d9301ce45e0/src/libraries/Sy…
191 …* https://github.com/dotnet/runtime/blob/9260c249140ef90b4299d0fe1aa3037e25228518/src/libraries/Co…
242 …* https://github.com/dotnet/runtime/blob/2a99e18eedabcf1add064c099da59d9301ce45e0/src/libraries/Sy…
265 …* https://github.com/dotnet/runtime/blob/9260c249140ef90b4299d0fe1aa3037e25228518/src/libraries/Co… in get_extended_win32_path()
/third_party/typescript/
DSECURITY.md5 …/github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [A…
/third_party/libabigail/.github/workflows/
Dtest.yaml28 sudo rm -rf /usr/share/dotnet
Dbuild-container.yaml48 sudo rm -rf /usr/share/dotnet
/third_party/grpc/
DREADME.md87 | .NET (pure C# impl.) | [grpc-dotnet](https://github.com/grpc/grpc-dotnet) |
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DGoogle.Protobuf.Test.TestProtos.csproj17 <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DGoogle.Protobuf.Test.csproj22 <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
DReadOnlySequenceFactory.cs77 …/// https://github.com/dotnet/corefx/blob/e99ec129cfd594d53f4390bf97d1d736cff6f860/src/System.Memo…
DRefStructCompatibilityTest.cs45 …/// The reason why this test is needed is that even though dotnet SDK projects allow to set LangVe…
/third_party/flatbuffers/docs/source/
DCsharpUsage.md30 [.NET Core SDK](https://dotnet.microsoft.com/download) by adding the `-f`
34 dotnet build -f netstandard2.1 "FlatBuffers.csproj"
42dotnet build -f netstandard2.1 -p:ENABLE_SPAN_T=true -p:UNSAFE_BYTEBUFFER=true "FlatBuffers.csproj"
/third_party/libsnd/cmake/
DSetupABIVersions.cmake1 # Inspiration: https://github.com/ros2-dotnet/Fast-RTPS
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DProgram.cs39 // typical usage: dotnet run -c Release -f netcoreapp2.1
/third_party/protobuf/csharp/src/Google.Protobuf/
DGoogle.Protobuf.csproj35 … <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
/third_party/curl/winbuild/
DREADME.md56 Studio](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs43 …/// https://github.com/dotnet/runtime/blob/071da4c41aa808c949a773b92dca6f88de9d11f3/src/libraries/…
/third_party/libuv/
DLINKS.md17 * [Kestrel](https://github.com/dotnet/aspnetcore/tree/main/src/Servers/Kestrel): web server (C# + l…

12