gost / sensorthings-net-sdk

.NET SDK for OGC SensorThings
MIT License
2 stars 2 forks source link

Fixed: Running tests using console (dotnet test). #16

Closed DLade closed 4 years ago

DLade commented 4 years ago
$ dotnet test
Core/SensorThingsCollection.cs(50,36): warning CS0693: Type parameter 'T' has the same name as the type parameter from outer type 'SensorThingsCollection<T>' [/home/dlade/git/frameworks/csharp/sensorthings-net-sdk/src/sensorthings-net-sdk/sensorthings-net-sdk.csproj]
Test run for /home/dlade/git/frameworks/csharp/sensorthings-net-sdk/src/sensorthings-net-sdk.tests/bin/Debug/netcoreapp3.1/sensorthings-net-sdk.tests.dll(.NETCoreApp,Version=v3.1)
Microsoft (R) Test Execution Command Line Tool Version 16.7.0
Copyright (c) Microsoft Corporation.  All rights reserved.

Starting test execution, please wait...

A total of 1 test files matched the specified pattern.

Test Run Successful.
Total tests: 29
     Passed: 29
 Total time: 16.0621 Seconds