Skip to content

Enum order support

Enum order support #40

Re-run triggered December 17, 2023 12:22
Status Success
Total duration 2m 2s
Artifacts 1

pr-verification.yml

on: pull_request
build-extension
1m 49s
build-extension
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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/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'

Artifacts

Produced during runtime
Name Size
CSharpExtensions-Nugets Expired
311 KB