Skip to content

Implemented map <-> object mapping to and from JSON #25

Implemented map <-> object mapping to and from JSON

Implemented map <-> object mapping to and from JSON #25

Triggered via push July 28, 2023 14:56
Status Failure
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: HILFE/Framework/IO/PrintlnFunction.cs#L5
'PrintlnFunction.Identifier' hides inherited member 'PrintFunction.Identifier'. Use the new keyword if hiding was intended.
build: HILFE/Tokenizing/Tokenizer.cs#L28
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: HILFE/Framework/Reflection/TypenameFunction.cs#L12
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: HILFE/Parsing/Expressions/FunctionDefinitionExpression.cs#L20
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: HILFE/Parsing/Expressions/ConstantExpression.cs#L17
Identifier 'String' contains type name
build: HILFE/Parsing/Expressions/ExpressionResult.cs#L18
Identifier 'String' contains type name
build: HILFE/Parsing/Statements/ContinueStatement.cs#L6
Type 'ContinueStatement' can be sealed because it has no subtypes in its containing assembly and is not externally visible
build: HILFE/Parsing/Expressions/ListExpression.cs#L5
Type 'ListExpression' can be sealed because it has no subtypes in its containing assembly and is not externally visible
build: HILFE/Framework/IO/PrintlnFunction.cs#L5
'PrintlnFunction.Identifier' hides inherited member 'PrintFunction.Identifier'. Use the new keyword if hiding was intended.
build: HILFE/Tokenizing/Tokenizer.cs#L28
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.