forked from DotNetNext/SqlSugar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUpgradeLog.htm
129 lines (116 loc) · 24.3 KB
/
UpgradeLog.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><link type="text/css" rel="stylesheet" href="_UpgradeReport_Files\UpgradeReport.css" /><title _locID="ConversionReport0">
迁移报告
</title><script type="text/javascript" language="javascript">
// Startup
// Hook up the the loaded event for the document/window, to linkify the document content
var startupFunction = function() { linkifyElement("messages"); };
if(window.attachEvent)
{
window.attachEvent('onload', startupFunction);
}
else if (window.addEventListener)
{
window.addEventListener('load', startupFunction, false);
}
else
{
document.addEventListener('load', startupFunction, false);
}
// Toggles the visibility of table rows with the specified name
function toggleTableRowsByName(name)
{
var allRows = document.getElementsByTagName('tr');
for (i=0; i < allRows.length; i++)
{
var currentName = allRows[i].getAttribute('name');
if(!!currentName && currentName.indexOf(name) == 0)
{
var isVisible = allRows[i].style.display == '';
isVisible ? allRows[i].style.display = 'none' : allRows[i].style.display = '';
}
}
}
function scrollToFirstVisibleRow(name)
{
var allRows = document.getElementsByTagName('tr');
for (i=0; i < allRows.length; i++)
{
var currentName = allRows[i].getAttribute('name');
var isVisible = allRows[i].style.display == '';
if(!!currentName && currentName.indexOf(name) == 0 && isVisible)
{
allRows[i].scrollIntoView(true);
return true;
}
}
return false;
}
// Linkifies the specified text content, replaces candidate links with html links
function linkify(text)
{
if(!text || 0 === text.length)
{
return text;
}
// Find http, https and ftp links and replace them with hyper links
var urlLink = /(http|https|ftp)\:\/\/[a-zA-Z0-9\-\.]+(:[a-zA-Z0-9]*)?\/?([a-zA-Z0-9\-\._\?\,\/\\\+&%\$#\=~;\{\}])*/gi;
return text.replace(urlLink, '<a href="$&">$&</a>') ;
}
// Linkifies the specified element by ID
function linkifyElement(id)
{
var element = document.getElementById(id);
if(!!element)
{
element.innerHTML = linkify(element.innerHTML);
}
}
function ToggleMessageVisibility(projectName)
{
if(!projectName || 0 === projectName.length)
{
return;
}
toggleTableRowsByName("MessageRowClass" + projectName);
toggleTableRowsByName('MessageRowHeaderShow' + projectName);
toggleTableRowsByName('MessageRowHeaderHide' + projectName);
}
function ScrollToFirstVisibleMessage(projectName)
{
if(!projectName || 0 === projectName.length)
{
return;
}
// First try the 'Show messages' row
if(!scrollToFirstVisibleRow('MessageRowHeaderShow' + projectName))
{
// Failed to find a visible row for 'Show messages', try an actual message row
scrollToFirstVisibleRow('MessageRowClass' + projectName);
}
}
</script></head><body><h1 _locID="ConversionReport">
迁移报告 - SqlSugar</h1><div id="content"><h2 _locID="OverviewTitle">概述</h2><div id="overview"><table><tr><th></th><th _locID="ProjectTableHeader">项目</th><th _locID="PathTableHeader">路径</th><th _locID="ErrorsTableHeader">错误</th><th _locID="WarningsTableHeader">警告</th><th _locID="MessagesTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td><strong><a href="#WebTest">WebTest</a></strong></td><td>WebTest\WebTest.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#WebTestWarning">2</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('WebTest'); return false;">16</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">解决方案和项目</h2><div id="messages"><a name="WebTest" /><h3>WebTest</h3><table><tr id="WebTestHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr name="WarningRowClassWebTest"><td><a name="WebTestWarning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>WebTest\WebTest.csproj:
</strong><span>Visual Studio 需要对此项目进行非功能性更改以使此项目能够在该版本和 Visual Studio 2010 SP1 中打开,而不会影响项目行为。</span></td></tr><tr name="WarningRowClassWebTest"><td><a name="WebTestWarning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>WebTest\WebTest.csproj:
</strong><span>Visual Studio 已对此项目进行非功能性更改以使此项目能够在该版本和 Visual Studio 2010 SP1 中打开,而不会影响项目行为。</span></td></tr><tr name="MessageRowHeaderShowWebTest"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="WebTestMessage" onclick="ToggleMessageVisibility('WebTest'); return false;">
显示 16 其他消息
</a></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\WebTest.csproj:
</strong><span>项目文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\WebTest.csproj</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\WebTest.csproj.user:
</strong><span>项目用户文件成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\WebTest.csproj.user</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Default.aspx.cs:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Default.aspx.cs</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Default.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Default.aspx.designer.cs</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Global.asax.cs:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Global.asax.cs</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Properties\AssemblyInfo.cs:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Properties\AssemblyInfo.cs</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Site.Master.cs:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Site.Master.cs</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Site.Master.designer.cs:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Site.Master.designer.cs</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Default.aspx:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Default.aspx</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Global.asax:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Global.asax</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Web.config:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Web.config</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Web.Debug.config:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Web.Debug.config</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Web.Release.config:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Web.Release.config</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\Site.Master:
</strong><span>文件已成功备份为 D:\学习\sunkaixuan-SqlSugar-master\Backup\Site.Master</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\WebTest.csproj:
</strong><span>项目已成功迁移</span></td></tr><tr name="MessageRowClassWebTest" style="display: none"><td><a name="WebTestMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>WebTest\WebTest.csproj:
</strong><span>扫描完成: 项目文件不需要迁移。</span></td></tr><tr style="display: none" name="MessageRowHeaderHideWebTest"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="WebTestMessage" onclick="ToggleMessageVisibility('WebTest'); return false;">
隐藏 16 其他消息
</a></td></tr></table></div></div></body></html>