#3181 Update namespaces and associated usings #3899
Annotations
3 errors and 11 warnings
src/IoTHub.Portal.Shared/Models/v1.0/IoTEdgeModule.cs#L12
The namespace 'IoTHub.Portal.Shared.Models.v1._0' already contains a definition for 'IoTEdgeModule'
|
src/IoTHub.Portal.Shared/Models/v1.0/IoTEdgeModule.cs#L12
The namespace 'IoTHub.Portal.Shared.Models.v1._0' already contains a definition for 'IoTEdgeModule'
|
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
|
This job failed
Loading