Add rooms #6
ci-tests.yml
on: pull_request
Unit tests
1m 16s
Codecov
0s
Annotations
9 errors and 11 warnings
Unit tests:
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)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L58
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L97
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L136
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Unit tests:
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)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L58
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L97
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Unit tests:
src/IoTHub.Portal.Tests.Unit/Client/Dialogs/Layer/DeleteLayerDialogTest.cs#L136
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Unit tests
Process completed with exit code 1.
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/DeviceDetails.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/Filters/DeviceListFilter.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/IDeviceDetails.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/DeviceListItem.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/LoRaWAN/LoRaDeviceDetails.cs#L151
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Unit tests:
src/IoTHub.Portal.Shared/Constants/CloudProviders.cs#L4
Rename namespace IoTHub.Portal.Shared.Constants so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
Unit tests:
src/IoTHub.Portal.Shared/Constants/CloudToDeviceMethods.cs#L6
Type 'CloudToDeviceMethods' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/ConfigurationMetrics.cs#L4
Rename namespace IoTHub.Portal.Shared.Models.v10 so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/EdgeModelSystemModule.cs#L12
Change the type of property 'EdgeModelSystemModule.ImageUri' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
|
Unit tests:
src/IoTHub.Portal.Shared/Models/v1.0/EdgeModelSystemModule.cs#L16
Change 'EnvironmentVariables' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
Unit tests
No files were found with the provided path: src/IoTHub.Portal.Tests.Unit/TestResults. No artifacts will be uploaded.
|