Skip to content

Instantly share code, notes, and snippets.

@cdalar
Created August 29, 2017 08:00
Show Gist options
  • Save cdalar/062a6047459879b5faec5f5ab537b164 to your computer and use it in GitHub Desktop.
Save cdalar/062a6047459879b5faec5f5ab537b164 to your computer and use it in GitHub Desktop.
cd@Cemals-MacBook-Pro ~/realnetapi> dotnet test
Build started, please wait...
Build started, please wait...
Build started, please wait...
Build started, please wait...
Build started, please wait...
Build started, please wait...
Build completed.
Test run for /Users/cd/realnetapi/RealNetApi.Core/bin/Debug/netcoreapp2.0/RealNetApi.Core.dll(.NETCoreApp,Version=v2.0)
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
No test is available in /Users/cd/realnetapi/RealNetApi.Core/bin/Debug/netcoreapp2.0/RealNetApi.Core.dll. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk" and framework version settings are appropriate and try again.
Build completed.
Test run for /Users/cd/realnetapi/Data/RealNetApi.Models/bin/Debug/netcoreapp2.0/RealNetApi.Models.dll(.NETCoreApp,Version=v2.0)
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
No test is available in /Users/cd/realnetapi/Data/RealNetApi.Models/bin/Debug/netcoreapp2.0/RealNetApi.Models.dll. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk" and framework version settings are appropriate and try again.
Build completed.
Test run for /Users/cd/realnetapi/Data/RealNetApi.Data/bin/Debug/netcoreapp2.0/RealNetApi.Data.dll(.NETCoreApp,Version=v2.0)
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
No test is available in /Users/cd/realnetapi/Data/RealNetApi.Data/bin/Debug/netcoreapp2.0/RealNetApi.Data.dll. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk" and framework version settings are appropriate and try again.
Build completed.
Test run for /Users/cd/realnetapi/RealNetApi.Bll/bin/Debug/netcoreapp2.0/RealNetApi.Bll.dll(.NETCoreApp,Version=v2.0)
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
No test is available in /Users/cd/realnetapi/RealNetApi.Bll/bin/Debug/netcoreapp2.0/RealNetApi.Bll.dll. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk" and framework version settings are appropriate and try again.
/usr/local/share/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets(1987,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.AspNetCore.Mvc.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/cd/realnetapi/RealNetApi.Test/RealNetApi.Test.csproj]
Build completed.
Build completed.
Test run for /Users/cd/realnetapi/RealNetApi.Test/bin/Debug/netcoreapp2.0/RealNetApi.Test.dll(.NETCoreApp,Version=v2.0)
Test run for /Users/cd/realnetapi/RealNetApi/bin/Debug/netcoreapp2.0/RealNetApi.dll(.NETCoreApp,Version=v2.0)
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation. All rights reserved.
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
Starting test execution, please wait...
No test is available in /Users/cd/realnetapi/RealNetApi/bin/Debug/netcoreapp2.0/RealNetApi.dll. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk" and framework version settings are appropriate and try again.
Failed RealNetApi.Test.PropertyTest.GetAllTest
Error Message:
Unable to get default constructor for class RealNetApi.Test.PropertyTest.
Total tests: 1. Passed: 0. Failed: 1. Skipped: 0.
Test Run Failed.
Test execution time: 1.5741 Seconds
cd@Cemals-MacBook-Pro ~/realnetapi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment