Searched full:dotnet (Results 1 – 25 of 32) sorted by relevance
12
10 [ -f dotnet-install.sh ] || curl -OL https://dot.net/v1/dotnet-install.sh12 ./dotnet-install.sh --version latest --install-dir $TEMP_DOTNET_DIR14 DOTNET=$TEMP_DOTNET_DIR/dotnet16 $DOTNET new sln17 $DOTNET sln add $PROJ_FILE18 $DOTNET restore -r linux-x64 $PROJ_FILE
11 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%
10 [ -f dotnet-intall.sh ] && rm dotnet-install.sh
1 dotnet-install.sh
2 # Install dotnet SDK using the official dotnet-install.ps1 script10 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1'11 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1'
9 dotnet restore $SRC/Google.Protobuf.sln10 dotnet build -c $CONFIG $SRC/Google.Protobuf.sln17 dotnet test -c $CONFIG -f netcoreapp2.1 $SRC/Google.Protobuf.Test/Google.Protobuf.Test.csproj
3 dotnet restore src/Google.Protobuf.sln4 dotnet pack -c Release src/Google.Protobuf.sln || goto :error
3 dotnet build src/Google.Protobuf.sln || goto :error7 dotnet test src/Google.Protobuf.Test/Google.Protobuf.Test.csproj || goto :error
54 run using the Visual Studio Test Explorer or `dotnet test`.
102 …* 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()
5 …/github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [A…
28 sudo rm -rf /usr/share/dotnet
48 sudo rm -rf /usr/share/dotnet
87 | .NET (pure C# impl.) | [grpc-dotnet](https://github.com/grpc/grpc-dotnet) |
17 <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
22 <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
77 …/// https://github.com/dotnet/corefx/blob/e99ec129cfd594d53f4390bf97d1d736cff6f860/src/System.Memo…
45 …/// The reason why this test is needed is that even though dotnet SDK projects allow to set LangVe…
30 [.NET Core SDK](https://dotnet.microsoft.com/download) by adding the `-f`34 dotnet build -f netstandard2.1 "FlatBuffers.csproj"42 …dotnet build -f netstandard2.1 -p:ENABLE_SPAN_T=true -p:UNSAFE_BYTEBUFFER=true "FlatBuffers.csproj"
1 # Inspiration: https://github.com/ros2-dotnet/Fast-RTPS
39 // typical usage: dotnet run -c Release -f netcoreapp2.1
35 … <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
56 Studio](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)
43 …/// https://github.com/dotnet/runtime/blob/071da4c41aa808c949a773b92dca6f88de9d11f3/src/libraries/…
17 * [Kestrel](https://github.com/dotnet/aspnetcore/tree/main/src/Servers/Kestrel): web server (C# + l…