Skip to content

Bump xunit from 2.5.0 to 2.5.1 in /src #519

Bump xunit from 2.5.0 to 2.5.1 in /src

Bump xunit from 2.5.0 to 2.5.1 in /src #519

Triggered via pull request October 1, 2023 04:14
Status Success
Total duration 10m 48s
Artifacts 1

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

40 warnings and 10 notices
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[email protected], actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/NVika/BuildServers/AppVeyor.cs#L48
Consider put an default clause in Switch. in src\NVika\BuildServers\AppVeyor.cs on line 48
build: src/NVika/BuildServers/AppVeyor.cs#L64
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'NVika.BuildServers.AppVeyor.WriteMessage(NVika.Parsers.Issue)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. in src\NVika\BuildServers\AppVeyor.cs on line 64
build: src/NVika/BuildServers/AppVeyor.cs#L112
Auto-property accessor 'Message.get' is never used in src\NVika\BuildServers\AppVeyor.cs on line 112
build: src/NVika/BuildServers/AppVeyor.cs#L114
Auto-property accessor 'Category.get' is never used in src\NVika\BuildServers\AppVeyor.cs on line 114
build: src/NVika/BuildServers/AppVeyor.cs#L116
Auto-property accessor 'FileName.get' is never used in src\NVika\BuildServers\AppVeyor.cs on line 116
build: src/NVika/BuildServers/AppVeyor.cs#L118
Auto-property accessor 'Line.get' is never used in src\NVika\BuildServers\AppVeyor.cs on line 118
build: src/NVika/BuildServers/AppVeyor.cs#L120
Auto-property accessor 'ProjectName.get' is never used in src\NVika\BuildServers\AppVeyor.cs on line 120
build: src/NVika/BuildServers/AppVeyor.cs#L122
Auto-property accessor 'Column.get' is never used in src\NVika\BuildServers\AppVeyor.cs on line 122
build: src/NVika/BuildServers/AppVeyor.cs#L124
Auto-property accessor 'Details.get' is never used in src\NVika\BuildServers\AppVeyor.cs on line 124
build: src/NVika/BuildServers/GitHub.cs#L27
Consider put an default clause in Switch. in src\NVika\BuildServers\GitHub.cs on line 27
build: src/NVika/Exceptions/LoadingReportException.cs#L6
Add the following constructor to LoadingReportException: public LoadingReportException()
build: src/NVika/Exceptions/LoadingReportException.cs#L6
Add the following constructor to LoadingReportException: public LoadingReportException(string message)
build: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException()
build: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException(string message)
build: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException(string message, Exception innerException)
build: src/NVika/Exceptions/NVikaException.cs#L6
Exceptions should be public
build: src/NVika/Exceptions/NVikaException.cs#L6
Make this exception 'public'.
build: src/NVika/Program.cs#L56
Modify 'Run' to catch a more specific allowed exception type, or rethrow the exception
build: src/NVika/Program.cs#L60
Method 'int Program.Run(string[] args)' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Error: logger is not configured.".
build: src/NVika/Program.cs#L86
The behavior of '{0}' could vary based on the current user's locale settings. Provide a value for the 'IFormatProvider' argument.
build: src/NVika/Exceptions/LoadingReportException.cs#L6
Add the following constructor to LoadingReportException: public LoadingReportException()
build: src/NVika/Exceptions/LoadingReportException.cs#L6
Add the following constructor to LoadingReportException: public LoadingReportException(string message)
build: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException()
build: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException(string message)
build: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException(string message, Exception innerException)
build: src/NVika/Exceptions/NVikaException.cs#L6
Exceptions should be public
build: src/NVika/Exceptions/NVikaException.cs#L6
Make this exception 'public'.
build: src/NVika/Program.cs#L56
Modify 'Run' to catch a more specific allowed exception type, or rethrow the exception
build: src/NVika/Program.cs#L60
Method 'int Program.Run(string[] args)' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Error: logger is not configured.".
build: src/NVika/BuildServers/AppVeyor.cs#L22
Inconsistent body style: use expression-bodied property in src\NVika\BuildServers\AppVeyor.cs on line 22
build: src/NVika/BuildServers/AppVeyor.cs#L76
Convert into 'using' declaration in src\NVika\BuildServers\AppVeyor.cs on line 76
build: src/NVika/BuildServers/AppVeyor.cs#L96
Use object initializer in src\NVika\BuildServers\AppVeyor.cs on line 96
build: src/NVika/BuildServers/LocalBuildServer.cs#L16
Inconsistent body style: use expression-bodied property in src\NVika\BuildServers\LocalBuildServer.cs on line 16
build: src/NVika/Parsers/FxCopParser.cs#L10
Redundant type specification in src\NVika\Parsers\FxCopParser.cs on line 10
build: src/NVika/Parsers/FxCopParser.cs#L16
Inconsistent body style: use expression-bodied property in src\NVika\Parsers\FxCopParser.cs on line 16
build: src/NVika/Parsers/GendarmeParser.cs#L10
Redundant type specification in src\NVika\Parsers\GendarmeParser.cs on line 10
build: src/NVika/Parsers/GendarmeParser.cs#L16
Inconsistent body style: use expression-bodied property in src\NVika\Parsers\GendarmeParser.cs on line 16
build: src/NVika/Parsers/InspectCodeParser.cs#L10
Redundant type specification in src\NVika\Parsers\InspectCodeParser.cs on line 10
build: src/NVika/Parsers/InspectCodeParser.cs#L14
Inconsistent body style: use expression-bodied property in src\NVika\Parsers\InspectCodeParser.cs on line 14

Artifacts

Produced during runtime
Name Size
artifact Expired
23.9 MB