File attechment submodel #690
playwright-tests.yml
on: pull_request
Run Playwright Tests
50s
Annotations
3 errors and 11 warnings
|
Run Playwright Tests
Process completed with exit code 1.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.DataEngine.UnitTests/Infrastructure/Streaming/FileContentProviderTests.cs#L4
The type or namespace name 'Streaming' does not exist in the namespace 'AAS.TwinEngine.DataEngine.Infrastructure' (are you missing an assembly reference?)
|
|
Run Playwright Tests:
source/AAS.TwinEngine.DataEngine.UnitTests/Infrastructure/Streaming/FileContentProviderTests.cs#L4
The type or namespace name 'Streaming' does not exist in the namespace 'AAS.TwinEngine.DataEngine.Infrastructure' (are you missing an assembly reference?)
|
|
Run Playwright Tests
No files were found with the provided path: **/*playwright_test_results.trx. No artifacts will be uploaded.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MockData.cs#L8
Non-nullable property 'SubmodelData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MockData.cs#L7
Non-nullable property 'MetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/Submodel/Services/JsonSchemaParser.cs#L47
Possible null reference argument for parameter 'definitions' in 'SemanticTreeNode JsonSchemaParser.ProcessProperty(string schemaPropertyName, JsonSchema property, DefinitionsKeyword definitions)'.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/Submodel/Services/SemanticTreeHandler.cs#L144
Dereference of a possibly null reference.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/MetaData/MappingProfiles/AssetMappingProfile.cs#L12
Dereference of a possibly null reference.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/Manifest/MappingProfiles/ManifestMappingProfile.cs#L14
Dereference of a possibly null reference.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/ApplicationLogic/Services/Submodel/Config/Semantics.cs#L10
Non-nullable property 'IndexContextPrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/Submodel/Handler/SubmodelHandler.cs#L14
Parameter 'logger' is unread.
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin.PlaywrightTests/ApiTestBase.cs#L52
Change the return type of method 'ApiTestBase.Base64EncodeUrl(string)' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1055)
|
|
Run Playwright Tests:
source/AAS.TwinEngine.Plugin.TestPlugin.PlaywrightTests/ApiTestBase.cs#L16
Change the type of property 'ApiTestBase.BaseUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
|