Skip to content

Commit ae51f1a

Browse files
committed
Upgrade to .NET 10
1 parent 7b6e895 commit ae51f1a

24 files changed

+1418
-174
lines changed

MyApp.Client/MyApp.Client.esproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
<!-- Folder where production build objects will be placed -->
99
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist</BuildOutputFolder>
1010
</PropertyGroup>
11-
<ItemGroup>
12-
<Folder Include="public\img\" />
13-
</ItemGroup>
1411
</Project>
Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
/* @tailwindcss/typography */
2+
.prose {color: inherit;max-width: 65ch }.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {color: var(--tw-prose-lead);font-size: 1.25em;line-height: 1.6;margin-top: 1.2em;margin-bottom: 1.2em }.prose :where(a):not(:where([class~="not-prose"] *)) {color: inherit;text-decoration: underline;font-weight: 500 }.prose :where(a):not(:where([class~="not-prose"] *)):hover {opacity: .8;color: #4b5563 }.prose :where(strong):not(:where([class~="not-prose"] *)) {color: inherit;font-weight: 600 }.prose :where(ol):not(:where([class~="not-prose"] *)) {list-style-type: decimal;padding-left: 1.625em }.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {list-style-type: upper-alpha }.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {list-style-type: lower-alpha }.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {list-style-type: upper-alpha }.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {list-style-type: lower-alpha }.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {list-style-type: upper-roman }.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {list-style-type: lower-roman }.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {list-style-type: upper-roman }.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {list-style-type: lower-roman }.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {list-style-type: decimal }.prose :where(ul):not(:where([class~="not-prose"] *)) {list-style-type: disc;padding-left: 1.625em }.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {font-weight: 400;color: var(--tw-prose-counters) }.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {color: var(--tw-prose-bullets) }.prose :where(hr):not(:where([class~="not-prose"] *)) {border-color: var(--tw-prose-hr);border-top-width: 1px;margin-top: 3em;margin-bottom: 3em }.prose :where(blockquote):not(:where([class~="not-prose"] *)) {font-weight: 500;font-style: italic;color: var(--tw-prose-quotes);border-left-width: .25rem;border-left-color: var(--tw-prose-quote-borders);quotes: "\201c""\201d""\2018""\2019";margin-top: 1.6em;margin-bottom: 1.6em;padding-left: 1em }.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *)):before {content: open-quote }.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *)):after {content: close-quote }.prose :where(h1):not(:where([class~="not-prose"] *)) {color: inherit;font-weight: 800;font-size: 2.25em;margin-top: 0;margin-bottom: .8888889em;line-height: 1.1111111 }.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {font-weight: 900 }.prose :where(h2):not(:where([class~="not-prose"] *)) {color: inherit;font-weight: 700;font-size: 1.5em;margin-top: 2em;margin-bottom: 1em;line-height: 1.3333333 }.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {font-weight: 800 }.prose :where(h3):not(:where([class~="not-prose"] *)) {color: inherit;font-weight: 600;font-size: 1.25em;margin-top: 1.6em;margin-bottom: .6em;line-height: 1.6 }.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {font-weight: 700 }.prose :where(h4):not(:where([class~="not-prose"] *)) {color: inherit;font-weight: 600;margin-top: 1.5em;margin-bottom: .5em;line-height: 1.5 }.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {font-weight: 700 }.prose :where(figure > *):not(:where([class~="not-prose"] *)) {margin-top: 0;margin-bottom: 0 }.prose :where(figcaption):not(:where([class~="not-prose"] *)) {color: var(--tw-prose-captions);font-size: .875em;line-height: 1.4285714;margin-top: .8571429em }.prose :where(code):not(:where([class~="not-prose"] *)) {color: #3b82f6;font-weight: 400;font-size: .875em;background-color: #eff6ff;border-radius: .25rem;padding: .25em .5rem }.prose :where(code):not(:where([class~="not-prose"] *)):before {content: "" }.prose :where(code):not(:where([class~="not-prose"] *)):after {content: "" }.prose :where(a code):not(:where([class~="not-prose"] *)) {color: var(--tw-prose-links) }.prose :where(pre):not(:where([class~="not-prose"] *)) {color: var(--tw-prose-pre-code);background-color: var(--tw-prose-pre-bg);overflow-x: auto;font-weight: 400;font-size: .875em;line-height: 1.7142857;margin-top: 1.7142857em;margin-bottom: 1.7142857em;border-radius: .375rem;padding: .8571429em 1.1428571em;max-width: calc(100vw - 1rem) }.prose :where(pre code):not(:where([class~="not-prose"] *)) {background-color: transparent;border-width: 0;border-radius: 0;padding: 0;font-weight: inherit;color: inherit;font-size: inherit;font-family: inherit;line-height: inherit }.prose :where(pre code):not(:where([class~="not-prose"] *)):before {content: none }.prose :where(pre code):not(:where([class~="not-prose"] *)):after {content: none }.prose :where(table):not(:where([class~="not-prose"] *)) {width: 100%;table-layout: auto;text-align: left;margin-top: 2em;margin-bottom: 2em;font-size: .875em;line-height: 1.7142857 }.prose :where(thead):not(:where([class~="not-prose"] *)) {border-bottom-width: 1px;border-bottom-color: var(--tw-prose-th-borders) }.prose :where(thead th):not(:where([class~="not-prose"] *)) {color: var(--tw-prose-headings);font-weight: 600;vertical-align: bottom;padding-right: .5714286em;padding-bottom: .5714286em;padding-left: .5714286em }.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {border-bottom-width: 1px;border-bottom-color: var(--tw-prose-td-borders) }.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {border-bottom-width: 0 }.prose :where(tbody td):not(:where([class~="not-prose"] *)) {vertical-align: baseline;padding: .5714286em }.prose {--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size: 1rem;line-height: 1.75 }.prose :where(p):not(:where([class~="not-prose"] *)) {margin-top: 1.25em;margin-bottom: 1.25em }.prose :where(img):not(:where([class~="not-prose"] *)) {margin-top: 2em;margin-bottom: 2em }.prose :where(video):not(:where([class~="not-prose"] *)) {margin-top: 2em;margin-bottom: 2em }.prose :where(figure):not(:where([class~="not-prose"] *)) {margin-top: 2em;margin-bottom: 2em }.prose :where(h2 code):not(:where([class~="not-prose"] *)) {font-size: .875em }.prose :where(h3 code):not(:where([class~="not-prose"] *)) {font-size: .9em }.prose :where(li):not(:where([class~="not-prose"] *)) {margin-top: .5em;margin-bottom: .5em }.prose :where(ol > li):not(:where([class~="not-prose"] *)) {padding-left: .375em }.prose :where(ul > li):not(:where([class~="not-prose"] *)) {padding-left: .375em }.prose>:where(ul > li p):not(:where([class~="not-prose"] *)) {margin-top: .75em;margin-bottom: .75em }.prose>:where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {margin-top: 1.25em }.prose>:where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {margin-bottom: 1.25em }.prose>:where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {margin-top: 1.25em }.prose>:where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {margin-bottom: 1.25em }.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"] *)) {margin-top: .75em;margin-bottom: .75em }.prose :where(hr + *):not(:where([class~="not-prose"] *)) {margin-top: 0 }.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {margin-top: 0 }.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {margin-top: 0 }.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {margin-top: 0 }.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {padding-left: 0 }.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {padding-right: 0 }.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {padding-left: 0 }.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {padding-right: 0 }.prose>:where(:first-child):not(:where([class~="not-prose"] *)) {margin-top: 0 }.prose>:where(:last-child):not(:where([class~="not-prose"] *)) {margin-bottom: 0 }.prose :where(b):not(:where([class~="not-prose"] *)) {color: inherit }.prose :where(em):not(:where([class~="not-prose"] *)) {color: inherit }
3+
4+
.prose :where(img):not(:where([class~="not-prose"] *)) {
5+
max-width: 100%;
6+
}
7+
.prose :where(pre):not(:where([class~="not-prose"] *)) {
8+
background-color: var(--tw-prose-pre-bg) !important;
9+
min-width: fit-content;
10+
}
11+
.prose :where(code):not(:where([class~="not-prose"] *))::before, .prose :where(code):not(:where([class~="not-prose"] *))::after {
12+
content: ""
13+
}
14+
.prose :where(a):not(:where([class~="not-prose"] *)) {
15+
color: inherit;
16+
font-weight: 500;
17+
text-decoration: underline;
18+
}
19+
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
20+
opacity: .8;
21+
color: #4b5563;
22+
}
23+
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
24+
border-left-style: solid;
25+
}
26+
27+
.dark :not(:where([class~="not-prose"] *)), .dark .prose :where(td):not(:where([class~="not-prose"] *)) {
28+
color: rgb(209 213 219); /*text-gray-300*/
29+
}
30+
.dark .prose :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"] *)) {
31+
color: rgb(243 244 246); /*text-gray-100*/
32+
}
33+
.dark .prose :where(code):not(:where([class~="not-prose"] *)) {
34+
background-color: rgb(30 58 138); /*text-blue-900*/
35+
color: rgb(243 244 246); /*text-gray-100*/
36+
}
37+
.dark .prose :where(pre code):not(:where([class~="not-prose"] *)) {
38+
background-color: unset;
39+
}
40+
.prose :where(pre):not(:where([class~="not-prose"] *)) > code {
41+
background-color: transparent;
42+
}
43+
44+
/* override typography */
45+
:root {
46+
--content-width: 54rem;
47+
}
48+
49+
.prose { max-width: var(--content-width); }
50+
.prose :where(code):not(:where([class~="not-prose"] *)) {
51+
width: var(--content-width);
52+
max-width: var(--content-width);
53+
}
54+
.dark .prose :where(a):not(:where([class~="not-prose"] *)):hover {
55+
opacity: .8;
56+
color: rgb(165 180 252); /* text-slate-300 */
57+
}
58+
.not-prose { max-width: unset; }
59+
.prose-table { max-width: 56rem; width: 56rem; padding-left: 1px; overflow-x: auto; }
60+
.hide-h2+h2 { display:none }
61+
.hljs, .prose :where(pre):not(:where([class~="not-prose"] *)) .hljs {
62+
color: var(--tw-prose-pre-code) !important;
63+
background-color: var(--tw-prose-pre-bg) !important;
64+
}
65+
@media (min-width: 1024px) {
66+
.lg\:prose-xl {
67+
font-size: 1.25rem;
68+
line-height: 1.8;
69+
}
70+
.lg\:prose-xl .not-prose {
71+
font-size: 1rem;
72+
line-height: 1.75;
73+
}
74+
.lg\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
75+
font-size: 1.5em;
76+
margin-top: 1.6em;
77+
margin-bottom: 0.6666667em;
78+
line-height: 1.3333333;
79+
}
80+
}
81+
82+
/* custom containers */
83+
.copy p, .copy p code { color:#fff }
84+
.sh-copy { max-height: 34px; }
85+
.copied { display: none}
86+
.copying .copied { display: block }
87+
.copying .nocopy { display: none }
88+
89+
.cp p, .cp p code { margin:0; padding:0 }
90+
91+
.sh-copy code { font-size: 16px }
92+
.sh-copy p, .sh-copy p code { color: rgb(243 244 246) }
93+
.sh-copy p::before { content:'$ '; color: rgb(156 163 175) }
94+
.sh-copy a { color: rgb(243 244 246) }
95+
.sh-copy a:hover { text-decoration: none }
96+
97+
/* Custom Info Containers*/
98+
.custom-block.tip,.custom-block.info,.custom-block.warning,.custom-block.danger {
99+
margin: 1rem 0;
100+
border-left: .5rem solid;
101+
padding: .1rem 1.5rem;
102+
overflow-x: auto;
103+
}
104+
.custom-block.tip {
105+
background-color: #f3f5f7;
106+
border-color: #007bff
107+
}
108+
.custom-block.info {
109+
background-color: #f3f5f7;
110+
border-color: #476582
111+
}
112+
.custom-block.warning {
113+
border-color: #e7c000;
114+
color: #6b5900;
115+
background-color: #ffe5644d
116+
}
117+
.custom-block.warning .custom-block-title {
118+
color: #b29400
119+
}
120+
.custom-block.warning a {
121+
color: #2c3e50
122+
}
123+
.custom-block.danger {
124+
border-color: #c00;
125+
color: #4d0000;
126+
background-color: #ffe6e6
127+
}
128+
.custom-block.danger .custom-block-title {
129+
color: #900
130+
}
131+
.custom-block.danger a {
132+
color: #2c3e50
133+
}
134+
.dark .custom-block {
135+
background: #111827;
136+
}
137+
.custom-block.details {
138+
position: relative;
139+
display: block;
140+
border-radius: 2px;
141+
margin: 1.6em 0;
142+
padding: 1.6em;
143+
background-color: #eee
144+
}
145+
.custom-block.details h4 {
146+
margin-top: 0
147+
}
148+
.custom-block.details figure:last-child,.custom-block.details p:last-child {
149+
margin-bottom: 0;
150+
padding-bottom: 0
151+
}
152+
.custom-block.details summary {
153+
outline: none;
154+
cursor: pointer
155+
}
156+
.custom-block-title {
157+
margin-bottom: -.4rem;
158+
font-weight: 600;
159+
text-transform: uppercase;
160+
}
161+
.table tr {
162+
border-top: 1px solid #dfe2e5;
163+
}
164+
.table-striped thead tr, .table-striped tr:nth-child(2n), .table-bordered tr:nth-child(2n) {
165+
background-color: #f6f8fa;
166+
}
167+
.dark .table-striped thead tr, .dark .table-striped tr:nth-child(2n), .dark .table-bordered tr:nth-child(2n) {
168+
background-color: #111827;
169+
}
170+
171+
.table-striped thead tr th, .table-striped thead tr td {
172+
font-weight: 500;
173+
color: #6b7280; /*text-gray-500*/
174+
}
175+
.dark .table-striped thead tr th, .dark .table-striped thead tr td {
176+
color: #f3f4f6;
177+
}
178+
179+
.table th,.table td {
180+
border: 1px solid #dfe2e5;
181+
padding: .6em 1em
182+
}
183+
.dark .table th,.dark .table td {
184+
border: 1px solid #1f2937;
185+
}
186+
187+
.youtube {
188+
width: 768px;
189+
height: 432px;
190+
}
191+
@media (max-width: 896px) {
192+
.youtube {
193+
width: 100%;
194+
height: auto;
195+
}
196+
}
197+
.prose pre::-webkit-scrollbar, .prose code::-webkit-scrollbar {
198+
width: 8px;
199+
height: 8px;
200+
background: #2d3748;
201+
}
202+
.prose pre::-webkit-scrollbar-thumb, .prose code::-webkit-scrollbar-thumb {
203+
background-color: rgb(100 116 139);
204+
}
205+
206+
.html-format {
207+
max-width: unset;
208+
}
209+
210+
.svg-external {
211+
color: #007bff;
212+
background: url("data:image/svg+xml,%3Csvg width='1.25rem' height='1.25rem' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat bottom right;
213+
padding-right: 1.35rem;
214+
}
215+
.svg-external:hover {
216+
text-decoration: underline;
217+
}
218+
219+
220+
.header-anchor {
221+
float: left;
222+
margin-left: -.87em;
223+
padding-right: .23em;
224+
font-weight: 500;
225+
user-select: none;
226+
opacity: 0;
227+
transition: color .25s,opacity .25s;
228+
color: rgb(14 165 233);
229+
text-decoration: none;
230+
}
231+
.header-anchor:before {
232+
content: "#"
233+
}
234+
.header-anchor:hover:before {
235+
color: rgb(14 165 233);
236+
text-decoration: underline;
237+
}
238+
h1:hover .header-anchor, h1 .header-anchor:focus, h2:hover .header-anchor, h2 .header-anchor:focus, h3:hover .header-anchor, h3 .header-anchor:focus, h4:hover .header-anchor, h4 .header-anchor:focus {
239+
opacity: 1;
240+
}
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)