Skip to content

Verifying refs/heads/vnext 🚀 #353

Verifying refs/heads/vnext 🚀

Verifying refs/heads/vnext 🚀 #353

Triggered via push May 31, 2026 15:52
Status Success
Total duration 5m 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
RunTests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
RunTests: Cecilifier.ApiDriver.SystemReflectionMetadata/SystemReflectionMetadataDefinitionsFactory.cs#L135
Possible null reference argument for parameter 'parentName' in 'DefinitionVariable DefinitionVariableManager.RegisterNonMethod(string parentName, string memberName, VariableMemberKind variableMemberKind, string definitionVariableName)'.
RunTests: Cecilifier.ApiDriver.SystemReflectionMetadata/DelayedDefinitions/DelayedDefinitionsManager.cs#L29
Non-nullable field '_currentMethod' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
RunTests: Cecilifier.ApiDriver.SystemReflectionMetadata/TypeSystem/SystemReflectionMetadataTypeResolver.cs#L11
Parameter 'SystemReflectionMetadataContext context' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
RunTests: Cecilifier.ApiDriver.SystemReflectionMetadata/DelayedDefinitions/TypeDefinitionRecord.cs#L17
Non-nullable property 'TypeDefinitionVariable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
RunTests: Cecilifier.ApiDriver.MonoCecil/MonoCecilDefinitionsFactory.cs#L360
Dereference of a possibly null reference.
RunTests: Cecilifier.ApiDriver.MonoCecil/MonoCecilDefinitionsFactory.cs#L343
Possible null reference argument for parameter 'argument' in 'string MonoCecilDefinitionsFactory.CustomAttributeArgumentValueFor(IVisitorContext context, object argument)'.
RunTests: Cecilifier.ApiDriver.MonoCecil/MonoCecilDefinitionsFactory.cs#L328
Possible null reference argument for parameter 'argument' in 'string MonoCecilDefinitionsFactory.CustomAttributeArgumentValueFor(IVisitorContext context, object argument)'.
RunTests: Cecilifier.ApiDriver.MonoCecil/MonoCecilDefinitionsFactory.cs#L165
Argument of type 'string?[]' cannot be used for parameter 'parameterTypes' of type 'string[]' in 'MethodDefinitionVariable DefinitionVariableManager.RegisterMethod(string parentName, string methodName, string[] parameterTypes, int typeParameterCount, string definitionVariableName)' due to differences in the nullability of reference types.
RunTests: Cecilifier.ApiDriver.MonoCecil/MonoCecilContext.cs#L27
Dereference of a possibly null reference.
RunTests: Cecilifier.ApiDriver.MonoCecil/MonoCecilContext.cs#L27
Converting null literal or possible null value to non-nullable type.