第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用 nuget pack 解決一些不安全代碼時出錯

使用 nuget pack 解決一些不安全代碼時出錯

C#
翻翻過去那場雪 2023-04-29 09:51:20
我目前正在嘗試用一些不安全的代碼打包一個 nuget 包來解決問題。它在 MSBuild 上運行良好,因為我可以為它提供以下參數(shù):/p:AllowUnsafeBlocks=true我嘗試了幾種方法來為我的 nuget.exe pack 命令提供相同的參數(shù)。".\.nuget\nuget.exe" pack "My.csproj" -Build -IncludeReferencedProjects -Version 02.06.5 -verbosity detailed -suffix UAT -Properties "Configuration=Release AllowUnsafeBlocks=true" ".\.nuget\nuget.exe" pack "My.csproj" -Build -IncludeReferencedProjects -Version 02.06.5 -verbosity detailed -suffix UAT -Properties "Configuration=Release" "AllowUnsafeBlocks=true"我收到以下錯誤:error CS0227: Unsafe code may only appear if compiling with /unsafe編輯:由于解決方案設(shè)置良好,它在 VS 中也運行良好:)
查看完整描述

1 回答

?
慕碼人2483693

TA貢獻1860條經(jīng)驗 獲得超9個贊

解決方案非常簡單......添加';' 在每個 -Properties 參數(shù)之間。

".\.nuget\nuget.exe" pack "My.csproj" -Build -IncludeReferencedProjects -Version 02.06.5 -verbosity detailed -suffix UAT -Properties "Configuration=Release;AllowUnsafeBlocks=true"



查看完整回答
反對 回復(fù) 2023-04-29
  • 1 回答
  • 0 關(guān)注
  • 125 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號