Skip to content

Commit

Permalink
Fixed all reference errors for the test project
Browse files Browse the repository at this point in the history
Removed (with #if) the tests linked to parts that were removed from the code in .Net Core

Fixed with #if all the usings correctly.
  • Loading branch information
Gimly committed Aug 5, 2016
1 parent 92df9ec commit e95df7f
Show file tree
Hide file tree
Showing 15 changed files with 2,244 additions and 78 deletions.
1 change: 1 addition & 0 deletions FluentAssertionsMvc.sln
Expand Up @@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
_todo_.txt = _todo_.txt
Contributors.txt = Contributors.txt
global.json = global.json
src\SolutionInfo.cs = src\SolutionInfo.cs
EndProjectSection
EndProject
Expand Down
3 changes: 3 additions & 0 deletions global.json
@@ -0,0 +1,3 @@
{
"projects": [ "src" ]
}
Expand Up @@ -17,3 +17,5 @@

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("ea71d220-089e-4cb1-b187-d9bb4dfd8624")]

[assembly: InternalsVisibleTo("FluentAssertions.AspNetCore.Mvc.Tests")]
4 changes: 3 additions & 1 deletion tests/FluentAssertions.AspNetCore.Mvc.Tests/project.json
Expand Up @@ -4,7 +4,9 @@
"dependencies": {
"NETStandard.Library": "1.6.0",
"NUnit": "3.4.1",
"dotnet-test-nunit": "3.4.0-beta-1"
"dotnet-test-nunit": "3.4.0-beta-1",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"FluentAssertions.AspNetCore.Mvc": "1.0.0-*"
},

"buildOptions": {
Expand Down

0 comments on commit e95df7f

Please sign in to comment.