Skip to content

Add rooms

Add rooms #5

Triggered via pull request May 5, 2024 19:33
@lucas-mrqlucas-mrq
synchronize #2
add-rooms
Status Failure
Total duration 5m 1s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Analyze Csharp: src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L4
Using directives must be placed inside of a namespace declaration (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0065)
Analyze Csharp: src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L4
Using directives must be placed inside of a namespace declaration (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0065)
Analyze Csharp
Process completed with exit code 1.
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)
Analyze Csharp: 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)