Skip to content

Commit e81671f

Browse files
authored
[wasm] Supress policheck warning in blazor-sample (#92711)
* [wasm] Supress policheck warning in blazor-sample Replace the offending part in the layout name. I think the suit-spade is false positive, I used just sp in place of spade to silence it. * Feedback
1 parent 8ff1893 commit e81671f

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

src/mono/sample/wasm/blazor-frame/wwwroot/css/bootstrap-icons/bootstrap-icons.css

+9-9
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ url("./fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("wof
895895
.bi-layout-text-window-reverse::before { content: "\f463"; }
896896
.bi-layout-text-window::before { content: "\f464"; }
897897
.bi-layout-three-columns::before { content: "\f465"; }
898-
.bi-layout-wtf::before { content: "\f466"; }
898+
.bi-layout-random::before { content: "\f466"; }
899899
.bi-life-preserver::before { content: "\f467"; }
900900
.bi-lightbulb-fill::before { content: "\f468"; }
901901
.bi-lightbulb-off-fill::before { content: "\f469"; }
@@ -1202,14 +1202,14 @@ url("./fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("wof
12021202
.bi-stopwatch-fill::before { content: "\f596"; }
12031203
.bi-stopwatch::before { content: "\f597"; }
12041204
.bi-subtract::before { content: "\f598"; }
1205-
.bi-suit-club-fill::before { content: "\f599"; }
1206-
.bi-suit-club::before { content: "\f59a"; }
1207-
.bi-suit-diamond-fill::before { content: "\f59b"; }
1208-
.bi-suit-diamond::before { content: "\f59c"; }
1209-
.bi-suit-heart-fill::before { content: "\f59d"; }
1210-
.bi-suit-heart::before { content: "\f59e"; }
1211-
.bi-suit-spade-fill::before { content: "\f59f"; }
1212-
.bi-suit-spade::before { content: "\f5a0"; }
1205+
.bi-suit-club-symbol-fill::before { content: "\f599"; }
1206+
.bi-suit-club-symbol::before { content: "\f59a"; }
1207+
.bi-suit-diamond-symbol-fill::before { content: "\f59b"; }
1208+
.bi-suit-diamond-symbol::before { content: "\f59c"; }
1209+
.bi-suit-heart-symbol-fill::before { content: "\f59d"; }
1210+
.bi-suit-heart-symbol::before { content: "\f59e"; }
1211+
.bi-suit-spade-symbol-fill::before { content: "\f59f"; }
1212+
.bi-suit-spade-symbol::before { content: "\f5a0"; }
12131213
.bi-sun-fill::before { content: "\f5a1"; }
12141214
.bi-sun::before { content: "\f5a2"; }
12151215
.bi-sunglasses::before { content: "\f5a3"; }

src/mono/sample/wasm/blazor-frame/wwwroot/css/bootstrap-icons/bootstrap-icons.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
"layout-text-window-reverse": 62563,
869869
"layout-text-window": 62564,
870870
"layout-three-columns": 62565,
871-
"layout-wtf": 62566,
871+
"layout-random": 62566,
872872
"life-preserver": 62567,
873873
"lightbulb-fill": 62568,
874874
"lightbulb-off-fill": 62569,
@@ -1175,14 +1175,14 @@
11751175
"stopwatch-fill": 62870,
11761176
"stopwatch": 62871,
11771177
"subtract": 62872,
1178-
"suit-club-fill": 62873,
1179-
"suit-club": 62874,
1180-
"suit-diamond-fill": 62875,
1181-
"suit-diamond": 62876,
1182-
"suit-heart-fill": 62877,
1183-
"suit-heart": 62878,
1184-
"suit-spade-fill": 62879,
1185-
"suit-spade": 62880,
1178+
"suit-club-symbol-fill": 62873,
1179+
"suit-club-symbol": 62874,
1180+
"suit-diamond-symbol-fill": 62875,
1181+
"suit-diamond-symbol": 62876,
1182+
"suit-heart-symbol-fill": 62877,
1183+
"suit-heart-symbol": 62878,
1184+
"suit-spade-symbol-fill": 62879,
1185+
"suit-spade-symbol": 62880,
11861186
"sun-fill": 62881,
11871187
"sun": 62882,
11881188
"sunglasses": 62883,

src/mono/sample/wasm/blazor-frame/wwwroot/css/bootstrap-icons/bootstrap-icons.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mono/sample/wasm/blazor-frame/wwwroot/css/bootstrap-icons/bootstrap-icons.scss

+9-9
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ $bootstrap-icons-map: (
902902
"layout-text-window-reverse": "\f463",
903903
"layout-text-window": "\f464",
904904
"layout-three-columns": "\f465",
905-
"layout-wtf": "\f466",
905+
"layout-random": "\f466",
906906
"life-preserver": "\f467",
907907
"lightbulb-fill": "\f468",
908908
"lightbulb-off-fill": "\f469",
@@ -1209,14 +1209,14 @@ $bootstrap-icons-map: (
12091209
"stopwatch-fill": "\f596",
12101210
"stopwatch": "\f597",
12111211
"subtract": "\f598",
1212-
"suit-club-fill": "\f599",
1213-
"suit-club": "\f59a",
1214-
"suit-diamond-fill": "\f59b",
1215-
"suit-diamond": "\f59c",
1216-
"suit-heart-fill": "\f59d",
1217-
"suit-heart": "\f59e",
1218-
"suit-spade-fill": "\f59f",
1219-
"suit-spade": "\f5a0",
1212+
"suit-club-symbol-fill": "\f599",
1213+
"suit-club-symbol": "\f59a",
1214+
"suit-diamond-symbol-fill": "\f59b",
1215+
"suit-diamond-symbol": "\f59c",
1216+
"suit-heart-symbol-fill": "\f59d",
1217+
"suit-heart-symbol": "\f59e",
1218+
"suit-spade-symbol-fill": "\f59f",
1219+
"suit-spade-symbol": "\f5a0",
12201220
"sun-fill": "\f5a1",
12211221
"sun": "\f5a2",
12221222
"sunglasses": "\f5a3",

0 commit comments

Comments
 (0)