Skip to content

chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src #302

chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src

chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src #302

Triggered via pull request November 25, 2024 19:07
Status Success
Total duration 41s
Artifacts

build.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Joba.IBM.RPA/Wal/WalFile.cs#L167
'WalFile.WalFileProto': new protected member declared in sealed type
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L14
Non-nullable field 'catch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L52
Converting null literal or possible null value to non-nullable type.
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L64
Possible null reference argument for parameter 'next' in 'Task IAsyncMiddleware<TContext>.Run(TContext parameter, Func<TContext, Task> next, CancellationToken cancellation)'.
build: src/Joba.IBM.RPA/Pipeline/AsyncPipeline.cs#L93
Non-nullable field 'finally' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Joba.IBM.RPA/Wal/WalFile.cs#L106
Possible null reference argument for parameter 'ProductVersion' in 'PublishScript.PublishScript(Guid? Id, Guid? VersionId, string Name, string? Description, string Content, string ProductVersion, bool SetAsProduction, int GreenExecutionTimeSeconds, int YellowExecutionTimeSeconds, int RedExecutionTimeSeconds)'.
build: src/Joba.IBM.RPA/Account/ServerConfig.cs#L54
'AuthenticationMethod.WDG' is obsolete: 'It looks like IBM RPA 23.0.8 replaced 'WDG' for 'RPA'.'
build: src/Joba.IBM.RPA/Templates/TemplateException.cs#L10
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: src/Joba.IBM.RPA/Compiler/Bluewasher.cs#L251
Dereference of a possibly null reference.
build: src/Joba.IBM.RPA/Compiler/WalAnalyzer.cs#L95
Possible null reference assignment.