Skip to content

Merge pull request #43 from yongenaelf/load-test #37

Merge pull request #43 from yongenaelf/load-test

Merge pull request #43 from yongenaelf/load-test #37

Triggered via push October 21, 2024 12:23
Status Success
Total duration 1m 41s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
docker
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
docker: PlaygroundService/Utilities/ProcessHelper.cs#L40
Cannot convert null literal to non-nullable reference type.
docker: PlaygroundService/Startup.cs#L16
Converting null literal or possible null value to non-nullable type.
docker: PlaygroundService/Startup.cs#L17
Converting null literal or possible null value to non-nullable type.
docker: PlaygroundService/Utilities/ZipHelper.cs#L18
The variable 'e' is declared but never used
docker: PlaygroundService/Program.cs#L64
'ConsoleLoggerOptions.IncludeScopes' is obsolete: 'ConsoleLoggerOptions.IncludeScopes has been deprecated. Use ConsoleFormatterOptions.IncludeScopes instead.'
docker: PlaygroundService/Program.cs#L65
'ConsoleLoggerOptions.TimestampFormat' is obsolete: 'ConsoleLoggerOptions.TimestampFormat has been deprecated. Use ConsoleFormatterOptions.TimestampFormat instead.'
docker: PlaygroundService/Program.cs#L22
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
docker: PlaygroundService/Program.cs#L40
Dereference of a possibly null reference.
docker: PlaygroundService/Program.cs#L42
Dereference of a possibly null reference.
deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/