Skip to content

Commit b00b87b

Browse files
committed
Bumped core version and adjusted namespaces.
1 parent 50ac038 commit b00b87b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+194
-153
lines changed

src/Coderr.Client.AspNet.Demo/Coderr.Client.AspNet.Demo.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" />
4-
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
3+
<Import Project="..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" />
4+
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
55
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -13,7 +13,7 @@
1313
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1414
<OutputType>Library</OutputType>
1515
<AppDesignerFolder>Properties</AppDesignerFolder>
16-
<RootNamespace>codeRR.Client.AspNet.Demo</RootNamespace>
16+
<RootNamespace>Coderr.Client.AspNet.Demo</RootNamespace>
1717
<AssemblyName>Coderr.Client.AspNet.Demo</AssemblyName>
1818
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1919
<UseIISExpress>false</UseIISExpress>
@@ -44,15 +44,15 @@
4444
<WarningLevel>4</WarningLevel>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Coderr.Client, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Coderr.Client.1.0.5\lib\net451\Coderr.Client.dll</HintPath>
47+
<Reference Include="Coderr.Client, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Coderr.Client.1.1.0\lib\net452\Coderr.Client.dll</HintPath>
4949
</Reference>
50-
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51-
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
50+
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51+
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
5252
</Reference>
5353
<Reference Include="Microsoft.CSharp" />
54-
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
55-
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
54+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
5656
</Reference>
5757
<Reference Include="OneTrueError.Client, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
5858
<HintPath>..\packages\OneTrueError.Client.1.0.3\lib\net40\OneTrueError.Client.dll</HintPath>
@@ -155,8 +155,8 @@
155155
<PropertyGroup>
156156
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
157157
</PropertyGroup>
158-
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
159-
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props'))" />
158+
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
159+
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props'))" />
160160
</Target>
161161
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162162
Other similar extension points exist, see Microsoft.Common.targets.

src/Coderr.Client.AspNet.Demo/Default.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="codeRR.Client.AspNet.Demo.Default" %>
1+
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Coderr.Client.AspNet.Demo.Default" %>
22

33
<!DOCTYPE html>
44

src/Coderr.Client.AspNet.Demo/Default.aspx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.IO;
33
using System.Web;
44

5-
namespace codeRR.Client.AspNet.Demo
5+
namespace Coderr.Client.AspNet.Demo
66
{
77
public partial class Default : System.Web.UI.Page
88
{

src/Coderr.Client.AspNet.Demo/Default.aspx.designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="codeRR.Client.AspNet.Demo.Errors.Error" %>
1+
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="Coderr.Client.AspNet.Demo.Errors.Error" %>
22

33
<!DOCTYPE html>
44

@@ -7,13 +7,18 @@
77
<title></title>
88
</head>
99
<body>
10-
<form action="$URL$" method="post">
11-
<input type="hidden" name="reportId" value="$reportId$" />
12-
<div>
13-
<h1>General error!</h1>
14-
<p>this is just a sample of custom error pages.</p>
15-
<p>You can create your own, or uncomment <code>Err.Configuration.SetErrorPageGenerator</code> in global.asax to view the built in ones.</p>
16-
</div>
17-
</form>
10+
<form action="$URL$" method="post">
11+
<input type="hidden" name="reportId" value="$reportId$" />
12+
<div>
13+
<h1>General error!</h1>
14+
<p>this is just a sample of custom error pages.</p>
15+
<p>You can create your own, or uncomment <code>Err.Configuration.SetErrorPageGenerator</code> in global.asax to view the built in ones.</p>
16+
<textarea name="Description"></textarea>
17+
<input type="email" name="email" placeholder="Email"/>
18+
<input type="checkbox" name="Allowed" value="true" checked="$AllowReportUploading$" />
19+
I allow thy to collect the additional information.
20+
<input type="submit" value="SEND"/>
21+
</div>
22+
</form>
1823
</body>
19-
</html>
24+
</html>

src/Coderr.Client.AspNet.Demo/Errors/Error.aspx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Web.UI;
66
using System.Web.UI.WebControls;
77

8-
namespace codeRR.Client.AspNet.Demo.Errors
8+
namespace Coderr.Client.AspNet.Demo.Errors
99
{
1010
public partial class Error : System.Web.UI.Page
1111
{

src/Coderr.Client.AspNet.Demo/Errors/Error.aspx.designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Coderr.Client.AspNet.Demo/Errors/NotFound.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NotFound.aspx.cs" Inherits="codeRR.Client.AspNet.Demo.Errors.NotFound" %>
1+
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NotFound.aspx.cs" Inherits="Coderr.Client.AspNet.Demo.Errors.NotFound" %>
22
<!DOCTYPE html>
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head runat="server">

src/Coderr.Client.AspNet.Demo/Errors/NotFound.aspx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Web.UI;
66
using System.Web.UI.WebControls;
77

8-
namespace codeRR.Client.AspNet.Demo.Errors
8+
namespace Coderr.Client.AspNet.Demo.Errors
99
{
1010
public partial class NotFound : System.Web.UI.Page
1111
{

src/Coderr.Client.AspNet.Demo/Errors/NotFound.aspx.designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)