Skip to content

Submodule update after security fix in microservice #52

Submodule update after security fix in microservice

Submodule update after security fix in microservice #52

Triggered via push May 29, 2024 09:24
Status Success
Total duration 6m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/ConfigureOptions.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/Edge.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/Edge.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/Edge.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/Edge.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/Edge.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/Edge.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/EdgeOptions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/EdgeOptions.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/VisNetwork.Blazor.Models/src/VisNetwork.Blazor.Models/EdgeOptions.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/MDD4All.MongoDB.DataAccess.Generic/src/MDD4All.MongoDB.DataAccess.Generic/MongoDBDataAccessor.cs#L140
'IMongoCollection<T>.ReplaceOne(FilterDefinition<T>, T, UpdateOptions, CancellationToken)' is obsolete: 'Use the overload that takes a ReplaceOptions instead of an UpdateOptions.'
build: src/MDD4All.SpecIF.Generators.Vocabulary/src/MDD4All.SpecIF.Generators.Vocabulary/IntegratedClassGenerator.cs#L52
The variable 'domainSpecIF' is assigned but its value is never used
build: src/MDD4All.SpecIF.DataProvider.EA/src/MDD4All.SoecIF.DataProvider.EA.Test/TestEaSpecIfConverter.cs#L74
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
build: src/MDD4All.SpecIF.DataProvider.EA/src/MDD4All.SoecIF.DataProvider.EA.Test/TestEaSpecIfConverter.cs#L19
This call site is reachable on all platforms. 'Type.GetTypeFromProgID(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/MDD4All.SpecIF.Microservice.JiraWebhook/src/MDD4All.SpecIF.Microservice.JiraWebhook/Startup.cs#L43
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
build: src/MDD4All.SpecIF.Microservice.JiraWebhook/src/MDD4All.SpecIF.Microservice.JiraWebhook/Startup.cs#L31
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.' (https://aka.ms/aspnetcore-warnings/ASP5001)
build: src/MDD4All.SpecIF.Microservice.JiraWebhook/src/MDD4All.SpecIF.Microservice.JiraWebhook/Startup.cs#L31
'CompatibilityVersion.Latest' is obsolete: 'This CompatibilityVersion value is obsolete.'