Home
last modified time | relevance | path

Searched +full:dotnet +full:- +full:version (Results 1 – 25 of 125) sorted by relevance

12345

/external/grpc-grpc/test/distrib/csharp/
Drun_distrib_test_dotnetcli.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 unzip -o "$EXTERNAL_GIT_ROOT/input_artifacts/csharp_nugets_windows_dotnetcli.zip" -d TestNugetFeed
28 CLR_OPENSSL_VERSION_OVERRIDE=1.1 dotnet restore DistribTestDotNet.csproj
30 dotnet build DistribTestDotNet.csproj
32 ls -R bin
36 dotnet publish -f net45 DistribTestDotNet.csproj
38 # .NET 4.5 target after dotnet build
41 # .NET 4.5 target after dotnet publish
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/
Drun_distrib_test_dotnetcli.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 unzip -o "$EXTERNAL_GIT_ROOT/input_artifacts/csharp_nugets_windows_dotnetcli.zip" -d TestNugetFeed
28 dotnet restore DistribTestDotNet.csproj
30 dotnet build DistribTestDotNet.csproj
32 ls -R bin
36 dotnet publish -f net45 DistribTestDotNet.csproj
38 # .NET 4.5 target after dotnet build
41 # .NET 4.5 target after dotnet publish
[all …]
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_aspnetcore/
Dbuild_interop.sh.template2 --- |
6 # Licensed under the Apache License, Version 2.0 (the "License");
10 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 mkdir -p /var/local/git
22 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet
25 cp -r /var/local/jenkins/service_account $HOME || true
27 cd /var/local/git/grpc-dotnet
29 # If needed, update dotnet SDK and put it on path
30 ./build/get-dotnet.sh
[all …]
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_aspnetcore/
Dbuild_interop.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 mkdir -p /var/local/git
20 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet
23 cp -r /var/local/jenkins/service_account $HOME || true
25 cd /var/local/git/grpc-dotnet
27 # If needed, update dotnet SDK and put it on path
28 ./build/get-dotnet.sh
30 # to add dotnet to PATH, but that would only
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_aspnetcore/
Dbuild_interop.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 mkdir -p /var/local/git
20 git clone /var/local/jenkins/grpc-dotnet /var/local/git/grpc-dotnet
23 cp -r /var/local/jenkins/service_account $HOME || true
25 cd /var/local/git/grpc-dotnet
27 # If needed, update dotnet SDK and put it on path
28 ./build/get-dotnet.sh
30 # to add dotnet to PATH, but that would only
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/AFLplusplus/dictionaries/
Dyara.dict152 # dotnet module
153 "\"dotnet\""
154 "dotnet.version"
155 "dotnet.module_name"
156 "dotnet.number_of_streams"
157 "dotnet.streams"
158 "dotnet.number_of_guid"
159 "dotnet.guids"
160 "dotnet.number_of_resources"
161 "dotnet.resources"
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
25 # Update ca-certificates to fix known buster + .NET 5 issue
27 RUN apt-get update && apt-get install -y ca-certificates && apt-get clean
29 # dotnet SDK prerequisites
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
25 # Update ca-certificates to fix known buster + .NET 5 issue
27 RUN apt-get update && apt-get install -y ca-certificates && apt-get clean
29 # dotnet SDK prerequisites
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DNetTest.sh9 [ -d $TEMP_DOTNET_DIR ] || mkdir $TEMP_DOTNET_DIR
11 [ -f dotnet-install.sh ] || curl -OL https://dot.net/v1/dotnet-install.sh
13 ./dotnet-install.sh --version latest --install-dir $TEMP_DOTNET_DIR
15 DOTNET=$TEMP_DOTNET_DIR/dotnet
17 $DOTNET new sln
18 $DOTNET sln add $PROJ_FILE
19 $DOTNET restore -r linux-x64 $PROJ_FILE
22 msbuild -property:Configuration=Release,OutputPath=$TEMP_BIN -verbosity:quiet $PROJ_FILE
24 rm -fr $TEMP_BIN
27 msbuild -property:Configuration=Release,UnsafeByteBuffer=true,OutputPath=$TEMP_BIN -verbosity:quiet…
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/csharp_ubuntu1604_x64/
DDockerfile3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y apt-transport-https && apt-get clean
19 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19…
20 … echo "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | tee /etc/apt/source…
22 RUN apt-get update && apt-get install -y \
23 mono-devel \
25 && apt-get clean
27 RUN apt-get update && apt-get install -y curl && apt-get clean
29 # Install dotnet SDK
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/aws/
Dgrpc_run_basictests_csharp_aarch64.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
18 # install pre-requisites for gRPC C core build
20 sudo apt install -y build-essential autoconf libtool pkg-config cmake python python-pip clang
23 # install gRPC C# pre-requisites
24 curl -sSL -o dotnet-install.sh https://dot.net/v1/dotnet-install.sh
25 chmod u+x dotnet-install.sh
28 ./dotnet-install.sh --channel 3.1
29 ./dotnet-install.sh --channel 6.0
[all …]
/external/grpc-grpc/tools/internal_ci/linux/aws/
Dgrpc_run_basictests_csharp_aarch64.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
18 # install pre-requisites for gRPC C core build
20 sudo apt install -y build-essential autoconf libtool pkg-config cmake python python-pip clang
23 # install gRPC C# pre-requisites
24 curl -sSL -o dotnet-install.sh https://dot.net/v1/dotnet-install.sh
25 chmod u+x dotnet-install.sh
28 ./dotnet-install.sh --channel 3.1
29 ./dotnet-install.sh --channel 6.0
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat3 @rem Licensed under the Apache License, Version 2.0 (the "License");
7 @rem http://www.apache.org/licenses/LICENSE-2.0
30 python --version
31 python3 --version
35 …set RUN_TESTS_FLAGS=%RUN_TESTS_FLAGS% --filter_pr_tests --base_branch origin/%KOKORO_GITHUB_PULL_R…
46 @rem (on grpc-win2016 kokoro workers it can result in GOOGLE_PROTOBUF_MIN_PROTOC_VERSION violation)
47 choco uninstall protoc -y --limit-output
52 curl -sSL --fail -o C:\nasm\nasm.exe https://storage.googleapis.com/grpc-build-helper/nasm-2.15.05/…
58 curl -sSL --fail -o C:\ccache\ccache.exe https://storage.googleapis.com/grpc-build-helper/ccache-4.…
60 ccache --version
[all …]
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat3 @rem Licensed under the Apache License, Version 2.0 (the "License");
7 @rem http://www.apache.org/licenses/LICENSE-2.0
30 python --version
31 python3 --version
35 …set RUN_TESTS_FLAGS=%RUN_TESTS_FLAGS% --filter_pr_tests --base_branch origin/%KOKORO_GITHUB_PULL_R…
46 @rem (on grpc-win2016 kokoro workers it can result in GOOGLE_PROTOBUF_MIN_PROTOC_VERSION violation)
47 choco uninstall protoc -y --limit-output
52 curl -sSL --fail -o C:\nasm\nasm.exe https://storage.googleapis.com/grpc-build-helper/nasm-2.15.05/…
58 curl -sSL --fail -o C:\ccache\ccache.exe https://storage.googleapis.com/grpc-build-helper/ccache-4.…
60 ccache --version
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch1 diff --git a/third_party/boringssl b/third_party/boringssl
3 --- a/third_party/boringssl
5 @@ -1 +1 @@
6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9
8 diff --git a/third_party/gflags b/third_party/gflags
10 --- a/third_party/gflags
12 @@ -1 +1 @@
13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029
15 diff --git a/third_party/googletest b/third_party/googletest
17 --- a/third_party/googletest
[all …]
/external/grpc-grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch1 diff --git a/third_party/boringssl b/third_party/boringssl
3 --- a/third_party/boringssl
5 @@ -1 +1 @@
6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9
8 diff --git a/third_party/gflags b/third_party/gflags
10 --- a/third_party/gflags
12 @@ -1 +1 @@
13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029
15 diff --git a/third_party/googletest b/third_party/googletest
17 --- a/third_party/googletest
[all …]
/external/protobuf/csharp/
Dinstall_dotnet_sdk.ps12 # Install dotnet SDK using the official dotnet-install.ps1 script
4 Set-StrictMode -Version 2
7 # avoid "Unknown error on a send" in Invoke-WebRequest
10 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1'
11 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1'
14 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath"
15 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath
19 &$InstallScriptPath -Version 3.1.415
20 &$InstallScriptPath -Version 6.0.100
/external/cronet/third_party/protobuf/csharp/
Dinstall_dotnet_sdk.ps12 # Install dotnet SDK using the official dotnet-install.ps1 script
4 Set-StrictMode -Version 2
7 # avoid "Unknown error on a send" in Invoke-WebRequest
10 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1'
11 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1'
14 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath"
15 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath
19 &$InstallScriptPath -Version 3.1.415
20 &$InstallScriptPath -Version 6.0.100
/external/grpc-grpc/src/csharp/
DREADME.md7 (see [blogpost](https://grpc.io/blog/grpc-csharp-future/)).
11 - The `Grpc`, `Grpc.Core`, `Grpc.Core.Testing`, `Grpc.Core.NativeDebug` and `Grpc.Core.Xamarin` pac…
13 - The `Grpc.Core.Api`, `Grpc.Auth`, `Grpc.HealthCheck` and `Grpc.Reflection` packages will be moved…
15 - The package `Grpc.Tools` (which provides the protobuf/grpc codegen build integration) will for no…
18 ---------------
23 ---------------
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/
Dtest.sh5 $1 -Iprotos/src -I../../../src/ --csharp_out=src/Google.Protobuf.Test \
6 --csharp_opt=base_namespace=Google.Protobuf \
11 $1 -Iprotos/csharp --csharp_out=src/Google.Protobuf.Test \
12 --csharp_opt=base_namespace=UnitTest.Issues \
15 $2 -Iprotos/src --csharp_out=src/Google.Protobuf.Test \
16 --csharp_opt=base_namespace=Google.Protobuf \
21 dotnet restore src/Google.Protobuf/Google.Protobuf.csproj
22 dotnet restore src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
23 dotnet build -c Release src/Google.Protobuf/Google.Protobuf.csproj
24 dotnet build -c Release src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
[all …]
/external/protobuf/csharp/compatibility_tests/v3.0.0/
Dtest.sh5 $1 -Iprotos/src -I../../../src/ --csharp_out=src/Google.Protobuf.Test \
6 --csharp_opt=base_namespace=Google.Protobuf \
11 $1 -Iprotos/csharp --csharp_out=src/Google.Protobuf.Test \
12 --csharp_opt=base_namespace=UnitTest.Issues \
15 $2 -Iprotos/src --csharp_out=src/Google.Protobuf.Test \
16 --csharp_opt=base_namespace=Google.Protobuf \
21 dotnet restore src/Google.Protobuf/Google.Protobuf.csproj
22 dotnet restore src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
23 dotnet build -c Release src/Google.Protobuf/Google.Protobuf.csproj
24 dotnet build -c Release src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
[all …]

12345