chore(deps): update dependency meziantou.analyzer to 2.0.184 #2174
Annotations
11 errors and 11 warnings
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileMock.cs(72,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileMock.cs(145,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs(361,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs(481,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs(503,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs(632,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileStreamMock.cs(614,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileMock.cs(785,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileMock.cs(850,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/FileSystem/FileMock.cs(1319,3): error MA0100: Await task before disposing of resources (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0100.md) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net7.0]
|
Upload artifacts
No files were found with the provided path: ./Artifacts/*
./TestResults/*.trx. No artifacts will be uploaded.
|
Run unit tests (ubuntu|macos):
Pipeline/Build.MutationTests.cs#L47
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Settings/Testably.Abstractions.TestSettings/Testably.Abstractions.TestSettings.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Testably.Abstractions.sln]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Compression.Tests/Testably.Abstractions.Compression.Tests.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Testably.Abstractions.sln]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.AccessControl.Tests/Testably.Abstractions.AccessControl.Tests.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Testably.Abstractions.sln]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Helpers/Testably.Abstractions.TestHelpers/Testably.Abstractions.TestHelpers.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Testably.Abstractions.sln]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Testably.Abstractions.sln]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Helpers/Testably.Abstractions.Tests.SourceGenerator/Testably.Abstractions.Tests.SourceGenerator.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Testably.Abstractions.sln]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [TargetFramework=net6.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [TargetFramework=net7.0]
|
Run unit tests (ubuntu|macos)
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj : warning NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. [TargetFramework=net48]
|
Loading