Skip to content

Netcore 8. Not working with analyzers for now #1188

Netcore 8. Not working with analyzers for now

Netcore 8. Not working with analyzers for now #1188

Triggered via push February 26, 2024 12:08
Status Failure
Total duration 1m 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
CI/CD
Process completed with exit code 1.
CI/CD
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, dolittle/establish-context-action@v2, dolittle/update-version-info-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CI/CD: Source/Analyzers/CodeFixes/CodeFixExtensions.cs#L29
Dereference of a possibly null reference.
CI/CD: Source/Analyzers/CodeFixes/EventHandlerEventContextCodeFixProvider.cs#L18
Missing XML comment for publicly visible type or member 'EventHandlerEventContextCodeFixProvider'
CI/CD: Source/Analyzers/CodeFixes/EventHandlerEventContextCodeFixProvider.cs#L20
Missing XML comment for publicly visible type or member 'EventHandlerEventContextCodeFixProvider.FixableDiagnosticIds'
CI/CD: Source/Analyzers/CodeFixes/EventHandlerEventContextCodeFixProvider.cs#L24
Missing XML comment for publicly visible type or member 'EventHandlerEventContextCodeFixProvider.RegisterCodeFixesAsync(CodeFixContext)'
CI/CD: Source/Analyzers/CodeFixes/EventHandlerEventContextCodeFixProvider.cs#L104
Missing XML comment for publicly visible type or member 'EventHandlerEventContextCodeFixProvider.EnsureNamespaceImported(CompilationUnitSyntax, string)'
CI/CD: Source/Analyzers/DiagnosticIds.cs#L6
Missing XML comment for publicly visible type or member 'DiagnosticIds'
CI/CD: Source/Analyzers/DiagnosticIds.cs#L33
Missing XML comment for publicly visible type or member 'DiagnosticIds.InvalidAccessibility'
CI/CD: Source/Analyzers/DiagnosticIds.cs#L35
Missing XML comment for publicly visible type or member 'DiagnosticIds.EventHandlerMissingEventContext'
CI/CD: Source/Analyzers/EventHandlerAnalyzer.cs#L15
Missing XML comment for publicly visible type or member 'EventHandlerAnalyzer'
CI/CD: Source/Analyzers/EventHandlerAnalyzer.cs#L17
Missing XML comment for publicly visible type or member 'EventHandlerAnalyzer.SupportedDiagnostics'
CI/CD: Source/Concepts/ConceptAs.cs#L23
Possible null reference return.
CI/CD: Source/Concepts/ConceptAs.cs#L26
Possible null reference return.
CI/CD: Source/Concepts/ConceptAs.cs#L29
Possible null reference argument for parameter 'parameters' in 'int HashCodeHelper.Generate(params object[] parameters)'.
CI/CD: Source/Concepts/TypeIsNotAConcept.cs#L17
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
CI/CD: Source/Async/Try.cs#L47
Possible null reference return.
CI/CD: Source/Async/Try`1.cs#L59
Possible null reference return.
CI/CD: Source/Async/Try`1.cs#L66
Possible null reference return.
CI/CD: Source/Analyzers/CodeFixes/CodeFixExtensions.cs#L29
Dereference of a possibly null reference.
CI/CD: Source/Analyzers/CodeFixes/EventHandlerEventContextCodeFixProvider.cs#L18
Missing XML comment for publicly visible type or member 'EventHandlerEventContextCodeFixProvider'
CI/CD: Source/Analyzers/CodeFixes/EventHandlerEventContextCodeFixProvider.cs#L20
Missing XML comment for publicly visible type or member 'EventHandlerEventContextCodeFixProvider.FixableDiagnosticIds'