CSE009: Do not report task awaited in lambda #25
Annotations
16 warnings
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/create-release@v1, actions/upload-release-asset@v1. 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/create-release@v1, actions/upload-release-asset@v1. 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
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/
|
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/ExpressionTooComplexAnalyzer.cs#L122
Unreachable code detected
|
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/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'
|
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
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/
|
build-extension
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/
|
build-extension
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/
|