move all npm-related stuff to build scripts (#1757) Nov 23, 2021 build.sh always run restore when building with arcade Jul 14, 2020 buildSqlTools.cmd Script to make nuget packages for SqlTools ServiceLayer (#866) Nov 9, 2020 dotnet-interactive.lutconfig ...
Update .NET 9 runtime for single machine CI job (#75889) Nov 15, 2024 build.sh Set Roslyn.sln as the default solution on unix Aug 24, 2022 dotnet-tools.json Move to newer CodeStyle, dotnet-format and compiler toolset NuGet pac… Jun 14, 2023 global.json Move internal tools restore ...
If you want to train on CUDA, you need to replace references to libtorch-cpu in the solution and projects. Note: Starting with NuGet release 0.93.4, we have simplified the package structure, so you only need to select one of these three packages, and it will include the others: ...
dotnet new- Creates a new project, configuration file, or solution based on the specified template. Synopsis .NET CLICopy dotnetnew<TEMPLATE>[--dry-run][--force][-lang|--language{"C#"|"F#"|VB}][-n|--name<OUTPUT_NAME>][-f|--framework<FRAMEWORK>][--no-update-check][-o|--output<...
If you specify the--outputoption when running this command on a solution, the CLI will emit a warning (an error in 7.0.200) due to the unclear semantics of the output path. The--outputoption is disallowed because all outputs of all built projects would be copied into the specified directo...
When you run APIPort against a folder, you may noticed that all the assemblies under the folder are analyzed including the Microsoft .NET assemblies, like system..dll, Microsoft.dll. It is not helpful to analyze these MS assemblies since it’s not actionable for you. In this release, API...
Directory.Solution.props LICENSE.TXT NuGet.config PATENTS.TXT README.md SECURITY.md THIRD-PARTY-NOTICES.TXT build.cmd build.sh dotnet.cmd dotnet.sh github-merge-flow.jsonc global.json Loading... README MIT .NET Runtime What is .NET? How can I contribute? Reporting se...
dotnetworkloadrestore[<PROJECT | SOLUTION>][--configfile<FILE>][--disable-parallel][--ignore-failed-sources][--include-previews][--interactive][--no-cache][--skip-manifest-update][-s|--source<SOURCE>][--temp-dir<PATH>][-v|--verbosity<LEVEL>][--version<VERSION>]dotnetworkloadrestore-...
The complexity here is multiple and different of the tests are to be run on the device or in the nanoCLR Win32 application. In any of these cases, finding all the PE files and loading them it’s not much of a challenge as they are all in the same directory. But wait,...
let’s run the sample to see what was created. After runningdotnet restore, anddotnet run, you can view the app athttp://localhost:5000(or if running in Visual Studio it will launch automatically when you run the app). THe following screenshot of this app running on my machine (I’m...