For information about how to manage NuGet feeds, see thedotnet restoredocumentation. This command supports thedotnet restoreoptions when passed in the long form (for example,--source). Short form options, such a
For information about how to manage NuGet feeds, see thedotnet restoredocumentation. This command supports thedotnet restoreoptions when passed in the long form (for example,--source). Short form options, such as-s, are not supported.
二、快速定位上游依赖(也可以在项目的 NuGet 管理器中挨个查看哪个包依赖了AngleSharp包) 1.dotnet list package # 包含传递依赖dotnet list XXX.csproj package --include-transitive# 仅列直接依赖dotnet list XXX.csproj package 对比两份列表,锁定可能引入 AngleSharp 的包。 2. 查看project.assets.json # 还原...
[main] Source code updates from dotnet/dotnet (#5473) May 28, 2025 Directory.Build.targets [main] Update dependencies from dotnet/installer (#3370) Oct 5, 2022 LICENSE.TXT Initialize repo Mar 22, 2018 NuGet.config Update System.CommandLine version (#5217) ...
Move JIT's clang-tidy flags into configuration files and add a root c… Oct 26, 2023 .dockerignore [HTTP/SSL] Fix stress (#93135) Oct 9, 2023 .editorconfig [main] Source code updates from dotnet/dotnet (#115395) May 9, 2025
PeachPie is an open source project we maintain in our spare time. We can use all the help we can get. If you believe you have valuable knowledge and expertise to add to this project, please do not hesitate to contribute to our repo via pull requests or issues – your help is much app...
itsm/dotnet-runtime 代码Issues0Pull Requests0Wiki统计流水线 服务 我知道了,不再自动展开 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 main darc-main-ca5cdaa7-e110-4903-8c8d-44ef65c4239e ...
If it exists, open the serverless.template file. For any AWS::Lambda::Function or AWS::Servereless::Function resource, set the Runtime property to dotnet6. Update all Amazon.Lambda.* NuGet package references to the latest versions.
Project.json also needs to know about the InMemory provider, so I add: JavaScriptCopy "Microsoft.EntityFrameworkCore.InMemory":"1.0.0" to the dependencies section, as well, then run “dotnet restore” yet again. My xUnit test project uses the xUnit command-line test runner. So I’m bac...
# syntax=docker/dockerfile:1FROM--platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS buildARGTARGETARCHCOPY. /sourceWORKDIR/source/srcRUN--mount=type=cache,id=nuget,target=/root/.nuget/packages\dotnet publish -a${TARGETARCH/amd64/x64}--use-current-runtime --self-containedfa...