1 Star 0 Fork 0

github_mirrors/standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update.cmd 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
:: This script updates the contents of src\platforms\netcoreapp, stripped down
:: to just the contents that matter for .NET Standard. It's meant to be
:: manually diff'ed against the .NET Standard reference assemblies to propose
:: API changes.
::
:: We should move the GenNetStandard tool to our engineering tools (Arcade) so
:: that they are available to people that don't have access to the internal
:: share. However, since the process is currently manual and only done by me,
:: that seems acceptable. At least this this makes it reproducable by other
:: people, which is better to what we have today.
::
:: The script assume that the caller has an enlistment for dotnet/corefx in a
:: folder that is parallel to dotnet/standard and that is named corefx. In
:: practice, this should hold for most people that work on this.
@echo off
set INPUT_PATH=%~dp0..\corefx\artifacts\bin\ref\netcoreapp
set OUTPUT_PATH=%~dp0src\platforms\netcoreapp
set REF_PATH=%~dp0src\netstandard\ref
echo Updating .NET Core reference assemblies...
echo Input Binaries : %INPUT_PATH%
echo Output Folder : %OUTPUT_PATH%
"\\fxcore\tools\bin\GenNetStandard.exe" %INPUT_PATH% -out %OUTPUT_PATH%
echo To propose API changes, compare the contents of this folder:
echo.
echo %REF_PATH%
echo.
echo with the contents of this folder:
echo.
echo %OUTPUT_PATH%
echo.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/github_mirrors/standard.git
git@gitee.com:github_mirrors/standard.git
github_mirrors
standard
standard
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385