#3175 Moving usings to GlobalUsing.cs #3894
ci-tests.yml
on: pull_request
Unit tests
59s
Codecov
0s
Annotations
10 errors and 11 warnings
Unit tests:
src/IoTHub.Portal.Tests.Unit/GlobalUsings.cs#L129
The type or namespace name 'LoRaWAN' does not exist in the namespace 'IoTHub.Portal.Server.Controllers.v1._0' (are you missing an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Services/LoRaWanDeviceServiceTests.cs#L7
The type or namespace name 'Entities' does not exist in the namespace 'IoTHub.Portal.Tests.Unit.Domain' (are you missing an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/AdminControllerTests.cs#L20
The type or namespace name 'AdminController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeDevicesControllerTests.cs#L29
The type or namespace name 'EdgeDevicesController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceModelControllerBaseTests.cs#L12
The type or namespace name 'DeviceModelsController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceConfigurationsControllerTests.cs#L21
The type or namespace name 'DeviceConfigurationsController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeDevicesControllerTests.cs#L11
The type or namespace name 'EdgeDevicesController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceModelPropertiesControllerTests.cs#L158
The type or namespace name 'DeviceModelPropertiesController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DeviceModelPropertiesControllerTests.cs#L13
The type or namespace name 'DeviceModelPropertiesController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/DevicesControllerTests.cs#L33
The type or namespace name 'DevicesController' could not be found (are you missing a using directive or an assembly reference?)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/TagsConfigurationPage.cs#L12
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/TagsConfigurationPage.cs#L47
Member 'RemoveTag' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/LoginPage.cs#L25
Modify 'LoginPage.LoginPage(IConfiguration)' to call 'INavigation.GoToUrl(Uri)' instead of 'INavigation.GoToUrl(string)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2234)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/LoginPage.cs#L23
In externally visible method 'LoginPage.LoginPage(IConfiguration configuration)', validate parameter 'configuration' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/LoginPage.cs#L15
Member 'UsernameField' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/LoginPage.cs#L16
Member 'PasswordField' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/LoginPage.cs#L17
Member 'LoginButton' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/DevicePage.cs#L18
In externally visible method 'DevicePage.DevicePage(IWebDriver driver, WebDriverWait wait)', validate parameter 'wait' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/Pages/DevicePage.cs#L19
In externally visible method 'DevicePage.DevicePage(IWebDriver driver, WebDriverWait wait)', validate parameter 'driver' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
Unit tests:
src/IoTHub.Portal.Tests.E2E/E2ETest.cs#L29
Member 'AddBorwserLogs' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Unit tests
No files were found with the provided path: src/IoTHub.Portal.Tests.Unit/TestResults. No artifacts will be uploaded.
|