Deploy code docs to GitHub Pages for Appveyor build 1042

Commit: 68d1087562
This commit is contained in:
tgstation-server
2018-11-29 15:15:16 +00:00
parent 28b81b87fa
commit 6859153aff
330 changed files with 4153 additions and 1399 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="ttc" id="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_administration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_administration.html">Tgstation.Server.Api.Models.Administration</a></div><div class="ttdef"><b>Definition:</b> <a href="_administration_8cs_source.html#l00006">Administration.cs:6</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_updates_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_updates_configuration.html">Tgstation.Server.Host.Configuration.UpdatesConfiguration</a></div><div class="ttdoc">Configuration for the automatic update system </div><div class="ttdef"><b>Definition:</b> <a href="_updates_configuration_8cs_source.html#l00006">UpdatesConfiguration.cs:6</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_api_1_1_routes_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Tgstation.Server.Api.Routes</a></div><div class="ttdoc">Routes to a server actions </div><div class="ttdef"><b>Definition:</b> <a href="_routes_8cs_source.html#l00009">Routes.cs:9</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_administration_controller_html_aaa8e198cadcd3b26ad60708965fcee60"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_administration_controller.html#aaa8e198cadcd3b26ad60708965fcee60">Tgstation.Server.Host.Controllers.AdministrationController.AdministrationController</a></div><div class="ttdeci">AdministrationController(IDatabaseContext databaseContext, IAuthenticationContextFactory authenticationContextFactory, IGitHubClientFactory gitHubClientFactory, IServerControl serverUpdater, IApplication application, IIOManager ioManager, IPlatformIdentifier platformIdentifier, ILogger&lt; AdministrationController &gt; logger, IOptions&lt; UpdatesConfiguration &gt; updatesConfigurationOptions, IOptions&lt; GeneralConfiguration &gt; generalConfigurationOptions)</div><div class="ttdoc">Construct an AdministrationController </div><div class="ttdef"><b>Definition:</b> <a href="_administration_controller_8cs_source.html#l00083">AdministrationController.cs:83</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_administration_controller_html_aab5c882433d208418174394df71cfab4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_administration_controller.html#aab5c882433d208418174394df71cfab4">Tgstation.Server.Host.Controllers.AdministrationController.platformIdentifier</a></div><div class="ttdeci">readonly IPlatformIdentifier platformIdentifier</div><div class="ttdoc">The IPlatformIdentifier for the AdministrationController </div><div class="ttdef"><b>Definition:</b> <a href="_administration_controller_8cs_source.html#l00058">AdministrationController.cs:58</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_model_controller_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_model_controller.html">Tgstation.Server.Host.Controllers.ModelController</a></div><div class="ttdoc">An ApiController representing a TModel </div><div class="ttdef"><b>Definition:</b> <a href="_model_controller_8cs_source.html#l00014">ModelController.cs:14</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -92,8 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">ConflictException.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_conflict_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Net;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api.html">Api</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Models</a>;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Client</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;{</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html"> 10</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html">ConflictException</a> : <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_client_exception.html">ClientException</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a1712ba2a2c9c17fd749f7afc9d096df1"> 17</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a1712ba2a2c9c17fd749f7afc9d096df1">ConflictException</a>(<a class="code" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_error_message.html">ErrorMessage</a> errorMessage, HttpStatusCode statusCode) : base(errorMessage, statusCode)</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; { }</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a6f35d432dfaab891a7652e2fc636c258"> 23</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a6f35d432dfaab891a7652e2fc636c258">ConflictException</a>() { }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a5577bc93af2abe799a86b0c383902ea2"> 29</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a5577bc93af2abe799a86b0c383902ea2">ConflictException</a>(<span class="keywordtype">string</span> message) : base(message) { }</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a08028d33db9e62104c77df9ef3f673af"> 36</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a08028d33db9e62104c77df9ef3f673af">ConflictException</a>(<span class="keywordtype">string</span> message, <a class="code" href="class_exception.html">Exception</a> innerException) : base(message, innerException) { }</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; }</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;}</div><div class="ttc" id="class_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception_html_a6f35d432dfaab891a7652e2fc636c258"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a6f35d432dfaab891a7652e2fc636c258">Tgstation.Server.Client.ConflictException.ConflictException</a></div><div class="ttdeci">ConflictException()</div><div class="ttdoc">Construct a ConflictException </div><div class="ttdef"><b>Definition:</b> <a href="_conflict_exception_8cs_source.html#l00023">ConflictException.cs:23</a></div></div>
<a href="_conflict_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Net;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api.html">Api</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Models</a>;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Client</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;{</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html"> 10</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html">ConflictException</a> : <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_client_exception.html">ClientException</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a1712ba2a2c9c17fd749f7afc9d096df1"> 17</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a1712ba2a2c9c17fd749f7afc9d096df1">ConflictException</a>(<a class="code" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_error_message.html">ErrorMessage</a> errorMessage, HttpStatusCode statusCode) : base(errorMessage, statusCode)</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; { }</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a6f35d432dfaab891a7652e2fc636c258"> 23</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a6f35d432dfaab891a7652e2fc636c258">ConflictException</a>() { }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a5577bc93af2abe799a86b0c383902ea2"> 29</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a5577bc93af2abe799a86b0c383902ea2">ConflictException</a>(<span class="keywordtype">string</span> message) : base(message) { }</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a08028d33db9e62104c77df9ef3f673af"> 36</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a08028d33db9e62104c77df9ef3f673af">ConflictException</a>(<span class="keywordtype">string</span> message, Exception innerException) : base(message, innerException) { }</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; }</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;}</div><div class="ttc" id="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception_html_a6f35d432dfaab891a7652e2fc636c258"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a6f35d432dfaab891a7652e2fc636c258">Tgstation.Server.Client.ConflictException.ConflictException</a></div><div class="ttdeci">ConflictException()</div><div class="ttdoc">Construct a ConflictException </div><div class="ttdef"><b>Definition:</b> <a href="_conflict_exception_8cs_source.html#l00023">ConflictException.cs:23</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception_html_a08028d33db9e62104c77df9ef3f673af"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a08028d33db9e62104c77df9ef3f673af">Tgstation.Server.Client.ConflictException.ConflictException</a></div><div class="ttdeci">ConflictException(string message, Exception innerException)</div><div class="ttdoc">Construct an ConflictException with a message and innerException </div><div class="ttdef"><b>Definition:</b> <a href="_conflict_exception_8cs_source.html#l00036">ConflictException.cs:36</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a></div><div class="ttdef"><b>Definition:</b> <a href="_api_headers_8cs_source.html#l00011">ApiHeaders.cs:11</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception_html_a5577bc93af2abe799a86b0c383902ea2"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_conflict_exception.html#a5577bc93af2abe799a86b0c383902ea2">Tgstation.Server.Client.ConflictException.ConflictException</a></div><div class="ttdeci">ConflictException(string message)</div><div class="ttdoc">Construct an ConflictException with a message </div><div class="ttdef"><b>Definition:</b> <a href="_conflict_exception_8cs_source.html#l00029">ConflictException.cs:29</a></div></div>
+120
View File
@@ -0,0 +1,120 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/Configuration/ControlPanelConfiguration.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="tgs.ico"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tgstation-server
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="api.html"><span>API</span></a></li>
<li><a href="architecture.html"><span>Architecture</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_08963d262fa9e27215dce7b7c6e97f1b.html">Configuration</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">ControlPanelConfiguration.cs File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="_control_panel_configuration_8cs_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html">Tgstation.Server.Host.Configuration.ControlPanelConfiguration</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Configuration</a> options for the web control panel <a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespace_tgstation_1_1_server_1_1_host_1_1_configuration"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
@@ -0,0 +1,107 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/Configuration/ControlPanelConfiguration.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="tgs.ico"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tgstation-server
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="api.html"><span>API</span></a></li>
<li><a href="architecture.html"><span>Architecture</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_08963d262fa9e27215dce7b7c6e97f1b.html">Configuration</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">ControlPanelConfiguration.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_control_panel_configuration_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Collections.Generic;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"><a class="line" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html"> 3</a></span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_server.html">Server</a>.Host.Configuration</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html"> 8</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html">ControlPanelConfiguration</a></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; {</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html#adbbc553f0fd0f2eb4a69a8361c5a9c80"> 13</a></span>&#160; <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">string</span> Section = <span class="stringliteral">&quot;ControlPanel&quot;</span>;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html#a15564859b17400f1bcc723a5fbee8121"> 18</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> Enable { <span class="keyword">get</span>; <span class="keyword">set</span>; }</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html#a5c0b28cdbd801a02bce701901a060818"> 23</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> AllowAnyOrigin { <span class="keyword">get</span>; <span class="keyword">set</span>; }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html#a7f0a8f0d0540bb5832bf61c86a98b202"> 28</a></span>&#160; <span class="keyword">public</span> List&lt;string&gt; AllowedOrigins { <span class="keyword">get</span>; <span class="keyword">set</span>; }</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; }</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;}</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_control_panel_configuration.html">Tgstation.Server.Host.Configuration.ControlPanelConfiguration</a></div><div class="ttdoc">Configuration options for the web control panel </div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00008">ControlPanelConfiguration.cs:8</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_server_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_server.html">Tgstation.Server.Host.Server</a></div><div class="ttdef"><b>Definition:</b> <a href="_server_8cs_source.html#l00017">Server.cs:17</a></div></div>
<div class="ttc" id="namespace_tgstation_html"><div class="ttname"><a href="namespace_tgstation.html">Tgstation</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_migrations_1_1_design_time_db_context_factory_helpers_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_migrations_1_1_design_time_db_context_factory_helpers.html">Tgstation.Server.Host.Models.Migrations.DesignTimeDbContextFactoryHelpers</a></div><div class="ttdoc">Contains helpers for creating design time Models.DatabaseContext&lt;TParentContext&gt;s ...</div><div class="ttdef"><b>Definition:</b> <a href="_design_time_db_context_factory_helpers_8cs_source.html#l00012">DesignTimeDbContextFactoryHelpers.cs:12</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration_html_a3c3201b453ffd190158839da139e4a13"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html#a3c3201b453ffd190158839da139e4a13">Tgstation.Server.Host.Configuration.DatabaseConfiguration.Section</a></div><div class="ttdeci">const string Section</div><div class="ttdoc">The key for the Microsoft.Extensions.Configuration.IConfigurationSection the DatabaseConfiguration re...</div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00014">DatabaseConfiguration.cs:14</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html">Tgstation.Server.Host.Configuration.DatabaseConfiguration</a></div><div class="ttdoc">Configuration options for the Models.DatabaseContext&lt;TParentContext&gt; </div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00009">DatabaseConfiguration.cs:9</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_html"><div class="ttname"><a href="namespace_tgstation_1_1_server.html">Tgstation.Server</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host.html">Tgstation.Server.Host</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -92,8 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">IApplication.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_i_application_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html"> 8</a></span>&#160; <span class="keyword">public</span> <span class="keyword">interface </span><a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html">IApplication</a></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; {</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html#ac450d182d713644c27492aebc0ab7739"> 13</a></span>&#160; <span class="keywordtype">string</span> VersionPrefix { <span class="keyword">get</span>; }</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html#a4b9b6cc8befd7b1696bc18bf2d5b4d64"> 18</a></span>&#160; <span class="keywordtype">string</span> VersionString { <span class="keyword">get</span>; }</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html#adef1cd4ff4ee24d521761279ae2ba591"> 23</a></span>&#160; Version Version { <span class="keyword">get</span>; }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keywordtype">void</span> Ready(<a class="code" href="class_exception.html">Exception</a> initializationError);</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; }</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;}</div><div class="ttc" id="class_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html">Tgstation.Server.Host.Core.IApplication</a></div><div class="ttdoc">Configures the ASP.NET Core web application </div><div class="ttdef"><b>Definition:</b> <a href="_i_application_8cs_source.html#l00008">IApplication.cs:8</a></div></div>
<a href="_i_application_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html"> 8</a></span>&#160; <span class="keyword">public</span> <span class="keyword">interface </span><a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html">IApplication</a></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; {</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html#ac450d182d713644c27492aebc0ab7739"> 13</a></span>&#160; <span class="keywordtype">string</span> VersionPrefix { <span class="keyword">get</span>; }</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html#a4b9b6cc8befd7b1696bc18bf2d5b4d64"> 18</a></span>&#160; <span class="keywordtype">string</span> VersionString { <span class="keyword">get</span>; }</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html#adef1cd4ff4ee24d521761279ae2ba591"> 23</a></span>&#160; Version Version { <span class="keyword">get</span>; }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keywordtype">void</span> Ready(Exception initializationError);</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; }</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;}</div><div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_application.html">Tgstation.Server.Host.Core.IApplication</a></div><div class="ttdoc">Configures the ASP.NET Core web application </div><div class="ttdef"><b>Definition:</b> <a href="_i_application_8cs_source.html#l00008">IApplication.cs:8</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="namespace_tgstation_html"><div class="ttname"><a href="namespace_tgstation.html">Tgstation</a></div></div>
+1 -1
View File
@@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<a href="_i_d_b_connection_factory_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Data.Common;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_host.html">Host</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Configuration</a>;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;{</div><div class="line"><a name="l00009"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_d_b_connection_factory.html"> 9</a></span>&#160; <span class="keyword">interface </span><a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_d_b_connection_factory.html">IDBConnectionFactory</a></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; DbConnection CreateConnection(<span class="keywordtype">string</span> connectionString, <a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html#acda8f6ee23a9ee8ac298f7b4a7d5617c">DatabaseType</a> databaseType);</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; }</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;}</div><div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_d_b_connection_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_d_b_connection_factory.html">Tgstation.Server.Host.Core.IDBConnectionFactory</a></div><div class="ttdoc">For creating DbConnection </div><div class="ttdef"><b>Definition:</b> <a href="_i_d_b_connection_factory_8cs_source.html#l00009">IDBConnectionFactory.cs:9</a></div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html_acda8f6ee23a9ee8ac298f7b4a7d5617c"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html#acda8f6ee23a9ee8ac298f7b4a7d5617c">Tgstation.Server.Host.Configuration.DatabaseType</a></div><div class="ttdeci">DatabaseType</div><div class="ttdoc">Type of database to user </div><div class="ttdef"><b>Definition:</b> <a href="_database_type_8cs_source.html#l00006">DatabaseType.cs:6</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_html"><div class="ttname"><a href="namespace_tgstation_1_1_server.html">Tgstation.Server</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host.html">Tgstation.Server.Host</a></div></div>
+1 -1
View File
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">IServerControl.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_i_server_control_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Threading;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Threading.Tasks;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_host.html">Host</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_i_o.html">IO</a>;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;{</div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html"> 11</a></span>&#160; <span class="keyword">public</span> <span class="keyword">interface </span><a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html">IServerControl</a></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; {</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html#a1c9a042a42da1e39316d2f1b45b28765"> 16</a></span>&#160; <span class="keywordtype">bool</span> WatchdogPresent { <span class="keyword">get</span>; }</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keywordtype">bool</span> ApplyUpdate(Version version, Uri updateZipUrl, <a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html">IIOManager</a> ioManager);</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_registration.html">IRestartRegistration</a> RegisterForRestart(<a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_handler.html">IRestartHandler</a> handler);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; Task Restart();</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; }</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;}</div><div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<a href="_i_server_control_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Threading;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Threading.Tasks;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_host.html">Host</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_i_o.html">IO</a>;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;{</div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html"> 11</a></span>&#160; <span class="keyword">public</span> <span class="keyword">interface </span><a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html">IServerControl</a></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; {</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_control.html#a1c9a042a42da1e39316d2f1b45b28765"> 16</a></span>&#160; <span class="keywordtype">bool</span> WatchdogPresent { <span class="keyword">get</span>; }</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keywordtype">bool</span> ApplyUpdate(Version version, Uri updateZipUrl, <a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_i_i_o_manager.html">IIOManager</a> ioManager);</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_registration.html">IRestartRegistration</a> RegisterForRestart(<a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_handler.html">IRestartHandler</a> handler);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; Task Restart();</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; Task Die(Exception exception);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; }</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;}</div><div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_handler_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_restart_handler.html">Tgstation.Server.Host.Core.IRestartHandler</a></div><div class="ttdoc">Handler for server restarts </div><div class="ttdef"><b>Definition:</b> <a href="_i_restart_handler_8cs_source.html#l00010">IRestartHandler.cs:10</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_html"><div class="ttname"><a href="namespace_tgstation_1_1_server.html">Tgstation.Server</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -92,8 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">InsufficientPermissionsException.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_insufficient_permissions_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Net;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api.html">Api</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Models</a>;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Client</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;{</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html"> 10</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html">InsufficientPermissionsException</a> : <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_client_exception.html">ClientException</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a358dd83b6663d93b11f4379ce5d652c0"> 15</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a358dd83b6663d93b11f4379ce5d652c0">InsufficientPermissionsException</a>() : base(new <a class="code" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_error_message.html">ErrorMessage</a></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; Message = <span class="stringliteral">&quot;The credentials provided do not have sufficient rights to make this request!&quot;</span>,</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; SeverApiVersion = null</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; }, HttpStatusCode.Forbidden)</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; { }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a03f411a80e2a3bd6c8f789737459f475"> 26</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a03f411a80e2a3bd6c8f789737459f475">InsufficientPermissionsException</a>(<span class="keywordtype">string</span> message) : base(message) { }</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a611c12ed0eb292ab571c23fac254c1de"> 33</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a611c12ed0eb292ab571c23fac254c1de">InsufficientPermissionsException</a>(<span class="keywordtype">string</span> message, <a class="code" href="class_exception.html">Exception</a> innerException) : base(message, innerException) { }</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;}</div><div class="ttc" id="class_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a></div><div class="ttdef"><b>Definition:</b> <a href="_api_headers_8cs_source.html#l00011">ApiHeaders.cs:11</a></div></div>
<a href="_insufficient_permissions_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Net;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api.html">Api</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Models</a>;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Client</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;{</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html"> 10</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html">InsufficientPermissionsException</a> : <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_client_exception.html">ClientException</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a358dd83b6663d93b11f4379ce5d652c0"> 15</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a358dd83b6663d93b11f4379ce5d652c0">InsufficientPermissionsException</a>() : base(new <a class="code" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_error_message.html">ErrorMessage</a></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; Message = <span class="stringliteral">&quot;The credentials provided do not have sufficient rights to make this request!&quot;</span>,</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; SeverApiVersion = null</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; }, HttpStatusCode.Forbidden)</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; { }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a03f411a80e2a3bd6c8f789737459f475"> 26</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a03f411a80e2a3bd6c8f789737459f475">InsufficientPermissionsException</a>(<span class="keywordtype">string</span> message) : base(message) { }</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a611c12ed0eb292ab571c23fac254c1de"> 33</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_insufficient_permissions_exception.html#a611c12ed0eb292ab571c23fac254c1de">InsufficientPermissionsException</a>(<span class="keywordtype">string</span> message, Exception innerException) : base(message, innerException) { }</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;}</div><div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a></div><div class="ttdef"><b>Definition:</b> <a href="_api_headers_8cs_source.html#l00011">ApiHeaders.cs:11</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a></div><div class="ttdef"><b>Definition:</b> <a href="_administration_8cs_source.html#l00003">Administration.cs:3</a></div></div>
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -92,8 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">JobException.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_job_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html"> 8</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a> : <a class="code" href="class_exception.html">Exception</a></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; {</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a7e2640b446286941b31c2f061cbbe4bb"> 13</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a7e2640b446286941b31c2f061cbbe4bb">JobException</a>()</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; }</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a2e11923797181822e8eef7b617fe715f"> 21</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a2e11923797181822e8eef7b617fe715f">JobException</a>(<span class="keywordtype">string</span> message) : base(message)</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#af296136e4c2ac489cfa9b0de5aa8e7cf"> 30</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#af296136e4c2ac489cfa9b0de5aa8e7cf">JobException</a>(<span class="keywordtype">string</span> message, <a class="code" href="class_exception.html">Exception</a> innerException) : base(message, innerException)</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; }</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; }</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;}</div><div class="ttc" id="class_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception_html_a7e2640b446286941b31c2f061cbbe4bb"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a7e2640b446286941b31c2f061cbbe4bb">Tgstation.Server.Host.Core.JobException.JobException</a></div><div class="ttdeci">JobException()</div><div class="ttdoc">Construct a JobException </div><div class="ttdef"><b>Definition:</b> <a href="_job_exception_8cs_source.html#l00013">JobException.cs:13</a></div></div>
<a href="_job_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html"> 8</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a> : Exception</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; {</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a7e2640b446286941b31c2f061cbbe4bb"> 13</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a7e2640b446286941b31c2f061cbbe4bb">JobException</a>()</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; }</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a2e11923797181822e8eef7b617fe715f"> 21</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a2e11923797181822e8eef7b617fe715f">JobException</a>(<span class="keywordtype">string</span> message) : base(message)</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; }</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#af296136e4c2ac489cfa9b0de5aa8e7cf"> 30</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#af296136e4c2ac489cfa9b0de5aa8e7cf">JobException</a>(<span class="keywordtype">string</span> message, Exception innerException) : base(message, innerException)</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; }</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; }</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;}</div><div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception_html_a7e2640b446286941b31c2f061cbbe4bb"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#a7e2640b446286941b31c2f061cbbe4bb">Tgstation.Server.Host.Core.JobException.JobException</a></div><div class="ttdeci">JobException()</div><div class="ttdoc">Construct a JobException </div><div class="ttdef"><b>Definition:</b> <a href="_job_exception_8cs_source.html#l00013">JobException.cs:13</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception_html_af296136e4c2ac489cfa9b0de5aa8e7cf"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html#af296136e4c2ac489cfa9b0de5aa8e7cf">Tgstation.Server.Host.Core.JobException.JobException</a></div><div class="ttdeci">JobException(string message, Exception innerException)</div><div class="ttdoc">Construct a JobException with a message and innerException </div><div class="ttdef"><b>Definition:</b> <a href="_job_exception_8cs_source.html#l00030">JobException.cs:30</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_models_1_1_i_database_seeder_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_models_1_1_i_database_seeder.html">Tgstation.Server.Host.Models.IDatabaseSeeder</a></div><div class="ttdoc">For initially seeding a database </div><div class="ttdef"><b>Definition:</b> <a href="_i_database_seeder_8cs_source.html#l00009">IDatabaseSeeder.cs:9</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration_html_adab83eaad53afabdb2f7b43c23ece38a"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html#adab83eaad53afabdb2f7b43c23ece38a">Tgstation.Server.Host.Configuration.DatabaseConfiguration.DatabaseType</a></div><div class="ttdeci">DatabaseType DatabaseType</div><div class="ttdoc">The Configuration.DatabaseType to create </div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00020">DatabaseConfiguration.cs:20</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_database_context_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_database_context.html">Tgstation.Server.Host.Models.DatabaseContext</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_context_8cs_source.html#l00017">DatabaseContext.cs:17</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html_acda8f6ee23a9ee8ac298f7b4a7d5617ca9df306f03daedccf83f5e2983dbb5422"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html#acda8f6ee23a9ee8ac298f7b4a7d5617ca9df306f03daedccf83f5e2983dbb5422">Tgstation.Server.Host.Configuration.DatabaseType.MySql</a></div><div class="ttdoc">Use MySQL </div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration_html_abb0513764b16289df15f08e8127d0582"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html#abb0513764b16289df15f08e8127d0582">Tgstation.Server.Host.Configuration.DatabaseConfiguration.MySqlServerVersion</a></div><div class="ttdeci">string MySqlServerVersion</div><div class="ttdoc">The string form of the System.Version of a target MySQL/MariaDB server </div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00040">DatabaseConfiguration.cs:40</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tools/ReleaseNotes/obj/Release/netcoreapp2.1/ReleaseNotes.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: tools/ReleaseNotes/obj/Debug/netcoreapp2.1/ReleaseNotes.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_4eeb864c4eec08c7d6b9d3b0352cfdde.html">tools</a></li><li class="navelem"><a class="el" href="dir_c037ac41e54cca303e35165acb6e013d.html">ReleaseNotes</a></li><li class="navelem"><a class="el" href="dir_bf23e1e49f40264f2966f02ed35d8142.html">obj</a></li><li class="navelem"><a class="el" href="dir_ec133cefc1442f53ec97e0d7a57cf129.html">Release</a></li><li class="navelem"><a class="el" href="dir_4e036e007444785d010e90b5c9a24acd.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_4eeb864c4eec08c7d6b9d3b0352cfdde.html">tools</a></li><li class="navelem"><a class="el" href="dir_c037ac41e54cca303e35165acb6e013d.html">ReleaseNotes</a></li><li class="navelem"><a class="el" href="dir_bf23e1e49f40264f2966f02ed35d8142.html">obj</a></li><li class="navelem"><a class="el" href="dir_2e39d68cad3f83629c74ea67329dead9.html">Debug</a></li><li class="navelem"><a class="el" href="dir_009a3598be1715e27911e1588bdd551c.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tools/ReleaseNotes/obj/Release/netcoreapp2.1/ReleaseNotes.AssemblyInfo.cs Source File</title>
<title>tgstation-server: tools/ReleaseNotes/obj/Debug/netcoreapp2.1/ReleaseNotes.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_4eeb864c4eec08c7d6b9d3b0352cfdde.html">tools</a></li><li class="navelem"><a class="el" href="dir_c037ac41e54cca303e35165acb6e013d.html">ReleaseNotes</a></li><li class="navelem"><a class="el" href="dir_bf23e1e49f40264f2966f02ed35d8142.html">obj</a></li><li class="navelem"><a class="el" href="dir_ec133cefc1442f53ec97e0d7a57cf129.html">Release</a></li><li class="navelem"><a class="el" href="dir_4e036e007444785d010e90b5c9a24acd.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_4eeb864c4eec08c7d6b9d3b0352cfdde.html">tools</a></li><li class="navelem"><a class="el" href="dir_c037ac41e54cca303e35165acb6e013d.html">ReleaseNotes</a></li><li class="navelem"><a class="el" href="dir_bf23e1e49f40264f2966f02ed35d8142.html">obj</a></li><li class="navelem"><a class="el" href="dir_2e39d68cad3f83629c74ea67329dead9.html">Debug</a></li><li class="navelem"><a class="el" href="dir_009a3598be1715e27911e1588bdd551c.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">ReleaseNotes.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_release_notes_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;ReleaseNotes&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;ReleaseNotes&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;ReleaseNotes&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_release_notes_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;ReleaseNotes&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;ReleaseNotes&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;ReleaseNotes&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
+1 -1
View File
@@ -118,7 +118,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="ttc" id="class_tgstation_1_1_server_1_1_api_1_1_routes_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Tgstation.Server.Api.Routes</a></div><div class="ttdoc">Routes to a server actions </div><div class="ttdef"><b>Definition:</b> <a href="_routes_8cs_source.html#l00009">Routes.cs:9</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_repository_controller_html_aa50a2c5f9429a3b52acd47e157f93e47"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_repository_controller.html#aa50a2c5f9429a3b52acd47e157f93e47">Tgstation.Server.Host.Controllers.RepositoryController.LoadRevisionInformation</a></div><div class="ttdeci">async Task&lt; bool &gt; LoadRevisionInformation(Components.Repository.IRepository repository, IDatabaseContext databaseContext, Models.Instance instance, string lastOriginCommitSha, Action&lt; Models.RevisionInformation &gt; revInfoSink, CancellationToken cancellationToken)</div><div class="ttdef"><b>Definition:</b> <a href="_repository_controller_8cs_source.html#l00069">RepositoryController.cs:69</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_repository_controller_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_controllers_1_1_repository_controller.html">Tgstation.Server.Host.Controllers.RepositoryController</a></div><div class="ttdoc">Controller for managing the Repositorys </div><div class="ttdef"><b>Definition:</b> <a href="_repository_controller_8cs_source.html#l00029">RepositoryController.cs:29</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_repository_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_repository.html">Tgstation.Server.Api.Models.Repository</a></div><div class="ttdoc">Represents a git repository </div><div class="ttdef"><b>Definition:</b> <a href="_tgstation_8_server_8_api_2_models_2_repository_8cs_source.html#l00008">Repository.cs:8</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_api_1_1_routes_html_a738817663facf9293a084ab4c5a155ef"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a738817663facf9293a084ab4c5a155ef">Tgstation.Server.Api.Routes.Repository</a></div><div class="ttdeci">const string Repository</div><div class="ttdoc">The Models.Repository controller </div><div class="ttdef"><b>Definition:</b> <a href="_routes_8cs_source.html#l00039">Routes.cs:39</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_repository_html_a0ff964c98b1bd3dac0c2d0d77f223492"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_repository.html#a0ff964c98b1bd3dac0c2d0d77f223492">Tgstation.Server.Api.Models.Repository.RevisionInformation</a></div><div class="ttdeci">RevisionInformation RevisionInformation</div><div class="ttdoc">The current Models.RevisionInformation for the Repository </div><div class="ttdef"><b>Definition:</b> <a href="_tgstation_8_server_8_api_2_models_2_repository_8cs_source.html#l00023">Repository.cs:23</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+10 -10
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+120
View File
@@ -0,0 +1,120 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/Core/ServiceCollectionExtensions.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="tgs.ico"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tgstation-server
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="api.html"><span>API</span></a></li>
<li><a href="architecture.html"><span>Architecture</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_0de875c2ee7edd4009e892c5045f7b3a.html">Core</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">ServiceCollectionExtensions.cs File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="_service_collection_extensions_8cs_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_service_collection_extensions.html">Tgstation.Server.Host.Core.ServiceCollectionExtensions</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Extensions for IServiceCollection <a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_service_collection_extensions.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespace_tgstation_1_1_server_1_1_host_1_1_core"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_tgstation_1_1_server_1_1_host_1_1_core.html">Tgstation.Server.Host.Core</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
File diff suppressed because one or more lines are too long
@@ -92,8 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">ServiceUnavailableException.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_service_unavailable_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Net;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api.html">Api</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Models</a>;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Client</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;{</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html"> 10</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html">ServiceUnavailableException</a> : <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_client_exception.html">ClientException</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a8969972514222281c1d3e7df4804c046"> 15</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a8969972514222281c1d3e7df4804c046">ServiceUnavailableException</a>() : base(new <a class="code" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_error_message.html">ErrorMessage</a></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; Message = <span class="stringliteral">&quot;The server is currently starting or stopping and is unable to process the request!&quot;</span>,</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; SeverApiVersion = null</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; }, HttpStatusCode.ServiceUnavailable)</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; { }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a6a729a7fa03b7a6bfebf6df9935b89a5"> 26</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a6a729a7fa03b7a6bfebf6df9935b89a5">ServiceUnavailableException</a>(<span class="keywordtype">string</span> message) : base(message) { }</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a49a6d51cf0a76f247c3ea7bcc42f638f"> 33</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a49a6d51cf0a76f247c3ea7bcc42f638f">ServiceUnavailableException</a>(<span class="keywordtype">string</span> message, <a class="code" href="class_exception.html">Exception</a> innerException) : base(message, innerException) { }</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;}</div><div class="ttc" id="class_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a></div><div class="ttdef"><b>Definition:</b> <a href="_api_headers_8cs_source.html#l00011">ApiHeaders.cs:11</a></div></div>
<a href="_service_unavailable_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Net;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server.html">Server</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api.html">Api</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Models</a>;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Client</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;{</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html"> 10</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html">ServiceUnavailableException</a> : <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_client_exception.html">ClientException</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a8969972514222281c1d3e7df4804c046"> 15</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a8969972514222281c1d3e7df4804c046">ServiceUnavailableException</a>() : base(new <a class="code" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_error_message.html">ErrorMessage</a></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; {</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; Message = <span class="stringliteral">&quot;The server is currently starting or stopping and is unable to process the request!&quot;</span>,</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; SeverApiVersion = null</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; }, HttpStatusCode.ServiceUnavailable)</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; { }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a6a729a7fa03b7a6bfebf6df9935b89a5"> 26</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a6a729a7fa03b7a6bfebf6df9935b89a5">ServiceUnavailableException</a>(<span class="keywordtype">string</span> message) : base(message) { }</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a49a6d51cf0a76f247c3ea7bcc42f638f"> 33</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_client_1_1_service_unavailable_exception.html#a49a6d51cf0a76f247c3ea7bcc42f638f">ServiceUnavailableException</a>(<span class="keywordtype">string</span> message, Exception innerException) : base(message, innerException) { }</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; }</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;}</div><div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a></div><div class="ttdef"><b>Definition:</b> <a href="_api_headers_8cs_source.html#l00011">ApiHeaders.cs:11</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a></div><div class="ttdef"><b>Definition:</b> <a href="_administration_8cs_source.html#l00003">Administration.cs:3</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_models_1_1_i_database_seeder_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_models_1_1_i_database_seeder.html">Tgstation.Server.Host.Models.IDatabaseSeeder</a></div><div class="ttdoc">For initially seeding a database </div><div class="ttdef"><b>Definition:</b> <a href="_i_database_seeder_8cs_source.html#l00009">IDatabaseSeeder.cs:9</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_sql_server_database_context_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_sql_server_database_context.html">Tgstation.Server.Host.Models.SqlServerDatabaseContext</a></div><div class="ttdoc">DatabaseContext&lt;TParentContext&gt; for Sqlserver </div><div class="ttdef"><b>Definition:</b> <a href="_sql_server_database_context_8cs_source.html#l00011">SqlServerDatabaseContext.cs:11</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_sql_server_database_context_html_a2e40ab7994079110ed29e098aa411179"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_sql_server_database_context.html#a2e40ab7994079110ed29e098aa411179">Tgstation.Server.Host.Models.SqlServerDatabaseContext.SqlServerDatabaseContext</a></div><div class="ttdeci">SqlServerDatabaseContext(DbContextOptions&lt; SqlServerDatabaseContext &gt; dbContextOptions, IOptions&lt; DatabaseConfiguration &gt; databaseConfiguration, IDatabaseSeeder databaseSeeder, ILogger&lt; SqlServerDatabaseContext &gt; logger)</div><div class="ttdoc">Construct a SqlServerDatabaseContext </div><div class="ttdef"><b>Definition:</b> <a href="_sql_server_database_context_8cs_source.html#l00020">SqlServerDatabaseContext.cs:20</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_database_context_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_models_1_1_database_context.html">Tgstation.Server.Host.Models.DatabaseContext</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_context_8cs_source.html#l00017">DatabaseContext.cs:17</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html">Tgstation.Server.Host.Configuration.DatabaseConfiguration</a></div><div class="ttdoc">Configuration options for the Models.DatabaseContext&lt;TParentContext&gt; </div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00009">DatabaseConfiguration.cs:9</a></div></div>
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_d_b_connection_factory_html_aa6a66389ce5d8edbfc60c6c67a0ae5f5"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_d_b_connection_factory.html#aa6a66389ce5d8edbfc60c6c67a0ae5f5">Tgstation.Server.Host.Core.Tests.TestDBConnectionFactory.TestWorks</a></div><div class="ttdeci">void TestWorks()</div><div class="ttdef"><b>Definition:</b> <a href="_test_d_b_connection_factory_8cs_source.html#l00021">TestDBConnectionFactory.cs:21</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html_acda8f6ee23a9ee8ac298f7b4a7d5617ca9df306f03daedccf83f5e2983dbb5422"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html#acda8f6ee23a9ee8ac298f7b4a7d5617ca9df306f03daedccf83f5e2983dbb5422">Tgstation.Server.Host.Configuration.DatabaseType.MySql</a></div><div class="ttdoc">Use MySQL </div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_d_b_connection_factory_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_d_b_connection_factory.html">Tgstation.Server.Host.Core.DBConnectionFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_d_b_connection_factory_8cs_source.html#l00011">DBConnectionFactory.cs:11</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html_acda8f6ee23a9ee8ac298f7b4a7d5617c"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html#acda8f6ee23a9ee8ac298f7b4a7d5617c">Tgstation.Server.Host.Configuration.DatabaseType</a></div><div class="ttdeci">DatabaseType</div><div class="ttdoc">Type of database to user </div><div class="ttdef"><b>Definition:</b> <a href="_database_type_8cs_source.html#l00006">DatabaseType.cs:6</a></div></div>
+1 -2
View File
@@ -92,8 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">TestJobException.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_test_job_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> Microsoft.VisualStudio.TestTools.UnitTesting;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core.Tests</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;{</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; [TestClass]</div><div class="line"><a name="l00007"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html"> 7</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html">TestJobException</a></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; {</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; [TestMethod]</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html#af3a9ba6e5aa81f2db9c2196151d03ef6"> 10</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html#af3a9ba6e5aa81f2db9c2196151d03ef6">TestConstruction</a>()</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; <span class="keyword">new</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a>();</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; <span class="keyword">new</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a>(<span class="stringliteral">&quot;Message&quot;</span>);</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; <span class="keyword">new</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a>(<span class="stringliteral">&quot;Message&quot;</span>, <span class="keyword">new</span> <a class="code" href="class_exception.html">Exception</a>());</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; }</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; }</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;}</div><div class="ttc" id="class_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<a href="_test_job_exception_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> Microsoft.VisualStudio.TestTools.UnitTesting;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Core.Tests</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;{</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; [TestClass]</div><div class="line"><a name="l00007"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html"> 7</a></span>&#160; <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html">TestJobException</a></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; {</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; [TestMethod]</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html#af3a9ba6e5aa81f2db9c2196151d03ef6"> 10</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html#af3a9ba6e5aa81f2db9c2196151d03ef6">TestConstruction</a>()</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; <span class="keyword">new</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a>();</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160; <span class="keyword">new</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a>(<span class="stringliteral">&quot;Message&quot;</span>);</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; <span class="keyword">new</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_job_exception.html">JobException</a>(<span class="stringliteral">&quot;Message&quot;</span>, <span class="keyword">new</span> Exception());</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; }</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; }</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;}</div><div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception_html_af3a9ba6e5aa81f2db9c2196151d03ef6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html#af3a9ba6e5aa81f2db9c2196151d03ef6">Tgstation.Server.Host.Core.Tests.TestJobException.TestConstruction</a></div><div class="ttdeci">void TestConstruction()</div><div class="ttdef"><b>Definition:</b> <a href="_test_job_exception_8cs_source.html#l00010">TestJobException.cs:10</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_job_exception.html">Tgstation.Server.Host.Core.Tests.TestJobException</a></div><div class="ttdef"><b>Definition:</b> <a href="_test_job_exception_8cs_source.html#l00007">TestJobException.cs:7</a></div></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,127 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/Core/TestServiceCollectionExtensions.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="tgs.ico"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tgstation-server
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="api.html"><span>API</span></a></li>
<li><a href="architecture.html"><span>Architecture</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_1302441b003a340c6a16c9bc1b51c94e.html">Core</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">TestServiceCollectionExtensions.cs File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="_test_service_collection_extensions_8cs_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_service_collection_extensions.html">Tgstation.Server.Host.Core.Tests.TestServiceCollectionExtensions</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_service_collection_extensions_1_1_good_config.html">Tgstation.Server.Host.Core.Tests.TestServiceCollectionExtensions.GoodConfig</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_service_collection_extensions_1_1_bad_config1.html">Tgstation.Server.Host.Core.Tests.TestServiceCollectionExtensions.BadConfig1</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_service_collection_extensions_1_1_bad_config2.html">Tgstation.Server.Host.Core.Tests.TestServiceCollectionExtensions.BadConfig2</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests_1_1_test_service_collection_extensions_1_1_bad_config3.html">Tgstation.Server.Host.Core.Tests.TestServiceCollectionExtensions.BadConfig3</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespace_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_tgstation_1_1_server_1_1_host_1_1_core_1_1_tests.html">Tgstation.Server.Host.Core.Tests</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -98,10 +98,10 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="ttc" id="class_tgstation_1_1_server_1_1_tests_1_1_testing_server_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_tests_1_1_testing_server.html">Tgstation.Server.Tests.TestingServer</a></div><div class="ttdef"><b>Definition:</b> <a href="_testing_server_8cs_source.html#l00013">TestingServer.cs:13</a></div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_tests_1_1_testing_server_html_af09b16bfab8645d880d43ee3281ddf15"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_tests_1_1_testing_server.html#af09b16bfab8645d880d43ee3281ddf15">Tgstation.Server.Tests.TestingServer.TestingServer</a></div><div class="ttdeci">TestingServer(string updatePath)</div><div class="ttdef"><b>Definition:</b> <a href="_testing_server_8cs_source.html#l00022">TestingServer.cs:22</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_server_factory_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_server_factory.html">Tgstation.Server.Host.ServerFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_server_factory_8cs_source.html#l00007">ServerFactory.cs:7</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_server_factory_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_server_factory.html">Tgstation.Server.Host.ServerFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_server_factory_8cs_source.html#l00012">ServerFactory.cs:12</a></div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_i_server_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_i_server.html">Tgstation.Server.Host.IServer</a></div><div class="ttdoc">Represents the host </div><div class="ttdef"><b>Definition:</b> <a href="_i_server_8cs_source.html#l00009">IServer.cs:9</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_database_configuration_8cs_source.html#l00004">DatabaseConfiguration.cs:4</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_server_factory_html_a9074ef7b4f79ffba8a4213d6b56938e1"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_server_factory.html#a9074ef7b4f79ffba8a4213d6b56938e1">Tgstation.Server.Host.ServerFactory.CreateServer</a></div><div class="ttdeci">IServer CreateServer(string[] args, string updatePath)</div><div class="ttdoc">Create a IServer </div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition:</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:3</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_server_factory_html_a9074ef7b4f79ffba8a4213d6b56938e1"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_server_factory.html#a9074ef7b4f79ffba8a4213d6b56938e1">Tgstation.Server.Host.ServerFactory.CreateServer</a></div><div class="ttdeci">IServer CreateServer(string[] args, string updatePath)</div><div class="ttdoc">Create a IServer </div><div class="ttdef"><b>Definition:</b> <a href="_server_factory_8cs_source.html#l00015">ServerFactory.cs:15</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_tests_1_1_testing_server_html_a292747ef36a9f260dbe9b62591e2c93d"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_tests_1_1_testing_server.html#a292747ef36a9f260dbe9b62591e2c93d">Tgstation.Server.Tests.TestingServer.realServer</a></div><div class="ttdeci">readonly IServer realServer</div><div class="ttdef"><b>Definition:</b> <a href="_testing_server_8cs_source.html#l00020">TestingServer.cs:20</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_html"><div class="ttname"><a href="namespace_tgstation_1_1_server.html">Tgstation.Server</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_server_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_server.html">Tgstation.Server.Host.Server</a></div><div class="ttdef"><b>Definition:</b> <a href="_server_8cs_source.html#l00017">Server.cs:17</a></div></div>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Api/obj/Release/netstandard2.0/Tgstation.Server.Api.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: src/Tgstation.Server.Api/obj/Debug/netstandard2.0/Tgstation.Server.Api.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_2ea2465064f3ff030c6dd6700a328d91.html">Tgstation.Server.Api</a></li><li class="navelem"><a class="el" href="dir_446bdfc1cd19b69c11765b5665ebfd45.html">obj</a></li><li class="navelem"><a class="el" href="dir_7ae0efc0613c36c848fa310214e0aee3.html">Release</a></li><li class="navelem"><a class="el" href="dir_83a6f600c846cd444f33e44bb9b4f9cb.html">netstandard2.0</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_2ea2465064f3ff030c6dd6700a328d91.html">Tgstation.Server.Api</a></li><li class="navelem"><a class="el" href="dir_446bdfc1cd19b69c11765b5665ebfd45.html">obj</a></li><li class="navelem"><a class="el" href="dir_2e67631cb23401d696bcfdbe81f86f0f.html">Debug</a></li><li class="navelem"><a class="el" href="dir_d8a279f7113e0073f6cd65dd050c1475.html">netstandard2.0</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Api/obj/Release/netstandard2.0/Tgstation.Server.Api.AssemblyInfo.cs Source File</title>
<title>tgstation-server: src/Tgstation.Server.Api/obj/Debug/netstandard2.0/Tgstation.Server.Api.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_2ea2465064f3ff030c6dd6700a328d91.html">Tgstation.Server.Api</a></li><li class="navelem"><a class="el" href="dir_446bdfc1cd19b69c11765b5665ebfd45.html">obj</a></li><li class="navelem"><a class="el" href="dir_7ae0efc0613c36c848fa310214e0aee3.html">Release</a></li><li class="navelem"><a class="el" href="dir_83a6f600c846cd444f33e44bb9b4f9cb.html">netstandard2.0</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_2ea2465064f3ff030c6dd6700a328d91.html">Tgstation.Server.Api</a></li><li class="navelem"><a class="el" href="dir_446bdfc1cd19b69c11765b5665ebfd45.html">obj</a></li><li class="navelem"><a class="el" href="dir_2e67631cb23401d696bcfdbe81f86f0f.html">Debug</a></li><li class="navelem"><a class="el" href="dir_d8a279f7113e0073f6cd65dd050c1475.html">netstandard2.0</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Api.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_api_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;/tg/station&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCopyrightAttribute(<span class="stringliteral">&quot;2018&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyDescriptionAttribute(<span class="stringliteral">&quot;API definitions for tgstation-server&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.0.0&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.0.0&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api&quot;</span>)]</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.0.0&quot;</span>)]</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_api_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;/tg/station&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCopyrightAttribute(<span class="stringliteral">&quot;2018&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyDescriptionAttribute(<span class="stringliteral">&quot;API definitions for tgstation-server&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.0.0&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.0.0&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api&quot;</span>)]</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.0.0&quot;</span>)]</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Api.Tests.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Api.Tests.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_18a5e30c14613227f95d12bd9fddc614.html">Release</a></li><li class="navelem"><a class="el" href="dir_d45f494620bc0048ee4a31fa4f7391e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_be9f3ed3485a880e3213506a311823d1.html">Debug</a></li><li class="navelem"><a class="el" href="dir_4c0c7e2f4fc60f51e2347a2d8dda94ce.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Api.Tests.AssemblyInfo.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Api.Tests.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_18a5e30c14613227f95d12bd9fddc614.html">Release</a></li><li class="navelem"><a class="el" href="dir_d45f494620bc0048ee4a31fa4f7391e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_be9f3ed3485a880e3213506a311823d1.html">Debug</a></li><li class="navelem"><a class="el" href="dir_4c0c7e2f4fc60f51e2347a2d8dda94ce.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Api.Tests.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_api_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_api_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Api.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Api.Tests.Program.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Api.Tests.Program.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_18a5e30c14613227f95d12bd9fddc614.html">Release</a></li><li class="navelem"><a class="el" href="dir_d45f494620bc0048ee4a31fa4f7391e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_be9f3ed3485a880e3213506a311823d1.html">Debug</a></li><li class="navelem"><a class="el" href="dir_4c0c7e2f4fc60f51e2347a2d8dda94ce.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Api.Tests.Program.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Api.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Api.Tests.Program.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_18a5e30c14613227f95d12bd9fddc614.html">Release</a></li><li class="navelem"><a class="el" href="dir_d45f494620bc0048ee4a31fa4f7391e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e2ec88631ea78d6df8b37d27efa9bfe2.html">Tgstation.Server.Api.Tests</a></li><li class="navelem"><a class="el" href="dir_87a4f2035ed18e30422f4b60aebc4381.html">obj</a></li><li class="navelem"><a class="el" href="dir_be9f3ed3485a880e3213506a311823d1.html">Debug</a></li><li class="navelem"><a class="el" href="dir_4c0c7e2f4fc60f51e2347a2d8dda94ce.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Client/obj/Release/netstandard2.0/Tgstation.Server.Client.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: src/Tgstation.Server.Client/obj/Debug/netstandard2.0/Tgstation.Server.Client.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_9826fb2d31585a830723e6d7089b5d0e.html">Tgstation.Server.Client</a></li><li class="navelem"><a class="el" href="dir_689f0584ee97ae9ca308532531d9c5d2.html">obj</a></li><li class="navelem"><a class="el" href="dir_4122b363a9d577bed19bef337e757ff3.html">Release</a></li><li class="navelem"><a class="el" href="dir_383ca23c40357ede4cca827b4a365c76.html">netstandard2.0</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_9826fb2d31585a830723e6d7089b5d0e.html">Tgstation.Server.Client</a></li><li class="navelem"><a class="el" href="dir_689f0584ee97ae9ca308532531d9c5d2.html">obj</a></li><li class="navelem"><a class="el" href="dir_48968f849f7ddb061f7130e079fe66a6.html">Debug</a></li><li class="navelem"><a class="el" href="dir_f88948f9bde0555374e8a59a663bdfc9.html">netstandard2.0</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Client.Tests.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Client.Tests.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_91e2bbee1291fcb0db7e0417b617d01e.html">Release</a></li><li class="navelem"><a class="el" href="dir_298f2a364723f4f4cea115538f944a94.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_019c6d3af924151b681494cc466be1ac.html">Debug</a></li><li class="navelem"><a class="el" href="dir_c5f98c05147bcbba78e71856485f5049.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Client.Tests.AssemblyInfo.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Client.Tests.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_91e2bbee1291fcb0db7e0417b617d01e.html">Release</a></li><li class="navelem"><a class="el" href="dir_298f2a364723f4f4cea115538f944a94.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_019c6d3af924151b681494cc466be1ac.html">Debug</a></li><li class="navelem"><a class="el" href="dir_c5f98c05147bcbba78e71856485f5049.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Client.Tests.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_client_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Client.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Client.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Client.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_client_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Client.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Client.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Client.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Client.Tests.Program.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Client.Tests.Program.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_91e2bbee1291fcb0db7e0417b617d01e.html">Release</a></li><li class="navelem"><a class="el" href="dir_298f2a364723f4f4cea115538f944a94.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_019c6d3af924151b681494cc466be1ac.html">Debug</a></li><li class="navelem"><a class="el" href="dir_c5f98c05147bcbba78e71856485f5049.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Client.Tests.Program.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Client.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Client.Tests.Program.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_91e2bbee1291fcb0db7e0417b617d01e.html">Release</a></li><li class="navelem"><a class="el" href="dir_298f2a364723f4f4cea115538f944a94.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_71f5cbd840fdd1dea9f035c7b1a066ee.html">Tgstation.Server.Client.Tests</a></li><li class="navelem"><a class="el" href="dir_74017a19412e2f90cc6ad11fcac82495.html">obj</a></li><li class="navelem"><a class="el" href="dir_019c6d3af924151b681494cc466be1ac.html">Debug</a></li><li class="navelem"><a class="el" href="dir_c5f98c05147bcbba78e71856485f5049.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Release/netcoreapp2.1/Tgstation.Server.Host.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_90400719279795a0c5ea912516a4c874.html">Release</a></li><li class="navelem"><a class="el" href="dir_e928c7e494884ad322b5f6005c2954e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_2b9d136d9ffdab429a63a74fca28b300.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b87cbb2c60cf682b61fbfcceb9bced43.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Release/netcoreapp2.1/Tgstation.Server.Host.AssemblyInfo.cs Source File</title>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_90400719279795a0c5ea912516a4c874.html">Release</a></li><li class="navelem"><a class="el" href="dir_e928c7e494884ad322b5f6005c2954e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_2b9d136d9ffdab429a63a74fca28b300.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b87cbb2c60cf682b61fbfcceb9bced43.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Host.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_host_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_host_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host.Console/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Console.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: src/Tgstation.Server.Host.Console/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Console.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_be6161819238d55fa660c07ade960e53.html">Tgstation.Server.Host.Console</a></li><li class="navelem"><a class="el" href="dir_685b5aa2d8a661ab5bc3f68b331887b0.html">obj</a></li><li class="navelem"><a class="el" href="dir_7a9d035dcfcd6d9c7aa1efef4b6b58a4.html">Release</a></li><li class="navelem"><a class="el" href="dir_fcc41a8faa41492aba200a49fc7d0aed.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_be6161819238d55fa660c07ade960e53.html">Tgstation.Server.Host.Console</a></li><li class="navelem"><a class="el" href="dir_685b5aa2d8a661ab5bc3f68b331887b0.html">obj</a></li><li class="navelem"><a class="el" href="dir_fab1362e86740a2c573ef875dd474a67.html">Debug</a></li><li class="navelem"><a class="el" href="dir_a8807eef6592489c6a360d587f5b1a66.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host.Console/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Console.AssemblyInfo.cs Source File</title>
<title>tgstation-server: src/Tgstation.Server.Host.Console/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Console.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_be6161819238d55fa660c07ade960e53.html">Tgstation.Server.Host.Console</a></li><li class="navelem"><a class="el" href="dir_685b5aa2d8a661ab5bc3f68b331887b0.html">obj</a></li><li class="navelem"><a class="el" href="dir_7a9d035dcfcd6d9c7aa1efef4b6b58a4.html">Release</a></li><li class="navelem"><a class="el" href="dir_fcc41a8faa41492aba200a49fc7d0aed.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_be6161819238d55fa660c07ade960e53.html">Tgstation.Server.Host.Console</a></li><li class="navelem"><a class="el" href="dir_685b5aa2d8a661ab5bc3f68b331887b0.html">obj</a></li><li class="navelem"><a class="el" href="dir_fab1362e86740a2c573ef875dd474a67.html">Debug</a></li><li class="navelem"><a class="el" href="dir_a8807eef6592489c6a360d587f5b1a66.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Host.Console.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_host_8_console_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_host_8_console_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_40138fd4849573e743490d583f6d06d6.html">Release</a></li><li class="navelem"><a class="el" href="dir_b2c89c850c962495793d09ea3a2ee385.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_b92573f47b933d7a3661c26d1af2098b.html">Debug</a></li><li class="navelem"><a class="el" href="dir_1083fcf52a7d94a2efffb6ca88246acf.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.AssemblyInfo.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_40138fd4849573e743490d583f6d06d6.html">Release</a></li><li class="navelem"><a class="el" href="dir_b2c89c850c962495793d09ea3a2ee385.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_b92573f47b933d7a3661c26d1af2098b.html">Debug</a></li><li class="navelem"><a class="el" href="dir_1083fcf52a7d94a2efffb6ca88246acf.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Host.Console.Tests.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_host_8_console_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_host_8_console_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Console.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.Program.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.Program.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_40138fd4849573e743490d583f6d06d6.html">Release</a></li><li class="navelem"><a class="el" href="dir_b2c89c850c962495793d09ea3a2ee385.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_b92573f47b933d7a3661c26d1af2098b.html">Debug</a></li><li class="navelem"><a class="el" href="dir_1083fcf52a7d94a2efffb6ca88246acf.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.Program.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Console.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Console.Tests.Program.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_40138fd4849573e743490d583f6d06d6.html">Release</a></li><li class="navelem"><a class="el" href="dir_b2c89c850c962495793d09ea3a2ee385.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_e9975c2f0de13509bd9fb4e31ae732ab.html">Tgstation.Server.Host.Console.Tests</a></li><li class="navelem"><a class="el" href="dir_b524b00ec2259c3c83b44909fd47f6e3.html">obj</a></li><li class="navelem"><a class="el" href="dir_b92573f47b933d7a3661c26d1af2098b.html">Debug</a></li><li class="navelem"><a class="el" href="dir_1083fcf52a7d94a2efffb6ca88246acf.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Release/netcoreapp2.1/Tgstation.Server.Host.RazorAssemblyInfo.cs File Reference</title>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.RazorAssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_90400719279795a0c5ea912516a4c874.html">Release</a></li><li class="navelem"><a class="el" href="dir_e928c7e494884ad322b5f6005c2954e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_2b9d136d9ffdab429a63a74fca28b300.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b87cbb2c60cf682b61fbfcceb9bced43.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Release/netcoreapp2.1/Tgstation.Server.Host.RazorAssemblyInfo.cs Source File</title>
<title>tgstation-server: src/Tgstation.Server.Host/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.RazorAssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_90400719279795a0c5ea912516a4c874.html">Release</a></li><li class="navelem"><a class="el" href="dir_e928c7e494884ad322b5f6005c2954e1.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e0c1bccb03249d93bc42ac0968ce43fd.html">obj</a></li><li class="navelem"><a class="el" href="dir_2b9d136d9ffdab429a63a74fca28b300.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b87cbb2c60cf682b61fbfcceb9bced43.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Tests.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Tests.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_53c056aa6a96f034cca75f793964be6e.html">Release</a></li><li class="navelem"><a class="el" href="dir_53aae571c66a052729f8e64ccc397130.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_0b6a380fe7fc1e1d640d1ac854fc3fb6.html">Debug</a></li><li class="navelem"><a class="el" href="dir_2553b13cbb871373b0c30fb90d66217c.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Tests.AssemblyInfo.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Tests.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_53c056aa6a96f034cca75f793964be6e.html">Release</a></li><li class="navelem"><a class="el" href="dir_53aae571c66a052729f8e64ccc397130.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_0b6a380fe7fc1e1d640d1ac854fc3fb6.html">Debug</a></li><li class="navelem"><a class="el" href="dir_2553b13cbb871373b0c30fb90d66217c.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Host.Tests.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_host_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_host_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Tests.Program.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Tests.Program.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_53c056aa6a96f034cca75f793964be6e.html">Release</a></li><li class="navelem"><a class="el" href="dir_53aae571c66a052729f8e64ccc397130.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_0b6a380fe7fc1e1d640d1ac854fc3fb6.html">Debug</a></li><li class="navelem"><a class="el" href="dir_2553b13cbb871373b0c30fb90d66217c.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Tests.Program.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Tests.Program.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_53c056aa6a96f034cca75f793964be6e.html">Release</a></li><li class="navelem"><a class="el" href="dir_53aae571c66a052729f8e64ccc397130.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_ed78ff3b0fc4a7f5234cdb0b34617476.html">Tgstation.Server.Host.Tests</a></li><li class="navelem"><a class="el" href="dir_177c182c6d1f29bec543c3fdad3072d5.html">obj</a></li><li class="navelem"><a class="el" href="dir_0b6a380fe7fc1e1d640d1ac854fc3fb6.html">Debug</a></li><li class="navelem"><a class="el" href="dir_2553b13cbb871373b0c30fb90d66217c.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host.Watchdog/obj/Release/netstandard2.0/Tgstation.Server.Host.Watchdog.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: src/Tgstation.Server.Host.Watchdog/obj/Debug/netstandard2.0/Tgstation.Server.Host.Watchdog.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f0d41009ce252337feb2b68822c4cfba.html">Tgstation.Server.Host.Watchdog</a></li><li class="navelem"><a class="el" href="dir_fb12273b841438c2f2c9b5bc5398c636.html">obj</a></li><li class="navelem"><a class="el" href="dir_6c8d8f20501e8e412458f542d0998195.html">Release</a></li><li class="navelem"><a class="el" href="dir_13bee0ed20ecc83b9bcd4b869b726d42.html">netstandard2.0</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f0d41009ce252337feb2b68822c4cfba.html">Tgstation.Server.Host.Watchdog</a></li><li class="navelem"><a class="el" href="dir_fb12273b841438c2f2c9b5bc5398c636.html">obj</a></li><li class="navelem"><a class="el" href="dir_ea36b5ab01ad6e8b607438a02ae91964.html">Debug</a></li><li class="navelem"><a class="el" href="dir_a3714ab037275c284988fc90b4d045a5.html">netstandard2.0</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host.Watchdog/obj/Release/netstandard2.0/Tgstation.Server.Host.Watchdog.AssemblyInfo.cs Source File</title>
<title>tgstation-server: src/Tgstation.Server.Host.Watchdog/obj/Debug/netstandard2.0/Tgstation.Server.Host.Watchdog.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f0d41009ce252337feb2b68822c4cfba.html">Tgstation.Server.Host.Watchdog</a></li><li class="navelem"><a class="el" href="dir_fb12273b841438c2f2c9b5bc5398c636.html">obj</a></li><li class="navelem"><a class="el" href="dir_6c8d8f20501e8e412458f542d0998195.html">Release</a></li><li class="navelem"><a class="el" href="dir_13bee0ed20ecc83b9bcd4b869b726d42.html">netstandard2.0</a></li> </ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f0d41009ce252337feb2b68822c4cfba.html">Tgstation.Server.Host.Watchdog</a></li><li class="navelem"><a class="el" href="dir_fb12273b841438c2f2c9b5bc5398c636.html">obj</a></li><li class="navelem"><a class="el" href="dir_ea36b5ab01ad6e8b607438a02ae91964.html">Debug</a></li><li class="navelem"><a class="el" href="dir_a3714ab037275c284988fc90b4d045a5.html">netstandard2.0</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Host.Watchdog.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_host_8_watchdog_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_host_8_watchdog_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;4.0.1.4&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_c65d377d3c73fb4a07b3637f9c0caf4d.html">Release</a></li><li class="navelem"><a class="el" href="dir_900257602d294c4a4799e88420919068.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_e97d380c3eebaf0856a4ec180d749620.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b551a02288ef39e099594710382363a0.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.AssemblyInfo.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_c65d377d3c73fb4a07b3637f9c0caf4d.html">Release</a></li><li class="navelem"><a class="el" href="dir_900257602d294c4a4799e88420919068.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_e97d380c3eebaf0856a4ec180d749620.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b551a02288ef39e099594710382363a0.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Host.Watchdog.Tests.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_host_8_watchdog_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_host_8_watchdog_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Host.Watchdog.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.Program.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.Program.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_c65d377d3c73fb4a07b3637f9c0caf4d.html">Release</a></li><li class="navelem"><a class="el" href="dir_900257602d294c4a4799e88420919068.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_e97d380c3eebaf0856a4ec180d749620.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b551a02288ef39e099594710382363a0.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.Program.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Host.Watchdog.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Host.Watchdog.Tests.Program.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_c65d377d3c73fb4a07b3637f9c0caf4d.html">Release</a></li><li class="navelem"><a class="el" href="dir_900257602d294c4a4799e88420919068.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_5d5b300b88421e3050db28dd037f6f39.html">Tgstation.Server.Host.Watchdog.Tests</a></li><li class="navelem"><a class="el" href="dir_103b33cf1ab7043de6f87dfa61afa23f.html">obj</a></li><li class="navelem"><a class="el" href="dir_e97d380c3eebaf0856a4ec180d749620.html">Debug</a></li><li class="navelem"><a class="el" href="dir_b551a02288ef39e099594710382363a0.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Tests.AssemblyInfo.cs File Reference</title>
<title>tgstation-server: tests/Tgstation.Server.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Tests.AssemblyInfo.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_eb7c70823ae63176c38851687b13349d.html">Tgstation.Server.Tests</a></li><li class="navelem"><a class="el" href="dir_f0581cdd528a911f791df57d0f438bcb.html">obj</a></li><li class="navelem"><a class="el" href="dir_0e792d76844bf2d7c79795a56a50ebec.html">Release</a></li><li class="navelem"><a class="el" href="dir_6db5af7fcfa17a34c7abf23e195af4db.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_eb7c70823ae63176c38851687b13349d.html">Tgstation.Server.Tests</a></li><li class="navelem"><a class="el" href="dir_f0581cdd528a911f791df57d0f438bcb.html">obj</a></li><li class="navelem"><a class="el" href="dir_87039fa7b841d848ca75981d64237477.html">Debug</a></li><li class="navelem"><a class="el" href="dir_9257d56e926145e494a5aa5279887044.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: tests/Tgstation.Server.Tests/obj/Release/netcoreapp2.1/Tgstation.Server.Tests.AssemblyInfo.cs Source File</title>
<title>tgstation-server: tests/Tgstation.Server.Tests/obj/Debug/netcoreapp2.1/Tgstation.Server.Tests.AssemblyInfo.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_eb7c70823ae63176c38851687b13349d.html">Tgstation.Server.Tests</a></li><li class="navelem"><a class="el" href="dir_f0581cdd528a911f791df57d0f438bcb.html">obj</a></li><li class="navelem"><a class="el" href="dir_0e792d76844bf2d7c79795a56a50ebec.html">Release</a></li><li class="navelem"><a class="el" href="dir_6db5af7fcfa17a34c7abf23e195af4db.html">netcoreapp2.1</a></li> </ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li><li class="navelem"><a class="el" href="dir_eb7c70823ae63176c38851687b13349d.html">Tgstation.Server.Tests</a></li><li class="navelem"><a class="el" href="dir_f0581cdd528a911f791df57d0f438bcb.html">obj</a></li><li class="navelem"><a class="el" href="dir_87039fa7b841d848ca75981d64237477.html">Debug</a></li><li class="navelem"><a class="el" href="dir_9257d56e926145e494a5aa5279887044.html">netcoreapp2.1</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
@@ -92,7 +92,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Tgstation.Server.Tests.AssemblyInfo.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_tgstation_8_server_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Release&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<a href="_tgstation_8_server_8_tests_8_assembly_info_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// This code was generated by a tool.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// Runtime Version:4.0.30319.42000</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// Changes to this file may cause incorrect behavior and will be lost if</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// the code is regenerated.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// &lt;/auto-generated&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Reflection;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyCompanyAttribute(<span class="stringliteral">&quot;Tgstation.Server.Tests&quot;</span>)]</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyConfigurationAttribute(<span class="stringliteral">&quot;Debug&quot;</span>)]</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyFileVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyInformationalVersionAttribute(<span class="stringliteral">&quot;1.0.0&quot;</span>)]</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyProductAttribute(<span class="stringliteral">&quot;Tgstation.Server.Tests&quot;</span>)]</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyTitleAttribute(<span class="stringliteral">&quot;Tgstation.Server.Tests&quot;</span>)]</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;[assembly: <a class="code" href="namespace_system.html">System</a>.Reflection.AssemblyVersionAttribute(<span class="stringliteral">&quot;1.0.0.0&quot;</span>)]</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Generated by the MSBuild WriteCodeFragment class.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>

Some files were not shown because too many files have changed in this diff Show More