Skip to content

Fix by dotnet format #65

Fix by dotnet format

Fix by dotnet format #65

Triggered via push August 23, 2024 14:01
Status Failure
Total duration 51s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Authoring/Attributes/DocumentAttribute.cs#L4
Parameter 'scope' is unread.
build: src/Core/Compilation/Syntax/LocalDeclarationStatementCompiler.cs#L32
Possible null reference argument for parameter 'key' in 'bool IReadOnlyDictionary<string, IReturnValueMethodPolicyHandler>.TryGetValue(string key, out IReturnValueMethodPolicyHandler value)'.
build: src/Core/Compilation/Syntax/LocalDeclarationStatementCompiler.cs#L34
Possible null reference argument for parameter 'node' in 'void IReturnValueMethodPolicyHandler.Handle(ICompilationContext context, InvocationExpressionSyntax node, string variableName)'.
build: src/Core/Compilation/CompilerUtils.cs#L36
Dereference of a possibly null reference.
build: src/Authoring/Attributes/DocumentAttribute.cs#L4
Parameter 'scope' is unread.
build: src/Core/Compilation/Syntax/LocalDeclarationStatementCompiler.cs#L32
Possible null reference argument for parameter 'key' in 'bool IReadOnlyDictionary<string, IReturnValueMethodPolicyHandler>.TryGetValue(string key, out IReturnValueMethodPolicyHandler value)'.
build: src/Core/Compilation/Syntax/LocalDeclarationStatementCompiler.cs#L34
Possible null reference argument for parameter 'node' in 'void IReturnValueMethodPolicyHandler.Handle(ICompilationContext context, InvocationExpressionSyntax node, string variableName)'.
build: src/Core/Compilation/CompilerUtils.cs#L36
Dereference of a possibly null reference.