[研究][ASP.NET]升級 HtmlSanitizer.7.x 到 HtmlSanitizer.8.x 問題
2022-11-28
環境:Visual Studio 2022 + ASP.NET + WebForm + Web Application + C#
********************************************************************************
嚴重性 程式碼 說明 專案 檔案 行 隱藏項目狀態
錯誤 CS0246 找不到類型或命名空間名稱 'HtmlSanitizer' (是否遺漏了 using 指示詞或組件參考?) NCCSTAdminWebApplication D:\Git\NCCSTWeb\NCCSTAdminSolution\NCCSTAdminWebApplication\App_Start\Common.cs 224 作用中
嚴重性 程式碼 說明 專案 檔案 行 隱藏項目狀態
錯誤 CS0234 命名空間 'Ganss' 中沒有類型或命名空間名稱 'XSS' (是否遺漏了組件參考?) NCCSTAdminWebApplication D:\Git\NCCSTWeb\NCCSTAdminSolution\NCCSTAdminWebApplication\App_Start\Common.cs 1 作用中
********************************************************************************
升級 HtmlSanitizer.7.1.542 -> HtmlSanitizer.8.0.601 要把 using Ganss.XSS; 改名為 using Ganss.Xss;
(完)
相關
沒有留言:
張貼留言