Skip to content

Bump NUnit.Analyzers from 3.10.0 to 4.0.1 #1049

Bump NUnit.Analyzers from 3.10.0 to 4.0.1

Bump NUnit.Analyzers from 3.10.0 to 4.0.1 #1049

Triggered via push February 10, 2024 13:19
Status Failure
Total duration 4m 17s
Artifacts 3

main.yml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

45 errors and 52 warnings
ci (ubuntu-latest, Release)
Process completed with exit code 1.
ci (ubuntu-latest, Release): UnitTests/ExceptionTests.cs#L68
'Assert' does not contain a definition for 'IsTrue'
ci (ubuntu-latest, Release): UnitTests/ArgumentExceptionTests.cs#L155
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Release): UnitTests/ArgumentExceptionTests.cs#L166
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Release): UnitTests/ArgumentExceptionTests.cs#L178
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Release): UnitTests/ArgumentExceptionTests.cs#L186
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Release): UnitTests/ArgumentExceptionTests.cs#L199
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Release): UnitTests/ArgumentExceptionTests.cs#L207
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Release): UnitTests/ExceptionTests.cs#L154
'Assert' does not contain a definition for 'IsTrue'
ci (ubuntu-latest, Release): UnitTests/Encodings/EncoderTests.cs#L567
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Release): UnitTests/Encodings/EncoderTests.cs#L578
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/ExceptionTests.cs#L68
'Assert' does not contain a definition for 'IsTrue'
ci (ubuntu-latest, Debug): UnitTests/ExceptionTests.cs#L154
'Assert' does not contain a definition for 'IsTrue'
ci (ubuntu-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L155
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L166
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L178
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L186
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L199
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L207
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/Encodings/EncoderTests.cs#L567
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug): UnitTests/Encodings/EncoderTests.cs#L578
'Assert' does not contain a definition for 'IsInstanceOf'
ci (ubuntu-latest, Debug)
Process completed with exit code 1.
ci (windows-latest, Debug)
Process completed with exit code 1.
ci (windows-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L155
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L166
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L178
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L186
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L199
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug): UnitTests/ArgumentExceptionTests.cs#L207
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug): UnitTests/Utils/ParseUtilsTests.cs#L68
'Assert' does not contain a definition for 'False'
ci (windows-latest, Debug): UnitTests/Tnef/TnefTests.cs#L943
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug): UnitTests/Tnef/TnefTests.cs#L964
'Assert' does not contain a definition for 'IsEmpty'
ci (windows-latest, Debug): UnitTests/Tnef/TnefTests.cs#L968
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Debug)
Process completed with exit code 1.
ci (windows-latest, Release): UnitTests/ArgumentExceptionTests.cs#L155
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/ArgumentExceptionTests.cs#L166
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/ArgumentExceptionTests.cs#L178
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/ArgumentExceptionTests.cs#L186
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/ArgumentExceptionTests.cs#L199
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/ArgumentExceptionTests.cs#L207
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/Utils/ParseUtilsTests.cs#L68
'Assert' does not contain a definition for 'False'
ci (windows-latest, Release): UnitTests/Encodings/EncoderTests.cs#L567
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/Encodings/EncoderTests.cs#L578
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release): UnitTests/Encodings/EncoderTests.cs#L594
'Assert' does not contain a definition for 'IsInstanceOf'
ci (windows-latest, Release)
The operation was canceled.
ci (ubuntu-latest, Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci (ubuntu-latest, Release): UnitTests/Utils/ValueStringBuilderTests.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (ubuntu-latest, Release): UnitTests/Utils/ValueStringBuilderTests.cs#L108
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Release)
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/
ci (ubuntu-latest, Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug): UnitTests/Utils/ValueStringBuilderTests.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (ubuntu-latest, Debug): UnitTests/Utils/ValueStringBuilderTests.cs#L108
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (ubuntu-latest, Debug)
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/
ci (windows-latest, Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1, actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci (windows-latest, Debug): UnitTests/Utils/ValueStringBuilderTests.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (windows-latest, Debug): UnitTests/Utils/ValueStringBuilderTests.cs#L108
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Debug)
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/
ci (windows-latest, Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci (windows-latest, Release): UnitTests/Utils/ValueStringBuilderTests.cs#L88
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (windows-latest, Release): UnitTests/Utils/ValueStringBuilderTests.cs#L108
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/
ci (windows-latest, Release)
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/

Artifacts

Produced during runtime
Name Size
MimeKit.4.3.0.1049-ubuntu-latest-Debug-TestResults.xml Expired
1.09 KB
MimeKit.4.3.0.1049-ubuntu-latest-Release-TestResults.xml Expired
1.1 KB
MimeKit.4.3.0.1049-windows-latest-Debug-TestResults.xml Expired
1.07 KB