Skip to content

CSE009: Do not report task awaited in lambda #42

CSE009: Do not report task awaited in lambda

CSE009: Do not report task awaited in lambda #42

Triggered via pull request April 18, 2024 17:36
Status Success
Total duration 2m 30s
Artifacts 1

pr-verification.yml

on: pull_request
build-extension
2m 20s
build-extension
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "CSharpExtensions-Nugets". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
build-extension
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, cezarypiatek/NextVersionGeneratorAction@0.4, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-extension
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, cezarypiatek/NextVersionGeneratorAction@0.4, 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-extension: src/CSharpExtensions.Analyzers/NullableHelper.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-extension: src/CSharpExtensions.Analyzers/NullableHelper.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-extension: src/CSharpExtensions.Analyzers/ExpressionTooComplexCodeFix.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-extension: src/CSharpExtensions.Analyzers/AddMissingMembersOfTwinTypeCodeFixProvider.cs#L17
'AddMissingMembersOfTwinTypeCodeFixProvider' registers one or more code fixes, but does not override the method 'CodeFixProvider.GetFixAllProvider'. Override this method and provide a non-null FixAllProvider for FixAll support, potentially 'WellKnownFixAllProviders.BatchFixer', or 'null' to explicitly disable FixAll support.
build-extension: src/CSharpExtensions.Analyzers/CompleteInitializationBlockCodeFix.cs#L37
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer.
build-extension: src/CSharpExtensions.Analyzers/InitializeMissingFieldsWithDefaultsCodeFix.cs#L29
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer.
build-extension: src/CSharpExtensions.Analyzers/RequiredPropertiesInitializationAnalyzer.cs#L20
Change diagnostic analyzer type 'RequiredPropertiesInitializationAnalyzer' to remove all direct and/or indirect accesses to type(s) 'CSharpExtensions.Analyzers.ConfigReader', which access type(s) 'Microsoft.CodeAnalysis.Project, Microsoft.CodeAnalysis.TextDocument'
build-extension: src/CSharpExtensions.Analyzers/ReturnValueUnusedAnalyzer.cs#L18
Change diagnostic analyzer type 'ReturnValueUnusedAnalyzer' to remove all direct and/or indirect accesses to type(s) 'CSharpExtensions.Analyzers.ConfigReader', which access type(s) 'Microsoft.CodeAnalysis.Project, Microsoft.CodeAnalysis.TextDocument'
build-extension: src/CSharpExtensions.Analyzers/TwinTypeAnalyzer.cs#L16
Change diagnostic analyzer type 'TwinTypeAnalyzer' to remove all direct and/or indirect accesses to type(s) 'CSharpExtensions.Analyzers.ConfigReader', which access type(s) 'Microsoft.CodeAnalysis.Project, Microsoft.CodeAnalysis.TextDocument'

Artifacts

Produced during runtime
Name Size
CSharpExtensions-Nugets
311 KB