Develop #42
Merged
Develop #42
Annotations
20 warnings
|
Start Docker Compose services
Possible null reference argument for parameter 'baseUrl' in 'IServiceCollection HttpClientRegistrationExtensions.AddHttpClientWithResilience(IServiceCollection services, IConfiguration configuration, string clientName, string retryPolicySectionKey, Uri baseUrl)'.
|
|
Start Docker Compose services
Dereference of a possibly null reference.
|
|
Start Docker Compose services
Non-nullable property 'SubmodelData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Start Docker Compose services
Non-nullable property 'MetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Start Docker Compose services
Possible null reference argument for parameter 'definitions' in 'SemanticTreeNode JsonSchemaParser.ProcessProperty(string schemaPropertyName, JsonSchema property, DefinitionsKeyword definitions)'.
|
|
Start Docker Compose services
Dereference of a possibly null reference.
|
|
Start Docker Compose services
Parameter 'logger' is unread.
|
|
Start Docker Compose services
Non-nullable property 'IndexContextPrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Start Docker Compose services
Dereference of a possibly null reference.
|
|
Start Docker Compose services
Dereference of a possibly null reference.
|
|
Build solution:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/Submodel/Services/SemanticTreeHandler.cs#L144
Dereference of a possibly null reference.
|
|
Build solution:
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)'.
|
|
Build solution:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/MetaData/MappingProfiles/AssetMappingProfile.cs#L12
Dereference of a possibly null reference.
|
|
Build solution:
source/AAS.TwinEngine.Plugin.TestPlugin/Api/Manifest/MappingProfiles/ManifestMappingProfile.cs#L14
Dereference of a possibly null reference.
|
|
Build solution:
source/AAS.TwinEngine.Plugin.TestPlugin/ApplicationLogic/Services/MetaData/MetaDataService.cs#L6
Parameter 'logger' is unread.
|
|
Build solution:
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.
|
|
Build solution:
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.
|
|
Build solution:
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.
|
|
Build solution:
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)
|
|
Build solution:
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)
|
Loading