Skip to content

feat: Initial implementation to detect types #77

feat: Initial implementation to detect types

feat: Initial implementation to detect types #77

Triggered via pull request June 24, 2024 21:24
Status Failure
Total duration 3m 10s
Artifacts

cicd.yml

on: pull_request
Build & Tests  /  ...  /  Commitlint
17s
Build & Tests / Lint commit messages / Commitlint
Build & Tests  /  ...  /  Detect Version
21s
Build & Tests / Version / Detect Version
Build & Tests  /  ...  /  Run CodeQL
2m 22s
Build & Tests / CodeQL / Run CodeQL
Build & Tests  /  ...  /  Validate Code Formatting
19s
Build & Tests / Format / Validate Code Formatting
Build & Tests  /  ...  /  Testing .NET solution
52s
Build & Tests / Tests / Testing .NET solution
Build & Tests  /  ...  /  Build .NET solution
Build & Tests / Build / Build .NET solution
Build & Tests  /  ...  /  Publish NuGet Packages
Build & Tests / Publish NuGet / Publish NuGet Packages
Build & Tests  /  ...  /  Dependabot Auto Merge
Build & Tests / Dependabot Merge / Dependabot Auto Merge
Build & Tests  /  ...  /  Create Release
Build & Tests / Release / Create Release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
Build & Tests / Tests / Testing .NET solution
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
Build & Tests / Tests / Testing .NET solution
Process completed with exit code 1.
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleFinalizer_Tests.cs#L15
The symbol 'Console.WriteLine(string?)' is banned in this project: Don't use Console.WriteLine for logging, use Microsoft.Extensions.Logging.ILogger instead. (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleFinalizer_Tests.cs#L15
The symbol 'Console.WriteLine(string?)' is banned in this project: Don't use Console.WriteLine for logging, use Microsoft.Extensions.Logging.ILogger instead. (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build & Tests / Tests / Testing .NET solution: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleFinalizer_Tests.cs#L15
The symbol 'Console.WriteLine(string?)' is banned in this project: Don't use Console.WriteLine for logging, use Microsoft.Extensions.Logging.ILogger instead. (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleFinalizer_Tests.cs#L15
The symbol 'Console.WriteLine(string?)' is banned in this project: Don't use Console.WriteLine for logging, use Microsoft.Extensions.Logging.ILogger instead. (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build & Tests / CodeQL / Run CodeQL: tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.