Исходный код вики Сценарии

Редактировал(а) Alexandr Fokin 2024/11/23 20:06

Скрыть последних авторов
Alexandr Fokin 1.2 1 | |(((
Alexandr Fokin 1.1 2 Can I use C#9.0 with ASP.NET Core 3.1?
3 [[https:~~/~~/www.reddit.com/r/csharp/comments/kiplz8/can_i_use_c90_with_aspnet_core_31/>>url:https://www.reddit.com/r/csharp/comments/kiplz8/can_i_use_c90_with_aspnet_core_31/]]
4
5 manuelroemer/IsExternalInit
6 Use C# 9's init and record features in in older target frameworks.
7 [[https:~~/~~/github.com/manuelroemer/IsExternalInit>>url:https://github.com/manuelroemer/IsExternalInit]]
Alexandr Fokin 1.2 8 )))
9 | |
10 | |
Alexandr Fokin 1.3 11
12 ----
13
14 ==== Внутренние ссылки: ====
15
16 ====== Дочерние страницы: ======
17
18 {{children/}}
19
20 ====== Обратные ссылки: ======
21
22 {{velocity}}
23 #set ($links = $doc.getBacklinks())
24 #if ($links.size() > 0)
25 #foreach ($docname in $links)
26 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
27 * [[$escapetool.xml($rdoc.fullName)]]
28 #end
29 #else
30 No back links for this page!
31 #end
32 {{/velocity}}
33
34 ----